@import url('https://fonts.googleapis.com/css2?family=Zen+Old+Mincho&display=swap');

.l-header.fixed {
    z-index: 999;
}

.l-section-question .text-loop {
    font-family: Outfit;
    font-weight: 700;
    font-size: 11rem;
    line-height: 11rem;
    letter-spacing: 0.55rem;
    width: max-content;
    animation: scroll 100s linear infinite;
    will-change: transform;
    font-family: Outfit, sans-serif;
    position: absolute;
    bottom: -35px;
    left: 0%;
    right: 0%;
    z-index: -1;
    color: #94999D14;
}

.l-question-wrapper {
    /* height: 756px; */
    height: 710px;
    overflow-y: auto;
    scroll-behavior: smooth;
    padding: 2rem;
    box-sizing: border-box;
    scrollbar-width: none;
    -ms-overflow-style: none;
    margin-bottom: 10px;
    position: relative;
    z-index: 9;
    overscroll-behavior: contain;
}

.l-question-wrapper::-webkit-scrollbar {
    display: none;
    /* Chrome, Safari */
}

.menu-fixed {
    position: fixed;
    bottom: 24px;
    right: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

.menu-fixed ul {
    border-radius: 16px;
    border: 1px solid #272222;
    margin: 0px 2px;
    background: rgba(255, 255, 255, 0.6);
    border: 1px solid #272222;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}

.menu-fixed ul li {
    display: inline-block;
}

.menu-fixed ul li a {
    color: #222222;
    display: block;
    font-family: Noto Sans JP;
    font-weight: 500;
    font-size: 0.75rem;
    line-height: 0.75rem;
    letter-spacing: 0.06rem;
    padding: 24px 22px;
}

.menu-fixed  ul li:first-child a {
    padding-left: 30px;
}

.menu-fixed a.active:before {
    content: '';
    display: inline-block;
    width: 4px;
    height: 4px;
    background-color: #222222;
    border-radius: 50%;
    margin-right: 8px;
    vertical-align: middle;
}

.l-wrapper3 {
    max-width: 100%;
    margin: 0px 8%;
}

.mb {
    display: none !important;
}

.mb-flex {
    display: none !important;
}

.l-section {
    position: relative;
    padding: 80px 8% 0 0;

}

.c-membervisual {
    height: 428px;
    padding: 0;
    position: static;
    position: relative;
    background-color: rgba(217, 217, 217, 1);
}

.c-membervisual__float-text {
    top: 50%;
    left: auto;
    right: -69px;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.2rem;
    letter-spacing: 0.2rem;
    font-family: Outfit, sans-serif;
}

.c-membervisual img {
    display: block;
    max-width: 324px;
    position: absolute;
    right: 0;
    bottom: 0;
}

.c-membervisual__text-box {
    position: absolute;
    left: 9%;
    bottom: -28px;
}

.c-membervisual__text-box h1 {
    font-weight: 700;
    font-size: 2.5rem;
    line-height: 3.8rem;
    text-align: right;
    vertical-align: middle;
    color: #FFFFFF;
    background-color: rgba(34, 34, 34, 1);
    display: inline;
}

.c-membervisual__description {
    margin-top: 35px;
    border-left: 4px solid rgba(0, 0, 0, 1);
    border-top-right-radius: 24px;
    border-left-width: 4px;
    padding-top: 40px;
    padding-right: 56px;
    padding-bottom: 40px;
    padding-left: 56px;
    gap: 40px;
    background-color: rgba(255, 255, 255, 1);
    display: flex;
}

.c-membervisual__description p {
    font-weight: 700;
    font-size: 0.875rem;
    line-height: 1.4rem;
    letter-spacing: 1.4px;
    vertical-align: middle;
    margin-bottom: 16px;
}

.c-membervisual__description-left .c-description__text1 {
    font-size: 1rem;
    margin-bottom: 25px;
}

.c-membervisual__description-left .mb-22 {
    margin-bottom: 22px;
}

.c-membervisual__description-right p:last-child,
.c-membervisual__description-left p:last-child {
    margin-bottom: 16px;
}

.c-membervisual__description-left h2 {
    font-weight: 700;
    font-size: 1.75rem;
    line-height: 1.4rem;
    letter-spacing: 0.05rem;
    margin-bottom: 25px;
}

.c-membervisual__description-left h2 span {
    font-weight: 500;
    vertical-align: middle;
    font-size: 0.75rem;
    line-height: 1.8rem;
    letter-spacing: 0.225rem;
    color: rgba(143, 143, 143, 1);
    font-family: Outfit, sans-serif;
}

.l-section2 .l-content {
    max-width: 755px;
    margin: auto;
}

.l-section2 .p-detail__wrap {
    display: flex;
    gap: 64px;
}



.p-detail__wrap p {
    font-weight: 500;
    font-size: 0.875rem;
    line-height: 200%;
    letter-spacing: 2px;
    font-family: Noto Sans JP;
}

.p-detail__left {
    display: flex;
    align-items: start;
}

.p-detail__right {
    margin-top: 22px;
}

.p-detail__left p {
    margin-right: 15px;
    font-weight: 700;
    font-size: 1.75rem;
    line-height: 1.4rem;
    letter-spacing: 11px;
    writing-mode: vertical-rl;
    text-align: center;
    writing-mode: vertical-rl;
    text-orientation: upright;
}

.text-underground {
    font-weight: 700;
    font-size: 11rem;
    line-height: 11rem;
    letter-spacing: 0.55rem;
    color: rgba(148, 153, 157, 0.08);
    width: max-content;
    animation: scroll 80s linear infinite;
    will-change: transform;
    font-family: Outfit, sans-serif;
    position: absolute;
    bottom: 0;
    left: 0%;
    right: 0%;
}


@keyframes scroll {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }
}

@media (prefers-reduced-motion: reduce) {
    .ticker .track {
        animation: none;
    }
}

.l-section2 {
    position: relative;
    padding-bottom: 140px;
}

.l-section-text {
    background-image: url(../img/member/bg-l-content-3.png);
    background-size: auto;
    background-repeat: no-repeat;
    background-position: 98% 60%;
    background-size: 240px;
    margin-top: -20px;
}

.l-section-text h2 {
    font-weight: 700;
    font-size: 1.5rem;
    line-height: 2rem;
    letter-spacing: 2px;
    color: rgba(34, 34, 34, 1);
    margin-bottom: 40px;
    font-family: Noto Sans JP;
}

.l-section-text p {
    font-weight: 500;
    font-size: 0.875rem;
    line-height: 1.75rem;
    letter-spacing: 0.07rem;
    font-family: Noto Sans JP;
}

.l-section-text .l-content {
    max-width: 900px;
    margin: auto;
    margin-bottom: 120px;
}

.l-section-question {
    margin-bottom: 120px;
}

.l-section-question .l-section-head {
    font-weight: 500;
    font-size: 1.125rem;
    line-height: 1.69rem;
    letter-spacing: 0.06rem;
    color: rgba(34, 34, 34, 1);
    border-top: 1px solid rgba(34, 34, 34, 1);
    border-bottom: 1px solid rgba(34, 34, 34, 1);
    padding: 7px 0px;
    padding-left: 8%;
    font-family: Outfit, sans-serif;
}

.l-section-question h2 {
    font-weight: 700;
    font-size: 1.375rem;
    line-height: 2.48rem;
    letter-spacing: 0.11rem;
    text-align: center;
    color: rgba(0, 0, 0, 1);
    margin-top: 36px;
    margin-bottom: 40px;
    font-family: Noto Sans JP;
}

.l-question-item {
    display: flex;
    gap: 24px;
    margin-bottom: 32px;
    align-items: center;
}

.l-question-item img,
.l-question-item svg {
    width: 80px;
    height: 80px;
}

.l-question-item .content {
    border-top-left-radius: 24px;
    border-top-right-radius: 24px;
    border-bottom-right-radius: 24px;
    padding-top: 40px;
    padding-right: 32px;
    padding-bottom: 40px;
    padding-left: 32px;
    background-color: #393939;
    color: #fff;
    font-family: Noto Sans JP;
}

.l-question-content {
    max-width: 880px;
    margin: auto;
}

.l-question-content {
    font-weight: 600;
    font-size: 0.9375rem;
    line-height: 1.875rem;
    letter-spacing: 0.075rem;

}

.l-question-content.l--reverse .l-question-item {
    flex-direction: row-reverse;
}

.l-question-content.l--reverse .l-question-item .content {
    color: rgba(34, 34, 34, 1);
    background-color: transparent;
    border: 1px solid rgba(34, 34, 34, 1);
    border-top-left-radius: 24px;
    border-top-right-radius: 24px;
    border-bottom-left-radius: 24px;
    border-bottom-right-radius: 0px;
    padding-top: 40px;
    padding-right: 32px;
    padding-bottom: 40px;
    padding-left: 32px;
    border-width: 1px;
    background-color: #fff;
    ;
}

.l-text-left,
.l-text-right {
    font-size: 7.5rem;
    line-height: 7.5rem;
    writing-mode: vertical-rl;
    text-orientation: upright;
    letter-spacing: 0.18rem;
    position: absolute;
    left: 0;
    top: 0;
    white-space: nowrap;
    top: 120px;
    color: transparent;
    -webkit-text-stroke: 1px rgba(34, 34, 34, 1);
    font-family: "Zen Old Mincho", serif;
}

.l-text-right {
    left: auto;
    right: 0;
    top: 70px;
}

.l-section-question {
    position: relative;
    min-height: 812px;
}

.l-section-question .readmore {
    font-family: Outfit, sans-serif;
    font-weight: 500;
    font-size: 1rem;
    line-height: 1rem;
    letter-spacing: 0rem;
    color: #3B3B3B;
    position: relative;
    z-index: 99999;
}

.readmore-wrap {
    text-align: right;
    margin-right: 176px;
}

.l-private-question .bg-private-question {
    position: absolute;
    left: 0;
    top: 0;
    width: 136px;
    height: auto;
}

.bg-private-question.bg-1 {
    left: 22%;
    top: 16%;
}

.bg-private-question.bg-2 {
    left: 36.8%;
    top: 70%;
}

.bg-private-question.bg-3 {
    top: 2%;
    left: 60%;
}

.bg-private-question.bg-4 {
    left: 83%;
    top: 75%;
}

.l-private-question p {
    font-weight: 400;
    font-size: 2rem;
    line-height: 3.2rem;
    letter-spacing: 1.2rem;
    color: rgba(255, 255, 255, 1);
    cursor: pointer;
    font-family: Noto Sans JP;
    transition: all 0.3s ease;
}

.l-private-question p:hover {
    opacity: 0.4;
    transition: all 0.3s ease;
}

.l-private-question {
    background-color: rgba(52, 59, 76, 1);
    border-radius: 16px;
    margin: 0px 16px;

}

.l-private-question-content {
    position: relative;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    min-height: 550px;
}

.l-private-question-content .top-left,
.l-private-question-content .top-right,
.l-private-question-content .bottom-left,
.l-private-question-content .bottom-right {
    position: absolute;
}

.l-private-question-content .top-left span,
.l-private-question-content .top-right span,
.l-private-question-content .bottom-left span,
.l-private-question-content .bottom-right span {
    position: relative;
    left: -35px;
}

.l-private-question-content .top-left {
    top: 32px;
    left: 32px;
}

.l-private-question-content .top-right {
    top: 32px;
    right: 32px;
}

.l-private-question-content .bottom-left {
    bottom: 32px;
    left: 32px;
}

.l-private-question-content .bottom-right {
    bottom: 32px;
    right: 32px;
}

.l-private-question-content .text-loop {
    top: 40%;
    position: absolute;
    transform: translateY(-50%);
}

.l-welfare-section .img-bottom {
    text-align: right;
    margin-top: 30px;
}

.l-welfare-section .img-bottom img {
    text-align: right;
    max-width: 300px;
}

.l-private-question-content .text-loop {
    font-weight: 300;
    font-size: 9rem;
    line-height: 9rem;
    letter-spacing: 0.45rem;
    color: rgba(148, 153, 157, 0.08);
    width: max-content;
    animation: scroll 140s linear infinite;
    will-change: transform;
    top: 40%;
    left: 0;
    right: 0;
    position: absolute;
}

.l-private-question-content {
    display: flex;
    justify-content: center;
    align-items: center;
}

.l-private-question-content .content-center img {
    max-width: 244px;
}

.l-private-question p svg {
    width: 24px;
    height: 24px;
    vertical-align: middle;
    display: inline-block;
}

.content-center {
    display: flex;
    justify-content: center;
    align-items: start;
    position: relative;
    z-index: 9;
}

.content-center p {
    writing-mode: vertical-rl;
    text-orientation: upright;
}

.l-messages {
    padding: 100px 0px 120px;
}

.l-messages h2 {
    font-weight: 600;
    font-size: 7.5rem;
    line-height: 7.5rem;
    letter-spacing: 0.38rem;
    color: rgba(59, 59, 59, 1);
    font-family: Outfit, sans-serif;
    margin-bottom: 35px;
}

.l-message-content {
    margin: 0px 8%;
    align-items: start;
}

.l-message-content-left p {
    font-weight: 700;
    font-size: 1.25rem;
    line-height: 2.5rem;
    letter-spacing: 0.1rem;
    color: rgba(34, 34, 34, 1);
    font-family: Noto Sans JP;
    white-space: nowrap;

}

.l-message-content-right p {
    font-family: Noto Sans JP;
    font-weight: 500;
    font-size: 0.875rem;
    line-height: 2.8rem;
    letter-spacing: 0.07rem;
    color: rgba(34, 34, 34, 1);
}

.l-message-content {
    display: flex;
    gap: 110px;
}

.l-message-content-left {
    display: flex;
    align-items: center;
}

.l-message-content-left img {
    width: 160px;
    margin-right: 118px;
}

.l-message-content-right {
    width: 469px;
    margin-top: 35px;
}

.l-card-content {
    margin: 0px 8%;
}

.l-card-content-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.l-card-content-head-right span,
.l-card-content-head-left span {
    font-weight: 500;
    font-size: 0.75rem;
    line-height: 1.2rem;
    letter-spacing: 0.23rem;
    font-family: Outfit, sans-serif;
    color: rgba(143, 143, 143, 1);
}

.l-card-content-head-left h2 {
    font-family: Noto Sans JP;
    font-weight: 700;
    font-size: 2.5rem;
    line-height: 4rem;
    letter-spacing: 0.2rem;
    vertical-align: middle;
    margin-top: 25px;
}

.l-card-content-head-right p {
    font-family: Noto Sans JP;
    font-weight: 500;
    font-size: 0.875rem;
    line-height: 1.4rem;
    letter-spacing: 0.09rem;
}

.l-card-content-head-right-inner {
    color: rgba(0, 0, 0, 1);
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 1);
    border-radius: 24px;
    padding: 16px 24px;
    width: 538px;
    position: relative;
}

.l-card-content-head-right-inner:before {
    content: '';
    width: 1px;
    height: 24px;
    opacity: 1;
    border-width: 1px;
    background-color: rgba(0, 0, 0, 1);
    position: absolute;
    left: 50%;
    bottom: -16px;
    transform: translateX(-50%);
}

.l-card-content-head-right span {
    color: #fff;
    margin-bottom: 10px;
    display: inline-block;
    background-color: rgba(34, 34, 34, 1);
    border-radius: 2px;
    font-family: Noto Sans JP;
    padding: 2px 9px 0px;
}

.l-card-content-head-right p {
    font-family: Noto Sans JP;
    font-weight: 500;
    font-size: 0.875rem;
    line-height: 1.4rem;
    letter-spacing: 0.09rem;
}

.l-card-content-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    margin-top: 30px;
}

.l-card-item h3 a {
    font-family: Noto Sans JP;
    font-weight: 700;
    font-size: 1.125rem;
    line-height: 1.58rem;
    letter-spacing: 0.08rem;
    vertical-align: middle;
    color: rgba(34, 34, 34, 1);
    margin-bottom: 10px;
    display: block;
    transition: all 0.3s ease;
}

.l-card-item h3 a:hover {
    opacity: 0.4;
    transition: all 0.3s ease;
}

.l-card-item h3 p {
    font-family: Noto Sans JP;
    font-weight: 700;
    font-size: 18px;
    line-height: 140%;
    letter-spacing: 7%;
    vertical-align: middle;
}

.l-card-img a {
    display: block;
    text-align: center;
    margin-bottom: 15px;
    background-color: #fff;
    border-radius: 16px;
}

.l-card-img img {
    height: 144px;
    margin: auto;
    width: auto;
}

.l-card-info {
    padding: 0px 8px;
}

.l-card-info p {
    font-family: Noto Sans JP;
    font-weight: 500;
    font-size: 0.75rem;
    line-height: 1.05rem;
    letter-spacing: 0.04rem;
    vertical-align: middle;
    color: rgba(34, 34, 34, 1);
}

.l-card-section {
    padding: 120px 0px;
    background-color: rgba(245, 249, 249, 1);
}

.jp-vertical {
    writing-mode: vertical-rl;
    text-orientation: upright;
    font-family: YuGothic;
    font-weight: 700;
    font-size: 96px;
    line-height: 1;
    letter-spacing: .05em;
}

.l-welfare-head {
    display: flex;
    justify-content: space-between;
    align-items: end;
    margin-bottom: 30px;
}

.l-welfare-head-left h2 {
    font-weight: 700;
    font-size: 1.5rem;
    line-height: 2.4rem;
    letter-spacing: 0.08rem;
    margin-bottom: 24px;
    font-family: Noto Sans JP;
}

.l-welfare-head-left p {
    font-weight: 500;
    font-size: 1rem;
    line-height: 1.6rem;
    letter-spacing: 0.1rem;
    font-family: Noto Sans JP;
}

.l-welfare-head-right {
    display: flex;
    align-items: start;
}

.l-welfare-head-right .desc {
    font-weight: 700;
    font-size: 1.125rem;
    line-height: 1.2rem;
    letter-spacing: 0.05rem;
    text-align: center;
    writing-mode: vertical-rl;
    text-orientation: upright;
    margin-top: 10px;
    margin-left: 15px;
}

.l-welfare-head-right span {
    margin-top: 96px;
}

.l-welfare-content {
    margin-left: 8%;
    margin-bottom: 50px;
}

.l-welfare-item {
    display: flex;
    gap: 15px;
    padding: 15px;
    background-color: #F5F9F9;
    border-radius: 16px;
    box-shadow: 0 0 4px rgba(220, 224, 222, 0.6);
}

.swiper-slide {
    min-width: 496px;
}

.l-welfare-item img {
    width: 220px;
    height: 165px;
    opacity: 1;
    border-radius: 16px;
    object-fit: cover;
    object-position: center center;
}

.l-welfare-item h3 a {
    display: block;
    font-weight: 700;
    font-size: 1.125rem;
    line-height: 1.58rem;
    letter-spacing: 0.08rem;
    color: rgba(34, 34, 34, 1);
    border-bottom: 1px dashed rgba(190, 192, 208, 1);
    padding: 15px 0px;
    margin-bottom: 20px;
    font-family: Noto Sans JP;
}

.l-welfare-item p {
    font-weight: 500;
    font-size: 0.75rem;
    line-height: 1.05rem;
    letter-spacing: 0.04rem;
    font-family: Noto Sans JP;
}

.l-welfare-section {
    padding: 120px 0px 0px;
}

.l-welfare-section .text-loop {
    font-weight: 700;
    font-family: Outfit, sans-serif;
    font-size: 7.5rem;
    line-height: 7.5rem;
    letter-spacing: 0.38rem;
    color: rgba(148, 153, 157, 0.08);
    width: max-content;
    animation: scroll 100s linear infinite;
    will-change: transform;
    font-family: Outfit, sans-serif;
}

.l-main {
    margin-bottom: 0;
}

.modal-question {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 9999;
}

.modal-question.hidden {
    display: none;
}

.modal-question-wrapper {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(52, 59, 76, 0.8);
    justify-content: center;
    align-items: center;
    z-index: 10;
    display: flex;
}

.modal-question-content {
    position: relative;
    width: 708px;
    min-height: 262px;
    opacity: 1;
    border-radius: 16px;
    background-color: rgba(255, 255, 255, 1);
    justify-content: center;
    align-items: center;
    z-index: 10;
    display: flex;
    padding: 50px 25px;
}

.modal-question-content svg {
    position: absolute;
    top: 24px;
    right: 24px;
    width: 24px;
    cursor: pointer;
}

.modal-question-content p {
    font-family: Noto Sans JP;
    font-weight: 500;
    font-size: 0.875rem;
    line-height: 1.4rem;
    letter-spacing: 0.07rem;
    color: rgba(52, 59, 76, 1);
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 1 !important;
}

.l-card-content .viewmore {
    font-family: Yu Gothic;
    font-weight: 700;
    font-size: 0.875rem;
    line-height: 1.23rem;
    letter-spacing: 0.06rem;
    vertical-align: middle;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: space-between;


    border-radius: 40px;
    padding-top: 14px;
    padding-right: 12px;
    padding-bottom: 14px;
    padding-left: 30px;
    opacity: 1;
    background-color: #191919;
    transition: all 0.3s ease;

}

.l-card-content .viewmore svg {
    width: 32px;
    height: 32px;
    margin-left: 80px;
}

.viewmore-wrap {
    text-align: center;
    margin: 40px 0 0 0;
    display: flex;
    justify-content: center;
}

.l-card-content .viewmore:hover {
    opacity: 0.4;
    transition: all 0.3s ease;
}

.viewmore-wrap{
    display: none;
}
@media screen and (max-width: 992px) {
    .viewmore-wrap{
        display: flex;
    }
    .l-private-question-content .text-loop {
        top: 16px;
        font-size: 6.5rem;
        line-height: 6.5rem;
        letter-spacing: 0.33rem;
    }

    .l-private-question-content .text-loop {
        font-size: 6.5rem;
        line-height: 6.5rem;
        letter-spacing: 0.33rem;
        top: 1%;
    }

    .l-private-question-content {
        display: block;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
    }

    .content-center {
        position: absolute;
        z-index: 9;
        right: 20px;
        top: 228px;
        left: auto;
    }

    .l-private-question-content .content-center .detail {
        min-width: 71px;
    }

    .l-private-question-content .content-center .img {
        width: 183px;
    }

    .l-private-question-content .content-center img {
        width: 183px;
        display: block;
    }

    .l-private-question-content .bottom-right {
        bottom: 105px;
        right: auto;
        left: 20px;
    }

    .l-private-question-content .bottom-left {
        bottom: 224px;
        right: 20px;
        left: auto;
    }

    .l-private-question-content .top-right {
        top: 518px;
        left: 20px;
        right: auto;
    }

    .l-private-question-content .top-left {
        top: 80px;
        left: 20px;
    }

    .l-private-question p {
        font-size: 1.375rem;
        line-height: 2.2rem;
        letter-spacing: 0.14rem;
    }

    .l-private-question-content {
        min-height: 990px;
    }

    .l-section-question {
        margin-bottom: 64px;
        min-height: 640px;
    }

    .l-question-content.l--reverse .l-question-item {
        /* padding-top: 45px; */
        position: relative;
    }

    .l-question-content.l--reverse .l-question-item svg {
        position: absolute;
        right: 0;
        top: 0;

    }

    .l-text-right {
        top: 177px;
        right: -12px;
    }

    .l-text-left {
        top: 190px;
        left: -7px;
    }

    .l-text-left,
    .l-text-right {
        font-size: 4.5rem;
        line-height: 4.5rem;
        letter-spacing: 0.23rem;
    }

    .readmore-wrap {
        display: none;
    }

    .l-question-item {
        margin-bottom: 8px;
    }

    .l-question-content.l--reverse .l-question-item .content {

        border-radius: 0px;
        border-top-left-radius: 16px;
        border-bottom-right-radius: 16px;
        border-bottom-left-radius: 16px;
        padding-top: 16px;
        padding-right: 12px;
        padding-bottom: 16px;
        padding-left: 12px;
    }

    .l-question-item .content {
        font-size: 0.8125rem;
        line-height: 1.3rem;
        letter-spacing: 0.09rem;
        border-radius: 0px;
        border-top-right-radius: 16px;
        border-bottom-right-radius: 16px;
        border-bottom-left-radius: 16px;
        padding-top: 16px;
        padding-right: 12px;
        padding-bottom: 16px;
        padding-left: 12px;

    }

    .l-question-content {
        padding: 0px 30px;
    }

    .l-question-content.l--reverse .l-question-item img {
        margin-left: calc(100% - 40px);
    }

    .l-question-item img,
    .l-question-item svg {
        width: 40px;
        height: 40px;
        margin-bottom: 4px;
    }

    .l-question-item {
        display: block;
    }

    .l-section-question h2 {
        font-size: 1rem;
        line-height: 1.8rem;
        letter-spacing: 0.11rem;
        margin-top: 35px;
        margin-bottom: 10px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .l-section-question .l-section-head {
        padding-left: 20px;
        padding-right: 20px;
    }

    .l-section-text .l-content {
        margin-bottom: 30px;
    }

    .l-content-text .img-bg {
        text-align: right;
        margin-top: 30px;
    }

    .l-content-text .img-bg img {
        width: 160px;
        display: inline-block !important;
        height: auto;
    }

    .l-section-text {
        background: none;
        margin-bottom: 120px;
    }

    .p-detail__right {
        margin-top: 18px;
    }

    .text-underground {
        font-size: 80px;
        letter-spacing: 4px;
    }

    .l-content {
        padding-left: 20px;
        padding-right: 20px;
    }

    .mb {
        display: block !important;
    }

    .mb-flex {
        display: flex !important;
    }

    .pc {
        display: none !important;
    }

    .p-detail__left p {
        font-size: 22px;
        letter-spacing: 2px;
        writing-mode: unset;
    }

    .c-membervisual img {
        display: block;
        max-width: 100%;
        height: 291px;
        width: auto;
        position: absolute;
        left: 0;
        bottom: 0;
    }

    .l-section {
        padding-right: 0;
    }

    .c-membervisual .c-membervisual__description {
        display: none;
    }

    .c-membervisual {
        height: 175px;
        margin-top: 117px;
    }

    .c-membervisual__text-box {
        position: absolute;
        left: 8%;
        bottom: 28px;
        left: auto;
        right: 0;
        text-align: right;
    }

    .c-membervisual__text-box h1 {
        font-family: YuGothic;
        font-weight: 700;
        font-size: 1rem;
        line-height: 1.4rem;
        letter-spacing: 0rem;
        text-align: right;
        vertical-align: middle;
    }

    .c-membervisual__description {
        margin: 25px 4px 0px;
        display: block;
        padding: 16px 16px 16px 24px;
    }

    .c-membervisual__description-left .c-description__text1 {
        font-size: 14px;
        margin-bottom: 12px !important;
    }

    .c-membervisual__description-left h2 {
        font-size: 30px;
        margin-bottom: 0;
    }

    .c-membervisual__description-left h2 span {
        display: block;
        margin-top: 6px;
    }

    .c-membervisual__description p {
        margin-bottom: 1px !important;
    }

    .c-breadCrumb {
        padding-top: 24px;
        margin-bottom: 70px;
    }

    .c-breadCrumb li {
        font-size: 14px;
    }

    .l-section2 .p-detail__wrap {
        display: block;
    }

    .modal-question-content p {
        font-weight: 500;
        font-size: 0.875rem;
        line-height: 1.4rem;
        letter-spacing: 0.07rem;
    }

    .modal-question-content {
        width: 335px;
        min-height: 188px;
        padding: 60px 25px;
        margin: 20px;
        min-width: 1%;
    }

    .l-messages h2 {
        font-size: 2.75rem;
        line-height: 3.3rem;
        letter-spacing: 0.14rem;
    }

    .l-message-content {
        margin: 0px 14px;
        display: block;
    }

    .l-message-content-right p {
        font-size: 0.875rem;
        line-height: 1.58rem;
        letter-spacing: 0.06rem;
    }

    .l-message-content-left {
        justify-content: space-between;
    }

    .l-message-content-left p {
        font-size: 0.875rem;
        line-height: 1.4rem;
        letter-spacing: 0.04rem;
    }

    .l-message-content-left img {
        width: 80px;
        margin-right: 0;
    }

    .l-message-content-right {
        width: auto;
    }

    .l-messages {
        padding: 50px 0px 70px;
    }

    .l-card-content-head {
        display: block;
    }

    .l-card-section {
        padding: 60px 0px;
    }

    .l-card-content-head-left h2 {
        font-size: 1.375rem;
        line-height: 2.2rem;
        letter-spacing: 0.11rem;
        margin: 16px 0px;
    }

    .l-card-content-head-right-inner {
        width: 100%;
        padding: 16px;
        border-radius: 8px;
        ;
    }

    .l-card-content {
        margin: 0px 20px
    }

    .l-card-content-head-right span {
        font-size: 0.75rem;
        line-height: 0.9rem;
        letter-spacing: 0.08rem;
        padding: 2px 9px 2px;
    }

    .l-card-content-head-right p {
        font-size: 0.75rem;
        line-height: 1.2rem;
        letter-spacing: 0.08rem;
    }

    .l-card-content-grid {
        grid-template-columns: repeat(1, 1fr);
    }

    .l-card-item h3 a {
        font-size: 0.875rem;
        line-height: 1.23rem;
        letter-spacing: 0.06rem;
    }

    .l-card-info p {
        font-size: 0.75rem;
        line-height: 1.05rem;
        letter-spacing: 0.04rem;

    }

    .l-welfare-head {
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 24px;
    }

    .l-welfare-head-left {
        order: 2;
    }

    .l-welfare-head-right {
        order: 1;
        justify-content: flex-end;
        flex: 0 0 100%;
    }

    .l-welfare-head-left h2 {
        font-size: 1.375rem;
        line-height: 2.2rem;
        margin-bottom: 8px;
        letter-spacing: 0.07rem;
    }

    .l-welfare-head-left p {
        font-size: 0.875rem;
        line-height: 1.4rem;
        letter-spacing: 0.09rem;
    }

    .jp-vertical {
        font-size: 3.5rem;
        line-height: 3.5rem;
        letter-spacing: 0.18rem;
    }

    .l-welfare-section {
        padding: 56px 0px;
    }

    .l-welfare-head-right {
        margin-bottom: 25px;
    }

    .l-welfare-head-right .desc {
        font-size: 1.125rem;
        line-height: 1.35rem;
        letter-spacing: 5px;
    }

    .l-welfare-head-right span {
        margin-top: 60px;
    }

    .l-welfare-item {
        display: block;
    }

    .swiper-slide {
        min-width: 260px;
    }

    .l-welfare-item img {
        width: 100%;
        height: auto;
    }

    .l-welfare-item h3 a {
        font-size: 1rem;
        line-height: 1.4rem;
        letter-spacing: 0.11rem;
        padding: 15px 0px 8px;
    }

    .l-welfare-content {
        margin-bottom: 0;
    }

    .l-welfare-section .text-loop {
        font-size: 6.5rem;
        line-height: 6.5rem;
        letter-spacing: 0.33rem;
        margin-top: -35px;
    }

    .l-welfare-content {
        margin-left: 20px;
    }

    .l-welfare-section .img-bottom {
        margin-top: 150px;
    }

    .l-section2 .l-content {
        max-width: 100%;
    }

    .l-private-question {
        margin: 0;
    }

    .menu-fixed ul {
        border-radius: 8px;
    }

    .menu-fixed ul li a {
        border-top-left-radius: 8px;
        border-bottom-left-radius: 8px;
        padding: 20px 14px;
    }

    .menu-fixed ul:first-child li:first-child a:before {
        display: none;
    }

    .l-section {
        padding-top: 0px;
    }

    .l-section-question .text-loop {
        display: none;
    }

    .l-question-wrapper {
        padding-left: 0px;
        padding-right: 0px;
        padding-top: 0px;
        height: 565px;
        overscroll-behavior: auto;
    }

    .content-center p svg {
        position: relative;
        right: 5px;
    }



    .bg-private-question.bg-1 {
        left: 2%;
        top: 20.5%;
    }

    .bg-private-question.bg-2 {
        left: 69.8%;
        top: 50%;
    }

    .bg-private-question.bg-3 {
        top: 71%;
        left: 1%;
    }

    .bg-private-question.bg-4 {
        display: none;
    }

    .l-private-question-content .top-left span,
    .l-private-question-content .top-right span,
    .l-private-question-content .bottom-left span,
    .l-private-question-content .bottom-right span {
        position: unset;
    }

    .l-text-left,
    .l-text-right {
        z-index: -1;
    }
}