@charset "UTF-8";
/*----------------------------------------------

sns-button

---------------------------------------------*/
.sns-button {
  position: fixed;
  left: 10px;
  bottom: 50px;
  z-index: 100;
  transition: bottom 0.25s;
  width: 100vw;
  max-width: 120px;
  transition-property: left;
  transition-duration: 0.2s;
}
._footer-inview .sns-button {
  left: -150px;
}

.sns-button__banner {
  opacity: 1;
}

.sns-button__banner._line {
  position: relative;
  margin-top: 20px;
}

.sns-button__banner._line img {
  border-radius: 4px;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.sns-button__banner._line a {
  aspect-ratio: 400/120;
  display: block;
  transition-property: opacity;
  transition-duration: 0.25s;
}
.sns-button__banner._instagram {
  aspect-ratio: 1;
  width: 100%;
  position: relative;
}

.sns-button__banner._instagram::before {
  content: "";
  position: absolute;
  background: #fff;
  border: 4px solid #fff;
  right: 0;
  top: 0;
  width: 20%;
  height: 20%;
  border-radius: 999vw;
}

.sns-button__banner._instagram a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: opacity;
  transition-duration: 0.25s;
}
.sns-button__banner._instagram img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.sns-button__banner._springfes {
  aspect-ratio: 480/280;
  width: 100%;
  position: relative;
}

.sns-button__banner._springfes::before {
  content: "";
  position: absolute;
  background: #fff;
  border: 4px solid #fff;
  right: 0;
  top: 0;
  width: 20%;
  height: 20%;
  border-radius: 999vw;
}

.sns-button__banner._springfes a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: opacity;
  transition-duration: 0.25s;
}
.sns-button__banner._springfes img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.sns-button__banner span {
  position: absolute;
  white-space: nowrap;
  width: 1px;
  height: 1px;
  overflow: hidden;
  border: 0;
  padding: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
}

.sns-button__close {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  background: transparent;
  position: absolute;
  right: 2px;
  top: 2px;
  aspect-ratio: 1;
  width: 20%;
  padding: 0;
  cursor: pointer;
}

._springfes .sns-button__close {
  right: -10px;
  top: -10px;
}
.sns-button__close::after {
  position: absolute;
  right: 2px;
  top: 2px;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 999vw;
  background: #595757 url("../../img/common/instagram_close.png") center/contain no-repeat;
  transition-property: background-color;
  transition-duration: 0.25s;
}

.sns-button__close span {
  position: absolute;
  white-space: nowrap;
  width: 1px;
  height: 1px;
  overflow: hidden;
  border: 0;
  padding: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
}

/*----------------------------------------------

site-header

---------------------------------------------*/
.site-header {
  font-size: 1.3rem;
  font-weight: 500;
  padding-inline: 2vw calc(var(--header-height) + 3vw);
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: var(--header-height);
  z-index: 999;
  background: #fff;
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.15);
}
.site-header__inner {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  height: 100%;
  gap: 1em;
}
.site-header__logo img {
  width: 50vw;
  max-width: 260px;
}
/*----------------------------------------------

site-header-nav

---------------------------------------------*/
.site-header-nav__secondary {
  display: none;
}
/*----------------------------------------------

header-nav-primarily

---------------------------------------------*/
.header-nav-primarily__items {
  display: inline-grid;
  grid-auto-flow: column;
  gap: 1em;
  align-items: center;
}
.header-nav-primarily__item:not(._always) {
  display: none;
}
.header-nav-primarily__link {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 0.5em;
}

.header-nav-primarily__link::before {
  content: "";
  aspect-ratio: 1;
  width: 1em;
  background: url("../../assets/images/arrow_circle_main.svg") center/contain no-repeat;
}
/*----------------------------------------------

header-nav-secondary

---------------------------------------------*/
.header-nav-secondary {
  font-size: 1.2rem;
}

.header-nav-secondary__items {
  display: inline-grid;
  grid-auto-flow: column;
  gap: 0.75em;
}
.header-nav-secondary__link {
  padding: 0.5em 0.5em;
}
._absence-report .header-nav-secondary__link {
  background: #000;
  color: #fff;
  border-radius: 4px;
  padding-inline: 1em;
}
/*----------------------------------------------

site-footer

---------------------------------------------*/
.site-footer {
  --bg-dark: #231815;
  background: #333;
  color: #fff;
  font-size: 1.3rem;
  padding-inline: clamp(2.4rem, 0.9219rem + 3.79vw, 4.8rem);
  padding-block: clamp(2.4rem, 0.9219rem + 3.79vw, 4.8rem) 0;
}
.site-footer__inner {
  max-width: 1100px;
  margin-inline: auto;
}
.site-footer__informations {
  padding: clamp(2.4rem, 0.9219rem + 3.79vw, 4.8rem) clamp(2.4rem, 0.9219rem + 3.79vw, 4.8rem) 0 clamp(2.4rem, 0.9219rem + 3.79vw, 4.8rem);
  margin-inline: calc(clamp(2.4rem, 0.9219rem + 3.79vw, 4.8rem) * -1);
  margin-top: 2em;
}
.site-footer__credit {
  background: var(--bg-dark);
  margin-inline: calc(clamp(2.4rem, 0.9219rem + 3.79vw, 4.8rem) * -1);
  padding-inline: clamp(2.4rem, 0.9219rem + 3.79vw, 4.8rem);
  padding-block: 2em;
  display: block;
}
/*----------------------------------------------

footer-nav

---------------------------------------------*/
.footer-nav a {
  color: #8a8a8a;
}
.footer-nav__primarily {
  margin-inline: calc(clamp(2.4rem, 0.9219rem + 3.79vw, 4.8rem) * -1);
}
/*----------------------------------------------

footer-nav-primarily

---------------------------------------------*/
.footer-nav-primarily__items {
  visibility: visible;
}
.footer-nav-primarily__items[data-cloak] {
  visibility: hidden;
}

.footer-nav-primarily__heading {
  margin-inline: clamp(2.4rem, 0.9219rem + 3.79vw, 4.8rem) calc(clamp(2.4rem, 0.9219rem + 3.79vw, 4.8rem) + 0.5em);
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 0.5em;
  border-bottom: 1px solid #8a8a8a;
}
.footer-nav-primarily__link {
  padding: 1em 0;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.4em;
  align-items: center;
  position: relative;
  color: #fff !important;
}

.footer-nav-primarily__link::before {
  content: "";
  width: 1.2em;
  height: 1.2em;
  background: #fff;
  border-radius: 999vw;
}

.footer-nav-primarily__link::after {
  content: "";
  position: absolute;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  width: 0.3em;
  height: 0.3em;
  rotate: 45deg;
  left: 0.3em;
  top: calc((100% - 0.45em) / 2);
}

.footer-nav-primarily__expand-button {
  width: 1em;
  height: 1em;
  border: none;
  background: transparent;
  position: relative;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
}
.footer-nav-primarily__expand-button::before, .footer-nav-primarily__expand-button::after {
  content: "";
  position: absolute;
  background: #8a8a8a;
  transition-property: rotate, background-color;
  transition-duration: 0.2s;
}

.footer-nav-primarily__expand-button::before {
  width: 100%;
  height: 2px;
  left: 0;
  top: calc((100% - 2px) / 2);
}

.footer-nav-primarily__expand-button::after {
  width: 2px;
  height: 100%;
  left: calc((100% - 2px) / 2);
  top: 0;
}

.footer-nav-primarily__expand-button[aria-expanded=true]::after {
  rotate: 90deg;
}
/*----------------------------------------------

footer-nav-secondary

---------------------------------------------*/
.footer-nav-item-sub__items {
  background: var(--bg-dark);
  padding-inline: clamp(2.4rem, 0.9219rem + 3.79vw, 4.8rem);
}
.footer-nav-item-sub__item {
  border-bottom: 1px solid #555;
}
.footer-nav-item-sub__link {
  padding: 1em 0 1em 1.2em;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.4em;
  align-items: center;
  position: relative;
}
.footer-nav-item-sub__link::before {
  content: "";
  width: 0.4em;
  height: 0.4em;
  border-top: 1px solid #8a8a8a;
  border-right: 1px solid #8a8a8a;
  rotate: 45deg;
  background: transparent;
  border-radius: 0;
}

/*----------------------------------------------

footer-nav-secondary

---------------------------------------------*/
.footer-nav-secondary {
  margin-top: clamp(2.4rem, 0.9219rem + 3.79vw, 4.8rem);
}
.footer-nav-secondary__link {
  color: #8a8a8a;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 0.5em;
  padding: 0.3em 0;
}

.footer-nav-secondary__link::before {
  content: "";
  width: 0.4em;
  height: 0.4em;
  border-top: 1px solid #8a8a8a;
  border-right: 1px solid #8a8a8a;
  rotate: 45deg;
}

/*----------------------------------------------

footer-informations

---------------------------------------------*/
.footer-informations {
  background: var(--bg-dark);
}
.footer-informations__logo {
  max-width: 320px;
}
.footer-informations__address {
  margin-top: 0.8em;
}

.footer-informations__tel {
  font-size: 3.6rem;
  font-family: "Jost", "Noto Sans JP", sans-serif;
  font-weight: 500;
  letter-spacing: 0.05em;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 0.25em;
  margin-top: 0.25em;
}

.footer-informations__tel::before {
  content: "";
  aspect-ratio: 90/150;
  height: 1em;
  translate: 0 -0.1em;
  background: url("../../img/common/ico-tel.svg") center/contain no-repeat;
}

/*----------------------------------------------

footer-credit

---------------------------------------------*/
.footer-credit {
  font-size: 1.2rem;
  color: #8a8a8a;
}

/*----------------------------------------------

front-pickup-slider

---------------------------------------------*/
.front-pickup-slider {
  margin-inline: -20vw;
}
.front-pickup-slider__wrapper {
  overflow: visible !important;
}

.front-pickup-slider__item.is-active a {
  scale: 1;
  z-index: 1;
}

.front-pickup-slider__link {
  border-radius: 20px;
  overflow: hidden;
  transition-property: opacity, scale;
  transition-duration: 0.5s;
  scale: 0.9;
  display: grid;
  grid-template-rows: auto 1fr;
  height: 100%;
}

.front-pickup-slider__image {
  aspect-ratio: 380/240;
}

.front-pickup-slider__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.front-pickup-slider__text {
  text-align: center;
  color: #fff;
  padding: 1.5em 1em 2em;
  display: grid;
  place-content: center;
  gap: 0.5em;
  font-size: 1.2rem;
  font-weight: 500;
}
.front-pickup-slider__heading {
  font-size: 1.8rem;
}
.front-pickup-slider__lead {
  line-height: 1.75;
}

.front-pickup-slider .splide__arrows {
  position: relative;
  left: calc((100% - 160px) / 2);
  width: 160px;
  height: 45px;
  margin-top: 20px;
}
.front-pickup-slider .splide__arrows::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  width: 1px;
  height: 100%;
  background: #808080;
}

.front-pickup-slider .splide__arrow {
  top: calc(50% - 0px);
  width: 80px;
  height: 45px;
  background: transparent;
  border-radius: 0;
  left: initial;
  right: initial;
  opacity: 0.75;
  transition-property: opacity;
  transition-duration: 0.2s;
}
.front-pickup-slider .splide__arrow::before {
  content: "";
  position: absolute;
  left: calc((100% - 18px) / 2);
  top: calc((100% - 12px) / 2);
  width: 18px;
  height: 12px;
  background: #808080;
}

.front-pickup-slider .splide__arrow--prev {
  right: 50%;
}

.front-pickup-slider .splide__arrow--prev::before {
  -webkit-clip-path: polygon(100% 0, 0 50%, 100% 100%);
          clip-path: polygon(100% 0, 0 50%, 100% 100%);
}

.front-pickup-slider .splide__arrow--next {
  left: 50%;
}

.front-pickup-slider .splide__arrow--next::before {
  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
          clip-path: polygon(0 0, 100% 50%, 0 100%);
}

.front-pickup-slider .splide__arrow svg {
  display: none;
}

.front-pickup-slider .splide__pagination {
  position: relative;
  margin-top: 20px;
}
.front-pickup-slider .splide__pagination__page {
  border-radius: 999vw;
  width: 8px;
  height: 8px;
  background: #808080;
  transition-property: width, background-color;
  transition-duration: 0.2s;
  margin: 4px;
}

.front-pickup-slider .splide__pagination__page.is-active {
  opacity: 1;
  width: 24px;
  transform: scale(1);
  background: #d2476f;
}

/*----------------------------------------------

front-course-slider

---------------------------------------------*/
.course-top .inner {
  overflow: hidden;
}

.course-top__contents {
  width: 100vw;
  margin-inline: calc(clamp(2.4rem, 0.9219rem + 3.79vw, 4.8rem) * -1);
}
.front-course-slider {
  margin-inline: -18vw;
}
.front-course-slider__item a {
  scale: 0.9;
  display: block;
  transition-property: opacity, scale;
  transition-duration: 0.5s;
}

.front-course-slider__item.is-active a {
  scale: 1;
  z-index: 1;
}

.front-course-slider .splide__arrows {
  position: relative;
  left: calc((100% - 160px) / 2);
  width: 160px;
  height: 45px;
  margin-top: 20px;
}
.front-course-slider .splide__arrows::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  width: 1px;
  height: 100%;
  background: #808080;
}

.front-course-slider .splide__arrow {
  top: calc(50% - 0px);
  width: 80px;
  height: 45px;
  background: transparent;
  border-radius: 0;
  left: initial;
  right: initial;
  opacity: 0.75;
  transition-property: opacity;
  transition-duration: 0.2s;
}
.front-course-slider .splide__arrow::before {
  content: "";
  position: absolute;
  left: calc((100% - 18px) / 2);
  top: calc((100% - 12px) / 2);
  width: 18px;
  height: 12px;
  background: #808080;
}

.front-course-slider .splide__arrow--prev {
  right: 50%;
}

.front-course-slider .splide__arrow--prev::before {
  -webkit-clip-path: polygon(100% 0, 0 50%, 100% 100%);
          clip-path: polygon(100% 0, 0 50%, 100% 100%);
}

.front-course-slider .splide__arrow--next {
  left: 50%;
}

.front-course-slider .splide__arrow--next::before {
  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
          clip-path: polygon(0 0, 100% 50%, 0 100%);
}

.front-course-slider .splide__arrow svg {
  display: none;
}

.front-course-slider .splide__pagination {
  position: relative;
  margin-top: 20px;
}
.front-course-slider .splide__pagination__page {
  border-radius: 999vw;
  width: 8px;
  height: 8px;
  background: #808080;
  transition-property: width, background-color;
  transition-duration: 0.2s;
  margin: 4px;
}

.front-course-slider .splide__pagination__page.is-active {
  opacity: 1;
  width: 24px;
  transform: scale(1);
  background: #d2476f;
}

/*----------------------------------------------

course-card

---------------------------------------------*/
.course-card {
  border-radius: 24px;
  overflow: hidden;
}

.course-card__pictures {
  aspect-ratio: 670/780;
}

.course-card__pictures img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.course-card__text {
  background: #5a9fd5;
  color: #fff;
  text-align: center;
  padding: 1.5em 1em;
}

._blue .course-card__text {
  background: #5a9fd5;
}

._rose .course-card__text {
  background: #d8758d;
}

._purple .course-card__text {
  background: #b77fae;
}

._yellow-green .course-card__text {
  background: #81b75d;
}

._orange .course-card__text {
  background: #e39a3e;
}

.course-card__heading {
  font-size: clamp(2rem, 1.7543rem + 0.63vw, 2.4rem);
}

.course-card__heading--eng {
  font-family: "Jost", "Noto Sans JP", sans-serif;
  font-size: clamp(1.2rem, 1.0752rem + 0.32vw, 1.4rem);
}

/*----------------------------------------------

drawer-nav

---------------------------------------------*/
.drawer-nav {
  --nav-color: #888;
  --nav-bg: #f0f0f0;
  --nav-line: #888;
  --nav-line-light: #ccc;
  z-index: 1000;
  position: fixed;
  left: 0;
  top: 0;
  font-size: 1.3rem;
  width: 100vw;
  height: calc(var(--vh) * 100);
  font-weight: 500;
  visibility: hidden;
}
.drawer-nav[aria-hidden] {
  visibility: visible;
  animation: drawer_bg_open 0.4s ease-in-out forwards;
}

.drawer-nav[aria-hidden=true] {
  animation: drawer_bg_close 0.4s ease-in-out forwards;
}
.drawer-nav__container {
  position: absolute;
  overflow-y: auto;
  overflow-x: hidden;
  width: auto;
  right: 0;
  width: 0;
  height: 100%;
  background: #fff;
  transition-property: width;
  transition-duration: 0.4s;
  transition-timing-function: ease-in-out;
}
.drawer-nav__inner {
  position: relative;
  padding: calc(clamp(3.2rem, 1.2305rem + 5.05vw, 6.4rem) * 3) clamp(3.2rem, 1.2305rem + 5.05vw, 6.4rem) clamp(3.2rem, 1.2305rem + 5.05vw, 6.4rem);
  width: 100vw;
}
.drawer-nav a {
  color: var(--nav-color);
}

.drawer-nav__credit {
  margin-top: clamp(4.8rem, 2.2182rem + 6.62vw, 9rem);
  display: block;
  color: var(--nav-color);
  font-size: 80%;
}

/*----------------------------------------------

drawer-nav-primary

---------------------------------------------*/
.drawer-nav-primarily__items {
  visibility: visible;
}
.drawer-nav-primarily__items[data-cloak] {
  visibility: hidden;
}

.drawer-nav-primarily__heading {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 0.5em;
  border-bottom: 1px solid var(--nav-line);
}
.drawer-nav-primarily__link {
  padding: 1.25em 0 1.25em 1.8em;
  align-items: center;
  position: relative;
  color: #000 !important;
  padding-left: 1.8em;
}
.drawer-nav-primarily__link::before {
  content: "";
  position: absolute;
  left: 0em;
  top: calc((100% - 1.2em) / 2);
  width: 1.2em;
  height: 1.2em;
  border-radius: 999vw;
  border: 1px solid var(--nav-line);
}

.drawer-nav-primarily__link::after {
  content: "";
  position: absolute;
  border: 1px solid transparent;
  border-top-color: var(--nav-line);
  border-right-color: var(--nav-line);
  width: 0.3em;
  height: 0.3em;
  aspect-ratio: 1;
  left: 0.35em;
  top: calc((100% - 0.3em) / 2);
  line-height: 0;
  rotate: 45deg;
}

.drawer-nav-primarily__expand-button {
  width: 1.8em;
  height: 1.8em;
  border: none;
  background: transparent;
  position: relative;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
}
.drawer-nav-primarily__expand-button::before, .drawer-nav-primarily__expand-button::after {
  content: "";
  position: absolute;
  background: var(--nav-line);
  transition-property: rotate, background-color;
  transition-duration: 0.2s;
}

.drawer-nav-primarily__expand-button::before {
  width: 45%;
  height: 2px;
  left: 27.5%;
  top: calc((100% - 2px) / 2);
}

.drawer-nav-primarily__expand-button::after {
  width: 2px;
  height: 45%;
  left: calc((100% - 2px) / 2);
  top: 27.5%;
}

.drawer-nav-primarily__expand-button[aria-expanded=true]::after {
  rotate: 90deg;
}
/*----------------------------------------------

drawer-nav-item-sub

---------------------------------------------*/
.drawer-nav-item-sub__items {
  background: var(--bg-dark);
  margin-bottom: 1em;
}
.drawer-nav-item-sub__item {
  border-bottom: 1px solid var(--nav-line-light);
}
.drawer-nav-item-sub__link {
  padding: 1em 0 1em 1.5em;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.4em;
  align-items: center;
  position: relative;
  background: var(--nav-bg);
}
.drawer-nav-item-sub__link::before {
  content: "";
  width: 0.4em;
  height: 0.4em;
  border-top: 1px solid var(--nav-line);
  border-right: 1px solid var(--nav-line);
  rotate: 45deg;
  background: transparent;
  border-radius: 0;
}
/*----------------------------------------------

drawer-nav-secondary

---------------------------------------------*/
.drawer-nav-secondary {
  margin-top: clamp(2.4rem, 0.9219rem + 3.79vw, 4.8rem);
}
.drawer-nav-secondary__link {
  color: #8a8a8a;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 0.5em;
  padding: 0.5em 0;
}
.drawer-nav-secondary__link::before {
  content: "";
  width: 0.4em;
  height: 0.4em;
  border-top: 1px solid #8a8a8a;
  border-right: 1px solid #8a8a8a;
  rotate: 45deg;
}
/*----------------------------------------------

drawer-open

---------------------------------------------*/
.drawer-open {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1100;
}
.drawer-open__button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  background: transparent;
  width: var(--header-height);
  height: var(--header-height);
  display: grid;
  place-items: center;
  cursor: pointer;
  background: #d2476f;
  transition-property: background-color;
  transition-duration: 0.2s;
}
.drawer-open__button[data-is-hidden=false] {
  background: #fff;
}
.drawer-open__button[data-is-hidden=false] ._icon {
  rotate: 45deg;
}

.drawer-open__button[data-is-hidden=false] ._icon::before, .drawer-open__button[data-is-hidden=false] ._icon::after {
  top: 0;
  background: #000;
}
.drawer-open__button[data-is-hidden=false] ._icon::before {
  rotate: 90deg;
}

.drawer-open__button ._icon {
  aspect-ratio: 1;
  width: 50%;
  height: 2px;
  position: relative;
  background: #fff;
  transition-property: rotate, width;
  transition-duration: 0.2s;
}
.drawer-open__button ._icon::before, .drawer-open__button ._icon::after {
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #fff;
  position: absolute;
  transition-property: rotate, top, background-color;
  transition-duration: 0.2s;
}
.drawer-open__button ._icon::before {
  top: -5px;
}
.drawer-open__button ._icon::after {
  top: 5px;
}
.drawer-open__button ._label {
  position: absolute;
  white-space: nowrap;
  width: 1px;
  height: 1px;
  overflow: hidden;
  border: 0;
  padding: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
}

/*----------------------------------------------

absence-report

---------------------------------------------*/
.absence-report {
  position: absolute;
  left: clamp(3.2rem, 1.2305rem + 5.05vw, 6.4rem);
  top: calc(clamp(3.2rem, 1.2305rem + 5.05vw, 6.4rem) * 1.5);
}
.absence-report__button {
  display: block;
  background: #000;
  color: #fff !important;
  text-align: center;
  padding: 0.5em 1em;
  border-radius: 4px;
}
/*----------------------------------------------

local-nav

---------------------------------------------*/
.local-nav {
  z-index: 5;
  position: relative;
}

#page-2024_job-course_index .local-nav {
  background: #deedf5;
}

#page-2024_opencampus_index .local-nav::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  width: 100vw;
  height: 100%;
  translate: -50%;
  background: #f9e3ea;
  z-index: -1;
}

.local-nav__inner {
  max-width: calc(1100px + clamp(2.4rem, 0.9219rem + 3.79vw, 4.8rem) * 2);
  margin-inline: auto;
}

[data-is-local-nav-float] .local-nav__inner {
  position: fixed;
  left: 50%;
  translate: -50%;
  width: 100%;
}

.local-nav__items {
  background: #5a9fd5;
  font-size: 1.4rem;
  font-weight: 500;
  padding: 1.5em clamp(2.4rem, 0.9219rem + 3.79vw, 4.8rem);
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  gap: 0.5em 2em;
  border-radius: 0 0 20px 20px;
}
#page-2024_job-course_index .local-nav__items {
  background: #64291e;
}

#page-2024_opencampus_index .local-nav__items {
  background: #d2476f;
}

.local-nav__link {
  color: #fff;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 0.5em;
}

.local-nav__link::before {
  content: "";
  width: 1em;
  height: 1em;
  translate: 0 0.1em;
  background: url("../../assets/images/ico-link.svg") center/contain no-repeat;
}

/*----------------------------------------------

front-hero

---------------------------------------------*/
.front-hero {
  aspect-ratio: 390/580;
  width: 100vw;
  z-index: 0;
  overflow: hidden;
  transition-property: opacity, scale;
  transition-duration: 1s;
  transition-timing-function: ease-in-out;
  padding-top: var(--header-height);
}
.front-hero._cloak {
  opacity: 0;
  scale: 1.05;
}

.front-hero__inner {
  position: relative;
  width: 100%;
  height: 100%;
}
.front-hero__text {
  position: absolute;
  left: 50%;
  translate: -50%;
  mix-blend-mode: multiply;
  z-index: 1;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  top: 31.7948717949vw;
}
.front-hero__tagline {
  text-align: center;
  font-weight: bold;
  font-size: 3.5897435897vw;
  color: #d2476f;
  width: 100%;
  position: relative;
  top: -1.5em;
  letter-spacing: 0.2em;
}
.front-hero__catch {
  text-align: center;
  height: 20vw;
}
.front-hero__catch span {
  display: inline-block;
  overflow: hidden;
  text-indent: -999px;
  background: center/contain no-repeat;
  height: 100%;
}

.front-hero__catch span:nth-child(1) {
  aspect-ratio: 91/162;
  background-image: url("../../assets/images/hero_type_f.svg");
}

.front-hero__catch span:nth-child(2) {
  aspect-ratio: 134/162;
  background-image: url("../../assets/images/hero_type_u1.svg");
}

.front-hero__catch span:nth-child(3) {
  aspect-ratio: 93/162;
  background-image: url("../../assets/images/hero_type_t.svg");
}

.front-hero__catch span:nth-child(4) {
  aspect-ratio: 143/162;
  background-image: url("../../assets/images/hero_type_u2.svg");
}

.front-hero__catch span:nth-child(5) {
  aspect-ratio: 106/162;
  background-image: url("../../assets/images/hero_type_r.svg");
}

.front-hero__catch span:nth-child(6) {
  aspect-ratio: 105/162;
  background-image: url("../../assets/images/hero_type_e.svg");
}

.front-hero__persons {
  position: absolute;
  left: 50%;
  bottom: 0;
  translate: -50%;
  width: 100%;
  z-index: 3;
}
.front-hero__person {
  position: absolute;
  height: 69.7435897436vw;
}
.front-hero__person img {
  width: 100%;
  height: auto;
}

.front-hero__person._person1 {
  z-index: 1;
  aspect-ratio: 360/680;
  left: -7.4358974359vw;
  bottom: -11.0256410256vw;
}
.front-hero__person._person2 {
  z-index: 2;
  aspect-ratio: 490/680;
  left: 1.0256410256vw;
  bottom: -5.1282051282vw;
}
.front-hero__person._person3 {
  z-index: 3;
  aspect-ratio: 460/680;
  left: 24.6153846154vw;
  bottom: -4.6153846154vw;
}
.front-hero__person._person4 {
  z-index: 5;
  aspect-ratio: 470/680;
  right: 6.1538461538vw;
  bottom: -5.1282051282vw;
}
.front-hero__person._person5 {
  z-index: 4;
  aspect-ratio: 460/680;
  right: -12.5641025641vw;
  bottom: -6.4102564103vw;
}
.front-hero__shadow {
  position: absolute;
  left: -6.6666666667vw;
  bottom: -1.5384615385vw;
  width: 112.8205%;
  aspect-ratio: 440/280;
  background: url("../../assets/images/hero_shadow_sp.png") center/contain no-repeat;
  z-index: 2;
  mix-blend-mode: multiply;
}
.front-hero__bg {
  background: url("../../assets/images/hero_bg.jpg") center/cover no-repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}

@keyframes drawer_bg_open {
  0% {
    background: rgba(0, 0, 0, 0);
    visibility: visible;
  }
  100% {
    background: rgba(0, 0, 0, 0.8);
  }
}
@keyframes drawer_bg_close {
  0% {
    background: rgba(0, 0, 0, 0.8);
  }
  100% {
    background: rgba(0, 0, 0, 0);
    visibility: hidden;
  }
}
/*----------------------------------------------

 ユーティリティ

 ---------------------------------------------*/
.u-mt0 {
  margin-top: 0;
}

.u-mt1 {
  margin-top: 8px;
}

.u-mt2 {
  margin-top: 16px;
}

.u-mt3 {
  margin-top: 24px;
}

.u-mt4 {
  margin-top: 32px;
}

.u-mb0 {
  margin-bottom: 0;
}

.u-mb1 {
  margin-bottom: 8px;
}

.u-mb2 {
  margin-bottom: 16px;
}

.u-mb3 {
  margin-bottom: 24px;
}

.u-mb4 {
  margin-bottom: 32px;
}

.u-visuallyHidden {
  position: absolute;
  white-space: nowrap;
  width: 1px;
  height: 1px;
  overflow: hidden;
  border: 0;
  padding: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
}

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

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

.u-fs-italic {
  font-style: italic;
}
.u-middle-over {
  display: none;
}
.u-large-over {
  display: none;
}
.u-margin-section {
  margin-top: clamp(4.8rem, 2.2182rem + 6.62vw, 9rem);
}

.u-margin-inner {
  margin-top: clamp(3.2rem, 1.2305rem + 5.05vw, 6.4rem);
}

.u-margin-side {
  margin-top: clamp(2.4rem, 0.9219rem + 3.79vw, 4.8rem);
}

:root {
  --vh: 1vh;
  --pc-header: 90px;
  --sp-header: 50px;
  --header-height: 50px;
}
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body[data-scroll-disabled=true] {
  position: fixed;
  overflow: hidden;
  width: 100%;
}

a._text-link {
  color: #009ee2;
  text-decoration: underline;
}
/*----------------------------------------------

content-section

---------------------------------------------*/
.content-section {
  margin-top: calc(clamp(4.8rem, 2.2182rem + 6.62vw, 9rem) / 2);
  padding: calc(clamp(4.8rem, 2.2182rem + 6.62vw, 9rem) / 2) clamp(2.4rem, 0.9219rem + 3.79vw, 4.8rem) 0;
}

.content-section._no-margin {
  margin-top: 0;
}

.content-section._no-padding {
  padding-top: 0;
}

.content-section__inner {
  max-width: 1100px;
  margin-inline: auto;
}

.content-section__heading {
  position: relative;
  line-height: 1.5;
  font-weight: 500;
  font-size: 2rem;
  padding-top: 0.5em;
  border-top: 5px solid #e7e5e6;
}
.content-section__heading::after {
  content: "";
  position: absolute;
  left: 0;
  top: -5px;
  background: #d2476f;
  width: 6em;
  height: 5px;
}

.content-section__heading ._ruby {
  font-size: 66.66%;
}

.content-section__heading ._ruby::before {
  content: "（";
}

.content-section__heading ._ruby::after {
  content: "）";
}

.content-section__contents {
  margin-top: clamp(2.4rem, 0.9219rem + 3.79vw, 4.8rem);
}

/*----------------------------------------------

inner-section

---------------------------------------------*/
.inner-section {
  margin-top: clamp(2.4rem, 0.9219rem + 3.79vw, 4.8rem);
}

/*----------------------------------------------

button-section

---------------------------------------------*/
.button-section {
  margin-top: clamp(4.8rem, 2.2182rem + 6.62vw, 9rem);
  padding: 0 clamp(2.4rem, 0.9219rem + 3.79vw, 4.8rem);
}

.button-section__items {
  max-width: 1100px;
  margin-inline: auto;
  display: flex;
  gap: 1em;
  justify-content: center;
}

/*----------------------------------------------

footer-banners

---------------------------------------------*/
.footer-banners {
  background: #f8f4e4;
  padding: calc(clamp(2.4rem, 0.9219rem + 3.79vw, 4.8rem) / 2) clamp(2.4rem, 0.9219rem + 3.79vw, 4.8rem) clamp(3.2rem, 1.2305rem + 5.05vw, 6.4rem);
}

[id^=page-2024_admission_faq] + .footer-banners, [id^=page-2024_school_map_index] + .footer-banners {
  margin-top: clamp(4.8rem, 2.2182rem + 6.62vw, 9rem);
}

.footer-banners__inner {
  max-width: 1100px;
  margin-inline: auto;
}

.footer-banners__items {
  display: grid;
  gap: 5px;
}
.footer-banners__link {
  display: block;
}

.footer-banners__link img {
  display: block;
  margin-inline: auto;
}

/*----------------------------------------------

select-overlay

---------------------------------------------*/
.select-overlay {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: calc(var(--vh) * 100);
  display: grid;
  place-items: center;
  background: rgba(0, 0, 0, 0.85);
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}

.select-overlay[data-is-transition] {
  transition-property: opacity, visibility;
  transition-duration: 0.5s;
  transition-delay: 0, 0.5s;
}

.select-overlay[data-is-show] {
  opacity: 1;
  visibility: visible;
}

/*----------------------------------------------

year-selector

---------------------------------------------*/
.year-selector__items {
  display: grid;
  font-size: 1.4rem;
  gap: 2em;
}
.year-selector__item._oldyear {
  --theme-color: #326caf;
  --bg-color: radial-gradient(circle at center, #60a8db, #326caf 80%);
}

.year-selector__item._newyear {
  --theme-color: #d2476f;
  --bg-color: radial-gradient(circle at center, #dd8ba6, #c34374 80%);
}

.year-selector__link {
  background: var(--theme-color);
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 400;
  gap: 1em;
  padding: 1.5em 1.5em;
  border-radius: 8px;
  line-height: 1.25;
  position: relative;
  z-index: 0;
  overflow: hidden;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0);
  transition-property: box-shadow;
  transition-duration: 0.2s;
  cursor: pointer;
}
.year-selector__link::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: var(--bg-color);
  transition-property: opacity;
  transition-duration: 0.2s;
  z-index: -1;
}
.year-selector__link ._message {
  text-align: center;
}

.year-selector__link ._message strong {
  font-size: 115%;
  font-weight: 400;
}

.year-selector__link ._click {
  font-family: "Jost", "Noto Sans JP", sans-serif;
  font-weight: 500;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 0.5em;
  font-size: 1.6rem;
}
.year-selector__link ._icon {
  aspect-ratio: 1;
  background: #fff;
  width: 1.5em;
  border-radius: 999vw;
  display: grid;
  place-items: center;
}

.year-selector__link ._icon::after {
  content: "";
  width: 35%;
  height: 20%;
  background: var(--theme-color);
  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
          clip-path: polygon(0 0, 100% 50%, 0 100%);
  translate: 10%;
}

/*----------------------------------------------

year-select-button

---------------------------------------------*/
.year-select-button {
  position: fixed;
  right: 10px;
  bottom: 50px;
  z-index: 100;
  transition-property: bottom;
  transition-duration: 0.2s;
}
._footer-inview .year-select-button {
  bottom: -120px;
}
.year-select-button__link {
  display: block;
  width: 120px;
  transition-property: translate;
  transition-duration: 0.2s;
  transition-delay: 0.3s;
  border-radius: 999vw;
  translate: 0 70px;
}
._is-hover .year-select-button__link {
  translate: 0 0;
}

body:not(.pagetop-show) .year-select-button__link {
  transition-delay: 0s;
  translate: 0 0;
}

.year-select-button__link img {
  transition-property: opacity;
  transition-duration: 0.2s;
}
/*----------------------------------------------

start-popup-overlay

---------------------------------------------*/
.start-popup-overlay {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: calc(var(--vh) * 100);
  display: grid;
  place-items: center;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9998;
  opacity: 0;
  visibility: hidden;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}

.start-popup-overlay[data-is-transition] {
  transition-property: opacity, visibility, translate;
  transition-duration: 0.5s;
  transition-delay: 0, 0.5s;
}

.start-popup-overlay[data-is-show] {
  opacity: 1;
  visibility: visible;
  translate: 0;
}

.start-popup-overlay[data-is-show] .start-popup {
  translate: 0 0;
}

.start-popup-overlay .start-popup {
  translate: 0 2%;
  transition-property: translate;
  transition-duration: 1s;
}

/*----------------------------------------------

start-popup

---------------------------------------------*/
.start-popup__item {
  width: 90vw;
  max-width: 900px;
  max-height: 90vh;
  aspect-ratio: 2000/1247;
  position: relative;
  box-shadow: 0 16px 20px rgba(0, 0, 0, 0.25);
}

.start-popup__item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/*----------------------------------------------

content-section

---------------------------------------------*/
[data-accordion] [aria-controls] {
  cursor: pointer;
}

/*----------------------------------------------

button

---------------------------------------------*/
.button, .button--frame {
  font-size: 1.4rem;
  display: inline-block;
  text-align: center;
  padding: 0.75em 2em;
  transition-property: color;
  transition-duration: 0.2s;
  color: #000;
}
.button--frame {
  border: 1px solid #000;
  transition-property: border-color, color;
  transition-duration: 0.2s;
}
.button--capsul {
  font-size: 1.4rem;
  text-align: left;
  font-weight: 500;
  display: inline-grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  background: #e7e5e6;
  gap: 1em;
  border-radius: 999vw;
  padding: 0.5em 0.5em 0.5em 1.5em;
  min-width: 240px;
  transition-property: color, background-color;
  transition-duration: 0.2s;
}
.button--capsul::after {
  content: "";
  width: 1.5em;
  height: 1.5em;
  background: url("../../assets/images/arrow_circle_white.svg") center/contain no-repeat;
}
._post-contents {
  font-size: clamp(1.4rem, 1.2752rem + 0.32vw, 1.6rem);
  line-height: 1.75;
}

._post-contents h1:not(:first-child), ._post-contents h2:not(:first-child), ._post-contents h3:not(:first-child), ._post-contents h4:not(:first-child), ._post-contents h5:not(:first-child), ._post-contents h6:not(:first-child) {
  margin-top: 2em;
}

._post-contents p:not(:first-child) {
  margin-top: 1em;
}

._post-contents h3 {
  font-size: clamp(1.8rem, 1.6752rem + 0.32vw, 2rem);
}

._post-contents a {
  color: #009ee2;
  text-decoration: underline;
}

._post-contents ruby::before {
  content: "（";
}

._post-contents ruby::after {
  content: "）";
}

._post-contents table {
  width: 100%;
}

._post-contents table th, ._post-contents table td {
  border: 1px solid #ccc;
  padding: 0.25em 0.5em;
}

._post-contents table thead th, ._post-contents table thead td {
  background: #deedf5;
}

#for-international-student {
  padding-bottom: clamp(4.8rem, 2.2182rem + 6.62vw, 9rem);
}

.error-404 {
  margin-top: clamp(3.2rem, 1.2305rem + 5.05vw, 6.4rem);
  line-height: 2;
}

.error-404__lead {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: auto;
}

.error-404__list {
  margin: 1.5em auto;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.error-404__button {
  margin-top: clamp(3.2rem, 1.2305rem + 5.05vw, 6.4rem);
  text-align: center;
}

.error-404__button .button {
  border: 1px solid #d2476f;
}

/*----------------------------------------------

faq-list

---------------------------------------------*/
.faq-list {
  font-size: 1.4rem;
  line-height: 1.75;
  padding-top: clamp(3.2rem, 1.2305rem + 5.05vw, 6.4rem);
}
.faq-list__items {
  display: grid;
  gap: 1.5em;
  margin-top: 3em;
}

.faq-list__answer {
  margin-left: 1.6em;
}

/*----------------------------------------------

faq-question

---------------------------------------------*/
.faq-question {
  color: #5a9fd5;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.75em;
  font-size: 1.6rem;
}
.faq-question::before {
  content: "";
  width: 0.4em;
  height: 0.4em;
  border: 2px solid #5a9fd5;
  rotate: 45deg;
  border-bottom: none;
  border-left: none;
  margin-top: 0.7em;
  transition-property: rotate, translate;
  transition-duration: 0.2s;
}

.faq-question[aria-expanded=true]::before {
  rotate: 135deg;
  translate: 0 -0.1em;
}

/*----------------------------------------------

faq-answer

---------------------------------------------*/
.faq-answer {
  margin-top: 0.5em;
  border: 1px solid #e7e5e6;
  border-radius: 10px;
  padding: 1em;
}

.faq-answer__contents ._caption {
  font-size: 75%;
}

[data-cloak] .faq-answer {
  display: none;
}

._pb-inner {
  padding-bottom: clamp(3.2rem, 1.2305rem + 5.05vw, 6.4rem) !important;
}

.wrapper {
  margin-top: var(--header-height);
}

/*----------------------------------------------

sec-mv (Override)

---------------------------------------------*/
.sec-mv__ttl .jp {
  font-feature-settings: "palt";
}

.sec-mv__list {
  font-size: 1.3rem;
  margin-top: 2em;
}
.sec-mv__list li {
  margin-top: 0.5em;
}

/*----------------------------------------------

backtop (Override)

---------------------------------------------*/
.main-footer__backtop {
  display: none !important;
}

/*----------------------------------------------

main-header (Override)

---------------------------------------------*/
.main-header.is-active .main-header__mobile {
  background: #d2476f;
}

.main-header.is-active .main-header__mobile span {
  background: #fff;
}

.main-header.is-active .main-header__mobile span::before, .main-header.is-active .main-header__mobile span::after {
  background: #fff;
}

.main-header.is-active .main-header__link a::before {
  background-image: url("../../assets/images/arrow_circle_main.svg");
}

.main-header.is-active .main-header__btnsp::before {
  background-image: url("../../assets/images/arrow_circle_main.svg");
}

/*----------------------------------------------

inner (Override)

---------------------------------------------*/
.inner {
  width: 100%;
  padding-inline: clamp(2.4rem, 0.9219rem + 3.79vw, 4.8rem);
  box-sizing: border-box;
  max-width: calc(1100px + clamp(2.4rem, 0.9219rem + 3.79vw, 4.8rem) * 2);
}

.sec-subject .inner {
  max-width: 1100px;
}

/*----------------------------------------------

banner-box (Override)

---------------------------------------------*/
.banner-box {
  margin-top: clamp(4.8rem, 2.2182rem + 6.62vw, 9rem);
}

/*----------------------------------------------

subject-column (Override)

---------------------------------------------*/
.subject-column__item._blue {
  --theme-color: #5a9fd5;
}

.subject-column__item._rose {
  --theme-color: #d8758d;
}

.subject-column__item._purple {
  --theme-color: #b77fae;
}

.subject-column__item._yellow-green {
  --theme-color: #81b75d;
}

.subject-column__item._orange {
  --theme-color: #e39a3e;
}

.subject-column__ttl {
  color: var(--theme-color);
}

.subject-column__img {
  aspect-ratio: 430/500;
}

.subject-column__img::after {
  background: var(--theme-color);
}

.subject-column__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/*----------------------------------------------

subject-column (Override)

---------------------------------------------*/
.school-column__wrap::after {
  content: none;
}

.school-column__btn {
  font-size: 1.4rem;
}
.school-column__ttl {
  font-size: 1.8rem;
}
.school-column__buttons {
  position: absolute;
  left: 0;
  bottom: 0;
  text-align: center;
  width: 100%;
  background: rgba(0, 0, 0, 0.4);
  padding: 0.5em;
  font-size: 1.4rem;
  z-index: 2;
}
.school-column__button {
  font-weight: 500;
  color: #fff;
  padding: 0.5em;
  display: inline-grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 0.5em;
}

.school-column__button::after {
  content: "";
  margin-top: 0.1em;
  width: 0.8em;
  height: 0.5em;
  background: #fff;
  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
          clip-path: polygon(0 0, 100% 50%, 0 100%);
}

/*----------------------------------------------

info-box (Override)

---------------------------------------------*/
.info-box {
  border: 1px solid #000;
}
.info-box__list-img picture {
  display: block;
  overflow: hidden;
}

.info-box__list-img img {
  transition-property: scale;
  transition-duration: 0.2s;
}

/*----------------------------------------------

main-footer__menu-sub

---------------------------------------------*/
.main-footer__right {
  gap: 0 2em;
  margin-top: 2em;
}
.main-footer__menu-sub {
  font-size: 1.2rem;
}

/*----------------------------------------------

news-top (Override)

---------------------------------------------*/
.news-top .c-ttl__02 {
  font-size: 2.4rem;
}
.news-top__link {
  font-size: 1.2rem;
}
.news-top__list a {
  padding: 2em 0 2.2em;
}
.news-top__list-ttl {
  font-size: 1.4rem;
  max-height: initial;
}

.news-top__list-date {
  font-size: 1.4rem;
}
/*----------------------------------------------

point-top (Override)

---------------------------------------------*/
.point-top__header {
  margin: 0;
  padding: 0.5em 0 1.5em 0;
}

.point-top__ttl {
  margin: 0;
}

.point-top__des {
  margin: 0.25em 0 0;
}

.point-top__list-str__number {
  line-height: 1;
  top: 0.1em;
}

.point-top__list-ttl {
  font-size: 2rem;
}
.point-top__list-txt {
  margin-top: 1em;
}
.point-top__list-des {
  margin-top: 0.5em;
  font-size: 1.2rem;
}
.point-top .c-btn__01 {
  border-radius: 999vw;
  font-size: 1.2rem;
}
/*----------------------------------------------

course-top (Override)

---------------------------------------------*/
.course-top__note {
  margin-top: 1.5em;
}

/*----------------------------------------------

about-person (Override)

---------------------------------------------*/
.about-person__desc-ttl.c-ttl__02 {
  letter-spacing: 0.2em;
  font-feature-settings: "palt";
}

.about-block__heading-ttl {
  letter-spacing: 0.2em;
  font-feature-settings: "palt";
}

/*----------------------------------------------

facility-lead (Override)

---------------------------------------------*/
.facility-lead {
  line-height: 1.5;
}

/*----------------------------------------------

map-block (Override)

---------------------------------------------*/
.map-block__default {
  margin-block-start: clamp(2.4rem, 0.9219rem + 3.79vw, 4.8rem);
}

/*----------------------------------------------

school-column (Override)

---------------------------------------------*/
.school-column {
  margin-block-start: clamp(2.4rem, 0.9219rem + 3.79vw, 4.8rem);
}

/*----------------------------------------------

access-map

---------------------------------------------*/
.access-map {
  display: grid;
  gap: 15px;
  margin-block: clamp(2.4rem, 0.9219rem + 3.79vw, 4.8rem) clamp(3.2rem, 1.2305rem + 5.05vw, 6.4rem);
}
.access-map__map {
  border-radius: 15px;
  overflow: hidden;
}

.access-map__map img {
  border-radius: 0 0 15px 15px;
  border: 2px solid #5876b8;
}

.access-map__bus {
  border-radius: 15px;
  overflow: hidden;
  margin-top: 15px;
}
.access-map__bus img {
  border-radius: 0 0 15px 15px;
  border: 2px solid #5876b8;
}

.access-map__photo {
  border-radius: 15px;
  overflow: hidden;
}

.access-map__photo img {
  border-radius: 0 0 15px 15px;
  border: 2px solid #5876b8;
}

.access-map__information {
  margin-top: 15px;
}
/*----------------------------------------------

access-information

---------------------------------------------*/
.access-information__item:not(:last-child) {
  margin-bottom: 1em;
}

.access-information__title {
  color: #6380bd;
  font-weight: 500;
  border: 1px solid #6380bd;
  border-left: none;
  border-radius: 0 999vw 999vw 0;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  padding: 0.5em 1em 0.5em 0;
  gap: 0.5em;
  font-size: 1.6rem;
}
.access-information__title .ico {
  aspect-ratio: 1;
  width: 1.5em;
  display: grid;
  place-items: center;
}

.access-information__data {
  padding: 0.5em 0 0.5em 3.2rem;
  line-height: 2;
  font-feature-settings: "palt" 1;
  letter-spacing: 0.025em;
  font-size: 1.4rem;
}
.access-information__data ._caption {
  font-size: 80%;
}

/*----------------------------------------------

bus-attention

---------------------------------------------*/
.bus-attention {
  max-width: 850px;
  margin: 0 auto;
}

.bus-attention__heading {
  font-size: 1.8rem;
  text-align: center;
  background: #d2476f;
  color: #fff;
  font-weight: 500;
  padding: 0.5em 1em;
}
.bus-attention__contents {
  margin-top: 2rem;
}

.bus-attention__note {
  font-size: 1.4rem;
  text-indent: -1em;
  margin-left: 1em;
  font-weight: 500;
  line-height: 1.75;
}
.bus-attention__note::before {
  content: "※";
}

.bus-attention__note ruby::before {
  content: "（";
}

.bus-attention__note ruby::after {
  content: "）";
}

.bus-attention__map {
  margin-top: 2rem;
}

/*----------------------------------------------

railroad

---------------------------------------------*/
.railroad__figure {
  display: block;
  margin-inline: auto;
  max-width: 850px;
  margin-block-start: clamp(2.4rem, 0.9219rem + 3.79vw, 4.8rem);
}

/*----------------------------------------------

variables

---------------------------------------------*/
#department-it {
  --theme-color: #5a9fd5;
}

#department-medical {
  --theme-color: #d8758d;
}

#department-business {
  --theme-color: #b77fae;
}

#department-creator {
  --theme-color: #81b75d;
}

#department-design {
  --theme-color: #e39a3e;
}

/*----------------------------------------------

department-interview

---------------------------------------------*/
.department-interview {
  padding-bottom: clamp(4.8rem, 2.2182rem + 6.62vw, 9rem);
}

/*----------------------------------------------

interview-voice

---------------------------------------------*/
.interview-voice__header {
  display: grid;
  color: var(--theme-color);
  font-weight: 500;
  font-feature-settings: "palt";
  gap: 1em;
  grid-template-columns: auto 1fr;
  align-items: center;
}
.interview-voice__class {
  aspect-ratio: 1;
  width: 5.5em;
  border: 1px solid var(--theme-color);
  display: grid;
  grid-template-columns: repeat(2, auto);
  place-content: center;
  align-items: center;
  gap: 0.25em;
  padding: 0.5em;
  font-size: 1.4rem;
}
.interview-voice__class strong {
  font-family: "Jost", "Noto Sans JP", sans-serif;
  font-weight: 300;
  font-size: 2.4rem;
}
.interview-voice__heading {
  line-height: 1.5;
  font-size: 1.6rem;
  font-weight: 500;
}
.interview-voice__body {
  margin-top: 3em;
  display: grid;
  grid-template-areas: "image" "data" "text";
  gap: 1.5em;
}
.interview-voice__text {
  grid-area: text;
}

.interview-voice__image {
  grid-area: image;
}

.interview-voice__data {
  grid-area: data;
}

/*----------------------------------------------

voice-body

---------------------------------------------*/
.voice-text {
  font-size: 1.4rem;
  line-height: 2;
}
/*----------------------------------------------

voice-image

---------------------------------------------*/
.voice-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/*----------------------------------------------

voice-data

---------------------------------------------*/
.voice-data {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  justify-content: space-between;
  gap: 1em;
  align-items: center;
}
.voice-data__information {
  color: var(--theme-color);
  line-height: 1.5;
}

.voice-data__department {
  font-size: 1.3rem;
}
.voice-data__name {
  font-size: 2.2rem;
  margin-top: 0.25em;
}
/*----------------------------------------------

prospective-employees-voice

---------------------------------------------*/
.prospective-employees-voice {
  border-top: 1px solid var(--theme-color);
  padding-top: calc(clamp(4.8rem, 2.2182rem + 6.62vw, 9rem) / 2);
  margin-top: calc(clamp(4.8rem, 2.2182rem + 6.62vw, 9rem) / 2);
}

.prospective-employees-voice__content {
  display: grid;
  grid-template-areas: "image" "information" "text";
  grid-template-columns: none;
  grid-template-rows: auto auto auto;
  gap: 1.5em;
}
._reverse .prospective-employees-voice__content {
  grid-template-areas: "image" "information" "text";
  grid-template-columns: none;
  grid-template-rows: auto auto auto;
}
.prospective-employees-voice__image {
  grid-area: image;
}

.prospective-employees-voice__information {
  grid-area: information;
}

.prospective-employees-voice__text {
  grid-area: text;
}

/*----------------------------------------------

prospective-employee-image

---------------------------------------------*/
.prospective-employee-image {
  position: relative;
}

.prospective-employee-image__label {
  background: var(--theme-color);
  aspect-ratio: 1;
  width: 6em;
  display: grid;
  place-content: center;
  text-align: center;
  color: #fff;
  position: absolute;
  line-height: 1;
  gap: 5px;
  font-size: 1.4rem;
}
.prospective-employee-image__title span {
  display: block;
}

.prospective-employee-image__title ._ja {
  font-size: 140%;
}

.prospective-employee-image__title ._en {
  font-family: "Jost", "Noto Sans JP", sans-serif;
  font-weight: 300;
  margin-top: 5px;
  font-size: 80%;
}

.prospective-employee-image__number {
  font-family: "Jost", "Noto Sans JP", sans-serif;
  font-weight: 300;
  padding-top: 5px;
  border-top: 1px solid #fff;
  font-size: 200%;
  margin-top: 2px;
}

.prospective-employee-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/*----------------------------------------------

prospective-employee-information

---------------------------------------------*/
.prospective-employee-information {
  color: var(--theme-color);
  line-height: 1.5;
}

.prospective-employee-information__department {
  font-size: 1.3rem;
}
.prospective-employee-information__name {
  font-size: 2.2rem;
  margin-top: 0.25em;
}
/*----------------------------------------------

prospective-employee-text

---------------------------------------------*/
.prospective-employee-text {
  display: grid;
  grid-template-rows: auto auto 1fr;
  gap: 1.5em;
}
.prospective-employee-text__heading {
  line-height: 1.5;
  font-size: 2rem;
  font-weight: 500;
  color: var(--theme-color);
  font-feature-settings: "palt";
}
.prospective-employee-text__text {
  font-size: 1.4rem;
  line-height: 2;
}
.prospective-employee-text__text sup {
  font-size: 70%;
}

.prospective-employee-text__text ._caption {
  font-size: 80%;
}

.prospective-employee-text__data {
  margin-top: auto;
}

/*----------------------------------------------

prospective-employee-data

---------------------------------------------*/
.prospective-employee-data {
  font-size: 1.3rem;
  line-height: 1.5;
}
.prospective-employee-data__table {
  width: 100%;
}

.prospective-employee-data__table tbody tr {
  border-top: 1px solid #8a8a8a;
}

.prospective-employee-data__table tbody tr:first-child {
  border-top-color: #000;
}

.prospective-employee-data__table tbody tr:last-child {
  border-bottom: 1px solid #000;
}

.prospective-employee-data__table tbody th, .prospective-employee-data__table tbody td {
  font-weight: 400;
  padding: 0.75em 1em;
}

.prospective-employee-data__table tbody th {
  width: 5em;
  padding-left: 0;
  box-sizing: content-box;
  text-align-last: justify;
  position: relative;
  color: var(--theme-color);
}

.prospective-employee-data__table tbody th::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0.5em;
  width: 1px;
  height: calc(100% - 1em);
  background: var(--theme-color);
}

.prospective-employee-data__table tbody td {
  padding-right: 0;
  word-break: break-all;
}

/*----------------------------------------------

variables

---------------------------------------------*/
._color--it {
  --theme-color: #5a9fd5;
  --theme-color-dark: #336eb1;
  --theme-color-light: #deedf5;
  --theme-color-bg: #eff3f6;
}

._color--medical {
  --theme-color: #d8758d;
  --theme-color-dark: #d1456e;
  --theme-color-light: #f9e3ea;
  --theme-color-bg: #eff3f6;
}

._color--business {
  --theme-color: #b77fae;
  --theme-color-dark: #952d82;
  --theme-color-light: #eee6ef;
  --theme-color-bg: #eff3f6;
}

._color--creator {
  --theme-color: #81b75d;
  --theme-color-dark: #44a34a;
  --theme-color-light: #eaf0e1;
  --theme-color-bg: #eff3f6;
  --theme-line-image: url("../../assets/images/dot_line_creator.svg");
}

._color--design {
  --theme-color: #e39a3e;
  --theme-color-dark: #d55e2d;
  --theme-color-light: #fbebd9;
  --theme-color-bg: #eff3f6;
  --theme-line-image: url("../../assets/images/dot_line_designer.svg");
}

/*----------------------------------------------

sec-comp (Override)

---------------------------------------------*/
.sec-comp {
  margin-top: 0;
}
/*----------------------------------------------

department-hero

---------------------------------------------*/
.department-hero {
  font-size: 1.2rem;
  font-feature-settings: "palt";
  line-height: 1.5;
  width: 100vw;
  z-index: -1;
}
.department-hero._is-hide {
  opacity: 0;
}
.department-hero__text {
  background: var(--theme-color);
  color: #fff;
  padding-block: clamp(2.4rem, -0.0609rem + 6.31vw, 6.4rem);
  box-sizing: border-box;
}
.department-hero__title {
  border-bottom: 1px solid #fff;
  padding-inline: clamp(2.4rem, -0.0609rem + 6.31vw, 6.4rem);
  padding-block-end: 1.5em;
  position: relative;
}

.department-hero__title ._english {
  grid-area: english;
  font-family: "Jost", "Noto Sans JP", sans-serif;
  transform-origin: left top;
  position: absolute;
  white-space: nowrap;
  right: 2em;
  top: 0;
  text-align: right;
  font-size: 90%;
}
.department-hero__title ._number {
  font-family: "Jost", "Noto Sans JP", sans-serif;
  font-weight: 300;
  line-height: 0.8;
  font-size: 640%;
}

.department-hero__title ._heading {
  grid-area: heading;
  letter-spacing: 0.05em;
  font-size: 290%;
}

.department-hero__lead {
  line-height: 1.75;
  padding-inline: clamp(2.4rem, -0.0609rem + 6.31vw, 6.4rem);
  letter-spacing: 0.05em;
  font-size: 133%;
  margin-top: 1.5em;
}

.department-hero__courses {
  margin-top: 2em;
}

.department-hero__image {
  position: relative;
  aspect-ratio: 1;
}
.department-hero__image picture {
  display: block;
}

.department-hero__image img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  max-width: initial;
  object-fit: cover;
}

/*----------------------------------------------

hero-courses

---------------------------------------------*/
.hero-courses {
  padding-inline: clamp(2.4rem, -0.0609rem + 6.31vw, 6.4rem);
}

.hero-courses__heading {
  border: 1px solid #fff;
  position: relative;
  padding: 0.5em;
  font-size: 122%;
  font-weight: 500;
  width: calc(100% - 6px);
}

.hero-courses__heading::before {
  content: "";
  position: absolute;
  left: 5px;
  top: 5px;
  width: 100%;
  height: 100%;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
}

.hero-courses__items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 0.5em;
  margin-top: 1em;
  font-size: 111%;
}

.hero-courses__item {
  list-style-type: disc;
  margin-left: 1em;
  padding: 0.25em 0;
}

/*----------------------------------------------

course-data (Override)

---------------------------------------------*/
#courses {
  margin-top: 0;
  background: #fff;
}

/*----------------------------------------------

course-data (Override)

---------------------------------------------*/
.course-data {
  position: relative;
}

.course-data .drug-message {
  display: flex;
  justify-content: start;
  align-items: center;
  font-size: 1.4rem;
  padding: 1em 0;
  text-align: center;
  gap: 0.5em;
}

.course-data .drug-message::before {
  content: "";
  background: url("../../assets/images/one-finger-drag-horizontal.svg") center/contain no-repeat;
  width: 2.4rem;
  height: 2.4rem;
}
.course-data__table-wrapper {
  overflow-x: scroll;
  width: 100vw;
  margin-inline: calc(clamp(2.4rem, 0.9219rem + 3.79vw, 4.8rem) * -1);
  padding-inline: clamp(2.4rem, 0.9219rem + 3.79vw, 4.8rem);
}
.course-data__table {
  min-width: calc(960px - clamp(2.4rem, 0.9219rem + 3.79vw, 4.8rem) * 2);
}
/*----------------------------------------------

course-table (Override)

---------------------------------------------*/
.course-table {
  font-size: 1.4em;
  border: 1px solid #8a8a8a;
  width: 100%;
}
.course-table__head th, .course-table__head td {
  padding: 1em 0.5em;
  text-align: center;
  background: #84b1de;
  color: #fff;
  border-bottom: none;
}

.course-table__head th:not(:last-child), .course-table__head td:not(:last-child) {
  border-right: 1px solid #fff;
}

.course-table__body th, .course-table__body td {
  border-bottom: 1px solid #8a8a8a;
  padding: 0.5em 1em;
  border-right: 1px solid #8a8a8a;
}

.course-table__body th._course-category, .course-table__body td._course-category {
  width: 3.2em;
  text-align: center;
}

.course-table__body th._course-category ._vertical, .course-table__body td._course-category ._vertical {
  white-space: pre;
  -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
}

.course-table__body th._course-capacity, .course-table__body td._course-capacity {
  text-align: center;
  width: 8em;
}

.course-table__body th._course-capacity strong, .course-table__body td._course-capacity strong {
  font-size: 2em;
  font-family: "Jost", "Noto Sans JP", sans-serif;
  font-weight: 400;
  margin-right: 0.1em;
  translate: 0 1%;
  vertical-align: -0.1em;
}

.course-table__body th._course-period, .course-table__body td._course-period {
  text-align: center;
  width: 6.4em;
}

.course-table__body th._course-dan, .course-table__body td._course-dan {
  text-align: center;
  width: 6.4em;
}

.course-table__body th._course-gender, .course-table__body td._course-gender {
  text-align: center;
  width: 6.4em;
  border-right: none;
}

.course-table__body tr._blue ._course-department,
.course-table__body tr._blue ._course-capacity {
  background: #deedf5;
}

.course-table__body tr._pink ._course-department,
.course-table__body tr._pink ._course-capacity {
  background: #f9e3ea;
}

.course-table__body tr._purple ._course-department,
.course-table__body tr._purple ._course-capacity {
  background: #eee6ef;
}

.course-table__body tr._green ._course-department,
.course-table__body tr._green ._course-capacity {
  background: #eaf0e1;
}

.course-table__body tr._orange ._course-department,
.course-table__body tr._orange ._course-capacity {
  background: #fbebd9;
}

.course-table__body tr:nth-of-type(odd) ._course-name {
  background: #e7e5e6;
}

/*----------------------------------------------

strong point (Override)

---------------------------------------------*/
.sec-comp__info-point__ttl {
  line-height: 1.5;
}

/*----------------------------------------------

license (Override)

---------------------------------------------*/
.sec-point__circle--purple-stroked {
  border-color: #C27BB0;
  background: #fff;
}

/*----------------------------------------------

chart-image

---------------------------------------------*/
.chart-image img {
  width: 100%;
  height: auto;
}

/*----------------------------------------------

curriculum (Override)

---------------------------------------------*/
.curriculum__heading {
  padding: 0.5em !important;
  font-weight: 500;
}

.curriculum__item a {
  padding: 0.5em !important;
  display: block;
  font-size: 1.2rem;
}
/*----------------------------------------------

curriculums

---------------------------------------------*/
.curriculums {
  position: relative;
}

.curriculums__heading {
  background: var(--theme-color);
  color: #fff;
  font-size: 1.76rem;
  text-align: center;
  font-weight: 500;
  padding: 0.75em 1em;
  font-feature-settings: "palt";
}
.curriculums__contents {
  background: #fff;
  padding: clamp(2.4rem, 0.9219rem + 3.79vw, 4.8rem);
}

.curriculums__caption {
  font-size: 1.1rem;
  text-align: right;
  margin-top: 1em;
}
/*----------------------------------------------

common-curriculum

---------------------------------------------*/
.common-curriculum {
  display: grid;
  gap: clamp(2.4rem, 0.9219rem + 3.79vw, 4.8rem);
}
.common-curriculum__content {
  font-size: 1.2rem;
}
.common-curriculum__heading {
  color: var(--theme-color);
  font-weight: 600;
  font-size: 1.6rem;
}

.common-curriculum__heading::before {
  content: "■";
}

.common-curriculum__body {
  margin-top: 1em;
}
/*----------------------------------------------

common-curriculum-list

---------------------------------------------*/
.common-curriculum-list__items {
  gap: 5px;
  column-count: 2;
}
.common-curriculum-list__item {
  padding: 0.25em 0;
}

/*----------------------------------------------

course-curriculum

---------------------------------------------*/
.course-curriculum {
  padding-top: clamp(2.4rem, 0.9219rem + 3.79vw, 4.8rem);
}

.course-curriculum__content {
  font-size: 1.2rem;
}
.course-curriculum__heading {
  color: var(--theme-color);
  font-weight: 600;
  font-size: 1.6rem;
}

.course-curriculum__heading::before {
  content: "■";
}

.course-curriculum__body {
  margin-top: 1em;
  display: grid;
  gap: 0.5em;
}
/*----------------------------------------------

course-curriculum-list

---------------------------------------------*/
.course-curriculum-list__heading {
  background: var(--theme-color);
  color: #fff;
  padding: 0.5em;
  font-weight: 600;
}

.course-curriculum-list__items {
  margin-top: 2px;
  display: grid;
  gap: 2px;
}

.course-curriculum-list__item {
  background: #e7ebed;
  padding: 0.5em;
}

/*----------------------------------------------

courses-list

---------------------------------------------*/
.courses-list {
  margin-inline: calc(clamp(2.4rem, 0.9219rem + 3.79vw, 4.8rem) * -1);
}

.courses-list__item {
  line-height: 1.75;
  display: grid;
  gap: 3em;
  padding: clamp(2.4rem, 0.9219rem + 3.79vw, 4.8rem);
  position: relative;
  grid-template-rows: repeat(3, auto);
  grid-template-areas: "header" "image" "body";
}
.courses-list__item::before {
  content: "";
  width: 100vw;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 0;
  translate: -50%;
}

.courses-list__item:nth-child(odd)::before {
  background: var(--theme-color-bg);
}

.courses-list__header {
  grid-area: header;
  color: var(--theme-color);
  text-align: center;
  font-feature-settings: "palt";
  position: relative;
}
.courses-list__heading {
  font-weight: 500;
  font-size: 2.4rem;
}
.courses-list__copy {
  font-size: 1.3rem;
}
.courses-list__image {
  grid-area: image;
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-auto-rows: -webkit-min-content;
  grid-auto-rows: min-content;
  gap: 10px;
  align-content: start;
}

.courses-list__image img {
  margin: 0;
  width: 100%;
  height: auto;
}

.courses-list__body {
  grid-area: body;
  position: relative;
}
.courses-list__lead {
  font-size: 1.4rem;
}
.courses-list__figure {
  margin-top: 1.5em;
}

.courses-list__information {
  padding-top: 3em;
}
/*----------------------------------------------

courses-info

---------------------------------------------*/
.courses-info {
  display: grid;
  gap: 1em;
}
.courses-info__item {
  display: grid;
  grid-template-columns: 8em 1fr;
  align-items: center;
  font-size: 1.2rem;
  background: var(--theme-color);
  color: #fff;
  padding: 0.5em 1em;
  gap: 1em;
  min-height: 6em;
}

.courses-info__item:nth-of-type(2) {
  background: var(--theme-color-dark);
}

.courses-info__title {
  font-size: 1.4rem;
  text-align-last: justify;
}
.courses-info__data {
  border-left: 1px solid #fff;
  padding-left: 0.5em;
  align-self: stretch;
  display: grid;
  place-content: center start;
}

/*----------------------------------------------

courses-info-data

---------------------------------------------*/
.courses-info-data {
  line-height: 1.5;
}

.courses-info-data__items {
  display: flex;
  flex-wrap: wrap;
  gap: 0 1em;
}

.courses-info-data__item {
  font-feature-settings: "palt";
}

.courses-info-data__item::before {
  content: "・";
  font-feature-settings: normal;
}

/*----------------------------------------------

courses-list-column

---------------------------------------------*/
.courses-list-column {
  background: #dadfe2;
}

.courses-list-column__item {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  padding: 1em;
  font-size: 1.4rem;
  gap: 1em;
}

.courses-list-column__title {
  font-weight: 600;
  color: var(--theme-color);
}

.courses-list-column__text {
  font-size: 1.2rem;
}

/*----------------------------------------------

courses-info-data

---------------------------------------------*/
#communication-tools {
  background: #fffbdd;
}

.communication-tools {
  padding: clamp(2.4rem, 0.9219rem + 3.79vw, 4.8rem);
  display: grid;
  line-height: 1.75;
  display: grid;
  gap: 3em;
  padding: clamp(2.4rem, 0.9219rem + 3.79vw, 4.8rem);
  position: relative;
  grid-template-rows: repeat(3, auto);
  grid-template-areas: "heading" "body" "image";
}
.communication-tools._medical {
  --theme-color: #d8758d;
}

.communication-tools__heading {
  grid-area: heading;
  font-weight: 500;
  font-size: 1.3rem;
  color: var(--theme-color);
}
.communication-tools__body {
  grid-area: body;
  font-size: 1.4rem;
}
.communication-tools__body ._caption {
  font-size: 80%;
  text-indent: -1em;
  margin-left: 1em;
  margin-top: 1.5em;
}

.communication-tools__image {
  grid-area: image;
}

/*----------------------------------------------

sec-point (Override)

---------------------------------------------*/
.sec-point__shoulder {
  text-align: center;
  background: var(--theme-color);
  color: #fff;
  padding: 0.5em;
  font-size: 1.8rem;
}
.sec-point__item {
  padding: 0;
}

.sec-point__ttl {
  padding: 0;
  margin-top: 0.5em;
}

.sec-point__box {
  display: block;
  background: var(--theme-color-light);
}

.sec-point__box-note {
  font-size: 1.2rem;
}
.sec-point__note._caption {
  margin-top: 1em;
}

/*----------------------------------------------

recruit-list

---------------------------------------------*/
.recruit-list {
  line-height: 1.75;
  font-size: 1.2rem;
  padding-bottom: clamp(2.4rem, 0.9219rem + 3.79vw, 4.8rem);
}
.recruit-list._padding-bottom {
  padding-bottom: clamp(4.8rem, 2.2182rem + 6.62vw, 9rem);
}

.recruit-list__heading {
  color: var(--theme-color);
  font-weight: 500;
  font-size: 1.8rem;
}
.recruit-list__inner {
  background: var(--theme-color-light);
  padding: 2rem;
  margin-top: 0.5em;
}
.recruit-list__item {
  text-indent: -1.25em;
  margin-left: 1.25em;
}

.recruit-list__item::before {
  content: "●";
  color: var(--theme-color);
  margin-right: 0.25em;
}

.recruit-list__caption {
  text-align: right;
  margin-top: 1em;
}

/*----------------------------------------------

strong-point

---------------------------------------------*/
.strong-point__item {
  font-size: 1.6rem;
}

.strong-point__item:not(:first-child) {
  margin-top: 4em;
}

.strong-point__header {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 1em;
}
.strong-point__number {
  display: grid;
  place-content: center;
  line-height: 0.8;
  font-family: "Jost", "Noto Sans JP", sans-serif;
  background: var(--theme-color);
  color: #fff;
  aspect-ratio: 1;
  text-align: center;
  gap: 0.25em;
  font-size: 1.2rem;
  width: 6em;
  border-radius: 999vw;
}
.strong-point__number span {
  font-weight: 400;
  line-height: 1;
  margin-top: 0.25em;
}

.strong-point__number strong {
  font-weight: 400;
  font-size: 200%;
}

.strong-point__heading {
  color: var(--theme-color);
  font-weight: 500;
  font-size: 1.8rem;
}
.strong-point__contents {
  margin-top: 2em;
}

.strong-point__image {
  text-align: center;
  display: block;
}

.strong-point__image img {
  width: 100%;
  height: auto;
  max-width: 640px;
}

/*----------------------------------------------

works-list

---------------------------------------------*/
.works-list {
  padding-bottom: clamp(4.8rem, 2.2182rem + 6.62vw, 9rem);
}

.works-list__heading {
  background: var(--theme-color-light);
  border-radius: 0.5em;
  line-height: 1.5;
  padding: 0.5em 1em;
  font-size: 2rem;
  margin-top: clamp(3.2rem, 1.2305rem + 5.05vw, 6.4rem);
}
.works-list__item {
  background: var(--theme-line-image) repeat-x;
  padding-top: clamp(2.4rem, 0.9219rem + 3.79vw, 4.8rem);
}

.works-list__item:not(:first-child) {
  margin-top: clamp(2.4rem, 0.9219rem + 3.79vw, 4.8rem);
}

.works-list__text {
  font-size: 1.4rem;
  display: grid;
  gap: 2em;
}
.works-list__figure {
  margin: clamp(2.4rem, 0.9219rem + 3.79vw, 4.8rem) auto 0;
}

.works-list__image {
  display: block;
  text-align: center;
}

.works-list__image img {
  max-width: 280px;
}
/*----------------------------------------------

works-list-group

---------------------------------------------*/
.works-list-group {
  padding-top: clamp(2.4rem, 0.9219rem + 3.79vw, 4.8rem);
}

.works-list-group:not(:first-child) {
  margin-top: clamp(2.4rem, 0.9219rem + 3.79vw, 4.8rem);
}

.works-list-group__heading {
  align-items: center;
  text-align: center;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  color: var(--theme-color);
  gap: 1em;
  line-height: 1.5;
  font-size: 1.8rem;
}
.works-list-group__heading::before, .works-list-group__heading::after {
  content: "";
  height: 3px;
  background: var(--theme-line-image) repeat-x;
}

.works-list-group__lead {
  text-align: center;
  margin-top: 3em;
  font-size: 1.4rem;
  line-height: 1.75;
  position: relative;
}
.works-list-group__lead:not(:first-of-type) {
  padding-top: 3em;
}

.works-list-group__lead:not(:first-of-type)::before {
  content: "";
  background: var(--theme-line-image) repeat-x;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 3px;
}

.works-list-group__figure {
  margin-top: clamp(2.4rem, 0.9219rem + 3.79vw, 4.8rem);
  margin-bottom: 0;
}

/*----------------------------------------------

works-list-header

---------------------------------------------*/
.works-list-header {
  font-feature-settings: "palt";
  line-height: 1.75;
  border-left: 4px solid var(--theme-color);
  padding-left: 1em;
}

.works-list-header__title {
  font-weight: 500;
}

.works-list-header__title strong {
  font-weight: 500;
  font-size: 120%;
}

.works-list-header__course {
  font-weight: 500;
}

.works-list-header__name {
  font-weight: 500;
  margin-top: 0.5em;
  font-size: 120%;
}

.works-list-header__note {
  margin-top: 0.5em;
  margin-left: -0.5em;
  background: var(--theme-color-light);
  border-radius: 1em;
  padding: 0.15em 1em;
  font-size: 80%;
}

/*----------------------------------------------

works-list-comment

---------------------------------------------*/
.works-list-comment {
  border-left: 2px solid var(--theme-color);
  padding: 0.25em 0 0.25em 1em;
  line-height: 1.75;
}

.works-list-comment__inner {
  display: grid;
  place-content: center;
  height: 100%;
}

.works-list-comment__inner p {
  word-break: break-all;
}

/*----------------------------------------------

license-legend

---------------------------------------------*/
.license-legend {
  font-size: 1.2rem;
  display: flex;
  flex-wrap: wrap;
  gap: 1em;
  margin-top: 1em;
  font-weight: 500;
}

.license-legend__item {
  display: grid;
  grid-template-columns: auto auto;
}

.license-legend__item dt {
  color: var(--theme-color);
}

.license-legend__item dd::before {
  content: "-";
}

/*----------------------------------------------

license-mark

---------------------------------------------*/
.license-mark {
  font-size: 1.2rem;
  color: var(--theme-color);
  display: flex;
  flex-wrap: wrap;
  gap: 1em;
  margin-top: 1em;
  font-weight: 500;
}

.license-mark__item {
  display: grid;
  grid-template-columns: auto auto;
  align-items: center;
  gap: 0.5em;
}

.license-mark__item ._circle-fill::before {
  content: "●";
}

.license-mark__item ._circle-stroke::before {
  content: "○";
}

/*----------------------------------------------

other-department-nav

---------------------------------------------*/
.other-department-nav {
  background: #eff3f6;
  padding: clamp(3.2rem, 1.2305rem + 5.05vw, 6.4rem) clamp(2.4rem, 0.9219rem + 3.79vw, 4.8rem);
}

.other-department-nav__inner {
  max-width: 1100px;
  margin-inline: auto;
}

.other-department-nav__items {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 60px 40px;
  counter-reset: number 0;
  flex-direction: column;
  max-width: 240px;
  margin-inline: auto;
}
.other-department-nav__item {
  position: relative;
  counter-increment: number 1;
}
.other-department-nav__item::before {
  content: "";
  position: absolute;
  left: 10px;
  top: 10px;
  width: 100%;
  height: 100%;
  background: #000;
}

.other-department-nav__item._it::before {
  background: #5a9fd5;
}

.other-department-nav__item._medical::before {
  background: #d8758d;
}

.other-department-nav__item._business::before {
  background: #b77fae;
}

.other-department-nav__item._creator::before {
  background: #81b75d;
}

.other-department-nav__item._design::before {
  background: #e39a3e;
}

.other-department-nav__link {
  position: relative;
  overflow: hidden;
  display: block;
}
.other-department-nav__text {
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  text-align: center;
  font-weight: 500;
  z-index: 2;
  font-size: 1.6rem;
}
.other-department-nav__text::before {
  content: counter(number, decimal-leading-zero);
  font-size: 2.8rem;
  font-family: "Jost", "Noto Sans JP", sans-serif;
  font-weight: 300;
  line-height: 0.8;
}
.other-department-nav__text ._title {
  margin-top: 0.5em;
  padding-top: 0.5em;
  border-top: 1px solid #fff;
  margin-inline: 1em;
}
.other-department-nav__text ._title-eng {
  font-size: 1rem;
  font-family: "Jost", "Noto Sans JP", sans-serif;
  font-weight: 400;
  margin-top: 0.25em;
  font-size: 1.1rem;
}
.other-department-nav__image {
  position: relative;
  aspect-ratio: 300/350;
  z-index: 1;
}

.other-department-nav__image::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.3;
  transition-property: opacity;
  transition-duration: 0.2s;
}

.other-department-nav__image picture {
  width: 100%;
  height: 100%;
}

.other-department-nav__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  transition-property: scale;
  transition-duration: 0.2s;
}

/*----------------------------------------------

post-system

---------------------------------------------*/
#post-system {
  padding-inline: clamp(2.4rem, 0.9219rem + 3.79vw, 4.8rem);
  padding-block-end: clamp(3.2rem, 1.2305rem + 5.05vw, 6.4rem);
  background: #fffbdd;
  border-top: 3px solid var(--theme-color);
}
.post-system {
  line-height: 1.75;
}
.post-system__shoulder {
  grid-area: shoulder;
  background: var(--theme-color);
  color: #fff;
  font-size: clamp(1.6rem, 1.3543rem + 0.63vw, 2rem);
  text-align: center;
  max-width: 240px;
  margin-inline: auto;
  padding: 0.5em;
  border-radius: 0 0 10px 10px;
  font-weight: 500;
}
.post-system__title {
  grid-area: title;
  font-weight: 500;
  color: var(--theme-color);
  font-size: clamp(1.8rem, 0.7548rem + 2.68vw, 3.5rem);
  text-align: center;
  margin-block-start: 1em;
}
.post-system__heading {
  grid-area: heading;
  color: var(--theme-color);
  font-size: clamp(1.1rem, 0.3005rem + 2.05vw, 2.4rem);
  text-align: center;
  font-weight: 500;
  margin-block-start: 1em;
  padding-block-end: 1.5em;
  border-bottom: 1px solid var(--theme-color);
}
.post-system__lead {
  grid-area: lead;
  margin-block-start: 1.5em;
  font-size: clamp(1.3rem, 1.2376rem + 0.16vw, 1.4rem);
}
.post-system__html5 {
  grid-area: html5;
  margin-block-start: 2em;
}
.post-system__image {
  grid-area: image;
  margin: 2em 0 0 0;
}
/*----------------------------------------------

column-html5

---------------------------------------------*/
.column-html5 {
  background: var(--theme-color-bg);
  font-size: clamp(2rem, 2rem + 0vw, 2rem);
  border-radius: 6px;
  display: grid;
  grid-template-columns: auto 1fr;
  font-size: clamp(1.2rem, 0.7086rem + 1.26vw, 2rem);
  gap: 0.5em;
  align-items: center;
  font-weight: 500;
  padding: 1em 1.5em;
}
.column-html5__logo {
  width: 40px;
}
.column-html5__text {
  color: #e85413;
}

.column-html5__text a {
  color: var(--theme-color);
  text-decoration: underline;
}

/*----------------------------------------------

charm-medical

---------------------------------------------*/
#charm-medical {
  padding-inline: clamp(2.4rem, 0.9219rem + 3.79vw, 4.8rem);
  padding-block: clamp(3.2rem, 1.2305rem + 5.05vw, 6.4rem);
  background: var(--theme-color-light);
  --charm-medical-padding: 12px;
}
.charm-medical {
  line-height: 1.75;
}

.charm-medical__title img {
  width: 100%;
  height: auto;
}

.charm-medical__lead {
  text-align: center;
  font-size: clamp(1rem, 0.2005rem + 2.05vw, 2.3rem);
  font-weight: 500;
  color: var(--theme-color);
  margin-top: 1em;
}

.charm-medical__list {
  margin-top: clamp(3.2rem, 1.2305rem + 5.05vw, 6.4rem);
}

.charm-medical-list__items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}
.charm-medical-list__item {
  --number-color-text: var(--theme-color);
  --number-color-bg: #ffe100;
  padding: 0 var(--charm-medical-padding) var(--charm-medical-padding);
  position: relative;
  z-index: 0;
  display: grid;
  grid-template-rows: auto auto 1fr auto;
  align-items: start;
}

.charm-medical-list__item:nth-of-type(even) {
  --number-color-text: #ffe100;
  --number-color-bg: var(--theme-color);
}

.charm-medical-list__item::before, .charm-medical-list__item::after {
  content: "";
  border-radius: 12px;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.charm-medical-list__item::before {
  background: url("../../assets/images/medical_charm_pattern.svg") repeat;
  left: 4px;
  top: 4px;
}
.charm-medical-list__item::after {
  background: #fff;
}

.charm-medical-list__number {
  position: relative;
  z-index: 0;
  font-size: clamp(1.8rem, 0.4467rem + 3.47vw, 4rem);
  font-family: "Jost", "Noto Sans JP", sans-serif;
  margin-inline: auto;
  width: 4.5em;
  line-height: 1;
  text-align: center;
  padding: 0.25em 0;
  overflow: hidden;
  color: var(--number-color-text);
}

.charm-medical-list__number::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  aspect-ratio: 1;
  border-radius: 999vw;
  background: var(--number-color-bg);
  z-index: -1;
}

.charm-medical-list__header {
  text-align: center;
  font-size: clamp(1.3rem, 0.7462rem + 1.42vw, 2.2rem);
  display: grid;
  place-content: center;
  min-height: 6.25em;
  font-feature-settings: "palt";
}
.charm-medical-list__heading {
  line-height: 1.5;
  font-weight: 500;
}

.charm-medical-list__heading strong {
  font-weight: 500;
  font-size: 116%;
  color: var(--theme-color);
}

.charm-medical-list__lead {
  font-size: clamp(1.1rem, 0.8543rem + 0.63vw, 1.5rem);
}

.charm-medical-list__image {
  margin: 16px calc(var(--charm-medical-padding) * -1) calc(var(--charm-medical-padding) * -1) calc(var(--charm-medical-padding) * -1);
  overflow: hidden;
  border-radius: 0 0 12px 12px;
}
.charm-medical-list__image img {
  width: 100%;
  height: auto;
}

/*----------------------------------------------

pickup-student

---------------------------------------------*/
.pickup-student {
  border: 2px solid var(--theme-color);
  padding: 20px;
  margin-bottom: clamp(2.4rem, 0.9219rem + 3.79vw, 4.8rem);
}

.pickup-student__voice {
  display: grid;
  grid-template-areas: "heading" "lead" "image ";
  gap: 2em;
}
.pickup-student__caption {
  font-size: clamp(1.1rem, 1.0376rem + 0.16vw, 1.2rem);
  text-align: right;
  margin-top: 0.5em;
}

/*----------------------------------------------

pickup-student-voice

---------------------------------------------*/
.pickup-student-voice__image {
  grid-area: image;
}

.pickup-student-voice__image figcaption {
  color: var(--theme-color);
  display: grid;
  grid-template-columns: auto auto;
  align-items: center;
  margin-top: 1em;
}

.pickup-student-voice__image figcaption ._position {
  font-size: clamp(1.1rem, 1.0376rem + 0.16vw, 1.2rem);
}

.pickup-student-voice__image figcaption ._name {
  font-size: clamp(1.6rem, 1.6rem + 0vw, 1.6rem);
}

.pickup-student-voice__lead {
  grid-area: lead;
  line-height: 1.75;
  font-size: clamp(1.4rem, 1.2752rem + 0.32vw, 1.6rem);
}
.pickup-student-voice__heading {
  grid-area: heading;
  line-height: 1.75;
  font-size: clamp(1.8rem, 1.4295rem + 0.95vw, 2.4rem);
  font-weight: 500;
  color: var(--theme-color);
}
/*----------------------------------------------

pickup-student-flow

---------------------------------------------*/
.pickup-student-flow {
  margin-top: 1em;
}
.pickup-student-flow__heading {
  color: #fff;
  font-size: clamp(1.7rem, 1.3295rem + 0.95vw, 2.3rem);
  font-weight: 500;
  text-align: center;
  border-bottom: 2px solid var(--theme-color);
}

.pickup-student-flow__heading span {
  display: inline-block;
  background: var(--theme-color);
  line-height: 1;
  padding: 0.5em 2em;
  border-radius: 14px 14px 0 0;
}

.pickup-student-flow__contents {
  background: var(--theme-color-bg);
  position: relative;
}

.pickup-student-flow__contents::after {
  aspect-ratio: 100/64;
  background: url("../../assets/images/pickup_student_business_illust_1.svg") center/contain no-repeat;
  width: 140px;
  position: absolute;
  right: 5px;
  top: 0;
  translate: 0 -101%;
}
/*----------------------------------------------

pickup-flow-contents

---------------------------------------------*/
.pickup-flow-contents__item {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1em;
  padding: 2em 1.5em;
  position: relative;
}
.pickup-flow-contents__item:nth-of-type(2)::before {
  content: "";
  position: absolute;
  width: calc(100% - 3em);
  height: 2px;
  left: 1.5em;
  top: -1px;
  background: var(--theme-color);
}
.pickup-flow-contents__heading {
  font-size: clamp(1.7rem, 1.3295rem + 0.95vw, 2.3rem);
  color: #fff;
  background: var(--theme-color);
  -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
  white-space: pre;
  text-orientation: upright;
  text-align: center;
  line-height: 1;
  padding: 0.5em;
}

/*----------------------------------------------

pickup-flow-schedule

---------------------------------------------*/
.pickup-flow-schedule {
  font-size: clamp(1.4rem, 1.2752rem + 0.32vw, 1.6rem);
  line-height: 1.75;
}

.pickup-flow-schedule__item {
  display: grid;
  grid-template-columns: 3em 1fr;
  gap: 0em;
}
.pickup-flow-schedule__month {
  text-align: left;
}
:root {
  --opencampus-color: #cd1c7d;
}

/*----------------------------------------------

opencampus-hero

---------------------------------------------*/
.opencampus-hero {
  background: url("../../assets/images/opencampus_hero_bg.jpg") center/cover no-repeat;
  padding: 40px clamp(2.4rem, 0.9219rem + 3.79vw, 4.8rem) clamp(2.4rem, 0.9219rem + 3.79vw, 4.8rem);
}
.opencampus-hero__inner {
  max-width: 1140px;
  margin-inline: auto;
}

.opencampus-hero__contents {
  font-feature-settings: "palt";
  position: relative;
}
.opencampus-hero__heading {
  font-family: "Jost", "Noto Sans JP", sans-serif;
  font-weight: 600;
  color: var(--opencampus-color);
  mix-blend-mode: multiply;
  font-size: 7.5rem;
  line-height: 0.85;
  text-align: center;
}
.opencampus-hero__catch {
  font-weight: 500;
  margin-top: 1em;
  text-align: center;
  font-size: 2rem;
}
.opencampus-hero__catch::before {
  content: "";
  display: block;
  aspect-ratio: 300/340;
  width: min(150px, 38vw);
  margin-inline: auto;
  margin-bottom: 1em;
  background: url("../../assets/images/opencampus_hero_illust.svg") center/cover no-repeat;
}
.opencampus-hero__lead {
  text-align: center;
  margin-top: 1em;
  font-size: 1.3rem;
  line-height: 1.75;
}
.opencampus-hero__caption {
  background: #fff;
  border-radius: 10px;
  padding: 0.75em 1.25em;
  margin-top: 1.5em;
  font-size: 1.2rem;
  max-width: 480px;
  margin-inline: auto;
  line-height: 1.75;
}
/*----------------------------------------------

advance-box (Override)

---------------------------------------------*/
.advance-box__entry-list-desc small {
  display: grid;
  padding: 0;
  aspect-ratio: 1;
  width: 1.8em;
  height: 1.8em;
  place-items: center;
  padding-bottom: 0.1em;
  text-align: center;
  font-weight: 500;
}
/*----------------------------------------------

opencampus-hero-description

---------------------------------------------*/
.opencampus-hero-description {
  padding: 40px clamp(2.4rem, 0.9219rem + 3.79vw, 4.8rem) 0;
}
.opencampus-hero-description__inner {
  max-width: 1140px;
  margin-inline: auto;
  position: relative;
}
.opencampus-hero-description__inner::after {
  content: "";
  display: block;
  aspect-ratio: 600/400;
  background: url("../../assets/images/opencampus_hero_photo.png") center top/cover no-repeat;
  width: 90%;
  margin-inline: auto;
  max-width: 480px;
}
/*----------------------------------------------

oc-hero-desc-text

---------------------------------------------*/
.oc-hero-desc-text {
  font-feature-settings: "palt";
  max-width: 480px;
  margin-inline: auto;
}
.oc-hero-desc-text__item {
  border-left: 5px solid var(--opencampus-color);
  padding-left: 1.5rem;
  min-height: 8em;
  display: grid;
  place-content: center start;
  gap: 1em;
}

.oc-hero-desc-text__item:not(:first-child) {
  margin-top: 30px;
}

.oc-hero-desc-text__title {
  font-weight: 500;
  color: var(--opencampus-color);
  display: flex;
  align-items: center;
  line-height: 1.2;
  font-size: 2rem;
}
.oc-hero-desc-text__title ._text {
  display: flex;
  align-items: center;
  gap: 0.1em;
}

.oc-hero-desc-text__title ._text strong {
  line-height: 0.6;
  font-family: "Jost", "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 180%;
}

.oc-hero-desc-text__title ._cap {
  border-radius: 999vw;
  background: var(--opencampus-color);
  color: #fff;
  padding: 0.15em 1em;
  margin-left: 0.5em;
  font-size: 65%;
}

.oc-hero-desc-text__data {
  line-height: 1.5;
  font-size: 1.4rem;
}
/*----------------------------------------------

sec-advance (Override)

---------------------------------------------*/
.sec-advance._yellow {
  background: #fffcde;
}

/*----------------------------------------------

event-box (Override)

---------------------------------------------*/
.event-box__desc {
  font-size: 1.4rem;
  line-height: 1.8;
}
.event-box__captions {
  font-size: 1.1rem;
  line-height: 1.8;
  text-align: left;
  color: #f15a24;
  text-indent: -1em;
  margin-left: 1em;
}
.event-box__caption::before {
  content: "※";
}

/*----------------------------------------------

advance-link (Override)

---------------------------------------------*/
.advance-link {
  max-width: 800px;
  margin-inline: auto;
}
.advance-link__list a.active {
  background: #808080;
}

.advance-link__list._ex a {
  background: #808080;
}
/*----------------------------------------------

oc-event-list

---------------------------------------------*/
.oc-event-list {
  max-width: 800px;
  margin-inline: auto;
}

.oc-event-list__no-post {
  font-size: 1.4rem;
  padding-block: 2em;
}
.oc-event-list__more {
  font-size: 1.4rem;
  border: 1px solid #8a8a8a;
  background: transparent;
  margin-top: 2em;
  display: block;
  text-align: center;
  color: #8a8a8a;
  width: 100%;
  font-weight: 500;
  padding: 1em 1em;
  display: grid;
  grid-template-columns: auto auto;
  gap: 0.5em;
  justify-content: center;
  align-items: center;
  transition-property: color, border-color;
  transition-duration: 0.2s;
  cursor: pointer;
}
.oc-event-list__more[aria-hidden=true] {
  display: none;
}

.oc-event-list__more::before {
  content: "";
  width: 1em;
  height: 1em;
  background: url("../../assets/images/icon_more.svg") center/contain no-repeat;
  border: 1px solid #000;
  border-radius: 999vw;
  opacity: 0.5;
  transition-property: opacity;
  transition-duration: 0.2s;
}
/*----------------------------------------------

oc-event-info

---------------------------------------------*/
.oc-event-info {
  margin-inline: -10px;
}
.oc-event-info:not(:first-child) {
  margin-top: 1em;
}

.oc-event-info[aria-hidden=true] {
  display: none;
}

.oc-event-info__link {
  display: grid;
  grid-template-columns: 8.5em 1fr;
  border: 1px solid #666;
}
.oc-event-info__date {
  background: linear-gradient(180deg, rgb(222, 140, 167) 15%, rgb(202, 105, 148) 100%);
  color: #fff;
  font-size: 1.2rem;
  display: grid;
  place-content: center;
  padding: 0.75em;
  line-height: 1.2;
}

.oc-event-info__year {
  font-family: "Jost", "Noto Sans JP", sans-serif;
}
.oc-event-info__day {
  font-feature-settings: "palt";
}

.oc-event-info__day ._day {
  font-size: 1.8rem;
  font-family: "Jost", "Noto Sans JP", sans-serif;
}
.oc-event-info__day ._week {
  font-size: 1.1rem;
}
.oc-event-info__day ._week::before {
  content: "（";
}

.oc-event-info__day ._week::after {
  content: "）";
}

.oc-event-info__contents {
  font-weight: 500;
  padding: 0.75em;
}
.oc-event-info__main {
  grid-area: main;
  line-height: 1.5;
}

.oc-event-info__shoulder {
  color: #f15a24;
  font-size: 1.1rem;
}
.oc-event-info__category {
  font-size: 2rem;
}
.oc-event-info__title {
  display: inline-block;
  margin-top: 0.25em;
  background: linear-gradient(90deg, rgb(255, 255, 0) 15%, rgb(242, 199, 72) 100%);
  padding: 0.25em 1em;
  font-size: 1.2rem;
  border-radius: 1em;
}
.oc-event-info__schedule {
  grid-area: schedule;
  margin-top: 1em;
}
.oc-event-info__start {
  display: grid;
  grid-template-columns: auto auto;
  align-items: center;
  justify-content: start;
  gap: 0.5em;
  color: #808080;
}

.oc-event-info__start ._label {
  font-size: 1.1rem;
}
.oc-event-info__start ._time {
  font-family: "Jost", "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
}
.oc-event-info__entry {
  grid-area: entry;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 0.5em;
  margin-top: 0.5em;
}
.oc-event-info__button {
  font-size: 1.2rem;
  background: #808080;
  color: #fff;
  line-height: 1;
  padding: 0.5em 1.5em 0.5em 2em;
  border-radius: 999vw;
  transition-duration: 0.2s;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 0.5em;
  order: 1;
}
.oc-event-info__button span {
  text-align: center;
  margin-top: -0.1em;
}

.oc-event-info__button::after {
  content: "";
  width: 0.4em;
  height: 0.4em;
  border: 2px solid #fff;
  border-bottom: none;
  border-left: none;
  rotate: 45deg;
}
.oc-event-info__end {
  font-size: 1.1rem;
}
/*----------------------------------------------

special-event

---------------------------------------------*/
#special-event .c-ttl__04 {
  line-height: 1.75;
}

/*----------------------------------------------

sec-ao (Override)

---------------------------------------------*/
.sec-ao__content {
  margin-bottom: 0;
  padding-top: clamp(3.2rem, 1.2305rem + 5.05vw, 6.4rem);
}

.sec-ao__content#schedule {
  padding-top: 0;
}

.sec-ao__content .entry_flow--captions {
  margin-bottom: 1.5em;
}

.sec-ao__content .entry_flow--captions p {
  font-size: 1.2rem;
  line-height: 1.75;
  text-indent: -1em;
  margin-left: 1em;
}

.sec-ao__content .entry_flow--captions p::before {
  content: "※";
}

.sec-ao h3 {
  padding: 0.5em 1em;
}

.sec-ao h4 {
  padding-bottom: 10px;
}

.sec-ao__body {
  font-size: 1.4rem;
  line-height: 1.75;
}
.sec-ao__body a {
  color: #009ee2;
  text-decoration: underline;
}
.sec-ao__body ._captions {
  margin-top: 0.5em;
}

.sec-ao__body ._caption {
  font-size: 80%;
  margin-left: 0.8em;
  text-indent: -0.8em;
}

.sec-ao__body ._caption::before {
  content: "※";
}

/*----------------------------------------------

entrysheet-sample

---------------------------------------------*/
.entrysheet-sample {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-top: clamp(3.2rem, 1.2305rem + 5.05vw, 6.4rem);
  gap: clamp(3.2rem, 1.2305rem + 5.05vw, 6.4rem);
  --theme-color: #83b2de;
  --theme-color-light: #dae8f5;
}

/*----------------------------------------------

entrysheet-note

---------------------------------------------*/
.entrysheet-note__items {
  display: grid;
  gap: 2em;
  font-size: 1.4rem;
  font-feature-settings: "palt";
}
.entrysheet-note__item {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1em;
  line-height: 1.75;
}

.entrysheet-note__item ._number {
  background: #000;
  color: #fff;
  aspect-ratio: 1;
  font-family: "Jost", "Noto Sans JP", sans-serif;
  font-weight: 500;
  width: 1.5em;
  display: grid;
  place-items: center;
  line-height: 0;
}
.entrysheet-note__item ._text {
  margin-top: -0.1em;
}

.entrysheet-note__item ._text strong {
  font-weight: 400;
  background: var(--theme-color-light);
}

.entrysheet-note__buttons {
  margin-top: clamp(3.2rem, 1.2305rem + 5.05vw, 6.4rem);
}

.entrysheet-note__button {
  line-height: 1.75;
  max-width: 24em;
  padding: 1.5em 1em;
  display: block;
  border: 1px solid var(--theme-color);
  border-radius: 10px;
  text-align: center;
  color: var(--theme-color);
  font-size: 1.6rem;
  font-weight: 500;
  border: 2px solid var(--theme-color);
}
/*----------------------------------------------

entrysheet-images

---------------------------------------------*/
.entrysheet-images__image:not(:first-child) {
  margin-top: 40px;
}

.entrysheet-images__image img {
  border: 1px solid #000;
  margin-top: 20px;
}

.entrysheet-images__caption {
  font-size: 1.3rem;
  background: var(--theme-color-light);
  font-weight: 500;
  padding: 0.5em 1em;
}
.ao-schedule {
  font-size: 1.6rem;
  background: rgba(236, 183, 77, 0.1);
}
.ao-schedule__inner {
  padding: clamp(4.8rem, 2.2182rem + 6.62vw, 9rem) clamp(2.4rem, 0.9219rem + 3.79vw, 4.8rem);
}

.ao-schedule__message {
  text-align: center;
}

/*----------------------------------------------

price-list (Override)

---------------------------------------------*/
.price-list {
  margin-bottom: 0;
}

.price-list__header {
  position: relative;
  padding-left: 115px;
  line-height: 1.5;
}

.price-list__header::before {
  background: url("../../assets/images/price_note_icon.svg") center/contain no-repeat;
  position: absolute;
  content: "";
  aspect-ratio: 100/76;
  width: 100px;
  left: 0;
  top: -10px;
}

.price-list__heading {
  font-weight: 500;
  color: #5a9fd5;
  font-size: 1.8rem;
  font-weight: 500;
}
.price-list__text {
  font-weight: 500;
  font-size: 1.4rem;
}
.price-list__text small {
  font-weight: 400;
  font-size: 80%;
}

.price-list__contents {
  font-size: 1.4rem;
  margin-top: clamp(2.4rem, 0.9219rem + 3.79vw, 4.8rem);
}
.price-list__table-wrapper:not(:first-child) {
  margin-top: clamp(2.4rem, 0.9219rem + 3.79vw, 4.8rem);
}

.price-list__table {
  font-size: 1.3rem;
  width: 100%;
}
.price-list__table thead {
  background: #83b2de;
  color: #fff;
}

.price-list__table thead th {
  border-color: #fff;
  text-align: center;
}

.price-list__table thead th._w60 {
  width: 60%;
}

.price-list__table thead th._w55 {
  width: 55%;
}

.price-list__table thead th._w40 {
  width: 40%;
}

.price-list__table thead th._w35 {
  width: 35%;
}

.price-list__table thead th._w30 {
  width: 30%;
}

.price-list__table thead th._w20 {
  width: 20%;
}

.price-list__table thead th._w15 {
  width: 15%;
}

.price-list__table thead tr:last-child th, .price-list__table thead tr:last-child td {
  border-bottom: none;
}

.price-list__table tbody {
  border-bottom: 1px solid #000;
}

.price-list__table tbody ._department {
  border-left: none;
  text-align: center;
  padding: 0.5em 0.5em;
  width: 5%;
}

.price-list__table tbody ._department ._vertical {
  white-space: pre;
  -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
}

.price-list__table tbody ._price {
  font-family: "Jost", "Noto Sans JP", sans-serif;
  font-weight: 500;
  text-align: right;
  white-space: nowrap;
}
.price-list__table tbody ._price ._suffix {
  font-size: 80%;
  font-weight: 400;
  margin-left: 0.15em;
}

.price-list__table tbody._it ._department {
  background: #deedf5;
  font-weight: 500;
  color: #5a9fd5;
}

.price-list__table tbody._medical ._department {
  background: #f9e3ea;
  font-weight: 500;
  color: #d8758d;
}

.price-list__table tbody._business ._department {
  background: #eee6ef;
  font-weight: 500;
  color: #b77fae;
}

.price-list__table tbody._creator ._department {
  background: #eaf0e1;
  font-weight: 500;
  color: #81b75d;
}

.price-list__table tbody._design ._department {
  background: #fbebd9;
  font-weight: 500;
  color: #e39a3e;
}

.price-list__table tbody._it tr:nth-of-type(even) ._course, .price-list__table tbody._medical tr:nth-of-type(even) ._course, .price-list__table tbody._creator tr:nth-of-type(even) ._course {
  background: #e7e5e6;
}

.price-list__table tbody._business tr:nth-of-type(odd) ._course, .price-list__table tbody._design tr:nth-of-type(odd) ._course {
  background: #e7e5e6;
}

.price-list__table th, .price-list__table td {
  font-weight: 400;
  padding: 0.75em 0.5em;
  border-bottom: 1px dotted #000;
  border-left: 1px dotted #000;
}
.price-list__captions {
  margin-top: 1em;
}

.price-list__caption {
  text-align: right;
  font-size: 1.1rem !important;
}
/*----------------------------------------------

certification-fees

---------------------------------------------*/
#certification-fees {
  padding-bottom: clamp(4.8rem, 2.2182rem + 6.62vw, 9rem);
}

.certification-fees {
  font-size: 1.4rem;
  line-height: 1.75;
}
.certification-fees__text {
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  margin-inline: auto;
}
.certification-fees__text ._captions {
  margin-top: 0.5em;
}

.certification-fees__text ._caption {
  font-size: 80%;
}

.certification-fees__images {
  max-width: 480px;
  margin: 2em auto 0;
}
/*----------------------------------------------

life-block (Override)

---------------------------------------------*/
.life-block ._caption {
  margin-top: 1em;
  text-align: right;
  font-size: 1.1rem;
}
/*----------------------------------------------

campuslife-calender

---------------------------------------------*/
.campuslife-calender__items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(2.4rem, 0.9219rem + 3.79vw, 4.8rem);
}
.campuslife-calender__item img {
  width: 100%;
}

.campuslife-calender__item._m7 {
  position: relative;
}

.campuslife-calender__item._m7::after {
  content: "";
  aspect-ratio: 100/100;
  position: absolute;
  right: 0;
  top: 45%;
  background: url("../../img/2024/campuslife/img-02.gif") center/contain no-repeat;
  width: 50%;
}

.campuslife-calender__item._m9 {
  position: relative;
}

.campuslife-calender__item._m9::after {
  content: "";
  aspect-ratio: 150/100;
  position: absolute;
  right: -10%;
  bottom: 5%;
  background: url("../../img/2024/campuslife/img-03.gif") center/contain no-repeat;
  width: 110%;
}

.campuslife-calender__item._m3 {
  position: relative;
}

.campuslife-calender__item._m3::after {
  content: "";
  aspect-ratio: 120/100;
  position: absolute;
  right: -10%;
  bottom: 0;
  background: url("../../img/2024/campuslife/img-04.gif") center/contain no-repeat;
  width: 60%;
}

/*----------------------------------------------

linkarea (Override)

---------------------------------------------*/
.sec-type .linkarea {
  max-width: 360px;
  margin: 0 auto clamp(3.2rem, 1.2305rem + 5.05vw, 6.4rem);
}
.sec-type .linkarea__wrap {
  display: grid;
  justify-content: stretch;
  gap: 1.5em;
}
.sec-type .linkarea__wrap a {
  font-size: 1.8rem;
  font-weight: 400;
  color: #fff;
  text-align: center;
  border-radius: 5px;
  background: #85b4e0;
  padding: 20px;
  margin-bottom: 0;
  width: 100%;
}
/*----------------------------------------------

attention

---------------------------------------------*/
.attention {
  font-feature-settings: "halt" on;
}

.attention__heading {
  font-size: clamp(1.6rem, 1.4752rem + 0.32vw, 1.8rem);
  font-weight: 700;
  color: #dd0808;
}

.attention__body {
  margin-top: 0.5em;
  font-size: clamp(1.4rem, 1.2752rem + 0.32vw, 1.6rem);
  color: #dd0808;
}

/*----------------------------------------------

support-event (Override)

---------------------------------------------*/
/*----------------------------------------------

recruit-results

---------------------------------------------*/
/*----------------------------------------------

results-data

---------------------------------------------*/
.results-table {
  width: 100%;
  font-size: 1.4rem;
  border-top: 1px solid #8a8a8a;
  border-bottom: 1px solid #8a8a8a;
}
.results-table tr._it {
  --theme-color: #5a9fd5;
  --theme-color-bg: #deedf5;
}

.results-table tr._medical {
  --theme-color: #d8758d;
  --theme-color-bg: #f9e3ea;
}

.results-table tr._business {
  --theme-color: #b77fae;
  --theme-color-bg: #eee6ef;
}

.results-table tr._creator {
  --theme-color: #81b75d;
  --theme-color-bg: #eaf0e1;
}

.results-table tr._design {
  --theme-color: #e39a3e;
  --theme-color-bg: #fbebd9;
}

.results-table th, .results-table td {
  border-bottom: 1px dotted #8a8a8a;
  padding: 0.5em 0.5em;
  width: 50%;
}

.results-table th {
  background: var(--theme-color-bg);
  color: var(--theme-color);
}

.results-table td {
  text-align: right;
  font-family: "Jost", "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.5em;
}
.results-table td ._suffix {
  font-size: 70%;
  margin-left: 0.1em;
}

/*----------------------------------------------

results-data

---------------------------------------------*/
.results-data:not(:first-child) {
  margin-top: 2em;
}

.results-data._it {
  --theme-color: #5a9fd5;
  --theme-color-bg: #deedf5;
}

.results-data._medical {
  --theme-color: #d8758d;
  --theme-color-bg: #f9e3ea;
}

.results-data._business {
  --theme-color: #b77fae;
  --theme-color-bg: #eee6ef;
}

.results-data._creator {
  --theme-color: #81b75d;
  --theme-color-bg: #eaf0e1;
}

.results-data._design {
  --theme-color: #e39a3e;
  --theme-color-bg: #fbebd9;
}

.results-data__heading {
  font-weight: 500;
  font-size: 1.6rem;
  color: var(--theme-color);
}
.results-data__heading ._initial {
  color: #000;
}

.results-data__heading ._creator {
  color: #81b75d;
}

.results-data__heading ._design {
  color: #e39a3e;
}

.results-data__list {
  margin-top: 0.5em;
}

/*----------------------------------------------

results-data-list

---------------------------------------------*/
.results-data-list__items {
  border-top: 1px solid #8a8a8a;
}
.results-data-list__item {
  border-bottom: 1px solid #8a8a8a;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.results-data-list__item dt, .results-data-list__item dd {
  padding: 0.25em 0.5em;
  font-size: 1.4rem;
}
.results-data-list__item dt {
  background: var(--theme-color-bg);
}

.results-data-list__item dd {
  font-family: "Jost", "Noto Sans JP", sans-serif;
  font-weight: 500;
  text-align: right;
}

.results-data-list__item dd ._suffix {
  margin-left: 0.25em;
  font-size: 80%;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}

.results-data-list__item._design dt {
  background: #fbebd9;
}

.results-data-list__item._initial dt {
  background: #e7e5e6;
}

/*----------------------------------------------

detail-box (Override)

---------------------------------------------*/
.detail-box .user-detail-lead p,
.detail-box .user-detail-support p {
  margin-bottom: 0;
}

.detail-box__lead {
  margin-bottom: 20px;
  font-weight: 500;
}

.detail-box__list {
  margin-top: 1.5em;
  margin-bottom: 0;
}

.detail-box__text {
  line-height: 1.75;
  font-size: 1.4rem;
}
.detail-box__wrap {
  margin-top: clamp(2.4rem, 0.9219rem + 3.79vw, 4.8rem);
}

.detail-box__wrap-lt {
  font-size: 1.4rem;
}
.detail-box__list-item {
  list-style-type: disc;
  font-size: 1.4rem;
  margin-left: 1.5em;
  margin-bottom: 0;
  color: #000;
}
/*----------------------------------------------

user-detail-lead

---------------------------------------------*/
.user-detail-lead {
  line-height: 1.75;
  font-weight: 400;
  font-size: 1.4rem;
}
.user-detail-lead__heading {
  font-weight: 500;
  font-size: 1.8rem;
}
.user-detail-lead__contents {
  margin-top: 1em;
}

.user-detail-lead__contents p:not(:first-child) {
  margin-top: 1.5rem;
}

.user-detail-lead__contents a {
  color: #009ee2;
  font-weight: 500;
}

.user-detail-lead__contents a span {
  font-size: 1.2rem;
}

/*----------------------------------------------

user-detail-support

---------------------------------------------*/
.user-detail-support {
  line-height: 1.75;
  font-weight: 400;
  font-size: 1.4rem;
  padding-top: clamp(3.2rem, 1.2305rem + 5.05vw, 6.4rem);
}
.user-detail-support__contents {
  padding-top: clamp(1.6rem, 1.1086rem + 1.26vw, 2.4rem);
}

.user-detail-support__contents + .user-detail-support__contents {
  padding-top: clamp(3.2rem, 1.2305rem + 5.05vw, 6.4rem);
}

.user-detail-support__heading {
  background: #deedf5;
  font-size: 1.6rem;
  padding: 0.25em 0.5em;
}
.user-detail-support__sub-heading {
  font-weight: 500;
  font-size: 1.8rem;
  color: #5a9fd5;
  margin-top: clamp(1.6rem, 1.1086rem + 1.26vw, 2.4rem);
}
.user-detail-support__text {
  margin-top: clamp(1.6rem, 1.1086rem + 1.26vw, 2.4rem);
}

.user-detail-support__image {
  padding: 0;
  margin: 0;
}

.user-detail-support__buttons {
  text-align: center;
  margin-top: clamp(1.6rem, 1.1086rem + 1.26vw, 2.4rem);
}

/*----------------------------------------------

career-change

---------------------------------------------*/
.career-change__content {
  margin-top: clamp(2.4rem, 0.9219rem + 3.79vw, 4.8rem);
}

/*----------------------------------------------

detail-interview

---------------------------------------------*/
.detail-interview {
  line-height: 1.75;
  font-size: 1.4rem;
}

.detail-interview__item {
  background: var(--theme-color-bg);
  padding: 0 clamp(2.4rem, 0.9219rem + 3.79vw, 4.8rem) clamp(2.4rem, 0.9219rem + 3.79vw, 4.8rem);
  display: grid;
  grid-template-areas: "heading" "image" "data" "career" "content";
  gap: 1em;
}
.detail-interview__item:not(:first-child) {
  margin-top: clamp(2.4rem, 0.9219rem + 3.79vw, 4.8rem);
}

.detail-interview__item._it {
  --theme-color: #5a9fd5;
  --theme-color-bg: #deedf5;
}

.detail-interview__item._medical {
  --theme-color: #d8758d;
  --theme-color-bg: #f9e3ea;
}

.detail-interview__item._business {
  --theme-color: #b77fae;
  --theme-color-bg: #eee6ef;
}

.detail-interview__item._design {
  --theme-color: #e39a3e;
  --theme-color-bg: #fbebd9;
}

.detail-interview__item._creator {
  --theme-color: #81b75d;
  --theme-color-bg: #eaf0e1;
}

.detail-interview__heading {
  grid-area: heading;
  font-size: 1.8rem;
  background: var(--theme-color);
  color: #fff;
  text-align: center;
  padding: 0.25em 1em;
  border-radius: 0 0 0.5em 0.5em;
  font-weight: 500;
}

.detail-interview__image {
  grid-area: image;
  text-align: center;
}

.detail-interview__image img {
  max-width: 200px;
}

.detail-interview__data {
  grid-area: data;
}

.detail-interview__data ._name {
  font-size: 1.6rem;
}
.detail-interview__data ._name strong {
  font-weight: 400;
  font-size: 140%;
}

.detail-interview__career {
  line-height: 1.5;
  grid-area: career;
  border: 1px solid rgba(0, 0, 0, 0.2);
  padding: 0.25em 0.5em;
}
.detail-interview__content {
  grid-area: content;
  padding-top: clamp(2.4rem, 0.9219rem + 3.79vw, 4.8rem);
}
/*----------------------------------------------

detail-interview-content

---------------------------------------------*/
.detail-interview-content__items {
  counter-reset: number 0;
}

.detail-interview-content__item {
  counter-increment: number 1;
}

.detail-interview-content__item:not(:first-child) {
  margin-top: clamp(1.6rem, 1.1086rem + 1.26vw, 2.4rem);
}

.detail-interview-content__question {
  background: #fff;
  display: grid;
  grid-template-columns: auto 1fr;
  font-weight: 500;
  font-size: 115%;
}

.detail-interview-content__question::before {
  content: counter(number);
  display: grid;
  place-items: center;
  width: 2em;
  color: #fff;
  background: var(--theme-color);
  font-family: "Jost", "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.6em;
}

.detail-interview-content__question span {
  padding: 0.5em 0.75em;
}

.detail-interview-content__answer {
  margin-top: 1em;
}

/*----------------------------------------------

for-recruiter

---------------------------------------------*/
.for-recruiter__content {
  margin-top: clamp(2.4rem, 0.9219rem + 3.79vw, 4.8rem);
}

/*----------------------------------------------

teacher-recruitment

---------------------------------------------*/
#teacher-recruitment {
  padding-bottom: clamp(4.8rem, 2.2182rem + 6.62vw, 9rem);
}

.sec-job-course {
  counter-reset: number 0;
}

/*----------------------------------------------

job-course (Override)

---------------------------------------------*/
.job-course__text {
  line-height: 1.75;
  font-size: 1.2rem;
  margin-top: 1em;
}
.job-course__list {
  margin-top: 2em;
}

.job-course__list-ttl {
  margin-bottom: 2em;
}

.job-course__list-ttl .c-ft--jp {
  font-feature-settings: "palt";
}

.job-course__list-ttl::before {
  bottom: calc(-1em - 3px);
}

.job-course__list-ttl::after {
  bottom: -1em;
}

.job-course._it {
  --theme-color: #5a9fd5;
}

.job-course._medical {
  --theme-color: #d8758d;
}

.job-course._business {
  --theme-color: #b77fae;
}

.job-course._creator {
  --theme-color: #81b75d;
}

.job-course._design {
  --theme-color: #e39a3e;
}

.job-course__list-txt {
  padding: 0 0.5em 0.5em 50px;
  line-height: 1.6;
  font-size: 1.2rem;
}
.job-course__courses {
  display: flex;
  flex-wrap: wrap;
}

.job-course__course a {
  display: inline;
}

.job-course__course:not(:last-child):after {
  content: "／";
  margin-inline: 0.2em;
}

.job-course__list--style2 .job-course__list-item:nth-child(odd) .job-course__list-ttl::after {
  bottom: -1em;
}

/*----------------------------------------------

job-course-head

---------------------------------------------*/
.job-course-head__link {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  grid-template-areas: "num heading_en" "num heading";
  gap: 0 1em;
}
.job-course-head__link::before {
  counter-increment: number 1;
  content: counter(number, decimal-leading-zero);
  grid-area: num;
  font-family: "Jost", "Noto Sans JP", sans-serif;
  font-weight: 400;
  color: var(--theme-color);
  line-height: 0.7;
  font-size: 5rem;
}
.job-course-head__heading--en {
  grid-area: heading_en;
  font-family: "Jost", "Noto Sans JP", sans-serif;
  color: var(--theme-color);
  font-size: 1.3rem;
  line-height: 1;
  font-feature-settings: "palt";
}
.job-course-head__heading {
  grid-area: heading;
  font-size: 2.2rem;
  color: var(--theme-color);
  font-feature-settings: "palt";
}
.job-course-head__lead {
  line-height: 1.75;
  font-size: 1.4rem;
  margin-top: 1em;
}
.job-course-head__image {
  width: 240px;
  margin: auto;
}
/*----------------------------------------------

voice-block (Override)

---------------------------------------------*/
/*----------------------------------------------

student-voices

---------------------------------------------*/
.student-voices__inner {
  max-width: 1200px;
  margin-inline: auto;
}

.student-voices__items {
  counter-reset: number 0;
  margin-top: clamp(3.2rem, 1.2305rem + 5.05vw, 6.4rem);
}
._it .student-voices__item {
  --theme-color: #5a9fd5;
  --theme-bg-color: #deedf5;
}

._medical .student-voices__item {
  --theme-color: #d8758d;
  --theme-bg-color: #f9e3ea;
}

._business .student-voices__item {
  --theme-color: #b77fae;
  --theme-bg-color: #eee6ef;
}

._creator .student-voices__item {
  --theme-color: #81b75d;
  --theme-bg-color: #eaf0e1;
}

._design .student-voices__item {
  --theme-color: #e39a3e;
  --theme-bg-color: #fbebd9;
}

/*----------------------------------------------

voice-item

---------------------------------------------*/
.voice-ttl {
  padding-inline: clamp(2.4rem, 0.9219rem + 3.79vw, 4.8rem);
  gap: 10px 0;
}
/*----------------------------------------------

voice-item

---------------------------------------------*/
.voice-item {
  padding: clamp(2.4rem, 0.9219rem + 3.79vw, 4.8rem) clamp(2.4rem, 0.9219rem + 3.79vw, 4.8rem) 0;
  display: grid;
  gap: 1em;
  background: #fff;
}
.voice-item:nth-of-type(odd) {
  background: var(--theme-bg-color);
}
.voice-item__body {
  display: grid;
  padding-block: 2em 4em;
}

.voice-item__heading {
  font-size: 1.8rem;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 1em;
}
.voice-item__heading::before {
  counter-increment: number 1;
  content: counter(number, decimal-leading-zero);
  font-size: 350%;
  font-family: "Jost", "Noto Sans JP", sans-serif;
  line-height: 0.7;
  translate: 0 0.01em;
}

.voice-item__text {
  line-height: 1.75;
  font-size: 1.4rem;
  color: #000;
  margin-top: 1em;
  margin-bottom: 0;
}
.voice-item__info {
  padding-top: 2em;
  margin-top: auto;
}
.voice-item__image {
  align-self: end;
}

.voice-item__image img {
  display: block;
  margin-inline: auto;
  max-width: 300px;
}
/*----------------------------------------------

voice-info

---------------------------------------------*/
.voice-info {
  color: #000;
  display: grid;
}
.voice-info-person {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 10px;
}

.voice-info-person__name p {
  font-size: 1.8rem;
}

.voice-info-person__name p span {
  font-size: 85%;
}

.voice-info-person__data {
  border-left: 1px solid #000;
  font-size: 1.2rem;
  padding-left: 10px;
}
.voice-info-prospective-employees {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 10px;
  border-left: 2px solid var(--theme-color);
  padding-left: 10px;
  margin-top: 1em;
}
.voice-info-prospective-employees__label {
  font-size: 1.4rem;
  text-align: justify;
  text-align-last: justify;
  color: var(--theme-color);
}
.voice-info-prospective-employees__data {
  font-size: 1.2rem;
  padding-left: 10px;
}

.voice-info-prospective-employees__data ._name {
  font-size: 1.2rem;
  color: var(--theme-color);
}
.voice-info-prospective-employees__data ._label {
  display: inline-block;
  width: 4em;
  text-align-last: justify;
}

.voice-info-prospective-employees__data ._data::before {
  content: "：";
}

/*----------------------------------------------

sec-support

---------------------------------------------*/
.sec-support__sub-title {
  font-size: clamp(1.8rem, 1.6752rem + 0.32vw, 2rem);
  font-weight: 600;
  margin-bottom: 0.5em;
}

.sec-support__sub-title::before {
  content: "■";
}

/*----------------------------------------------

voice-block__ttl (Override)

---------------------------------------------*/
.nitiatives-block__ttl {
  font-feature-settings: "palt";
  line-height: 1.5;
}
@media only screen and (min-width: 480px){
  .department-hero {
    font-size: 1.4rem;
  }
  .recruit-list__items {
    column-count: 2;
  }
  .opencampus-hero__heading {
    font-size: 10rem;
  }
  .opencampus-hero__catch {
    font-size: 3.2rem;
  }
  .opencampus-hero__lead {
    font-size: 1.6rem;
  }
  .opencampus-hero__caption {
    font-size: 1.4rem;
  }
  .campuslife-calender__items {
    padding-inline: clamp(2.4rem, 0.9219rem + 3.79vw, 4.8rem);
  }
}
@media only screen and (min-width: 640px){
  .local-nav__items {
    font-size: 1.6rem;
    border-radius: 0 0 30px 30px;
  }
  .other-department-nav__text::before {
    font-size: 3.6rem;
  }
}
@media only screen and (hover: hover) and (min-width: 768px){
  .drawer-open__button:hover[data-is-hidden=true] ._icon::before {
    top: -10px !important;
  }
  .drawer-open__button:hover[data-is-hidden=true] ._icon::after {
    top: 10px !important;
  }
}
@media only screen and (min-width: 768px){
  .site-header__inner {
    gap: 1.5em;
  }
  .site-header__logo img {
    width: 40vw;
    max-width: 300px;
  }
  .site-header-nav {
    display: grid;
    grid-template-columns: auto auto;
    align-items: center;
  }
  .site-footer {
    padding-block: clamp(2.4rem, 0.9219rem + 3.79vw, 4.8rem);
  }
  .site-footer__inner {
    display: grid;
    gap: 2em;
  }
  .site-footer__informations {
    padding-block: 0;
    padding-inline: 0;
    margin-top: clamp(2.4rem, 0.9219rem + 3.79vw, 4.8rem);
    margin-inline: 0;
  }
  .site-footer__credit {
    background: transparent;
    margin-inline: 0;
    padding-inline: 0;
    padding-block: 0;
  }
  .footer-nav a {
    color: #fff;
  }
  .footer-nav__primarily {
    margin-inline: 0;
  }
  .footer-nav-primarily__items {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2em;
  }
  .footer-nav-primarily__heading {
    margin-inline: 0;
    padding-inline: 0;
    border-bottom: 1px solid #fff;
  }
  .footer-nav-primarily__expand-button {
    display: none;
  }
  .footer-nav-item-sub__items {
    padding-inline: 0;
    background: transparent;
    margin-top: 0.75em;
  }
  .footer-nav-item-sub__item {
    border: none;
  }
  .footer-nav-item-sub__link {
    padding: 0.25em 0;
  }
  .footer-nav-secondary {
    margin-top: calc(clamp(2.4rem, 0.9219rem + 3.79vw, 4.8rem) / 2);
  }
  .footer-nav-secondary__items {
    border-top: 1px solid #555;
    padding-top: calc(clamp(2.4rem, 0.9219rem + 3.79vw, 4.8rem) / 2);
    column-count: 3;
    column-gap: 2em;
  }
  .footer-informations {
    background: transparent;
  }
  .front-pickup-slider {
    margin-inline: min(0px, (100vw - 1024px) / -2);
  }
  .front-pickup-slider .splide__arrows {
    margin-top: 40px;
  }
  .front-pickup-slider .splide__pagination {
    margin-top: 40px;
  }
  .course-top__contents {
    width: auto;
  }
  .front-course-slider {
    margin-inline: 0;
  }
  .front-course-slider .splide__arrows {
    margin-top: 40px;
  }
  .front-course-slider .splide__pagination {
    margin-top: 40px;
  }
  .drawer-nav {
    font-size: 1.5rem;
  }
  .drawer-nav__container {
    right: initial;
    left: 0;
  }
  .drawer-nav__inner {
    padding: calc(clamp(4.8rem, 2.2182rem + 6.62vw, 9rem) * 1.5) calc(clamp(4.8rem, 2.2182rem + 6.62vw, 9rem) * 1.5) clamp(4.8rem, 2.2182rem + 6.62vw, 9rem);
    min-width: -webkit-max-content;
    min-width: -moz-max-content;
    min-width: max-content;
  }
  .drawer-nav-primarily__items {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2em;
  }
  .drawer-nav-primarily__heading {
    margin-inline: 0;
    padding-inline: 0;
    border-color: var(--nav-line-light);
  }
  .drawer-nav-primarily__expand-button {
    display: none;
  }
  .drawer-nav-item-sub__items {
    background: transparent;
    margin-top: 0.75em;
    margin-bottom: 0;
  }
  .drawer-nav-item-sub__item {
    border: none;
  }
  .drawer-nav-item-sub__link {
    padding: 0.3em 1.5em 0.3em 0;
    background: transparent;
  }
  .drawer-nav-secondary__items {
    border-top: 1px solid var(--nav-line-light);
    padding-top: calc(clamp(2.4rem, 0.9219rem + 3.79vw, 4.8rem) / 2);
    column-count: 3;
    column-gap: 2em;
  }
  .drawer-nav-secondary__link {
    padding: 0.3em 0;
    background: transparent;
  }
  .drawer-open__button ._icon::before {
    top: -7px;
  }
  .drawer-open__button ._icon::after {
    top: 7px;
  }
  .absence-report {
    left: calc(clamp(4.8rem, 2.2182rem + 6.62vw, 9rem) * 1.5);
    top: clamp(3.2rem, 1.2305rem + 5.05vw, 6.4rem);
  }
  .absence-report__button {
    font-size: 1.3rem;
    padding: 0.5em 1.5em;
  }
  .front-hero {
    aspect-ratio: 1366/820;
  }
  .front-hero__inner {
    height: 100%;
  }
  .front-hero__text {
    top: 4.9780380673vw;
  }
  .front-hero__tagline {
    letter-spacing: 0.3em;
    position: absolute;
    left: 50%;
    top: -0.7em;
    translate: -46%;
    font-size: 1.6837481698vw;
  }
  .front-hero__catch {
    height: 11.859443631vw;
  }
  .front-hero__persons {
    bottom: initial;
    top: 14.3484626647vw;
  }
  .front-hero__person {
    height: 49.7803806735vw;
  }
  .front-hero__person._person1 {
    left: -3.3674963397vw;
    top: 5.6368960469vw;
  }
  .front-hero__person._person2 {
    left: 6.149341142vw;
    top: 0.9516837482vw;
  }
  .front-hero__person._person3 {
    left: 28.4773060029vw;
    top: 1.3909224012vw;
  }
  .front-hero__person._person4 {
    right: 16.0322108346vw;
    top: 0vw;
  }
  .front-hero__person._person5 {
    right: -2.5622254758vw;
    top: 0.7320644217vw;
  }
  .front-hero__shadow {
    aspect-ratio: 1470/680;
    bottom: initial;
    top: 13.3235724744vw;
    left: -4.9780380673vw;
    width: 107.613%;
    background-image: url("../../assets/images/hero_shadow.png");
  }
  .u-middle-below {
    display: none;
  }
  .u-middle-over {
    display: initial;
  }
  :root {
    --header-height: 64px;
  }
  .content-section__heading {
    font-size: 2.4rem;
  }
  .footer-banners__items {
    gap: 20px;
    grid-template-columns: repeat(2, 1fr);
  }
  .year-selector__items {
    font-size: 1.6rem;
  }
  .year-selector__link {
    padding: 0.75em 1.5em;
    font-size: 2.8rem;
  }
  .year-selector__link ._click {
    font-size: 2.4rem;
  }
  .year-select-button {
    right: 20px;
    bottom: 20px;
  }
  ._footer-inview .year-select-button {
    bottom: -180px;
  }
  .year-select-button__link {
    translate: 0 120px;
    width: 180px;
  }
  .button, .button--frame {
    font-size: 1.6rem;
  }
  .button--capsul {
    font-size: 1.6rem;
  }
  .faq-list {
    font-size: 1.6rem;
  }
  .faq-question {
    font-size: 1.8rem;
  }
  .sec-mv__list {
    font-size: 1.4rem;
  }
  .school-column__btn {
    font-size: 1.6rem;
  }
  .school-column__ttl {
    font-size: 3.1rem;
  }
  .school-column__buttons {
    font-size: 1.6rem;
  }
  .news-top .c-ttl__02 {
    font-size: 3.6rem;
  }
  .news-top__link {
    font-size: 1.4rem;
  }
  .news-top__list-date {
    translate: 0 -0.15em;
  }
  .point-top__list-ttl {
    font-size: 2.6rem;
  }
  .point-top__list-txt {
    margin-top: 0;
  }
  .point-top__list-des {
    font-size: 1.4rem;
    margin-bottom: 2em;
  }
  .point-top .c-btn__01 {
    font-size: 1.4rem;
  }
  .access-map {
    gap: 30px;
    grid-template-columns: 64fr 44fr;
  }
  .access-map__bus {
    margin-top: 30px;
  }
  .access-map__information {
    margin-top: 30px;
  }
  .access-information__title {
    padding-block: 0.25em;
    font-size: 2rem;
  }
  .access-information__data {
    padding-left: 4rem;
    font-size: 1.8rem;
  }
  .bus-attention__heading {
    font-size: 2rem;
  }
  .bus-attention__note {
    font-size: 1.6rem;
  }
  .interview-voice__header {
    gap: 3em;
  }
  .interview-voice__class {
    width: 6em;
    padding: 1em;
    font-size: 2.4rem;
  }
  .interview-voice__class strong {
    font-size: 4.6rem;
  }
  .interview-voice__heading {
    font-size: 2.6rem;
  }
  .interview-voice__body {
    margin-top: 6em;
    grid-template-areas: "text image" "data image";
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr auto;
    gap: 5em;
  }
  .voice-text {
    font-size: 1.6rem;
  }
  .voice-data {
    grid-template-columns: repeat(2, auto);
    align-items: start;
  }
  .voice-data__department {
    font-size: 1.5rem;
  }
  .voice-data__name {
    font-size: 3rem;
  }
  .prospective-employees-voice__content {
    grid-template-areas: "image text" "information text";
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto 1fr;
    gap: 3em 6em;
  }
  ._reverse .prospective-employees-voice__content {
    grid-template-areas: "text image" "text information";
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto 1fr;
  }
  .prospective-employee-image__label {
    font-size: 2rem;
  }
  .prospective-employee-information__department {
    font-size: 1.5rem;
  }
  .prospective-employee-information__name {
    font-size: 3rem;
  }
  .prospective-employee-text {
    gap: 3em;
  }
  .prospective-employee-text__heading {
    font-size: 2.6rem;
  }
  .prospective-employee-text__text {
    font-size: 1.6rem;
  }
  .prospective-employee-data {
    font-size: 1.4rem;
  }
  .course-table {
    font-size: 1.6em;
  }
  .curriculum__item a {
    font-size: 1.4rem;
  }
  .curriculums__caption {
    font-size: 1.2rem;
  }
  .common-curriculum {
    gap: 1em;
    grid-template-columns: repeat(2, 1fr);
  }
  .common-curriculum__body {
    margin-top: 0.5em;
  }
  .course-curriculum__body {
    gap: 5px;
    grid-template-columns: repeat(2, 1fr);
  }
  ._it .course-curriculum__body {
    grid-template-columns: repeat(3, 1fr);
  }
  ._medical .course-curriculum__body {
    grid-template-columns: repeat(3, 1fr);
  }
  ._business .course-curriculum__body {
    grid-template-columns: repeat(3, 1fr);
  }
  .courses-list__item {
    gap: 3em clamp(2.4rem, 0.9219rem + 3.79vw, 4.8rem);
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto 1fr;
    align-items: stretch;
    grid-template-areas: "header image" "body image";
  }
  .courses-list__header {
    text-align: left;
    margin-bottom: 0;
  }
  .courses-list__heading {
    margin-top: -0.5em;
    font-size: 3em;
  }
  .courses-list__copy {
    font-size: 1.7rem;
  }
  .courses-list__body {
    margin-top: 0;
    display: flex;
    flex-direction: column;
    gap: 2em;
  }
  .courses-list__lead {
    font-size: 1.4rem;
  }
  .courses-list__information {
    margin-top: auto;
  }
  .courses-info {
    gap: 0;
  }
  .courses-info__title {
    font-size: 1.6rem;
  }
  .communication-tools {
    gap: 3em clamp(2.4rem, 0.9219rem + 3.79vw, 4.8rem);
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto 1fr;
    align-items: stretch;
    grid-template-areas: "heading image" "body image";
  }
  .communication-tools__heading {
    margin-top: -0.5em;
    font-size: 1.7rem;
  }
  .communication-tools__body {
    font-size: 1.4rem;
  }
  .sec-point__shoulder {
    font-size: 2.2rem;
  }
  .sec-point__box-note {
    font-size: 1.4rem;
  }
  .recruit-list {
    font-size: 1.4rem;
  }
  .recruit-list__heading {
    font-size: 2.4rem;
  }
  .strong-point__header {
    gap: 2em;
  }
  .strong-point__number {
    font-size: 1.5rem;
  }
  .strong-point__heading {
    font-size: 3rem;
  }
  .works-list__heading {
    border-radius: 999vw;
    padding: 0.15em 1em;
    font-size: 2.6rem;
  }
  .works-list__text {
    grid-template-columns: 1fr 1.5fr;
    font-size: 1.6rem;
  }
  .works-list__image img {
    max-width: initial;
  }
  .works-list-group__heading {
    font-size: 2.2rem;
  }
  .works-list-group__lead {
    font-size: 1.6rem;
  }
  .other-department-nav__items {
    max-width: initial;
    margin-inline: 0;
    flex-direction: row;
  }
  .other-department-nav__item {
    flex-basis: calc((100% - 80px) / 3);
  }
  .other-department-nav__text {
    font-size: 1.6rem;
  }
  .other-department-nav__text::before {
    font-size: 3.6rem;
  }
  .other-department-nav__text ._title-eng {
    font-size: 1.1rem;
  }
  #post-system {
    border-top: none;
    padding-block: clamp(3.2rem, 1.2305rem + 5.05vw, 6.4rem);
  }
  .post-system {
    display: grid;
    grid-template-areas: "shoulder image" "title image" "heading image" "lead image" "html5 image";
    gap: 1em 4em;
    grid-template-columns: 1.2fr 1fr;
    grid-template-rows: auto auto auto auto 1fr;
  }
  .post-system__shoulder {
    margin-inline: initial;
  }
  .post-system__title {
    text-align: left;
    margin-block-start: 0;
    padding-block-end: 0.15em;
    border-bottom: 2px solid var(--theme-color);
  }
  .post-system__heading {
    line-height: 1.5;
    text-align: left;
    margin-block-start: 0;
    padding-block-end: 0;
    border-bottom: none;
  }
  .post-system__lead {
    margin-block-start: 0;
  }
  .post-system__html5 {
    margin-block-start: auto;
  }
  .post-system__image {
    margin-block-start: 4em;
  }
  .column-html5 {
    padding: 0.5em 1.5em;
    border-radius: 10px;
    gap: 1em;
  }
  .column-html5__logo {
    width: 60px;
  }
  #charm-medical {
    --charm-medical-padding: 24px;
  }
  .charm-medical-list__items {
    gap: 24px;
  }
  .charm-medical-list__item::before, .charm-medical-list__item::after {
    border-radius: 28px;
  }
  .charm-medical-list__item::before {
    background-size: 6px;
    left: 8px;
    top: 8px;
  }
  .charm-medical-list__header {
    min-height: 5em;
  }
  .charm-medical-list__image {
    border-radius: 0 0 28px 28px;
    margin-top: 20px;
  }
  .pickup-student__voice {
    display: grid;
    grid-template-areas: "image lead" "image heading";
    grid-template-columns: 1fr 3fr;
    grid-template-rows: auto 1fr;
    align-items: start;
    gap: 1.5em 3em;
  }
  .pickup-student-voice__lead {
    margin-top: 1.5em;
  }
  .pickup-student-voice__heading {
    padding-bottom: 2em;
  }
  .pickup-student-flow {
    margin-top: -3em;
  }
  .pickup-student-flow__contents::after {
    content: "";
  }
  .pickup-flow-contents__items {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .pickup-flow-contents__item {
    padding: 3em;
  }
  .pickup-flow-contents__item:nth-of-type(2)::before {
    width: 2px;
    height: calc(100% - 6em);
    left: -1px;
    top: 3em;
  }
  .pickup-flow-schedule__item {
    gap: 1em;
  }
  .pickup-flow-schedule__month {
    text-align: right;
  }
  .opencampus-hero {
    padding-block: clamp(4.8rem, 2.2182rem + 6.62vw, 9rem);
  }
  .opencampus-hero__contents::after {
    content: "";
    aspect-ratio: 300/340;
    width: min(300px, 26vw);
    background: url("../../assets/images/opencampus_hero_illust.svg") center/cover no-repeat;
    position: absolute;
    right: 0;
    top: max(-30px, -2.6vw);
  }
  .opencampus-hero__heading {
    font-size: min(180px, 15.7vw);
    text-align: left;
  }
  .opencampus-hero__catch {
    font-size: min(50px, 4.3vw);
    text-align: left;
  }
  .opencampus-hero__catch::before {
    content: none;
  }
  .opencampus-hero__lead {
    text-align: left;
    font-size: min(24px, 2.1vw);
  }
  .opencampus-hero__caption {
    border-radius: 20px;
    margin-inline: 0;
    max-width: min(550px, 48vw);
    font-size: min(20px, 1.7vw);
  }
  .opencampus-hero-description {
    padding: 40px clamp(2.4rem, 0.9219rem + 3.79vw, 4.8rem);
  }
  .opencampus-hero-description__inner {
    padding-right: min(600px, 47vw);
  }
  .opencampus-hero-description__inner::after {
    max-width: initial;
    aspect-ratio: 600/560;
    width: min(600px, 52vw);
    position: absolute;
    bottom: -40px;
    right: -5vw;
    background-position: center bottom;
    background-size: contain;
  }
  .oc-hero-desc-text {
    max-width: initial;
  }
  .oc-hero-desc-text__title {
    font-size: 2.6rem;
  }
  .oc-hero-desc-text__data {
    font-size: 1.8rem;
  }
  .oc-event-list__no-post {
    font-size: 1.6rem;
  }
  .oc-event-list__more {
    font-size: 1.5rem;
  }
  .oc-event-info {
    margin-inline: 0;
  }
  .oc-event-info__link {
    grid-template-columns: 12em 1fr;
  }
  .oc-event-info__year {
    font-size: 1.6rem;
  }
  .oc-event-info__day ._day {
    font-size: 2.4rem;
  }
  .oc-event-info__day ._week {
    font-size: 1.4rem;
  }
  .oc-event-info__contents {
    display: grid;
    grid-template-columns: 1fr auto;
    grid-template-areas: "main entry" "schedule entry";
    padding: 1.5em 1.5em;
    gap: 1em 2em;
  }
  .oc-event-info__shoulder {
    font-size: 1.4rem;
  }
  .oc-event-info__category {
    font-size: 2.4rem;
  }
  .oc-event-info__title {
    padding: 0.5em 1em;
    margin-top: 0.5em;
    margin-left: -0.5em;
    font-size: 1.4rem;
  }
  .oc-event-info__schedule {
    margin-top: 0;
  }
  .oc-event-info__start ._label {
    font-size: 1.4rem;
  }
  .oc-event-info__start ._time {
    font-size: 2.4rem;
  }
  .oc-event-info__entry {
    margin-top: 0;
    grid-template-columns: none;
    grid-template-rows: auto auto;
    place-content: center;
  }
  .oc-event-info__button {
    padding: 0.5em 1em 0.5em 1.5em;
    order: initial;
    font-size: 1.6rem;
    margin-top: 0.5em;
  }
  .oc-event-info__end {
    text-align: center;
    font-size: 1.2rem;
  }
  .sec-ao__body {
    text-align: center;
    font-size: 1.6rem;
  }
  .entrysheet-note__items {
    font-size: 1.6rem;
  }
  .entrysheet-note__item ._number {
    font-size: 1.8rem;
  }
  .entrysheet-note__button {
    font-size: 1.8rem;
  }
  .entrysheet-images__caption {
    font-size: 1.4rem;
  }
  .ao-schedule {
    font-size: 2rem;
  }
  .price-list__heading {
    font-size: 2.2rem;
  }
  .price-list__text {
    font-size: 1.6rem;
  }
  .price-list__contents {
    font-size: 1.6rem;
  }
  .price-list__table {
    font-size: 1.5rem;
  }
  .price-list__table th, .price-list__table td {
    padding: 0.75em 1em;
  }
  .price-list__caption {
    font-size: 1.2rem !important;
  }
  .certification-fees {
    font-size: 1.6rem;
  }
  .life-block ._caption {
    font-size: 1.2rem;
  }
  .campuslife-calender__items {
    grid-template-columns: repeat(3, 1fr);
    gap: clamp(2.4rem, 0.9219rem + 3.79vw, 4.8rem) calc(clamp(2.4rem, 0.9219rem + 3.79vw, 4.8rem) / 2);
  }
  .sec-type .linkarea {
    max-width: 1000px;
  }
  .sec-type .linkarea__wrap {
    grid-template-columns: repeat(2, 1fr);
  }
  .sec-type .linkarea__wrap a {
    font-size: 2rem;
  }
  .results-table {
    font-size: 1.6rem;
  }
  .results-table td {
    font-size: 2rem;
  }
  .results-data__heading {
    font-size: 1.8rem;
  }
  .results-data-list__items {
    display: grid;
    grid-auto-flow: column;
    grid-template-rows: repeat(2, auto);
    grid-template-columns: repeat(2, 1fr);
  }
  .results-data-list__item {
    grid-template-columns: 1fr 1.5fr;
  }
  .results-data-list__item dt, .results-data-list__item dd {
    font-size: 1.6rem;
    padding: 0.25em 1em;
  }
  .detail-box__text {
    font-size: 1.46rem;
  }
  .detail-box__wrap-lt {
    font-size: 1.6rem;
  }
  .detail-box__list-item {
    font-size: 1.6rem;
  }
  .user-detail-lead {
    font-size: 1.6rem;
  }
  .user-detail-lead__heading {
    font-size: 2rem;
  }
  .user-detail-support {
    font-size: 1.6rem;
  }
  .user-detail-support__heading {
    font-weight: 500;
    font-size: 1.8rem;
  }
  .user-detail-support__sub-heading {
    font-size: 2rem;
  }
  .detail-interview__item {
    padding: clamp(2.4rem, 0.9219rem + 3.79vw, 4.8rem);
    grid-template-areas: "heading content" "image content" "data content" "career career";
    grid-template-columns: 1fr 2.5fr;
    grid-template-rows: auto auto 1fr auto;
    gap: 1em 3em;
  }
  .detail-interview__data ._name {
    font-size: 1.8rem;
  }
  .detail-interview__career {
    margin-top: clamp(1.6rem, 1.1086rem + 1.26vw, 2.4rem);
  }
  .detail-interview__content {
    padding-top: 0;
  }
  .detail-interview-content {
    margin-top: 0;
  }
  .job-course__list-txt {
    padding: 0.5em 0.5em 0.5em 50px;
    font-size: 1.3rem;
  }
  .job-course-head {
    display: grid;
    gap: 2em;
    grid-template-columns: 1fr auto;
  }
  .job-course-head__link {
    gap: 0 2em;
  }
  .job-course-head__link::before {
    font-size: 8rem;
  }
  .job-course-head__heading--en {
    font-size: 1.4rem;
  }
  .job-course-head__heading {
    font-size: 3rem;
  }
  .job-course-head__lead {
    font-size: 1.6rem;
  }
  .job-course-head__image {
    margin: 0;
    width: 240px;
    margin-top: -10px;
  }
  .student-voices__items {
    margin-top: clamp(2.4rem, 0.9219rem + 3.79vw, 4.8rem);
  }
  .voice-ttl {
    gap: 0;
  }
  .voice-item {
    gap: 2em;
    padding-block: 1em 0;
    padding-inline: 5em 2em;
    grid-template-columns: 2fr 1fr;
  }
  .voice-item:nth-of-type(odd) {
    padding-inline: 2em 5em;
    grid-template-columns: 1fr 2fr;
  }
  .voice-item:nth-of-type(odd) .voice-item__body {
    order: 1;
  }
  .voice-item__heading {
    font-size: 2.4rem;
  }
  .voice-item__text {
    font-size: 1.5rem;
  }
  .voice-item__info {
    padding-top: 4em;
  }
  .voice-item__image img {
    max-width: 100%;
  }
  .voice-info {
    grid-template-columns: auto auto;
    gap: 20px;
  }
  .voice-info-person__data {
    font-size: 1.4rem;
  }
  .voice-info-prospective-employees {
    margin-top: 0;
  }
  .voice-info-prospective-employees__label {
    font-size: 1.6rem;
  }
  .voice-info-prospective-employees__data ._name {
    font-size: 1.4rem;
  }
}
@media only screen and (min-width: 835px){
  .sns-button {
    left: 20px;
    bottom: 20px;
    max-width: 140px;
  }
  .news-top__list a {
    gap: 1.5em;
    padding: 1em 0 1.4em;
    align-items: center;
  }
  .sec-comp {
    margin-top: calc(var(--vh) * 100 - 50px);
  }
  .department-hero {
    position: fixed;
    font-size: 1.2rem;
  }
  .department-hero__inner {
    height: calc(var(--vh) * 100 - 50px);
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .department-hero__text {
    order: initial;
    margin-block-start: -10%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .department-hero__title ._english {
    font-size: 70%;
    text-align: left;
    -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;
    top: initial;
    right: initial;
    translate: -2.5em;
    font-weight: 400;
  }
  .department-hero__image {
    aspect-ratio: initial;
  }
  .curriculums__heading {
    text-align: left;
    font-size: 2.2rem;
    padding: 0.75em 3em;
  }
  .event-box__desc {
    font-size: 1.6rem;
  }
  .event-box__captions {
    text-align: center;
    font-size: 1.3rem;
    text-indent: 0;
    margin-left: auto;
  }
  .job-course__text {
    font-size: 1.4rem;
  }
}
@media only screen and (min-width: 960px){
  .site-footer__nav {
    display: grid;
    grid-auto-flow: column;
    gap: 3em;
  }
  .site-footer__informations {
    margin-top: 0;
    order: -1;
  }
  .site-footer__credit {
    margin-top: 2em;
  }
  .footer-nav-secondary {
    margin-top: 0.75em;
  }
  .footer-nav-secondary__items {
    border: none;
    padding-top: 0;
    column-count: 2;
  }
  .footer-informations__logo {
    max-width: 360px;
  }
  .front-pickup-slider__text {
    font-size: 1.4rem;
  }
  .front-pickup-slider__heading {
    font-size: 2.2rem;
  }
  .local-nav__items {
    padding-block: 2.5em;
  }
  .u-large-below {
    display: none;
  }
  .u-large-over {
    display: initial;
  }
  .interview-voice__heading {
    font-size: 3.4rem;
  }
  .prospective-employee-text__heading {
    font-size: 3.4rem;
  }
  .department-hero {
    font-size: 1.3rem;
  }
  .course-data .drug-message {
    display: none;
  }
  .course-data__table-wrapper {
    width: 100%;
    margin-inline: auto;
    padding-inline: 0;
  }
  .course-data__table {
    margin-right: 0;
    min-width: initial;
  }
  ._it .common-curriculum, ._design .common-curriculum {
    grid-template-columns: 3fr 2fr;
  }
  .common-curriculum__content {
    font-size: 1.4rem;
  }
  ._it .common-curriculum-list__items._n1, ._design .common-curriculum-list__items._n1 {
    column-count: 3;
  }
  .course-curriculum__content {
    font-size: 1.4rem;
  }
  .recruit-list__items {
    column-count: 3;
  }
  .other-department-nav__text {
    font-size: 2rem;
  }
  .other-department-nav__text::before {
    font-size: 5.8rem;
  }
  .other-department-nav__text ._title {
    margin-inline: 2em;
  }
  .charm-medical-list__items {
    grid-template-columns: repeat(3, 1fr);
  }
  .oc-event-info__link {
    grid-template-columns: 16em 1fr;
  }
  .oc-event-info__day ._day {
    font-size: 3.6rem;
  }
  .oc-event-info__day ._week {
    font-size: 1.6rem;
  }
  .oc-event-info__contents {
    padding: 1.5em 1.5em 1.5em 2.5em;
  }
  .price-list__table tbody ._price {
    font-size: 1.8rem;
  }
  .certification-fees__contents {
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: center;
    gap: 2em;
  }
  .certification-fees__text {
    width: auto;
    margin: 0;
  }
  .certification-fees__images {
    margin: -1em 0 0;
  }
  .campuslife-calender__items {
    grid-template-columns: repeat(4, 1fr);
    gap: clamp(2.4rem, 0.9219rem + 3.79vw, 4.8rem) calc(clamp(2.4rem, 0.9219rem + 3.79vw, 4.8rem) / 2);
    padding: 0;
  }
  .sec-type .linkarea__wrap {
    grid-template-columns: repeat(3, 1fr);
  }
  .job-course-head__image {
    width: 300px;
    margin-top: -24px;
  }
}
@media only screen and (hover: hover) and (min-width: 1024px){
  .drawer-open__button:hover ._icon {
    width: 40% !important;
  }
}
@media only screen and (min-width: 1024px){
  .site-header {
    padding-inline: calc(var(--header-height) + 1.5em) 1em;
    font-size: 1.4rem;
  }
  .site-header__logo {
    order: 1;
  }
  .site-header__logo img {
    width: 26vw;
    max-width: 280px;
  }
  .site-header-nav__secondary {
    margin-left: auto;
    display: block;
  }
  .header-nav-primarily__item:not(._always) {
    display: block;
  }
  .drawer-nav__inner {
    width: 100%;
    padding-block-start: clamp(4.8rem, 2.2182rem + 6.62vw, 9rem);
  }
  .drawer-nav-primarily__link {
    padding: 1em 0 1em 1.8em;
  }
  .drawer-nav-secondary__items {
    column-count: 3;
  }
  .drawer-open {
    left: 0;
    right: initial;
  }
  .drawer-open__button[data-is-hidden=false] {
    background: #000;
  }
  .drawer-open__button[data-is-hidden=false] ._icon::before, .drawer-open__button[data-is-hidden=false] ._icon::after {
    background: #fff;
  }
  .drawer-open__button ._icon {
    width: 30%;
  }
  .drawer-open__button ._icon::before, .drawer-open__button ._icon::after {
    background: #fff;
  }
  .absence-report {
    left: initial;
    right: 2em;
    top: 2em;
  }
  :root {
    --header-height: 90px;
  }
  .main-header__logo {
    width: auto;
    flex-basis: clamp(26rem, -59.3299rem + 83.33vw, 34rem);
  }
  .sec-comp {
    margin-top: calc(var(--vh) * 100 - 90px);
  }
  .department-hero__inner {
    height: calc(var(--vh) * 100 - 90px);
  }
  .sec-type .linkarea__wrap a {
    font-size: 2.2rem;
  }
}
@media only screen and (min-width: 1240px){
  .site-header {
    font-size: 1.5rem;
    padding-inline-end: 2em;
  }
  .site-header__inner {
    gap: 2em;
  }
  .site-header__logo img {
    width: 28vw;
    max-width: 340px;
  }
  .header-nav-primarily__items {
    gap: 2em;
  }
  .header-nav-secondary__items {
    font-size: 1.3rem;
    gap: 1.5em;
  }
  ._absence-report .header-nav-secondary__link {
    padding-inline: 1.5em;
  }
  .main-header__link02 {
    margin-right: 30px;
  }
  .department-hero {
    font-size: 1.7rem;
  }
}
@media only screen and (min-width: 1440px){
  .site-header {
    padding-inline-end: clamp(2.4rem, 0.9219rem + 3.79vw, 4.8rem);
  }
  .main-header__link02 {
    margin-right: 60px;
  }
}
@media only screen and (max-width: 1024px){
  .main-footer__right {
    margin-top: 0;
  }
  .advance-box__entry-list-desc small {
    width: 1.8em;
    height: 1.8em;
  }
}
@media (hover: hover){
  .sns-button__banner._line a:hover {
    opacity: 0.7;
  }
  .sns-button__banner._instagram a:hover {
    opacity: 0.7;
  }
  .sns-button__banner._springfes a:hover {
    opacity: 0.7;
  }
  .sns-button__close:hover::after {
    background-color: #000;
  }
  .header-nav-primarily__link:hover {
    opacity: 1;
    color: #d2476f;
  }
  .header-nav-secondary__link:hover {
    opacity: 1;
    color: #d2476f;
  }
  ._absence-report .header-nav-secondary__link:hover {
    opacity: 1;
    background: #d2476f;
    color: #fff;
  }
  .footer-nav-primarily__expand-button:hover::before, .footer-nav-primarily__expand-button:hover::after {
    background: #fff;
  }
  .front-pickup-slider .splide__arrow:hover:not(:disabled) {
    opacity: 1;
  }
  .front-course-slider .splide__arrow:hover:not(:disabled) {
    opacity: 1;
  }
  .drawer-nav a:hover {
    transition-duration: 0.2s;
    opacity: 1;
    color: #d2476f;
  }
  .drawer-nav a:hover::before, .drawer-nav a:hover::after {
    transition-property: color, border, background-color;
    transition-duration: 0.2s;
  }
  .drawer-nav-primarily__link:hover {
    color: #d2476f !important;
  }
  .drawer-nav-primarily__link:hover::before {
    border-color: #d2476f;
  }
  .drawer-nav-primarily__link:hover::after {
    border-top-color: #d2476f;
    border-right-color: #d2476f;
  }
  .drawer-nav-primarily__expand-button:hover::before, .drawer-nav-primarily__expand-button:hover::after {
    background: #d2476f;
  }
  .drawer-nav-item-sub__link:hover::before {
    border-color: #d2476f;
  }
  .drawer-nav-secondary__link:hover::before {
    border-color: #d2476f;
  }
  .drawer-open__button:hover ._icon {
    width: 60%;
  }
  .drawer-open__button:hover[data-is-hidden=true] ._icon::before {
    top: -7px;
  }
  .drawer-open__button:hover[data-is-hidden=true] ._icon::after {
    top: 7px;
  }
  .absence-report__button:hover {
    background-color: #d2476f;
  }
  a._text-link:hover {
    opacity: 1;
    text-decoration: none;
  }
  .year-selector__link:hover {
    opacity: 1;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.5);
  }
  .year-selector__link:hover::before {
    opacity: 0;
  }
  .year-select-button__link:hover {
    opacity: 1;
    transition-delay: 0s;
  }
  .year-select-button__link:hover img {
    opacity: 0.7;
  }
  .button:hover, .button--frame:hover {
    color: #d2476f;
  }
  .button--frame:hover {
    opacity: 1;
    color: #d2476f;
    border-color: #d2476f;
  }
  .button--capsul:hover {
    opacity: 1;
    background: #000;
    color: #fff;
  }
  .info-box__list-link:hover {
    opacity: 0.5;
  }
  .other-department-nav__link:hover {
    opacity: 1;
  }
  .other-department-nav__link:hover .other-department-nav__image::after {
    opacity: 0.6;
  }
  .other-department-nav__link:hover .other-department-nav__image img {
    scale: 1.05;
  }
  .advance-link__list a:hover {
    background: #000;
    opacity: 1;
  }
  .advance-link__list._ex a:hover {
    background: #000;
  }
  .oc-event-list__more:hover {
    color: #000;
    border-color: #000;
  }
  .oc-event-list__more:hover::before {
    opacity: 1;
  }
  .oc-event-info__link:hover {
    border-color: #d2476f;
    opacity: 1;
    background: #f9e3ea;
  }
  .oc-event-info__link:hover .oc-event-info__button {
    background: #d2476f;
  }
  .sec-ao__body a:hover {
    opacity: 1;
    text-decoration: none;
  }
  .entrysheet-note__button:hover {
    opacity: 1;
    border-color: #d2476f;
    color: #d2476f;
  }
}