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

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

:root {
    --main-color: #005B9E;
    --sub-color: #fff;
}

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');

html,
body,
button,
input,
select,
textarea {
    font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}

body {
    color: #444444;
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: 0.07em;
    padding-top: 130px;
    font-weight: 400;
    overflow: hidden;
    min-width: 1440px;
}

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

.wrap.mid {
    width: 1240px;
}

.wrap.lr {
    width: 1340px;
}

.blue {
    color: var(--main-color);
}

.font-helvetica {
    font-family: 'Helvetica', 'Arial', sans-serif;
}

a,
a img {
    transition: .2s;
}

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

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

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

.common_page_wrap {
    padding: 100px 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* サンクスページ */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

header.site-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 130px;
    z-index: 1000;
    overflow-x: scroll;
}

header.site-header .site-header__logo a {
    display: block;
}

.site-header__inner {
    align-items: center;
    height: 130px;
    padding: 0 50px;
    min-width: 1340px;
    background: #fff;
}

.site-header__action ul {
    gap: 30px;
}

.site-header__action {
    margin-right: 30px;
}

.site-header__content-top {
    align-items: center;
    margin-bottom: 10px;
    justify-content: flex-end;
}

.site-header__action-item a {
    align-items: center;
    gap: 10px;
}

.site-header__action-item-text {
    font-weight: 500;
    letter-spacing: 0;
}

.site-header__action-item-icon {
    width: 25px;
}

.site-header__action-item-text {
    font-weight: 500;
    letter-spacing: 0;
}

.site-header__btns ul {
    gap: 12px;
}

li.site-header__btns-item a {
    height: 48px;
    align-items: center;
    border: 1px solid var(--main-color);
    border-radius: 10px;
    gap: 8px;
    justify-content: center;
}

.site-header__btns-item-icon {
    width: 25px;
    position: relative;
}

.site-header__btns-item-icon .hover {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

li.site-header__btns-item {
    width: 170px;
}

.site-header__btns-item-text {
    font-weight: bold;
    color: var(--main-color);
    letter-spacing: 0;
    transition: .2s;
}

li.site-header__btns-item.-line {
    width: 120px;
}

li.site-header__btns-item.-line a {
    background: #00B900;
    border-color: #00B900;
}

.-line .site-header__btns-item-text {
    color: #fff;
}

li.site-header__menu-item.-has_child {
    position: relative;
}

ul.site-header__menu-flex {
    gap: 75px;
    align-items: center;
}

.site-header__menu-child {
    position: absolute;
    display: none;
    background: var(--main-color);
    padding: 20px 30px;
    white-space: normal;
    left: 50%;
    transform: translateX(-50%);
    top: 100%;
}

li.site-header__menu-item+li.site-header__menu-item:before {
    content: "";
    position: absolute;
    width: 1px;
    height: 22px;
    background: var(--main-color);
    top: 0;
    bottom: 0;
    margin: auto;
    left: -35px;
}

.site-header__menu-parent {
    padding-right: 18px;
    position: relative;
    transition: .2s;
}

.site-header__menu-parent:after {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    border: solid;
    border-width: 0 1px 1px 0;
    transform: rotate(45deg);
    right: 2px;
    top: 4px;
    transition: .2s;
}

.site-header__menu-child a {
    white-space: nowrap;
    display: block;
    color: #fff !important;
    text-align: center;
    letter-spacing: 0.08em;
}

.site-header__menu-child ul li+li {
    margin-top: 16px;
}

li.site-header__menu-item.-has_child {
    padding: 10px 0;
    cursor: pointer;
}

footer.site-footer {
    padding: 80px 0 40px;
    background-image: url(image/footer-bg.webp);
    background-size: cover;
    background-position: center;
}

footer.site-footer a {
    color: inherit;
}

header.site-header a,
header.site-header-sp a {
    color: inherit;
    cursor: pointer;
}

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

li.site-footer__btns-item {
    width: 200px;
}

li.site-footer__btns-item a {
    border: 1px solid var(--main-color);
    background: #fff;
    align-items: center;
    height: 60px;
    border-radius: 10px;
    gap: 10px;
    justify-content: center;
    cursor: pointer;
}

.site-footer__btns-item-icon {
    width: 25px;
    position: relative;
}

.site-footer__btns-item-icon .hover {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

.site-footer__btns-item-text {
    font-weight: bold;
    color: var(--main-color);
    letter-spacing: 0.06em;
    transition: .2s;
}

li.site-footer__btns-item+li.site-footer__btns-item {
    margin-top: 10px;
}

li.site-footer__btns-item.-line a {
    border-color: #00B900;
    background: #00B900;
}

.-line .site-footer__btns-item-text {
    color: #fff;
}

.site-footer__btns {
    margin-bottom: 25px;
}

.site-footer__action ul {
    gap: 35px;
}

li.site-footer__action-item a {
    align-items: center;
    gap: 10px;
}

.site-footer__action-item-icon {
    width: 25px;
}

.site-footer__action-item-text {
    color: #fff;
    letter-spacing: 0.08em;
    font-weight: 500;
}

.site-footer__menu {
    gap: 60px;
    color: #fff;
    font-weight: 500;
    letter-spacing: 0.08em;
}

.site-footer__menu-block>* {
    margin-bottom: 20px;
}

.site-footer__menu-subitem a {
    position: relative;
    padding-left: 20px;
    color: inherit;
}

.site-footer__menu-subitem a:before {
    content: "";
    position: absolute;
    width: 10px;
    height: 1px;
    background: #fff;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.site-footer__bottom {
    margin-top: 20px;
    border-top: 1px solid #fff;
    padding-top: 25px;
    color: #fff;
}

.site-footer__bottom-menu {
    font-size: 12px;
    letter-spacing: 0.08em;
}

.site-footer__bottom-menu ul {
    gap: 60px;
}

.site-footer__bottom-copyright small {
    font-size: 12px;
    letter-spacing: 0.08em;
}

.site-header-sp__menu-content {
    display: none;
}

li.site-header__menu-item {
    letter-spacing: 0;
    font-weight: 500;
    position: relative;
}

.submenu-open .site-header__menu-parent {
    color: var(--main-color);
}

.submenu-open .site-header__menu-parent:after {
    transform: rotate(225deg);
    top: 9px;
}

section.top-fv {
    height: 590px;
    background-image: url(image/fv-bg.webp);
    background-size: cover;
    background-position: center;
}

.top-fv__inner {
    padding-left: calc(50vw - 620px);
    height: 100%;
    align-items: center;
}

.top-fv__title-text {
    display: block;
    font-weight: 600;
    color: #fff;
    letter-spacing: 0.05em;
    margin-bottom: 1em;
}

.top-fv__title {
    margin-bottom: 30px;
}

.top-fv__title-img {
    display: block;
}

.top-fv__search {
    width: 390px;
    border: 3px solid #fff;
    border-radius: 10px;
    padding: 13px 17px 17px;
}

.top-fv__search-title {
    text-align: center;
    font-size: 20px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 15px;
}

.top-fv__search-btns ul {
    justify-content: space-between;
}

li.top-fv__search-btns-item {
    width: 170px;
}

li.top-fv__search-btns-item a {
    display: flex;
    background: #fff;
    height: 120px;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    border: 3px solid var(--main-color);
    border-radius: 10px;
    align-content: center;
}

.top-fv__search-btns-item-logo {
    position: relative;
    width: 42px;
    margin-bottom: 15px;
}

.top-fv__search-btns-item-text {
    width: 100%;
    text-align: center;
    color: var(--main-color);
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.04em;
    transition: .2s;
}

.top-fv__search-btns-item-logo .hover {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

.top-banner__slider .slick-slide {
    width: 720px;
    perspective: 800px;
    height: 430px;
    transition: .2s;
}

section.top-banner {
    padding: 120px 0;
    overflow: hidden;
}

.top-banner__slider .slick-slide img {
    transition: .2s;
    transform-style: preserve-3d;
}

.top-banner__slider .slick-slide.is-show-left img {
    transform: rotateY(16deg);
    width: 680px;
}

.top-banner__slider .slick-slide.is-show-left,
.top-banner__slider .slick-slide.is-show-right {
    padding-top: 13px;
}

.top-banner__slider .slick-slide.is-show-right img {
    transform: rotateY(-16deg);
    transform-style: preserve-3d;
    width: 680px;
    margin-left: auto;
}

.top-banner__slider .slick-list {
    overflow: inherit;
}

.top-banner__slider .slick-dots {
    bottom: -145px;
    display: flex;
    justify-content: center;
    gap: 15px;
}

.top-banner__slider .slick-dots li {
    width: 155px;
    height: 95px;
}

.top-banner__slider .slick-dots li button {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    position: relative;
}

.top-banner__slider .slick-dots li button:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #2C2C2C;
    opacity: .6;
    transition: .2s;
}

.top-banner__slider .slick-dots li.slick-active button:before {
    opacity: 0;
}

section.top-reason {
    padding: 120px 0 140px;
}

.title-big {
    font-weight: 700;
    font-size: 40px;
    letter-spacing: 0.04em;
}

.top-reason__title {
    text-align: center;
    font-size: 23px;
    font-weight: 700;
    margin-bottom: 60px;
}

.top-reason__title .dot {
    display: inline-block;
    position: relative;
}

.top-reason__title .dot:after {
    content: "";
    width: 5px;
    height: 5px;
    background: var(--main-color);
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: -4px;
    border-radius: 3px;
}

.top-reason__wrap {
    width: 1240px;
}

.top-reason__item {
    width: 380px;
}

.top-reason__item-num {
    position: absolute;
    top: -36px;
    z-index: 2;
}

.top-reason__item-image {
    position: relative;
    margin-bottom: 10px;
}

.top-reason__item-image img {
    border-radius: 0 0 0 10px;
}

.top-reason__item-image:after {
    content: "";
    position: absolute;
    width: 310px;
    height: 260px;
    border: solid var(--main-color);
    border-width: 4px 4px 0 0;
    top: -14px;
    right: -14px;
}

.top-reason__item-title {
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.05em;
    margin-bottom: 15px;
    line-height: 1.4;
}

.top-reason__item-content {
    padding: 0 10px;
}

.top-reason__item-text {
    line-height: 1.7;
}

.top-reason__list {
    margin-bottom: 40px;
}

.site-common__btn a {
    width: 340px;
    height: 70px;
    align-items: center;
    margin: 0 auto;
    border: 3px solid var(--main-color);
    border-radius: 40px;
    cursor: pointer;
}

.site-common__btn-text {
    width: 100%;
    text-align: center;
    padding-right: 22px;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.11em;
    transition: .2s;
    color: #fff;
    position: relative;
    z-index: 2;
}

.site-common__btn-arrow {
    position: absolute;
    top: 0;
    right: 0;
    width: 334px;
    height: 64px;
    border-radius: 40px;
    transition: .2s;
    background: var(--main-color);
    border: 2px solid var(--main-color);
}

.site-common__btn-arrow:after {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    border: solid #fff;
    transform: rotate(45deg);
    border-width: 3px 3px 0 0;
    right: 25px;
    top: 0;
    bottom: 0;
    margin: auto;
}

section.top-blog {
    padding: 85px 0 90px;
    position: relative;
}

section.top-blog:before {
    content: "";
    position: absolute;
    width: calc(50vw - 30px);
    height: 600px;
    left: 0;
    top: 0;
    z-index: -1;
    background: #F0F9FF;
    border-radius: 0 10px 10px 0;
    border-left: 15px solid var(--main-color);
}

.page-faq {
    position: relative;
}

.page-faq:before {
    content: "";
    position: absolute;
    top: -60px;
    right: 0;
    bottom: 0;
    left: calc(50vw + 300px);
    background: #F0F9FF;
    z-index: -1;
}

.top-blog__inner {
    padding-left: max(20px, calc(50vw - 620px));
}

.top-blog__left {
    width: 310px;
    padding-top: 50px;
}

.top-blog__title {
    margin-bottom: 30px;
}

.top-blog__main {
    width: calc(50vw + 210px);
    overflow: hidden;
}

.top-blog__card {
    width: 360px;
    margin: 0 15px;
    padding-top: 20px;
}

.top-blog__card-image {
    height: 260px;
    position: relative;
    width: 100%;
    margin-bottom: 13px;
}

.top-blog__card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.top-blog__card-clip {
    position: absolute;
    right: 20px;
    top: -18px;
}

.top-blog__slider .slick-list {
    overflow: inherit;
}

.top-blog__card-clip:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(image/clip-back.svg);
    z-index: -1;
}

.top-blog__card-image-hover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    background: rgb(44 44 44 / 50%);
    border-radius: 10px;
    color: #fff;
    gap: 12px;
    transition: .2s;
    opacity: 0;
}

.top-blog__card-clip img {
    position: relative;
    z-index: 1;
}

.top-blog__card-image-hover-text {
    font-size: 16px;
}

.top-blog__card-image-hover-arrow {
    width: 19px;
    height: 19px;
    border: 1px solid #fff;
    border-radius: 50%;
    position: relative;
}

.top-blog__card-image-hover-arrow:after {
    content: "";
    position: absolute;
    width: 7px;
    height: 7px;
    border: solid #fff;
    border-width: 1px 1px 0 0;
    transform: rotate(45deg);
    top: 0;
    bottom: 0;
    margin: auto;
    right: 7px;
}

.top-blog__card-image:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--main-color);
    border-radius: 10px;
    transition: .2s;
    z-index: -1;
    transform: rotate(0deg);
}

.top-blog__card-contents {
    padding: 0 10px;
}

.top-blog__card-date {
    padding-left: 38px;
    line-height: 23px;
    margin-bottom: 10px;
    background-image: url(image/icon-calendar.svg);
    background-repeat: no-repeat;
    background-size: 28px;
    background-position: center left;
    letter-spacing: 0.04em;
}

.top-blog__card-title {
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.04em;
    margin-bottom: 12px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: .2s;
}

.top-blog__card-excerpt {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.top-blog__btn {
    margin-top: -140px;
}

section.top-blog .sec-common__desc {
    text-align: left;
}

section.top-review {
    padding: 160px 0 0;
}

.top-review__wrap {
    background: #FCFCFC;
    box-shadow: 2px 2px 6px rgb(0 0 0 / 16%);
    border-radius: 10px;
    padding: 50px 50px 60px;
    position: relative;
    z-index: 2;
}

.top-review__title {
    text-align: center;
    margin-bottom: 20px;
    position: relative;
}

.top-review__title-illust {
    position: absolute;
    top: -10px;
    left: 50%;
    margin-left: 160px;
}

.sec-common__desc {
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.6;
}

.top-review__desc {
    margin-bottom: 30px;
}

.top-review__content {
    margin-bottom: 30px;
}

.top-review__content-inner {
    height: 400px;
    overflow-y: scroll;
    padding: 2px 27px 5px 16px;
}

.top-review__content-inner::-webkit-scrollbar {
    width: 4px;
}

.top-review__content-inner::-webkit-scrollbar-thumb {
    background: var(--main-color);
    border-radius: 2px;
}

.top-review__content-inner {
    scrollbar-width: thin;
    scrollbar-color: var(--main-color) #E6E6E6;
}

.top-review__content-card {
    border-radius: 10px;
    background: #fff;
    box-shadow: 2px 2px 6px rgb(0 0 0 / 16%);
    padding: 30px 60px;
}

.top-review__content-card+.top-review__content-card {
    margin-top: 20px;
}

.top-review__content-card-head {
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

.top-review__content-card-shop {
    font-size: 17px;
    font-weight: 700;
}

.top-review__content-card-star {
    width: 145px;
    height: 24px;
    background-image: url(image/review-star-gray.svg);
    background-size: 145px;
    position: relative;
}

.top-review__content-card-star:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url(image/review-star.svg);
    background-size: 145px;
    top: 0;
    left: 0;
}

.top-review__content-card-star.-star4:after {
    width: 80%;
}

section.top-staff {
    padding: 440px 0 120px;
    background-image: url(image/top-staff-bg.svg);
    background-position: center top;
    margin-top: -300px;
}

.top-staff__title-text {
    text-align: center;
}

.top-staff__title-illust-1,
.top-staff__title-illust-2 {
    position: absolute;
    bottom: 0px;
}

.top-staff__title-illust-1 {
    right: 50%;
    margin-right: 140px;
}

.top-staff__title-illust-2 {
    left: 50%;
    margin-left: 130px;
}

.top-staff__title {
    margin-bottom: 30px;
}

.top-staff__decs {
    margin-bottom: 50px;
}

.top-staff__tabs {
    padding: 0 20px 0 10px;
    margin-bottom: -3px;
}

.top-staff__tabs ul {
    display: flex;
    gap: 10px;
}

li.top-staff__tabs-item {
    height: 55px;
    display: flex;
    align-items: center;
    background: #fff;
    border-radius: 10px 10px 0 0;
    min-width: 200px;
    justify-content: center;
    border: 3px solid #fff;
    border-width: 3px 3px 0;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.02em;
    position: relative;
    cursor: pointer;
    padding-inline: 11px;
}

li.top-staff__tabs-item.-active {
    border-color: var(--main-color);
    color: var(--main-color);
    z-index: 1;
    height: 58px;
}

.top-staff__content {
    background: #fff;
    border-radius: 10px;
    padding: 45px 27px 47px;
    border: 3px solid var(--main-color);
}

.top-staff__main {
    position: relative;
    z-index: 1;
}

li.top-staff__card {
    width: 200px;
}

.top-staff__content-block ul {
    gap: 20px;
}

.top-staff__content-block {
    display: none;
}

.top-staff__content__btn {
    margin-top: 40px;
}

.top-staff__card-image img {
    border-radius: 10px;
    width: 100%;
    height: 230px;
    object-fit: cover;
}

.top-staff__card-image {
    margin-bottom: 8px;
}

.top-staff__card-name {
    text-align: center;
}

.top-staff__card-name-en {
    transform: rotate(-6deg);
    margin-bottom: 2px;
}

.top-staff__card-name-jp {
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0.11em;
    margin-bottom: 8px;
}

.top-staff__card-tag {
    padding: 0 10px;
    gap: 15px;
    justify-content: center;
}

.top-staff__card-tag p {
    font-weight: 500;
    letter-spacing: 0.11em;
    border-bottom: 1px solid;
    padding-bottom: 2px;
}

section.top-faq {
    padding: 100px 0 110px;
}

.top-faq__title {
    margin-bottom: 25px;
    text-align: center;
}

.top-faq__desc {
    margin-bottom: 30px;
}

.top-faq__list {
    gap: 20px;
    margin-bottom: 35px;
}

.top-faq__item {
    width: 560px;
    background: #fff;
    border: 3px solid var(--main-color);
    border-radius: 10px;
    overflow: hidden;
}

.top-faq__item-q {
    padding: 20px;
    gap: 15px;
    align-items: center;
    color: #fff;
    background: var(--main-color);
}

.top-faq__item-label {
    font-size: 28px;
    font-weight: bold;
    line-height: 1;
}

.top-faq__item-q .top-faq__item-text {
    font-weight: 700;
    font-size: 16px;
}

.top-faq__item-a {
    display: flex;
    padding: 20px;
    gap: 17px;
}

.top-faq__item-a .top-faq__item-label {
    color: #DE9D00;
}

.top-faq__item-a .top-faq__item-text {
    letter-spacing: 0.13em;
    line-height: 1.6;
}

section.top-area {
    padding: 100px 0 110px;
    background: #F0F9FF;
}

.top-area__title {
    text-align: center;
    margin-bottom: 25px;
}

.top-area__desc {
    margin-bottom: 40px;
}

.top-area__card {
    width: 800px;
    border: 3px solid var(--main-color);
    background: #fff;
    margin: 0 35px;
    border-radius: 10px;
    padding: 7px 30px 7px 7px;
}

.top-area__card-image {
    width: 315px;
}

.top-area__card-image img {
    border-radius: 8px;
    border: 3px solid var(--main-color);
}

.top-area__card-content {
    width: 416px;
    margin-left: 25px;
}

.top-area__card-inner {
    align-items: center;
}

.top-area__card-title {
    background-image: url(image/icon-pin-blue.svg);
    background-repeat: no-repeat;
    background-size: 28px;
    background-position: center left -4px;
    font-weight: 700;
    font-size: 22px;
    letter-spacing: 0.04em;
    padding-left: 30px;
    margin-bottom: 20px;
}

.top-area__slider .slick-prev,
.top-area__slider .slick-next {
    width: 60px;
    height: 60px;
    background: var(--main-color);
    border-radius: 50%;
    z-index: 2;
}

.top-area__slider .slick-prev:before,
.top-area__slider .slick-next:before {
    content: "";
    position: absolute;
    width: 18px;
    height: 18px;
    border: solid;
    opacity: 1;
    transform: rotate(45deg);
    top: 0;
    bottom: 0;
    margin: auto;
}

.top-area__slider .slick-prev:before {
    left: 24px;
    border-width: 0 0 4px 4px;
}

.top-area__slider .slick-prev {
    right: 50%;
    margin-right: 430px;
    left: auto;
}

.top-area__slider .slick-next {
    right: auto;
    left: 50%;
    margin-left: 430px;
}

.top-area__slider .slick-next:before {
    border-width: 4px 4px 0 0;
    right: 24px;
}

.top-area__slider .slick-arrow.slick-disabled {
    opacity: .5;
    cursor: inherit;
}

section.top-shop {
    padding: 90px 0 120px;
}

.top-shop__title {
    text-align: center;
    margin-bottom: 25px;
}

.top-shop__desc {
    margin-bottom: 40px;
}

.top-shop__list {
    display: flex;
    flex-wrap: wrap;
    gap: 40px 30px;
}

.top-shop__item {
    width: 360px;
}

.top-shop__item-image {
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 16px;
    height: 230px;
}

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

.top-shop__item-name {
    position: absolute;
    font-size: 20px;
    font-weight: 700;
    left: 0;
    bottom: 0;
    background: var(--main-color);
    color: #fff;
    padding: 10px 1em;
    border-radius: 0 10px;
    letter-spacing: 0.11em;
}

.top-shop__item-content {
    padding: 0 10px;
}

.top-shop__item-addr {
    letter-spacing: 0.08em;
    line-height: 1.5;
    padding: 0 10px;
}

.top-shop__item-tel {
    font-weight: bold;
    letter-spacing: 0.05em;
    font-size: 22px;
    font-style: italic;
    padding-left: 30px;
    background-image: url(image/icon-tel-blue.svg);
    background-repeat: no-repeat;
    background-size: 18px;
    background-position: center left 9px;
    margin-bottom: 20px;
}

.top-shop__item-btn a {
    display: flex;
    background: #fff;
    border: 2px solid var(--main-color);
    justify-content: center;
    align-items: center;
    color: var(--main-color);
    height: 50px;
    border-radius: 30px;
    font-size: 17px;
    font-weight: 700;
    letter-spacing: 0.11em;
}

.top-fv__content {
    width: 475px;
    position: relative;
}

.top-fv__map {
    width: calc(50vw + 700px);
    margin-left: -575px;
}

.top-fv__map-wrap svg {
    width: 1440px;
}

.top-fv__map-wrap svg g text {
    font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}

.top-fv__map-wrap path,
.top-fv__map-wrap rect {
    transition: .2s;
}

.now-hover-fukuyama path#path-fukuyama1 {
    fill: #FFC844;
}

.now-hover-fukuyama path#path-fukuyama2 {
    fill: #EFD72F;
}

.now-hover-fukuyama path#path-fukuyama3 {
    fill: #EFD72F;
}

.now-hover-fukuyama path#path-fukuyama4 {
    fill: #EFD72F;
}

.now-hover-fukuyama path#path-fukuyama5 {
    fill: #EFD72F;
}

.now-hover-fukuyama rect#長方形_854 {
    fill: #FFB400;
}

.now-hover-onomichi path#path-onomichi {
    fill: #FFC844;
}

.now-hover-onomichi rect#長方形_855 {
    fill: #FFB400;
}

.now-hover-mihara path#path-mihara {
    fill: #FFC844;
}

.now-hover-mihara rect#長方形_856 {
    fill: #FFB400;
}

.now-hover-takehara path#path-takehara {
    fill: #FFC844;
}

.now-hover-takehara rect#長方形_857 {
    fill: #FFB400;
}

.now-hover-fuchu path#path-fuchu {
    fill: #FFC844;
}

.now-hover-fuchu rect#長方形_858 {
    fill: #FFB400;
}

.now-hover-ihara path#path-ihara {
    fill: #FFC844;
}

.now-hover-ihara rect#長方形_859 {
    fill: #FFB400;
}

.now-hover-kasaoka path#path-kasaoka {
    fill: #FFC844;
}

.now-hover-kasaoka rect#長方形_860 {
    fill: #FFB400;
}

.now-hover-jinsekikogen path#path-jinsekikogen {
    fill: #FFC844;
}

.now-hover-jinsekikogen rect#長方形_861 {
    fill: #FFB400;
}

.now-hover-sera path#path-sera {
    fill: #FFC844;
}

.now-hover-sera rect#長方形_862 {
    fill: #FFB400;
}

.top-contact__modal-bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    background: #00468D;
    background: linear-gradient(90deg, rgba(0, 70, 141, 1) 0%, rgba(51, 122, 183, 1) 100%);
    opacity: .2;
}

.top-contact__modal-content {
    position: fixed;
    top: 0;
    left: 0;
    width: 1140px;
    height: 90%;
    z-index: 1000;
    background: #fff;
    right: 0;
    bottom: 0;
    margin: auto;
    border-radius: 10px;
}

.top-contact__modal-inner {
    padding: 60px 40px 50px;
    height: 100%;
    overflow-y: scroll;
    position: relative;
}

.top-contact__modal-logo {
    text-align: center;
    margin-bottom: 50px;
}

.top-contact__modal-list {
    gap: 20px 0;
}

.top-contact__modal-item {
    width: 520px;
    border: 2px solid #F0F0F0;
    border-radius: 10px;
    padding: 20px;
    align-items: center;
    flex-wrap: nowrap;
}

.top-contact__modal-item-image {
    width: 220px;
    height: 160px;
    flex-shrink: 0;
}

.top-contact__modal-item-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 6px;
}

.top-contact__modal-item-content {
    width: 100%;
    padding-left: 30px;
}

.top-contact__modal-item-shopname {
    font-size: 25px;
    font-weight: 700;
    letter-spacing: 0.11em;
    margin-bottom: 15px;
}

.top-contact__modal-item-tel a,
.top-contact__modal-item-btn a {
    border: 2px solid var(--main-color);
    width: 215px;
    height: 50px;
    align-items: center;
    border-radius: 35px;
    padding-left: 25px;
    gap: 15px;
}

.top-contact__modal-item-icon {
    width: 25px;
    height: 25px;
    position: relative;
}

.top-contact__modal-item-icon .hover {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

.top-contact__modal-item-text {
    color: var(--main-color);
    font-weight: bold;
    line-height: 1.2;
    transition: .2s;
    font-size: 15px;
}

.top-contact__modal-item-tel-num {
    font-weight: 300;
    font-style: italic;
    letter-spacing: 0.05em;
    font-size: 14px;
}

.top-contact__modal-item-tel {
    margin-bottom: 5px;
}

.top-contact__modal-item-btn {
    gap: 5px;
}

.top-contact__modal-item-btn a.-line {
    width: 170px;
}

.-line .top-contact__modal-item-text {
    letter-spacing: 0;
}


.top-contact__modal-close {
    position: sticky;
    width: 50px;
    height: 50px;
    border: 2px solid var(--main-color);
    border-radius: 50%;
    right: 0px;
    top: 0;
    cursor: pointer;
    margin-left: auto;
    margin-bottom: -50px;
    background: #fff;
    transform: translate(30px, -50px);
}

.top-contact__modal-close:before,
.top-contact__modal-close:after {
    content: "";
    position: absolute;
    width: 50%;
    height: 3px;
    background: var(--main-color);
    top: 0;
    left: 0;
    right: 0px;
    bottom: 0;
    margin: auto;
    border-radius: 2px;
}

.top-contact__modal-close:before {
    transform: rotate(45deg);
}

.top-contact__modal-close:after {
    transform: rotate(-45deg);
}

.top-contact__modal {
    display: none;
    position: relative;
    z-index: 1000;
}

#top-review__modal-bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    background: #00468D;
    background: linear-gradient(90deg, rgba(0, 70, 141, 1) 0%, rgba(51, 122, 183, 1) 100%);
    opacity: .2;
}

#top-review__modal-content {
    position: fixed;
    top: 0;
    left: 0;
    width: 1040px;
    height: 460px;
    z-index: 1000;
    background: #fff;
    right: 0;
    bottom: 0;
    margin: auto;
    border-radius: 10px;
}

.top-review__modal-inner {
    padding: 80px 75px 70px;
}

.top-review__modal-title {
    text-align: center;
    margin-bottom: 10px;
}

.top-review__modal-title-en {
    font-size: 20px;
    font-weight: bold;
    font-style: italic;
}

.top-review__modal-title-jp {
    font-size: 28px;
    font-weight: 700;
    letter-spacing: 0.04em;
}

.top-review__modal-desc {
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 30px;
}

.top-review__modal-item {
    width: 280px;
}

.top-review__modal-list {
    gap: 25px;
    justify-content: unset;
}

.top-review__modal-item a {
    display: flex;
    height: 70px;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    border: 2px solid var(--main-color);
    border-radius: 10px;
    background: var(--main-color);
}

.top-review__modal-close {
    position: sticky;
    width: 50px;
    height: 50px;
    border: 2px solid var(--main-color);
    border-radius: 50%;
    right: 0px;
    top: 0;
    cursor: pointer;
    margin-left: auto;
    margin-bottom: -50px;
    background: #fff;
    transform: translate(60px, -60px);
}

.top-review__modal-close:before,
.top-review__modal-close:after {
    content: "";
    position: absolute;
    width: 50%;
    height: 3px;
    background: var(--main-color);
    top: 0;
    left: 0;
    right: 0px;
    bottom: 0;
    margin: auto;
    border-radius: 2px;
}

.top-review__modal-close:before {
    transform: rotate(45deg);
}

.top-review__modal-close:after {
    transform: rotate(-45deg);
}

.top-review__modal-clip {
    position: absolute;
    width: 80px;
    height: 80px;
    left: 0;
    right: 0;
    margin: auto;
    top: -23px;
}

.top-review__modal-clip:before,
.top-review__modal-clip:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: 100%;
}

.top-review__modal-clip:before {
    background-image: url(image/clip-back.svg);
    height: 23px;
}

.top-review__modal-clip:after {
    background-image: url(image/clip-front.svg);
}

div#top-review__modal {
    display: none;
    position: relative;
    z-index: 1000;
}

.page-common-fv {
    height: 230px;
    background-image: url(image/page-fv-bg.webp);
    background-size: cover;
    background-position: center;
    color: #fff;
}

.page-common-fv .wrap {
    display: flex;
    height: 100%;
    align-items: center;
}

.page-common-fv__title-en {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 5px;
}

.page-common-fv__title-jp {
    font-size: 30px;
    font-weight: 700;
    letter-spacing: 0.11em;
}

.breadcrumb {
    text-align: right;
    padding: 20px 0;
}

.page-faq .top-faq__title {
    text-align: left;
    font-size: 38px;
    margin-bottom: 30px;
}

.page-faq .top-faq__item {
    width: 100%;
}

.page-faq {
    position: relative;
}

.page-faq:before {
    content: "";
    position: absolute;
    top: -60px;
    right: 0;
    bottom: 0;
    left: calc(50vw + 300px);
    background: #F0F9FF;
    z-index: -1;
}

/* スタッフ詳細ページ */
.single_staff .staff_info_sec .inner {
    display: flex;
    gap: 0 80px;
}

.single_staff .staff_info_sec .text_box {
    width: 500px;
}

.single_staff .staff_info_sec .text_box .name_box {
    color: #005B9E;
    margin-bottom: 18px;
}

.single_staff .staff_info_sec .img_box {
    width: 560px;
    flex-shrink: 0;
}

.single_staff .staff_info_sec .img_box img {
    border-radius: 10px;
    aspect-ratio: 28/23;
    min-width: 0;
    object-fit: cover;
    width: 100%;
}

.single_staff .staff_info_sec .text_box .name_box .en {
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.06em;
}

.single_staff .staff_info_sec .text_box .name_box .name {
    font-size: 30px;
    font-weight: 600;
    letter-spacing: .11em;
}

.single_staff .staff_info_sec .text_box .info_box {
    font-size: 14px;
    letter-spacing: .07em;
    color: #2c2c2c;
}

.single_staff .staff_info_sec .text_box .info_box dl {
    display: grid;
    grid-template-columns: 145px 355px;
    border-bottom: solid 1px #D8D8D8;
    padding: 17px 10px;
}

.single_staff .staff_info_sec .text_box .info_box dl dt {
    font-weight: 500;
}

.single_staff .staff_info_sec .text_box .intro_box .text {
    font-size: 14px;
    letter-spacing: .07em;
    font-weight: 500;
    line-height: 1.4;
}

.single_staff .staff_info_sec .text_box .intro_box {
    padding: 17px 10px;
    margin-bottom: 9px;
}

.single_staff .staff_info_sec .text_box .tag_box {
    padding: 0 10px;
}

.single_staff .staff_info_sec .text_box .tag_box ul {
    display: flex;
    align-items: center;
    gap: 0 15px;
}

.single_staff .staff_info_sec .text_box .tag_box ul li {
    color: #005B9E;
    border-bottom: solid 1px currentColor;
    font-size: 14px;
    letter-spacing: .11em;
    font-weight: 500;
}

.single_staff .staff_info_sec {
    margin-bottom: 152px;
}

.single_staff .staff_faq_sec .inbox {
    display: flex;
    gap: 0 30px;
}

.single_staff .staff_faq_sec .inner {
    border: solid 3px #005B9E;
    border-radius: 20px;
    width: 1040px;
    margin: 0 auto;
    padding: 10px 54px;
    position: relative;
    background-color: #FFF;
}

.single_staff .staff_faq_sec+.staff_faq_sec {
    margin-top: 99px;
}

.single_staff .staff_faq_sec .ttl {
    position: absolute;
    font-size: 25px;
    font-weight: 700;
    letter-spacing: .08em;
    color: #FFF;
    top: -8%;
    z-index: 1;
}

.single_staff .staff_faq_sec.faq1 .inbox .img {
    width: 330px;
}

.single_staff .staff_faq_sec .inbox .img {
    flex-shrink: 0;
}

.single_staff .staff_faq_sec.faq2 .inbox .img {
    width: 390px;
}

.single_staff .staff_faq_sec .inbox .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.single_staff .staff_faq_sec .ttl .en {
    font-size: 140%;
}

.single_staff .staff_faq_sec .ttl::before {
    content: "";
    position: absolute;
    top: 70%;
    left: 50%;
    translate: -50% -50%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-width: 0;
    z-index: -1;
}

.single_staff .staff_faq_sec.faq1 .ttl::before {
    background-image: url(image/speach1.svg);
    width: 416px;
    aspect-ratio: 104/27;
}

.single_staff .staff_faq_sec.faq2 .ttl::before {
    background-image: url(image/speach2.svg);
    width: 516px;
    aspect-ratio: 43/9;
}

.single_staff .staff_faq_sec.faq3 .ttl::before {
    background-image: url(image/speach3.svg);
    width: 326px;
    aspect-ratio: 163/54;
}

.single_staff .staff_faq_sec .inbox .text_box .text .en {
    font-size: 219%;
    font-weight: 700;
    color: #DE9D00;
    translate: 0 -6%;
}

.single_staff .staff_faq_sec .inbox .text_box .text {
    font-size: 16px;
    letter-spacing: .08em;
    display: flex;
    gap: 0 8px;
    line-height: 1.9;
    font-weight: 600;
}

.single_staff .staff_faq_sec .inbox .text_box {
    margin-block: 81px 52px;
}

.single_staff .staff_faq_sec.faq2 .inbox {
    flex-direction: row-reverse;
    gap: 0 39px;
}

.single_staff .staff_faq_sec.faq2 .ttl {
    right: 14.7%;
}

.single_staff .staff_faq_sec.faq3 .inbox .img {
    width: 420px;
    margin-right: -80px;
    margin-block: -30px;
}

.single_staff .staff_faq_sec.faq3 .inbox .text_box {
    /* width: 574px; */
}

.single_staff .staff_archive_sec {
    background-color: #F0F9FF;
    padding-block: 132px 82px;
    margin-top: 150px;
}

.single_staff .common_page_wrap {
    padding-block: 100px 0;
}

.staff_archive_sec .staff_archive_list {
    margin: 0 30px;
    overflow-x: scroll;
}

.staff_archive_sec .staff_archive_list .staff_archive_item {
    display: flex;
    gap: 0 20px;
    width: fit-content;
}

.staff_archive_sec .staff_archive_list .staff_archive_item a .thumb img {
    border-radius: 10px;
    object-fit: cover;
    width: 100%;
    aspect-ratio: 20/23;
    min-height: 0;
}

.staff_archive_sec .staff_archive_list .staff_archive_item a .name {
    text-align: center;
    color: #444444;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: .11em;
    margin-bottom: 6px;
    transition: .3s;
}

.staff_archive_sec .staff_archive_list .staff_archive_item a ul {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0 15px;
}

.staff_archive_sec .staff_archive_list .staff_archive_item a ul li {
    color: #ACB39E;
    border-bottom: solid 1px currentColor;
    font-size: 14px;
    letter-spacing: .11em;
    line-height: 1.7;
    font-weight: 500;
    transition: .3s;
}

.staff_archive_sec .staff_archive_list .staff_archive_item a:first-child ul li {
    color: #005B9E;
}

.staff_archive_sec .staff_archive_list .staff_archive_item a:first-child .name {
    color: #005B9E;
}

.staff_archive_sec .staff_archive_list .staff_archive_item a .top-staff__card-name-en {
    text-align: center;
}

.staff_archive_sec .staff_archive_list .staff_archive_item a .thumb {
    margin-bottom: 2px;
}

.staff_archive_sec .staff_archive_list .staff_archive_item a {
    position: relative;
    width: 200px;
}

.staff_archive_sec .staff_archive_list .staff_archive_item a .current_text {
    position: absolute;
    top: -30px;
    left: 50%;
    translate: -50% 0;
    display: flex;
    align-items: center;
    gap: 0 0.5em;
    white-space: nowrap;
    color: #005B9E;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: .02em;
    line-height: 1.6;
}

.staff_archive_sec .staff_archive_list .staff_archive_item a .current_text::before,
.staff_archive_sec .staff_archive_list .staff_archive_item a .current_text::after {
    content: "";
    width: 1px;
    height: 16px;
    background-color: currentColor;
    flex-shrink: 0;
    translate: 0 12%;
}

.staff_archive_sec .staff_archive_list .staff_archive_item a .current_text::before {
    rotate: -27deg;
}

.staff_archive_sec .staff_archive_list .staff_archive_item a .current_text::after {
    rotate: 27deg;
}

.breadcrumb.single_staff_bread {
    padding: 15px 0 0;
}

.page_common::before {
    content: "";
    position: absolute;
    width: calc(50% - 250px);
    aspect-ratio: 47/147;
    min-width: 0;
    background-color: #F0F9FF;
    top: 130px;
    right: 0;
    z-index: -1;
}

.breadcrumb .post.post-staff.current-item {
    font-weight: 500;
    color: #2c2c2c;
}

.breadcrumb {
    color: #7C7C7C;
}

.staff_archive_sec .staff_archive_list .staff_archive_item a:hover .name {
    color: #005B9E;
}

.staff_archive_sec .staff_archive_list .staff_archive_item a:hover ul li {
    color: #005B9E;
}

/* スタッフ一覧ページ */
.page_staff section.top-staff {
    padding: 150px 0;
    margin-top: -58px;
}

.page_staff .top-staff__tabs {
    overflow-x: scroll;
}

.page_staff li.top-staff__tabs-item a {
    height: 100%;
    display: flex;
    align-items: center;
    border-radius: 10px 10px 0 0;
    width: 100%;
    justify-content: center;
    color: #444444;
}

/* 店舗情報詳細ページ */
.page_single_shop .shop_info_sec .shop_info_top {
    display: flex;
    gap: 0 80px;
}

.page_single_shop .shop_info_sec .shop_info_top .info_box {
    width: 500px;
}

.page_single_shop .shop_info_sec .shop_info_top .img_box {
    width: 560px;
    flex-shrink: 0;
}

.page_single_shop .shop_info_sec .shop_info_top .img_box img {
    border-radius: 10px;
    aspect-ratio: 28/23;
    min-width: 0;
    object-fit: cover;
    width: 100%;
}

.page_single_shop .shop_info_sec .shop_info_top .info_box dl {
    display: grid;
    grid-template-columns: 145px 355px;
    border-bottom: solid 1px #D8D8D8;
    padding: 17px 10px;
    font-size: 14px;
    letter-spacing: .07em;
    color: #2c2c2c;
}

.page_single_shop .shop_info_sec .shop_info_top .info_box dl dt {
    font-weight: 500;
}

.page_single_shop .shop_info_sec .comment_box {
    border: solid 3px #005B9E;
    border-radius: 20px;
    width: 1040px;
    margin: 60px auto 0;
    padding: 30px 50px;
    position: relative;
    background-color: #FFF;
}

.page_single_shop .shop_info_sec .comment_box .text {
    font-size: 16px;
    letter-spacing: .08em;
    line-height: 1.9;
    font-weight: 600;
}

.page_single_shop .shop_info_sec .map_box iframe {
    width: 100%;
    height: 100%;
}

.page_single_shop .shop_info_sec .gallery_box {
    overflow-x: scroll;
}

.page_single_shop .shop_info_sec .gallery_box ul {
    display: flex;
    align-items: center;
    gap: 0 30px;
    width: fit-content;
    flex-wrap: nowrap;
}

.page_single_shop .shop_info_sec .gallery_box ul li {
    width: 300px;
    flex-shrink: 0;
}

.page_single_shop .shop_info_sec .gallery_box ul li img {
    width: 100%;
    aspect-ratio: 1/1;
    min-width: 0;
    object-fit: contain;
    border-radius: 10px;
    background-color: #F0F9FF;
}

.page_single_shop .shop_info_sec .shop_info_map_sec {
    margin-top: 80px;
}

.common_sec_ttl {
    background-color: var(--main-color);
    padding: 5px 0;
}

.common_sec_ttl .ttl {
    font-size: 22px;
    color: #FFF;
    letter-spacing: .1em;
    border: solid 1px currentColor;
    border-width: 1px 0;
    padding: 0.1em 0.5em 0.2em;
}

.page_single_shop .shop_info_sec .shop_info_gallery_sec {
    margin-top: 80px;
}

.page_single_shop .shop_info_sec .shop_info_map_sec .common_sec_ttl {
    margin-bottom: 15px;
}

.page_single_shop .shop_info_sec .shop_info_gallery_sec .common_sec_ttl {
    margin-bottom: 15px;
}

.page_single_shop .shop_info_sec .map_box {
    height: 500px;
}

/* 店舗情報一覧ページ */
.page_shop_info .common_sec_ttl {
    margin-bottom: 15px;
}

.page_shop_info .top-shop {
    padding: 0;
}

.page_shop_info .top-shop+.top-shop {
    margin-top: 80px;
}

/* 法人の方はこちらページ */
.corporation_point_sec .point_list .item {
    display: flex;
    gap: 0 80px;
    align-items: center;
    padding: 30px 50px;
    position: relative;
}

.corporation_point_sec .point_list .item+.item {
    margin-top: 50px;
}

.corporation_point_sec .point_list .item:nth-child(even) {
    flex-direction: row-reverse;
}

.corporation_point_sec .point_list .item .img_box {
    flex-shrink: 0;
    width: 500px;
}

.corporation_point_sec .point_list .item .img_box img {
    width: 100%;
    aspect-ratio: 2/1;
    min-width: 0;
    object-fit: cover;
    border-radius: 10px;
}

.corporation_point_sec .point_list .item .text_box {
    width: 100%;
}

.corporation_point_sec .point_list .item .text_box .ttl_box {
    margin-bottom: 25px;
}

.corporation_point_sec .point_list .item .text_box .ttl_box .ttl {
    font-size: 25px;
    letter-spacing: .11em;
    font-weight: 700;
    color: var(--main-color);
}

.corporation_point_sec .point_list .item .text_box .text {
    font-size: 18px;
    line-height: 1.9;
    letter-spacing: .11em;
    font-weight: 500;
}

.corporation_point_sec .point_list .item::before {
    content: "";
    position: absolute;
    inset: 0;
    background-color: #F0F9FF;
    /* clip-path: polygon(0 0, 85% 0, 70% 100%, 0% 100%); */
    z-index: -1;
    width: 90%;
}

.corporation_point_sec .point_list .item:nth-child(even)::before {
    rotate: 180deg;
    right: 0;
    left: auto;
}

.corporation_point_sec {
    margin-bottom: 120px;
}

.corporation_flow_sec {
    margin-bottom: 120px;
}

.corporation_flow_sec .point_list {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 0 50px;
}

.page-corporate__flow-item .text {
    padding: 10px 0 0;
    font-weight: 600;
}

.page-corporate__flow-item {
    position: relative;
}

.page-corporate__flow-item+.page-corporate__flow-item:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 30px solid transparent;
    border-bottom: 30px solid transparent;
    border-left: 30px solid var(--main-color);
    border-right: 0;
    position: absolute;
    left: -40px;
    top: 60px;
}

.page_corporation .top-faq {
    padding: 0;
}

.page_corporation .top-faq__item-q {
    flex-wrap: nowrap;
}

.corporation_flow_sec .point_list .item {
    display: grid;
    place-content: center;
    position: relative;
    aspect-ratio: 1/1;
    padding: 10px;
    background-repeat: no-repeat;
    background-size: cover;
    color: #FFF;
    z-index: 0;
    border-radius: 8px;
    overflow: hidden;
}

.corporation_flow_sec .point_list .item .en {
    position: absolute;
    top: 10px;
    left: 10px;
    font-size: 30px;
    font-style: oblique;
    font-weight: 600;
    line-height: 1;
}

.corporation_flow_sec .point_list .item .text_box {
    text-align: center;
}

.corporation_flow_sec .point_list .item .text_box .text {
    font-size: 16px;
    letter-spacing: .11em;
    line-height: 1.7;
    font-weight: 700;
}

.corporation_flow_sec .point_list .item::before {
    content: "";
    position: absolute;
    inset: 0;
    background-color: #000;
    opacity: 0.5;
    z-index: -1;
}

.corporation_flow_sec .point_list .item.item01 {
    background-image: url(image/corporation_flow_img1.webp);
}

.corporation_flow_sec .point_list .item.item02 {
    background-image: url(image/corporation_flow_img2.webp);
}

.corporation_flow_sec .point_list .item.item03 {
    background-image: url(image/corporation_flow_img3.webp);
}

.corporation_flow_sec .point_list .item.item04 {
    background-image: url(image/corporation_flow_img4.webp);
}

.corporation_flow_sec .point_list .item.item05 {
    background-image: url(image/corporation_flow_img5.webp);
}

/* 選ばれる理由ページ */
.page_reason .top-reason {
    padding: 0;
}

.page_reason .top-reason .top-reason__list {
    margin-bottom: 0;
    display: block;
}

.page_reason .top-reason .top-reason__list .top-reason__item {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 0 50px;
}

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

.page_reason .top-reason .top-reason__list .top-reason__item .top-reason__item-title {
    margin-bottom: 20px;
    font-size: 25px;
}

.page_reason .top-reason .top-reason__list .top-reason__item .top-reason__item-text {
    font-size: 16px;
}

.page_reason .top-reason .top-reason__list .top-reason__item:nth-child(even) {
    flex-direction: row-reverse;
}

.page_reason .top-reason .top-reason__list .top-reason__item .img_outer {
    flex-shrink: 0;
    width: 450px;
    position: relative;
}

.page_reason .top-reason .top-reason__list .top-reason__item .img_outer .top-reason__item-image:after {
    width: 380px;
    height: 310px;
}

.page_reason .top-reason .top-reason__list .top-reason__item .top-reason__item-text+.top-reason__item-text {
    margin-top: 15px;
}

.shop-cta-btn-sec li.site-header__btns-item {
    width: 300px;
}

.shop-cta-btn-sec li.site-header__btns-item a {
    height: 60px;
}

.shop-cta-btn-sec {
    padding-block: 60px 0;
}

.shop-cta-btn-sec ul {
    justify-content: center;
    gap: 0 20px;
}

@media (hover: hover) and (pointer: fine) and (min-width: 751px) {

    a:hover .site-common__btn-text {
        color: var(--main-color);
    }

    a:hover .site-common__btn-arrow {
        border-color: #fff;
        width: 64px;
    }

    li.site-header__menu-item.-has_child:hover .site-header__menu-parent {
        color: var(--main-color);
    }

    li.site-header__menu-item a:hover {
        color: var(--main-color);
    }

    li.site-header__btns-item a:hover {
        background: var(--main-color);
    }

    .site-header__menu-child a:hover {
        color: #b9e1ff !important;
    }

    a:hover img.defo {
        opacity: 0;
    }

    a:hover img.hover {
        opacity: 1;
    }

    a:hover .site-header__btns-item-text {
        color: #fff;
    }

    li.site-header__btns-item.-line a:hover {
        background: #00B900;
        opacity: 0.7;
    }

    li.top-fv__search-btns-item a:hover {
        background: var(--main-color);
    }

    a:hover .top-fv__search-btns-item-text {
        color: #fff;
    }

    a:hover .top-blog__card-image-hover {
        opacity: 1;
    }

    a:hover .top-blog__card-image:before {
        transform: rotate(3deg);
    }

    a:hover .top-blog__card-title {
        color: var(--main-color);
    }

    .top-shop__item-btn a:hover {
        background: var(--main-color);
        color: #fff;
    }

    li.site-footer__btns-item a:hover {
        background: var(--main-color);
    }

    a:hover .site-footer__btns-item-text {
        color: #fff;
    }

    li.site-footer__btns-item.-line a:hover {
        background: #00B900;
        opacity: 0.7;
    }

    .top-shop__item-btn a:hover {
        background: var(--main-color);
        color: #fff;
    }

    li.site-footer__btns-item a:hover {
        background: var(--main-color);
    }

    a:hover .site-footer__btns-item-text {
        color: #fff;
    }

    li.site-footer__btns-item.-line a:hover {
        background: #00B900;
        opacity: 0.7;
    }

    .top-shop__item-btn a:hover {
        background: var(--main-color);
        color: #fff;
    }

    li.site-footer__btns-item a:hover {
        background: var(--main-color);
    }

    a:hover .site-footer__btns-item-text {
        color: #fff;
    }

    li.site-footer__btns-item.-line a:hover {
        background: #00B900;
        opacity: 0.7;
    }

    .site-footer__menu-block a:hover {
        opacity: .5;
    }

    .site-footer__bottom-menu a:hover {
        opacity: .5;
    }

    .top-contact__modal-item-tel a:hover,
    .top-contact__modal-item-btn a:hover {
        background: var(--main-color);
    }

    a:hover .top-contact__modal-item-text {
        color: #fff;
    }

    .top-review__modal-item a:hover {
        background: #fff;
        color: var(--main-color);
    }

}

@media (max-width: 750px) {

    .wrap {
        max-width: 90%;
    }

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

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

    body {
        font-size: 3.33vw;
        padding-top: 70px;
        min-width: 100%;
    }

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

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

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

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

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

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

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

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

    .common_page_wrap {
        padding: 0 0 20vw;
    }

    .reserve_text {
        font-size: 6vw;
    }

    /* パンくず */
    .breadcrumb {
        font-size: 2.5vw;
    }

    /* SP固定ページ お問い合わせ */
    .contact_form_disc {
        margin-block: 0 2em;
    }

    .contact_form_disc .text {
        font-size: 3.6vw;
        margin-block: 0 0.8em;
    }

    .contact_form_disc .caution {
        font-size: 3.1vw;
        letter-spacing: .06em;
    }

    .common_contact_form .form_box {
        margin-block: 0 10vw;
    }

    .common_contact_form .form_box dl {
        grid-template-columns: 1fr;
        gap: 0.6em;
    }

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

    .common_contact_form .form_box dl dt {
        flex-direction: row-reverse;
        justify-content: space-between;
        font-size: 4.1vw;
        padding-inline: 0;
    }

    .common_contact_form .form_box dl dt .label {
        font-size: 3.1vw;
    }

    .common_contact_form .form_box dl dt::after {
        content: none;
    }

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

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

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

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

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

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

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

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

    .privacy_check_list .mwform-checkbox-field-text {
        font-size: 3.8vw;
        padding-left: 11vw;
    }

    .mw_wp_form .privacy_check_list .horizontal-item {
        margin-right: 4vw;
    }

    .privacy_check_list .hissu {
        padding: 0.3vw 4vw;
    }

    .privacy_check_list {
        margin-bottom: 6vw;
    }

    .privacy_term_detail {
        font-size: 3.4vw;
        margin: 5vw 0;
    }

    .privacy_term_outer {
        width: 96%;
        padding: 5vw 0;
    }

    .privacy_term_outer .privacy_term_inner .main_text {
        font-size: 3.4vw;
        line-height: 1.6;
        margin-bottom: 5vw;
    }

    .privacy_term_outer .privacy_term_inner dl dt {
        font-size: 3.5vw;
        margin-bottom: 1.5vw;
    }

    .privacy_term_outer .privacy_term_inner dl dd {
        font-size: 3.5vw;
        line-height: 1.6;
    }

    .privacy_term_outer .privacy_term_inner dl+dl {
        margin-top: 7vw;
    }

    .privacy_term_detail::after {
        width: 2.5vw;
        margin: 1.5vw auto 0;
    }

    /* サンクスページ */
    .page_contact .thanks_textArea .name {
        font-size: 4vw;
        margin-bottom: 3vw;
    }

    .page_contact .thanks_textArea .contact_text {
        font-size: 3.5vw;
        margin-bottom: 2em;
        width: 100%;
    }

    .page_contact .thanks_textArea .ichiran_link {
        width: 80%;
        line-height: 12vw;
        font-size: 4vw;
    }

    /* ステップバー デザイン */
    .page_contact .progressbar {
        gap: 4.5em;
        margin-block: 0 2.5em;
    }

    .page_contact .progressbar .item {
        font-size: 3.1vw;
    }

    .page_contact .progressbar .item+.item::before {
        width: 5.7vw;
        top: 63%;
        left: -3.3em;
    }

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

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

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

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

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

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

    body #sitemap_list {
        padding: 0;
    }

    header.site-header-sp {
        position: fixed;
        z-index: 1000;
        top: 0;
        left: 0;
        width: 100%;
        height: 70px;
        background: #fff;
        box-shadow: 0 1px 2px rgb(0 0 0 / 16%);
    }

    .site-header-sp__inner {
        height: 100%;
        align-items: center;
        padding: 0 5vw;
    }

    .site-header-sp__logo {
        width: 154px;
    }

    .site-header-sp__action-item {
        width: 48px;
    }

    .site-header-sp__action-item a {
        display: flex;
        background: #fff;
        border: 1px solid var(--main-color);
        border-radius: 6px;
        width: 100%;
        height: 48px;
        align-items: center;
        justify-content: center;
    }

    .site-header-sp__action-item-icon {
        width: 25px;
    }

    .site-header-sp__action {
        gap: 8px;
        position: relative;
        margin-right: 21px;
    }

    .site-header-sp__action:after {
        content: "";
        height: 22px;
        width: 1px;
        background: var(--main-color);
        position: absolute;
        right: -11px;
        top: 0;
        bottom: 0;
        margin: auto;
    }

    .site-header-sp__menu-btn {
        width: 48px;
        height: 48px;
        background: var(--main-color);
        border-radius: 6px;
        position: relative;
    }

    .site-header-sp__menu-btn span {
        width: 24px;
        height: 3px;
        border-radius: 2px;
        background: #fff;
        position: absolute;
        left: 0;
        right: 0;
        margin: auto;
        transition: .2s;
    }

    .site-header-sp__menu-btn span:nth-child(1) {
        top: 15px;
    }

    .site-header-sp__menu-btn span:nth-child(2) {
        top: 23px;
    }

    .site-header-sp__menu-btn span:nth-child(3) {
        top: 31px;
    }

    .site-header-sp__menu-content {
        display: block;
        position: fixed;
        top: 0;
        left: 100%;
        width: 100%;
        height: 100%;
        z-index: 999;
        background: rgb(0 70 141 / 80%);
        background: linear-gradient(90deg, rgba(0, 70, 141, .98) 0%, rgba(51, 122, 183, .98) 100%);
        padding: calc(8vw + 70px) 0 12vw;
        transition: .2s;
    }

    .site-header-sp__menu-inner {
        height: 100%;
        overflow-y: scroll;
        padding: 0 5vw;
    }

    li.site-header__btns-item a {
        background: #fff;
        border-radius: 6px;
        height: 14.4vw;
        gap: 2.6vw;
    }

    .site-header__btns ul {
        justify-content: space-between;
        gap: 2vw 0;
    }

    li.site-header__btns-item {
        width: 44vw;
    }

    li.site-header__btns-item.-line {
        width: 100%;
    }

    li.site-header__btns-item.-line a {
        border-color: #fff;
    }

    .site-header__btns-item-icon {
        width: 6.4vw;
    }

    .site-header__btns-item-text {
        font-size: 3.6vw;
    }

    .-line .site-header__btns-item-text {
        font-size: 4.1vw;
    }

    .site-header__btns {
        margin-bottom: 8vw;
    }

    .site-header__search-title {
        text-align: center;
        color: #fff;
        margin-bottom: 3.6vw;
        font-size: 4.6vw;
        font-weight: bold;
    }

    .site-header__search-btns ul {
        justify-content: space-between;
    }

    .site-header__search-btns {
        margin-bottom: 5vw;
    }

    li.site-header__search-btns-item {
        width: 44vw;
    }

    li.site-header__search-btns-item a {
        background: #FFFFFF;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        align-content: center;
        border-radius: 6px;
        height: 23vw;
    }

    .site-header__search-btns-item-logo {
        width: 9vw;
        margin-bottom: 2vw;
    }

    .site-header__search-btns-item-text {
        width: 100%;
        text-align: center;
        font-size: 3.6vw;
        font-weight: bold;
        letter-spacing: 0.04em;
        color: var(--main-color);
    }

    .site-header__search-area-title {
        text-align: center;
        font-size: 4.1vw;
        color: #fff;
        font-weight: bold;
        margin-bottom: 3vw;
    }

    .site-header__search-area-list ul li {
        width: 38.5vw;
    }

    .site-header__search-area-list ul {
        justify-content: space-between;
        gap: 2.5vw;
        padding: 0 5vw;
    }

    .site-header__search-area-list ul li a {
        text-align: center;
        display: block;
        color: #fff;
        font-size: 3.6vw;
        font-weight: bold;
        border: 2px solid;
        border-radius: 6vw;
        padding: 2vw 0;
    }

    .site-header__search {
        padding-bottom: 5vw;
        border-bottom: 2px solid #fff;
        margin-bottom: 5vw;
    }

    .site-header__menu-list ul li a {
        border-bottom: 1px solid #fff;
        color: #fff;
        font-size: 3.6vw;
        font-weight: 500;
        display: block;
        padding: 3vw 0;
        position: relative;
    }

    .site-header__menu-list ul li+li {
        margin-top: 2vw;
    }

    .site-header__menu-list ul li a:after {
        content: "";
        position: absolute;
        right: 5vw;
        top: 0;
        bottom: 0;
        margin: auto;
        width: 2vw;
        height: 2vw;
        border-width: 1px 1px 0 0;
        transform: rotate(45deg);
    }

    .site-header__menu-list-toggle {
        border-bottom: 1px solid #fff;
        color: #fff;
        font-size: 3.6vw;
        font-weight: 500;
        display: block;
        padding: 3vw 0;
        position: relative;
    }

    .site-header__menu-list .site-header__menu-list-toggle-content ul li a {
        border: none;
        padding-left: 5vw;
        position: relative;
        padding: 2vw 0 2vw 5vw;
    }

    .site-header__menu-list .site-header__menu-list-toggle-content ul li a:after {
        width: 2.5vw;
        height: 1px;
        transform: inherit;
        left: 0;
        right: auto;
    }

    .site-header__menu-list .site-header__menu-list-toggle-content ul li+li {
        margin-top: 0;
    }

    .site-header__menu-list-toggle-content {
        padding: 2vw 0 0;
        display: none;
    }

    .site-header__menu-list-toggle:after {
        content: "";
        position: absolute;
        right: 5vw;
        top: 0;
        bottom: 0;
        margin: auto;
        width: 2vw;
        height: 2vw;
        border-width: 1px 1px 0 0;
        transform: rotate(135deg);
        transition: .2s;
    }

    .site-header__menu-list-toggle.opend:after {
        transform: rotate(-45deg);
    }

    .site-header__menu-list {
        margin-bottom: 12.8vw;
    }

    .site-header__menu-copyright {
        text-align: center;
        color: #fff;
        font-size: 3vw;
        letter-spacing: 0.08em;
    }

    .site-header-sp__menu-content.opend {
        left: 0;
    }

    .site-header-sp__menu-btn.opend span:nth-child(1) {
        top: 23px;
        transform: rotate(45deg);
    }

    .site-header-sp__menu-btn.opend span:nth-child(2) {
        opacity: 0;
    }

    .site-header-sp__menu-btn.opend span:nth-child(3) {
        top: 23px;
        transform: rotate(-45deg);
    }

    .site-footer__logo img {
        width: 54vw;
        margin: 0 auto;
    }

    .site-footer__logo {
        margin-bottom: 6vw;
    }

    .site-footer__search .site-header__search {
        border: none;
        margin-bottom: 0;
        padding-bottom: 3vw;
    }

    .site-footer__bottom {
        margin-top: 5vw;
        justify-content: center;
        padding-top: 5vw;
    }

    footer.site-footer {
        padding: 15vw 0 10vw;
        background-image: url(image/footer-bg-sp.webp);
        margin-bottom: 80px;
    }

    .site-footer__search .site-header__search-btns {
        padding: 0 5vw;
    }

    .site-footer__search li.site-header__search-btns-item {
        width: 39vw;
    }

    .top-fv__inner {
        padding: 6vw 5vw 5vw;
    }

    .top-fv__title {
        text-align: center;
        color: #fff;
        margin-bottom: 5vw;
    }

    .top-fv__title-img {
        display: none;
    }

    .top-fv__title .sp {
        font-weight: 700;
        letter-spacing: 0.06em;
        font-size: 9.7vw;
        line-height: 1.2;
        display: block;
        margin-bottom: 2vw;
    }

    .top-fv__title .sp .small {
        font-size: 63%;
    }

    .top-fv__title-text {
        font-size: 3.6vw;
        margin: 0;
    }

    .top-fv__search {
        width: 100%;
        padding: 5vw;
    }

    section.top-fv {
        height: auto;
        background-image: url(image/fv-bg-sp.webp);
        position: relative;
        z-index: 998;
    }

    .top-fv__search-title {
        font-size: 4.6vw;
        margin-bottom: 3vw;
    }

    .top-fv__search-btns {
        margin-bottom: 5vw;
    }

    li.top-fv__search-btns-item {
        width: 38vw;
    }

    li.top-fv__search-btns-item a {
        border: none;
        height: 20vw;
    }

    .top-fv__search-btns-item-logo {
        width: 8.2vw;
        margin-bottom: 1vw;
    }

    .top-fv__search-btns-item-text {
        font-size: 3.6vw;
    }

    section.top-fv .site-header__search-area-list ul {
        padding: 0;
    }

    .site-header__search-area-list ul li {
        width: 37vw;
    }

    section.top-banner {
        padding: 15vw 0;
    }

    .top-banner__slider .slick-slide {
        width: 80vw;
        height: 48vw;
        margin: 0 0vw;
    }

    .top-banner__slider .slick-slide.is-show-left,
    .top-banner__slider .slick-slide.is-show-right {
        padding: 0;
    }

    .top-banner__slider .slick-slide.is-show-left img {
        width: 100%;
    }

    .top-banner__slider .slick-slide.is-show-right img {
        width: 100%;
    }

    .top-banner__slider .slick-dots li button {
        background: #B4BABE;
        background-image: none !important;
        padding: 0;
    }

    .top-banner__slider .slick-dots li {
        width: 10vw;
        height: 2vw;
    }

    .top-banner__slider .slick-dots {
        bottom: -10vw;
        gap: 1vw;
    }

    .top-banner__slider .slick-dots li.slick-active button {
        background: #005B9E;
    }

    section.top-reason {
        padding: 15vw 0 20vw;
    }

    .top-reason__title {
        font-size: 4.6vw;
        line-height: 1.8;
        margin-bottom: 10vw;
    }

    .title-big {
        font-size: 7.2vw;
    }

    .top-reason__item-num {
        width: 14vw;
        top: -7vw;
    }

    .top-reason__item-image {
        height: 46vw;
        padding-right: 3vw;
        margin-bottom: 4vw;
    }

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

    .top-reason__item-image:after {
        right: 0;
        top: -3vw;
        height: 46vw;
        width: 73vw;
    }

    .top-reason__item {
        width: 100%;
    }

    .top-reason__item-content {
        padding: 0;
    }

    .top-reason__item-title {
        font-size: 4.6vw;
        margin-bottom: 3vw;
    }

    .top-reason__list {
        gap: 15vw;
        margin-bottom: 10vw;
    }

    .site-common__btn a {
        width: 66.6vw;
        height: 15.4vw;
        border-radius: 8vw;
        background: #fff;
    }

    .site-common__btn-arrow {
        width: 12.8vw;
        height: 12.8vw;
        top: 0.55vw;
        right: 0.8vw;
    }

    .site-common__btn-arrow:after {
        width: 22%;
        height: 22%;
        right: 40%;
    }

    .site-common__btn-text {
        font-size: 4.1vw;
        color: var(--main-color);
        text-align: left;
        padding-left: 7vw;
    }

    section.top-blog:before {
        width: 23vw;
        border-width: 0 0 0 1vw;
        height: 194vw;
    }

    section.top-blog {
        padding: 12vw 0 20vw;
    }

    .top-blog__inner {
        width: 90vw;
        margin: 0 auto;
        padding: 0;
        justify-content: center;
    }

    .top-blog__left {
        width: 100%;
        padding: 0;
    }

    .top-blog__title {
        margin-bottom: 5vw;
    }

    .sec-common__desc {
        text-align: left;
        font-size: 3.6vw;
        margin-bottom: 5vw;
    }

    .top-blog__btn {
        margin-top: 15vw;
    }

    .top-blog__card {
        width: 90vw;
        margin: 0 5vw;
        padding-top: 2vw;
    }

    .top-blog__card a {
        display: flex;
        justify-content: space-between;
    }

    .top-blog__card-image {
        width: 36vw;
        height: 46vw;
        margin: 0;
    }

    .top-blog__card-contents {
        width: 54vw;
        display: flex;
        flex-wrap: wrap;
        align-content: flex-end;
        padding: 0 0 0 4vw;
    }

    .top-blog__card-date {
        order: 3;
        padding-left: 8vw;
        background-size: 6vw;
    }

    .top-blog__card-title {
        font-size: 3.6vw;
        -webkit-line-clamp: 3;
        margin-bottom: 2vw;
    }

    .top-blog__card-excerpt {
        margin-bottom: 6vw;
    }

    .top-blog__card-clip {
        width: 9vw;
        top: -3vw;
        right: 0vw;
    }

    .top-blog__card-clip:after {
        background-size: 100%;
    }

    section.top-review {
        padding: 10vw 0;
    }

    .top-review__wrap {
        padding: 10vw 5vw 25vw;
    }

    .top-review__title-en img {
        width: 32vw;
    }

    .top-review__title {
        margin-bottom: 5vw;
    }

    .top-review__desc {
        text-align: center;
    }

    .top-review__content {
        margin-bottom: 8vw;
    }

    .top-review__content-inner {
        height: 100vw;
        padding: 1vw 4vw 1vw 1vw;
    }

    .top-review__content-card+.top-review__content-card {
        margin-top: 4vw;
    }

    .top-review__content-card {
        padding: 5vw 4vw 4vw;
    }

    .top-review__content-card-star.-star4:after {
        width: 80%;
    }

    .top-review__content-card-shop {
        order: 2;
        font-size: 3.6vw;
        letter-spacing: 0;
    }

    .top-review__content-card-star {
        width: 26vw;
        background-size: 26vw;
        height: 4.2vw;
        margin-bottom: 4vw;
    }

    .top-review__content-card-star:after {
        background-size: 26vw;
    }

    .top-review__content-card-head {
        margin-bottom: 2vw;
    }

    .top-review__title-illust {
        display: none;
    }

    section.top-staff {
        padding: 90vw 0 15vw;
        margin-top: -80vw;
    }

    .top-staff__title-illust-1,
    .top-staff__title-illust-2 {
        display: none;
    }

    .top-staff__title {
        margin-bottom: 5vw;
    }

    .top-staff__tabs {
        overflow-x: scroll;
        padding: 0;
        border-bottom: 2px solid var(--main-color);
        margin-bottom: 6vw;
    }

    li.top-staff__tabs-item {
        border: none;
        background: no-repeat;
        white-space: nowrap;
        height: auto;
        width: auto;
        border-radius: 0;
        color: #8B8B8B;
        font-size: 3.6vw;
        min-width: auto;
        padding-inline: 0;
    }

    .top-staff__tabs ul {
        gap: 10.2vw;
        padding-inline: 2.6vw;
        justify-content: space-between;
    }

    .top-staff__content {
        border: none;
        background: no-repeat;
        padding: 0;
    }

    .top-staff__content-block ul {
        gap: 8vw 0;
        justify-content: space-between;
    }

    li.top-staff__card {
        width: 43vw;
    }

    .top-staff__card-image {
        height: 48vw;
        margin-bottom: 1vw;
    }

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

    .top-staff__card-name-en img {
        width: 22vw;
    }

    .top-staff__card-name {
        text-align: left;
    }

    .top-staff__card-name-en {
        margin-bottom: 2vw;
        transform: rotate(-2deg);
    }

    .top-staff__card-name-jp {
        font-size: 4.6vw;
        margin-bottom: 4vw;
    }

    .top-staff__card-tag {
        padding: 0;
        gap: 3.2vw;
        justify-content: unset;
    }

    .top-staff__card-tag p {
        font-size: 3.4vw;
    }

    .top-staff__content__btn {
        margin-top: 12vw;
    }

    .top-faq__desc {
        text-align: center;
    }

    .top-faq__item-q {
        padding: 3vw;
    }

    .top-faq__item-label {
        font-size: 5.6vw;
    }

    .top-faq__item-q .top-faq__item-text {
        font-size: 4.1vw;
        width: 72vw;
    }

    .top-faq__item-a .top-faq__item-label {
        display: none;
    }

    .top-faq__item-a {
        padding: 4vw;
    }

    .top-faq__list {
        gap: 4vw;
        margin: 0;
    }

    .top-faq__item {
        width: 100%;
    }

    .top-faq__list {}

    .top-faq__btn {
        display: none;
    }

    section.top-faq {
        padding: 15vw 0 18vw;
    }

    section.top-area {
        padding: 15vw 0 18vw;
    }

    .top-area__desc {
        text-align: center;
        padding: 0 5vw;
    }

    .top-area__slider .slick-prev,
    .top-area__slider .slick-next {
        display: none;
    }

    .top-area__card {
        width: 90vw;
        margin: 0 5vw;
        padding: 0;
    }

    .top-area__card-image {
        width: 100%;
        height: 51vw;
    }

    .top-area__card-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 6px 6px 0 0;
        border-width: 0 0 3px;
    }

    .top-area__card-content {
        width: 100%;
        padding: 5vw 5vw;
        margin: 0;
    }

    .top-area__card-title {
        font-size: 4.6vw;
        padding-left: 10vw;
        background-size: 7vw;
        display: flex;
        align-items: center;
        height: 11.8vw;
        margin-bottom: 4vw;
    }

    section.top-shop {
        padding: 17vw 0;
    }

    .top-shop__title {
        margin-bottom: 5vw;
    }

    .top-shop__list {
        gap: 5vw 0;
        justify-content: space-between;
    }

    .top-shop__item {
        width: 44vw;
        position: relative;
    }

    .top-shop__item-image {
        height: 50vw;
    }

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

    .top-shop__item-name {
        font-size: 4.1vw;
        padding: 0;
        white-space: nowrap;
        color: var(--main-color);
        background: no-repeat;
        top: 106%;
    }

    .top-shop__item-image {
        margin-bottom: 10vw;
        overflow: inherit;
    }

    .top-shop__item-content {
        padding: 0;
    }

    .top-shop__item-addr {
        padding: 0;
        margin-bottom: 2vw;
        letter-spacing: 0.04em;
    }

    .top-shop__item-tel {
        font-size: 4.1vw;
        background-position: center left;
        padding-left: 5.4vw;
        margin: 0;
    }

    .top-shop__item-btn a {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: no-repeat;
        border: none;
        text-indent: -9999px;
        overflow: hidden;
        border-radius: 0;
    }

    #top-review__modal-content {
        width: 90vw;
        height: 110vw;
    }

    .top-review__modal-inner.pr {
        padding: 15vw 5vw 10vw;
    }

    .top-review__modal-clip {
        width: 12vw;
        height: 12vw;
        top: -4vw;
    }

    .top-review__modal-clip:before {
        height: 4vw;
    }

    .top-review__modal-close {
        width: 12vw;
        height: 12vw;
        transform: translate(3vw, -13vw);
    }

    .top-review__modal-title {
        margin-bottom: 3vw;
    }

    .top-review__modal-title-en {
        font-size: 3.6vw;
    }

    .top-review__modal-title-jp {
        font-size: 5.4vw;
    }

    .top-review__modal-desc {
        font-size: 3.6vw;
        margin-bottom: 5vw;
    }

    .top-review__modal-item {
        width: 100%;
    }

    .top-review__modal-list {
        gap: 3vw;
    }

    .top-review__modal-item a {
        height: 12vw;
        font-size: 4.1vw;
    }

    div.top-contact__modal-content {
        width: 90vw;
        height: 77vh;
    }

    .top-contact__modal-inner {
        padding: 10vw 5vw 5vw;
    }

    .top-contact__modal-close {
        width: 12vw;
        height: 12vw;
        transform: translate(3vw, -8vw);
    }

    .top-contact__modal-logo {
        margin-bottom: 5vw;
        width: 60vw;
    }

    .top-contact__modal-item {
        width: 100%;
        padding: 2vw;
    }

    .top-contact__modal-item-image {
        width: 26vw;
        height: 26vw;
    }

    .top-contact__modal-item-content {
        width: calc(100% - 26vw);
        padding-left: 3vw;
    }

    .top-contact__modal-item-shopname {
        font-size: 4.1vw;
        margin-bottom: 1vw;
        letter-spacing: 0.04em;
    }

    .top-contact__modal-item-tel-num {
        font-size: 80%;
    }

    .top-contact__modal-item-text {
        line-height: 1;
        font-size: 3.33vw;
    }

    .top-contact__modal-item-icon {
        width: 4vw;
        height: 4vw;
        line-height: 0;
    }

    .top-contact__modal-item-tel a,
    .top-contact__modal-item-btn a {
        width: 100%;
        height: 10vw;
        gap: 2vw;
        padding-left: 4vw;
    }

    .top-contact__modal-item-tel {
        margin-bottom: 1vw;
    }

    .top-contact__modal-item-btn {
        gap: 1vw;
    }

    .top-contact__modal-item-btn a.-line {
        width: 100%;
    }

    .top-contact__modal-list {
        gap: 3vw;
    }

    .top-blog__card+.top-blog__card {
        margin-top: 3vw;
    }

    .top-blog__slider .slick-dots {
        display: flex;
        justify-content: center;
        gap: 3vw;
        bottom: -10vw;
    }

    .top-blog__slider .slick-dots li {
        width: 10vw;
        height: 2vw;
        margin: 0;
    }

    .top-blog__slider .slick-dots li button {
        width: 100%;
        height: 100%;
        padding: 0;
        background: #B4BABE;
    }

    .top-blog__slider .slick-dots li button:before {
        display: none;
    }

    .top-blog__slider .slick-dots li.slick-active button {
        background: var(--main-color);
    }

    .top-blog__main .slick-dotted.slick-slider {
        margin-bottom: 10vw;
    }

    .top-area__slider .slick-dots {
        display: flex;
        justify-content: center;
        bottom: -8vw;
        gap: 3vw;
    }

    .top-area__slider .slick-dots li {
        width: 10vw;
        height: 2vw;
        margin: 0;
    }

    .top-area__slider .slick-dots li button {
        padding: 0;
        width: 100%;
        height: 100%;
        background: #B4BABE;
    }

    .top-area__slider .slick-dots li button:before {
        display: none;
    }

    .top-area__slider .slick-dots li.slick-active button {
        background: var(--main-color);
    }

    .page-common-fv__title-en {
        font-size: 4.1vw;
        margin-bottom: 1vw;
    }

    .page-common-fv {
        height: 46vw;
        background-image: url(image/page-fv-bg-sp.webp);
    }

    .page-common-fv__title-jp {
        font-size: 6.1vw;
    }

    .breadcrumb {
        padding: 5vw 0;
    }

    .page-faq .top-faq__title {
        font-size: 5.6vw;
        margin-bottom: 4vw;
    }

    .site-bottom-fixed {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        z-index: 997;
        background: var(--main-color);
        padding: 2.56vw;
        height: 80px;
    }

    .site-bottom-fixed__inner {
        align-items: center;
        height: 100%;
        gap: 0 2vw;
        flex-wrap: nowrap;
    }

    .site-bottom-fixed__btn {
        background: #FFFFFF;
        border-radius: 6px;
        align-items: center;
        height: 60px;
        gap: 1.39vw;
        padding: 0 1.8vw;
        width: 33%;
        justify-content: center;
        flex-direction: column;
    }

    .site-bottom-fixed__icon {
        width: 5.64vw;
    }

    .site-bottom-fixed__text {
        font-size: 3.59vw;
        font-weight: bold;
        letter-spacing: 0;
    }

    .site-bottom-fixed__btn.-line {
        width: 33%;
        background: #00B900;
        color: #fff;
        text-align: center;
    }

    .-line .site-bottom-fixed__icon {
        margin: 8px auto 4px;
    }

    .page-faq:before {
        left: 50vw;
    }

    .top-review__title-illust-left,
    .top-review__title-illust-right {
        position: absolute;
        bottom: 0;
    }

    .top-review__title-illust-left {
        left: 0;
    }

    .top-review__title-illust-right {
        right: 0;
    }

    .top-review__title-illust-left img,
    .top-review__title-illust-right img {
        width: 20.8vw;
    }

    .top-staff__title-illust-sp-1,
    .top-staff__title-illust-sp-2 {
        position: absolute;
        bottom: 0;
    }

    .top-staff__title-illust-sp-1 img,
    .top-staff__title-illust-sp-2 img {
        width: 26.4vw;
    }

    .top-staff__title-illust-sp-1 {
        left: -1vw;
    }

    .top-staff__title-illust-sp-2 {
        right: -2vw;
    }

    /* スタッフ詳細ページ */
    .single_staff .staff_info_sec .inner {
        flex-direction: column-reverse;
        gap: 5vw;
    }

    .single_staff .staff_info_sec .text_box {
        width: 100%;
    }

    .single_staff .staff_info_sec .text_box .name_box {
        margin-bottom: 2vw;
    }

    .single_staff .staff_info_sec .img_box {
        width: 100%;
    }

    .single_staff .staff_info_sec .text_box .name_box .en {
        font-size: 3.4vw;
    }

    .single_staff .staff_info_sec .text_box .name_box .name {
        font-size: 5.7vw;
    }

    .single_staff .staff_info_sec .text_box .info_box {
        font-size: 3.4vw;
    }

    .single_staff .staff_info_sec .text_box .info_box dl {
        grid-template-columns: 30% 70%;
        padding: 3vw 0;
    }

    .single_staff .staff_info_sec .text_box .intro_box .text {
        font-size: 3.4vw;
    }

    .single_staff .staff_info_sec .text_box .intro_box {
        padding: 0;
        margin-bottom: 3vw;
        margin-top: 6vw;
    }

    .single_staff .staff_info_sec .text_box .tag_box {
        padding: 0;
    }

    .single_staff .staff_info_sec .text_box .tag_box ul {
        gap: 0 2vw;
        justify-content: flex-end;
    }

    .single_staff .staff_info_sec .text_box .tag_box ul li {
        font-size: 3.4vw;
    }

    .single_staff .staff_info_sec {
        margin-bottom: 22vw;
    }

    .single_staff .staff_faq_sec .inbox {
        flex-direction: column-reverse;
        gap: 4vw;
    }

    .single_staff .staff_faq_sec .inner {
        width: 100%;
        padding: 11vw 3vw;
    }

    .single_staff .staff_faq_sec+.staff_faq_sec {
        margin-top: 15vw;
    }

    .single_staff .staff_faq_sec .ttl {
        font-size: 4.5vw;
        top: -3%;
    }

    .single_staff .staff_faq_sec.faq1 .inbox .img,
    .single_staff .staff_faq_sec.faq2 .inbox .img {
        width: 100%;
        height: 55vw;
    }

    .single_staff .staff_faq_sec.faq1 .ttl::before {
        width: 60vw;
    }

    .single_staff .staff_faq_sec.faq2 .ttl::before {
        width: 79vw;
    }

    .single_staff .staff_faq_sec.faq3 .ttl::before {
        width: 45vw;
    }

    .single_staff .staff_faq_sec .inbox .text_box .text {
        font-size: 3.6vw;
        gap: 0 2vw;
    }

    .single_staff .staff_faq_sec .inbox .text_box {
        margin-block: 0;
    }

    .single_staff .staff_faq_sec.faq2 .inbox {
        flex-direction: column-reverse;
        gap: 4vw;
    }

    .single_staff .staff_faq_sec.faq3 .inbox .img {
        width: 100%;
        height: 55vw;
        margin: 0;
    }

    .single_staff .staff_faq_sec.faq3 .inbox .text_box {
        width: 100%;
    }

    .single_staff .staff_archive_sec {
        padding-block: 10vw;
        margin-top: 10vw;
    }

    .single_staff .common_page_wrap {
        padding-block: 11vw 0;
    }

    .staff_archive_sec .staff_archive_list {
        margin: 0;
    }

    .staff_archive_sec .staff_archive_list .staff_archive_item {
        gap: 0 3vw;
        margin: 0 auto;
    }

    .staff_archive_sec .staff_archive_list .staff_archive_item a {
        width: 43vw;
    }

    .staff_archive_sec .staff_archive_list .staff_archive_item a .name {
        font-size: 4.6vw;
        margin-bottom: 2vw;
    }

    .staff_archive_sec .staff_archive_list .staff_archive_item a ul {
        gap: 0 3vw;
    }

    .staff_archive_sec .staff_archive_list .staff_archive_item a ul li {
        font-size: 3.6vw;
    }

    .staff_archive_sec .staff_archive_list .staff_archive_item a .thumb {
        margin-bottom: 1vw;
    }

    .staff_archive_sec .staff_archive_list .staff_archive_item a .current_text {
        font-size: 4vw;
    }

    .staff_archive_sec .staff_archive_list .staff_archive_item a .current_text::before,
    .staff_archive_sec .staff_archive_list .staff_archive_item a .current_text::after {
        width: 1px;
        height: 3vw;
    }

    .breadcrumb.single_staff_bread {
        padding: 3vw 0 0;
    }

    .single_staff .staff_faq_sec .inbox .text_box .text .en {
        translate: 0 -4%;
        display: none;
    }

    .single_staff .staff_faq_sec.faq2 .ttl {
        right: 2.5vw;
    }

    .page_common::before {
        width: 50vw;
        top: 70px;
        aspect-ratio: inherit;
        height: 60vw;
    }

    .staff_archive_sec .staff_archive_list .staff_archive_item a .name {
        color: #005B9E;
    }

    .staff_archive_sec .staff_archive_list .staff_archive_item a ul li {
        color: #005B9E;
    }

    /* スタッフ一覧ページ */
    .page_staff section.top-staff {
        padding: 15vw 0;
        margin-top: -13.8vw;
    }

    .page_staff .top-staff__tabs ul {
        gap: 8vw;
    }

    .page_staff li.top-staff__tabs-item.-active a {
        border-color: var(--main-color);
        color: var(--main-color);
    }

    .page_staff li.top-staff__tabs-item a {
        color: #8B8B8B;
    }

    /* 店舗情報詳細ページ */
    .page_single_shop .shop_info_sec .shop_info_top {
        flex-direction: column-reverse;
        gap: 5vw;
    }

    .page_single_shop .shop_info_sec .shop_info_top .info_box {
        width: 100%;
    }

    .page_single_shop .shop_info_sec .shop_info_top .img_box {
        width: 100%;
    }

    .page_single_shop .shop_info_sec .shop_info_top .info_box dl {
        grid-template-columns: 30% 70%;
        padding: 3vw 0;
        font-size: 3.4vw;
    }

    .page_single_shop .shop_info_sec .comment_box {
        width: 100%;
        margin: 10vw auto 0;
        padding: 3vw;
    }

    .page_single_shop .shop_info_sec .comment_box .text {
        font-size: 3.5vw;
        line-height: 1.6;
    }

    .page_single_shop .shop_info_sec .gallery_box ul {
        gap: 0 3vw;
    }

    .page_single_shop .shop_info_sec .gallery_box ul li {
        width: 45vw;
    }

    .page_single_shop .shop_info_sec .shop_info_map_sec {
        margin-top: 10vw;
    }

    .common_sec_ttl {
        padding: 1vw 0;
    }

    .common_sec_ttl .ttl {
        font-size: 4vw;
    }

    .page_single_shop .shop_info_sec .shop_info_gallery_sec {
        margin-top: 10vw;
    }

    .page_single_shop .shop_info_sec .shop_info_map_sec .common_sec_ttl {
        margin-bottom: 3vw;
    }

    .page_single_shop .shop_info_sec .shop_info_gallery_sec .common_sec_ttl {
        margin-bottom: 3vw;
    }

    .page_single_shop .shop_info_sec .map_box {
        height: 50vw;
    }

    .page_single_shop .shop_info_sec .shop_info_top .info_box dl dd {
        overflow-wrap: break-word;
        word-break: break-word;
    }

    /* 店舗情報一覧ページ */
    .page_shop_info .common_sec_ttl {
        margin-bottom: 3vw;
    }

    .page_shop_info .top-shop+.top-shop {
        margin-top: 12vw;
    }

    /* 法人の方はこちらページ */
    .corporation_point_sec .point_list .item {
        flex-direction: column-reverse;
        gap: 2.5vw;
        padding: 6vw 3vw;
    }

    .corporation_point_sec .point_list .item+.item {
        margin-top: 6vw;
    }

    .corporation_point_sec .point_list .item:nth-child(even) {
        flex-direction: row-reverse;
    }

    .corporation_point_sec .point_list .item .img_box {
        width: 100%;
    }

    .corporation_point_sec .point_list .item .text_box .ttl_box {
        margin-bottom: 2vw;
    }

    .corporation_point_sec .point_list .item .text_box .ttl_box .ttl {
        font-size: 4.5vw;
    }

    .corporation_point_sec .point_list .item .text_box .text {
        font-size: 3.6vw;
        line-height: 1.7;
    }

    .corporation_point_sec {
        margin-bottom: 15vw;
    }

    .corporation_flow_sec {
        margin-bottom: 15vw;
    }

    .corporation_flow_sec .point_list {
        display: block;
    }

    .page-corporate__flow-item+.page-corporate__flow-item:before {
        border-width: 5vw 0 5vw 5vw;
        left: 50%;
        top: -10vw;
        transform: rotate(90deg);
    }

    .page-corporate__flow-item .text {
        font-size: 3vw;
    }

    .page-corporate__flow-item {
        display: flex;
        align-items: center;
        background-color: #F0F9FF;
        border-radius: 8px;
    }

    .corporation_flow_sec .point_list .page-corporate__flow-item .item {
        width: 40vw;
        aspect-ratio: 3 / 2;
    }

    .page-corporate__flow-item .text_box {
        width: 50vw;
        padding: 5vw;
    }

    .page-corporate__flow-item+.page-corporate__flow-item {
        margin-top: 10vw;
    }

    .page-corporate__flow-item .text {
        font-size: 3vw;
        padding: 0;
    }

    .corporation_flow_sec .point_list .item .en {
        top: 2vw;
        left: 2vw;
        font-size: 7vw;
    }

    .corporation_flow_sec .point_list .item .text_box .text {
        font-size: 3.4vw;
    }

    .corporation_point_sec .point_list .item:nth-child(even) {
        flex-direction: column-reverse;
    }

    .corporation_flow_sec .point_list .item {
        padding: 1vw;
    }

    .corporation_point_sec .point_list .item .img_box img {
        border-radius: 5px;
    }

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

    /* 選ばれる理由ページ */
    .page_reason .top-reason .top-reason__list .top-reason__item {
        display: block;
    }

    .page_reason .top-reason .top-reason__list .top-reason__item .img_outer {
        width: 100%;
    }

    .page_reason .top-reason .top-reason__list .top-reason__item .img_outer .top-reason__item-image:after {
        height: 46vw;
        width: 73vw;
    }

    .page_reason .top-reason .top-reason__list .top-reason__item .top-reason__item-title {
        font-size: 4.6vw;
        margin-bottom: 3vw;
    }

    .page_reason .top-reason .top-reason__list .top-reason__item .top-reason__item-text {
        font-size: 3.4vw;
    }

    .page_reason .top-reason .top-reason__list .top-reason__item+.top-reason__item {
        margin-top: 18vw;
    }

    .page_reason .top-reason {
        padding: 15vw 0 0;
    }

    .shop-cta-btn-sec {
        padding-block: 10vw 0;
    }

    .shop-cta-btn-sec ul {
        gap: 2.5vw;
    }

    .shop-cta-btn-sec li.site-header__btns-item {
        width: 90%;
    }

    .shop-cta-btn-sec li.site-header__btns-item a {
        height: 14.4vw;
    }
}