@charset "UTF-8";
/* =================================
topView
====================================*/
.topView {
    position: relative;
    width: 100%;
    height: 75vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.catchCopy {
    font-size: 2.4rem;
    text-align: center;
    font-weight: 500;
    color: var(--primary-white);
    text-shadow: rgba(10, 10, 10, .85) 0 0 4px;
    letter-spacing: 2.5px;
}

.top__imgBlock {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: -1;
}

.top-kv {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    animation: fade 12s infinite;
    opacity: 0;
}

.top-kv:nth-of-type(1) {
    animation-delay: 0s;
}
.top-kv:nth-of-type(2) {
    animation-delay: 4s;
}
.top-kv:nth-of-type(3) {
    animation-delay: 8s;
}

@keyframes fade {
  0%   { opacity: 0; }
  15%   { opacity: 1; }
  35%  { opacity: 1; }
  50%  { opacity: 0; }
  100% { opacity: 0; }
}

@media screen and (min-width: 768px) {
    .topView {
        height: 85vh;
    }

    .catchCopy {
        font-size: 2.8rem;
        letter-spacing: 3px;
    }
}

/* =================================
about
====================================*/
.about__topic {
    width: 100%;
    text-align: center;
    border-bottom: solid 1.5px var(--primary-orange);
    border-top: solid 1.5px var(--primary-orange);
    padding: 5px;
}

.about__topTxt {
    line-height: 1.8;
    font-size: 1.8rem;
}

.about__topTxt:first-of-type {
    margin-top: 10px;
}

.about__topTxt:nth-of-type(5) {
    margin-bottom: 35px;
}

.about__list {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 15px;
}

.about__item {
    width: 230px;
    height: 230px;
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    border: solid 10px var(--primary-lightGreen);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 25px;
    background-color: #fff;
}

.about__item:nth-of-type(1) {
    transform: translateX(-35%);
}
.about__item:nth-of-type(2) {
    transform: translateX(30%) translateY(-25px);
}
.about__item:nth-of-type(3) {
    transform: translateX(-25%) translateY(-35px);
}

.about__item__txt {
    line-height: 1.3;
    text-align: center;
    color: var(--primary-brown);
    text-shadow: rgba(50, 50, 50, .3) 1px 1px 3px;
}

.about__item__img {
    mix-blend-mode: multiply;
    width: 120px;
    object-fit: contain;
    transform: translateY(5px);
}

.about__txtBlock {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.about__txt {
    font-size: 1.4rem;
    line-height: 1.8;
}

.about__img {
    width: 60%;
    object-fit: contain;
    border-radius: 10px;
}

@media screen and (min-width: 768px) {
    .about__topic {
        font-size: 1.8rem;
    }

    .about__list {
        flex-direction: row;
        justify-content: center;
        align-items: center;
        margin-top: 40px;
        gap: 25px;
    }

    .about__item {
        width: 250px;
        height: 250px;
        border: solid 15px var(--primary-lightGreen);
    }

    .about__item:nth-of-type(1) {
        transform: translateX(0);
    }
    .about__item:nth-of-type(2) {
        transform: translateX(0) translateY(0);
    }
    .about__item:nth-of-type(3) {
        transform: translateX(0) translateY(0);
    }

    .about__txtBlock {
        margin-top: 50px;
        flex-direction: row;
        align-items: flex-start;
        gap: 20px;
    }

    .about__item__txt {
        font-size: 1.7rem;
    }

    .about__txt {
        font-size: 1.6rem;
        line-height: 1.8;
    }

    .about__img {
        width: 400px;
        object-fit: contain;
        border-radius: 10px;
    }
}

/* =================================
menu
====================================*/
.section--menu {
    background-color: var(--primary-ivory);
}

.menu__catchCopy {
    text-align: center;
    border-bottom: solid 1.5px var(--primary-orange);
    border-top: solid 1.5px var(--primary-orange);
    padding: 5px;
}

.menu__list {
    margin-top: 20px;
}

.menu__item {
    display: flex;
    flex-direction: column;
    padding-bottom: 50px;
}

.menu__item:last-of-type {
    padding-bottom: 0;
}


.menu__img {
    aspect-ratio: 16 / 9;
    object-fit: cover;
}

.menu__number {
    font-family: var(--enFont);
    margin-right: 15px;
    color: var(--primary-orange);
    font-size: 25px;
}

.menu__topic {
    margin-top: 10px;
    width: fit-content;
    border-bottom: solid 1.5px var(--primary-orange);
    padding:0 3px 3px 3px;
    font-weight: 500;
    font-size: 1.8rem;
}

.menu--btnBlock {
    width: 100%;
    display: flex;
    justify-content: flex-end;
}

.menu__item__txt {
    margin-top: 10px;
}

.menu__item .btn--detail {
    margin-top: 10px;
}

@media screen and (min-width: 768px) {
    .menu__catchCopy {
        width: 100%;
        font-size: 1.8rem;
    }

    .menu__list {
        margin-top: 40px;
    }

    .menu__item {
        position: relative;
        padding-bottom: 70px;
    }

    .menu__img {
        aspect-ratio: 16 / 7;
    }

    .menu__number {
        margin-right: 20px;
        font-size: 35px;
    }

    .menu__topic {
        margin-top: 30px;
        font-size: 2.2rem;
    }
    
    .menu__item__txt {
        margin-top: 20px;
        font-size: 1.8rem;
    }

    .menu--btnBlock {
        width: 100%;
        display: flex;
        justify-content: flex-end;
    }

    .menu__item .btn--detail {
        margin-top: 10px;
    }
}

/* =================================
news
====================================*/
.news__list {
    display: flex;
    flex-direction: column;
}

.news__item a {
    display: flex;
    gap: 7px;
    border-bottom: solid 1px var(--primary-brown);
    padding: 10px;
}

.news__item:nth-of-type(1) {
    border-top: solid 1px var(--primary-brown);
}

.news__img {
    width: 35%;
    aspect-ratio: 4 / 3;
    min-width: 35%;
    object-fit: cover;
}

.news__txtBlock {
    display: flex;
    flex-direction: column;
}

.news__topic {
    font-size: 1.4rem;
    font-weight: 500;
}

.news__date {
    font-size: 1.2rem;
}

.news__txt {
    font-size: 1.2rem;
    letter-spacing: 1.2px;
}

.news__btnBlock {
    width: 100%;
    display: flex;
    justify-content: center;
}

.btn--more {
    margin-top: 20px;
    width: fit-content;
    border: solid 1px var(--primary-brown);
    border-radius: 10px;
}

@media screen and (min-width: 768px) {
    .news__list {
        flex-direction: row;
        gap: 30px;
    }

    .news__item a {
        flex-direction: column;
        gap: 15px;
        padding: 0;
        border: none;
    }

    .news__item:nth-of-type(1) {
        border-top: none;
    }

    .news__img {
        width: auto;
        height: 200px;
        aspect-ratio: 4 / 3;
        min-width: 35%;
        object-fit: cover;
    }

    .news__txtBlock {
        padding-left: 10px;
        padding-right: 10px;
    }

    .news__topic {
        font-size: 1.8rem;
    }

    .news__date {
        font-size: 1.4rem;
    }

    .news__txt {
        font-size: 1.4rem;
    }

    .btn--more {
        margin-top: 40px;
        border: solid 1px var(--primary-brown);
        border-radius: 10px;
        transition: .5s ease;
    }
    .btn--more:hover {
        background-color: var(--primary-orange);
        color: var(--primary-white);
        border: solid 1px var(--primary-white);
        transition: .5s ease;
    }
}