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

@font-face {
  font-family: 'MyanmarMN';
  src: url('./fonts/MyanmarMN-01.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'MyanmarMN';
  src: url('./fonts/MyanmarMN-Bold-02.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}

html,
button,
input,
select,
textarea {
    font-family: "ten-mincho-text", serif;
    font-weight: 400;
    font-style: normal;
}

.font_noto {
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
}

.font_figtree {
    font-family: "Figtree", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
}

.font_MN {
    font-family: 'MyanmarMN', sans-serif;
}

body {
    color: #3B3B3B;
    font-size: 16px;
    line-height: 1.7;
    padding-top: 85px;
    min-width: 1340px;
}

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

.wrap.mid {
    width: 1240px;
}

.wrap.lr {
    width: 1340px;
}

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

.common_page_main {
    background: #FDF7F7;
    padding-block: 50px;
    position: relative;
}

.common_page_main:before {
    content: "";
    width: 100%;
    height: 100%;
    background: url(./image/philosophy_mask.webp) no-repeat;
    background-size: cover;
    background-position: center;
    position: absolute;
    left: 0;
    top: 0;
    opacity: .3;
    mix-blend-mode: multiply;
}

.common_page_main .wrap {
    position: relative;
    z-index: 2;
}

.common_page_main .common_title_box .en {
    color: #A2000D;
    margin-top: .2em;
}

.common_page_main .common_title_box .en img {
    vertical-align: top;
}

.common_page_main .image {
    width: 320px;
    height: 350px;
}

.common_page_main .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.common_page_main .text_box {
    padding-top: 30px;
}

.common_page_wrap {
    padding: 150px 0;
}

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

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

/* パンくず */
.breadcrumb {
    font-size: 14px;
    color: #3B3B3B;
    letter-spacing: .08em;
    margin-bottom: 158px;
}

.breadcrumb a {
    text-decoration: none;
    color: #3B3B3B;
    opacity: .5;
    border-bottom: 1px solid;
    margin-right: 51px;
    position: relative;
}

.breadcrumb a:before {
    content: "";
    width: 20px;
    height: 1px;
    background: #CCCCCC;
    position: absolute;
    right: -36px;
    top: 50%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* サンクスページ */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* TOP CSS（PC） */

header#pc_header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 10;
    background: #fff;
    transition: .3s;
    padding: 16.5px 0;
    transition: .3s;
}

header#pc_header.active {
    background: #CC0011;
}

header#pc_header .logo img {
    width: 210px;
}

header#pc_header .flex_box {
    align-items: center;
}

header#pc_header .header_nav {
    align-items: center;
    gap: 56px;
}

header#pc_header .header_nav ul {
    gap: 56px;
}

header#pc_header .header_nav ul li a {
    color: #3B3B3B;
    text-align: center;
    position: relative;
    transition: .3s;
    display: block;
}

header#pc_header.active .header_nav ul li a {
    color: #fff;
}

header#pc_header .header_nav ul li a::after {
    background-color: #CC0011;
    bottom: -18px;
    content: "";
    height: 2px;
    left: calc( 50% - 10px );
    position: absolute;
    transform: scale(0, 1);
    transform-origin: center top;
    transition: transform .3s;
    width: 20px;
}

header#pc_header.active .header_nav ul li a:after {
    background: #fff;
}

header#pc_header .header_nav ul li a span {
    display: block;
}

header#pc_header .header_nav ul li a .jp {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
}

header#pc_header .header_nav ul li a .en {
    font-size: 13px;
    font-weight: 700;
}

.common_contact_button a {
    display: block;
    background: #CC0011;
    width: 180px;
    line-height: 45px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

header#pc_header.active .common_contact_button a {
    border: 1px solid #fff;
}

.common_contact_button a .text {
    color: #fff;
    position: relative;
    z-index: 2;
    transition: .3s;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
}

.common_contact_button a:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 20px;
    height: 20px;
    background: #8A0009;
    clip-path: polygon(0 100%, 100% 100%, 0 0);
    transform-origin: bottom left;
    transform: scale(1);
    transition: transform 0.5s ease;
    z-index: 1;
}

.main_visual {
    position: relative;
    height: 635px;
    padding-top: 54px;
}

.main_visual .video {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.main_visual .video video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.main_visual .video:before {
    content: "";
    background: #005490;
    background: linear-gradient(82deg,rgba(0, 84, 144, 0) 0%, rgba(0, 84, 144, 1) 100%);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: .35;
}

.main_visual .catch_copy {
    color: #fff;
    position: relative;
    z-index: 2;
    text-align: right;
}

.main_visual .catch_copy .text_wrap {
    display: inline-block;
    position: relative;
    overflow: hidden;
}

.main_visual .catch_copy .text_wrap .text {
    transform: translateY(200px);
    opacity: 0;
    transition: transform 1.2s ease, opacity .8s ease;
    display: inline-block;
}

/* アニメーション開始後 */
.main_visual .catch_copy .text_wrap.animate .text {
    transform: translateY(0);
    opacity: 1;
}

.main_visual .catch_copy .text_wrap.animate:before {
    transform: translateY(-210%);
}

.main_visual .catch_copy .text_wrap:before {
    content: "";
    width: 100%;
    height: 100%;
    background: #fff;
    position: absolute;
    left: 0;
    top: 100%;
    transform: translateY(0);
    transition: transform 1.6s ease;
    z-index: 2;
}

.main_visual .catch_copy .en {
    font-size: 102px;
    font-weight: 800;
    line-height: 1;
}

.main_visual .catch_copy .jp {
    font-size: 96px;
    font-weight: 900;
    line-height: 1;
    margin-bottom: .2em;
}

.common_title_box .title {
    display: inline-block;
    padding-left: 41px;
    background: url(./image/title_accent.svg) no-repeat;
    background-position: 0;
    font-size: 24px;
}

.common_title_box.white {
    color: #fff;
}

.common_title_box.white .title {
    background-image: url(./image/title_accent_white.svg);
}

.common_title_box .en {
    font-size: 50px;
    line-height: 1;
    text-transform: uppercase;
    position: relative;
}

.common_view_more a {
    color: #3B3B3B;
    font-size: 24px;
    padding-right: 45px;
    background-image: url(./image/arrow.svg) , url(./image/arrow.svg);
    background-position: center right 0, bottom -20px right 20px;
    background-repeat: no-repeat;
    position: relative;
    transition: .3s;
}

.common_view_more a::after {
  background-color: #A2000D;
  bottom: -4px;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform .3s;
  width: 100%;
}

.common_view_more.white a::after {
  background-color: #fff;
}

.common_view_more.white a {
    background-image: url(./image/arrow_white.svg),  url(./image/arrow_white.svg);
    color: #fff;
}

.section_philosophy {
    padding-top: 255px;
    position: relative;
}

.section_philosophy .mask {
    content: "";
    width: calc( 940px + ( (100vw - 1140px) / 2 ) );
    height: 785px;
    background: #FDF7F7;
    position: absolute;
    right: 0;
    top: 352px;
    z-index: -1;
}

.section_philosophy .mask:before {
    content: "";
    width: 100%;
    height: 100%;
    background: url(./image/philosophy_mask.webp) no-repeat;
    background-size: cover;
    background-position: center;
    position: absolute;
    left: 0;
    top: 0;
    opacity: .3;
    mix-blend-mode: multiply;
}

.common_title_box .catch {
    margin-top: 15px;
}

.common_title_box .catch .label {
    background: #A2000D;
    color: #fff;
    font-size: 30px;
    padding: 0 20px 0 30px;
    display: inline-block;
    position: relative;
}

.common_title_box .catch .label:before {
    content: "";
    width: 10px;
    height: 100%;
    background: #D3AF37;
    position: absolute;
    left: 0;
    top: 0;
}

.common_title_box .catch .label:not(:first-child) {
    margin-top: 8px;
}

.section_philosophy .flex_box {
    margin-bottom: 125px;
    gap: 0 160px;
    flex-wrap: nowrap;
}

.section_philosophy .flex_box .title_box {
    flex-shrink: 0;
}

.section_philosophy .text_box {
    padding-top: 150px;

}

.section_philosophy .text_box .text {
    font-size: 18px;
    line-height: 1.95;
    letter-spacing: .01em;
    margin-bottom: 48px;
}

.section_philosophy .slider_box .slide {
    margin-right: 35px;
    width: 420px;
    height: 480px;
}

.section_philosophy .slider_box .slide_1,
.section_philosophy .slider_box .slide_2,
.section_philosophy .slider_box .slide_3,
.section_philosophy .slider_box .slide_5,
.section_philosophy .slider_box .slide_7 {
    display: flex;
    align-items: flex-end;
}

.section_philosophy .slider_box .slide_6 {
    padding-top: 100px;
}

.section_philosophy .slider_box .slide_1 img,
.section_philosophy .slider_box .slide_3 img,
.section_philosophy .slider_box .slide_7 img {
    margin-bottom: 60px;
}

.section_philosophy .slider_box .slide_2 {
    width: 400px;
}

.section_philosophy .slider_box .slide_4 {
    width: 280px;
}

.section_news {
    padding: 184px 0 180px;
}

.section_news .title_box .common_title_box {
    margin-bottom: 60px;
}

.section_news .title_box .common_title_box .en {
    color: #A2000D;
}

.section_news .news_box {
    width: 730px;
}

.section_news .news_box ul li a {
    position: relative;
    padding: 35px 35px 35px 0;
    display: block;
    border-bottom: 1px solid #EFEFEF;
}

.section_news .news_box ul li a * {
    transition: .3s;
}

.section_news .news_box ul li a::after {
    background-color: #A2000D;
    bottom: -2px;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    transform: scale(0, 1);
    transform-origin: left top;
    transition: transform .3s;
    width: 100%;
}

.section_news .news_box ul li:first-child a {
    border-top: 1px solid #EFEFEF;
}

.section_news .news_box ul li a .arrow {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 35px;
    height: 35px;
    background-color: #E8E2E3;
}

.section_news .news_box ul li a .arrow .icon {
    width: 8px;
    height: 8px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    overflow: hidden;
}

.section_news .news_box ul li a .arrow .icon svg {
    vertical-align: top;
    transition: .3s;
}

.section_news .news_box ul li a .arrow .icon svg:last-child {
    position: absolute;
    left: -8px;
    bottom: -8px;
}

.section_news .news_box ul li a .data {
    color: #AAAAAA;
}

.section_news .news_box ul li a .title {
    color: #3B3B3B;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.section_business {
    background: #8A2E2A;
    position: relative;
    padding-bottom: 180px;
}

.section_business .main_image {
    width: calc( 850px + ( ( 100vw - 1140px ) / 2 ) );
    height: 300px;
    position: absolute;
    right: 0;
    top: 0;
}

.section_business .main_image:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #0057AA;
    opacity: .35;
    mix-blend-mode: overlay;
}

.section_business .main_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.section_business .head_box {
    padding-top: 160px;
    position: relative;
    z-index: 2;
    text-align: left;
    margin-bottom: 30px;
}

.section_business .head_box .en_catch {
    margin-top: 15px;
}

.section_business .head_box .en_catch .text {
    position: relative;
    line-height: 1;
    display: inline-block;
    font-size: 120px;
    opacity: .3;
}

.section_business .bottom_box {
    color: #fff;
}

.section_business .bottom_box .flex_box {
    align-items: flex-end;
}

.section_business .bottom_box .text_box .catch_copy {
    margin-bottom: 50px;
}

.section_business .bottom_box .text_box .catch_copy .label {
    display: inline-block;
    background: #A2000D;
    font-size: 30px;
    padding-left: 30px;
    padding-right: 20px;
    position: relative;
}

.section_business .bottom_box .text_box .catch_copy .label:before {
    content: "";
    width: 10px;
    height: 100%;
    background: #D3AF37;
    position: absolute;
    left: 0;
    top: 0;
}

.section_business .bottom_box .text_box .lead_text {
    font-size: 18px;
    line-height: 1.8;
}

.section_company {
    background: url(./image/company_back.webp) no-repeat;
    background-size: cover;
    background-position: center;
    padding: 50px 0;
    position: relative;
}

.section_company:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(41, 28, 28, .15);
}

.section_company .wrap {
    position: relative;
}

.section_company .flex_box {
    align-items: flex-end;
}

.section_company .text_box {
    width: 800px;
    position: relative;
    padding: 60px 80px;
    color: #fff;
}

.section_company .text_box:before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(255, 255, 255, 0.25);
    backdrop-filter: blur(5px) brightness(1.1);
    -webkit-backdrop-filter: blur(5px) brightness(1.1);
    z-index: 0;
}

.section_company .text_box * {
    position: relative;
}

.section_company .text_box table {
    width: 100%;
    margin-bottom: 20px;
}

.section_company .text_box table td {
    width: 470px;
    font-size: 14px;
}

.section_company .text_box table td a {
    color: #fff;
}

.section_company .text_box table th,
.section_company .text_box table td {
    padding: 30px 0;
    border-top: 1px solid;
    border-bottom: 1px solid;
}

.section_company .text_box table td .address_box {
    align-items: flex-end;
    gap: 25px;
    margin-bottom: 13px;
}

.section_company .text_box table td .address_box .link a {
    background-color: #A2000D;
    color: #fff;
    width: 100px;
    line-height: 25px;
    display: block;
    background-image: url(./image/icon_map.svg);
    background-repeat: no-repeat;
    background-position: 10px;
    font-size: 12px;
    padding-left: 23px;
}

.section_company .text_box .common_view_more {
    text-align: right;
}

.section_company .text_box table td .map iframe {
    height: 200px;
}

footer#main_footer {
    padding: 77px 0;
    text-align: center;
}

footer#main_footer .logo {
    margin-bottom: 17px;
}

footer#main_footer .address {
    font-size: 15px;
    line-height: 1.5;
    margin-bottom:1em;
}

footer#main_footer .tel_box {
    margin-bottom: 60px;
}

footer#main_footer .tel_box .tel {
    font-size: 24px;
}

footer#main_footer .tel_box .tel small {
    font-size: 14px;
}

footer#main_footer .tel_box .time {
    font-size: 13px;
    font-weight: 400;
    line-height: 1;
}

footer#main_footer .footer_nav {
    justify-content: center;
    align-items: center;
    gap: 50px;
    margin-bottom: 50px;
}

footer#main_footer .footer_nav ul {
    gap: 50px;
}

footer#main_footer ul li a {
    transition: .3s;
}

footer#main_footer .footer_nav ul li a {
    color: #3B3B3B;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
}

footer#main_footer .other_link {
    margin-bottom: 24px;
}

footer#main_footer .other_link ul {
    justify-content: center;
    gap: 50px;
}

footer#main_footer .other_link ul li a {
    color: #3B3B3B;
    font-size: 12px;
    font-family: "Noto Sans JP", sans-serif;
}

footer#main_footer .copyright small {
    font-size: 12px;
    font-weight: 500;
}

/* 事業内容（PC） */

.page_business .section_contents .box + .box {
    margin-top: 130px;
}

.page_business .section_contents .box {
    position: relative;
    align-items: center;
}

.page_business .section_contents .mask {
    content: "";
    width: calc( 940px + ( (100vw - 1140px) / 2 ) );
    height: 482px;
    background: #FDF7F7;
    position: absolute;
    right: calc((1140px - 100vw) / 2);
    top: 83px;
    z-index: -1;
}

.page_business .section_contents .mask.long {
    width: 100vw;
    top: 180px;
    height: 537px;
}

.page_business .section_contents .mask:before {
    content: "";
    width: 100%;
    height: 100%;
    background: url(./image/philosophy_mask.webp) no-repeat;
    background-size: cover;
    background-position: center;
    position: absolute;
    left: 0;
    top: 0;
    opacity: .3;
    mix-blend-mode: multiply;
}

.page_business .section_contents .box .image {
    width: 540px;
}

.page_business .section_contents .box .text_box {
    width: 520px;
}

.page_business .section_contents .box .text_box .title_box {
    margin-bottom: 34px;
}

.page_business .section_contents .box .text_box .title_box .title {
    display: inline-block;
    font-size: 32px;
    background: #A2000D;
    color: #fff;
    padding: 5px 20px 4px 30px;
    position: relative;
}

.page_business .section_contents .box .text_box .title_box .title:before {
    content: "";
    width: 10px;
    height: 100%;
    background: #D3AF37;
    position: absolute;
    left: 0;
    top: 0;
}

.page_business .section_contents .box .text_box dl + dl {
    margin-top: 30px;
}

.page_business .section_contents .box .text_box dl dt {
    margin-bottom: 4px;
}

.page_business .section_contents .box .text_box dl dt .title {
    font-size: 20px;
    padding-left: 40px;
    background: url(./image/title_accent.svg) no-repeat;
    background-position: 0;
}

.page_business .section_contents .box .text_box dl dd {
    font-size: 14px;
    letter-spacing: .02em;
    line-height: 1.5;
}

.page_business .section_contents .box .text_box .text {
    line-height: 1.7;
}

.page_business .section_contents .box .text_box .text + .text {
    margin-top: 1em;
}

.page_business .section_contents .box_wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 60px;
    margin-top: 130px;
    position: relative;
}

.page_business .section_contents .box_wrap .box {
    margin-top: 0;
}

.page_business .section_contents .box_wrap .box .image {
    margin-bottom: 22px;
}

.page_business .section_contents .box_wrap .box .text_box {
    width: 550px;
}

.page_business .section_contents .box_wrap .box .text_box .title_box {
    margin-bottom: 16px;
}

.section_about {
    background: #8A2E2A;
    color: #fff;
    position: relative;
    height: 100vh;
}

.section_about:before {
    content: "";
    width: 100%;
    height: 100%;
    background: url(./image/mask_about.webp) no-repeat;
    background-size: cover;
    background-position: center;
    position: absolute;
    left: 0;
    top: 0;
}

.section_about .box {
    padding-top: 85px;
    position: absolute;
    left: 50%;
    top: 0;
    width: 1140px;
    height: 100%;
    transform: translateX(-50%);
    opacity: 0;
}

.section_about .box.right {
    display: flex;
    justify-content: flex-end;
}

.section_about .box.right.center {
    padding-top: 200px;
}

.section_about .box.center {
    padding-top: 300px;
}

.section_about .box.dummy {
    height: auto!important;
}

.section_about .box.scrollify {
  opacity: 0;
  transition: opacity .2s ease;
}

.section_about .box.active {
  opacity: 1;
}

.section_about .box.last {
    position: static;
}

.section_about .box .logo {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}

.section_about .box .catch {
    font-size: 64px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    white-space: nowrap;
}

.section_about .box .info_ver {
    padding-top: 100px;
}

.section_about .box .title_box .title {
    font-size: 56px;
    display: inline-block;
    position: relative;
}

.section_about .box .title_box .title:before {
    content: "";
    width: 220px;
    height: 1px;
    background: #fff;
    position: absolute;
    right: -235px;
    top: 50%;
}

@media (min-width: 750px) {

    /* ホバーエフェクト */

    header#pc_header .header_nav ul li a:hover {
        color: #CC0011;
    }
    header#pc_header .header_nav ul li a:hover::after {
      transform: scale(1, 1);
    }

    header#pc_header.active .header_nav ul li a:hover {
        color: #fff;
    }

    .common_contact_button a:hover:before {
        transform: scale(20, 20);
        clip-path: none;
    }
    
    .common_view_more a:hover {
        color: #A2000D;
        background-position: top -20px right -20px, center right 0;
    }

    .common_view_more.white a:hover {
        color: #fff;
    }

    .common_view_more a:hover::after {
      transform-origin: left top;
      transform: scale(1, 1);
    }

    .section_news .news_box ul li a:hover::after {
      transform: scale(1, 1);
    }

    .section_news .news_box ul li a:hover .data,
    .section_news .news_box ul li a:hover .title {
        color: #A2000D;
    }

    .section_news .news_box ul li a:hover .arrow {
        background-color: #A2000D;
    }
    
    .section_news .news_box ul li a:hover .arrow .icon svg:first-child {
        transition: .3s;
        transform: translate(8px,-8px);
    }
    
    .section_news .news_box ul li a:hover .arrow .icon svg:last-child {
        left: 0;
        bottom: 0;
    }

    footer#main_footer ul li a:hover {
        opacity: .7;
    }

}

@media (max-width: 750px) {
    .wrap {
        max-width: 90%;
    }

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

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

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

    body {
        font-size: 13px;
        padding-top: 60px;
        min-width: unset;
    }

    /* SPヘッダー */
    #sp_header {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        background: #fff;
        z-index: 1000;
        height: 60px;
        transition: .3s;
    }

    #sp_header.active {
        background: #CC0011;
    }

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

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

    #sp_header .mail {
        position: absolute;
        right: calc( 5vw + 45px );
        top: 15px;
        text-align: center;
    }

    #sp_header .mail .icon img {
        vertical-align: top;
        width: 25px;
    }

    #sp_header .mail .text {
        color: #CC0011;
        font-size: 10px;
        line-height: 1;
    }

    #sp_header.active .mail .text {
        color: #fff;
    }

    /* SP固定ページ 共通設定 */
    
    .common_page_main {
        padding: 0;
        margin-bottom: 40vw;
    }
    
    .common_page_main .wrap {
        padding-top: 10vw;
        padding-bottom:46vw;
    }
    
    .common_page_main .image {
        width: 100%;
        height: 64vw;
        position: absolute;
        left: 0;
        bottom: -31vw;
    }

    .common_page_main .image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .common_page_main .common_title_box .en {
        font-size: 5.5vw;
        margin-top: .1em;
    }

    .page-template-page-business .common_page_main .common_title_box .en img {
        width: 71vw;
    }

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

    .reserve_text {
        font-size: 6vw;
    }

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

    .breadcrumb a {
        margin-right: 11vw;
    }

    .breadcrumb a:before {
        width: 5.12vw;
        right: -7.6vw;
    }

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

    /* TOP CSS（SP） */
    
    .common_contact_button a {
        width: 59vw;
        line-height: 14vw;
    }

    .common_contact_button a .text {
        font-size: 4vw;
    }

    .common_contact_button a:before {
        width: 5vw;
        height: 5vw;
    }

    .main_visual {
        height: 163vw;
        padding-top: 13vw;
    }

    .main_visual .video:before {
        background: #005490;
        background: linear-gradient(138deg, rgba(0, 84, 144, 0) 0%, rgba(0, 84, 144, 1) 100%);
    }

    .main_visual .catch_copy .en {
        font-size: 13vw;
        white-space: nowrap;
    }

    .main_visual .catch_copy .jp {
        font-size: 12vw;
        margin-bottom: .2em;
    }

    .common_title_box .title {
        padding-left: 9vw;
        font-size: 4vw;
        background-size: 6vw;
    }

    .common_title_box .en {
        font-size: 8.5vw;
    }

    .common_view_more a {
        color: #A2000D;
        font-size: 5vw;
        padding-right: 9vw;
        background-size: 3vw;
        background-image: url(./image/arrow_sp.svg);
        border-bottom: 1vw solid;
    }

    .common_view_more.white a {
        background-image: url(./image/arrow_white_sp.svg);
    }

    .section_philosophy {
        padding-top: 31vw;
    }

    .section_philosophy .mask {
        width: 90vw;
        height: 167vw;
        top: 48vw;
    }

    .common_title_box .catch {
        margin-top: 2vw;
    }

    .common_title_box .catch .label {
        font-size: 5vw;
        padding: 0 5vw 0 6vw;
    }

    .common_title_box .catch .label:before {
        width: 3vw;
    }

    .common_title_box .catch .label:not(:first-child) {
        margin-top: 1vw;
    }

    .section_philosophy .flex_box {
        margin-bottom: 17vw;
        flex-direction: column;
        gap: 0;
    }

    .section_philosophy .text_box {
        width: 72vw;
        padding-top: 7vw;
        margin-left: 14vw;
    }

    .section_philosophy .text_box .text {
        font-size: 3.5vw;
        margin-bottom: 6vw;
        letter-spacing: .04em;
        line-height: 1.8;
    }

    .section_philosophy .slider_box .slide {
        margin-right: 4vw;
        width: 51vw;
        height: 61vw;
    }

    .section_philosophy .slider_box .slide_1,
    .section_philosophy .slider_box .slide_2,
    .section_philosophy .slider_box .slide_3,
    .section_philosophy .slider_box .slide_5,
    .section_philosophy .slider_box .slide_7 {
        display: flex;
        align-items: flex-end;
    }

    .section_philosophy .slider_box .slide_6 {
        padding-top: 22vw;
    }

    .section_philosophy .slider_box .slide_1 img,
    .section_philosophy .slider_box .slide_3 img,
    .section_philosophy .slider_box .slide_7 img {
        margin-bottom: 9vw;
    }

    .section_philosophy .slider_box .slide_2 {
        width: 51vw;
    }

    .section_philosophy .slider_box .slide_4 {
        width: 35vw;
    }

    .section_news {
        padding: 19vw 0 50vw;
    }

    .section_news .title_box {
        margin-bottom: 4vw;
    }

    .section_news .title_box .common_title_box .en .bar img {
        width: 1vw;
    }

    .section_news .title_box .common_title_box {
        margin-bottom: 0;
    }
    
    .section_news .title_box .common_title_box .en img {
        width: 50vw;
    }

    .section_news .news_box {
        width: 100%;
    }

    .section_news .news_box ul {
        margin-bottom: 6vw;
    }

    .section_news .news_box ul li a {
        padding: 5vw 13vw 5vw 0;
    }

    .section_news .news_box ul li a .arrow {
        width: 6vw;
        height: 6vw;
    }

    .section_news .news_box ul li a .arrow .icon {
        width: 1.46vw;
    }

    .section_news .news_box ul li a .arrow .icon svg {
        width: 100%;
        height: auto;
    }
    
    .section_news .news_box ul li a .arrow .icon svg:last-child {
        display: none;
    }

    .section_news .news_box ul li a .data {
        font-size: 4vw;
    }

    .section_news .news_box ul li a .title {
        font-size: 4vw;
        -webkit-line-clamp: 2;
        line-height: 1.4;
    }

    .section_business {
        padding-bottom: 20vw;
    }

    .section_business .main_image {
        width: 95vw;
        height: 64vw;
        top: -31vw;
    }

    .section_business .head_box {
        padding-top: 39vw;
        margin-bottom: 8vw;
    }

    .section_business .head_box .en_catch {
        margin-top: 2vw;
    }

    .section_business .head_box .en_catch .text {
        font-size: 12vw;
        font-family: "Figtree", sans-serif;
        color: #EADFE0;
        font-style: italic;
    }

    .section_business .bottom_box .text_box .catch_copy {
        margin-bottom: 4vw;
    }

    .section_business .bottom_box .text_box .catch_copy .label {
        font-size: 6vw;
        padding-left: 8vw;
        padding-right: 5vw;
        padding-top: 1vw;
        padding-bottom: 1vw;
    }

    .section_business .bottom_box .text_box .catch_copy .label:before {
        width: 3vw;
    }

    .section_business .bottom_box .text_box .lead_text {
        font-size: 4vw;
        margin-bottom: 6vw;
    }

    .section_company {
        background: url(./image/company_back_sp.webp) no-repeat;
        background-size: cover;
        background-position: center;
        padding: 15vw 0;
    }

    .section_company:before {
        background: #291C1C;
        background: linear-gradient(180deg, rgba(41, 28, 28, 0.35) 0%, rgba(41, 28, 28, 1) 100%);
    }

    .section_company .text_box {
        width: 100%;
        padding: 8vw 5vw;
        margin-top: 6vw;
    }

    .section_company .text_box table {
        margin-bottom: 6vw;
    }

    .section_company .text_box table td {
        width: 100%;
        font-size: 3vw;
        border: none;
        padding-top: 0;
        padding-bottom: 5vw;
    }

    .section_company .text_box table th,
    .section_company .text_box table td {
        display: block;
        width: 100%;
    }

    .section_company .text_box table th {
        border-bottom: none;
        padding-top: 6vw;
        padding-bottom: 5vw;
        font-size: 4vw;
    }

    .section_company .text_box table td .address_box {
        display: block;
        margin-bottom: 3vw;
    }

    .section_company .text_box table td .address_box .text {
        margin-bottom: 1vw;
    }

    .section_company .text_box table td .address_box .link a {
        width: 26vw;
        line-height: 5vw;
        background-position: 3vw;
        font-size: 3vw;
        padding-left: 6vw;
    }

    .section_company .text_box .common_view_more {
        text-align: left;
    }

    .section_company .text_box table td .map iframe {
        height: 33vw;
    }

    footer#main_footer {
        padding: 20vw 0;
    }

    footer#main_footer .logo {
        margin-bottom: 2vw;
    }

    footer#main_footer .logo img {
        width: 67vw;
    }

    footer#main_footer .address {
        font-size: 4vw;
    }

    footer#main_footer .tel_box {
        margin-bottom: 9vw;
    }

    footer#main_footer .tel_box .tel {
        font-size: 5vw;
    }

    footer#main_footer .tel_box .tel a {
        color: #3B3B3B;
    }

    footer#main_footer .tel_box .tel small {
        font-size: 4vw;
    }

    footer#main_footer .tel_box .time {
        font-size: 3vw;
    }

    footer#main_footer .footer_nav {
        gap: 0;
        margin-bottom: 9vw;
    }

    footer#main_footer .footer_nav ul {
        display: none;
    }

    footer#main_footer .other_link {
        margin-bottom: 5vw;
    }

    footer#main_footer .other_link ul {
        gap: 8vw;
    }

    footer#main_footer .other_link ul li a {
        font-size: 3vw;
    }

    footer#main_footer .copyright small {
        font-size: 3vw;
        font-weight: 400;
    }

    /* 事業内容（SP） */
    
    .page_business .section_contents .box + .box {
        margin-top: 20vw;
    }
    
    .page_business .section_contents .mask {
        width: 90vw;
        height: 150vw;
        right: -5vw;
        top: 20vw;
    }
    
    .page_business .section_contents .mask.long {
        top: auto;
        bottom: -20vw;
        height: 250vw;
    }
    
    .page_business .section_contents .box .image {
        width: 100%;
        order: -1;
        margin-bottom: 5vw;
        height: 40vw;
    }

    .page_business .section_contents .box .image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    
    .page_business .section_contents .box .text_box {
        width: 100%;
    }
    
    .page_business .section_contents .box .text_box .title_box {
        margin-bottom: 6vw;
    }
    
    .page_business .section_contents .box .text_box .title_box .title {
        font-size: 6vw;
        padding-left: 8vw;
        padding-right: 5vw;
        padding-top: 1vw;
        padding-bottom: 1vw;
    }
    
    .page_business .section_contents .box .text_box .title_box .title:before {
        width: 3vw;
    }
    
    .page_business .section_contents .box .text_box dl + dl {
        margin-top: 8vw;
    }
    
    .page_business .section_contents .box .text_box dl dt {
        margin-bottom: 2vw;
    }
    
    .page_business .section_contents .box .text_box dl dt .title {
        font-size: 4.5vw;
        padding-left: 10vw;
        background-size: 7vw;
    }
    
    .page_business .section_contents .box .text_box dl dd {
        font-size: 3.5vw;
    }
    
    .page_business .section_contents .box .text_box .text {
        font-size: 3.5vw;
    }
    
    .page_business .section_contents .box_wrap {
        display: block;
        margin-top: 20vw;
    }
    
    .page_business .section_contents .box_wrap .box {
        margin-top: 20vw;
    }
    
    .page_business .section_contents .box_wrap .box .image {
        margin-bottom: 5vw;
    }
    
    .page_business .section_contents .box_wrap .box .text_box {
        width: 100%;
    }
    
    .page_business .section_contents .box_wrap .box .text_box .title_box {
        margin-bottom: 6vw;
    }

    .section_about:before {
        background-image: url(./image/mask_about_sp.webp);
    }
    
    .section_about .box {
        padding-top: 0;
        left: 5%;
        width: 90%;
        height: 100%;
        transform: translateX(0);
    }
    
    .section_about .box .logo {
        width: 100%;
    }
    
    .section_about .box .logo img {
        width: 100%;
    }
    
    .section_about .box .catch {
        font-size: 7.6vw;
    }
    
    .section_about .box .info_ver {
        padding-top: 0;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%,-50%);
        width: 100%;
    }

    .section_about .box .title_box {
        margin-bottom: 3.5vw;
    }
    
    .section_about .box .title_box .title {
        font-size: 6.15vw;
    }
    
    .section_about .box .title_box .title:before {
        width: 66vw;
        right: -68.5vw;
    }

    .section_about .box .information {
        font-size: 3.5vw;
    }

    .common_page_main .text_box {
        padding-top: 0;
    }

    .section_company .flex_box .common_title_box .en {
        font-size: 6vw;
    }

}