@charset "utf-8";
/*------------------------------------------------------------
共通
------------------------------------------------------------*/

body {
  margin: 0;
  -webkit-text-size-adjust: 100%;
  font-family: 'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3', 'Meiryo', 'メイリオ', sans-serif;
  background: #fff;
  color: #404040;
  font-size: 17px;
  background: #fff;
}

*,
*:before,
*:after {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

a:link, a:visited, a:hover, a:active {
  color: #b83397;
}

a:vis

a:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
}

ol, ul {
    list-style: none;
}


/*共通*/
.fsS{
    font-size: .9em;
}
.fsSS {
    font-size: .7em;
    line-height: 1.3;
    margin: 0;
    padding: 10px 0;
}
.fsL{
    font-size: 1.3em;
}
.fsLL{
    font-size: 1.5em;
}
.taC {
    text-align: center;
}
.taR {
    text-align: right;
}
.taL {
    text-align: left;
}
.fwB {
  font-weight: bold;
}
.marker {
    background:linear-gradient(transparent 60%, #ff6 60%);
}
.rel {
    position: relative;
}
.abs {
    position: absolute;
}
.pa{
    padding: 20px 10px;
}
.pa2 {
    padding: 0 10px;
}
.pc_n {
    display: none;
}
.sp_n {
  display: block;
}
.mt0 {
    margin-top: 0;
}
.mt40{	
margin-top: 40px;	
}
.mb20{
margin-bottom:20px;
}
.pt30{
    padding-top: 30px;
}
.pb10{
    padding-bottom: 10px;
}
.red {
    color: #f10205;
  font-weight: bold;
}
.white{
    color: #fff;
}
 .br_sp {
    display: block;
  }
 .br_pc {
    display: none;
  }
  .inline{
    padding-bottom: 10px;
    display: inline-block;
  }

@media screen and (min-width:640px){
.sp_n {
  display: none;
}
.pc_n {
    display: block;
}
.pa2 {
    padding: 0 20px;
}
  .br_sp {
    display: none;
  }
 .br_pc {
    display: block;
  }
}



/*------------------------------------------------------------
レイアウト
------------------------------------------------------------*/

#content {
    width: 100%;
    margin: 0 auto;
}
.wrapper {
    margin: 3%;
}
/*section {
    margin-bottom: 3em;
}*/
figure{
  margin: 0 auto;
  max-width: 100%;
}
img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}

p {
    font-size: 16px;
    margin-bottom: 10px;
    line-height: 1.5;
  }

@media screen and (min-width:640px) {

    #content {
        width: 750px;
        max-width: 100%;
        margin: 0 auto;
    }
    p {
    font-size: 18px;
    margin-bottom: 10px;
    line-height: 1.5;
  }
}
/*------------------------------------------------------------
スマホから
ヘッダー
------------------------------------------------------------*/
header {
  width: 100vw;
  position: fixed;
  top: 0;
  z-index: 100;
  box-shadow: 0px 10px 15px -10px #808080;
}
#mv {
    margin-top: 16vw;
}
h1{
    margin:0;
    padding:0;
}
.head_tell{
    position: absolute;
    color: red;
    font-weight: bold;
    font-size:3.8vw;
    top: 33%;
    right: 2%;
/*    letter-spacing:-2.3px;*/
    margin: 0;
}
.mv_btn{
    background-color: #1E1913;
    display: flex;
    flex-direction:column;
    padding: 9% 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 0;
}
.ma {
    margin: 20px auto;
}
.topc{
    background-image: url(../img/topc_bg.jpg);
    background-size: cover;
    background-position: bottom;
    background-repeat:no-repeat;
    width: 100%;
}
.topc_area{
    width: 95%;
    padding:10% 0;
    box-sizing: border-box;
    margin:0 auto;
    text-align: center;
}
.topc_area figure:nth-child(2){
    padding: 3% 0;
}
.danger{
    background-image: url(../img/guarantee_bg.jpg);
    background-size: cover;
    background-position: bottom;
    background-repeat:no-repeat;
    width: 100%;
    position: relative;
}
.danger_area{
    padding: 0 0 10%;
    margin: 0 auto;
    position: absolute;
    top: 2px;
    left: 0;
    right: 0;
}
.guarantee_area{
    background-image: url(../img/guarantee_bg.jpg);
    background-size:cover;
    background-position: bottom;
    background-repeat:no-repeat;
    width: 100%;
}
.guarantee_item{
    width: 95%;
    margin: 0 auto;
    padding-top: 5%;
    text-align: center;
}
.g_bg{
    background-color: #caf6de;
}
.kaikei {
    text-align: center;
    width: 95%;
    background: #ffffff;
    margin: auto;
    border: solid 3px #00a21b;
    font-weight: bold;
    padding: 0;
    margin-top: 15%;
    padding-top: 3%;
}
.kaikei_area{
    width: 85%;
    margin: 0 auto;
}
.kaikei img {
    margin: auto;
    width: 90%;
    margin-top: -13%;
    max-width: 600px;
}
.caution{
    background: #e00000;
    color: #f7fa12;
    padding: 1% 5%;
}
.caution p{
    font-size: 19px;
}

/*-------------こんな悩み-------------*/
.insect-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 95%;
    margin: 0 auto;
    padding: 5px 0px 5px;
    margin-top: 1em;
}
section.insect{
    background-color: #caf6de;
    margin-bottom: 1em;
    width: 100%;
    padding: 13% 0;
    margin: 0;
}
.insect_ttl{
    width: 95%;
    margin: 0 auto;
}
.tp {
    width: 24%;
    margin-bottom: 10px;
}
.tp p{
    font-size: clamp(0.875rem, 0.612rem + 1.32vw, 1.188rem);
    text-align: center;
}
.insect_text{
    text-align: center;
    font-size: clamp(1.188rem, 0.766rem + 2.11vw, 1.688rem);
    font-weight: bold;
    color: #000;
}
.trouble{
    background-color: #23ac3a;
    padding: 13% 0;
}
.trouble_area{
    width: 95%;
    margin: 0 auto;
    text-align: center;
}
.step_box{
    border-radius: 10px;
    background: #fff;
    padding:5px 20px 20px 20px;
    margin-top: 15px;
    text-align: left;
}
.trouble_ttl img{
    max-width: 450px;
    width: 80%;
}
.step_box img{
    width: 100%;
}
.step_box .step_t{
    font-size: 0.7em;
}
.fcB{
    color: #23ac3a;
}
.fcB_t{
    font-size: 19px;
}
.step_p{
    font-weight: bold;
}
.step01{
    margin-bottom: 33px;
}
.bubble{
    width: 60%;
    margin: 0 0 0 auto;
    margin-top: -4%;
    max-width: 250px;
}
.service{
    background-image: url(../img/servise_bg.png);
    background-size: cover;
    background-position: bottom;
    background-repeat:no-repeat;
    width: 100%;
}
.service_area{
    width: 95%;
    margin: 0 auto;
    text-align: center;
    padding: 15% 0;
}
.service_area p:nth-child(2){
    padding-top: 30px;
}
.service_area p{
    text-align:left;
    font-weight: 400;
    line-height: 1.8;
    font-size: clamp(1.063rem, 0.905rem + 0.79vw, 1.25rem);
}
.qa{
    background-color: #e8f5ea;
    padding: 15% 0;
}
.qa_ttl{
    width: 85%;
    text-align: center;
}
.qa .accordion {
    width: 95%;
    margin: 20px auto;
}
.qa .acc-content+.acc-ttl {
    margin-top: 15px;
}
.qa .acc-ttl {
    border: 2px solid #1e9d34;
    line-height: 1.3;
    font-weight: 600;
    position: relative;
    display: flex;
    align-items: center;
    background-color: #1e9d34;
    color: #fff;
}
.qa .acc-ttl>span {
    display: inline-block;
    font-size: 27px;
    font-weight: 800;
    padding: 10px 13px 10px 10px;
    text-align: center;
    color: #fff;
    background-color: #1e9d34;
    margin-right: 10px;
}
.qa .acc-content {
    background-color: #ffffff;
    padding: 20px 20px 20px 5px;
}
.qa .acc-ttl p{
    width: 73%;
    font-size: 19px;
    margin-top: 10px;
}
.accordion .acc-ttl::after {
    /*タイトル横の矢印*/
    content: "";
    width: 9px;
    height: 9px;
    border-top: 4px solid #ffffff;
    border-right: 4px solid #ffffff;
    -webkit-transform: rotate(45deg);
    position: absolute;
    top: calc(50% - 6px);
    right: 20px;
    transform: rotate(135deg);
}
.qa .acc-ttl.open::after {
    transform: rotate(-45deg) !important;
}
.qa .acc-content{
    display: flex;
}
.qa .acc-content:nth-last-of-type(1) img{
    padding-top: 20px;
}
.qa .acc-content>span {
    display: inline-block;
    font-size: 27px;
    font-weight: 800;
    padding: 10px 13px 10px 10px;
    text-align: center;
    color: #1e9d34;
    margin-right: 10px;
}
.table{
    width: 95%;
    padding: 13% 0;
    margin: 0 auto;
    text-align: center;
}
.table_ttl{
    width:90%;
    padding-bottom: 25px;
}

/*-------------お客様からの声-------------*/
section.voices {
    padding: 3em 0;
    margin-bottom: -3%;
    background-color: #caf6de;
}
.voice_ttl{
    width: 80%;
    margin: 0 auto;
    text-align: center;
}
.voice_bubble{
    width: 90%;
    padding-top: 10px;
    margin: 0 auto;
}
.voice_btext{
        width: 90%;
    margin: 0 auto;
}
.slider{
    margin: auto;
    margin-top: 25px;
    width: 88%;
}
.slider img{
    height: auto;
    width: 100%;
    display: block;
    margin: auto;
}
.voice {
    width: 97%;
    background: #fff;
    margin: 0 auto;
    padding: 5%;
    border-radius: 20px;
/*    height: 780px;*/
    border: 3px solid #1e9d34;
}
.position-voice_p1 {
    text-align: center;
    padding: 2px;
    color: #fff;
    background: #1e9d34;
    font-size: 1.2em;
    font-weight: bold;
    letter-spacing: 1px;
    margin: 0;
}
.position-voice_p2 {
    font-size: 1em;
}

.point_three{
    background-color: #e8f5ea;
    padding: 15% 0;
}
.point_three_ttl{
    max-width: 600px;
    width: 85%;
    margin: 0 auto;
}
.topclass{
    background-image:url(../img/topclass.png);
    background-size: contain;
    background-position: top;
    background-repeat:no-repeat;
    width: 100%;
}
.topclas_item{
    width: 95%;
    margin: 0 auto;
    padding:50% 0 5% 0;
    box-sizing: border-box;
}
.topclas_item .step_box{
    box-shadow: 5px 5px 5px #00000004;
}
.cost{
    background-image:url(../img/cost_ttl.png);
    background-size: contain;
    background-position: top;
    background-repeat:no-repeat;
    width: 100%;
}
.customer{
    background-image:url(../img/customer_ttl.png);
    background-size: contain;
    background-position: top;
    background-repeat:no-repeat;
    width: 100%;
    
}
.w-box{
    background: #fffbd8;
    padding: 6% 3%;
    border-radius: 10px;
    margin: 5% auto;
}
/* 光らせるためのstyle */
.shine{
  border: 2px solid transparent;
  position: relative;
  overflow: hidden;
}
/* 光の疑似要素 */
.shine::before{
    content: '';
    width: 30px;
    height: 100%;
    background-color: #fff;
    animation: shine 3s ease-in-out infinite;
    position: absolute;
    top: -180px;
    left: 0;
    opacity: 0;
    transform: rotate(45deg);
}
/* 光の動き */
@keyframes shine{
  0% {
    transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  80% {
    transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }
  81% {
    transform: scale(4) rotate(45deg);
    opacity: 1;
  }
  100% {
    transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}


@media screen and (max-width:640px) {
    .ma {
        margin: 5px 10px;
    }
}

@media screen and (min-width:640px) {
header {
  width: 750px;
}
#mv {
    margin-top: 97px;
}
.head_tell{
    font-size: 28px;
    top: 36%;
}
.mv_btn img{
    margin: 0 auto;
    display: block;
}
}

/*------------------------------------------------------------
コンテンツ
------------------------------------------------------------*/

#Realtime, #Realtime01, #Realtime02, #Realtime03 {
    font-size: 1.3em;
    font-weight: 700;
    margin: 0;
    padding: 5%;
    text-align: center;
    font-family: 'メイリオ', 'Meiryo';
}
h2 {
    /*background: url("../img/ttl_bg.png");*/
    background-repeat: repeat-x;
    text-align: center;
    margin-bottom: 0;
    background-size: contain;
    margin:0;
}
h2.g_bg {
    background: url("../img/ttl_bg_green.png");
    background-repeat: repeat-x;
    text-align: center;
    margin-bottom: 0;
    background-size: contain;
    margin-top: 0;
}
.comment_abs {
    top: -38px;
    width: 45%;
    left: 10px;
    position: absolute;
}

@media screen and (min-width:640px) {
#Realtime, #Realtime01, #Realtime02, #Realtime03 {
    font-size: 2em;
}
.comment_abs {
    top: -64px;
    height: 55%;
    left: 10px;
    position: absolute;
}
}

@media screen and (max-width:320px) {
.comment_abs {
    top: -31px;
    width: 45%;
    left: 10px;
    position: absolute;
}
}


/* 点滅 */
.blinking{
  animation: flash 1.5s linear infinite;
}

@keyframes flash {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }


  100% {
    opacity: 1;
  }
}

.arrow_mt {
margin-top: -2vw;
}

/*チェックボックス*/
.mycheckbox {
  position: relative;
  padding-left: 25px;
}

.mycheckbox:before {
  content: "";
  position: absolute;
    width: 7px;
    height: 15px;
    top: 0em;
    left: 7px;
  -webkit-transform: rotate(50deg);
  -ms-transform: rotate(50deg);
  transform: rotate(50deg);
    border-right: 3px solid #e60012;
    border-bottom: 3px solid #e60012;
    z-index: 90;
}

.mycheckbox:after {
  content: "";
  position: absolute;
  top: .2em;
  left: 0;
  width: 15px;
  height: 15px;
  border: 2px solid #000;
  border-radius: 2px;
  background: #fff;
}


@media screen and (min-width:640px){
.mycheckbox:before {
  content: "";
  position: absolute;
    width: 11px;
    height: 20px;
    top: 0em;
    left: 9px;
  -webkit-transform: rotate(50deg);
  -ms-transform: rotate(50deg);
  transform: rotate(50deg);
    border-right: 4px solid #e60012;
    border-bottom: 4px solid #e60012;
    z-index: 90;
}

.mycheckbox:after {
    width: 23px;
    height: 23px;
    border: 3px solid #000;
}
.mycheckbox {
    position: relative;
    padding-left: 36px;
}
}

/*-------------case-------------*/
.case {
    margin-bottom: 13vw;
}
.case-box {
    margin-bottom: 2%;
}
 .case-box_ttl {
  background-image: url(../img/trouble_case_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  padding: 3%;
  align-items: center;
  justify-content: space-between;
}
.case-box_ttl h4{
    color: #ff9200;
    text-align: left;
    margin: 0;
    border-bottom: 1px solid #ff9200;
}
.case-box_ttl img {
    width: 30%;
}
.case-box_ttl p {
    color: #fff;
    font-weight: bold;
    font-size: 1em;
    margin: 2%;
    line-height: 1.6;
}
.title_text{
    margin-right: 2%;
}
.fl-l {
   float: left;
}

@media screen and (min-width:640px){
.case {
    margin-bottom: 70px;
}
.case-box_ttl {
    padding: 10px 15px;
}
.case-box_ttl img {
    width: 25%;
}
.case-box_ttl p {
    font-size: 25px;
    line-height: 1.5;
}
.case-box_ttl p.lh_pc {
    line-height: 3;
}
.case-box_ttl img {
    width: 23%;
}
.case-box_p {
    height: 213px;
}
.case-box_p p {
    margin: 0;
    line-height: 1.7;
}
}

/*-------------害獣の種類-------------*/
section.syurui {
    background-image: url(../img/bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 2%;
    margin-bottom: 0;
}
.list-item {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.list-item .item {
    width: 98%;
}
.list-item .box {
    background-color: #fff;
    border: 1px solid #43671c;
    height: 260px;
    margin-top: 0;
    width: auto;
}
.list-item .title {
    background-color: #43671c;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: bold;
    position: relative;
    text-align: center;
    font-size: 0.8em;
    margin: 0;
    color: #fff;
    margin-bottom: 4vw;
    padding: 1%;
}
.list-item .title:after {
    content: '';
    border-color: #43671c transparent transparent;
    border-style: solid;
    display: block;
    height: 0;
    position: absolute;
    width: 0;
        border-width: .466667em .466667em 0;
    bottom: -.43em;
    left: calc(50% - (7em/15));
}
.box .text {
    font-size: 3.5vw;
    line-height: 1.5;
    padding: 5%;
    margin: 0;
    text-align: left;
    letter-spacing: -0.5px;
}
.pd5 {
    padding: 5%;
}
@media screen and (min-width:640px) {
.box .text {
    font-size: 16px;
    padding: 5%;
}
.list-item .box {
    background-color: #fff;
    border: 1px solid #000;
    height: 310px;
    margin-top: 0;
    width: auto;
}
.list-item .title {
    padding: 5px 0;
    font-size: 1.1em;
    margin-bottom: 20px;
}
.list-item img {
    width: 75%;
    display: block;
    margin: 0 auto;
}
}

/*続きを読むアコーディオン*/
.grad-wrap {
  position: relative;
}
/*.grad-wrap + .grad-wrap {
  margin-top: 40px;
}*/
.grad-trigger {
  z-index: 2;
  position: absolute;
  right: 0;
  bottom: 31px;
  left: 0;
  width: 170px;
  margin: auto;
  padding: .5em 0;
  border-radius: 2px;
  background: #663200;
  color: #fff;
  font-size: 0.6em;
  text-align: center;
  cursor: pointer;
  transition: .2s ease;
  box-shadow: 0 0 3px rgba(0,0,0,.3);
}
.grad-trigger:hover {
  background: #fff;
  color: #663200;
}
.grad-trigger .fa {
  margin-right: .5em;
}
.grad-item {
  position: relative;
  overflow: hidden;
}
.grad-item.is-hide {
  height: 180px;
}
.grad-item p + p {
  margin-top: 1em;
}
.grad-item::before {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 0px; /*グラデーションで隠す高さ*/
  background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 10%, #fff 100%);
  background: linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 10%, #fff 100%);
/*  background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 50%, rgba(255,255,255,0.9) 50%, #fff 100%);
  background: linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 50%, rgba(255,255,255,0.9) 50%, #fff 100%);*/
}
.grad-trigger.is-show + .grad-item::before {
  display: none;
}

@media screen and (min-width:640px){
.grad-trigger {
    width: 250px;
    font-size: 15px;
    bottom: 55px;
}
.grad-item.is-hide {
    height: 240px;
}
}


/*-------------基本プランのご案内-------------*/
section.plan {
    margin-bottom: 8vw;
}
.plan-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 5px 13px 40px;
}
.tp4 {
    width: 72px;
    height: 75px;
    margin-bottom: 10px;
    background-size: 100%;
}
.tp5 {
    width: 59px;
    height: 63px;
    margin-bottom: 10px;
    background-size: 100%;
}
.plan_box {
    background-image: url(../img/plan_bg.jpg);
    background-size: contain;
/*    border:1px solid #663200;*/
}
.plan_box_ttl {
 font-weight: bold;
/* color: #663200;*/
padding-top: 5%;
}

.plan01 {
    background-image: url(../img/plan01.png);
    background-repeat: no-repeat;
}
.plan02{
    background-image: url(../img/plan02.png);
    background-repeat: no-repeat;
}
.plan03{
    background-image: url(../img/plan03.png);
    background-repeat: no-repeat;
}
.plan04{
    background-image: url(../img/plan04.png);
    background-repeat: no-repeat;
}
.plan05{
    background-image: url(../img/plan05.png);
    background-repeat: no-repeat;
}
.plan06{
    background-image: url(../img/plan06.png);
    background-repeat: no-repeat;
}
.plan07{
    background-image: url(../img/plan07.png);
    background-repeat: no-repeat;
}
.plan08{
    background-image: url(../img/plan08.png);
    background-repeat: no-repeat;
}
.plan09{
    background-image: url(../img/plan09.png);
    background-repeat: no-repeat;
}
.kakaku {
    font-size: 1.3em;
}

@media screen and (min-width:640px){
section.plan {
    margin-bottom: 60px;
}
.plan-flex {
    padding: 5px 30px 40px;
}
.plan_box_ttl {
 font-size: 25px;
}
.tp4 {
    width: 140px;
    height: 150px;
    margin-bottom: 10px;
    background-size: 100%;
}
.tp5 {
    width: 112px;
    height: 126px;
    margin-bottom: 10px;
    background-size: 100%;
}
.trouble-point_p {
    font-size: 14px;
    margin-top: 150px;
    line-height: 1.3;
}
.trouble-point_p2 {
    font-size: 0.8em;
    margin-top: 117px;
}
.kakaku {
    font-size: 1.3em;
}
}

@media screen and (max-width:320px){
.tp4 {
    width: 20vw;
    height: 22vw;
}
.tp5 {
    width: 15vw;
    height: 63px;
}
.trouble-point_p {
    font-size: 0.5em;
    margin-top: 23vw;
}
.trouble-point_p2 {
    margin-top: 18vw;
}
.kakaku {
    font-size: 1em;
}
}

/*-------------仕組み-------------*/
section.system {
    margin-bottom: 1em;
}

@media screen and (min-width:640px) {
section.system {
    margin-top: 40px;
}
}


/*-------------選ばれる理由-------------*/
section.point {
    background: #04cfe1;
    margin-top: -6vw;
    margin-bottom: 0;
    padding-bottom: 1px;
}
.point_flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: -21px;
}
.point_box {
     background: #fff;
     width: 48%;
     margin-bottom: 5%;
}
.point_ttl {
    color: #faec2f;
    width: 80%;
    display: block;
    height: 30px;
    font-size: 0.85em;
    text-align: center;
    background: #1c416a;
    font-weight: bold;
    padding: 4px;
    padding-right: 59px;
    background: linear-gradient(
-60deg
 , transparent 50px, #1c416a 0);
    margin-top: 0;
}

h3 {
    color: #e60012;
    font-weight: bold;
    font-style: oblique;
    margin: 0;
    font-size: 1em;
    letter-spacing: -0.8px;
    line-height: 1.4;
}
.point_tx p {
    line-height: 1.4;
    font-size: 0.9em;
}
.point_tx {
    padding: 0 5%;
}
.point_box p:nth-child(3) {
    font-size: 0.7em;
    line-height: 1.2;
}
.abs_p1 {
    left: 17%;
    width: 65%;
    bottom: 4%;
    position: absolute;
}
.abs_p2 {
    top: -1%;
    left: 53%;
    width: 52%;
}
.abs_p3 {
    top: -3%;
    left: 67%;
    width: 37%;
}
.abs_p4 {
    top: -4%;
    left: 65%;
    width: 37%;
}
/*.cta_mt0{
    margin-top: -0.8em;
}*/


/*-------------対象エリア-------------*/
.area{
    padding: 13% 0;
}
.area .area_ttl{
    width: 70%;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 2%;
}
h5 {
    font-size: 1.2em;
    width: 90%;
    margin: 0 auto;
    text-align: center;
    margin-top: 70%;
}
dl {
/*    text-align: center;*/
    width: 100%;
}
.area2 {
    margin-top: -10px;
    width: 60%;
    margin-bottom: 16vh;
}
.map_abs {
    top: 35%;
    width: 85%;
    max-width: 600px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
dt{
    color: #fff;
    font-size: clamp(0.938rem, 0.516rem + 2.11vw, 1.438rem);
}
dd{
   font-size: clamp(0.875rem, 0.664rem + 1.05vw, 1.125rem); 
}
.shadow{
    box-shadow: 5px 5px 5px #0000001a;
    border-radius: 10px;
}
dt.area_hokkaido {
    background-color: #00a5d4;
    border-radius: 10px 10px 0 0;
    padding: 3px 0;
}
dt.area_kantou {
    background-color: #7dc15b;
    border-radius: 10px 10px 0 0;
    padding: 3px 0;
}
dt.area_kansai {
    background-color: #f1b600;
    border-radius: 10px 10px 0 0;
    padding: 3px 0;
}
dt.area_shikoku {
    background-color:#ea8c20;
    border-radius: 10px 10px 0 0;
    padding: 3px 0;
}
dt.area_cyubu {
    background-color:#bcca04;
    border-radius: 10px 10px 0 0;
    padding: 3px 0;
}
dt.area_kyusyu {
    background-color: #e75956;
    border-radius: 10px 10px 0 0;
    padding: 3px 0;
}
dd.area_hokkaido {
    margin-bottom: 10px;
    margin-left: 0;
    padding: 5px 0;
}
dd.area_kantou {
    margin-bottom: 10px;
    margin-left: 0;
    padding: 5px 0;
}
dd.area_kansai {
    margin-bottom: 10px;
    margin-left: 0;
    padding: 5px 0;
}
dd.area_shikoku {
    margin-bottom: 30px;
    margin-left: 0;
    padding: 5px 0;
}
dd.area_cyubu {
    margin-bottom: 10px;
    margin-left: 0;
    padding: 5px 0;
}
dd.area_kyusyu {
    margin-bottom: 10px;
    margin-left: 0;
    padding: 5px 0;
}

.coupon{
    background-image: url(../img/coupon_bg.jpg);
    background-size: cover;
}
.coupon_item{
    width: 95%;
    margin: 0 auto;
    padding: 5% 0;
    max-width: 600px;
}


@media screen and (min-width:640px) {
section.qa {
    margin-bottom: 50px;
    margin-top: -1.5vw;
}
    .q_arrow {
        position: absolute;
        top: 37%;
        right: 4%;
        width: 3%;
    }
    .OaC_btn_1 {
        display: block;
        background-color: #ffffff;
        padding: 17px;
        color: #000000;
        font-weight: bold;
        border: 5px solid #e5e5e5;
        font-size: 18px;
    }
    .OaC_btn_1 {
        position: relative;
        line-height: 1.3;
        padding-left: 12%;
        padding-right: 12%;
        margin: 10px 0 0;
    }
    .OaC_btn_1:before {
        position: absolute;
        left: 3%;
        top: 15%;
        content: "";
        display: inline-block;
        width: 2.3em;
        height: 2.3em;
        background: url(../img/q.png) no-repeat;
        background-size: contain;
    }
    .sp_close_1 {
        display: none;
        width: 100%;
        margin: 0 auto;
    }

    .OaC_btn_2 {
        display: block;
        background-color: #ffffff;
        padding: 18px;
        color: #000000;
        font-weight: bold;
        border: 5px solid #e5e5e5;
        font-size: 18px;
    }
    .sp_close_2 {
        display: none;
        width: 100%;
        margin: 0 auto;
    }

    .OaC_btn_2 {
        position: relative;
        line-height: 1.3;
        padding-left: 12%;
        padding-right: 12%;
        margin: 10px 0 0;
    }
    .OaC_btn_2:before {
        position: absolute;
        left: 3%;
        top: 15%;
        content: "";
        display: inline-block;
        width: 2.3em;
        height: 2.3em;
        background: url(../img/q.png) no-repeat;
        background-size: contain;
    }
    .OaC_btn_3 {
        display: block;
        background-color: #ffffff;
        padding: 18px;
        color: #000000;
        font-weight: bold;
        border: 5px solid #e5e5e5;
        font-size: 18px;
    }

    .OaC_btn_3 {
        position: relative;
        line-height: 1.3;
        padding-left: 12%;
        padding-right: 12%;
        margin: 10px 0 0;
    }
    .OaC_btn_3:before {
        position: absolute;
        left: 3%;
        top: 15%;
        content: "";
        display: inline-block;
        width: 2.3em;
        height: 2.3em;
        background: url(../img/q.png) no-repeat;
        background-size: contain;
    }

    .sp_close_3 {
        display: none;
        width: 100%;
        margin: 0 auto;
    }

    .OaC_btn_4 {
        display: block;
        background-color: #ffffff;
        padding: 18px;
        color: #000000;
        font-weight: bold;
        border: 5px solid #e5e5e5;
        font-size: 18px;
    }

    .OaC_btn_4 {
        position: relative;
        line-height: 1.3;
        padding-left: 12%;
        padding-right: 12%;
        margin: 10px 0 0;
    }
    .OaC_btn_4:before {
        position: absolute;
        left: 3%;
        top: 15%;
        content: "";
        display: inline-block;
        width: 2.3em;
        height: 2.3em;
        background: url(../img/q.png) no-repeat;
        background-size: contain;
    }

    .sp_close_4 {
        display: none;
        width: 100%;
        margin: 0 auto;
    }

    .OaC_btn_5 {
        display: block;
        background-color: #ffffff;
        padding: 18px;
        color: #000000;
        font-weight: bold;
        border: 5px solid #e5e5e5;
        font-size: 18px;
    }

    .OaC_btn_5 {
        position: relative;
        line-height: 1.3;
        padding-left: 12%;
        padding-right: 12%;
        margin: 10px 0 0;
    }
    .OaC_btn_5:before {
        position: absolute;
        left: 3%;
        top: 15%;
        content: "";
        display: inline-block;
        width: 2.3em;
        height: 2.3em;
        background: url(../img/q.png) no-repeat;
        background-size: contain;
    }

    .sp_close_5 {
        display: none;
        width: 100%;
        margin: 0 auto;
    }

    .OaC_btn_6 {
        display: block;
        background-color: #ffffff;
        padding: 18px;
        color: #000000;
        font-weight: bold;
        border: 5px solid #e5e5e5;
        font-size: 18px;
    }

    .OaC_btn_6 {
        position: relative;
        line-height: 1.3;
        padding-left: 12%;
        padding-right: 12%;
        margin: 10px 0 0;
    }
    .OaC_btn_6:before {
        position: absolute;
        left: 3%;
        top: 15%;
        content: "";
        display: inline-block;
        width: 2.3em;
        height: 2.3em;
        background: url(../img/q.png) no-repeat;
        background-size: contain;
    }
    .sp_close_6 {
        display: none;
        width: 100%;
        margin: 0 auto;
    }

    .OaC_btn_7 {
        display: block;
        background-color: #ffffff;
        padding: 18px;
        color: #000000;
        font-weight: bold;
        border: 5px solid #e5e5e5;
        font-size: 18px;
    }

    .OaC_btn_7 {
        position: relative;
        line-height: 1.3;
        padding-left: 12%;
        padding-right: 12%;
        margin: 10px 0 0;
    }
    .OaC_btn_7:before {
        position: absolute;
        left: 3%;
        top: 15%;
        content: "";
        display: inline-block;
        width: 2.3em;
        height: 2.3em;
        background: url(../img/q.png) no-repeat;
        background-size: contain;
    }
    .sp_close_7 {
        display: none;
        width: 100%;
        margin: 0 auto;
    }

    .close {
        position: relative;
        line-height: 1.6;
        padding-left: 12%;
        padding-right: 25px;
        background: #e7f9ff;
        margin: 0 0 10px;
        padding-top: 10px;
        padding-bottom: 20px;
        color: #000;
    }
    .close:before {
        position: absolute;
        left: 3.5%;
        top: 10%;
        content: "";
        display: inline-block;
        width: 2.3em;
        height: 2.3em;
        background: url(../img/a.png) no-repeat;
        background-size: contain;
    }
    }





/*-------------スタッフ紹介-------------*/
.slider-for.slick-initialized.slick-slider.slick-dotted {
    margin: -50vw 0 15vw 0;
}

@media screen and (min-width:640px){
.slider-for.slick-initialized.slick-slider.slick-dotted {
    margin: 0 0 70px 0;
}
}

/*-------------フッター-------------*/

footer {
  background: #1e9d34;
  color: #fff;
}
tbody {
    font-size: 12px;
}
table.fooer_table {
    width: 100%;
    padding: 10px 10px 0;
    line-height: 1.8;
}
table.fooer_table th{
    width: 35%;
}
footer a:link, a:visited, a:hover, a:active {
    color: #fff;
}

.footer_oya{
    display: flex;
    justify-content:space-around;
}
.another p{
    font-size: 12px;
    color: #fff;
}
    .close1 {
        display: none;
    }
figure.logo {
    text-align: center;
    padding-top: 30px;
}
.logo img {
    width: 60%;
    margin-bottom: 10px;
}
.another {
    width: 100%;
    padding: 5px 30px 20px;
    font-weight: bold;
    border-top: 1px solid #fff;
}

@media screen and (min-width:640px) {
footer {
    margin-top: -40px;
}
    .another{
        width: 100%;
        padding: 5px 110px 20px;
        font-weight: bold;
        border-top: 1px solid #fff;
    }
    .toiawase{
        width: 400px;
    }
    .logo img {
        width: 40%;
        margin-bottom: 10px;
    }
}

.peak {	
position: absolute;	
width: 33%;	
z-index: 500;	
left: 0px;	
top: 40px;	
}	
.peak2{	
position: absolute;	
width: 17%;	
z-index: 500;	
left: 365px;	
top: 14px;	
}	
.peak3{	
position: absolute;	
width: 17%;	
z-index: 500;	
left: 11px;	
top: 10px;	
}	
.peak4{	
position: absolute;	
width: 33%;	
z-index: 500;	
left: 6px;	
top: 6px;	
}	
.peak_sethumei{	
display: flex;	
height: 1%;	
background-color: #FFF1AB;	
margin: 3%;	
border-radius: 20px;	
padding: 12px;	
margin-bottom: 44px;	
border: solid #C9171E 4px;	
align-items: center;	
}	
.peak_sethumei img {	
width: 14%;	
margin-left: 2%;	
object-fit: contain;	
}	
.peak_sethumei p{	
margin: 0;	
font-weight: bold;	
}	
@media screen and (max-width:640px){	
.peak_sethumei {	
display: flex;	
height: 1%;	
background-color: #fbfaf5;	
margin-top: 4%;	
margin-left: 1%;	
margin-right: 1%;	
border-radius: 20px;	
padding: 12px;	
margin-bottom: 55px;	
}	
.peak_sethumei img{	
width: 28%;	
margin-left: -2%;	
}	
.peak_sethumei p{	
margin-top: 16px;	
font-weight: bold;	
font-size: 14px;	
}	
.peak{	
position: absolute;	
width: 31%;	
z-index: 500;	
left: -1px;	
top: 29px;	
}	
}	
.acc_wrapper {	
margin: -25px auto;	
/* flex: 1; */	
width: 50%;	
}	
.acc_content_wrapper {	
position: relative;	
margin-bottom: 45px;	
padding-bottom: 20px;	
}	
.acc_content {	
height: 250px;	
overflow: hidden;	
}	
.acc02ver .acc_content{	
height: 210px;	
}	
.acc02ver .acc_content+p{	
display: none;	
}	
.show_more{	
position: absolute;	
bottom: 0px;	
left: 0px;	
width: 100%;	
height: 15px;	
padding-top: 60px;	
text-align: center;	
line-height: 15px;	
transition: bottom 0.2s;	
padding-bottom: 20px;	
}	
.show_more02{	
background: none;	
padding-top: 0;	
margin-bottom: 10px;	
}	
.show_more span{	
background: #663200;	
border: 5px solid #663200;	
border-radius: -3px;	
color: #ffffff;	
font-size: 17px;	
padding-right: 54px;	
padding-left: 50px;	
}	
.show_more02 span{	
display: block;	
width: 100%;	
border: 2px solid #ff6060;	
color: #ff6060;	
font-weight:bold;	
text-align: center;	
padding: 10px 0;	
border-radius: 10px;	
background-color: #ffe0e0;	
}	
.active {	
background: none;	
bottom: -10px;	
}	
.acc02ver .active{	
bottom: -20px;	
}	
.acc_wrapper .active {	
/* display:none; */	
}	
@media screen and (max-width:600px){	
.acc_content {	
height: 200px;	
overflow: hidden;	
}	
.acc_wrapper {	
margin: -25px auto;	
}	
}	
@media screen and (min-width:414px) and (max-width:415px){	
.peak {	
position: absolute;	
width: 16%;	
z-index: 500;	
left: 201px;	
top: 10px;	
}	
.peak2 {	
position: absolute;	
width: 16%;	
z-index: 500;	
left: 202px;	
top: 9px;	
}	
}	
@media screen and (max-width:640px){	
section.point {	
margin-top: 0;	
padding-bottom: 19px;	
}	
.point_flex {	
display: flex;	
flex-wrap: wrap;	
justify-content: space-between;	
margin-bottom: -11px;	
}	
}	
.detail{	
display: flex;	
flex-wrap: wrap;	
padding: 6% 3% 0 4%;	
}	
.grad-wrap{	
padding-top: 15%;	
}	
.anno{	
font-size: 0.8rem;	
text-align: right;	
margin-top: 0;	
}	
.pro{	
text-align: center;	
font-weight: bold;	
font-size: 1.1rem;	
}	
@media (min-width: 640px) {	
.pro{	
font-size: 1.5rem;	
}	
}	
@media (max-width: 640px) {	
.show_more span {	
padding-right: 5px;	
padding-left: 5px;	
}	
}

/*モーダル本体の指定 + モーダル外側の背景の指定*/
.modal-container{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background: rgba(0,0,0,50%);
  padding: 40px 20px;
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  transition: .3s;
  box-sizing: border-box;
  z-index: 10000;
}
/*モーダル本体の擬似要素の指定*/
.modal-container:before{
  content: "";
  display: inline-block;
  vertical-align: middle;
}

/*モーダル本体に「active」クラス付与した時のスタイル*/
.modal-container.active{
  opacity: 1;
  visibility: visible;
}
/*モーダル枠の指定*/
.modal-body{
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

/*モーダルを閉じるボタンの指定*/
.modal-close{
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: -26px;
  right: -10px;
  width: 40px;
  height: 40px;
  font-size: 40px;
  color: #fff;
  cursor: pointer;
}
/*モーダル内のコンテンツの指定*/
.modal-content{
  width: 100%;
}

body.fixed {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
}

@media screen and (min-width:768px) {
    .modal-container:before{
      height: 100%;
    }
    .modal-content {
    width: 50%;
    margin: 0 auto;
    }
    .modal-close {
    top: -26px;
    right: 244px;
    width: 40px;
    height: 40px;
    font-size: 55px;
    color: #fff;
    cursor: pointer;
    }
}

/*プライバシーポリシー*/
.privacy-policy {
    text-align: center;
    font-size: 0.8em;
}

#privacy h2 {
    margin: 0 auto;
}
#privacy .inner {
    margin: 0 auto;
    padding: 0 3%;
    overflow-wrap: break-word;
}
#privacy .inner dl{
    font-size: inherit;
    width: 100%;
    font-weight: normal;
    text-align: left;
}
#privacy .inner dt{
    color: #222;
    font-weight: bold;
    margin-bottom: 5px;
}
#privacy .inner dd{
    margin: 0 auto;
}

.anchor {
    padding-top: 150px;
    margin-top: -150px; 
}

/*アコーディオン*/
.toggle {
	display: none;
}
.accordion {
    width: 70%;
    margin: auto;
}
.content img {
    width: 95%;
    margin: 20px auto;
    display: block;
}
.Label,
.content {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transform: translateZ(0);
	transition: all 0.3s;
}
.content {		
	height: 0;
	margin-bottom:20px;
	padding:0 25px;
	overflow: hidden;
	background: #fff;
}
.toggle:checked + .Label + .content {	
	height: auto;
	transition: all .3s;
}
@media screen and (max-width:768px) {
    .accordion {
    width: 90%;
    }
    .content img {
    width: 100%;
    margin: 15px auto;
    }
}