@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: #D70930;
    --sub-color: #5A5A5A;
}

html,
body,
button,
input,
select,
textarea,
body>* {
    /* 不要な指定は消す */
    font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-weight: 400;
    font-feature-settings: "palt";
}

body {
    color: #1A1A1A;
    font-size: 15px;
    line-height: 1.7;
    padding-top: 120px;
    overflow: hidden;
    min-width: 1380px;
}

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

.en {
    font-family: "din-2014", sans-serif;
    font-weight: 700;
    font-style: italic;
}

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

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

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

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

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

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

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

header.site-header.child-now {
    height: 300px;
}

header.site-header .inner {
    align-items: center;
    padding: 0 50px;
    justify-content: space-between;
    height: 120px;
    background: #fff;
    min-width: 1350px;
}

.hd-logo__text {
    font-size: 12px;
    color: #5D5D5D;
    margin-bottom: 6px;
}

.hd-tel__number {
    align-items: center;
    justify-content: flex-end;
    gap: 5px;
}

.hd-tel__number-icon {
    width: 26px;
}

.hd-tel__number-num {
    font-weight: 600;
    font-size: 30px;
    line-height: 1.2;
    line-height: 1;
}

.hd-tel__hours {
    font-size: 12px;
    color: #868686;
    font-weight: 500;
    line-height: 1;
    margin-top: 6px;
}

.hd-btns ul {
    gap: 10px;
}

.common-btn-square {
    background: #1A1A1A;
    border: 2px solid #1A1A1A;
    align-items: center;
    color: #fff;
    padding: 0 15px;
    justify-content: space-between;
    transition: .2s;
}

.common-btn-square__icon {
    width: 22px;
    position: relative;
    height: 22px;
    line-height: 0;
}

.common-btn-square__icon img {
    transition: .2s;
}

.common-btn-square__icon img.hover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
}

.hd-right__top {
    align-items: center;
    gap: 25px;
    justify-content: flex-end;
}

.common-btn-square__text {
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 0.06em;
}

.hd-btns .common-btn-square {
    width: 190px;
    height: 46px;
}

.common-btn-square:after {
    content: "";
    display: block;
    width: 9px;
    height: 9px;
    border: solid;
    border-width: 2px 2px 0 0;
    transform: rotate(45deg);
    margin-left: 4px;
    transition: .2s;
}

.common-btn-square.-red {
    background: #D70930;
    border-color: #D70930;
}

.common-btn-square.-green {
    background: #00B54A;
    border-color: #00B54A;
}

nav.global-nav>ul>li {
    padding: 0 30px;
    line-height: 1;
    letter-spacing: 0.16em;
}

nav.global-nav>ul>li+li {
    border-left: 1px solid #B7B7B7;
}

nav.global-nav>ul {
    align-items: center;
}

nav.global-nav>ul>li a {
    font-weight: bold;
    font-size: 14px;
    position: relative;
    transition: .2s;
}

nav.global-nav>ul>li.has-child {
    position: relative;
}

nav.global-nav>ul>li.has-child .parent {
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: bold;
    font-size: 14px;
    cursor: pointer;
}

nav.global-nav>ul>li.has-child .parent:after {
    content: "";
    display: block;
    width: 9px;
    height: 9px;
    border: solid;
    transform: rotate(135deg);
    border-width: 2px 2px 0 0;
    margin-top: -5px;
    transition: .2s;
}

nav.global-nav>ul>li.has-child.opend .parent:after {
    transform: rotate(315deg);
    margin-top: 2px;
}

nav.global-nav>ul>li.has-child .child {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
    background: #FFFFFF;
    padding-top: 22px;
    display: none;
}

nav.global-nav>ul>li.has-child .child .child-label {
    background: #1A1A1A;
    color: #C7C7C7;
    font-size: 22px;
    text-align: center;
    line-height: 34px;
}

nav.global-nav>ul>li.has-child .child ul.child-menu {
    padding: 24px 35px;
}

.-red-slash {
    position: relative;
}

.-red-slash:before {
    content: "";
    width: 3px;
    height: 100%;
    background: #D70930;
    transform: skewX(-22deg);
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
}

nav.global-nav>ul>li.has-child .child ul.child-menu a:before {
    margin: 0 10px 0 5px;
}

nav.global-nav>ul>li.has-child .child ul.child-menu li {
    border-bottom: 1px dashed #C1C1C1;
    padding: 10px 0;
}

.hd-right__bottom {
    gap: 30px;
    align-items: center;
    margin-top: 6px;
}

.hd-right__bottom-btns {
    background: #F4F4F4;
    border-radius: 4px;
    padding: 6px 0;
}

.hd-right__bottom-btn-icon {
    width: 16px;
    position: relative;
    margin: 0 auto;
    line-height: 0;
}

.hd-right__bottom-btn-icon img {
    transition: .2s;
}

.hd-right__bottom-btn-icon img.hover {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

.hd-right__bottom-btn-text {
    font-size: 10px;
    font-weight: bold;
    text-align: center;
    transition: .2s;
}

.hd-right__bottom-btns ul li {
    width: 80px;
}

.hd-right__bottom-btns ul li+li {
    border-left: 1px solid #D1D1D1;
}

nav.global-nav>ul>li.has-child .child ul.child-menu a:after {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    border: solid;
    border-width: 2px 2px 0 0;
    transform: rotate(45deg);
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

nav.global-nav>ul>li.has-child .child ul.child-menu a {
    font-size: 13px;
    padding-right: 30px;
    min-width: 140px;
    padding-left: 20px;
}

section.top-fv {
    padding: 30px 0 120px;
    background-image: url(image/fv-bg.svg);
    background-size: cover;
    background-position: center;
}

.top-fv__inner {
    max-width: 90%;
    width: 1240px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    gap: 35px;
    align-items: center;
}

.top-fv__catch-en {
    font-size: 88px;
    line-height: 1;
    margin-bottom: 20px;
}

.top-fv__catch-en .small {
    font-size: 77%;
}

.top-fv__catch-jp {
    font-weight: 500;
    font-size: 22px;
    letter-spacing: 0.12em;
    margin-bottom: 80px;
    line-height: 1.5;
}

.top-fv__catch-jp .red {
    font-size: 122%;
    font-weight: 700;
    color: #D70930;
}


.top-fv__text-news {
    border-left: 4px solid #D70930;
    padding-left: 10px;
    position: relative;
    z-index: 10;
}

.top-fv__text-news-title {
    font-size: 22px;
    line-height: 1;
}

.top-fv__text-news a {
    color: #606060;
    font-size: 14px;
    letter-spacing: 0.12em;
    text-decoration: underline;
    line-height: 1;
    margin-top: 10px;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: .2s;
}

.top-fv__img {
    width: 728px;
    height: 568px;
    margin-right: -20px;
    position: relative;
}

.top-fv__img:before {
    content: "";
    position: absolute;
    width: 502px;
    height: 507px;
    background: #D70930;
    top: 30px;
    left: 30px;
    transform: skewX(-22.8deg);
    transform-origin: 0 100%;
    opacity: 0.2;
}

.top-fv-object-1,
.top-fv-object-2,
.top-fv-object-3 {
    position: absolute;
    width: 55px;
    height: 94px;
    transform: skewX(-23deg);
    top: 40px;
    left: -100px;
}

.top-fv-object-1 {
    background: #B7B7B7;
    top: 160px;
    left: 85px;
    z-index: 2;
}

.top-fv-object-2 {
    background: #3C3C3C;
    top: 390px;
    left: 10px;
}

.top-fv-object-3 {
    background: #D70930;
    top: 140px;
    left: 640px;
    box-shadow: 20px 20px #CCCCCC;
}

.top-fv-object-4 {
    position: absolute;
    width: 36px;
    height: 60px;
    background: #B7B7B7;
    transform: skewX(-22deg);
    bottom: 200px;
    right: 120px;
}

.top-fv__img-slider {
    width: 100%;
    height: 100%;
    clip-path: polygon(28.6% 0, 100% 0, 80.7% 60%, 100% 60%, 85.6% 100%, 56% 100%, 61% 89.3%, 0% 89.3%);
}

.top-fv-cover {
    position: absolute;
    background-image: url(image/fv-object.svg);
    width: 1440px;
    height: 880px;
    z-index: 2;
    left: -100px;
}

.top-fv__text {
    width: 495px;
}

.top-fv-object-0 {
    position: absolute;
    background: #D70930;
    width: 55px;
    height: 94px;
    transform: skewX(-23deg);
    top: 40px;
    left: -100px;
    box-shadow: 20px 20px #CCCCCC;
}

.top-fv__item {
    position: absolute;
    right: -50px;
    bottom: 30px;
    z-index: 10;
}

.top-fv__item ul {
    gap: 18px;
}

.top-fv__item ul li {
    width: 190px;
}

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

img.w-446 {
    width: 446px;
}

img.w-215 {
    width: 215px;
}

img.w-240 {
    width: 240px;
}

ul.top-slider__list img {
    transition: .2s;
}

.top-slider__list .slick-slide {
    margin: 0 8px;
}

.top-slider__list .slick-slide .image {
    line-height: 0;
    display: flex;
    gap: 16px;
}

.top-slider__list .slick-slide .image+.image {
    margin-top: 16px;
}

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

section.top-slider .slick-dots {
    position: static;
    margin-top: 50px;
    display: flex;
    justify-content: center;
}

section.top-slider .slick-dots li {
    width: 85px;
    height: 10px;
    margin: 0;
}

section.top-slider .slick-dots li button {
    width: 100%;
    height: 100%;
    padding: 0;
    transition: .2s;
    background: #DEDEDE;
    transform: skew(-27deg, 0deg);
}

section.top-slider .slick-dots li.slick-active button {
    background: #D70930;
}

section.top-search {
    padding: 150px 0 145px;
    background-image: url(image/top-bg-black.svg);
    background-size: cover;
    background-position: center;
    color: #fff;
}

.sec-common-title .jp {
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.08em;
    width: 100%;
    padding-left: 10px;
}

.sec-common-title .en {
    font-size: 70px;
    line-height: 1;
}

.sec-common-title {
    flex-wrap: wrap;
    position: relative;
    padding-left: 60px;
    margin-bottom: 25px;
}

.sec-common-title::before {
    position: absolute;
    left: 20px;
    top: 0;
    height: 100%;
    width: 7px;
}

.sec-common-desc {
    font-size: 15px;
    letter-spacing: 0.08em;
    margin-bottom: 40px;
}

.top-search__btns ul {
    gap: 20px;
}

.top-search__form {
    width: 530px;
}

.top-search__main {
    padding-bottom: 65px;
    margin-bottom: 65px;
    border-bottom: 2px dotted #808080;
}

.top-search__btns ul li {
    width: 260px;
    height: 160px;
}

.top-search__btns ul li a {
    display: block;
    padding: 15px;
    position: relative;
    transition: .2s;
    background: rgb(255 255 255 / 70%);
    backdrop-filter: blur(4px) brightness(4);
}

.top-search__btn-icon {
    width: 80px;
    background: #FFFFFF;
    height: 80px;
    margin: 0 auto 7px;
    position: relative;
    border-radius: 50%;
}

.top-search__btn-icon img {
    width: 48px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    transition: .2s;
}

.top-search__btn-icon img.hover {
    opacity: 0;
}

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

.top-search__btn-text-en {
    font-size: 17px;
    color: #B1B1B1;
    line-height: 1;
    transition: .2s;
}

.top-search__btn-text-jp {
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.08em;
    color: #1A1A1A;
    transition: .2s;
}

.top-search__btn-arrow {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent transparent #2B2B2B transparent;
    border-width: 0px 0px 22px 22px;
    right: 10px;
    bottom: 10px;
}

.top-search__btn-arrow:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -22px;
    width: 22px;
    height: 22px;
    background-image: url(image/arrow-triangle-white.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    transition: .2s;
    opacity: 0;
}

.top-search__form-title {
    border-left: 4px solid #FF3347;
    padding-left: 12px;
    gap: 22px;
    margin: 2px 0 14px;
    align-items: center;
}

.top-search__form-title .en {
    line-height: 1;
    font-size: 28px;
}

.top-search__form-title .jp {
    font-weight: bold;
    letter-spacing: 0.08em;
    line-height: 1;
    margin-top: 12px;
}

.top-search__form-form {
    position: relative;
    display: block;
    margin-bottom: 16px;
}

.top-search__form-form input[type=text] {
    width: 100%;
    height: 50px;
    padding: 0 60px 0 20px;
    background: rgb(255 255 255 / 70%);
    backdrop-filter: blur(4px) brightness(1.4);
    padding-left: 1em;
}

.top-search__form-form input[type=submit] {
    position: absolute;
    width: 60px;
    height: 30px;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background: no-repeat;
    background-image: url(image/icon-search-black.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 24px;
    border-left: 1px dotted #989898;
    transition: .2s;
}

.top-search__form-tags ul {
    gap: 7px 23px;
    font-size: 13px;
}

.top-search__form-tags a {
    color: #D8D8D8;
    letter-spacing: 0.08em;
    transition: .2s;
}

.top-search__category {
    padding: 90px 90px 90px 0;
    position: relative;
    margin-left: -60px;
    z-index: 2;
    margin-bottom: 128px;
}

.top-search__category ul {
    gap: 30px 20px;
}

.top-search__category-wrap ul+ul {
    margin-top: 30px;
}

.top-search__category ul li {
    width: 245px;
}

.top-search__category:after {
    content: "";
    position: absolute;
    top: 0;
    right: 70px;
    bottom: 0;
    left: calc(570px - 50vw);
    background: #fff;
    opacity: 0.1;
    z-index: -1;
}

.top-search__category-en {
    position: absolute;
    right: -15px;
    font-size: 99px;
    transform: rotate(90deg);
    transform-origin: 100% 0%;
    top: 628px;
    line-height: 1;
    opacity: 0.1;
    overflow: hidden;
    height: 85px;
}

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

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

li.top-search__category-item a {
    display: block;
    position: relative;
}

.top-search__category-image:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: .2s;
    background: #000000;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.61) 0%, rgba(0, 0, 0, 0.15) 36%, rgba(0, 0, 0, 0.1) 57%, rgba(0, 0, 0, 0.15) 70%, rgba(0, 0, 0, 0.4) 100%);
}

.top-search__category-title {
    position: absolute;
    top: 20px;
    left: 20px;
    line-height: 1;
    padding-left: 12px;
}

.top-search__category-title .en {
    font-size: 15px;
    opacity: 0.7;
    margin-bottom: 5px;
}

.top-search__category-title .jp {
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0.08em;
}

.top-search__category-description {
    font-size: 12px;
    letter-spacing: 0.05em;
    padding: 0 15px;
    position: absolute;
    left: 0;
    right: 0;
    top: 200px;
}

.top-search__category-arrow {
    position: absolute;
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent transparent #ffffff transparent;
    border-width: 0px 0px 22px 22px;
    right: 10px;
    bottom: 10px;
    transition: .2s;
}

.top-search__category-arrow:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 22px;
    height: 22px;
    background-image: url(image/arrow-triangle-red.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    transition: .2s;
    opacity: 0;
}

.site-common-contact__title {
    gap: 26px;
    margin-bottom: 30px;
    align-items: flex-end;
    margin-left: 20px;
}

.site-common-contact__title:before {
    width: 7px;
}

.site-common-contact__title .sec-common-desc {
    margin: 0 0 5px;
}

.site-common-contact__title .sec-common-title {
    margin: 0;
}

.site-common-contact__btns {
    padding: 30px 40px;
    margin-bottom: 30px;
    background: rgb(255 255 255 / 70%);
    backdrop-filter: blur(4px) brightness(4);
}

.site-common-contact__btns-character {
    position: absolute;
    right: 30px;
    width: 161px;
    top: -135px;
}

.site-common-contact__btns ul {
    justify-content: space-between;
}

.site-common-contact__btns ul li {
    width: 300px;
}

.site-common-contact__btns ul li.separate {
    width: 2px;
    border-left: 2px dotted #9D9D9D;
}

.site-common-contact__btns-label {
    text-align: center;
    display: flex;
    justify-content: center;
    color: #1A1A1A;
    font-weight: 800;
    gap: 12px;
    line-height: 1;
    margin-bottom: 10px;
    letter-spacing: 0.1em;
}

.site-common-contact__btns ul li .common-btn-square {
    height: 70px;
}

.site-common-contact__btns-label:before,
.site-common-contact__btns-label:after {
    content: "";
    width: 2px;
    background: #1A1A1A;
}

.site-common-contact__btns-label:before {
    transform: rotate(-20deg) translateY(2px);
}

.site-common-contact__btns-label:after {
    transform: rotate(20deg) translateY(2px);
}

.site-common-contact__tel {
    align-items: center;
    justify-content: center;
}

.site-common-contact__tel-icon {
    width: 31px;
    margin: 0 2px 0 20px;
}

.site-common-contact__tel-number {
    font-size: 40px;
    font-weight: 600;
    line-height: 1;
}

.site-common-contact__tel-hours {
    font-size: 14px;
    color: #DDDDDD;
    line-height: 1.4;
    margin-left: 15px;
    letter-spacing: 0.1em;
}

.site-common-contact__tel-label {
    border: 1px solid;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0.08em;
    padding: 6px 18px;
    transform: skew(-20deg, 0deg);
}

.site-common-contact__tel-label span {
    transform: skew(20deg, 0deg);
    display: block;
}

.site-common-contact__btns .common-btn-square__text {
    font-size: 16px;
}

section.top-staff {
    padding: 124px 0 114px;
    background-image: url(image/top-staff-bg.svg);
    background-size: cover;
    background-position: center;
}

.top-staff-title {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.top-staff-title .en {
    width: 100%;
    text-align: center;
    font-size: 70px;
}

.top-staff-title .jp {
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.08em;
    padding-left: 10px;
    line-height: 1.2;
}

section.top-staff .sec-common-desc {
    text-align: center;
}

.top-staff__list-more {
    width: 260px;
    margin: 50px auto 0;
}

.top-staff__list-more a {
    height: 60px;
}

section.top-reason {
    padding: 111px 0 145px;
}

.top-reason__title {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.top-reason__title .en {
    font-size: 31px;
    line-height: 1;
    padding-left: 15px;
    margin-bottom: 10px;
}

.top-reason__title .jp {
    width: 100%;
    text-align: center;
    font-weight: bold;
    font-size: 28px;
    letter-spacing: 0.08em;
}

.top-reason__title .jp .red {
    color: #D70930;
    font-size: 120%;
}

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

li.top-reason__item {
    width: 350px;
}

.top-reason__item-image img {
    box-shadow: 10px 10px #CCCCCC;
    object-fit: cover;
    width: 100%;
    height: 200px;
}

.top-reason__item-num {
    font-size: 30px;
    position: absolute;
    transform: rotate(90deg);
    transform-origin: 0 0;
    left: 50px;
    top: 10px;
    color: #fff;
    opacity: 0.8;
}

.top-reason__item-title {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.5;
    padding-left: 20px;
    letter-spacing: 0.08em;
    margin-left: 14px;
    margin-top: 30px;
    margin-bottom: 15px;
}

.top-reason__item-title .big {
    font-size: 122%;
}

.top-reason__item-desc {
    font-size: 14px;
    line-height: 1.8;
    letter-spacing: 0.08em;
}

section.top-sns {
    color: #fff;
    display: flex;
    justify-content: space-between;
    background-image: url(image/top-sns-bg.svg);
    background-position: center;
    background-size: cover;
}

.top-sns__object-inner {
    flex-wrap: nowrap;
    padding-top: 50px;
    justify-content: center;
    gap: 62px;
}

.top-sns__object-left {
    width: 15px;
    background: #4F5BD5;
    background: linear-gradient(0deg, rgba(79, 91, 213, 1) 0%, rgba(150, 47, 191, 1) 25%, rgba(214, 41, 118, 1) 50%, rgba(250, 126, 30, 1) 75%, rgba(254, 218, 117, 1) 100%);
}

.top-sns__object-right {
    width: 15px;
    background: #EA435A;
    background: linear-gradient(0deg, rgba(234, 67, 90, 1) 0%, rgba(234, 67, 90, 1) 50%, rgba(145, 231, 229, 1) 50%, rgba(145, 231, 229, 1) 100%);
}

.top-sns__object-image {
    width: 500px;
}

.top-sns__object-content {
    width: 713px;
}

.top-sns__object-title-text .jp {
    font-weight: bold;
    letter-spacing: 0.08em;
}

.top-sns__object-title-text .en {
    font-size: 56px;
    line-height: 1;
}

.top-sns__object-title {
    padding-left: 32px;
    margin-left: 16px;
    align-items: flex-end;
    margin-bottom: 45px;
}

.top-sns__object-title:before {
    width: 7px;
}

.top-sns__object-desc {
    font-size: 14px;
    color: #EFEFEF;
    letter-spacing: 0.08em;
    margin-left: -70px;
}

.top-sns__object-catch {
    font-weight: bold;
    font-size: 28px;
    letter-spacing: 0.06em;
    border-bottom: 2px solid #C3C3C3;
    padding-bottom: 15px;
    margin-bottom: 25px;
}

.top-sns__object-btns ul {
    gap: 40px;
}

.top-sns__object-btns ul li {
    width: 273px;
}

.top-sns__object-btns ul li a img {
    transition: .2s;
}

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

.top-blog__list ul {
    gap: 35px 40px;
}

.top-blog__item {
    width: 550px;
}

.top-blog__link {
    display: flex;
    transition: .2s;
    gap: 20px;
    padding-bottom: 25px;
    border-bottom: 2px solid #D9D9D9;
    position: relative;
}

.top-blog__image {
    width: 140px;
    height: 140px;
}

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

.top-blog__content {
    width: 350px;
}

.top-blog__date {
    color: #AAAAAA;
    font-size: 16px;
    margin: 10px 0 5px;
    line-height: 1;
    font-weight: 600;
}

.top-blog__title {
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.1em;
    line-height: 1.6;
    margin-bottom: 10px;
    transition: .2s;
}

.top-blog__desc {
    font-size: 13px;
    color: #5A5A5A;
    letter-spacing: 0.08em;
}

.top-blog__arrow {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent transparent #2B2B2B transparent;
    border-width: 0px 0px 22px 22px;
    right: 10px;
    bottom: 10px;
    transition: .2s;
}

.top-blog__arrow:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 22px;
    height: 22px;
    background-image: url(image/arrow-triangle-red.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    transition: .2s;
    opacity: 0;
}

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

.top-blog__more {
    position: absolute;
    right: 0;
    top: 110px;
}

.top-blog__more .common-btn-square {
    width: 260px;
    height: 60px;
}

.sec-kyobashi-title {
    margin-bottom: 40px;
    align-items: flex-end;
}

.sec-kyobashi-title .sec-common-title {
    margin: 0;
}

.sec-kyobashi-title .sec-common-desc {
    margin: 0 0 2px 10px;
}

.top-kyobashi__list {
    gap: 20px;
}

.top-kyobashi__list ul {
    justify-content: space-between;
    gap: 20px;
}

.top-kyobashi__item {
    width: 270px;
}

.top-kyobashi__item-image {
    position: relative;
}

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

.top-kyobashi__item-num {
    font-size: 50px;
    position: absolute;
    right: 10px;
    bottom: 10px;
    color: #fff;
    line-height: 1;
    opacity: 0.5;
}

.top-kyobashi__item-num span {
    font-size: 80%;
}

section.top-kyobashi {
    padding: 130px 0 230px;
    background: #F5F5F5;
}

.top-kyobashi__item-title {
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.08em;
    margin: 10px 0;
}

.top-kyobashi__item-desc {
    font-size: 13px;
    letter-spacing: 0.09em;
}

section.top-recruit {
    padding-bottom: 40px;
    background-image: url(image/top-recruit-bg.svg);
    background-size: cover;
    background-position: center;
}

.top-recruit-bn {
    position: relative;
    transform: translateY(-45px);
}

.top-recruit-bn img {
    transition: .2s;
}

.top-recruit-en {
    font-size: 180px;
    position: absolute;
    top: -150px;
    left: -100px;
    color: #EBEBEB;
    line-height: 1;
}

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

.top-shoplist__title {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 15px;
}

.top-shoplist__title .en {
    width: 100%;
    text-align: center;
    font-size: 70px;
    line-height: 1;
    margin-bottom: 10px;
}

.top-shoplist__title .jp {
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.08em;
    padding-left: 15px;
    line-height: 1.5;
}

.top-shoplist__desc {
    text-align: center;
    letter-spacing: 0.08em;
    margin-bottom: 40px;
}

.top-shoplist__list ul {
    display: flex;
    justify-content: space-between;
}

li.top-shoplist__item {
    width: 550px;
    box-shadow: 1px 1px 4px rgb(0 0 0 / 10%);
    display: flex;
}

.top-shoplist__item-image {
    width: 230px;
    line-height: 0;
}

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

.top-shoplist__item-info {
    width: 320px;
    padding: 15px 35px 0;
    position: relative;
}

.top-shoplist__item-name {
    font-size: 22px;
    font-weight: bold;
    letter-spacing: 0.08em;
    border-bottom: 1px solid #ACACAC;
    margin-bottom: 5px;
}

.top-shoplist__item-address {
    font-size: 12px;
    height: 5em;
    line-height: 1.5;
}

.top-shoplist__item-hours {
    font-size: 12px;
    letter-spacing: 0.1em;
    line-height: 1.5;
}

.top-shoplist__item-tel {
    padding-left: 30px;
    background-image: url(image/icon-tel-red.svg);
    background-size: 24px;
    background-position: center left;
    background-repeat: no-repeat;
    font-size: 28px;
    line-height: 1.5;
}

section.ft-contact {
    padding: 80px 0 70px;
    color: #fff;
    background-size: cover;
    background-image: url(image/ft-contact-bg.svg);
    background-position: center;
}

.ft-contact__btns-character {
    position: absolute;
    width: 400px;
    right: 10px;
    top: -117px;
}

.ft-contact__btns-label {
    color: #1A1A1A;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0.08em;
    margin: -10px 0 15px;
}

footer.site-ft {
    padding: 130px 0 60px;
    background-image: url(image/ft-bg.svg);
    background-size: cover;
    background-position: center;
}

.footer-top__image {
    width: 420px;
}

.footer-top__image img {
    box-shadow: 10px 10px #BCBCBC;
    width: 100%;
    height: 265px;
    object-fit: cover;
}

.footer-top__info {
    width: 660px;
}

.footer-top {
    padding-bottom: 90px;
    margin-bottom: 80px;
    border-bottom: 2px solid #BCBCBC;
}

.footer-top__title {
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0.08em;
    line-height: 1.3;
    margin: 25px 0 10px;
}

.footer-top__title--red {
    font-size: 28px;
    color: #D70930;
}

.footer-top__desc {
    font-size: 14px;
    letter-spacing: 0.14em;
    line-height: 2;
    color: #484848;
}

.footer-middle {
    margin-bottom: 80px;
}

.footer-middle__left {
    width: 605px;
    border-right: 1px dotted #BCBCBC;
    gap: 50px;
}

.footer-logo-area {
    width: 210px;
}

.footer-middle__map {
    width: 270px;
}

.footer-logo {
    margin-bottom: 20px;
}

.footer-middle__info {
    font-size: 13px;
    line-height: 1.5;
    margin-bottom: 30px;
}

.footer-middle__info p+p {
    margin-top: 0.5em;
}

.footer-middle__info p+p {
    margin-top: 0.5em;
}

.footer-middle__map iframe {
    width: 100%;
    height: 190px;
}

.footer-middle__sns-label {
    font-size: 19px;
    font-weight: 600;
}

.footer-middle__sns-icon ul {
    gap: 10px;
}

.footer-middle__sns-icon ul li {
    width: 30px;
}

.footer-middle__sns {
    gap: 16px;
    align-items: center;
}

.footer-middle__right {
    gap: 72px;
}

.footer-middle__right ul li+li {
    margin-top: 20px;
}

.footer-middle__right ul li a {
    font-weight: bold;
    letter-spacing: 0.1em;
    transition: .2s;
}

.footer-middle__right ul li.has-icon a {
    display: flex;
    align-items: center;
    gap: 6px;
}

.footer-middle__right ul li.has-icon a img {
    width: 16px;
    display: block;
    transition: .2s;
}

.footer-middle__right ul li.has-icon a .icon img.hover {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

.footer-menu {
    margin-bottom: 90px;
}

.footer-bottom .site-common-contact__btns {
    background: none;
    padding: 0;
    backdrop-filter: inherit;
}

.footer-bottom .site-common-contact__btns ul li .common-btn-square {
    height: 50px;
}

.footer-bottom .site-common-contact__btns ul li {
    width: 240px;
}

.footer-bottom .site-common-contact__btns ul li.separate {
    width: 2px;
}

.footer-bottom .site-common-contact__btns ul {
    justify-content: center;
    gap: 50px;
}

.footer-bottom {
    margin-bottom: 70px;
}

.footer-bottom .site-common-contact__tel-hours {
    color: #4D4D4D;
}

.footer-menu__title {
    font-weight: bold;
    letter-spacing: 0.1em;
    padding-left: 14px;
    margin-left: 5px;
    margin: 50px 0 13px;
}

.footer-menu__title:first-child {
    margin-top: 0;
}

.footer-menu__list {
    gap: 30px 40px;
}

.footer-menu__label {
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0.1em;
    margin-bottom: 10px;
}

.-has-line {
    display: flex;
    align-items: center;
    white-space: nowrap;
    gap: 12px;
}

.-has-line:after {
    content: "";
    width: 100%;
    border-top: 1px dotted #BFBFBF;
    gap: 12px;
}

.footer-menu__block ul {
    gap: 20px;
    padding-right: 40px;
}

.footer-menu__block ul li a {
    font-size: 13px;
    color: #676767;
    letter-spacing: 0.1em;
    transition: .2s;
}

.site-bottom ul {
    gap: 60px;
    justify-content: center;
    border-bottom: 2px solid #BCBCBC;
    padding-bottom: 15px;
    margin-bottom: 10px;
}

.site-bottom ul li a {
    color: #5E5E5E;
    letter-spacing: 0.05em;
    font-size: 13px;
}

.copyright {
    text-align: center;
}

.copyright small {
    color: #9A9A9A;
    font-size: 12px;
}

.page-single-staff {
    padding: 50px 0 160px;
    background-image: url(image/single-staff-bg.svg);
    background-size: 100%;
    background-position: center top;
    background-repeat: no-repeat;
}

.staff-profile__image {
    width: 490px;
    height: 490px;
    position: relative;
}

.staff-profile__image-wrap {
    width: 356px;
    height: 445px;
    position: relative;
    z-index: 2;
    clip-path: polygon(0 0, 100% 0, 100% 260px, 280px 100%, 0 100%);
}

.staff-profile__image-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.staff-profile__image-bg {
    position: absolute;
    background: #D70930;
    left: 0;
    bottom: 0;
    width: 262px;
    height: 445px;
    transform: skew(-22deg, 0deg);
    transform-origin: 0 100%;
    box-shadow: 2px 3px 6px rgb(0 0 0 / 16%);
}

.staff-profile__image-bg:before,
.staff-profile__image-bg:after {
    content: "";
    background: #CECECE;
    height: 100%;
    position: absolute;
}

.staff-profile__image-bg:before {
    width: 17px;
    right: -27px;
}

.staff-profile__image-bg:after {
    width: 6px;
    right: -43px;
}

.staff-profile__content {
    width: 575px;
    padding-top: 110px;
}

.single-breadcrumb {
    font-size: 12px;
    position: absolute;
    left: calc(50vw + -5px);
    top: 90px;
    color: #767676;
    font-weight: 500;
}

.single-breadcrumb .current-item {
    color: #1A1A1A;
}

.staff-profile__post {
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0.08em;
    padding-left: 15px;
    line-height: 1.2;
    margin-left: 5px;
    margin-bottom: 15px;
}

.staff-profile__name .jp {
    font-size: 36px;
    font-weight: bold;
    letter-spacing: 0.08em;
}

.staff-profile__name .en {
    font-size: 20px;
}

.staff-profile__name {
    gap: 22px;
    align-items: flex-end;
    line-height: 1;
    border-bottom: 2px solid #D9D9D9;
    padding-bottom: 15px;
    margin-bottom: 35px;
}

.staff-profile__image-en {
    position: absolute;
    font-size: 180px;
    bottom: -20px;
    z-index: 2;
    right: 0;
    color: transparent;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke: 1px #BFBFBF;
    opacity: 0.5;
}

.staff-profile__list {
    padding-left: 40px;
}

.staff-profile__label {
    font-size: 22px;
    line-height: 1;
    position: absolute;
    left: 20px;
    transform: rotate(90deg);
    transform-origin: 0 0;
}

.staff-profile__label:first-letter {
    color: #D70930;
}

.staff-profile__label:after {
    content: "";
    width: 128px;
    height: 1px;
    background: #020202;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 70px;
}

.staff-profile__list-content {
    width: 485px;
}

.staff-profile__list-content ul li {
    padding: 10px 16px;
    letter-spacing: 0.09em;
    color: #5C5C5C;
    font-size: 13px;
    font-weight: 500;
}

.staff-profile__list-content ul li:nth-child(odd) {
    background: #fff;
}

.staff-profile__list-content ul li .label {
    font-weight: bold;
    font-size: 16px;
    letter-spacing: 0.08em;
    color: #1A1A1A;
}

section.staff-private {
    padding: 150px 0 140px;
}

.staff-content__textarea {
    width: 550px;
    padding-top: 40px;
}

.staff-content__image {
    width: 490px;
    position: relative;
}

.staff-content__title {
    padding-bottom: 5px;
    border-bottom: 2px solid #D9D9D9;
    margin-bottom: 20px;
}

.staff-content__title .en {
    font-size: 22px;
    line-height: 1;
    padding-left: 12px;
    margin-left: 4px;
    margin-bottom: 5px;
}

.staff-content__title .jp {
    font-size: 25px;
    font-weight: bold;
    letter-spacing: 0.08em;
}

.staff-content__text {
    font-size: 14px;
    color: #535353;
    line-height: 2;
    letter-spacing: 0.09em;
}

section.staff-private .staff-content__image img {
    box-shadow: 10px 10px #D6D6D6;
    transform: translate(-10px, -10px);
}

section.staff-private .staff-content__image:before,
section.staff-private .staff-content__image:after {
    content: "";
    width: 2px;
    background: #F4F4F4;
    position: absolute;
    z-index: 1;
    transform: rotate(23deg);
}

section.staff-private .staff-content__image:before {
    height: 100px;
    right: 10px;
    bottom: 50px;
}

section.staff-private .staff-content__image:after {
    height: 200px;
    right: 0;
    bottom: -40px;
}

section.staff-message .staff-content__image img {
    box-shadow: 10px -10px #D8D8D8;
}

section.staff-message .staff-content__image:before,
section.staff-message .staff-content__image:after {
    content: "";
    width: 2px;
    background: #F4F4F4;
    position: absolute;
    z-index: 1;
    transform: rotate(23deg);
}

section.staff-message .staff-content__image:before {
    height: 100px;
    top: -50px;
    left: -10px;
}

section.staff-message .staff-content__image:after {
    height: 200px;
    left: 0;
    top: -60px;
}

.page-fv {
    background-image: url(image/top-bg-black.svg);
    background-size: cover;
    background-position: center;
    color: #fff;
    padding: 80px 0 30px;
}

.page-fv__title_box:before {
    width: 7px;
}

.page-fv__title_box {
    margin-left: 21px;
    padding-left: 20px;
}

.page-fv__title {
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.08em;
    padding-left: 20px;
}

.page-fv__sub_title {
    font-size: 70px;
    line-height: 1;
    text-transform: capitalize;
}

.page-fv__breadcrumb {
    text-align: right;
    font-size: 12px;
    color: #EFEFEF;
    font-weight: 500;
    margin-top: 30px;
    line-height: 20px;
}

.page-fv__breadcrumb .current-item {
    color: #fff;
}

.archive-staff {
    padding: 120px 0 160px;
}

.archive-staff__list ul {
    gap: 20px;
}

li.archive-staff__item {
    width: 270px;
}

.archive-staff__item-img {
    overflow: hidden;
    height: 370px;
}

.archive-staff__item-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .2s;
}

.archive_navi {
    margin-top: 80px;
}

.archive_navi .wp-pagenavi {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 8px;
}

.archive_navi .wp-pagenavi .pages {
    border: none;
    font-size: 20px;
}

.archive_navi .wp-pagenavi .current {
    background: #1a1a1a;
    color: #fff;
    width: 40px;
    text-align: center;
}

.archive_navi .wp-pagenavi a.page {
    width: 40px;
    text-align: center;
}

.archive_navi .wp-pagenavi a.previouspostslink,
.archive_navi .wp-pagenavi a.nextpostslink {
    border: none;
}

.page-common__h2 {
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    margin-bottom: 40px;
    justify-content: center;
}

.page-common__h2 .en {
    width: 100%;
    font-size: 50px;
}

.page-common__h2 .jp {
    font-size: 16px;
    font-weight: bold;
    padding-left: 14px;
    line-height: 1;
    letter-spacing: 0.08em;
}

.page-about__message__img {
    width: 420px;
}

.page-about__message__img img {
    height: 450px;
    object-fit: cover;
    width: 100%;
}

.page-about__message__text {
    width: 720px;
    background-image: url(image/top-bg-black.svg);
    padding: 50px;
    color: #fff;
    letter-spacing: 0.08em;
    line-height: 2;
    font-weight: 500;
}

.page-about__message__content {
    align-items: center;
}

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

.page-about__message__text p b {
    font-size: 130%;
    display: block;
    margin-bottom: -1em;
    border-bottom: 2px dashed rgb(255 255 255 / 20%);
    padding-bottom: 0.5em;
}

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

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

.page-about__company__table th {
    width: 38%;
    background: #F5F5F5;
    padding: 1em;
}

.page-about__company__table table {
    border-spacing: 0 10px;
    border-collapse: separate;
}

.page-about__company__table td {
    padding: 1em 2em;
}

.page-about__shop-image {
    width: 600px;
}

.page-about__shop-image img {
    width: 100%;
    height: 320px;
    object-fit: cover;
}

.page-about__shop-info {
    width: 500px;
    padding-left: 40px;
}

.page-about__shop-info-label {
    transform: rotate(90deg);
    transform-origin: 0 0;
    position: absolute;
    left: 23px;
    font-size: 22px;
    line-height: 1;
}

.page-about__shop-info-label:after {
    content: "";
    width: 128px;
    height: 1px;
    background: #020202;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 180px;
}

.page-about__shop-info-label:first-letter {
    color: #D70930;
}

.page-about__shop-info-content ul li {
    padding: 10px 20px;
}

.page-about__shop-info-content ul li:nth-child(odd) {
    background: #F5F5F5;
}

.page-about__shop-info-content ul li b {
    margin-right: 1em;
}

.page-about__shop-content {
    margin-bottom: 40px;
}

.page-about__shop-map iframe {
    width: 100%;
}

.page-forstudent__message__text {
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    line-height: 2;
    letter-spacing: 0.08em;
}

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

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

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

.forstudent__search-item-image {
    width: 420px;
}

.forstudent__search-item-image img {
    width: 100%;
    height: 260px;
    object-fit: cover;
}

.forstudent__search-item-content {
    width: 720px;
    padding: 20px 0 0 90px;
}

.forstudent__search-item-label {
    transform: rotate(90deg);
    transform-origin: 0 0;
    position: absolute;
    left: 73px;
    font-size: 22px;
    line-height: 1;
}

.forstudent__search-item-label:first-letter {
    color: #D70930;
}

.forstudent__search-item-label:after {
    content: "";
    width: 88px;
    height: 1px;
    background: #020202;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 110px;
}

.forstudent__search-item-title {
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.08em;
    padding-left: 15px;
    line-height: 1;
    margin-left: 4px;
    margin-bottom: 15px;
}

.forstudent__search-item-text {
    margin-bottom: 2em;
    letter-spacing: 0.08em;
    font-weight: 500;
}

.forstudent__search-item-btn a {
    width: 300px;
    height: 50px;
    margin-left: auto;
}

.page-recruit {
    background-image: url(image/single-staff-bg.svg);
    background-size: 100%;
    background-position: center top;
    background-repeat: no-repeat;
}

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

.page-recruit__message {
    text-align: center;
}

.page-recruit__catch-en {
    font-size: 70px;
    color: #D70930;
}

.page-recruit__catch {
    font-weight: bold;
    letter-spacing: 0.18em;
    font-size: 26px;
    margin-bottom: 20px;
}

.page-recruit__message-text {
    font-size: 16px;
    letter-spacing: 0.08em;
    line-height: 2;
}

.page-recruit__merit-item {
    display: flex;
    align-items: center;
    padding: 20px 30px;
}

.page-recruit__merit-item:nth-child(odd) {
    background: #fff;
}

.page-recruit__merit-label {
    line-height: 1;
    font-size: 16px;
    padding-left: 10px;
    margin-right: 20px;
    color: #999;
}

.page-recruit__merit-title {
    font-weight: bold;
    letter-spacing: 0.09em;
    font-size: 140%;
    margin-right: 1em;
}

.page-recruit__merit-text {
    letter-spacing: 0.08em;
}

.page-recruit__info-table th {
    width: 35%;
    background: #F5F5F5;
    padding: 1em;
}

.page-recruit__info-table table {
    border-spacing: 0 10px;
    border-collapse: separate;
}

.page-recruit__info-table td {
    padding: 1em 2em;
}

.page-recruit__btn {
    margin-top: 50px;
}

.page-recruit__btn a {
    width: 320px;
    height: 60px;
    margin: 0 auto;
}

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

.top-staff__slider li.slick-slide {
    width: 550px;
    margin: 0 50px;
    position: relative;
}

.top-staff__slider li.slick-slide * {
    transition: .2s;
}

.top-staff__image-wrap {
    width: 190px;
    height: 240px;
    position: relative;
    z-index: 2;
    clip-path: polygon(0 15px, 100% 0, 100% 100%, 0 calc(100% - 15px));
    margin-left: auto;
    filter: grayscale(1);
    margin-top: 0px;
    transform: translateY(90px);
    box-shadow: 2px 2px 6px rgb(0 0 0 / 10%);
}

.top-staff__image {
    width: 440px;
    height: 440px;
    position: relative;
    margin-left: auto;
}

.top-staff__image-bg {
    position: absolute;
    background: #D70930;
    left: 0;
    bottom: 0;
    width: 235px;
    height: 0;
    transform: skew(-22deg, 0deg);
    transform-origin: 0 100%;
    box-shadow: 2px 3px 6px rgb(0 0 0 / 16%);
}

.top-staff__en-object {
    position: absolute;
    font-size: 180px;
    bottom: -40px;
    z-index: 2;
    right: -165px;
    color: transparent;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke: 1px #BFBFBF;
    opacity: 0;
}

.top-staff__image-bg:before, .top-staff__image-bg:after {
    content: "";
    background: #CECECE;
    height: 100%;
    position: absolute;
}

.top-staff__image-bg:before {
    width: 15px;
    right: -25px;
}

.top-staff__image-bg:after {
    width: 5px;
    right: -40px;
}

.top-staff__active-content {
    position: absolute;
    right: 48px;
    top: 80px;
    z-index: 10;
    opacity: 0;
}

.top-staff__name {
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
}

.top-staff__name-en {
    font-size: 20px;
    display: inline-block;
    position: relative;
}

.top-staff__name-jp {
    font-size: 38px;
    font-weight: bold;
    letter-spacing: 0.08em;
    line-height: 1.4;
}

.top-staff__name-en:after {
    content: "";
    width: 1px;
    height: 60px;
    background: #020202;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 100%;
    margin-top: 30px;
}

.top-staff__more {
    position: absolute;
    right: 50px;
    bottom: 0;
    font-size: 20px;
    padding-right: 40px;
    opacity: 0;
}

.top-staff__more:before {
    content: "";
    width: 30px;
    height: 30px;
    background: #1A1A1A;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    transition: .2s;
}

.top-staff__more:after {
    content: "";
    width: 8px;
    height: 8px;
    border: solid #fff;
    position: absolute;
    top: 0;
    right: 13px;
    bottom: 0;
    margin: auto;
    transform: rotate(45deg);
    border-width: 2px 2px 0 0;
}

.is-anim .top-staff__image-bg {
    height: 400px;
    transition-delay: .6s !important;
}

.is-anim .top-staff__image-wrap {
    clip-path: polygon(0 0, 100% 0, 100% 231px, 251px 100%, 0 100%);
    width: 320px;
    height: 400px;
    margin: 0;
    transform: translateY(0px);
    filter: grayscale(0);
}

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

.is-anim .top-staff__en-object {
    opacity: 0.5;
    right: -85px;
}

.is-anim .top-staff__more {
    opacity: 1;
}

.is-anim .top-staff__active-content {
    opacity: 1;
    top: 110px;
}

.is-anim .top-staff__image {
    margin: 0;
}

.is-anim+.slick-slide .top-staff__image {
    margin-left: 0;
}

.is-anim+.slick-slide .top-staff__image-wrap {
    margin-left: 0;
    clip-path: polygon(0 0px, 100% 15px, 100% calc(100% - 15px), 0 100%);
}

.top-staff__slider .slick-prev, .top-staff__slider .slick-next {
    background: #434343;
    width: 40px;
    height: 40px;
    z-index: 10;
    top: calc(50% - 50px);
}

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

.top-staff__slider .slick-prev {
    left: 50%;
    margin-left: -350px;
}

.top-staff__slider .slick-next {
    right: 50%;
    margin-right: -350px;
}

.top-staff__slider .slick-prev:before {
    transform: rotate(225deg);
    left: 16px;
}

.top-staff__slider .slick-dots {
    position: static;
    margin: 50px 0;
    display: flex;
    justify-content: center;
    gap: 14px;
}

.top-staff__slider .slick-dots li {
    width: 60px;
    height: 8px;
    margin: 0;
    transform: skewX(-15deg);
}

.top-staff__slider .slick-dots li button {
    padding: 0;
    width: 100%;
    height: 100%;
    background: #CBCBCB;
    transition: .2s;
}

.top-staff__slider .slick-dots li.slick-active button {
    background: #D70930;
}

.child-menu-bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000000;
    opacity: 0.5;
    z-index: 99;
    display: none;
}

.hd-logo {
    margin-right: -170px;
}

.site-common-contact__btns .common-btn-square__icon {
    width: 26px;
    height: 26px;
}

.site-common-contact__btns .common-btn-square {
    padding: 0 25px;
}

.site-common-contact__btns .common-btn-square:after {
    width: 12px;
    height: 12px;
}

.footer-middle__right ul li.has-icon a .icon {
    position: relative;
    line-height: 0;
    margin-top: 2px;
}

.archive-staff__item-name .en {
    font-size: 12px;
}

.archive-staff__item-name .jp {
    line-height: 1;
    font-weight: bold;
    font-size: 24px;
}

.archive-staff__item-content {
    align-items: center;
    margin-top: 10px;
    justify-content: space-between;
}

.archive-staff__item-btn {
    width: 30px;
    height: 30px;
    background: #1A1A1A;
    transition: .2s;
    position: relative;
}

.archive-staff__item-btn:after {
    content: "";
    width: 8px;
    height: 8px;
    border: solid #fff;
    position: absolute;
    top: 0;
    right: 13px;
    bottom: 0;
    margin: auto;
    transform: rotate(45deg);
    border-width: 2px 2px 0 0;
}

.page-forstudent__message__text .red {
    color: #D70930;
}

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

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

.staff-content__image img {
    width: 100%;
    height: 320px;
    object-fit: cover;
}

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

    .common-btn-square:hover {
        background: #fff;
        color: #1A1A1A;
    }

    a.common-btn-square:hover .common-btn-square__icon img.defo {
        opacity: 0;
    }

    a.common-btn-square:hover .common-btn-square__icon img.hover {
        opacity: 1;
    }

    a.common-btn-square.-red:hover {
        color: #D70930;
    }

    .common-btn-square.-green:hover {
        color: #00B54A;
    }

    a:hover .hd-right__bottom-btn-text {
        color: #D70930;
    }

    a:hover .hd-right__bottom-btn-icon img.defo {
        opacity: 0;
    }

    a:hover .hd-right__bottom-btn-icon img.hover {
        opacity: 1;
    }

    .top-fv__text-news a:hover {
        color: #D70930;
    }

    ul.top-slider__list a:hover img {
        opacity: 0.7;
    }

    a:hover .top-search__btn-icon img.hover {
        opacity: 1;
    }

    a:hover .top-search__btn-icon img.defo {
        opacity: 0;
    }

    .top-search__btns ul li a:hover {
        background-color: #D70930;
    }

    a:hover .top-search__btn-text-en {
        color: #fff;
    }

    a:hover .top-search__btn-text-jp {
        color: #fff;
    }

    a:hover .top-search__btn-arrow {
        border-color: transparent;
    }

    a:hover .top-search__btn-arrow:after {
        opacity: 1;
    }

    .top-search__form-form input[type=submit]:hover {
        background-image: url(image/icon-search-red.svg);
    }

    .top-search__form-tags a:hover {
        opacity: 0.5;
    }

    a:hover .top-search__category-image img {
        transform: scale(1.2);
    }

    a:hover .top-search__category-image:after {
        background: #DD7C7C;
        opacity: 0.3;
    }

    a:hover .top-search__category-arrow {
        border-color: transparent;
    }

    a:hover .top-search__category-arrow:after {
        opacity: 1;
    }

    .top-sns__object-btns ul li a:hover img {
        transform: translateY(5px);
    }

    a:hover .top-blog__title {
        color: #D70930;
    }

    .top-blog__link:hover {
        border-color: #D70930;
    }

    a:hover .top-blog__arrow {
        border-color: transparent;
    }

    a:hover .top-blog__arrow:after {
        opacity: 1;
    }

    .top-recruit-bn a:hover img {
        opacity: 0.7;
    }

    .top-recruit-bn a:hover img {
        opacity: 0.7;
    }

    .footer-middle__right ul li a:hover {
        color: #D70930;
    }

    .footer-menu__block ul li a:hover {
        color: #D70930;
    }

    nav.global-nav>ul>li a:hover {
        opacity: 0.5;
    }

    a:hover .top-staff__image-wrap img {
        transform: scale(1.2);
    }

    a:hover .top-staff__more {
        color: #D70930;
    }

    a:hover .top-staff__more::before {
        background-color: #D70930;
    }

    .footer-middle__right ul li.has-icon a:hover .icon img.hover {
        opacity: 1;
    }

    .footer-middle__right ul li.has-icon a:hover .icon img.defo {
        opacity: 0;
    }

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

    a:hover .archive-staff__item-btn {
        background: #D70930;
    }

}

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

    .common_page_wrap {
        padding: 10vw 0 20vw;
    }

    .reserve_text {
        font-size: 6vw;
    }

    .breadcrumb {
        font-size: 2.5vw;
    }

    #page_404 .num {
        font-size: 20vw;
        line-height: 1.5;
    }

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

    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%;
        z-index: 9999;
        background: #fff;
        box-shadow: 0 0 6px rgb(0 0 0 / 10%);
        height: 80px;
    }

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

    .hd-logo {
        width: 151px;
    }

    .hd-btns ul {
        gap: 8px;
    }

    .hd-btns ul li {
        width: 44px;
    }

    .hd-btns ul li a {
        background: #F2F2F2;
        display: block;
        padding: 9px;
    }

    .hd-right {
        gap: 18px;
        align-items: center;
    }

    .hd-menu-btn .bar {
        height: 18px;
        position: relative;
        width: 35px;
    }

    .hd-menu-btn .bar>div {
        height: 2px;
        background: #1A1A1A;
        position: absolute;
        right: 0;
        transform: .2s;
    }

    .hd-menu-btn .bar>div:nth-child(1) {
        width: 100%;
        top: 0;
    }

    .hd-menu-btn .bar>div:nth-child(3) {
        width: 20px;
        bottom: 0;
    }

    .hd-menu-btn .bar>div:nth-child(2) {
        width: 26px;
        top: 8px;
    }

    .hd-menu-btn .text {
        text-align: right;
        font-weight: 600;
        padding-right: 1px;
        margin-top: 4px;
        line-height: 1;
        transition: .2s;
    }

    .hd-menu-content {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100dvh;
        background: #1A1A1A;
        padding: 80px 0 0px;
        overflow-y: scroll;
        color: #fff;
        transition: .2s;
        left: 100%;
    }

    header.site-header-sp .hd-menu-content .inner {
        padding: 0vw 5vw 40vw;
        height: 100%;
        overflow-y: scroll;
    }

    .hd-menu-content__title {
        font-size: 16px;
        font-weight: bold;
        letter-spacing: 0.1em;
        padding-left: 14px;
        line-height: 1.5;
        margin: 40px 0 15px 4px;
    }

    .hd-menu-content__search-btn ul li {
        width: 44vw;
    }

    .hd-menu-content__search-btn ul li a {
        background: #fff;
        display: flex;
        align-items: center;
        color: #1A1A1A;
        font-weight: bold;
        letter-spacing: 0.05em;
        position: relative;
        padding: 4vw;
    }

    .hd-menu-content__search-btn ul li a .icon {
        width: 5vw;
        line-height: 0;
        margin-right: 3vw;
    }

    .hd-menu-content__search-btn ul li a:after {
        content: "";
        position: absolute;
        width: 0;
        height: 0;
        border-style: solid;
        border-color: transparent transparent #2B2B2B transparent;
        border-width: 0px 0px 12px 12px;
        right: 5px;
        bottom: 5px;
    }

    .hd-menu-content__search-btn {
        margin-bottom: 2vw;
    }

    .hd-logo__image a {
        display: block;
        position: relative;
    }

    .hd-logo__image a img {
        transition: .2s;
    }

    .hd-logo__image a img.hover {
        position: absolute;
        top: 0;
        left: 0;
        opacity: 0;
    }

    .top-search__form-form input[type=text],
    .hd-menu-content__search-keyword-form input[type=text] {
        height: 45px;
        width: calc(100% - 55px);
        border: none;
        background: #fff;
        padding-left: 1em;
    }

    .top-search__form-form,
    .hd-menu-content__search-keyword-form {
        display: flex;
        justify-content: space-between;
    }

    .top-search__form-form input[type=submit],
    .hd-menu-content__search-keyword-form input[type=submit] {
        height: 45px;
        width: 50px;
        background-color: #D70930;
        background-image: url(image/icon-search-white.svg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: 23px;
        border: none;
    }

    .hd-menu-content__kodawari-content ul {
        gap: 2vw 0;
    }

    .hd-menu-content__kodawari-content ul li {
        width: 21vw;
    }

    .hd-menu-content__kodawari-content a {
        display: block;
        position: relative;
    }

    .hd-menu-content__kodawari-content .image {
        position: relative;
    }

    .hd-menu-content__kodawari-content .image:after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #000000;
        opacity: 0.44;
    }

    .hd-menu-content__kodawari-content .text {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        font-weight: bold;
        letter-spacing: 0.04em;
        line-height: 1.4;
        font-size: 3vw;
    }

    .hd-menu-content__kodawari-content a:after {
        content: "";
        position: absolute;
        width: 0;
        height: 0;
        border-style: solid;
        border-color: transparent transparent #fff transparent;
        border-width: 0px 0px 12px 12px;
        right: 5px;
        bottom: 5px;
        opacity: 0.8;
    }

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

    .hd-menu-content__fav-his ul li {
        width: 44vw;
    }

    .hd-menu-content__fav-his ul li a {
        display: flex;
        align-items: center;
        background: #fff;
        color: #1A1A1A;
        border-radius: 4px;
        padding: 14px 15px;
    }

    .hd-menu-content__fav-his ul li a .icon {
        width: 19px;
        line-height: 0;
        margin-right: 18px;
    }

    .hd-menu-content__fav-his ul li a .text {
        font-size: 14px;
        font-weight: bold;
        letter-spacing: 0.1em;
    }

    .hd-menu-content hr {
        border-color: #A7A7A7;
        border-width: 1px;
    }

    .hd-menu-content__fav-his {
        margin-top: 8vw;
        margin-bottom: 12vw;
    }

    .hd-menu-content__nav {
        margin: 10vw 0;
    }

    .hd-menu-content__nav ul li {
        width: 44vw;
    }

    .hd-menu-content__nav ul li a {
        display: block;
        border-bottom: 1px dashed #575757;
        padding: 20px 0;
        font-size: 14px;
        font-weight: bold;
        letter-spacing: 0.1em;
        position: relative;
    }

    .hd-menu-content__nav ul li a:after {
        content: "";
        position: absolute;
        width: 8px;
        height: 8px;
        border: solid #E0E0E0;
        transform: rotate(45deg);
        right: 10px;
        top: 0;
        bottom: 0;
        margin: auto;
        border-width: 2px 2px 0 0;
    }

    .hd-menu-content__sns {
        justify-content: center;
        align-items: center;
        margin-bottom: 5vw;
    }

    .hd-menu-content__sns .label {
        font-size: 20px;
        font-weight: 600;
        margin-right: 15px;
    }

    .hd-menu-content__sns ul.sns-list {
        gap: 10px;
    }

    .hd-menu-content__sns ul.sns-list li {
        width: 47px;
    }

    .hd-menu-content__sns ul.sns-list li a {
        display: block;
        background: #fff;
        border-radius: 50%;
        padding: 10px;
        line-height: 0;
    }

    .hd-menu-content__footer {
        text-align: center;
        line-height: 1.5;
        padding-top: 4vw;
    }

    .hd-menu-content__footer small {
        font-size: 12px;
        letter-spacing: 0.05em;
        color: #939393;
    }

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

    .opend .hd-logo__image a img.hover {
        opacity: 1;
    }

    .opend .hd-logo__image a img.defo {
        opacity: 0;
    }

    .opend .hd-menu-btn .text {
        color: #fff;
    }

    .opend .hd-menu-btn .bar>div {
        background: #fff;
    }

    .opend .hd-menu-btn .bar>div:nth-child(1) {
        transform: rotate(25deg);
        top: 0;
        bottom: 0;
        margin: auto;
    }

    .opend .hd-menu-btn .bar>div:nth-child(2) {
        width: 100%;
        transform: rotate(-25deg);
        top: 0;
        bottom: 0;
        margin: auto;
    }

    .opend .hd-menu-btn .bar>div:nth-child(3) {
        width: 0;
    }

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

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

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

    .top-fv__img {
        width: 92vw;
        height: auto;
        margin-left: -2vw;
        margin-bottom: 25vw;
    }

    .top-fv__text {
        width: 100%;
    }

    .top-fv__text-news {
        position: absolute;
        width: 100%;
        left: 0;
        bottom: 0;
    }

    .top-fv__inner {
        gap: 0;
        padding-bottom: 50px;
    }

    .top-fv__item {
        right: auto;
        left: 0;
        top: 110vw;
        z-index: 10;
    }

    .top-fv__item ul li {
        width: 34vw;
    }

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

    .top-fv-object-0 {
        top: 60vw;
        left: 12vw;
        z-index: 10;
        width: 10vw;
        height: 16vw;
        box-shadow: 3vw 3vw #CCCCCC;
    }

    .top-fv-object-1 {
        width: 8vw;
        height: 14vw;
        left: 4vw;
    }

    .top-fv-object-2 {
        left: auto;
        right: 14vw;
        top: 34vw;
        width: 8vw;
        height: 14vw;
    }

    .top-fv-object-3 {
        top: 54vw;
        right: 6vw;
        left: auto;
        width: 8vw;
        height: 14vw;
        box-shadow: 2vw 2vw #CCCCCC;
    }

    .top-fv-object-4 {
        right: 1vw;
        top: 8vw;
        width: 8vw;
        height: 14vw;
    }

    .top-fv__img:before {
        width: 70%;
        top: 4vw;
        left: 4vw;
        height: 64vw;
    }

    img.w-446 {
        width: 80vw;
    }

    .top-slider__list .slick-slide {
        margin: 0 2vw;
    }

    .top-slider__list .slick-slide .image {
        gap: 4;
    }

    img.w-215 {
        width: 38vw;
    }

    img.w-240 {
        width: 43vw;
    }

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

    section.top-slider .slick-dots li {
        width: 15vw;
        height: 2vw;
    }

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

    .sec-common-title .en {
        font-size: 12vw;
    }

    .sec-common-title .jp {
        font-size: 4vw;
        padding-left: 2vw;
    }

    .sec-common-title {
        padding-left: 12vw;
        margin-bottom: 5vw;
    }

    .sec-common-title::before {
        width: 1.5vw;
    }

    section.top-search .sec-common-desc {
        color: #EFEFEF;
    }

    .sec-common-desc {
        font-size: 3vw;
        margin-bottom: 8vw;
    }

    .top-search__btns ul li {
        width: 44vw;
        height: auto;
    }

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

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

    .top-search__btns ul li a {
        padding: 5vw 0 3vw;
    }

    .top-search__btn-icon {
        width: 17vw;
        height: 17vw;
        margin-bottom: 2vw;
    }

    .top-search__btn-icon img {
        width: 60%;
    }

    .top-search__btn-arrow {
        display: none;
    }

    .top-search__btn-text-en {
        font-size: 4vw;
    }

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

    .top-search__form-title {
        margin: 0 0 3vw;
        gap: 4vw;
        padding-left: 3vw;
    }

    .top-search__form-title .en {
        font-size: 5.5vw;
    }

    .top-search__form-title .jp {
        font-size: 3.5vw;
        margin-top: 2vw;
    }

    .top-search__form-tags ul {
        gap: 2vw 4vw;
        font-size: 3vw;
    }

    .top-search__main {
        padding-bottom: 10vw;
        margin-bottom: 20vw;
    }

    .top-search__category {
        margin: 0;
        padding: 10vw 0 15vw;
        margin-left: -1vw;
    }

    .top-search__category:after {
        left: -5vw;
        right: 0;
    }

    .top-search__category-image img.pc {
        display: none;
    }

    .top-search__category-wrap ul.flex {
        display: flex;
        gap: 5vw 0;
        justify-content: space-between;
        width: 87vw;
        margin: 0 4vw;
    }

    .top-search__category ul li {
        width: 42vw;
    }

    .top-search__category-description {
        position: static;
        padding: 0;
        font-size: 3vw;
    }

    li.top-search__category-item a {
        border-bottom: 1px dashed #9D9D9D;
        height: 100%;
        padding-bottom: 4vw;
    }

    .top-search__category-image {
        margin-bottom: 3vw;
        height: 28vw;
    }

    .top-search__category-title {
        left: 4vw;
        top: 16vw;
    }

    .top-search__category-title .en {
        font-size: 3.5vw;
    }

    .top-search__category-title .jp {
        font-size: 4vw;
        margin-left: -4vw;
        margin-top: 1vw;
    }

    .top-search__category-title:before {
        height: 40%;
    }

    .top-search__category-arrow {
        display: none;
    }

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

    .top-search__category ul.slick-dots {
        display: flex;
        justify-content: center;
        gap: 0;
        position: static;
        margin: 10vw 0 0;
    }

    .top-search__category ul.slick-dots li {
        width: 15vw;
        height: 2vw;
        margin: 0;
        transform: skewX(-15deg);
    }

    .top-search__category ul.slick-dots li button {
        padding: 0;
        width: 100%;
        height: 100%;
        background: #CBCBCB;
        transition: .2s;
    }

    .top-search__category ul.slick-dots li.slick-active button {
        background: #D70930;
    }

    .site-common-contact__title {
        gap: 0;
        margin: 0 0 5vw;
    }

    .site-common-contact__title .sec-common-title {
        margin-bottom: 5vw;
    }

    .site-common-contact {
        padding: 15vw 0 10vw;
    }

    .site-common-contact__btns-character {
        display: none;
    }

    .site-common-contact__btns.pr {
        padding: 5vw;
    }

    .site-common-contact__btns ul li {
        width: 100%;
    }

    .site-common-contact__btns ul li.separate {
        width: 100%;
        margin: 5vw 0;
        border: 2px dotted #9D9D9D;
        border-width: 1px 0 0;
    }

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

    .site-common-contact__btns .common-btn-square__text {
        font-size: 4vw;
    }

    .common-btn-square__icon {
        width: 8vw;
        height: 8vw;
    }

    .site-common-contact__tel-label {
        width: 100%;
        text-align: center;
        border: none;
    }

    .site-common-contact__tel-hours {
        width: 100%;
        text-align: center;
        margin: 0;
    }

    .site-common-contact__tel-btn a {
        padding: 2vw 4vw;
        transform: skew(-20deg, 0deg);
        border: 1px solid #fff;
        width: 66vw;
        margin: 0 0 2vw;
        align-items: center;
        justify-content: space-between;
    }

    .site-common-contact__tel-btn a:after {
        content: "";
        width: 9px;
        height: 9px;
        display: block;
        border: solid #fff;
        border-width: 2px 2px 0 0;
        transform: skew(20deg, 0deg) rotate(45deg);
    }

    .site-common-contact__tel-btn-icon {
        width: 8vw;
        transform: skew(20deg, 0deg);
    }

    .site-common-contact__tel-btn-text {
        font-size: 4vw;
        font-weight: bold;
        letter-spacing: 0.08em;
        transform: skew(20deg, 0deg);
        margin-right: 5.5vw;
    }

    .site-common-contact__tel-btn a:after {
        content: "";
        width: 9px;
        height: 9px;
        display: block;
        border: solid #fff;
        border-width: 2px 2px 0 0;
        transform: skew(20deg, 0deg) rotate(45deg);
    }

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

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

    .top-staff-title .jp {
        font-size: 4vw;
    }

    section.top-staff .sec-common-desc {
        margin-bottom: 4vw;
    }

    .top-staff__slider li.slick-slide {
        width: 80vw;
        margin: 0 5vw;
    }

    .top-staff__image {
        width: 65vw;
        height: 65vw;
    }

    .is-anim .top-staff__image-wrap {
        width: 47vw;
        height: 59vw;
        clip-path: polygon(0 0, 100% 0, 100% 60%, 80% 100%, 0 100%);
    }

    .is-anim .top-staff__image-bg {
        height: 60vw;
        width: 35vw;
    }

    .top-staff__more {
        right: 0;
        font-size: 3.5vw;
    }

    .top-staff__en-object {
        right: 0;
        font-size: 29vw;
        bottom: -5vw;
    }

    .is-anim .top-staff__en-object {
        right: -14vw;
    }

    .top-staff__active-content {
        right: 0;
        top: 0;
    }

    .is-anim .top-staff__active-content {
        top: 10vw;
    }

    .top-staff__name-en {
        font-size: 3.5vw;
    }

    .top-staff__name-en:after {
        height: 10vw;
        margin-top: 3vw;
    }

    .top-staff__name-jp {
        font-size: 6vw;
    }

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

    .top-staff__list-more .common-btn-square__text {
        font-size: 16px;
    }

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

    .top-reason__title .en {
        font-size: 7vw;
        margin-bottom: 5vw;
    }

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

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

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

    .top-reason__item-image {
        padding-right: 10px;
    }

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

    .top-reason__item-num {
        font-size: 7vw;
        top: 3vw;
        left: 12vw;
    }

    li.top-reason__item+li.top-reason__item {
        border-top: 1px dashed #9D9D9D;
        margin-top: 8vw;
        padding-top: 8vw;
    }

    .top-reason__item-title {
        font-size: 4vw;
    }

    section.top-sns {
        flex-wrap: wrap;
    }

    .top-sns__object-left {
        width: 100%;
        height: 8px;
        background: #4F5BD5;
        background: linear-gradient(-90deg, rgba(79, 91, 213, 1) 0%, rgba(150, 47, 191, 1) 25%, rgba(214, 41, 118, 1) 50%, rgba(250, 126, 30, 1) 75%, rgba(254, 218, 117, 1) 100%);
    }

    .top-sns__object-inner {
        flex-wrap: wrap;
        gap: 0;
        padding: 15vw 5vw;
        width: 100%;
    }

    .top-sns__object-right {
        width: 100%;
        height: 8px;
        background: #EA435A;
        background: linear-gradient(-90deg, rgba(234, 67, 90, 1) 0%, rgba(234, 67, 90, 1) 50%, rgba(145, 231, 229, 1) 50%, rgba(145, 231, 229, 1) 100%);
    }

    .top-sns__object-image {
        width: 100%;
        padding: 0 10vw;
    }

    .top-sns__object-content {
        width: 100%;
    }

    .top-sns__object-desc {
        width: 100%;
        font-size: 12px;
        margin-left: 0;
        margin-top: 2vw;
    }

    .top-sns__object-title {
        width: 100%;
        padding: 0;
        margin: 0 0 8vw;
    }

    .top-sns__object-title:before {
        width: 5px;
        height: 16vw;
        left: 3vw;
    }

    .top-sns__object-title-text .jp {
        padding-left: 10vw;
        font-size: 3.5vw;
    }

    .top-sns__object-title-text .en {
        font-size: 10vw;
        padding-left: 8vw;
    }

    .top-sns__object-title-text .en:first-letter {
        color: #FF3347;
    }

    .top-sns__object-catch {
        font-size: 5vw;
        padding-bottom: 3vw;
        margin-bottom: 6vw;
    }

    .top-sns__object-btns {
        background: #363636;
        padding: 5vw;
        margin-top: -11vw;
        position: relative;
    }

    .top-sns__object-btns ul {
        gap: 3vw;
    }

    .top-sns__object-btns ul li {
        width: 100%;
    }

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

    .top-blog__more .common-btn-square {
        width: 100%;
    }

    .top-blog__more {
        position: static;
        margin-top: 8vw;
    }

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

    .top-blog__item {
        width: 100%;
    }

    .top-blog__image {
        width: 23vw;
        height: 23vw;
    }

    .top-blog__content {
        width: 67vw;
        padding-left: 5vw;
    }

    .top-blog__link {
        gap: 0;
        padding-bottom: 16vw;
    }

    .top-blog__arrow {
        right: 0;
        border-width: 0px 0px 14px 14px;
    }

    .top-blog__desc {
        position: absolute;
        left: 0;
        bottom: 3vw;
        font-size: 3vw;
    }

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

    .top-blog__more .common-btn-square {
        width: 100%;
    }

    .top-blog__more {
        position: static;
        margin-top: 8vw;
    }

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

    .top-blog__item {
        width: 100%;
    }

    .top-blog__image {
        width: 23vw;
        height: 23vw;
    }

    .top-blog__content {
        width: 67vw;
        padding-left: 5vw;
    }

    .top-blog__link {
        gap: 0;
        padding-bottom: 70px;
    }

    .top-blog__arrow {
        right: 0;
        border-width: 0px 0px 14px 14px;
    }

    .top-blog__desc {
        position: absolute;
        left: 0;
        bottom: 20px;
        font-size: 12px;
    }

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

    .sec-kyobashi-title .sec-common-desc {
        margin: 5vw 0 0;
    }

    .sec-kyobashi-title {
        margin-bottom: 7vw;
    }

    .top-kyobashi__list ul {
        margin: 0 2vw;
    }

    .top-kyobashi__item {
        width: 90vw;
        border-bottom: 2px solid #D9D9D9;
        padding-bottom: 5vw;
    }

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

    .top-kyobashi__item-num {
        font-size: 10vw;
        right: 2vw;
        bottom: 2vw;
    }

    .top-kyobashi__item-title {
        font-size: 3.5vw;
    }

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

    .top-kyobashi__list ul.slick-dots {
        position: static;
        display: flex;
        justify-content: center;
        gap: 0;
        position: static;
        margin: 10vw 0 0;
    }

    .top-kyobashi__list ul.slick-dots li {
        width: 15vw;
        height: 2vw;
        margin: 0;
        transform: skewX(-15deg);
    }

    .top-kyobashi__list ul.slick-dots li button {
        padding: 0;
        width: 100%;
        height: 100%;
        background: #CBCBCB;
        transition: .2s;
    }

    .top-kyobashi__list ul.slick-dots li.slick-active button {
        background: #D70930;
    }

    .top-recruit-bn {
        transform: translateY(-10vw);
    }

    .top-recruit-en {
        font-size: 30vw;
        left: -5vw;
        right: -5vw;
        top: -27vw;
    }

    section.top-recruit {
        padding-bottom: 5vw;
    }

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

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

    li.top-shoplist__item {
        width: 100%;
        padding: 2vw;
        flex-wrap: wrap;
        align-items: center;
    }

    .top-shoplist__list ul {
        flex-wrap: wrap;
        gap: 5vw;
    }

    .top-shoplist__item-image {
        width: 28vw;
    }

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

    .top-shoplist__item-info {
        width: 58vw;
        padding: 0vw 2vw 0 5vw;
    }

    .top-shoplist__item-address {
        height: auto;
        font-size: 3vw;
    }

    .top-shoplist__item-name {
        font-size: 5vw;
    }

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

    .top-shoplist__item-tel-sp {
        background: #F7F7F7;
        width: 100%;
        padding: 3vw 5vw;
        margin-top: 2vw;
    }

    .top-shoplist__item-tel {
        font-weight: 600;
        font-size: 7vw;
        padding-left: 7vw;
        background-size: 6vw;
    }

    section.ft-contact {
        padding: 5vw 0 10vw;
    }

    section.ft-contact .site-common-contact__title {
        margin-bottom: 30vw;
        justify-content: center;
    }

    .ft-contact__btns-character {
        width: 87vw;
        top: -25vw;
        right: 3vw;
    }

    section.ft-contact .site-common-contact__title:before {
        display: none;
    }

    section.ft-contact .site-common-contact__title .sec-common-title {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        padding: 0;
    }

    section.ft-contact .site-common-contact__title .sec-common-title .en {
        order: -1;
        font-size: 11vw;
        width: 100%;
        text-align: center;
        margin-bottom: 3px;
    }

    section.ft-contact .site-common-contact__title .sec-common-title .en:first-letter {
        color: #FF3347;
    }

    section.ft-contact .site-common-contact__title .sec-common-title .jp {
        text-align: center;
        font-size: 4vw;
        width: auto;
        position: relative;
        line-height: 1.4;
        padding-left: 3vw;
    }

    section.ft-contact .site-common-contact__title .sec-common-title .jp:before {
        content: "";
        width: 4px;
        height: 100%;
        background: #D70930;
        transform: skewX(-22deg);
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
    }

    footer.site-ft {
        padding: 20vw 0 30vw;
    }

    .footer-top__image {
        width: 100%;
        padding-right: 10px;
    }

    .footer-top__image img {
        height: 50vw;
    }

    .footer-top__info {
        width: 100%;
    }

    .footer-top {
        padding-bottom: 10vw;
        margin-bottom: 10vw;
    }

    .footer-top__title {
        font-size: 5vw;
        margin-top: 7vw;
        margin-bottom: 2vw;
    }

    .footer-top__title--red {
        font-size: 140%;
    }

    .footer-top__desc {
        font-size: 3vw;
    }

    .footer-middle__left {
        width: 100%;
        border: none;
    }

    .footer-logo-area {
        width: 100%;
    }

    .footer-logo {
        text-align: center;
        margin-bottom: 4vw;
    }

    .footer-middle__info {
        text-align: center;
        margin: 0;
    }

    .footer-middle__info p+p {
        margin-top: 0;
    }

    .footer-logo img {
        width: 50vw;
    }

    .footer-middle__map {
        width: 100%;
    }

    .footer-middle__map iframe {
        height: 50vw;
    }

    .footer-middle {
        margin-bottom: 14vw;
    }

    .footer-menu__title {
        font-size: 4vw;
    }

    .footer-menu__list {
        gap: 5vw;
    }

    .footer-menu__block {
        width: 100%;
    }

    .footer-menu__block ul {
        gap: 2vw 3vw;
    }

    h2.footer-menu__title.-red-slash.-has-line.pc {
        display: none;
    }

    .footer-middle__sns {
        justify-content: center;
        padding-bottom: 4vw;
        border-bottom: 2px solid #BCBCBC;
        margin-bottom: 4vw;
    }

    footer.site-ft {
        padding: 20vw 0 40vw;
    }

    .footer-top__image {
        width: 100%;
        padding-right: 10px;
    }

    .footer-top__info {
        width: 100%;
    }

    .footer-top {
        padding-bottom: 10vw;
        margin-bottom: 10vw;
    }

    .footer-top__title {
        font-size: 18px;
        margin-top: 7vw;
        margin-bottom: 2vw;
    }

    .footer-top__title--red {
        font-size: 26px;
    }

    .footer-middle__left {
        width: 100%;
        border: none;
    }

    .footer-logo-area {
        width: 100%;
    }

    .footer-logo {
        text-align: center;
        margin-bottom: 4vw;
    }

    .footer-middle__info {
        text-align: center;
        margin: 0;
    }

    .footer-middle__info p+p {
        margin-top: 0;
    }

    .footer-logo img {
        width: 50vw;
    }

    .footer-middle__map {
        width: 100%;
    }

    .footer-middle__map iframe {
        height: 50vw;
    }

    .footer-middle {
        margin-bottom: 14vw;
    }

    .footer-menu__title {
        font-size: 16px;
    }

    .footer-menu__list {
        gap: 5vw;
    }

    .footer-menu__block {
        width: 100%;
    }

    .footer-menu__block ul {
        gap: 7px 10px;
    }

    h2.footer-menu__title.-red-slash.-has-line.pc {
        display: none;
    }

    .footer-middle__sns {
        justify-content: center;
        padding-bottom: 4vw;
        border-bottom: 2px solid #BCBCBC;
        margin-bottom: 4vw;
    }

    .sp-bottom-fixed {
        position: fixed;
        background: #fff;
        left: 0;
        bottom: 0;
        z-index: 9999;
        width: 100%;
        padding: 5px;
        display: none;
    }

    .sp-bottom-fixed ul {
        justify-content: space-between;
    }

    .sp-bottom-fixed ul li {
        width: calc(25% - 4px);
    }

    .sp-bottom-fixed ul li a {
        display: block;
        padding: 10px 0 3px;
    }

    .sp-bottom-fixed ul li a.green {
        background: #00B54A;
        color: #fff;
    }

    .sp-bottom-fixed ul li a.black {
        background: #1A1A1A;
        color: #fff;
    }

    .sp-bottom-fixed ul li a.red {
        background: #D70930;
        color: #fff;
    }

    .sp-bottom-fixed ul li a.pink {
        background: #FCEFF1;
        color: #D70930;
    }

    .sp-bottom-fixed ul li a .icon {
        width: 20px;
        margin: 0 auto 5px;
    }

    .sp-bottom-fixed ul li a .text {
        font-weight: 900;
        font-size: 10px;
        text-align: center;
    }

    .page-fv {
        padding: 10vw 0 2vw;
    }

    .page-fv__sub_title {
        font-size: 8vw;
    }

    .page-fv__title {
        font-size: 3.5vw;
        padding-left: 2vw;
    }

    .page-fv__title_box:before {
        width: 5px;
    }

    .page-fv__title_box {
        margin-left: 2vw;
        padding-left: 4vw;
    }

    .page-fv__breadcrumb {
        font-size: 10px;
        margin-top: 5vw;
    }

    .archive-staff {
        padding: 10vw 0;
    }

    .archive-staff__list ul {
        gap: 5vw 2vw;
    }

    li.archive-staff__item {
        width: 44vw;
    }

    .archive-staff__item-img {
        height: 60vw;
    }

    .archive-staff__item-name .jp {
        font-size: 18px;
    }

    .archive-staff__item-btn {
        width: 22px;
        height: 22px;
    }

    .archive-staff__item-btn:after {
        right: 8px;
        width: 6px;
        height: 6px;
    }

    .archive_navi {
        margin-top: 10vw;
    }

    .page-single-staff {
        padding: 6vw 0 15vw;
    }

    .single-breadcrumb {
        position: static;
        padding: 0 5vw;
        margin-bottom: 10vw;
    }

    .staff-profile__image {
        width: 100%;
        height: 90vw;
    }

    .staff-profile__image-wrap {
        width: 65vw;
        height: 85vw;
        clip-path: polygon(0 0, 100% 0, 100% 62%, 80% 100%, 0 100%);
    }

    .staff-profile__image-bg {
        height: 80vw;
        width: 50vw;
    }

    .staff-profile__image-en {
        font-size: 33vw;
        right: 3vw;
        bottom: -6vw;
    }

    .staff-profile__content {
        width: 100%;
        padding-top: 8vw;
    }

    .staff-profile__post {
        font-size: 3.5vw;
        padding-left: 3vw;
    }

    .staff-profile__name {
        gap: 3vw;
        padding-bottom: 3vw;
        margin-bottom: 5vw;
    }

    .staff-profile__name .jp {
        font-size: 7vw;
    }

    .staff-profile__name .en {
        font-size: 4vw;
    }

    .staff-profile__label {
        left: 21px;
    }

    .staff-profile__label:after {
        width: 60px;
    }

    .staff-profile__list-content {
        width: 100%;
    }

    .staff-profile__list {
        padding-left: 20px;
    }

    .staff-profile__list-content ul li {
        padding: 0 16px 12px;
    }

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

    .staff-content__textarea {
        width: 100%;
        padding: 0;
    }

    section.staff-private .staff-content__image {
        order: -1;
    }

    .staff-content__image {
        width: 100%;
        margin-bottom: 5vw;
    }

    .staff-content__title .en {
        font-size: 18px;
    }

    .staff-content__title .jp {
        font-size: 20px;
    }

    .staff-content__title {
        margin-bottom: 10px;
    }

    .staff-content__text {
        font-size: 13px;
        line-height: 1.8;
    }

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

    .page-recruit__catch {
        font-size: 6vw;
        margin-bottom: 3vw;
    }

    .page-recruit__message-text {
        text-align: left;
        font-size: 14px;
    }

    section.page-recruit__introduction {
        margin-bottom: 10vw;
    }

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

    .page-common__h2 .jp {
        font-size: 3.5vw;
    }

    .page-common__h2 {
        margin-bottom: 5vw;
    }

    .page-recruit__merit-item {
        padding: 3vw 0;
        flex-wrap: wrap;
    }

    .page-recruit__merit-label {
        margin-right: 10px;
    }

    .page-recruit__merit-title {
        margin-right: 0;
    }

    .page-recruit__merit-text {
        width: 100%;
    }

    section.page-recruit__merit {
        margin-bottom: 10vw;
    }

    .page-recruit__info-table th,
    .page-recruit__info-table td {
        display: block;
        width: 100%;
    }

    .page-recruit__btn a {
        width: 100%;
    }

    .page-recruit__btn {
        margin-top: 5vw;
    }

    #Formbox td span[data-name="age"] input[type="text"] {
        width: 80%;
        margin-right: 5px;
    }

    .page-about__message__img {
        width: 100%;
        padding: 0 10vw;
        margin-bottom: -17vw;
    }

    .page-about__message__img img {
        height: 74vw;
    }

    .page-about__message__text {
        width: 100%;
        padding: 5vw;
    }

    section.page-about__message {
        margin-bottom: 10vw;
    }

    .page-about__company__table th, .page-about__company__table td {
        display: block;
        width: 100%;
    }

    .page-about__company__table td:empty {
        display: none;
    }

    section.page-about__company {
        margin-bottom: 10vw;
    }

    .page-about__shop-image {
        width: 100%;
        margin-bottom: 5vw;
    }

    .page-about__shop-image img {
        height: 50vw;
    }

    .page-about__shop-info-label {
        font-size: 16px;
        left: 14px;
    }

    .page-about__shop-info-label:after {
        width: 60px;
        left: 130px;
    }

    .page-about__shop-info {
        width: 100%;
        padding-left: 20px;
    }

    .page-about__shop-info-content ul li {
        padding: 10px;
    }

    .page-about__shop-content {
        margin-bottom: 5vw;
    }

    .page-about__shop-map iframe {
        height: 120vw;
    }

    .top-staff__slider .slick-dots li {
        width: 16vw;
        height: 20vw;
        transform: inherit;
        filter: grayscale(1);
    }

    .top-staff__slider .slick-dots {
        margin: 10vw 0 8vw;
        gap: 2vw;
    }

    .top-staff__slider .slick-dots li.slick-active {
        display: none;
    }

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

    .forstudent__search-item-content {
        padding-left: 35px;
    }

    .forstudent__search-item-label {
        left: 20px;
    }

    .page-forstudent__message__text {
        font-size: 3.5vw;
    }

    .top-fv-cover {
        top: 47vw;
        width: 100vw;
        left: 0;
        height: 72vw;
        background-image: url(image/fv-object-sp.svg);
        background-repeat: no-repeat;
        background-size: 90%;
        background-position: center;
    }

    section.top-slider .slick-list {
        overflow: inherit;
    }

    .top-search__category-en {
        transform: inherit;
        top: -8.5vw;
        height: 8.5vw;
        font-size: 10vw;
        left: 0;
    }

    section.page-forstudent__message {
        margin-bottom: 15vw;
    }

    section.page-forstudent__reason {
        margin-bottom: 15vw;
    }

    section.page-forstudent__search {
        margin-bottom: 10vw;
    }

    section.page-forstudent__search {
        margin-bottom: 10vw;
    }

    .forstudent__search-item-image {
        width: 100%;
    }

    .forstudent__search-item-image img {
        width: 100%;
        height: 40vw;
        object-fit: cover;
    }

    .top-search__form {
        width: 100%;
    }

    .top-blog__title {
        font-size: 3.5vw;
    }

    .top-kyobashi__item-desc {
        font-size: 3vw;
    }

    .footer-menu__label {
        font-size: 3vw;
        margin-bottom: 2vw;
    }

    .-has-line {
        gap: 3vw;
    }

    .hd-menu-content__kodawari-btn {
        position: relative;
    }

    .hd-menu-content__kodawari-btn:after {
        content: "";
        position: absolute;
        width: 10px;
        height: 10px;
        right: 10px;
        border: solid;
        border-width: 2px 2px 0 0;
        transform: rotate(135deg);
        top: 0;
        bottom: 0;
        margin: auto;
        transition: .2s;
    }

    .hd-menu-content__kodawari-btn.opend:after {
        transform: rotate(315deg);
    }

    .staff-content__image img {
        height: 58vw;
    }

    .top-reason__item-desc {
        font-size: 3vw;
    }

    .top-blog__date {
        font-size: 3vw;
        margin: 3vw 0 1vw;
    }

    .footer-menu {
        margin-bottom: 10vw;
    }

}