@charset "UTF-8";

/*
Theme Name: child
Theme URI:
Description:
Template: twentytwentyone
Author: makesview
Author URI: https://makes-view.co.jp/
Version: 1.0.0
*/

:root {
    --main-color: #112B4A;
    --sub-color: #CFAE5D;
}

.f_baske {
    font-weight: 600;
    font-family: serif;
}

@font-face {
    font-family: 'DancingScript-Regular';
    src: url('wp-content/themes/child/fonts/DancingScript-Regular.otf');
}

.f_dance {
    font-family: 'DancingScript-Regular', sans-serif;
    font-weight: 400;
}

html,
button,
input,
select,
textarea {
    font-family: "Noto Sans JP", sans-serif;
}

.f-sub {
    font-family: "Noto Serif JP", serif;
}

.f-en {
    font-family: "Noto Serif", serif;
}

.f-num {
    font-family: "din-2014", sans-serif;
}

body {
    color: #656565;
    font-size: 14px;
    line-height: 2;
    min-width: 1440px;
}

.wrap {
    width: 1140px;
    margin: 0 auto;
}

.wrap.mid {
    width: 1240px;
}

.wrap.lr {
    width: 1340px;
}

/* PC固定ページ 共通設定 */
.common_page_main {
    background: #F5F5F5;
    padding-block: 140px;
    margin-block: 0 1em;
}

.common_page_main .title_box {
    text-align: center;
}

.common_page_main .title_box .title {
    font-size: 40px;
    letter-spacing: .08em;
    font-weight: 700;
    line-height: 1.5;
}

.common_page_wrap {
    padding: 100px 0;
}

.not_found .text {
    text-align: center;
}

.reserve_text {
    text-align: center;
    font-size: 30px;
}

/* パンくず */
.breadcrumb {
    font-size: 12px;
    color: #1A1A1A;
    letter-spacing: .1em;
    margin-top: 5px;
}

.breadcrumb a {
    text-decoration: none;
    color: #3E3E3E;
}

/* PC固定ページ お問い合わせ */
.contact_form_disc {
    color: #3E3E3E;
    letter-spacing: .08em;
    font-weight: 400;
    text-align: center;
    margin-block: 0 3.8em;
}

.contact_form_disc .text {
    font-size: 16px;
    margin-block: 0 1em;
}

.contact_form_disc .caution {
    font-size: 14px;
}

.common_contact_form .form_box {
    margin-block: 0 50px;
}

.common_contact_form .form_box dl {
    display: grid;
    grid-template-columns: 26.5% 1fr;
    align-items: center;
    gap: 80px;
}

.common_contact_form .form_box dl.start {
    align-items: flex-start;
}

.common_contact_form .form_box dl+dl {
    margin-block: 1.6em 0;
}

.common_contact_form .form_box dl dt {
    display: flex;
    align-items: center;
    gap: 1.3em;
    font-size: 16px;
    letter-spacing: .08em;
    font-weight: 700;
    padding-inline: 0 0.5em;
    position: relative;
}

.common_contact_form .form_box dl dt .label {
    flex-shrink: 0;
    color: #3E3E3E;
    font-size: 12px;
    letter-spacing: .2em;
    font-weight: 700;
    border-radius: 100vmax;
    padding: 0.2em 0.9em;
}

.common_contact_form .form_box dl dt .label.hissu {
    background: #C70000;
    color: #fff;
}

.common_contact_form .form_box dl dt .label.ninni {
    background: #E0E0E0;
}

.common_contact_form .form_box dl dt::after {
    content: "";
    width: 1px;
    height: 30px;
    background: #AAA;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

.common_contact_form input[type="text"],
.common_contact_form input[type="email"],
.common_contact_form #zip {
    width: 100%;
    background: #F8F8F8;
    border: 1px solid #E6E6E6;
    border-radius: 4px;
    font-size: 14px;
    letter-spacing: .08em;
    font-weight: 400;
    padding: 0.8em 1em;
}

.common_contact_form textarea {
    width: 100%;
    height: 180px;
    background: #F8F8F8;
    border: 1px solid #E6E6E6;
    border-radius: 4px;
    padding: 1em;
    font-size: 14px;
    letter-spacing: .08em;
    font-weight: 400;
}

.common_contact_form input::placeholder,
.common_contact_form textarea::placeholder {
    color: #C7C4C4;
}

.common_contact_form select {
    width: 47.5%;
    background: #F8F8F8;
    border: 1px solid #E6E6E6;
    border-radius: 4px;
    font-size: 14px;
    letter-spacing: .08em;
    padding: 1.1em 1em;
}

.common_contact_form select.empty {
    color: #C7C4C4;
}

.page_contact #btn_wrap {
    justify-content: center;
    text-align: right;
    width: 74%;
    margin: auto;
}

.page_contact #btn_wrap button {
    background-color: var(--main-color);
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    appearance: none;
    color: #fff;
    display: block;
    width: 310px;
    line-height: 60px;
    font-size: 18px;
    font-weight: 900;
    transition: .3s;
    text-align: center;
    letter-spacing: .08em;
    margin: auto;
}

.page_contact #btn_wrap button[name="submitBack"] {
    background: #333;
    margin-top: 20px;
}

.page_contact #btn_wrap button:hover {
    opacity: .8;
}

.privacy_term_outer .privacy_term_inner {
    height: 138px;
    margin: auto;
    overflow: auto;
}

.privacy_term_outer .privacy_term_inner .privacy_index {
    font-size: 14px;
}

.privacy_term_outer .privacy_term_inner .main_text {
    font-size: 13px;
    margin-bottom: 25px;
}

.privacy_term_outer .privacy_term_inner dl dt {
    font-size: 13px;
    border-left: solid 3px #ccc;
    padding-left: 1em;
    margin-bottom: 5px;
}

.privacy_term_outer .privacy_term_inner dl dd {
    font-size: 13px;
}

.privacy_term_outer .privacy_term_inner dl+dl {
    margin-top: 30px;
}

.privacy_term_outer .privacy_term_inner::-webkit-scrollbar {
    width: 8px;
}

.privacy_term_outer .privacy_term_inner::-webkit-scrollbar-track {
    background: transparent;
}

.privacy_term_outer .privacy_term_inner::-webkit-scrollbar-thumb {
    background-color: #333;
    border-radius: 10px;
}

.privacy_term_outer {
    border-top: solid 1px #e3e3e3;
    padding: 30px 0;
    border-bottom: solid 1px #e3e3e3;
    width: 60%;
    margin: 0 auto 50px;
}

.privacy_check_list .mwform-checkbox-field-text {
    padding-right: 0;
}

.privacy_check_list .error {
    font-size: 12px;
}

.privacy_term_detail {
    text-align: center;
    font-size: 13px;
    margin: 20px 0;
    position: relative;
    font-weight: 600;
}

.privacy_term_detail::after {
    content: "";
    margin: 5px auto 0;
    border: solid #333;
    border-width: 2px 2px 0 0;
    width: 10px;
    aspect-ratio: 1 / 1;
    min-width: 0;
    rotate: 135deg;
    display: block;
}

.mw_wp_form_confirm .privacy_check_list,
.mw_wp_form_confirm .privacy_term_detail {
    display: none;
}

/* ラジオボタン デザイン */
.radio_btns,
.checkboxes {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5em 1.5em;
    padding: .5em 0;
}

/* ラジオボタンを隠す */
.radio_btns input[type=radio].radio_btns__item {
    display: none;
}

.radio_btns label {
    display: inline-block;
    cursor: pointer;
}

/* spanの左側にボタンを配置するスペースを作る */
.radio_btns .radio_btns__item+span {
    color: #3E3E3E;
    font-size: 15px;
    letter-spacing: .08em;
    font-weight: 600;
    padding-left: 2em;
    display: inline-block;
    position: relative;
}

/* 各パーツを作成 */
.radio_btns .radio_btns__item+span::before,
.radio_btns .radio_btns__item+span::after {
    content: '';
    display: block;
    position: absolute;
    border: 1px solid #E6E6E6;
    background: #F8F8F8;
    border-radius: 50%;
    width: 20px;
    aspect-ratio: 1;
    min-width: 0;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
}

/* after上書き */
.radio_btns .radio_btns__item+span::after {
    width: 10px;
    aspect-ratio: 1;
    min-width: 0;
    top: 0px;
    left: 5px;
    border: none;
    background: #5A5A5A;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    transition: all .3s;
}

/*
  checked状態
  文字のcolorとボタンのopacityを変更
*/
.radio_btns .radio_btns__item:checked+span::after {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

/* チェックボックス デザイン */
.page_contact input[type="checkbox"] {
    /* デフォルトcheckボックス非表示*/
    display: none;
}

.mwform-checkbox-field label {
    cursor: pointer;
}

.mwform-checkbox-field-text {
    color: #3E3E3E;
    font-size: 15px;
    letter-spacing: .08em;
    font-weight: 600;
    display: inline-block;
    position: relative;
    padding: 0 0 0 30px;
}

.mwform-checkbox-field-text::before,
.mwform-checkbox-field-text::after {
    content: "";
    position: absolute;
    display: block;
}

.mwform-checkbox-field-text::before {
    background: #F8F8F8;
    border: 1px solid #E6E6E6;
    border-radius: 2px;
    width: 20px;
    aspect-ratio: 1 / 1;
    min-width: 0;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.mwform-checkbox-field-text::after {
    border-width: 3px;
    border-color: transparent transparent #333 #333;
    border-style: solid;
    width: 20px;
    aspect-ratio: 2/1;
    min-width: 0;
    margin-top: -0.2em;
    top: 50%;
    left: 0;
    transform: translateY(-50%) rotate(-45deg);
    opacity: 0;
}

input[type="checkbox"]:checked+.mwform-checkbox-field-text::after {
    opacity: 1;
}

.mw_wp_form .horizontal-item {
    display: inline-block;
}

.mw_wp_form .horizontal-item+.horizontal-item {
    margin-left: 0 !important;
}

/* サンクスページ */

.page_contact .thanks_textArea .name {
    font-size: 16px;
    line-height: 2;
    text-align: center;
    margin-bottom: 20px;
}

.page_contact .thanks_textArea .contact_text {
    margin: 0 auto 50px;
    width: 62%;
}

.page_contact .thanks_textArea .ichiran_link {
    background-color: var(--main-color);
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    appearance: none;
    color: #fff;
    display: block;
    width: 300px;
    line-height: 50px;
    border-radius: 4px;
    font-size: 16px;
    transition: .3s;
    margin: 0 auto;
    text-decoration: none;
    font-weight: 600;
    letter-spacing: .08em;
    text-align: center;
}

.page_contact .thanks_textArea .ichiran_link:hover {
    opacity: .8;
}

.page_contact .thanks_textArea .contact_text .space {
    display: block;
}

.page_contact .thanks_textArea .contact_text .space {
    display: block;
    margin-top: 10px;
}

/* ステップバー デザイン */
.page_contact .progressbar {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5.6em;
    margin-block: 0 3em;
}

.page_contact .progressbar .item {
    color: #3E3E3E;
    font-size: 14px;
    letter-spacing: .08em;
    font-weight: 400;
    text-align: center;
    line-height: 1.5;
    position: relative;
}

.page_contact .progressbar .item+.item::before {
    content: "";
    width: 50px;
    height: 1px;
    background: #E6E6E6;
    position: absolute;
    top: 64%;
    left: -5em;
}

.page_contact .progressbar .item .mark {
    width: 36px;
    aspect-ratio: 1;
    background: #fff;
    border: 1px solid #AFAFAF;
    border-radius: 50%;
    display: block;
    margin: 0 auto 0.5em;
    position: relative;
}

.page_contact .progressbar .item .mark::before {
    content: "";
    width: 41%;
    aspect-ratio: 1;
    background: #5A5A5A;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    translate: -50% -50%;
    opacity: 0;
}

.page_contact .progressbar .item.active .mark::before {
    opacity: 1;
}

.page_contact .progressbar .item .en {
    display: block;
    color: #A7A7A7;
    letter-spacing: 0;
    font-family: 'Helvetica', 'Arial', sans-serif;
}

.privacy_check_list {
    justify-content: center;
    align-items: center;
    margin-bottom: 25px;
}

.privacy_check_list .hissu {
    background: #c70200;
    color: #fff;
    padding: 2px 15px;
    font-size: 10px;
    letter-spacing: .08em;
    border-radius: 30px;
    font-weight: 600;
}

.mw_wp_form .privacy_check_list .horizontal-item {
    margin: 0;
}

/* PC固定ページ 404ページ */
#page_404 {
    text-align: center;
}

#page_404 .num {
    font-size: 100px;
    font-family: 'Montserrat', 'Noto Sans JP', sans-serif;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#page_404 .text {
    margin-bottom: 1em;
    font-size: 16px;
}

/* PC固定ページ アーカイブページ */
/* 投稿リスト表示 */
.archive_page_list>article {
    padding-bottom: 15px;
    padding-top: 15px;
    border-bottom: 1px dashed #eee;
    padding-right: 30px;
}

.archive_page_list>article:after {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    top: 0;
    right: 5px;
    bottom: 0;
    margin: auto;
    border: solid #ccc;
    border-width: 2px 2px 0 0;
    transform: rotate(45deg);
}

.archive_page_list>article .date {
    font-weight: bold;
    font-size: 80%;
    width: 100px;
}

.archive_page_list>article .content_area {
    width: calc(100% - 100px);
}

.archive_page_list>article .content_area .ttl {
    font-weight: bold;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.archive_page_list>article .content_area .content {
    font-size: 80%;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

/* wp-pagenavi base */
.wp-pagenavi {
    text-align: center;
    margin-top: 50px;
}

.wp-pagenavi a,
.wp-pagenavi span {
    display: inline-block;
    color: #999;
    background-color: #FFF;
    border: solid 1px #e0e0d2;
    padding: 8px 15px;
    margin: 0 2px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    text-align: center;
    text-decoration: none;
}

.wp-pagenavi a:hover {
    color: #FFF;
    background-color: var(--main-color);
    border-color: var(--main-color);
}

.wp-pagenavi .current {
    color: #FFF;
    background-color: var(--main-color);
    border-color: var(--main-color);
    font-weight: bold;
}

/* ヘッダー */
.site-header {
    width: 100%;
    position: fixed;
    padding: 27px 79px 45px 63px;
    z-index: 1000;
    /* overflow-x: scroll; */
    transition: .3s;
    overflow-x: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

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

.site-header__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0 107px;
    width: 100%;
    min-width: 1298px;
}

.site-header__menu-flex {
    display: flex;
    align-items: center;
    gap: 0 67px;
}

.site-header::before {
    content: "";
    inset: 0;
    position: absolute;
    background: linear-gradient(to bottom, black, transparent);
    z-index: -1;
    opacity: .41;
    min-width: 1440px;
    transition: .3s;
}

.site-header__logo {
    width: 332px;
    flex-shrink: 0;
}

.site-header__logo a {
    display: block;
    position: relative;
}

.site-header__logo svg {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.site-header__menu-item a {
    display: block;
    color: #FFF;
    font-weight: 700;
    letter-spacing: .05em;
    transition: .3s;
}

.site-header__menu-child {
    position: absolute;
    display: none;
    left: 50%;
    translate: -50% 0;
    top: 30px;
    width: max-content;
    padding: 15px;
    background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, .41));
    transition: .3s;
}

.site-header__menu-item.-has_child {
    position: relative;
}

.site-header__menu-child li a {
    color: #FFF;
    display: block;
    font-weight: 700;
    letter-spacing: .05em;
    transition: .3s;
}

.site-header__menu-child li+li {
    margin-top: 10px;
}

.site-header__menu-item .site-header__menu-parent a {
    display: flex;
    align-items: center;
    gap: 0 4px;
    cursor: pointer;
}

.site-header__menu-parent a::after {
    content: "";
    width: 8px;
    aspect-ratio: 1/1;
    min-width: 0;
    border: solid #FFF;
    border-width: 2px 2px 0 0;
    rotate: 135deg;
    flex-shrink: 0;
    line-height: 1;
    translate: 0 -1px;
    transition: .3s;
}

.site-header.is-scrolled::before {
    opacity: 0;
    background: none;
}

.site-header.is-scrolled .site-header__menu-item a {
    color: #1A1A1A;
}

.site-header.is-scrolled .site-header__menu-parent a::after {
    border-color: #1A1A1A;
}

.site-header.is-scrolled .site-header__menu-child {
    background: #FFF;
}

.site-header__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 130px;
    transition: 0.8s;
    z-index: -1;
    background-color: #FFF;
    opacity: 0;
    min-width: 1440px;
}

.site-header.is-scrolled .site-header__bg {
    opacity: 1;
}

.site-logo-white {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 1;
    transition: .3s;
}

.site-logo-black {
    opacity: 0;
    transition: .3s;
    visibility: hidden;
}

.site-header.is-scrolled .site-logo-white {
    opacity: 0;
    visibility: hidden;
}

.site-header.is-scrolled .site-logo-black {
    opacity: 1;
    visibility: visible;
}

.site-header__logo a img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/* TOP メインビジュアル */
.top-mv__slider {
    overflow: hidden;
}

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

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

.add-animation {
    animation: zoomUp 7s linear 0s normal both;
}

.top-mv-sec {
    position: relative;
    padding-block: 240px 254px;
    z-index: 10;
}

.top-mv__slider {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.top-mv__slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.mv-bg-font {
    position: absolute;
    bottom: 0;
    left: 50%;
    translate: -50% 0;
    width: 1436px;
}

.mv-bg-font img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.top-mv__cont {
    text-align: center;
    color: #FFF;
}

.top-mv__ttl {
    font-size: 70px;
    line-height: 1.14;
    margin-bottom: 36px;
}

.top-mv__sub {
    font-size: 30px;
    font-weight: 700;
    letter-spacing: .05em;
    line-height: 1;
}

.top-mv__slider::before {
    content: "";
    inset: 0;
    position: absolute;
    background-image: url(image/mv_bg.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    mix-blend-mode: multiply;
    z-index: 1;
}

/* TOP 事業承継 */
.top-succession-sec {
    padding-top: 150px;
    margin-bottom: 126px;
}

.top-succession__flex-box {
    display: flex;
    align-items: center;
    gap: 0 142px;
}

.top-succession__img-box {
    width: 531px;
    flex-shrink: 0;
}

.top-succession__img-box img {
    width: 100%;
    aspect-ratio: 531/628;
    object-fit: cover;
}

.top-succession__inner {
    width: 100%;
}

.common-sec-ttl__en {
    font-size: 20px;
    letter-spacing: .1em;
    line-height: 1.35;
    display: flex;
    align-items: center;
    gap: 0 10px;
    color: #A4B6CC;
    padding-bottom: 21px;
    margin-bottom: 8px;
    position: relative;
}

.common-sec-ttl__en::before {
    content: "";
    width: 12px;
    aspect-ratio: 1/1;
    min-width: 0;
    background-color: #A4B6CC;
    border-radius: 50%;
    flex-shrink: 0;
}

.common-sec-ttl__text {
    font-size: 54px;
    color: var(--main-color);
    line-height: 1.42;
}

.common-sec-ttl__en::after {
    content: "";
    height: 1px;
    width: 108px;
    background-color: var(--main-color);
    position: absolute;
    bottom: 0;
    left: 0;
}

.common-sec-ttl {
    margin-bottom: 20px;
}

.common-main-text {
    letter-spacing: .1em;
    font-weight: 500;
}

.common-main-text-box {
    margin-bottom: 50px;
}

.common-more-btn a {
    display: grid;
    place-content: center;
    background-color: var(--main-color);
    width: 273px;
    min-block-size: 65px;
    color: #FFF;
    border: solid 1px var(--main-color);
    font-size: 16px;
    font-weight: 700;
    letter-spacing: .1em;
    line-height: 1.5;
    transition: .3s;
}

/* TOP 企業情報 */
.top-information-sec {
    padding-bottom: 102px;
    position: relative;
}

.top-information__img-box {
    width: 551px;
    flex-shrink: 0;
}

.top-information__flex-box {
    display: flex;
    align-items: center;
    gap: 0 130px;
}

.top-information__inner {
    width: 100%;
}

.top-information__img-box img {
    width: 100%;
    aspect-ratio: 551/574;
    object-fit: cover;
}

.top-information-sec::before {
    content: "";
    position: absolute;
    background-image: url(image/top_information_bg.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    bottom: 0;
    left: 0;
    width: 100%;
    aspect-ratio: 72/79;
    z-index: -1;
}

/* TOP グループ企業 */
.-center {
    text-align: center;
}

.top-group-sec {
    padding-top: 107px;
}

.common-sec-ttl.-center .common-sec-ttl__en {
    justify-content: center;
    padding-bottom: 26px;
    margin-bottom: 4px;
}

.common-sec-ttl.-center .common-sec-ttl__en::after {
    left: 50%;
    translate: -50% 0;
}

.top-group-sec .common-sec-ttl__en::after {
    width: 151px;
}

.top-group-sec .common-main-text-box {
    margin-bottom: 39px;
}

.top-group-sec .common-more-btn a {
    margin: 0 auto;
}

.top-group__slider-area {
    margin-top: 91px;
    position: relative;
}

.top-group__slide-item img {
    width: 312px;
    aspect-ratio: 52/25;
    object-fit: cover;
}

.top-group__top-slider,
.top-group__bottom-slider {
    overflow: hidden;
}

.top-group__slide-item {
    margin: 0 2.5px;
}

.top-group__bottom-slider {
    transform: scaleX(-1);
    margin-top: 5px;
}

.top-group__bottom-slider .top-group__slide-item {
    transform: scaleX(-1);
}

.top-group__slider-area::before {
    content: "";
    inset: 0;
    position: absolute;
    background-color: #FFF;
    opacity: .4;
    z-index: 1;
}

/* TOP 採用情報 */
.top-recruit-sec {
    padding-top: 269px;
    overflow: hidden;
}

.top-recruit__flex-box {
    display: flex;
    width: 100%;
}

.top-recruit__left-img {
    width: 581px;
    flex-shrink: 0;
    margin-left: -357px;
    margin-top: -113px;
    margin-right: 46px;
}

.top-recruit__left-img img {
    width: 100%;
    aspect-ratio: 581/685;
    object-fit: cover;
}

.top-recruit__right-img {
    width: 619px;
    flex-shrink: 0;
    margin-left: 26px;
}

.top-recruit__right-img img {
    width: 100%;
    aspect-ratio: 619/684;
    object-fit: cover;
}

.top-recruit__main {
    width: 525px;
    padding-top: 29px;
    margin: 0 auto;
}

.common-sec-other-ttl__en {
    width: 590px;
    position: absolute;
    top: -234px;
    left: -88px;
}

.common-sec-other-ttl__en img {
    width: 100%;
    aspect-ratio: 590/253;
    object-fit: contain;
}

.common-sec-other-ttl__text {
    font-size: 60px;
    letter-spacing: .1em;
    line-height: 1.43;
    color: var(--sub-color);
    padding-bottom: 21px;
    position: relative;
}

.common-sec-other-ttl {
    margin-bottom: 30px;
    position: relative;
}

.common-sec-other-ttl__text::before {
    content: "";
    width: 108px;
    height: 1px;
    background-color: var(--sub-color);
    position: absolute;
    bottom: 0;
    left: 0;
}

.common-sub-ttl__text {
    font-size: 25px;
    font-weight: 700;
    letter-spacing: .1em;
    line-height: 1;
    color: #FFF;
}

.common-sub-ttl__bg-border {
    background-color: var(--sub-color);
    width: fit-content;
    min-block-size: 52px;
    display: grid;
    place-content: center;
    padding: 0 15px;
}

.common-sub-ttl__bg-border+.common-sub-ttl__bg-border {
    margin-top: 7px;
}

.common-sub-ttl {
    margin-bottom: 37px;
}

.top-recruit__main-text {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: .1em;
    line-height: 1.75;
}

.top-recruit__main-text+.top-recruit__main-text {
    margin-top: 1.75em;
}

.top-recruit__main-text.-border {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.top-recruit__main-text.-border::after {
    content: "";
    width: 330px;
    height: 1px;
    background-color: #1A1A1A;
}

.common-contact-btn a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 300px;
    min-block-size: 65px;
    border-radius: 100vmax;
    border: solid 1px var(--sub-color);
    background-color: var(--sub-color);
    padding-inline: 39px 31px;
    gap: 0 5px;
    transition: .3s;
}

.common-contact-btn__text {
    font-size: 19px;
    color: #FFF;
    font-weight: 700;
    letter-spacing: .1em;
    line-height: 1.47;
    transition: .3s;
}

.common-contact-btn__icon {
    line-height: 1;
    flex-shrink: 0;
    translate: 0 -3px;
}

.common-contact-btn__icon svg path {
    transition: .3s;
}

.top-recruit__main-text-box {
    margin-bottom: 57px;
}

.top-recruit__main .common-contact-btn a {
    margin-left: auto;
}

/* TOP お知らせ */
.top-news-sec {
    padding-block: 124px 150px;
}

.top-news-sec .common-sec-ttl.-center {
    margin-bottom: 33px;
}

.top-news-cont {
    padding-inline: 53px;
    margin-bottom: 31px;
}

.top-news-sec .common-more-btn a {
    margin: 0 auto;
}

.top-news__item a {
    display: block;
    padding-bottom: 49px;
    transition: .3s;
}

.top-news__item+.top-news__item {
    margin-top: 44px;
}

.top-news__item {
    border-bottom: dashed 1px #656565;
}

.top-news__item-head {
    display: flex;
    align-items: center;
    gap: 0 18px;
    margin-bottom: 13px;
}

.top-news__date {
    font-size: 18px;
    font-weight: 700;
    letter-spacing: .05em;
    line-height: 1.44;
    color: var(--main-color);
}

.top-news__cat {
    min-width: 120px;
    min-block-size: 19px;
    background-color: #F5F5F5;
    display: grid;
    place-content: center;
    border-left: solid 3px;
    padding-inline: 0.5em;
}

.top-news__cat.-pr {
    border-color: #225594;
}

.top-news__cat-text {
    font-size: 11px;
    color: #1A1A1A;
    letter-spacing: .2em;
    font-weight: 600;
    line-height: 1;
}

.top-news__item-main {
    font-size: 14px;
    line-height: 1;
    font-weight: 600;
    color: #656565;
    letter-spacing: .05em;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0 1em;
}

.top-news__item-main::after {
    content: "";
    width: 8px;
    aspect-ratio: 1/1;
    min-width: 0;
    border: solid var(--main-color);
    border-width: 2px 2px 0 0;
    rotate: 45deg;
    flex-shrink: 0;
}

.top-news__cat.-succession {
    border-color: #163A64;
}

.top-news__cat.-news {
    border-color: #898989;
}

/* フッター お問い合わせ */
.ft-cta-sec {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.ft-cta-item a {
    display: block;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #FFF;
    padding: 89px 33px 22px 100px;
    height: 100%;
    position: relative;
    z-index: 0;
}

.ft-cta-item.-contact a {
    background-image: url(image/top_cta_img1.webp);
}

.ft-cta-item.-recruit a {
    background-image: url(image/top_cta_img2.webp);
}

.ft-cta-item {
    height: 374px;
}

.ft-cta-item__ttl {
    margin-bottom: 18px;
}

.ft-cta-item__main {
    margin-bottom: 12px;
    font-weight: 500;
    letter-spacing: .05em;
    margin-left: 6px;
    padding-left: 12px;
    border-left: solid 2px;
}

.ft-cta-item__circle {
    width: 72px;
    aspect-ratio: 1/1;
    min-width: 0;
    display: grid;
    place-content: center;
    border: solid 2px #FFF;
    border-radius: 50%;
    margin: auto 0 0 auto;
}

.ft-cta-item__circle::before {
    content: "";
    width: 16px;
    aspect-ratio: 1/1;
    min-width: 0;
    border: solid #FFF;
    border-width: 2px 2px 0 0;
    rotate: 45deg;
    translate: -3px 0;
}

.ft-cta-item__ttl-en {
    font-size: 20px;
    display: flex;
    align-items: center;
    gap: 0 6px;
    line-height: 1.35;
}

.ft-cta-item__ttl-en::before {
    content: "";
    width: 12px;
    aspect-ratio: 1/1;
    min-width: 0;
    background-color: #FFF;
    border-radius: 50%;
    flex-shrink: 0;
}

.ft-cta-item__ttl-text {
    font-size: 40px;
    letter-spacing: .05em;
    line-height: 1.42;
    padding-left: 6px;
}

.ft-cta-item a::before {
    content: "";
    inset: 0;
    position: absolute;
    z-index: -1;
    transition: .3s;
}

.ft-cta-item.-contact a::before {
    backdrop-filter: blur(11px) brightness(93%);
    -webkit-backdrop-filter: blur(11px) brightness(93%);
}

.ft-cta-item.-recruit a::before {
    background-color: rgba(186, 149, 59, .7);
    backdrop-filter: blur(11px) brightness(115%);
    -webkit-backdrop-filter: blur(11px) brightness(115%);
}

.ft-cta-item.-contact a::after {
    content: "";
    inset: 0;
    position: absolute;
    z-index: -1;
    mix-blend-mode: multiply;
    background-color: rgba(17, 43, 74, .74);
    transition: .3s;
}

/* フッター */
.site-footer__top {
    display: flex;
    justify-content: space-between;
    margin-bottom: 139px;
}

.site-footer {
    background-color: #1A1A1A;
    padding: 110px 150px 38px;
    color: #FFF;
}

.site-footer__menu {
    display: flex;
    gap: 0 60px;
    padding-top: 4px;
}

.site-footer__bottom {
    border-top: solid 1px #FFF;
    display: flex;
    align-items: center;
    padding-top: 24px;
    gap: 0 20px;
    justify-content: space-between;
}

.site-footer__company {
    font-size: 20px;
    font-weight: 700;
    letter-spacing: .1em;
    line-height: 1.45;
    margin-bottom: 30px;
}

.site-footer__add {
    font-weight: 700;
    letter-spacing: .1em;
    margin-bottom: 30px;
}

.site-footer__tel {
    font-weight: 700;
    letter-spacing: .1em;
    line-height: 1.42;
}

.site-footer__logo {
    margin-bottom: 42px;
    width: 397px;
    margin-left: -12px;
}

.site-footer__logo a {
    display: block;
}

.site-footer__logo a img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.site-footer__menu-item a {
    color: #FFF;
}

.site-footer__menu-parent a {
    font-size: 18px;
    font-weight: 700;
    letter-spacing: .05em;
    display: block;
    line-height: 1;
}

.site-footer__menu-child li a {
    font-weight: 500;
    letter-spacing: .05em;
    line-height: 1;
    display: flex;
    align-items: center;
    gap: 0 10px;
    transition: .3s;
}

.site-footer__menu-parent {
    width: fit-content;
    padding-left: 10px;
    border-left: solid 2px #FFF;
    margin-bottom: 27px;
}

.site-footer__menu-child li+li {
    margin-top: 25px;
}

.site-footer__menu-child li a::after {
    content: "";
    width: 5px;
    aspect-ratio: 1/1;
    min-width: 0;
    border: solid #FFF;
    border-width: 1px 1px 0 0;
    rotate: 45deg;
}

.site-footer__menu-item+.site-footer__menu-item {
    margin-top: 50px;
}

.site-footer__bottom-link a {
    color: #FFF;
    font-size: 12px;
    letter-spacing: .1em;
    font-weight: 700;
    line-height: 1.5;
    display: block;
}

.copyright small {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .1em;
    line-height: 1.5;
    display: block;
}

.footer__bottom-link-box {
    display: flex;
    gap: 0 20px;
}

/* 追従バナー */
.fixed-btn-box {
    position: fixed;
    bottom: 36px;
    right: 50px;
    z-index: 10;
    background-color: #FFF;
    border-radius: 5px;
    padding: 4px;
    width: 283px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .25);
}

.fixed-btn-box a {
    display: grid;
    place-content: center;
    background-image: url(image/fixed_banner.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 4px;
    text-align: center;
    padding: 18px 0 17px;
    overflow: hidden;
    position: relative;
    z-index: 0;
}

.fixed-btn-box__en {
    font-size: 14px;
    letter-spacing: .1em;
    font-weight: 700;
    line-height: 1.35;
    color: rgba(255, 255, 255, .7);
    margin-bottom: 6px;
}

.fixed-btn-box__ttl {
    color: #FFF;
    font-weight: 700;
    letter-spacing: .1em;
    font-size: 23px;
    line-height: 1.47;
    padding-block: 1px 5px;
    border-block: solid 1px rgba(255, 255, 255, .7);
    margin-bottom: 2px;
}

.fixed-btn-box__text {
    font-size: 12px;
    font-weight: 700;
    color: #FFF;
    letter-spacing: .1em;
    line-height: 1.5;
}

.fixed-btn-box a::before {
    content: "";
    position: absolute;
    inset: 0;
    background-color: #535353;
    opacity: .85;
    mix-blend-mode: multiply;
    z-index: -1;
}

.fixed-btn__close {
    position: absolute;
    top: -10px;
    right: -10px;
    width: 30px;
    aspect-ratio: 1/1;
    min-width: 0;
    background-color: #FFF;
    border-radius: 50%;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .45);
    cursor: pointer;
}

.fixed-btn__close::before,
.fixed-btn__close::after {
    content: "";
    width: 14px;
    height: 1px;
    position: absolute;
    top: 50%;
    left: 50%;
    translate: -50% -50%;
    background-color: #1A1A1A;
}

.fixed-btn__close::before {
    rotate: 45deg;
}

.fixed-btn__close::after {
    rotate: -45deg;
}

/* ホバー */
.common-more-btn a:hover {
    background-color: #FFF;
    color: var(--main-color);
}

.common-contact-btn a:hover {
    background-color: #FFF;
}

.common-contact-btn a:hover .common-contact-btn__text {
    color: var(--sub-color);
}

.common-contact-btn a:hover .common-contact-btn__icon svg path {
    stroke: var(--sub-color);
}

.top-news__item a:hover {
    opacity: .5;
}

.ft-cta-item.-contact a:hover::before {
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
}

.ft-cta-item.-contact a:hover::after {
    background-color: rgba(17, 43, 74, .8);
}

.ft-cta-item.-recruit a:hover::before {
    backdrop-filter: blur(0) brightness(115%);
    -webkit-backdrop-filter: blur(0) brightness(115%);
}

.site-footer__menu-child li a:hover {
    opacity: .5;
}

.recruit-stage__accordion .common-more-btn a:hover {
    background-color: #FFF;
    color: var(--sub-color);
}

.group-voice-item a:hover .group-voice-item__img img {
    scale: 1.15;
}

.group-voice-item a:hover .group-voice-item__body {
    opacity: .8;
}

.public-notice__pdf-link a:hover {
    opacity: 0.5;
}

.page-group__item-list .succession-synergy__item a:hover {
    opacity: 0.6;
}

/* 採用情報ページ */
.page-recruit .common-page-wrap {
    padding-block: 0;
}

.common-page-main {
    position: relative;
    background-image: url(image/common_page_fv.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-block: 241px 120px;
}

.common-page-main::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.4), transparent);
}

.common-page-main>* {
    position: relative;
    z-index: 1;
}

.common-page-main.recruit {
    background-image: url(image/common_page_fv_recruit.webp);
}

.common-page-main.company {
    background-image: url(image/common_page_fv_company.webp);
}

.common-page-main.succession {
    background-image: url(image/common_page_fv_succession.webp);
}

.common-page-main.group {
    background-image: url(image/common_page_fv_group.webp);
}

.common-page-main__title-box {
    padding-left: 39px;
}

.common-page-main__title {
    font-size: 50px;
    font-weight: 700;
    letter-spacing: .1em;
    color: #FFF;
    line-height: 1;
}

.recruit-mvv-sec {
    background-image: url(image/recruit_mvv_bg.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    padding-block: 5px 70px;
}

.recruit-mvv-item__list {
    display: flex;
    gap: 0 70px;
    /* justify-content: space-between; */
    justify-content: center;
    padding-inline: 29px;
}

.recruit-mvv-item {
    text-align: center;
}

.recruit-mvv-item__ttl-jp.f-sub {
    font-size: 16px;
    letter-spacing: .1em;
    line-height: 1.43;
}

.recruit-mvv-item__ttl {
    color: var(--sub-color);
    padding-bottom: 6px;
    border-bottom: dashed 1px currentColor;
    width: fit-content;
    margin: 0 auto 6px;
}

.recruit-mvv-item__ttl-en {
    font-size: 36px;
    line-height: 1.18;
    letter-spacing: .1em;
}

.recruit-mvv-catch__text {
    font-size: 22px;
    font-weight: 700;
    color: var(--main-color);
    letter-spacing: .1em;
    line-height: 1.57;
}

.recruit-mvv-catch {
    position: relative;
    display: flex;
    align-items: center;
    gap: 0 34px;
}

.recruit-mvv-catch::before,
.recruit-mvv-catch::after {
    content: "";
    background-image: url(image/recruit_mvv_treat.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 19px;
    aspect-ratio: 19/99;
    min-width: 0;
    flex-shrink: 0;
}

.recruit-mvv-catch::before {
    rotate: 180deg;
}

.recruit-stage-sec {
    padding-block: 130px;
}

.recruit-stage__inner {
    display: flex;
    gap: 0 60px;
    align-items: center;
    margin-bottom: 118px;
}

.recruit-stage__img-area {
    width: 560px;
    flex-shrink: 0;
    margin-right: -100px;
}

.recruit-stage__img-area img {
    aspect-ratio: 140 / 129;
    width: 100%;
    object-fit: cover;
    min-width: 0;
}

.recruit-stage__text-area {
    width: 720px;
}

.recruit-stage__ttl {
    font-size: 45px;
    color: var(--main-color);
    letter-spacing: .1em;
    text-indent: -0.8em;
    line-height: 1.44;
    padding-left: 34px;
    border-left: solid 4px currentColor;
    margin-bottom: 42px;
}

.recruit-stage__main {
    font-size: 16px;
    letter-spacing: .05em;
    line-height: 1.75;
}

.recruit-stage__accordion-item button {
    padding: 20px 8px 19px 33px;
    background-color: var(--main-color);
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0 20px;
}

.recruit-stage__accordion-ttl-text {
    font-size: 20px;
    color: #FFF;
    font-weight: 700;
    letter-spacing: .1em;
    line-height: 1.35;
}

.recruit-stage__accordion-item {
    width: 739px;
    margin: 0 auto;
}

.recruit-stage__content {
    background-color: #F7F7F7;
    padding: 30px 27px 30px 28px;
}

.recruit-stage__accordion-item+.recruit-stage__accordion-item {
    margin-top: 30px;
}

.recruit-stage__child-text {
    font-size: 16px;
    letter-spacing: .05em;
    line-height: 1.72;
    margin-bottom: 30px;
}

.recruit-stage__accordion .common-more-btn a {
    background-color: var(--sub-color);
    border-color: var(--sub-color);
    margin: 0 auto;
}

.recruit-stage__accordion-arrow {
    width: 65px;
    height: 45px;
    border-left: solid 1px #FFF;
    position: relative;
    flex-shrink: 0;
}

.recruit-stage__accordion-arrow::before {
    content: "";
    width: 12px;
    aspect-ratio: 1/1;
    min-width: 0;
    border: solid #FFF;
    border-width: 2px 2px 0 0;
    position: absolute;
    top: 50%;
    left: 50%;
    rotate: 135deg;
    translate: -50% -50%;
    transition: .5s;
}

.recruit-stage__content {
    display: none;
}

.page-group-voice-faq .recruit-stage__content {
    display: block !important;
}

.recruit-stage__accordion-item button.is-open .recruit-stage__accordion-arrow::before {
    rotate: -45deg;
}

.recruit-luxscape-sec .common-sec-ttl {
    text-align: center;
}

.recruit-luxscape-sec .common-sec-ttl__en {
    justify-content: center;
}

.recruit-luxscape-sec .common-sec-ttl__en::after {
    left: 50%;
    translate: -50% 0;
}

.recruit-luxscape-sec {
    padding-block: 130px;
    background-color: #F7F7F7;
}

.recruit-luxscape-sec .recruit-luxscape-theme {
    background-color: var(--sub-color);
}

.recruit-luxscape-theme__text {
    font-size: 30px;
    font-weight: 700;
    letter-spacing: .1em;
    line-height: 1.5;
    color: #FFF;
}

.recruit-luxscape-theme {
    text-align: center;
    background-color: var(--main-color);
    min-block-size: 65px;
    display: grid;
    place-content: center;
    clip-path: polygon(20px 0, 100% 0, 100% calc(100% - 20px), calc(100% - 20px) 100%, 0 100%, 0 20px);
    margin-bottom: 30px;
}

.recruit-luxscape__item-flex {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0 16px;
    margin-bottom: 30px;
}

.recruit-luxscape__item {
    background-color: #FFF;
    padding: 40px 40px 34px;
    position: relative;
}

.luxscape-item-ttl {
    padding-bottom: 12px;
    border-bottom: dashed 1px var(--main-color);
    margin-bottom: 20px;
}

.luxscape-item-ttl__text {
    font-size: 22px;
    color: var(--main-color);
    font-weight: 700;
    letter-spacing: .1em;
    line-height: 1;
    border-left: solid 4px var(--main-color);
    padding-left: 15px;
}

.luxscape-item-list li {
    font-size: 26px;
    font-weight: 700;
    color: var(--main-color);
    line-height: 1.46;
}

.luxscape-item-catch {
    margin-top: 18px;
}

.luxscape-item-catch__text {
    font-size: 22px;
    font-weight: 700;
    color: #FFF;
    letter-spacing: .1em;
}

.luxscape-item-catch__bg {
    background-color: var(--main-color);
    display: block;
    width: fit-content;
    padding-inline: 16px;
    min-block-size: 47px;
}

.luxscape-item-catch__bg+.luxscape-item-catch__bg {
    margin-top: 6px;
}

.luxscape-item-catch__bg .color {
    color: #F2D796;
}

.recruit-luxscape__item::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 21px;
    aspect-ratio: 1/1;
    min-width: 0;
    background-color: var(--main-color);
    clip-path: polygon(0 0, 0% 100%, 100% 0);
}

.luxscape-item-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.recruit-luxscape__item.-prospect {
    display: flex;
    gap: 0 60px;
    margin-bottom: 30px;
}

.recruit-luxscape__item.-prospect .luxscape-item-img {
    flex-shrink: 0;
    width: 548px;
}

.recruit-luxscape__item.-prospect .luxscape-item-list li {
    align-items: center;
    letter-spacing: .05em;
    display: flex;
    gap: 0 9px;
}

.luxscape-item-list li .num {
    width: 25px;
    aspect-ratio: 1/1;
    min-width: 0;
    background-color: var(--main-color);
    border-radius: 50%;
    flex-shrink: 0;
    color: #FFF;
    display: grid;
    place-content: center;
    font-size: 17px;
    letter-spacing: 0;
    line-height: 1;
}

.recruit-luxscape__item.-prospect .luxscape-item-ttl {
    width: fit-content;
}

.recruit-luxscape__item.-strength {
    margin-bottom: 30px;
}

.recruit-luxscape__item.-strength .recruit-luxscape__item-inner {
    display: flex;
    gap: 0 31px;
    align-items: center;
}

.recruit-luxscape__item.-strength .luxscape-item-img {
    width: 472px;
    border-radius: 8px;
    background-color: #F7F7F7;
    box-shadow: 0 0 6px rgba(0, 0, 0, .16);
    overflow: hidden;
    display: grid;
    place-content: center;
    min-height: 422px;
    position: relative;
}

.luxscape-item-img.-before img {
    width: 422px;
    aspect-ratio: 422/327;
    height: auto;
    min-width: 0;
}

.luxscape-item-img__tag {
    font-size: 16px;
    display: grid;
    place-content: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 108px;
    min-block-size: 32px;
    background-color: #B2B2B2;
    border-radius: 8px 0 8px 0;
    font-weight: 700;
    color: #FFF;
    letter-spacing: .1em;
    line-height: 1;
}

.recruit-luxscape__item.-strength .luxscape-item-ttl {
    margin-bottom: 25px;
}

.luxscape-item-img.-after img {
    width: 420px;
    aspect-ratio: 7/6;
    height: auto;
    min-width: 0;
}

.luxscape-item-img.-after .luxscape-item-img__tag {
    background-color: var(--sub-color);
}

.luxscape-item-arrow {
    width: 49px;
    flex-shrink: 0;
}

.luxscape-item-arrow img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.recruit-luxscape-theme.-number {
    background-color: var(--main-color);
}

.recruit-luxscape__item.-number::before {
    background-color: var(--main-color);
}

.recruit-luxscape__item.-number {
    padding: 21px 0 20px;
}

.recruit-luxscape__item.-number .recruit-luxscape__item-inner {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.recruit-number-item__icon {
    width: 160px;
    margin: 0 auto 20px;
}

.recruit-number-item__icon img {
    width: 100%;
    aspect-ratio: 1/1;
    min-width: 0;
    object-fit: contain;
}

.recruit-number-item {
    text-align: center;
}

.recruit-number-item+.recruit-number-item {
    border-left: dashed 1px #707070;
}

.recruit-number-item__ttl-text {
    font-size: 18px;
    font-weight: 700;
    color: var(--main-color);
    line-height: 1.5;
}

.recruit-number-item__ttl {
    padding-bottom: 9px;
    position: relative;
}

.recruit-number-item__text-box {
    width: fit-content;
    margin: 0 auto;
}

.recruit-number-item__large-text {
    font-size: 36px;
    font-weight: 700;
    line-height: 1;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    color: var(--main-color);
}

.recruit-number-item__large-text .small {
    font-size: 20px;
}

.recruit-number-item__large-text .num {
    font-size: 80px;
    font-weight: 600;
    translate: 0 0.15em;
}

.recruit-number-item__treat {
    font-size: 12px;
    font-weight: 500;
    letter-spacing: .05em;
    line-height: 1.5;
    margin-top: 0.7em;
}

.recruit-interview-sec {
    padding-block: 130px 159px;
}

.recruit-interview-sec .common-sec-ttl__en {
    justify-content: center;
}

.recruit-interview-sec .common-sec-ttl {
    text-align: center;
    margin-bottom: 81px;
}

.recruit-interview-sec .common-sec-ttl__en::after {
    left: 50%;
    translate: -50% 0;
}

.recruit-interview-item {
    display: flex;
    gap: 0 73px;
}

.recruit-interview-item+.recruit-interview-item {
    margin-top: 138px;
}

.recruit-interview-item:nth-child(even) {
    flex-direction: row-reverse;
}

.recruit-interview-item-img {
    width: 338px;
    flex-shrink: 0;
}

.recruit-interview-item-img img {
    width: 100%;
    aspect-ratio: 169/185;
    object-fit: cover;
    min-width: 0;
}

.recruit-interview__item-inner {
    width: 100%;
}

.recruit-interview-item__top {
    margin-bottom: 35px;
}

.recruit-interview-item__tab {
    font-size: 18px;
    letter-spacing: .1em;
    line-height: 1;
    display: grid;
    place-content: center;
    min-block-size: 35px;
    padding-inline: 11px 15px;
    width: fit-content;
    background-color: var(--sub-color);
    color: #FFF;
    margin-bottom: 7px;
}

.recruit-interview-item-ttl {
    display: flex;
    align-items: baseline;
    gap: 0 22px;
    padding-bottom: 15px;
    border-bottom: solid 1px var(--main-color);
}

.recruit-interview-item-ttl__name {
    font-size: 30px;
    letter-spacing: .1em;
    line-height: 1.46;
}

.recruit-interview-item-ttl__company {
    font-size: 18px;
    letter-spacing: .1em;
    line-height: 1.44;
}

.recruit-interview-item__main {
    font-size: 16px;
    letter-spacing: .05em;
    line-height: 1.75;
}

.recruit-interview-item__main .-treat {
    font-size: 12px;
    line-height: 1;
    margin-top: 35px;
    display: block;
}

.recruit-number-item__ttl::before {
    content: "";
    width: 234px;
    height: 1px;
    border-top: dashed 1px var(--main-color);
    position: absolute;
    bottom: 0;
    left: 50%;
    translate: -50% 0;
}

.recruit-mvv-sec .breadcrumb {
    margin-bottom: 42px;
    margin-top: 0;
}

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

    50% {
        transform: scale(1.15);
    }

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

.luxscape-item-img.-after {
    overflow: hidden;
}

.luxscape-item-img.-after img {
    transform: scale(1);
    will-change: transform;
}

.luxscape-item-img.-after.is-animate img {
    animation: pulse-scale 1.6s ease-in-out 2;
}

/* 事業承継ページ */
.common-page-sec-ttl {
    font-size: 45px;
    color: var(--main-color);
    letter-spacing: .1em;
    line-height: 1.44;
    padding-left: 24px;
    border-left: solid 4px currentColor;
    margin-bottom: 42px;
}

.common-page-wrap {
    padding-block: 130px;
}

.succession-structure__flex-box {
    display: flex;
    margin-bottom: 130px;
    align-items: center;
    gap: 0 60px;
}

.succession-focus__flex-box {
    display: flex;
    flex-direction: row-reverse;
    gap: 0 60px;
    align-items: center;
}

.succession-structure__img-area {
    width: 550px;
    flex-shrink: 0;
}

.succession-structure__img-area img {
    width: 100%;
    aspect-ratio: 3/2;
    min-width: 0;
    object-fit: cover;
}

.succession-structure__text {
    width: 100%;
    font-size: 16px;
    letter-spacing: .05em;
    line-height: 1.9;
}

.succession-focus__img-area {
    width: 600px;
    flex-shrink: 0;
}

.succession-focus__img-area img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.succession-focus__text-area {
    width: 100%;
}

.succession-focus__ttl {
    font-size: 22px;
    color: var(--main-color);
    font-weight: 700;
    letter-spacing: .1em;
    line-height: 1.2;
    border-left: solid 4px #225594;
    padding-left: 15px;
    position: relative;
    margin-bottom: 30px;
}

.succession-focus__text {
    font-size: 16px;
    letter-spacing: .05em;
    line-height: 1.75;
}

.succession-focus__text+.succession-focus__text {
    margin-top: 30px;
}

.succession-focus__ttl::after {
    content: "";
    width: 100%;
    height: 1px;
    border-bottom: dashed 1px var(--main-color);
    position: absolute;
    bottom: -10px;
    left: -4px;
}

.succession-focus__text.-list {
    font-size: 18px;
    font-weight: 700;
    color: var(--main-color);
}

.succession-structure-sec {
    padding-bottom: 130px;
}

.succession-plat-sec {
    padding-block: 130px 90px;
    background-color: #F7F7F7;
}

.succession-plat__text {
    text-align: center;
    font-size: 16px;
    letter-spacing: .1em;
    line-height: 1.9;
    margin-bottom: 3em;
}

.succession-plat__img-area img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.succession-plat-sec .common-sec-ttl {
    text-align: center;
    margin-bottom: 30px;
}

.succession-plat-sec .common-sec-ttl__en {
    justify-content: center;
}

.succession-plat-sec .common-sec-ttl__en::after {
    left: 50%;
    translate: -50% 0;
}

.succession-plat-sec .common-sec-ttl__text {
    font-size: 45px;
}

.succession-synergy-sec {
    padding-block: 130px;
}

.succession-synergy-sec .common-sec-ttl {
    text-align: center;
    margin-bottom: 30px;
}

.succession-synergy-sec .common-sec-ttl__en {
    justify-content: center;
}

.succession-synergy-sec .common-sec-ttl__en::after {
    left: 50%;
    translate: -50% 0;
}

.succession-synergy-sec .common-sec-ttl__text {
    font-size: 45px;
}

.succession-synergy__text {
    text-align: center;
    font-size: 16px;
    letter-spacing: .1em;
    line-height: 1.9;
    margin-bottom: 3em;
}

.succession-synergy__item-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0 30px;
    margin-bottom: 100px;
}

.succession-synergy__item {
    border-radius: 8px;
    background-color: #F7F7F7;
    box-shadow: 0 0 6px rgba(0, 0, 0, .16);
    overflow: hidden;
    position: relative;
    padding: 30px;
    cursor: pointer;
}

.succession-synergy__item-img {
    width: 150px;
    aspect-ratio: 1/1;
    min-width: 0;
    border-radius: 50%;
    background-color: #FFF;
    display: grid;
    place-content: center;
    margin: 0 auto 15px;
}

.succession-synergy__item-img img {
    width: 70%;
    margin: 0 auto;
}

.succession-synergy__item-theme {
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    color: var(--main-color);
    line-height: 1.5;
    padding-bottom: 10px;
    border-bottom: dashed 1px currentColor;
    margin-bottom: 20px;
    letter-spacing: .1em;
}

.succession-synergy__item-theme .small {
    display: block;
    font-size: 75%;
    font-weight: 500;
}

.succession-synergy__item-text {
    font-size: 14px;
    letter-spacing: .05em;
    line-height: 1.8;
}

.succession-synergy__example-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 50px;
}

.succession-synergy__example-top {
    display: flex;
    align-items: center;
    gap: 0 5px;
    justify-content: center;
    margin-bottom: 20px;
}

.synergy-example-tab {
    width: 120px;
    padding: 10px;
    text-align: center;
    color: #fff;
}

.synergy-example-tab.-a {
    background-color: #112B4A;
}

.synergy-example-tab.-b {
    background-color: #225594;
}

.synergy-example-tab.-c {
    background-color: #9dbad2;
}

.synergy-example-cross {
    width: 20px;
    aspect-ratio: 1/1;
    min-width: 0;
    position: relative;
    flex-shrink: 0;
}

.synergy-example-cross::before,
.synergy-example-cross::after {
    content: "";
    width: 100%;
    height: 2px;
    background-color: var(--main-color);
    position: absolute;
    top: 50%;
    left: 50%;
    translate: -50% -50%;
}

.synergy-example-cross::before {
    rotate: 45deg;
}

.synergy-example-cross::after {
    rotate: -45deg;
}

.succession-synergy__example-text {
    font-size: 14px;
    letter-spacing: .05em;
    line-height: 1.8;
    display: flex;
    align-items: center;
    gap: 0 1em;
    justify-content: space-between;
}

.synergy-example-tab__company {
    font-weight: 700;
    line-height: 1;
    margin-bottom: 0.5em;
    letter-spacing: .1em;
    font-size: 16px;
}

.synergy-example-tab__text {
    font-weight: 700;
    line-height: 1;
    letter-spacing: .1em;
    font-size: 16px;
}

.succession-synergy__example-text::before,
.succession-synergy__example-text::after {
    content: "";
    background-image: url(image/recruit_mvv_treat.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 19px;
    aspect-ratio: 19 / 99;
    min-width: 0;
    flex-shrink: 0;
}

.page-succession .succession-synergy__example-text::before,
.page-succession .succession-synergy__example-text::after {
    background-image: url(image/recruit_mvv_treat_blue.svg);
}


.succession-synergy__example-text::before {
    rotate: 180deg;
}

.common-page-sub-ttl.f-sub {
    font-size: 35px;
    font-weight: 700;
    letter-spacing: .1em;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 40px;
    color: var(--main-color);
    gap: 0 0.4em;
}

.common-page-sub-ttl.f-sub::before,
.common-page-sub-ttl.f-sub::after {
    content: "";
    width: 30px;
    height: 2px;
    flex-shrink: 0;
    background-color: currentColor;
}

.succession-recode-list {
    display: flex;
    gap: 30px;
    justify-content: center;
    flex-wrap: wrap;
}

.succession-recode__logo {
    width: 220px;
}

.succession-recode__logo img {
    width: 100%;
    aspect-ratio: 167/120;
    min-width: 0;
    object-fit: contain;
}

.succession-recode-sec {
    margin-bottom: 130px;
}

.group-voice-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
}

.group-voice-item__img img {
    width: 100%;
    aspect-ratio: 2/1;
    object-fit: cover;
    transition: .3s;
    object-position: top;
}

.group-voice-item a {
    display: block;
    padding-bottom: 30px;
    border-bottom: solid 1px var(--main-color);
    color: #656565;
    font-weight: 700;
    letter-spacing: .1em;
    font-size: 18px;
    line-height: 1.4;
    position: relative;
}

.group-voice-item__img {
    margin-bottom: 10px;
    overflow: hidden;
}

.group-voice-item__sub_ttl {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 0.4em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.group-voice-item__name-box {
    display: flex;
    gap: 0 1em;
}

.group-voice-item a::before {
    content: "";
    width: 100px;
    height: 3px;
    background-color: #225594;
    position: absolute;
    bottom: -2px;
    left: 0;
}

.group-voice-item__body {
    transition: .3s;
}

.group-voice-item__ttl {
    margin-bottom: 0.1em;
}

.group-voice-item__name .small {
    font-size: 70%;
}

/* モーダル */
.modal {
    position: fixed;
    inset: 0;
    z-index: 9999;
    visibility: hidden;
    pointer-events: none;
}

.modal.is-open {
    visibility: visible;
    pointer-events: auto;
}

.modal:not(.is-open) {
    transition: visibility 0s linear .4s;
}

.modal__overlay {
    position: absolute;
    inset: 0;
    background: rgba(26, 26, 26, 0.9);
    opacity: 0;
    transition: opacity .4s ease;
}

.modal.is-open .modal__overlay {
    opacity: 1;
}

.modal__inner {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 940px;
    max-width: 940px;
    background-color: #F7F7F7;
    box-shadow: 0 0 6px rgba(0, 0, 0, .16);
    border-radius: 8px;
    padding: 50px;
    opacity: 0;
    transform: translate(-50%, -50%) scale(0.96);
    transition: opacity .4s ease, transform .4s ease;
}

.modal.is-open .modal__inner {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
    padding: 5vw;
}

body.is-modal-open {
    overflow: hidden;
}

.modal-template {
    display: none;
}

.synergy-modal__content {
    display: flex;
    gap: 0 50px;
}

.synergy-modal__inner {
    width: 300px;
    flex-shrink: 0;
}

.synergy-modal__ttl {
    text-align: center;
    font-size: 22px;
    font-weight: 700;
    color: var(--main-color);
    line-height: 1.5;
    padding-bottom: 10px;
    border-bottom: dashed 1px currentColor;
    margin-bottom: 30px;
    letter-spacing: .1em;
}

.synergy-modal__main-img {
    width: 150px;
    aspect-ratio: 1 / 1;
    min-width: 0;
    border-radius: 50%;
    background-color: #FFF;
    display: grid;
    place-content: center;
    margin: 0 auto 25px;
}

.synergy-modal__main-img img {
    width: 70%;
    margin: 0 auto;
}

.synergy-modal__text-box {
    width: 100%;
    overflow-y: scroll;
    max-height: 328px;
}

.synergy-modal__text {
    font-size: 16px;
    letter-spacing: 0.1em;
    line-height: 2;
    font-weight: 500;
}

.synergy-modal__ttl .small {
    display: block;
    font-size: 75%;
    font-weight: 500;
}

.modal-close-btn.js-modal-close {
    display: grid;
    place-content: center;
    background-color: var(--main-color);
    width: 223px;
    min-block-size: 55px;
    color: #FFF;
    border: solid 1px var(--main-color);
    font-size: 16px;
    font-weight: 700;
    letter-spacing: .1em;
    line-height: 1.5;
    transition: .3s;
    margin: 0 auto;
    cursor: pointer;
}

.modal-close-btn.js-modal-close.sp {
    display: none;
}

/* 創業者の声ページ */
.page-group-voice-main__inner {
    padding-top: 130px;
    position: relative;
    z-index: 0;
}

.page-group-voice-main__header {
    width: 800px;
}

.page-group-voice-main__catch {
    width: 570px;
    padding: 70px 70px 70px 106px;
    position: absolute;
    bottom: 80px;
    right: -50px;
    background-color: rgba(186, 149, 59, .7);
    z-index: -1;
}

.page-group-voice-main {
    padding-bottom: 70px;
    background-image: url(image/group_voice_bg.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 0;
}

.page-group-voice-main__catch-text {
    color: #FFF;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.7;
}

.page-group-voice-main__company {
    font-size: 22px;
    font-weight: 700;
    letter-spacing: .1em;
    line-height: 1.67;
    color: #fff;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.page-group-voice-main__name-box {
    display: flex;
    gap: 0 0.5em;
    font-size: 28px;
    font-weight: 700;
    letter-spacing: .1em;
    line-height: 1.67;
    color: #fff;
    align-items: baseline;
}

.page-group-voice-main__img {
    margin-bottom: 40px;
    position: relative;
}

.page-group-voice-main__img img {
    width: 100%;
    height: auto !important;
    aspect-ratio: 16/9;
    object-fit: cover;
    object-position: top;
}

.page-group-voice-main__name .small {
    font-size: 75%;
}

.page-group-voice-main__post {
    font-size: 75%;
}

.voice-faq__accordion .recruit-stage__accordion-item {
    width: 100%;
}

.voice-faq-icon {
    display: grid;
    place-content: center;
    background-color: #FFF;
    width: 50px;
    aspect-ratio: 1/1;
    min-width: 0;
    border-radius: 50%;
    font-size: 26px;
    color: var(--main-color);
    font-weight: 700;
    line-height: 1;
    flex-shrink: 0;
    box-shadow: 0 0 3px rgba(17, 43, 74, 0.4);
}

.voice-faq__accordion .recruit-stage__content-child {
    display: flex;
    align-items: flex-start;
    gap: 0 30px;
}

.voice-faq__accordion .recruit-stage__content {
    padding-inline: 35px;
    background-color: #FFF;
}

.voice-faq__accordion .recruit-stage__accordion-ttl {
    justify-content: stretch;
    gap: 0 30px;
    pointer-events: none;
}

.voice-faq__accordion .recruit-stage__accordion-arrow {
    margin-left: auto;
    display: none;
}

.voice-faq__accordion .recruit-stage__child-text {
    margin-bottom: 0;
    padding-top: 1em;
}

.page-group-voice {
    background-color: #F7F7F7;
}

.page-group-voice-main__meta {
    padding-left: 15px;
    border-left: solid 4px var(--sub-color);
    position: relative;
}

.page-group-voice-main::before {
    content: "";
    inset: 0;
    position: absolute;
    background-color: rgba(7, 23, 42, .85);
    z-index: -1;
}

/* .page-group-voice-main__img::before {
    content: "";
    width: 150px;
    aspect-ratio: 1/1;
    min-width: 0;
    background-color: rgba(255, 255, 255, .16);
    position: absolute;
    top: -45px;
    right: -45px;
    z-index: -1;
} */

/* .page-group-voice-main__img::after {
    content: "";
    inset: 0;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.16);
} */

/* .page-group-voice-main__meta::before {
    content: "";
    width: 100px;
    aspect-ratio: 1 / 1;
    min-width: 0;
    background-color: rgba(255, 255, 255, .16);
    position: absolute;
    top: -100px;
    left: -45px;
    z-index: -1;
} */

/* .page-group-voice-main__catch::before {
    content: "";
    width: 50px;
    aspect-ratio: 1/1;
    min-width: 0;
    position: absolute;
    background-color: rgba(255, 255, 255, .16);
    bottom: -35px;
    left: -35px;
    left: auto;
    right: -35px;
} */

/* .page-group-voice-main__catch::after {
    content: "";
    height: 1px;
    position: absolute;
    bottom: -12px;
    background-color: #FFF;
    width: 50%;
    left: auto;
    right: -10px;
} */

/* 企業情報ページ */
.company-history-sec .company-history__list {
    position: relative;
    padding-bottom: 20px;
}

.company-history-sec .company-history__list::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 134.5px;
    width: 1px;
    background-color: rgba(17, 43, 74, 0.2);
}

.company-history-sec .company-history__item {
    display: flex;
    align-items: baseline;
    width: 100%;
}

.company-history-sec .company-history__year {
    font-size: 45px;
    font-weight: 500;
    line-height: 1.8;
    color: rgba(45, 132, 236, 0.3);
    width: 130px;
    flex-shrink: 0;
}

.company-history-sec .company-history__row {
    display: flex;
    align-items: baseline;
    margin-top: 20px;
}

.company-history-sec .company-history__month {
    position: relative;
    padding-left: 39px;
    font-size: 15px;
    font-weight: 500;
    line-height: 2.8;
    letter-spacing: 0.06em;
    flex-shrink: 0;
    width: 140px;
}

.company-history-sec .company-history__month::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 10px;
    aspect-ratio: 1/1;
    min-width: 0;
    background-color: #225594;
    border-radius: 50%;
    transform: translateY(-50%);
}

.company-history-sec .company-history__text {
    padding-left: 83px;
    font-size: 16px;
    font-weight: 500;
    line-height: 2;
    letter-spacing: 0.1em;
    width: 100%;
}

.company-history__body {
    width: 100%;
}

.page-company .common-page-wrap {
    padding-block: 0;
}

.company-chart-sec {
    padding-block: 130px 100px;
}

.company-officer-sec {
    padding-block: 130px;
    background-color: #F7F7F7;
}

.company-profile-sec {
    padding-block: 100px;
}

.company-history-sec {
    padding-block: 130px;
    /* background-color: #F7F7F7; */
}

.company-profile__row {
    border-top: 1px solid rgba(17, 43, 74, 0.2);
    display: flex;
}

.company-profile__term {
    flex-shrink: 0;
    width: 19.5%;
    border-top: 2px solid #225594;
    padding: 1em;
    font-size: 20px;
    letter-spacing: .08em;
    font-weight: 700;
}

.company-profile__desc {
    width: 100%;
    font-size: 16px;
    letter-spacing: .1em;
    line-height: 1.9;
    padding: 1.8em 5.3em;
}

.page-company .common-sec-ttl {
    margin-bottom: 60px;
}

.company-officer__list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 50px;
}

.company-officer__body {
    position: relative;
    padding-bottom: 10px;
    border-bottom: 4px solid rgba(17, 43, 74, 0.2);
}

.company-officer__body::before {
    content: "";
    position: absolute;
    bottom: -4px;
    right: 0;
    left: 0;
    width: 50%;
    height: 4px;
    background-color: #225594;
    z-index: 1;
}

.company-officer__position {
    font-size: 13px;
    line-height: 1;
    letter-spacing: 0.1em;
}

.company-officer__name {
    margin-top: 24px;
    font-weight: 700;
    font-size: 24px;
    line-height: 1.45;
    letter-spacing: 0.2em;
    color: var(--main-color);
}

.company-chart__img-area img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* IR情報・電子公告ページ */
.public-notice__meta-date {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.44;
    color: var(--main-color);
}

.public-notice__meta {
    display: flex;
    align-items: center;
    gap: 0 18px;
    margin-bottom: 13px;
    border-bottom: dashed 1px #656565;
    padding-bottom: 13px;
}

.public-notice__meta-tab {
    min-width: 120px;
    min-block-size: 25px;
    background-color: #F5F5F5;
    display: grid;
    place-content: center;
    border-left: solid 3px;
    padding-inline: 0.5em;
    border-color: #225594;
    font-size: 12px;
    color: #1A1A1A;
    letter-spacing: .2em;
    font-weight: 600;
    line-height: 1;
}

.public-notice__list li+li {
    margin-top: 60px;
}

.public-notice__list li:nth-child(even) {
    background-color: #FFF;
}

.public-notice__pdf-link a {
    font-size: 16px;
    letter-spacing: .05em;
    display: flex;
    align-items: center;
    line-height: 1.5;
    gap: 0 15px;
    color: #656565;
    font-weight: 700;
    transition: .3s;
}

.public-notice__pdf-link a::before {
    content: "";
    display: block;
    flex-shrink: 0;
    width: 30px;
    aspect-ratio: 28/33;
    min-width: 0;
    background-image: url(/wp-content/themes/child/image/icon/icon_pdf.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

/* グループ企業ページ */
.page-group__item-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
    margin-top: 50px;
}

.page-group__item-list .succession-synergy__item {
    width: 360px;
}

.page-group__item-list .succession-synergy__item a {
    display: block;
    transition: .3s;
}

.page-group__item-list .succession-synergy__item-text {
    color: #656565;
}

/* 外部通報窓口ページ */
.page-desk .common-main-text-box {
    margin-bottom: 60px;
    position: relative;
}

.desk-list {
    padding: 60px;
    background-color: #F7F7F7;
}

.desk-list-sec .common-main-text {
    font-size: 16px;
}

.desk-list .recruit-luxscape-theme {
    margin-bottom: 10px;
}

.desk-list-item+.desk-list-item {
    margin-top: 40px;
}

.desk-list-item__text {
    letter-spacing: .1em;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.7;
}

/* 投稿 */
.single-post .site-header .site-logo-white {
    opacity: 0;
    visibility: hidden;
}

.single-post .site-header .site-logo-black {
    opacity: 1;
    visibility: visible;
}

.single-post .site-header .site-header__bg {
    opacity: 1;
}

.single-post .site-header::before {
    opacity: 0;
    background: none;
}

.single-post .site-header .site-header__menu-item a {
    color: #1A1A1A;
}

.single-post .site-header .site-header__menu-parent a::after {
    border-color: #1A1A1A;
}

.single-post .site-header .site-header__menu-child {
    background: #FFF;
}

.single_page {
    padding-top: 130px;
}

.page_archive .common-sec-ttl__en {
    font-size: 30px;
    margin-bottom: 2em;
    text-transform: capitalize;
}

/* お問い合わせ */
.contact-privacy-link {
    width: fit-content;
    margin: 0 auto 0.5em;
}

.contact-privacy-link a {
    display: block;
    color: var(--main-color);
    font-weight: 600;
    text-decoration: underline;
}

.contact-form__treat-list {
    text-align: left;
    width: 80%;
    margin: 0 auto;
}

.contact-form__treat-list li a {
    display: inline-block;
    color: var(--main-color);
    font-weight: 600;
    text-decoration: underline;
}

.page-template-page-contact-confirm .contact-privacy-link {
    display: none;
}

.contact_form_disc .common-page-sub-ttl {
    font-size: 25px;
    margin-bottom: 20px;
}

.contact_form_disc .common-page-sub-ttl.f-sub::before,
.contact_form_disc .common-page-sub-ttl.f-sub::after {
    width: 20px;
    height: 1px;
}

/* グループ企業 */
.group-list-sec {
    position: relative;
    padding-bottom: 80px;
}

.group-list-sec::before {
    content: "";
    position: absolute;
    background-image: url(image/top_information_bg.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    bottom: 0;
    left: 0;
    width: 100%;
    aspect-ratio: 72/79;
    z-index: -1;
}

/* グループ企業 end */

/* 会社概要ページ修正分 */
.page-company .company_philosophy {
    /* padding-left: 100px; */
    /* padding-bottom: 70px; */
}

.page-company .company_philosophy .philosophy_box {
    margin-bottom: 100px;
    background: #F5F5F4;
    padding: 50px;
}

.page-company .company_philosophy .philosophy_box .common_page_title::before {
    color: #e2e2e2;
}

.page-company .company_philosophy .philosophy_box .catch {
    font-weight: 500;
    font-size: 32px;
    line-height: 1.31;
    letter-spacing: 0.2em;
    margin-top: 1em;
    margin-bottom: 1em;
}

.page-company .company_philosophy .philosophy_box .text {
    line-height: 2.4;
    margin-bottom: 2em;
}

.page-company .company_philosophy .philosophy_box .name {
    font-family: "Zen Kurenaido", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 20px;
    text-align: right;
    margin-right: 100px;
}

.page-company .company_philosophy .container {
    margin-top: 130px;
}

.page-company .company_philosophy .container .list {
    display: flex;
}

.page-company .company_philosophy .container .list+.list {
    margin-top: 100px;
}

.page-company .company_philosophy .container .list .list_title {
    position: relative;
    flex: 0 0 287px;
    font-weight: 500;
    font-size: 24px;
    line-height: 1.33;
    letter-spacing: 0;
    text-align: left;
    color: var(--main-color);
}

.page-company .company_philosophy .container .list .list_title::before {
    content: "";
    position: absolute;
    background-color: var(--main-color);
    width: 170px;
    height: 1px;
    top: 18px;
    right: 0;
}

.page-company .company_philosophy .container .list .body {
    padding-left: 33px;
}

.page-company .company_philosophy .container .list .body_title {
    font-weight: 500;
    font-size: 32px;
    line-height: 1.31;
    letter-spacing: 0.2em;
}

.page-company .company_philosophy .container .list .text {
    font-size: 16px;
    letter-spacing: .1em;
}

.page-company .company_philosophy .container .value_list {
    display: flex;
    align-items: center;
}

.page-company .company_philosophy .container .value_list+.value_list {
    margin-top: 30px;
}

.page-company .company_philosophy .container .value_title {
    width: 25%;
    display: flex;
    align-items: center;
}

.page-company .company_philosophy .container .value_title .number {
    font-family: "Playfair Display", serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.35;
    letter-spacing: 0;
    color: #BEBEBE;
}

.page-company .company_philosophy .container .value_title .jp {
    font-weight: 500;
    font-size: 20px;
    line-height: 1.55;
    letter-spacing: 0.1em;
    padding-left: 21px;
}

.page-company .company_philosophy .container .value_text {
    position: relative;
    font-size: 14px;
    line-height: 1.57;
    letter-spacing: 0.08em;
    padding-left: 52px;
}

.page-company .company_philosophy .container .value_text::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 1px;
    height: 30px;
    background-color: #D5D5D5;
}

.page-company .company-officer__item[data-modal-target] {
    cursor: pointer;
}

/* モーダル全体 */
.officer-modal {
    position: fixed;
    inset: 0;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: .3s;
}

.officer-modal.is-open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

/* 背景パネル */
.officer-modal__panel {
    position: relative;
    width: 100%;
    height: 100%;
    background-color: rgba(30, 30, 30, 0.9);
}

/* コンテンツ外枠 */
.officer-modal__contents {
    position: absolute;
    inset: 0;
    margin: auto;
    width: 90%;
    max-width: 800px;
    height: fit-content;
    max-height: 90%;
    background-color: #fff;
    padding: 40px;
    overflow-y: auto;
}

/* 個別コンテンツ */
.officer-modal__content {
    display: none;
}

.officer-modal__content.is-active {
    display: block;
}

.officer-modal__panel h2 {
    font-size: 24px;
    color: var(--main-color);
    font-weight: 700;
    letter-spacing: 0.04em;
    line-height: 1;
    text-align: center;
}

.officer-modal__panel .position {
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.04em;
    margin-bottom: 0.6em;
    text-align: center;
}

.officer-modal__panel .text {
    font-size: 16px;
    letter-spacing: 0.04em;
    line-height: 1.6;
}

/* 閉じるボタン */
.officer-modal__close {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 10;
    cursor: pointer;
    display: grid;
    place-content: center;
    width: 52px;
    height: 52px;
    font-size: 20px;
    border-radius: 100vmax;
    background-color: #333;
    color: #fff;
}

/* サイドバー追加 */
.page-company {
    display: flex;
}

.page-company .side_wrapper {
    position: relative;
    flex: 0 0 21%;
    background: transparent linear-gradient(180deg, #454140 0%, #0E0D0D 100%) 0% 0% no-repeat padding-box;
}

.page-company .side_wrapper::before {
    content: "";
    position: absolute;
    background: url(./image/side-menu-bg.jpg) no-repeat center center / cover;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    mix-blend-mode: screen;
    opacity: 0.06;
}

.page-company .side_wrapper .menu {
    position: sticky;
    top: 0;
    padding-top: 145px;
    padding-left: 50px;
    z-index: 2;
}

.page-company .side_wrapper .menu li+li {
    margin-top: 30px;
}

.page-company .side_wrapper .menu li a {
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0.2em;
    color: #fff;
    opacity: 0.4;
    transition: all 0.3s ease;
}

.page-company .side_wrapper .menu li a.is-active {
    opacity: 1;
}

.page-company .main_wrapper {
    background-color: #fff;
    flex-grow: 1;
}

.page-company .main_wrapper .wrap,
.page-company .main_wrapper .wrap.mid {
    width: 90%;
}

/* サイドバー追加 end */


/* 会社概要ページ修正分 end */
@media (max-width: 750px) {
    .wrap {
        max-width: 90%;
    }

    a[href $='.pdf']::before {
        width: 7vw;
        height: 8vw;
        margin-right: 2.5vw;
    }

    a[href $='.pdf']:hover {
        text-decoration: underline;
    }

    body {
        font-size: 3.58vw;
        min-width: 100%;
    }

    /* SPヘッダー */
    #sp_header {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        z-index: 999;
        height: 89px;
        padding: 25px 15px 26px;
    }

    #sp_header .logo {
        position: absolute;
        left: 10px;
        top: 10px;
        line-height: 0;
    }

    #sp_header .logo img {
        height: 40px;
    }

    #sp_header .icon {
        color: #000;
        position: absolute;
    }

    #sp_header .mail {
        right: 70px;
        top: 13px;
        font-size: 25px;
    }

    #sp_header .tel {
        right: 110px;
        top: 15px;
        font-size: 20px;
    }

    /* SP固定ページ 共通設定 */
    .common_page_main {
        padding-block: 20vw;
    }

    .common_page_main .title_box .title {
        font-size: 5.6vw;
    }

    .common_page_wrap {
        padding: 20vw 0;
    }

    .reserve_text {
        font-size: 6vw;
    }

    /* パンくず */
    .breadcrumb {
        font-size: 3vw;
        margin-top: 1vw;
    }

    /* SP固定ページ お問い合わせ */
    .contact_form_disc {
        margin-block: 0 2em;
    }

    .contact_form_disc .text {
        font-size: 3.6vw;
        margin-block: 0 0.8em;
    }

    .contact_form_disc .caution {
        font-size: 3.1vw;
        letter-spacing: .06em;
    }

    .common_contact_form .form_box {
        margin-block: 0 10vw;
    }

    .common_contact_form .form_box dl {
        grid-template-columns: 1fr;
        gap: 0.6em;
    }

    .common_contact_form .form_box dl+dl {
        margin-block: 1.3em 0;
    }

    .common_contact_form .form_box dl dt {
        flex-direction: row-reverse;
        justify-content: space-between;
        font-size: 4.1vw;
        padding-inline: 0;
    }

    .common_contact_form .form_box dl dt .label {
        font-size: 3.1vw;
    }

    .common_contact_form .form_box dl dt::after {
        content: none;
    }

    .common_contact_form input[type="text"],
    .common_contact_form input[type="email"],
    .common_contact_form #zip {
        font-size: 3.6vw;
    }

    .common_contact_form select {
        width: 100%;
        font-size: 3.6vw;
    }

    .common_contact_form textarea {
        height: 33vw;
        font-size: 3.6vw;
    }

    .radio_btns,
    .checkboxes {
        gap: 0.5em 2.5em;
    }

    .page_contact #btn_wrap button {
        width: 83%;
        line-height: 15.5vw;
        font-size: 4.6vw;
    }

    .page_contact #btn_wrap button[name="submitBack"] {
        margin-top: 4vw;
    }

    .mwform-checkbox-field.horizontal-item {
        display: block;
    }

    .page_contact #btn_wrap {
        width: 100%;
        text-align: center;
    }

    .privacy_check_list .mwform-checkbox-field-text {
        font-size: 3.8vw;
        padding-left: 11vw;
    }

    .mw_wp_form .privacy_check_list .horizontal-item {
        margin-right: 4vw;
    }

    .privacy_check_list .hissu {
        padding: 0.3vw 4vw;
    }

    .privacy_check_list {
        margin-bottom: 6vw;
    }

    .privacy_term_detail {
        font-size: 3.4vw;
        margin: 5vw 0;
    }

    .privacy_term_outer {
        width: 96%;
        padding: 5vw 0;
    }

    .privacy_term_outer .privacy_term_inner .main_text {
        font-size: 3.4vw;
        line-height: 1.6;
        margin-bottom: 5vw;
    }

    .privacy_term_outer .privacy_term_inner dl dt {
        font-size: 3.5vw;
        margin-bottom: 1.5vw;
    }

    .privacy_term_outer .privacy_term_inner dl dd {
        font-size: 3.5vw;
        line-height: 1.6;
    }

    .privacy_term_outer .privacy_term_inner dl+dl {
        margin-top: 7vw;
    }

    .privacy_term_detail::after {
        width: 2.5vw;
        margin: 1.5vw auto 0;
    }

    /* サンクスページ */
    .page_contact .thanks_textArea .name {
        font-size: 4vw;
        margin-bottom: 3vw;
    }

    .page_contact .thanks_textArea .contact_text {
        font-size: 3.5vw;
        margin-bottom: 2em;
        width: 100%;
    }

    .page_contact .thanks_textArea .ichiran_link {
        width: 80%;
        line-height: 12vw;
        font-size: 4vw;
    }

    /* ステップバー デザイン */
    .page_contact .progressbar {
        gap: 4.5em;
        margin-block: 0 2.5em;
    }

    .page_contact .progressbar .item {
        font-size: 3.1vw;
    }

    .page_contact .progressbar .item+.item::before {
        width: 5.7vw;
        top: 63%;
        left: -3.3em;
    }

    .page_contact .progressbar .item .mark {
        width: 7.7vw;
        margin: 0 auto 0.4em;
    }

    /* SP固定ページ 404ページ */
    #page_404 .num {
        font-size: 20vw;
        line-height: 1.5;
    }

    #page_404 .text {
        font-size: 3.5vw;
    }

    /* SP投稿ページ アーカイブページ */
    .archive_page_list>article {
        padding-right: 20px;
    }

    .archive_page_list>article .date {
        width: 80px;
    }

    .archive_page_list>article .content_area {
        width: calc(100% - 80px);
    }

    .archive_page_list>article:after {
        width: 7px;
        height: 7px;
    }

    /* SP固定ページ サイトマップ */
    ul#sitemap_list li {
        margin: 0;
    }

    body #sitemap_list li a {
        font-size: 4vw;
        padding: 1vw 2vw;
        line-height: 9vw;
        margin-bottom: 1vw;
    }

    body #sitemap_list li.home-item {
        margin-bottom: 4vw;
    }

    body #sitemap_list {
        padding: 0;
    }

    /* ヘッダー */
    .sp-site-header .site-header__logo {
        width: 219px;
    }

    .sp-site-header::before {
        content: "";
        inset: 0;
        position: absolute;
        background: linear-gradient(to bottom, #000, transparent);
        opacity: .41;
        transition: .5s;
    }

    .sp-site-header.is-scrolled::before {
        background: #FFF;
        opacity: 1;
    }

    .sp-site-header.is-scrolled .site-logo-black {
        opacity: 1;
        visibility: visible;
    }

    .sp-site-header.is-scrolled .site-logo-white {
        opacity: 0;
        visibility: hidden;
    }

    .sp-site-header.is-scrolled .hamburger {
        border-color: #1A1A1A;
    }

    .sp-site-header.is-scrolled .hamburger span {
        background: #1A1A1A;
    }

    .sp-site-header .site-logo-black,
    .sp-site-header .site-logo-white {
        transition: .5s;
    }

    /* TOP メインビジュアル */
    .top-mv__sub {
        font-size: 4.35vw;
        line-height: 1.47;
    }

    .top-mv__ttl {
        font-size: 12.3vw;
        margin-bottom: 6.48vw;
        line-height: 1.25;
    }

    .mv-bg-font {
        width: 100%;
    }

    .top-mv-sec {
        padding-block: 64.6vw 70vw;
    }

    .top-mv__slider::before {
        background-image: url(image/mv_bg_sp.webp);
    }

    /* TOP 事業承継 */
    .top-succession-sec {
        padding-top: 25.6vw;
        margin-bottom: 26.15vw;
    }

    .top-succession__flex-box {
        display: block;
    }

    .top-succession__img-box {
        width: 81.7vw;
        margin: 0 auto 11.5vw;
    }

    .top-succession__img-box img {
        aspect-ratio: 319/234;
    }

    .common-sec-ttl__en {
        font-size: 5.12vw;
        gap: 0 2.56vw;
        padding-bottom: 5.12vw;
        margin-bottom: 3.07vw;
        justify-content: center;
    }

    .common-sec-ttl__en::before {
        width: 3vw;
    }

    .common-sec-ttl__text {
        font-size: 10.76vw;
        letter-spacing: .1em;
    }

    .common-sec-ttl__en::after {
        width: 27.6vw;
        left: 50%;
        translate: -50% 0;
    }

    .common-sec-ttl {
        margin-bottom: 11vw;
        text-align: center;
    }

    .common-main-text-box {
        margin-bottom: 10.25vw;
    }

    .common-more-btn a {
        width: 70vw;
        min-block-size: 16.66vw;
        font-size: 4.1vw;
        margin: 0 auto;
    }

    .common-main-text {
        letter-spacing: .05em;
        line-height: 1.94;
    }

    /* TOP 企業情報 */
    .top-information__inner .common-sec-ttl {
        margin-bottom: 5.89vw;
    }

    .top-information-sec {
        padding-bottom: 17.05vw;
    }

    .top-information__flex-box {
        display: block;
    }

    .top-information-sec::before {
        background-image: url(image/top_information_bg_sp.webp);
        aspect-ratio: 585/2198;
    }

    /* TOP グループ企業 */
    .top-group-sec {
        padding-top: 16vw;
        width: 90%;
        margin: 0 auto;
    }

    .common-sec-ttl.-center .common-sec-ttl__en {
        padding-bottom: 5.12vw;
        margin-bottom: 3.07vw;
        font-weight: 300;
    }

    .top-group-sec .common-sec-ttl__en::after {
        width: 38.7vw;
    }

    .top-group-sec .common-main-text-box {
        margin-bottom: 10.25vw;
        text-align: left;
    }

    .top-group-sec .common-sec-ttl {
        margin-bottom: 7.66vw;
    }

    /* TOP 採用情報 */
    .top-recruit-sec {
        padding-top: 51.94vw;
    }

    .top-recruit__right-img {
        width: 149.7vw;
        margin-left: -20vw;
    }

    .top-recruit__right-img img {
        aspect-ratio: 1168/1309;
    }

    .top-recruit__main {
        width: 75.58vw;
        padding-top: 3.2vw;
        padding-left: 5.12vw;
        flex-shrink: 0;
        position: relative;
    }

    .common-sec-other-ttl__en {
        width: 87.43vw;
        top: -40vw;
        left: 0;
    }

    .common-sec-other-ttl__text {
        font-size: 7.17vw;
        padding-bottom: 4vw;
        padding-left: 5.64vw;
    }

    .common-sec-other-ttl {
        margin-bottom: 7.43vw;
    }

    .common-sec-other-ttl__text::before {
        width: 27.69vw;
    }

    .common-sub-ttl__text {
        font-size: 4.87vw;
        line-height: 1.47;
    }

    .common-sub-ttl__bg-border {
        min-block-size: 10.25vw;
        padding: 0 2.56vw;
    }

    .common-sub-ttl__bg-border+.common-sub-ttl__bg-border {
        margin-top: 1.28vw;
    }

    .common-sub-ttl {
        margin-bottom: 7.82vw;
    }

    .top-recruit__main-text {
        font-size: 3.58vw;
        letter-spacing: .05em;
        line-height: 2;
    }

    .top-recruit__main-text+.top-recruit__main-text {
        margin-top: 6.69vw;
    }

    .top-recruit__main-text.-border::after {
        width: 15.38vw;
    }

    .common-contact-btn a {
        width: 70vw;
        min-block-size: 16.66vw;
        padding-inline: 10vw 7.43vw;
        gap: 0 3vw;
    }

    .common-contact-btn__text {
        font-size: 4.77vw;
    }

    .common-contact-btn__icon {
        translate: 0 -1vw;
        width: 12vw;
    }

    .top-recruit__main-text-box {
        margin-bottom: 7.8vw;
        width: 57.4vw;
    }

    .common-sec-other-ttl__text::after {
        content: "";
        width: 3vw;
        aspect-ratio: 1/1;
        min-width: 0;
        background-color: var(--sub-color);
        position: absolute;
        top: .5em;
        left: 0;
        border-radius: 50%;
    }

    .common-contact-btn__icon svg {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

    .top-recruit__main .common-contact-btn a {
        margin-left: 0;
    }

    /* TOP お知らせ */
    .top-news-sec {
        padding-block: 23.74vw 20.5vw;
    }

    .top-news-sec .common-sec-ttl.-center {
        margin-bottom: 7.92vw;
    }

    .top-news-cont {
        padding-inline: 0;
        margin-bottom: 10.4vw;
    }

    .top-news__item a {
        padding-bottom: 3.84vw;
        padding-right: 6.66vw;
        position: relative;
    }

    .top-news__item+.top-news__item {
        margin-top: 14.35vw;
    }

    .top-news__item-head {
        gap: 0 6.66vw;
        margin-bottom: 3.84vw;
    }

    .top-news__date {
        font-size: 4.61vw;
    }

    .top-news__cat {
        min-width: 30.76vw;
        min-block-size: 4.87vw;
    }

    .top-news__cat-text {
        font-size: 2.82vw;
    }

    .top-news__item-main {
        font-size: 3.58vw;
        line-height: 1.5;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        position: relative;
    }

    .top-news__item-main::after {
        content: none;
    }

    .top-news__item a::after {
        content: "";
        aspect-ratio: 1 / 1;
        min-width: 0;
        border: solid var(--main-color);
        border-width: 2px 2px 0 0;
        rotate: 45deg;
        position: absolute;
        width: 2vw;
        right: 0;
        top: 62%;
        translate: 0 -50%;
    }

    /* フッター お問い合わせ */
    .ft-cta-sec {
        grid-template-columns: 1fr;
    }

    .ft-cta-item.-contact a {
        background-image: url(image/top_cta_img1_sp.webp);
    }

    .ft-cta-item.-recruit a {
        background-image: url(image/top_cta_img2_sp.webp);
    }

    .ft-cta-item a {
        padding: 0;
        display: grid;
        place-content: center;
    }

    .ft-cta-item {
        height: 58.97vw;
    }

    .ft-cta-item__ttl {
        margin-bottom: 2.56vw;
    }

    .ft-cta-item__main {
        margin-bottom: 3.84vw;
        font-weight: 700;
        letter-spacing: .1em;
        margin-left: 0;
        padding-left: 0;
        border-left: none;
        text-align: center;
    }

    .ft-cta-item__circle {
        width: 6.66vw;
        border-color: var(--main-color);
        margin: 0;
        flex-shrink: 0;
    }

    .ft-cta-item__circle::before {
        width: 1.5vw;
        border-color: var(--main-color);
        translate: -0.35vw 0;
    }

    .ft-cta-item__ttl-en {
        display: none;
    }

    .ft-cta-item__ttl-text {
        font-size: 7.43vw;
        letter-spacing: .1em;
        padding-left: 0;
        text-align: center;
    }

    .ft-cta-item.-contact a::before {
        backdrop-filter: none;
        -webkit-backdrop-filter: none;
    }

    .ft-cta-item.-recruit a::before {
        background-color: rgba(186, 149, 59, .87);
        backdrop-filter: none;
        -webkit-backdrop-filter: none;
    }

    .ft-cta-item__circle.pc {
        display: none;
    }

    .ft-cta-btn-sp.sp {
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: rgba(255, 255, 255, .89);
        width: 70vw;
        margin: 0 auto;
        min-block-size: 16.66vw;
        gap: 0 3.84vw;
        backdrop-filter: blur(0) brightness(134%);
        -webkit-backdrop-filter: blur(0) brightness(134%);
    }

    .ft-cta-btn-sp__text {
        font-size: 4.1vw;
        font-weight: 700;
        letter-spacing: .1em;
        line-height: 1.5;
        color: var(--main-color);
    }

    .ft-cta-item.-recruit .ft-cta-btn-sp__text {
        color: #1A1A1A;
    }

    .ft-cta-item.-recruit .ft-cta-btn-sp__text {
        color: #1A1A1A;
    }

    .ft-cta-item.-recruit .ft-cta-item__circle {
        border-color: #1A1A1A;
    }

    .ft-cta-item.-recruit .ft-cta-item__circle::before {
        border-color: #1A1A1A;
    }

    /* フッター */
    .site-footer__top {
        display: block;
        margin-bottom: 19vw;
        text-align: center;
    }

    .site-footer {
        padding: 22.05vw 5.12vw 6.56vw;
    }

    .site-footer__bottom {
        flex-direction: column;
        padding-top: 5.28vw;
        gap: 5vw;
    }

    .site-footer__company {
        font-size: 5.12vw;
        margin-bottom: 5.12vw;
    }

    .site-footer__add {
        margin-bottom: 0;
    }

    .site-footer__tel {
        line-height: 2;
    }

    .site-footer__logo {
        width: 70vw;
        margin: 0 auto 14.1vw;
    }

    .site-footer__bottom-link a {
        font-size: 3vw;
    }

    .copyright small {
        font-size: 3vw;
    }

    .site-footer__menu {
        display: none;
    }

    /* 追従バナー */
    .fixed-btn-box {
        bottom: 6.28vw;
        right: auto;
        left: 50%;
        translate: -50% 0;
        padding: 1vw;
        width: 85.38vw;
    }

    .fixed-btn-box a {
        padding: 3.84vw 0 3.58vw;
    }

    .fixed-btn-box__en {
        font-size: 4.87vw;
        margin-bottom: 1.69vw;
    }

    .fixed-btn-box__ttl {
        font-size: 6.92vw;
        padding-block: 0.33vw 0.53vw;
        margin-bottom: 1.74vw;
    }

    .fixed-btn-box__text {
        font-size: 3.84vw;
        line-height: 1.46;
    }


    .fixed-btn__close {
        width: 10.25vw;
        top: -4.35vw;
        right: -4.35vw;
    }

    .fixed-btn__close::before,
    .fixed-btn__close::after {
        width: 4.64vw;
    }

    .footer__bottom-link-box {
        gap: 0 5vw;
    }

    /* ホバー */
    .common-more-btn a:hover {
        background-color: var(--main-color);
        color: #FFF;
    }

    .common-contact-btn a:hover {
        background-color: var(--sub-color);
    }

    .common-contact-btn a:hover .common-contact-btn__text {
        color: #FFF;
    }

    .common-contact-btn a:hover .common-contact-btn__icon svg path {
        stroke: #FFF;
    }

    .top-news__item a:hover {
        opacity: 1;
    }

    .ft-cta-item.-contact a:hover::after {
        background-color: rgba(17, 43, 74, .74);
    }

    .ft-cta-item.-recruit a:hover::before {
        backdrop-filter: none;
        -webkit-backdrop-filter: none;
    }

    .site-footer__menu-child li a:hover {
        opacity: 1;
    }

    .recruit-stage__accordion .common-more-btn a:hover {
        background-color: var(--sub-color);
        color: #FFF;
    }

    .group-voice-item a:hover .group-voice-item__img img {
        scale: 1;
    }

    .group-voice-item a:hover .group-voice-item__body {
        opacity: 1;
    }

    .public-notice__pdf-link a:hover {
        opacity: 1;
    }

    .page-group__item-list {
        margin-top: 7vw;
    }

    .page-group__item-list .succession-synergy__item a:hover {
        opacity: 1;
    }

    /* 採用情報ページ */
    .common-page-main {
        padding-block: calc(89px + 5vw) 15vw;
    }

    .common-page-main__title-box {
        padding-left: 0;
    }

    .common-page-main__title {
        font-size: 7vw;
    }

    .recruit-mvv-sec {
        padding-block: 1.5vw 12vw;
    }

    .recruit-mvv-item__list {
        flex-direction: column;
        gap: 5vw;
        padding-inline: 0;
    }

    .recruit-mvv-item__ttl-jp.f-sub {
        font-size: 3vw;
    }

    .recruit-mvv-item__ttl {
        padding-bottom: 2vw;
        margin: 0 auto 0.5vw;
    }

    .recruit-mvv-item__ttl-en {
        font-size: 5.1vw;
    }

    .recruit-mvv-catch__text {
        font-size: 4.1vw;
    }

    .recruit-mvv-catch {
        gap: 0 1.5vw;
        justify-content: space-between;
    }

    .recruit-mvv-catch::before,
    .recruit-mvv-catch::after {
        width: 3vw;
    }

    .recruit-stage-sec {
        padding-block: 12vw;
    }

    .recruit-stage__inner {
        display: block;
        margin-bottom: 10vw;
    }

    .recruit-stage__img-area {
        width: 100%;
        margin-right: 0;
        margin-bottom: 4vw;
    }

    .recruit-stage__text-area {
        width: 100%;
    }

    .recruit-stage__ttl {
        font-size: 5.8vw;
        padding-left: 5vw;
        margin-bottom: 4vw;
        border-width: 0 0 0 3px;
    }

    .recruit-stage__main {
        font-size: 3.5vw;
        line-height: 1.6;
    }

    .recruit-stage__accordion-item button {
        padding: 3.5vw 0.5vw 3.5vw 2.5vw;
        gap: 0 2vw;
    }

    .recruit-stage__accordion-ttl-text {
        font-size: 4.1vw;
        line-height: 1.6;
    }

    .recruit-stage__accordion-item {
        width: 100%;
    }

    .recruit-stage__content {
        padding: 5vw 3vw;
    }

    .recruit-stage__accordion-item+.recruit-stage__accordion-item {
        margin-top: 3vw;
    }

    .recruit-stage__child-text {
        font-size: 3.5vw;
        margin-bottom: 5vw;
        line-height: 1.6;
    }

    .recruit-stage__accordion-arrow {
        width: 10vw;
        height: 12vw;
    }

    .recruit-stage__accordion-arrow::before {
        width: 2vw;
    }

    .recruit-luxscape-sec {
        padding-block: 12vw;
    }

    .recruit-luxscape-theme__text {
        font-size: 4.1vw;
    }

    .recruit-luxscape-theme {
        min-block-size: 11vw;
        margin-bottom: 3vw;
        clip-path: polygon(2vw 0, 100% 0, 100% calc(100% - 2vw), calc(100% - 2vw) 100%, 0 100%, 0 2vw);
    }

    .recruit-luxscape__item-flex {
        grid-template-columns: 1fr;
        gap: 5vw;
        margin-bottom: 5vw;
    }

    .recruit-luxscape__item {
        padding: 5vw;
    }

    .luxscape-item-ttl {
        padding-bottom: 2vw;
        margin-bottom: 4vw;
    }

    .luxscape-item-ttl__text {
        font-size: 3.8vw;
        padding-left: 2vw;
        border-width: 0 0 0 3px;
    }

    .luxscape-item-list li {
        font-size: 3.6vw;
    }

    .luxscape-item-catch {
        margin-top: 4vw;
    }

    .luxscape-item-catch__text {
        font-size: 3.8vw;
    }

    .luxscape-item-catch__bg {
        padding-inline: 3vw;
        min-block-size: 8vw;
    }

    .luxscape-item-catch__bg+.luxscape-item-catch__bg {
        margin-top: 1vw;
    }

    .recruit-luxscape__item::before {
        width: 5vw;
    }

    .recruit-luxscape__item.-prospect {
        gap: 4vw;
        margin-bottom: 5vw;
        flex-direction: column;
    }

    .recruit-luxscape__item.-prospect .luxscape-item-img {
        width: 100%;
    }

    .recruit-luxscape__item.-prospect .luxscape-item-list li {
        gap: 0 1.5vw;
    }

    .luxscape-item-list li .num {
        width: 5vw;
        font-size: 3vw;
    }

    .recruit-luxscape__item.-strength {
        margin-bottom: 8vw;
    }

    .recruit-luxscape__item.-strength .recruit-luxscape__item-inner {
        gap: 0;
        flex-direction: column;
    }

    .recruit-luxscape__item.-strength .luxscape-item-img {
        width: 100%;
        min-height: auto;
        padding: 10vw 3vw 3vw;
    }

    .luxscape-item-img.-before img {
        width: 100%;
    }

    .luxscape-item-img__tag {
        font-size: 3vw;
        width: 17.5vw;
        min-block-size: 8.5vw;
    }

    .recruit-luxscape__item.-strength .luxscape-item-ttl {
        margin-bottom: 4vw;
    }

    .luxscape-item-img.-after img {
        width: 100%;
    }

    .luxscape-item-arrow {
        width: 9vw;
        rotate: 90deg;
    }

    .recruit-luxscape__item.-number {
        padding: 5vw;
    }

    .recruit-luxscape__item.-number .recruit-luxscape__item-inner {
        grid-template-columns: 1fr;
        gap: 5vw;
    }

    .recruit-number-item__icon {
        width: 22vw;
        margin: 0 auto 2vw;
    }

    .recruit-number-item__ttl-text {
        font-size: 3.8vw;
    }

    .recruit-number-item__ttl {
        padding-bottom: 2vw;
    }

    .recruit-number-item__large-text {
        font-size: 3.8vw;
    }

    .recruit-number-item__large-text .small {
        font-size: 3vw;
    }

    .recruit-number-item__large-text .num {
        font-size: 15vw;
    }

    .recruit-number-item__treat {
        font-size: 3vw;
    }

    .recruit-interview-sec {
        padding-block: 12vw;
    }

    .recruit-interview-sec .common-sec-ttl {
        margin-bottom: 6vw;
    }

    .recruit-interview-item {
        display: block;
    }

    .recruit-interview-item+.recruit-interview-item {
        margin-top: 10vw;
    }

    .recruit-interview-item:nth-child(even) {
        flex-direction: column;
    }

    .recruit-interview-item-img {
        width: 100%;
        margin-bottom: 4vw;
    }

    .recruit-interview-item__top {
        margin-bottom: 4vw;
    }

    .recruit-interview-item__tab {
        font-size: 3.5vw;
        min-block-size: 7vw;
        padding-inline: 2vw 2vw;
        margin-bottom: 2.5vw;
    }

    .recruit-interview-item-ttl {
        gap: 0.8vw;
        padding-bottom: 2vw;
        flex-direction: column;
    }

    .recruit-interview-item-ttl__name {
        font-size: 5.1vw;
    }

    .recruit-interview-item-ttl__company {
        font-size: 3.5vw;
    }

    .recruit-interview-item__main {
        font-size: 3.5vw;
        line-height: 1.6;
    }

    .recruit-interview-item__main .-treat {
        font-size: 3.1vw;
        margin-top: 4vw;
        line-height: 1.5;
    }

    .recruit-number-item__ttl::before {
        width: 50vw;
    }

    .recruit-mvv-sec .breadcrumb {
        margin-bottom: 8vw;
        margin-left: 4.111vw;
    }

    .recruit-mvv-item {
        width: 85%;
        margin: 0 auto;
    }

    .common-page-wrap {
        padding-block: 12vw;
    }

    .page-recruit .common-page-wrap {
        padding-block: 0;
    }

    .recruit-stage__img-area img {
        aspect-ratio: 3/2;
    }

    .recruit-luxscape-sec .common-sec-ttl {
        margin-bottom: 6vw;
    }

    .recruit-luxscape-sec .common-sec-ttl__text.f-sub {
        font-size: 7.1vw;
        line-height: 1.2;
    }

    .luxscape-item-list li+li {
        margin-top: 1.5vw;
    }

    .recruit-number-item+.recruit-number-item {
        border-top: dashed 1px #707070;
        border-left: none;
        padding-top: 5vw;
    }

    .recruit-interview-sec .common-sec-ttl__text {
        font-size: 9vw;
    }

    .recruit-interview-item-img img {
        aspect-ratio: 1/1;
    }

    /* 事業承継ページ */
    .common-page-sec-ttl {
        font-size: 5.8vw;
        padding-left: 5vw;
        margin-bottom: 4vw;
        border-width: 0 0 0 3px;
    }

    .succession-structure__flex-box {
        flex-direction: column;
        gap: 3vw;
        margin-bottom: 10vw;
    }

    .succession-structure__img-area {
        width: 100%;
    }

    .succession-focus__flex-box {
        display: block;
    }

    .succession-focus__img-area {
        width: 100%;
        margin-bottom: 5vw;
    }

    .succession-structure__img-area img {
        aspect-ratio: 2/1;
    }

    .succession-structure__text {
        font-size: 3.5vw;
        line-height: 1.6;
    }

    .succession-focus__ttl {
        font-size: 4.8vw;
        padding-left: 2vw;
        border-width: 0 0 0 3px;
        margin-bottom: 6vw;
    }

    .succession-focus__text {
        font-size: 3.5vw;
        line-height: 1.6;
    }

    .succession-focus__text+.succession-focus__text {
        margin-top: 4vw;
    }

    .succession-focus__text.-list {
        font-size: 3.8vw;
        line-height: 1.9;
    }

    .succession-structure-sec {
        padding-bottom: 12vw;
    }

    .succession-plat-sec {
        padding-block: 12vw;
    }

    .succession-plat-sec .common-sec-ttl__text {
        font-size: 8vw;
    }

    .succession-plat-sec .common-sec-ttl {
        margin-bottom: 6vw;
    }

    .succession-plat__text {
        font-size: 3.5vw;
        line-height: 1.6;
        text-align: left;
        margin-bottom: 7.1vw;
    }

    .succession-plat__img-area {
        margin-bottom: 7.1vw;
    }

    .succession-plat__accordion-ttl-outer {
        align-items: center;
        display: flex;
        width: 100%;
    }

    .succession-plat__accordion-icon {
        width: 14.8vw;
        flex-shrink: 0;
        margin-right: 4.1vw;
        border-radius: 50%;
        box-shadow: 0 0 3px rgba(17, 43, 74, 0.6);
    }

    .succession-plat__accordion-icon img {
        width: 100%;
        aspect-ratio: 1/1;
        min-width: 0;
        object-fit: contain;
    }

    .succession-plat__accordion-ttl-text {
        font-size: 4.6vw;
        font-weight: 600;
        letter-spacing: .09em;
        line-height: 1.44;
        color: var(--main-color);
    }

    .succession-plat__accordion-arrow {
        width: 10px;
        aspect-ratio: 1/1;
        min-width: 0;
        flex-shrink: 0;
        border: solid var(--main-color);
        border-width: 2px 2px 0 0;
        rotate: 135deg;
        margin-left: auto;
        transition: .5s;
    }

    .succession-plat__accordion-item button {
        width: 100%;
        border-bottom: dashed 1px #C4C4C4;
        padding-bottom: 3.58vw;
    }

    .succession-plat__accordion-item+.succession-plat__accordion-item {
        margin-top: 7.1vw;
    }

    .succession-plat__content {
        display: none;
        padding-top: 3.58vw;
    }

    .succession-plat__accordion-item button.is-open .succession-plat__accordion-arrow {
        rotate: -45deg;
    }

    .succession-plat__child-text {
        font-size: 3.33vw;
        font-weight: 500;
        letter-spacing: .09em;
        line-height: 1.47;
    }

    .succession-synergy-sec {
        padding-block: 12vw;
    }

    .succession-synergy-sec .common-sec-ttl {
        margin-bottom: 6vw;
    }

    .succession-synergy-sec .common-sec-ttl__text {
        font-size: 8vw;
    }

    .succession-synergy__text {
        font-size: 3.5vw;
        line-height: 1.6;
        text-align: left;
        margin-bottom: 7.1vw;
    }

    .succession-synergy__item-list {
        grid-template-columns: 1fr;
        gap: 5vw;
        margin-bottom: 10vw;
    }

    .succession-synergy__item {
        padding: 5vw;
    }

    .succession-synergy__item-theme {
        font-size: 4.6vw;
        padding-bottom: 2vw;
        margin-bottom: 4vw;
    }

    .succession-synergy__item-img {
        width: 25vw;
        margin: 0 auto 3vw;
    }

    .succession-synergy__item-img img {
        width: 50%;
    }

    .succession-synergy__item-text {
        font-size: 3.3vw;
        line-height: 1.8;
    }

    .common-page-sub-ttl.f-sub {
        font-size: 5.3vw;
        margin-bottom: 6vw;
    }

    .common-page-sub-ttl.f-sub::before,
    .common-page-sub-ttl.f-sub::after {
        width: 3vw;
    }

    .succession-synergy__example-list {
        gap: 4vw;
        overflow-x: scroll;
        display: flex;
        padding-bottom: 3vw;
    }

    .succession-synergy__example-top {
        gap: 0 1vw;
        margin-bottom: 4vw;
    }

    .synergy-example-tab {
        width: 30vw;
        padding: 2vw;
    }

    .synergy-example-tab__company {
        font-size: 3.5vw;
    }

    .synergy-example-tab__text {
        font-size: 3.5vw;
    }

    .synergy-example-cross {
        width: 4vw;
    }

    .succession-synergy__example-text {
        font-size: 3.5vw;
        line-height: 1.6;
    }

    .succession-synergy__example-text::before,
    .succession-synergy__example-text::after {
        width: 3.5vw;
    }

    .succession-recode-list {
        gap: 2vw;
    }

    .succession-recode__logo {
        width: 20vw;
    }

    .succession-recode-sec {
        margin-bottom: 12vw;
    }

    .group-voice-list {
        overflow-x: scroll;
        gap: 5vw;
        display: flex;
        padding-bottom: 2vw;
    }

    .group-voice-item {
        width: 80vw;
        flex-shrink: 0;
    }

    .group-voice-item a {
        font-size: 4.1vw;
        padding-bottom: 5vw;
    }

    .group-voice-item__img {
        margin-bottom: 2.5vw;
    }

    .group-voice-item__sub_ttl {
        font-size: 3.2vw;
    }

    .succession-synergy__example {
        flex-shrink: 0;
        width: 84vw;
    }

    /* モーダル */
    .modal__inner {
        width: 90%;
        max-width: 90%;
    }

    .synergy-modal__content {
        display: block;
    }

    .synergy-modal__inner {
        width: 100%;
    }

    .synergy-modal__ttl {
        font-size: 4.6vw;
        padding-bottom: 2vw;
        margin-bottom: 4vw;
    }

    .synergy-modal__main-img {
        width: 25vw;
        margin: 0 auto 3vw;
    }

    .modal-close-btn.js-modal-close {
        width: 60vw;
        min-block-size: 12.66vw;
        font-size: 3.8vw;
    }

    .synergy-modal__text-box {
        max-height: 60vw;
        margin-bottom: 5vw;
    }

    .synergy-modal__text {
        font-size: 3.5vw;
        line-height: 1.9;
    }

    .modal-close-btn.js-modal-close.pc {
        display: none;
    }

    .modal-close-btn.js-modal-close.sp {
        display: grid;
    }

    /* 創業者の声ページ */
    .page-group-voice-main__inner {
        padding-top: calc(89px + 3vw);
    }

    .page-group-voice-main {
        padding-bottom: 12vw;
        background-image: url(image/group_voice_bg_sp.webp);
    }

    .page-group-voice-main__header {
        width: 100%;
    }

    .page-group-voice-main__catch {
        width: 100%;
        padding: 4vw 3vw;
        z-index: 1;
        bottom: 22vw;
        right: -5vw;
        margin-top: 0;
    }

    .page-group-voice-main__catch-text {
        font-size: 4.1vw;
    }

    .page-group-voice-main__company {
        font-size: 4vw;
    }

    .page-group-voice-main__img {
        margin-bottom: 23vw;
    }

    .page-group-voice-main__name-box {
        font-size: 7vw;
    }

    button.recruit-stage__accordion-ttl.js-accordion {
        gap: 0 3vw;
    }

    .voice-faq-icon {
        width: 8vw;
        font-size: 5vw;
    }

    .voice-faq__accordion .recruit-stage__content {
        padding-inline: 3vw;
    }

    .voice-faq__accordion .recruit-stage__content-child {
        gap: 0 3vw;
    }

    .page-group-voice-main__meta {
        border-width: 0 0 0 3px;
    }

    /* 企業情報ページ */
    .company-profile__row {
        display: block;
        padding: 5vw 5vw 4vw;
        position: relative;
    }

    .company-profile__term {
        width: 100%;
        border: none;
        padding: 0;
        font-size: 4.1vw;
        margin-bottom: 0.1em;
    }

    .company-profile__desc {
        font-size: 3.6vw;
        padding: 0;
    }

    .company-profile__row::before {
        content: "";
        width: 18vw;
        height: 2px;
        background: var(--sub-color);
        position: absolute;
        top: 0;
        left: 0;
    }

    .company-chart-sec {
        padding-block: 12vw;
    }

    .page-company .common-sec-ttl {
        margin-bottom: 8vw;
    }

    .company-officer-sec {
        padding-block: 12vw;
    }

    .company-officer__list {
        grid-template-columns: repeat(2, 1fr);
        gap: 10vw 8vw;
    }

    .company-officer__body {
        border-width: 0 0 3px;
        padding-bottom: 2vw;
    }

    .company-officer__body::before {
        height: 3px;
        bottom: -3px;
    }

    .company-officer__position {
        font-size: 3vw;
    }

    .company-officer__name {
        margin-top: 4vw;
        font-size: 5.1vw;
    }

    .company-profile-sec {
        padding-block: 12vw;
    }

    .company-history-sec {
        padding-block: 12vw;
    }

    .company-history-sec .company-history__item {
        flex-direction: column;
    }

    .company-history-sec .company-history__list {
        padding-bottom: 5vw;
    }

    .company-history-sec .company-history__list::before {
        left: 1.2vw;
        top: 2%;
    }

    .company-history-sec .company-history__year {
        font-size: 9vw;
        width: fit-content;
        margin-bottom: -6.5vw;
        padding-left: 4vw;
    }

    .company-history-sec .company-history__row {
        margin-top: 3vw;
        flex-direction: column;
    }

    .company-history-sec .company-history__month {
        padding-left: 6vw;
        font-size: 3.5vw;
        width: 27.5vw;
    }

    .company-history-sec .company-history__month::before {
        width: 2.4vw;
    }

    .company-history-sec .company-history__text {
        padding-left: 6vw;
        font-size: 3.6vw;
        line-height: 1.7;
    }

    .company-chart__img-area {
        width: 150vw;
    }

    .company-chart__img-outer {
        overflow-x: scroll;
        width: 100%;
    }

    /* IR情報・電子公告ページ */
    .public-notice__meta {
        gap: 0 5vw;
        margin-bottom: 2.84vw;
        padding-bottom: 2.84vw;
    }

    .public-notice__meta-date {
        font-size: 4.2vw;
    }

    .public-notice__meta-tab {
        min-width: 30.76vw;
        min-block-size: 6.57vw;
        font-size: 3.02vw;
    }

    .public-notice__pdf-link a {
        font-size: 3.33vw;
        gap: 0 2.5vw;
    }

    .public-notice__pdf-link a::before {
        margin-right: 0;
        width: 6vw;
    }

    .public-notice__list li+li {
        margin-top: 8vw;
    }

    /* グループ企業ページ */
    .page-group__item-list {
        gap: 5vw;
    }

    .page-group__item-list .succession-synergy__item {
        width: 100%;
    }

    .page-group__item-list .succession-synergy__item-img {
        width: 35vw;
    }

    .page-group__item-list .succession-synergy__item-img img {
        width: 75%;
    }

    /* 外部通報窓口 */
    .desk-list-sec .common-main-text {
        display: block;
        font-size: 3.4vw;
    }

    .page-desk .common-main-text-box {
        margin-bottom: 8vw;
    }

    .desk-list {
        padding: 5vw 4vw;
    }

    .desk-list .recruit-luxscape-theme {
        margin-bottom: 1.5vw;
    }

    .desk-list-item__text {
        font-size: 3.58vw;
    }

    .desk-list-item+.desk-list-item {
        margin-top: 5vw;
    }

    .page-desk .common-main-text-box {
        text-align: left;
    }

    /* 投稿 */
    .single-post .sp-site-header::before {
        background: #FFF;
        opacity: 1;
    }

    .single-post .sp-site-header .site-logo-black {
        opacity: 1;
        visibility: visible;
    }

    .single-post .sp-site-header .site-logo-white {
        opacity: 0;
        visibility: hidden;
    }

    .single-post .sp-site-header .hamburger {
        border-color: #1A1A1A;
    }

    .single-post .sp-site-header .hamburger span {
        background: #1A1A1A;
    }

    .single_page {
        padding-top: 89px;
    }

    .page_archive .common-sec-ttl__en {
        font-size: 6vw;
    }

    .page_archive .top-news__item+.top-news__item {
        margin-top: 8vw;
    }

    /* お問い合わせ */
    .contact-form__treat-list {
        width: 100%;
    }

    .contact_form_disc .common-page-sub-ttl {
        line-height: 1.5;
        font-size: 4.3vw;
    }

    .privacy_check_list .radio_btns .radio_btns__item+span {
        font-size: 3.5vw;
        line-height: 1.6;
        padding-left: 2.4em;
    }

    /* グループ企業 */
    .group-list-sec {
        padding-bottom: 8vw;
    }

    .group-list-sec::before {
        background-image: url(image/top_information_bg_sp.webp);
        aspect-ratio: 585 / 2198;
    }

    .group-list-sec .common-sec-ttl__text {
        font-size: 8vw;
    }

    /* グループ企業 end */

    /* 会社概要ページ修正分 */
    .page-company .company_philosophy {
        /* padding-left: 5.13vw;
        padding-right: 5.13vw;
        padding-bottom: 7.69vw; */
    }

    .page-company .company_philosophy .philosophy_box {
        margin-bottom: 20vw;
        padding: 6vw;
        text-align: center;
    }

    .page-company .company_philosophy .philosophy_box .common_page_title {
        text-align: left;
    }

    .page-company .company_philosophy .philosophy_box .catch {
        font-weight: 500;
        font-size: 5.12vw;
        line-height: 1.4;
    }

    .page-company .company_philosophy .philosophy_box .text {
        line-height: 2.2;
    }

    .page-company .company_philosophy .philosophy_box .name {
        font-size: 4vw;
        margin-right: 0;
    }

    .page-company .company_philosophy .container {
        margin-top: 12vw;
    }

    .page-company .company_philosophy .container .list {
        display: block;
    }

    .page-company .company_philosophy .container .list+.list {
        margin-top: 10.26vw;
    }

    .page-company .company_philosophy .container .list .list_title {
        flex: initial;
        /* font-size: 3.58vw; */
        font-size: 4vw;
    }

    .page-company .company_philosophy .container .list .list_title::before {
        width: 80%;
        top: 50%;
        transform: translateY(-50%);
    }

    .page-company .company_philosophy .container .list .body {
        margin-top: 6.15vw;
        padding-left: initial;
    }

    .page-company .company_philosophy .container .list .body_title {
        font-weight: 500;
        font-size: 5.12vw;
        line-height: 1.4;
    }

    .page-company .company_philosophy .container .list .text {
        font-size: 3.6vw;
        line-height: 1.7;
    }

    .page-company .company_philosophy .container .value_list {
        display: block;
    }

    .page-company .company_philosophy .container .value_list+.value_list {
        margin-top: 7.69vw;
    }

    .page-company .company_philosophy .container .value_title {
        width: 100%;
    }

    .page-company .company_philosophy .container .value_title .number {
        font-size: 3.58vw;
    }

    .page-company .company_philosophy .container .value_title .jp {
        font-size: 5.12vw;
    }

    .page-company .company_philosophy .container .value_text {
        padding-left: initial;
        font-size: 3.33vw;
        margin-top: 2.56vw;
    }

    .page-company .company_philosophy .container .value_text::before {
        content: none;
    }

    /* モーダル */

    .officer-modal__contents {
        height: fit-content;
        max-height: 90%;
        inset: 0;
        margin: auto;

        padding: 5vw;
        width: 90%;
    }

    .officer-modal__panel h2 {
        font-size: 5.5vw;
    }

    .officer-modal__panel .position {
        font-size: 3.8vw;
        margin-bottom: 0.8em;
    }

    .officer-modal__panel .text {
        font-size: 3.6vw;
    }

    .officer-modal__close {
        top: 2vw;
        right: 2vw;
        width: 12vw;
        height: 12vw;
        font-size: 5vw;
    }

    /* サイドバー追加 */
    .page-company {
        display: block;
    }

    .page-company .side_wrapper {
        display: none;
    }

    /* サイドバー追加 end */

    /* 会社概要ページ修正分 end */
}