@charset "utf-8";

.mv-wrap {
    position: relative;
}

.mv-wrap .mainvisual {
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;
}

.mv-wrap .rice-wrap {
    position: relative;

    width: 100%;

    height: 100%;

    aspect-ratio: 683 / 385;
}
.mv-wrap .rice-wrap .rice-box {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;

    width: 10%;

    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.mv-wrap .rice-wrap .rice-box img {
    width: 100%;
    height: auto;

    transition: opacity 0.3s ease-in-out;
}
.mv-wrap .rice-wrap .rice-box .rice-bg {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    opacity: 0;
}
.mv-wrap .rice-wrap .rice-box.rice-01 {
    top: 14.1%;
    left: 21%;

    width: 10.6%;
}
.mv-wrap .rice-wrap .rice-box.rice-02 {
    top: 38.1%;
    left: 11.3%;

    width: 10%;
}
.mv-wrap .rice-wrap .rice-box.rice-03 {
    top: 63.1%;
    left: 17.4%;

    width: 9.2%;
}
.mv-wrap .rice-wrap .rice-box.rice-04 {
    top: 17%;
    right: 14.9%;
    left: auto;

    width: 9.8%;
}
.mv-wrap .rice-wrap .rice-box.rice-05 {
    top: 43.9%;
    right: 7.7%;
    left: auto;

    width: 10.4%;
}
.mv-wrap .rice-wrap .rice-box.rice-06 {
    top: 63.5%;
    right: 18.1%;
    left: auto;

    width: 10.5%;
}

/* アニメーション用クラス */
.mv-wrap .rice-wrap .rice-box.rice-01.animate img:first-child,
.mv-wrap .rice-wrap .rice-box.rice-03.animate img:first-child,
.mv-wrap .rice-wrap .rice-box.rice-05.animate img:first-child {
    opacity: 0;
}

.mv-wrap .rice-wrap .rice-box.rice-01.animate .rice-bg,
.mv-wrap .rice-wrap .rice-box.rice-03.animate .rice-bg,
.mv-wrap .rice-wrap .rice-box.rice-05.animate .rice-bg {
    opacity: 1;
}

@media print, screen and (max-width: 768px) {
    .mv-wrap {
        padding: 68.7vw 10.1vw 18.4vw 9.6vw;
    }
    .mv-wrap .rice-wrap {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-content: space-between;
        aspect-ratio: unset;
        height: 61.056vw;
    }
    .mv-wrap .rice-wrap .rice-box {
        position: relative;
        z-index: 1;
        top: 0;
        left: 0;

        width: auto;
    }
    .mv-wrap .rice-wrap .rice-box.rice-01 {
        top: 0;
        left: 0;

        width: 23.848vw;
    }
    .mv-wrap .rice-wrap .rice-box.rice-02 {
        top: 0;
        left: 0;

        width: 22.56vw;
    }
    .mv-wrap .rice-wrap .rice-box.rice-03 {
        top: 0;
        left: 0;

        width: 20.83vw;
        margin-right: 1.6vw;
    }
    .mv-wrap .rice-wrap .rice-box.rice-04 {
        top: 0;
        right: 0;
        left: auto;

        width: 22.15vw;
        margin-left: 0.8vw;
    }
    .mv-wrap .rice-wrap .rice-box.rice-05 {
        top: 0;
        right: 0;
        left: auto;

        width: 23.57vw;
    }
    .mv-wrap .rice-wrap .rice-box.rice-06 {
        top: 0;
        right: 0;
        left: auto;

        width: 23.7vw;
    }
}

/* ==============================
  About
============================== */
#about {
    position: relative;

    padding: 3.5% 0 7.3%;

    color: #2B7251;
}
#about .logo {
    width: 21.4%;
    margin: 0 auto;
}

#about h1 {
    margin: 3.1% 0 3%;

    text-align: center;

    font-size: 3.3rem;
    font-size: clamp(1.2rem, 2.4vw, 3.3rem);
    font-weight: bold;
    line-height: 1.2;
}
#about p {
    width: 59%;
    margin: 0 auto;

    font-size: 1.7rem;
    font-size: clamp(1.2rem, 1.2vw, 1.7rem);
}
#about p.center {
    margin-top: 1.4%;
    font-size: clamp(1.2rem, 1.2vw, 1.7rem);
    text-align: center;
}
#about .link {
    margin-top: 1.3%;
    text-align: center;
}
#about .link a {
    text-decoration: underline;

    color: #2B7251;

    font-size: 2.2rem;
    font-size: clamp(1.2rem, 1.6vw, 2.2rem);
    font-weight: bold;
}


@media (max-width: 768px) {
    #about {
        padding: 6.3vw 0 18.6vw;
    }
    #about .logo {
        width: 39.83vw;
    }

    #about h1 {
        margin: 4vw 0 8.2vw;
        font-size: 5.8vw;
    }
    #about p {
        width: 89.3vw;

        font-size: 3.7vw;
    }
    #about p.center {
        margin-top: 2.8vw;
        font-size: 3.7vw;
    }
    #about .link {
        margin-top: 2.8vw;
    }
    #about .link a {
        font-size: 5.8vw;
    }
}

/* ==============================
  TASTE
============================== */
#taste {
    padding: 7.3% 0 16.2%;

    color: #2B7251;
    background-image: url(../images/taste-bg.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
}

#taste .taste-inner + .taste-inner {
    margin-top: 8.7%;
}
#taste .taste-inner h2 {
    margin: 0 auto 3.6%;
}

#taste .taste-box {
    box-sizing: border-box;
    width: 74.6%;
    margin: 0 auto;
    padding: 5% 0 6.2%;

    border: 4px solid #EC9F00;
    border-radius: 8.2%;
    background-color: #FFFFFF;
}
#taste .taste-box h3 {
    width: 48.7%;
    margin: 0 auto;

    text-align: center;

    color: #FFFFFF;
    border-radius: 1.3em;

    padding: 11px 0 15px;
    font-size: clamp(1.2rem, 2.5vw, 3.5rem);
    font-weight: bold;
}
#taste .taste-box .image-box {
    width: 63.3%;
    margin: 4.7% auto;
}
#taste .taste-box p {
    width: 81%;
    margin: 0 auto;

    font-size: 1.7rem;
    font-size: clamp(1.2rem, 1.2vw, 1.7rem);
    line-height: 1.9;
}

#taste .taste-01 h2 {
    width: 16.4%;
}
#taste .taste-01 h3 {
    background-color: #EC9F00;
}

#taste .taste-02 h2 {
    width: 16.3%;
}
#taste .taste-02 h3 {
    width: 80.7%;

    border-radius: 1.8em;
    background-color: #2B7251;
    line-height: 1.2;
}
#taste .taste-02 .taste-box {
    border-color: #2B7251;
}
#taste .taste-02 .image-box {
    display: flex;

/* align-items: center; */
    justify-content: space-between;

    width: 80.7%;
}
#taste .taste-02 .image-box .taste-02-image {
    width: 47.2%;
}
#taste .taste-02 .image-box ul {
    display: flex;
    flex-direction: column;
    justify-content: space-between;

    width: 41.5%;
}
#taste .taste-02 .image-box li {
    display: flex;
    align-items: center;

    font-size: 1.9rem;
    font-size: clamp(1.2rem, 1.3vw, 1.9rem);
    font-weight: bold;
}
#taste .taste-02 .image-box li img {
    width: 15.8%;
    margin-right: 4%;
}
@media print, screen and (max-width: 768px) {
    #taste {
        padding: 12.2vw 0 24.5vw;
        background-image: url(../sp-images/taste-bg.png);
    }

    #taste .taste-inner + .taste-inner {
        margin-top: 14.9vw;
    }
    #taste .taste-inner h2 {
        margin: 0 auto 3.8vw;
    }

    #taste .taste-box {
        width: 85.3vw;
        padding: 8.32vw 0 6.2%;

        border-width: 1.06vw;
        border-radius: 8.2vw;
    }
    #taste .taste-box h3,
    #taste .taste-02 h3 {
        width: 70.1vw;
        border-radius: 10.4vw;

        font-size: 4.8vw;
        padding: 2.37vw 0 2.32vw;
    }
    #taste .taste-box .image-box {
        width: 70.1vw;
        margin: 8vw auto;
    }
    #taste .taste-box p {
        width: 70.1vw;

        font-size: 3.7vw;
        line-height: 1.6;
    }

    #taste .taste-01 h2 {
        width: 31.5vw;
    }
    #taste .taste-02 h2 {
        width: 33.064vw;
    }
    #taste .taste-02 .image-box {
        flex-direction: column;

        width: 70.1vw;
    }
    #taste .taste-02 .image-box .taste-02-image {
        width: 100%;
    }
    #taste .taste-02 .image-box ul {
        width: 100%;
        margin-top: 12vw;
    }
    #taste .taste-02 .image-box li {
        font-size: 5vw;
        line-height: 1.2;
    }
    #taste .taste-02 .image-box li + li {
        margin-top: 4.48vw;
    }
    #taste .taste-02 .image-box li img {
        width: 13.6vw;
        margin-right: 3.4vw;
    }
}

/* ==============================
  授業例
============================== */
#lesson {
    padding: 7.3% 0 8.9%;

    color: #2B7251;
    background-color: #F7F7F7;
}

#lesson h2 {
    width: 28.3%;
    margin: 0 auto;
}
#lesson h2 img:first-of-type {
    display: block;

    width: 73.3%;
    margin: 0 auto 7.4%;
}
#lesson h2 + p {
    margin: 3.2% 0 7.3%;

    text-align: center;

    font-size: 2.9rem;
    font-size: clamp(1.2rem, 2.1vw, 2.9rem);
    font-weight: bold;
}
#lesson h2 + p span {
    display: block;

    font-size: 1.7rem;
    font-size: clamp(1.2rem, 1.2vw, 1.7rem);
    font-weight: normal;
}

#lesson .lesson-inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;

    width: 80.44%;
    margin: 0 auto;
}

#lesson .lesson-box {
    width: 46.6%;
}
#lesson .lesson-box:nth-of-type(n+3) {
    margin-top: 7.6%;
}


#lesson .lesson-item .lesson-item-ttl {
    display: grid;
    align-items: center;

    margin-bottom: 5.8%;

    grid-template-columns: 13.8% auto;
    grid-template-rows: repeat(2, auto);
    grid-column-gap: 3.2%;
    grid-row-gap: 0px;
}
#lesson .lesson-item .lesson-item-ttl img {
    margin-right: 3.2%;

    grid-area: 1 / 1 / 3 / 2;
}
#lesson .lesson-item .lesson-item-ttl h4 {
    font-size: 2.6rem;
    font-size: clamp(1.2rem, 1.9vw, 2.6rem);
    font-weight: bold;
    line-height: 1.07;

    grid-area: 1 / 2 / 2 / 3;
}
#lesson .lesson-item .lesson-item-ttl p {
    font-size: 1.7rem;
    font-size: clamp(1.2rem, 1.2vw, 1.7rem);
    line-height: 1.48;

    grid-area: 2 / 2 / 3 / 3;
}

#lesson .lesson-text {
    box-sizing: border-box;
    width: 81.8%;
    margin: 7.3% auto 0;
    padding: 2.3% 9.25%;

    color: #FFFFFF;
    border-radius: 80px;
    background-color: #90CDC6;

    font-weight: bold;
}
#lesson .lesson-text h5 {
    margin: 0 auto 3%;
    padding-bottom: 2.6%;

    text-align: center;

    border-bottom: 1px solid #FFFFFF;

    font-size: 3.1rem;
    font-size: clamp(1.2rem, 2.2vw, 3.1rem);
    line-height: 1.4;
}

#lesson .lesson-text ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;

    width: 94.8%;
    margin: 0 auto;
}
#lesson .lesson-text ul li {
    width: 50%;

    font-size: 2.2rem;
    font-size: clamp(1.2rem, 1.6vw, 2.2rem);
}
@media print, screen and (max-width: 768px) {
    #lesson {
        padding: 13.3vw 0 18.7vw;
    }

    #lesson h2 {
        width: 48.64vw;;
    }
    #lesson h2 img:first-of-type {
        width: 35.664vw;
        margin-bottom: 3.6vw;
    }
    #lesson h2 + p {
        margin: 12.08vw 0 16.7vw;
        font-size: 5.3vw;
    }
    #lesson h2 + p span {
        font-size: 3.7vw;
    }

    #lesson .lesson-inner {
        flex-direction: column;

        width: 88.78vw;
    }

    #lesson .lesson-box {
        position: relative;
        width: 100%;
        padding-bottom: 16.152vw;
    }
    #lesson .lesson-box:nth-of-type(n+3),
    #lesson .lesson-box + .lesson-box {
        margin-top: 6.3vw;
    }


    #lesson .lesson-item .lesson-item-ttl {
        display: flex;
        align-items: center;

        margin-bottom: 5.2vw;
    }
    #lesson .lesson-item .lesson-item-ttl img {
        width: 10.3vw;
        margin-right: 4.32vw;
    }
    #lesson .lesson-item .lesson-item-ttl h4 {
        font-size: 5.3vw;
        line-height: 1.25;
    }
    #lesson .lesson-item .lesson-item-ttl p {
        position: absolute;
        bottom: 0;
        left: 0;
        font-size: 3.7vw;
    }

    #lesson .lesson-text {
        width: 89.33vw;
        margin: 9.92vw auto 0;
        padding: 7.76vw 9.2vw;

        border-radius: 10.4vw;
    }
    #lesson .lesson-text h5 {
        margin: 0 auto 5.7vw;
        padding-bottom: 3.4vw;

        font-size: 4.8vw;
        line-height: 1.5;
    }

    #lesson .lesson-text ul {
        width: 70.9vw;
    }
    #lesson .lesson-text ul li {
        width: 100%;

        font-size: 4vw;
    }
}

/* ==============================
  TEACHER
============================== */
#teacher {
    padding: 7.2% 0 7.5%;

    color: #2B7251;
    background-color: #FFFCF0;
}

#teacher h2 {
    width: 28.0%;
    margin: 0 auto 7.3%;
}
#teacher h2 img:first-of-type {
    display: block;

    width: 87.7%;
    margin: 0 auto 9%;
}

#teacher .teacher-inner {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    justify-content: space-between;

    width: 80.3%;
    margin: 0 auto;
}


#teacher .teacher-box {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    justify-content: space-between;

    width: 46.6%;
}
#teacher .teacher-box:nth-of-type(n+3) {
    margin-top: 7%;
}
#teacher .teacher-box .teacher-photo {
    width: 52.7%;
}
#teacher .teacher-box .teacher-text {
    width: 41.5%;
}
#teacher .teacher-box .teacher-text h3 {
    margin-bottom: 0.6em;

    font-size: 3.1rem;
    font-size: clamp(1.2rem, 2.2vw, 3.1rem);
    font-weight: bold;
    line-height: 1.2;
}
#teacher .teacher-box .teacher-text h3 span {
    display: block;
    font-size: 1.9rem;
    font-size: clamp(1.2rem, 1.3vw, 1.9rem);
}
#teacher .teacher-box .teacher-text p {
    font-size: 1.9rem;
    font-size: clamp(1.2rem, 1.3vw, 1.9rem);
    line-height: 1.5;
}
@media print, screen and (max-width: 768px) {
    #teacher {
        padding: 13.3vw 0 23vw;
    }

    #teacher h2 {
        width: 48.2vw;
        margin: 0 auto 13.4vw;
    }
    #teacher h2 img:first-of-type {
        width: 42.3vw;
        margin-bottom: 4.3vw;
    }

    #teacher .teacher-inner {
        flex-direction: column;

        width: 89.3vw;
    }


    #teacher .teacher-box {
        flex-direction: column;

        width: 100%;
    }
    #teacher .teacher-box:nth-of-type(n+3),
    #teacher .teacher-box + .teacher-box {
        margin-top: 17.36vw;
    }
    #teacher .teacher-box .teacher-photo {
        width: 66.6vw;
        margin: 0 auto 7.7vw;
    }
    #teacher .teacher-box .teacher-text {
        width:100%;
    }
    #teacher .teacher-box .teacher-text h3 {
        margin-bottom: 9.8vw;

        font-size: 6.4vw;
        text-align: center;
    }
    #teacher .teacher-box .teacher-text h3 span {
        font-size: 4.8vw;
        margin-bottom: 2.1vw;
    }
    #teacher .teacher-box .teacher-text p {
        font-size: 3.47vw;
        line-height: 1.6;
    }
}

/* ==============================
  REVIEW
============================== */
#review {
    padding: 7.3% 0 10.1%;

    background-image: url(../images/review-bg.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
}

#review h2 {
    width: 28.7%;
    margin: 0 auto 3%;
}
#review h2 img:first-of-type {
    display: block;

    width: 70%;
    margin: 0 auto 10.8%;
}

/* Swiper スタイル */
.review-swiper {
    box-sizing: border-box;
    width: 100%;
    padding: 0 5%;
}

.review-swiper .swiper-slide {
    display: flex;
    overflow: hidden;
    overflow: hidden;

    box-sizing: border-box;

    text-align: center;

    border: 3px solid #90CDC6;
    border-radius: 44px;

    aspect-ratio: 1 / 1;
}

.review-swiper .review-item-ttl {
    display: flex;
    align-items: center;
    justify-content: center;

    box-sizing: border-box;
    width: 100%;
    padding: 6%;
}

.review-swiper .review-item-ttl img {
    object-fit: cover;
}

/* ページャーのスタイル */
/* ページャーとナビゲーションボタンの配置調整 */
.review-swiper .swiper-pagination {
    position: relative;

    display: flex;
    align-items: center;
    justify-content: center;

    margin-top: 6.5%;
}

.review-swiper .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    margin: 0 5px;

    pointer-events: none;

    opacity: 1;
    background-color: #E0E0E0;
}

.review-swiper .swiper-pagination-bullet-active {
    opacity: 1;
    background-color: #90CDC6;
}

/* ナビゲーションボタンのスタイル */
.review-swiper .swiper-button-prev,
.review-swiper .swiper-button-next {
    top: auto;
    bottom: 5px;

    display: flex;
    align-items: center;
    justify-content: center;

    width: 11px;
    height: 21px;
    margin-top: 6.5%;

    background-image: url(../images/swiper-pager.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% auto;
}

.review-swiper .swiper-button-prev {
    left: calc(50% - 90px);

    transform: rotate(180deg);
}

.review-swiper .swiper-button-next {
    right: calc(50% - 90px);
}


/* モーダルスタイル */
.modal {
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;

    display: none;

    width: 100%;
    height: 100%;

    background-color: rgba(255, 255, 255, 0.5);
}

.modal-content {
    position: relative;

    display: flex;
    align-items: center;
    justify-content: center;

    width: 53.6%;
    margin: auto;
    border: 3px solid #90CDC6;
    border-radius: 44px;
    background-color: #FFF;
    box-sizing: border-box;
    aspect-ratio: 1 / 1;
    padding: 1%;
}

.modal-content img {
    max-width: 100%;
    max-height: 100%;

    object-fit: contain;
}

.close {
    position: absolute;
    z-index: 1001;
    top: 0;
    right: -50px;

    display: flex;
    align-items: center;
    justify-content: center;

    width: 50px;
    height: 50px;

    cursor: pointer;

    color: #000000;

    font-size: 40px;
    font-weight: bold;
}

/* レビュー画像にホバー効果を追加 */
.review-swiper .review-item-ttl {
    cursor: pointer;
}
@media print, screen and (max-width: 768px) {
    #review {
        padding: 10.2vw 0 16.7vw;

        background-image: url(../sp-images/review-bg.png);
    }

    #review h2 {
        width: 49.5vw;
        margin: 0 auto 13vw;
    }
    #review h2 img:first-of-type {
        width: 34.6vw;
        margin-bottom: 5.36vw;
    }

    /* Swiper スタイル */
    .review-swiper {
        box-sizing: border-box;
        width: 100%;
        padding: 0 14.6vw;
    }

    .review-swiper .swiper-slide {
        border-width: 0.8vw;
        border-radius: 11.7vw;
    }

    .review-swiper .review-item-ttl {
        display: flex;
        align-items: center;
        justify-content: center;

        box-sizing: border-box;
        width: 100%;
        padding: 3.4vw 4vw;
    }


    /* ページャーとナビゲーションボタンの配置調整 */
    .review-swiper .swiper-pagination {
        margin-top: 11vw;
    }

    /* ページャーのスタイル */
    .review-swiper .swiper-pagination-bullet {
        width: 2.6vw;
        height: 2.6vw;
        margin: 0 1vw;
    }

    /* ナビゲーションボタンのスタイル */
    .review-swiper .swiper-button-prev,
    .review-swiper .swiper-button-next {
        top: auto;
        bottom: 5px;

        width: 2.7vw;
        height: 5.5vw;
        margin-top: 0;
    }

    .review-swiper .swiper-button-prev {
        left: calc(50% - 90px);
    }

    .review-swiper .swiper-button-next {
        right: calc(50% - 90px);
    }

    .modal-content {
        width: 80vw;
        border-width: 0.8vw;
        border-radius: 11.7vw;
        padding: 3vw;
    }

    /* モーダルスタイル */
    /* .close {
        position: absolute;
        z-index: 1001;
        top: 20px;
        right: 30px;

        display: flex;
        align-items: center;
        justify-content: center;

        width: 50px;
        height: 50px;

        cursor: pointer;

        color: #000000;

        font-size: 40px;
        font-weight: bold;
    } */
}

/* ==============================
  実績
============================== */
#achievement {
    padding: 7.2% 0 6.7%;

    color: #2B7251;
    background-color: #EFFBFF;
}

#achievement h2 {
    box-sizing: border-box;
    width: 84%;
    margin: 0 auto;
    padding: 1.8% 0;

    text-align: center;

    color: #FFFFFF;
    border-radius: 96px;
    background-color: #4C83AC;

    font-size: 3.5rem;
    font-size: clamp(1.2rem, 2.5vw, 23.5rem);
    font-weight: bold;
    line-height: 1;
}
#achievement .achievement-box ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;

    width: 52.2%;
    margin: 3.2% auto 2.3%;

    font-size: clamp(1.2rem, 2.1vw, 2.9rem);
    font-weight: bold;
}

#achievement .achievement-box li {
    display: flex;
    align-items: center;

    width: 50%;
}
#achievement .achievement-box li img {
    width: 14px;
    margin-right: 16px;
}

#achievement .achievement-box ul + p {
    text-align: center;

    font-size: clamp(1.2rem, 2.1vw, 2.9rem);
    font-weight: bold;
}

#achievement .btn {
    width: 37%;
    margin: 5.4% auto 0;
}
#achievement .btn a {
    justify-content: center;

    box-sizing: border-box;

    color: #2B7251;
    border: 4px solid #2B7251;
    border-radius: 96px;
    background-color: #FFFCF0;

    font-size: clamp(1.2rem, 2.8vw, 3.9rem);
    font-weight: bold;
}
#achievement .btn a span {
    font-size: clamp(1.2rem, 2.4vw, 3.4rem);
}
@media print, screen and (max-width: 768px) {
    #achievement {
        padding: 13.3vw 0 13.4vw;
    }

    #achievement h2 {
        width:94.6vw;
        padding: 2.2vw 0 2.32vw;

        border-radius: 10.4vw;

        font-size: 4.8vw;
    }
    #achievement .achievement-box ul {
        width: 58.9vw;
        margin: 9.1vw auto 8.1vw;

        font-size: 5.3vw;
    }

    #achievement .achievement-box li {
        width: 100%;
        line-height: 2;
    }
    #achievement .achievement-box li img {
        width: 2.568vw;
        margin-right: 2.8vw;
    }

    #achievement .achievement-box ul + p {
        font-size: 5.3vw;
    }

    #achievement .btn {
        width: 65vw;
        margin: 12.3vw auto 0;
    }
    #achievement .btn a {
        justify-content: center;

        box-sizing: border-box;

        border-width: 1vw;
        border-radius: 25.6vw;

        font-size: 4.8vw;
    }
    #achievement .btn a span {
        font-size: 4vw;
    }
}
