@charset "UTF-8";

.head {
    color: var(--c-primary);
}

.head.-secondary {
    color: var(--c-secondary);
}

.head.-white {
    color: var(--c-white);
}

.head_en {
    font-style: normal;
    font-weight: 500;
    font-size: 50px;
    line-height: 1;
    font-family: "Lexend Deca", sans-serif;
    font-optical-sizing: auto;
    letter-spacing: 0.05em;
}

.head_ttl {
    margin-top: 14px;
    font-weight: bold;
    font-size: 20px;
    line-height: 1.4;
}

.hero {
    position: relative;
}

.hero_bg {
    display: grid;
    grid-template-columns: 260fr 1100fr;
    gap: calc(80 / 1440 * 100%);
    height: 100vh;
}

.hero_bg > img {
    width: 100%;
    object-fit: cover;
}

.hero_bg > img.-main {
    height: calc(100vh - 80px);
}

body.-load .hero_bg > img.-main {
    mask-position: center 0;
}

.hero_bg > img.-sub {
    height: auto;
    margin-top: var(--hd-height);
}

body.-load .hero_bg > img.-sub {
    mask-position: center 0;
}

.hero_cnt {
    position: absolute;
    right: calc(963 / 1440 * 100%);
    bottom: 36px;
}

.hero_heart {
    opacity: 0;
    text-align: center;
    transform: translate(-10%, -20%);
    transition-property: transform, opacity;
    transition-duration: 1s;
    transition-timing-function: cubic-bezier(0.55, 0.05, 0.22, 0.99);
    transition-delay: 0.6s;
}

body.-load .hero_heart {
    opacity: 1;
    transform: translate(0%, 0%);
    animation: floating-y 1.8s ease-in-out infinite alternate-reverse;
}

.hero_catch {
    display: grid;
    gap: 5px;
    position: relative;
    z-index: 10;
    width: 400px;
    margin-top: 30px;
}

.hero_catch > span {
    display: flex;
    justify-content: start;
    align-items: center;
    clip-path: inset(0 100% 0 0);
    min-height: 67px;
    padding-left: 24px;
    background: color-mix(in srgb, var(--c-white) 90%, transparent 10%);
    color: var(--c-primary);
    font-weight: bold;
    font-size: 34px;
    letter-spacing: 0.1em;
    transition: clip-path 1s cubic-bezier(0.55, 0.05, 0.22, 0.99) 1s;
    will-change: clip-path;
}

.hero_catch > span:last-child {
    transition-delay: 1.5s;
}

body.-load .hero_catch > span {
    clip-path: inset(0 0 0 0);
}

.hero_sub {
    position: absolute;
    right: calc(206 / 1440 * 100%);
    bottom: -100px;
}

body.-load .hero_sub {
    mask-position: center 0;
}

.hero_sub_main {
}

.hero_sub_pattern {
    position: absolute;
    right: 100%;
    bottom: 0;
}

.hero_pattern {
    position: absolute;
    right: 0;
    bottom: 20px;
}

body.-load .hero_pattern {
    mask-position: center 0;
}

.intro {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: flex-end;
    gap: 60px;
    max-width: 1440px;
    margin: 36px auto 16px;
}

.intro_cnt {
    display: flex;
    flex: 1;
    justify-content: center;
    padding-top: 100px;
    padding-bottom: 60px;
}

.intro_text {
    color: var(--c-primary);
    font-weight: 500;
    font-size: 18px;
    line-height: 2;
    word-break: auto-phrase;
}

.intro_img {
    flex-shrink: 0;
}

.important {
    margin-bottom: 64px;
    padding: 36px;
    border-left: 9px solid var(--c-accent);
    border-radius: 5px;
    box-shadow: var(--shadow);
}

.important_ttl {
    margin-bottom: 8px;
    padding-bottom: 6px;
    border-bottom: 2px solid var(--c-accent);
    font-weight: bold;
    font-size: 18px;
    line-height: 1.4;
}

.important_link {
    display: flex;
    flex-wrap: wrap;
}

.important_link > li {
    display: inline-flex;
}

.important_link > li:not(:first-child):before {
    content: "/";
    display: inline-block;
    padding: 0 0.5em;
}

.important_link > li > a {
    color: var(--c-text-sub);
    text-decoration: underline;
}

.important_link > li > a:hover {
    text-decoration: none;
}

.topics {
    position: relative;
    margin-top: 48px;
    margin-right: var(--margin-offset);
    margin-left: -40px;
    padding-bottom: 56px;
}

.topics::before {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 0;
    width: calc(100% - 40px);
    height: calc(100% - 50px);
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    background: var(--c-bg-primary);
}

.topics.-report::before {
    background: var(--c-bg-secondary);
}

.topics_wrap {
    display: flex;
    justify-content: space-between;
    position: relative;
    z-index: 10;
    max-width: 1300px;
}

.topics_hd {
    flex-shrink: 0;
    min-width: 250px;
    padding-top: 24px;
}

.topics_hd_link {
    margin-top: 30px;
}

.topics_body {
    position: relative;
    z-index: 10;
}

.topics_list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    max-width: 1000px;
}

.topics_link {
    margin-top: 40px;
    text-align: center;
}

.visit {
    margin-top: 64px;
}

.visit_link {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    min-height: 300px;
    border-radius: 5px;
    background-image: url(../../img/home/visit-bg.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    color: var(--c-white);
    transition: opacity 0.5s;
}

.visit_link:hover {
    opacity: 0.7;
}

.visit_link::after {
    content: "";
    display: block;
    position: absolute;
    inset: 16px;
    border: 2px solid var(--c-white);
}

.visit_ttl {
    font-weight: bold;
    font-size: 26px;
}

.visit_text {
    width: 100%;
    margin-top: 8px;
    text-align: center;
}

.visit_text > span {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 264px;
    min-height: 40px;
    border-radius: 20px;
    background: var(--c-primary);
    font-weight: 500;
}

.overview {
    display: flex;
    flex-direction: row-reverse;
    margin-top: 64px;
    margin-right: var(--margin-offset);
    margin-left: var(--margin-offset);
}

.overview_wrap {
    flex: 640;
    align-self: center;
}

.overview_cnt {
    max-width: 353px;
    margin: 0 auto;
}

.overview_text {
    margin-top: 28px;
}

.overview_link {
    margin-top: 20px;
}

.overview_map {
    margin-top: 80px;
    text-align: center;
}

.overview_gallery {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr;
    flex: 800;
}

.overview_gallery_item {
    display: block;
    width: 100%;
    height: 100%;
    max-height: 340px;
    object-fit: cover;
}

.recruit {
    margin-top: 80px;
}

.recruit_hd {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: var(--margin-offset);
    margin-left: var(--margin-offset);
    padding-top: 200px;
    padding-bottom: 216px;
    background-image: url(../../img/home/recruit-header@2x.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    text-align: center;
}

.recruit_body {
    position: relative;
    margin-inline: -40px;
    margin-top: -140px;
    padding: 90px 40px 0;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    background: var(--c-white);
}

.recruit_body::before {
    content: url(../../img/cmn/heart.svg);
    display: block;
    position: absolute;
    top: -30px;
    left: 50%;
    width: 74px;
    height: 61px;
    margin-left: -46px;
}

.recruit_cnt {
}

.recruit_catch {
    color: var(--c-primary);
    font-weight: bold;
    font-size: 30px;
    line-height: 1.4;
    text-align: center;
}

.recruit_text {
    margin-top: 15px;
    text-align: center;
}

.recruit_jobs {
    margin-top: 56px;
}

.recruit_subttl {
    margin-bottom: 16px;
    color: var(--c-primary);
    font-weight: bold;
    font-size: 22px;
    line-height: 1.4;
    text-align: center;
}

.recruit_jobs_list {
    display: grid;
    gap: 20px;
}

.recruit_jobs_list > li {
}

.recruit_jobs_list > li > a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
    padding: 27px 30px;
    border-radius: 5px;
    box-shadow: var(--shadow);
    background: var(--c-bg-primary);
    transition: background 0.5s;
}

.recruit_jobs_list > li > a:hover {
    background: var(--c-white);
}

.recruit_jobs_list > li > a::after {
    content: "\e901";
    display: inline-flex;
    flex-shrink: 0;
    justify-content: center;
    align-items: center;
    width: 32px;
    height: 20px;
    border-radius: 10px;
    background: var(--c-primary);
    color: var(--c-white);
    font-weight: normal;
    font-size: 16px;
    font-family: icomoon;
}

.recruit_intv {
    margin-top: 56px;
}

@media screen and (max-width: 1239.98px) {
    .head {
    }

    .head.-secondary {
    }

    .head.-white {
    }

    .head_en {
    }

    .head_ttl {
    }

    .hero {
    }

    .hero_bg {
    }

    .hero_bg > img {
    }

    .hero_bg > img.-main {
    }

    .hero_bg > img.-sub {
    }

    .hero_cnt {
        right: auto;
        left: 0;
    }

    .hero_heart {
    }

    .hero_catch {
    }

    .hero_catch > span {
    }

    .hero_sub {
    }

    .hero_sub_main {
    }

    .hero_sub_pattern {
    }

    .hero_pattern {
    }

    .intro {
    }

    .intro_cnt {
    }

    .intro_text {
    }

    .intro_img {
    }

    .important {
    }

    .important_ttl {
    }

    .important_link {
    }

    .important_link > li {
    }

    .important_link > li:not(:first-child):before {
    }

    .important_link > li > a {
    }

    .important_link > li > a:hover {
    }

    .topics {
    }

    .topics::before {
    }

    .topics.-report::before {
    }

    .topics_wrap {
    }

    .topics_hd {
    }

    .topics_hd_link {
    }

    .topics_body {
    }

    .topics_list {
    }

    .visit {
    }

    .visit_link {
    }

    .visit_link::after {
    }

    .visit_ttl {
    }

    .visit_text {
    }

    .visit_text > span {
    }

    .overview {
    }

    .overview_wrap {
    }

    .overview_cnt {
    }

    .overview_text {
    }

    .overview_link {
    }

    .overview_map {
    }

    .overview_gallery {
    }

    .overview_gallery_item {
    }

    .recruit {
    }

    .recruit_hd {
    }

    .recruit_body {
    }

    .recruit_body::before {
    }

    .recruit_cnt {
    }

    .recruit_catch {
    }

    .recruit_text {
    }

    .recruit_jobs {
    }

    .recruit_subttl {
    }

    .recruit_jobs_list {
    }

    .recruit_jobs_list > li {
    }

    .recruit_jobs_list > li > a {
    }

    .recruit_jobs_list > li > a::after {
    }

    .recruit_intv {
    }
}

@media screen and (max-width: 767.98px) {
    .head {
        text-align: center;
    }

    .head.-secondary {
    }

    .head.-white {
    }

    .head_en {
        font-size: 42px;
    }

    .head_ttl {
        margin-top: 10px;
    }

    .hero {
    }

    .hero_bg {
        /* flex-direction: row; */
        grid-template-columns: 86fr 15fr 305fr;
        gap: 0;
        position: relative;
        height: auto;
    }

    .hero_bg > img {
        width: auto;
    }

    .hero_bg > img.-main {
        grid-column: 2 / -1;
        grid-row: 1;
        z-index: 0;
        height: 460px;
    }

    .hero_bg > img.-sub {
        grid-column: 1 / 3;
        grid-row: 1;
        z-index: 10;
        margin-top: 120px;
    }

    .hero_cnt {
        right: auto;
        bottom: 0;
        left: 0;
    }

    .hero_heart {
        width: 130px;
        margin-left: 20px;
        text-align: left;
    }

    .hero_catch {
        width: auto;
        margin-top: -1px;
    }

    .hero_catch > span {
        min-height: auto;
        padding-left: 20px;
        font-size: 25px;
    }

    .hero_sub {
        position: static;
        width: 100%;
        margin-top: 17px;
        text-align: right;
    }

    .hero_sub_main {
        width: 150px;
    }

    .hero_sub_pattern {
        display: none;
    }

    .hero_pattern {
        bottom: 167px;
        width: 60px;
    }

    .intro {
        flex-direction: column;
        margin-top: 24px;
        margin-bottom: 0;
    }

    .intro_cnt {
        padding: 0 20px;
    }

    .intro_text {
        font-size: 16px;
    }

    .intro_img {
    }

    .important {
        margin-bottom: 50px;
        padding: 24px 24px;
    }

    .important_ttl {
        margin-bottom: 8px;
    }

    .important_link {
        display: grid;
        gap: 4px;
        list-style: disc;
        padding-left: 1.4em;
        line-height: 1.4;
    }

    .important_link > li {
        display: list-item;
    }

    .important_link > li:not(:first-child):before {
        display: none;
    }

    .important_link > li > a {
    }

    .important_link > li > a:hover {
    }

    .topics {
        margin-top: 80px;
        margin-left: 0;
    }

    .topics::before {
        width: calc(100% - 50px);
        height: calc(100% - 22px);
    }

    .topics.-report::before {
    }

    .topics_wrap {
        flex-direction: column;
        padding-right: 20px;
    }

    .topics_hd {
        padding-top: 0;
    }

    .topics_hd_link {
        display: none;
    }

    .topics_body {
        margin-top: 32px;
    }

    .topics_list {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .visit {
        margin-top: 60px;
    }

    .visit_link {
        min-height: 150px;
    }

    .visit_link::after {
        inset: 8px;
        border-width: 1px;
    }

    .visit_ttl {
        font-size: 18px;
    }

    .visit_text {
    }

    .visit_text > span {
        width: auto;
        min-height: 30px;
        padding: 0 20px;
        font-size: 14px;
    }

    .overview {
        flex-direction: column-reverse;
        gap: 60px;
        margin-top: 50px;
    }

    .overview_wrap {
        padding: 0 20px;
    }

    .overview_cnt {
        max-width: 100%;
    }

    .overview_text {
    }

    .overview_link {
        margin-top: 40px;
        text-align: center;
    }

    .overview_map {
        margin-top: 50px;
        padding: 0 10%;
    }

    .overview_gallery {
        grid-template-columns: 1fr 1fr 1fr;
        grid-template-rows: auto;
    }

    .overview_gallery_item {
    }

    .recruit {
        margin-top: 60px;
    }

    .recruit_hd {
        padding-top: 86px;
        padding-bottom: 90px;
    }

    .recruit_body {
        width: 100%;
        margin: -35px auto 0;
        padding: 60px 0 0;
    }

    .recruit_body::before {
    }

    .recruit_cnt {
    }

    .recruit_catch {
        padding: 0 20px;
        font-size: 24px;
        letter-spacing: 0.06em;
        word-break: auto-phrase;

        font-feature-settings: "palt";
    }

    .recruit_text {
        padding: 0 20px;
        word-break: auto-phrase;
    }

    .recruit_jobs {
    }

    .recruit_subttl {
        margin-bottom: 20px;
    }

    .recruit_jobs_list {
    }

    .recruit_jobs_list > li {
    }

    .recruit_jobs_list > li > a {
        gap: 20px;
        padding: 20px;
        letter-spacing: 0.04em;

        font-feature-settings: "palt";
    }

    .recruit_jobs_list > li > a::after {
    }

    .recruit_intv {
    }
}
