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

body {
    color: #555555;
    font-size: 15px;
    line-height: 1.8;
}

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

.wrap.mid {
    width: 1240px;
}

.wrap.lr {
    width: 1340px;
}

/* PC固定ページ 共通設定 */
.common_page_main {
    padding-block: 184px 90px;
}

.common_page_main .title_box {
    text-align: center;
}

.common_page_main .title_box .title {
    font-size: 56px;
    letter-spacing: 0.04em;
    font-weight: 900;
    line-height: 1.2;
    color: #000;
}

.common_page_wrap {
    padding: 100px 0;
}

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

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

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

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

/* PC固定ページ お問い合わせ */
.contact_form_disc {
    color: #3E3E3E;
    letter-spacing: 0.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;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 80px;
}

.common_contact_form .form_box dl.start {
    -webkit-box-align: start;
    -ms-flex-align: 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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 1.3em;
    font-size: 16px;
    letter-spacing: 0.08em;
    font-weight: 700;
    padding-inline: 0 0.5em;
    position: relative;
    color: #1A1A1A;
}

.common_contact_form .form_box dl dt .label {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    color: #3E3E3E;
    font-size: 12px;
    letter-spacing: 0.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;
    -webkit-transform: translateY(-50%);
    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: 0.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: 0.08em;
    font-weight: 400;
}

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

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

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

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

.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: 0.08em;
    padding: 1.1em 1em;
}

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

.page_contact #btn_wrap {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    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;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    color: #fff;
    display: block;
    width: 310px;
    line-height: 60px;
    font-size: 18px;
    font-weight: 900;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    text-align: center;
    letter-spacing: 0.08em;
    margin: auto;
}

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

.page_contact #btn_wrap button:hover {
    opacity: 0.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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 0.5em 1.5em;
    padding: 0.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: 0.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);
    transform: scale(0);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

/*
  checked状態
  文字のcolorとボタンのopacityを変更
*/
.radio_btns .radio_btns__item:checked+span::after {
    -webkit-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: 0.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;
    -webkit-transform: translateY(-50%);
    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;
    -webkit-transform: translateY(-50%) rotate(-45deg);
    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;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    color: #fff;
    display: block;
    width: 300px;
    line-height: 50px;
    border-radius: 4px;
    font-size: 16px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    margin: 0 auto;
    text-decoration: none;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-align: center;
}

.page_contact .thanks_textArea .ichiran_link:hover {
    opacity: 0.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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 5.6em;
    margin-block: 0 3em;
}

.page_contact .progressbar .item {
    color: #3E3E3E;
    font-size: 14px;
    letter-spacing: 0.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 {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 25px;
}

.privacy_check_list .hissu {
    background: #c70200;
    color: #fff;
    padding: 2px 15px;
    font-size: 10px;
    letter-spacing: 0.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;
}

/* ○○様サイト追加CSS */
/* DIN2014_Regular */
@font-face {
    font-family: "DIN2014_Regular";
    src: url("/wp-content/themes/swell_child/font/DIN2014_Regular.otf") format("opentype");
    font-weight: 400;
}

/* DIN2014_Bold */
@font-face {
    font-family: "DIN2014_Bold";
    src: url("/wp-content/themes/swell_child/font/DIN2014_Bold.otf") format("opentype");
    font-weight: 700;
}

/* DIN-2014_Extra-Bold */
@font-face {
    font-family: "DIN-2014_Extra-Bold";
    src: url("/wp-content/themes/swell_child/font/DIN-2014_Extra-Bold.otf") format("opentype");
    font-weight: 800;
}

body {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    letter-spacing: 0.06em;
}

@media (max-width: 750px) {
    body {
        line-height: 1.7;
    }
}

.inline_block {
    display: inline-block;
}

.line_break {
    word-break: keep-all;
    overflow-wrap: anywhere;
}

/* pcの電話番号発信対応 */
a[href^="tel:"] {
    pointer-events: none;
}

/* Set core body defaults */
body {
    min-height: 100vh;
}

/* 共通設定 */
body {
    min-width: 1340px;
    background-color: #FAFEFF;
    position: relative;
}

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

/* 共通パーツ */
.button_contact {
    width: 230px;
}

.button_contact a {
    width: 100%;
    padding: 12px 15px;
    border: 2px solid #0089DE;
    border-radius: 4px;
    background-color: #0089DE;
    font-size: 16px;
    font-weight: 900;
    letter-spacing: 0.03em;
    line-height: 1.5;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 26px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    position: relative;
}

.button_contact a::before,
.button_contact a::after {
    content: "";
    background-color: currentColor;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.button_contact a::before {
    width: 22px;
    aspect-ratio: 22/16.5;
    -webkit-mask: url(/wp-content/themes/swell_child/image/icon_mail.svg) center/contain no-repeat;
    mask: url(/wp-content/themes/swell_child/image/icon_mail.svg) center/contain no-repeat;
}

.button_contact a::after {
    width: 10px;
    aspect-ratio: 6/12;
    -webkit-mask: url(/wp-content/themes/swell_child/image/arrow.svg) center/contain no-repeat;
    mask: url(/wp-content/themes/swell_child/image/arrow.svg) center/contain no-repeat;
    position: absolute;
    top: 52%;
    right: 16px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.button {
    width: 240px;
}

.button a {
    width: 100%;
    padding: 14.5px 18px;
    border: 2px solid #1B9FD0;
    border-radius: 4px;
    background-color: #1B9FD0;
    font-size: 18px;
    font-weight: 900;
    letter-spacing: 0.07em;
    line-height: 1.5;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    gap: 42px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.button a::after {
    content: "";
    background-color: currentColor;
    width: 11px;
    aspect-ratio: 6/12;
    -webkit-mask: url(/wp-content/themes/swell_child/image/arrow.svg) center/contain no-repeat;
    mask: url(/wp-content/themes/swell_child/image/arrow.svg) center/contain no-repeat;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.section_subtitle {
    font-family: "DIN-2014_Extra-Bold", sans-serif;
    font-size: 30px;
    font-weight: 800;
    letter-spacing: 0;
    line-height: 1.3;
    color: #1B9FD0;
}

.section_title {
    font-size: 56px;
    font-weight: 900;
    letter-spacing: 0.04em;
    line-height: 1.4;
    color: #000;
}

.tel_block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 7px;
}

.tel_block::before {
    content: "";
    margin-bottom: 2px;
    width: 36px;
    aspect-ratio: 1/1;
    border-radius: 50%;
    background: #0089DE url(/wp-content/themes/swell_child/image/icon_tel.svg) no-repeat center center/17.5px;
}

.tel_block a {
    font-family: "DIN-2014_Extra-Bold", sans-serif;
    font-size: 40px;
    font-weight: 800;
    letter-spacing: 0;
    line-height: 1;
    color: #1A1A1A;
}

.hour {
    font-weight: 500;
    letter-spacing: 0.06em;
    color: #5A5A5A;
}

.nav .item a {
    font-weight: 700;
    line-height: 1;
    color: #1A1A1A;
}

.nav .item:not(:first-of-type) a {
    position: relative;
}

.nav .item:not(:first-of-type) a::before {
    content: "";
    width: 1.5px;
    height: 15px;
    background-color: #A5A5A5;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 0;
}

/* PC_header */
.header {
    width: 100%;
    background-color: #fff;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08);
    position: fixed;
    z-index: 2;
    top: 0;
    left: 0;
}

.header .wrap {
    background-color: #fff;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header .logo {
    width: 239.8px;
}

.header .right {
    padding: 14px 0 11px;
}

.header .upper {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    gap: 20px;
}

.header .tel_block .hour {
    font-size: 12px;
    line-height: 1.4;
}

.header .nav {
    margin-top: 6px;
}

.header .nav .list {
    gap: 21.5px;
}

.header .nav .item a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.header .nav .item:not(:first-of-type) a {
    padding-left: 30px;
}

.header .bottom_box {
    background: #f1faff;
}

.header .bottom_box .wrap {
    background: none;
    padding: 10px 0;
}

.header .bottom_box ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.header .bottom_box ul li {
    text-align: center;
}

.header .bottom_box ul li:nth-child(2) {
    border-left: 1px solid #05aadb;
    border-right: 1px solid #05aadb;
}

.header .bottom_box ul li a {
    color: #05aadb;
    font-weight: 700;
    transition: .3s;
}

.header .bottom_box ul li a:hover {
    color: #333;
}

/* PC_メインビュー */
.top_fv {
    padding-top: 205px;
    min-height: 750px;
    position: relative;
}

.top_fv .bg_fv {
    width: 100%;
    height: 830px;
    background: url(/wp-content/themes/swell_child/image/bg_fv.svg) no-repeat center center/cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.top_fv .title_supplement {
    margin: 0 auto;
    padding: 10px 0 29px 20px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    background: url(/wp-content/themes/swell_child/image/balloon_fv.svg) no-repeat left center/auto;
    font-size: 42px;
    font-weight: 800;
    letter-spacing: 0.05em;
    line-height: 1;
    color: #fff;
    -webkit-transform: translateX(7px);
    transform: translateX(7px);
}

.top_fv .title {
    margin-top: 10px;
    padding-bottom: 24px;
    border-bottom: 2px dashed #BFBFBF;
    font-size: 52px;
    font-weight: 900;
    letter-spacing: 0.03em;
    line-height: 1;
    color: #1A1A1A;
    white-space: nowrap;
}

.top_fv .title .strong {
    font-size: 64px;
    letter-spacing: 0.01em;
}

.top_fv .title .strong_blue {
    font-size: 64px;
    color: #0089DE;
}

.top_fv .sub_title {
    margin-top: 10px;
    font-size: 25px;
    font-weight: 700;
    letter-spacing: 0.05em;
    color: #1A1A1A;
    text-align: center;
}

.top_fv .scroll_down {
    margin-top: clamp(30px, 100vh - 510px, 390px);
    text-align: center;
}

.top_fv .scroll_down a {
    font-family: "DIN2014_Bold", sans-serif;
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1;
    color: #414141;
    position: relative;
}

.top_fv .scroll_down a::after {
    content: "";
    width: 20px;
    aspect-ratio: 20/18;
    background: url(/wp-content/themes/swell_child/image/arrow_scroll.svg) no-repeat center center/contain;
    position: absolute;
    bottom: -22px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 0;
}

.top_fv .img_block {
    width: 1217px;
    position: absolute;
    bottom: -35px;
    left: 48.9%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: -1;
}

.top_fv .img_block img {
    width: 100%;
    aspect-ratio: 1217/306;
    -o-object-fit: cover;
    object-fit: cover;
}

/* PC_REASON */
.top_reason {
    padding-top: 82px;
    position: relative;
}

.top_reason .bg_upper {
    width: 100%;
    height: 2061px;
    position: absolute;
    top: -335px;
    left: 0;
    z-index: -2;
}

.top_reason .bg_upper .img {
    width: 100%;
    height: 100%;
}

.top_reason .bg_upper .img img {
    width: 100%;
    height: 100%;
    -o-object-fit: initial;
    object-fit: initial;
}

.top_reason .title_block {
    text-align: center;
}

.top_reason .lead_text {
    margin: 18px auto 0;
    width: 100%;
    max-width: 666px;
    text-align: center;
}

.top_reason .list {
    margin-top: 90px;
    padding: 0 35px;
    border-radius: 4px;
    background-color: #fff;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08);
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.top_reason .item {
    padding: 0 15px 60px;
    background-color: #fff;
    position: relative;
}

.top_reason .item::before {
    content: "";
    width: 110px;
    aspect-ratio: 1/1;
    border-radius: 50%;
    background-color: #fff;
    position: absolute;
    top: -40px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 0;
}

.top_reason .item:first-of-type .illust {
    width: 73.5px;
    position: absolute;
    top: -28px;
    left: -22px;
}

.top_reason .item:first-of-type .illust img {
    width: 100%;
    aspect-ratio: 73.5/152.4;
    -o-object-fit: cover;
    object-fit: cover;
}

.top_reason .item:last-of-type .illust {
    width: 141.5px;
    position: absolute;
    bottom: -45px;
    right: -85px;
}

.top_reason .item:last-of-type .illust img {
    width: 100%;
    aspect-ratio: 141.5/127.7;
    -o-object-fit: cover;
    object-fit: cover;
}

.top_reason .circle {
    margin: -40px auto 0;
    width: 110px;
    aspect-ratio: 1/1;
    border-radius: 50%;
    background-color: #fff;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08);
    position: relative;
    z-index: -1;
}

.top_reason .order_block {
    margin-top: -90px;
    font-family: "DIN-2014_Extra-Bold", sans-serif;
    font-weight: 800;
    letter-spacing: 0;
    color: #1B9FD0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    z-index: 1;
}

.top_reason .name {
    font-size: 17px;
    line-height: 0.9;
}

.top_reason .number {
    font-size: 40px;
    line-height: 1;
}

.top_reason .img {
    display: block;
    margin-top: 9px;
    width: 100%;
    border-radius: 4px;
    overflow: hidden;
    position: relative;
}

.top_reason .img img {
    width: 100%;
    aspect-ratio: 36/19;
    -o-object-fit: cover;
    object-fit: cover;
}

.top_reason .title {
    margin-top: 12px;
    font-size: 24px;
    font-weight: 900;
    letter-spacing: 0.03em;
    line-height: 1.4;
    color: #1A1A1A;
    text-align: center;
}

.top_reason .title .strong {
    color: #0089DE;
}

.top_reason .text {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 2px dashed #BFBFBF;
    font-size: 14px;
    letter-spacing: 0.05em;
    line-height: 1.5;
    color: #575757;
    text-align: center;
}

.top_reason .button {
    margin: 50px auto 0;
}

/* PC_ABOUT */
.top_about {
    padding: 195px 0 160px;
}

.top_about .wrap {
    position: relative;
}

.top_about .bg_title {
    font-family: "DIN-2014_Extra-Bold", sans-serif;
    font-size: 120px;
    font-weight: 800;
    letter-spacing: 0;
    line-height: 1;
    color: rgba(59, 172, 214, 0.1);
    position: absolute;
    top: -45px;
    left: 53%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    white-space: nowrap;
}

.top_about .contents {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.top_about .img {
    margin-left: -70px;
    width: 100%;
    max-width: 573px;
}

.top_about .title_block {
    margin-top: 25px;
    width: 100%;
    max-width: 610px;
}

.top_about .jp_title {
    font-size: 30px;
    font-weight: 900;
    letter-spacing: 0.05em;
    line-height: 1;
    color: #1A1A1A;
}

.top_about .jp_title .supplement {
    margin-left: -8px;
    font-size: 20px;
    font-weight: 800;
    color: #1B9FD0;
}

.top_about .lead_text {
    margin-top: 30px;
    font-size: 52px;
    font-weight: 900;
    letter-spacing: 0.03em;
    line-height: 1.3;
    color: #1A1A1A;
}

.top_about .lead_text .strong {
    color: #0089DE;
}

.top_about .text {
    margin-top: 18px;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.06em;
    line-height: 1.8;
    color: #1A1A1A;
}

.top_about .button {
    margin-top: 50px;
}

.top_about .illust {
    width: 110.2px;
    position: absolute;
    bottom: 5px;
    right: -55px;
}

.top_about .illust img {
    width: 100%;
    aspect-ratio: 110.2/91;
    -o-object-fit: cover;
    object-fit: cover;
}

/* PC_property */
.top_property {
    padding: 140px 0 100px;
    background: url(/wp-content/themes/swell_child/image/bg_property.png) no-repeat center top -32px/100%;
}

.top_property .title_block {
    text-align: center;
}

.top_property .lead_text {
    margin-top: 17px;
    text-align: center;
}

.top_property .tab_area {
    margin-top: 46px;
}

.top_property .category_list {
    width: 100%;
    max-width: 940px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    justify-self: center;
    gap: 20px;
}

.top_property .category_item {
    padding: 13.8px 16px;
    display: block;
    width: 100%;
    border: 2px solid #1B9FD0;
    border-radius: 4px;
    background-color: #F2F9FC;
    font-size: 18px;
    font-weight: 900;
    letter-spacing: 0.04em;
    color: #109ACE;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    cursor: pointer;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.top_property .category_item:first-of-type {
    gap: 50px;
}

.top_property .category_item:nth-of-type(2) {
    gap: 19px;
}

.top_property .category_item:last-of-type {
    gap: 20px;
}

.top_property .category_item::after {
    content: "";
    width: 11px;
    aspect-ratio: 7/14;
    background: #1B9FD0;
    -webkit-mask: url(/wp-content/themes/swell_child/image/arrow_tab.svg) center/contain no-repeat;
    mask: url(/wp-content/themes/swell_child/image/arrow_tab.svg) center/contain no-repeat;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.top_property .category_item.active {
    background-color: #109ACE;
    color: #fff;
}

.top_property .category_item.active::after {
    background: #fff;
}

.top_property .list_wrap {
    margin-top: 55px;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.top_property .js_property_scroll {
    overflow-x: visible;
}

.top_property .list_wrap::-webkit-scrollbar {
    display: none;
}

.top_property .panel {
    display: none;
}

.top_property .panel.active {
    display: block;
}

.top_property .list {
    padding: 5px 0;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    position: relative;
}

.top_property .item {
    border-radius: 4px;
    background-color: #fff;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08);
    overflow: hidden;
}

.top_property .img {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.top_property .img img {
    width: 100%;
    aspect-ratio: 36/21;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.top_property .kinds {
    padding: 10.5px 12.6px;
    border-radius: 4px 0 4px 0;
    background-color: #0089DE;
    font-weight: 900;
    letter-spacing: 0.04em;
    line-height: 1;
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.top_property .text_block {
    padding: 17px 20px 32px;
}

.top_property .title {
    margin-bottom: 10px;
    padding-bottom: 14px;
    border-bottom: 2px dashed #BFBFBF;
    font-size: 18px;
    font-weight: 800;
    letter-spacing: 0.04em;
    line-height: 1.4;
    color: #000;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.top_property .detail {
    gap: 9px;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.top_property .detail:nth-of-type(3) {
    margin-top: 10px;
}

.top_property .detail_price {
    margin-top: 18px;
}

.top_property .detail_management {
    margin-top: 5px;
}

.top_property .tab {
    width: 64px;
    height: 25px;
    border-radius: 2px;
    background-color: #F7F7F7;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.04em;
    line-height: 1;
    color: #1B9FD0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.top_property .price {
    font-family: "DIN-2014_Extra-Bold", sans-serif;
    font-size: 30px;
    font-weight: 800;
    letter-spacing: 0;
    line-height: 1;
    color: #1B9FD0;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
}

.top_property .price .unit {
    font-size: 16px;
}

.top_property .contents {
    margin-top: 2px;
    font-weight: 500;
    letter-spacing: 0.04em;
    line-height: 1.4;
    color: #747474;
}

.top_property .detail_block {
    margin-top: 10px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.top_property .button {
    margin: 45px auto 0;
}

.top_property .illust {
    width: 84.3px;
    position: absolute;
    bottom: -34px;
    right: -32px;
}

.top_property .illust img {
    width: 100%;
    aspect-ratio: 84.3/153.6;
    -o-object-fit: cover;
    object-fit: cover;
}

/* PC_flow */
.top_flow {
    padding: 60px 0 135px;
}

.top_flow .title_block {
    text-align: center;
}

.top_flow .lead_text {
    margin-top: 17px;
    text-align: center;
}

.top_flow .list {
    margin-top: 40px;
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 36px;
    position: relative;
}

.top_flow .list::before {
    content: "";
    width: 980px;
    height: 3px;
    background-color: #1589AC;
    position: absolute;
    top: 80px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: -1;
}

.top_flow .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 40px;
}

.top_flow .item:nth-of-type(5) {
    position: relative;
}

.top_flow .item:nth-of-type(5) .contents {
    width: 170px;
    position: absolute;
    bottom: -30px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.top_flow .img {
    width: 100%;
    border-radius: 50%;
    outline: 2.5px solid #1589AC;
    outline-offset: -2.5px;
    background-color: #fff;
}

.top_flow .img img {
    width: 100%;
    aspect-ratio: 1;
    -o-object-fit: cover;
    object-fit: cover;
}

.top_flow .text_block {
    text-align: center;
    position: relative;
}

.top_flow .text_block::before {
    content: "";
    width: 0;
    height: 20px;
    border-left: 2px dashed #707070;
    position: absolute;
    top: -30px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 0;
}

.top_flow .order {
    font-family: "DIN-2014_Extra-Bold", sans-serif;
    font-size: 20px;
    font-weight: 800;
    letter-spacing: 0;
    line-height: 1.3;
    color: #1B9FD0;
}

.top_flow .contents {
    font-size: 20px;
    font-weight: 900;
    letter-spacing: 0.05em;
    line-height: 1.5;
    color: #000;
}

.top_flow .button {
    margin: 30px auto 0;
}

/* PC_request */
.top_request {
    padding: 200px 0 120px;
    background: url(/wp-content/themes/swell_child/image/bg_request.png) no-repeat center center/100% 100%;
}

.top_request .wrap {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.top_request .img {
    margin: 4px 0 0 -50px;
    width: 100%;
    max-width: 581.1px;
    position: relative;
    z-index: 0;
}

.top_request .img img {
    width: 100%;
    aspect-ratio: 581.1/326;
    -o-object-fit: cover;
    object-fit: cover;
}

.top_request .text {
    padding: 20px 53px 45px 70px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    background: url(/wp-content/themes/swell_child/image/balloon.svg) no-repeat center center/100%;
    font-size: 18px;
    font-weight: 900;
    line-height: 1.5;
    color: #1A1A1A;
    text-align: center;
    position: absolute;
    top: -92px;
    right: -135px;
    z-index: -1;
}

.top_request .text .strong {
    font-size: 22px;
    color: #0089DE;
}

.top_request .title_block {
    width: 100%;
    max-width: 470px;
}

.top_request .lead_text {
    margin-top: 15px;
    padding-top: 16px;
    border-top: 2px dashed #9BB3BC;
}

.top_request .button {
    margin-top: 38px;
}

.top_request .button a {
    gap: 18px;
}

/* PC_news */
.top_news {
    padding: 110px 0 185px;
}

.top_news .wrap {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.top_news .title_block {
    width: 100%;
    max-width: 340px;
}

.top_news .section_subtitle {
    font-size: 28px;
}

.top_news .section_title {
    font-size: 50px;
}

.top_news .lead_text {
    margin-top: 12px;
}

.top_news .button {
    margin-top: 35px;
}

.top_news .list {
    margin-top: 8px;
    width: 100%;
    max-width: 700px;
}

.top_news .item a {
    display: block;
    padding: 28px;
    border-radius: 4px;
    background-color: #fff;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08);
    color: #1A1A1A;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    position: relative;
}

.top_news .item a::after {
    content: "";
    width: 11px;
    aspect-ratio: 7/14;
    background: currentColor;
    -webkit-mask: url(/wp-content/themes/swell_child/image/arrow.svg) center/contain no-repeat;
    mask: url(/wp-content/themes/swell_child/image/arrow.svg) center/contain no-repeat;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    position: absolute;
    top: 50%;
    right: 25px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 0;
}

.top_news .item+.item {
    margin-top: 15px;
}

.top_news .contents {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 25px;
}

.top_news .date {
    margin-top: 2px;
    padding-right: 25px;
    border-right: 2px solid #DBDBDB;
    font-family: "DIN2014_Bold", sans-serif;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1;
    color: #1B9FD0;
}

.top_news .title {
    max-width: 430px;
    font-weight: 700;
    line-height: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

/* PC_footer */
.footer {
    width: 100%;
    padding: 115px 0 50px;
}

.footer .logo {
    margin: 0 auto;
    width: 294px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.footer .logo img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.footer .address {
    margin-top: 10px;
    font-size: 13px;
    line-height: 1.4;
    color: #5A5A5A;
    text-align: center;
}

.footer .middle {
    margin-top: 40px;
    gap: 100px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.footer .middle .item {
    padding: 20px 0 24px;
    width: 440px;
    border-radius: 6px;
    background-color: #fff;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08);
    position: relative;
}

.footer .middle .item:first-child .img {
    width: 85.2px;
    position: absolute;
    top: -40px;
    left: -37px;
}

.footer .middle .item:first-child .img img {
    width: 100%;
    aspect-ratio: 85.2/130.2;
    -o-object-fit: cover;
    object-fit: cover;
}

.footer .middle .item:last-child::before {
    content: "";
    width: 2px;
    height: 110px;
    position: absolute;
    background-color: #BDCFD5;
    position: absolute;
    top: 50%;
    left: -50px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.footer .middle .item:last-child .img {
    width: 78.2px;
    position: absolute;
    bottom: -28px;
    right: -32px;
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg);
}

.footer .middle .item:last-child .img img {
    width: 100%;
    aspect-ratio: 78.2/111.9;
    -o-object-fit: cover;
    object-fit: cover;
}

.footer .title {
    font-weight: 900;
    color: #1A1A1A;
    text-align: center;
}

.footer .button_contact {
    margin: 8px auto 0;
    width: 300px;
}

.footer .button_contact a {
    padding: 19.5px;
    font-size: 18px;
    gap: 44px;
}

.footer .button_contact a::before {
    width: 29px;
}

.footer .button_contact a::after {
    width: 12px;
    top: 50%;
    right: 20px;
}

.footer .tel_block {
    margin-top: 12px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 10px;
}

.footer .tel_block::before {
    margin-bottom: 4px;
    width: 40px;
    background: #0089DE url(/wp-content/themes/swell_child/image/icon_tel.svg) no-repeat center center/19px;
}

.footer .hour {
    font-size: 13px;
    text-align: center;
    line-height: 1.7;
}

.footer .nav {
    margin-top: 48px;
}

.footer .nav .list {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 12px 36px;
}

.footer .nav .item a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.footer .nav .item:not(:first-of-type) a {
    padding-left: 38px;
}

.footer .nav .item:not(:first-of-type) a::before {
    top: 55%;
}

.footer .nav .item:nth-of-type(7) a::before {
    content: initial;
}

.footer .lower {
    margin-top: 55px;
    text-align: center;
}

.footer .internal_link {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 50px;
}

.footer .internal_link a {
    font-size: 13px;
    color: #7C7C7C;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.footer .copyright {
    display: inline-block;
    margin-top: 15px;
    font-size: 12px;
    color: #7C7C7C;
}

.bg_footer {
    width: 100%;
    height: 1140px;
    background: url(/wp-content/themes/swell_child/image/bg_footer.png) no-repeat center center/cover;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
}

/* PC下層ページ 共通設定 */
.common_page_main {
    background: url(/wp-content/themes/swell_child/image/bg_fv_page.webp) no-repeat center bottom/100%;
}

.common_page_main .wrap {
    position: relative;
}

.common_page_main .sub_title {
    font-family: "DIN-2014_Extra-Bold", sans-serif;
    font-size: 30px;
    font-weight: 800;
    letter-spacing: 0;
    color: #1B9FD0;
    text-transform: uppercase;
}

.common_page_main .title {
    color: #000;
}

.common_page_main .illust01 {
    width: 92.1px;
    position: absolute;
    bottom: -72px;
    left: 70px;
}

.common_page_main .illust01 img {
    width: 92.1px;
    aspect-ratio: 92.1/122.2;
    -o-object-fit: cover;
    object-fit: cover;
}

.common_page_main .illust02 {
    width: 128.8px;
    position: absolute;
    bottom: -70px;
    right: 0;
}

.common_page_main .illust02 img {
    width: 128.8px;
    aspect-ratio: 128.8/119.3;
    -o-object-fit: cover;
    object-fit: cover;
}

.breadcrumb {
    margin-top: 34px;
    text-align: center;
}

.breadcrumb .symbol {
    margin: 0 5px;
}

.breadcrumb .symbol,
.breadcrumb {
    font-size: 14px;
    letter-spacing: 0.05em;
    color: #555555;
}

.breadcrumb .current-item {
    color: #555555;
}

.lower_page .section_title {
    font-size: 50px;
    font-weight: 900;
    letter-spacing: 0.04em;
    line-height: 1.3;
    color: #000;
}

.lower_page .section_title .strong {
    color: #1B9FD0;
}

/* PC下層ページ 就労継続支援を開設する方へ */
.syuroushien_fv {
    padding: 200px 0 calc(100vh - 608px);
    min-height: 680px;
    max-height: 720px;
    background: url(/wp-content/themes/swell_child/image/bg_fv_syuroushien.webp) no-repeat center bottom 40px/100%;
}

.syuroushien_fv .wrap {
    position: relative;
}

.syuroushien_fv .title {
    font-size: 48px;
    font-weight: 900;
    letter-spacing: 0.02em;
    line-height: 1.3;
    color: #1A1A1A;
    text-align: center;
}

.syuroushien_fv .title .strong {
    font-size: 52px;
    letter-spacing: 0.03em;
}

.syuroushien_fv .title .strong_blue {
    margin-right: -18px;
    font-size: 55px;
    letter-spacing: 0.03em;
    color: #0089DE;
}

.syuroushien_fv .sub_title {
    margin: 13px auto 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 0 22px;
    border-radius: 4px;
    background-color: #03AADB;
    font-size: 26px;
    font-weight: 800;
    letter-spacing: 0.05em;
    color: #fff;
    text-align: center;
}

.syuroushien_fv .text {
    margin-top: 22px;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 1.6;
    color: #434343;
    text-align: center;
}

.syuroushien_fv .guide {
    margin: 34px auto 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 18px;
    font-weight: 900;
    color: #1A1A1A;
    position: relative;
}

.syuroushien_fv .guide::before,
.syuroushien_fv .guide::after {
    content: "";
    display: inline-block;
    width: 28px;
    height: 2.5px;
    background-color: #1A1A1A;
    position: absolute;
    bottom: 12px;
}

.syuroushien_fv .guide::before {
    left: -33px;
    -webkit-transform: rotate(55deg);
    transform: rotate(55deg);
}

.syuroushien_fv .guide::after {
    right: -33px;
    -webkit-transform: rotate(-55deg);
    transform: rotate(-55deg);
}

.syuroushien_fv .button_contact {
    margin: 8px auto 0;
    width: 350px;
    position: relative;
    z-index: 1;
}

.syuroushien_fv .button_contact a {
    padding: 18px 15px;
    border: 2px solid #0089DE;
    font-size: 20px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 26px;
}

.syuroushien_fv .button_contact a::before {
    content: initial;
}

.syuroushien_fv .button_contact a::after {
    width: 10px;
    top: 52%;
    right: 16px;
}

.syuroushien_fv .img_block {
    width: 1072.5px;
    position: absolute;
    bottom: -48px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.syuroushien_fv .img_block img {
    width: 100%;
    aspect-ratio: 2145/445;
    -o-object-fit: cover;
    object-fit: cover;
}

.page_common_template {
    /* syuroushien_worries */
    /* syuroushien_about */
    /* syuroushien_problem */
    /* syuroushien_reason */
    /* syuroushien_checkpoint */
    /* syuroushien_flow */
    /* syuroushien_faq */
    /* syuroushien_vision */
}

.page_common_template .section_title {
    text-align: center;
}

.page_common_template .worries {
    padding: 75px 0 125px;
}

.page_common_template .worries .lead_text {
    margin-top: 20px;
    text-align: center;
}

.page_common_template .worries .list {
    margin-top: 38px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.page_common_template .worries .item {
    padding: 18px 30px;
    min-height: 120px;
    border-radius: 4px;
    background-color: #fff;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 26px;
}

.page_common_template .worries .item::before {
    content: "";
    margin-bottom: 5px;
    width: 39.2px;
    aspect-ratio: 39.2/35;
    background: url(/wp-content/themes/swell_child/image/icon_check.svg) no-repeat center center/contain;
}

.page_common_template .worries .item:last-of-type {
    position: relative;
}

.page_common_template .worries .item:last-of-type .img {
    width: 80.2px;
    position: absolute;
    bottom: -23px;
    right: -28px;
}

.page_common_template .worries .item:last-of-type .img img {
    width: 100%;
    aspect-ratio: 80.2/96.3;
    -o-object-fit: cover;
    object-fit: cover;
}

.page_common_template .worries .contents {
    font-size: 18px;
    font-weight: 900;
    letter-spacing: 0.05em;
    line-height: 1.5;
    color: #1A1A1A;
}

.page_common_template .worries .contents .strong {
    font-size: 20px;
    color: #0089DE;
}

.page_common_template .about {
    padding: 150px 0 80px;
    background: url(/wp-content/themes/swell_child/image/bg_about_syuroushien.webp) no-repeat center center/100% 100%;
}

.page_common_template .about .bg_title {
    color: rgba(59, 172, 214, 0.08);
    top: -20px;
}

.page_common_template .about .title_block {
    margin-top: 55px;
}

.page_common_template .about .jp_title {
    font-size: 26px;
}

.page_common_template .about .lead_text {
    font-size: 50px;
}

.page_common_template .about .text {
    font-size: 15px;
}

.page_common_template .about .illust {
    bottom: -14px;
}

.page_common_template .problem {
    padding: 125px 0 110px;
}

.page_common_template .problem .lead_text {
    margin-top: 20px;
    text-align: center;
}

.page_common_template .problem .list {
    margin-top: 38px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 12px 30px;
}

.page_common_template .problem .item {
    font-size: 20px;
    font-weight: 900;
    letter-spacing: 0.05em;
    line-height: 1.5;
    color: #1A1A1A;
    text-align: center;
}

.page_common_template .problem .item .strong {
    font-size: 22px;
    color: #0089DE;
}

.page_common_template .problem .item:first-of-type {
    padding: 30px 38px 30px 48px;
    background: url(/wp-content/themes/swell_child/image/balloon_cloud01.svg) no-repeat center center/contain;
}

.page_common_template .problem .item:nth-of-type(2) {
    padding: 40px 65px 50px;
    background: url(/wp-content/themes/swell_child/image/balloon_cloud02.svg) no-repeat center center/contain;
}

.page_common_template .problem .item:nth-of-type(3) {
    padding: 30px 65px;
    background: url(/wp-content/themes/swell_child/image/balloon_cloud03.svg) no-repeat center center/contain;
}

.page_common_template .problem .item:nth-of-type(4) {
    padding: 46px 65px 43px;
    background: url(/wp-content/themes/swell_child/image/balloon_cloud04.svg) no-repeat center center/contain;
}

.page_common_template .problem .item:last-of-type {
    padding: 46px 55px 43px;
    background: url(/wp-content/themes/swell_child/image/balloon_cloud05.svg) no-repeat center center/contain;
}

.page_common_template .reason {
    padding: 155px 0 165px;
    background: url(/wp-content/themes/swell_child/image/bg_reason_syuroushien.png) no-repeat center center/100% 100%;
}

.page_common_template .reason .list {
    margin-top: 85px;
}

.page_common_template .reason .item {
    padding: 0 15px 48px;
}

.page_common_template .reason .title {
    margin-top: 15px;
    min-height: 56px;
    font-size: 20px;
}

.page_common_template .reason .text {
    font-size: 13px;
}

.page_common_template .checkpoint {
    padding: 130px 0 100px;
}

.page_common_template .checkpoint .title_block {
    position: relative;
}

.page_common_template .checkpoint .lead_text {
    margin-top: 20px;
    text-align: center;
}

.page_common_template .checkpoint .img {
    width: 92px;
    position: absolute;
    bottom: -45px;
    right: 112px;
}

.page_common_template .checkpoint .img img {
    width: 100%;
    aspect-ratio: 92/63.7;
    -o-object-fit: cover;
    object-fit: cover;
}

.page_common_template .checkpoint .list {
    margin-top: 28px;
    padding: 48px 65px;
    border-radius: 4px;
    background-color: #fff;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08);
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 50px;
}

.page_common_template .checkpoint .item {
    padding-bottom: 15px;
    border-bottom: 2px dashed #D6D6D6;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
}

.page_common_template .checkpoint .item::before {
    content: "";
    margin-bottom: 5px;
    width: 38px;
    aspect-ratio: 38/32;
    background: url(/wp-content/themes/swell_child/image/icon_check.svg) no-repeat center center/contain;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.page_common_template .checkpoint .item .contents {
    font-size: 20px;
    font-weight: 900;
    letter-spacing: 0.05em;
    color: #1A1A1A;
}

.page_common_template .checkpoint .item .contents .note {
    font-size: 14px;
    font-weight: 700;
    color: inherit;
}

.page_common_template .flow {
    padding: 65px 0 180px;
}

.page_common_template .flow .list {
    margin: 40px auto 0;
    max-width: 1060px;
    grid-template-columns: repeat(5, 1fr);
    gap: 65px;
}

.page_common_template .flow .item .contents {
    font-size: 19px;
}

.page_common_template .flow .item:not(:last-of-type) {
    position: relative;
}

.page_common_template .flow .item:not(:last-of-type) .contents {
    width: 200px;
    position: absolute;
    bottom: -56px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.page_common_template .faq {
    padding: 135px 0 130px;
    background: url(/wp-content/themes/swell_child/image/bg_faq_syuroushien.png) no-repeat center center/100% 100%;
}

.page_common_template .faq .lead_text {
    margin-top: 20px;
    text-align: center;
}

.page_common_template .faq .list {
    margin-top: 27px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
}

.page_common_template .faq .item {
    padding: 26px 30px;
    border-radius: 4px;
    background-color: #fff;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08);
}

.page_common_template .faq .question-wrap {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 14px;
}

.page_common_template .faq .question-heading {
    width: 60px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.page_common_template .faq .question-heading img {
    width: 100%;
    aspect-ratio: 1;
    -o-object-fit: cover;
    object-fit: cover;
}

.page_common_template .faq .question-contents {
    font-size: 20px;
    font-weight: 900;
    letter-spacing: 0.04em;
    line-height: 1.5;
    color: #0089DE;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.page_common_template .faq .answer-wrap {
    margin-top: 12px;
    padding-top: 14px;
    border-top: 2px dashed #D6D6D6;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 14px;
}

.page_common_template .faq .answer-heading {
    width: 60px;
    font-family: "DIN-2014_Extra-Bold", sans-serif;
    font-size: 30px;
    font-weight: 800;
    letter-spacing: 0;
    line-height: 1;
    color: #F2D422;
    text-align: center;
}

.page_common_template .faq .answer-contents {
    font-size: 13px;
    letter-spacing: 0.02em;
    line-height: 1.5;
    color: #575757;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.page_common_template .vision {
    padding: 215px 0 85px;
    background: url(/wp-content/themes/swell_child/image/bg_vision_syuroushien.png) no-repeat center center/100% 100%;
}

.page_common_template .vision .wrap {
    position: relative;
}

.page_common_template .vision .bg_title {
    font-family: "DIN-2014_Extra-Bold", sans-serif;
    font-size: 120px;
    font-weight: 800;
    letter-spacing: 0;
    line-height: 1;
    color: #ECF6FA;
    position: absolute;
    top: -80px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    white-space: nowrap;
    z-index: -1;
}

.page_common_template .vision .jp_title {
    font-size: 26px;
    font-weight: 900;
    letter-spacing: 0.05em;
    line-height: 1;
    color: #1A1A1A;
    text-align: center;
}

.page_common_template .vision .lead_text {
    margin-top: 26px;
    font-size: 42px;
    font-weight: 900;
    letter-spacing: 0.03em;
    line-height: 1.4;
    color: #1A1A1A;
    text-align: center;
}

.page_common_template .vision .lead_text .strong {
    font-size: 50px;
    color: #0089DE;
}

.page_common_template .vision .text {
    margin-top: 14px;
    text-align: center;
}

.page_common_template .vision .guide {
    margin: 45px auto 0;
    padding: 18px 48px 34px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    background: url(/wp-content/themes/swell_child/image/balloon_syuroushien.svg) no-repeat center center/auto;
    font-size: 18px;
    font-weight: 900;
    line-height: 1.4;
    color: #1A1A1A;
    text-align: center;
    position: relative;
    z-index: 1;
}

.page_common_template .vision .guide .strong {
    font-size: 20px;
    color: #0089DE;
    position: relative;
    z-index: 0;
}

.page_common_template .vision .guide .strong::before {
    content: "";
    width: 100%;
    height: 10px;
    background-color: #FDEF9C;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: -1;
    -webkit-filter: blur(2px);
    filter: blur(2px);
}

.page_common_template .vision .button_contact {
    margin: -9px auto 0;
    width: 350px;
}

.page_common_template .vision .button_contact a {
    padding: 18px 15px;
    border: 2px solid #0089DE;
    font-size: 20px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 26px;
}

.page_common_template .vision .button_contact a::before {
    content: initial;
}

.page_common_template .vision .button_contact a::after {
    width: 10px;
    top: 52%;
    right: 16px;
}

.page_common_template .vision .illust01 {
    width: 164.6px;
    position: absolute;
    bottom: 156px;
    left: 132px;
}

.page_common_template .vision .illust01 img {
    width: 100%;
    aspect-ratio: 164.6/124.7;
    -o-object-fit: cover;
    object-fit: cover;
}

.page_common_template .vision .illust02 {
    width: 113.3px;
    position: absolute;
    bottom: 117px;
    right: 97px;
}

.page_common_template .vision .illust02 img {
    width: 113.3px;
    aspect-ratio: 113.3/246.7;
    -o-object-fit: cover;
    object-fit: cover;
}

.page_common_template .vision .breadcrumb {
    margin-top: 118px;
    font-size: 13px;
    letter-spacing: 0.05em;
    color: #555555;
    text-align: right;
}

.page_common_template .vision .breadcrumb .current-item {
    color: #555555;
}

/* PC下層ページ 放課後等デイサービスを開設する方へ */
.dayservise_fv .illust01 {
    width: 200px;
    position: absolute;
    bottom: -20px;
    left: 70px;
}

.dayservise_fv .illust01 img {
    width: 100%;
    aspect-ratio: 160.7/100.4;
    -o-object-fit: cover;
    object-fit: cover;
}

.dayservise_fv .illust02 {
    width: 70px;
    position: absolute;
    bottom: 0;
    right: 70px;
}

.dayservise_fv .illust02 img {
    width: 100%;
    aspect-ratio: 57.1/99.7;
    -o-object-fit: cover;
    object-fit: cover;
}

.page_dayservise .problem .item:first-of-type {
    padding: 30px 71px 30px 80px;
}

.page_dayservise .problem .item:nth-of-type(2) {
    padding: 40px 85.5px 50px;
}

.page_dayservise .problem .item:nth-of-type(3) {
    padding: 30px 85.5px;
}

.page_dayservise .problem .item:nth-of-type(4) {
    padding: 46px 111px 43px;
}

.page_dayservise .problem .item:nth-of-type(5) {
    padding: 46px 85.5px 43px;
    background: url(/wp-content/themes/swell_child/image/balloon_cloud05.svg) no-repeat center center/contain;
}

.page_dayservise .problem .item:last-of-type {
    padding: 46px 85.5px 43px;
    background: url(/wp-content/themes/swell_child/image/balloon_cloud01.svg) no-repeat center center/contain;
}

.page_dayservise .reason .item:nth-of-type(2) .title {
    display: block;
}

.page_dayservise .reason .item:first-of-type .illust {
    width: 73px;
    top: -28px;
    left: -22px;
}

.page_dayservise .reason .item:first-of-type .illust img {
    aspect-ratio: 23/40;
}

.page_dayservise .reason .item:last-of-type .illust {
    width: 141px;
    position: absolute;
    bottom: -45px;
    right: -115px;
}

.page_dayservise .reason .item:last-of-type .illust img {
    aspect-ratio: 17/14;
}

.page_dayservise .checkpoint .img {
    width: 100px;
}

.page_dayservise .checkpoint .img img {
    aspect-ratio: 322/201;
}

.page_dayservise .flow .item:nth-of-type(3) .contents {
    bottom: -85px;
}

.page_dayservise .flow .item:nth-of-type(5) .contents {
    bottom: -56px;
}

.page_dayservise .vision .illust01 {
    width: 90px;
    bottom: 120px;
    left: 140px;
}

.page_dayservise .vision .illust01 img {
    aspect-ratio: 115/200;
}

.page_dayservise .vision .illust02 {
    width: 130px;
    bottom: 120px;
    right: 120px;
}

.page_dayservise .vision .illust02 img {
    aspect-ratio: 17/14;
}

/* PC下層ページ 障害者グループホームを開設する方へ */
.gropuhome_fv .illust01 {
    width: 150px;
    position: absolute;
    bottom: -20px;
    left: 70px;
}

.gropuhome_fv .illust01 img {
    width: 100%;
    aspect-ratio: 33/25;
    -o-object-fit: cover;
    object-fit: cover;
}

.gropuhome_fv .illust02 {
    width: 220px;
    position: absolute;
    bottom: -20px;
    right: 70px;
}

.gropuhome_fv .illust02 img {
    width: 100%;
    aspect-ratio: 221/124;
    -o-object-fit: cover;
    object-fit: cover;
}

.page_gropuhome .problem .item:first-of-type {
    padding: 30px 50.4px 30px 58.4px;
}

.page_gropuhome .problem .item:nth-of-type(2) {
    padding: 40px 43.6px 50px;
}

.page_gropuhome .problem .item:nth-of-type(3) {
    padding: 46px 68.4px 43px;
}

.page_gropuhome .problem .item:nth-of-type(4) {
    padding: 46px 77.8px 43px;
}

.page_gropuhome .problem .item:nth-of-type(5) {
    padding: 46px 85.5px 43px;
    background: url(/wp-content/themes/swell_child/image/balloon_cloud05.svg) no-repeat center center/contain;
}

.page_gropuhome .problem .item:last-of-type {
    padding: 46px 54.2px 43px;
    background: url(/wp-content/themes/swell_child/image/balloon_cloud01.svg) no-repeat center center/contain;
}

.page_gropuhome .reason .item:nth-of-type(2) .title {
    display: block;
}

.page_gropuhome .reason .item:first-of-type .illust {
    width: 100px;
    top: -28px;
    left: -30px;
}

.page_gropuhome .reason .item:first-of-type .illust img {
    aspect-ratio: 205/282;
}

.page_gropuhome .reason .item:last-of-type .illust {
    width: 130px;
    position: absolute;
    bottom: -45px;
    right: -115px;
}

.page_gropuhome .reason .item:last-of-type .illust img {
    aspect-ratio: 283/256;
}

.page_gropuhome .checkpoint .img {
    width: 92px;
}

.page_gropuhome .checkpoint .img img {
    aspect-ratio: 92/63.7;
}

.page_gropuhome .flow .item:nth-of-type(5) .contents {
    bottom: -56px;
}

.page_gropuhome .vision .guide {
    padding: 30px 40px 50px;
    background: url(/wp-content/themes/swell_child/image/balloon_syuroushien.svg) no-repeat center center/100% 100%;
}

.page_gropuhome .vision .button_contact {
    margin: -15px auto 0;
}

.page_gropuhome .vision .illust01 {
    width: 164.6px;
    bottom: 150px;
    left: 100px;
}

.page_gropuhome .vision .illust01 img {
    width: 100%;
    aspect-ratio: 164.6/124.7;
    -o-object-fit: cover;
    object-fit: cover;
}

.page_gropuhome .vision .illust02 {
    width: 200px;
    bottom: 140px;
    right: 40px;
}

.page_gropuhome .vision .illust02 img {
    width: 100%;
    aspect-ratio: 312/200;
    -o-object-fit: cover;
    object-fit: cover;
}

/* PC下層ページ 選ばれる理由 */
.reason_fv .title {
    font-size: 42px;
}

.reason_fv .title .strong {
    font-size: 46px;
}

.reason_fv .title .strong_blue {
    font-size: 48px;
}

.reason_fv .title .strong_blue {
    margin-right: 0;
}

.reason_fv .illust01 {
    width: 90px;
    position: absolute;
    bottom: -20px;
    left: 0;
}

.reason_fv .illust01 img {
    width: 100%;
    aspect-ratio: 185/245;
    -o-object-fit: cover;
    object-fit: cover;
}

.reason_fv .illust02 {
    width: 220px;
    position: absolute;
    bottom: 0;
    right: 0;
}

.reason_fv .illust02 img {
    width: 100%;
    aspect-ratio: 221/124;
    -o-object-fit: cover;
    object-fit: cover;
}

.page_reason .reason {
    padding-top: 110px;
    background: url(/wp-content/themes/swell_child/image/bg_property.png) no-repeat center top/100% auto;
}

.page_reason .reason .title_block {
    text-align: center;
}

.page_reason .reason .lead_text {
    margin: 18px auto 0;
    width: 100%;
    max-width: 666px;
    text-align: center;
}

.page_reason .reason .item {
    padding-bottom: 0;
}

.page_reason .reason .item:nth-of-type(2) .item_inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.page_reason .reason .item:nth-of-type(2) .title {
    display: block;
}

.page_reason .reason .item+.item {
    margin-top: 80px;
}

.page_reason .reason .item_inner {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 50px;
}

.page_reason .reason .text_block {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.page_reason .reason .order {
    font-family: "DIN-2014_Extra-Bold", sans-serif;
    font-size: 20px;
    font-weight: 800;
    letter-spacing: 0;
    line-height: 1.3;
    color: #1B9FD0;
}

.page_reason .reason .title {
    margin: 0 0 10px;
    padding-bottom: 5px;
    min-height: initial;
    font-size: 26px;
    font-weight: 900;
    color: #1A1A1A;
    border-bottom: 2px dashed #BFBFBF;
}

.page_reason .reason .title .strong {
    color: #0089DE;
}

.page_reason .reason .text {
    font-size: 15px;
}

.page_reason .reason .text+.text {
    margin-top: 10px;
}

.page_reason .reason .img_block {
    width: 100%;
    max-width: 570px;
    border-radius: 4px;
    overflow: hidden;
}

.page_reason .reason .img_block img {
    width: 100%;
    aspect-ratio: 57/50;
    -o-object-fit: cover;
    object-fit: cover;
}

.page_reason .reason .lower_title {
    margin-top: 20px;
    font-size: 18px;
    font-weight: 700;
}

.page_reason .reason .possible_list {
    margin-top: 10px;
    padding: 20px 30px;
    border-radius: 4px;
    background-color: #fff;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08);
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px 25px;
}

.page_reason .reason .possible_item {
    padding-bottom: 6px;
    border-bottom: 2px dashed #D6D6D6;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
}

.page_reason .reason .possible_item::before {
    content: "";
    margin-bottom: 5px;
    width: 20px;
    aspect-ratio: 38/32;
    background: url(/wp-content/themes/swell_child/image/icon_check.svg) no-repeat center center/contain;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.page_reason .reason .possible_item .contents {
    font-size: 16px;
    font-weight: 900;
    line-height: 1.5;
    color: #1A1A1A;
}

.page_reason .reason .appeal {
    display: inline-block;
    margin-top: 10px;
    border-bottom: 2px solid #0089DE;
    font-size: 18px;
    font-weight: 900;
    color: #0089DE;
}

.page_reason .bg_sections_page {
    background: url(/wp-content/themes/swell_child/image/bg_reason_syuroushien.png) no-repeat center center/100% 100%;
}

.page_reason .voice {
    padding: 135px 0 30px;
    background: none;
}

.page_reason .voice .list {
    margin-top: 50px;
}

.page_reason .support {
    padding: 130px 0;
}

.page_reason .support .img {
    width: 70px;
    bottom: -60px;
    left: -15px;
    right: initial;
}

.page_reason .support .img img {
    aspect-ratio: 148/305;
}

.page_reason .message {
    padding: 160px 0 85px;
}

.page_reason .message .bg_title {
    top: -60px;
}

.page_reason .message .lead_text .strong {
    font-size: 50px;
}

.page_reason .message .cta {
    margin-top: 40px;
    text-align: center;
}

.page_reason .message .guide {
    margin-top: 50px;
}

.page_reason .message .illust01 {
    width: 165px;
    bottom: 120px;
    left: 140px;
}

.page_reason .message .illust01 img {
    aspect-ratio: 33/25;
}

.page_reason .message .illust02 {
    width: 113px;
    bottom: 120px;
    right: 120px;
}

.page_reason .message .illust02 img {
    aspect-ratio: 113/247;
}

/* PC下層ページ 物件一覧ページ */
.propertylist_cont_sec {
    background: url(/wp-content/themes/swell_child/image/bg_property.png) repeat center top -32px/100%;
}

.propertylist_cont_sec .category_list {
    width: 100%;
    max-width: 940px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    justify-self: center;
    gap: 20px;
}

.propertylist_cont_sec .category_item {
    padding: 13.8px 16px;
    display: block;
    width: 100%;
    border: 2px solid #1B9FD0;
    border-radius: 4px;
    background-color: #F2F9FC;
    font-size: 18px;
    font-weight: 900;
    letter-spacing: 0.04em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    cursor: pointer;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.propertylist_cont_sec .category_item a {
    color: #109ACE;
}

.propertylist_cont_sec .category_item:first-of-type {
    gap: 50px;
}

.propertylist_cont_sec .category_item:nth-of-type(2) {
    gap: 19px;
}

.propertylist_cont_sec .category_item:last-of-type {
    gap: 20px;
}

.propertylist_cont_sec .category_item::after {
    content: "";
    width: 11px;
    aspect-ratio: 7/14;
    background: #1B9FD0;
    -webkit-mask: url(/wp-content/themes/swell_child/image/arrow_tab.svg) center/contain no-repeat;
    mask: url(/wp-content/themes/swell_child/image/arrow_tab.svg) center/contain no-repeat;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.propertylist_cont_sec .category_item.active {
    background-color: #109ACE;
}

.propertylist_cont_sec .category_item.active a {
    color: #fff;
}

.propertylist_cont_sec .category_item.active::after {
    background: #fff;
}

.propertylist_cont_sec .list_wrap {
    margin-top: 55px;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.propertylist_cont_sec .list_wrap::-webkit-scrollbar {
    display: none;
}

.propertylist_cont_sec .list {
    padding: 5px 0;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    position: relative;
}

.propertylist_cont_sec .item {
    border-radius: 4px;
    background-color: #fff;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08);
    overflow: hidden;
}

.propertylist_cont_sec .img {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.propertylist_cont_sec .img img {
    width: 100%;
    aspect-ratio: 36/21;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.propertylist_cont_sec .kinds {
    padding: 10.5px 12.6px;
    border-radius: 4px 0 4px 0;
    background-color: #0089DE;
    font-weight: 900;
    letter-spacing: 0.04em;
    line-height: 1;
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.propertylist_cont_sec .text_block {
    padding: 17px 20px 32px;
}

.propertylist_cont_sec .title {
    margin-bottom: 10px;
    padding-bottom: 14px;
    border-bottom: 2px dashed #BFBFBF;
    font-size: 18px;
    font-weight: 800;
    letter-spacing: 0.04em;
    line-height: 1.4;
    color: #000;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.propertylist_cont_sec .detail {
    gap: 9px;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.propertylist_cont_sec .detail:nth-of-type(3) {
    margin-top: 10px;
}

.propertylist_cont_sec .detail_price {
    margin-top: 18px;
}

.propertylist_cont_sec .detail_management {
    margin-top: 5px;
}

.propertylist_cont_sec .tab {
    width: 64px;
    height: 25px;
    border-radius: 2px;
    background-color: #F7F7F7;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.04em;
    line-height: 1;
    color: #1B9FD0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.propertylist_cont_sec .price {
    font-family: "DIN-2014_Extra-Bold", sans-serif;
    font-size: 30px;
    font-weight: 800;
    letter-spacing: 0;
    line-height: 1;
    color: #1B9FD0;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
}

.propertylist_cont_sec .price .unit {
    font-size: 16px;
}

.propertylist_cont_sec .contents {
    margin-top: 2px;
    font-weight: 500;
    letter-spacing: 0.04em;
    line-height: 1.4;
    color: #747474;
}

.propertylist_cont_sec .detail_block {
    margin-top: 10px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.propertylist_cont_sec .button {
    margin: 45px auto 0;
}

[class*=page-numbers] {
    color: #0089DE;
    background-color: #fff;
    border: 2px solid #0089DE;
}

[class*="next page-numbers"],
[class*="prev page-numbers"] {
    color: #0089DE;
    background-color: transparent;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.c-pagination {
    font-weight: 700;
}

/* PC下層ページ 物件詳細ページ */
.single-propertylist_fv {
    padding-top: 160px;
}

.single-propertylist_fv .main_img {
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
}

.single-propertylist_fv .main_img img {
    width: 100%;
    aspect-ratio: 114/50;
    -o-object-fit: cover;
    object-fit: cover;
}

.single_propertylist .button_contact {
    width: 350px;
}

.single_propertylist .button_contact a {
    padding: 18px 15px;
    font-size: 20px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.single_propertylist .button_contact a::before {
    content: initial;
}

.single_propertylist .button_contact a::after {
    width: 10px;
    top: 52%;
    right: 16px;
}

.single_propertylist .wrap {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    gap: 50px;
}

.single_propertylist .property_title {
    font-size: 20px;
    font-weight: 800;
    line-height: 1.5;
}

.single_propertylist .address {
    margin: 10px 0 15px;
    font-weight: 500;
}

.single_propertylist .contents {
    font-size: 16px;
    font-weight: 500;
}

.single_propertylist .detail {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 15px;
}

.single_propertylist .detail+.detail {
    margin-top: 15px;
}

.single_propertylist .tab {
    padding: 5px 0;
    width: 22%;
    height: initial;
    border: 2px solid #0089DE;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 700;
}

.single_propertylist .kinds {
    padding: 8px 12px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 700;
    position: static;
}

.single_propertylist .explain_block {
    padding: 30px 40px;
    width: 55%;
    border-radius: 4px;
    background-color: #fff;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08);
}

.single_propertylist .explain_block .button_contact {
    width: 230px;
}

.single_propertylist .explain_block .button_contact a {
    padding: 12px 15px;
    font-size: 16px;
}

.single_propertylist .explain_block .button_contact a::after {
    width: 10px;
    top: 52%;
    right: 16px;
}

.single_propertylist .summary {
    font-size: 18px;
    font-weight: 700;
}

.single_propertylist .text {
    margin-top: 10px;
    font-weight: 500;
}

.single_propertylist .lower_block {
    margin-top: 40px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 50px;
}

.single_propertylist .tel_wrap .guide {
    font-weight: 700;
    line-height: 1;
    color: #1A1A1A;
    text-align: center;
}

.single_propertylist .tel_block {
    margin-top: 10px;
}

.single_propertylist .tel_block a {
    font-family: "DIN2014_Bold", sans-serif;
    font-size: 32px;
    font-weight: 700;
}

.single_propertylist .middle_block {
    margin-top: 80px;
    background: url(/wp-content/themes/swell_child/image/bg_property.png) repeat center top/100% auto;
}

.single_propertylist .section_block {
    padding: 50px 65px;
    border-radius: 4px;
    background-color: #fff;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08);
}

.single_propertylist .sub_section_block:not(:first-of-type) {
    margin-top: 40px;
}

.single_propertylist .single_title {
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: 900;
    color: #0089DE;
}

.single_propertylist .feature_list {
    gap: 10px;
}

.single_propertylist .feature_item {
    padding: 10px;
    width: 245px;
    border-radius: 4px;
    background-color: #F4F4F4;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
}

.single_propertylist .single_subtitle {
    font-size: 16px;
    font-weight: 700;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 10px;
}

.single_propertylist .single_subtitle::before {
    content: "";
    margin-top: 6px;
    width: 20px;
    aspect-ratio: 38/32;
    background: url(/wp-content/themes/swell_child/image/icon_check.svg) no-repeat center center/contain;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.single_propertylist .recommend_item+.recommend_item {
    margin-top: 20px;
}

.single_propertylist .single_contents {
    margin-top: 5px;
}

.single_propertylist .table_group table {
    width: 100%;
    border: rgba(0, 0, 0, 0.1) solid 1px;
}

.single_propertylist .table_group table th,
.single_propertylist .table_group table td {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 5px;
    vertical-align: middle;
    font-size: 15px;
    font-weight: 500;
    text-align: center;
    line-height: 1.5;
    border: rgba(0, 0, 0, 0.1) solid 1px;
}

.single_propertylist .table_group table th {
    background-color: #F4F4F4;
}

.single_propertylist .table_group table td {
    padding: 10px 5px;
}

.single_propertylist .simulations table {
    margin: 10px 0;
}

.single_propertylist .simulations table th,
.single_propertylist .simulations table td {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 15px;
    vertical-align: middle;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.5;
    border: rgba(0, 0, 0, 0.1) solid 1px;
}

.single_propertylist .simulations table th {
    width: 80px;
    font-size: 18px;
    font-weight: 700;
    background-color: #F4F4F4;
    text-align: center;
}

.single_propertylist .simulations table .colors * {
    color: #0089DE;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
}

.single_propertylist .simulations table .colors * {
    color: #0089DE;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
}

.single_propertylist .simulations table .colors td {
    font-size: 18px;
}

.single_propertylist .simulations_note {
    font-size: 14px;
}

.single_propertylist .simulations .note_title {
    margin-top: 25px;
    font-size: 16px;
    font-weight: 700;
}

.single_propertylist .simulations .button_contact {
    margin: 40px auto 0;
}

.single_propertylist .photo_block {
    margin-top: 50px;
    background: url(/wp-content/themes/swell_child/image/bg_property.png) repeat center top/100% auto;
}

.single_propertylist .properties_img_slider {
    margin: 0;
}

.single_propertylist .properties_img_slider .bx-wrapper {
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin: 0;
    margin-bottom: 20px;
}

.single_propertylist ul.properties_bxslider {
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative;
    overflow: hidden;
}

.single_propertylist ul.properties_bxslider li {
    width: 100%;
    height: 520px;
}

.single_propertylist ul.properties_bxslider li img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.single_propertylist .properties_img_slider .bx-controls-direction {
    display: none;
}

.single_propertylist ul.properties_bxslider_thumbnail {
    height: 270px;
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 10px;
    overflow-y: auto;
}

.single_propertylist ul.properties_bxslider_thumbnail li {
    overflow: hidden;
    height: 130px;
}

.single_propertylist ul.properties_bxslider_thumbnail li a {
    display: block;
    height: 100%;
    cursor: pointer;
}

.single_propertylist ul.properties_bxslider_thumbnail li img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.single_propertylist .table_style {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.single_propertylist .table_style>dl {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    font-size: 15px;
    border-bottom: rgba(0, 0, 0, 0.1) solid 1px;
    border-left: rgba(0, 0, 0, 0.1) solid 1px;
    border-right: rgba(0, 0, 0, 0.1) solid 1px;
}

.single_propertylist .table_style>dl:first-child {
    border-top: rgba(0, 0, 0, 0.1) solid 1px;
}

.single_propertylist .table_style>dl>* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: table-cell;
    vertical-align: middle;
}

.single_propertylist .table_style>dl dt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 9rem;
    padding: 5px 0;
    text-align: center;
    background-color: #F4F4F4;
    border-right: rgba(0, 0, 0, 0.1) solid 1px;
}

.single_propertylist .table_style>dl dd {
    width: calc(100% - 9rem);
    padding: 5px 15px;
}

.single_propertylist .table_style>dl.ww50 {
    width: 54%;
}

.single_propertylist .table_style>dl.ww45 {
    width: 46%;
}

.single_propertylist .access_block {
    margin-top: 50px;
    background: url(/wp-content/themes/swell_child/image/bg_property.png) repeat center bottom/100% auto;
}

.single_propertylist .access_block .map {
    margin: 20px auto 0;
    max-width: 1000px;
    aspect-ratio: 10/4;
}

.single_propertylist .access_block .map iframe {
    width: 100%;
    height: 100%;
}

.single_propertylist .access_block .table_style {
    margin-top: 20px;
}

.single_propertylist .access_block .button_contact {
    margin: 40px auto 0;
}

/* PC下層ページ お知らせ一覧ページ */
.category-news .l-content {
    background: url(/wp-content/themes/swell_child/image/bg_property.png) no-repeat center top -32px/100%;
}

/* PC下層ページ お知らせ詳細ページ */
.single-post .l-content {
    padding-top: 10em;
    background: url(/wp-content/themes/swell_child/image/bg_property.png) no-repeat center top -32px/100%;
}

/* PC404ページ */
.-sidebar-off .l-article,
.lp-content .l-article {
    padding-top: 110px;
}

@media (hover: hover) {
    .button_contact a:hover {
        background-color: #fff;
        color: #0089DE;
    }

    .button a:hover {
        background-color: #fff;
        color: #1B9FD0;
    }

    .header a:hover .logo {
        opacity: 0.7;
    }

    .header .nav .item a:hover {
        color: #1B9FD0;
    }

    .header .nav .item a:hover::after {
        opacity: 1;
        visibility: visible;
    }

    .top_property .category_item:hover {
        background-color: #109ACE;
        color: #fff;
    }

    .top_property .category_item:hover::after {
        background: #fff;
    }

    .top_property .item a:hover img {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

    .top_property .item a:hover .title {
        color: #1B9FD0;
    }

    .top_news .item a:hover {
        color: #1B9FD0;
    }

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

    .footer .nav a:hover {
        color: #1B9FD0;
    }

    .footer .internal_link a:hover {
        opacity: 0.7;
    }

    .page_propertylist .category_item:hover {
        background-color: #109ACE;
    }

    .page_propertylist .category_item:hover a {
        color: #fff;
    }

    .page_propertylist .category_item:hover::after {
        background: #fff;
    }

    .page_propertylist .item a:hover img {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

    .page_propertylist .item a:hover .title {
        color: #1B9FD0;
    }
}

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

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

    body {
        font-size: 3.6vw;
    }

    /* SPヘッダー */
    #sp_header {
        padding: 0 5.1vw;
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        background: #fff;
        -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08);
        box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08);
        z-index: 1000;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    #sp_header .logo {
        width: 49.1vw;
    }

    /* SP固定ページ 共通設定 */
    .common_page_main {
        padding-block: 32.6vw 16.7vw;
    }

    .common_page_main .title_box .title {
        margin-top: 0.5vw;
        font-size: 8.5vw;
        line-height: 1.3;
    }

    .common_page_wrap {
        padding: 15vw 0;
    }

    .reserve_text {
        font-size: 6vw;
    }

    /* パンくず */
    .breadcrumb {
        margin-top: 3.6vw;
        font-size: 3.1vw;
    }

    /* 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: 0.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 {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        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固定ページ サイトマップ */
    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版追加CSS */
    a[href^="tel:"] {
        pointer-events: auto;
    }

    /* 共通設定 */
    body {
        min-width: initial;
    }

    .wrap {
        width: initial;
    }

    /* 共通パーツ */
    .button_contact {
        width: 76.9vw;
    }

    .button_contact a {
        padding: 4.1vw 4.9vw;
        border-radius: 1vw;
        font-size: 4.1vw;
        gap: 14.4vw;
    }

    .button_contact a::before {
        width: 6.2vw;
    }

    .button_contact a::after {
        width: 2.8vw;
        right: 5.1vw;
    }

    .button_contact.tel a {
        padding: 3.9vw 4.9vw;
        border: 2px solid #1B9FD0;
        background-color: #1B9FD0;
        gap: 15.4vw;
    }

    .button_contact.tel a::before {
        width: 5.1vw;
        aspect-ratio: 19.9/26;
        -webkit-mask: url(/wp-content/themes/swell_child/image/icon_tel.svg) center/contain no-repeat;
        mask: url(/wp-content/themes/swell_child/image/icon_tel.svg) center/contain no-repeat;
    }

    .button {
        width: 56.4vw;
    }

    .button a {
        padding: 3.3vw 4.1vw;
        border-radius: 1vw;
        font-size: 4.1vw;
        gap: 9.7vw;
    }

    .button a::after {
        width: 2.8vw;
    }

    .section_subtitle {
        font-size: 5.6vw;
    }

    .section_title {
        margin-top: 1.5vw;
        font-size: 7.7vw;
        line-height: 1.3;
    }

    /* SPヘッダー */
    .globalMenuSp {
        padding: 30vw 5.1vw 10.3vw;
    }

    .globalMenuSp .menu_title {
        font-family: "DIN-2014_Extra-Bold", sans-serif;
        font-size: 9.7vw;
        font-weight: 800;
        letter-spacing: 0;
        line-height: 1;
        color: #D3EBF4;
        text-align: center;
    }

    .globalMenuSp .list {
        margin-top: 3.1vw;
        padding: 6.2vw 5.1vw 7.2vw;
        border-radius: 1.5vw;
        background-color: #fff;
        -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08);
        box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08);
    }

    .globalMenuSp .menu_item+.menu_item {
        margin-top: 4.4vw;
    }

    .globalMenuSp .menu_item a {
        padding: 0 2.6vw 3.3vw;
        border-bottom: 2px dashed #EAF1F4;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .globalMenuSp .menu_item a::after {
        content: "";
        width: 2.6vw;
        aspect-ratio: 7/14;
        background: url(/wp-content/themes/swell_child/image/arrow_menu.svg) no-repeat center center/contain;
    }

    .globalMenuSp .en_character {
        font-family: "DIN2014_Bold", sans-serif;
        font-size: 3.8vw;
        font-weight: 700;
        letter-spacing: 0;
        line-height: 1.2;
        color: #B8DCEA;
    }

    .globalMenuSp .jp_character {
        font-size: 4.1vw;
        font-weight: 700;
        letter-spacing: 0.06em;
        line-height: 1.4;
        color: #1A1A1A;
    }

    .globalMenuSp .contact_block {
        margin-top: 12.8vw;
    }

    .globalMenuSp .title {
        font-size: 3.8vw;
        font-weight: 900;
        color: #1A1A1A;
        text-align: center;
    }

    .globalMenuSp .button_contact {
        margin: 1.3vw auto 0;
    }

    .globalMenuSp .menu_tel_block {
        margin-top: 4.4vw;
        padding-top: 2.6vw;
        border-top: 2px dashed #BDCFD5;
    }

    .globalMenuSp .hour {
        margin-top: 0.3vw;
        font-size: 3.1vw;
        font-weight: 500;
        color: #5A5A5A;
        text-align: center;
    }

    .globalMenuSp .link_block {
        margin-top: 13.2vw;
    }

    .globalMenuSp .internal_link {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        gap: 10.3vw;
    }

    .globalMenuSp .internal_link a {
        font-size: 3.3vw;
        color: #7C7C7C;
    }

    .globalMenuSp .copyright {
        margin-top: 4.3vw;
        display: block;
        font-size: 3.1vw;
        color: #7C7C7C;
        text-align: center;
    }

    /* SP_メインビュー */
    .top_fv {
        padding: 42.5vw 0 11vw;
        min-height: initial;
    }

    .top_fv .bg_fv {
        height: 163.8vw;
        background: url(/wp-content/themes/swell_child/image/bg_fv_sp.svg) no-repeat center center/cover;
    }

    .top_fv .title_supplement {
        padding: 3.3vw 1.5vw 6.9vw 2.8vw;
        background: url(/wp-content/themes/swell_child/image/balloon_fv_sp.svg) no-repeat left center/64vw;
        font-size: 6.7vw;
    }

    .top_fv .title {
        margin-top: 0.5vw;
        padding-bottom: 2.1vw;
        font-size: 6.9vw;
        letter-spacing: 0.02em;
        line-height: 1.3;
        text-align: center;
    }

    .top_fv .title .strong {
        font-size: 8.2vw;
        letter-spacing: 0;
    }

    .top_fv .title .strong_blue {
        font-size: 8.7vw;
    }

    .top_fv .sub_title {
        margin-top: 2.3vw;
        font-size: 4.6vw;
        line-height: 1.5;
        -webkit-transform: translateX(1.5vw);
        transform: translateX(1.5vw);
    }

    .top_fv .scroll_down {
        margin-top: 46.2vw;
    }

    .top_fv .scroll_down a {
        font-size: 4.6vw;
    }

    .top_fv .scroll_down a::after {
        width: 4.1vw;
        bottom: -4.9vw;
    }

    .top_fv .img_block {
        width: 81.3vw;
        bottom: 19.7vw;
        left: 51%;
    }

    .top_fv .img_block img {
        aspect-ratio: 635/258;
    }

    /* SP_REASON */
    .top_reason {
        padding-top: 9.5vw;
    }

    .top_reason .bg_upper {
        height: 627.9vw;
        top: -55.1vw;
    }

    .top_reason .lead_text {
        margin: 3.3vw auto 0;
        max-width: initial;
    }

    .top_reason .list {
        margin-top: 15.9vw;
        padding: 0;
        border-radius: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
        background-color: initial;
        grid-template-columns: 1fr;
        gap: 14.9vw;
    }

    .top_reason .item {
        padding: 0 3.8vw 7.7vw;
        border-radius: 1vw;
        -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08);
        box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08);
    }

    .top_reason .item::before {
        width: 25.6vw;
        top: -10.3vw;
    }

    .top_reason .item:first-of-type .illust {
        width: 13.6vw;
        top: -8.7vw;
        left: -2.1vw;
    }

    .top_reason .item:last-of-type .illust {
        width: 19vw;
        bottom: -4.1vw;
        right: -3.3vw;
    }

    .top_reason .circle {
        margin: -10.3vw auto 0;
        width: 25.6vw;
    }

    .top_reason .order_block {
        margin-top: -22.3vw;
    }

    .top_reason .name {
        font-size: 3.1vw;
    }

    .top_reason .number {
        font-size: 7.7vw;
    }

    .top_reason .img {
        margin-top: 0.8vw;
        border-radius: 1vw;
    }

    .top_reason .img img {
        aspect-ratio: 32/14;
    }

    .top_reason .title {
        margin-top: 2.8vw;
        font-size: 5.1vw;
    }

    .top_reason .text {
        margin-top: 2.1vw;
        padding-top: 2.6vw;
        font-size: 3.3vw;
    }

    .top_reason .button {
        margin: 10.3vw auto 0;
    }

    /* SP_ABOUT */
    .top_about {
        padding: 31.3vw 0 23.1vw;
    }

    .top_about .wrap {
        position: relative;
    }

    .top_about .bg_title {
        font-size: 15.4vw;
        top: -9vw;
        left: 50%;
    }

    .top_about .contents {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .top_about .img {
        margin: 2.1vw 0 0 0;
        max-width: initial;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .top_about .title_block {
        max-width: initial;
        display: contents;
    }

    .top_about .jp_title {
        font-size: 6.7vw;
        text-align: center;
    }

    .top_about .jp_title .supplement {
        display: block;
        margin: 2.3vw 0 0 0;
        font-size: 4.1vw;
    }

    .top_about .lead_text {
        margin-top: -4.4vw;
        font-size: 7.2vw;
        line-height: 1.3;
        text-align: center;
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }

    .top_about .text {
        margin-top: 2.6vw;
        font-size: 3.6vw;
        line-height: 1.7;
        text-align: center;
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }

    .top_about .button {
        margin: 6.9vw auto 0;
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
    }

    /* SP_property */
    .top_property {
        padding: 22.1vw 0 23.1vw;
        background: url(/wp-content/themes/swell_child/image/bg_property_sp.png) no-repeat center top -1vw/100%;
    }

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

    .top_property .lead_text {
        margin: 3.3vw auto 0;
        max-width: 90%;
    }

    .top_property .tab_area {
        margin: 5.9vw auto 0;
        max-width: 90%;
    }

    .top_property .category_list {
        grid-template-columns: repeat(2, 1fr);
        gap: 1.5vw;
    }

    .top_property .category_item {
        padding: 1.9vw 4.1vw;
        border-radius: 1vw;
        font-size: 3.6vw;
        letter-spacing: 0;
        line-height: 1.1;
        text-align: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .top_property .category_item::after {
        content: initial;
    }

    .top_property .list_wrap {
        margin-top: 7.7vw;
        overflow-x: auto;
    }

    .top_property .list {
        padding: 0 5.1vw;
        width: 251.3vw;
        gap: 5.1vw;
    }

    .top_property .item {
        border-radius: 1vw;
    }

    .top_property .img img {
        aspect-ratio: 30/17;
    }

    .top_property .kinds {
        padding: 2.7vw 3.4vw;
        border-radius: 1vw 0 1vw 0;
        font-size: 3.8vw;
    }

    .top_property .text_block {
        padding: 3.1vw 5.1vw 5.1vw;
    }

    .top_property .title {
        margin-bottom: 0;
        padding-bottom: 2.6vw;
        font-size: 4.1vw;
        letter-spacing: 0.05em;
        line-height: 1.4;
    }

    .top_property .detail {
        gap: 2.3vw;
    }

    .top_property .detail:nth-of-type(3) {
        margin-top: 2.3vw;
    }

    .top_property .detail_price {
        margin-top: 3.1vw;
    }

    .top_property .detail_management {
        margin-top: 1.5vw;
    }

    .top_property .tab {
        width: 16.4vw;
        height: 6.4vw;
        border-radius: 0.5vw;
        font-size: 3.1vw;
    }

    .top_property .price {
        font-size: 7.2vw;
    }

    .top_property .price .unit {
        font-size: 4.1vw;
    }

    .top_property .contents {
        margin-top: 0.5vw;
        font-size: 3.3vw;
        line-height: 1.4;
    }

    .top_property .detail_block {
        margin-top: 1.8vw;
    }

    .top_property .button {
        margin: 7.7vw auto 0;
    }

    .top_property .scroll-hint-icon {
        padding: 20px 10px 70px 10px;
    }

    /* SP_flow */
    .top_flow {
        padding: 0 0 20.5vw;
    }

    .top_flow .lead_text {
        margin-top: 3.6vw;
    }

    .top_flow .list {
        margin-top: 5.6vw;
        grid-template-columns: 1fr;
        gap: 5.1vw;
    }

    .top_flow .list::before {
        width: 0.6vw;
        height: 128.2vw;
        top: 50%;
        left: 10.3vw;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .top_flow .item {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        gap: 5.1vw;
    }

    .top_flow .item:nth-of-type(5) {
        position: relative;
    }

    .top_flow .item:nth-of-type(5) .contents {
        width: initial;
        position: static;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    .top_flow .img {
        width: 20.5vw;
        outline: 2px solid #1589AC;
        outline-offset: -2px;
    }

    .top_flow .text_block {
        text-align: left;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }

    .top_flow .text_block::before {
        width: 67.9vw;
        height: 0;
        border-left: none;
        border-bottom: 2px dashed #DDDDDD;
        top: initial;
        bottom: -6.9vw;
        left: initial;
        right: 0;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    .top_flow .order {
        font-size: 4.1vw;
    }

    .top_flow .contents {
        font-size: 4.6vw;
    }

    .top_flow .button {
        margin: 11.5vw auto 0;
    }

    /* SP_request */
    .top_request {
        padding: 20vw 0 21.3vw;
        background: url(/wp-content/themes/swell_child/image/bg_request_sp.png) no-repeat center center/cover;
    }

    .top_request .wrap {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .top_request .img {
        margin: 12.6vw 0 0 1vw;
        width: 84.6vw;
        max-width: initial;
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }

    .top_request .text {
        padding: 7.4vw 8.7vw 11.5vw 10.5vw;
        background: url(/wp-content/themes/swell_child/image/balloon.svg) no-repeat center center/contain;
        font-size: 3.6vw;
        line-height: 1.4;
        top: -15.9vw;
        right: -0.3vw;
        z-index: 0;
    }

    .top_request .text .strong {
        font-size: 4.6vw;
    }

    .top_request .title_block {
        max-width: initial;
        display: contents;
    }

    .top_request .lead_text {
        margin-top: 2.8vw;
        padding-top: 2.3vw;
    }

    .top_request .button {
        margin: 7.7vw auto 0;
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
    }

    .top_request .button a {
        gap: 4.6vw;
    }

    /* SP_news */
    .top_news {
        padding: 15.9vw 0 21.8vw;
    }

    .top_news .wrap {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .top_news .title_block {
        max-width: initial;
        display: contents;
    }

    .top_news .section_subtitle {
        font-size: 5.6vw;
    }

    .top_news .section_title {
        font-size: 7.7vw;
    }

    .top_news .lead_text {
        margin-top: 3.1vw;
    }

    .top_news .button {
        margin: 7.7vw auto 0;
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
    }

    .top_news .list {
        margin-top: 5.1vw;
        max-width: initial;
    }

    .top_news .item a {
        padding: 5.6vw 5.1vw 4.1vw;
        border-radius: 1vw;
    }

    .top_news .item a::after {
        content: initial;
    }

    .top_news .item+.item {
        margin-top: 2.8vw;
    }

    .top_news .contents {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        gap: 1.3vw;
    }

    .top_news .date {
        margin-top: 0;
        padding-right: 0;
        border-right: none;
        font-size: 3.8vw;
    }

    .top_news .title {
        max-width: initial;
        line-height: 1.5;
        -webkit-line-clamp: 2;
    }

    /* SP_footer */
    .footer {
        padding: 24.4vw 0 33.3vw;
    }

    .footer .logo {
        width: 55.9vw;
    }

    .footer .address {
        margin-top: 2.6vw;
        font-size: 3.1vw;
        line-height: 1.5;
    }

    .footer .middle {
        margin-top: 5.1vw;
        display: block;
    }

    .footer .middle .item {
        width: 100%;
        border-radius: 0;
    }

    .footer .middle .item:first-child {
        padding: 3.3vw 6.4vw;
        border-radius: 1.5vw 1.5vw 0 0;
    }

    .footer .middle .item:first-child .img {
        width: 11.1vw;
        top: -9.7vw;
        left: -1.3vw;
    }

    .footer .middle .item:last-child {
        padding: 3.8vw 6.4vw 3.1vw;
        border-radius: 0 0 1.5vw 1.5vw;
    }

    .footer .middle .item:last-child::before {
        width: 76.9vw;
        height: 0;
        border-top: 2px dashed #BDCFD5;
        top: 0.8vw;
        left: 50%;
        -webkit-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
    }

    .footer .middle .item:last-child .img {
        width: 11.5vw;
        bottom: -3.8vw;
        right: -2.8vw;
    }

    .footer .title {
        font-size: 3.8vw;
    }

    .footer .button_contact {
        margin-top: 1.5vw;
        width: 76.9vw;
    }

    .footer .button_contact a {
        padding: 4.1vw 4.9vw;
        border-radius: 1vw;
        font-size: 4.1vw;
        gap: 14.4vw;
    }

    .footer .button_contact a::before {
        width: 6.2vw;
    }

    .footer .button_contact a::after {
        width: 2.8vw;
        right: 5.1vw;
    }

    .footer .button_contact.tel a {
        padding: 3.9vw 4.9vw;
        border: 2px solid #1B9FD0;
        background-color: #1B9FD0;
        gap: 15.4vw;
    }

    .footer .button_contact.tel a::before {
        width: 5.1vw;
        aspect-ratio: 19.9/26;
        -webkit-mask: url(/wp-content/themes/swell_child/image/icon_tel.svg) center/contain no-repeat;
        mask: url(/wp-content/themes/swell_child/image/icon_tel.svg) center/contain no-repeat;
    }

    .footer .tel_block {
        display: none;
    }

    .footer .hour {
        margin-top: 0.5vw;
        font-size: 3.1vw;
    }

    .footer .lower {
        margin-top: 10vw;
    }

    .footer .internal_link {
        gap: 10.3vw;
    }

    .footer .internal_link a {
        font-size: 3.3vw;
    }

    .footer .copyright {
        margin-top: 4.6vw;
        font-size: 3.1vw;
    }

    .bg_footer {
        height: 191vw;
        background: url(/wp-content/themes/swell_child/image/bg_footer_sp.png) no-repeat center center/cover;
    }

    /* SP_banner */
    .floating_banner {
        padding: 2.6vw 2.6vw 1.3vw;
        width: 100%;
        background-color: #fff;
        -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08);
        box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08);
        position: fixed;
        bottom: 0;
        left: 0;
        z-index: 2;
    }

    .floating_banner .button_contact {
        width: 46.2vw;
    }

    .floating_banner .button_contact a {
        padding: 2.7vw 4.2vw;
        font-size: 3.6vw;
        gap: 4.4vw;
    }

    .floating_banner .button_contact a::before {
        width: 5.1vw;
    }

    .floating_banner .button_contact a::after {
        content: initial;
    }

    .floating_banner .button_contact.tel a {
        padding: 2.5vw 4.7vw;
    }

    .floating_banner .button_contact.tel a::before {
        width: 4.4vw;
    }

    .floating_banner .hour {
        margin-top: 1vw;
        font-size: 3.1vw;
        font-weight: 500;
        color: #5A5A5A;
        text-align: center;
    }

    /* SP固定ページ 共通設定 */
    .common_page_main {
        background: url(/wp-content/themes/swell_child/image/bg_fv_page_sp.png) no-repeat center bottom/100%;
    }

    .common_page_main .sub_title {
        font-size: 5.6vw;
    }

    .common_page_main .illust01 {
        width: 14.4vw;
        bottom: -20.5vw;
        left: 5.1vw;
    }

    .lower_page .section_title {
        font-size: 6.7vw;
    }

    .lower_page .lead_text {
        margin-top: 3.3vw;
    }

    /* PC下層ページ 就労継続支援を開設する方へ */
    .syuroushien_fv {
        padding: 36.7vw 0 24.1vw;
        min-height: initial;
        max-height: initial;
        background: url(/wp-content/themes/swell_child/image/bg_fv_syuroushien_sp.webp) no-repeat center top/100%;
    }

    .syuroushien_fv .wrap {
        max-width: 93%;
    }

    .syuroushien_fv .title {
        font-size: 6.7vw;
        line-height: 1.4;
    }

    .syuroushien_fv .title .strong {
        font-size: 7.4vw;
    }

    .syuroushien_fv .title .strong_blue {
        margin-right: -2.6vw;
        font-size: 7.7vw;
    }

    .syuroushien_fv .title .sp_strong {
        font-size: 6.9vw;
        letter-spacing: 0.03em;
    }

    .syuroushien_fv .sub_title {
        margin: 2.6vw auto 0;
        width: 87.2vw;
        padding: 1.3vw 5.1vw;
        border-radius: 1vw;
        font-size: 4.1vw;
        line-height: 1.3;
    }

    .syuroushien_fv .text {
        margin-top: 2.8vw;
        font-size: 3.3vw;
        line-height: 1.6;
        color: #5C5C5C;
    }

    .syuroushien_fv .guide {
        margin: 12.6vw auto 0;
        font-size: 3.8vw;
    }

    .syuroushien_fv .guide::before,
    .syuroushien_fv .guide::after {
        width: 6.4vw;
        bottom: 2.1vw;
    }

    .syuroushien_fv .guide::before {
        left: -7.2vw;
        -webkit-transform: rotate(58deg);
        transform: rotate(58deg);
    }

    .syuroushien_fv .guide::after {
        right: -7.2vw;
        -webkit-transform: rotate(-58deg);
        transform: rotate(-58deg);
    }

    .syuroushien_fv .button_contact {
        margin: 1.5vw auto 0;
        width: 71.8vw;
    }

    .syuroushien_fv .button_contact a {
        padding: 4.1vw 3.8vw;
        font-size: 4.1vw;
    }

    .syuroushien_fv .button_contact a::after {
        width: 2.8vw;
        top: 50%;
        right: 3.8vw;
    }

    .syuroushien_fv .img_block {
        width: 94%;
        bottom: -30.5vw;
        left: 49%;
    }

    .syuroushien_fv .img_block img {
        aspect-ratio: 682/197;
    }

    .page_common_template {
        /* syuroushien_worries */
        /* syuroushien_about */
        /* syuroushien_problem */
        /* syuroushien_reason */
        /* syuroushien_checkpoint */
        /* syuroushien_flow */
        /* syuroushien_faq */
        /* syuroushien_vision */
    }

    .page_common_template .worries {
        padding: 19.2vw 0 20vw;
    }

    .page_common_template .worries .lead_text {
        margin-top: 3.3vw;
    }

    .page_common_template .worries .list {
        margin-top: 6.4vw;
        grid-template-columns: 1fr;
        gap: 3.8vw;
    }

    .page_common_template .worries .item {
        padding: 4.6vw 3.8vw;
        min-height: initial;
        border-radius: 1vw;
        gap: 5.1vw;
    }

    .page_common_template .worries .item::before {
        margin-bottom: 1.3vw;
        width: 7.2vw;
    }

    .page_common_template .worries .item:last-of-type .img {
        width: 12.8vw;
        bottom: -5.1vw;
        right: -4.6vw;
    }

    .page_common_template .worries .contents {
        font-size: 3.8vw;
        letter-spacing: 0.01em;
    }

    .page_common_template .worries .contents .strong {
        font-size: 4.6vw;
    }

    .page_common_template .about {
        padding: 33.3vw 0 20vw;
        background: url(/wp-content/themes/swell_child/image/bg_about_syuroushien_upper_sp.webp) no-repeat left top/100% auto, url(/wp-content/themes/swell_child/image/bg_about_syuroushien_lower_sp.webp) no-repeat left bottom/100% auto;
        position: relative;
    }

    .page_common_template .about::before {
        content: "";
        width: 100%;
        height: calc(100% - 9.2vw);
        background: url(/wp-content/themes/swell_child/image/bg_about_syuroushien_middle_sp.webp) repeat-y left top/100% auto;
        position: absolute;
        top: 4.6vw;
        left: 0;
        z-index: -1;
    }

    .page_common_template .about .wrap {
        max-width: 91%;
    }

    .page_common_template .about .bg_title {
        top: -10.3vw;
    }

    .page_common_template .about .jp_title {
        font-size: 6.2vw;
    }

    .page_common_template .about .lead_text {
        margin-top: -4.4vw;
        font-size: 6.7vw;
    }

    .page_common_template .about .text {
        font-size: 3.6vw;
    }

    .page_common_template .problem {
        padding: 20vw 0;
    }

    .page_common_template .problem .lead_text {
        margin-top: 3.3vw;
    }

    .page_common_template .problem .list {
        margin-top: 6.4vw;
        gap: 2.6vw;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .page_common_template .problem .item {
        font-size: 4.6vw;
    }

    .page_common_template .problem .item .strong {
        font-size: 5.1vw;
    }

    .page_common_template .problem .item:first-of-type {
        padding: 7.7vw 7.7vw 7.7vw 12.3vw;
    }

    .page_common_template .problem .item:nth-of-type(2) {
        padding: 10.3vw 16.7vw 12.8vw;
    }

    .page_common_template .problem .item:nth-of-type(3) {
        padding: 7.7vw 16.7vw;
    }

    .page_common_template .problem .item:nth-of-type(4) {
        padding: 11.8vw 16.7vw 11vw;
    }

    .page_common_template .problem .item:last-of-type {
        padding: 11.8vw 14.1vw 11vw;
    }

    .page_common_template .reason {
        padding: 25vw 0;
        background: url(/wp-content/themes/swell_child/image/bg_reason_syuroushien_upper_sp.svg) no-repeat left top/100% auto, url(/wp-content/themes/swell_child/image/bg_reason_syuroushien_lower_sp.svg) no-repeat left bottom/100% auto;
        position: relative;
    }

    .page_common_template .reason::before {
        content: "";
        width: 100%;
        height: calc(100% - 9.2vw);
        background: url(/wp-content/themes/swell_child/image/bg_reason_syuroushien_middle_sp.svg) repeat-y left top/100% auto;
        position: absolute;
        top: 4.6vw;
        left: 0;
        z-index: -1;
    }

    .page_common_template .reason .list {
        margin-top: 15.9vw;
    }

    .page_common_template .reason .item {
        padding: 0 3.8vw 7.7vw;
    }

    .page_common_template .reason .title {
        margin-top: 2.8vw;
        min-height: initial;
        font-size: 4.6vw;
    }

    .page_common_template .reason .text {
        font-size: 3.3vw;
    }

    .page_common_template .checkpoint {
        padding: 20vw 0 12.8vw;
    }

    .page_common_template .checkpoint .lead_text {
        margin-top: 3.3vw;
    }

    .page_common_template .checkpoint .img {
        width: 15.4vw;
        bottom: -9vw;
        right: 5.1vw;
    }

    .page_common_template .checkpoint .list {
        margin-top: 6.4vw;
        padding: 7.7vw 6.4vw;
        border-radius: 1vw;
        grid-template-columns: 1fr;
        gap: 3.8vw;
    }

    .page_common_template .checkpoint .item {
        padding-bottom: 3.1vw;
        gap: 2.1vw;
    }

    .page_common_template .checkpoint .item::before {
        margin-bottom: 0;
        width: 7.2vw;
    }

    .page_common_template .checkpoint .item .contents {
        font-size: 4.6vw;
        line-height: 1.2;
    }

    .page_common_template .checkpoint .item .contents .note {
        font-size: 3.3vw;
    }

    .page_common_template .flow {
        padding: 12.8vw 0 20vw;
    }

    .page_common_template .flow .list {
        margin-top: 5.6vw;
        grid-template-columns: 1fr;
        gap: 5.1vw;
    }

    .page_common_template .flow .list::before {
        width: 0.6vw;
        height: 102.6vw;
        top: 50%;
        left: 10.3vw;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .page_common_template .flow .item .contents {
        font-size: 4.6vw;
    }

    .page_common_template .flow .item:not(:last-of-type) .contents {
        width: initial;
        position: static;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    .page_common_template .flow .text_block::before {
        bottom: -3vw;
    }

    .page_common_template .faq {
        padding: 25vw 0;
        background: url(/wp-content/themes/swell_child/image/bg_about_syuroushien_upper_sp.webp) no-repeat left top/100% auto, url(/wp-content/themes/swell_child/image/bg_about_syuroushien_lower_sp.webp) no-repeat left bottom/100% auto;
        position: relative;
    }

    .page_common_template .faq::before {
        content: "";
        width: 100%;
        height: calc(100% - 9.2vw);
        background: url(/wp-content/themes/swell_child/image/bg_about_syuroushien_middle_sp.webp) repeat-y left top/100% auto;
        position: absolute;
        top: 4.6vw;
        left: 0;
        z-index: -1;
    }

    .page_common_template .faq .lead_text {
        margin-top: 3.3vw;
    }

    .page_common_template .faq .list {
        margin-top: 6.4vw;
        grid-template-columns: 1fr;
        gap: 6.4vw;
    }

    .page_common_template .faq .item {
        padding: 5.1vw;
        border-radius: 1vw;
    }

    .page_common_template .faq .question-wrap {
        gap: 3.1vw;
    }

    .page_common_template .faq .question-heading {
        width: 12.8vw;
    }

    .page_common_template .faq .question-contents {
        font-size: 4.1vw;
    }

    .page_common_template .faq .answer-wrap {
        margin-top: 2.6vw;
        padding-top: 3.1vw;
        gap: 3.1vw;
    }

    .page_common_template .faq .answer-heading {
        width: 12.8vw;
        font-size: 6.2vw;
    }

    .page_common_template .faq .answer-contents {
        font-size: 3.3vw;
    }

    .page_common_template .vision {
        padding: 23.1vw 0 15.4vw;
        background: url(/wp-content/themes/swell_child/image/bg_vision_syuroushien.png) no-repeat center center/100% 100%;
    }

    .page_common_template .vision .bg_title {
        font-size: 13.8vw;
        top: -9vw;
    }

    .page_common_template .vision .jp_title {
        font-size: 6.2vw;
    }

    .page_common_template .vision .lead_text {
        margin-top: 5.1vw;
        font-size: 6.2vw;
    }

    .page_common_template .vision .lead_text .strong {
        font-size: 6.7vw;
    }

    .page_common_template .vision .text {
        margin-top: 3.3vw;
    }

    .page_common_template .vision .guide {
        margin: 7.7vw auto 0;
        padding: 4.1vw 9vw 7.7vw;
        background: url(/wp-content/themes/swell_child/image/balloon_syuroushien.svg) no-repeat center center/100% 100%;
        font-size: 4.1vw;
    }

    .page_common_template .vision .guide .strong {
        font-size: 4.6vw;
    }

    .page_common_template .vision .guide .strong::before {
        height: 2.1vw;
    }

    .page_common_template .vision .button_contact {
        margin: -3.1vw auto 0;
        width: 71.8vw;
    }

    .page_common_template .vision .button_contact a {
        padding: 4.1vw 3.8vw;
        font-size: 4.1vw;
    }

    .page_common_template .vision .button_contact a::after {
        width: 2.8vw;
        top: 50%;
        right: 3.8vw;
    }

    .page_common_template .vision .illust01 {
        width: 17.9vw;
        bottom: 35.9vw;
        left: -3.8vw;
    }

    .page_common_template .vision .breadcrumb {
        margin-top: 15.4vw;
        font-size: 3.1vw;
    }

    /* PC下層ページ 放課後等デイサービスを開設する方へ */
    .dayservise_fv .illust01 {
        width: 33.3vw;
        bottom: -30.8vw;
        left: 0;
    }

    .dayservise_fv .illust02 {
        width: 10.3vw;
        bottom: -28.2vw;
        right: 2.6vw;
    }

    .page_dayservise .problem .item:first-of-type {
        padding: 7.7vw 18.2vw 7.7vw 20.5vw;
    }

    .page_dayservise .problem .item:nth-of-type(2) {
        padding: 10.3vw 21.9vw 12.8vw;
    }

    .page_dayservise .problem .item:nth-of-type(3) {
        padding: 7.7vw 21.9vw;
    }

    .page_dayservise .problem .item:nth-of-type(4) {
        padding: 11.8vw 28.5vw 11vw;
    }

    .page_dayservise .problem .item:nth-of-type(5) {
        padding: 11.8vw 21.9vw 11vw;
    }

    .page_dayservise .problem .item:last-of-type {
        padding: 11.8vw 21.9vw 11vw;
    }

    .page_dayservise .reason .item:first-of-type .illust {
        width: 12.8vw;
        top: -9vw;
        left: -3.8vw;
    }

    .page_dayservise .reason .item:last-of-type .illust {
        width: 17.9vw;
        bottom: -10.3vw;
        right: -3.3vw;
    }

    .page_dayservise .checkpoint .img {
        width: 16vw;
        bottom: -9vw;
        right: 5vw;
    }

    .page_dayservise .vision .illust01 {
        width: 12vw;
        bottom: 22vw;
        left: -4vw;
    }

    /* PC下層ページ 障害者グループホームを開設する方へ */
    .gropuhome_fv .illust01 {
        width: 25.6vw;
        bottom: -28.2vw;
        left: 0;
    }

    .gropuhome_fv .illust02 {
        width: 33.3vw;
        bottom: -28.2vw;
        right: 0;
    }

    .page_gropuhome .problem .item:first-of-type {
        padding: 7.7vw 12.9vw 7.7vw 15vw;
    }

    .page_gropuhome .problem .item:nth-of-type(2) {
        padding: 10.3vw 11.2vw 12.8vw;
    }

    .page_gropuhome .problem .item:nth-of-type(3) {
        padding: 11.8vw 17.5vw 11vw;
    }

    .page_gropuhome .problem .item:nth-of-type(4) {
        padding: 11.8vw 19.9vw 11vw;
    }

    .page_gropuhome .problem .item:nth-of-type(5) {
        padding: 11.8vw 21.9vw 11vw;
    }

    .page_gropuhome .problem .item:last-of-type {
        padding: 11.8vw 13.9vw 11vw;
    }

    .page_gropuhome .reason .item:first-of-type .illust {
        width: 15.4vw;
        top: -7.2vw;
        left: -2.6vw;
    }

    .page_gropuhome .reason .item:last-of-type .illust {
        width: 19vw;
        bottom: -6vw;
        right: -2.6vw;
    }

    .page_gropuhome .checkpoint .img {
        width: 15.4vw;
        bottom: -9vw;
        right: 5.1vw;
    }

    .page_gropuhome .vision .guide {
        padding: 6.2vw 7.7vw 10.8vw;
    }

    .page_gropuhome .vision .button_contact {
        margin: -3.8vw auto 0;
    }

    .page_gropuhome .vision .illust01 {
        width: 17.9vw;
        bottom: 35.9vw;
        left: -3.8vw;
    }

    /* PC下層ページ 選ばれる理由 */
    .reason_fv .title .strong_blue {
        margin-right: 0;
    }

    .reason_fv .illust01 {
        width: 12.8vw;
        bottom: -23.1vw;
        left: 0;
    }

    .reason_fv .illust02 {
        width: 33.3vw;
        bottom: -25.6vw;
        right: 0;
    }

    .page_reason .reason {
        padding: 19.2vw 0 20.5vw;
        background: url(/wp-content/themes/swell_child/image/bg_property_sp.png) no-repeat center top/100% auto;
    }

    .page_reason .reason::before {
        content: initial;
    }

    .page_reason .reason .lead_text {
        margin: 3.3vw auto 0;
        max-width: initial;
    }

    .page_reason .reason .list {
        margin-top: 8vw;
    }

    .page_reason .reason .item {
        padding: 0;
    }

    .page_reason .reason .item:nth-of-type(2) .item_inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .page_reason .reason .item+.item {
        margin-top: 10.3vw;
    }

    .page_reason .reason .item_inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 1.5vw;
    }

    .page_reason .reason .text_block {
        display: contents;
    }

    .page_reason .reason .order {
        font-size: 4.6vw;
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
    }

    .page_reason .reason .lower_block {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .page_reason .reason .title {
        margin: 0 0 2.6vw;
        padding-bottom: 1.3vw;
        text-align: center;
    }

    .page_reason .reason .text {
        font-size: 3.3vw;
        text-align: center;
    }

    .page_reason .reason .text+.text {
        margin-top: 2.6vw;
    }

    .page_reason .reason .img_block {
        max-width: initial;
        border-radius: 1vw;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .page_reason .reason .img_block img {
        aspect-ratio: 32/18;
    }

    .page_reason .reason .lower_title {
        margin-top: 4vw;
        font-size: 4.1vw;
        text-align: center;
    }

    .page_reason .reason .possible_list {
        margin-top: 2vw;
        padding: 7.7vw 6.4vw;
        border-radius: 1vw;
        grid-template-columns: 1fr;
        gap: 3.8vw;
    }

    .page_reason .reason .possible_item {
        padding-bottom: 3.1vw;
        gap: 2.1vw;
    }

    .page_reason .reason .possible_item::before {
        margin-bottom: 0;
        width: 7.2vw;
    }

    .page_reason .reason .possible_item .contents {
        font-size: 4.6vw;
    }

    .page_reason .reason .possible_item .contents .note {
        font-size: 3.3vw;
    }

    .page_reason .reason .appeal {
        margin-top: 2.6vw;
        padding-left: 1em;
        text-indent: -1em;
        font-size: 4.1vw;
    }

    .page_reason .bg_sections_page {
        background: url(/wp-content/themes/swell_child/image/bg_reason_syuroushien_upper_sp.svg) no-repeat left top/100% auto, url(/wp-content/themes/swell_child/image/bg_reason_syuroushien_lower_sp.svg) no-repeat left bottom/100% auto;
        position: relative;
    }

    .page_reason .bg_sections_page::before {
        content: "";
        width: 100%;
        height: calc(100% - 9.2vw);
        background: url(/wp-content/themes/swell_child/image/bg_reason_syuroushien_middle_sp.svg) repeat-y left top/100% auto;
        position: absolute;
        top: 4.6vw;
        left: 0;
        z-index: -1;
    }

    .page_reason .voice {
        padding: 20vw 0 0;
        background: none;
    }

    .page_reason .voice::before {
        content: initial;
    }

    .page_reason .voice .list {
        margin-top: 6.4vw;
    }

    .page_reason .support {
        padding: 20vw 0;
    }

    .page_reason .support .img {
        width: 12.8vw;
        bottom: -10.3vw;
        left: -3.8vw;
    }

    .page_reason .message {
        padding: 20.5vw 0 15.4vw;
    }

    .page_reason .message .bg_title {
        top: -8vw;
    }

    .page_reason .message .lead_text .strong {
        font-size: 6.7vw;
    }

    .page_reason .message .cta {
        margin-top: 6.4vw;
    }

    .page_reason .message .guide {
        margin-top: 2.6vw;
    }

    .page_reason .message .illust01 {
        width: 17.9vw;
        bottom: 35.9vw;
        left: -3.8vw;
    }

    /* PC下層ページ 物件一覧ページ */
    .propertylist_cont_sec {
        background: url(/wp-content/themes/swell_child/image/bg_property_sp.png) no-repeat center top -1vw/100%;
    }

    .propertylist_cont_sec .category_list {
        grid-template-columns: repeat(2, 1fr);
        gap: 1.5vw;
    }

    .propertylist_cont_sec .category_item {
        padding: 1.9vw 4.1vw;
        border-radius: 1vw;
        font-size: 3.6vw;
        letter-spacing: 0;
        line-height: 1.1;
        text-align: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .propertylist_cont_sec .category_item::after {
        content: initial;
    }

    .propertylist_cont_sec .list_wrap {
        margin-top: 7.7vw;
        overflow-x: auto;
    }

    .propertylist_cont_sec .list {
        grid-template-columns: 1fr;
        gap: 5.1vw;
    }

    .propertylist_cont_sec .item {
        border-radius: 1vw;
    }

    .propertylist_cont_sec .img img {
        aspect-ratio: 30/17;
    }

    .propertylist_cont_sec .kinds {
        padding: 2.7vw 3.4vw;
        border-radius: 1vw 0 1vw 0;
        font-size: 3.8vw;
    }

    .propertylist_cont_sec .text_block {
        padding: 3.1vw 5.1vw 5.1vw;
    }

    .propertylist_cont_sec .title {
        margin-bottom: 0;
        padding-bottom: 2.6vw;
        font-size: 4.1vw;
        letter-spacing: 0.05em;
        line-height: 1.4;
    }

    .propertylist_cont_sec .detail {
        gap: 2.3vw;
    }

    .propertylist_cont_sec .detail:nth-of-type(3) {
        margin-top: 2.3vw;
    }

    .propertylist_cont_sec .detail_price {
        margin-top: 3.1vw;
    }

    .propertylist_cont_sec .detail_management {
        margin-top: 1.5vw;
    }

    .propertylist_cont_sec .tab {
        width: 16.4vw;
        height: 6.4vw;
        border-radius: 0.5vw;
        font-size: 3.1vw;
    }

    .propertylist_cont_sec .price {
        font-size: 7.2vw;
    }

    .propertylist_cont_sec .price .unit {
        font-size: 4.1vw;
    }

    .propertylist_cont_sec .contents {
        margin-top: 0.5vw;
        font-size: 3.3vw;
        line-height: 1.4;
    }

    .propertylist_cont_sec .detail_block {
        margin-top: 1.8vw;
    }

    .propertylist_cont_sec .button {
        margin: 7.7vw auto 0;
    }

    /* PC下層ページ 物件詳細ページ */
    .single-propertylist_fv {
        padding-top: 30vw;
    }

    .single-propertylist_fv .main_img {
        border-radius: 1vw;
    }

    .single-propertylist_fv .main_img img {
        aspect-ratio: 30/17;
    }

    .single_propertylist .button_contact {
        margin: 1.5vw auto 0;
        width: 71.8vw;
    }

    .single_propertylist .button_contact a {
        padding: 4.1vw 3.8vw;
        font-size: 4.1vw;
    }

    .single_propertylist .button_contact a::after {
        width: 2.8vw;
        top: 50%;
        right: 3.8vw;
    }

    .single_propertylist .common_page_wrap {
        padding: 15vw 0;
    }

    .single_propertylist .wrap {
        display: block;
    }

    .single_propertylist .property_title {
        font-size: 4.6vw;
        line-height: 1.5;
    }

    .single_propertylist .address {
        margin: 2.6vw 0 3.1vw;
    }

    .single_propertylist .contents {
        font-size: 3.6vw;
    }

    .single_propertylist .detail {
        gap: 3.1vw;
    }

    .single_propertylist .detail+.detail {
        margin-top: 3.1vw;
    }

    .single_propertylist .tab {
        padding: 1.3vw 0;
        width: 25%;
        border-radius: 1vw;
        font-size: 3.6vw;
    }

    .single_propertylist .kinds {
        padding: 1.8vw 2.6vw;
        border-radius: 1vw;
        font-size: 3.8vw;
    }

    .single_propertylist .explain_block {
        margin-top: 5.1vw;
        padding: 5.1vw 5.1vw 7.7vw;
        width: 100%;
        border-radius: 1vw;
    }

    .single_propertylist .explain_block .button_contact {
        margin: 1.5vw auto 0;
        width: 71.8vw;
    }

    .single_propertylist .explain_block .button_contact a {
        padding: 4.1vw 3.8vw;
        font-size: 4.1vw;
    }

    .single_propertylist .explain_block .button_contact a::after {
        width: 2.8vw;
        top: 50%;
        right: 3.8vw;
    }

    .single_propertylist .summary {
        font-size: 4.1vw;
        text-align: center;
    }

    .single_propertylist .text {
        margin-top: 2.6vw;
    }

    .single_propertylist .button_contact {
        margin: 0 auto;
    }

    .single_propertylist .lower_block {
        margin-top: 5.1vw;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 7.7vw;
    }

    .single_propertylist .tel_wrap .guide {
        font-size: 3.8vw;
    }

    .single_propertylist .tel_block {
        margin-top: 2vw;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .single_propertylist .tel_block::before {
        margin-bottom: 2px;
        width: 7.7vw;
        background: #0089DE url(/wp-content/themes/swell_child/image/icon_tel.svg) no-repeat center center/4vw;
    }

    .single_propertylist .tel_block a {
        font-size: 7.2vw;
    }

    .single_propertylist .middle_block {
        margin-top: 10vw;
    }

    .single_propertylist .section_block {
        padding: 5.1vw 5.1vw 7.7vw;
        border-radius: 1vw;
    }

    .single_propertylist .sub_section_block:not(:first-of-type) {
        margin-top: 6.4vw;
    }

    .single_propertylist .single_title {
        margin-bottom: 2.1vw;
        font-size: 4.6vw;
        text-align: center;
    }

    .single_propertylist .feature_list {
        gap: 1.5vw;
    }

    .single_propertylist .feature_item {
        padding: 2.1vw 1vw;
        width: 25.5vw;
        border-radius: 1vw;
        font-size: 3.1vw;
    }

    .single_propertylist .single_subtitle {
        font-size: 3.8vw;
        gap: 2.1vw;
    }

    .single_propertylist .single_subtitle::before {
        margin-top: 1.2vw;
        width: 4.6vw;
    }

    .single_propertylist .recommend_item+.recommend_item {
        margin-top: 3.8vw;
    }

    .single_propertylist .single_contents {
        margin-top: 2.1vw;
    }

    .single_propertylist .table_style>dl {
        font-size: 3.3vw;
        line-height: 1.6;
    }

    .single_propertylist .table_style>dl dt {
        width: 28.2vw;
    }

    .single_propertylist .table_style>dl dd {
        width: calc(100% - 28.2vw);
        padding: 1.3vw 2.1vw;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .single_propertylist .simulations table {
        margin: 2.1vw auto;
        width: 100%;
    }

    .single_propertylist .simulations table th,
    .single_propertylist .simulations table td {
        padding: 3.1vw;
        font-size: 3.3vw;
    }

    .single_propertylist .simulations table th {
        width: 28.2vw;
        font-size: 4.1vw;
    }

    .single_propertylist .simulations table .colors * {
        font-size: 3.8vw;
    }

    .single_propertylist .simulations table .colors * {
        font-size: 3.8vw;
    }

    .single_propertylist .simulations table .colors td {
        font-size: 4.1vw;
    }

    .single_propertylist .simulations_note {
        font-size: 3.1vw;
    }

    .single_propertylist .simulations .note_title {
        margin-top: 3.8vw;
        font-size: 3.8vw;
    }

    .single_propertylist .simulations .button_contact {
        margin: 5.1vw auto 0;
    }

    .single_propertylist .photo_block {
        margin-top: 10vw;
    }

    .single_propertylist .properties_img_slider .bx-wrapper {
        margin-bottom: 2.6vw;
    }

    .single_propertylist ul.properties_bxslider li {
        height: 60vw;
    }

    .single_propertylist ul.properties_bxslider_thumbnail {
        height: 32.1vw;
        gap: 1.3vw;
    }

    .single_propertylist ul.properties_bxslider_thumbnail li {
        height: 15.4vw;
    }

    .single_propertylist .table_style>dl.ww50,
    .single_propertylist .table_style>dl.ww45 {
        width: 100%;
    }

    .single_propertylist .access_block {
        margin-top: 10vw;
    }

    .single_propertylist .access_block .map {
        margin: 2.6vw auto 0;
        aspect-ratio: 10/5;
    }

    .single_propertylist .access_block .table_style {
        margin-top: 3.8vw;
    }

    .single_propertylist .access_block .button_contact {
        margin: 6.4vw auto 0;
    }

    /* PC下層ページ お知らせ一覧ページ */
    .category-news .l-content {
        background: url(/wp-content/themes/swell_child/image/bg_property_sp.png) no-repeat center top -1vw/100%;
    }

    /* PC下層ページ お知らせ詳細ページ */
    .single-post .l-content {
        padding-top: 8em;
        background: url(/wp-content/themes/swell_child/image/bg_property_sp.png) no-repeat center top -1vw/100%;
    }

    /* PC404ページ */
    .-sidebar-off .l-article,
    .lp-content .l-article {
        padding-top: 20.5vw;
    }
}