@charset "utf-8";
/* CSS Document */
html {
    overflow-x: hidden;
    overflow-y: scroll;
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}
body {
	position: relative;
    word-wrap: break-word;
	margin: 0;
	padding: 0;
    background: #010020;
    overflow-x: hidden;
}
table{
	border-collapse:collapse;
	border-spacing:0
}
input,select{
	vertical-align:middle
}
a{
	margin:　0;
	padding:　0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	text-decoration: none;
}
/* box-sizing */
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
ul, dl{
	margin: 0;
	padding: 0;
	list-style: none;
}
/* 全幅ラップ */
.overall_wrap {
	margin: 0 calc(50% - 50vw);
	padding: 0 calc(50vw - 50%);
	overflow: hidden;
}

/* Font Style */
html{
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	font-size: 16px;
	font-size: 100%;
}
h3{
    text-align: center;
    padding: 1rem 0;
    margin: 0 auto;
}
p{
    color: #010020;
}
.inner_wrap{
    width: 100%;
    max-width: 980px;
    margin: 0 auto;
}
@media screen and (max-width: 980px){
    .inner_wrap{
        padding: 0 1rem;
    }
}
header{
    width: 100%;
    margin: 0 auto;
    background: linear-gradient(0deg, rgb(1,0,32) 0%, rgb(0,0,0) 100%);
    height: 100px;
}
.header_wrap{
    display: flex;
    justify-content: space-between;
}
header h1{
    margin: 0;
}
header .header_logo{
    padding-top: 18px;
}
header .header_cta{
    padding-top: 9px;
}
header .header_cta > a{
    display: block;
    transition: .3s ease;
}
.header_cta > a:hover{
    filter: brightness(120%);
}
@media screen and (max-width: 768px){
    header{
        height: 78px;
    }
    .header_logo{
        margin: 0 auto;
    }
    .header_logo img{
        max-width: 240px;
    }
}
main{
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    background: #010020;
}
.fv_wrap{
    position: relative;
}
.fv_wrap h2{
    margin: 0;
    padding: 0;
    line-height: 0;
}
.cta_area{
    padding: 2rem 0;
}
.cta_area a{
    display: block;
    max-width: 714px;
    width: 100%;
    margin: 0 auto;
    transition: .3s all;
}
.cta_area a:hover{
    filter: brightness(120%);
}
.recommendation{
    background: repeat url(../img/ptn_sprite.png);
    padding-bottom: 3rem;
}
.recommendation h3>img{
    max-width: 431px;
    width: 100%;
}
.recommendation ul{
    display: flex;
    justify-content: space-around;
}
.recommendation li{
    width: 25%;
    text-align: center;
}
.recommendation li > img{
    max-width: 230px;
    width: 100%;
}
@media screen and (max-width: 532px){
    .recommendation ul{
        flex-wrap: wrap;
    }
    .recommendation li{
        width: 50%;
        padding-right: .2rem;
    }
    .recommendation li:nth-child(even){
        padding-left: .2rem;
        padding-right: 0;
    }
}
.feature > .inner_wrap > h3{
    padding: 2rem 0;
}
.feature_wrap{
    position: relative;
}
.feature_01 .feature_inner, .feature_03 .feature_inner{
    position: relative;
    height: 380px;
    padding-left: 2rem;
}
.feature_02 .feature_inner{
    position: relative;
    height: 380px;
    max-width: 475px;
    width: 100%;
    padding-right: 2rem;
    margin: 0 0 0 auto;
}
.feature_inner h4{
    margin: 0;
    padding-top: 5rem;
}
.feature_inner p{
    max-width: 475px;
    width: 100%;
    color: #fff;
    text-shadow: 0 0 3px #010020;
    line-height: 1.8;
    padding-left: 1rem;
}
.feature_01{
    background: no-repeat url(../img/feature01.jpg) center;
    background-size: cover;
}
.feature_02{
    background: no-repeat url(../img/feature02.jpg) center;
    background-size: cover;
}
.feature_03{
    background: no-repeat url(../img/feature03.jpg) center;
    background-size: cover;
}
.feature_img{
    display: none;
}
.feature_01 small{
    position: relative;
    font-size: .5rem;
    top: -0.3rem;
}
.feature_01 span{
    font-size: .8rem;
}
@media screen and (max-width: 530px){
    .feature_img{
        display: block;
    }
    .feature_01 .feature_inner, .feature_02 .feature_inner, .feature_03 .feature_inner{
        max-width: inherit;
        width: 100%;
        height: inherit;
        padding: 1rem 1rem 2rem;
        margin: 0 auto;
    }
    .feature_inner h4{
        padding-top: 0;
    }
    .feature_inner p{
        padding-left: 0;
    }
    .feature_inner > h4 > img{
        width: 100%;
    }
    .feature_01,.feature_02,.feature_03{
        background: linear-gradient( -45deg, rgba(1,0,32,0.99608) 0%, rgb(0,73,134) 100%);
    }
}
.merit{
    padding-top: 2rem;
}
.merit > .inner_wrap > h3 > img{
    max-width: 466px;
    width: 100%;
}
.merit_wrap, .flow_wrap{
    background: linear-gradient( 180deg, rgba(1,0,32,0.99608) 0%, rgb(1,54,88) 100%);
    text-align: center;
    padding: 2rem 0;
}
.merit_wrap > .inner_wrap > img{
    max-width: 604px;
    width: 100%;
}
.merit_wrap p{
    line-height: 2.2;
    margin: 2rem auto;
    color: #fff;
}
.gold_line{
    width: 100%;
    height: 4px;
    background: linear-gradient( 90deg, rgba(169,119,36,0.99608) 0%, rgb(87,58,13) 25%, rgb(255,245,209) 50%, rgb(169,119,36) 75%, rgb(253,243,208) 100%);
}
.gold_line_reverse{
    width: 100%;
    height: 4px;
    background: linear-gradient( -90deg, rgba(169,119,36,0.99608) 0%, rgb(87,58,13) 25%, rgb(255,245,209) 50%, rgb(169,119,36) 75%, rgb(253,243,208) 100%);
}
.obi_wrap{
    width: 100%;
    background: linear-gradient( 295deg, rgb(169,119,36) 0%, rgb(210,174,48) 54%, rgb(249,232,174) 80%, rgb(253,243,208) 100%);
}
.obi_wrap > .inner_wrap{
    display: flex;
}
.obi_wrap > .inner_wrap img{
    max-width: 475px;
    width: 100%;
}
.badge{
    width: 50%;
}
@media screen and (max-width: 768px){
    .obi_wrap > .inner_wrap{
        flex-wrap: wrap;
    }
    .badge{
        width: 100%;
        text-align: center;
    }
}
.explain{
    background: no-repeat url(../img/explain_bg.jpg) top right;
    height: 500px;
    background-size: cover;
}
.explain_wrap{
    width: 50%;
    background: rgba(1,0,32,.5);
    padding: 2rem 3rem;
}
.explain_wrap > h3 img{
    max-width: 384px;
    width: 100%;
}
.explain_wrap p{
    line-height: 1.8;
    color: #fff;
    text-shadow: 0 0 3px rgba(1,0,32,1);
}
@media screen and (max-width: 768px){
    .explain_wrap{
        width: 100%;
        padding: 2rem;
    }
}
.detail{
    background: #fff;
    padding: 2rem 0 3rem;
}
.slide{
    width: 100%;
    margin: 2rem auto;
}
.slide > li{
    width: 50%;
    text-align: center;
}
.slide li img{
    max-width: 461px;
    width: 100%;
    margin: 0 auto;
    padding: 0;
}
.slick-slide{
    padding: 0 .5rem;
}
.slick-arrow{
    position: absolute;
    z-index: 9999;
    top: calc(50% - 39px);
}
.prev-arrow{
    left: -45px;
}
.next-arrow{
    right: -45px;
}
.slick-dots {
    bottom: -50px;
}
.slick-dots li button:before{
    font-size: 20px;
    color: #010020; 
}
@media screen and (max-width: 980px){
    .prev-arrow{
        left: -20px;
    }
    .next-arrow{
        right: -20px;
    }
}
.qna{
    background: #e5e5e8;
    padding: 2rem 0 3rem;
}
.qna h3{
    margin-bottom: 3rem;
}
.qna_wrap dl{
    margin: 3rem auto;
}
.qna_wrap dl:last-child{
    margin: 3rem auto 0;
}
.qna_wrap dt{
    position: relative;
    background: linear-gradient( 90deg, rgba(1,0,32,0.99608) 0%, rgb(0,73,134) 100%);
    color: #fff;
    font-size: 1.5rem;
    font-weight: 700;
    padding: 1rem 1rem 1rem 6rem;
    border-radius: 1rem;
}
.qna_wrap dt:before{
    content: url(../img/question_before.png);
    position: absolute;
    top: -31px;
    left: 1rem
}
.qna_wrap dd{
    position: relative;
    padding: 1rem 1rem 1rem 4rem;
}
.qna_wrap dd:before{
    content: url(../img/answer_before.png);
    position: absolute;
    top: 0;
    left: -1rem;
}
.flow{
    padding: 2rem 0 0;
}
.flow h3{
    padding-bottom: 2rem;
}
.flow_wrap{
    padding: 0 0 3rem;
}
.flow_wrap ul{
    display: flex;
    justify-content: space-around;
}
.flow_wrap li{
    width: 30%;
    background: rgba(255,255,255,.1);
    border-radius: 24px;
    padding: 2rem;
}
.flow_wrap li img{
    max-width: 215px;
    width: 100%;
}
.flow_wrap p{
    font-size: 16px;
    color: #fff;
}
@media screen and (max-width: 640px){
    .qna_wrap dt{
        font-size: 1.2rem;
    }
    .flow_wrap ul{
        flex-wrap: wrap;
    }
    .flow_wrap li{
        width: 80%;
        padding: 1rem;
        margin-bottom: 2rem;
    }
    .flow_wrap li:last-child{
        margin-bottom: 0;
    }
    .flow_wrap p{
        margin-bottom: 0;
    }
}
.form > .inner_wrap > h3 > img{
    max-width: 353px;
    width: 100%;
}
.form_wrap{
    background: repeat url(../img/ptn_sprite2.png);
    width: 100%;
    padding: 3rem 0;
}
.form_wrap table{
    width: 100%;
}
.form_wrap tr{
    position: relative;
    padding: 2rem 0;
}
.form_wrap th{
    position: relative;
    font-size: 1.2rem;
    font-weight: 700;
    color: #fff;
    text-align: left;
    padding: 1.5rem 1rem;
    width: 250px;
}
.form_wrap td{
    width: calc(100% - 250px);
    padding: 0 1rem;
    font-size: 1.2rem;
    font-weight: 700;
    color: #fff;
    text-align: left;
}
.form_wrap input, .form_wrap textarea{
    width: 100%;
    padding: .8rem 1rem;
    border-radius: .5rem;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 1rem;
    font-weight: 400;
}
::placeholder {
    color: #999;
}
label ~ label {
    margin-left: 4rem;
}
input[type=radio] {
    margin-right: 3rem;
}
/* ラジオボタン */
.radio-btns input[type=radio] {
    display: none;
}
.radio-btns label {
    position: relative;
    padding-left: 2.5rem;
}
.radio-btns input[type=radio] + label::before {
    position: absolute;
    content: '';
    display: block;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: #fff;
    border: 1px solid #ddd;
    left: 0;
    top: 2px;
}
.radio-btns input[type=radio] + label::after {
    position: absolute;
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #010020;
    left: 3px;
    top: 5px;
    opacity: 0;
    transition: .3s;
}

.radio-btns input[type=radio]:checked + label::after {
 opacity: 1;
}
.input_zip{
    max-width: 240px;
}
.required:after{
    content: url(../img/icon_required.png);
    position: absolute;
    right: 0;
}
input.form-btn-conf {
    cursor: pointer;
    display: block;
    width: 100%;
    height: 92px;
    border: none;
    text-indent: -9999px;
    background: url(../img/btn_submit.png) no-repeat center center;
    background: cover;
}
input.form-btn-conf:hover{
    filter: brightness(120%);
}
.submitBtnArea{
    margin: 2rem auto;
}
.submitBtnArea h3{
    color: #fff;
}
input.btn_cnfrm{
    color: #010020;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 2rem;
    font-weight: 800;
    background: linear-gradient( 0deg, rgb(169,119,36) 0%, rgb(210,174,48) 32%, rgb(249,232,174) 64%, rgb(253,243,208) 100%);
    text-shadow: 1px 1px 2px #fdf3d0;
    border-radius: 16px;
    transition: .3s all;
    cursor: pointer;
}
input.btn_cnfrm:hover{
    filter: brightness(120%);
}
input.btn_bck{
    background: #010020;
    color: #fff;
    font-weight: 700;
    font-size: 1rem;
    border-radius: 16px;
    margin-top: 1rem;
    border: 2px solid #fff;
    cursor: pointer;
}
.confirm td{
    color: #999;
}
@media screen and (max-width:768px){
    label ~ label {
        margin-left: 1rem;
    }
    .radio-btns label {
        position: relative;
        padding-left: 2rem;
        font-size: 18px;
    }
    .form_wrap th{
        width: 100%;
        display: block;
    }
    .form_wrap td{
        width: 100%;
        display: block;
    }
    .required:after{
        right: 1rem;
    }
}
footer .copyright{
    text-align: center;
    font-size: 12px;
    color: #fff;
    opacity: .5;
}
.thanks{
    position: relative;
    background: repeat url(../img/ptn_sprite2.png);
    height: calc(100vh - 180px);
    display: table;
    width: 100%;
}
.thanks_wrap{
    display: table-cell;
    vertical-align: middle;
}
.thanks_wrap h3 > img{
    max-width: 618px;
    width: 100%;
}
.thanks_wrap p{
    color: #fff;
    text-align: center;
    font-size: 1rem;
    line-height: 3;
    margin-bottom: 3rem;
}
#float_cta{
    height: 100px;
    z-index: 9999;
    opacity: 0;
    width: 100%;
    bottom: 0;
    left: 0;
    background: #000;
    padding-top: 6px;
}
.float_wrapper{
    display: flex;
    justify-content: space-between;
    padding: 0 1rem;
    max-width: 768px;
    margin: 0 auto;
}
.float_wrapper a{
    display: block;
}
.float_wrapper a:first-child{
    margin-right: .1rem;
}
.float_wrapper a:last-child{
    margin-left: .1rem;
}
.footer_link{
    display: flex;
    justify-content: space-around;
    margin-top: 1rem;
}
.footer_link ul{
    display: flex;
    padding-top: .5rem;
}
.footer_link li{
    margin: 0 1rem;
}
.footer_link li span{
    font-size: 10px;
}
.footer_link a {
    display: block;
    color: #fff;
    font-size: 12px;
}
.footer_link a:hover{
    color: rgb(253,243,208);
}
.footer_logo img{
    max-width: 337px;
    width: 100%;
}
@media screen and (min-width: 640px){
    #float_cta{
        height: 130px;
        padding-top: 6px;
    }
}
@media screen and (max-width: 680px){
    .footer_link{
        flex-wrap: wrap;
    }
    .footer_logo{
        width: 100%;
        text-align: center;
    }
}
@media screen and (max-width: 480px){
    #float_cta{
        height: 80px;
        height: calc(80px + env(safe-area-inset-bottom));
        padding-top: 6px;
    }
    .is-fixed{
        position: fixed;
        opacity: 1!important;
        transition: all .5s;
    }
    
}
/* Utillity Setting */
.center{text-align: center;}
.sp_only {display: none;}
.sp_fluid{
	width: 100%;
	max-width: 768px;
}
.img-fluid{
    width: 100%;
}
@media screen and (max-width:768px){
    .sp_only{display: block!important;}
    .pc_only{display: none!important;}
}