@charset "UTF-8";

/*-----------------------------------------------------------
	=Reset default browser
-----------------------------------------------------------*/
html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, img,ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,b, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td,article, aside, canvas, details, embed,figure, figcaption, footer, header, hgroup,menu, nav, output, ruby, section, summary,time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
ol, ul {
  list-style: none;
}
img {
  vertical-align: top;
  line-height: 0;
}


/*-----------------------------------------------------------
	=Basic Setup
-----------------------------------------------------------*/
*, *::after, *::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
img {
  max-width: 100%;
  height: auto;
  display: inline-block;
}
/* Link Style */
a {
  color: #111;
  text-decoration: none;
  transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
}
a:focus, a:active, a:hover {
  color: #111;
  text-decoration: none;
}
a:hover img {
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  zoom: 1;
}
/* Transform */
.transform {
  -webkit-transform:scale(1);
  transform:scale(1);
  -webkit-transition:all .3s ease-in-out;
  transition:all .3s ease-in-out;
}
a:hover .transform {
  -webkit-transform:scale(1.06);
  transform: scale(1.06);
}

/* Embed */
embed, iframe, object {
  max-width: 100%;
}
video {
  max-width: 100%;
  height: auto;
}

.flex-row{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.row-reverse{
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.flex-center{
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.box-shadow{
  box-shadow:0px 0px 3px 2px #eaeaea;
}

@media screen and (min-width: 668px){
  a[href^="tel:"] {
    pointer-events: none;
  }
}

/* Animation */
.animated {
  visibility: hidden;
}
.bounceIn,.bounceInLeft, .bounceInRight, .bounceInDown,.bounceInUp,
.fadeIn, .fadeInLeft, .fadeInRight,.fadeInDown,.fadeInUp,.fadeInUpDelay,
.zoomInUp,.zoomInDown, .zoomIn,
.flip,.flipInX,.flipInY,
.lightSpeedIn,
.tada,.wobble,.shake,.rubberBand{
  visibility: visible;
}

/*-----------------------------------------------------------
  =Global Layout
-----------------------------------------------------------*/
body {
  font-family: "Noto Sans JP","Hiragino Kaku Gothic ProN", Meiryo,"メイリオ",Meiryo, Osaka,"ＭＳＰゴシック", "MSPGothic", sans-serif;
  font-size: 10px;
  /* font-feature-settings: "palt"; */
  line-height: 1.8;
  color: #2B2D39;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  overflow-wrap: break-word;

  max-width: 192em;
  margin: auto;
}
@media only screen and (max-width:1280px) and (min-width:768px) {
  body {
    font-size: 0.781vw;
  }
}
@media screen and (max-width:767px) {
  body {
    font-size: 2.666vw;
  }
}

#wrapper .pc_only { display: block; }
#wrapper .sp_only { display: none; }

@media screen and (max-width:767px) {
  #wrapper .pc_only { display: none; }
  #wrapper .sp_only { display: block; }
}


/* Frame Format
-----------------------------------------------------------*/
#wrapper {
  width: 100%;
  overflow: hidden;
  position: relative;
}

#wrapper img {
  display: block;
}

#wrapper .inner {
  max-width: 100em;
  margin: 0px auto;
  overflow: hidden;
  position: relative;
}

.pc_img_wrap {
  width: 100%;
  min-width: 118em;
  max-width: 192em;
  height: auto;
  margin: 0 auto;
  overflow: hidden;
}

.pc_img_wrap img {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  width: 192em;
  max-width: none;
}

/*-----------------------------------------------------------
	=Header
-----------------------------------------------------------*/
#header {
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(255,255,255, 1);
  width: 100%;
  z-index: 10;
  transition: .5s;
}
#header .header_inner{
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 2em;
  max-width: 192em;
  margin:0 auto;
  height: 10em;
  padding: 0 2em 0 4em;
}
#header .header_logo_wrap {
  display: flex;
  align-items: center;
  gap: 6em;
  margin-right: auto;
}
#header .header_logo {
  width: 14.5em;
}
#header .header_logo_terminix {
  width: 11.165em;
}
#header .header_tel {
  width: 33.2em;
}

@media screen and (max-width:767px) {
  #header .header_inner {
    gap: 1em;
    height: 6.5em;
    padding: 0 1.2em 0 1.8em;
  }
  #header .header_logo_wrap {
    gap: 1.8em;
  }
  #header .header_logo{
    width: 8em;
  }
  #header .header_logo_terminix{
    width: 6.16em;
  }
  #header .header_tel {
    width: 4em;
  }
}


/*-----------------------------------------------------------
	=offer
-----------------------------------------------------------*/
.offer {
  background-image: linear-gradient(90deg, rgba(201, 224, 125, 1), rgba(128, 199, 136, 1) 45%, rgba(38, 173, 111, 1));
  box-shadow: 0 1em 0 0 rgba(0, 0, 0, 0.1);
  border-radius: 3em;
  margin: 0 8em;
  padding: 5em 0;
}
.offer h2 {
  color: #fff;
  font-size: 4.6em;
  font-weight: bold;
  text-align: center;
}
.offer p.offer_head {
  color: #fff;
  font-size: 2.2em;
  font-weight: bold;
  text-align: center;
}
.offer nav ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2em;
  width: 110em;
  margin: auto;
  padding: 5em 0;
}

.offer_input {
  display: none;
}
.offer_checkbox {
  cursor: pointer;
  position: relative;
  display: flex;
  align-items: center;
  border: 0.4em solid #fff;
  background-color: #fff;
  border-radius: 1em;
  padding: 2em 2em;
  width: 32em;
  height: 8em;
  transition: .1s;
}
.offer_checkbox p {
  color: #646464;
  font-size: 2.4em;
  font-feature-settings: "palt";
  font-weight: bold;
  transition: .1s;
}
.offer_checkbox:before {
  content: '';
  display: block;
  flex-shrink: 0;
  background-color: #EAEAEA;
  background-image: url(../img/offer_check_off.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 2em;
  width: 3.5em;
  height: 3.5em;
  margin-right: 1.5em;
  border-radius: 10em;
  transition: .1s;
}

/* checked */
.offer_input:checked+.offer_checkbox {
  background-color: #FFE3E4;
  border: 0.4em solid #FF777D;
  color: #fff;
}
.offer_input:checked+.offer_checkbox p {
  color: #FF777D;
}
.offer_input:checked+.offer_checkbox:before {
  background-color: #FF777D;
  background-image: url(../img/offer_check_on.png);
}
.offer_btn {
  position: relative;
  display: block;
  width: 77em;
  margin: auto;
}
.offer_btn_parts {
  position: absolute;
  top: -2.5em;
  left: -2.5em;
  width: 11em;
  height: 11em;
}
.offer_btn_parts_contents {
  position: relative;
  width: 100%;
  height: 100%;
}
.offer_btn_parts_contents img {
  position: relative;
  width: 100%;
  z-index: 2;
}
.offer_btn_parts_contents::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #FF777D;
  border-radius: 20em;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 1;
  animation: ripple 2.2s infinite;
}
@keyframes ripple {
  0% {
    opacity: 0;
    width: 100%;
    height: 100%;
  }
  20% {
    opacity: 0.7;
    width: 100%;
    height: 100%;
  }
  70% {
    opacity: 0;
    width: 130%;
    height: 130%;
  }
  100% {
    opacity: 0;
    width: 100%;
    height: 100%;
  }
}

@media screen and (min-width:768px) {
  /* hover */
  .offer_input:not(:checked):hover+.offer_checkbox {
    background-color: #FFE3E4;
    border: 0.4em solid #FFE3E4;
  }
  .offer_input:not(:checked):hover+.offer_checkbox:before {
    background-color: #FFC6C8;
    background-image: url(../img/offer_check_on.png);
  }
}
@media screen and (max-width:767px) {
  .offer {
    background-image: linear-gradient(135deg, rgba(201, 224, 125, 1), rgba(128, 199, 136, 1) 45%, rgba(38, 173, 111, 1));
    box-shadow: 0 .8em 0 0 rgba(0, 0, 0, 0.1);
    border-radius: 2em;
    margin: 0 2em;
    padding: 3em 0;
  }
  .offer h2 {
    font-size: 2.1em;
  }
  .offer p.offer_head {
    font-size: 1.2em;
  }
  .offer nav ul {
    gap: 1em;
    width: 30em;
    padding: 3em 0;
  }
  .offer_checkbox {
    border: 0.4em solid #fff;
    border-radius: 1em;
    padding: 1em 1em;
    width: 14em;
    height: 4.5em;
  }
  .offer_checkbox p {
    font-size: 1.3em;
  }
  .offer_checkbox:before {
    background-size: 1em;
    width: 2em;
    height: 2em;
    margin-right: 1.5em;
  }
  .offer_input:checked+.offer_checkbox {
    border: 0.3em solid #FF777D;
  }
  .offer_btn {
    width: 28em;
  }
  .offer_btn_parts {
    position: absolute;
    top: -1.2em;
    left: -.8em;
    width: 5.2em;
    height: 5.2em;
  }
}

/*-----------------------------------------------------------
	=fv
-----------------------------------------------------------*/
#fv {
  padding-top: 10em;
  width: 100%;
  height: auto;
}
#fv .offer {
  position: relative;
  margin-top: -12em;
}

@media screen and (max-width:767px) {
  #fv {
  padding-top: 6.5em;
  }
  #fv .offer {
    margin-top: -6em;
  }
}


/*-----------------------------------------------------------
	=intro
-----------------------------------------------------------*/
#intro {
  padding: 5em 0;
}
#intro .intro_img {
  width: 60em;
  margin: auto;
}
#intro p {
  color: #3E3E3E;
  font-size: 1.5em;
  text-align: right;
  padding-top: 1em;
}

@media screen and (max-width:767px) {
  #intro {
    padding: 3em 0 2em;
  }
  #intro .intro_img {
    width: 29em;
  }
  #intro p {
    font-size: .9em;
    text-align: center;
  }
}


/*-----------------------------------------------------------
	=nayami
-----------------------------------------------------------*/
#nayami {
  position: relative;
  background-image: url(../img/nayami_bg_pc.webp);
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
  padding: 5em 0 1em;
  z-index: 2;
}
#nayami h2 {
  font-size: 4em;
  font-weight: bold;
  text-align: center;
}
#nayami h2 span {
  color: #267B11;
  font-size: 1.3em;
}
#nayami .nayami_lists {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 3em;
  padding: 3em 5em 10em;
  width: 108em;
  margin: auto;
}
#nayami .nayami_item {
  display: flex;
  align-items: center;
  gap: 3em;
  background-color: #fff;
  border-radius: 2em;
  padding: 2em;
  width: 40em;
}
#nayami .nayami_item:nth-child(even) {
  flex-direction: row-reverse;
}
#nayami .nayami_item:last-of-type {
  gap: 0;
}
#nayami .nayami_item img {
  width: 16em;
}
#nayami .nayami_item:nth-child(odd) img {
  margin-left: -7em;
}
#nayami .nayami_item:nth-child(even) img {
  margin-right: -7em;
}
#nayami .nayami_item p {
  font-size: 2em;
  font-weight: bold;
  text-align: center;
}
#nayami .nayami_item p span {
  color: #267B11;
  font-size: 1.4em;
  line-height: 1.4;
}
.nayami_man {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  width: 32em;
}

@media screen and (max-width:767px) {
  #nayami {
    background-image: url(../img/nayami_bg_sp.webp);
    padding: 3.6em 0 1em;
  }
  #nayami h2 {
    font-size: 2.2em;
  }
  #nayami h2 span {
    color: #267B11;
    font-size: 1.22em;
  }
  #nayami .nayami_lists {
    gap: 1.2em;
    padding: 3.8em 2em 14.5em;
    width: 100%;
  }
  #nayami .nayami_item {
    position: relative;
    flex-direction: column;
    gap: 2em;
    width: 16em;
    padding: 2em .5em;
  }
  #nayami .nayami_item:nth-child(even) {
    flex-direction: column;
  }
  #nayami .nayami_item:nth-child(1),
  #nayami .nayami_item:nth-child(2) {
    padding-top: 9em;
  }
  #nayami .nayami_item:nth-child(3),
  #nayami .nayami_item:nth-child(4) {
    padding-bottom: 9em;
  }
  #nayami .nayami_item img {
    position: absolute;
    width: 9.8em;
  }
  #nayami .nayami_item:nth-child(1) img,
  #nayami .nayami_item:nth-child(2) img {
    top: -2.8em;
    margin: auto;
  }
  #nayami .nayami_item:nth-child(3) img,
  #nayami .nayami_item:nth-child(4) img {
    bottom: -2.8em;
    margin: auto;
  }
  #nayami .nayami_item p {
    font-size: 1.3em;
    line-height: 1.5;
  }
  .nayami_man {
    bottom: -2.2em;
    width: 13em;
  }
  .nayami_parts {
    position: absolute;
    bottom: -3.8em;
    left: 0;
    right: 0;
    margin: auto;
    width: 24em;
  }
}


/*-----------------------------------------------------------
	=damage
-----------------------------------------------------------*/
#damage {
  position: relative;
  background-image: url(../img/damage_bg_pc.webp);
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
  padding: 25em 0 11em;
  margin-top: -21em;
  z-index: 1;
}
#damage h2 {
  font-size: 4em;
  font-weight: bold;
  text-align: center;
}
#damage h2 span {
  font-size: 1.25em;
}
#damage .damage_lists {
  position: relative;
  display: flex;
  justify-content: center;
  gap: 2em;
  padding: 2em 5em 0;
  width: 108em;
  margin: auto;
}
#damage .damage_item {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 1em;
  background-color: #DFF8DC;
  box-shadow: 0 1.5em 0 0 rgba(0, 0, 0, 0.1);
  border-radius: 2em;
  padding: 3em 2em;
  width: 32em;
}
#damage .damage_item img {
  width: 24em;
}
#damage .damage_txt_wrap {
  width: 100%;
}
#damage .damage_ttl {
  font-size: 3.2em;
  font-weight: bold;
  color: #267B11;
  text-align: center;
}
#damage .damage_txt {
  font-size: 2.2em;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
  min-height: 7em;
  align-content: center;
}

@media screen and (max-width:767px) {
  #damage {
    background-image: url(../img/damage_bg_sp.webp);
    padding: 25em 0 4em;
  }
  #damage h2 {
    font-size: 2em;
  }
  #damage h2 span {
    font-size: 1.2em;
  }
  #damage .damage_lists {
    flex-direction: column;
    gap: 1.6em;
    padding: 2em 0 0;
    width: 33.6em;
  }
  #damage .damage_item {
    flex-direction: row;
    padding: 1.6em;
    box-shadow: 0 .8em 0 0 rgba(0, 0, 0, 0.1);
    width: 100%;
  }
  #damage .damage_item img {
    width: 10.6em;
  }
  #damage .damage_ttl {
    font-size: 1.9em;
  }
  #damage .damage_txt {
    font-size: 1.3em;
    min-height: 6em;
  }
}


/*-----------------------------------------------------------
	=service
-----------------------------------------------------------*/
#service img {
  width: 100%;
}


/*-----------------------------------------------------------
	=example
-----------------------------------------------------------*/
#example {
  background-color: #F2F8E1;
  padding: 0 0 8em;
}
#example img {
  margin: auto;
}
#example img.example_head {
  width: 38em;
}
#example img.example_img01,
#example img.example_img02 {
  width: 110em;
}
#example img.example_img01 {
  margin: -4em auto 2em;
}
#example .offer {
  margin-top: 8.8em;
}

@media screen and (max-width:767px) {
  #example {
    padding: 0 2em 4em;
  }
  #example img.example_head {
    width: 13em;
  }
  #example img.example_img01 {
    margin: 0 auto 3em;
  }
  #example .offer {
    margin: 4em 0 0;
  }
}


/*-----------------------------------------------------------
	=reason
-----------------------------------------------------------*/
#reason{
  background-color: #FFEBEC;
  padding: 0 0 16em;
}
#reason h2 {
  color: #fff;
  background-image: linear-gradient(90deg, rgba(255, 226, 211, 1), rgba(255, 132, 132, 1) 40%, rgba(245, 63, 74, 1));
  font-size: 5em;
  font-weight: bold;
  text-align: center;
}
.reason_wrap {
  background-image: url(../img/reason_bg01.webp);
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
  margin-top: 7em;
}
.reason_wrap:nth-child(odd) {
  background-image: url(../img/reason_bg02.webp);
}
.reason_item {
  position: relative;
  max-width: 100em;
  margin: 0 auto;
  padding: 6em 0 8em;
}
.reason_item .reason_num {
  position: absolute;
  left: -12em;
  top: -2em;
  opacity: .2;
}
.reason_item .reason_num p {
  font-family: "Poppins", sans-serif;
  font-size: 16em;
  font-weight: bold;
  color: #FF777D;
  line-height: .8;
}
.reason_item h3 {
  position: relative;
  font-size: 4.1em;
  font-weight: bold;
  line-height: 1.8;
  z-index: 2;
}
.reason_item .reason_txt {
  font-size: 2.4em;
  font-weight: 500;
  line-height: 1.45;
}
.reason_item .reason_img {
  padding: 1em 0 3.5em;
}

@media screen and (max-width:767px) {
  #reason{
    padding-bottom: 3em;
  }
  #reason h2 {
    font-size: 1.9em;
    line-height: 3;
  }
  .reason_wrap {
    background-size: 100%;
    margin-top: 3em;
  }
  .reason_wrap.--01 {
    background-image: url(../img/reason_bg01_sp.webp);
    min-height: 66em;
  }
  .reason_wrap.--02 {
    background-image: url(../img/reason_bg02_sp.webp);
    min-height: 80em;
  }
  .reason_wrap.--03 {
    background-image: url(../img/reason_bg03_sp.webp);
    min-height: 40.5em;
  }
  .reason_item {
    max-width: 33.6em;
    padding: 4.4em 0 3em 2em;
  }
  .reason_wrap.--02 .reason_item {
    padding-right: 1.6em;
  }
  .reason_item .reason_num {
    left: 2em;
    top: -1.1em;
  }
  .reason_item .reason_num p {
    font-size: 7.5em;
  }
  .reason_item h3 {
    font-size: 2.1em;
    line-height: 1.0;
  }
  .reason_wrap.--01 .reason_item h3,
  .reason_wrap.--03 .reason_item h3 {
    padding-left: .8em;
  }
  .reason_item .reason_txt {
    font-size: 1.4em;
    padding-right: 1.6em;
    line-height: 1.5;
  }
  .reason_wrap.--01 .reason_item .reason_txt,
  .reason_wrap.--03 .reason_item .reason_txt {
    padding-left: 1.6em;
  }
  .reason_item .reason_img {
    padding: 2.5em 0 2.2em;
    padding-right: 1.6em;
  }
  .reason_wrap.--01 .reason_item .reason_img,
  .reason_wrap.--03 .reason_item .reason_img {
    padding-left: 1.6em;
  }
}


/*-----------------------------------------------------------
	=footer
-----------------------------------------------------------*/
#footer{
  background-color: #DFF8DC;
  padding: 4.5em 0 9em;
  text-align: center;
}
#footer .tel_wrap {
  margin: auto;
  width: 104em;
}
#footer .tel_wrap .pc_only {
  padding-left: 4em;
}
#footer .offer {
  margin-top: 6.4em;
}
#footer .copy {
  color: #3E3E3E;
  font-size: 1.6em;
  padding-top: 7em;
  letter-spacing: .05em;
  opacity: .5;
}

@media screen and (max-width:767px) {
  #footer{
    padding: 2.8em 0 2em;
  }
  #footer .tel_wrap {
    width: 34.8em;
    margin-right: .8em;
  }
  #footer .tel_wrap_sp {
    position: relative;
  }
  #footer .tel_wrap_sp a {
    display: block;
    position: absolute;
    bottom: 5em;
    left: -1em;
    right: 0;
    margin: auto;
    width: 29em;
  }
  #footer .offer {
    margin-top: 4em;
  }
  #footer .copy {
    font-size: 1em;
    padding-top: 4em;
  }
}
