@font-face {
    font-family: 'Ferrari';
    src: url('./fonts/Ferrari-SansLight.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'Ferrari';
    src: url('./fonts/Ferrari-SansRegular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Ferrari';
    src: url('./fonts/Ferrari-SansMedium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'Ferrari';
    src: url('./fonts/Ferrari-SansBold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}
body {
    width: 100%;
    margin: 0 auto;
    font-family: Arial, sans-serif;
    background: #D0D0D0;
    color: #fff;
    overflow-x: hidden;
    overflow-y: scroll;
    scroll-snap-type: y mandatory;
    
}
body.qualify_cover {
    width: 100%;
    margin: 0 auto;
    font-family: Arial, sans-serif;
    background: #fff;
    color: #fff;
    overflow-x: hidden;
}
header {
    width: 100%;
    height: 44px;
    background: #181818;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 700;
    display: flex;
    justify-content: center;
    align-items: center;
}
header::before{
    content: '';
    position: absolute;
    width: 100%;
    height: 70px;
    top: 40px;
    left: 0;
    background-image: linear-gradient(to top, rgba(29, 29, 29, 0), rgba(24, 24, 24, 0.35) 50%, rgba(24, 24, 24, 1));
}
.header-link svg {
    height: 28px;
    fill: #ffffff;
}
.sns-share{
    position: fixed;
    right: 20px;
    top: 15px;
    height: 40px;
    width: 40px;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 700;
    cursor: pointer;
}
.Icon__over-circle {
    position: absolute;
    top: 0;
    left: 0;
    height: 40px;
    width: 40px;
    z-index: -1;
}
.sns-share svg{
    fill: #fff;
}
.sns-share .Icon__over-circle svg {
    fill: transparent;
    transform: rotate(-90deg);
}
.white-circle-wrap{
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
.sns-share .red-circle-wrap circle {
    stroke-dasharray: 70; 
    stroke-dashoffset: 70;
    stroke: #da291c;
    stroke-width: 1.5px;
    fill: none;
    transition: stroke-dashoffset 0.7s cubic-bezier(0.4,0,0.2,1);
    width: 40px;
    height: 40px;
}
@media screen and (min-width: 768px) {
    .sns-share:hover .red-circle-wrap circle {
        stroke-dashoffset: 0;
    }
}
@media screen and (max-width: 767px) {
    .sns-share.Share__fixed .red-circle-wrap circle {
        stroke-dashoffset: 0;
    }
}
.BtnAction__icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}
.Share__popup{
    position: fixed;
    z-index: 700;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
    z-index: -1;
}
.Share__fixed .Share__popup{
    z-index: 1;
    height: 100%;
}
.Share__fixed .Share__background{
    position: absolute;
    opacity: 1;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
    background-image: radial-gradient(circle at 88% 18%, #000000, black 14%, rgba(0, 0, 0, 0));
}
.Share__content{
    max-width: inherit;
    width: 100vw;
    margin: 0 auto;
    text-align: right;
    top: 17.1875px;
    right: 16px;
}
.Share__fixed .Share__content{
    position: relative;
    z-index: 2;
}
.Share__toggle{
    opacity: 0;
    width: 40px;
    height: 40px;
    position: relative;
    flex: 0 0 auto;
    margin: 0;
    outline: none;
    color: #fff;
}
.Share__fixed .Share__toggle{
    opacity: 1;
    display: inline-block;
}
.BtnAction__wrapper{
    position: absolute;
    top: 0;
    right: 0;
    appearance: none;
    padding: 0;
    margin: 0;
    outline: 0;
    border: 0;
    background: transparent;
    color: unset;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    text-decoration: none;
}
.Share__fixed .BtnAction__text{
    color: #fff;
    display: flex;
    align-items: center;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 1px;
    font-size: 12px;
    line-height: 1.27em;
    text-transform: uppercase;
    text-transform: uppercase;
    margin-right: 8px;
    display: inline-flex;
    align-items: center;
    writing-mode: vertical-rl;
}
.Share__fixed .BtnAction__icon{
    display: inline-flex;
    border-radius: 100%;
}
.Share__fixed .Icon__icon--border{
    appearance: none;
    padding: 0;
    margin: 0;
    outline: 0;
    border: 0;
    display: inline-flex;
    align-items: center;
    height: 40px;
    width: 40px;
    justify-content: center;
    position: relative;
    background: transparent;
}
.Icon__icon__over-circle {
    display: inline-flex;
    position: absolute;
    top: 0;
    left: 0;
    transform: rotate(-90deg);
}
.sns-share .Icon__icon-red-circle-wrap circle {
    stroke-dasharray: 70; 
    stroke-dashoffset: 70;
    stroke: #da291c;
    stroke-width: 1.5px;
    fill: none;
    transition: stroke-dashoffset 0.7s cubic-bezier(0.4,0,0.2,1);
    width: 40px;
    height: 40px;
}
@media screen and (min-width: 768px) {
    .Icon__icon--border:hover .Icon__icon-red-circle-wrap circle {
        stroke-dashoffset: 0;
    }
}
@media screen and (max-width: 767px) {
    .sns-share.Share__fixed .Icon__icon--border .Icon__icon-red-circle-wrap circle {
        stroke-dashoffset: 0;
    }
}
.Icon__icon-white-circle-wrap{
    position: absolute;
    top: 0;
    left: 0;
    height: 40px;
    width: 40px;
    z-index: -1;
}
.Share__fixed .icon-close {
    fill: #fff;
    position: absolute;
}
.Share__list{
    list-style: none;
    z-index: 1;
    margin: 0;
    padding: 0;
}
.Share__item{
    list-style: none;
    opacity: 0;
    transform: translateY(30px);
    max-height: 0;
    overflow: hidden;
}
.Share__fixed .Share__item {
    max-height: 100%;
    margin: 16px 0;
    opacity: 1;
    transform: translateY(0);
    transition: .3s;
}
.Share__fixed .Share__item:nth-child(1) {
    transition-delay: 0.05s;
}
.Share__fixed .Share__item:nth-child(2) {
    transition-delay: 0.15s;
}
.Share__fixed .Share__item:nth-child(3) {
    transition-delay: 0.25s;
}
.Share__fixed .Share__item:nth-child(4) {
    transition-delay: 0.35s;
}
.Share__fixed .Share__item.no-transition {
    transition: none;
}
.Share__item button{
    color: #fff;
    border: none;
    appearance: none;
    background: transparent;
    font-family: Ferrari;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 1px;
    font-size: 12px;
    line-height: 1.27em;
    text-transform: uppercase;
    color: #fff;
    cursor: pointer;
}
.Share__fixed .Share__item--copy svg {
    height: 16px;
    width: 16px;
    border-radius: 100%;
    background-color: #181818;
    padding: 4px;
}
.Share__fixed .Share__item--copy svg path {
    fill: #fff;
}
footer  {
    width: 100%;
    background-color: #333333;
    padding: 33px 0 88px;
    text-align: center;
}
.footer-copy{
    font-size: 12px;
    font-family: Ferrari;
    font-style: normal;
    line-height: 14px;
    color: #646464;
    letter-spacing: 0.14px;
}
.container {
    width: 100%;
    margin: 0 auto;
}
/* page-top */
.page-top-btn{
    position: fixed;
    width: 30px;
    height: 30px;
    bottom: 20px;
    right: 20px;
    border-radius: 50%;
    border: 1px solid #646464;   
}
.page-top-btn-arrow{
    position: relative;
    display: inline-block;
    width: 30px;
    height: 30px;
}
.page-top-btn-arrow::before,.page-top-btn-arrow::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 2px;
    height: 8px;
    border-radius: 9999px;
    background-color: #646464;
    transform-origin: 50% 1px;
}
.page-top-btn-arrow::before {
    transform: translate(-50%, -50%) rotate(45deg);
}
.page-top-btn-arrow::after {
    transform: translate(-50%, -50%) rotate(-45deg);
}

/* title */
.title-main {
    font-size: 26px;
    line-height: 1.23;
    font-weight: 600;
    margin: 0;
    padding: 0 0 16px;
    position: relative;
    color: #181818;
}
.title-main-en{
    font-family: Ferrari;
    font-weight: 400;
}
.title-main::before {
    content: "";
    width: 0;
    height: 1px;
    background-color: #fff;
    position: absolute;
    left: calc(100% - 118px);
    top: -24px;
    transition: .6s;
}
.title-main--bdr-yellow::before {
    background: #FFF300;
}
.title-main--bdr-red::before {
    background: #E30613;
}
.title-main--bdr-black {
    color: #181818;
}
.title-main--bdr-black::before {
    background: #000;
}
.title-main.is-view::before {
    width: 138px;
}
.title-border {
    font-size: 18px;
    line-height: 1;
    font-weight: 600;
    margin: 0;
    padding: 0 0 0 38px;
    position: relative;
    transition: .6s;
    opacity: 0;
    transform: translateY(20px);
    color: #181818;
}
.title-border.is-view {
    opacity: 1;
    transform: translateY(0);
}
.title-border::before {
    content: "";
    width: 30px;
    height: 1px;
    background-color: #181818;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

/* list */
.list-detail {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin: 0;
}
.list-detail + .list-detail{
    margin-top: 24px;
}
.list-detail dt {
    font-size: 18px;
    font-weight: 600;
    line-height: 1;
}
.list-detail dd {
    font-size: 15px;
    font-weight: 300;
    line-height: 1.615;
    margin: 0;
    padding: 0 0 0 13px;
    position: relative;
}
.list-detail dd::before {
    content: "";
    width: 4px;
    height: 4px;
    background-color: #000;
    border-radius: 50%;
    position: absolute;
    left: 2px;
    top: 7px;
}

/* btn */
.btn-main {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 55px;
    border: 1px solid #000;
    color: #000;
    font-family: Ferrari;
    font-size: 15px;
    font-weight: 400;
    text-decoration: none;
    text-align: center
}

/* snap */
.container__inner {
    min-height: 100vh;
}
.snap-section {
    scroll-snap-align: start;
}



/* index: hero */
.hero-img {
    display: block;
    margin-top: 40px;
    position: relative;
    overflow: hidden;
}
.hero img {
    display: block;
    width: 100%;
    scale: 1.1;
    transition: 1.2s;
}
.hero-img.is-view img {
    scale: 1;
}

/* index: talent */
.talent {
    background: #000;
    padding: 13px 20px 26px;
}
.talent-catch {
    position: relative;
    padding: 0;
    margin: 15px 0 0;
    font-family: Ferrari;
    font-size: 26px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    text-align: center;
    color: #FFF;
}
.talent-message {
    margin: 25px 0 0;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: 1;
    text-align: center;
    color: #FFF;
    text-decoration: underline;
    text-underline-offset: 6px;
}
.talent-ttl {
    margin: 65px 0 0;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    color: #FFF;
}
.talent-parag{
    margin: 8px 0 0;
    font-size: 15px;
    font-style: normal;
    font-weight: 300;
    line-height: 24px;
    color: #FFF;
}
.btn-main.talent-btn{
    margin-top: 26px;
    min-height: 55px;
    border: 1px solid #FFF;
    color: #FFF;
    font-family: Ferrari;
    font-size: 15px;
    font-weight: 400;
    text-decoration: none;
}

/* index: quote */
.quote {
    background: #333333;
    padding: 44px 0 40px;
    margin: 0;
}
.quote .quote-message {
    padding: 0 20px;
    margin: 0 0 28px;
    color: #FFF;
    font-size: 19px;
    font-style: normal;
    font-weight: 600;
    line-height: 29px;
}
.quote-img {
    display: flex;
    padding: 0;
    justify-content: space-between;
    padding-right: 20px;
}
.quote-img__photo {
    width: 148px;
}
.quote-img__photo img {
    display: block;
    width: 100%;
}
.quote-img__text {
    text-align: right;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
    margin: 0;
}

/* index: txt-area */
.txt-area {
    color: #181818;
    background: #EEEEEE;
}
.txt-area__head {
    padding: 73px 20px 24px;
}
.txt-area__head--pdb-s{
    padding-bottom: 0;
}
.txt-area__body {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 0 20px 48px 40px;
    transition: .6s;
    opacity: 0;
    transform: translateY(40px);
}
.txt-area__body.is-view {
    opacity: 1;
    transform: translateY(0);
}
.txt-area__body h3 {
    margin: 0;
    padding: 0;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.615;
    color: #181818;
}
.txt-area__body p {
    margin: 0;
    padding: 0;
    font-size: 15px;
    font-style: normal;
    font-weight: 300;
    line-height: 1.615;
    color: #181818;
}
.txt-area__img {
    display: block;
    width: 100%;
    overflow: hidden;
}
.txt-area__img img {
    display: block;
    width: 100%;
    scale: 1.1;
    transition: 1.2s;
}
.txt-area__img.is-view img {
    scale: 1;
}
.txt-area__body--foot {
    margin-top: 47px;
    padding-bottom: 32px;
}

/* index: qualify */
.qualify {
    padding: 0 0 60px;
    color: #181818;
    background: #E7E7E7;
}
.qualify__head {
    padding: 73px 20px 0;
}
.qualify__head p {
    font-size: 15px;
    font-weight: 600;
    line-height: 1.625;
    margin: 0 0 4px;
    padding: 0 0 0 20px;
}
.qualify__head p.note {
    font-size: 15px;
    font-weight: 300;
    line-height: 1.615;
    margin: 0;
}
.qualify__img {
    display: block;
    width: 100%;
    margin: 0 0 34px;
}
.qualify__img img {
    display: block;
    width: 100%;
}
.qualify__body {
    padding: 32px 30px 48px;
    opacity: 0;
    transform: translateY(40px);
    transition: .6s;
}
.qualify__body.is-view {
    opacity: 1;
    transform: translateY(0);
}
.qualify__body .title-border{
    margin-bottom: 24px;
}
.qualify__foot {
    padding: 0 26px;
}

/* .section h2 {
    font-size: 1.5rem;
    margin-bottom: 10px;
} */
/* .section p {
    font-size: 1rem;
    line-height: 1.6;
} */

.link_btn_area {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
}
.link_btn {
    width: 192px;
    height: 55px;
    background-color: #000;
    color: #FFF;
    border: 1px solid #FFF;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    font-weight: 400;
    font-family: 'ferrari';
    text-decoration: none;
    transition: background-color 0.3s, opacity 0.3s;
    cursor: pointer;
}

.fixed-contents {
    display: none;
}

/* qualify */
.fixed-contents-qualify {
    display: none;
}
.qualify-body {
    display: flex;
    flex-direction: column;
    gap: 40px;
}
.qualify-body p{
    font-size: 15px;
}
.qualify-ttl {
    box-sizing: border-box;
    height: 50vh;
    padding: 40px 20px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background: url(./img/bg_sp_gray.svg) no-repeat center center;
    background-size: cover;
}
.qualify-ttl img{
    width: 195px;
}
.qualify-body {
    height: 50vh;
    background: #171717;
    padding: 64px 30px 20px;
}

/* media query */
@media screen and (min-width: 768px) {
    body {
        background-color: #FFF;
    }
    header::before{
        height: 88px;
        background-image: linear-gradient(to top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.35) 50%, rgba(0, 0, 0, 0.7));
    }
    .sns-share{
        top: 66px;
    }
    .Share__content{
        top: 66px;
    }
    .pc_shadow{
        position: fixed;
        width: 100%;
        height: calc(40px + 88px);
        top: 0;
        left: 0;
        border-bottom: solid 2px rgba(255, 255, 255, 0.5);
        z-index: 500;
    }
    footer {
        position: fixed;
        bottom: 0;
        left: 0;
        z-index: 600;
        padding: 33px 0;
        background-color: #000;
    }
    .container {
        position: relative;
        z-index: 600;
        max-width: 1472px;
        margin: 0 auto;
        box-sizing: border-box;
    }
    .container-top {
        max-width: 1125px;
    }
    .container::before {
        content: '';
        position: fixed;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background: url(./img/bg_pc.svg) no-repeat left bottom;
        background-size: cover;
        z-index: 100;
    }
    .container-top:after {
        content: '';
        position: fixed;
        width: 100%;
        height: 25vw;
        bottom: 0;
        left: 0;
        z-index: 100;
    }
    .container--gray::before {
        background-image: url(./img/bg_pc_gray.svg);
    }
    .container__inner {
        position: relative;
        z-index: 600;
        width: 375px;
        margin: 0 0 0 auto;
        background: #000;
        box-shadow: 0px 0px 11px 5px rgba(0, 0, 0, 0.25);
    }
    .fixed-contents {
        display: block;
        position: fixed;
        top: 25%;
        bottom: 0;
        left: 0;
        width: 100%;
        z-index: 400;
    }
    .fixed-contents__inner {
        margin: 0 0 81px;
        width: calc( 100% - (100% - 1125px) / 2 - 375px );
        max-width: calc( 100% - 375px);
        box-sizing: border-box;
        padding: 0 53px;
    }
    .fixed-contents__photo_wrap {
        position: absolute;
        top: 260px;
        bottom: 0;
        width: 100%;
        background: #333;
    }
    .fixed-contents__photo {
        display: block;
        width: 100%;
        height: 320px;
        background: url(./img/bg_pc_photo.png) no-repeat center center;
        background-size: cover;
    }
    .fixed-contents__title {
        color: #000;
        text-align: center;
        font-family: Ferrari;
        font-size: 22px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        margin: 0 0 32px;
        padding: 0;
    }
    .fixed-contents__text {
        color: #000;
        text-align: center;
        font-size: 15px;
        font-weight: 300;
        line-height: 1.615;
        margin: 0;
        padding: 0;
    }
    .fixed-contents-qualify {
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 400;
    }
    .fixed-contents-qualify__inner {
        height: 100%;
        width: calc( 100% - (100% - 1472px) / 2 - 562px );
        max-width: calc( 100% - 562px);
        min-width: 50%;
        box-sizing: border-box;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .fixed-contents-qualify__inner img {
        width: 280px;
        height: auto;
        max-width: 50%;
    }
    .container-qualify {
        position: relative;
        z-index: 600;
        height: 100vh;
        width: 562px;
        max-width: 50%;
        margin: 0 0 0 auto;
        background: #171717;
        box-shadow: 0px 0px 11px 5px rgba(0, 0, 0, 0.25);
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .container-qualify__inner {
        max-width: 315px;
    }
    .qualify{
        padding-bottom: 120px;
    }
    .qualify-ttl {
        display: none;
    }
    .qualify-body{
        padding: 0;
        margin: 0;
        gap: 0;
    }
    .qualify-body p{
        padding: 0;
    }
    .container-question {
        position: relative;
        z-index: 600;
        min-height: 100vh;
        width: 562px;
        max-width: 50%;
        margin: 0 0 0 auto;
        background: #171717;
        box-shadow: 0px 0px 11px 5px rgba(0, 0, 0, 0.25);
    }
}

@media screen and (max-width: 1024px) {
    .fixed-contents {
        top: 20%;
    }
    .fixed-contents__photo_wrap {
        top: 300px;
    }
}

@media screen and (max-width: 900px) {
    .fixed-contents {
        top: 15%;
    }
    .fixed-contents__photo_wrap {
        top: 350px;
    }
}

/* QUESTIONS */
body.question {
    width: 100%;
    margin: 0 auto;
    background: #fff;
    color: #fff;
    overflow-x: hidden;
}

.container-question__inner {
    width: 100%;
    padding: 68px 20px 120px;
    box-sizing: border-box;
    min-height: 100vh;
}
.question_header {
    width: 100%;
}
.question_header img {
    position: static;
    top: 0;
}
.indicator-container {
    margin: 16px 0 0;
    width: 100%;
    height: 2px;
    display: flex;
    gap: 4px; /* インジケーター間の余白 */
}

.indicator {
    flex: 1;
    height: 2px;
    background-color: #4f4f4f; /* 非アクティブ */
}

.indicator.active {
    background-color: #FFF; /* アクティブ */
}
.question .container {
    width: 100%;
    margin: 0 auto;
    background-color: #171717;
}
.question-head {
    margin-bottom: 40px;
}
.question-head__title {
    color: #FFF;
    text-align: left;
    font-family: Ferrari;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px;
    margin: 0;
}
.question_body {
    margin: 0 auto;
    background-color: #fff;
    color: #181818;
    border-radius: 5px; /* 角丸 */
    position: relative;
    border-left: 5px solid #E7E7E7; /* 左側のライン */
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); /* 少しの影で立体感 */
}
.question_text {
    margin: 0 auto;
    font-size: 18px;
    padding: 40px 24px 48px;
}
.question_text p {
    color: #000;
    font-size: 15px;
    font-weight: 300;
    line-height: 23px;
    margin: 0 0 32px;
    padding: 0;
}
.question_sub-title {
    padding: 0;
    margin: 0 0 24px;
    font-family: 'Ferrari';
    font-weight: 400;
}
.question_text .question_sentence {
    color: #181818;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
}
.question_body_privacy{
    border-radius: 0;
}
.question_text_privacy {
    margin-top: 33px;
    padding: 20px 24px 30px;
    background-color: #E7E7E7;
}
.question_text_privacy p {
    color: #000;
    font-size: 15px;
    margin: 0;
}
.link_btn_form {
    width: 100%;
    height: 55px;
    background-color: #000;
    color: #FFF;
    border: 1px solid #FFF;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    font-weight: 400;
    font-family: 'ferrari';
    text-decoration: none;
    transition: background-color 0.3s, opacity 0.3s;
    cursor: pointer;
}
.radio-group {
    display: flex;
    flex-direction: column;
    gap: 16px;
}
input[type="radio"] {
    vertical-align: top;
    margin-right: 10px;
}
.radio-item span {
    position: relative;
}
.radio-item span {
    position: relative;
    padding: 0 0 0 26px;
    cursor: pointer;
    display:  block;
}
.radio-item span::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border: 2px solid #000;
    background-color: #fff;
}
.radio-item span::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 12px;
    height: 12px;
    left: 5px;
    border-radius: 50%;
    background-color: #000;
    opacity: 0;
}
.radio-item input[type="radio"]:checked + span::after {
    opacity: 1;
}


.radio-item input[type="radio"] {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0; /* ラジオボタンを非表示に */
    cursor: pointer; /* カーソルをポインターに */
}

.radio-item span {
    display: inline-block;
    line-height: 1.6;
    text-align: left;
    word-break: break-word;
}


.form-group {
    margin-bottom: 16px;
}

.form-group label {
    display: inline-block;
    margin-bottom: 5px;
    font-size: 15px;
    font-weight: 400;
    line-height: 15px;
    letter-spacing: -0.2px;
}

.form-group input,
.form-group select {
    width: 100%;
    padding: 8px;
    border: 1px solid #000;
    font-size: 18px;
    box-sizing: border-box;
    background: #fff;
}
.form-group textarea {
    width: 100%;
    min-height: 100px;
    padding: 8px;
    border: 1px solid #000;
    font-size: 18px;
    box-sizing: border-box;
    background: #fff;
}
.form-group .input-date-group {
    display: flex;
}
.form-group .input-date-item {
    display: flex; align-items: end;
}
.form-group .input-date-label {
    padding: 0 8px;
}
.form-radio-wrap {
    margin-right: 1em;
}
.form-radio-wrap .form-radio-input {
    width: auto;
    padding: 0;
    margin: 0 0.5em 0 0;
}
.form-radio-wrap .form-radio-input,
.form-radio-wrap .form-radio-label {
    vertical-align: middle;
}
.error_txt {
    color: #F00;
    font-size: 15px;
    font-weight: 400;
    line-height: 15px;
    letter-spacing: -0.2px;
}

.terms {
    padding: 15px 23px;
    margin: 30px 0;
    background: #e7e7e7;
    color: #000;
    font-size: 13px;
}

.terms-text {
    margin: 0;
    font-size: 15px;
}

/* js */
#js-pagetop{
    transition: opacity 0.3s;
    display: none; opacity: 0;
}
.js-fadeIn_left img{
    opacity: 0;
    transform: translate(-30%, 0);
    transition: 0.5s;
}
.fadeIn_left img{
    opacity: 1;
    transform: translate(0, 0);
}

@keyframes loading {
    0% { opacity: 0; }
    30% { opacity: 1; }
    60% { opacity: 1; }
    90% { opacity: 0; }
    100% { opacity: 0; }
}

.loading {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    z-index: 999;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: opacity 0.3s;
}

.loading-logo {
    opacity: 0;
    width: 68px;
}

.is-loading .loading {
    opacity: 1;
    transition: none;
}

.is-loading .loading-logo {
    animation: loading 1.2s linear;
}
