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

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

:root {
    --main-color: #000;
    --sub-color: #fff;
}

@font-face {
    font-family: "Futura";
    src: url("./fonts/Futura-Medium.ttf") format("truetype");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

.font_en {
    font-family: "Futura", sans-serif;
}

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

body {
    color: #141414;
    font-size: 14px;
    line-height: 1.7;
    background: #FFFAF4;
    min-width: 1340px;
}

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

.wrap.mid {
    width: 1240px;
}

.wrap.lr {
    width: 1340px;
}

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

.common_page_main {
    padding-top: 130px;
    position: relative;
}

body:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: url(./image/common_page_mask.webp) no-repeat;
    background-size: cover;
    background-position: top center;
    mix-blend-mode: multiply;
    pointer-events: none;
}

.common_page_main .cont {
    background: #fff;
    border-radius: 20px;
    position: relative;
    margin-bottom: 12px;
}

.common_page_main .cont .fv_illust_small {
    position: absolute;
    left: 606px;
    bottom: -34.9px;
    width: 160px;
}

.common_page_main .title_box {
    width: calc(100% - 600px);
    padding: 80px 0 100px 100px;
}

.common_page_main .title_box .title {
    font-size: 50px;
    font-weight: 800;
    line-height: 1.3;
}

.common_page_main .title_box .title .title_head {
    color: #6EB92B;
}

.common_page_main .title_box .sub_title {
    color: #6EB92B;
    font-size: 26px;
}

.common_page_main .image {
    width: 600px;
    object-fit: cover;
}

.common_page_main .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0 20px 20px 0;
}

.common_page_wrap {
    padding: 120px 0 380px;
    position: relative;
}

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

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

/* パンくず */
.breadcrumb {
    font-size: 12px;
    color: #141414;
    letter-spacing: .08em;
}

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

/* 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 .title_label {
    background: #6EB92B;
    color: #fff;
    padding: .4em 1em;
    margin: 30px 0;
}

.common_contact_form .form_box .title_label .title {
    font-size: 18px;
    font-weight: 600;
}

.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: "";
    content: "";
    width: 1px;
    height: 30px;
    background: #AAA;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

.common_contact_form .form_box dl dd.price_box {
    padding-top: 40px;
}

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

.common_contact_form input.short {
    width: 300px;
}

.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;
    background-image: url(./image/arrow_under.svg);
    background-repeat: no-repeat;
    background-position: 95%;
    background-size: 10px;
}

.common_contact_form .select_wrap {
    align-items: center;
    gap: 20px;
}

.common_contact_form .select_wrap p:empty {
    display: none;
}

.common_contact_form .select_wrap select {
    width: 250px;
}

.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: #6EB92B;
    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;
}

.p-authorBox .avatar {
    display: inline;
}

/* TOP CSS（PC） */

header#pc_header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    background: #fff;
    z-index: 20;
    padding: 15px 0;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.16);
    min-width: 1340px;
}

header#pc_header .cont {
    align-items: center;
    padding-right: 80px;
}

header#pc_header .logo a {
    color: #141414;
}

header#pc_header .logo a .small {
    font-size: 12px;
    font-weight: 400;
    display: block;
    line-height: 1.3;
    margin-bottom: 5px;
}

header#pc_header .logo a .name {
    font-size: 22px;
    font-weight: 600;
}

header#pc_header .link_area {
    align-items: center;
    gap: 24px;
}

header#pc_header .contact_box {
    align-items: center;
    gap: 21px;
}

header#pc_header .tel_box .tel {
    font-size: 29px;
    padding-left: 18px;
    background: url(./image/icon_tel.svg) no-repeat;
    background-position: 0;
    line-height: 1.1;
    margin-bottom: 5px;
}

header#pc_header .tel_box .time {
    font-size: 12px;
    font-weight: 400;
    text-align: center;
}

header#pc_header .button_box {
    gap: 10px;
}

header#pc_header .button_box .button a {
    display: block;
    width: 110px;
    height: 78px;
    border: 1.5px solid #141414;
    color: #141414;
    text-align: center;
    border-radius: 6px;
    font-weight: 600;
    padding-top: 47px;
    background-repeat: no-repeat;
}

header#pc_header .button_box .button.mail a {
    background-image: url(./image/icon_mail.svg);
    background-position: center 16.2px;
}

header#pc_header .button_box .button.request a {
    background-image: url(./image/icon_request.svg);
    background-position: center 13.4px;
    width: 120px;
}

header#pc_header .site_contents ul {
    gap: 28px;
}

header#pc_header .site_contents ul li.mulch {
    position: relative;
}

header#pc_header .site_contents ul li.mulch a.parent .text {
    position: relative;
    padding-right: 15px;
}

header#pc_header .site_contents ul li.mulch a.parent .text:after {
    content: '';
    position: absolute;
    bottom: 4px;
    right: 0;
    width: 6px;
    height: 6px;
    margin: auto;
    border-top: 1.5px solid #141414;
    border-right: 1.5px solid #141414;
    transform: translateY(-2px) rotate(135deg);
    box-sizing: border-box;
    transition: .3s;
}

header#pc_header .site_contents ul li a.parent {
    height: 80px;
    display: block;
    color: #141414;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    text-align: center;
    background-repeat: no-repeat;
    line-height: 1.2;
    transition: .3s;
}

header#pc_header .site_contents ul li.residential a.parent {
    background-image: url(./image/illust_residential.svg);
    background-position: center 4px;
}

header#pc_header .site_contents ul li.business a.parent {
    background-image: url(./image/illust_business.svg);
    background-position: center 0;
}

header#pc_header .site_contents ul li.parking a.parent {
    background-image: url(./image/illust_parking.svg);
    background-position: center 9px;
}

header#pc_header .site_contents ul li.buy a.parent {
    background-image: url(./image/illust_buy.svg);
    background-position: center 0;
}

header#pc_header .site_contents ul li .sub_menu {
    position: absolute;
    left: 50%;
    top: 100%;
    background: #fff;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.16);
    padding: 20px;
    padding-left: 10px;
    width: 190px;
    border-radius: 6px;
    transform: translateX(-50%);
    opacity: 0;
    pointer-events: none;
    transition: .3s;
}

header#pc_header .site_contents ul li .sub_menu li+li {
    margin-top: 12px;
}

header#pc_header .site_contents ul li .sub_menu li a {
    color: #141414;
    transition: .3s;
}

header#pc_header .site_contents ul li .sub_menu li a .icon {
    width: 40px;
    height: 25px;
    text-align: center;
}

header#pc_header .site_contents ul li .sub_menu li a .icon img {
    height: 100%;
}

body.home section {
    position: relative;
}

section.main_visual {
    position: relative;
    padding-top: 130px;
    padding-bottom: 120px;
}

section.main_visual .cont {
    background: #fff;
    border-radius: 20px;
    position: relative;
    padding: 68px 100px 100px;
}

section.main_visual .cont .lead {
    background: #6EB92B;
    color: #fff;
    border-radius: 24px;
    font-size: 22px;
    font-weight: 700;
    display: inline-block;
    padding: 0 20px 0 19px;
    line-height: 50px;
    margin-bottom: 20px;
    transform: translateX(-19px);
    letter-spacing: .028em;
}

section.main_visual .cont .catch {
    font-size: 40px;
    font-weight: 900;
    line-height: 1.4;
    margin-bottom: 9px;
    letter-spacing: .03em;
}

section.main_visual .cont .catch .accent {
    font-size: 64px;
    color: #6EB92B;
}

section.main_visual .cont .list_box .title {
    font-size: 19px;
    font-weight: 700;
    padding-bottom: 5.7px;
    width: fit-content;
    position: relative;
    padding-right: 10px;
    margin-bottom: 22px;
    letter-spacing: .02em;
}

section.main_visual .cont .list_box .title:before {
    content: "";
    width: 100%;
    height: 4px;
    border-radius: 10px;
    background: #6EB92B;
    position: absolute;
    left: 0;
    bottom: 0;
}

section.main_visual .cont .list_box ul li {
    background: url(./image/icon_check.svg) no-repeat;
    background-position: 0;
    font-size: 23px;
    padding-left: 36px;
    font-weight: 800;
    letter-spacing: .03em;
}

section.main_visual .cont .list_box ul li .accent {
    color: #6EB92B;
}

section.main_visual .cont .fv_illust_small {
    position: absolute;
    left: 50px;
    bottom: -91.8px;
}

section.main_visual .cont .fv_main_picture {
    position: absolute;
    left: 610px;
    top: -63.3px;
}

section.main_visual .cont .fv_main_picture img {
    max-width: unset;
    width: 884px;
}

section.main_visual .mask {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: url(./image/fv_mask.webp) no-repeat;
    background-size: cover;
    background-position: center;
    mix-blend-mode: multiply;
}

.common_title_box {
    margin-bottom: 30px;
}

.common_title_box .title {
    font-size: 40px;
    font-weight: 700;
}

.common_title_box .title .accent {
    color: #6EB92B;
}

.common_title_box .en {
    color: #6EB92B;
    font-size: 26px;
    line-height: 1;
}

.common_title_box .lead {
    margin-top: 15px;
    letter-spacing: .05em;
}

section.section_search {
    padding-top: 81px;
    padding-bottom: 192px;
}

section.section_search .common_title_box {
    background: url(./image/icon_search.svg) no-repeat;
    background-position: 0 20px;
    margin-bottom: 45px;
}

section.section_search .common_title_box .title {
    padding-left: 53px;
}

section.section_search .common_title_box .en {
    padding-left: 53px;
}

section.section_search .cont {
    padding-left: 540px;
    position: relative;
}

section.section_search .cont .illust {
    position: absolute;
    left: -176px;
    top: 0;
}

.common_button_cont {
    align-items: flex-end;
}

.common_button_cont .box.residential {
    border-right: 1.5px solid #DBDBDB;
    padding-right: 23px;
    margin-right: 23px;
}

.common_button_cont .box.residential.business{
    border-right: unset;
    padding-right: unset;
    margin-right: unset;
}

.common_button_cont .box.other {
    padding-bottom: 30px;
}

.common_button_cont .box .title {
    font-size: 26px;
    font-weight: 700;
    letter-spacing: .02em;
    margin-left: .5em;
    margin-bottom: 14px;
    line-height: 1.4;
}

.common_button_cont .box ul li+li {
    margin-top: 16px;
}

.common_button_cont .box ul li a {
    background: #FFFFFF;
    border-radius: 6px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.16);
    height: 85px;
    align-items: center;
    padding-left: 23px;
    gap: 14px;
    width: 290px;
    position: relative;
    overflow: hidden;
    transition: .3s;
}

.common_button_cont .box.other ul li a {
    width: 360px;
    height: 110px;
    padding-left: 35.3px;
    gap: 28px;
}

.common_button_cont .box ul li a:before {
    content: "";
    width: 28px;
    height: 28px;
    background: #6EB92B;
    border-radius: 100%;
    position: absolute;
    left: -14px;
    top: 50%;
    transform: translateY(-50%);
}

.common_button_cont .box ul li a .icon.circle {
    width: 43px;
    /* height: 43px; */
    height: 30px;
    background: #fff;
    border-radius: 100%;
    position: relative;
}

.common_button_cont .box ul li a .icon.circle img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 100%;
}

.common_button_cont .box ul li a .text {
    color: #141414;
    font-size: 20px;
    font-weight: 700;
    transition: .3s;
}

.common_button_cont .box.other ul li a .text {
    font-size: 26px;
}

section.section_popularity {
    margin-bottom: 110px;
}

section.section_popularity .cont {
    background: #fff;
    border-radius: 20px;
    padding: 0 50px 50px;
    position: relative;
}

section.section_popularity .cont .circle_title {
    position: absolute;
    left: 50%;
    top: -64.2px;
    transform: translateX(-50%);
}

section.section_popularity .cont .common_title_box {
    position: relative;
    z-index: 2;
    text-align: center;
    margin-bottom: 0;
    transform: translateY(-25px);
}

section.section_popularity .cont .common_title_box .lead {
    margin-top: 40px;
}

section.section_popularity .cont ul.slide_list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

section.section_popularity .cont ul.slide_list+ul {
    margin-top: 20px;
}

section.section_popularity .cont ul.slide_list li.slide a {
    color: #141414;
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.16);
    transition: .3s;
    min-height: 180px;
}

section.section_popularity .cont ul.slide_list li.slide .image {
    width: 160px;
    object-fit: cover;
    overflow: hidden;
    transition: .3s;
}

section.section_popularity .cont ul.slide_list li.slide .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .3s;
}

section.section_popularity .cont ul.slide_list li.slide .text_box {
    width: calc(100% - 160px);
    padding: 49px 23px 28px 24px;
    position: relative;
}

section.section_popularity .cont ul.slide_list li.slide .text_box:before {
    content: "";
    width: 28px;
    height: 28px;
    background: #6EB92B;
    border-radius: 100%;
    position: absolute;
    top: -14px;
    left: 50%;
    transform: translateX(-50%);
}

section.section_popularity .cont ul.slide_list li.slide .text_box .title {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 10px;
}

.common_more_button a {
    display: block;
    width: 240px;
    background: #fff;
    line-height: 70px;
    color: #141414;
    font-weight: 700;
    font-size: 16px;
    text-align: center;
    position: relative;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.16);
    overflow: hidden;
    border-radius: 6px;
    transition: .3s;
}

.common_more_button a:before {
    content: "";
    width: 28px;
    height: 28px;
    background: #6EB92B;
    border-radius: 100%;
    position: absolute;
    left: -14px;
    top: 50%;
    transform: translateY(-50%);
}

section.section_news {
    padding-bottom: 120px;
}

section.section_news .flex_box {
    align-items: center;
}

section.section_news .title_area {
    width: 240px;
}

section.section_news .title_area .common_title_box {
    margin-bottom: 23px;
    margin-left: 20px;
}

section.section_news .news_box {
    width: 810px;
}

section.section_news .news_box ul li a {
    border-top: 1.5px solid #DBDBDB;
    padding: 32px 63px 32px 30px;
    transition: .3s;
}

section.section_news .news_box ul li:last-child a {
    border-bottom: 1.5px solid #DBDBDB;
}

section.section_news .news_box ul li a .data {
    width: 74px;
    height: 74px;
    border: 1.5px solid;
    color: #6EB92B;
    text-align: center;
    font-size: 35px;
    line-height: 1;
    justify-content: center;
    transition: .3s;
}

section.section_news .news_box ul li a .data span {
    transform: translateY(-14px)
}

section.section_news .news_box ul li a .data small {
    font-size: 12px;
    display: inline-block;
    margin-bottom: 8px;
}

section.section_news .news_box ul li a .text {
    width: 620px;
    color: #141414;
    letter-spacing: .07em;
}

section.section_news .news_box ul li a .text .title {
    font-size: 16px;
    font-weight: 700;
    display: block;
    margin-bottom: 8px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    transition: .3s;
}

section.section_news .news_box ul li a .text .lead {
    font-weight: 400;
    display: block;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

section.section_reason {
    margin-bottom: 145px;
}

section.section_reason .cont {
    background: #fff;
    border-radius: 20px;
    padding: 60px 100px 67px;
}

section.section_reason .cont .common_title_box {
    text-align: center;
}

section.section_reason .cont ul {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-bottom: 36px;
}

section.section_reason .cont ul li .image {
    width: 100%;
    height: 200px;
    margin-bottom: 20px;
}

section.section_reason .cont ul li .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 6px;
}

section.section_reason .cont ul li .text_box .title {
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 19px;
    line-height: 1.4;
}

section.section_reason .cont ul li .text_box .title .accent {
    color: #6EB92B;
}

section.section_reason .cont ul li .text_box .text {
    font-weight: 400;
    letter-spacing: .04em;
    width: 250px;
    margin: 0 auto;
    line-height: 1.5;
}

section.section_reason .cont .common_more_button a {
    margin: 0 auto;
    width: 280px;
}

section.section_staff {
    padding-bottom: 240px;
}

section.section_staff .flex_box {
    margin-left: calc((100vw - 1240px) / 2);
}

section.section_staff .title_area {
    width: 350px;
}

section.section_staff .title_area .common_title_box {
    margin-bottom: 40px;
}

section.section_staff .title_area .common_title_box .lead {
    margin-top: 30px;
}

section.section_staff .staff_box {
    width: calc(100% - 350px);
    padding-left: 80px;
}

section.section_staff .staff_box ul.staff_list {
    display: flex;
    flex-wrap: wrap;
}

section.section_staff .staff_box ul.staff_list li.slide {
    width: 220px;
    margin-right: 30px;
}

section.section_staff .staff_box ul.staff_list li.slide .picture_box {
    width: 100%;
    height: 290px;
    position: relative;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.16);
    margin-bottom: 15px;
    border-radius: 6px;
    overflow: hidden;
}

section.section_staff .staff_box ul.staff_list li.slide .picture_box .label {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #6EB92B;
    color: #fff;
    border-radius: 0 6px 0 6px;
    line-height: 35px;
    padding: 0 14px;
}

section.section_staff .staff_box ul.staff_list li.slide .name_box .name {
    font-size: 22px;
    font-weight: 700;
    line-height: 1.3;
}

section.section_staff .slick-dots {
    text-align: left;
    bottom: -80px;
    left: 200px;
}

section.section_staff .slick-dots li {
    width: 14px;
    height: 14px;
    background: #D5D5D5;
    border-radius: 100%;
    margin: 0 12.5px;
}

section.section_staff .slick-dots li.slick-active {
    background: #6EB92B;
}

section.section_staff .slick-dots li button {
    display: none;
}

section.section_staff .slick-arrow {
    width: 65px;
    height: 65px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    top: calc(100% + 65px);
    transition: .3s;
}

section.section_staff .slick-arrow:before {
    display: none;
}

section.section_staff .slick-next {
    background-image: url(./image/slick_arrow_next.svg);
    right: auto;
    left: 85px;
}

section.section_staff .slick-prev {
    background-image: url(./image/slick_arrow_back.svg);
    left: 0;
}

section.section_banner {
    background: #fff;
    padding-top: 110px;
    padding-bottom: 116px;
}

section.section_banner .banner_list li.slide.medium {
    width: 370px;
}

section.section_banner .banner_list li.slide.large {
    width: 420px;
}

section.section_banner .banner_list li.slide.small {
    width: 310px;
}

section.section_banner .banner_list li.slide .image+.image {
    margin-top: 20px;
}

section.section_blog {
    background: #fff;
    padding-bottom: 77px;
}

section.section_blog .common_title_box {
    text-align: center;
}

section.section_blog ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-bottom: 40px;
}

section.section_blog ul li .image {
    width: 100%;
    height: 230px;
}

section.section_blog ul li .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 6px;
}

section.section_blog ul li .text_box {
    border-left: 2px solid #6EB92B;
    padding-left: 15px;
    padding-top: 37px;
    width: 335px;
    transform: translateY(-20px) translateX(15px);
}

section.section_blog ul li .text_box .data {
    color: #6EB92B;
    font-size: 16px;
    padding-left: 35px;
    background: url(./image/icon_book.svg) no-repeat;
    background-position: 0;
}

section.section_blog ul li .text_box .title {
    font-size: 16px;
    font-weight: 700;
    color: #141414;
    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    transition: .3s;
}

section.section_blog ul li .text_box .lead {
    color: #141414;
    font-weight: 400;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    letter-spacing: .04em;
}

section.section_blog .common_more_button a {
    margin: 0 auto;
}

section.section_company {
    padding: 160px 0 440px;
}

section.section_company .flex_box {
    gap: 60px;
}

section.section_company .image {
    width: 540px;
    height: 480px;
}

section.section_company .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 6px;
}

section.section_company .text_box {
    width: 590px;
}

section.section_company .text_box .common_title_box {
    margin-bottom: 19px;
}

section.section_company .text_box .sub_catch {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 29px;
    line-height: 1.45;
    letter-spacing: .1em;
}

section.section_company .text_box .sub_catch .accent {
    color: #6EB92B;
    font-size: 26px;
}

section.section_company .text_box .text {
    font-weight: 400;
    letter-spacing: .11em;
    margin-bottom: 50px;
    line-height: 1.55;
}

footer#main_footer {
    background: #fff;
    position: relative;
    padding-top: 227px;
}

footer#main_footer .cont .information {
    width: 460px;
}

footer#main_footer .cont .information .logo {
    margin-bottom: 18px;
}

footer#main_footer .cont .information .logo a {
    color: #141414;
}

footer#main_footer .cont .information .logo a .small {
    font-size: 18px;
    font-weight: 400;
    display: inline-block;
    line-height: 1.4;
    margin-bottom: 10px;
}

footer#main_footer .cont .information .logo a .name {
    font-size: 36px;
    font-weight: 600;
    line-height: 1.2;
    display: inline-block;
}

footer#main_footer .cont .information .address {
    font-weight: 600;
    margin-bottom: 30px;
}

footer#main_footer .cont .information ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}

footer#main_footer .cont .information ul li a {
    height: 70px;
    align-items: center;
    gap: 11.6px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.16);
    padding-left: 18.2px;
    border-radius: 6px;
    transition: .3s;
    color: #141414;
}

footer#main_footer .cont .information ul li .illust {
    width: 47px;
    text-align: center;
}

footer#main_footer .cont .information ul li .text {
    font-size: 16px;
    font-weight: 700;
}

footer#main_footer .cont .site_contents {
    width: 633px;
}

footer#main_footer .cont .site_contents ul li a {
    color: #141414;
    transition: .3s;
}

footer#main_footer .cont .site_contents ul li.parent+li {
    margin-top: 25px;
}

footer#main_footer .cont .site_contents ul li.parent a {
    font-weight: 700;
}

footer#main_footer .cont .site_contents ul li .title {
    font-weight: 700;
}

footer#main_footer .cont .site_contents ul li .in_menu {
    border-left: 1.5px solid #6EB92B;
    padding-left: 20px;
    margin-top: 20px;
    padding-top: 10px;
}

footer#main_footer .cont .site_contents ul li .in_menu .title {
    margin-bottom: 25px;
}

footer#main_footer .cont .site_contents ul li .in_menu ul.in_sub_menu {
    margin-bottom: 30px;
    margin-left: 20px;
}

footer#main_footer .cont .site_contents ul li .in_menu ul li a {
    font-weight: 400;
}

footer#main_footer .cont .site_contents ul li .in_menu ul li.parent a {
    font-weight: 700;
}

footer#main_footer .cont .site_contents ul li .in_menu ul li+li {
    margin-top: 16px;
}

footer#main_footer .cont .site_contents ul li .in_menu ul li.parent+li {
    margin-top: 25px;
}

footer#main_footer .bottom_box {
    background: #6EB92B;
    padding: 24.5px 0;
    color: #fff;
    margin-top: 100px;
}

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

footer#main_footer .bottom_box .other_list ul li {
    font-size: 12px;
}

footer#main_footer .bottom_box .other_list ul li:before {
    content: "/";
    margin: 0 .2em;
}

footer#main_footer .bottom_box .other_list ul li:first-child::before {
    display: none;
}

footer#main_footer .bottom_box .other_list ul li a {
    color: #fff;
}

.common_contact_box {
    width: 1140px;
    position: absolute;
    left: 50%;
    top: -260px;
    transform: translateX(-50%);
    border-radius: 6px;
    color: #fff;
    overflow: hidden;
    z-index: 10;
}

.common_contact_box .title_area {
    width: 506px;
    padding: 45px 80px 53px 80px;
    background: #6EB92B;
}

.common_contact_box .title_area .common_title_box {
    margin-bottom: 18px;
}

.common_contact_box .title_area .common_title_box .en {
    color: #fff;
}

.common_contact_box .title_area .tel {
    font-size: 40px;
    line-height: 1.3;
    padding-left: 38px;
    background: url(./image/icon_tel_white.svg) no-repeat;
    background-position: 0;
    letter-spacing: .03em;
}

.common_contact_box .title_area .time {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 10px;
}

.common_contact_box .title_area .button a {
    border: 1.5px solid #fff;
    border-radius: 6px;
    height: 80px;
    align-items: center;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    gap: 4.5px;
    padding-left: 63.2px;
    width: 290px;
    transition: .3s;
}

.common_contact_box .title_area .button a .illust img {
    width: 53px;
}

.common_contact_box .link_box_wrap {
    width: calc(100% - 506px);
}

.common_contact_box .link_box ul li a {
    position: relative;
    height: 190px;
    display: flex;
    align-items: center;
    padding-left: 116px;
}

.common_contact_box .link_box ul li .image {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
}

.common_contact_box .link_box ul li .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .3s;
}

.common_contact_box .link_box ul li .image:before {
    content: "";
    width: 100%;
    height: 100%;
    background: #141414;
    opacity: .4;
    position: absolute;
    left: 0;
    top: 0;
    transition: .3s;
    z-index: 2;
}

.common_contact_box .link_box ul li .in_box {
    position: relative;
    gap: 19.8px;
    align-items: center;
    z-index: 2;
}

.common_contact_box .link_box ul li.request .in_box {
    gap: 18.4px;
}

.common_contact_box .link_box ul li .in_box .text {
    color: #fff;
    font-size: 33px;
    font-weight: 700;
    letter-spacing: .1em;
}

body.archive .l-content {
    padding-top: 120px;
    padding-bottom: 380px;
    margin-bottom: 0;
}

body.single .l-content {
    padding-top: 130px;
    padding-bottom: 380px;
    margin-bottom: 0;
}

/* スタッフ紹介（PC） */

.page_staff ul li {
    background: #fff;
    border-radius: 6px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.16);
    padding: 40px;
}

.page_staff ul li {
    align-items: center;
}

.page_staff ul li+li {
    margin-top: 30px;
}

.page_staff ul li .picture {
    width: 300px;
}

.page_staff ul li .picture img {
    border-radius: 6px;
}

.page_staff ul li .text_box {
    width: 700px;
}

.page_staff ul li .text_box .name_box {
    margin-bottom: 20px;
}

.page_staff ul li .text_box .name_box .kana {
    font-size: 18px;
}

.page_staff ul li .text_box .name_box .name {
    font-size: 28px;
}

.page_staff ul li .text_box .label {
    background: #6EB92B;
    color: #fff;
    border-radius: 6px;
    line-height: 35px;
    padding: 0 14px;
    display: inline-block;
    margin-bottom: 1em;
}

.page_staff ul li .text_box .information {
    line-height: 2;
    font-size: 12px;
    border-bottom: 1.5px solid #DBDBDB;
    margin-bottom: 25px;
    padding-bottom: 25px;
}

.page_staff ul li .text_box .message {
    font-size: 15px;
    line-height: 2;
    letter-spacing: .04em;
    background: #FFFAF4;
    padding: 1em 2em;
    border-radius: 6px;
    position: relative;
}

.page_staff ul li .text_box .message::after {
    content: "";
    position: absolute;
    top: 55%;
    left: 0;
    border-style: solid;
    border-width: 16px 16px 0 0;
    border-color: transparent #FFFAF4 transparent transparent;
    translate: -100% calc(-50% + 0.4px);
    transform: skew(0, 5deg);
    transform-origin: right;
}

/* 選ばれる理由（PC） */

.page_reason ul li {
    align-items: center;
}

.page_reason ul li+li {
    margin-top: 100px;
}

.page_reason ul li .image {
    width: 400px;
}

.page_reason ul li:nth-child(even) .image {
    order: 2;
}

.page_reason ul li .image img {
    border-radius: 6px;
}

.page_reason ul li .text_box {
    width: 700px;
}

.page_reason ul li .text_box .en {
    font-size: 20px;
    background: #6EB92B;
    display: inline-block;
    color: #fff;
    padding: 0 1em;
    border-radius: 36px;
    margin-bottom: .5em;
}

.page_reason ul li .text_box .title {
    font-size: 24px;
    margin-bottom: 1em;
    font-weight: 700;
}

.page_reason ul li .text_box .title .accent {
    color: #6EB92B;
}

.page_reason ul li .text_box .text {
    line-height: 2;
    margin-bottom: 1.5em;
}

body #sitemap_list {
    background: transparent;
}

.section_history{
    position: relative;
}

.section_history .ef_image_sp{
    display: none;
}

.section_history .ef_image img,
.section_history .ef_image_sp img{
    width: 100%;
    height: auto;
    display: block;
}

.section_history .ef_image{
    width: 21%;
    position: absolute;
    top: -100px;
    right: 50px;
    z-index: 0;
}

.section_history .ef_image.boto{
    width: 18%;
    top: auto;
    left: auto;
    right: 50px;
    bottom: 0;
}

/* ホバーエフェクト */
@media (min-width: 750px) {

    header#pc_header .site_contents ul li.mulch:hover a.parent .text:after {
        transform: translateY(-2px) rotate(135deg) scale(-1, -1);
    }

    header#pc_header .site_contents ul li a.parent:hover {
        color: #6EB92B;
    }

    header#pc_header .site_contents ul li.mulch a.parent:hover .text:after {
        border-top: 1.5px solid #6EB92B;
        border-right: 1.5px solid #6EB92B;
    }

    header#pc_header .site_contents ul li .sub_menu li a:hover {
        color: #6EB92B;
    }

    header#pc_header .site_contents ul li.mulch:hover .sub_menu {
        opacity: 1;
        pointer-events: auto;
    }

    .common_button_cont .box ul li a:hover {
        background: #6EB92B;
    }

    .common_button_cont .box ul li a:hover .text {
        color: #fff;
    }

    section.section_popularity .cont ul.slide_list li.slide a:hover {
        background: #6EB92B;
        color: #fff;
    }

    .common_more_button a:hover {
        background: #6EB92B;
        color: #fff;
    }

    section.section_staff .slick-next:hover {
        background-image: url(./image/slick_arrow_next_hover.svg);
    }

    section.section_staff .slick-prev:hover {
        background-image: url(./image/slick_arrow_back_hover.svg);
    }

    section.section_news .news_box ul li a:hover .data {
        background: #6EB92B;
        color: #fff;
    }

    section.section_news .news_box ul li a:hover .text .title {
        color: #6EB92B;
    }

    section.section_blog ul li a:hover .text_box .title {
        color: #6EB92B;
    }

    footer#main_footer .cont .information ul li a:hover {
        background: #6EB92B;
        color: #fff;
    }

    footer#main_footer .cont .site_contents ul li a:hover {
        color: #6EB92B;
    }

    .common_contact_box .title_area .button a:hover {
        background: #fff;
        color: #6EB92B;
    }

    .common_contact_box .link_box ul li a:hover .image img {
        -ms-filter: blur(6px);
        filter: blur(6px);
    }

    section.section_popularity .cont ul.slide_list li.slide a:hover {}

    section.section_popularity .cont ul.slide_list li.slide a:hover .image {
        border-radius: 10px;
        transform: scale(.95, .86) translateX(5px);
    }

    section.section_popularity .cont ul.slide_list li.slide a:hover .image img {
        border-radius: 10px;
        transform: scale(1, 1.16);
    }

}

@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: 3.5vw;
        margin-bottom: 21vw;
        min-width: unset;
    }

    /* SPヘッダー */
    #sp_header {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        background: #fff;
        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.16);
        z-index: 999;
        height: 70px;
        border-radius: 0 0 20px 20px;
    }

    #sp_header .logo {
        position: absolute;
        left: 5vw;
        top: 19px;
        line-height: 1.5;
    }

    #sp_header .logo a {
        color: #141414;
        font-size: 22px;
        font-weight: 600;
    }

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

    .common_page_main {
        padding-top: 88px;
    }

    .common_page_main .mask {
        height: 844px;
    }

    body:before {
        background: url(./image/common_page_mask_sp.webp) no-repeat;
        background-size: cover;
        background-position: center;
    }

    .common_page_main .cont {
        margin-bottom: 0;
    }

    .common_page_main .title_box {
        width: 100%;
        padding: 0 0 20px 0;
        order: 1;
        text-align: center;
        position: relative;
        z-index: 2;
    }

    .common_page_main .title_box:before {
        content: "";
        width: 300px;
        height: 70px;
        background: #fff;
        border-radius: 20px;
        position: absolute;
        left: 50%;
        top: -20px;
        transform: translateX(-50%);
        z-index: -1;
    }

    .common_page_main .title_box .title {
        font-size: 27px;
        line-height: 1.5;
    }

    .common_page_main .title_box .sub_title {
        font-size: 20px;
        line-height: 1;
    }

    .common_page_main .image {
        width: 100%;
        height: 180px;
    }

    .common_page_main .image img {
        border-radius: 20px 20px 0 0;
    }

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

    .reserve_text {
        font-size: 6vw;
    }

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

    /* 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 .title_label {
        margin: 10vw 0;
    }

    .common_contact_form .form_box .title_label .title {
        font-size: 4.5vw;
    }

    .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 .form_box dl dd.price_box {
        padding-top: 0;
    }

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

    .common_contact_form input.short {
        width: 40vw;
    }

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

    .common_contact_form .select_wrap {
        gap: 0;
        justify-content: space-between;
    }

    .common_contact_form .select_wrap select {
        width: 40vw;
    }

    .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固定ページ サイトマップ */
    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） */

    body.home {
        margin-top: 17.9vw;
        margin-bottom: 20.5vw;
        min-width: unset;
    }

    section.main_visual {
        padding-top: 5.1vw;
        padding-bottom: 15vw;
    }

    section.main_visual .cont {
        padding: 3.6vw 2.6vw 7.7vw;
    }

    section.main_visual .cont .lead {
        border-radius: 8.7vw;
        font-size: 4.6vw;
        padding: 0 7.9vw 0 3.9vw;
        line-height: 9.0vw;
        margin: 0 auto 3.8vw auto;
        transform: translateX(0);
    }

    section.main_visual .cont .catch {
        font-size: 5.9vw;
        margin-bottom: 0;
        text-align: center;
    }

    section.main_visual .cont .catch .accent {
        font-size: 12.8vw;
    }

    section.main_visual .cont .list_box {
        margin: -20.5vw 2.6vw 0 2.6vw;
    }

    section.main_visual .cont .list_box .title {
        font-size: 4.2vw;
        padding-bottom: 2.0vw;
        padding-right: 0;
        margin-bottom: 5.6vw;
    }

    section.main_visual .cont .list_box .title:before {
        height: 0.5vw;
    }

    section.main_visual .cont .list_box ul li {
        font-size: 3.6vw;
        padding-left: 6.7vw;
        background-size: 5.1vw;
        margin-left: 1.5vw;
    }

    section.main_visual .cont .list_box ul li+li {
        margin-top: 2.1vw;
    }

    section.main_visual .cont .fv_illust_small {
        position: absolute;
        left: 12.8vw;
        bottom: -23.5vw;
    }

    section.main_visual .cont .fv_main_picture {
        position: relative;
        left: auto;
        top: auto;
        transform: translateY(-2.6vw);
    }

    section.main_visual .cont .fv_main_picture img {
        width: 101.8vw;
    }

    .common_title_box {
        margin-bottom: 5.1vw;
    }

    .common_title_box .title {
        font-size: 6.4vw;
    }

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

    .common_title_box .lead {
        margin-top: 5.3vw;
        letter-spacing: .07em;
    }

    section.section_search {
        padding-top: 0;
        padding-bottom: 23.7vw;
    }

    section.section_search .common_title_box {
        margin-bottom: 6.15vw;
        background: none;
    }

    section.section_search .common_title_box .title {
        padding-left: 0;
        text-align: center;
    }

    section.section_search .common_title_box .en {
        padding-left: 0;
        text-align: center;
    }

    section.section_search .common_title_box .lead {
        letter-spacing: .1em;
    }

    section.section_search .cont {
        padding-left: 0;
    }

    .common_button_cont {
        display: block;
    }

    .common_button_cont .box.residential {
        border-right: none;
        margin-right: 0;
        background: #fff;
        border-radius: 2.6vw;
        padding: 5.7vw 10.3vw 6.4vw 9.3vw;
        margin-bottom: 5.1vw;
    }

    footer#main_footer .common_button_cont .box.residential {
        background: #FFFAF4;
    }

    .common_button_cont .box.other {
        padding-bottom: 7.7vw;
    }

    .section_search .common_button_cont .box.other {
        padding-bottom: 0;
    }

    .common_button_cont .box .title {
        font-size: 5.6vw;
        margin-left: 0;
        margin-bottom: 3.8vw;
        position: relative;
        padding-left: 17.9vw;
    }

    .common_button_cont .box .title:before {
        content: "";
        width: 12.6vw;
        height: 10.8vw;
        background: url(./image/illust_residential.svg) no-repeat;
        background-position: center;
        background-size: contain;
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
    }

    .common_button_cont .box.business .title:before {
        background: url(./image/illust_business.svg) no-repeat;
    }

    .common_button_cont .box ul li+li {
        margin-top: 3.8vw;
    }

    .common_button_cont .box ul li a {
        height: 17.9vw;
        padding-left: 10.7vw;
        gap: 4.3vw;
        width: 100%;
    }

    .common_button_cont .box.other ul li a {
        width: 100%;
        height: 23.1vw;
        padding-left: 9.1vw;
        gap: 6.4vw;
    }

    .common_button_cont .box ul li a:before {
        width: 7.2vw;
        height: 7.2vw;
        left: -3.6vw;
    }

    .common_button_cont .box ul li a .icon.circle {
        width: 6.9vw;
        height: auto;
        text-align: center;
    }

    .common_button_cont .box ul li a .icon.circle img {
        position: static;
    }

    .common_button_cont .box ul li a .text {
        font-size: 4.1vw;
    }

    .common_button_cont .box.other ul li a .text {
        font-size: 5.6vw;
    }

    section.section_popularity {
        margin-bottom: 17.2vw;
        background: #fff;
        padding-bottom: 23.1vw;
    }

    section.section_popularity .cont {
        border-radius: 0;
        padding: 0;
    }

    section.section_popularity .cont .circle_title {
        top: -5.6vw;
    }

    section.section_popularity .cont .circle_title img {
        width: 73.1vw;
        max-width: unset;
    }

    section.section_popularity .cont .common_title_box {
        margin-bottom: 5.1vw;
        transform: translateY(0);
    }

    section.section_popularity .cont .common_title_box .lead {
        margin-top: 5.1vw;
    }

    section.section_popularity .cont ul.slide_list {
        grid-template-columns: repeat(1, 1fr);
        gap: 2.6vw;
        margin: 0 1.3vw;
        padding: 1.3vw 0;
    }

    section.section_popularity .cont ul.slide_list+ul {
        margin-top: 0;
    }

    section.section_popularity .cont ul.slide_list li.slide a {
        border-radius: 3.8vw;
        position: relative;
        padding: 2.6vw;
        width: 85.9vw;
        min-height: unset;
    }

    section.section_popularity .cont ul.slide_list li.slide .image {
        width: 25.6vw;
    }

    section.section_popularity .cont ul.slide_list li.slide .image img {
        border-radius: 2.6vw;
    }

    section.section_popularity .cont ul.slide_list li.slide .text_box {
        width: calc(100% - 25.6vw);
        padding: 2.6vw 2.6vw 2.6vw 3.8vw;
        position: static;
    }

    section.section_popularity .cont ul.slide_list li.slide .text_box:before {
        width: 10.3vw;
        height: 10.3vw;
        top: 50%;
        left: -5.1vw;
        transform: translateX(0) translateY(-50%);
    }

    section.section_popularity .cont ul.slide_list li.slide .text_box .title {
        font-size: 4.6vw;
        margin-bottom: 2.6vw;
    }

    .common_more_button a {
        width: 61.5vw;
        line-height: 17.9vw;
        font-size: 4.1vw;
    }

    .common_more_button a:before {
        width: 7.2vw;
        height: 7.2vw;
        left: -3.6vw;
    }

    section.section_news {
        padding-bottom: 19.2vw;
    }

    section.section_news .flex_box {
        display: block;
    }

    section.section_news .title_area {
        width: 100%;
        margin-bottom: 5.9vw;
    }

    section.section_news .title_area .common_title_box {
        margin-bottom: 0;
        margin-left: 0;
        text-align: center;
    }

    section.section_news .news_box {
        width: 100%;
    }

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

    section.section_news .news_box ul li a {
        padding: 4.6vw 5.1vw 4.6vw 2.6vw;
        align-items: center;
    }

    section.section_news .news_box ul li a .data {
        width: 12.3vw;
        height: 12.3vw;
        font-size: 3.1vw;
        align-items: center;
    }

    section.section_news .news_box ul li a .data span {
        transform: translateY(0)
    }

    section.section_news .news_box ul li a .data small {
        font-size: 3.1vw;
        margin-bottom: 2.1vw;
        display: inline;
    }

    section.section_news .news_box ul li a .text {
        width: calc(100% - 12.3vw);
        padding-left: 4.6vw;
    }

    section.section_news .news_box ul li a .text .title {
        font-size: 3.6vw;
        margin-bottom: 0;
        -webkit-line-clamp: 2;
    }

    section.section_news .news_box ul li a .text .lead {
        display: none;
    }

    section.section_news .news_box .common_more_button a {
        margin: 0 auto;
    }

    section.section_reason {
        margin-bottom: 20.5vw;
    }

    section.section_reason .cont {
        border-radius: 5.1vw;
        padding: 10.3vw 2.6vw 12.1vw;
    }

    section.section_reason .cont ul {
        display: block;
        margin-bottom: 6.2vw;
        white-space: nowrap;
        overflow: scroll;
    }

    section.section_reason .cont ul li {
        display: inline-block;
        white-space: initial;
        vertical-align: top;
        width: 69.2vw;
    }

    section.section_reason .cont ul li+li {
        margin-left: 5.1vw;
    }

    section.section_reason .cont ul li .image {
        height: 46.2vw;
        margin-bottom: 3.8vw;
    }

    section.section_reason .cont ul li .text_box .title {
        font-size: 4.6vw;
        margin-bottom: 3.6vw;
    }

    section.section_reason .cont ul li .text_box .text {
        width: 100%;
    }

    section.section_reason .cont .common_more_button a {
        width: 71.8vw;
    }

    section.section_staff {
        padding-bottom: 23.1vw;
    }

    section.section_staff .flex_box {
        margin-left: 0;
    }

    section.section_staff .title_area {
        width: 100%;
        padding: 0 5vw;
    }

    section.section_staff .title_area .common_title_box {
        margin-bottom: 7.8vw;
    }

    section.section_staff .title_area .common_title_box .title,
    section.section_staff .title_area .common_title_box .en {
        text-align: center;
    }

    section.section_staff .title_area .common_title_box .lead {
        margin-top: 5.3vw;
    }

    section.section_staff .staff_box {
        width: 100%;
        padding-left: 0;
    }

    section.section_staff .staff_box ul.staff_list li.slide {
        width: 56.4vw;
        margin: 0 4.4vw;
    }

    section.section_staff .staff_box ul.staff_list li.slide .picture_box {
        width: 48.2vw;
        height: 61.5vw;
        margin: 12.8vw auto 3.8vw auto;
        transition: .3s;
    }

    section.section_staff .staff_box ul.staff_list li.slide.slick-center .picture_box {
        width: 100%;
        height: 74.4vw;
        margin-top: 0;
    }

    section.section_staff .staff_box ul.staff_list li.slide .picture_box .picture {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
    }

    section.section_staff .staff_box ul.staff_list li.slide .picture_box .picture img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    section.section_staff .staff_box ul.staff_list li.slide .picture img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    section.section_staff .staff_box ul.staff_list li.slide .picture_box .label {
        padding: 0 3.6vw;
    }

    section.section_staff .staff_box ul.staff_list li.slide .name_box .name {
        font-size: 5.6vw;
    }

    section.section_staff .slick-dots {
        text-align: center;
        bottom: -12.6vw;
        left: 0;
    }

    section.section_staff .slick-dots li {
        width: 3.6vw;
        height: 3.6vw;
        margin: 0 2.6vw;
    }

    section.section_staff .slick-arrow {
        width: 12.8vw;
        height: 12.8vw;
        top: 50%;
        z-index: 2;
    }

    section.section_staff .slick-next {
        right: 5vw;
        left: auto;
    }

    section.section_staff .slick-prev {
        left: 5vw;
    }

    section.section_staff .common_more_button a {
        margin: 20.5vw auto 0 auto;
    }

    section.section_blog {
        padding-bottom: 20.8vw;
    }

    section.section_blog ul {
        display: block;
        margin-bottom: 8.7vw;
        white-space: nowrap;
        overflow: scroll;
    }

    section.section_blog ul li {
        display: inline-block;
        white-space: initial;
        width: 82.1vw;
        vertical-align: top;
    }

    section.section_blog ul li+li {
        margin-left: 5.1vw;
    }

    section.section_blog ul li .image {
        height: 46.2vw;
    }

    section.section_blog ul li .text_box {
        padding-left: 3.8vw;
        padding-top: 9.5vw;
        width: 78.7vw;
        transform: translateY(-5.1vw) translateX(1.3vw);
    }

    section.section_blog ul li .text_box .data {
        font-size: 4.1vw;
        padding-left: 9.0vw;
        background-size: 6.7vw;
    }

    section.section_blog ul li .text_box .title {
        font-size: 3.6vw;
        margin-bottom: 2.6vw;
    }

    section.section_company {
        padding: 17.9vw 0 19.7vw;
    }

    section.section_company .flex_box {
        display: block;
    }

    section.section_company .image {
        width: 100%;
        height: 66.7vw;
    }

    section.section_company .text_box {
        width: 100%;
        margin-top: -7.7vw;
        position: relative;
    }

    section.section_company .text_box .common_title_box {
        width: fit-content;
        margin: 0 auto 8.7vw auto;
        padding: 1.8vw 11.3vw 0 11.3vw;
    }

    section.section_company .text_box .sub_catch {
        font-size: 5.1vw;
        margin-bottom: 7.4vw;
        letter-spacing: .07em;
    }

    section.section_company .text_box .sub_catch .accent {
        font-size: 6.7vw;
    }

    section.section_company .text_box .text {
        letter-spacing: .13em;
        margin-bottom: 7.7vw;
    }

    section.section_company .common_more_button a {
        margin: 0 auto;
    }

    footer#main_footer {
        padding-top: 0;
    }

    footer#main_footer .cont {
        display: block;
    }

    footer#main_footer .cont .information {
        width: 100%;
        padding-top: 12.8vw;
    }

    footer#main_footer .cont .information .logo {
        margin-bottom: 4.6vw;
        text-align: center;
    }

    footer#main_footer .cont .information .logo a .small {
        font-size: 3.6vw;
        margin-bottom: 3.1vw;
    }

    footer#main_footer .cont .information .logo a .name {
        font-size: 6.7vw;
    }

    footer#main_footer .cont .information .address {
        margin-bottom: 5.1vw;
        text-align: center;
    }

    footer#main_footer .bottom_box {
        padding: 4.4vw 0;
        margin-top: 7.7vw;
    }

    footer#main_footer .bottom_box .flex_box {
        display: block;
    }

    footer#main_footer .bottom_box .copyright {
        text-align: center;
    }

    footer#main_footer .bottom_box .copyright small {
        font-size: 2.6vw;
    }

    .common_contact_box {
        width: 100%;
        position: relative;
        left: auto;
        top: auto;
        transform: translateX(0);
        border-radius: 0;
    }

    .common_contact_box .title_area {
        width: 100%;
        padding: 10.0vw 3.8vw 14.1vw 3.8vw;
        display: flex;
        flex-wrap: wrap;
    }

    .common_contact_box .title_area .common_title_box {
        margin-bottom: 5.1vw;
        text-align: center;
        order: 1;
        width: 100%;
    }

    .common_contact_box .title_area .tel {
        font-size: 8.2vw;
        line-height: 1.3;
        padding-left: 6.4vw;
        background-size: 4.9vw;
        width: fit-content;
        margin: 0 auto;
        order: 4;
    }

    .common_contact_box .title_area .tel a {
        color: #fff;
    }

    .common_contact_box .title_area .time {
        font-size: 3.6vw;
        margin: 0;
        text-align: center;
        order: 5;
        width: 100%;
    }

    .common_contact_box .title_area .button {
        order: 3;
        width: 100%;
        margin: 3.1vw 0 2.3vw;
    }

    .common_contact_box .title_area .button a {
        height: 20.5vw;
        font-size: 5.1vw;
        gap: 1.2vw;
        padding-left: 16.2vw;
        width: 74.4vw;
        margin: 0 auto;
        box-shadow: 0 0.5vw 1.0vw rgba(0, 0, 0, 0.16);
    }

    .common_contact_box .title_area .button a .illust img {
        width: 13.6vw;
    }

    .common_contact_box .link_box_wrap {
        width: 100%;
        order: 2;
    }

    .common_contact_box .link_box ul li+li {
        margin-top: 2.6vw;
    }

    .common_contact_box .link_box ul li a {
        height: 23.1vw;
        padding-left: 0;
        justify-content: center;
        border-radius: 1.5vw;
        overflow: hidden;
    }

    .globalMenuSp_main_menu_box .common_contact_box .link_box ul li a {
        width: 74.4vw;
        margin: 0 auto;
    }

    footer#main_footer .common_contact_box .link_box ul li a {
        width: 82vw;
        margin: 0 auto;
    }

    .common_contact_box .link_box ul li .image:before {
        opacity: .6;
    }

    .common_contact_box .link_box ul li .in_box {
        gap: 3.9vw;
    }

    .common_contact_box .link_box ul li.request .in_box {
        gap: 3.8vw;
    }

    .common_contact_box .link_box ul li.request .in_box .icon {
        width: 6.4vw;
    }

    .common_contact_box .link_box ul li.mail .in_box .icon {
        width: 6.1vw;
    }

    .common_contact_box .link_box ul li .in_box .text {
        font-size: 4.6vw;
    }

    .common_site_links {
        border-bottom: 1.5px solid #C2D5B1;
    }

    .common_site_links ul li a.parent {
        display: block;
        font-size: 3.6vw;
        font-weight: 700;
        color: #141414;
        border-top: 1.5px solid #C2D5B1;
        padding: 3.8vw 0 3.8vw 5.4vw;
        position: relative;
    }

    .common_site_links ul li:nth-child(even) a.parent {
        background: #F5FAF0;
    }

    .common_site_links ul li a.switchHat:before {
        content: "";
        width: 0;
        height: 0;
        border-style: solid;
        border-right: 8.5px solid transparent;
        border-left: 8.5px solid transparent;
        border-top: 12px solid #6EB92B;
        border-bottom: 0;
        position: absolute;
        right: 4.9vw;
        top: 50%;
        transform: translateY(-50%) rotate(-90deg);
    }

    .common_site_links ul li a.nowOpen:before {
        transform: translateY(-50%) rotate(0);
    }

    .common_site_links ul li .child_menu {
        padding: 2.6vw 5.1vw;
        border-top: 1.5px solid #C2D5B1;
    }

    .common_site_links ul li .child_menu .closeBtnHat {
        display: none;
    }

    .common_site_links ul li .child_menu ul li a {
        color: #141414;
        font-weight: 400;
        font-size: 3.6vw;
        padding: 5.1vw 5.1vw 5.1vw 12.8vw;
        position: relative;
        display: block;
        border-top: 1.5px solid #E1E2E0;
    }

    .common_site_links ul li .child_menu ul li:first-child a {
        border-top: none;
    }

    .common_site_links ul li .child_menu ul li a:before {
        content: "";
        position: absolute;
        left: 2.6vw;
        top: 50%;
        transform: translateY(-50%);
        width: 2.1vw;
        height: 4.2vw;
        border-radius: 0 100% 100% 0% / 50%;
        background: #6EB92B;
    }

    section.section_banner {
        padding-top: 16vw;
        padding-bottom: 32vw;
    }

    section.section_banner .wrap {
        max-width: 100%;
    }

    section.section_banner .banner_list li.slide {
        margin: 0 1.3vw;
    }

    section.section_banner .banner_list li.slide.medium {
        width: 66.7vw;
    }

    section.section_banner .banner_list li.slide.large {
        width: 77.3vw;
    }

    section.section_banner .banner_list li.slide.small {
        width: 66.7vw;
    }

    section.section_banner .banner_list li.slide .image+.image {
        margin-top: 2.7vw;
    }

    section.section_banner .slick-dots {
        bottom: -16vw;
    }

    section.section_banner .slick-dots li {
        width: 3.7vw;
        height: 3.7vw;
        background: #D5D5D5;
        border-radius: 100%;
        margin: 0 2.7vw;
    }

    section.section_banner .slick-dots li.slick-active {
        background: #6EB92B;
    }

    section.section_banner .slick-dots li button {
        display: none;
    }

    section.section_popularity .slick-dots {
        bottom: -16vw;
    }

    section.section_popularity .slick-dots li {
        width: 3.7vw;
        height: 3.7vw;
        background: #D5D5D5;
        border-radius: 100%;
        margin: 0 2.7vw;
    }

    section.section_popularity .slick-dots li.slick-active {
        background: #6EB92B;
    }

    section.section_popularity .slick-dots li button {
        display: none;
    }

    .fixed_contact {
        position: fixed;
        left: 0;
        bottom: 0;
        width: 100%;
        background: #6EB92B;
        padding: 2.7vw 5vw;
        z-index: 10;
    }

    .fixed_contact ul li.white a {
        display: flex;
        width: 16vw;
        height: 16vw;
        background-color: #fff;
        border-radius: 1.6vw;
        text-align: center;
        color: #6EB92B;
        justify-content: center;
        align-items: flex-end;
        padding-bottom: 0.5vw;
        background-repeat: no-repeat;
    }

    .fixed_contact ul li.white.request a {
        width: 21.3vw;
    }

    .fixed_contact ul li.tel a {
        background-image: url(./image/icon_tel_green.svg);
        background-position: center 2.9vw;
        background-size: 5.1vw;
    }

    .fixed_contact ul li.mail a {
        background-image: url(./image/icon_mail_green.svg);
        background-position: center 3.7vw;
        background-size: 6.4vw;
    }

    .fixed_contact ul li.request a {
        background-image: url(./image/icon_request_green.svg);
        background-position: center 3.4vw;
        background-size: 6.7vw;
    }

    .fixed_contact ul li.white a .text {
        font-size: 3.2vw;
        font-weight: 600;
    }

    .fixed_contact ul li.white a .text.en {
        font-size: 3.7vw;
        font-weight: 500;
    }

    .fixed_contact ul li.green a {
        display: flex;
        width: 32vw;
        height: 16vw;
        background-color: #6EB92B;
        border: 0.4vw solid #fff;
        border-radius: 1.6vw;
        text-align: center;
        color: #fff;
        align-items: center;
        padding-left: 10.8vw;
        background-image: url(./image/icon_satei.svg);
        background-position: 2.9vw;
        background-size: 5.9vw;
        background-repeat: no-repeat;
    }

    .fixed_contact ul li.green a .text {
        font-size: 3.7vw;
        font-weight: 600;
    }

    body.archive .l-content {
        padding: 12.8vw 5vw 20vw;
    }

    body.single .l-content {
        padding-top: 88px;
        padding-bottom: 20vw;
    }

    /* スタッフ紹介（SP） */

    .page_staff ul li {
        padding: 5vw;
    }

    .page_staff ul li+li {
        margin-top: 10vw;
    }

    .page_staff ul li .picture {
        width: 100%;
        height: 80vw;
        margin-bottom: 4vw;
    }

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

    .page_staff ul li .text_box {
        width: 100%;
    }

    .page_staff ul li .text_box .name_box {
        margin-bottom: 4vw;
    }

    .page_staff ul li .text_box .name_box .kana {
        font-size: 3.5vw;
    }

    .page_staff ul li .text_box .name_box .name {
        font-size: 5vw;
    }

    .page_staff ul li .text_box .label {
        padding: 0 3.6vw;
    }

    .page_staff ul li .text_box .information {
        font-size: 3vw;
        margin-bottom: 4vw;
        padding-bottom: 4vw;
    }

    .page_staff ul li .text_box .message {
        font-size: 3.5vw;
    }

    .page_staff ul li .text_box .message:after {
        display: none;
    }

    /* 選ばれる理由（SP） */

    .page_reason ul li {
        display: block;
    }

    .page_reason ul li+li {
        margin-top: 15vw;
    }

    .page_reason ul li .image {
        width: 100%;
        margin-bottom: 4vw;
        height: 50vw;
    }

    .page_reason ul li:nth-child(even) .image {
        order: -1;
    }

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

    .page_reason ul li .text_box {
        width: 100%;
    }

    .page_reason ul li .text_box .en {
        font-size: 4vw;
    }

    .page_reason ul li .text_box .title {
        font-size: 5vw;
    }

    .page_reason ul li .text_box .common_more_button a {
        margin: 0 auto;
    }

    .section_history .ef_image,
    .section_history .ef_image.boto{
        display: none;
    }

    .section_history .ef_image_sp{
        display: block;
        max-width: 90%;
        margin: 6vw auto 0;
    }
}
