@charset "UTF-8";
/*
Theme Name: 明新日本語学校
*/
@import url("assets/scss/reset.css");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Roboto:wght@700&family=Zen+Kaku+Gothic+New:wght@500;700&display=swap");
/* iOSでのデフォルトスタイルをリセット */
input[type=submit],
input[type=button] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}
input[type=submit]::focus,
input[type=button]::focus {
  outline-offset: -2px;
}

@media screen and (max-width: 959px) {
  .pc_only {
    display: none;
  }
  .sp_only {
    display: block;
  }
}
@media screen and (min-width: 960px) {
  .pc_only {
    display: block;
  }
  .sp_only {
    display: none;
  }
}
#wpadminbar {
  display: none;
}

body {
  color: #333333;
  letter-spacing: 0.06em;
  font-family: "Noto Sans JP", serif;
  font-weight: 600;
  line-height: 1.4;
  background-color: #fff;
}
body input,
body button {
  font-family: inherit;
}
body a {
  color: inherit;
}
body p {
  line-height: 1.8;
}
body strong {
  font-weight: bold;
}
body .underline {
  text-decoration: underline;
}
body img {
  max-width: 100%;
  height: auto;
}
body iframe {
  max-width: 100%;
}
@media screen and (min-width: 960px) {
  body a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}
@media screen and (max-width: 959px) {
  body {
    font-size: 15px;
  }
}

.container {
  width: 100%;
  max-width: 100%;
  margin: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 8vw;
}
@media screen and (max-width: 959px) {
  .container {
    padding: 0 20px;
  }
}

.container-md {
  width: 1080px;
  max-width: 100%;
  margin: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 8px;
}
@media screen and (max-width: 959px) {
  .container-md {
    padding: 0 20px;
  }
}

.container-sm {
  width: 900px;
  max-width: 100%;
  margin: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 8px;
}
@media screen and (max-width: 959px) {
  .container-sm {
    padding: 0 20px;
  }
}

ul.normal-list li {
  line-height: 1.8;
  padding-left: 1.4em;
  position: relative;
}
ul.normal-list li::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0.5em;
}

ol.normal-list {
  list-style: decimal;
  padding-left: 2em;
}
ol.normal-list li {
  line-height: 1.8;
}

.logo-text {
  font-size: 36px;
}
.logo-text.white {
  color: #fff;
}
@media screen and (max-width: 959px) {
  .logo-text {
    font-size: 24px;
  }
}

.fz-20 {
  font-size: 20px;
}
@media screen and (max-width: 959px) {
  .fz-20 {
    font-size: 14px;
  }
}
@media screen and (max-width: 479px) {
  .fz-20 {
    font-size: 14px;
  }
}

.heading.--center {
  text-align: center;
}
.heading .heading-en {
  font-size: 50px;
  color: #1c49a0;
  font-family: "Roboto", sans-serif;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 959px) {
  .heading .heading-en {
    font-size: 40px;
  }
}
@media screen and (max-width: 479px) {
  .heading .heading-en {
    font-size: 40px;
  }
}
.heading .heading-ja {
  font-weight: bold;
  color: #1c49a0;
}
.heading .heading-sub {
  font-size: 20px;
}
@media screen and (max-width: 959px) {
  .heading .heading-sub {
    font-size: 18px;
  }
}
@media screen and (max-width: 479px) {
  .heading .heading-sub {
    font-size: 18px;
  }
}
.heading .heading-line {
  margin-top: 40px;
  width: 60px;
  height: 2px;
  background: #1c49a0;
}
@media screen and (max-width: 959px) {
  .heading .heading-line {
    margin-top: calc(40 * 2 / 10 * 1vw);
  }
}
.heading .heading-text {
  margin-top: 18px;
}
@media screen and (max-width: 959px) {
  .heading .heading-text {
    margin-top: calc(18 * 2 / 10 * 1vw);
  }
}

.page-heading .heading-line {
  width: 100px;
  height: 2px;
  background: #1c49a0;
  margin: auto;
}
.page-heading .heading-line.--left {
  margin: 0 auto 0 0;
}
.page-heading .heading-ja {
  color: #1c49a0;
  font-size: 28px;
  text-align: center;
  margin-top: 30px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 959px) {
  .page-heading .heading-ja {
    font-size: 24px;
  }
}
@media screen and (max-width: 479px) {
  .page-heading .heading-ja {
    font-size: 24px;
  }
}
@media screen and (max-width: 959px) {
  .page-heading .heading-ja {
    margin-top: calc(30 * 2 / 10 * 1vw);
  }
}
.page-heading .heading-ja.--left {
  text-align: left;
}
.page-heading .heading-text {
  margin-top: 40px;
  color: #1c49a0;
}
@media screen and (max-width: 959px) {
  .page-heading .heading-text {
    margin-top: calc(40 * 2 / 10 * 1vw);
  }
}

.contents-block {
  margin-top: 30px;
}
@media screen and (max-width: 959px) {
  .contents-block {
    margin-top: calc(30 * 2 / 10 * 1vw);
  }
}

.margin-l-0 {
  margin-left: calc(50% - 50vw);
}
@media screen and (max-width: 959px) {
  .margin-l-0 {
    margin-left: auto;
  }
}

.margin-r-0 {
  margin-right: calc(50% - 50vw);
}
@media screen and (max-width: 959px) {
  .margin-r-0 {
    margin-right: auto;
  }
}

.ta-center {
  text-align: center;
}

.ta-right {
  text-align: right;
}

.fd-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.bg-white {
  background-color: #fff !important;
}

.bg-light-blue {
  background-color: #edf3fc;
}

.br-basic {
  border-radius: 4px;
  overflow: hidden;
}
.br-basic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.mt-40 {
  margin-top: 40px;
}
@media screen and (max-width: 959px) {
  .mt-40 {
    margin-top: calc(40 * 2 / 10 * 1vw);
  }
}

.mt-60 {
  margin-top: 60px;
}
@media screen and (max-width: 959px) {
  .mt-60 {
    margin-top: calc(60 * 2 / 10 * 1vw);
  }
}
@media screen and (max-width: 959px) {
  .mt-60 {
    margin-top: 30px;
  }
}

.mt-80 {
  margin-top: 80px;
}
@media screen and (max-width: 959px) {
  .mt-80 {
    margin-top: calc(80 * 2 / 10 * 1vw);
  }
}

.button-basic {
  background-color: #fff;
  color: #1c49a0;
  border: 1px solid #9bb0d8;
  border-radius: 50px;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 30px;
  padding-right: 30px;
  font-size: 14px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2em;
  min-width: 200px;
}
@media screen and (max-width: 959px) {
  .button-basic {
    padding-top: calc(12 * 2 / 10 * 1vw);
    padding-bottom: calc(12 * 2 / 10 * 1vw);
  }
}
@media screen and (max-width: 959px) {
  .button-basic {
    padding-left: calc(30 * 2 / 10 * 1vw);
    padding-right: calc(30 * 2 / 10 * 1vw);
  }
}
@media screen and (max-width: 959px) {
  .button-basic {
    font-size: 12px;
  }
}
@media screen and (max-width: 479px) {
  .button-basic {
    font-size: 12px;
  }
}
@media screen and (max-width: 959px) {
  .button-basic {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.button-basic::after {
  content: "";
  height: auto;
  background-image: url(./assets/images/icon/arrow-right--blue-circle.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 54px;
  height: auto;
  aspect-ratio: 27/13;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.button-basic.--another-tab {
  gap: 1em;
}
.button-basic.--another-tab:after {
  background-image: url(./assets/images/icon/another-tab.svg);
  width: 16px;
  height: auto;
  aspect-ratio: 1/1;
}
.button-basic:hover {
  border: 1px solid #1c49a0;
}
.button-basic:hover::after {
  -webkit-transform: translateX(6px);
          transform: translateX(6px);
}

.button-more {
  background-color: #333333;
  color: #fff8f5;
  font-size: 15px;
  width: 70px;
  height: 70px;
  border-radius: 50px;
  position: absolute;
  top: 0;
  right: -35px;
  bottom: 0;
  margin: auto 0;
  text-align: center;
  line-height: 12px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #fff8f5;
}
@media screen and (max-width: 959px) {
  .button-more {
    font-size: 15px;
  }
}
@media screen and (max-width: 479px) {
  .button-more {
    font-size: 15px;
  }
}
.button-more__inner {
  padding-bottom: 14px;
  position: relative;
}
.button-more__inner::after {
  content: url(./assets/images/icon/arow-right--white.svg);
  position: absolute;
  right: 0;
  left: 0;
  bottom: -4px;
  margin: auto;
  width: 25px;
  height: auto;
}
@media screen and (max-width: 959px) {
  .button-more {
    top: auto;
    right: 0;
    left: 0;
    margin: 0 auto;
    bottom: -35px;
  }
}
.button-more:hover {
  background-color: #fff !important;
  border: 1px solid #333333;
  color: #333333;
}
.button-more:hover .button-more__inner::after {
  content: url(./assets/images/icon/arow-right.svg);
}

.link-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1em;
  width: 80%;
  margin: 0 auto;
  margin-bottom: 60px;
}
@media screen and (max-width: 959px) {
  .link-block {
    margin-bottom: calc(60 * 2 / 10 * 1vw);
  }
}
.link-block__item {
  display: block;
  text-align: center;
  padding-top: 14px;
  padding-bottom: 36px;
  font-size: 16px;
  border: 1px solid #fff;
  border-radius: 20px;
  background-color: #1c49a0;
  color: #fff;
  font-weight: 500;
  width: 200px;
  position: relative;
}
@media screen and (max-width: 959px) {
  .link-block__item {
    padding-top: calc(14 * 2 / 10 * 1vw);
  }
}
@media screen and (max-width: 959px) {
  .link-block__item {
    padding-bottom: calc(36 * 2 / 10 * 1vw);
  }
}
@media screen and (max-width: 959px) {
  .link-block__item {
    font-size: 14px;
  }
}
@media screen and (max-width: 479px) {
  .link-block__item {
    font-size: 14px;
  }
}
@media screen and (max-width: 959px) {
  .link-block__item {
    padding-bottom: 36px;
  }
}
.link-block__item::after {
  position: absolute;
  content: url(./assets/images/icon/arow-down--white.svg);
  width: 10px;
  height: auto;
  bottom: 8px;
  right: 0;
  left: 0;
  margin: 0 auto;
}
@media screen and (max-width: 959px) {
  .link-block__item::after {
    bottom: 6px;
  }
}
.link-block__item:hover {
  background-color: #fff;
  color: #1c49a0;
  border: 1px solid #1c49a0;
}
.link-block__item:hover::after {
  content: url(./assets/images/icon/arow-down.svg);
}
.link-block .link-block-sub {
  background-color: #fff;
  border: 1px solid #1c49a0;
  color: #333333;
}
.link-block .link-block-sub::after {
  content: url(./assets/images/icon/arow-down.svg);
}
.link-block .link-block-sub:hover {
  background-color: #1c49a0;
  color: #fff;
  border: 1px solid #1c49a0;
}
.link-block .link-block-sub:hover::after {
  content: url(./assets/images/icon/arow-down--white.svg);
}

.fade-in {
  opacity: 0;
  -webkit-transition: opacity 0.7s ease, -webkit-filter 0.7s ease 0.2s, -webkit-transform 0.7s ease 0.2s;
  transition: opacity 0.7s ease, -webkit-filter 0.7s ease 0.2s, -webkit-transform 0.7s ease 0.2s;
  transition: opacity 0.7s ease, filter 0.7s ease 0.2s, transform 0.7s ease 0.2s;
  transition: opacity 0.7s ease, filter 0.7s ease 0.2s, transform 0.7s ease 0.2s, -webkit-filter 0.7s ease 0.2s, -webkit-transform 0.7s ease 0.2s;
  opacity: 0;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}
.fade-in.active {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}
.fade-in.delay-1 {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}
.fade-in.delay-2 {
  -webkit-transition-delay: 1.5s;
          transition-delay: 1.5s;
}
.fade-in.delay-3 {
  -webkit-transition-delay: 2s;
          transition-delay: 2s;
}

.mv-fade-in {
  opacity: 0;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
  will-change: transform, filter, opacity;
  -webkit-transition: opacity 1s ease, -webkit-filter 0.7s ease 0.2s, -webkit-transform 1.7s ease 0.2s;
  transition: opacity 1s ease, -webkit-filter 0.7s ease 0.2s, -webkit-transform 1.7s ease 0.2s;
  transition: opacity 1s ease, filter 0.7s ease 0.2s, transform 1.7s ease 0.2s;
  transition: opacity 1s ease, filter 0.7s ease 0.2s, transform 1.7s ease 0.2s, -webkit-filter 0.7s ease 0.2s, -webkit-transform 1.7s ease 0.2s;
}
.mv-fade-in.active {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.mv-fade-in.delay-1 {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}
.mv-fade-in.delay-2 {
  -webkit-transition-delay: 2s;
          transition-delay: 2s;
}
.mv-fade-in.delay-3 {
  -webkit-transition-delay: 3.5s;
          transition-delay: 3.5s;
}

.hidden {
  opacity: 0 !important;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.header {
  padding: 0 0;
  width: 100%;
  top: 0;
  left: 0;
  -webkit-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
  position: fixed;
  z-index: 10;
  background-color: #fff;
}
.header__wrap {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 0 0 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 959px) {
  .header__wrap {
    padding: 0 0 0 20px;
  }
}
.header__logo {
  width: 60%;
  max-width: 260px;
}
.header__main {
  height: 90px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2em;
}
.header__button-block {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
}
@media screen and (max-width: 959px) {
  .header__button-block {
    font-size: 14px;
  }
}
@media screen and (max-width: 479px) {
  .header__button-block {
    font-size: 14px;
  }
}
.header__button {
  z-index: 12;
  color: #fff;
}
@media screen and (max-width: 959px) {
  .header__button {
    display: none;
  }
}
.header__button a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 1em;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 30px;
  padding-right: 30px;
  height: 100%;
  background-color: #1ca06d;
}
@media screen and (max-width: 959px) {
  .header__button a {
    padding-left: calc(30 * 2 / 10 * 1vw);
    padding-right: calc(30 * 2 / 10 * 1vw);
  }
}
.header__button:hover a {
  background-color: #157651;
}
.header__nav {
  height: 100%;
}
@media screen and (max-width: 1199px) {
  .header__nav {
    display: none;
  }
}
.header__nav nav {
  height: 100%;
}
.header__nav nav > ul {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 1.6em;
  font-size: 15px;
}
@media screen and (max-width: 959px) {
  .header__nav nav > ul {
    font-size: 13px;
  }
}
@media screen and (max-width: 479px) {
  .header__nav nav > ul {
    font-size: 13px;
  }
}
.header__nav nav > ul > li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.header__item {
  text-align: center;
}
@media screen and (max-width: 959px) {
  .header__item {
    margin-top: -20px;
  }
}
.header .header-item__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 2em;
}
.header .header-item__cta {
  display: block;
  opacity: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.header__hamburger {
  background-color: #1c49a0;
  width: 100px;
  z-index: 12;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.header__hamburger:hover {
  cursor: pointer;
}

.header-navi {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.header-navi__item {
  margin-left: 30px;
  text-transform: uppercase;
  font-size: 16px;
}

.menu-trigger {
  display: inline-block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 !important;
  width: 40px;
  position: relative;
  height: 24px;
  vertical-align: middle;
  cursor: pointer;
}
.menu-trigger span {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.menu-trigger span:nth-of-type(1) {
  top: 0;
}
.menu-trigger span:nth-of-type(2) {
  top: 0;
  bottom: 0;
  margin: auto;
}
.menu-trigger span:nth-of-type(3) {
  bottom: 0;
}
.menu-trigger.active span {
  display: block;
  background-color: #fff;
}
.menu-trigger.active span:nth-of-type(1) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: unset;
  bottom: 10px;
}
.menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}
.menu-trigger.active span:nth-of-type(3) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  bottom: 10px;
}

.sp-nav {
  width: 40%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 11;
  color: #fff;
  background: #1c49a0;
  -webkit-transition: all 0.9s cubic-bezier(0.5, 0, 0, 1);
  transition: all 0.9s cubic-bezier(0.5, 0, 0, 1);
  opacity: 0;
  pointer-events: none;
}
@media screen and (max-width: 959px) {
  .sp-nav {
    width: 96%;
  }
}
.sp-nav.active {
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
  -webkit-transition: all 0.9s cubic-bezier(0.5, 0, 0, 1);
  transition: all 0.9s cubic-bezier(0.5, 0, 0, 1);
  opacity: 1;
  pointer-events: auto;
}
.sp-nav__wrap {
  padding-left: 100px;
  padding-right: 100px;
  padding-top: 170px;
  padding-bottom: 80px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 100%;
}
@media screen and (max-width: 959px) {
  .sp-nav__wrap {
    padding-left: calc(100 * 2 / 10 * 1vw);
    padding-right: calc(100 * 2 / 10 * 1vw);
  }
}
@media screen and (max-width: 959px) {
  .sp-nav__wrap {
    padding-top: calc(170 * 2 / 10 * 1vw);
  }
}
@media screen and (max-width: 959px) {
  .sp-nav__wrap {
    padding-bottom: calc(80 * 2 / 10 * 1vw);
  }
}
@media screen and (max-width: 959px) {
  .sp-nav__wrap {
    padding: 100px 30px 60px 30px;
  }
}
.sp-nav__links {
  overflow-y: auto;
  height: 100%;
  scrollbar-width: none;
}
.sp-nav__links::-webkit-scrollbar {
  display: none;
}
.sp-nav__link > ul .sp-nav-parent {
  font-size: 18px;
  border-bottom: 1px solid #7586a7;
  padding-top: 30px;
  padding-bottom: 30px;
}
@media screen and (max-width: 959px) {
  .sp-nav__link > ul .sp-nav-parent {
    font-size: 14px;
  }
}
@media screen and (max-width: 479px) {
  .sp-nav__link > ul .sp-nav-parent {
    font-size: 14px;
  }
}
@media screen and (max-width: 959px) {
  .sp-nav__link > ul .sp-nav-parent {
    padding-top: calc(30 * 2 / 10 * 1vw);
    padding-bottom: calc(30 * 2 / 10 * 1vw);
  }
}
.sp-nav__link > ul .sp-nav-parent > a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 10px;
  height: 100%;
  font-weight: 500;
}
@media screen and (max-width: 959px) {
  .sp-nav__link > ul .sp-nav-parent > a {
    padding-right: calc(10 * 2 / 10 * 1vw);
  }
}
.sp-nav__link > ul .sp-nav-parent > a:after {
  content: "";
  background-image: url(./assets/images/icon/arrow-right--white.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 20px;
  height: auto;
  aspect-ratio: 7/4;
}
.sp-nav__children {
  margin-top: 14px;
}
@media screen and (max-width: 959px) {
  .sp-nav__children {
    margin-top: calc(14 * 2 / 10 * 1vw);
  }
}
.sp-nav__children ul {
  font-size: 14px;
  font-weight: normal;
}
@media screen and (max-width: 959px) {
  .sp-nav__children ul {
    font-size: 14px;
  }
}
@media screen and (max-width: 479px) {
  .sp-nav__children ul {
    font-size: 14px;
  }
}
.sp-nav__children ul li:not(:first-child) {
  margin-top: 10px;
}
@media screen and (max-width: 959px) {
  .sp-nav__children ul li:not(:first-child) {
    margin-top: calc(10 * 2 / 10 * 1vw);
  }
}
.sp-nav__children ul li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 1em;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.sp-nav__children ul li a:before {
  content: "";
  width: 20px;
  height: 1px;
  background: #cbcbcb;
}
.sp-nav__block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 60px;
}
@media screen and (max-width: 959px) {
  .sp-nav__block {
    margin-top: calc(60 * 2 / 10 * 1vw);
  }
}
@media screen and (max-width: 959px) {
  .sp-nav__block {
    display: block;
  }
}
.sp-nav__item {
  width: 70%;
}
.sp-nav__item-heading {
  font-size: 16px;
  margin-bottom: 10px;
}
@media screen and (max-width: 959px) {
  .sp-nav__item-heading {
    margin-bottom: calc(10 * 2 / 10 * 1vw);
  }
}
.sp-nav__item-tel {
  font-size: 30px;
  font-weight: bold;
  white-space: nowrap;
}
@media screen and (max-width: 959px) {
  .sp-nav__item-tel {
    font-size: 30px;
  }
}
@media screen and (max-width: 479px) {
  .sp-nav__item-tel {
    font-size: 30px;
  }
}
@media screen and (max-width: 959px) {
  .sp-nav__item-tel {
    font-size: 9vw;
  }
}
.sp-nav__item-tel img {
  width: 26px;
  -webkit-filter: invert(1) brightness(2);
          filter: invert(1) brightness(2);
}
.sp-nav__item-fax {
  text-align: right;
  font-weight: bold;
}
.sp-nav__item-fax span {
  font-size: 20px;
  font-weight: bold;
}
@media screen and (max-width: 959px) {
  .sp-nav__item-fax span {
    font-size: 20px;
  }
}
@media screen and (max-width: 479px) {
  .sp-nav__item-fax span {
    font-size: 20px;
  }
}
.sp-nav__item-button {
  background-color: #333333;
  border: 1px solid #333333;
  color: #fffdfc;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
  margin-top: 40px;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 959px) {
  .sp-nav__item-button {
    padding-left: calc(20 * 2 / 10 * 1vw);
    padding-right: calc(20 * 2 / 10 * 1vw);
  }
}
@media screen and (max-width: 959px) {
  .sp-nav__item-button {
    margin-top: calc(40 * 2 / 10 * 1vw);
  }
}
.sp-nav__item-button:hover {
  background-color: #fffdfc;
  color: #333333;
}

.sp-nav-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 10; /* メニューの一つ下 */
  opacity: 0;
  pointer-events: none;
}
.sp-nav-overlay.active {
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
  -webkit-transition: all 0.9s cubic-bezier(0.5, 0, 0, 1);
  transition: all 0.9s cubic-bezier(0.5, 0, 0, 1);
  opacity: 1;
  cursor: pointer;
  pointer-events: auto;
}

.fixed-menu {
  display: none;
}
@media screen and (max-width: 959px) {
  .fixed-menu {
    position: fixed;
    bottom: 0;
    right: 0;
    display: block;
    color: #fff;
    height: 60px;
    width: 100%;
    z-index: 8;
    text-align: center;
  }
}
.fixed-menu__wrap {
  height: 100%;
}
.fixed-menu__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
}
.fixed-menu__item {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  white-space: nowrap;
  background-color: #1ca06d;
  color: #fff;
  padding: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1em;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 15px;
  font-weight: bold;
  text-align: left;
}
.fixed-menu__item img {
  width: 20px;
}

.main-visual__wrap {
  width: 86%;
  margin: auto;
  height: 100%;
}
@media screen and (max-width: 959px) {
  .main-visual__wrap {
    width: 90%;
  }
}
.main-visual__container {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  position: relative;
}
.main-visual__text-block {
  margin-top: 90px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 12vw;
}
@media screen and (max-width: 959px) {
  .main-visual__text-block {
    margin-top: calc(90 * 2 / 10 * 1vw);
  }
}
@media screen and (max-width: 959px) {
  .main-visual__text-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2em;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-top: 30px;
  }
}
.main-visual__catch {
  color: #1c49a0;
}
.main-visual__catch .catch-sub {
  font-weight: bold;
  font-size: 1vw;
  font-family: "Roboto", sans-serif;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.8em;
}
.main-visual__catch .catch-sub:before {
  content: "";
  width: 16px;
  height: 2px;
  background: #1c49a0;
}
@media screen and (max-width: 959px) {
  .main-visual__catch .catch-sub {
    font-size: 4.4vw;
  }
}
.main-visual__catch .catch-ja {
  margin-top: 10px;
  font-weight: 600;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 3.4vw;
  letter-spacing: 0.1em;
  margin-left: -0.6em;
}
@media screen and (max-width: 959px) {
  .main-visual__catch .catch-ja {
    margin-top: calc(10 * 2 / 10 * 1vw);
  }
}
.main-visual__catch .catch-ja span {
  font-size: 2vw;
}
@media screen and (max-width: 959px) {
  .main-visual__catch .catch-ja span {
    font-size: 4.6vw;
  }
}
@media screen and (max-width: 959px) {
  .main-visual__catch .catch-ja {
    font-size: 8.6vw;
  }
}
.main-visual__text {
  font-weight: bold;
  line-height: 2;
  padding-right: 4em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 959px) {
  .main-visual__text {
    padding: 0;
  }
}
.main-visual__slider {
  margin-top: 60px;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}
@media screen and (max-width: 959px) {
  .main-visual__slider {
    margin-top: calc(60 * 2 / 10 * 1vw);
  }
}
.main-visual__slider .main-visual-slide {
  border-radius: 10px;
  overflow: hidden;
  aspect-ratio: 7/5;
}
@media screen and (max-width: 959px) {
  .main-visual__slider .main-visual-slide {
    aspect-ratio: 7/8;
  }
}
.main-visual__slider .main-visual-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.main-visual__slider .main-visual-slide:nth-child(odd) {
  margin-top: 30px;
}
.main-visual__slider .slick-slide {
  margin-left: 15px;
  margin-right: 15px;
}
@media screen and (max-width: 959px) {
  .main-visual__slider .slick-slide {
    margin-left: calc(15 * 2 / 10 * 1vw);
    margin-right: calc(15 * 2 / 10 * 1vw);
  }
}

.top-news .page__button,
.top-about .page__button {
  margin-top: 40px;
}
@media screen and (max-width: 959px) {
  .top-news .page__button,
  .top-about .page__button {
    margin-top: calc(40 * 2 / 10 * 1vw);
  }
}
@media screen and (max-width: 959px) {
  .top-news .page__button,
  .top-about .page__button {
    margin: 0 auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}

.top-about .about-boxes {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 2em;
}
@media screen and (max-width: 959px) {
  .top-about .about-boxes {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.top-about .about-box {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.top-about .about-box__image {
  border-radius: 4px;
  overflow: hidden;
  aspect-ratio: 5/6;
}
@media screen and (max-width: 959px) {
  .top-about .about-box__image {
    aspect-ratio: 4/3;
  }
}
.top-about .about-box__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.top-about .about-box__heading {
  text-align: center;
  margin-top: 15px;
  line-height: 1.6;
}
@media screen and (max-width: 959px) {
  .top-about .about-box__heading {
    margin-top: calc(15 * 2 / 10 * 1vw);
  }
}
.top-about .about-box__heading span {
  color: #1c49a0;
  font-size: 20px;
}
@media screen and (max-width: 959px) {
  .top-about .about-box__heading span {
    font-size: 18px;
  }
}
@media screen and (max-width: 479px) {
  .top-about .about-box__heading span {
    font-size: 18px;
  }
}

.content-campus .campus-boxes {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3em;
}
@media screen and (max-width: 959px) {
  .content-campus .campus-boxes {
    grid-template-columns: repeat(1, 1fr);
    gap: 2em;
  }
}
.content-campus .campus-box {
  border-radius: 4px;
  border: 1.4px solid #9bb0d8;
  position: relative;
  background-color: #fff;
}
.content-campus .campus-box.--paged {
  opacity: 0.3;
}
.content-campus .campus-box:after {
  content: "";
  background-image: url(./assets/images/icon/arrow-right--blue-circle.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 54px;
  height: auto;
  aspect-ratio: 27/13;
  position: absolute;
  -webkit-align-self: anchor-center;
      -ms-flex-item-align: anchor-center;
          align-self: anchor-center;
  right: 1em;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 959px) {
  .content-campus .campus-box:after {
    width: 40px;
  }
}
.content-campus .campus-box:hover {
  border: 1.4px solid #1c49a0;
}
.content-campus .campus-box:hover:after {
  -webkit-transform: translate(6px);
          transform: translate(6px);
}
.content-campus .campus-box__inner {
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 959px) {
  .content-campus .campus-box__inner {
    padding-left: calc(20 * 2 / 10 * 1vw);
    padding-right: calc(20 * 2 / 10 * 1vw);
  }
}
@media screen and (max-width: 959px) {
  .content-campus .campus-box__inner {
    padding-top: calc(20 * 2 / 10 * 1vw);
    padding-bottom: calc(20 * 2 / 10 * 1vw);
  }
}
.content-campus .campus-box__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 2em;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.content-campus .campus-box__image {
  aspect-ratio: 4/3;
  overflow: hidden;
  width: 44%;
}
.content-campus .campus-box__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.content-campus .campus-box__heading .heading-ja {
  color: #1c49a0;
  font-size: 28px;
}
@media screen and (max-width: 959px) {
  .content-campus .campus-box__heading .heading-ja {
    font-size: 20px;
  }
}
@media screen and (max-width: 479px) {
  .content-campus .campus-box__heading .heading-ja {
    font-size: 20px;
  }
}
.content-campus .campus-box__heading .heading-en {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  color: rgba(28, 73, 160, 0.3);
  margin-top: 4px;
}
@media screen and (max-width: 959px) {
  .content-campus .campus-box__heading .heading-en {
    font-size: 14px;
  }
}
@media screen and (max-width: 479px) {
  .content-campus .campus-box__heading .heading-en {
    font-size: 14px;
  }
}
@media screen and (max-width: 959px) {
  .content-campus .campus-box__heading .heading-en {
    margin-top: calc(4 * 2 / 10 * 1vw);
  }
}
.content-campus .campus-box__detail {
  margin-top: 20px;
  color: #1c49a0;
}
@media screen and (max-width: 959px) {
  .content-campus .campus-box__detail {
    margin-top: calc(20 * 2 / 10 * 1vw);
  }
}
.content-campus .campus-box__detail span {
  display: block;
  width: 24px;
  height: 1px;
  background: #1c49a0;
}

.top-recruit {
  position: relative;
  margin-top: 80px;
}
@media screen and (max-width: 959px) {
  .top-recruit {
    margin-top: calc(80 * 2 / 10 * 1vw);
  }
}
.top-recruit::after {
  content: "";
  width: 100%;
  height: 76%;
  background-color: #151c2a;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.top-recruit .top-recruit-box {
  background-image: url(./assets/images/common/bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff !important;
  border-radius: 10px;
  overflow: hidden;
}
.top-recruit .top-recruit-box__heading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.top-recruit .top-recruit-box__heading .heading-en,
.top-recruit .top-recruit-box__heading .heading-ja {
  color: #fff !important;
}
.top-recruit .top-recruit-box__inner {
  padding-top: 60px;
  padding-bottom: 60px;
  padding-left: 100px;
  padding-right: 100px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 959px) {
  .top-recruit .top-recruit-box__inner {
    padding-top: calc(60 * 2 / 10 * 1vw);
    padding-bottom: calc(60 * 2 / 10 * 1vw);
  }
}
@media screen and (max-width: 959px) {
  .top-recruit .top-recruit-box__inner {
    padding-left: calc(100 * 2 / 10 * 1vw);
    padding-right: calc(100 * 2 / 10 * 1vw);
  }
}
@media screen and (max-width: 959px) {
  .top-recruit .top-recruit-box__inner {
    padding: 30px 30px;
  }
}
.top-recruit .top-recruit-box__text {
  font-size: 26px;
  line-height: 1.6;
  margin-top: 40px;
}
@media screen and (max-width: 959px) {
  .top-recruit .top-recruit-box__text {
    font-size: 16px;
  }
}
@media screen and (max-width: 479px) {
  .top-recruit .top-recruit-box__text {
    font-size: 16px;
  }
}
@media screen and (max-width: 959px) {
  .top-recruit .top-recruit-box__text {
    margin-top: calc(40 * 2 / 10 * 1vw);
  }
}
.top-recruit .top-recruit-box__button-block {
  margin-top: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 2em;
}
@media screen and (max-width: 959px) {
  .top-recruit .top-recruit-box__button-block {
    margin-top: calc(30 * 2 / 10 * 1vw);
  }
}
@media screen and (max-width: 959px) {
  .top-recruit .top-recruit-box__button-block {
    gap: 1em;
  }
}
.top-recruit .top-recruit-box__button {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background-color: #fff;
  color: #1c49a0;
  border-radius: 10px;
}
.top-recruit .top-recruit-box__button a {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
}
@media screen and (max-width: 959px) {
  .top-recruit .top-recruit-box__button a {
    padding-top: calc(20 * 2 / 10 * 1vw);
    padding-bottom: calc(20 * 2 / 10 * 1vw);
  }
}
@media screen and (max-width: 959px) {
  .top-recruit .top-recruit-box__button a {
    padding-left: calc(20 * 2 / 10 * 1vw);
    padding-right: calc(20 * 2 / 10 * 1vw);
  }
}
.top-recruit .top-recruit-box__button a:after {
  content: "";
  background-image: url(./assets/images/icon/arrow-right--blue-circle.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 54px;
  height: auto;
  aspect-ratio: 27/13;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.top-recruit .top-recruit-box__button:hover a:after {
  -webkit-transform: translate(6px);
          transform: translate(6px);
}

.content-description h2 {
  color: #1c49a0;
  font-size: 30px;
  text-align: center;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 959px) {
  .content-description h2 {
    font-size: 24px;
  }
}
@media screen and (max-width: 479px) {
  .content-description h2 {
    font-size: 24px;
  }
}
.content-description p {
  margin-top: 30px;
  text-align: center;
}
@media screen and (max-width: 959px) {
  .content-description p {
    margin-top: calc(30 * 2 / 10 * 1vw);
  }
}

.content-strength .content-box:not(:first-child) {
  margin-top: 50px;
}
@media screen and (max-width: 959px) {
  .content-strength .content-box:not(:first-child) {
    margin-top: calc(50 * 2 / 10 * 1vw);
  }
}
.content-strength .content-box__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 4em;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 959px) {
  .content-strength .content-box__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2em;
  }
}
.content-strength .content-box__image {
  width: 34%;
}
@media screen and (max-width: 959px) {
  .content-strength .content-box__image {
    width: 100%;
  }
}
.content-strength .content-box__text-block {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.content-strength .content-box__heading {
  color: #1c49a0;
  font-size: 24px;
  padding-bottom: 16px;
  border-bottom: 1px solid #cbcbcb;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1em;
}
@media screen and (max-width: 959px) {
  .content-strength .content-box__heading {
    font-size: 18px;
  }
}
@media screen and (max-width: 479px) {
  .content-strength .content-box__heading {
    font-size: 18px;
  }
}
@media screen and (max-width: 959px) {
  .content-strength .content-box__heading {
    padding-bottom: calc(16 * 2 / 10 * 1vw);
  }
}
.content-strength .content-box__heading .line {
  width: 1px;
  height: 38px;
  background: #cbcbcb;
}
.content-strength .content-box__number {
  font-size: 40px;
  font-family: "Roboto", sans-serif;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 959px) {
  .content-strength .content-box__number {
    font-size: 30px;
  }
}
@media screen and (max-width: 479px) {
  .content-strength .content-box__number {
    font-size: 30px;
  }
}
.content-strength .content-box__text {
  margin-top: 20px;
  text-align: justify;
}
@media screen and (max-width: 959px) {
  .content-strength .content-box__text {
    margin-top: calc(20 * 2 / 10 * 1vw);
  }
}

.content-greeting .content-box {
  background-color: #f5f5f5;
}
.content-greeting .content-box__inner {
  padding-left: 60px;
  padding-right: 60px;
  padding-top: 60px;
  padding-bottom: 60px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 959px) {
  .content-greeting .content-box__inner {
    padding-left: calc(60 * 2 / 10 * 1vw);
    padding-right: calc(60 * 2 / 10 * 1vw);
  }
}
@media screen and (max-width: 959px) {
  .content-greeting .content-box__inner {
    padding-top: calc(60 * 2 / 10 * 1vw);
    padding-bottom: calc(60 * 2 / 10 * 1vw);
  }
}
@media screen and (max-width: 959px) {
  .content-greeting .content-box__inner {
    padding: 30px 30px;
  }
}
.content-greeting .content-box__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 3em;
}
@media screen and (max-width: 959px) {
  .content-greeting .content-box__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.content-greeting .content-box__image {
  width: 27%;
}
@media screen and (max-width: 959px) {
  .content-greeting .content-box__image {
    width: 80%;
    margin: auto;
  }
}
.content-greeting .content-box__text-block {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.content-greeting .content-box__heading {
  color: #1c49a0;
  font-size: 26px;
  padding-bottom: 20px;
  border-bottom: 1px solid #cbcbcb;
}
@media screen and (max-width: 959px) {
  .content-greeting .content-box__heading {
    font-size: 20px;
  }
}
@media screen and (max-width: 479px) {
  .content-greeting .content-box__heading {
    font-size: 20px;
  }
}
@media screen and (max-width: 959px) {
  .content-greeting .content-box__heading {
    padding-bottom: calc(20 * 2 / 10 * 1vw);
  }
}
.content-greeting .content-box__text {
  margin-top: 20px;
}
@media screen and (max-width: 959px) {
  .content-greeting .content-box__text {
    margin-top: calc(20 * 2 / 10 * 1vw);
  }
}
.content-greeting .content-box__name {
  text-align: right;
  margin-top: 10px;
  font-size: 18px;
}
@media screen and (max-width: 959px) {
  .content-greeting .content-box__name {
    margin-top: calc(10 * 2 / 10 * 1vw);
  }
}
@media screen and (max-width: 959px) {
  .content-greeting .content-box__name {
    font-size: 16px;
  }
}
@media screen and (max-width: 479px) {
  .content-greeting .content-box__name {
    font-size: 16px;
  }
}
.content-greeting .content-box__name span {
  font-size: 14px;
}
@media screen and (max-width: 959px) {
  .content-greeting .content-box__name span {
    font-size: 12px;
  }
}
@media screen and (max-width: 479px) {
  .content-greeting .content-box__name span {
    font-size: 12px;
  }
}

.content-teachers .content-boxes {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 5em 3em;
}
@media screen and (max-width: 959px) {
  .content-teachers .content-boxes {
    grid-template-columns: repeat(1, 1fr);
    gap: 3em 1em;
  }
}
.content-teachers .content-box__image {
  aspect-ratio: 2/1;
  border: 1px solid #cbcbcb;
}
.content-teachers .content-box__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.content-teachers .content-box__text-block {
  margin-top: 20px;
}
@media screen and (max-width: 959px) {
  .content-teachers .content-box__text-block {
    margin-top: calc(20 * 2 / 10 * 1vw);
  }
}
.content-teachers .content-box__name {
  font-size: 18px;
  text-align: right;
}
@media screen and (max-width: 959px) {
  .content-teachers .content-box__name {
    font-size: 15px;
  }
}
@media screen and (max-width: 479px) {
  .content-teachers .content-box__name {
    font-size: 15px;
  }
}
.content-teachers .content-box__name span {
  font-size: 14px;
  color: #1c49a0;
}
@media screen and (max-width: 959px) {
  .content-teachers .content-box__name span {
    font-size: 12px;
  }
}
@media screen and (max-width: 479px) {
  .content-teachers .content-box__name span {
    font-size: 12px;
  }
}
.content-teachers .content-box__text {
  margin-top: 16px;
  font-size: 15px;
  text-align: justify;
}
@media screen and (max-width: 959px) {
  .content-teachers .content-box__text {
    margin-top: calc(16 * 2 / 10 * 1vw);
  }
}
@media screen and (max-width: 959px) {
  .content-teachers .content-box__text {
    font-size: 13px;
  }
}
@media screen and (max-width: 479px) {
  .content-teachers .content-box__text {
    font-size: 13px;
  }
}

.page-campus .page-heading .heading-line {
  margin: 0 auto 0 0;
}
.page-campus .page-heading .heading-ja {
  text-align: left;
}

.content-feature .content-box:not(:first-child) {
  margin-top: 50px;
}
@media screen and (max-width: 959px) {
  .content-feature .content-box:not(:first-child) {
    margin-top: calc(50 * 2 / 10 * 1vw);
  }
}
@media screen and (max-width: 959px) {
  .content-feature .content-box:not(:first-child) {
    margin-top: 40px;
  }
}
.content-feature .content-box__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 2em;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 959px) {
  .content-feature .content-box__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1em;
  }
}
.content-feature .content-box__image {
  width: 40%;
  aspect-ratio: 14/9;
  overflow: hidden;
}
.content-feature .content-box__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 959px) {
  .content-feature .content-box__image {
    width: 100%;
  }
}
.content-feature .content-box__text-block {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.content-feature .content-box__heading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #1c49a0;
  gap: 1em;
  font-size: 22px;
  padding-bottom: 10px;
  border-bottom: 1px solid #cbcbcb;
}
@media screen and (max-width: 959px) {
  .content-feature .content-box__heading {
    font-size: 18px;
  }
}
@media screen and (max-width: 479px) {
  .content-feature .content-box__heading {
    font-size: 18px;
  }
}
@media screen and (max-width: 959px) {
  .content-feature .content-box__heading {
    padding-bottom: calc(10 * 2 / 10 * 1vw);
  }
}
.content-feature .content-box__heading .line {
  width: 1px;
  height: 30px;
  background: #cbcbcb;
}
.content-feature .content-box__number {
  font-size: 30px;
  font-family: "Roboto", sans-serif;
}
@media screen and (max-width: 959px) {
  .content-feature .content-box__number {
    font-size: 20px;
  }
}
@media screen and (max-width: 479px) {
  .content-feature .content-box__number {
    font-size: 20px;
  }
}
.content-feature .content-box__text {
  margin-top: 20px;
  font-size: 15px;
  text-align: justify;
}
@media screen and (max-width: 959px) {
  .content-feature .content-box__text {
    margin-top: calc(20 * 2 / 10 * 1vw);
  }
}
@media screen and (max-width: 959px) {
  .content-feature .content-box__text {
    font-size: 14px;
  }
}
@media screen and (max-width: 479px) {
  .content-feature .content-box__text {
    font-size: 14px;
  }
}

.content-surroundings .content-boxes {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2em;
}
@media screen and (max-width: 959px) {
  .content-surroundings .content-boxes {
    grid-template-columns: repeat(1, 1fr);
  }
}
.content-surroundings .content-box__image {
  aspect-ratio: 14/9;
  overflow: hidden;
}
.content-surroundings .content-box__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.content-surroundings .content-box__text-block {
  margin-top: 20px;
}
@media screen and (max-width: 959px) {
  .content-surroundings .content-box__text-block {
    margin-top: calc(20 * 2 / 10 * 1vw);
  }
}
.content-surroundings .content-box__heading {
  font-size: 18px;
  text-align: center;
  color: #1c49a0;
}
@media screen and (max-width: 959px) {
  .content-surroundings .content-box__heading {
    font-size: 16px;
  }
}
@media screen and (max-width: 479px) {
  .content-surroundings .content-box__heading {
    font-size: 16px;
  }
}
.content-surroundings .content-box__text {
  margin-top: 20px;
  font-size: 14px;
}
@media screen and (max-width: 959px) {
  .content-surroundings .content-box__text {
    margin-top: calc(20 * 2 / 10 * 1vw);
  }
}
@media screen and (max-width: 959px) {
  .content-surroundings .content-box__text {
    font-size: 13px;
  }
}
@media screen and (max-width: 479px) {
  .content-surroundings .content-box__text {
    font-size: 13px;
  }
}

.page-campus .content-access .content-box {
  background-color: #fff;
}
.page-campus .content-access .content-box__inner {
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 40px;
  padding-bottom: 40px;
}
@media screen and (max-width: 959px) {
  .page-campus .content-access .content-box__inner {
    padding-left: calc(40 * 2 / 10 * 1vw);
    padding-right: calc(40 * 2 / 10 * 1vw);
  }
}
@media screen and (max-width: 959px) {
  .page-campus .content-access .content-box__inner {
    padding-top: calc(40 * 2 / 10 * 1vw);
    padding-bottom: calc(40 * 2 / 10 * 1vw);
  }
}
.page-campus .content-access .content-box__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 3em;
}
@media screen and (max-width: 959px) {
  .page-campus .content-access .content-box__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.page-campus .content-access .content-box__map {
  width: 45%;
  aspect-ratio: 364/230;
}
.page-campus .content-access .content-box__map iframe {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 959px) {
  .page-campus .content-access .content-box__map {
    width: 100%;
  }
}
.page-campus .content-access .content-box__text-block {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.common-access .info {
  line-height: 1.6;
}
.common-access .detail {
  margin-top: 20px;
}
@media screen and (max-width: 959px) {
  .common-access .detail {
    margin-top: calc(20 * 2 / 10 * 1vw);
  }
}
.common-access .detail ul li {
  font-size: 14px;
}
@media screen and (max-width: 959px) {
  .common-access .detail ul li {
    font-size: 12px;
  }
}
@media screen and (max-width: 479px) {
  .common-access .detail ul li {
    font-size: 12px;
  }
}
.common-access .detail ul li:not(:first-child) {
  margin-top: 6px;
}
@media screen and (max-width: 959px) {
  .common-access .detail ul li:not(:first-child) {
    margin-top: calc(6 * 2 / 10 * 1vw);
  }
}
.common-access .button {
  margin-top: 30px;
}
@media screen and (max-width: 959px) {
  .common-access .button {
    margin-top: calc(30 * 2 / 10 * 1vw);
  }
}

.content-voice .content-boxes {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4em 2em;
}
@media screen and (max-width: 959px) {
  .content-voice .content-boxes {
    grid-template-columns: repeat(1, 1fr);
    gap: 2em;
  }
}
.content-voice .content-box {
  border-radius: 10px;
  background-color: #fff;
  border: 1px solid #e2e2e2;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  /*開くためのボタンとテキストを隠すグラデーションの設定*/
  /*閉じるボタン*/
}
.content-voice .content-box__inner {
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 30px;
  padding-bottom: 30px;
}
@media screen and (max-width: 959px) {
  .content-voice .content-box__inner {
    padding-left: calc(20 * 2 / 10 * 1vw);
    padding-right: calc(20 * 2 / 10 * 1vw);
  }
}
@media screen and (max-width: 959px) {
  .content-voice .content-box__inner {
    padding-top: calc(30 * 2 / 10 * 1vw);
    padding-bottom: calc(30 * 2 / 10 * 1vw);
  }
}
.content-voice .content-box__block {
  position: relative;
}
.content-voice .content-box__detail {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 1em;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.content-voice .content-box__image {
  width: 25%;
  border-radius: 8px;
  overflow: hidden;
  aspect-ratio: 10/7;
}
@media screen and (max-width: 959px) {
  .content-voice .content-box__image {
    width: 36%;
  }
}
.content-voice .content-box__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.content-voice .content-box__country {
  font-size: 12px;
}
@media screen and (max-width: 959px) {
  .content-voice .content-box__country {
    font-size: 10px;
  }
}
@media screen and (max-width: 479px) {
  .content-voice .content-box__country {
    font-size: 10px;
  }
}
.content-voice .content-box__name {
  font-size: 18px;
  margin-top: 10px;
}
@media screen and (max-width: 959px) {
  .content-voice .content-box__name {
    font-size: 15px;
  }
}
@media screen and (max-width: 479px) {
  .content-voice .content-box__name {
    font-size: 15px;
  }
}
@media screen and (max-width: 959px) {
  .content-voice .content-box__name {
    margin-top: calc(10 * 2 / 10 * 1vw);
  }
}
.content-voice .content-box__name span {
  font-size: 12px;
}
@media screen and (max-width: 959px) {
  .content-voice .content-box__name span {
    font-size: 10px;
  }
}
@media screen and (max-width: 479px) {
  .content-voice .content-box__name span {
    font-size: 10px;
  }
}
.content-voice .content-box__text-block {
  margin-top: 16px;
}
@media screen and (max-width: 959px) {
  .content-voice .content-box__text-block {
    margin-top: calc(16 * 2 / 10 * 1vw);
  }
}
.content-voice .content-box__heading {
  font-size: 18px;
  color: #1c49a0;
  line-height: 1.6;
}
@media screen and (max-width: 959px) {
  .content-voice .content-box__heading {
    font-size: 15px;
  }
}
@media screen and (max-width: 479px) {
  .content-voice .content-box__heading {
    font-size: 15px;
  }
}
.content-voice .content-box__text {
  font-size: 14px;
  margin-top: 10px;
  text-align: justify;
}
@media screen and (max-width: 959px) {
  .content-voice .content-box__text {
    font-size: 14px;
  }
}
@media screen and (max-width: 479px) {
  .content-voice .content-box__text {
    font-size: 14px;
  }
}
@media screen and (max-width: 959px) {
  .content-voice .content-box__text {
    margin-top: calc(10 * 2 / 10 * 1vw);
  }
}
.content-voice .content-box input {
  display: none;
  /* 開いた時にグラデーションを消す */
}
.content-voice .content-box input:checked + label {
  background: inherit;
}
.content-voice .content-box label {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 1;
  bottom: -10px;
  width: 100%;
  height: 100px; /* グラデーションの高さ */
  cursor: pointer;
  text-align: center;
  /* 以下グラデーションは背景を自身のサイトに合わせて設定してください */
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(250, 252, 252, 0)), color-stop(90%, rgba(255, 255, 255, 0.95)));
  background: -webkit-linear-gradient(top, rgba(250, 252, 252, 0) 0%, rgba(255, 255, 255, 0.95) 90%);
  background: linear-gradient(to bottom, rgba(250, 252, 252, 0) 0%, rgba(255, 255, 255, 0.95) 90%);
  /*続きをよむボタン*/
}
.content-voice .content-box label:after, .content-voice .content-box label::before {
  content: "";
  position: absolute;
  line-height: 2.5rem;
}
.content-voice .content-box label:after, .content-voice .content-box label::before {
  content: "";
  position: absolute;
  line-height: 2.5rem;
}
.content-voice .content-box label:after {
  z-index: 2;
  bottom: 0;
  width: 13em;
  content: "続きをよむ";
  color: #ffffff;
  background: #1c49a0;
  border-radius: 20px;
  font-size: 12px;
}
.content-voice .content-box label::before {
  position: absolute;
  bottom: 18px;
  right: 36%;
  left: auto;
  z-index: 3;
  width: 10px;
  height: 5px;
  background: #ffffff;
  -webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
          clip-path: polygon(50% 100%, 0 0, 100% 0);
}
@media screen and (max-width: 959px) {
  .content-voice .content-box label::before {
    right: 32%;
  }
}
.content-voice .content-box__container {
  overflow: hidden;
  height: 220px; /* 開く前に見えている部分の高さ */
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.content-voice .content-box input:checked + label:after {
  content: "閉じる";
}
.content-voice .content-box input:checked + label:before {
  -webkit-transform: scale(1, -1);
          transform: scale(1, -1);
}
.content-voice .content-box input:checked ~ .content-box__container {
  height: auto;
  padding-bottom: 80px; /* 閉じるボタンのbottomからの位置 */
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.content-schedule .content-box {
  background-color: #edf3fc;
}
.content-schedule .content-box__inner {
  padding-left: 80px;
  padding-right: 80px;
  padding-top: 60px;
  padding-bottom: 60px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 959px) {
  .content-schedule .content-box__inner {
    padding-left: calc(80 * 2 / 10 * 1vw);
    padding-right: calc(80 * 2 / 10 * 1vw);
  }
}
@media screen and (max-width: 959px) {
  .content-schedule .content-box__inner {
    padding-top: calc(60 * 2 / 10 * 1vw);
    padding-bottom: calc(60 * 2 / 10 * 1vw);
  }
}
@media screen and (max-width: 959px) {
  .content-schedule .content-box__inner {
    padding: 40px 20px;
  }
}
@media screen and (max-width: 959px) {
  .content-schedule .content-box__table {
    overflow: auto;
  }
}
.content-schedule .content-box__table table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 10px 0;
}
@media screen and (max-width: 959px) {
  .content-schedule .content-box__table table {
    width: 500px;
  }
}
.content-schedule .content-box__table table tr:first-child {
  color: #1c49a0;
}
.content-schedule .content-box__table table tr:first-child th {
  width: 40%;
  display: inline;
  border-bottom: unset;
}
.content-schedule .content-box__table table tr:first-child th::after {
  content: unset;
}
.content-schedule .content-box__table table tr:first-child td {
  text-align: center;
  font-size: 16px;
}
@media screen and (max-width: 959px) {
  .content-schedule .content-box__table table tr:first-child td {
    font-size: 14px;
  }
}
@media screen and (max-width: 479px) {
  .content-schedule .content-box__table table tr:first-child td {
    font-size: 14px;
  }
}
.content-schedule .content-box__table table th,
.content-schedule .content-box__table table td {
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 20px;
  padding-right: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  vertical-align: middle;
}
@media screen and (max-width: 959px) {
  .content-schedule .content-box__table table th,
  .content-schedule .content-box__table table td {
    padding-top: calc(16 * 2 / 10 * 1vw);
    padding-bottom: calc(16 * 2 / 10 * 1vw);
  }
}
@media screen and (max-width: 959px) {
  .content-schedule .content-box__table table th,
  .content-schedule .content-box__table table td {
    padding-left: calc(20 * 2 / 10 * 1vw);
    padding-right: calc(20 * 2 / 10 * 1vw);
  }
}
.content-schedule .content-box__table table th {
  color: #1c49a0;
  font-family: "Roboto", sans-serif;
  font-size: 22px;
  text-align: right;
  border-bottom: 1px solid #cbcbcb;
}
@media screen and (max-width: 959px) {
  .content-schedule .content-box__table table th {
    font-size: 16px;
  }
}
@media screen and (max-width: 479px) {
  .content-schedule .content-box__table table th {
    font-size: 16px;
  }
}
.content-schedule .content-box__table table td {
  width: 42%;
  font-size: 15px;
  border-bottom: 2px solid #f5f5f5;
  background-color: #fff;
}
@media screen and (max-width: 959px) {
  .content-schedule .content-box__table table td {
    font-size: 13px;
  }
}
@media screen and (max-width: 479px) {
  .content-schedule .content-box__table table td {
    font-size: 13px;
  }
}
.content-schedule .content-box__images {
  margin-top: 30px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1em;
}
@media screen and (max-width: 959px) {
  .content-schedule .content-box__images {
    margin-top: calc(30 * 2 / 10 * 1vw);
  }
}
@media screen and (max-width: 959px) {
  .content-schedule .content-box__images {
    grid-template-columns: repeat(2, 1fr);
  }
}
.content-schedule .content-box__image {
  aspect-ratio: 233/150;
}
.content-schedule .content-box figure figcaption {
  color: #999999;
  margin-top: 8px;
  text-align: center;
  font-size: 13px;
}
@media screen and (max-width: 959px) {
  .content-schedule .content-box figure figcaption {
    margin-top: calc(8 * 2 / 10 * 1vw);
  }
}
@media screen and (max-width: 959px) {
  .content-schedule .content-box figure figcaption {
    font-size: 12px;
  }
}
@media screen and (max-width: 479px) {
  .content-schedule .content-box figure figcaption {
    font-size: 12px;
  }
}

.content-course__heading {
  color: #1c49a0;
  text-align: center;
}
.content-course__heading .heading-sub {
  padding-bottom: 4px;
  border-bottom: 1px solid #1c49a0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}
@media screen and (max-width: 959px) {
  .content-course__heading .heading-sub {
    padding-bottom: calc(4 * 2 / 10 * 1vw);
  }
}
.content-course__heading .heading-sub span {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
}
@media screen and (max-width: 959px) {
  .content-course__heading .heading-sub span {
    font-size: 16px;
  }
}
@media screen and (max-width: 479px) {
  .content-course__heading .heading-sub span {
    font-size: 16px;
  }
}
.content-course__heading .heading-main {
  margin-top: 20px;
  font-size: 28px;
}
@media screen and (max-width: 959px) {
  .content-course__heading .heading-main {
    margin-top: calc(20 * 2 / 10 * 1vw);
  }
}
@media screen and (max-width: 959px) {
  .content-course__heading .heading-main {
    font-size: 20px;
  }
}
@media screen and (max-width: 479px) {
  .content-course__heading .heading-main {
    font-size: 20px;
  }
}
.content-course .content-boxes {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4em 3em;
}
@media screen and (max-width: 959px) {
  .content-course .content-boxes {
    grid-template-columns: repeat(1, 1fr);
    gap: 3em;
  }
}
.content-course .content-box__image {
  aspect-ratio: 29/12;
}
.content-course .content-box__text-block {
  margin-top: 20px;
}
@media screen and (max-width: 959px) {
  .content-course .content-box__text-block {
    margin-top: calc(20 * 2 / 10 * 1vw);
  }
}
.content-course .content-box__heading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #1c49a0;
  font-size: 22px;
  padding-bottom: 10px;
  border-bottom: 1px solid #cbcbcb;
  gap: 1em;
}
@media screen and (max-width: 959px) {
  .content-course .content-box__heading {
    font-size: 18px;
  }
}
@media screen and (max-width: 479px) {
  .content-course .content-box__heading {
    font-size: 18px;
  }
}
@media screen and (max-width: 959px) {
  .content-course .content-box__heading {
    padding-bottom: calc(10 * 2 / 10 * 1vw);
  }
}
.content-course .content-box__heading .line {
  width: 1px;
  height: 30px;
  background: #cbcbcb;
}
.content-course .content-box__number {
  font-family: "Roboto", sans-serif;
  font-size: 30px;
}
@media screen and (max-width: 959px) {
  .content-course .content-box__number {
    font-size: 24px;
  }
}
@media screen and (max-width: 479px) {
  .content-course .content-box__number {
    font-size: 24px;
  }
}
.content-course .content-box__text {
  margin-top: 20px;
  text-align: justify;
}
@media screen and (max-width: 959px) {
  .content-course .content-box__text {
    margin-top: calc(20 * 2 / 10 * 1vw);
  }
}

@media screen and (max-width: 959px) {
  .content-guidance .content-table table th,
  .content-guidance .content-table table td {
    display: block;
    width: 100%;
  }
}
@media screen and (max-width: 959px) {
  .content-guidance .content-table table th::after {
    display: none;
  }
}
@media screen and (max-width: 959px) {
  .content-guidance .content-table table td {
    border-bottom: none;
  }
}

.content__table table th,
.content__table table td {
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: 1px solid #cbcbcb;
  vertical-align: middle;
}
@media screen and (max-width: 959px) {
  .content__table table th,
  .content__table table td {
    padding-top: calc(20 * 2 / 10 * 1vw);
    padding-bottom: calc(20 * 2 / 10 * 1vw);
  }
}
.content__table table th {
  width: 20%;
  text-align: center;
  color: #1c49a0;
  position: relative;
  font-size: 18px;
  padding-left: 40px;
  padding-right: 40px;
}
@media screen and (max-width: 959px) {
  .content__table table th {
    font-size: 15px;
  }
}
@media screen and (max-width: 479px) {
  .content__table table th {
    font-size: 15px;
  }
}
@media screen and (max-width: 959px) {
  .content__table table th {
    padding-left: calc(40 * 2 / 10 * 1vw);
    padding-right: calc(40 * 2 / 10 * 1vw);
  }
}
@media screen and (max-width: 959px) {
  .content__table table th {
    padding-left: 10px;
    padding-right: 10px;
    width: 30%;
  }
}
.content__table table th::after {
  content: "";
  position: absolute;
  top: 20px;
  bottom: 20px;
  right: 0;
  width: 1px;
  background: #cbcbcb;
}
.content__table table td {
  padding-left: 60px;
  font-size: 15px;
  line-height: 2;
}
@media screen and (max-width: 959px) {
  .content__table table td {
    padding-left: calc(60 * 2 / 10 * 1vw);
  }
}
@media screen and (max-width: 959px) {
  .content__table table td {
    font-size: 14px;
  }
}
@media screen and (max-width: 479px) {
  .content__table table td {
    font-size: 14px;
  }
}
@media screen and (max-width: 959px) {
  .content__table table td {
    padding-left: 20px;
    line-height: 1.6;
  }
}

.content-table:not(:first-child) {
  margin-top: 80px;
}
@media screen and (max-width: 959px) {
  .content-table:not(:first-child) {
    margin-top: calc(80 * 2 / 10 * 1vw);
  }
}
.content-table__heading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.6em;
  font-size: 30px;
  color: #1c49a0;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 959px) {
  .content-table__heading {
    font-size: 24px;
  }
}
@media screen and (max-width: 479px) {
  .content-table__heading {
    font-size: 24px;
  }
}
.content-table__heading:before {
  content: "";
  width: 30px;
  height: 2px;
  background: #1c49a0;
}
.content-table__table {
  margin-top: 40px;
}
@media screen and (max-width: 959px) {
  .content-table__table {
    margin-top: calc(40 * 2 / 10 * 1vw);
  }
}
.content-table__table table {
  width: 100%;
}

.single {
  width: 100%;
  max-width: 800px;
  margin: auto;
}
.single__title {
  text-align: center;
  font-size: 30px;
  margin-bottom: 30px;
}
@media screen and (max-width: 959px) {
  .single__title {
    font-size: 24px;
  }
}
@media screen and (max-width: 479px) {
  .single__title {
    font-size: 24px;
  }
}
@media screen and (max-width: 959px) {
  .single__title {
    margin-bottom: calc(30 * 2 / 10 * 1vw);
  }
}
.single__date {
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 959px) {
  .single__date {
    margin-bottom: calc(50 * 2 / 10 * 1vw);
  }
}
.single__content {
  margin-bottom: 160px;
}
@media screen and (max-width: 959px) {
  .single__content {
    margin-bottom: calc(160 * 2 / 10 * 1vw);
  }
}
.single p {
  margin-bottom: 30px;
}
@media screen and (max-width: 959px) {
  .single p {
    margin-bottom: calc(30 * 2 / 10 * 1vw);
  }
}
.single p span {
  color: #d93e16;
  font-weight: bold;
}
.single h2 {
  font-size: 20px;
  margin-bottom: 20px;
}
@media screen and (max-width: 959px) {
  .single h2 {
    font-size: 18px;
  }
}
@media screen and (max-width: 479px) {
  .single h2 {
    font-size: 18px;
  }
}
@media screen and (max-width: 959px) {
  .single h2 {
    margin-bottom: calc(20 * 2 / 10 * 1vw);
  }
}
.single h3 {
  font-weight: 500;
  position: relative;
  gap: 0.4em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}
@media screen and (max-width: 959px) {
  .single h3 {
    margin-bottom: calc(10 * 2 / 10 * 1vw);
  }
}
.single h3::before {
  content: "";
  background: #1c49a0;
  width: 6px;
  height: 2px;
}
.single figure {
  margin-bottom: 30px;
}
@media screen and (max-width: 959px) {
  .single figure {
    margin-bottom: calc(30 * 2 / 10 * 1vw);
  }
}
.single figcaption {
  font-size: 12px;
}
@media screen and (max-width: 959px) {
  .single figcaption {
    font-size: 10px;
  }
}
@media screen and (max-width: 479px) {
  .single figcaption {
    font-size: 10px;
  }
}
.single img {
  margin-bottom: 10px;
}
@media screen and (max-width: 959px) {
  .single img {
    margin-bottom: calc(10 * 2 / 10 * 1vw);
  }
}
.single ol {
  counter-reset: list-counter;
}
.single ol li {
  counter-increment: list-counter;
  padding-left: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 0.4em;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 16px;
}
@media screen and (max-width: 959px) {
  .single ol li {
    padding-left: calc(20 * 2 / 10 * 1vw);
  }
}
@media screen and (max-width: 959px) {
  .single ol li {
    margin-bottom: calc(16 * 2 / 10 * 1vw);
  }
}
.single ol li::before {
  content: counter(list-counter) ".";
}
.single ul li {
  padding-left: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 0.4em;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 16px;
}
@media screen and (max-width: 959px) {
  .single ul li {
    padding-left: calc(20 * 2 / 10 * 1vw);
  }
}
@media screen and (max-width: 959px) {
  .single ul li {
    margin-bottom: calc(16 * 2 / 10 * 1vw);
  }
}
.single ul li::before {
  content: "⚫︎";
  color: #1c49a0;
}

.page-access .content-access .page__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 4em;
}
@media screen and (max-width: 959px) {
  .page-access .content-access .page__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2em;
  }
}
.page-access .content__text-block {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.page-access .content__info {
  margin-top: 40px;
}
@media screen and (max-width: 959px) {
  .page-access .content__info {
    margin-top: calc(40 * 2 / 10 * 1vw);
  }
}
.page-access .content__map {
  width: 58%;
  aspect-ratio: 35/17;
}
.page-access .content__map iframe {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 959px) {
  .page-access .content__map {
    width: 100%;
  }
}

.content-recruit .content__button {
  margin: auto;
  margin-top: 40px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 959px) {
  .content-recruit .content__button {
    margin-top: calc(40 * 2 / 10 * 1vw);
  }
}
.content-recruit .content-box {
  background-image: url(./assets/images/common/bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 4px;
  overflow: hidden;
  color: #fff;
}
.content-recruit .content-box__inner {
  padding-left: 120px;
  padding-right: 120px;
  padding-top: 50px;
  padding-bottom: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 959px) {
  .content-recruit .content-box__inner {
    padding-left: calc(120 * 2 / 10 * 1vw);
    padding-right: calc(120 * 2 / 10 * 1vw);
  }
}
@media screen and (max-width: 959px) {
  .content-recruit .content-box__inner {
    padding-top: calc(50 * 2 / 10 * 1vw);
    padding-bottom: calc(50 * 2 / 10 * 1vw);
  }
}
@media screen and (max-width: 959px) {
  .content-recruit .content-box__inner {
    padding: 30px 30px;
  }
}
.content-recruit .content-box__heading {
  padding-bottom: 4px;
  border-bottom: 1px solid #fff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}
@media screen and (max-width: 959px) {
  .content-recruit .content-box__heading {
    padding-bottom: calc(4 * 2 / 10 * 1vw);
  }
}
.content-recruit .content-box__list {
  margin-top: 30px;
}
@media screen and (max-width: 959px) {
  .content-recruit .content-box__list {
    margin-top: calc(30 * 2 / 10 * 1vw);
  }
}
.content-recruit .content-box__list ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.6em;
  font-size: 24px;
  padding-bottom: 10px;
  border-bottom: 1px solid #fff;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 959px) {
  .content-recruit .content-box__list ul li {
    font-size: 16px;
  }
}
@media screen and (max-width: 479px) {
  .content-recruit .content-box__list ul li {
    font-size: 16px;
  }
}
@media screen and (max-width: 959px) {
  .content-recruit .content-box__list ul li {
    padding-bottom: calc(10 * 2 / 10 * 1vw);
  }
}
@media screen and (max-width: 959px) {
  .content-recruit .content-box__list ul li {
    padding-bottom: 14px;
    gap: 1em;
  }
}
.content-recruit .content-box__list ul li:not(:first-child) {
  margin-top: 20px;
}
@media screen and (max-width: 959px) {
  .content-recruit .content-box__list ul li:not(:first-child) {
    margin-top: calc(20 * 2 / 10 * 1vw);
  }
}
.content-recruit .content-box__list ul li .number {
  font-family: "Roboto", sans-serif;
  font-size: 30px;
}
@media screen and (max-width: 959px) {
  .content-recruit .content-box__list ul li .number {
    font-size: 20px;
  }
}
@media screen and (max-width: 479px) {
  .content-recruit .content-box__list ul li .number {
    font-size: 20px;
  }
}
.content-recruit .content-box__list ul li .line {
  width: 1px;
  height: 30px;
  background: #fff;
}
.content-recruit .content-table {
  margin-top: 60px;
}
@media screen and (max-width: 959px) {
  .content-recruit .content-table {
    margin-top: calc(60 * 2 / 10 * 1vw);
  }
}
.content-recruit .content-table:not(:first-child) {
  margin-top: 100px;
}
@media screen and (max-width: 959px) {
  .content-recruit .content-table:not(:first-child) {
    margin-top: calc(100 * 2 / 10 * 1vw);
  }
}
.content-recruit .content-table__heading {
  background-color: #f4f4f4;
  padding: 14px 10px 14px 0;
  font-size: 26px;
}
@media screen and (max-width: 959px) {
  .content-recruit .content-table__heading {
    font-size: 20px;
  }
}
@media screen and (max-width: 479px) {
  .content-recruit .content-table__heading {
    font-size: 20px;
  }
}
.content-recruit .content-table__table {
  margin-top: 20px;
}
@media screen and (max-width: 959px) {
  .content-recruit .content-table__table {
    margin-top: calc(20 * 2 / 10 * 1vw);
  }
}

.content-evaluation .content-box {
  background-color: #fff;
  border-radius: 4px;
}
.content-evaluation .content-box:not(:first-child) {
  margin-top: 20px;
}
@media screen and (max-width: 959px) {
  .content-evaluation .content-box:not(:first-child) {
    margin-top: calc(20 * 2 / 10 * 1vw);
  }
}
.content-evaluation .content-box__inner {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 40px;
  padding-right: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 959px) {
  .content-evaluation .content-box__inner {
    padding-top: calc(20 * 2 / 10 * 1vw);
    padding-bottom: calc(20 * 2 / 10 * 1vw);
  }
}
@media screen and (max-width: 959px) {
  .content-evaluation .content-box__inner {
    padding-left: calc(40 * 2 / 10 * 1vw);
    padding-right: calc(40 * 2 / 10 * 1vw);
  }
}
.content-evaluation .content-box__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1em;
}
@media screen and (max-width: 959px) {
  .content-evaluation .content-box__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.content-evaluation .content-box__title {
  color: #1c49a0;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.content-evaluation .content-box__button {
  background-color: #1c49a0;
  min-width: 240px;
  border-radius: 4px;
}
.content-evaluation .content-box__button a {
  padding-top: 14px;
  padding-bottom: 14px;
  padding-left: 30px;
  padding-right: 20px;
  color: #fff;
  font-size: 14px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 959px) {
  .content-evaluation .content-box__button a {
    padding-top: calc(14 * 2 / 10 * 1vw);
    padding-bottom: calc(14 * 2 / 10 * 1vw);
  }
}
@media screen and (max-width: 959px) {
  .content-evaluation .content-box__button a {
    padding-left: calc(30 * 2 / 10 * 1vw);
  }
}
@media screen and (max-width: 959px) {
  .content-evaluation .content-box__button a {
    padding-right: calc(20 * 2 / 10 * 1vw);
  }
}
@media screen and (max-width: 959px) {
  .content-evaluation .content-box__button a {
    font-size: 12px;
  }
}
@media screen and (max-width: 479px) {
  .content-evaluation .content-box__button a {
    font-size: 12px;
  }
}
.content-evaluation .content-box__button a:after {
  content: "";
  background-image: url(./assets/images/icon/download.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 16px;
  height: auto;
  aspect-ratio: 16/18;
}

.footer {
  background-color: #151c2a;
  color: #fff;
}
@media screen and (max-width: 959px) {
  .footer {
    margin-bottom: 60px;
  }
}
.footer__wrap {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media screen and (max-width: 959px) {
  .footer__wrap {
    padding-top: calc(60 * 2 / 10 * 1vw);
    padding-bottom: calc(60 * 2 / 10 * 1vw);
  }
}
.footer__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (max-width: 959px) {
  .footer__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 4em;
  }
}
@media screen and (max-width: 959px) {
  .footer__main {
    width: 100%;
  }
}
.footer__logo {
  width: 60%;
  max-width: 240px;
}
.footer__info-block {
  margin-top: 30px;
}
@media screen and (max-width: 959px) {
  .footer__info-block {
    margin-top: calc(30 * 2 / 10 * 1vw);
  }
}
.footer__info-block ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1em;
}
@media screen and (max-width: 959px) {
  .footer__info-block ul li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.footer__info-block ul li span {
  font-size: 13px;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 16px;
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 2px;
  padding-bottom: 4px;
}
@media screen and (max-width: 959px) {
  .footer__info-block ul li span {
    font-size: 12px;
  }
}
@media screen and (max-width: 479px) {
  .footer__info-block ul li span {
    font-size: 12px;
  }
}
@media screen and (max-width: 959px) {
  .footer__info-block ul li span {
    padding-left: calc(24 * 2 / 10 * 1vw);
    padding-right: calc(24 * 2 / 10 * 1vw);
  }
}
@media screen and (max-width: 959px) {
  .footer__info-block ul li span {
    padding-top: calc(2 * 2 / 10 * 1vw);
  }
}
@media screen and (max-width: 959px) {
  .footer__info-block ul li span {
    padding-bottom: calc(4 * 2 / 10 * 1vw);
  }
}
.footer__info-block ul li:not(:first-child) {
  margin-top: 12px;
}
@media screen and (max-width: 959px) {
  .footer__info-block ul li:not(:first-child) {
    margin-top: calc(12 * 2 / 10 * 1vw);
  }
}
@media screen and (max-width: 959px) {
  .footer__info-block ul li:not(:first-child) {
    margin-top: 20px;
  }
}
.footer__sub {
  color: #c6c6c6;
}
@media screen and (max-width: 959px) {
  .footer__sub {
    width: 100%;
  }
}
.footer__links {
  font-size: 12px;
}
@media screen and (max-width: 959px) {
  .footer__links {
    font-size: 12px;
  }
}
@media screen and (max-width: 479px) {
  .footer__links {
    font-size: 12px;
  }
}
.footer__links ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.2em;
}
@media screen and (max-width: 959px) {
  .footer__links ul {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 0.8em 1.2em;
  }
}
.footer__links ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.footer__links ul li:not(:last-child) {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.2em;
}
.footer__links ul li:not(:last-child):after {
  content: "";
  background: #6e6e6e;
  width: 1px;
  height: 12px;
}
.footer__links ul li a {
  color: #c6c6c6;
}
.footer__copyright {
  font-size: 10px;
  margin-top: 10px;
  text-align: right;
}
@media screen and (max-width: 959px) {
  .footer__copyright {
    font-size: 10px;
  }
}
@media screen and (max-width: 479px) {
  .footer__copyright {
    font-size: 10px;
  }
}
@media screen and (max-width: 959px) {
  .footer__copyright {
    margin-top: calc(10 * 2 / 10 * 1vw);
  }
}
@media screen and (max-width: 959px) {
  .footer__copyright {
    margin-top: 14px;
  }
}

.page {
  padding: 80px 0px 80px;
}
@media screen and (max-width: 959px) {
  .page {
    padding: 60px 0px 70px;
  }
}
.page__head {
  margin-bottom: 100px;
}
.page__column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 959px) {
  .page__column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2em;
  }
}
.page__column .column-left {
  width: 25%;
}
@media screen and (max-width: 959px) {
  .page__column .column-left {
    width: 100%;
  }
}
.page__column .column-right {
  width: 66%;
}
@media screen and (max-width: 959px) {
  .page__column .column-right {
    width: 100%;
  }
}
.page__column .column-sticky {
  width: 20%;
  position: -webkit-sticky;
  position: sticky;
  top: 20%;
  -webkit-align-self: flex-start;
      -ms-flex-item-align: start;
          align-self: flex-start;
}
.page__column .column-sticky.--unset {
  position: unset;
}
@media screen and (max-width: 959px) {
  .page__column .column-sticky {
    width: 100%;
    position: unset;
  }
}
.page__column .column-fixed {
  width: 75%;
}
@media screen and (max-width: 959px) {
  .page__column .column-fixed {
    width: 100%;
  }
}
@media screen and (max-width: 959px) {
  .page__head {
    margin-bottom: 30px;
  }
}

.page-mv {
  margin-top: 60px;
}
@media screen and (max-width: 959px) {
  .page-mv {
    margin-top: calc(60 * 2 / 10 * 1vw);
  }
}
.page-mv__wrap {
  height: 100%;
  width: 90%;
  margin: auto;
}
.page-mv__heading {
  color: #1c49a0;
  text-align: center;
}
.page-mv__heading .heading-ja {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 38px;
}
@media screen and (max-width: 959px) {
  .page-mv__heading .heading-ja {
    font-size: 28px;
  }
}
@media screen and (max-width: 479px) {
  .page-mv__heading .heading-ja {
    font-size: 28px;
  }
}
.page-mv__heading .heading-en {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  margin-top: 6px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 959px) {
  .page-mv__heading .heading-en {
    font-size: 16px;
  }
}
@media screen and (max-width: 479px) {
  .page-mv__heading .heading-en {
    font-size: 16px;
  }
}
@media screen and (max-width: 959px) {
  .page-mv__heading .heading-en {
    margin-top: calc(6 * 2 / 10 * 1vw);
  }
}
.page-mv__title {
  font-size: 35px;
}
@media screen and (max-width: 959px) {
  .page-mv__title {
    font-size: 20px;
  }
}
@media screen and (max-width: 479px) {
  .page-mv__title {
    font-size: 20px;
  }
}
.page-mv__links {
  margin-top: 30px;
}
@media screen and (max-width: 959px) {
  .page-mv__links {
    margin-top: calc(30 * 2 / 10 * 1vw);
  }
}
.page-mv__links ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.6em;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.page-mv__links ul li a {
  color: #1c49a0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 0.8em;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 8px;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 14px;
  background-color: #edf3fc;
  border-radius: 4px;
}
@media screen and (max-width: 959px) {
  .page-mv__links ul li a {
    padding-top: calc(8 * 2 / 10 * 1vw);
  }
}
@media screen and (max-width: 959px) {
  .page-mv__links ul li a {
    padding-bottom: calc(10 * 2 / 10 * 1vw);
  }
}
@media screen and (max-width: 959px) {
  .page-mv__links ul li a {
    padding-left: calc(20 * 2 / 10 * 1vw);
    padding-right: calc(20 * 2 / 10 * 1vw);
  }
}
@media screen and (max-width: 959px) {
  .page-mv__links ul li a {
    font-size: 12px;
  }
}
@media screen and (max-width: 479px) {
  .page-mv__links ul li a {
    font-size: 12px;
  }
}
.page-mv__links ul li a:after {
  content: "";
  background-image: url(./assets/images/icon/arrow-bottom.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 16px;
  height: auto;
  aspect-ratio: 2/1;
}
.page-mv__image {
  margin-top: 30px;
  overflow: hidden;
  border-radius: 10px;
  aspect-ratio: 3/1;
}
@media screen and (max-width: 959px) {
  .page-mv__image {
    margin-top: calc(30 * 2 / 10 * 1vw);
  }
}
@media screen and (max-width: 959px) {
  .page-mv__image {
    aspect-ratio: 3/2;
  }
}
.page-mv__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.wysiwyg {
  font-weight: 500;
  line-height: 1.875;
}
.wysiwyg p,
.wysiwyg h2,
.wysiwyg h3,
.wysiwyg h4,
.wysiwyg table,
.wysiwyg dl,
.wysiwyg blockquote, .wysiwyg > ul, .wysiwyg > ol, .wysiwyg > figure, .wysiwyg > div {
  margin-bottom: 2em;
}
.wysiwyg h2 {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.6;
  border-bottom: 1px solid #e7e7e7;
  padding-bottom: 12px;
}
.wysiwyg h3 {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.6;
  border-bottom: 1px solid #e7e7e7;
  padding-bottom: 4px;
}
.wysiwyg h4 {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.6;
}
.wysiwyg p {
  font-size: 16px;
  line-height: 1.875;
}
.wysiwyg .wp-block-table {
  overflow-x: scroll;
}
.wysiwyg .wp-block-table::-webkit-scrollbar {
  width: 10px;
}
.wysiwyg .wp-block-table::-webkit-scrollbar-track {
  border-radius: 10px;
  border: 1px solid #e7e7e7;
}
.wysiwyg .wp-block-table::-webkit-scrollbar-thumb {
  background-color: #f2f2f2;
  border-radius: 10px;
}
.wysiwyg img {
  max-width: 100%;
}
.wysiwyg img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wysiwyg img.alignright {
  float: right;
  margin-left: 1.5em;
}
.wysiwyg img.alignleft {
  float: left;
  margin-right: 1.5em;
}
.wysiwyg table thead {
  background-color: #454545;
  color: #fff;
  text-align: right;
}
.wysiwyg table thead th {
  text-align: center;
}
.wysiwyg table th,
.wysiwyg table td {
  padding: 12px 12px;
  white-space: nowrap;
  position: relative;
}
.wysiwyg table th::after,
.wysiwyg table td::after {
  content: "";
  display: block;
  width: 2px;
  height: 1.6em;
  background-color: #e6e6e6;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.wysiwyg table th:last-child::after,
.wysiwyg table td:last-child::after {
  display: none;
}
.wysiwyg table tbody tr td {
  border-bottom: 2px solid #e6e6e6;
}
.wysiwyg table tbody tr td:first-child {
  background-color: #f2f2f2;
}
.wysiwyg table tbody tr td:first-child::after {
  display: none;
}
.wysiwyg table tbody tr th {
  background-color: #f2f2f2;
}
.wysiwyg dl {
  border: 1px solid #ccc;
}
.wysiwyg dt,
.wysiwyg dd {
  padding: 12px;
  line-height: 1.6;
}
.wysiwyg dt {
  background-color: #454545;
  color: #fff;
}
.wysiwyg blockquote {
  font-size: 16px;
  line-height: 1.875;
  background-color: #f2f2f2;
  padding: 48px;
  position: relative;
}
.wysiwyg blockquote::before {
  content: "“";
  position: absolute;
  top: 12px;
  left: 24px;
  color: #9e9b94;
  font-size: 24px;
}
.wysiwyg blockquote::after {
  content: "”";
  position: absolute;
  bottom: 12px;
  right: 24px;
  color: #9e9b94;
  font-size: 24px;
}
.wysiwyg blockquote cite {
  font-size: 14px;
  display: block;
  text-align: right;
  color: #6f6c67;
  position: relative;
}
.wysiwyg blockquote cite::before {
  content: "";
  display: inline-block;
  height: 1px;
  width: 28px;
  background-color: #707070;
  vertical-align: middle;
  margin-right: 1.5em;
}
.wysiwyg ul {
  list-style: disc;
}
.wysiwyg ol {
  list-style: decimal;
}
.wysiwyg ul,
.wysiwyg ol {
  padding-left: 1.3em;
}
.wysiwyg ul li,
.wysiwyg ol li {
  line-height: 1.8;
}
.wysiwyg strong {
  font-weight: bold;
}
@media screen and (max-width: 959px) {
  .wysiwyg h2 {
    font-size: 18px;
  }
  .wysiwyg h3 {
    font-size: 16px;
  }
  .wysiwyg h4 {
    font-size: 14px;
  }
  .wysiwyg p {
    font-size: 14px;
  }
  .wysiwyg blockquote {
    font-size: 14px;
    padding: 40px 32px;
  }
  .wysiwyg blockquote cite {
    font-size: 12px;
  }
}

.pagination-wrap {
  width: 100%;
  margin: 100px auto 0;
}

.pagination,
.page-numbers {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.pagination span,
.pagination a,
.page-numbers span,
.page-numbers a {
  margin: 0 10px;
  display: block;
  text-align: center;
  width: 40px;
  line-height: 40px;
  font-size: 18px;
  border-radius: 3px;
  border: 1px solid #333333;
}
.pagination span.current, .pagination span:hover,
.pagination a.current,
.pagination a:hover,
.page-numbers span.current,
.page-numbers span:hover,
.page-numbers a.current,
.page-numbers a:hover {
  background: #333333;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  opacity: 1;
  color: #fff;
}
@media screen and (max-width: 959px) {
  .pagination,
  .page-numbers {
    margin-top: 65px;
  }
  .pagination span,
  .pagination a,
  .page-numbers span,
  .page-numbers a {
    font-size: 16px;
    width: 28px;
    line-height: 28px;
  }
}

.breadcrumb {
  margin-top: 20px;
}
.breadcrumb ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.breadcrumb li {
  white-space: nowrap;
}
.breadcrumb li::after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 13px;
  background-image: url("./assets/images/arrow-right--mini.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin: 0 20px;
  color: #ebe4d8;
}
.breadcrumb li:last-child::after {
  display: none;
}
@media screen and (max-width: 959px) {
  .breadcrumb {
    overflow-x: scroll;
  }
}

.single__category {
  margin-bottom: 4px;
}
.single__title {
  line-height: 1.5;
  font-weight: bold;
  font-size: 32px;
  margin-bottom: 20px;
}
.single__date {
  font-size: 16px;
}
.single__terms {
  margin-top: 10px;
}
.single__thumbnail {
  margin-top: 60px;
}
.single__thumbnail img {
  width: 100%;
}
.single__content {
  margin-top: 40px;
}
@media screen and (max-width: 959px) {
  .single__title {
    font-size: 20px;
  }
  .single__date {
    font-size: 12px;
  }
  .single__terms a {
    font-size: 12px;
  }
}

.information__block {
  background-color: #fff;
  padding-left: 80px;
  padding-right: 80px;
  padding-top: 40px;
  padding-bottom: 40px;
  width: 100%;
  max-width: 850px;
  margin: auto;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 959px) {
  .information__block {
    padding-left: calc(80 * 2 / 10 * 1vw);
    padding-right: calc(80 * 2 / 10 * 1vw);
  }
}
@media screen and (max-width: 959px) {
  .information__block {
    padding-top: calc(40 * 2 / 10 * 1vw);
    padding-bottom: calc(40 * 2 / 10 * 1vw);
  }
}
@media screen and (max-width: 959px) {
  .information__block {
    padding: 20px 20px 50px 20px;
  }
}
.information__block h2 {
  font-size: 20px;
  text-align: center !important;
  margin-bottom: 20px;
}
@media screen and (max-width: 959px) {
  .information__block h2 {
    font-size: 18px;
  }
}
@media screen and (max-width: 479px) {
  .information__block h2 {
    font-size: 18px;
  }
}
@media screen and (max-width: 959px) {
  .information__block h2 {
    margin-bottom: calc(20 * 2 / 10 * 1vw);
  }
}
.information__item:not(:first-child) {
  margin-top: 20px;
  display: inline-block;
}
@media screen and (max-width: 959px) {
  .information__item:not(:first-child) {
    margin-top: calc(20 * 2 / 10 * 1vw);
  }
}
.information .information-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 2em;
}
@media screen and (max-width: 959px) {
  .information .information-item {
    display: block;
  }
}
@media screen and (max-width: 959px) {
  .information .information-item__date {
    margin-bottom: 4px;
  }
}

.category-list ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.6em;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.category-list ul li {
  color: #1c49a0;
}
.category-list ul li a {
  font-size: 14px;
  border: 1px solid #9bb0d8;
  border-radius: 20px;
  padding-top: 3px;
  padding-bottom: 4px;
  padding-left: 30px;
  padding-right: 30px;
}
@media screen and (max-width: 959px) {
  .category-list ul li a {
    font-size: 12px;
  }
}
@media screen and (max-width: 479px) {
  .category-list ul li a {
    font-size: 12px;
  }
}
@media screen and (max-width: 959px) {
  .category-list ul li a {
    padding-top: calc(3 * 2 / 10 * 1vw);
  }
}
@media screen and (max-width: 959px) {
  .category-list ul li a {
    padding-bottom: calc(4 * 2 / 10 * 1vw);
  }
}
@media screen and (max-width: 959px) {
  .category-list ul li a {
    padding-left: calc(30 * 2 / 10 * 1vw);
    padding-right: calc(30 * 2 / 10 * 1vw);
  }
}
.category-list ul li.current-cat {
  color: #fff;
}
.category-list ul li.current-cat a {
  background-color: #1c49a0;
}

.article-list__pagination {
  margin-top: 30px;
}
@media screen and (max-width: 959px) {
  .article-list__pagination {
    margin-top: calc(30 * 2 / 10 * 1vw);
  }
}
.article-list__pagination .nav-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1em;
}
.article-list__pagination .nav-links a {
  border: 1px solid #cbcbcb;
  font-family: "Roboto", sans-serif;
}
.article-list__pagination .nav-links span,
.article-list__pagination .nav-links a {
  margin: 0;
  width: 50px;
  line-height: 50px;
}
.article-list__pagination .nav-links span:hover,
.article-list__pagination .nav-links a:hover {
  background-color: #151c2a;
}
.article-list__pagination .nav-links .current {
  background: #151c2a;
}

.article-item {
  padding-bottom: 20px;
  border-bottom: 1px solid #e2e2e2;
}
@media screen and (max-width: 959px) {
  .article-item {
    padding-bottom: calc(20 * 2 / 10 * 1vw);
  }
}
.article-item:not(:first-child) {
  margin-top: 20px;
}
@media screen and (max-width: 959px) {
  .article-item:not(:first-child) {
    margin-top: calc(20 * 2 / 10 * 1vw);
  }
}
.article-item__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2em;
}
@media screen and (max-width: 959px) {
  .article-item__container {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 0.8em 1em;
  }
}
.article-item__date {
  font-family: "Roboto", sans-serif;
  color: #999999;
}
@media screen and (max-width: 959px) {
  .article-item__category ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 0.4em;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
.article-item__category ul li {
  color: #1c49a0;
  font-size: 14px;
  border-radius: 20px;
  border: 1px solid #9bb0d8;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 3px;
  padding-bottom: 4px;
}
@media screen and (max-width: 959px) {
  .article-item__category ul li {
    font-size: 13px;
  }
}
@media screen and (max-width: 479px) {
  .article-item__category ul li {
    font-size: 13px;
  }
}
@media screen and (max-width: 959px) {
  .article-item__category ul li {
    padding-left: calc(30 * 2 / 10 * 1vw);
    padding-right: calc(30 * 2 / 10 * 1vw);
  }
}
@media screen and (max-width: 959px) {
  .article-item__category ul li {
    padding-top: calc(3 * 2 / 10 * 1vw);
  }
}
@media screen and (max-width: 959px) {
  .article-item__category ul li {
    padding-bottom: calc(4 * 2 / 10 * 1vw);
  }
}
.article-item__category ul li:not(:first-child) {
  margin-top: 10px;
}
@media screen and (max-width: 959px) {
  .article-item__category ul li:not(:first-child) {
    margin-top: calc(10 * 2 / 10 * 1vw);
  }
}
@media screen and (max-width: 959px) {
  .article-item__category ul li:not(:first-child) {
    margin-top: 0;
  }
}
@media screen and (max-width: 959px) {
  .article-item__title {
    width: 100%;
  }
}

.article-single__info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1em;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.article-single__category ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 0.4em;
}
.article-single__category ul li {
  color: #1c49a0;
  font-size: 14px;
  border-radius: 20px;
  border: 1px solid #9bb0d8;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 3px;
  padding-bottom: 4px;
}
@media screen and (max-width: 959px) {
  .article-single__category ul li {
    font-size: 13px;
  }
}
@media screen and (max-width: 479px) {
  .article-single__category ul li {
    font-size: 13px;
  }
}
@media screen and (max-width: 959px) {
  .article-single__category ul li {
    padding-left: calc(30 * 2 / 10 * 1vw);
    padding-right: calc(30 * 2 / 10 * 1vw);
  }
}
@media screen and (max-width: 959px) {
  .article-single__category ul li {
    padding-top: calc(3 * 2 / 10 * 1vw);
  }
}
@media screen and (max-width: 959px) {
  .article-single__category ul li {
    padding-bottom: calc(4 * 2 / 10 * 1vw);
  }
}
.article-single__date {
  font-family: "Roboto", sans-serif;
  color: #999999;
}
.article-single__title {
  color: #1c49a0;
  font-size: 30px;
  margin-top: 20px;
  padding-bottom: 14px;
  border-bottom: 1px solid #cbcbcb;
}
@media screen and (max-width: 959px) {
  .article-single__title {
    font-size: 24px;
  }
}
@media screen and (max-width: 479px) {
  .article-single__title {
    font-size: 24px;
  }
}
@media screen and (max-width: 959px) {
  .article-single__title {
    margin-top: calc(20 * 2 / 10 * 1vw);
  }
}
@media screen and (max-width: 959px) {
  .article-single__title {
    padding-bottom: calc(14 * 2 / 10 * 1vw);
  }
}
.article-single__contents {
  margin-top: 40px;
}
@media screen and (max-width: 959px) {
  .article-single__contents {
    margin-top: calc(40 * 2 / 10 * 1vw);
  }
}
.article-single__contents h2 {
  font-size: 24px;
  margin-top: 60px;
  margin-bottom: 20px;
}
@media screen and (max-width: 959px) {
  .article-single__contents h2 {
    font-size: 20px;
  }
}
@media screen and (max-width: 479px) {
  .article-single__contents h2 {
    font-size: 20px;
  }
}
@media screen and (max-width: 959px) {
  .article-single__contents h2 {
    margin-top: calc(60 * 2 / 10 * 1vw);
  }
}
@media screen and (max-width: 959px) {
  .article-single__contents h2 {
    margin-bottom: calc(20 * 2 / 10 * 1vw);
  }
}
.article-single__contents p {
  margin-top: 20px;
}
@media screen and (max-width: 959px) {
  .article-single__contents p {
    margin-top: calc(20 * 2 / 10 * 1vw);
  }
}
.article-single__contents img {
  width: 100%;
  height: auto;
}
.article-single__contents ul {
  margin-top: 20px;
}
@media screen and (max-width: 959px) {
  .article-single__contents ul {
    margin-top: calc(20 * 2 / 10 * 1vw);
  }
}
.article-single__contents ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.4em;
}
.article-single__contents ul li:before {
  content: "⚫︎";
  color: #1c49a0;
}
.article-single__contents ul li:not(:first-child) {
  margin-top: 6px;
}
@media screen and (max-width: 959px) {
  .article-single__contents ul li:not(:first-child) {
    margin-top: calc(6 * 2 / 10 * 1vw);
  }
}
.article-single__contents ol {
  counter-reset: list-counter;
  margin-top: 20px;
}
@media screen and (max-width: 959px) {
  .article-single__contents ol {
    margin-top: calc(20 * 2 / 10 * 1vw);
  }
}
.article-single__contents ol li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.4em;
  counter-increment: list-counter;
}
.article-single__contents ol li:before {
  content: counter(list-counter) ".";
  color: #1c49a0;
}
.article-single__contents ol li:not(:first-child) {
  margin-top: 6px;
}
@media screen and (max-width: 959px) {
  .article-single__contents ol li:not(:first-child) {
    margin-top: calc(6 * 2 / 10 * 1vw);
  }
}
.article-single__list-button {
  color: #1c49a0;
  padding-top: 30px;
  padding-bottom: 30px;
  border-top: 1px solid #cbcbcb;
  border-bottom: 1px solid #cbcbcb;
  margin-top: 80px;
}
@media screen and (max-width: 959px) {
  .article-single__list-button {
    padding-top: calc(30 * 2 / 10 * 1vw);
    padding-bottom: calc(30 * 2 / 10 * 1vw);
  }
}
@media screen and (max-width: 959px) {
  .article-single__list-button {
    margin-top: calc(80 * 2 / 10 * 1vw);
  }
}
.article-single__list-button ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.article-single__list-button ul li {
  width: 33.3333333333%;
  max-width: 33.3333333333%;
}
.article-single__list-button ul li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 1em;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
@media screen and (max-width: 959px) {
  .article-single__list-button ul li a img {
    width: 40px;
  }
}
.article-single__list-button ul li.back {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
}
.article-single__list-button ul li.back a {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 959px) {
  .article-single__list-button ul li.back img {
    width: 30px;
  }
}
.article-single__list-button ul li.next {
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
      -ms-flex-order: 3;
          order: 3;
}
.article-single__list-button ul li.next a {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.form__text {
  text-align: center;
}
.form__item {
  margin-top: 80px;
}
@media screen and (max-width: 959px) {
  .form__item {
    margin-top: calc(80 * 2 / 10 * 1vw);
  }
}
.form .form-item {
  margin: auto;
  width: 100%;
  max-width: 900px;
}
.form .form-item:not(:first-child) {
  margin-top: 30px;
}
@media screen and (max-width: 959px) {
  .form .form-item:not(:first-child) {
    margin-top: calc(30 * 2 / 10 * 1vw);
  }
}
.form .form-item label {
  cursor: pointer;
}
.form .form-item__label {
  width: 100%;
  margin-bottom: 10px;
}
.form .form-item__label .isMsg {
  margin-top: 8px;
  margin-bottom: auto;
}
.form .form-item__label-required {
  border-radius: 4px;
  margin-right: 14px;
  padding: 2px 10px;
  display: inline-block;
  text-align: center;
  background: #1c49a0;
  letter-spacing: 0.1em;
  color: #fff;
  font-size: 12px;
}
@media screen and (max-width: 959px) {
  .form .form-item__label-required {
    font-size: 12px;
  }
}
@media screen and (max-width: 479px) {
  .form .form-item__label-required {
    font-size: 12px;
  }
}
.form .form-item__input {
  border: 1px solid #cbcbcb;
  background-color: #fafafa;
  border-radius: 4px;
  padding: 0 1em;
  height: 40px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.form .form-item__textarea {
  border: 1px solid #cbcbcb;
  background-color: #f8f8f8;
  border-radius: 4px;
  padding: 1em;
  height: 216px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
  margin-top: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.form .form-btn {
  border-radius: 4px !important;
  margin: 0 auto !important;
  margin-top: 40px !important;
  padding: 20px 0 !important;
  width: 280px !important;
  display: block !important;
  background: #1c49a0 !important;
  color: #fff !important;
  font-weight: bold !important;
  letter-spacing: 0.1em !important;
  cursor: pointer !important;
}

.has-mega {
  /* ボタンスタイル */
  /* 開いたときのメニュー表示 */
  /* ＋ → − 切り替え */
  /* （念のため、旧ブラウザ向けのリセット） */
}
.has-mega .mega-toggle {
  background: none;
  border: none;
  color: #333;
  font: inherit;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
}
.has-mega .mega-toggle .icon {
  font-size: 16px;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
  width: 20px;
}
.has-mega .mega-menu {
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  pointer-events: none;
  position: absolute;
  left: 0;
  top: 100%;
  width: 200px;
  background: #fff;
  border: 1px solid #ddd;
  padding: 20px;
  -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
  z-index: 10;
}
.has-mega .mega-menu ul li {
  padding-top: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid #cbcbcb;
}
@media screen and (max-width: 959px) {
  .has-mega .mega-menu ul li {
    padding-top: calc(16 * 2 / 10 * 1vw);
    padding-bottom: calc(16 * 2 / 10 * 1vw);
  }
}
.has-mega .mega-menu ul li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.has-mega .mega-menu ul li a:after {
  content: "";
  background-image: url(./assets/images/icon/arrow-right.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 20px;
  height: auto;
  aspect-ratio: 7/4;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.has-mega .mega-menu ul li:not(:first-child) {
  margin-top: 10px;
}
@media screen and (max-width: 959px) {
  .has-mega .mega-menu ul li:not(:first-child) {
    margin-top: calc(10 * 2 / 10 * 1vw);
  }
}
.has-mega .mega-menu ul li:hover a:after {
  -webkit-transform: translate(6px);
          transform: translate(6px);
}
.has-mega.active .mega-menu {
  pointer-events: unset;
  opacity: 1;
}
.has-mega.active .icon::before {
  content: "－";
}
.has-mega:not(.active) .icon::before {
  content: "＋";
}
.has-mega .mega-toggle .icon {
  display: inline-block;
}

.body-lock {
  overflow: hidden;
  height: 100%;
}/*# sourceMappingURL=style.css.map */