@charset "UTF-8";

/*
 * 参考
 * https://github.com/Andy-set-studio/modern-css-reset/blob/master/src/reset.css
*/


/* Box sizing rules */

*,
*::before,
*::after {
    box-sizing: border-box;
}


/* Remove default margin */

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
figure,
blockquote,
dl,
dd,
ul {
    margin: 0;
}


/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */

ul,
ol {
    list-style: none;
    margin: 0;
    padding: 0;
}


/* Set core root defaults */

html:focus-within {
    scroll-behavior: smooth;
}


/* Set core body defaults */

body {
    min-height: 100vh;
    text-rendering: optimizeSpeed;
    line-height: 1.5;
}


/* A elements that don't have a class get default styles */

a:not([class]) {
    -webkit-text-decoration-skip: ink;
    text-decoration-skip-ink: auto;
}


/* Make images easier to work with */

img,
picture {
    max-width: 100%;
    display: block;
}


/* Inherit fonts for inputs and buttons */

input,
button,
textarea,
select {
    font: inherit;
}

button {
    all: unset;
}


/* Remove all animations and transitions for people that prefer not to see them */

@media (prefers-reduced-motion: reduce) {
    html:focus-within {
        scroll-behavior: auto;
    }
    *,
    *::before,
    *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
        scroll-behavior: auto !important;
    }
}


/*****************************************
 * 数値から単位を取り除く
 * 参考
 * https://css-tricks.com/snippets/sass/
******************************************/


/*****************************************
 * px→remの計算
 * 参考
 * https://webdou.net/sass-rem/
 * Sassではmath.div関数の使用が推奨のため、スラッシュ(/)演算子から変更
******************************************/


/*****************************************
 * vwの計算
 * 参考
 * https://webdou.net/sass-vw/
 * Sassではmath.div関数の使用が推奨のため、スラッシュ(/)演算子から変更
******************************************/


/*****************************************
 * maxremの計算
 * 参考
******************************************/

html {
    scroll-behavior: smooth;
    font-size: 16px;
    scroll-padding-top: 20px;
}

@media screen and (min-width: 768px) {
    html {
        scroll-padding-top: 160px;
    }
}

html {
    font-size: 16px;
}

@media (max-width: 375px) {
    html {
        font-size: 4.2666666667vw;
    }
}

@media screen and (min-width: 768px) {
    html {
        font-size: 1.4035087719vw;
    }
}

@media (min-width: 1140px) {
    html {
        font-size: 16px;
    }
}

body {
    font-family: "hiragino-kaku-gothic-pron", sans-serif;
    font-weight: 400;
    color: #000000;
    line-height: 1.5;
}

body.no-scroll {
    overflow: hidden;
}

a {
    text-decoration: none;
    color: inherit;
    transition: opacity 0.3s;
}

a {
    opacity: 1;
}

@media screen and (any-hover: hover) and (min-width: 768px) {
    a:hover {
        opacity: 0.7;
    }
}

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


/* @media screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
} */

.footer-layout {
    margin-top: 3.25rem;
    padding-bottom: 6.25rem;
}

@media screen and (min-width: 768px) {
    .footer-layout {
        margin-top: 4.875rem;
        padding-bottom: 3.125rem;
    }
}

.inner {
    width: 100%;
    padding-inline: 15px;
    margin: auto;
}

@media screen and (min-width: 768px) {
    .inner {
        max-width: 1200px;
        padding-inline: 30px;
    }
}

.top-about-layout {
    margin-top: 3.125rem;
}

@media screen and (min-width: 768px) {
    .top-about-layout {
        margin-top: 7.375rem;
    }
}

.top-entry-layout {
    margin-top: 0.9375rem;
}

@media screen and (min-width: 768px) {
    .top-entry-layout {
        margin-top: 9.375rem;
    }
}

.top-mv-layout {
    margin-top: 0.5625rem;
}

@media screen and (min-width: 768px) {
    .top-mv-layout {
        margin-top: 0.5625rem;
        padding-bottom: 4.8125rem;
    }
}

.top-recruit-layout {
    margin-top: 3.125rem;
}

@media screen and (min-width: 768px) {
    .top-recruit-layout {
        margin-top: 8.125rem;
    }
}

.top-schedule-layout {
    margin-top: 4.125rem;
}

@media screen and (min-width: 768px) {
    .top-schedule-layout {
        margin-top: 8.375rem;
    }
}

.top-voices-layout {
    margin-top: 3.125rem;
}

@media screen and (min-width: 768px) {
    .top-voices-layout {
        margin-top: 8.4375rem;
    }
}

.common-button {
    font-size: clamp(0.875rem, 1.531vw + 0.516rem, 1.25rem);
    /* 14 ~ 20 | 375 ~ 767 */
    font-weight: 700;
    font-family: "hiragino-kaku-gothic-pron", sans-serif;
    color: #ffffff;
    line-height: 1.7;
    background-color: #36b9f0;
    padding-block: 0.71875rem;
    max-width: 244px;
    width: 100%;
    display: block;
    text-align: center;
    border: 1px solid #36b9f0;
    border-radius: 100vmax;
    transition: all 0.3s ease;
}

@media (any-hover: hover) {
    .common-button:hover {
        background-color: #ffffff;
        color: #36b9f0;
        border: 1px solid #36b9f0;
    }
}

.common-subtitle {
    font-size: max(11.04px, 0.75rem);
    font-weight: 300;
    font-family: "hiragino-mincho-pron", sans-serif;
    color: #36b9f0;
    line-height: 1.7;
    text-transform: capitalize;
}

@media screen and (min-width: 376px) {
    .common-subtitle {
        font-size: clamp(0.75rem, 2.041vw + 0.272rem, 1.25rem);
        /* 12 ~ 20 | 375 ~ 767 */
    }
}

@media screen and (min-width: 768px) {
    .common-subtitle {
        font-size: max(18.4px, 1.25rem);
    }
}

.common-title {
    font-size: 1.375rem;
    font-weight: 600;
    font-family: "hiragino-mincho-pron", sans-serif;
    color: #000000;
    line-height: 1.3333333333;
}

@media screen and (min-width: 376px) {
    .common-title {
        font-size: clamp(1.375rem, 5.867vw - 0rem, 2.8125rem);
        /* 22 ~ 45 | 375 ~ 767 */
    }
}

@media screen and (min-width: 768px) {
    .common-title {
        font-size: 3.75rem;
        font-feature-settings: "palt";
        letter-spacing: 0.03em;
    }
}

.all-wrapper {
    display: flex;
    flex-direction: column;
}

.main {
    flex: 1;
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes reveal {
    0% {
        clip-path: inset(0 0 100% 0);
    }
    100% {
        clip-path: inset(0 0 0 0);
    }
}

@media screen and (min-width: 768px) {
    .js-fadeIn {
        opacity: 0;
    }
    .js-fadeIn.is-active {
        animation: fadeIn 1s linear forwards;
    }
}

@media screen and (min-width: 768px) {
    .js-fadeInLeft {
        opacity: 0;
    }
    .js-fadeInLeft.is-active {
        animation: fadeInLeft 1s linear forwards;
    }
}

.js-reveal {
    clip-path: inset(0 0 100% 0);
    overflow: hidden;
}

.footer__logo {
    text-align: center;
}

.footer__logo-link {
    padding: 0.75rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.625rem;
}

@media screen and (min-width: 768px) {
    .footer__logo-link {
        gap: 1.0625rem;
        padding: 1.375rem;
    }
}

.footer__logo-link img {
    max-width: 24px;
    aspect-ratio: 48/55;
    -o-object-fit: contain;
    object-fit: contain;
}

@media screen and (min-width: 768px) {
    .footer__logo-link img {
        max-width: 48px;
    }
}

.footer__logo-text {
    font-size: clamp(1.25rem, 3.061vw + 0.533rem, 2rem);
    /* 20 ~ 32 | 375 ~ 767 */
    font-weight: 800;
    font-family: "hiragino-kaku-gothic-pron", sans-serif;
    color: #000000;
    line-height: 1.5;
}

@media screen and (min-width: 768px) {
    .footer__logo-text {
        font-size: max(29.44px, 2rem);
    }
}

.footer__address {
    font-size: max(12px, clamp(0.75rem, 0.893vw + 0.321rem, 1.125rem));
    font-weight: 300;
    font-family: "hiragino-kaku-gothic-pron", sans-serif;
    color: #000000;
    line-height: 1.5555555556;
    text-align: center;
}

@media screen and (min-width: 768px) {
    .footer__address {
        font-size: 1.125rem;
    }
}

.footer__tel {
    display: inline-block;
    margin-top: 0.625rem;
    padding-left: 1.25rem;
    position: relative;
}

@media screen and (min-width: 768px) {
    .footer__tel {
        margin-top: 1rem;
    }
}

.footer__tel::before {
    position: absolute;
    content: "\f095";
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    font-family: "Font Awesome 6 Free";
    font-weight: 700;
    color: #000000;
    display: inline-block;
    font-size: 0.875rem;
}

@media screen and (min-width: 768px) {
    .footer__tel::before {
        font-size: 1rem;
    }
}

.footer__copyright {
    display: block;
    font-size: clamp(0.625rem, 0.446vw + 0.411rem, 0.8125rem);
    font-weight: 400;
    font-family: "hiragino-kaku-gothic-pron", sans-serif;
    color: #000000;
    line-height: 1.5384615385;
    text-align: center;
    margin-top: 1.5rem;
}

@media screen and (min-width: 768px) {
    .footer__copyright {
        font-size: max(11.96px, 0.8125rem);
        margin-top: 2.8125rem;
    }
}

.drawer {
    padding-bottom: 9.375rem;
    overflow-y: scroll;
    background-color: #ffffff;
    transition: all 0.7s ease;
}

.drawer-nav {
    padding: 1.25rem 2rem 1.25rem;
    margin-inline: auto;
    max-width: 550px;
    opacity: 0;
    transform: translateY(-20px);
    transition: all 0.7s ease;
}

.drawer-nav.is-open {
    opacity: 1;
    transform: translateY(0);
}

.drawer__logo-link {
    padding: 0.625rem 0.625rem 0.625rem 0.8125rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
}

.drawer__logo-link img {
    max-width: 24px;
    aspect-ratio: 48/55;
    -o-object-fit: contain;
    object-fit: contain;
}

.drawer__logo-text {
    font-size: clamp(1.375rem, 1.488vw + 0.661rem, 2rem);
    /* 22 ~ 32 | 375 ~ 767 */
    font-weight: 800;
    font-family: "hiragino-kaku-gothic-pron", sans-serif;
    color: #000000;
    line-height: 1.5;
}

.drawer-nav__list {
    margin-top: 1.25rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.drawer-nav__link {
    display: block;
    padding-block: 0.9375rem;
    font-size: clamp(1rem, 0.298vw + 0.857rem, 1.125rem);
    /* 16 ~ 18 | 375 ~ 767 */
    font-size: 1.125rem;
    font-weight: 800;
    font-family: "hiragino-kaku-gothic-pron", sans-serif;
    color: #000000;
    line-height: 1.4;
    letter-spacing: 0.2em;
}

.hamburger {
    position: relative;
    cursor: pointer;
    width: 2.5rem;
    height: 2.5rem;
    z-index: 999;
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 100vmax;
}

.hamburger .hamburger__bar {
    position: absolute;
    display: block;
    width: 1.25rem;
    height: 0.1875rem;
    background-color: #36b9f0;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.3s ease;
    border-radius: 9999px;
}

.hamburger .hamburger__bar:nth-of-type(1) {
    top: 33%;
}

.hamburger .hamburger__bar:nth-of-type(2) {
    top: 50%;
}

.hamburger .hamburger__bar:nth-of-type(3) {
    top: 68%;
}

.hamburger.is-open .hamburger__bar:nth-of-type(1),
.hamburger.is-open .hamburger__bar:nth-of-type(3) {
    top: 50%;
    background-color: #36b9f0;
    width: 1.25rem;
}

.hamburger.is-open .hamburger__bar:nth-of-type(1) {
    transform: translate(-50%, -50%) rotate(47deg);
}

.hamburger.is-open .hamburger__bar:nth-of-type(2) {
    opacity: 0;
}

.hamburger.is-open .hamburger__bar:nth-of-type(3) {
    transform: translate(-50%, -50%) rotate(-47deg);
}

.header-nav {
    background-color: #36b9f0;
    transition: all 0.5s ease;
}

.header-nav.header-nav--fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 998;
}

.header-nav.header-nav--fixed .header-nav__link {
    padding: 1.25rem 2.1875rem;
}

.header-nav.header-nav--fixed .header-nav__logo {
    opacity: 1;
    visibility: visible;
}

@media screen and (min-width: 768px) {
    .header-nav__inner {
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
    }
}

.header-nav__logo {
    position: absolute;
    left: 1.25rem;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.4s ease, visibility 0.4s ease;
    z-index: 1;
}

.header-nav__logo-link {
    display: block;
    max-width: 80px;
    width: 100%;
    padding: 0.3125rem 2.1875rem;
    transition: all 0.5s ease;
}

@media screen and (min-width: 900px) {
    .header-nav__logo-link {
        max-width: 94px;
    }
}

@media screen and (min-width: 1100px) {
    .header-nav__logo-link {
        max-width: 120px;
    }
}

.header-nav__logo-link img {
    width: 100%;
    aspect-ratio: 48/55;
    -o-object-fit: contain;
    object-fit: contain;
    transition: all 0.5s ease;
}

.header-nav__list {
    display: flex;
    align-items: center;
    justify-content: center;
}

.header-nav__link {
    display: block;
    padding: 1.875rem 2.1875rem;
    font-size: 1.125rem;
    font-weight: 600;
    font-family: "hiragino-kaku-gothic-pron", sans-serif;
    color: #ffffff;
    line-height: 1.7777777778;
    transition: all 0.5s ease;
}

.header {
    padding-block: 1.25rem 0;
    background-color: #ffffff;
    transition: all 0.5s;
}

.header__inner {
    display: flex;
    align-items: center;
    justify-content: center;
}

.header__logo-link {
    padding: 0.75rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.625rem;
}

@media screen and (min-width: 768px) {
    .header__logo-link {
        gap: 1.0625rem;
        padding: 1.25rem 2.25rem 2.25rem 2.25rem;
    }
}

.header__logo-link img {
    max-width: 24px;
    aspect-ratio: 48/55;
    -o-object-fit: contain;
    object-fit: contain;
}

@media screen and (min-width: 768px) {
    .header__logo-link img {
        max-width: 48px;
    }
}

.header__logo-text {
    font-size: clamp(1.25rem, 3.061vw + 0.533rem, 2rem);
    /* 20 ~ 32 | 375 ~ 767 */
    font-weight: 800;
    font-family: "hiragino-kaku-gothic-pron", sans-serif;
    color: #000000;
    line-height: 1.5;
    letter-spacing: -0.1em;
}

@media screen and (min-width: 768px) {
    .header__logo-text {
        font-size: max(29.44px, 2rem);
    }
}

.header__nav {
    display: none;
}

@media screen and (min-width: 768px) {
    .header__nav {
        display: block;
    }
}

.header__hamburger {
    display: block;
    position: fixed;
    z-index: 999;
    top: clamp(1.6875rem, 2.296vw + 1.149rem, 2.25rem);
    right: 10px;
}

@media screen and (min-width: 768px) {
    .header__hamburger {
        display: none;
    }
}

.header__drawer {
    position: fixed;
    z-index: 997;
    inset: 0;
    opacity: 0;
    visibility: hidden;
}

.header__drawer.is-open {
    opacity: 1;
    visibility: visible;
}

.top-about__container {
    margin-top: 2.1875rem;
}

@media screen and (min-width: 768px) {
    .top-about__container {
        margin-top: 2.875rem;
        display: flex;
        align-items: center;
        gap: 3.125rem;
    }
}

@media screen and (min-width: 768px) {
    .top-about__content {
        flex: 0 0 50%;
    }
}

.top-about__heading {
    font-size: clamp(1.125rem, 4.337vw + 0.109rem, 2.1875rem);
    /* 18 ~ 35 | 375 ~ 767 */
    font-weight: 600;
    font-family: "hiragino-mincho-pron", sans-serif;
    color: #000000;
    line-height: 1.4285714286;
}

@media screen and (min-width: 768px) {
    .top-about__heading {
        font-size: 2.5rem;
    }
}

.top-about__text {
    margin-top: 0.875rem;
    font-size: max(12px, clamp(0.75rem, 2.041vw + 0.272rem, 1.25rem));
    font-weight: 400;
    font-family: "hiragino-kaku-gothic-pron", sans-serif;
    color: #000000;
    line-height: 1.7;
}

@media screen and (min-width: 768px) {
    .top-about__text {
        margin-top: 0.75rem;
    }
}

.top-about__text.top-about__text--strong {
    font-weight: 700;
    background: linear-gradient(transparent 70%, #f0f30a 70%);
}

.top-about__work {
    margin-top: 2.1875rem;
}

.top-about__list {
    margin-top: 0.875rem;
}

@media screen and (min-width: 768px) {
    .top-about__list {
        margin-top: 0.125rem;
    }
}

.top-about__item-text {
    font-size: max(12px, clamp(0.75rem, 2.041vw + 0.272rem, 1.25rem));
    font-weight: 400;
    font-family: "hiragino-kaku-gothic-pron", sans-serif;
    color: #000000;
    line-height: 1.7;
}

.top-about__note {
    margin-top: 0.875rem;
    padding: 0.75rem 0.75rem;
    background-color: #f4f4f4;
    font-size: max(12px, clamp(0.75rem, 2.041vw + 0.272rem, 1.25rem));
    font-weight: 400;
    font-family: "hiragino-kaku-gothic-pron", sans-serif;
    color: #000000;
    line-height: 1.5;
    width: calc(100% - 1.875rem);
    font-feature-settings: "palt";
    border-radius: 0.375rem;
}

@media screen and (min-width: 768px) {
    .top-about__note {
        padding: 1rem 2.25rem;
    }
}

.top-about-img {
    max-width: 520px;
    width: 100%;
}

.top-about-img img {
    width: 100%;
    aspect-ratio: 520/670;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 1.125rem;
}

@media screen and (min-width: 768px) {
    .top-entry__inner.inner {
        max-width: 1500px;
    }
}

.top-entry__title {
    margin-top: 1.875rem;
    font-size: clamp(1.1875rem, 5.357vw - 0.068rem, 2.5rem);
    font-weight: 600;
    font-family: "hiragino-mincho-pron", sans-serif;
    color: #000000;
    line-height: 1.325;
    letter-spacing: -0.04em;
    text-align: center;
    font-style: italic;
}

@media screen and (min-width: 768px) {
    .top-entry__title {
        margin-top: 3.125rem;
        font-size: 2.9375rem;
    }
}

.top-entry__message-list {
    margin-top: 1.25rem;
}

.top-entry__message-item {
    font-size: clamp(0.875rem, 1.531vw + 0.516rem, 1.25rem);
    font-weight: 500;
    font-family: "hiragino-kaku-gothic-pron", sans-serif;
    color: #000000;
    line-height: 1.65;
    letter-spacing: -0.04em;
    text-align: center;
}

.top-entry__contacts {
    margin-top: 1.625rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.375rem;
}

@media screen and (min-width: 768px) {
    .top-entry__contacts {
        margin-top: 2.625rem;
        max-width: 1140px;
        margin-inline: auto;
        padding-inline: 1.875rem;
        flex-direction: row;
        gap: 2.625rem;
    }
}

.top-entry__contact {
    min-height: clamp(5rem, 20.408vw + 0.217rem, 10rem);
    border-radius: 0.25rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.625rem;
    width: 69.4666666667%;
}

@media screen and (min-width: 768px) {
    .top-entry__contact {
        min-height: 10rem;
    }
}

.top-entry__contact--tel {
    background-color: #a6081a;
}

.top-entry__tel-wrap {
    display: flex;
    flex-direction: column;
    gap: 0.375rem;
    justify-content: center;
    align-items: center;
}

.top-entry__tel-number {
    font-size: clamp(1.25rem, 3.571vw + 0.413rem, 2.125rem);
    font-weight: 700;
    font-family: "hiragino-kaku-gothic-pron", sans-serif;
    color: #ffffff;
    line-height: 1.1764705882;
    padding-left: 2.5rem;
    position: relative;
}

@media screen and (min-width: 550px) {
    .top-entry__tel-number {
        padding-left: 3.625rem;
    }
}

@media screen and (min-width: 700px) {
    .top-entry__tel-number {
        padding-left: 4.5rem;
    }
}

.top-entry__tel-number::before {
    position: absolute;
    content: "\f095";
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    color: #ffffff;
    display: inline-block;
    font-size: calc(100% + 8px);
}

.top-entry__tel-staff {
    font-size: clamp(0.875rem, 1.531vw + 0.516rem, 1.25rem);
    font-weight: 500;
    font-family: "hiragino-kaku-gothic-pron", sans-serif;
    color: #ffffff;
    line-height: 1.15;
}

.top-entry__contact--line {
    background-color: #06c755;
}

.top-entry__line-id {
    font-size: clamp(1.25rem, 3.571vw + 0.413rem, 2.125rem);
    font-weight: 700;
    font-family: "hiragino-kaku-gothic-pron", sans-serif;
    color: #ffffff;
    padding-left: 3rem;
    position: relative;
    display: inline-block;
}

@media screen and (min-width: 550px) {
    .top-entry__line-id {
        padding-left: 3.625rem;
    }
}

@media screen and (min-width: 700px) {
    .top-entry__line-id {
        padding-left: 4.5rem;
    }
}

.top-entry__line-id::before {
    position: absolute;
    content: "\f3c0";
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    font-family: "Font Awesome 6 Brands";
    font-weight: 400;
    color: #06c755;
    display: inline-block;
    font-size: clamp(2rem, 4.082vw + 1.043rem, 3rem);
    /* 32 ~ 48 | 375 ~ 767 */
    font-size: clamp(4.1875rem, 5.208vw - 0.5rem, 2rem);
    font-size: calc(100% + 20px);
    background-color: #ffffff;
    line-height: 0.9;
    border-radius: 10px;
}

@media screen and (min-width: 768px) {
    .top-mv__inner.inner {
        max-width: 1500px;
    }
}

.top-mv__content {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.75rem;
}

@media screen and (min-width: 768px) {
    .top-mv__content {
        grid-template-columns: repeat(4, 1fr);
        gap: 1.25rem;
    }
}

.top-mv__content.is-sp {
    margin-top: 3.125rem;
}

.top-mv__grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.75rem;
}

@media screen and (min-width: 768px) {
    .top-mv__grid {
        gap: 1.25rem;
    }
}

.top-mv-img {
    width: 100%;
}

.top-mv-img img {
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 0.75rem;
    -o-object-fit: cover;
    object-fit: cover;
}

.top-mv-img.top-mv-img--wide {
    grid-column: span 2;
}

.top-mv__text-area {
    margin-top: 1.25rem;
}

@media screen and (min-width: 768px) {
    .top-mv__text-area {
        margin-top: 2.75rem;
    }
}

.top-mv__catch {
    text-align: center;
    font-size: clamp(1.125rem, 7.143vw - 0.549rem, 2.875rem);
    /* 19 ~ 46 | 375 ~ 767 */
    font-weight: 600;
    font-family: "hiragino-mincho-pron", sans-serif;
    color: #000000;
    line-height: 1.25;
    font-style: italic;
    font-feature-settings: "palt";
    clip-path: inset(0 100% 0 0);
    overflow: hidden;
    opacity: 0;
}

.top-mv__catch.top-mv__catch--small {
    font-size: clamp(0.875rem, 4.592vw - 0.201rem, 2rem);
    /* 14 ~ 32 | 375 ~ 767 */
    line-height: 1.25;
}

@media screen and (min-width: 768px) {
    .top-mv__catch {
        font-size: 4.25rem;
    }
    .top-mv__catch.top-mv__catch--small {
        font-size: 3rem;
    }
}

.top-mv__cta {
    margin-top: 1.375rem;
    text-align: center;
}

@media screen and (min-width: 768px) {
    .top-mv__cta {
        margin-top: 2.5rem;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 3.25rem;
    }
}

.top-mv__lead {
    font-size: clamp(0.75rem, 1.531vw + 0.391rem, 1.125rem);
    font-weight: 600;
    font-family: "hiragino-kaku-gothic-pron", sans-serif;
    color: #000000;
    line-height: 1.7777777778;
}

@media screen and (min-width: 768px) {
    .top-mv__lead {
        font-size: 1.125rem;
    }
}

.top-mv__button-area {
    width: 100%;
    text-align: center;
    margin-top: 2rem;
}

@media screen and (min-width: 768px) {
    .top-mv__button-area {
        margin-top: 0;
        width: 19.8%;
    }
}

.top-mv__button {
    max-width: 17.875rem;
    width: 100%;
    display: block;
    font-size: 1.125rem;
    font-weight: 600;
    font-family: "hiragino-kaku-gothic-pron", sans-serif;
    color: #ffffff;
    line-height: 1.7777777778;
    background-color: #a6081a;
    padding: 1.0625rem 1.125rem;
    border-radius: 0.25rem;
    margin-inline: auto;
    border: 1px solid #a6081a;
    transition: all 0.3s ease;
}

@media screen and (min-width: 768px) {
    .top-mv__button {
        padding: 1.75rem 1.5rem;
    }
}

@media (any-hover: hover) {
    .top-mv__button:hover {
        background-color: #ffffff;
        color: #a6081a;
        border: 1px solid #a6081a;
    }
}

.top-phone-entry {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 998;
    width: 100%;
    padding: 0.4375rem;
    background-color: #ffffff;
}

@media screen and (min-width: 768px) {
    .top-phone-entry {
        display: none;
    }
}

.top-phone-entry__title {
    font-size: 0.875rem;
    font-weight: 700;
    font-family: "hiragino-kaku-gothic-pron", sans-serif;
    color: #000000;
    line-height: 1.4285714286;
}

.top-phone-entry__contact-wrap {
    margin-top: 0.3125rem;
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.top-phone-entry__contact {
    min-height: 2.8125rem;
    border-radius: 0.25rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.625rem;
    width: calc(50% - 0.375rem);
    padding: 0.75rem;
}

.top-phone-entry__contact--tel {
    background-color: #a6081a;
}

.top-phone-entry__tel-number {
    font-size: clamp(1.25rem, 3.571vw + 0.413rem, 2.125rem);
    font-size: 0.875rem;
    font-weight: 700;
    font-family: "hiragino-kaku-gothic-pron", sans-serif;
    color: #ffffff;
    line-height: 1.1764705882;
    padding-left: 1.5rem;
    position: relative;
}

.top-phone-entry__tel-number::before {
    position: absolute;
    content: "\f095";
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    color: #ffffff;
    display: inline-block;
    font-size: 0.875rem;
}

.top-phone-entry__contact--line {
    background-color: #06c755;
}

.top-phone-entry__line-id {
    font-size: clamp(1.25rem, 3.571vw + 0.413rem, 2.125rem);
    font-size: 0.875rem;
    font-weight: 700;
    font-family: "hiragino-kaku-gothic-pron", sans-serif;
    color: #ffffff;
    padding-left: 1.5rem;
    position: relative;
    display: inline-block;
}

.top-phone-entry__line-id::before {
    position: absolute;
    content: "\f3c0";
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    font-family: "Font Awesome 6 Brands";
    font-weight: 400;
    color: #06c755;
    display: inline-block;
    font-size: 1.25rem;
    background-color: #ffffff;
    line-height: 0.9;
    border-radius: 10px;
}

.top-recruit {
    overflow: hidden;
}

.top-recruit__visual {
    margin-top: 1.75rem;
    margin-inline: calc(50% - 50vw);
    width: 100vw;
    background: url(../images/job-img.webp) no-repeat center center/cover;
    max-height: 474px;
}

@media screen and (min-width: 768px) {
    .top-recruit__visual {
        margin-top: 2.5rem;
    }
}

.top-recruit-img {
    margin-inline: calc(50% - 50vw);
    width: 100vw;
}

.top-recruit-img img {
    width: 100%;
    height: 474px;
    -o-object-fit: cover;
    object-fit: cover;
}

.top-recruit__message-list {
    padding-block: 2rem;
    padding-inline: 0.9375rem;
    max-width: 1080px;
    margin-inline: auto;
    font-style: italic;
    font-feature-settings: "palt";
    letter-spacing: 0.08em;
}

@media screen and (min-width: 768px) {
    .top-recruit__message-list {
        padding-block: 4.75rem;
        padding-inline: 1.875rem;
    }
}

.top-recruit__message-item:nth-of-type(odd) {
    text-align: left;
}

@media screen and (min-width: 768px) {
    .top-recruit__message-item:nth-of-type(even) {
        text-align: right;
    }
}

.top-recruit__message-item:not(:first-of-type) {
    margin-top: 1.75rem;
}

@media screen and (min-width: 768px) {
    .top-recruit__message-item:not(:first-of-type) {
        margin-top: 2.3125rem;
    }
}

.top-recruit__message-text {
    font-size: clamp(1.0625rem, 3.061vw + 0.345rem, 1.8125rem);
    /* 17 ~ 29 | 375 ~ 767 */
    font-weight: 600;
    font-family: "hiragino-mincho-pron", sans-serif;
    color: #000000;
    line-height: 1.2068965517;
    text-shadow: 0 0 3px rgba(255, 255, 255, 0.8), 0 0 6px rgba(255, 255, 255, 0.8), 0 0 9px rgba(255, 255, 255, 0.8), 0 0 12px rgba(255, 255, 255, 0.8), 0 0 15px rgba(255, 255, 255, 0.8), 0 0 18px rgba(255, 255, 255, 0.8), 0 0 21px rgba(255, 255, 255, 0.8), 0 0 24px rgba(255, 255, 255, 0.8), 0 0 27px rgba(255, 255, 255, 0.8), 0 0 30px rgba(255, 255, 255, 0.8);
}

@media screen and (min-width: 768px) {
    .top-recruit__message-text {
        font-size: 2.75rem;
    }
}

.top-recruit__info {
    margin-top: 1rem;
}

@media screen and (min-width: 768px) {
    .top-recruit__info {
        margin-top: 5rem;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 2.5rem;
    }
}

.top-recruit__columns:not(:first-of-type) {
    margin-top: 1.25rem;
}

@media screen and (min-width: 768px) {
    .top-recruit__columns:not(:first-of-type) {
        margin-top: 0;
    }
}

.top-recruit__column:not(:first-of-type) {
    margin-top: 1.25rem;
}

@media screen and (min-width: 768px) {
    .top-recruit__column:not(:first-of-type) {
        margin-top: 2rem;
    }
}

.top-recruit__heading {
    font-size: clamp(0.875rem, 1.531vw + 0.516rem, 1.25rem);
    /* 14 ~ 20 | 375 ~ 767 */
    font-weight: 600;
    font-family: "hiragino-kaku-gothic-pron", sans-serif;
    color: #000000;
    line-height: 1.7;
}

@media screen and (min-width: 768px) {
    .top-recruit__heading {
        font-size: 1.25rem;
    }
}

.top-recruit__item-text {
    font-size: clamp(0.875rem, 1.531vw + 0.516rem, 1.25rem);
    /* 14 ~ 20 | 375 ~ 767 */
    font-weight: 400;
    font-family: "hiragino-kaku-gothic-pron", sans-serif;
    color: #000000;
    line-height: 1.7;
}

@media screen and (min-width: 768px) {
    .top-recruit__item-text {
        font-size: 1.25rem;
    }
}

.top-recruit__note {
    margin-top: 0.5rem;
    font-size: clamp(0.875rem, 1.531vw + 0.516rem, 1.25rem);
    /* 14 ~ 20 | 375 ~ 767 */
    font-weight: 400;
    font-family: "hiragino-kaku-gothic-pron", sans-serif;
    color: #000000;
    line-height: 1.7;
    padding-left: 1em;
}

@media screen and (min-width: 768px) {
    .top-recruit__note {
        margin-top: 0.25rem;
        font-size: 1.25rem;
    }
}

.top-recruit__button {
    margin-top: 0.5rem;
    margin-inline: auto;
}

@media screen and (min-width: 768px) {
    .top-recruit__button {
        margin-inline: 0;
        margin-left: 1em;
        margin-top: 0.625rem;
    }
}

.top-recruit__text {
    font-size: clamp(0.875rem, 1.531vw + 0.516rem, 1.25rem);
    /* 14 ~ 20 | 375 ~ 767 */
    font-weight: 400;
    font-family: "hiragino-kaku-gothic-pron", sans-serif;
    color: #000000;
    line-height: 1.7;
}

@media screen and (min-width: 768px) {
    .top-recruit__text {
        font-size: 1.25rem;
    }
}

.top-recruit__address {
    margin-top: 0.75rem;
    font-size: clamp(0.875rem, 1.531vw + 0.516rem, 1.25rem);
    /* 14 ~ 20 | 375 ~ 767 */
    font-weight: 400;
    font-family: "hiragino-kaku-gothic-pron", sans-serif;
    color: #000000;
    line-height: 1.7;
    background-color: #f4f4f4;
    padding-block: 1.75rem;
    padding-inline: 1.125rem;
    border-radius: 0.25rem;
}

@media screen and (min-width: 768px) {
    .top-recruit__address {
        font-size: 1.25rem;
        width: 100%;
        margin-top: 0.375rem;
        padding-block: 1.5rem;
    }
}

.top-recruit__location-note {
    margin-top: 0.75rem;
    font-size: clamp(0.875rem, 1.531vw + 0.516rem, 1.25rem);
    /* 14 ~ 20 | 375 ~ 767 */
    font-weight: 400;
    font-family: "hiragino-kaku-gothic-pron", sans-serif;
    color: #000000;
    line-height: 1.7;
}

@media screen and (min-width: 768px) {
    .top-recruit__location-note {
        margin-top: 1.125rem;
        font-size: 1.25rem;
    }
}

.top-schedule__list {
    margin-top: 2.125rem;
}

@media screen and (min-width: 768px) {
    .top-schedule__list {
        margin-top: 34px;
    }
}

.top-schedule__item {
    padding: 0.875rem 0.875rem 0.625rem 0.875rem;
    background-color: #f4f4f4;
    border-radius: 0.25rem;
    position: relative;
}

.top-schedule__item:not(:first-of-type) {
    margin-top: 2.125rem;
}

@media screen and (min-width: 768px) {
    .top-schedule__item:not(:first-of-type) {
        margin-top: 1.9375rem;
    }
}

.top-schedule__item:not(:last-of-type)::after {
    content: "";
    position: absolute;
    bottom: -3.125rem;
    left: 50%;
    transform: translate(-50%, -20px);
    background: url(../images/schedule-arrow.png) no-repeat center center/cover;
    width: 2.1875rem;
    height: 3.125rem;
    opacity: 0;
    transition: opacity 0.5s ease, transform 0.5s ease;
    z-index: 10;
}

.top-schedule__item.is-animated:not(:last-of-type)::after {
    opacity: 1;
    transform: translate(-50%, 0);
}

@media screen and (min-width: 768px) {
    .top-schedule__item {
        padding: 1.75rem;
        display: flex;
        gap: 3.9375rem;
    }
    .top-schedule__item:not(:last-of-type)::after {
        display: none;
    }
}

@media screen and (min-width: 768px) {
    .top-schedule__item:not(:last-of-type) .top-schedule__time::after {
        content: "";
        position: absolute;
        bottom: -5.625rem;
        left: 50%;
        transform: translate(-50%, -20px);
        background: url(../images/schedule-arrow.png) no-repeat center center/cover;
        width: 4.3125rem;
        height: 5.9375rem;
        opacity: 0;
        transition: opacity 0.5s ease, transform 0.5s ease;
        z-index: 10;
    }
}

.top-schedule__item.is-animated:not(:last-of-type) .top-schedule__time::after {
    opacity: 1;
    transform: translate(-50%, 0);
}

.top-schedule__time {
    font-size: clamp(1.4375rem, 5.612vw + 0.122rem, 2.8125rem);
    font-weight: 600;
    font-family: "hiragino-mincho-pron", sans-serif;
    color: #ffffff;
    line-height: 1;
    background-color: #36b9f0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2.125rem;
    position: relative;
    border-radius: 0.1875rem;
}

@media screen and (min-width: 768px) {
    .top-schedule__time {
        min-width: 19.557195572%;
        font-size: 4.0625rem;
        padding: 4.28125rem 0.375rem;
    }
}

@media screen and (min-width: 768px) {
    .top-schedule__content {
        padding-top: 0.5rem;
    }
}

.top-schedule__heading {
    margin-top: 0.625rem;
    font-size: clamp(1.25rem, 3.827vw + 0.353rem, 2.1875rem);
    font-weight: 600;
    font-family: "hiragino-mincho-pron", sans-serif;
    color: #000000;
    line-height: 1.3142857143;
}

@media screen and (min-width: 768px) {
    .top-schedule__heading {
        font-size: 2.5rem;
    }
}

.top-schedule__text {
    margin-top: 0.625rem;
    font-size: clamp(0.875rem, 1.531vw + 0.516rem, 1.25rem);
    /* 14 ~ 20 | 375 ~ 767 */
    font-weight: 400;
    font-family: "hiragino-kaku-gothic-pron", sans-serif;
    color: #000000;
    line-height: 1.7;
}

@media screen and (min-width: 768px) {
    .top-schedule__text {
        margin-top: 1.375rem;
        font-size: 1.25rem;
    }
}

.top-voices__list {
    margin-top: 1.75rem;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.5rem;
}

@media screen and (min-width: 1000px) {
    .top-voices__list {
        margin-top: 1.5rem;
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
        gap: 0.625rem;
    }
}

.top-voices__item {
    background-color: #f4f4f4;
}

.top-voices__card {
    padding: 0.9375rem;
    border-radius: 0.25rem;
}

@media screen and (min-width: 768px) {
    .top-voices__card {
        padding: 1.25rem;
    }
}

.top-voices__content {
    display: flex;
    align-items: center;
    gap: 0.625rem;
}

@media screen and (min-width: 768px) {
    .top-voices__content {
        gap: 1rem;
    }
}

.top-voices-img {
    max-width: 3.5rem;
    width: 100%;
}

.top-voices-img img {
    width: 100%;
    aspect-ratio: 1/1;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 100vmax;
}

@media screen and (min-width: 768px) {
    .top-voices-img {
        max-width: 66px;
    }
}

.top-voices__role {
    font-size: max(13px, clamp(0.875rem, 1.02vw + 0.636rem, 1.125rem));
    font-weight: 400;
    color: #000000;
    line-height: 1.3333333333;
}

@media screen and (min-width: 768px) {
    .top-voices__role {
        font-size: max(16.56px, 1.125rem);
    }
}

.top-voices__name {
    margin-top: 0.1875rem;
    font-size: max(13px, clamp(0.875rem, 1.02vw + 0.636rem, 1.125rem));
    font-weight: 400;
    color: #000000;
    line-height: 1.3333333333;
}

@media screen and (min-width: 768px) {
    .top-voices__name {
        margin-top: 0.375rem;
        font-size: max(16.56px, 1.125rem);
    }
}

.top-voices__comment {
    margin-top: 0.75rem;
    font-size: max(11px, clamp(0.6875rem, 1.276vw + 0.389rem, 1rem));
    font-weight: 400;
    color: #000000;
    line-height: 1.5;
}

@media screen and (min-width: 768px) {
    .top-voices__comment {
        margin-top: 0.875rem;
        font-size: max(14.72px, 1rem);
    }
}

.top-voices__button-area {
    margin-top: 1.75rem;
}

@media screen and (min-width: 768px) {
    .top-voices__button-area {
        margin-top: 2rem;
    }
}

.top-voices__button {
    margin-inline: auto;
}

@media screen and (max-width: 767px) {
    .is-pc {
        display: none;
    }
}

@media screen and (min-width: 768px) {
    .is-sp {
        display: none;
    }
}

.inline-block {
    display: inline-block;
}


/*# sourceMappingURL=style.css.map */