@charset "UTF-8";

.header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
}

@media (min-width: 1280px) {
    .header {
        top: 3.8rem;
    }
}

.main {
    width: 100%;
    overflow: hidden;
}

/* ------------------------------- 
Main Visual
------------------------------- */
.wrap-hero {
    overflow: hidden;
    position: relative;
}

.wrap-hero::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 75%;
    background: rgba(206, 237, 252, 1);
}

.hero {
    position: relative;
    z-index: 1;
}

.hero {
    width: 100%;
    overflow: hidden;
}

.hero .wrap-persons {
    height: 100%;
}

.hero .inner {
    max-width: 1536px;
    margin: 0 auto;
    padding-top: calc(3.8rem + 80px);
    position: relative;
    z-index: 1;
}

.main-catch {
    width: calc(100% - 16vw);
    max-width: 537px;
    position: absolute;
    top: 80px;
    left: 5vw;
    z-index: 10;
}

.town {
    position: relative;
    z-index: 2;
}

.town .illust {
    position: relative;
}

.town .illust .cloud-b-l,
.town .illust .cloud-b-r,
.town .illust .cloud-t-l,
.town .illust .cloud-t-r {
    transform-origin: center bottom;
}

.town .illust .cloud-t-l {
    position: absolute;
    top: 0;
    left: 10%;
    width: 20%;
}

.town .illust .cloud-t-r {
    position: absolute;
    top: 0;
    right: 10%;
    width: 20%;
}

.town .illust .town-main {
    display: block;
    position: relative;
    z-index: 1;
    width: 100%;
    aspect-ratio: 4 / 3;
    text-align: center;
}

.town .illust .town-main img {
    max-width: none;
    width: auto;
    height: 100%;
}

.town .illust .cloud-b-l {
    position: absolute;
    bottom: 10%;
    left: 10%;
    z-index: 2;
    width: 20%;
}

.town .illust .cloud-b-r {
    position: absolute;
    bottom: 12%;
    right: 10%;
    z-index: 3;
    width: 20%;
}

.town .illust .bird {
    position: absolute;
    bottom: 10%;
    left: 110%;
    /* ←画面外 */
    width: 10%;
    z-index: 4;
}

.parallax .wrap-hero::before {
    display: none;
}

.parallax .hero .wrap-persons {
    --grad-stop: 100%;
    background: linear-gradient(180deg,
            rgba(206, 237, 252, 1) 0%,
            rgba(206, 237, 252, 1) var(--grad-stop),
            rgba(206, 237, 252, 0) var(--grad-stop),
            rgba(206, 237, 252, 0) 100%);
}

.parallax .town .illust .town-main {
    aspect-ratio: 16 / 9;
}

/* SVGマスクアニメーション */
.persons {
    position: relative;
}

#lottie-mask {
    position: absolute;
    inset: 0;
    pointer-events: none;
}

#lottie-mask svg {
    width: 100%;
    height: 100%;
    display: block;
}

.masked-content {
    width: 100%;
    height: 100%;
}

.masked-content div {
    width: 33.333%;
    height: 100%;
    border-bottom: solid 2px #ceedfc;
    overflow: hidden;
}

.masked-content img {
    width: 100%;
    height: 100%;
}

@media (min-width: 768px) {
    .parallax .hero {
        height: 100vh;
    }

    .parallax .hero .inner {
        padding-top: 0;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .parallax .main-catch {
        width: 90%;
        height: 13vh;
        max-width: 1586px;
        top: 17vh;
        left: 0;
        right: 0;
        margin: 0 auto;
    }

    .parallax .main-catch img {
        max-width: 537px;
        height: 100%;
    }
}

/* ------------------------------- 
Common
------------------------------- */
/* 見出し */
.sec-title {
    font-size: 2.25rem;
    letter-spacing: 0.04em;
    line-height: 150%;
    font-weight: 700;
    margin: 0 0 1.5rem;
}

.sec-title .sub {
    display: block;
    font-size: 1.25rem;
    letter-spacing: 0.15em;
    line-height: 100%;
    color: var(--c-green);
}

/* Swiper */
.swiper-pagination {
    position: static;
    margin: 1rem auto;
}

.swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    background: #fff;
    border: solid 1px var(--c-gry);
    opacity: 1;
}

.swiper-pagination-bullet-active {
    background: var(--c-green);
}


/* ------------------------------- 
sec-news お知らせ
------------------------------- */
.sec-news {
    margin-bottom: 3rem;
    padding-top: 3rem;
}

.sec-news .head {
    justify-content: space-between;
}

.sec-news .head .sec-title {
    margin-bottom: 0;
}

.post_list {
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 20px 5%;
}

.post_list .post_list-item {
    width: 100%;
}

.post_list .post_list-link {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    background: #fff;
    text-decoration: none;
    padding: 20px 25px 25px;
    box-shadow: 5px 5px 0px #85c7b0;
    border-radius: 20px;
}

.post_list .post_list-link .time {
    display: block;
    color: #bbb;
    font-size: 0.875rem;
    font-weight: 700;
    letter-spacing: 0.05em;
}

.post_list .post_list-link .title {
    display: block;
    margin: 5px 0;
    font-weight: 700;
    line-height: 150%;
    color: var(--c-gry);
}

.post_list .post_list-link .cate {
    color: var(--c-green);
}

.post_list .post_list-link::after {
    content: "";
    position: absolute;
    bottom: 15px;
    right: 15px;
    width: 15px;
    height: 15px;
    background-image: url(../img/common/ico-arrow.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    filter: invert(30%) sepia(12%) saturate(4657%) hue-rotate(105deg) brightness(101%) contrast(105%);
}

@media (min-width: 1024px) {
    .sec-news .head {
        align-items: baseline;
        margin-bottom: 40px;
    }

    .sec-news .head .link-arrow {
        transform: translate(0, 2.2rem);
    }

    .sec-news .head .link-arrow span::before,
    .sec-news .head .link-arrow span::after {
        margin: 0;
    }

    .sec-news .nav-news_cate {
        width: 60%;
        margin-bottom: 40px;
    }

    .sec-news .nav-news_cate ul.flex {
        margin: 0;
    }

    .post_list .post_list-item {
        width: 30%;
    }
}

@media (min-width: 1280px) {
    .post_list .post_list-link:hover {
        transform: translateY(-5px);
        box-shadow: 10px 10px 0px #85c7b0;
    }

    .post_list .post_list-link::after {
        transition: all 0.3s ease;
    }

    .post_list .post_list-link:hover::after {
        width: 20px;
        height: 20px;
    }
}


/* ------------------------------- 
sec-about 私たちについて
------------------------------- */
.sec-about {
    position: relative;
    padding: 5rem 0 0;
}

.sec-about .txt-about {
    display: block;
    width: 95%;
    max-width: 766px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.sec-about .contents {
    max-width: 766px;
    color: #fff;
    background: #4BBC7A;
    padding: 20% 8% 30%;
    border-radius: 50% / 28%;
    text-align: center;
    transform: translateY(-2.5rem);
    position: relative;
    z-index: 3;
}

.sec-about .contents .sakura {
    width: 25%;
    max-width: 113px;
    display: block;
    margin: 0 auto;
}

.sec-about .contents .title {
    font-size: 1.75rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    line-height: 204%;
    margin: 10px 0 0;
}

.sec-about .contents .txt-lead {
    font-size: 0.875rem;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 200%;
    margin-bottom: 2rem;
}

.sec-about .illust .ryu {
    position: absolute;
    top: 2rem;
    left: 0;
    z-index: 1;
}

.sec-about .illust .cloud-l {
    position: absolute;
    top: 3rem;
    left: 10%;
    width: 15%;
    max-width: 168px;
}

.sec-about .illust .cloud-r {
    position: absolute;
    top: 0;
    right: 0;
    width: 15%;
    max-width: 176px;
}

.sec-about .illust .p-l {
    position: absolute;
    top: 25%;
    left: 18%;
    z-index: 3;
    width: 15%;
    max-width: 155px;
}

.sec-about .illust .p-r {
    position: absolute;
    top: 25%;
    right: 18%;
    z-index: 3;
    width: 20%;
    max-width: 223px;
}

@media (min-width: 768px) {
    .sec-about .txt-about {
        width: 65%;
    }

    .sec-about .contents {
        width: 65%;
        margin: 0 auto;
        padding: 10% 8% 20%;
    }

    .sec-about .illust .ryu {
        width: 90%;
        max-width: 937px;
        right: 0;
        margin: 0 auto;
    }

    .sec-about .illust .p-l {
        top: auto;
        bottom: 5%;
        left: 10%;
    }

    .sec-about .illust .p-r {
        top: auto;
        bottom: 5%;
        right: 10%;
    }
}

@media (min-width: 1024px) {
    .sec-about .txt-about {
        transform: translateY(4rem);
    }

    .sec-about .contents {
        border-radius: 50% / 40%;
        padding: 8rem 8rem 10rem;
    }

    .sec-about .contents .title {
        font-size: 2.5rem;
        margin: 10px 0 0;
    }

    .sec-about .contents .txt-lead {
        font-size: 1.125rem;
        margin-bottom: 2rem;
    }

    .sec-about .illust .p-l {
        bottom: 25%;
        left: auto;
        right: 85%;
    }

    .sec-about .illust .p-r {
        bottom: 25%;
        right: auto;
        left: 75%;
    }
}

@media (min-width: 1280px) {
    .sec-about {
        margin-bottom: 5rem;
    }

    .sec-about .contents .txt-lead {
        margin-bottom: 5rem;
    }

    .sec-about .illust .cloud-l {
        top: 39%;
        left: 8%;
    }

    .sec-about .illust .cloud-r {
        top: 33%;
        right: 10%;
    }

    .sec-about .illust .p-l {
        bottom: 16%;
        right: 81%;
    }

    .sec-about .illust .p-r {
        bottom: 16%;
        left: 78%;
    }
}

/* ------------------------------- 
sec-service サービス紹介
------------------------------- */
.sec-service {
    margin-bottom: 3rem;
}

.service-item .service-link {
    background: #fff;
    text-decoration: none;
    color: var(--c-gry);
    border: solid 1px var(--c-green);
    border-radius: 20px;
    box-shadow: 10px 10px 0px #85c7b0;
    margin: 10px 10vw;
    padding: 30px;
    position: relative;
}

.service-item .service-link::after {
    content: "";
    position: absolute;
    bottom: 30px;
    right: 30px;
    width: 15px;
    height: 15px;
    background-image: url(../img/common/ico-arrow.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    filter: invert(30%) sepia(12%) saturate(4657%) hue-rotate(105deg) brightness(101%) contrast(105%);
}

.service-item .service-link .img {
    width: 100%;
    aspect-ratio: 1 / 0.688;
    overflow: hidden;
}

.service-item .service-link .label {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 65px;
    aspect-ratio: 1/1;
    position: absolute;
    top: -6px;
    left: 15px;
    font-size: 0.875rem;
    font-weight: 700;
    line-height: 120%;
    text-align: center;
    color: #fff;
    background: var(--c-green);
}

.service-item .service-link .label::after {
    content: "";
    position: absolute;
    bottom: -10px;
    width: 100%;
    height: 10px;
    background: var(--c-green);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 50% 0, 0 100%, 0 0);
}

.service-item .service-link .info .title {
    color: var(--c-green);
    font-size: 1.25rem;
    font-weight: 700;
    margin: 15px 0 0;
}

.service-item .service-link .info .txt-lead {
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 200%;
    margin: 15px 0 0;
}

/* 交互に色変え */
.service-item.even .service-link {
    border: solid 1px var(--c-red);
}

.service-item.even .service-link::after {
    filter: invert(11%) sepia(77%) saturate(5348%) hue-rotate(350deg) brightness(118%) contrast(81%);
    transition: all 0.3s ease;
}

.service-item.even .service-link .label,
.service-item.even .service-link .label::after {
    background: var(--c-red);
}

.service-item.even .service-link .info .title {
    color: var(--c-red);
}

.sec-service .link-arrow {
    margin-top: 1rem;
}

@media (min-width: 768px) {
    .service-item .service-link {
        margin: 10px 5vw;
    }

    .service-item .service-link .label::after {
        bottom: -9px;
    }
}

@media (min-width: 1024px) {
    .service-item .service-link {
        gap: 4%;
        margin: 10px 2vw;
        padding: 40px;
        border-radius: 30px;
    }

    .service-item .service-link .label {
        left: auto;
        right: 30px;
    }

    .service-item .service-link .img,
    .service-item .service-link .info {
        width: 48%;
    }
}

@media (min-width: 1280px) {
    .sec-service {
        margin-bottom: 0;
    }

    .service-item .service-link {
        gap: 5%;
        align-items: center;
    }

    .service-item .service-link:hover {
        transform: translateY(-5px);
        box-shadow: 15px 15px 0px #85c7b0;
    }

    .service-item .service-link:hover::after {
        width: 20px;
        height: 20px;
    }

    .service-item .service-link .label {
        width: 100px;
    }

    .service-item .service-link .img,
    .service-item .service-link .info {
        width: 47.5%;
    }
}

/* ------------------------------- 
sec-facility 施設紹介
------------------------------- */
.sec-facility {
    margin-bottom: 3rem;
    background-image: url(../img/top/facility-mt-l.png), url(../img/top/facility-mt-r.png), url(../img/top/facility-bt.png);
    background-repeat: no-repeat;
    background-position: left -1rem top 0, right -1rem top 0, right 0 bottom 0;
    background-size: 25% auto, 25% auto, 30% auto;
    padding-top: 1rem;
}

.facility-list.flex {
    gap: 30px 5%;
}


.facility-item .facility-link {
    background: #fff;
    text-decoration: none;
    color: var(--c-gry);
    border-radius: 20px;
    box-shadow: 10px 10px 0px #85c7b0;
    padding: 30px;
    position: relative;
    height: 100%;
}

.facility-item .facility-link::before,
.facility-item .facility-link::after {
    width: 32px;
    height: 32px;
    position: absolute;
    right: 10px;
    bottom: 10px;
    margin: auto 0;
    transition: all 0.3s ease;
}

.facility-item .facility-link::before {
    content: "";
    background-color: var(--c-green);
    border-radius: 50%;
}

.facility-item .facility-link::after {
    content: url('../img/common/ico-arrow.svg');
    text-align: center;
    filter: invert(100%) sepia(93%) saturate(3%) hue-rotate(200deg) brightness(106%) contrast(100%);
}

.facility-item .facility-link .img {
    width: 100%;
    aspect-ratio: 1 / 0.688;
    overflow: hidden;
}

.facility-item .facility-link .title {
    font-size: 1.25rem;
    font-weight: 700;
    margin: 15px 0 0;
}

.facility-item .facility-link .address {
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 200%;
    font-size: 0.875rem;
    font-style: normal;
    margin: 15px 0 0;
}

.facility-item .btn-cir {
    align-content: center;
    width: 109px;
    height: 109px;
    border-radius: 50%;
    background: var(--c-green);
    color: #fff;
    text-decoration: none;
    font-size: 1.125rem;
    font-weight: 500;
}

.facility-item .btn-cir span {
    display: block;
    width: 100%;
    text-align: center;
}

.facility-item .btn-cir::before {
    content: "";
    display: block;
    margin: 0 auto;
    width: 15px;
    height: 17px;
    background: url('../img/common/ico-arrow.svg') no-repeat center;
    background-size: contain;
    text-align: center;
    filter: invert(89%) sepia(45%) saturate(23%) hue-rotate(349deg) brightness(106%) contrast(106%);
}

@media (min-width: 768px) {
    .facility-list.flex {
        gap: 4vw 5%;
    }

    .facility-item {
        width: 45%;
    }

    .facility-item:nth-last-child(1) {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
    }
}

@media (min-width: 1024px) {
    .sec-facility {
        background-size: 25% auto, 25% auto, 20% auto;
        padding-top: 5rem;
    }

    .facility-list.flex {
        gap: 4.5vw 7%;
    }

    .facility-item {
        width: 28.6%;
    }

    .facility-item .facility-link {
        padding: 40px 40px 50px;
    }

    .facility-item .facility-link .title {
        font-size: 1.125rem;
    }

}

@media (min-width: 1280px) {
    .sec-facility {
        background-position: left -2% top 0, right -2% top 0, right 5% bottom 0;
        background-size: 364px auto, 450px auto, 235px auto;
        padding-top: 10rem;
        margin-bottom: 8rem;
    }

    .facility-item .facility-link:hover {
        transform: translate(0, -10px);
        box-shadow: 15px 15px 0px #85c7b0;
    }

    .facility-item .facility-link:hover::before,
    .facility-item .facility-link:hover::after {
        width: 46px;
        height: 46px;
    }

    .facility-item .facility-link::after {
        line-height: 28px;
    }

    .facility-item .facility-link:hover::after {
        line-height: 42px;
    }

    .facility-item .btn-cir:hover {
        width: 130px;
        height: 130px;
    }
}

/* ------------------------------- 
area-banner バナー群
------------------------------- */
.area-banner {
    padding: 3rem 0;
}

.area-banner ul.flex {
    gap: 30px 2.5%;
    margin: 0;
    padding: 0;
    list-style: none;
}

/* 写真バナー */
.banner-img {
    position: relative;
    display: block;
    width: 100%;
    aspect-ratio: 1 / 0.488;
    overflow: hidden;
    border-radius: 20px;
    filter: drop-shadow(6px 6px 0px rgba(0, 0, 0, 0.1));
}

.banner-img::before,
.banner-img::after {
    width: 32px;
    height: 32px;
    position: absolute;
    right: 10px;
    bottom: 10px;
    margin: auto 0;
    transition: all 0.3s ease;
}

.banner-img::before {
    content: "";
    background-color: var(--c-green);
    border-radius: 50%;
}

.banner-img::after {
    content: url('../img/common/ico-arrow.svg');
    text-align: center;
    filter: invert(100%) sepia(93%) saturate(3%) hue-rotate(200deg) brightness(106%) contrast(100%);
}

.banner-img .title {
    position: absolute;
    bottom: 15px;
    left: 20px;
    color: #fff;
    margin: 0;
    padding-right: 30px;
}

.banner-img .title .sub {
    display: block;
    font-size: 0.875rem;
    font-weight: 700;
    letter-spacing: 0.05em;
}

.banner-img .title .main {
    display: block;
    font-size: 1.25rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    line-height: 150%;
}

/* 広報誌バナー */
.banner-magazine {
    position: relative;
    width: 100%;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    padding: 0 20px 30px;
    background: url(../img/top/bnr-mag-bg.jpg);
    background-size: 200px auto;
    border-radius: 20px;
    text-decoration: none;
    color: var(--c-gry);
    filter: drop-shadow(6px 6px 0px rgba(0, 0, 0, 0.1));
}

.banner-magazine .text {
    text-align: center;
    order: 2;
}

.banner-magazine .text .t01 {
    display: inline-block;
    background: #3f7d58;
    border-radius: 20px;
    color: #fff;
    padding: 5px 30px;
    font-size: 0.875rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.05em;
}

.banner-magazine .text .t02 {
    display: block;
    font-size: 6.8vw;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.15em;
    margin-top: 1rem;
}

.banner-magazine .text .t03 {
    display: block;
    font-size: 3.5vw;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.15em;
    margin: 1rem 0 1.5rem;
}

/* インスタバナー */
.banner-instagram {
    gap: 0;
}

.banner-instagram .text {
    text-align: center;
    order: 2;
}

.banner-instagram .text .comment {
    display: inline-block;
    font-size: 3.8vw;
    font-weight: 700;
    letter-spacing: 0.15em;
    line-height: 204%;
    text-align: center;
    padding: 0 23px;
    position: relative;
}

.banner-instagram .text .comment::before,
.banner-instagram .text .comment::after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 23px;
    height: 90%;
    background: url('../img/top/bnr-insta-bd.svg') no-repeat center;
    background-size: contain;
}

.banner-instagram .text .comment::before {
    left: 0;
}

.banner-instagram .text .comment::after {
    right: 0;
    transform: scaleX(-1);
}

.banner-instagram .btn-instagram {
    display: inline-block;
    color: #fff;
    background: radial-gradient(92.18% 99.11% at 26.56% 107.7%, #ffdd55, #ffdd55 10%, #ff543e 50%, #c837ab);
    position: relative;
    padding: 13px 40px;
    border-radius: 78px;
    font-size: 3.7vw;
    font-weight: 500;
    letter-spacing: 0.15em;
    line-height: 204%;
    text-align: center;
    text-decoration: none;
}

.banner-instagram .btn-instagram::before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url('../img/common/ico-insta.svg') no-repeat center;
    background-size: contain;
    margin-right: 10px;
    vertical-align: middle;
    filter: invert(89%) sepia(45%) saturate(23%) hue-rotate(349deg) brightness(106%) contrast(106%);
}

@media (min-width: 768px) {
    .area-banner .width-half {
        width: 48.75%;
    }

    .area-banner .width-full {
        width: 100%;
    }

    /* 広報誌バナー */
    .banner-magazine {
        padding: 30px 20px;
    }

    .banner-magazine .text {
        order: 1;
        width: 60%;
    }

    .banner-magazine .img {
        order: 2;
        width: 40%;
    }

    .banner-magazine .text .t02 {
        font-size: 4.2vw;
    }

    .banner-magazine .text .t03 {
        font-size: 2vw;
    }

    /* インスタバナー */
    .banner-instagram {
        align-items: center;
    }

    .banner-instagram .text {
        order: 1;
        width: 55%;
    }

    .banner-instagram .text .comment {
        font-size: 2vw;
    }

    .banner-instagram .btn-instagram {
        font-size: 2vw;
    }

    .banner-instagram .img {
        order: 2;
        width: 45%;
    }
}

@media (min-width: 1024px) {

    /* 広報誌バナー */
    .banner-magazine {
        padding: 10px 20px;
    }
}

@media (min-width: 1280px) {
    .area-banner {
        padding: 5rem 0;
    }

    .area-banner ul.flex {
        gap: 50px 2.5%;
    }

    /* 写真バナー */
    .banner-img {
        filter: drop-shadow(10px 10px 0px rgba(0, 0, 0, 0.1));
    }

    .banner-img:hover {
        transform: translate(0, -10px);
        filter: drop-shadow(15px 15px 0px rgba(0, 0, 0, 0.1));
    }

    .banner-img:hover::before,
    .banner-img:hover::after {
        width: 46px;
        height: 46px;
    }

    .banner-img::after {
        line-height: 28px;
    }

    .banner-img:hover::after {
        line-height: 42px;
    }

    .banner-img .title {
        bottom: 2.5rem;
        left: 3rem;
    }

    .banner-img .title .sub {
        font-size: 1.25vw;
    }

    .banner-img .title .main {
        font-size: 1.875vw;
    }

    /* 広報誌バナー */
    .banner-magazine .text .t01 {
        font-size: 1.125vw;
        font-weight: 500;
    }

    .banner-magazine .text .t02 {
        font-size: 3.375vw;
    }

    .banner-magazine .text .t03 {
        font-size: 1.375vw;
        margin-bottom: 2vw;
    }

    .banner-magazine:hover{
        transform: translate(0, -10px);
        filter: drop-shadow(12px 12px 0px rgba(0, 0, 0, 0.1));
    }

    /* インスタバナー */
    .banner-instagram .text .comment {
        font-size: 1.375vw;
    }

    .banner-instagram .btn-instagram {
        font-size: 1.125vw;
    }

    .banner-instagram .btn-instagram:hover{
        transform: translate(0, -5px);
    }
}

/* ------------------------------- 
banner-photocon フォトコンバナー
------------------------------- */
.banner-photocon {
    background: #4bbc7a;
    color: #fff;
    padding: 2rem 8vw 3rem;
}

.banner-photocon>.flex {
    justify-content: center;
}

.banner-photocon .text .title {
    max-width: 400px;
    margin: 0 auto;
}

.banner-photocon .txt-lead {
    letter-spacing: 0.1em;
    line-height: 204%;
    font-weight: 500;
    text-align: center;
    margin: 0 0 1rem;
}

@media (min-width: 768px) {
    .banner-photocon .img {
        width: 80%;
        margin: 0 auto;
    }
}

@media (min-width: 1024px) {
    .banner-photocon {
        padding: 2rem 4vw 3rem;
    }

    .banner-photocon>.flex {
        align-items: center;
    }

    .banner-photocon .img {
        width: 45%;
    }

    .banner-photocon .text {
        width: 55%;
    }

    .banner-photocon .text .title {
        max-width: 524px;
    }
}

/* ------------------------------- 
banner-recruit 採用バナー
------------------------------- */
.banner-recruit {
    position: relative;
    padding: 3rem 0;
}

.banner-recruit .banner-recruit-link {
    position: relative;
    z-index: 1;
    display: inline-block;
    width: calc(100% - 16vw);
    max-width: 1176px;
    margin: 0 auto;
    border-radius: 20px;
    border: solid 1px #fff;
    overflow: hidden;
    box-shadow: 4px 4px 4px #a5d3d6;
}

.banner-recruit .illust01 {
    position: absolute;
    top: 10px;
    right: 0;
    width: 20%;
    max-width: 200px;
}

@media (min-width: 1280px) {
    .banner-recruit {
        padding: 7rem 0 3rem;
    }

    .banner-recruit .banner-recruit-link:hover {
        transform: translate(0, -10px);
        box-shadow: 8px 8px 8px #a5d3d6;
    }

    .banner-recruit .illust01 {
        top: 2rem;
        right: 2%;
        width: 10%;
    }
}

/* ------------------------------- 
video modal 動画モーダル
------------------------------- */
/* バナー */
.movie-banner {
    display: block;
    border: none;
    background: none;
    padding: 0;
    margin-bottom: 3rem;
    cursor: pointer;
    transition: transform .6s ease;
}

.movie-banner img {
    width: 100%;
    height: auto;
    display: block;
}

@media (min-width: 1280px) {
    .movie-banner {
        margin-bottom: 5rem;
    }

    .movie-banner:hover {
        transform: translate(0, -10px);
    }
}

/* モーダル */
.movie-modal {
    position: fixed;
    inset: 0;
    z-index: 9999;

    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
}

/* 開いた時 */
.movie-modal.is-open {
    opacity: 1;
    visibility: visible;
}

.movie-modal__bg {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.8);
}

.movie-modal__content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

    width: min(90vw, 1280px);
}

/* 閉じるボタン */
.movie-modal__close {
    position: absolute;
    top: -40px;
    right: 0;

    border: none;
    background: none;
    color: #fff;
    font-size: 32px;
    cursor: pointer;
}

/* 動画比率 */
.movie-modal__video {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    /* 16:9 */
    background: #000;
}

.movie-modal__video iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}