/* fv */
.hokusei-life__fv {
    margin-bottom: 60px;
}

.hokusei-life__main {
    position: relative;
    margin-bottom: 60px;
    z-index: 0;
}

.hokusei-life__main::before {
    content: "";
    display: block;
    background: url(../images/sub-pages/hokusei_life/item.png) center center / cover;
    position: absolute;
    top: 0;
    left: 0;
    width: 300px;
    height: 300px;
    z-index: -1;
    animation: blink 1.5s ease-in-out infinite alternate;
}

@keyframes blink {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.hokusei-life__mv {
    width: 80%;
    position: absolute;
    right: 0;
}

.hokusei-life__mv-text1 {
    position: absolute;
    top: 15px;
    font-size: 30px;
    line-height: 1.3 !important;
    font-family: "rig-shaded-Medium-Face", sans-serif;
    color: #dee1f5;
    -webkit-text-stroke: 1px #64519a;
    max-width: 225px;
}

.hokusei-life__mv-text2 {
    position: absolute;
    top: 100px;
    color: #64519A;
    font-weight: bold;
    padding: 2px 10px;
    font-size: 18px;
    background: #fff;
}

.hokusei-life__mv-box {
    padding-top: 175px;
}

.hokusei-life__mv-text3,
.hokusei-life__mv-text4,
.hokusei-life__mv-text5 {
    color: #fff;
    background: #916195;
    padding: 2px 10px;
    width: fit-content;
}

/* 目次 */
.hokusei-life__toc {
    width: fit-content;
    margin: 0 auto;
}

.hokusei-life__toc-wrap {
    display: flex;
    flex-direction: row;
    align-items: baseline;
    gap: 15px;
    margin-bottom: 10px;
}

.hokusei-life__toc-end {
    margin-top: 30px;
}

.hokusei-life__toc-wrap p {
    margin-bottom: 0;
}

.hokusei-life__toc-number {
    position: relative;
    top: -25px;
    font-size: 16px;
    color: #64519A;
    margin-bottom: 0 !important;
}

.hokusei-life__toc-number::before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    right: -15px;
    transform: rotate(-45deg);
    width: 20px;
    border: 0.8px solid #DEE1F5;
}

.hokusei-life__link1 {
    color: #64519A;
    font-weight: bold;
}

.link-line {
    display: flex;
    justify-content: center;
    position: relative;
    width: fit-content;
    margin: 0 auto;
    padding-bottom: 0.3em;
    border: none;
    border-bottom: 2px solid #e6edf3;
    background-color: transparent;
    color: #64519A;
    font-weight: 600;
}

.link-line::after {
    position: absolute;
    bottom: -3px;
    left: 0;
    transform: scaleX(0);
    transform-origin: center left;
    width: 100%;
    height: 2px;
    background-color: #64519A;
    content: "";
    transition: transform .3s ease;
}

.link-line:hover {
    color: #64519A !important;
}

.link-line:hover::after {
    transform: scaleX(1);
}

.hokusei-life__link2 {
    display: block;
    color: #64519A;
    margin-top: 10px;
}

/* CAMPUS LOCATIONとABOUT COMMUTING */
.hokusei-life__content {
    position: relative;
    margin-bottom: 65px;
    z-index: 0;
}

.hokusei-life__content:before {
    content: "";
    display: block;
    background: url(../images/sub-pages/hokusei_life/item.png) center center / cover;
    position: absolute;
    top: 190px;
    left: 0;
    width: 300px;
    height: 300px;
    z-index: -1;
    animation: blink 1.5s ease-in-out infinite alternate;
}

.hokusei-life__content:nth-child(2):before {
    content: "";
    display: block;
    background: url(../images/sub-pages/hokusei_life/item.png) center center / cover;
    position: absolute;
    top: 320px;
    left: 55px;
    width: 300px;
    height: 300px;
    z-index: -1;
    transform: scale(-1, 1);
    animation: blink 1.5s ease-in-out infinite alternate;
}

.hokusei-life__circle {
    position: relative;
    text-align: center;
    margin-bottom: 30px;
    z-index: 0;
}

.hokusei-life__circle::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 330px;
    height: 330px;
    background: #DEE1F5;
    border-radius: 50%;
    z-index: -1;
    animation: fluidrotate 30s ease 0s infinite;
}

@keyframes fluidrotate {

    0%,
    100% {
        border-radius: 63% 37% 54% 46%/55% 48% 52% 45%;
    }

    14% {
        border-radius: 40% 60% 54% 46%/49% 60% 40% 51%;
    }

    28% {
        border-radius: 54% 46% 38% 62%/49% 70% 30% 51%;
    }

    42% {
        border-radius: 61% 39% 55% 45%/61% 38% 62% 39%;
    }

    56% {
        border-radius: 61% 39% 67% 33%/70% 50% 50% 30%;
    }

    70% {
        border-radius: 50% 50% 34% 66%/56% 68% 32% 44%;
    }

    84% {
        border-radius: 46% 54% 50% 50%/35% 61% 39% 65%;
    }
}

.hokusei-life__content h3 {
    font-size: 30px;
    font-family: "rig-shaded-Medium-Face", sans-serif;
    color: #dee1f5;
    -webkit-text-stroke: 1px #64519a;
    font-weight: 100;
}

.hokusei-life__content h4 {
    color: #fff;
    background: #916195;
    width: fit-content;
    margin: 0 auto !important;
    padding: 2px 10px;
}

.hokusei-life__point {
    color: #64519A;
    font-weight: bold;
    text-align: center;
    font-size: 18px;
    margin-top: 25px !important;
}

.hokusei-life__text {
    color: #64519A;
    font-weight: bold;
    text-align: center;
    line-height: 1.6;
}

.hokusei-life__circle-link {
    color: #64519A !important;
    font-weight: bold;
}

.hokusei-life__detail-text {
    color: #64519A;
    font-weight: bold;
    border-bottom: 1px solid #64519A;
    width: fit-content;
}

/* SENIORS LIFE */
.seniors-life {
    margin-bottom: 65px;
}

.seniors-life h3 {
    text-align: center;
    font-size: 30px;
    font-family: "rig-shaded-Medium-Face", sans-serif;
    color: #dee1f5;
    -webkit-text-stroke: 1px #64519a;
    font-weight: 100;
}

.seniors-life__h2 {
    color: #fff !important;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    background: #916195;
    width: fit-content;
    margin: 0 auto;
    padding: 2px 10px !important;
}

.seniors-life__sub {
    color: #64519A;
    font-weight: bold;
    text-align: center;
    font-size: 18px;
    margin-top: 25px !important;
}

.seniors-life__wrap {
    position: relative;
    margin-top: 55px;
    z-index: 0;
}

#seniors-lifeB {
    margin-top: 150px;
}

.seniors-life__wrap::before {
    content: "";
    display: block;
    background: url(../images/sub-pages/hokusei_life/item.png) center center / cover;
    position: absolute;
    top: 155px;
    right: 0;
    width: 300px;
    height: 300px;
    z-index: -1;
    transform: scale(-1, 1);
    animation: blink 1.5s ease-in-out infinite alternate;
}

/* アニメーションの初期状態 */
.rotateYAnime {
    opacity: 0;
    transition: opacity 0.5s ease-in;
}

/* アニメーションが追加された後の状態 */
.rotateYAnime.show {
    opacity: 1;
    animation: rotateYAnimation 1s forwards;
}

@keyframes rotateYAnimation {
    0% {
        transform: rotateY(0deg);
    }

    100% {
        transform: rotateY(360deg);
    }
}

.seniors-life_people {
    position: relative;
    width: fit-content;
    margin: 0 auto;
    text-align: center;
    z-index: 0;
    margin-bottom: 50px;
}

.seniors-life_people::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 300px;
    height: 300px;
    background: #DEE1F5;
    border-radius: 50%;
    z-index: -1;
}

.seniors-life_people img {
    width: 150px;
}

.seniors-life_people p {
    text-align: center;
    color: #64519A;
    font-weight: bold;
}

.seniors-life__detail-text {
    padding: 10px;
    width: fit-content;
    position: relative;
    top: 10px;
    margin-bottom: 45px;
    left: 50%;
    transform: translateX(-50%);
    border-left: 6px double #916195;
    background: #f1f1f1;
}

.seniors-life__room {
    margin-bottom: 45px;
}

.seniors-life__room p {
    color: #fff;
    background: #64519A;
    padding: 2px 10px;
    width: fit-content;
}

.seniors-life__room-pic {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.seniors-life__room-pic img {
    width: 48%;
}

.seniors-life__faq-title {
    color: #64519A;
    font-weight: bold;
    border-bottom: 1px solid #64519A;
    font-size: 18px;
    width: fit-content;
    margin: 0 auto !important;
}

.seniors-life__question {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 25px;
}

.seniors-life__answer {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 25px;
}

.seniors-life__question,
.seniors-life__answer {
    position: relative;
    opacity: 0;
    transition: .8s;
}

.fadeInFromLeft.showElement {
    opacity: 1;
    animation: fadeInLeft 1s ease-in-out forwards;
}

.fadeInFromRight.showElement {
    opacity: 1;
    animation: fadeInRight 1s ease-in-out forwards;
}

@keyframes fadeInLeft {
    0% {
        transform: translateX(-20%);
    }

    100% {
        transform: translateX(0);
    }
}

@keyframes fadeInRight {
    0% {
        transform: translateX(20%);
    }

    100% {
        transform: translateX(0);
    }
}

.faceicon {
    width: 90px;
    z-index: 0;
}

.faceicon img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.says {
    width: calc(100% - 100px - 20px);
    padding: 1em;
    background: #DEE1F5;
    border-radius: 40px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0 !important;
}

.says::after {
    content: "";
    display: block;
    width: 12px;
    aspect-ratio: 1/1;
    background: #DEE1F5;
    clip-path: polygon(0 50%, 100% 100%, 100% 0);
    position: absolute;
    top: 50%;
    left: -10px;
    transform: translateY(-50%);
}

.says-answer {
    width: calc(100% - 100px - 20px);
    padding: 1em;
    background: #DEE1F5;
    border-radius: 40px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0 !important;
}

.says-answer::after {
    content: "";
    display: block;
    width: 12px;
    aspect-ratio: 1/1;
    background: #DEE1F5;
    clip-path: polygon(100% 50%, 0 100%, 0 0);
    position: absolute;
    top: 50%;
    left: auto;
    right: -10px;
    transform: translateY(-50%);
}

.expense-graf {
    text-decoration-line: underline;
    text-underline-offset: 4px;
    cursor: pointer;
}

/* LIFE QUESTION */
.life-faq {
    position: relative;
    margin-bottom: 95px;
    z-index: 0;
}

.life-faq::before {
    content: "";
    display: block;
    background: url(../images/sub-pages/hokusei_life/item.png) center center / cover;
    position: absolute;
    top: -50px;
    left: 0;
    width: 300px;
    height: 300px;
    z-index: -1;
    animation: blink 1.5s ease-in-out infinite alternate;
}

.life-faq h3 {
    text-align: center;
    font-size: 30px;
    font-family: "rig-shaded-Medium-Face", sans-serif;
    color: #dee1f5;
    -webkit-text-stroke: 1px #64519a;
    font-weight: 100;
}

.life-faq__sub-title {
    color: #fff !important;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    background: #916195;
    width: fit-content;
    padding: 2px 10px !important;
}

.life-faq__accordion {
    list-style: none;
    margin-top: 35px;
}

.life-faq__accordion-box {
    background: #DEE1F5;
    padding: 25px 23px !important;
    border-radius: 20px;
    margin-bottom: 8vw;
    background-image: none !important;
}

.life-faq__accordion-title {
    font-size: 18px;
    color: #64519A;
    font-weight: bold;
    position: relative;
    /*+マークの位置基準とするためrelative指定*/
    cursor: pointer;
    padding-right: 20px;
    margin-bottom: 0 !important;
}

.life-faq__accordion-title::before,
.life-faq__accordion-title::after {
    position: absolute;
    content: "";
    width: 18px;
    height: 2px;
    background-color: #64519A;
}

.life-faq__accordion-title::before {
    top: 15px;
    right: 0;
    transform: rotate(0deg);
}

.life-faq__accordion-title::after {
    top: 15px;
    right: 0;
    transform: rotate(90deg);
}

/* close */
.life-faq__accordion-title.close::after {
    display: none;
}

.life-faq__accordion-text {
    display: none;
    margin-top: 5vw;
}

.life-faq__accordion-answer {
    margin-bottom: 0 !important;
}

.link-line2 {
    /* display: flex;
    justify-content: center; */
    position: relative;
    width: fit-content;
    /* margin: 0 auto; */
    padding-bottom: 0.3em;
    border: none;
    border-bottom: 1px solid #e6edf3;
    background-color: transparent;
    color: #916195 !important;
    /* font-weight: 600; */
}

.link-line2::after {
    position: absolute;
    bottom: -3px;
    left: 0;
    transform: scaleX(0);
    transform-origin: center left;
    width: 100%;
    height: 1px;
    background-color: #916195;
    content: "";
    transition: transform .3s ease;
}

.link-line2:hover {
    color: #916195 !important;
}

.link-line2:hover::after {
    transform: scaleX(1);
}

/* 外部リンクアイコン */
.hokusei-life__link-icon {
    width: 15px;
    height: 15px;
    object-fit: contain;
    margin: 0 5px;
}

/* モーダル */
#grafA-modal,
#grafB-modal {
    display: none;
}

.graf-modal__modal {
    width: 100%;
    height: 100%;
    background: #9a8a9eb5;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 20;
}

.graf-modal__bg {
    padding: 2em;
    width: 90%;
    max-width: 650px;
    background: #fff;
    position: relative;
    border-radius: 5px;
}

.graf-modal__text {
    font-size: 18px;
    font-weight: bold;
}

.graf-modal__group img {
    max-width: 100%;
}

.graf-modal__close-btn {
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 15px;
    right: 15px;
    cursor: pointer;
}

.graf-modal__close-btn span {
    display: block;
    width: 100%;
    height: 2px;
    background: #64519a;
    position: absolute;
}

.graf-modal__close-btn span:first-of-type {
    transform: rotate(45deg);
}

.graf-modal__close-btn span:last-of-type {
    transform: rotate(-45deg);
}

.life-faq__text-color {
    background: linear-gradient(transparent 60%, #a7b5de 60%);
}


@media screen and (min-width: 768px) {

    /* fv */
    .hokusei-life__fv {
        margin-bottom: 220px;
    }

    .hokusei-life__main {
        margin-bottom: 85px;
    }

    .hokusei-life__main::before {
        width: 700px;
        height: 700px;
    }

    .hokusei-life__mv {
        z-index: -1;
    }

    .hokusei-life__mv-text1 {
        top: 100px;
        left: 115px;
        max-width: unset;
    }

    .hokusei-life__mv-text2 {
        top: 145px;
        left: 115px;
        font-size: 40px;
    }

    .hokusei-life__mv-box {
        margin-left: 115px;
        padding-top: 265px;
    }

    .hokusei-life__mv-text3,
    .hokusei-life__mv-text4,
    .hokusei-life__mv-text5 {
        padding: 8px 10px;
    }

    /* 目次 */
    .hokusei-life__toc {
        margin: unset;
        margin-left: auto;
    }

    .hokusei-life__toc-wrap {
        gap: 30px;
        margin-bottom: -15px;
    }

    .hokusei-life__toc-end {
        margin-top: 20px;
    }

    .hokusei-life__toc-number {
        top: 5px;
        left: -35px;
        font-size: 30px;
    }

    .hokusei-life__toc-number::before {
        bottom: 50%;
        right: -45px;
        width: 30px;
        transform: rotate(0deg);
    }

    .hokusei-life__link2 {
        margin-top: 8px;
    }

    /* CAMPUS LOCATIONとABOUT COMMUTING */
    .hokusei-life__content {
        width: 90%;
        margin-bottom: 450px;
        display: flex;
        align-items: center;
        margin-left: 80px;
    }

    .hokusei-life__content-reverse {
        width: 90%;
        margin-bottom: 450px;
        display: flex;
        margin-left: 25px;
        flex-direction: row-reverse;
    }

    .hokusei-life__content:before {
        top: 40px;
        left: -30px;
        width: 650px;
        height: 650px;
    }

    .hokusei-life__content:nth-child(2):before {
        top: 40px;
        left: 355px;
        width: 650px;
        height: 650px;
    }

    .hokusei-life__circle {
        width: 500px;
    }

    .hokusei-life__circle::before {
        width: 600px;
        height: 600px;
    }

    .hokusei-life__content h3 {
        font-size: 40px;
    }

    .hokusei-life__point {
        font-size: 23px;
        margin: 30px 0 !important;
    }

    .hokusei-life__detail {
        width: 545px;
        transform: translateY(340px);
    }

    .hokusei-life__detail img {
        width: 100%;
    }

    /* SENIORS LIFE */
    .seniors-life {
        margin-bottom: 155px;
    }

    .seniors-life h3 {
        font-size: 40px;
    }

    .seniors-life__h2 {
        font-size: 18px !important;
    }

    .seniors-life__sub {
        font-size: 23px;
        margin: 35px 0 65px 0 !important;
    }

    .seniors-life__wrap::before {
        top: -20px;
        width: 650px;
        height: 650px;
    }

    .seniors-life_people {
        margin-bottom: 70px;
    }

    .seniors-life__detail-text {
        top: 0;
    }

    .seniors-life__room {
        width: 65%;
        margin: 0 auto;
        margin-bottom: 65px;
    }

    .seniors-life__room p {
        padding: 5px 10px;
    }

    .seniors-life__faq {
        width: 50%;
        margin: 0 auto;
    }

    .seniors-life__answer {
        justify-content: flex-start;
        gap: 30px;
    }

    .seniors-life__answer {
        justify-content: flex-start;
        gap: 30px;
    }

    /* LIFE QUESTION */
    .life-faq::before {
        top: -120px;
        width: 650px;
        height: 650px;
    }

    .life-faq h3 {
        font-size: 40px;
    }

    .life-faq__sub-title {
        font-size: 18px !important;
    }

    .life-faq__accordion {
        width: 75%;
        margin: 0 auto;
        margin-top: 60px;
    }

    .life-faq__accordion-box {
        margin-bottom: 5vw;
    }

    .life-faq__accordion-answer {
        line-height: 1.8;
    }

    /* モーダル */
    .graf-modal__bg {
        padding: 3em;
        width: 70%;
        max-width: 900px;
    }

    .graf-modal__wrap {
        margin: 0 auto;
        width: 500px;
    }

    /* .graf-modal__wrap {
        width: 55%;
        gap: 15px;
    }
    .graf-modal__text {
        font-size: 23px;
    }
    .graf-modal__close-btn {
        width: 35px;
        height: 35px;
        top: 150px;
        right: -190px;
    } */
}

@media screen and (min-width: 1024px) {

    /* LIFE QUESTION */
    .life-faq__accordion-box {
        margin-bottom: 2vw;
    }

    .life-faq__accordion-text {
        margin-top: 2vw;
    }

    /* モーダル */
    .graf-modal__bg {
        width: 65%;
    }

    .graf-modal__wrap {
        max-width: none;
        display: flex;
        justify-content: space-between;
        /* width: 720px; */
        width: 100%;
    }

    .graf-modal__group {
        width: 45%;
    }

    .graf-modal__text {
        font-size: 16px;
    }
}