html {
  width: 100%;
  height: 100%;
  min-width: 120rem;
  font-family: YakuHanJP, "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 62.5%;
}
@media only screen and (max-width: 640px) {
  html {
    min-width: 100%;
    font-size: 2vw;
  }
}

body {
  font-size: 1.6rem;
  font-weight: 400;
  width: 100%;
  height: 100%;
  min-width: 120rem;
  letter-spacing: 0.1em;
  text-rendering: optimizeSpeed;
  font-feature-settings: "palt";
  color: rgba(0, 0, 0, 0.75);
  animation: fadeIn 1.5s ease 0s 1 normal;
}
@media only screen and (max-width: 640px) {
  body {
    min-width: 100%;
    letter-spacing: 0.05em;
    -webkit-overflow-scrolling: auto;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
a,
img {
  max-width: 100%;
  height: auto;
}

address {
  font-style: normal;
}

a,
.hover {
  color: rgba(0, 0, 0, 0.75);
  transition: opacity 0.3s ease;
  text-decoration: none;
}

a:hover,
.hover:hover {
  opacity: 0.6;
}

.--center,
.center {
  text-align: center !important;
}

.--right,
.right {
  text-align: right !important;
}

.--left,
.left {
  text-align: left !important;
}

@media only screen and (max-width: 640px) {
  .--sp-center {
    text-align: center !important;
  }
  .--sp-right {
    text-align: left !important;
  }
  .--sp-left {
    text-align: left !important;
  }
}
.sp {
  display: none;
}
@media only screen and (max-width: 640px) {
  .sp {
    display: inherit;
  }
}

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

.anchor {
  position: absolute;
  top: -8.8rem;
  left: 0;
}
@media only screen and (max-width: 640px) {
  .anchor {
    top: -12.5vw;
  }
}

.inner {
  margin: 0 auto;
  padding: 0 3rem;
  position: relative;
  max-width: 120rem;
  min-width: 120rem;
}
@media only screen and (max-width: 640px) {
  .inner {
    padding: 0 5vw;
    width: 100%;
    min-width: 100%;
  }
}
.inner.--middle {
  max-width: 95rem;
  min-width: 95rem;
}
@media only screen and (max-width: 640px) {
  .inner.--middle {
    width: 100%;
    min-width: 100%;
  }
}
.inner.--large {
  max-width: 133rem;
}
@media only screen and (max-width: 1390px) {
  .inner.--large {
    width: 96.2025316456%;
  }
}
.inner.--xlarge {
  max-width: 158rem;
}
@media only screen and (max-width: 1580px) {
  .inner.--xlarge {
    width: 100%;
  }
}
@media only screen and (max-width: 640px) {
  .inner.--xlarge {
    width: 100%;
  }
}
.inner.--full {
  padding: 0;
  max-width: 100%;
}
.inner.--full-mgn {
  padding: 0 9rem 0 6rem;
  max-width: 100%;
}
@media only screen and (max-width: 640px) {
  .inner.--full-mgn {
    padding: 0 4.6875vw;
  }
}

.header {
  padding: 2rem 3rem;
  position: fixed;
  display: flex;
  justify-content: space-between;
  align-items: center;
  left: 0;
  top: 0;
  width: 100%;
  min-width: 120rem;
  z-index: 100;
  background: linear-gradient(180deg, #FFF 50%, rgba(255, 255, 255, 0) 100%);
}
@media only screen and (max-width: 1580px) {
  .header {
    padding: 2rem 2rem 2rem 3rem;
  }
}
@media only screen and (max-width: 640px) {
  .header {
    padding: 1.875vw 1.875vw 1.875vw 3.125vw;
    min-width: 100%;
  }
}
@media only screen and (max-width: 1580px) {
  .header__logo {
    width: 32rem;
  }
}
@media only screen and (max-width: 640px) {
  .header__logo {
    width: 56.25vw;
  }
}
.header__summary {
  margin-bottom: 0.5em;
  font-size: 1.4rem;
}
@media only screen and (max-width: 1580px) {
  .header__summary {
    font-size: 1rem;
    letter-spacing: 0;
  }
}
@media only screen and (max-width: 1580px) and (max-width: 640px) {
  .header__summary {
    display: none;
  }
}
.header__tel {
  margin: 0 3rem 0 auto;
}
@media only screen and (max-width: 1580px) {
  .header__tel {
    margin: 0 2.4rem 0 auto;
  }
}
@media only screen and (max-width: 640px) {
  .header__tel {
    display: none;
  }
}
.header__tel address a {
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  font-size: 4.8rem;
  font-weight: 100;
  display: flex;
  align-items: center;
  line-height: 1;
}
@media only screen and (max-width: 1580px) {
  .header__tel address a {
    font-size: 3.6rem;
  }
}
.header__tel address a::before {
  margin-top: 0.1em;
  margin-right: 0.25em;
  content: "";
  width: 2rem;
  height: 3.5rem;
  background: url(../img/common/icon_tel.svg) no-repeat left center;
  background-size: 100% auto;
}
@media only screen and (max-width: 1580px) {
  .header__tel address a::before {
    width: 1.6rem;
    height: 3.5rem;
  }
}
.header__open {
  font-size: 1.5rem;
  text-align: right;
}
@media only screen and (max-width: 1580px) {
  .header__open {
    font-size: 1.2rem;
  }
}
@media only screen and (max-width: 640px) {
  .header__contact {
    display: none;
  }
}
.header__group {
  width: 8.4rem;
}
@media only screen and (max-width: 1580px) {
  .header__group {
    width: 7.2rem;
  }
}
@media only screen and (max-width: 640px) {
  .header__group {
    position: absolute;
    right: 18.75vw;
    top: 1.875vw;
    width: 9.375vw;
    display: none;
  }
}

.open .global-nav {
  display: flex;
}
.open .global-nav__menu--item {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 3vw;
  height: 2px;
  margin: -1px 0 0;
  background: #AD324A;
  background-color: transparent;
}
.open .global-nav__menu--item:before, .open .global-nav__menu--item:after {
  background: #AD324A;
  top: 0;
}
.open .global-nav__menu--item:before {
  transform: rotate(225deg);
}
.open .global-nav__menu--item:after {
  transform: rotate(-225deg);
}

.global-nav {
  margin: 0;
  display: none;
  width: 100%;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.85) 0%, rgba(253, 243, 245, 0.85) 100%);
  background-size: 100% auto;
  overflow: auto;
  -webkit-overflow-scrolling: auto;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  backdrop-filter: blur(8px);
}
.global-nav__list {
  width: 100%;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.global-nav__list li {
  font-size: 2rem;
  font-weight: 400;
  letter-spacing: 0.2em;
  margin: 0.5em 0;
  font-weight: 600;
  text-align: center;
}
@media only screen and (max-width: 640px) {
  .global-nav__list li {
    font-size: 3.75vw;
  }
}
.global-nav__list li span {
  opacity: 0.3;
}
.global-nav__menu {
  margin: 0 3rem 0;
  padding: 0;
  border: none;
  border-radius: 50%;
  height: 7.4rem;
  width: 7.4rem;
  display: block;
  background: rgba(237, 133, 153, 0.1);
  z-index: 100;
}
@media only screen and (max-width: 1580px) {
  .global-nav__menu {
    margin: 0 2.4rem;
  }
}
@media only screen and (max-width: 640px) {
  .global-nav__menu {
    margin: 0;
    width: 12.5vw;
    height: 12.5vw;
  }
}
.global-nav__menu--outer {
  position: relative;
  width: 3rem;
  height: 2.2rem;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
}
@media only screen and (max-width: 640px) {
  .global-nav__menu--outer {
    width: 4.375vw;
    height: 4.375vw;
  }
}
.global-nav__menu--item {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 3rem;
  height: 1px;
  margin: -1px 0 0;
  background: #AD324A;
}
@media only screen and (max-width: 640px) {
  .global-nav__menu--item {
    width: 4.375vw;
  }
}
.global-nav__menu--item:before, .global-nav__menu--item:after {
  display: block;
  position: absolute;
  left: 0;
  width: 3rem;
  height: 1px;
  background: #AD324A;
  content: "";
  transition: transform 200ms, top 200ms;
}
@media only screen and (max-width: 640px) {
  .global-nav__menu--item:before, .global-nav__menu--item:after {
    width: 4.375vw;
  }
}
.global-nav__menu--item:before {
  top: -1rem;
  transform: rotate(0deg);
}
@media only screen and (max-width: 640px) {
  .global-nav__menu--item:before {
    top: 1.25vw;
  }
}
.global-nav__menu--item:after {
  top: 1rem;
  transform: rotate(0deg);
}
@media only screen and (max-width: 640px) {
  .global-nav__menu--item:after {
    top: -1.25vw;
  }
}
.global-nav__group {
  display: none;
}
@media only screen and (max-width: 640px) {
  .global-nav__group {
    padding-bottom: 18.75vw;
    margin-top: 2em;
    width: 16.875vw;
    display: block;
  }
}
.global-nav .header__contact {
  margin-bottom: 1.5em;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media only screen and (max-width: 640px) {
  .global-nav .header__contact {
    display: block;
  }
}
.global-nav .header__contact .tel {
  color: #fff;
  font-size: 1.4rem;
  text-align: right;
  font-weight: 400;
}
@media only screen and (max-width: 640px) {
  .global-nav .header__contact .tel {
    margin-bottom: 2em;
    text-align: center;
  }
}
.global-nav .header__contact .tel a {
  display: flex;
  align-items: center;
  font-size: 3.6rem;
  line-height: 1;
  color: #fff;
}
@media only screen and (max-width: 640px) {
  .global-nav .header__contact .tel a {
    font-size: 9.375vw;
    justify-content: center;
  }
}
.global-nav .header__contact .tel img {
  margin-right: 0.25em;
}
.global-nav .header__contact .tel img.icon-p {
  display: none;
}
@media only screen and (max-width: 640px) {
  .global-nav .header__contact .tel img {
    width: 4.6875vw;
  }
}

.floating-nav {
  position: fixed;
  top: 8.8rem;
  right: 0;
  z-index: 10;
}
@media only screen and (max-width: 640px) {
  .floating-nav {
    top: auto;
    bottom: 0;
    width: 100%;
  }
}
@media only screen and (max-width: 640px) {
  .floating-nav ul {
    padding: 0 3.125vw;
    display: flex;
    justify-content: space-between;
  }
}
.floating-nav li {
  margin-bottom: 1.6rem;
  writing-mode: vertical-rl;
}
@media only screen and (max-width: 640px) {
  .floating-nav li {
    margin-bottom: 0;
    writing-mode: horizontal-tb;
    width: 48%;
  }
}
.floating-nav a {
  padding: 6rem 3rem 3rem;
  border-radius: 1.2rem 0 0 1.2rem;
  width: 7rem;
  color: #fff;
  font-weight: 700;
  display: flex;
  align-items: center;
  line-height: 1;
  font-size: 1.8rem;
  letter-spacing: 0.2em;
}
@media only screen and (max-width: 640px) {
  .floating-nav a {
    border-radius: 2.5vw 2.5vw 0 0;
    padding: 4.375vw 5vw 4.375vw 10vw;
    width: auto;
    justify-content: center;
  }
}
.floating-nav .btn-request a {
  background: #ED8599 url(../img/common/icon_book.svg) no-repeat center top 2rem;
  background-size: 2rem auto;
}
@media only screen and (max-width: 640px) {
  .floating-nav .btn-request a {
    background: #ED8599 url(../img/common/icon_book.svg) no-repeat left 6.25vw center;
    background-size: 3.75vw auto;
  }
}
.floating-nav .btn-apply a {
  background: #000 url(../img/common/icon_mail.svg) no-repeat center top 2rem;
  background-size: 2.8rem auto;
}
@media only screen and (max-width: 640px) {
  .floating-nav .btn-apply a {
    background: #000 url(../img/common/icon_mail.svg) no-repeat left 6.25vw center;
    background-size: 5.625vw auto;
  }
}

.main {
  line-height: 1.9;
  min-width: 120rem;
}
@media only screen and (max-width: 640px) {
  .main {
    min-width: 100%;
    overflow: hidden;
  }
}

.content.visual {
  padding: 0;
}

.visual {
  margin: 0 9rem 0 6rem;
  border-radius: 1.6rem;
  background: url(../img/exam/mv_exam.jpg) no-repeat center center;
  background-size: cover;
  height: 70rem;
}
@media only screen and (max-width: 640px) {
  .visual {
    margin: 0 6.25vw 0 6.25vw;
    border-radius: 1.6rem;
    background-size: cover;
    height: 43.75vw;
  }
}
.visual-title {
  padding: 36rem 12rem 0;
  line-height: 1;
}
@media only screen and (max-width: 640px) {
  .visual-title {
    padding: 18.75vw 7.8125vw 0;
  }
}
.visual-title .en {
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  font-size: 9.6rem;
  color: #fff;
  opacity: 0.75;
}
@media only screen and (max-width: 640px) {
  .visual-title .en {
    font-size: 7.5vw;
  }
}
.visual-title .jp {
  margin-top: 0.75em;
  color: #fff;
  font-feature-settings: "halt" on, "calt" off;
  font-family: "Noto Sans JP";
  font-size: 3.2rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 640px) {
  .visual-title .jp {
    margin-top: 0.5em;
    font-size: 3.75vw;
  }
}

.page__title {
  padding-top: 16rem;
  background: linear-gradient(rgba(255, 255, 255, 0.2) 0%, rgba(237, 133, 153, 0.15) 70%, rgba(237, 133, 153, 0) 100%);
  height: 36rem;
  text-align: center;
}
@media only screen and (max-width: 640px) {
  .page__title {
    padding-top: 25vw;
    padding-bottom: 0;
    height: 50vw;
  }
}
.page__title .title--en {
  margin-bottom: 0.15em;
  font-size: 9.6rem;
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  font-weight: 100;
}
@media only screen and (max-width: 640px) {
  .page__title .title--en {
    margin-bottom: 0.25em;
    text-align: center;
    font-size: 10vw;
  }
}
.page__title.--secondary {
  padding-top: 16rem;
}
@media only screen and (max-width: 640px) {
  .page__title.--secondary {
    padding-top: 18.75vw;
    height: 47.5vw;
  }
}
.page__title.--secondary .title--en {
  font-size: 6.4rem;
}
@media only screen and (max-width: 640px) {
  .page__title.--secondary .title--en {
    font-size: 10vw;
  }
}

.content {
  padding: 6rem 0;
}
@media only screen and (max-width: 640px) {
  .content {
    padding: 9.375vw 0;
  }
}

.contact {
  margin-top: 6rem;
  padding-top: 0;
}
@media only screen and (max-width: 640px) {
  .contact {
    margin-top: 9.375vw;
  }
}
.contact__container {
  padding: 10rem 6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 3.6rem;
  background: linear-gradient(93deg, #F6B1BD 1.56%, #ED8599 99.67%);
  color: #fff;
}
@media only screen and (max-width: 640px) {
  .contact__container {
    padding: 8.75vw;
  }
}
@media only screen and (max-width: 640px) {
  .contact__container {
    display: block;
  }
}
.contact a {
  color: #fff;
}
.contact .title__block {
  margin-bottom: 0;
}
@media only screen and (max-width: 640px) {
  .contact .title__block {
    margin-bottom: 2em;
  }
}
.contact .title--en {
  color: #fff;
}
.contact__list {
  margin-left: 16rem;
}
@media only screen and (max-width: 1580px) {
  .contact__list {
    margin-left: 6rem;
  }
}
@media only screen and (max-width: 640px) {
  .contact__list {
    margin-left: 0;
  }
}
@media only screen and (max-width: 640px) {
  .contact__tel {
    margin-bottom: 3.125vw;
    text-align: center;
  }
}
.contact__tel address a {
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  font-size: 6.4rem;
  font-weight: 100;
  display: flex;
  align-items: center;
  line-height: 1;
}
@media only screen and (max-width: 640px) {
  .contact__tel address a {
    font-size: 8.75vw;
    justify-content: center;
  }
}
.contact__tel address a::before {
  margin-top: 0.1em;
  margin-right: 0.25em;
  content: "";
  width: 2.6rem;
  height: 5.2rem;
  background: url(../img/common/icon_tel_white.svg) no-repeat left center;
  background-size: 100% auto;
}
@media only screen and (max-width: 640px) {
  .contact__tel address a::before {
    width: 4.375vw;
    height: 8.75vw;
  }
}
.contact__open {
  margin-bottom: 1em;
  text-align: right;
  font-size: 1.8rem;
  font-weight: 400;
}
@media only screen and (max-width: 640px) {
  .contact__open {
    text-align: center;
    font-size: 3.125vw;
  }
}
.contact .button__contact a {
  border-radius: 0.8rem;
  color: #ED8599;
  background: #fff;
}
.contact .button__contact a::before {
  margin-right: 0.75em;
  content: "";
  width: 3.6rem;
  height: 2.8rem;
  background: url(../img/common/icon_mail_pink.svg) no-repeat left center;
  background-size: 100% auto;
}

.footer {
  padding-bottom: 6rem;
}
.footer__container {
  margin-bottom: 3rem;
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
}
@media only screen and (max-width: 640px) {
  .footer__container {
    display: block;
  }
}
.footer__nav {
  margin-top: 1em;
  width: 72rem;
}
@media only screen and (max-width: 640px) {
  .footer__nav {
    margin-bottom: 9.375vw;
    width: 100%;
  }
}
.footer__nav span {
  opacity: 0.3;
}
.footer__nav-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5em 2em;
}
@media only screen and (max-width: 1580px) {
  .footer__nav-item {
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 640px) {
  .footer__nav-item {
    width: 45%;
  }
}
.footer__logo {
  margin-bottom: 2.4rem;
  width: 37.5rem;
}
@media only screen and (max-width: 1580px) {
  .footer__logo {
    width: 32rem;
  }
}
@media only screen and (max-width: 640px) {
  .footer__logo {
    margin: 0 auto 3rem;
  }
}
.footer__address {
  font-size: 1.5rem;
}
@media only screen and (max-width: 640px) {
  .footer__address {
    text-align: center;
    font-size: 3.125vw;
  }
}
.footer .copyright {
  text-align: right;
  font-size: 1.4rem;
}
@media only screen and (max-width: 640px) {
  .footer .copyright {
    text-align: center;
    font-size: 2.5vw;
  }
}/*# sourceMappingURL=common.css.map */