@charset "UTF-8";
/* =============================================
 共通設定・ユーティリティクラス
============================================= */

/* 画像設定 */
img {
    border: none;
    vertical-align: bottom; /* インライン要素の垂直方向を調整 */
    max-width: 100%;
}

/* clearfix */
.clearfix::after {
    content: "";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}

/* 共通テキスト・配置 */
.clear {
    clear: both;
    display: block;
}
.center {
    text-align: center;
}
.normal {
    font-weight: normal;
}
.bold {
    font-weight: bold;
}

/* SP表示制御 */
.show_sp,
.show_sp02 {
    display: none !important;
}

/* フォント指定 */
.mincho {
    font-family: "Noto Serif JP", serif;
}
.manrope {
    font-family: "Manrope", sans-serif;
}
.inter {
  font-family: "Inter", sans-serif;
}

/* =============================================
 基本的なスタイル設定
============================================= */

/* body設定 */
body {
    font-size: 1.6rem;
    line-height: 1.5;
    color: #404040;
    font-family: "Noto Sans JP", sans-serif;
    overflow-x: hidden;
}
main {
    background-color: #EFF2F3;
}
/* リンク設定 */
a:link,
a:visited {
    color: inherit;
    text-decoration: none;
}
a:hover,
a:active {
    color: inherit;
    text-decoration: none;
}

/* ボタン設定 */
button {
    background-color: transparent;
    border: none;
    cursor: pointer;
    appearance: none;
    padding: 0;
    outline: none;
}

/* 段落・見出し設定 */
h1, h2, h3, h4, h5, h6, p {
    margin: 0;
    padding: 0;
}

/* その他の要素の整理 */
ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
}
mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold;
}
del {
    text-decoration: line-through;
}
abbr[title], dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}
input, select {
    vertical-align: middle;
}


/* =============================================
 コンポーネント別スタイル (Components)
============================================= */

/* Header & Footer */
nav, section, article {
    margin: 0;
    padding: 0;
}

/* Form Style */
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
    border: none;
}
textarea {
    width: 100%;
}
.w100 {
    width: 100%;
}

input[type="submit"]:hover {
    opacity: 0.8;
}

/* プレースホルダー */
input::placeholder {
    color: #959595;
}
textarea.field::placeholder {
    color: #959595;
}

/* =============================================
 共通エリア
============================================= */

.page-wrap {
    padding-bottom: 200px;
}

.inner {
    max-width: calc(996px + 8%);
    margin: 0 auto;
    padding: 0 4%;
}



/*--------
  レスポンシブ
-----------------------------*/
@media (max-width: 768px) {
    .show_pc {
        display: none !important;
    }
    .show_sp,
    .show_sp02 {
        display: block !important;
    }
    input::placeholder {
        white-space: normal !important;
    }

    .page-wrap {
        padding-bottom: 150px;
    }

    .inner {
        max-width: 100%;
        padding: 0 24px;
    }
}

/* =============================================
 ページタイトル共通
============================================= */
.page-header {
    width: 100%;
    background-color: #eef1f3;
    padding: 103px 0 100px;
}
.page-header_inner {
    max-width: calc(996px + 8%);
    margin: 0 auto;
    padding: 0 4%;
}
.page-header_title {
    font-size: 3.2rem;
    font-weight: bold;
    margin-bottom: 63px;
    letter-spacing: 0.02em;
    line-height: 1;
}
.page-header_title.type02 {
    font-size: 4rem;
    font-weight: 600;
    letter-spacing: 0.1em;
    line-height: 1.1;
}
.page-header_title-sub {
    display: block;
    margin-top: 10px;
    font-size: 1.2rem;
    font-weight: 500;
}
.page-header_title-sub.type02 {
    font-family: "Noto Sans JP", sans-serif;
    letter-spacing: 0.05em;
}
.page-header_text {
    font-size: 1.6rem;
    font-weight: 500;
}
.page-header_lead {
    font-size: 1.6rem;
    font-weight: 500;
    color: #666;
    line-height: 1.8;
    letter-spacing: 0.08em;
}

.page-header--with-alert {
    padding-bottom: 63px;
}
.page-header--with-alert .page-header_title {
    margin-bottom: 38px;
}

.page-header_alert {
    margin-top: 2.4rem;
    padding: 25px 28px;
    border: 1px solid #E54141;
    background-color: #fff;
    border-radius: 3px;
    display: flex;
    gap: 26px;
    align-items: center;
}
.page-header_alert-icon {
    width: 38px;
    height: 33.5px;
    line-height: 1;
    flex-shrink: 0;
}
.page-header_alert-text {
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 2.1;
}
.page-header_alert-text a {
    color: #626262;
    transition: all .3s;
}
.page-header_alert-text a:hover {
    opacity: .7;
}


/*--------
  レスポンシブ
-----------------------------*/
@media (max-width: 768px) {
    .page-header {
        padding: 50px 0 60px;
    }
    .page-header_inner {
        max-width: 100%;
        margin: 0 auto;
        padding: 0 24px;
    }
    .page-header_title {
        font-size: 2.8rem;
        margin-bottom: 70px;
        line-height: 1.2;
    }
    .page-header_title.type02 {
        font-size: 3.2rem;
    }
    .page-header_title-sub {
        margin-top: 5px;
        font-size: 1.2rem;
    }
    .page-header_text {
        font-size: 1.4rem;
    }
    .page-header_lead {
        font-size: 1.4rem;
        line-height: 2;
        letter-spacing: 0.08em;
    }
    .page-header_alert {
        margin-top: 2.4rem;
        padding: 27px 20px;
        gap: 18px;
        align-items: flex-start;
    }
    .page-header_alert-text {
        font-size: 1.4rem;
        line-height: 2;
    }
}



/* =============================================
 お問い合わせトップ
============================================= */
.contact-top {
    padding-bottom: 200px;
}
.contact-top .page-header {
    padding: 103px 0 60px;
}

.contact-index-list {
    list-style: none;
}
.contact-index-item {
    border-bottom: 1px solid #99A5AA;
}
.contact-index-link {
    display: block;
    padding: 30px 20px;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.75;
    transition: all .3s;
    position: relative;
}
.contact-index-link:hover {
    opacity: .7;
}
.contact-index-external {
    display: inline-block;
    max-width: 13px;
    margin-left: 10px;
    vertical-align: middle;
}
.contact-index-external img {
    display: block;
}
.contact-index-link .circle {
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 999px;
    background-color: #626262;
    position: absolute;
    top: 50%;
    right: 30px;
    transform: translateY(-50%);
}


/*--------
  レスポンシブ
-----------------------------*/
@media (max-width: 768px) {
    .contact {
        padding-top: 48px !important;
    }
    .contact-top {
        padding-bottom: 120px;
    }
    .contact-top .page-header {
        padding: 57px 0 0;
    }
    .contact-index-link {
        padding: 30px 15px;
        font-size: 1.4rem;
    }
}



/* =============================================
 お問い合わせフォーム
============================================= */
.contact-wrap {
    max-width: 100%;
    margin: 0 auto;
    padding: 80px 0 200px;
    background-color: #fff;
}
.contact-inner {
    max-width: calc(996px + 8%);
    margin: 0 auto;
    padding: 0 4%;
}

.form-row {
    margin-bottom: 100px;
}
.form-label {
    display: block;
    margin-bottom: 32px;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.8;
}

/* 住所ブロックなど内側用 */
.form-row-inner {
    display: flex;
    align-items: center;
    margin-bottom: 1.4rem;
}
.form-row-inner:last-child {
    margin-bottom: 0;
}

.address .form-row-inner {
    gap: 29px;
}
.address .inline-item-title {
    min-width: 80px
}
.address .inline-item02 {
    width: 53%;
    gap: 29px;
}
.address .inline-item03 {
    width: 41%;
    justify-content: flex-start;
}
.address .inline-item03 .inline-item-title {
    min-width: 60px;
}
.address .inline-item03 .field {
    max-width: 349px;
}
.form-row-inner02 .field-box {
    max-width: 419px !important;
    width: 100%;
}


/* フォーム本体用 */
.contact-form {
    width: 100%;
}
.required {
    color: #ff0004; /* red01 と同系色 */
    font-size: 1.6rem;
    font-size: clamp(1.4rem, 1.3vw,1.6rem);
    margin-left: 1.4rem;
}

/* 共通フィールド */
.field {
    width: 100%;
    padding: 29px;
    border: none;
    background: #EFF2F3;
    font-size: 1.6rem;
    border-radius: 3px;
}
textarea.field {
    min-height: 250px;
    resize: vertical;
}

/* チェックボックスグループ */
.checkbox-group {
    display: flex;
    flex-wrap: wrap;
    gap: 1.8rem 3.2rem;
}
.checkbox-group label {
    font-size: 1.6rem;
    display: flex;
    align-items: center;
    gap: 18px;
    cursor: pointer;
}
.checkbox-group input[type="checkbox"] {
    width: 27px;
    height: 27px;
}

/* 2カラムレイアウト（姓/名、住所など） */
.inline-two {
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.address .inline-two {
    gap: 3%;
}

.inline-item {
    width: 44.5%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.inline-item-title {
    font-size: 1.6rem;
    font-weight: bold;
}
.inline-item .field {
    max-width: 398px;
}

.w-size01 {
    max-width: 345px !important;
    width: 100%;
}
.w-size02 {
    max-width: 419px !important;
    width: 100%;
}

/* セレクトボックス用の▼アイコン */
.select-wrapper {
    position: relative;
}
.select-wrapper::after {
    content: "▼";
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.4rem;
    color: #959595;
    pointer-events: none;
}
.select-wrapper select.field {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
}
select.field:has(option[value=""]:checked) {
    color: #959595;
}

/* 説明文 */
.note {
    font-size: 1.4rem;
    line-height: 1.6;
    color: #666;
    margin-top: 0.6rem;
    padding-left: calc(18px + 27px);
}
.note a {
    color: #666;
    text-decoration: underline;
}

/* 同意チェック */
.consent-row {
    margin-top: 0.8rem;
}
.consent-row label {
    display: inline-flex;
    align-items: center;
    gap: 18px;
    font-size: 1.6rem;
    cursor: pointer;
}
.consent-row input[type="checkbox"] {
    width: 27px;
    height: 27px;
    margin: 0;
}

/* 送信ボタンまわり */
.submit-wrap {
    max-width: 220px;
    width: 100%;
    margin: 0 auto;
}
.submit-btn {
    width: 100%;
    padding: 10px 20px;
    border: 1px solid #626262;
    background-color: #fff;
    font-size: 1.4rem;
    letter-spacing: .1em;
    cursor: pointer;
    position: relative;
    text-align: left;
    transition: all .3s;
    line-height: 2;
}
.submit-btn .circle {
    display: inline-block;
    width: 6px;
    height: 6px;
    background-color: #626262;
    border-radius: 999px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 15px;
    margin: auto;
}
.submit-btn:hover {
    background-color: #AECBD9;
    border-color: #AECBD9;
}

/* エラーメッセージ */
.form-global-error {
    background-color: #ffe8e8;
    border: 2px solid #FF0004; 
    color: #FF0004;
    padding: 15px 20px;
    margin-bottom: 30px;
    border-radius: 4px;
    font-size: 1.6rem;
    font-weight: bold;
    text-align: center; 
}
.error-message {
    display: inline-block;
    color: #FF0004;
    font-size: 1.4rem;
    margin-top: 15px;
    padding-left: 5px;
    font-weight: 500;
}


/*--------
  レスポンシブ
-----------------------------*/
@media (max-width: 768px) {
    .contact-wrap {
        padding: 0 0 60px;
    }
    .contact-inner {
        max-width: 100%;
        margin: 0 auto;
        padding: 50px 24px 0;
    }

    .form-row {
        margin-bottom: 50px;
    }
    .form-label {
        font-size: 1.4rem;
        margin-bottom: 22px;
        line-height: 1.6;
    }
    .required {
        font-size: 1.4rem;
        margin-left: 0.8rem;
    }

    /* フィールド共通：少し小さめ・縦長 */
    .field {
        padding: 16px;
        font-size: 1.4rem;
        line-height: 2;
    }
    textarea.field {
        min-height: 180px;
    }
    input.field::placeholder,
    textarea.field::placeholder {
        font-size: 1.4rem;
    }

    /* チェックボックス：縦並びで間隔狭め */
    .checkbox-group {
        flex-direction: column;
        gap: 10px;
    }
    .checkbox-group label {
        font-size: 1.4rem;
        gap: 10px;
    }
    .checkbox-group input[type="checkbox"] {
        width: 24px;
        height: 24px;
    }

    /* 姓名・ふりがな・住所：全部縦並び */
    .inline-two {
        flex-direction: column;
        width: 100%;
        gap: 11px;
    }
    .inline-item {
        width: 100%;
        justify-content: space-between;
    }
    .inline-item-title {
        font-size: 1.4rem;
    }
    .inline-item .field {
        width: 85%;
    }
    .w-size01,
    .w-size02 {
        max-width: unset !important;
        width: 72%;
    }
    .field {
        max-width: 100% !important;
        width: 100%;
    }

    /* 住所詳細 */
    .address .form-row-inner {
        justify-content: space-between;
        align-items: center;
        gap: 0;
        width: 100%;
        margin-bottom: 11px;
    }
    .address .inline-item-title {
        width: 28%;
    }
    .address .inline-item03 .inline-item-title {
        min-width: unset;
    }
    .address .field {
        width: 72%;
    }
    .address .inline-item02,
    .address .inline-item03 {
        width: 100%;
        gap: 0;
    }
    .address .inline-item03 .field {
        max-width: 100% !important;
    }
    .address .inline-two {
        gap: 11px;
    }
    .form-row-inner02 .field {
        width: 100%;
    }
    .form-row-inner02 .field::placeholder {
        color: transparent !important;
    }
    .form-row-inner02 .field-box {
        position: relative;
        width: 72%;
        max-width: unset !important;
    }
    .form-row-inner02 .field-box::before {
        content: "※ビル名がある場合は、ご記入ください。";
        white-space: pre-line;
        position: absolute;
        top: 50%;
        left: 16px;
        transform: translateY(-50%);
        font-size: 1.4rem;
        color: #959595;
        pointer-events: none;
        line-height: 1.6;
        padding-right: 16px;
    }
    /* 入力されたらダミーを消す */
    .form-row-inner02 .field-box:has(input:not(:placeholder-shown))::before {
        content: "";
    }

    /* セレクトの▼位置少し調整 */
    .select-wrapper::after {
        right: 16px;
    }
    .select-wrapper {
        position: relative;
        width: 72%;
    }
    .select-wrapper .field {
        width: 100%;
    }

    /* 個人情報・注釈 */
    .consent-row label {
        align-items: flex-start;
        font-size: 1.4rem;
        line-height: 2.5;
    }

    .note {
        font-size: 1.2rem;
        margin-top: 5px;
        line-height: 2.5;
    }

    /* ボタン */
    .submit-wrap {
        max-width: 220px;
        margin: 0 auto 40px;
    }
    .submit-btn {
        font-size: 1.4rem;
        padding: 10px 20px;
    }

    /* エラーメッセージ */
    .form-global-error {
        font-size: 1.3rem;
        padding: 10px 15px;
        margin-bottom: 20px;
    }
    .error-message {
        font-size: 1.2rem;
        margin-top: 10px;
    }

}
@media (max-width: 520px) {
    .contact-wrap {
        padding: 0 1.6rem 6rem;
    }

    .inline-two {
        flex-direction: column;
    }
}


/* =============================================
   お問い合わせ確認画面
============================================= */
.contact-confirm .form-row {
    display: flex;
    margin-bottom: 0;
}
.contact-confirm .form-label {
    width: 36%;
    text-align: right;
    padding-right: 2vw;
}
.contact-confirm .form-row:first-of-type .form-label {
    padding-top: 35px;
}
.contact-confirm .field {
    padding: 0 45px 30px;
    border: none;
    background: #EFF2F3;
    font-size: 1.6rem;
    border-radius: 3px;
}
.contact-confirm .field p + p {
    margin-top: 13px;

}
.contact-confirm .form-row:first-of-type .field {
    padding-top: 35px;
}

/* ボタン2つ横並び・中央寄せ・細め */
.submit-wrap-double {
    max-width: 100%;
    margin: 95px auto 40px;
    display: flex;
    justify-content: space-between;
    gap: 40px;
}
.submit-wrap-double .submit-btn {
    display: block;
    width: 220px;
    text-align: left;
}


/*--------
  レスポンシブ
-----------------------------*/
@media (max-width: 768px) {
    .contact-confirm .page-header {
        padding-bottom: 42px;
    }
    .contact-confirm .page-header_title {
        margin-bottom: 10px;
    }
    .contact-confirm .page-header_text {
        font-size: 1.4rem;
    }
    .contact-confirm .form-row {
        flex-direction: column;
        margin-bottom: 0;
    }
    .contact-confirm .form-label {
        width: 100%;
        text-align: left;
        padding-right: 0;
        margin-bottom: 5px;
        font-size: 1.4rem;
    }
    .contact-confirm .form-row:first-of-type .form-label {
        padding-top: 0;
    }
    .contact-confirm .field {
        width: 100%;
        padding: 0 0 26px;
        background: #fff;
        font-size: 1.4rem;
    }
    .contact-confirm .field p + p {
        margin-top: 12px;
    }
    .contact-confirm .form-row:first-of-type .field {
        padding-top: 0;
    }
    /* ボタン2つ横並び・中央寄せ・細め */
    .submit-wrap-double {
        margin: 63px auto 40px;
        flex-direction: column;
        gap: 17px;
    }
    .submit-wrap-double .submit-btn {
        display: block;
        width: 220px;
        text-align: left;
        margin: 0 auto;
    }

}



/* =============================================
   お問い合わせ完了画面
============================================= */
.contact-thanks {
    padding-bottom: 200px;
}
.contact-thanks .page-header {
    padding-bottom: 72px;
}
.contact-thanks .page-header_title {
    margin-bottom: 0;
}
.contact-thanks .text01 {
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 37px;
}
.contact-thanks .text02 {
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 2.1;
    margin-bottom: 78px;
}
.btn-wrap {
    max-width: 220px;
    width: 100%;
    margin: 0 auto;
}
.page-wrap .btn {
    display: block;
    width: 100%;
    padding: 10px 20px;
    border: 1px solid #626262;
    font-size: 1.4rem;
    letter-spacing: .1em;
    cursor: pointer;
    position: relative;
    text-align: left;
    transition: all .3s;
    line-height: 2;
    border-radius: 0;
}
.page-wrap .btn:hover {
    background-color: #AECBD9;
    border-color: #AECBD9;
}
.page-wrap .btn .circle {
    display: inline-block;
    width: 6px;
    height: 6px;
    background-color: #626262;
    border-radius: 999px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 15px;
    margin: auto;
}


/*--------
  レスポンシブ
-----------------------------*/
@media (max-width: 768px) {
    .contact-thanks {
        padding-bottom: 120px;
    }
    .contact-thanks .page-header {
        padding-bottom: 76px;
    }
    .contact-thanks .page-header_title {
        margin-bottom: 0;
    }
    .contact-thanks .text01 {
        font-size: 1.8rem;
        margin-bottom: 14px;
    }
    .contact-thanks .text02 {
        font-size: 1.4rem;
        line-height: 2;
        margin-bottom: 76px;
    }
}

/* =============================================
   お問い合わせ関連
============================================= */
#confirm-screen {display: none;}
#thanks-screen {display: none;}
.form-global-error {display: none;}



/* =============================================
   お知らせ 一覧
============================================= */

.news .page-header {
    padding-bottom: 60px;
}
.page-header_title.type02 {
    font-size: 4rem;
    font-weight: 600;
    margin-bottom: 0;
}
/* フィルター全体 */
.filter-block {
    display: flex;
    gap: 32px;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 24px;
}
.filter-label {
    display: inline-block;
    width: 151px;
    padding: 5px 15px;
    text-align: center;
    background: #626262;
    color: #fff;
    border-radius: 20px;
    font-size: 11px;
    letter-spacing: 0.07em;
    font-size: 1.6rem;
    line-height: 1.4;
}
/* ラジオグループ */
.filter-radios {
    display: flex;
    gap: 5%;
    align-items: center;
    flex: 1;
}
/* ラジオ1つ */
.radio-item {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    cursor: pointer;
    font-size: 1.6rem;
}
/* input 自体は非表示 */
.radio-item input {
    appearance: none;
    position: absolute;
    opacity: 0;
}
/* ラジオの外枠 */
.radio-mark {
    width: 16px;
    height: 16px;
    border: 1px solid #626262;
    border-radius: 50%;
    position: relative;
    box-sizing: border-box;
}
/* 選択状態（黒丸） */
.radio-item input:checked+.radio-mark::after {
    content: "";
    position: absolute;
    inset: -1px;
    border-radius: 50%;
    background: #626262;
}

/* SELECT ---------------------- */
.select-wrap {
    position: relative;
    display: inline-block;
    max-width: 120px;
    width: 100%;
}
.select-wrap select {
    padding: 10px 28px 10px 10px;
    font-size: 1.6rem;
    border: 1px solid #626262;
    border-radius: 4px;
    background: inherit;
    appearance: none;
    color: #626262;
    width: 100%;
}
/* ▼アイコンを擬似要素で作る */
.select-wrap::after {
    content: "▼";
    font-size: 14px;
    color: #626262;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
}

.news-list {
    margin-top: 40px;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    gap: 73px 19px;
}
.news-card {
    width: calc((100% - 19px * 2) / 3);
    font-size: 10px;
}
.thumb {
    width: 100%;
    padding-top: 65.2037%;
    border-radius: 3px;
}
.meta {
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
}
.meta .date {
    color: #99A5AA;
    font-family: "Inter", sans-serif;
    font-size: 1.4rem;
}
.meta .tag {
    max-width: 100px;
    width: 100%;
    padding: 3px 10px;
    border-radius: 999px;
    background: #fff;
    font-size: 1.2rem;
    text-align: center;
}
.news-title {
    margin-top: 30px;
    font-size: 1.6rem;
    line-height: 1.625;
    letter-spacing: 0.08em;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2
}
.is-hidden { display:none; }

/* ページネーション */
.pagination {
    margin: 100px 0 0;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.8rem;
    color: #626262;
}
.pagination-arrow {
    border: none;
    background: none;
    padding: 0 12px;
    cursor: pointer;
    font-size: 1.8rem;
    color: #626262;
}
.pagination-arrow:disabled {
    opacity: 0.4;
    cursor: default;
}
.pagination-list {
    display: flex;
    align-items: center;
    gap: 16px;
    list-style: none;
    margin: 0;
    padding: 0;
}
.pagination-link {
    position: relative;
    padding: 0 4px;
    text-decoration: none;
    color: #626262;
    transition: all .3s;
}
.pagination-arrow {
    display: block;
    width: fit-content;
    height: 100%;
    margin-top: 5px;
    transition: all .3s;
}
.pagination-arrow img{
    display: block;
    width: 14px;
    height: auto;
}
.pagination-prev {
    margin-right: 10px;
}
.pagination-next {
    margin-left: 10px;
}

/* [1] みたいなカッコを疑似要素でつける */
.pagination-link::before {
    content: "[";
    margin-right: 2px;
}
.pagination-link::after {
    content: "]";
    margin-left: 2px;
}
.pagination-ellipsis {
    padding: 0 4px;
}
/* ちょっとだけホバー表現 */
.pagination-link:hover,
.pagination-arrow:hover {
    opacity: .7;
}

@media(max-width:960px) {
    .news-card {
        width: calc((100% - 24px) / 2);
    }
}

/*--------
  レスポンシブ
-----------------------------*/
@media (max-width: 768px) {
    .news .page-header {
        padding: 60px 0 40px;
    }
    .page-header_title.type02 {
        font-size: 3.2rem;
    }
    /* フィルター全体 */
    .filter-block {
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
        margin-top: 0;
    }
    .filter-block + .filter-block {
        margin-top: 24px;
    }
    .filter-label {
        width: 138px;
        padding: 5px 15px;
        font-size: 1.4rem;
    }
    /* ラジオグループ */
    .filter-radios {
        justify-content: space-between;
        gap: unset;
        width: 100%;
    }
    /* ラジオ1つ */
    .radio-item {
        font-size: 1.4rem;
    }
    /* ラジオの外枠 */
    .radio-mark {
        width: 14px;
        height: 14px;
    }

    /* SELECT ---------------------- */
    .select-wrap select {
        padding: 11px 28px 11px 10px;
    }

    .news-list {
        margin-top: 45px;
        padding: 0;
        gap: 55px 0;
    }
    .news-card {
        font-size: 10px;
    }
    .thumb {
        width: 100%;
        padding-top: 65.2037%;
        border-radius: 3px;
    }
    .meta {
        margin-top: 13px;
    }
    .meta .date {
        font-size: 1.4rem;
    }
    .meta .tag {
        max-width: 80px;
        width: 100%;
        padding: 2px 5px;
        font-size: 1.2rem;
    }
    .news-title {
        margin-top: 20px;
        font-size: 1.4rem;
        line-height: 1.7;
    }
}
@media(max-width:600px) {
    .news-card {
        width: 100%;
    }
}


/* ========================================
   ポリシーページ
======================================== */
.policy .page-header {
    padding: 103px 0 98px;
}
.policy .page-header_title {
    font-size: 3.2rem;
    letter-spacing: 0.05em;
}
.policy-header_lead {
    font-size: 1.6rem;
    line-height: 2;
    margin-bottom: 60px;
}

/* 本文ブロック */
.policy-item + .policy-item {
    margin-top: 60px;
}
.policy-item_title {
    font-size: 2.2rem;
    font-weight: bold;
    line-height: 1.45;
    letter-spacing: 0.05em;
    margin-bottom: 12px;
}
.policy-item_text {
    font-size: 1.6rem;
    line-height: 2;
    letter-spacing: 0.08em;
}
.policy-item_text.type02 {
    padding-left: 5px;
}
.policy-item_text span,
.policy-item_text a {
    display: block;
}
.policy-item_text .indent {
    text-indent: -2rem;
    padding-left: 2rem;
}
.policy-item_text a {
    display: block;
    width: fit-content;
    transition: all .3s;
}
.policy-item_text a:hover {
    opacity: .7;
}
.policy-item_text.memo {
    padding-top: 35px;
}
.policy-harassment .policy-item_text .indent {
    text-indent: -1.8rem;
    padding-left: 1.8rem;
}
.policy-date {
    text-align: right;
    margin-top: 60px;
}

/*--------
  レスポンシブ
-----------------------------*/
@media (max-width: 768px) {
    .policy .page-header {
        padding: 58px 0 40px;
    }
    .policy .page-header_title {
        font-size: 2.8rem !important;
        line-height: 1.4;
        letter-spacing: 0.05em;
    }
    .policy-header_lead {
        font-size: 1.4rem;
        line-height: 2;
        margin-bottom: 60px;
    }
    /* 本文ブロック */
    .policy-item+.policy-item {
        margin-top: 60px;
    }
    .policy-item_title {
        font-size: 2rem;
        line-height: 1.7;
        margin-bottom: 12px;
    }
    .policy-item_text {
        font-size: 1.4rem;
    }
    .policy-item_text.type02 {
        padding-left: 5px;
    }
    .policy-item_text .indent {
        text-indent: -1.8rem;
        padding-left: 1.8rem;
    }
    .policy-item_text .indent02 {
        text-indent: -1.6rem;
        padding-left: 1.6rem;
    }
    .policy-item_text a {
        text-indent: -1.6rem;
        padding-left: 1.6rem;
    }
    .policy-item_text.memo {
        padding-top: 35px;
    }

    .policy-harassment .policy-item_text .indent {
        text-indent: -1.6rem;
        padding-left: 1.6rem;
    }
}


/* =============================================
   ABOUT US
   BUSINESS

   共通
============================================= */
.page-wrap02 {
    padding-bottom: 200px;
    color: #404040 ;
}
.page-header02 {
    padding: 96px 0 50px;
}
.page-header_title.type03 {
    font-size: 8rem;
    letter-spacing: 0.05em;
    line-height: 1;
    margin-bottom: 0;
}
.page-header_title-sub.type03 {
    font-family: "Noto Sans JP", sans-serif;
    letter-spacing: 0.05em;
}

.section-hero {
    margin-bottom: 100px;
}
.section-hero .hero_media {
    margin-bottom: 100px;
}
.section-hero .hero_text {
    font-size: 1.6rem;
    font-weight: 500;
    letter-spacing: 0.06em;
    line-height: 1.75;
}
.section-hero .hero_text .lead {
    font-size: 2.4rem;
    font-weight: 500;
    letter-spacing: 0.08em;
    line-height: 2;
    margin-bottom: 50px;
}

/*--------
  レスポンシブ
-----------------------------*/
@media (max-width: 768px) {
    .page-wrap02 {
        padding-bottom: 120px;
    }
    .page-header02 {
        padding: 60px 0 40px;
    }
    .page-header_title.type03 {
        font-size: 3.4rem;
        letter-spacing: 0.07em;
        /* line-height: .9; */
    }
    .page-header_title-sub.type03 {
        margin-top: 12px;
        letter-spacing: 0.05em;
    }

    .section-hero {
        margin-bottom: 100px;
    }
    .section-hero .hero_media {
        margin-bottom: 80px;
    }
    .section-hero .hero_text {
        font-size: 1.4rem;
        letter-spacing: 0.08em;
        line-height: 2;
    }
    .section-hero .hero_text .lead {
        font-size: 2rem;
        margin-bottom: 30px;
    }
}


/* =============================================
   ABOUT US
============================================= */
.section-values {
    padding: 0;
}
.kv-list {
    padding-bottom: 200px;
}

.kv-list_item {
    display: flex;
}
.kv-list_item + .kv-list_item {
    margin-top: 100px;
}
.kv-list_label {
    width: 34.5%;
    margin: 0;
}
.kv-list_heading {
    font-family: "Inter", sans-serif;
    font-size: 1.6rem;
    font-weight: 600;
    letter-spacing: 0.1em;
    padding-top: 10px;
}
.kv-list_value {
    flex: 1;
    margin: 0;
    font-size: 2.4rem;
    font-weight: 500;
    letter-spacing: 0.08em;
    line-height: 2;
}
.kv-list_value .rich-text {
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.75;
    letter-spacing: 0.06em;
}
.kv-list_value .title {
    font-family: "Inter", sans-serif;
    font-size: 2.8rem;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 1.2;
    margin-bottom: 20px;
}
.kv-list_value .title_sub {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.6rem;
    font-weight: normal;
}
.section-message {
    padding: 100px 0;
    background-image: url(/wp-content/themes/orbis/assets/img/aboutus/bg.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    color: #fff;
}
.message_column {
    display: flex;
}
.message_media {
    max-width: 252px;
    width: 26%;
}
.message_media img {
    display: block;
    width: 100%;
}

.message_body {
    flex: 1;
    padding-left: 8.9%;
}
.message_title {
    font-family: "Inter", sans-serif;
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 2;
    margin-bottom: 10px;
}
.message_title-sub {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.4rem;
    font-weight: 500;
}
.message_title-sub::before {
    content: "";
    display: inline-block;
    width: 1px;
    height: 16px;
    margin: 0 18px;
    background-color: #fff;
    vertical-align: -2px;
}
.message_catch {
    font-size: 2.4rem;
    font-weight: 600;
    letter-spacing: 0.07em;
    line-height: 2;
    margin-bottom: 40px;

}
.message_text {
    font-size: 1.6rem;
    font-weight: 500;
    letter-spacing: 0.06em;
    line-height: 1.75;
}
.message_sign {
    font-size: 1.6rem;
    text-align: right;
    line-height: 2;
    letter-spacing: 0.1em;
    margin-top: 40px;
}
.message_sign-title {
    display: block;
}

/*--------
  レスポンシブ
-----------------------------*/
@media (max-width: 768px) {
    .section-values {
        padding: 0;
    }
    .kv-list {
        padding-bottom: 120px;
    }

    .kv-list_item {
        flex-direction: column;
    }
    .kv-list_item + .kv-list_item {
        margin-top: 100px;
    }
    .kv-list_label {
        width: 100%;
        margin: 0 0 30px;
    }
    .kv-list_heading {
        font-size: 1.4rem;
        letter-spacing: 0.1em;
        padding-top: 0;
    }
    .kv-list_value {
        flex: unset;
        width: 100%;
        margin: 0;
        font-size: 2rem;
    }
    .kv-list_value .rich-text {
        font-size: 1.4rem;
        line-height: 2;
        letter-spacing: 0.08em;
    }
    .kv-list_value .title {
        font-size: 2.4rem;
        letter-spacing: 0.1em;
        line-height: 1.2;
        margin-bottom: 30px;
    }
    .kv-list_value .title_sub {
        display: block;
        font-size: 1.4rem;
        font-weight: 500;
        margin-top: 5px;
    }
    .section-message {
        padding: 0;
        background-image: none !important;
        color: #404040;
    }
    .message_column {
        flex-direction: column;
    }
    .message_media {
        max-width: 100vw;
        width: 100vw;
        margin: 0 calc(50% - 50vw);
    }
    .message_media img {
        display: block;
        width: 100%;
    }
    .message_body {
        flex: unset;
        width: 100%;
        padding: 60px 0 0 0;
    }
    .message_title {
        font-size: 1.4rem;
        line-height: 1;
        margin-bottom: 10px;
    }
    .message_title-sub {
        font-size: 1.2rem;
    }
    .message_title-sub::before {
        height: 14px;
        margin: 0 14px;
        background-color: #404040;
    }
    .message_catch {
        font-size: 2rem;
        font-weight: 500;
        letter-spacing: 0.08em;
        margin-bottom: 0;
    }
    .message_text {
        font-size: 1.4rem;
        letter-spacing: 0.08em;
        line-height: 2.14;
    }
    .message_sign {
        font-size: 1.8rem;
        line-height: 2;
        letter-spacing: 0.1em;
        margin: 0 0 30px;
    }
    .message_sign-title {
        font-size: 1.4rem;
        line-height: 1;
    }

}


/* =============================================
   BUSINESS
============================================= */
.page-business {
    padding-bottom: 200px;
}
.page-business .section-hero {
    margin-bottom: 150px;
}
.page-business .section-head {
    margin-bottom: 20px;
}
.page-business .section-no {
    font-family: "Inter", sans-serif;
    font-size: 2.6rem;
    font-weight: 600;
    color: #CBDBE3;
}
.page-business .section-head_title {
    font-weight: 500;
    font-size: 2.4rem;
    line-height: 2;
    letter-spacing: 0.08em;
    display: flex;
    align-items: center;
    position: relative;
    height: 100%;
    padding-left: 25px;
}
.page-business .section-head_title::before {
    content: "";
    display: inline-block;
    width: 5px;
    background-color: #CBDBE3;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto 0;
    height: 90%;
}
.product-list {
    margin-top: 100px;
}
.product-item {
    display: flex;
    justify-content: space-between;
}
.product-item + .product-item {
    margin-top: 80px;
}
.product-item_media {
    max-width: 400px;
    width: 41%;
}
.product-item_body {
    flex: 1;
    padding-left: 10%;
}
.product-item_title {
    font-size: 2.4rem;
    font-weight: 500;
    line-height: 2;
    letter-spacing: 0.08em;
    margin-bottom: 20px;
}
.product-item_text {
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.75;
    letter-spacing: 0.06em;
}
.product-item_actions {
    margin: 20px 0 0 auto;
}
.product-item_actions .external {
    display: inline-block;
    max-width: 13px;
    margin-left: 10px;
    vertical-align: baseline;
}
.product-item_actions .external img {
    display: block;
}
.section-business02 {
    margin-top: 150px;
}
.section-business02 .section-head {
    margin-bottom: 50px;
}
.split {
    display: flex;
    justify-content: space-between;
}
.split_body {
    flex: 1;
    padding-right: 10%;
}
.split_catch {
    font-size: 2.4rem;
    font-weight: 500;
    letter-spacing: 0.08em;
    line-height: 2;
    margin-bottom: 20px;
}
.split_text {
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.75;
    letter-spacing: 0.06em;
}
.split_media {
    max-width: 400px;
    width: 41%;
}

.section-business03 {
    margin-top: 150px;
}
.section-business03 .section-lead {
    width: 50%;
}
.section-business03 .diagram  {
    max-width: 680px;
    margin: 50px auto;
}

/*--------
  レスポンシブ
-----------------------------*/
@media (max-width: 768px) {
    .page-business {
        padding-bottom: 120px;
    }
    .page-business .section-hero {
        margin-bottom: 100px;
    }
    .page-business .section-hero .hero_media {
        margin-bottom: 100px;
    }
    .page-business .section-head {
        margin-bottom: 20px;
    }
    .page-business .section-no {
        font-size: 2.2rem;
        line-height: 1;
        margin-bottom: 10px;
    }
    .page-business .section-head_title {
        font-size: 2rem;
        line-height: 1.7;
        padding-left: 19px;
    }
    .page-business .section-head_title::before {
        width: 4px;
        height: 100%;
    }
    .page-business .section-lead {
        font-size: 1.4rem;
        font-weight: 500;
        line-height: 2;
        letter-spacing: 0.08em;
    }
    .product-list {
        margin-top: 60px;
    }
    .product-item {
        display: flex;
        justify-content: space-between;
        flex-direction: column;
    }
    .product-item + .product-item {
        margin-top: 60px;
    }
    .product-item_media {
        max-width: 100%;
        width: 100%;
        margin-bottom: 30px;
    }
    .product-item_body {
        flex: unset;
        width: 100%;
        padding-left: 0;
    }
    .product-item_title {
        font-size: 2rem;
        line-height: 1.7;
        margin-bottom: 15px;
    }
    .product-item_text {
        font-size: 1.4rem;
        line-height: 2;
        letter-spacing: 0.08em;
    }
    .product-item_actions {
        margin: 15px auto 0 0;
        max-width: 180px;
    }
    .product-item_actions .btn {
        padding: 6px 20px;
    }
    .product-item_actions .external {
        display: inline-block;
        max-width: 13px;
        margin-left: 10px;
        vertical-align: baseline;
    }
    .product-item_actions .external img {
        display: block;
    }
    .section-business02 {
        margin-top: 100px;
    }
    .section-business02 .section-head {
        margin-bottom: 40px;
    }
    .split {
        display: flex;
        justify-content: space-between;
        flex-direction: column-reverse;
    }
    .split_body {
        flex: unset;
        width: 100%;
        padding: 30px 0 0;
    }
    .split_catch {
        font-size: 2rem;
        line-height: 1.75;
        margin-bottom: 15px;
    }
    .split_text {
        font-size: 1.4rem;
        line-height: 2;
        letter-spacing: 0.08em;
    }
    .split_media {
        max-width: 100%;
        width: 100%;
    }
    .section-business03 {
        margin-top: 100px;
    }
    .section-business03 .diagram  {
        max-width:  100%;
        margin: 30px auto 0;
    }

    .section-business03 .section-lead {
        width: 100%;
    }
}


/* =============================================
   SUSTAINABILITY
============================================= */
.page-sustainability {
    padding-bottom: 0;
}
.page-sustainability .section-diagram {
    max-width: 753px;
    width: 100%;
    margin: 0 auto 150px;
}
.page-sustainability .section-diagram .lead {
    font-family: "Inter", sans-serif;
    font-size: 3.2rem;
    font-weight: 600;
    text-align: center;
    margin-bottom: 40px;
}
.section-initiatives {
    padding-bottom: 200px;
}
.initiatives {
    display: flex;
    justify-content: space-between;
    position: relative;
}
.initiatives_nav {
    max-width: 275px;
    width: 27%;
}
.initiatives_nav.is-sticky .sidebar-nav {
    position: sticky;
    top: 80px;
    left: 0;
}
.nav-link {
    display: block;
    width: fit-content;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1.6;
    letter-spacing: 0.05em;
    margin-bottom: 30px;
    color: #99A5AA !important;
    transition: all .3s;
}
.nav-link span {
    position: relative;
    font-family: "Inter", sans-serif;
    font-size: 1rem;
    display: flex;
    align-items: center;
    margin-bottom: 5px;
    /* transition: all .3s; */
}
.nav-link span::before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 1px;
    background-color: #99A5AA;
    vertical-align: baseline;
    margin-right: 4px;
}
.nav-link.is-active,
.nav-link:hover {
    font-weight: 700;
    color: #404040 !important;
}
.nav-link.is-active span::before,
.nav-link:hover span::before {
    background-color: #404040;
}


.initiatives_main {
    max-width: 498px;
    width: 50%;
}
.initiative + .initiative {
    margin-top: 80px;
}
.initiative-no {
    font-family: "Inter", sans-serif;
    font-size: 2.6rem;
    font-weight: 600;
    color: #CBDBE3;
}
.initiative-head_title {
    font-size: 2.4rem;
    font-weight: 500;
    line-height: 2;
    letter-spacing: 0.08em;
    margin-bottom: 20px;
}
.initiative-text {
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.75;
    letter-spacing: 0.06em;
    margin-bottom: 30px;
}

/* ========
  BLOG SECTION 基本
========================= */
.section-blog {
    padding: 150px 0;
    background-image: url(/wp-content/themes/orbis/assets/img/sustainability/bg_pc.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

/* 左基準コンテナ（唯一の基準）*/
.blog-container {
    max-width: calc(996px + 8%);
    margin: 0 auto;
    padding: 0 4%;
}

/* page-header 調整 */
.section-blog .page-header {
    background: none;
    padding-top: 0;
}

/* 右だけ全幅に広げるレール */
.blog-rail {
    /* コンテナ左端に合わせて右へ全幅 */
    margin-left: calc((100vw - (996px + 8%)) / 2);
    padding-left: 4%;
    overflow: hidden;
}

/* Swiper 本体 */
.blog-swiper {
    overflow: visible;
    padding-right: 4%;
    box-sizing: border-box;
}

/* スライド（カード） */
.blog-card {
    width: clamp(520px, 44vw, 720px) !important;
    background-color: rgba(255, 255, 255, 0.5);
    transition: opacity .3s !important;
}
.blog-card:hover {
    opacity: 0.7;
    transition: all .3s;
}

/* カード中身 */
.blog-card_link {
    display: flex;
    gap: 42px;
    align-items: center;
    padding: 20px 40px 20px 20px;
    text-decoration: none;
    color: inherit;
    transition: all .3s;
}
.blog-card_media {
    width: 232px;
    aspect-ratio: 116 / 93;
    overflow: hidden;
    flex-shrink: 0;
}
.blog-card_media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.blog-card_body {
    flex: 1;
}
.blog-card_no {
    font-size: 1.4rem;
    letter-spacing: 0.05em;
    margin-bottom: 8px;
    color: #99A5AA;
}
.blog-card_title {
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.75;
    letter-spacing: 0.06em;
}

/* コントロール（pagination + more） */
.blog-controls {
    margin-top: 40px;
    display: flex;
    /* align-items: center; */
    justify-content: space-between;
}

.blog-pagination {
    display: flex;
    margin-top: 10px;
}

.blog-pagination .swiper-pagination-bullet {
    width: 60px;
    height: 3px;
    margin: 0 !important;
    border-radius: 0;
    background-color: #fff;
    opacity: 1;
}

.blog-pagination .swiper-pagination-bullet-active {
    background-color: #99A5AA;
}

.blog-more {
    display: inline-flex;
    align-items: center;
    padding: 10px 14px;
    border: 1px solid #222;
    text-decoration: none;
    color: inherit;
    font-family: "Inter", sans-serif;
    font-size: 1.4rem;
    letter-spacing: 0.05em;
}

/*--------
  レスポンシブ
-----------------------------*/
@media (max-width: 1100px) {
    .blog-rail {
        margin-left: calc((100vw - (90vw + 8%)) / 2);
    }
}

@media (max-width: 768px) {
    .page-sustainability {
        padding-bottom: 0;
    }
    .page-sustainability .section-hero .hero_media {
        margin-bottom: 100px;
    }
    .page-sustainability .section-diagram {
        max-width: 753px;
        width: 100%;
        margin: 0 auto 100px;
    }
    .page-sustainability .section-diagram .lead {
        font-size: 2.2rem;
        margin-bottom: 20px;
    }
    .section-initiatives {
        padding-bottom: 120px;
    }
    .initiatives {
        display: block;
        position: relative;
    }
    .initiatives_nav {
        display: none;
    }

    .initiatives_main {
        max-width: 100%;
        width: 100%;
    }
    .initiative + .initiative {
        margin-top: 70px;
    }
    .initiative-no {
        font-size: 2.2rem;
        line-height: 1;
        margin-bottom: 10px;
    }
    .initiative-head_title {
        font-size: 2rem;
        line-height: 1.75;
        margin-bottom: 20px;
    }
    .initiative-text {
        font-size: 1.4rem;
        line-height: 2;
        letter-spacing: 0.08em;
    }

    /* ========
    BLOG SECTION 基本
    ========================= */
    .section-blog {
        padding: 100px 0;
        background-image: url(/wp-content/themes/orbis/assets/img/sustainability/bg_sp.png);
        background-repeat: no-repeat;
        background-size: 100% 100%;
    }
    /* 左基準コンテナ（唯一の基準）*/
    .blog-container {
        max-width: 100%;
        padding: 0 24px;
    }
    /* page-header 調整 */
    .section-blog .page-header {
        padding-top: 0;
    }
    /* 右だけ全幅に広げるレール */
    .blog-rail {
        margin-left: calc((100vw - (996px + 8%)) / 2);
        margin-left: 0;
        padding-left: 24px;
    }
    /* Swiper 本体 */
    .blog-swiper {
        padding-right: 4%;
    }
    /* スライド（カード） */
    .blog-card {
        width: 73vw !important;
    }

    /* カード中身 */
    .blog-card_link {
        flex-direction: column;
        gap: 20px;
        padding: 20px 20px 40px;
    }
    .blog-card_media {
        width: 100%;
    }
    .blog-card_body {
        flex: 1;
    }
    .blog-card_no {
        font-size: 1.4rem;
    }
    .blog-card_title {
        font-size: 1.4rem;
        line-height: 1.7;
        letter-spacing: 0.08em;
    }

    /* コントロール（pagination + more） */
    .blog-controls {
        margin-top: 40px;
        flex-direction: column;
    }
    .blog-pagination {
        display: flex;
        margin-top: 10px;
    }
    .blog-pagination .swiper-pagination-bullet {
        width: 50px;
    }
    .blog-controls .btn-wrap {
        max-width: 180px;
        margin: 40px 0 0 0;
    }
    .blog-more {
        display: inline-flex;
        align-items: center;
        padding: 6px 14px;
    }

}



/* ============================================
  COMPANY
============================================ */
.company-body {
    padding: 0 0 96px;
}

/* section */
.company-section+.company-section {
    margin-top: 150px;
}
.company-section_title {
    font-size: 2.4rem;
    font-weight: 500;
    line-height: 2;
    letter-spacing: 0.08em;
    margin: 0 0 40px;
    /* color: #626262; */
    display: flex;
    align-items: center;
    /* gap: 20px; */
    position: relative;
    padding-left: 25px;

}
.company-section_title::before {
    content: "";
    display: inline-block;
    width: 5px;
    /* height: 40px; */
    background-color: #CBDBE3;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto 0;
}

/* overview list */
.company-info {
    /* border-top: 1px solid #99A5AA; */
}
.company-info_row {
    display: flex;
    align-items: baseline;
    padding: 40px 0;
    border-bottom: 1px solid #99A5AA;
    line-height: 1.75;
    font-weight: 500;
}
.company-info dt {
    width: 12.5%;
    padding-right: 0.5%;
    font-size: 1.2rem;
    letter-spacing: 0.06em;
}
.company-info dd {
    flex: 1;
    margin: 0;
    font-size: 1.6rem;
    line-height: 1.75;
    letter-spacing: 0.06em;
}

/* officers */
.officers {
    display: flex;
    flex-wrap: wrap;
    gap: 50px 2%;
}
.officer-card {
    width: 32%;
    overflow: hidden;
}
.officer-card_photo {
    margin: 0;
    background: #f2f2f2;
    overflow: hidden;
}
.officer-card_photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.officer-card_name {
    margin: 10px 0 0;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.625;
}

/* access */
.access_map {
    overflow: hidden;
    height: 365px;
}
.access_map iframe {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.access_address {
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.75;
    letter-spacing: 0.08em;
    margin-bottom: 10px;
}

/* responsive */
@media (max-width: 767px) {
  .company-body {
    padding: 0 0 72px;
  }

  .company-info_row {
  }

  .officers {
  }

  .access_map iframe {
    height: 260px;
  }
}

/*--------
  レスポンシブ
-----------------------------*/
@media (max-width: 768px) {
     .page-company .section-hero {
         margin-bottom: 80px;
     }
    .company-body {
        padding: 0;
    }

    /* section */
    .company-section+.company-section {
        margin-top: 100px;
    }
    .company-section_title {
        font-size: 2rem;
        line-height: 1.75;
        margin: 0 0 30px;
        padding-left: 19px;
    }
    .company-section_title::before {
        width: 4px;
    }

    /* overview list */
    .company-info_row {
        flex-direction: column;
        padding: 30px 0;
        font-weight: 500;
    }
    .company-info dt {
        width: 100%;
        padding: 0 0 15px 0;
        font-size: 1.2rem;
        line-height: 1;
        letter-spacing: 0.05em;
    }
    .company-info dd {
        flex: unset;
        width: 100%;
        font-size: 1.4rem;
        line-height: 2;
        letter-spacing: 0.08em;
    }
    .company-info dd p {
        text-indent: -1.5rem;
        padding-left: 1.5rem;
    }

    /* officers */
    .officers {
        display: flex;
        flex-wrap: wrap;
        gap: 50px 2%;
    }
    .officer-card {
        width: 100%;
    }

    /* access */
    .access_map {
        overflow: hidden;
        height: 230px;
    }
    .access_address {
        font-size: 1.4rem;
        line-height: 2;
        margin-bottom: 20px;
    }

}

/* 20260205 */
.page-wrap {
    padding-top: 94px;
    color: #404040 !important;
}
.page-header_title {
    font-size: 6.2rem;
    color: #404040;
}
.page-header_title-sub {
    margin-top: 15px;
}
.page-header_title.type02 {
    font-size: 6.2rem;
}
.filter-label {
    background: #404040;
}
.radio-mark {
    border: 1px solid #404040;
}
.radio-item input:checked+.radio-mark::after {
    background: #404040;
}
.select-wrap select {
    border: 1px solid #404040;
    color: #404040;
}
.select-wrap::after {
    color: #404040;
}
.pagination {
    color: #404040;
}
.policy .page-header_title {
    font-size: 6.2rem;
    line-height: 1.3;
}

.contact {
    color: #404040;
    padding-top: 94px;
}
.contact:not(.contact-top) .page-header_title {
    font-size: 3.2rem;
}
.contact-thanks .text02 {
    color: #626262;
}
.news .page-header_title.type02 {
    font-size: 8rem;
}
.note {
    color: #404040;
}
.page-wrap .btn {
    border: 1px solid #404040;
    color: #404040;
}
.page-wrap .btn .circle {
    background-color: #404040;
}
.submit-btn {
    border: 1px solid #404040;
    color: #404040;
}
.submit-btn .circle {
    background-color: #404040;
}

@media (max-width: 768px) {
    .contact .page-header_title {
        font-size: 2.8rem;
    }
    .news .page-header_title.type02 {
        font-size: 3.4rem;
    }
}

/* 20260213 */
.thumb {
    padding-top: 0;
    aspect-ratio: 3/2;
    /* background-color: #fff; */
    background-color: #EFF2F3;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: contain !important;
}

/* 20262026 */
.page-wrap .btn .circle {
    background-color: unset;
    border-radius: unset;
    border-bottom: 1px solid #404040;
    border-right: 1px solid #404040;
    transform: rotate(-45deg);
}
.page-wrap .btn:hover {
    background-color: rgba(203, 219, 227, 0.5);
    border-color: rgba(64, 64, 64, 0.5);
}

/* about us */
.page-about {
    padding-bottom: 0px;
    line-height: 1.75;
}

.product-item_actions .external {
    margin-left: 6px;
}

/* business */
.page-business {
    line-height: 1.75;
}
sup {
    vertical-align: super !important;
    font-size: 1rem !important;
}
.product-item_title span {
    font-size: 1.2rem;
}
.product-item_text span {
    display: block;
    font-size: 1.2rem;
    margin-top: 10px;
}
.product-item_text span + span {
    margin-top: 0;
}
.page-business .section-lead {
   font-weight: 500;
}
.section-business01 .section-lead {
    max-width: 840px;
}

/* sustainability */
.initiatives_main .btn {
    margin-top: 30px;
}
.initiative .external {
    display: inline-block;
    max-width: 13px;
    margin-left: 6px;
    vertical-align: baseline;
}
.initiative .external img {
    display: block;
}

/* company */
.access_info {
    display: flex;
    justify-content: space-between;
    max-width: 1000px;
    margin: 60px auto;
}
.access_info_item {
    width: 50%;
    letter-spacing: 0.06em;
}
.access_info_item + .access_info_item {
    border-left: 1px solid #404040;
    padding-left: 10vw;
}
.access_info_title {
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.75;
    margin-bottom: 15px;
}
.access_info_line {
    border: none;
    border-top: 1px solid #404040;
    width: 30px;
    margin: 0 0 15px 0;
}
.access_info_text {
    font-size: 1.6rem;
    line-height: 1.75;
}
.access_btn {
    max-width: 320px;
    margin: 30px auto 0;
}


@media (max-width: 768px) {
    .section-message {
        background-image: url(/wp-content/themes/orbis/assets/img/aboutus/bg.png) !important;
        background-repeat: no-repeat;
        /* background-size: 120% 100%; */
        background-size: 120% 120%;
        color: #fff;
        padding-bottom: 50px;
    }
    .message_title-sub::before {
        background-color: #fff;
    }
    .page-about .message_text p:not(:last-of-type) {
        margin-bottom: 30px;
    }

    .access_info {
        flex-direction: column;
        margin: 20px auto 30px;
    }
    .access_info_item {
        width: 100%;
    }
    .access_info_item+.access_info_item {
        border-left: none !important;
        padding: 30px 0 0 0;
    }
    .access_info_title {
        font-size: 1.4rem;
        margin-bottom: 15px;
    }
    .access_info_line {
        width: 20px;
        margin: 0 0 15px 0;
    }
    .access_info_text {
        font-size: 1.4rem;
    }
    .access_btn {
        max-width: 180px;
        margin: 30px 0 0 0;
        font-size: 1.2rem;
        line-height: 1.6;
    }
}


/* ============================================
  RECRUIT
============================================ */
.page-recruit .section-hero {
    margin-bottom: 80px;
}
.page-recruit .section-hero .hero_media {
    margin-bottom: 100px;
}
.page-recruit .section-hero .hero_text .lead {
    margin-bottom: 50px;
}
.page-recruit .inner {
    /* max-width: calc(979px + 8%); */
    margin: 0 auto;
    padding: 0 4%;
}
.recruit-body {
    padding: 0;
}
.recruit-card {
    display: flex;
    flex-wrap: wrap;
    gap: 5%;
    margin-top: -50px;
}
.recruit-card .card-item {
    display: block;
    width: 47.5%;
    margin-top: 40px;
    transition: all .3s;
    cursor: pointer;
    font-size: 1.8rem;
    padding: 16px 20px;
}
.recruit-card .card-item .external {
    display: inline-block;
    max-width: 13px;
    margin-left: 10px;
    vertical-align: baseline;
}
.recruit-card .card-item .external img {
    display: block;
}

@media (max-width: 768px) {
    .page-recruit .section-hero {
        margin-bottom: 62px;
    }
    .page-recruit .inner {
        max-width: 100%;
        padding: 0 24px;
    }
    .recruit-card {
        flex-direction: column;
        gap: 0;
        margin-top: -15px;
    }
    .recruit-card .card-item {
        width: 100%;
        max-width: 288px;
        margin-top: 15px;
        font-size: 1.4rem;
        padding: 11.5px 20px;
        line-height: 1.2;
    }
    .recruit-card .card-item .external {
        display: inline-block;
        max-width: 13px;
        margin-left: 10px;
        vertical-align: baseline;
    }
}

/* 20260302 */
/* aboutus */
.section-hero .hero_text {
    font-weight: normal;
}
.kv-list_value {
    font-weight: normal;
}
.kv-list_heading {
    font-weight: 500;
}
.message_text {
    font-weight: normal;
}

/* business */
.section-lead p {
    font-weight: normal;
}
.product-item_text {
    font-weight: normal;
}
.split_text {
    font-weight:normal;
}

/* sustainability */
.initiative-text {
    font-weight: normal;
}
.initiative-no {
    margin-bottom: 6px;
}
.initiative-head_title {
    height: 100%;
    display: flex;
    gap: 20px;
}
.initiative-head_title::before {
    content: "";
    display: inline-block;
    width: 5px;
    height: auto;
    background-color: #CBDBE3;
}
.nav-link.is-active, .nav-link:hover {
    font-weight: 600;
}


/* company */
.company-info_row {
    font-weight: normal;
}
.officer-card_name {
    font-weight: normal;
}
.access_address {
    font-weight: normal;
}
.access_info_title {
    font-weight: 500;
}
.officer-card_name-pc {
    margin: 10px 0 0;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.625;
}
.officer-card_name-sp {
    display: none !important;
}

/* news */
.news-card {
    transition: all .3s;
}
.news-card:hover {
    opacity: .7;
}

/* contact */
.contact-index-link .circle {
    background-color: unset;
    border-radius: unset;
    border-bottom: 1px solid #404040;
    border-right: 1px solid #404040;
    transform: rotate(-45deg);
}
.submit-btn .circle {
    background-color: unset !important;
    border-radius: unset !important;
    border-bottom: 1px solid #404040;
    border-right: 1px solid #404040;
    transform: rotate(-45deg);
}

/* ============================================
  アニメーション
============================================ */
/* --- ページタイトル用 --- */
.line-reveal {
  color: transparent;
  display: block;
  overflow: hidden;
  position: relative;
  transition: color 0ms 0.3s;
  /* width: max-content; */
}
.line-reveal::after {
  content: "";
  left: 0;
  display: block;
  position: absolute;
  top: 0;
  transform: translateX(-101%);
  width: 100%;
  height: 100%;
  background-color: #eef1f3;
}
/* 実行時 */
.line-reveal.is-animated {
    color: #404040;
}
.line-reveal.is-animated::after {
  animation: lineAnime 1.8s ease-in-out forwards;
}
@keyframes lineAnime {
  /* 0%   { transform: translateX(-101%); }
  50%  { transform: translateX(0); } */
  0%   { transform: translateX(0); }
  100% { transform: translateX(101%); }
}

/* ---  汎用：下からふわっとフェードイン --- */
.fadeup {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}
.fadeup.is-animated {
  opacity: 1;
  transform: translateY(0);
}

/* --- ディレイ用クラス --- */
.d-1  { transition-delay: 0.1s !important; animation-delay: 0.1s !important; }
.d-2  { transition-delay: 0.2s !important; animation-delay: 0.2s !important; }
.d-3  { transition-delay: 0.3s !important; animation-delay: 0.3s !important; }
.d-4  { transition-delay: 0.4s !important; animation-delay: 0.4s !important; }
.d-5  { transition-delay: 0.5s !important; animation-delay: 0.5s !important; }
.d-6  { transition-delay: 0.6s !important; animation-delay: 0.6s !important; }
.d-7  { transition-delay: 0.7s !important; animation-delay: 0.7s !important; }
.d-8  { transition-delay: 0.8s !important; animation-delay: 0.8s !important; }
.d-9  { transition-delay: 0.9s !important; animation-delay: 0.9s !important; }
.d-10 { transition-delay: 1.0s !important; animation-delay: 1.0s !important; }

@media (max-width: 768px) {

    /* sustainability */
    .initiative-no {
        margin-bottom: 10px;
    }
    .initiative-head_title {
        gap: 15px;
    }
    .initiative-head_title::before {
        width: 4px;
    }
    .initiatives_main .btn {
        line-height: 1.2;
    }
    .initiatives_main .btn01 {
        max-width: 297px;
    }
    .initiatives_main .btn02 {
        max-width: 180px;
    }

    /* company */
    .officers {
        gap: 30px 4%;
    }
    .officer-card {
        width: 48%;
        min-height: 250px;
    }
    .officer-card_name-sp {
        display: block !important;
        margin: 18px 0 0;
        font-size: 1.6rem;
        font-weight: 500;
        line-height: 1.625;
    }
    .officer-card_name-sp span {
        display: block;
        font-size: 1.2rem;
        color: #838383;
        line-height: 1.25;
        letter-spacing: 0.08em;
    }

    .officer-card_name-pc {
        display: none !important;
    }
}


/* 20260311 */
/* blog ====================================================== */
.section-blog  {
    background: url(/wp-content/themes/orbis/assets/img/blog-bg.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    padding: 150px 0;
}
.section-blog  .content {
    margin-left: calc((100vw - 1040px) / 2);
}
.section-blog .btn-box {
    /* margin-right: calc((100vw - 1040px) / 2); */
    text-align: left;
    margin-top: 20px;
}
.section-blog .list ul {
    display: flex; 
    width: 1960px;
    margin-top: 35px;
}
.section-blog ul li {
    width: 33.33%;
    display: flex;
    height: auto;
}
.section-blog ul li .inner {
    background: rgb(255, 255, 255, .5);
    display: flex;
    flex-direction: column;
    position: relative;
    padding: 8%;
    transition: .3s;
}
.section-blog ul li .inner a {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
}
.section-blog ul li .inner .img {
    width: 100%;
    aspect-ratio: 116 / 93;
    overflow: hidden;
}
.section-blog ul li .inner .img p {
    position: relative;
    width: 100%;
    height: 100%;
}
.section-blog ul li .inner .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: .3s;
}
.section-blog ul li .inner:hover .img img {
    transform: scale(1.1);
}
.section-blog ul li .inner .txt {
    flex: 1;
    padding: 10px 0 0;
}
.section-blog ul li .inner .txt .no {
    font-size: 1.4rem;
    line-height: 1;
    color: #99A5AA;
    margin-bottom: 10px;
    font-family: "Inter", sans-serif;
}
.section-blog ul li .inner .txt .tx {
    letter-spacing: 0.06em;
    font-size: 1.6rem;
    -webkit-line-clamp: 3;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
@media(max-width:1080px){
    .section-blog .content {
        margin-left: 20px;
    }
    .section-blog .btn-box {
        margin-right: 20px;
    }
}
@media(max-width:750px){
    .section-blog .list ul {
        width: 880px;
        margin-top: 35px;
        /* gap: 20px; */
    }
    .section-blog ul li .inner .img {
        width:100%;
    }
    /* .section-blog ul li .inner .img p {
        padding: 0;
        height: 100%;
        width:100%;
    }
    .section-blog ul li .inner .img img {
        
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
        transition: .3s;
    } */
    .section-blog ul li .inner .txt {
        flex: auto;
        padding: 20px 0 20px;
        min-height: 136px;
    }
    .section-blog ul li .inner {
        padding: 20px;
    }
    .section-blog ul li .inner .txt .tx {
        font-size: 1.4rem;
        line-height: 1.7;
        letter-spacing: 0.08em;
        font-weight: 500;
    }
    .section-blog {
        padding: 80px 0;
    }
    .section-blog .list ul {
        margin-top: 50px;
    }
    .section-blog ul li .inner:hover {
        padding: 20px;
    }
    .section-blog ul li .inner:hover img {
        transform: scale(1.1);
    }
    .section-blog ul li {
        height: unset;
    }
    .section-blog ul li .inner {
        height: 100%;
    }
    .section-blog .btn-box {
        margin-right: 0;
        text-align: left;
        max-width: 180px;
    }
    .btn.btn-read-more.dark {
        line-height: 1.5;
    }

}
.scrollbar-wrap {
    width: 180px;
    height: 3px;
    background-color: #fff;
    border-radius: 3px;
    margin: 40px 0 0;
    position: relative;
}
.swiper-scrollbar{
    position: relative !important;
    left: auto !important;
    bottom: 0 !important;
    width: 100% !important;
    height: 3px;

    width: 180px;
    background: rgba(255,255,255,0.85) !important;
    overflow: hidden;
}
.swiper-scrollbar-drag{
    background-color: #99A5AA;
    border-radius: 0 !important;
    cursor: grab;
    touch-action: none;
    position: absolute;
    top: 0;
    left: 0;
    transition: transform 0.25s ease;
}
.btn.btn-read-more {
    font-size: 1.4rem;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    border-radius: 0;
    background: unset;
    text-align: left;
    max-width: 220px;
    width: 100%;
    display: inline-block;
}
.btn.btn-read-more.dark {
    color: #404040;
    border: 1px solid #404040;
}
.btn.btn-read-more::after {
    content: '';
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -3px;
    transition: .2s;
    width: 8px;
    height: 8px;
    background: unset;
    border-radius: 0;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: rotate(45deg) !important;
    margin-top: -4px;
}
.btn.btn-read-more.dark::after {
    border-top: 1px solid #404040;
    border-right: 1px solid #404040;
}
.btn.btn-read-more:hover {
    background: rgba(255, 255, 255, 0.1);
}
.btn.btn-read-more.dark:hover {
    background: rgba(64, 64, 64, 0.1);
}
.btn.btn-read-more:hover::after {
    transform:scale(1.5);
}

/* スクロールバーコンテナ */
.section-blog .scrollbar-wrap {
    padding: 15px 0;
    background: transparent;
}
/* スクロールバートラック */
.section-blog .swiper-scrollbar {
    width: calc(100% - 40px);
    margin: 0;
    position: relative;
    border-radius: 0 !important;
}

/* スクロールバーサムバー（ドラッグ部分） */


/* ===== レスポンシブ調整 ===== */
@media(max-width: 1080px) {
    .section-blog .swiper-scrollbar {
        width: calc(100% - 40px);
        margin: 0 20px;
    }
}

@media(max-width: 768px) {
    .section-blog .scrollbar-wrap {
        padding: 0;
        margin: 40px 0;
    }

    .section-blog .swiper-scrollbar {
        width: calc(100% - 40px);
        margin: 0;
    }

}
/* end blog ================================================== */
@media(max-width: 960px) {
    .page-wrap {
        padding-top: 48px;
    }
    .fixed-nav header.low {
        background-color: rgba(255, 255, 255, 0.9);
        box-shadow: 0px 6px 12px 0px rgba(0, 0, 0, 0.1);
    }
}

.js-spy {
    padding-top: 80px;
    margin-top: -80px;
}