@charset "utf-8";
/* =================================================
	Common
================================================= */
/*ページ全体の構成*/

html{
	font-size: 62.5%;
	line-height:1.6;
}

body {
	color: #333;
	font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
	font-family: 'Noto Sans JP', sans-serif;
	font-size:1.6rem;
	-webkit-text-size-adjust: 100%;
    font-weight: 400;
}





.sp_display{
	display: none;
}

.pc_display{
	display: block;
}

.default_btn,
a.default_btn{
    padding:20px 40px 20px 24px;
    color: #fff;
    background: rgb(252,201,84);
    background: linear-gradient(111deg, rgba(252,201,84,1) 0%, rgba(229,101,35,1) 38%);
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    background-size: 200% 100%;
    text-decoration: none;
    font-size:1.4rem;
    display: inline-block;
    border-radius: 100px;
    position: relative;
    box-shadow: 0px 20px 40px rgba(229, 101, 35, 0.28);
    font-weight: bold;
}
.default_btn:hover,
a.default_btn:hover{
    background-position: 100% 0;
}

.default_btn .vc_btn3-icon{
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translate(0,-50%)
}
.default_headline{
    margin: 0px auto 60px;

    /* color: #ff7e20; */
    text-align: center;
    font-size:3.4rem;
}
.default_headline_sub{
    margin-bottom: 24px;
    color: #ff7e20;
    margin: 0 auto 24px 0;
    font-size: 1.8rem;
    text-align: center;
    font-weight: bold;
}
.default_section{
   
    padding: 100px 0;
    
}
.section_inner{
    margin: 0 auto;
    width: calc(100% - 30px);
    max-width: 1195px;
}

@media(max-width: 768px) {
	.sp_display{
		display: block;
	}

	.pc_display{
		display: none;
	}

}
@media (max-width: 540px){
    .default_headline{
        font-size:2.4rem;
    }
}
.contents{
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}
#paymentoptions header{
    margin: 0 auto;
    padding:48px 0 0;
    width: calc(100% - 30px);
    max-width: 1195px;
}
#paymentoptions header .logo{
    width:100px;
}
.hero_image{
    padding:50px 0;
    background-image: url(../image/hero_backimage.png);
}

.hero_image_inner{
    margin: 0 auto;
    display: flex;
    width: calc(100% - 30px);
    max-width: 1195px;
    justify-content: center;
}

.hero_text{
    width: calc(100% - 340px);
    padding-right:40px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.hero_text h2{
    margin-bottom: 35px;
    display: inline-flex;
    /* flex-direction: column; */
    flex-wrap: wrap;
    color:#ff7e20;
    font-size:5.5rem;
}
.hero_text h2 span{
    display: inline-block;
    background: rgba(229,101,35,1);
    background: linear-gradient(111deg, rgba(252,201,84,1) 0%, rgba(229,101,35,1) 38%);
    -webkit-background-clip: text;
     -webkit-text-fill-color: transparent;
}

.hero_text .lead{
    margin-bottom: 60px;
    font-weight: bold;
    font-size:1.8rem;
    /* color: #000; */
    line-height: 1.8;

}

.hero_text .tag{
    margin-bottom: 35px;
    font-size:1.5rem;
    color: #1C3898;
    background: rgba(241, 146, 27, .1);
    padding: 12px 20px;
    border-radius: 15px;
    font-size: 1.4rem;
    color: #E3940A;
}



.hero_img{
    width: 340px;
}

.hero_img img{
    width: 100%;
    height:auto;
    display: block;
}

@media (max-width: 960px){
    .hero_text{
        width: calc(100% - 260px);
    }
    .hero_img{
        width: 260px;
    }
}
@media (max-width: 768px){
    .hero_image_inner{
        flex-direction: column;
        align-items: center;
    }
    .hero_text{
        margin-bottom: 50px;
        padding:0;
        width: 100%;
    }
    .hero_img{
        width: 260px;
    }
}
@media (max-width: 540px){
    .hero_text h2{
        font-size:4rem;
    }
}
.value_provision_wrap{
    background: #f7f7f9;
}
.value_provision_wrap ul,
.process_wrap ul{
    display: flex;
    justify-content: center;
}

.value_provision_wrap li,
.process_wrap li{
    margin: 0 20px;
    width: 100%;
    max-width: 245px;
    text-align: center;
}
.process_wrap li{
    position: relative;
}

.value_provision_wrap .icon{
    margin-bottom: 35px;
    color:#f77f00;
    font-size:60px;
}

.value_provision_wrap .icon i{
    display: block;
}

.value_provision_wrap h4,
.process_wrap h4{
    margin: 0 auto 20px;
}
.process_wrap h4{
    font-size:2.1rem;
    font-weight: 700;
}

.process_wrap .image{
    margin: 0 auto 24px;
    width:196px;
    height:196px;
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    border:1px solid rgba(0,0,0,.08);
}

.process_wrap .number{
    position: absolute;
    right: 10px;
    bottom: 10px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 15px;
    text-align: center;
    border-radius: 100%;
    color: #fff;
    background: #f6921e;
    -webkit-box-shadow: inset 0 0 0 2px rgba(0,0,0,.1);
    box-shadow: inset 0 0 0 2px rgba(0,0,0,.1);
}

.process_wrap li:after {
    content: "";
    display: block;
    width: 24px;
    height: 4px;
    background: rgba(0,0,0,.03);
    border-radius: 2px;
    position: absolute;
    left: calc(100% + 8px);
    top: 100px;
}
.process_wrap li:last-child:after {
    display: none;
}

.suppl{
    font-size: 1.1rem;
}
.value_provision_wrap .suppl_text{
    display: flex;
    flex-direction: column;
    font-size: 1.3rem;
    margin-top: 42px;
    background: #fff;
    border-radius: 12px;
    padding: 24px;
}
.value_provision_wrap ul.suppl_text li{
    width: 100%;
    max-width: 100%;
    margin: 0;
}
.value_provision_wrap ul.suppl_text li:not(:last-child){
    margin-bottom: 8px;
}


@media (max-width: 960px){
    .value_provision_wrap li,
    .process_wrap li{
        margin: 0 16px;
        font-size:1.4rem;
    }
    .value_provision_wrap h4,
    .process_wrap h4{
        font-size:1.4rem;
    }
    .process_wrap h4{
        font-size:1.8rem;
    }

    .process_wrap .image{
        margin: 0 auto 24px;
        width:116px;
        height:116px;
    }
    .process_wrap .image img{
        width:66px;
        height:auto;
    }
    .process_wrap .number{
        right: 0;
        bottom: 0;
    }
    
    .process_wrap li:after {
        left: calc(100% + 6px);
        top: 60px;
    }
}
@media (max-width: 768px){
    .value_provision_wrap ul,
    .process_wrap ul{
        flex-direction: column;
        align-items: center;
    }
    .value_provision_wrap li,
    .process_wrap li{
        margin: 0 0 50px;
        font-size:1.6rem;
        max-width: 100%;
    }
    .value_provision_wrap .icon{
        margin-bottom: 20px;
    }


    .value_provision_wrap h4,
    .process_wrap h4{
        margin-bottom: 15px;
        font-size:1.6rem;
    }
    .process_wrap li:after {
        display: none;
    }
}
.price_list_wrap{
    text-align: center;
}
.price_list_wrap table{
    /* border-top: 1px solid #e9e9e9; */
}
.price_list_wrap tr th,
.price_list_wrap tr td{
    border-bottom:1px solid #e9e9e9;
}
.price_list_wrap tr:last-child th,
.price_list_wrap tr:last-child td{
    border-bottom:none;
}

.price_list_wrap table{
    margin-bottom: 35px;
    border-collapse:collapse;
    border-spacing:0;
    width:100%;
    max-width: 680px;
    margin: 0 auto 42px;
    box-shadow: 0 6px 30px #dfdfdf;
    border-radius: 30px;
}
.price_list_wrap th{
    font-weight: normal;
    /* background-color: rgba(241, 146, 27, .1); */
}
.price_list_wrap th,
.price_list_wrap td{
    padding:24px 10px;
}
.price_list_wrap th{
    font-weight: normal;
    /* background-color: rgba(241, 146, 27, .1); */
}

.price_list_wrap ul,
.price_list_wrap p{
    margin-bottom: 20px;
    color:#999;
}

.price_list_wrap li{
    margin-bottom: 5px;
}
.price_list_wrap ul.price_note{
    width: 100%;
    max-width: 680px;
    text-align: left;
    margin: 0 auto 32px;
}
.price_list_wrap .price_note li{
    text-indent: -1em;
    padding-left: 1em;
}
.price_list_wrap .price_note li:not(:last-child){
    margin-bottom: 8px;
}
.price_list_wrap p{
    margin-bottom: 35px;
    color:#999;
}
.inquiry_wrap{
    padding:60px 15px 60px;
    background-color: #F7F7F7;
    text-align: center;
}

.inquiry_wrap p{
    margin-bottom: 35px;
}


.sns_wrap{
    text-align: center;
}

.sns_inner{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.sns_inner a{
    margin: 8px;
    display: block;
}
.sns_inner i{
    display: inline-block;
    font-size: 48px;
}

.sns_inner i.fa-square-facebook{color:#1877F2 ;}
.sns_inner i.fa-square-x-twitter{color:#14171A ;}
.sns_inner i.fa-square-instagram{color:#E1306C ;}
.sns_inner i.fa-square-youtube{color:#FF0000 ;}
.sns_inner i.fa-linkedin{color:#0077B5 ;}
#js-paymentOptions_overlay{
    position: fixed;
    top: 0;
    bottom:0;
    left:0;
    right: 0;
    display: none;
}

#js-paymentOptions_overlay.active{
    display: flex;
    justify-content: center;
    align-items: center;
}

.js-overlay_close_wrap{
    background-color:rgba(0,0,0,.6);
    width:100%;
    height:100%;
    position: absolute;
    top: 0;
    bottom:0;
    left:0;
    right: 0;
}
/* .paymentOptions_overlay_inner{
    display: flex;
    width:100%;
    height:100%;
    justify-content: center;
    align-items: center;
}
 */
.paymentOptions_overlay_content{
    padding:30px 20px;
    background-color: #fff;
    box-shadow: 0px 0px 45px 0px rgb(95 74 64);
    width: calc(100% - 30px);
    max-width: 800px;
    z-index:1;
    position: relative;
}

.paymentOptions_overlay_content p{
    margin-bottom: 40px;
}
a.paymentOptions_button{
    margin: 0 auto;
    padding:20px;
    background-color: #f7941e;
    text-decoration: none;
    border-radius: 5px;
    text-align: center;
    display: block;
    width: 100%;
    max-width: 300px;
    position: relative;
    overflow: hidden;
}

a.paymentOptions_button:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background:#ea8c1c;
    width: 100%;
    height: 100%;
    transition: transform .6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
    transform: scale(0, 1);
    transform-origin: right top;
}

a.paymentOptions_button:hover:before{
    transform-origin:left top;
    transform:scale(1, 1);
}
a.paymentOptions_button span{
    position: relative;
    z-index:2;
}
.js-overlay_close_btn {
    height: 26px;
    width: 26px;
    position: absolute;
    right: -13px;
    top: -13px;
    color: #fff;
    border-radius: 100%;
    box-shadow: 0px 0px 12px 1px rgba(0,0,0,.4);
    background-color: #000;
    border: 2px solid #000;
    cursor: pointer;
}

.js-overlay_close_btn .icon_close{
    transform:rotate(45deg);
    position: relative;
    display: block;
    height: 22px;
    width: 22px;
}

.js-overlay_close_btn .icon_close:before,
.js-overlay_close_btn .icon_close:after{
    content: '';
    position: absolute;
    top: 4px;
    left: 10px;
    background-color:#fff;
    width: 2px;
    height: 14px;
}
.js-overlay_close_btn .icon_close:after{
    transform:rotate(90deg);
}
.overlay_btn_container{
    text-align: center;
}

.index_menu.overlay{
    z-index: 0;
}