@charset "UTF-8";

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

　CSS構成

　//絶対に変更しないCSS
　- reset.css           全てのブラウザ固有CSSをリセットするCSS。基本触らないこと。
　- bootstrap.min.css   Bootstrapコンポーネントを利用するためのCSS。基本触らないこと。
　- all.min.css         Font Awesome を利用するためのCSS。基本触らないこと。
　- aos.css             AOSを利用するためのCSS。基本触らないこと。

　//基本的には変更しないCSS
　- base.css            基本の文字設定や、Webフォントの読み込みなど。基本触らなくてもOK。

　//メインで利用しているCSS
　- common.css          ヘッダー、フッター、下層ページのタイトルなど、共通ページレイアウトを記載したCSS
　- stlye.css           各ページ固有のレイアウトを記載したCSS

　//補助的に利用しているCSS
　- module.css          見出しやリスト、テーブルなど、共通利用できるパーツをまとめたCSS
　- utility.css         マージンやパディング、文字サイズや文字色など、補助的に利用できるCSS

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

img {
    width: 100%;
    height: auto;
}

.sp.tb,
.sp {
    display: none;
}

.tb {
    display: none;
}

.pc.tb,
.pc {
    display: block;
}

@media screen and (max-width:1199px) {
    .sp {
        display: none;
    }

    .sp.tb,
    .pc.tb,
    .tb {
        display: block;
    }

    .pc {
        display: none;
    }
}

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

    .sp.tb,
    .sp {
        display: block;
    }

    .pc.tb,
    .tb {
        display: none;
    }

    .pc {
        display: none;
    }
}

.en {
    font-family: var(--en-font);
}



/* 背景固定 */

html::before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100svh;
    background: url(../images/common/bg.jpg) no-repeat center top / cover;
    z-index: -1;

    transform: translate3d(0, 0, 0);
    will-change: transform;
    pointer-events: none;
}

.tonbo {
    position: relative;
}

.tonbo .crop {
    position: absolute;
    pointer-events: none;
    z-index: 3;
}

.tonbo .crop::before,
.tonbo .crop::after {
    content: "";
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
}


/* ===== 上左右 ===== */

.row-top {
    top: 0;
    left: 0;
    right: 0;
    height: 2rem;
}

.row-top::before {
    top: 0;
    left: 0;
    width: 2rem;
    height: 2rem;
    background-image: url("../images/common/l_t.png");
}

.row-top::after {
    top: 0;
    right: 0;
    width: 2rem;
    height: 2rem;
    background-image: url("../images/common/r_t.png");
}


/* ===== 中左右 ===== */

.row-middle {
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    height: 4rem;
}

.row-middle::before {
    top: 0;
    left: 0;
    width: 1.75rem;
    height: 4rem;
    background-image: url("../images/common/l_m.png");
}

.row-middle::after {
    top: 0;
    right: 0;
    width: 1.75rem;
    height: 4rem;
    background-image: url("../images/common/r_m.png");
    background-position: right;
}


/* ===== 下左右 ===== */

.row-bottom {
    bottom: 0;
    left: 0;
    right: 0;
    height: 2rem;
}

.row-bottom::before {
    bottom: 0;
    left: 0;
    width: 2rem;
    height: 2rem;
    background-image: url("../images/common/l_b.png");
}

.row-bottom::after {
    bottom: 0;
    right: 0;
    width: 2rem;
    height: 2rem;
    background-image: url("../images/common/r_b.png");
}


/* ===== 中央上下 ===== */

.row-center {
    top: 0;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
    width: 4rem;
}

.row-center::before {
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 4rem;
    height: 1.75rem;
    background-image: url("../images/common/t_c.png");
}

.row-center::after {
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 4rem;
    height: 1.75rem;
    background-image: url("../images/common/c_b.png");
    background-position: bottom;
}


/* ===== tonbo--blue ===== */

.tonbo--blue .row-top::before {
    background-image: url("../images/common/blue/l_t.png");
}

.tonbo--blue .row-top::after {
    background-image: url("../images/common/blue/r_t.png");
}

.tonbo--blue .row-middle::before {
    background-image: url("../images/common/blue/l_m.png");
}

.tonbo--blue .row-middle::after {
    background-image: url("../images/common/blue/r_m.png");
}

.tonbo--blue .row-bottom::before {
    background-image: url("../images/common/blue/l_b.png");
}

.tonbo--blue .row-bottom::after {
    background-image: url("../images/common/blue/r_b.png");
}

.tonbo--blue .row-center::before {
    background-image: url("../images/common/blue/t_c.png");
}

.tonbo--blue .row-center::after {
    background-image: url("../images/common/blue/c_b.png");
}

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

    .tonbo .crop::before,
    .tonbo .crop::after {
        opacity: .7;
    }

    .row-middle {
        display: none;
    }
}

/*------------------------------------------------------------------
  home-txtanimation
------------------------------------------------------------------*/

.txtanimation {
    display: flex;
    width: 100%;
    overflow: hidden;
    position: absolute;
    bottom: 60px;
    left: 0;
    opacity: .4;
}


/* .txtanimation p {
    font-size: 22rem;
    font-weight: 400;
    line-height: 1;
    flex: 0 0 auto;
    font-family: "Outfit", sans-serif;
    color: #f9f9f9;
    text-shadow: 1px 1px 0 #adadad, -1px 1px 0 #adadad, -1px -1px 0 #adadad, 1px -1px 0 #adadad;
} */

.txtanimation p {
    font-size: 15rem;
    font-weight: 400;
    line-height: 1;
    flex: 0 0 auto;
    font-family: "Outfit", sans-serif;
    color: #f9f9f9;
}

.txtanimation_2 p {
    font-size: 15rem;
    font-weight: 400;
    line-height: 1;
    flex: 0 0 auto;
    font-family: "Outfit", sans-serif;
    color: #f9f9f9;
    /* Firefoxは text-stroke 非対応なので影でアウトライン */
    text-shadow: 1px 1px 0 #adadad, -1px 1px 0 #adadad, -1px -1px 0 #adadad, 1px -1px 0 #adadad;
}


/* WebKit（Chrome / Safari / Edge）対応版 */

@supports (-webkit-text-stroke: 1px #000) {
    .txtanimation_2 p {
        text-shadow: none;
        -webkit-text-stroke: .01em #adadad;
        paint-order: stroke fill;
    }
}

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

    .txtanimation p,
    .txtanimation_2 p {
        font-size: 10rem;
    }
}

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

    .txtanimation p,
    .txtanimation_2 p {
        font-size: 9rem;
    }
}

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

    .txtanimation p,
    .txtanimation_2 p {
        font-size: 8rem;
    }
}

.txtanimation p:nth-of-type(1) {
    animation: loop_01 120s -60s linear infinite;
}

.txtanimation p:nth-of-type(2) {
    animation: loop_02 120s linear infinite;
}


/* 2番目の txtanimation のみ */

.txtanimation_2 p:nth-of-type(1) {
    animation: loop_01 320s -160s linear infinite;
    /* ←1つ目の行 */
}

.txtanimation_2 p:nth-of-type(2) {
    animation: loop_02 320s linear infinite;
    /* ←2つ目の行 */
}

@keyframes loop_01 {
    0% {
        transform: translateX(100%);
    }

    100% {
        transform: translateX(-100%);
    }
}

@keyframes loop_02 {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-200%);
    }
}


/*------------------------------------------------------------------
　header
------------------------------------------------------------------*/


/*  header
------------------------------------------------------------------*/

header {
    --header-height: 162px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 0 0 2vw;
    transition: .3s ease-out;
    z-index: 1000;
}

@media screen and (max-width:1399px) {
    header {
        --header-height: 52px;
        column-gap: 16px;
        padding: 20px;
        border-radius: initial;
    }
}

@media screen and (max-width:991px) {
    header {
        --header-height: 3.25rem;
    }
}

header::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background-color: rgba(14, 38, 82, .8);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    opacity: 0;
    transition: opacity .3s ease-out;
}

.child-page header::before,
header.scroll::before {
    opacity: 1;
}


/*  header-logo
------------------------------------------------------------------*/

.logo {
    max-width: 19rem;
    min-width: 16rem;
    width: 15%;
    display: block;
    margin: 0;
}

.logo a {
    width: 100%;
    opacity: 1;
    transition: opacity .3s ease;
}

.logo a:hover {
    opacity: .6;
}

.header-logo img {
    width: 100%;
    height: auto;
}


/*  header-gnav
------------------------------------------------------------------*/

.header-gnav {
    display: flex;
    align-items: center;
    column-gap: 3rem;
    flex-shrink: 0;
}

.header-gnav a {
    font-size: 1.125rem;
    color: var(--white-color);
}

.header-gnav div {
    opacity: 1;
    filter: brightness(1);
    transition: .2s ease-in-out;
}

.header-gnav .header-gnav-pdf:hover,
.header-gnav .header-gnav-contact:hover {
    filter: brightness(1.1);
}

@media screen and (max-width:1399px) {
    .header-gnav {
        column-gap: 24px;
    }
}

@media screen and (max-width:1399px) {
    .header-gnav {
        position: fixed;
        top: 0;
        left: 100%;
        display: block;
        width: 100%;
        max-width: 300px;
        height: 100dvh;
        padding: 60px 0 100px;
        background: var(--primary-deep-color);
        overflow-y: scroll;
        visibility: hidden;
        opacity: 0;
        transition: .2s ease-out;
        z-index: 3;
    }

    .header-gnav.open {
        transform: translateX(-100%);
        visibility: visible;
        opacity: 1;
    }

    .header-gnav::-webkit-scrollbar {
        display: none;
    }
}


/*  header-gnav
------------------------------------------------------------------*/

.header-gnav-list {
    display: flex;
    align-items: center;
    column-gap: 2.5rem;
    transition: all .5s ease;
}

@media screen and (max-width:1599px) {
    .header-gnav-list {
        column-gap: 2rem;
    }
}

@media screen and (max-width:1399px) {
    .header-gnav-list {
        display: block;
        margin-top: 1.5rem;
    }
}


/*  header-gnav-list-item
------------------------------------------------------------------*/

.header-gnav-list-item {
    position: relative;
    z-index: 1;
    padding-bottom: .25rem;
}

.header-gnav-list-item::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-color: var(--white-color);
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.35s ease;
}

.header-gnav-list-item:hover::after {
    transform: scaleX(1);
    transform-origin: left;
}

.header-gnav-list-item.active::after {
    transform: scaleX(1);
    transform-origin: left;
    transition: none;
}

.btns {
    display: flex;
}

.btns a {
    position: relative;
    width: 13.5rem;
    height: 5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: .55rem;
    overflow: hidden;
    z-index: 0;
}

.btns a::before {
    content: "";
    position: absolute;
    inset: 0;
    background-color: var(--black-color);
    transform: scaleY(0);
    transform-origin: top;
    transition: transform 0.4s ease;
    z-index: -1;
}

.btns a:hover::before {
    transform: scaleY(1);
    transform-origin: bottom;
}

.btns .recruit-btn {
    background-color: var(--primary-light-1-color);
}

.btns .contact-btn {
    background-color: var(--primary-color);
}

.btns span {
    display: block;
    width: 1.75rem;
    height: 1.75rem;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.btns .recruit-btn span {
    background-image: url(../images/common/icon_rec.png);
}

.btns .contact-btn span {
    background-image: url(../images/common/icon_mail.png);
}


/* ホバー時動作 */

@media (hover:hover) {
    .header-gnav-list-item:hover::before {
        opacity: 1;
    }
}

@media screen and (max-width:1399px) {
    .header-gnav-list-item {
        position: relative;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: baseline;
        column-gap: .5rem;
        height: auto;
        padding: 1rem 1.5rem;
        border-bottom: 1px solid rgba(230, 235, 240, .4);
        transition: .2s ease-out;
        z-index: 1;
        font-size: 1.25rem;
        background-color: transparent;
    }

    /* アクティブ時動作 */
    .header-gnav-list-item.active::after {
        height: 2px;
    }

    .header-gnav-list-item::after {
        height: 2px;
    }

    .btns {
        display: block;
    }

    .header-btn a {
        width: 100%;
        justify-content: flex-start;
        padding-left: 1.5rem;
    }

    .header-btn a::before {
        transform: scaleX(0);
        transform-origin: right;
    }

    .header-btn a:hover::before {
        transform: scaleX(1);
        transform-origin: left;
    }
}


/*  header-gnav-tel
------------------------------------------------------------------*/

.header-gnav-tel,
.nav-tel {
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--black-color);
    font-weight: 400;
    text-align: center;
    line-height: 1;
    transition: .2s ease-out;
}

.header-gnav-tel span,
.header-gnav-tel a span {
    letter-spacing: -.01em;
    color: var(--black-color);
}

.header-gnav-tel .icon {
    background-color: var(--black-color);
    border-radius: 100%;
    width: 34px;
    aspect-ratio: 1;
    margin-right: 9px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.header-gnav-tel .icon::before {
    content: "";
    background-image: url(../images/common/icon-tel.svg);
    background-size: contain;
    background-position: center;
    width: 1.25rem;
    aspect-ratio: 1;
}

.header-gnav-tel .icon img {
    height: 100%;
    object-fit: contain;
    display: block;
}

@media screen and (max-width:1599px) {
    .header-gnav-tel {
        font-size: 1.125rem;
    }
}

@media screen and (max-width:1199px) {
    .header-gnav-tel {
        padding: .75em 1em;
        font-size: 1.25rem;
        margin: 0 20px 10px;
    }
}


/*  header-hamburger
------------------------------------------------------------------*/

.header-hamburger {
    display: none;
}

@media screen and (max-width:1399px) {
    .header-hamburger {
        display: flex;
        justify-content: center;
        align-items: center;
        width: var(--header-height);
        aspect-ratio: 1 / 1;
        background: var(--primary-color);
        border-radius: .4em;
        transition: .2s ease-out;
        cursor: pointer;
        z-index: 4;
    }

    .header-hamburger .lines {
        position: relative;
        width: 24px;
        height: 10px;
    }

    .header-hamburger .lines .line {
        position: absolute;
        left: 0;
        width: 100%;
        height: 1px;
        background: #fff;
        transition: .25s ease-out;
    }

    /* 上の線 */
    .header-hamburger .lines .line#line1 {
        top: 0;
    }

    /* 下の線 */
    .header-hamburger .lines .line#line2 {
        bottom: 0;
    }

    /* ===== open時 → × ===== */
    .header-hamburger.open .lines .line#line1 {
        top: calc(50% - 1px);
        transform: rotate(25deg);
    }

    .header-hamburger.open .lines .line#line2 {
        top: calc(50% - 1px);
        bottom: auto;
        transform: rotate(-25deg);
    }
}


/*  header-overlay
------------------------------------------------------------------*/

.header-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100dvh;
    background-color: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    opacity: 0;
    visibility: hidden;
    transition: .2s ease-out;
    z-index: 2;
}

.header-overlay.open {
    opacity: 1;
    visibility: visible;
}


/*------------------------------------------------------------------
  footer
------------------------------------------------------------------*/

footer {
    position: relative;
    z-index: 1;
    /* overflow: hidden; */
}

footer a {
    opacity: 1;
}

footer a:hover {
    opacity: .8;
}

footer .txtanimation_2 {
    position: relative;
    top: 0;
    left: 0;
    overflow: visible;
    opacity: 1;
}

footer .txtanimation p {
    /* font-size: 15rem; */
}

@media screen and (max-width:1199px) {
    footer .txtanimation p {
        /* font-size: 10rem; */
    }
}


/*  contact-wrap
------------------------------------------------------------------*/

.contact-wrap {
    position: relative;
    z-index: 2;
}

.contact-wrap .container-wide .contact>* {
    position: relative;
    z-index: 2;
}

.contact-wrap .container-wide .contact {
    position: relative;
    background-color: var(--white-color);
    border: 1px solid var(--primary-light-1-color);
    padding: 6.5rem 9rem;
    margin-top: 10rem;
}

.contact-wrap .container-wide .contact::before {
    content: "";
    display: block;
    position: absolute;
    top: 1rem;
    left: 1rem;
    bottom: 1rem;
    right: 1rem;
    border: 1px solid var(--primary-light-1-color);
    z-index: 1;
}

.contact-wrap .container-wide .contact .txt-area {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 2.5rem;
    border-bottom: 1px solid var(--gray-light-color);
}

.contact-wrap .container-wide .contact .contact-list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 2.75rem;
}

.contact-wrap .container-wide .contact .contact-list .contact-item {
    border-right: 1px solid var(--gray-light-color);
    width: calc(100% / 3);
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact-wrap .container-wide .contact .contact-list .contact-item:last-of-type {
    border: none;
}

.contact-wrap .container-wide .contact .contact-list .contact-item .ttl {
    display: flex;
    flex-direction: column;
    gap: .25rem;
    color: var(--primary-color);
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: .75rem;
    letter-spacing: 0;
}

.contact-wrap .container-wide .contact .contact-list .contact-item .ttl .blue {
    background-color: var(--primary-color);
    color: var(--white-color);
    width: fit-content;
    padding-inline: .5rem;
    letter-spacing: .1em;
    text-align: center;
}

.contact-wrap .container-wide .contact .contact-list .contact-item .tel {
    font-weight: 700;
}

.contact-wrap .container-wide .contact .contact-list .contact-item .tel :nth-of-type(2),
.contact-wrap .container-wide .contact .contact-list .contact-item .tel a {
    font-size: 2.5rem;
    font-weight: 700;
    letter-spacing: 0;
    width: fit-content;
    white-space: nowrap;
    line-height: 1;
}

@media screen and (max-width:1399px) {
    .contact-wrap .container-wide .contact {
        padding: 6.5rem 6rem;
        margin-top: 10rem;
    }
}

@media screen and (max-width:1199px) {
    .contact-wrap .container-wide .contact {
        padding: 4rem;
        margin-top: 8rem;
    }

    .contact-wrap .title-english.text-kiri {
        align-items: center;
    }

    .contact-wrap .container-wide .contact .txt-area {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 2rem;
        text-align: center;
        padding-bottom: 0;
        border: none;
    }

    .contact-wrap .container-wide .contact .txt-area .title-english .jp {
        text-align: center;
    }

    .contact-wrap .container-wide .contact .contact-list {
        display: flex;
        flex-direction: column;
        gap: 1rem;
        padding-top: 1.5rem;
    }

    .contact-wrap .container-wide .contact .contact-list .contact-item {
        border: none;
        background-color: var(--gray-light-color);
        padding-block: .75rem;
        width: 100%;
    }

    .contact-wrap .container-wide .contact .contact-list .contact-item:last-of-type {
        background-color: transparent;
        padding: 0;
    }
}

@media screen and (max-width:991px) {
    .contact-wrap .container-wide .contact::before {
        content: "";
        display: block;
        position: absolute;
        top: .5rem;
        left: .5rem;
        bottom: .5rem;
        right: .5rem;
        border: 1px solid var(--primary-light-1-color);
        z-index: 1;
    }

    .contact-wrap .container-wide .contact {
        padding: 4rem;
        margin-top: 6rem;
    }

    .contact-wrap .container-wide .contact {
        padding: 4rem;
    }

    .contact-wrap .container-wide .contact .contact-list .contact-item .tel :nth-of-type(2),
    .contact-wrap .container-wide .contact .contact-list .contact-item .tel a {
        font-size: 1.75rem;
    }

    .contact-wrap .container-wide .contact .contact-list .contact-item .ttl {
        font-size: .825rem;
    }
}

@media screen and (max-width:575px) {
    .contact-wrap .container-wide .contact {
        padding: 4rem 2rem;
    }

    .contact-wrap .container-wide .contact .txt-area {
        text-align: justify;
    }

    .contact-wrap .container-wide .contact .contact-list {
        gap: 1rem;
    }
}


/*  footer-wrap
------------------------------------------------------------------*/

.footer-wrap {
    margin-top: -4rem;
    position: relative;
    background-color: var(--primary-deep-color);
    z-index: 1;
}

.footer-wrap>* {
    position: relative;
    ;
    z-index: 1;
}

.footer-wrap,
.footer-wrap a {
    color: var(--white-color);
}

.footer-wrap .container-wide {
    display: flex;
    justify-content: space-between;
}

.footer-left {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.footer-right {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: space-between;
}

.footer-wrap .btns {
    gap: 1.75rem;
}

.footer-wrap .btns>div {
    border-radius: 20rem;
    overflow: hidden;
    border: 1px solid var(--white-color);
}

.footer-wrap .btns a {
    width: 15rem;
    height: 4rem;
    opacity: 1;
}


/*  footer-left */

.footer-left .logo-img {
    width: 12vw;
    min-width: 240px;
    display: block;
    margin-bottom: 2.5rem;
}

.footer-left .logo-img img {
    width: 100%;
    height: auto;
}

.footer-left .tell {
    font-size: .875rem;
    display: flex;
    flex-direction: column;
    gap: .875rem;
}

.footer-info,
.footer-address {
    font-size: 1rem;
}

.map-icon {
    aspect-ratio: 1 / 1;
    width: .75rem;
    display: inline-block;
    line-height: 1;
}

.map-icon svg {
    overflow: visible;
}

.cls-1,
.cls-2 {
    fill: var(--primary-color);
    object-fit: contain;
    object-position: bottom;
    transition: .5s ease-in-out;
}

.map-icon:hover .cls-1 {
    fill: var(--primary-deep-color);
}

.map-icon:hover .cls-2 {
    fill: var(--accent-color);
}


/*  footer-nav */

.footer-nav {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 3rem;
}

.footer-nav-list {
    display: flex;
}

.footer-nav li {
    font-size: 1rem;
    line-height: 1.2;
    padding-inline: 1.5rem;
    padding-bottom: 1px;
}

.footer-nav li:last-of-type {
    padding-right: 0;
    border: none;
}

.footer-nav li a {
    opacity: 1;
    transition: .2s ease-out;
}

.footer-nav li a:hover {
    opacity: .6;
}

@media screen and (max-width:1399px) {
    .footer-nav-list {
        flex-direction: column;
        text-align: right;
        gap: 1.25rem;
    }

    .footer-nav-list li {
        padding: 0;
    }

    .footer-nav .btns {
        display: flex;
        flex-direction: column;
        gap: 1rem;
        margin-bottom: 4rem;
    }
}

@media screen and (max-width:765px) {
    .footer-wrap .container-wide {
        flex-direction: column;
        align-items: center;
        gap: 3.5rem;
    }

    .footer-left {
        text-align: center;
    }

    .footer-left .tell {
        border-top: 1px solid var(--white-color);
        border-bottom: 1px solid var(--white-color);
        padding-block: 1.5rem;
        display: none;
    }

    .footer-left .tell .tel-fax {
        display: flex;
        flex-direction: column;
        gap: .25rem;
    }

    .footer-nav {
        display: flex;
        align-items: center;
        gap: .5rem;
        display: none;
    }

    .footer-nav-list {
        text-align: center;
        gap: .5rem;
        width: 100%;
        flex-wrap: wrap;
        flex-direction: row;
        justify-content: center;
        margin-bottom: 1rem;
    }

    .footer-nav-list li {
        border: 1px solid var(--white-color) !important;
        padding: .5rem 1rem !important;
        border-radius: 2rem;
        width: fit-content;
        white-space: nowrap;
    }

    .footer-nav .btns {
        gap: .5rem;
        margin-bottom: 2rem;
    }

    .footer-wrap .btns a {
        height: 3rem;
    }
}


/*  copyright
------------------------------------------------------------------*/

.copyright {
    font-size: .875rem;
    line-height: 1;
    font-weight: 300;
}

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

    .footer-bottom .txt,
    .copyright {
        text-align: center;
        margin: auto;
    }
}


/*-----------------------------------------------------------------
  common page
------------------------------------------------------------------*/


/*  page-top
------------------------------------------------------------------*/

.page-top {
    position: relative;
    margin-top: 5rem;
    padding: 10rem 0;
    overflow: hidden;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
}

@media screen and (max-width:1399px) {
    .page-top {
        margin-top: 6rem;
    }
}

@media screen and (max-width:991px) {
    .page-top {
        padding: 8rem 0;
    }
}

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

@media screen and (max-width:374px) {
    .page-top {
        margin-top: 6.525rem;
    }
}

/*  page-top-title-en
------------------------------------------------------------------*/

.page-top-title {
    color: var(--accent-color);
}

.page-top-title-en {
    position: relative;
    font-family: var(--en-font);
    font-size: 6rem;
    text-align: start;
    line-height: 1;
    --letter-spacing: .04em;
    z-index: 3;
    white-space: nowrap;
}

.title-english.text-kiri {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.title-english.text-kiri.ttl-center {
    align-items: center;
}

.title-english.text-kiri .en,
.title-english.text-kiri .jp {
    display: block;
    width: fit-content;
}

@media screen and (max-width:1199px) {
    .page-top-title-en {
        font-size: 5.75rem;
    }
}

@media screen and (max-width:991px) {
    .page-top-title-en {
        font-size: 4.25rem;
    }
}

@media screen and (max-width:575px) {
    .page-top-title-en {
        font-size: 3.25rem;
    }
}

.page-top-title-jp {
    position: relative;
    font-size: 1.25rem;
    font-weight: 500;
    text-align: start;
    line-height: 1.5;
    z-index: 3;
}

@media screen and (max-width:991px) {
    .page-top-title-jp {
        font-size: 1.25rem;
    }
}

@media screen and (max-width:767px) {
    .page-top-title-jp {
        font-size: 1.25rem;
    }
}

@media screen and (max-width:575px) {
    .page-top-title-jp {
        font-size: 1.125rem;
    }
}

@media screen and (max-width:374px) {
    .page-top-title-jp {
        font-size: 1rem;
    }
}





/*  page-top-image
------------------------------------------------------------------*/

.page-top-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: #fff;
    z-index: 1;
}

.page-top-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    transform: scale(1.1);
    animation: pageTopImage .8s forwards ease-out;
}

@keyframes pageTopImage {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}

@media screen and (max-width:575px) {
    .page-top-image {
        height: 100%;
    }
}

@media screen and (max-width:374px) {
    .page-top-image {
        width: 100%;
        height: 100%;
    }
}

.contents-03 .txtanimation {
    display: flex;
    width: 100%;
    overflow: hidden;
    position: absolute;
    bottom: 60px;
    left: 0;
}

.contents-03 .txtanimation p {
    font-size: 22rem;
    line-height: 1.2;
    flex: 0 0 auto;
    font-family: "Outfit", sans-serif;
    color: #f9f9f9;
    text-shadow: 1px 1px 0 #adadad, -1px 1px 0 #adadad, -1px -1px 0 #adadad, 1px -1px 0 #adadad;
}

.contents-03 p+p {
    margin-top: 0;
}

.contents-03 .txtanimation p:nth-of-type(1) {
    animation: loop_01 120s -60s linear infinite;
}

.contents-03 .txtanimation p:nth-of-type(2) {
    animation: loop_02 120s linear infinite;
}


/*------------------------------------------------------------------
  paging
------------------------------------------------------------------*/

.paging {
    display: flex;
    justify-content: center;
    column-gap: 10px;
}

.paging-text {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border: 1px solid #aaa;
    color: #898989;
    transition: .2s ease-out;
}

.paging-text a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    font-size: 1.25rem;
    transition: .2s ease-out;
    background-color: var(--white-color);
}

.paging-text.current {
    background: var(--primary-color);
    border-color: var(--primary-color);
    color: #fff !important;
    pointer-events: none;
    font-size: 1.25rem;
}


/* ホバー時動作 */

@media (hover:hover) {
    .paging-text:hover {
        background: var(--primary-color);
        border-color: var(--primary-color);
    }

    .paging-text:hover a {
        color: #fff !important;
        background: var(--primary-color);
    }
}

@media screen and (max-width:767px) {
    .paging {
        column-gap: 5px;
    }

    .paging-text {
        width: 30px;
        height: 30px;
        font-size: 12px;
    }
}


/*------------------------------------------------------------------
  pagetop-btn
------------------------------------------------------------------*/

#pagetop-btn {
    position: fixed;
    bottom: 1.5rem;
    right: 1.5rem;
    z-index: 2;
    width: 3.5rem;
}

#pagetop-btn img {
    transition: .5s ease;
    transform: translateY(0);
}

#pagetop-btn img:hover {
    opacity: 0.8;
}

@keyframes rotates {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(0.9);
    }

    100% {
        transform: scale(1);
    }
}

@media screen and (max-width:767px) {
    #pagetop-btn img {
        transform: scale(0.7);
    }
}


/*------------------------------------------------------------------
  gallery
------------------------------------------------------------------*/

.gallery-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 6rem;
    margin-bottom: 5rem;
}

.gallery-item,
.gallery,
.gallery-slider {
    width: 100%;
    min-width: 0;
}

@media screen and (max-width:1399px) {
    .gallery-grid {
        gap: 2rem;
    }
}

@media screen and (max-width:991px) {
    .gallery-grid {
        grid-template-columns: 1fr;
        width: 60%;
        gap: 4rem;
        margin: 0 auto;
    }
}

@media screen and (max-width:767px) {
    .gallery-grid {
        width: 80%;
    }
}

@media screen and (max-width:575px) {
    .gallery-grid {
        width: 100%;
    }
}

.gallery {
    position: relative;
}

.gallery-noimage {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    box-sizing: border-box;

    background: var(--gray-light-color);
    color: #999;
    font-size: 1.6rem;
    font-weight: 700;
    letter-spacing: .1em;
}

.gallery-item {
    width: 100%;
}

.gallery-slider .prev,
.gallery-slider .next,
.gallery-slider .thumbnail-slide {
    opacity: 1;
    transition: opacity .5s;
}

.gallery-slider .prev:hover,
.gallery-slider .next:hover,
.gallery-slider .thumbnail-slide :hover {
    opacity: 0.8;
}

.gallery-slider .gallery-ttl {
    background-color: var(--primary-color);
    color: var(--white-color);
    font-weight: 500;
    width: 80%;
    text-align: justify;
    line-height: 1.5;
    margin-bottom: .5rem;
    padding: .75rem .5rem;
    z-index: 2;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.gallery-ttl:empty {
    display: block;
    visibility: hidden;
}

.home .gallery-item:nth-of-type(1) .gallery-ttl,
.home .gallery-item:nth-of-type(1) .gallery-txt {
    background-color: var(--primary-color);
}

.home .gallery-item:nth-of-type(2) .gallery-ttl,
.home .gallery-item:nth-of-type(2) .gallery-txt {
    background-color: var(--primary-light-1-color);
}

.home .gallery-item:nth-of-type(3) .gallery-ttl,
.home .gallery-item:nth-of-type(3) .gallery-txt {
    background-color: var(--primary-light-2-color);
}

.gallery-slider .main-slide {
    display: none;
}

.gallery-slider .main-slide.active {
    display: block;
}

.gallery-slider .main-slides {
    position: relative;
}

.gallery-slider .main-slides img {
    width: 100%;
    height: auto;
    aspect-ratio: 3 / 2;
    background-color: var(--gray-light-color);
    object-fit: contain;
}

.gallery-slider .prev,
.gallery-slider .next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 2.5rem;
    height: 2.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--black-color);
    border-radius: 5rem;
    color: var(--white-color);
    cursor: pointer;
    user-select: none;
    filter: opacity(.8);
}

.gallery-slider .prev {
    left: .5rem;
}

.gallery-slider .next {
    right: .5rem;
}

.gallery-slider .caption {
    padding: .25rem .5rem;
    font-size: 1rem;
    line-height: 2;
    color: var(--white-color);
    letter-spacing: .02em;
    word-break: break-word;
    /* 1行までで省略（不要なら削除） */
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    border-bottom: 1px solid var(--white-color);
    display: none;
}

.gallery-slider .thumbnail-slides-wrapper {
    overflow: auto;
    white-space: nowrap;
    margin-top: .6rem;
}

.gallery-slider .thumbnail-slides {
    display: flex;
    gap: .5rem;
}

.gallery-slider .thumbnail-slide {
    flex: 0 0 auto;
    border: 2px solid transparent;
    cursor: pointer;
}

.gallery-slider .thumbnail-slide.active {
    border-color: var(--gray-dark-color);
}

.gallery-slider .thumbnail-slide {
    width: calc((100% - 1.5rem) / 4);
}

.gallery-slider .thumbnail-slide img {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 3 / 2;
    object-fit: contain;
    background-color: var(--gray-light-color);
}

@media screen and (max-width:991px) {
    .gallery-ttl:empty {
        display: none;
        visibility: hidden;
    }
}

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

    .gallery-slider .prev,
    .gallery-slider .next {
        width: 2rem;
        height: 2rem;
    }
}

.gallery-item .gallery-txt {
    position: relative;
    color: var(--white-color);
    font-weight: 400;
    line-height: 1.525;
    letter-spacing: 0;
    padding: 2.5rem 3rem;
    background-color: var(--primary-color);
    margin-top: 1.25rem;
}

.gallery-item .gallery-txt>* {
    position: relative;
    z-index: 2;
}

.gallery-item .gallery-txt::before {
    content: "";
    display: block;
    z-index: 1;
    position: absolute;
    top: .55rem;
    right: .55rem;
    bottom: .55rem;
    left: .55rem;
    border: 1px solid var(--white-color);
}

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

    .gallery-item .gallery-txt {
        padding: 2.5rem 2rem;
    }
}

.gallery-txt .year {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem 2.5rem;
    padding-bottom: .75rem;
    border-bottom: 1px solid var(--white-color);
}

.gallery-txt .year .ttl {
    font-weight: 600;
}

.gallery-txt .txt {
    padding-top: .75rem;
}