@charset "UTF-8";
/* A Modern CSS Reset */
* {
  margin: 0;
  padding: 0;
}

*,
::before,
::after {
  border-style: solid;
  box-sizing: border-box;
  border-width: 0;
}

html {
  scroll-behavior: smooth;
}

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

ul,
ol {
  list-style: none;
}

a {
  color: inherit;
  background-color: transparent;
  text-decoration: none;
  text-decoration-skip-ink: auto;
}

img {
  width: 100%;
  display: block;
}

input,
button,
select,
textarea {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: none;
  border-radius: 0;
  background: transparent;
  font: inherit;
  outline: none;
}

textarea {
  resize: none;
}

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

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

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

summary {
  list-style: none;
  -webkit-appearance: none;
}

summary::-webkit-details-marker {
  display: none;
}

body {
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 400;
}

body {
  color: #004DA0;
  background-color: #EBF0F0;
}

html {
  font-size: 16px;
}
@media screen and (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}
@media screen and (max-width: 1166pxpx) {
  html {
    font-size: 1.372212693vw;
  }
}
@media screen and (max-width: 768px) {
  html {
    font-size: 16px;
  }
}

body.fixed {
  overflow: hidden;
  position: fixed;
  width: 100%;
  height: 100%;
}

.header {
  position: fixed;
  width: 100%;
  top: 40px;
  left: 0;
  right: 0;
  height: 3.75rem;
  z-index: 100;
}
@media screen and (max-width: 768px) {
  .header {
    top: 16px;
    width: initial;
  }
}

.header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: inherit;
  margin-left: 2.5rem;
  margin-right: 2.8125rem;
  position: relative;
  z-index: 102;
}
@media screen and (max-width: 768px) {
  .header__inner {
    margin-left: 1rem;
    margin-right: 1rem;
  }
}

.header__logo a img {
  aspect-ratio: 183/54;
  width: 11.4375rem;
  height: 3.375rem;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  .header__logo a img {
    width: 6.9375rem;
    height: auto;
    aspect-ratio: 111/33;
    position: relative;
    z-index: 102;
  }
}

.header__hamburger {
  display: none;
}
@media (max-width: 990px) {
  .header__hamburger {
    display: block;
    position: relative;
    z-index: 102;
  }
}

.header__nav {
  display: block;
  position: static;
}
@media (max-width: 990px) {
  .header__nav {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
  }
}

.footer {
  background-color: #EBF0F0;
  position: relative;
  z-index: 10;
  padding: 25.3125rem 3.875rem 2.1875rem 2.5rem;
}
@media screen and (max-width: 768px) {
  .footer {
    padding: 12.5rem 1rem 1.25rem;
  }
}
.footer__top {
  padding: 8.125rem 3.875rem 2.1875rem 2.5rem;
}
@media screen and (max-width: 768px) {
  .footer__top {
    padding: 6.25rem 1rem 1.25rem;
  }
}

.footer__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .footer__inner {
    flex-direction: column;
    align-items: start;
  }
}

.footer__logo a img {
  aspect-ratio: 183/54;
  width: 11.4375rem;
  height: 3.375rem;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  .footer__logo a img {
    width: 6.9375rem;
    height: auto;
    aspect-ratio: 111/33;
  }
}

.footer__nav {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  row-gap: 1rem;
}
@media screen and (max-width: 768px) {
  .footer__nav {
    flex-direction: column;
    align-items: start;
    margin-top: 2.5rem;
  }
}

.footer__navItem a {
  margin-right: 1.25rem;
  color: #375A87;
  text-align: center;
  font-family: "Barlow", sans-serif;
  font-size: clamp(14px, 1.39vw, 20px);
  font-weight: 400;
  letter-spacing: 1px;
  transition: color 0.3s ease;
  padding: 0.5rem 1.1875rem;
}
.footer__navItem a:hover {
  color: #89D0EC;
}

.footer__navItem--contact a {
  color: #375A87;
  text-align: center;
  font-family: "M PLUS 1p", sans-serif;
  font-size: 1.0625rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border-radius: 20px;
  background: #FFFFFF;
  margin-right: 0;
  transition: color 0.3s ease;
}
.footer__navItem--contact a:hover {
  color: #89D0EC;
}

.footer__privacyWrap {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 2.6875rem;
}
@media screen and (max-width: 768px) {
  .footer__privacyWrap {
    flex-direction: column;
    align-items: start;
    gap: 0rem;
  }
}

.footer__privacy {
  text-align: right;
  color: #375A87;
  font-family: "M PLUS 1p", sans-serif;
  font-size: 0.8125rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  transition: color 0.3s ease;
}
.footer__privacy:hover {
  color: #89D0EC;
}
@media screen and (max-width: 768px) {
  .footer__privacy {
    text-align: left;
    margin-top: 1.5rem;
  }
}

.inner {
  max-width: 1166px;
  padding-right: 2.5rem;
  padding-left: 2.5rem;
}
@media screen and (max-width: 768px) {
  .inner {
    width: 100%;
    padding-right: 1rem;
    padding-left: 1rem;
    margin-right: auto;
    margin-left: auto;
  }
}

@media (max-width: 990px) {
  .hamburger {
    background-color: #FFFFFF;
    border-radius: 62.4375rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: 0.3s ease-in-out;
    padding: 0.875rem 0.75rem;
    gap: 0.25rem;
    width: 2.1875rem;
    height: 2.1875rem;
    margin-left: auto;
  }
}
.hamburger:hover {
  gap: 0.25rem;
  background-color: #004DA0;
}

.hamburger span {
  display: block;
  width: 20px;
  height: 1px;
  background-color: #44484D;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 768px) {
  .hamburger span {
    width: 12px;
  }
}

.hamburger:hover span {
  background-color: #FFFFFF;
}

.hamburger.open {
  background-color: #004DA0;
}

.hamburger.open span {
  background-color: #FFFFFF;
}

.hamburger.open:hover {
  gap: 0.375rem;
}

.hamburger.open span:first-child {
  transform: translateY(4px) rotate(45deg);
}
@media screen and (max-width: 768px) {
  .hamburger.open span:first-child {
    transform: translateY(4px) rotate(45deg);
  }
}

.hamburger.open span:nth-child(2) {
  transform: translateY(-3px) rotate(-45deg);
}
@media screen and (max-width: 768px) {
  .hamburger.open span:nth-child(2) {
    transform: translateY(-3px) rotate(-45deg);
  }
}

.header-nav {
  border-radius: 30px;
  background: rgba(235, 240, 240, 0.8);
  backdrop-filter: blur(5px);
  opacity: 1;
  padding-left: 1.125rem;
  padding-right: 1.125rem;
}
@media (max-width: 990px) {
  .header-nav {
    position: fixed;
    top: 0;
    right: 0;
    overflow-y: initial;
    background-color: initial;
    width: 50vw;
    height: 100vh;
    margin-left: auto;
    background-color: #EBF0F0;
    border-radius: 0 0 0 6.25rem;
  }
}
@media screen and (max-width: 768px) {
  .header-nav {
    position: fixed;
    top: 0;
    right: 0;
    width: 100vw;
    height: 100vh;
    margin-left: auto;
    border-radius: 0 0 0 6.25rem;
  }
}

.header-nav__items {
  display: flex;
  flex-direction: row;
  align-items: center;
}
@media (max-width: 990px) {
  .header-nav__items {
    flex-direction: column;
    align-items: flex-start;
    gap: 1.125rem;
    padding-top: 1.125rem;
    padding-left: 1.125rem;
    padding-right: 1.125rem;
    margin-top: 6.25rem;
  }
}

@media screen and (max-width: 768px) {
  .header-nav__item {
    height: inherit;
  }
}

.header-nav__item a {
  color: #375A87;
  text-align: center;
  font-family: "Barlow", sans-serif;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 1px;
  display: block;
  padding: 1.125rem;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 768px) {
  .header-nav__item a {
    height: inherit;
    display: flex;
    align-items: center;
    padding-bottom: 1.125rem;
    padding-top: 1.125rem;
  }
}

.header-nav__item a:hover {
  color: #89D0EC;
}

.header-nav__item--contact a {
  color: #375A87;
  text-align: center;
  font-family: "M PLUS 1p", sans-serif;
  font-size: 1.0625rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  background-color: #FFFFFF;
  padding: 0.5rem 1.1875rem;
  border-radius: 62.4375rem;
}

.loading {
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: start;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  background-color: #89D0EC;
  padding-top: 7.9375rem;
  padding-left: 11rem;
}
@media screen and (max-width: 768px) {
  .loading {
    padding-left: 1rem;
  }
}

.loading-effect {
  width: 9ch;
  animation: typing 1s steps(6), effect 0.5s step-end alternate, fadeIn 0.1s forwards;
  white-space: nowrap;
  overflow: hidden;
  border-right: 3px solid;
  color: #FFFFFF;
  font-family: "M PLUS 1p", sans-serif;
  font-size: 7.64vw;
  font-style: normal;
  line-height: normal;
  font-weight: 300;
  letter-spacing: 11px;
  opacity: 0;
}
@media screen and (max-width: 768px) {
  .loading-effect {
    font-size: 3.6875rem;
    width: 10ch;
  }
}

.loading-effect--2 {
  animation: typing 1s steps(6), effect 0.5s step-end alternate, fadeIn 0.1s forwards;
  white-space: nowrap;
  line-height: 144%;
  width: 10ch;
  margin-top: -0.1875rem;
  animation-delay: 1s;
  opacity: 0;
}
@media screen and (max-width: 768px) {
  .loading-effect--2 {
    width: 10ch;
  }
}

.loading-effect--3 {
  animation: typing 0.5s steps(3), effect 0.5s step-end alternate, fadeIn 0.1s forwards;
  width: 6ch;
  margin-top: 0.375rem;
  animation-delay: 2s;
  opacity: 0;
}
@media screen and (max-width: 768px) {
  .loading-effect--3 {
    width: 6ch;
  }
}

@keyframes typing {
  from {
    width: 0;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.section-title h2 {
  font-family: "Barlow", sans-serif;
  font-size: 4.6875rem;
  font-style: normal;
  font-weight: 200;
  line-height: 100%;
}
@media screen and (max-width: 768px) {
  .section-title h2 {
    font-size: 3.75rem;
  }
}

.section-title__jp {
  font-family: "M PLUS 1p", sans-serif;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-top: 0.625rem;
  display: block;
}
@media screen and (max-width: 768px) {
  .section-title__jp {
    font-size: 1rem;
  }
}

.btn-readmore a {
  padding: 0.5625rem 2.375rem;
  border-radius: 25px;
  display: inline-block;
  transition: all 0.5s ease;
}
@media screen and (max-width: 768px) {
  .btn-readmore a {
    padding: 0.375rem 1.5rem;
  }
}

.btn-readmore__text {
  text-align: center;
  text-align: center;
  font-family: "Barlow", sans-serif;
  font-size: 1.5625rem;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}
@media screen and (max-width: 768px) {
  .btn-readmore__text {
    font-size: 1.125rem;
  }
}

.btn-readmore--gray a {
  background-color: #EBF0F0;
}
.btn-readmore--gray a:hover {
  background-color: #004DA0;
}
.btn-readmore--gray a:hover .btn-readmore__text {
  color: #FFFFFF;
}

.btn-readmore--gray a .btn-readmore__text {
  color: #004DA0;
}

.btn-readmore--white a {
  background-color: #FFFFFF;
}
.btn-readmore--white a:hover {
  background-color: #89D0EC;
}
.btn-readmore--white a:hover .btn-readmore__text {
  color: #004DA0;
}

.btn-readmore--white a .btn-readmore__text {
  color: #004DA0;
}

.btn-readmore--lightBlue a {
  background-color: #89D0EC;
}
.btn-readmore--lightBlue a:hover {
  background-color: #004DA0;
}
.btn-readmore--lightBlue a:hover .btn-readmore__text {
  color: #FFFFFF;
}

.template-mv {
  background-color: #EBF0F0;
  overflow: hidden;
  padding-top: 8.9375rem;
  padding-bottom: 5.125rem;
  position: relative;
  border-radius: 0 0 0 150px;
  z-index: 3;
}
@media screen and (max-width: 768px) {
  .template-mv {
    padding-top: 6.25rem;
    padding-bottom: 0;
    border-radius: 0 0 0 30px;
  }
}

.template-mv__bg {
  position: absolute;
  top: 47.89%;
  left: -10px;
  width: 100%;
  max-width: 40.1875rem;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .template-mv__bg {
    top: 88px;
    min-width: 17.125rem;
  }
}
.template-mv__bg svg {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 1440px) {
  .template-mv__bg svg {
    width: 44.6527777778vw;
  }
}
@media screen and (max-width: 768px) {
  .template-mv__bg svg {
    width: 17.125rem !important;
  }
}

@media screen and (max-width: 768px) {
  .template-mv__bg--noimg {
    top: 118px;
    min-width: 17.125rem;
  }
}
@media screen and (max-width: 768px) {
  .template-mv__bg--noimg svg {
    scale: 1.5;
  }
}

.template-mv__inner {
  display: flex;
  align-items: end;
  justify-content: space-between;
  margin-left: 12.2vw;
  gap: 5rem;
}
@media screen and (max-width: 768px) {
  .template-mv__inner {
    flex-direction: column;
    margin-left: 0;
    padding-left: 1rem;
    gap: 0;
    align-items: start;
    justify-content: initial;
  }
}
.template-mv__inner--noimg {
  margin-top: 25rem;
}
@media screen and (max-width: 768px) {
  .template-mv__inner--noimg {
    margin-top: 0.875rem;
    padding-bottom: 0.5rem;
  }
}

.template-mv__title {
  margin-bottom: 1.5625rem;
}
@media screen and (max-width: 768px) {
  .template-mv__title {
    margin-bottom: 0;
  }
}

.template-mv__titleEn {
  color: #004DA0;
  font-family: "Barlow", sans-serif;
  font-size: 7.64vw;
  font-style: normal;
  font-weight: 200;
  line-height: 100%; /* 110px */
}
@media screen and (max-width: 768px) {
  .template-mv__titleEn {
    font-size: 3.75rem;
  }
}

.template-mv__titleJp {
  color: #004DA0;
  font-family: "M PLUS 1p", sans-serif;
  font-size: 2.5vw;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
@media screen and (max-width: 768px) {
  .template-mv__titleJp {
    font-size: 1rem;
  }
}

.template-mv__img {
  aspect-ratio: 763/445;
  width: 100%;
  max-width: 47.6875rem;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  .template-mv__img {
    width: 85.13vw;
    margin-left: auto;
    margin-top: 1.125rem;
  }
}

.page-marginrates {
  padding-top: 0;
  padding-bottom: 0;
}

.archive-pagination {
  display: flex;
  justify-content: center;
  margin-top: 5rem;
}

.page-numbers {
  display: flex;
  gap: 0.5rem;
  color: #FFFFFF;
  font-family: "M PLUS 1p", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
  width: 2.3125rem;
  height: 2.3125rem;
  border-radius: 50%;
  transition: color 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .page-numbers {
    font-size: 1rem;
  }
}
.page-numbers a {
  color: #004DA0;
  font-family: "M PLUS 1p", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
  width: 2.3125rem;
  height: 2.3125rem;
  border-radius: 50%;
  transition: color 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #FFFFFF;
}
@media screen and (max-width: 768px) {
  .page-numbers a {
    font-size: 1rem;
  }
}

.current,
.page-numbers.current {
  color: #FFFFFF;
  background-color: #004DA0;
}

.top-mv {
  position: sticky;
  top: 0;
  height: 100vh;
  width: 100%;
  overflow: hidden;
  z-index: 1;
}

.top-mv__inner {
  padding-top: 8rem;
  position: relative;
  height: inherit;
  width: inherit;
}

.top-mv__bg--left {
  position: absolute;
  top: 0;
  left: 17.64%;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .top-mv__bg--left {
    left: 1%;
  }
}

.top-mv__bg--right {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  width: 55%;
  height: 27%;
}

.top-mv__titleWrap {
  padding-left: 11rem;
}
@media screen and (max-width: 768px) {
  .top-mv__titleWrap {
    padding-left: 1rem;
  }
}

.top-mv__title {
  color: #004DA0;
  font-family: "M PLUS 1p", sans-serif;
  font-size: 7.64vw;
  font-style: normal;
  font-weight: 300;
  line-height: 144%;
  letter-spacing: 11px;
}
@media screen and (max-width: 768px) {
  .top-mv__title {
    font-size: 3.6875rem;
  }
}

.top-mv__title--white {
  color: #FFFFFF;
  line-height: normal;
  margin-top: 0.4375rem;
  display: block;
}

.top-mv__movie {
  position: absolute;
  top: 27.6875rem;
  left: 0;
  width: 100%;
  height: 36.3125rem;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .top-mv__movie {
    top: 18.5625rem;
  }
}

.top-mv__movie video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  aspect-ratio: 1440/581;
  border-radius: 12.5rem 0 0 0;
}
@media screen and (max-width: 768px) {
  .top-mv__movie video {
    border-radius: 6.25rem 0 0 0;
  }
}

.top-about {
  background-color: #89D0EC;
  position: relative;
  z-index: 10;
  padding-top: 5rem;
  padding-bottom: 19.3125rem;
  border-radius: 0px 9.375rem 0px 0px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .top-about {
    padding-top: 4rem;
    padding-bottom: 15.625rem;
    border-radius: 0px 3.75rem 0px 0px;
  }
}

.top-about__inner {
  max-width: 37.5625rem;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .top-about__inner {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.top-about__title h2 {
  color: #EBF0F0;
}

.top-about__cont {
  margin-top: 3.8125rem;
}
@media screen and (max-width: 768px) {
  .top-about__cont {
    margin-top: 1.875rem;
  }
}

.top-about__subText {
  color: #004DA0;
  font-family: "M PLUS 1p", sans-serif;
  font-size: 3.125rem;
  font-style: normal;
  font-weight: 300;
  line-height: 150%;
  letter-spacing: 5px;
}
@media screen and (max-width: 768px) {
  .top-about__subText {
    font-size: 2rem;
  }
}

.top-about__textWrap {
  margin-top: 8.5rem;
}
@media screen and (max-width: 768px) {
  .top-about__textWrap {
    margin-top: 4.9375rem;
  }
}

.top-about__textWrap p {
  color: #004DA0;
  font-family: "M PLUS 1p", sans-serif;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
  letter-spacing: 1px;
}
@media screen and (max-width: 768px) {
  .top-about__textWrap p {
    font-size: 0.875rem;
  }
}

.top-about__btnWrap {
  margin-top: 2.75rem;
}

.top-about__btn {
  text-align: center;
}

.top-about__bg {
  position: absolute;
  top: 0;
  left: 16.9%;
  z-index: -1;
}
@media screen and (min-width: 1800px) {
  .top-about__bg {
    left: 17.2%;
  }
}
@media screen and (max-width: 768px) {
  .top-about__bg {
    left: 0.9%;
  }
}
.top-about__bg__bg .about-circle {
  transition: transform 0.1s linear;
  transform-origin: center;
}
@media screen and (max-width: 768px) {
  .top-about__bg::after {
    content: "";
    position: absolute;
    top: 334px;
    left: 319px;
    width: 0.625rem;
    height: 0.625rem;
    border-radius: 50%;
    background-color: #EBF0F0;
  }
}

.top-service {
  background-color: #FFFFFF;
  position: relative;
  z-index: 10;
  padding-top: 5rem;
  padding-bottom: 5.25rem;
  margin-top: -12.125rem;
  overflow: hidden;
  border-radius: 9.375rem 0px 0px 0px;
}
@media screen and (max-width: 768px) {
  .top-service {
    padding-top: 4.625rem;
    padding-bottom: 4rem;
    border-radius: 3.75rem 0px 0px 0px;
  }
}

.top-service__bg {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}

.top-service__inner {
  max-width: 50.375rem;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .top-service__inner {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.top-service__title {
  margin-left: 6.25rem;
}
@media screen and (max-width: 768px) {
  .top-service__title {
    margin-left: 0;
  }
}

.top-service__items {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 3.75rem;
  margin-top: 5rem;
}
@media screen and (max-width: 768px) {
  .top-service__items {
    margin-top: 4.0625rem;
  }
}

.top-service__item {
  width: 14.1875rem;
  height: 14.1875rem;
  border-radius: 50%;
  background-color: #89D0EC;
  display: flex;
  justify-content: center;
  position: relative;
  transition: all 0.3s ease;
}

.top-service__normal h3 {
  margin-top: 0.3125rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.top-service__normal--num {
  color: #004DA0;
  text-align: center;
  font-family: "M PLUS 1p", sans-serif;
  font-size: 3.125rem;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  padding-bottom: 0.25rem;
  border-bottom: 2px solid #EBF0F0;
  text-align: center;
}
.top-service__normal--text {
  color: #004DA0;
  text-align: center;
  font-family: "M PLUS 1p", sans-serif;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 2.4px;
  margin-top: 1.9375rem;
  display: block;
}
.top-service__normal--text__br {
  margin-top: 1.3125rem;
}

.top-service__hover {
  display: none;
}

.top-service__item:hover {
  background-color: #EBF0F0;
}
.top-service__item:hover .top-service__normal {
  display: none;
}
.top-service__item:hover .top-service__hover {
  display: block;
}

.top-service__hover--palt {
  font-feature-settings: "palt";
}

.top-service__hover {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.top-service__hover p {
  color: #004da0;
  text-align: center;
  font-family: "M PLUS 1p", sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 26px; /* 162.5% */
  letter-spacing: 0.8px;
}
.top-service__hover .top-service__hover--back {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
  z-index: -1;
}

.top-service__btnWrap {
  margin-top: 5.8125rem;
  text-align: center;
}

.top-news {
  background-color: #EBF0F0;
  position: relative;
  z-index: 10;
  padding-top: 5rem;
  padding-bottom: 17.375rem;
}

.top-news__bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .top-news__bg {
    right: 16px;
  }
}
.top-news__bg svg {
  overflow: visible;
}
@media screen and (max-width: 768px) {
  .top-news__bg svg {
    scale: 0.5;
  }
}

.top-news__inner {
  max-width: 37.5rem;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .top-news__inner {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.top-news__title h2 {
  color: #43bfef;
}

.top-news__items {
  margin-top: 5rem;
}

.top-news__item a {
  display: flex;
  gap: 2.8125rem;
  align-items: start;
  padding-bottom: 1.875rem;
  padding-top: 1.875rem;
  border-bottom: 1px solid #FFFFFF;
  transition: all 0.3s ease;
}
.top-news__item a:hover {
  opacity: 0.7;
}

.top-news__item--no-content {
  display: flex;
  gap: 2.8125rem;
  align-items: start;
  padding-bottom: 1.875rem;
  padding-top: 1.875rem;
  border-bottom: 1px solid #FFFFFF;
  cursor: default;
}

.top-news__item:first-child a {
  padding-top: 0;
}
.top-news__item:first-child .top-news__item--no-content {
  padding-top: 0;
}

.top-news__item:last-child a {
  border-bottom: none;
}
.top-news__item:last-child .top-news__item--no-content {
  border-bottom: none;
}

.top-news__item--date {
  color: #004DA0;
  font-family: "M PLUS 1p", sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.8px;
  width: 6.0625rem;
}

.top-news__item--title {
  color: #004DA0;
  font-family: "M PLUS 1p", sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0.8px;
  flex: 1;
}

.top-news__btnWrap {
  text-align: center;
  margin-top: 5rem;
}
@media screen and (max-width: 768px) {
  .top-news__btnWrap {
    margin-top: 3.75rem;
  }
}

.top-recruit {
  background-color: #004DA0;
  position: relative;
  z-index: 10;
  padding-top: 5rem;
  padding-bottom: 7.875rem;
  margin-top: -11.625rem;
  border-radius: 0 9.375rem 0 0;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .top-recruit {
    border-radius: 0 3.75rem 0 0;
  }
}

.top-recruit__title h2 {
  color: #43bfef;
}

.top-recruit__inner {
  max-width: 74.26vw;
  width: 100%;
  margin-left: auto;
  padding-left: 1rem;
}
@media screen and (max-width: 768px) {
  .top-recruit__inner {
    padding-right: 1rem;
    margin-left: initial;
  }
}

.top-recruit__cont {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 5rem;
}
@media screen and (max-width: 768px) {
  .top-recruit__cont {
    flex-direction: column;
    margin-top: 3.75rem;
  }
}

.top-recruit__textWrap h3 {
  color: #FFFFFF;
  font-family: "M PLUS 1p", sans-serif;
  font-size: 3.125rem;
  font-style: normal;
  font-weight: 300;
  line-height: 150%; /* 75px */
  letter-spacing: 5px;
  text-wrap: nowrap;
}
@media screen and (max-width: 768px) {
  .top-recruit__textWrap h3 {
    font-size: 2rem;
  }
}

.top-recruit__text {
  margin-top: 4.375rem;
}
@media screen and (max-width: 768px) {
  .top-recruit__text {
    margin-top: 2.5rem;
  }
}
.top-recruit__text p {
  color: #FFFFFF;
  font-family: "M PLUS 1p", sans-serif;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: 180%; /* 36px */
  letter-spacing: 1px;
}
@media screen and (max-width: 768px) {
  .top-recruit__text p {
    font-size: 1rem;
  }
}
.top-recruit__text p:last-child {
  margin-top: 2.25rem;
}
@media screen and (max-width: 768px) {
  .top-recruit__text p:last-child {
    margin-top: 1.25rem;
  }
}

.top-recruit__imgWrap {
  position: relative;
  width: 36vw;
  height: 32.5vw;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .top-recruit__imgWrap {
    margin-top: 2.5rem;
    margin-right: -13.25rem;
    margin-left: auto;
    width: 32.4375rem;
    height: 29.24875rem;
  }
}
.top-recruit__imgWrap--bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.top-recruit__imgWrap--bg svg {
  overflow: visible;
  width: 50vw;
  height: 32.7vw;
}
@media screen and (max-width: 768px) {
  .top-recruit__imgWrap--bg svg {
    width: 45rem;
    height: 29.4375rem;
  }
}

.top-recruit__img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 2px;
  left: 2px;
}
.top-recruit__img picture {
  display: block;
  width: 100%;
  height: 100%;
}
.top-recruit__img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.top-recruit__btnWrap {
  text-align: center;
  margin-top: 4.5rem;
}

.top-contact {
  background-color: #004DA0;
  position: relative;
  z-index: 10;
}

.top-contact__titleWrap {
  background-color: #89D0EC;
  padding: 1.9375rem 0;
  border-radius: 6.25rem 6.25rem 0 0;
  max-width: 51.3125rem;
  width: 90%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .top-contact__titleWrap {
    padding: 1.25rem 0;
  }
}

.top-contact__title h2 {
  color: #004DA0;
  text-align: center;
  font-family: "Barlow", sans-serif;
  font-size: 4.875rem;
  font-style: normal;
  font-weight: 200;
  line-height: 150%; /* 117px */
  letter-spacing: 5px;
}
@media screen and (max-width: 768px) {
  .top-contact__title h2 {
    font-size: 3.125rem;
  }
}
.top-contact__title--jp {
  color: #004DA0;
  text-align: center;
  font-family: "M PLUS 1p", sans-serif;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 30px */
  letter-spacing: 1px;
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .top-contact__title--jp {
    font-size: 1rem;
  }
}

.top-contact__inner {
  background-color: #EBF0F0;
}

.top-contact__cont {
  background-color: #FFFFFF;
  padding: 2.625rem 0 3.3125rem;
  border-radius: 0 0 6.25rem 6.25rem;
  max-width: 51.3125rem;
  width: 90%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .top-contact__cont {
    padding: 1.75rem 0 1.875rem;
  }
}

.top-contact__text {
  color: #004DA0;
  text-align: center;
  font-family: "M PLUS 1p", sans-serif;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: 40px;
}
@media screen and (max-width: 768px) {
  .top-contact__text {
    font-size: 1rem;
    line-height: 180%;
  }
}

.top-contact__btnWrap {
  text-align: center;
  margin-top: 3.125rem;
}
@media screen and (max-width: 768px) {
  .top-contact__btnWrap {
    margin-top: 1.5rem;
  }
}

.about-philosophy {
  background-color: #89D0EC;
  margin-top: -9.375rem;
  padding-top: 18.75rem;
  padding-bottom: 20.625rem;
}

.about-philosophy__inner {
  max-width: 67.875rem;
  width: 100%;
  margin: 0 auto;
  padding: 4.8125rem 4.3125rem;
  background-color: #FFFFFF;
  border-radius: 6.25rem;
}
@media screen and (max-width: 768px) {
  .about-philosophy__inner {
    padding: 2.25rem 2.625rem;
    border-radius: 3.75rem;
  }
}

.about-philosophy__title h2 {
  color: #89D0EC;
}
@media screen and (max-width: 768px) {
  .about-philosophy__title h2 {
    font-size: 2.5rem;
  }
}

.about-philosophy__cont {
  margin-top: 2.25rem;
}
@media screen and (max-width: 768px) {
  .about-philosophy__cont {
    margin-top: 1.5rem;
  }
}

.about-philosophy__textWrap p {
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 400;
  line-height: 180%;
  letter-spacing: 3.3px;
  font-size: 2.25rem;
}
@media screen and (max-width: 768px) {
  .about-philosophy__textWrap p {
    font-size: 1.25rem;
  }
}

.about-philosophy__value {
  max-width: 67.875rem;
  width: 100%;
  margin: 0 auto;
  padding: 0 4.3125rem;
  display: flex;
  align-items: start;
  gap: 7.6875rem;
  margin-top: 6.5rem;
}
@media screen and (max-width: 768px) {
  .about-philosophy__value {
    margin-top: 3.75rem;
    flex-direction: column;
    padding: 0 2.625rem;
    gap: 1.875rem;
  }
}

.about-philosophy__value-title {
  color: #FFFFFF;
  font-family: "Barlow", sans-serif;
  font-size: 3.75rem;
  font-style: normal;
  font-weight: 200;
  line-height: 100%;
}

.about-philosophy__value-title-jp {
  color: #FFFFFF;
  font-family: "M PLUS 1p", sans-serif;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-top: 0.5rem;
  display: block;
}

.about-philosophy__value-item {
  padding-left: 3rem;
  margin-top: 2.25rem;
  position: relative;
}
.about-philosophy__value-item:first-child {
  margin-top: 0;
}
.about-philosophy__value-item::before {
  content: "";
  display: block;
  width: 1.5rem;
  height: 0.0625rem;
  background-color: #004DA0;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.about-philosophy__value-item p {
  color: #004DA0;
  font-family: "M PLUS 1p", sans-serif;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 2px;
}

.about-company {
  background-color: #fcfcfc;
  padding-top: 10.625rem;
  margin-top: -9.375rem;
  border-radius: 0px 9.375rem 0px 0px;
}
@media screen and (max-width: 768px) {
  .about-company {
    padding-top: 6.25rem;
    border-radius: 0px 3.75rem 0px 0px;
  }
}

.about-company__inner {
  margin: 0 auto;
}

.about-company__cont {
  max-width: 53.125rem;
  width: 100%;
  margin: 6.25rem auto 0;
}
@media screen and (max-width: 768px) {
  .about-company__cont {
    margin: 3.75rem auto 0;
  }
}

.about-company__list {
  display: flex;
  align-items: start;
  gap: 9.9375rem;
  padding: 1.25rem 2.5rem;
  border-bottom: 0.125rem solid #EBF0F0;
}
@media screen and (max-width: 768px) {
  .about-company__list {
    gap: 1rem;
    flex-direction: column;
    padding: 1.25rem 1.25rem;
  }
}
.about-company__list dt {
  color: #004DA0;
  font-family: "M PLUS 1p", sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 26px; /* 162.5% */
  letter-spacing: 0.8px;
  width: 5.25rem;
}
.about-company__list dd {
  color: #60666D;
  font-family: "M PLUS 1p", sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 26px; /* 162.5% */
  letter-spacing: 0.8px;
}

.about-company__map {
  display: block;
  aspect-ratio: 371/180;
  max-width: 23.1875rem;
  margin-top: 0.5rem;
}
@media screen and (max-width: 768px) {
  .about-company__map {
    width: 100%;
  }
}
.about-company__map iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

.about-company__bank {
  display: block;
  margin-top: 0.5rem;
}

.about-company__certification {
  display: block;
  margin-top: 0.5rem;
}

.about-company__other {
  display: block;
  margin-top: 0.5rem;
}

.about-history {
  padding-top: 8.625rem;
  background-color: #fcfcfc;
}
@media screen and (max-width: 768px) {
  .about-history {
    overflow: hidden;
  }
}

.about-history__title {
  max-width: 53.5625rem;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .about-history__title {
    max-width: initial;
    padding-left: 1rem;
    margin: initial;
  }
}
.about-history__title h2 {
  color: #89D0EC;
}

.about-history__cont {
  margin-top: 3.25rem;
  width: 100%;
  max-width: 75.125rem;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .about-history__cont {
    min-width: 29.375rem;
    padding-left: 1rem;
    width: 90%;
  }
}
.about-history__cont img {
  width: 100%;
}

.about-access {
  padding-top: 10.625rem;
  padding-bottom: 10.625rem;
  background-color: #89D0EC;
}
@media screen and (max-width: 768px) {
  .about-access {
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
  }
}

.about-access__inner {
  margin: 0 auto;
}

.about-access__title h2 {
  color: #FFFFFF;
}

.about-access__cont {
  margin-top: 6.25rem;
}
@media screen and (max-width: 768px) {
  .about-access__cont {
    margin-top: 3.75rem;
  }
}

.about-access__address {
  color: #004DA0;
  font-family: "M PLUS 1p", sans-serif;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: 180%; /* 36px */
  letter-spacing: 1px;
}
@media screen and (max-width: 768px) {
  .about-access__address {
    font-size: 1rem;
  }
}

.about-access__map {
  display: block;
  width: 100%;
  max-width: 67.875rem;
  height: 24.9375rem;
  margin-top: 2.5rem;
}
@media screen and (max-width: 768px) {
  .about-access__map {
    margin-top: 1.5rem;
    height: 12.5rem;
  }
}
.about-access__map iframe {
  width: 100%;
  height: 100%;
}

.about-access__subway {
  margin-top: 2.5rem;
}
@media screen and (max-width: 768px) {
  .about-access__subway {
    margin-top: 1.5rem;
  }
}
.about-access__subway p {
  color: #004DA0;
  font-family: "M PLUS 1p", sans-serif;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: 180%; /* 36px */
  letter-spacing: 1px;
  margin-top: 0.5rem;
}
@media screen and (max-width: 768px) {
  .about-access__subway p {
    font-size: 1rem;
  }
}
.about-access__subway p:first-child {
  margin-top: 0;
}

.service {
  padding-top: 20rem;
  padding-bottom: 20rem;
  background-color: #89D0EC;
  margin-top: -9.375rem;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .service {
    padding-top: 12.5rem;
    padding-bottom: 6.25rem;
    margin-top: -6.25rem;
  }
}
.service__card {
  opacity: 0;
  will-change: transform, opacity;
}
.service__card--white, .service__card--blue {
  position: relative;
  overflow: hidden;
}

.service__card {
  padding-top: 5.375rem;
  padding-bottom: 9.125rem;
  max-width: 79.0625rem;
  margin-top: -4.75rem;
}
@media screen and (max-width: 768px) {
  .service__card {
    padding-top: 2.5rem;
    padding-bottom: 5rem;
    margin-top: -2.5rem;
  }
}
.service__card:first-child {
  margin-top: 0;
}
.service__card:last-child {
  padding-bottom: 4.75rem;
}
@media screen and (max-width: 768px) {
  .service__card:last-child {
    padding-bottom: 2.5rem;
  }
}

.service__card--white {
  background-color: #FFFFFF;
  border-radius: 9.375rem 0px 0px 9.375rem;
  margin-left: auto;
  padding-left: 3.8125rem;
  padding-right: 3.8125rem;
}
@media screen and (max-width: 768px) {
  .service__card--white {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
    border-radius: 1.875rem 0px 0px 1.875rem;
  }
}

.service__card--blue {
  background-color: #e5edf5;
  border-radius: 0px 9.375rem 9.375rem 0px;
  margin-right: auto;
  padding-right: 3.8125rem;
  padding-left: 3.8125rem;
}
@media screen and (max-width: 768px) {
  .service__card--blue {
    padding-right: 1.875rem;
    padding-left: 1.875rem;
    border-radius: 0px 1.875rem 1.875rem 0px;
  }
}

.service__cardTitle h2 {
  color: #004DA0;
  font-family: "M PLUS 1p", sans-serif;
  font-size: 3.75rem;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}
@media screen and (max-width: 768px) {
  .service__cardTitle h2 {
    font-size: 2.25rem;
  }
}

.service__card--blue-inner {
  margin-left: auto;
  max-width: 60.5rem;
  width: 100%;
}

.service__cardCont {
  max-width: 60.5rem;
  width: 100%;
  margin-top: 2rem;
}
@media screen and (max-width: 768px) {
  .service__cardCont {
    margin-top: 1.5rem;
  }
}

.service__cardImgtag {
  display: flex;
  align-items: start;
  gap: 4.0625rem;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .service__cardImgtag {
    gap: 1rem;
  }
}
.service__cardImgtag img {
  aspect-ratio: 439/256;
  max-width: 27.4375rem;
  object-fit: cover;
  flex: 1;
}
@media screen and (max-width: 768px) {
  .service__cardImgtag img {
    width: 100%;
  }
}

.service__cardtags {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
@media screen and (max-width: 768px) {
  .service__cardtags {
    gap: 0.5rem;
    width: 100%;
  }
}
.service__cardtags li {
  color: #FFFFFF;
  font-family: "M PLUS 1p", sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 26px; /* 162.5% */
  letter-spacing: 0.8px;
  width: 29rem;
  background-color: #64809d;
  border-radius: 8px;
  text-align: center;
  padding: 0.4375rem 1.5rem;
}
@media screen and (max-width: 768px) {
  .service__cardtags li {
    width: 100%;
    font-size: 0.75rem;
    padding: 0.25rem 0.75rem;
  }
}

.service__cardText {
  color: #004DA0;
  font-family: "M PLUS 1p", sans-serif;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: 180%; /* 36px */
  letter-spacing: 1px;
  max-width: 60.5rem;
  width: 100%;
  margin-top: 1.5rem;
}
@media screen and (max-width: 768px) {
  .service__cardText {
    margin-top: 1rem;
    font-size: 1rem;
  }
}

.service-skill {
  padding-top: 6.25rem;
  padding-bottom: 10.625rem;
  background-color: #FFFFFF;
  border-radius: 0 9.375rem 0px 0px;
  margin-top: -9.375rem;
}
@media screen and (max-width: 768px) {
  .service-skill {
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
    margin-top: -1.875rem;
    border-radius: 0 1.875rem 0px 0px;
  }
}

.service-skill__inner {
  margin: 0 auto;
}

.service-skill__title h2 {
  color: #89D0EC;
}

.service-skill__cont {
  margin-top: 5.375rem;
  display: flex;
  flex-direction: column;
  gap: 3.3125rem;
}
@media screen and (max-width: 768px) {
  .service-skill__cont {
    gap: 1.875rem;
    margin-top: 2.5rem;
  }
}

.service-skill__box {
  max-width: 58.75rem;
  width: 100%;
  margin: 0 auto;
}
.service-skill__box h3 {
  color: #FFFFFF;
  font-family: "M PLUS 1p", sans-serif;
  font-size: 2rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 1.6px;
  background-color: #004DA0;
  padding: 0 3.25rem;
  border-radius: 1.875rem;
  display: inline-block;
  margin-left: 2.8125rem;
}
@media screen and (max-width: 768px) {
  .service-skill__box h3 {
    margin-left: 1.25rem;
    font-size: 1.25rem;
    padding: 0 1.5rem;
  }
}
.service-skill__box ul {
  border: 2px solid #004DA0;
  border-radius: 3.75rem;
  padding: 3.3125rem 3.0625rem;
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  margin-top: -1.5625rem;
}
@media screen and (max-width: 768px) {
  .service-skill__box ul {
    margin-top: -0.9375rem;
    padding: 1.875rem 1.5rem;
    gap: 0.5rem;
    border-radius: 1.875rem;
    justify-content: center;
  }
}
.service-skill__box ul li {
  color: #004DA0;
  width: 16rem;
  background-color: #EBF0F0;
  border-radius: 1rem;
  padding: 0.375rem 1.5rem;
  text-align: center;
  font-family: "M PLUS 1p", sans-serif;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: 180%; /* 36px */
  letter-spacing: 1px;
}
@media screen and (max-width: 768px) {
  .service-skill__box ul li {
    width: 8.75rem;
    font-size: 0.875rem;
    padding: 0.25rem 0.5rem;
  }
}

.news-archive {
  background-color: #89D0EC;
  padding-top: 20.625rem;
  padding-bottom: 11.25rem;
  margin-top: -9.375rem;
}
@media screen and (max-width: 768px) {
  .news-archive {
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
    margin-top: -1.875rem;
  }
}

.news-archive__inner {
  margin: 0 auto;
}

.news-archive__list {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
@media screen and (max-width: 768px) {
  .news-archive__list {
    gap: 1rem;
  }
}

.news-archive__item a {
  background-color: #FFFFFF;
  padding: 1.5rem;
  display: block;
  transition: border-radius 0.3s ease;
}
@media screen and (max-width: 768px) {
  .news-archive__item a {
    padding: 1rem;
  }
}

.news-archive__item--no-content {
  background-color: #FFFFFF;
  padding: 1.5rem;
  display: block;
  cursor: default;
  transition: border-radius 0.3s ease;
}
@media screen and (max-width: 768px) {
  .news-archive__item--no-content {
    padding: 1rem;
  }
}

.news-archive__top {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.news-archive__date {
  color: #60666D;
  font-family: "Barlow", sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .news-archive__date {
    font-size: 0.875rem;
  }
}

.news-archive__category {
  background-color: #004DA0;
  color: #FFFFFF;
  font-family: "M PLUS 1p", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.7px;
  padding: 0.25rem 0.75rem;
  border-radius: 999px;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .news-archive__category {
    font-size: 0.75rem;
    padding: 0.1875rem 0.5rem;
  }
}

.news-archive__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 1rem;
  min-height: 3rem;
}
@media screen and (max-width: 768px) {
  .news-archive__bottom {
    margin-top: 0.25rem;
  }
}
.news-archive__bottom svg {
  width: 3rem;
  height: 3rem;
  transition: transform 0.3s ease;
}

.news-archive__title {
  color: #004DA0;
  font-family: "M PLUS 1p", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.8px;
}
@media screen and (max-width: 768px) {
  .news-archive__title {
    font-size: 0.875rem;
  }
}

.news-archive__item a:hover,
.news-archive__item--no-content:hover {
  border-radius: 0px 3.4375rem 0px 0px;
}
@media screen and (max-width: 768px) {
  .news-archive__item a:hover,
  .news-archive__item--no-content:hover {
    border-radius: 0px 1.875rem 0px 0px;
  }
}
.news-archive__item a:hover svg,
.news-archive__item--no-content:hover svg {
  transform: translateX(0.5rem);
}

.news-single {
  background-color: #89D0EC;
  padding-top: 15.625rem;
  padding-bottom: 9.375rem;
  margin-top: -9.375rem;
}
@media screen and (max-width: 768px) {
  .news-single {
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
    margin-top: -1.875rem;
  }
}

.news-single__container {
  background-color: #FFFFFF;
  padding-top: 5rem;
  padding-bottom: 7.5rem;
  border-radius: 6.875rem;
}
@media screen and (max-width: 768px) {
  .news-single__container {
    padding-top: 2.5rem;
    padding-bottom: 5rem;
    border-radius: 1.875rem;
  }
}

.news-single__inner {
  margin: 0 auto;
  max-width: 52.375rem;
  width: 100%;
}

.news-single__cateWrap {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.news-single__date {
  color: #60666D;
  font-family: "M PLUS 1p", sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .news-single__date {
    font-size: 0.875rem;
  }
}

.news-single__category {
  color: #FFFFFF;
  font-family: "M PLUS 1p", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.7px;
  background-color: #004DA0;
  padding: 0.25rem 0.75rem;
  border-radius: 999px;
}
@media screen and (max-width: 768px) {
  .news-single__category {
    font-size: 0.75rem;
    padding: 0.1875rem 0.5rem;
  }
}

.news-single__title {
  color: #004DA0;
  font-family: "M PLUS 1p", sans-serif;
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: 2.4px;
  margin-top: 1.5rem;
}
@media screen and (max-width: 768px) {
  .news-single__title {
    font-size: 1.25rem;
    margin-top: 1rem;
  }
}

.news-single__thumb {
  margin-top: 2.25rem;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .news-single__thumb {
    margin-top: 1.5rem;
  }
}
.news-single__thumb img {
  border-radius: 2.5rem;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.news-single__content {
  margin-top: 2.25rem;
}
@media screen and (max-width: 768px) {
  .news-single__content {
    margin-top: 1.5rem;
  }
}

.news-single__content p {
  color: #60666D;
  font-family: "M PLUS 1p", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.625;
  letter-spacing: 0.8px;
  white-space: pre-wrap;
  margin-top: 0.5rem;
}
@media screen and (max-width: 768px) {
  .news-single__content p {
    font-size: 0.875rem;
  }
}

.news-single__backBtnWrap {
  margin-top: 6.25rem;
  text-align: center;
}

.news-single__backBtn {
  color: #004DA0;
  font-family: "Barlow", sans-serif;
  font-size: 1.5625rem;
  font-weight: 300;
  line-height: 1.2;
  padding: 0.625rem 8.25rem;
  border-radius: 1.5625rem;
  display: inline-block;
  background-color: #EBF0F0;
  transition: all 0.3s ease-in-out;
}
.news-single__backBtn:hover {
  background-color: #004DA0;
  color: #FFFFFF;
}

.recruite-message {
  background-color: #004DA0;
  padding-top: 20.625rem;
  padding-bottom: 6.25rem;
  margin-top: -9.375rem;
  border-radius: 0 0 3.75rem 3.75rem;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .recruite-message {
    padding-top: 6.25rem;
    padding-bottom: 3.125rem;
    margin-top: -3.75rem;
    border-radius: 0 0 0 1.875rem;
  }
}

.recruite-message__inner {
  margin: 0 auto;
}

.recruite-message__title {
  text-align: center;
  color: #89D0EC;
  font-family: "Barlow", sans-serif;
  font-size: 4.6875rem;
  font-weight: 200;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .recruite-message__title {
    font-size: 2.5rem;
  }
}

.recruite-message__cont {
  color: #FFFFFF;
  font-family: "M PLUS 1p", sans-serif;
  font-size: 1.75rem;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 1.4px;
  margin-top: 3.5rem;
}
@media screen and (max-width: 768px) {
  .recruite-message__cont {
    font-size: 1.125rem;
    margin-top: 2rem;
  }
}

.recruite-info {
  padding: 11.25rem 0 16.875rem;
  margin-top: -3.75rem;
  background-color: #89D0EC;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .recruite-info {
    padding: 6.25rem 0 9.375rem;
    margin-top: -1.875rem;
  }
}

.recruite-info__inner {
  margin: 0 auto;
}

.recruite-info__cont {
  margin-top: 5rem;
}
@media screen and (max-width: 768px) {
  .recruite-info__cont {
    margin-top: 3.75rem;
  }
}

.recruit-accordion {
  margin-top: 2.25rem;
  margin-bottom: 1.25rem;
}
@media screen and (max-width: 768px) {
  .recruit-accordion {
    margin-top: 1.25rem;
    margin-bottom: 0.625rem;
  }
}
.recruit-accordion:first-child {
  margin-top: 0;
}
.recruit-accordion__header {
  padding: 2.625rem 4.5rem 2.625rem 4.3125rem;
  border-radius: 60px;
  background-color: #FFFFFF;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: background-color 0.3s;
}
@media screen and (max-width: 768px) {
  .recruit-accordion__header {
    padding: 1.5rem 1.5rem 1.5rem 2.5rem;
  }
}
.recruit-accordion__header:hover {
  background-color: #004DA0;
  color: #FFFFFF;
}
.recruit-accordion__header:hover .recruit-accordion__title {
  color: #FFFFFF;
}
.recruit-accordion__header:hover .recruit-accordion__arrow svg path {
  stroke: #FFFFFF;
}
.recruit-accordion__title {
  color: #004DA0;
  font-family: "M PLUS 1p", sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 1px;
}
@media screen and (max-width: 768px) {
  .recruit-accordion__title {
    font-size: 1.125rem;
  }
}
.recruit-accordion__arrow {
  width: 1.25rem;
  height: 1.25rem;
  transition: transform 0.3s;
  transform: rotate(180deg);
}
.recruit-accordion__content {
  display: none;
  margin-top: 4.625rem;
  transition: opacity 0.3s;
  opacity: 0;
}
@media screen and (max-width: 768px) {
  .recruit-accordion__content {
    margin-top: 2.5rem;
  }
}
.recruit-accordion__list {
  border-top: 1px solid rgba(235, 240, 240, 0.6);
  padding: 1.5rem 3.75rem;
  display: flex;
  align-items: start;
  gap: 3.0625rem;
}
@media screen and (max-width: 768px) {
  .recruit-accordion__list {
    padding: 1rem 1.25rem;
    gap: 0.5rem;
    flex-direction: column;
  }
}
.recruit-accordion__list:last-child {
  border-bottom: 1px solid rgba(235, 240, 240, 0.6);
}
.recruit-accordion__list dt {
  color: #004DA0;
  font-family: "M PLUS 1p", sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0.9px;
  width: 10.6875rem;
}
@media screen and (max-width: 768px) {
  .recruit-accordion__list dt {
    font-size: 0.875rem;
  }
}
.recruit-accordion__list dd {
  color: #44484D;
  font-family: "M PLUS 1p", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0.8px;
  white-space: pre-wrap;
}
@media screen and (max-width: 768px) {
  .recruit-accordion__list dd {
    font-size: 0.875rem;
  }
}
.recruit-accordion.is-open .recruit-accordion__arrow {
  transform: rotate(0deg);
}
.recruit-accordion.is-open .recruit-accordion__content {
  display: block;
  opacity: 1;
}

.recruite-info__entry {
  margin-top: 7.5rem;
}
@media screen and (max-width: 768px) {
  .recruite-info__entry {
    margin-top: 3.75rem;
  }
}

.recruite-info__entry-inner {
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #004DA0;
  padding: 4rem 2.8125rem 4rem 3.3125rem;
  border-radius: 60px;
  max-width: 50.5rem;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .recruite-info__entry-inner {
    padding: 1.5rem 1.25rem;
    flex-direction: column;
    width: 90%;
    border-radius: 1.875rem;
  }
}

.recruite-info__entry-title {
  color: #FFFFFF;
  text-align: center;
  font-family: "M PLUS 1p", sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 40px; /* 166.667% */
}
@media screen and (max-width: 768px) {
  .recruite-info__entry-title {
    font-size: 1.125rem;
  }
}

@media screen and (max-width: 768px) {
  .recruite-info__entry-btn {
    margin-top: 1.25rem;
  }
}
.recruite-info__entry-btn a {
  padding: 0.625rem 4.125rem;
  background-color: #FFFFFF;
  border-radius: 1.5625rem;
  color: #004DA0;
  text-align: center;
  font-family: "M PLUS 1p", sans-serif;
  font-size: 1.5625rem;
  font-weight: 400;
  line-height: normal;
  transition: background-color 0.3s;
}
.recruite-info__entry-btn a:hover {
  background-color: #89D0EC;
}

.recruite-interview {
  padding: 7.5rem 0;
  margin-top: -3.75rem;
  background-color: #FFFFFF;
  margin-top: -9.375rem;
  position: relative;
  z-index: 3;
  border-radius: 6.875rem 0 0 0;
}
@media screen and (max-width: 768px) {
  .recruite-interview {
    padding: 3.75rem 0;
    margin-top: -3.75rem;
    border-radius: 1.875rem 0 0 0;
  }
}

.recruite-interview__inner {
  margin: 0 auto;
}

.recruite-interview__title h2 {
  color: #89D0EC;
}

.recruite-interview__cont {
  margin-top: 5.25rem;
  display: flex;
  flex-direction: column;
  gap: 3.875rem;
}
@media screen and (max-width: 768px) {
  .recruite-interview__cont {
    margin-top: 2.5rem;
    gap: 1.5rem;
  }
}

.recruite-interview__item {
  display: flex;
  align-items: start;
  gap: 2.5rem;
  background-color: #89D0EC;
  padding: 1.75rem 2.375rem;
  border-radius: 3.75rem;
}
@media screen and (max-width: 768px) {
  .recruite-interview__item {
    padding: 1.5rem 1.25rem;
    border-radius: 1.875rem;
    flex-direction: column;
    align-items: center;
    gap: 1.5rem;
  }
}

.recruite-interview__img {
  aspect-ratio: 1/1;
  width: 16.5625rem;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .recruite-interview__img {
    width: 80%;
  }
}
.recruite-interview__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.recruite-interview__content {
  margin-top: 0.5rem;
  flex: 1;
}
@media screen and (max-width: 768px) {
  .recruite-interview__content {
    margin-top: 0;
  }
}

.recruite-interview__title {
  color: #004DA0;
  font-family: "M PLUS 1p", sans-serif;
  font-size: 1.75rem;
  font-weight: 400;
  line-height: 180%; /* 50.4px */
  letter-spacing: 1.4px;
}
@media screen and (max-width: 768px) {
  .recruite-interview__title {
    font-size: 1.125rem;
  }
}

.recruite-interview__name {
  color: #FFFFFF;
  font-family: "M PLUS 1p", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0.8px;
  margin-top: 1.5rem;
}
@media screen and (max-width: 768px) {
  .recruite-interview__name {
    margin-top: 0.5rem;
    font-size: 0.875rem;
  }
}

.recruite-interview__btn {
  margin-top: 3.0625rem;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .recruite-interview__btn {
    margin-top: 1.5rem;
    text-align: center;
  }
}

.recruite-interview__btn a {
  border-radius: 1.5625rem;
  background: #004DA0;
  color: #FFFFFF;
  text-align: center;
  font-family: "M PLUS 1p", sans-serif;
  font-size: 1.5625rem;
  font-weight: 400;
  line-height: normal;
  padding: 0.625rem 2.375rem;
  transition: background-color 0.3s;
}
@media screen and (max-width: 768px) {
  .recruite-interview__btn a {
    font-size: 1rem;
    padding: 0.5rem 1.5rem;
  }
}
.recruite-interview__btn a:hover {
  background-color: #FFFFFF;
  color: #004DA0;
}

.recruite-interview__item:last-child {
  gap: 2.5rem;
  padding: 0 2.375rem 0 0;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .recruite-interview__item:last-child {
    padding: initial;
    gap: 1.5rem;
  }
}
.recruite-interview__item:last-child .recruite-interview__img {
  height: inherit;
  width: 25.1875rem;
  aspect-ratio: 403/322;
}
@media screen and (max-width: 768px) {
  .recruite-interview__item:last-child .recruite-interview__img {
    width: 100%;
  }
}
.recruite-interview__item:last-child .recruite-interview__content {
  margin-top: 2.5rem;
}
@media screen and (max-width: 768px) {
  .recruite-interview__item:last-child .recruite-interview__content {
    margin-top: 0;
    padding: 0 1.25rem 1.5rem;
  }
}

.recruite-entryform {
  padding: 7.5rem 0 10.25rem;
  background-color: #89D0EC;
}
@media screen and (max-width: 768px) {
  .recruite-entryform {
    padding: 3.75rem 0 5rem;
  }
}

.recruite-entryform__inner {
  margin: 0 auto;
  background-color: #004DA0;
  padding: 7.5rem 5.3125rem;
  border-radius: 6.25rem;
}
@media screen and (max-width: 768px) {
  .recruite-entryform__inner {
    padding: 3.75rem 1.5rem;
    border-radius: 1.875rem;
  }
}

.recruite-entryform__title h2 {
  color: #FFFFFF;
}

.recruite-entryform__cont {
  max-width: 46.875rem;
  width: 100%;
  margin: 3.875rem auto 0;
}
@media screen and (max-width: 768px) {
  .recruite-entryform__cont {
    margin-top: 2.5rem;
  }
}
.recruite-entryform__cont p {
  color: #FFFFFF;
  font-family: "M PLUS 1p", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0.8px;
}
@media screen and (max-width: 768px) {
  .recruite-entryform__cont p {
    font-size: 0.875rem;
  }
}

.recruite-entryform__required {
  color: #89D0EC;
  text-align: center;
  font-family: "M PLUS 1p", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0.8px;
}
@media screen and (max-width: 768px) {
  .recruite-entryform__required {
    font-size: 0.875rem;
  }
}

.wpcf7-form {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.wpcf7-form .wpcf7-acceptance .wpcf7-list-item {
  margin: 0;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
@media screen and (max-width: 768px) {
  .wpcf7-form .wpcf7-acceptance .wpcf7-list-item {
    flex-direction: column;
    align-items: start;
  }
}
.wpcf7-form .wpcf7-acceptance input[type=checkbox] {
  width: 1.25rem !important;
  height: 1.25rem !important;
  margin: 0 !important;
  appearance: none !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  background-color: #FFFFFF !important;
  border-radius: 0.25rem !important;
  cursor: pointer !important;
  position: relative !important;
  display: block !important;
}
.wpcf7-form .wpcf7-acceptance input[type=checkbox]:checked {
  background-color: #FFFFFF !important;
  border-color: #004DA0 !important;
}
.wpcf7-form .wpcf7-acceptance input[type=checkbox]:checked::after {
  content: "" !important;
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
  width: 0.75rem !important;
  height: 0.75rem !important;
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 6L5 9L10 3' stroke='%23004DA0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
}
.wpcf7-form .wpcf7-acceptance .wpcf7-list-item label {
  display: flex;
  align-items: center;
  gap: 0.875rem;
}
.wpcf7-form .wpcf7-acceptance .wpcf7-acceptance {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  display: block;
}
.wpcf7-form .wpcf7-acceptance .wpcf7-list-item-label {
  color: #FFFFFF !important;
  font-family: "M PLUS 1p", sans-serif !important;
  font-size: 1rem !important;
  font-weight: 400 !important;
  line-height: 26px !important;
  letter-spacing: 0.8px !important;
}

.recruite-entryform__form {
  margin-top: 1.5rem;
}
.recruite-entryform__form .entry__wrap {
  display: flex;
  align-items: start;
  gap: 2.25rem;
}
@media screen and (max-width: 768px) {
  .recruite-entryform__form .entry__wrap {
    flex-direction: column;
    align-items: start;
    gap: 0.5rem;
  }
}
.recruite-entryform__form .entry__wrap--long {
  flex-direction: column;
  gap: 1rem;
}
.recruite-entryform__form .wpcf7-form-control-wrap select.wpcf7-form-control {
  max-width: 29.125rem !important;
  width: 100%;
  background-color: #FFFFFF;
  border-radius: 0.625rem;
  padding: 0.5rem 11.25rem 0.5rem 1.25rem;
  border: none;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' stroke='%23004DA0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 1.25rem center;
  background-size: 0.75rem 0.5rem;
  color: #60666D;
}

.entry__label {
  color: #FFFFFF;
  font-family: "M PLUS 1p", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0.8px;
  width: 11.8125rem;
}

.entry__label--long {
  width: initial;
}

.entry__required {
  color: #89D0EC;
  text-align: right;
  font-family: "M PLUS 1p", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0.8px;
  margin-left: 0.25rem;
}

.entry__any {
  color: #c7c7c7;
  text-align: right;
  font-family: "M PLUS 1p", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0.8px;
  margin-left: 0.25rem;
}

.wpcf7-form-control-wrap {
  width: 100%;
}
.wpcf7-form-control-wrap:last-child {
  background-color: initial;
}
.wpcf7-form-control-wrap input[type=date] {
  max-width: 12rem;
  width: 100%;
  background-color: #FFFFFF;
  border-radius: 0.625rem;
  padding: 0.5rem 1.25rem;
  color: #60666D;
}
.wpcf7-form-control-wrap input[type=text] {
  max-width: 29.125rem;
  width: 100%;
  background-color: #FFFFFF;
  border-radius: 0.625rem;
  padding: 0.5rem 1.25rem;
  color: #60666D;
}
.wpcf7-form-control-wrap input[type=tel] {
  max-width: 12rem;
  width: 100%;
  background-color: #FFFFFF;
  border-radius: 0.625rem;
  padding: 0.5rem 1.25rem;
  color: #60666D;
}
.wpcf7-form-control-wrap input[type=email] {
  max-width: 12rem;
  width: 100%;
  background-color: #FFFFFF;
  border-radius: 0.625rem;
  padding: 0.5rem 1.25rem;
  color: #60666D;
}
.wpcf7-form-control-wrap input[type=file] {
  background-color: #FFFFFF;
  border-radius: 0.625rem;
  padding: 0.5rem 1.25rem;
  color: #60666D;
  max-width: 29.125rem;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .wpcf7-form-control-wrap input[type=file] {
    display: flex;
    align-items: start;
    justify-content: center;
  }
}
.wpcf7-form-control-wrap input[type=file]::file-selector-button {
  display: none;
}
.wpcf7-form-control-wrap input[type=file]::before {
  content: "ファイルを選択";
  color: #14ace8;
  font-family: "M PLUS 1p", sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 180%;
  letter-spacing: 0.7px;
  cursor: pointer;
  padding: 0.125rem 0.875rem;
  border-radius: 0.3125rem;
  border: 1px solid #89D0EC;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .wpcf7-form-control-wrap input[type=file]::before {
    text-align: center;
  }
}

textarea.wpcf7-form-control {
  width: 100%;
  background-color: #FFFFFF;
  border: none;
  resize: vertical;
  min-height: 7.5rem;
  color: #60666D;
  border-radius: 0.625rem;
  padding: 0.5rem 1.25rem;
}

input::placeholder {
  color: #c7c7c7;
  font-family: "M PLUS 1p", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0.8px;
}

.wpcf7-form-control.is-empty {
  color: #c7c7c7;
}
.wpcf7-form-control[type=date].is-empty {
  color: #c7c7c7;
}
.wpcf7-form-control[type=date].is-empty::-webkit-calendar-picker-indicator {
  filter: invert(47%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(90%) contrast(90%);
}
.wpcf7-form-control[type=date]:not(.is-empty) {
  color: #60666D;
}
.wpcf7-form-control[type=date]:not(.is-empty)::-webkit-calendar-picker-indicator {
  filter: invert(47%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(90%) contrast(90%);
}

.entry__wrap--long p {
  width: 100%;
}

.entry__inputBefore {
  color: #FFFFFF;
  text-align: right;
  font-family: "M PLUS 1p", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0.7px;
  margin-left: 0.5rem;
}

.entry__link {
  color: #FFFFFF;
  font-family: "M PLUS 1p", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0.8px;
  text-align: center;
  margin-top: 2rem;
}
@media screen and (max-width: 768px) {
  .entry__link {
    margin-top: 1rem;
    font-size: 0.875rem;
  }
}

.entry__link--a {
  color: #89D0EC;
  font-family: "M PLUS 1p", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0.8px;
}
@media screen and (max-width: 768px) {
  .entry__link--a {
    font-size: 0.875rem;
  }
}

.entry__agreeWrap {
  display: flex;
  justify-content: center;
}

.entry__submitWrap p {
  width: 100%;
  display: flex;
  justify-content: center;
}
.entry__submitWrap .wpcf7-spinner {
  display: none;
}

input[type=submit] {
  color: #004DA0;
  text-align: center;
  font-family: "M PLUS 1p", sans-serif;
  font-size: 1.5625rem;
  font-weight: 400;
  line-height: normal;
  padding: 0.625rem 3.125rem;
  border-radius: 1.5625rem;
  background: #89D0EC;
  text-align: center;
}
@media screen and (max-width: 768px) {
  input[type=submit] {
    font-size: 1rem;
    padding: 0.5rem 1.5rem;
  }
}

.wpcf7-response-output {
  color: #FFFFFF;
  text-align: center;
}

.interview-single {
  background-color: #89D0EC;
  overflow: hidden;
  position: relative;
}

.interview-single__inner {
  padding-top: 15.5rem;
  padding-bottom: 7.375rem;
}
@media screen and (max-width: 768px) {
  .interview-single__inner {
    padding-top: 7.5rem;
    padding-bottom: 3.75rem;
  }
}

.interview-single__title {
  max-width: 68rem;
  width: 100%;
  margin: 0 auto;
}
.interview-single__title h2 {
  color: #FFFFFF;
}

.interview-single__cont {
  margin-top: 7.625rem;
}

.interview-single__titleWrap {
  background-color: #004DA0;
  padding: 1.4375rem 0 1.4375rem 22.5625rem;
  border-radius: 1.875rem 0 0 1.875rem;
  max-width: 79.1875rem;
  width: 100%;
  margin-left: auto;
  position: relative;
}
@media (min-width: 1701px) {
  .interview-single__titleWrap {
    margin: 0 auto;
    border-radius: 1.875rem;
  }
}
@media screen and (max-width: 768px) {
  .interview-single__titleWrap {
    padding: 5rem 0 1.4375rem 2.5rem;
  }
}
.interview-single__titleWrap h2 {
  color: #FFFFFF;
  font-family: "M PLUS 1p", sans-serif;
  font-size: 1.75rem;
  font-weight: 400;
  line-height: 180%;
  letter-spacing: 1.4px;
}
@media screen and (max-width: 768px) {
  .interview-single__titleWrap h2 {
    font-size: 1.25rem;
  }
}
.interview-single__titleWrap p {
  color: #EBF0F0;
  font-family: "M PLUS 1p", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0.8px;
  margin-top: 1rem;
}
@media screen and (max-width: 768px) {
  .interview-single__titleWrap p {
    font-size: 0.875rem;
  }
}

.interview-single__contTitle__thumb {
  aspect-ratio: 1/1;
  width: 15.375rem;
  position: absolute;
  bottom: 0;
  left: 41px;
}
@media screen and (max-width: 768px) {
  .interview-single__contTitle__thumb {
    width: 10rem;
    height: 10rem;
    left: 50%;
    top: -50%;
    transform: translateX(-50%);
  }
}
.interview-single__contTitle__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.interview-single__contList {
  margin: 7.5rem auto 0;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .interview-single__contList {
    margin: 3.75rem auto 0;
  }
}
.interview-single__contList li {
  margin-top: 4rem;
  background-color: #FFFFFF;
  border-radius: 5rem;
  padding: 3.75rem;
  max-width: 55.4375rem;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .interview-single__contList li {
    margin-top: 2rem;
    padding: 1.5rem;
    border-radius: 1.875rem;
  }
}
.interview-single__contList li:first-child {
  margin-top: 0;
}
.interview-single__contList li:nth-child(2n) {
  margin-left: auto;
}
.interview-single__contList h3 {
  color: #004DA0;
  font-family: "M PLUS 1p", sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 180%;
  letter-spacing: 1px;
}
@media screen and (max-width: 768px) {
  .interview-single__contList h3 {
    font-size: 1rem;
  }
}
.interview-single__contList p {
  color: #60666D;
  font-family: "M PLUS 1p", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0.8px;
  margin-top: 1rem;
}
@media screen and (max-width: 768px) {
  .interview-single__contList p {
    font-size: 0.875rem;
    margin-top: 0.5rem;
  }
}

.interview-single__bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.interview-single__bg svg {
  position: absolute;
  width: 30vw;
  height: auto;
  max-width: 541px;
  max-height: 567px;
}
@media screen and (max-width: 768px) {
  .interview-single__bg svg {
    width: 40vw;
  }
}
@media screen and (max-width: 375px) {
  .interview-single__bg svg {
    width: 50vw;
  }
}
.interview-single__bg svg:first-child {
  top: 768px;
  left: 0;
}
.interview-single__bg svg:nth-child(2) {
  top: 1547px;
  right: 0;
}
.interview-single__bg svg:nth-child(3) {
  bottom: 559px;
  left: 0;
}
.interview-single__bg svg:nth-child(4) {
  bottom: 2px;
  right: 0;
}

.interview-other {
  padding-top: 0.125rem;
  padding-bottom: 7.5rem;
  background-color: #89D0EC;
}
@media screen and (max-width: 768px) {
  .interview-other {
    padding-bottom: 6.25rem;
  }
}

.interview-other__inner {
  margin: 0 auto;
}

.interview-other__title h2 {
  color: #004DA0;
  text-align: center !important;
}

.interview-other__title--jp {
  text-align: center;
}

.interview-other__cont {
  margin-top: 5rem;
  display: flex;
  gap: 3.5rem;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .interview-other__cont {
    margin-top: 3.75rem;
    gap: 2rem;
    flex-direction: column;
  }
}

.interview-other__item {
  background-color: #004DA0;
  padding: 1.625rem 2.125rem;
  border-radius: 3.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  max-width: 22rem;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .interview-other__item {
    padding: 1.25rem 1.5rem;
    border-radius: 1.875rem;
    margin: 0 auto;
  }
}

.interview-other__thumb {
  width: 100%;
  height: fit-content;
  overflow: hidden;
}
.interview-other__thumb img {
  width: 10rem;
  height: 10rem;
  border-radius: 50%;
  object-fit: cover;
  margin: 0 auto;
}

.interview-other__content {
  margin-top: 0.875rem;
  width: 100%;
}

.interview-other__title {
  color: #FFFFFF;
  font-family: "M PLUS 1p", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 180%;
  letter-spacing: 0.8px;
  text-align: left;
}

.interview-other__name {
  color: #c7c7c7;
  font-family: "M PLUS 1p", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0.7px;
  margin-top: 0.5rem;
}

.interview-other__btn {
  text-align: right;
}

.interview-other__btn a {
  margin-top: 1rem;
  border-radius: 1.5625rem;
  background: #ebf0f0;
  padding: 0.625rem 1.25rem;
  display: inline-block;
  text-align: center;
  transition: all 0.3s ease;
}
.interview-other__btn a:hover {
  background: #89D0EC;
}

.interview-single__item--flex {
  display: flex;
  gap: 4.4375rem;
  align-items: start;
  max-width: 68rem !important;
  width: 100%;
  position: relative;
  z-index: 10;
}

.interview-single__itemwrap {
  max-width: 34.4375rem;
  width: 100%;
}

.interview-single__itemImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 342/268;
}

.interview-single__item--flex {
  display: flex;
  width: 100%;
  max-width: 90rem !important;
  margin: 0 auto;
  gap: 0;
  align-items: end;
}
@media screen and (max-width: 768px) {
  .interview-single__item--flex {
    position: relative;
    flex-direction: column;
    margin-top: 6.25rem;
  }
}

.interview-single__titleWrap--fujino {
  margin-bottom: 2.875rem;
  padding-left: 4.8125rem;
  border-radius: 0;
  width: 100%;
  flex: 1;
}
@media (min-width: 1701px) {
  .interview-single__titleWrap--fujino {
    border-radius: 0 1.875rem 1.875rem 0;
    margin-bottom: 3.125rem;
  }
}
@media (max-width: 1056px) {
  .interview-single__titleWrap--fujino {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  .interview-single__titleWrap--fujino {
    border-radius: 1.875rem 0 0 1.875rem;
  }
}
.interview-single__titleWrap--fujino h2 {
  font-size: 1.944vw;
}

.interview-single__contTitle__thumb--fujino {
  aspect-ratio: 579/356;
  width: 40.208vw;
  position: initial;
}
@media screen and (max-width: 768px) {
  .interview-single__contTitle__thumb--fujino {
    width: fit-content;
    height: fit-content;
    position: absolute;
    top: -40%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
  }
}
.interview-single__contTitle__thumb--fujino img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0 3.75rem 3.75rem 0;
}
@media (min-width: 1701px) {
  .interview-single__contTitle__thumb--fujino img {
    border-radius: 3.75rem;
  }
}
@media (max-width: 1056px) {
  .interview-single__contTitle__thumb--fujino img {
    border-radius: 0 3.75rem 0 0;
  }
}
@media screen and (max-width: 768px) {
  .interview-single__contTitle__thumb--fujino img {
    width: 10rem !important;
    height: 10rem !important;
    border-radius: 50% !important;
  }
}

.privacypolicy {
  padding-top: 16.875rem;
  padding-bottom: 7.5rem;
  margin-top: -9.375rem;
  background-color: #89D0EC;
}
@media screen and (max-width: 768px) {
  .privacypolicy {
    padding-top: 7.5rem;
    margin-top: -3.75rem;
  }
}

.privacypolicy__inner {
  margin: 0 auto;
}
.privacypolicy__inner p {
  color: #44484D;
  font-family: "M PLUS 1p", sans-serif;
  font-size: 1rem;
  line-height: 26px;
  letter-spacing: 0.8px;
  margin-top: 1.625rem;
}
@media screen and (max-width: 768px) {
  .privacypolicy__inner p {
    margin-top: 1.25rem;
    font-size: 0.875rem;
  }
}
.privacypolicy__inner p:first-child {
  margin-top: 0;
}

.contact {
  padding-top: 16.875rem;
  margin-top: -9.375rem;
  background-color: #89D0EC;
  padding-bottom: 11.875rem;
}
@media screen and (max-width: 768px) {
  .contact {
    padding-top: 7.5rem;
    margin-top: -3.75rem;
  }
}
.contact__inner {
  max-width: 46.875rem;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .contact__inner {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
.contact__inner p {
  color: #004DA0;
  font-family: "M PLUS 1p", sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0.8px;
}
@media screen and (max-width: 768px) {
  .contact__inner p {
    font-size: 0.875rem;
  }
}

.contact__required {
  color: #FFFFFF;
  font-family: "M PLUS 1p", sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0.8px;
  padding-left: 0.25rem;
}
@media screen and (max-width: 768px) {
  .contact__required {
    font-size: 0.875rem;
  }
}
.contact__required--html {
  padding-left: 0;
  color: #FFFFFF;
  font-family: "M PLUS 1p", sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0.8px;
  padding-left: 0.25rem;
}
@media screen and (max-width: 768px) {
  .contact__required--html {
    font-size: 0.875rem;
  }
}

.contact__any {
  color: #FFFFFF;
  font-family: "M PLUS 1p", sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0.8px;
  margin-left: 0.25rem;
}
@media screen and (max-width: 768px) {
  .contact__any {
    font-size: 0.875rem;
  }
}

.contact-form {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  max-width: 46.875rem;
  width: 100%;
  margin: 0 auto;
  margin-top: 1.5rem;
}
.contact-form .wpcf7-form-control-wrap input[type=email] {
  width: 100%;
  max-width: 18.75rem;
}

.contact__wrap {
  display: flex;
  gap: 5.8125rem;
}
@media screen and (max-width: 768px) {
  .contact__wrap {
    gap: 0.5rem;
    flex-direction: column;
  }
}

.contact__label {
  color: #004DA0;
  font-family: "M PLUS 1p", sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0.8px;
  width: 8.4375rem;
}
@media screen and (max-width: 768px) {
  .contact__label {
    width: 100%;
    font-size: 0.875rem;
  }
}

.contact__wrap--long {
  flex-direction: column;
  gap: 0.625rem;
}
@media screen and (max-width: 768px) {
  .contact__wrap--long {
    gap: 0.5rem;
  }
}

.contact__label--long {
  width: 100%;
}

.contact__inputBefore {
  color: #FFFFFF;
  font-family: "M PLUS 1p", sans-serif;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0.7px;
  margin-left: 0.5rem;
}
@media screen and (max-width: 768px) {
  .contact__inputBefore {
    font-size: 0.75rem;
    display: block;
  }
}

.contact__link {
  color: #004DA0;
  font-family: "M PLUS 1p", sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0.8px;
  text-align: center;
  margin-top: 3rem;
}
@media screen and (max-width: 768px) {
  .contact__link {
    font-size: 0.875rem;
    margin-top: 1.5rem;
  }
}

.contact__link--a {
  color: #FFFFFF;
  font-family: "M PLUS 1p", sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0.8px;
}
@media screen and (max-width: 768px) {
  .contact__link--a {
    font-size: 0.875rem;
  }
}

.contact__agreeWrap {
  display: flex;
  justify-content: center;
}

.contact__submitWrap {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 1.5rem;
}

.confirm_button {
  color: #004DA0;
  text-align: center;
  font-family: "M PLUS 1p", sans-serif;
  font-size: 1.5625rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 0.625rem 3.125rem;
  background-color: #EBF0F0;
  border-radius: 1.5625rem;
}
@media screen and (max-width: 768px) {
  .confirm_button {
    font-size: 1rem;
    padding: 0.625rem 1.25rem;
  }
}

.confirm_area {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  max-width: 46.875rem;
  width: 100%;
  margin: 0 auto;
  margin-top: 1.5rem;
}

.confirm_text {
  color: #004DA0;
  text-align: center;
  font-family: "M PLUS 1p", sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0.8px;
  margin-bottom: 1.25rem;
}

.confirm_contact-name,
.confirm_contact-company,
.confirm_contact-department,
.confirm_contact-part {
  background-color: #FFFFFF;
  padding: 0.5rem 1.25rem;
  border-radius: 0.625rem;
  color: #60666D;
  font-family: "M PLUS 1p", sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0.8px;
  min-width: 27.625rem;
  width: 100%;
  height: 2.625rem;
  display: block;
}
@media screen and (max-width: 768px) {
  .confirm_contact-name,
  .confirm_contact-company,
  .confirm_contact-department,
  .confirm_contact-part {
    font-size: 0.875rem;
    width: 100%;
    min-width: initial;
  }
}

.confirm_contact-tel,
.confirm_contact-email {
  background-color: #FFFFFF;
  padding: 0.5rem 1.25rem;
  border-radius: 0.625rem;
  color: #60666D;
  font-family: "M PLUS 1p", sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0.8px;
  min-width: 19.5rem;
  width: 100%;
  display: block;
  height: 2.625rem;
}
@media screen and (max-width: 768px) {
  .confirm_contact-tel,
  .confirm_contact-email {
    font-size: 0.875rem;
    width: 100%;
    min-width: initial;
  }
}

.confirm_contact-textarea {
  background-color: #FFFFFF;
  padding: 0.5rem 1.25rem;
  border-radius: 0.625rem;
  color: #60666D;
  font-family: "M PLUS 1p", sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0.8px;
  width: 100%;
  display: block;
  min-height: 12.25rem;
  white-space: pre-wrap;
}
@media screen and (max-width: 768px) {
  .confirm_contact-textarea {
    font-size: 0.875rem;
  }
}

.contact__submitWrap--confirm p {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .contact__submitWrap--confirm p {
    flex-direction: column;
  }
}
.contact__submitWrap--confirm p br {
  display: none;
}
.contact__submitWrap input[type=submit] {
  color: #FFFFFF;
  text-align: center;
  font-family: "M PLUS 1p", sans-serif;
  font-size: 1.5625rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  background-color: #004DA0;
  border-radius: 1.5625rem;
  width: 20.3125rem;
  margin-left: 6.25rem;
}
@media screen and (max-width: 768px) {
  .contact__submitWrap input[type=submit] {
    width: 90%;
    margin-left: initial;
    font-size: 1rem;
    padding: 0.625rem 1.25rem;
    margin-top: 1.5rem;
  }
}

.back_button {
  color: #004DA0;
  text-align: center;
  font-family: "M PLUS 1p", sans-serif;
  font-size: 1.5625rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 0.625rem 3.125rem;
  background-color: #EBF0F0;
  border-radius: 1.5625rem;
  width: 20.3125rem;
}
@media screen and (max-width: 768px) {
  .back_button {
    font-size: 1rem;
    padding: 0.625rem 1.25rem;
    width: 90%;
  }
}

.wpcf7-spinner {
  display: none !important;
}

.thanks {
  padding-top: 20rem;
  margin-top: -9.375rem;
  background-color: #89D0EC;
  padding-bottom: 12.6875rem;
}
@media screen and (max-width: 768px) {
  .thanks {
    padding-top: 12.5rem;
    margin-top: -3.75rem;
    padding-bottom: 6.25rem;
  }
}
.thanks__inner {
  margin: 0 auto;
}
.thanks__inner h2 {
  color: #004DA0;
  font-family: "Barlow", sans-serif;
  font-size: 6.25rem;
  font-style: normal;
  font-weight: 200;
  line-height: 100%; /* 100px */
  text-align: center;
}
@media screen and (max-width: 768px) {
  .thanks__inner h2 {
    font-size: 5rem;
  }
}
.thanks__inner p {
  color: #FFFFFF;
  text-align: center;
  font-family: "M PLUS 1p", sans-serif;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: 180%; /* 36px */
  letter-spacing: 1px;
  margin-top: 1.875rem;
}
@media screen and (max-width: 768px) {
  .thanks__inner p {
    font-size: 1rem;
  }
}

.thanks__button {
  color: #FFFFFF;
  text-align: center;
  font-family: "Barlow", sans-serif;
  font-size: 1.5625rem;
  font-style: normal;
  font-weight: 200;
  line-height: normal;
  background-color: #004DA0;
  border-radius: 1.5625rem;
  width: 20.3125rem;
  margin: 3.75rem auto 0;
  display: block;
  padding: 0.625rem 1.25rem;
}
@media screen and (max-width: 768px) {
  .thanks__button {
    font-size: 1rem;
    padding: 0.625rem 1.25rem;
    width: 90%;
  }
}

.marginrates {
  background-color: #89D0EC;
  padding: 14.6875rem 0 7.5rem;
  margin-top: -9.375rem;
}
@media screen and (max-width: 768px) {
  .marginrates {
    padding: 11.25rem 0;
    margin-top: -5rem;
  }
}

.marginrates__inner {
  margin: 0 auto;
}

.marginrates__cont p {
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 1.3;
  letter-spacing: 0.05em;
  color: #44484D;
}
@media screen and (max-width: 768px) {
  .marginrates__cont p {
    font-size: 1rem;
    line-height: 1.625;
  }
}
.marginrates__cont .wp-block-list {
  background-color: #FFFFFF;
  padding: 2.25rem 4.5rem;
  border-radius: 5rem;
  margin-top: 2.5rem;
  margin-bottom: 4.75rem;
  width: 100%;
  display: block;
}
@media screen and (max-width: 768px) {
  .marginrates__cont .wp-block-list {
    padding: 1rem 2.25rem;
    margin-top: 2.25rem !important;
    margin-bottom: 2.5rem !important;
    border-radius: 2.5rem !important;
  }
}
.marginrates__cont .wp-block-list li {
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.625;
  letter-spacing: 0.05em;
  color: #44484D;
  margin-top: 0.5rem;
  list-style: disc;
}
@media screen and (max-width: 768px) {
  .marginrates__cont .wp-block-list li {
    font-size: 0.875rem;
    line-height: 1.8571428571;
  }
}
.marginrates__cont .wp-block-list li:first-child {
  margin-top: 0;
}
.marginrates__cont .wp-block-list li::marker {
  color: #44484D;
  display: block;
}
.marginrates__cont .wp-block-list:last-child {
  background-color: initial;
  margin-top: 1rem;
  padding: 0;
  border-radius: 0;
  width: 100%;
  display: block;
  padding-left: 1em;
  margin-bottom: 0;
}
.marginrates__cont .wp-block-list:last-child li {
  font-size: 1rem;
  line-height: 1.625;
  letter-spacing: 0.05em;
  color: #44484D;
  margin-top: 0.5rem;
}
@media screen and (max-width: 768px) {
  .marginrates__cont .wp-block-list:last-child li {
    font-size: 0.875rem;
    line-height: 1.8571428571;
  }
}

.margin-total {
  margin-top: 2.5rem !important;
  margin-bottom: 4.75rem !important;
}
@media screen and (max-width: 768px) {
  .margin-total {
    margin-top: 2.25rem !important;
    margin-bottom: 2.5rem !important;
  }
}
.margin-total tbody {
  background-color: #FFFFFF;
  padding: 2.25rem !important;
  border-radius: 5rem !important;
  width: 100%;
  display: block;
}
@media screen and (max-width: 768px) {
  .margin-total tbody {
    padding: 1rem !important;
    border-radius: 2.5rem !important;
  }
}
.margin-total tr {
  width: 100%;
  padding-top: 1.625rem;
  padding-bottom: 1.625rem;
  display: flex;
  align-items: center;
  padding-left: 2.25rem;
  padding-right: 2.25rem;
  border-bottom: 1px solid #ebf0f0;
  gap: 4.875rem;
}
@media screen and (max-width: 768px) {
  .margin-total tr {
    gap: 1rem;
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-bottom: 1rem !important;
  }
}
.margin-total tr:first-child {
  padding-top: 0;
}
.margin-total tr:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
.margin-total td {
  border-top: none !important;
  padding: initial !important;
}
.margin-total .column-1 {
  width: 16.9375rem;
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.4444444444;
  letter-spacing: 0.05em;
  color: #004DA0;
}
@media screen and (max-width: 768px) {
  .margin-total .column-1 {
    font-size: 0.875rem;
    line-height: 1.8571428571;
    width: 8.375rem;
  }
}
.margin-total .column-2 {
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.625;
  letter-spacing: 0.05em;
  color: #44484D;
}
@media screen and (max-width: 768px) {
  .margin-total .column-2 {
    font-size: 0.875rem;
    line-height: 1.8571428571;
  }
}

.margin-career {
  margin-top: 2.5rem !important;
  margin-bottom: 4.75rem !important;
  background-color: #FFFFFF;
  padding: 2.25rem !important;
  border-radius: 5rem !important;
  width: 100%;
  display: block;
}
@media screen and (max-width: 768px) {
  .margin-career {
    padding: 1rem !important;
    border-radius: 2.5rem !important;
    margin-top: 2.25rem !important;
    margin-bottom: 2.5rem !important;
  }
}
.margin-career thead {
  display: flex !important;
}
.margin-career .row-1 {
  padding-left: 2.25rem !important;
  padding-right: 2.25rem !important;
  display: flex !important;
  gap: 3rem;
  align-items: center;
  flex-shrink: 1;
  max-width: 68rem;
}
@media screen and (max-width: 768px) {
  .margin-career .row-1 {
    gap: 1rem;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.margin-career .row-1 th {
  background-color: initial !important;
  text-align: center;
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.4444444444;
  letter-spacing: 0.05em;
  color: #004DA0;
  padding: initial !important;
  padding-bottom: 1.4375rem !important;
  display: block;
  flex-shrink: 1;
}
@media screen and (max-width: 768px) {
  .margin-career .row-1 th {
    font-size: 0.875rem;
    line-height: 1.8571428571;
  }
}
.margin-career .row-1 .column-1 {
  width: 18.125vw;
  max-width: 13.3125rem;
}
@media screen and (max-width: 768px) {
  .margin-career .row-1 .column-1 {
    width: 14.125vw;
  }
}
.margin-career .row-1 .column-2 {
  width: 7.8125vw;
  max-width: 5.25rem;
}
@media screen and (max-width: 768px) {
  .margin-career .row-1 .column-2 {
    width: 10.8125vw;
  }
}
.margin-career .row-1 .column-3 {
  width: 5.278vw;
  max-width: 4.75rem;
}
@media screen and (max-width: 768px) {
  .margin-career .row-1 .column-3 {
    width: 8.278vw;
  }
}
.margin-career .row-1 .column-4 {
  width: 4.1vw;
  max-width: 3.6875rem;
}
.margin-career .row-1 .column-5 {
  width: 7.9866vw;
  max-width: 7.1875rem;
}
@media screen and (max-width: 768px) {
  .margin-career .row-1 .column-5 {
    width: 15.1vw;
  }
}
.margin-career .row-1 .column-6 {
  width: 10.5555555556vw;
  max-width: 9.5rem;
}
@media screen and (max-width: 768px) {
  .margin-career .row-1 .column-6 {
    width: 11.555556vw;
  }
}
.margin-career tbody {
  display: block;
}
.margin-career tbody tr {
  padding: 1.625rem 2.25rem !important;
  display: flex;
  align-items: center;
  gap: 3rem;
  border-top: 1px solid #ebf0f0;
}
@media screen and (max-width: 768px) {
  .margin-career tbody tr {
    gap: 1rem;
    padding: 1rem 0 !important;
  }
}
.margin-career tbody tr td {
  border-top: none !important;
  padding: initial !important;
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.625;
  letter-spacing: 0.05em;
  color: #44484D;
  display: block;
  text-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .margin-career tbody tr td {
    font-size: 0.875rem;
    line-height: 1.8571428571;
  }
}
.margin-career tbody tr td:last-child {
  margin-right: 0;
}
.margin-career tbody tr .column-1 {
  width: 18.125vw;
  max-width: 13.3125rem;
}
@media screen and (max-width: 768px) {
  .margin-career tbody tr .column-1 {
    width: 14.125vw;
  }
}
.margin-career tbody tr .column-2 {
  width: 7.8125vw;
  max-width: 5.25rem;
}
@media screen and (max-width: 768px) {
  .margin-career tbody tr .column-2 {
    width: 10.8125vw;
  }
}
.margin-career tbody tr .column-3 {
  width: 5.278vw;
  max-width: 4.75rem;
}
@media screen and (max-width: 768px) {
  .margin-career tbody tr .column-3 {
    width: 8.278vw;
  }
}
.margin-career tbody tr .column-4 {
  width: 4.1vw;
  max-width: 3.6875rem;
}
@media screen and (max-width: 768px) {
  .margin-career tbody tr .column-4 {
    width: 7.1vw;
  }
}
.margin-career tbody tr .column-5 {
  width: 7.9866vw;
  max-width: 7.1875rem;
}
@media screen and (max-width: 768px) {
  .margin-career tbody tr .column-5 {
    width: 15.1vw;
  }
}
.margin-career tbody tr .column-6 {
  width: 10.5555555556vw;
  max-width: 9.5rem;
}
@media screen and (max-width: 768px) {
  .margin-career tbody tr .column-6 {
    width: 11.555556vw;
  }
}

caption {
  display: none;
}

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

.u-sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .u-sp {
    display: block;
  }
}/*# sourceMappingURL=style.css.map */