@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/

:root {
    --main-color: #D20B1B;
    --sub-color: #E3E3E3;
}

@font-face {
    font-family: "Avenir";
    src: url("./font/Avenir-Light.ttf") format("truetype");
    font-weight: 300;
}

@font-face {
    font-family: "Avenir";
    src: url("./font/Avenir-Book.ttf") format("truetype");
    font-weight: 400;
}

@font-face {
    font-family: "Avenir";
    src: url("./font/Avenir-Heavy.ttf") format("truetype");
    font-weight: 800;
}

@font-face {
    font-family: "Avenir";
    src: url("./font/Avenir-Black.ttf") format("truetype");
    font-weight: 900;
}

@font-face {
    font-family: "BebasNeue";
    src: url("./font/BebasNeue_Book.ttf") format("truetype");
    font-weight: 400;
}

.f_en {
    font-family: "Avenir", sans-serif;
}

.f_en2 {
    font-family: "BebasNeue", sans-serif;
}

main {
    position: relative;
    z-index: 1;
    background-color: #fff;
}

.home main {
    position: static;
    background: none;
}

html,
body,
button,
input,
select,
textarea {
    font-family: ryo-gothic-plusn, sans-serif;
}

body {
    color: #1d1d1d;
    font-size: 16px;
    line-height: 1.7;
    min-width: 1440px;
    font-weight: 300;
    background-color: #fff;
}

a[href $='.pdf'] {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    text-decoration: underline;
    color: #000;
    line-height: 1.5;
}

a[href $='.pdf']::before {
    content: "";
    display: block;
    flex-shrink: 0;
    width: 30px;
    height: 38px;
    background-image: url(./image/icon/icon_pdf.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    margin-right: 15px;
}

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

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

.wrap.mid {
    width: 1240px;
}

.wrap.lr {
    width: 1340px;
}

.common_page_wrap {
    padding: 108px 0 211px;
}

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

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

/* パンくず */
.breadcrumb {
    font-size: 14px;
    color: #919191;
    letter-spacing: .12em;
    background-color: #fff;
    position: relative;
    z-index: 1;
    padding-top: 1.57em;
}

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

.breadcrumb .current-item {
    text-transform: uppercase;
}

/* 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: 0;
    right: 0;
}

.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;
}

/* ラジオボタンを隠す */
.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固定ページ 個人情報保護方針 */
.page_privacy .main_text {
    font-size: 16px;
    line-height: 2;
    margin-bottom: 3em;
}

.page_privacy dl {
    margin-bottom: 50px;
}

.page_privacy dl:last-child {
    margin-bottom: 0;
}

.page_privacy dl dt {
    font-weight: 600;
    font-size: 16px;
    margin-bottom: .5em;
    border-left: 3px solid #ccc;
    padding-left: 1em;
}

.page_privacy dl dd {
    font-size: 14px;
    line-height: 2;
}

/* 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_header {
    min-width: 1440px;
    padding-top: 30px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
}

#pc_header .hd_cont {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#pc_header .hd_cont .logo {
    display: block;
    width: 180px;
}

#pc_header .hd_cont .logo img {
    width: 100%;
}

#pc_header .hd_cont .hd_nav .main_ul {
    display: flex;
    align-items: center;
    gap: 60px;
}

#pc_header .hd_cont .hd_nav .main_ul .main_li {
    position: relative;
}

#pc_header .hd_cont .hd_nav .main_ul .main_li .link {
    font-size: 16px;
    font-weight: 800;
    letter-spacing: .08em;
    color: #1D1D1D;
    line-height: 1.375;
    display: flex;
    align-items: center;
    cursor: pointer;
    transition: .3s;
}

#pc_header .hd_cont .hd_nav .main_ul .main_li .link:hover {
    color: var(--main-color);
}

#pc_header .hd_cont .hd_nav .main_ul .main_li .link .icon {
    display: flex;
    justify-content: center;
    align-items: center;
}

#pc_header .hd_cont .hd_nav .main_ul .main_li .link .icon.mail {
    width: 1.05em;
    margin-right: 0.5em;
}

#pc_header .hd_cont .hd_nav .main_ul .main_li .link .icon.arrow {
    width: .81em;
    flex-shrink: 0;
    margin-left: 0.9em;
    transition: .2s;
}

#pc_header .hd_cont .hd_nav .main_ul .main_li .link:hover .icon.arrow {
    transform: rotate(180deg);
}

#pc_header .hd_cont .hd_nav .main_ul .main_li .link .icon svg {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

#pc_header .hd_cont .hd_nav .main_ul .main_li .link .icon svg path {
    fill: currentColor;
}

#pc_header .hd_cont .hd_nav .main_ul .main_li .sub_menu {
    position: absolute;
    bottom: 0;
    left: -22px;
    width: calc(100% + 44px);
    transform: translateY(100%);
    visibility: hidden;
    opacity: 0;
    transition: .3s;
    padding-top: 10px;
}

#pc_header .hd_cont .hd_nav .main_ul .main_li:hover .sub_menu {
    opacity: 1;
    visibility: visible;
}

#pc_header .hd_cont .hd_nav .main_ul .main_li .sub_menu .sub_ul {
    padding: 20px;
    background: rgba(255, 255, 255, 0.9);
}

#pc_header .hd_cont .hd_nav .main_ul .main_li .sub_menu .sub_ul .sub_li {
    font-size: 14px;
    letter-spacing: .12em;
    line-height: 1;
}

#pc_header .hd_cont .hd_nav .main_ul .main_li .sub_menu .sub_ul .sub_li+.sub_li {
    margin-top: 1.7em;
}

#pc_header .hd_cont .hd_nav .main_ul .main_li .sub_menu .sub_ul .sub_li .sub_link {
    display: inline-flex;
    align-items: center;
    gap: .7em;
    color: #1D1D1D;
    transition: .3s;
}

#pc_header .hd_cont .hd_nav .main_ul .main_li .sub_menu .sub_ul .sub_li .sub_link:hover {
    color: var(--main-color);
}

#pc_header .hd_cont .hd_nav .main_ul .main_li .sub_menu .sub_ul .sub_li .sub_link .icon {
    width: .85em;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

#pc_header .hd_cont .hd_nav .main_ul .main_li .sub_menu .sub_ul .sub_li .sub_link .icon svg {
    width: 100%;
    height: 100%;
}

#pc_header .hd_cont .hd_nav .main_ul .main_li .sub_menu .sub_ul .sub_li .sub_link .icon svg path {
    fill: currentColor;
}

.top_fixed_logo {
    position: fixed;
    top: 176px;
    left: calc(50% + 152px);
    width: 408px;
}

.top_fixed_logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    opacity: 0;
}

.home .top_fixed_logo img {
    opacity: 1;
}

.top_mv {
    position: relative;
    padding: 279px 0 463px;
    background-color: #fff;
    z-index: 1;
}

.top_mv::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: url(./image/top_mv_bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    mix-blend-mode: multiply;
    opacity: .5;
    pointer-events: none;
    z-index: -2;
}

.top_mv .text_box .logo {
    margin: 0 auto;
    width: 300px;
}

.top_mv .text_box .logo img {
    width: 100%;
}

.top_mv .text_box .ttl {
    width: fit-content;
    font-size: 34px;
    font-weight: 700;
    letter-spacing: .11em;
    line-height: 1.25;
    background: linear-gradient(100deg, #2B1C1C, #5D1B1B, #D33939, #2E0000);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: 1.5em auto 0.75em;
    text-align: center;
}

.top_mv .text_box .en_sub {
    font-size: 23px;
    letter-spacing: .04em;
    line-height: 1.35;
    font-weight: 300;
    text-align: center;
}

.top_mv .top_mv_news_box {
    display: flex;
    position: absolute;
    align-items: center;
    left: 0;
    bottom: 234px;
    background-color: #fff;
    padding: 17px 24px 17px 100px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .16);
}

.top_mv .top_mv_news_box .js_news_link {
    position: absolute;
    inset: 0;
}

.top_mv .top_mv_news_box .dot {
    display: none;
}

.top_mv .top_mv_news_box .news_head {
    position: absolute;
    width: 70px;
    top: 0;
    left: 0;
    bottom: 0;
}

.top_mv .top_mv_news_box .news_head::before,
.top_mv .top_mv_news_box .news_head::after {
    content: "";
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.top_mv .top_mv_news_box .news_head::before {
    background-image: url(./image/top_mv_news_head.svg);
}

.top_mv .top_mv_news_box .news_head::after {
    background-image: url(./image/top_mv_news_head_hover.svg);
    opacity: 0;
    transition: .3s;
}

.top_mv .top_mv_news_box:hover .news_head::after {
    opacity: 1;
}

.top_mv .top_mv_news_box .news_list {
    width: 411px;
    flex-shrink: 0;
}

.top_mv .top_mv_news_box .news_list .news_item {
    display: block;
}

.top_mv .top_mv_news_box .news_list .news_item .date {
    font-size: 12px;
    letter-spacing: .02em;
    color: #868686;
    line-height: 1.3;
    margin-bottom: .58em;
    font-weight: 400;
}

.top_mv .top_mv_news_box .news_list .news_item .ttl {
    font-size: 15px;
    letter-spacing: .08em;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    line-height: 1;
    color: #1d1d1d;
    padding-right: 1em;
}

.top_mv .top_mv_news_box .news_arrow {
    width: 50px;
    aspect-ratio: 1;
    border: 1px solid #1d1d1d;
    border-radius: 50%;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: .3s;
}

.top_mv .top_mv_news_box:hover .news_arrow {
    background-color: #1d1d1d;
}

.top_mv .top_mv_news_box .news_arrow .icon {
    width: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.top_mv .top_mv_news_box .news_arrow .icon svg {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.top_mv .top_mv_news_box .news_arrow .icon svg path {
    fill: #1D1D1D;
    transition: .3s;
}

.top_mv .top_mv_news_box:hover .news_arrow .icon svg path {
    fill: #fff;
}

.top_concept {
    position: relative;
    padding-top: 60px;
}

.top_concept>* {
    position: relative;
    z-index: 2;
}

.top_concept::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: -180px;
    height: 360px;
    background: linear-gradient(to bottom, transparent, #fff, transparent);
    pointer-events: none;
    z-index: 1;
}

.top_concept .deco_bar {
    width: calc(50% - 585px);
    height: 2px;
    background-color: var(--main-color);
    left: 0;
    position: absolute;
    top: 72px;
}

.top_concept .inner {
    width: 550px;
}

.top_concept .en_ttl {
    font-size: 20px;
    line-height: 1.35;
    font-weight: 900;
    letter-spacing: .02em;
    color: var(--main-color);
    margin-bottom: 1.75em;
}

.top_concept .sec_ttl {
    font-size: 35px;
    letter-spacing: .2em;
    line-height: 1.49;
    font-weight: 300;
    margin-bottom: 2em;
    color: #333;
}

.top_concept .text_area .text {
    font-size: 16px;
    letter-spacing: .149em;
    line-height: 2.5;
    color: #333;
}


.top_concept .text_area .text .em {
    font-size: 1.2em;
    font-weight: 700;
}

.top_concept .text_area .text+.text {
    margin-top: 1.5em;
}

.top_company {
    position: relative;
    z-index: 2;
    padding-top: 386px;
}

.top_company::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, transparent, #fff 7%);
}

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

.common_ttl_box {
    text-align: center;
}

.common_ttl_box.left {
    text-align: left;
}

.common_ttl_box .en_ttl {
    font-size: 40px;
    font-weight: 900;
    letter-spacing: .02em;
    line-height: 1.375;
}

.common_ttl_box .ttl {
    font-size: 16px;
    line-height: 1;
    font-weight: 400;
    letter-spacing: .11em;
    color: #333;
}

.common_ttl_box .common_ttl_text_area {
    margin: 50px auto 0;
    width: 656px;
}

.common_ttl_box .common_ttl_text_area .text {
    font-size: 16px;
    letter-spacing: .12em;
    line-height: 2.1875;
    color: #333;
}

.top_company .common_ttl_box {
    margin-bottom: 90px;
}

.top_company .cont .item {
    display: flex;
    align-items: center;
    /* border-top: 1px solid #1d1d1d; */
    height: 140px;
    padding: 20px 50px 20px 20px;
    position: relative;
    cursor: none;
}

.top_company .cont .item .item_ttl {
    writing-mode: vertical-rl;
    color: #919191;
    letter-spacing: .3em;
    font-size: 16px;
    line-height: 1;
}

.top_company .cont .item .en_item_ttl {
    -webkit-text-stroke: 1px #1d1d1d;
    text-stroke: 1px #1d1d1d;
    color: #fff;
    font-size: 80px;
    font-weight: 900;
    margin-left: .5em;
    transition: .3s;
    line-height: 1.36;
}

.top_company .cont .item:hover .en_item_ttl {
    color: #1d1d1d;
}

.top_company .cont .item .en_item_ttl .size {
    font-size: 0.325em;
    letter-spacing: .07em;
    display: inline-block;
    margin-right: -.3em;
}

.top_company .cont .item .en_item_ttl .size.ml {
    margin-left: -.4em;
}

.top_company .cont .item .more_box {
    margin-left: auto;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.top_company .cont .item .more_box .icon {
    width: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 11px;
    transition: .3s;
}

.top_company .cont .item:hover .more_box .icon {
    transform: rotate(-30deg);
}

.top_company .cont .item .more_box .icon svg {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.top_company .cont .item .more_box .icon svg path {
    fill: #1D1D1D;
}

.top_company .cont .item .more_box .text {
    font-size: 14px;
    color: #1D1D1D;
    line-height: 1.35;
    font-weight: 300;
}

.top_company .cont .item .dot {
    display: flex;
    justify-content: space-between;
    align-items: center;
    left: 0;
    width: 100%;
    position: absolute;
    pointer-events: none;
    height: 1px;
    background-color: #1d1d1d;
}

.top_company .cont .item .dot::before,
.top_company .cont .item .dot::after {
    content: "";
    width: 5px;
    height: 5px;
    background-color: #1d1d1d;
    border-radius: 50%;
    flex-shrink: 0;
}

.top_company .cont .item .dot.bf {
    top: 0;
    transform: translateY(-50%);
}

.top_company .cont .item .dot.af {
    bottom: 0;
    transform: translateY(50%);
}

.top_company #cursor {
    pointer-events: none;
    position: fixed;
    width: 330px;
    height: 230px;
    transform: scale(0) translate(0, 0);
    transform-origin: left top;
    transition: transform 0.1s ease-out;
    z-index: 9999;
    opacity: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.top_company #cursor.greeting {
    background-image: url(./image/cursor_img_greeting.jpg);
    transform: scale(1) translate(-50%, -50%);
    opacity: 1;
}

.top_company #cursor.philo {
    background-image: url(./image/cursor_img_philo.jpg);
    transform: scale(1) translate(-50%, -50%);
    opacity: 1;
}

.top_company #cursor.mvv {
    background-image: url(./image/cursor_img_mvv.jpg);
    transform: scale(1) translate(-50%, -50%);
    opacity: 1;
}

.top_company #cursor.about {
    background-image: url(./image/cursor_img_about.jpg);
    transform: scale(1) translate(-50%, -50%);
    opacity: 1;
}

.top_company #cursor.history {
    background-image: url(./image/cursor_img_history.jpg);
    transform: scale(1) translate(-50%, -50%);
    opacity: 1;
}

.top_bg_area {
    background-color: #fff;
    position: relative;
    z-index: 1;
}

.top_business {
    position: relative;
    z-index: 2;
    padding-top: 210px;
}

.top_business .bg_img {
    position: absolute;
    width: 100%;
    top: 456px;
    left: 0;
    bottom: -328px;
    mix-blend-mode: multiply;
    opacity: .5;
    z-index: 0 !important;
}

.top_business .bg_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.top_business::before {
    content: "";
    position: absolute;
    width: 100%;
    top: 456px;
    height: 293px;
    width: 100%;
    left: 0;
    background: linear-gradient(to bottom, #fff, transparent);
    z-index: 1;
}

.top_business::after {
    content: "";
    position: absolute;
    height: 293px;
    width: 100%;
    left: 0;
    bottom: -328px;
    background: linear-gradient(to bottom, transparent, #fff);
    z-index: 1;
}

.top_business>* {
    position: relative;
    z-index: 2;
}

.top_business .common_ttl_box {
    margin-bottom: 50px;
}

.top_business .cont {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
}

.top_business .cont .item {
    width: 575px;
    border: 1px solid #1d1d1d;
    padding: 40px 37px 55px;
    position: relative;
    background-color: #fff;
    color: #333;
}

.top_business .cont .item:nth-child(even) {
    margin-top: 40px;
    margin-left: -10px;
}

.top_business .cont .item:nth-child(even)::after {
    content: "";
    position: absolute;
    width: 10px;
    top: -1px;
    left: -1px;
    background-color: #EFEFEF;
    height: calc(100% - 38px);
    border: 1px solid #1d1d1d;
}

.top_business .cont .item::before {
    content: "";
    position: absolute;
    background-image: url(./image/top_business_item_deco.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 100px;
    aspect-ratio: 1;
    top: -1px;
    left: -1px;
    transform: rotate(180deg);
}

.top_business .cont .item:nth-child(even)::before {
    top: unset;
    left: unset;
    bottom: -1px;
    right: -1px;
    transform: rotate(0deg);
}

.top_business .cont .item>* {
    position: relative;
    z-index: 1;
}

.top_business .cont .item .item_img {
    width: 100%;
    aspect-ratio: 5/3;
    margin-bottom: 30px;
}

.top_business .cont .item .item_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.top_business .cont .item .flex_box {
    display: flex;
    align-items: flex-start;
    gap: 40px;
}

.top_business .cont .item .flex_box .num {
    font-size: 54px;
    font-weight: 400;
    line-height: 1;
    position: relative;
    flex-shrink: 0;
}

.top_business .cont .item .flex_box .num::after {
    content: "";
    width: .83em;
    height: 1px;
    background-color: currentColor;
    position: absolute;
    bottom: .15em;
    right: -0.45em;
    transform: rotate(-45deg);
}

.top_business .cont .item .flex_box .text_area {
    flex-grow: 1;
    padding-right: 25px;
}

.top_business .cont .item .flex_box .text_area .en_item_ttl {
    font-size: 36px;
    font-weight: 800;
    line-height: 1.36;
}

.top_business .cont .item .flex_box .text_area .item_ttl {
    font-size: 16px;
    line-height: 1;
    letter-spacing: .12em;
    margin-bottom: 1.875em;
}

.top_business .cont .item .flex_box .text_area .inner_text_area .text {
    font-size: 14px;
    letter-spacing: .08em;
    line-height: 2.14;
}

.top_business .cont .item .flex_box .text_area .inner_text_area .text+.text {
    margin-top: 2.14em;
}

.top_business .cont .item .item_link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 16px;
    color: #333;
    background-color: #fff;
    border-radius: 100vmax;
    border: 1px solid #333;
    margin: 1.25em auto 0;
    letter-spacing: .06em;
    line-height: 1;
    padding: 1.06em 1.875em;
    width: 340px;
    transition: .3s;
}

.top_business .cont .item .item_link:hover {
    background-color: #333;
    color: #fff;
}

.top_business .cont .item .item_link .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: .875em;
    aspect-ratio: 1;
    flex-shrink: 0;
}

.top_business .cont .item .item_link .icon svg {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.top_business .cont .item .item_link .icon svg path {
    fill: currentColor;
}

.top_news_sec {
    padding: 182px 0;
    position: relative;
    z-index: 2;
}

.top_news_sec .cont {
    display: grid;
    grid-template-columns: 1fr 705px;
    gap: 156px;
    padding: 0 50px;
}

.top_news_sec .cont .ttl_area {
    padding-top: 60px;
}

.top_news_sec .cont .ttl_area .common_ttl_box {
    margin-bottom: 55px;
}

.common_btn {
    display: flex;
    align-items: center;
    width: fit-content;
    font-size: 16px;
    letter-spacing: .12em;
    line-height: 1;
    color: #333;
    gap: 2.4375em;
}

.common_btn .circle {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #1d1d1d;
    border-radius: 50%;
    background-color: #fff;
    transition: .3s;
    width: 50px;
    aspect-ratio: 1;
    flex-shrink: 0;
}

.common_btn:hover .circle {
    background-color: #1d1d1d;
}

.common_btn .circle .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
}

.common_btn .circle .icon svg {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.common_btn .circle .icon svg path {
    fill: #1D1D1D;
    transition: .3s;
}

.common_btn:hover .circle .icon svg path {
    fill: #fff;
}

.common_news_box .news_item {
    position: relative;
    display: flex;
    align-items: center;
    font-size: 15px;
    padding: 2em 6em 2em 2em;
    gap: 2em;
    color: #1D1D1D;
    transition: .3s;
}

.common_news_box .news_item:hover {
    color: var(--main-color);
}

.common_news_box .news_item .dot {
    display: flex;
    justify-content: space-between;
    align-items: center;
    left: 0;
    width: 100%;
    position: absolute;
    pointer-events: none;
    height: 1px;
    background-color: #1d1d1d;
}

.common_news_box .news_item .dot::before,
.common_news_box .news_item .dot::after {
    content: "";
    width: 5px;
    height: 5px;
    background-color: #1d1d1d;
    border-radius: 50%;
    flex-shrink: 0;
}

.common_news_box .news_item .dot.bf {
    top: 0;
    transform: translateY(-50%);
}

.common_news_box .news_item .dot.af {
    bottom: 0;
    transform: translateY(50%);
}

.common_news_box .news_item:not(:first-child) .dot.bf {
    display: none;
}

.common_news_box .news_item .date {
    font-weight: 400;
    font-size: .8em;
    color: #868686;
    transition: .3s;
    line-height: 1;
}

.common_news_box .news_item:hover .date {
    color: var(--main-color);
}

.common_news_box .news_item .ttl {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    line-height: 1;
    letter-spacing: .08em;
}

.common_news_box .news_item .more_box {
    position: absolute;
    top: 21px;
    right: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: .73em;
}

.common_news_box .news_item .more_box .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1.31em;
    transition: .3s;
}

.common_news_box .news_item:hover .more_box .icon {
    transform: rotate(-45deg);
}

.common_news_box .news_item .more_box .icon svg {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.common_news_box .news_item .more_box .icon svg path {
    fill: #1d1d1d;
    transition: .3s;
}

.common_news_box .news_item:hover .more_box .icon svg path {
    fill: var(--main-color);
}

.common_news_box .news_item .more_box .more_text {
    font-size: .933em;
    color: currentColor;
    line-height: 1.36;
}

.contact_sec {
    position: relative;
    z-index: 3;
    padding: 80px 0 93px;
    background-image: url(./image/sec_contact_bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: #fff;
}

.contact_sec::before {
    content: "";
    position: absolute;
    inset: 0;
    opacity: .7;
    background-color: #1D1D1D;
    mix-blend-mode: multiply;
}

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

.contact_sec .cont {
    width: fit-content;
    margin-left: auto;
}

.contact_sec .cont .contact_link {
    display: flex;
    align-items: baseline;
    gap: 8px;
    position: relative;
    margin-bottom: 30px;
    padding: 0 10px 0 22px;
}

.contact_sec .cont .contact_link .dot {
    display: flex;
    justify-content: space-between;
    align-items: center;
    left: 0;
    width: 100%;
    position: absolute;
    pointer-events: none;
    bottom: 0;
    transform: translateY(50%);
    height: 1px;
    background-color: #fff;
}

.contact_sec .cont .contact_link .dot::before,
.contact_sec .cont .contact_link .dot::after {
    content: "";
    width: 5px;
    height: 5px;
    background-color: #fff;
    border-radius: 50%;
    flex-shrink: 0;
}

.contact_sec .cont .info_area dl dt,
.contact_sec .cont .contact_link .sub {
    font-size: 20px;
    letter-spacing: .02em;
    line-height: 1.35;
    color: #fff;
    width: 2.7em;
    display: flex;
    justify-content: space-between;
    font-weight: 300;
}

.contact_sec .cont .info_area dl dt::after,
.contact_sec .cont .contact_link .sub::after {
    content: ":";
}

.contact_sec .cont .contact_link .main {
    position: relative;
    -webkit-text-stroke: 1px #fff;
    text-stroke: 1px #fff;
    color: transparent;
    font-size: 138px;
    font-weight: 900;
    letter-spacing: .02em;
    line-height: 1.05;
    transition: .3s;
}

.contact_sec .cont .contact_link:hover .main {
    color: #fff;
}

.contact_sec .cont .contact_link .main::before,
.contact_sec .cont .contact_link .main::after {
    content: "";
    position: absolute;
    top: .4em;
    left: 1em;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    pointer-events: none;
    width: 0.246em;
    aspect-ratio: 34/25;
}

.contact_sec .cont .contact_link .main::before {
    background-image: url(./image/icon_mail.svg);
}

.contact_sec .cont .contact_link .main::after {
    background-image: url(./image/icon_mail_nuri.svg);
    opacity: 0;
    transition: .3s;
}

.contact_sec .cont .contact_link:hover .main::after {
    opacity: 1;
}

.contact_sec .cont .info_area {
    padding-left: 22px;
}

.contact_sec .cont .info_area dl {
    display: flex;
    align-items: center;
    gap: 11px;
}

.contact_sec .cont .info_area dl dd {
    font-weight: 300;
    font-size: 26px;
    letter-spacing: .04em;
    line-height: 1.1;
}

.contact_sec .cont .info_area dl dd a {
    color: #fff;
    pointer-events: none;
}

.main_footer {
    background-color: #1D1D1D;
    color: #fff;
    padding: 130px 0 40px;
    height: 100vh;
    min-height: 750px;
}

.main_footer .wrap {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 580px;
    gap: 115px;
    height: calc(100vh - 170px);
}

.main_footer .cont {
    width: 510px;
    position: relative;
    z-index: 1;
}

.main_footer .cont .logo {
    display: block;
    width: 180px;
    margin-bottom: 61px;
}

.main_footer .cont .logo img {
    width: 100%;
}

.main_footer .cont .ft_nav .block.flex_block {
    display: flex;
    gap: 90px;
    align-items: flex-start;
}

.main_footer .cont .ft_nav .block+.block {
    margin-top: 40px;
}

.main_footer .cont .ft_nav .block .link {
    color: #fff;
    font-weight: 800;
    font-size: 18px;
    letter-spacing: .08em;
    line-height: 1;
    position: relative;
    width: fit-content;
}

.main_footer .cont .ft_nav .block .sub_link {
    color: #fff;
    display: flex;
    width: fit-content;
    font-size: 14px;
    letter-spacing: .12em;
    gap: .71em;
    align-items: center;
    line-height: 1;
    position: relative;
}

.main_footer .cont .ft_nav .block a.link::after,
.main_footer .cont .ft_nav .block .sub_link::after {
    content: "";
    position: absolute;
    bottom: -.25em;
    transform: translateY(50%);
    left: 0;
    right: 100%;
    background-color: currentColor;
    height: 1px;
    transition: .3s;
}

.main_footer .cont .ft_nav .block a.link:hover::after,
.main_footer .cont .ft_nav .block .sub_link:hover::after {
    right: 0;
}

.main_footer .cont .ft_nav .block .sub_link.mt {
    margin-top: 20px;
}

.main_footer .cont .ft_nav .block .sub_link .icon {
    width: .86em;
    display: flex;
    align-items: center;
    justify-content: center;
}

.main_footer .cont .ft_nav .block .sub_link .icon svg {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.main_footer .cont .ft_nav .block .sub_link .icon svg path {
    fill: #fff;
}

.main_footer .cont .ft_nav .block .sub_link_area {
    margin-top: 20px;
    display: flex;
    gap: 51px;
    padding-left: 50px;
    position: relative;
}

.main_footer .cont .ft_nav .block .sub_link_area.gap {
    gap: 78px;
}

.main_footer .cont .ft_nav .block .sub_link_area::before {
    content: "";
    position: absolute;
    left: 0;
    top: 5px;
    width: 20px;
    height: 1px;
    background-color: #fff;
}

.main_footer .ft_btm_area {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.main_footer .ft_btm_area .address {
    font-size: 14px;
    letter-spacing: .12em;
    line-height: 1;
    margin-bottom: .71em;
}

.main_footer .ft_btm_area .btm_link_area {
    display: flex;
    gap: .5em;
}

.main_footer .ft_btm_area .btm_link_area .btm_link {
    color: #fff;
    font-size: 12px;
    letter-spacing: .08em;
}

.main_footer .ft_btm_area .copy_area {
    font-size: 12px;
    font-weight: 300;
    letter-spacing: .08em;
    line-height: 1.33;
}

/* 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;
}

.common_page_main {
    position: relative;
    z-index: 2;
    background-color: #fff;
}

.common_page_main .cont {
    position: relative;
    padding: 196px 0 117px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 30px;
}

.common_page_main .cont .title_box {
    flex-grow: 1;
}

.common_page_main .cont .title_box .sub_title {
    font-size: 130px;
    letter-spacing: .05em;
    color: #1D1D1D;
    line-height: 1.37;
    text-transform: uppercase;
    font-weight: 800;
}

.common_page_main .cont .title_box .title {
    font-size: 22px;
    font-weight: 700;
    letter-spacing: .12em;
    line-height: 1;
    color: #1D1D1D;
    padding-left: 0.36em;
}

.common_page_main .fv_link_area {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    font-size: 14px;
    gap: 1.7em;
    letter-spacing: .12em;
    line-height: 1;
    padding-top: 36px;
}

.common_page_main .fv_link_area .fv_link {
    color: #1D1D1D;
    position: relative;
}

.common_page_main .fv_link_area .fv_link::after {
    content: "";
    position: absolute;
    bottom: -.25em;
    transform: translateY(50%);
    left: 0;
    right: 100%;
    background-color: currentColor;
    height: 1px;
    transition: .3s;
}

.common_page_main .fv_link_area .fv_link:hover::after {
    right: 0;
}

.common_page_main .cont .dot {
    display: flex;
    justify-content: space-between;
    align-items: center;
    left: 0;
    bottom: 0;
    transform: translateY(50%);
    width: 100%;
    position: absolute;
    pointer-events: none;
    height: 1px;
    background-color: #1d1d1d;
}

.common_page_main .cont .dot::before,
.common_page_main .cont .dot::after {
    content: "";
    width: 5px;
    height: 5px;
    background-color: #1d1d1d;
    border-radius: 50%;
    flex-shrink: 0;
}

.comp_common_ttl_box {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 18px;
}

.comp_common_ttl_box .ttl {
    writing-mode: vertical-rl;
    color: #919191;
    letter-spacing: .3em;
    font-size: 16px;
    line-height: 1;
}

.comp_common_ttl_box .en_ttl {
    -webkit-text-stroke: 1px #1d1d1d;
    text-stroke: 1px #1d1d1d;
    color: #fff;
    font-size: 80px;
    font-weight: 900;
    transition: .3s;
    line-height: 1.36;
}

.comp_common_ttl_box.left {
    justify-content: flex-start;
}

.comp_common_ttl_box.tate {
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
}

.comp_common_ttl_box.tate .ttl {
    writing-mode: horizontal-tb;
}

.comp_common_ttl_box.tate .en_ttl {
    line-height: 1.2;
}

.comp_common_ttl_box .en_ttl .size {
    font-size: 0.325em;
    letter-spacing: .07em;
    display: inline-block;
    margin-right: -.3em;
}

.comp_common_ttl_box .en_ttl .size.ml {
    margin-left: -.4em;
}

.page_company_greeting {
    padding-bottom: 235px;
}

.page_company_greeting .comp_common_ttl_box {
    margin-bottom: 66px;
}

.page_company_greeting .cont {
    display: flex;
    align-items: center;
    gap: 100px;
    padding: 0 189px 0 39px;
}

.page_company_greeting .cont .img_area {
    position: relative;
    flex-shrink: 0;
}

.page_company_greeting .cont .img {
    width: 478px;
    height: 319px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.page_company_greeting .cont .img::before {
    content: "";
    inset: 0;
    position: absolute;
    background-color: #fff;
    opacity: .6;
}

.page_company_greeting .cont .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.page_company_greeting .cont .img.img_2 {
    z-index: 4;
    transform: translate(-50%, -50%) rotate(14deg);
}

.page_company_greeting .cont .img.img_3 {
    z-index: 3;
    transform: translate(-50%, -50%) rotate(-5deg);
}

.page_company_greeting .cont .img.img_4 {
    z-index: 2;
    transform: translate(-50%, -50%) rotate(-10deg);
}

.page_company_greeting .cont .img.img_5 {
    z-index: 1;
    transform: translate(-50%, -50%) rotate(10deg);
}

.page_company_greeting .cont .img.img_1 {
    border: 2px solid #fff;
    position: relative;
    z-index: 5;
    top: 0;
    left: 0;
    transform: translate(0, 0);
}

.page_company_greeting .cont .img.img_1::before {
    content: unset;
}

.page_company_greeting .cont .text_area {
    flex-grow: 1;
}

.page_company_greeting .cont .text_area .text {
    font-size: 15px;
    line-height: 2.13;
    letter-spacing: .149em;
}

.page_company_greeting .cont .text_area .text+.text {
    margin-top: 2.13em;
}

.page_company_philo {
    position: relative;
}

.page_company_philo .dot {
    position: absolute;
    top: 359px;
    left: calc(50% - 173px);
    width: 1px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    background-color: #1D1D1D;
}

.page_company_philo .dot::before,
.page_company_philo .dot::after {
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #1D1D1D;
}

.page_company_philo::before {
    content: "";
    position: absolute;
    top: -50px;
    left: 0;
    width: calc(50% + 458px);
    height: 260px;
    background-image: url(./image/page_company_philo_img1.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.page_company_philo::after {
    content: "";
    position: absolute;
    bottom: -22px;
    left: calc(50% - 540px);
    width: 230px;
    height: 400px;
    background-image: url(./image/page_company_philo_img2.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.page_company_philo .wrap {
    padding-right: 100px;
}

.page_company_philo .cont {
    border: 1px solid #1D1D1D;
    padding: 239px 112px 84px 100px;
}

.page_company_philo .comp_common_ttl_box {
    margin-bottom: 11px;
}

.page_company_philo .cont .text_area {
    padding-left: 420px;
    padding-top: 10px;
}

.page_company_philo .cont .text_area .text {
    font-size: 15px;
    letter-spacing: .149em;
    line-height: 2.1;
}

.page_company_philo .cont .text_area .text+.text {
    margin-top: 2.1em;
}

.page_company_mvv {
    padding: 163px 0 154px;
    position: relative;
}

.page_company_mvv::before {
    content: "";
    position: absolute;
    background-image: url(./image/cursor_img_mvv.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    top: 192px;
    left: 0;
    width: calc(50% - 230px);
    height: 450px;
}

.page_company_mvv .cont {
    padding-left: 437px;
    padding-right: 82px;
}

.page_company_mvv .comp_common_ttl_box {
    margin-bottom: 36px;
}

.page_company_mvv .block .box {
    display: flex;
    align-items: flex-start;
    gap: 37px;
}

.page_company_mvv .block .box+.box {
    margin-top: 34px;
}

.page_company_mvv .block .box .box_head {
    flex-grow: 1;
    font-weight: 900;
    font-size: 60px;
    letter-spacing: -.02em;
    color: #E3E3E3;
    line-height: 1.37;
}

.page_company_mvv .block .box .box_head.lt_1 {
    letter-spacing: -.14em;
}

.page_company_mvv .block .box .box_head.lt_2 {
    letter-spacing: -.18em;
}

.page_company_mvv .block .box .box_head .size {
    font-size: .43em;
    letter-spacing: .07em;
}

.page_company_mvv .block .box .text_area {
    width: 450px;
    flex-shrink: 0;
    padding-top: 17px;
}

.page_company_mvv .block .box .text_area .main_text {
    font-weight: 500;
    font-size: 16px;
    letter-spacing: .149em;
    line-height: 1.4;
    margin-bottom: .7em;
    color: #333333;
}

.page_company_mvv .block .box .text_area .sub_text {
    font-size: 14px;
    letter-spacing: .149em;
    line-height: 1.78;
    color: #333333;
}

.page_company_about {
    padding-bottom: 190px;
}

.page_company_about .cont {
    display: grid;
    grid-template-columns: 1fr 594px;
    gap: 95px;
    margin-bottom: 57px;
}

.page_company_about .cont .text_area .comp_common_ttl_box {
    margin-bottom: 40px;
}

.page_company_about .cont .text_area .about_list {
    padding-left: 34px;
}

.page_company_about .cont .text_area .about_list dl {
    font-size: 18px;
    display: flex;
    align-items: flex-start;
    gap: 1em;
    line-height: 1.28;
    letter-spacing: .149em;
    color: #333333;
}

.page_company_about .cont .text_area .about_list dl dt,
.page_company_about .cont .text_area .about_list dl dd {
    font-weight: 500;
}

.page_company_about .cont .text_area .about_list dl dt {
    flex-grow: 1;
}

.page_company_about .cont .text_area .about_list dl dd {
    width: 294px;
    flex-shrink: 0;
}

.page_company_about .cont .text_area .about_list dl+dl {
    margin-top: 1.7em;
}

.page_company_about .cont .img {
    height: 396px;
}

.page_company_about .cont .img video,
.page_company_about .cont .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.page_company_about .soshikizu {
    background-color: #F8F8F8;
    padding: 45px 107px;
}

.page_company_about .soshikizu .img {
    width: 100%;
}

.page_company_about .soshikizu .img img {
    width: 100%;
}

.page_company_history {
    position: relative;
}

.page_company_history .history_img {
    position: absolute;
    left: 0;
    top: -10px;
    width: calc(50% - 100px);
    bottom: 0;
}

.page_company_history .history_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.page_company_history .cont {
    padding-left: 570px;
}

.page_company_history .cont .comp_common_ttl_box {
    margin-bottom: 40px;
}

.page_company_history .cont .history_block .history_item {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 388px;
    gap: 45px;
    padding: 0 1.33em 1.47em;
    font-size: 15px;
    letter-spacing: .149em;
    line-height: 1;
}

.page_company_history .cont .history_block .history_item+.history_item {
    padding-top: 1.33em;
}

.page_company_history .cont .history_block .history_item .dot {
    display: flex;
    justify-content: space-between;
    align-items: center;
    left: 0;
    bottom: 0;
    transform: translateY(50%);
    width: 100%;
    position: absolute;
    pointer-events: none;
    height: 1px;
    background-color: #1d1d1d;
}

.page_company_history .cont .history_block .history_item .dot::before,
.page_company_history .cont .history_block .history_item .dot::after {
    content: "";
    width: 5px;
    height: 5px;
    background-color: #1d1d1d;
    border-radius: 50%;
    flex-shrink: 0;
}

.-sidebar-on .l-content {
    position: relative;
    z-index: 5;
    background: #fff;
}

.l-content {
    margin-bottom: 0 !important;
    padding-bottom: 6em;
}

.-sidebar-on .l-content {
    padding-top: 150px !important;
}

@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: 13px;
        min-width: unset;
    }

    /* SP固定ページ 共通設定 */

    .common_page_wrap {
        padding: 14.3vw 0 20vw;
    }

    .reserve_text {
        font-size: 6vw;
    }

    /* パンくず */
    .breadcrumb {
        font-size: 2.5vw;
    }

    /* 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固定ページ 個人情報保護方針 */
    #page_privacy .main_text {
        font-size: 3.5vw;
    }

    #page_privacy dl {
        margin-bottom: 10vw;
    }

    #page_privacy dl dt {
        font-size: 4vw;
    }

    #page_privacy dl dd {
        font-size: 3.5vw;
        margin-left: 5vw;
    }

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

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

    /* 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_header {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        padding: 30px 20px 0;
        z-index: 100;
    }

    #sp_header .logo {
        display: block;
        width: 109.5px;
        position: relative;
    }

    #sp_header .logo::before {
        content: "";
        position: absolute;
        background-image: url(./image/logo_w.svg);
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
        inset: 0;
        opacity: 0;
        transition: .5s;
        pointer-events: none;
    }

    #sp_header.color .logo::before {
        opacity: 1;
    }

    #sp_header .logo img {
        width: 100%;
    }

    .top_fixed_logo {
        top: 24dvh;
        left: 50%;
        transform: translateX(-50%);
        width: 63.6vw;
    }

    .home .top_fixed_logo {
        opacity: 1;
    }

    .top_fixed_logo img {
        width: 100%;
        height: 100%;
        object-fit: contain;
        opacity: 0;
    }

    .home .top_fixed_logo img {
        opacity: 1;
    }

    .top_mv {
        padding: 0;
    }

    .top_mv::before {
        content: "";
        position: absolute;
        inset: 0;
        background-image: url(./image/top_mv_bg.jpg);
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        mix-blend-mode: multiply;
        opacity: .5;
        pointer-events: none;
        z-index: -2;
    }

    .top_mv .text_box {
        height: 100dvh;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        position: relative;
        z-index: 4;
    }

    .top_mv .text_box .logo {
        width: 60vw;
    }

    .top_mv .text_box .ttl {
        font-size: 6.78vw;
        font-weight: 700;
        letter-spacing: .097em;
        line-height: 1.5;
        margin-bottom: .5em;
        margin-top: 3.5em;
    }

    .top_mv .text_box .en_sub {
        font-size: 5.1vw;
        letter-spacing: .02em;
        line-height: 1.35;
        font-weight: 300;
        text-align: center;
    }

    .top_mv .top_mv_news_box {
        bottom: 5.9vw;
        padding: 4.8vw 5vw;
        box-shadow: none;
        z-index: 5;
    }

    .top_mv .top_mv_news_box .news_head {
        width: auto;
        top: 0;
        left: 5vw;
        transform: translateY(-50%);
        bottom: unset;
        font-size: 3.8vw;
        font-weight: 800;
        letter-spacing: .1em;
        line-height: 1.33;
    }

    .top_mv .top_mv_news_box .news_head::before,
    .top_mv .top_mv_news_box .news_head::after {
        content: unset;
    }

    .top_mv .top_mv_news_box .news_list {
        width: 81vw;
    }

    .top_mv .top_mv_news_box .news_list .news_item .date {
        font-size: 3vw;
        letter-spacing: .02em;
        margin-bottom: .5em;
    }

    .top_mv .top_mv_news_box .news_list .news_item .ttl {
        font-size: 3.6vw;
    }

    .top_mv .top_mv_news_box .news_arrow {
        width: 8.7vw;
    }

    .top_mv .top_mv_news_box:hover .news_arrow {
        background-color: #fff;
    }

    .top_mv .top_mv_news_box .news_arrow .icon {
        width: 3.5vw;
    }

    .top_mv .top_mv_news_box:hover .news_arrow .icon svg path {
        fill: #1d1d1d;
    }

    .top_mv .top_mv_news_box .dot {
        position: absolute;
        display: flex;
        justify-content: space-between;
        align-items: center;
        right: calc(5vw - 2.5px);
        height: 1px;
        background-color: #E3E3E3;
    }

    .top_mv .top_mv_news_box .dot.bf {
        width: 74.8vw;
        top: 0;
        transform: translateY(-50%);
    }

    .top_mv .top_mv_news_box .dot.af {
        bottom: 0;
        transform: translateY(50%);
        left: calc(5vw - 2.5px);
    }

    .top_mv .top_mv_news_box .dot::before,
    .top_mv .top_mv_news_box .dot::after {
        content: "";
        width: 5px;
        aspect-ratio: 1;
        border-radius: 50%;
        background-color: #E3E3E3;
    }

    .top_concept {
        padding-top: 29.5vw;
        z-index: 2;
    }

    .top_concept .wrap {
        padding: 0 2.5vw;
    }

    .top_concept::before {
        inset: -1px 0 0;
        background: #fff;
        pointer-events: none;
        opacity: .92;
        bottom: -48vw;
        height: auto;
    }

    .top_concept .deco_bar {
        display: none;
    }

    .top_concept .inner {
        width: 100%;
    }

    .top_concept .en_ttl {
        font-size: 5.1vw;
        margin-bottom: 0.6em;
    }

    .top_concept .sec_ttl {
        font-size: 6.4vw;
        line-height: 1.7;
        margin-bottom: 1.35em;
    }

    .top_concept .text_area .text {
        font-size: 3.6vw;
        letter-spacing: .17em;
        line-height: 2.7;
    }

    .top_company {
        position: relative;
        z-index: 2;
        padding-top: 48vw;
    }

    .common_ttl_box {
        position: relative;
    }

    .common_ttl_box::before {
        content: "";
        position: absolute;
        top: -7.69vw;
        left: 50%;
        width: 11.5vw;
        height: 1px;
        background-color: #1d1d1d;
        transform: translateX(-50%) rotate(-45deg);
    }

    .common_ttl_box .en_ttl {
        font-size: 7.69vw;
        line-height: 1.5;
    }

    .common_ttl_box .ttl {
        font-size: 4.1vw;
    }

    .common_ttl_box .common_ttl_text_area {
        margin: 7.6vw auto 0;
        width: 100%;
    }

    .common_ttl_box .common_ttl_text_area .text {
        font-size: 3.6vw;
        letter-spacing: .08em;
        line-height: 2.2;
    }

    .top_company .common_ttl_box {
        margin-bottom: 12.8vw;
    }

    .top_company .cont .item {
        height: 27.43vw;
        padding: 5vw 10vw 5vw 0;
        position: relative;
        cursor: pointer;
        display: block;
    }


    .top_company .cont .item .item_ttl {
        writing-mode: unset;
        color: #1D1D1D;
        letter-spacing: .12em;
        font-size: 3.6vw;
    }

    .top_company .cont .item .en_item_ttl {
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        background-clip: text;
        -webkit-background-clip: text;
        color: transparent;
        font-size: 10.25vw;
        margin-left: 0;
        line-height: 1.2;
        width: fit-content;
    }

    .top_company .cont .item.greeting .en_item_ttl {
        background-image: url(./image/cursor_img_greeting.jpg);
    }

    .top_company .cont .item.philo .en_item_ttl {
        background-image: url(./image/cursor_img_philo.jpg);
    }

    .top_company .cont .item.mvv .en_item_ttl {
        background-image: url(./image/cursor_img_mvv.jpg);
    }

    .top_company .cont .item.about .en_item_ttl {
        background-image: url(./image/cursor_img_about.jpg);
    }

    .top_company .cont .item.history .en_item_ttl {
        background-image: url(./image/cursor_img_history.jpg);
    }

    .top_company .cont .item:hover .en_item_ttl {
        color: transparent;
    }

    .top_company .cont .item .en_item_ttl .size {
        font-size: 0.625em;
        letter-spacing: .04em;
        margin-right: -.2em;
    }

    .top_company .cont .item .en_item_ttl .size.ml {
        margin-left: -.1em;
    }

    .top_company .cont .item .more_box {
        margin-left: 0;
        position: absolute;
        top: 50%;
        right: 0;
        transform: translateY(-50%);
    }

    .top_company .cont .item .more_box .icon {
        width: 5.1vw;
        margin-bottom: 2.25vw;
    }

    .top_company .cont .item:hover .more_box .icon {
        transform: rotate(0);
    }

    .top_company .cont .item .more_box .text {
        font-size: 3.6vw;
    }

    .top_company #cursor {
        display: none;
    }

    .top_business {
        padding-top: 35.6vw;
        overflow: hidden;
    }

    .top_business .wrap {
        max-width: 100vw;
    }

    .top_business .bg_img {
        display: none;
    }

    .top_business::before,
    .top_business::after {
        content: unset;
    }

    .top_business .common_ttl_box {
        margin-bottom: 7.7vw;
    }

    .top_business .cont {
        flex-direction: column;
    }

    .top_business .cont .item {
        width: 100vw;
        border: 1px solid #1d1d1d;
        padding: 2.5vw 7.5vw 16.1vw 2.5vw;
        position: relative;
        background-color: #fff;
        color: #333;
        margin-left: 2.5vw;
    }

    .top_business .cont .item:nth-child(even) {
        margin-top: -2.5vw;
        margin-left: -2.5vw;
        padding: 10vw 2.5vw 10.25vw 7.25vw;
    }

    .top_business .cont .item:nth-child(even)::after {
        content: "";
        position: absolute;
        width: 95vw;
        top: -1px;
        left: calc(5vw - 1px);
        height: 2.5vw;
    }

    .top_business .cont .item::before {
        background-image: url(./image/top_business_item_deco_sp.svg);
        width: 25.6vw;
        transform: rotate(0deg);
        z-index: 2;
    }

    .top_business .cont .item:nth-child(even)::before {
        top: 7.5vw;
        left: calc(5vw - 1px);
        bottom: unset;
        right: unset;
    }

    .top_business .cont .item>* {
        position: relative;
        z-index: 1;
    }

    .top_business .cont .item .item_img {
        aspect-ratio: 5/4;
        margin-bottom: 6.4vw;
    }

    .top_business .cont .item .flex_box {
        display: block;
        position: static;
    }

    .top_business .cont .item .flex_box .num {
        font-size: 13.8vw;
        position: absolute;
        z-index: 3;
        color: #fff;
        top: 4.2vw;
        left: 4vw;
    }

    .top_business .cont .item:nth-child(even) .flex_box .num {
        top: 11.45vw;
        left: 8.5vw;
    }

    .top_business .cont .item .flex_box .num::after {
        content: unset;
    }

    .top_business .cont .item .flex_box .text_area {
        padding-right: 5vw;
        padding-left: 5vw;
    }

    .top_business .cont .item .flex_box .text_area .en_item_ttl {
        font-size: 9.23vw;
    }

    .top_business .cont .item .flex_box .text_area .item_ttl {
        font-size: 4.1vw;
    }

    .top_business .cont .item .flex_box .text_area .inner_text_area .text {
        font-size: 3.6vw;
        line-height: 2;
    }

    .top_business .cont .item .item_link {
        font-size: 4.1vw;
        color: #fff;
        background-color: #333;
        margin: 2.5em auto 0;
        width: 87vw;
    }

    .top_news_sec {
        padding: 34.9vw 0 24.35vw;
    }

    .top_news_sec .cont {
        display: grid;
        grid-template-columns: 1fr;
        gap: 0;
        padding: 0;
    }

    .top_news_sec .cont .ttl_area {
        padding-top: 0;
    }

    .top_news_sec .cont .ttl_area .common_ttl_box {
        margin-bottom: 8.46vw;
        text-align: center;
    }

    .top_news_sec .cont .common_btn {
        margin-top: 10.25vw;
    }

    .common_btn {
        margin: 0 auto;
    }

    .common_btn .circle {
        width: 12.8vw;
    }

    .common_btn:hover .circle {
        background-color: #fff;
    }

    .common_btn .circle .icon {
        width: 5.1vw;
    }

    .common_btn:hover .circle .icon svg path {
        fill: #1D1D1D;
    }

    .common_news_box .news_item {
        flex-direction: column;
        align-items: flex-start;
        font-size: 3.6vw;
        padding: 5.4vw 12.71vw 5.4vw 0;
        gap: 0.5em;
    }

    .common_news_box .news_item:hover {
        color: #1D1D1D;
    }

    .common_news_box .news_item .dot {
        background-color: #E3E3E3;
    }

    .common_news_box .news_item .dot::before,
    .common_news_box .news_item .dot::after {
        background-color: #E3E3E3;
    }

    .common_news_box .news_item:not(:first-child) .dot.bf {
        display: none;
    }

    .common_news_box .news_item .date {
        font-size: 3vw;
    }

    .common_news_box .news_item:hover .date {
        color: #868686;
    }

    .common_news_box .news_item .more_box {
        top: 50%;
        right: 0;
        transform: translateY(-50%);
        width: 8.71vw;
        aspect-ratio: 1;
        border-radius: 50%;
        border: 1px solid #1D1D1D;
    }

    .common_news_box .news_item .more_box::before {
        content: "";
        background-image: url(./image/icon_arrow.svg);
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
        width: 3.46vw;
        aspect-ratio: 13.51 / 5.81;
        display: block;
    }

    .common_news_box .news_item .more_box .icon {
        display: none;
    }

    .common_news_box .news_item .more_box .more_text {
        display: none;
    }

    .contact_sec {
        padding: 45vw 0 7.4vw;
        background-image: url(./image/sec_contact_bg_sp.jpg);
    }

    .contact_sec .cont {
        width: 100%;
    }

    .contact_sec .wrap {
        max-width: 95%;
    }

    .contact_sec .cont .contact_link {
        flex-direction: column;
        gap: 1vw;
        margin-bottom: 5.6vw;
        padding: 0 2.5vw 2vw;
    }

    .contact_sec .cont .info_area dl dt,
    .contact_sec .cont .contact_link .sub {
        font-size: 4.1vw;
        position: relative;
    }

    .contact_sec .cont .contact_link .sub::before {
        content: "";
        position: absolute;
        background-image: url(./image/icon_arrow_w.svg);
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
        width: 5vw;
        aspect-ratio: 19.61 / 8.43;
        top: 52%;
        transform: translate(100%, -50%);
        right: -0.5em;
    }

    .contact_sec .cont .info_area dl dt::after,
    .contact_sec .cont .contact_link .sub::after {
        content: ":";
    }

    .contact_sec .cont .info_area dl dd a {
        pointer-events: all;
    }

    .contact_sec .cont .contact_link .main {
        font-size: 18vw;
    }

    .contact_sec .cont .contact_link:hover .main {
        color: transparent;
    }

    .contact_sec .cont .contact_link .main::before {
        background-image: url(./image/icon_mail_sp.svg);
    }

    .contact_sec .cont .contact_link .main::after {
        content: unset;
    }

    .contact_sec .cont .contact_link:hover .main::after {
        opacity: 0;
    }

    .contact_sec .cont .info_area {
        padding: 0 2.5vw;
    }

    .contact_sec .cont .info_area dl {
        gap: 2.5vw;
    }

    .contact_sec .cont .info_area dl+dl {
        margin-top: 2.5vw;
    }

    .contact_sec .cont .info_area dl dd {
        font-size: 5.9vw;
    }

    .main_footer {
        background-color: #1D1D1D;
        color: #fff;
        padding: 0;
        height: 100dvh;
        min-height: unset;
    }

    .main_footer .wrap {
        display: block;
        min-height: unset;
        height: auto;
    }

    .main_footer .text_box {
        height: calc(100dvh - 35vw);
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        position: relative;
        z-index: 4;
        background: linear-gradient(to bottom, transparent, #1d1d1d 80%);
    }

    .main_footer .text_box .ttl {
        padding-top: 47.5dvh;
        font-size: 6.78vw;
        font-weight: 700;
        letter-spacing: .097em;
        line-height: 1.5;
        margin-bottom: .5em;
        text-align: center;
    }

    .main_footer .text_box .en_sub {
        font-size: 5.1vw;
        letter-spacing: .02em;
        line-height: 1.35;
        font-weight: 300;
        text-align: center;
    }

    .main_footer .ft_btm_area {
        align-items: unset;
        position: absolute;
        flex-direction: column;
        bottom: 0;
        text-align: center;
        left: 0;
        padding: 0 2.5vw 7.7vw;
        z-index: 15;
        width: 100%;
        background-color: #1d1d1d;
    }

    .main_footer .ft_btm_area .address {
        font-size: 3.6vw;
        line-height: 1.28;
        margin-bottom: 1em;
        color: #919191;
    }

    .main_footer .ft_btm_area .btm_link_area {
        justify-content: center;
    }

    .main_footer .ft_btm_area .btm_link_area .btm_link {
        color: #919191;
        font-size: 3vw;
    }

    .main_footer .ft_btm_area .copy_area {
        font-size: 3vw;
        color: #919191;
        margin-top: 0.5em;
    }

    .main_footer .ft_btm_area .dot {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        height: 1px;
        background-color: #919191;
        margin-bottom: 3.6vw;
    }

    .main_footer .ft_btm_area .dot::before,
    .main_footer .ft_btm_area .dot::after {
        content: "";
        width: 5px;
        height: 5px;
        background-color: #919191;
        border-radius: 50%;
        flex-shrink: 0;
    }


    .common_page_main .cont {
        position: relative;
        padding: 35.8vw 0 15.9vw;
        flex-direction: column;
        gap: 10vw;
    }

    .common_page_main .cont .title_box {
        flex-grow: 1;
    }

    .common_page_main .cont .title_box .sub_title {
        font-size: 15.3vw;
    }

    .common_page_main .cont .title_box .title {
        font-size: 4.6vw;
        margin-top: .2em;
    }

    .common_page_main .fv_link_area {
        flex-direction: row;
        font-size: 3.6vw;
        gap: 1em;
        letter-spacing: .08em;
        padding-top: 0;
        flex-wrap: wrap;
    }

    .common_page_main .fv_link_area .fv_link::after {
        content: unset;
    }

    .comp_common_ttl_box {
        flex-direction: column;
        gap: 0;
    }

    .comp_common_ttl_box .ttl {
        writing-mode: horizontal-tb;
        color: #1D1D1D;
        font-size: 3.6vw;
        line-height: 1;
    }

    .comp_common_ttl_box .en_ttl {
        font-size: 10.25vw;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        background-clip: text;
        -webkit-background-clip: text;
        color: transparent;
        width: fit-content;
        line-height: 1.2;
    }

    .page_company_greeting .comp_common_ttl_box .en_ttl {
        background-image: url(./image/cursor_img_greeting.jpg);
    }

    .page_company_philo .comp_common_ttl_box .en_ttl {
        -webkit-text-stroke: unset;
        text-stroke: unset;
        color: #fff;
    }

    .page_company_mvv .comp_common_ttl_box .en_ttl {
        background-image: url(./image/cursor_img_mvv.jpg);
    }

    .page_company_about .comp_common_ttl_box .en_ttl {
        background-image: url(./image/cursor_img_about.jpg);
    }

    .page_company_history .comp_common_ttl_box .en_ttl {
        background-image: url(./image/cursor_img_history.jpg);
    }

    .comp_common_ttl_box.left {
        justify-content: center;
    }

    .comp_common_ttl_box.tate {
        flex-direction: column;
        align-items: center;
    }

    .page_company_greeting {
        padding-bottom: 15vw;
    }

    .page_company_greeting .comp_common_ttl_box {
        margin-bottom: 12.8vw;
    }

    .page_company_greeting .cont {
        flex-direction: column;
        gap: 15.7vw;
        padding: 0;
    }

    .page_company_greeting .cont .img {
        width: 71.5vw;
        height: 47.7vw;
    }

    .page_company_greeting .cont .text_area {
        width: 100%;
    }

    .page_company_greeting .cont .text_area .text {
        font-size: 3.6vw;
        line-height: 1.85;
        letter-spacing: .06em;
    }

    .page_company_greeting .cont .text_area .text+.text {
        margin-top: 1.85em;
    }


    .page_company_philo .dot {
        display: none;
    }

    .page_company_philo .comp_common_ttl_box {
        margin-bottom: 4vw;
    }

    .page_company_philo .comp_common_ttl_box .ttl {
        color: #fff;
    }

    .page_company_philo::before {
        content: unset;
    }

    .page_company_philo::after {
        content: unset;
    }

    .page_company_philo .wrap {
        padding-right: 0;
        max-width: 100%;
    }

    .page_company_philo .cont {
        padding: 15vw 5vw;
        background-image: url(./image/cursor_img_philo.jpg);
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        color: #fff;
        position: relative;
    }

    .page_company_philo .cont::before {
        content: "";
        position: absolute;
        inset: 0;
        background-color: #1d1d1d;
        opacity: .8;
        pointer-events: none;
    }

    .page_company_philo .cont>* {
        position: relative;
        z-index: 1;
    }

    .page_company_philo .cont .text_area {
        padding-left: 0;
        padding-top: 0;
    }

    .page_company_philo .cont .text_area .text {
        font-size: 3.6vw;
        line-height: 1.85;
    }

    .page_company_philo .cont .text_area .text+.text {
        margin-top: 1.85em;
    }

    .page_company_mvv {
        padding: 60vw 0 20vw;
    }

    .page_company_mvv::before {
        top: 15vw;
        width: 90vw;
        height: 35vw;
        left: 5vw;
    }

    .page_company_mvv .cont {
        padding-left: 0;
        padding-right: 0;
    }

    .page_company_mvv .comp_common_ttl_box {
        margin-bottom: 4vw;
    }

    .page_company_mvv .block .box {
        gap: 3vw;
        flex-direction: column;
    }

    .page_company_mvv .block .box+.box {
        margin-top: 7vw;
    }

    .page_company_mvv .block .box .box_head {
        font-size: 12vw;
        line-height: 1;
    }

    .page_company_mvv .block .box .text_area {
        width: 100%;
        padding-top: 0;
    }

    .page_company_mvv .block .box .text_area .main_text {
        font-size: 4vw;
    }

    .page_company_mvv .block .box .text_area .sub_text {
        font-size: 3.4vw;
    }

    .page_company_about {
        padding-bottom: 20vw;
    }

    .page_company_about .cont {
        grid-template-columns: 1fr;
        gap: 7vw;
        margin-bottom: 7vw;
    }

    .page_company_about .cont .text_area .comp_common_ttl_box {
        margin-bottom: 5vw;
    }

    .page_company_about .cont .text_area .about_list {
        padding-left: 0;
    }

    .page_company_about .cont .text_area .about_list dl {
        font-size: 3.6vw;
    }

    .page_company_about .cont .text_area .about_list dl dd {
        width: 70%;
    }

    .page_company_about .cont .text_area .about_list dl+dl {
        margin-top: 1em;
    }

    .page_company_about .cont .img {
        height: 40vw;
    }

    .page_company_about .soshikizu {
        padding: 5vw;
        overflow: scroll;
    }

    .page_company_about .soshikizu .img {
        width: 220vw;
    }

    .page_company_history .history_img {
        position: static;
        width: 90vw;
        height: 35vw;
        margin-left: 5vw;
    }

    .page_company_history .cont {
        padding-left: 0;
        padding-top: 7vw;
    }

    .page_company_history .cont .comp_common_ttl_box {
        margin-bottom: 5vw;
    }

    .page_company_history .cont .history_block .history_item {
        grid-template-columns: 1fr 68%;
        gap: 1em;
        padding: 0 1em 1.2em;
        font-size: 3.4vw;
        letter-spacing: .08em;
        line-height: 1.5;
    }

    .page_company_history .cont .history_block .history_item+.history_item {
        padding-top: 1.2em;
    }

    .-sidebar-on .l-content {
        padding-top: calc(20vw + 56px) !important;
    }
}