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

html,
button,
input,
select,
textarea {
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Futura';
    src: url('/wp-content/themes/child/fonts/Futura-Bold.otf') format('opentype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Futura Condensed';
    src: url('/wp-content/themes/child/fonts/Futura-Condensed-Extra-Bold.otf') format('opentype');
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'Futura';
    src: url('/wp-content/themes/child/fonts/Futura-Medium.otf') format('opentype');
    font-weight: 500;
    font-style: normal;
}

.font_en {
    font-family: 'Futura', sans-serif;
    font-weight: 500;
}


body {
    color: #7B7B7B;
    font-size: 14px;
    line-height: 1.7;
    min-width: 1340px;
}

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

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

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

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

.wrap.mid {
    width: 1240px;
}

.wrap.lr {
    width: 1340px;
}

/* PC固定ページ 共通設定 */
.common_page_main {
    background: #FAFAFA;
    margin-block: 0 1em;
    padding-top: 150px;
    padding-bottom: 100px;
    position: relative;
}

.common_page_main .wrap {
    position: relative;
}

.common_page_main .accent_square {
    background: #89C726;
    position: absolute;
    opacity: .25;
}

.common_page_main .accent_square.bottom.large {
    width: 150px;
    height: 150px;
    right: 0;
    bottom: 0;
}

.common_page_main .accent_square.bottom.small {
    width: 100px;
    height: 100px;
    right: 90px;
    bottom: 80px;
    z-index: 2;
}

.common_page_main .accent_square.top.large {
    width: 100px;
    height: 100px;
    left: 0;
    top: 20px;
}

.common_page_main .accent_square.top.small {
    width: 60px;
    height: 60px;
    left: 70px;
    top: 80px;
    z-index: 2;
}

.common_page_main .title_box {
    text-align: center;
    color: #1a1a1a;
}

.common_page_main .title_box .title {
    font-size: 18px;
    color: #101010;
    letter-spacing: .08em;
    font-weight: 700;
}

.common_page_main .title_box .sub_title {
    font-size: 60px;
    color: #89C726;
    text-transform: capitalize;
}

.common_page_wrap {
    padding: 100px 0 200px 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;
    color: #101010;
}

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

/* トップページ（PC） */

#pc_header {
    position: absolute;
    left: 0;
    top: 23px;
    width: 100%;
    z-index: 3;
}

#pc_header .wrap {
    position: relative;
}

#pc_header .logo {
    position: relative;
    z-index: 3;
}

#pc_header .navi {
    margin-top: 14px;
}

#pc_header .navi ul {}

#pc_header .navi ul li {
    margin-left: 56px;
}

#pc_header .navi ul li:first-child {
    margin-left: 0;
}

#pc_header .navi ul li:nth-child(2) {
    margin-left: 73px;
}

#pc_header .navi ul li a {
    font-size: 15px;
    letter-spacing: .1em;
    transition: .3s;
    color: initial;
}

.home #pc_header .navi ul li a {
    color: #fff;
}

.section_main_visual {
    padding-top: 295px;
    padding-bottom: 90px;
    position: relative;
}

.section_main_visual .slider_box {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.section_main_visual .js_fv_slider,
.section_main_visual .slick-list,
.section_main_visual .slick-track {
    height: 100%;
}

.section_main_visual .slider_box .slide {
    height: 100%;
}

.section_main_visual .slider_box .mask {
    content: "";
    width: 100%;
    height: 100%;
    background: url(/wp-content/themes/child/image/fv_mask.png) no-repeat;
    background-size: cover;
    background-position: center;
    position: absolute;
    left: 0;
    top: 0;
    mix-blend-mode: multiply;
    z-index: 2;
}

.section_main_visual .slider_box .accent {
    mix-blend-mode: overlay;
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
}

.section_main_visual .slider_box .accent .wrap {
    height: 100%;
}

.section_main_visual .slider_box .accent .square {
    width: 250px;
    height: 250px;
    background: #FFFFFF;
    opacity: .25;
    position: absolute;
}

.section_main_visual .slider_box .accent .square.large.top {
    width: 220px;
    height: 210px;
    z-index: 1;
    left: -50px;
    top: 20px;
}

.section_main_visual .slider_box .accent .square.small.top {
    width: 160px;
    height: 160px;
    z-index: 1;
    left: 70px;
    top: 130px;
}

.section_main_visual .slider_box .accent .square.large.bottom {
    z-index: 1;
    right: -50px;
    bottom: 0;
}

.section_main_visual .slider_box .accent .square.medium.bottom {
    width: 160px;
    height: 160px;
    z-index: 2;
    left: 90px;
    bottom: 90px;
}

.section_main_visual .slider_box .accent .square.small.bottom {
    width: 150px;
    height: 150px;
    z-index: 2;
    right: 110px;
    bottom: 160px;
}

.section_main_visual .slider_box .accent .square.small.center {
    width: 40px;
    height: 40px;
    z-index: 2;
    right: 170px;
    top: 190px;
    opacity: .3;
}

.section_main_visual .slider_box .accent .square.large.center {
    width: 60px;
    height: 60px;
    z-index: 2;
    right: 190px;
    top: 210px;
    opacity: .3;
}

.section_main_visual .slider_box .slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

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

.section_main_visual .accent_square.small {
    width: 150px;
    height: 150px;
    z-index: 2;
    right: 110px;
    bottom: 80px;
}

.section_main_visual .cont {
    color: #fff;
    text-align: center;
}

.section_main_visual .cont .catch {
    font-size: 43px;
    letter-spacing: .106em;
    display: inline-block;
    margin-bottom: 22px;
    text-shadow: 0 1px 6px rgba(0, 0, 0, 0.16);
    margin-left: 20px;
}

.section_main_visual .cont .catch .accent {
    font-size: 49px;
    margin-left: -.4em;
}

.section_main_visual .cont .catch small {
    font-size: 37px;
}

.section_main_visual .cont .lead {
    font-size: 16px;
    text-shadow: 0 1px 6px rgba(0, 0, 0, 0.16);
    margin-bottom: 136px;
    letter-spacing: .1em;
}

.section_main_visual .cont .scroll a {
    color: #fff;
    font-size: 18px;
    padding-bottom: 20px;
    background: url(/wp-content/themes/child/image/scroll_down.svg) no-repeat;
    background-position: center 100%;
}

.section_main_visual .accent_border.bottom {
    width: calc(100vw - 20px);
    height: 1px;
    background: #fff;
    opacity: .6;
    position: absolute;
    right: 0;
    bottom: 50px;
    z-index: 2;
}

.section_main_visual .accent_border.left {
    width: 1px;
    height: 590px;
    background: #fff;
    opacity: .6;
    position: absolute;
    left: 50px;
    top: 110px;
    z-index: 2;
}

.common_title {
    text-align: center;
    margin-bottom: 40px;
}

.common_title .en {
    font-size: 60px;
    color: #89C726;
    line-height: 1.2;
    margin-bottom: 12px;
    letter-spacing: .03em;
}

.common_title .title {
    font-size: 18px;
    color: #101010;
    letter-spacing: .1em;
}

.common_title .lead {
    margin-top: 19px;
    letter-spacing: .1em;
}

.common_button a {
    width: 320px;
    line-height: 48px;
    background: #fff;
    color: #101010;
    border: 1px solid #DEDEDE;
    padding-left: 20px;
    padding-right: 14px;
    align-items: center;
    justify-content: space-between;
    transition: .3s;
}

.common_button a .arrow {
    width: 18px;
    height: 18px;
    border-radius: 100%;
    border: 1px solid #DEDEDE;
    display: block;
    background: url(/wp-content/themes/child/image/arrow.svg) no-repeat;
    background-position: center;
}

.section_business {
    padding: 90px 0 160px 0;
}

.section_business ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    position: relative;
}

.section_business ul:before {
    content: "";
    width: 1px;
    height: 896px;
    background: #E6E6E6;
    position: absolute;
    left: -50px;
    top: 90px;
}

.section_business ul:after {
    content: "";
    width: 1px;
    height: 896px;
    background: #E6E6E6;
    position: absolute;
    right: -50px;
    top: 90px;
}

.section_business ul li {
    background: #FAFAFA;
    padding: 22px 20px 18px 22px;
}

.section_business ul li .image {
    height: 137px;
    margin-bottom: 13px;
}

.section_business ul li .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.section_business ul li .text_area .title {
    font-size: 16px;
    color: #101010;
    text-align: center;
    margin-bottom: 10px;
    letter-spacing: .08em;
}

.section_business ul li .text_area .title .accent {
    color: #89C726;
    font-size: 22px;
}

.section_business ul li .text_area .lead {
    font-size: 12px;
    margin-bottom: 16px;
    letter-spacing: .05em;
}

.section_business ul li .text_area .button_area .common_button a {
    border: none;
}

.section_business ul li .text_area .button_area .common_button+.common_button {
    margin-top: 8px;
}

.section_company {
    padding-bottom: 250px;
}

.section_company .title_box {
    text-align: right;
    border-bottom: 1px solid #E6E6E6;
    padding-bottom: 29px;
}

.section_company .title_box .en {
    font-size: 160px;
    color: #F5F5F5;
    line-height: .8;
}

.section_company .title_box .title {
    font-size: 18px;
    color: #101010;
    line-height: 1;
    font-weight: 500;
    letter-spacing: .08em;
}

.section_company .cont {
    margin-top: -29px;
}

.section_company .image_area {
    width: 485px;
    position: relative;
}

.section_company .image_area .image_1:before {
    content: "";
    width: 840px;
    height: 480px;
    background: #F8F8F8;
    position: absolute;
    left: -50px;
    bottom: -66px;
    z-index: -1;
}

.section_company .image_area .image_1 {
    width: 400px;
    height: 590px;
    position: relative;
}

.section_company .image_area .image_2 {
    width: 210px;
    height: 200px;
    position: absolute;
    right: 0;
    top: 480px;
    ;
}

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

.section_company .text_area {
    width: calc(100% - 485px);
    padding-left: 145px;
    margin-top: 100px;
}

.section_company .text_area .catch {
    font-size: 30px;
    color: #101010;
    margin-bottom: 25px;
    letter-spacing: .04em;
    line-height: 1.7;
}

.section_company .text_area .catch .accent {
    color: #89C726;
    font-size: 38px;
    letter-spacing: .14em;
    line-height: 1.3;
}

.section_company .text_area .text_box {
    margin-bottom: 30px;
    margin-right: 50px;
}

.section_company .text_area .text_box .text {
    letter-spacing: .08em;
    line-height: 1.83;
}

.section_company .text_area .text_box .text+.text {
    margin-top: 25px;
}

#main_footer {
    background: #89C726;
    background: linear-gradient(126deg, rgba(137, 199, 38, 1) 1%, rgba(111, 163, 27, 1) 100%);
    color: #fff;
    padding-top: 75px;
    padding-bottom: 94.2px;
    position: relative;
    z-index: 5;
}

#main_footer .common_title {
    margin-bottom: 30px;
}

#main_footer .common_title .en {
    color: #fff;
    font-size: 70px;
}

#main_footer .common_title .lead {
    margin-top: 0;
}

#main_footer .button_box {
    background: #fff;
    padding: 35px 134px;
    margin-bottom: 70px;
}

#main_footer .button_box .lead {
    color: #101010;
    margin-bottom: 20px;
    text-align: center;
    font-size: 16px;
    letter-spacing: .1em;
}

#main_footer .button_box ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
}

#main_footer .button_box ul li a {
    display: block;
    background: #343434;
    color: #fff;
    text-align: center;
    line-height: 60px;
    transition: .3s;

}

#main_footer .information_area {
    border-top: 1px solid;
    padding-top: 11px;
}

#main_footer .information_area .flex_box {
    align-items: flex-end;
}

#main_footer .information_area .company_box {
    width: 300px;
}

#main_footer .information_area .company_box .logo {
    margin-bottom: 22px;
}

#main_footer .information_area .company_box p {
    font-size: 13px;
}

#main_footer .information_area .company_box .name {
    font-size: 22px;
    letter-spacing: .1em;
    margin-bottom: 10px;
}

#main_footer .information_area .company_box .tel {
    font-size: 15px;
}

#main_footer .information_area .company_box .copyright {
    margin-top: 42px;
}

#main_footer .information_area .company_box .copyright small {
    font-size: 12px;
}

#main_footer .information_area .info_box {
    width: 690px;
}

#main_footer .information_area .info_box .company_info {
    align-items: center;
    padding-bottom: 37px;
    margin-bottom: 37px;
    border-bottom: 1px dashed;
}

#main_footer .information_area .info_box .company_info .image {
    width: 210px;
    height: 145px;
}

#main_footer .information_area .info_box .company_info .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#main_footer .information_area .info_box .company_info .text_area {
    width: calc(100% - 210px);
    padding-left: 30px;
}

#main_footer .information_area .info_box .company_info .text_area .text {
    font-size: 13px;
    letter-spacing: .02em;
}

#main_footer .information_area .info_box .footer_navi ul {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}

#main_footer .information_area .info_box .footer_navi ul li a {
    color: #fff;
    letter-spacing: .1em;
    transition: .3s;
}

.contact_fixed {
    position: fixed;
    right: calc((100vw - 1340px) / 2);
    bottom: 0;
    bottom: 0;
    z-index: 4;
    padding: 0 12px;
    background: #93B915;
    width: 250px;
}

.contact_fixed:before {
    content: "";
    width: 1px;
    height: 100%;
    background: #fff;
    position: absolute;
    left: 12px;
    top: 0;
}

.contact_fixed:after {
    content: "";
    width: 1px;
    height: 100%;
    background: #fff;
    position: absolute;
    right: 12px;
    top: 0;
}

.contact_fixed .title_box {
    text-align: center;
    color: #fff;
    margin-bottom: 12px;
}

.contact_fixed .title_box .en {
    font-size: 29px;
    line-height: 1.1;
}

.contact_fixed .title_box .title {
    line-height: 1.4;
}

.contact_fixed .cont {
    padding-top: 12px;
}

.contact_fixed .cont .in_box {
    background: #fff;
    text-align: center;
    margin-top: 12px;
    margin-bottom: 12px;
    padding: 5px 13px 13px 13px;
    display: none;
}

.contact_fixed .cont .in_box .closeBtnHat {
    display: none;
}

.contact_fixed .cont .in_box .lead {
    color: #101010;
    font-size: 12px;
    line-height: 1.4;
    margin-bottom: 5px;
}

.contact_fixed .cont .in_box ul li+li {
    margin-top: 5px;
}

.contact_fixed .cont .in_box ul li a {
    display: block;
    background: #343434;
    color: #fff;
    line-height: 50px;
    width: 200px;
    font-weight: 700;
    transition: .3s;
}

/* 案内用紙（PC） */

.page_information_sheet .section_main_contents ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

/* 仲介業者様向け（PC） */

.page_management .section_main_contents ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.page_management .section_main_contents ul li {
    background: #FAFAFA;
    padding: 22px 20px 18px 22px;
}

.page_management .section_main_contents ul li .image {
    height: 200px;
    margin-bottom: 15px;
}

.page_management .section_main_contents ul li .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.page_management .section_main_contents ul li table tr:first-child {
    border-bottom: 1px solid #E6E6E6;
}

.page_management .section_main_contents ul li table th,
.page_management .section_main_contents ul li table td {
    background: #fff;
    padding: 1em;
    font-size: 13px;
    vertical-align: middle;
}

.page_management .section_main_contents ul li table th {
    width: 22%;
    color: #1a1a1a;
}

.page_management .section_main_contents ul li table td {
    width: 78%;
}

.section_main_contents .post-password-message {
    text-align: center;
    margin-bottom: 1em;
}

.section_main_contents .post-password-form {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.section_main_contents .post-password-form .post-password-form__label {
    display: none;
}

.section_main_contents .post-password-form .post-password-form__input {
    border: 1px solid #DEDEDE;
    height: 40px;
}

.section_main_contents .post-password-form .post-password-form__submit {
    background: #89C726;
    color: #fff;
    width: 100px;
    line-height: 40px;
    text-align: center;
}

/* 入居者様向け（PC） */

.page_resident .section_contact {
    margin-bottom: 150px;
}

.page_resident .section_contact ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
}

.page_resident .section_contact ul li {
    background: #FAFAFA;
    padding: 22px 20px 18px 22px;
}

.page_resident .section_contact ul li .image {
    width: 100%;
    height: 200px;
    margin-bottom: 20px;
}

.page_resident .section_contact ul li .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.page_resident .section_contact ul li .title {
    text-align: center;
    color: #101010;
    font-size: 20px;
    border-bottom: 1px solid #ccc;
    padding-bottom: .5em;
    margin-bottom: 1em;
}

.page_resident .section_contact ul li .common_button a {
    margin: 0 auto;
}

/* ホバーエフェクト（PCのみ適用） */

@media (min-width: 750px) {

    .common_button a:hover {
        color: #89C726;
        background: #f9ffee;
    }

    #pc_header .navi ul li a:hover {
        opacity: .8;
    }

    #main_footer .information_area .info_box .footer_navi ul li a:hover {
        opacity: .8;
    }

    #main_footer .button_box ul li a:hover {
        opacity: .8;
    }

    .contact_fixed .cont .in_box ul li a:hover {
        opacity: .8;
    }

}

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

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

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

    body {
        font-size: 3.2vw;
        min-width: unset;
    }

    /* SPヘッダー */
    #sp_header {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        z-index: 1000;
        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-top: 25vw;
        padding-bottom: 15vw;
    }

    .common_page_main .accent_square.bottom.large {
        width: 15vw;
        height: 15vw;
        bottom: -10vw;
    }

    .common_page_main .accent_square.bottom.small {
        width: 10vw;
        height: 10vw;
        right: 10vw;
        bottom: 1vw;
    }

    .common_page_main .accent_square.top.large {
        width: 10vw;
        height: 10vw;
        top: -10vw;
        left: 4vw;
    }

    .common_page_main .accent_square.top.small {
        width: 7vw;
        height: 7vw;
        left: 11vw;
        top: -5vw;
    }

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

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

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

    /* トップページ（SP） */

    .section_main_visual {
        padding-top: 50vw;
        padding-bottom: 10vw;
    }

    .section_main_visual .slider_box .accent .square {
        width: 10vw;
        height: 10vw;
    }

    .section_main_visual .slider_box .accent .square.large.top {
        width: 15vw;
        height: 15vw;
        z-index: 1;
        left: -5vw;
        top: 6px;
    }

    .section_main_visual .slider_box .accent .square.small.top {
        width: 8vw;
        height: 8vw;
        left: 7vw;
        top: 55px;
    }

    .section_main_visual .slider_box .accent .square.large.bottom {
        z-index: 1;
        right: -5vw;
        bottom: 0;
        width: 18vw;
        height: 18vw;
    }

    .section_main_visual .slider_box .accent .square.medium.bottom {
        width: 12vw;
        height: 12vw;
        z-index: 2;
        left: 7vw;
        bottom: 10vw;
    }

    .section_main_visual .slider_box .accent .square.small.bottom {
        width: 12vw;
        height: 12vw;
        right: 6vw;
        bottom: 12vw;
    }

    .section_main_visual .slider_box .accent .square.small.center {
        width: 8vw;
        height: 8vw;
        right: 0vw;
        top: 30vw;
    }

    .section_main_visual .slider_box .accent .square.large.center {
        width: 8vw;
        height: 8vw;
        right: 6vw;
        top: 35vw;
    }

    .section_main_visual .cont .catch {
        font-size: 8.8vw;
        margin-bottom: 4vw;
        margin-left: 2vw;
        line-height: 1.5;
    }

    .section_main_visual .cont .catch .accent {
        font-size: 9.6vw;
        margin-left: 0;
    }

    .section_main_visual .cont .catch small {
        font-size: 7.3vw;
    }

    .section_main_visual .cont .lead {
        font-size: 3.3vw;
        margin-bottom: 30vw;
    }

    .section_main_visual .cont .scroll a {
        font-size: 3.5vw;
        padding-bottom: 5vw;
        background-size: 3vw;
    }

    .section_main_visual .accent_border.bottom {
        width: 100vw;
        right: 0;
        bottom: 2.5vw;
    }

    .section_main_visual .accent_border.left {
        height: 55vw;
        left: 2.5vw;
        top: auto;
        bottom: 0;
    }

    .common_title {
        margin-bottom: 10vw;
    }

    .common_title .en {
        font-size: 10vw;
        margin-bottom: 2vw;
    }

    .common_title .title {
        font-size: 3.5vw;
    }

    .common_title .lead {
        margin-top: 3.5vw;
    }

    .common_button a {
        width: 80vw;
        line-height: 12vw;
        padding-left: 4vw;
        padding-right: 3vw;
    }

    .common_button a .arrow {
        width: 4vw;
        height: 4vw;
        background-size: 2vw;
    }

    .section_business {
        padding: 15vw 0 25vw 0;
    }

    .section_business ul {
        grid-template-columns: repeat(1, 1fr);
        gap: 8vw;
    }

    .section_business ul:before {
        left: -2.5vw;
        top: 10vw;
        height: 370vw;
    }

    .section_business ul:after {
        right: -2.5vw;
        top: 10vw;
        height: 370vw;
    }

    .section_business ul li {
        padding: 4vw;
    }

    .section_business ul li .image {
        height: 40vw;
        margin-bottom: 3vw;
    }

    .section_business ul li .text_area .title {
        font-size: 4.5vw;
        margin-bottom: 3vw;
    }

    .section_business ul li .text_area .title .accent {
        font-size: 5.5vw;
    }

    .section_business ul li .text_area .lead {
        font-size: 3vw;
        margin-bottom: 5vw;
    }

    .section_business ul li .text_area .button_area .common_button a {
        width: 100%;
    }

    .section_business ul li .text_area .button_area .common_button+.common_button {
        margin-top: 3vw;
    }

    .section_company {
        padding-bottom: 20vw;
    }

    .section_company .title_box {
        text-align: right;
        border-bottom: 1px solid #E6E6E6;
        padding-bottom: 2vw;
        margin-bottom: 4vw;
    }

    .section_company .title_box .en {
        font-size: 17vw;
    }

    .section_company .title_box .title {
        font-size: 3.5vw;
    }

    .section_company .cont {
        margin-top: 0;
    }

    .section_company .image_area {
        width: 100%;
    }

    .section_company .image_area .image_1:before {
        width: 65vw;
        height: 50vw;
        left: -2.5vw;
        bottom: -10vw;
    }

    .section_company .image_area .image_1 {
        width: 50vw;
        height: 60vw;
        position: relative;
    }

    .section_company .image_area .image_2 {
        width: 60vw;
        height: 30vw;
        top: 35vw;
    }

    .section_company .text_area {
        width: 100%;
        padding-left: 0;
        margin-top: 15vw;
    }

    .section_company .text_area .catch {
        font-size: 4.5vw;
        margin-bottom: 5vw;
    }

    .section_company .text_area .catch .accent {
        font-size: 6vw;
    }

    .section_company .text_area .text_box {
        margin-bottom: 10vw;
        margin-right: 0;
    }

    .section_company .text_area .text_box .text+.text {
        margin-top: 1em;
    }

    #main_footer {
        padding-top: 15vw;
        padding-bottom: 5vw;
    }

    #main_footer .common_title .en {
        font-size: 12vw;
    }

    #main_footer .button_box {
        padding: 4vw;
        margin-bottom: 10vw;
    }

    #main_footer .button_box .lead {
        margin-bottom: 4vw;
        font-size: 3vw;
    }

    #main_footer .button_box ul {
        grid-template-columns: repeat(1, 1fr);
        gap: 3vw;
    }

    #main_footer .button_box ul li a {
        line-height: 12vw;
    }

    #main_footer .information_area {
        padding-top: 10vw;
    }

    #main_footer .information_area .company_box {
        width: 100%;
        text-align: center;
    }

    #main_footer .information_area .company_box .logo {
        margin-bottom: 4vw;
    }

    #main_footer .information_area .company_box .logo img {
        width: 40vw;
    }

    #main_footer .information_area .company_box p {
        font-size: 3vw;
    }

    #main_footer .information_area .company_box .name {
        font-size: 4.5vw;
        margin-bottom: 2vw;
    }

    #main_footer .information_area .company_box .tel {
        font-size: 3.4vw;
    }

    #main_footer .information_area .company_box .copyright {
        margin-top: 10vw;
    }

    #main_footer .information_area .company_box .copyright small {
        font-size: 2.7vw;
    }

    #main_footer .information_area .info_box {
        width: 100%;
        order: -1;
    }

    #main_footer .information_area .info_box .company_info {
        display: block;
        padding-bottom: 10vw;
        margin-bottom: 5vw;
    }

    #main_footer .information_area .info_box .company_info .image {
        width: 100%;
        margin-bottom: 5vw;
        height: 50vw;
    }

    #main_footer .information_area .info_box .company_info .text_area {
        width: 100%;
        padding-left: 0;
    }

    #main_footer .information_area .info_box .company_info .text_area .text {
        font-size: 3vw;
    }

    .contact_fixed {
        right: 0;
        bottom: 0;
        padding: 0 2.5vw;
        width: 100%;
    }

    .contact_fixed:before {
        left: 2.5vw;
    }

    .contact_fixed:after {
        right: 2.5vw;
    }

    .contact_fixed .title_box {
        margin-bottom: 3vw;
        position: relative;
        text-align: left;
        padding-left: 10vw;
    }

    .contact_fixed .title_box .en {
        font-size: 7vw;
    }

    .contact_fixed .title_box .arrow {
        width: 7vw;
        height: 7vw;
        background: #fff;
        border: 1px solid #DEDEDE;
        position: absolute;
        top: 2.5vw;
        right: 2.5vw;
        border-radius: 100%;
    }

    .contact_fixed .title_box .arrow:before {
        content: '';
        position: absolute;
        width: 2vw;
        height: 2vw;
        top: 50%;
        left: 50%;
        border-top: 1.5px solid #89C726;
        border-right: 1.5px solid #89C726;
        transform: translate(-50%, -50%) rotate(135deg);
        box-sizing: border-box;
    }

    .contact_fixed.open .title_box .arrow:before {
        transform: translate(-50%, -50%) rotate(-45deg);
        top: 60%;
    }

    .contact_fixed .cont {
        padding-top: 3vw;
    }

    .contact_fixed .cont .in_box {
        margin-top: 3vw;
        margin-bottom: 3vw;
        padding: 2.5vw;
    }

    .contact_fixed .cont .in_box .lead {
        font-size: 3vw;
        margin-bottom: 2vw;
    }

    .contact_fixed .cont .in_box ul {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .contact_fixed .cont .in_box ul li {
        width: 48%;
    
    }

    .contact_fixed .cont .in_box ul li+li {
        margin-top: 0;
    }

    .contact_fixed .cont .in_box ul li a {
        line-height: 12vw;
        width: 100%;
        font-size: 3vw;
    }

    /* 案内用紙（SP） */

    .page_information_sheet .section_main_contents ul {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 4vw;
    }

    .page_information_sheet .section_main_contents ul li .common_button a {
        margin: 0 auto;
    }

    /* 仲介業者様向け（SP） */

    .page_management .section_main_contents ul {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 30px;
    }

    .page_management .section_main_contents ul li {
        padding: 4vw;
    }

    .page_management .section_main_contents ul li .image {
        height: 50vw;
        margin-bottom: 3vw;
    }

    /* 入居者様向け（SP） */

    .page_resident .section_contact {
        margin-bottom: 20vw;
    }

    .page_resident .section_contact ul {
        grid-template-columns: repeat(1, 1fr);
    }

    .page_resident .section_contact ul li {
        padding: 4vw;
    }

    .page_resident .section_contact ul li .image {
        height: 40vw;
        margin-bottom: 3vw;
    }

    .page_resident .section_contact ul li .title {
        font-size: 4vw;
    }

}