@charset "UTF-8";
html {
  font-family: "YuGothic", "游ゴシック", "Yu Gothic", "yu-gothic-pr6n", "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  letter-spacing: 0.04em;
  color: #333333;
  font-weight: 500;
  font-size: 62.5%;
}
html main {
  margin-top: 68px;
}
@media screen and (min-width: 1024px) {
  html main {
    margin-top: 80px;
  }
}
@media screen and (min-width: 1024px) {
  html body.loading main {
    opacity: 0;
    visibility: hidden;
  }
}

.sp {
  display: inherit;
}
@media screen and (min-width: 1024px) {
  .sp {
    display: none !important;
  }
}

.pc {
  display: inherit;
}
@media screen and (max-width: 1023px) {
  .pc {
    display: none !important;
  }
}

.en {
  font-family: "DIN Alternate", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
}

.hidden {
  display: none;
}

.overflow-hidden {
  overflow: hidden;
}

.arrow {
  width: 10px;
  height: 10px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.circle-sm {
  width: 6px;
  height: 6px;
  border-radius: 9999px;
}
.circle-md {
  width: 8px;
  height: 8px;
  border-radius: 9999px;
}

.highlight {
  position: relative;
  margin: 0 2px;
}
.highlight::before {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60%;
  background-color: #fff54b;
  opacity: 0.8;
}

.anim-text {
  cursor: pointer;
  transition: 0.3s;
}
@media screen and (min-width: 1024px) {
  .anim-text:hover {
    color: #34387a;
    opacity: 1;
  }
}

.anim-opacity {
  transition: 0.6s;
}
@media screen and (min-width: 1024px) {
  .anim-opacity:hover {
    opacity: 0.8;
  }
}

/* ==============================
   ページごとのスタイル
============================== */
.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: #ffffff;
  z-index: 1000;
  padding: 0 20px;
  width: 100%;
  height: 68px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-shadow: 0px 4px 16px rgba(51, 51, 51, 0.06);
}
@media screen and (min-width: 1024px) {
  .header {
    padding: 0 40px;
    height: 80px;
    box-shadow: none;
  }
}
.header__title {
  position: relative;
  z-index: 50;
}
.header__title-logo {
  width: 216px;
  height: 28px;
}
@media screen and (min-width: 1024px) {
  .header__title-logo {
    width: 262px;
    height: 34px;
  }
}
.header__nav {
  font-weight: 600;
  letter-spacing: 0.07em;
  gap: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header__nav.active {
  display: flex !important;
}
.header__nav.sp {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  flex-direction: column;
  align-items: start;
  justify-content: flex-start;
}
.header__nav.sp .header__nav-list {
  overflow-y: auto;
  padding: 132px 20px 40px;
  display: flex;
  flex-direction: column;
  gap: 32px;
  width: 100%;
  font-size: 16px;
  font-size: 1.6rem;
}
.header__nav.sp .header__nav-list .navItem {
  margin-top: 0;
}
.header__nav.sp .header__nav-list .navItem a {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header__nav-list {
  display: flex;
  align-items: center;
  gap: 48px;
  font-size: 14px;
  font-size: 1.4rem;
}
.header__nav-list .navItem {
  margin-top: 12px;
}
.header__nav-list .navItem .circle-sm {
  opacity: 0.8;
  margin: 4px auto 0;
}
.header__nav-list .navItem.is-active {
  color: #34387a;
}
.header__nav-list .navItem.is-active .circle-sm {
  background-color: #34387a;
}
.header__nav-list .navItem .contact {
  width: 160px;
  height: 40px;
  color: #ffffff;
  background-color: #34387a;
  border-radius: 9999px;
  transition: all 0.6s;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-size: 1.3rem;
}
.header__nav-list .navItem .contact:hover {
  background-color: #001764;
}
.header__nav-list .navItem:last-of-type {
  margin-top: 0;
  margin-left: 8px;
}
.header__menu {
  display: flex;
  align-items: center;
  gap: 16px;
}
.header__humburger {
  position: relative;
  z-index: 50;
  width: 28px;
  height: 28px;
  cursor: pointer;
  flex-direction: column;
  gap: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header__humburger.active .header__humburger-bar:first-child {
  transform: rotate(16deg) translateY(3.5px);
}
.header__humburger.active .header__humburger-bar:last-child {
  transform: rotate(-16deg) translateY(-3.5px);
}
.header__humburger-bar {
  width: 100%;
  height: 1px;
  background-color: #333333;
  transition: all 0.3s;
}

.footer__buttons {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 1024px) {
  .footer__buttons {
    flex-direction: row;
  }
}
.footer__contact, .footer__recruit {
  position: relative;
  width: 100%;
  height: 160px;
  background-color: #34387a;
  color: #ffffff;
}
@media screen and (min-width: 1024px) {
  .footer__contact, .footer__recruit {
    height: 240px;
  }
}
@media screen and (min-width: 1024px) {
  .footer__contact:hover .circle-md, .footer__recruit:hover .circle-md {
    opacity: 0;
  }
  .footer__contact:hover .arrow, .footer__recruit:hover .arrow {
    opacity: 1;
    transform: translateX(50%) rotate(-90deg);
  }
}
.footer__contact .en, .footer__recruit .en {
  margin-top: 24px;
  text-align: center;
  display: block;
  font-size: 48px;
  font-size: 4.8rem;
}
@media screen and (min-width: 1024px) {
  .footer__contact .en, .footer__recruit .en {
    margin-top: 56px;
    font-size: 56px;
    font-size: 5.6rem;
  }
}
.footer__contact .ja, .footer__recruit .ja {
  text-align: center;
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
}
@media screen and (min-width: 1024px) {
  .footer__contact .ja, .footer__recruit .ja {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.footer__contact .circle-md, .footer__recruit .circle-md {
  position: absolute;
  bottom: 12px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #ffffff;
  transition: 0.3s;
}
@media screen and (min-width: 1024px) {
  .footer__contact .circle-md, .footer__recruit .circle-md {
    bottom: 20px;
  }
}
.footer__contact .arrow, .footer__recruit .arrow {
  opacity: 0;
  position: absolute;
  bottom: 18px;
  right: 50%;
  transform: rotate(-90deg);
  filter: brightness(0) invert(1);
  width: 14px;
  height: 14px;
  transition: all 0.6s;
}
.footer__recruit {
  background-color: #001764;
}
.footer__main {
  padding: 80px 20px;
}
@media screen and (min-width: 1024px) {
  .footer__main {
    padding: 120px 80px 40px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 40px;
  }
}
.footer__heading {
  margin-bottom: 64px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media screen and (min-width: 1024px) {
  .footer__heading {
    margin-bottom: 0px;
    gap: 24px;
  }
}
.footer__heading img {
  display: block;
  height: 40px;
  margin-right: auto;
}
@media screen and (min-width: 1024px) {
  .footer__heading img {
    height: 48px;
  }
}
.footer__heading span {
  font-weight: 700;
  font-size: 14px;
  font-size: 1.4rem;
}
.footer__list {
  margin-bottom: 40px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media screen and (min-width: 1024px) {
  .footer__list {
    margin-bottom: 0;
    flex-direction: row;
    gap: 40px;
  }
}
.footer__list .listItem {
  font-weight: 700;
  font-size: 14px;
  font-size: 1.4rem;
}
.footer__copyright {
  display: flex;
  flex-direction: column;
  align-items: end;
  margin-left: auto;
  font-size: 12px;
  font-size: 1.2rem;
}
@media screen and (min-width: 1024px) {
  .footer__copyright {
    width: 100%;
    flex-direction: row-reverse;
    justify-content: end;
    gap: 16px;
  }
}
.footer__copyright a {
  text-decoration: underline;
}
.footer__copyright .copyright {
  text-align: right;
}

.button {
  cursor: pointer;
  position: relative;
  padding: 0 24px;
  height: 48px;
  font-weight: 700;
  color: #ffffff;
  background-color: #34387a;
  border-radius: 9999px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all 0.6s;
  font-size: 13px;
  font-size: 1.3rem;
}
@media screen and (min-width: 1024px) {
  .button:hover {
    background-color: #001764;
  }
  .button:hover .circle-md {
    opacity: 0;
    transform: translateX(50%);
  }
  .button:hover .arrow {
    opacity: 1;
    transform: translate(50%, -50%) rotate(-90deg);
  }
}
.button .circle-md {
  background-color: #ffffff;
  transition: all 0.4s;
}
.button .arrow {
  opacity: 0;
  position: absolute;
  top: 50%;
  right: 26px;
  transform: translateY(-50%) rotate(-90deg);
  filter: brightness(0) invert(1);
  width: 14px;
  height: 14px;
  transition: all 0.6s;
}
.button.sm {
  width: 160px;
}
.button.md {
  width: 200px;
}
.button.lg {
  width: fit-content;
  gap: 16px;
  font-size: 14px;
  font-size: 1.4rem;
}
.button.white {
  color: #34387a;
  background-color: #ffffff;
}
.button.white .circle-md {
  background-color: #34387a;
}
.button.white .arrow {
  filter: none;
}

.sectionTitle {
  display: flex;
  flex-direction: column;
}
.sectionTitle__en {
  color: #34387a;
  font-size: 40px;
  font-size: 4rem;
}
@media screen and (min-width: 1024px) {
  .sectionTitle__en {
    font-size: 48px;
    font-size: 4.8rem;
  }
}
.sectionTitle__title {
  font-weight: 700;
  font-size: 14px;
  font-size: 1.4rem;
}

.newsList {
  padding: 80px 20px;
}
@media screen and (min-width: 1024px) {
  .newsList {
    max-width: 1200px;
    padding: 120px 0;
    margin: 0 auto;
  }
}
.newsList__heading {
  margin-bottom: 40px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (min-width: 1024px) {
  .newsList__heading {
    margin-bottom: 64px;
  }
}
.newsList__list {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 1024px) {
  .newsList__list {
    padding: 0 80px;
  }
}
.newsList__list .listItem {
  padding: 16px 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
  border-top: 1px solid rgba(51, 51, 51, 0.3);
}
@media screen and (min-width: 1024px) {
  .newsList__list .listItem {
    padding: 0;
    height: 80px;
    flex-direction: row;
    gap: 48px;
  }
}
.newsList__list .listItem:last-of-type {
  border-bottom: 1px solid rgba(51, 51, 51, 0.3);
}
.newsList__list .listItem__info {
  display: flex;
  align-items: center;
  gap: 24px;
}
@media screen and (min-width: 1024px) {
  .newsList__list .listItem__info {
    width: 210px;
    flex-shrink: 0;
  }
}
.newsList__list .listItem__date {
  font-size: 12px;
  font-size: 1.2rem;
}
@media screen and (min-width: 1024px) {
  .newsList__list .listItem__date {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.newsList__list .listItem__category {
  padding: 6px 12px;
  border-radius: 9999px;
  font-weight: 700;
  font-size: 12px;
  font-size: 1.2rem;
}
.newsList__list .listItem__category.press {
  background-color: #eaeffb;
  color: #34387a;
}
.newsList__list .listItem__category.media {
  background-color: #73fac9;
  color: #053423;
}
.newsList__list .listItem__category.recruit {
  background-color: #c6b59c;
  color: #1e1200;
}
.newsList__list .listItem__title {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  line-height: 200%;
  font-weight: 700;
  font-size: 14px;
  font-size: 1.4rem;
}
@media screen and (min-width: 1024px) {
  .newsList__list .listItem__title {
    width: 100%;
    padding-right: 24px;
  }
}
@media screen and (min-width: 1024px) {
  .newsList__list .listItem__title:hover .circle-md {
    opacity: 0;
  }
  .newsList__list .listItem__title:hover .arrow {
    opacity: 0.8;
    transform: translate(8px, -50%) rotate(-90deg);
  }
}
.newsList__list .listItem__title .circle-md {
  flex-shrink: 0;
  background-color: #34387a;
  opacity: 0.8;
  transition: all 0.3s;
}
.newsList__list .listItem__title .arrow {
  position: absolute;
  top: 50%;
  right: 28px;
  transform: translateY(-50%) rotate(-90deg);
  opacity: 0;
  width: 14px;
  height: 14px;
  transition: all 0.6s;
}

.banners {
  padding: 80px 20px;
}
@media screen and (min-width: 1024px) {
  .banners {
    padding: 0 0 120px;
    max-width: 1200px;
    margin: 0 auto;
  }
}
.banners__list {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media screen and (min-width: 1024px) {
  .banners__list {
    flex-direction: row;
    gap: 32px;
  }
}
.banners__list .listItem {
  border-radius: 8px;
  width: 100%;
  height: 160px;
  background-color: aliceblue;
}

.breadcrumb {
  padding: 40px 20px 0;
  overflow-x: scroll;
}
@media screen and (min-width: 1024px) {
  .breadcrumb {
    padding: 80px 120px 0;
  }
}
.breadcrumb .breadcrumbs {
  display: flex;
  align-items: center;
  gap: 16px;
  overflow-x: scroll;
}
.breadcrumb .breadcrumbs span {
  flex-shrink: 0;
  opacity: 0.6;
  font-weight: 700;
  font-size: 12px;
  font-size: 1.2rem;
}
.breadcrumb .breadcrumbs span:last-of-type {
  opacity: 1;
}
.breadcrumb__bar {
  width: 24px;
  height: 1px;
  background-color: #d9d9d9;
  opacity: 1 !important;
}

.notFound {
  max-width: 1200px;
  margin: 0 auto;
  padding: 80px 20px;
}
@media screen and (min-width: 1024px) {
  .notFound {
    padding: 80px 0;
  }
}
.notFound__wrapper {
  margin-top: 80px;
  max-width: 800px;
  margin-left: auto;
}
.notFound__wrapper-desc {
  margin-bottom: 40px;
  font-size: 14px;
  font-size: 1.4rem;
}
.notFound__wrapper-button {
  position: relative;
  margin: 40px auto 0;
  flex-shrink: 0;
  width: 240px;
  height: 56px;
  border-radius: 6px;
  background-color: #a99d85;
  color: #ffffff;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-size: 1.4rem;
}
@media screen and (min-width: 1024px) {
  .notFound__wrapper-button {
    margin: 56px auto 0;
  }
}

.service__formModal {
  overflow-y: scroll;
  position: fixed;
  z-index: 1;
  top: 80px;
  right: 50%;
  transform: translate(50%, 120%);
  border-radius: 6px;
  width: 355px;
  height: 85%;
  background-color: #ffffff;
  padding-bottom: 0;
  box-shadow: 0px 4px 16px rgba(51, 51, 51, 0.08);
  transition: all 0.6s;
}
.service__formModal.is-active {
  transform: translate(50%, 0);
}
@media screen and (min-width: 1024px) {
  .service__formModal {
    visibility: visible;
    position: absolute;
    top: 40px;
    right: 120px;
    transform: translateX(0);
    border-radius: 6px;
    width: 340px;
    height: fit-content;
  }
}
.service__formModal .form__full {
  padding: 0 20px;
  margin-bottom: 12px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.service__formModal label {
  font-weight: 700;
  font-size: 12px;
  font-size: 1.2rem;
}
.service__formModal label sup {
  color: #9d1427;
}
.service__formModal input {
  padding: 10px 12px;
  width: 100%;
  background-color: #f1f1f1;
  border-radius: 4px;
  font-size: 14px;
  font-size: 1.4rem;
}
.service__formModal input::placeholder {
  opacity: 0.6;
}
.service__formModal .form__submit {
  padding: 0 20px;
  margin: 24px 0;
}
.service__formModal .form__submit input {
  cursor: pointer;
  width: 100%;
  height: 48px;
  line-height: 200%;
  background-color: #34387a;
  color: #ffffff;
  text-align: center;
  font-weight: 700;
  border-radius: 4px;
  font-size: 14px;
  font-size: 1.4rem;
}
.service__formModal .form__submit .wpcf7-spinner {
  display: none;
}
.service__formModal-heading {
  position: relative;
  margin-bottom: 16px;
  display: block;
  background-color: #34387a;
  width: 100%;
  height: 40px;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  font-weight: 700;
  color: #ffffff;
  padding-right: 16px;
  font-size: 14px;
  font-size: 1.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.service__formModal-heading .close {
  z-index: 20;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  width: 40px;
  height: 40px;
  background-color: #eaeffb;
  display: flex;
  align-items: center;
  justify-content: center;
}
.service__formModal-privacy {
  padding: 0 20px 20px;
  line-height: 140%;
  opacity: 0.8;
  font-size: 11px;
  font-size: 1.1rem;
}

.mv {
  margin-top: 156px;
  margin-bottom: 80px;
  width: 100%;
  overflow-x: hidden;
}
@media screen and (min-width: 1024px) {
  .mv {
    margin-top: 240px;
    margin-bottom: 0;
  }
}
.mv__heading {
  margin-bottom: 40px;
  padding: 0 20px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media screen and (min-width: 1024px) {
  .mv__heading {
    margin-bottom: 0;
    padding: 0 120px;
    gap: 24px;
  }
}
.mv__heading-title {
  margin-bottom: 8px;
  font-weight: 700;
  line-height: 200%;
  font-size: 18px;
  font-size: 1.8rem;
}
@media screen and (min-width: 1024px) {
  .mv__heading-title {
    margin-bottom: 16px;
    font-size: 24px;
    font-size: 2.4rem;
  }
}
.mv__heading-subTitle {
  font-weight: 700;
  line-height: 200%;
  font-size: 14px;
  font-size: 1.4rem;
}
@media screen and (min-width: 1024px) {
  .mv__heading-subTitle {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.mv__image {
  width: 180%;
}
@media screen and (min-width: 1024px) {
  .mv__image {
    position: relative;
    z-index: -1;
    margin-top: -72px;
    width: 100%;
  }
}
.mv__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: translateX(-10%);
}
@media screen and (min-width: 1024px) {
  .mv__image img {
    transform: translateX(0);
  }
}

.group {
  max-width: 1200px;
  margin: 0 auto;
  padding: 80px 20px;
}
@media screen and (min-width: 1024px) {
  .group {
    padding: 120px 0;
  }
}
.group__title {
  margin-bottom: 40px;
}
@media screen and (min-width: 1024px) {
  .group__title {
    margin-bottom: 64px;
  }
}
.group__list {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 24px;
}
@media screen and (min-width: 1024px) {
  .group__list {
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
  }
}
.group__list .listItem {
  padding: 32px 20px;
  background-color: #eaeffb;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media screen and (min-width: 1024px) {
  .group__list .listItem {
    padding: 40px 24px;
  }
}
.group__list .listItem__title {
  text-align: center;
  line-height: 160%;
  font-weight: 700;
  color: #34387a;
  font-size: 18px;
  font-size: 1.8rem;
}
.group__list .listItem__bar {
  width: 100%;
  height: 1px;
  background-color: #34387a;
  opacity: 0.4;
}
.group__list .listItem__image {
  width: 100%;
}
.group__list .listItem__image.numbers img {
  margin-top: 16px;
  margin-bottom: 40px;
}
@media screen and (min-width: 1024px) {
  .group__list .listItem__image img {
    width: 100%;
  }
}
.group__list .listItem__description {
  line-height: 160%;
  font-weight: 500;
  font-size: 14px;
  font-size: 1.4rem;
}

.services {
  padding: 80px 0;
  overflow-x: hidden;
}
@media screen and (min-width: 1024px) {
  .services {
    padding: 120px 0;
    display: flex;
    flex-direction: row-reverse;
    gap: 40px;
    justify-content: flex-end;
  }
}
.services__wrapper {
  padding: 0 20px;
}
@media screen and (min-width: 1024px) {
  .services__wrapper {
    margin-top: 80px;
    width: 480px;
  }
}
.services__heading {
  margin-bottom: 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media screen and (min-width: 1024px) {
  .services__heading {
    margin-bottom: 40px;
    gap: 24px;
  }
}
.services__heading-en {
  color: #34387a;
  font-size: 16px;
  font-size: 1.6rem;
}
@media screen and (min-width: 1024px) {
  .services__heading-en {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.services__heading-title {
  font-weight: 700;
  line-height: 200%;
  font-size: 20px;
  font-size: 2rem;
}
@media screen and (min-width: 1024px) {
  .services__heading-title {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
.services__description {
  margin-bottom: 24px;
  line-height: 200%;
  font-size: 14px;
  font-size: 1.4rem;
}
@media screen and (min-width: 1024px) {
  .services__description {
    margin-bottom: 40px;
  }
}
.services__button {
  margin-bottom: 40px;
}
.services__image {
  width: 140%;
}
@media screen and (min-width: 1024px) {
  .services__image {
    flex-shrink: 0;
    width: 800px;
    height: 800px;
  }
}
.services__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
  transform: translateX(-10%);
}
@media screen and (min-width: 1024px) {
  .services__image img {
    transform: translateX(0);
    object-position: -368px 0;
  }
}

.ourMission {
  max-width: 1200px;
  margin: 0 auto;
  padding: 80px 20px;
}
@media screen and (min-width: 1024px) {
  .ourMission {
    padding: 120px 0;
  }
}
.ourMission__title {
  margin-bottom: 40px;
}
@media screen and (min-width: 1024px) {
  .ourMission__title {
    margin-bottom: 80px;
  }
}
.ourMission__wrapper {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media screen and (min-width: 1024px) {
  .ourMission__wrapper {
    flex-direction: row-reverse;
    gap: 80px;
  }
}
.ourMission__copy {
  margin-bottom: 24px;
  font-weight: 700;
  font-size: 18px;
  font-size: 1.8rem;
}
@media screen and (min-width: 1024px) {
  .ourMission__copy {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
.ourMission__description {
  line-height: 200%;
  font-size: 14px;
  font-size: 1.4rem;
}
.ourMission__image {
  width: 100%;
  height: 400px;
}
@media screen and (min-width: 1024px) {
  .ourMission__image {
    margin-left: 80px;
    margin-bottom: 0;
    flex-shrink: 0;
    width: 320px;
    height: 416px;
  }
}
.ourMission__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}

.message {
  max-width: 1200px;
  margin: 0 auto;
  padding: 80px 20px;
}
@media screen and (min-width: 1024px) {
  .message {
    padding: 120px 0;
  }
}
.message__title {
  margin-bottom: 40px;
}
@media screen and (min-width: 1024px) {
  .message__title {
    margin-bottom: 80px;
  }
}
.message__wrapper {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media screen and (min-width: 1024px) {
  .message__wrapper {
    flex-direction: row;
    gap: 80px;
    align-items: flex-end;
  }
}
.message__copy {
  margin-bottom: 24px;
  font-weight: 700;
  font-size: 18px;
  font-size: 1.8rem;
}
@media screen and (min-width: 1024px) {
  .message__copy {
    max-width: 560px;
    margin-left: 80px;
    font-size: 24px;
    font-size: 2.4rem;
  }
}
.message__description {
  line-height: 200%;
  font-size: 14px;
  font-size: 1.4rem;
}
@media screen and (min-width: 1024px) {
  .message__description {
    margin-left: 80px;
    max-width: 560px;
  }
}
.message__image {
  width: 100%;
  margin-bottom: 16px;
}
@media screen and (min-width: 1024px) {
  .message__image {
    margin-left: 80px;
    margin-bottom: 0;
    flex-shrink: 0;
    width: 320px;
  }
}
.message__image img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  border-radius: 8px;
}
.message__position {
  display: block;
  text-align: center;
  font-weight: 700;
  line-height: 200%;
  font-size: 12px;
  font-size: 1.2rem;
}
.message__name {
  display: block;
  text-align: center;
  font-weight: 700;
  line-height: 200%;
  font-size: 20px;
  font-size: 2rem;
}
.message__nameEn {
  display: block;
  text-align: center;
  color: #34387a;
  line-height: 200%;
  font-size: 14px;
  font-size: 1.4rem;
}

.overview {
  max-width: 1200px;
  margin: 0 auto;
  padding: 80px 20px;
}
@media screen and (min-width: 1024px) {
  .overview {
    padding: 120px 0;
  }
}
.overview__title {
  margin-bottom: 40px;
}
@media screen and (min-width: 1024px) {
  .overview__title {
    margin-bottom: 80px;
  }
}
.overview__list {
  max-width: 800px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}
.overview__list .listItem {
  padding: 24px 0;
  border-top: 1px solid rgba(51, 51, 51, 0.3);
}
@media screen and (min-width: 1024px) {
  .overview__list .listItem {
    display: flex;
    gap: 24px;
  }
}
.overview__list .listItem:last-of-type {
  border-bottom: 1px solid rgba(51, 51, 51, 0.3);
}
.overview__list .listItem__heading {
  line-height: 200%;
  font-size: 12px;
  font-size: 1.2rem;
}
@media screen and (min-width: 1024px) {
  .overview__list .listItem__heading {
    width: 124px;
    border-right: 1px solid rgba(51, 51, 51, 0.3);
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.overview__list .listItem__content {
  line-height: 200%;
  margin-top: 4px;
  font-size: 14px;
  font-size: 1.4rem;
}
@media screen and (min-width: 1024px) {
  .overview__list .listItem__content {
    margin-top: 0;
  }
}

.services_dental .mv {
  position: relative;
  margin-top: 120px;
  margin-bottom: 0;
  width: 100%;
  overflow-x: hidden;
}
@media screen and (min-width: 1024px) {
  .services_dental .mv {
    margin-top: 0;
  }
}
.services_dental .mv__heading {
  margin-bottom: 40px;
  padding: 0 20px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media screen and (min-width: 1024px) {
  .services_dental .mv__heading {
    margin-top: 80px;
    margin-bottom: 0;
    padding: 0 120px;
    gap: 24px;
  }
}
.services_dental .mv__heading-subTitle {
  font-weight: 700;
  line-height: 200%;
  color: #34387a;
  font-size: 14px;
  font-size: 1.4rem;
}
@media screen and (min-width: 1024px) {
  .services_dental .mv__heading-subTitle {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.services_dental .mv__heading-title {
  font-weight: 700;
  line-height: 160%;
  font-size: 28px;
  font-size: 2.8rem;
}
@media screen and (min-width: 1024px) {
  .services_dental .mv__heading-title {
    margin-bottom: 16px;
    font-size: 48px;
    font-size: 4.8rem;
  }
}
.services_dental .mv__image {
  margin-top: -100px;
  position: relative;
  z-index: -1;
  width: 180%;
}
@media screen and (min-width: 1024px) {
  .services_dental .mv__image {
    margin-top: -160px;
    width: 100%;
  }
}
.services_dental .mv__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: translateX(-10%);
}
@media screen and (min-width: 1024px) {
  .services_dental .mv__image img {
    transform: translateX(0);
  }
}
.services_dental .mv__button {
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.services_dental .mv__wrapper {
  position: relative;
}
@media screen and (min-width: 1024px) {
  .services_dental .mv__wrapper {
    position: static;
  }
}
.services_dental .mv__form {
  overflow-y: scroll;
  position: fixed;
  z-index: 1;
  top: 80px;
  right: 50%;
  transform: translate(50%, 120%);
  border-radius: 6px;
  width: 355px;
  height: 85%;
  background-color: #ffffff;
  padding-bottom: 0;
  box-shadow: 0px 4px 16px rgba(51, 51, 51, 0.08);
  transition: all 0.6s;
}
.services_dental .mv__form.is-active {
  transform: translate(50%, 0);
}
@media screen and (min-width: 1024px) {
  .services_dental .mv__form {
    visibility: visible;
    position: absolute;
    top: 40px;
    right: 120px;
    transform: translateX(0);
    border-radius: 6px;
    width: 340px;
    height: fit-content;
  }
}
.services_dental .mv__form .form__full {
  padding: 0 20px;
  margin-bottom: 12px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.services_dental .mv__form label {
  font-weight: 700;
  font-size: 12px;
  font-size: 1.2rem;
}
.services_dental .mv__form label sup {
  color: #9d1427;
}
.services_dental .mv__form input {
  padding: 10px 12px;
  width: 100%;
  background-color: #f1f1f1;
  border-radius: 4px;
  font-size: 14px;
  font-size: 1.4rem;
}
.services_dental .mv__form input::placeholder {
  opacity: 0.6;
}
.services_dental .mv__form .form__submit {
  padding: 0 20px;
  margin: 24px 0;
}
.services_dental .mv__form .form__submit input {
  cursor: pointer;
  width: 100%;
  height: 48px;
  line-height: 200%;
  background-color: #34387a;
  color: #ffffff;
  text-align: center;
  font-weight: 700;
  border-radius: 4px;
  font-size: 14px;
  font-size: 1.4rem;
}
.services_dental .mv__form .form__submit .wpcf7-spinner {
  display: none;
}
.services_dental .mv__form-heading {
  position: relative;
  margin-bottom: 16px;
  display: block;
  background-color: #34387a;
  width: 100%;
  height: 40px;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  font-weight: 700;
  color: #ffffff;
  padding-right: 16px;
  font-size: 14px;
  font-size: 1.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.services_dental .mv__form-heading .close {
  z-index: 20;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  width: 40px;
  height: 40px;
  background-color: #eaeffb;
  display: flex;
  align-items: center;
  justify-content: center;
}
.services_dental .mv__form-privacy {
  padding: 0 20px 20px;
  line-height: 140%;
  opacity: 0.8;
  font-size: 11px;
  font-size: 1.1rem;
}

.services_dental .appealing {
  padding: 80px 20px;
}
@media screen and (min-width: 1024px) {
  .services_dental .appealing {
    padding: 120px 0;
    max-width: 800px;
    margin: 0 auto;
  }
}
.services_dental .appealing__heading {
  margin-bottom: 40px;
  font-weight: 700;
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem;
}
@media screen and (min-width: 1024px) {
  .services_dental .appealing__heading {
    font-size: 20px;
    font-size: 2rem;
  }
}
.services_dental .appealing__heading span {
  color: #34387a;
}
.services_dental .appealing__image {
  margin-bottom: 40px;
  width: 100%;
}
.services_dental .appealing__image img {
  width: 100%;
  height: 100%;
}
.services_dental .appealing__copy {
  gap: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.services_dental .appealing__copy img {
  width: 40px;
}
@media screen and (min-width: 1024px) {
  .services_dental .appealing__copy img {
    width: 48px;
  }
}
.services_dental .appealing__copy .highlight {
  color: #34387a;
  font-weight: 700;
  font-size: 24px;
  font-size: 2.4rem;
}
@media screen and (min-width: 1024px) {
  .services_dental .appealing__copy .highlight {
    font-size: 36px;
    font-size: 3.6rem;
  }
}

.services_dental .cta {
  padding: 24px 0;
  background-color: #34387a;
  flex-direction: column;
  gap: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 1024px) {
  .services_dental .cta {
    padding: 40px 0;
  }
}
.services_dental .cta__copy {
  font-weight: 700;
  text-align: center;
  color: #ffffff;
  font-size: 16px;
  font-size: 1.6rem;
}
@media screen and (min-width: 1024px) {
  .services_dental .cta__copy {
    font-size: 20px;
    font-size: 2rem;
  }
}

.services_dental .description {
  padding: 80px 20px;
}
@media screen and (min-width: 1024px) {
  .services_dental .description {
    padding: 120px 0;
    max-width: 800px;
    margin: 0 auto;
  }
}
.services_dental .description__heading {
  margin-bottom: 32px;
  font-weight: 700;
  text-align: center;
  color: #34387a;
  font-size: 16px;
  font-size: 1.6rem;
}
@media screen and (min-width: 1024px) {
  .services_dental .description__heading {
    font-size: 20px;
    font-size: 2rem;
  }
}
.services_dental .description__content {
  line-height: 200%;
  font-size: 14px;
  font-size: 1.4rem;
}
@media screen and (min-width: 1024px) {
  .services_dental .description__content {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.services_dental .description__content .bold {
  display: block;
  font-weight: 700;
}

.services_dental .content {
  padding: 80px 0;
}
@media screen and (min-width: 1024px) {
  .services_dental .content {
    padding: 120px 0;
    max-width: 1200px;
    margin: 0 auto;
  }
}
.services_dental .content__heading {
  padding: 0 20px;
  margin-bottom: 40px;
  font-weight: 700;
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem;
}
@media screen and (min-width: 1024px) {
  .services_dental .content__heading {
    padding: 0;
    font-size: 20px;
    font-size: 2rem;
  }
}
.services_dental .content__videos {
  overflow: hidden;
  margin-bottom: 80px;
}
.services_dental .content__list {
  margin-bottom: 24px;
  padding: 0 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
@media screen and (min-width: 1024px) {
  .services_dental .content__list {
    margin-bottom: 40px;
    padding: 0;
    gap: 16px;
  }
}
.services_dental .content__list .listItem {
  width: calc(50% - 4px);
  height: auto;
  aspect-ratio: 16/9;
  flex-shrink: 0;
  background-color: #eaeffb;
  font-size: 16px;
  font-size: 1.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 1024px) {
  .services_dental .content__list .listItem {
    width: 288px;
    height: 160px;
  }
}
.services_dental .content__list .listItem img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 6px;
}
.services_dental .content__button {
  display: flex;
  align-items: center;
  justify-content: center;
}
.services_dental .content__image {
  padding: 0 20px;
  height: 219px;
}
@media screen and (min-width: 1024px) {
  .services_dental .content__image {
    padding: 0;
    height: 500px;
    width: fit-content;
    margin: 0 auto;
  }
}
.services_dental .content__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}

.services_dental .testimonial {
  padding: 80px 20px;
}
@media screen and (min-width: 1024px) {
  .services_dental .testimonial {
    padding: 120px 0;
    max-width: 800px;
    margin: 0 auto;
  }
}
.services_dental .testimonial__heading {
  margin-bottom: 40px;
  font-weight: 700;
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem;
}
@media screen and (min-width: 1024px) {
  .services_dental .testimonial__heading {
    font-size: 20px;
    font-size: 2rem;
  }
}
.services_dental .testimonial__heading span {
  color: #34387a;
}
.services_dental .testimonial__wrapper {
  max-width: 800px;
  margin: 0 auto;
}

.contact .form {
  max-width: 1200px;
  margin: 0 auto;
  padding: 80px 20px;
}
@media screen and (min-width: 1024px) {
  .contact .form {
    padding: 120px 0;
  }
}
.contact .form__heading {
  margin-bottom: 40px;
}
@media screen and (min-width: 1024px) {
  .contact .form__heading {
    margin-bottom: 80px;
  }
}
.contact .form__content {
  margin-bottom: 40px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media screen and (min-width: 1024px) {
  .contact .form__content {
    padding: 0 80px;
    margin-bottom: 80px;
  }
}
.contact .form__copy {
  line-height: 200%;
  font-weight: 700;
  font-size: 18px;
  font-size: 1.8rem;
}
@media screen and (min-width: 1024px) {
  .contact .form__copy {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
.contact .form__description {
  line-height: 200%;
  font-weight: 700;
  font-size: 14px;
  font-size: 1.4rem;
}
@media screen and (min-width: 1024px) {
  .contact .form__description {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.contact .form .wpcf7 {
  max-width: 800px;
  margin: 0 auto;
}
.contact .form__full {
  margin-bottom: 24px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media screen and (min-width: 1024px) {
  .contact .form__full {
    flex-direction: row;
    gap: 24px;
    align-items: center;
  }
  .contact .form__full.form__message {
    align-items: start;
  }
  .contact .form__full .wpcf7-form-control-wrap {
    width: 100%;
  }
}
.contact .form__full .wpcf7-form-control-wrap[data-name=subject] {
  cursor: pointer;
  position: relative;
}
.contact .form__full .wpcf7-form-control-wrap[data-name=subject]::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
  width: 11px;
  height: 11px;
  background-image: url("https://gmh.jp/wp-content/themes/gmh_template/assets/svg/arrow-down.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.contact .form__full label {
  line-height: 200%;
  font-weight: 700;
  font-size: 14px;
  font-size: 1.4rem;
}
@media screen and (min-width: 1024px) {
  .contact .form__full label {
    width: 160px;
    flex-shrink: 0;
  }
}
.contact .form__full label sup {
  color: #9d1427;
}
.contact .form__full select,
.contact .form__full input {
  padding: 16px;
  width: 100%;
  line-height: 200%;
  background-color: #f1f1f1;
  border-radius: 8px;
  font-size: 14px;
  font-size: 1.4rem;
}
.contact .form__full select::placeholder,
.contact .form__full input::placeholder {
  opacity: 0.6;
}
.contact .form__full textarea {
  padding: 16px;
  width: 100%;
  line-height: 200%;
  background-color: #f1f1f1;
  border-radius: 8px;
  font-size: 14px;
  font-size: 1.4rem;
}
.contact .form__full textarea::placeholder {
  opacity: 0.6;
}
.contact .form__privacy {
  margin-top: 40px;
  margin-bottom: 24px;
  text-align: center;
  line-height: 200%;
  font-weight: 700;
  font-size: 14px;
  font-size: 1.4rem;
}
@media screen and (min-width: 1024px) {
  .contact .form__privacy {
    margin-top: 64px;
    margin-bottom: 40px;
  }
}
.contact .form__privacy a {
  text-decoration: underline;
}
@media screen and (min-width: 1024px) {
  .contact .form__submit {
    width: 400px;
    margin: 0 auto;
  }
}
.contact .form__submit input {
  cursor: pointer;
  padding: 16px;
  width: 100%;
  line-height: 200%;
  background-color: #34387a;
  color: #ffffff;
  text-align: center;
  font-weight: 700;
  border-radius: 8px;
  font-size: 16px;
  font-size: 1.6rem;
}

.success {
  max-width: 1200px;
  margin: 0 auto;
  padding: 80px 20px;
}
@media screen and (min-width: 1024px) {
  .success {
    padding: 120px 0;
  }
}
.success__heading {
  margin-bottom: 40px;
}
@media screen and (min-width: 1024px) {
  .success__heading {
    margin-bottom: 80px;
  }
}
.success__content {
  max-width: 800px;
  margin: 0 auto 40px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media screen and (min-width: 1024px) {
  .success__content {
    padding: 0 80px;
    margin-bottom: 80px;
  }
}
.success__description {
  line-height: 200%;
  font-size: 14px;
  font-size: 1.4rem;
}
.success__button {
  margin-top: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.allNews {
  padding: 80px 20px;
}
@media screen and (min-width: 1024px) {
  .allNews {
    max-width: 1200px;
    padding: 120px 0;
    margin: 0 auto;
  }
}
.allNews__heading {
  margin-bottom: 40px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (min-width: 1024px) {
  .allNews__heading {
    margin-bottom: 64px;
  }
}
.allNews__list {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 1024px) {
  .allNews__list {
    padding: 0 80px;
  }
}
.allNews__list .listItem {
  padding: 16px 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
  border-top: 1px solid rgba(51, 51, 51, 0.3);
}
@media screen and (min-width: 1024px) {
  .allNews__list .listItem {
    padding: 0;
    height: 80px;
    flex-direction: row;
    gap: 48px;
  }
}
.allNews__list .listItem:last-of-type {
  border-bottom: 1px solid rgba(51, 51, 51, 0.3);
}
.allNews__list .listItem__info {
  display: flex;
  align-items: center;
  gap: 24px;
}
@media screen and (min-width: 1024px) {
  .allNews__list .listItem__info {
    width: 210px;
    flex-shrink: 0;
  }
}
.allNews__list .listItem__date {
  font-size: 12px;
  font-size: 1.2rem;
}
@media screen and (min-width: 1024px) {
  .allNews__list .listItem__date {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.allNews__list .listItem__category {
  padding: 6px 12px;
  border-radius: 9999px;
  font-weight: 700;
  font-size: 12px;
  font-size: 1.2rem;
}
.allNews__list .listItem__category.press {
  background-color: #eaeffb;
  color: #34387a;
}
.allNews__list .listItem__category.media {
  background-color: #73fac9;
  color: #053423;
}
.allNews__list .listItem__category.recruit {
  background-color: #c6b59c;
  color: #1e1200;
}
.allNews__list .listItem__title {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  line-height: 200%;
  font-weight: 700;
  font-size: 14px;
  font-size: 1.4rem;
}
@media screen and (min-width: 1024px) {
  .allNews__list .listItem__title {
    width: 100%;
    padding-right: 24px;
  }
}
@media screen and (min-width: 1024px) {
  .allNews__list .listItem__title:hover .circle-md {
    opacity: 0;
  }
  .allNews__list .listItem__title:hover .arrow {
    opacity: 0.8;
    transform: translate(8px, -50%) rotate(-90deg);
  }
}
.allNews__list .listItem__title .circle-md {
  flex-shrink: 0;
  background-color: #34387a;
  opacity: 0.8;
  transition: all 0.3s;
}
.allNews__list .listItem__title .arrow {
  position: absolute;
  top: 50%;
  right: 28px;
  transform: translateY(-50%) rotate(-90deg);
  opacity: 0;
  width: 14px;
  height: 14px;
  transition: all 0.6s;
}

.singleNews {
  padding: 80px 20px;
}
@media screen and (min-width: 1024px) {
  .singleNews {
    max-width: 1200px;
    padding: 120px 0;
    margin: 0 auto;
  }
}
.singleNews__heading {
  margin-bottom: 24px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media screen and (min-width: 1024px) {
  .singleNews__heading {
    max-width: 1040px;
    margin: 0 auto 40px;
  }
}
.singleNews__date {
  font-size: 12px;
  font-size: 1.2rem;
}
@media screen and (min-width: 1024px) {
  .singleNews__date {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.singleNews__title {
  line-height: 200%;
  color: #34387a;
  font-weight: 700;
  font-size: 20px;
  font-size: 2rem;
}
@media screen and (min-width: 1024px) {
  .singleNews__title {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
.singleNews__content {
  max-width: 800px;
  margin: 0 auto 64px;
  line-height: 200%;
  font-size: 14px;
  font-size: 1.4rem;
}
@media screen and (min-width: 1024px) {
  .singleNews__content {
    margin-bottom: 80px;
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.singleNews__back {
  max-width: 800px;
  margin: 0 auto;
}
.singleNews__button {
  width: fit-content;
  margin-left: auto;
  gap: 16px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-size: 1.4rem;
}

.allRecruit {
  padding: 80px 0;
}
@media screen and (min-width: 1024px) {
  .allRecruit {
    padding: 120px 0;
    margin: 0 auto;
  }
}
.allRecruit__heading {
  padding: 0 20px;
  margin-bottom: 40px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (min-width: 1024px) {
  .allRecruit__heading {
    padding: 0;
    max-width: 1200px;
    margin: 0 auto 80px;
  }
}
.allRecruit__content {
  padding: 0 20px;
  margin-bottom: 80px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media screen and (min-width: 1024px) {
  .allRecruit__content {
    padding: 0 80px;
    max-width: 1200px;
    margin: 0 auto 80px;
    gap: 40px;
  }
}
.allRecruit__title {
  line-height: 200%;
  font-weight: 700;
  font-size: 18px;
  font-size: 1.8rem;
}
@media screen and (min-width: 1024px) {
  .allRecruit__title {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
.allRecruit__description {
  line-height: 200%;
  font-weight: 700;
  font-size: 14px;
  font-size: 1.4rem;
}
@media screen and (min-width: 1024px) {
  .allRecruit__description {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.allRecruit__image {
  width: 100%;
  height: 200px;
}
@media screen and (min-width: 1024px) {
  .allRecruit__image {
    height: 560px;
  }
}
.allRecruit__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.allRecruit__wrapper {
  padding: 80px 20px;
}
@media screen and (min-width: 1024px) {
  .allRecruit__wrapper {
    padding: 120px 80px;
    max-width: 1200px;
    margin: 0 auto;
  }
}
.allRecruit__position {
  margin-bottom: 40px;
  padding-bottom: 8px;
  font-weight: 700;
  border-bottom: 1px solid rgba(51, 51, 51, 0.3);
  font-size: 16px;
  font-size: 1.6rem;
}
@media screen and (min-width: 1024px) {
  .allRecruit__position {
    padding-bottom: 16px;
  }
}
.allRecruit__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px 16px;
}
@media screen and (min-width: 1024px) {
  .allRecruit__list {
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
  }
}
.allRecruit__list .listItem {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media screen and (min-width: 1024px) {
  .allRecruit__list .listItem {
    gap: 16px;
  }
}
@media screen and (min-width: 1024px) {
  .allRecruit__list .listItem:hover .listItem__image img {
    transform: scale(1.05);
  }
  .allRecruit__list .listItem:hover .listItem__title {
    color: #34387a;
  }
}
.allRecruit__list .listItem__image {
  overflow: hidden;
  width: 100%;
  height: 120px;
  border-radius: 6px;
}
@media screen and (min-width: 1024px) {
  .allRecruit__list .listItem__image {
    height: 200px;
  }
}
.allRecruit__list .listItem__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 6px;
  transition: all 0.3s;
}
.allRecruit__list .listItem__title {
  text-align: center;
  line-height: 200%;
  font-weight: 700;
  transition: all 0.3s;
  font-size: 14px;
  font-size: 1.4rem;
}
@media screen and (min-width: 1024px) {
  .allRecruit__list .listItem__title {
    text-align: left;
  }
}

.singleRecruit {
  padding: 80px 20px;
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (min-width: 1024px) {
  .singleRecruit {
    padding: 120px 0;
  }
}
.singleRecruit__heading {
  margin-bottom: 40px;
  width: 100%;
}
.singleRecruit__content {
  max-width: 800px;
  margin: 0 auto 40px;
}
.singleRecruit__title {
  line-height: 200%;
  font-weight: 700;
  font-size: 18px;
  font-size: 1.8rem;
}
@media screen and (min-width: 1024px) {
  .singleRecruit__title {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
.singleRecruit__list {
  max-width: 800px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}
.singleRecruit__list--partTime {
  margin-top: 80px;
}
.singleRecruit__list .listItem {
  padding: 24px 0;
  border-top: 1px solid rgba(51, 51, 51, 0.3);
}
@media screen and (min-width: 1024px) {
  .singleRecruit__list .listItem {
    display: flex;
    gap: 24px;
  }
}
.singleRecruit__list .listItem:last-of-type {
  border-bottom: 1px solid rgba(51, 51, 51, 0.3);
}
.singleRecruit__list .listItem__heading {
  line-height: 200%;
  font-size: 12px;
  font-size: 1.2rem;
}
@media screen and (min-width: 1024px) {
  .singleRecruit__list .listItem__heading {
    width: 140px;
    flex-shrink: 0;
    border-right: 1px solid rgba(51, 51, 51, 0.3);
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.singleRecruit__list .listItem__content {
  line-height: 200%;
  margin-top: 4px;
  font-size: 14px;
  font-size: 1.4rem;
}
@media screen and (min-width: 1024px) {
  .singleRecruit__list .listItem__content {
    margin-top: 0;
  }
}
.singleRecruit__button {
  margin-top: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 1024px) {
  .singleRecruit__button {
    margin-top: 80px;
  }
}

.privacy {
  max-width: 1200px;
  margin: 0 auto;
  padding: 80px 20px;
}
@media screen and (min-width: 1024px) {
  .privacy {
    padding: 120px 0;
  }
}
.privacy__title {
  margin-bottom: 40px;
}
@media screen and (min-width: 1024px) {
  .privacy__title {
    margin-bottom: 80px;
  }
}
.privacy__list {
  max-width: 800px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 40px;
  list-style-type: decimal;
}
.privacy__list .listItem {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.privacy__list .listItem__title {
  font-weight: 700;
  line-height: 200%;
  font-size: 14px;
  font-size: 1.4rem;
}
@media screen and (min-width: 1024px) {
  .privacy__list .listItem__title {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.privacy__list .listItem__description {
  line-height: 200%;
  font-size: 14px;
  font-size: 1.4rem;
}
.privacy__list .listItem ul {
  padding-left: 16px;
  list-style-type: disc;
}

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