@charset "UTF-8";

/* Regular - 700 */
/*
Theme Name: child
Theme URI:
Description:
Template: twentytwentyone
Author: makesview
Author URI: https://makes-view.co.jp/
Version: 1.0.0
*/
html,
button,
input,
select,
textarea {
    /* 不要な指定は消す */
    font-family: "Zen Kaku Gothic New", sans-serif;
}

body {
    color: #24292C;
    font-size: 16px;
    letter-spacing: 0.005em;
    line-height: 1.8;
    min-width: 1440px;
    position: relative;
}

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

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

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

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

.wrap.mid {
    width: 1240px;
}

.wrap.lr {
    width: 1340px;
}

/* PC固定ページ 共通設定 */
.common_page_main {
    background: #F5F5F5;
    margin-block: 0 1em;
    padding-block: 140px;
}

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

.common_page_main .title_box .title {
    font-size: 40px;
    font-weight: 700;
    letter-spacing: 0.08em;
    line-height: 1.5;
}

.common_page_wrap {
    padding: 150px 0;
}

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

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

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

.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 {
    align-items: center;
    display: grid;
    gap: 80px;
    grid-template-columns: 26.5% 1fr;
}

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

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

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

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

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

.common_contact_form .form_box .hissu {
    background: #C70000;
    border-radius: 100vmax;
    color: #fff;
    display: inline-block;
    flex-shrink: 0;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.2em;
    padding: 0.2em 0.9em;
}

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

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

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

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

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

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

.common_contact_form select,
.common_contact_form .hasDatepicker[type=text] {
    background: #FFFFFF;
    border: 1px solid #E6E6E6;
    border-radius: 4px;
    font-size: 14px;
    letter-spacing: 0.08em;
    padding: 1em 1em;
    width: 47.5%;
}

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

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

.page_contact #btn_wrap button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #1F7EF9;
    border: none;
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 18px;
    font-weight: 900;
    letter-spacing: 0.08em;
    line-height: 60px;
    margin: auto;
    outline: none;
    padding: 0;
    text-align: center;
    transition: 0.3s;
    width: 310px;
}

.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 {
    border-left: solid 3px #ccc;
    font-size: 13px;
    margin-bottom: 5px;
    padding-left: 1em;
}

.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 {
    background: #FFFFFF;
    border-bottom: solid 1px #e3e3e3;
    border-top: solid 1px #e3e3e3;
    margin: 0 auto;
    padding: 30px 0;
    width: 60%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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;
    margin-bottom: 20px;
    text-align: center;
}

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

.page_contact .thanks_textArea .ichiran_link {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #1F7EF9;
    border: none;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.08em;
    line-height: 50px;
    margin: 0 auto;
    outline: none;
    padding: 0;
    text-align: center;
    text-decoration: none;
    transition: 0.3s;
    width: 300px;
}

.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 {
    align-items: center;
    display: flex;
    gap: 5.6em;
    justify-content: center;
    margin-block: 0 3em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.wp-pagenavi a:hover {
    background: #1F7EF9;
    border-color: #1F7EF9;
    color: #FFF;
}

.wp-pagenavi .current {
    background: #1F7EF9;
    border-color: #1F7EF9;
    color: #FFF;
    font-weight: bold;
}

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

.sp {
    display: none;
}

.site-main {
    background: #F0F7F8;
}

.page-main {
    background: #F0F7F8;
}

.error404 .page-header {
    padding-top: 150px;
}

.error-404 {
    padding-bottom: 150px;
}

/* 共通パーツ */
.common_btn01 {
    align-items: center;
    background: #1F7EF9;
    border-radius: 27px;
    display: flex;
    gap: 24px;
    overflow: hidden;
    padding: 10px;
    position: relative;
    width: min(100%, 200px);
}

.common_btn01::before {
    aspect-ratio: 1/1;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 100vh;
    content: "";
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%) scale(0);
    transition: 0.5s;
    width: 250px;
}

.common_btn01_icon01 {
    aspect-ratio: 1/1;
    background: #FFFFFF;
    border-radius: 100vh;
    display: grid;
    place-items: center;
    width: 34px;
}

.common_btn01_icon01 img {
    -o-object-fit: contain;
    aspect-ratio: 1/1;
    height: auto;
    object-fit: contain;
    width: 18px;
}

.common_btn01_text {
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.0005em;
    line-height: 1.5;
}

.common_btn01_icon02 {
    background: url(./image/icon17.png) center center/contain no-repeat;
    content: "";
    height: 14px;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    width: 7px;
}

.common_btn02 {
    align-items: center;
    display: flex;
    gap: 29px;
}

.common_btn02_text {
    background-image: linear-gradient(90deg, #06B4F1, #06B4F1);
    background-position: left bottom;
    background-repeat: no-repeat;
    background-size: 0 1px;
    color: #06B4F1;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.0005em;
    line-height: 1.5;
    text-decoration: none;
    transition: 0.5s;
}

.common_btn02_icon {
    aspect-ratio: 1/1;
    background: #F0F7F8;
    border-radius: 100vh;
    display: grid;
    place-items: center;
    position: relative;
    transition: 0.5s;
    width: 75px;
}

.common_btn02_icon img {
    -o-object-fit: contain;
    aspect-ratio: 1/2;
    object-fit: contain;
    width: 12px;
}

.common_btn02_icon::before {
    aspect-ratio: 1/1;
    background: #C5E6F2;
    border-radius: 100vh;
    content: "";
    left: 50%;
    position: absolute;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: 0.5s;
    width: 60px;
    z-index: -1;
}

.common_btn03_wrap {
    padding-top: 29px;
    position: relative;
    width: min(100%, 330px);
}

.common_btn03_deco {
    background: #FCE952;
    border-radius: 5px;
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    left: 50%;
    letter-spacing: 0.0005em;
    line-height: 1.5;
    padding: 7px;
    position: absolute;
    text-align: center;
    top: 0;
    transform: translateX(-50%);
    width: min(100%, 250px);
    z-index: 1;
}

.common_btn03_deco::before {
    background: #FCE952;
    bottom: -10px;
    clip-path: polygon(50% 100%, 0 0, 100% 0);
    content: "";
    height: 10px;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    width: 14px;
}

.common_btn03 {
    background: #1F7EF9;
    border: 5px solid #FFFFFF;
    border-radius: 50px;
    display: block;
    overflow: hidden;
    padding: 26px 10px;
    position: relative;
    text-align: center;
    box-shadow: 0 3px 10px 0 rgba(12, 80, 87, 0.1);
}

.common_btn03::before {
    aspect-ratio: 1/1;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 100vh;
    content: "";
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%) scale(0);
    transition: 0.5s;
    width: 350px;
}

.common_btn03_icon01 {
    aspect-ratio: 1/1;
    background: #FFFFFF;
    border-radius: 100vh;
    display: grid;
    place-items: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
}

.common_btn03_icon01 img {
    -o-object-fit: contain;
    aspect-ratio: 1/1;
    height: auto;
    object-fit: contain;
    width: 25px;
}

.common_btn03_text {
    color: #FFFFFF;
    display: block;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.0005em;
    line-height: 1;
}

.common_btn03_icon02 {
    background: url(./image/icon17.png) center center/contain no-repeat;
    content: "";
    height: 18px;
    position: absolute;
    right: 25px;
    top: 50%;
    transform: translateY(-50%);
    width: 9px;
}

.common_btn04_wrap {
    padding-top: 29px;
    position: relative;
    width: min(100%, 330px);
}

.common_btn04_deco {
    background: #FCE952;
    border-radius: 5px;
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    left: 50%;
    letter-spacing: 0.0005em;
    line-height: 1.5;
    padding: 7px;
    position: absolute;
    text-align: center;
    top: 0;
    transform: translateX(-50%);
    width: min(100%, 250px);
    z-index: 1;
}

.common_btn04_deco::before {
    background: #FCE952;
    bottom: -10px;
    clip-path: polygon(50% 100%, 0 0, 100% 0);
    content: "";
    display: inline-block;
    height: 10px;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    width: 14px;
}

.common_btn04 {
    background: #FFFFFF;
    border: 5px solid #1F7EF9;
    border-radius: 50px;
    display: block;
    overflow: hidden;
    padding: 26px 10px;
    position: relative;
    box-shadow: 0 3px 10px 0 rgba(12, 80, 87, 0.1);
}

.common_btn04::before {
    aspect-ratio: 1/1;
    background: rgba(6, 180, 241, 0.1);
    border-radius: 100vh;
    content: "";
    display: inline-block;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%) scale(0);
    transition: 0.5s;
    width: 350px;
}

.common_btn04_icon01 {
    aspect-ratio: 1/1;
    background: #1F7EF9;
    border-radius: 100vh;
    display: grid;
    left: 10px;
    place-items: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
}

.common_btn04_icon01 img {
    -o-object-fit: contain;
    aspect-ratio: 1/1;
    height: auto;
    object-fit: contain;
    width: 25px;
}

.common_btn04_text {
    color: #1F7EF9;
    display: block;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.0005em;
    line-height: 1;
    text-align: center;
}

.common_btn04_icon02 {
    background: url(./image/icon18.png) center center/contain no-repeat;
    content: "";
    height: 18px;
    position: absolute;
    right: 25px;
    top: 50%;
    transform: translateY(-50%);
    width: 9px;
}

.common_btn05_wrap {
    padding-top: 29px;
    position: relative;
    width: min(100%, 330px);
}

.common_btn05_deco {
    background: #FCE952;
    border-radius: 5px;
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    left: 50%;
    letter-spacing: 0.0005em;
    line-height: 1.5;
    padding: 7px;
    position: absolute;
    text-align: center;
    top: 0;
    transform: translateX(-50%);
    width: min(100%, 250px);
    z-index: 1;
}

.common_btn05_deco::before {
    background: #FCE952;
    bottom: -5px;
    clip-path: polygon(50% 100%, 0 0, 100% 0);
    content: "";
    height: 10px;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    width: 14px;
}

.common_btn05 {
    background: #06C755;
    border: 5px solid #FFFFFF;
    border-radius: 50px;
    display: block;
    overflow: hidden;
    padding: 26px 10px;
    position: relative;
    box-shadow: 0 3px 10px 0 rgba(12, 80, 87, 0.1);
}

.common_btn05::before {
    aspect-ratio: 1/1;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 100vh;
    content: "";
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%) scale(0);
    transition: 0.5s;
    width: 350px;
}

.common_btn05_icon01 {
    aspect-ratio: 1/1;
    background: #FFFFFF;
    border-radius: 100vh;
    display: grid;
    left: 10px;
    place-items: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
}

.common_btn05_icon01 img {
    -o-object-fit: contain;
    aspect-ratio: 1/1;
    height: auto;
    object-fit: contain;
    width: 25px;
}

.common_btn05_text {
    color: #FFFFFF;
    display: block;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.0005em;
    line-height: 1;
    text-align: center;
}

.common_btn05_icon02 {
    background: url(./image/icon17.png) center center/contain no-repeat;
    content: "";
    height: 18px;
    position: absolute;
    right: 25px;
    top: 50%;
    transform: translateY(-50%);
    width: 9px;
}

.common_btn06 {
    background: #1F7EF9;
    border: 3px solid #FFFFFF;
    border-radius: 50px;
    display: block;
    overflow: hidden;
    padding: 17.5px 10px;
    position: relative;
    text-align: center;
    width: min(100%, 250px);
    box-shadow: 0 3px 10px 0 rgba(12, 80, 87, 0.1);
}

.common_btn06::before {
    aspect-ratio: 1/1;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 100vh;
    content: "";
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%) scale(0);
    transition: 0.5s;
    width: 250px;
}

.common_btn06_icon01 {
    aspect-ratio: 1/1;
    background: #FFFFFF;
    border-radius: 100vh;
    display: grid;
    left: 7px;
    place-items: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 35px;
}

.common_btn06_icon01 img {
    -o-object-fit: contain;
    aspect-ratio: 1/1;
    height: auto;
    object-fit: contain;
    width: 22px;
}

.common_btn06_text {
    color: #FFFFFF;
    display: block;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.0005em;
    line-height: 1;
}

.common_btn06_icon02 {
    background: url(./image/icon17.png) center center/contain no-repeat;
    content: "";
    height: 14px;
    position: absolute;
    right: 21px;
    top: 50%;
    transform: translateY(-50%);
    width: 7px;
}

.common_btn07 {
    background: #FFFFFF;
    border: 3px solid #1F7EF9;
    border-radius: 50px;
    display: block;
    overflow: hidden;
    padding: 17.5px 10px;
    position: relative;
    text-align: center;
    width: min(100%, 250px);
    box-shadow: 0 3px 10px 0 rgba(12, 80, 87, 0.1);
}

.common_btn07::before {
    aspect-ratio: 1/1;
    background: rgba(6, 180, 241, 0.1);
    border-radius: 100vh;
    content: "";
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%) scale(0);
    transition: 0.5s;
    width: 250px;
}

.common_btn07_icon01 {
    aspect-ratio: 1/1;
    background: #1F7EF9;
    border-radius: 100vh;
    display: grid;
    left: 7px;
    place-items: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 35px;
}

.common_btn07_icon01 img {
    -o-object-fit: contain;
    aspect-ratio: 1/1;
    height: auto;
    object-fit: contain;
    width: 22px;
}

.common_btn07_text {
    color: #1F7EF9;
    display: block;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.0005em;
    line-height: 1;
}

.common_btn07_icon02 {
    background: url(./image/icon18.png) center center/contain no-repeat;
    content: "";
    height: 14px;
    position: absolute;
    right: 21px;
    top: 50%;
    transform: translateY(-50%);
    width: 7px;
}

.common_btn08 {
    background: #06C755;
    border: 3px solid #FFFFFF;
    border-radius: 50px;
    display: block;
    overflow: hidden;
    padding: 17.5px 10px;
    position: relative;
    text-align: center;
    width: min(100%, 250px);
    box-shadow: 0 3px 10px 0 rgba(12, 80, 87, 0.1);
}

.common_btn08::before {
    aspect-ratio: 1/1;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 100vh;
    content: "";
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%) scale(0);
    transition: 0.5s;
    width: 250px;
}

.common_btn08_icon01 {
    aspect-ratio: 1/1;
    background: #FFFFFF;
    border-radius: 100vh;
    display: grid;
    left: 7px;
    place-items: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 35px;
}

.common_btn08_icon01 img {
    -o-object-fit: contain;
    aspect-ratio: 1/1;
    height: auto;
    object-fit: contain;
    width: 22px;
}

.common_btn08_text {
    color: #FFFFFF;
    display: block;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.0005em;
    line-height: 1;
}

.common_btn08_icon02 {
    background: url(./image/icon17.png) center center/contain no-repeat;
    content: "";
    height: 14px;
    position: absolute;
    right: 21px;
    top: 50%;
    transform: translateY(-50%);
    width: 7px;
}

.common_btn09 {
    align-items: center;
    display: flex;
    gap: 20px;
}

.common_btn09_text {
    background-image: linear-gradient(90deg, #FFFFFF, #FFFFFF);
    background-position: left bottom;
    background-repeat: no-repeat;
    background-size: 0 1px;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.0005em;
    line-height: 1.5;
    text-decoration: none;
    transition: 0.5s;
}

.common_btn09_icon {
    aspect-ratio: 1/1;
    background: #FFFFFF;
    border-radius: 100vh;
    display: grid;
    place-items: center;
    position: relative;
    transition: 0.5s;
    width: 50px;
}

.common_btn09_icon img {
    -o-object-fit: contain;
    aspect-ratio: 1/2;
    object-fit: contain;
    width: 6.67px;
}

.common_btn09_icon::before {
    aspect-ratio: 1/1;
    background: #C5E6F2;
    border-radius: 100vh;
    content: "";
    left: 50%;
    position: absolute;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: 0.5s;
    width: 40px;
    z-index: -1;
}

.common_btn10 {
    align-items: center;
    display: flex;
    gap: 29px;
    position: relative;
    width: fit-content;
}

.common_btn10_large {
    gap: 47px;
}

.common_btn10_text {
    background-image: linear-gradient(90deg, #06B4F1, #06B4F1);
    background-position: left bottom;
    background-repeat: no-repeat;
    background-size: 0 1px;
    color: #06B4F1;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.0005em;
    line-height: 1.5;
    text-decoration: none;
    transition: 0.5s;
}

.common_btn10_icon {
    aspect-ratio: 1/1;
    border-radius: 100vh;
    display: grid;
    place-items: center;
    position: relative;
    transition: 0.5s;
    width: 75px;
    z-index: 1;
}

.common_btn10_icon img {
    -o-object-fit: contain;
    aspect-ratio: 1/2;
    object-fit: contain;
    position: relative;
    width: 14px;
    z-index: 2;
}

.common_btn10_icon::before {
    aspect-ratio: 1/1;
    background: #FFFFFF;
    border-radius: 100vh;
    content: "";
    left: 0;
    position: absolute;
    top: 0;
    width: 75px;
    z-index: 1;
}

.common_btn10_icon::after {
    aspect-ratio: 1/1;
    background: #C5E6F2;
    border-radius: 100vh;
    content: "";
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: 0.5s;
    width: 60px;
    z-index: 0;
}

.common_btn10_icon_pale::after {
    background: #F0F7F8;
}

.common_btn11 {
    background: #1F7EF9;
    border-radius: 10px;
    display: inline-block;
    flex-shrink: 0;
    overflow: hidden;
    padding: 15px 10px;
    position: relative;
    text-align: center;
    width: 75px;
}

.common_btn11::before {
    aspect-ratio: 1/1;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 100vh;
    content: "";
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%) scale(0);
    transition: 0.5s;
    width: 200px;
}

.common_btn11_icon {
    aspect-ratio: 1/1;
    background: #FFFFFF;
    border-radius: 100vh;
    display: inline-block;
    display: grid;
    margin-inline: auto;
    place-items: center;
    width: 40px;
}

.common_btn11_icon img {
    -o-object-fit: contain;
    aspect-ratio: 1/1;
    height: auto;
    object-fit: contain;
    width: 20px;
}

.common_btn11_text {
    color: #FFFFFF;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.005em;
    line-height: 1.46;
    margin-top: 5px;
}

.common_btn12 {
    background: #FFFFFF;
    border: 2px solid #1F7EF9;
    border-radius: 10px;
    display: inline-block;
    flex-shrink: 0;
    overflow: hidden;
    padding: 13px 5px;
    position: relative;
    text-align: center;
    width: 75px;
}

.common_btn12::before {
    aspect-ratio: 1/1;
    background: rgba(6, 180, 241, 0.1);
    border-radius: 100vh;
    content: "";
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%) scale(0);
    transition: 0.5s;
    width: 200px;
}

.common_btn12_icon {
    aspect-ratio: 1/1;
    background: #1F7EF9;
    border-radius: 100vh;
    display: inline-block;
    display: grid;
    margin-inline: auto;
    place-items: center;
    width: 40px;
}

.common_btn12_icon img {
    -o-object-fit: contain;
    aspect-ratio: 1/1;
    height: auto;
    object-fit: contain;
    width: 20px;
}

.common_btn12_text {
    color: #1F7EF9;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.005em;
    line-height: 1.46;
    margin-top: 5px;
}

.common_btn13 {
    background: #06C755;
    border-radius: 10px;
    display: inline-block;
    flex-shrink: 0;
    overflow: hidden;
    padding: 15px 5px;
    position: relative;
    text-align: center;
    width: 75px;
}

.common_btn13::before {
    aspect-ratio: 1/1;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 100vh;
    content: "";
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%) scale(0);
    transition: 0.5s;
    width: 200px;
}

.common_btn13_icon {
    aspect-ratio: 1/1;
    background: #FFFFFF;
    border-radius: 100vh;
    display: inline-block;
    display: grid;
    margin-inline: auto;
    place-items: center;
    width: 40px;
}

.common_btn13_icon img {
    -o-object-fit: contain;
    aspect-ratio: 1/1;
    height: auto;
    object-fit: contain;
    width: 20px;
}

.common_btn13_text {
    color: #FFFFFF;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.005em;
    line-height: 1.46;
    margin-top: 5px;
}

.common_btn13_text .small {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.005em;
    line-height: 1.58;
}

@-webkit-keyframes flip-overshoot {
    0% {
        -webkit-transform: rotateY(0deg);
        transform: rotateY(0deg);
    }

    70% {
        -webkit-transform: rotateY(200deg);
        transform: rotateY(200deg);
    }

    100% {
        -webkit-transform: rotateY(180deg);
        transform: rotateY(180deg);
    }
}

@-moz-keyframes flip-overshoot {
    0% {
        -moz-transform: rotateY(0deg);
        transform: rotateY(0deg);
    }

    70% {
        -moz-transform: rotateY(200deg);
        transform: rotateY(200deg);
    }

    100% {
        -moz-transform: rotateY(180deg);
        transform: rotateY(180deg);
    }
}

@keyframes flip-overshoot {
    0% {
        -webkit-transform: rotateY(0deg);
        -moz-transform: rotateY(0deg);
        transform: rotateY(0deg);
    }

    70% {
        -webkit-transform: rotateY(200deg);
        -moz-transform: rotateY(200deg);
        transform: rotateY(200deg);
    }

    100% {
        -webkit-transform: rotateY(180deg);
        -moz-transform: rotateY(180deg);
        transform: rotateY(180deg);
    }
}

@-webkit-keyframes flip-back {
    0% {
        -webkit-transform: rotateY(180deg);
        transform: rotateY(180deg);
    }

    30% {
        -webkit-transform: rotateY(-20deg);
        transform: rotateY(-20deg);
    }

    100% {
        -webkit-transform: rotateY(0deg);
        transform: rotateY(0deg);
    }
}

@-moz-keyframes flip-back {
    0% {
        -moz-transform: rotateY(180deg);
        transform: rotateY(180deg);
    }

    30% {
        -moz-transform: rotateY(-20deg);
        transform: rotateY(-20deg);
    }

    100% {
        -moz-transform: rotateY(0deg);
        transform: rotateY(0deg);
    }
}

@keyframes flip-back {
    0% {
        -webkit-transform: rotateY(180deg);
        -moz-transform: rotateY(180deg);
        transform: rotateY(180deg);
    }

    30% {
        -webkit-transform: rotateY(-20deg);
        -moz-transform: rotateY(-20deg);
        transform: rotateY(-20deg);
    }

    100% {
        -webkit-transform: rotateY(0deg);
        -moz-transform: rotateY(0deg);
        transform: rotateY(0deg);
    }
}

.common_card01 {
    overflow: visible;
    padding-inline: 17.5px;
    pointer-events: auto;
    position: relative;
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    perspective: 1000px;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transition: transform 0.6s cubic-bezier(0.55, -0.22, 0.66, 1);
    -moz-transition: transform 0.6s cubic-bezier(0.55, -0.22, 0.66, 1);
    transition: transform 0.6s cubic-bezier(0.55, -0.22, 0.66, 1);
    z-index: 1;
}

.common_card01::before {
    bottom: -10px;
    content: "";
    left: -10px;
    pointer-events: auto;
    position: absolute;
    right: -10px;
    top: -10px;
    z-index: -1;
}

.common_card01_inner {
    aspect-ratio: 300/450;
    height: 100%;
    position: relative;
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    transform: rotateY(0deg);
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    width: 100%;
}

.common_card01_front,
.common_card01_back {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    height: 100%;
    pointer-events: auto;
    position: absolute;
    width: 100%;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.common_card01_front::before,
.common_card01_back::before {
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
}

.common_card01_front {
    z-index: 2;
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    transform: rotateY(0deg);
}

.common_card01_back {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    transform: rotateY(180deg);
    z-index: 1;
}

.common_card01_link {
    border-radius: 30px;
    display: block;
    height: 100%;
    padding: 25px;
    position: relative;
}

.common_card01_img {
    height: 100%;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}

.common_card01_img img {
    -o-object-fit: cover;
    aspect-ratio: 300/450;
    border-radius: 30px;
    height: auto;
    object-fit: cover;
    width: 100%;
}

.common_card01_img::after {
    background-image: linear-gradient(to right, rgb(36, 41, 44) 0%, rgba(36, 41, 44, 0) 100%);
    border-radius: 30px;
    content: "";
    height: 100%;
    left: 0;
    mix-blend-mode: multiply;
    opacity: 0.13;
    position: absolute;
    top: 0;
    width: 100%;
}

.common_card01_body {
    display: flex;
    flex-direction: column;
    height: 100%;
    position: relative;
    z-index: 1;
}

.common_card01_number {
    text-align: center;
    width: -moz-fit-content;
    width: fit-content;
}

.common_card01_number .small {
    color: #FFFFFF;
    display: block;
    font-family: "Quicksand", sans-serif;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.05em;
    line-height: 1;
}

.common_card01_number .big {
    color: #FFFFFF;
    display: block;
    font-family: "Quicksand", sans-serif;
    font-size: 40px;
    font-weight: 700;
    letter-spacing: 0.05em;
    line-height: 1;
    margin-top: 5px;
}

.common_card01_bottomwrap {
    margin-top: auto;
    position: relative;
}

.common_card01_name_en {
    color: #FFFFFF;
    font-family: "Quicksand", sans-serif;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.05em;
    line-height: 1.25;
}

.common_card01_name_ja {
    color: #FFFFFF;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 0.02em;
    line-height: 1.46;
}

@keyframes popup-scale {
    0% {
        opacity: 0;
        transform: scale(0);
    }

    50% {
        opacity: 1;
        transform: scale(1.1);
    }

    100% {
        opacity: 1;
        transform: scale(1);
    }
}

.common_card01_btnwrap {
    display: flex;
    justify-content: center;
    width: 100%;
    z-index: 3;
}

.common_card01_back_img {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
}

.common_card01_back_img img {
    -o-object-fit: cover;
    border-radius: 30px;
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.common_card01_back_img::after {
    background-image: linear-gradient(to right, rgba(36, 41, 44, 0) 0%, rgba(36, 41, 44, 0.25) 100%);
    border-radius: 30px;
    content: "";
    height: 100%;
    left: 0;
    mix-blend-mode: multiply;
    opacity: 0.13;
    position: absolute;
    top: 0;
    width: 100%;
}

.common_card01_badgewrap {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    position: absolute;
    right: -20px;
    rotate: 5deg;
    top: 20px;
    width: min(100%, 185px);
    z-index: 3;
    justify-content: flex-end;
}

.common_card01_badgewrap_sp {
    display: none;
}

.common_card01_badge {
    opacity: 0;
    transform: scale(0);
    transition: opacity 0.3s ease;
    width: 90px;
}

.common_card01_front .common_card01_badge {
    opacity: 1;
    transform: scale(1);
}

.common_card01_badge img {
    -o-object-fit: contain;
    aspect-ratio: 90/108.61;
    height: auto;
    object-fit: contain;
    width: 100%;
}

.common_card02 {
    background: #FFFFFF;
    border-radius: 30px;
    padding: 26px 20px;
    position: relative;
}

.common_card02_link {
    display: block;
    transition: 0.5s;
}

.common_card02_img {
    border-radius: 10px;
    overflow: hidden;
    width: 100%;
}

.common_card02_img img {
    -o-object-fit: cover;
    aspect-ratio: 1;
    height: auto;
    object-fit: cover;
    width: 100%;
    object-position: center;
}

.common_card02_body {
    display: flex;
    flex-direction: column;
    margin-top: 15px;
}

.common_card02_title {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    color: #06B4F1;
    display: -webkit-box;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.005em;
    line-height: 1.3;
    min-height: 42px;
    overflow: hidden;
}

.common_card02_txt {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.005em;
    line-height: 1.5;
    margin-top: 15px;
    min-height: 72px;
    overflow: hidden;
}

.common_cards02 {
    display: grid;
    gap: 50px 20px;
    grid-template-columns: repeat(3, 1fr);
}

.common_cards03 {
    display: grid;
    gap: 30px 20px;
    grid-template-columns: repeat(4, 1fr);
}

.common_contact_container {
    background: #1F7EF9;
    border: 10px solid #FFFFFF;
    border-radius: 40px;
    padding-block: 70px 51px;
    position: relative;
    z-index: 1;
}

.common_contact_container::after {
    background: url(./image/contact_bg01.png) center center/cover no-repeat;
    content: "";
    height: calc(100% + 20px);
    left: 50%;
    mix-blend-mode: multiply;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: calc(100% + 20px);
}

.common_contact_wrap {
    margin-inline: auto;
    position: relative;
    width: min(100%, 1030px);
    z-index: 1;
}

.common_contact_headline {
    margin-inline: auto;
    position: relative;
    width: -moz-fit-content;
    width: fit-content;
}

.common_contact_headline_deco {
    left: -26.7px;
    position: absolute;
    top: -138.92px;
    width: 351.66px;
}

.common_contact_headline_deco img {
    -o-object-fit: contain;
    aspect-ratio: 351.66/162.12;
    height: auto;
    object-fit: contain;
    width: 100%;
}

.common_contact_text {
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.005em;
    line-height: 1.5;
    margin-top: 15px;
    text-align: center;
}

.common_contact_btnwrap {
    align-items: center;
    display: flex;
    gap: 20px;
    justify-content: center;
    margin-top: 35px;
}

.common_contact_tel {
    background: #F0F7F8;
    border-radius: 20px;
    margin-top: 20px;
    padding: 25px 25px 25px 59px;
    text-align: center;
}

.common_contact_telwrap {
    align-items: center;
    display: flex;
}

.common_contact_tel_label {
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.005em;
    line-height: 1.45;
}

.common_contact_tel_number {
    align-items: center;
    display: flex;
    gap: 10px;
    margin-left: 60px;
}

.common_contact_tel_number_icon {
    aspect-ratio: 1/1;
    background: #06B4F1;
    border-radius: 100vh;
    display: grid;
    place-items: center;
    width: 35px;
}

.common_contact_tel_number_icon img {
    -o-object-fit: contain;
    aspect-ratio: 1/1;
    height: auto;
    object-fit: contain;
    width: 20px;
}

.common_contact_tel_number_text {
    font-family: "Quicksand", sans-serif;
    font-size: 48px;
    font-weight: 700;
    letter-spacing: 0.045em;
    line-height: 1.25;
}

.common_contact_tel_time {
    color: #6C6F71;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.005em;
    line-height: 1.43;
    margin-left: 15px;
}

.common_follow_pc {
    border-radius: 20px 0 0 20px;
    bottom: 50px;
    overflow: hidden;
    position: fixed;
    right: -260px;
    transition: 0.5s;
    z-index: 100;
}

.common_follow_pc_container {
    display: flex;
}

.common_follow_pc_label {
    align-items: center;
    background: #1F7EF9;
    display: flex;
    flex-direction: column;
    gap: 20px;
    justify-content: center;
    width: 60px;
}

.common_follow_pc_label_text {
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.005em;
    line-height: 1;
    writing-mode: vertical-lr;
}

.common_follow_pc_label_icon {
    aspect-ratio: 1/2;
    display: grid;
    width: 7px;
}

.common_follow_pc_label_icon img {
    -o-object-fit: contain;
    aspect-ratio: 1/2;
    height: auto;
    object-fit: contain;
    width: 100%;
}

.common_follow_pc_body {
    background: #FFFFFF;
    border: 3px solid #1F7EF9;
    border-left: none;
    padding: 27px 12px 28px 10px;
}

.common_follow_pc_btnwrap {
    align-items: center;
    display: flex;
    gap: 5px;
}

.common_follow_pc_telwrap {
    display: flex;
    gap: 5px;
    margin-top: 13px;
    padding-left: 24px;
}

.common_follow_pc_tel_icon {
    aspect-ratio: 1/1;
    background: #06B4F1;
    border-radius: 100vh;
    display: grid;
    display: grid;
    place-items: center;
    width: 30px;
}

.common_follow_pc_tel_icon img {
    -o-object-fit: contain;
    aspect-ratio: 1/1;
    height: auto;
    object-fit: contain;
    width: 18px;
}

.common_follow_pc_tel_text {
    font-family: "Quicksand", sans-serif;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 0em;
    line-height: 1.25;
}

body .sk-posts-header,
body .sk-posts-footer,
body .sk_branding {
    display: none !important;
    padding: 0 !important;
}

body .sk_branding .tutorial_link {
    display: none !important;
}

.common_follow_pc_text {
    font-size: 10px;
    font-weight: 500;
    letter-spacing: 0.01em;
    line-height: 1.5;
    margin-top: 5px;
    text-align: center;
}

.common_follow_sp {
    display: none;
}

.common_follow_sp_container {
    display: flex;
}

.common_headline01 {
    position: relative;
    width: -moz-fit-content;
    width: fit-content;
}

.common_headline01_sub {
    font-family: "Quicksand", sans-serif;
    font-size: 64px;
    font-weight: 700;
    letter-spacing: 0.05em;
    line-height: 1.25;
}

.common_headline01_main {
    align-items: center;
    color: #06B4F1;
    display: flex;
    font-size: 18px;
    font-weight: 700;
    gap: 20px;
    letter-spacing: 0em;
    line-height: 1.44;
}

.common_headline01_main::after {
    background-image: radial-gradient(circle, #06B4F1 2.5px, transparent 2.5px);
    background-position: center left;
    background-repeat: repeat-x;
    background-size: 10px 10px;
    content: "";
    height: 5px;
    width: 60px;
}

.common_headline02 {
    margin-inline: auto;
    padding-top: 68px;
    position: relative;
    width: -moz-fit-content;
    width: fit-content;
}

.common_headline02_sub {
    font-family: "Quicksand", sans-serif;
    font-size: 64px;
    font-weight: 700;
    letter-spacing: 0.05em;
    line-height: 1.25;
    text-align: center;
}

.common_headline02_main {
    align-items: center;
    color: #06B4F1;
    display: flex;
    font-size: 18px;
    font-weight: 700;
    gap: 20px;
    justify-content: center;
    letter-spacing: 0.05em;
    line-height: 1.44;
}

.common_headline02_main::before,
.common_headline02_main::after {
    background-image: radial-gradient(circle, #06B4F1 2.5px, transparent 2.5px);
    background-repeat: repeat-x;
    background-size: 10px 10px;
    content: "";
    height: 5px;
    width: 60px;
}

.common_headline02_main::before {
    background-position: center right;
}

.common_headline02_main::after {
    background-position: center left;
}

.common_headline03 {
    margin-inline: auto;
    position: relative;
    width: -moz-fit-content;
    width: fit-content;
}

.common_headline03_sub {
    color: #FFFFFF;
    font-family: "Quicksand", sans-serif;
    font-size: 64px;
    font-weight: 700;
    letter-spacing: 0.05em;
    line-height: 1.25;
    text-align: center;
}

.common_headline03_main {
    align-items: center;
    color: #06B4F1;
    color: #FFFFFF;
    display: flex;
    font-size: 18px;
    font-weight: 700;
    gap: 20px;
    justify-content: center;
    letter-spacing: 0.05em;
    line-height: 1.44;
}

.common_headline03_main::before,
.common_headline03_main::after {
    background-image: radial-gradient(circle, #FFFFFF 2.5px, transparent 2.5px);
    background-repeat: repeat-x;
    background-size: 10px 10px;
    content: "";
    height: 10px;
    width: 60px;
}

.common_headline03_main::before {
    background-position: center right;
}

.common_headline03_main::after {
    background-position: center left;
}

.common_headline04 {
    position: relative;
    width: -moz-fit-content;
    width: fit-content;
}

.common_headline04_img01 {
    bottom: 4px;
    position: absolute;
    right: -100.17px;
    width: min(100%, 107.17px);
}

.common_headline04_img01 img {
    -o-object-fit: contain;
    aspect-ratio: 107.17/126.7;
    height: auto;
    object-fit: contain;
    width: 100%;
}

.common_headline04_sub {
    color: #06B4F1;
    font-family: "Quicksand", sans-serif;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.05em;
    line-height: 1.25;
}

.common_headline04_main {
    font-size: 32px;
    font-weight: 900;
    letter-spacing: 0.03em;
    line-height: 1.81;
    margin-top: 10px;
}

.common_headline04_main01 {
    margin-top: 0px;
}

.common_headline04_deco {
    color: #FFFFFF;
    font-size: 40px;
    font-weight: 900;
    letter-spacing: 0.03em;
    line-height: 1.45;
    position: relative;
}

.common_headline04_deco::before {
    aspect-ratio: 1/1;
    background: #06B4F1;
    border-radius: 100vh;
    content: "";
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 58px;
    z-index: -1;
}

.common_headline04_deco01::before {
    top: 53%;
    left: 48%;
}

.common_headline05 {
    position: relative;
}

.common_headline05_sub {
    font-family: "Quicksand", sans-serif;
    font-size: 56px;
    font-weight: 700;
    letter-spacing: 0.05em;
    line-height: 1.25;
    text-transform: uppercase;
}

.common_headline05_main {
    align-items: center;
    color: #06B4F1;
    display: flex;
    font-size: 14px;
    font-weight: 700;
    gap: 20px;
    letter-spacing: 0em;
    line-height: 1.43;
}

.common_headline05_main::after {
    background-image: radial-gradient(circle, #06B4F1 1.5px, transparent 1.5px);
    background-position: center left;
    background-repeat: repeat-x;
    background-size: 10px 10px;
    content: "";
    height: 3px;
    width: 40px;
}

.common_headline06 {
    position: relative;
    width: -moz-fit-content;
    width: fit-content;
}

.common_headline06_deco01 {
    position: absolute;
    right: -70.7px;
    top: -10px;
    width: 89.67px;
}

.common_headline06_deco01 img {
    -o-object-fit: contain;
    aspect-ratio: 89.67/66.33;
    height: auto;
    object-fit: contain;
    width: 100%;
}

.common_headline06_center {
    margin-inline: auto;
    width: -moz-fit-content;
    width: fit-content;
    text-align: center;
}

.common_headline06_sub {
    color: #06B4F1;
    font-family: "Quicksand", sans-serif;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.05em;
    line-height: 1.25;
}

.common_headline06_main {
    font-size: 32px;
    font-weight: 900;
    letter-spacing: 0.03em;
    line-height: 1.44;
    margin-top: 10px;
    margin-top: 19px;
}

.common_headline06_main_big {
    font-size: 40px;
    line-height: 1.45;
    margin-bottom: -3px;
    margin-top: 10px;
}

.common_headline06_deco {
    color: #FFFFFF;
    font-size: 32px;
    font-weight: 900;
    letter-spacing: 0.03em;
    line-height: 1.44;
    position: relative;
}

.common_headline06_deco::before {
    aspect-ratio: 1/1;
    background: #06B4F1;
    border-radius: 100vh;
    content: "";
    left: 50%;
    position: absolute;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 58px;
    z-index: -1;
}

.common_headline06_deco_big {
    font-size: 40px;
    line-height: 1.45;
}

.common_headline07 {
    position: relative;
    width: -moz-fit-content;
    width: fit-content;
}

.common_headline07_img01 {
    bottom: 0;
    position: absolute;
    right: -113.17px;
    width: min(100%, 107.17px);
}

.common_headline07_img01 img {
    -o-object-fit: contain;
    aspect-ratio: 107.17/126.7;
    height: auto;
    object-fit: contain;
    width: 100%;
}

.common_headline07_main {
    font-size: 32px;
    font-weight: 900;
    letter-spacing: 0.03em;
    line-height: 1.81;
}

.common_headline07_deco {
    color: #FFFFFF;
    font-size: 40px;
    font-weight: 900;
    letter-spacing: 0.03em;
    line-height: 1.45;
    position: relative;
}

.common_headline07_deco::before {
    aspect-ratio: 1/1;
    background: #06B4F1;
    border-radius: 100vh;
    content: "";
    left: 50%;
    position: absolute;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 58px;
    z-index: -1;
}

.common_headline08 {
    position: relative;
    width: -moz-fit-content;
    width: fit-content;
}

.common_headline08_main {
    font-family: "Quicksand", sans-serif;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 0.05em;
    line-height: 1.25;
    margin-top: 10px;
}

.common_headline08_sub {
    align-items: center;
    color: #06B4F1;
    display: flex;
    font-family: "Quicksand", sans-serif;
    font-size: 16px;
    font-weight: 700;
    gap: 20px;
    letter-spacing: 0em;
    line-height: 1.44;
}

.common_headline08_sub::after {
    background-image: radial-gradient(circle, #06B4F1 2.5px, transparent 2.5px);
    background-position: center left;
    background-repeat: repeat-x;
    background-size: 10px 10px;
    content: "";
    height: 5px;
    width: 60px;
}

.common_headline09 {
    margin-inline: auto;
    padding-top: 93px;
    position: relative;
    width: -moz-fit-content;
    width: fit-content;
}

.common_headline09_sub {
    font-family: "Quicksand", sans-serif;
    font-size: 48px;
    font-weight: 700;
    letter-spacing: 0.05em;
    line-height: 1.25;
    text-align: center;
}

.common_headline09_main {
    align-items: center;
    color: #06B4F1;
    display: flex;
    font-size: 18px;
    font-weight: 700;
    gap: 20px;
    justify-content: center;
    letter-spacing: 0.005em;
    line-height: 1.44;
    margin-top: 4px;
}

.common_headline09_main::before,
.common_headline09_main::after {
    background-image: radial-gradient(circle, #06B4F1 2.5px, transparent 2.5px);
    background-repeat: repeat-x;
    background-size: 10px 10px;
    content: "";
    height: 5px;
    width: 60px;
}

.common_headline09_main::before {
    background-position: center right;
}

.common_headline09_main::after {
    background-position: center left;
}

.common_item01 {
    display: flex;
    justify-content: space-between;
    position: relative;
}

.common_item01_deco01 {
    bottom: -54.8px;
    left: 442.5px;
    position: absolute;
    width: min(100%, 252px);
    z-index: 1;
}

.common_item01_deco01 img {
    -o-object-fit: contain;
    aspect-ratio: 252/176.33;
    height: auto;
    object-fit: contain;
    width: 100%;
}

.common_item01_deco02 {
    bottom: -78.2px;
    left: -100px;
    position: absolute;
    width: min(100%, 420px);
    z-index: 1;
}

.common_item01_deco02 img {
    -o-object-fit: contain;
    aspect-ratio: 420/156.38;
    height: auto;
    object-fit: contain;
    width: 100%;
}

.common_item01_body {
    width: min(100%, 530px);
}

.item01_body01 {
    margin-top: 105px;
}

.item01_body02 {
    margin-top: 55px;
}

.item01_body03 {
    margin-top: 70px;
}

.common_item01_head {
    position: relative;
    z-index: 1;
}

.common_item01_txt {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.005em;
    line-height: 1.8;
    margin-top: 48px;
}

.common_item01_btnwrap {
    margin-top: 33px;
}

.common_item01_img {
    border-radius: 50px;
    overflow: hidden;
    position: relative;
    width: min(100%, 530px);
}

.common_item01_img img {
    -o-object-fit: cover;
    aspect-ratio: 530/530;
    height: auto;
    object-fit: cover;
    width: 100%;
}

.common_item01_img::after {
    background-color: rgba(197, 230, 242, 0.35);
    content: "";
    inset: 0;
    mix-blend-mode: soft-light;
    position: absolute;
}

.common_item02 {
    background: #F0F7F8;
    border-radius: 30px;
}

.common_item02_link {
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding: 30px;
    transition: 0.5s;
}

.common_item02_img {
    border-radius: 15px;
    overflow: hidden;
    width: min(100%, 250px);
}

.common_item02_img img {
    -o-object-fit: cover;
    aspect-ratio: 250/315;
    height: auto;
    object-fit: cover;
    width: 100%;
}

.common_item02_body {
    width: min(100%, 230px);
}

.common_item02_head {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    color: #06B4F1;
    display: -webkit-box;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.02em;
    line-height: 1.3;
    overflow: hidden;
}

.common_item02_txt {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    color: #6C6F71;
    display: -webkit-box;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.005em;
    line-height: 1.5;
    margin-bottom: 20px;
    margin-top: 12px;
    overflow: hidden;
}

.common_item02_customerwrap {
    align-items: center;
    border-top: 1.5px solid #CCCCCC;
    display: flex;
    padding-left: 5px;
    padding-top: 20px;
}

.common_item02_icon {
    display: grid;
    width: 20px;
}

.common_item02_icon img {
    -o-object-fit: contain;
    aspect-ratio: 1/1;
    height: auto;
    object-fit: contain;
    width: 100%;
}

.common_item02_age {
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.005em;
    line-height: 1.5;
    margin-left: 10px;
}

.common_item02_gender {
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.005em;
    line-height: 1.5;
    margin-left: 16px;
}

.common_item03 {
    display: flex;
    justify-content: space-between;
    position: relative;
    z-index: 1;
}

.common_item03_deco01 {
    bottom: -105.9px;
    left: -103px;
    position: absolute;
    width: 243.27px;
    z-index: 1;
}

.common_item03_deco01 img {
    -o-object-fit: contain;
    aspect-ratio: 243.27/214.88;
    height: auto;
    object-fit: contain;
    width: 100%;
}

.common_item03_deco02 {
    bottom: -96px;
    position: absolute;
    right: 196px;
    width: 314px;
    z-index: 1;
}

.common_item03_deco02 img {
    -o-object-fit: contain;
    aspect-ratio: 314/153.35;
    height: auto;
    object-fit: contain;
    width: 100%;
}

.common_item03_deco03 {
    bottom: -39px;
    position: absolute;
    right: -100px;
    width: 260px;
    z-index: 1;
}

.common_item03_deco03 img {
    -o-object-fit: contain;
    aspect-ratio: 260/152.98;
    height: auto;
    object-fit: contain;
    width: 100%;
}

.common_item03_img {
    border-radius: 50px;
    overflow: hidden;
    position: relative;
    width: min(100%, 530px);
}

.common_item03_img img {
    -o-object-fit: cover;
    aspect-ratio: 530/530;
    height: auto;
    object-fit: cover;
    width: 100%;
}

.common_item03_img::after {
    background-color: rgba(197, 230, 242, 0.35);
    content: "";
    height: 100%;
    inset: 0;
    mix-blend-mode: soft-light;
    position: absolute;
    width: 100%;
}

.common_item03_body {
    width: min(100%, 530px);
}

.common_item03_body01 {
    margin-top: 94px;
}

.common_item03_body02 {
    margin-top: 123px;
}

.common_item03_body03 {
    margin-top: 94px;
}

.common_item03_txt {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.005em;
    line-height: 1.8;
    margin-top: 58px;
}

.common_item04 {
    align-items: center;
    display: flex;
    justify-content: space-between;
    position: relative;
}

.common_item04_body {
    width: min(100%, 530px);
}

.common_item04_head {
    position: relative;
    z-index: 1;
}

.common_item04_txt {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.005em;
    line-height: 1.8;
    margin-top: 35px;
    padding-top: 40px;
    border-top: 10px dotted #06B4F1;
}

.common_item04_txt .accent {
    font-size: 125%;
    font-weight: 600;
    display: block;
    letter-spacing: 0.06em;
}

.common_item04_txt .accent:first-letter {
    color: #06B4F1;
    font-size: 140%;
}

.common_item04_img {
    border-radius: 50px;
    overflow: hidden;
    position: relative;
    width: min(100%, 530px);
}

.common_item04_img img {
    -o-object-fit: cover;
    aspect-ratio: 530/530;
    height: auto;
    object-fit: cover;
    width: 100%;
}

.common_item04_img::after {
    background-color: rgba(197, 230, 242, 0.35);
    content: "";
    inset: 0;
    mix-blend-mode: soft-light;
    position: absolute;
}

.common_item05_wrap {
    align-items: flex-start;
    display: flex;
    flex-direction: row-reverse;
    gap: 60px;
}

.common_item05_img {
    border-radius: 30px;
    overflow: hidden;
    width: min(100%, 500px);
}

.common_item05_img img {
    -o-object-fit: cover;
    aspect-ratio: 500/280;
    height: auto;
    object-fit: cover;
    width: 100%;
}

.common_item05_textblock {
    flex: 1;
    margin-top: 34px;
}

.common_item05_header {
    align-items: center;
    display: flex;
    gap: 20px;
}

.common_item05_content {
    margin-top: 16px;
}

.common_item05_title {
    color: #06B4F1;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 0.02em;
    line-height: 1.6;
    margin-top: 4px;
}

.common_item05_text {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.02em;
    line-height: 1.8;
}

.common_item06 {
    align-items: center;
    background: #FFFFFF;
    border-radius: 20px;
    display: flex;
    position: relative;
}

.common_item06+.common_item06 {
    margin-top: 63px;
}

.common_item06::before {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -70px;
    width: 80px;
    aspect-ratio: 1/1;
    background: url(./image/icon_arrow.png) center center/contain no-repeat;
}

.common_item06:first-of-type::before {
    display: none;
}

.common_item06_number {
    align-items: center;
    align-self: stretch;
    background: #1F7EF9;
    color: #FFFFFF;
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
    font-family: "Quicksand", sans-serif;
    font-weight: 500;
    justify-content: center;
    padding-inline: 10px;
    text-align: center;
    border-radius: 20px 0 0 20px;
}

.common_item06_number .en {
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0em;
    line-height: 1;
}

.common_item06_number .number {
    font-size: 40px;
    font-weight: 700;
    letter-spacing: 0em;
    line-height: 1;
}

.common_item06_wrap {
    padding: 30px;
    width: 100%;
}

.common_item06_title {
    color: #06B4F1;
    display: block;
    flex: 1;
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 0.18em;
    padding-bottom: 5px;
    position: relative;
}

.common_item06_title::after {
    background-image: linear-gradient(to right, #C5E6F2 50%, transparent 50%);
    background-repeat: repeat-x;
    background-size: 4px 1.5px;
    bottom: 0;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    width: 100%;
}

.common_item06_text {
    display: block;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.18em;
    line-height: 1.8;
    margin-top: 15px;
}

.common_items01 {
    display: grid;
    gap: 80px;
    grid-template-columns: repeat(1, 1fr);
}

.common_items01_item:nth-of-type(even) .common_item01 {
    flex-direction: row-reverse;
}

.common_items02 {
    display: grid;
    gap: 80px;
    grid-template-columns: repeat(1, 1fr);
}

.common_items02_item:nth-of-type(even) .common_item01 {
    flex-direction: row-reverse;
}

.common_items02_item:nth-of-type(even) .common_item03 {
    flex-direction: row-reverse;
}

.common_items03 {
    display: grid;
    gap: 80px;
    grid-template-columns: repeat(1, 1fr);
}

.common_items03_item:nth-of-type(even) .common_item05_wrap {
    flex-direction: row;
}

.common_lower_fv {
    padding-block: 165px 31px;
    position: relative;
}

.common_lower_fv::before {
    background: #E7EFF2;
    border-radius: 0 0 100px 100px;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.common_lower_fv_container {
    position: relative;
}

.common_lower_section_breadcrumb {
    margin-top: 77px;
}

.breadcrumb {
    color: #6C6F71;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.005em;
    line-height: 1.42;
}

.breadcrumb>div {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

.breadcrumb a {
    color: #BDC1C4;
    text-decoration: underline;
    transition: 0.5s;
}

.breadcrumb_icon {
    aspect-ratio: 1/2;
    background: url(./image/icon21.png) center center/contain no-repeat;
    display: inline-block;
    height: auto;
    width: 5px;
}

.common_lower_section01 {
    padding-block: 150px 0px;
}

.common_lower_section02 {
    padding-block: 150px 169px;
}

/* 会社概要ページ */
.company01 {
    position: relative;
}

.company01_container {
    position: relative;
    z-index: 1;
}

.company01_bg01 {
    bottom: -286px;
    position: absolute;
    right: 0;
    width: min(100%, 396px);
}

.company01_bg01 img {
    -o-object-fit: contain;
    aspect-ratio: 396/606;
    height: auto;
    object-fit: contain;
    width: 100%;
}

.company02 {
    position: relative;
}

.company02_bg01 {
    bottom: 50px;
    left: 0;
    position: absolute;
    width: min(100%, 820px);
}

.company02_bg01 img {
    -o-object-fit: contain;
    aspect-ratio: 820/993.94;
    height: auto;
    object-fit: contain;
    width: 100%;
}

.company02_headline {
    position: relative;
    z-index: 1;
}

.company_list_box {
    display: flex;
    align-items: baseline;
    gap: 20px;
}

.company02_container {
    background: #FFFFFF;
    border-radius: 50px;
    margin-top: 55px;
    padding: 40px 30px;
    position: relative;
}

.company02_item {
    display: flex;
    gap: 10px;
    position: relative;
}

.company02_item::before {
    background: #CCCCCC;
    bottom: 0;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    width: 100%;
}

.company02_list .company_theme {
    font-size: 22px;
    text-align: center;
    letter-spacing: 0.04em;
    font-weight: 600;
    margin-bottom: 10px;
}

.company02_item dt,
.company02_item dd {
    display: inline-block;
    font-size: 16px;
    letter-spacing: 0.1em;
    line-height: 1.6;
    padding: 25px 20px;
}

.company02_item a {
    text-decoration: underline;
}

.company02_item dt {
    font-weight: 700;
    position: relative;
    width: 150px;
}

.company02_item dt::after {
    background: #1F7EF9;
    bottom: 0;
    content: "";
    height: 3px;
    left: 0;
    position: absolute;
    width: 100%;
}

.company02_item dd {
    flex: 1;
    font-weight: 500;
}

/* フッター */
.footer {
    background: #fff;
    margin-top: -225px;
    padding-block: 375px 115px;
}

.footer_logo_link {
    display: block;
    margin-inline: auto;
    transition: 0.5s;
    width: min(100%, 400px);
}

.footer_logo_link img {
    -o-object-fit: contain;
    aspect-ratio: 400/71.82;
    height: auto;
    object-fit: contain;
    width: 100%;
}

.footer_inner {
    display: flex;
    justify-content: space-between;
    margin-top: 54.2px;
}

.footer_info {
    border-right: 1px solid #CCCCCC;
    padding-right: 79px;
    width: min(100%, 460px);
}

.footer_info_map {
    border-radius: 20px;
    overflow: hidden;
    width: min(100%, 380px);
}

.footer_info_map iframe {
    -o-object-fit: cover;
    aspect-ratio: 380/270;
    height: auto;
    object-fit: cover;
    width: 100%;
}

.footer_info_address {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.005em;
    line-height: 1.8;
    margin-top: 8px;
}

.footer_links {
    display: flex;
    flex: 1;
    padding-left: 79px;
}

.footer_list {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 17px;
    width: min(100%, 143px);
}

.footer_list+.footer_list {
    margin-left: 41px;
}

.footer_item01 {
    margin-top: 10px;
}

.footer_link {
    align-items: center;
    display: flex;
    gap: 10px;
    padding-block: 10px;
}

.footer_link_text {
    background-image: linear-gradient(90deg, #06B4F1, #06B4F1);
    background-position: left bottom;
    background-repeat: no-repeat;
    background-size: 0 1px;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.005em;
    line-height: 1.43;
    transition: 0.5s;
}

.footer_link_icon {
    aspect-ratio: 1/2;
    display: grid;
    width: 6px;
}

.footer_link_icon img {
    -o-object-fit: contain;
    aspect-ratio: 1/2;
    height: auto;
    object-fit: contain;
    width: 100%;
}

.footer_link_small {
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.005em;
    line-height: 1.42;
    padding-block: 10px;
    padding-left: 16px;
    transition: 0.5s;
}

.footer_sublist {
    padding-left: 16px;
}

.footer_sublink {
    color: #6C6F71;
    display: block;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.005em;
    line-height: 1.43;
    padding-block: 10px;
    transition: 0.5s;
}

.footer_cta {
    margin-left: auto;
    margin-top: 28px;
    width: min(100%, 250px);
}

.footer_cta_btnwrap {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.footer_cta_telwrap {
    margin-right: -13px;
    margin-top: 4px;
}

.footer_cta_tel {
    align-items: center;
    display: flex;
    gap: 10px;
}

.footer_cta_tel_icon {
    aspect-ratio: 1/1;
    background: #06B4F1;
    border-radius: 100vh;
    display: grid;
    flex-shrink: 0;
    place-items: center;
    width: 30px;
}

.footer_cta_tel_icon img {
    -o-object-fit: contain;
    aspect-ratio: 1/1;
    height: auto;
    object-fit: contain;
    width: 18px;
}

.footer_cta_tel_number {
    font-family: "Quicksand", sans-serif;
    font-size: 32px;
    font-weight: 700;
    letter-spacing: 0.03em;
    line-height: 1.25;
}

.footer_cta_tel_time {
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.005em;
    line-height: 1.42;
    padding-left: 40px;
}

.footer_copy {
    margin-top: 17px;
    text-align: right;
}

.footer_copy small {
    font-family: "Quicksand", sans-serif;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0em;
    line-height: 1.25;
}

/* フォーム */
.form_wrap01 {
    padding-bottom: 20px;
}

.form_wrap01:not(:last-child) {
    border-bottom: 1px solid #CCCCCC;
}

.form_wrap01+.form_wrap01 {
    margin-top: 30px;
}

.form_item {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.form_item+.form_item {
    margin-top: 15px;
}

.form_label {
    align-items: center;
    display: flex;
    gap: 1.3em;
}

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

.form_meta01 {
    align-items: center;
    display: flex;
    justify-content: space-between;
}

.form_text01 {
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.005em;
}

.form_text02 {
    color: #06B4F1;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.005em;
}

.form_text03 {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.005em;
}

.form_meta03 {
    margin-top: 10px;
}

/* drawer */
nav.globalMenuSp {
    display: none;
}

/* このクラスを、jQueryで付与・削除する */

/* ハンバーガーメニュー */
.hamburger {
    display: none;
}

/* ヘッダーが固定位置になったときのハンバーガーメニューの位置調整 */

.hamburger.is_open .hamburger_line:nth-of-type(1) {
    top: 19px;
    transform: translateX(-50%) rotate(315deg);
}

.hamburger.is_open .hamburger_line:nth-of-type(2) {
    top: 19px;
    transform: translateX(-50%) rotate(-315deg);
}

/* header */
.header {
    background: #FFFFFF;
    border-radius: 20px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
    left: 50px;
    margin-inline: auto;
    position: absolute;
    top: 30px;
    transition: 0.5s;
    width: 1340px;
    z-index: 3000;
}

.header.is-fixed {
    position: fixed;
    top: 20px;
}

.header.is-show {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
    transition: all 0.3s ease;
    visibility: visible;
}

.header.is-hide {
    opacity: 0;
    pointer-events: none;
    transform: translateY(-100%);
    transition: all 0.3s ease;
    visibility: hidden;
}

.header_fixed {
    position: fixed;
    top: 30px;
}

.header_inner {
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding-inline: 30px;
}

.header_logo {
    width: min(100%, 250px);
}

.header_logo_link {
    display: inline-block;
    padding-block: 17.8px 17.3px;
    transition: 0.5s;
    width: 100%;
}

.header_logo_link img {
    -o-object-fit: contain;
    aspect-ratio: 250/44.88;
    height: auto;
    object-fit: contain;
    width: 100%;
}

.header_visible {
    background: #FFFFFF;
    border-color: #24292C;
    opacity: 1;
    pointer-events: auto;
    visibility: visible;
}

.header_hidden {
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
}

.header_nav {
    display: flex;
    flex: 1;
}

.header_list {
    align-items: center;
    display: flex;
    justify-content: flex-end;
    width: 100%;
}

.header_item {
    position: relative;
}

.header_item_contact {
    margin-left: 32.5px;
    width: min(100%, 200px);
}

.header_link {
    display: inline-block;
    padding: 19px 17.5px;
    position: relative;
}

.header_link::after {
    aspect-ratio: 1/1;
    background: #06B4F1;
    border-radius: 100vh;
    bottom: 10px;
    content: "";
    display: inline-block;
    left: 50%;
    opacity: 0;
    position: absolute;
    transform: translateX(-50%);
    transition: 0.5s;
    visibility: hidden;
    width: 10px;
}

.header_link_text {
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.005em;
    line-height: 1.5;
    position: relative;
    transition: 0.5s;
}

/*賃貸管理事業ページ*/

.management_container {}

.management_headline {
    position: relative;
    z-index: 1;
    margin-top: 50px;
}

.management_heading {
    font-size: 32px;
    font-weight: 900;
    text-align: center;
    letter-spacing: 0.05em;
    position: relative;
    z-index: 1;
}

.management_heading_deco {
    position: relative;
    color: #ffffff;
}

.management_heading_deco::before {
    position: absolute;
    content: '';
    width: 58px;
    aspect-ratio: 1/1;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #06B4F1;
    z-index: -1;
    border-radius: 100vh;
}

.management_text {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: .005em;
    margin-top: 30px;
    text-align: center;
}

.management_item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 40px 60px;
    border-radius: 20px;
    background: #E7EFF2;
    margin-top: 50px;
}

.management_item_textwrap {
    width: min(100%, 590px);
}

.management_item_title {
    font-size: 24px;
    font-weight: 700;
    letter-spacing: .005em;
}

.management_item_textblock {
    margin-top: 30px;
}

.management_item_text {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: .005em;
}

.management_item_text+.management_item_text {
    margin-top: 20px;
}

.management_item_img {
    width: min(100%, 390px);
    border-radius: 20px;
    overflow: hidden;
}

.management_item_img img {
    -o-object-fit: cover;
    aspect-ratio: 390/242;
    height: auto;
    width: 100%;
    object-fit: cover;
}

.management01 {
    position: relative;
}

.management01_container {
    position: relative;
}

.management01_headline {
    position: relative;
    z-index: 1;
}

.management01_text {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.005em;
    margin-top: 30px;
    text-align: center;
}

.management01_item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 50px;
}

.management01_item_img {
    width: min(100%, 500px);
    border-radius: 30px;
    overflow: hidden;
}

.management01_item_img img {
    -o-object-fit: cover;
    aspect-ratio: 500/280;
    height: auto;
    object-fit: cover;
    width: 100%;
}


.management01_item_textwrap {
    width: min(100%, 580px);
}

.management01_item_list_item {
    display: flex;
    align-items: center;
    gap: 15px;
    position: relative;
    padding-block: 8px;
}

.management01_item_list_item::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background-image: linear-gradient(to right, #06B4F1 50%, transparent 50%);
    background-size: 4px 2px;
    background-repeat: repeat-x;
}

.management01_item_icon {
    width: 30px;
    aspect-ratio: 1/1;
    height: auto;
    flex-shrink: 0;
}

.management01_item_icon img {
    -o-object-fit: contain;
    aspect-ratio: 1/1;
    height: auto;
    object-fit: contain;
    width: 100%;
}

.management01_item_text {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.005em;
}

.management01_item_text_deco {
    color: #06B4F1;
}

.management02 {
    position: relative;
}

.management02_container {
    position: relative;
}

.management02_bg01 {
    bottom: 100px;
    left: 0;
    position: absolute;
    width: min(100%, 820px);
}

.management02_bg01 img {
    -o-object-fit: contain;
    aspect-ratio: 820/993.94;
    height: auto;
    object-fit: contain;
    width: 100%;
}

.management02_headline {
    position: relative;
    z-index: 1;
}

.management02_item {
    margin-top: 60px;
}

/*オーナー様向け提案ページ*/
.owner01 {
    position: relative;
}

.owner01_container {
    position: relative;
}

.owner01_bg01 {
    position: absolute;
    right: 0;
    top: 100px;
    width: min(100%, 396px);
}

.owner01_bg01 img {
    -o-object-fit: contain;
    aspect-ratio: 396/606;
    height: auto;
    object-fit: contain;
    width: 100%;
}

.owner01_textwrap {
    position: relative;
    z-index: 1;
}

.owner01_text {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.005em;
    line-height: 1.8;
    margin-top: 55px;
    text-align: center;
}

.owner02 {
    position: relative;
}

.owner02_container {
    position: relative;
}

.owner02_bg01 {
    bottom: 150px;
    left: 0;
    position: absolute;
    width: min(100%, 820px);
}

.owner02_bg01 img {
    -o-object-fit: contain;
    aspect-ratio: 820/993.94;
    height: auto;
    object-fit: contain;
    width: 100%;
}

.owner02_headline {
    font-size: 32px;
    font-weight: 700;
    letter-spacing: 0.005em;
    line-height: 1.44;
    position: relative;
    z-index: 1;
    text-align: center;
}

.owner02_headline_deco {
    position: relative;
    color: #ffffff;
}

.owner02_headline_deco::before {
    position: absolute;
    content: '';
    width: 58px;
    aspect-ratio: 1/1;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #06B4F1;
    z-index: -1;
    border-radius: 100vh;
}


.owner02_item {
    margin-top: 55px;
}

/*賃貸仲介事業ページ*/
.rent01 {
    position: relative;
}

.rent01_bg01 {
    position: absolute;
    right: 0;
    top: 200px;
    width: min(100%, 396px);
}

.rent01_bg01 img {
    -o-object-fit: contain;
    aspect-ratio: 396/606;
    height: auto;
    object-fit: contain;
    width: 100%;
}

.rent01_container {
    position: relative;
}

.rent01_headline {
    position: relative;
    z-index: 1;
}

.rent01_items {
    margin-top: 60px;
}

.rent02 {
    position: relative;
}

.rent02_container {
    position: relative;
}

.rent02_bg01 {
    left: 0;
    position: absolute;
    top: 540px;
    width: min(100%, 820px);
}

.rent02_bg01 img {
    -o-object-fit: contain;
    aspect-ratio: 820/993.94;
    height: auto;
    object-fit: contain;
    width: 100%;
}

.rent02_headline {
    position: relative;
    z-index: 1;
}

.rental02_item {
    margin-top: 60px;
}

/* スクロールボタン */
.scroll_btn {
    aspect-ratio: 1/1;
    background: #06B4F1;
    border-radius: 100vh;
    display: block;
    padding-top: 72px;
    position: relative;
    width: 180px;
}

.scroll_btn::before {
    aspect-ratio: 1/1;
    background: #F0F7F8;
    border-radius: 100vh;
    content: "";
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: 0.6s;
    width: 160px;
    z-index: -1;
}

.scroll_btn_text {
    color: #FFFFFF;
    display: block;
    font-family: "Quicksand", sans-serif;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.05em;
    line-height: 1.29;
    text-align: center;
}

.scroll_btn_text_pc {
    display: block;
}

.scroll_btn_text_sp {
    display: none;
}

.scroll_btn_icon {
    aspect-ratio: 2/1;
    display: block;
    display: grid;
    margin-inline: auto;
    margin-top: 20px;
    width: 20px;
}

.scroll_btn_icon img {
    -o-object-fit: contain;
    aspect-ratio: 2/1;
    height: auto;
    object-fit: contain;
    width: 100%;
}

/* customer詳細ページ */
.single_customer01 {
    position: relative;
}

.single_customer01_bg01 {
    position: absolute;
    right: 0;
    top: 100px;
    width: min(100%, 396px);
}

.single_customer01_bg01 img {
    -o-object-fit: contain;
    aspect-ratio: 396/606;
    height: auto;
    object-fit: contain;
    width: 100%;
}

.single_customer01_container {
    position: relative;
    z-index: 1;
}

.single_customer01_item01 {
    align-items: center;
    display: flex;
    justify-content: space-between;
}

.single_customer01_item01_img {
    border-radius: 50px;
    overflow: hidden;
    width: min(100%, 530px);
}

.single_customer01_item01_img img {
    -o-object-fit: cover;
    aspect-ratio: 1/1;
    height: auto;
    object-fit: cover;
    width: 100%;
}

.single_customer01_item01_body {
    width: min(100%, 530px);
}

.single_customer01_item02 {
    background: #FFFFFF;
    border-radius: 30px;
    margin-top: 80px;
    padding: 50px;
}

.single_customer02_text {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.005em;
    line-height: 1.8;
    margin-top: 20px;
}

.single_customer02 {
    position: relative;
}

.single_customer02_bg01 {
    bottom: 100px;
    left: 0;
    position: absolute;
    width: min(100%, 820px);
}

.single_customer02_bg01 img {
    -o-object-fit: contain;
    aspect-ratio: 820/993.94;
    height: auto;
    object-fit: contain;
    width: 100%;
}

.single_customer02_container {
    position: relative;
}

.single_customer02_item {
    align-items: center;
    display: flex;
    justify-content: space-between;
}

.single_customer02_item_img {
    border-radius: 30px;
    overflow: hidden;
    width: min(100%, 530px);
}

.single_customer02_item_img img {
    -o-object-fit: cover;
    -o-object-position: 50% 10%;
    aspect-ratio: 1;
    height: auto;
    object-fit: cover;
    object-position: center;
    width: 100%;
}

.single_customer02_item_body {
    width: min(100%, 530px);
}

.single_customer02_item_data {
    margin-top: 25px;
}

.single_customer02_item_meta {
    align-items: center;
    display: flex;
    gap: 10px;
}

.single_customer02_item_label {
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.005em;
    width: 100px;
}

.single_customer02_item_value {
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.005em;
}

.single_customer02_item_btnwrap {
    margin-top: 25px;
}

.single_customer02_text {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.005em;
}

.single_customer03_headline {
    position: relative;
}

.single_customer03_slider_wrap {
    padding-inline: 30px;
    position: relative;
}

.single_customer03_slider {
    margin-top: 50px;
}

.single_customer03_btnwrap {
    position: absolute;
    width: calc(100% - 60px);
    height: 100%;
    display: inline-block;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    pointer-events: none;
}

.single_customer03_button {
    aspect-ratio: 1 / 1;
    background: #FFFFFF;
    border: 3px solid #F0F7F8;
    border-radius: 100vh;
    cursor: pointer;
    display: grid;
    place-items: center;
    pointer-events: all;
    position: absolute;
    top: 50%;
    transition: 0.5s;
    width: 66px;
    z-index: 1;
    pointer-events: all;
}

.single_customer03_button svg path {
    stroke: #06B4F1;
    transition: 0.5s;
}

.single_customer03_button_prev {
    left: 0;
    transform: translate(-50%, -50%);
}

.single_customer03_button_next {
    right: 0;
    transform: translate(50%, -50%);
}


/* スタッフ詳細ページ */
.single_staff01 {
    padding-top: 150px;
    position: relative;
}

.single_staff01_bg01 {
    bottom: -286px;
    position: absolute;
    right: 0;
    width: min(100%, 396px);
}

.single_staff01_bg01 img {
    -o-object-fit: contain;
    aspect-ratio: 396/606;
    height: auto;
    object-fit: contain;
    width: 100%;
}

.single_staff01_container {
    position: relative;
}

.single_staff01_wrap {
    background: url(./image/lower05.png) center center/100% 100% no-repeat;
    padding-bottom: 65px;
    position: relative;
    z-index: 1;
}

.single_staff01_headline_deco {
    left: 50%;
    position: absolute;
    top: 10px;
    transform: translateX(-50%);
    width: 502.98px;
}

.single_staff01_headline_deco img {
    -o-object-fit: contain;
    aspect-ratio: 502.98/173.28;
    height: auto;
    object-fit: contain;
    width: 100%;
}

.single_staff01_item {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin-inline: auto;
    margin-top: 56px;
    width: min(100%, 1200px);
}

.single_staff01_item_body {
    background: #FFFFFF;
    border-radius: 30px;
    padding: 80px 60px;
    width: min(100%, 640px);
}

.single_staff01_item_meta {
    align-items: center;
    display: flex;
}

.single_staff01_item_meta+.single_staff01_item_meta {
    margin-top: 30px;
}

.single_staff01_item_label {
    align-items: center;
    color: #06B4F1;
    display: flex;
    font-size: 18px;
    font-weight: 700;
    gap: 15px;
    letter-spacing: 0.005em;
    line-height: 1.44;
    width: 100px;
    flex-shrink: 0;
}

.single_staff01_item_label::before {
    background: #06B4F1;
    border-radius: 40px;
    content: "";
    height: 24px;
    width: 5px;
}

.single_staff01_item_value {
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.005em;
    line-height: 1.44;
}

.single_staff01_item_imgwrap {
    position: relative;
    width: min(100%, 480px);
}

.single_staff01_item_img {
    border-radius: 50px;
    overflow: hidden;
}

.single_staff01_item_img img {
    -o-object-fit: cover;
    aspect-ratio: 1/1;
    height: auto;
    object-fit: cover;
    width: 100%;
}

.single_staff01_item_badges {
    align-items: center;
    display: flex;
    gap: 10px;
    justify-content: flex-end;
    position: absolute;
    right: -20px;
    top: -20px;
}

.single_staff01_item_badge {
    opacity: 0;
    scale: 0;
    width: min(100%, 100px);
}

.single_staff01_item_badge img {
    -o-object-fit: contain;
    aspect-ratio: 100/120.68;
    height: auto;
    object-fit: contain;
    width: 100%;
}

.single_staff02 {
    padding-block: 162px 168.9px;
    position: relative;
}

.single_staff02_bg01 {
    left: 0;
    position: absolute;
    top: 540px;
    width: min(100%, 820px);
}

.single_staff02_bg02 {
    position: absolute;
    right: 0;
    bottom: -91px;
    width: min(100%, 183px);
}

.single_staff02_bg01 img {
    -o-object-fit: contain;
    aspect-ratio: 820/993.94;
    height: auto;
    object-fit: contain;
    width: 100%;
}

.single_staff02_bg02 img {
    -o-object-fit: contain;
    aspect-ratio: 183/300;
    height: auto;
    object-fit: contain;
    width: 100%;
}

.single_staff02_container {
    position: relative;
}

.common_staff_slider {
    margin-top: 150px;
}

.common_staff_slider .staff_list .img img {
    width: 100%;
    aspect-ratio: 1;
    min-width: 0;
    object-fit: cover;
}

.common_staff_slider .slick-slider {
    transition: none;
}

/* サイトマップ */
body #sitemap_list {
    border-radius: 20px;
    padding: 20px;
}

body #sitemap_list li a {
    background: #F0F7F8;
}

/* スタッフ一覧ページ */
.staff01 {
    position: relative;
}

.staff01_container {
    position: relative;
}

/* トップページAboutセクション */
.top_about {
    padding-block: 129px 250px;
    position: relative;
}

.top_about_bg01 {
    left: 0;
    position: absolute;
    top: 590px;
    width: min(100%, 396px);
}

.top_about_bg01 img {
    -o-object-fit: contain;
    aspect-ratio: 396/600;
    height: auto;
    object-fit: contain;
    width: 100%;
}

.top_about_wrap {
    position: relative;
}

.top_about_container {
    align-items: flex-start;
    display: flex;
    justify-content: space-between;
    position: relative;
}

.top_about_deco01 {
    left: 384.3px;
    position: absolute;
    top: -79.4px;
    width: min(100%, 173.21px);
}

.top_about_deco01 img {
    -o-object-fit: contain;
    aspect-ratio: 173.21/184.89;
    height: auto;
    object-fit: contain;
    width: 100%;
}

.top_about_deco02 {
    bottom: 37.5px;
    left: 218.5px;
    position: absolute;
    width: min(100%, 150px);
}

.top_about_deco02 img {
    -o-object-fit: contain;
    aspect-ratio: 150/119.75;
    height: auto;
    object-fit: contain;
    width: 100%;
}

.top_about_deco03 {
    position: absolute;
    right: 191px;
    top: 273.4px;
    width: min(100%, 120px);
    z-index: 1;
}

.top_about_deco03 img {
    -o-object-fit: contain;
    aspect-ratio: 120/63.04;
    height: auto;
    object-fit: contain;
    width: 100%;
}

.top_about_img01 {
    width: min(100%, 560px);
}

.top_about_img01 img {
    -o-object-fit: contain;
    aspect-ratio: 560/720;
    height: auto;
    object-fit: contain;
    width: 100%;
}

.top_about_textblock {
    margin-top: 54px;
    width: min(100%, 520px);
}

.top_aboutheadline_main {
    align-items: center;
    color: #06B4F1;
    display: flex;
    font-size: 18px;
    font-weight: 700;
    gap: 20px;
    letter-spacing: 0.005em;
    line-height: 1.44;
}

.top_aboutheadline_main::after {
    background-image: radial-gradient(circle, #06B4F1 2.5px, transparent 2.5px);
    background-position: center left;
    background-repeat: repeat-x;
    background-size: 10px 10px;
    content: "";
    height: 5px;
    width: 60px;
}

.top_aboutheadline_sub {
    font-size: 32px;
    font-weight: 900;
    letter-spacing: 0.02em;
    line-height: 1.44;
    margin-top: 25px;
}

.top_about_textwrap {
    margin-top: 51px;
}

.top_about_text {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.005em;
    line-height: 2;
}

.top_about_text+.top_about_text {
    margin-top: 32px;
}

.top_about_btnwrap {
    margin-top: 32px;
}

.top_about_img02 {
    border-radius: 50px 0 0 50px;
    margin-top: 47px;
    overflow: hidden;
    width: min(100%, 200px);
}

.top_about_img02 img {
    -o-object-fit: cover;
    aspect-ratio: 200/620;
    height: auto;
    object-fit: cover;
    width: 100%;
}

/* トップページMVセクション */
.top_mv {
    position: relative;
}

.top_mv_inner {
    padding-block: 243px 357px;
    position: relative;
    z-index: 1;
}

.top_mv_bg {
    border-radius: 0 0 0 280px;
    height: 680px;
    left: calc((100% - 1200px) / 2 + 150px);
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
}

.top_mv_bg img {
    -o-object-fit: cover;
    aspect-ratio: 1240/680;
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.top_mv_bg::after {
    background: radial-gradient(circle at center, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, 0.6) 80%);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.top_mv_deco01 {
    bottom: -258px;
    left: 7px;
    position: absolute;
    width: min(100%, 225.88px);
}

.top_mv_deco01 img {
    -o-object-fit: contain;
    aspect-ratio: 225.88/226.02;
    height: auto;
    object-fit: contain;
    width: 100%;
}

.top_mv_deco02 {
    position: absolute;
    right: 80px;
    top: 139.7px;
    width: min(100%, 280px);
}

.top_mv_deco02 img {
    -o-object-fit: contain;
    aspect-ratio: 280/332.65;
    height: auto;
    object-fit: contain;
    width: 100%;
}

.top_mv_scrollbtn {
    bottom: 40px;
    position: absolute;
    right: 79.7px;
}

.top_mv_container {
    position: relative;
}

.top_mv_catch_item {
    display: block;
}

.top_mv_catch_item+.top_mv_catch_item {
    margin-top: 12px;
}

.top_mv_catch_text {
    font-size: 50px;
    font-weight: 900;
    letter-spacing: 0.1em;
    line-height: 1.44;
    padding-left: 25px;
    position: relative;
    z-index: 0;
}

.top_mv_catch_text::before {
    background: #FFFFFF;
    border-radius: 10px;
    content: "";
    display: inline-block;
    height: 74px;
    left: 0;
    position: absolute;
    top: 0;
    width: 99%;
    z-index: -1;
}

.top_mv_catch_text02 {
    padding-right: 25px;
}

.top_mv_catch_text_blue {
    color: #06B4F1;
    font-size: 50px;
    font-weight: 900;
    letter-spacing: 0.1em;
    line-height: 1.44;
}

/* トップページNewsセクション */
.top_news {
    padding-block: 0px 140px;
    position: relative;
}

.top_news_bg {
    left: 0;
    position: absolute;
    top: -442.9px;
    width: 878.33px;
    z-index: 0;
}

.top_news_bg img {
    -o-object-fit: contain;
    aspect-ratio: 878.33/1038.72;
    height: auto;
    object-fit: contain;
    width: 100%;
}

.top_news_container {
    position: relative;
}

.top_news_header {
    align-items: flex-end;
    display: flex;
    justify-content: space-between;
}

.top_news_headline {
    padding-top: 59.86px;
    position: relative;
    width: -moz-fit-content;
    width: fit-content;
}

.top_news_headline_deco01 {
    left: 92.8px;
    position: absolute;
    top: 0;
    width: 180px;
}

.top_news_headline_deco01 img {
    -o-object-fit: contain;
    aspect-ratio: 180/59.86;
    height: auto;
    object-fit: contain;
    width: 100%;
}

.top_news_headline_deco02 {
    left: 225.3px;
    position: absolute;
    top: 101.36px;
    width: 250px;
    z-index: 1;
}

.top_news_headline_deco02 img {
    -o-object-fit: contain;
    aspect-ratio: 250/127.44;
    height: auto;
    object-fit: contain;
    width: 100%;
}

.top_news_cardswrap {
    /*仮の高さ*/
    height: 461px;
    margin-top: 55px;
}

.top_news_cards {
    display: flex;
    gap: 23px;
}

.top_news_card {
    aspect-ratio: 365/461;
    background: #FFFFFF;
    border-radius: 30px;
    width: min(100%, 365px);
}

/* トップページReviewセクション */
.top_review {
    padding-block: 0px 100.1px;
}

.top_review_container {
    background: url(./image/top_review01.png) center center/100% 100% no-repeat;
    padding-bottom: 60px;
    padding-inline: 10px;
    padding-top: 10px;
    position: relative;
    z-index: 1;
}

.top_review_deco01 {
    bottom: -23.1px;
    position: absolute;
    right: 36.6px;
    width: min(100%, 245px);
}

.top_review_deco01 img {
    -o-object-fit: contain;
    aspect-ratio: 245/189.67;
    height: auto;
    object-fit: contain;
    width: 100%;
}

.top_review_headline {
    position: relative;
}

.top_review_headline_deco {
    left: 50%;
    position: absolute;
    top: 0;
    transform: translateX(-50%);
    width: 502.98px;
}

.top_review_headline_deco img {
    -o-object-fit: contain;
    aspect-ratio: 502.98/173.28;
    height: auto;
    object-fit: contain;
    width: 100%;
}

.top_review_slider {
    margin-top: 55px;
    position: relative;
}

.top_review_slider_button_wrap {
    aspect-ratio: 560/375;
    left: 50%;
    pointer-events: none;
    position: absolute;
    top: 0;
    transform: translateX(-50%);
    width: min(100%, 560px);
    z-index: 1;
}

.top_review_slider_button {
    aspect-ratio: 1/1;
    background: #FFFFFF;
    border: 3px solid #F0F7F8;
    border-radius: 100vh;
    cursor: pointer;
    display: grid;
    place-items: center;
    pointer-events: all;
    position: absolute;
    top: 50%;
    transition: 0.5s;
    width: 66px;
}

.top_review_slider_button svg {
    -o-object-fit: contain;
    aspect-ratio: 1/2;
    display: grid;
    height: auto;
    object-fit: contain;
    width: 12px;
}

.top_review_slider_button svg path {
    stroke: #06B4F1;
    transition: 0.5s;
}

.top_review_slider_button_prev {
    left: 0;
    transform: translate(-62%, -50%);
}

.top_review_slider_button_next {
    right: 0;
    transform: translate(62%, -50%);
}

.top_review_btnwrap {
    display: flex;
    justify-content: center;
    margin-top: 34px;
}

/* トップページServiceセクション */
.top_service {
    padding-block: 0px 103px;
    position: relative;
}

.top_service_bgtext {
    color: #C5E6F2;
    font-family: "Quicksand", sans-serif;
    font-size: 104px;
    font-weight: 700;
    left: 47px;
    letter-spacing: 0em;
    line-height: 1.25;
    position: absolute;
    top: -80px;
    z-index: 1;
}

.top_service_bg01 {
    position: absolute;
    right: 0;
    top: 275px;
    width: min(100%, 990px);
}

.top_service_bg01 img {
    -o-object-fit: contain;
    aspect-ratio: 990/1200;
    height: auto;
    object-fit: contain;
    width: 100%;
}

.top_service_bg02 {
    bottom: 3px;
    left: 0;
    position: absolute;
    width: min(100%, 183px);
}

.top_service_bg02 img {
    -o-object-fit: contain;
    aspect-ratio: 183/300;
    height: auto;
    object-fit: contain;
    width: 100%;
}

.top_service_container {
    position: relative;
}

/* トップページStaffセクション */
.top_staff {
    position: relative;
}

.top_staff::before {
    background: #FFFFFF;
    border-radius: 0 50px 50px 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: calc(100% - (100% - 1440px) / 2 - 50px);
    z-index: 1;
}

.top_staff::after {
    background: url(./image/top_bg10.png) center center/100% 100% no-repeat;
    content: "";
    height: 1536px;
    left: 0;
    position: absolute;
    top: -505px;
    width: 100%;
    z-index: 0;
}

.top_staff_container {
    padding-block: 62px 70px;
    position: relative;
    z-index: 2;
}

.top_staff_deco {
    bottom: -103px;
    left: -29px;
    position: absolute;
    width: min(100%, 212.37px);
}

.top_staff_deco img {
    -o-object-fit: contain;
    aspect-ratio: 212.37/290.85;
    height: auto;
    object-fit: contain;
    width: 100%;
}

.top_staff_wrap {
    margin-inline: auto;
    position: relative;
    width: min(100%, 1140px);
}

.top_staff_header {
    align-items: flex-end;
    display: flex;
    justify-content: space-between;
}

.top_staff_headline {
    position: relative;
}

.top_staff_headline_deco {
    position: absolute;
    right: -219px;
    top: -77px;
    width: 217px;
}

.top_staff_headline_deco img {
    -o-object-fit: contain;
    aspect-ratio: 217/179.4;
    height: auto;
    object-fit: contain;
    width: 100%;
}

.top_staff_btnwrap_sp {
    display: none;
}

.top_staff_slider {
    clip-path: inset(0 50px 0 0);
    margin-left: -19px;
    margin-right: -150px;
    margin-top: 22.8px;
    padding-top: 12.2px;
}

.top_staff_slider .top_staff_slider_pagination {
    background: #F0F7F8;
    border-radius: 5px;
    height: 10px;
    overflow: hidden;
    position: relative;
    width: min(100%, 990px);
}

.top_staff_slider .top_staff_slider_pagination .pagination_active {
    -webkit-user-select: none;
    -moz-user-select: none;
    background: #06B4F1;
    border-radius: 5px;
    cursor: grab;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transition: left 0.5s ease-in-out;
    user-select: none;
    width: 20%;
}

.top_staff_slider .top_staff_slider_pagination .pagination_active:active {
    cursor: grabbing;
}

.top_staff_slider_control {
    align-items: center;
    display: flex;
    gap: 40px;
    justify-content: flex-end;
    margin-left: 19px;
    margin-top: 26.8px;
    width: min(100%, 1140px);
}

.top_staff_slider_btnwrap {
    align-items: center;
    display: flex;
    gap: 4px;
}

.top_staff_slider_button {
    aspect-ratio: 1/1;
    background: #FFFFFF;
    border: 3px solid #F0F7F8;
    border-radius: 100vh;
    cursor: pointer;
    display: grid;
    place-items: center;
    transition: 0.5s;
    width: 53px;
}

.top_staff_slider_button img {
    -o-object-fit: contain;
    aspect-ratio: 1/2;
    height: auto;
    object-fit: contain;
    width: 10px;
}

.google_news_area .sk-ww-google-business-posts {
    background: transparent !important;
}

.google_news_area .sk-ww-google-business-posts .sk-post-body-full {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}

.google_news_area .sk-ww-google-business-posts .sk-post-media.--image {
    aspect-ratio: 5/3;
    height: auto !important;
    margin-bottom: 0 !important;
}

.google_news_area .sk-ww-google-business-posts .sk-post-media.--image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.google_news_area .sk-ww-google-business-posts .sk-posts-masonry {
    margin-top: 50px !important;
}

.google_news_area .sk-ww-google-business-posts .sk-posts-masonry .sk-post-item:nth-child(n+4) {
    display: none;
}

body .google_news_area .sk-ww-google-business-posts .sk-post-item {
    padding: 20px !important;
    border-radius: 30px !important;
}

body .sk-ww-google-business-posts .sk-post-body {
    margin-bottom: 0 !important;
}

.page_news_archive .google_news_area .sk-ww-google-business-posts .sk-posts-masonry .sk-post-item:nth-child(n+4) {
    display: block;
}

.page_news_archive .google_news_area .sk-ww-google-business-posts .sk-posts-masonry .sk-post-item:nth-child(n+19) {
    display: none !important;
}

body .sk-ww-google-business-posts .sk-posts-masonry {
    height: 414px !important;
}

body .page_news_archive .sk-ww-google-business-posts .sk-posts-masonry {
    height: 2554px !important;
}

.page_owner_staff_box {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-top: 50px;
}

.page_owner_staff.top_staff::after,
.page_owner_staff.top_staff::before {
    content: unset;
}

.page_owner_staff {
    margin-bottom: 70px;
}

.page_owner_staff .top_staff_deco {
    display: none;
}

.page_owner_staff .common_headline01 .theme {
    font-size: 16px;
    margin-top: .3em;
}

.cancel_fixed_btn {
    position: fixed;
    right: 0;
    bottom: 300px;
    z-index: 100;
    align-items: center;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    gap: 20px;
    justify-content: center;
    width: 60px;
    border-radius: 20px 0 0 20px;
    border: 2px solid #1F7EF9;
    border-right: none;
    padding: 20px 0;
    color: #1F7EF9;
    transition: .3s;
}

.cancel_fixed_btn:hover {
    background-color: #E7EFF2;
}

.cancel_fixed_btn .cancel_fixed_btn_text {
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.005em;
    line-height: 1;
    writing-mode: vertical-lr;
}

.cancel_fixed_btn .cancel_fixed_btn_icon {
    aspect-ratio: 1/2;
    display: grid;
    width: 7px;
}

.cancel_fixed_btn .cancel_fixed_btn_icon img {
    -o-object-fit: contain;
    aspect-ratio: 1/2;
    height: auto;
    object-fit: contain;
    width: 100%;
}

/* ホバー */
@media (any-hover: hover) {
    .common_btn01:hover::before {
        transform: translate(-50%, -50%) scale(1.5);
    }

    .common_btn02:hover .common_btn02_text {
        background-size: 100% 1px;
    }

    .common_btn02:hover .common_btn02_icon::before {
        width: 95px;
    }

    .common_btn03:hover::before {
        transform: translate(-50%, -50%) scale(1.5);
    }

    .common_btn04:hover::before {
        transform: translate(-50%, -50%) scale(1.5);
    }

    .common_btn05:hover::before {
        transform: translate(-50%, -50%) scale(1.5);
    }

    .common_btn06:hover::before {
        transform: translate(-50%, -50%) scale(1.5);
    }

    .common_btn07:hover::before {
        transform: translate(-50%, -50%) scale(1.5);
    }

    .common_btn08:hover::before {
        transform: translate(-50%, -50%) scale(1.5);
    }

    .common_btn10:hover .common_btn10_text {
        background-size: 100% 1px;
    }

    .common_btn10:hover .common_btn10_icon::after {
        width: 95px;
    }

    .common_btn11:hover::before {
        transform: translate(-50%, -50%) scale(1);
    }

    .common_btn12:hover::before {
        transform: translate(-50%, -50%) scale(1);
    }

    .common_btn13:hover::before {
        transform: translate(-50%, -50%) scale(1);
    }

    .common_card01:not(:hover) .common_card01_inner {
        -webkit-animation: flip-back 0.6s cubic-bezier(0.55, -0.22, 0.66, 1) forwards;
        -moz-animation: flip-back 0.6s cubic-bezier(0.55, -0.22, 0.66, 1) forwards;
        animation: flip-back 0.6s cubic-bezier(0.55, -0.22, 0.66, 1) forwards;
    }

    .common_card01:hover {
        transform: rotate(-5deg);
        z-index: 999;
    }

    .common_card01:hover .common_card01_inner {
        -webkit-animation: flip-overshoot 0.6s cubic-bezier(0.55, -0.22, 0.66, 1) forwards;
        -moz-animation: flip-overshoot 0.6s cubic-bezier(0.55, -0.22, 0.66, 1) forwards;
        animation: flip-overshoot 0.6s cubic-bezier(0.55, -0.22, 0.66, 1) forwards;
    }

    .common_card01:hover .common_btn09_text {
        background-size: 100% 1px;
    }

    .common_card01:hover .common_btn09_icon::before {
        width: 66px;
    }

    .common_card01:hover .common_card01_badge:nth-child(1) {
        animation: popup-scale 0.4s ease-out 0.3s forwards;
    }

    .common_card01:hover .common_card01_badge:nth-child(2) {
        animation: popup-scale 0.4s ease-out 0.45s forwards;
    }

    .common_card01:hover .common_card01_badge:nth-child(3) {
        animation: popup-scale 0.4s ease-out 0.6s forwards;
    }

    .common_card01:hover .common_card01_badge:nth-child(4) {
        animation: popup-scale 0.4s ease-out 0.75s forwards;
    }

    .common_card01:hover .common_card01_badge:nth-child(5) {
        animation: popup-scale 0.4s ease-out 1s forwards;
    }

    .common_card01:hover .common_card01_badge:nth-child(n+6) {
        animation: popup-scale 0.4s ease-out calc(0.3s + var(--badge-index, 0) * 0.15s) forwards;
    }

    /* Firefox specific fixes for card flip */
    @-moz-document url-prefix() {
        .common_card01_inner {
            -moz-transform-style: preserve-3d !important;
        }

        .common_card01_front,
        .common_card01_back {
            -moz-backface-visibility: hidden !important;
            -moz-transform-style: flat;
        }

        .common_card01_front {
            -moz-transform: rotateY(0deg) !important;
        }

        .common_card01_back {
            -moz-transform: rotateY(180deg) !important;
        }
    }

    .common_card02_link:hover {
        opacity: 0.7;
    }

    .common_follow_pc:hover {
        right: -3px;
    }

    .common_item02_link:hover {
        opacity: 0.7;
    }

    .breadcrumb a:hover {
        opacity: 0.7;
    }

    a.footer_link:hover .footer_link_text {
        background-size: 100% 1px;
        color: #06B4F1;
    }

    .footer_sublink:hover {
        opacity: 0.7;
    }

    .footer_link_small:hover {
        opacity: 0.7;
    }

    .footer_logo_link:hover {
        opacity: 0.7;
    }

    .header_link:hover::after {
        bottom: 5px;
        opacity: 1;
        visibility: visible;
    }

    .header_link:hover .header_link_text {
        color: #06B4F1;
    }

    .header_logo_link:hover {
        opacity: 0.7;
    }

    .scroll_btn:hover::before {
        width: 200px;
    }

    .top_review_slider_button:hover {
        background: #06B4F1;
    }

    .top_review_slider_button:hover svg path {
        stroke: #FFFFFF;
    }

    .single_customer03_button:hover {
        background: #06B4F1;
    }

    .single_customer03_button:hover svg path {
        stroke: #FFFFFF;
    }
}

@media screen and (min-width: 1441px) {
    .header {
        left: 50%;
        transform: translateX(-50%);
    }

    .header.is-fixed {
        left: 50%;
        transform: translateX(-50%);
    }

    .header.is-show {
        transform: translateX(-50%) translateY(0);
    }

    .header.is-hide {
        transform: translateX(-50%) translateY(-100%);
    }
}


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

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

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

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

    body {
        font-size: 13px;
        min-width: auto;
    }

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

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

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

    #sp_header .icon {
        color: #000;
        position: absolute;
    }

    #sp_header .mail {
        font-size: 25px;
        right: 70px;
        top: 13px;
    }

    #sp_header .tel {
        font-size: 20px;
        right: 110px;
        top: 15px;
    }

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

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

    .common_page_wrap {
        padding: 20vw 0;
    }

    .reserve_text {
        font-size: 6vw;
    }

    /* 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 {
        gap: 0.6em;
        grid-template-columns: 1fr;
    }

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

    .common_contact_form .form_box dl dt {
        flex-direction: row-reverse;
        font-size: 4.1vw;
        justify-content: space-between;
        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,
    .common_contact_form #zip2 {
        font-size: 3.6vw;
    }

    .common_contact_form select,
    .common_contact_form .hasDatepicker[type=text] {
        font-size: 3.6vw;
        width: 100%;
    }

    .common_contact_form textarea {
        font-size: 3.6vw;
        height: 33vw;
    }

    .radio_btns,
    .checkboxes {
        gap: 0.5em 2.5em;
    }

    .page_contact #btn_wrap button {
        font-size: 4.6vw;
        line-height: 15.5vw;
        width: 83%;
    }

    .page_contact #btn_wrap button[name=submitBack] {
        margin-top: 4vw;
    }

    .mwform-checkbox-field.horizontal-item {
        display: block;
    }

    .page_contact #btn_wrap {
        text-align: center;
        width: 100%;
    }

    .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 {
        padding: 5vw 0;
        width: 96%;
    }

    .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 {
        margin: 1.5vw auto 0;
        width: 2.5vw;
    }

    /* サンクスページ */
    .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 {
        font-size: 4vw;
        line-height: 12vw;
        width: 80%;
    }

    /* ステップバー デザイン */
    .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 {
        left: -3.3em;
        top: 63%;
        width: 5.7vw;
    }

    .page_contact .progressbar .item .mark {
        margin: 0 auto 0.4em;
        width: 7.7vw;
    }

    /* SP固定ページ 404ページ */
    #page_404 .num {
        font-size: 20vw;
        line-height: 1.5;
    }

    #page_404 .text {
        font-size: 3.5vw;
    }

    /* SP投稿ページ アーカイブページ */
    .archive_page_list>article {
        padding-right: 20px;
    }

    .archive_page_list>article .date {
        width: 80px;
    }

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

    .archive_page_list>article:after {
        height: 7px;
        width: 7px;
    }

    /* SP固定ページ サイトマップ */
    ul#sitemap_list li {
        margin: 0;
    }

    body #sitemap_list li a {
        font-size: 4vw;
        line-height: 9vw;
        margin-bottom: 1vw;
        padding: 1vw 2vw;
    }

    body #sitemap_list li.home-item {
        margin-bottom: 4vw;
    }

    body #sitemap_list {
        padding: 0;
    }

    .radio_btns .radio_btns__item+span {
        font-size: 3.59vw;
    }

    .radio_btns .radio_btns__item+span::before,
    .radio_btns .radio_btns__item+span::after {
        width: 5.13vw;
    }

    .radio_btns .radio_btns__item+span::after {
        left: 1.28vw;
        width: 2.56vw;
    }

    .mwform-checkbox-field-text {
        font-size: 3.59vw;
        padding-left: 7.69vw;
    }

    .mwform-checkbox-field-text::before {
        width: 5.13vw;
    }

    .mwform-checkbox-field-text::after {
        width: 5.13vw;
    }

    a[href^="tel:"] {
        pointer-events: all;
    }

    .pc {
        display: none;
    }

    .sp {
        display: block;
    }

    img {
        /* タッチイベント自体を無効化 */
        -webkit-touch-callout: none;
        /* 長押し時のメニューを無効化 (iOS Safari) */
        -webkit-user-select: none;
        /* テキスト選択を無効化 */
        -webkit-user-drag: none;
        /* ドラッグ動作を無効化 */
        -moz-user-select: none;
        pointer-events: none;
        /* 他のブラウザでの選択無効化 */
        touch-action: manipulation;
        user-select: none;
        /* ズームやスクロールジェスチャーを制限 */
    }

    .error404 .page-header {
        padding-top: 25.64vw;
    }

    .error-404 {
        padding-bottom: 25.64vw;
    }

    /* 共通パーツ */
    .common_btn01 {
        display: none;
    }

    .common_btn02 {
        gap: 3.85vw;
    }

    .common_btn02_text {
        background-image: linear-gradient(90deg, #06B4F1, #06B4F1);
        background-position: left bottom 1.28vw;
        background-size: 100% 1px;
        font-size: 4.1vw;
        line-height: 1.8;
        margin-top: 1.28vw;
    }

    .common_btn02_icon {
        width: 15.38vw;
    }

    .common_btn02_icon img {
        width: 2.56vw;
    }

    .common_btn02_icon::before {
        display: none;
    }

    .common_btn03_wrap {
        padding-top: 5.13vw;
        width: min(100%, 84.62vw);
    }

    .common_btn03_deco {
        border-radius: 1.28vw;
        font-size: 3.59vw;
        line-height: 1.43;
        padding: 1.28vw;
        width: min(100%, 51.28vw);
    }

    .common_btn03_deco::before {
        bottom: -2.56vw;
        height: 2.56vw;
        width: 3.59vw;
    }

    .common_btn03 {
        border: 3px solid #FFFFFF;
        border-radius: 12.82vw;
        padding: 6.15vw 2.56vw;
    }

    .common_btn03_icon01 {
        left: 3.08vw;
        width: 10.26vw;
    }

    .common_btn03_icon01 img {
        width: 5.13vw;
    }

    .common_btn03_text {
        font-size: 4.1vw;
    }

    .common_btn03_icon02 {
        height: 4.62vw;
        right: 6.41vw;
        width: 2.82vw;
    }

    .common_btn04_wrap {
        margin-top: 1.28vw;
        padding-top: 5.13vw;
        width: min(100%, 84.62vw);
    }

    .common_btn04_deco {
        border-radius: 1.28vw;
        font-size: 4.1vw;
        line-height: 1.5;
        padding: 0.77vw 1.28vw;
        width: min(100%, 51.28vw);
    }

    .common_btn04_deco::before {
        bottom: -2.56vw;
        height: 2.56vw;
        width: 3.59vw;
    }

    .common_btn04 {
        border: 3px solid #1F7EF9;
        border-radius: 12.82vw;
        padding: 6.15vw 2.56vw;
        text-align: center;
    }

    .common_btn04::before {
        display: none;
    }

    .common_btn04_icon01 {
        left: 3.08vw;
        width: 10.26vw;
    }

    .common_btn04_icon01 img {
        width: 5.64vw;
    }

    .common_btn04_text {
        font-size: 4.1vw;
    }

    .common_btn04_icon02 {
        height: 4.62vw;
        right: 6.41vw;
        width: 2.82vw;
    }

    .common_btn05_wrap {
        padding-top: 5.13vw;
        width: min(100%, 84.62vw);
    }

    .common_btn05_deco {
        border-radius: 1.28vw;
        font-size: 4.1vw;
        line-height: 1.5;
        padding: 0.77vw 1.28vw;
        width: min(100%, 51.28vw);
    }

    .common_btn05_deco::before {
        bottom: -2.56vw;
        height: 2.56vw;
        width: 3.59vw;
    }

    .common_btn05 {
        border: 3px solid #FFFFFF;
        border-radius: 12.82vw;
        padding: 6.15vw 2.56vw;
    }

    .common_btn05::before {
        display: none;
    }

    .common_btn05_icon01 {
        left: 3.08vw;
        width: 10.26vw;
    }

    .common_btn05_icon01 img {
        width: 6.41vw;
    }

    .common_btn05_text {
        font-size: 4.1vw;
    }

    .common_btn05_icon02 {
        height: 4.62vw;
        right: 6.41vw;
        width: 2.82vw;
    }

    .common_btn06 {
        border-radius: 12.82vw;
        padding: 4.49vw 2.56vw;
        width: min(100%, 64.1vw);
    }

    .common_btn06_icon01 {
        left: 1.79vw;
        width: 8.97vw;
    }

    .common_btn06_icon01 img {
        width: 5.64vw;
    }

    .common_btn06_text {
        font-size: 3.59vw;
    }

    .common_btn06_icon02 {
        height: 3.59vw;
        right: 5.38vw;
        width: 1.79vw;
    }

    .common_btn07 {
        border-radius: 12.82vw;
        padding: 4.49vw 2.56vw;
        width: min(100%, 64.1vw);
    }

    .common_btn07_icon01 {
        left: 1.79vw;
        width: 8.97vw;
    }

    .common_btn07_icon01 img {
        width: 5.64vw;
    }

    .common_btn07_text {
        font-size: 3.59vw;
    }

    .common_btn07_icon02 {
        height: 3.59vw;
        right: 5.38vw;
        width: 1.79vw;
    }

    .common_btn08 {
        border-radius: 12.82vw;
        padding: 4.49vw 2.56vw;
        width: min(100%, 64.1vw);
    }

    .common_btn08_icon01 {
        left: 1.79vw;
        width: 8.97vw;
    }

    .common_btn08_icon01 img {
        width: 5.64vw;
    }

    .common_btn08_text {
        font-size: 3.59vw;
    }

    .common_btn08_icon02 {
        height: 3.59vw;
        right: 5.38vw;
        width: 1.79vw;
    }

    .common_btn09 {
        gap: 3.85vw;
    }

    .common_btn09_text {
        font-size: 4.1vw;
        line-height: 1.8;
    }

    .common_btn09_icon {
        width: 15.38vw;
    }

    .common_btn09_icon img {
        width: 2.56vw;
    }

    .common_btn09_icon::before {
        display: none;
    }

    .common_btn10 {
        gap: 3.85vw;
    }

    .common_btn10_text {
        background-image: linear-gradient(90deg, #06B4F1, #06B4F1);
        background-position: left bottom 1.03vw;
        background-size: 100% 1px;
        font-size: 4.1vw;
        line-height: 1.8;
    }

    .common_btn10_icon {
        width: 15.38vw;
    }

    .common_btn10_icon img {
        width: 2.82vw;
    }

    .common_btn10_icon::before {
        width: 15.38vw;
    }

    .common_btn10_icon::after {
        display: none;
    }

    .common_btn11 {
        border-radius: 2.56vw 2.56vw 0 0;
        flex: 1;
        padding: 6.98px 5px 5px;
        width: unset;
    }

    .common_btn11_icon {
        width: 30px;
    }

    .common_btn11_icon img {
        width: 18px;
    }

    .common_btn11_text {
        display: block;
        font-size: 12px;
        line-height: 1.42;
        margin-top: 1px;
    }

    .common_btn12 {
        border: 2px solid #1F7EF9;
        border-radius: 10px 10px 0 0;
        flex: 1;
        padding: 5px 3px 3px;
        width: unset;
    }

    .common_btn12_icon {
        width: 30px;
    }

    .common_btn12_icon img {
        width: 18px;
    }

    .common_btn12_text {
        display: block;
        font-size: 12px;
        line-height: 1.42;
        margin-top: 1px;
    }

    .common_btn13 {
        border-radius: 10px 10px 0 0;
        flex: 1;
        padding: 6.98px 5px 5px;
        width: unset;
    }

    .common_btn13_icon {
        width: 30px;
    }

    .common_btn13_icon img {
        width: 18px;
    }

    .common_btn13_text {
        display: block;
        font-size: 12px;
        line-height: 1.42;
        margin-top: 1px;
    }

    .common_btn13_text .small {
        font-size: 12px;
        line-height: 1.42;
    }

    .common_btn14 {
        background: #06B4F1;
        border-radius: 10px 10px 0 0;
        display: block;
        flex: 1;
        flex-shrink: 0;
        padding: 6.98px 5px 5px;
        text-align: center;
    }

    .common_btn14_icon {
        aspect-ratio: 1/1;
        background: #FFFFFF;
        border-radius: 100vh;
        display: grid;
        margin-inline: auto;
        place-items: center;
        width: 30px;
    }

    .common_btn14_icon img {
        -o-object-fit: contain;
        aspect-ratio: 1/1;
        height: auto;
        object-fit: contain;
        width: 18px;
    }

    .common_btn14_text {
        color: #FFFFFF;
        display: block;
        display: block;
        font-size: 12px;
        font-weight: 700;
        letter-spacing: 0.005em;
        line-height: 1.42;
        margin-top: 1px;
    }

    .common_card01 {
        padding-inline: 0vw;
    }

    .common_card01_inner {
        aspect-ratio: 220/330;
    }

    .common_card01_link {
        border-radius: 7.69vw;
        padding: 4.36vw 3.85vw 3.85vw;
    }

    .common_card01_number .small {
        font-size: 3.59vw;
    }

    .common_card01_number .big {
        font-size: 8.21vw;
        margin-top: 0.77vw;
    }

    .common_card01_name_en {
        font-size: 3.33vw;
        line-height: 1.23;
    }

    .common_card01_name_ja {
        font-size: 5.13vw;
        line-height: 1.45;
    }

    .common_card01_badgewrap_sp {
        align-items: flex-end;
        bottom: -2.56vw;
        display: flex;
        flex-direction: column;
        gap: 1.28vw;
        max-height: 44.62vw;
        right: -2.56vw;
        rotate: 0deg;
        top: unset;
        width: min(100%, 35.9vw);
    }

    .common_card01_badge {
        opacity: 1;
        transform: scale(1);
        width: 17.95vw;
    }

    .common_card01_badge img {
        aspect-ratio: 70/84.48;
    }

    .common_card01_archive .common_card01_inner {
        margin-inline: auto;
        width: min(100%, 64.1vw);
    }

    .common_card02 {
        border-radius: 5.13vw;
        padding: 5.13vw;
    }

    .common_card02_img {
        border-radius: 1.28vw;
    }

    .common_card02_img img {
        /*画像位置調整*/
        -o-object-position: center 20%;
        aspect-ratio: 260/225;
    }

    .common_card02_body {
        margin-top: 2.56vw;
    }

    .common_card02_title {
        font-size: 4.1vw;
        min-height: unset;
    }

    .common_card02_txt {
        font-size: 3.59vw;
        margin-top: 3.85vw;
        min-height: unset;
    }

    .common_cards02 {
        gap: 7.69vw;
        grid-template-columns: repeat(1, 1fr);
    }

    .common_cards03 {
        gap: 7.69vw;
        grid-template-columns: repeat(1, 1fr);
    }

    .common_contact_container {
        border-bottom: 6px solid #FFFFFF;
        border-left: 5px solid #FFFFFF;
        border-radius: 7.69vw;
        border-right: 5px solid #FFFFFF;
        border-top: 6px solid #FFFFFF;
        padding-block: 12.31vw 10.77vw;
    }

    .common_contact_container::after {
        background-image: url(./image/contact_sp_bg02.png);
        border-radius: 7.69vw;
        height: calc(100% + 6.15vw);
        width: 92.31vw;
    }

    .common_contact_wrap {
        padding-inline: 3.85vw;
        width: 100%;
    }

    .common_contact_headline_deco {
        left: -2.82vw;
        top: -23.86vw;
        width: 50.99vw;
    }

    .common_contact_headline_deco img {
        aspect-ratio: 198.88/106.38;
    }

    .common_contact_text {
        font-size: 3.59vw;
        line-height: 1.8;
        margin-top: 4.62vw;
    }

    .common_contact_btnwrap {
        flex-direction: column;
        gap: 2.56vw;
        margin-top: 5.38vw;
    }

    .common_contact_tel {
        border-radius: 2.56vw;
        margin-top: 3.85vw;
        padding: 3.85vw 3.85vw 4.1vw;
    }

    .common_contact_telwrap {
        align-items: center;
        flex-direction: column;
    }

    .common_contact_tel_label {
        font-size: 4.1vw;
        line-height: 1.5;
    }

    .common_contact_tel_number {
        gap: 2.56vw;
        margin-left: 3.59vw;
        margin-top: 2.56vw;
    }

    .common_contact_tel_number_icon {
        width: 8.97vw;
    }

    .common_contact_tel_number_icon img {
        width: 5.13vw;
    }

    .common_contact_tel_number_text {
        font-size: 8.21vw;
        line-height: 1.25;
    }

    .common_contact_tel_time {
        font-size: 3.59vw;
        line-height: 1.43;
        margin-left: 0;
        margin-top: 0.26vw;
    }

    .common_follow_pc {
        display: none;
    }

    .common_follow_sp {
        bottom: 0;
        display: block;
        left: 0;
        position: fixed;
        width: 100%;
        z-index: 2500;
    }

    .common_headline01_sub {
        font-size: 8.21vw;
        line-height: 1.25;
    }

    .common_headline01_main {
        font-size: 3.59vw;
        gap: 3.85vw;
        line-height: 1.43;
        margin-top: 0.77vw;
    }

    .common_headline01_main::after {
        background-image: radial-gradient(circle, #06B4F1 0.38vw, transparent 0.38vw);
        background-size: 2.05vw 2.05vw;
        height: 0.77vw;
        width: 10.26vw;
    }

    .common_headline02 {
        padding-top: 11.79vw;
    }

    .common_headline02_sub {
        font-size: 8.21vw;
        line-height: 1.56;
    }

    .common_headline02_main {
        font-size: 3.59vw;
        gap: 3.85vw;
        letter-spacing: 0em;
        line-height: 1.43;
        margin-top: -0.51vw;
    }

    .common_headline02_main::before,
    .common_headline02_main::after {
        background-image: radial-gradient(circle, #06B4F1 0.38vw, transparent 0.38vw);
        background-size: 2.05vw 2.05vw;
        height: 0.77vw;
        width: 10.26vw;
    }

    .common_headline03_sub {
        font-size: 8.21vw;
        line-height: 1.25;
    }

    .common_headline03_main {
        font-size: 3.59vw;
        gap: 3.85vw;
        letter-spacing: 0em;
        line-height: 1.43;
        margin-top: 0.77vw;
    }

    .common_headline03_main::before,
    .common_headline03_main::after {
        background-image: radial-gradient(circle, #FFFFFF 0.38vw, transparent 0.38vw);
        background-size: 2.05vw 2.05vw;
        height: 0.77vw;
        width: 10.26vw;
    }

    .common_headline04_img01 {
        bottom: 1.54vw;
        right: -21.28vw;
        width: min(100%, 20.51vw);
    }

    .common_headline04_img01 img {
        aspect-ratio: 80/94.58;
    }

    .common_headline04_sub {
        font-size: 4.1vw;
    }

    .common_headline04_main {
        font-size: 6.15vw;
        line-height: 1.92;
        margin-top: 1.54vw;
    }

    .common_headline04_main01 {
        margin-top: 0vw;
    }

    .common_headline04_deco {
        font-size: 8.21vw;
        line-height: 1.44;
    }

    .common_headline04_deco::before {
        width: 12.31vw;
    }

    .common_headline05_sub {
        font-size: 8.21vw;
        line-height: 1.25;
    }

    .common_headline05_main {
        font-size: 3.59vw;
        gap: 5.13vw;
    }

    .common_headline05_main::after {
        background-image: radial-gradient(circle, #06B4F1 0.38vw, transparent 0.38vw);
        background-size: 2.05vw 2.05vw;
        height: 0.77vw;
        width: 10.26vw;
    }

    .common_headline06_deco01 {
        right: -10.77vw;
        top: 0vw;
        width: 15.38vw;
    }

    .common_headline06_center {
        margin-inline: unset;
        text-align: left;
    }

    .common_headline06_sub {
        font-size: 4.1vw;
    }

    .common_headline06_main {
        font-size: 6.15vw;
        line-height: 1.92;
        margin-top: 2.56vw;
    }

    .common_headline06_main01 {
        margin-top: 0.77vw;
    }

    .common_headline06_main_big {
        margin-bottom: 0;
    }

    .common_headline06_deco {
        font-size: 6.15vw;
        line-height: 1.92;
    }

    .common_headline06_deco::before {
        width: 12.31vw;
    }

    .common_headline07_img01 {
        right: -21.28vw;
        width: min(100%, 20.51vw);
    }

    .common_headline07_img01 img {
        aspect-ratio: 80/94.58;
    }

    .common_headline07_main {
        font-size: 6.15vw;
        line-height: 1.92;
    }

    .common_headline07_deco {
        font-size: 8.21vw;
        line-height: 1.44;
    }

    .common_headline07_deco::before {
        width: 12.31vw;
    }

    .common_headline08_main {
        font-size: 4.1vw;
        margin-top: 1.28vw;
    }

    .common_headline08_sub {
        font-size: 3.08vw;
        gap: 3.85vw;
        line-height: 1.43;
        margin-top: 0.77vw;
    }

    .common_headline08_sub::after {
        background-image: radial-gradient(circle, #06B4F1 0.38vw, transparent 0.38vw);
        background-size: 2.05vw 2.05vw;
        height: 0.77vw;
        width: 10.26vw;
    }

    .common_headline09 {
        padding-top: 11.79vw;
    }

    .common_headline09_sub {
        font-size: 8.21vw;
        line-height: 1.56;
    }

    .common_headline09_main {
        font-size: 3.59vw;
        gap: 3.85vw;
        letter-spacing: 0em;
        line-height: 1.43;
        margin-top: -0.51vw;
    }

    .common_headline09_main::before,
    .common_headline09_main::after {
        background-image: radial-gradient(circle, #06B4F1 0.38vw, transparent 0.38vw);
        background-size: 2.05vw 2.05vw;
        height: 0.77vw;
        width: 10.26vw;
    }

    .common_item01 {
        flex-direction: column-reverse;
        gap: 3.85vw;
    }

    .common_item01_deco01 {
        bottom: -16.15vw;
        left: auto;
        right: 2.56vw;
        width: min(100%, 28.21vw);
    }

    .common_item01_deco01 img {
        aspect-ratio: 110/76.97;
    }

    .common_item01_deco02 {
        bottom: -20.51vw;
        left: -2.56vw;
        width: min(100%, 47.44vw);
    }

    .common_item01_deco02 img {
        aspect-ratio: 185/68.88;
    }

    .common_item01_body {
        margin-top: 0;
        width: 100%;
    }

    .common_item01_txt {
        font-size: 3.85vw;
        line-height: 1.8;
        margin-top: 3.33vw;
    }

    .common_item01_btnwrap {
        margin-top: 4.87vw;
    }

    .common_item01_img {
        border-radius: 7.69vw;
        width: 100%;
        height: 55vw;
    }

    .common_item01_img img {
        aspect-ratio: unset;
        height: 100%;
        object-fit: cover;
    }

    .common_item02 {
        border-radius: 5.13vw;
    }

    .common_item02_link {
        flex-direction: column;
        gap: 3.85vw;
        padding: 5.13vw;
    }

    .common_item02_img {
        border-radius: 2.56vw;
        width: 100%;
    }

    .common_item02_img img {
        /*画像位置調整*/
        -o-object-position: center 20%;
        aspect-ratio: 240/145;
        object-position: center 20%;
    }

    .common_item02_body {
        width: 100%;
    }

    .common_item02_head {
        font-size: 4.62vw;
        line-height: 1.3;
    }

    .common_item02_txt {
        -webkit-line-clamp: 5;
        font-size: 3.59vw;
        line-height: 1.5;
        margin-bottom: 3.85vw;
        margin-top: 1.54vw;
    }

    .common_item02_customerwrap {
        margin-top: 3.85vw;
        padding-left: 1.28vw;
        padding-top: 3.59vw;
    }

    .common_item02_icon {
        width: 5.13vw;
    }

    .common_item02_age {
        font-size: 4.1vw;
        margin-left: 2.56vw;
    }

    .common_item02_gender {
        font-size: 4.1vw;
        margin-left: 4.36vw;
    }

    .common_item03 {
        flex-direction: column;
        gap: 3.85vw;
    }

    .common_item03_deco01 {
        bottom: unset;
        left: -2.56vw;
        top: -20vw;
        width: 24.36vw;
    }

    .common_item03_deco02 {
        bottom: unset;
        right: -2.56vw;
        top: -17.69vw;
        width: 38.46vw;
    }

    .common_item03_deco03 {
        bottom: unset;
        left: -2.56vw;
        top: -10.26vw;
        width: 24.36vw;
    }

    .common_item03_img {
        border-radius: 7.69vw;
        width: 100%;
    }

    .common_item03_img img {
        /*画像位置調整*/
        -o-object-position: center 15%;
        aspect-ratio: 350/230;
        object-position: center 15%;
    }

    .common_item03_body {
        width: 100%;
    }

    .common_item03_body01 {
        margin-top: 0vw;
    }

    .common_item03_body02 {
        margin-top: 0vw;
    }

    .common_item03_body03 {
        margin-top: 0vw;
    }

    .common_item03_txt {
        font-size: 4.1vw;
        line-height: 1.8;
        margin-top: 5.13vw;
    }

    .common_item04 {
        flex-direction: column-reverse;
        gap: 3.85vw;
    }

    .common_item04_body {
        width: 100%;
    }

    .common_item04_txt {
        font-size: 3.85vw;
        line-height: 1.8;
        margin-top: 5.13vw;
        padding-top: 6vw;
        border-top: 6px dotted #06B4F1;
    }

    .common_item04_img {
        border-radius: 7.69vw;
        width: 100%;
    }

    .common_item04_img img {
        /*画像位置調整*/
        -o-object-position: center 15%;
        aspect-ratio: 350/230;
        object-position: center 15%;
    }

    .common_item05_wrap {
        flex-direction: column;
        gap: 3.85vw;
    }

    .common_item05_img {
        border-radius: 5.13vw;
        width: 100%;
    }

    .common_item05_img img {
        aspect-ratio: 330/180;
    }

    .common_item05_textblock {
        margin-top: 0;
    }

    .common_item05_header {
        gap: 3.85vw;
    }

    .common_item05_content {
        margin-top: 2.56vw;
    }

    .common_item05_title {
        font-size: 4.1vw;
        margin-top: 0.51vw;
    }

    .common_item05_text {
        font-size: 3.59vw;
        line-height: 1.5;
        margin-top: 3.08vw;
    }

    .common_item06 {
        align-items: center;
        flex-direction: column;
        border-radius: 5.13vw;
    }

    .common_item06+.common_item06 {
        margin-top: 12.05vw;
    }

    .common_item06::before {
        top: -13.33vw;
        width: 15.38vw;
    }

    .common_item06_number {
        align-items: flex-end;
        flex-direction: row;
        gap: 2.05vw;
        padding-block: 2.05vw 1.54vw;
        border-radius: 5.13vw 5.13vw 0 0;
    }

    .common_item06_number .en {
        font-size: 5.64vw;
        line-height: 1.32;
    }

    .common_item06_number .number {
        font-size: 6.67vw;
        line-height: 1.12;
    }

    .common_item06_wrap {
        padding: 3.85vw;
    }

    .common_item06_title {
        font-size: 4.1vw;
        padding-bottom: 1.28vw;
    }

    .common_item06_text {
        font-size: 3.59vw;
        line-height: 1.5;
        margin-top: 2.56vw;
    }

    .common_items01 {
        gap: 12.82vw;
    }

    .common_items01_item:nth-of-type(even) .common_item01 {
        flex-direction: column-reverse;
    }

    .common_items02 {
        gap: 15.38vw;
    }

    .common_items02_item:nth-of-type(even) .common_item01 {
        flex-direction: column-reverse;
    }

    .common_items02_item:nth-of-type(even) .common_item03 {
        flex-direction: column;
    }

    .common_items03 {
        gap: 12.82vw;
    }

    .common_items03_item:nth-of-type(even) .common_item05_wrap {
        flex-direction: column;
    }

    .common_lower_fv {
        padding-block: 37.44vw 7.69vw;
    }

    .common_lower_fv::before {
        border-radius: 0 0 7.69vw 7.69vw;
    }

    .common_lower_section_breadcrumb {
        margin-top: 12.82vw;
    }

    .breadcrumb {
        font-size: 3.08vw;
    }

    .breadcrumb>div {
        gap: 3.85vw;
    }

    .breadcrumb_icon {
        width: 1.28vw;
    }

    .common_lower_section01 {
        padding-block: 20.51vw 0;
    }

    .common_lower_section02 {
        padding-block: 20.51vw 24.36vw;
    }

    /* 会社概要 */
    .company01_bg01 {
        bottom: -12.82vw;
        width: min(100%, 25.64vw);
    }

    .company01_bg01 img {
        aspect-ratio: 100/164;
    }

    .company02_bg01 {
        bottom: 25.64vw;
        width: min(100%, 89.74vw);
    }

    .company02_container {
        border-radius: 5.13vw;
        margin-top: 8.97vw;
        padding: 5.13vw 2.56vw 10.26vw;
    }

    .company02_item {
        flex-direction: column;
        gap: 0.51vw;
        padding: 5.13vw 3.85vw 3.85vw;
    }

    .company02_item::before {
        left: 50%;
        transform: translateX(-50%);
        width: calc(100% - 7.69vw);
    }

    .company02_item dt,
    .company02_item dd {
        padding: 0;
    }

    .company02_item dt {
        font-size: 4.1vw;
        width: 100%;
    }

    .company02_item dt::after {
        display: none;
    }

    .company02_item dd {
        font-size: 3.59vw;
    }

    /* フッター */
    .footer {
        margin-top: -51.03vw;
        padding-block: 64.87vw 26.67vw;
    }

    .footer_logo_link {
        width: min(100%, 76.92vw);
    }

    .footer_logo_link img {
        aspect-ratio: 300/58.37;
    }

    .footer_inner {
        flex-direction: column;
        justify-content: flex-start;
        margin-top: 3.59vw;
    }

    .footer_info {
        border-right: none;
        padding-right: 0;
        width: 100%;
    }

    .footer_info_map {
        border-radius: 5.13vw;
        width: 100%;
    }

    .footer_info_map iframe {
        aspect-ratio: 350/200;
    }

    .footer_info_address {
        font-size: 3.59vw;
        margin-top: 3.59vw;
        text-align: center;
    }

    .footer_links {
        align-items: center;
        padding-left: 0;
    }

    .footer_list {
        display: none;
    }

    .footer_cta {
        margin-left: 0;
        margin-top: 0;
        width: 100%;
    }

    .footer_cta_btnwrap {
        align-items: center;
        width: 100%;
    }

    .footer_cta_btn01 {
        margin-top: 2.56vw;
        order: 1;
    }

    .footer_cta_btn02 {
        order: 2;
    }

    .footer_cta_btn03 {
        order: 3;
    }

    .footer_cta_btn04 {
        order: 4;
    }

    .footer_cta_telwrap {
        margin-left: 3.33vw;
        margin-right: 0;
        margin-top: 3.08vw;
        order: 0;
    }

    .footer_cta_tel {
        gap: 2.56vw;
    }

    .footer_cta_tel_icon {
        width: 7.69vw;
    }

    .footer_cta_tel_icon img {
        width: 4.62vw;
    }

    .footer_cta_tel_number {
        font-size: 8.21vw;
        letter-spacing: 0.03em;
    }

    .footer_cta_tel_time {
        font-size: 3.08vw;
        padding-left: 10.26vw;
    }

    .footer_bottom_links {
        display: flex;
        gap: 7.69vw;
        justify-content: center;
        margin-top: 6.41vw;
    }

    .footer_bottom_link {
        display: inline-block;
        font-size: 3.08vw;
        font-weight: 500;
        letter-spacing: 0.005em;
        line-height: 1.42;
        padding-block: 2.56vw;
    }

    .footer_copy {
        margin-left: 1.79vw;
        margin-top: 0vw;
        text-align: center;
    }

    .footer_copy small {
        font-size: 3.08vw;
    }

    /* お問い合わせ */
    .form_label {
        justify-content: space-between;
    }

    .form_title01 {
        font-size: 4.1vw;
    }

    .form_text01 {
        font-size: 3.59vw;
    }

    .form_text02 {
        font-size: 3.59vw;
    }

    .form_text03 {
        font-size: 3.59vw;
    }

    .common_contact_form .select01 {
        width: 46%;
    }

    .common_contact_form .form_box .hissu {
        font-size: 3.08vw;
    }

    /* メニュー */
    nav.globalMenuSp {
        background: #F0F7F8;
        display: block;
        height: 100vh;
        left: 0;
        overflow-y: scroll;
        padding: 20.26vw 5.13vw 25.64vw;
        position: fixed;
        top: 0;
        transform: translateX(100%);
        transition: all 0.6s;
        width: 100%;
        z-index: 1500;
    }

    nav.globalMenuSp.is_open {
        transform: translateX(0%);
    }

    .globalMenuSp_list {
        border-bottom: 1px solid #CCCCCC;
        padding-bottom: 4.49vw;
    }

    .globalMenuSp_item {
        display: block;
        position: relative;
    }

    .globalMenuSp_item01 {
        margin-top: 1.92vw;
    }

    .globalMenuSp_link01 {
        align-items: center;
        color: #24292C;
        display: block;
        display: flex;
        gap: 1.79vw;
        padding-block: 4.49vw;
        padding-left: 1.28vw;
        position: relative;
    }

    .globalMenuSp_link01::before {
        aspect-ratio: 1/2;
        background: url(./image/icon20.png) center center/contain no-repeat;
        content: "";
        width: 1.79vw;
    }

    .globalMenuSp_link02 {
        padding-bottom: 9px;
    }

    .globalMenuSp_link01_text {
        font-size: 4.1vw;
        font-weight: 700;
        letter-spacing: 0.005em;
        line-height: 1.5;
    }

    .globalMenuSp_sublist {
        position: relative;
        width: 100%;
    }

    .globalMenuSp_sublink {
        color: #6C6F71;
        display: block;
        font-size: 3.59vw;
        font-weight: 500;
        letter-spacing: 0.005em;
        line-height: 1.43;
        padding: 2.56vw 0 2.56vw 8.46vw;
    }

    .globalMenuSp_sublink::before {
        background: #24292C;
        content: "";
        height: 2px;
        right: 2.05vw;
        width: 2.05vw;
    }

    .globalMenuSp_infowrap {
        padding-top: 8.97vw;
    }

    .globalMenuSp_map {
        border-radius: 5.13vw;
        overflow: hidden;
    }

    .globalMenuSp_map iframe {
        -o-object-fit: cover;
        aspect-ratio: 350/200;
        height: auto;
        object-fit: cover;
        width: 100%;
    }

    .globalMenuSp_address {
        font-size: 3.59vw;
        font-weight: 500;
        letter-spacing: 0.005em;
        line-height: 1.8;
        margin-top: 3.08vw;
    }

    .globalMenuSp_linkwrap {
        align-items: center;
        display: flex;
        gap: 5.13vw;
        margin-top: 5.64vw;
    }

    .globalMenuSp_link_small {
        font-size: 3.08vw;
        font-weight: 500;
        letter-spacing: 0.005em;
        line-height: 1.42;
        padding: 1.28vw;
    }

    .globalMenuSp_copyright {
        font-family: "Quicksand", sans-serif;
        font-size: 3.08vw;
        font-weight: 500;
        letter-spacing: 0em;
        line-height: 1.25;
        margin-top: 1.28vw;
    }

    /* ハンバーガーメニュー */
    .hamburger {
        background: #C5E6F2;
        border: none;
        border-radius: 100vh;
        display: block;
        height: 40px;
        pointer-events: auto;
        position: absolute;
        right: 10px;
        top: 8px;
        transition: top 0.5s;
        width: 40px;
        z-index: 9999;
    }

    .header_fixed .hamburger {
        top: 2.05vw;
    }

    .hamburger_line {
        background: #06B4F1;
        border-radius: 100vh;
        content: "";
        height: 2px;
        left: 50%;
        position: absolute;
        transform: translateX(-50%);
        transition: 0.5s;
        width: 16px;
    }

    .hamburger_line:nth-of-type(1) {
        top: 15px;
    }

    .hamburger_line:nth-of-type(2) {
        top: 23px;
    }

    /* ヘッダー */
    .header {
        border-radius: 28px;
        left: 2.56vw;
        position: fixed;
        top: 10px;
        width: 94.87%
    }

    .header.is-fixed {
        top: 10px;
    }

    .header_fixed {
        top: 10px;
    }

    .header_inner {
        padding-inline: 10px;
    }

    .header_logo {
        width: min(100%, 150px);
    }

    .header_logo_link {
        padding-block: 14.7px;
    }

    .header_logo_link img {
        aspect-ratio: 150/26.64;
    }

    .header_nav {
        display: none;
    }

    /* 賃貸管理事業 */

    .management_headline {
        margin-top: 8.97vw;
    }

    .management_heading {
        font-size: 6.15vw;
        letter-spacing: 0.01em;
    }

    .management_heading_deco::before {
        width: 12.31vw;
    }

    .management_text {
        font-size: 3.59vw;
        margin-top: 3.85vw;
        text-align: left;
    }

    .management_item {
        padding: 7.69vw 3.85vw;
        border-radius: 2.56vw;
        margin-top: 8.97vw;
        flex-direction: column;
    }

    .management_item_textwrap {
        width: 100%;
        display: contents;
    }

    .management_item_title {
        font-size: 5.13vw;
        text-align: center;
        line-height: 1.4;
        order: 1;
    }

    .management_item_textblock {
        margin-top: 3.85vw;
        order: 3;
        width: 100%;
    }

    .management_item_text {
        font-size: 3.46vw;
    }

    .management_item_text+.management_item_text {
        margin-top: 2.56vw;
    }

    .management_item_img {
        width: 100%;
        border-radius: 2.56vw;
        order: 2;
        margin-top: 5.13vw;
    }

    .management_item_img img {
        aspect-ratio: 330/180;
    }

    .management01_text {
        font-size: 3.59vw;
        margin-top: 5.64vw;
        text-align: left;
    }

    .management01_item {
        flex-direction: column;
        margin-top: 5.13vw;
        gap: 6.41vw;
    }

    .management01_item_img {
        width: 100%;
        border-radius: 5.13vw;
    }

    .management01_item_img img {
        aspect-ratio: 330/180;
    }

    .management01_item_textwrap {
        width: 100%;
    }

    .management01_item_list_item {
        gap: 2.05vw;
        padding-block: 2.05vw;
    }

    .management01_item_icon {
        width: 6.41vw;
    }

    .management01_item_text {
        font-size: 3.85vw;
    }

    .management02_bg01 {
        bottom: 38.46vw;
        top: unset;
        width: min(100%, 89.74vw);
    }

    .management02_item {
        margin-top: 7.69vw;
    }

    /* オーナー様向け提案 */
    .owner01_bg01 {
        top: 12.82vw;
        width: min(100%, 25.64vw);
    }

    .owner01_text {
        font-size: 3.59vw;
        margin-top: 7.69vw;
    }

    .owner02_bg01 {
        bottom: 25.64vw;
        top: unset;
        width: min(100%, 89.74vw);
    }

    .owner02_headline {
        font-size: 4.62vw;
    }

    .owner02_headline_deco::before {
        width: 7.69vw;
    }

    .owner02_item {
        margin-top: 7.69vw;
    }

    /* 賃貸仲介事業 */
    .rent01_bg01 {
        top: 25.64vw;
        width: min(100%, 25.64vw);
    }

    .rent01_bg01 img {
        aspect-ratio: 100/164;
    }

    .rent01_items {
        margin-top: 7.69vw;
    }

    .rent02_bg01 {
        top: 89.74vw;
        width: min(100%, 89.74vw);
    }

    .rental02_item {
        margin-top: 7.69vw;
    }

    /* スクロールボタン */
    .scroll_btn {
        padding-top: 8.72vw;
        width: 30.77vw;
    }

    .scroll_btn::before {
        display: none;
    }

    .scroll_btn_text {
        font-size: 3.33vw;
        line-height: 1.3;
    }

    .scroll_btn_text_pc {
        display: none;
    }

    .scroll_btn_text_sp {
        display: block;
    }

    .scroll_btn_icon {
        margin-top: 3.08vw;
        width: 4.1vw;
    }

    /* お客様の声詳細 */
    .single_customer01_bg01 {
        top: 12.82vw;
        width: min(100%, 25.64vw);
    }

    .single_customer01_item01 {
        flex-direction: column;
        gap: 3.85vw;
    }

    .single_customer01_item01_img {
        border-radius: 5.13vw;
        width: 100%;
    }

    .single_customer01_item01_img img {
        -o-object-position: 50% 15%;
        aspect-ratio: 350/230;
        object-position: 50% 15%;
    }

    .single_customer01_item01_body {
        width: 100%;
    }

    .single_customer01_item02 {
        border-radius: 5.13vw;
        margin-top: 7.69vw;
        padding: 5.13vw;
    }

    .single_customer02_text {
        font-size: 3.59vw;
        margin-top: 2.56vw;
    }

    .single_customer02_bg01 {
        bottom: 15.38vw;
        width: min(100%, 89.74vw);
    }

    .single_customer02_item {
        flex-direction: column;
        gap: 3.85vw;
    }

    .single_customer02_item_img {
        border-radius: 5.13vw;
        width: 100%;
    }

    .single_customer02_item_img img {
        aspect-ratio: 350/320;
    }

    .single_customer02_item_body {
        width: 100%;
    }

    .single_customer02_item_data {
        margin-top: 2.56vw;
    }

    .single_customer02_item_meta {
        gap: 2.56vw;
    }

    .single_customer02_item_label {
        font-size: 4.1vw;
        width: 20.51vw;
    }

    .single_customer02_item_value {
        font-size: 4.1vw;
    }

    .single_customer02_item_btnwrap {
        margin-top: 3.85vw;
    }

    .single_customer02_text {
        font-size: 3.59vw;
    }


    .single_customer03_slider_wrap {
        padding-inline: 3.85vw;
    }

    .single_customer03_slider {
        margin-top: 8.97vw;
    }

    .single_customer03_btnwrap {
        width: calc(100% - 7.69vw);
    }

    .single_customer03_button {
        width: 14.36vw;
    }

    .single_customer03_button svg {
        width: 2.31vw;
    }

    /* スタッフ詳細 */
    .single_staff01 {
        padding-top: 20.51vw;
    }

    .single_staff01_bg01 {
        bottom: -38.46vw;
        width: min(100%, 25.64vw);
    }

    .single_staff01_bg01 img {
        aspect-ratio: 100/164;
    }

    .single_staff01_wrap {
        background-image: url(./image/lower_sp01.png);
        padding-bottom: 3.85vw;
        padding-inline: 1.28vw;
    }

    .single_staff01_headline_deco {
        top: 1.28vw;
        width: 61.54vw;
    }

    .single_staff01_headline_deco img {
        aspect-ratio: 240/106.64;
    }

    .single_staff01_item {
        flex-direction: column;
        gap: 7.69vw;
        margin-top: 6.41vw;
        padding-inline: 2.56vw;
        width: 100%;
    }

    .single_staff01_item_body {
        border-radius: 5.13vw;
        padding: 7.69vw 4.13vw;
        width: 100%;
    }

    .single_staff01_item_meta {
        gap: 2.69vw;
    }

    .single_staff01_item_meta+.single_staff01_item_meta {
        margin-top: 3.85vw;
    }

    .single_staff01_item_label {
        font-size: 3.8vw;
        gap: 2.85vw;
        width: 17.64vw;
    }

    .single_staff01_item_label::before {
        border-radius: 7.69vw;
        height: 5.13vw;
        width: 0.77vw;
    }

    .single_staff01_item_value {
        flex: 1;
        font-size: 3.3vw;
    }

    .single_staff01_item_imgwrap {
        width: 100%;
    }

    .single_staff01_item_img {
        border-radius: 5.13vw;
    }

    .single_staff01_item_img img {
        /*画像位置調整*/
        -o-object-position: center 15%;
        aspect-ratio: 350/230;
        object-position: center 15%;
    }

    .single_staff01_item_badges {
        bottom: -2.56vw;
        gap: 1.28vw;
        right: -1.28vw;
        top: unset;
        width: min(100%, 35.9vw);
    }

    .single_staff01_item_badge {
        width: min(100%, 17.95vw);
    }

    .single_staff01_item_badge img {
        aspect-ratio: 80/96.54;
    }

    .single_staff02 {
        padding-block: 23.08vw 24.36vw;
    }

    .single_staff02_bg01 {
        top: 89.74vw;
        width: min(100%, 89.74vw);
    }

    .single_staff02_bg02 {
        bottom: -5vw;
        width: min(100%, 25.64vw);
    }

    .common_staff_slider {
        margin-top: 20vw;
    }

    /* サイトマップ */
    body #sitemap_list {
        border-radius: 2.56vw;
        padding: 5.13vw;
    }

    /* トップページアバウトセクション */
    .top_about {
        padding-block: 28.21vw 23.33vw;
    }

    .top_about_bg01 {
        top: 312.05vw;
        width: min(100%, 50.77vw);
    }

    .top_about_bg01 img {
        aspect-ratio: 198/300;
    }

    .top_about_container {
        flex-direction: column;
        gap: 0;
    }

    .top_about_deco01 {
        left: auto;
        right: 4.62vw;
        top: -9.28vw;
        width: min(100%, 20.51vw);
    }

    .top_about_deco01 img {
        aspect-ratio: 80/85.4;
    }

    .top_about_deco02 {
        bottom: 45.15vw;
        left: 2.56vw;
        width: min(100%, 17.95vw);
    }

    .top_about_deco02 img {
        aspect-ratio: 70/55.88;
    }

    .top_about_deco03 {
        right: 2.56vw;
        top: 88.67vw;
        width: min(100%, 17.95vw);
    }

    .top_about_deco03 img {
        aspect-ratio: 70/36.78;
    }

    .top_about_img01 {
        margin-right: auto;
        width: min(100%, 94.87vw);
    }

    .top_about_img01 img {
        aspect-ratio: 370/259;
    }

    .top_about_textblock {
        margin-inline: auto;
        margin-top: 7.69vw;
        width: min(100%, 89.74vw);
    }

    .top_aboutheadline_main {
        font-size: 3.59vw;
        gap: 3.85vw;
        line-height: 1.43;
    }

    .top_aboutheadline_main::after {
        background-image: radial-gradient(circle, #06B4F1 0.38vw, transparent 0.38vw);
        background-size: 2.05vw 2.05vw;
        height: 0.77vw;
        width: 10.26vw;
    }

    .top_aboutheadline_sub {
        font-size: 5.13vw;
        line-height: 1.45;
        margin-top: 6.41vw;
    }

    .top_about_textwrap {
        margin-top: 2.56vw;
    }

    .top_about_text {
        font-size: 3.85vw;
    }

    .top_about_text+.top_about_text {
        margin-top: 7.69vw;
    }

    .top_about_btnwrap {
        margin-top: 5.13vw;
    }

    .top_about_img02 {
        border-radius: 7.69vw 0 0 7.69vw;
        margin-left: auto;
        margin-top: 15.38vw;
        width: min(100%, 89.74vw);
    }

    .top_about_img02 img {
        aspect-ratio: 350/200;
    }

    /* トップページMVセクション */
    .top_mv_inner {
        overflow-x: hidden;
        padding-block: 25.9vw 98.72vw;
    }

    .top_mv_bg {
        border-radius: 51.28vw 0 0 51.28vw;
        height: auto;
        left: unset;
        top: 29.74vw;
        width: 89.74vw;
    }

    .top_mv_bg img {
        aspect-ratio: 350/400;
    }

    .top_mv_bg::after {
        background: radial-gradient(ellipse at center, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, 0.6) 70%);
    }

    .top_mv_deco01 {
        bottom: -76.92vw;
        left: 0;
        width: min(100%, 30.77vw);
    }

    .top_mv_deco01 img {
        aspect-ratio: 120/120.07;
    }

    .top_mv_deco02 {
        right: 2.56vw;
        top: 20.77vw;
        width: min(100%, 30.77vw);
    }

    .top_mv_deco02 img {
        aspect-ratio: 120/142.56;
    }

    .top_mv_scrollbtn {
        bottom: 10vw;
        right: -4.62vw;
    }

    .top_mv_catch_item+.top_mv_catch_item {
        margin-top: 1.79vw;
    }

    .top_mv_catch_text {
        font-size: 7.18vw;
        line-height: 1.43;
        padding-left: 2.56vw;
    }

    .top_mv_catch_text::before {
        border-radius: 1.28vw;
        height: 10.77vw;
    }

    .top_mv_catch_text01::before {
        width: 97.51%;
    }

    .top_mv_catch_text02 {
        padding-right: 2.56vw;
    }

    .top_mv_catch_text03::before {
        width: 97.48%;
    }

    .top_mv_catch_text_blue {
        font-size: 7.18vw;
    }

    /* トップページニュースセクション */
    .top_news {
        padding-block: 0 23.08vw;
    }

    .top_news_bg {
        top: -47.33vw;
        width: 94.87vw;
    }

    .top_news_bg img {
        aspect-ratio: 370/450;
    }

    .top_news_container {
        margin-right: calc(50% - 50vw);
    }

    .top_news_wrap {
        align-items: flex-start;
        display: flex;
        flex-direction: column;
    }

    .top_news_header {
        display: block;
    }

    .top_news_headline {
        order: 1;
        padding-top: 9.04vw;
    }

    .top_news_headline_deco01 {
        left: 15.18vw;
        width: 25.64vw;
    }

    .top_news_headline_deco01 img {
        aspect-ratio: 100/33.26;
    }

    .top_news_headline_deco02 {
        left: 41.79vw;
        top: 13.86vw;
        width: 41.9vw;
    }

    .top_news_headline_deco02 img {
        aspect-ratio: 163.4/83.29;
    }

    .top_news_btnwrap {
        margin-top: 5.13vw;
        order: 3;
    }

    .top_news_cardswrap {
        /*仮の高さ*/
        height: 95.9vw;
        margin-top: 7.69vw;
        order: 2;
        overflow-x: scroll;
        width: 100%;
    }

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

    .top_news_cards {
        width: 230.77vw;
    }

    .top_news_card {
        aspect-ratio: 280/374;
        border-radius: 5.13vw;
        gap: 5.13vw;
        width: min(100%, 71.79vw);
    }

    /* トップページreviewセクション */
    .top_review {
        padding-block: 0 6.31vw;
    }

    .top_review_container {
        background-image: url(./image/contact_bg_sp03.png);
        padding-bottom: 15.38vw;
        padding-inline: 0;
        padding-top: 0;
    }

    .top_review_deco01 {
        bottom: -2.79vw;
        right: -1.28vw;
        width: min(100%, 30.77vw);
    }

    .top_review_deco01 img {
        aspect-ratio: 120/92.9;
    }

    .top_review_headline_deco {
        left: 49%;
        top: 1.28vw;
        width: 61.54vw;
    }

    .top_review_headline_deco img {
        aspect-ratio: 240/106.64;
    }

    .top_review_slider {
        margin-inline: auto;
        margin-top: 6.41vw;
        width: min(100%, 92.31vw);
    }

    .top_review_slider_button_wrap {
        aspect-ratio: 280/412;
        width: min(100%, 71.79vw);
    }

    .top_review_slider_button {
        width: 14.36vw;
    }

    .top_review_slider_button svg {
        width: 2.56vw;
    }

    .top_review_slider_button_prev {
        transform: translate(-67%, -50%);
    }

    .top_review_slider_button_next {
        transform: translate(67%, -50%);
    }

    .top_review_btnwrap {
        margin-top: 5.13vw;
    }

    /* トップページserviceセクション */
    .top_service {
        padding-block: 0vw 15.9vw;
    }

    .top_service_bgtext {
        font-size: 12.31vw;
        left: 2.56vw;
        line-height: 1.25;
        top: -7.95vw;
    }

    .top_service_bg01 {
        top: 182.05vw;
        width: min(100%, 100vw);
    }

    .top_service_bg01 img {
        aspect-ratio: 390/605;
    }

    .top_service_bg02 {
        bottom: 5.38vw;
        width: min(100%, 25.64vw);
    }

    .top_service_bg02 img {
        aspect-ratio: 100/163.93;
    }

    /* トップページstaffセクション */
    .top_staff::before {
        border-radius: 0 12.82vw 12.82vw 0;
        width: 97.44vw;
    }

    .top_staff::after {
        background-image: url(./image/top_sp_bg09.png);
        height: 312.31vw;
        top: -116.15vw;
    }

    .top_staff_container {
        padding-block: 15.38vw;
    }

    .top_staff_deco {
        bottom: -11.54vw;
        left: 0;
        width: min(100%, 32.31vw);
    }

    .top_staff_deco img {
        aspect-ratio: 126/178.04;
    }

    .top_staff_headline {
        padding-left: 2.56vw;
    }

    .top_staff_headline_deco {
        right: -17.69vw;
        top: -16.67vw;
        width: 30.77vw;
    }

    .top_staff_btnwrap_pc {
        display: none;
    }

    .top_staff_btnwrap_sp {
        display: flex;
        justify-content: center;
        margin-top: 4.36vw;
    }

    .top_staff_slider {
        clip-path: inset(0 2.56vw 0 0);
        margin-left: 0;
        margin-right: unset;
        margin-right: calc(50% - 50vw);
        margin-top: 5.13vw;
        padding-top: 0vw;
    }

    .top_staff_slider .slide-img {
        height: 100%;
    }

    .top_staff_slider .top_staff_slider_pagination {
        border-radius: 1.28vw;
        height: 1.28vw;
        width: 61.54vw;
    }

    .top_staff_slider .top_staff_slider_pagination .pagination_active {
        border-radius: 1.28vw;
    }

    .top_staff_slider_control {
        gap: 4.1vw;
        justify-content: space-between;
        margin-left: 2.56vw;
        margin-top: 4.62vw;
        width: min(100%, 90.26vw);
    }

    .top_staff_slider_btnwrap {
        gap: 0.51vw;
    }

    .top_staff_slider_button {
        width: 11.79vw;
    }

    .top_staff_slider_button img {
        width: 2.31vw;
    }

    .top_staff_slider_button-prev {
        padding-right: 0.33vw;
    }

    .top_staff_slider_button-next {
        padding-left: 0.33vw;
    }

    body .google_news_area {
        overflow: scroll;
        width: 90vw;
    }

    body .page_news_archive .sk-ww-google-business-posts .sk-posts-masonry,
    body .sk-ww-google-business-posts .sk-posts-body {
        height: auto !important;
    }

    .google_news_area .sk-ww-google-business-posts .sk-posts-masonry {
        display: flex !important;
        align-items: flex-start !important;
        gap: 4vw;
        height: auto !important;
        margin-top: 7vw !important;
    }

    body .google_news_area .sk-ww-google-business-posts .sk-post-item {
        position: static !important;
        flex-shrink: 0;
        width: 70vw;
        padding: 3.5vw !important;
    }

    .google_news_area .sk-ww-google-business-posts .sk-post-body-full {
        font-size: 3.2vw !important;
    }

    .common_card01_front .common_card01_badgewrap {
        display: none;
    }

    .page_owner_staff_box {
        grid-template-columns: repeat(2, 1fr);
        gap: 5vw;
        margin-top: 8vw;
    }

    .page_owner_staff {
        margin-bottom: 10vw;
    }

    .page_owner_staff .top_staff_deco {
        display: none;
    }

    .page_owner_staff .top_staff_container {
        padding: 0;
    }

    .page_owner_staff .common_headline01 .theme {
        font-size: 3.6vw;
    }

    .company_list_box {
        display: block;
    }

    .company02_list .company_theme {
        font-size: 5vw;
        margin-bottom: 1vw;
    }

    .company02_container+.company02_container {
        margin-top: 2vw;
    }

    .common_btn07.cancel {
        background: #f0f7f8;
        border-color: #5ca6c2;
    }

    .common_btn07.cancel .common_btn07_icon01 {
        background-color: #5ca6c2;
    }

    .common_btn07.cancel .common_btn07_text {
        color: #5ca6c2;
    }
}