body{
    font-family: "source-han-sans-cjk-ja", sans-serif;
}
.site-header-group{
    position: sticky;
    top: 0;
    z-index: 1000;
    background: #fff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0);
}
main{
    padding-bottom: 100px;
}
a{
    text-decoration: none;
}
.req{
    color: #dc2626;
    font-weight: 800;
}
svg{
    width: auto;
}
.cvr{
    position: absolute;
    inset: 0;
    z-index: 1;
    display: block;
    width: 100%;
    height: 100%;
}

header{
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    padding: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
header .logo{
    width: 100%;
    max-width: 300px;
    border-radius: 8px;
    overflow: hidden;
}
header .banner{
    width: fit-content;
    background-color: #01613b;
    color: white;
    border-radius: 100px;
    padding: 16px 40px 16px 30px;
    display: flex;
    align-items: center;
    gap: 8px;
}
header .banner p{
    font-size: 10px;
    text-align: center;
    font-weight: bold;
}
header .banner p span{
    display: block;
    font-size: 18px;
    margin-top: 4px;
}

.site-nav{
    width: 100%;
    margin: 0 auto;
    padding: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #01613b;
}
.site-nav nav{
    width: 100%;
    max-width: 1100px;
    padding: 4px 10px;
    margin: 0 auto;
}
.site-nav nav ul{
    display: flex;
    gap: 36px;
    list-style: none;
}
.site-nav nav ul li{
    display: flex;
    align-items: center;
}
.site-nav nav ul li a{
    text-decoration: none;
    color: white;
    font-size: 13px;
}

.pan{
    width: 100%;
    margin: 0 auto;
    padding: 4px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.pan ul{
    display: flex;
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    font-size: 12px;
    color: gray;
    padding: 4px 10px;
}
.pan ul li:first-child{
    padding-right: 8px;
}
.pan ul li{
    display: flex;
    align-items: center;
    gap: 8px;
}


section.inner{
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    padding: 40px 10px;
}
section.inner.sec-intro{
    border: 4px solid #01613b;
    border-radius: 8px;
    padding: 0;
    overflow: hidden;
}
.sec-title{
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 16px;
    text-align: center;
}
.sec-text{
    font-size: 14px;
    line-height: 1.5;
}

section.inner.sec-special-point{
    padding: 0;
    padding: 16px 0;
}
.sec-special-point .point-list{
    display: flex;
    justify-content: space-between;
    gap: 16px;
}
.sec-special-point .point-item{
    width: 150px;
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    background: #01613b;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 16px 12px;
}
.sec-special-point .point-icon{
    color: white;
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
}
.sec-special-point .point-name{
    margin-top: 10px;
    color: white;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.35;
}


.point-item svg{
    aspect-ratio: 1 / 1;
    width: 48px;
}

section.inner.sec-first-join{
    /*border: 4px solid #cd0202;*/
    border-radius: 8px;
    padding: 0;
}
section.inner.two-column{
    display: flex;
    align-items: flex-start;
    gap: 24px;
    padding: 0;
}
section.inner.two-column .clm-left{
    flex: 1 1 auto;
    min-width: 0;
}
.recommend-area{
    color: #222;
}
.recommend-area .recommend-head, .flow-area .flow-head, .payment-head{
    display: flex;
    align-items: center;
    gap: 10px;
    background: #01613b;
    color: #fff;
    font-size: 16px;
    line-height: 1.2;
    padding: 12px 18px;
    border-radius: 10px;
}
.recommend-area .recommend-head-dot,
.flow-area .flow-head-dot,
.payment-area .payment-head-dot{
    width: 20px;
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    background: #fff;
    flex: 0 0 auto;
}
.recommend-area .recommend-lead,
.flow-area .flow-lead{
    margin-top: 14px;
    font-size: 14px;
    line-height: 1.6;
}
.recommend-area .recommend-grid{
    margin-top: 20px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px 18px;
}
.recommend-area .recommend-item{
    display: grid;
    grid-template-columns: 118px 1fr;
    gap: 14px;
    align-items: start;
}
.recommend-area .recommend-icon-box{
    border: 4px solid #01613b;
    border-radius: 14px;
    aspect-ratio: 1 / 1;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #01613b;
    overflow: hidden;
}
.recommend-area .recommend-icon-box svg{
    width: 62px;
    height: 62px;
}
.recommend-area .recommend-title{
    display: grid;
    align-items: center;
    gap: 8px;
    color: #01613b;
    font-size: 21px;
    font-weight: 800;
    line-height: 1.2;
}
.recommend-area .recommend-title span{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: orange;
    color: #fff;
    border-radius: 999px;
    padding: 8px 12px;
    font-size: 12px;
    line-height: 1;
    display: block;
    width: fit-content;
}
.recommend-area .recommend-desc{
    margin-top: 8px;
    font-size: 12px;
    line-height: 1.55;
}
.recommend-area .recommend-desc strong{
    color: #01613b;
    font-weight: 800;
}
.flow-area{
    margin-top: 28px;
}
.flow-area .flow-head-link{
    margin-left: auto;
    display: inline-flex;
    align-items: center;
    border-radius: 999px;
    background: #fff;
    color: #08a84a;
    border: 1px solid #c8c8c8;
    font-size: 14px;
    line-height: 1;
    font-weight: 700;
    padding: 8px 14px;
    text-shadow: none;
}
.flow-area .flow-head-link::before{
    content: "▶";
    font-size: 10px;
    margin-right: 6px;
}
.flow-area .flow-steps{
    margin-top: 32px;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
}
.flow-area .flow-step{
    position: relative;
    border: 3px solid #01613b;
    border-radius: 12px;
    background: #fff;
    padding: 54px 18px 16px;
}
.flow-area .flow-step-badge{
    position: absolute;
    left: -14px;
    top: -20px;
    width: 40px;
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    background: #01613b;
    color: #fff;
    font-size: 14px;
    font-weight: 800;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    line-height: 1;
    z-index: 1;
}
.flow-area .flow-step-badge span{
    font-size: 10px;
    margin-bottom: 2px;
}
.flow-area .flow-step-title{
    margin: -54px -18px 12px;
    padding: 12px 10px 10px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    background: #e9f6ea;
    color: #01613b;
    font-size: 12px;
    line-height: 1.2;
    font-weight: 800;
    text-align: center;
}
.flow-area .flow-step-text{
    font-size: 12px;
    line-height: 1.45;
}
.flow-area .flow-step-text a{
    color: #008a52;
    text-decoration: underline;
    text-underline-offset: 2px;
}
.payment-area{
    margin-top: 28px;
}
.payment-area .payment-list{
    margin-top: 20px;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}
.payment-area .payment-item{
    /* border: 2px solid #9ecb8f; */
    border-radius: 999px;
    /* background: linear-gradient(180deg, #ffffff 0%, #fbfcf6 100%); */
    background: #01613b;
    text-align: center;
    aspect-ratio: 1 / 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 16px;
}
.payment-area .payment-item img{
    width: 115px;
    height: 115px;
    object-fit: contain;
}
.payment-area .payment-label{
    margin-top: 10px;
    color: white;
    font-size: 18px;
    line-height: 1.35;
    font-weight: 800;
}
.payment-area .payment-label span{
    font-size: 14px;
}
.payment-area .payment-note{
    margin-top: 12px;
    font-size: 14px;
    line-height: 1.7;
    color: black;
}
.payment-area .payment-catch{
    margin-top: 24px;
    font-size: 32px;
    line-height: 1.25;
    font-weight: 900;
    color: #111827;
    text-align: center;
}
.payment-area .payment-invoice{
    margin-top: 8px;
    font-size: 16px;
    line-height: 1.45;
    color: #dc2626;
    text-align: center;
    font-weight: 700;
}
.payment-area .payment-logo{
    margin-top: 8px;
    text-align: right;
}
.payment-area .payment-logo img{
    width: 76px;
    display: inline-block;
}
.delivery-area{
    margin-top: 26px;
    padding-top: 18px;
    border-top: 1px dotted #b8b8b8;
}
.delivery-area .delivery-title{
    font-size: 17px;
    font-weight: 700;
    color: #3a3a3a;
    margin-bottom: 14px;
}
.delivery-area .delivery-list{
    display: flex;
    flex-wrap: wrap;
    gap: 10px 0;
}
.delivery-area .delivery-list li{
    font-size: 13px;
    color: #4a4a4a;
    line-height: 1.4;
    padding: 0 18px 0 16px;
    border-right: 1px solid #cfcfcf;
}
.delivery-area .delivery-list li:first-child{
    /*padding-left: 0;*/
}
.clm-right-title-wrap{
    background: orange;
    padding: 8px 8px;
}
.clm-right .clm-right-title{
    display: flex;
    align-items: center;
    width: fit-content;
    gap: 10px;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 16px;
    color: black;
    margin: 0 auto;
}
.clm-right .icon-beginner{
    --icon-color: black;
    display: block;
    width: 24px;
    aspect-ratio: 1 / 1;
    flex: 0 0 auto;
    background-color: var(--icon-color);
    -webkit-mask-image: url("../image/beginner-icon.svg");
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-size: contain;
    mask-image: url("../image/beginner-icon.svg");
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: contain;
}
section.inner.two-column .clm-right{
    flex: 0 0 300px;
    width: 300px;
    align-self: flex-start;
    border-radius: 16px;
    overflow: hidden;
    border: 4px solid orange;
}

.clm-right .clm-right-entry{
    padding: 12px;
    background: #fff7eb;
}
.clm-right .clm-right-note{
    font-size: 13px;
    line-height: 1.5;
    font-weight: 700;
    color: #1f1f1f;
    text-align: center;
}
.clm-right .clm-right-entry-btn-wrap{
    margin-top: 10px;
}
.clm-right .clm-right-entry-btn{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    background: #01613b;
    color: #fff;
    border-radius: 999px;
    padding: 10px 14px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.2;
}
.clm-right .clm-right-entry-btn .entry-arrow{
    width: 20px;
    aspect-ratio: 1 / 1;
    flex: 0 0 auto;
    border-radius: 50%;
    background: #fff;
    color: #01613b;
    display: flex;
    align-items: center;
    justify-content: center;
}
.clm-right .clm-right-entry-btn .entry-arrow svg{
    width: 14px;
    height: 14px;
}

.site-footer{
    margin-top: 34px;
    background: #f1f1f1;
}
.site-footer .site-footer-inner{
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    padding: 100px 10px
}
.site-footer .footer-links{
    display: flex;
    flex-wrap: wrap;
    gap: 8px 24px;
}
.site-footer .footer-links li{
    position: relative;
}
.site-footer .footer-links a{
    color: #bababa;
    font-size: 12px;
    line-height: 1.3;
}
.site-footer .footer-copy{
    margin-top: 8px;
    color: #bababa;
    font-size: 12px;
    line-height: 1.4;
}

.to-top{
    position: fixed;
    width: fit-content;
    right: 18px;
    bottom: 18px;
    z-index: 1200;
    border: 0;
    border-radius: 999px;
    background: #01613b;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    padding: 12px 14px;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(10px);
}

.promo-overlay{
    position: fixed;
    inset: 0;
    z-index: 1280;
    background: rgba(0, 0, 0, 0.45);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

.promo-popup{
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 1300;
    width: min(440px, calc(100% - 28px));
    background: #fff;
    border: 1px solid #d9d9d9;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.18);
    padding: 10px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}
.promo-popup .promo-popup-image-link{
    display: block;
    border-radius: 8px;
    overflow: hidden;
}
.promo-popup .promo-popup-image-link img{
    width: 100%;
    display: block;
}
.promo-popup .promo-popup-close{
    margin-top: 8px;
    width: 100%;
    border: 1px solid #d0d0d0;
    background: #f7f7f7;
    color: #444;
    border-radius: 8px;
    padding: 8px 12px;
    font-size: 13px;
    line-height: 1;
    font-weight: 700;
    cursor: pointer;
}

.promo-dock{
    position: fixed;
    left: 12px;
    bottom: 16px;
    z-index: 1250;
    width: 112px;
    background: #fff;
    border: 1px solid #d7d7d7;
    border-radius: 10px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.14);
    padding: 8px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateX(0);
}
.promo-dock .promo-dock-image-link{
    display: block;
    border-radius: 6px;
    overflow: hidden;
}
.promo-dock .promo-dock-image-link img{
    width: 100%;
    display: block;
}
.promo-dock .promo-dock-close{
    margin-top: 6px;
    width: 100%;
    border: 1px solid #d0d0d0;
    background: #fafafa;
    color: #555;
    border-radius: 6px;
    padding: 4px 0;
    font-size: 14px;
    line-height: 1;
    font-weight: 700;
    cursor: pointer;
}
