@import url("https://fonts.googleapis.com/css2?family=Krona+One&family=Zen+Kaku+Gothic+Antique:wght@300;400;500;700;900&display=swap");
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  font-size: 16px;
  -webkit-text-size-adjust: 100%;
}

body {
  font-family: "Zen Kaku Gothic Antique", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  color: #333;
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-wrap: anywhere;
  word-break: normal;
  line-break: strict;
}

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

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

button {
  border: none;
  background: none;
  cursor: pointer;
  font-family: inherit;
}

ul,
ol {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
}

fieldset {
  border: none;
  min-inline-size: 0;
}

legend {
  padding: 0;
}

.u-hidden {
  display: none !important;
}

@media (min-width: 768px) {
  .u-sp-only {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .u-pc-only {
    display: none !important;
  }
}

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

html {
  scroll-behavior: smooth;
}

body {
  position: relative;
  width: 100%;
  font-family: "Zen Kaku Gothic Antique", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  box-sizing: border-box;
}

.page-wrapper {
  position: relative;
}

.header {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 999;
}
.header__inner {
  display: flex;
  justify-content: space-between;
  padding: 28px 20px;
}
@media (min-width: 768px) {
  .header__inner {
    padding: 38px 40px;
  }
}
.header__logo-wrapper {
  display: inline-grid;
  grid-template-columns: 120px auto 1fr;
  gap: 8px;
  align-items: center;
}
@media (min-width: 400px) {
  .header__logo-wrapper {
    grid-template-columns: 140px auto 1fr;
  }
}
@media (min-width: 768px) {
  .header__logo-wrapper {
    grid-template-columns: 200px auto 1fr;
  }
}
@media (min-width: 1240px) {
  .header__logo-wrapper {
    gap: 20px;
  }
}
.header__logo-wrapper svg {
  width: 100%;
}
.header__btn-wrapper {
  position: fixed;
  top: 10px;
  right: 10px;
  z-index: 1001;
  display: inline-flex;
  gap: 10px;
  align-items: center;
}
@media (min-width: 768px) {
  .header__btn-wrapper {
    top: 20px;
    right: 20px;
  }
}
.header__menu-btn__icon-close {
  display: none;
}
.header__menu-btn.is-open .header__menu-btn__icon-open {
  display: none;
}
.header__menu-btn.is-open .header__menu-btn__icon-close {
  display: block;
}
.header__logo {
  color: #0080CB;
  font-size: 0;
  line-height: 0;
}
.header__logo a {
  display: block;
  width: 100%;
  height: 100%;
}
.header__logo--invert {
  color: #fff;
}
.header__recruit-txt {
  font-size: 0.875rem;
  line-height: 1.2;
  font-weight: 700;
}
@media (min-width: 768px) {
  .header__recruit-txt {
    font-size: 1.125rem;
  }
}
.header__recruit-txt--default {
  color: #333;
}
.header__recruit-txt--invert {
  color: #fff;
}
.header__category {
  display: block;
  padding: 2px 8px;
  font-size: 0.9375rem;
  line-height: 1.3;
  font-weight: 700;
}
@media (min-width: 768px) {
  .header__category {
    padding: 2px 24px 4px;
    font-size: 1.25rem;
  }
}
.header__category--gradu-default {
  background-color: #019CD5;
  color: #fff;
}
.header__category--gradu-invert {
  background-color: #fff;
  color: #019CD5;
}
.header__category--career-default {
  background-color: #0080CB;
  color: #fff;
}
.header__category--career-invert {
  background-color: #fff;
  color: #0080CB;
}
.header__category--pc {
  display: none;
}
@media (min-width: 768px) {
  .header__category--pc {
    display: block;
  }
}
@media (min-width: 768px) {
  .header__category--sp {
    display: none;
  }
}
.header__entry-btn, .header__menu-entry-btn {
  display: none;
}
@media (min-width: 1025px) {
  .header__entry-btn, .header__menu-entry-btn {
    display: block;
  }
}
.header__entry-btn a, .header__menu-entry-btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid #fff;
  border-radius: 100px;
  background-color: #019CD5;
  padding: 19px 30px;
  color: #fff;
  font-size: 1.375rem;
  line-height: 1;
  font-weight: 400;
  font-family: "Krona One", sans-serif;
  text-align: center;
  transition: background-color 0.15s ease-in-out, color 0.15s ease-in-out, border-color 0.15s ease-in-out;
  text-decoration: none;
}
@media (any-hover: hover) {
  .header__entry-btn a:hover, .header__menu-entry-btn a:hover {
    border-color: #019CD5;
    background-color: #fff;
    color: #019CD5;
    text-decoration: none;
  }
}
.header__requirement-btn, .header__menu-requirment-btn {
  display: none;
}
@media (min-width: 1025px) {
  .header__requirement-btn, .header__menu-requirment-btn {
    display: block;
  }
}
.header__requirement-btn a, .header__menu-requirment-btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid;
  border-radius: 100px;
  padding: 19px 30px;
  font-size: 1.375rem;
  line-height: 1;
  font-weight: 700;
  text-align: center;
  transition: background-color 0.15s ease-in-out, color 0.15s ease-in-out, border-color 0.15s ease-in-out;
  text-decoration: none;
}
@media (any-hover: hover) {
  .header__requirement-btn a:hover, .header__menu-requirment-btn a:hover {
    border-color: #019CD5;
    background-color: #019CD5;
    color: #fff;
    text-decoration: none;
  }
}
.header__requirement-btn--gradu a, .header__menu-requirment-btn--gradu a {
  border-color: #019CD5;
  background-color: #fff;
  color: #019CD5;
}
@media (any-hover: hover) {
  .header__requirement-btn--gradu a:hover, .header__menu-requirment-btn--gradu a:hover {
    background-color: #019CD5;
    color: #fff;
    text-decoration: none;
  }
}
.header__requirement-btn--career a, .header__menu-requirment-btn--career a {
  border-color: #0080CB;
  background-color: #fff;
  color: #0080CB;
}
@media (any-hover: hover) {
  .header__requirement-btn--career a:hover, .header__menu-requirment-btn--career a:hover {
    background-color: #0080CB;
    color: #fff;
    text-decoration: none;
  }
}
.header__menu-entry-btn-sp {
  flex: 1;
}
@media (min-width: 1025px) {
  .header__menu-entry-btn-sp {
    display: none;
  }
}
.header__menu-entry-btn-sp a {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid #fff;
  border-radius: 100px;
  background-color: #019CD5;
  padding: 22px;
  color: #fff;
  font-size: 2rem;
  line-height: 1;
  font-weight: 400;
  font-family: "Krona One", sans-serif;
  text-align: center;
  transition: background-color 0.15s ease-in-out, color 0.15s ease-in-out, border-color 0.15s ease-in-out;
  text-decoration: none;
}
@media (any-hover: hover) {
  .header__menu-entry-btn-sp a:hover {
    border-color: #019CD5;
    background-color: #fff;
    color: #019CD5;
    text-decoration: none;
  }
}
.header__menu-requirement-btn-sp {
  flex: 1;
}
@media (min-width: 1025px) {
  .header__menu-requirement-btn-sp {
    display: none;
  }
}
.header__menu-requirement-btn-sp a {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid;
  border-radius: 100px;
  padding: 22px;
  font-size: 2rem;
  line-height: 1;
  font-weight: 700;
  font-family: "Krona One", sans-serif;
  text-align: center;
  transition: background-color 0.15s ease-in-out, color 0.15s ease-in-out, border-color 0.15s ease-in-out;
  text-decoration: none;
}
.header__menu-requirement-btn-sp--gradu a {
  border-color: #019CD5;
  background-color: #fff;
  color: #019CD5;
}
@media (any-hover: hover) {
  .header__menu-requirement-btn-sp--gradu a:hover {
    background-color: #019CD5;
    color: #fff;
    text-decoration: none;
  }
}
.header__menu-requirement-btn-sp--career a {
  border-color: #0080CB;
  background-color: #fff;
  color: #0080CB;
}
@media (any-hover: hover) {
  .header__menu-requirement-btn-sp--career a:hover {
    background-color: #0080CB;
    color: #fff;
    text-decoration: none;
  }
}
.header__menu {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100dvh;
  background-color: #fff;
  padding-top: 100px;
  z-index: 1000;
  display: none;
  overflow-y: scroll;
}
@media (min-width: 768px) {
  .header__menu {
    padding-top: 120px;
  }
}
.header__menu-btn {
  display: grid;
  grid-template-areas: "btn";
  cursor: pointer;
  border: none;
  background-color: transparent;
  border-radius: 0;
  font-size: 0;
  line-height: 0;
  transition: opacity 0.3s ease-in-out;
}
.header__menu-inner {
  position: relative;
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 10px;
}
@media (min-width: 768px) {
  .header__menu-inner {
    padding: 0 10px 60px;
  }
}
.header__menu-link-wrapper {
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 40px;
  padding-inline: 30px;
}
@media (min-width: 768px) {
  .header__menu-link-wrapper {
    flex-direction: row;
  }
}
.header__main-nav {
  padding: 0 20px 40px;
}
@media (min-width: 768px) {
  .header__main-nav {
    padding: 0 100px 40px;
  }
}

.footer {
  position: relative;
  background-color: #019CD5;
}
.footer::before {
  content: "";
  position: relative;
  display: block;
  margin-bottom: -1px;
  mask-image: url("../images/common/bg_sect_01_sp.svg");
  mask-position: center top;
  mask-repeat: no-repeat;
  mask-size: cover;
  background-color: #fff;
  height: 14vw;
}
@media (min-width: 768px) {
  .footer::before {
    mask-image: url("../images/common/bg_sect_01.svg");
    mask-size: 2000px auto;
    height: 260px;
  }
}
@media (min-width: 2000px) {
  .footer::before {
    mask-size: 100% auto;
    height: 13cqw;
  }
}
.footer__inner {
  position: relative;
  padding: 40px 10px 32px;
  background-color: #fff;
}
@media (min-width: 768px) {
  .footer__inner {
    padding: 0 10px 60px;
  }
}
.footer-entry {
  position: relative;
  border-radius: 10px;
  max-width: 1400px;
  margin: 0 auto 60px;
  overflow: hidden;
  container-type: inline-size;
}
@media (min-width: 768px) {
  .footer-entry {
    margin: 0 auto 100px;
  }
}
.footer-entry__bg {
  transition: transform 0.3s ease-in-out;
  transform: scale(1);
}
.footer-entry__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.footer-entry__heading {
  position: absolute;
  bottom: 18px;
  left: 19px;
  z-index: 3;
}
@media (min-width: 768px) {
  .footer-entry__heading {
    top: 7.4285714286cqw;
    bottom: auto;
    left: 7.1428571429%;
  }
}
.footer-entry__en {
  display: block;
  color: #fff;
  font-size: 12.5vw;
  line-height: 1;
  font-family: "Krona One", sans-serif;
  letter-spacing: -1.25vw;
  z-index: 3;
}
@media (min-width: 768px) {
  .footer-entry__en {
    font-size: 5.1428571429cqw;
    letter-spacing: -0.072em;
  }
}
.footer-entry__en img {
  width: 100%;
}
.footer-entry__ttl {
  display: block;
  margin-top: 4px;
  color: #fff;
  font-size: 5vw;
  line-height: 1.3;
  font-weight: 700;
  z-index: 4;
}
@media (min-width: 768px) {
  .footer-entry__ttl {
    font-size: 2cqw;
  }
}
.footer-entry__arrow {
  position: absolute;
  bottom: 20px;
  right: 20px;
  display: grid;
  place-content: center;
  border-radius: 50px;
  width: 50px;
  height: 50px;
  background-color: #fff;
  font-size: 0;
  line-height: 0;
  z-index: 5;
}
@media (min-width: 768px) {
  .footer-entry__arrow {
    top: 50%;
    right: 7.1428571429%;
    bottom: auto;
    border-radius: 80px;
    width: 80px;
    height: 80px;
    transform: translateY(-50%);
  }
}
.footer-entry__arrow-inner {
  display: flex;
  gap: 10px;
  justify-content: flex-end;
  width: 18px;
  height: 18px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .footer-entry__arrow-inner {
    width: 24px;
    height: 24px;
  }
}
.footer-entry__arrow-inner::before, .footer-entry__arrow-inner::after {
  content: "";
  flex: 0 0 18px;
  width: 18px;
  height: 18px;
  mask-image: url("../images/common/icon_arrow_01.svg");
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  background-color: #0080CB;
  transition: transform 0.3s ease-in-out;
  transform: translateX(0);
}
@media (min-width: 768px) {
  .footer-entry__arrow-inner::before, .footer-entry__arrow-inner::after {
    flex: 0 0 24px;
    width: 24px;
    height: 24px;
  }
}
.footer-entry a {
  display: block;
  width: 100%;
  height: 100%;
}
@media (any-hover: hover) {
  .footer-entry a:hover .footer-entry__bg {
    transform: scale(1.05);
  }
  .footer-entry a:hover .footer-entry__arrow-inner::before, .footer-entry a:hover .footer-entry__arrow-inner::after {
    transform: translateX(calc(100% + 10px));
  }
}
.footer__sub-nav {
  margin: 10px auto 0;
  max-width: 1240px;
  padding-inline: 20px;
}
.footer__sub-nav-inner {
  display: flex;
  flex-wrap: wrap;
  gap: 24px 0;
  border-top: 1px solid #CCC;
  padding: 32px 0 0;
}
@media (min-width: 768px) {
  .footer__sub-nav-inner {
    padding: 20px 0 0;
  }
}
.footer__sub-nav-list {
  display: flex;
  gap: 12px 0;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .footer__sub-nav-list {
    gap: 0 40px;
  }
}
.footer__sub-nav-list-item {
  flex: 0 0 100%;
}
@media (min-width: 768px) {
  .footer__sub-nav-list-item {
    flex: 0 0 auto;
  }
}
.footer__sub-nav-list-item a {
  display: inline-flex;
  gap: 8px;
  font-size: 0.875rem;
  line-height: 1.3;
  font-weight: 400;
}
@media (min-width: 768px) {
  .footer__sub-nav-list-item a {
    display: flex;
  }
}
.footer__sub-nav-list-item a::after {
  content: "";
  width: 16px;
  height: 16px;
  mask-image: url("../images/common/icon_window.svg");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
  background-color: #019CD5;
}
@media (any-hover: hover) {
  .footer__sub-nav-list-item a:hover {
    text-decoration: underline;
  }
}
.footer__sub-nav small {
  flex: 0 0 100%;
  font-size: 0.75rem;
  line-height: 1.3;
  font-weight: 400;
}
@media (min-width: 768px) {
  .footer__sub-nav small {
    flex: 0 0 auto;
    margin-left: auto;
  }
}
.footer__pagetop {
  border-top: 1px solid #0080CB;
  background-color: #fff;
}
.footer__pagetop button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  width: 100%;
  border-radius: 0;
  border: none;
  padding: 32px;
  background-color: #fff;
  color: #0080CB;
  cursor: pointer;
  font-size: 1.5rem;
  line-height: 1.3;
  font-weight: 400;
  font-family: "Krona One", sans-serif;
  transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
}
@media (min-width: 768px) {
  .footer__pagetop button {
    padding: 40px;
    font-size: 1.75rem;
  }
}
.footer__pagetop button::after {
  content: "";
  display: block;
  width: 24px;
  height: 22px;
  mask-image: url("../images/common/icon_arrow_01.svg");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
  background-color: #0080CB;
  transform: rotate(-90deg);
  transition: background 0.3s ease-in-out;
}
@media (min-width: 768px) {
  .footer__pagetop button::after {
    width: 27px;
    height: 24px;
  }
}
@media (any-hover: hover) {
  .footer__pagetop button:hover {
    background-color: #0080CB;
    color: #fff;
  }
  .footer__pagetop button:hover::after {
    background-color: #fff;
  }
}
.footer--graduate {
  background-color: #019CD5;
}
.footer--graduate .footer-entry__arrow-inner::before, .footer--graduate .footer-entry__arrow-inner::after {
  background-color: #019CD5;
}
.footer--graduate .footer__category-index-list-item a::after {
  background-color: #019CD5;
}
.footer--graduate .footer__category-list-item {
  color: #019CD5;
}
.footer--graduate .footer__pagetop a {
  color: #019CD5;
}
.footer--graduate .footer__pagetop a::after {
  background-color: #019CD5;
}
.footer--career {
  background-color: #0080CB;
}
.footer--comprehensive {
  background-color: #0080CB;
}

.header__main-nav, .footer__main-nav {
  max-width: 1240px;
  margin: 0 auto;
  padding-inline: 20px;
}
@media (min-width: 768px) {
  .header__level-1-list, .footer__level-1-list {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-template-areas: "comprehensive comprehensive comprehensive comprehensive comprehensive comprehensive" "gradu gradu gradu career career career" "gradu gradu gradu limited limited limited" "personality personality truth truth seeing seeing";
    gap: 35px 0;
  }
}
.header__level-1-list-item--comprehensive, .footer__level-1-list-item--comprehensive {
  grid-area: comprehensive;
  padding: 0 0 35px;
}
@media (min-width: 768px) {
  .header__level-1-list-item--comprehensive, .footer__level-1-list-item--comprehensive {
    padding: 0;
    grid-column: span 6;
  }
}
.header__level-1-list-item--comprehensive a::after, .footer__level-1-list-item--comprehensive a::after {
  mask-image: url("../images/common/icon_arrow_01.svg");
}
.header__level-1-list-item--gradu, .footer__level-1-list-item--gradu {
  grid-area: gradu;
  border-top: 1px solid #CCC;
  padding: 30px 0 35px;
}
@media (min-width: 768px) {
  .header__level-1-list-item--gradu, .footer__level-1-list-item--gradu {
    margin-right: 10px;
    padding: 30px 0 0;
    grid-column: span 3;
  }
}
.header__level-1-list-item--gradu a::after, .footer__level-1-list-item--gradu a::after {
  mask-image: url("../images/common/icon_arrow_01.svg");
}
.header__level-1-list-item--career, .footer__level-1-list-item--career {
  grid-area: career;
  border-top: 1px solid #CCC;
  padding: 30px 0 20px;
}
@media (min-width: 768px) {
  .header__level-1-list-item--career, .footer__level-1-list-item--career {
    margin-left: 10px;
    padding: 30px 0 0;
    grid-column: span 3;
  }
}
.header__level-1-list-item--career a::after, .footer__level-1-list-item--career a::after {
  mask-image: url("../images/common/icon_arrow_01.svg");
}
.header__level-1-list-item--limited, .footer__level-1-list-item--limited {
  grid-area: limited;
  padding: 20px 0 40px;
}
@media (min-width: 768px) {
  .header__level-1-list-item--limited, .footer__level-1-list-item--limited {
    margin-left: 10px;
    padding: 0;
    grid-column: span 3;
  }
}
.header__level-1-list-item--limited a::after, .footer__level-1-list-item--limited a::after {
  mask-image: url("../images/common/icon_arrow_01.svg");
}
.header__level-1-list-item--personality, .footer__level-1-list-item--personality {
  grid-area: personality;
  border-top: 1px solid #CCC;
  padding: 30px 0 10px;
}
@media (min-width: 768px) {
  .header__level-1-list-item--personality, .footer__level-1-list-item--personality {
    padding: 30px 30px 30px 0;
    grid-column: span 2;
  }
}
.header__level-1-list-item--personality a::after, .footer__level-1-list-item--personality a::after {
  mask-image: url("../images/common/icon_arrow_01.svg");
}
.header__level-1-list-item--truth, .footer__level-1-list-item--truth {
  grid-area: truth;
  padding: 10px 0;
}
@media (min-width: 768px) {
  .header__level-1-list-item--truth, .footer__level-1-list-item--truth {
    border-top: 1px solid #CCC;
    padding: 30px 30px 30px 0;
    grid-column: span 2;
  }
}
.header__level-1-list-item--truth a::after, .footer__level-1-list-item--truth a::after {
  mask-image: url("../images/common/icon_arrow_01.svg");
}
.header__level-1-list-item--seeing, .footer__level-1-list-item--seeing {
  grid-area: seeing;
  padding: 10px 0 30px;
}
@media (min-width: 768px) {
  .header__level-1-list-item--seeing, .footer__level-1-list-item--seeing {
    border-top: 1px solid #CCC;
    padding: 30px 30px 30px 0;
    grid-column: span 2;
  }
}
.header__level-1-list-item--seeing a::after, .footer__level-1-list-item--seeing a::after {
  mask-image: url("../images/common/icon_arrow_01.svg");
}
.header__level-1-list-item > a, .footer__level-1-list-item > a {
  display: inline-flex;
  gap: 16px;
  font-size: 1.5rem;
  line-height: 1.3;
  font-weight: 700;
}
.header__level-1-list-item > a::after, .footer__level-1-list-item > a::after {
  content: "";
  display: block;
  width: 24px;
  flex: 0 0 24px;
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
  background-color: #0080CB;
  transform: translateX(0);
  transition: transform 0.3s ease-in-out;
}
@media (any-hover: hover) {
  .header__level-1-list-item > a:hover::after, .footer__level-1-list-item > a:hover::after {
    transform: translateX(10px);
  }
}
.header__level-2-list, .footer__level-2-list {
  margin: 20px 0 10px;
}
@media (min-width: 768px) {
  .header__level-2-list, .footer__level-2-list {
    margin: 0;
  }
}
@media (min-width: 768px) {
  .header__level-2-list--horizontal, .footer__level-2-list--horizontal {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
  }
}
.header__level-2-list-item, .footer__level-2-list-item {
  margin: 20px 0 0 0;
  color: #0080CB;
  font-size: 1.25rem;
  line-height: 1.3;
  font-weight: 700;
}
.header__level-3-list, .footer__level-3-list {
  display: block;
  margin-top: 10px;
}
@media (min-width: 768px) {
  .header__level-3-list, .footer__level-3-list {
    margin-top: 10px;
  }
}
.header__level-3-list-item, .footer__level-3-list-item {
  margin-block: 5px;
}
.header__level-3-list-item > a, .footer__level-3-list-item > a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 1rem;
  line-height: 1.3;
  font-weight: 500;
  color: #333;
}
.header__level-3-list-item > a::before, .footer__level-3-list-item > a::before {
  content: "";
  display: block;
  width: 6px;
  height: 12px;
  mask-image: url("../images/common/icon_arrow_02.svg");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
  background-color: #0080CB;
}
@media (any-hover: hover) {
  .header__level-3-list-item > a:hover, .footer__level-3-list-item > a:hover {
    text-decoration: underline;
  }
}
.header__level-3-list-item > span, .footer__level-3-list-item > span {
  font-size: 1rem;
  line-height: 1.3;
  font-weight: 500;
  color: #333;
}
.header__level-4-list, .footer__level-4-list {
  margin-left: 0.8em;
}
.header__level-4-list-item, .footer__level-4-list-item {
  margin-block: 5px;
}
.header__level-4-list-item > a, .footer__level-4-list-item > a {
  color: #333;
  font-size: 0.9375rem;
  line-height: 1.3;
  font-weight: 400;
}
.header__level-4-list-item > a::before, .footer__level-4-list-item > a::before {
  display: none;
}
.header__level-4-list-item > a[target=_blank], .footer__level-4-list-item > a[target=_blank] {
  display: inline-flex;
  gap: 10px;
}
@media (min-width: 768px) {
  .header__level-4-list-item > a[target=_blank], .footer__level-4-list-item > a[target=_blank] {
    display: flex;
  }
}
.header__level-4-list-item > a[target=_blank]::after, .footer__level-4-list-item > a[target=_blank]::after {
  content: "";
  flex: 0 0 16px;
  width: 16px;
  height: 16px;
  mask-image: url("../images/common/icon_window.svg");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
  background-color: #019CD5;
}
@media (any-hover: hover) {
  .header__level-4-list-item > a:hover, .footer__level-4-list-item > a:hover {
    text-decoration: underline;
  }
}
.header__level-5-list, .footer__level-5-list {
  margin: 5px 0 0 1em;
}
.header__level-5-list-item > a, .footer__level-5-list-item > a {
  color: #333;
  font-size: 0.9375rem;
  line-height: 1.3;
  font-weight: 400;
}
@media (any-hover: hover) {
  .header__level-5-list-item > a:hover, .footer__level-5-list-item > a:hover {
    text-decoration: underline;
  }
}
.header__util, .footer__util {
  margin-inline: auto;
  max-width: 1240px;
  padding-inline: 20px;
}
.header__util-list, .footer__util-list {
  border-top: 1px solid #CCC;
  padding-block: 30px;
}
@media (min-width: 1025px) {
  .header__util-list, .footer__util-list {
    display: flex;
    gap: 12px 50px;
  }
}
.header__util-list-item, .footer__util-list-item {
  font-size: 0.875rem;
  line-height: 1.3;
  font-weight: 400;
}
@media (min-width: 768px) {
  .header__util-list-item, .footer__util-list-item {
    display: flex;
    align-items: flex-end;
    gap: 0 20px;
  }
}
.header__util-list-item-btn, .footer__util-list-item-btn {
  display: inline-flex;
  gap: 10px;
  text-align: left;
  font-size: 1rem;
  line-height: 1.3;
  font-weight: 500;
  color: #333;
}
@media (any-hover: hover) {
  .header__util-list-item-btn:hover, .footer__util-list-item-btn:hover {
    text-decoration: underline;
  }
}
@media (min-width: 768px) {
  .header__util-list-item-btn, .footer__util-list-item-btn {
    gap: 5px;
  }
}
.header__util-list-item-btn::before, .footer__util-list-item-btn::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 12px;
  flex: 0 0 6px;
  margin-top: 5px;
  mask-image: url("../images/common/icon_arrow_02.svg");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
  background-color: #0080CB;
}
.header__util-list-item:not(:first-child), .footer__util-list-item:not(:first-child) {
  margin-top: 12px;
}
@media (min-width: 1025px) {
  .header__util-list-item:not(:first-child), .footer__util-list-item:not(:first-child) {
    margin-top: 0;
  }
}
@media (any-hover: hover) {
  .header__util-list-item a:hover, .footer__util-list-item a:hover {
    text-decoration: underline;
  }
}
.header__util-list-item--pdf a, .footer__util-list-item--pdf a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 1rem;
  line-height: 1.3;
  font-weight: 500;
}
.header__util-list-item--pdf a::after, .footer__util-list-item--pdf a::after {
  content: "";
  display: inline-block;
  width: 14px;
  height: 18px;
  flex: 0 0 14px;
  background-image: url("../images/common/icon_pdf.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.header__util-note-list, .footer__util-note-list {
  list-style: none;
  margin-top: 10px;
}
@media (min-width: 1025px) {
  .header__util-note-list, .footer__util-note-list {
    margin-top: 0;
  }
}
.header__util-note-list-item, .footer__util-note-list-item {
  padding-left: 1em;
  font-size: 0.75rem;
  line-height: 1.5;
  font-weight: 400;
  text-indent: -1em;
}

.recruit {
  position: relative;
  padding: 60px 0 80px;
}
@media (min-width: 768px) {
  .recruit {
    padding: 120px 0;
  }
}
.recruit__inner {
  margin: 0 auto;
  max-width: 1240px;
  padding: 0 20px;
}
@media (min-width: 768px) {
  .recruit__flex {
    display: flex;
    gap: 40px;
  }
}
.recruit__heading {
  margin-bottom: 40px;
  color: #fff;
  text-align: center;
}
@media (min-width: 768px) {
  .recruit__heading {
    margin-bottom: 0;
    text-align: left;
    writing-mode: vertical-rl;
  }
}
.recruit__ttl {
  font-size: 2.5rem;
  line-height: 1.5;
  font-weight: 700;
}
@media (min-width: 768px) {
  .recruit__ttl {
    font-size: 2.5rem;
    line-height: 1;
  }
}
.recruit__en {
  margin-top: 8px;
  font-size: 0.875rem;
  line-height: 1;
  font-weight: 400;
  font-family: "Krona One", sans-serif;
}
@media (min-width: 768px) {
  .recruit__en {
    margin-top: 0;
    margin-right: 8px;
    font-size: 1.25rem;
  }
}
.recruit__link-list {
  display: grid;
  gap: 10px 20px;
  grid-auto-rows: 1fr;
}
@media (min-width: 768px) {
  .recruit__link-list {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    flex: 1;
  }
}
.recruit__link-list-item {
  flex-grow: 1;
  flex-basis: 100%;
}
@media (min-width: 768px) {
  .recruit__link-list-item:only-child {
    max-width: calc(50% - 10px);
  }
}
@media (min-width: 768px) {
  .recruit__link-list-item {
    flex-basis: 33.3333333333%;
  }
}
.recruit__link-list-item-arrow {
  position: absolute;
  bottom: 10px;
  right: 10px;
  display: grid;
  place-content: center;
  border-radius: 40px;
  width: 40px;
  height: 40px;
  background-color: #fff;
  font-size: 0;
  line-height: 0;
  z-index: 5;
}
.recruit__link-list-item-arrow-inner {
  display: flex;
  justify-content: flex-end;
  gap: 8px;
  width: 18px;
  height: 18px;
  overflow: hidden;
}
.recruit__link-list-item-arrow-inner::before {
  content: "";
  flex: 0 0 18px;
  width: 18px;
  height: 18px;
  mask-image: url("../images/common/icon_arrow_01.svg");
  mask-repeat: no-repeat;
  mask-size: contain;
  transition: transform 0.3s ease-in-out;
  transform: translateX(0);
}
.recruit__link-list-item-arrow-inner::after {
  content: "";
  flex: 0 0 18px;
  width: 18px;
  height: 18px;
  mask-image: url("../images/common/icon_arrow_01.svg");
  mask-repeat: no-repeat;
  mask-size: contain;
  transition: transform 0.3s ease-in-out;
  transform: translateX(0);
}
.recruit__link-list-item-arrow-inner--ex::before, .recruit__link-list-item-arrow-inner--ex::after {
  mask-image: url("../images/common/icon_content_window.svg");
}
.recruit__link-list-item-txt {
  position: relative;
  z-index: 5;
}
.recruit__link-list-item a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 10px;
  border: 2px solid transparent;
  width: 100%;
  height: 100%;
  background-color: #fff;
  text-decoration: none;
  overflow: hidden;
  transition: opacity 0.3s ease-in-out, background-color 0.3s ease-in-out;
}
@media (any-hover: hover) {
  .recruit__link-list-item a:hover .recruit__link-list-item-arrow-inner:not(.recruit__link-list-item-arrow-inner--ex)::before, .recruit__link-list-item a:hover .recruit__link-list-item-arrow-inner:not(.recruit__link-list-item-arrow-inner--ex)::after {
    transform: translateX(calc(100% + 8px));
  }
}
.recruit__link-list-item--gradu a, .recruit__link-list-item--career a, .recruit__link-list-item--limited a {
  padding: 30px 60px 30px 30px;
  font-size: 1.5rem;
  line-height: 1.3;
  font-weight: 700;
}
@media (any-hover: hover) {
  .recruit__link-list-item--gradu a:hover::before, .recruit__link-list-item--career a:hover::before, .recruit__link-list-item--limited a:hover::before {
    opacity: 0;
  }
}
@media (any-hover: none) {
  .recruit__link-list-item--gradu a, .recruit__link-list-item--career a, .recruit__link-list-item--limited a {
    background-color: transparent;
  }
  .recruit__link-list-item--gradu a .recruit__link-list-item-txt, .recruit__link-list-item--career a .recruit__link-list-item-txt, .recruit__link-list-item--limited a .recruit__link-list-item-txt {
    color: #fff;
  }
  .recruit__link-list-item--gradu a::before, .recruit__link-list-item--career a::before, .recruit__link-list-item--limited a::before {
    opacity: 0;
  }
}
.recruit__link-list-item--gradu a::before, .recruit__link-list-item--career a::before, .recruit__link-list-item--limited a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 3;
  transition: opacity 0.3s ease-in-out, background-color 0.3s ease-in-out;
}
.recruit__link-list-item--gradu a::after, .recruit__link-list-item--career a::after, .recruit__link-list-item--limited a::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../images/common/recruit_bg_01@2x.jpg");
  z-index: 2;
  transition: opacity 0.3s ease-in-out, background-color 0.3s ease-in-out;
}
.recruit__link-list-item--career a::after {
  background-image: url("../images/common/recruit_bg_02@2x.jpg");
}
.recruit__link-list-item--limited a::after {
  background-image: url("../images/common/recruit_bg_03@2x.jpg");
}
.recruit__link-list-item--gradu-page a, .recruit__link-list-item--career-page a {
  border-color: #fff;
  padding: 28px 50px 28px 30px;
  font-size: 1.25rem;
  line-height: 1.5;
  font-weight: 700;
}
@media (min-width: 768px) {
  .recruit__link-list-item--gradu-page a, .recruit__link-list-item--career-page a {
    padding: 51px 51px 51px 30px;
    font-size: 1.375rem;
    line-height: 1.3;
  }
}
@media (any-hover: hover) {
  .recruit__link-list-item--gradu-page a:hover, .recruit__link-list-item--career-page a:hover {
    color: #fff;
    background-color: #019CD5;
  }
}
.recruit__link-list-item--career-page a {
  padding: 43px 50px 43px 30px;
}
@media (any-hover: hover) {
  .recruit__link-list-item--career-page a:hover {
    background-color: #0080CB;
  }
}
.recruit--gradu {
  background-color: #019CD5;
}
.recruit--gradu .recruit__link-list-item-arrow {
  bottom: 50%;
  transform: translateY(50%);
}
.recruit--gradu .recruit__link-list-item-arrow-inner::before, .recruit--gradu .recruit__link-list-item-arrow-inner::after {
  background-color: #019CD5;
}
.recruit--gradu .recruit__link-list-item-arrow-inner--ex::before, .recruit--gradu .recruit__link-list-item-arrow-inner--ex::after {
  background-color: #7B8E99;
}
.recruit--gradu .recruit__link-list-item a {
  color: #019CD5;
}
@media (any-hover: hover) {
  .recruit--gradu .recruit__link-list-item a:hover {
    color: #fff;
  }
  .recruit--gradu .recruit__link-list-item a:hover::before {
    background-color: #019CD5;
  }
}
.recruit--career {
  background-color: #0080CB;
}
.recruit--career .recruit__link-list-item-arrow {
  bottom: 50%;
  transform: translateY(50%);
}
.recruit--career .recruit__link-list-item-arrow--top {
  transform: translateY(50%) rotate(-90deg);
}
.recruit--career .recruit__link-list-item-arrow-inner::before, .recruit--career .recruit__link-list-item-arrow-inner::after {
  background-color: #0080CB;
}
.recruit--career .recruit__link-list-item a {
  color: #0080CB;
}
@media (any-hover: hover) {
  .recruit--career .recruit__link-list-item a:hover {
    color: #fff;
  }
  .recruit--career .recruit__link-list-item a:hover::before {
    background-color: #0080CB;
  }
}
.recruit--comprehensive {
  background-color: #0080CB;
}
.recruit--comprehensive .recruit__link-list-item-arrow-inner::before, .recruit--comprehensive .recruit__link-list-item-arrow-inner::after {
  background-color: #0080CB;
}
.recruit--comprehensive .recruit__link-list-item a {
  color: #0080CB;
}
@media (any-hover: hover) {
  .recruit--comprehensive .recruit__link-list-item a:hover {
    background-color: #0080CB;
    color: #fff;
  }
}

.anchor--sp-half .anchor-list {
  grid-template-columns: repeat(2, 1fr);
}
@media (min-width: 768px) {
  .anchor--sp-half .anchor-list {
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
  }
  .anchor--sp-half .anchor-list:has(> :nth-child(3):last-child) {
    grid-template-columns: repeat(3, 1fr);
  }
  .anchor--sp-half .anchor-list:has(> :nth-child(2):last-child) {
    grid-template-columns: repeat(2, 1fr);
  }
}
.anchor-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 15px;
}
@media (min-width: 768px) {
  .anchor-list {
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
  }
  .anchor-list:has(> :nth-child(3):last-child) {
    grid-template-columns: repeat(3, 1fr);
  }
  .anchor-list:has(> :nth-child(2):last-child) {
    grid-template-columns: repeat(2, 1fr);
  }
}
.anchor-list__item a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  border-bottom: 1px solid #CCC;
  padding: 0 10px 12px 0;
  font-size: 1rem;
  line-height: 1.6;
  font-weight: 700;
  text-decoration: none;
}
@media (min-width: 768px) {
  .anchor-list__item a {
    font-size: 1.125rem;
    line-height: 1.5;
  }
}
.anchor-list__item a::after {
  content: "";
  flex: 0 0 15px;
  display: block;
  width: 15px;
  height: 14px;
  mask-image: url("../images/common/icon_arrow_01.svg");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
  transform: rotate(90deg) translateX(0);
  background-color: #0080CB;
  transition: transform 0.3s ease-in-out;
}
@media (any-hover: hover) {
  .anchor-list__item a:hover::after {
    transform: rotate(90deg) translateX(10px);
  }
}
.anchor--invert .anchor-list__item a {
  color: #fff;
}
.anchor--invert .anchor-list__item a::after {
  background-color: #fff;
}

.interview-list__item {
  flex: 0 0 240px;
}
@media (min-width: 768px) {
  .interview-list__item {
    flex: 0 0 340px;
  }
}
.interview-list__item a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
@media (any-hover: hover) {
  .interview-list__item a:hover .interview-list__img img {
    transform: scale(1.05);
  }
}
.interview-list__img {
  border-radius: 10px;
  overflow: hidden;
}
.interview-list__img img {
  width: 100%;
  transform: scale(1);
  transition: transform 0.3s ease-in-out;
}
.interview-list__ttl {
  position: absolute;
  top: 20px;
  right: -10px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  gap: 4px 0;
  writing-mode: vertical-rl;
  font-size: 1.375rem;
  line-height: 1;
  font-weight: 700;
}
.interview-list__ttl span {
  background-color: #fff;
}
.interview-list__name {
  display: inline-block;
  margin-top: 20px;
  padding-left: 20px;
  font-family: "Krona One", sans-serif;
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: 400;
}
@media (min-width: 768px) {
  .interview-list__name {
    font-size: 1.75rem;
  }
}
.interview-list__joined {
  display: inline-block;
  margin-left: 10px;
  font-family: "Krona One", sans-serif;
  font-size: 0.875rem;
  line-height: 1.6;
  font-weight: 700;
}
.interview-list__post {
  padding-left: 20px;
  font-size: 0.9375rem;
  line-height: 1.3;
  font-weight: 400;
}

.btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1 1 340px;
  border-radius: 10px;
  border: 1px solid #0080CB;
  background-color: #0080CB;
  padding: 24px 20px;
  color: #fff;
  font-size: 1.125rem;
  line-height: 1.5;
  font-weight: 700;
  transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out, border-color 0.3s ease-in-out;
}
@media (any-hover: hover) {
  .btn:hover {
    background-color: #fff;
    color: #0080CB;
    text-decoration: none;
  }
  .btn:hover::after {
    background-color: #0080CB;
  }
}
@media (min-width: 768px) {
  .btn {
    max-width: 360px;
    flex: 1 1 360px;
  }
}
.btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 20px;
  height: 20px;
  mask-image: url("../images/common/icon_arrow_01.svg");
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  background-color: #fff;
  transition: background 0.3s;
  transform: translateY(-50%);
}
.btn[disabled] {
  pointer-events: none;
  background-color: #aaa;
  border-color: #aaa;
}
.btn--back {
  background-color: #fff;
  color: #0080CB;
}
.btn--back::after {
  left: 20px;
  right: auto;
  background-color: #0080CB;
  transform: scale(-1, 1) translateY(-50%);
}
@media (any-hover: hover) {
  .btn--back:hover {
    background-color: #D5F1F9;
  }
}
.btn--small {
  background-color: #fff;
  max-width: 320px;
  flex: 0 1 320px;
}
@media (min-width: 768px) {
  .btn--small {
    max-width: 240px;
    flex: 1 1 240px;
  }
}
.btn--small::after {
  background-color: #0080CB;
  transform: translateY(-50%);
}
@media (any-hover: hover) {
  .btn--small:hover {
    background-color: #0080CB;
  }
  .btn--small:hover span {
    color: #fff;
  }
  .btn--small:hover::after {
    background-color: #fff;
  }
}
.btn--small span {
  color: #333;
  font-size: 1.125rem;
  line-height: 1.5;
  font-weight: 700;
}
.btn--gradu {
  border: 2px solid transparent;
  background-color: #fff;
  max-width: 320px;
  flex: 0 1 320px;
}
@media (min-width: 768px) {
  .btn--gradu {
    max-width: 240px;
    flex: 1 1 240px;
  }
}
.btn--gradu::after {
  background-color: #0080CB;
  transform: translateY(-50%);
}
@media (any-hover: hover) {
  .btn--gradu:hover {
    border-color: #fff;
    background-color: #019CD5;
  }
  .btn--gradu:hover span {
    color: #fff;
  }
  .btn--gradu:hover::after {
    background-color: #fff;
  }
}
.btn--gradu span {
  color: #333;
  font-size: 1.125rem;
  line-height: 1.5;
  font-weight: 700;
}
.btn--career {
  border: 2px solid transparent;
  background-color: #fff;
  max-width: 320px;
  flex: 0 1 320px;
}
@media (min-width: 768px) {
  .btn--career {
    max-width: 240px;
    flex: 1 1 240px;
  }
}
.btn--career::after {
  background-color: #0080CB;
  transform: translateY(-50%);
}
@media (any-hover: hover) {
  .btn--career:hover {
    border-color: #fff;
    background-color: #0080CB;
  }
  .btn--career:hover span {
    color: #fff;
  }
  .btn--career:hover::after {
    background-color: #fff;
  }
}
.btn--career span {
  color: #333;
  font-size: 1.125rem;
  line-height: 1.5;
  font-weight: 700;
}

.interview-card {
  flex: 0 1 280px;
  max-width: 280px;
}
@media (min-width: 768px) {
  .interview-card {
    flex: 0 1 340px;
    max-width: 340px;
  }
}
.interview-card a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
@media (any-hover: hover) {
  .interview-card a:hover .interview-card__img img {
    transform: scale(1.05);
  }
}
.interview-card--default {
  --color-text: #333;
}
.interview-card--invert {
  --color-text: #fff;
}
.interview-card__img {
  border-radius: 10px;
  overflow: hidden;
}
.interview-card__img img {
  width: 100%;
  transform: scale(1);
  transition: transform 0.3s ease-in-out;
}
.interview-card__ttl {
  position: absolute;
  top: 20px;
  right: -20px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  gap: 4px 0;
  writing-mode: vertical-rl;
  font-size: 1.375rem;
  line-height: 1;
  font-weight: 700;
}
.interview-card__ttl span {
  padding: 8px 6px;
  background-color: #fff;
}
.interview-card__txt-wrapper {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  flex-wrap: wrap;
  gap: 5px 10px;
  margin: 20px 0 0;
}
@media (min-width: 768px) {
  .interview-card__txt-wrapper {
    margin: 20px 10px 0;
  }
}
.interview-card__name {
  display: inline-block;
  color: var(--color-text);
  font-family: "Krona One", sans-serif;
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: 400;
}
@media (min-width: 768px) {
  .interview-card__name {
    font-size: 1.75rem;
  }
}
.interview-card__joined {
  display: inline-block;
  color: var(--color-text);
  font-family: "Krona One", sans-serif;
  font-size: 0.875rem;
  line-height: 1.6;
  font-weight: 700;
}
.interview-card__category {
  display: inline-block;
  padding: 4px 8px;
  font-size: 0.875rem;
  line-height: 1.6;
  font-weight: 700;
}
.interview-card__category--corporate {
  border: 1px solid #0080CB;
  background-color: #fff;
  color: #0080CB;
}
.interview-card__category--plantengineering {
  border: 1px solid #fff;
  background-color: #0080CB;
  color: #fff;
}
.interview-card__category--logistics {
  border: 1px solid #fff;
  background-color: #00B1AA;
  color: #fff;
}
.interview-card__post {
  width: 100%;
  color: var(--color-text);
  font-size: 0.9375rem;
  line-height: 1.3;
  font-weight: 400;
}
@media (min-width: 768px) {
  .interview-card__post {
    width: auto;
  }
}

.modal__overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2000;
}
.modal__container {
  position: relative;
  max-width: 86%;
  width: 1200px;
  max-height: 90vh;
  height: 700px;
}
@media (min-width: 768px) {
  .modal__container {
    max-width: 80%;
  }
}
.modal__box {
  display: flex;
  flex-direction: column;
  border-radius: 10px;
  height: 700px;
  max-height: 90vh;
  background-color: #fff;
  padding: 40px 20px;
}
@media (min-width: 768px) {
  .modal__box {
    padding: 60px 40px 60px 80px;
  }
}
.modal__box-inner {
  flex: 1;
  overflow-y: auto;
  min-height: 0;
  padding-right: 20px;
}
@media (min-width: 768px) {
  .modal__box-inner {
    padding-right: 50px;
  }
}
.modal__box-inner::-webkit-scrollbar {
  width: 5px;
}
@media (min-width: 768px) {
  .modal__box-inner::-webkit-scrollbar {
    width: 10px;
  }
}
.modal__box-inner::-webkit-scrollbar-track {
  background-color: #CCC;
  border-radius: 5px;
}
.modal__box-inner::-webkit-scrollbar-thumb {
  background-color: #0080CB;
  border-radius: 5px;
}
.modal__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.modal__title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.125rem;
  line-height: 1.5;
  font-weight: 700;
  color: #0080CB;
}
@media (min-width: 768px) {
  .modal__title {
    font-size: 1.25rem;
    line-height: 1.8;
  }
}
.modal__close {
  position: absolute;
  top: -30px;
  right: -20px;
  z-index: 2001;
  background: transparent;
  border: 0;
}
.modal__content {
  margin-top: 10px;
  color: rgba(0, 0, 0, 0.8);
}
.modal__txt {
  font-size: 0.9375rem;
  line-height: 1.6;
  font-weight: 400;
}
@media (min-width: 768px) {
  .modal__txt {
    font-size: 1rem;
  }
}
.modal__txt:not(:first-child) {
  margin-top: 20px;
}
.modal__list {
  list-style: none;
}
.modal__list li {
  padding-left: 1em;
  text-indent: -1em;
}
.modal__btn {
  font-size: 0.875rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  background-color: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  border-radius: 0.25rem;
  border-style: none;
  border-width: 0;
  cursor: pointer;
  -webkit-appearance: button;
  text-transform: none;
  overflow: visible;
  line-height: 1.15;
  margin: 0;
  will-change: transform;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
  transition: -webkit-transform 0.25s ease-out;
  transition: transform 0.25s ease-out;
}
.modal__btn:focus {
  transform: scale(1.05);
}
@media (any-hover: hover) {
  .modal__btn:hover {
    transform: scale(1.05);
  }
}
.modal-primary {
  background-color: #00449e;
  color: #fff;
}

@keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes mmslideIn {
  from {
    transform: translateY(15%);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes mmslideOut {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-10%);
  }
}
.micromodal-slide {
  display: none;
}
.micromodal-slide.is-open {
  display: block;
}
.micromodal-slide[aria-hidden=false] .modal__overlay {
  animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.micromodal-slide[aria-hidden=false] .modal__container {
  animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.micromodal-slide[aria-hidden=true] .modal__overlay {
  animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.micromodal-slide[aria-hidden=true] .modal__container {
  animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.micromodal-slide .modal__container, .micromodal-slide .modal__overlay {
  will-change: transform;
}
