body{
    font-family: "Zen Maru Gothic", serif;
    font-style: normal;
  }
html{
    font-size: 18px;
}
main{
    overflow: hidden;
}
a{
    text-decoration: none;
    color: #1A1A1A;
}
a:hover {
    opacity: 0.7;
  }
li{
    list-style: none;
}
  
.sp{
    display: block;
}
.pc{
    display: none;
}
.grecaptcha-badge { visibility: hidden; }
.reCAPTCHA-text{
    text-align: center;
    font-size: 14px;
}
.section_title{
    text-align: center;
    line-height: 1.75;
    letter-spacing: 0.1em;
    font-size: 20px;
}
.section_title::after{
    content: "";
    display: block;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    background-image: url(../image/sp/img/border_line⑧.svg);
    width: 100%;
    height: 4px;
}
.pink_text_color{
    line-height: 1.25;
    font-weight: bold;
    font-size: 28px;
    color: #E95389;
}
.blue_text_color{
    font-size: 28px;
    color: #0096DC;
    font-weight: bold;
  }
.inner{
    position: relative;
}
@media screen and (min-width: 768px) {
    .inner{
        margin: 0 auto;
        width: 660px;
    }
}
@media screen and (min-width: 1080px) {
    .sp{
        display: none ;
    }
    .pc{
        display: block ;
    }
    .inner{
        margin: 0 auto;
        width: 100%;
        max-width: 1260px;
    }
    .section_title{
        font-size: 40px;
    }
    .section_title::after{
        background-image: url(../image/pc/img/border_line⑧.svg);
        height: 8px;
    }
    .pink_text_color{
        font-size: 50px;
    }
    .blue_text_color{
        font-size: 50px;
    }
}
/* header */
.header_inner{
    display: flex;
    align-items: center;
    padding: 20px;
    padding-bottom: 10px;
    justify-content: space-between;
}
.header_inner_left{
    display: flex;
    align-items: center;
    justify-content: left;
}
.header_inner_left img{
    width: 50px;
}
#g-nav{
    position:fixed;
    z-index: 999;
    /*ナビのスタート位置と形状*/
	top:-120%;
    left:0;
	width:100%;
    height: 30%;
	background:#999;
	transition: all 0.6s;
    background: rgba(233, 83, 137, 0.7);
}
#g-nav.panelactive{
    top: 80px;
}
#g-nav.panelactive #g-nav-list{
    position: fixed;
    z-index: 999; 
    width: 100%;
    height: 30%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}
#g-nav ul {
    width: 100%;
    position: absolute;
    z-index: 999;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
}
#g-nav li{
	list-style: none;
    text-align: center; 
}

#g-nav li a{
	color: #fff;
	text-decoration: none;
	padding:10px;
	display: block;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-weight: bold;
}

#g-nav-list ul li:last-child a {
    font-family: "Helvetica", "Arial", "Hiragino Kaku Gothic ProN", "Hiragino Sans", YuGothic, "Yu Gothic", "メイリオ", Meiryo, sans-serif !important;
    display: flex;
    align-items: center;
    justify-content: center;
}
#g-nav-list ul li a img{
    width: 30px;
}
.openbtn{
	position:absolute;
    z-index: 9999;
    top: 20px;
    right: 20px;
	cursor: pointer;
    width: 50px;
    height:50px;
}
	
/*×に変化*/	
.openbtn span{
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 14px;
    height: 3px;
    border-radius: 2px;
	background-color: #fff;
  	width: 45%;
  }

.openbtn span:nth-of-type(1) {
	top:15px;	
}

.openbtn span:nth-of-type(2) {
	top:23px;
}

.openbtn span:nth-of-type(3) {
	top:31px;
}

.openbtn.active span:nth-of-type(1) {
    top: 18px;
    left: 18px;
    transform: translateY(6px) rotate(-45deg);
    width: 30%;
}

.openbtn.active span:nth-of-type(2) {
	opacity: 0;
}

.openbtn.active span:nth-of-type(3){
    top: 30px;
    left: 18px;
    transform: translateY(-6px) rotate(45deg);
    width: 30%;
}
@media screen and (min-width: 600px) and (max-width: 1079px) {
    #g-nav{
        height: 200px;
    }
    #g-nav.panelactive {
        top: 80px;
    }
    #g-nav.panelactive #g-nav-list{
        height: 200px;
    }
}
@media screen and (min-width: 1080px) {
    .header_inner{
        padding: 40px 100px;
    }
    .header_inner_left P{
        font-size: 1.8vw;
    }
    .header_inner_left img{
        width: 70px;
        height: 70px;
    }
    .header_tel{
        display: flex;
        align-items: center;
    }
    .header_tel a p{
        display: flex;
        align-items: center;
        font-size: 2.5vw;
        font-weight: bold;
        color: #1A1A1A;
        margin-right: 10px;
    }
    .header_tel a p::before{
        content: "";
        display: block;
        background-repeat: no-repeat;
        background-position: center center;
        background-size: contain;
        background-image: url(../image/pc/icon/telephone.png);
        width: 40px;
        height: 40px;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        margin-right: 5px;
    }
    
}
/* mv */
#mainvisual {
    min-height: initial;
    margin-bottom: auto;
}

#mainvisual {
    position: relative;
    display: block;
    box-sizing: border-box;
    width: 100%;
    height: 430px;
    background-image: url(../image/sp/fv/SP_main01-tokyo.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
}
#mainvisual.kanagawa {
    position: relative;
    display: block;
    box-sizing: border-box;
    width: 100%;
    height: 112vw;
    background-image: url(../image/sp/fv/SP_main01-kanagawa.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
}
@media screen and (min-width: 600px) and (max-width: 1079px) {
    #mainvisual {
        width: 100%;
        height: 400px;
         margin-bottom: auto;
    }
}
/* PC用のスタイル */
@media screen and (min-width: 1080px) {
    #mainvisual {
        background-image: url(../image/pc/fv/PC_main01-tokyo.png);
        height: 48.96vw;
        /* height:940px; */
        background-size: 100% auto;
        margin-bottom: 0;
    }
    #mainvisual.kanagawa {
        background-image: url(../image/pc/fv/PC_main01-kanagawa.png);
        height: 48.96vw;
        /* height:940px; */
        background-size: 100% auto;
        margin-bottom: 0;
    }
}
/* web見積もり */
.main_inner{
    display: flex;
    justify-content: center;
}
.box_inner{
    position: relative;
    background-color: #EFF9FB;
    border-radius: 10px;
    width: 330px;
    height: 680px;
    padding: 20px;
    top: 53%;
    right: 0;
    bottom: 0;
    /* left: 0;
    margin-top: 291px; */
    z-index: 3;
    display: block;
}
.repair_head img{
    margin: 0 5px;
    width: 100%;
    position: absolute;
    z-index: 2;
    left: -7%;

}
.repair_request_box{
    margin-top: 96px;
}
.repair_request{
    background-color: #FAD9DF;
    font-weight: bold;
    text-align: center;
    padding: 5px;
    margin: 10px;
}
.repair_counter{
    color: #E95389;
}
.repair_form{
    margin: 10px;
    position: relative;
    z-index: 3; 
}
.repair_form_label{
    display: flex;
    align-items: center;
    margin-top: 10px;
    font-size: 18px;
}
.repair_form_label::after{
    content: "";
    display: block;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    background-image: url(../image/sp/icon/required_icon.png);
    width: 30%;
    height: 34px;
    margin-left: 10px;
}
.repair_form_input{
    height: 35px;
}
.repair_form_textarea{
    height: 99px;
}
.repair_form_input,
.repair_form_textarea{
    padding-left: 13px;
    background-color: #fff;
    border: 1px solid #0096DC;
    border-radius: 5px;
    width: 100%;
    margin-top: 10px;
}
.free_consultation_inner{
    text-align: center;
    margin-top: 20px;
}
.free_consultation_btn {
    font-size: 18px;
  color: #fff;
  background-color: #E95389;
  border-radius: 100vh;
  padding: 10px 40px;
  text-align: center;
}
.free_consultation_btn::before{
    content: url('../image/sp/icon/arrow.png');
    margin-right:10px;
}
.repair_bg_right,
.repair_bg_left{
    position: absolute;
    z-index: 1;
}
.repair_bg_right{
    right: -49%;
    top: 171%;
}
.repair_bg_left{
    top: 198%;
    left: -10%;
}
.serverMonth,
.serverDay{
    display: none;
}
.submit-button-wrapper {
    position: relative;
    text-align: center;
}
.submit-button {
    box-sizing: border-box;
    margin: 20px auto 0;
    background-color: #E95389;
    cursor: pointer;
    color: #fff;
    font-size: 18px;
    text-align: center;
    text-decoration: none;
    outline: none;
    padding: 10px 60px;
    border-radius: 100vh;
    display: inline-block;
    z-index: 1;
}
.submit-button-wrapper::before {
    content: url('../image/sp/icon/arrow.png');
    position: absolute;
    z-index: 2;
    top: 47%;
    left: 15%;
}
.repair_form_box{
    display: flex;
    align-items: center;
    column-gap: 10px;
}
@media screen and (min-width: 600px) and (max-width: 1079px) {
    .caption_text .sp{
        display: none;
    }
    .repair_bg_right,
    .repair_bg_left{
        display: none;
    }
    .box_inner{
        position: relative;
        background-color: #EFF9FB;
        border-radius: 10px;
        width: 330px;
        height: 680px;
        padding: 20px;
        top: 69%;
        right: 0;
        bottom: 0;
        /* left: 0;
        margin-top: 291px; */
        z-index: 3;
        display: block;
    }
}
@media screen and (min-width: 1080px) {
    .main_inner{
        justify-content: right;
        width: 95%;
    }
    .adjust-box { 
        margin-top: 50px;
        position: relative; 
        width: 26%;
        height: auto; 
        background: #EEE; 
    } 
    .box-1x1:before {
         content: "";
         display: block; 
         padding-top: 100%;
    } 
    .box_inner { 
        position: 
        absolute; 
        top: 0; 
        left: 0; 
        width: 100%; 
        background-color: #EFF9FB;
        margin-top: 0;
        height: 700px;
    } 
    .submit-button {
        margin: 30px auto 0;
        font-size: 1.1vw;
        padding: 5% 25%;
        border-radius: 100vh;
        display: inline-block;
        z-index: 1;
    }
    .submit-button-wrapper::before {
        content: url('../image/pc/icon/arrow.png');
        top: 50%;
        left: 15%;
    }
    .repair_form{
        margin-top: 25px;
    }
    .repair_btn_inner{
        margin-top: 40px;
    }
    .repair_btn{
        font-size: 1.1vw;
        padding: 14px 60px;
    }
    .repair_request{
        font-size: 1.1vw;
        }
    .repair_counter{
        font-size: 1.6vw;
    }
    .repair_request_box img{
        left: -25%;
        top: -191%;
    }
    .free_consultation_btn::before{
        content: url('../image/pc/icon/arrow.png');
        margin-right:20px;
    }
    .repair_form_label{
        font-size: 1.1vw;
        margin-top: 10px;
    }
    .repair_form_input,
    .repair_form_textarea{
        font-size: 1.1vw;
    }
}
@media screen and (min-width: 1620px) {
    .box_inner {
        max-width: 470px;
        width: 100%;
        max-height: 770px;
        height:770px;
        padding: 30px 50px 50px;
        margin-top: 0;
    }
    .box-1x1:before {
        content: none;
   } 
   .repair_request{
    font-size: 1.1vw;
    }
    .repair_counter{
        font-size: 1.6vw;
    }
   .repair_form_label{
    font-size: 1.1vw;
    margin-top: 20px;
    }
    .repair_form_input{
        height: 49px;
    }
    .repair_form_textarea{
        height: 139px;
    }
    .repair_form_input,
    .repair_form_textarea{
        font-size: 1.1vw;
    }
}
/* 高額請求業者にご注意 */
.caption{
    padding: 20px;
    margin-bottom: 30px;
}
.caption_text{
    font-size: 18px;
    padding-top: 20px;
    line-height: 2;
}
.caption_img{
    position: absolute;
    bottom: -3%;
    right: -2%;
}
@media screen and (min-width: 600px) and (max-width: 1079px) {
    .caption_img{
        position: absolute;
        bottom: -3%;
        right: -10%;
    }
}
@media screen and (min-width: 1080px) {
    .pc_inner{
        background-image: url(../image/pc/fv/bg①.png);
        background-size: 100% auto;
        background-repeat: no-repeat;
    }
    .caption{
        padding: 80px 0;
        padding-bottom: 0;
    }
    .caption_inner{
        max-width: 794px;
        margin: 0 auto;
        text-align: center;
    }
    .caption_text{
        font-size: 22px;
        padding-top: 40px;
    }
    .caption_img{
        bottom: 7%;
        right: 2%;
    }
    .caption_woman_img{
        position: absolute;
        bottom: -12%;
        left: 5%;
    }
}
/* 料金比較表  */
.compare_head{
    padding: 20px;
    text-align: center;
}
.compare_title{
    font-size: 28px;
    color: #E95389;
    font-weight: bold;
    width: 55%;
    margin: 0 auto;
}
.compare_title::after{
    content: "";
    display: block;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    background-image: url(../image/sp/img/border_line②.svg);
    width: 100%;
    height: 4px;
}
.compare_head p{
    padding: 20px 0;
    line-height: 1.6;
}
.price_table {
    border-collapse: collapse;
    margin: 0 auto;
    margin-bottom: 20px;
    padding: 0;
    width: 650px;
    table-layout: fixed;
    font-size: 18px;
}

.price_table tr {
    background-color: #fff;
    border: 1px solid #C2C2C2;
    padding: .35em;
}
.price_table th,
.price_table td {
    padding: 1em 10px 1em 1em;
    text-align: center;
    border: 1px solid #C2C2C2;
}
.price_table th {
    background-color: #E5F9F8;
}
.price_table thead tr{
    background-color: #eee;
}
.txt{
    text-align: left;
    font-size: .85em;
}
.price{
    text-align: right;
}
.table_wrap{
    overflow-x: scroll;
    width: 100%;
}
.table_wrap::-webkit-scrollbar {
    height: 5px;
}
.table_wrap::-webkit-scrollbar-track {
    border-radius: 5px;
    background: #eee;
}
.table_wrap::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: #666;
}
.table_blue_head{
    border: 1px solid #0096DC !important;
    background-color: #0096DC;
    color:#fff;
    font-size: 18px;
    font-weight: bold;
}
.table_blue_item{
    border: 3px solid #0096DC !important;
    color: #0096DC;
    font-size: 24px;
    font-weight: bold;
}
.table_pink_head{
    background-color: #FFEBEE !important;
    border: 3px solid #E95389 !important;
}
.table_pink_item{
    background-color: #FFEBEE ;
    border: 3px solid #0096DC !important;
    color: #E95389;
    font-size: 24px;
    font-weight: bold;
}
.table_pink_item.sub{
    border: 1px solid #C2C2C2 !important;
    color: #333333;
}
.th_span{
    font-size: 12px;
}
@media screen and (min-width: 1080px) {
    .compare_head{
        padding: 0;
        margin-top: 80px;
    }
    .compare_title{
        font-size: 50px;
        width: 27%;
        margin-bottom: 46px;
    }
    .compare_title::after{
        background-image: url(../image/pc/img/border_line②.svg);
        height: 8px;
    }
    .compare_head p{
        font-size: 22px;
        padding: 0;
        margin-bottom: 70px;
    }
    .table_wrap{
        overflow-x:auto;
    }
    .price_table{
        width: 100%;
        font-size: 22px;
    }
    .price_table th:first-of-type{
        width: 30%;
    }
    .price_table th{
        text-align: left;
    }
    .col_head{
        width: 20%;
    }
    .table_blue_item{
        font-size: 30px;
    }
    .table_pink_item,
    .sub{
        font-size: 30px;
    }
    .th_span{
        font-size: 20px;
    }
}

  /* メンテナンスの料金体系 */
  .pricing_plan{
    padding: 0 20px;
    margin-bottom: 20px;
  }
  .pricing_plan_inner{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #FFFBDB;
    border-radius: 10px;
    padding: 20px 0;
  }
  .pricing_plan_title{
    text-align: center;
    font-size: 20px;
    margin-bottom: 20px;
    line-height: 1.25;
  }
  .pricing_plan_box{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .pricing_plan_item{
    width: 295px;
    height: 160px;
    background-color: #fff;
    border-radius: 10px;
    padding: 20px;
    text-align: center;
  }
  .basic_price_subcopy{
    line-height: 2.5;
    padding: 0 10px;
    background-color: #FAD9DF;
    font-size: 16px;
  }
  .pricing_pink{
    font-size: 34px;
    font-weight: bold;
    color: #E95389;
    margin-top: 10px;
  }
  .pricing_sub{
    font-size: 30px;
  }
  .basic_price_text{
    font-size: 20px;
  }
  .pricing_repair_subcopy{
    line-height: 2;
    letter-spacing: 0.02em;
    font-weight: bold;
    font-size: 30px;
    color: #E95389;
  }
.pricing_repair_text{
    font-size: 20px;
}
.total_price{
    position: relative;
}
.sail_icon{
    position: absolute;
    top: -28px;
    right: -12px;
}
.total_price_subcopy{
    font-weight: bold;
    font-size: 30px;
    color: #E95389;
    border-bottom: 2px dotted #FFB4C1;
    display: inline-block;
    margin-top: 20px;
}
.pricing_plan_box_icon{
    padding: 20px;
}
.pricing_plan_text{
    line-height: 1.6;
    font-size: 18px;
    text-align: center;
    padding: 20px;
}
.pricing_plan_subText{
    color: #E95389;
    font-weight: bold;
    border-bottom: 3px solid #FFEC42;
}
.pricing_plan_box_pay{
    width: 295px;
    height: auto;
    border: 1px solid #E95389;
    border-radius: 10px;
}
.pay_title{
    color: #fff;
    background-color: #E95389;
    text-align: center;
    padding: 10px 0;
    border-radius: 10px 10px 0 0;
    font-size: 20px;
}
.pay_box{
    display: flex;
    flex-wrap: wrap;
    padding: 20px;
    align-items: center;
    justify-content: space-between;
    row-gap: 20px;
    background-color: #fff;
    border-radius: 10px;
}
.pay_box_contents{
    width: calc(50% - 20px);
    text-align: center;
    font-size: 16px;
}
.pay_box_contents img{
    width: 70px;
    height: 66px;
}
@media screen and (min-width: 1080px) {
    .pricing_plan{
        margin-bottom: 80px;
    }
    .pricing_plan_inner{
        padding: 60px;
    }
    .pricing_plan_images{
        display: flex;
        align-items: center;
        margin-bottom: 20px;
    }
    .dotted_line_left{
        margin-right: 10px;
    }
    .dotted_line_right{
        margin-left: 10px;
    }
    .pricing_plan_box{
        flex-direction: row;
        width: 100%;
        justify-content: left;
        margin-bottom: 40px;
    }
    .pricing_plan_item{
        width: 330px;
        height: 180px;
    }
    .total_price{
        width: 270px;
    }
    .sail_icon{
        right: -36%;
        top: -52%;
    }
    .pricing_plan_title{
        margin-bottom: 70px;
    }
    .pricing_plan_text{
        font-size: 22px;
        margin-bottom: 47px;
    }
    .pricing_plan_wrapper{
        width: 100%;
    }
    .pricing_plan_box_pay{
        display: flex;
        width: auto;
    }
    .pay_title_wrapper{
        width: 19%;
    }
    .pay_title{
        display: flex;
        justify-content: center;
        align-items: center;
        height: 100%;
    }
    .pay_box{
        width: 89%;
        flex-wrap: nowrap;
    }
    .pay_box_contents{
        font-size: 22px;
    }
    .pay_box_contents img{
        width: 120px;
        height: 100px;
    }
}
/* 無料メール相談 */
.free_mail{
    background-color: #FFEBEE;
}
.free_mail_inner{
    padding: 20px;
    padding-top: 60px;
}
.free_mail_topic,
.free_consultation_topic{
    width: 295px;
    text-align: center;
    border: 1px solid #E95389;
    border-radius: 10px;
    background-color: #fff;
}
.pink_subtext_color{
    color: #E95389;
    font-weight: bold;
    font-size: 28px;
}
.free_mail_topic{
    position: absolute;
    top: 5%;
    left: 10%;
}
.free_mail_topic p,
.free_consultation_topic p{
    padding: 5px 0;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.2;
}
.free_mail_topic p::before,
.free_consultation_topic p::before{
    content: url(../image/sp/icon/ios-timer.png);
}
.free_mail_box{
    background-color: #fff;
    border-radius: 10px;
    padding: 20px;
}
.free_mail_head{
    position: relative;
    margin-top: 40px;
}
.free_mail_sweat{
    position: absolute;
    top: -20px;
    left: -16px;
}
.free_mail_title{
    width: 295px;
    margin: 0 auto;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    position: relative;
}
.free_mail_title::before{
    content: "";
    display: block;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(../image/sp/img/sweat.png);
    width: 100%;
    height: 37px;
    position: absolute;
    top: -20%;
    left: -3%;
}
.free_mail_title::after{
    content: "";
    display: block;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    background-image: url(../image/sp/img/trouble_line.png);
    width: 100%;
    height: 4px;
}
.free_mail_priceBox{
    width: 100%;
    position: relative;
    /* display: flex; */
    align-items: center;
    padding: 20px;
    column-gap: 10px;
}
/* .free_mail_wrapper{
    display: flex;
    flex-direction: column;
} */
.free_mail_priceBox_men{
    position: absolute;
    right: 0;
    top: -16px;
}
.free_mail_textBox{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
	
.free_mail_pinkText{
    font-size: 32px;
    font-weight: bold;
    color: #E95389;
}
.del {
    position: relative;
    margin-left: 13px;
}
.del::before {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    margin-top: -4px;
    border-bottom: solid 1px #E95389;
    position: absolute;
    left: 0;
    top: 50%;
}
.del:after {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    margin-top: 2px;
    border-top: solid 1px #E95389;
    position: absolute;
    left: 0;
    top: 50%;
}
.free_mail_subcoopy{
    line-height: 1.25;
    text-align: center;
    padding: 5px 40px;
    background-color: #FFFBDB;
    border-radius: 10px;
}
.free_mail_subcoopy_pink{
    font-size: 16px;
    color: #E95389;
    font-weight: bold;
}
.free_mail_number{
    display: flex;
    align-items: center;
    padding: 20px 0;
    justify-content: center;
}
.free_mail_btnText::before{
    content: url(../image/sp/icon/mail.png);
    margin-right: 10px;
}
a.free_mail_btnText {
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	position: relative;
    padding: 10px 0;
    font-size: 22px;
	font-weight: bold;
	border-radius: 20px;
    color: #fff;
	background-color: #0096DC;
	box-shadow: 5px 5px #B7DFDD;
}
.sales_icon{
    width: 170px;
}
.sp_telephone_number{
    font-family: "Helvetica", "Arial", "Hiragino Kaku Gothic ProN", "Hiragino Sans", YuGothic, "Yu Gothic", "メイリオ", Meiryo, sans-serif !important;
    display: flex;
    justify-content: center;
    align-items: center;
    letter-spacing: 2.5px;
    column-gap: 10px;
    font-size: 1.8rem;
    font-weight: bold;
}
@media screen and (min-width: 600px) and (max-width: 1079px) {
    .free_mail_topic{
        left: 25%;
    }
    .free_mail_title{
        width: 300px;
        margin: 0 auto;
        font-size: 24px;
        font-weight: bold;
        text-align: center;
        position: relative;
    }
    .free_mail_priceBox{
        width: 50%;
        margin: 0 auto;
    }
    .free_mail_priceBox_men {
        position: absolute;
        right: -2%;
        top: -16px;
    }
    .free_mail_subcoopy{
        width: 50%;
        margin:0 auto;
    }
    .free_mail_btn{
        width: 50%;
        margin: 0 auto;
    }
}
@media screen and (min-width: 1080px) {
    .free_mail_inner{
        padding: 115px 0 80px;
    }
    .free_mail_topic{
        font-size: 24px;
        width: 55%;
        left: 20%;
        top: 12%;
    }
    .free_mail_topic p{
        padding: 10px 40px;
    }
    .free_mail_topic p::before,
    .free_consultation_topic p::before{
    content: url(../image/pc/icon/ios-timer.png);
    }
    .free_mail_head{
        margin-top: 50px;
        float: left;
        width: 60%;
    }
    .free_mail_sweat{
        left: -14%;
        top: -82%;
    }
    .free_mail_title{
        width: 100%;
        font-size: 30px;
        border-bottom:none;
        text-align: left;
        padding-left: 20px;
    }
    .free_mail_title::before{
        background-image: url(../image/pc/img/sweat.png);
        width: 100%;
        height: 100px;
        top: -67%;
        left: -12%;
    }
    .free_mail_title::after{
        content: none; 
        display: none;
    }
    .pink_subtext_color{
        font-size: 36px;
    }
    .free_mail_title .blue_text_color,
    .free_mail_title .pink_text_color{
        font-size: 42px;
    }
    .free_mail_box{
        padding: 20px 60px;
    }
    .trouble_line{
        margin-top: 10px;
    }
    .free_mail_pinkText{
        font-size: 38px;
    }
    .del{
        font-size: 30px;
    }
    .free_mail_subBox{
        display: flex;
        flex-direction: column;
        align-items: end;
    }
    .free_mail_priceBox_men{
        top: -67%;
        right: 5%;
    }
    .free_mail_wrapper{
        width: 100%;
        display: flex;
        align-items: center;
        margin-top: 30px;
        margin-bottom: 40px;
    }
    .free_mail_subBox,
    .free_mail_btn{
        width: 50%;
    }
    .pc_telephone_number{
        font-size: 4rem;
        font-weight: bold;
        letter-spacing: 4.5px;
        display: flex;
        align-items: center;
        column-gap: 23px;
    }
    .free_mail_btn{
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .free_mail_btnText{
        width: 500px;
        padding: 25px 0 !important;
        font-size: 40px !important;
        box-shadow: 7px 7px #B7DFDD !important;
    }
    .free_mail_btnText::before{
        content: url(../image/pc/icon/mail.png);
        margin-right: 10px;
    }
    .free_mail_btnText a{
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .free_mail_subcoopy{
        order: 1;
        padding: 5px;
        width: 460px;
    }
    .free_mail_subcoopy,
    .free_mail_subcoopy_pink{
        font-size: 22px;
    }
    .free_mail_number{
        padding: 0;
        justify-content: space-between;
    }
    .sales_icon{
        width: 208px;
    }
}
/* レビュー */
.review{
    background-color: #E5F9F8;
}
.review_inner{
    padding: 20px;
}
.review_title{
    font-size: 20px;
    text-align: center;
    margin-bottom: 20px;
}
.review_title::after{
    content: "";
    display: block;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    background-image: url(../image/sp/img/border_line③.svg);
    width: 100%;
    height: 4px;
}
.review_title span{
    font-size: 28px;
    color: #E95389;
    font-weight: bold;
}
  .review-wrapper {
    margin: 30px auto 0;
    border-radius: 10px;
    max-width: 1140px;
    background: #fff;
    overflow-y: scroll;
    height: 340px;
  }
  .review-content {
    padding: 30px 20px;
  }
  .review-content .review-item_head-outline_star {
    position: relative;
    display: inline-block;
    width: 80px;
    height: 16px;
    font-size: 16px;
    overflow: 40px;
  }
  .review-content .review-item_head-outline_star::before, .review-content .review-item_head-outline_star::after {
    position: absolute;
    display: inline-block;
    height: 16px;
    line-height: 16px;
    letter-spacing: 0;
    content: "★★★★★";
  }
  .review-content .review-item_head-outline_star::before {
    width: 80px;
    color: #f1f3f4;
  }
  .review-content .review-item_head-outline_star::after {
    overflow: hidden;
    width: calc(var(--score) * 16px);
    color: #ffc466;
  }
  .review .review-item:not(:first-child) {
    margin-top: 20px;
    border-top: 1px solid #b1b1b1;
    padding-top: 20px;
  }
  .review .review-item_head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .review .review-item_head-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    background: var(--color);
    width: 60px;
    height: 60px;
    color: #fff;
    border-radius: 50%;
    font-size: 28px;
    margin-right: 10px;
  }
  .review .review-item_head-outline_name {
    font-weight: 500;
    line-height: 1.1;
    font-size: 20px;
  }
  @media (max-width: 510px) {
    .review .review-item_head-outline_name {
      font-size: 18px;
    }
  }
  .review .review-item_body {
    margin-top: 5px;
  }
  .review .review-item_body h3 {
    font-weight: 500;
  }
  @media screen and (min-width: 1080px) {
    .review{
        padding: 80px 0 90px;
        position: relative;
    }
    .review::before{
        background: url(../image/pc/fv/bg②.png);
        position: absolute;
        width: 100%;
        height: 100%;
        content: "";
        top: -26%;
        background-size: 100% auto;
        background-repeat: no-repeat;
    }
    .review_title{
        font-size: 40px;
        width: 85%;
        margin: 0 auto;
        margin-bottom: 60px;
    }
    .review_title::after{
        background-image: url(../image/pc/img/border_line③.svg);
        height: 8px;
    }
    .review_title span{
        font-size: 50px;
    }
    .review-wrapper{
        height: 440px;
    }
    .review-content {
        padding: 40px 100px;
      }
  }
/* 高額請求業者にご注意② */
.caption_second{
    background-color: #FFFBDB;
    border-radius: 10px;
}
.caption_second_title{
    padding: 20px;
    padding-bottom: 0;
}
.caption_second_text{
    padding: 20px;
    padding-bottom: 45px;
}
.caption_second_men{
    position: absolute;
    bottom: -1px;
}
.second{
    margin-bottom: 0 !important;
}
@media screen and (min-width: 600px) and (max-width: 1079px) {
    .caption_second_men{
        bottom: 0;
        right: 2%;
    }
}
@media screen and (min-width: 1080px) {
    .second{
        margin-bottom: 80px !important;
    }
    .caption_second_title{
        padding: 0;
        padding-top: 60px;
    }
    .caption_second_text {
        padding: 40px 0 60px;
    }
    .caption_second_men{
        left: 2%;
        top: 22%;
    }
    .caption_second_women{
        position: absolute;
        bottom: 0;
        right: 9%;
    }
}
/* 質問 */
.question{
    padding: 20px;
}
.question_title{
    text-align: center;
    font-size: 28px;
    font-weight: bold;
    color: #E95389;
}
.question_title::after{
    content: "";
    display: block;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    background-image: url(../image/sp/img/border_line④.svg);
    width: 100%;
    height: 4px;
}
  .Qa-Box .Qa dt,
  .Qa-Box .Qa dd {
    display: flex;
    margin: 20px 0;
  }

  .Qa-Box .Qa dt{
    align-items: center;
    border-bottom: 1px solid #0096DC;
    padding: 20px 0;
  }

  .Qa-Box .Qa dd{
    align-items: flex-start;
  }
  
  .Qa-Box .Qa dt p,
  .Qa-Box .Qa dd p  {
    margin: 0;
    width: 100%;
    font-size: 20px;
  }

  .Qa-Box .Qa dt::before {
    content: url(../image/sp/icon/question_icon.png);
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
  }
  
  .Qa-Box .Qa dd::before {
    content: url(../image/sp/icon/answer_icon.png);
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 20px;
    margin-right: 10px;
  }
  @media screen and (min-width: 1080px) {
    .question_title{
        font-size: 50px;
        width: 33%;
        margin: 0 auto;
    }
    .question_title::after{
        background-image: url(../image/pc/img/border_line④.svg);
        height: 8px;
    }
    .Qa-Box .Qa dt p,
    .Qa-Box .Qa dd p  {
      font-size: 22px;
    }
    .question{
        padding: 80px 0;
    }
}
  /* サービス */
  .service{
    position: relative;
    background-color: #E5F9F8;
  }
  .service_inner{
    padding: 20px;
  }
  .service_title{
    font-size: 20px;
    text-align: center;
    margin-bottom: 20px;
  }
  .service_title::after{
    content: "";
    display: block;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    background-image: url(../image/sp/img/border_line⑤.svg);
    width: 100%;
    height: 4px;
}
  .service_title span{
    font-size: 28px;
    color: #E95389;
    font-weight: bold;
  }
  .service_text_wrapper{
    display: flex;
    flex-direction: column;
  }
  .service_text{
    font-size: 18px;
    line-height: 1.6;
  }
  .service_img{
    height: auto;
    padding-top: 68px;
    position: relative;
    z-index: 1;
  }
  .group_men_img{
    width: 100%;
  }
  .backimg{
    position: absolute;
    z-index: -1;
    top: -14%;
    left: -46%;
  }
  .backimg2{
    position: absolute;
    z-index: -1;
    left: -23%;
    bottom: 0;
  }
  .backimg3{
    position: absolute;
    right: 6%;
    bottom: 24%;
    z-index: -1;
  }
  .backimg4{
    position: absolute;
    z-index: -2;
    bottom: 18%;
    right: 0;
  }
  /* .service_img img{
    width: 100%;
  } */
  /* .service_img img:first-child{
    bottom: 6%;
    left: -35%;
  }
  .service_img img:nth-child(2){
    bottom: 6%;
    left: -13%;
  }
  .service_img img:nth-child(3){
    bottom: 15%;
    right: 10%;
    z-index: 2;
  }
  .service_img img:nth-child(4){
    bottom: 12%;
    right: 5%;
    z-index: 1;
  }
  .service_img img:nth-child(5){
    bottom: 20%;
    z-index: 2;
  }
  .service_img img:nth-child(6){
    bottom: 24%;
    right: 5%;
    z-index: 2;
  }
  .service_img img:nth-child(7){
    bottom: 6%;
    left: 13%;
  }
  .service_img img:nth-child(8){
    bottom: 10%;
    right: 25%;
    z-index: 3;
  } */
  @media screen and (min-width: 1080px) {
    .service{
        padding: 80px 0;
    }
    .service_inner{
        padding: 0;
    }
    .service_text_wrapper{
        display: flex;
        justify-content: space-between;
    }
    .service_title{
        font-size: 40px;
        width: 46%;
        margin: 0 auto;
        margin-bottom: 60px;
    }
    .service_title span{
        font-size: 50px;
    }
    .service_title::after{
        background-image: url(../image/pc/img/border_line⑤.svg);
        width: 100%;
        height: 8px;
    }
    .service_text_wrapper{
        flex-direction: row-reverse;
        column-gap: 40px;
    }
    .service_text{
        line-height: 2;
        width: 50%;
        font-size: 22px;
    }
    .service_img{
        height: 500px;
        padding-top: 0;
      }
    .backimg {
    top: -48%;
    left: -43%;
    }
    /* .service_img img:first-child{
        top: -2%;
        left: 3%;

    }
    .service_img img:nth-child(2){
        bottom: 8%;
        left: 10%;
      }
    .service_img img:nth-child(3){
        bottom: 28%;
        left: 39%;
        right: auto;
    }
    .service_img img:nth-child(4){
        bottom: 24%;
        left: 44%;
        right: auto;
    }
    .service_img img:nth-child(5){
        top: 27%;
    }
    .service_img img:nth-child(6){
        left: 31%;
        bottom: auto;
        right: auto;
    }
    .service_img img:nth-child(7){
        bottom: 13%;
        left: 20%;
    }
    .service_img img:nth-child(8){
        bottom: 20%;
        left: 31%;
        right: auto;
    } */


}
  /* 無料相談フォーム */
  .free_consultation{
    background-color: #FFEBEE;
    padding:30px  20px;
  }
  .free_consultation_title{
    font-size: 20px;
    text-align: center;
    width: 225px;
    margin: 0 auto;
  }
  .free_consultation_title span{
    font-size: 28px;
    color: #E95389;
    font-weight: bold;
  }
  .free_consultation_title::after{
    content: "";
    display: block;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    background-image: url(../image/sp/img/border_line⑥.svg);
    width: 100%;
    height: 4px;
}
  .free_consultation_text{
    font-size: 18px;
    padding: 0 40px;
    margin: 20px 0;
    text-align: left;
  }
  .free_consultation_topic{
    margin: 0 auto;
  }
  .free_consultation_topic p{
    text-align: left;
    padding: 10px 0;
  }
  .free_consultation_topic img{
    position: absolute;
    top: 6%;
    right: 0%;
  }
  .free_consultation_form{
    margin: 20px 0;
    font-size: 18px;
  }
  .free_consultation_formItem{
    border-bottom: 1px dotted #E95389;
    display: flex;
    flex-direction: column;
  }
.consultation_form_box{
    display: flex;
    align-items: center;
    column-gap: 10px;
    padding: 10px;
}
.consultation_form_label{
    font-size: 18px;
}
.consultation_form_box img{
    width: 76px;
    height: 34px;
}
.consultation_form_input,
.consultation_form_textarea{
    background-color: #fff;
    width: 100%;
    border-radius: 10px;
    margin-bottom: 20px;
    padding-left: 13px;
}
.consultation_form_input{
    height: 60px;
}
.border_none{
    border: none !important;
}
.free_consultation_btn{
    padding: 12px 118px;
}
.free_consultation_btnWrapper{
    margin-top: 30px;
}
@media screen and (min-width: 500px) and (max-width: 1079px) {
    .free_consultation_text{
        text-align: center;
    }
    .free_consultation_topic img {
        position: absolute;
        top: 6%;
        right: 16%;
    }
}
@media screen and (min-width: 1080px) {
    .free_consultation{
        padding: 80px 0;
    }
    .free_consultation_title{
        font-size: 40px;
        width: 32%;
        margin-bottom: 60px;
    }
    .free_consultation_title span{
        font-size: 50px;
    }
    .free_consultation_title::after{
        background-image: url(../image/pc/img/border_line⑥.svg);
        height: 8px;
    }
    .free_consultation_text{
        font-size: 22px;
        text-align: center;
        margin-bottom: 45px;
    }
    .free_consultation_topic{
        width: 55%;
        margin-bottom: 40px;
    }
    .free_consultation_topic p{
        font-size: 24px;
        text-align: center;
    }
    .free_consultation_formItem{
        flex-direction: row;
    }
    .consultation_form_box{
        width: 24%;
    }
    .consultation_form_label{
        font-size: 20px;
    }
    .consultation_form_input,
     .consultation_form_textarea
     {
        width: 76%;
        margin: 25px 0;
    }
    .free_consultation_btnWrapper{
        margin-top: 80px;
    }
    .free_consultation_btn{
        font-size: 36px;
        font-weight: bold;
        padding: 25px 200px;
    }
    .free_consultation_topic img{
        top: 4%;
        right: 7%;
      }
    .consultation_form_box img{
        width: 90px;
        height: 40px;
    }
}
/* 会社概要 */
.company{
    padding: 20px;
    margin-bottom: 100px;
}
.company_title_head{
    text-align: center;
    width: 47%;
    margin: 0 auto;
}
.company_title{
    font-size: 28px;
    font-weight: bold;
}
.company_title::after{
    content: "";
    display: block;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    background-image: url(../image/sp/img/border_line⑦.svg);
    width: 100%;
    height: 4px;
}
.company_table {
    width: 100%;
    border-collapse: collapse;
  }
.company_table th,
.company_table td {
    width: 100%;
    display: block;
  }
  
.company_table th {
    text-align: left;
    font-size: 16px;
    font-weight: bold;
    padding: 20px 10px;
  }

  .company_table td {
    border-bottom: 1px solid #666;
    padding:20px 10px;
    padding-top: 0;
  }

  @media screen and (min-width: 1080px) {
    .company{
        padding: 80px 0;
        margin-bottom:0;
    }
    .company_title_head {
        width: 20%;
        margin-bottom: 60px;
    }
    .company_title{
        font-size: 50px;
    }
    .company_title::after{
        background-image: url(../image/pc/img/border_line⑦.svg);
        height: 8px;
    }
    .company_table{
        width: 64%;
        margin: 0 auto;
    }
    .company_table th,
    .company_table td {
        display: table-cell;
        width: auto;
        font-size: 20px;
    }
    .company_table th {
        border-bottom: 1px solid #666;
        padding: 30px 40px;
    }
    .company_table td {
        padding: 30px 0;
        width: 68%;
    }
}
/* サンクス */
.page-thanks{
    background: #eff9fb;
    padding: 100px 0;
}
.thanks_inner{
    font-family: "Helvetica", "Arial", "Hiragino Kaku Gothic ProN", "Hiragino Sans", YuGothic, "Yu Gothic", "メイリオ", Meiryo, sans-serif !important;
    padding: 0 15px;
    font-size: 16px;
    width: 100%;
    margin: 0 auto;
    color: #333;
}
.page-thanks h1 {
    text-align: center;
}
.page-thanks h1 a img {
   width: 100%;
}
.page-thanks_content {
    border: 3px solid #0096dc;
    margin-top: 40px;
    padding: 20px 5px 30px;
    border-radius: 20px;
    background: #fff;
}
.page-thanks_icon {
    text-align: center;
}
.page-thanks_icon img {
    max-width: 100px;
}
.page-thanks_content p{
    font-size: 15px;
    text-align: center;
}
.page-thanks_content p:first-of-type {
    margin-top: 30px;
    padding: 0 10px;
    border-bottom: 2px solid #ffec42;
}
.page-thanks_content p:nth-of-type(2) {
    margin-top: 20px;
}
.page-thanks_content p:nth-of-type(2) a {
    font-weight: bold;
    font-size: 16px;
    color: red;
}
@media screen and (min-width: 1080px) {
    .page-thanks{
        background: #eff9fb;
        padding: 100px 0;
    }
    .thanks_inner{
        max-width: 1080px;
        padding: 0 40px;
        font-size: 18px;
    }
    .page-thanks h1 a img {
        width: 590px;
     }
    .page-thanks_content {
        margin-top: 100px;
        padding: 45px 30px 60px;
        border: 6px solid #0096dc;
    }
    .page-thanks_icon img {
        max-width: 100%;
        height: auto;
    }
    .page-thanks_content p {
        text-align: center;
        font-size: 24px;
    }
    .page-thanks_content p:nth-of-type(2) a {
        font-size: 28px;
    }
}
/* footer */
.footer_inner{
    background-color: #0096DC;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 60px;
}
.footer_inner p{
    font-size: 14px;
    color: #fff;
}
.sp_footer_btn{
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-evenly;
    height: 80px;
    background-color: #E5F9F8;
    position: fixed;
    z-index: 999;
    bottom: 0px;
    left: 0;
    right: 0;
}
.sp_footer_btn li{
    width: 45%;
}
.sp_footer_btn li:first-child{
    background-color: #0096DC;
    border-radius: 10px;
    padding: 10px;
    text-align: center;
    font-size: 15px;
}
.sp_footer_btn li:first-child a{
    color: #fff;
    display: flex;
    align-items: center;
    gap: 5px;
    justify-content: center;
}
.sp_footer_btn li:first-child img{
    width: 20px;
}
.sp_footer_btn li:last-child{
    background-color: #fff;
    border-radius: 10px;
    text-align: center;
}
.sp_footer_btn li:last-child img{
    height: 60px;
    max-width: 100%;
}
/* トップへ戻るボタン */
.pageTop_btn{
    position: fixed;
    right: 20px;
    bottom: 70px;
}
@media screen and (min-width: 1080px) {
    .footer_inner p{
        font-size: 18px;
    }
    .sp_footer_btn{
        display: none;
    }
}