

.fade-in {
    opacity: 0;
    animation: fadeIn 2s forwards;
}
  
.fade-out {
    opacity: 1;
    animation: fadeOut 2s forwards;
}

@keyframes fadeOut {
    from { opacity: 1; }
    to { opacity: 0; }
}
  
@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}


.btn {
    background: #caf68f;
    padding: 0 52px 0 28px;
    display: flex;
    align-items: center;
    width: 180px;
    height: 56px;
    position: relative;
    text-decoration: none;
}

.btn__label {
    color: #050505;
    text-align: center;
    font-family: "M Plus 1p", sans-serif;
    font-weight: bold;
    font-size: 20px;
    line-height: 1.5;
}

.btn__arrow {
    position: absolute;
    top: 16px;    
    right: 16px;
    width: 24px;
    height: 24px;
    background-image: url('../images/common/btn-arrow.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.title {
    color: #edc058;
    text-align: left;
    font-family: "M Plus 1p", sans-serif;
    font-weight: bold;
    font-size: 72px;
    line-height: 100%;
    letter-spacing: 0.01em;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.title-jp {
    color: #edc058;
    text-align: left;
    font-family: "M Plus 1p", sans-serif;
    font-weight: bold;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: 0.04em;
    position: relative;
    margin-top: 10px;
}

@media screen and (max-width: 1440px) {

    .btn {
        padding: 0 3.611vw 0 1.944vw;
        display: flex;
        width: 12.5vw;
        height: 3.889vw;
    }

    .btn__label {
        font-size: 1.389vw;
    }

    .btn__arrow {
        position: absolute;
        top: 1.111vw;
        right: 1.111vw;
        width: 1.667vw;
        height: 1.667vw;
    }

    .title {
        font-size: 5vw;
    }

    .title-jp {
        font-size: 1.667vw;
        margin-top: 0.694vw;
    }
}

@media screen and (max-width: 500px) {
    .btn {
        padding: 0 52px 0 28px;
        display: flex;
        width: 180px;
        height: 56px;
    }
    
    .btn__label {
        font-size: 20px;
    }
    
    .btn__arrow {
        position: absolute;
        top: 16px;
        right: 16px;
        width: 24px;
        height: 24px;
    }

    .title {
        font-size: 38px;
    }

    .title-jp {
        font-size: 18px;
        margin-top: 10px;
    }
}

.fv {
    width: 100%;
}

.fv__container {
    width: 1400px;
    margin: 0 auto;
    background-color: white;
    padding: 80px 0 20px;
    position: relative;
}

.fv__bg {
    width: 1280px;
    height: 710px;
    margin: 0 auto;
    position: relative;
}

.fv__bg img {
    position: absolute;
    top: 0;
    left: 0;
}

.fv__box {
    width: 570px;
    height: 230px;
    position: absolute;
    bottom: 0;
    left: 0;
    padding-top: 42px;
    padding-left: 110px;
    border-top-right-radius: 20px;
    z-index: 10;
}

.fv__box-title-wrap {
    display: flex;
    flex-direction: row;
    gap: 12px;
    align-items: center;
    width: 100%;
}

.fv__box-image {
    width: 45px;
    height: 45px;
}

.fv__box-title {
    color: #000000;
    text-align: left;
    font-family: "M Plus 1p", sans-serif;
    font-weight: bold;
    font-size: 20px;
    line-height: 140%;
    letter-spacing: 0.05em;
    margin-left: 12px;
}

.fv__box-text {
    color: #000000;
    text-align: left;
    font-family: "M Plus 1p", sans-serif;
    font-weight: bold;
    font-size: 16px;
    line-height: 175%;
    letter-spacing: 0.05em;
    margin-top: 18px;
    width: 356px;
}

.fv__menu-text {
    color: #edc058;
    text-align: center;
    font-family: "M Plus 1p", sans-serif;
    font-weight: bold;
    font-size: 15px;
    line-height: 140%;
    letter-spacing: 0.05em;
    position: absolute;
    top: 662.5px;
    left: 417.5px;
    width: 210px;
    height: 53px;
    transform-origin: center center;
    transform: rotate(90deg) scale(1, 1);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
}

@media screen and (max-width: 1440px) {

    .fv {
        width: 100%;
    }

    .fv__container {
        width: 97.222vw;
        margin: 0 auto;
        background-color: white;
        padding: 5.556vw 0 1.389vw;
        position: relative;
    }

    .fv__bg {
        width: 88.889vw;
        height: 49.306vw;
        margin: 0 auto;
    }

    .fv__box {
        width: 39.583vw;
        height: 15.972vw;
        position: absolute;
        bottom: 0;
        left: 0;
        padding-top: 2.917vw;
        padding-left: 7.639vw;
        border-top-right-radius: 1.389vw;
    }

    .fv__box-title-wrap {
        display: flex;
        flex-direction: row;
        gap: 0.833vw;
        align-items: center;
        width: 100%;
    }

    .fv__box-image {
        width: 3.125vw;
        height: 3.125vw;
    }

    .fv__box-title {
        color: #000000;
        text-align: left;
        font-size: 1.389vw;
        line-height: 140%; 
        letter-spacing: 0.05em;
        margin-left: 0.833vw;
    }

    .fv__box-text {
        color: #000000;
        text-align: left;
        font-size: 1.111vw;
        line-height: 175%;
        letter-spacing: 0.05em;
        margin-top: 1.25vw;
        width: 24.722vw;
    }

    .fv__menu-text {
        color: #edc058;
        text-align: center;
        font-size: 1.042vw;
        line-height: 140%;
        letter-spacing: 0.05em;
        position: absolute;
        top: 46.007vw;
        left: 28.993vw;
        width: 14.583vw;
        height: 3.681vw;
        transform-origin: center center;
        transform: rotate(90deg) scale(1, 1);
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

@media screen and (max-width: 500px) {

    .fv {
        width: 100%;
    }

    .fv__container {
        width: 96vw;
        margin: 0 auto;
        background-color: white;
        padding: 8vw 0 8vw;
        position: relative;
    }

    .fv__bg {
        width: 96vw;
        height: 53.251vw;
        margin: 0 auto;
    }

    .fv__box {
        background-color: white;
        width: 53.333vw;
        height: 21.52vw;
        position: absolute;
        bottom: 0;
        left: 0;
        padding-top: 2.667vw;
        padding-left: 2.667vw;
        border-top-right-radius: 2.667vw;
    }

    .fv__box-title-wrap {
        display: flex;
        flex-direction: row;
        gap: 3.2vw;
        align-items: center;
        width: 100%;
    }

    .fv__box-image {
        width: 5.333vw;
        height: 5.333vw;
    }

    .fv__box-title {
        color: #000000;
        text-align: left;
        font-size: 3.2vw;
        line-height: 140%;
        letter-spacing: 0.05em;
        margin-left: 3.2vw;
    }

    .fv__box-text {
        color: #000000;
        text-align: left;
        font-size: 2.667vw;
        line-height: 1.7;
        letter-spacing: 0.05em;
        margin-top: 2.667vw;
        width: 100%;
    }

    .fv__menu-text {
        color: #edc058;
        text-align: center;
        font-size: 4vw;
        line-height: 140%;
        letter-spacing: 0.05em;
        position: absolute;
        top: 176.667vw;
        left: 111.333vw;
        width: 56vw;
        height: 14.133vw;
        transform-origin: center center;
        transform: rotate(90deg) scale(1, 1);
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

.news {
    width: 100%;
}

.news__container {
    width: 1400px;
    margin: 0 auto;
    background-color: #ECE5D3;
    padding: 80px 0 43px;
}

.news__news-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    width: 1340px;
    margin: 0 auto 0;
}

.news__box {
    background: #ffffff;
    border-radius: 20px;
    padding: 60px 60px 80px 60px;
    display: flex;
    flex-direction: row;
    gap: 69px;
    align-items: center;
    justify-content: flex-start;
    flex-shrink: 0;
    position: relative;
}

.news__menu {
    width: 232px;
    position: relative;
}

.news__btn {
    margin-top: 60px;
}

.news__list {
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: flex-start;
    justify-content: flex-start;
    flex-shrink: 0;
    position: relative;
}

.news__item {
    width: 806px;
    display: flex;
    flex-direction: column;
    gap: 4px;
    align-items: flex-start;
    justify-content: flex-start;
    flex-shrink: 0;
    position: relative;
    padding-bottom: 16px;
    border-bottom: 1px solid #000;
}

.news__date {
    color: #000000;
    text-align: left;
    font-family: "M Plus 1p", sans-serif;
    font-weight: bold;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0.03em;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.news__text {
    color: #000000;
    text-align: left;
    font-family: "M Plus 1p", sans-serif;
    font-weight: bold;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: 0.05em;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.news__logo-row {
    margin: -40px 0 0 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    align-self: stretch;
    flex-shrink: 0;
    position: relative;
}
  
.news__logo {
    width: 240px;
    height: 200px;
}

@media screen and (max-width: 1440px) {

    .news {
        width: 100%;
    }

    .news__container {
        width: 97.222vw;
        margin: 0 auto;
        background-color: #ECE5D3;
        padding: 5.556vw 0 2.986vw;
    }

    .news__news-wrap {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
        width: 93.056vw;
        margin: 0 auto 0;
    }

    .news__box {
        background: #ffffff;
        border-radius: 1.389vw;
        padding: 4.167vw 4.167vw 5.556vw 4.167vw;
        display: flex;
        flex-direction: row;
        gap: 4.792vw;
        align-items: center;
        justify-content: flex-start;
        flex-shrink: 0;
        position: relative;
    }

    .news__menu {
        width: 16.111vw;
        position: relative;
    }

    .news__btn {
        margin-top: 4.167vw;
    }

    .news__list {
        display: flex;
        flex-direction: column;
        gap: 1.111vw;
        align-items: flex-start;
        justify-content: flex-start;
        flex-shrink: 0;
        position: relative;
    }

    .news__item {
        width: 55.972vw;
        display: flex;
        flex-direction: column;
        gap: 0.278vw;
        align-items: flex-start;
        justify-content: flex-start;
        flex-shrink: 0;
        position: relative;
        padding-bottom: 1.111vw;
        border-bottom: 1px solid #000;
    }

    .news__date {
        color: #000000;
        text-align: left;
        font-size: 1.111vw;
        line-height: 100%;
        letter-spacing: 0.03em;
        position: relative;
        display: flex;
        align-items: center;
        justify-content: flex-start;
    }

    .news__text {
        color: #000000;
        text-align: left;
        font-size: 1.111vw;
        line-height: 140%;
        letter-spacing: 0.05em;
        position: relative;
        display: flex;
        align-items: center;
        justify-content: flex-start;
    }

    .news__logo-row {
        margin: -2.778vw 0 0 0;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        align-self: stretch;
        flex-shrink: 0;
        position: relative;
    }
    
    .news__logo {
        width: 16.667vw;
        height: 13.889vw;
    }
}

@media screen and (max-width: 500px) {

    .news {
        width: 100%;
    }

    .news__container {
        width: 100%;
        margin: 0 auto;
        background-color: #ECE5D3;
        padding: 14vw 0 14vw;
    }

    .news__news-wrap {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
        width: 89.333vw;
        margin: 0 auto 0;
        row-gap: 5.333vw;
    }

    .news__box {
        width: 100%;
        background: #ffffff;
        border-radius: 5.333vw;
        padding: 8vw 5.333vw 8vw 5.333vw;
        display: flex;
        flex-direction: column;
        gap: 10.667vw;
        align-items: center;
        justify-content: flex-start;
        flex-shrink: 0;
        position: relative;
    }

    .news__menu {
        width: 100%;
        position: relative;
    }

    .news__btn {
        margin-top: 8vw;
    }

    .news__list {
        display: flex;
        flex-direction: column;
        gap: 8vw;
        align-items: flex-start;
        justify-content: flex-start;
        flex-shrink: 0;
        position: relative;
    }

    .news__item {
        width: 100%;
        display: flex;
        flex-direction: column;
        gap: 1.067vw;
        align-items: flex-start;
        justify-content: flex-start;
        flex-shrink: 0;
        position: relative;
        padding-bottom: 4.267vw;
        border-bottom: 1px solid #000;
    }

    .news__date {
        color: #000000;
        text-align: left;
        font-size: 4.267vw;
        line-height: 100%;
        letter-spacing: 0.03em;
        position: relative;
        display: flex;
        align-items: center;
        justify-content: flex-start;
    }

    .news__text {
        color: #000000;
        text-align: left;
        font-size: 4.267vw;
        line-height: 140%;
        letter-spacing: 0.05em;
        position: relative;
        display: flex;
        align-items: center;
        justify-content: flex-start;
    }

    .news__logo-row {
        margin: 0 0 0 0;
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        align-self: stretch;
        flex-shrink: 0;
        position: relative;
        width: 100%;
        row-gap: 2.667vw;
    }
    
    .news__logo {
        width: 48%;
        height: auto;
    }

}

.recommend {
    width: 100%;
}

.recommend__container {
    width: 1400px;
    margin: 0 auto;
    background-color: white;
    padding-top: 70.31px;
    padding-bottom: 70.31px;
}

.recommend__wrap {
    display: flex;
    flex-direction: column;
    gap: 60px;
    align-items: flex-start;
    justify-content: flex-start;
    width: 1120px;
    margin: 0 auto;
}

.recommend__menu {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
    align-self: stretch;
    flex-shrink: 0;
    height: 106px;
    position: relative;
}

.recommend__content {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: flex-start;
    justify-content: flex-start;
    align-self: stretch;
    flex-shrink: 0;
    position: relative;
}

.recommend__text {
    display: flex;
    flex-direction: row;
    gap: 4px;
    align-items: flex-start;
    justify-content: flex-start;
    align-self: stretch;
    flex-shrink: 0;
    position: relative;
}

.recommend__icon {
    flex-shrink: 0;
    width: 17px;
    height: 25.38px;
    position: relative;
    overflow: visible;
    aspect-ratio: 17/25.38;
}

.recommend__text2 {
    color: #000000;
    text-align: right;
    font-family: "M Plus 1p", sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 175%;
    letter-spacing: 0.05em;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.recommend__row {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    align-self: stretch;
    flex-shrink: 0;
    position: relative;
}

.recommend__item {
    display: flex;
    flex-direction: column;
    gap: 12px;
    align-items: center;
    justify-content: flex-start;
    flex-shrink: 0;
    width: 350px;
    position: relative;
}

.recommend__image {
    width: 350px;
    height: 250px;
}

.recommend__image-banner {
    background: #000000;
    border-radius: 0px 0px 0px 10px;
    opacity: 0.7;
    width: 90px;
    height: 45px;
    position: absolute;
    right: 0px;
    top: 0px;
    color: #ffffff;
    font-family: "M Plus 1p", sans-serif;
    font-weight: bold;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: 0.04em;
    display: flex;
    align-items: center;
    justify-content: center;
}

.recommend__item-text {
    display: flex;
    flex-direction: column;
    gap: 6px;
    align-items: flex-start;
    justify-content: flex-start;
    flex-shrink: 0;
    width: 330px;
    position: relative;
    color: #000000;
    text-align: left;
    font-family: "M Plus 1p", sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 175%;
    letter-spacing: 0.05em;
}

@media screen and (max-width: 1440px) {

    .recommend {
        width: 100%;
    }

    .recommend__container {
        width: 97.222vw;
        margin: 0 auto;
        background-color: white;
        padding-top: 4.883vw;
        padding-bottom: 4.883vw;
    }

    .recommend__wrap {
        display: flex;
        flex-direction: column;
        gap: 4.167vw;
        align-items: flex-start;
        justify-content: flex-start;
        width: 77.778vw;
        margin: 0 auto;
    }

    .recommend__menu {
        display: flex;
        flex-direction: row;
        align-items: flex-end;
        justify-content: space-between;
        align-self: stretch;
        flex-shrink: 0;
        height: 7.361vw;
        position: relative;
    }

    .recommend__content {
        display: flex;
        flex-direction: column;
        gap: 1.389vw;
        align-items: flex-start;
        justify-content: flex-start;
        align-self: stretch;
        flex-shrink: 0;
        position: relative;
    }

    .recommend__text {
        display: flex;
        flex-direction: row;
        gap: 0.278vw;
        align-items: flex-start;
        justify-content: flex-start;
        align-self: stretch;
        flex-shrink: 0;
        position: relative;
    }

    .recommend__icon {
        flex-shrink: 0;
        width: 1.181vw;
        height: 1.762vw;
        position: relative;
        overflow: visible;
        aspect-ratio: 17/25.38;
    }

    .recommend__text2 {
        color: #000000;
        text-align: right;
        font-size: 0.972vw;
        line-height: 175%;
        letter-spacing: 0.05em;
        position: relative;
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }

    .recommend__row {
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        justify-content: space-between;
        align-self: stretch;
        flex-shrink: 0;
        position: relative;
    }

    .recommend__item {
        display: flex;
        flex-direction: column;
        gap: 0.833vw;
        align-items: center;
        justify-content: flex-start;
        flex-shrink: 0;
        width: 24.306vw;
        position: relative;
    }

    .recommend__image {
        width: 24.306vw;
        height: 17.361vw;
        position: relative;
    }

    .recommend__image-banner {
        background: #000000;
        border-radius: 0px 0px 0px 0.694vw;
        opacity: 0.7;
        width: 6.25vw;
        height: 3.125vw;
        position: absolute;
        right: 0px;
        top: 0px;
        color: #ffffff;
        font-size: 1.667vw;
        line-height: 100%;
        letter-spacing: 0.04em;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .recommend__item-text {
        display: flex;
        flex-direction: column;
        gap: 0.417vw;
        align-items: flex-start;
        justify-content: flex-start;
        flex-shrink: 0;
        width: 22.917vw;
        position: relative;
        color: #000000;
        text-align: left;
        font-size: 0.972vw;
        line-height: 175%;
        letter-spacing: 0.05em;
    }
}   

@media screen and (max-width: 500px) {

    .recommend {
        width: 100%;
        padding-top: 10.667vw;
        padding-bottom: 10.667vw;
    }

    .recommend__container {
        width: 89.333vw;
        margin: 0 auto;
        background-color: white;
        padding-top: 5.333vw;
        padding-bottom: 5.333vw;
    }

    .recommend__wrap {
        display: flex;
        flex-direction: column;
        gap: 10.667vw;
        align-items: flex-start;
        justify-content: flex-start;
        width: 100%;
        margin: 0 auto;
    }

    .recommend__menu {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: space-between;
        align-self: stretch;
        flex-shrink: 0;
        height: unset;
        row-gap: 10.667vw;
        position: relative;
    }

    .recommend__content {
        display: flex;
        flex-direction: column;
        gap: 5.333vw;
        align-items: flex-start;
        justify-content: flex-start;
        align-self: stretch;
        flex-shrink: 0;
        position: relative;
    }

    .recommend__text {
        display: flex;
        flex-direction: row;
        gap: 1.067vw;
        align-items: flex-start;
        justify-content: flex-start;
        align-self: stretch;
        flex-shrink: 0;
        position: relative;
    }

    .recommend__icon {
        flex-shrink: 0;
        width: 4.533vw;
        height: 6.768vw;
        position: relative;
        overflow: visible;
        aspect-ratio: 17/25.38;
    }

    .recommend__text2 {
        color: #000000;
        text-align: right;
        font-size: 3.733vw;
        line-height: 175%;
        letter-spacing: 0.05em;
        position: relative;
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }

    .recommend__row {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: space-between;
        align-self: stretch;
        flex-shrink: 0;
        row-gap: 10.667vw;
        position: relative;
        width: 100%;
    }

    .recommend__item {
        display: flex;
        flex-direction: column;
        gap: 3.2vw;
        align-items: center;
        justify-content: flex-start;
        flex-shrink: 0;
        width: 100%;
        position: relative;
    }

    .recommend__image {
        width: 100%;
        height: auto;
    }

    .recommend__image-banner {
        background: #000000;
        border-radius: 0px 0px 0px 2.667vw;
        opacity: 0.7;
        width: 24vw;
        height: 12vw;
        position: absolute;
        right: 0px;
        top: 0px;
        color: #ffffff;
        font-size: 6.4vw;
        line-height: 100%;
        letter-spacing: 0.04em;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .recommend__item-text {
        display: flex;
        flex-direction: column;
        gap: 1.6vw;
        align-items: flex-start;
        justify-content: flex-start;
        flex-shrink: 0;
        width: 88vw;
        position: relative;
        color: #000000;
        text-align: left;
        font-size: 3.733vw;
        line-height: 175%;
        letter-spacing: 0.05em;
    }
}

.reform {
    width: 100%;
    background-color: #ECE5D3;
    background-image: url('../images/top/grid-bg.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.reform__container {
    width: 1400px;
    height: 640px; /* 仮 */   
    margin: 0 auto;
    padding-top: 80px;
}

.reform__wrap {
    display: flex;
    flex-direction: column;
    gap: 60px;
    align-items: flex-start;
    justify-content: flex-start;
    width: 1120px;
    margin: 0 auto;
}

.reform__menu {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
    align-self: stretch;
    flex-shrink: 0;
    height: 106px;
    position: relative;
}
  
.reform__row {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    align-self: stretch;
    flex-shrink: 0;
    position: relative;
}

.reform__item {
    display: flex;
    flex-direction: column;
    gap: 12px;
    align-items: center;
    justify-content: flex-start;
    flex-shrink: 0;
    width: 350px;
    position: relative;
}
  
.reform__image {
    align-self: stretch;
    flex-shrink: 0;
    width: 350px;
    height: 220px;
    position: relative;
}

.reform__text-wrap {
    display: flex;
    flex-direction: column;
    gap: 6px;
    align-items: flex-start;
    justify-content: flex-start;
    flex-shrink: 0;
    width: 330px;
    position: relative;
}
  
.reform__item-title {
    color: #edc058;
    text-align: left;
    font-family: "M Plus 1p", sans-serif;
    font-weight: 800;
    font-size: 16px;
    line-height: 175%;
    letter-spacing: 0.05em;
    position: relative;
    align-self: stretch;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.reform__item-row{
    display: flex;
    flex-direction: row;
    gap: 2px;
    align-items: center;
    justify-content: flex-start;
    flex-shrink: 0;
    flex-wrap: wrap;
    position: relative;
    width: 100%;
}

.reform__item-text{
    color: #68816f;
    text-align: left;
    font-family: "M Plus 1p", sans-serif;
    font-weight: 500;
    font-size: 12px;
    line-height: 175%;
    letter-spacing: -0.01em;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: 20px;
    padding: 0 6px;
    position: relative;
}

.reform__item-text::after {
    position: absolute;
    content: '';
    top: 2.5px;
    right: 0;
    width: 1px;
    height: 15px;
    background-color: #68816f;
}

.reform__text {
    color: #000000;
    text-align: left;
    font-family: "M Plus 1p", sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 175%;
    letter-spacing: 0.05em;
    position: relative;
    align-self: stretch;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

@media screen and (max-width: 1440px) {

    .reform {
        width: 100%;
        background-color: #ECE5D3;
        background-image: url('../images/top/grid-bg.png');
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }

    .reform__container {
        width: 97.222vw;
        height: 44.444vw; /* 仮 */   
        margin: 0 auto;
        padding-top: 5.556vw;
    }

    .reform__wrap {
        display: flex;
        flex-direction: column;
        gap: 4.167vw;
        align-items: flex-start;
        justify-content: flex-start;
        width: 77.778vw;
        margin: 0 auto;
    }

    .reform__menu {
        display: flex;
        flex-direction: row;
        align-items: flex-end;
        justify-content: space-between;
        align-self: stretch;
        flex-shrink: 0;
        height: 7.361vw;
        position: relative;
    }
    
    .reform__row {
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        justify-content: space-between;
        align-self: stretch;
        flex-shrink: 0;
        position: relative;
    }

    .reform__item {
        display: flex;
        flex-direction: column;
        gap: 0.833vw;
        align-items: center;
        justify-content: flex-start;
        flex-shrink: 0;
        width: 24.306vw;
        position: relative;
    }
    
    .reform__image {
        align-self: stretch;
        flex-shrink: 0;
        width: 24.306vw;
        height: 15.278vw;
        position: relative;
    }

    .reform__text-wrap {
        display: flex;
        flex-direction: column;
        gap: 0.417vw;
        align-items: flex-start;
        justify-content: flex-start;
        flex-shrink: 0;
        width: 22.917vw;
        position: relative;
    }
    
    .reform__item-title {
        color: #edc058;
        text-align: left;
        font-size: 1.111vw;
        line-height: 175%;
        letter-spacing: 0.05em;
        position: relative;
        align-self: stretch;
        display: flex;
        align-items: center;
        justify-content: flex-start;
    }

    .reform__item-row{
        display: flex;
        flex-direction: row;
        gap: 0.139vw;
        align-items: center;
        justify-content: flex-start;
        flex-shrink: 0;
        flex-wrap: wrap;
        position: relative;
        width: 100%;
    }

    .reform__item-text{
        color: #68816f;
        text-align: left;
        font-size: 0.833vw;
        line-height: 175%;
        letter-spacing: -0.01em;
        position: relative;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        height: 1.389vw;
        padding: 0 0.417vw;
        position: relative;
    }

    .reform__item-text::after {
        position: absolute;
        content: '';
        top: 0.174vw;
        right: 0;
        width: 0.069vw;
        height: 1.042vw;
        background-color: #68816f;
    }

    .reform__text {
        color: #000000;
        text-align: left;
        font-size: 0.972vw;
        line-height: 175%;
        letter-spacing: 0.05em;
        position: relative;
        align-self: stretch;
        display: flex;
        align-items: center;
        justify-content: flex-start;
    }
}

@media screen and (max-width: 500px) {

    .reform {
        width: 100%;
        background-color: #ECE5D3;
        background-image: url('../images/top/grid-bg.png');
        background-size: cover;
        background-repeat: no-repeat;
    }

    .reform__container {
        width: 89.333vw;
        height: unset;
        margin: 0 auto;
        padding-top: 10.667vw;
    }

    .reform__wrap {
        display: flex;
        flex-direction: column;
        gap: 16vw;
        align-items: flex-start;
        justify-content: flex-start;
        width: 100%;
        margin: 0 auto;
    }

    .reform__menu {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: space-between;
        align-self: stretch;
        flex-shrink: 0;
        height: unset;
        row-gap: 10.667vw;
        position: relative;
    }
    
    .reform__row {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: space-between;
        align-self: stretch;
        flex-shrink: 0;
        position: relative;
        row-gap: 10.667vw;
    }

    .reform__item {
        display: flex;
        flex-direction: column;
        gap: 3.2vw;
        align-items: center;
        justify-content: flex-start;
        flex-shrink: 0;
        width: 100%;
        position: relative;
    }
    
    .reform__image {
        flex-shrink: 0;
        width: 100%;
        height: auto;
    }

    .reform__text-wrap {
        display: flex;
        flex-direction: column;
        gap: 1.6vw;
        align-items: flex-start;
        justify-content: flex-start;
        flex-shrink: 0;
        width: 88vw;
        position: relative;
    }
    
    .reform__item-title {
        color: #edc058;
        text-align: left;
        font-size: 4.267vw;
        line-height: 175%;
        letter-spacing: 0.05em;
        position: relative;
        align-self: stretch;
        display: flex;
        align-items: center;
        justify-content: flex-start;
    }

    .reform__item-row{
        display: flex;
        flex-direction: row;
        gap: 0.533vw;
        align-items: center;
        justify-content: flex-start;
        flex-shrink: 0;
        flex-wrap: wrap;
        position: relative;
        width: 100%;
    }

    .reform__item-text{
        color: #68816f;
        text-align: left;
        font-size: 3.2vw;
        line-height: 175%;
        letter-spacing: -0.01em;
        position: relative;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        height: 5.333vw;
        padding: 0 1.6vw;
        position: relative;
    }

    .reform__item-text::after {
        position: absolute;
        content: '';
        top: 0.667vw;
        right: 0;
        width: 0.267vw;
        height: 4vw;
        background-color: #68816f;
    }

    .reform__text {
        color: #000000;
        text-align: left;
        font-size: 3.733vw;
        line-height: 175%;
        letter-spacing: 0.05em;
        position: relative;
        align-self: stretch;
        display: flex;
        align-items: center;
        justify-content: flex-start;
    }
    
}

.company {
    width: 100%;
}

.company__container {
    width: 1400px;
    margin: 0 auto;
    background-color: white;
    padding: 40px 0;
}

.company__wrap {
    width: 1360px;
    height: 620px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.company__menu {
    width: 540px;
    border-left: 1px solid black;
    border-top: 1px solid black;
    padding-top: 60px;
    padding-left: 120px;
    position: relative;
}

.company__content {
    width: 441px;
    height: 374px;
}

.company__text {
    color: #000000;
    text-align: left;
    font-family: "M Plus 1p", sans-serif;
    font-weight: bold;
    font-size: 20px;
    line-height: 36px;
    position: relative;
    width: 441px;
    margin-top: 40px;
}


.company__btn {
    margin-top: 100px;
}

.company__bg {
    width: 420px;
    height: 76px;
    margin-top: 111px;
    background-image: url('../images/top/company-bg.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.company__corner-label {
    font-family: "M Plus 1p", sans-serif;
    font-weight: bold;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0.01em;
    position: absolute;
    top: 149.5px;
    left: -76px;
    transform-origin: center center;
    transform: rotate(90deg) scale(1, 1);
}

.company__rectangle {
    border-style: solid;
    border-color: #000000;
    border-width: 0px 1px 1px 0px;
    width: 33px;
    height: 280px;
    position: absolute;
    left: 0;
    top: 0;
}

.company__logo {
    position: absolute;
    top: 20px;
    left: 2.77px;
    width: 26.92px;
    height: 35px;
    background-image: url('../images/top/company-logo.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}  

.company__images {
    width: 780px;
    display: flex;
    justify-content: space-between;
}

.company__image {
    width: 380px;
    height: 620px;
}

@media screen and (max-width: 1440px) {

    .company {
        width: 100%;
    }
    
    .company__container {
        width: 89.333vw;
        margin: 0 auto;
        background-color: white;
        padding: 2.778vw 0;
    }
    
    .company__wrap {
        width: 94.444vw;
        height: 43.056vw;
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
    }
    
    .company__menu {
        width: 37.5vw;
        border-left: 1px solid black;
        border-top: 1px solid black;
        padding-top: 4.167vw;
        padding-left: 8.333vw;
        position: relative;
    }
    
    .company__content {
        width: 30.625vw;
        height: 25.972vw;
    }
    
    .company__text {
        color: #000000;
        text-align: left;
        font-size: 1.389vw;
        line-height: 2.5vw;
        position: relative;
        width: 30.625vw;
        margin-top: 2.778vw;
    }
    
    
    .company__btn {
        margin-top: 6.944vw;
    }
    
    .company__bg {
        width: 29.167vw;
        height: 5.278vw;
        margin-top: 7.708vw;
        background-image: url('../images/top/company-bg.png');
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
    }
    
    .company__corner-label {
        font-size: 1.389vw;
        position: absolute;
        top: 10.382vw;
        left: -5.278vw;
    }
    
    .company__rectangle {
        border-style: solid;
        border-color: #000000;
        border-width: 0px 0.069vw 0.069vw 0px;
        width: 2.292vw;
        height: 19.444vw;
        position: absolute;
        left: 0;
        top: 0;
    }
    
    .company__logo {
        position: absolute;
        top: 1.389vw;
        left: 0.192vw;
        width: 1.869vw;
        height: 2.431vw;
        background-image: url('../images/top/company-logo.png');
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
    }  
    
    .company__images {
        width: 54.167vw;
        display: flex;
        justify-content: space-between;
    }
    
    .company__image {
        width: 26.389vw;
        height: 43.056vw;
    }
}

@media screen and (max-width: 500px) {
    .company {
        width: 100%;
    }
    
    .company__container {
        width: 89.333vw;
        margin: 0 auto;
        background-color: white;
        padding: 10.667vw 0;
    }
    
    .company__wrap {
        width: 100%;
        height: unset;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        row-gap: 13.333vw;
    }
    
    .company__menu {
        width: 100%;
        border-left: 1px solid black;
        border-top: 1px solid black;
        padding-top: 10.667vw;
        padding-left: 16vw;
        position: relative;
    }
    
    .company__content {
        width: 66.667vw;
        height: unset;
    }
    
    .company__text {
        color: #000000;
        text-align: left;
        font-size: 5.333vw;
        line-height: 9.6vw;
        position: relative;
        width: 100%;
        margin-top: 10.667vw;
    }
    
    .company__btn {
        margin-top: 10.667vw;
    }
    
    .company__bg {
        width: 112vw;
        height: 20.267vw;
        width: 66.667vw;
        height: 11.905vw;
        margin-top: 13.333vw;
        background-image: url('../images/top/company-bg.png');
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
    }
    
    .company__corner-label {
        font-size: 5.333vw;
        position: absolute;
        top: 39.867vw;
        left: -20vw;
    }
    
    .company__rectangle {
        border-style: solid;
        border-color: #000000;
        border-width: 0px 0.267vw 0.267vw 0px;
        width: 8.8vw;
        height: 74.667vw;
        position: absolute;
        left: 0;
        top: 0;
    }
    
    .company__logo {
        position: absolute;
        top: 5.333vw;
        left: 0.739vw;
        width: 7.179vw;
        height: 9.333vw;
        background-image: url('../images/top/company-logo.png');
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
    }  
    
    .company__images {
        width: 100%;
        display: flex;
        justify-content: space-between;
    }
    
    .company__image {
        width: 42.667vw;
        height: 69.6vw;
    }
}

.access {
    width: 100%;
}

.access__container {
    width: 1400px;
    margin: 0 auto;
    background-color:#ECE5D3;
    padding: 80px 0;
    position: relative;
}

.access__wrap {
    width: 1120px;
    margin: 0 auto;
}

.access__title {
    width: fit-content;
    margin: 0 auto;
    text-align: center;
}

.access__title-jp {
    text-align: center;
    margin: 0 auto;
    margin-top: 10px;
}

.access__text {
    color: #000000;
    text-align: center;
    font-family: "M Plus 1p", sans-serif;
    font-weight: bold;
    font-size: 18px;
    line-height: 27px;
    position: relative;
    margin: 0 auto;
    margin-top: 40px;
}

.access__content {
    display: flex;
    flex-direction: column;
    gap: 40px;
    align-items: flex-start;
    justify-content: flex-start;
    align-self: stretch;
    flex-shrink: 0;
    position: relative;
    margin-top: 32px;
}

.access__row {
    display: flex;
    flex-direction: row;
    gap: 0px;
    align-items: center;
    justify-content: flex-start;
    align-self: stretch;
    flex-shrink: 0;
    position: relative;
    overflow: hidden;
}

.access__map {
    flex-shrink: 0;
    width: 560px;
    height: 320px;
    position: relative;
    object-fit: cover;
}

.access__image {
    flex-shrink: 0;
    width: 560px;
    height: 320px;
    position: relative;
    object-fit: cover;
}

.access__wrapper {
    border-radius: var(--corner-rounding-2xl, 32px);
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
    justify-content: center;
    align-self: stretch;
    flex-shrink: 0;
    position: relative;
}

.access__text-bg {
    font-family: "M Plus 1p", sans-serif;
    font-weight: bold;
    font-size: 160px;
    line-height: 100%;
    letter-spacing: 0.01em;
    transform-origin: center center;
    transform: rotate(90deg) scale(1, 1);
    -webkit-text-stroke: 4px #ffffff;
    text-stroke: 4px #ffffff;
    color: transparent;
    position: absolute;
    top: 479px;
    left: 1037px;
}
  
@media screen and (max-width: 1440px) {
    .access {
        width: 100%;
    }
    
    .access__container {
        width: 97.222vw;
        margin: 0 auto;
        background-color:#ECE5D3;
        padding: 5.556vw 0;
        position: relative;
    }
    
    .access__wrap {
        width: 77.778vw;
        margin: 0 auto;
    }
    
    .access__title {
        width: fit-content;
        margin: 0 auto;
        text-align: center;
    }
    
    .access__title-jp {
        text-align: center;
        margin: 0 auto;
        margin-top: 0.694vw;
    }
    
    .access__text {
        color: #000000;
        text-align: center;
        font-size: 1.25vw;
        line-height: 1.875vw;
        position: relative;
        margin: 0 auto;
        margin-top: 2.778vw;
    }
    
    .access__content {
        display: flex;
        flex-direction: column;
        gap: 2.778vw;
        align-items: flex-start;
        justify-content: flex-start;
        align-self: stretch;
        flex-shrink: 0;
        position: relative;
        margin-top: 2.222vw;
    }
    
    .access__row {
        display: flex;
        flex-direction: row;
        gap: 0px;
        align-items: center;
        justify-content: flex-start;
        align-self: stretch;
        flex-shrink: 0;
        position: relative;
        overflow: hidden;
    }
    
    .access__map {
        flex-shrink: 0;
        width: 38.889vw;
        height: 22.222vw;
        position: relative;
        object-fit: cover;
    }
    
    .access__image {
        flex-shrink: 0;
        width: 38.889vw;
        height: 22.222vw;
        position: relative;
        object-fit: cover;
    }
    
    .access__wrapper {
        border-radius: var(--corner-rounding-2xl, 32px);
        display: flex;
        flex-direction: column;
        gap: 0.694vw;
        align-items: center;
        justify-content: center;
        align-self: stretch;
        flex-shrink: 0;
        position: relative;
    }
    
    .access__text-bg {
        font-size: 11.111vw;
        line-height: 100%;
        letter-spacing: 0.01em;
        transform-origin: center center;
        transform: rotate(90deg) scale(1, 1);
        color: transparent;
        position: absolute;
        top: 33.264vw;
        left: 72.014vw;
    }
}

@media screen and (max-width: 500px) {
    .access {
        width: 100%;
    }
    
    .access__container {
        width: 100%;
        margin: 0 auto;
        background-color:#ECE5D3;
        padding: 10.667vw 0;
        position: relative;
    }
    
    .access__wrap {
        width: 80vw;
        margin: 0 auto;
    }
    
    .access__title {
        width: fit-content;
        margin: 0 auto;
        text-align: center;
    }
    
    .access__title-jp {
        text-align: center;
        margin: 0 auto;
        margin-top: 2.667vw;
    }
    
    .access__text {
        color: #000000;
        text-align: center;
        font-size: 4.8vw;
        line-height: 7.2vw;
        position: relative;
        margin: 0 auto;
        margin-top: 10.667vw;
    }
    
    .access__content {
        display: flex;
        flex-direction: column;
        gap: 10.667vw;
        align-items: flex-start;
        justify-content: flex-start;
        align-self: stretch;
        flex-shrink: 0;
        position: relative;
        margin-top: 8.533vw;
    }
    
    .access__row {
        display: flex;
        flex-direction: column;
        gap: 0;
        align-items: center;
        justify-content: flex-start;
        align-self: stretch;
        flex-shrink: 0;
        position: relative;
        overflow: hidden;
    }
    
    .access__map {
        flex-shrink: 0;
        width: 100%;
        height: 85.333vw;
        position: relative;
        object-fit: cover;
    }
    
    .access__image {
        flex-shrink: 0;
        width: 100%;
        height: 85.333vw;
        position: relative;
        object-fit: cover;
    }
    
    .access__wrapper {
        border-radius: var(--corner-rounding-2xl, 32px);
        display: flex;
        flex-direction: column;
        gap: 2.667vw;
        align-items: center;
        justify-content: center;
        align-self: stretch;
        flex-shrink: 0;
        position: relative;
    }
    
    .access__text-bg {
        font-size: 10vw;
        line-height: 100%;
        letter-spacing: 0.01em;
        transform-origin: center center;
        transform: rotate(90deg) scale(1, 1);
        -webkit-text-stroke: 1px #ffffff;
        text-stroke: 1px #ffffff;
        color: transparent;
        position: absolute;
        top: 232vw;
        left: 73vw;
    }
}

.contact {
    width: 100%;
}

.contact__container {
    width: 1400px;
    margin: 0 auto;
    background-color: white;
    background-image: url('../images/top/contact-bg.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
}

.contact__wrap {
    width: 1118px;
    margin: 0 auto;
    padding: 80px 0 106px;
}

.contact__row {
    display: flex;
    flex-direction: row;
    gap: 0px;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    overflow: hidden;
    margin-top: 48px;
}

.contact__left {
    width: 50%;
    border: 6px solid #edc058;
    background-color: white;
    padding: 85px 0 105px;
}

.contact__left-content {
    width: 362px;
    height: 170px;
    margin: 0 auto;
}

.contact__right {
    width: 50%;
    border: 6px solid #edc058;
    background-color: #edc058;
    padding: 102px 0 103px;
}

.contact__right-content {
    width: 384px;
    height: 155px;
    margin: 0 auto;
}

.contact__address {
    color: #464646;
    text-align: center;
    font-family: "M Plus 1p", sans-serif;
    font-weight: bold;
    font-size: 16px;
    line-height: 160%;
    letter-spacing: 0.05em;
}

.contact__tel-wrap {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
}

.contact__icon {
    flex-shrink: 0;
    width: 54px;
    height: 54px;
    position: relative;
    overflow: visible;
}

.contact__tel {
    color: #edc058;
    text-align: left;
    font-family: "M Plus 1p", sans-serif;
    font-weight: 800;
    font-size: 39px;
    line-height: 100%;
    letter-spacing: 0.03em;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.contact__fax {
    color: #edc058;
    text-align: center;
    font-family: "M Plus 1p", sans-serif;
    font-weight: bold;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: 0.03em;
    margin-top: 20px;
}

.contact__mail-icon {
    display: block;
    width: 100px;
    height: 100px;
    margin: 0 auto;
}

.contact__link {
    color: #ffffff;
    text-align: center;
    font-family: "M Plus 1p", sans-serif;
    font-weight: bold;
    font-size: 24px;
    line-height: 175%;
    text-decoration: none;
    margin-top: 13px;
}

.contact__text-bg {
    font-family: "M Plus 1p", sans-serif;
    font-weight: bold;
    font-size: 140px;
    line-height: 1;
    letter-spacing: 0.01em;
    -webkit-text-stroke: 4px #FFC94B;
    text-stroke: 4px #FFC94B;
    color: transparent;
    position: absolute;
    bottom: -20px;
    right: -11px;
}

@media screen and (max-width: 1440px) {
    .contact {
        width: 100%;
    }
    
    .contact__container {
        width: 97.222vw;
        margin: 0 auto;
        background-color: white;
        background-image: url('../images/top/contact-bg.png');
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        position: relative;
    }
    
    .contact__wrap {
        width: 77.639vw;
        margin: 0 auto;
        padding: 5.556vw 0 7.361vw;
    }
    
    .contact__row {
        display: flex;
        flex-direction: row;
        gap: 0px;
        align-items: center;
        justify-content: flex-start;
        width: 100%;
        overflow: hidden;
        margin-top: 3.333vw;
    }
    
    .contact__left {
        width: 50%;
        border: 6px solid #edc058;
        background-color: white;
        padding: 5.903vw 0 7.292vw;
    }
    
    .contact__left-content {
        width: 25.139vw;
        height: 11.806vw;
        margin: 0 auto;
    }
    
    .contact__right {
        width: 50%;
        border: 6px solid #edc058;
        background-color: #edc058;
        padding: 7.083vw 0 7.153vw;
    }
    
    .contact__right-content {
        width: 26.667vw;
        height: 10.764vw;
        margin: 0 auto;
    }
    
    .contact__address {
        color: #464646;
        text-align: center;
        font-size: 1.111vw;
        line-height: 160%;
        letter-spacing: 0.05em;
    }
    
    .contact__tel-wrap {
        display: flex;
        flex-direction: row;
        margin-top: 1.389vw;
    }
    
    .contact__icon {
        flex-shrink: 0;
        width: 3.75vw;
        height: 3.75vw;
        position: relative;
        overflow: visible;
    }
    
    .contact__tel {
        color: #edc058;
        text-align: left;
        font-size: 2.708vw;
        line-height: 100%;
        letter-spacing: 0.03em;
        position: relative;
        display: flex;
        align-items: center;
        justify-content: flex-start;
    }
    
    .contact__fax {
        color: #edc058;
        text-align: center;
        font-size: 1.667vw;
        line-height: 100%;
        letter-spacing: 0.03em;
        margin-top: 1.389vw;
    }
    
    .contact__mail-icon {
        display: block;
        width: 6.944vw;
        height: 6.944vw;
        margin: 0 auto;
    }
    
    .contact__link {
        color: #ffffff;
        text-align: center;
        font-size: 1.667vw;
        line-height: 175%;
        text-decoration: none;
        margin-top: 0.903vw;
    }
    
    .contact__text-bg {
        font-size: 9.722vw;
        line-height: 1;
        letter-spacing: 0.01em;
        color: transparent;
        position: absolute;
        bottom: -1.389vw;
        right: -0.769vw;
        -webkit-text-stroke: 0.278vw #FFC94B;
        text-stroke: 0.278vw #FFC94B;
    }
}

@media screen and (max-width: 500px) {

    .contact {
        width: 100%;
    }

    .contact__container {
        width: 350px;
        margin: 0 auto;
        background-color: white;
        background-image: url('../images/top/contact-bg.png');
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        position: relative;
    }

    .contact__wrap {
        width: 300px;
        margin: 0 auto;
        padding: 40px 0 40px;
    }

    .contact__row {
        display: flex;
        flex-direction: column;
        gap: 0px;
        align-items: center;
        justify-content: flex-start;
        width: 100%;
        overflow: hidden;
        margin-top: 40px;
    }

    .contact__left {
        width: 100%;
        border: 6px solid #edc058;
        background-color: white;
        padding: 20px 0 20px;
    }

    .contact__left-content {
        width: 90%;
        height: fit-content;
        margin: 0 auto;
    }

    .contact__right {
        width: 100%;
        border: 6px solid #edc058;
        background-color: #edc058;
        padding: 20px 0 20px;
    }

    .contact__right-content {
        width: 90%;
        height: fit-content;
        margin: 0 auto;
    }

    .contact__address {
        color: #464646;
        text-align: center;
        font-family: "M Plus 1p", sans-serif;
        font-weight: bold;
        font-size: 16px;
        line-height: 160%;
        letter-spacing: 0.05em;
    }

    .contact__tel-wrap {
        display: flex;
        flex-direction: row;
        margin-top: 20px;
    }

    .contact__icon {
        width: 30px;
        height: 30px;
    }

    .contact__tel {
        color: #edc058;
        text-align: left;
        font-size: 26px;
        line-height: 100%;
        letter-spacing: 0.03em;
        position: relative;
        display: flex;
        align-items: center;
        justify-content: flex-start;
    }

    .contact__fax {
        color: #edc058;
        text-align: center;
        font-family: "M Plus 1p", sans-serif;
        font-weight: bold;
        font-size: 24px;
        line-height: 100%;
        letter-spacing: 0.03em;
        margin-top: 20px;
    }

    .contact__mail-icon {
        display: block;
        width: 100px;
        height: 100px;
        margin: 0 auto;
    }

    .contact__link {
        display: block;
        color: #ffffff;
        text-align: center;
        font-size: 20px;
        line-height: 175%;
        text-decoration: none;
        margin: 0 auto;
        margin-top: 13px;
    }

    .contact__text-bg {
        font-size: 50px;
        line-height: 1;
        letter-spacing: 0.01em;
        color: transparent;
        position: absolute;
        bottom: -8px;
        right: -20px;
        -webkit-text-stroke: 1px #FFC94B;
        text-stroke: 1px #FFC94B;
    }
}
