@charset "UTF-8";
.img_txt {
    max-width: 862px;
    display: none;
}

.c-mv01 {
    margin-bottom: 110px;
}

.p-entry__inner .ttl {
    max-width: 390px;
    margin: 0 auto 44px auto;
}

.p-entry__inner {
    padding-bottom: 101px;
}

.p-entry__inner p {
    text-align: center;
    line-height: 1.875;
    margin-bottom: 30px;
}

.p-entry__inner p:last-of-type {
    margin-bottom: 0;
}

.p-entry__inner .c-tbl01 {
    margin-top: 121px;
    margin-bottom: 19px;
}

.c-other {
    background: #F2EFF0;
    padding: 97px 0;
}

.c-other__content {
    display: flex;
    flex-wrap: wrap;
}

.c-other__content.center {
    justify-content: center;
}

.c-other__item {
    position: relative;
    width: 564px;
    margin: 8px;
    cursor: pointer;
    transition: 0.5s ease;
}

.c-other__item:hover {
    -webkit-box-shadow: rgb(0 0 0 / 40%) 0 0 30px;
    box-shadow: rgb(0 0 0 / 40%) 0 0 30px;
}

.c-other__item::after {
    content: "";
    width: 24px;
    height: 24px;
    background: url(../images/common/icon_arrow_white.svg) no-repeat center;
    background-size: contain;
    position: absolute;
    right: 3.1vw;
    top: 50%;
    transform: translateY(-50%);
}

.c-other__item .img {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    /* z-index: -1; */
}

.c-other__item .txt {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
    z-index: 1;
    color: #fff;
    padding: 20px 6.75vw 20px 3.75vw;
    min-height: 200px;
}

.c-other__item .txt p span {
    display: block;
    width: 100%;
}

.c-other__item .txt .en {
    font-size: 3rem;
    line-height: 1.25;
    font-family: stenciletta-solid, sans-serif;
    letter-spacing: 0.05em;
}

/* 2022-02-18 追記 */

.p-entry .c-mv01 {
    position: relative;
}

.p-entry .c-mv01__inner {
    z-index: 2;
}

.p-entry .c-mv01 .img {
    position: inherit;
    z-index: 5;
    display: none;
}

/* ココまで | 2022-02-18 追記 */

@media screen and (max-width: 1024px) {
    .img_txt {
        max-width: 610px;
    }
    .c-mv01 {
        margin-bottom: 80px;
    }
    .p-entry__inner {
        padding-bottom: 80px;
    }
    .p-entry__inner .c-tbl01 {
        margin-top: 90px;
    }
    .c-other {
        padding: 90px 0;
    }
}

@media screen and (max-width: 768px) {
    .img_txt {
        max-width: 431px;
    }
    .c-mv01 {
        margin-bottom: 60px;
    }
    .p-entry__inner .c-tbl01 {
        margin-top: 60px;
    }
    .p-entry__inner {
        padding-bottom: 60px;
    }
    .p-entry__inner p {
        margin-bottom: 20px;
    }
    .c-other {
        padding: 60px 0;
    }
    .c-other__item .txt {
        padding: 20px 40px 20px 20px;
    }
    .c-other__item::after {
        right: 20px;
    }
    .c-other__item .img img {
        object-fit: cover;
        object-position: center;
        height: 100%;
    }
    .c-other__item .txt .en {
        font-size: 2.2rem;
    }
    .c-other__item .txt {
        min-height: 30vw;
    }
}

@media screen\0 {
    .c-other__item .txt {
        height: 200px;
    }
}