@charset "utf-8"; 
.container{
    background: url("../img/index/bgCol02.jpg") no-repeat center top;
    background-size: cover;
    box-sizing: border-box;
}
.pnkz,
.page-ttl_wrap,
.sec01{
    background: #FFF;
    box-sizing: border-box;
}
@media screen and (max-width : 767px){
    .container,.sec01{
        background: none;
    }
}

/* 調整 */
.sec01 .btn{
    border-radius: 50px;
    font-size: 3.2rem;
    padding: 30px 10px 34px 10px;
}
@media screen and (max-width : 767px){
    .sec01 .btn{
        border-radius: 50px;
        font-size: 4.267vw;
        padding: 30px 10px 34px 10px;
    }
}

.caution_wrap{
	display: none;
    position: fixed;
    left: 0;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100vh;
    background: rgba(51,51,51,.4);
    z-index: 9998;
}
.caution_box{
    position: relative;
    width: 90%;
    max-width: 800px;
    background: #FFF;
    padding: 66px 50px 55px 50px;
    box-shadow:4px 4px 10px -4px rgba(114,114,114,100);
    border-radius: 14px;
    box-sizing: border-box;
    z-index: 9999;
}

.caution_box .ttl{
    position: relative;
    text-align: center;
    font-size: 2.4rem;
    font-weight: 500;
    color: #001f4b;
    margin-bottom: 40px;
}
.caution_box .ttl:before{
    display: block;
    margin: 0 auto 10px auto;
    content: '';
    background: url("../img/contact/ico-caution.svg") no-repeat center center;
    background-size: 100% auto;
    width: 77px;
    height: 76px;
}

.caution_box p{
    text-align: center;
    font-size: 1.5rem;
    line-height: 1.66;
}
.caution_box .btn_wrap{
    margin: 50px auto 40px auto;
    width: 100%;
    max-width: 390px;
}

.caution_box .btn_wrap .btn{ padding: 15px 10px 19px 10px;}

.caution_box .btn_wrap .btn.tel{
    padding: 10px 10px 12px 10px;
    max-height: 48px;
}
.caution_box .btn_wrap .btn.tel:after{ display: none;}
.caution_box .btn_wrap .btn .tel-link{ position: relative;}
.caution_box .btn_wrap .btn .tel-link:before {
    position: relative;
    top: -3px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    content: '';
    background: url(../img/common/ico-tel_white.svg) no-repeat center center;
    background-size: 100% auto;
    width: 22px;
    height: 22px;
}
.caution_box .btn_wrap .btn .tel-link a{ color: #FFF;}
.caution_box .btn_wrap .btn+.btn{ margin-top: 30px;}

.caution_box .btn_close .close{
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
    text-align: center;
    padding: 18px 10px;
    box-sizing: border-box;
    cursor: pointer;
}
.caution_box .btn_close .close span{
    position: relative;
    display: inline-block;
    vertical-align: middle;
    padding-left: 20px;
    font-weight: 500;
    color: #001f4b;
    box-sizing: border-box;
}
.caution_box .btn_close .close span:before,
.caution_box .btn_close .close span:after{
    position: relative;
    display: block;
    left: -25px;
    content: '';
    width: 20px;
    height: 1px;
    background: #001f4b;
    transform: rotate(-45deg);
}
.caution_box .btn_close .close span:before{
    top: 13px;
}
.caution_box .btn_close .close span:after{
    top: -12px;
    transform: rotate(45deg);
}

@media screen and (max-width : 767px){
    .caution_wrap{
        align-items: flex-start;
        padding: 12% 0 0 0;
    -webkit-overflow-scrolling:touch;
    overflow-y: auto;
    }
    .caution_box{
        width: 88%;
        max-width: inherit;
        padding: 10% 5% 8% 5%;
        border-radius: 10px;
        margin-bottom: 24%;
    }

    .caution_box .ttl{
        font-size: 4.267vw;
        margin-bottom: 8%;
    }
    .caution_box .ttl:before{
        width: 12vw;
        height: 12vw;
    }
    .caution_box p{
        text-align: left;
        font-size: 3.733vw;
    }
    .caution_box .btn_wrap{
        margin:10% auto;
        display: block;
    }
    .caution_box .btn_wrap .btn.tel{
        padding: 16px 10px 15px 10px;
        max-height: inherit;
    }
    .caution_box .btn_wrap .btn .tel-link:before {
        top:-1vw;
        width: 6.2vw;
        height: 6vw;
    }
    .caution_box .btn_wrap .btn.tel{ padding: 9px 10px 10px 10px;}

    .caution_box .btn_wrap .btn .tel-link a{ color: #FFF; font-size: 5.067vw;}
    .caution_box .btn_wrap .btn+.btn{ margin-left: 0; margin-top: 8%; text-align: center;}

    .caution_box .btn_close .close{
        width: 100%;
        max-width: inherit;
        padding: 12px 10px 14px 10px;
        font-size: 4.267vw;
    }
    .caution_box .btn_close .close span{
        padding-left: 5vw;
    }
    .caution_box .btn_close .close span:before,
    .caution_box .btn_close .close span:after{
        left: -6vw;
        width: 5vw;
    }
    .caution_box .btn_close .close span:before{
        top: 4vw;
    }
    .caution_box .btn_close .close span:after{
        top: -3.5vw;
    }
}

/* ------------------------------
sec01
------------------------------ */
.sec01{
    margin: 0 auto;
    padding: 40px 275px 70px 275px;
    box-sizing: border-box;
}

.pageNav{
    margin: 0 auto 120px auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.pageNav .page-list{
    position: relative;
    width: 80px;
}
.pageNav .page-list+.page-list{ margin-left: 180px;}
.pageNav .page-list:not(:first-of-type):before{
    position: absolute;
    right: 45px;
    top: 50%;
    display: block;
    content: '';
    width: 250px;
    height: 1px;
    background: #99a5b7;
    z-index: 1;
}
.pageNav .page-list:nth-of-type(2):before{
    right: 35px;
    width: 260px;
}
.pageNav .page-list p{
    text-align: center;
    font-size: 1.8rem;
    font-weight: 500;
    color: #99a5b7;
}
.pageNav .page-list .num{
    position: relative;
    display: block;
    z-index: 2;
}
.pageNav .page-list .num:after{
    position: relative;
    display: block;
    margin: 10px auto;
    content: '';
    width: 16px;
    height: 16px;
    border-radius: 100%;
    background: #99a5b7;
}

.pageNav .page-list.over p,
.pageNav .page-list.current p{
    color: #001f4b;
}
.pageNav .page-list.over .num:after,
.pageNav .page-list.current .num:after{ background: #001f4b;}
.pageNav .page-list.over:before,
.pageNav .page-list.current:before{ background: #001f4b;}


.sec01 .sec-ttl{
    text-align: center;
    margin-bottom: 10px;
}
.sec-ttl:before,
.sec-ttl:after{
    display: none;
}

.sec01 .sec-ttl .min{
    font-size: 2.8rem;
}
.sec01 .note{
    font-size: 1.5rem;
    text-align: center;
}

.form_style{
    margin: 60px auto 0 auto;
}
.form_tbl{
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    box-sizing: border-box;
}
.form_tbl th,
.form_tbl td{
    display: block;
    vertical-align: top;
    box-sizing: border-box;
}

.form_tbl th{
    width: 100%;
    font-size: 1.8rem;
    font-weight: 700;
    padding-bottom: 30px;
    color: #001f4b;
}
.form_tbl td{
	position: relative;
    font-size: 1.8rem;
    padding-bottom: 100px;
}
.form_tbl tr:first-child td{
	z-index: 9;
}
.form_tbl tr:nth-child(2) td{
	z-index: 8;
}
.form_tbl tr:nth-child(3) td{
	z-index: 7;
}
.form_tbl tr:nth-child(4) td{
	z-index: 6;
}
.form_tbl tr:nth-child(5) td{
	z-index: 5;
}
.form_tbl tr:nth-child(6) td{
	z-index: 4;
}
.form_tbl tr:nth-child(7) td{
	z-index: 3;
}
.form_tbl tr:nth-child(8) td{
	z-index: 2;
}
.form_tbl .form_note{
    font-size: 1.5rem;
    position: relative;
    top: -20px;
}

.sec01 .ssl_txt{
    margin-top: 55px;
    margin-bottom: 20px;
    text-align: center;
    font-size: 1.2rem;
}
.sec01 .ssl_txt span{
    position: relative;
}
.sec01 .ssl_txt span:before{
    position: relative;
    top: -1px;
    display: inline-block;
    margin-right: 5px;
    vertical-align: middle;
    content: '';
    background: url("../img/common/ico_kye.svg") no-repeat center center;
    background-size: 100% auto;
    width: 11px;
    height: 14px;
}

.sec01 .ssl_txt a{
    color: #666666;
    text-decoration: underline;
}
.sec01 .ssl_txt a:hover{
    color: #666666;
    text-decoration: none;
}


@media screen and (max-width : 767px){
    .sec01{
        padding: 8% 0 10% 0;
    }
    .pageNav{
        margin: 0 auto 10% auto;
        justify-content: space-between;
        padding: 0 5%;
        box-sizing: border-box;
    }
    .pageNav .page-list{
        width: 20vw;
    }
    .pageNav .page-list+.page-list{ margin-left: 0;}
    .pageNav .page-list:not(:first-of-type):before{
        margin-top: -1px;
        right: 10vw;
        width: 31vw;
    }
    .pageNav .page-list:nth-of-type(2):before{
        right: 9vw;
        width: 33vw;
    }
    .pageNav .page-list p{
        font-size: 3.467vw;
    }
    .pageNav .page-list .num:after{
        margin: 8px auto;
        width: 2.5vw;
        height: 2.5vw;
    }
    .sec01.wrap{ width: 92%;}
    .sec01 .sec-ttl{ margin-bottom: 4%; text-align: left;}

    .sec-ttl:before,
    .sec-ttl:after{
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        margin: auto 0;
        display: block;
        content: '';
        width: 4px;
        height: 100%;
    }
    /*.sec-ttl:before{
        background: #c42629;
    }
    .sec-ttl:after{
        background: #001f4b;
        left: 8px;
    }*/

    .sec01 .note{
        font-size: 3.733vw;
        text-align: left;
    }

    .form_style{
        margin: 6% auto 0 auto;
    }
    .form_tbl th,
    .form_tbl td{
        display: block;
        padding: 10px 0;
    }

    .form_tbl th{
        width: 100%;
        font-size: 4.267vw;
    }
    .form_tbl td{
        font-size: 4vw;
        padding-left: 0;
        padding-bottom: 6%;
    }
    .form_tbl .form_note{
        font-size: 3.2vw;
        top: 0;
        margin-bottom: 5px;
    }
    .sec01 .ssl_txt{
        margin-top: 10%;
        font-size: 3.2vw;
    }
    .sec01 .ssl_txt span:before{
        position: relative;
        top: -1px;
        display: inline-block;
        margin-right: 5px;
        vertical-align: middle;
        content: '';
        background: url("../img/common/ico_kye.svg") no-repeat center center;
        background-size: 100% auto;
        width: 11px;
        height: 14px;
    }



}
/* ------------------------------
form
------------------------------ */
.required{
    font-weight: 500;
    color: #c42629;
}
.form_style input,
.form_style textarea{
	outline: none;
    font-size: 1.5rem;
    width: 100%;
    padding: 11px 35px;
    box-shadow: 2px 4px 12px -2px rgba(102,102,102,.3);
    border-radius: 40px;
    box-sizing: border-box;
}

.form_style textarea{
	height: 248px;
    border-radius: 16px;
	resize: vertical;
	line-height: 1.4;
}
.form_style input::placeholder {
     color: #99a5b7;
    font-size: 1.5rem;
    line-height: 1.66;
}
/* 旧Edge対応 */
.form_style input::-ms-input-placeholder {
    color: #99a5b7;
    font-size: 1.5rem;
    line-height: 1.66;
}
/* IE対応 */
.form_style input:-ms-input-placeholder {
    color: #99a5b7;
    font-size: 1.5rem;
    line-height: 1.66;
}
.form_style input[type=radio] {
/*     display: none;*/
    opacity:0;
	position: absolute;
	top: 0;
	left: 0;
	width: 1px;
	height: 1px;
	font-size: 0;
}
.form_style .radio_wrap{
	position: relative;
}
.form_style .radio_wrap .label {
	float: left;
    display: block;
    font-size: 1.8rem;
    font-weight: 500;
    margin: 0;
    width: 308px;
    padding: 11px 10px 12px 10px;
    color: #001f4b;
    text-align: center;
    cursor: pointer;
    box-shadow: 2px 4px 12px -2px rgba(102,102,102,.3);
    border-radius: 40px;
	box-sizing: border-box;
}
.form_style .radio_wrap .label.right{
	float: right;
}
.form_style .radio_wrap input[type="radio"]:checked + label {
background: #001f4b;
color: #ffffff;
}
.formError{
	width: 100%;
}
.formError .formErrorContent{
	box-sizing: border-box;
}
.form_style .checkbox_wrap{
    position: relative;
    margin: 0 auto 55px auto ;
    display: flex;
    justify-content: center;
    align-items: center;
}

.form_style input[type=checkbox] {
	position: absolute;
	top: 0;
	left: 0;
	width: 1px;
	height: 1px;
    appearance: none;
    /*display: none;*/
	opacity: 0;
}

.form_style input[type=checkbox] + span {
    display: block;
    padding-left: 50px;
    position:relative;
	line-height: 30px;
    font-size: 1.5rem;
}
.form_style input[type=checkbox] + span:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 31px;
    height: 31px;
    border-radius: 5px;
    box-shadow: 1px 2px 7px 0px rgba(102,102,102,.3);
}
.form_style input[type=checkbox]:checked + span:before {
    content: "";
    position: absolute;
}
.form_style input[type=checkbox]:checked + span::after{
    content: "";
    display: block;
    position: absolute;
    top: 4px;
    left: 10px;
    width: 10px;
    height: 15px;
    transform: rotate(40deg);
    border-bottom: 3px solid #646464;
    border-right: 3px solid #646464;
}
.form_style .checkbox_wrap a{
    color: #001f4b;
    text-decoration: underline;
}
.form_style .checkbox_wrap a:hover{
    text-decoration: none;
}

.form_style .btn_wrap{
    margin: 50px auto 0 auto;
}
.form_style .btn_wrap .btn_send{
    width: 100%;
    max-width: 390px;
    margin: 0 auto;
    position: relative;
    box-sizing: border-box;
}
.form_style .btn_wrap .btn_send:after{
    position: absolute;
    right: 30px;
    top: 50%;
    margin-top: -7px;
    display: block;
    content: '';
    background: url("../img/common/ico-arrow_white.svg") no-repeat center center;
    background-size: 100% auto;
    width: 16px;
    height: 15px;
}

.form_style .btn_wrap .btn_send input{
    color: #FFF;
    text-align: center;
    font-size: 1.8rem;
    font-weight: 700;
    box-shadow: none;
    background: #c42629;
    border-radius: 40px;
    padding: 17px 30px 21px 30px;
    cursor: pointer;
    transition: .4s;
}
.form_style .btn_wrap .btn_send input:hover{ opacity: .7;}


@media screen and (max-width : 767px){
    .form_style input,
    .form_style textarea{
        font-size: 4vw;
        padding: 13px 20px;
        box-shadow: 2px 4px 10px -2px rgba(102,102,102,.3);

        -webkit-appearance: none;
    }

    .form_style textarea{
        height: 196px;
        border-radius: 16px;
        resize: vertical;
    }
    .form_style input::placeholder {
        font-size: 4vw;
    }
    /* 旧Edge対応 */
    .form_style input::-ms-input-placeholder {
        color: #99a5b7;
        font-size: 1.6rem;
    }
    /* IE対応 */
    .form_style input:-ms-input-placeholder {
        font-size: 4vw;
    }

    .form_style .radio_wrap{
	}
    .form_style .radio_wrap .label {
		width: 48%;
        font-size: 4vw;
        padding: 14px 10px;
        box-shadow: 2px 4px 10px -2px rgba(102,102,102,.3);
        box-sizing: border-box;
    }

    .form_style .checkbox_wrap{
        margin: 8% auto ;
    }
    .form_style input[type=checkbox] + span {
        padding-left: 8vw;
        font-size: 3.733vw;
		line-height: 5vw;
    }
    .form_style input[type=checkbox] + span:before {
        top: 0;
        width: 5vw;
        height: 5vw;
        border-radius: 5px;
        box-shadow: 1px 2px 6px 0px rgba(102,102,102,.3);
    }

    .form_style input[type=checkbox]:checked + span::after{
        top: .4vw;
        left: 1.7vw;
        width: 1.2vw;
        height: 2.5vw;
    }

    .form_style .btn_wrap{
        margin: 14% auto 0 auto;
        display: block;
    }
    .form_style .btn_wrap .btn_send{
        width: 100%;
        max-width: inherit;
    }

    .form_style .btn_wrap .btn_send input{
        font-size: 4.267vw;
        padding: 17px 20px 21px 20px;
    }

}

/* ------------------------------
確認画面
------------------------------ */
.confirm_wrap .confirm_ttl{
    text-align: center;
    font-size: 2.8rem;
    color: #001f4b;
    margin-bottom: 80px;
}
.confirm_wrap td{
    font-size: 1.5rem;
    color: #001f4b;
    padding-left: 20px;
}
.btn_wrap .btn_back{
    width: 100%;
    max-width: 390px;
    margin: 30px auto 0 auto;
}
.btn_wrap .btn_back .btn{
    font-size: 1.8rem;
    background: #cacaca;
    cursor: pointer;
    border: none;
    padding: 14px 10px 10px 10px;
    transition: .4s;
}
.ie .btn_wrap .btn_back .btn{padding: 18px 30px 20px 30px;}

.btn_wrap .btn_back .btn:after{
    left: 32px;
    margin-top: -7px;
    right: auto;
    transform: rotate(-180deg);
    width: 16px;
    height: 15px;
}
.btn_wrap .btn_back .btn:hover{ opacity: .7;}
@media screen and (max-width : 767px){
    .confirm_wrap .confirm_ttl{
        font-size: 4.8vw;
        margin: 4% 0 10% 0;
    }
    .confirm_wrap td{
        font-size: 4vw;
        padding-left: 0;
    }
    .confirm_wrap .btn_wrap{ margin-top: 14%;}
    
    .btn_wrap .btn_back{
        width: 100%;
        max-width: inherit;
        margin-left: 0;
        margin-top: 6%;
    }
    .btn_wrap .btn_back .btn{
        font-size: 4.267vw;
        padding: 20px 10px 18px 10px;
    }
    .btn_wrap .btn_back .btn:after{
        left: 22px;
        right: auto;
        transform: rotate(-180deg);
    }

}
/* ------------------------------
エラー画面
------------------------------ */
.error_wrap {
    display: block;
    margin: 14% auto 10% auto;
}
.error_wrap p {
    text-align: center;
    font-size: 1.rem;
    font-weight: 500;
    color: #c42629;
}
.error,
.error+label,
.form_style .error + span:before{
    border: 1px solid #c42629;
}
.error_txt{
    font-size: 1.5rem;
    color: #c42629;
    margin-top: 10px;
}

.mw_wp_form .error{ color: #333;}

#contactForm .formError .formErrorContent{
	font-size: 1.5rem;
	color: #c42629;
	background: none;
	padding: 0 0 10px;
}
#contactForm .formError .formErrorContent:after{
	content: none;
}
.checkbox_wrap+.error_txt{
    text-align: center;
    margin-left: -30px;
    margin-top: -40px;
}
@media screen and (max-width : 767px){
    .error_wrap{
        display: block;
        margin: 14% auto 10% auto;
    }
    .error_wrap p{
        text-align: center;
        font-size: 3.733vw;
        font-weight: 500;
        color: #c42629;
    }

    .error_txt{
        margin-top: 5px;
        font-size: 3.2vw;
    }
	#contactForm .formError .formErrorContent{
		font-size: 3.2vw;
	}
    .checkbox_wrap+.error_txt{
        text-align: left;
        margin-left: 6vw;
        margin-top: -6vw;
    }

}
/* ------------------------------
完了画面
------------------------------ */
.sec01.complete_wrap{ padding-bottom: 210px;}
.complete_wrap .complete_ttl{
    text-align: center;
    font-size: 2.8rem;
    color: #001f4b;
}
.complete_txt{
    margin: 65px auto 0 auto;
}
.complete_txt p{
    text-align: center;
    font-size: 1.5rem;
    font-weight: 700;
    color: #001f4b;
    line-height: 1.66;
}
.complete_txt p.atten{
    margin-top: 35px;
    font-size: 1.5rem;
    color: #c42629;
}

.complete_txt .btn_wrap{
    margin: 50px auto 0 auto;
}
.complete_txt .btn_wrap .btn_back{
    width: 100%;
    max-width: 390px;
    margin: 30px auto 0 auto;
}
.complete_txt .tel_wrap{
    width: 100%;
    max-width: 390px;
    margin: 0 auto;
}
.complete_txt .tel_wrap .btn.tel{
    padding: 10px 10px 11px 10px;
    font-size: 1.8rem;
}

.complete_txt .tel_wrap .btn .tel-link{ position: relative;}
.complete_txt .tel_wrap .btn .tel-link:before {
    position: relative;
    top: -5px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    content: '';
    background: url(../img/common/ico-tel_white.svg) no-repeat center center;
    background-size: 100% auto;
    width: 25px;
    height: 24px;
}
.complete_txt .tel_wrap .btn.tel,
.complete_txt .tel_wrap .btn .tel-link a{ color: #FFF;}

.complete_txt .btn_wrap .btn_back .btn{ padding: 16px 10px 18px 10px;}
.complete_txt .tel_wrap .btn.tel:after{ display: none;}

.mw_wp_form_confirm .required,
.mw_wp_form_confirm .form_note,
.mw_wp_form_confirm .checkbox_wrap{ display: none;}


@media screen and (max-width : 767px){
    .sec01.complete_wrap{ padding-bottom: 16%;}
    .complete_wrap .complete_ttl{
        font-size: 4.8vw;
    }
    .complete_txt{
        margin: 10% auto 0 auto;
    }
    .complete_txt p{
        font-size: 4vw;
    }
    .complete_txt p.atten{
        margin-top: 10%;
        font-size: 3.467vw;
    }
    .complete_txt .btn_wrap{
        margin: 10% auto 0 auto;
    }

    .complete_txt .tel_wrap .btn.tel{
        padding: 12px 10px 15px 10px;
        font-size: 5.067vw;
    }

    .complete_txt .tel_wrap .btn .tel-link:before {
        top: -1vw;
        width: 5.5vw;
        height: 5.5vw;
    }
    .complete_txt .btn_wrap .btn_back .btn{ padding: 18px 10px 21px 10px;}

}


.formError{
	display: block;
	position: relative;
	pointer-events: none;
	z-index: 0;
}
.formError::before{
	content: '';
	display: block;
	width: 1px;
	height: 220px;
	margin-top: -220px;
}
@media screen and (max-width: 767px) {
	.formError::before{
		height: 40vw;
		margin-top: -40vw;
	}
}