@charset "UTF-8";

html,
body {
    margin: 0;
    padding: 0;
}

body {
    font-size: 16px;
    font-family: 'Noto Sans JP', sans-serif;
    line-height: 1.8;
    font-weight: 400;
    width: 100%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0 !important;
    background-color: #fff;
    color: #000;
}

body img {
    width: 100%;
}

body figure {
    margin: 0 !important;
}

body a {
    color: #000;
    text-decoration: none;
}

body li {
    text-decoration: none !important;
    list-style: none;
}

main {
    max-width: 100%;
    text-align: center;
    margin: auto;
}

@media screen and (max-width:500px) {
    body {
        font-size: 14px;
    }
	body p{
		margin-top:10px;
	}
}

/* =============
    common
============= */

.bold {
    font-weight: bold;
}

.mb10 {
    margin-bottom: 10px;
}

.mb20 {
    margin-bottom: 20px;
}

.mb40 {
    margin-bottom: 40px;
}

.sp-item {
    display: none;
}

.tab-item {
    display: none;
}

.left {
    text-align: left;
}

.start {
    align-items: start;
}

.none {
    display: none;
}

@media (max-width:1400px) {
    .tab-item {
        display: none;
    }
}

@media (max-width:1300px) {
    .tab-item {
        display: block;
    }
}

@media screen and (max-width:769px) {
    .pc-item {
        display: none;
    }

    .sp-item {
        display: block;
    }
}

/* .btn {
    cursor: pointer;
    color: #fff;
    background-color: #000;
    text-align: left;
    display: inline-block;
    font-size: 13px;
    padding: 15px 22px;
} */

/* ベース */
.btn-more {
    display: inline-flex;
    align-items: center;
    background: #000;
    color: #fff;
    text-decoration: none;
    font-family: "Noto Sans JP", system-ui, -apple-system, BlinkMacSystemFont,
        "Helvetica Neue", Arial, sans-serif;
    transition: transform 0.3s ease;
}

/* 左側テキスト部分 */
.btn-more__label {
    padding: 15px 22px;
    font-size: 13px;
    letter-spacing: 0.2em;
    white-space: nowrap;
    border-right: 1px solid #fff;
}

/* 右側アイコン部分 */
.btn-more__icon {
    padding: 0px 40px;
    /* 真ん中の仕切り線 */
    color: #cfcfcf;
    /* 矢印は少し薄いグレー */
    font-size: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
    font-weight: 900;
    transition: 0.3s ease;
}

.btn-more2 {
    display: inline-flex;
    align-items: center;
    background: #000;
    color: #fff;
    text-decoration: none;
    font-family: "Noto Sans JP", system-ui, -apple-system, BlinkMacSystemFont,
        "Helvetica Neue", Arial, sans-serif;
    /* margin-top: 30px; */
}

/* 左側テキスト部分 */
.btn-more2__label {
    padding: 15px 22px;
    font-size: 13px;
    letter-spacing: 0.2em;
    white-space: nowrap;
    border-left: 1px solid #fff;
}

/* 右側アイコン部分 */
.btn-more2__icon {
    display: inline-block;
    padding: 0px 40px;
    /* 真ん中の仕切り線 */
    color: #cfcfcf;
    /* 矢印は少し薄いグレー */
    font-size: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
    font-weight: 900;
    transition: transform 0.3s ease;
    transform: rotate(180deg);
}

.btn-more:hover {
    background: #4b4b4b;
}

.btn-more:hover .btn-more__icon {
    transform: translateX(-10px);
}

.btn-more2:hover .btn-more2__icon {
    transform: rotate(180deg) translateX(-10px);
}

.btn {
    margin-top: 40px;
}

.cont-Wrap {
    /* max-width: 1440px; */
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-left: 5%;
    margin-right: 5%;
    padding-bottom: 100px;
}

@media screen and (max-width:769px) {
    .cont-Wrap {
        margin-left: 6.8%;
        margin-right: 6.8%;
    }
}

.box_Wrap {
    padding-bottom: 100px;
}

.in_txt {
    text-align: justify;
}


h2 {
    font-size: 40px;
    font-weight: 700;
    margin: 18px 0 30px;
}

@media screen and (max-width:769px) {
    h2 {
        font-size: 9vw;
        font-weight: 700;
        margin: 2% 0 2%;
    }
}

.sub_ttl {
    display: inline-block;
    height: 24px !important;
    width: auto;
    object-fit: cover;
}

.sub_ttl img {
    display: inline-block;
    height: 100% !important;
    width: auto;
    object-fit: cover;
}



/* =============
    commonここまで
============= */

/* ===== ヘッダー（白背景＋ロゴ＋黒MENU） ===== */

.site-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 900;
}

.header-inner {
    max-width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    margin-left: 5%;
}

.header-logo img {
    display: block;
    height: 54px;
    /* 必要に応じて調整 */
    width: auto;
    margin-top: 70px;
}

.site-main {
    position: relative;
}

.site-logo {
    position: absolute;
    top: 0;
    left: 5%;
    margin: auto;
    /* z-index: 900; */
}

.site-logo img {
    display: block;
    height: 54px;
    /* 必要に応じて調整 */
    width: auto;
    margin-top: 70px;
}

/* MENUボタン */
.header-menu-btn {
    border: none;
    background: #000;
    color: #fff;
    display: flex;
    align-items: center;
    padding: 18px 22px;
    cursor: pointer;
    gap: 70px;
    height: 70px;
}

.header-menu-label {
    font-size: 14px;
    letter-spacing: 0.1em;
}

.header-menu-icon {
    display: inline-flex;
    flex-direction: column;
    gap: 6px;
    z-index: 999;
}

.header-menu-icon span {
    display: block;
    width: 26px;
    height: 1px;
    background: #fff;
}

/* スマホ幅ではヘッダーいっぱいに広げてもOK */
@media (max-width: 768px) {
    .site-header {
        position: sticky;
    }

    .header-inner {
        margin-left: 6.8%;

    }

    .header-logo img {
        height: 26px;
        margin-top: 22px;
        margin-bottom: 22px;
    }

    .header-menu-btn {
        padding: 28px 23px;
        gap: 12px;
    }

    .site-logo {
        left: 6.8%;
        top: -55px;
        z-index: 950;
    }

    .site-logo img {
        height: 40px;
        margin-bottom: 22px;
        margin-top: 0;
    }

    .site-logo {
        transition: opacity .25s ease;
    }

    .site-logo.is-hidden {
        opacity: 0;
        pointer-events: none;
    }

}


/* チェックボックスを非表示にする */
.drawer_hidden {
    display: none;
}

/* ハンバーガーアイコンの設置スペース */
.drawer_open {
    display: flex;
    width: 30px;
    height: 30px;
    /*   justify-content: center; */
    align-items: center;
    position: relative;
    z-index: 1000;
    /* 重なり順を一番上にする */
    cursor: pointer;
}

/* ハンバーガーメニューのアイコン */

.drawer_open span,
.drawer_open span:before,
.drawer_open span:after {
    content: '';
    display: block;
    height: 1.2px;
    width: 100%;
    border-radius: 0px;
    background: #fff;
    transition: 0.5s;
    position: absolute;
}

/* 三本線の一番上の棒の位置調整 */
.drawer_open span:before {
    bottom: 8px;
}

/* 三本線の一番下の棒の位置調整 */
.drawer_open span:after {
    top: 8px;
}

/* アイコンがクリックされたら真ん中の線を透明にする */
#drawer_input:checked~.drawer_open span {
    background: rgba(0, 0, 0, 0);
}

/* アイコンがクリックされたらアイコンが×印になように上下の線を回転 */
#drawer_input:checked~.drawer_open span::before {
    bottom: 0;
    transform: rotate(45deg);
}

#drawer_input:checked~.drawer_open span::after {
    top: 0;
    transform: rotate(-45deg);
}


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

     グローバルナビ（黒い全画面） 

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

.global-nav {
    position: fixed;
    inset: 0;
    color: #fff;
    z-index: 900;
    transform: translateX(100%);
    /* opacity: 0; */
    pointer-events: none;
    transition: transform .4s ease, opacity .4s ease;
    text-align: left;
}

.global-nav.is-open {
    transform: translateX(0);
    opacity: 1;
    pointer-events: auto;
    z-index: 900;
}

.global-nav-inner {
    position: relative;
    background: #000;
    max-width: 440px;
    margin-left: auto;
    /* 右側から出てくるイメージ */
    height: 100%;
    padding: 70px 30px 32px;
    overflow-y: auto;
}



.drawer_open:checked~.gloval-nav {
    /* width: 150px; */
    height: 100%;
    padding-top: 150px;
    position: fixed;
    bottom: 100%;
    right: 0;
    /* メニューを画面の外に飛ばす */
    z-index: 99;
    background: #fff;
    transition: .5s;
    /* メニューを画面に入れる */
}

/* セクション */

.gn-section h2 {
    margin: 0;
}

.gn-section-title {
    font-size: 16px;
    background: #333;
}

.gn-section-title a {
    color: inherit;
    text-decoration: none;
    display: block;
    padding: 10px 20px;
    transition: 0.5s ease;
}


.gn-section-title a:hover {
    /* color: #333333; */
    background-color: #5c5c5c;

}


/* 各リスト */
.gn-section-list {
    list-style: none;
    margin: 0;
    padding: 0;
    border-top: 1px solid #222;
}

.gn-section-list li {
    position: relative;
    font-size: 14px;
    border-bottom: 1px solid #222;
    background-color: #000;
}

.gn-section-list a {
    color: #fff;
    padding: 7px 20px;
    text-decoration: none;
    display: block;
    transition: transform 0.3s ease;
    transition: 0.5s ease;
}

/* 右側の「>」矢印 */
.gn-arrow {
    position: absolute;
    display: flex;
    right: 0;
    top: 0;
    font-size: 18px;
    font-weight: 900;
    transition: transform 0.5s ease;
}

.gn-section-list a:hover {
    /* color: #333333; */
    background-color: #5c5c5c;

}

.gn-section-list a:hover .gn-arrow {
    transform: translateX(-30px);
}

/* 下部リンク */
.global-nav-bottom {
    margin-top: 5px;
    font-size: 14px;
    display: flex;
    padding: 4px 28px 6px 20px;
}

.global-nav-bottom a {
    color: #fff;
    text-decoration: none;
    transition: 0.3s ease;
    position: relative;
}

.global-nav-bottom a:hover {
    border-bottom: #000;
}



.global-nav-bottom a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -2px;
    /* 文字との距離 */
    width: 100%;
    height: 1px;
    background: currentColor;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform .3s ease;
    background-color: #fff;
}

.global-nav-bottom a:hover::after {
    transform: scaleX(1);
    transform-origin: left;
}

.global-nav-bottom a:not(:hover)::after {
    transform-origin: right;
}


.global-nav-bottom-separator {
    margin: 0 4px;
}


@media (max-width: 380px) {
    .gn-section-title a {
        padding: 6px 20px;
    }

    .gn-section-list a {
        padding: 6px 20px;
    }

    .gn-section-list li {
        font-size: 12px;
        ;
    }

    .gn-section-title {
        font-size: 14px;
    }

    .global-nav-bottom {
        font-size: 12px;
    }


}




/* ===== フッター ===== */

footer {
    background-color: #eeeeee;
    font-size: 16px;
    line-height: 1.7;
    padding-top: 50px;
    padding-bottom: 54px;
}

.footer_cont {
    margin-left: 5%;
    text-align: left;
    margin-right: auto;
    display: flex;
    justify-content: space-between;
    gap: 40px;
}

.footer_cont .logo {
    width: 200px;
    margin-bottom: 20px;
}

.footer-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footer h2 {
    font-size: 17px;
}

.arrow-up {
    padding: clamp(20px, 5vw, 30px)clamp(20px, 5vw, 30px);
    background-color: #CA1C1D;
}

.arrow-up a {
    padding: clamp(10px, 5vw, 20px)clamp(10px, 5vw, 30px);
    font-size: 15px;
}

.dli-arrow-up {
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    line-height: 1;
    position: relative;
    width: 0.08em;
    height: 2.5em;
    background: currentColor;
}

.dli-arrow-up::before {
    content: '';
    width: 0.4em;
    height: 0.4em;
    border: 0.08em solid currentColor;
    border-left: 0;
    border-bottom: 0;
    transform: rotate(-45deg);
    transform-origin: top right;
    position: absolute;
    top: -0.05em;
    right: 50%;
    box-sizing: border-box;
}

@media screen and (min-width:1440px) {
    .footer_cont {
        /* margin-left: 9%; */
    }
}

@media screen and (max-width:1280px) {
    .footer-txt {
        margin-left: 5%;
    }

    .footer_cont {
        margin-left: 6.8%;
        flex-direction: column;
        gap: 24px;
    }

}

@media screen and (max-width:769px) {
    .footer-txt {
        margin-left: 5%;
    }

    .footer_cont {
        margin-left: 6.8%;
        flex-direction: column;
        gap: 24px;
    }

    .footer-right {
        min-width: 0;
    }

    .footer-nav {
        flex-wrap: wrap;
        gap: 32px 40px;
    }

    .footer-bottom-links {
        margin-top: 16px;
    }
}

/* 右ブロック */
.footer-right {
    flex: 0 0 55%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-width: 340px;
}

/* 上段のメニュー */
.footer-nav {
    display: flex;
    justify-content: flex-start;
    gap: 60px;
}

.footer-nav-col {
    min-width: 120px;
}

.footer-nav-title {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 15px;
}

.footer-nav-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer-nav-list li+li {
    margin-top: 6px;
}

/* リンクのスタイル */
footer a {
    /* color: inherit; */
    text-decoration: none;
    transition: 0.3s ease;
}

footer a:hover {
    color: #bbbbbb;
}

/* 下段の「お問い合わせ｜プライバシーポリシー」 */
.footer-bottom-links {
    margin-top: 24px;
    font-size: 15px;
}

.footer-bottom-links a {
    transition: 0.3s ease;
    position: relative;
}

.footer-bottom-links a:hover {
    color: #000;
    /* border-bottom: #000 1px solid; */
}

.footer-bottom-links a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -2px;
    /* 文字との距離 */
    width: 100%;
    height: 1px;
    background: currentColor;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform .3s ease;
}

.footer-bottom-links a:hover::after {
    transform: scaleX(1);
    transform-origin: left;
}

.footer-bottom-links a:not(:hover)::after {
    transform-origin: right;
}


.footer-bottom-separator {
    margin: 0 4px;
}

/* ===== アニメーション ===== */

.image {
    position: relative;
    overflow: hidden;
    border-radius: 0 20px 20px 0;
}

.image::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #034387;
    opacity: 0.5;
    /* border-radius: 0 20px 20px 0; */
    inset: 0;
    /* 全面フィット */
    transform: translateX(0%);
    transition: transform 1s cubic-bezier(.1, .2, .1, .05);
    /* ← ここを長く */
    overflow: hidden;
}

/* inview が付いたらスライドアウト */
/* .image.inview::before {
    transform: translateX(100%);
} */


/* 画面に入ったらアニメーション開始 */
.image.is-inview::before {
    animation: filterSweep 2.4s cubic-bezier(1, 1, .10, 1) forwards;
}

/* 左→中央→右へ抜ける */
@keyframes filterSweep {
    0% {
        transform: translateX(-100%);
    }

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

    60% {
        transform: translateX(0%);
        /* ここで一瞬しっかりかぶる感じ */
    }

    100% {
        transform: translateX(101%);
        /* 右に抜けて消える */
    }
}





/* 初期状態：非表示＋下に少しズラす */
.fade-in {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity .6s ease, transform .6s ease;
}

/* 発火後：フェードイン＋位置戻す */
.fade-in.is-inview {
    opacity: 1;
    transform: translateY(0);
}

/* =============
プリローダー
============= */
/* ローディング中はスクロール禁止（任意） */
body.page-lock {
    overflow: hidden;
}

/* プリローダー：全画面で覆う */
#preloader {
    position: fixed;
    inset: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    /* 好きな色でOK */
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    opacity: 1;
    visibility: visible;
    transition: opacity .6s ease, visibility .6s ease;
}

/* 消すとき */
#preloader.hide {
    opacity: 0;
    visibility: hidden;
}

/* 動画 */
#preloader video {
    width: 50%;
    /*   height: 100%; */
    object-fit: cover;
}


/* アニメ前は非表示状態 */
.fade-in,
.reveal,
.js-stagger .fade-in {
    opacity: 0;
    transform: translateY(20px);
}

/* 動画終了後（body.anim-ready）＋クラスが付いたら表示 */
body.anim-ready .fade-in.active,
body.anim-ready .reveal.is-inview,
body.anim-ready .js-stagger .fade-in.is-inview {
    opacity: 1;
    transform: none;
    transition: opacity .6s ease, transform .6s ease;
}



/* ======================
  下層ページ
====================== */
.header2 {
    max-width: 100%;
    text-align: center;
    margin: auto;
    display: flex;
    justify-content: space-between;
    padding-bottom: 100px;
    margin-left: 5%;
}


.header2_r {
    width: 50%;
    height: 400px;
    text-align: right;
    margin-left: auto;
    position: relative;
}

.header2_r img {
    width: 100%;
    height: 400px !important;
    object-fit: cover;
    border-radius: 0 0 0 20px;
    text-align: right;
    margin-left: auto;
}

.header2_r::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #034387;
    opacity: 0.5;
    border-radius: 0 0 0 20px;
}

.header2_l {
    width: 45%;
    text-align: left;
    margin-top: 220px;
    margin-right: 2%;
}

.page_h3_en {
    font-size: 80px;
    color: #034387;
    font-weight: 800;
    margin: 0;
    line-height: 1;
}

.page_h3 h3 {
    font-size: 20px;
    color: #034387;
}

.page_h3 {
    margin-bottom: 70px;
    text-align: left;
}

@media screen and (max-width:769px) {
    .header2 {
        flex-direction: column-reverse;
        margin-left: 6.8%;
		padding-bottom: 60px;
    }

    .header2_r {
        width: 100%;
        height: 380px;
        text-align: right;
        margin-left: auto;
        margin-bottom: 50px;
    }

    .header2_r img {
        width: 100%;
        height: 380px !important;
    }

    .header2_l {
        width: 93.2%;
        margin-top: 0;
        margin-left: 0;
        margin-right: 6.8%;
		margin-top:70px;
    }

    .header2_l h2 {
        font-size: 8.7vw;
        margin-top: 30px;
        /* line-height: 1.1; */
        text-align: left;
    }

    .page_h3_en {
        font-size: 60px;
    }
	.page_h3 {
    margin-bottom: 40px;
}
}

/* ======================
  プラポリ　お問合せ
====================== */
.pr-poli,
.contact {
    text-align: left;
    display: flex;
    justify-content: space-between;
    padding-bottom: 100px;
}

.pr-poli_l,
.contact_l {
    width: 64%;
}

.pr-poli_r,
.contact_r {
    width: 31%;
}

.pr-poli h4 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px;
    margin-top: 0px;
    position: relative;
    margin-left: 25px;
}

.pr-poli h4::before {
    content: "";
    width: 10px;
    height: 40px;
    background-color: #D9D9D9;
    top: auto;
    bottom: auto;
    left: -25px;
    position: absolute;
}

.pr-poli_l p {
    margin-bottom: 50px;
    margin-top: 0px;
}

.pr-poli_r a,
.contact_r a {
    display: block;
    border: none;
}

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

    .pr-poli,
    .contact {
        display: block;
    }

    .pr-poli_l,
    .pr-poli_r,
    .contact_l,
    .contact_r {
        width: 100%;
    }

    .pr-poli_r,
    .contact_r {
        margin-top: 50px;
    }
}

.hr {
    color: #cccccc;
}

.pankuzu a {
    font-size: 15px;
    transition: .3s ease;
}

.pankuzu a:hover {
    color: #bbbbbb;
}

.rink_icon {
    padding: 0px 10px 0px 5px;
    color: #cccccc;
    /* 矢印は少し薄いグレー */
    font-size: 24px;
    align-items: center;
    justify-content: center;
    font-weight: 900;
}

@media screen and (max-width:500px) {
    .rink_icon {
        font-size: 21px;

    }
}

/* ===== CF7 contact form style ===== */
/* =========================
   CF7 お問い合わせフォーム
========================= */

.cf7-wrap {
    border-top: 1px solid #cccccc;
    margin-top: 70px;
}

.cf7-row {
    display: grid;
    grid-template-columns: 200px 1fr;
    gap: 20px;
    padding: 30px 0;
    border-bottom: 1px solid #cccccc;
    align-items: center;
}

.cf7-row p {
    margin: 0;
}

.wpcf7 .hidden-fields-container {
    display: none;
}

.cf7-label {
    display: flex;
    align-items: center;
    gap: 14px;
    font-weight: 600;
}

.cf7-label span {
    margin-right: 10px;
    font-size: 10px;
    margin-bottom: 10px;
}

.badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 2px;
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    padding: 4px 5px;
}

.badge.required {
    background: #034387;
}

.badge.optional {
    background: #bdbdbd;
}

/* 入力欄 */
.cf7-control input,
.cf7-control select,
.cf7-control textarea {
    width: 100%;
    border: none;
    background: #d9d9d9;
    border-radius: 10px;
    padding: 14px 16px;
    font-size: 16px;
    box-sizing: border-box;
}

.cf7-control textarea {
    min-height: 240px;
    resize: vertical;
}

/* selectの矢印 */
.cf7-control select {
    appearance: none;
    background-image:
        linear-gradient(45deg, transparent 50%, #666 50%),
        linear-gradient(135deg, #666 50%, transparent 50%);
    background-position:
        calc(100% - 22px) 50%,
        calc(100% - 16px) 50%;
    background-size: 6px 6px;
    background-repeat: no-repeat;
    padding-right: 44px;
}

/* 送信ボタン */
.cf7-actions {
    padding-top: 34px;
    text-align: center;
}

.cf7-actions input[type="submit"] {
    background: #000;
    color: #fff;
    border: none;
    border-radius: 6px;
    padding: 16px 56px;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    transition: 0.3s ease;
}

.cf7-actions input[type="submit"]:hover {
    opacity: 0.9;
}

@media (max-width: 769px) {
    .cf7-row {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .cf7-label {
        font-size: 16px;
    }

    .cf7-actions input[type="submit"] {
        width: 100%;
    }
}

/* ======================
  news
====================== */
/* ======================
  Tabs
====================== */
.news-tabs ul,
.news-tabs li {
    list-style: none;
    margin: 0;
    padding: 0;
}

.news-tabs li a {
    width: 100px;
}

.news-tabs ul {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 48px;
}

.news-tabs a {
    padding: 10px 50px;
    border-radius: 999px;
    border: 1px solid #dddddd;
    background: #fff;
    color: #111;
    text-decoration: none;
    font-size: 14px;
    display: inline-block;
}

.news-tabs a.is-active {
    background: #eeeeee;
}

@media (max-width: 769px) {
    .news-tabs a {
        padding: 7px 15px;
    }

    .news-tabs ul {
        gap: 5px;
        margin-bottom: 18px;
    }
}

/* ======================
  Archive List
====================== */
.news-list {
    display: flex;
    flex-direction: column;
    gap: 80px;
    padding-bottom: 100px;
}

.news-card {
    display: flex;
    gap: 48px;
    align-items: flex-start;
}

.news-thumb img {
    width: 370px;
    height: 250px;
    object-fit: cover;
    border-radius: 20px;
    display: block;
}

.news-body {
    flex: 1;
}

.news-meta {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 14px;
}

.news-category {
    display: inline-block;
    text-align: center;
    width: 98px;
    border-radius: 999px;
    border: 1px solid #cccccc;
    font-size: 10px;
}

.news-date {
    font-size: 16px;
    color: #111;
}

.news-title {
    font-size: 20px;
    line-height: 1.5;
    margin: 0;
    text-align: left;
}

.news-title a {
    color: #000;
    text-decoration: none;
}

.news-pagination {
    margin-top: 60px;
}

@media (max-width: 769px) {
    .news-card {
        display: block;
        gap: 48px;
        align-items: flex-start;
    }

    .news-thumb {
        margin-bottom: 20px;
    }

    .news-thumb img {
        width: 100%;
    }
}

/* ======================
  Single
====================== */
.news-single {
    width: 63%;
    text-align: left;
}

.wp-block-columns {
    gap: 1.75em;
}

@media (max-width: 768px) {}

.news-single__meta {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 16px;
}

.news-single__title {
    font-size: 32px;
    line-height: 1.4;
    margin: 0 0 37px;
    text-align: left;
}

.news-single__thumb img {
    width: 100%;
    height: auto;
    border-radius: 24px;
    display: block;
    margin-bottom: 28px;
}

.news-single__content {
    font-size: 16px;
    line-height: 1.9;
}

.news-single__foot {
    margin-top: 55px;
}

.news-single__nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 30px;
}

.news-single__back {
    display: block;
    text-decoration: none;
    text-align: center;
    margin: auto;
}

/* 右寄せの外枠：PCは右に配置 */
.recent-wrap {
    display: flex;
    justify-content: space-between;
    /* justify-content: flex-end; */
}

.recent-box {
    width: 30%;
}

/* 見出し：タブ＋線 */
.recent-head {
    align-items: center;
    gap: 16px;
    margin-bottom: 18px;
    text-align: left;
}

.recent-label {
    text-align: left;
    margin: auto;
    display: inline-block;
    padding: 7px 28px;
    border: 2px solid #cccccc;
    border-bottom: 1px #fff solid;
    border-radius: 5px 5px 0 0;
    background: #fff;
    font-size: 13px;
    margin-bottom: -2px;
}

.recent-line {
    margin: auto;
    margin-bottom: -1px;
    z-index: -1;
    border: 1px solid #cccccc;

}


/* リスト */

.recent-item {
    padding: 25px 0;
    border-bottom: 1px solid #cccccc;
    text-align: left;
    font-size: 16px;
}

.recent-meta {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 10px;
}

.recent-cat {
    display: inline-block;
    min-width: 60px;
    text-align: center;
    padding: 6px 14px;
    border-radius: 999px;
    border: 1px solid #cccccc;
    font-size: 12px;
}

.recent-date {
    font-size: 16px;
}

.recent-title {
    margin: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
}

.recent-title a {
    color: #000;
    text-decoration: none;
}

/* SPは右寄せ解除して全幅 */
@media (max-width: 768px) {
    .recent-wrap {
        justify-content: flex-start;
    }

    .recent-box {
        width: 100%;
    }

    .recent-wrap {
        display: block;
    }

    .news-single {
        width: 100%;
        padding-bottom: 100px;
    }
}



/* ======================
 about
====================== */
.about1,
.about1_reverse {
    display: flex;
    padding-bottom: 50px;
}

.about1_l,
.about1_reverse_r {
    width: 64%;
}

.about1_l {
    margin-right: 50px;
}

.about1_l h4,
.about2_l h4 {
    font-size: 40px;
    font-weight: 400;
    line-height: 1.5;
    margin: 0;
}

.about1_r,
.about1_reverse_l {
    width: 30%;
    height: 600px;
    border-radius: 20px;
}

.about1_r_im {
    height: 600px;
    border-radius: 20px;
}

.about1_r img,
.about1_reverse_l img {
    height: 600px !important;
    width: auto;
    object-fit: cover;
    border-radius: 20px;
}

.about2,
.about2_reverse {
    display: flex;
    padding-bottom: 100px;
}

.about2_l {
    width: 48%;
}

.about1_l p,
.about2_l p,
.about2_r p {
    /* margin-top: 30px; */
    text-align: justify;
}

.about2_l .h4_en {
    font-size: 25px;
    font-weight: 400;
    margin: 0;
}

.about2_r {
    width: 48%;
    height: 370px;
    border-radius: 20px;
    margin-left: 60px;
}

.about2_card {
    width: 48%;
    margin-left: 60px;
}

.about2_r img {
    height: 370px !important;
    /* width: auto; */
    object-fit: cover;
    object-position: 50% 50%;
    border-radius: 20px;
}

.about2_l_logo {
    border: solid 1.5px #dddddd;
    width: 48%;
    height: 100%;
    border-radius: 20px;
}

.about2_l_logo img {
    /* height: auto !important; */
    width: 100% !important;
    /* object-fit: cover; */
    /* border-radius: 20px; */
    object-position: center center;
}

.domestic {
    display: flex;
    justify-content: space-between;
    align-items: start;
    padding-bottom: 50px;
}

.domestic_li {
    width: 48%;
}

.domestic_im {
    height: 370px;
    border: solid 1.5px #dddddd;
    position: relative;
    border-radius: 20px;
}

.domestic_im img {
    height: 145px !important;
    width: auto;
    position: absolute;
    object-fit: cover;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    /* object-position: 50% 50%; */
    transition: 0.3s;
}

.domestic_im img:hover {
    opacity: 0.5;
}

@media screen and (max-width:1000px) {
    .domestic_im {
        height: 250px;
    }

    .domestic_im img {
        width: 60%;
        height: auto !important;
    }
}

@media screen and (max-width:769px) {
    .about1,
    .about2,
    .domestic {
        display: block;
    }

    .about2,
    .about2_reverse {
        padding-bottom: 0;
    }

    .about1_l,
    .about2_l,
    .about1_r,
    .about2_r,
    .about2_card,
    .about1_reverse_r,
    .about1_reverse_l {
        width: 100%;
        margin-left: 0px;
    }

    .about2_l,
    .about1_l,
    .about2_r {
        margin-bottom: 30px;
    }

    .about1_l h4,
    .about2_l h4 {
        font-size: 6.5vw;
        letter-spacing: 0px;
    }

    .about2_r {
        height: 300px;
    }

    .about2_reverse .about2_r {
        height: auto;
    }

    .about1_reverse,
    .about2_reverse {
        flex-direction: column-reverse;
    }

    .domestic_li {
        width: 100%;
    }

    .about1_r img,
    .about1_reverse_l img {
        height: 300px !important;
    }
	    .about1_r,
    .about1_reverse_l {
        height: 300px;
    }

}

/* テーブル本体（上線あり） */
.aboutus_outline_table table {
    width: 100%;
    border-collapse: collapse;
    border-top: 1px solid #dcdcdc;
}

/* 行（下線のみ） */
.aboutus_outline_table tr {
    border-bottom: 1px solid #dcdcdc;
}

/* th・td 共通 */
.aboutus_outline_table th,
.aboutus_outline_table td {
    border: none !important;
    text-align: left;
    padding-top: 22px;
    padding-bottom: 22px;
}

/* 左ラベル */
.aboutus_outline_table th {
    width: 120px;
    padding: 30px 0px 30px 40px !important;
    font-weight: 600;
    color: #1f4fa3;
    background: none;
    vertical-align: top;
}

/* 右テキスト */
.aboutus_outline_table td {
    padding: 30px 10px !important;
    line-height: 1.8;
    color: #000;
}

@media screen and (max-width:769px) {
    .aboutus_outline_table th {
        width: 85px;
        padding: 30px 0px 30px 20px !important;
        font-size: 14px;
    }

    .aboutus_outline_table td {
        font-size: 14px;
    }
}


/* 複数行（取引銀行） */
.aboutus_outline_table td br {
    display: block;
    margin-bottom: 6px;
}

.map {
    width: 100%;
    height: 45vw;
	margin-top: 30px;
}

.overseas_head {
    display: flex;
    justify-content: left;
    align-items: center;
}

.overseas_r {
    border: 1px #dddddd solid;
    border-radius: 10px;
    margin-left: 50px;
    padding: 20px;
    height: 80px;
    width: 434px;
    line-height: 2;
}

.overseas_r p {
    font-size: 14px;
}


.history{
    display: flex;
}

.history_l{
    position: sticky;
}
.history_im{
    height: 600px;
    border-radius: 20px;
} 
.history_l img{
        width: auto;
    height: 600px !important;
    object-fit: cover;
    border-radius: 20px;

} 
.history_r  {
    margin-top: 200px;
    height: 600px;
    overflow-y: scroll;
    margin-left: 50px;
}

@media screen and (max-width:769px) {
    .history {
        height: auto;
        margin-bottom: 50px;
        display: block;;
    }
    .history_r{
        margin-top: 0;
                margin-left: 0
    }

    .history_im2{
    height: 300px;
    border-radius: 20px;
} 
    .history_im2 img{
    height: 300px !important;
    object-fit: cover;
    border-radius: 20px;
} 

}


/* =====================
4s
 =====================*/
.stack-wrap {
    display: grid;
    place-items: center;
    margin-top: -50%;
    /* 画面高さ */
    height: 15%;
}

.card-stack {
    position: relative;
    width: 50%;
    /* height: 1vw; */
}

.card {
    /* position: absolute; */
    inset: 0;
    display: grid;
    place-items: center;
    display: inline-block;
    /* 初期は重ねる */
    transform: translate(0, 0) rotate(0deg);
    /* opacity: 1; */
}

.card img {
    width: 100%;
}

.card:nth-child(1) {
    /* background-color: #D5E7EE;
    border-radius: 50%; */
    z-index: 4;
}

.card:nth-child(2) {
    z-index: 3;
}

.card:nth-child(3) {
    z-index: 2;
}

.card:nth-child(4) {
    z-index: 1;
}

@media screen and (max-width:769px) {
    .stack-wrap {
        min-height: 100vw;
    }
}

/* =====================
回る
 =====================*/
/* 初期：非表示 */
.stack-wrap {
    opacity: 0;
    transform: translateY(24px);
    filter: blur(5px);
    transition:
        opacity 3s ease,
        transform 1s cubic-bezier(.2, .8, .2, 1),
        filter 3s ease;
}

/* 表示状態 */
.stack-wrap.is-inview {
    opacity: 1;
    transform: translateY(0);
    filter: blur(0);
}

/* 親：重ねて置く器（高さはもう指定済みでOK） */
.card-stack {
    --orbit-r: 16.6%;
    /* 円の半径：好みで調整 */

}

/* カード共通（最初は重ねる） */
.card {
    /* 円軌道 */
    offset-path: circle(var(--orbit-r) at 50% 50%);
    offset-rotate: 0deg;
    /* 回転しない */
    offset-distance: 75%;
    /* ← 12時方向がスタート */
}

/* *** */
.card {
    opacity: 0;
    /* ★追加：最初は見せない */
    transition: opacity 450ms ease;
    /* ★追加：表示のポワン */
}

.card-stack.is-open .card {
    opacity: 1;
    /* ★追加：is-openで表示 */
    /* 既存の animation 指定はそのままでOK */
}



/* is-openで回る（各カードで到達％が違う） */
.card-stack.is-open .card {
    animation-duration: 5s;
    animation-timing-function: cubic-bezier(.2, .8, .2, 1);
    animation-fill-mode: forwards;
    /* 最後で止まる */
}





@keyframes orbit-0 {
    from {
        offset-distance: 75%;
    }

    to {
        offset-distance: 75%;
    }
}

@keyframes orbit-25 {
    from {
        offset-distance: 75%;
    }

    to {
        offset-distance: 150%;
    }
}

@keyframes orbit-50 {
    from {
        offset-distance: 75%;
    }

    to {
        offset-distance: 125%;
    }
}

@keyframes orbit-75 {
    from {
        offset-distance: 75%;
    }

    to {
        offset-distance: 100%;
    }
}

/* 1枚目 */
.card-stack.is-open .card:nth-child(1) {
    animation-name: orbit-0;
    transition-delay: 0ms;
    /* opacityの開始 */
    animation-delay: 0ms;
    /* 動き出し */
}

/* 2枚目：本来は2番目（あなたの指定に合わせるなら nth-child(2) を75%にするのが自然） */
.card-stack.is-open .card:nth-child(2) {
    animation-name: orbit-25;
    transition-delay: .8s;
    animation-delay: .8s;
}

/* 3枚目 */
.card-stack.is-open .card:nth-child(3) {
    animation-name: orbit-50;
    transition-delay:1.6s;
    animation-delay: 1.6s;
}

/* 4枚目 */
.card-stack.is-open .card:nth-child(4) {
    animation-name: orbit-75;
    transition-delay: 2.4s;
    animation-delay: 2.4s;
}



/* =====================
海外拠点
 =====================*/

.overseas_cont {
    /* width: 70%; */
    text-align: center;
    margin: auto;
    position: relative;
}

.overseas_bg {
    width: 70%;
    text-align: center;
    margin: auto;
}

/* .overseas_cont img {
  width: 100%;
    position: relative;
} */

.area {
    position: relative;
    display: flex;
    align-items: center;
    width: 300px;
    /* height: 40px; */
    font-size: 14px;
    padding: 2px;
    background-color: #fff;
    border-radius: 25px;
    border: 1px solid #DDDDDD;
    cursor: pointer;
    transition: 0.2s ease;
    margin-bottom: 5%;
}

.area_cont {
    position: absolute;
    top: 5%;
    left: 0%;
    margin: auto;
}

.area_cont2 {
    position: absolute;
    top: 10%;
    right: 0%;
    margin: auto;
}

.area_cont3 {
    position: absolute;
    bottom: 10%;
    left: 45%;
    margin: auto;
}

.flag {
    width: 34px;
    height: 34px;
    margin-right: 5px;
}

.area span {
    position: absolute;
    display: flex;
    top: 0;
    bottom: 0;
    right: 20px;
    color: #000;
    font-size: 16px;
}

.area p {
    margin: 0;
}

/* ===== ポップアップ ===== */
.popup {
    position: absolute;
    top: 2vw;
    left: 4vw;
    width: 25%;
    /* height: 65px; */
    background: rgba(255, 255, 255, 0.8);
    /* box-shadow: -10px 0 20px rgba(0,0,0,.15); */
    border: 1px solid #dddddd;
    padding: 20px;
    border-radius: 10px;
    transform: translateX(100%);
    transition: transform .3s ease;
    /* z-index: 1000; */
    opacity: 0;
    text-align: center;
}

.popup p {
    margin: 0;
    text-align: left;
}

.area.is-active {
    background-color: #EEEEEE;
}

.popup.is-open {
    /* transform: translateX(0); */
    opacity: 1;
}

/* .popup-close {
  position: absolute;
  top: 10px;
  right: 10px;
  background: none;
  border: none;
  font-size: 24px;
  cursor: pointer;
} */

@media screen and (max-width:1000px) {
    .overseas_bg {
        width: 100%;
    }

    .area_cont {
        position: unset;
        display: flex;
        flex-wrap: wrap;
        gap: 2%;
    }

    .area_cont2 {
        top: -60px;
    }

    .area_cont3 {
        top: -10px;
        right: 0;
        bottom: unset;
        left: unset;
    }

    .area {
        padding: 0 2px;
        margin-bottom: 2%;
    }

    .popup {
        width: 50%;
        top: 20%;
        left: -35%;
    }
}

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


/* =====================
リクルート
 =====================*/

.recruit-top {
    display: flex;
    /* justify-content: space-around; */
    gap: 70px;
}

.recruit-top_l {
    height: 610px;
    width: 700px;
    text-align: left;
    margin-right: auto;
    position: relative;
}

.recruit-top_r img {
    margin: 30px 0 0;
    width: 388px;
}

.recruit-top h3 {
    font-size: 2.2vw;
    font-weight: 700;
    margin-bottom: 30px;
    line-height: 1.4;
}

.recruit-top_l img {
    height: 610px !important;
    width: 700px !important;
    object-fit: cover;
    border-radius: 0 20px 20px 0;
}

.recruit-top_r {
    width: 45%;
    text-align: left;
    margin-right: 5%;
    margin-top: 30px;
}

.recruit_message {
    display: flex;
    /*     text-align: justify; */
    justify-content: space-around;
    gap: 45px;
    margin-bottom: 100px;
}

.recruit_message_r_im {
    border-radius: 20px;
}

.recruit_message_r img {
    height: 600px !important;
    width: auto;
    object-fit: cover;
    object-position: left;
    border-radius: 20px;
}

.recruit_movie video {
    width: 100%;
    height: auto !important;
    object-fit: cover;
}

.recruit_movie {
    width: 100%;
    height: auto;
    margin-top: 70px;
    margin-bottom: 70px;
}

@media (max-width: 768px) {

    .recruit-top,
    .recruit_message {
        display: block;
    }

    .recruit_message_r {
        width: 100%;
    }

    .recruit-top_r {
        width: 87.6%;
        /* 		margin-left:6.8%;
		margin-right:6.8%; */
        margin: auto;
    }

    .recruit-top_r img {
        width: 300px;
    }

    .recruit-top_l img {
        width: 100% !important;
    }

    .recruit-top_l {
        margin-right: 6.8%;
        width: 93.2%;
    }

    .recruit-top_r {
        margin-left: 6.8%;
    }

    .recruit-top h3 {
        font-size: 4.8vw;
    }
	
	.recruit_message p{
    margin-bottom: 10px;
}
}


/* ===== ricruit 四角ボタン ===== */
.recruit-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px;
}

/* スマホは1列 */
@media (max-width: 768px) {
    .recruit-grid {
        grid-template-columns: 1fr;
    }
}

/* ===== カード本体 ===== */
.recruit-card {
    display: grid;
    grid-template-columns: 1fr 48%;
    align-items: center;
    background: #fff;
    border: 1px solid #dddddd;
    border-radius: 20px;
    overflow: hidden;
    text-decoration: none;
    color: inherit;
    height: 300px;
}

.recruit-card_text {
    margin: 0 0 0 12%;
    text-align: left;
}

.recruit-card_en {
    font-weight: 700;
    color: #034387;
    font-size: 18px;
    margin: 0;
    transition: .5s ease;
}

.recruit-card_jp {
    font-weight: 800;
    letter-spacing: .02em;
    font-size: 40px;
    line-height: 1.1;
    color: #111;
    margin: 20px 0 0;
    transition: .5s ease;
}

@media (max-width: 1300px) {
    .recruit-card_jp {
        font-size: 3.2vw;
    }
}

@media (max-width: 768px) {
    .recruit-card_jp {
        font-size: 5vw;
        margin: 7px 0 0;
    }

    .recruit-card {
        height: 120px;
    }

    .recruit-card_en {
        font-size: 15px;
    }
	
	.recruit-grid {
        gap: 10px;
    }
}

/* 画像側（斜めに切る） */
.recruit-card_img {
    height: 100%;
    position: relative;
    overflow: hidden;
    background-size: cover;
    background-position: center left;
    /* 斜めの境界（左上→左下が斜め） */
    clip-path: polygon(40% 0%, 100% 0%, 100% 100%, 0% 100%);
    transition: .5s ease;
}

/* 採用情報の写真のみ */
.recruit-card_imgimg {
    height: 100%;
    position: relative;
    overflow: hidden;
    background-size: cover;
    background-position: center 66%;
    /* 斜めの境界（左上→左下が斜め） */
    clip-path: polygon(40% 0%, 100% 0%, 100% 100%, 0% 100%);
    transition: .5s ease;
}

.recruit-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;

}

/* hover（任意） */
.recruit-card:hover .recruit-card_img,
.recruit-card:hover .recruit-card_imgimg {
    clip-path: polygon(-10% 0%, 100% 0%, 100% 100%, -30% 100%);
    opacity: 0.6;

}

.recruit-card:hover .recruit-card_jp,
.recruit-card:hover .recruit-card_en {
    color: #bbbbbb;
}

/* job categoryページ　斜めカットなし */
.recruit-card_img2 {
    height: 100%;
    position: relative;
    overflow: hidden;
    background-size: cover;
    background-position: center 30%;
}

/* =====================
新卒募集要項
 =====================*/

.newgraduate_outline_table table {
    width: 100%;
    border-collapse: collapse;
    border-top: 1px solid #cccccc;
}

.newgraduate_outline_table table tr {
    border-bottom: 1px solid #cccccc;
}

.newgraduate_outline_table th,
.newgraduate_outline_table td {
    border: none !important;
    text-align: left;
    vertical-align: initial;
    background: transparent;
    font-weight: 400;
}

.newgraduate_outline_table th {
    padding: 30px 0 20px 53px !important;
    white-space: nowrap;
    width: 120px;
    color: #034387;
}

/* 右テキスト */
.newgraduate_outline_table td {
    padding: 30px 0 20px 30px !important;
    color: #000;
}

/* 複数行（取引銀行） */
.newgraduate_outline_table td br {
    display: block;
    margin-bottom: 6px;
}

/* PCはそのまま（必要なら幅調整だけ） */
.newgraduate_outline_table {
    max-width: 100%;
}

/* ===== スマホだけ調整 ===== */
@media (max-width: 768px) {

    /* 行を縦積みに */
    .newgraduate_outline_table tr {
        display: block;
        padding: 12px 0;
    }

    .newgraduate_outline_table th,
    .newgraduate_outline_table td {
        display: block;
        padding: 0;
        border: none;
    }

    /* 見出し（項目名） */
    .newgraduate_outline_table th {
        padding: 30px 15px 0px 15px !important;
        margin-bottom: 6px;
    }

    /* 内容（文章） */
    .newgraduate_outline_table td {
        padding: 30px 15px 20px 15px !important;
        word-break: break-word;
    }

    /* 改行が多い項目を読みやすく */
    .newgraduate_outline_table td br {
        display: block;
        margin: 6px 0;
        content: "";
    }
}

/* =====================
採用情報
 =====================*/

.flow {
    display: flex;
    text-align: left;
    justify-content: space-between;
    gap: 25px;
    margin-bottom: 20px;
}

.flow_img {
    border-radius: 20px;
    height: 600px;
}

.flow img {
    height: 600px !important;
    width: 400px;
    object-fit: cover;
    border-radius: 20px;
}

.step-flow {
    max-width: 845px;
    /* 例：PCでの見た目幅 */
    margin: 0 auto;
    /* 中央寄せ */
}

.step-item {
    display: flex;
    align-items: stretch;
    border: 1px solid #e7e7e7;
    border-radius: 12px;
    background: #fff;
    overflow: hidden;
    /* 角丸をきれいに */
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.03);
}

.step-badge {
    width: 120px;
    /* 左の青い枠の幅 */
    background: #153c78;
    /* 青 */
    color: #fff;
    padding: 30px 28px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 6px;
}

.step-badge .step-no {
    font-weight: 700;
}

.step-badge .step-title {
    font-weight: 800;
    line-height: 0;
}

.step-body {
    margin: auto;
    color: #222;
    width: 70%;
    padding: 0 20px;
}

.step-body p {
    display: inline-block !important;
}

.step-arrow {
    display: flex;
    justify-content: left;
    margin: 15px 70px;
}

/* CSSだけで下向き三角形（矢印） */
.step-arrow::before {
    content: "";
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #c9d3df;
    /* 矢印の色 */
}

@media (max-width: 768px) {
    .flow {
        display: block;
    }

    .flow img {
        width: 100%;
    }

    .step-flow {
        margin-bottom: 50px;
    }

    .step-badge {
        gap: 0;
    }

    .step-item {
        flex-direction: column;
    }

    .step-badge {
        width: auto
    }

    .step-body {
        text-align: left;
        margin: auto 20px;
        width: auto;
        padding: 0;
    }

}

.page_h3_benefit {
    margin-left: 5%;
    margin-right: 5%;
}

@media (max-width: 768px) {
    .page_h3_benefit {
        margin-left: 6.8%;
        margin-right: 6.8%;
    }

}

/* --- 背景＋丸バッジ --- */
.circle-hero {
    --overlay: rgba(20, 55, 95, .45);
    background-image: linear-gradient(var(--overlay), var(--overlay)), var(--bg);
    background-size: cover;
    background-position: center;
    border-radius: 0px;
    height: 390px;
    padding-top: 175px
}

.circle-hero__inner {
    max-width: 1100px;
    margin: 0 auto;
}

.circle-badges {
    display: flex;
    gap: clamp(14px, 4vw, 40px);
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.circle-badge {
    width: clamp(160px, 22vw, 240px);
    aspect-ratio: 1 / 1;
    background: #fff;
    border-radius: 9999px;
    display: grid;
    place-items: center;
    box-shadow: 0 10px 25px rgba(0, 0, 0, .15);
}

.circle-badge span {
    font-size: clamp(16px, 3vw, 22px);
    font-weight: 800;
    color: #111;
    text-align: center;
    padding: 0 14px;
    line-height: 1.3;
}


/* =========================
   FAQ
========================= */
.faq .page_h3 {
    margin-top: 100px;
}

/* すべて閉じる（強制） */
.faq-item>.faq-answer {
    display: none !important;

}

/* active のときだけ、その item の中だけ開く */
.faq-item.active>.faq-answer {
    display: block !important;
}

.faq-item {
    text-align: left;
    margin-bottom: 2px;
}

/* 質問 */
.faq-question {
    position: relative;
    padding: 20px 56px 20px 30px;
    font-weight: 700;
    cursor: pointer;
    background: #F7F7F7;
    font-size: 20px;
}

/* 回答：白背景 */
.faq-answer {
    background: #ffffff;
    padding: 18px 30px;
    font-size: 16px;
}

/* ＋ − アイコン */
.faq-icon {
    position: absolute;
    right: 25px;
    top: 50%;
    width: 18px;
    height: 18px;
    transform: translateY(-50%);
    pointer-events: none;
}

.faq-icon::before,
.faq-icon::after {
    content: "";
    position: absolute;
    background: #111;
    transition: 0.5s;
    cursor: pointer;
}

/* 横線 */
.faq-icon::before {
    top: 50%;
    left: 0;
    width: 18px;
    height: 1.5px;
    transform: translateY(-50%);
}

/* 縦線 */
.faq-icon::after {
    left: 50%;
    top: 0;
    width: 1.5px;
    height: 18px;
    transform: translateX(-50%);
}

/* 開いたら − */
.faq .faq-item.active .faq-icon::after {
    transform: rotate(90deg);
}

.faq .faq-item.active .faq-icon::before {
    transform: rotate(180deg);
}

@media (max-width: 768px) {
    .faq-question {
        font-size: 16px;
    }
}

.concept {
    display: flex;
    text-align: left;
    justify-content: space-between;
    gap: 50px;
}

.concept_r {
    border-radius: 20px;
}

.concept-text {
    max-width: 50%;
    text-align: justify;
}

.concept_r {
    height: 370px;
}

.concept img {
    height: 370px !important;
    width: auto;
    object-fit: cover;
    object-position: left;
    border-radius: 20px;
}

.concept-center {
    border-radius: 0px;
    height: 600px;
}

.concept-center img {
    border-radius: 0px;
    height: 600px !important;
    object-fit: cover;
}

.concept_picB {
    margin-top: 70px;
}

.concept-picA {
    display: flex;
    justify-content: space-around;
    gap: 50px;
    border-radius: 0px;
}

.concept-pic1 {
    display: block;
    width: 620px;
    max-width: 50%;
    text-align: left;
}

.concept-pic1 .image {
    border-radius: 20px;
}

.concept-pic1 img {
    width: 100%;
    height: 370px !important;
    /* aspect-ratio: 16 / 9; */
    /* ★ ここで比率を指定 */
    margin: 0 auto;
    object-fit: cover;
    border-radius: 20px;
}

/* ---- Responsive ---- */
@media (max-width: 768px) {

    .concept,
    .concept-picA {
        display: block;
    }

    .concept-text,
    .concept-pic1 {
        max-width: 100%;
    }
}



/* =========================
   海外拠点表
========================= */


.company-table {
    width: 100%;
    overflow: scroll;
    border-collapse: collapse;
    font-size: 14px;
}


/* 共通セル */
.company-table th,
.company-table td {
    border: 1px solid #dddddd;
    padding: 14px 18px;
    vertical-align: middle;
    background: #fff;
}

/* 国名（左カラム） */
.company-table__country {
    width: 120px;
    text-align: center;
    font-weight: normal;
    white-space: nowrap;
}

/* 会社名 */
.company-table__name {
    width: 320px;
}

.company-table__name a {
    color: #0063CC;
    text-decoration: none;
}

.company-table__name a:hover {
    text-decoration: underline;
}

/* 説明文 */
.company-table__desc {
    line-height: 1.6;
}

/* 行ホバー（任意） */
.company-table tr:hover td {
    background-color: #f9fbfd;
}


@media (max-width: 950px) {
    .company-table {}

    /* 国名（左カラム） */
    .company-table__country {
        width: 60px;
    }

    .company-table__name {
        width: 230px;
    }


    .table-scroll {
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        /* iOSでヌルッと */
    }

    /* スクロールバーが出てもデザインが崩れないように */
    .company-table {
        min-width: 720px;
        /* ← これが超重要 */
    }

}

.bunner {
    margin-bottom: 70px !important;
}

/* =========================
   インタビュー
========================= */

.interview-single figure {
    border-radius: 20px;
    width: 100%;
    height: 400px;
}

.interview-single img {
    border-radius: 20px;
    width: 100% !important;
    height: 400px !important;
    object-fit: cover;
}

.interview-single .top_img {
    width: 100%;
    height: 700px;
    object-fit: cover;
}

.interview-single .top_img img {
    height: 700px !important;
    object-fit: cover;
}

.int_name_box {
    margin-top: 70px;
}

.int_name {
    font-size: 30px;
    font-weight: 700;
    text-align: left;
    margin: 30px 0 75px;
}

.interview-single .h3_cont {
    display: flex;
    align-items: center;
    margin: 0 0 75px;
}

.interview-single .h3_cont .q {
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    background-color: #034387;
    width: 64px;
    height: 40px;
    clip-path: polygon(0% 0%, 100% 0%, 75% 100%, 0% 100%);
}

.interview-single h3 {
    font-size: 30px;
    font-weight: 700;
    text-align: left;
    margin: 0;
    line-height: 1.2;
}

.interview-single .flex {
    display: flex;
	align-items:start;
}

.interview-single .flex_l {
    width: 50%;
    margin-right: 50px;
}

.interview-single .flex_r {
    width: 50%;
    margin-left: 50px;
}

.interview_cont{
    margin-bottom: 70px;
}

.schedule{
    background-color: #A2CADC;
    padding: 70px 0 0;
}

.schedule .ttl{
    font-size: 30px;
    font-weight: 700;
    margin: 0 0 50px;
}

 .interview-single .schedule .flex_l {
    margin-right: 0px;
    position: relative;
}

.with_me{
    position: absolute;
    text-align: center;
    margin: auto;
    margin-left: 5%;
    height: auto !important;
    width: 100% !important;
}

.with_me img{
    height: auto !important;
    width: 85% !important;
    object-fit: cover;
    margin-top: -9%;
    text-align: center;
}

@media (max-width: 768px) {
	    .interview-single .top_img {
        height: 420px;
    }

    .interview-single .top_img img {
        height: 420px !important;
    }
	
    .interview-single .flex {
        display: block;
    }

    .interview-single .flex_l,
    .interview-single .flex_r {
    width: 100%;
    margin: 50px 0;
}

.interview_cont{
    margin-bottom: 100px;
}

    .interview-single .h3_cont {
    align-items: start;
    margin: 0 0 50px;
}


.with_me{
    width: 86% !important;
}
}

