@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=Noto+Sans+JP:wght@100..900&display=swap');

:root {
    --main-color: #4CA7A8;
    --sub-color: #A7A7A7;
}

html,
body,
button,
input,
select,
textarea,
body>* {
    font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-feature-settings: "palt";
    font-weight: 400;
    letter-spacing: 0.08em;
}

/* Demi 600 / Bold 700 / Extra Bold 800 */
.en {
    font-family: "din-2014", sans-serif;
    font-weight: 800;
    letter-spacing: 0;
}

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

body {
    color: #525252;
    font-size: 13px;
    line-height: 1.6;
    padding-top: 110px;
    min-width: 1400px;
}

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

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 200px;
}

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

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

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

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

header.site-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 110px;
    background: #fff;
    z-index: 999;
    overflow-x: scroll;
}

header.site-header .inner {
    height: 100%;
    align-items: center;
    padding: 0 30px 0 50px;
    min-width: 1400px;
}

.site-header__logo-text {
    color: #6E6E6E;
    font-size: 12px;
    letter-spacing: -0.01em;
    margin-bottom: 6px;
}

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

.site-header__btns ul li {
    width: 120px;
    height: 80px;
}

li.site-header__btns-btn a {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    height: 100%;
    align-content: center;
    transition: .2s;
    border: 1px solid #D6D6D6;
}

li.site-header__btns-btn a .text {
    text-align: center;
    width: 100%;
    color: #329091;
    font-weight: 800;
    letter-spacing: 0.08em;
    font-size: 14px;
    transition: .2s;
}

li.site-header__btns-btn a .icon {
    width: 28px;
    margin: 0 auto 3px;
    position: relative;
    line-height: 0;
}

li.site-header__btns-btn a .icon img {
    width: 100%;
    transition: .2s;
}

li.site-header__btns-btn a .icon img.hover {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

li.site-header__btns-btn a .text span {
    font-size: 12px;
    color: #3C3C3C;
    transition: .2s;
}

li.site-header__btns-btn.-only-text a {
    background: #FAFAFA;
}

li.site-header__btns-btn.-only-text a .text {
    font-size: 15px;
    line-height: 1.4;
}

.site-header__menus-btns ul {
    gap: 10px;
}

.site-header__menus-btns ul li {
    width: 110px;
    height: 34px;
}

.site-header__menus-btns ul li a {
    height: 100%;
    align-items: center;
    background: #F8F8F8;
    padding-left: 10px;
    gap: 6px;
}

.site-header__menus-btns ul li a .text {
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.1em;
}

.site-header__menus-top {
    display: flex;
    gap: 22px;
    align-items: center;
}

.site-header__menus-tel-num {
    font-size: 32px;
    font-weight: 700;
    line-height: 1;
    color: #1A1A1A;
}

.site-header__content {
    gap: 28px;
}

.site-header__menus-tel-num .green {
    font-size: 75%;
    margin-right: 0.16em;
}

.site-header__menus-tel-hours {
    color: #909090;
    text-align: right;
    line-height: 1;
}

.site-header__menus-under {
    margin-top: 9px;
    letter-spacing: 0.1em;
}

.site-header__menus-under ul {
    justify-content: space-between;
    font-weight: 600;
}

.site-header__menus-under a {
    color: #1A1A1A;
    font-size: 14px;
}

.top-fv__textarea {
    width: 540px;
    padding-bottom: 100px;
}

.top-fv__image {
    width: 700px;
    margin-right: -100px;
}

section.top-fv .wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.top-fv__catch {
    font-size: 50px;
    font-weight: 900;
    letter-spacing: 0.2em;
    color: #1A1A1A;
    line-height: 1.4;
    margin-bottom: 30px;
}

.top-fv__catch .big {
    font-size: 58px;
    letter-spacing: 0.0em;
    color: #4CA7A8;
}

.top-fv__catch rt {
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 0.2em;
}

.top-fv__text {
    font-size: 18px;
    font-weight: 800;
    letter-spacing: 0.18em;
    color: #2B2B2B;
}

.top-fv__text .green {
    font-size: 111%;
}

section.top-fv {
    padding: 35px 0 100px;
    background-image: url(image/fv-bg.webp);
    background-size: 740px;
    background-position: left calc(50% - 360px) center;
    background-repeat: no-repeat;
    overflow: hidden;
}

.top-fv__en-loop {
    position: absolute;
    z-index: -1;
    left: calc(570px - 50vw);
    width: 100vw;
    overflow: hidden;
    height: 200px;
    line-height: 200px;
    bottom: -90px;
}

.top-fv__en-loop .en {
    font-size: 160px;
    color: #C6C6C6;
    opacity: 0.16;
    margin: 0 0.3em;
}

.top-fv__en-loop .slick-list {
    overflow: inherit;
}

.top-fv__scroll {
    position: absolute;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    left: -100px;
    bottom: 40px;
    z-index: 5;
}

.top-fv__scroll a {
    display: block;
    width: 41px;
    height: 157px;
    font-size: 18px;
    color: #1A1A1A;
    font-weight: 600;
    background-image: url(image/top-fv-scroll-arrow.svg);
    background-position: left bottom;
    background-size: 31px;
    background-repeat: no-repeat;
}

section.top-banner {
    padding: 100px 0;
    position: relative;
}

.top-banner__slider .slick-slide {
    width: 366px;
    margin-right: 21px;
}

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

.slick-prev:before,
.slick-next:before {
    content: "";
    width: 40%;
    height: 2px;
    background: #fff;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    position: absolute;
}

.slick-prev:after,
.slick-next:after {
    content: "";
    position: absolute;
    width: 20%;
    height: 20%;
    border: solid #fff;
    transform: rotate(45deg);
    top: 0;
    bottom: 0;
    margin: auto;
}

.slick-prev:after {
    left: 33%;
    border-width: 0 0 2px 2px;
}

.slick-next:after {
    border-width: 2px 2px 0 0;
    right: 33%;
}

.slick-next {
    background-color: #4CA7A8 !important;
    right: -28px;
}

.slick-prev {
    background-color: #A7A7A7 !important;
    left: -28px;
}

ul.slick-dots {
    display: flex;
    gap: 23px;
    justify-content: center;
    align-items: center;
}

ul.slick-dots li {
    transition: .2s;
    width: 14px;
    height: 14px;
    margin: 0;
}

ul.slick-dots li button {
    padding: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: #DDDDDD;
    transition: .2s;
}

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

ul.slick-dots li.slick-active {
    width: 16px;
    height: 16px;
}

ul.slick-dots li.slick-active button {
    background: #4CA7A8;
}

.top-banner__slider ul.slick-dots {
    bottom: -47px;
}

.top-banner__slider .slick-dotted.slick-slider {
    margin-bottom: 48px;
}

section.top-search {
    padding: 40px 0 100px;
    position: relative;
}

section.top-search:before {
    content: "";
    position: absolute;
    width: 1290px;
    bottom: 240px;
    left: 0;
    right: 0;
    margin: auto;
    top: 360px;
    background-image: url(image/top-search-bg.webp);
    background-size: cover;
    z-index: -1;
    transform: translateX(25px);
}

.top-search__image {
    position: absolute;
    width: 470px;
    left: -150px;
    top: 60px;
    box-shadow: 20px 20px #fff;
}

.top-search__image:after {
    content: "";
    position: absolute;
    border: 1px solid #A5A5A5;
    top: -10px;
    right: -10px;
    left: 10px;
    bottom: -10px;
}

.top-search__main {
    width: 750px;
    margin-left: auto;
    margin-right: -25px;
    padding-top: 110px;
}

.top-search__main-object {
    position: absolute;
    width: 577px;
    top: -40px;
    right: -75px;
    z-index: -999;
}

.top-common__sectitle .en {
    font-size: 70px;
    line-height: 1;
    margin-bottom: 0.1em;
}

.top-common__sectitle .jp {
    display: flex;
    align-items: center;
    font-size: 18px;
    letter-spacing: 0.14em;
    font-weight: 700;
    color: #1A1A1A;
    gap: 10px;
}

.top-common__sectitle .jp:before {
    content: "";
    width: 30px;
    height: 2px;
    background: #4CA7A8;
    margin-top: 0.2em;
}

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

.top-common__desc {
    font-size: 14px;
    letter-spacing: 0.08em;
}

.top-search__main .top-common__desc {
    margin-bottom: 100px;
}

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

.top-search__btns ul li {
    width: 240px;
    height: 130px;
}

.top-search__btns ul li a {
    display: flex;
    flex-wrap: wrap;
    height: 100%;
    border: 2px solid #EAEAEA;
    position: relative;
    justify-content: center;
    align-items: center;
    align-content: center;
    background-color: #fff;
}

.top-search__btns ul li a .en {
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    color: #EDF8F8;
    font-size: 30px;
    line-height: 1;
    position: absolute;
    left: 0;
    top: 10px;
    transform: .2s;
}

.top-search__btns ul li a .text {
    width: 100%;
    color: #329091;
    text-align: center;
    font-size: 16px;
    letter-spacing: 0.14em;
    font-weight: 700;
    transition: .2s;
}

.top-search__btns ul li a .icon {
    width: 66px;
    height: 66px;
    background: #F2F8F8;
    border-radius: 50%;
    margin-bottom: 4px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: .2s;
}

.top-search__btns ul li a .icon img {
    width: 56px;
    transition: .2s;
}

.top-search__btns ul li a .icon img.hover {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    opacity: 0;
}

.top-search__btns {
    margin-bottom: 25px;
}

.top-search__keyword-title {
    color: #1A1A1A;
    width: 227px;
    border-right: 2px solid #D6D6D6;
}

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

.top-search__keyword-title .jp {
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0.14em;
}

.top-search__keyword {
    align-items: flex-start;
    justify-content: space-between;
}

.top-search__keyword-forms {
    width: 495px;
}

.top-search__keyword-forms form {
    display: flex;
    height: 50px;
    margin-bottom: 10px;
}

.top-search__keyword-forms form input[type=text] {
    width: 435px;
    background: #fff;
    border: solid #EAEAEA;
    border-width: 2px 0 2px 2px;
    padding-left: 1em;
}

.top-search__keyword-forms form input[type=submit] {
    background: #4CA7A8;
    background-image: url(image/icon-search-white.svg);
    background-size: 26px;
    background-repeat: no-repeat;
    background-position: center;
    width: 60px;
}

.top-search__keyword-tags ul {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 20px;
}

.top-search__keyword-tags ul a {
    color: #727272;
    font-size: 12px;
    line-height: 1;
    display: flex;
    align-items: center;
    gap: 10px;
    letter-spacing: 0.07em;
}

.top-search__keyword-tags ul a:before,
.top-search__keyword-tags ul a:after {
    content: " ";
    width: 4px;
    border: solid #C9C9C9;
    height: 10px;
}

.top-search__keyword-tags ul a:before {
    border-width: 1px 0 1px 1px;
}

.top-search__keyword-tags ul a:after {
    border-width: 1px 1px 1px 0;
}

.top-search__kodawari {
    padding: 90px 0 0;
}

.top-search__kodawari-title .en {
    font-size: 70px;
    text-align: center;
    color: #1A1A1A;
    opacity: 0.05;
    line-height: 1;
    margin-bottom: -0.55em;
}

.top-search__kodawari-title .jp {
    font-size: 32px;
    text-align: center;
    color: #1A1A1A;
    letter-spacing: 0.14em;
    font-weight: 800;
    position: relative;
}

.top-search__kodawari-title .jp:after {
    content: "";
    width: 80px;
    height: 4px;
    background: #4CA7A8;
    position: absolute;
    bottom: -10px;
    left: 0;
    right: 0;
    margin: auto;
}

.top-search__kodawari-title {
    margin-bottom: 50px;
}

.top-search__kodawari-list ul {
    justify-content: space-between;
}

li.top-search__kodawari-item {
    width: 264px;
}

li.top-search__kodawari-item .image {
    width: 100%;
    height: 120px;
    overflow: hidden;
    position: relative;
}

li.top-search__kodawari-item .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .2s;
}

li.top-search__kodawari-item .image-hover {
    transition: .2s;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 10px solid rgb(160 160 160 / 30%);
    background: rgb(26 26 26 / 30%);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    color: rgb(255 255 255 / 70%);
    opacity: 0;
    font-weight: 700;
}

li.top-search__kodawari-item .label {
    position: relative;
    height: 40px;
    transition: .2s;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
}

li.top-search__kodawari-item .label .num {
    position: absolute;
    width: 90px;
    height: 45px;
    background: #fff;
    left: 0;
    right: 0;
    margin: auto;
    top: -30px;
    text-align: center;
    border-radius: 45px 45px 0 0;
    color: #98CDCE;
    transition: .2s;
    font-size: 22px;
    line-height: 1;
    padding-top: 7px;
}

li.top-search__kodawari-item .main {
    box-shadow: 0 1px 4px rgb(0 0 0 / 10%);
}

li.top-search__kodawari-item .label-text {
    text-align: center;
    position: relative;
    color: #1A1A1A;
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 0.14em;
    transition: .2s;
}

li.top-search__kodawari-item .label .num span {
    display: block;
    font-size: 10px;
}

li.top-search__kodawari-item .desc {
    font-size: 12px;
    color: #6C6C6C;
    letter-spacing: 0.09em;
    padding-top: 5px;
}

.top-search__kodawari-list ul+ul {
    margin-top: 30px;
}

section.top-banner:after {
    content: "";
    position: absolute;
    right: 0;
    left: calc(50% + 320px);
    background: #F7F7F7;
    height: 635px;
    top: -410px;
    z-index: -2;
}

.top-fv__image .mask {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: url();
    background-size: cover;
}

.top-fv__image .object01,
.top-fv__image .object02,
.top-fv__image .object03 {
    position: absolute;
    background: #4CA7A8;
}

.top-fv__image .object01 {
    width: 60px;
    height: 60px;
    left: -30px;
    top: 180px;
}

.top-fv__image .object02 {
    width: 30px;
    height: 30px;
    top: -15px;
    right: 30px;
}

.top-fv__image .object03 {
    width: 60px;
    height: 60px;
    bottom: -30px;
    right: 40px;
}

.top-arrivals__lists {
    width: calc(50% + 200px);
    position: relative;
}

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

.top-arrivals__titles .top-common__sectitle .en {
    font-size: 60px;
}

.top-arrivals__lists:before {
    content: "";
    position: absolute;
    background: #F7F7F7;
    top: 90px;
    right: 0;
    height: 420px;
    left: -211px;
    z-index: -1;
}

.top-arrivals__lists .slick-slide {
    width: 260px;
    margin-right: 30px;
}

.top-arrivals__lists .image {
    height: 290px;
    overflow: hidden;
    position: relative;
}

.top-arrivals__lists .slick-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.top-arrivals__lists .slick-slide .hover-text {
    transition: .2s;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 10px solid rgb(160 160 160 / 30%);
    background: rgb(26 26 26 / 30%);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    color: rgb(255 255 255 / 70%);
    opacity: 0;
}

.top-arrivals__lists .slick-slide .content {
    padding: 12px 0 14px;
    border-bottom: 2px solid #CECECE;
    position: relative;
}

.top-arrivals__lists .slick-slide .title {
    font-size: 17px;
    font-weight: bold;
    letter-spacing: 0.14em;
    color: #1A1A1A;
    margin-bottom: 8px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: .2s;
}

.top-arrivals__lists .slick-slide .price {
    font-weight: bold;
    color: #1A1A1A;
    letter-spacing: 0.08em;
}

.top-arrivals__lists .slick-slide .price .num {
    font-size: 22px;
}

.site-common-arrow svg circle.defo {
    stroke: #BABABA;
    stroke-width: 1.5;
    transition: stroke 0.25s ease;
}

.site-common-arrow svg circle.hover {
    stroke: var(--main-color);
    stroke-width: 1.5;
    transition: stroke 0.25s ease;
    stroke-dasharray: 200px;
    stroke-dashoffset: 200px;
    transform: rotate(90deg);
    transform-origin: 50% 50%;
}

.site-common-arrow {
    position: relative;
    width: 56px;
}

.site-common-arrow:before,
.site-common-arrow:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    transition: .2s;
}

.site-common-arrow svg {
    width: 100%;
    height: 100%;
}

.site-common-arrow:before {
    width: 33%;
    height: 2px;
    background: #BABABA;
    left: 0;
    right: 0;
}

.site-common-arrow:after {
    width: 20%;
    height: 20%;
    border: solid #BABABA;
    right: 37%;
    transform: rotate(45deg);
    border-width: 2px 2px 0 0;
}

.top-arrivals__lists .slick-slide .content .site-common-arrow {
    position: absolute;
    right: 0;
    bottom: 12px;
    width: 40px;
    height: 40px;
}

.top-arrivals__lists .slick-slide .price .num:after {
    content: "万円";
    font-size: 13px;
}

.top-arrivals__lists .slick-slide .price .num:after {
    content: "万円";
    font-size: 13px;
}

.top-arrivals__lists .slick-prev {
    left: -420px;
}

.top-arrivals__lists .slick-prev,
.top-arrivals__lists .slick-next {
    width: 50px;
    height: 50px;
    top: 280px;
}

.top-arrivals__lists .slick-next {
    right: auto;
    left: -235px;
}

.top-arrivals__lists ul.slick-dots {
    width: auto;
    left: -368px;
    top: 273px;
    bottom: auto;
    gap: 14px;
    width: 130px;
    flex-wrap: wrap;
}

.top-arrivals__lists ul.slick-dots li {
    width: 10px;
    height: 10px;
}

.top-arrivals__lists ul.slick-dots li.slick-active {
    width: 14px;
    height: 14px;
}

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

.top-arrivals__lists .slick-dotted.slick-slider {
    margin: 0;
}

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

.top-reason__object {
    position: absolute;
    width: 1100px;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: -1;
}

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

.top-reason__title .en {
    font-size: 26px;
    line-height: 1;
    margin-bottom: 10px;
}

.top-reason__title .jp {
    font-size: 38px;
    letter-spacing: 0.14em;
    font-weight: 800;
    color: #1A1A1A;
    line-height: 1.4;
}

.top-reason__title .jp .small {
    font-size: 74%;
}

.top-reason__desc {
    text-align: center;
    margin-bottom: 80px;
}

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

li.top-reason__item {
    width: 360px;
    background: #fff;
    padding: 20px;
    position: relative;
    box-shadow: 0 2px 6px rgb(0 0 0 / 10%);
}

li.top-reason__item:before {
    content: "";
    position: absolute;
    width: 140px;
    height: 140px;
    box-shadow: 0 2px 6px rgb(0 0 0 / 10%);
    background: #fff;
    border-radius: 70px 70px;
    top: -50px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: -1;
}

li.top-reason__item .num {
    position: absolute;
    color: #4CA7A8;
    width: 140px;
    height: 70px;
    background: #fff;
    justify-content: center;
    border-radius: 70px 70px 0 0;
    top: -50px;
    left: 0;
    right: 0;
    margin: auto;
    font-size: 36px;
    text-align: center;
    line-height: 1;
    padding-top: 11px;
}

li.top-reason__item .num span {
    font-size: 30%;
    display: block;
    text-align: center;
}

li.top-reason__item .content {
    padding-top: 15px;
}

li.top-reason__item .content .title {
    display: table;
    font-size: 18px;
    letter-spacing: 0.14em;
    margin: 0 auto;
    font-weight: bold;
    color: #1A1A1A;
    border-bottom: 2px solid #4CA7A8;
    padding: 0 0.5em;
    margin-bottom: 15px;
}

li.top-reason__item .content .text {
    line-height: 1.8;
    letter-spacing: 0.12em;
}

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

.top-review__title .en {
    font-size: 70px;
    line-height: 1;
}

.top-review__title .jp {
    color: #1A1A1A;
    font-size: 18px;
    letter-spacing: 0.14em;
    font-weight: bold;
    margin-bottom: 20px;
}

section.top-review {
    position: relative;
    padding: 0 0 106px;
}

.top-review__desc {
    text-align: center;
    margin-bottom: 70px;
}

section.top-review:before {
    content: "";
    position: absolute;
    width: 1240px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    top: -340px;
    background-image: url(image/top-review-bg.webp);
    background-size: cover;
    z-index: -1;
}

.top-review__reviewlist {
    width: 1080px;
    margin: 0 auto;
    background: #fff;
    height: 400px;
    box-shadow: 0 2px 6px rgb(0 0 0 / 10%);
    padding: 80px 50px 70px 60px;
}

.top-review__reviewlist-label {
    position: absolute;
    width: 302px;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: -30px;
}

.top-review__reviewlist-inner {
    height: 260px;
    overflow-y: scroll;
    padding-right: 45px;
}

.top-review__reviewlist-inner::-webkit-scrollbar {
    width: 14px;
    background: transparent;
}

.top-review__reviewlist-inner::-webkit-scrollbar-track {
    background: linear-gradient(to right, transparent 6px, #D1D1D1 6px, #D1D1D1 8px, transparent 8px);
    border-radius: 7px;
}

.top-review__reviewlist-inner::-webkit-scrollbar-thumb {
    background-color: #4ca7a8;
    background-image: url('image/review-scroll-bar-long.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 0;
    min-height: 40px;
    background-color: transparent;
}

.top-review__reviewitem-info {
    align-items: center;
    width: 205px;
    border-right: 2px dotted #E2E2E2;
    gap: 14px;
}

.top-review__reviewlist-inner li {
    align-items: center;
}

.top-review__reviewitem-text {
    width: 705px;
    padding-left: 30px;
}

.top-review__reviewlist-inner li+li {
    margin-top: 26px;
    padding-top: 26px;
    border-top: 2px dotted #E2E2E2;
}

.top-review__reviewitem-info .star-inner {
    width: 110px;
}

.top-review__reviewitem-info .star {
    overflow: hidden;
    margin-bottom: 5px;
}

.top-review__reviewitem-info .user {
    letter-spacing: 0.14em;
}

.top-review__reviewitem-info .star.-five {
    width: 110px;
}

.top-review__reviewitem-info .star.-four {
    width: 88px;
}

.top-review__reviewitem-info .star.-three {
    width: 66px;
}

.top-review__reviewitem-info .star.-two {
    width: 44px;
}

.top-review__reviewitem-info .star.-one {
    width: 22px;
}

section.top-staff {
    padding: 140px 0 80px;
    overflow: hidden;
    position: relative;
}

.top-staff__loop-en {
    font-size: 160px;
    line-height: 1;
    color: #C6C6C6;
    opacity: 0.16;
    width: 100vw;
    margin-left: calc(570px - 50vw);
    height: 160px;
    overflow: hidden;
}

.top-staff__list {
    margin-top: -80px;
}

.top-staff__list-item {
    width: 280px;
    margin: 0 12px;
    position: relative;
    padding: 30px 0;
}

.top-staff__list-item .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .2s;
}

.top-staff__list-item .image {
    position: relative;
    overflow: hidden;
    height: 360px;
}

.top-staff__list-item.is-anim .image {
    padding: 0;
}

.top-staff__list-item.is-anim {
    margin: 0 30px;
    width: 340px;
    padding: 0;
}

.top-staff__list-item .image:before,
.top-staff__list-item .image:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: .2s;
}

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

.top-staff__list-item .staff-num {
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 40px;
    color: #fff;
    opacity: 0.8;
    top: 50px;
    mix-blend-mode: soft-light;
    transition: .2s;
}

.top-staff__list-item.is-anim .staff-num {
    top: 20px;
}

.top-staff__list-item:before {
    content: "";
    position: absolute;
    border: 1px solid #A5A5A5;
    top: -15px;
    left: -15px;
    right: -15px;
    bottom: -15px;
    opacity: 0;
    transition: .2s;
}

.top-staff__list-item.is-anim:before {
    opacity: 1;
}

.top-staff__list-item .image:before {
    background: #000000;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 10%, rgba(0, 0, 0, 0) 50%);
}

.top-staff__list-item.is-anim .image {
    height: 430px;
}

.top-staff__list-item .image:after {
    background: #C0D3D3;
    mix-blend-mode: screen;
}

.top-staff__list-item.is-anim .image:after {
    opacity: 0;
}

.top-staff__list-item .staff-name {
    position: absolute;
    left: 25px;
    right: 25px;
    color: #fff;
    bottom: 55px;
    transition: .2s;
    text-align: center;
}

.top-staff__list-item .staff-name .en {
    font-size: 18px;
    border-bottom: 2px solid rgb(255 255 255 / 50%);
    transition: .2s;
}

.top-staff__list-item .staff-name .jp {
    font-size: 22px;
    letter-spacing: 0.14em;
    font-weight: 900;
    transition: .2s;
}

.top-staff__list-item.is-anim .staff-name .jp {
    font-size: 26px;
}

.top-staff__list-item.is-anim .staff-name .en {
    font-size: 22px;
}

.top-staff__list-item.is-anim .staff-name {
    bottom: 25px;
}

.top-staff__list .slick-next {
    right: 50%;
    margin-right: -205px;
}

.top-staff__list .slick-prev {
    left: 50%;
    margin-left: -205px;
}

.site-common-btn a {
    display: flex;
    align-items: center;
    gap: 22px;
}

.site-common-btn a .en {
    font-size: 23px;
    font-weight: 700;
    color: #1A1A1A;
    transition: .2s;
}

section.top-staff:after {
    content: "";
    position: absolute;
    background: #F4FAFA;
    width: 1340px;
    margin: 0 auto;
    left: 0;
    right: 0;
    bottom: 0;
    height: 500px;
    z-index: -1;
}

section.top-staff .wrap {
    position: relative;
}

section.top-staff .site-common-btn {
    position: absolute;
    right: 0;
    bottom: 0;
}

section.top-blog {
    padding: 150px 0 100px;
}

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

.top-blog__title .en {
    font-size: 70px;
    line-height: 1;
    margin-bottom: 10px;
}

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

.top-blog__desc {
    text-align: center;
    margin-bottom: 30px;
}

.top-blog__tabs ul {
    justify-content: center;
    gap: 30px;
}

.top-blog__tabs ul li {
    border: 1px solid #BFBFBF;
    font-size: 15px;
    font-weight: 800;
    color: #1A1A1A;
    letter-spacing: 0.14em;
    display: flex;
    width: 250px;
    height: 50px;
    justify-content: center;
    align-items: center;
    transition: .2s;
    cursor: pointer;
}

.top-blog__tabs ul li.active {
    border-color: #4CA7A8;
    background: #4CA7A8;
    color: #fff;
}

.top-blog__tabs {
    margin-bottom: 45px;
}

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

.top-blog_block-item .image {
    width: 160px;
    height: 110px;
    overflow: hidden;
}

.top-blog_block-item .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .2s;
}

.top-blog_block-item .content {
    border-bottom: 2px dotted #DDDDDD;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 15px;
    padding-top: 10px;
    width: 330px;
}

.top-blog_block-item .content .date {
    color: #87C2C3;
    text-align: center;
    font-size: 34px;
    line-height: 1;
    width: 66px;
    font-weight: 700;
    padding-right: 10px;
    border-right: 2px dotted #DDDDDD;
    height: 41px;
}

.top-blog_block-item .content .date span {
    display: block;
    font-weight: 800;
}

.top-blog_block-item .content .date .small {
    font-size: 12px;
}

.top-blog_block-item .content .title {
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0.1em;
    color: #1A1A1A;
    width: calc(100% - 66px);
    padding-left: 12px;
    transition: .2s;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.top-blog_block-item .content .bottom {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.top-blog_block-item .content .bottom .cate {
    color: #7C7C7C;
    font-weight: 600;
    letter-spacing: 0.1em;
}

.top-blog_block-item .content .bottom .site-common-arrow {
    width: 34px;
    height: 34px;
}

.top-blog_block-item .content .head,
.top-blog_block-item .content .bottom {
    width: 100%;
}

.top-blog_block-item.-first .content {
    width: 100%;
}

.top-blog_block-item+.top-blog_block-item {
    margin-top: 30px;
}

.top-blog_block-item.-first {
    width: 510px;
}

.top-blog_block-item.-first a {
    flex-wrap: wrap;
    gap: 12px;
}

.top-blog_block-right {
    width: 570px;
    padding-left: 60px;
    border-left: 2px solid #D0D0D0;
}

.top-blog_block-inner {
    justify-content: space-between;
}

.top-blog_block-item.-first .image {
    width: 100%;
    height: 260px;
}

.top-blog_block-item.-first .content .date {
    font-size: 40px;
    width: 74px;
    height: 48px;
}

.top-blog_block-item.-first .content .date .small {
    font-size: 14px;
}

.top-blog_block-item.-first .content .title {
    width: calc(100% - 74px);
    font-size: 16px;
    letter-spacing: 0.14em;
}

.top-blog_block-item.-first .content .bottom .site-common-arrow {
    width: 40px;
    height: 40px;
}

.top-blog_block-inner .site-common-btn {
    margin: 50px auto 0;
}

section.top-news {
    padding: 60px 0 120px;
}

section.top-news .wrap {
    justify-content: space-between;
}

.top-news__list {
    width: 630px;
    position: relative;
    margin-right: 50px;
}

.top-news__list a {
    align-items: center;
    border-bottom: 2px dotted #DDDDDD;
    padding: 16px 0 12px;
    align-items: center;
}

.top-news__list .date {
    color: #87C2C3;
    font-size: 34px;
    font-weight: 700;
    text-align: center;
    line-height: 1;
    margin-right: 20px;
}

.top-news__list .date span {
    font-size: 12px;
    font-weight: 800;
    display: block;
}

.top-news__list .title {
    width: 510px;
    font-weight: bold;
    color: #1A1A1A;
    font-size: 16px;
    letter-spacing: 0.1em;
    transition: .2s;
}

.top-news__list .site-common-arrow {
    width: 34px;
    height: 34px;
    margin-left: auto;
}

.top-news__list:before {
    content: "";
}

.top-news__list:before {
    content: "";
    position: absolute;
    width: 950px;
    height: 340px;
    background-image: url(image/top-news-bg.webp);
    background-size: cover;
    background-position: center;
    right: -100px;
    z-index: -1;
    top: -50px;
}

section.top-news .top-common__sectitle .en {
    font-size: 66px;
}

section.top-news .site-common-btn {
    margin-top: 0;
}

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

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

.top-faq__title .en {
    font-size: 70px;
    line-height: 1;
    margin-bottom: 10px;
}

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

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

.top-faq__list ul {
    gap: 30px 0;
}

li.top-faq__list-item {
    width: 555px;
    BACKGROUND: #FFF;
    PADDING: 25px;
    box-shadow: 0 2px 6px rgb(0 0 0 / 10%);
}

li.top-faq__list-item .icon {
    width: 54px;
    height: 54px;
    background: #F8F8F8;
    border-radius: 50%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 38px;
    padding-left: 9px;
}

li.top-faq__list-item .question,
li.top-faq__list-item .answer {
    display: flex;
    gap: 0 15px;
}

li.top-faq__list-item .text {
    width: 436px;
}

li.top-faq__list-item .question .icon {
    color: #4CA7A8;
}

li.top-faq__list-item .answer .icon {
    color: #FFCD46;
}

li.top-faq__list-item .question {
    align-items: center;
    padding-bottom: 15px;
    border-bottom: 2px dotted #E2E2E2;
    margin-bottom: 15px;
}

li.top-faq__list-item .question .text {
    color: #1A1A1A;
    font-weight: bold;
    letter-spacing: 0.09em;
    font-size: 16px;
}

section.top-faq .site-common-btn {
    display: flex;
    justify-content: center;
    margin-top: 38px;
}

section.top-faq .wrap {
    position: relative;
}

section.top-faq .wrap:after {
    content: "";
    position: absolute;
    width: 960px;
    background: #F7F7F7;
    bottom: -43px;
    top: 40px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: -1;
}

.top-about__image {
    width: 490px;
    margin-left: -150px;
}

.top-about__map {
    position: absolute;
    width: 678px;
    right: -100px;
    top: -20px;
    z-index: -1;
}

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

.top-about__content {
    width: 680px;
    padding-top: 80px;
}

.top-about__title .en {
    font-size: 22px;
    display: flex;
    gap: 10px;
    align-items: center;
    margin-bottom: 15px;
}

.top-about__title .en:before {
    content: "";
    width: 30px;
    height: 2px;
    background: #4CA7A8;
}

.top-about__title .jp {
    font-size: 24px;
    font-weight: 800;
    letter-spacing: 0.14em;
    color: #1A1A1A;
}

.top-about__title .jp .green {
    font-size: 125%;
}

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

.top-about__text p+p {
    margin-top: 1em;
}

.top-about__text p {
    font-size: 15px;
    line-height: 1.8;
}

.top-about__text p.big {
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0.14em;
    color: #1A1A1A;
}

.top-about__image img {
    box-shadow: 10px 10px #7CADAD;
}

.top-about__image .en {
    font-size: 120px;
    color: #C9C9C9;
    position: absolute;
    top: 0;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    opacity: 0.5;
    line-height: 1;
    top: -35px;
    left: -25px;
    mix-blend-mode: luminosity;
}

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

.top-owner__content {
    width: 490px;
}

.top-owner__image img {
    height: 410px;
}

.top-owner__title .en {
    font-size: 26px;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 15px;
}

.top-owner__title .en:before {
    content: "";
    width: 30px;
    height: 2px;
    background: #4CA7A8;
}

.top-owner__title .jp {
    font-size: 38px;
    letter-spacing: 0.14em;
    font-weight: 800;
    color: #1A1A1A;
    line-height: 1.3;
    margin-bottom: 20px;
}

.top-owner__title .jp .small {
    font-size: 63%;
}

.top-owner__text p {
    font-size: 15px;
    line-height: 1.8;
}

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

.top-owner__text p+p {
    margin-top: 1em;
}

.top-owner__text p.big {
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0.14em;
    color: #1A1A1A;
    margin-bottom: -0.3em;
    line-height: 1.5;
}

.top-owner__image ul {
    gap: 15px;
}

.top-owner__image ul li {
    position: relative;
}

.top-owner__image ul li:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border: 1px solid #A5A5A5;
    opacity: 0.6;
}

.top-owner__image ul li:nth-child(1):after {
    top: 10px;
    left: -10px;
}

.top-owner__image ul li:nth-child(2):after {
    top: -10px;
    left: 10px;
}

section.top-instagram {
    padding: 100px 0 200px;
}

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

.top-instagram__title .en {
    font-size: 70px;
    line-height: 1;
    margin-bottom: 10px;
}

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

.top-instagram__desc {
    text-align: center;
    margin-bottom: 40px;
}

section.top-instagram .site-common-btn {
    display: flex;
    justify-content: center;
    margin-top: 30px;
}

.top-instagram__image-demo ul li {
    width: 270px;
}

section.top-instagram .wrap:after {
    content: "";
    position: absolute;
    width: 960px;
    background: #F7F7F7;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -40px;
    top: 40px;
    z-index: -1;
}

section.footer-contact {
    background-image: url(image/footer-contact-bg.webp);
    background-size: cover;
    background-position: center;
    position: relative;
    padding: 75px 0 90px;
}

section.footer-contact:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #1A1A1A;
    opacity: 0.6;
}

section.footer-contact .wrap {
    position: relative;
    z-index: 10;
    color: #fff;
}

.footer-contact__title .jp {
    font-weight: bold;
    font-size: 18px;
    letter-spacing: 0.14em;
    display: flex;
    align-items: center;
    gap: 10px;
}

.footer-contact__title .jp:before {
    content: "";
    width: 30px;
    height: 2px;
    background: #fff;
    margin-top: 2px;
}

.footer-contact__title .en {
    font-size: 66px;
    line-height: 1;
    margin-bottom: 20px;
}

.footer-contact__desc {
    font-size: 14px;
    line-height: 1.8;
    margin-bottom: 20px;
}

.footer-contact__tel {
    gap: 12px;
}

.footer-contact__tel .num {
    font-size: 34px;
    font-weight: 700;
    line-height: 1;
}

.footer-contact__tel .num .small {
    font-size: 74%;
}

.footer-contact__tel {
    align-items: flex-end;
}

.footer-contact__desc .houre {
    font-weight: 500;
    letter-spacing: 0.02em;
}

.footer-contact__btns {
    padding-top: 10px;
    margin-right: -50px;
}

.footer-contact__btns ul {
    gap: 30px;
}

.footer-contact__btns ul li {
    width: 290px;
}

.footer-contact__btns ul li .label {
    font-size: 17px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 10px;
}

.footer-contact__btns ul li a {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    background: rgb(98 98 98 / 50%);
    height: 170px;
    border: 2px solid #D6D6D6;
    backdrop-filter: blur(4px) brightness(2);
}

.footer-contact__btns ul li a .text {
    font-size: 20px;
    font-weight: bold;
    width: 100%;
    text-align: center;
}

.footer-contact__btns ul li a .icon {
    width: 50px;
    margin: 15px auto 20px;
}

.footer-contact__btns ul li a .icon img {
    width: 100%;
}

footer.site-footer {
    padding: 50px 0 60px;
    background: #F2FAFA;
}

.footer-main {
    width: 1340px;
    margin: 0 auto;
    background: #fff;
    padding: 70px 0 60px;
    box-shadow: 0 1px 6px rgb(0 0 0 / 10%);
    max-width: 100%;
}

.footer-main__message {
    width: 650px;
    border-left: 2px dotted #D0D0D0;
    padding-left: 60px;
}

.footer-main__infos-logo {
    margin-bottom: 25px;
}

.footer-main__infos-logo .text {
    font-size: 12px;
    letter-spacing: -0.02em;
    margin-bottom: 10px;
}

.footer-main__infos-logo .logo {
    width: 310px;
}

.footer-main__top {
    justify-content: space-between;
    padding-bottom: 60px;
    border-bottom: 2px dotted #D9D9D9;
    margin-bottom: 55px;
}

.footer-main__infos-map {
    width: 220px;
    height: 180px;
}

.footer-main__infos-map iframe {
    width: 100%;
    height: 100%;
}

.footer-main__infos-access {
    gap: 30px;
}

.footer-main__infos-content .company {
    font-size: 14px;
    letter-spacing: 0.05em;
    margin: 5px 0 15px;
}

.footer-main__infos-content .addr {
    color: #6E6E6E;
    line-height: 1.5;
    margin-bottom: 20px;
}

.footer-main__infos-content .sns {
    align-items: center;
    gap: 8px;
}

.footer-main__infos-content .sns .label {
    color: #1A1A1A;
    font-weight: 700;
    font-size: 16px;
}

.footer-main__infos-content .sns .icons {
    display: flex;
}

.footer-main__infos-content .sns .icons a {
    width: 29px;
}

.footer-main__message-image ul {
    justify-content: space-between;
}

.footer-main__message-image ul li {
    width: 285px;
}

.footer-main__message-image {
    margin-bottom: 20px;
}

.footer-main__message-text {
    line-height: 2;
}

.footer-search-block__title {
    color: #1A1A1A;
    font-weight: 700;
    display: flex;
    gap: 10px;
    letter-spacing: 0.1em;
    font-size: 15px;
    align-items: center;
    margin-bottom: 14px;
}

.footer-search-block__title:before {
    content: "";
    width: 18px;
    height: 2px;
    background: #4CA7A8;
}

.footer-search-block__item {
    padding-left: 28px;
}

.footer-search-block__item ul {
    gap: 30px;
}

.footer-search-block__item ul li a {
    font-size: 14px;
    letter-spacing: 0.1em;
    font-weight: 500;
}

.footer-main__menu {
    padding-left: 28px;
    margin-top: 35px;
}

.footer-main__menu ul {
    gap: 10px 40px;
}

.footer-main__menu ul li a {
    color: #1A1A1A;
    font-weight: bold;
    letter-spacing: 0.1em;
    font-size: 15px;
}

.footer-bottom {
    padding: 60px 0 0;
}

.footer-search-block__item-block .label {
    width: 190px;
    border-right: 2px dotted #D1D1D1;
    margin-right: 40px;
    color: #2B2B2B;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 0.1em;
}

.footer-search-block__item-block+.footer-search-block__item-block {
    margin-top: 10px;
}

.footer-search-block__item-block {
    align-items: center;
}

.footer-search-block+.footer-search-block {
    margin-top: 45px;
}

.footer-bottom__menu {
    margin-top: 80px;
    border-bottom: 2px solid #D9D9D9;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.footer-bottom__menu ul {
    justify-content: center;
    gap: 40px;
}

.footer-bottom__menu ul li a {
    color: #898989;
    letter-spacing: 0.02em;
}

.footer-bottom__copyright {
    text-align: center;
}

.footer-bottom__copyright small {
    font-size: 12px;
    color: #898989;
    letter-spacing: 0.02em;
}

section.single-staff__main {
    padding: 100px 0;
    position: relative;
}

section.single-staff__main:before {
    content: "";
    background: #F4FAFA;
    height: 320px;
    top: 0;
    left: 0;
    width: 100%;
    z-index: -1;
    position: absolute;
}

.single-staff__image {
    width: 450px;
    height: 530px;
    position: relative;
}

.single-staff__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.single-staff__image-en {
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    font-size: 120px;
    font-weight: bold;
    color: #E0E0E0;
    opacity: 0.5;
    position: absolute;
    top: -35px;
    left: -80px;
}

.single-staff__image-object {
    position: absolute;
    width: 50px;
    height: 50px;
    background: #339798;
    right: -25px;
    bottom: -25px;
    z-index: 2;
}

.single-staff__image:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border: 1px solid #A5A5A5;
    top: -10px;
    left: 10px;
}

.single-staff__content {
    width: 650px;
    margin-right: -50px;
}

.single-staff__content-name {
    margin-bottom: 20px;
    align-items: flex-end;
    gap: 12px;
}

.single-staff__content-name .jp {
    font-size: 40px;
    letter-spacing: 0.14em;
    font-weight: 900;
    line-height: 1;
}

.single-staff__content-name .en {
    font-size: 24px;
    font-weight: 600;
    line-height: 1;
}

.single-staff__content-info {
    font-size: 16px;
    letter-spacing: 0.12em;
    font-weight: 500;
    padding-left: 25px;
    border-left: 2px solid #2B2B2B;
}

.single-staff__content-head {
    margin-bottom: 40px;
    padding: 0 50px 0;
    position: relative;
    z-index: 2;
}

.single-staff__content-body {
    background: #fff;
    padding: 40px 50px 0;
}

.single-staff__content-body-en {
    position: absolute;
    right: 0;
    top: -100px;
    font-size: 120px;
    line-height: 1;
    color: #fff;
}

dl.single-staff__profile dt {
    font-size: 16px;
    letter-spacing: 0.14em;
    color: #1A1A1A;
    display: flex;
    gap: 13px;
    align-items: center;
    white-space: nowrap;
    margin: 1.5em 0 0.5em;
}

dl.single-staff__profile dt:after {
    content: "";
    width: 100%;
    border: dotted #E2E2E2;
    border-width: 2px 0 0;
    height: 0;
}

dl.single-staff__profile dd {
    padding-left: 10px;
    font-size: 14px;
    letter-spacing: 0.1em;
}

dl.single-staff__profile dt:first-child {
    margin-top: 0;
}

section.single-staff__comment .object {
    position: absolute;
    width: 736px;
    right: 50%;
    top: -270px;
    z-index: -1;
    margin-right: -50px;
}

section.single-staff__comment .inner {
    width: 820px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
    padding-bottom: 90px;
}

.single-staff__comment-title {
    font-size: 20px;
    letter-spacing: 0.14em;
    color: #1A1A1A;
    font-weight: bold;
    text-align: center;
    position: relative;
    margin-bottom: 30px;
}

.single-staff__comment-title:after {
    content: "";
    position: absolute;
    width: 70px;
    height: 4px;
    background: #4CA7A8;
    left: 0;
    right: 0;
    bottom: -10px;
    margin: auto;
}

.single-staff__comment-text {
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.14em;
    line-height: 1.8;
}

section.single-staff__comment .inner:before {
    content: "";
    background: #fff;
    top: 20px;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    z-index: -1;
}

section.single-staff__comment .inner:after {
    content: "";
    position: absolute;
    width: 940px;
    background: #797979;
    height: 1px;
    left: 50%;
    transform: translateX(-50%);
    bottom: 60px;
}

section.single-staff__comment {
    padding-bottom: 70px;
    position: relative;
}

.breadcrumb,
.page-breadcrumb {
    margin: 30px 0;
    letter-spacing: 0.02em;
    color: #797979;
}

.breadcrumb .current-item,
.page-breadcrumb .current-item {
    color: #329091;
}

section.single-staff__comment:after {
    content: "";
    position: absolute;
    bottom: -90px;
    height: 260px;
    right: 0;
    width: calc(50% - 220px);
    background: #F7F7F7;
    z-index: -1;
}

.common_page_main {
    background: #F4FAFA;
    padding: 70px 0;
    line-height: 1;
}

.common_page_main .sub_title {
    font-size: 70px;
    text-transform: capitalize;
    margin-bottom: 20px;
}

.common_page_main .title {
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.14em;
    display: flex;
    color: #1A1A1A;
    align-items: center;
    gap: 10px;
}

.common_page_main .title:before {
    content: "";
    width: 30px;
    height: 2px;
    background: #4CA7A8;
}

.common_page_main+.breadcrumb {
    margin: 10px 0;
}

.page-common-h2 {
    margin-bottom: 50px;
    position: relative;
}

p.page-common-h2__en {
    font-size: 26px;
    line-height: 1;
    margin-bottom: 10px;
}

h2.page-common-h2__ja {
    font-size: 28px;
    letter-spacing: 0.14em;
    font-weight: 800;
    color: #1A1A1A;
    line-height: 1.4;
}

.page-common-h2:after {
    content: "";
    position: absolute;
    width: 80px;
    height: 6px;
    background: var(--main-color);
    border-radius: 3px;
    bottom: -20px;
}

.top-arrivals__lists .slick-slide .content:after {
    content: "";
    background: var(--main-color);
    transition: .2s;
    right: 0;
    width: 0px;
    height: 2px;
    position: absolute;
    bottom: -2px;
}

.page-shop_intro-item .image {
    width: 340px;
}

.page-shop_intro-item .content {
    width: 750px;
}

.page-shop_intro-item .content .title {
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0.14em;
    color: #1A1A1A;
    margin: 1em 0 0.5em;
}

.page-shop_intro-item .content .text {
    font-size: 15px;
    line-height: 1.8;
}

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

.page-shop_intro-item+.page-shop_intro-item {
    margin-top: 40px;
}

section.page-shop_intro {
    margin-bottom: 80px;
}

section.page-shop_youtube {
    margin-bottom: 100px;
}

section.page-shop_youtube .wrap {
    max-width: 90vh;
}

.page-shop_youtube-wrap iframe {
    width: 100%;
    height: 100%;
}

.page-shop_youtube-wrap {
    aspect-ratio: 16 / 9;
    margin-bottom: 20px;
}

.page-shop_youtube-desc {
    font-size: 15px;
    line-height: 1.8;
}

section.page-shop_gallery {
    margin-bottom: 100px;
}

.page-shop_gallery-slider .slick-slide {
    width: 340px;
    margin: 0 10px;
}

.page-shop_gallery-slider .slick-slide img {
    aspect-ratio: 16 / 9;
    object-fit: cover;
}

.page-shop_innfos-image {
    width: 540px;
}

.page-shop_innfos-image img {
    aspect-ratio: 16 / 9;
    object-fit: cover;
}

.page-shop_innfos-content {
    width: 540px;
}

.page-shop_innfos-content p {
    font-size: 15px;
    line-height: 1.8;
}

.page-shop_innfos-content p+p {
    margin-top: 0.5em;
}

.page-shop_innfos-content p.big {
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0.14em;
    color: #1A1A1A;
    margin-top: 1em;
}

.page-shop_innfos-access {
    margin-top: 40px;
}

.page-shop_innfos-access iframe {
    width: 100%;
}

section.page-shop_innfos {
    margin-bottom: 0px;
}

section.page-cleaning_merit {
    margin-bottom: 100px;
}

.page-cleaning_merit-label {
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0.14em;
    color: #1A1A1A;
    margin: 1em 0 0.5em;
}

.page-cleaning_merit-label:first-letter {
    color: var(--main-color);
    font-size: 130%;
}

.page-cleaning_merit-text {
    font-size: 15px;
    line-height: 1.8;
}

section.page-cleaning_service {
    margin-bottom: 100px;
}

.page-cleaning_service-desc {
    font-size: 15px;
    line-height: 1.8;
    margin-bottom: 30px;
}

.page-cleaning_service-item {
    width: 540px;
}

.page-cleaning_service-list {
    gap: 60px 0;
}

.page-cleaning_service-item-image {
    width: 260px;
}

.page-cleaning_service-item-content {
    width: 250px;
}

.page-cleaning_service-item-content .title {
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0.14em;
    color: #1A1A1A;
    margin-bottom: 10px;
}

.page-cleaning_service-item-content .text {
    line-height: 1.8;
}

.site-submit-btn {
    display: flex;
    justify-content: center;
    margin-top: 60px;
}

.site-submit-btn a {
    background-color: #fcc331;
    border: 0px;
    font-size: 16px;
    height: 60px;
    transition: 0.2s;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    letter-spacing: 0.14em;
    color: #1A1A1A;
    width: 300px;
}

section.page-ai_fv {
    padding: 50px 0 100px;
    background-image: url(image/satei-fv-bg.webp);
    background-size: cover;
    background-position: center;
}

.page-ai_fv-image {
    width: 350px;
    transform: rotate(5deg);
}

.page-ai_fv-text {
    width: 710px;
    background: #fff;
    padding: 50px;
}

.page-ai_fv-content {
    align-items: center;
}

.page-ai_fv-text__en {
    font-size: 26px;
    line-height: 1;
    margin-bottom: 10px;
}

.page-ai_fv-text__ja {
    font-size: 40px;
    font-weight: 900;
    letter-spacing: 0.2em;
    color: #1A1A1A;
    line-height: 1.4;
    margin-bottom: 30px;
}

.page-ai_fv-text__desc {
    font-size: 18px;
    font-weight: 800;
    letter-spacing: 0.18em;
    color: #2B2B2B;
    margin-bottom: 15px;
}

.page-ai_fv-btn a {
    line-height: 75px;
    text-align: center;
    display: block;
    background-color: #fcc331;
    color: rgb(0, 5, 58);
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 0.1em;
    position: relative;
    box-shadow: rgb(91, 77, 0) 0px 5px;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(0, 5, 58);
    border-image: initial;
    transition: 0.3s;
    border-radius: 8px;
}

.page-ai_fv-btn {
    width: 600px;
    margin: 40px auto 0;
}

.page-ai_fv-btn a:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%) rotate(45deg);
    width: 10px;
    aspect-ratio: 1 / 1;
    border-top: 2px solid currentcolor;
    border-right: 2px solid currentcolor;
}

section.page-ai_cta {
    background: #f2f2f2;
    padding: 150px 0;
}

section.page-ai_cta .page-ai_fv-btn {
    margin-top: 0;
}

.page-ai_fv-text__icons ul {
    gap: 20px;
}

.page-ai_fv-text__icons li {
    width: 90px;
}

.page-ai_fv-text__icons li .image {
    background: #F2F8F8;
    border-radius: 50%;
    width: 60px;
    margin: 0 auto;
}

.page-ai_fv-text__icons li .label {
    background: var(--main-color);
    text-align: center;
    font-size: 15px;
    letter-spacing: 0.14em;
    font-weight: 700;
    color: #fff;
    border-radius: 20px;
}

section.page-ai_nayami {
    padding: 100px 0;
    overflow: hidden;
}

.page-ai_nayami-content {
    width: 660px;
    margin-left: auto;
}

.page-ai_nayami-image {
    position: absolute;
    width: 430px;
}

.page-ai_nayami-title {
    color: var(--main-color);
    font-size: 40px;
    line-height: 1;
    margin-bottom: 30px;
    font-weight: bold;
    letter-spacing: 0.14em;
}

section.page-ai_action {
    text-align: center;
    background: var(--main-color);
    position: relative;
    color: #fff;
    font-weight: bold;
    letter-spacing: 0.14em;
    font-size: 40px;
    padding: 50px 0;
}

section.page-ai_action:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 80px solid transparent;
    border-left: 80px solid transparent;
    border-top: 40px solid var(--main-color);
    border-bottom: 0;
    top: 100%;
    left: 0;
    right: 0;
    margin: auto;
}

ul.page-ai_nayami-list li {
    height: 80px;
    border-radius: 10px;
    background: #fff;
    border: 5px solid #F0F0F0;
    font-size: 20px;
    font-weight: 700;
    display: flex;
    align-items: center;
    padding-left: 65px;
    position: relative;
}

ul.page-ai_nayami-list li+li {
    margin-top: 15px;
}

ul.page-ai_nayami-list li .icon {
    position: absolute;
    width: 30px;
    height: 30px;
    background: var(--main-color);
    left: 20px;
    top: 0;
    bottom: 0;
    margin: auto;
}

ul.page-ai_nayami-list li .icon:after {
    content: "";
    position: absolute;
    width: 15px;
    height: 9px;
    border: solid #fff;
    border-width: 0 0 4px 4px;
    transform: rotate(-45deg);
    top: 0;
    left: 0;
    right: 0;
    bottom: 5px;
    margin: auto;
}

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

li.page-ai_flow-item {
    width: 350px;
}

li.page-ai_flow-item .number {
    font-size: 50px;
    line-height: 1;
    margin-bottom: 0.1em;
}

li.page-ai_flow-item .text {
    display: flex;
    align-items: center;
    font-size: 16px;
    letter-spacing: 0.14em;
    font-weight: 700;
    color: #1A1A1A;
    gap: 10px;
    margin-bottom: 20px;
}

li.page-ai_flow-item .text:before {
    content: "";
    width: 20px;
    height: 2px;
    background: #4CA7A8;
    margin-top: 0.2em;
}

li.page-ai_flow-item .image {
    padding-right: 100px;
}

.page-owner_action-intro {
    text-align: center;
    background: var(--main-color);
    position: relative;
    color: #fff;
    font-weight: bold;
    letter-spacing: 0.14em;
    font-size: 30px;
    padding: 40px 0;
    margin-bottom: 100px;
}

.page-owner_action-intro:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 80px solid transparent;
    border-left: 80px solid transparent;
    border-top: 40px solid var(--main-color);
    border-bottom: 0;
    top: 100%;
    left: 0;
    right: 0;
    margin: auto;
}

.page-owner_action-item .image {
    width: 500px;
    height: 240px;
}

.page-owner_action-item .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.page-owner_action-item .content {
    width: 580px;
    padding-top: 30px;
}

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

.page-owner_action-item .content .point {
    font-size: 26px;
    line-height: 1;
    margin-bottom: 3px;
}

.page-owner_action-item .content .title {
    font-size: 24px;
    letter-spacing: 0.14em;
    font-weight: 800;
    color: #1A1A1A;
    line-height: 1.4;
    margin-bottom: 15px;
}

.page-owner_action-item .content .text {
    font-size: 15px;
    line-height: 1.8;
}

section.page-owner_action {
    margin-bottom: 100px;
}

.page-owner_action-item+.page-owner_action-item {
    margin-top: 80px;
}

section.page-owner_service {
    padding: 100px 0;
    background: #f2f2f2;
}

section.page-owner_service .page-common-h2 {
    margin-bottom: 80px;
}

section.page-owner_service li.top-reason__item .content .title {
    font-size: 16px;
}

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

li.page-owner_works-item {
    width: 360px;
}

li.page-owner_works-item .image {
    margin-bottom: 20px;
}

li.page-owner_works-item .image img {
    aspect-ratio: 16 / 9;
    object-fit: cover;
}

li.page-owner_works-item .info {
    font-size: 15px;
    line-height: 1.8;
}

.page-owner_flow-list ul li {
    background: var(--main-color);
    width: 300px;
    text-align: center;
    color: #fff;
    font-size: 24px;
    font-weight: 800;
    letter-spacing: 0.14em;
    line-height: 2;
    border-radius: 30px;
}

.page-owner_flow-list ul li:nth-child(1),
.page-owner_flow-list ul li:nth-child(6) {
    margin-left: 60px;
}

.page-owner_flow-list ul li:nth-child(3),
.page-owner_flow-list ul li:nth-child(8) {
    margin-right: 60px;
}

.page-owner_flow-list ul li:nth-child(4) {
    margin-right: 300px;
}

.page-owner_flow-list ul {
    gap: 50px 0;
}

.page-owner_flow-label {
    position: absolute;
    text-align: center;
    left: 0;
    right: 0;
    top: 80px;
}

.page-owner_flow-label .en {
    font-size: 22px;
}

.page-owner_flow-label .ja {
    font-size: 24px;
    font-weight: 800;
    letter-spacing: 0.14em;
    color: #1A1A1A;
}

.page-owner_flow-container:after {
    content: "";
    top: 18px;
    left: 150px;
    right: 150px;
    bottom: 19px;
    border: 10px solid var(--main-color);
    position: absolute;
    z-index: -1;
    border-radius: 50px;
    opacity: 0.5;
}

.page-owner .common_page_wrap {
    padding-top: 0;
}

.page_contact #Formbox .head_text {
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 1em;
    color: #7c7c7c;
}

.top-instagram .top-instagram__content {
    position: relative;
}

.top-instagram .top-instagram__content .insta_link {
    position: absolute;
    inset: 0;
    z-index: 1;
}

.top-instagram .top-instagram__content .insta_link iframe {
    width: 100%;
}

@keyframes ring-draw {
    to {
        stroke-dashoffset: 0;
    }
}

@media (hover: hover) and (pointer: fine) {

    .site-header__menus-btns ul li a:hover {
        opacity: 0.5;
    }

    .site-header__menus-under a:hover {
        color: var(--main-color);
    }

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

    li.site-header__btns-btn a:hover .icon img.hover {
        opacity: 1;
    }

    li.site-header__btns-btn a:hover .icon img.defo {
        opacity: 0;
    }

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

    li.site-header__btns-btn a:hover .text span {
        color: #fff;
    }

    .top-banner__slider a:hover img {
        opacity: 0.5;
    }

    .top-search__btns ul li a:hover {
        background-color: var(--main-color);
    }

    .top-search__btns ul li a:hover .icon {
        background-color: rgb(242 248 248 / 0%);
    }

    .top-search__btns ul li a:hover .icon img.defo {
        opacity: 0;
    }

    .top-search__btns ul li a:hover .icon img.hover {
        opacity: 1;
    }

    .top-search__btns ul li a:hover .text {
        color: #fff;
    }

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

    li.top-search__kodawari-item a:hover .image-hover {
        opacity: 1;
    }

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

    li.top-search__kodawari-item a:hover .label-text {
        color: #fff;
    }

    li.top-search__kodawari-item a:hover .label .num {
        background: var(--main-color);
    }

    .top-arrivals__lists .slick-slide a:hover img {
        transform: scale(1.1);
    }

    .top-arrivals__lists .slick-slide a:hover .hover-text {
        opacity: 1;
    }

    .top-arrivals__lists .slick-slide a:hover .title {
        color: var(--main-color);
    }

    .top-arrivals__lists .slick-slide a:hover .content:after {
        left: 0;
        width: 100%;
    }

    a:hover .site-common-arrow svg circle.hover {
        animation: ring-draw 0.5s forwards;
    }

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

    a:hover .site-common-arrow:after {
        border-color: var(--main-color);
    }

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

    .top-staff__list-item.is-anim a:hover .image img {
        transform: scale(1.1);
    }

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

    .top-blog_block-item a:hover .content .title {
        color: var(--main-color);
    }

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

    .footer-contact__btns ul li a:hover {
        background: rgb(22 152 154 / 50%);
    }

    .footer-main__menu ul li a:hover {
        color: var(--main-color);
    }

    .footer-search-block__item ul li a:hover {
        color: var(--main-color);
    }

    .footer-search-block__item .footer-search-block__item-block ul li a:hover {
        color: inherit;
        opacity: 0.7;
    }

    .footer-bottom__menu ul li a:hover {
        opacity: 0.7;
    }

    .top-search__keyword-tags ul a:hover {
        opacity: 0.7;
    }

    .top-search__btns ul li a:hover .en {
        color: #69B5B5;
    }

}

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

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

    .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;
    }

    header.site-header-sp {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        background: #fff;
        height: 100px;
        z-index: 9999;
    }

    .site-header-sp__main {
        height: 64px;
        align-items: center;
    }

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

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

    .site-header-sp__menu-btn {
        position: relative;
        width: 44px;
        height: 44px;
        background: #EDFAFA;
    }

    .site-header-sp__menu-btn span {
        width: 26px;
        height: 2px;
        background: #1A1A1A;
        position: absolute;
        transition: .2s;
        left: 0;
        right: 0;
        margin: auto;
    }

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

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

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

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

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

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

    .site-header-sp__sub {
        height: 36px;
        background: #F8F8F8;
    }

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

    .site-header-sp__sub-item {
        width: 50%;
        border-left: 2px solid #D6D6D6;
    }

    .site-header-sp__sub-item a {
        justify-content: center;
        align-items: center;
        gap: 10px;
    }

    .site-header-sp__sub-item .icon {
        width: 18px;
    }

    .site-header-sp__sub-item .text {
        font-size: 12px;
        font-weight: 500;
        letter-spacing: 0.1em;
        color: #1A1A1A;
        padding-top: 2px;
    }

    .site-header-sp__sub-item:last-child {
        border-right: 2px solid #D6D6D6;
    }

    .sp-menu-content {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        background: #F2FAFA;
        z-index: 999;
        overflow-y: scroll;
        padding: 110px 0 80px;
        height: 100%;
        transition: .2s;
        left: 100%;
    }

    .sp-menu-content.opend {
        left: 0;
    }

    .sp-menu-content .inner {
        padding: 8vw 5vw 15vw;
    }

    .sp-menu-content__search-title {
        margin-bottom: 3vw;
        color: #1A1A1A;
        line-height: 1;
        align-items: flex-end;
        gap: 3vw;
    }

    .sp-menu-content__search-title .en {
        font-size: 6vw;
    }

    .sp-menu-content__search-title .jp {
        font-size: 3.5vw;
        font-weight: bold;
        margin-bottom: 1vw;
    }

    .top-search__btns ul li {
        width: 28vw;
        height: 32vw;
    }

    .top-search__btns ul li a .en {
        font-size: 5vw;
        top: 1vw;
        left: 1vw;
    }

    .top-search__btns ul li a .icon {
        width: 12vw;
        height: 12vw;
        margin-bottom: 2vw;
        padding: 2vw;
    }

    .top-search__btns ul li a .text {
        font-size: 3.5vw;
        line-height: 1.3;
    }

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

    .top-search__keyword-forms {
        width: 100%;
    }

    .top-search__keyword-forms form input[type=submit] {
        width: 56px;
        background-size: 24px;
    }

    .top-search__keyword-forms form input[type=text] {
        width: calc(100% - 56px);
    }

    .top-search__keyword-forms form {
        height: 46px;
        margin: 0;
    }

    .sp-menu-content__search {
        margin-bottom: 8vw;
    }

    .sp-menu-content__kodawari {
        margin-bottom: 8vw;
    }

    .sp-menu-content__kodawari-title {
        font-weight: bold;
        color: #1A1A1A;
        font-size: 4vw;
        display: flex;
        gap: 2vw;
        align-items: center;
        margin-bottom: 1vw;
    }

    .sp-menu-content__kodawari-title:before {
        content: "";
        width: 4vw;
        height: 2px;
        background: var(--main-color);
    }

    .sp-menu-content__kodawari-list ul {
        justify-content: space-between;
    }

    .sp-menu-content__kodawari-list ul li {
        width: 43vw;
    }

    .sp-menu-content__kodawari-list ul li a {
        padding: 3vw 0;
        display: block;
        font-size: 3.5vw;
        position: relative;
        border-bottom: 2px dotted #CCDBDD;
        font-weight: 500;
        letter-spacing: 0.1em;
    }

    .sp-menu-content__kodawari-list ul li a:after {
        content: "";
        position: absolute;
        width: 2vw;
        height: 2vw;
        border: solid #329091;
        border-width: 2px 2px 0 0;
        transform: rotate(45deg);
        right: 2vw;
        top: 0;
        bottom: 0;
        margin: auto;
    }

    .sp-menu-content__menu a {
        color: #1A1A1A;
        font-weight: bold;
        letter-spacing: 0.1em;
        font-size: 4vw;
        border-bottom: 2px solid #DEE7E8;
        display: block;
        padding: 4vw 0;
        position: relative;
    }

    .sp-menu-content__menu a:after {}

    .sp-menu-content__menu a:after {
        content: "";
        position: absolute;
        width: 2vw;
        height: 2vw;
        border: solid #329091;
        border-width: 2px 2px 0 0;
        transform: rotate(45deg);
        right: 2vw;
        top: 0;
        bottom: 0;
        margin: auto;
    }

    .sp-menu-content__menu {
        margin-bottom: 12vw;
    }

    .sp-menu-content__contact {
        margin-bottom: 12vw;
    }

    .sp-menu-content__contact .label {
        text-align: center;
        font-size: 4vw;
        font-weight: bold;
        color: #1A1A1A;
        margin-bottom: 1vw;
    }

    .sp-menu-content__contact ul li+li {
        margin-top: 4vw;
    }

    .sp-menu-content__contact-btn a {
        background-color: var(--main-color);
        color: #fff;
        font-size: 4vw;
        font-weight: 800;
        width: 80vw;
        margin: 0 auto;
        padding: 0 5vw;
        height: 14vw;
        align-items: center;
    }

    .sp-menu-content__contact-btn .icon {
        line-height: 0;
        width: 6vw;
    }

    .sp-menu-content__contact-btn .icon img {
        width: 100%;
    }

    .sp-menu-content__contact-btn .arrow {
        width: 3vw;
        height: 3vw;
        border: solid;
        transform: rotate(45deg);
        border-width: 2px 2px 0 0;
        margin-left: 3vw;
    }

    .sp-menu-content__bottom-menu {
        border-bottom: 2px solid #D9D9D9;
        padding-bottom: 3vw;
    }

    .sp-menu-content__bottom-menu ul {
        justify-content: center;
        gap: 6vw;
    }

    .sp-menu-content__bottom-menu a {
        font-size: 95%;
        color: #898989;
        letter-spacing: 0.02em;
    }

    .sp-menu-content__bottom-copyright {
        text-align: center;
        color: #898989;
        letter-spacing: 0.02em;
        padding-top: 2vw;
    }

    .top-fv__catch {
        font-size: 9vw;
        margin-bottom: 5vw;
    }

    .top-fv__catch .big {
        font-size: 11vw;
    }

    .top-fv__catch rt {
        font-size: 4vw;
    }

    section.top-fv {
        padding: 13vw 0;
        background-size: 190%;
        background-position: top 4vw left -89vw;
    }

    .top-fv__textarea {
        width: 100%;
        padding-bottom: 10vw;
    }

    .top-fv__text {
        font-size: 3.6vw;
        letter-spacing: 0.12em;
    }

    .top-fv__text .green {
        font-size: 150%;
        letter-spacing: 0.18em;
        line-height: 1.2;
    }

    .top-fv__image {
        width: 100%;
        margin: 0;
    }

    .top-fv__image .slick-slide img {
        width: 100%;
        height: 55vw;
        object-fit: cover;
    }

    .top-fv__image .object02 {
        width: 7vw;
        height: 7vw;
        right: 10vw;
        top: -3.5vw;
    }

    .top-fv__image .object01 {
        width: 9vw;
        height: 9vw;
        bottom: 9vw;
        left: -3vw;
        top: auto;
    }

    .top-fv__image .object03 {
        width: 9vw;
        height: 9vw;
        bottom: -4.5vw;
        right: 4vw;
    }

    .top-fv__en-loop {
        left: -5vw;
        z-index: 1;
        font-size: 20vw;
        height: 30vw;
        line-height: 30vw;
        bottom: -15vw;
    }

    .top-fv__en-loop .en {
        font-size: 28vw;
    }

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

    .top-banner__slider .slick-slide {
        width: 84vw;
        margin: 0 2vw;
    }

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

    ul.slick-dots {
        gap: 5vw;
    }

    ul.slick-dots li {
        width: 3vw;
        height: 3vw;
    }

    ul.slick-dots li.slick-active {
        width: 4vw;
        height: 4vw;
    }

    .top-search__image {
        position: relative;
        width: 100%;
        margin-left: -5vw;
        top: 0;
        left: 0;
    }

    .top-search__image:after {
        top: -2vw;
        right: -2vw;
    }

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

    .top-search__main {
        width: 100%;
        padding-top: 10vw;
        margin: 0;
    }

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

    .top-common__sectitle .jp {
        font-size: 3.8vw;
        gap: 2vw;
    }

    .top-common__sectitle .jp:before {
        width: 5vw;
    }

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

    .top-search__main .top-common__desc {
        font-size: 3.5vw;
        margin-bottom: 7vw;
    }

    .top-search__keyword {
        margin-top: 5vw;
    }

    .top-search__keyword-title {
        width: 100%;
        margin: 0 0 2vw;
        border: none;
        display: flex;
        align-items: flex-end;
        gap: 3vw;
    }

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

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

    .top-search__keyword-tags {
        padding: 3vw 0 0;
    }

    .top-search__keyword-tags ul {
        gap: 2vw 4vw;
    }

    .top-search__keyword-tags ul a {
        font-size: 3vw;
    }

    .top-search__kodawari {
        padding: 15vw 0 0;
    }

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

    .top-search__kodawari-title .jp {
        font-size: 7vw;
    }

    .top-search__kodawari-title {
        margin-bottom: 5vw;
    }

    .top-search__kodawari-list ul.slick-slide {
        width: 90vw;
        margin: 0 5vw;
        display: flex;
        gap: 5vw 0;
    }

    li.top-search__kodawari-item {
        width: 43vw;
    }

    li.top-search__kodawari-item .image {
        height: 22vw;
    }

    li.top-search__kodawari-item .label {
        background: #fff;
        height: 10vw;
    }

    li.top-search__kodawari-item .label-text {
        font-size: 3.5vw;
    }

    li.top-search__kodawari-item .label .num {
        font-size: 4vw;
        width: 16vw;
        height: 8vw;
        padding-top: 1.8vw;
        top: -6vw;
    }

    li.top-search__kodawari-item .label .num span {
        font-size: 2.5vw;
        margin-bottom: 0.3vw;
    }

    li.top-search__kodawari-item .desc {
        font-size: 3.2vw;
        padding-top: 1vw;
    }

    .top-search__kodawari-list ul.slick-dots {
        justify-content: center;
        bottom: -10vw;
    }

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

    .top-arrivals__titles {
        width: 100%;
        padding: 0 5vw 8vw;
    }

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

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

    .top-arrivals__lists .slick-slide {
        width: 60vw;
        margin-right: 5vw;
    }

    .top-arrivals__lists .image {
        height: 70vw;
    }

    .top-arrivals__lists .slick-slide .content {
        padding: 3vw 0;
    }

    .top-arrivals__lists .slick-slide .price .num {
        font-size: 160%;
    }

    .top-arrivals__lists .slick-slide .content .site-common-arrow {
        width: 10vw;
        height: 10vw;
    }

    .top-arrivals__lists .slick-slide .title {
        font-size: 3.8vw;
        margin-bottom: 1vw;
    }

    .top-arrivals__lists .slick-prev,
    .top-arrivals__lists .slick-next {
        width: 12vw;
        height: 12vw;
        bottom: -26vw;
        top: auto;
    }

    .top-arrivals__lists .slick-next {
        right: 11vw;
        left: auto;
    }

    .top-arrivals__lists .slick-prev {
        left: 11vw;
    }

    .slick-prev,
    .slick-next {
        width: 12vw;
        height: 12vw;
    }

    .top-arrivals__lists ul.slick-dots {
        left: 23vw;
        bottom: -16vw;
        top: auto;
        width: 40vw;
        right: 23vw;
        margin: auto;
    }

    .top-arrivals__lists:before {
        top: -37vw;
        left: 10vw;
        height: auto;
        bottom: -35vw;
    }

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

    .top-reason__title .jp {
        font-size: 7vw;
    }

    .top-reason__title .en {
        font-size: 6vw;
        margin-bottom: 1vw;
    }

    .top-reason__object {
        width: 240vw;
        top: -9vw;
        left: -77vw;
    }

    li.top-reason__item {
        width: 100%;
    }

    .top-reason__list ul {
        gap: 15vw;
    }

    li.top-reason__item .num {
        width: 20vw;
        height: 10vw;
        top: -10vw;
        font-size: 7vw;
    }

    li.top-reason__item:before {
        width: 20vw;
        height: 20vw;
        top: -10vw;
    }

    li.top-reason__item .content {
        padding-top: 3vw;
    }

    li.top-reason__item .content .title {
        font-size: 4vw;
        margin-bottom: 2vw;
    }

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

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

    .top-review__title .jp {
        font-size: 3.8vw;
        margin-bottom: 2vw;
    }

    .top-review__reviewlist {
        width: 100%;
        padding: 15vw 5vw 5vw;
        height: 90vw;
    }

    .top-review__desc {
        font-size: 3.3vw;
        margin-bottom: 15vw;
    }

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

    .top-review__reviewlist-inner {
        height: 68vw;
        padding-right: 5vw;
    }

    .top-review__reviewlist-label {
        width: 60vw;
        top: -6vw;
    }

    .top-review__reviewitem-info {
        width: 100%;
        border: none;
        margin-bottom: 2vw;
        gap: 3vw;
    }

    .top-review__reviewitem-info .icon {
        width: 14vw;
    }

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

    .top-review__reviewlist-inner li+li {
        margin-top: 5vw;
        padding-top: 5vw;
    }

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

    .top-staff__loop-en {
        font-size: 30vw;
        margin-left: -5vw;
        height: 30vw;
    }

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

    .top-staff__list-item.is-anim {
        width: 70vw;
        margin: 0 5vw;
    }

    .top-staff__list-item:before {
        top: -3vw;
        right: -3vw;
        left: -3vw;
        bottom: -3vw;
    }

    .top-staff__list-item {
        width: 70vw;
        padding: revert-layer;
    }

    .top-staff__list .slick-prev {
        margin-left: -48vw;
    }

    .top-staff__list .slick-next {
        margin-right: -48vw;
    }

    .top-staff__list-item.is-anim .image {
        height: 85vw;
    }

    .top-staff__list-item .image {
        height: 85vw;
    }

    section.top-staff .site-common-btn {
        position: relative;
        display: flex;
        justify-content: flex-end;
    }

    .site-common-btn a .en {
        font-size: 5vw;
    }

    .site-common-btn a {
        gap: 5vw;
    }

    .site-common-arrow {
        width: 12vw;
        height: 12vw;
    }

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

    .top-blog__tabs ul {
        gap: 0;
        justify-content: space-between;
    }

    .top-blog__tabs ul li {
        width: 43vw;
        font-size: 3.5vw;
        height: 12vw;
    }

    .top-blog__tabs {
        margin-bottom: 10vw;
    }

    .top-blog_block-item.-first .image,
    .top-blog_block-item .image {
        width: 30vw;
        height: 30vw;
    }

    .top-blog_block-item.-first .content,
    .top-blog_block-item .content {
        width: 60vw;
        padding: 2vw 3vw;
        position: static;
        border: none;
    }

    .top-blog_block-item.-first {
        width: 100%;
    }

    .top-blog_block-right {
        width: 100%;
        padding: 0;
        border: none;
    }

    .top-blog_block-item.-first a,
    .top-blog_block-item a {
        gap: 0;
        align-items: center;
        padding-bottom: 13vw;
        position: relative;
        border-bottom: 2px dotted #DDDDDD;
    }

    .top-blog_block-item.-first .content .date,
    .top-blog_block-item .content .date {
        width: 100%;
        margin: 0 0 1vw;
        text-align: left;
        border: none;
        font-size: 4vw;
        height: auto;
    }

    .top-blog_block-item.-first .content .date .small,
    .top-blog_block-item .content .date .small {
        font-size: 100%;
        display: inline;
    }

    .top-blog_block-item.-first .content .date .small:after,
    .top-blog_block-item .content .date .small:after {
        content: ".";
    }

    .top-blog_block-item.-first .content .title,
    .top-blog_block-item .content .title {
        width: 100%;
        padding: 0;
        font-size: 3.5vw;
        -webkit-line-clamp: 3;
    }

    .top-blog_block-item .content .bottom {
        position: absolute;
        left: 0;
        bottom: 2vw;
        align-items: center;
    }

    .top-blog_block-item.-first .content .bottom .site-common-arrow,
    .top-blog_block-item .content .bottom .site-common-arrow {
        width: 10vw;
        height: 10vw;
    }

    .top-blog_block-item .content .bottom .cate {
        font-size: 3.5vw;
    }

    .top-blog_block-right .top-blog_block-item,
    .top-blog_block-item+.top-blog_block-item {
        margin-top: 5vw;
    }

    .top-blog_block-inner .site-common-btn {
        margin-top: 8vw;
    }

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

    section.top-news .top-common__sectitle .en {
        font-size: 14vw;
        text-align: center;
    }

    section.top-news .top-common__sectitle .jp {
        justify-content: center;
    }

    section.top-news .top-common__sectitle .jp:before {
        display: none;
    }

    .top-news__title {
        width: 100%;
        margin-bottom: 3vw;
    }

    .top-news__list {
        width: 100%;
        margin: 0;
    }

    .top-news__list:before {
        width: auto;
        top: -27vw;
        left: 10vw;
        right: -5vw;
        height: auto;
        bottom: -30vw;
    }

    section.top-news .site-common-btn {
        margin-top: 8vw;
        display: flex;
        justify-content: center;
        width: 100%;
    }

    .top-news__list .date {
        font-size: 4vw;
        margin: 0 0 2vw;
    }

    .top-news__list .date span {
        font-size: 100%;
        display: inline;
    }

    .top-news__list .date span:after {
        content: ".";
    }

    .top-news__list .title {
        width: 100%;
        font-size: 3.5vw;
    }

    .top-news__list .site-common-arrow {
        display: none;
    }

    .top-news__list a {
        padding: 5vw 0;
    }

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

    .top-faq__title .en {
        font-size: 14vw;
        margin-bottom: 1vw;
    }

    .top-faq__title .jp {
        font-size: 4.5vw;
    }

    .top-faq__title {
        margin-bottom: 4vw;
    }

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

    section.top-faq .wrap:after {
        width: auto;
        left: -5vw;
        right: -5vw;
    }

    li.top-faq__list-item {
        width: 100%;
        padding: 5vw;
    }

    .top-faq__list ul {
        gap: 5vw;
    }

    li.top-faq__list-item .question,
    li.top-faq__list-item .answer {
        gap: 0 3vw;
    }

    li.top-faq__list-item .icon {
        width: 10vw;
        height: 10vw;
        font-size: 8vw;
        padding-left: 2vw;
    }

    li.top-faq__list-item .question .text {
        width: calc(100% - 15vw);
        font-size: 4vw;
    }

    li.top-faq__list-item .text {
        width: calc(100% - 15vw);
    }

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

    .top-about__image {
        width: 100%;
        margin-left: -5vw;
    }

    .top-about__image .en {
        font-size: 14vw;
        left: 0;
        top: -6vw;
        height: 100vw;
    }

    .top-about__map {
        width: 120%;
        top: 60vw;
        right: auto;
        left: 0;
    }

    .top-about__content {
        width: 100%;
        padding-top: 12vw;
    }

    .top-about__title .en {
        font-size: 6vw;
        gap: 3vw;
        margin-bottom: 2vw;
    }

    .top-about__title .en:before {
        width: 7vw;
    }

    .top-about__title .jp {
        font-size: 5vw;
    }

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

    .top-about__text p.big {
        font-size: 4.5vw;
    }

    .top-about__text p {
        font-size: 3.8vw;
    }

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

    .top-owner__content {
        width: 100%;
        order: 2;
    }

    .top-owner__image ul {
        gap: 0;
        justify-content: space-between;
    }

    .top-owner__image img {
        height: 65vw;
    }

    .top-owner__image {
        width: 100%;
        margin-bottom: 8vw;
    }

    .top-owner__image ul li:nth-child(1):after {
        top: 1vw;
        left: -1vw;
    }

    .top-owner__image ul li:nth-child(2):after {
        top: -1vw;
        left: 1vw;
    }

    .top-owner__title .en {
        font-size: 6vw;
        gap: 3vw;
        margin-bottom: 1vw;
    }

    .top-owner__title .en:before {
        width: 6vw;
    }

    .top-owner__title .jp {
        font-size: 6vw;
        margin-bottom: 5vw;
    }

    .top-owner__title .jp .small {
        font-size: 90%;
    }

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

    .top-owner__text p.big {
        font-size: 4vw;
    }

    .top-owner__text p {
        font-size: 3.8vw;
    }

    section.top-owner .site-common-btn {
        display: flex;
        justify-content: flex-end;
    }

    .top-instagram__title .en {
        font-size: 14vw;
        margin-bottom: 2vw;
    }

    .top-instagram__title {
        margin-bottom: 4vw;
    }

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

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

    section.top-instagram .wrap:after {
        width: auto;
        left: -5vw;
        right: -5vw;
        bottom: -20vw;
        top: 8vw;
    }

    .top-instagram__image-demo ul li {
        width: 43vw;
    }

    .top-instagram__image-demo ul {
        gap: 4vw 0;
    }

    section.footer-contact {
        padding: 15vw 0 20vw;
        background-image: url(image/footer-contact-bg-sp.webp);
    }

    .footer-contact__title .jp {
        font-size: 4vw;
        gap: 3vw;
    }

    .footer-contact__title .jp:before {
        width: 5vw;
    }

    .footer-contact__title .en {
        font-size: 13vw;
        margin-bottom: 4vw;
    }

    .footer-contact__desc {
        font-size: 3.8vw;
        margin-bottom: 8vw;
    }

    .footer-contact__btns {
        width: 100%;
        margin: 0;
        padding: 0;
    }

    .footer-contact__btns ul li {
        width: 100%;
    }

    .footer-contact__btns ul {
        gap: 4vw;
    }

    .footer-contact__btns ul li a {
        justify-content: space-between;
        height: 20vw;
        background: rgb(22 152 154 / 50%);
        align-items: center;
        padding: 0 5vw;
        backdrop-filter: blur(4px) brightness(1.5);
    }

    .footer-contact__btns ul li a .icon {
        margin: 0;
        width: 9vw;
    }

    .footer-contact__btns ul li a .text {
        width: auto;
        font-size: 4.5vw;
    }

    .footer-contact__btns ul li a:after {
        content: "";
        width: 3vw;
        height: 3vw;
        border: solid;
        transform: rotate(45deg);
        border-width: 2px 2px 0 0;
        margin-left: 7vw;
    }

    .footer-contact__tel {
        border-top: 2px dotted #D9D9D9;
        width: 100%;
        margin-top: 7vw;
        padding-top: 8vw;
        text-align: center;
    }

    .footer-contact__tel .num {
        font-size: 8vw;
    }

    .footer-main {
        width: 90%;
        padding: 7vw 0;
    }

    .footer-main__top {
        border: none;
        padding: 0;
        margin: 0;
    }

    .footer-main__message {
        width: 100%;
        order: -1;
        border-left: none;
        border-bottom: 2px dotted #D0D0D0;
        padding-bottom: 8vw;
        margin-bottom: 8vw;
        padding-left: 0;
    }

    .footer-main__message-image ul li {
        width: 39vw;
        height: 27vw;
    }

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

    .footer-main__message-text {
        line-height: 1.7;
    }

    .footer-main__message-image {
        margin-bottom: 3vw;
    }

    .footer-main__infos-logo {
        text-align: center;
        margin-bottom: 5vw;
    }

    .footer-main__infos-logo .text {
        font-size: 3.3vw;
        color: #8D8D8D;
    }

    .footer-main__infos-logo .logo {
        width: 70vw;
        margin: 0 auto;
    }

    .footer-main__infos-access {
        gap: 0;
    }

    .footer-main__infos-map {
        width: 100%;
        height: 40vw;
        margin-bottom: 3vw;
    }

    .footer-main__infos-content {
        width: 100%;
        text-align: center;
    }

    .footer-main__infos-content .company {
        font-size: 3.8vw;
        color: #6E6E6E;
        margin-bottom: 4vw;
        margin-top: 0;
    }

    .footer-main__infos-content .addr {
        margin-bottom: 5vw;
    }

    .footer-main__infos-content .sns {
        justify-content: center;
        gap: 4vw;
    }

    .footer-main__infos-content .sns .label {
        font-size: 4vw;
    }

    .footer-main__infos-content .sns .icons a {
        width: 10vw;
    }

    .footer-bottom {
        padding: 10vw 0 0;
    }

    .footer-search-block__item-block .label {
        width: 100%;
        border: none;
        display: flex;
        margin: 0;
        gap: 2vw;
        white-space: nowrap;
        align-items: center;
        margin-bottom: 2vw;
    }

    .footer-search-block__item-block .label:after {
        content: "";
        width: 100%;
        border-top: 2px dotted #D1D1D1;
    }

    .footer-search-block__item-block+.footer-search-block__item-block {
        margin-top: 4vw;
    }

    .footer-search-block__item ul {
        gap: 0.5vw 4vw;
    }

    .footer-search-block__title {
        margin-bottom: 3vw;
        font-size: 4vw;
    }

    .footer-search-block+.footer-search-block {
        margin-top: 10vw;
    }

    .footer-bottom__menu {
        margin-top: 15vw;
        padding-bottom: 3vw;
        margin-bottom: 3vw;
    }

    .footer-bottom__menu ul {
        gap: 6vw;
    }

    .footer-bottom__copyright small {
        font-size: 3.2vw;
    }

    .footer-main__infos-access .company {
        font-size: 3.8vw;
        color: #6E6E6E;
        margin-bottom: 4vw;
        margin-top: 0;
        text-align: center;
        width: 100%;
    }

    .common_page_main {
        padding: 15vw 0;
    }

    .common_page_main .sub_title {
        font-size: 12vw;
        margin-bottom: 2vw;
    }

    .common_page_main .title {
        font-size: 4vw;
        gap: 3vw;
    }

    .common_page_main .title:before {
        width: 5vw;
    }

    section.single-staff__main {
        padding: 15vw 0;
    }

    .single-staff__image {
        width: 100%;
        height: 90vw;
        margin-bottom: 5vw;
    }

    .single-staff__image img {
        object-position: 50% 0;
    }

    .single-staff__image:after {
        top: -2vw;
        left: 2vw;
    }

    .single-staff__image-en {
        font-size: 20vw;
        left: -11vw;
        top: -5vw;
    }

    .single-staff__image-object {
        display: none;
    }

    .single-staff__content {
        width: 100%;
        margin: 0;
    }

    .single-staff__content-head {
        padding: 0;
        margin: 3vw 0 8vw;
    }

    .single-staff__content-body {
        padding: 0;
    }

    .single-staff__content-name .jp {
        font-size: 8vw;
    }

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

    .single-staff__content-info {
        padding-left: 4vw;
        font-size: 3.5vw;
    }

    .single-staff__content-body-en {
        display: none;
    }

    dl.single-staff__profile dt {
        font-size: 4vw;
        gap: 2vw;
    }

    dl.single-staff__profile dd {
        font-size: 3.5vw;
        padding-left: 2.5vw;
    }

    section.single-staff__comment .inner {
        width: 100%;
        padding-bottom: 15vw;
    }

    section.single-staff__comment .inner:after {
        width: 94vw;
        bottom: 10vw;
    }

    .single-staff__comment-title {
        font-size: 5vw;
        margin-bottom: 6vw;
    }

    .single-staff__comment-title:after {
        width: 20vw;
        bottom: -3vw;
    }

    section.single-staff__comment {
        padding-bottom: 10vw;
    }

    .breadcrumb,
    .page-breadcrumb {
        margin: 5vw 0;
    }

    p.page-common-h2__en {
        font-size: 5vw;
    }

    h2.page-common-h2__ja {
        font-size: 6vw;
    }

    .page-common-h2:after {
        width: 20vw;
        height: 2vw;
        border-radius: 1vw;
        bottom: -6vw;
    }

    .page-common-h2 {
        margin-bottom: 12vw;
    }

    .page-shop_intro-item .image {
        width: 100%;
    }

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

    .page-shop_intro-item .content .title {
        font-size: 4.5vw;
    }

    .page-shop_intro-item .content .text {
        font-size: 3.5vw;
    }

    .page-shop_intro-item+.page-shop_intro-item {
        margin-top: 8vw;
    }

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

    section.page-shop_intro {
        margin-bottom: 20vw;
    }

    .page-shop_youtube-wrap {
        margin-bottom: 3vw;
    }

    .page-shop_youtube-desc {
        font-size: 3.5vw;
    }

    section.page-shop_youtube {
        margin-bottom: 20vw;
    }

    .page-shop_gallery-slider .slick-slide {
        width: 90vw;
        margin: 0 5vw;
    }

    section.page-shop_gallery {
        margin-bottom: 20vw;
    }

    .page-shop_innfos-image {
        width: 100%;
    }

    .page-shop_innfos-content {
        width: 100%;
    }

    .page-shop_innfos-content p.big {
        font-size: 4.5vw;
    }

    .page-shop_innfos-content p {
        font-size: 3.5vw;
    }

    .page-shop_innfos-access {
        margin-top: 8vw;
    }

    section.page-shop_innfos {
        margin-bottom: 10vw;
    }

    .page-cleaning_merit-label {
        font-size: 5vw;
    }

    .page-cleaning_merit-text {
        font-size: 3.5vw;
    }

    section.page-cleaning_merit {
        margin-bottom: 20vw;
    }

    .page-cleaning_service-desc {
        font-size: 4vw;
        margin-bottom: 8vw;
    }

    .page-cleaning_service-item-image {
        width: 30vw;
    }

    .page-cleaning_service-item {
        width: 100%;
    }

    .page-cleaning_service-item-content {
        width: 60vw;
        padding-left: 3vw;
    }

    .page-cleaning_service-item-content .title {
        font-size: 4.5vw;
        margin-bottom: 1vw;
    }

    .page-cleaning_service-list {
        gap: 7vw;
    }

    .site-submit-btn a {
        font-size: 4.5vw;
        width: 100%;
        height: 15vw;
    }

    section.page-cleaning_service {
        margin-bottom: 0;
    }

    .site-submit-btn {
        margin-top: 10vw;
    }

    .page-ai_fv-text {
        width: 100%;
        padding: 8vw 5vw;
    }

    .page-ai_fv-text__en {
        font-size: 4vw;
        margin-bottom: 1vw;
    }

    .page-ai_fv-text__ja {
        font-size: 8vw;
        margin-bottom: 3vw;
    }

    .page-ai_fv-text__desc {
        font-size: 4.5vw;
    }

    .page-ai_fv-text__icons li {
        width: 25vw;
    }

    .page-ai_fv-text__icons ul {
        gap: 0;
        justify-content: space-between;
    }

    .page-ai_fv-text__icons li .label {
        font-size: 3.5vw;
        line-height: 2;
        margin-bottom: 1vw;
    }

    .page-ai_fv-text__icons li .image {
        width: 60%;
    }

    .page-ai_fv-image {
        width: 60vw;
        margin: 0vw auto 5vw;
        transform: inherit;
        order: -1;
    }

    .page-ai_fv-btn {
        width: 100%;
        margin-top: 5vw;
    }

    .page-ai_fv-btn a {
        font-size: 5vw;
        line-height: 15vw;
    }

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

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

    .page-ai_nayami-image {
        display: none;
    }

    .page-ai_nayami-content {
        width: 100%;
    }

    .page-ai_nayami-title {
        font-size: 6vw;
        margin-bottom: 4vw;
    }

    ul.page-ai_nayami-list li {
        font-size: 4vw;
        padding-left: 10vw;
        height: 15vw;
        border-width: 3px;
    }

    ul.page-ai_nayami-list li .icon {
        width: 5vw;
        height: 5vw;
        left: 3vw;
    }

    ul.page-ai_nayami-list li .icon:after {
        width: 3vw;
        height: 2vw;
        border-width: 0 0 2px 2px;
        bottom: 1vw;
    }

    ul.page-ai_nayami-list li+li {
        margin-top: 2vw;
    }

    section.page-ai_action {
        padding: 6vw 0;
        font-size: 6vw;
        line-height: 1.5;
    }

    section.page-ai_action:after {
        border-width: 6vw 15vw 0;
    }

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

    li.page-ai_flow-item .number {
        font-size: 9vw;
    }

    li.page-ai_flow-item .text {
        font-size: 4vw;
        margin-bottom: 5vw;
    }

    li.page-ai_flow-item {
        width: 100%;
    }

    li.page-ai_flow-item .image {
        padding: 0 20vw;
    }

    .page-ai_flow-list ul {
        gap: 5vw;
    }

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

    .page-owner_action-intro {
        font-size: 5vw;
        padding: 5vw 0;
        margin-bottom: 15vw;
    }

    .page-owner_action-intro:after {
        border-width: 7vw 15vw 0;
    }

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

    .page-owner_action-item .content {
        width: 100%;
        padding-top: 0px;
    }

    .page-owner_action-item .content .point {
        font-size: 5vw;
        margin-bottom: 1vw;
    }

    .page-owner_action-item .content .title {
        font-size: 5vw;
        margin-bottom: 2vw;
    }

    .page-owner_action-item .content .text {
        font-size: 3.3vw;
    }

    .page-owner_action-item+.page-owner_action-item {
        margin-top: 8vw;
    }

    .page-owner_action-item:nth-child(even) .image {
        order: inherit;
    }

    section.page-owner_action {
        margin-bottom: 15vw;
    }

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

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

    li.page-owner_works-item {
        width: 100%;
    }

    li.page-owner_works-item .image {
        margin-bottom: 3vw;
    }

    .page-owner_works-list ul {
        gap: 6vw;
    }

    li.page-owner_works-item .info {
        font-size: 3.5vw;
    }

    .page-owner_flow-list ul li {
        width: 80vw;
        margin: auto !important;
        margin-left: auto !important;
        font-size: 5vw;
    }

    .page-owner_flow-label {
        position: static;
        margin-bottom: 5vw;
    }

    .page-owner_flow-label .en {
        font-size: 5vw;
    }

    .page-owner_flow-label .ja {
        font-size: 6vw;
    }

    .page-owner_flow-list ul {
        gap: 5vw;
    }

    .page-owner_flow-list ul li:nth-child(4) {
        order: 9;
    }

    .page-owner_flow-list ul li:nth-child(6) {
        order: 8;
    }

    .page-owner_flow-list ul li:nth-child(7) {
        order: 7;
    }

    .page-owner_flow-container:after {
        top: 26vw;
        left: 0;
        right: 39vw;
        border-radius: 30px;
        bottom: 5vw;
        display: none;
    }

    .footer-fixed-bottom {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        z-index: 9999;
        background: #4CA7A8;
        padding: 10px;
    }

    .footer-fixed-bottom a {
        display: block;
        background: #fff;
        color: #2C8889;
        text-align: center;
        font-weight: 800;
        border: 1px solid #D6D6D6;
        height: 100%;
        font-size: 12px;
    }

    .footer-fixed-bottom .tel {
        width: 15%;
    }

    .footer-fixed-bottom .tel a {
        display: flex;
        justify-content: center;
        align-items: center;
        background: #EFFCFC;
    }

    .footer-fixed-bottom .tel a img {
        width: 30px;
    }

    .footer-fixed-bottom .btn {
        width: 29%;
    }

    .footer-fixed-bottom .btn .icon {
        width: 24px;
        margin: 0 auto 3px;
    }

    .footer-fixed-bottom .btn .icon img {
        width: 100%;
    }

    .footer-fixed-bottom .btn a {
        padding: 8px 5px;
    }

    .footer-fixed-bottom li.keisaikyoka {
        width: 22%;
    }

    .footer-fixed-bottom li.keisaikyoka a {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 100%;
        line-height: 1.2;
    }

    footer.site-footer {
        padding: 5vw 0 25vw;
    }

    section.top-search:before {
        left: 0vw;
        width: 100vw;
        transform: inherit;
    }

    li.top-reason__item .num span {
        font-size: 40%;
    }

    section.page-shop_youtube .wrap {
        max-width: 90vw;
    }

    .page_contact #Formbox .head_text {
        font-size: 3.4vw;
    }

}