@charset "utf-8";
/*--------
common
--------*/
body{font-size: 16px;font-family:"Noto Sans JP",-apple-system,BlinkMacSystemFont,"Helvetica Neue",YuGothic,"ヒラギノ角ゴ ProN W3",Hiragino Kaku Gothic ProN,Arial,"メイリオ",Meiryo,sans-serif;line-height: 1; position: relative; color: #2a2a2a;}
a:hover{
    cursor: pointer;
}
.bg_gr{
    background-color: #f5f5f7;
}
.co-pc{
    display: block;
}
.co-sp{
    display: none;
}
.co_mt13{
    margin: 13px 0 0;
}
.co_ma{
    display: block;
    margin: auto;
}
.co_pre{
    position: relative;
}
.co_tac{
    text-align: center;
}
/*--------
layout
--------*/
.l-header{
    overflow: hidden;
    background: linear-gradient(98.11deg,#FFE2CA 27.92%,rgba(242,200,165,.5) 69.18%);
}
.l-sec{
    margin: 0 auto;
    padding: 0 0 80px;
    width: 1080px;
}
/*--------
layout
--------*/

/*--------
top
--------*/
.header_wrap{
    min-height: 470px;
}
.head_mes_wrap{
    background-color: #ec8b38;
}
.head_mes{
    color: #FFF;
    letter-spacing: 1px;
    padding: 10px 0;
}
.m-key{
    padding: 140px 0 0;
    position: absolute;
    left: 0;
}
.key_minTit{
    font-weight: bold;
    margin: 47px 0 0;
}
.k_mT_t{
    font-size: 40px;
    margin: 48px 0 0;
}
.k_mT_t .mT_dot{
    color: #ec6c00;
    position: relative;
}
.k_mT_t .mT_dot:after{
    content: "";
    position: absolute;
    top: -10px;
    left: 17px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #ec6c00;
}
.k_mT_u{
    font-size: 30px;
    margin: 12px 0 0;
}
.laurel_area{
    padding: 126px 0 0;
    position: absolute;
    right: -10px;
}
.key_bg{
    position: absolute;
    bottom: 0;
    right: 0;
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: contain;
    height: 100%;
    width: 100%;
}
.sec_tit{
    color: #2a2a2a;
    font-size: 38px;
    padding: 80px 0 0;
    text-align: center;
}
.sec_minTit{
    color: #ec6c00;
}
.sec_titBar{
    font-size: 22px;
    line-height: 1.4;
    text-align: center;
    position: relative;
    margin: 0 auto 30px;    
}
.titBar_bg{
    background-color: #FFF;
    display: inline-block;
    padding: 0 10px;
    z-index: 1;
    position: relative;
}
.sec_titBar:after{
    max-width: 1080px;
    height: 1px;
    content: "";
    background: #C4C4C4;
    display: inline-block;
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
}
.sec_wrap{
    margin: 60px 0 0;
    padding: 0 30px;
}
.item_list{
    align-items: center;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    padding: 0 2% 16px;
    width: 33%;
}
.para{
    font-size: 16px;
    line-height: 1.8;
}
.c-btn{
    background: #fff100;
    border: 2px solid #fff100;
    border-radius: 8px;
    color: #323232;
    display: block;
    font-size: 20px;
    font-weight: normal;
    padding: 15px 40px;
    position: relative;
    text-align: center;
}
.c-btnc{
    background: #E0E0DE;
    border: 2px solid #E0E0DE;
    border-radius: 8px;
    color: #323232;
    display: block;
    font-size: 20px;
    font-weight: normal;
    padding: 15px 40px;
    position: relative;
    text-align: center;
}
.c-btn, .c-btnc, .c-bnr, .c-txt {
    cursor: pointer;
    transition: .3s cubic-bezier(0.45, 0, 0.55, 1);
}
.c-btn.press{
  box-shadow: 0 4px 0 #ccc100;
}
.c-btnc.press{
  box-shadow: 0 4px 0 #b7b7b7;
}
.c-btnc.press:hover,.c-btn.press:hover{
  transform: translateY(4px);
  box-shadow: none;
  text-decoration: none;
}
.confirm .c-btn,.confirm .c-btnc{
    width: 100%;
}
.btn_txt{
    margin: 0 0 0 8px;
}
.sec2{
    border-top: 1px solid #e8e8e8;
}
.sec2 .sec_wrap{
    margin: 0;
    padding: 50px 0 0;
}
.form_wrap{
    padding: 30px 0 20px;
    margin: auto;
    width: 630px;
}
#thanks .form_wrap,#confirm .form_wrap{
    padding: 0 0 20px;
    width:  100%;
}
#thanks .form,#confirm .form{
    margin: auto;
    width: 630px;
}
.form__inner{
    margin: 30px 0 0;
}
.radio_text{
    font-size: 16px;
}
#contact .m-flexWrap{
    justify-content: start;
}
.radio_text:nth-of-type(2){
    margin: 0 0 0 16px;
}
.radio_text span{
    padding: 0 0 0 1px;
    vertical-align: bottom;
}
.form__inner dd .radio_text input{
    height: 20px;
    width: 20px;
}
.form__inner dl{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.form__inner dt{
    font-size: 20px;
    font-weight: bold;
    width: 38%;
    padding: 0 10px 50px 0;
    box-sizing: border-box;
}
.form__inner dd{
    font-size: 20px;
    width: 62%;
    padding: 0 0 20px;
}
.form__inner dd input{
    background-color: #f7f7f7;
    border: 1px solid #cccccc;
    border-radius: 3px;
    height: 40px;
    width: 100%;
    padding: 0 0 0 8px;
    box-sizing: border-box;
}
.form__inner dd textarea{
    border: 1px solid #cccccc;
    border-radius: 3px;
    padding: 8px;
    box-sizing: border-box;
}
.confirm .form__inner dd{
    line-height: 1.3;
}
.form_mark{
    background-color: #fff100;
    font-size: 13px;
    padding: 6px 9px;
    box-sizing: border-box;
    font-weight: bold;
    margin: 0 0 0 8px;
}
.form_mark_n{
    background-color: #cbcbcb;
    font-size: 13px;
    padding: 6px 9px;
    box-sizing: border-box;
    font-weight: bold;
    margin: 0 0 0 8px;  
}
.mail_para{
    font-size: 16px;
    line-height: 1.3;
}
.form__btn{
    text-align: center;
    margin: 0 0 20px;
}
#thanks .form__btn{
    margin: 50px 0 0;
}
.error_meg{
    color: #fc6262;
}
.confirm .m-subHeadline{
    background-color: #ec6c00;
    color: #FFF;
    font-size: 28px;
    letter-spacing: 1px;
    padding: 16px 0;
    text-align: center;
}
.form_meg{
    font-size: 16px;
    margin: 10px 0 0;
    text-align: center;
}
.footer_wrap{
    color: #FFF;
    background-color: #ec6c00;
    line-height: 1.3;
    margin: 70px 0 0;
}
.footer_wrap .m-flexWrap{
    justify-content: space-between;
}
.footer_inner{
    margin: auto;
    padding: 30px;
    width: 1080px;
}
.footer_list{
    font-size: 18px;
}
.company_menu li{
    box-sizing: border-box;
    padding: 0 5px;
}
.company_menu li a{
    color: #FFF;
}
.copy_right{
    background-color: #2c2c2c;
    font-size: 14px;
    text-align: center;
    padding: 10px 0;
}
.copy_right a{
    color: #FFF;
    font-size: 12px;
}
/*---sec0---*/
.sec0 .l-sec{
    padding: 0;
}
/*---sec1---*/
.sec1{
    padding: 80px 0 0;
}
.sec1 .l-sec{
    padding: 0;
}
/*---sec2---*/
/*---sec3---*/
.sec3 .para{
    margin: 30px 0 0;
    text-align: center;
}
.sec3 .m-flexWrap{
    margin: 46px 0 0;
}
.sec3 .item_list{
    align-items: flex-start;
}
.sec3 .item_list .para{
    margin: 3px 0 0;
    text-align: left;
}
.sec3 .item_para{
    font-size: 21px;
    font-weight: bold;
    margin: 14px 0 0;
    text-align: left;
}
.video_wrap{
    margin: 50px 0 0;
    text-align: center;
}
/*---sec4---*/
.box_inner{
    align-items: flex-start;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    padding: 46px 20px 16px 0;
    width: 40%;
}
.sec4 .m-flexWrap:nth-of-type(2) .box_inner{
    padding: 46px 0 16px 20px; 
}
.point_h{
    color: #ec6c00;
    font-size: 21px;
    position: relative;
}
.point_num{
    font-size: 36px;
    font-weight: 500;
    padding: 0 0 0 6px;
    letter-spacing: 1px;
}
.point_h:after{
    position: absolute;
    content: "";
    display: block;
    border-bottom: solid 3px #ec6c00;
    bottom: -15px;
    width: 3.8rem;
}
.intro_wrap{
    margin: 50px 0 0;
}
.intro_tit{
    font-size: 21px;
    font-weight: bold;
}
.sec4 .para{
    margin: 30px 0 0;
}
.sec4 .m-flexWrap{
    margin: 46px 0 0;
}
/*---sec5---*/
.sec5 .sec_tit{
    line-height: 1.3;
}
.small_tit{
    font-size: 25px;
}
.sec5 .sec_minTit{
    font-size: 53px;
}
.sup_txt{
    font-size: 13px;
    font-weight: bold;
    text-align: center;
}
/*---sec6---*/
.sec6 .m-flexWrap{
    align-items: stretch;
    justify-content: space-between;
    position: relative;
}
.sec6 .item_list{
    border: solid 1px #e0e0e0;
    border-radius: 5px;
    padding: 15px;
    position: relative;
    align-items: flex-end;
    width: 31%;
}
.cs_tit{
    font-size: 18px;
    font-weight: bold;
    line-height: 1.5;
    margin: 10px 0 0;
}
.sec6 .para{
    margin: 40px 0 0;
}
.sec6 .item_list .para{
    margin: 5px 0 0;
}
.cs_name{
    display: inline-block;
    font-size: 13px;
    border-top-left-radius: 5px;
    padding: 4px 6px;
    margin: 15px 0 0;
    position: absolute;
    top: -15px;
    left: -1px;
    background-color: #f7780e;
    color: #FFF;
}
.sec6 .sec_wrap{
    margin: 0;
}
.connect_head{
    border-left: 4px solid;
    border-color: #1270b6;
    color: #1270b6;
    font-size: 17px;
    padding: 3px 0 3px 6px;
    letter-spacing: 1.3px;
    line-height: 1.3;
}
.one_point{
    position: relative;
    margin: 50px auto 0;
    padding: 26px 10px;
    border: solid 3px #ff718e;
    border-radius: 5px;
    letter-spacing: 1px;
    width: 48%;
}
.point_tit{
    position: absolute;
    display: inline-block;
    top: -31px;
    left: 0;
    right: 0;
    width: 150px;
    margin: auto;
    text-align: center;
    padding: 7px 9px;
    font-size: 17px;
    background: #ff718e;
    color: #ffffff;
    font-weight: bold;
    border-radius: 5px 5px 0 0;
}
.cost_point{
    color: #ff718e;
    font-size: 50px;
    font-weight: bold;
}
.c_point_f{
    color: #ff718e;
    font-size: 18px;
    font-weight: bold;
    margin: 0 8px;
}
.point_inner{
    line-height: 1.3;
    text-align: center;
}
.point_avr{
    font-weight: bold;
}
/*---sec7---*/
.sec7 .sec_tit{
    padding: 0;
}
/*---sec8---*/
.sec8 .sec_wrap{
    margin: 48px 0 0;
}
.plan_wrap{
    background-color: #fff7f1;
    border: 2px solid #ec6c00;
    border-radius: 8px;
    width: 45%;
}
.plan_wrap:last-child{
    border: inherit;
}
.plan_tit{
    background-color: #ec6c00;
    color: #FFF;
    font-size: 22px;
    padding: 20px;
    text-align: center;
}
.plan_wrap:last-child .plan_tit{
    background-color: #EC9142;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}
.right_plan .plan_txt{
    margin: 12px 0;
}
.sec8 .flex_w{
    justify-content: space-around;
    margin: 46px auto 0;
    width: 80%;
}
.plan_txt{
    font-size: 13px;
    padding: 20px 20px 15px;
}
.plan_txt li{
    margin: 0 0 13px;
}
.plan_cost{
    font-weight: bold;
}
.plan_cost .m-flexWrap{
    justify-content: space-between;
}
.plan_cost li{
    padding: 7px 24px 7px 30px;
}
.plan_cost li:nth-child(odd){
    background-color: #F8BF9A;
}
.plan_cost li:last-child{
    font-size: 12px;
    font-weight: normal;
    padding: 16px 24px 16px 30px;
    text-align: right;
}
/*---sec8---*/
.inst_img{
    height: auto;
    width: 150px;
}
/*---sec9---*/
.sec9 .c-btn.press{
    width: 100%;
}
.flow_wrap{
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    display: flex;
    flex-direction: column;
    -webkit-box-align: center;
    position: relative;
    counter-increment: step;
    box-sizing: border-box;
    width: 25%;
}
.flow_step{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    display: flex;
    flex-direction: column;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    height: 72px;
    width: 72px;
    min-width: 72px;
    background-color: #ec6c00;
    border-radius: 50%;
    position: relative;
    margin-bottom: 16px;
    z-index: 2;
}
.flow_step span{
    font-size: 10px;
    line-height: 100%;
    color: #FFF;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 700;
}
.flow_step span:after{
    font-size: 30px;
    line-height: 1;
    content: "0" counter(step);
    font-weight: 700;
    letter-spacing: 2px;
    color: #FFF;
}
.flow_txtWrap{
    padding: 0 9%;
    text-align: center;
}
.flow_txtHead{
    font-size: 24px;
    line-height: 1.4;
    letter-spacing: .04em;
}
.sec9 .para{
    margin: 5px 0 0;
    text-align: left;
}
.flow_txtWrap:after{
    border-top: 2px solid #ec6c00;
    z-index: 1;
    position: absolute;
    content: "";
    width: 100%;
    height: 2px;
    right: -105px;
    top: 36px;
}
.flow_wrap:nth-last-of-type(1) .flow_txtWrap:after{
    display: none;
}
/*---list---*/
.m-flexWrap{
    display: flex;
    display: -webkit-flex;
    display: -ms-flex;
    flex-wrap: wrap;
    justify-content: center;
}
.item_para{
    letter-spacing: 1px;
    line-height: 1.5;
    margin: 8px 0 0;
    text-align: center;
}
.sec2 .item_para{
    font-size: 18px;
    font-weight: bold;
    margin: 16px 0 0;
    padding: 0 25px;
}

.btn_wrap{
    margin: 0 auto;
    width: 530px;
}
/*---レコメンド---*/
.reco_wrap{
    display: flex;
    justify-content: center;
    padding: 95px 0 240px;
    position: relative;
}
.reco_bg .reco_bgIn{
    position: absolute;
    background-size: cover;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.reco_bg .reco_bgIn:after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(236,108,0,.8);
}
.reco_tit{
    color: #FFF;
    font-size: 38px;
    font-weight: 700;
    text-align: center;
    margin: 0;
    position: relative;
    z-index: 1;
}
.reco_wrap .para{
    color: #FFF;
    position: absolute;
    bottom: 183px;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    width: 1030px;
}
.reco_btn{
    position: absolute;
    bottom: 85px;
    left: 0;
    right: 0;
    margin: auto;
    width: 340px;
}
.ci_btn{
    background-color: #FFF;
    border-radius: 35px;
    box-sizing: border-box;
    color: #ec6c00;
    display: inline-block;
    font-size: 22px;
    font-weight: bold;
    padding: 24px 30px;
    text-align: center;
    width: 100%;
}
.ci_btn:visited{
    color: #ec6c00;   
}
.ci_btn:hover{
    opacity: 0.9;
    text-decoration: none;
    color: #ec6c00;
}
/*---アコーディング---*/
.ac-contain{
    margin: 20px auto 0;
    width: 800px;
}
.ac-list{
    border: 1px solid #dbdbdb;
    border-radius: 8px;
}
.ac-list:not(:first-child){
  margin-top: 10px;
}
.ac-tit{
    background-color: #FFF;
    border-radius: 8px;
    line-height: 1.5;
    font-weight: bold;
    font-size: 18px;
    cursor: pointer;
    padding: 30px 60px 30px 100px;
    position: relative;
}
.ac-tit:before{
    background: url("../img/q_icn.gif");
    background-position: 0 0;
    background-repeat: no-repeat;
    content: '';
    display: block;
    margin: auto;
    position: absolute;
    top: 0;
    left: 30px;
    bottom: 0;    
    height: 54px;
    width: 39px;
}
.ac-tit:after{
  position: absolute;
  display: block;
  content: '';
  top: 0;
  right: 22px;
  bottom: 0;
  margin: auto;
  width: 8px;
  height: 8px;
  border-top: 2px solid #06543c;
  border-right: 2px solid #06543c;
  transform: rotate(135deg);
  transition: all .3s ease-in-out;
}
.ac-tit.open:after{
  transform: rotate(-45deg);
  top: 0;
  bottom: 0;
  margin: auto;
}
.ac-txt{
    background-color: #f2f2f2;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    display: none;
    line-height: 1.5;
    font-size: 16px;
    position: relative;
    padding: 30px 60px 30px 100px;
}
.ac-txt:before{
    background: url("../img/a_icn.gif");
    background-position: 0 0;
    background-repeat: no-repeat;
    content: '';
    display: block;
    position: absolute;
    top: 20px;
    left: 30px;  
    height: 45px;
    width: 37px;
}
/*---スライドショー---*/
.slide_wrap{
    padding: 0 0 35px;
}
.slider-wrap {
    width: 100%;
    margin: 60px auto 0;
    padding: 10px 0 10px;
    position: relative;
}
.slick .slick-slide {
    height: 430px;
    overflow: hidden;
}
.slick .slick-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.slick .slick-arrow {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #fff;
    cursor: pointer;
    border: none;
    outline: none;
    font-size: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 1;
    filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
}
.slick .slick-arrow::before {
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    border: 1px solid #484848;
    border-width: 3px 3px 0 0;
    position: absolute;
    top: 10px;
    transform: rotate(45deg);
}
.slick .slick-next {
    right: -15px;
}
.slick .slick-prev {
    left: -15px;
}
.slick .slick-next::before{
    left: 7px;
}
.slick .slick-prev::before{
    border-width: 0 0 3px 3px;
    right: 8px;
}
/*---form---*/
.comment{
    background-color: #fff3f5;
    border-radius: 6px;
    color: #ff718e;
    line-height: 1.5;
    margin: 15px auto 0;
    padding: 20px;
}
.comment p{
    margin: 0 0 0 1em;
    text-indent: -1em;
}
/* チェックボックス */
.checkbox_wrap{
    margin: 38px 0 0;
    text-align: center;
}
.checkbox__input {
  display: none;
}
.checkbox__text {
  padding-left: 32px;
  position: relative;
  cursor: pointer;
}
.checkbox__text::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #999;
  border-radius: 4px;
}
.checkbox__input:checked + .checkbox__text:after {
  content: "";
  display: block;
  position: absolute;
  top: -4px;
  left: 6px;
  width: 10px;
  height: 16px;
  transform: rotate(40deg);
  border-bottom: 5px solid #d01137;
  border-right: 5px solid #d01137;
}
.checkbox__text a{
    text-decoration: underline;
}
.ch_comme{
    font-size: 13px;
    display: inline-block;
    margin: 8px 0 0;
}
.checkbox__button {
  margin-top: 60px;
}
.button:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}