/* ==============================


base


=================================*/

main {
    padding-top: 250px;
    overflow: hidden;
}

main p {
    font-size: 20px;
    line-height: 2;
}


h2 {
    font-size: 32px;
    color: #A58255;
    margin-bottom: 30px;
    line-height: 1.4;
}

.inner {
    width: 86vw;
    max-width: 770px;
}

.arc.other .inner {
    max-width: 1070px;
}

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

    main {
        padding-top: 150px;
    }

    main p {
        font-size: 17px;
    }

    h2 {
        font-size: 24px;
    }

    .inner {
        width: 88vw;
        max-width: 420px;
    }
}

/* ==============================


midashi


=================================*/

.arc {
    padding-bottom: 200px;
    position: relative;
    background-color: rgb(243, 243, 243);
}

.arc::before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    margin-top: -110px;
    border-radius: 80% 80% 0% 0% / 250px 250px 0% 0%;
    width: 115vw;
    height: 100vw;
    background-color: rgba(240, 238, 236, 0.7);
    z-index: -1;
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
}


.arc.other {
    padding-bottom: 100px;
    background-color: #fff;
    z-index: 10;
}

.arc.other::before {
    background-color: #fff;
    backdrop-filter: blur(0px);
    -webkit-backdrop-filter: blur(0px);
    z-index: -1;
}

.omidashi {
    font-size: 55px;
    font-weight: bold;
    text-align: center;
    line-height: 1;
    margin-bottom: 90px;
    z-index: 5;
    position: relative;
}

.yasai {
    position: relative;
}

.yasai::before {
    content: "";
    display: inline-block;
    position: absolute;
    top: -50px;
    right: 10vw;
    width: 154px;
    height: 141px;
    background: url(../img/common/news__yasai.png) no-repeat center center/contain;
    z-index: -10;
}

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

    .arc {
        padding-bottom: 200px;
    }

    .arc::before {
        margin-top: -60px;
        border-radius: 80% 80% 0% 0% / 70px 70px 0% 0%;
    }

    .arc.other {
        padding-bottom: 80px;
    }

    .omidashi {
        font-size: 44px;
        margin-bottom: 45px;
    }

    .yasai::before {
        top: clamp(-30px, -6vw, 0px);
        right: 5vw;
        width: clamp(0px, 22.7vw, 85px);
        height: clamp(0px, 20.8vw, 78px);
    }

}



/* ==============================


article


=================================*/

.title,
.box {
    padding-bottom: 40px;
    margin-bottom: 40px;
    border-bottom: 4px #fff dashed;
}

.title h1 {
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 50px;
    line-height: 1.4;
}

.title h1 span {
    font-size: 22px;
    position: relative;
    padding-left: 20px;
}



.title h1 span::before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 0%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    border-radius: 50%;
    width: 12px;
    height: 12px;
    background-color: #A48255;
}

.title img {
    margin-bottom: 40px;
}


.box:nth-last-of-type(1) {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
}

.box p {
    margin-bottom: 40px;
}


.annotation {
    font-size: 14px;
    padding-left: 1em;
    text-indent: -1em;
    line-height: 1.6;
    margin-top: 40px;
}

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

    .title h1 {
        font-size: 28px;
        margin-bottom: 60px;
    }

    .title h1 span {
        font-size: 17px;
    }

}


/* ==============================


profile


=================================*/
.profile {
    margin: 60px 0 10px;
}

.profile-ctr {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    flex-wrap: wrap;
    gap: 20px;
}

.profile-ctr-box {
    text-align: center;
    padding: 40px 4%;
    background: url(../img/common/news__profile-bg.png) no-repeat center/100% 100%;
    width: calc(50% - 20px);
    max-width: 700px;
}

.profile-ctr-box p {
    font-size: 16px;
}


p.prf-job {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 20px;
    position: relative;
}

.prf-job::before {
    content: "";
    display: inline-block;
    margin-right: 10px;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background-color: #A48255;
}

.profile-ctr-box:nth-of-type(2) .prf-job::before,
.profile-ctr-box:nth-of-type(6) .prf-job::before {
    background-color: #FFC81E;
}

.profile-ctr-box:nth-of-type(3) .prf-job::before,
.profile-ctr-box:nth-of-type(7) .prf-job::before {
    background-color: #00783c;
}

.profile-ctr-box:nth-of-type(4) .prf-job::before,
.profile-ctr-box:nth-of-type(8) .prf-job::before {
    background-color: #f02800;
}


.profile-ctr img {
    max-width: 120px;
    margin-bottom: 10px;
    border-radius: 50%;
}

.prf-name {
    margin-bottom: 15px;
    line-height: 1.7;
    white-space: nowrap;
}

.prf-name span {
    font-weight: bold;
    font-size: 20px;
    line-height: 1.4;
}

.prf-about {
    text-align: left;
}


@media screen and (max-width: 767px) {
    .profile {
        margin: 60px 0 10px;
    }

    .profile-ctr {
        flex-direction: column;
        align-items: stretch;
    }

    .profile-ctr-box {
        padding: 30px 6%;
        width: 100%;
    }

    .profile-ctr-box p {
        font-size: 15px;
    }


    p.prf-job {
        font-size: 17px;
    }

    p.prf-name {
        font-size: 13px;
    }

    .prf-name span {
        font-size: 17px;
    }


}

/* ==============================


other


=================================*/

.other-ttl {
    text-align: center;
    margin-bottom: 50px;
    font-size: 42px;
    font-weight: bold;
}

.other-ctr li a {
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 100%;
    max-width: 320px;
    padding: clamp(0px, 3.7vw, 40px) clamp(0px, 2.8vw, 30px);
    border-image-slice: 100;
    border-image-width: clamp(0px, 12vw, 100px);
    border-image-outset: 0px;
    border-image-repeat: round;

}

.other-ctr li.p01 a {
    border-image-source: url(../img/common/news__other-01.svg);
}

.other-ctr li.p02 a {
    border-image-source: url(../img/common/news__other-02.svg);
}

.other-ctr li.p03 a {
    border-image-source: url(../img/common/news__other-03.svg);
}

.other-ctr li img {
    margin-bottom: clamp(0px, 1.8vw, 20px);
}

.other-ctr li p {
    font-size: clamp(12px, 1.8vw, 20px);
    line-height: 1.4;
}

.other-ctr li p:nth-of-type(1) {
    color: #A48255;
    line-height: 1;
    margin-bottom: clamp(0px, 0.9vw, 10px);
}




@media screen and (min-width: 768px) {
    .other-ctr {
        display: flex;
        justify-content: center;
        gap: clamp(0px, 3.7vw, 40px);
    }

}

@media screen and (max-width: 767px) {
    .other-ttl {
        margin-bottom: clamp(0px, 10.7vw, 40px);
        font-size: clamp(22px, 9.6vw, 36px);
    }


    .other-ctr li a {
        padding: 40px clamp(0px, 9vw, 30px) 30px;
        width: 80%;
        max-width: 350px;
        min-height: clamp(310px, 88vw, 330px);

        border-image-width: 100px;
        margin: 0 auto;
    }

    .other-ctr li img {
        margin-bottom: 20px;
    }

    .other-ctr li p {
        font-size: clamp(16px, 4.5vw, 17px);
    }

    .other-ctr li p:nth-of-type(1) {
        margin-bottom: 10px;
    }

    /* --- swiper -------------------------------- */
    .swiper-button-next {
        right: -10px !important;
    }

    .swiper-button-prev {
        left: -10px !important;
    }

    .swiper-button-next,
    .swiper-button-prev {
        --swiper-navigation-color: #A58255;
    }

    .swiper-button-next svg,
    .swiper-button-prev svg {
        width: 20px;
        stroke-width: 1;
        stroke: #A58255;
    }
}