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

body {
  margin: 0;
  -webkit-text-size-adjust: 100%;
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', '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)";
}



/*共通*/
.fsS{
    font-size: .9em;
}
.fsSS {
    font-size: .6em;
    line-height: 1.3;
}
.fsL{
    font-size: 1.2em;
}
.taC {
    text-align: center;
}
.taR {
    text-align: right;
}
.taL {
    text-align: left;
}
.fwB {
  font-weight: bold;
}
.marker {
    background: linear-gradient(transparent 60%, #ffda5aa1 30%);
}
.rel {
    position: relative;
}
.abs {
    position: absolute;
}
.pa{
    padding: 20px 10px;
}
.pa2 {
    padding: 0 10px;
}
.pc_n {
    display: none;
}
.sp_n {
  display: block;
}

.fcR {
    color: #f10205;
  font-weight: bold;
}
 .sp {
    display: block;
  }
 .pc {
    display: none;
  }

@media screen and (min-width:740px){
.sp {
  display: none;
}
.pc {
    display: block;
}
.pa2 {
    padding: 0 20px;
}
  .br_sp {
    display: none;
  }
 .br_pc {
    display: block;
  }
}
@media screen and (max-width:640px){
    .fsL{
        font-size: 1.1em;
    }
}



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

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

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

@media screen and (max-width:640px) {
    p {
    font-size: 15px;
    margin-bottom: 10px;
    line-height: 1.7;
    }
}
/*------------------------------------------------------------
ヘッダー
------------------------------------------------------------*/
header{
    background-color: #fff;
    position: relative;
    top: 0;
    z-index: 1;
}
.header---inner{
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1% 3%;
    box-sizing: border-box;
    max-height: 90px;
}
.header_logo{
    width: 75%;
}
.header_line{
    height: 4px;
    position: relative;
    background-color: #ff6000;
}
.detail{ 
    display: flex;
}
.allseason{
    width: 20%;
    margin-right: 2%;
}

@media screen and (max-width:740px) {
    header {
        max-width: 1400px;
        width: 90%;
        margin: 0 auto;
      }
    .header---inner{
        margin: 0;
        width: 100%;
        height: 54px;
        padding: 0;
    }
    .header_logo{
        width: 80%;
    }
    .detail{ 
    }
}
@media screen and (max-width:320px) {
}
@media screen and (min-width:740px) {
}
@media screen and (max-width:1025px) and (min-width:740px){
}

/*------------------------------------------------------------
mv
------------------------------------------------------------*/
.mv_top{
    width: 100%;
    background: #fff7e0; /* Old browsers */
    background: -moz-linear-gradient(-45deg, #fff7e0 0%, #fff1c6 21%, #ffedae 40%, #ffedae 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, #fff7e0 0%,#fff1c6 21%,#ffedae 40%,#ffedae 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, #fff7e0 0%,#fff1c6 21%,#ffedae 40%,#ffedae 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff7e0', endColorstr='#ffedae',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.mv_top img{
    max-width: 1350px;
    width: 90%;
    margin: 0 auto;
    display: block;
}
.mv_under{
    background-image: url(../img/mvunder_bg_pc.png);
    padding: 1% 0;
}
/*.mv_under .mv_merit{
    margin:  -1.5% auto 0;
    display: block;
    max-width: 1200px;
    width: 90%;
}*/
.mv_under .mv_merit{
    margin:  0.5% auto;
    display: block;
    max-width: 500px;
    width: 90%;
}
@media screen and (min-width:1100px) {
    .mv_under .mv_merit{
       max-width: 700px;
    }
}

/*------------ cta -----------------*/
.cta_area{
    background-color: #fff2c4;
    padding: 1% 2%;
}
.cta_title{
    width: 50%;
    margin: 0 auto;
    padding: 1% 2% 2%;
}
.cta_btn {
    display: flex;
    justify-content: center;
    max-width: 1400px;
    width: 80%;
    margin: 0 auto;
}
.cta_btn img{
    width: 95%;
    margin: 0 auto;
}
.credit img{
    margin: 2% auto;
    width: 50%;
}

/* 光らせるための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:740px) {
    .cta_area{
        padding: 1% 0;
    }
    .cta_title{
        width: 100%;
        margin: 0 auto;
        padding: 3%;
    }
    .cta_btn{
        width: 96%;
        margin-bottom: 3%;
    }
    .credit img{
        width: 100%;
    }
}



/*------------------------------------------------------------
コンテンツ
------------------------------------------------------------*/
h2 {
    background-repeat: repeat-x;
    text-align: center;
    margin-bottom: 0;
    background-size: contain;
}


/*------------- 2 自力駆除は危険-------------*/
.worning h2{
    margin-top: -1%;
}
.worning_area{
    background-image: url(../img/worning_bg_pc.png);
    padding: 3% 3% 7%;
}
.worbox{
    background-color: #fff;
    padding: 3% 5% 4%;
    max-width: 1200px;
    width: 90%;
    margin: 0 auto;
    box-shadow: 3px 3px 18px 9px rgb(0 0 0 / 17%);
}
.worning p{
    margin: 2% 0;
}
.worning .worning_area img{
    width: 80%;
    margin:  0 auto;
}
@media screen and (min-width:1200px) {
    .worning_area{
        padding: 3% 3% 5%;
    }
}
@media screen and (max-width:740px) {
    .worning h2{
        margin-top: 0;
    }
    .worbox{
        width: 100%;
        padding: 5% 4% 9%;
    }
    .worning_area{
        padding: 5% 4% 12%;
    }
    .worning .worning_area img{
        width: 100%;
    }
}

/*------------- 3 対応プランのご案内-------------*/
section.plan {
    background-color: #fff2c4;
    padding: 7% 0 5%;
    position: relative;
}
.plan h2 img{
    max-width:500px;
    width: 60%;
}
.planbox{
    max-width: 1200px;
    width: 90%;
    position: relative;
    background-color: #fff;
    margin: 5% auto 0;
    border-radius: 30px;
    border: 4px solid #572500;
    display: flex;
}
.planbox .plan_in{
    padding: 2% 1%;
    margin: 0 auto;
    width: 30%;
}
.planbox .plan_bee{
    width: 15%;
    position: absolute;
    top: -6%;
    margin-left: 6.5%;
}
.planbox .plan_cost{
    margin-top: 60%;
    margin-bottom: 4%;
}
.planbox .plan_cost img{
    max-width: 100%;
    margin: 0 auto;
}
.line{
    border: 1.8px solid #572500;
    margin: 2% 0;
}
@media screen and (min-width:1200px) {
    section.plan {
        padding: 5% 0 2%;
    }
}
@media screen and (max-width:740px) {
    section.plan{
        padding: 15% 0 10%;
    }
    .plan h2 img{
        width: 80%;
    }
    .planbox{
        display: block;
        border-radius: 10px;
        border: 2.5px solid #572500;
        width: 94%;
        padding: 4% 0;
    }
    .planbox .plan_in{
        display: flex;
        align-items: flex-start;
        width: 100%;
        padding: 2%; 
    }
    .planbox .plan_bee{
        position: inherit;
        width: 40%;
        margin-left: 0;
    }
    .planbox .plan_r{
        margin: 3% 0 0 2%;
    }
    .planbox .plan_r p{
        margin-bottom: 0;
        line-height: 1.5;
    }
    .planbox .plan_cost{
        margin-top: 0;
    }
    .line{
        margin: 2% 3%;
    }
}


/*------------- 4 選ばれる理由-------------*/
section.reason .reason_area{
    max-width: 1200px;
    width: 90%;
    margin: 5% auto 7%;
    box-shadow: 3px 3px 18px 9px rgb(0 0 0 / 17%);
    padding-bottom: 3%;
}
.reason_box{
    display: flex;
    margin: 4% 5%;
    justify-content: space-around;
}
.reason_boxin{
    width: 48%;
    background-color: #fff2c4;
    border-radius: 20px;
    box-shadow: 6px 7px 0px 0px #fcc900;
    position: relative;
}
.reason_boxin::before{
    content: '●';
    font-size: 1rem;
    color: #7e3407;
    position: absolute;
    top: 9px;
    left: 13px;
}
.reason_boxin::after{
    content: '●';
    font-size: 1rem;
    color: #7e3407;
    position: absolute;
    top: 9px;
    right: 13px;
}
.reason_icon{
    position: absolute;
    width: 18%;
    top: -9%;
    right: 10%;
}
.reason_icon02{
    position: absolute;
    width: 13%;
    top: -5%;
    right: 10%;
}
.reason_icon03{
    position: absolute;
    width: 12%;
    top: -6%;
    right: 10%;
}
.reason_in{
    padding: 10% 5% 5%;
}
.reason_title{
    display: flex;
    align-items: flex-end;
    margin-bottom: 3%;
}
.reason_title img{
    width: 10%;
    margin-right: 1%;
}
.reason_title h4{
    font-size: 1.5em;
    color: #7e3208;
    font-weight: bold;
}

@media screen and (max-width:1000px){
    .reason_title h4{
        font-size: 1.2em;
    }
}



/*-------------5 お客様からの声-------------*/
section.voices {
    background-size: cover;
    margin-top: 0%;
    background: #fff5d1;
    position: relative;
    padding: 6% 3%;
    z-index: 0;
}

.voices h2 img{
    max-width: 500px;
    width: 90%;
}

.slider{
    margin: auto;
    margin-top: 25px;
    width: 88%;
}
.voice {
    background: #fff;
    margin: 5% 5% 3%;
    display: flex;
    position: relative;
    padding: 3%;
    height: 270px;
}
.voice_img{
    position: absolute;
    width: 38%;
    top: -20%;
    left: -3%;
}
.voice p{
    margin-left: 35%;
    margin-top: 3%;
    line-height: 1.7;
}
.voices ul{
    max-width: 1200px;
}


@media screen and (max-width:740px){
    section.voices{
        padding: 12% 3%;
    }
    .voices h2 img{
        width: 80%;
    }
    .voice {
        display: block;
        height: auto;
        padding:40% 6% 8%;
        margin: 23% 1% 3%;
        height: 400px;
    }
    .voice p{
        margin-left: 0;
    }
    .voice_img{
        width: 90%;
        left: 6%;
        top: -17%;
    }
}
@media screen and (min-width:1200px){
    .voice_img{
        width: 32%;
        top: -19%;
        left: 2%;
    }
}
@media screen and (max-width:1200px) and (min-width:740px){
    .voices h2 img{
        width: 40%;
    }
    .voice_img{
        top: -10%;
        left: -1%;
        width: 35%;
    }
    .voice p{
        margin-top: 0;
    }
}


/*-------------6 ぼったくり業者-------------*/
section.evilsales{
    background-color: #fed440;

}
.ev_line{
    background-image: url(../img/evilsales_line.png);
    padding: 0.8% 0;
    background-size: cover;
}
.evilsales h2 img{
    margin: 3% 0 2%;
}
.ev_text{
    max-width: 1200px;
    width: 90%;
    margin: 0 auto;
    text-align: center;
}
.ev_text02{
    max-width: 1200px;
    width: 90%;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 6%;
}
.ev_box{
    margin: 5% auto 3%;
    background: #fff;
    padding: 4% 3% 3%;
    max-width: 1000px;
    position: relative;
    width: 90%;
}
.ev_box h4 img{
    position: absolute;
    width: 40%;
    top: -10%;
    left: 30%;

}
.ev_box .check_item {
    position: relative;
    padding-left: 22px;
    font-size: 16px;
    line-height: 1.8;
}
.ev_box .check_item::before {
    content: '';
    display: block;
    background-image: url(../img/check.png);
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    left: 0;
    top: 3px;
}
.ev_box li.check_item{
    font-size: 1.1em;
}

@media screen and (min-width:1400px){
    .ev_text , .ev_text02{
        font-size: 1.1em;
    }
    .ev_box{
        margin: 3% auto 2%;
        padding: 3% 3% 2%;  
    }
}
@media screen and (max-width:1100px) and (min-width:740px){
    .ev_box h4 img{
        top: -15%;
    }
    .ev_box li.check_item{
        font-size: 0.9em;
    }
}
@media screen and (max-width:740px){
    .ev_line{
        padding: 2% 0;
    }
    .evilsales h2 img{
        margin: 8% 0 5%;
    }
    .ev_text , .ev_text02{
        text-align: left;
    }
    .ev_box{
        margin: 12% auto 5%;
        padding: 10% 3% 7%;
    }
    .ev_box h4 img{
        width: 78%;
        top: -7%;
        left: 11%;
    }
    .ev_box li.check_item{
        font-size: 0.9em;
    }
    .ev_text02{
        margin-bottom: 10%;
    }
}


/*-------------流れ-------------*/
.flow_area{
    background-image: url(../img/flow_bg_pc.jpg);
    padding-bottom: 6%;
    background-size:cover
}
.flow_box{
    background-color: #fff2c4;
    max-width: 900px;
    width: 80%;
    margin: 2.5% auto;
    padding: 2% 2% 1.5%;
    border: 3px solid #4f2f20;
    position: relative;
}
.flow_box.first-child{
    margin-top: 4%;
}

.flow_box h4{
    border-radius: 10px;
    background-color: #4f2f20;
    color: #fff;
    padding: 1.5% 3% 1% 5%;
    font-weight: bold;
    font-size: 1.5em;
    width: 450px;
    position: absolute;
    top: -8%;
    left: -2%;
}
.flow_num{
    color: #fec202;
    font-size: 1.6em;
    margin-right: 2%;
}
.flow_fle{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.flow_fle img{
    width: 23%;
}
.flow_fle p{
    margin-top: 1%;
    font-weight: 600;
}
.flow_fle .fsS{
    font-size: 0.8em;
    color: #6e6e6e;
}
.flow_after{
    max-width: 600px;
    width: 80%;
    margin: 0 auto;
    display: block;
}

@media screen and (max-width:1000px){
    .flow_box h4{
        font-size: 1.1em;
        width: 350px;
    }
    .flow_fle p.last-child{
        margin-top: 5%;
    }
}



/*-------------対象エリア-------------*/
section.area {
    background-color: #fff2c5;
    padding: 5% 0 7%;
    position: relative;
}
.area h2 img{
    max-width: 500px;
    width: 50%;
}
.area_text p{
    text-align: center;
    font-weight: bold;
    margin:  0 auto;
    font-size: 1.2em;
}

@media screen and (min-width:740px){
    .area_map{
        display: flex;
        justify-content: space-around;
        max-width: 1200px;
        width: 90%;
        margin: 4% auto;
    }
    .area_map img{
        width: 34%;
    }
    .area_in{
        width: 50%;
    }
    .area_in h3{
        color: #fff;
        text-align: center;
        font-size: 1.5em;
        padding: 2% 2% 1%;
        margin: 3% 0 1%;
    }
    
    .area_in .tohoku h3{
        background-color: #ef0000;
    }
    .area_in .kanto h3{
        background-color: #ff6100;
    }
    .area_in .kyusyu h3{
        background-color: #ffb900;
    }
    
    .area_in p{
        text-align: center;
        font-size: 1.2em;
    }

}

@media screen and (max-width:1000px) and (min-width:740px){
    .area_in p{
        font-size: 1em;
    }

}


@media screen and (max-width:740px){
    section.area {
        padding: 10% 3% 12%;
    }
    .area h2 img{
        width: 85%;
        margin-bottom: 5%;
    }
    .area_map{
        display: none;
    }
    .area_map img{
        width: 100%;
        margin: 5% auto;
    }
    .area_text p{
        font-size: 1em;
        margin-top: 5%;
    }
}



/*-------------Q&A-------------*/
.qa_area{
    max-width: 1000px;
    width: 90%;
    margin: 2% auto 5%;
}
.qa_area p{
    margin-bottom: 0;
}


section.qa {
	padding-bottom: 1em;
  margin-bottom: 2em;
}
.cp_qa {
	margin: 2em auto 5em;
    max-width: 1000px;
    width: 90%;
    
}
.cp_qa *, .cp_qa *:after, .cp_qa *:before {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.cp_qa .cp_actab {
	position: relative;
	overflow: hidden;
	width: 100%;
	margin: 0 0 1em 0;
	color: #1b2538;
}
.cp_qa .cp_actab input {
	position: absolute;
	opacity: 0;
}
/* 質問 */
.cp_qa .cp_actab label {
	font-weight: bold;
	line-height: 1.6em;
	position: relative;
	display: block;
	margin: 0;
	padding: 1.5em 2em 1.5em 3.5em;
	cursor: pointer;
	text-indent: 1em;
	background: #4f301e;
	color: #fff;
	border-radius: 10px;
}
/*  01のアイコン */
.cp_qa .cp_actab label.q01::before {
    position: absolute;
    left: 2%;
    top: 19%;
    content: "";
    display: inline-block;
    width: 3em;
    height: 3em;
    background: url(../img/Q1.png) no-repeat;
    background-size: contain;
}
/*  02のアイコン */
.cp_qa .cp_actab label.q02::before {
    position: absolute;
    left: 2%;
    top: 19%;
    content: "";
    display: inline-block;
    width: 3em;
    height: 3em;
    background: url(../img/Q2.png) no-repeat;
    background-size: contain;
}
/*  03のアイコン */
.cp_qa .cp_actab label.q03::before {
    position: absolute;
    left: 2%;
    top: 19%;
    content: "";
    display: inline-block;
    width: 3em;
    height: 3em;
    background: url(../img/Q3.png) no-repeat;
    background-size: contain;
}
/*  04のアイコン */
.cp_qa .cp_actab label.q04::before {
    position: absolute;
    left: 2%;
    top: 19%;
    content: "";
    display: inline-block;
    width: 3em;
    height: 3em;
    background: url(../img/Q4.png) no-repeat;
    background-size: contain;
}
/*  05のアイコン */
.cp_qa .cp_actab label.q05::before {
    position: absolute;
    left: 2%;
    top: 19%;
    content: "";
    display: inline-block;
    width: 3em;
    height: 3em;
    background: url(../img/Q5.png) no-repeat;
    background-size: contain;
}
/*  06のアイコン */
.cp_qa .cp_actab label.q06::before {
    position: absolute;
    left: 2%;
    top: 19%;
    content: "";
    display: inline-block;
    width: 3em;
    height: 3em;
    background: url(../img/Q6.png) no-repeat;
    background-size: contain;
}

.cp_qa .cp_actab label:hover {
	transition: all 0.3s;
}
/* --質問の矢印アイコン */
.cp_qa .cp_actab label::after {
    position: absolute;
    right: 2%;
    top: 40%;
    content: "";
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    background: url(../img/arrow_b.png) no-repeat;
    background-size: contain;
}

/* -------答え------- */
.cp_qa .cp_actab .cp_actab-content {
	position: relative;
	overflow: hidden;
	max-height: 0;
    padding: 0 0 0 4em;
	-webkit-transition: max-height 0.2s;
	        transition: max-height 0.2s;
}
.cp_qa .cp_actab .cp_actab-content::before {
	font-size: 2em;
	position: absolute;
    margin: 0.5em 0 0 -1.1em;
	padding: 0;
	color: #4f301e;
	content: 'A';
    font-weight: bold;
    font-style: italic;
}
.cp_qa .cp_actab .cp_actab-content p {
	margin: 2em 1em 2em 0;
}
/* 質問を開いた時の仕様 */
/* --答えの高さ */
.cp_qa .cp_actab input:checked ~ .cp_actab-content {
	max-height: 40em;
	background: #fff2c5;
	border-top: none;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}
/* 質問をクリックした時のアイコンの動き */
.cp_qa .cp_actab input:checked ~ label {
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
}
/* 質問をクリックした時の+の動き */
.cp_qa .cp_actab input[type=checkbox]:checked + label::after {
	-webkit-transform: rotateZ(180deg);
	transform: rotateZ(180deg);
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
    top: 23%;
}
@media screen and (max-width:740px){
    .cp_qa{
        margin: 5% auto 10%;
    }
    .cp_qa .cp_actab{
        margin: 0 0 0.5em 0;
    }
    .cp_qa .cp_actab label {
        text-indent: 0em;
    } 
	.cp_qa .cp_actab label::after{
        top: 43%;
        right: 3%;
        width: 1.2em;
        height: 1.2em;
    }
    .cp_qa .cp_actab input[type=checkbox]:checked + label::after{
        top: 34%;
    }
    .cp_qa .cp_actab .cp_actab-content{
        padding: 0 0 0 3em;
    }  
    .cp_qa .cp_actab .cp_actab-content p{
        margin: 1em 1em 1em 0;
    }
    .cp_qa .cp_actab .cp_actab-content::before{
        margin: 0.2em 0 0 -1em;
    } 
}


/*お問い合わせフォーム*/
.content-area{
/*    margin: 8% 2%;*/
    background-color: #fff;
}

.content-area h3{
    margin-bottom: 5%;
}
/* お問い合わせ確認、完了ページ */
.content-area h2{
    background-color: #ffc500;
    color: #4f2f20;
    padding: 3%;
    font-weight: bold;
    font-size: 3em;
    margin: 0 0 3%;
}

.content-main {
    max-width: 740px;
    margin: 0 auto;
    width: 90%;
}

/* 調査概要 */
.outline{
    padding-bottom: 5%;
}
.outline h5 {
    text-align: center;
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 2%;
    padding-bottom: 2%;
}
.outline p {
    font-size: 13px;
    margin-bottom: 2%;
}
.outline div {
    margin: auto;
    width: 80%;
    max-width: 800px;
    background-color: #efefef;
    padding: 3%;
    margin-top: 7%;
}
@media screen and (max-width:768px){
    .content-area h2 {
        padding: 10% 3%;
        font-size: 2em;
        margin: 0 0 5%;
    }
    .outline div {
        margin: 23% auto 0;
        width: 88%;
        padding: 7% 3%;
    }
    .outline h5{
        font-size: 1em;
    }
    .outline p {
        font-size: 10px;
        line-height: 1.4;
    }
}


/*-------------フッター-------------*/
footer .footer_in{
    background: #4d301e;
    color: #fff;
    padding: 3% 0 10%;
    display: block;
}
footer p{
    margin-bottom: 0;
    text-align: center;
    line-height: 1.7;
    font-size: 0.8em;
}

/* お問い合わせページのフッター */
footer .footer_inc{
    background: #4d301e;
    color: #fff;
    padding: 3% 0;
    display: block;
    margin-top: 10%;
    margin-bottom: 0;
}
@media screen and (min-width:740px){
    footer{
        margin-top: 5%;
    }
}

@media screen and (max-width:740px){
    .curved {
        position: relative;
        background: #ffffff;
        height: 10vh;
        border-bottom-left-radius: 50% 50%;
        border-bottom-right-radius: 50% 50%;
        margin-bottom: 10%;
    }
    footer .footer_in{
        padding: 0 0 30%;
    }
    footer p{
        font-size: 0.5em;
    }

    /* お問い合わせページのフッター */
    footer .footer_inc{
        padding: 0 0 14%;
    }
}



/*-------------追従エリア-------------*/
/* デザインに関する記述 */
.cta_follow{
    background-color: #ffe00075;
}
.cta_follow p{
    color: #fff;
    font-size: 1.3em;
    font-weight: bold;
    background: #0052b7;
    padding: 0.5%;
    text-align: center;
}
.cta_follow p span{
    color: #fff54e;
}
.cta_follow .inner_flex{
    display: flex;
    width: 800px;
    padding: 1%;
    margin: 0 auto;
}


/* 動きに関する記述 */
.ScrollTop {
    opacity: 0;
    transition: all 0.65s;
    width: 100%;
    position: fixed;
    z-index: 10;
    bottom: 0;
}
.ScrollTop.isActive {
    opacity: 1;
    transition: all 0.65s;
}


@media screen and (max-width:740px) {
    .cta_follow .inner_flex{
        width: 100%;
        width: 100%;
        padding: 2% 2% 10px;
    }
    .cta_follow p{
        font-size: 1em;
        padding: 1%;
    }
    .cta_men2{
        position: absolute;
        left: 0;
        bottom: 0;
        width: 96%;
    }
    .floow_btn{
        position: absolute;
        bottom: 12px;
        right: 20px;
        width: 80%;
    }
}

@media screen and (max-width:420px) {
    .cta_follow p{
        font-size: 0.8em;
    }
}
@media screen and (max-width:320px) {
    .cta_follow .inner_flex{
        height: 99px;
    }
}

@media screen and (min-width:740px) and ( max-width:1200px) {
    .cta_follow .inner_flex{
        width: 70%;
    }
}
 .award h2{
        margin-bottom: 1%;
    }
@media screen and (max-width:740px) {
    .award h2{
        margin-bottom: 0;
    }
}

/*モーダル本体の指定 + モーダル外側の背景の指定*/
.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: -15px;
  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;
    }
}
@media screen and (min-width:768px) and (max-width:1126px){
    .modal-container:before {
        height: 14%;
    }
    .modal-close {
        right: 22%;

    }
}