@charset "UTF-8";
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  font-size: 16px;
  word-break: break-all;
}
@media screen and (max-width: 767px) {
  html {
    font-size: min(16 / 375 * 100vw, 21.3333333333px);
  }
}
@media (min-width: 768px) and (max-width: 1130px) {
  html {
    font-size: 1.4159292035vw;
  }
}
@media (min-width: 1131px) {
  html {
    font-size: 16px;
  }
}

body {
  overflow-x: hidden;
  font-size: 1.5rem;
  font-family: "Zen Maru Gothic", "Hiragino Kaku Gothic Pro", "Hiragino Kaku Gothic ProN", sans-serif;
  color: #0d2340;
  line-height: 1.7;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 0.875rem;
    padding-bottom: 4.75rem;
  }
}

body.no-scroll {
  overflow: hidden;
  height: 100vh;
}

a {
  text-decoration: none;
  color: inherit;
}

img {
  max-width: 100%;
  width: 100%;
  height: auto;
}

.container {
  max-width: 70.625rem;
  padding-inline: 1.5625rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .container {
    max-width: 23.4375rem;
    padding-inline: 1.25rem;
  }
}

.container-wide {
  max-width: 81.875rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .container-wide {
    max-width: 23.4375rem;
  }
}

.section-title-en {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-size: 7rem;
  font-weight: 900;
  line-height: 0.9;
  letter-spacing: 0.03em;
  text-align: center;
  position: relative;
  top: 3.125rem;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .section-title-en {
    font-size: 3rem;
    top: 1.5rem;
  }
}

.section-title-ja {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .section-title-ja {
    font-size: 1.375rem;
  }
}

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

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

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

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

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .header {
    position: fixed;
    background-color: rgba(255, 255, 255, 0.95);
  }
}

.header__inner {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
  padding: 0.5625rem 0rem 0 2.75rem;
}
@media screen and (max-width: 767px) {
  .header__inner {
    align-items: center;
    padding: 0.5rem 0.9375rem;
    background-color: #D8F5FF;
  }
}

.header__logo {
  width: 5.5625rem;
  flex-shrink: 0;
  display: block;
}
.header__logo img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .header__logo {
    width: 2.5rem;
  }
}

.header__nav-inline {
  display: flex;
  align-items: flex-start;
  gap: 1.5rem;
  padding-top: 2.375rem;
  margin-left: auto;
  margin-right: 1.875rem;
}
@media screen and (max-width: 767px) {
  .header__nav-inline {
    display: none;
  }
}

.header__nav-inline-list {
  display: flex;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
}
.header__nav-inline-list a {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  color: #ffffff;
  letter-spacing: 0.03em;
  white-space: nowrap;
  transition: opacity 0.3s;
}
@media (hover: hover) {
  .header__nav-inline-list a:hover {
    opacity: 0.7;
  }
}

.header__nav-meta {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  flex-shrink: 0;
  gap: 0.25rem;
}

.header__nav-tel {
  margin: 0;
  line-height: 1;
}

.header__nav-tel-link {
  color: #ffffff;
  text-decoration: none;
  transition: opacity 0.3s;
}
@media (hover: hover) {
  .header__nav-tel-link:hover {
    opacity: 0.7;
  }
}

.header__nav-tel-prefix {
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", serif;
  font-size: 0.8125rem;
  font-weight: 400;
  letter-spacing: 0.05em;
}

.header__nav-tel-number {
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", serif;
  font-size: 1.0625rem;
  font-weight: 400;
  letter-spacing: 0.04em;
}

.header__nav-reservation {
  margin: 0;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  color: #ffffff;
  letter-spacing: 0.03em;
  line-height: normal;
}

.header__hamburger {
  width: 5.625rem;
  height: 5.8125rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  background-color: #094ea5;
  border: none;
  cursor: pointer;
  flex-shrink: 0;
  transition: opacity 0.3s;
  position: relative;
  z-index: 201;
}
@media (hover: hover) {
  .header__hamburger:hover {
    opacity: 0.8;
  }
}
@media screen and (max-width: 767px) {
  .header__hamburger {
    width: 3rem;
    height: 3rem;
    gap: 0.375rem;
    border-radius: 0.25rem;
  }
}
.header__hamburger.is-active .header__hamburger-line:nth-child(1) {
  transform: translateY(0.6875rem) rotate(45deg);
}
@media screen and (max-width: 767px) {
  .header__hamburger.is-active .header__hamburger-line:nth-child(1) {
    transform: translateY(0.5rem) rotate(45deg);
  }
}
.header__hamburger.is-active .header__hamburger-line:nth-child(2) {
  opacity: 0;
}
.header__hamburger.is-active .header__hamburger-line:nth-child(3) {
  transform: translateY(-0.6875rem) rotate(-45deg);
}
@media screen and (max-width: 767px) {
  .header__hamburger.is-active .header__hamburger-line:nth-child(3) {
    transform: translateY(-0.5rem) rotate(-45deg);
  }
}

.header__hamburger-line {
  display: block;
  width: 2rem;
  height: 0.1875rem;
  background-color: #ffffff;
  border-radius: 0.125rem;
  transform-origin: center center;
  transition: transform 0.3s, opacity 0.3s;
}
@media screen and (max-width: 767px) {
  .header__hamburger-line {
    width: 1.375rem;
    height: 0.125rem;
  }
}

.header__megamenu {
  position: fixed;
  inset: 0;
  z-index: 200;
  background-color: #094ea5;
  display: flex;
  align-items: stretch;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.35s ease, visibility 0.35s ease;
}
.header__megamenu.is-open {
  opacity: 1;
  visibility: visible;
}
@media screen and (max-width: 767px) {
  .header__megamenu {
    flex-direction: column;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
}

.header__megamenu-close {
  position: absolute;
  top: 1.25rem;
  right: 1.5rem;
  z-index: 10;
  width: 3rem;
  height: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: none;
  border: none;
  cursor: pointer;
  color: #ffffff;
  font-size: 2.25rem;
  line-height: 1;
  transition: opacity 0.3s;
}
@media (hover: hover) {
  .header__megamenu-close:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 767px) {
  .header__megamenu-close {
    top: 0.625rem;
    right: 0.625rem;
    font-size: 1.875rem;
    width: 2.5rem;
    height: 2.5rem;
  }
}

.header__megamenu-body {
  width: 50%;
  margin-left: auto;
  padding: 3.75rem 3.75rem 2.5rem;
  overflow-y: auto;
}
@media screen and (max-width: 767px) {
  .header__megamenu-body {
    width: 100%;
    padding: 3.75rem 1.5rem 2.5rem;
    margin-left: 0;
  }
}

.header__megamenu-list {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .header__megamenu-list {
    display: none;
  }
}

.header__megamenu-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.header__megamenu-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 0.25rem;
  color: #ffffff;
  transition: opacity 0.3s;
}
@media (hover: hover) {
  .header__megamenu-link:hover {
    opacity: 0.7;
  }
}

.header__megamenu-en {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}

.header__megamenu-ja {
  font-family: "Zen Maru Gothic", "Hiragino Kaku Gothic Pro", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  opacity: 0.8;
}

.header__megamenu-sp-list {
  display: none;
}
@media screen and (max-width: 767px) {
  .header__megamenu-sp-list {
    display: flex;
    flex-direction: column;
  }
}

.header__megamenu-sp-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.125rem 0.25rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  font-family: "Zen Maru Gothic", "Hiragino Kaku Gothic Pro", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  color: #ffffff;
  letter-spacing: 0.05em;
  transition: opacity 0.3s;
}
@media (hover: hover) {
  .header__megamenu-sp-item:hover {
    opacity: 0.7;
  }
}

.header__megamenu-sp-arrow {
  display: inline-block;
  width: 0.75rem;
  height: 0.75rem;
  border-right: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  transform: rotate(45deg);
  margin-right: 0.25rem;
  flex-shrink: 0;
  transition: transform 0.3s;
}
.header__megamenu-sp-item--accordion[aria-expanded=true] .header__megamenu-sp-arrow {
  transform: rotate(-135deg);
}

.header__megamenu-sp-item--accordion {
  background: none;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  cursor: pointer;
}
.header__megamenu-sp-item--accordion[aria-expanded=true] {
  background-color: rgba(255, 255, 255, 0.1);
}

.header__megamenu-sp-sub {
  display: none;
  flex-direction: column;
}
.header__megamenu-sp-sub:not([hidden]) {
  display: flex;
  background-color: #1d395d;
}

.header__megamenu-sp-sub-item {
  display: block;
  padding: 0.875rem 0.25rem 0.875rem 1.25rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  font-family: "Zen Maru Gothic", "Hiragino Kaku Gothic Pro", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 0.9375rem;
  font-weight: 400;
  color: #ffffff;
  letter-spacing: 0.05em;
  transition: opacity 0.3s;
}
@media (hover: hover) {
  .header__megamenu-sp-sub-item:hover {
    opacity: 0.7;
  }
}

.header__megamenu-tel {
  display: none;
}
@media screen and (max-width: 767px) {
  .header__megamenu-tel {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 2.5rem;
    padding: 1.25rem 1rem;
    background-color: #ffffff;
    border-radius: 0.75rem;
  }
}

.header__megamenu-tel-label {
  font-family: "Zen Maru Gothic", "Hiragino Kaku Gothic Pro", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  color: #0f3278;
  letter-spacing: 0.05em;
}

.header__megamenu-tel-number {
  display: flex;
  align-items: center;
  gap: 0.375rem;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  color: #0f3278;
  letter-spacing: 0.03em;
  margin-top: 0.25rem;
}
.header__megamenu-tel-number img {
  width: 1.5rem;
  height: 1.5rem;
}

.footer {
  background-color: #89b3e7;
  padding: 1.875rem 0;
}
@media screen and (max-width: 767px) {
  .footer {
    padding: 1.875rem 0 1.25rem;
  }
}

.footer__inner {
  display: flex;
  justify-content: center;
  gap: 2rem;
}
@media screen and (max-width: 767px) {
  .footer__inner {
    flex-direction: column;
    align-items: center;
    gap: 1rem;
  }
}

.footer__logo {
  width: 5.3125rem;
  height: 7.875rem;
  flex-shrink: 0;
}
.footer__logo img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .footer__logo {
    width: 4.375rem;
    margin-inline: auto;
  }
}

.footer__body {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .footer__body {
    align-items: center;
    width: 100%;
  }
}

.footer__clinic-name {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  color: #0d2340;
  letter-spacing: 0.05em;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .footer__clinic-name {
    font-size: 1.25rem;
    text-align: center;
  }
}

.footer__description {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  color: #0d2340;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .footer__description {
    font-size: 0.8125rem;
    text-align: center;
  }
}

.footer__copyright {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  color: #0d2340;
  letter-spacing: 0.03em;
  margin-top: 1.375rem;
}
@media screen and (max-width: 767px) {
  .footer__copyright {
    font-size: 0.625rem;
    margin-top: 0.5rem;
    text-align: center;
  }
}

.footer__copyright-link {
  text-decoration: underline;
  color: #0d2340;
  transition: opacity 0.2s;
}
@media (hover: hover) {
  .footer__copyright-link:hover {
    opacity: 0.7;
  }
}

.sidebar {
  position: fixed;
  left: calc(14 / 1440 * 100vw);
  top: 9.5625rem;
  z-index: 90;
  width: 8rem;
  background-color: #ffffff;
  border-radius: 1.875rem;
  box-shadow: 0 0.25rem 1.25rem rgba(0, 0, 0, 0.1);
  padding: 1.25rem 0.75rem 0.625rem;
}
@media screen and (max-width: 767px) {
  .sidebar {
    display: none;
  }
}

.sidebar__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.75rem;
}

.sidebar__logo {
  display: block;
  width: calc(66 / 1440 * 100vw);
}
.sidebar__logo img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 66/45;
  object-fit: contain;
}

.sidebar__nav {
  width: 100%;
}

.sidebar__nav-list {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.sidebar__nav-item {
  display: block;
}

.sidebar__nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.625rem 0.5rem;
  border-radius: 0.75rem;
  font-family: "Zen Maru Gothic", "Hiragino Kaku Gothic Pro", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 0.75rem;
  font-weight: 400;
  color: #0d2340;
  letter-spacing: 0.05em;
  text-align: center;
  transition: background-color 0.3s;
  white-space: nowrap;
}
@media (hover: hover) {
  .sidebar__nav-link:hover {
    background-color: #f0f6ff;
  }
}

.sticky-contact {
  position: fixed;
  right: 0.9375rem;
  bottom: 10.625rem;
  z-index: 90;
}
@media screen and (max-width: 767px) {
  .sticky-contact {
    display: none;
  }
}

.sticky-contact__button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 5rem;
  height: 5rem;
  background-color: #094ea5;
  border-radius: 50%;
  box-shadow: 0 0.25rem 1rem rgba(9, 78, 165, 0.35);
  transition: opacity 0.3s;
}
.sticky-contact__button img {
  display: block;
  width: 2.375rem;
  height: 1.875rem;
  object-fit: contain;
}
@media (hover: hover) {
  .sticky-contact__button:hover {
    opacity: 0.8;
  }
}
@media screen and (max-width: 767px) {
  .sticky-contact__button {
    width: 4rem;
    height: 4rem;
  }
  .sticky-contact__button img {
    width: 2.375rem;
    height: 2.375rem;
  }
}

.fv {
  position: relative;
  width: 100%;
  background-color: #D8F5FF;
  overflow: hidden;
}

.fv__watermark {
  position: absolute;
  top: calc(511 / 1440 * 100vw);
  left: 0;
  z-index: 0;
  width: calc(258 / 1440 * 100vw);
  height: calc(258 / 1440 * 100vw);
  object-fit: cover;
  opacity: 0.5;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .fv__watermark {
    display: none;
  }
}

.fv__bg {
  position: relative;
  z-index: 1;
  width: calc(1260 / 1440 * 100vw);
  margin-left: auto;
  margin-right: 0;
  border-radius: calc(20 / 1440 * 100vw) 0 0 calc(20 / 1440 * 100vw);
  overflow: hidden;
  aspect-ratio: 1260/654;
  box-shadow: -2px 4px 10px rgba(9, 78, 165, 0.25);
}
.fv__bg > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .fv__bg > img {
    display: block;
    object-position: 47% -170%;
    border-bottom-left-radius: 30px;
    box-shadow: 0.25rem 0.25rem 0.25rem rgba(168, 164, 164, 0.25);
  }
}
@media screen and (max-width: 767px) {
  .fv__bg {
    width: 100%;
    margin-left: 0;
    border-radius: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    aspect-ratio: 375/268;
    box-shadow: none;
    overflow: visible;
    margin-bottom: 6.875rem;
  }
}

.fv__inner {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: calc(40 / 1440 * 100vw) calc(60 / 1440 * 100vw);
  padding-left: calc(91 / 1440 * 100vw);
}
@media screen and (max-width: 767px) {
  .fv__inner {
    position: absolute;
    padding: 1.25rem 1rem;
    justify-content: center;
    border-radius: 0;
  }
}

.fv__content {
  text-align: left;
}
@media screen and (max-width: 767px) {
  .fv__content {
    text-align: left;
  }
}

.fv__catch {
  font-family: "Zen Maru Gothic", "Hiragino Kaku Gothic Pro", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: min(3.0555555556vw, 44px);
  font-weight: 500;
  color: #ffffff;
  line-height: 1.2;
  letter-spacing: 0.05em;
  text-shadow: 0 min(0.2777777778vw, 4px) min(0.2777777778vw, 4px) rgba(255, 255, 255, 0.25);
}
@media screen and (max-width: 767px) {
  .fv__catch {
    position: relative;
    top: 4.0625rem;
    left: 3vw;
    font-size: 1.125rem;
    line-height: 1.4;
    text-align: left;
    letter-spacing: normal;
    text-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.15);
  }
}

.fv__catch-line {
  display: block;
  width: fit-content;
  padding-bottom: min(0.5555555556vw, 8px);
  border-bottom: 2px solid #ffffff;
}
.fv__catch-line + .fv__catch-line {
  margin-top: min(0.2777777778vw, 4px);
}
@media screen and (max-width: 767px) {
  .fv__catch-line {
    border-bottom: 2px solid #ffffff;
  }
  .fv__catch-line + .fv__catch-line {
    margin-top: 0.25rem;
  }
}

@media screen and (max-width: 767px) {
  .fv__catch-mo {
    font-size: 0.875rem;
  }
}

@media screen and (max-width: 767px) {
  .fv__catch-sub {
    font-size: 0.875rem;
  }
}

.fv__catch-highlight {
  color: #ffd690;
  font-size: min(3.8888888889vw, 56px);
  font-weight: 500;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .fv__catch-highlight {
    font-size: 1.5rem;
  }
}

.fv__catch-emphasis {
  font-size: min(3.8888888889vw, 56px);
  font-weight: 500;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .fv__catch-emphasis {
    font-size: 1.5rem;
  }
}

.fv__tags {
  display: flex;
  flex-wrap: wrap;
  gap: min(0.3472222222vw, 5px);
  margin-top: min(2.0833333333vw, 30px);
}
@media screen and (max-width: 767px) {
  .fv__tags {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    z-index: 3;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.625rem;
    margin-top: 1.375rem;
    padding: 0rem 1.25rem;
  }
  .fv__tags > .fv__tag:nth-child(1) {
    order: 1;
  }
  .fv__tags > .fv__tag:nth-child(2) {
    order: 3;
  }
  .fv__tags > .fv__tag:nth-child(3) {
    order: 4;
  }
  .fv__tags > .fv__tag:nth-child(4) {
    order: 2;
  }
}

.fv__tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: min(0.4166666667vw, 6px);
  padding: min(0.5555555556vw, 8px) min(1.3888888889vw, 20px);
  background-color: rgba(255, 255, 255, 0.45);
  border-radius: min(0.6944444444vw, 10px);
  font-family: "Zen Maru Gothic", "Hiragino Kaku Gothic Pro", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: min(1.3888888889vw, 20px);
  font-weight: 500;
  color: #0d2340;
  letter-spacing: 0.03em;
}
.fv__tag::before {
  content: "✓";
  font-size: min(1.25vw, 18px);
  color: #094ea5;
  font-weight: 900;
}
@media screen and (max-width: 767px) {
  .fv__tag {
    font-size: 0.875rem;
    padding: 0.5rem 0.625rem;
    border-radius: 0.5rem;
    justify-content: center;
  }
  .fv__tag::before {
    font-size: 0.875rem;
  }
}

.fv__bottom-nav {
  position: relative;
  z-index: 2;
  padding: 1.25rem 0 1.875rem;
  max-width: 70.625rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .fv__bottom-nav {
    padding: 1rem 0 1.25rem;
  }
}

.fv__bottom-nav-list {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .fv__bottom-nav-list {
    gap: 0.5rem;
    flex-wrap: wrap;
  }
}

.fv__bottom-nav-item {
  display: inline-flex;
  position: relative;
}
.fv__bottom-nav-item::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 0.0625rem;
  height: 1.5rem;
  background-color: #0d2340;
}
.fv__bottom-nav-item:last-child::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 0.0625rem;
  height: 1.5rem;
  background-color: #0d2340;
}

.fv__bottom-nav-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.75rem 3rem;
  font-family: "Zen Maru Gothic", "Hiragino Kaku Gothic Pro", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 1.4375rem;
  font-weight: 400;
  color: #0d2340;
  letter-spacing: 0.05em;
  transition: opacity 0.3s;
}
@media (hover: hover) {
  .fv__bottom-nav-link:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 767px) {
  .fv__bottom-nav-link {
    font-size: 0.875rem;
    padding: 0.5rem 1.25rem;
  }
}

.new-building {
  position: relative;
  padding: 3.75rem 0 0;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .new-building {
    padding-top: 2.5rem;
    padding-bottom: 1.5625rem;
    background-color: #fffcea;
  }
}

.new-building__inner {
  position: relative;
  z-index: 1;
  max-width: 70.625rem;
  margin-inline: auto;
  padding-inline: 1.5625rem;
  display: flex;
  align-items: center;
  gap: 2.5rem;
}
@media screen and (max-width: 767px) {
  .new-building__inner {
    flex-direction: column-reverse;
    gap: 1.25rem;
    padding-inline: 1.25rem;
  }
}

.new-building__photo {
  position: relative;
  width: 19.625rem;
  height: 14.6875rem;
  border-radius: 1.875rem;
  overflow: hidden;
  flex-shrink: 0;
}
.new-building__photo::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 0.3125rem solid #d1ebff;
  border-radius: 1.875rem;
  pointer-events: none;
  z-index: 1;
}
.new-building__photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .new-building__photo {
    width: 90%;
    height: auto;
  }
  .new-building__photo img {
    height: auto;
  }
}

.new-building__bubble {
  position: relative;
  flex: 1;
}

.new-building__bubble-body {
  position: relative;
  z-index: 1;
  background: url("../assets/img/top/newbuilding_05.png") center/cover no-repeat;
  padding-top: 2.125rem;
  padding-right: 3.125rem;
  padding-bottom: 1.875rem;
  padding-left: 6.25rem;
  min-height: 12.625rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .new-building__bubble-body {
    padding-top: 1.5625rem;
    padding-right: 1.5rem;
    padding-bottom: 1.25rem;
    padding-left: 1.5rem;
    min-height: 7.5rem;
    background-size: 100% 100%;
  }
}

.new-building__bubble-frame {
  position: absolute;
  pointer-events: none;
  z-index: 2;
}

.new-building__bubble-frame--left {
  width: 17.875rem;
  height: auto;
  left: -0.625rem;
  bottom: -0.3125rem;
  transform: rotate(5.25deg);
}
@media screen and (max-width: 767px) {
  .new-building__bubble-frame--left {
    width: 6.875rem;
    left: -1rem;
    bottom: 0.875rem;
  }
}

.new-building__bubble-frame--right {
  width: 15.75rem;
  height: auto;
  right: -1rem;
  top: 0.625rem;
  transform: rotate(4.25deg);
}
@media screen and (max-width: 767px) {
  .new-building__bubble-frame--right {
    width: 6.25rem;
    right: -0.875rem;
    top: 0.1875rem;
  }
}

.new-building__bubble-line1 {
  font-family: "Zen Maru Gothic", "Hiragino Kaku Gothic Pro", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  color: #0d2340;
  line-height: normal;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .new-building__bubble-line1 {
    font-size: 1.125rem;
    text-align: center;
  }
}

.new-building__bubble-shinkan {
  font-size: 2.75rem;
  font-weight: 700;
  color: #fca309;
}
@media screen and (max-width: 767px) {
  .new-building__bubble-shinkan {
    font-size: 1.5rem;
  }
}

.new-building__bubble-line2 {
  text-align: center;
  font-family: "Zen Maru Gothic", "Hiragino Kaku Gothic Pro", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 3.5rem;
  font-weight: 500;
  color: #0d2340;
  line-height: normal;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .new-building__bubble-line2 {
    font-size: 1.75rem;
    text-align: center;
  }
}

.new-building__bubble-recruit {
  font-weight: 900;
  text-shadow: 2px 4px 0 rgba(252, 163, 9, 0.2);
}

.new-building__bg-shape {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 0;
  pointer-events: none;
}

.new-building__bg-circles {
  position: absolute;
  top: 2.1875rem;
  left: 50%;
  transform: translateX(-50%);
  width: 99.25rem;
  height: auto;
  z-index: 0;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .new-building__bg-circles {
    width: 100%;
    top: 0.625rem;
  }
}

.new-building__bg-deco {
  position: absolute;
  opacity: 0.8;
  z-index: 1;
  pointer-events: none;
}

.new-building__bg-deco--left {
  width: 15.9375rem;
  height: auto;
  left: 0.375rem;
  bottom: 4.375rem;
  transform: rotate(180deg);
}
@media screen and (max-width: 767px) {
  .new-building__bg-deco--left {
    width: 6.25rem;
    left: -0.625rem;
    bottom: -0.625rem;
  }
}

.new-building__bg-deco--right {
  width: 21.25rem;
  height: auto;
  right: 1.25rem;
  top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .new-building__bg-deco--right {
    width: 7.5rem;
    right: -0.625rem;
    top: 0.625rem;
  }
}

.highlight {
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 3.75rem;
  padding-left: 0;
  background-color: #ffffff;
}
@media screen and (max-width: 767px) {
  .highlight {
    padding-bottom: 3.125rem;
  }
}

.highlight__inner {
  width: 100%;
  max-width: 81.875rem;
  margin-inline: auto;
  padding-inline: 1.5625rem;
  overflow: visible;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .highlight__inner {
    max-width: 23.4375rem;
    padding-inline: 1.25rem;
  }
}

.highlight__heading {
  position: relative;
  text-align: center;
  overflow: visible;
}

.highlight__heading-shape {
  position: absolute;
  left: 50%;
  top: -18.4375rem;
  z-index: 0;
  width: 100vw;
  max-width: none;
  height: 27.5625rem;
  transform: translateX(-50%);
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .highlight__heading-shape {
    top: -5rem;
    height: 12.5rem;
  }
}

.highlight__title-en {
  top: 4.375rem;
  color: rgba(255, 232, 232, 0.5);
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .highlight__title-en {
    top: 1.875rem;
  }
}

.highlight__title-ja {
  margin-top: -1.875rem;
  margin-right: 1.875rem;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
}
@media screen and (max-width: 767px) {
  .highlight__title-ja {
    margin-top: -0.875rem;
    margin-right: 0.3125rem;
  }
}

.highlight__title-badge {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 7.5625rem;
  height: 7.375rem;
  flex-shrink: 0;
  background-image: url("../assets/img/top/newbuildingellipse.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  color: #ffffff;
  font-family: "Zen Maru Gothic", "Hiragino Kaku Gothic Pro", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4583333333;
  letter-spacing: 0.05em;
  text-align: center;
  margin-right: 0.1875rem;
}
@media screen and (max-width: 767px) {
  .highlight__title-badge {
    width: 3.75rem;
    height: 3.625rem;
    font-size: 0.75rem;
    margin-right: 0.0625rem;
  }
}

.highlight__title-num {
  display: block;
  width: 6.8125rem;
  height: 7.125rem;
  object-fit: contain;
}
@media screen and (max-width: 767px) {
  .highlight__title-num {
    width: 3.5rem;
    height: auto;
  }
}

.highlight__title-sub {
  font-family: "Zen Maru Gothic", "Hiragino Kaku Gothic Pro", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 2.5rem;
  font-weight: 500;
  color: #0d2340;
  letter-spacing: 0.08em;
  margin-left: -1.0625rem;
}
@media screen and (max-width: 767px) {
  .highlight__title-sub {
    font-size: 1.25rem;
    margin-left: -0.375rem;
  }
}

.highlight__title-accent {
  font-family: "Zen Maru Gothic", "Hiragino Kaku Gothic Pro", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 3.5rem;
  font-weight: 700;
  color: #fca309;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .highlight__title-accent {
    font-size: 1.75rem;
  }
}

.highlight__body {
  display: flex;
  gap: 5.9375rem;
  margin-top: 1.25rem;
}
@media screen and (max-width: 767px) {
  .highlight__body {
    flex-direction: column;
    gap: 1.5625rem;
    margin-top: 3rem;
  }
}

.highlight__col {
  display: flex;
  flex-direction: column;
  gap: 3.125rem;
  min-width: 0;
}
@media screen and (max-width: 767px) {
  .highlight__col {
    display: contents;
  }
}

.highlight__col--left {
  flex: 3;
  padding-top: 5rem;
}
@media screen and (max-width: 767px) {
  .highlight__col--left {
    flex: 1;
    padding-top: 0;
  }
}

.highlight__col--right {
  flex: 2;
}
@media screen and (max-width: 767px) {
  .highlight__col--right {
    flex: 1;
  }
}

.highlight__item {
  display: flex;
  flex-direction: column;
}

.highlight__item-header {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.highlight__item-number-img {
  flex-shrink: 0;
  height: auto;
}
@media screen and (max-width: 767px) {
  .highlight__item-number-img {
    width: 3.75rem;
  }
}

@media screen and (max-width: 767px) {
  .highlight__item--01 {
    order: 2;
  }
}

@media screen and (max-width: 767px) {
  .highlight__item--02 {
    order: 3;
  }
}

@media screen and (max-width: 767px) {
  .highlight__item--03 {
    order: 4;
  }
}

.highlight__item--01 .highlight__item-number-img {
  width: 8.6875rem;
}

.highlight__item--02 .highlight__item-number-img {
  width: 8.4375rem;
}

.highlight__item--03 .highlight__item-number-img {
  width: 9.1875rem;
}

.highlight__item-title {
  font-family: "Zen Maru Gothic", "Hiragino Kaku Gothic Pro", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 2rem;
  font-weight: 500;
  color: #0d2340;
  letter-spacing: 0.05em;
  line-height: normal;
}
@media screen and (max-width: 767px) {
  .highlight__item-title {
    font-size: 1.25rem;
  }
}

.highlight__item-content {
  position: relative;
  margin-top: 1rem;
}

.highlight__item--01 .highlight__item-content {
  min-height: 19.375rem;
}
.highlight__item--01 .highlight__item-content .highlight__item-photo {
  position: absolute;
  left: 0;
  top: 0.75rem;
}
.highlight__item--01 .highlight__item-content .highlight__item-bubble--yellow {
  position: absolute;
  left: 14.6875rem;
  top: 6.1875rem;
  padding-top: 2.1875rem;
}
@media screen and (max-width: 767px) {
  .highlight__item--01 .highlight__item-content .highlight__item-bubble--yellow {
    padding-top: 0;
  }
}
.highlight__item--01 .highlight__item-content .highlight__item-bubble--blue {
  position: absolute;
  left: 24.6875rem;
  top: 0;
}
@media screen and (max-width: 767px) {
  .highlight__item--01 .highlight__item-content {
    min-height: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    gap: 0;
  }
  .highlight__item--01 .highlight__item-content .highlight__item-photo,
  .highlight__item--01 .highlight__item-content .highlight__item-bubble--yellow,
  .highlight__item--01 .highlight__item-content .highlight__item-bubble--blue {
    position: static;
  }
  .highlight__item--01 .highlight__item-content .highlight__item-bubble--yellow {
    margin-left: -1.5rem;
  }
  .highlight__item--01 .highlight__item-content .highlight__item-bubble--blue {
    margin-top: -1.875rem;
  }
}

.highlight__item--02 .highlight__item-content {
  min-height: 22.1875rem;
}
.highlight__item--02 .highlight__item-content .highlight__item-photo {
  position: absolute;
  left: 8rem;
  top: 0;
}
.highlight__item--02 .highlight__item-content .highlight__item-bubble--orange {
  position: absolute;
  left: 0;
  top: 8.875rem;
}
@media screen and (max-width: 767px) {
  .highlight__item--02 .highlight__item-content {
    min-height: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    gap: 0;
  }
  .highlight__item--02 .highlight__item-content .highlight__item-photo,
  .highlight__item--02 .highlight__item-content .highlight__item-bubble--orange {
    position: static;
  }
  .highlight__item--02 .highlight__item-content .highlight__item-bubble--orange {
    margin-left: -1.5rem;
  }
}

.highlight__item--03 .highlight__item-content {
  min-height: 23.125rem;
}
.highlight__item--03 .highlight__item-content .highlight__item-bubble--pink {
  position: absolute;
  left: 1.3125rem;
  top: 2.1875rem;
}
.highlight__item--03 .highlight__item-content .highlight__item-photo {
  position: absolute;
  left: 19rem;
  top: 0.4375rem;
}
.highlight__item--03 .highlight__item-content .highlight__item-bubble--green {
  position: absolute;
  left: 11.3125rem;
  top: 9.9375rem;
}
@media screen and (max-width: 767px) {
  .highlight__item--03 .highlight__item-content {
    min-height: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    gap: 0;
  }
  .highlight__item--03 .highlight__item-content .highlight__item-bubble--pink,
  .highlight__item--03 .highlight__item-content .highlight__item-photo,
  .highlight__item--03 .highlight__item-content .highlight__item-bubble--green {
    position: static;
  }
  .highlight__item--03 .highlight__item-content .highlight__item-photo {
    margin-left: -1.5rem;
  }
  .highlight__item--03 .highlight__item-content .highlight__item-bubble--green {
    margin-top: -1.875rem;
  }
}

.highlight__item-photo {
  width: 15.625rem;
  height: 15.625rem;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
}
.highlight__item-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .highlight__item-photo {
    width: 10rem;
    height: 10rem;
  }
}

.highlight__item-bubble {
  width: 13.125rem;
  height: 13.125rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .highlight__item-bubble {
    width: 8.125rem;
    height: 8.125rem;
  }
}

.highlight__item-bubble--yellow {
  background-color: rgba(216, 245, 255, 0.7);
}

.highlight__item-bubble--blue {
  background-color: rgba(254, 243, 210, 0.7);
}

.highlight__item-bubble--pink {
  background-color: rgba(221, 255, 216, 0.7);
}

.highlight__item-bubble--green {
  background-color: rgba(200, 230, 255, 0.4);
}

.highlight__item-bubble--orange {
  background-color: rgba(255, 232, 232, 0.7);
}

.highlight__item-bubble-text {
  font-family: "Zen Maru Gothic", "Hiragino Kaku Gothic Pro", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  color: #0d2340;
  line-height: normal;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .highlight__item-bubble-text {
    font-size: 0.875rem;
  }
}

.highlight__item-bubble-text--yellow {
  line-height: 1.4583333333;
}

.highlight__item-bubble-nowrap {
  white-space: nowrap;
}

.highlight__athome {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  column-gap: 1rem;
  margin-bottom: 6.0625rem;
}
@media screen and (max-width: 767px) {
  .highlight__athome {
    order: 1;
    align-items: flex-start;
    justify-content: flex-start;
    min-height: 9.375rem;
    margin-bottom: 1rem;
    padding-right: 3.75rem;
  }
}

.highlight__athome-speech {
  flex: 1;
  min-width: 12.5rem;
  transform: rotate(-15deg);
  transform-origin: center;
  margin-top: 5.3125rem;
  margin-left: 2.8125rem;
}
@media screen and (max-width: 767px) {
  .highlight__athome-speech {
    flex: 0 1 auto;
    min-width: 0;
    margin-top: 4.0625rem;
    margin-left: 3.75rem;
    width: calc(100% - 7rem);
    display: flex;
    justify-content: flex-end;
  }
}

.highlight__athome-deco {
  position: absolute;
  top: 1.9375rem;
  right: 10.3125rem;
  width: 5.9375rem;
  height: 9.5rem;
  pointer-events: none;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .highlight__athome-deco {
    display: block;
    top: 2rem;
    right: 6.875rem;
    width: 3.5rem;
    height: 5.75rem;
  }
}

.highlight__athome-deco-img {
  position: absolute;
  display: block;
  max-width: none;
  width: 3.875rem;
  height: auto;
}
@media screen and (max-width: 767px) {
  .highlight__athome-deco-img {
    width: 2.625rem;
  }
}

.highlight__athome-deco-img--1 {
  top: 0;
  left: 0.625rem;
  transform: rotate(-15deg);
}
@media screen and (max-width: 767px) {
  .highlight__athome-deco-img--1 {
    left: 0.375rem;
  }
}

.highlight__athome-deco-img--2 {
  top: 6.375rem;
  left: 2.3125rem;
  transform: rotate(-21.45deg) scaleY(-1);
}
@media screen and (max-width: 767px) {
  .highlight__athome-deco-img--2 {
    top: 3.625rem;
    left: 1.25rem;
  }
}

.highlight__athome-text {
  font-family: "Zen Maru Gothic", "Hiragino Kaku Gothic Pro", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  color: #0d2340;
  line-height: normal;
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .highlight__athome-text {
    font-size: 0.875rem;
  }
}

.highlight__athome-text-line {
  display: block;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .highlight__athome-text-line {
    white-space: nowrap;
  }
}

.highlight__athome-accent {
  font-weight: 900;
  color: #fca309;
}

.highlight__athome-photo {
  width: 10.6875rem;
  height: 10.6875rem;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
}
.highlight__athome-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .highlight__athome-photo {
    position: absolute;
    top: 0;
    right: 0;
    width: 7rem;
    height: 7rem;
  }
}

.highlight__athome-instagram {
  display: flex;
  align-items: center;
  gap: 0.375rem;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .highlight__athome-instagram {
    position: absolute;
    top: 7.5rem;
    right: 0.125rem;
    margin-left: 0;
  }
}
.highlight__athome-instagram img {
  width: 2.4375rem;
  height: 2.4375rem;
}
@media screen and (max-width: 767px) {
  .highlight__athome-instagram img {
    width: 1.5rem;
    height: 1.5rem;
  }
}

.highlight__athome-instagram-text {
  font-family: "Zen Maru Gothic", "Hiragino Kaku Gothic Pro", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
  color: #0d2340;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767px) {
  .highlight__athome-instagram-text {
    font-size: 0.875rem;
  }
}

.highlight__cta {
  text-align: center;
  margin-top: 1.25rem;
}
@media screen and (max-width: 767px) {
  .highlight__cta {
    order: 5;
    margin-top: 1rem;
  }
}

.highlight__cta-text {
  font-family: "Zen Maru Gothic", "Hiragino Kaku Gothic Pro", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 2rem;
  font-weight: 400;
  color: #0d2340;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767px) {
  .highlight__cta-text {
    font-size: 1.25rem;
  }
}

.highlight__cta-accent {
  font-size: 2.5rem;
  font-weight: 500;
  color: #fca309;
}
@media screen and (max-width: 767px) {
  .highlight__cta-accent {
    font-size: 1.5rem;
  }
}

.highlight__cta-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  min-width: 22.5rem;
  padding-top: 1.125rem;
  padding-right: 2.5rem;
  padding-bottom: 1.125rem;
  padding-left: 2.5rem;
  background-color: #309ff2;
  color: #ffffff;
  font-family: "Zen Maru Gothic", "Hiragino Kaku Gothic Pro", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  letter-spacing: 0.03em;
  border-radius: 3.125rem;
  position: relative;
  margin-top: 0.75rem;
  transition: opacity 0.3s;
}
.highlight__cta-button::before {
  content: "";
  position: absolute;
  top: 0.375rem;
  right: 0.5rem;
  bottom: 0.375rem;
  left: 0.5rem;
  border: 0.1875rem solid #ffffff;
  border-radius: 3.125rem;
  pointer-events: none;
}
.highlight__cta-button > * {
  position: relative;
  z-index: 1;
}
@media (hover: hover) {
  .highlight__cta-button:hover {
    opacity: 0.8;
  }
}
@media screen and (max-width: 767px) {
  .highlight__cta-button {
    min-width: 16.25rem;
    font-size: 1rem;
    padding-top: 0.875rem;
    padding-right: 2rem;
    padding-bottom: 0.875rem;
    padding-left: 2rem;
  }
}

.highlight__cta-button-icon {
  width: 2rem;
  height: 2rem;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .highlight__cta-button-icon {
    width: 1.5rem;
    height: 1.5rem;
  }
}

.growth {
  position: relative;
  padding: 5rem 0 11.25rem 0;
  background-color: #f0fdff;
}
.growth::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 7.5rem;
  background: url("../assets/img/top/growth_wave_bottom.svg") no-repeat bottom center;
  background-size: 100% 100%;
  z-index: 1;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .growth {
    padding: 3.125rem 0 8.25rem 0;
  }
  .growth::after {
    height: 3.75rem;
  }
}

.growth__deco-teeth {
  position: absolute;
  width: 18.1875rem;
  height: 18.1875rem;
  pointer-events: none;
  z-index: 0;
}
.growth__deco-teeth--a {
  top: 26.875rem;
  left: 1%;
}
.growth__deco-teeth--b {
  bottom: 33.125rem;
  right: 1%;
}
@media screen and (max-width: 767px) {
  .growth__deco-teeth {
    display: none;
  }
}

.growth__inner {
  position: relative;
  z-index: 1;
  max-width: 70.625rem;
  margin-inline: auto;
  padding-inline: 1.5625rem;
}
@media screen and (max-width: 767px) {
  .growth__inner {
    padding-inline: 1.25rem;
  }
}

.growth__heading {
  text-align: center;
}

.growth__title-en {
  color: rgba(177, 208, 229, 0.5);
}

.growth__title-ja {
  margin-top: -1.875rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .growth__title-ja {
    margin-top: -0.875rem;
  }
}

.growth__subtitle {
  font-family: "Zen Maru Gothic", "Hiragino Kaku Gothic Pro", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  color: #0d2340;
  line-height: normal;
  letter-spacing: 0.03em;
  text-align: center;
  margin-top: 3.75rem;
}
@media screen and (max-width: 767px) {
  .growth__subtitle {
    font-size: 1.125rem;
    margin-top: 1rem;
  }
}

.growth__subtitle-blue {
  color: #094ea5;
}

.growth__subtitle-orange {
  color: #fca309;
}

.growth__description {
  font-family: "Zen Maru Gothic", "Hiragino Kaku Gothic Pro", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  color: #0d2340;
  line-height: normal;
  letter-spacing: 0.03em;
  text-align: center;
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .growth__description {
    font-size: 0.875rem;
    line-height: 1.7142857143;
  }
}

.growth__card {
  margin-top: 2.5rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .growth__card {
    margin-top: 1.5rem;
  }
}

.growth__card--area {
  display: block;
  padding-top: 3.75rem;
}
@media screen and (min-width: 768px) {
  .growth__card--area {
    margin-top: 3.125rem;
  }
}
.growth__card--area .growth__card-title {
  position: absolute;
  bottom: 14.5rem;
  left: 0;
  z-index: 3;
  text-shadow: 0 0.25rem 0.25rem rgba(0, 0, 0, 0.25);
}
.growth__card--area .growth__card-photo {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 24.625rem;
  height: 13.25rem;
  z-index: 2;
  overflow: hidden;
}
.growth__card--area .growth__card-body {
  position: relative;
  z-index: 1;
  margin-left: 16.25rem;
  background-color: rgba(255, 255, 255, 0.7);
  box-shadow: 0 0.25rem 0.25rem rgba(0, 0, 0, 0.25);
  padding: 1.25rem 1.875rem 1.875rem 8.4375rem;
}
@media screen and (min-width: 768px) {
  .growth__card--area .growth__card-body > .growth__card-lead:first-of-type {
    margin-left: -6.25rem;
  }
}
@media screen and (max-width: 767px) {
  .growth__card--area {
    display: flex;
    flex-direction: column;
    padding-top: 0;
  }
  .growth__card--area .growth__card-title {
    position: static;
    text-shadow: none;
    text-align: center;
  }
  .growth__card--area .growth__card-photo {
    position: static;
    width: 100%;
    height: 11.25rem;
  }
  .growth__card--area .growth__card-body {
    margin-left: 0;
    padding: 1.25rem 1.875rem 1.875rem;
  }
}

.growth__card--equipment {
  display: block;
  padding-top: 3.75rem;
}
@media screen and (min-width: 768px) {
  .growth__card--equipment {
    margin-top: 3.875rem;
  }
}
.growth__card--equipment .growth__card-title {
  position: absolute;
  bottom: 14.5625rem;
  right: 0;
  z-index: 3;
  text-shadow: 0 0.25rem 0.25rem rgba(0, 0, 0, 0.25);
}
.growth__card--equipment .growth__card-photo {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 24.625rem;
  height: 13.3125rem;
  z-index: 2;
  overflow: hidden;
}
.growth__card--equipment .growth__card-body {
  position: relative;
  z-index: 1;
  margin-right: 16.25rem;
  background-color: rgba(255, 255, 255, 0.7);
  box-shadow: 0 0.25rem 0.25rem rgba(0, 0, 0, 0.25);
  padding: 1.25rem 7.5rem 1.875rem 1.875rem;
}
@media screen and (max-width: 767px) {
  .growth__card--equipment {
    display: flex;
    flex-direction: column;
    padding-top: 0;
  }
  .growth__card--equipment .growth__card-title {
    position: static;
    text-shadow: none;
    text-align: center;
  }
  .growth__card--equipment .growth__card-photo {
    position: static;
    width: 100%;
    height: 11.25rem;
  }
  .growth__card--equipment .growth__card-body {
    margin-right: 0;
    padding: 1.25rem 1.875rem 1.875rem;
  }
}

.growth__card-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.growth__card-title {
  font-family: "Zen Maru Gothic", "Hiragino Kaku Gothic Pro", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 2.5rem;
  font-weight: 500;
  color: #0d2340;
  line-height: normal;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767px) {
  .growth__card-title {
    font-size: 1.5rem;
  }
}

.growth__card-lead {
  font-family: "Zen Maru Gothic", "Hiragino Kaku Gothic Pro", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  color: #0d2340;
  line-height: normal;
  letter-spacing: 0.03em;
  margin-top: 0.75rem;
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.25rem;
}
@media screen and (max-width: 767px) {
  .growth__card-lead {
    font-size: 1rem;
    gap: 0.125rem;
  }
}

.growth__card-lead-line {
  position: relative;
  display: inline-block;
  width: fit-content;
  max-width: 100%;
  padding-bottom: 0.25rem;
  z-index: 0;
}
.growth__card-lead-line::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0.125rem;
  top: 1.25rem;
  width: 100%;
  height: 0.8125rem;
  background-color: #9ed6ff;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .growth__card-lead-line {
    padding-bottom: 0.125rem;
  }
  .growth__card-lead-line::after {
    height: 0.5rem;
    bottom: 0.0625rem;
  }
}

.growth__card-cols {
  display: flex;
  justify-content: center;
  gap: 2.5rem;
  margin-top: 1.25rem;
}
@media screen and (max-width: 767px) {
  .growth__card-cols {
    flex-direction: column;
    gap: 0.5rem;
    margin-top: 0.75rem;
  }
}

.growth__card-col {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.growth__card-item {
  font-family: "Zen Maru Gothic", "Hiragino Kaku Gothic Pro", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  color: #0d2340;
  line-height: normal;
  letter-spacing: 0.03em;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .growth__card-item {
    font-size: 0.875rem;
  }
}

.growth__skills {
  display: flex;
  justify-content: center;
  gap: 2.5rem;
  margin-top: 3.125rem;
}
@media screen and (max-width: 767px) {
  .growth__skills {
    gap: 0.75rem;
    margin-top: 1.875rem;
  }
}

.growth__skill {
  width: 16rem;
  height: 16rem;
  border-radius: 50%;
  background-color: rgba(255, 255, 252, 0.9);
  filter: drop-shadow(4px 4px 4px rgba(0, 0, 0, 0.1));
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  text-align: center;
  padding-block: 1.25rem;
}
@media screen and (max-width: 767px) {
  .growth__skill {
    width: 6.875rem;
    height: 6.875rem;
    padding: 0.5rem 0.25rem 0.25rem;
    justify-content: flex-start;
  }
}

.growth__skill-icon {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.growth__skill-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media screen and (max-width: 767px) {
  .growth__skill-icon {
    width: 3rem;
    height: 3rem;
  }
}

@media screen and (min-width: 768px) {
  .growth__skill:nth-child(1) .growth__skill-icon {
    width: 6.875rem;
    height: 6.875rem;
  }
  .growth__skill:nth-child(2) .growth__skill-icon {
    width: 7.6875rem;
    height: 7.8125rem;
  }
  .growth__skill:nth-child(3) .growth__skill-icon {
    width: 5.875rem;
    height: 5.875rem;
  }
}
.growth__skill-title {
  font-family: "Zen Maru Gothic", "Hiragino Kaku Gothic Pro", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  color: #094ea5;
  line-height: normal;
  letter-spacing: 0.03em;
  margin-top: 0.375rem;
}
@media screen and (max-width: 767px) {
  .growth__skill-title {
    font-size: 0.6875rem;
    margin-top: 0.25rem;
  }
}

.growth__skill-text {
  font-family: "Zen Maru Gothic", "Hiragino Kaku Gothic Pro", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  color: #0d2340;
  line-height: 1.25;
  letter-spacing: 0.03em;
  margin-top: 0.25rem;
}
@media screen and (max-width: 767px) {
  .growth__skill-text {
    font-size: 0.625rem;
    margin-top: 0.125rem;
  }
}

@media screen and (min-width: 768px) {
  .growth__skill:nth-of-type(3) .growth__skill-text {
    margin-top: 0;
  }
  .growth__skill:nth-of-type(2) .growth__skill-title {
    margin-top: -1.125rem;
  }
  .growth__skill:nth-of-type(2) .growth__skill-text {
    margin-top: 0.125rem;
  }
}
@media screen and (max-width: 767px) {
  .growth__skill:nth-of-type(2) .growth__skill-icon {
    width: 3.75rem;
    height: 3.75rem;
  }
  .growth__skill:nth-of-type(2) .growth__skill-title {
    margin-top: -0.375rem;
  }
}
.career {
  position: relative;
  padding: 5rem 0;
  background-color: #ffffff;
}
@media screen and (max-width: 767px) {
  .career {
    padding: 3.125rem 0;
  }
}

.career__inner {
  position: relative;
  z-index: 1;
  max-width: 70.625rem;
  margin-inline: auto;
  padding-inline: 1.5625rem;
}
@media screen and (max-width: 767px) {
  .career__inner {
    padding-inline: 1.25rem;
  }
}

.career__header {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .career__header {
    flex-direction: column;
  }
}

.career__header-left {
  position: relative;
  z-index: 1;
  flex: 1;
}

.career__heading {
  text-align: left;
}

.career__title-en {
  color: rgba(134, 198, 242, 0.5);
  text-align: left;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .career__title-en {
    font-size: 2.25rem;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
  }
}

.career__title-ja {
  margin-top: -1.875rem;
  position: relative;
  z-index: 1;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .career__title-ja {
    margin-top: -0.875rem;
    text-align: center;
  }
}

.career__subtitle {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-size: 2rem;
  font-weight: 500;
  color: #0d2340;
  line-height: normal;
  letter-spacing: 0.03em;
  text-align: left;
  margin-top: 1.875rem;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .career__subtitle {
    font-size: 1.125rem;
    margin-top: 1.25rem;
    white-space: normal;
    text-align: center;
  }
}

.career__description {
  font-family: "Zen Maru Gothic", "Hiragino Kaku Gothic Pro", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  color: #0d2340;
  line-height: normal;
  letter-spacing: 0.03em;
  text-align: left;
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .career__description {
    font-size: 0.875rem;
    line-height: 1.7142857143;
    text-align: center;
  }
}

.career__bubble-decor {
  position: absolute;
  width: 2.375rem;
  height: 2.375rem;
  border-radius: 50%;
  background-color: #fdffd1;
  right: 15.625rem;
  top: 19.0625rem;
  z-index: 0;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .career__bubble-decor {
    display: none;
  }
}

.career__bubble-decor--small {
  width: 1.125rem;
  height: 1.125rem;
  background-color: #f9dfb3;
  right: 19.375rem;
  top: 21.5625rem;
}

.career__bubbles {
  position: relative;
  flex-shrink: 0;
  width: 17.5rem;
  height: 15rem;
  margin-top: 2.5rem;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .career__bubbles {
    width: 100%;
    max-width: 17.5rem;
    height: auto;
    margin-top: 1.25rem;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.625rem;
  }
}

.career__bubble {
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: absolute;
}

.career__bubble--large {
  width: 11.6875rem;
  height: 11.6875rem;
  background-color: #fdffd1;
  top: 4.375rem;
  right: 0;
}
@media screen and (max-width: 767px) {
  .career__bubble--large {
    position: static;
    width: 5.9375rem;
    height: 5.9375rem;
    order: 2;
  }
}

.career__bubble--small {
  width: 9.5rem;
  height: 9.5rem;
  background-color: #f9dfb3;
  top: 12.5rem;
  left: 0;
}
@media screen and (max-width: 767px) {
  .career__bubble--small {
    position: static;
    width: 5.9375rem;
    height: 5.9375rem;
    order: 1;
  }
}

.career__bubble-text {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  color: #0d2340;
  line-height: normal;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .career__bubble-text {
    font-size: 0.875rem;
  }
}

.career__slider-area {
  position: relative;
  margin-top: 2.5rem;
  margin-right: -3.75rem;
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .career__slider-area {
    margin-top: 1.5rem;
    margin-right: 0;
    display: block;
  }
}

.career__type-labels {
  flex-shrink: 0;
  width: 11.25rem;
  display: flex;
  flex-direction: column;
  gap: 7.5rem;
  padding-top: 10.625rem;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .career__type-labels {
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 0;
    margin-bottom: 1rem;
    gap: 0.75rem;
  }
}

.career__type {
  width: 10.1875rem;
  height: 10.1875rem;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 0.75rem;
}

.career__type--dr {
  background-color: rgba(200, 230, 255, 0.5);
}

.career__type--dh {
  background-color: rgba(251, 201, 201, 0.5);
}

.career__type-sub {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-size: 1.625rem;
  font-weight: 400;
  color: #0d2340;
  line-height: normal;
}

.career__type-name {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: normal;
}
.career__type--dr .career__type-name {
  color: #094ea5;
}
.career__type--dh .career__type-name {
  color: #ef6060;
}

@media screen and (max-width: 767px) {
  .career__type-labels {
    gap: 0.5rem;
  }
  .career__type {
    flex: 1;
    width: auto;
    height: auto;
    border-radius: 0;
    align-items: flex-start;
    gap: 0.125rem;
    padding: 0.625rem 1.5rem 0.625rem 0.875rem;
    clip-path: polygon(0 0, calc(100% - 16px) 0, 100% 50%, calc(100% - 16px) 100%, 0 100%);
  }
  .career__type-sub {
    font-size: 0.8125rem;
  }
  .career__type-name {
    font-size: 1rem;
  }
}
.career__slider {
  position: relative;
  flex: 1;
  min-width: 0;
}

@media screen and (max-width: 767px) {
  .career__slide {
    padding: 0.5rem 0.25rem;
  }
}

.career__slide-years {
  display: flex;
  gap: 2.5rem;
}
@media screen and (max-width: 767px) {
  .career__slide-years {
    flex-direction: column;
    gap: 1rem;
  }
}

.career__year-col {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.career__slide-years .career__year-col:nth-child(2) {
  min-width: 0;
}

.career__slide-years .career__year-col:nth-child(3) {
  min-width: 0;
}

.career__year-label {
  display: flex;
  align-items: baseline;
  gap: 0.5rem;
}

.career__year-text {
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", serif;
  font-size: 3rem;
  font-weight: 900;
  color: #0d2340;
  letter-spacing: 0.03em;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .career__year-text {
    font-size: 1.875rem;
  }
}

.career__year-num {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-size: 6rem;
  font-weight: 900;
  color: #0d2340;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .career__year-num {
    font-size: 3rem;
  }
}

.career__track {
  position: relative;
  padding: 2.5rem 3.75rem 2.5rem 2.5rem;
  height: 17.75rem;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  clip-path: polygon(0 0, calc(100% - 85px) 0, 100% 50%, calc(100% - 85px) 100%, 0 100%);
  overflow: hidden;
}
.career__year-col:only-child .career__track {
  padding: 2.5rem 11.25rem 2.5rem 5.625rem;
}
@media screen and (max-width: 767px) {
  .career__track {
    padding: 1rem 1.875rem 1rem 1rem;
    height: auto;
    overflow: visible;
    clip-path: polygon(0 0, calc(100% - 20px) 0, 100% 50%, calc(100% - 20px) 100%, 0 100%);
  }
  .career__year-col:only-child .career__track {
    padding: 1rem 1.875rem 1rem 1rem;
  }
}

.career__track--dr {
  background-color: #d6eafc;
}

.career__track--dh {
  background-color: #fbc9c9;
}

.career__track-title {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  color: #0d2340;
  letter-spacing: 0.03em;
  line-height: 1.09375;
}
@media screen and (max-width: 767px) {
  .career__track-title {
    font-size: 1.25rem;
  }
}

.career__track-text {
  font-family: "Zen Maru Gothic", "Hiragino Kaku Gothic Pro", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  color: #0d2340;
  line-height: 1.75;
  letter-spacing: 0.03em;
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .career__track-text {
    font-size: 0.875rem;
    line-height: 1.7142857143;
    margin-top: 0.75rem;
  }
}

@media screen and (min-width: 768px) {
  .career__track-title {
    flex-shrink: 0;
  }
  .career__slide-years .career__year-col:nth-of-type(1) .career__track--dr .career__track-title {
    margin: 0;
  }
  .career__slide-years .career__year-col:nth-of-type(1) .career__track--dr .career__track-text {
    margin-top: 1rem;
  }
  .career__slide-years .career__year-col:nth-of-type(1) .career__track--dh .career__track-title {
    white-space: nowrap;
  }
  .career__slide-years .career__year-col:nth-of-type(1) .career__track--dh .career__track-text {
    opacity: 1;
  }
  .career__slide--year2-year3 .career__year-col:nth-of-type(1) .career__track-text--y2-col1-dh {
    white-space: normal;
  }
  .career__slide-years .career__year-col:nth-of-type(1) .career__track--dr {
    opacity: 1;
  }
  .career__slide-years .career__year-col:nth-of-type(2) .career__track--dr {
    opacity: 1;
  }
  .career__slide-years .career__year-col:nth-of-type(2) .career__track--dr .career__track-title {
    opacity: 1;
  }
  .career__slide-years .career__year-col:nth-of-type(2) .career__track--dr .career__track-text {
    opacity: 1;
  }
  .career__slide--year4-year5 .career__slide-years .career__year-col:nth-of-type(2) .career__track--dr .career__track-text {
    white-space: nowrap;
  }
  .career__slide--year4-year5 .career__year-col:nth-of-type(1) .career__track--dh .career__track-text-line {
    white-space: nowrap;
  }
  .career__slide-years .career__year-col:nth-of-type(2) .career__track--dh .career__track-title {
    opacity: 1;
  }
  .career__slide-years .career__year-col:nth-of-type(2) .career__track--dh .career__track-text {
    margin-top: 1rem;
  }
  .career__slide-years .career__year-col:nth-of-type(2) .career__track--dh {
    opacity: 1;
  }
}
.career__slider-next.swiper-button-next {
  position: absolute;
  top: 50%;
  right: -10%;
  transform: translateY(-50%);
  width: 3.625rem;
  height: 3.625rem;
  border-radius: 50%;
  background-color: #ffffff;
  border: 0.125rem solid #094ea5;
  color: #094ea5;
  box-shadow: none;
  z-index: 10;
}
.career__slider-next.swiper-button-next::after {
  content: "＞";
  font-size: 1.25rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .career__slider-next.swiper-button-next {
    width: 2.5rem;
    height: 2.5rem;
    right: 0.25rem;
  }
  .career__slider-next.swiper-button-next::after {
    font-size: 0.875rem;
  }
}

.career__slider-area > .career__slider-next.swiper-button-next {
  margin: 0;
}

.career__banner {
  position: relative;
  margin-top: 6.25rem;
  padding-left: 2.0625rem;
}
@media screen and (max-width: 767px) {
  .career__banner {
    margin-top: 2.5rem;
    padding-left: 0.625rem;
  }
}

.career__banner-illust {
  position: absolute;
  left: 5rem;
  bottom: 0;
  width: 6.3125rem;
  height: 8.875rem;
  z-index: 2;
}
.career__banner-illust img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media screen and (max-width: 767px) {
  .career__banner-illust {
    left: 0.625rem;
    width: 3.75rem;
    height: 5.25rem;
  }
}

.career__banner-bar {
  background-color: #fae1b5;
  border-radius: 1.25rem;
  padding: 0.5rem 9.375rem 0.5rem 11.25rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .career__banner-bar {
    padding: 0.75rem 1rem 0.75rem 3.75rem;
    border-radius: 0.75rem;
  }
}

.career__banner-text {
  font-family: "Zen Maru Gothic", "Hiragino Kaku Gothic Pro", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  color: #0d2340;
  line-height: normal;
  letter-spacing: 0.05em;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .career__banner-text {
    font-size: 0.875rem;
    white-space: normal;
  }
}

.career__banner-emphasis {
  font-size: 3rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .career__banner-emphasis {
    font-size: 1.375rem;
  }
}

.welfare {
  position: relative;
  padding: 5rem 0;
  overflow: hidden;
}
.welfare::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("../assets/img/top/welfare_01.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  opacity: 0.1;
  z-index: 0;
  pointer-events: none;
}
.welfare::after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(249, 251, 223, 0.1);
  background-image: radial-gradient(ellipse 13.75rem 13.662875rem at 3.8125rem 15.037875rem, rgba(254, 252, 232, 0.3) 0%, rgba(254, 252, 232, 0.3) 99%, rgba(254, 252, 232, 0) 100%), radial-gradient(ellipse 13.5231875rem 13.4375rem at 6.9606875rem 72.3125rem, rgba(255, 235, 200, 0.3) 0%, rgba(255, 235, 200, 0.3) 99%, rgba(255, 235, 200, 0) 100%);
  background-repeat: no-repeat;
  z-index: 0;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .welfare {
    padding: 3.125rem 0;
  }
}

.welfare__inner {
  position: relative;
  z-index: 1;
  max-width: 70.625rem;
  margin-inline: auto;
  padding-inline: 1.5625rem;
}
@media screen and (max-width: 767px) {
  .welfare__inner {
    padding-inline: 1.25rem;
  }
}

.welfare__heading {
  text-align: center;
}

.welfare__title-en {
  color: rgba(250, 204, 181, 0.5);
}

.welfare__title-ja {
  margin-top: -1.875rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .welfare__title-ja {
    margin-top: -0.875rem;
  }
}

.welfare__subtitle {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  color: #0d2340;
  line-height: normal;
  letter-spacing: 0.03em;
  text-align: center;
  margin-top: 1.875rem;
}
@media screen and (max-width: 767px) {
  .welfare__subtitle {
    font-size: 0.9375rem;
    margin-top: 1.25rem;
  }
}

.welfare__cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3.125rem 2.5rem;
  margin-top: 3.125rem;
}
@media screen and (max-width: 767px) {
  .welfare__cards {
    grid-template-columns: 1fr;
    gap: 2.5rem;
    margin-top: 1.875rem;
  }
}

.welfare__card {
  position: relative;
  overflow: visible;
}

.welfare__card-shape {
  border-radius: 0.625rem;
  padding: 2.25rem 1.875rem;
  position: relative;
  z-index: 1;
}

.welfare__card-photo {
  position: absolute;
  z-index: 2;
  overflow: hidden;
}
.welfare__card-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.welfare__card-title {
  font-family: "Zen Maru Gothic", "Hiragino Kaku Gothic Pro", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  color: #0d2340;
  line-height: normal;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767px) {
  .welfare__card-title {
    font-size: 1.375rem;
  }
}

.welfare__card-text {
  font-family: "Zen Maru Gothic", "Hiragino Kaku Gothic Pro", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  color: #0d2340;
  line-height: normal;
  letter-spacing: 0.03em;
  margin-top: 1rem;
  padding-left: 2.1875rem;
}
@media screen and (max-width: 767px) {
  .welfare__card-text {
    font-size: 0.875rem;
    line-height: 1.7142857143;
    padding-left: 0.625rem;
    margin-top: 0.625rem;
  }
}

.welfare__card-text--medium {
  font-size: 1.5rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .welfare__card-text--medium {
    font-size: 1rem;
  }
}

.welfare__card--maternity {
  min-height: 21.875rem;
}
@media screen and (min-width: 768px) {
  .welfare__card--maternity .welfare__card-text {
    text-align: left;
  }
}
.welfare__card--maternity .welfare__card-shape {
  background-color: #e8fcff;
  margin-left: 2.5rem;
  width: 28.5rem;
  min-height: 18.75rem;
}
.welfare__card--maternity .welfare__card-photo {
  bottom: 0.125rem;
  left: 0;
  width: 15.8125rem;
  height: 10.5625rem;
  border-radius: 1.875rem;
}
@media screen and (max-width: 767px) {
  .welfare__card--maternity {
    min-height: auto;
  }
  .welfare__card--maternity .welfare__card-shape {
    margin-left: 0;
    width: 90%;
    min-height: auto;
    padding-top: 1.25rem;
    padding-bottom: 6.875rem;
  }
  .welfare__card--maternity .welfare__card-photo {
    bottom: -0.5rem;
    left: 0;
    width: 9.375rem;
    height: 6.25rem;
    border-radius: 1.25rem;
  }
}

.welfare__card--childcare {
  min-height: 21.875rem;
  margin-top: 0rem;
}
@media screen and (min-width: 768px) {
  .welfare__card--childcare .welfare__card-text {
    text-align: left;
    padding-left: 3.125rem;
  }
}
.welfare__card--childcare .welfare__card-shape {
  background-color: #f1ffe8;
  margin-top: 3.125rem;
  width: 28.5rem;
  min-height: 18.75rem;
  padding-top: 7.5rem;
}
.welfare__card--childcare .welfare__card-photo {
  top: 0;
  right: 0;
  width: 21.875rem;
  height: 12.8125rem;
  border-radius: 1.875rem;
}
@media screen and (max-width: 767px) {
  .welfare__card--childcare {
    min-height: auto;
  }
  .welfare__card--childcare .welfare__card-shape {
    margin-top: 5.625rem;
    width: 90%;
    min-height: auto;
    padding: 1.25rem 1.25rem 1.5rem;
  }
  .welfare__card--childcare .welfare__card-photo {
    top: 1.25rem;
    right: 0;
    width: 11.25rem;
    height: 6.875rem;
    border-radius: 1.25rem;
  }
}

.welfare__card--insurance {
  min-height: 18.75rem;
}
@media screen and (min-width: 768px) {
  .welfare__card--insurance .welfare__card-text {
    text-align: left;
    padding-left: 1.875rem;
  }
}
.welfare__card--insurance .welfare__card-shape {
  background-color: #fff2e8;
  width: 26.1875rem;
  min-height: 17.25rem;
}
.welfare__card--insurance .welfare__card-photo {
  bottom: -1.25rem;
  right: -0.4375rem;
  width: 14.875rem;
  height: 9.9375rem;
  border-radius: 1.875rem;
}
@media screen and (max-width: 767px) {
  .welfare__card--insurance {
    min-height: auto;
  }
  .welfare__card--insurance .welfare__card-shape {
    width: 80%;
    min-height: auto;
    padding: 1.125rem 1.25rem 2.1875rem;
  }
  .welfare__card--insurance .welfare__card-photo {
    bottom: -0.625rem;
    right: -0.3125rem;
    width: 10rem;
    height: 6.6875rem;
  }
}

.welfare__card--condolence .welfare__card-shape {
  background-color: #fdffdb;
  width: 29.125rem;
  min-height: 15.875rem;
  padding: 2.625rem 2.5rem;
  margin-left: 4.375rem;
}
@media screen and (max-width: 767px) {
  .welfare__card--condolence .welfare__card-shape {
    width: 85%;
    min-height: auto;
    padding: 1.5rem 1.25rem;
    margin-left: auto;
    margin-right: 0;
  }
}

.welfare__card--transport {
  min-height: 12.8125rem;
}
@media screen and (min-width: 768px) {
  .welfare__card--transport .welfare__card-text {
    text-align: left;
    padding-left: 6.25rem;
  }
}
.welfare__card--transport .welfare__card-shape {
  background-color: #e8eeff;
  margin-left: 8.75rem;
  width: 24.25rem;
  min-height: 11.9375rem;
}
.welfare__card--transport .welfare__card-photo {
  left: 2.1875rem;
  top: 3.875rem;
  width: 12.5rem;
  height: 8.9375rem;
  border-radius: 0;
}
@media screen and (max-width: 767px) {
  .welfare__card--transport {
    min-height: auto;
  }
  .welfare__card--transport .welfare__card-shape {
    margin-left: 4.0625rem;
    width: 78%;
    min-height: auto;
    padding: 1.25rem;
    padding-left: 2.5rem;
  }
  .welfare__card--transport .welfare__card-photo {
    left: 0;
    top: 1.75rem;
    width: 6.875rem;
    height: 4.0625rem;
    border-radius: 0;
  }
}

.welfare__card--workstyle {
  min-height: 26.375rem;
}
@media screen and (min-width: 768px) {
  .welfare__card--workstyle .welfare__card-text {
    text-align: left;
  }
}
.welfare__card--workstyle .welfare__card-shape {
  background-color: #ffe8ec;
  margin-top: 7.625rem;
  width: 28.6875rem;
  min-height: 18.75rem;
  padding-top: 5.5rem;
}
.welfare__card--workstyle .welfare__card-photo {
  top: 0;
  right: 0;
  width: 19.8125rem;
  height: 12.125rem;
  border-radius: 1.875rem;
}
@media screen and (max-width: 767px) {
  .welfare__card--workstyle {
    min-height: auto;
  }
  .welfare__card--workstyle .welfare__card-shape {
    margin-top: 5.3125rem;
    width: 90%;
    min-height: auto;
    padding: 1.875rem 1.25rem 1.5rem;
  }
  .welfare__card--workstyle .welfare__card-photo {
    top: 0;
    right: 0;
    width: 10.625rem;
    height: 6.5625rem;
    border-radius: 1.25rem;
  }
}

.welfare__card--birthday {
  min-height: 14.25rem;
  margin-top: -14.5rem;
}
.welfare__card--birthday .welfare__card-shape {
  background-color: #fefce8;
  margin-left: 8.5rem;
  width: 25.125rem;
  min-height: 13.4375rem;
  display: flex;
  align-items: center;
  padding-left: 10rem;
  padding-right: 1.25rem;
}
.welfare__card--birthday .welfare__card-photo {
  left: 0;
  top: 1.5625rem;
  width: 16.9375rem;
  height: 12.6875rem;
  border-radius: 1.875rem;
}
.welfare__card--birthday .welfare__card-text {
  margin-top: 0;
  padding-left: 1.25rem;
}
@media screen and (max-width: 767px) {
  .welfare__card--birthday {
    min-height: auto;
    margin-top: 0;
  }
  .welfare__card--birthday .welfare__card-shape {
    margin-left: 4.0625rem;
    width: 78%;
    min-height: auto;
    padding: 1.25rem 1rem;
    padding-left: 4.6875rem;
    display: flex;
    align-items: center;
  }
  .welfare__card--birthday .welfare__card-photo {
    left: 0;
    top: 0.5rem;
    width: 7.5rem;
    height: 5.625rem;
    border-radius: 1.25rem;
  }
}

.message {
  position: relative;
  padding: 5rem 0;
  background-color: #fffcea;
  overflow: hidden;
}
.message::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 75%;
  height: 55%;
  background-image: url("../assets/img/top/message_01.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left top;
  opacity: 0.1;
  z-index: 0;
  pointer-events: none;
}
.message::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: -10%;
  width: 97%;
  height: 50%;
  background-image: url("../assets/img/top/message_01.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  opacity: 0.1;
  transform: scaleY(-1);
  z-index: 0;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .message {
    padding: 3.125rem 0;
  }
}

.message__inner {
  position: relative;
  z-index: 1;
  max-width: 70.625rem;
  margin-inline: auto;
  padding-inline: 1.5625rem;
}
@media screen and (max-width: 767px) {
  .message__inner {
    padding-inline: 1.25rem;
  }
}

.message__heading {
  text-align: center;
}

.message__title-en {
  text-align: left;
  color: rgba(255, 214, 144, 0.5);
}

.message__title-ja {
  text-align: left;
  margin-top: -1.875rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .message__title-ja {
    margin-top: -0.875rem;
  }
}

.message__subtitle {
  font-family: "Zen Maru Gothic", "Hiragino Kaku Gothic Pro", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 2rem;
  font-weight: 500;
  color: #0d2340;
  line-height: 1.7;
  letter-spacing: 0.05em;
  text-align: left;
  margin-top: 2.5rem;
  max-width: 47.5rem;
}
@media screen and (max-width: 767px) {
  .message__subtitle {
    font-size: 0.9375rem;
    max-width: 100%;
  }
}

.message__youtube {
  position: absolute;
  right: 1.5625rem;
  top: 1.25rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .message__youtube {
    position: relative;
    right: auto;
    top: auto;
    margin-top: 1.25rem;
  }
}

.message__youtube-link {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 0.875rem;
  color: #0d2340;
  font-family: "Zen Maru Gothic", "Hiragino Kaku Gothic Pro", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  transition: opacity 0.3s;
}
.message__youtube-link img {
  display: block;
  width: 9.375rem;
  height: 6.8125rem;
  object-fit: contain;
  margin: 0.5rem;
  flex-shrink: 0;
}
@media (hover: hover) {
  .message__youtube-link:hover {
    opacity: 0.8;
  }
}
@media screen and (max-width: 767px) {
  .message__youtube-link {
    flex-direction: row;
    font-size: 0.875rem;
    gap: 0.625rem;
  }
  .message__youtube-link img {
    width: 6rem;
    height: 5.125rem;
    margin: 0.5rem;
  }
}

.message__youtube-text {
  font-family: "Zen Maru Gothic", "Hiragino Kaku Gothic Pro", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  color: #0d2340;
  text-align: center;
  line-height: 1.6666666667;
}
@media screen and (max-width: 767px) {
  .message__youtube-text {
    font-size: 0.875rem;
    line-height: 1.7142857143;
  }
}

.message__staff-list {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
  margin-top: 3.125rem;
}
@media screen and (max-width: 767px) {
  .message__staff-list {
    gap: 1.5rem;
    margin-top: 1.875rem;
  }
}

.message__staff {
  position: relative;
  background-color: transparent;
  border-radius: 0;
  padding: 3.75rem 0 0;
  display: block;
}
.message__staff:nth-child(even) .message__staff-photo {
  left: auto;
  right: -1.25rem;
}
.message__staff:nth-child(even) .message__staff-body {
  margin-left: 0;
  margin-right: 5rem;
  padding-left: 2.25rem;
  padding-right: 9.375rem;
}
.message__staff:nth-child(even) .message__staff-name {
  align-self: flex-end;
}
@media screen and (max-width: 767px) {
  .message__staff {
    padding: 5rem 0 0;
  }
  .message__staff:nth-child(even) .message__staff-photo {
    left: 50%;
    right: auto;
    transform: translateX(-50%);
  }
  .message__staff:nth-child(even) .message__staff-body {
    margin-left: 0;
    margin-right: 0;
    padding: 1.5rem 1.25rem;
  }
  .message__staff:nth-child(even) .message__staff-name {
    align-self: center;
  }
}

@media screen and (min-width: 768px) {
  .message__staff:nth-child(1) .message__staff-name {
    padding-inline: 3.125rem;
    position: absolute;
    top: 2.5rem;
    left: 12.5rem;
    z-index: 100;
  }
  .message__staff:nth-child(1) > .message__staff-body {
    margin-left: 3.75rem;
    padding-left: 13.4375rem;
  }
  .message__staff:nth-child(2) .message__staff-name {
    padding-inline: 3.125rem;
    position: absolute;
    top: 1.875rem;
    right: 11.875rem;
    z-index: 100;
  }
  .message__staff:nth-child(3) .message__staff-name {
    padding-inline: 3.125rem;
    position: absolute;
    top: 1.875rem;
    left: 10.9375rem;
    z-index: 100;
  }
  .message__staff:nth-child(4) .message__staff-name {
    padding-inline: 3.125rem;
    position: absolute;
    top: 2.5rem;
    right: 11.25rem;
    z-index: 100;
  }
}
@media screen and (max-width: 767px) {
  .message__staff:nth-child(1) .message__staff-name {
    position: static;
    z-index: 100;
  }
  .message__staff:nth-child(2) .message__staff-name {
    position: static;
    z-index: 100;
  }
  .message__staff:nth-child(3) .message__staff-name {
    position: static;
    z-index: 100;
  }
  .message__staff:nth-child(4) .message__staff-name {
    position: static;
    z-index: 100;
  }
}
.message__staff-photo {
  position: absolute;
  left: -1.25rem;
  top: 0;
  width: 16.875rem;
  height: 16.875rem;
  border-radius: 50%;
  overflow: hidden;
  z-index: 2;
}
.message__staff-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .message__staff-photo {
    width: 7.5rem;
    height: 7.5rem;
    left: 50%;
    transform: translateX(-50%);
  }
}

.message__staff-body {
  background-color: #ffffff;
  border-radius: 1.25rem;
  margin-left: 7.8125rem;
  padding: 3.5rem 2.25rem 2.5rem 9.375rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
@media screen and (max-width: 767px) {
  .message__staff-body {
    margin-left: 0;
    padding: 1.5rem 1.25rem;
    min-height: auto;
    border-radius: 1rem;
    gap: 0.9375rem;
  }
}

.message__staff-name {
  display: inline-flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: flex-end;
  justify-content: center;
  gap: 1rem;
  flex-shrink: 0;
  align-items: flex-end;
  margin: 0;
  width: fit-content;
  max-width: 100%;
  padding: 0.625rem 1.25rem;
  background-color: #fff2e8;
  border-radius: 1.25rem;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .message__staff-name {
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.5rem 0.75rem;
    padding: 0.5rem 1rem;
    margin-inline: auto;
    align-self: center;
  }
}

.message__staff-role {
  font-family: "Zen Maru Gothic", "Hiragino Kaku Gothic Pro", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
  color: #0d2340;
  letter-spacing: 0.05em;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .message__staff-role {
    font-size: 0.875rem;
  }
}

.message__staff-fullname {
  font-family: "Zen Maru Gothic", "Hiragino Kaku Gothic Pro", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
  color: #0d2340;
  letter-spacing: 0.05em;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .message__staff-fullname {
    font-size: 1rem;
  }
}

.message__staff-card {
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0;
}
.message__staff-card .message__staff-text {
  margin: 0;
}
.message__staff-card .message__staff-text + .message__staff-text--with-icon {
  margin-top: 0.375rem;
}

.message__staff-pin {
  display: none;
}

.message__staff-text {
  font-family: "Zen Maru Gothic", "Hiragino Kaku Gothic Pro", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  color: #0d2340;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .message__staff-text {
    font-size: 0.875rem;
    line-height: 1.7142857143;
  }
}

.message__staff-text--with-icon {
  display: flex;
  align-items: flex-start;
  gap: 0.625rem;
}

.message__staff-icon {
  flex-shrink: 0;
  display: block;
  line-height: 0;
  margin-top: 0.5rem;
}
.message__staff-icon img {
  display: block;
  width: 0.75rem;
  height: 1.125rem;
}
@media screen and (max-width: 767px) {
  .message__staff-icon {
    margin-top: 0.25rem;
  }
}

.message__staff-text-content {
  flex: 1;
  min-width: 0;
}

.message__staff-text--continuation {
  padding-left: calc(0.75rem + 0.625rem);
}

@media screen and (min-width: 768px) {
  .message__staff:nth-of-type(1) .message__staff-card > .message__staff-text--shift-left {
    margin-left: -8.125rem;
  }
  .message__staff:nth-of-type(1) .message__staff-card > p.message__staff-text--with-icon.message__staff-text--shift-left:nth-of-type(2) {
    margin-top: 2.125rem;
  }
  .message__staff:nth-of-type(3) .message__staff-card > .message__staff-text--shift-left {
    margin-left: -3.4375rem;
  }
  .message__staff:nth-of-type(3) .message__staff-card > p:nth-of-type(5).message__staff-text--with-icon.message__staff-text--shift-left {
    margin-top: 0.625rem;
  }
  .message__staff:nth-of-type(2) .message__staff-card > p.message__staff-text--with-icon:nth-of-type(3) {
    display: block;
    padding-left: calc(0.75rem + 0.625rem);
  }
  .message__staff:nth-of-type(2) .message__staff-card > p.message__staff-text--with-icon:nth-of-type(3) > .message__staff-icon {
    display: none;
  }
  .message__staff:nth-of-type(2) .message__staff-card > p.message__staff-text--continuation:nth-of-type(4) {
    padding-left: 0;
    display: flex;
    align-items: flex-start;
    gap: 0.625rem;
  }
  .message__staff:nth-of-type(2) .message__staff-card > p.message__staff-text--continuation:nth-of-type(4)::before {
    content: "";
    flex-shrink: 0;
    display: block;
    width: 0.75rem;
    height: 1.125rem;
    margin-top: 0.5rem;
    background-image: url("../assets/img/top/message-icon.svg");
    background-size: contain;
    background-repeat: no-repeat;
  }
}
.message__staff:nth-of-type(1) .message__staff-card > .message__staff-text.message__staff-text--with-icon:nth-of-type(1) > .message__staff-text-content {
  position: static;
  top: auto;
  left: auto;
}
.message__staff:nth-of-type(1) .message__staff-card > .message__staff-text.message__staff-text--with-icon:nth-of-type(2) > .message__staff-text-content {
  position: static;
  top: auto;
  left: auto;
}
.message__staff:nth-of-type(1) .message__staff-card > .message__staff-text.message__staff-text--continuation:nth-of-type(1) {
  position: static;
  top: auto;
  left: auto;
}
.message__staff:nth-of-type(1) .message__staff-card > .message__staff-text.message__staff-text--with-icon:nth-of-type(3) > .message__staff-text-content {
  position: static;
  top: auto;
  left: auto;
}
.message__staff:nth-of-type(1) .message__staff-card > .message__staff-text.message__staff-text--continuation:nth-of-type(3) {
  position: static;
  top: auto;
  left: auto;
  margin-left: 0;
}

.message__staff:nth-of-type(3) .message__staff-card > .message__staff-text.message__staff-text--with-icon:nth-of-type(1) > .message__staff-text-content {
  position: static;
  top: auto;
  left: auto;
}
.message__staff:nth-of-type(3) .message__staff-card > .message__staff-text.message__staff-text--continuation:nth-of-type(1) {
  position: static;
  top: auto;
  left: auto;
  margin-left: 0;
}
.message__staff:nth-of-type(3) .message__staff-card > .message__staff-text.message__staff-text--continuation:nth-of-type(2) {
  position: static;
  top: auto;
  left: auto;
  margin-left: 0;
}
.message__staff:nth-of-type(3) .message__staff-card > .message__staff-text.message__staff-text--with-icon:nth-of-type(2) > .message__staff-text-content {
  position: static;
  top: auto;
  left: auto;
}
.message__staff:nth-of-type(3) .message__staff-card > .message__staff-text.message__staff-text--continuation:nth-of-type(4) {
  position: static;
  top: auto;
  left: auto;
  margin-left: 0;
}
.message__staff:nth-of-type(3) .message__staff-card > .message__staff-text.message__staff-text--with-icon:nth-of-type(3) > .message__staff-text-content {
  position: static;
  top: auto;
  left: auto;
}

.flow {
  position: relative;
  padding: 5rem 0;
  background-color: #fafdff;
}
@media screen and (max-width: 767px) {
  .flow {
    padding: 3.125rem 0;
  }
}

.flow__watermark {
  position: absolute;
  width: 17.875rem;
  height: 17.875rem;
  opacity: 1;
  pointer-events: none;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .flow__watermark {
    display: none;
  }
}

.flow__watermark--top {
  top: 1.25rem;
  left: 0;
}

.flow__watermark--bottom {
  right: 0;
  bottom: 1.125rem;
}

.flow__inner {
  position: relative;
  z-index: 1;
  max-width: 70.625rem;
  margin-inline: auto;
  padding-inline: 1.5625rem;
}
@media screen and (max-width: 767px) {
  .flow__inner {
    padding-inline: 1.25rem;
  }
}

.flow__heading {
  text-align: center;
}

.flow__title-en {
  color: rgba(187, 238, 255, 0.5);
}

.flow__title-ja {
  margin-top: -1.875rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .flow__title-ja {
    margin-top: -0.875rem;
  }
}

.flow__card {
  position: relative;
  background-color: #ffffff;
  border-radius: 1.25rem;
  box-shadow: 0.25rem 0.25rem 0.3125rem 0 rgba(0, 0, 0, 0.25);
  padding: 2.375rem 3.75rem 3.625rem;
  margin-top: 3.125rem;
  min-height: 33.125rem;
  overflow: visible;
}
@media screen and (max-width: 767px) {
  .flow__card {
    padding: 1.875rem 1.25rem;
    margin-top: 1.875rem;
    border-radius: 1rem;
    min-height: auto;
    overflow: visible;
  }
}

.flow__schedule {
  display: flex;
  flex-direction: column;
  gap: 3.1875rem;
  max-width: 23.75rem;
}
@media screen and (max-width: 767px) {
  .flow__schedule {
    gap: 1.25rem;
    max-width: 100%;
  }
}

.flow__schedule-item {
  display: flex;
  align-items: baseline;
  gap: 1.5rem;
}
@media screen and (max-width: 767px) {
  .flow__schedule-item {
    gap: 1rem;
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 767px) {
  .flow__schedule-item--with-comment {
    position: relative;
  }
}

.flow__schedule-time {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  color: #0d2340;
  letter-spacing: 0.05em;
  min-width: 5.625rem;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .flow__schedule-time {
    font-size: 1rem;
    min-width: 3.75rem;
  }
}

.flow__schedule-label {
  font-family: "Zen Maru Gothic", "Hiragino Kaku Gothic Pro", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  color: #0d2340;
  line-height: 1;
  letter-spacing: 0.05em;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .flow__schedule-label {
    font-size: 0.9375rem;
    line-height: 1.6;
    white-space: normal;
  }
}

.flow__comment {
  position: absolute;
  display: flex;
  align-items: flex-start;
  gap: 0rem;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .flow__comment {
    position: static;
    flex-direction: row;
    align-items: flex-start;
    margin-top: 1.5rem;
    gap: 0.75rem;
  }
}

.flow__comment-photo {
  width: 10.0625rem;
  height: 10.0625rem;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
}
.flow__comment-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .flow__comment-photo {
    width: 5.625rem;
    height: 5.625rem;
  }
}

.flow__comment-bubble {
  font-family: "Zen Maru Gothic", "Hiragino Kaku Gothic Pro", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  color: #0d2340;
  line-height: 1.5;
  letter-spacing: 0.03em;
  padding: 1rem 1.25rem;
  border-radius: 1.25rem;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .flow__comment-bubble {
    font-size: 0.8125rem;
    padding: 0.625rem 0.875rem;
    white-space: normal;
    text-align: left;
  }
}

.flow__comment-bubble--orange {
  padding-left: 5.625rem;
  background-color: rgba(250, 225, 181, 0.7);
}
@media screen and (max-width: 767px) {
  .flow__comment-bubble--orange {
    padding-left: 1.5625rem;
  }
}

.flow__comment-bubble--yellow {
  background-color: transparent;
  background-image: url("../assets/img/top/flow-bg2.png");
  background-repeat: no-repeat;
  background-size: 17.344375rem 8rem;
  background-position: center;
  width: 17.344375rem;
  min-height: 8rem;
  padding: 1.125rem 1.375rem 1.125rem 2.75rem;
  border-radius: 0;
  box-sizing: border-box;
  position: relative;
}
.flow__comment-bubble--yellow::before {
  display: none;
}
@media screen and (max-width: 767px) {
  .flow__comment-bubble--yellow {
    width: auto;
    max-width: none;
    min-height: auto;
    background-size: 100% 100%;
    padding: 0.625rem 0.75rem 0.625rem 1.625rem;
    font-size: 0.75rem;
    line-height: 1.5;
    white-space: nowrap;
  }
}

.flow__comment-bubble--blue {
  padding-right: 6.25rem;
  padding-top: 2.1875rem;
  padding-bottom: 3rem;
  background-color: rgba(216, 245, 255, 0.7);
}
@media screen and (max-width: 767px) {
  .flow__comment-bubble--blue {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }
}

.flow__comment-bubble--pink {
  background-color: transparent;
  background-image: url("../assets/img/top/flow-bg.png");
  background-repeat: no-repeat;
  background-size: 20.625rem 7.875rem;
  background-position: center;
  width: 20.625rem;
  min-height: 7.875rem;
  padding: 1.25rem 1.5rem 1.25rem 3.125rem;
  border-radius: 0;
  box-sizing: border-box;
  position: relative;
}
.flow__comment-bubble--pink::before {
  display: none;
}
@media screen and (max-width: 767px) {
  .flow__comment-bubble--pink {
    width: 13.4375rem;
    min-height: auto;
    background-size: 100% 100%;
    padding: 0.875rem 0.875rem 0.875rem 1.75rem;
    font-size: 0.8125rem;
  }
}

.flow__comment--1 {
  top: 1.6875rem;
  right: 0.4375rem;
  gap: 0;
}
.flow__comment--1 .flow__comment-photo {
  z-index: 2;
  margin-right: -4.625rem;
}
.flow__comment--1 .flow__comment-bubble {
  margin-top: 0.5rem;
}
@media screen and (max-width: 767px) {
  .flow__comment--1 {
    top: auto;
    right: auto;
  }
  .flow__comment--1 .flow__comment-photo {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .flow__comment--1 .flow__comment-photo {
    margin-right: -0.625rem;
  }
}
@media screen and (max-width: 767px) {
  .flow__comment--1 .flow__comment-bubble {
    margin-top: 0;
  }
}

@media screen and (max-width: 767px) {
  .flow__comment--inline {
    position: absolute;
    right: -0.875rem;
    top: -0.25rem;
    margin-top: 0;
  }
}

.flow__comment--2 {
  top: 11.75rem;
  left: 24.1875rem;
}
@media screen and (max-width: 767px) {
  .flow__comment--2 {
    top: auto;
    left: auto;
  }
}

.flow__comment--3 {
  top: 18.5rem;
  right: 1.125rem;
  gap: 0;
}
.flow__comment--3 .flow__comment-bubble {
  margin-top: 2.5rem;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .flow__comment--3 {
    margin-top: 0.9375rem;
  }
}
.flow__comment--3 .flow__comment-photo {
  z-index: 2;
  width: 13.125rem;
  height: 13.125rem;
  margin-left: -6.25rem;
}
@media screen and (max-width: 767px) {
  .flow__comment--3 {
    top: auto;
    right: auto;
    flex-direction: row;
  }
  .flow__comment--3 .flow__comment-bubble {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .flow__comment--3 .flow__comment-bubble {
    margin-top: 0.9375rem;
  }
}
@media screen and (max-width: 767px) {
  .flow__comment--3 .flow__comment-photo {
    width: 5.625rem;
    height: 5.625rem;
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .flow__comment--3 .flow__comment-photo {
    margin-left: 0.25rem;
  }
}

.flow__comment--4 {
  bottom: -2.1875rem;
  left: 23.75rem;
  gap: -0.625rem;
}
.flow__comment--4 .flow__comment-photo {
  z-index: 2;
  width: 9.125rem;
  height: 9.125rem;
}
.flow__comment--4 .flow__comment-bubble {
  margin-top: 1.875rem;
}
@media screen and (max-width: 767px) {
  .flow__comment--4 {
    bottom: auto;
    left: auto;
    gap: 0.75rem;
    margin-left: -0.75rem;
    margin-right: auto;
  }
  .flow__comment--4 .flow__comment-photo {
    width: 5.625rem;
    height: 5.625rem;
  }
  .flow__comment--4 .flow__comment-bubble {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .flow__comment--4 .flow__comment-bubble {
    padding: 0.5rem 0.3125rem 0.5rem 2.8125rem;
  }
}

.requirements {
  padding: 5rem 0;
  background-color: rgba(207, 243, 255, 0.5);
}
@media screen and (max-width: 767px) {
  .requirements {
    padding: 3.125rem 0;
  }
}

.requirements__inner {
  max-width: 70.625rem;
  margin-inline: auto;
  padding-inline: 1.5625rem;
}
@media screen and (max-width: 767px) {
  .requirements__inner {
    padding-inline: 1.25rem;
  }
}

.requirements__heading {
  text-align: center;
}

.requirements__title-en {
  color: rgba(135, 183, 219, 0.5);
}
@media screen and (max-width: 767px) {
  .requirements__title-en {
    font-size: 2.1875rem;
  }
}

.requirements__title-ja {
  text-align: left;
  margin-left: 1.5rem;
  margin-top: -1.875rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .requirements__title-ja {
    margin-top: -0.875rem;
  }
}

.requirements__tabs {
  display: flex;
  gap: 0.25rem;
  margin-top: 3.125rem;
}
@media screen and (max-width: 767px) {
  .requirements__tabs {
    margin-top: 1.875rem;
    overflow-x: auto;
  }
}

.requirements__tab {
  flex: 1;
  padding: 0.875rem 1.25rem;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 0.625rem 0.625rem 0 0;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  color: #0d2340;
  letter-spacing: 0.05em;
  text-align: center;
  cursor: pointer;
  border: none;
  transition: background-color 0.3s;
}
@media screen and (max-width: 767px) {
  .requirements__tab {
    font-size: 0.8125rem;
    padding: 0.625rem 0.75rem;
    white-space: nowrap;
  }
}

.requirements__tab--active {
  background-color: #faf5b5;
  font-size: 2rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .requirements__tab--active {
    font-size: 1rem;
    font-weight: 700;
  }
}

.requirements__panel {
  background-color: #ffffff;
  border-radius: 0 0 1rem 1rem;
  padding: 2.5rem;
  display: none;
}
@media screen and (max-width: 767px) {
  .requirements__panel {
    padding: 1.5rem 1rem;
  }
}

.requirements__panel--active {
  display: block;
}

#tab-panel-dr .requirements__table-head,
#tab-panel-dr .requirements__table-data,
#tab-panel-dr .requirements__salary-label,
#tab-panel-dr .requirements__salary-note,
#tab-panel-dr .requirements__salary-year,
#tab-panel-dr .requirements__list li {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
}

.requirements__table {
  width: 100%;
}

.requirements__table-row {
  display: flex;
  border-bottom: 0.0625rem solid #0d2340;
  padding: 1rem 0;
}
@media screen and (max-width: 767px) {
  .requirements__table-row {
    flex-direction: column;
    padding: 0.75rem 0;
  }
}

.requirements__table-row:last-child {
  border-bottom: none;
}

.requirements__table-head {
  width: 12.5rem;
  flex-shrink: 0;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  color: #0d2340;
  letter-spacing: 0.05em;
  padding-right: 1.25rem;
}
@media screen and (max-width: 767px) {
  .requirements__table-head {
    width: 100%;
    font-size: 0.875rem;
    padding-right: 0;
    padding-bottom: 0.25rem;
  }
}

.requirements__table-data {
  flex: 1;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  color: #0d2340;
  line-height: 1.75;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .requirements__table-data {
    font-size: 0.875rem;
    line-height: 1.7142857143;
  }
}

.requirements__panel-heading {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  color: #0d2340;
  letter-spacing: 0.05em;
  margin-bottom: 1.5rem;
  display: flex;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .requirements__panel-heading {
    font-size: 1.375rem;
    margin-bottom: 1rem;
  }
}

.requirements__panel-note {
  display: inline-block;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-size: 1.375rem;
  font-weight: 400;
  color: #0d2340;
  background-color: #e8e8e8;
  padding: 0.25rem 0.75rem;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .requirements__panel-note {
    font-size: 0.875rem;
  }
}

.requirements__salary-label {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-size: 1.375rem;
  font-weight: 400;
  color: #0d2340;
  letter-spacing: 0.05em;
  margin-top: 0.75rem;
}
@media screen and (max-width: 767px) {
  .requirements__salary-label {
    font-size: 0.875rem;
    margin-top: 0.5rem;
  }
}

.requirements__salary-note {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  color: #0d2340;
  line-height: 1.6923076923;
  letter-spacing: 0.03em;
  margin-top: 0.75rem;
}
@media screen and (max-width: 767px) {
  .requirements__salary-note {
    text-align: center;
    font-size: 0.75rem;
  }
}

.requirements__list {
  display: flex;
  flex-direction: column;
  gap: 0.375rem;
  padding-left: 0.25rem;
}
.requirements__list li {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  color: #0d2340;
  line-height: 1.75;
  letter-spacing: 0.05em;
  padding-left: 0.875rem;
  position: relative;
}
.requirements__list li::before {
  content: "・";
  position: absolute;
  left: 0;
}
@media screen and (max-width: 767px) {
  .requirements__list li {
    font-size: 0.875rem;
    line-height: 1.7142857143;
  }
}

.requirements__panel--active .requirements__table-row:nth-of-type(5) .requirements__list li,
.requirements__panel--active .requirements__table-row:nth-of-type(6) .requirements__list li,
.requirements__panel--active .requirements__table-row:nth-of-type(7) .requirements__list li,
.requirements__panel--active .requirements__table-row:nth-of-type(8) .requirements__list li,
.requirements__panel--active .requirements__table-row:nth-of-type(9) .requirements__list li {
  padding-left: 1.5625rem;
}
@media screen and (max-width: 767px) {
  .requirements__panel--active .requirements__table-row:nth-of-type(5) .requirements__list li,
  .requirements__panel--active .requirements__table-row:nth-of-type(6) .requirements__list li,
  .requirements__panel--active .requirements__table-row:nth-of-type(7) .requirements__list li,
  .requirements__panel--active .requirements__table-row:nth-of-type(8) .requirements__list li,
  .requirements__panel--active .requirements__table-row:nth-of-type(9) .requirements__list li {
    padding-left: 0.9375rem;
  }
}

.requirements__note {
  font-size: 1.5rem;
  color: #0d2340;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767px) {
  .requirements__note {
    font-size: 0.75rem;
  }
}

.requirements__salary-models {
  display: flex;
  justify-content: flex-start;
  gap: 1.875rem;
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .requirements__salary-models {
    flex-direction: column;
    gap: 0.3125rem;
  }
}

.requirements__salary-card {
  flex: none;
  width: 10.625rem;
  background-color: transparent;
  border-radius: 0.75rem;
  padding-block: 1.25rem;
  text-align: center;
  border: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 0.75rem;
}
@media screen and (max-width: 767px) {
  .requirements__salary-card {
    width: 100%;
    padding: 1rem;
  }
}

.requirements__salary-photo {
  width: 6.25rem;
  height: 6.25rem;
  border-radius: 50%;
  background-color: rgba(255, 242, 232, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.requirements__salary-photo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media screen and (max-width: 767px) {
  .requirements__salary-photo {
    width: 6.25rem;
    height: 6.25rem;
  }
}

.requirements__salary-info {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.requirements__salary-year {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  color: #0d2340;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .requirements__salary-year {
    font-size: 0.8125rem;
  }
}

.requirements__salary-nowrap {
  white-space: nowrap;
}

.requirements__salary-amount {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  color: #0d2340;
  letter-spacing: 0.03em;
  margin-top: 0.25rem;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .requirements__salary-amount {
    font-size: 1rem;
  }
}

.requirements__campaign {
  margin-top: 2.5rem;
  background-color: #b2dffc;
  border-radius: 3.75rem;
  padding: 1.875rem 5.625rem 1.875rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .requirements__campaign {
    margin-top: 1.5rem;
    padding: 1.25rem 1.5rem;
    border-radius: 1.875rem;
  }
}

.requirements__campaign {
  position: relative;
  overflow: hidden;
}

.requirements__campaign-icon {
  position: absolute;
  left: 0.5rem;
  top: 50%;
  transform: translateY(-50%);
  width: 8.75rem;
  opacity: 0.8;
  pointer-events: none;
  z-index: 0;
}
.requirements__campaign-icon img {
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (max-width: 767px) {
  .requirements__campaign-icon {
    display: block;
    width: 4.5rem;
    left: 0.5rem;
    top: 0.625rem;
    transform: none;
    opacity: 0.9;
  }
}

.requirements__campaign-inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.625rem;
}
@media screen and (max-width: 767px) {
  .requirements__campaign-inner {
    align-items: center;
  }
}

.requirements__campaign-badge {
  display: inline-block;
  font-family: "Zen Maru Gothic", "Hiragino Kaku Gothic Pro", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  color: #0d2340;
  letter-spacing: 0.05em;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .requirements__campaign-badge {
    font-size: 1.5rem;
    text-align: center;
  }
}

.requirements__campaign-badge-highlight {
  font-family: "Zen Maru Gothic", "Hiragino Kaku Gothic Pro", "Hiragino Kaku Gothic ProN", sans-serif;
  color: #fca309;
  font-weight: 900;
}

.requirements__campaign-text {
  font-family: "Zen Maru Gothic", "Hiragino Kaku Gothic Pro", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  color: #0d2340;
  letter-spacing: 0.03em;
  line-height: 1.6666666667;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .requirements__campaign-text {
    text-align: center;
    font-size: 1rem;
    line-height: 1.75;
  }
}

.requirements__campaign-amount {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-size: 2.25rem;
  font-weight: 900;
  color: #fca309;
}
@media screen and (max-width: 767px) {
  .requirements__campaign-amount {
    font-size: 1.75rem;
  }
}

.faq {
  position: relative;
  padding: 5rem 0;
  background-color: #FEFCE8;
  background-image: url("../assets/img/top/faq_01.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.faq::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(254, 253, 236, 0.42);
  z-index: 0;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .faq {
    padding: 3.125rem 0;
  }
}

.faq__inner {
  position: relative;
  z-index: 1;
  max-width: 70.625rem;
  margin-inline: auto;
  padding-inline: 1.5625rem;
}
@media screen and (max-width: 767px) {
  .faq__inner {
    padding-inline: 1.25rem;
  }
}

.faq__heading {
  text-align: center;
}

.faq__title-en {
  color: rgba(252, 163, 9, 0.5);
}

.faq__title-ja {
  margin-top: -1.875rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .faq__title-ja {
    margin-top: -0.875rem;
  }
}

.faq__list {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  margin-top: 3.125rem;
}
@media screen and (max-width: 767px) {
  .faq__list {
    gap: 1rem;
    margin-top: 1.875rem;
  }
}

.faq__item {
  position: relative;
  background-color: #ffffff;
  border-radius: 2.75rem;
  padding: 2.25rem 3rem 2.25rem 3.75rem;
  overflow: hidden;
}
.faq__item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 2.3125rem;
  background-color: var(--faq-accent-bg, transparent);
}
@media screen and (max-width: 767px) {
  .faq__item {
    border-radius: 1.5rem;
    padding: 1.25rem 1.5rem 1.25rem 2.25rem;
  }
  .faq__item::before {
    width: 0.625rem;
  }
}

.faq__item--blue {
  --faq-accent-bg: #D1EBFF;
}

.faq__item--yellow {
  --faq-accent-bg: #FDFFD1;
}

.faq__item--pink {
  --faq-accent-bg: #FFD7D1;
}

.faq__item--green {
  --faq-accent-bg: #D4FFD1;
}

.faq__item--purple {
  --faq-accent-bg: #D1DEFF;
}

.faq__question {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
}

.faq__question-body {
  flex: 1;
  min-width: 0;
}

.faq__question-icon {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  color: #0d2340;
  letter-spacing: 0.05em;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .faq__question-icon {
    font-size: 1.125rem;
  }
}

.faq__question-text {
  position: relative;
  display: inline-block;
  width: fit-content;
  max-width: 100%;
  font-family: "Zen Maru Gothic", "Hiragino Kaku Gothic Pro", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 1.375rem;
  font-weight: 500;
  color: #0d2340;
  line-height: 1.5454545455;
  letter-spacing: 0.05em;
  padding-bottom: 0.25rem;
  border-bottom: none;
  z-index: 0;
}
.faq__question-text::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0.125rem;
  width: 100%;
  height: 1.25rem;
  background-color: transparent;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .faq__question-text {
    display: inline;
    max-width: none;
    font-size: 1rem;
    line-height: 1.625;
    background-image: linear-gradient(transparent 0, transparent calc(100% - 0.875rem), var(--faq-accent-bg) calc(100% - 0.875rem), var(--faq-accent-bg) 100%);
    background-repeat: no-repeat;
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
  }
  .faq__question-text::after {
    display: none;
  }
}

.faq__item--blue .faq__question-text::after {
  background-color: #D1EBFF;
}

.faq__item--yellow .faq__question-text::after {
  background-color: #FDFFD1;
}

.faq__item--pink .faq__question-text::after {
  background-color: #FFD7D1;
}

.faq__item--green .faq__question-text::after {
  background-color: #D4FFD1;
}

.faq__item--purple .faq__question-text::after {
  background-color: #D1DEFF;
}

.faq__answer {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  margin-top: 1.25rem;
}
@media screen and (max-width: 767px) {
  .faq__answer {
    margin-top: 0.875rem;
  }
}

.faq__answer-icon {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  color: #0d2340;
  letter-spacing: 0.05em;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .faq__answer-icon {
    font-size: 1.125rem;
  }
}

.faq__answer-text {
  font-family: "Zen Maru Gothic", "Hiragino Kaku Gothic Pro", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 1.375rem;
  font-weight: 400;
  color: #0d2340;
  line-height: 1.7272727273;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767px) {
  .faq__answer-text {
    font-size: 0.9375rem;
    line-height: 1.7333333333;
    letter-spacing: 0.05em;
  }
}

.contact {
  position: relative;
  padding: 3.75rem 0 2.5rem;
  background-color: #ffffff;
  background-image: url("../assets/img/top/contact_01.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.contact::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .contact {
    padding: 3.125rem 0;
    background-position: center top;
  }
}

.contact__inner {
  position: relative;
  z-index: 1;
  max-width: 70.625rem;
  margin-inline: auto;
  padding-inline: 1.5625rem;
  padding-bottom: 8.75rem;
}
@media screen and (max-width: 767px) {
  .contact__inner {
    padding-inline: 1.25rem;
    padding-bottom: 3.125rem;
  }
}

.contact__heading {
  display: grid;
  place-items: center;
  text-align: center;
}

.contact__title-en {
  grid-area: 1/1;
  align-self: center;
  justify-self: center;
  top: 0;
  color: rgba(250, 245, 181, 0.5);
  font-size: 7rem;
  letter-spacing: -0.012em;
  line-height: 0.9;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .contact__title-en {
    font-size: 3rem;
    letter-spacing: 0.03em;
  }
}

.contact__title-ja {
  grid-area: 1/1;
  align-self: center;
  justify-self: center;
  margin-top: 0.1875rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .contact__title-ja {
    margin-top: -0.875rem;
  }
}

.contact__form {
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .contact__form {
    margin-top: 1.5rem;
  }
}

.contact .wpcf7 {
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .contact .wpcf7 {
    margin-top: 1.5rem;
  }
}

.contact .wpcf7-form.contact__form {
  margin-top: 0;
}

.contact .wpcf7-form-control-wrap {
  display: block;
  width: 100%;
}

.contact .wpcf7-checkbox,
.contact .wpcf7-radio {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 2rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .contact .wpcf7-checkbox,
  .contact .wpcf7-radio {
    gap: 0.625rem 1rem;
  }
}

.contact__checkbox-group--grid .wpcf7-checkbox {
  display: grid;
  grid-template-columns: repeat(2, auto);
  gap: 0.75rem 3rem;
  justify-content: flex-start;
}
@media screen and (max-width: 767px) {
  .contact__checkbox-group--grid .wpcf7-checkbox {
    grid-template-columns: repeat(2, auto);
    justify-content: flex-start;
    gap: 0.625rem 1.25rem;
  }
}

.contact .wpcf7-list-item {
  display: block;
  margin: 0;
}
.contact .wpcf7-list-item label {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  cursor: pointer;
}

.contact .wpcf7-checkbox input[type=checkbox],
.contact .wpcf7-radio input[type=radio] {
  appearance: none;
  width: 1.25rem;
  height: 1.25rem;
  margin: 0;
  flex-shrink: 0;
  cursor: pointer;
  border: 0.0625rem solid #0d2340;
  border-radius: 0.25rem;
  box-sizing: border-box;
  transition: background-color 0.2s, border-color 0.2s;
}
.contact .wpcf7-checkbox input[type=checkbox]:checked,
.contact .wpcf7-radio input[type=radio]:checked {
  background-color: #094ea5;
  border-color: #094ea5;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 0.875rem 0.875rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23ffffff' d='M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z'/%3E%3C/svg%3E");
}

.contact .wpcf7-radio input[type=radio]:checked {
  background-image: none;
  box-shadow: inset 0 0 0 0.25rem #ffffff;
}

.contact__field:nth-child(odd) .wpcf7-checkbox input[type=checkbox]:not(:checked),
.contact__field:nth-child(odd) .wpcf7-radio input[type=radio]:not(:checked) {
  background-color: #f9dfb3;
}

.contact__field:nth-child(even) .wpcf7-checkbox input[type=checkbox]:not(:checked),
.contact__field:nth-child(even) .wpcf7-radio input[type=radio]:not(:checked) {
  background-color: #ffefd3;
}

.contact .wpcf7-list-item-label {
  font-family: "Zen Maru Gothic", "Hiragino Kaku Gothic Pro", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  color: #0d2340;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .contact .wpcf7-list-item-label {
    font-size: 0.875rem;
    white-space: nowrap;
  }
}

.contact .wpcf7-not-valid-tip {
  margin-top: 0.5rem;
  font-family: "Zen Maru Gothic", "Hiragino Kaku Gothic Pro", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  color: #c0392b;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .contact .wpcf7-not-valid-tip {
    font-size: 0.75rem;
  }
}

.contact .wpcf7-response-output {
  margin-top: 1.5rem;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 1rem;
  padding-right: 1.25rem;
  padding-bottom: 1rem;
  padding-left: 1.25rem;
  border: 0.0625rem solid transparent;
  border-radius: 0.5rem;
  font-family: "Zen Maru Gothic", "Hiragino Kaku Gothic Pro", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 1rem;
  text-align: center;
}

.contact .wpcf7 form.invalid .wpcf7-response-output,
.contact .wpcf7 form.unaccepted .wpcf7-response-output,
.contact .wpcf7 form.payment-required .wpcf7-response-output {
  border-color: #c0392b;
  background-color: #fdecea;
  color: #c0392b;
}

.contact .wpcf7 form.sent .wpcf7-response-output {
  border-color: #2e7d32;
  background-color: #edf7ed;
  color: #2e7d32;
}

.contact .wpcf7 form.failed .wpcf7-response-output,
.contact .wpcf7 form.aborted .wpcf7-response-output {
  border-color: #c0392b;
  background-color: #fdecea;
  color: #c0392b;
}

.contact .wpcf7-spinner {
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .contact .wpcf7-spinner {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    margin-top: 0;
  }
}

.contact .screen-reader-response {
  position: absolute;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  white-space: nowrap;
}

.contact__field {
  display: flex;
  align-items: center;
  border-radius: 0.625rem;
  padding: 1.25rem 2rem;
  border: none;
}
.contact__field:nth-child(odd) {
  background-color: #f9dfb3;
}
.contact__field:nth-child(even) {
  background-color: #ffefd3;
}
.contact__field--textarea {
  align-items: flex-start;
}
.contact__field--textarea .contact__label {
  padding-top: 0.625rem;
}
@media screen and (max-width: 767px) {
  .contact__field {
    flex-direction: column;
    align-items: flex-start;
    padding: 1rem 1.25rem;
    border-radius: 0.5rem;
  }
  .contact__field--textarea .contact__label {
    padding-top: 0;
  }
}

.contact__label {
  flex: 0 0 17.5rem;
  font-family: "Zen Maru Gothic", "Hiragino Kaku Gothic Pro", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  color: #0d2340;
  letter-spacing: 0.05em;
  text-align: left;
  padding-left: 4.375rem;
  padding-right: 0.9375rem;
  padding-right: 0;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .contact__label {
    flex: none;
    text-align: left;
    padding-left: 0;
    padding-right: 0;
    font-size: 0.875rem;
    margin-bottom: 0.5rem;
  }
}

@media screen and (min-width: 768px) {
  #label-job {
    align-self: flex-start;
  }
}
.contact__field-body {
  flex: 0 0 33.75rem;
  width: 33.75rem;
  max-width: 33.75rem;
  margin-left: 8.4375rem;
  min-width: 0;
}
@media screen and (max-width: 767px) {
  .contact__field-body {
    flex: 1 1 auto;
    width: 100%;
    max-width: none;
    margin-left: 0;
  }
}

.contact__required {
  color: #0d2340;
  font-size: 1.5rem;
  margin-left: 0.25rem;
}
@media screen and (max-width: 767px) {
  .contact__required {
    font-size: 0.75rem;
  }
}

.contact__checkbox-group {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 2rem;
}
.contact__checkbox-group--grid {
  display: grid;
  grid-template-columns: repeat(2, auto);
  gap: 0.75rem 3rem;
  justify-content: flex-start;
}
@media screen and (max-width: 767px) {
  .contact__checkbox-group {
    gap: 0.625rem 1rem;
  }
  .contact__checkbox-group--grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.625rem 1rem;
  }
}

.contact__checkbox {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  cursor: pointer;
}

.contact__checkbox-input {
  appearance: none;
  width: 1.25rem;
  height: 1.25rem;
  margin: 0;
  flex-shrink: 0;
  cursor: pointer;
  border: 0.0625rem solid #0d2340;
  border-radius: 0.25rem;
  box-sizing: border-box;
  transition: background-color 0.2s, border-color 0.2s;
}
.contact__checkbox-input:checked {
  background-color: #094ea5;
  border-color: #094ea5;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 0.875rem 0.875rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23ffffff' d='M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z'/%3E%3C/svg%3E");
}
.contact__checkbox-input[type=radio] {
  border-radius: 0.25rem;
}
.contact__checkbox-input[type=radio]:checked {
  background-image: none;
  box-shadow: inset 0 0 0 0.25rem #ffffff;
}

.contact__field:nth-child(odd) .contact__checkbox-input:not(:checked) {
  background-color: #f9dfb3;
}

.contact__field:nth-child(even) .contact__checkbox-input:not(:checked) {
  background-color: #ffefd3;
}

.contact__checkbox-text {
  font-family: "Zen Maru Gothic", "Hiragino Kaku Gothic Pro", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  color: #0d2340;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .contact__checkbox-text {
    font-size: 0.875rem;
  }
}

.contact__input {
  width: 100%;
  background-color: #ffffff;
  border: none;
  border-radius: 0.3125rem;
  padding: 0.75rem 1rem;
  font-family: "Zen Maru Gothic", "Hiragino Kaku Gothic Pro", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 1rem;
  color: #0d2340;
}
.contact__input::placeholder {
  color: #b3b3b3;
}
@media screen and (max-width: 767px) {
  .contact__input {
    font-size: 0.875rem;
    padding: 0.625rem 0.75rem;
  }
}

.contact__textarea {
  width: 100%;
  background-color: #ffffff;
  border: none;
  border-radius: 0.3125rem;
  padding: 0.75rem 1rem;
  font-family: "Zen Maru Gothic", "Hiragino Kaku Gothic Pro", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 1rem;
  color: #0d2340;
  min-height: 10.3125rem;
  resize: vertical;
}
.contact__textarea::placeholder {
  color: #b3b3b3;
}
@media screen and (max-width: 767px) {
  .contact__textarea {
    font-size: 0.875rem;
    padding: 0.625rem 0.75rem;
    min-height: 7.5rem;
  }
}

.contact__submit {
  display: flex;
  justify-content: center;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .contact__submit {
    position: relative;
    margin-top: 1.5rem;
  }
}

.contact__submit-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.375rem 5rem;
  background-color: #5A3900;
  color: #ffffff;
  font-family: "Zen Maru Gothic", "Hiragino Kaku Gothic Pro", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  border-radius: 0.5rem;
  border: none;
  cursor: pointer;
  transition: opacity 0.3s;
  text-align: center;
}
@media (hover: hover) {
  .contact__submit-button:hover {
    opacity: 0.8;
  }
}
@media screen and (max-width: 767px) {
  .contact__submit-button {
    display: block;
    width: 15rem;
    max-width: 100%;
    margin-inline: auto;
    text-align: center;
    font-size: 1rem;
    padding: 0.875rem 2rem;
    box-sizing: border-box;
  }
}

.contact__line {
  position: absolute;
  right: 0;
  bottom: 5rem;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 1.75rem;
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .contact__line {
    position: relative;
    right: auto;
    bottom: auto;
    justify-content: center;
    margin-top: 1.875rem;
    gap: 0.875rem;
  }
}

.contact__line-text {
  position: relative;
  font-family: "Zen Maru Gothic", "Hiragino Kaku Gothic Pro", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  color: #0d2340;
  line-height: 1.3333333333;
  letter-spacing: 0.03em;
  text-align: left;
  padding-top: 0.5rem;
}
.contact__line-text::before, .contact__line-text::after {
  content: "";
  position: absolute;
  right: -1.125rem;
  width: 2.75rem;
  height: 0.0625rem;
  background-color: rgba(13, 35, 64, 0.45);
}
.contact__line-text::before {
  top: -10%;
  transform: rotate(32deg);
}
.contact__line-text::after {
  top: 90%;
  transform: rotate(-32deg);
}
@media screen and (max-width: 767px) {
  .contact__line-text {
    font-size: 1.5rem;
    line-height: 1.4166666667;
  }
  .contact__line-text::before, .contact__line-text::after {
    right: -0.625rem;
    width: 0.75rem;
  }
}

.contact__line-highlight {
  color: #fca309;
}

.contact__line-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 5.3125rem;
  height: 5.3125rem;
  border-radius: 1.25rem;
  overflow: hidden;
  transition: opacity 0.3s;
}
.contact__line-link img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (hover: hover) {
  .contact__line-link:hover {
    opacity: 0.8;
  }
}
@media screen and (max-width: 767px) {
  .contact__line-link {
    width: 3.5rem;
    height: 3.5rem;
    border-radius: 0.75rem;
  }
}

.thanks {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  background-color: #d8f5ff;
  padding-top: 2.5rem;
  padding-right: 1.25rem;
  padding-bottom: 2.5rem;
  padding-left: 1.25rem;
}

.thanks__card {
  width: 100%;
  max-width: 81.6875rem;
  min-height: 46.3125rem;
  background-color: #fffefa;
  border-radius: 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: 5rem;
  padding-right: 2.5rem;
  padding-bottom: 5rem;
  padding-left: 2.5rem;
}
@media screen and (max-width: 767px) {
  .thanks__card {
    min-height: 30rem;
    padding-top: 3.125rem;
    padding-right: 1.25rem;
    padding-bottom: 3.125rem;
    padding-left: 1.25rem;
  }
}

.thanks__icon img {
  display: block;
  width: 23.4375rem;
  height: auto;
}
@media screen and (max-width: 767px) {
  .thanks__icon img {
    width: 13.75rem;
  }
}

.thanks__heading {
  font-family: "Zen Maru Gothic", "Hiragino Kaku Gothic Pro", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 2.75rem;
  font-weight: 700;
  color: #0d2340;
  line-height: normal;
  text-align: center;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .thanks__heading {
    font-size: 1.75rem;
    margin-top: 1.875rem;
  }
}

.thanks__heading-accent {
  color: #094ea5;
}

.thanks__message {
  font-family: "Zen Maru Gothic", "Hiragino Kaku Gothic Pro", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 2rem;
  font-weight: 400;
  color: #0d2340;
  line-height: normal;
  text-align: center;
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .thanks__message {
    font-size: 1.125rem;
    margin-top: 1.5rem;
  }
}

.thanks__back {
  display: inline-block;
  font-family: "Zen Maru Gothic", "Hiragino Kaku Gothic Pro", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  color: #094ea5;
  text-decoration: underline;
  margin-top: 2.5rem;
  transition: opacity 0.3s;
}
@media (hover: hover) {
  .thanks__back:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 767px) {
  .thanks__back {
    font-size: 1.125rem;
    margin-top: 1.875rem;
  }
}

.sp-bottombar {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp-bottombar {
    display: flex;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 100;
    align-items: center;
    justify-content: center;
    gap: 0.625rem;
    padding: 0.625rem 1rem;
    background-color: #ffffff;
    box-shadow: 0 -0.125rem 0.625rem rgba(0, 0, 0, 0.1);
  }
}

.sp-bottombar__item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  flex-shrink: 0;
  transition: opacity 0.3s;
}
@media (hover: hover) {
  .sp-bottombar__item:hover {
    opacity: 0.8;
  }
}

.sp-bottombar__item--logo {
  width: 3.5rem;
  height: 3.5rem;
  background-color: #fbc9c9;
  padding: 0.5rem;
}
.sp-bottombar__item--logo img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.sp-bottombar__item--nav {
  width: 3.5rem;
  height: 3.5rem;
  background-color: #f0c983;
}

.sp-bottombar__label {
  font-family: "Zen Maru Gothic", "Hiragino Kaku Gothic Pro", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 0.8125rem;
  font-weight: 700;
  color: #ffffff;
  text-align: center;
  line-height: 1.3;
  letter-spacing: 0.03em;
}

.sp-bottombar__item--contact {
  width: 3.5rem;
  height: 3.5rem;
  background-color: #094ea5;
}
.sp-bottombar__item--contact img {
  width: 1.75rem;
  height: auto;
}

.js-fade-in {
  opacity: 0;
  transform: translateY(40px);
}
