@charset "UTF-8";

:root {
    --header-height: 200px;
    --header-navi-height: 115px;
}

@media screen and (max-width:1500px) {
    :root {
        --header-height: 185px;
        --header-navi-height: 100px
    }
}

@media screen and (max-width:1440px) {
    :root {
        --header-height: 175px
    }
}

@media screen and (max-width:1200px) {
    :root {
        --header-height: 170px;
        --header-navi-height: 90px
    }
}

@media screen and (max-width:1023px) {
    :root {
        --header-height: 160px;
        --header-navi-height: 85px
    }
}

@media screen and (max-width:880px) {
    :root {
        --header-height: 120px;
        --header-navi-height: 80px
    }
}

@media screen and (max-width:767px) {
    :root {
        --header-height: 110px;
        --header-navi-height: 75px
    }
}

@media screen and (max-width:480px) {
    :root {
        --header-height: 110px;
        --header-navi-height: 70px
    }
}

.is-locked header#top-hero-header {
    filter: initial
}

.is-locked .sec_fixed_link {
    visibility: hidden;
}

@media screen and (min-width:1024px) {
    .wrap__mobile_navi {
        display: none
    }
}

.hero-copy-container {
    width: 95%;
    margin-right: auto;
    margin-left: auto;
    padding: 0 10px;
}

@media screen and (max-width:1440px) {
    .hero-copy-container {
        width: 97.5%
    }
}

div#hero-top {
    position: relative;
}

header#top-hero-header {
    display: flex;
    align-items: center;
    width: 95%;
    background: rgba(255, 255, 255, .925);
    padding: 20px 35px;
    border-radius: 35px;
    height: var(--header-navi-height);
    filter: drop-shadow(0 0 15px rgba(0, 0, 0, .05));
    transition: filter .4s, border .4s;
    border: 4px solid rgba(255, 255, 255, .075);
}

header#top-hero-header.is-show {
    filter: drop-shadow(0 0 15px rgba(0, 0, 0, .15));
    border: 4px solid var(--main-color1);
}

@media screen and (max-width:1200px) {
    header#top-hero-header {
        border: 3px solid rgba(255, 255, 255, .075)
    }

    header#top-hero-header.is-show {
        border: 3px solid var(--main-color1)
    }
}

@media screen and (max-width:767px) {
    header#top-hero-header {
        border: 2px solid rgba(255, 255, 255, .075)
    }

    header#top-hero-header.is-show {
        border: 2px solid var(--main-color1)
    }
}

.is-locked header#top-hero-header.is-show {
    filter: initial;
    border: initial;
}

.wrapper__header.wrapper__header_top,
.wrapper__header.wrapper__header_index,
.wrapper__header.wrapper__header_entry {
    width: 100%;
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    height: var(--header-height);
    top: 0;
    left: 0;
    z-index: 1002;
}

h1.site-name2 {
    margin: 0;
    width: 100%;
}

.header-logo2 {
    width: 30%;
    display: flex;
    justify-content: start;
}

.wrap__global_navi2 {
    width: 70%;
    display: flex;
    align-items: center;
}

.navbar ul li a {
    font-size: 17px;
    transition: color .3s;
}

.navbar ul li a:hover {
    color: var(--main-color1);
}

.navbar li {
    margin: 0 20px;
}

img.logo__header2 {
    width: 100%;
    max-width: 350px;
    max-height: 85px;
}

a.a__header_cv_btn {
    color: #fff;
    background: var(--main-color1);
    margin: 0 0 0 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 350px;
    padding: 18px;
    font-size: 17px;
    font-weight: bold;
    border-radius: 100px;
    max-width: 385px;
    transition: background .25s, color .25s;
}

a.a__header_cv_btn:hover {
    text-decoration: none;
}

a.a__header_cv_btn i {
    margin-left: 25px;
    transition: background .25s, color .25s, transform .25s;
}

li.li__header-logo_r a i {
    color: #7d0e00;
    margin-right: 2px;
}

.site-header {
    position: initial;
    top: 0;
    left: 0;
    z-index: 5000;
    width: 17%;
    padding: 0;
    background: initial;
    border-top: initial;
    border-bottom: initial;
    padding: 0 calc(5px + constant(safe-area-inset-right)) 0 calc(5px + constant(safe-area-inset-left));
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

a#nav-open-btn {
    width: 63px;
    height: 63px;
    border-radius: 999px;
}

.icon-toggle-menu {
    width: 35px;
    height: 3px;
    margin: 6px 0;
    border-radius: 0;
}

.icon-toggle-menu:before {
    top: -10px;
}

.icon-toggle-menu:after {
    bottom: -10px;
}

.icon-toggle-menu:after,
.icon-toggle-menu:before {
    width: 35px;
    height: 3px;
    border-radius: 0;
}

[aria-expanded=true] .icon-toggle-menu:after,
[aria-expanded=true] .icon-toggle-menu:before {
    position: absolute;
    display: block;
    width: 35px;
    height: 3px;
    background-color: #fff;
    border-radius: 1px;
    -webkit-transition: background .25s, color .25s, transform .25s;
    transition: background .25s, color .25s, transform .25s;
    content: "";
}

[aria-expanded=true] .icon-toggle-menu:before {
    transform: translate(0, 10px) rotate(45deg);
}

[aria-expanded=true] .icon-toggle-menu:after {
    transform: translate(0, -10px) rotate(-45deg);
}

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

    [aria-expanded=true] .icon-toggle-menu:after,
    [aria-expanded=true] .icon-toggle-menu:before {
        width: 30px
    }
}

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

    [aria-expanded=true] .icon-toggle-menu:after,
    [aria-expanded=true] .icon-toggle-menu:before {
        width: 28px
    }

    [aria-expanded=true] .icon-toggle-menu:before {
        transform: translate(-1px, 8px) rotate(45deg)
    }

    [aria-expanded=true] .icon-toggle-menu:after {
        transform: translate(-1px, -8px) rotate(-45deg)
    }
}

@media (any-hover:hover) {
    a.a__header_cv_btn:hover i {
        transform: translateX(10px)
    }
}

@media screen and (max-width:1700px) {
    .navbar ul li a {
        font-size: 16px
    }

    .navbar li {
        margin: 0 15px
    }

    .header-logo2 {
        width: 25%
    }

    .wrap__global_navi2 {
        width: 75%
    }

    a.a__header_cv_btn {
        font-size: 16px;
        margin: 0 0 0 15px
    }
}

@media screen and (max-width:1500px) {
    .header-logo2 {
        width: 23%
    }

    .wrap__global_navi2 {
        width: 77%
    }

    img.logo__header2 {
        max-height: 65px
    }
}

@media screen and (max-width:1440px) {
    header#top-hero-header {
        width: 97.5%;
        border-radius: 25px
    }

    .navbar ul li a {
        font-size: 15px
    }

    a.a__header_cv_btn {
        font-size: 15px;
        width: 285px
    }

    .navbar li {
        margin: 0 11px
    }
}

@media screen and (max-width:1400px) {
    .header-logo2 {
        width: 22.5%
    }

    .wrap__global_navi2 {
        width: 77.5%
    }
}

@media screen and (max-width:1200px) {
    header#top-hero-header {
        padding: 20px 27px
    }

    .header-logo2 {
        width: 20%
    }

    .wrap__global_navi2 {
        width: 80%
    }

    .navbar ul li a {
        font-size: 13px
    }

    a.a__header_cv_btn {
        margin: 0 0 0 10px;
        width: 225px;
        font-size: 13px
    }

    a.a__header_cv_btn i {
        margin-left: 15px
    }

    a.a__header_cv_btn:hover i {
        transform: translateX(5px)
    }
}

@media screen and (max-width:1023px) {
    .header-logo2 {
        width: 25%
    }

    .wrap__global_navi2 {
        width: 75%
    }

    .wrap__global_navi2 nav.navbar ul {
        display: none
    }

    a.a__header_cv_btn {
        margin: 0 10px 0 0;
        width: 325px;
        font-size: 14px
    }

    .mobile-nav.is-opened {
        opacity: 1
    }

    .mobile-nav.is-active {
        display: block
    }

    .mobile-nav-inner {
        align-items: center;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: start;
        _align-items: start;
        -ms-flex-pack: center;
        justify-content: center;
        box-sizing: border-box;
        width: 100%;
        height: 100%;
        padding: 30px 0;
        overflow-y: scroll;
        -webkit-overflow-scrolling: touch
    }

    .is-locked .header-logo2,
    .is-locked a.a__header_cv_btn {
        visibility: hidden
    }

    .mobile-nav {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 1000;
        display: none;
        box-sizing: border-box;
        width: 100%;
        height: 100%;
        padding-top: 0;
        background-color: #fff;
        opacity: 0;
        transition-timing-function: cubic-bezier(.25, .46, .45, .94);
        transition-duration: .3s;
        transition-property: opacity .3s, background-color .3s
    }

    nav.mobile-navbar {
        width: 100%
    }

    .mobile-navbar-list {
        margin: 0;
        padding: 0;
        line-height: 1;
        text-align: center;
        list-style: none;
        font-size: 18px
    }

    ul.mobile-navbar-list a {
        position: relative;
        font-weight: 600;
        padding: 18px 0;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 20px
    }

    ul.mobile-navbar-list a::before {
        content: "";
        width: 10px;
        height: 10px;
        background: var(--main-color1);
        border-radius: 40px;
        top: 0;
        left: 0;
        margin-right: 10px;
        position: initial
    }

    a.a__header_cv_btn__mobile-navbar {
        background: var(--main-color1);
        padding: 20px;
        font-size: 15px;
        color: #fff;
        margin-top: 15px;
        display: block;
        border-radius: 40px;
        width: 95%;
        margin: 0 auto;
        max-width: 345px;
        text-align: center
    }

    a.a__header_cv_btn__mobile-navbar i {
        margin-left: 10px
    }

    .mobile-navbar-footer {
        margin: 15px 0 0
    }

    .wrap__company_info_mobile-navbar {
        margin: 60px auto 0;
        width: 85%;
        max-width: 265px
    }
}

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

@media screen and (max-width:880px) {
    .header-logo2 {
        width: 30%
    }

    .wrap__global_navi2 {
        width: 70%
    }

    a.a__header_cv_btn {
        max-width: 325px;
        font-size: 13px;
        padding: 15px
    }

    header#top-hero-header {
        padding: 15px 27px
    }

    a#nav-open-btn {
        width: 57px;
        height: 57px
    }

    .icon-toggle-menu {
        width: 35px
    }

    .icon-toggle-menu:after,
    .icon-toggle-menu:before {
        width: 35px
    }
}

@media screen and (max-width:767px) {
    header#top-hero-header {
        padding: 15px 25px;
        border-radius: 25px
    }

    .header-logo2 {
        width: 35%
    }

    .wrap__global_navi2 {
        width: 65%
    }

    .wrap__global_navi2 {
        display: flex;
        justify-content: end
    }

    a.a__header_cv_btn {
        max-width: 195px;
        font-size: 12px;
        padding: 12px;
        width: 60%
    }

    a#nav-open-btn {
        width: 52px;
        height: 52px
    }

    ul.mobile-navbar-list a {
        font-size: 18px;
        padding: 17px 0
    }

    .icon-toggle-menu {
        width: 30px
    }

    .icon-toggle-menu:after,
    .icon-toggle-menu:before {
        width: 30px
    }

    img.logo__header2 {
        max-height: 55px
    }
}

@media screen and (max-width:480px) {
    .header-logo2 {
        width: 65%
    }

    .wrap__global_navi2 {
        width: 35%
    }

    header#top-hero-header {
        width: 95.5%
    }

    a.a__header_cv_btn {
        display: none
    }

    header#top-hero-header {
        border-radius: 20px
    }

    a#nav-open-btn {
        width: 47px;
        height: 47px
    }

    ul.mobile-navbar-list a {
        font-size: 17px
    }

    .icon-toggle-menu {
        width: 25px
    }

    .icon-toggle-menu:after,
    .icon-toggle-menu:before {
        width: 25px
    }

    .icon-toggle-menu:before {
        top: -8px
    }

    .icon-toggle-menu:after {
        bottom: -8px
    }
}

@media screen and (max-width:400px) {
    ul.mobile-navbar-list a {
        font-size: 15px;
        padding: 15px 0
    }
}

#adminBox,
.acms-admin-box {
    margin-top: 0;
    margin-bottom: 0;
}

.acms-container.wrap__top_adminBox {
    z-index: 1;
    position: absolute;
    top: calc(var(--header-height) - 40px);
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    width: 100%;
}

.top_body #adminBox,
.acms-admin-box {
    margin-top: 10px;
    margin-bottom: 0;
    background-color: rgb(228 229 234 / 75%);
}

.acms-container #adminBox,
.acms-container .acms-admin-box #adminBox {
    border-radius: 20px;
}

@media screen and (max-width:1440px) {
    .acms-container.wrap__top_adminBox {
        top: calc(var(--header-height) - 35px)
    }
}

@media screen and (max-width:880px) {
    .acms-container.wrap__top_adminBox {
        top: calc(var(--header-height) - 15px)
    }
}

@media screen and (max-width:480px) {
    .acms-container.wrap__top_adminBox {
        top: calc(var(--header-height) - 20px)
    }
}

section#top-hero {
    position: relative;
    margin-bottom: 60px;
}

.top_hero_copy {
    position: absolute;
    z-index: 10;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
}

ul.swiper-wrapper {
    margin: 0;
    padding: 0;
    width: 100%;
}

li.swiper-slide {
    display: flex;
    align-items: center;
}

section#top-hero ul {
    margin: 0;
    display: flex;
    align-items: center;
}

#top-hero .swiper-wrapper li.swiper-slide-active img {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

#top-hero .swiper-wrapper li img {
    width: 100%;
    height: auto;
    -moz-transition: -moz-transform 15s linear;
    -webkit-transition: -webkit-transform 15s linear;
    -o-transition: -o-transform 15s linear;
    -ms-transition: -ms-transform 15s linear;
    transition: transform 15s linear;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

p.p__top_hero_copy {
    font-size: 50px;
    font-weight: bold;
    margin: 0;
    padding: 0;
    transition: background .25s, color .25s;
    line-height: 1;
    color: #111;

    span {
        box-decoration-break: clone;
        -webkit-box-decoration-break: clone;
        font-size: clamp(50px, 3.25vw, 60px);
        color: #111;
        background: rgba(255, 255, 255, .915);
        padding: 12px 25px;
        font-weight: 600;
        display: inline;
        text-align: left;
        margin-bottom: 10px;
        line-height: 1.85;
        border-radius: 8px
    }
}

@media screen and (min-width:961px) {
    section#top-hero {
        max-height: 1000px;
        min-height: 600px
    }

    section#top-hero .swiper-wrapper img {
        width: 100%;
        -o-object-fit: cover;
        object-fit: cover
    }
}

@media screen and (min-width:1280px) {
    section#top-hero {
        max-height: 100vh;
        min-height: 800px;
        aspect-ratio: 16 / 10;
        width: 100%
    }
}

@media screen and (min-width:1601px) {
    p.p__top_hero_copy {
        _font-size: 60px
    }
}

@media screen and (max-width:1300px) {
    p.p__top_hero_copy {
        _font-size: 45px
    }

    p.p__top_hero_copy {
        span {
            font-size: clamp(32px, 3.5vw, 37px);
            padding: 9px 20px;
            line-height: 1.9
        }
    }
}

@media screen and (max-width:980px) {
    #top-hero .swiper-wrapper li img {
        min-height: 40vh;
        object-fit: cover
    }
}

@media screen and (max-width:960px) {
    section#top-hero {
        max-height: 800px
    }
}

@media screen and (max-width:767px) {
    section#top-hero {
        margin-bottom: 40px
    }

    .hero-copy-container {
        padding: 0
    }

    section#top-hero,
    section#top-hero ul,
    section#top-hero .swiper-wrapper li img {
        height: calc(92.5vh - 151px);
        max-height: 1000px;
        min-height: 400px
    }

    p.p__top_hero_copy {
        span {
            font-size: clamp(28px, 5vw, 35px);
            padding: 10px 20px;
            line-height: 2
        }
    }

    @media (any-hover:hover) {}
}

@media screen and (max-width:480px) {
    .hero-copy-container {
        width: 95.5%
    }

    section#top-hero,
    section#top-hero ul,
    section#top-hero .swiper-wrapper li img {
        height: 75vh;
        max-height: 650px;
        min-height: 300px
    }

    p.p__top_hero_copy {
        span {
            font-size: clamp(23px, 7vw, 28px);
            padding: 7px 15px;
            line-height: 1.5
        }
    }

    @media (any-hover:hover) {}
}

.wrap__entry_summary_pickup_top section#ES_entry_card.wrap__entry_card_pickup {
    margin-top: 120px;
}

.wrap__entry_summary_pickup_top a.a__card__ES_index {
    margin-bottom: 0;
}

@media screen and (min-width:768px) {
    section#ES_entry_card.wrap__entry_card_pickup .acms-container {
        padding: 0 10px
    }
}

@media screen and (min-width:1441px) {
    .wrap__entry_summary_pickup_top section#ES_entry_card.wrap__entry_card_pickup .acms-container {
        padding: 0
    }
}

@media screen and (max-width:480px) {
    .wrap__entry_summary_pickup_top section#ES_entry_card.wrap__entry_card_pickup {
        margin-top: 60px
    }

    .wrap__entry_summary_pickup section#ES_entry_card>div {
        padding-left: 10px;
        padding-right: 10px
    }
}

section#common-header-space {
    display: block;
    height: var(--header-height);
    background: var(--main-color1);
}

section.sec_fixed_link {
    z-index: 1003;
    position: fixed;
    right: 0;
    top: 0;
    margin: 0 auto;
    width: 100%;

    .wrap__a__sec_fixed_link {
        display: flex;
        width: 95%;
        align-items: center;
        justify-content: end;
        margin: 0 auto;

        a {
            background: #ffd900;
            padding: 8px 30px;
            border-radius: 0 0 13px 13px;
            margin-left: 20px;
            transition: background .3s;
            font-weight: 600;
            display: block;
            font-size: 14px
        }

        a i {
            margin-right: 8px;
            transition: transform .3s
        }

        a:first-child {
            margin-left: 0
        }

        a:hover {
            text-decoration: none;
            background: #f6c500
        }

        a:hover i {
            transform: translateX(5px)
        }
    }
}

@media screen and (max-width:1500px) {
    section.sec_fixed_link {
        .wrap__a__sec_fixed_link {
            a {
                padding: 8px 25px;
                border-radius: 0 0 13px 13px
            }
        }
    }
}

@media screen and (max-width:1440px) {
    section.sec_fixed_link {
        .wrap__a__sec_fixed_link {
            width: 97.5%;

            a {
                padding: 7px 30px;
                font-size: 13px
            }
        }
    }
}

@media screen and (max-width:1200px) {
    section.sec_fixed_link {
        .wrap__a__sec_fixed_link {
            a {
                padding: 7px 22px
            }
        }
    }
}

@media screen and (max-width:880px) {
    section.sec_fixed_link {
        display: none
    }
}