@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
*/

@import url('https://fonts.googleapis.com/css2?family=M+PLUS+1p:wght@100;300;400;500;700;800;900&display=swap');

@font-face {
    font-family: "AXIS";
    src: url("/wp-content/themes/swell_child/font/Axis.woff2") format("woff2"),
        url("/wp-content/themes/swell_child/font/Axis.woff") format("woff"),
        url("/wp-content/themes/swell_child/font/axis.otf") format("opentype");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

/* 新規の場合使用 */
:root {
    --main-color: #E60013;
    --sub-color: #FFEFF0;
}

html,
body,
button,
input,
select,
textarea,
body>* {
    /* 不要な指定は消す */
    font-family: "M PLUS 1p", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    letter-spacing: 0.02em;
    font-feature-settings: "palt";
    font-weight: 400;
}

.en {
    font-family: 'AXIS', sans-serif;
    letter-spacing: 0em;
    font-weight: 700;
}

body {
    color: #4D4D4D;
    font-size: 13px;
    line-height: 1.7;
    padding-top: 120px;
    min-width: 1340px;
}

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

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

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

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

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

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

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

.common_page_wrap {
    padding: 100px 0;
}

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

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

/* パンくず */
.breadcrumb {
    color: #9A9A9A;
    letter-spacing: .04em;
    font-weight: 500;
    margin-left: auto;
}

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

/* 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;
}

header.site-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 120px;
    background: #fff;
    z-index: 9999;
    box-shadow: 0 0 6px rgb(0 0 0 / 10%);
    width: 100%;
    overflow-x: scroll;
}

header.site-header .inner {
    padding: 0 50px;
    height: 100%;
    justify-content: space-between;
    min-width: 1480px;
}

.site-header__logo-text {
    font-weight: 500;
    color: #9D9D9D;
    font-size: 12px;
    letter-spacing: 0.01em;
    margin: 14px 0 8px;
}

.site-header__logo-image {
    width: 213px;
}

.site-header__right-top {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}

.site-header__action {
    display: flex;
}

.site-header__action-list {
    background: #FFEFF0;
    padding: 8px 0;
    border-radius: 6px;
    margin-right: 12px;
}

.site-header__action-item {
    width: 99px;
    text-align: center;
}

.site-header__action-item+.site-header__action-item {
    border-left: 2px solid #E2C9CB;
}

.site-header__action-item .text {
    font-weight: bold;
    font-size: 12px;
    color: #1A1A1A;
    line-height: 1;
    margin-top: 5px;
}

.site-header__contact-list {
    gap: 8px;
    margin-right: 20px;
}

.site-header__contact-item {
    width: 110px;
}

.site-header__contact-item a {
    background: #E60013;
    display: block;
    text-align: center;
    color: #fff;
    height: 55px;
    border-radius: 6px;
    padding-top: 5px;
}

.site-header__contact-item .text {
    font-size: 12px;
    font-weight: 800;
    line-height: 1;
}

.site-header__contact-item .icon {
    margin: 0 0 5px;
}

.site-header__tel {
    border-left: 2px solid #D6D6D6;
    padding-left: 20px;
}

.site-header__tel-num {
    justify-content: flex-end;
    align-items: center;
    gap: 7px;
}

.site-header__tel-text {
    font-size: 28px;
    line-height: 1;
    margin-top: 0.3em;
    color: #1A1A1A;
}

.site-header__tel-hours {
    font-size: 11px;
    color: #6A6A6A;
    letter-spacing: -0.01em;
}

.site-header__line {
    margin-left: 20px;
}

.site-header__line-btn {
    width: 170px;
    height: 70px;
    background: #06C755;
    align-items: center;
    justify-content: center;
    gap: 7px;
    border-radius: 0 0 12px 12px;
    color: #fff;
    padding-right: 15px;
}

.site-header__line-text {
    font-weight: 900;
    letter-spacing: 0.06em;
    font-size: 16px;
    text-align: center;
    line-height: 1.3;
}

.site-header__line-text .small {
    font-size: 87.5%;
}

.site-header__right-under {
    margin-top: 14px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

ul.site-header__nav-list {
    gap: 68px;
}

li.site-header__nav-item {
    font-size: 14px;
    font-weight: bold;
    position: relative;
    letter-spacing: 0.04em;
}

.site-header__menu-toggle {
    width: 32px;
    margin-left: 43px;
    height: 20px;
    position: relative;
    cursor: pointer;
}

li.site-header__nav-item+li.site-header__nav-item:after {
    content: "";
    position: absolute;
    width: 2px;
    background: #D6D6D6;
    left: -38px;
    height: 18px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.site-header__menu-bar {
    position: absolute;
    width: 100%;
    height: 2px;
    background: #000000;
    border-radius: 2px;
    transition: .2s;
}

.site-header__menu-bar:nth-child(1) {
    top: 0;
}

.site-header__menu-bar:nth-child(2) {
    top: 9px;
}

.site-header__menu-bar:nth-child(3) {
    top: 18px;
}

.site-header__category-toggle {
    display: flex;
    align-items: center;
    gap: 7px;
    cursor: pointer;
    transition: .2s;
}

.site-header__category-toggle-mark {
    width: 14px;
    height: 2px;
    position: relative;
    background: #1A1A1A;
    border-radius: 2px;
    transition: .2s;
}

.site-header__category-toggle-mark:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    transform: rotate(90deg);
    background: #1A1A1A;
    border-radius: 2px;
    transition: .2s;
}

.site-header__category-toggle-content .inner {
    width: 1340px;
    margin: 0 auto;
}

.site-header__category-toggle-content {
    position: fixed;
    background: #fff;
    top: 120px;
    left: 0;
    width: 100%;
    transition: .2s;
    box-shadow: 0 2px 6px rgb(0 0 0 / 10%);
    padding: 30px 50px 50px;
    z-index: 999;
    display: none;
    overflow-x: scroll;
}

.category-toggle__list {
    gap: 20px 25px;
}

.category-toggle__item {
    width: 228px;
}

.category-toggle__item a {
    align-items: center;
    gap: 14px;
    border-bottom: 2px dashed #C7C7C7;
    padding-bottom: 15px;
}

.category-toggle__item .image {
    width: 60px;
    border-radius: 8px;
    overflow: hidden;
}

.category-toggle__item .text .en {
    font-size: 11px;
    font-weight: bold;
    color: #F7CFD2;
    transition: .2s;
    line-height: 1;
    margin-bottom: 4px;
}

.category-toggle__item .text .jp {
    color: #1A1A1A;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 0.04em;
    line-height: 1.3;
    transition: .2s;
}

.category-toggle__item .arrow {
    width: 24px;
    height: 24px;
    background: #FFEFF0;
    border-radius: 50%;
    position: relative;
    margin-left: auto;
    transition: .2s;
}

.category-toggle__item .arrow:after {
    content: "";
    position: absolute;
    width: 7px;
    height: 7px;
    border: solid #E60013;
    border-width: 2px 2px 0 0;
    transform: rotate(45deg);
    top: 0;
    bottom: 0;
    margin: auto;
    left: 7px;
    transition: .2s;
}

.site-header__menu-toggle-content {
    position: fixed;
    top: 120px;
    left: 0;
    width: 100%;
    background: #E60013;
    z-index: 999;
    padding: 30px 50px;
    height: calc(100vh - 120px);
    display: none;
}

.site-header__menu-toggle-content .inner {
    background: #fff;
    border-radius: 30px;
    padding: 48px 30px;
    height: 100%;
    max-height: 100%;
    overflow: scroll;
}

.menu-toggle__content {
    background: #FAFAFA;
    margin-bottom: 50px;
    border: 2px solid #F2F2F2;
    border-radius: 20px;
    padding: 35px 40px;
}

.menu-toggle__nav ul {
    gap: 30px;
    margin-bottom: 30px;
}

.menu-toggle__nav a {
    color: #2B2B2B;
    font-weight: bold;
    font-size: 15px;
    letter-spacing: 0.04em;
}

.menu-toggle__search-title {
    display: flex;
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 0.04em;
    color: #2B2B2B;
    margin-bottom: 10px;
    gap: 14px;
    align-items: center;
    white-space: nowrap;
}

.menu-toggle__search-title:after {
    content: "";
    width: 100%;
    border-top: 2px dashed #E0E0E0;
}

.menu-toggle__search-list ul {
    gap: 5px 30px;
}

.menu-toggle__search-list a {
    color: #7E7E7E;
    letter-spacing: 0.04em;
}

.menu-toggle__logo-image {
    width: 192px;
}

.menu-toggle__logo {
    margin-bottom: 18px;
    align-items: flex-end;
    gap: 17px;
}

.menu-toggle__logo-text {
    color: #9D9D9D;
    line-height: 1.5;
}

.site-contact-block__tel {
    margin-bottom: 10px;
}

.site-contact-block__tel-num {
    align-items: center;
    gap: 7px;
}

.site-contact-block__tel-icon {
    width: 27px;
}

.site-contact-block__tel-text {
    font-size: 26px;
    font-weight: bold;
    line-height: 1;
    color: #1A1A1A;
    margin-top: 0.3em;
}

.site-contact-block__tel-hours {
    font-size: 12px;
    color: #6A6A6A;
    letter-spacing: 0;
}

.site-contact-block__actions {
    gap: 10px;
}

.site-contact-block-btn a {
    background: #E60013;
    display: block;
    height: 64px;
    text-align: center;
    color: #fff;
    border-radius: 6px;
}

.site-contact-block-btn {
    width: 128px;
}

.site-contact-block-btn-icon {
    padding: 8px 0 2px;
}

.site-contact-block-btn-text {
    font-weight: 800;
    font-size: 14px;
    letter-spacing: 0.04em;
}

.site-contact-block-btn.-line {
    width: 280px;
}

.-line .site-contact-block-btn-icon {
    padding: 0;
    margin-right: 8px;
}

.site-contact-block-btn.-line a {
    background: #06C755;
    display: flex;
    align-items: center;
    padding: 0 10px;
    position: relative;
}

.-line .site-contact-block-btn-text {
    font-size: 16px;
    font-weight: 900;
}

.site-contact-block-btn.-line a:after {
    content: "";
    width: 12px;
    height: 12px;
    border: solid;
    transform: rotate(45deg);
    border-width: 2px 2px 0 0;
    position: absolute;
    right: 20px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.menu-toggle__submenu {
    border-left: 2px dashed #E2E2E2;
    padding-left: 74px;
    padding-top: 20px;
}

.site-insta-btn__icon {
    display: flex;
    width: 60px;
    height: 60px;
    background: #fff;
    box-shadow: 0 0 4px rgb(0 0 0 / 10%);
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    position: relative;
    z-index: 2;
}

.site-insta-btn__icon img {
    width: 34px;
}

.site-insta-btn a {
    align-items: center;
}

.site-insta-btn__text {
    font-size: 15px;
    font-weight: 800;
    color: #2B2B2B;
    background: #F2F2F2;
    height: 46px;
    display: flex;
    align-items: center;
    padding: 0 27px 0 33px;
    border-radius: 0 30px 30px 0;
    margin-left: -20px;
}

.menu-toggle__submenu-top {
    gap: 28px;
    align-items: center;
    margin-bottom: 46px;
    justify-content: flex-end;
}

.menu-toggle__submenu-nav {
    margin-bottom: 27px;
}

.menu-toggle__submenu-nav ul {
    justify-content: flex-end;
    gap: 60px;
}

.menu-toggle__submenu-nav a {
    color: #939393;
    font-size: 14px;
    font-weight: 500;
}

.menu-toggle__submenu-nav li+li {
    position: relative;
}

.menu-toggle__submenu-nav li+li:after {
    content: "";
    width: 2px;
    height: 18px;
    background: #D5D5D5;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: -29px;
}

.menu-toggle__submenu-copyright small {
    font-size: 12px;
    color: #B4B4B4;
}

.menu-toggle__submenu-top .site-header__action-list {
    margin: 0;
}

.top-fv__illust {
    width: 570px;
    position: absolute;
    top: 0;
    right: 50%;
    margin-right: 270px;
    z-index: -1;
}

section.top-fv {
    padding: 50px 0;
}

.top-fv__text {
    width: 50%;
    padding-left: calc(50vw - 620px);
}

section.top-fv .inner {
    align-items: center;
}

.top-fv__image {
    width: 50%;
}

.top-fv__cta {
    width: 1140px;
    margin: 50px auto 0;
    background: #E60013;
    border-radius: 30px;
    padding: 45px 0 35px;
}

.top-fv__title-top {
    display: flex;
    position: relative;
    width: 473px;
    font-weight: 800;
    font-size: 24px;
    letter-spacing: 0.04em;
    flex-wrap: wrap;
    justify-content: space-between;
}

.top-fv__title-top:after {
    content: "";
    width: 100%;
    height: 14px;
    background: #5E5E5E;
    /* 帯の色 */
    clip-path: polygon(0 0, 8% 0, 10% 9px, 12% 0, 100% 0, 100% 3px, 12.5% 3px, 10% 14px, 7.5% 3px, 0 3px);
    display: block;
    margin-top: 10px;
}

.top-fv__title-yellow {
    width: 264px;
    background: #FFF9AC;
    border-radius: 6px;
    border: 2px solid #919191;
    font-size: 20px;
    text-align: center;
    line-height: 36px;
}

.top-fv__title {
    color: #1A1A1A;
    margin-bottom: 10px;
}

span.top-fv__title-middle {
    font-size: 48px;
    letter-spacing: 0.04em;
    font-weight: 800;
    display: block;
    line-height: 1;
    margin-top: 0.4em;
}

.top-fv__title-bottom {
    font-weight: 900;
    font-size: 52px;
    letter-spacing: 0.04em;
}

.top-fv__title-bottom .red {
    font-size: 110%;
}

.top-fv__catch {
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.04em;
    color: #1A1A1A;
}

.top-fv__slider .slick-slide {
    width: 410px;
    margin: 0 15px;
}

.top-fv__slider .slick-slide img {
    border-radius: 20px;
}

.top-fv__cta-list {
    justify-content: center;
    gap: 50px;
}

li.top-fv__cta-item {
    padding-top: 10px;
    position: relative;
    width: 380px;
    height: 120px;
    background: #fff;
    border-radius: 10px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer-cta .top-fv__cta-list {
    gap: 20px;
}

.footer-cta li.top-fv__cta-item {
    width: 360px;
}

.footer-cta__top .top-fv__cta-list {
    gap: 50px;
}

.footer-cta__top li.top-fv__cta-item {
    width: 380px;
}

.footer-cta__top li.top-fv__cta-item.-contact {
    display: none;
}

.top-fv__cta-label {
    position: absolute;
    width: 256px;
    height: 37px;
    background: #FFE5E7;
    border: 2px solid;
    color: #000000;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 800;
    font-size: 16px;
    letter-spacing: 0.04em;
    border-radius: 20px;
    left: 0;
    right: 0;
    margin: auto;
    top: -16px;
}

.top-fv__cta-label:after {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    border: 2px solid;
    background: #FFE5E7;
    transform: rotate(45deg);
    top: 90%;
    left: 0;
    right: 0;
    margin: auto;
    border-width: 0 2px 2px 0;
}

.top-fv__cta-tel-num {
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.top-fv__cta-icon {
    width: 32px;
}

.top-fv__cta-icon img {
    width: 100%;
}

.top-fv__cta-tel-text {
    font-size: 32px;
    color: #1A1A1A;
    line-height: 1;
    margin-top: 0.2em;
}

.top-fv__cta-hours {
    letter-spacing: 0;
    color: #6A6A6A;
}

.top-fv__cta-line a {
    width: 300px;
    height: 60px;
    align-items: center;
    background: #06C755;
    border-radius: 6px;
    padding-left: 15px;
    padding-right: 20px;
}

.top-fv__cta-line-text {
    color: #fff;
    font-size: 17px;
    font-weight: 900;
    letter-spacing: 0.04em;
}

.top-fv__cta-line-arrow {
    width: 12px;
    height: 12px;
    border: solid #fff;
    border-width: 3px 3px 0 0;
    transform: rotate(45deg);
    border-radius: 2px;
}

.-line .top-fv__cta-label {
    background: #FFF57B;
}

.-line .top-fv__cta-label:after {
    background: #FFF57B;
}

.top-banner__slider .slick-slide {
    width: 560px;
    margin: 0 20px;
}

.slick-prev,
.slick-next {
    width: 56px;
    height: 56px;
    background: #E60013 !important;
    border: 2px solid;
    z-index: 3;
    border-radius: 50%;
    border: 2px solid #fff;
}

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

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

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

.slick-prev:before {
    border-width: 0 0 3px 3px;
    left: 4px;
}

.slick-next:before {
    right: 4px;
    border-width: 3px 3px 0 0;
}

section.top-banner {
    padding: 65px 0 195px;
}

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

.top-banner__slider .slick-dots li {
    width: 90px;
    margin: 0;
    height: auto;
}

.top-banner__slider .slick-dots li button {
    background-size: cover;
    height: 54px;
    padding: 0;
    width: 100%;
}

section.top-about {
    padding: 110px 0 96px;
    background-image: url(image/sec-gray-bg.webp);
    background-size: 375px;
    background-position: center top -190px;
}

.top-about-shop__image {
    width: 410px;
    margin-left: -50px;
    border: 2px solid #3C3C3C;
    border-radius: 20px;
    overflow: hidden;
    height: 500px;
}

.top-about-shop__content {
    width: 690px;
}

.top-about-shop__title {
    font-size: 26px;
    font-weight: 800;
    color: #1A1A1A;
    line-height: 1.4;
    margin-bottom: 15px;
}

.top-about-shop__title .red {
    font-size: 170%;
}

.top-about-shop__text {
    font-size: 16px;
    margin-bottom: 30px;
}

.top-about-shop__text b {
    font-size: 106%;
    color: #1A1A1A;
}

.top-about-shop__text .underline {
    text-decoration: underline;
    text-underline-offset: -4px;
    text-decoration-thickness: 8px;
    text-decoration-color: #DCE3ED;
}

.site-common-btn a {
    width: 240px;
    background: #E60013;
    color: #fff;
    height: 60px;
    align-items: center;
    border-radius: 12px;
    padding-right: 17px;
    padding-left: 35px;
    justify-content: space-between;
    border: 2px solid #E60013;
}

.site-common-btn__text {
    font-size: 18px;
    font-weight: bold;
    font-weight: 800;
    letter-spacing: 0.04em;
    padding-top: 0.1em;
}

.site-common-btn__arrow {
    width: 26px;
    height: 26px;
    background: #fff;
    transition: .2s;
    position: relative;
    border-radius: 50%;
}

.site-common-btn__arrow:after {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    border: solid #E60013;
    top: 0;
    right: 10px;
    bottom: 0;
    margin: auto;
    border-width: 2px 2px 0 0;
    transform: rotate(45deg);
    transition: .2s;
}

.top-about-shop {
    margin-bottom: 120px;
}

.top-about-reason__title {
    text-align: center;
    margin-bottom: 20px;
}

.top-common-desc {
    font-size: 15px;
}

.top-about-reason .top-common-desc {
    text-align: center;
    margin-bottom: 30px;
}

.top-about-reason__title-en {
    font-size: 20px;
}

.top-about-reason__title-jp {
    font-size: 40px;
    letter-spacing: 0.04em;
    font-weight: 800;
    color: #1A1A1A;
    line-height: 1;
}

.top-about-reason__item {
    width: 360px;
    background: #fff;
    padding: 18px 20px 30px;
    border-radius: 16px;
    box-shadow: 0 2px 4px rgb(0 0 0 / 10%);
}

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

.top-about-reason__item-num {
    position: absolute;
    background: #E60013;
    color: #fff;
    width: 130px;
    border-radius: 12px 0;
    text-align: center;
    line-height: 36px;
    font-size: 16px;
}

.top-about-reason__item-image img {
    border-radius: 12px;
}

.top-about-reason__item-title {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    font-size: 18px;
    font-weight: bold;
    color: #1A1A1A;
    letter-spacing: 0.04em;
    height: 56px;
    line-height: 1.2;
    margin-bottom: 5px;
}

.top-about-reason__item-title .red {
    font-size: 110%;
}

.top-about-reason__item-text {
    letter-spacing: 0.01em;
    font-weight: 400;
}

.site-common-btn.-center {
    display: flex;
    justify-content: center;
}

.top-about-reason__list {
    margin-bottom: 30px;
}

section.top-staff {
    padding: 100px 0 120px;
}

.top-staff__text {
    width: 300px;
    padding-top: 25px;
}

.top-staff__list {
    width: 764px;
}

.top-staff__item {
    width: 240px;
    position: relative;
}

.top-common__sectitle-en {
    font-size: 60px;
    line-height: 1;
}

.top-common__sectitle {
    margin-bottom: 15px;
}

.top-common__sectitle-jp {
    color: #1A1A1A;
    font-size: 20px;
    font-weight: 800;
}

.top-staff-btn.site-common-btn {
    margin-top: -90px;
}

.top-staff__item-image {
    overflow: hidden;
    border-radius: 16px;
    width: 240px;
    height: 330px;
}

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

.top-staff__item-name {
    position: absolute;
    background: #E60013;
    right: 0;
    bottom: 0;
    color: #fff;
    display: flex;
    align-items: center;
    font-size: 18px;
    letter-spacing: 0.04em;
    font-weight: 800;
    gap: 10px;
    padding: 0 1em;
    height: 40px;
    border-radius: 12px 0 16px;
    transition: .2s;
}

.top-staff__item-name .arrow {
    width: 18px;
    height: 18px;
    background: #FFF1EF;
    border-radius: 50%;
    position: relative;
    transition: .2s;
}

.top-staff__item-name .arrow:after {
    content: "";
    border-color: #E60013;
    width: 6px;
    height: 6px;
    border-style: solid;
    border-width: 2px 2px 0 0;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    transform: rotate(45deg);
    right: 7px;
    transition: .2s;
}

.top-staff__item:nth-child(even) .top-staff__item-name {
    background: #F04831;
}

.top-staff__item:nth-child(even) .top-staff__item-name .arrow:after {
    border-color: #F04831;
}

.top-search__bg {
    padding: 80px 0 160px;
    position: relative;
    background-image: url(image/top-search__bg.webp);
    background-position: center;
    background-size: cover;
}

.top-search__bg:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #8B8B8B;
    opacity: 0.9;
    mix-blend-mode: multiply;
}

.top-search__bg .wrap {
    position: relative;
    z-index: 2;
    color: #fff;
    text-align: center;
}

.top-search__title {
    margin-bottom: 15px;
}

.top-search__title-en {
    font-size: 60px;
    line-height: 1;
}

.top-search__title-jp {
    font-size: 20px;
    font-weight: 800;
}

.top-search__block {
    width: 1240px;
    margin: 0 auto;
    background: #F8F8F8;
    padding: 44px 50px 50px;
    border-radius: 30px;
    background-image: url(image/sec-gray-bg.webp);
    background-size: 320px;
    background-position: center;
    box-shadow: 0 1px 8px rgb(0 0 0 / 10%);
    margin-top: -115px;
    z-index: 2;
    position: relative;
}

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

.top-search__item {
    width: 360px;
    height: 140px;
}

.top-search__item a {
    height: 100%;
    align-items: center;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 1px 6px rgb(0 0 0 / 10%);
    padding-left: 20px;
    overflow: hidden;
}

.top-search__item-icon {
    width: 100px;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #F8F8F8;
    border-radius: 50%;
    margin-right: 17px;
}

.top-search__item-arrow {
    background: #E60013;
    height: 100%;
    width: 24px;
    position: relative;
    margin-left: auto;
}

.top-search__item:nth-child(even) .red {
    color: #F04831;
}

.top-search__item:nth-child(even) .top-search__item-arrow {
    background: #F04831;
}

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

.top-search__item-copy {
    font-size: 14px;
    color: #838383;
    font-weight: 500;
    letter-spacing: 0.04em;
}

.top-search__item-title {
    font-size: 20px;
    font-weight: 800;
    letter-spacing: 0.04em;
    color: #1A1A1A;
}

.top-search__keyword {
    justify-content: center;
}

.top-search__keyword-title {
    width: 310px;
    border-right: 2px solid #D5D5D5;
}

.top-search__keyword-form {
    width: 730px;
    padding-left: 30px;
}

.top-search__keyword-title-en {
    font-size: 26px;
    line-height: 1;
}

.top-search__keyword-title-jp {
    font-size: 16px;
    font-weight: 800;
    color: #1A1A1A;
    letter-spacing: 0.04em;
}

.top-search__keyword-form input[type=text] {
    width: 100%;
    padding-left: 1em;
    background: #FCFCFC;
    height: 56px;
    border: 2px solid #E2E2E2;
    border-radius: 10px;
}

.top-search__keyword-form form {
    display: block;
    position: relative;
}

.top-search__keyword-form input[type=submit] {
    position: absolute;
    right: 17px;
    width: 30px;
    height: 30px;
    top: 0;
    bottom: 0;
    margin: auto;
    border: none;
    background: no-repeat;
    background-image: url(image/search-icon-keyword.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

section.top-category {
    padding: 80px 0;
}

.top-category__title {
    text-align: center;
    color: #1A1A1A;
    font-weight: 800;
    font-size: 30px;
    letter-spacing: 0.04em;
}

.top-category__title .red {
    font-size: 126%;
}

section.top-category .top-common__desc {
    text-align: center;
    margin-bottom: 40px;
}

ul.top-category__group {
    width: 360px;
    margin: 0 15px;
}

.top-category__item-image {
    margin-bottom: 10px;
    position: relative;
    height: 170px;
    border-radius: 10px;
    overflow: hidden;
}

.top-category__item-num {
    background: #E60013;
    position: absolute;
    border-radius: 10px 0;
    color: #fff;
    width: 140px;
    text-align: center;
    line-height: 32px;
    top: 0;
    left: 0;
    z-index: 2;
}

.top-category__item-title {
    color: #1A1A1A;
    font-weight: 800;
    font-size: 18px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 4px;
    transition: .2s;
}

.top-category__item-title .arrow {
    width: 28px;
    height: 28px;
    background: #FFEFF0;
    border-radius: 50%;
    position: relative;
    transition: .2s;
}

.top-category__item-text {
    font-size: 12px;
    color: #6E6E6E;
}

.top-category__item-title .arrow:after {
    content: "";
    border-color: #E60013;
    width: 8px;
    height: 8px;
    border-style: solid;
    border-width: 2px 2px 0 0;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    transform: rotate(45deg);
    right: 11px;
    transition: .2s;
}

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

.top-category__list .slick-prev {
    left: -90px;
}

.top-category__list .slick-next {
    right: -90px;
}

section.top-flow {
    padding: 80px 0 90px;
    background-image: url(image/sec-gray-bg.webp);
    background-size: 375px;
    background-position: center top -190px;
}

section.top-flow .top-common__sectitle {
    text-align: center;
}

section.top-flow .top-common__desc {
    text-align: center;
    margin-bottom: 25px;
}

.top-flow__item-image {
    width: 130px;
    position: relative;
}

.top-flow__item-content {
    width: 970px;
    border-bottom: 2px dashed #C7C7C7;
    padding-left: 30px;
    padding-top: 16px;
    padding-bottom: 30px;
}

.top-flow__item {
    gap: 40px;
    align-items: flex-start;
}

.top-flow__item-num {
    font-size: 17px;
    line-height: 1;
}

.top-flow__item-title {
    font-size: 20px;
    letter-spacing: 0.04em;
    color: #1A1A1A;
    font-weight: 800;
    margin-bottom: 5px;
}

.top-flow__item+.top-flow__item {
    margin-top: 10px;
}

.top-flow__item+.top-flow__item .top-flow__item-image:after {
    content: "";
    width: 2px;
    height: 100px;
    position: absolute;
    background: #1A1A1A;
    margin: auto;
    left: 0;
    top: -70px;
    right: 0;
    z-index: -1;
}

.top-flow__list {
    position: relative;
    z-index: 2;
    margin-bottom: 40px;
}

section.top-faq {
    padding: 70px 0 80px;
}

section.top-faq .top-common__sectitle {
    text-align: center;
}

section.top-faq .top-common__desc {
    text-align: center;
    margin-bottom: 25px;
}

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

.top-faq__item {
    padding: 15px 25px 17px;
    background: #fff;
    box-shadow: 0 2px 4px rgb(0 0 0 / 10%);
    border-radius: 8px;
}

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

.top-faq__item-en {
    font-size: 36px;
}

.top-faq__item-q {
    align-items: center;
    gap: 20px;
    margin-bottom: 13px;
}

.top-faq__item-text {
    width: calc(100% - 80px);
}

.top-faq__item-q .top-faq__item-en {
    width: 60px;
    height: 60px;
    background: #E60013;
    border-radius: 50%;
    color: #fff;
    padding: 2px 0 0 12px;
}

.top-faq__item-q .top-faq__item-text {
    font-size: 20px;
    font-weight: 800;
    color: #1A1A1A;
    letter-spacing: 0.04em;
}

.top-faq__item-a {
    background: #FFF2F3;
    border-radius: 8px;
    padding: 18px 20px 22px 16px;
}

.top-faq__item-a .top-faq__item-en {
    margin-right: 20px;
}

.top-faq__item-a .top-faq__item-text {
    font-size: 14px;
}

section.top-area {
    background-image: url(image/sec-gray-bg.webp);
    background-size: 375px;
    background-position: center top -190px;
    padding: 80px 0 90px;
}

.top-area__title {
    margin-bottom: 30px;
    align-items: flex-end;
}

.top-area__title .top-common__sectitle {
    margin: 0 40px 0 0;
}

.top-area__title .top-common__desc {
    margin-bottom: 10px;
}

.top-area__item {
    width: 545px;
    justify-content: space-between;
}

.top-area__list {
    gap: 40px 0;
}

.top-area__item-image {
    width: 200px;
}

.top-area__item-image img {
    border-radius: 12px;
    border: 2px solid #3C3C3C;
}

.top-area__item-num {
    background: #E60013;
    color: #fff;
    text-align: center;
    position: absolute;
    width: 102px;
    font-size: 16px;
    border-radius: 10px 0 10px;
    top: 2px;
    left: 2px;
    line-height: 2;
}

.top-area__item-content {
    width: 320px;
    padding-top: 20px;
    border-bottom: 2px dashed #A0A0A0;
}

.top-area__item-title {
    font-size: 20px;
    font-weight: 800;
    color: #1A1A1A;
    letter-spacing: 0;
    margin-bottom: 10px;
}

section.top-blog {
    padding: 80px 0 110px;
}

section.top-blog .top-common__desc {
    margin-bottom: 20px;
}

.top-blog__item {
    width: 264px;
}

.top-blog__list {
    gap: 28px;
}

.top-blog__item a {
    background: #fff;
    display: block;
    padding: 15px 15px 16px;
    border-radius: 16px;
    box-shadow: 0 2px 4px rgb(0 0 0 / 10%);
}

.top-blog__item-image {
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 8px;
    height: 156px;
}

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

.top-blog__item-title {
    font-size: 15px;
    font-weight: 800;
    color: #1A1A1A;
    line-height: 1.5;
    letter-spacing: 0.04em;
    margin-bottom: 6px;
    transition: .2s;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.top-blog__item-text {
    font-size: 12px;
    color: #6E6E6E;
    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
}

.top-blog__item-btn {
    background: #FFEFF0;
    text-align: center;
    line-height: 34px;
    font-weight: 800;
    border-radius: 20px;
    letter-spacing: 0.04em;
    position: relative;
    transition: .2s;
}

.top-blog__item-btn .arrow {
    width: 20px;
    height: 20px;
    background: #E60013;
    border-radius: 50%;
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
    transition: .2s;
}

.top-blog__item-btn .arrow:after {
    content: "";
    border-color: #fff;
    width: 6px;
    height: 6px;
    border-style: solid;
    border-width: 2px 2px 0 0;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    transform: rotate(45deg);
    right: 8px;
    transition: .2s;
}

section.top-blog .site-common-btn {
    position: absolute;
    right: 0;
    top: 80px;
}

.footer-cta__title {
    text-align: center;
    color: #fff;
    font-weight: 800;
    font-size: 44px;
    line-height: 1.2;
    margin-bottom: 40px;
}

.footer-cta__title .small {
    font-size: 61%;
}

.footer-cta__title .kana {
    font-size: 77%;
}

.footer-cta__desc {
    text-align: center;
    color: #fff;
    margin-top: 15px;
    letter-spacing: 0;
    font-size: 15px;
}

footer.site-footer {
    padding: 260px 0 75px;
    border-radius: 50px 50px 0 0;
    background: #F7F7F7;
    margin-top: -190px;
}

.footer-cta {
    position: relative;
    z-index: 2;
}

.site-footer__menu {
    margin-bottom: 60px;
}

.site-footer__menu ul {
    gap: 40px;
}

.site-footer__menu a {
    font-size: 16px;
    font-weight: bold;
    color: #2B2B2B;
    letter-spacing: 0.04em;
}

.site-footer__search-title {
    display: flex;
    gap: 15px;
    margin-bottom: 15px;
    font-size: 16px;
    color: #2B2B2B;
    font-weight: bold;
    letter-spacing: 0.04em;
    white-space: nowrap;
    align-items: center;
}

.site-footer__search-title:after {
    content: "";
    width: 100%;
    border-top: 2px dashed #E0E0E0;
}

.site-footer__search-list ul {
    gap: 5px 30px;
}

.site-footer__search-list a {
    color: #7E7E7E;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.04em;
}

.site-footer__search-block+.site-footer__search-block {
    margin-top: 40px;
}

.site-footer__search {
    margin-bottom: 70px;
}

.site-footer__info {
    padding: 55px 60px;
    background: #fff;
    border-radius: 30px;
    margin-bottom: 40px;
}

.site-footer__info-logo {
    width: 213px;
    margin-bottom: 15px;
}

.site-footer__info-company {
    font-size: 14px;
    color: #9D9D9D;
    font-weight: 500;
    margin-bottom: 5px;
}

.site-footer__info-addr {
    font-weight: 500;
    color: #9D9D9D;
    line-height: 1.5;
}

.site-footer__info-content {
    width: 528px;
    padding-right: 50px;
    border-right: 2px dashed #E2E2E2;
}

.site-footer__info .site-insta-btn__icon {
    width: 50px;
    height: 50px;
}

.site-footer__info .site-insta-btn__icon img {
    width: 30px;
}

.site-footer__info .site-contact-block-btn a {
    height: 55px;
}

.site-footer__info .site-contact-block-btn-icon {
    width: 17px;
    margin: 0 auto;
    padding-top: 4px;
}

.site-footer__info .site-contact-block-btn-text {
    font-size: 12px;
}

.site-footer__info .site-contact-block-btn {
    width: 110px;
}

.site-footer__info .site-contact-block-btn.-line {
    width: 240px;
}

.site-footer__info .site-contact-block__actions {
    gap: 8px;
}

.site-footer__info .-line .site-contact-block-btn-icon {
    width: 32px;
    margin: 0 6px 0 0;
}

.site-footer__info .-line .site-contact-block-btn-text {
    font-size: 14px;
}

.site-footer__info .site-contact-block-btn.-line a:after {
    width: 8px;
    height: 8px;
}

.site-footer__info-map {
    width: 444px;
}

.site-footer__info-map iframe {
    width: 100%;
    height: 100%;
    border-radius: 20px;
}

.site-footer__info .site-insta-btn__text {
    height: 40px;
    font-size: 13px;
}

.site-footer__info .site-insta-btn {
    margin-top: 20px;
}

.site-footer__bottom-menu ul {
    justify-content: center;
    gap: 44px;
}

.site-footer__bottom-menu {
    margin-bottom: 30px;
}

.site-footer__bottom-menu a {
    font-size: 14px;
    font-weight: 500;
    color: #9D9D9D;
}

.site-footer__bottom-menu ul li+li {
    position: relative;
}

.site-footer__bottom-menu ul li+li:after {
    content: "";
    width: 2px;
    height: 18px;
    background: #D5D5D5;
    position: absolute;
    left: -21px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.site-footer__bottom-copyright {
    text-align: center;
}

.site-footer__bottom-copyright small {
    color: #B4B4B4;
    font-size: 12px;
    font-weight: 500;
}

.site-footer__info-content-top {
    margin-bottom: 20px;
}

.page-common__fv {
    padding: 70px 0 0;
}

.page-common__fv .inner {
    width: 1240px;
    margin: 0 auto;
    max-width: 90%;
    align-items: flex-end;
}

.page-common__title-en {
    font-size: 70px;
    text-transform: uppercase;
    line-height: 1;
}

.page-common__title-jp {
    font-size: 20px;
    font-weight: 800;
    color: #1A1A1A;
    letter-spacing: 0.04em;
    line-height: 1;
}

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

.page-common__fv-image {
    width: 100%;
    margin-top: 40px;
    position: relative;
    z-index: 2;
}

.page-common__fv-image img {
    border-radius: 20px;
    width: 100%;
    height: 290px;
    object-fit: cover;
}

.footer-cta .top-fv__cta {
    width: 1240px;
}

li.atop-fv__cta-contact-btn {
    width: 164px;
}

li.atop-fv__cta-contact-btn a {
    background: #E60013;
    align-items: center;
    height: 60px;
    justify-content: center;
    gap: 10px;
    border-radius: 6px;
}

.top-fv__cta-contact ul {
    gap: 12px;
}

.top-fv__cta-contact-icon {
    width: 24px;
}

.top-fv__cta-contact-icon img {
    width: 100%;
}

.top-fv__cta-contact-text {
    font-size: 15px;
    font-weight: 900;
    color: #fff;
}

.footer-cta li.top-fv__cta-item.-contact {
    width: 380px;
}

section.page-reason__content {
    background-image: url(image/sec-gray-bg.webp);
    background-size: 375px;
    background-position: center top -190px;
    padding: 255px 0 110px;
    margin-top: -145px;
}

.page-reason__content-title {
    text-align: center;
    font-size: 40px;
    font-weight: 800;
    letter-spacing: 0.04em;
    color: #1A1A1A;
    margin-bottom: 10px;
}

.page-reason__content-title .kana {
    font-size: 85%;
}

.page-reason__content-desc {
    text-align: center;
    font-size: 15px;
    margin-bottom: 40px;
}

.page-reason__content-item {
    padding: 20px 50px 20px 20px;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 1px 6px rgb(0 0 0 / 10%);
    align-items: center;
    justify-content: space-between;
}

.page-reason__content-item-image {
    width: 420px;
    position: relative;
}

.page-reason__content-item-image img {
    width: 100%;
    height: 280px;
    border-radius: 12px;
}

.page-reason__content-item-num {
    background: #E60013;
    position: absolute;
    width: 166px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 44px;
    color: #fff;
    font-size: 20px;
    border-radius: 12px 0;
}

.page-reason__content-item-content {
    width: 600px;
}

.page-reason__content-item-title {
    border-bottom: 2px dashed #A0A0A0;
    padding-bottom: 12px;
    margin-bottom: 15px;
    font-size: 26px;
    color: #1A1A1A;
    font-weight: 800;
    line-height: 1.4;
    letter-spacing: 0.04em;
}

.page-reason__content-item-title .red {
    font-size: 115%;
}

.page-reason__content-item-desc {
    font-size: 15px;
    line-height: 2;
}

.page-reason__content-item+.page-reason__content-item {
    margin-top: 60px;
}

.page-reason__content-item:nth-child(even) {
    padding: 20px 20px 20px 50px;
}

.page-reason__content-item:nth-child(even) .page-reason__content-item-image {
    order: 2;
}

.page-reason__content-item:nth-child(even) .page-reason__content-item-num {
    background: #F04831;
}

.page-reason__content-item:nth-child(even) .red {
    color: #F04831;
}

section.page-reason__staff {
    padding: 110px 0 70px;
}

.page-reason__staff-title-jp {
    color: #1A1A1A;
    font-size: 38px;
    font-weight: 800;
    letter-spacing: 0.04em;
    line-height: 1.3;
    margin-bottom: 15px;
}

.page-reason__staff-title-jp .red {
    font-size: 120%;
}

.page-reason__staff-title-desc {
    font-size: 15px;
}

section.page-reason__staff .wrap {
    align-items: center;
}

section.no-results,
section.not-found {
    width: 100%;
    text-align: center;
    padding: 100px 0;
    margin: 0 auto;
}

section.no-results p,
section.not-found p {
    margin-bottom: 1em;
}

section.no-results form,
section.not-found form {
    width: 600px;
    text-align: left;
    margin: 0 auto;
    max-width: 100%;
}

section.page-staff__content {
    padding: 100px 0;
}

.page-staff__staff-list ul {
    gap: 60px;
}

.top-staff__item-name .small {
    font-size: 70%;
}

.page-staff__staff-list .top-staff__item-name {
    line-height: 1.2;
    height: 60px;
    padding-left: 1.5em;
    gap: 1em;
}

.single-staff__profile-image {
    width: 410px;
    height: 500px;
}

section.single-staff__profile {
    padding: 100px 0;
}

.single-staff__profile-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
    border: 2px solid #3C3C3C;
}

.single-staff__profile-text {
    width: 640px;
    padding-top: 40px;
}

.single-staff__profile-name-en {
    font-size: 46px;
    line-height: 1;
}

.single-staff__profile-name {
    font-size: 26px;
    font-weight: 800;
    color: #1A1A1A;
    line-height: 1.4;
    margin-bottom: 30px;
    gap: 15px;
    display: flex;
    align-items: center;
}

.single-staff__profile-name span {
    background: var(--main-color);
    color: #fff;
    font-size: 80%;
    padding: 0 1em;
    border-radius: 1em;
}

.single-staff__profile-desc dl {
    gap: 15px;
    padding: 15px 15px;
    font-size: 15px;
}

.single-staff__profile-desc dl:nth-child(odd) {
    background: #FFF2F3;
}

.single-staff__profile-desc dt {
    font-weight: 800;
    color: #1A1A1A;
    letter-spacing: 0.04em;
    width: 80px;
}

section.single-staff__content {
    padding: 100px 0;
    background-image: url(image/sec-gray-bg.webp);
    background-size: 375px;
    background-position: center top -190px;
    margin-bottom: 100px;
}

.single-staff__content-item {
    padding: 20px;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 1px 6px rgb(0 0 0 / 10%);
    align-items: center;
}

.single-staff__content-image {
    width: 420px;
    height: 280px;
}

.single-staff__content-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 12px;
}

.single-staff__content-text {
    width: 600px;
}

.single-staff__content-item+.single-staff__content-item {
    margin-top: 60px;
}

.single-staff__content-title-en {
    font-size: 26px;
    line-height: 1;
}

.single-staff__content-title {
    padding-bottom: 12px;
    margin-bottom: 15px;
    font-size: 26px;
    color: #1A1A1A;
    font-weight: 800;
    line-height: 1.4;
    letter-spacing: 0.04em;
    border-bottom: 2px dashed #A0A0A0;
}

.single-staff__content-desc {
    line-height: 2;
}

.single-staff__content-item:nth-child(even) .single-staff__content-image {
    order: 2;
}

.single-staff__content-item:nth-child(even) .single-staff__content-text {
    margin-right: 0;
    margin-left: 30px;
}

section.page-flow__content {
    padding: 100px 0 50px;
}

section.page-faq__content {
    background-image: url(image/sec-gray-bg.webp);
    background-size: 375px;
    background-position: center top -190px;
    padding: 255px 0 60px;
    margin-top: -145px;
    margin-bottom: 100px;
}

section.page-shop__content {
    background-image: url(image/sec-gray-bg.webp);
    background-size: 375px;
    background-position: center top -190px;
    padding: 255px 0 60px;
    margin-top: -145px;
}

.page-shop__content-title-en {
    font-size: 46px;
    line-height: 1;
}

.page-shop__content-title {
    font-size: 26px;
    font-weight: 800;
    color: #1A1A1A;
    line-height: 1.4;
    margin-bottom: 30px;
}

.top-shop__images img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
    border: 2px solid #3C3C3C;
}

.top-shop__images li {
    width: 550px;
    height: 400px;
}

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

.top-shop__table table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0px 20px;
}

.top-shop__table th {
    width: 25%;
    background: #fff;
    color: #1A1A1A;
    padding: 0.5em 1em;
    font-size: 15px;
    font-weight: 500;
    border-radius: 6px;
}

.top-shop__table td {
    padding: 0.5em 1em;
    font-size: 16px;
    font-weight: 600;
}

section.page-shop__access {
    padding: 100px 0 50px;
}

.page-shop__access-map iframe {
    width: 100%;
    height: 350px;
    object-fit: cover;
    border-radius: 20px;
    border: 2px solid #3C3C3C;
}

.page-shop__access-text {
    margin-top: 1em;
    padding-left: 1em;
    border-left: 5px solid var(--main-color);
    font-weight: 800;
    color: #1a1a1a;
    font-size: 15px;
    display: flex;
    gap: 15px;
    align-items: center;
}

.page-shop__access-text a {
    background: var(--main-color);
    color: #fff;
    padding: 0 1em;
    border-radius: 1em;
}

.opend .site-header__category-toggle-mark {
    transform: rotate(45deg);
}

.opend .site-header__menu-bar:nth-child(2) {
    opacity: 0;
}

.opend .site-header__menu-bar:nth-child(1) {
    top: 9px;
    transform: rotate(30deg);
}

.opend .site-header__menu-bar:nth-child(3) {
    top: 9px;
    transform: rotate(-30deg);
}

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

.top-area__list .flex_sb+.flex_sb {
    margin-top: 40px;
}

.top-about-reason__item:nth-child(even) .top-about-reason__item-num {
    background: #f04831;
}

.top-about-reason__item:nth-child(even) .red {
    color: #f04831;
}

.top-common__desc {
    font-size: 15px;
}

.-pink .top-category__item-num {
    background: #f04831;
}

.top-flow__item:nth-child(even) .red {
    color: #f04831;
}

.-pink .top-category__item-num {
    background: #f04831;
}

.top-flow__item:nth-child(even) .red {
    color: #f04831;
}

.top-faq__item:nth-child(even) .top-faq__item-q .top-faq__item-en {
    background: #f04831;
}

.top-faq__item:nth-child(even) .red {
    color: #f04831;
}

.top-faq__item:nth-child(even) .top-faq__item-a {
    background: #FFF1EF;
}

.-pink .top-area__item-num {
    background: #f04831;
}

.site-common-desc {
    font-size: 15px;
}

.top_news_box .top_news_box_item .link {
    display: flex;
    gap: 20px;
    padding: 20px;
    border: 2px solid #E60013;
    background-color: #fff;
    transition: .3s;
    border-radius: 12px;
}

.top_news_box .top_news_box_item .link:hover {
    background-color: #E60013;
}

.top_news_box .top_news_box_item .link .date {
    /* height: 100%; */
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: 15px;
    color: #e60b13;
    padding-right: 20px;
    border-right: 2px solid #ececec;
    flex-shrink: 0;
}

.top_news_box .top_news_box_item .link:hover .date {
    border-color: #fff;
    color: #fff;
}

.top_news_box .top_news_box_item .link .item_text_area {
    flex-grow: 1;
    padding: 10px 0;
    /* padding-right: 20px; */
}

.top_news_box .top_news_box_item .link .item_text_area .title {
    font-size: 16px;
    font-weight: 700;
    letter-spacing: .04em;
    margin-bottom: 0.1em;
    color: #4D4D4D;
    transition: .3s;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.top_news_box .top_news_box_item .link .item_text_area .text {
    font-size: 14px;
    letter-spacing: .02em;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    color: #4D4D4D;
    transition: .3s;
}

.top_news_box .top_news_box_item .link:hover .item_text_area .title,
.top_news_box .top_news_box_item .link:hover .item_text_area .text {
    color: #fff;
}

.top_news_box .top_news_box_item .link .arrow {
    background-color: #E60013;
    border-radius: 50%;
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    position: relative;
    margin: auto 0 auto auto;
    transition: .3s;
}

.top_news_box .top_news_box_item .link:hover .arrow {
    background-color: #fff;
}
.top_news_box .top_news_box_item .link .arrow::before {
    content: "";
    position: absolute;
    width: 30%;
    height: 30%;
    border: 2px solid #fff;
    border-left: none;
    border-bottom: none;
    top: 50%;
    left: 42%;
    transform: translate(-50%, -50%) rotate(45deg);
}

.top_news_box .top_news_box_item .link:hover .arrow::before {
    border-color: #E60013;
}

@media (any-hover: hover) {

    .site-header__action-item a:hover {
        opacity: 0.5;
    }

    .site-header__contact-item a:hover {
        opacity: 0.5;
    }

    .site-header__line-btn:hover {
        opacity: 0.5;
    }

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

    .site-header__category-toggle:hover {
        color: var(--main-color);
    }

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

    a:hover .site-common-btn__arrow {
        background-color: var(--main-color);
    }

    a:hover .site-common-btn__arrow:after {
        border-color: #fff;
    }

    a:hover .top-staff__item-image img {
        transform: scale(1.1);
    }

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

    a:hover .top-staff__item-name .arrow {
        background: var(--main-color);
    }

    a:hover .top-staff__item-name .arrow:after {
        border-color: #fff;
    }

    .top-search__item a:hover {
        opacity: 0.5;
    }

    a:hover .top-category__item-image img {
        transform: scale(1.1);
    }

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

    a:hover .top-category__item-title .arrow {
        background: var(--main-color);
    }

    a:hover .top-category__item-title .arrow:after {
        border-color: #fff;
    }

    a:hover .top-blog__item-image img {
        transform: scale(1.1);
    }

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

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

    a:hover .top-blog__item-btn .arrow {
        background: #fff;
    }

    a:hover .top-blog__item-btn .arrow:after {
        border-color: var(--main-color);
    }

    .top-fv__cta-line a:hover {
        opacity: 0.5;
    }

    .site-footer__menu a:hover,
    .site-footer__search-list a:hover,
    .site-footer__bottom-menu a:hover {
        color: var(--main-color);
    }

    .site-contact-block-btn a:hover,
    .site-insta-btn a:hover {
        opacity: 0.5;
    }

    .top-staff__item:nth-child(even) a:hover .top-staff__item-name {
        background: #fff;
    }

    .top-staff__item:nth-child(even) a:hover .top-staff__item-name .arrow:after {
        border-color: #fff;
    }

    .category-toggle__item a:hover .image img {
        transform: scale(1.1);
    }

    .category-toggle__item a:hover .text .en,
    .category-toggle__item a:hover .text .jp {
        color: var(--main-color);
    }

    .menu-toggle__nav a:hover,
    .menu-toggle__search-list a:hover,
    .menu-toggle__submenu-nav a:hover {
        color: var(--main-color);
    }

    .category-toggle__item a:hover .arrow {
        background: var(--main-color);
    }

    .category-toggle__item a:hover .arrow:after {
        border-color: #fff;
    }

    li.atop-fv__cta-contact-btn a:hover {
        opacity: 0.5;
    }

}

@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.3vw;
        padding-top: 80px;
        min-width: auto;
    }

    /* SP固定ページ 共通設定 */
    .common_page_wrap {
        padding: 15vw 0 10vw;
    }

    .reserve_text {
        font-size: 6vw;
    }

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

    /* 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;
    }

    section.no-results,
    section.not-found {
        padding: 15vw 0;
        text-align: left;
    }

    header.site-header-sp {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 80px;
        background: #fff;
        box-shadow: 0 0 6px rgb(0 0 0 / 10%);
        z-index: 999;
    }

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

    .site-header-sp__logo {
        width: 152px;
        max-width: calc(90vw - 188px);
    }

    .site-header-sp__action-item {
        width: 65px;
        margin-right: 6px;
        height: 50px;
    }

    .site-header-sp__action-item a {
        background-color: #FFEFF0;
        border-radius: 6px;
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        align-content: center;
    }

    .site-header-sp__action-item .text {
        font-size: 10px;
        font-weight: bold;
        width: 100%;
        text-align: center;
        color: #1A1A1A;
    }

    .site-header-sp__action-item .icon {
        width: 18px;
        margin: 0 auto 2px;
    }

    .site-header-sp__actions {
        align-items: center;
    }

    .site-header-sp__menu-toggle {
        width: 32px;
        height: 20px;
        margin-left: 8px;
        position: relative;
    }

    .site-header-sp__menu-bar {
        width: 100%;
        height: 2px;
        background: #000000;
        border-radius: 1px;
        transition: .2s;
        position: absolute;
        left: 0;
        right: 0;
        margin: auto;
    }

    .site-header-sp__menu-bar:nth-child(1) {
        top: 0;
    }

    .site-header-sp__menu-bar:nth-child(2) {
        top: 9px;
    }

    .site-header-sp__menu-bar:nth-child(3) {
        top: 18px;
    }

    .site-header-sp__menu-toggle-content {
        position: fixed;
        top: 0;
        left: 100%;
        width: 100%;
        height: 100%;
        overflow-y: scroll;
        z-index: 99;
        background: #E60013;
        padding: calc(5vw + 80px) 2vw 150px;
        transition: .2s;
    }

    li.sp__menu-toggle-search-item {
        width: 31vw;
    }

    li.sp__menu-toggle-search-item a {
        background: #fff;
        border-radius: 6px;
        padding: 2vw 0;
    }

    .sp__menu-toggle-search-item-icon {
        width: 12vw;
        height: 12vw;
        margin: 0 auto 1vw;
        background: #F8F8F8;
        border-radius: 50%;
        padding: 3vw;
    }

    .sp__menu-toggle-search-item-text {
        text-align: center;
        width: 100%;
        font-weight: 800;
        color: #1A1A1A;
        line-height: 1.2;
        font-size: 110%;
    }

    .sp__menu-toggle-search-item-text .red {
        font-size: 110%;
    }

    .sp__menu-toggle-search {
        margin-bottom: 5vw;
    }

    .sp__menu-toggle-search {
        margin-bottom: 5vw;
    }

    .sp__menu-toggle-main {
        background: #fff;
        border-radius: 10px;
        padding: 5vw 4vw 8vw;
        margin-bottom: 12vw;
    }

    .sp__menu-toggle-kodawari {
        margin-bottom: 3vw;
    }

    .sp__menu-toggle-kodawari-label {
        font-size: 120%;
        font-weight: bold;
        color: #1A1A1A;
        letter-spacing: 0.04em;
        border-bottom: 2px dashed #E0E0E0;
        display: flex;
        justify-content: space-between;
        padding-bottom: 3vw;
    }

    .sp__menu-toggle-kodawari-label .arrow {
        background: #FFEFF0;
        width: 6vw;
        height: 6vw;
        border-radius: 50%;
        position: relative;
        transition: .2s;
    }

    .sp__menu-toggle-kodawari-label.opend .arrow {
        transform: rotate(180deg);
    }

    .sp__menu-toggle-kodawari-label .arrow:after {
        content: "";
        width: 30%;
        height: 30%;
        border: solid var(--main-color);
        border-width: 2px 0 0 2px;
        position: absolute;
        top: -8%;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        transform: rotate(225deg);
    }

    .sp__menu-toggle-content {
        padding: 4vw;
        display: none;
    }

    .sp__menu-toggle-content ul li {
        width: 40%;
    }

    .sp__menu-toggle-content ul li a {
        color: #7E7E7E;
        font-weight: 500;
    }

    .sp__menu-toggle-content ul li:nth-child(odd) {
        width: 60%;
    }

    .sp__menu-toggle-content ul {
        gap: 3vw 0;
    }

    .sp__menu-toggle-nav ul {
        justify-content: space-between;
    }

    .sp__menu-toggle-nav ul li {
        width: 42vw;
    }

    .sp__menu-toggle-nav ul li a {
        display: flex;
        justify-content: space-between;
        font-size: 120%;
        font-weight: bold;
        color: #1A1A1A;
        letter-spacing: 0.04em;
        border-bottom: 2px dotted #E0E0E0;
        height: 14vw;
        align-items: center;
    }

    .sp__menu-toggle-nav ul li a .arrow {
        background: #FFEFF0;
        width: 6vw;
        height: 6vw;
        border-radius: 50%;
        position: relative;
        transition: .2s;
    }

    .sp__menu-toggle-nav ul li a .arrow:after {
        content: "";
        width: 30%;
        height: 30%;
        border: solid var(--main-color);
        border-width: 2px 0 0 2px;
        position: absolute;
        top: 0%;
        left: 0;
        right: 6%;
        bottom: 0;
        margin: auto;
        transform: rotate(135deg);
    }

    .sp__menu-toggle-nav {
        margin-bottom: 8vw;
    }

    .sp__menu-toggle-sns {
        display: flex;
        justify-content: center;
        margin-bottom: 8vw;
    }

    .site-insta-btn__icon {
        width: 13vw;
        height: 13vw;
        padding: 2.5vw;
    }

    .site-insta-btn__text {
        font-size: 100%;
        height: 10vw;
        width: 35vw;
        padding: 0 0 0 10vw;
        margin-left: -8vw;
    }

    .sp__menu-toggle-submenu {
        margin-bottom: 3vw;
    }

    .sp__menu-toggle-submenu ul {
        justify-content: center;
        gap: 7vw;
        font-size: 90%;
    }

    .sp__menu-toggle-submenu a {
        color: #9D9D9D;
        font-weight: 500;
    }

    .sp__menu-toggle-submenu li+li {
        position: relative;
    }

    .sp__menu-toggle-submenu li+li:after {
        content: "";
        width: 1px;
        height: 3vw;
        background: #D5D5D5;
        position: absolute;
        left: -4vw;
        top: 0;
        bottom: 0;
        margin: auto;
    }

    .sp__menu-toggle-copyright {
        text-align: center;
        font-weight: 500;
        line-height: 1.2;
    }

    .sp__menu-toggle-copyright small {
        color: #B4B4B4;
    }

    li.top-fv__cta-item {
        width: 82vw;
        height: 28vw;
    }

    .sp__menu-toggle-footer ul {
        justify-content: center;
        display: flex;
        flex-wrap: wrap;
        gap: 8vw;
    }

    .top-fv__cta-label {
        width: 56vw;
        font-size: 3.8vw;
        height: 8vw;
        top: -4vw;
    }

    .top-fv__cta-label:after {
        width: 3vw;
        height: 3vw;
        top: 5.7vw;
    }

    .top-fv__cta-line a {
        width: 76vw;
        height: 15vw;
        padding-left: 2.5vw;
        padding-right: 5vw;
    }

    .top-fv__cta-line-text {
        font-size: 4.3vw;
    }

    .top-fv__cta-line-arrow {
        width: 3vw;
        height: 3vw;
    }

    .top-fv__cta-tel-num {
        width: 76vw;
        height: 15vw;
        padding-left: 2.5vw;
        background: var(--main-color);
        border-radius: 6px;
        justify-content: space-between;
        padding-left: 2.5vw;
        padding-right: 5vw;
        gap: 0;
        margin-top: 2vw;
    }

    .top-fv__cta-hours {
        font-size: 90%;
        text-align: center;
        margin-top: 1vw;
    }

    .top-fv__cta-tel-num a {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
    }

    .top-fv__cta-tel-text {
        color: #fff;
        font-size: 4.3vw;
        font-family: inherit;
        margin: 0;
        font-weight: 900;
    }

    li.top-fv__cta-item.-tel {
        height: 32vw;
    }

    .top-fv__cta-tel-num.flex:after {
        content: "";
        border: solid #fff;
        border-width: 3px 3px 0 0;
        transform: rotate(45deg);
        border-radius: 2px;
        width: 3vw;
        height: 3vw;
    }

    .top-fv__cta-icon {
        width: 10vw;
    }

    .top-fv__cta-line-icon {
        width: 10vw;
    }

    .opend .site-header-sp__menu-bar:nth-child(1) {
        top: 9px;
        transform: rotate(30deg);
    }

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

    .opend .site-header-sp__menu-bar:nth-child(3) {
        top: 9px;
        transform: rotate(-30deg);
    }

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

    .top-fv__title-yellow {
        font-size: 4.3vw;
        width: auto;
        line-height: 2;
        height: auto;
        padding: 0.2em 0.5em;
        margin-right: 0.3em;
    }

    span.top-fv__title-top {
        font-size: 5.3vw;
        width: 100%;
        display: block;
        line-height: 1.8;
    }

    .top-fv__text {
        width: 100%;
        text-align: center;
        padding: 0;
        margin-bottom: 6vw;
    }

    section.top-fv .inner {
        width: 90vw;
        margin: 0 auto;
    }

    .top-fv__image {
        width: 100%;
    }

    .top-fv__slider .slick-slide {
        width: 52vw;
        margin: 0 2vw;
    }

    .top-fv__slider .slick-slide img {
        border-radius: 14px;
    }

    .top-fv__title-top:after {
        clip-path: inherit;
        background: none;
        background-image: url(image/top-fv__title-top-under.svg);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        width: 40vw;
        height: 3vw;
        margin: 0vw auto 5vw;
    }

    span.top-fv__title-middle {
        font-size: 7.7vw;
        margin-bottom: 1vw;
        margin-top: -2vw;
    }

    .top-fv__title-bottom {
        font-size: 8vw;
    }

    .top-fv__title-bottom .red {
        font-size: 112%;
    }

    .top-fv__catch {
        font-size: 3.8vw;
    }

    .top-fv__illust {
        width: 84vw;
        top: 2vw;
        left: -24vw;
    }

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

    .top-fv__cta {
        width: 90vw;
        border-radius: 20px;
        padding: 8vw 0 4vw;
    }

    .top-fv__cta-list {
        gap: 9vw;
    }

    li.top-fv__cta-item.-line {
        order: -1;
    }

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

    .top-banner__slider .slick-slide {
        width: 90vw;
        margin: 0 3vw;
    }

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

    .top-banner__slider .slick-dots {
        gap: 4.6vw;
        bottom: -8vw;
        align-items: center;
    }

    .top-banner__slider .slick-dots li button {
        background: #DDDDDD;
        background-image: none !important;
        width: 2.5vw;
        height: 2.5vw;
        border-radius: 50%;
        transition: .2s;
    }

    .top-banner__slider .slick-dots li {
        width: auto;
        height: auto;
    }

    .top-banner__slider .slick-dots li.slick-active button {
        width: 3.5vw;
        height: 3.5vw;
        background-color: var(--main-color);
    }

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

    section.top-about {
        padding: 15vw 0;
        background-size: 100%;
    }

    .top-about-shop__image {
        width: 100%;
        margin: 0 0 5vw;
        height: 45vw;
    }

    .top-about-shop__content {
        width: 100%;
    }

    .top-about-shop__title {
        font-size: 4.6vw;
        margin-bottom: 6vw;
    }

    .top-about-shop__text {
        font-size: 3.6vw;
        margin-bottom: 7vw;
    }

    .site-common-btn a {
        margin: 0 auto;
        width: 46vw;
        height: 13vw;
        padding-left: 6vw;
        padding-right: 4vw;
    }

    .site-common-btn__text {
        font-size: 4vw;
    }

    .site-common-btn__arrow {
        width: 5.6vw;
        height: 5.6vw;
    }

    .site-common-btn__arrow:after {
        width: 2vw;
        height: 2vw;
        right: 2vw;
    }

    .top-about-shop {
        margin-bottom: 15vw;
    }

    .top-about-reason__title-en {
        font-size: 4.6vw;
    }

    .top-about-reason__title-jp {
        font-size: 7.7vw;
        line-height: 1.3;
    }

    .top-about-reason__title {
        margin-bottom: 4vw;
    }

    .top-common-desc {
        font-size: 3.6vw;
    }

    .top-about-reason .top-common-desc {
        margin-bottom: 5vw;
    }

    .top-about-reason__list {
        margin-bottom: 8vw;
    }

    .top-about-reason__list ul {
        gap: 4vw;
    }

    li.top-about-reason__item {
        padding: 4vw;
        width: 100%;
    }

    .top-about-reason__item-num {
        width: 28vw;
        font-size: 3.6vw;
        line-height: 8.2vw;
    }

    .top-about-reason__item-image {
        height: 41vw;
        margin-bottom: 3vw;
    }

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

    .top-about-reason__item-title {
        height: auto;
        font-size: 4.6vw;
        margin-bottom: 2vw;
    }

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

    .top-staff__text {
        width: 110%;
        text-align: center;
        margin-bottom: 6vw;
    }

    .top-staff__list {
        width: 100vw;
        overflow-x: scroll;
        margin-left: -5vw;
        padding: 0 5vw;
    }

    .top-staff__list ul {
        flex-wrap: nowrap;
        gap: 4vw;
    }

    .top-staff-btn.site-common-btn {
        margin-top: 8vw;
        width: 100%;
    }

    li.top-staff__item {
        width: 51vw;
    }

    .top-staff__item-image {
        width: 51vw;
        height: 68vw;
    }

    .page-staff__staff-list .top-staff__item-image {
        height: 58vw;
    }

    .top-staff__item-name {
        font-size: 4.1vw;
        height: 10vw;
        gap: 3vw;
    }

    .top-staff__item-name .arrow {
        width: 4vw;
        height: 4vw;
    }

    .top-staff__item-name .arrow:after {
        width: 1.5vw;
        height: 1.5vw;
        right: 1.3vw;
    }

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

    .top-staff__text {
        width: 110%;
        text-align: center;
        margin-bottom: 6vw;
    }

    .top-staff__list {
        width: 100vw;
        overflow-x: scroll;
        margin-left: -5vw;
        padding: 0 5vw;
    }

    .top-staff__list ul {
        flex-wrap: nowrap;
        gap: 4vw;
    }

    .top-staff-btn.site-common-btn {
        margin-top: 8vw;
        width: 100%;
    }

    li.top-staff__item {
        width: 51vw;
    }

    .top-staff__item-name {
        font-size: 4.1vw;
        height: 10vw;
        gap: 3vw;
    }

    .top-staff__item-name .arrow {
        width: 4vw;
        height: 4vw;
    }

    .top-staff__item-name .arrow:after {
        width: 1.5vw;
        height: 1.5vw;
        right: 1.3vw;
    }

    .top-search__bg {
        padding: 12vw 0 25vw;
        background-image: url(image/top-search__bg-sp.webp);
    }

    .top-search__title {
        margin-bottom: 3vw;
    }

    .top-search__title-en {
        font-size: 10vw;
    }

    .top-search__title-jp {
        font-size: 4.1vw;
    }

    .top-search__block {
        width: 90vw;
        margin-top: -18vw;
        border-radius: 20px;
        background-size: 33.33%;
        padding: 5vw;
    }

    li.top-search__item {
        width: 100%;
        height: 23vw;
    }

    .top-search__block .wrap {
        max-width: max-content;
        width: 100%;
    }

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

    .top-search__list ul {
        gap: 3vw;
    }

    .top-search__item a {
        padding-left: 3vw;
    }

    .top-search__item-icon {
        width: 18vw;
        height: 18vw;
        margin-right: 4vw;
    }

    .top-search__item-icon img {
        width: 9vw;
    }

    .top-search__item-copy {
        font-size: 3.3vw;
    }

    .top-search__item-title {
        font-size: 4.6vw;
    }

    .top-search__item-arrow {
        width: 5.6vw;
    }

    .top-search__item-arrow:after {
        width: 2vw;
        height: 2vw;
        right: 1vw;
    }

    .top-search__keyword-title {
        width: 100%;
        border: none;
        margin-bottom: 2vw;
    }

    .top-search__keyword-title-en {
        font-size: 5.6vw;
    }

    .top-search__keyword-title-jp {
        font-size: 3.6vw;
    }

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

    .top-search__keyword-form input[type=text] {
        height: 14vw;
        padding-right: 12vw;
        padding-left: 5vw;
    }

    .top-search__keyword-form input[type=submit] {
        width: 6vw;
        height: 6vw;
        right: 4vw;
    }

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

    .top-category__title {
        font-size: 5.1vw;
    }

    section.top-category .top-common__desc {
        margin-bottom: 8vw;
    }

    ul.top-category__group {
        width: 45vw;
        margin: 0 2.5vw;
    }

    .top-category__list .slick-list {
        overflow: inherit;
        margin-left: -2.5vw;
    }

    .top-category__item-num {
        width: 27vw;
        font-size: 3vw;
        line-height: 2;
        border-radius: 8px 0;
        padding-top: 0.3em;
    }

    .top-category__item-image {
        height: 26vw;
        margin-bottom: 1vw;
        border-radius: 8px;
    }

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

    .top-category__item-title {
        font-size: 3.8vw;
        height: 11vw;
        line-height: 1.2;
    }

    .top-category__item-title .arrow {
        width: 6vw;
        height: 6vw;
    }

    .top-category__item-title .arrow:after {
        width: 2vw;
        height: 2vw;
        right: 2.3vw;
    }

    .top-category__item-text {
        font-size: 2.8vw;
        line-height: 1.5;
    }

    .top-category .top-category__list .slick-track {
        display: flex;
    }

    .top-category .top-category__list .slick-slide {
        height: auto !important;
        /* display: grid;
        grid-template-rows: auto auto; */
    }

    li.top-category__item {
        border-bottom: 2px dotted #A7A7A7;
        /* height: 70vw; */
        padding-bottom: 3vw;
    }

    .top-category__item+.top-category__item {
        margin-top: 5vw;
        /* height: 74vw; */
    }

    .top-category__list .slick-dots {
        gap: 5.1vw;
        bottom: -13vw;
        align-items: center;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .top-category__list .slick-dots li button {
        background: #DDDDDD;
        background-image: none !important;
        width: 2.5vw;
        height: 2.5vw;
        border-radius: 50%;
        transition: .2s;
    }

    .top-category__list .slick-dots li {
        width: auto;
        height: auto;
        margin: 0;
    }

    .top-category__list .slick-dots li.slick-active button {
        width: 3.5vw;
        height: 3.5vw;
        background-color: var(--main-color);
    }

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

    .top-common__sectitle-en {
        font-size: 10.2vw;
    }

    .top-common__sectitle-jp {
        font-size: 4.1vw;
    }

    .top-common__sectitle {
        margin-bottom: 2vw;
    }

    section.top-flow .top-common__desc {
        margin-bottom: 5vw;
    }

    .top-flow__item-image {
        width: 24vw;
    }

    .top-flow__item {
        position: relative;
        gap: 2vw;
    }

    .top-flow__item-content {
        width: 100%;
        padding: 0 0 4vw;
    }

    .top-flow__item+.top-flow__item .top-flow__item-image:after {
        display: none;
    }

    .top-flow__item-num {
        font-size: 4.3vw;
        position: absolute;
        top: 5vw;
        left: 28vw;
    }

    .top-flow__item-title {
        font-size: 5.1vw;
        position: absolute;
        top: 11vw;
        left: 28vw;
        line-height: 1.2;
    }

    .top-flow__item+.top-flow__item {
        margin-top: 15vw;
    }

    .top-flow__item+.top-flow__item:before {
        content: "";
        background-image: url(image/flow-step__arrow-sp.svg);
        position: absolute;
        width: 12vw;
        height: 5vw;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        left: 0;
        right: 0;
        margin: auto;
        top: -9vw;
    }

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

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

    section.top-faq .top-common__desc {
        margin-bottom: 6vw;
    }

    .top-faq__item {
        padding: 5vw;
    }

    .top-faq__item-q .top-faq__item-en {
        width: 12.8vw;
        height: 12.8vw;
        font-size: 7.6vw;
        padding: 0.5vw 0 0 2.6vw;
    }

    .top-faq__item-q .top-faq__item-text {
        width: 67vw;
        font-size: 4.4vw;
        padding-left: 4vw;
        line-height: 1.4;
    }

    .top-faq__item-q {
        gap: 0;
        margin-bottom: 3vw;
        align-items: flex-start;
    }

    .top-faq__item-a {
        padding: 4vw;
        justify-content: space-between;
    }

    .top-faq__item-a .top-faq__item-en {
        font-size: 7.7vw;
        margin-right: 0;
    }

    .top-faq__item-a .top-faq__item-text {
        font-size: 3.3vw;
        width: 59vw;
    }

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

    .top-area__list .slick-dots {
        gap: 5.1vw;
        bottom: -13vw;
        align-items: center;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .top-area__list .slick-dots li button {
        background: #DDDDDD;
        background-image: none !important;
        width: 2.5vw;
        height: 2.5vw;
        border-radius: 50%;
        transition: .2s;
    }

    .top-area__list .slick-dots li {
        width: auto;
        height: auto;
        margin: 0;
    }

    .top-area__list .slick-dots li.slick-active button {
        width: 3.5vw;
        height: 3.5vw;
        background-color: var(--main-color);
    }

    .top-area__item-image {
        width: 33vw;
        height: 33vw;
    }

    .top-area__item-content {
        width: 100%;
        padding-top: 2vw;
        padding-bottom: 5vw;
    }

    .top-area__list .slick-slide {
        width: 90vw;
        margin: 0 5vw;
    }

    .top-area__list .flex_sb+.flex_sb {
        margin-top: 0;
    }

    .top-area__item {
        width: 90vw;
        position: relative;
    }

    .top-area__item-num {
        width: 20vw;
        border-radius: 6px;
        font-size: 3.6vw;
        left: 38vw;
        top: 6vw;
    }

    .top-area__item-title {
        font-size: 5.1vw;
        position: absolute;
        left: 38vw;
        line-height: 1.2;
        top: 16vw;
    }

    .top-area__item+.top-area__item {
        margin-top: 5vw;
    }

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

    section.top-blog .site-common-btn {
        position: static;
    }

    section.top-blog .top-common__desc {
        margin-bottom: 4vw;
    }

    .top-blog__item {
        width: 43vw;
    }

    .top-blog__list {
        justify-content: space-between;
        gap: 4vw 0;
        margin-bottom: 8vw;
    }

    .top-blog__item a {
        padding: 3vw;
    }

    .top-blog__item-image {
        height: 27vw;
        margin-bottom: 2vw;
    }

    .top-blog__item-title {
        font-size: 3.6vw;
        margin-bottom: 1vw;
    }

    .top-blog__item-text {
        font-size: 3.1vw;
        line-height: 1.5;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
    }

    .top-blog__item-btn {
        line-height: 7.7vw;
        font-size: 3.1vw;
    }

    .top-blog__item-btn .arrow {
        height: 4.6vw;
        width: 4.6vw;
        right: 2vw;
    }

    .top-blog__item-btn .arrow:after {
        width: 1.5vw;
        height: 1.5vw;
        right: 1.7vw;
    }

    .footer-cta .top-fv__cta {
        width: 90vw;
    }

    .footer-cta__title {
        font-size: 7.9vw;
    }

    .footer-cta__top li.top-fv__cta-item {
        width: 82vw;
    }

    .footer-cta__top .top-fv__cta-list {
        gap: 9vw;
    }

    .footer-cta__desc {
        margin: 0;
        padding: 3vw 5vw 0;
        font-size: 3.3vw;
        line-height: 1.4;
    }

    footer.site-footer {
        padding: 99vw 0 calc(10vw + 136px);
        margin-top: -84vw;
    }

    .site-footer__menu {
        display: none;
    }

    .site-footer__search {
        margin-bottom: 10vw;
    }

    .site-footer__search-title {
        font-size: 3.6vw;
        gap: 2vw;
        margin-bottom: 2vw;
    }

    .site-footer__search-list a {
        font-size: 3.1vw;
    }

    .site-footer__search-list ul {
        gap: 1vw 6vw;
    }

    .site-footer__search-block+.site-footer__search-block {
        margin-top: 8vw;
    }

    .site-footer__info {
        border-radius: 20px;
        padding: 8vw 5vw 5vw;
        margin-bottom: 8vw;
    }

    .site-footer__info-content {
        width: 100%;
        border: none;
        padding: 0;
    }

    .site-footer__info-content-top {
        margin-bottom: 3vw;
    }

    .site-footer__info-details {
        width: 100%;
        text-align: center;
    }

    .site-footer__info-logo {
        width: 43vw;
        margin: 0 auto 5vw;
    }

    .site-footer__info-company {
        font-size: 3.1vw;
        margin-bottom: 2vw;
    }

    .site-footer__info-addr {
        font-size: 3.1vw;
    }

    .site-footer__info-map {
        width: 100%;
        padding-bottom: 5vw;
        border-bottom: 2px dashed #E2E2E2;
    }

    .site-footer__info-map iframe {
        height: 44vw;
    }

    .site-footer__info .site-insta-btn {
        margin: 5vw auto 0;
    }

    .site-footer__bottom-menu {
        margin-bottom: 5vw;
    }

    .site-footer__bottom-menu ul {
        gap: 8vw;
    }

    .site-footer__bottom-menu a {
        font-size: 3.1vw;
    }

    .site-footer__bottom-menu ul li+li:after {
        height: 4vw;
        left: -5vw;
    }

    .site-footer__bottom-copyright small {
        font-size: 3.1vw;
    }

    .bottom-fixed-sp {
        position: fixed;
        left: 0;
        bottom: 0;
        width: 100%;
        background: var(--main-color);
        border-radius: 10px 10px 0 0;
        height: 120px;
        padding: 28px 8px 6px;
        z-index: 999;
    }

    .bottom-fixed-sp__label {
        position: absolute;
        width: 310px;
        height: 34px;
        background: #fff;
        border: 2px solid;
        color: #000000;
        text-align: center;
        justify-content: center;
        align-items: center;
        font-weight: 800;
        font-size: 12px;
        letter-spacing: 0.04em;
        border-radius: 20px;
        left: 0;
        right: 0;
        margin: auto;
        top: -16px;
        font-weight: bold;
    }

    .bottom-fixed-sp__label .red {
        font-size: 16px;
        font-weight: 800;
    }

    .bottom-fixed-sp__label:after {
        content: "";
        position: absolute;
        width: 7px;
        height: 7px;
        border: 2px solid;
        background: #fff;
        transform: rotate(45deg);
        top: 93%;
        left: 0;
        right: 0;
        margin: auto;
        border-width: 0 2px 2px 0;
    }

    .bottom-fixed-sp__inner {
        background: #fff;
        padding: 6px;
        border-radius: 8px;
    }

    .bottom-fixed-sp__item {
        height: 52px;
    }

    .bottom-fixed-sp__hourse {
        text-align: center;
        color: #fff;
        font-size: 12px;
        margin-top: 3px;
    }

    .bottom-fixed-sp__item.-line a {
        background: #06C755;
        color: #fff;
        align-items: center;
    }

    .bottom-fixed-sp__item a {
        height: 100%;
        border-radius: 6px;
    }

    .-line .bottom-fixed-sp__item-icon,
    .-tel .bottom-fixed-sp__item-icon {
        width: 32px;
        text-align: center;
        margin: 0 5px;
    }

    .-line .bottom-fixed-sp__item-text,
    .-tel .bottom-fixed-sp__item-text {
        font-size: 12px;
        font-weight: 800;
        line-height: 1.2;
    }

    .-line .bottom-fixed-sp__item-text span,
    .-tel .bottom-fixed-sp__item-text span {
        font-size: 10px;
    }

    .-btn .bottom-fixed-sp__item-text {
        font-size: 11px;
        font-weight: 800;
        color: var(--main-color);
        width: 100%;
        text-align: center;
        margin-top: 4px;
    }

    .bottom-fixed-sp__item.-tel a {
        background: var(--main-color);
        color: #fff;
        align-items: center;
    }

    .bottom-fixed-sp__item.-btn a {
        background: #FFEFF0;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        align-content: center;
    }

    .bottom-fixed-sp__item-icon {
        margin: 0 auto;
    }

    .bottom-fixed-sp__item.-line,
    .bottom-fixed-sp__item.-tel {
        width: 29%;
    }

    .bottom-fixed-sp__item.-btn {
        width: 19%;
    }

    .page-common__fv {
        padding: 2vw 0 0;
    }

    .breadcrumb {
        order: -1;
        margin-left: 0;
        margin-bottom: 10vw !important;
        margin-top: 2vw;
    }

    .page-common__title-en {
        font-size: 10vw;
    }

    .page-common__title {
        width: 100%;
    }

    .page-common__title-jp {
        font-size: 4.6vw;
    }

    .page-common__fv-image {
        margin-top: 5vw;
    }

    .page-common__fv-image img {
        border-radius: 12px;
        height: 40vw;
    }

    .footer-cta li.top-fv__cta-item {
        width: 82vw;
    }

    .top-fv__cta-contact ul {
        gap: 2vw;
        justify-content: center;
    }

    .footer-cta li.top-fv__cta-item.-contact {
        width: 82vw;
    }

    li.atop-fv__cta-contact-btn {
        width: 37vw;
    }

    li.atop-fv__cta-contact-btn a {
        height: 15vw;
        gap: 2vw;
    }

    .top-fv__cta-contact-text {
        font-size: 3.3vw;
    }

    .top-fv__cta-contact-icon {
        width: 6vw;
    }

    section.page-staff__content {
        padding: 15vw 0 10vw;
    }

    .page-staff__staff-list li.top-staff__item {
        width: 43vw;
    }

    .page-staff__staff-list ul {
        justify-content: space-between;
        gap: 4vw 0;
    }

    .page-staff__staff-list .top-staff__item-image {
        width: 100%;
    }

    section.single-staff__profile {
        padding: 10vw 0;
    }

    .single-staff__profile-image {
        width: 100%;
        height: 80vw;
    }

    .single-staff__profile-text {
        width: 100%;
        padding-top: 5vw;
    }

    .single-staff__profile-name-en {
        font-size: 7vw;
    }

    .single-staff__profile-name {
        font-size: 5vw;
    }

    .single-staff__profile-desc dl {
        font-size: 3.1vw;
    }

    .single-staff__profile-desc dt {
        width: 14vw;
    }

    section.single-staff__content {
        padding: 10vw 0;
        margin-bottom: 10vw;
    }

    .single-staff__content-item {
        padding: 5vw;
    }

    .single-staff__content-image {
        width: 100%;
        height: 50vw;
        margin-bottom: 4vw;
    }

    .single-staff__content-title-en {
        font-size: 4vw;
    }

    .single-staff__content-title {
        font-size: 6vw;
        padding-bottom: 2vw;
        margin-bottom: 2vw;
    }

    .single-staff__content-desc {
        line-height: 1.5;
    }

    .single-staff__content-item+.single-staff__content-item {
        margin-top: 5vw;
    }

    .single-staff__content-item:nth-child(even) .single-staff__content-image {
        order: inherit;
    }

    .single-staff__content-item:nth-child(even) .single-staff__content-text {
        margin: 0;
    }

    section.page-faq__content {
        background-size: 33.33%;
        padding-top: 50vw;
        margin-top: -40vw;
        padding-bottom: 6vw;
        margin-bottom: 10vw;
    }

    section.page-flow__content {
        padding: 10vw 0 6vw;
    }

    section.page-shop__content {
        padding-top: 35vw;
        margin-top: -20vw;
        padding-bottom: 8vw;
    }

    .page-shop__content-title-en {
        font-size: 7vw;
    }

    .page-shop__content-title {
        font-size: 4.2vw;
        margin-bottom: 5vw;
    }

    .top-shop__images li {
        width: 44vw;
        height: 50vw;
    }

    .top-shop__images img {
        border-radius: 12px;
    }

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

    .top-shop__table th {
        font-size: 3.1vw;
    }

    .top-shop__table td {
        font-size: 3.3vw;
    }

    section.page-shop__access {
        padding: 10vw 0 10vw;
    }

    .page-shop__access-text a {
        display: block;
    }

    .page-shop__access-text {
        font-size: 3.3vw;
        flex-wrap: wrap;
        align-content: center;
        gap: 2vw;
    }

    .top-common__desc {
        font-size: 3.3vw;
    }

    .footer-cta .top-fv__cta-list {
        gap: 9vw;
    }

    .top-fv__title {
        margin-bottom: 3vw;
        line-height: 1;
    }

    .page-staff__staff-list .top-staff__item-name {
        line-height: 1.2;
        height: 60px;
        padding-left: 1em;
        gap: 1em;
        padding-right: 0.7em;
    }

    .page-reason__content-title {
        font-size: 7vw;
        line-height: 1.3;
    }

    section.page-reason__content {
        padding-top: 37vw;
        margin-top: -22vw;
        background-size: 33.33%;
        padding-bottom: 15vw;
    }

    section.page-reason__staff {
        padding: 15vw 0 10vw;
    }

    .page-reason__content-item-image {
        width: 100%;
        margin-bottom: 3vw;
    }

    .page-reason__content-item-image img {
        height: 41vw;
        object-fit: cover;
    }

    .page-reason__content-item-desc {
        font-size: 3.3vw;
        line-height: 1.5;
    }

    .page-reason__content-item {
        padding: 4vw;
    }

    .page-reason__content-item-content {
        width: 100%;
    }

    .page-reason__content-item-title {
        font-size: 4.2vw;
    }

    .page-reason__content-item+.page-reason__content-item {
        margin-top: 5vw;
    }

    .page-reason__content-item:nth-child(even) {
        padding: 4vw;
    }

    .page-reason__content-item:nth-child(even) .page-reason__content-item-image {
        order: -1;
    }

    .page-reason__staff-title-jp {
        font-size: 6vw;
        margin-bottom: 2vw;
    }

    .page-reason__staff-title-desc {
        font-size: 3.3vw;
    }

    .page-reason__staff-title {
        margin-bottom: 4vw;
    }

    .site-common-desc {
        font-size: 3.3vw;
    }

    .top_news_box {
        margin-bottom: 5vw;
    }

    .top_news_box .top_news_box_item .link {
        display: flex;
        gap: 2vw;
        padding: 4vw;
        flex-direction: column;
        position: relative;
    }

    .top_news_box .top_news_box_item .link .date {
        font-size: 3.2vw;
        padding-right: 0;
        padding-bottom: .5em;
        border-right: none;
        line-height: 1.2;
        border-bottom: 1px solid #ececec;
    }

    .top_news_box .top_news_box_item .link .item_text_area {
        padding: 0 11vw 0 0;
    }

    .top_news_box .top_news_box_item .link .item_text_area .title {
        font-size: 3.6vw;
        margin-bottom: 0.4em;
    }

    .top_news_box .top_news_box_item .link .item_text_area .text {
        font-size: 3.2vw;
        line-height: 1;
    }

    .top_news_box .top_news_box_item .link .arrow {
        width: 7vw;
        height: 7vw;
        position: absolute;
        margin: 0;
        bottom: 5.3vw;
        right: 4vw;
        pointer-events: none;
    }

}