/*======================================================
*
*common
*
*======================================================*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
*{
  margin:0;
  padding:0;
  list-style: none;
  box-sizing: border-box;
}
html,body{
    background: #f9f6f0;
    font-family:"游ゴシック体", YuGothic, 'Noto Sans JP', "游ゴシック Medium", "Yu Gothic Medium";
    color:#000;
    font-size:16px;
    font-weight: normal;
    line-height: 1.5;
}
body.cn{
    font-family: 'Noto Sans SC';
}
img{
    max-width: 100%;
    height: auto;
    vertical-align: bottom;
}
a,a:visited{
    color: #000;
    text-decoration:none;
    transition: ease all .4s;
}
a:hover{
}
@media screen and (max-width:568px){
    html,body{
        font-size: 14px;
    }
}
/*======================================================
*
*font
*
*======================================================*/
@font-face {
    src: url("../fonts/NotoSansJP/NotoSansJP-Thin.woff") format("woff");
    font-family: "Noto Sans JP";
    font-weight: 100;
    font-style: normal;
    font-display: optical;
}
@font-face {
    src: url("../fonts/NotoSansJP/NotoSansJP-ExtraLight.woff") format("woff");
    font-family: "Noto Sans JP";
    font-weight: 200;
    font-style: normal;
    font-display: optical;
}
@font-face {
    src: url("../fonts/NotoSansJP/NotoSansJP-Light.woff") format("woff");
    font-family: "Noto Sans JP";
    font-weight: 300;
    font-style: normal;
    font-display: optical;
}
@font-face {
    src: url("../fonts/NotoSansJP/NotoSansJP-Regular.woff") format("woff");
    font-family: "Noto Sans JP";
    font-weight: 400;
    font-style: normal;
    font-display: optical;
}
@font-face {
    src: url("../fonts/NotoSansJP/NotoSansJP-Medium.woff") format("woff");
    font-family: "Noto Sans JP";
    font-weight: 500;
    font-style: normal;
    font-display: optical;
}
@font-face {
    src: url("../fonts/NotoSansJP/NotoSansJP-SemiBold.woff") format("woff");
    font-family: "Noto Sans JP";
    font-weight: 600;
    font-style: normal;
    font-display: optical;
}
@font-face {
    src: url("../fonts/NotoSansJP/NotoSansJP-Bold.woff") format("woff");
    font-family: "Noto Sans JP";
    font-weight: 700;
    font-style: normal;
    font-display: optical;
}
@font-face {
    src: url("../fonts/NotoSansJP/NotoSansJP-ExtraBold.woff") format("woff");
    font-family: "Noto Sans JP";
    font-weight: 800;
    font-style: normal;
    font-display: optical;
}
@font-face {
    src: url("../fonts/NotoSansJP/NotoSansJP-Black.woff") format("woff");
    font-family: "Noto Sans JP";
    font-weight: 900;
    font-style: normal;
    font-display: optical;
}

@font-face {
    src: url("../fonts/NotoSansSC/NotoSansSC-Thin.woff") format("woff");
    font-family: "Noto Sans SC";
    font-weight: 100;
    font-style: normal;
    font-display: optical;
}
@font-face {
    src: url("../fonts/NotoSansSC/NotoSansSC-ExtraLight.woff") format("woff");
    font-family: "Noto Sans SC";
    font-weight: 200;
    font-style: normal;
    font-display: optical;
}
@font-face {
    src: url("../fonts/NotoSansSC/NotoSansSC-Light.woff") format("woff");
    font-family: "Noto Sans SC";
    font-weight: 300;
    font-style: normal;
    font-display: optical;
}
@font-face {
    src: url("../fonts/NotoSansSC/NotoSansSC-Regular.woff") format("woff");
    font-family: "Noto Sans SC";
    font-weight: 400;
    font-style: normal;
    font-display: optical;
}
@font-face {
    src: url("../fonts/NotoSansSC/NotoSansSC-Medium.woff") format("woff");
    font-family: "Noto Sans SC";
    font-weight: 500;
    font-style: normal;
    font-display: optical;
}
@font-face {
    src: url("../fonts/NotoSansSC/NotoSansSC-SemiBold.woff") format("woff");
    font-family: "Noto Sans SC";
    font-weight: 600;
    font-style: normal;
    font-display: optical;
}
@font-face {
    src: url("../fonts/NotoSansSC/NotoSansSC-Bold.woff") format("woff");
    font-family: "Noto Sans SC";
    font-weight: 700;
    font-style: normal;
    font-display: optical;
}
@font-face {
    src: url("../fonts/NotoSansSC/NotoSansSC-ExtraBold.woff") format("woff");
    font-family: "Noto Sans SC";
    font-weight: 800;
    font-style: normal;
    font-display: optical;
}
@font-face {
    src: url("../fonts/NotoSansSC/NotoSansSC-Black.woff") format("woff");
    font-family: "Noto Sans SC";
    font-weight: 900;
    font-style: normal;
    font-display: optical;
}

/*======================================================
*
*haeder
*
*======================================================*/
header{
    background: #fff;
    border-bottom: 1px solid #dcdddd;
    padding: 15px 0;
    height: 100px;
    display: flex;
    align-items: center;
}
header .header_inner{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
header .header_inner .logo{
    width: 175px;
}
header .header_inner .header_btn{

}
header .header_inner .header_btn ol{
    display: flex;
    justify-content: flex-end;
}
header .header_inner .header_btn ol li.jp{
    width: 150px;
    margin-left: 20px;
}
header .header_inner .header_btn ol li.jp a{
    height: 100%;
    background: #fff;
    border: 1px solid #565656;
    padding: 15px;
    display: block;
    font-size: 18px;
    text-align: center;
    line-height: 1;
    border-radius: 5px;
    transition: ease all .4s;
}
header .header_inner .header_btn ol li.cn{
    width: 150px;
}
header .header_inner .header_btn ol li.cn a{
    height: 100%;
    background: #b59e4c;
    color: #fff;
    padding: 15px;
    display: block;
    font-size: 18px;
    text-align: center;
    line-height: 1;
    border-radius: 5px;
    transition: ease all .4s;
}
header .header_inner .header_btn ol li a:hover{
    opacity: .7;
}
@media screen and (max-width:568px){
    header{
        height: 60px;
    }
    header .header_inner .logo{
        width: 105px;
    }
    header .header_inner .header_btn ol li.jp,
    header .header_inner .header_btn ol li.cn{
        width: 90px;
    }
    header .header_inner .header_btn ol li.jp a,
    header .header_inner .header_btn ol li.cn a{
        font-size: 14px;
        padding: 12px;
    }
}
/*======================================================
*
*contents
*
*======================================================*/
.section_wrapper{
    margin: 100px auto;
}
.inner{
    max-width: 1300px;
    width: 100%;
    padding: 0 20px;
    position: relative;
    margin: 0 auto;
}
.section_title{
    margin: 0 auto 60px;
    text-align: center;
}
.section_title h2{
    position: relative;
    font-size: 30px;
    font-weight: bold;
}
.section_title h2::before{
    content: '';
    display: block;
    width: 202px;
    height: 7px;
    background: url(../img/img30.png)no-repeat center top;
    position: absolute;
    left: 50%;
    bottom: -20px;
    transform: translateX(-50%);
}
.section_title02{
    margin: 0 auto 60px;
    text-align: center;
}
.section_title02 h2 span{
    display: inline-block;
    position: relative;
    font-size: 30px;
    font-weight: bold;
}
.section_title02 h2 span::before{
    content: '';
    width: 2px;
    height: 50px;
    position: absolute;
    left: -30px;
    top: 50%;
    transform: translate(0, -50%) skew(20deg);
    background: #000;
}
.section_title02 h2 span::after{
    content: '';
    width: 2px;
    height: 50px;
    position: absolute;
    right: -30px;
    top: 50%;
    transform: translate(0, -50%) skew(-20deg);
    background: #000;
}
.text_link{
    
}
.text_link a{
    font-size: 22px;
    font-weight: bold;
    color: #b59e4c;
    text-decoration: underline;
}
.cv_btn{
    margin: 20px auto 40px;
    text-align: center;
}
.cv_btn .cv_btn_inner{
    
}
.cv_btn .cv_text{
    color: #111;
    font-weight: 500;
    margin-bottom: 10px;
    font-size: 20px;
}
.cv_btn .cv_qr{
    display: inline-block;
    max-width: 220px;
    border: 2px solid #111;
    border-radius: 10px;
    padding: 10px;
}
.pcnone{
    display: none;
}
@media screen and (max-width:568px){
    .section_wrapper{
        margin: 60px auto;
    }
    .section_title{
        margin-bottom: 40px;
    }
    .section_title h2,
    .section_title02 h2 span{
        font-size: 20px;
    }
    .pcnone{
        display: inherit;
    }
    .spnone{
        display: none !important;
    }
    .section_title02 h2 span::before,
    .section_title02 h2 span::after{
        height: 40px;
    }
    .text_link a{
        font-size: 16px;
    }
    .cv_btn .cv_text{
        font-size: 18px;
    }
    .cv_btn .cv_qr{
        max-width: 200px;
    }
}

/*===========================================
*mv
*============================================*/
.mv{
    background: #fff;
    position: relative;
    z-index: 2;
    overflow: hidden;
    min-height: calc( 100vh - 100px);
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}
.mv::before{
    content: '';
    z-index: -1;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 50%);
    border-radius: 50%;
    width: 120%;
    height: 70%;
    background: #f9f6f0;
}
.mv .mv_inner{
    text-align: center;
}
.mv .mv_inner .mv_image{
    display: flex;
    justify-content: space-between;
    max-width: 900px;
    width: 66.38vw;
    margin: 0 auto;
}
.mv .mv_inner .mv_text{
    font-weight: bold;
    font-size: 3.3vw;
    color: #00a0e9;
    display: inline-block;
}
.mv .mv_inner .mv_text span{
    display: inline-block;
    margin: 10px auto;
    /* border-bottom: 2px solid #00a0e9; */
    line-height: 1.5;
}
.mv .mv_inner .mv_btn{
    margin: 50px auto;
}
.mv .mv_inner .mv_btn a{
    color: #b59e4c;
    border: 1px solid #b59e4c;
    padding: 15px;
    font-size: 18px;
    width: 200px;
    line-height: 1;
    display: block;
    margin: 0 auto;
    border-radius: 5px;
}
@media screen and (max-width:1260px){
    .mv{
        min-height: auto;
    }
    .mv .mv_inner .mv_image img {
        height: 25vw;
    }
}
@media screen and (max-width:968px){
    .mv .mv_inner .mv_image {
        width: 65%;
    }
}
@media screen and (max-width:568px){
    .mv::before{
        height: 50%;
    }
    .mv .mv_inner .mv_text{
        font-size: 4.9vw;
        margin-top: 20px;
    }
    .mv .mv_inner .mv_text span{
        margin: 8px auto;
    }
    .mv .mv_inner .mv_image {
        width: 100%;
    }
    .mv .mv_inner .mv_btn {
        margin: 30px auto;
    }
    .mv .mv_inner .mv_image img {
        height: 38vw;
    }
}
/*===========================================
*about
*============================================*/
.about .about_inner .text{
    font-size: 18px;
    font-weight: 300;
    line-height: 2;
    margin: 50px auto;
    text-align: center;
}
@media screen and (max-width:568px){
    .about .about_inner .text{
        font-size: 14px;
        text-align: left;
    }
}
/*===========================================
*affiliate
*============================================*/
.affiliate .affiliate_inner .text{
    font-size: 18px;
    font-weight: 300;
    line-height: 2;
    margin: 50px auto;
    text-align: center;
}
.affiliate .affiliate_inner .affiliate_flow{
    margin: 50px auto;
}
.affiliate .affiliate_inner .affiliate_flow ol{
    display: flex;
    justify-content: space-between;
}
.affiliate .affiliate_inner .affiliate_flow ol li{
    width: 26%;
    position: relative;
}
.affiliate .affiliate_inner .affiliate_flow ol li.arrow{
    width: 8%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    align-content: center;
    padding-top: 10%;
}
.affiliate .affiliate_inner .affiliate_flow ol li.arrow .left,
.affiliate .affiliate_inner .affiliate_flow ol li.arrow .right{
    position: relative;
    font-size: 14px;
    width: 100%;
    text-align: center;
    margin: 40px auto;
    color: #0080bb;
    font-weight: bold;
}
.affiliate .affiliate_inner .affiliate_flow ol li.arrow .left::after{
    content: '';
    border: 20px solid transparent;
    border-right: 20px solid #00a0e9;
    position: absolute;
    right: 40%;
    top: 0;
    transform: translateY(-110%);
}
.affiliate .affiliate_inner .affiliate_flow ol li.arrow .right::after{
    content: '';
    border: 20px solid transparent;
    border-left: 20px solid #00a0e9;
    position: absolute;
    left: 40%;
    top: 0;
    transform: translateY(-110%);
}
.affiliate .affiliate_inner .affiliate_flow ol li .title{
    font-weight: bold;
    font-size: 24px;
    color: #00a0e9;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    height: 70px;
    margin-bottom: 30px;
}
.affiliate .affiliate_inner .affiliate_flow ol li:first-child .title{
    color: #b59e4c;
}
.affiliate .affiliate_inner .affiliate_flow ol li .title img{
    width: 175px;
}
.affiliate .affiliate_inner .affiliate_flow ol li .affiliate_flow_inner{
    padding: 20px;
    background: #fff;
    border-radius: 10px;
}
.affiliate .affiliate_inner .affiliate_flow ol li .affiliate_flow_inner .image{
    height: 230px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto 30px;
}
.affiliate .affiliate_inner .affiliate_flow ol li .affiliate_flow_inner .image img{
    text-align: center;
    display: block;
}
.affiliate .affiliate_inner .affiliate_flow ol li .affiliate_flow_inner .image_text{
    font-weight: 400;
    line-height: 1.8;
}
.affiliate .affiliate_inner .affiliate_flow .arrow{
}
.affiliate .affiliate_inner .affiliate_flow .arrow .arrow_image{
    width: 70%;
    margin: 0 auto;
    height: 50px;
    border-left: 5px solid #00a0e9;
    border-bottom: 5px solid #00a0e9;
    position: relative;
    padding-top: 15px;
    font-size: 14px;
    text-align: center;
    color: #0080bb;
    font-weight: bold;
}
.affiliate .affiliate_inner .affiliate_flow .arrow .arrow_image::before{
    content: '';
    display: block;
    width: 5px;
    height: 30px;
    position: absolute;
    right: 0;
    bottom: 0;
    background: #00a0e9;
}
.affiliate .affiliate_inner .affiliate_flow .arrow .arrow_image::after{
    content: '';
    border: 15px solid transparent;
    border-bottom: 15px solid #00a0e9;
    position: absolute;
    right: 2px;
    top: -15px;
    transform: translateX(50%);
}
.affiliate .affiliate_inner .affiliate_flow .arrow .arrow_text{
    text-align: center;
    margin: 30px auto 50px;
    font-weight: bold;
    font-size: 20px;
    color: #00a0e9;
}
.affiliate .affiliate_inner .affiliate_flow .note{
    font-weight: 400;
    font-size: 14px;
    color: #565656;
    text-align: center;
}
@media screen and (max-width:1260px){
    .affiliate .affiliate_inner .affiliate_flow ol li .affiliate_flow_inner .image_text{
        height: 90px;
    }
    .affiliate .affiliate_inner .affiliate_flow ol li:first-child::before{
        right: -21%;
    }
}
@media screen and (max-width:968px){
    .affiliate .affiliate_inner .affiliate_flow ol li .affiliate_flow_inner{
        padding: 10px;
    }
    .affiliate .affiliate_inner .affiliate_flow ol li .affiliate_flow_inner .image_text{
        font-size: 14px;
    }
    .affiliate .affiliate_inner .affiliate_flow ol li.arrow{
        width: 9%;
    }
    .affiliate .affiliate_inner .affiliate_flow ol li.arrow .left,
    .affiliate .affiliate_inner .affiliate_flow ol li.arrow .right{
        font-size: 12px;
    }
}
@media screen and (max-width:768px){
    .affiliate .affiliate_inner .affiliate_flow ol li .title{
        font-size: 20px;
    }
    .affiliate .affiliate_inner .affiliate_flow ol li .affiliate_flow_inner .image_text{
        height: 120px;
    }
    .affiliate .affiliate_inner .affiliate_flow ol li::after{
        border: 15px solid transparent;
        border-right: 15px solid #00a0e9;
    }
    .affiliate .affiliate_inner .affiliate_flow ol li:first-child::before{
        border: 15px solid transparent;
        border-left: 15px solid #00a0e9;
        right: -22%;
    }
}
@media screen and (max-width:568px){
    .affiliate .affiliate_inner{
        overflow: hidden;
    }
    .affiliate .affiliate_inner .text{
        font-size: 14px;
        text-align: left;
    }
    .affiliate .affiliate_inner .affiliate_flow{
        position: relative;
    }
    .affiliate .affiliate_inner .affiliate_flow ol{
        display: block;
    }
    .affiliate .affiliate_inner .affiliate_flow ol li{
        width: 90%;
    }
    .affiliate .affiliate_inner .affiliate_flow ol li.arrow {
        width: 90%;
        display: flex;
        justify-content: space-between;
        position: relative;
        height: auto;
        right: 0;
        margin: 0;
        flex-wrap: nowrap;
    }
    .affiliate .affiliate_inner .affiliate_flow ol li.arrow .left,
    .affiliate .affiliate_inner .affiliate_flow ol li.arrow .right{
        font-size: 16px;
        margin: 40px auto 20px;
    }
    .affiliate .affiliate_inner .affiliate_flow ol li.arrow .left::after {
        content: '';
        border: 20px solid transparent;
        border-bottom: 20px solid #00a0e9;
        position: absolute;
        left: 50%;
        top: 0;
        transform: translate(-50%, -110%);
    }
    .affiliate .affiliate_inner .affiliate_flow ol li.arrow .right::after{
        content: '';
        border: 20px solid transparent;
        border-top: 20px solid #00a0e9;
        position: absolute;
        left: 50%;
        top: 20px;
        transform: translate(-50%, -110%);
    }
    .affiliate .affiliate_inner .affiliate_flow ol li .title img {
        width: 141px;
    }
    .affiliate .affiliate_inner .affiliate_flow .arrow {
        position: absolute;
        top: 15%;
        right: 0;
        height: 70%;
    }
    .affiliate .affiliate_inner .affiliate_flow .arrow .arrow_image{
        border: none;
        border-right: 2px solid #00a0e9;
        border-top: 2px solid #00a0e9;
        border-bottom: none;
        border-left: none;
        width: 40px;
        height: 95%;
        writing-mode: vertical-rl;
        text-align: right;
        padding-bottom: 80px;
        padding-right: 5px;
        font-size: 16px;
        letter-spacing: 2px;
    }
    .affiliate .affiliate_inner .affiliate_flow .arrow .arrow_image::before {
        content: '';
        display: block;
        width: 40px;
        height: 2px;
        position: absolute;
        right: 0;
        bottom: 0;
        background: #00a0e9;
    }
    .affiliate .affiliate_inner .affiliate_flow .arrow .arrow_image::after{
        border: 15px solid transparent;
        border-right: 15px solid #00a0e9;
        right: 0;
        bottom: -14px;
        top: auto;
        transform: translateX(-100%);
    }
    .affiliate .affiliate_inner .affiliate_flow .arrow .arrow_text{
        display: none;
    }
    .affiliate .affiliate_inner .affiliate_flow .note{
        margin-top: 40px;
        text-align: left;
        font-size: 12px;
    }

}
/*===========================================
*point
*============================================*/
.point .point_inner .point_inner_list ol li{
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.point .point_inner .point_inner_list ol li .point_image{
    width: 300px;
}
.point .point_inner .point_inner_list ol li .point_text{
    margin-left: 50px;
}
.point .point_inner .point_inner_list ol li .point_text .point_num{
    font-size: 18px;
    font-weight: 500;
    background: #fff;
    border-radius: 50px;
    padding: 10px 25px;
    display: inline-block;
    line-height: 1;
    margin-bottom: 20px;
}
.point .point_inner .point_inner_list ol li .point_text .point_title{
    font-size: 26px;
    font-weight: 500;
    color: #00a0e9;
}
.point .point_inner .point_inner_list ol li:nth-child(2n){
    flex-flow: row-reverse;
}
.point .point_inner .point_inner_list ol li:nth-child(2n) .point_text{
    margin-left: 0;
    margin-right: 50px;
}
.point .point_inner .point_inner_list .note{
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    color: #565656;
    margin-top: 50px;
}
@media screen and (max-width:968px){
    .point .point_inner .point_inner_list ol li .point_text {
        margin-left: 30px;
    }
    .point .point_inner .point_inner_list ol li:nth-child(2n) .point_text {
        margin-left: 0;
        margin-right: 30px;
    }
    .point .point_inner .point_inner_list ol li .point_text .point_title{
        font-size: 24px;
    }
}
@media screen and (max-width:568px){
    .point .point_inner .point_inner_list ol li,
    .point .point_inner .point_inner_list ol li:nth-child(2n){
        margin: 30px auto;
        flex-flow: column-reverse;
    }
    .point .point_inner .point_inner_list ol li .point_image{
        width: auto;
        max-width: 100%;
        text-align: center;
    }
    .point .point_inner .point_inner_list ol li .point_text,
    .point .point_inner .point_inner_list ol li:nth-child(2n) .point_text{
        margin: 20px auto;
        text-align: center;
    }
    .point .point_inner .point_inner_list ol li .point_text .point_title{
        font-size: 18px;
    }
    .point .point_inner .point_inner_list .note{
        font-size: 12px;
        text-align: left;
    }
}
/*===========================================
*step
*============================================*/
.step .step_inner .step_inner_list ol{
    display: flex;
    justify-content: space-between;
    margin: 80px auto 0;
}
.step .step_inner .step_inner_list ol li{
    width: 226px;
    position: relative;
}
.step .step_inner .step_inner_list ol li .step_text{
    margin-bottom: 20px;
    background: #fff;
    border-radius: 10px;
    padding: 20px;
    height: 164px;
}
.step .step_inner .step_inner_list ol li .step_text .step_num{
    background: #b59e4c;
    border-radius: 50px;
    line-height: 1;
    padding: 7px 15px;
    text-align: center;
    color: #fff;
    position: relative;
    margin-top: -35px;
}
.step .step_inner .step_inner_list ol li .step_text p{
    margin-top: 20px;
    font-weight: 400;
    line-height: 1.8;
}
@media screen and (max-width:1260px){
    .step .step_inner .step_inner_list{
        overflow-x: scroll;
    }
    .step .step_inner .step_inner_list ol{
        width: max-content;
        padding-bottom: 20px;
    }
    .step .step_inner .step_inner_list ol li{
        margin-right: 80px;
    }
    .step .step_inner .step_inner_list ol li::after{
        content: '\f0a9';
        font: var(--fa-font-solid);
        position: absolute;
        right: -10%;
        top: 65%;
        font-size: 30px;
        transform: translateX(100%);
        color: #b59e4c;
    }
    .step .step_inner .step_inner_list ol li:last-child{
        margin-right: 50px;
    }
    .step .step_inner .step_inner_list ol li:last-child::after{
        content: none;
    }
}
/*===========================================
*faq
*============================================*/
.faq .faq_inner .faq_inner_list ol{

}
.faq .faq_inner .faq_inner_list ol li{
    background: #fff;
    margin: 30px auto;
}
.faq .faq_inner .faq_inner_list ol li .faq_title{
    position: relative;
    display: flex;
    align-items: center;
    padding: 30px 20px;
    font-size: 18px;
    font-weight: bold;
}
.faq .faq_inner .faq_inner_list ol li .faq_title span{
    content: 'Q';
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #b59e4c;
    color: #fff;
    margin-right: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    font-size: 30px;
    line-height: 1;
    padding-bottom: 5px;
}
.faq .faq_inner .faq_inner_list ol li .faq_title::before{
    content: '';
    width: 21px;
    height: 1px;
    background: #b59e4c;
    position: absolute;
    right: 40px;
    top: calc(50% + .5px);
    transform: translateY(calc(-50% + .5px));
}
.faq .faq_inner .faq_inner_list ol li .faq_title::after{
    content: '';
    width: 1px;
    height: 21px;
    background: #b59e4c;
    position: absolute;
    right: 50px;
    top: calc(50% + .5px);
    transform: translateY(calc(-50% + .5px));
    transition: ease all .4s;
}
.faq .faq_inner .faq_inner_list ol li .faq_title.active::after{
    opacity: 0;
    transform: translateY(calc(-50% + .5px)) rotate(90deg);
}
.faq .faq_inner .faq_inner_list ol li .answer{
    overflow: hidden;
    display: none;
}
.faq .faq_inner .faq_inner_list ol li .answer .answer_inner{
    padding: 30px 20px;
    position: relative;
}
.faq .faq_inner .faq_inner_list ol li .answer .answer_inner::before{
    content: '';
    height: 1px;
    width: calc(100% - 40px);
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    background: #dcdddd;
}
.faq .faq_inner .faq_inner_list ol li .answer .answer_inner .answer_inner_list{
    overflow-x: scroll;
}
.faq .faq_inner .faq_inner_list ol li .answer .answer_inner .answer_inner_list ul{
    display: flex;
    justify-content: flex-start;
    width: max-content;
    counter-reset: number 0;
    padding-bottom: 20px;
}
.faq .faq_inner .faq_inner_list ol li .answer .answer_inner .answer_inner_list ul li{
    margin: 0;
    width: 226px;
    margin-right: 80px;
    counter-increment: number 1;
    position: relative;
}
.faq .faq_inner .faq_inner_list ol li .answer .answer_inner .answer_inner_list ul li::after {
    content: '\f0a9';
    font: var(--fa-font-solid);
    position: absolute;
    right: -10%;
    top: 35%;
    font-size: 30px;
    transform: translateX(100%);
    color: #b59e4c;
}
.faq .faq_inner .faq_inner_list ol li .answer .answer_inner .answer_inner_list ul li:last-child{
    margin-right: 30px;
}
.faq .faq_inner .faq_inner_list ol li .answer .answer_inner .answer_inner_list ul li:last-child::after{
    content: none;
}
.faq .faq_inner .faq_inner_list ol li .answer .answer_inner .answer_inner_list ul li .faq_text{
    margin-top: 30px;
    padding: 20px;
    position: relative;
    height: 135px;
    border: 1px solid #000;
    border-radius: 10px;
    line-height: 1.8;
    font-weight: 400;
}
.faq .faq_inner .faq_inner_list ol li .answer .answer_inner .answer_inner_list ul li .faq_text::before{
    content: counter(number);
    width: 30px;
    height: 30px;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-50%,-50%);
    background: #b59e4c;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: Roboto;
    font-weight: bold;
    line-height: 1;
}
.faq .faq_inner .faq_inner_list .note{
    font-size: 18px;
    text-align: center;
}
@media screen and (max-width:568px){
    .faq .faq_inner .faq_inner_list ol li .faq_title{
        font-size: 15px;
        padding: 30px 15px;
        padding-right: 40px;
    }
    .faq .faq_inner .faq_inner_list ol li .faq_title::before{
        right: 15px;
    }
    .faq .faq_inner .faq_inner_list ol li .faq_title::after{
        right: 25px;
    }
}
/*===========================================
*sns
*============================================*/
.sns{
    margin: 0 auto;
    position: relative;
    padding-top: 100px;
    z-index: 2;
    overflow: hidden;
}
.sns::before{
    content: '';
    z-index: -1;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-50%, 0);
    border-radius: 50%;
    width: 120%;
    height: 20vw;
    background: #fff;
}
.sns .sns_bg_white{
    background: #fff;
    overflow: hidden;
}
.sns .sns_inner .sns_btn{
    text-align: center;
    margin: 50px auto;
}
.sns .sns_inner .sns_btn a{
    background: #fff;
    border-radius: 10px;
    color: #b59e4c;
    border: 1px solid #b59e4c;
    padding: 20px;
    font-size: 18px;
    font-weight: 400;
    width: 350px;
    display: block;
    margin: 0 auto;
}
.sns .sns_inner .sns_btn_bottom{
    text-align: center;
}
.sns .sns_inner .sns_text{
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    margin: 50px auto;
}
.sns .sns_inner .sns_inner_list{
    margin: 50px auto 100px;
}
.sns .sns_inner .sns_inner_list ol{
    display: flex;
    justify-content: space-between;
}
.sns .sns_inner .sns_inner_list ol li{
    text-align: center;
}
.sns .sns_inner .sns_inner_list ol li .sns_icon{
    margin-bottom: 20px;
}
@media screen and (max-width:1260px){
    .sns .sns_inner .sns_inner_list ol li{
        width: 18%;
    }
    .sns .sns_inner .sns_inner_list ol li .sns_icon{
        padding: 0 10px;
    }
}
@media screen and (max-width:968px){
    .sns::before{
        height: 30vw;
        top: 20px;
    }
}
@media screen and (max-width:568px){
    .sns .sns_inner .sns_btn{
        margin: 50px auto;
    }
    .sns .sns_inner .sns_btn a{
        width: 300px;
    }
    .sns .sns_inner .sns_text{
        font-size: 16px;
    }
    .sns .sns_inner .sns_inner_list ol{
        flex-wrap: wrap;
        justify-content: center;
    }
    .sns .sns_inner .sns_inner_list ol li{
        width: 48%;
        margin: 30px 0;
    }
    .sns .sns_inner .sns_inner_list ol li:nth-child(2n){
        margin-left: 4%;
    }
}
/*===========================================
*about us
*============================================*/
.about_us{
    position: relative;
    font-family: 'Noto Sans SC', "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium";
    font-weight: 400;
}
.about_us .about_us_inner .about_us_text{
    margin: 50px auto;
    line-height: 2;
    font-weight: 500;
}
.about_us .about_us_inner .about_us_text span{
    display: inline-block;
    margin-top: 30px;
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: bold;
}
.about_us .about_us_inner .about_us_white{
    padding: 5px 0;
    background: #fff;
    border: 2px solid #000;
    border-radius: 10px;
    margin: 100px auto;
    height: 86.581vh;
    overflow: hidden;
}
.about_us .about_us_inner .about_us_white .about_us_white_text{
    height: 100%;
    padding: 45px 20px;
    line-height: 1.8;
}
.about_us .about_us_inner .about_us_white .about_us_white_text h3{
    font-size: 20px;
    font-weight: 500;
}
.about_us .about_us_inner .about_us_white .about_us_white_text h4,
.about_us .about_us_inner .about_us_white .about_us_white_text p{
    margin: 30px auto;
    font-weight: 500;
}
.about_us .about_us_inner .about_us_white .about_us_white_text table{
    margin: 20px auto;
}
.about_us .about_us_inner .about_us_white .about_us_white_text table th{
    background: #e7f7ff;
    padding: 10px;
    font-weight: 500;
    border: 1px solid #ccc;
    width: 50%;
}
.about_us .about_us_inner .about_us_white .about_us_white_text table td{
    border: 1px solid #ccc;
    padding: 10px;
}
.about_us .about_us_inner .about_us_white .about_us_white_text table td p{
    margin: 10px auto;
}
.about_us .about_us_inner .about_us_white .about_us_white_text ol li{
    margin: 5px auto;
    font-weight: 500;
}
.about_us .about_us_inner .about_us_white .scroll_on{
    overflow-y: scroll;
}
@media screen and (max-width:968px){
    .about_us .about_us_inner .about_us_white{
        height: 60vh;
    }
    .about_us .about_us_inner .about_us_text span{
        font-size: 18px;
        line-height: 1.5;
    }
}
@media screen and (max-width:568px){
    .about_us .about_us_inner .about_us_text{
        font-size: 14px;
    }
    .about_us .about_us_inner .about_us_white .about_us_white_text h3 {
        font-size: 16px;
    }
    .about_us .about_us_inner .about_us_white .about_us_white_text h4,
    .about_us .about_us_inner .about_us_white .about_us_white_text p {
        margin: 20px auto;
        font-weight: 400;
        font-size: 12px;
        line-height: 2;
    }
}
/*===========================================
*contact
*============================================*/
.trademark .trademark_inner .trademark_text{
    font-family: 'Noto Sans SC';
    font-weight: 400;
}
/*===========================================
*contact
*============================================*/
.contact .contact_inner{

}
.contact .contact_inner .contact_bg_white{
    background: #fff;
    padding: 100px 20px;
    overflow: hidden;
    text-align: center;
}
.contact .contact_inner .contact_bg_white .contact_mail{
    margin: 50px auto;
}
.contact .contact_inner .contact_bg_white .contact_mail a{
    font-size: 22px;
    font-weight: bold;
    color: #b59e4c;
    text-decoration: underline;
}
.contact .contact_inner .contact_bg_white .text_link{
    margin: 50px auto;
}
.contact .contact_inner .contact_bg_white .contact_time{
    font-weight: bold;
    font-size: 20px;
}
.contact .contact_inner .contact_bg_white .contact_time span{
    font-family: Roboto;
    font-size: 25px;
}
@media screen and (max-width:568px){
    .contact .contact_inner .contact_bg_white{
        padding: 60px 20px;
    }
    .contact .contact_inner .contact_bg_white .text_link {
        margin: 50px auto 30px;
    }
    .contact .contact_inner .contact_bg_white .contact_time{
        font-size: 14px;
    }
    .contact .contact_inner .contact_bg_white .contact_time span{
        font-size: 18px;
    }
}
/*===========================================
*trademark
*============================================*/
.trademark .trademark_inner{
    text-align: center;
    line-height: 2;
    font-weight: 500;
}
.trademark .trademark_inner .text_link{
    margin: 30px auto;
}
@media screen and (max-width:568px){
    .trademark .trademark_inner .trademark_text{
        font-size: 14px;
        text-align: left;
    }
}

/*======================================================
*
*footer
*
*======================================================*/
footer{
    margin-top: 100px;
}
footer .footer_logo{
    width: 175px;
    margin: 50px auto;
}
footer .copyright{
    text-align: center;
    color: #fff;
    background: #b59e4c;
    padding: 30px 10px;
    font-size: 14px;
}

/*===========================================
*
*animation
*
*============================================*/
.first_animation .mv_text span{
    top: 15px;
    opacity: 0;
    position: relative;
    animation: mv_text .2s linear .5s forwards;
}
.first_animation .mv_text span:nth-child(2){
    animation: mv_text .2s linear .6s forwards;
}
.first_animation .mv_image img{
    position: relative;
    top: 10px;
    opacity: 0;
}
.first_animation .mv_image img:nth-child(1),
.first_animation .mv_image img:nth-child(6){
    animation: mv_image .2s linear .9s forwards;
}
.first_animation .mv_image img:nth-child(2),
.first_animation .mv_image img:nth-child(5){
    animation: mv_image .2s linear 1s forwards;
}
.first_animation .mv_image img:nth-child(3),
.first_animation .mv_image img:nth-child(4){
    animation: mv_image .2s linear 1.1s forwards;
}
@keyframes mv_text{
    0%{
        top: 15px;
        opacity: 0;
    }
    80%{
        top: -10px;
        opacity: 1;
    }
    100%{
        top: 0;
        opacity: 1;
    }
}
@keyframes mv_image{
    0%{
        top: 10px;
        opacity: 0;
    }
    100%{
        top: 0;
        opacity: 1;
    }
}