@charset "UTF-8";

:root {
    --black: #333333;
    --white: #ffffff;
    --gray: #707070;
    --border12: #E6E6E6;
    --bg10: #F4F4F6;
    --green: #088578;
    --greenbg: #F1F4F2;
    --red: #DF5961;
    --blue: #397AB4;
    --champagne-gold-25: #F9F8F5;
}
*{
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
    color: var(--black);
}
.en{
    font-family: "Figtree", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
}
.center{
    text-align: center !important;
  }
/* font */
.h30{
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    letter-spacing: 1.8px;
}
.h24{
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    letter-spacing: 0.96px;
}
.h20{
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 170%;
}
.h18{
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 170%;
}
.h16{
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
}
.base{
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 170%;
}
.text_l{
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 170%;
    letter-spacing: 1.28px;
}
.text_xl{
    color: var(--black);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 170%;
    letter-spacing: 1.08px;
}
@media only screen and (max-width: 768px) {
    .h30{
        font-size: 22px;
    }
    .h24{
        font-size: 20px;
    }
    .h18{
        font-size: 16px;
    }
    .h16{
        font-size: 14px;
    }
    .text_l{
        font-size: 14px;
    }
    .text_xl{
        font-size: 14px;
    }
}
.video iframe{
    display: block;
    margin: 0 auto;
    max-width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
}
/* bg */
.bg_gray{
    background: var(--bg10);
}
.bg_champagnegold{
    background: var(--champagne-gold-25);
}
.bg_green{
    background: var(--green);
}
.bg_lightgreen{
    background: var(--greenbg);
}
/* color */
.white{
    color: var(--white) !important;
}
.green{
    color: var(--green);
}

/* contents block */
.container{
    margin: 0 auto;
    padding: 20px 0;
}
.container2{
    margin: 0 auto;
}
.pb80{
    padding-bottom: 80px;
}
.gap32{
    display: flex;
    flex-flow: column;
    gap: 32px;
}
.container_products_inner{
    padding-right: 0 !important;
    padding-left: 0 !important;
}
.wrap{
    padding: 60px 0;
}
.w1024{
    max-width: 1024px;
    width: 100%;
    margin: 0 auto;
}
.w800{
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
}
.w680{
    max-width: 680px;
    width: 100%;
    margin: 0 auto;
}
@media only screen and (max-width: 1024px) {
    .container{
        margin: 0 auto;
        padding: 0 4%;
    }
    .container2{
        margin: 0 auto;
        padding: 0 4%;
    }
    .container_products{
        padding: 0 4%;
    }
}
@media only screen and (max-width: 768px) {
    .wrap{
        padding: 40px 0;
    }
    .w1024{
        width: 100%;
        margin: 0 auto;
    }
    .container_products{
        padding: 0;
    }
    .container_products_inner{
        padding-right:4% !important;
        padding-left:4% !important;
    }
    .gap32{
        gap: 20px;
    }
}
/* button */
.primary_button{
    color: var(--white);
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    padding: 12px 24px;
    align-items: center;
    border-radius: 8px;
    background: var(--green);
    margin:0 auto;
    display:table;
}
@media only screen and (max-width: 768px) {
    .primary_button{
        margin: 0 auto;
    }
}

/* feature */
.feature_list{
    
}
.feature_list li{
    display: flex;
    align-items: center;
    gap: 42px;
    padding: 48px 0;
    border-top: 1px solid var(--border12);
}
.feature_list li:last-child{
    border-bottom: 1px solid var(--border12);
}
.feature_list .note_list li{
    border: none;
    padding: 0;
}
.feature_list_img{
    width: 320px;
}
.feature_list_contents{
    width: calc(100% - 362px);
}
.feature_list_title{
    margin-bottom: 20px;
}
.feature_list_contents .en{
    color: var(--green);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.feature_list_column{
    flex-flow: column;
}
.feature_list_column .feature_list_img{
    width: 100%;
}
.feature_list_column .feature_list_contents{
    width: 100%;
}
.feature_list_column .feature_list_contents .en,.feature_list_column .feature_list_title{
    text-align: center;
}
@media only screen and (max-width: 768px) {
    .feature_list_img{
        width: 100%;
    }
    .feature_list_contents{
        width: 100%;
    }
    .feature_list li{
        flex-flow: column;
        gap: 20px;
        padding: 24px 0;
    }
    .feature_list_title{
        margin-bottom: 16px;
    }
}

/* cta */
.cta_wrap{
    width: 100%;
    box-sizing: border-box;
    border-radius: 16px;
    display: flex;
    background-color: var(--white);
}
.cta_img{
    width: 40%;
    height: auto;
    object-fit: cover;
    object-position: 100% 100%
}
.cta_wrap{
    display: flex;
    overflow: hidden;
}
.cta_inner{
    padding:40px 48px;
    width: 60%;
    display: flex;
    flex-flow: column;
    justify-content: center;
}
.cta_button_wrap{
    margin-top: 20px;
    display: inline-block;
}
.cta_title{
    margin-bottom: 10px;
}
.cta_button_desc{
    text-align: center;
    margin-bottom: 6px;
    max-width: 400px;
}
.cta_button{
    width: 100%;
    max-width: 400px;
    padding: 23px 24px;
    border-radius: 8px;
    background: var(--green);
    color: var(--white);
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    line-height: 24px;
}
@media only screen and (max-width: 768px) {
    .cta_wrap{
        flex-flow: column;
    }
    .cta_inner{
        padding: 24px 20px;
        width: 100%;
    }
    .cta_img{
        width: 100%;
    }
    .cta_title{
        margin-bottom: 8px;
        text-align: center;
    }
    .cta_desc{
        text-align: center;
    }
    .cta_button{
        padding: 18px 24px;
        width: 100%;
        font-size: 16px;
    }
}
/* 20241218 add */
.terms_inner {
    line-height:1.8;
}
.terms_inner p {
    margin-bottom:1em;
    line-height:1.7;
}
.terms_list dt {
    font-weight:600;
    font-size:15px;
    line-height:1.5;
    margin-bottom:0.5em;
}
.terms_list dd {
    margin-bottom:1.5em;
    font-size:14px;
    line-height:1.7;
}
.terms_list dd > dl {
    margin-top:1em;
    margin-left:2em;
}
.terms_list dd > dl dd {
    font-size:14px;
    line-height:1.7;
}
.ul-basic {
    list-style-type: disc;
    padding-left:2em;
    line-height:1.5;
}
.ul-basic li {
    line-height:1.5;
}
.terms_box {
    border:1px solid #ddd;
    padding:1.5em;
    font-size:14px;
    line-height:1.7;
}
.terms_box > :last-child {
    margin-bottom:0;
}