@charset "UTF-8";
.sp-only {
  display: none;
}
@media (max-width: 768px) {
  .sp-only {
    display: block;
  }
}

.tab-only {
  display: none;
}
@media (min-width: 769px) and (max-width: 1280px) {
  .tab-only {
    display: block;
  }
}

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

.spbtm-only {
  display: none;
}
@media (max-width: 350px) {
  .spbtm-only {
    display: block;
  }
}

.pt10 {
  padding-top: 1rem;
}

.pb10 {
  padding-bottom: 1rem;
}

.pl10 {
  padding-left: 1rem;
}

.pr10 {
  padding-right: 1rem;
}

.mt10 {
  margin-top: 1rem;
}

.mb10 {
  margin-bottom: 1rem;
}

.ml10 {
  margin-left: 1rem;
}

.mr10 {
  margin-right: 1rem;
}

.pt14 {
  padding-top: 1.4rem;
}

.pb14 {
  padding-bottom: 1.4rem;
}

.pl14 {
  padding-left: 1.4rem;
}

.pr14 {
  padding-right: 1.4rem;
}

.mt14 {
  margin-top: 1.4rem;
}

.mb14 {
  margin-bottom: 1.4rem;
}

.ml14 {
  margin-left: 1.4rem;
}

.mr14 {
  margin-right: 1.4rem;
}

.pt18 {
  padding-top: 1.8rem;
}

.pb18 {
  padding-bottom: 1.8rem;
}

.pl18 {
  padding-left: 1.8rem;
}

.pr18 {
  padding-right: 1.8rem;
}

.mt18 {
  margin-top: 1.8rem;
}

.mb18 {
  margin-bottom: 1.8rem;
}

.ml18 {
  margin-left: 1.8rem;
}

.mr18 {
  margin-right: 1.8rem;
}

.pt22 {
  padding-top: 2.2rem;
}

.pb22 {
  padding-bottom: 2.2rem;
}

.pl22 {
  padding-left: 2.2rem;
}

.pr22 {
  padding-right: 2.2rem;
}

.mt22 {
  margin-top: 2.2rem;
}

.mb22 {
  margin-bottom: 2.2rem;
}

.ml22 {
  margin-left: 2.2rem;
}

.mr22 {
  margin-right: 2.2rem;
}

.pt26 {
  padding-top: 2.6rem;
}

.pb26 {
  padding-bottom: 2.6rem;
}

.pl26 {
  padding-left: 2.6rem;
}

.pr26 {
  padding-right: 2.6rem;
}

.mt26 {
  margin-top: 2.6rem;
}

.mb26 {
  margin-bottom: 2.6rem;
}

.ml26 {
  margin-left: 2.6rem;
}

.mr26 {
  margin-right: 2.6rem;
}

.pt30 {
  padding-top: 3rem;
}

.pb30 {
  padding-bottom: 3rem;
}

.pl30 {
  padding-left: 3rem;
}

.pr30 {
  padding-right: 3rem;
}

.mt30 {
  margin-top: 3rem;
}

.mb30 {
  margin-bottom: 3rem;
}

.ml30 {
  margin-left: 3rem;
}

.mr30 {
  margin-right: 3rem;
}

.pt34 {
  padding-top: 3.4rem;
}

.pb34 {
  padding-bottom: 3.4rem;
}

.pl34 {
  padding-left: 3.4rem;
}

.pr34 {
  padding-right: 3.4rem;
}

.mt34 {
  margin-top: 3.4rem;
}

.mb34 {
  margin-bottom: 3.4rem;
}

.ml34 {
  margin-left: 3.4rem;
}

.mr34 {
  margin-right: 3.4rem;
}

.pt38 {
  padding-top: 3.8rem;
}

.pb38 {
  padding-bottom: 3.8rem;
}

.pl38 {
  padding-left: 3.8rem;
}

.pr38 {
  padding-right: 3.8rem;
}

.mt38 {
  margin-top: 3.8rem;
}

.mb38 {
  margin-bottom: 3.8rem;
}

.ml38 {
  margin-left: 3.8rem;
}

.mr38 {
  margin-right: 3.8rem;
}

.pt42 {
  padding-top: 4.2rem;
}

.pb42 {
  padding-bottom: 4.2rem;
}

.pl42 {
  padding-left: 4.2rem;
}

.pr42 {
  padding-right: 4.2rem;
}

.mt42 {
  margin-top: 4.2rem;
}

.mb42 {
  margin-bottom: 4.2rem;
}

.ml42 {
  margin-left: 4.2rem;
}

.mr42 {
  margin-right: 4.2rem;
}

.pt46 {
  padding-top: 4.6rem;
}

.pb46 {
  padding-bottom: 4.6rem;
}

.pl46 {
  padding-left: 4.6rem;
}

.pr46 {
  padding-right: 4.6rem;
}

.mt46 {
  margin-top: 4.6rem;
}

.mb46 {
  margin-bottom: 4.6rem;
}

.ml46 {
  margin-left: 4.6rem;
}

.mr46 {
  margin-right: 4.6rem;
}

.pt50 {
  padding-top: 5rem;
}

.pb50 {
  padding-bottom: 5rem;
}

.pl50 {
  padding-left: 5rem;
}

.pr50 {
  padding-right: 5rem;
}

.mt50 {
  margin-top: 5rem;
}

.mb50 {
  margin-bottom: 5rem;
}

.ml50 {
  margin-left: 5rem;
}

.mr50 {
  margin-right: 5rem;
}

:root {
  --white: #ffffff;
  --black: #000;
  --navy: #213377;
  --text: #000;
  --red: #FF0000;
  --leading-trim: calc((1em - 1lh) / 2);
  --inter: "Inter", sans-serif;
  --notosans: "Noto Sans JP", sans-serif;
}

.bold {
  font-weight: 700;
}

.fw400 {
  font-weight: 400;
}

.fw500 {
  font-weight: 500;
}

.fw600 {
  font-weight: 600;
}

.lh130 {
  line-height: 130%;
}

.lh170 {
  line-height: 170%;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 997;
}
.header__inner {
  width: 100%;
  margin-inline: auto;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding-inline: 5rem 2rem;
  padding-top: 4rem;
}
@media screen and (max-width: 768px) {
  .header__inner {
    padding-inline: 2.4rem;
    padding-top: 2.4rem;
  }
}
.header__logo {
  width: 43.5rem;
  position: relative;
  z-index: 1000;
}
.header__logo a {
  display: block;
}
@media screen and (max-width: 768px) {
  .header__logo {
    width: 12rem;
  }
}
.header__nav-sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .header__nav-sp {
    display: block;
    position: fixed;
    top: 1.5rem;
    right: 1.4rem;
    width: calc(100dvw - 2.8rem);
    max-height: calc(100dvh - 3rem);
    background: rgba(255, 255, 255, 0.9);
    border-radius: 2.4rem;
    z-index: 999;
    padding: 2.4rem 3rem;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    visibility: hidden;
  }
  body.menu-open .header__nav-sp {
    opacity: 1;
    pointer-events: auto;
    visibility: visible;
  }
  .header__nav-sp .header__nav-item--has-submenu {
    flex-direction: column;
    align-items: stretch;
    padding-bottom: 1rem;
  }
  .header__nav-sp .header__nav-item-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
  }
  .header__nav-sp .header__nav-item {
    padding-block: 1.5rem;
    padding-inline: 1.6rem 1rem;
  }
  .header__nav-sp .header__nav-item-label {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 0;
  }
  .header__nav-sp .header__nav-item-label:focus {
    outline: none;
  }
  .header__nav-sp .header__nav-item-label:focus-visible {
    outline: 2px solid var(--text);
    outline-offset: 0.2rem;
    border-radius: 0.4rem;
  }
  .header__nav-sp .header__nav-item--has-submenu .header__nav-item-icon {
    transition: transform 0.2s ease;
  }
  .header__nav-sp .header__nav-submenu {
    max-height: 0;
    margin-top: 0;
    overflow: hidden;
    transition: margin-top 0.2s ease, max-height 0.2s ease;
  }
  .header__nav-sp .header__nav-item.is-expanded .header__nav-submenu {
    max-height: 50vh;
    margin-top: 1.5rem;
  }
  .header__nav-sp .header__nav-item.is-expanded .header__nav-item-icon::after {
    opacity: 0;
  }
  .header__nav-sp .header__nav-submenu-item a {
    font-size: 16px;
    background: transparent;
    line-height: 1.7692307692;
    letter-spacing: 0.05em;
    font-weight: 400;
    color: var(--text);
    transition: 0.3s;
    padding: 0;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .header__nav-sp .header__nav-submenu-item a {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .header__nav-sp .header__nav-submenu-item a * {
    transition: 0.3s;
  }
}
@media screen and (max-width: 768px) and (hover: hover) and (pointer: fine) {
  .header__nav-sp .header__nav-submenu-item a:hover {
    color: var(--text);
  }
}
@media screen and (max-width: 768px) {
  .header__nav-sp .header__nav-submenu-item a::after {
    display: none;
  }
}
.header__nav-sp {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.header__nav-sp::-webkit-scrollbar {
  display: none;
}
.header__nav-sp-close {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 1.7rem;
  right: 1.7rem;
  width: 1.2rem;
  height: 1.2rem;
}
.header__nav-sp-close-button {
  width: 100%;
  height: 100%;
  appearance: none;
  border: none;
  background: none;
  cursor: pointer;
  padding: 0;
  margin: 0;
}
.header__nav-sp-close-button span {
  width: 1.6968rem;
  height: 0.15rem;
  background: var(--text);
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
}
.header__nav-sp-close-button span:nth-child(1) {
  transform: translate(-50%, -50%) rotate(45deg);
}
.header__nav-sp-close-button span:nth-child(2) {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.header__nav-sp .header__sns-list {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 2.4rem;
}
.header__nav-sp .header__sns-item {
  width: fit-content;
}
.header__nav-sp .header__sns-item a {
  display: flex;
  width: 2.4rem;
}
.header__nav {
  width: fit-content;
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 5rem;
}
@media screen and (max-width: 768px) {
  .header__nav {
    display: none;
  }
}
.header__nav-list {
  display: flex;
  align-items: center;
  gap: 1.6rem;
}
@media screen and (max-width: 768px) {
  .header__nav-list {
    flex-direction: column;
    gap: 0rem;
  }
}
@media screen and (min-width: 769px) {
  .header__nav-item:has(.header__nav-submenu) {
    position: relative;
  }
}
@media screen and (max-width: 768px) {
  .header__nav-item {
    width: 100%;
  }
  .header__nav-item + .header__nav-item {
    border-top: 1px solid var(--white);
  }
}
.header__nav-item a {
  color: var(--text);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  transition: 0.3s;
  padding-block: 1rem;
}
.header__nav-item a * {
  transition: 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .header__nav-item a:hover {
    color: var(--text);
  }
  .header__nav-item a:hover .header__nav-item-text {
    color: var(--text);
  }
}
@media screen and (max-width: 768px) {
  .header__nav-item a {
    padding-block: 0rem;
    background: transparent;
  }
}
.header__nav-item-text {
  font-size: max(1.9rem, 17px);
  line-height: 1;
  letter-spacing: 0.05em;
  font-weight: 700;
  transition: 0.3s;
  color: var(--navy);
}
@media screen and (max-width: 768px) {
  .header__nav-item-text {
    display: flex;
    align-items: baseline;
    gap: 0.8rem;
    width: 100%;
    font-size: 1.6rem;
  }
}
.header__nav-item-text-en {
  font-size: 1.8rem;
  line-height: 0.7222222222;
  letter-spacing: -0.03em;
  font-weight: 300;
  transition: 0.3s;
  color: var(--text);
}
.header__nav-item-text-ja {
  font-size: 1.3rem;
  line-height: 0.6923076923;
  letter-spacing: 0.05em;
  font-weight: 400;
  transition: 0.3s;
  color: var(--text);
}
.header__nav-item-icon {
  width: 1.9rem;
  height: 1.9rem;
  display: block;
}
.header__nav-item-icon img {
  width: 100%;
  height: 100%;
}
.header__nav-item:has(.header__nav-submenu) {
  position: relative;
}
@media (hover: hover) and (pointer: fine) {
  .header__nav-item:has(.header__nav-submenu):hover > a .header__nav-item-text {
    color: var(--text);
  }
  .header__nav-item:has(.header__nav-submenu):hover > a .header__nav-item-icon::after {
    opacity: 0;
  }
}
.header__nav-submenu {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  width: 19rem;
}
@media screen and (min-width: 769px) {
  .header__nav-submenu {
    left: 0;
    opacity: 0;
    position: absolute;
    top: 100%;
    transition: opacity 0.2s ease, visibility 0.2s ease;
    visibility: hidden;
  }
}
@media screen and (hover: hover) and (pointer: fine) and (min-width: 769px) {
  .header__nav-item:hover .header__nav-submenu {
    opacity: 1;
    visibility: visible;
  }
}
.header__nav-submenu-item a {
  padding: 0.4rem 1.8rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 16px;
  line-height: 1.7692307692;
  letter-spacing: 0.05em;
  font-weight: 400;
  color: var(--text);
  transition: 0.3s;
  background: var(--white);
  backdrop-filter: blur(7.5px);
  border-radius: 0.4rem;
}
@media (hover: hover) and (pointer: fine) {
  .header__nav-submenu-item a:hover {
    color: var(--text);
  }
  .header__nav-submenu-item a:hover::after {
    opacity: 1;
  }
}
.header__nav-submenu-item a::after {
  content: "";
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 50%;
  background: var(--text);
  display: block;
  opacity: 0;
  transition: 0.3s;
}
.header__sns {
  width: fit-content;
}
@media screen and (max-width: 768px) {
  .header__sns {
    display: none;
  }
}
.header__sns-list {
  display: flex;
  align-items: center;
  gap: 2.4rem;
}
@media screen and (max-width: 768px) {
  .header__sns-list {
    flex-direction: column;
    gap: 0rem;
  }
}
@media screen and (min-width: 769px) {
  .header__sns-item:has(.header__nav-submenu) {
    position: relative;
  }
}
@media screen and (max-width: 768px) {
  .header__sns-item {
    width: 100%;
  }
  .header__sns-item + .header__nav-item {
    border-top: 1px solid var(--white);
  }
}
.header__sns-item a {
  color: var(--text);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  transition: 0.3s;
  width: 3.2rem;
}
.header__sns-item a * {
  transition: 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .header__sns-item a:hover {
    color: var(--text);
  }
  .header__sns-item a:hover .header__nav-item-text {
    color: var(--text);
  }
}
@media screen and (max-width: 768px) {
  .header__sns-item a {
    padding-block: 0rem;
    background: transparent;
  }
}
.header__btn {
  height: 2.1428571429em;
  width: 14.2857142857em;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--navy);
  color: var(--text);
  border-radius: 6.25em;
  position: relative;
  z-index: 1000;
  font-size: 16px;
  transition: 0.3s;
  gap: 0.4rem;
}
@media screen and (max-width: 768px) {
  .header__btn {
    display: none;
    width: 100%;
    margin-top: 2.5rem;
    font-size: 1.6rem;
  }
}
.header__btn * {
  transition: 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .header__btn:hover {
    background: var(--white);
    color: var(--text);
  }
  .header__btn:hover .header__btn-icon {
    background: var(--text);
  }
  .header__btn:hover .header__btn-text {
    color: var(--text);
  }
}
.header__btn-icon {
  width: 1.5rem;
  height: 1.5rem;
  background-image: url(../images/common/icon-padlock.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
}

.menu-button {
  display: none;
}
@media screen and (max-width: 768px) {
  .menu-button {
    background: none;
    border: none;
    cursor: pointer;
    z-index: 997;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.8rem;
    padding: 0;
    transition: top 0.3s ease;
    width: 4.6rem;
    height: 4.6rem;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.9);
  }
}
.menu-button:focus {
  outline: none;
}
.menu-button:focus-visible {
  outline: 2px solid var(--white);
  outline-offset: 0.4rem;
}

.menu-icon {
  width: 1.8rem;
  height: 1.2rem;
  position: relative;
}
.menu-icon span {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 1.8rem;
  height: 2px;
  background-color: var(--text);
  transform-origin: center;
  transform: translate(-50%, -50%);
  transition: 0.4s ease;
}
.menu-icon span:nth-child(1) {
  top: 0;
}
.menu-icon span:nth-child(2) {
  transform: translateX(-50%) translateY(-50%);
}
.menu-icon span:nth-child(3) {
  top: 100%;
}

/* トップ以外：ヘッダーリンクをデフォルト黒に */
body:has(.sub-page.feeling) .header .header__nav-item a {
  color: var(--text);
}
body:has(.sub-page.feeling) .header .header__nav-item-text {
  color: var(--text);
}
body:has(.sub-page.feeling) .header .header__nav-submenu-item a {
  color: var(--text);
}

/* トップで FV 通過後：ヘッダーリンクを黒に */
body.past-fv .header .header__nav-item a {
  color: var(--text);
}
body.past-fv .header .header__nav-item-text {
  color: var(--text);
}
body.past-fv .header .header__nav-submenu-item a {
  color: var(--text);
}

body.menu-open {
  overflow: hidden;
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(51, 51, 51, 0.8);
  z-index: 998;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  visibility: hidden;
}
body.menu-open .overlay {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
}

.footer {
  margin-top: 12rem;
  padding-inline: 4rem;
  display: flex;
  flex-direction: column;
  gap: 20rem;
  padding-bottom: 20rem;
}
@media screen and (max-width: 1024px) {
  .footer {
    gap: 8rem;
  }
}
@media screen and (max-width: 768px) {
  .footer {
    padding-inline: 2rem;
    gap: 4rem;
    margin-top: 6rem;
    padding-bottom: 6rem;
  }
}
.footer__info {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
}
@media screen and (max-width: 768px) {
  .footer__info {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}
.footer__info-item {
  display: flex;
  flex-direction: column;
  gap: 3.2rem;
}
@media screen and (max-width: 768px) {
  .footer__info-item {
    gap: 1rem;
  }
}
.footer__info-item-image {
  aspect-ratio: 888/633;
}
.footer__info-item-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 5rem;
}
@media screen and (max-width: 768px) {
  .footer__info-item-image img {
    border-radius: 2rem;
  }
}
.footer__info-item-text {
  font-size: 5.2rem;
  font-weight: 700;
  line-height: 1.6923076923;
  color: var(--navy);
  text-align: center;
}
@media screen and (max-width: 768px) {
  .footer__info-item-text {
    font-size: 3.2rem;
  }
}
.footer__bottom {
  margin-top: 12rem;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  place-items: center;
  padding-inline: 8rem;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .footer__bottom {
    grid-template-columns: 1fr;
    gap: 4rem;
    padding-inline: 0rem;
  }
}
@media screen and (max-width: 768px) {
  .footer__bottom {
    margin-top: 6rem;
    margin-top: 0;
  }
}
.footer__bottom-logo {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3.2rem;
  place-self: start;
}
@media screen and (max-width: 768px) {
  .footer__bottom-logo {
    gap: 2rem;
  }
}
.footer__bottom-logo {
  width: 100%;
}
.footer__bottom-logo-link {
  max-width: 100%;
  width: 43.5rem;
}
@media screen and (max-width: 768px) {
  .footer__bottom-logo-link {
    width: 30rem;
  }
}
.footer__bottom-sns {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 3.2rem;
}
@media screen and (max-width: 768px) {
  .footer__bottom-sns {
    gap: 1rem;
    width: 100%;
  }
}
.footer__bottom-sns-list {
  display: flex;
  align-items: center;
  gap: 3.2rem;
}
@media screen and (max-width: 768px) {
  .footer__bottom-sns-list {
    gap: 1rem;
    justify-content: space-between;
    width: 100%;
  }
}
.footer__bottom-sns-item {
  width: 3.2rem;
}
@media screen and (max-width: 768px) {
  .footer__bottom-sns-item {
    width: 2.4rem;
  }
}
.footer__bottom-body {
  display: flex;
  flex-direction: column;
  gap: 3.2rem;
  place-self: start;
}
.footer__bottom-body address {
  place-self: start;
  font-size: max(2rem, 16px);
  line-height: 2;
  font-style: normal;
}
@media screen and (max-width: 768px) {
  .footer__bottom-body address {
    font-size: 1.6rem;
  }
}

.fixed {
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
  position: fixed;
  bottom: 0rem;
  left: 50%;
  transform: translateX(-50%) translateY(20px);
  z-index: 100;
}

.fixed.show {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
  transition: all 0.3s;
  visibility: visible;
}

/* ========================================
ボタン
======================================== */
/* 共通テキスト */
:where(.sub-page-head) {
  margin-top: 26rem;
  padding-left: 5rem;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  :where(.sub-page-head) {
    margin-top: 10rem;
    padding-inline: 2rem;
  }
}
:where(.sub-page-head) .sub-page-head__inner {
  display: flex;
  gap: 18rem;
}
@media screen and (max-width: 768px) {
  :where(.sub-page-head) .sub-page-head__inner {
    gap: 2rem;
    flex-direction: column-reverse;
  }
}
:where(.sub-page-head) .sub-page-head__title {
  flex-shrink: 0;
  margin-top: 7.4rem;
  display: flex;
  flex-direction: column;
  width: fit-content;
  margin-inline: auto;
  color: var(--navy);
}
@media screen and (max-width: 768px) {
  :where(.sub-page-head) .sub-page-head__title {
    margin-top: 0rem;
    align-items: center;
  }
}
:where(.sub-page-head) .sub-page-head__title-en {
  font-size: max(4rem, 25px);
  font-weight: 900;
}
@media screen and (max-width: 768px) {
  :where(.sub-page-head) .sub-page-head__title-en {
    font-size: 1.6rem;
  }
}
:where(.sub-page-head) .sub-page-head__title-ja {
  font-size: max(8.1rem, 36px);
  font-weight: 900;
}
@media screen and (max-width: 768px) {
  :where(.sub-page-head) .sub-page-head__title-ja {
    font-size: 2.6rem;
  }
}
:where(.sub-page-head) .sub-page-head__image img {
  margin-left: 8%;
  border-radius: 7.4rem;
  width: ewm(1311);
  clip-path: inset(0 8% 0 0);
}
@media screen and (max-width: 768px) {
  :where(.sub-page-head) .sub-page-head__image img {
    clip-path: inset(0 0 0 0);
    margin-left: 0;
    width: 100%;
    border-radius: 4rem;
  }
}

.top-about {
  margin-top: 10rem;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .top-about {
    margin-top: 4rem;
  }
}
.top-about__inner {
  max-width: 1920px;
  width: 100%;
  margin-inline: auto;
  padding-left: 8rem;
  display: flex;
  flex-direction: column;
  gap: 5rem;
}
@media screen and (max-width: 1024px) {
  .top-about__inner {
    padding-inline: 4rem;
  }
}
@media screen and (max-width: 768px) {
  .top-about__inner {
    padding-inline: 2rem;
    gap: 2rem;
  }
}
.top-about__title {
  font-size: 7.4rem;
  line-height: 1.4594594595;
  font-weight: 700;
  color: var(--navy);
}
@media screen and (max-width: 768px) {
  .top-about__title {
    font-size: 2rem;
  }
}
.top-about__content {
  display: grid;
  grid-template-columns: 84.4rem 1fr;
  gap: 7.3rem;
}
@media screen and (max-width: 1024px) {
  .top-about__content {
    grid-template-columns: 1fr;
    gap: 4rem;
  }
}
@media screen and (max-width: 768px) {
  .top-about__content {
    gap: 2rem;
  }
}
.top-about__content-text {
  font-size: max(2rem, 18px);
  line-height: 2;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .top-about__content-text {
    font-size: 1.6rem;
  }
}
.top-about__content-image {
  display: flex;
  align-items: flex-start;
  gap: 3.2rem;
  margin-right: -3.2rem;
}
@media screen and (max-width: 768px) {
  .top-about__content-image {
    gap: 2rem;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin-left: auto;
    margin-right: 0;
  }
}
.top-about__content-image img {
  width: 28.7rem;
  aspect-ratio: 287/300;
  object-fit: cover;
  border-radius: 3.2rem;
}
@media screen and (max-width: 768px) {
  .top-about__content-image img {
    width: 100%;
    border-radius: 2rem;
  }
}

.top-news {
  margin-top: 18rem;
}
@media screen and (max-width: 768px) {
  .top-news {
    margin-top: 8rem;
  }
}
.top-news__inner {
  display: flex;
  flex-direction: column;
  gap: 8rem;
  margin-inline: auto;
  max-width: calc(1624px + 16rem);
  padding-inline: 10rem;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .top-news__inner {
    padding-inline: 4rem;
  }
}
@media screen and (max-width: 768px) {
  .top-news__inner {
    gap: 4.8rem;
    padding-inline: 2rem;
  }
}
.top-news__block {
  display: grid;
  grid-template-columns: 54rem 1fr;
  gap: 4rem;
}
@media screen and (max-width: 1024px) {
  .top-news__block {
    display: flex;
    flex-direction: column;
    gap: 1.6rem;
  }
}
.top-news__heading {
  color: var(--navy);
  flex-shrink: 0;
  font-family: var(--notosans);
  font-size: max(5rem, 40px);
  font-weight: 900;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .top-news__heading {
    font-size: 3.2rem;
    width: 100%;
  }
}
.top-news__list {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 3.2rem;
  list-style: none;
  margin: 0;
  min-width: 0;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .top-news__list {
    gap: 2rem;
    width: 100%;
  }
}
.top-news__item-link {
  align-items: center;
  color: var(--navy);
  display: flex;
  font-family: var(--notosans);
  gap: 1.6rem 2.4rem;
  text-decoration: none;
  transition: opacity 0.2s;
}
@media screen and (max-width: 768px) {
  .top-news__item-link {
    flex-wrap: wrap;
    gap: 0.8rem 1.2rem;
  }
}
.top-news__item-link:hover {
  opacity: 0.7;
}
.top-news__item-link:focus-visible {
  outline: 2px solid var(--navy);
  outline-offset: 0.4rem;
}
.top-news__item-date {
  flex-shrink: 0;
  font-size: max(1.6rem, 14px);
  font-weight: 900;
  line-height: 1.4;
  white-space: nowrap;
  width: 9.9375em;
}
@media screen and (max-width: 768px) {
  .top-news__item-date {
    font-size: 1.4rem;
    width: auto;
  }
}
.top-news__item-category {
  align-items: center;
  background-color: #e0d4a6;
  display: inline-flex;
  flex-shrink: 0;
  font-size: max(1.6rem, 14px);
  font-weight: 900;
  height: 1.875em;
  justify-content: center;
  line-height: 1;
  min-width: 5.5em;
  padding-inline: 0.8rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .top-news__item-category {
    font-size: 1.4rem;
    min-width: 7.6rem;
  }
}
.top-news__item-title {
  display: -webkit-box;
  flex: 1;
  font-size: max(1.6rem, 14px);
  font-weight: 900;
  line-height: 1.4;
  min-width: 0;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
@media screen and (max-width: 768px) {
  .top-news__item-title {
    font-size: 1.4rem;
    width: 100%;
    flex: none;
  }
}

.top-links-card {
  margin-top: 18rem;
  padding-block: 10.8rem 7.4rem;
  background: #DAF0FC;
  clip-path: polygon(100% 100%, 100% 100%, 97.28% 99.93%, 95.04% 99.74%, 93.16% 99.461%, 91.52% 99.121%, 90% 98.752%, 88.48% 98.383%, 86.84% 98.043%, 84.96% 97.764%, 82.72% 97.574%, 80% 97.504%, 80% 97.504%, 77.28% 97.574%, 75.04% 97.764%, 73.16% 98.043%, 71.52% 98.383%, 70% 98.752%, 68.48% 99.121%, 66.84% 99.461%, 64.96% 99.74%, 62.72% 99.93%, 60% 100%, 60% 100%, 57.28% 99.93%, 55.04% 99.74%, 53.16% 99.461%, 51.52% 99.121%, 50% 98.752%, 48.48% 98.383%, 46.84% 98.043%, 44.96% 97.764%, 42.72% 97.574%, 40% 97.504%, 40% 97.504%, 37.28% 97.574%, 35.04% 97.764%, 33.16% 98.043%, 31.52% 98.383%, 30% 98.752%, 28.48% 99.121%, 26.84% 99.461%, 24.96% 99.74%, 22.72% 99.93%, 20% 100%, 20% 100%, 17.28% 99.93%, 15.04% 99.74%, 13.16% 99.461%, 11.52% 99.121%, 10% 98.752%, 8.48% 98.383%, 6.84% 98.043%, 4.96% 97.764%, 2.72% 97.574%, 0% 97.504%, 0% 0%, 0% 0%, 2.72% 0.07%, 4.96% 0.26%, 6.84% 0.539%, 8.48% 0.879%, 10% 1.248%, 11.52% 1.617%, 13.16% 1.957%, 15.04% 2.236%, 17.28% 2.426%, 20% 2.496%, 20% 2.496%, 22.72% 2.426%, 24.96% 2.236%, 26.84% 1.957%, 28.48% 1.617%, 30% 1.248%, 31.52% 0.879%, 33.16% 0.539%, 35.039% 0.26%, 37.279% 0.07%, 39.999% 0%, 39.999% 0%, 42.719% 0.07%, 44.959% 0.26%, 46.839% 0.539%, 48.479% 0.879%, 49.999% 1.248%, 51.519% 1.617%, 53.159% 1.957%, 55.039% 2.236%, 57.279% 2.426%, 59.999% 2.496%, 59.999% 2.496%, 62.72% 2.426%, 64.96% 2.236%, 66.84% 1.957%, 68.48% 1.617%, 70% 1.248%, 71.52% 0.879%, 73.16% 0.539%, 75.04% 0.26%, 77.28% 0.07%, 80% 0%, 80% 0%, 82.72% 0.07%, 84.96% 0.26%, 86.84% 0.539%, 88.48% 0.879%, 90% 1.248%, 91.52% 1.617%, 93.16% 1.957%, 95.04% 2.236%, 97.28% 2.426%, 100% 2.496%, 100% 100%);
}
@media screen and (max-width: 768px) {
  .top-links-card {
    margin-top: 10rem;
    padding-block: 6rem 4rem;
  }
}
.top-links-card__inner {
  max-width: calc(1730px + 8rem);
  width: 100%;
  margin-inline: auto;
  padding-inline: 4rem;
  display: flex;
  flex-direction: column;
  gap: 12rem;
}
@media screen and (max-width: 768px) {
  .top-links-card__inner {
    padding-inline: 2rem;
    gap: 2rem;
  }
}
.top-links-card__title {
  font-size: max(5.6rem, 40px);
  line-height: 1.4285714286;
  font-weight: 700;
  color: var(--navy);
  text-align: center;
}
@media screen and (max-width: 768px) {
  .top-links-card__title {
    font-size: 2.8rem;
  }
}
.top-links-card__col {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.4rem;
}
@media screen and (max-width: 1024px) {
  .top-links-card__col {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .top-links-card__col {
    grid-template-columns: 1fr;
  }
}
.top-links-card__item {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}
.top-links-card__item-title {
  font-size: max(3.2rem, 24px);
  line-height: 1.625;
  font-weight: 700;
  color: var(--navy);
  text-align: center;
  padding-bottom: 1.2rem;
}
@media screen and (max-width: 768px) {
  .top-links-card__item-title {
    font-size: 2.4rem;
  }
}
.top-links-card__item-button-text {
  font-size: max(2.2rem, 18px);
  line-height: 1.4545454545;
  font-weight: 700;
  color: var(--navy);
  text-align: right;
}
@media screen and (max-width: 768px) {
  .top-links-card__item-button-text {
    font-size: 1.8rem;
  }
}

.top-news-one-line {
  margin-top: 4rem;
}
@media screen and (max-width: 768px) {
  .top-news-one-line {
    margin-top: 2.4rem;
  }
}
.top-news-one-line__inner {
  display: flex;
  gap: 4rem 8rem;
  justify-content: space-between;
  margin-inline: auto;
  max-width: calc(1640px + 16rem);
  padding-inline: 8rem;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .top-news-one-line__inner {
    flex-direction: column;
    gap: 2.4rem;
    padding-inline: 4rem;
  }
}
@media screen and (max-width: 768px) {
  .top-news-one-line__inner {
    gap: 2rem;
    padding-inline: 2rem;
  }
}
.top-news-one-line__item {
  flex: 1;
  min-width: 0;
}
.top-news-one-line__link {
  align-items: center;
  color: var(--navy);
  display: flex;
  font-family: var(--notosans);
  gap: 1.4rem 1.6rem;
  text-decoration: none;
  transition: opacity 0.2s;
}
@media screen and (max-width: 768px) {
  .top-news-one-line__link {
    flex-wrap: wrap;
    gap: 0.8rem 1.2rem;
  }
}
.top-news-one-line__link:hover {
  opacity: 0.7;
}
.top-news-one-line__link:focus-visible {
  outline: 2px solid var(--navy);
  outline-offset: 0.4rem;
}
.top-news-one-line__label {
  flex-shrink: 0;
  font-size: max(2.8rem, 22px);
  font-weight: 900;
  line-height: 1.2;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .top-news-one-line__label {
    font-size: 2.2rem;
    width: 100%;
  }
}
.top-news-one-line__date {
  flex-shrink: 0;
  font-size: max(1.6rem, 14px);
  font-weight: 400;
  line-height: 1.4;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .top-news-one-line__date {
    font-size: 1.4rem;
  }
}
.top-news-one-line__title {
  display: -webkit-box;
  flex: 1;
  font-size: max(1.6rem, 14px);
  font-weight: 400;
  line-height: 1.4;
  min-width: 0;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
@media screen and (max-width: 768px) {
  .top-news-one-line__title {
    font-size: 1.4rem;
    width: 100%;
  }
}

.top-short {
  margin-top: 12rem;
}
@media screen and (max-width: 768px) {
  .top-short {
    margin-top: 8rem;
  }
}
.top-short__inner {
  display: flex;
  flex-direction: column;
  gap: 4rem;
  margin-inline: auto;
  max-width: calc(1975px + 8rem);
  padding-inline: 4rem;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .top-short__inner {
    gap: 2.4rem;
    padding-inline: 2rem;
  }
}
.top-short__header {
  align-items: flex-start;
  display: flex;
  gap: 4rem;
  justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .top-short__header {
    flex-direction: column;
    gap: 2rem;
  }
}
.top-short__title {
  color: var(--navy);
  display: flex;
  flex-direction: column;
  font-family: var(--notosans);
  font-weight: 900;
  gap: 0.8rem;
}
.top-short__title-lead {
  font-size: max(5.1rem, 40px);
  line-height: 1.2;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .top-short__title-lead {
    font-size: 3.2rem;
  }
}
.top-short__title-main {
  font-size: max(5.1rem, 40px);
  line-height: 1.2;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .top-short__title-main {
    font-size: 2.8rem;
  }
}
.top-short__tags {
  color: var(--navy);
  font-family: var(--notosans);
  font-size: max(2.6rem, 20px);
  font-weight: 900;
  line-height: 2.1923076923;
  margin: 0;
  max-width: 76.6rem;
  text-align: right;
}
@media screen and (max-width: 1024px) {
  .top-short__tags {
    text-align: left;
  }
}
@media screen and (max-width: 768px) {
  .top-short__tags {
    font-size: 1.8rem;
  }
}
.top-short__list {
  display: grid;
  gap: 3.5rem;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  list-style: none;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 1200px) {
  .top-short__list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media screen and (max-width: 768px) {
  .top-short__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (max-width: 768px) {
  .top-short__list {
    gap: 2rem;
    grid-template-columns: 1fr;
  }
}
.top-short__item-link {
  color: var(--text);
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
  text-decoration: none;
  transition: opacity 0.2s;
}
.top-short__item-link:hover {
  opacity: 0.7;
}
.top-short__item-link:focus-visible {
  outline: 2px solid var(--navy);
  outline-offset: 0.4rem;
}
.top-short__thumb {
  aspect-ratio: 310/553;
  margin: 0;
  overflow: hidden;
  width: 100%;
}
.top-short__thumb-image {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.top-short__caption {
  display: -webkit-box;
  font-family: var(--notosans);
  font-size: max(2.2rem, 18px);
  font-weight: 900;
  line-height: 1.4;
  margin: 0;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
@media screen and (max-width: 768px) {
  .top-short__caption {
    font-size: 1.8rem;
  }
}

.news-page {
  margin-top: 12rem;
  padding-bottom: 12rem;
}
@media screen and (max-width: 768px) {
  .news-page {
    margin-top: 8rem;
    padding-bottom: 8rem;
  }
}
.news-page__inner {
  margin-inline: auto;
  max-width: calc(1624px + 16rem);
  padding-inline: 8rem;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .news-page__inner {
    padding-inline: 4rem;
  }
}
@media screen and (max-width: 768px) {
  .news-page__inner {
    padding-inline: 2rem;
  }
}
.news-page__title {
  color: var(--navy);
  font-family: var(--notosans);
  font-size: 8.1rem;
  font-weight: 900;
  line-height: 1.2;
  margin: 0 0 6rem;
}
@media screen and (max-width: 768px) {
  .news-page__title {
    font-size: 4rem;
    margin-bottom: 3.2rem;
  }
}
.news-page__body {
  align-items: flex-start;
  display: grid;
  gap: 6rem;
  grid-template-columns: 23rem 1fr;
}
@media screen and (max-width: 1024px) {
  .news-page__body {
    gap: 4rem;
    grid-template-columns: 1fr;
  }
}
.news-page__main {
  min-width: 0;
  width: 100%;
}
.news-page__sidebar-list {
  display: flex;
  flex-direction: column;
  gap: 2.1rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
.news-page__sidebar-link {
  align-items: center;
  background-color: var(--navy);
  border-radius: 2.8rem;
  color: var(--white);
  display: flex;
  font-family: var(--notosans);
  font-size: 3rem;
  font-weight: 900;
  height: 5.5rem;
  justify-content: center;
  line-height: 1;
  text-decoration: none;
  transition: opacity 0.2s;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .news-page__sidebar-link {
    font-size: 2rem;
    height: 4.8rem;
  }
}
.news-page__sidebar-link:hover {
  opacity: 0.8;
}
.news-page__sidebar-link:focus-visible {
  outline: 2px solid var(--navy);
  outline-offset: 0.4rem;
}
.news-page__sidebar-link.is-active {
  opacity: 0.65;
}

.news-detail {
  color: var(--text);
  font-family: var(--notosans);
}
.news-detail__header {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  margin-bottom: 4rem;
}
.news-detail__title {
  color: var(--navy);
  font-size: 3.5rem;
  font-weight: 900;
  line-height: 1.4;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .news-detail__title {
    font-size: 2.4rem;
  }
}
.news-detail__date {
  color: var(--navy);
  font-size: 2.4rem;
  font-weight: 900;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .news-detail__date {
    font-size: 1.8rem;
  }
}
.news-detail__category {
  align-items: center;
  align-self: flex-start;
  background-color: #e0d4a6;
  color: var(--navy);
  display: inline-flex;
  font-size: 1.6rem;
  font-weight: 900;
  height: 3rem;
  justify-content: center;
  min-width: 8.8rem;
  padding-inline: 0.8rem;
}
.news-detail__thumbnail {
  aspect-ratio: 912/513;
  margin: 0 0 4rem;
  overflow: hidden;
  width: 100%;
}
.news-detail__thumbnail-image {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.news-detail__content {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .news-detail__content {
    font-size: 1.6rem;
  }
}
.news-detail__content > *:first-child {
  margin-top: 0;
}
.news-detail__content > *:last-child {
  margin-bottom: 0;
}

.top-news--archive {
  margin-top: 0;
}
.top-news--archive .top-news__inner--archive {
  gap: 6rem;
  margin: 0;
  max-width: none;
  padding: 0;
  width: 100%;
}

.top-news__heading-link {
  color: inherit;
  text-decoration: none;
  transition: opacity 0.2s;
}
.top-news__heading-link:hover {
  opacity: 0.7;
}
.top-news__heading-link:focus-visible {
  outline: 2px solid var(--navy);
  outline-offset: 0.4rem;
}

.form {
  max-width: 747px;
  width: calc(100% - 16rem);
  margin-inline: auto;
  padding-inline: 8rem;
}
@media screen and (max-width: 768px) {
  .form {
    width: calc(100% - 4rem);
    padding-inline: 2rem;
  }
}
.form__inner {
  width: 100%;
  margin-inline: auto;
  display: flex;
  flex-direction: column;
}
.form__item {
  display: grid;
  grid-template-columns: max(22rem, 200px) 1fr;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .form__item {
    grid-template-columns: 1fr;
    gap: 1.6rem;
  }
}
.form__item + .form__item {
  margin-top: 5.6rem;
}
@media screen and (max-width: 768px) {
  .form__item + .form__item {
    margin-top: 2.4rem;
  }
}
.form__item.form__item-textarea {
  align-items: flex-start;
}
.form__item.form__item-textarea .form__item-label {
  align-items: flex-start;
}
.form__item.form__item-radio {
  margin-bottom: 4.6rem;
}
@media screen and (max-width: 768px) {
  .form__item.form__item-radio {
    margin-bottom: 2rem;
  }
}
.form__item-label {
  font-size: max(1.8rem, 16px);
  line-height: 1.6666666667;
  letter-spacing: 0;
  font-weight: 700;
  color: var(--text);
  display: flex;
  align-items: flex-start;
  gap: 3.2rem;
}
@media screen and (max-width: 768px) {
  .form__item-label {
    gap: 1rem;
  }
}
.form__item-input {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
}
.form__item-input-short input {
  max-width: 53rem;
}
@media screen and (max-width: 768px) {
  .form__item-input-short input {
    max-width: 100%;
  }
}
.form__item-input-date {
  display: flex;
  align-items: center;
  gap: 1.6rem;
}
@media screen and (max-width: 768px) {
  .form__item-input-date {
    gap: 0.4rem;
  }
}
.form__item-input-date-select {
  display: flex;
  align-items: center;
  gap: 1.6rem;
  flex: 1;
}
@media screen and (max-width: 768px) {
  .form__item-input-date-select {
    gap: 0.4rem;
  }
}
.form__item-input-date-select .wpcf7-form-control-wrap {
  flex: 1;
}
.form__item-input-date-select-text {
  font-size: max(1.8rem, 16px);
  line-height: 1.6666666667;
  letter-spacing: 0;
  font-weight: 700;
  color: var(--text);
}
.form__item-input .wpcf7-form-control-wrap {
  width: 100%;
  display: flex;
  align-items: center;
  position: relative;
}
.form__item-input .wpcf7-form-control-wrap:has(.wpcf7-not-valid), .form__item-input .wpcf7-form-control-wrap.is-invalid-job-type {
  padding-bottom: 1rem;
}
.form__item-input .wpcf7-form-control-wrap .wpcf7-not-valid-tip,
.form__item-input .wpcf7-form-control-wrap .form__item-error {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0;
  font-weight: 400;
  color: var(--red);
  position: absolute;
  top: 100%;
  left: 0;
}
@media screen and (max-width: 768px) {
  .form__item-input .wpcf7-form-control-wrap .wpcf7-not-valid-tip,
  .form__item-input .wpcf7-form-control-wrap .form__item-error {
    top: calc(100% - 0.6rem);
    font-size: 1.6rem;
  }
}
.form__item-input {
  /* 採用区分ラジオのカスタムスタイル */
}
.form__item-input .wpcf7-radio {
  display: flex;
  flex-wrap: wrap;
  gap: 2.4rem;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .form__item-input .wpcf7-radio {
    gap: 1.6rem;
  }
}
.form__item-input select,
.form__item-input ::picker(select) {
  appearance: base-select;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
}
.form__item-input select::-ms-expand,
.form__item-input ::picker(select)::-ms-expand {
  display: none !important;
}
.form__item-input ::picker(select) {
  border: none;
  width: 26rem;
  background: transparent;
}
.form__item-input option {
  padding: 1.1rem 1.2rem;
  background: #fff;
  transition: 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .form__item-input option:hover {
    background: #838383;
    color: #fff;
    cursor: pointer;
  }
}
.form__item-input option::checkmark {
  display: none;
}
.form__item-input .wpcf7-select {
  font-size: max(1.8rem, 16px);
  line-height: 1.4444444444;
  width: 100%;
  background: var(--white);
  align-items: center;
  border: 1px solid #dddddd;
  border-radius: 0;
  padding-inline: 1.4rem;
}
@media screen and (max-width: 768px) {
  .form__item-input .wpcf7-select {
    font-size: max(1.6rem, 16px);
    height: 2.5em;
    padding-inline: 1.4rem 2rem;
  }
}
.form__item-input .wpcf7-select::picker-icon {
  display: none;
}
.form__item-input .wpcf7-select option[value=""] {
  display: none;
}
.form__item-input .wpcf7-select option[value=なし] {
  display: none;
}
.form__item-input .wpcf7-form-control-wrap:has(.wpcf7-select) {
  display: block;
  position: relative;
}
.form__item-input .wpcf7-form-control-wrap:has(.wpcf7-select)::after {
  font-size: max(1.8rem, 16px);
  content: "";
  position: absolute;
  width: 0.6666666667em;
  height: 0.5555555556em;
  background: #d9d9d9;
  clip-path: polygon(0 0, 50% 100%, 100% 0);
  top: 1.1111111111em;
  right: 0.6666666667em;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .form__item-input .wpcf7-form-control-wrap:has(.wpcf7-select)::after {
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.6rem;
  }
}
.form__item-input .wpcf7-list-item {
  position: relative;
  margin: 0;
}
.form__item-input .wpcf7-list-item label {
  display: inline-flex;
  align-items: center;
  gap: 1.2rem;
  cursor: pointer;
  font-size: max(1.8rem, 16px);
  line-height: 1.4444444444;
  letter-spacing: 0;
  font-weight: 400;
  color: var(--text);
}
@media screen and (max-width: 768px) {
  .form__item-input .wpcf7-list-item label {
    font-size: 1.6rem;
    gap: 1rem;
  }
}
.form__item-input .wpcf7-list-item input[type=radio] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -0.0555555556em;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.form__item-input .wpcf7-list-item .wpcf7-list-item-label {
  position: relative;
  padding-left: 2.3888888889em;
  font-size: max(1.8rem, 16px);
  line-height: 1.4444444444;
  letter-spacing: 0;
  font-weight: 400;
  color: var(--text);
}
@media screen and (max-width: 768px) {
  .form__item-input .wpcf7-list-item .wpcf7-list-item-label {
    font-size: 1.6rem;
    padding-left: 1.875em;
  }
}
.form__item-input .wpcf7-list-item .wpcf7-list-item-label::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 1.7222222222em;
  height: 1.7222222222em;
  border: 0.0555555556em solid #000;
  border-radius: 50%;
  background: transparent;
  transition: border-color 0.2s;
}
@media screen and (max-width: 768px) {
  .form__item-input .wpcf7-list-item .wpcf7-list-item-label::before {
    width: 1.1111111111em;
    height: 1.1111111111em;
    border-width: 0.2rem;
  }
}
.form__item-input .wpcf7-list-item .wpcf7-list-item-label::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0.8611111111em;
  transform: translate(-50%, -50%);
  width: 1.0555555556em;
  height: 1.0555555556em;
  border-radius: 50%;
  background: var(--text);
  opacity: 0;
  transition: opacity 0.2s;
}
@media screen and (max-width: 768px) {
  .form__item-input .wpcf7-list-item .wpcf7-list-item-label::after {
    left: 1rem;
    width: 1rem;
    height: 1rem;
  }
}
.form__item-input .wpcf7-list-item label:has(input:checked) .wpcf7-list-item-label::after {
  opacity: 1;
}
.form__item-input input[type=text],
.form__item-input input[type=email],
.form__item-input input[type=tel],
.form__item-input input[type=date],
.form__item-input input[type=file],
.form__item-input select,
.form__item-input textarea {
  width: 100%;
  height: 4.6666666667em;
  border: none;
  padding-block: 1.2rem;
  padding-inline: 1.4rem;
  font-size: max(1.8rem, 16px);
  line-height: 1.4444444444;
  letter-spacing: 0;
  font-weight: 400;
  background: var(--white);
  color: var(--text);
  border-radius: 4.6rem;
}
@media screen and (max-width: 768px) {
  .form__item-input input[type=text],
  .form__item-input input[type=email],
  .form__item-input input[type=tel],
  .form__item-input input[type=date],
  .form__item-input input[type=file],
  .form__item-input select,
  .form__item-input textarea {
    font-size: max(1.6rem, 16px);
    height: 2.5em;
    padding-block: 0.5rem;
    padding-inline: 1.2rem;
  }
}
.form__item-input input[type=text]:placeholder,
.form__item-input input[type=email]:placeholder,
.form__item-input input[type=tel]:placeholder,
.form__item-input input[type=date]:placeholder,
.form__item-input input[type=file]:placeholder,
.form__item-input select:placeholder,
.form__item-input textarea:placeholder {
  font-size: max(1.8rem, 16px);
  line-height: 1.4444444444;
  letter-spacing: 0;
  font-weight: 400;
  background: #cac6c6;
  color: #979797;
}
@media screen and (max-width: 768px) {
  .form__item-input input[type=text]:placeholder,
  .form__item-input input[type=email]:placeholder,
  .form__item-input input[type=tel]:placeholder,
  .form__item-input input[type=date]:placeholder,
  .form__item-input input[type=file]:placeholder,
  .form__item-input select:placeholder,
  .form__item-input textarea:placeholder {
    font-size: 1.6rem;
  }
}
.form__item-input textarea {
  height: 16.1111111111em;
  appearance: none;
  resize: none;
}
@media screen and (max-width: 768px) {
  .form__item-input textarea {
    height: 8.75em;
  }
}
.form__item-input input[type=date] {
  /* カレンダーアイコンを非表示（Chrome / Safari / Edge） */
}
.form__item-input input[type=date]::-webkit-calendar-picker-indicator {
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.form__item-input input[type=file] {
  padding-block: 0.7rem;
  height: auto;
  color: #979797;
}
@media screen and (max-width: 768px) {
  .form__item-input input[type=file] {
    padding-inline: 0.5rem 0rem;
    font-size: 1.6rem;
  }
}
.form__item-input input[type=file]::after {
  content: "（5MBまで）";
  font-size: max(1.8rem, 16px);
  line-height: 1.4444444444;
  letter-spacing: 0;
  font-weight: 400;
  color: #979797;
}
@media screen and (max-width: 768px) {
  .form__item-input input[type=file]::after {
    font-size: 1.6rem;
    display: none;
  }
}
.form__item-input input[type=file]::file-selector-button {
  margin-right: 1.1rem;
  padding-block: 0.4rem;
  padding-inline: 2.1rem;
  border: none;
  border-radius: 0;
  font-size: max(1.8rem, 16px);
  line-height: 1.4444444444;
  border: 0.1rem solid #949494;
  border-radius: 0.4rem;
  letter-spacing: 0;
  font-weight: 400;
  background: #efefef;
  color: #979797;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .form__item-input input[type=file]::file-selector-button {
    font-size: 1.6rem;
  }
}
.form__item-input {
  /* 履歴書：ネイティブの「選択されていません」を隠し、独自テキストを表示 */
}
.form__item-input .form__item-file-wrap {
  display: flex;
  align-items: center;
  width: 100%;
}
.form__item-input .form__item-file-wrap input[type=file] {
  width: auto;
  max-width: 18rem;
  overflow: hidden;
  color: transparent;
}
.form__item-input .form__item-file-wrap input[type=file]::file-selector-button {
  margin-right: 1.2rem;
}
.form__item-input .form__item-file-hint {
  font-size: max(1.8rem, 16px);
  line-height: 1.4444444444;
  letter-spacing: 0;
  font-weight: 400;
  color: #979797;
  margin-left: 0.4rem;
}
@media screen and (max-width: 768px) {
  .form__item-input .form__item-file-hint {
    font-size: 1.8rem;
  }
}
.form__item-input-text {
  font-size: max(1.8rem, 16px);
  line-height: 1.4444444444;
  letter-spacing: 0;
  font-weight: 400;
  color: var(--text);
  flex-shrink: 0;
  margin-left: 2.3rem;
  margin-right: 5.5rem;
}
@media screen and (max-width: 768px) {
  .form__item-input-text {
    font-size: 1.8rem;
    margin-left: 1.6rem;
    margin-right: 0rem;
  }
}
.form__item-input-confirm-text {
  font-size: max(1.8rem, 16px);
  line-height: 1.6666666667;
  letter-spacing: 0;
  font-weight: 400;
  color: var(--text);
  text-align: left;
  flex: 1;
}
@media screen and (max-width: 768px) {
  .form__item-input-confirm-text {
    font-size: 1.6rem;
  }
}
.form__submit {
  margin-top: 5.6rem;
}
@media screen and (max-width: 768px) {
  .form__submit {
    margin-top: 2.4rem;
  }
}
.form__submit-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.6rem;
  max-width: 816px;
  width: 100%;
  margin-inline: auto;
  background: #7BCD11;
  border-radius: 99.9rem;
  width: 26.4rem;
  height: 8.2rem;
}
@media screen and (max-width: 768px) {
  .form__submit-btn {
    flex-direction: column;
    gap: 0.8rem;
    width: 20rem;
    height: 6rem;
  }
}
.form__submit-btn input {
  width: 100%;
  height: 100%;
  border: none;
  background: transparent;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  display: flex;
  align-items: center;
  justify-content: center;
  color: inherit;
  cursor: pointer;
  color: var(--white);
}
.form__submit-btn .wpcf7-spinner {
  display: none;
}

.wpcf7-response-output {
  display: none;
}

.form__pop {
  width: fit-content;
  margin-inline: auto;
  margin-top: 6rem;
}
@media screen and (max-width: 768px) {
  .form__pop {
    margin-top: 2rem;
  }
}
.form__pop-title {
  font-size: max(2.4rem, 22px);
  line-height: 3.1666666667;
  letter-spacing: 0;
  font-weight: 700;
  color: var(--text);
}
@media screen and (max-width: 768px) {
  .form__pop-title {
    font-size: 2.2rem;
  }
}
.form__pop-text {
  font-size: max(1.6rem, 14px);
  line-height: 1.875;
  letter-spacing: 0;
  font-weight: 400;
  color: var(--text);
  display: flex;
  flex-direction: column;
  gap: 2.2rem;
}
@media screen and (max-width: 768px) {
  .form__pop-text {
    font-size: 1.4rem;
  }
}

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

.wpcf7-acceptance {
  display: block;
  margin-top: 2.2rem;
}
.wpcf7-acceptance * {
  display: block;
}
.wpcf7-acceptance label {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  font-size: max(1.9rem, 16px);
  line-height: 4;
  letter-spacing: 0;
  font-weight: 700;
  color: var(--text);
}
@media screen and (max-width: 768px) {
  .wpcf7-acceptance label {
    font-size: 1.6rem;
  }
}
.wpcf7-acceptance label input {
  width: 24px;
  height: 24px;
}

.page-profile .profile__inner {
  margin-top: 15rem;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .page-profile .profile__inner {
    margin-top: 3rem;
  }
}
.page-profile .profile-contents {
  display: flex;
  flex-direction: column;
  gap: 88px;
}
@media screen and (max-width: 768px) {
  .page-profile .profile-contents {
    gap: 4rem;
  }
}
.page-profile .profile-content {
  padding-right: 8rem;
}
@media screen and (max-width: 768px) {
  .page-profile .profile-content {
    padding-inline: 2rem;
  }
}
.page-profile .profile-content__inner {
  display: flex;
  align-items: center;
  gap: 15rem;
}
@media screen and (max-width: 768px) {
  .page-profile .profile-content__inner {
    flex-direction: column;
    gap: 4rem;
  }
}
.page-profile .profile-content__image {
  width: max(56.5rem, 300px);
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .page-profile .profile-content__image {
    width: 30rem;
  }
}
.page-profile .profile-content__title {
  font-size: 4.8rem;
  font-weight: 900;
}
@media screen and (max-width: 768px) {
  .page-profile .profile-content__title {
    font-size: 2.6rem;
  }
}
.page-profile .profile-content__title-sub {
  font-size: max(3rem, 25px);
}
@media screen and (max-width: 768px) {
  .page-profile .profile-content__title-sub {
    font-size: 1.6rem;
  }
}
.page-profile .profile-content__title:has(.profile-content__title-sub) {
  line-height: 1;
}
.page-profile .profile-content__text-body {
  margin-top: 7rem;
}
.page-profile .profile-content__text-body > .profile-content__text-em {
  font-size: max(1.9rem, 18px);
}
@media screen and (max-width: 768px) {
  .page-profile .profile-content__text-body > .profile-content__text-em {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 768px) {
  .page-profile .profile-content__text-body {
    margin-top: 2rem;
  }
}
.page-profile .profile-content__text {
  max-width: 776px;
  font-size: max(1.6rem, 16px);
}
.page-profile .profile-content__text-em {
  font-weight: 900;
  font-size: max(2rem, 18px);
  font-weight: 900;
}
.page-profile .profile-career {
  margin-top: 15rem;
  padding-inline: 4rem 13.5rem;
}
@media screen and (max-width: 768px) {
  .page-profile .profile-career {
    padding-inline: 2rem;
    margin-top: 5rem;
  }
}
.page-profile .profile-career__inner {
  display: flex;
  gap: 9rem;
}
@media screen and (max-width: 768px) {
  .page-profile .profile-career__inner {
    flex-direction: column;
    gap: 2rem;
  }
}
.page-profile .profile-career__youtube-inner {
  flex-shrink: 0;
  width: 74.7rem;
  aspect-ratio: 747/420;
  height: auto;
}
.page-profile .profile-career__youtube-inner iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  .page-profile .profile-career__youtube-inner {
    width: 100%;
  }
}
.page-profile .profile-career__youtube-tag {
  margin-top: 2.6rem;
  display: flex;
  gap: 10px;
}
@media screen and (max-width: 768px) {
  .page-profile .profile-career__youtube-tag {
    margin-top: 1rem;
  }
}
.page-profile .profile-career__youtube-tag img:first-child {
  width: 22.8rem;
}
@media screen and (max-width: 768px) {
  .page-profile .profile-career__youtube-tag img:first-child {
    width: 10rem;
  }
}
.page-profile .profile-career__youtube-tag img:last-child {
  width: 29.6rem;
}
@media screen and (max-width: 768px) {
  .page-profile .profile-career__youtube-tag img:last-child {
    width: 12rem;
  }
}
.page-profile .profile-career__body {
  max-width: 905px;
}
.page-profile .profile-career__title {
  font-size: 5rem;
  font-weight: 900;
}
@media screen and (max-width: 768px) {
  .page-profile .profile-career__title {
    font-size: 3.2rem;
  }
}
.page-profile .profile-career__list {
  margin-top: 4rem;
  display: flex;
  flex-direction: column;
  gap: 4rem;
}
@media screen and (max-width: 768px) {
  .page-profile .profile-career__list {
    margin-top: 2rem;
    gap: 2rem;
  }
}
.page-profile .profile-career__list-item {
  display: flex;
  gap: 7rem;
}
@media screen and (max-width: 768px) {
  .page-profile .profile-career__list-item {
    flex-direction: column;
    gap: 10px;
  }
}
.page-profile .profile-career__list-item-title {
  font-size: 16px;
  font-weight: 900;
  min-width: 198px;
}
@media screen and (max-width: 768px) {
  .page-profile .profile-career__list-item-title {
    min-width: auto;
  }
}
.page-profile .profile-career__list-item-value {
  font-size: 16px;
}

.sub-inner {
  max-width: 208rem;
  width: 100%;
  margin-inline: auto;
}

.page-donate__head {
  margin-top: 32rem;
  display: grid;
  grid-template-columns: 46.8rem 1fr;
  padding-inline: 5rem;
}
@media screen and (max-width: 768px) {
  .page-donate__head {
    margin-top: 10rem;
    padding-inline: 2rem;
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}
.page-donate__head-title {
  font-family: var(--notosans);
  font-size: max(8rem, 60px);
  line-height: 1.5;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .page-donate__head-title {
    font-size: 4rem;
    line-height: 1.5;
  }
}
.page-donate__head-text {
  font-size: max(1.8rem, 16px);
  line-height: 1.5;
  font-weight: 400;
  color: var(--text);
}
@media screen and (max-width: 768px) {
  .page-donate__head-text {
    font-size: 1.6rem;
  }
}
.page-donate__head-text ._s {
  font-size: 1.5em;
  display: block;
}

.page-donate__inner {
  margin-top: 10rem;
}
@media screen and (max-width: 768px) {
  .page-donate__inner {
    margin-top: 4rem;
  }
}

.mt24 {
  margin-top: 2.4rem;
}
@media screen and (max-width: 768px) {
  .mt24 {
    margin-top: 1.2rem;
  }
}

.mt32 {
  margin-top: 3.2rem;
}
@media screen and (max-width: 768px) {
  .mt32 {
    margin-top: 1.6rem;
  }
}

.mt48 {
  margin-top: 4.8rem;
}
@media screen and (max-width: 768px) {
  .mt48 {
    margin-top: 2.4rem;
  }
}

.page-join__head {
  margin-top: 32rem;
}
@media screen and (max-width: 768px) {
  .page-join__head {
    margin-top: 10rem;
    padding-inline: 2rem;
  }
}
.page-join__head-title {
  font-family: var(--notosans);
  font-size: max(8rem, 60px);
  line-height: 1.5;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .page-join__head-title {
    font-size: 4rem;
    line-height: 1.5;
  }
}
.page-join__head-text {
  max-width: 748px;
  width: fit-content;
  margin-inline: auto;
  font-size: max(1.8rem, 16px);
  line-height: 1.5;
  font-weight: 400;
  color: var(--text);
  margin-top: 8rem;
}
@media screen and (max-width: 768px) {
  .page-join__head-text {
    font-size: 1.6rem;
    margin-top: 2.4rem;
  }
}

.page-join__inner {
  margin-top: 10rem;
}
@media screen and (max-width: 768px) {
  .page-join__inner {
    margin-top: 4rem;
  }
}

.page-policy .policy__inner {
  margin-top: 16rem;
  padding-inline: 5rem;
  display: flex;
  flex-direction: column;
  gap: 12rem;
}
@media screen and (max-width: 768px) {
  .page-policy .policy__inner {
    padding-inline: 2rem;
    gap: 6rem;
    margin-top: 6rem;
  }
}
.page-policy .policy__content {
  display: flex;
  gap: 14.5rem;
}
@media screen and (max-width: 768px) {
  .page-policy .policy__content {
    gap: 4rem;
    flex-direction: column;
  }
}
.page-policy .policy__content-title-wrap {
  display: flex;
  flex-direction: column;
  gap: 2.3rem;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .page-policy .policy__content-title-wrap {
    gap: 1rem;
  }
}
.page-policy .policy__content-title {
  font-size: 4.8rem;
  font-weight: 900;
  color: var(--navy);
}
@media screen and (max-width: 768px) {
  .page-policy .policy__content-title {
    font-size: 3rem;
  }
}
.page-policy .policy__content-title-sm {
  font-size: 4rem;
}
@media screen and (max-width: 768px) {
  .page-policy .policy__content-title-sm {
    font-size: 2.6rem;
  }
}
.page-policy .policy__content-link {
  display: block;
  color: var(--navy);
  font-size: max(2.3rem, 18px);
  font-weight: 900;
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  .page-policy .policy__content-link {
    font-size: 1.6rem;
  }
}
.page-policy .policy__content-body {
  display: flex;
  gap: 8.3rem;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .page-policy .policy__content-body {
    gap: 3rem;
  }
}
.page-policy .policy__content-item {
  display: flex;
  flex-direction: column;
  gap: 2.3rem;
  width: calc(50% - 4.15rem);
}
@media screen and (max-width: 768px) {
  .page-policy .policy__content-item {
    width: 100%;
  }
}
.page-policy .policy__content-subtitle {
  margin-top: 1.7rem;
  font-size: max(3.5rem, 25px);
  color: var(--navy);
  font-weight: 900;
}
@media screen and (max-width: 768px) {
  .page-policy .policy__content-subtitle {
    font-size: 2.2rem;
    margin-top: 0rem;
  }
}
.page-policy .policy__content-text {
  font-size: 16px;
}

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