@charset "UTF-8";

/* ------------------------------------------------
                    top.css
--------------------------------------------------- */
/*共通*/
.ttl-arrow {
  width: 100%;
  margin-bottom: 70px;
  padding: 50px 0;
  background: #149953;
  color: #fff;
  text-align: center;
  font-weight: 700;
  font-size: 40px;
  line-height: 1;
  position: relative;
}
.ttl-arrow::after {
  content: '';
  width: 110px;
  height: 34px;
  background: url('../img/top/arrow_green.png') center bottom no-repeat;
  background-size: 100%;
  position: absolute;
  bottom: -34px;
  left: calc(50% - 55px);
}

.ttl-border {
  width: 100%;
  padding: 18px 0;
  border-top: 1px solid #149953;
  border-bottom: 1px solid #149953;
  text-align: center;
  color: #149953;
  font-size: 34px;
  font-weight: 700;
  line-height: 1;
}

.txt-marker {
  background: linear-gradient(transparent 75%, #fe7038 75%);
}
.txt-marker-yellow {
  background: linear-gradient(transparent 75%, #fbd03c 75%);
}
.txt-red {
  color: #ef4806;
}

@media (max-width: 767px) {
  .ttl-arrow {
    width: 100%;
    margin-bottom: 14vw;
    padding: 8vw 0;
    font-size: 5vw;
    line-height: 1;
  }
  .ttl-arrow::after {
    content: '';
    width: 22vw;
    height: 7vw;
    background: url('../img/top/arrow_green.png') center top no-repeat;
    background-size: 100%;
    position: absolute;
    bottom: -7vw;
    left: calc(50% - 11vw);
  }

  .ttl-border {
    width: 100%;
    padding: 3vw 0;
    font-size: 5vw;
  }
}

/*MV*/
.sec-mv {
  width: 100%;
  position: relative;
}

@media (max-width: 767px) {
  .sec-mv {
    width: 100%;
  }
}

/*こんな違和感はありませんか？*/
.sec-intro {
  width: 100%;
  padding-bottom: 24vw;
  background: url('../img/top/bg_intro.png'), #f9f7f0;
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: 100%;
  text-align: center;
  position: relative;
}
.sec-intro .intro-txt {
  display: inline-block;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}
.sec-intro .check-list {
  width: 90%;
  margin: 140px auto 0;
  display: flex;
  justify-content: center;
}
.sec-intro .check-list > li {
  width: 48%;
  padding: 104px 20px 20px;
  background: url('../img/top/bg_pattern.png') repeat;
  border-radius: 10px;
  box-shadow: rgba(162, 162, 154, 0.8) 0 0 10px;
  position: relative;
}
.sec-intro .check-list > li img {
  width: 50%;
  max-width: 262px;
  margin-bottom: -94px;
  position: absolute;
  bottom: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

.sec-intro .check-list > li .point-list {
  width: 100%;
  height: 100%;
  padding: 15px 15px 7px;
  background: #fff;
  border-radius: 10px;
  text-align: left;
}
.sec-intro .check-list > li .point-list li {
  width: 100%;
  margin-bottom: 3px;
  padding: 0 0 8px 30px;
  background: url('../img/top/icon_check.png') left top 2px no-repeat;
  background-size: 25px;
  line-height: 1.4;
}
.sec-intro .check-list > li .point-list li:last-child {
  margin-bottom: 0;
}

.sec-intro .txt-cause {
  width: 100%;
  color: #fefb1c;
  font-weight: 700;
  font-size: 40px;
  line-height: 1.6;
  text-shadow: rgba(24, 30, 32, 0.8) 0 0 14px;
  position: absolute;
  bottom: 6.5vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.sec-intro .txt-cause .font-l {
  font-size: 55px;
}

@media (max-width: 1180px) {
  .sec-intro .txt-cause {
    font-size: 3vw;
  }
  .sec-intro .txt-cause .font-l {
    font-size: 4vw;
  }
}

@media (max-width: 767px) {
  .sec-intro {
    width: 100%;
    padding-bottom: 24vw;
    background: url('../img/top/bg_intro.png'), #f9f7f0;
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: 100%;
  }
  .sec-intro .intro-txt {
    font-size: 4.6vw;
  }
  .sec-intro .check-list {
    width: 90%;
    margin: 14vw auto 0;
    display: block;
  }
  .sec-intro .check-list > li {
    width: 90%;
    margin: 0 auto 10vw;
    padding: 22vw 5vw 5vw;
    background: url('../img/top/bg_pattern.png') repeat;
    border-radius: 10px;
    box-shadow: rgba(162, 162, 154, 0.8) 0 0 10px;
    position: relative;
  }
  .sec-intro .check-list > li img {
    width: 40%;
    max-width: 262px;
    margin-bottom: -19vw;
    position: absolute;
    bottom: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .sec-intro .check-list > li .point-list {
    width: 100%;
    height: 100%;
    padding: 15px 15px 7px;
    background: #fff;
    border-radius: 10px;
    text-align: left;
  }
  .sec-intro .check-list > li .point-list li {
    width: 100%;
    margin-bottom: 3px;
    padding: 0 0 8px 30px;
    background: url('../img/top/icon_check.png') left top 2px no-repeat;
    background-size: 25px;
    line-height: 1.4;
  }
  .sec-intro .check-list > li .point-list li:last-child {
    margin-bottom: 0;
  }

  .sec-intro .txt-cause {
    width: 100%;
    font-size: 5vw;
    position: absolute;
    bottom: 3.2vw;
  }
  .sec-intro .txt-cause .font-l {
    font-size: 4vw;
  }
}

/*ネズミ・シロアリ駆除のサービス料金*/
.sec-fee {
  width: 100%;
  padding-bottom: 80px;
  text-align: center;
  position: relative;
}
.sec-fee .fee-txt {
  display: inline-block;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}
.sec-fee .txt-normal {
  margin: 50px auto;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.8;
}

.sec-fee .fee-list {
  display: block;
}
.sec-fee .fee-list li {
  width: 100%;
  display: block;
  background: url('../img/top/bg_pattern.png') repeat;
  border-radius: 10px;
  box-shadow: rgba(162, 162, 154, 0.8) 0 0 10px;
  overflow: hidden;
  position: relative;
}
.sec-fee .fee-list li:first-child {
  margin-bottom: 30px;
}
.sec-fee .fee-list li .fee-box-ttl {
  width: 100%;
  padding: 20px 0;
  background: #70c542;
  color: #fff;
  font-size: 28px;
  font-weight: 700;
  line-height: 1;
}
.sec-fee .fee-list li .flex-box {
  width: 100%;
  padding: 30px;
  display: flex;
  align-items: center;
}
.sec-fee .fee-list li .flex-box .box-left {
  width: 310px;
  margin-right: 30px;
}
.sec-fee .fee-list li .flex-box .box-right {
  width: calc(100% - 340px);
  text-align: left;
}
.sec-fee .fee-price-wrap {
  width: 100%;
  margin-top: 20px;
  display: flex;
  align-items: flex-end;
  color: #ef4806;
  font-weight: 700;
  line-height: 1;
}
.sec-fee .fee-icon {
  width: 58px;
  height: 58px;
  margin-right: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #ef4806;
  border-radius: 50%;
  color: #fff;
  font-size: 18px;
}
.sec-fee .fee-price {
  font-size: 56px;
}
.sec-fee .fee-unit {
  font-size: 26px;
}

@media (max-width: 767px) {
  .sec-fee {
    width: 100%;
    padding-bottom: 12vw;
  }
  .sec-fee .fee-txt {
    font-size: 4.6vw;
  }
  .sec-fee .txt-normal {
    margin: 6vw auto 10vw;
    font-size: 3.8vw;
  }

  .sec-fee .fee-list {
    display: block;
  }
  .sec-fee .fee-list li {
    width: 100%;
    display: block;
    border-radius: 2vw;
    box-shadow: rgba(162, 162, 154, 0.8) 0 0 2vw;
  }
  .sec-fee .fee-list li:first-child {
    margin-bottom: 6vw;
  }
  .sec-fee .fee-list li .fee-box-ttl {
    width: 100%;
    padding: 4vw 0;
    font-size: 4vw;
  }
  .sec-fee .fee-list li .flex-box {
    width: 100%;
    padding: 5vw;
    display: block;
  }
  .sec-fee .fee-list li .flex-box .box-left {
    width: 100%;
    margin-right: 0;
    margin-bottom: 5vw;
  }
  .sec-fee .fee-list li .flex-box .box-right {
    width: 100%;
    text-align: left;
  }
  .sec-fee .fee-price-wrap {
    width: 100%;
    margin-top: 4vw;
  }
  .sec-fee .fee-icon {
    width: 8vw;
    height: 8vw;
    margin-right: 2vw;
    font-size: 3.4vw;
  }
  .sec-fee .fee-price {
    font-size: 8vw;
  }
  .sec-fee .fee-unit {
    font-size: 4vw;
  }
}

/*サービスの流れ*/
.sec-flow-service {
  width: 100%;
  padding: 80px 0;
  background: #f4fbf7;
}

.sec-flow-service .box-service-free {
  width: 100%;
  margin: 30px auto;
  padding: 0 0 30px;
  background: #fff;
  border: 1px solid #3044a4;
  border-radius: 10px;
  overflow: hidden;
}
.sec-flow-service .box-service-free .box-ttl {
  margin-bottom: 30px;
  padding: 32px 0 25px;
  background: #3044a4;
  text-align: center;
  color: #fff;
  font-size: 28px;
  font-weight: 700;
  line-height: 1;
}
.sec-flow-service .box-service-free .box-ttl .txt-em {
  display: inline-block;
  font-size: 38px;
  color: #fefb1c;
  position: relative;
}
.sec-flow-service .box-service-free .box-ttl .txt-em::after {
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #fefb1c;
  position: absolute;
  top: -15px;
  left: calc(50% - 3px);
}
.sec-flow-service .flow-list {
  width: 94%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.sec-flow-service .flow-list li {
  width: 32%;
}
.sec-flow-service .flow-list li .flow-ttl {
  width: 100%;
  padding: 5px 20px;
  background: #3044a4;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
}
.sec-flow-service .flow-list li .flow-txt {
  width: 100%;
  margin-top: 5px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.6;
}

@media (max-width: 1220px) {
  .sec-flow-service .flow-list li .flow-ttl {
    font-size: 1.8vw;
  }
  .sec-flow-service .flow-list li .flow-txt {
    font-size: 1.5vw;
  }
}

@media (max-width: 767px) {
  .sec-flow-service {
    width: 100%;
    padding: 12vw 0;
  }

  .sec-flow-service .box-service-free {
    width: 100%;
    margin: 6vw auto;
    padding: 0 0 5vw;
    border-radius: 2vw;
  }
  .sec-flow-service .box-service-free .box-ttl {
    margin-bottom: 5vw;
    padding: 5vw 0 4vw;
    font-size: 3.8vw;
  }
  .sec-flow-service .box-service-free .box-ttl .txt-em {
    display: inline-block;
    font-size: 4.6vw;
    color: #fefb1c;
    position: relative;
  }
  .sec-flow-service .box-service-free .box-ttl .txt-em::after {
    content: '';
    width: 1vw;
    height: 1vw;
    border-radius: 50%;
    background: #fefb1c;
    position: absolute;
    top: -2vw;
    left: calc(50% - 0.5vw);
  }
  .sec-flow-service .flow-list {
    width: 94%;
    margin: 0 auto;
    display: block;
  }
  .sec-flow-service .flow-list li {
    width: 100%;
    margin-bottom: 6vw;
  }
  .sec-flow-service .flow-list li:last-child {
    margin-bottom: 0;
  }
  .sec-flow-service .flow-list li .flow-ttl {
    width: 100%;
    padding: 1vw 3vw;
    font-size: 4vw;
  }
  .sec-flow-service .flow-list li .flow-txt {
    width: 100%;
    margin-top: 1vw;
    font-size: 3.4vw;
  }
}

/*対応エリア*/
.sec-area {
  width: 100%;
  padding-bottom: 60px;
  text-align: center;
  position: relative;
}
.sec-area .area-txt {
  margin-bottom: 50px;
  display: inline-block;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}

@media (max-width: 767px) {
  .sec-area {
    width: 100%;
    padding-bottom: 12vw;
  }
  .sec-area .area-txt {
    margin-bottom: 8vw;
    font-size: 4.6vw;
  }
}

/*当社の強み*/
.sec-strength {
  width: 100%;
  padding: 80px 0;
  background: #f4fbf7;
}

.sec-strength .strength-list {
  width: 100%;
  margin: 40px auto 0;
  display: flex;
  justify-content: space-between;
}
.sec-strength .strength-list li {
  width: 31.6%;
  background: #fff;
  box-shadow: rgba(162, 162, 154, 0.8) 0 0 10px;
}
.sec-strength .strength-list li .strength-ttl {
  width: 100%;
  min-height: 4.5em;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 10px 15px;
  color: #149953;
  text-align: center;
  font-size: 21px;
  font-weight: 700;
  line-height: 1.4;
}
.sec-strength .strength-list li .strength-txt {
  width: 100%;
  padding: 0 20px 20px;
  line-height: 1.6;
}
.sec-strength .btn-orange {
  margin: 40px auto 0;
}

@media (max-width: 767px) {
  .sec-strength {
    width: 100%;
    padding: 12vw 0;
  }

  .sec-strength .strength-list {
    width: 100%;
    margin: 8vw auto 0;
    display: block;
  }
  .sec-strength .strength-list li {
    width: 100%;
    margin-bottom: 6vw;
    box-shadow: rgba(162, 162, 154, 0.8) 0 0 2vw;
  }
  .sec-strength .strength-list li .strength-ttl {
    width: 100%;
    min-height: initial;
    display: block;
    padding: 4vw 4vw 3vw;
    font-size: 3.8vw;
  }
  .sec-strength .strength-list li .strength-txt {
    width: 100%;
    padding: 0 20px 20px;
    line-height: 1.6;
  }
  .sec-strength .btn-orange {
    margin: 40px auto 0;
  }
}

/*駆除施工の流れ*/

.sec-flow-const {
  width: 100%;
  padding-bottom: 80px;
  background: #f4fbf7;
}
.sec-flow-const .box-const-free {
  width: 100%;
  margin: 30px auto;
  padding: 50px 0 0;
  background: #fff;
  border: 1px solid #149953;
  border-radius: 10px 10px 0 0;
}
.sec-flow-const .box-const-free .box-ttl {
  margin-top: 50px;
  padding: 32px 0 25px;
  background: #149953;
  text-align: center;
  color: #fff;
  font-size: 28px;
  font-weight: 700;
  line-height: 1;
}
.sec-flow-const .box-const-free .box-ttl .txt-em {
  display: inline-block;
  font-size: 38px;
  color: #fefb1c;
  position: relative;
}
.sec-flow-const .box-const-free .box-ttl .txt-em::after {
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #fefb1c;
  position: absolute;
  top: -15px;
  left: calc(50% - 3px);
}

.sec-flow-const .flow-list {
  width: 94%;
  margin: 0 auto;
}
.sec-flow-const .flow-list li {
  width: 100%;
  margin-bottom: 30px;
  display: flex;
}
.sec-flow-const .flow-list li:last-child {
  margin-bottom: 0;
}
.sec-flow-const .flow-list li .box-step {
  width: 80px;
  margin-right: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #3044a4;
  color: #fefb1c;
  text-align: center;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.4;
  position: relative;
}
.sec-flow-const .flow-list li .box-step::after {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: 0;
  bottom: -30px;
  border-top: 30px solid #3044a4;
  border-left: 40px solid transparent;
  border-right: 40px solid transparent;
}
.sec-flow-const .flow-list li.last .box-step::after {
  content: none;
}
.sec-flow-const .flow-list li .box-step span {
  font-weight: 700;
  font-size: 34px;
}
.sec-flow-const .flow-list li .box-const-cont {
  width: calc(100% - 100px);
  padding: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: url('../img/top/bg_pattern.png') repeat;
  border-radius: 10px;
  box-shadow: rgba(162, 162, 154, 0.8) 0 0 10px;
}
.sec-flow-const .flow-list li .box-const-cont .box-left {
  width: 340px;
}
.sec-flow-const .flow-list li .box-const-cont .box-right {
  width: calc(100% - 360px);
}
.sec-flow-const .flow-list li .flow-ttl {
  width: 100%;
  margin-bottom: 20px;
  padding: 0 0 10px;
  border-bottom: 1px solid #3044a4;
  color: #3044a4;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
}
.sec-flow-const .flow-list li .flow-txt {
  width: 100%;
  padding: 20px;
  background: #fff;
  border-radius: 10px;
}
.sec-flow-const .flow-list li .flow-txt .txt-red {
  font-weight: 700;
}

@media (max-width: 1220px) {
  .sec-flow-const .flow-list li .box-const-cont .box-left {
    width: 35%;
  }
  .sec-flow-const .flow-list li .box-const-cont .box-right {
    width: 63%;
  }
}

@media (max-width: 767px) {
  .sec-flow-const {
    width: 100%;
    padding-bottom: 12vw;
  }
  .sec-flow-const .box-const-free {
    width: 100%;
    margin: 6vw auto;
    padding: 10vw 0 0;
    border-radius: 2vw 2vw 0 0;
  }
  .sec-flow-const .box-const-free .box-ttl {
    margin-top: 10vw;
    padding: 5vw 0 4vw;
    font-size: 3.8vw;
  }
  .sec-flow-const .box-const-free .box-ttl .txt-em {
    display: inline-block;
    font-size: 4.6vw;
  }
  .sec-flow-const .box-const-free .box-ttl .txt-em::after {
    content: '';
    width: 1vw;
    height: 1vw;
    border-radius: 50%;
    background: #fefb1c;
    position: absolute;
    top: -2vw;
    left: calc(50% - 0.5vw);
  }

  .sec-flow-const .flow-list {
    width: 94%;
    margin: 0 auto;
  }
  .sec-flow-const .flow-list li {
    width: 100%;
    margin-bottom: 6vw;
    display: flex;
  }
  .sec-flow-const .flow-list li:last-child {
    margin-bottom: 0;
  }
  .sec-flow-const .flow-list li .box-step {
    width: 14vw;
    margin-right: 2vw;
    font-size: 3.4vw;
  }
  .sec-flow-const .flow-list li .box-step::after {
    content: '';
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    left: 0;
    bottom: -6vw;
    border-top: 6vw solid #3044a4;
    border-left: 7vw solid transparent;
    border-right: 7vw solid transparent;
  }
  .sec-flow-const .flow-list li .box-step span {
    font-size: 4.8vw;
  }
  .sec-flow-const .flow-list li .box-const-cont {
    width: calc(100% - 16vw);
    padding: 4vw;
    display: block;
    border-radius: 2vw;
    box-shadow: rgba(162, 162, 154, 0.8) 0 0 2vw;
  }
  .sec-flow-const .flow-list li .box-const-cont .box-left {
    width: 100%;
    margin-bottom: 3vw;
  }
  .sec-flow-const .flow-list li .box-const-cont .box-right {
    width: 100%;
  }
  .sec-flow-const .flow-list li .flow-ttl {
    width: 100%;
    margin-bottom: 3vw;
    padding: 0 0 1vw;
    font-size: 3.6vw;
  }
  .sec-flow-const .flow-list li .flow-txt {
    width: 100%;
    padding: 3vw;
    border-radius: 2vw;
  }
}

/*会社概要*/
.sec-company {
  width: 100%;
  padding: 80px 0;
  text-align: center;
}
.sec-company .company-txt {
  margin: 40px auto 60px;
  font-weight: 500;
  font-size: 20px;
}

.sec-company .company-outline {
  width: 90%;
  margin: 0 auto;
  text-align: left;
  border-top: 1px solid #e6e6e6;
}
.sec-company .company-outline .outline-wrap {
  width: 100%;
  display: flex;
  border-bottom: 1px solid #e6e6e6;
}
.sec-company .company-outline .outline-ttl {
  width: 260px;
  padding: 25px 20px;
  background: #f5f5f5;
  font-weight: 700;
}
.sec-company .company-outline .outline-txt {
  width: calc(100% - 260px);
  padding: 25px 20px;
}
.sec-company .company-outline .outline-txt span {
  display: block;
}
@media (max-width: 1000px) {
  .sec-company .company-outline {
    width: 96%;
  }
  .sec-company .company-outline .outline-ttl {
    width: 30%;
  }
  .sec-company .company-outline .outline-txt {
    width: 70%;
  }
}

@media (max-width: 767px) {
  .sec-company {
    width: 100%;
    padding: 12vw 0;
  }
  .sec-company .company-txt {
    margin: 8vw auto 8vw;
    font-size: 4vw;
  }

  .sec-company .company-outline {
    width: 100%;
    margin: 0 auto;
    text-align: left;
    border-top: 1px solid #e6e6e6;
  }
  .sec-company .company-outline .outline-wrap {
    width: 100%;
    display: block;
    border-bottom: 1px solid #e6e6e6;
  }
  .sec-company .company-outline .outline-ttl {
    width: 100%;
    padding: 4vw;
  }
  .sec-company .company-outline .outline-txt {
    width: 100%;
    padding: 4vw;
  }
}
