@charset "UTF-8";
:root {
  overflow-wrap: anywhere;
  line-break: strict;
}

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

/* Remove default padding */
ul,
ol {
  padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Set core root defaults */
html {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul,
ol {
  list-style: none;
}

/* 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 {
  max-width: 100%;
  display: block;
  width: 100%;
  height: 100%;
}

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Blur images when they have no alt attribute */
img:not([alt]) {
  -webkit-filter: blur(10px);
          filter: blur(10px);
}

/* フォームリセット */
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

/* ホバー */
a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

a:hover,
a:focus {
  opacity: 0.7;
}

/* リキッドレイアウト対応 */
@supports (font-display: swap) {
  * {
    font-display: swap;
  }
}
body {
  font-family: "Noto Sans JP", sans-serif;
}

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

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

html {
  max-width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  overflow-x: hidden;
  max-width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}

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

html {
  font-size: 16px;
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}
@media screen and (min-width: 768px) {
  html {
    font-size: 1.5238095238vw;
  }
}
@media (min-width: 1050px) {
  html {
    font-size: 16px;
  }
}

*[id] {
  scroll-margin-top: var(--header-height, 0px);
}

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

.access__map {
  aspect-ratio: 1080/695;
}
@media screen and (min-width: 768px) {
  .access__map {
    aspect-ratio: 1920/305;
  }
}

.access__map iframe {
  width: 100%;
  height: 100%;
}

.access__info {
  margin-top: 0.9791875rem;
}
@media screen and (min-width: 768px) {
  .access__info {
    margin-top: 3.125rem;
  }
}

.access__title {
  font-weight: 700;
  font-size: 2.7vw;
  color: #002235;
  line-height: 1.625;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .access__title {
    font-size: 1rem;
    line-height: 1.625;
  }
}

.access__text {
  font-weight: 300;
  font-size: 2.7vw;
  color: #002235;
  line-height: 1.625;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .access__text {
    font-size: 1rem;
    line-height: 1.625;
  }
}

.access__text span {
  margin-left: 2em;
}

.breadcrumb {
  margin-bottom: 1rem;
  padding: 0.5rem 0;
}

.breadcrumb-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 0.875rem;
  vertical-align: middle;
  overflow: hidden;
}

.breadcrumb-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 0;
  -ms-flex-negative: 1;
      flex-shrink: 1;
}

.breadcrumb-item a,
.breadcrumb-item span {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 200px;
}

.breadcrumb-item a {
  color: #002235;
  text-decoration: none;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.breadcrumb-item a:hover {
  color: #007cba;
  text-decoration: underline;
}

.breadcrumb-item span {
  color: #002235;
}

.breadcrumb-item:last-child {
  font-weight: 600;
}

.breadcrumb-separator {
  opacity: 0.6;
  margin: 0 0.5rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .breadcrumb-separator {
    margin: 0 0.75rem;
  }
}

@media (max-width: 768px) {
  .breadcrumb-list {
    font-size: 0.75rem;
  }
  .breadcrumb-item a,
  .breadcrumb-item span {
    max-width: 150px;
  }
}
.footer {
  background-color: #363636;
  margin-top: 2.6458125rem;
  padding-top: 1.0416875rem;
  padding-bottom: 1.4375rem;
}
@media screen and (min-width: 768px) {
  .footer {
    padding-top: 3.125rem;
    padding-bottom: 6.25rem;
    margin-top: 8.75rem;
  }
}

.footer--blue {
  background-color: #0080C8;
}

@media screen and (min-width: 768px) {
  .footer__contents-box {
    padding: 0 6.25rem;
  }
}

@media screen and (min-width: 768px) {
  .footer__head {
    border-bottom: 1px solid #AAAAAA;
    padding-bottom: 3.125rem;
  }
}

@media screen and (min-width: 768px) {
  .footer__head--white {
    border-bottom: 1px solid #FCFCFC;
  }
}

.footer__logo {
  aspect-ratio: 479.22/71.33;
  -o-object-fit: cover;
     object-fit: cover;
  width: 44.372vw;
}
@media screen and (min-width: 768px) {
  .footer__logo {
    aspect-ratio: 302.32/45;
    width: 15.746vw;
  }
}

.footer__text {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 2.5vw;
  letter-spacing: 0.1em;
  line-height: 1.24;
  margin-top: 0.3125rem;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .footer__text {
    font-size: 1rem;
    line-height: 1.25;
    margin-top: 0.625rem;
  }
}

.footer__text span {
  margin-left: 2em;
}

.footer__nav {
  margin-top: 2.25rem;
}

.footer__nav__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
}

.footer__nav__list {
  font-size: clamp(0.469rem, 0.281rem + 0.39vw, 0.75rem);
  font-family: "Bebas Neue", cursive;
  font-weight: 700;
}

.footer__nav__list:not(:first-child) {
  margin-left: 2.93vw;
}

.footer__nav__sub-list {
  font-weight: 300;
}

.footer__nav__sub-list__item {
  margin-top: 1em;
}

.footer__privacy {
  margin-top: 1rem;
  font-size: 0.5rem;
  font-family: "Bebas Neue", cursive;
  font-weight: 400;
  color: #fff;
  text-align: right;
}
@media screen and (min-width: 768px) {
  .footer__privacy {
    font-size: 0.75rem;
    margin-top: 1.25rem;
  }
}
.footer__privacy a {
  color: #fff;
  text-decoration: underline;
}

.footer__copyright {
  display: block;
  text-align: right;
  color: #fff;
  font-size: 0.3958125rem;
  margin-top: 0.25rem;
}
@media screen and (min-width: 768px) {
  .footer__copyright {
    font-size: 0.75rem;
    margin-top: 0.25rem;
  }
}

.header {
  position: sticky;
  top: 0;
  width: 100%;
  background-color: #002235;
  display: none;
  z-index: 9999;
  --header-padding-top: 2.75rem;
  --header-padding-bottom: 2.75rem;
}
@media screen and (min-width: 768px) {
  .header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.header--blue {
  background-color: #0080C8;
}

.header__logo {
  width: 15.625%;
  aspect-ratio: 300/44.65;
  margin-left: clamp(30px, -6.017rem + 16.42vw, 13.688rem);
}

.header__nav__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header__nav__list {
  padding: var(--header-padding-top) 0 var(--header-padding-bottom);
}

.header__nav__list:not(:first-child) {
  margin-left: 2.604vw;
}

.header__nav__list:first-child {
  margin-left: 5.78125vw;
}

.header__nav__text-wrapper {
  text-align: center;
}

.header__nav__text--jp {
  color: #fff;
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: clamp(0.75rem, 0.417rem + 0.69vw, 1.25rem);
  letter-spacing: 0.1em;
  margin-right: -0.1em;
}

.header__nav__en-text {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 500;
  color: #C9A900;
  display: block;
  margin-top: 0.125rem;
  font-size: clamp(0.625rem, 0.458rem + 0.35vw, 0.875rem);
  letter-spacing: 0.1em;
  margin-right: -0.1em;
}

.inner {
  width: 100%;
  padding-right: 16px;
  padding-left: 16px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .inner {
    max-width: 1100px;
    padding-right: 25px;
    padding-left: 25px;
  }
}
@media screen and (min-width: 1440px) {
  .inner {
    max-width: 1450px;
    width: 80.5208vw;
  }
}

.mv {
  position: relative;
  height: 9.375rem;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 768px) {
  .mv {
    height: 18.75rem;
  }
}

.mv::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: -1;
}

.mv img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -2;
}

.mv__head {
  text-align: center;
}

.mv__title {
  font-size: 4.25vw;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  letter-spacing: 0.3em;
  margin-right: -0.3em;
  color: #fff;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .mv__title {
    font-size: 3.125rem;
  }
}

.mv__en-title {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 400;
  letter-spacing: 0.1em;
  margin-right: -0.1em;
  color: #C9A900;
  margin-top: 0.625rem;
  font-size: 2.7vw;
  text-transform: capitalize;
}
@media screen and (min-width: 768px) {
  .mv__en-title {
    font-size: 1.25rem;
  }
}

.quotation-button__wrapper {
  position: relative;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 768px) {
  .quotation-button__wrapper {
    margin-top: 3.125rem;
  }
}

.quotation-button__wrapper--construction {
  margin-top: 2.2708125rem;
}
@media screen and (min-width: 768px) {
  .quotation-button__wrapper--construction {
    margin-top: 3.125rem;
  }
}

.quotation-button::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  aspect-ratio: 121/86;
  width: 16.1667%;
  background-image: url("../images/common/mail-icon.webp");
  background-size: cover;
}
@media screen and (min-width: 768px) {
  .quotation-button::before {
    width: 10.302%;
  }
}

.quotation-button {
  background-color: #FFD600;
  padding: 1.927vw min(7.1875rem, 5.848vw);
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 700;
  font-size: 5.4vw;
  line-height: 2.0238095238;
  letter-spacing: 0em;
  color: #003D5F;
  border-radius: 20px;
  display: block;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .quotation-button {
    max-width: 37.5rem;
    font-size: clamp(1.5rem, 0.696rem + 1.61vw, 2.625rem);
  }
}

.quotation-button__wrapper--advantage {
  margin-top: 0;
}

.quotation-button--advantage::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 16.1667%;
  aspect-ratio: 121/86;
  background-image: url("../images/common/mail-icon.webp");
  background-size: cover;
}
@media screen and (min-width: 768px) {
  .quotation-button--advantage::before {
    width: 11.1667%;
  }
}

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

.recruit__contents-box {
  padding: 2.2vw 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-image: url("../images/common/recruit-banner.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .recruit__contents-box {
    padding-top: 1.875rem;
    padding-bottom: 1.6875rem;
    padding-left: 6.25rem;
    padding-right: 6.25rem;
  }
}

.recruit__en-title {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 500;
  font-size: 4.3vw;
  letter-spacing: 0.1em;
  margin-right: -0.1em;
  color: black;
  line-height: 1.28;
}
@media screen and (min-width: 768px) {
  .recruit__en-title {
    font-size: 3.125rem;
  }
}

.recruit__title {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  letter-spacing: 0.3em;
  margin-right: -0.3em;
  color: black;
  font-size: 2.4vw;
}
@media screen and (min-width: 768px) {
  .recruit__title {
    font-size: 1.25rem;
  }
}

.recruit__text {
  margin-top: 0.375rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  letter-spacing: 0.3em;
  margin-right: -0.3em;
  color: black;
  font-size: 2.2vw;
}
@media screen and (min-width: 768px) {
  .recruit__text {
    font-size: 1.25rem;
    margin-top: 0.75rem;
  }
}

.recruit__copy {
  margin-top: 0.25rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.3em;
  margin-right: -0.3em;
  color: black;
  font-size: 3.2vw;
}
@media screen and (min-width: 768px) {
  .recruit__copy {
    font-size: 2.5rem;
    margin-top: 0.625rem;
  }
}

.recruit__sub-text {
  margin-top: 0.375rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  letter-spacing: 0.3em;
  margin-right: -0.3em;
  color: black;
  font-size: 2vw;
}
@media screen and (min-width: 768px) {
  .recruit__sub-text {
    font-size: 1rem;
    margin-top: 0.625rem;
  }
}

.recruit__button-wrapper {
  margin-left: auto;
}

.recruit__button {
  display: block;
  text-align: center;
  border: 1px solid #000000;
  border-radius: 34px;
  line-height: 1;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  letter-spacing: 0.3em;
  margin-right: -0.3em;
  color: black;
  font-size: 1.8vw;
  padding: 0.25rem 1.25rem;
}
@media screen and (min-width: 768px) {
  .recruit__button {
    font-size: 0.75rem;
    padding: 0.8125rem 2.5rem;
  }
}

.section-title__wrapper {
  text-align: center;
}

.section-title__wrapper h2 {
  font-family: "Shippori Mincho B1", serif;
  font-weight: 600;
  font-size: 6vw;
  letter-spacing: 0.5em;
  margin-right: -0.5em;
  line-height: 2;
  margin-bottom: -0.5em;
}
@media screen and (min-width: 768px) {
  .section-title__wrapper h2 {
    font-size: 2.625rem;
  }
}

.section-title__wrapper p {
  color: #C9A900;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 2.3vw;
  line-height: 1.2083333333;
  letter-spacing: 0.5em;
  margin-right: -0.5em;
  margin-top: 0.4166875rem;
  font-weight: 500;
  margin-right: 0.5em;
}
@media screen and (min-width: 768px) {
  .section-title__wrapper p {
    font-size: 1rem;
    margin-top: 0.625rem;
  }
}

.page-recruit-section-title {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 500;
  font-size: 1.5rem;
  letter-spacing: 0.1em;
  margin-right: -0.1em;
  line-height: 1.28;
}
@media screen and (min-width: 768px) {
  .page-recruit-section-title {
    font-size: 3.125rem;
  }
}

.page-recruit-section-title__wrapper {
  text-align: center;
  color: #003D5F;
}

.page-recruit-section-title__wrapper h3 {
  font-family: "Noto Serif JP", serif;
  font-size: 0.625rem;
  font-weight: 700;
  letter-spacing: 0.3em;
  margin-right: -0.3em;
}
@media screen and (min-width: 768px) {
  .page-recruit-section-title__wrapper h3 {
    font-size: 1.25rem;
  }
}

.page-recruit-section-title__wrapper p {
  font-size: 0.625rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  margin-right: -0.1em;
  line-height: 2.5;
  color: #002235;
  margin-top: 1.0416875rem;
}
@media screen and (min-width: 768px) {
  .page-recruit-section-title__wrapper p {
    font-size: 1rem;
    margin-top: 3.125rem;
  }
}

.faq-accordion__item {
  color: #003D5F;
  cursor: pointer;
}

.faq-accordion__head {
  position: relative;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  padding-left: 1rem;
  padding-right: 0.75rem;
  background-color: #f8f8f8;
  -webkit-filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
          filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
  -webkit-transition: -webkit-filter 0.4s ease-out;
  transition: -webkit-filter 0.4s ease-out;
  transition: filter 0.4s ease-out;
  transition: filter 0.4s ease-out, -webkit-filter 0.4s ease-out;
  will-change: filter;
}
@media screen and (min-width: 768px) {
  .faq-accordion__head {
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
    padding-left: 3.125rem;
    padding-right: 2.5rem;
  }
}

.faq-accordion__head.animating {
  -webkit-filter: drop-shadow(0px 1px 2px rgba(0, 0, 0, 0.08));
          filter: drop-shadow(0px 1px 2px rgba(0, 0, 0, 0.08));
  -webkit-transition: -webkit-filter 0.2s ease-in-out;
  transition: -webkit-filter 0.2s ease-in-out;
  transition: filter 0.2s ease-in-out;
  transition: filter 0.2s ease-in-out, -webkit-filter 0.2s ease-in-out;
}

.faq-accordion__head::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
  right: 1.375rem;
  width: 1px;
  height: 12px;
  background-color: #003D5F;
}
@media screen and (min-width: 768px) {
  .faq-accordion__head::before {
    right: 3.125rem;
    width: 3px;
    height: 16px;
  }
}

.faq-accordion__head.is-active::before {
  display: none;
}

.faq-accordion__head::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
  width: 12px;
  right: 1.375rem;
  height: 1px;
  background-color: #003D5F;
}
@media screen and (min-width: 768px) {
  .faq-accordion__head::after {
    right: 3.125rem;
    height: 3px;
    width: 16px;
  }
}

.faq-accordion__item:not(:first-child) {
  margin-top: 0.625rem;
}
@media screen and (min-width: 768px) {
  .faq-accordion__item:not(:first-child) {
    margin-top: 1.25rem;
  }
}

.faq-accordion__question {
  max-width: 93%;
  font-family: "Noto Serif JP", serif;
  font-size: 0.75rem;
  letter-spacing: 0.3em;
}
@media screen and (min-width: 768px) {
  .faq-accordion__question {
    font-size: 1rem;
  }
}

.faq-accordion__body {
  display: none;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  padding-left: 1rem;
  padding-right: 0.75rem;
  background-color: white;
  -webkit-filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
          filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
  -webkit-transition: -webkit-filter 0.4s ease-out;
  transition: -webkit-filter 0.4s ease-out;
  transition: filter 0.4s ease-out;
  transition: filter 0.4s ease-out, -webkit-filter 0.4s ease-out;
  will-change: filter;
}
@media screen and (min-width: 768px) {
  .faq-accordion__body {
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
    padding-left: 3.125rem;
    padding-right: 2.5rem;
  }
}

.faq-accordion__body.animating {
  -webkit-filter: drop-shadow(0px 1px 2px rgba(0, 0, 0, 0.08));
          filter: drop-shadow(0px 1px 2px rgba(0, 0, 0, 0.08));
  -webkit-transition: -webkit-filter 0.2s ease-in-out;
  transition: -webkit-filter 0.2s ease-in-out;
  transition: filter 0.2s ease-in-out;
  transition: filter 0.2s ease-in-out, -webkit-filter 0.2s ease-in-out;
}

.faq-accordion__answer {
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.3em;
  font-size: 0.75rem;
  color: #003D5F;
}
@media screen and (min-width: 768px) {
  .faq-accordion__answer {
    font-size: 1rem;
  }
}

.faq-accordion__body.is-active {
  display: block;
}

.line-banner {
  position: fixed;
  bottom: 20px;
  right: 20px;
  aspect-ratio: 300/120;
  z-index: 1000;
  opacity: 0;
  width: 30%;
  -webkit-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}
@media screen and (min-width: 768px) {
  .line-banner {
    width: 15.625%;
  }
}

.line-banner.visible {
  opacity: 1;
}

.sp-nav {
  background-color: rgba(0, 34, 53, 0.7);
  height: 100vh;
  left: -100%;
  opacity: 0;
  overflow: scroll;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  visibility: hidden;
  width: 100%;
  z-index: 3;
}

.is-active.sp-nav {
  left: 0;
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  visibility: visible;
}

.sp-nav__logo {
  width: 10rem;
  aspect-ratio: 300/44.65;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1.875rem;
}

.sp-nav__list {
  text-align: center;
  color: #fff;
  margin-top: 2.5rem;
}

.sp-nav__item:not(:first-child) {
  margin-top: 1.875rem;
}

.sp-nav__link {
  font-size: 0.75rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  letter-spacing: 0.1em;
  margin-right: -0.1em;
}

body.sp-nav-open {
  overflow: hidden;
}

.hamburger {
  cursor: pointer;
  height: 2rem;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  width: 2.5rem;
  z-index: 5;
  position: fixed;
  top: 20px;
  right: 20px;
  display: block;
  background-color: #363636;
  opacity: 0;
}
@media screen and (min-width: 768px) {
  .hamburger {
    display: none;
  }
}

.hamburger.visible {
  opacity: 0.8;
}

.hamburger:focus-visible {
  outline: 2px groove #000000;
  outline-offset: 0.25rem;
}

.hamburger span {
  background-color: #fff;
  display: block;
  height: 2px;
  left: 4px;
  position: absolute;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  width: 2rem;
}

.hamburger span:nth-child(1) {
  top: 4px;
}

.hamburger span:nth-child(2) {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.hamburger span:nth-child(3) {
  bottom: 4px;
}

.is-active.hamburger span:nth-child(1) {
  -webkit-transform: translateY(0.6875rem) rotate(-315deg);
          transform: translateY(0.6875rem) rotate(-315deg);
}

.is-active.hamburger span:nth-child(2) {
  opacity: 0;
}

.is-active.hamburger span:nth-child(3) {
  -webkit-transform: translateY(-0.6875rem) rotate(315deg);
          transform: translateY(-0.6875rem) rotate(315deg);
}

.sidebar {
  margin-top: 3.125rem;
}
@media screen and (min-width: 768px) {
  .sidebar {
    width: 30%;
    margin-left: auto;
    margin-top: 0;
  }
}

.sidebar__insta {
  -webkit-box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.15);
  border-radius: 26px;
  padding: 0.75rem;
}

.sidebar__archive {
  margin-top: 1.875rem;
  -webkit-box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.15);
  border-radius: 26px;
  padding: 1.25rem;
}
.sidebar__archive__title {
  font-size: 1.125rem;
  font-weight: bold;
  margin-bottom: 0.9375rem;
  color: #002235;
}
.sidebar__archive__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem;
}

.archive-year {
  margin-bottom: 0.625rem;
}
.archive-year__toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  padding: 0.75rem 0.9375rem;
  background: #f8f9fa;
  border: 1px solid #e9ecef;
  border-radius: 8px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 1rem;
  font-weight: 300;
  color: #495057;
}
.archive-year__toggle:hover {
  background: #e9ecef;
  border-color: #dee2e6;
}
.archive-year.is-open .archive-year__toggle {
  background: #a0a0a0;
  border-color: #a0a0a0;
  color: white;
}
.archive-year__arrow {
  font-size: 0.75rem;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.archive-year.is-open .archive-year__arrow {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.archive-year__months {
  margin-top: 0.5rem;
  background: white;
  border: 1px solid #e9ecef;
  border-radius: 6px;
  overflow: hidden;
}

.archive-month:not(:last-child) {
  border-bottom: 1px solid #f1f3f4;
}
.archive-month a {
  display: block;
  padding: 0.625rem 0.9375rem;
  color: #495057;
  text-decoration: none;
  font-size: 0.8125rem;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}
.archive-month a:hover {
  background: #f8f9fa;
}

.ajax-loading {
  text-align: center;
  padding: 20px;
  font-size: 16px;
  color: #666;
  display: none;
}

.home__list.loading {
  opacity: 0.5;
  pointer-events: none;
}

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.75rem;
  margin-top: 1.875rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .pagination {
    margin-top: 3.125rem;
  }
}

.pagination.loading {
  opacity: 0.5;
  pointer-events: none;
}

.pagination a {
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.pagination a:hover {
  opacity: 0.7;
}

.wp-pagenavi .wp-pagenavi, .pagination .wp-pagenavi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.75rem;
  width: 100%;
}
.wp-pagenavi .pages, .pagination .pages {
  display: none;
}
.wp-pagenavi a, .wp-pagenavi span, .pagination a, .pagination span {
  padding: 0.125rem 0.5rem;
  border: 1px solid #003D5F;
  text-decoration: none;
  color: #003D5F;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.wp-pagenavi a:hover, .wp-pagenavi span:hover, .pagination a:hover, .pagination span:hover {
  opacity: 0.7;
}
.wp-pagenavi .current, .pagination .current {
  background-color: #003D5F;
  color: #fff;
  border-radius: 0.25rem;
}
.wp-pagenavi .previouspostslink, .wp-pagenavi .nextpostslink, .pagination .previouspostslink, .pagination .nextpostslink {
  font-weight: normal;
}

.wp-pagenavi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.75rem;
  text-align: center;
}

.page-numbers {
  padding: 0.125rem 0.5rem;
  border: 1px solid #003D5F;
}

.page-numbers.current {
  background-color: #003D5F;
  color: #fff;
  border-radius: 0.25rem;
}

.confirm-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9999;
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1.25rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.confirm-modal.show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.confirm-modal__content {
  background-color: white;
  border-radius: 8px;
  max-width: 600px;
  width: 100%;
  max-height: 90svh;
  overflow-y: auto;
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
          box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  position: relative;
}
.confirm-modal__header {
  padding: 1.5rem 1.5rem 1rem;
  border-bottom: 1px solid #e5e5e5;
  position: relative;
}
.confirm-modal__title {
  font-size: 1.5rem;
  font-weight: bold;
  margin: 0;
  color: #333;
}
.confirm-modal__close {
  position: absolute;
  top: 16px;
  right: 16px;
  background: none;
  border: none;
  font-size: 1.5rem;
  cursor: pointer;
  color: #666;
  padding: 8px;
  line-height: 1;
  border-radius: 4px;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
.confirm-modal__close:hover {
  background-color: #f5f5f5;
}
.confirm-modal__body {
  padding: 1.5rem;
}
.confirm-modal__item {
  margin-bottom: 1.25rem;
}
.confirm-modal__item:last-child {
  margin-bottom: 0;
}
.confirm-modal__label {
  display: block;
  font-weight: bold;
  margin-bottom: 0.5rem;
  color: #333;
  font-size: 0.9rem;
}
.confirm-modal__value {
  background-color: #f9f9f9;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  padding: 12px;
  color: #666;
  line-height: 1.5;
  white-space: pre-wrap;
  word-break: break-word;
}
.confirm-modal__actions {
  padding: 1rem 1.5rem 1.5rem;
  border-top: 1px solid #e5e5e5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.75rem;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.confirm-modal__button {
  padding: 0.75rem 1.5rem;
  border: none;
  border-radius: 4px;
  font-size: 1rem;
  cursor: pointer;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
  min-width: 6.25rem;
}
.confirm-modal__button--cancel {
  background-color: #f5f5f5;
  color: #666;
}
.confirm-modal__button--cancel:hover {
  background-color: #e5e5e5;
}
.confirm-modal__button--submit {
  background-color: #007cba;
  color: white;
}
.confirm-modal__button--submit:hover {
  background-color: #005a87;
}
@media (max-width: 767px) {
  .confirm-modal {
    padding: 0.625rem;
  }
  .confirm-modal__content {
    max-height: 90svh;
    top: -1.25rem;
  }
  .confirm-modal__header {
    padding: 1rem 1rem 0.75rem;
  }
  .confirm-modal__title {
    font-size: 1.25rem;
    padding-right: 2.5rem;
  }
  .confirm-modal__close {
    top: 12px;
    right: 12px;
    font-size: 1.25rem;
  }
  .confirm-modal__body {
    padding: 1rem;
  }
  .confirm-modal__actions {
    padding: 0.75rem 1rem 1rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .confirm-modal__button {
    width: 100%;
    padding: 0.875rem 1.5rem;
  }
}

.advantage {
  margin-top: 3.125rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .advantage {
    margin-top: 6.6875rem;
  }
}

.advantage::before {
  position: absolute;
  top: -29px;
  left: 0;
  content: "";
  width: 100%;
  height: calc(clamp(33.75rem, 23.287rem + 46.5vw, 45.375rem) + min(40vw, 14%));
  background: rgba(201, 169, 0, 0.1);
  background-size: cover;
  background-repeat: no-repeat;
  clip-path: polygon(0 0, 100% 17%, 100% 89%, 0% 100%);
}
@media screen and (min-width: 768px) {
  .advantage::before {
    height: clamp(35.625rem, 21.954rem + 28.48vw, 46.875rem);
    clip-path: polygon(0 0, 100% 22%, 100% 78%, 0% 100%);
  }
}

.advantage::after {
  position: absolute;
  bottom: -45px;
  left: 0;
  content: "";
  width: 100%;
  height: clamp(33.75rem, 23.287rem + 46.5vw, 45.375rem);
  background: rgba(0, 61, 95, 0.19);
  background-size: cover;
  background-repeat: no-repeat;
  clip-path: polygon(0 11%, 100% 0%, 100% 100%, 0% 93%);
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .advantage::after {
    bottom: -65px;
    height: clamp(620px, 35.261rem + 18.99vw, 51.875rem);
    clip-path: polygon(0 44%, 100% 33%, 100% 100%, 0% 93%);
  }
}

.advantage__contents-wrapper {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  row-gap: 3.125rem;
}
@media screen and (min-width: 768px) {
  .advantage__contents-wrapper {
    row-gap: 6.25rem;
  }
}

.advantage__contents {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 768px) {
  .advantage__contents {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.advantage__img {
  aspect-ratio: 900/515;
}
@media screen and (min-width: 768px) {
  .advantage__img {
    aspect-ratio: 700/400;
    width: 50%;
  }
}

@media screen and (min-width: 768px) {
  .advantage__text__wrapper {
    width: 46.2857%;
  }
}

.advantage__text__title {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 700;
  font-size: 6vw;
  letter-spacing: 0.1em;
  margin-right: -0.1em;
  line-height: 2;
  margin-top: 1.6041875rem;
}
@media screen and (min-width: 768px) {
  .advantage__text__title {
    font-size: clamp(2rem, 1.583rem + 0.87vw, 2.625rem);
    margin-top: 0;
  }
}

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

.advantage__text__list__item:last-of-type {
  margin-top: 0.8em;
}
@media screen and (min-width: 768px) {
  .advantage__text__list__item:last-of-type {
    margin-top: 1.125rem;
  }
}

.advantage__text__head {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 3.6vw;
  letter-spacing: 0.1em;
  margin-right: -0.1em;
}
@media screen and (min-width: 768px) {
  .advantage__text__head {
    font-size: 1rem;
    font-size: clamp(0.75rem, 0.583rem + 0.35vw, 1rem);
    line-height: 2.25;
  }
}

.advantage__text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: min(3.2vw, 14px);
  letter-spacing: 0.1em;
  margin-right: -0.1em;
}
@media screen and (min-width: 768px) {
  .advantage__text {
    font-size: 1rem;
    font-size: clamp(0.75rem, 0.583rem + 0.35vw, 1rem);
    line-height: 2.25;
  }
}

.brand {
  margin-top: 1.0416875rem;
}
@media screen and (min-width: 768px) {
  .brand {
    margin-top: 3.125rem;
  }
}

@media screen and (min-width: 768px) {
  .brand__contents-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

.brand__image {
  aspect-ratio: 980/560;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .brand__image {
    aspect-ratio: 700/400;
    max-width: 45%;
    margin-left: 3%;
  }
}

.brand__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.brand__text-wrapper {
  margin-top: 1.0416875rem;
}
@media screen and (min-width: 768px) {
  .brand__text-wrapper {
    margin-top: 0;
    width: 52%;
  }
}

.brand__title {
  color: #002235;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 600;
  font-size: 6vw;
  letter-spacing: 0.1em;
  margin-right: -0.1em;
  line-height: 1.3333333333;
}
@media screen and (min-width: 768px) {
  .brand__title {
    font-size: 2.625rem;
    margin-left: 0.5rem;
  }
}

@media screen and (min-width: 768px) {
  .brand__title--page-business {
    margin-left: 0rem;
  }
}

.brand__text {
  color: #002235;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: min(3.2vw, 14px);
  margin-top: 1.0416875rem;
}
@media screen and (min-width: 768px) {
  .brand__text {
    font-size: clamp(0.7rem, 0.362rem + 0.6vw, 1rem);
    line-height: 2.25;
    margin-top: 1.625rem;
  }
}

.brand__text:not(:first-child) {
  margin-top: 2em;
}

@media screen and (min-width: 768px) {
  .brand__text--page-business {
    margin-top: 0.625rem;
  }
}

.brand__copy {
  color: #002235;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 700;
  font-size: max(3.2778vw, 13.5px);
  line-height: 2;
  margin-top: 1.25rem;
  text-align: center;
  letter-spacing: 0.1em;
  margin-right: -0.1em;
}
@media screen and (min-width: 768px) {
  .brand__copy {
    font-size: clamp(15px, 0.293rem + 1.25vw, 1.5rem);
    margin-top: 3.25rem;
  }
}

.brand__grid {
  width: 100%;
  display: grid;
  gap: 0.625rem;
  grid-template-columns: 1fr 1fr;
  margin-top: 2.0833125rem;
}
@media screen and (min-width: 768px) {
  .brand__grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1.042vw;
    margin-top: 3.125rem;
  }
}

.brand__grid__item {
  position: relative;
  aspect-ratio: 476/285;
}
@media screen and (min-width: 768px) {
  .brand__grid__item {
    aspect-ratio: 334/200;
  }
}

.brand__grid__item:nth-of-type(2)::before {
  background-color: rgba(0, 34, 53, 0.2);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  content: "";
}

.brand__grid__item:nth-of-type(3)::before {
  background-color: rgba(60, 53, 9, 0.3);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  content: "";
}

.brand__grid__item:nth-of-type(4)::before {
  background-color: rgba(0, 34, 53, 0.2);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  content: "";
}

.brand__grid__item img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
}

.brand__grid__title-wrapper {
  text-align: center;
  padding-top: 24.55%;
  padding-bottom: 18.55%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.brand__grid__title {
  font-size: 3.148vw;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 600;
  color: #fff;
  letter-spacing: 0.5em;
  margin-right: -0.5em;
  display: inline;
  padding-left: 0.5em;
}
@media screen and (min-width: 768px) {
  .brand__grid__title {
    font-size: 1.5rem;
  }
}

.brand__grid__en-title {
  font-size: 1.574vw;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 400;
  color: #C9A900;
  letter-spacing: 0.5em;
  margin-right: -0.5em;
  display: inline-box;
}
@media screen and (min-width: 768px) {
  .brand__grid__en-title {
    font-size: 0.75rem;
    font-size: clamp(0.5rem, 0.333rem + 0.35vw, 0.75rem);
  }
}

.brand__grid__item:nth-child(3) .brand__grid__title {
  letter-spacing: 0.3em; /* お好みの値に調整 */
  padding-left: 0.3em; /* お好みの値に調整 */
}

.brand__grid__item:nth-child(3) .brand__grid__en-title {
  letter-spacing: 0.3em; /* お好みの値に調整 */
  padding-left: 0.3em; /* お好みの値に調整 */
}

.business {
  position: relative;
  margin-top: 2.1875rem;
  padding-top: 0.625rem;
  padding-bottom: 4.6875rem;
}
@media screen and (min-width: 768px) {
  .business {
    margin-top: 6.25rem;
    padding-top: 3.125rem;
    padding-bottom: 4.125rem;
  }
}

.business::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../images/common/business-bg_sp.webp");
  background-size: cover;
  z-index: -1;
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .business::before {
    background-image: url("../images/common/business-bg.webp");
  }
}

.business::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 34, 53, 0.8);
  z-index: -1;
  mix-blend-mode: multiply;
}

.business__title-wrapper {
  text-align: center;
}

.business__title {
  color: #fff;
}

.business__contents-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 0.625rem;
  padding-top: 1.0416875rem;
  border-top: 1px solid #AAAAAA;
}
@media screen and (min-width: 768px) {
  .business__contents-head {
    margin-top: 1.875rem;
    padding-top: 3.125rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

.business__head-img {
  aspect-ratio: 980/560;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .business__head-img {
    aspect-ratio: 700/400;
    width: 50%;
    margin-left: 3.714%;
  }
}

.business__text {
  letter-spacing: 0.1em;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  color: #fff;
  font-size: min(3.2vw, 14px);
  line-height: 1.5;
  margin-top: 1.0416875rem;
}
@media screen and (min-width: 768px) {
  .business__text {
    width: 46.2857%;
    font-size: 1rem;
    line-height: 2.25;
    margin-top: auto;
    margin-bottom: auto;
  }
}

.business__grid {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  row-gap: 2.7083125rem;
  -webkit-column-gap: 1rem;
     -moz-column-gap: 1rem;
          column-gap: 1rem;
  margin-top: 2.0833125rem;
}
@media screen and (min-width: 768px) {
  .business__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    -webkit-column-gap: 5.208vw;
       -moz-column-gap: 5.208vw;
            column-gap: 5.208vw;
    row-gap: 3.125rem;
    margin-top: 6.25rem;
  }
}

.business__grid__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}

.business__grid__title {
  font-family: "Shippori Mincho B1", serif;
  font-size: 5.2vw;
  line-height: 2;
  letter-spacing: 0.3em;
  margin-right: -0.3em;
  text-align: center;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .business__grid__title {
    font-size: clamp(0.813rem, 0.353rem + 0.91vw, 1.5rem);
  }
}

.business__grid__img {
  aspect-ratio: 973/730;
  -o-object-fit: cover;
     object-fit: cover;
  margin-top: 0.75rem;
}
@media screen and (min-width: 768px) {
  .business__grid__img {
    aspect-ratio: 400/300;
  }
}

.business__grid__list {
  margin-top: 1.5208125rem;
}

.business__grid__list__item {
  text-align: center;
  color: #fff;
  letter-spacing: 0.3em;
  margin-right: -0.3em;
  line-height: 1.5789473684;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  font-size: min(3.2vw, 14px);
}
@media screen and (min-width: 768px) {
  .business__grid__list__item {
    font-size: clamp(0.8rem, 0.559rem + 0.37vw, 1rem);
  }
}

.construction {
  padding-top: 1.0416875rem;
  padding-bottom: 1.8958125rem;
  background-color: #0080C8;
  margin-top: 7.5rem;
}
@media screen and (min-width: 768px) {
  .construction {
    padding-top: 6.25rem;
    padding-bottom: 6rem;
  }
}

.construction__grid {
  grid-template-columns: repeat(1, minmax(0, 1fr));
  display: grid;
  row-gap: 2.0833125rem;
}
@media screen and (min-width: 768px) {
  .construction__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    -webkit-column-gap: 5.208vw;
       -moz-column-gap: 5.208vw;
            column-gap: 5.208vw;
  }
}

.construction__grid--introduction {
  margin-top: 4.25rem;
}

.construction__grid__item {
  text-align: center;
}

.construction__grid__item__title {
  font-family: "Shippori Mincho B1", serif;
  font-weight: 600;
  font-size: 4.3vw;
  line-height: 1.5;
  letter-spacing: 0.3em;
  margin-right: -0.3em;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .construction__grid__item__title {
    font-size: 1.5rem;
  }
}

.construction__grid--introduction .construction__grid__item__title {
  color: #003D5F;
  font-family: "Noto Sans JP", sans-serif;
}

.construction__grid__item__img {
  aspect-ratio: 400/300;
  -o-object-fit: cover;
     object-fit: cover;
  margin-top: 0.791625rem;
}
@media screen and (min-width: 768px) {
  .construction__grid__item__img {
    margin-top: 1.125rem;
  }
}

.construction__grid__item__img img {
  border-radius: 20px;
}

.construction__grid__item__text__box {
  margin-top: 1.291625rem;
}
@media screen and (min-width: 768px) {
  .construction__grid__item__text__box {
    margin-top: 1.625rem;
  }
}

.construction__grid--introduction .construction__grid__item__text__box {
  text-align: left;
}

.construction__grid__item__text {
  font-family: "Noto Sans JP", sans-serif;
  color: #fff;
  letter-spacing: 0.3em;
  margin-right: -0.3em;
  line-height: 1.625;
  font-size: min(3.2vw, 14px);
  font-weight: 300;
}
@media screen and (min-width: 768px) {
  .construction__grid__item__text {
    font-size: clamp(0.8rem, 0.559rem + 0.37vw, 1rem);
  }
}

.construction__grid--introduction .construction__grid__item__text {
  color: #002235;
  font-size: 0.666625rem;
}
@media screen and (min-width: 768px) {
  .construction__grid--introduction .construction__grid__item__text {
    font-size: 1rem;
    line-height: 1.625;
  }
}

.entrance {
  width: 100%;
  height: 100svh;
  position: fixed;
  inset: 0;
  -ms-scroll-chaining: none;
      overscroll-behavior: none;
  -ms-touch-action: none;
      touch-action: none;
}

.entrance__contents {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
}

.entrance__link {
  display: block;
  width: 50%;
  height: 100svh;
  position: relative;
  background-color: rgba(201, 169, 0, 0.5);
}

.entrance__link::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.2);
}

.entrance__link:first-of-type {
  background-color: #126492;
  background-blend-mode: overlay;
}

.entrance__link:last-of-type {
  background-color: #C9A900;
}

.entrance__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  mix-blend-mode: overlay;
}

.entrance__text-box {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  color: #fff;
}

.entrance__text {
  font-size: 4vw;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 600;
  letter-spacing: 0.1em;
  margin-right: -0.1em;
  line-height: 2;
  margin-bottom: -0.5em;
}
@media screen and (min-width: 768px) {
  .entrance__text {
    font-size: 3.125vw;
  }
}

.entrance__en-text {
  font-size: 2.8vw;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 600;
  letter-spacing: 0.1em;
  margin-right: -0.1em;
  line-height: 2;
  margin-top: 0.4583125rem;
}
@media screen and (min-width: 768px) {
  .entrance__en-text {
    font-size: 1.5625vw;
    margin-top: 0.625rem;
  }
}

.entrance__head {
  position: absolute;
  top: 12svh;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  text-align: center;
  width: 100%;
  pointer-events: none;
}
@media screen and (min-width: 768px) {
  .entrance__head {
    top: 8svh;
  }
}

.entrance__copy-text {
  font-size: 2.9vw;
  font-family: "Shippori Mincho B1", serif;
  letter-spacing: 0.5em;
  margin-right: -0.5em;
  line-height: 2;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .entrance__copy-text {
    font-size: 1.5rem;
  }
}

.entrance__copy-en-text {
  font-size: 1.6vw;
  font-family: "Roboto Condensed", sans-serif;
  letter-spacing: 0.5em;
  margin-right: -0.5em;
  line-height: 1.1666666667;
  color: #fff;
  margin-top: 0.4166875rem;
}
@media screen and (min-width: 768px) {
  .entrance__copy-en-text {
    font-size: 0.75rem;
  }
}

.entrance__logo {
  margin-top: 1.875rem;
  margin-left: auto;
  margin-right: auto;
  aspect-ratio: 467/70;
  width: 62.24vw;
  max-width: 23.75rem;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .entrance__logo {
    width: 26.323vw;
    max-width: 37.5rem;
    margin-top: 3.125rem;
  }
}

.entrance__recruit {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  min-height: 5.625rem;
  z-index: 1;
  background-image: url("../images/common/entrance-recruit-banner.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 0;
  display: grid;
}
@media screen and (min-width: 768px) {
  .entrance__recruit {
    height: 12.5rem;
    height: clamp(9.5rem, 4.167rem + 6.94vw, 12.5rem);
  }
}

.entrance__recruit__contents-box {
  padding: 3vw 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .entrance__recruit__contents-box {
    padding: 1.5625rem;
    width: 100%;
    max-width: 82.5rem;
  }
}
.entrance__recruit__contents-box > *:nth-child(2) {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.entrance__recruit__en-title {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 500;
  letter-spacing: 0.1em;
  margin-right: -0.1em;
  color: black;
  font-size: 4.3vw;
  line-height: 1.28;
}
@media screen and (min-width: 768px) {
  .entrance__recruit__en-title {
    font-size: 2.604vw;
  }
}

.entrance__recruit__title {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 2.4vw;
  letter-spacing: 0.3em;
  margin-right: -0.3em;
  color: black;
}
@media screen and (min-width: 768px) {
  .entrance__recruit__title {
    font-size: 1.042vw;
  }
}

.entrance__recruit__text__box {
  text-align: center;
  padding-top: 2.375rem;
  padding-bottom: 1.75rem;
  padding: 0;
  margin: 0 auto;
  font-size: 2.083vw;
  padding-left: 0.5em;
}

.entrance__recruit__text {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  letter-spacing: 0.3em;
  margin-right: -0.3em;
  font-size: 2vw;
  color: black;
}
@media screen and (min-width: 768px) {
  .entrance__recruit__text {
    font-size: 1.042vw;
  }
}

.entrance__recruit__copy {
  margin-top: 0.375rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  line-height: 1;
  font-size: 3.2vw;
  letter-spacing: 0.3em;
  margin-right: -0.3em;
  color: black;
}
@media screen and (min-width: 768px) {
  .entrance__recruit__copy {
    margin-top: 0.625rem;
    font-size: 2.083vw;
  }
}

.entrance__recruit__sub-text {
  margin-top: 0.375rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  letter-spacing: 0.3em;
  margin-right: -0.3em;
  color: black;
  text-align: left;
  font-size: 1.5vw;
  margin-left: 1em;
}
@media screen and (min-width: 768px) {
  .entrance__recruit__sub-text {
    margin-top: 0.625rem;
    font-size: 0.833vw;
    margin-left: 3em;
  }
}

.entrance__recruit__button-wrapper {
  margin-left: 0;
}

.entrance__recruit__button {
  padding: 0.677vw 2.083vw;
}

.recruit__button.entrance__recruit__button {
  font-size: 1.5vw;
}
@media screen and (min-width: 768px) {
  .recruit__button.entrance__recruit__button {
    font-size: 0.875rem;
  }
}

.flow {
  margin-top: 2.1875rem;
}
@media screen and (min-width: 768px) {
  .flow {
    margin-top: 6.25rem;
  }
}

.flow__title__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.flow__title {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 700;
  font-size: min(5.4vw, 24px);
  letter-spacing: 0.1em;
  margin-right: -0.1em;
  color: #002235;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .flow__title {
    font-size: 2.625rem;
  }
}

.flow__title__left-line {
  margin-right: 0.625rem;
  width: 100%;
  border-top: 3px solid #002235;
}
@media screen and (min-width: 768px) {
  .flow__title__left-line {
    margin-right: 2.0625rem;
  }
}

.flow__title__right-line {
  margin-left: 0.625rem;
  width: 100%;
  border-top: 3px solid #002235;
}
@media screen and (min-width: 768px) {
  .flow__title__right-line {
    margin-left: 2.0625rem;
  }
}

.flow__list {
  padding-left: 1em;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .flow__list {
    margin-top: 3.125rem;
    padding-left: 3.125rem;
  }
}

.flow__list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.flow__list__item::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -1.25rem;
  width: 0.625rem;
  height: 0.625rem;
  background-color: #002235;
  border-radius: 50%;
}
@media screen and (min-width: 768px) {
  .flow__list__item::before {
    left: -3.125rem;
    width: 1.25rem;
    height: 1.25rem;
  }
}

.flow__list__item:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(0.5rem);
          transform: translateY(0.5rem);
  width: 0.125rem;
  height: calc(100% - 0.5rem);
  left: -1rem;
  background-color: #002235;
}
@media screen and (min-width: 768px) {
  .flow__list__item:not(:last-child)::after {
    left: -3.125rem;
    width: 0.25rem;
    height: calc(100% - 0.625rem);
    -webkit-transform: translate(0.5rem, 0.9375rem);
            transform: translate(0.5rem, 0.9375rem);
  }
}

.flow__list__item:not(:first-child) {
  margin-top: 0.5rem;
}
@media screen and (min-width: 768px) {
  .flow__list__item:not(:first-child) {
    margin-top: 1.25rem;
  }
}

.flow__list__img {
  aspect-ratio: 200/150;
  -o-object-fit: cover;
     object-fit: cover;
  width: 25%;
  border-radius: 10px;
}
@media screen and (min-width: 768px) {
  .flow__list__img {
    width: 12.5rem;
  }
}

.flow__list__img img {
  border-radius: 10px;
}

.flow__list__text__box {
  margin-left: 0.625rem;
  width: 80%;
}
@media screen and (min-width: 768px) {
  .flow__list__text__box {
    margin-left: 1.25rem;
  }
}

.flow__list__title__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.flow__list__number {
  font-family: "Bebas Neue", cursive;
  font-weight: 400;
  -ms-flex-item-align: center;
      align-self: center;
  line-height: 1.2;
  font-size: clamp(1.3rem, -0.004rem + 5.22vw, 2.5rem);
}
@media screen and (min-width: 768px) {
  .flow__list__number {
    font-size: 3.125rem;
  }
}

.flow__list__title {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-right: -0.1em;
  line-height: 2;
  margin-top: -0.15em;
  margin-left: 0.25rem;
  font-size: clamp(0.625rem, -0.054rem + 2.72vw, 1.25rem);
}
@media screen and (min-width: 768px) {
  .flow__list__title {
    margin-left: 0.625rem;
    font-size: clamp(1.75rem, 1.207rem + 0.87vw, 2.25rem);
  }
}

.flow__list__text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  letter-spacing: 0.1em;
  margin-right: -0.1em;
  line-height: 1.875;
  font-size: 0.5rem;
}
@media screen and (min-width: 768px) {
  .flow__list__text {
    max-width: 70.625rem;
    font-size: 1rem;
    margin-top: -0.413125rem;
  }
}

.flow__copy__box {
  background-color: #D8F1FF;
  -webkit-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1607843137);
          box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1607843137);
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: 2rem;
  border-radius: 20px;
}
@media screen and (min-width: 768px) {
  .flow__copy__box {
    max-width: 68.75rem;
    margin-top: 6.25rem;
  }
}

.flow__copy__text__wrapper {
  padding: 16px;
}
@media screen and (min-width: 768px) {
  .flow__copy__text__wrapper {
    padding-top: 2.5rem;
    padding-bottom: 3.4375rem;
  }
}

.flow__copy {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-right: -0.1em;
  font-size: 4.3vw;
  color: #002235;
}
@media screen and (min-width: 768px) {
  .flow__copy {
    font-size: 2.25rem;
    line-height: 2;
  }
}

.flow__copy__text {
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.1em;
  margin-right: -0.1em;
  color: #002235;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  margin-top: 1rem;
  font-size: min(3.2vw, 14px);
}
@media screen and (min-width: 768px) {
  .flow__copy__text {
    line-height: 36/16;
    font-size: 1rem;
    margin-top: 2.75rem;
    width: 72.727%;
  }
}

.fv {
  width: 100%;
  height: 100svh;
  overflow: hidden;
  position: relative;
  max-width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .fv {
    height: 100%;
  }
}

.fv video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  max-width: 100%;
  min-width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .fv video {
    height: 100%;
  }
}

.greeting {
  margin-top: 2.1875rem;
}
@media screen and (min-width: 768px) {
  .greeting {
    margin-top: 6.25rem;
  }
}

.greeting__title-wrapper--bottom {
  padding-bottom: 0.625rem;
  border-bottom: 1px solid #707070;
}
@media screen and (min-width: 768px) {
  .greeting__title-wrapper--bottom {
    padding-bottom: 1.875rem;
  }
}

.greeting__title {
  color: #002235;
}

@media screen and (min-width: 768px) {
  .greeting__title-wrapper--bottom .greeting__title {
    font-size: clamp(1.625rem, 0.941rem + 1.4vw, 2.625rem);
  }
}

.greeting__contents-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 0.625rem;
  padding-top: 1.0416875rem;
  border-top: 1px solid #707070;
}
@media screen and (min-width: 768px) {
  .greeting__contents-head {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-top: 1.875rem;
    padding-top: 3.125rem;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.greeting__head-img {
  aspect-ratio: 700/525;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .greeting__head-img {
    width: 50%;
  }
}

.greeting__text__wrapper {
  margin-top: 1.5208125rem;
}
@media screen and (min-width: 768px) {
  .greeting__text__wrapper {
    width: 46.2857%;
    margin-left: auto;
    margin-top: 0;
  }
}

.greeting__text {
  color: #002235;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: min(3.2vw, 14px);
  letter-spacing: 0.1em;
  margin-right: -0.1em;
}
@media screen and (min-width: 768px) {
  .greeting__text {
    font-size: clamp(0.625rem, 0.375rem + 0.52vw, 1rem);
    line-height: 2.25;
  }
}

.greeting__text:not(:first-of-type) {
  margin-top: 1em;
}

.greeting__representative {
  color: #002235;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 2.5vw;
  letter-spacing: 0;
  line-height: 1.625;
  text-align: right;
  margin-top: 1em;
}
@media screen and (min-width: 768px) {
  .greeting__representative {
    font-size: clamp(0.625rem, 0.375rem + 0.52vw, 1rem);
  }
}

.greeting__representative span {
  margin-left: 1em;
}

.greeting__contents-bottom {
  margin-top: 2.1875rem;
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.1875rem;
}
@media screen and (min-width: 768px) {
  .greeting__contents-bottom {
    gap: 1.25rem;
    grid-template-columns: 1fr 1fr;
    margin-top: 3.75rem;
  }
}

.introduction {
  margin-top: 1.0416875rem;
}
@media screen and (min-width: 768px) {
  .introduction {
    margin-top: 3.125rem;
  }
}

.introduction__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.875rem;
}
@media screen and (min-width: 768px) {
  .introduction__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.introduction__head__text-wrapper {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .introduction__head__text-wrapper {
    width: 60%;
  }
}

.introduction__head__copy {
  font-size: 5.555vw;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 700;
  line-height: 1.6666666667;
  letter-spacing: 0.1em;
  margin-right: -0.1em;
  color: #002235;
}
@media screen and (min-width: 768px) {
  .introduction__head__copy {
    font-size: 2.25rem;
  }
}

.introduction__head__text {
  font-size: min(2.6vw, 14px);
  margin-top: 0.625rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  line-height: 2.875;
  letter-spacing: 0.1em;
  margin-right: -0.1em;
  color: #002235;
}
@media screen and (min-width: 768px) {
  .introduction__head__text {
    font-size: clamp(0.7rem, 0.362rem + 0.6vw, 1rem);
    margin-top: 1.875rem;
  }
}

.introduction__head__text:not(:first-of-type) {
  margin-top: 0;
}

.introduction__head__x {
  border-radius: 26px;
  -webkit-filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.1607843137));
          filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.1607843137));
  -ms-flex-preferred-size: 28.571%;
      flex-basis: 28.571%;
  aspect-ratio: 400/632;
}

.introduction__head__x img {
  border-radius: 26px;
  height: 100%;
}

.introduction__head__insta {
  border-radius: 26px;
  padding: 0.5rem;
  background-color: #D8F1FF;
  -webkit-filter: drop-shadow(0px 2px 4px #395d71);
          filter: drop-shadow(0px 2px 4px #395d71);
  -ms-flex-preferred-size: 28.571%;
      flex-basis: 28.571%;
}

.introduction__head__insta--sns {
  background-color: #D8F1FF;
}

.introduction__head__insta img {
  height: 100%;
}

#sb_instagram {
  max-height: 500px !important;
  border-radius: 10px;
  height: auto !important;
}
@media screen and (min-width: 768px) {
  #sb_instagram {
    max-height: 632px !important;
  }
}

.introduction__highlight__copy__wrapper {
  margin-left: auto;
  margin-right: auto;
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 3.125rem;
  max-width: 100%;
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .introduction__highlight__copy__wrapper {
    margin-top: 3.75rem;
  }
}

.introduction__highlight__copy {
  font-size: 3.2vw;
  padding: 0.5208125rem 1.2708125rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-right: -0.1em;
  line-height: 2;
  color: #003D5F;
  background-color: #FFD600;
  border-radius: 35px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .introduction__highlight__copy {
    font-size: clamp(0.75rem, 0.214rem + 1.07vw, 1.5rem);
    padding: 0.8125rem 3.6875rem;
  }
}

.news {
  margin-top: 2.1875rem;
  padding-top: 2.1875rem;
  padding-bottom: 2.625rem;
  background-color: #002235;
}
@media screen and (min-width: 768px) {
  .news {
    padding-top: 3.125rem;
    padding-bottom: 3.9375rem;
    margin-top: 9.375rem;
  }
}

.news__title {
  color: #fff;
}

.news__list {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 2.1875rem;
  margin-top: 0.625rem;
  padding-top: 1.5rem;
  border-top: 1px solid #AAAAAA;
}
@media screen and (min-width: 768px) {
  .news__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-column-gap: 7.142%;
       -moz-column-gap: 7.142%;
            column-gap: 7.142%;
    margin-top: 1.875rem;
    padding-top: 3.125rem;
  }
}

.news__list__item {
  text-align: center;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .news__list__item {
    width: 28.54%;
  }
}

.news__list__time {
  color: #fff;
  font-size: 2.3vw;
  display: block;
  text-align: right;
  letter-spacing: 0.05em;
  margin-right: -0.05em;
  font-weight: 300;
}
@media screen and (min-width: 768px) {
  .news__list__time {
    font-size: 0.75rem;
  }
}

.news__list__item a {
  color: #C9A900;
  font-size: 2.3vw;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 1.5945945946;
  letter-spacing: 0.3em;
  margin-right: -0.3em;
}
@media screen and (min-width: 768px) {
  .news__list__item a {
    font-size: 1rem;
  }
}

.news__list__title {
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 4.6vw;
  letter-spacing: 0.3em;
  margin-right: -0.3em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2; /* ← ここで2行に制限 */
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (min-width: 768px) {
  .news__list__title {
    font-size: 1.5rem;
  }
}

.news__list__img {
  aspect-ratio: 949/475;
  -o-object-fit: cover;
     object-fit: cover;
  margin-top: 0.5rem;
}
@media screen and (min-width: 768px) {
  .news__list__img {
    aspect-ratio: 400/200;
    margin-top: 1.4375rem;
  }
}

.news__list__text {
  color: #fff;
  font-size: min(3.2vw, 14px);
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  line-height: 1.5945945946;
  letter-spacing: 0.3em;
  margin-right: -0.3em;
  margin-top: 1rem;
  width: 76%;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2; /* ← ここで2行に制限 */
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (min-width: 768px) {
  .news__list__text {
    margin-top: 1.25rem;
    font-size: 1rem;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .news__list__text {
    width: 82%;
  }
}

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

.page-about--blue {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  background-color: #0080C8;
}
@media screen and (min-width: 768px) {
  .page-about--blue {
    padding-top: 2.5rem;
    padding-bottom: 4.375rem;
    color: #FCFCFC;
    margin-top: 6.25rem;
  }
}

.page-about__inner {
  width: 100%;
  max-width: 59.375rem;
  padding-right: 25px;
  padding-left: 25px;
  margin: 0 auto;
}

.page-about__title {
  font-size: min(4.3vw, 20px);
  font-family: "Noto Serif JP", serif;
  text-align: center;
  color: #002235;
  letter-spacing: 0.1em;
  margin-right: -0.1em;
}
@media screen and (min-width: 768px) {
  .page-about__title {
    font-size: 1.5rem;
  }
}

.page-about--blue .page-about__title {
  color: #FCFCFC;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 400;
}

.page-about__list {
  margin-top: 1.25rem;
  color: #002235;
  letter-spacing: 0.1em;
  margin-right: -0.1em;
}
@media screen and (min-width: 768px) {
  .page-about__list {
    margin-top: 3.125rem;
  }
}

.page-about__list:not(:first-of-type) {
  margin-top: 4.5rem;
}
@media screen and (min-width: 768px) {
  .page-about__list:not(:first-of-type) {
    margin-top: 7.5rem;
  }
}

.page-about--blue .page-about__list {
  color: #FCFCFC;
}

.page-about__row {
  font-size: min(2.7vw, 12px);
  padding: 1em 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid black;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .page-about__row {
    font-size: 1rem;
    padding-top: 1em;
    padding-bottom: 1em;
  }
}

.page-about--blue .page-about__row {
  border-top: 1px solid #FCFCFC;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 400;
}

.page-about__row:last-child {
  border-bottom: 1px solid black;
}

.page-about--blue .page-about__row:last-child {
  border-bottom: 1px solid #FCFCFC;
}

.page-about__row dt {
  width: 21.5vw;
}
@media screen and (min-width: 768px) {
  .page-about__row dt {
    width: 11.625rem;
    margin-left: 1.875rem;
  }
}

.page-about__row dd {
  width: 80%;
}

.page-construction {
  margin-top: 3.125rem;
}
@media screen and (min-width: 768px) {
  .page-construction {
    margin-top: 6.25rem;
  }
}

@media screen and (min-width: 768px) {
  .page-construction__inner {
    max-width: 69.375rem;
  }
}

.page-construction__copy {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 2.7vw;
  color: #002235;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .page-construction__copy {
    font-size: 1rem;
  }
}

.page-construction__contents-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 1.25rem;
     -moz-column-gap: 1.25rem;
          column-gap: 1.25rem;
  row-gap: 2.5rem;
  margin-top: 1.875rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 768px) {
  .page-construction__contents-box {
    margin-top: 6.25rem;
    -webkit-column-gap: 2.5rem;
       -moz-column-gap: 2.5rem;
            column-gap: 2.5rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.page-construction__lists {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .page-construction__lists {
    width: 66.04%;
  }
}

.page-construction__list:not(:first-child) {
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .page-construction__list:not(:first-child) {
    margin-top: 3.125rem;
  }
}

.page-construction__list__head {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  color: #002235;
  font-size: clamp(0.625rem, 0.143rem + 1.79vw, 1rem);
  letter-spacing: 0.1em;
  margin-right: -0.1em;
}
@media screen and (min-width: 768px) {
  .page-construction__list__head {
    font-size: 1rem;
  }
}

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

.page-construction__list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  color: #002235;
  font-size: clamp(0.5rem, 0.143rem + 1.79vw, 1rem);
  padding-top: 1em;
  padding-bottom: 1em;
  border-top: 1px solid #002235;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .page-construction__list__item {
    font-size: 1rem;
  }
}

.page-construction__list__item h4 {
  letter-spacing: 0.1em;
  margin-right: -0.1em;
  font-weight: 400;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.page-construction__list__item p {
  letter-spacing: 0.1em;
  margin-right: -0.1em;
  margin-left: 6%;
}
@media screen and (min-width: 768px) {
  .page-construction__list__item p {
    margin-left: 7.142%;
  }
}

.page-construction__list__item:last-child {
  border-bottom: 1px solid #002235;
}

.page-construction__list__other {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  color: #002235;
  font-size: clamp(0.5rem, 0.143rem + 1.79vw, 1rem);
  padding-top: 1em;
  padding-bottom: 1em;
  padding-left: calc(2.2em + 6%);
  border-top: 1px solid #002235;
  border-bottom: 1px solid #002235;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .page-construction__list__other {
    font-size: 1rem;
    padding-left: calc(2.2em + 7.142%);
  }
}

.page-construction__gallery {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.25rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .page-construction__gallery {
    width: calc(33.96% - 2.5rem);
  }
}

.page-construction__gallery__item {
  aspect-ratio: 320/240;
}

.page-construction__gallery__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.page-recruit {
  background-image: url("../images/common/page-recruit-banner.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.page-recruit__contents-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
}
@media screen and (min-width: 768px) {
  .page-recruit__contents-box {
    padding-top: 8rem;
    padding-bottom: 7.9375rem;
  }
}

.massage {
  margin-top: 2.0833125rem;
}
@media screen and (min-width: 768px) {
  .massage {
    margin-top: 6.25rem;
  }
}

.massage__title__wrapper {
  color: #003D5F;
}

.massage__en-title {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 500;
  font-size: 1.25rem;
  letter-spacing: 0.1em;
  margin-right: -0.1em;
  line-height: 1.28;
}
@media screen and (min-width: 768px) {
  .massage__en-title {
    font-size: 3.125rem;
  }
}

.massage__title {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 0.625rem;
  letter-spacing: 0.3em;
  margin-right: -0.3em;
}
@media screen and (min-width: 768px) {
  .massage__title {
    font-size: 1.25rem;
  }
}

.massage__contents {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 1.0416875rem;
}
@media screen and (min-width: 768px) {
  .massage__contents {
    margin-top: 6.25rem;
  }
}

.massage__text-wrapper {
  color: #002235;
}

.massage__head__sub {
  font-size: 0.625rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  margin-right: -0.1em;
}
@media screen and (min-width: 768px) {
  .massage__head__sub {
    font-size: 1.25rem;
  }
}

.massage__head {
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.6666666667;
  letter-spacing: 0.1em;
  margin-right: -0.1em;
}
@media screen and (min-width: 768px) {
  .massage__head {
    font-size: 2.25rem;
  }
}

.massage__text {
  font-size: 0.625rem;
  font-weight: 400;
  line-height: 2.5;
  letter-spacing: 0.1em;
  margin-right: -0.1em;
  margin-top: 1.0416875rem;
}
@media screen and (min-width: 768px) {
  .massage__text {
    font-size: 1rem;
    margin-top: 3.125rem;
  }
}

.massage__img-wrapper {
  position: absolute;
  top: -30px;
  right: 0;
  width: 33.714%;
  -webkit-filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
          filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
}

.massage__img-wrapper img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0.875rem;
}

.merit {
  background-color: #D8F1FF;
  padding-top: 1.25rem;
  padding-bottom: 2.0833125rem;
  margin-top: 2.0833125rem;
}
@media screen and (min-width: 768px) {
  .merit {
    padding-top: 3.125rem;
    padding-bottom: 6.25rem;
    margin-top: 9.375rem;
  }
}

.merit__inner {
  width: 100%;
  padding-right: 16px;
  padding-left: 16px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .merit__inner {
    max-width: 1130px;
    padding-right: 25px;
    padding-left: 25px;
  }
}

.merit__contents {
  margin-top: 1.0416875rem;
}
@media screen and (min-width: 768px) {
  .merit__contents {
    margin-top: 3.125rem;
  }
}

.merit__cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.25rem;
}
@media screen and (min-width: 768px) {
  .merit__cards {
    gap: 1.25rem;
  }
}

.merit__card {
  padding: 0.625rem 0.5rem;
  background-color: #fff;
  border: 1px solid #003D5F;
  aspect-ratio: 1/1;
  width: 30%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 8px;
}
@media screen and (min-width: 768px) {
  .merit__card {
    padding: 1.875rem 1.375rem;
    border-radius: 25px;
    width: 18.518%;
    max-width: 200px;
  }
}

.merit__card__img {
  aspect-ratio: 1/1;
  width: 58.823%;
}

.merit__card__text {
  font-size: clamp(0.5rem, 0.321rem + 0.89vw, 0.75rem);
  font-weight: 700;
  line-height: 1;
  margin-top: 0.625rem;
  letter-spacing: 0.2em;
  margin-right: -0.2em;
  white-space: nowrap;
  color: #003D5F;
}
@media screen and (min-width: 768px) {
  .merit__card__text {
    font-size: 1rem;
    margin-top: 1.875rem;
  }
}

.merit__list {
  max-width: 700px;
  width: 76.814%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1.0416875rem;
}
@media screen and (min-width: 768px) {
  .merit__list {
    margin-top: 3.125rem;
    width: 64.814%;
  }
}

.merit__list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.merit__list__item:not(:first-child) {
  margin-top: 1.0416875rem;
}
@media screen and (min-width: 768px) {
  .merit__list__item:not(:first-child) {
    margin-top: 3.125rem;
  }
}

.merit__list__title {
  background-color: #002235;
  color: #fff;
  text-align: center;
  font-size: 0.75rem;
  font-weight: 700;
  width: 100%;
  padding: 0.25rem 0;
}
@media screen and (min-width: 768px) {
  .merit__list__title {
    font-size: 1.25rem;
  }
}

.merit__bullet-points {
  margin-top: 0.625rem;
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
  -moz-text-align-last: left;
       text-align-last: left;
}
@media screen and (min-width: 768px) {
  .merit__bullet-points {
    margin-top: 1.875rem;
  }
}

.merit__bullet-point {
  letter-spacing: 0.3em;
  margin-right: -0.3em;
  font-size: 0.625rem;
  line-height: 1.875;
  color: #002235;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .merit__bullet-point {
    font-size: 1rem;
  }
}

.staff {
  margin-top: 2.0833125rem;
}
@media screen and (min-width: 768px) {
  .staff {
    margin-top: 6.25rem;
  }
}

.staff__inner {
  width: 100%;
  padding-right: 16px;
  padding-left: 16px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .staff__inner {
    max-width: 838px;
    padding-right: 25px;
    padding-left: 25px;
  }
}

.staff__title__copy {
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.staff__contents {
  margin-top: 1.0416875rem;
}
@media screen and (min-width: 768px) {
  .staff__contents {
    margin-top: 3.125rem;
  }
}

.staff__cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.staff__card {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  color: #002235;
  max-width: 388px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .staff__card {
    padding-left: 2.125rem;
    padding-right: 2.125rem;
  }
}

.staff__card__img {
  aspect-ratio: 320/240;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
  background-color: #363636;
  margin-left: auto;
  margin-right: auto;
  -webkit-filter: drop-shadow(3px 3px 10px rgba(0, 0, 0, 0.5));
          filter: drop-shadow(3px 3px 10px rgba(0, 0, 0, 0.5));
}

.staff__card__tag {
  font-weight: 700;
  line-height: 2;
  font-size: 0.625rem;
  margin-top: 0.625rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .staff__card__tag {
    font-size: 1.25rem;
    margin-top: 1.875rem;
  }
}

.staff__card__text {
  font-size: 0.5625rem;
  margin-top: 0.5rem;
  font-weight: 400;
  line-height: 1.875;
}
@media screen and (min-width: 768px) {
  .staff__card__text {
    margin-top: 1.25rem;
    font-size: 1rem;
  }
}

.staff__under-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: 0.1em;
  margin-right: -0.1em;
  font-weight: 400;
  font-size: 0.625rem;
  line-height: 2.5;
  margin-top: 1.0416875rem;
}
@media screen and (min-width: 768px) {
  .staff__under-text {
    font-size: 1rem;
    margin-top: 3.125rem;
  }
}

.interview {
  background-color: #D8F1FF;
  padding-top: 1.25rem;
  padding-bottom: 3.125rem;
  margin-top: 2.0833125rem;
}
@media screen and (min-width: 768px) {
  .interview {
    padding-top: 3.125rem;
    padding-bottom: 9.5rem;
    margin-top: 6.25rem;
  }
}

.interview__inner {
  width: 100%;
  padding: 0 5rem;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .interview__inner {
    max-width: 1160px;
  }
}

.interview__contents {
  position: relative;
  margin-top: 2.0833125rem;
  width: 100%;
  height: 31.25rem;
}
@media screen and (min-width: 768px) {
  .interview__contents {
    margin-top: 6.25rem;
  }
}

.interview__carousel {
  position: relative;
  height: 100%;
  overflow: hidden;
}

.interview__carousel__cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  /* 幅とtransformはJavaScriptで動的に設定 */
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  gap: 0; /* gapはJavaScriptで制御 */
}

.interview__carousel__cards.no-transition {
  -webkit-transition: none;
  transition: none;
}

.interview__carousel__card {
  /* 幅はJavaScriptで動的に設定 */
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
  background-color: #fff;
}

.interview__carousel__head {
  position: relative;
  height: 50%;
}

.interview__carousel__img {
  width: 100%;
  height: 100%;
}

.interview__carousel__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.interview__carousel__name-box {
  border-radius: 0px 20px 0px 0px;
  background-color: rgba(255, 255, 255, 0.8745098039);
  position: absolute;
  bottom: -50px;
  left: 0;
  padding: 20px 17px;
  width: 205px;
}

.interview__carousel__length-of-service {
  font-size: 0.75rem;
  color: #2850bd;
  line-height: 1.6;
  font-weight: 700;
}

.interview__carousel__position {
  font-size: 0.875rem;
  color: #2850bd;
  line-height: 1.6;
  font-weight: 700;
}

.interview__carousel__name {
  font-size: 1.5rem;
  color: #333;
  line-height: 1.6;
  font-weight: 700;
}

.interview__carousel__en-name {
  font-size: 0.875rem;
  color: #333;
  line-height: 1.6;
  font-weight: 700;
}

.interview__carousel__text {
  max-height: 160px;
  overflow-y: auto;
  margin-top: 3.75rem;
  color: #333;
  font-size: 0.75rem;
  line-height: 1.6;
  padding: 0 1.0625rem 1.0625rem 1.0625rem;
}
@media screen and (min-width: 768px) {
  .interview__carousel__text {
    margin-top: 3.75rem;
    font-size: 0.875rem;
  }
}

.interview__carousel__button-left {
  position: absolute;
  left: -12px;
  top: 50%;
  -webkit-transform: translate(-100%, -50%);
          transform: translate(-100%, -50%);
  width: 1.9375rem;
  height: 1.6875rem;
  background-image: url("../images/common/carousel_arrow-left.svg");
  background-repeat: no-repeat;
  background-size: contain;
}

.interview__carousel__button-right {
  position: absolute;
  right: -20px;
  top: 50%;
  -webkit-transform: translate(100%, -50%);
          transform: translate(100%, -50%);
  width: 1.9375rem;
  height: 1.6875rem;
  background-image: url("../images/common/carousel_arrow-right.svg");
  background-repeat: no-repeat;
  background-size: contain;
}

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

.schedule__contents {
  margin-top: 1.0416875rem;
}
@media screen and (min-width: 768px) {
  .schedule__contents {
    margin-top: 3.125rem;
  }
}

.schedule__link__list {
  margin-top: 2.0833125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 768px) {
  .schedule__link__list {
    margin-top: 6.25rem;
  }
}

.schedule__link {
  aspect-ratio: 334/200;
  width: 40%;
  position: relative;
}
@media screen and (min-width: 768px) {
  .schedule__link {
    max-width: 334px;
  }
}

.schedule__link a {
  display: block;
  height: 100%;
  width: 100%;
}

.schedule__link img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
  border-radius: 3%;
}

.schedule__link a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: -1;
  border-radius: 3%;
}

.schedule__link:not(:first-child) {
  margin-left: 1.875rem;
}
@media screen and (min-width: 768px) {
  .schedule__link:not(:first-child) {
    margin-left: 5rem;
  }
}

.schedule__link__title-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  padding: 0;
}

.schedule__link__en-title {
  font-weight: 700;
  font-size: 1.9vw;
}
@media screen and (min-width: 768px) {
  .schedule__link__en-title {
    font-size: 0.875rem;
  }
}

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

.faq {
  margin-top: 2.0833125rem;
}
@media screen and (min-width: 768px) {
  .faq {
    margin-top: 6.25rem;
  }
}

.faq__inner {
  width: 100%;
  padding-right: 16px;
  padding-left: 16px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .faq__inner {
    max-width: 750px;
    padding-right: 25px;
    padding-left: 25px;
  }
}

.faq__contents {
  margin-top: 1.0416875rem;
}
@media screen and (min-width: 768px) {
  .faq__contents {
    margin-top: 3.125rem;
  }
}

.employment-inquiries {
  margin-top: 3.75rem;
}
@media screen and (min-width: 768px) {
  .employment-inquiries {
    margin-top: 12.5rem;
  }
}

.employment-inquiries__contents {
  text-align: center;
  color: #003D5F;
}

.employment-inquiries__contents--page-recruit-flow {
  color: #0080C8;
}
@media screen and (min-width: 768px) {
  .employment-inquiries__contents--page-recruit-flow {
    max-width: 47%;
  }
}

.employment-inquiries__title {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 700;
  font-size: 0.75rem;
  letter-spacing: 0.1em;
  margin-right: -0.1em;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .employment-inquiries__title {
    font-size: 1.25rem;
  }
}

.employment-inquiries__description {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 0.625rem;
  line-height: 1.875;
  margin-top: 0.5rem;
  letter-spacing: 0.1em;
  margin-right: -0.1em;
}
@media screen and (min-width: 768px) {
  .employment-inquiries__description {
    font-size: 1rem;
    margin-top: 1.25rem;
  }
}

.employment-inquiries__details {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 0.625rem;
  margin-top: 1em;
  letter-spacing: 0.1em;
  margin-right: -0.1em;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 768px) {
  .employment-inquiries__details {
    font-size: 1rem;
    margin-top: 2em;
  }
}

.employment-inquiries__details a {
  vertical-align: baseline;
  line-height: 1.875;
}

.employment-inquiries__contents--page-recruit-flow {
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .employment-inquiries__contents--page-recruit-flow {
    margin-top: 0;
  }
}

.page-recruit-flow {
  margin-top: 2.0833125rem;
  padding-top: 1.0416875rem;
  padding-bottom: 0.875rem;
  background-color: #D8F1FF;
}
@media screen and (min-width: 768px) {
  .page-recruit-flow {
    padding-top: 3.125rem;
    padding-bottom: 2.625rem;
    margin-top: 6.25rem;
  }
}

.page-recruit-flow__contents {
  margin-top: 0.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 768px) {
  .page-recruit-flow__contents {
    margin-top: 2.375rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.page-recruit-flow__list {
  margin-left: auto;
  margin-right: auto;
  color: #002235;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 768px) {
  .page-recruit-flow__list {
    width: 44.285%;
    margin-left: 0;
    margin-right: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media screen and (min-width: 768px) {
  .page-recruit-flow__item:not(:first-child) {
    margin-top: 2.75rem;
  }
}

.page-recruit-flow__item__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.page-recruit-flow__item__number {
  font-family: "Bebas Neue", cursive;
  font-weight: 400;
  -ms-flex-item-align: center;
      align-self: center;
  line-height: 1.2;
  font-size: 1.125rem;
}
@media screen and (min-width: 768px) {
  .page-recruit-flow__item__number {
    font-size: 3.125rem;
  }
}

.page-recruit-flow__item__title {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-right: -0.1em;
  line-height: 2;
  margin-top: -0.15em;
  font-size: 0.875rem;
  margin-left: 0.25rem;
}
@media screen and (min-width: 768px) {
  .page-recruit-flow__item__title {
    margin-left: 0.625rem;
    font-size: 2.25rem;
  }
}

.page-recruit-flow__item__text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  letter-spacing: 0.1em;
  margin-right: -0.1em;
  line-height: 1.875;
  font-size: 0.625rem;
}
@media screen and (min-width: 768px) {
  .page-recruit-flow__item__text {
    max-width: 70.625rem;
    font-size: 1rem;
    margin-top: -0.413125rem;
  }
}

.page-recruit-flow__item__text:not(:first-child) {
  padding-bottom: 0.5em;
}
@media screen and (min-width: 768px) {
  .page-recruit-flow__item__text:not(:first-child) {
    padding-bottom: 1em;
  }
}

.page-recruit-flow__item__line {
  width: 160px;
  aspect-ratio: 160/45.76;
}
@media screen and (min-width: 768px) {
  .page-recruit-flow__item__line {
    width: 240px;
  }
}

.page-contact__inner {
  max-width: 56.25rem;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .page-contact__inner {
    margin-top: 2.5rem;
  }
}

.page-contact__title {
  text-align: center;
  font-size: 1.25rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  color: #003D5F;
  margin-top: 1.25rem;
  letter-spacing: 0.1em;
  margin-right: -0.1em;
}
@media screen and (min-width: 768px) {
  .page-contact__title {
    margin-top: 2.5rem;
    font-size: 2rem;
  }
}

.page-transactions {
  height: 100svh;
}

.page-business {
  margin-top: 1.0416875rem;
}
@media screen and (min-width: 768px) {
  .page-business {
    margin-top: 3.125rem;
  }
}

.page-business__grid {
  margin-top: 2.0833125rem;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  -webkit-column-gap: 2.857%;
     -moz-column-gap: 2.857%;
          column-gap: 2.857%;
  row-gap: 1.25rem;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
@media screen and (min-width: 768px) {
  .page-business__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 6.25rem;
    row-gap: 3.125rem;
  }
}

.page-business__grid__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 768px) {
  .page-business__grid__item {
    padding-bottom: 1.5rem;
  }
}

.page-business__grid__item img {
  width: 57.1428%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 400/300;
  margin-top: 0.625rem;
}
@media screen and (min-width: 768px) {
  .page-business__grid__item img {
    margin-top: 2rem;
  }
}

.page-business__grid__title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.625;
  padding: 0.25rem 0.5rem;
  color: #fff;
  background-color: #002235;
}
@media screen and (min-width: 768px) {
  .page-business__grid__title {
    font-size: 1.5rem;
    padding: 0.625rem 1.25rem;
  }
}

.page-business__grid__texts {
  margin-top: 0.625rem;
}
@media screen and (min-width: 768px) {
  .page-business__grid__texts {
    margin-top: 1.875rem;
  }
}

.page-business__grid__text {
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 0.625rem;
  line-height: 1.625;
  color: #002235;
  letter-spacing: 0.3em;
  margin-right: -0.3em;
  margin-left: 1em;
}
@media screen and (min-width: 768px) {
  .page-business__grid__text {
    font-size: 1rem;
  }
}

.page-business__grid__text::before {
  content: "";
  position: absolute;
  left: -0.75em;
  top: 0.8em;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 50%;
  background-color: #002235;
  width: 0.125rem;
  height: 0.125rem;
}
@media screen and (min-width: 768px) {
  .page-business__grid__text::before {
    width: 0.1875rem;
    height: 0.1875rem;
  }
}

.page-privacy {
  margin-top: 3.125rem;
  margin-bottom: 5rem;
}

@media screen and (min-width: 768px) {
  .page-privacy {
    margin-top: 3.75rem;
    margin-bottom: 6.25rem;
  }
}
.page-privacy__inner {
  width: 100%;
  max-width: 59.375rem;
  padding-right: 16px;
  padding-left: 16px;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .page-privacy__inner {
    padding-right: 25px;
    padding-left: 25px;
  }
}
.page-privacy__title {
  font-size: 1.25rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  text-align: center;
  color: #002235;
  letter-spacing: 0.1em;
  margin-right: -0.1em;
  margin-bottom: 2.5rem;
}

@media screen and (min-width: 768px) {
  .page-privacy__title {
    font-size: 1.75rem;
    margin-bottom: 3.75rem;
  }
}
.page-privacy__content {
  max-width: 50rem;
  margin: 0 auto;
}

.page-privacy__section {
  margin-bottom: 2.5rem;
}

@media screen and (min-width: 768px) {
  .page-privacy__section {
    margin-bottom: 3.125rem;
  }
}
.page-privacy__section:last-of-type {
  margin-bottom: 3.75rem;
}

@media screen and (min-width: 768px) {
  .page-privacy__section:last-of-type {
    margin-bottom: 5rem;
  }
}
.page-privacy__section-title {
  font-size: 1rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  color: #002235;
  letter-spacing: 0.05em;
  margin-right: -0.05em;
  margin-bottom: 1rem;
  padding-bottom: 0.5rem;
  border-bottom: 2px solid #0080C8;
  position: relative;
}

@media screen and (min-width: 768px) {
  .page-privacy__section-title {
    font-size: 1.125rem;
    margin-bottom: 1.25rem;
    padding-bottom: 0.625rem;
  }
}
.page-privacy__text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.875rem;
  line-height: 1.8;
  color: #363636;
  letter-spacing: 0.05em;
  margin-right: -0.05em;
  margin-bottom: 1rem;
}

@media screen and (min-width: 768px) {
  .page-privacy__text {
    font-size: 1rem;
    margin-bottom: 1.25rem;
  }
}
.page-privacy__list {
  margin-top: 1rem;
  margin-bottom: 1.25rem;
  padding-left: 1.25rem;
}

@media screen and (min-width: 768px) {
  .page-privacy__list {
    margin-top: 1.25rem;
    margin-bottom: 1.5rem;
    padding-left: 1.5rem;
  }
}
.page-privacy__list-item {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.875rem;
  line-height: 1.8;
  color: #363636;
  letter-spacing: 0.05em;
  margin-right: -0.05em;
  margin-bottom: 0.5rem;
  position: relative;
}

@media screen and (min-width: 768px) {
  .page-privacy__list-item {
    font-size: 1rem;
    margin-bottom: 0.625rem;
  }
}
.page-privacy__list-item::before {
  content: "・";
  color: #363636;
  font-weight: bold;
  position: absolute;
  left: -1rem;
}

@media screen and (min-width: 768px) {
  .page-privacy__list-item::before {
    left: -1.25rem;
  }
}
.page-privacy__contact {
  background-color: #FCFCFC;
  padding: 1.25rem;
  border-radius: 0.5rem;
  border-left: 4px solid #0080C8;
  margin-top: 1.25rem;
}

@media screen and (min-width: 768px) {
  .page-privacy__contact {
    padding: 1.875rem;
    margin-top: 1.5rem;
  }
}
.page-privacy__contact-item {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.875rem;
  line-height: 1.6;
  color: #363636;
  margin-bottom: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (min-width: 768px) {
  .page-privacy__contact-item {
    font-size: 1rem;
    margin-bottom: 0.625rem;
  }
}
.page-privacy__contact-item:last-child {
  margin-bottom: 0;
}

.page-privacy__contact-label {
  font-weight: 600;
  color: #002235;
  min-width: 3.75rem;
  margin-right: 0.5rem;
}

@media screen and (min-width: 768px) {
  .page-privacy__contact-label {
    min-width: 5rem;
    margin-right: 0.75rem;
  }
}
.page-privacy__contact-link {
  color: #0080C8;
  text-decoration: none;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.page-privacy__contact-link:hover {
  color: #002235;
  text-decoration: underline;
}

.page-privacy__footer {
  color: #002235;
  padding: 1.5rem;
  border-radius: 0.5rem;
  text-align: center;
  margin-top: 2.5rem;
}

@media screen and (min-width: 768px) {
  .page-privacy__footer {
    padding: 1.875rem;
    margin-top: 3.125rem;
  }
}
.page-privacy__date {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.875rem;
  margin-bottom: 0.75rem;
}

@media screen and (min-width: 768px) {
  .page-privacy__date {
    font-size: 1rem;
    margin-bottom: 1rem;
  }
}
.page-privacy__company {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
}

@media screen and (min-width: 768px) {
  .page-privacy__company {
    font-size: 1.125rem;
    margin-bottom: 0.625rem;
  }
}
.page-privacy__representative {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.875rem;
}

@media screen and (min-width: 768px) {
  .page-privacy__representative {
    font-size: 1rem;
  }
}
.home {
  margin-top: 2.0833125rem;
}
@media screen and (min-width: 768px) {
  .home {
    margin-top: 6.25rem;
  }
}

@media screen and (min-width: 768px) {
  .home__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.home__contents {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .home__contents {
    width: 60%;
  }
}

.home__header {
  text-align: center;
  margin-bottom: 1.0416875rem;
  font-size: 0.75rem;
}
@media screen and (min-width: 768px) {
  .home__header {
    margin-bottom: 3.125rem;
    font-size: 1.25rem;
  }
}

.home__list {
  display: grid;
  gap: 1.875rem;
}
@media screen and (min-width: 768px) {
  .home__list {
    gap: 3.125rem;
  }
}

.home__item {
  -webkit-box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.home__item:hover {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

.home__item__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.home__item__img {
  width: 40%;
  aspect-ratio: 300/168;
}

.home__item__img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.home__item__text__wrapper {
  color: #002235;
  width: 60%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.5rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 768px) {
  .home__item__text__wrapper {
    padding: 1.25rem;
  }
}

.home__item__title {
  letter-spacing: 0.1em;
  margin-right: -0.1em;
  font-size: clamp(1rem, 0.643rem + 1.79vw, 1.5rem);
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .home__item__title {
    font-size: 1.5rem;
  }
}

.home__item__text {
  letter-spacing: 0.1em;
  margin-right: -0.1em;
  font-size: clamp(0.75rem, 0.571rem + 0.89vw, 1rem);
  margin-top: 0.25rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  overflow: hidden;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .home__item__text {
    margin-top: 0.5rem;
    font-size: 1rem;
  }
}

.home__item__time {
  margin-top: auto;
  padding-top: 0.5rem;
  margin-left: auto;
  font-size: clamp(0.625rem, 0.536rem + 0.45vw, 0.75rem);
}
@media screen and (min-width: 768px) {
  .home__item__time {
    font-size: 1rem;
  }
}

.single__inner {
  margin-top: 2.0833125rem;
}
@media screen and (min-width: 768px) {
  .single__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 6.25rem;
  }
}

.single__contents {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .single__contents {
    width: 60%;
  }
}

.single__article__title {
  text-align: left;
  font-family: "Noto Serif JP", serif;
  margin-top: 0.25rem;
  border-bottom: 1px solid #e3dfdf;
}
@media screen and (min-width: 768px) {
  .single__article__title {
    font-size: 2.25rem;
  }
}

.single__article__time {
  margin-top: 0;
  display: block;
  text-align: left;
  font-size: clamp(0.625rem, 0.536rem + 0.45vw, 0.75rem);
}
@media screen and (min-width: 768px) {
  .single__article__time {
    font-size: 1rem;
  }
}

.single__article__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.25rem;
}
@media screen and (min-width: 768px) {
  .single__article__block {
    gap: 2.5rem;
    margin-top: 2.5rem;
  }
}

.single__article__block:first-of-type {
  margin-top: 0.625rem;
}

.single__content {
  display: grid;
  gap: 1.25rem;
}

.single__content h3 {
  margin-top: 0.625rem;
  position: relative;
  background-color: #e3dfdf;
  color: #002235;
  padding: 0.5rem;
}
@media screen and (min-width: 768px) {
  .single__content h3 {
    padding: 0.5rem;
    margin-left: 0.375rem;
    font-size: 1.5rem;
    margin-top: 1.5rem;
  }
}

.single__content h3::before {
  content: "";
  position: absolute;
  top: 0;
  left: -0.25rem;
  width: 0.375rem;
  height: 100%;
  background-color: #0080C8;
}

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

.single__nav__inner {
  border-top: 1px solid #e3dfdf;
  padding-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .single__nav__inner {
    padding-top: 1.875rem;
  }
}

.single__nav__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.25rem;
}
@media screen and (min-width: 768px) {
  .single__nav__buttons {
    gap: 2.5rem;
  }
}

.single__nav__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-decoration: none;
  color: #002235;
  padding: 1rem;
  border: 1px solid #e3dfdf;
  border-radius: 0.25rem;
  background-color: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.single__nav__button:hover {
  background-color: #f8f8f8;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
@media screen and (min-width: 768px) {
  .single__nav__button {
    padding: 1.25rem;
  }
}

.single__nav__button--prev {
  text-align: left;
}

.single__nav__button--next {
  text-align: right;
}

.single__nav__button__label {
  font-size: 0.75rem;
  color: #666;
  margin-bottom: 0.5rem;
}
@media screen and (min-width: 768px) {
  .single__nav__button__label {
    font-size: 0.875rem;
  }
}

.single__nav__button__title {
  font-size: 0.875rem;
  font-weight: bold;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .single__nav__button__title {
    font-size: 1rem;
  }
}

.single__nav__buttons:has(.single__nav__button--prev:only-child) {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.single__nav__buttons:has(.single__nav__button--prev:only-child) .single__nav__button--prev {
  max-width: 50%;
}

.single__nav__buttons:has(.single__nav__button--next:only-child) {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.single__nav__buttons:has(.single__nav__button--next:only-child) .single__nav__button--next {
  max-width: 50%;
}

.error-404 {
  padding: 3.75rem 0;
  background-color: #FCFCFC;
}
@media screen and (min-width: 768px) {
  .error-404 {
    padding: 5rem 0;
  }
}

.error-404__inner {
  max-width: 50rem;
  margin: 0 auto;
}

.error-404__content {
  text-align: center;
}

.error-404__title {
  font-family: "Noto Serif JP", serif;
  font-size: 1.75rem;
  font-weight: 700;
  color: #002235;
  margin-bottom: 1.25rem;
  letter-spacing: 0.1em;
  margin-right: -0.1em;
}
@media screen and (min-width: 768px) {
  .error-404__title {
    font-size: 2.25rem;
    margin-bottom: 1.875rem;
  }
}

.error-404__text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  line-height: 1.8;
  color: #363636;
  margin-bottom: 2.5rem;
}
@media screen and (min-width: 768px) {
  .error-404__text {
    font-size: 1.125rem;
    margin-bottom: 3.125rem;
  }
}

.error-404__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.5rem;
}
@media screen and (min-width: 768px) {
  .error-404__links {
    gap: 3.75rem;
  }
}

.error-404__link-button {
  display: inline-block;
  padding: 1.25rem 2.5rem;
  background-color: #002235;
  color: #fff;
  text-decoration: none;
  border-radius: 0.5rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  max-width: 18.75rem;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .error-404__link-button {
    padding: 1.5rem 3.125rem;
    max-width: 21.875rem;
  }
}
.error-404__link-button:hover {
  background-color: #0080C8;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  -webkit-box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.error-404__link-text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  display: block;
  margin-bottom: 0.25rem;
}
@media screen and (min-width: 768px) {
  .error-404__link-text {
    font-size: 1.125rem;
  }
}

.error-404__link-en {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 0.75rem;
  font-weight: 400;
  color: #C9A900;
  display: block;
  letter-spacing: 0.1em;
  margin-right: -0.1em;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .error-404__link-en {
    font-size: 0.875rem;
  }
}

.error-404__nav {
  background-color: #fff;
  padding: 1.875rem 1.25rem;
  border-radius: 0.5rem;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
@media screen and (min-width: 768px) {
  .error-404__nav {
    padding: 2.5rem 1.875rem;
  }
}

.error-404__nav-title {
  font-family: "Noto Serif JP", serif;
  font-size: 1.25rem;
  font-weight: 700;
  color: #002235;
  margin-bottom: 1.25rem;
  text-align: center;
  letter-spacing: 0.1em;
  margin-right: -0.1em;
}
@media screen and (min-width: 768px) {
  .error-404__nav-title {
    font-size: 1.5rem;
    margin-bottom: 1.875rem;
  }
}

.error-404__nav-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}
@media screen and (min-width: 768px) {
  .error-404__nav-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.25rem;
  }
}

.error-404__nav-item {
  list-style: none;
}

.error-404__nav-link {
  display: block;
  padding: 1rem 1.25rem;
  background-color: #FCFCFC;
  color: #002235;
  text-decoration: none;
  border-radius: 0.375rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
  position: relative;
}
@media screen and (min-width: 768px) {
  .error-404__nav-link {
    padding: 1.125rem 1.5rem;
    font-size: 1rem;
  }
}
.error-404__nav-link:hover {
  background-color: #D8F1FF;
  color: #0080C8;
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.error-404__nav-en {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 0.6875rem;
  font-weight: 400;
  color: #AAAAAA;
  display: block;
  margin-top: 0.25rem;
  letter-spacing: 0.05em;
  margin-right: -0.05em;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .error-404__nav-en {
    font-size: 0.75rem;
  }
}

.mv .mv__title--404 {
  font-size: 5rem;
  font-family: "Bebas Neue", cursive;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-right: -0.05em;
}
@media screen and (min-width: 768px) {
  .mv .mv__title--404 {
    font-size: 7.5rem;
  }
}

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

.form__item {
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #AAAAAA;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 768px) {
  .form__item {
    padding-bottom: 1.5rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.form__item:not(:first-child) {
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .form__item:not(:first-child) {
    margin-top: 1.5rem;
  }
}

.form__head {
  font-size: 1rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  color: #003D5F;
  letter-spacing: 0.1em;
  margin-right: -0.1em;
}

.form__head span {
  font-size: 0.75rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  color: #fff;
  background-color: #c94800;
  padding: 0.125rem 1rem;
  margin-left: 0.5rem;
}

.form__body {
  margin-top: 1rem;
  margin-left: auto;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .form__body {
    width: 30rem;
    margin-top: 0;
  }
}

.form__body [type=text] {
  height: 2.5rem;
  width: 100%;
  border: 1px solid #002235;
  background-color: #fff;
}

.form__body [type=email] {
  height: 2.5rem;
  width: 100%;
  border: 1px solid #002235;
  background-color: #fff;
}

.form__body [type=tel] {
  height: 2.5rem;
  width: 100%;
  border: 1px solid #002235;
  background-color: #fff;
}

.form__radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .form__radio {
    margin-top: 0;
    margin-left: 2rem;
  }
}

.form__radio label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.form__radio input {
  border: 1px solid #002235;
  width: 0.875rem;
  height: 0.875rem;
  margin: 0;
  position: relative;
}

.form__radio input:focus-visible {
  outline: 1px solid #003D5F;
  outline-offset: 0.125rem;
}

.form__radio input:checked::before {
  position: absolute;
  content: "";
  border-bottom: 2px solid #c94800;
  border-left: 2px solid #c94800;
  height: 0.3125rem;
  width: 0.5625rem;
  -webkit-transform: rotate(-40deg);
          transform: rotate(-40deg);
  top: 0.15625rem;
  left: 0.125rem;
}

.form__radio span {
  margin-left: 0.5rem;
  font-size: 1rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  color: #003D5F;
}

.form__body select {
  height: 2.5rem;
  width: 100%;
  background-color: #fff;
  border: 1px solid #002235;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  font-size: 0.75rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .form__body select {
    height: 1.875rem;
  }
}

.form__body select::after {
  position: absolute;
  content: "▼";
  left: 0;
  top: 50%;
  width: 0.75rem;
  height: 0.75rem;
  display: block;
}

.form__body--select {
  position: relative;
}

.form__body--select::after {
  position: absolute;
  content: "▼";
  color: #002235;
  font-size: 0.75rem;
  right: 0.5rem;
  top: 0.75rem;
  width: 0.75rem;
  height: 0.75rem;
  display: block;
  pointer-events: none;
}
@media screen and (min-width: 768px) {
  .form__body--select::after {
    top: 0.375rem;
  }
}

.form__body option {
  font-size: 0.75rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  color: #002235;
}

.form__body textarea {
  min-height: 12.5rem;
  width: 100%;
  border: 1px solid #002235;
  background-color: #fff;
  resize: none;
  overflow: hidden;
}

.form__consent {
  width: 100%;
  margin-top: 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 768px) {
  .form__consent {
    margin-top: 2.5rem;
  }
}

.form__consent label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.form__consent input {
  border: 1px solid #002235;
  width: 1.375rem;
  height: 1.375rem;
  margin: 0;
  position: relative;
  cursor: pointer;
  display: block;
  margin-right: 0.5rem;
}
@media screen and (min-width: 768px) {
  .form__consent input {
    margin-right: 1rem;
  }
}

.form__consent input:focus-visible {
  outline: 1px solid #003D5F;
  outline-offset: 0.125rem;
}

.form__consent input:checked::before {
  position: absolute;
  content: "";
  border-bottom: 2px solid #c94800;
  border-left: 2px solid #c94800;
  height: 0.625rem;
  width: 0.8125rem;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 0.125rem;
  left: 0.1875rem;
}

.form__consent span {
  font-size: 0.75rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  color: #002235;
  letter-spacing: 0.1em;
  margin-right: -0.1em;
}
@media screen and (min-width: 768px) {
  .form__consent span {
    font-size: 0.875rem;
  }
}

.form__button-wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .form__button-wrapper {
    margin-top: 2.5rem;
  }
}

.form__button-wrapper input {
  padding: 0.75rem 2rem;
  border: 1px solid #002235;
  border-radius: 0.625rem;
  background-color: #002235;
  color: #fff;
  font-size: 1rem;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.1em;
  margin-right: -0.1em;
}

.wpcf7-spinner {
  display: none;
}

.sns__contents {
  margin-top: 1.0416875rem;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .sns__contents {
    margin-top: 3.125rem;
    width: 57.97%;
  }
}

.management__copy {
  margin-top: 1.0416875rem;
  text-align: center;
  font-family: "Shippori Mincho B1", serif;
  letter-spacing: 0.1em;
  margin-right: -0.1em;
  font-weight: 600;
  line-height: 1.5;
  font-size: 4.5vw;
  color: #002235;
}
@media screen and (min-width: 768px) {
  .management__copy {
    font-size: 1.5rem;
    margin-top: 3.125rem;
  }
}

.management__text {
  margin-top: 1.0416875rem;
  color: #002235;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 2.25;
  font-size: min(3.2vw, 14px);
}
@media screen and (min-width: 768px) {
  .management__text {
    font-size: 1rem;
    margin-top: 3.125rem;
  }
}/*# sourceMappingURL=style.css.map */