@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: #000;
    --sub-color: #fff;
}

body {
    color: #505050;
    font-size: 16px;
    line-height: 1.7;
    -webkit-text-size-adjust: 100%;
    min-width: 1440px;
    font-family: source-han-sans-japanese, sans-serif;
}

.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: #3E3E3E;
    letter-spacing: .08em;
}

.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,
.common_contact_form #zip2 {
    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;
}


/* -------------------------------------------------------------------------------------------------------------------------------------------------
↓↓↓ 株式会社アワジス CSS (PC) ↓↓↓
------------------------------------------------------------------------------------------------------------------------------------------------- */


@font-face {
    font-weight: 800;
    src: url("/wp-content/themes/child/font/LINESeedJP_TTF_Eb.woff") format("woff");
    font-family: "LINESeedJP";
}

@font-face {
    font-weight: 700;
    src: url("/wp-content/themes/child/font/LINESeedJP_TTF_Bd.woff") format("woff");
    font-family: "LINESeedJP";
}

.font_line {
    font-family: "LINESeedJP", sans-serif;
}

.font_source {
    font-family: "source-han-sans-japanese", sans-serif;
}

.font_itc {
    font-family: "itc-avant-garde-gothic-pro", sans-serif;
}

.font_noto_sans {
    font-family: "Noto Sans JP", sans-serif;
}

main {
    overflow: hidden;
}

html {
    scroll-behavior: smooth;
}

html.active {
    overflow: hidden;
}

/* 共通部分 (pc) ------------------------------------------------------------------------------------------------------ */

span,
a {
    display: inline-block;
    font-weight: inherit;
}

body figure {
    margin: 0;
}

img {
    -o-object-fit: cover;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.common_heading .common_heading_en {
    font-weight: 300;
    font-size: 16px;
    letter-spacing: 0.2em;
    text-align: center;
    text-transform: uppercase;
}

.common_heading .common_heading_ja {
    font-weight: 700;
    font-size: 22px;
    letter-spacing: 0.22em;
    text-align: center;
}

a.common_btn {
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    align-items: center;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding-right: 5px;
    padding-bottom: 5px;
    color: #505050;
    font-weight: 700;
    font-size: 16px;
    letter-spacing: 0.18em;
}

a.common_btn::before {
    -webkit-transform: scaleX(0);
    -webkit-transition: -webkit-transform 0.3s ease 0s;
    -webkit-transform-origin: center left;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    transform: scaleX(0);
    transform-origin: center left;
    background-color: #1A1A1A;
    content: "";
    transition: -webkit-transform 0.3s ease 0s;
    transition: transform 0.3s ease 0s;
    transition: transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
}

a.common_btn::after {
    -webkit-transform: rotate(45deg);
    -webkit-transition: -webkit-transform 0.3s ease 0s;
    aspect-ratio: 1/1;
    width: 10px;
    margin-top: 1px;
    margin-left: 60px;
    transform: rotate(45deg);
    border: 1px solid #1A1A1A;
    border-bottom: none;
    border-left: none;
    content: "";
    transition: -webkit-transform 0.3s ease 0s;
    transition: transform 0.3s ease 0s;
    transition: transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
}

a.common_btn:hover::before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.common_contact {
    z-index: 20;
    position: fixed;
    right: 0;
    bottom: 0;
    width: 260px;
    padding: 10px;
    border-radius: 6px 0 0 0;
    background-color: #E70012;
}

.common_contact .contact_head {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFF;
    font-weight: 700;
    font-size: 18px;
    letter-spacing: 0.06em;
}

.common_contact .contact_head::after {
    -webkit-transform: rotate(180deg);
    -webkit-transition: -webkit-transform 0.3s ease 0s;
    aspect-ratio: 1/1;
    width: 23px;
    margin-left: 35px;
    transform: rotate(180deg);
    background-image: url(/wp-content/themes/child/image/fixed_arrow.svg);
    background-size: contain;
    background-repeat: no-repeat;
    content: "";
    transition: -webkit-transform 0.3s ease 0s;
    transition: transform 0.3s ease 0s;
    transition: transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
}

.common_contact .contact_head.active::after {
    -webkit-transform: rotate(0);
    transform: rotate(0);
}

.common_contact .contact_body {
    display: none;
    margin-top: 10px;
    padding: 10px;
    background-color: #FFF;
}

.common_contact .contact_btn {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-transition: opacity 0.3s ease 0s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    aspect-ratio: 220/60;
    width: 220px;
    border-radius: 4px;
    background-color: #06C755;
    color: #FFF;
    font-weight: 700;
    font-size: 16px;
    transition: opacity 0.3s ease 0s;
    padding-right: 8px;
}

.common_contact .contact_btn:hover {
    opacity: 0.7;
}

.common_contact .contact_btn::before {
    aspect-ratio: 1/1;
    width: 40px;
    margin-right: 7px;
    background-image: url(/wp-content/themes/child/image/common_icon_line.svg);
    background-size: contain;
    background-repeat: no-repeat;
    content: "";
}

.common_contact .contact_btn+.contact_btn {
    margin-top: 10px;
    background-color: #C1AA5D;
}

.common_contact .contact_btn+.contact_btn::before {
    width: 26px;
    margin-right: 14px;
    background-image: url(/wp-content/themes/child/image/common_icon_buy.svg);
}

.common_contact .contact_text {
    margin-top: 10px;
    color: #1A1A1A;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 0.03em;
    text-align: center;
}

.common_contact .contact_tel {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #1A1A1A;
    font-weight: 700;
    font-size: 20px;
    letter-spacing: 0.01em;
}

.common_contact .contact_tel::before {
    aspect-ratio: 1/1;
    width: 23px;
    margin-right: 5px;
    background-image: url(/wp-content/themes/child/image/common_icon_tel.svg);
    background-size: contain;
    background-repeat: no-repeat;
    content: "";
}

.common_contact .contact_time {
    margin-top: 10px;
    color: #333;
    font-weight: 400;
    font-size: 13px;
    line-height: 1.4;
    text-align: center;
}

.common_fv {
    position: relative;
    margin-top: 90px;
    padding: 50px 0 10px;
    background-image: url(/wp-content/themes/child/image/common_fv_bg.webp);
    background-position: center center;
    background-size: cover;
}

.common_fv .wrap {
    width: 1240px;
}

.common_fv .common_fv_heading_en {
    font-weight: 300;
    font-size: 26px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
}

.common_fv .common_fv_heading_ja {
    margin-top: 10px;
    font-weight: 700;
    font-size: 46px;
    line-height: 1;
    letter-spacing: 0.26em;
}

.common_fv .common_fv_bread {
    margin-top: 40px;
}

.common_fv .common_fv_items {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -ms-flex-wrap: wrap;
    -webkit-column-gap: 5px;
    -moz-column-gap: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    column-gap: 5px;
    flex-wrap: wrap;
    justify-content: flex-end;
    color: #868686;
    font-weight: 400;
    font-size: 13px;
}

.common_fv .common_fv_items span a span {
    -webkit-transition: opacity 0.3s ease 0s;
    color: #868686;
    transition: opacity 0.3s ease 0s;
}

.common_fv .common_fv_items span a span:hover {
    opacity: 0.7;
}

.common_section {
    padding: 120px 0;
}

/* pagenavi (pc) -------------------------------------------------------------------------------------------------------------------- */

.wp-pagenavi a,
.wp-pagenavi span {
    border: 1px solid #151515;
    background-color: transparent;
    color: #151515;
}

.wp-pagenavi a:hover {
    border: 1px solid transparent !important;
    background-color: #151515 !important;
    color: #FFF;
}

.wp-pagenavi span.current {
    border: 1px solid transparent !important;
    background-color: #151515;
    color: #FFF;
}

/* header (pc) ------------------------------------------------------------------------------------------------------ */

.header {
    -webkit-backdrop-filter: blur(5px);
    z-index: 40;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    min-width: 1440px;
    height: 90px;
    backdrop-filter: blur(5px);
    background: transparent;
    background-color: rgba(255, 255, 255, 0.15);
}

.header.active {
    -webkit-backdrop-filter: initial;
    backdrop-filter: initial;
    background-color: initial;
}

.header.active .header_items,
.header.active .header_logo {
    display: none;
}

.header.active.top_page .header_btn {
    border: 2px solid #1A1A1A;
}

.header.active.top_page .header_btn span {
    background-color: #1A1A1A;
}

.header .header_inner {
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    height: inherit;
    padding: 0 50px;
}

.header .header_logo {
    -webkit-transition: opacity 0.3s ease 0s;
    aspect-ratio: 100/21;
    width: 100px;
    background-image: url(/wp-content/themes/child/image/common_logo_red.svg);
    background-size: contain;
    background-repeat: no-repeat;
    transition: opacity 0.3s ease 0s;
}

.header .header_logo:hover {
    opacity: 0.7;
}

.header .header_nav {
    height: inherit;
    margin-left: auto;
}

.header .header_items {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    column-gap: 40px;
    align-items: center;
    height: inherit;
}

.header .header_link {
    -webkit-transition: opacity 0.3s ease 0s;
    color: #1A1A1A;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 0.12em;
    transition: opacity 0.3s ease 0s;
}

.header .header_link:hover {
    opacity: 0.7;
}

.header.top_page .header_item.accent .header_link {
    background-color: #516270;
}

.header .header_item.accent .header_link {
    background-color: #cc0900;
    color: #fff;
    padding: 8px 15px;
}

.header .header_item.blown .header_link{
    background-color: #312522;
}

.header .header_btn {
    position: relative;
    aspect-ratio: 1/1;
    width: 60px;
    margin-left: 70px;
    border: 2px solid #1A1A1A;
    cursor: pointer;
}

.header .header_btn span {
    -webkit-transition: -webkit-transform 0.3s ease 0s;
    position: absolute;
    right: 12px;
    height: 2px;
    background-color: #1A1A1A;
    transition: -webkit-transform 0.3s ease 0s;
    transition: transform 0.3s ease 0s;
    transition: transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
}

.header .header_btn span:nth-child(1) {
    top: 19px;
    width: 34px;
}

.header .header_btn span:nth-child(2) {
    top: 27px;
    width: 14px;
}

.header .header_btn span:nth-child(3) {
    top: 35px;
    width: 24px;
}

.header .header_btn.active span {
    right: auto;
    left: 50%;
}

.header .header_btn.active span:nth-child(1) {
    -webkit-transform: translateX(-50%) rotate(135deg);
    top: 27px;
    transform: translateX(-50%) rotate(135deg);
}

.header .header_btn.active span:nth-child(2) {
    display: none;
}

.header .header_btn.active span:nth-child(3) {
    -webkit-transform: translateX(-50%) rotate(-135deg);
    top: 27px;
    width: 34px;
    transform: translateX(-50%) rotate(-135deg);
}

.header.top_page .header_logo {
    background-image: url(/wp-content/themes/child/image/common_logo_red.svg);
}

.header.top_page .header_link {
    color: #FFF;
}

.header.top_page .header_btn {
    border: 2px solid #FFF;
}

.header.top_page .header_btn span {
    background-color: #FFF;
}

/* drawer (pc) ------------------------------------------------------------------------------------------------------ */

.drawer_pc {
    -webkit-transform: translateX(105%);
    -webkit-transition: -webkit-transform 0.3s ease 0s;
    z-index: 30;
    position: fixed;
    top: 0;
    right: 0;
    width: 980px;
    height: 100%;
    padding: 110px 0 50px 100px;
    transform: translateX(105%);
    background-color: rgba(244, 244, 244, 0.98);
    transition: -webkit-transform 0.3s ease 0s;
    transition: transform 0.3s ease 0s;
    transition: transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
}

.drawer_pc.active {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.drawer_pc .drawer_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.drawer_pc .drawer_items {
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    display: grid;
    grid-template-columns: 220px 150px 215px;
    column-gap: 40px;
}

.drawer_pc .drawer_item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
}

.drawer_pc .drawer_lead {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    column-gap: 10px;
    align-items: center;
    color: #1A1A1A;
    font-weight: 900;
    font-size: 20px;
    white-space: nowrap;
    letter-spacing: 0.1em;
}

.drawer_pc .drawer_lead::after {
    width: 100%;
    height: 1px;
    margin-left: auto;
    border-top: 1px dashed #1A1A1A;
    content: "";
}

.drawer_pc .drawer_link {
    -webkit-transition: opacity 0.3s ease 0s;
    margin-top: 15px;
    color: #1A1A1A;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 0.1em;
    transition: opacity 0.3s ease 0s;
}

.drawer_pc .drawer_link+.drawer_link {
    margin-top: 5px;
}

.drawer_pc .drawer_link+.drawer_lead {
    margin-top: 50px;
}

.drawer_pc .drawer_link:hover {
    opacity: 0.7;
}

.drawer_pc .drawer_page {
    -webkit-transition: opacity 0.3s ease 0s;
    color: #1A1A1A;
    font-weight: 900;
    font-size: 20px;
    transition: opacity 0.3s ease 0s;
}

.drawer_pc .drawer_page+.drawer_page {
    margin-top: 30px;
}

.drawer_pc .drawer_page:hover {
    opacity: 0.7;
}

.drawer_pc .drawer_others {
    margin-top: 40px;
}

.drawer_pc .drawer_other {
    -webkit-transition: opacity 0.3s ease 0s;
    display: block;
    color: #1A1A1A;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 0.08em;
    transition: opacity 0.3s ease 0s;
}

.drawer_pc .drawer_other:hover {
    opacity: 0.7;
}

.drawer_pc .drawer_icons {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-column-gap: 26px;
    -moz-column-gap: 26px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    column-gap: 26px;
    align-items: center;
    margin-top: auto;
}

.drawer_pc .drawer_icon {
    -webkit-transition: opacity 0.3s ease 0s;
    aspect-ratio: 1/1;
    width: 34px;
    height: 34px;
    transition: opacity 0.3s ease 0s;
}

.drawer_pc .drawer_icon:hover {
    opacity: 0.7;
}

.drawer_pc .drawer_info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 70px;
}

.drawer_pc .drawer_tel {
    color: #1A1A1A;
    font-weight: 300;
    font-size: 22px;
    line-height: 1;
    letter-spacing: 0.01em;
}

.drawer_pc .drawer_tel span {
    margin-right: 3px;
    font-size: 16px;
    text-transform: uppercase;
}

.drawer_pc .drawer_time {
    font-weight: 400;
    font-size: 13px;
    letter-spacing: 0.05em;
}

.drawer_pc .drawer_address {
    margin-top: 5px;
    margin-left: 40px;
    font-weight: 400;
    font-size: 13px;
    letter-spacing: 0.05em;
}

/* footer (pc) ------------------------------------------------------------------------------------------------------ */

.footer {
    overflow: hidden;
    background-color: #F4F4F4;
}

.footer .footer_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 120px 0 90px;
}

.footer .footer_logo {
    -webkit-transition: opacity 0.3s ease 0s;
    width: 250px;
    transition: opacity 0.3s ease 0s;
}

.footer .footer_logo:hover {
    opacity: 0.7;
}

.footer .footer_company {
    margin-top: 15px;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 0.17em;
}

.footer .footer_map {
    aspect-ratio: 310/170;
    width: 310px;
    margin-top: 25px;
}

.footer .footer_map iframe {
    width: 100%;
    height: 100%;
}

.footer .footer_address {
    margin-top: 12px;
    font-weight: 400;
    font-size: 13px;
    letter-spacing: 0.05em;
}

.footer .footer_tel {
    margin-top: 20px;
    color: #1A1A1A;
    font-weight: 300;
    font-size: 22px;
    letter-spacing: 0.01em;
    line-height: 1.5;
}

.footer .footer_tel span {
    margin-right: 3px;
    font-size: 16px;
    text-transform: uppercase;
}

.footer .footer_time {
    font-weight: 400;
    font-size: 13px;
    letter-spacing: 0.05em;
}

.footer .footer_items {
    -webkit-column-gap: 60px;
    -moz-column-gap: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    column-gap: 60px;
    margin-left: 100px;
}

.footer .footer_item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -ms-flex-negative: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-shrink: 0;
    flex-direction: column;
}

.footer .footer_lead {
    color: #1A1A1A;
    font-weight: 900;
    font-size: 15px;
    letter-spacing: 0.08em;
}

.footer .footer_link {
    -webkit-transition: opacity 0.3s ease 0s;
    margin-top: 10px;
    color: #1A1A1A;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 0.08em;
    transition: opacity 0.3s ease 0s;
}

.footer .footer_link+.footer_link {
    margin-top: 0;
}

.footer .footer_link+.footer_lead {
    margin-top: 35px;
}

.footer .footer_link:hover {
    opacity: 0.7;
}

.footer .footer_page {
    -webkit-transition: opacity 0.3s ease 0s;
    color: #1A1A1A;
    font-weight: 900;
    font-size: 15px;
    letter-spacing: 0.08em;
    transition: opacity 0.3s ease 0s;
}

.footer .footer_page:hover {
    opacity: 0.7;
}

.footer .footer_page+.footer_page {
    margin-top: 10px;
}

.footer .footer_others {
    margin-top: 25px;
}

.footer .footer_other {
    -webkit-transition: opacity 0.3s ease 0s;
    display: block;
    color: #1A1A1A;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 0.08em;
    transition: opacity 0.3s ease 0s;
}

.footer .footer_other:hover {
    opacity: 0.7;
}

.footer .footer_icons {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-column-gap: 26px;
    -moz-column-gap: 26px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    column-gap: 26px;
    align-items: center;
    margin-top: auto;
    margin-left: auto;
}

.footer .footer_icon {
    -webkit-transition: opacity 0.3s ease 0s;
    aspect-ratio: 1/1;
    width: 34px;
    height: 34px;
    transition: opacity 0.3s ease 0s;
}

.footer .footer_icon:hover {
    opacity: 0.7;
}

.footer .footer_bottom {
    margin: 0 calc(50% - 50vw);
    padding: 25px 0 50px;
    border-top: 1px solid #CECECE;
}

.footer .footer_copy {
    color: #1A1A1A;
    font-size: 11px;
    text-align: center;
}

.footer .footer_copy small {
    font-size: 100%;
}

/* top_loading (pc) -------------------------------------------------------------------------------------------------------------------- */

.top_loading {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-clip-path: inset(0 0 0 0);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 50;
    position: fixed;
    top: 0;
    left: 0;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background-color: #FFF;
    clip-path: inset(0 0 0 0);
}

.top_loading .loading_logo {
    visibility: hidden;
    width: 400px;
    opacity: 0;
}

/* top_fv (pc) -------------------------------------------------------------------------------------------------------------------- */

.top_fv {
    position: relative;
    height: 720px;
}

.top_fv .top_fv_swiper {
    position: relative;
    height: 100%;
}

.top_fv .top_fv_swiper::after {
    z-index: 5;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #333;
    content: "";
    opacity: 0.7;
}

.top_fv .fv_contents {
    z-index: 10;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-top: 330px;
}

.top_fv .fv_lead {
    color: #FFF;
    font-weight: 500;
    font-size: 20px;
    letter-spacing: 0.22em;
    text-align: center;
}

.top_fv .fv_text {
    color: #FFF;
    font-weight: 500;
    font-size: 42px;
    letter-spacing: 0.24em;
    text-align: center;
}

.top_fv .fv_btn {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-transition: opacity 0.3s ease 0s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 0;
    position: relative;
    align-items: center;
    justify-content: center;
    aspect-ratio: 1/1;
    width: 120px;
    margin: 110px auto 0;
    border: 2px solid #FFF;
    border-radius: 50%;
    color: #FFF;
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
    transition: opacity 0.3s ease 0s;
}

.top_fv .fv_btn::after {
    -webkit-transform: translate(-50%, -50%);
    -webkit-backdrop-filter: blur(4px);
    z-index: -10;
    position: absolute;
    top: 50%;
    left: 50%;
    aspect-ratio: 1/1;
    width: 100px;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    backdrop-filter: blur(4px);
    background: transparent;
    background-color: rgba(255, 255, 255, 0.15);
    content: "";
}

.top_fv .fv_btn:hover {
    opacity: 0.7;
}

/* top_about (pc) -------------------------------------------------------------------------------------------------------------------- */

.top_about {
    padding-top: 140px;
    background-image: url(/wp-content/themes/child/image/top_about_bg.webp);
    background-position: center center;
    background-size: cover;
}

.top_about .about_text {
    margin-top: 30px;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 0.06em;
    text-align: center;
}

.top_about .about_items {
    -webkit-column-gap: 3px;
    -moz-column-gap: 3px;
    display: grid;
    grid-template-columns: repeat(3, 33.33%);
    column-gap: 3px;
    margin: 35px calc(50% - 50vw) 0;
}

.top_about .about_item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 0;
    position: relative;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    aspect-ratio: 480/450;
    padding-bottom: 50px;
}

.top_about .about_item::after {
    z-index: -5;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #333;
    content: "";
    opacity: 0.7;
}

.top_about .about_item:hover .about_img img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.top_about .about_img {
    z-index: -5;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.top_about .about_img img {
    -webkit-transition: -webkit-transform 0.3s ease 0s;
    transition: -webkit-transform 0.3s ease 0s;
    transition: transform 0.3s ease 0s;
    transition: transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
}

.top_about .about_title_en {
    position: relative;
    color: #FFF;
    font-weight: 300;
    font-size: 24px;
    letter-spacing: 0.22em;
    text-transform: uppercase;
}

.top_about .about_title_en::before {
    -webkit-transform: translateX(-50%);
    position: absolute;
    top: -10px;
    left: 50%;
    width: 270px;
    height: 1px;
    transform: translateX(-50%);
    background-color: #FFF;
    content: "";
}

.top_about .about_title {
    color: #FFF;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0.17em;
}

/* top_service (pc) -------------------------------------------------------------------------------------------------------------------- */

.top_service {
    padding-top: 110px;
}

.top_service .service_items {
    -webkit-column-gap: 3px;
    -moz-column-gap: 3px;
    display: grid;
    grid-template-columns: repeat(3, 33.33%);
    column-gap: 3px;
    margin: 35px calc(50% - 50vw) 0;
}

.top_service .service_item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 0;
    position: relative;
    flex-direction: column;
    align-items: center;
    aspect-ratio: 480/450;
    padding-top: 30px;
}

.top_service .service_item::after {
    z-index: -5;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(134, 134, 134, 0.8)), to(rgba(51, 46, 36, 0.2)));
    background: linear-gradient(rgba(134, 134, 134, 0.8) 0%, rgba(51, 46, 36, 0.2) 100%);
    content: "";
    mix-blend-mode: multiply;
}

.top_service .service_item:hover .service_img img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.top_service .service_img {
    z-index: -5;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.top_service .service_img img {
    -webkit-transition: -webkit-transform 0.3s ease 0s;
    transition: -webkit-transform 0.3s ease 0s;
    transition: transform 0.3s ease 0s;
    transition: transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
}

.top_service .service_number {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    aspect-ratio: 1/1;
    width: 70px;
    border: 1px solid #FFF;
    border-radius: 50%;
    color: #FFF;
    font-weight: 400;
    font-size: 20px;
    padding-bottom: 2px;
}

.top_service .service_title_en {
    margin-top: 25px;
    color: #FFF;
    font-weight: 300;
    font-size: 36px;
    line-height: 1;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.top_service .service_title {
    margin-top: 10px;
    color: #FFF;
    font-weight: 400;
    font-size: 18px;
    letter-spacing: 0.26em;
}

/* top_strength (pc) -------------------------------------------------------------------------------------------------------------------- */

.top_strength {
    padding-top: 120px;
}

.top_strength .strength_items {
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    display: grid;
    grid-template-columns: repeat(2, 560px);
    column-gap: 20px;
    margin-top: 30px;
}

.top_strength .strength_items .strength_title {
    font-size: 18px;
}

.top_strength .strength_items .strength_number {
    font-size: 66px;
    color: #E70012;
}

.top_strength .strength_items .strength_number::before {
    width: 58px;
}

.top_strength .strength_items .strength_text {
    font-size: 14px;
}

.top_strength .strength_item {
    padding: 20px 30px 30px;
    border: 1px solid #1A1A1A;
}

.top_strength .strength_lists {
    -webkit-column-gap: 23px;
    -moz-column-gap: 23px;
    display: grid;
    grid-template-columns: repeat(3, 365px);
    column-gap: 23px;
    margin-top: 20px;
}

.top_strength .strength_lists .strength_title {
    font-size: 16px;
}

.top_strength .strength_lists .strength_number {
    font-size: 46px;
    color: #E70012;
}

.top_strength .strength_lists .strength_number::before {
    width: 49px;
}

.top_strength .strength_lists .strength_text {
    font-size: 13px;
}

.top_strength .strength_list {
    padding: 20px;
    border: 1px solid #1A1A1A;
}

.top_strength .strength_title {
    padding-bottom: 20px;
    border-bottom: 1px solid #1A1A1A;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.16em;
    text-align: center;
}

.top_strength .strength_number {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    align-items: center;
    /* margin-top: 30px; */
    color: #1A1A1A;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.09em;
}

.top_strength .strength_number::before {
    aspect-ratio: 58/53;
    margin-bottom: 10px;
    background-image: url(/wp-content/themes/child/image/top_strength_icon.svg);
    background-size: contain;
    background-repeat: no-repeat;
    content: "";
    display: none;
}

.top_strength .wrap_strength_text {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    margin-top: 30px;
    font-weight: 700;
}

.top_strength .wrap_strength_text+.wrap_strength_text {
    margin-top: 10px;
}

.top_strength .strength_text {
    margin-top: 20px;
    font-weight: 400;
    letter-spacing: 0.06em;
}

/* top_project (pc) -------------------------------------------------------------------------------------------------------------------- */

.top_project {
    padding-top: 130px;
}

.top_project .wrap {
    width: 1340px;
}

.top_project .top_project_swiper {
    height: 520px;
    margin: 30px calc(50% - 50vw) 0;
}

.top_project .swiper-wrapper {
    height: 100%;
}

.top_project .swiper-slide {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 0;
    position: relative;
    flex-direction: column;
    justify-content: flex-end;
    width: 1240px;
    height: 100%;
    padding: 50px;
}

.top_project .swiper-slide::after {
    z-index: -5;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#1a1a1a));
    background: linear-gradient(rgba(255, 255, 255, 0) 0%, #1a1a1a 100%);
    content: "";
}

.top_project .swiper-slide:hover .project_img img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.top_project .project_number {
    color: #FFF;
    font-weight: 600;
    font-size: 16px;
}

.top_project .project_title {
    color: #FFF;
    font-weight: 700;
    font-size: 26px;
    letter-spacing: 0.26em;
}

.top_project .project_price {
    border-bottom: 1px solid #FFF;
    color: #FFF;
    font-weight: 700;
    font-size: 20px;
}

.top_project .project_price span {
    margin-right: 5px;
    font-weight: 600;
    font-size: 36px;
}

.top_project .project_img {
    z-index: -10;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.top_project .project_img img {
    -webkit-transition: -webkit-transform 0.3s ease 0s;
    transition: -webkit-transform 0.3s ease 0s;
    transition: transform 0.3s ease 0s;
    transition: transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
}

.top_project .project_btn {
    margin-top: 70px;
    margin-left: auto;
}

/* top_works (pc) -------------------------------------------------------------------------------------------------------------------- */

.top_works {
    padding-top: 100px;
}

.top_works .wrap {
    width: 1340px;
}

.top_works .works_contents {
    margin-top: 35px;
}

.top_works .works_outer {
    -webkit-column-gap: 2px;
    -moz-column-gap: 2px;
    display: grid;
    grid-template-columns: repeat(2, 50%);
    column-gap: 2px;
    height: 1000px;
}

.top_works .works_left,
.top_works .works_right,
.top_works .works_items {
    height: 100%;
}

.top_works .works_left .works_item:nth-child(1) {
    height: 67%;
}

.top_works .works_left .works_item:nth-child(2) {
    height: 33%;
    margin-top: 2px;
}

.top_works .works_right>.works_items {
    height: 33%;
}

.top_works .works_right_down {
    -webkit-column-gap: 2px;
    -moz-column-gap: 2px;
    display: grid;
    grid-template-columns: repeat(2, 50%);
    column-gap: 2px;
    width: calc(100% - 2px);
    height: 67%;
    margin-top: 2px;
}

.top_works .works_right_left {
    height: 100%;
}

.top_works .works_right_right {
    height: calc(100% - 2px);
}

.top_works .works_right_right .works_item {
    height: 50%;
}

.top_works .works_right_right .works_item:nth-child(2) {
    margin-top: 2px;
}

.top_works .works_item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 0;
    position: relative;
    flex-direction: column;
    justify-content: flex-end;
    width: 100%;
    height: 100%;
    padding: 35px;
}

.top_works .works_item::after {
    z-index: -10;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #1A1A1A;
    content: "";
    opacity: 0.4;
}

.top_works .works_item:hover .works_img img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.top_works .works_title {
    color: #FFF;
    font-weight: 700;
    font-size: 20px;
    line-height: 1.5;
    letter-spacing: 0.26em;
}

.top_works .works_info {
    margin-top: 20px;
    color: #FFF;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 0.26em;
}

.top_works .works_img {
    z-index: -10;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.top_works .works_img img {
    -webkit-transition: -webkit-transform 0.3s ease 0s;
    transition: -webkit-transform 0.3s ease 0s;
    transition: transform 0.3s ease 0s;
    transition: transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
}

.top_works .top_works_swiper {
    height: 333px;
    margin-top: 4px;
}

.top_works .top_works_swiper .works_item {
    width: 333px;
    padding: 20px;
}

.top_works .top_works_swiper .works_title {
    font-size: 16px;
}

.top_works .top_works_swiper .works_info {
    margin-top: 15px;
    font-size: 14px;
}

.top_works .swiper-wrapper {
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
}

.top_works .works_btn {
    margin-top: 40px;
    margin-left: auto;
}

/* top_recruit (pc) -------------------------------------------------------------------------------------------------------------------- */

.top_recruit {
    padding-top: 130px;
    padding-bottom: 220px;
}

.top_recruit .wrap {
    width: 1240px;
}

.top_recruit .recruit_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.top_recruit .recruit_heading {
    flex-shrink: 0;
}

.top_recruit .recruit_heading_ja {
    font-weight: 700;
    font-size: 16px;
    letter-spacing: 0.26em;
}

.top_recruit .recruit_heading_en {
    margin-top: 5px;
    font-weight: 300;
    font-size: 16px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
}

.top_recruit .recruit_body {
    margin-left: 140px;
}

.top_recruit .recruit_lead {
    font-weight: 700;
    font-size: 26px;
    letter-spacing: 0.26em;
}

.top_recruit .recruit_text {
    margin-top: 20px;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 0.06em;
}

.top_recruit .recruit_btn {
    margin-top: 60px;
    background-color: #e70b13;
    color: #fff;
    padding: 18px 20px;
    transition: .3s;
}

.top_recruit .recruit_btn::after {
    border: 2px solid #fff;
    border-bottom: none;
    border-left: none;
}

.top_recruit .recruit_btn::before {
    display: none;
}

.top_recruit .recruit_btn:hover {
    opacity: 0.5;
}

.top_recruit .top_recruit_swiper {
    margin: 100px calc(50% - 50vw) 0;
}

.top_recruit .recruit_img {
    width: 360px;
    height: 400px;
    overflow: hidden;
    border-radius: 20px;
}

.top_recruit .recruit_img:nth-child(2n) {
    margin-top: 40px;
}

.top_recruit .swiper-wrapper {
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
}

/* page_support (pc) ------------------------------------------------------------------------------------------------------ */

#page_support .structure {
    padding-top: 120px;
}

#page_support .structure .structure_wrapper {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-column-gap: 50px;
    -moz-column-gap: 50px;
    display: grid;
    grid-template-columns: 400px 1fr;
    column-gap: 50px;
    align-items: center;
    margin-top: 30px;
}

#page_support .structure .structure_img {
    aspect-ratio: 10/7;
}

#page_support .structure .common_heading_en,
#page_support .structure .common_heading_ja {
    text-align: left;
}

#page_support .structure .structure_text {
    margin-top: 30px;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 0.06em;
}

#page_support .merit {
    padding-top: 120px;
}

#page_support .merit .merit_items {
    margin-top: 30px;
}

#page_support .merit .merit_item {
    padding: 20px 30px 30px;
    border: 1px solid #1A1A1A;
}

#page_support .merit .merit_item+.merit_item {
    margin-top: 30px;
}

#page_support .merit .merit_title {
    padding-bottom: 20px;
    border-bottom: 1px solid #1A1A1A;
    font-weight: 700;
    font-size: 21px;
    letter-spacing: 0.16em;
    text-align: center;
}

#page_support .merit .merit_text {
    margin-top: 30px;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 0.06em;
}

#page_support .reason {
    padding: 120px 0;
}

#page_support .reason .reason_items {
    -webkit-column-gap: 2%;
    -moz-column-gap: 2%;
    display: grid;
    grid-template-columns: repeat(3, 32%);
    column-gap: 2%;
    row-gap: 20px;
    margin-top: 30px;
}

#page_support .reason .reason_item {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-column-gap: 25px;
    -moz-column-gap: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    column-gap: 25px;
    align-items: center;
    justify-content: center;
    padding: 20px;
    border: 1px solid #1A1A1A;
}

#page_support .reason .reason_img {
    width: 50px;
}

#page_support .reason .reason_lead {
    font-weight: 700;
    font-size: 21px;
    line-height: 1.5;
    letter-spacing: 0.1em;
}

#page_support .reason .reason_btn {
    margin: 80px auto 0;
}

/* page_philosophy (pc) ------------------------------------------------------------------------------------------------------ */

#page_philosophy .philosophy {
    padding-top: 120px;
}

#page_philosophy .philosophy .philosophy_text {
    margin-top: 40px;
    font-weight: 700;
    font-size: 60px;
    letter-spacing: 0.2em;
    text-align: center;
}

#page_philosophy .mission {
    padding: 120px 0;
}

#page_philosophy .mission .mission_items {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 30px auto 0;
}

#page_philosophy .mission .mission_item {
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: grid;
    grid-template-columns: 320px 1fr;
    align-items: center;
    border-bottom: 1px solid #1A1A1A;
}

#page_philosophy .mission .mission_lead_en {
    font-weight: 700;
    font-size: 28px;
    letter-spacing: 0.1em;
}

#page_philosophy .mission .mission_lead_en::first-letter {
    color: #E70012;
    font-size: 36px;
    text-transform: uppercase;
}

#page_philosophy .mission .mission_lead_ja {
    font-weight: 700;
    font-size: 18px;
    letter-spacing: 0.1em;
}

#page_philosophy .mission .mission_text {
    margin-top: 50px;
    font-size: 14px;
    text-align: center;
}

#page_philosophy .mission .mission_text+.mission_text {
    margin-top: 30px;
}

/* page_company (pc) ------------------------------------------------------------------------------------------------------ */

#page_company .company {
    padding-top: 120px;
}

#page_company .company .company_items {
    margin-top: 20px;
}

#page_company .company .company_item {
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: grid;
    grid-template-columns: 180px 1fr;
    align-items: center;
    padding: 20px 0;
    border-bottom: 1px solid #1A1A1A;
}

#page_company .company .company_item dt {
    padding-left: 10px;
    font-weight: 700;
    font-size: 16px;
    letter-spacing: 0.1em;
}

#page_company .company .company_item dd {
    color: #505050;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 0.05em;
}

#page_company .company .company_item dd a {
    color: #505050;
}

#page_company .access {
    padding: 120px 0;
}

#page_company .access .access_info {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 30px auto 0;
}

#page_company .access .access_outer {
    display: grid;
    grid-template-columns: 120px 1fr;
}

#page_company .access .access_outer+.access_outer {
    margin-top: 15px;
}

#page_company .access .access_lead {
    margin-top: 2px;
    font-weight: 700;
    font-size: 16px;
    letter-spacing: 0.1em;
}

#page_company .access .access_text {
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 0.05em;
}

#page_company .access .access_map {
    aspect-ratio: 5/2;
    margin-top: 40px;
}

#page_company .access .access_map iframe {
    width: 100%;
    height: 100%;
}

/* page_message (pc) ------------------------------------------------------------------------------------------------------ */

#page_message .message .message_top {
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    letter-spacing: 0.01em;
}

#page_message .message .message_lead {
    color: #1A1A1A;
    margin-top: 10px;
    font-weight: 700;
    font-size: 36px;
    text-align: center;
}

#page_message .message .message_img {
    /* aspect-ratio: 2/1; */
    aspect-ratio: 3/2;
    overflow: hidden;
    margin-top: 80px;
}

#page_message .message .message_img img {
    -o-object-position: top center;
    object-position: top center;
}

#page_message .message .message_name {
    margin-top: 10px;
    font-weight: 500;
    font-size: 16px;
    text-align: right;
}

#page_message .message .message_name span {
    font-weight: 700;
    font-size: 24px;
}

#page_message .message .message_text {
    margin-top: 80px;
    font-weight: 400;
    font-size: 16px;
    text-align: center;
}

#page_message .message .message_text+.message_text {
    margin-top: 20px;
}

/* 代表者挨拶ページレイアウト変更 */
/* page_interview (pc) ------------------------------------------------------------------------------------------------------ */

#page_interview {
    overflow: initial;
}

#page_interview .common_fv_bread {
    margin-top: 120px;
}

#page_interview .common_fv_items {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -ms-flex-wrap: wrap;
    -webkit-column-gap: 5px;
    -moz-column-gap: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    column-gap: 5px;
    flex-wrap: wrap;
    justify-content: flex-end;
    color: #868686;
    font-weight: 400;
    font-size: 13px;
}

#page_interview .common_fv_items span a span {
    -webkit-transition: opacity 0.3s ease 0s;
    color: #868686;
    transition: opacity 0.3s ease 0s;
}

#page_interview .common_fv_items span a span:hover {
    opacity: 0.7;
}

#page_interview .interview {
    margin: 40px 0;
}

#page_interview .interview .interview_head {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-column-gap: 50px;
    -moz-column-gap: 50px;
    display: grid;
    grid-template-columns: 1fr 500px;
    column-gap: 50px;
    align-items: center;
    margin-left: min(50% - 50vw + 10px, -150px);
}

#page_interview .interview .interview_copy span {
    display: inline;
    padding: 5px 14px;
    background: -webkit-gradient(linear, left top, left bottom, from(#E70012), to(#E70012));
    background: linear-gradient(#E70012, #E70012);
    background-position: bottom left;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    color: #FFF;
    font-weight: 700;
    font-size: 28px;
    line-height: 2;
    text-decoration: none;
}

#page_interview .interview .interview_department {
    margin-top: 30px;
    font-weight: 700;
    font-size: 18px;
}

#page_interview .interview .interview_year {
    font-weight: 700;
    font-size: 18px;
    line-height: 1.2;
}

#page_interview .interview .interview_title {
    margin-top: 10px;
    font-weight: 700;
    font-size: 36px;
    line-height: 1;
}

#page_interview .interview .interview_biography {
    margin-top: 40px;
    font-weight: 500;
    font-size: 16px;
}

#page_interview .interview .interview_main {
    aspect-ratio: 10/7;
}

#page_interview .interview .interview_wrapper {
    -webkit-column-gap: 50px;
    -moz-column-gap: 50px;
    display: grid;
    position: relative;
    grid-template-columns: 400px 1fr;
    column-gap: 50px;
    margin: 100px -100px 0;
}

#page_interview .interview .interview_outer {
    position: sticky;
    top: 120px;
}

#page_interview .interview .interview_inner {
    position: relative;
}

#page_interview .interview .interview_inner::before {
    -webkit-transform: rotate(-10deg);
    top: 100px;
    right: 50px;
    width: 100px;
    transform: rotate(-10deg);
}

#page_interview .interview .interview_inner .interview_copy span {
    padding: 3px 10px;
    font-size: 21px;
    line-height: 2;
}

#page_interview .interview .interview_inner .interview_department {
    margin-top: 20px;
    font-size: 16px;
}

#page_interview .interview .interview_inner .interview_year {
    font-size: 16px;
}

#page_interview .interview .interview_inner .interview_title {
    margin-top: 10px;
    font-size: 24px;
}

#page_interview .interview .interview_lists {
    margin-top: 50px;
}

#page_interview .interview .interview_list {
    -webkit-transition: color 0.3s ease 0s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #363738;
    font-weight: 700;
    font-size: 18px;
    line-height: 1.5;
    transition: color 0.3s ease 0s;
}

#page_interview .interview .interview_list+.interview_list {
    margin-top: 15px;
}

#page_interview .interview .interview_list.is_active {
    color: #E70012;
}

#page_interview .interview .interview_list:hover {
    color: #E70012;
}

#page_interview .interview .interview_item+.interview_item {
    margin-top: 100px;
}

#page_interview .interview .item_title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #E70012;
    font-weight: 700;
    font-size: 32px;
    line-height: 1.5;
}

#page_interview .interview .item_title.mt {
    margin-top: 1em;
}

#page_interview .interview .item_text {
    margin-top: 20px;
    font-weight: 500;
    font-size: 16px;
}

#page_interview .interview .item_text.bold{
    font-weight: 700;
}

#page_interview .interview .item_img {
    aspect-ratio: 2/1;
    margin-top: 25px;
}

#page_interview .top_interview {
    padding-bottom: 120px;
}

#page_interview .top_interview .interview_item {
    margin-top: 0 !important;
}

#page_interview .message_text {
    font-size: 18px;
    line-height: 1.4;
    letter-spacing: 0.04em;
}

#page_interview .message_text+.message_text {
    margin-top: 1em;
}

/* 代表者挨拶ページレイアウト変更 end*/

/* page_renovation (pc) ------------------------------------------------------------------------------------------------------ */

#page_renovation .renovation .renovation_outer+.renovation_outer {
    margin-top: 80px;
}

#page_renovation .renovation .renovation_title+* {
    margin-top: 20px;
}

#page_renovation .renovation .renovation_text+.renovation_text {
    margin-top: 20px;
}

#page_renovation .renovation .renovation_text+.renovation_lead {
    margin-top: 20px;
}

#page_renovation .renovation .renovation_lead+.renovation_text {
    margin-top: 5px;
}

#page_renovation .renovation .renovation_img+.renovation_lead {
    margin-top: 40px;
}

#page_renovation .renovation .renovation_title {
    font-weight: 700;
    font-size: 21px;
    letter-spacing: 0.1em;
    text-align: center;
}

#page_renovation .renovation .renovation_text {
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 0.05em;
}

#page_renovation .renovation .renovation_lead {
    font-weight: 700;
    font-size: 18px;
}

#page_renovation .renovation .renovation_img {
    aspect-ratio: 5/2;
    margin-top: 20px;
}

#page_renovation .renovation .renovation_wrap {
    margin: 30px -100px 0;
    background-color: #F5F5F5;
    padding: 50px 100px;
    position: relative;
}

#page_renovation .renovation .renovation_wrap .renovation_lead {
    border-bottom: 1px solid #1A1A1A;
}

#page_renovation .renovation .renovation_wrap .renovation_text {
    margin-top: 10px;
}

/* page_works_archive (pc) ------------------------------------------------------------------------------------------------------ */

#page_works_archive .works .wrap {
    width: 1240px;
}

#page_works_archive .works .works_items {
    -webkit-column-gap: 1.33%;
    -moz-column-gap: 1.33%;
    display: grid;
    grid-template-columns: repeat(4, 24%);
    column-gap: 1.33%;
    row-gap: 25px;
}

#page_works_archive .works .works_item:hover .works_img img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

#page_works_archive .works .works_img {
    aspect-ratio: 5/4;
    overflow: hidden;
}

#page_works_archive .works .works_img img {
    -webkit-transition: -webkit-transform 0.3s ease 0s;
    transition: -webkit-transform 0.3s ease 0s;
    transition: transform 0.3s ease 0s;
    transition: transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
}

#page_works_archive .works .works_title {
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    margin-top: 10px;
    overflow: hidden;
    color: #1A1A1A;
    font-weight: 700;
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: 0.05em;
}

#page_works_archive .works .works_info {
    margin-top: 5px;
    color: #505050;
    font-size: 14px;
}

/* page_works_single (pc) ------------------------------------------------------------------------------------------------------ */

#page_works_single .works .works_wrapper {
    margin-top: 40px;
}

#page_works_single .works .works_wrapper+.works_wrapper {
    margin-top: 60px;
}

#page_works_single .works .common_heading_en,
#page_works_single .works .common_heading_ja {
    text-align: left;
}

#page_works_single .works .works_heading {
    font-weight: 700;
    font-size: 24px;
    letter-spacing: 0.1em;
    text-align: center;
}

#page_works_single .works .works_outer {
    position: relative;
}

#page_works_single .works .works_img {
    aspect-ratio: 2/1;
}

#page_works_single .works .works_thumbnails {
    margin: 40px 0 0;
    position: relative;
}

#page_works_single .works .works_thumbnail_swiper {
    padding: 10px 0;
}

#page_works_single .works .works_thumbnail {
    aspect-ratio: 5/4;
    width: 180px;
}

#page_works_single .works .works_thumbnail.swiper-slide-active {
    outline: 3px solid #E70012;
}

#page_works_single .works .swiper-button-prev,
#page_works_single .works .swiper-button-next {
    -webkit-transform: translateY(-50%);
    -webkit-transition: background 0.3s ease 0s;
    top: 50%;
    right: auto;
    width: 50px;
    height: 50px;
    margin: 0;
    transform: translateY(-50%);
    border-radius: 50%;
    background-color: #F2EEE6;
    transition: background 0.3s ease 0s;
}

#page_works_single .works .swiper-button-prev::after,
#page_works_single .works .swiper-button-next::after {
    display: none;
}

#page_works_single .works .swiper-button-prev::before,
#page_works_single .works .swiper-button-next::before {
    position: absolute;
    aspect-ratio: 1/1;
    width: 10px;
    border: 2px solid #8E8463;
    border-top: none;
    border-left: none;
    content: "";
}

#page_works_single .works .swiper-button-prev:hover,
#page_works_single .works .swiper-button-next:hover {
    background-color: rgba(242, 238, 230, 0.7);
}

#page_works_single .works .swiper-button-prev {
    left: -27px;
}

#page_works_single .works .swiper-button-prev::before {
    -webkit-transform: rotate(135deg);
    left: 24px;
    transform: rotate(135deg);
}

#page_works_single .works .swiper-button-next {
    right: -27px;
}

#page_works_single .works .swiper-button-next::before {
    -webkit-transform: rotate(-45deg);
    left: 19px;
    transform: rotate(-45deg);
}

#page_works_single .works .works_wrap {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-column-gap: 8%;
    -moz-column-gap: 8%;
    display: grid;
    grid-template-columns: repeat(2, 46%);
    column-gap: 8%;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
}

#page_works_single .works .works_plan figcaption {
    margin-top: 5px;
    font-weight: 700;
    font-size: 16px;
    text-align: center;
    text-transform: uppercase;
}

#page_works_single .works .works_plan:first-child {
    position: relative;
}

#page_works_single .works .works_plan:first-child::before {
    -webkit-clip-path: polygon(0 0, 0% 100%, 100% 50%);
    position: absolute;
    top: 120px;
    right: -58px;
    aspect-ratio: 4/5;
    width: 20px;
    background-color: #505050;
    content: "";
    clip-path: polygon(0 0, 0% 100%, 100% 50%);
}

#page_works_single .works .works_lead {
    margin-top: 20px;
    font-weight: 700;
    font-size: 24px;
    line-height: 1.5;
    letter-spacing: 0.1em;
}

#page_works_single .works .works_text {
    margin-top: 20px;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 0.05em;
}

#page_works_single .works .works_items {
    display: grid;
    grid-template-columns: repeat(2, 50%);
    margin-top: 20px;
}

#page_works_single .works .works_item {
    display: grid;
    grid-template-columns: 200px 1fr;
    border-bottom: 1px solid #505050;
}

#page_works_single .works .works_item:nth-child(1),
#page_works_single .works .works_item:nth-child(2) {
    border-top: 1px solid #505050;
}

#page_works_single .works .works_item dt,
#page_works_single .works .works_item dd {
    padding: 10px 0;
    padding-left: 10px;
    font-size: 16px;
}

#page_works_single .works .works_item dt {
    border-right: 1px solid #505050;
    border-left: 1px solid #505050;
    background-color: rgba(80, 80, 80, 0.1);
    font-weight: 700;
    letter-spacing: 0.1em;
}

#page_works_single .works .works_item dd {
    font-weight: 400;
    letter-spacing: 0.05em;
}

#page_works_single .works .works_item:nth-child(2n) dd {
    border-right: 1px solid #505050;
}

#page_works_single .works .works_tel {
    color: #1A1A1A;
    font-weight: 300;
    font-size: 22px;
    line-height: 1;
    letter-spacing: 0.01em;
    margin: 80px auto 0;
    display: flex;
    justify-content: center;
}

#page_works_single .works .works_tel span {
    margin-right: 5px;
    margin-top: 5px;
    font-size: 16px;
    text-transform: uppercase;
}

#page_works_single .works .works_btn {
    margin: 20px auto 0;
}

/* page_buy_archive (pc) ------------------------------------------------------------------------------------------------------ */

#page_buy_archive {
    overflow: initial;
}

#page_buy_archive .buy .wrap {
    width: 1240px;
}

#page_buy_archive .buy .buy_wrapper {
    -webkit-column-gap: 50px;
    -moz-column-gap: 50px;
    display: grid;
    position: relative;
    grid-template-columns: 300px 1fr;
    column-gap: 50px;
}

#page_buy_archive .buy .buy_lists {
    position: sticky;
    top: 120px;
}

#page_buy_archive .buy .buy_list {
    padding: 15px;
    border: 1px solid #505050;
    border-bottom: none;
}

#page_buy_archive .buy .buy_list:last-child {
    border-bottom: 1px solid #505050;
}

#page_buy_archive .buy .buy_menu {
    font-weight: 700;
    font-size: 18px;
}

#page_buy_archive .buy .buy_steps {
    -ms-flex-wrap: wrap;
    -webkit-column-gap: 15px;
    -moz-column-gap: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    column-gap: 15px;
    row-gap: 5px;
    flex-wrap: wrap;
    margin-top: 20px;
    font-weight: 400;
}

#page_buy_archive .buy .buy_step {
    -webkit-transition: opacity 0.3s ease 0s;
    color: #505050;
    text-decoration: underline;
    transition: opacity 0.3s ease 0s;
}

#page_buy_archive .buy .buy_step:hover {
    opacity: 0.7;
}

#page_buy_archive .buy .buy_heading {
    font-weight: 700;
    font-size: 32px;
    line-height: 1;
    letter-spacing: 0.1em;
}

#page_buy_archive .buy .buy_items {
    -webkit-column-gap: 2%;
    -moz-column-gap: 2%;
    display: grid;
    grid-template-columns: repeat(3, 32%);
    column-gap: 2%;
    row-gap: 25px;
    margin-top: 40px;
}

#page_buy_archive .buy .buy_item:hover .buy_img img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

#page_buy_archive .buy .buy_img {
    aspect-ratio: 5/4;
    overflow: hidden;
}

#page_buy_archive .buy .buy_img img {
    -webkit-transition: -webkit-transform 0.3s ease 0s;
    transition: -webkit-transform 0.3s ease 0s;
    transition: transform 0.3s ease 0s;
    transition: transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
}

#page_buy_archive .buy .buy_title {
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    margin-top: 10px;
    overflow: hidden;
    color: #1A1A1A;
    font-weight: 700;
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: 0.05em;
}

#page_buy_archive .buy .buy_info {
    margin-top: 5px;
    color: #505050;
    font-size: 14px;
}

#page_buy_archive .buy .buy_none {
    margin-top: 40px;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.05em;
}

/* page_buy_single (pc) ------------------------------------------------------------------------------------------------------ */

#page_buy_single {
    overflow: initial;
}

#page_buy_single .buy .buy_wrapper {
    margin-top: 40px;
}

#page_buy_single .buy .buy_wrapper+.buy_wrapper {
    margin-top: 60px;
}

#page_buy_single .buy .common_heading_en,
#page_buy_single .buy .common_heading_ja {
    text-align: left;
}

#page_buy_single .buy .buy_heading {
    font-weight: 700;
    font-size: 24px;
    letter-spacing: 0.1em;
}

#page_buy_single .buy .buy_price {
    font-weight: 500;
    font-size: 18px;
}

#page_buy_single .buy .buy_outer {
    position: relative;
}

#page_buy_single .buy .buy_img {
    aspect-ratio: 2/1;
}

#page_buy_single .buy .buy_thumbnails {
    margin: 40px 0 0;
    position: relative;
}

#page_buy_single .buy .buy_thumbnail_swiper {
    padding: 10px 0;
}

#page_buy_single .buy .buy_thumbnail {
    aspect-ratio: 5/4;
    width: 180px;
}

#page_buy_single .buy .buy_thumbnail.swiper-slide-active {
    outline: 3px solid #E70012;
}

#page_buy_single .buy .swiper-button-prev,
#page_buy_single .buy .swiper-button-next {
    -webkit-transform: translateY(-50%);
    -webkit-transition: background 0.3s ease 0s;
    top: 50%;
    right: auto;
    width: 50px;
    height: 50px;
    margin: 0;
    transform: translateY(-50%);
    border-radius: 50%;
    background-color: #F2EEE6;
    transition: background 0.3s ease 0s;
}

#page_buy_single .buy .swiper-button-prev::after,
#page_buy_single .buy .swiper-button-next::after {
    display: none;
}

#page_buy_single .buy .swiper-button-prev::before,
#page_buy_single .buy .swiper-button-next::before {
    position: absolute;
    aspect-ratio: 1/1;
    width: 10px;
    border: 2px solid #8E8463;
    border-top: none;
    border-left: none;
    content: "";
}

#page_buy_single .buy .swiper-button-prev:hover,
#page_buy_single .buy .swiper-button-next:hover {
    background-color: rgba(242, 238, 230, 0.7);
}

#page_buy_single .buy .swiper-button-prev {
    left: -27px;
}

#page_buy_single .buy .swiper-button-prev::before {
    -webkit-transform: rotate(135deg);
    left: 24px;
    transform: rotate(135deg);
}

#page_buy_single .buy .swiper-button-next {
    right: -27px;
}

#page_buy_single .buy .swiper-button-next::before {
    -webkit-transform: rotate(-45deg);
    left: 19px;
    transform: rotate(-45deg);
}

#page_buy_single .buy .buy_inner {
    -webkit-column-gap: 50px;
    -moz-column-gap: 50px;
    display: grid;
    position: relative;
    grid-template-columns: 300px 1fr;
    column-gap: 50px;
    margin-top: 80px;
}

#page_buy_single .buy .buy_lists {
    position: sticky;
    top: 120px;
}

#page_buy_single .buy .buy_list {
    padding: 15px;
    border: 1px solid #505050;
    border-bottom: none;
}

#page_buy_single .buy .buy_list:last-child {
    border-bottom: 1px solid #505050;
}

#page_buy_single .buy .buy_menu {
    font-weight: 700;
    font-size: 18px;
}

#page_buy_single .buy .buy_steps {
    -ms-flex-wrap: wrap;
    -webkit-column-gap: 15px;
    -moz-column-gap: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    column-gap: 15px;
    row-gap: 5px;
    flex-wrap: wrap;
    margin-top: 20px;
    font-weight: 400;
}

#page_buy_single .buy .buy_step {
    -webkit-transition: opacity 0.3s ease 0s;
    color: #505050;
    text-decoration: underline;
    transition: opacity 0.3s ease 0s;
}

#page_buy_single .buy .buy_step:hover {
    opacity: 0.7;
}

#page_buy_single .buy .buy_contents .buy_wrapper:first-child {
    margin-top: 0;
}

#page_buy_single .buy .buy_wrap {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-column-gap: 8%;
    -moz-column-gap: 8%;
    display: grid;
    grid-template-columns: repeat(2, 46%);
    column-gap: 8%;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
}

#page_buy_single .buy .buy_plan figcaption {
    margin-top: 5px;
    font-weight: 700;
    font-size: 16px;
    text-align: center;
    text-transform: uppercase;
}

#page_buy_single .buy .buy_plan:first-child {
    position: relative;
}

#page_buy_single .buy .buy_plan:first-child::before {
    -webkit-clip-path: polygon(0 0, 0% 100%, 100% 50%);
    position: absolute;
    top: 80px;
    right: -45px;
    aspect-ratio: 4/5;
    width: 20px;
    background-color: #505050;
    content: "";
    clip-path: polygon(0 0, 0% 100%, 100% 50%);
}

#page_buy_single .buy .buy_lead {
    margin-top: 20px;
    font-weight: 700;
    font-size: 24px;
    line-height: 1.5;
    letter-spacing: 0.1em;
}

#page_buy_single .buy .buy_text {
    margin-top: 20px;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 0.05em;
}

#page_buy_single .buy .buy_items {
    display: grid;
    grid-template-columns: repeat(2, 50%);
    margin-top: 20px;
}

#page_buy_single .buy .buy_item {
    display: grid;
    grid-template-columns: 200px 1fr;
    border-bottom: 1px solid #505050;
}

#page_buy_single .buy .buy_item:nth-child(1),
#page_buy_single .buy .buy_item:nth-child(2) {
    border-top: 1px solid #505050;
}

#page_buy_single .buy .buy_item dt,
#page_buy_single .buy .buy_item dd {
    padding: 10px 0;
    padding-left: 10px;
    font-size: 16px;
}

#page_buy_single .buy .buy_item dt {
    border-right: 1px solid #505050;
    border-left: 1px solid #505050;
    background-color: rgba(80, 80, 80, 0.1);
    font-weight: 700;
    letter-spacing: 0.1em;
}

#page_buy_single .buy .buy_item dd {
    font-weight: 400;
    letter-spacing: 0.05em;
}

#page_buy_single .buy .buy_item:nth-child(2n) dd {
    border-right: 1px solid #505050;
}

#page_works_single .link_area,
#page_buy_single .link_area {
    margin: 80px auto 0;
    width: fit-content;
}

#page_works_single .link_area .btn_box,
#page_buy_single .link_area .btn_box {
    display: grid;
    grid-template-columns: repeat(2, 300px);
    justify-content: center;
    gap: 0 50px;
}

#page_works_single .link_area .btn_box a,
#page_buy_single .link_area .btn_box a {
    color: #fff;
    font-weight: 300;
    font-size: 20px;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 0.01em;
    min-block-size: 50px;
    text-align: center;
    display: flex;
    align-items: center;
    gap: .8em;
    transition: all .3s;
    background-color: #E70012;
    padding: .5em 1em;
}

#page_works_single .link_area .btn_box a::before,
#page_buy_single .link_area .btn_box a::before {
    content: '';
    width: 20px;
    aspect-ratio: 1;
    min-width: 0;
    border-radius: 100%;
    background: url(./image/icon_tel1.svg) center center / 18px no-repeat;
    background-color: #ffff;
    padding: 1em;
}

#page_works_single .link_area .btn_box a:hover,
#page_buy_single .link_area .btn_box a:hover {
    opacity: .8;
}


#page_works_single .link_area .btn_box a.buy_btn::before,
#page_buy_single .link_area .btn_box a.buy_btn::before {
    background: url(./image/icon_mail1.svg) center center / 18px no-repeat;
    background-color: #fff;
}

#page_works_single .btn_box .buy_tel,
#page_buy_single .btn_box .buy_tel {
    font-size: 22px;
    pointer-events: none;
}

#page_works_single .link_area .time,
#page_buy_single .link_area .time {
    margin-top: 1em;
    font-size: 13px;
    letter-spacing: .05em;
}



/* page_contact (pc) ------------------------------------------------------------------------------------------------------ */

.page_contact .common_contact_form .buy_lead {
    padding: 5px 0;
    background-color: rgba(80, 80, 80, 0.1);
    font-weight: 700;
    font-size: 21px;
    text-align: center;
}

.page_contact .common_contact_form .buy_lead+* {
    margin-top: 30px;
}

.page_contact .common_contact_form *+.buy_lead {
    margin-top: 120px;
}

.page_contact .common_contact_form .buy_wrapper {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-column-gap: 5px;
    -moz-column-gap: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    column-gap: 5px;
    align-items: center;
}

.page_contact .common_contact_form .buy_wrapper input {
    width: 80px;
}

.page_contact .common_contact_form .buy_text {
    font-size: 14px;
    line-height: 1.5;
}

.page_contact .common_contact_form .buy_text span {
    color: #E70012;
}

/* page_sitemap (pc) ------------------------------------------------------------------------------------------------------ */

#page_sitemap {
    padding: 120px 0;
}

/* page_error (pc) ------------------------------------------------------------------------------------------------------ */

#page_error .error_text {
    font-size: 18px;
}

#page_error .error_btn {
    margin-top: 50px;
}

#page_philosophy .mission .mission_lead_en .color {
    color: #e70b13;
    width: 30px;
    text-align: center;
    font-size: 120%;
}


@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: initial;
        padding-top: 0;
    }

    /* SPヘッダー */
    #sp_header {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        background: #fff;
        box-shadow: 1px 1px #ccc;
        z-index: 999;
        height: 55px;
    }

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

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


    /* -------------------------------------------------------------------------------------------------------------------------------------------------
    ↓↓↓ 株式会社アワジス CSS (SP) ↓↓↓
    ------------------------------------------------------------------------------------------------------------------------------------------------- */


    body.body {
        min-width: initial;
        padding-top: 0;
    }

    .common_heading .common_heading_en {
        font-size: 3.5vw;
    }

    .common_heading .common_heading_ja {
        font-size: 5vw;
        letter-spacing: 0.26em;
    }

    .common_heading.left_sp .common_heading_en,
    .common_heading.left_sp .common_heading_ja {
        text-align: left;
    }

    a.common_btn {
        padding-right: 1vw;
        padding-bottom: 2vw;
        border-bottom: 1px solid #1A1A1A;
        font-size: 4vw;
    }

    a.common_btn::before {
        display: none;
    }

    a.common_btn::after {
        width: 2vw;
        margin-top: 0;
        margin-left: 10vw;
    }

    .common_contact {
        width: 100%;
        padding: 16px 10px;
        border-radius: 4px 4px 0 0;
    }

    .common_contact .contact_head {
        position: relative;
        font-size: 18px;
    }

    .common_contact .contact_head::after {
        -webkit-transform: rotate(180deg);
        position: absolute;
        top: 4px;
        right: 10px;
        width: 24px;
        margin-left: 0;
        transform: rotate(180deg);
    }

    .common_contact .contact_head.active::after {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    .common_contact .contact_body {
        margin-top: 16px;
        padding: 8px;
    }

    .common_contact .contact_outer {
        -webkit-column-gap: 2.23%;
        -moz-column-gap: 2.23%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        column-gap: 2.23%;
    }

    .common_contact .contact_btn {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        flex-direction: column;
        justify-content: flex-end;
        aspect-ratio: initial;
        width: 39.66%;
        height: 60px;
        font-size: 13px;
        padding-right: 0;
    }

    .common_contact .contact_btn:hover {
        opacity: 1;
    }

    .common_contact .contact_btn::before {
        margin-right: 0;
        margin-bottom: -3px;
    }

    .common_contact .contact_btn+.contact_btn {
        margin-top: 0;
    }

    .common_contact .contact_btn+.contact_btn::before {
        margin-right: 0;
        margin-bottom: 5px;
    }

    .common_contact .contact_tel_sp {
        position: relative;
        width: 16.2%;
        height: 60px;
        border-radius: 4px;
        background-color: #E70012;
    }

    .common_contact .contact_tel_sp::after {
        -webkit-transform: translate(-50%, -50%);
        position: absolute;
        top: 50%;
        left: 50%;
        aspect-ratio: 1/1;
        width: 30px;
        transform: translate(-50%, -50%);
        background-image: url(/wp-content/themes/child/image/common_icon_tel2.svg);
        background-size: contain;
        background-repeat: no-repeat;
        content: "";
    }

    .common_contact .contact_tel {
        display: none;
    }

    .common_contact .contact_time {
        margin-top: 10px;
        font-weight: 500;
        font-size: 12px;
    }

    .common_fv {
        margin-top: 70px;
        padding: 10vw 0 5vw;
    }

    .common_fv .common_fv_heading_en {
        font-size: 4.5vw;
    }

    .common_fv .common_fv_heading_ja {
        margin-top: 2vw;
        font-size: 6vw;
    }

    .common_fv .common_fv_bread {
        margin-top: 10vw;
    }

    .common_fv .common_fv_items {
        -webkit-column-gap: 1vw;
        -moz-column-gap: 1vw;
        column-gap: 1vw;
        font-size: 3vw;
    }

    .common_fv .common_fv_items span a span:hover {
        opacity: 1;
    }

    .common_section {
        padding: 20vw 0;
    }

    /* header (sp) ------------------------------------------------------------------------------------------------------ */

    .header {
        min-width: initial;
        height: 70px;
    }

    .header.active .header_logo {
        display: block;
        background-image: url(/wp-content/themes/child/image/common_logo_red.svg);
    }

    .header .header_inner {
        padding: 0 20px;
    }

    .header .header_logo:hover {
        opacity: 1;
    }

    .header .header_btn {
        width: 40px;
        margin-left: auto;
    }

    .header .header_btn span {
        right: 7px;
    }

    .header .header_btn span:nth-child(1) {
        top: 9px;
        width: 24px;
    }

    .header .header_btn span:nth-child(2) {
        top: 17px;
        width: 14px;
    }

    .header .header_btn span:nth-child(3) {
        top: 25px;
        width: 21px;
    }

    .header .header_btn.active span:nth-child(1) {
        top: 17px;
    }

    .header .header_btn.active span:nth-child(3) {
        top: 17px;
        width: 24px;
    }

    /* drawer (sp) ------------------------------------------------------------------------------------------------------ */

    .drawer_sp {
        -webkit-transition: opacity 0.3s ease 0s;
        visibility: hidden;
        z-index: 30;
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        height: 100dvh;
        height: 100vh;
        padding-top: 30vw;
        overflow: scroll;
        background-color: #F4F4F4;
        opacity: 0;
        transition: opacity 0.3s ease 0s;
    }

    .drawer_sp.active {
        visibility: visible;
        opacity: 1;
    }

    .drawer_sp::-webkit-scrollbar {
        display: none;
    }

    .drawer_sp .drawer_wrapper {
        padding: 0 5vw;
    }

    .drawer_sp .drawer_item {
        border-bottom: 1px dashed #BCBCBC;
    }

    .drawer_sp .drawer_lead,
    .drawer_sp .drawer_trigger {
        -webkit-box-align: center;
        -ms-flex-align: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        align-items: center;
        width: 100%;
        height: 100%;
        padding: 5vw 0;
        color: #1A1A1A;
        font-weight: 900;
        font-size: 4vw;
        letter-spacing: 0.08em;
    }

    .drawer_sp .drawer_lead::after,
    .drawer_sp .drawer_trigger::after {
        -webkit-transition: -webkit-transform 0.3s ease 0s;
        aspect-ratio: 1/1;
        width: 3.5vw;
        margin-left: auto;
        background-image: url(/wp-content/themes/child/image/common_arrow_drawer.svg);
        background-size: contain;
        background-repeat: no-repeat;
        content: "";
        transition: -webkit-transform 0.3s ease 0s;
        transition: transform 0.3s ease 0s;
        transition: transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
    }

    .drawer_sp .drawer_lead::after {
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }

    .drawer_sp .drawer_trigger {
        padding: 5vw 0 4vw;
    }

    .drawer_sp .drawer_trigger::after {
        margin-top: 2vw;
        margin-right: 1vw;
    }

    .drawer_sp .drawer_trigger.active::after {
        -webkit-transform: rotate(180deg) translateY(1vw);
        transform: rotate(180deg) translateY(1vw);
    }

    .drawer_sp .drawer_lists {
        display: none;
        padding-bottom: 5vw;
    }

    .drawer_sp .drawer_list+.drawer_list {
        margin-top: 2vw;
    }

    .drawer_sp .drawer_link {
        color: #1A1A1A;
        font-weight: 500;
        font-size: 3.5vw;
        letter-spacing: 0.08em;
    }

    .drawer_sp .drawer_info {
        margin: 15vw 0 5vw;
    }

    .drawer_sp .drawer_logo {
        width: 37vw;
        margin: 0 auto;
    }

    .drawer_sp .drawer_company {
        margin-top: 2vw;
        font-weight: 700;
        font-size: 3.5vw;
        letter-spacing: 0.17em;
        text-align: center;
    }

    .drawer_sp .drawer_map {
        aspect-ratio: 350/160;
        width: 100%;
        margin-top: 5vw;
    }

    .drawer_sp .drawer_map iframe {
        width: 100%;
        height: 100%;
    }

    .drawer_sp .drawer_address {
        margin-top: 2vw;
        font-weight: 400;
        font-size: 3.3vw;
        letter-spacing: 0.05em;
        text-align: center;
    }

    .drawer_sp .drawer_tel {
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 8vw auto 0;
        color: #1A1A1A;
        font-weight: 300;
        font-size: 6vw;
        letter-spacing: 0.01em;
    }

    .drawer_sp .drawer_tel span {
        margin-top: 2vw;
        margin-right: 1vw;
        font-size: 4vw;
        text-transform: uppercase;
    }

    .drawer_sp .drawer_time {
        font-weight: 400;
        font-size: 3vw;
        letter-spacing: 0.05em;
        text-align: center;
    }

    .drawer_sp .drawer_icons {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-column-gap: 5vw;
        -moz-column-gap: 5vw;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        column-gap: 5vw;
        align-items: center;
        justify-content: center;
        margin-top: 6vw;
    }

    .drawer_sp .drawer_icon {
        aspect-ratio: 1/1;
        width: 10vw;
    }

    .drawer_sp .drawer_others {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-column-gap: 3vw;
        -moz-column-gap: 3vw;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        column-gap: 3vw;
        justify-content: center;
        margin-top: 5vw;
    }

    .drawer_sp .drawer_other {
        color: #1A1A1A;
        font-weight: 500;
        font-size: 3vw;
        letter-spacing: 0.08em;
    }

    .drawer_sp .drawer_bottom {
        margin: 0 calc(50% - 50vw);
        padding: 5vw 0 10vw;
        border-top: 1px solid #CECECE;
    }

    .drawer_sp .drawer_copy {
        color: #1A1A1A;
        font-size: 2.8vw;
        text-align: center;
    }

    .drawer_sp .drawer_copy small {
        font-size: 100%;
    }

    /* footer (sp) ------------------------------------------------------------------------------------------------------ */

    .footer .footer_wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 20vw 0 5vw;
    }

    .footer .footer_logo {
        width: 38vw;
        display: block;
        margin: 0 auto;
    }

    .footer .footer_logo:hover {
        opacity: 1;
    }

    .footer .footer_company {
        margin-top: 3vw;
        font-size: 3.5vw;
        text-align: center;
    }

    .footer .footer_map {
        aspect-ratio: 350/160;
        width: 100%;
        margin-top: 5vw;
    }

    .footer .footer_address {
        margin-top: 3vw;
        font-size: 3.3vw;
        text-align: center;
    }

    .footer .footer_tel {
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 8vw auto 0;
        font-size: 6vw;
    }

    .footer .footer_tel span {
        margin-top: 2vw;
        margin-right: 1vw;
        font-size: 4vw;
    }

    .footer .footer_time {
        font-size: 3vw;
        text-align: center;
    }

    .footer .footer_items {
        display: none;
    }

    .footer .footer_icons {
        -webkit-column-gap: 5vw;
        -moz-column-gap: 5vw;
        column-gap: 5vw;
        margin: 5vw auto 0;
    }

    .footer .footer_icon {
        width: 10vw;
        height: 10vw;
    }

    .footer .footer_icon:hover {
        opacity: 1;
    }

    .footer .footer_bottom {
        padding: 5vw 0 calc(5vw + 65px);
    }

    .footer .footer_copy {
        font-size: 2.8vw;
    }

    /* top_loading (pc) -------------------------------------------------------------------------------------------------------------------- */

    .top_loading .loading_logo {
        width: 50vw;
    }

    /* top_fv (sp) -------------------------------------------------------------------------------------------------------------------- */

    .top_fv {
        height: 140vw;
    }

    .top_fv .fv_contents {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        padding: 0 5vw;
        padding-top: 0;
        padding-bottom: 8vw;
    }

    .top_fv .fv_lead {
        font-size: 4.5vw;
        letter-spacing: 0.16em;
        text-align: left;
    }

    .top_fv .fv_text {
        margin-top: 3vw;
        font-size: 8vw;
        line-height: 1.4;
        text-align: left;
    }

    .top_fv .fv_btn {
        width: 25vw;
        margin: 10vw auto 0;
        font-size: 4vw;
    }

    .top_fv .fv_btn::after {
        width: 20vw;
    }

    .top_fv .fv_btn:hover {
        opacity: 1;
    }

    /* top_about (sp) -------------------------------------------------------------------------------------------------------------------- */

    .top_about {
        padding-top: 20vw;
        padding-bottom: 12vw;
    }

    .top_about .about_text {
        margin-top: 5vw;
        font-size: 3.5vw;
        text-align: left;
    }

    .top_about .about_items {
        grid-template-columns: 1fr;
        row-gap: 2.5vw;
        margin: 8vw 0;
    }

    .top_about .about_item {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        aspect-ratio: 350/150;
        padding-bottom: 0;
    }

    .top_about .about_item:hover .about_img img {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    .top_about .about_title_en {
        font-size: 4.5vw;
    }

    .top_about .about_title_en::before {
        top: auto;
        bottom: -2vw;
        width: 72vw;
    }

    .top_about .about_title {
        margin-top: 4vw;
        font-size: 4vw;
    }

    /* top_service (sp) -------------------------------------------------------------------------------------------------------------------- */

    .top_service {
        padding-top: 18vw;
    }

    .top_service .service_items {
        grid-template-columns: 1fr;
        row-gap: 2.5vw;
        margin: 5vw 0;
    }

    .top_service .service_item {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        aspect-ratio: 350/150;
        padding-top: 0;
    }

    .top_service .service_item:hover .service_img img {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    .top_service .service_number {
        width: 10vw;
        font-size: 4vw;
        padding-bottom: 0.5vw;
    }

    .top_service .service_title_en {
        margin-top: 5vw;
        font-size: 6vw;
    }

    .top_service .service_title {
        margin-top: 0;
        font-size: 3.5vw;
    }

    /* top_strength (sp) -------------------------------------------------------------------------------------------------------------------- */

    .top_strength {
        padding-top: 20vw;
    }

    .top_strength .strength_items {
        display: block;
        margin-top: 5vw;
    }

    .top_strength .strength_items .strength_title {
        font-size: 4vw;
    }

    .top_strength .strength_items .strength_number {
        font-size: 10vw;
    }

    .top_strength .strength_items .strength_number::before {
        width: 8vw;
    }

    .top_strength .strength_items .strength_text {
        font-size: 3.3vw;
    }

    .top_strength .strength_item {
        padding: 5vw;
    }

    .top_strength .strength_item:not(:first-child) {
        margin-top: 4vw;
    }

    .top_strength .strength_lists {
        display: block;
        margin-top: 4vw;
    }

    .top_strength .strength_lists .strength_title {
        font-size: 3.8vw;
    }

    .top_strength .strength_lists .strength_number {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        flex-direction: row;
        justify-content: center;
        font-size: 9vw;
    }

    .top_strength .strength_lists .strength_number::before {
        width: 7vw;
        margin-right: 2vw;
        margin-bottom: 0;
    }

    .top_strength .strength_lists .strength_text {
        font-size: 3vw;
    }

    .top_strength .strength_list {
        padding: 5vw;
    }

    .top_strength .strength_list:not(:first-child) {
        margin-top: 4vw;
    }

    .top_strength .strength_title {
        padding-bottom: 5vw;
    }

    .top_strength .strength_number {
        margin-top: 5vw;
    }

    .top_strength .strength_number::before {
        margin-bottom: 2vw;
    }

    .top_strength .wrap_strength_text {
        margin-top: 1vw;
    }

    .top_strength .wrap_strength_text+.wrap_strength_text {
        margin-top: unset;
    }

    .top_strength .strength_text {
        margin-top: 4vw;
    }

    /* top_project (sp) -------------------------------------------------------------------------------------------------------------------- */

    .top_project {
        padding-top: 20vw;
    }

    .top_project .top_project_swiper {
        height: 105vw;
        margin: 5vw calc(50% - 50vw) 0;
    }

    .top_project .swiper-slide {
        width: 80vw;
        padding: 5vw;
    }

    .top_project .swiper-slide:hover .project_img img {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    .top_project .project_number {
        font-size: 3.5vw;
    }

    .top_project .project_title {
        font-size: 5vw;
    }

    .top_project .project_price {
        margin-top: 2vw;
        padding-top: 1vw;
        border-top: 1px solid #FFF;
        border-bottom: none;
        font-size: 4vw;
    }

    .top_project .project_price span {
        margin-right: 1vw;
        font-size: 7vw;
    }

    .top_project .project_btn {
        margin: 8vw auto 0;
    }

    /* top_works (sp) -------------------------------------------------------------------------------------------------------------------- */

    .top_works {
        padding-top: 20vw;
    }

    .top_works .wrap {
        max-width: 100%;
    }

    .top_works .works_contents {
        margin-top: 5vw;
    }

    .top_works .works_outer {
        grid-template-columns: 1fr;
        height: initial;
    }

    .top_works .works_left .works_item:nth-child(1) {
        height: 75vw;
    }

    .top_works .works_left .works_item:nth-child(2) {
        height: 50vw;
        margin-top: 4px;
    }

    .top_works .works_right {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        flex-direction: column-reverse;
        margin-top: 4px;
    }

    .top_works .works_right>.works_items {
        height: 50vw;
        margin-top: 0;
    }

    .top_works .works_right_down {
        -webkit-column-gap: 4px;
        -moz-column-gap: 4px;
        column-gap: 4px;
        width: calc(100% - 4px);
        margin-top: 0;
    }

    .top_works .works_right_left {
        height: 100vw;
    }

    .top_works .works_right_right {
        height: calc(100vw - 4px);
    }

    .top_works .works_right_right .works_item:nth-child(2) {
        margin-top: 4px;
    }

    .top_works .works_item {
        padding: 4vw;
    }

    .top_works .works_item:hover .works_img img {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    .top_works .works_title {
        font-size: 3.5vw;
    }

    .top_works .works_info {
        margin-top: 3vw;
        font-size: 3vw;
    }

    .top_works .top_works_swiper {
        height: 50vw;
        margin-top: 8px;
    }

    .top_works .top_works_swiper .works_item {
        width: 50vw;
        padding: 4vw;
    }

    .top_works .top_works_swiper .works_title {
        font-size: 3vw;
    }

    .top_works .top_works_swiper .works_info {
        margin-top: 3vw;
        font-size: 2.8vw;
    }

    .top_works .works_btn {
        margin: 8vw auto;
    }

    /* top_recruit (sp) -------------------------------------------------------------------------------------------------------------------- */

    .top_recruit {
        padding-top: 20vw;
        padding-bottom: 20vw;
    }

    .top_recruit .recruit_wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .top_recruit .recruit_heading_ja {
        font-size: 4vw;
    }

    .top_recruit .recruit_heading_en {
        margin-top: 1vw;
        font-size: 4vw;
    }

    .top_recruit .recruit_body {
        margin-top: 8vw;
        margin-left: 0;
    }

    .top_recruit .recruit_lead {
        font-size: 4.2vw;
    }

    .top_recruit .recruit_text {
        margin-top: 5vw;
        font-size: 3.5vw;
    }

    .top_recruit .recruit_btn {
        margin-top: 10vw;
        width: 100%;
        padding: 4vw 2vw 4vw 18vw;
    }

    .top_recruit .top_recruit_swiper {
        margin: 15vw calc(50% - 50vw) 0;
    }

    .top_recruit .recruit_img {
        width: 38vw;
        height: 40vw;
        border-radius: 10px;
    }

    .top_recruit .recruit_img:nth-child(2n) {
        margin-top: 5vw;
    }

    /* page_support (sp) ------------------------------------------------------------------------------------------------------ */

    #page_support .structure {
        padding-top: 20vw;
    }

    #page_support .structure .structure_wrapper {
        grid-template-columns: 1fr;
        margin-top: 5vw;
    }

    #page_support .structure .structure_img {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        margin-top: 5vw;
    }

    #page_support .structure .structure_text {
        margin-top: 5vw;
        font-size: 3.5vw;
    }

    #page_support .merit {
        padding-top: 20vw;
    }

    #page_support .merit .merit_items {
        margin-top: 5vw;
    }

    #page_support .merit .merit_item {
        padding: 4vw 5vw 5vw;
    }

    #page_support .merit .merit_item+.merit_item {
        margin-top: 5vw;
    }

    #page_support .merit .merit_title {
        padding-bottom: 4vw;
        font-size: 4.5vw;
    }

    #page_support .merit .merit_text {
        margin-top: 5vw;
        font-size: 3.5vw;
    }

    #page_support .reason {
        padding: 20vw 0;
    }

    #page_support .reason .reason_items {
        grid-template-columns: 1fr;
        row-gap: 4vw;
        margin-top: 5vw;
    }

    #page_support .reason .reason_item {
        -webkit-column-gap: 6vw;
        -moz-column-gap: 6vw;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        column-gap: 6vw;
        justify-content: flex-start;
        padding: 4vw 0 4vw 8vw;
    }

    #page_support .reason .reason_img {
        width: 10vw;
    }

    #page_support .reason .reason_lead {
        font-size: 4.5vw;
        line-height: 1.3;
    }

    #page_support .reason .reason_btn {
        margin: 15vw auto 0;
    }

    /* page_philosophy (sp) ------------------------------------------------------------------------------------------------------ */

    #page_philosophy .philosophy {
        padding-top: 20vw;
    }

    #page_philosophy .philosophy .philosophy_text {
        margin-top: 8vw;
        font-size: 10vw;
        line-height: 1.4;
    }

    #page_philosophy .mission {
        padding: 20vw 0;
    }

    #page_philosophy .mission .mission_items {
        width: 100%;
        margin: 5vw auto 0;
    }

    #page_philosophy .mission .mission_item {
        grid-template-columns: 1fr;
        padding: 1vw 0 3vw;
    }

    #page_philosophy .mission .mission_lead_en {
        font-size: 5vw;
        text-align: center;
    }

    #page_philosophy .mission .mission_lead_en::first-letter {
        font-size: 7vw;
    }

    #page_philosophy .mission .mission_lead_ja {
        font-size: 4vw;
        text-align: center;
    }

    #page_philosophy .mission .mission_text {
        margin-top: 10vw;
        font-size: 3.5vw;
    }

    #page_philosophy .mission .mission_text+.mission_text {
        margin-top: 6vw;
    }

    /* page_company (sp) ------------------------------------------------------------------------------------------------------ */

    #page_company .company {
        padding-top: 20vw;
    }

    #page_company .company .company_items {
        margin-top: 3vw;
    }

    #page_company .company .company_item {
        grid-template-columns: 1fr;
        padding: 4vw 0;
    }

    #page_company .company .company_item dt {
        padding-left: 0;
        font-size: 4vw;
    }

    #page_company .company .company_item dd {
        margin-top: 2vw;
        font-size: 3.5vw;
    }

    #page_company .access {
        padding: 20vw 0;
    }

    #page_company .access .access_info {
        margin: 5vw auto 0;
    }

    #page_company .access .access_outer {
        grid-template-columns: 1fr;
    }

    #page_company .access .access_outer+.access_outer {
        margin-top: 4vw;
    }

    #page_company .access .access_lead {
        margin-top: 0;
        font-size: 4vw;
        text-decoration: underline;
        text-underline-offset: 0.5vw;
    }

    #page_company .access .access_text {
        margin-top: 1vw;
        font-size: 3.5vw;
    }

    #page_company .access .access_map {
        aspect-ratio: 5/4;
        margin-top: 8vw;
    }

    /* page_message (sp) ------------------------------------------------------------------------------------------------------ */

    #page_message .message .message_top {
        font-size: 4vw;
    }

    #page_message .message .message_lead {
        margin-top: 2vw;
        font-size: 6vw;
    }

    #page_message .message .message_img {
        margin-top: 12vw;
    }

    #page_message .message .message_name {
        margin-top: 2vw;
        font-size: 3.5vw;
    }

    #page_message .message .message_name span {
        font-size: 4.5vw;
    }

    #page_message .message .message_text {
        margin-top: 12vw;
        font-size: 3.5vw;
    }

    #page_message .message .message_text+.message_text {
        margin-top: 4vw;
    }

    /* 代表者挨拶ページレイアウト変更 */
    /* page_interview (pc) ------------------------------------------------------------------------------------------------------ */

    /* page_interview (sp) ------------------------------------------------------------------------------------------------------ */

    #page_interview {
        overflow: hidden;
    }

    #page_interview .common_fv_bread {
        margin-top: 90px;
    }

    #page_interview .common_fv_items {
        -webkit-column-gap: 1px;
        -moz-column-gap: 1px;
        column-gap: 1px;
        font-size: 3vw;
    }

    #page_interview .common_fv_items span a span:hover {
        opacity: 1;
    }

    #page_interview .interview {
        margin: 5vw 0;
    }

    #page_interview .interview .interview_head {
        grid-template-columns: 1fr;
        margin: 0 -2.5vw;
    }

    #page_interview .interview .interview_head::before {
        right: -25vw;
        bottom: 20vw;
        width: 40vw;
    }

    #page_interview .interview .interview_info {
        margin-top: 5vw;
    }

    #page_interview .interview .interview_copy span {
        padding: 0.5vw 2.5vw;
        font-size: 5vw;
    }

    #page_interview .interview .interview_department {
        margin-top: 5vw;
        font-size: 4vw;
    }

    #page_interview .interview .interview_year {
        font-size: 4vw;
    }

    #page_interview .interview .interview_title {
        margin-top: 2vw;
        font-size: 8vw;
    }

    #page_interview .interview .interview_biography {
        margin-top: 6vw;
        font-size: 4vw;
    }

    #page_interview .interview .interview_main {
        aspect-ratio: 10/7;
        margin-top: 3vw;
    }

    #page_interview .interview .interview_wrapper {
        grid-template-columns: 1fr;
        margin: 15vw -2.5vw 0;
    }

    #page_interview .interview .interview_item+.interview_item {
        margin-top: 20vw;
    }

    #page_interview .interview .item_title {
        font-size: 5vw;
    }

    #page_interview .interview .item_title br {
        display: none;
    }

    #page_interview .interview .item_text {
        margin-top: 4vw;
        font-size: 3.5vw;
    }

    #page_interview .interview .item_img {
        margin-top: 5vw;
        aspect-ratio: 5/3;
    }

    #page_interview .top_interview {
        padding-bottom: 20vw;
        padding-top: 20vw;
    }

    #page_interview .message_text {
        font-size: 3.8vw;
    }

    /* 代表者挨拶ページレイアウト変更 end*/

    /* page_renovation (sp) ------------------------------------------------------------------------------------------------------ */

    #page_renovation .renovation .renovation_outer+.renovation_outer {
        margin-top: 15vw;
    }

    #page_renovation .renovation .renovation_title+* {
        margin-top: 5vw;
    }

    #page_renovation .renovation .renovation_text+.renovation_text {
        margin-top: 4vw;
    }

    #page_renovation .renovation .renovation_text+.renovation_lead {
        margin-top: 4vw;
    }

    #page_renovation .renovation .renovation_lead+.renovation_text {
        margin-top: 1vw;
    }

    #page_renovation .renovation .renovation_img+.renovation_lead {
        margin-top: 8vw;
    }

    #page_renovation .renovation .renovation_title {
        font-size: 4.5vw;
    }

    #page_renovation .renovation .renovation_text {
        font-size: 3.5vw;
    }

    #page_renovation .renovation .renovation_lead {
        font-size: 4vw;
    }

    #page_renovation .renovation .renovation_img {
        aspect-ratio: 5/3;
        margin-top: 4vw;
    }

    #page_renovation .renovation .renovation_wrap {
        margin: 5vw -2.5vw 0;
        padding: 5vw 4vw;
    }

    #page_renovation .renovation .renovation_wrap .renovation_text {
        margin-top: 2vw;
    }

    /* page_works_archive (sp) ------------------------------------------------------------------------------------------------------ */

    #page_works_archive .works .wrap {
        max-width: 95%;
    }

    #page_works_archive .works .works_items {
        -webkit-column-gap: 3%;
        -moz-column-gap: 3%;
        grid-template-columns: repeat(2, 48.5%);
        column-gap: 3%;
        row-gap: 5vw;
    }

    #page_works_archive .works .works_item:hover .works_img img {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    #page_works_archive .works .works_title {
        margin-top: 2vw;
        font-size: 3.8vw;
    }

    #page_works_archive .works .works_info {
        margin-top: 1vw;
        font-size: 3.2vw;
    }

    /* page_works_single (sp) ------------------------------------------------------------------------------------------------------ */

    #page_works_single .works .works_wrapper {
        margin-top: 8vw;
    }

    #page_works_single .works .works_wrapper+.works_wrapper {
        margin-top: 12vw;
    }

    #page_works_single .works .works_heading {
        font-size: 4.5vw;
    }

    #page_works_single .works .works_outer {
        position: relative;
    }

    #page_works_single .works .works_img {
        aspect-ratio: 5/3;
    }

    #page_works_single .works .works_thumbnails {
        margin: 6vw 0 0;
    }

    #page_works_single .works .works_thumbnail {
        width: 30vw;
    }

    #page_works_single .works .works_thumbnails {
        margin: 8vw 0 0;
    }

    #page_works_single .works .swiper-button-prev,
    #page_works_single .works .swiper-button-next {
        width: 10vw;
        height: 10vw;
    }

    #page_works_single .works .swiper-button-prev::before,
    #page_works_single .works .swiper-button-next::before {
        width: 2.5vw;
    }

    #page_works_single .works .swiper-button-prev:hover,
    #page_works_single .works .swiper-button-next:hover {
        background-color: #F2EEE6;
    }

    #page_works_single .works .swiper-button-prev {
        left: -5vw;
    }

    #page_works_single .works .swiper-button-prev::before {
        left: 4.5vw;
    }

    #page_works_single .works .swiper-button-next {
        right: -5vw;
    }

    #page_works_single .works .swiper-button-next::before {
        left: 3.5vw;
    }

    #page_works_single .works .works_wrap {
        grid-template-columns: 1fr;
        row-gap: 12vw;
        margin-top: 4vw;
    }

    #page_works_single .works .works_plan figcaption {
        margin-top: 1vw;
        font-size: 3.5vw;
    }

    #page_works_single .works .works_plan:first-child::before {
        -webkit-transform: translateX(-50%) rotate(90deg);
        top: auto;
        right: auto;
        bottom: -7vw;
        left: 50%;
        width: 3vw;
        transform: translateX(-50%) rotate(90deg);
    }

    #page_works_single .works .works_lead {
        margin-top: 4vw;
        font-size: 5vw;
    }

    #page_works_single .works .works_text {
        margin-top: 4vw;
        font-size: 3.5vw;
    }

    #page_works_single .works .works_items {
        grid-template-columns: 1fr;
        margin-top: 4vw;
    }

    #page_works_single .works .works_item {
        grid-template-columns: 1fr;
        border-right: 1px solid #505050;
        border-bottom: 1px solid #505050;
        border-left: 1px solid #505050;
    }

    #page_works_single .works .works_item:nth-child(1),
    #page_works_single .works .works_item:nth-child(2) {
        border-top: 1px solid #505050;
    }

    #page_works_single .works .works_item:nth-child(2) {
        border-top: none;
    }

    #page_works_single .works .works_item dt,
    #page_works_single .works .works_item dd {
        padding: 2vw 0;
        padding-left: 2vw;
        font-size: 4vw;
    }

    #page_works_single .works .works_item dt {
        border-right: none;
        border-bottom: 1px solid #505050;
        border-left: none;
    }

    #page_works_single .works .works_item:nth-child(2n) dd {
        border-right: none;
    }

    #page_works_single .works .works_tel {
        font-size: 5vw;
        margin-top: 10vw;
    }

    #page_works_single .works .works_tel span {
        margin-right: 1vw;
        margin-top: 1vw;
        font-size: 4vw;
    }

    #page_works_single .works .works_btn {
        margin: 5vw auto 0;
    }

    /* page_buy_archive (sp) ------------------------------------------------------------------------------------------------------ */

    #page_buy_archive .buy .wrap {
        max-width: 95%;
    }

    #page_buy_archive .buy .buy_wrapper {
        grid-template-columns: 1fr;
        row-gap: 15vw;
    }

    #page_buy_archive .buy .buy_search {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    #page_buy_archive .buy .buy_lists {
        position: static;
    }

    #page_buy_archive .buy .buy_list {
        padding: 3vw;
    }

    #page_buy_archive .buy .buy_menu {
        font-size: 4vw;
    }

    #page_buy_archive .buy .buy_steps {
        -webkit-column-gap: 3vw;
        -moz-column-gap: 3vw;
        column-gap: 3vw;
        row-gap: 1vw;
        margin-top: 4vw;
    }

    #page_buy_archive .buy .buy_step {
        font-size: 3.5vw;
    }

    #page_buy_archive .buy .buy_step:hover {
        opacity: 1;
    }

    #page_buy_archive .buy .buy_heading {
        font-size: 6vw;
    }

    #page_buy_archive .buy .buy_items {
        -webkit-column-gap: 3%;
        -moz-column-gap: 3%;
        grid-template-columns: repeat(2, 48.5%);
        column-gap: 3%;
        row-gap: 5vw;
        margin-top: 8vw;
    }

    #page_buy_archive .buy .buy_item:hover .buy_img img {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    #page_buy_archive .buy .buy_title {
        margin-top: 2vw;
        font-size: 3.8vw;
    }

    #page_buy_archive .buy .buy_info {
        margin-top: 1vw;
        font-size: 3.2vw;
    }

    #page_buy_archive .buy .buy_none {
        margin-top: 8vw;
        font-size: 4vw;
    }

    /* page_buy_single (sp) ------------------------------------------------------------------------------------------------------ */

    #page_buy_single .buy .buy_wrapper {
        margin-top: 8vw;
    }

    #page_buy_single .buy .buy_wrapper+.buy_wrapper {
        margin-top: 12vw;
    }

    #page_buy_single .buy .buy_heading {
        font-size: 5vw;
    }

    #page_buy_single .buy .buy_price {
        font-size: 4vw;
    }

    #page_buy_single .buy .buy_inner {
        grid-template-columns: 1fr;
        row-gap: 15vw;
    }

    #page_buy_single .buy .buy_search {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    #page_buy_single .buy .buy_lists {
        position: static;
    }

    #page_buy_single .buy .buy_list {
        padding: 3vw;
    }

    #page_buy_single .buy .buy_menu {
        font-size: 4vw;
    }

    #page_buy_single .buy .buy_steps {
        -webkit-column-gap: 3vw;
        -moz-column-gap: 3vw;
        column-gap: 3vw;
        row-gap: 1vw;
        margin-top: 4vw;
    }

    #page_buy_single .buy .buy_step {
        font-size: 3.5vw;
    }

    #page_buy_single .buy .buy_step:hover {
        opacity: 1;
    }

    #page_buy_single .buy .buy_outer {
        position: relative;
    }

    #page_buy_single .buy .buy_img {
        aspect-ratio: 5/3;
    }

    #page_buy_single .buy .buy_thumbnails {
        margin: 6vw 0 0;
    }

    #page_buy_single .buy .buy_thumbnail {
        width: 30vw;
    }

    #page_buy_single .buy .swiper-button-prev,
    #page_buy_single .buy .swiper-button-next {
        width: 10vw;
        height: 10vw;
    }

    #page_buy_single .buy .swiper-button-prev::before,
    #page_buy_single .buy .swiper-button-next::before {
        width: 2.5vw;
    }

    #page_buy_single .buy .swiper-button-prev:hover,
    #page_buy_single .buy .swiper-button-next:hover {
        background-color: #F2EEE6;
    }

    #page_buy_single .buy .swiper-button-prev {
        left: -5vw;
    }

    #page_buy_single .buy .swiper-button-prev::before {
        left: 4.5vw;
    }

    #page_buy_single .buy .swiper-button-next {
        right: -5vw;
    }

    #page_buy_single .buy .swiper-button-next::before {
        left: 3.5vw;
    }

    #page_buy_single .buy .buy_wrap {
        grid-template-columns: 1fr;
        row-gap: 12vw;
        margin-top: 4vw;
    }

    #page_buy_single .buy .buy_plan figcaption {
        margin-top: 1vw;
        font-size: 3.5vw;
    }

    #page_buy_single .buy .buy_plan:first-child::before {
        -webkit-transform: translateX(-50%) rotate(90deg);
        top: auto;
        right: auto;
        bottom: -7vw;
        left: 50%;
        width: 3vw;
        transform: translateX(-50%) rotate(90deg);
    }

    #page_buy_single .buy .buy_lead {
        margin-top: 4vw;
        font-size: 5vw;
    }

    #page_buy_single .buy .buy_text {
        margin-top: 4vw;
        font-size: 3.5vw;
    }

    #page_buy_single .buy .buy_items {
        grid-template-columns: 1fr;
        margin-top: 4vw;
    }

    #page_buy_single .buy .buy_item {
        grid-template-columns: 1fr;
        border-right: 1px solid #505050;
        border-bottom: 1px solid #505050;
        border-left: 1px solid #505050;
    }

    #page_buy_single .buy .buy_item:nth-child(1),
    #page_buy_single .buy .buy_item:nth-child(2) {
        border-top: 1px solid #505050;
    }

    #page_buy_single .buy .buy_item:nth-child(2) {
        border-top: none;
    }

    #page_buy_single .buy .buy_item dt,
    #page_buy_single .buy .buy_item dd {
        padding: 2vw 0;
        padding-left: 2vw;
        font-size: 4vw;
    }

    #page_buy_single .buy .buy_item dt {
        border-right: none;
        border-bottom: 1px solid #505050;
        border-left: none;
    }

    #page_buy_single .buy .buy_item:nth-child(2n) dd {
        border-right: none;
    }

    #page_works_single .link_area,
    #page_buy_single .link_area {
        margin: 10vw auto 0;
        width: 90%;
    }

    #page_works_single .link_area .btn_box,
    #page_buy_single .link_area .btn_box {
        grid-template-columns: repeat(1, 100%);
        gap: 5vw 0;
    }

    #page_works_single .link_area .btn_box a,
    #page_buy_single .link_area .btn_box a {
        font-size: 4vw;
        min-block-size: 12vw;
    }

    #page_works_single .link_area .btn_box a.buy_btn:hover,
    #page_buy_single .link_area .btn_box a.buy_btn:hover {
        background-color: #fff;
    }

    #page_works_single .buy .buy_tel,
    #page_buy_single .buy .buy_tel {
        font-size: 5vw;
        pointer-events: painted;
    }

    #page_works_single .link_area .time,
    #page_buy_single .link_area .time {
        font-size: 3vw;
    }


    /* page_contact (sp) ------------------------------------------------------------------------------------------------------ */

    .page_contact .common_contact_form .buy_lead {
        padding: 1vw 0;
        font-size: 4.5vw;
    }

    .page_contact .common_contact_form .buy_lead+* {
        margin-top: 3vw;
    }

    .page_contact .common_contact_form *+.buy_lead {
        margin-top: 15vw;
    }

    .page_contact .common_contact_form .buy_wrapper {
        -webkit-column-gap: 1vw;
        -moz-column-gap: 1vw;
        column-gap: 1vw;
    }

    .page_contact .common_contact_form .buy_wrapper input {
        width: 20vw;
    }

    .page_contact .common_contact_form .buy_text {
        font-size: 3.5vw;
    }

    /* page_error (sp) ------------------------------------------------------------------------------------------------------ */

    #page_error .error_text {
        font-size: 4vw;
    }

    #page_error .error_btn {
        margin: 10vw auto 0;
    }

    #page_philosophy .mission .mission_lead_en .color {
        width: unset;
        font-size: 150%;
    }
}

@media screen and (min-width: 751px) {

    .pc_tel {
        pointer-events: none;
    }

}