@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Damion&display=swap");
/* Reset
---------------------------------------------------------------------*/
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}

/* For IE 6/7 */
.clearfix {
  zoom: 1;
}

/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1.4;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-spacing: 0;
}

table dt, table dd {
  text-align: left;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

img {
  vertical-align: top;
  max-width: 100%;
  font-size: 0;
  line-height: 0;
}

/* グローバルナビ
---------------------------------------------------------------------*/
.globalnav {
  position: relative;
  background-image: url("/lp-admission/about/img/globalnav_bg.png");
  background-repeat: repeat;
}
@media screen and (max-width: 800px) {
  .globalnav {
    position: fixed;
    top: 110px;
    width: 100%;
    background-size: 20px auto;
    z-index: 100;
  }
}
.globalnav::before, .globalnav::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
}
@media screen and (max-width: 800px) {
  .globalnav::before, .globalnav::after {
    background-size: 150px auto;
  }
}
.globalnav::before {
  background-image: url("/lp-admission/about/img/globalnav_bg_left.png");
  background-position: left top;
}
.globalnav::after {
  background-image: url("/lp-admission/about/img/globalnav_bg_right.png");
  background-position: right bottom;
}
@media screen and (max-width: 800px) {
  .globalnav::after {
    /*opacity: 0;
    transition: all 1s;*/
  }
}
@media screen and (max-width: 800px) {
  .globalnav:has(.globalnav__cont.is-active)::after {
    opacity: 1;
  }
}
.globalnav__inner {
  position: relative;
  padding: 50px 4% 70px;
  z-index: 1;
}
@media screen and (max-width: 800px) {
  .globalnav__inner {
    max-height: calc(100vh - 110px);
    overflow-y: scroll;
    padding: 15px 4%;
  }
}
.globalnav__heading {
  position: relative;
  font-size: 2.625rem;
  font-weight: 700;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 800px) {
  .globalnav__heading {
    font-size: 1.375rem;
  }
}
.globalnav__list {
  display: flex;
  justify-content: center;
  gap: 0 30px;
  margin-top: 30px;
}
@media screen and (max-width: 800px) {
  .globalnav__list {
    gap: 0 15px;
    margin: 10px auto 0;
    transition: all .5s;
  }
}
.globalnav__list a {
  display: block;
  transition: all .5s;
}
.globalnav__list a:hover {
  opacity: .7;
}
.globalnav__cont {
  /*@include mq(sp) {
      display: grid;
      transition: grid-template-rows 0.5s;
      grid-template-rows: 0fr;
      &.is-active {
          grid-template-rows: 1fr;
      }
  }*/
}
@media screen and (max-width: 800px) {
  .globalnav__pannel {
    overflow: hidden;
  }
}
.globalnav__bm {
  position: absolute;
  top: 50%;
  right: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 55px;
  height: 55px;
  margin-left: auto;
  text-align: center;
  transform: translateY(-50%);
  transition: all .5s;
  cursor: pointer;
  z-index: 101;
}
@media screen and (min-width: 801px) {
  .globalnav__bm {
    display: none;
  }
}
.globalnav__bm-trigger {
  position: relative;
  width: 50%;
  height: 32px;
  margin: 0 auto;
  transform: translateY(0);
  transition: all .5s;
}
.globalnav__bm-trigger > span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
  transition: all .5s;
}
.globalnav__bm-trigger > span:nth-of-type(1) {
  top: 4px;
}
.globalnav__bm-trigger > span:nth-of-type(2) {
  top: 13px;
}
.globalnav__bm-trigger > span:nth-of-type(3) {
  top: 22px;
}
.globalnav__bm-trigger.is-active {
  transform: translateY(8px);
}
.globalnav__bm-trigger.is-active > span {
  background-color: #fff;
}
.globalnav__bm-trigger.is-active > span:nth-of-type(1) {
  transform: translateY(5px) rotate(-45deg);
}
.globalnav__bm-trigger.is-active > span:nth-of-type(2) {
  transform: translateY(-4px) rotate(45deg);
}
.globalnav__bm-trigger.is-active > span:nth-of-type(3) {
  opacity: 0;
}

/* ページ共通
---------------------------------------------------------------------*/
@media screen and (min-width: 801px) {
  body {
    min-width: 1200px;
  }
}

#wrapper {
  position: relative;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 500;
  line-height: 1.8;
  overflow: hidden;     /* fallback for older browsers */
  overflow: clip;       /* modern: clip without creating scroll context (keeps sticky working) */
}
@media screen and (max-width: 800px) {
  #wrapper {
    font-size: 0.875rem;
    -webkit-text-size-adjust: 100%;
  }
}
#wrapper *, #wrapper *::before, #wrapper *::after {
  box-sizing: border-box;
}

.js-scroll {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity .8s ease, transform .8s ease;
  transition-delay: 0.1s;
}

.js-scroll-in {
  opacity: 1;
  transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
  .js-scroll {
    transform: none;
    transition: none;
  }
}

.text-14 {
  font-size: 0.875rem;
}
@media screen and (max-width: 800px) {
  .text-14 {
    font-size: 0.75rem;
  }
}

.text-20 {
  font-size: 1.25rem;
}
@media screen and (max-width: 800px) {
  .text-20 {
    font-size: 0.9375rem;
  }
}

.text-red {
  color: #fa1f2e;
}

.text-yellow {
  color: #fce222;
}

.text-marker {
  background: linear-gradient(transparent 70%, #fce222 70%);
}

.text-marker-red {
  background: linear-gradient(transparent 70%, #fa1f2e 70%);
}

.text-rl {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
@media screen and (max-width: 800px) {
  .text-rl {
    display: flex;
    align-items: center;
    min-width: 2em;
  }
}

.font-bold {
  font-weight: 700;
}

/* 対策しやすい！受けやすい！
---------------------------------------------------------------------*/
@media screen and (max-width: 800px) {
  .about-page {
    padding-top: 140px;
  }
}

/*ヘッド*/
.explan-head {
  display: flex;
  align-items: flex-start;
  width: 92%;
  max-width: 1380px;
  padding: 80px 0 0;
  margin: 0 auto;
}
@media screen and (max-width: 800px) {
  .explan-head {
    flex-direction: column;
    padding: 40px 0 0;
  }
}
.explan-head__main {
  position: relative;
  width: 60%;
  background-image: url("/lp-admission/about/img/explan_head_bg.png");
  background-repeat: repeat;
  border-radius: 20px;
  padding: 90px 70px 40px 180px;
}
@media screen and (max-width: 800px) {
  .explan-head__main {
    width: 100%;
    padding: 14% 30px 20px 25%;
  }
}
.explan-head__ribon {
  position: absolute;
  top: 0;
  left: 60px;
}
@media screen and (max-width: 800px) {
  .explan-head__ribon {
    left: 20px;
    width: 18%;
  }
}
.explan-head__lead {
  padding-left: 5%;
}
.explan-head__title {
  margin-top: 30px;
}
@media screen and (max-width: 800px) {
  .explan-head__title {
    margin: 13% 0 0 -25%;
  }
}
.explan-head__image {
  flex: 1;
}
@media screen and (max-width: 800px) {
  .explan-head__image {
    width: 100%;
    text-align: center;
  }
}
.explan-head__image img {
  width: auto;
  height: 100%;
  transform: translateX(-50px);
}
@media screen and (max-width: 800px) {
  .explan-head__image img {
    width: 80%;
    height: auto;
    transform: translate(0, -30px);
  }
}

/* 対策しやすい！ */
.explan-measures__inner {
  width: 92%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 80px 0;
}
@media screen and (max-width: 800px) {
  .explan-measures__inner {
    padding: 20px 0 40px;
  }
}
.explan-measures__heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px 0;
}
@media screen and (max-width: 800px) {
  .explan-measures__heading {
    gap: 10px 0;
  }
}
.explan-measures__heading-sub {
  display: inline-block;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  background-color: #fce222;
  border-radius: 8px;
  padding: 12px 15px 12px 20px;
}
@media screen and (max-width: 800px) {
  .explan-measures__heading-sub {
    font-size: 0.9375rem;
    padding: 10px 12px 10px 15px;
  }
}
.explan-measures__heading-main {
  font-size: 2.25rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 800px) {
  .explan-measures__heading-main {
    font-size: 1.25rem;
  }
}
.explan-measures__heading-main b {
  position: relative;
  font-weight: 700;
}
.explan-measures__heading-main b::before {
  content: '';
  display: block;
  position: absolute;
  top: -7px;
  left: 50%;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: #fce222;
  transform: translateX(-50%);
}
@media screen and (max-width: 800px) {
  .explan-measures__heading-main b::before {
    top: -4px;
    width: 6px;
    height: 6px;
  }
}
.explan-measures__heading-main i {
  display: inline-block;
  width: 40px;
  line-height: 1;
  margin-left: 15px;
}
@media screen and (max-width: 800px) {
  .explan-measures__heading-main i {
    width: 25px;
    margin-left: 10px;
  }
}
.explan-measures__flex {
  display: flex;
  gap: 0 40px;
  margin-top: 50px;
}
@media screen and (max-width: 800px) {
  .explan-measures__flex {
    flex-direction: column;
    gap: 30px 0;
    margin-top: 30px;
  }
}
.explan-measures__item {
  flex: 1;
}
.explan-measures__link {
  display: flex;
  justify-content: center;
  align-items: center;
  background-repeat: no-repeat;
  background-position: right 20px center;
  background-size: 24px auto;
  border: 4px solid #333;
  border-radius: 8px;
  padding: 20px 44px 20px 20px;
  margin-top: 20px;
  transition: all .5s;
}
@media screen and (max-width: 800px) {
  .explan-measures__link {
    background-position: right 15px center;
    background-size: 18px auto;
    border-width: 3px;
    padding: 10px 33px 10px 15px;
  }
}
.explan-measures__link:hover {
  opacity: .7;
}
.explan-measures__link-txt {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px 0;
  font-size: 1.875rem;
  font-weight: 700;
}
@media screen and (max-width: 800px) {
  .explan-measures__link-txt {
    gap: 3px 0;
    font-size: 1.125rem;
  }
}
.explan-measures__link-txt.-s {
  font-size: 1.5rem;
}
@media screen and (max-width: 800px) {
  .explan-measures__link-txt.-s {
    font-size: 1.125rem;
  }
}
.explan-measures__link-label {
  font-size: 1.125rem;
  font-weight: 700;
  color: #fff;
  line-height: 1;
  background-color: #333;
  border-radius: 6px;
  padding: 8px 15px;
}
@media screen and (max-width: 800px) {
  .explan-measures__link-label {
    font-size: 0.875rem;
  }
}
.explan-measures__subttl {
  font-weight: 700;
  text-align: center;
}
.explan-measures__subttl-line {
  background: linear-gradient(transparent 70%, #fce222 70%);
}
.explan-measures__list {
  margin-top: 15px;
}
@media screen and (max-width: 800px) {
  .explan-measures__list {
    margin-top: 10px;
  }
}
.explan-measures__list > li {
  text-indent: -1.35em;
  padding-left: 1.35em;
}
.explan-measures__list > li::before {
  content: '◆';
  padding-right: 5px;
}
.explan-measures__item.-general .explan-measures__link {
  color: #66a4d8;
  border-color: #66a4d8;
  background-color: #f0f6fa;
  background-image: url("/lp-admission/about/img/ic_circle_chevron_down_general.svg");
}
.explan-measures__item.-general .explan-measures__link-label {
  background-color: #66a4d8;
}
.explan-measures__item.-general .explan-measures__list > li::before {
  color: #66a4d8;
}
.explan-measures__item.-combined .explan-measures__link {
  color: #a27cb2;
  border-color: #a27cb2;
  background-color: #f6f2f6;
  background-image: url("/lp-admission/about/img/ic_circle_chevron_down_combined.svg");
}
.explan-measures__item.-combined .explan-measures__link-label {
  background-color: #a27cb2;
}
.explan-measures__item.-combined .explan-measures__list > li::before {
  color: #a27cb2;
}
.explan-measures__item.-period .explan-measures__link {
  color: #ec94b4;
  border-color: #ec94b4;
  background-color: #fcf4f8;
  background-image: url("/lp-admission/about/img/ic_circle_chevron_down_period.svg");
}
.explan-measures__item.-period .explan-measures__link-label {
  background-color: #ec94b4;
}
.explan-measures__item.-period .explan-measures__list > li::before {
  color: #ec94b4;
}

/* 受けやすい！ */
.explan-receive {
  background-image: url("/lp-admission/about/img/explan_receive_bg.png");
  background-repeat: repeat;
}
.explan-receive__inner {
  width: 92%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 80px 0;
}
@media screen and (max-width: 800px) {
  .explan-receive__inner {
    padding: 40px 0;
  }
}
.explan-receive__heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px 0;
}
@media screen and (max-width: 800px) {
  .explan-receive__heading {
    gap: 10px 0;
  }
}
.explan-receive__heading-sub {
  display: inline-block;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  background-color: #fce222;
  border-radius: 8px;
  padding: 12px 15px 12px 20px;
}
@media screen and (max-width: 800px) {
  .explan-receive__heading-sub {
    font-size: 0.9375rem;
    padding: 10px 12px 10px 15px;
  }
}
.explan-receive__heading-main {
  font-size: 2.25rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 800px) {
  .explan-receive__heading-main {
    font-size: 1.25rem;
  }
}
.explan-receive__heading-main b {
  position: relative;
  font-weight: 700;
}
.explan-receive__heading-main b::before {
  content: '';
  display: block;
  position: absolute;
  top: -7px;
  left: 50%;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: #fce222;
  transform: translateX(-50%);
}
@media screen and (max-width: 800px) {
  .explan-receive__heading-main b::before {
    top: -4px;
    width: 6px;
    height: 6px;
  }
}
.explan-receive__heading-main i {
  display: inline-block;
  width: 40px;
  line-height: 1;
  margin-left: 15px;
}
@media screen and (max-width: 800px) {
  .explan-receive__heading-main i {
    width: 25px;
    margin-left: 10px;
  }
}
.explan-receive__item {
  background-color: #fff;
  border-radius: 30px;
  padding: 0 6% 40px;
}
@media screen and (max-width: 800px) {
  .explan-receive__item {
    border-radius: 16px;
    padding: 0 4% 20px;
  }
}
.explan-receive__heading + .explan-receive__item {
  margin-top: 70px;
}
@media screen and (max-width: 800px) {
  .explan-receive__heading + .explan-receive__item {
    margin-top: 45px;
  }
}
.explan-receive__item + .explan-receive__item {
  margin-top: 100px;
}
@media screen and (max-width: 800px) {
  .explan-receive__item + .explan-receive__item {
    margin-top: 60px;
  }
}
.explan-receive__item.-typeA .explan-receive__intro {
  cursor: pointer;
}
.explan-receive__item.-typeA .explan-receive__intro-main {
  background-image: url("/lp-admission/about/img/explan_receive_typeA_ic_plus.png");
}
@media screen and (max-width: 800px) {
  .explan-receive__item.-typeA .explan-receive__intro-main {
    margin-top: -20px;
  }
}
.explan-receive__item.-typeA .explan-receive__intro.is-open .explan-receive__intro-main {
  background-image: url("/lp-admission/about/img/explan_receive_typeA_ic_minus.png");
}
.explan-receive__item.-typeA .explan-receive__intro-sub {
  background-color: #5b6de3;
  transform: translateY(-50%);
}
@media screen and (max-width: 800px) {
  .explan-receive__item.-typeA .explan-receive__intro-sub {
    margin-bottom: 25px;
  }
}
.explan-receive__item.-typeA .explan-receive__intro-sub::after {
  background-color: #5b6de3;
}
.explan-receive__item.-typeA .explan-receive__intro-line {
  background-image: url("/lp-admission/about/img/explan_receive_typeA_line.png");
}
.explan-receive__item.-typeA .explan-receive__intro-btn a {
  background-color: #3094f8;
  background-image: url("/lp-admission/about/img/explan_receive_typeA_ic_plus_sp.png");
}
.explan-receive__item.-typeA .explan-receive__intro.is-open .explan-receive__intro-btn a {
  background-image: url("/lp-admission/about/img/explan_receive_typeA_ic_minus_sp.png");
}
@media screen and (max-width: 800px) {
  .explan-receive__item.-typeB .explan-receive__intro {
    pointer-events: none;
  }
}
.explan-receive__item.-typeB .explan-receive__intro-main {
  background-image: url("/lp-admission/about/img/explan_receive_typeB_ic_arrow.svg");
}
@media screen and (max-width: 800px) {
  .explan-receive__item.-typeB .explan-receive__intro-main {
    margin-top: -5px;
  }
}
.explan-receive__item.-typeB .explan-receive__intro-sub {
  background-color: #54b430;
  transform: translateY(-50%);
  margin-bottom: 25px;
}
@media screen and (max-width: 800px) {
  .explan-receive__item.-typeB .explan-receive__intro-sub {
    transform: translateY(-30%);
    margin-bottom: 0;
  }
}
.explan-receive__item.-typeB .explan-receive__intro-sub::after {
  background-color: #54b430;
}
.explan-receive__item.-typeB .explan-receive__intro-line {
  background-image: url("/lp-admission/about/img/explan_receive_typeB_line.png");
}
.explan-receive__item.-typeB .explan-receive__intro-btn a {
  background-color: #54b430;
  background-image: url("/lp-admission/about/img/explan_receive_typeB_ic_arrow_sp.svg");
}
.explan-receive__item.-typeB .explan-receive__intro-blowing {
  position: absolute;
  top: 0;
  left: 80px;
}
@media screen and (max-width: 800px) {
  .explan-receive__item.-typeB .explan-receive__intro-blowing {
    top: -22px;
    left: auto;
    right: -10px;
    width: 58px;
  }
}
.explan-receive__intro {
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: all .5s;
  /*&-title::after {
      content: '';
      display: block;
      position: absolute;
      bottom: -15px;
      left: 45%;
      width: 370px;
      height: 14px;
      background-repeat: no-repeat;
      background-position: center bottom;
      background-size: contain;
      transform: translateX(-50%);
      @include mq(sp) {
          bottom: -12px;
          left: 0;
          width: 90%;
          background-position: left bottom;
          transform: translateX(0);
      }
  }*/
}
.explan-receive__intro:hover {
  opacity: .7;
}
.explan-receive__intro-sub {
  position: relative;
  font-size: 1.5rem;
  font-weight: 700;
  color: #fff;
  text-align: center;
  background-color: #ccc;
  border-radius: 3em;
  padding: 15px 35px;
}
@media screen and (max-width: 800px) {
  .explan-receive__intro-sub {
    font-size: 1rem;
    padding: 10px 25px;
  }
}
.explan-receive__intro-sub::after {
  content: '';
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  position: absolute;
  top: calc(100% - 1px);
  left: 50%;
  width: 40px;
  height: 20px;
  background-color: #ccc;
  transform: translateX(-50%);
}
@media screen and (max-width: 800px) {
  .explan-receive__intro-sub::after {
    width: 30px;
    height: 15px;
  }
}
.explan-receive__intro-main {
  display: flex;
  align-items: center;
  width: 100%;
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 60px 60px;
  margin-top: -30px;
}
@media screen and (max-width: 800px) {
  .explan-receive__intro-main {
    gap: 0 15px;
    background-image: none !important;
  }
}
@media screen and (max-width: 800px) {
  .explan-receive__intro-icon {
    width: 60px;
  }
}
.explan-receive__intro-title {
  position: relative;
  flex: 1;
  font-size: 2.25rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.6;
  padding-right: 60px;
}
@media screen and (max-width: 800px) {
  .explan-receive__intro-title {
    font-size: 1.125rem;
    text-align: left;
    padding-right: 0;
  }
}
.explan-receive__intro-s {
  font-size: 83.3333%;
}
.explan-receive__intro-note {
  font-size: 1rem;
}
@media screen and (max-width: 800px) {
  .explan-receive__intro-note {
    font-size: 0.75rem;
  }
}
.explan-receive__intro-line {
  background-repeat: repeat-x;
  background-position: center bottom;
  padding-bottom: 15px;
}
@media screen and (max-width: 800px) {
  .explan-receive__intro-line {
    padding-bottom: 5px;
    background-size: auto 8px;
  }
}
.explan-receive__intro-btn {
  width: 100%;
  margin-top: 20px;
}
.explan-receive__intro-btn a {
  display: block;
  font-size: 0.9375rem;
  color: #fff;
  text-align: center;
  background-repeat: no-repeat;
  background-position: right 15px center;
  background-size: 15px auto;
  padding: 8px 15px;
  transition: all .5s;
}
.explan-receive__intro-btn a:hover {
  opacity: .7;
}
@media screen and (min-width: 801px) {
  .explan-receive__intro-btn {
    display: none;
  }
}
@media print {
  .explan-receive__intro-btn {
    display: none;
  }
}
.explan-receive__intro-txt {
  font-size: 1rem;
  text-align: center;
  margin-top: 10px;
}
@media screen and (max-width: 800px) {
  .explan-receive__intro-txt {
    font-size: 0.875rem;
    text-align: left;
    margin-top: 20px;
  }
}
.explan-receive__intro-desc {
  font-size: 1.125rem;
  margin-top: 20px;
}
@media screen and (max-width: 800px) {
  .explan-receive__intro-desc {
    font-size: 0.875rem;
    margin-top: 20px;
  }
}
.explan-receive__intro-descnote {
  font-size: 1rem;
  text-align: right;
  padding-top: 20px;
}
@media screen and (max-width: 800px) {
  .explan-receive__intro-descnote {
    font-size: 0.75rem;
    padding-top: 10px;
  }
}
.explan-receive__content {
  display: none;
  padding: 50px 0 0;
}
@media screen and (max-width: 800px) {
  .explan-receive__content {
    padding: 30px 0 0;
  }
}

.explan-map {
  position: relative;
}
.explan-map::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  width: 85%;
  height: 4px;
  background-color: #f0ead0;
  z-index: 1;
}
@media screen and (max-width: 800px) {
  .explan-map::before {
    width: 100%;
  }
}
.explan-map::after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  width: 55%;
  height: 4px;
  background-color: #f0ead0;
  z-index: 1;
}
@media screen and (max-width: 800px) {
  .explan-map::after {
    width: 100%;
  }
}
.explan-map__inner {
  position: relative;
  padding: 80px 0;
}
@media screen and (max-width: 800px) {
  .explan-map__inner {
    padding: 40px 0;
  }
}
.explan-map__inner::before {
  content: '';
  display: block;
  position: absolute;
  top: 8px;
  width: 85%;
  height: 2px;
  background-color: #f0ead0;
  z-index: 1;
}
@media screen and (max-width: 800px) {
  .explan-map__inner::before {
    width: 100%;
  }
}
.explan-map__inner::after {
  content: '';
  display: block;
  position: absolute;
  bottom: 8px;
  width: 55%;
  height: 2px;
  background-color: #f0ead0;
  z-index: 1;
}
@media screen and (max-width: 800px) {
  .explan-map__inner::after {
    width: 100%;
  }
}
.explan-map__content {
  position: relative;
  z-index: 1;
}
.explan-map__label {
  display: flex;
  gap: 15px;
}
@media screen and (max-width: 800px) {
  .explan-map__label {
    gap: 5px;
  }
}
.explan-map__label > li {
  font-size: 1.25rem;
  color: #fff;
  background-color: #ccc;
  border-radius: 4px;
  padding: 5px 20px;
}
@media screen and (max-width: 800px) {
  .explan-map__label > li {
    font-size: 0.75rem;
    padding: 3px 12px;
  }
}
.explan-map__label > li.-general {
  background-color: #66a4d8;
}
.explan-map__label > li.-combined {
  background-color: #a27cb2;
}
.explan-map__lead {
  font-size: 1.5rem;
  font-weight: 700;
  margin-top: 40px;
}
@media screen and (max-width: 800px) {
  .explan-map__lead {
    font-size: 1rem;
    margin-top: 20px;
  }
}
.explan-map__lead i {
  display: inline-block;
  width: 64px;
  aspect-ratio: 1/1;
  font-size: 1.875rem;
  font-style: normal;
  text-align: center;
  border: 2px solid #000;
  border-radius: 100%;
  margin-right: 7px;
}
@media screen and (max-width: 800px) {
  .explan-map__lead i {
    width: 35px;
    font-size: 1rem;
    border-width: 1px;
    margin-top: 3px;
  }
}
.explan-map__lead .-sizeL {
  font-size: 130%;
}
.explan-map__txt {
  font-size: 1.25rem;
  font-weight: 700;
  padding-right: 50%;
  margin-top: 30px;
}
@media screen and (max-width: 800px) {
  .explan-map__txt {
    font-size: 0.875rem;
    padding-right: 0;
    margin-top: 15px;
  }
}
@media screen and (max-width: 800px) {
  .explan-map__image {
    text-align: center;
    margin-top: 20px;
  }
}
@media screen and (min-width: 801px) {
  .explan-map__image {
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    text-align: right;
  }
}
.explan-map__image img {
  max-height: 100%;
}

/* VOICE */
.explan-voice {
  padding-top: 70px;
}
@media screen and (max-width: 800px) {
  .explan-voice {
    padding-top: 30px;
  }
}
.explan-voice__head {
  display: flex;
  align-items: center;
  gap: 0 20px;
}
@media screen and (max-width: 800px) {
  .explan-voice__head {
    flex-wrap: wrap;
    justify-content: space-around;
    gap: 20px;
  }
}
.explan-voice__heading {
  flex: 1;
  text-align: center;
  line-height: 1.5;
}
@media screen and (max-width: 800px) {
  .explan-voice__heading {
    order: 1;
    flex: none;
    width: 100%;
  }
}
.explan-voice__heading-en {
  font-family: "Roboto", sans-serif;
  font-size: 5rem;
  font-weight: 700;
  color: #5b6de3;
}
@media screen and (max-width: 800px) {
  .explan-voice__heading-en {
    font-size: 2.5rem;
  }
}
.explan-voice__heading-lead {
  font-size: 1.875rem;
  font-weight: 700;
}
@media screen and (max-width: 800px) {
  .explan-voice__heading-lead {
    font-size: 1.25rem;
  }
}
.explan-voice__heading-lead b {
  position: relative;
  font-weight: 700;
}
.explan-voice__heading-lead b::before {
  content: '';
  display: block;
  position: absolute;
  top: -7px;
  left: 50%;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background-color: #fce222;
  transform: translateX(-50%);
}
@media screen and (max-width: 800px) {
  .explan-voice__heading-lead b::before {
    top: -4px;
    width: 6px;
    height: 6px;
  }
}
.explan-voice__imageL {
  width: 284px;
  text-align: right;
  padding-right: 50px;
}
@media screen and (max-width: 800px) {
  .explan-voice__imageL {
    order: 2;
    width: auto;
    padding-right: 0;
  }
  .explan-voice__imageL img {
    height: 100px;
  }
}
.explan-voice__imageR {
  width: 284px;
}
@media screen and (max-width: 800px) {
  .explan-voice__imageR {
    order: 3;
    width: auto;
  }
  .explan-voice__imageR img {
    height: 100px;
  }
}
.explan-voice__q {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 20px;
  background-color: #5b6de3;
  background-image: url("/lp-admission/about/img/explan_voice_q_title_plus.png");
  background-repeat: no-repeat;
  background-position: right 40px center;
  background-size: 24px auto;
  border-radius: 3em;
  padding: 15px;
  cursor: pointer;
  transition: all .5s;
}
@media screen and (max-width: 800px) {
  .explan-voice__q {
    flex-direction: column;
    border-radius: 10px;
    background-position: right 15px center;
    background-size: 13px auto;
  }
}
.explan-voice__q.is-open {
  background-image: url("/lp-admission/about/img/explan_voice_q_title_minus.png");
}
.explan-voice__q:hover {
  opacity: .7;
}
@media screen and (max-width: 800px) {
  .explan-voice__q-ic {
    width: 100px;
  }
}
.explan-voice__q-title {
  font-size: 1.875rem;
  font-weight: 700;
  color: #fff;
}
@media screen and (max-width: 800px) {
  .explan-voice__q-title {
    font-size: 1.125rem;
    text-align: center;
    padding-top: 5px;
  }
}
.explan-voice__q-title strong {
  font-weight: 700;
  color: #fce222;
}
.explan-voice__content {
  display: none;
}
.explan-voice__content + .explan-voice__q {
  margin-top: 30px;
}
@media screen and (max-width: 800px) {
  .explan-voice__content + .explan-voice__q {
    margin-top: 20px;
  }
}
.explan-voice__item {
  position: relative;
  width: 80%;
  border-radius: 10px;
  padding: 30px;
  margin: 50px 0 40px;
}
@media screen and (max-width: 800px) {
  .explan-voice__item {
    width: 85%;
    padding: 15px;
    margin: 40px 0 30px;
  }
}
@media screen and (max-width: 800px) {
  .explan-voice__item:first-child {
    margin-top: 30px;
  }
}
.explan-voice__item::after {
  content: '';
  display: block;
  position: absolute;
  top: calc(100% - 1px);
  width: 40px;
  height: 40px;
}
@media screen and (max-width: 800px) {
  .explan-voice__item::after {
    width: 30px;
    height: 30px;
  }
}
.explan-voice__item.-left::after {
  left: 50px;
  clip-path: polygon(100% 0, 30% 0, 0 100%);
}
@media screen and (max-width: 800px) {
  .explan-voice__item.-left::after {
    left: 30px;
  }
}
.explan-voice__item.-right {
  margin-left: auto;
}
.explan-voice__item.-right::after {
  right: 50px;
  clip-path: polygon(70% 0, 0 0, 100% 100%);
}
@media screen and (max-width: 800px) {
  .explan-voice__item.-right::after {
    right: 30px;
  }
}
.explan-voice__item.-pol {
  background-color: #d0ead4;
}
.explan-voice__item.-pol::after {
  background-color: #d0ead4;
}
.explan-voice__item.-gov {
  background-color: #fae0e2;
}
.explan-voice__item.-gov::after {
  background-color: #fae0e2;
}
.explan-voice__item.-sci {
  background-color: #d2d4ea;
}
.explan-voice__item.-sci::after {
  background-color: #d2d4ea;
}
.explan-voice__item.-soc {
  background-color: #fceacc;
}
.explan-voice__item.-soc::after {
  background-color: #fceacc;
}
.explan-voice__item.-law {
  background-color: #d6eefc;
}
.explan-voice__item.-law::after {
  background-color: #d6eefc;
}
.explan-voice__place {
  font-size: 1.125rem;
  font-weight: 700;
  text-align: right;
  padding-top: 5px;
}
@media screen and (max-width: 800px) {
  .explan-voice__place {
    font-size: 1rem;
  }
}
.explan-voice__image {
  text-align: right;
  margin-top: -140px;
  transform: translate(-50px, 30px);
}
@media screen and (max-width: 800px) {
  .explan-voice__image {
    margin-top: -20px;
    transform: translate(-30px, 20px);
  }
}
@media screen and (max-width: 800px) {
  .explan-voice__image img {
    height: 100px;
  }
}

/* ポイント
---------------------------------------------------------------------*/
.point-head {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 240px;
  background-color: #ccc;
  clip-path: polygon(100% 0, 100% calc(100% - 40px), calc(50% + 40px) calc(100% - 40px), 50% 100%, calc(50% - 40px) calc(100% - 40px), 0 calc(100% - 40px), 0 0);
  background-repeat: repeat;
}
@media screen and (max-width: 800px) {
  .point-head {
    height: 150px;
    clip-path: polygon(100% 0, 100% calc(100% - 25px), calc(50% + 25px) calc(100% - 25px), 50% 100%, calc(50% - 25px) calc(100% - 25px), 0 calc(100% - 25px), 0 0);
  }
}
.point-head::before, .point-head::after {
  content: '';
  display: block;
  position: absolute;
  width: calc(50% - 300px);
  height: calc(100% - 40px);
  background-repeat: repeat-x;
  z-index: -1;
}
@media screen and (max-width: 800px) {
  .point-head::before, .point-head::after {
    width: calc(50% - 150px);
    height: calc(100% - 25px);
    background-size: auto 75%;
  }
}
.point-head::before {
  top: 0;
  left: 0;
  background-image: url("/lp-admission/about/img/point_head_bg_left.png");
  background-position: right top;
}
.point-head::after {
  bottom: 40px;
  right: 0;
  background-image: url("/lp-admission/about/img/point_head_bg_right.png");
  background-position: left bottom;
}
.point-head__heading {
  display: flex;
  align-items: flex-start;
  gap: 0 15px;
  transform: translateY(-15px);
}
@media screen and (max-width: 800px) {
  .point-head__heading {
    gap: 0 7px;
  }
}
.point-head__heading-ic {
  transform: translateY(18px);
}
@media screen and (max-width: 800px) {
  .point-head__heading-ic {
    transform: translateY(5px);
  }
}
.point-head__heading-ic img {
  width: 44px;
}
@media screen and (max-width: 800px) {
  .point-head__heading-ic img {
    width: 30px;
  }
}
.point-head__heading-main {
  font-size: 2.75rem;
  font-weight: 700;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 800px) {
  .point-head__heading-main {
    font-size: 1.375rem;
  }
}
.point-head__heading-main span {
  display: inline-block;
  font-size: 82%;
  color: #000;
  line-height: 1;
  background-color: #fff;
  border-radius: 6px;
  transform: translateY(-3px);
  padding: 5px 10px 7px;
  margin-right: 15px;
}
@media screen and (max-width: 800px) {
  .point-head__heading-main span {
    margin-right: 10px;
  }
}
.point-head__heading-main b {
  position: relative;
  font-weight: 700;
}
.point-head__heading-main b::before {
  content: '';
  display: block;
  position: absolute;
  top: -3px;
  left: 50%;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: #fce222;
  transform: translateX(-50%);
}
@media screen and (max-width: 800px) {
  .point-head__heading-main b::before {
    top: -4px;
    width: 6px;
    height: 6px;
  }
}

.point-content {
  padding: 80px 0 100px;
}
@media screen and (max-width: 800px) {
  .point-content {
    padding: 40px 0;
  }
}
.point-content__inner {
  width: 92%;
  max-width: 1200px;
  margin: 0 auto;
}

.point-section {
  background-color: #ccc;
  border-radius: 30px;
  padding: 40px 6%;
}
@media screen and (max-width: 800px) {
  .point-section {
    border-radius: 16px;
    padding: 20px 4%;
  }
}
.point-section + .point-section {
  margin-top: 80px;
}
@media screen and (max-width: 800px) {
  .point-section + .point-section {
    margin-top: 30px;
  }
}
.point-section + .point-section:has(.point-heading) {
  margin-top: 120px;
}
@media screen and (max-width: 800px) {
  .point-section + .point-section:has(.point-heading) {
    margin-top: 50px;
  }
}

.point-heading {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0 30px;
  margin-top: -100px;
}
@media screen and (max-width: 800px) {
  .point-heading {
    justify-content: center;
    gap: 0 15px;
    margin-top: -50px;
  }
}
.point-heading__ic {
  display: block;
  width: 100%;
}
@media screen and (max-width: 800px) {
  .point-heading__ic {
    width: auto;
  }
}
.point-heading__ic span {
  display: block;
  width: 126px;
  aspect-ratio: 1/1;
  text-indent: -9999px;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 800px) {
  .point-heading__ic span {
    width: 70px;
  }
}
.point-heading__num {
  font-family: "Damion", cursive;
  font-size: 6.25rem;
  line-height: 1;
}
@media screen and (max-width: 800px) {
  .point-heading__num {
    font-size: 4.0625rem;
    transform: translateY(-10px);
  }
}
.point-heading__title {
  flex: 1;
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 1.6;
  border-top: 4px solid #000;
  border-bottom: 4px solid #000;
  padding: 10px 20px;
  margin-top: 15px;
}
@media screen and (max-width: 800px) {
  .point-heading__title {
    flex: none;
    width: 100%;
    font-size: 1.125rem;
    text-align: center;
    border-width: 3px;
    padding: 10px 0;
    margin-top: 10px;
  }
}

.point-reason {
  display: flex;
  align-items: flex-start;
  gap: 0 35px;
  margin-top: 30px;
}
@media screen and (max-width: 800px) {
  .point-reason {
    flex-direction: column;
    gap: 10px 0;
    margin-top: 20px;
  }
}
.point-reason i {
  flex: none;
  display: block;
  font-style: normal;
  font-size: 1.25rem;
  color: #fff;
  line-height: 2.2;
  border-radius: 4px;
  padding: 0 20px;
}
@media screen and (max-width: 800px) {
  .point-reason i {
    font-size: 0.875rem;
    line-height: 2;
    padding: 0 15px;
  }
}
.point-reason__title {
  font-size: 1.5rem;
  font-weight: 700;
}
@media screen and (max-width: 800px) {
  .point-reason__title {
    font-size: 1rem;
  }
}

.point-txt {
  font-size: 1.125rem;
  line-height: 2;
}
@media screen and (max-width: 800px) {
  .point-txt {
    font-size: 0.875rem;
  }
}

.point-graph {
  text-align: center;
  background-color: #fff;
  border: 4px solid #333;
  margin-top: 40px;
}
@media screen and (max-width: 800px) {
  .point-graph {
    border-width: 3px;
    margin-top: 30px;
  }
}
@media screen and (max-width: 800px) {
  .point-graph img {
    width: 700px;
    max-width: none;
  }
}

.point-reference {
  position: relative;
  border: 4px solid #333;
  margin-top: 80px;
}
@media screen and (max-width: 800px) {
  .point-reference {
    border-width: 3px;
    margin-top: 30px;
  }
}
.point-reference::before {
  content: '';
  display: block;
  position: absolute;
  top: 5px;
  left: 5px;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  border: 2px solid #333;
  z-index: -1;
}
@media screen and (max-width: 800px) {
  .point-reference::before {
    top: 3px;
    left: 3px;
    width: calc(100% - 6px);
    height: calc(100% - 6px);
    border-width: 1px;
  }
}

.point-btn {
  max-width: 800px;
  margin: 80px auto 0;
}
@media screen and (max-width: 800px) {
  .point-btn {
    margin-top: 30px;
  }
}
.point-btn a {
  display: block;
  font-size: 1.5rem;
  color: #fff;
  text-align: center;
  line-height: 1.4;
  background-image: url("/lp-admission/about/img/ic_circle_chevron_right_white.svg");
  background-color: #333;
  background-repeat: no-repeat;
  background-position: right 30px center;
  background-size: 24px auto;
  border-radius: 3em;
  border-bottom: 10px solid #333;
  padding: 22px 20px;
  transition: all .5s;
}
@media screen and (max-width: 800px) {
  .point-btn a {
    font-size: 0.9375rem;
    background-position: right 15px center;
    background-size: 15px auto;
    border-bottom-width: 5px;
    padding: 12px 15px;
  }
}
.point-btn a:hover {
  opacity: .7;
}

.point-btn-s {
  max-width: 480px;
  margin: 40px auto 0;
}
@media screen and (max-width: 800px) {
  .point-btn-s {
    margin-top: 30px;
  }
}
.point-btn-s a {
  display: block;
  font-size: 1.125rem;
  color: #fff;
  text-align: center;
  line-height: 1.4;
  background-image: url("/lp-admission/about/img/ic_circle_chevron_right_white.svg");
  background-color: #3c3c3c;
  background-repeat: no-repeat;
  background-position: right 30px center;
  background-size: 20px auto;
  border-radius: 3em;
  padding: 15px 20px;
  transition: all .5s;
}
@media screen and (max-width: 800px) {
  .point-btn-s a {
    font-size: 0.9375rem;
    background-position: right 15px center;
    background-size: 15px auto;
    padding: 8px 15px;
  }
}
.point-btn-s a:hover {
  opacity: .7;
}

@media screen and (min-width: 801px) {
  .point-btn-m {
    max-width: 600px;
  }
}
.point-btn-m a {
  display: block;
  font-size: 1.125rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.4;
  background-repeat: no-repeat;
  background-position: right 20px center;
  background-size: 20px auto;
  border-radius: 6px;
  padding: 15px;
  transition: all .5s;
}
@media screen and (max-width: 800px) {
  .point-btn-m a {
    font-size: 0.875rem;
    background-position: right 15px center;
    background-size: 15px auto;
    padding: 10px 30px 10px 15px;
  }
}
.point-btn-m a:hover {
  opacity: .7;
}
.point-btn-m.-auto {
  margin: auto;
}
.point-btn-m.-typeA a {
  color: #fff;
  background-color: #3c3c3c;
  background-image: url("/lp-admission/about/img/ic_circle_chevron_right_white.svg");
}
.point-btn-m.-typeB a {
  color: #000;
  background-color: #fce222;
  background-image: url("/lp-admission/about/img/ic_circle_chevron_right_black.svg");
}

.point-table-heading {
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 800px) {
  .point-table-heading {
    font-size: 1rem;
  }
}

.point-table {
  width: 100%;
  border-spacing: 5px;
  border-collapse: separate;
  margin-top: 20px;
}
@media screen and (max-width: 800px) {
  .point-table {
    margin-top: 15px;
  }
}
@media screen and (max-width: 800px) {
  .point-table th, .point-table td {
    white-space: nowrap;
  }
}
.point-table th {
  font-size: 1.25rem;
  text-align: center;
  vertical-align: middle;
  border: 2px solid #333;
  background-color: #fff;
  padding: 1em;
}
@media screen and (max-width: 800px) {
  .point-table th {
    font-size: 0.875rem;
    padding: .5em 1em;
  }
}
.point-table .-td1 {
  color: #111;
  background-color: #fff !important;
  border: 2px solid #333;
}
.point-table .-th1 {
  border: none;
}
.point-table .-th2 {
  border: none;
  background-color: inherit;
}
.point-table .-th3 {
  position: relative;
  border: none;
  background-color: inherit;
  padding: 0;
}
.point-table .-th4 {
  color: #fff !important;
}
.point-table .-rl {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
.point-table td {
  color: #fff;
  vertical-align: middle;
  padding: 1em 1.3em;
}
@media screen and (max-width: 800px) {
  .point-table td {
    font-size: 0.8125rem;
  }
}
.point-table .-balloon {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(100% - 10px);
  height: 100%;
  border: 4px solid #333;
  border-radius: 6px;
  padding: 5px;
}
@media screen and (max-width: 800px) {
  .point-table .-balloon {
    position: relative;
    border-width: 3px;
    padding: 10px;
  }
}
.point-table .-balloon::before {
  content: '';
  display: block;
  position: absolute;
  top: calc(50% - 14px + 3px);
  left: calc(100% - 1px);
  width: 12px;
  height: 20px;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  background-color: #eae0ee;
  z-index: 1;
}
.point-table .-balloon::after {
  content: '';
  display: block;
  position: absolute;
  top: calc(50% - 14px);
  left: calc(100%);
  width: 18px;
  height: 26px;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  background-color: #000;
}
.point-table .-balloon p {
  font-size: 1.0625rem;
  font-weight: 700;
  text-align: center;
  white-space: nowrap;
}
@media screen and (max-width: 800px) {
  .point-table .-balloon p {
    font-size: 0.875rem;
  }
}

.point-table-date {
  font-size: 1.5rem;
}
@media screen and (max-width: 800px) {
  .point-table-date {
    font-size: 1rem;
  }
}

.point-table-txt {
  text-align: center;
  margin-top: 20px;
}
@media screen and (max-width: 800px) {
  .point-table-txt {
    font-size: 0.75rem;
    margin-top: 10px;
  }
}

.point-table-note {
  position: relative;
  display: inline-block;
  font-size: 0.8125rem;
  color: #fa1f2e;
  background-color: #fff;
  border: 1px solid #fa1f2e;
  padding: 3px;
  margin: 6px 0 3px;
}
@media screen and (max-width: 800px) {
  .point-table-note {
    font-size: 0.75rem;
  }
}
.point-table-note::before {
  content: '';
  display: block;
  position: absolute;
  bottom: calc(100% - 1px);
  left: calc(90%);
  width: 10px;
  height: 10px;
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  background-color: #fff;
  z-index: 1;
}
.point-table-note::after {
  content: '';
  display: block;
  position: absolute;
  bottom: 100%;
  left: calc(90% - 1px);
  width: 12px;
  height: 12px;
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  background-color: #fa1f2e;
}
.point-table-note.-large {
  font-size: 1rem;
  font-weight: 700;
  border-width: 2px;
}
@media screen and (max-width: 800px) {
  .point-table-note.-large {
    font-size: 0.75rem;
  }
}
.point-table-note.-large::after {
  left: calc(90% - 2px);
  width: 14px;
  height: 14px;
}
.point-table-note.-position1 {
  margin-left: 30px;
}
@media screen and (max-width: 800px) {
  .point-table-note.-position1 {
    margin-left: 15px;
  }
}
.point-table-note.-position2 {
  margin-left: 0;
}
@media screen and (max-width: 800px) {
  .point-table-note.-position2 {
    margin-left: 15px;
  }
}
.point-table-note.-position4 {
  margin-left: 20px;
}
@media screen and (max-width: 800px) {
  .point-table-note.-position4 {
    margin-left: 10px;
  }
}

.point-link {
  color: #5b6de3;
  background-image: url("/lp-admission/about/img/ic_circle_chevron_right_purple.svg");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 24px auto;
  padding-right: 35px;
}
@media screen and (max-width: 800px) {
  .point-link {
    background-size: 18px auto;
    padding-right: 30px;
  }
}

/* タイプ別 */
.point.-general .point-head {
  background-image: url("/lp-admission/about/img/point_head_bg_general.png");
}
.point.-general .point-head__heading-main span {
  color: #66a4d8;
}
.point.-general .point-section {
  background-color: #f0f6fa;
}
.point.-general .point-heading__ic span {
  background-image: url("/lp-admission/about/img/point_heading_ic_general.png");
}
.point.-general .point-heading__num {
  color: #66a4d8;
}
.point.-general .point-heading__title {
  border-color: #66a4d8;
}
.point.-general .point-reason i {
  background-color: #66a4d8;
}
.point.-general .point-reason__title {
  color: #66a4d8;
}
.point.-general .point-graph {
  border-color: #66a4d8;
}
.point.-general .point-reference {
  border-color: #66a4d8;
}
.point.-general .point-reference::before {
  border-color: #66a4d8;
}
.point.-general .point-btn a {
  background-color: #66a4d8;
  border-bottom-color: #487296;
}
.point.-general .point-table th {
  color: #66a4d8;
  border-color: #66a4d8;
}
.point.-general .point-table .-th1 {
  background-color: #d8e8f4;
}
.point.-general .point-table .-th4 {
  background-color: #66a4d8;
}
.point.-general .point-table td {
  background-color: #66a4d8;
}
.point.-general .point-table .-td1 {
  border-color: #66a4d8;
}
.point.-general .point-table .-balloon {
  background-color: #d8e8f4;
  border-color: #66a4d8;
}
.point.-general .point-table .-balloon::before {
  background-color: #d8e8f4;
}
.point.-general .point-table .-balloon::after {
  background-color: #66a4d8;
}
.point.-general .point-table-date {
  color: #66a4d8;
}

.point.-combined .point-head {
  background-image: url("/lp-admission/about/img/point_head_bg_combined.png");
}
.point.-combined .point-head__heading-main span {
  color: #a27cb2;
}
.point.-combined .point-section {
  background-color: #f6f2f6;
}
.point.-combined .point-heading__ic span {
  background-image: url("/lp-admission/about/img/point_heading_ic_combined.png");
}
.point.-combined .point-heading__num {
  color: #a27cb2;
}
.point.-combined .point-heading__title {
  border-color: #a27cb2;
}
.point.-combined .point-reason i {
  background-color: #a27cb2;
}
.point.-combined .point-reason__title {
  color: #a27cb2;
}
.point.-combined .point-graph {
  border-color: #a27cb2;
}
.point.-combined .point-reference {
  border-color: #a27cb2;
}
.point.-combined .point-reference::before {
  border-color: #a27cb2;
}
.point.-combined .point-btn a {
  background-color: #a27cb2;
  border-bottom-color: #72587c;
}
.point.-combined .point-table th {
  color: #a27cb2;
  border-color: #a27cb2;
}
.point.-combined .point-table .-th1 {
  background-color: #eae0ee;
}
.point.-combined .point-table td {
  background-color: #a27cb2;
}
.point.-combined .point-table .-td1 {
  border-color: #a27cb2;
}
.point.-combined .point-table .-balloon {
  background-color: #eae0ee;
  border-color: #a27cb2;
}
.point.-combined .point-table .-balloon::before {
  background-color: #eae0ee;
}
.point.-combined .point-table .-balloon::after {
  background-color: #a27cb2;
}
.point.-combined .point-table-date {
  color: #a27cb2;
}

.point.-period .point-head {
  background-image: url("/lp-admission/about/img/point_head_bg_period.png");
}
.point.-period .point-head__heading-main span {
  color: #ec94b4;
}
.point.-period .point-section {
  background-color: #fcf4f8;
}
.point.-period .point-heading__ic span {
  background-image: url("/lp-admission/about/img/point_heading_ic_period.png");
}
.point.-period .point-heading__num {
  color: #ec94b4;
}
.point.-period .point-heading__title {
  border-color: #ec94b4;
}
.point.-period .point-reason i {
  background-color: #ec94b4;
}
.point.-period .point-reason__title {
  color: #ec94b4;
}
.point.-period .point-graph {
  border-color: #ec94b4;
}
.point.-period .point-reference {
  border-color: #ec94b4;
}
.point.-period .point-reference::before {
  border-color: #ec94b4;
}
.point.-period .point-btn a {
  background-color: #ec94b4;
  border-bottom-color: #a4687e;
}
.point.-period .point-table th {
  color: #ec94b4;
  border-color: #ec94b4;
}
.point.-period .point-table .-th1 {
  background-color: #fadce6;
}
.point.-period .point-table td {
  background-color: #ec94b4;
}
.point.-period .point-table .-td1 {
  border-color: #ec94b4;
}
.point.-period .point-table .-balloon {
  background-color: #fadce6;
  border-color: #ec94b4;
}
.point.-period .point-table .-balloon::before {
  background-color: #fadce6;
}
.point.-period .point-table .-balloon::after {
  background-color: #ec94b4;
}
.point.-period .point-table-date {
  color: #ec94b4;
}

/* 各パーツ */
.general-point01-1 {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 40px;
  margin-top: 40px;
}
@media screen and (max-width: 800px) {
  .general-point01-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 30px 0;
    margin-top: 20px;
  }
}
@media screen and (max-width: 800px) {
  .general-point01-1__l, .general-point01-1__r {
    display: contents;
  }
}
@media screen and (max-width: 800px) {
  .general-point01-1__item.-item1 {
    order: 1;
  }
}
.general-point01-1__item.-item2 {
  text-align: center;
}
@media screen and (max-width: 800px) {
  .general-point01-1__item.-item2 {
    order: 4;
  }
}
@media screen and (min-width: 801px) {
  .general-point01-1__item.-item2 {
    margin-top: 30px;
  }
}
.general-point01-1__item.-item3 {
  text-align: center;
}
@media screen and (max-width: 800px) {
  .general-point01-1__item.-item3 {
    order: 2;
  }
}
.general-point01-1__item.-item4 {
  text-align: center;
}
@media screen and (max-width: 800px) {
  .general-point01-1__item.-item4 {
    order: 5;
  }
}
@media screen and (min-width: 801px) {
  .general-point01-1__item.-item4 {
    margin-top: 40px;
  }
}
@media screen and (max-width: 800px) {
  .general-point01-1__item.-item5 {
    order: 6;
  }
}
@media screen and (min-width: 801px) {
  .general-point01-1__item.-item5 {
    margin-top: 30px;
  }
}
@media screen and (max-width: 800px) {
  .general-point01-1__item.-item6 {
    order: 3;
  }
}
@media screen and (min-width: 801px) {
  .general-point01-1__item.-item6 {
    margin-top: 30px;
  }
}
.general-point01-1__gakubu {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: flex-start;
  gap: 10px;
}
@media screen and (max-width: 800px) {
  .general-point01-1__gakubu {
    grid-template-columns: 1fr;
  }
}
.general-point01-1__gakubu dt {
  display: flex;
}
.general-point01-1__gakubu dt span {
  flex: 1;
  display: block;
  text-align: center;
  line-height: 1.6;
  border: 1px solid #000;
  padding: 2px 10px;
  margin-left: 7px;
}
@media screen and (max-width: 800px) {
  .general-point01-1__gakubu dt span {
    flex: none;
    min-width: 5.8em;
    padding: 0px;
  }
}

.general-point02-1 {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 40px;
  margin-top: 40px;
}
@media screen and (max-width: 800px) {
  .general-point02-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 30px 0;
    margin-top: 20px;
  }
}
.general-point02-1__image {
  text-align: center;
}

.general-point03-1 {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 40px;
  margin-top: 40px;
}
@media screen and (max-width: 800px) {
  .general-point03-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 30px 0;
    margin-top: 20px;
  }
}
.general-point03-1__image {
  text-align: center;
}

.general-point03-2 {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 40px;
  margin-top: 40px;
}
@media screen and (max-width: 800px) {
  .general-point03-2 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 15px 0;
    margin-top: 20px;
  }
}
.general-point03-2__item {
  text-align: center;
}
@media screen and (max-width: 800px) {
  .general-point03-2__item img {
    width: 380px;
  }
}

.general-reference {
  position: relative;
  display: grid;
  grid-template-columns: 240px 1fr;
  gap: 0 40px;
  padding: 60px 6%;
}
@media screen and (max-width: 800px) {
  .general-reference {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    padding: 20px 5%;
  }
}
@media screen and (max-width: 800px) {
  .general-reference__item {
    display: contents;
  }
}
.general-reference__heading-sub {
  position: relative;
  display: inline-block;
  font-size: 1.375rem;
  font-weight: 700;
  color: #fff;
  text-align: center;
  background-color: #66a4d8;
  border-radius: 3em;
  padding: 10px 30px;
}
@media screen and (max-width: 800px) {
  .general-reference__heading-sub {
    font-size: 0.875rem;
    padding: 6px 20px;
  }
}
.general-reference__heading-sub::after {
  content: '';
  display: block;
  position: absolute;
  top: calc(100% - 1px);
  left: 50%;
  transform: translateX(-50%);
  width: 24px;
  aspect-ratio: 2/1;
  background-color: #66a4d8;
  clip-path: polygon(0 0, 51% 100%, 100% 0);
}
.general-reference__heading-main {
  font-size: 1.875rem;
  font-weight: 700;
  color: #66a4d8;
  line-height: 1.6;
  padding-top: 15px;
}
@media screen and (max-width: 800px) {
  .general-reference__heading-main {
    font-size: 1.125rem;
    padding-top: 10px;
  }
}
@media screen and (max-width: 800px) {
  .general-reference__block {
    display: grid;
    grid-template-columns: 60px 1fr;
    gap: 0 15px;
    margin-top: 15px;
  }
}
@media screen and (min-width: 801px) {
  .general-reference__block {
    display: contents;
  }
}
@media screen and (min-width: 801px) {
  .general-reference__image1.-sp {
    display: none;
  }
}
@media screen and (max-width: 800px) {
  .general-reference__image1.-pc {
    display: none;
  }
}
.general-reference__image2 {
  position: absolute;
  top: 30px;
  right: 6%;
}
@media screen and (max-width: 800px) {
  .general-reference__image2 {
    top: 15px;
    right: 4%;
    width: 80px;
  }
}
.general-reference__txt {
  font-size: 1.125rem;
  line-height: 2;
  margin-top: 15px;
}
@media screen and (max-width: 800px) {
  .general-reference__txt {
    font-size: 0.875rem;
    margin-top: 0;
  }
}

.combined-point01-1 {
  display: grid;
  grid-template-columns: 1fr 200px;
  gap: 0 40px;
  margin-top: 40px;
}
@media screen and (max-width: 800px) {
  .combined-point01-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 30px 0;
    margin-top: 20px;
  }
}
.combined-point01-1__image {
  text-align: center;
}
@media screen and (min-width: 801px) {
  .combined-point01-1__image {
    margin-top: -35px;
  }
}
@media screen and (max-width: 800px) {
  .combined-point01-1__image img {
    width: 150px;
  }
}

.combined-reference {
  padding: 14px;
}
@media screen and (max-width: 800px) {
  .combined-reference {
    padding: 10px;
  }
}
.combined-reference__head {
  position: relative;
  padding: 60px 40px 30px;
}
@media screen and (max-width: 800px) {
  .combined-reference__head {
    padding: 20px 5% 0;
  }
}
@media screen and (max-width: 800px) {
  .combined-reference__heading {
    text-align: center;
  }
}
.combined-reference__heading-sub {
  position: relative;
  display: inline-block;
  font-size: 1.375rem;
  font-weight: 700;
  color: #fff;
  text-align: center;
  background-color: #a27cb2;
  border-radius: 3em;
  padding: 10px 30px;
}
@media screen and (max-width: 800px) {
  .combined-reference__heading-sub {
    font-size: 0.875rem;
    padding: 6px 20px;
  }
}
.combined-reference__heading-sub::after {
  content: '';
  display: block;
  position: absolute;
  top: calc(100% - 1px);
  left: 50%;
  transform: translateX(-50%);
  width: 24px;
  aspect-ratio: 2/1;
  background-color: #a27cb2;
  clip-path: polygon(0 0, 51% 100%, 100% 0);
}
.combined-reference__heading-main {
  font-size: 1.875rem;
  font-weight: 700;
  color: #a27cb2;
  line-height: 1.6;
  padding-top: 15px;
}
@media screen and (max-width: 800px) {
  .combined-reference__heading-main {
    font-size: 1.125rem;
    padding-top: 10px;
  }
}
.combined-reference__image1 {
  position: absolute;
  bottom: 0;
  right: 40px;
  text-align: center;
}
@media screen and (max-width: 800px) {
  .combined-reference__image1 {
    position: relative;
    right: auto;
    margin-top: 20px;
  }
}
.combined-reference__lead {
  font-size: 1.5rem;
  font-weight: 700;
  margin-top: 10px;
}
@media screen and (max-width: 800px) {
  .combined-reference__lead {
    font-size: 1rem;
  }
}
.combined-reference__contents {
  background-color: #f6f2f6;
  padding: 5%;
}
.combined-reference__block {
  display: grid;
  grid-template-columns: 1fr 340px;
  gap: 0 40px;
}
@media screen and (max-width: 800px) {
  .combined-reference__block {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 30px 0;
  }
}
.combined-reference__txt:not(:first-child) {
  margin-top: 30px;
}
@media screen and (max-width: 800px) {
  .combined-reference__txt:not(:first-child) {
    margin-top: 20px;
  }
}
.combined-reference__note {
  font-weight: 700;
  color: #a27cb2;
  background-color: #eae0ee;
  border: 4px solid #a27cb2;
  padding: 15px;
}
.combined-reference__image2 {
  text-align: center;
  margin-top: 30px;
}
.combined-reference__image2 figcaption {
  font-size: 0.9375rem;
  padding-top: 20px;
}
@media screen and (max-width: 800px) {
  .combined-reference__image2 figcaption {
    font-size: 0.75rem;
    padding-top: 10px;
  }
}

.period-point01-1 {
  display: grid;
  grid-template-columns: 1fr 200px;
  gap: 0 40px;
  margin-top: 40px;
}
@media screen and (max-width: 800px) {
  .period-point01-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 30px 0;
    margin-top: 20px;
  }
}
.period-point01-1__image {
  text-align: center;
}
@media screen and (min-width: 801px) {
  .period-point01-1__image {
    margin-top: -50px;
  }
}
@media screen and (max-width: 800px) {
  .period-point01-1__image img {
    width: 150px;
  }
}

.period-point02-1 {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 40px;
  margin-top: 40px;
}
@media screen and (max-width: 800px) {
  .period-point02-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 30px 0;
    margin-top: 30px;
  }
}
.period-point02-1__dl {
  margin-bottom: 20px;
}
@media screen and (max-width: 800px) {
  .period-point02-1__dl {
    margin-bottom: 10px;
  }
}
.period-point02-1__dl dt {
  font-size: 1.5rem;
  color: #ec94b4;
  text-align: center;
  background-color: #fff;
  border: 2px solid #ec94b4;
  padding: 6px 10px;
}
@media screen and (max-width: 800px) {
  .period-point02-1__dl dt {
    font-size: 1rem;
  }
}
.period-point02-1__dl dd {
  font-size: 1.125rem;
  background-color: #fadce6;
  padding: 20px 25px;
  margin-top: 10px;
}
@media screen and (max-width: 800px) {
  .period-point02-1__dl dd {
    font-size: 0.875rem;
    padding: 15px;
    margin-top: 6px;
  }
}
.period-point02-1__note {
  font-size: 1.125rem;
  text-indent: -1em;
  padding-left: 1em;
}
@media screen and (max-width: 800px) {
  .period-point02-1__note {
    font-size: 0.875rem;
  }
}
.period-point02-1__waku {
  display: inline-block;
  width: 50px;
  height: 22px;
  background-color: #fadce6;
  border: 2px solid #000;
  vertical-align: text-bottom;
  margin: 0 3px;
}
@media screen and (max-width: 800px) {
  .period-point02-1__waku {
    width: 28px;
    height: 14px;
    transform: translateY(-2px);
  }
}

.period-point02-2 {
  display: flex;
  justify-content: center;
  gap: 0 10px;
  margin-top: 40px;
}
@media screen and (max-width: 800px) {
  .period-point02-2 {
    flex-direction: column;
    gap: 15px 0;
    margin-top: 30px;
  }
}
@media screen and (max-width: 800px) {
  .period-point02-2__item {
    text-align: center;
  }
}

.period-point03-1 {
  margin-top: 40px;
}
@media screen and (max-width: 800px) {
  .period-point03-1 {
    margin-top: 20px;
  }
}
.period-point03-1__ex {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 40px;
  background-color: #fff;
  border: 2px solid #ec94b4;
  padding: 20px 30px 30px;
}
@media screen and (max-width: 800px) {
  .period-point03-1__ex {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    padding: 15px;
  }
}
.period-point03-1__ex-txt {
  grid-column: span 2 / span 2;
  font-weight: 700;
}
@media screen and (max-width: 800px) {
  .period-point03-1__ex-txt {
    grid-column: 1 / -1;
  }
}
.period-point03-1__ex-txt i {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  aspect-ratio: 1/1;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 500;
  color: #fff;
  line-height: 1;
  background-color: #000;
}
@media screen and (max-width: 800px) {
  .period-point03-1__ex-txt i {
    width: 26px;
    font-size: 1rem;
  }
}
.period-point03-1__ex-dl {
  display: flex;
  flex-direction: column;
  gap: 15px 0;
  padding-top: 20px;
}
@media screen and (max-width: 800px) {
  .period-point03-1__ex-dl {
    gap: 8px 0;
    padding-top: 10px;
  }
}
.period-point03-1__ex-dl dt {
  font-size: 1.25rem;
  font-weight: 700;
  text-align: center;
  background-color: #fadce6;
  border-radius: 3em;
  padding: 5px 10px;
}
@media screen and (max-width: 800px) {
  .period-point03-1__ex-dl dt {
    font-size: 0.9375rem;
    padding: 3px 5px;
  }
}
.period-point03-1__ex-dl dd {
  font-size: 1.25rem;
  font-weight: 700;
  color: #ec94b4;
  text-align: center;
}
@media screen and (max-width: 800px) {
  .period-point03-1__ex-dl dd {
    font-size: 0.9375rem;
  }
}
.period-point03-1__image {
  grid-column: span 2 / span 2;
  text-align: center;
  margin-top: 40px;
}
@media screen and (max-width: 800px) {
  .period-point03-1__image {
    grid-column: 1 / -1;
    margin-top: 20px;
  }
}
@media screen and (max-width: 800px) {
  .period-point03-1__image img {
    width: 500px;
    max-width: none;
  }
}

.period-point03-2 {
  text-align: center;
  margin-top: 40px;
}
@media screen and (max-width: 800px) {
  .period-point03-2 {
    margin-top: 20px;
  }
}

.period-reference {
  position: relative;
  padding: 60px 6%;
}
@media screen and (max-width: 800px) {
  .period-reference {
    padding: 20px 5%;
  }
}
.period-reference__heading {
  text-align: center;
}
.period-reference__heading-sub {
  position: relative;
  display: inline-block;
  font-size: 1.375rem;
  font-weight: 700;
  color: #fff;
  text-align: center;
  background-color: #ec94b4;
  border-radius: 3em;
  padding: 10px 30px;
}
@media screen and (max-width: 800px) {
  .period-reference__heading-sub {
    font-size: 0.875rem;
    padding: 6px 20px;
  }
}
.period-reference__heading-sub::after {
  content: '';
  display: block;
  position: absolute;
  top: calc(100% - 1px);
  left: 50%;
  transform: translateX(-50%);
  width: 24px;
  aspect-ratio: 2/1;
  background-color: #ec94b4;
  clip-path: polygon(0 0, 51% 100%, 100% 0);
}
.period-reference__heading-main {
  font-size: 1.875rem;
  font-weight: 700;
  color: #ec94b4;
  line-height: 1.6;
  padding-top: 15px;
}
@media screen and (max-width: 800px) {
  .period-reference__heading-main {
    font-size: 1.125rem;
    padding-top: 10px;
  }
}
.period-reference__lead {
  font-size: 1.25rem;
  font-weight: 700;
  text-align: center;
  margin-top: 10px;
}
@media screen and (max-width: 800px) {
  .period-reference__lead {
    font-size: 0.9375rem;
  }
}
.period-reference__data1 {
  display: flex;
  gap: 0 40px;
  margin-top: 40px;
}
@media screen and (max-width: 800px) {
  .period-reference__data1 {
    flex-direction: column;
    gap: 20px 0;
    margin-top: 25px;
  }
}
.period-reference__data1-item {
  flex: 1;
}
.period-reference__data1-dl {
  display: flex;
  flex-direction: column;
  gap: 5px 0;
}
.period-reference__data1-dl dt {
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
  color: #ec94b4;
  border: 2px solid #ec94b4;
  padding: 10px;
}
@media screen and (max-width: 800px) {
  .period-reference__data1-dl dt {
    font-size: 0.9375rem;
    padding: 5px;
  }
}
.period-reference__data1-dl dd {
  display: flex;
}
.period-reference__data1-sub {
  flex: none;
  width: 100px;
  text-align: center;
  background-color: #fadce6;
  padding: 10px;
  place-content: center;
}
@media screen and (max-width: 800px) {
  .period-reference__data1-sub {
    width: 60px;
  }
}
.period-reference__data1-sub i {
  font-size: 1.25rem;
  font-weight: 700;
  font-style: normal;
}
@media screen and (max-width: 800px) {
  .period-reference__data1-sub i {
    font-size: 0.875rem;
  }
}
.period-reference__data1-main {
  flex: 1;
  text-align: center;
  background-color: #fcf4f8;
  padding: 10px;
}
.period-reference__data1-main p {
  font-size: 3.75rem;
  line-height: 1.5;
}
@media screen and (max-width: 800px) {
  .period-reference__data1-main p {
    font-size: 1.625rem;
  }
}
.period-reference__data1-main b {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
}
.period-reference__data1-main span {
  font-size: 60%;
  padding: 0 5px;
}
.period-reference__compare {
  position: relative;
  text-align: center;
  margin-top: 70px;
}
@media screen and (max-width: 800px) {
  .period-reference__compare {
    margin-top: 30px;
  }
}
.period-reference__compare-title span {
  position: relative;
  display: inline-block;
  font-size: 1.875rem;
  font-weight: 700;
  padding: 3px 15px 3px 20px;
}
@media screen and (max-width: 800px) {
  .period-reference__compare-title span {
    font-size: 1.125rem;
    padding: 3px 20px 3px 25px;
  }
}
.period-reference__compare-title span::before, .period-reference__compare-title span::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  width: 1px;
  height: 100%;
  border-left: 3px dashed #ec94b4;
}
@media screen and (max-width: 800px) {
  .period-reference__compare-title span::before, .period-reference__compare-title span::after {
    top: 40%;
    height: 60%;
  }
}
.period-reference__compare-title span::before {
  right: calc(100%);
  transform: rotate(-30deg);
}
.period-reference__compare-title span::after {
  left: calc(100%);
  transform: rotate(30deg);
}
.period-reference__compare-lead {
  font-size: 1.5rem;
  font-weight: 700;
  color: #ec94b4;
  margin-top: 20px;
}
@media screen and (max-width: 800px) {
  .period-reference__compare-lead {
    font-size: 0.9375rem;
    margin-top: 15px;
  }
}
.period-reference__compare-image1 {
  position: absolute;
  top: 40px;
  left: -20px;
}
@media screen and (max-width: 800px) {
  .period-reference__compare-image1 {
    display: none;
  }
}
.period-reference__compare-image2 {
  position: absolute;
  top: 40px;
  right: -20px;
}
@media screen and (max-width: 800px) {
  .period-reference__compare-image2 {
    display: none;
  }
}
.period-reference__data2 {
  display: flex;
  justify-content: center;
  gap: 0 50px;
  margin-top: 50px;
}
@media screen and (max-width: 800px) {
  .period-reference__data2 {
    gap: 0 15px;
    margin-top: 20px;
  }
}
.period-reference__note {
  text-align: center;
  margin-top: 20px;
}
@media screen and (max-width: 800px) {
  .period-reference__note {
    font-size: 0.8125rem;
    margin-top: 10px;
  }
}
.period-reference__note a {
  text-decoration: underline;
}
@media screen and (max-width: 800px) {
  .period-reference__btn {
    margin-top: 20px;
  }
}
@media screen and (min-width: 801px) {
  .period-reference__btn {
    max-width: 600px;
    margin: 40px auto 0;
  }
}
.period-reference__btn-title {
  font-size: 1.125rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 10px;
}
@media screen and (max-width: 800px) {
  .period-reference__btn-title {
    font-size: 0.9375rem;
  }
}
.period-reference__btn a {
  display: block;
  font-size: 1.125rem;
  font-weight: 700;
  color: #fff;
  text-align: center;
  line-height: 1.4;
  background-color: #3c3c3c;
  background-image: url("/lp-admission/about/img/ic_blank_white.svg");
  background-repeat: no-repeat;
  background-position: right 20px center;
  background-size: 20px auto;
  border-radius: 6px;
  padding: 15px;
  transition: all .5s;
}
@media screen and (max-width: 800px) {
  .period-reference__btn a {
    font-size: 0.875rem;
    background-position: right 15px center;
    background-size: 15px auto;
    padding: 10px 30px 10px 15px;
  }
}
.period-reference__btn a:hover {
  opacity: .7;
}
.period-reference__btn a i {
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  padding-left: 20px;
}
@media screen and (max-width: 800px) {
  .period-reference__btn a i {
    display: block;
    font-size: 0.8125rem;
    padding: 5px 0 0 0;
  }
}
.period-reference__table {
  width: 100%;
  border-spacing: 5px;
  border-collapse: separate;
  margin-top: 40px;
}
@media screen and (max-width: 800px) {
  .period-reference__table {
    margin-top: 15px;
  }
}
.period-reference__table thead th {
  font-size: 1.5rem;
  color: #ec94b4;
  text-align: center;
  background-color: #fff;
  border: 2px solid #ec94b4;
  padding: .5em;
}
@media screen and (max-width: 800px) {
  .period-reference__table thead th {
    font-size: 0.875rem;
    padding: .5em 1em;
    white-space: nowrap;
  }
}
.period-reference__table thead .-th1 {
  border: none;
}
.period-reference__table tbody th {
  font-size: 1.125rem;
  font-weight: 500;
  text-align: center;
  line-height: 1.4;
  vertical-align: middle;
  background-color: #fadce6;
  padding: 10px;
}
@media screen and (max-width: 800px) {
  .period-reference__table tbody th {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 800px) {
  .period-reference__table tbody th .-gakubu {
    width: 120px;
  }
}
.period-reference__table tbody td {
  font-size: 1.25rem;
  text-align: center;
  line-height: 1.4;
  vertical-align: middle;
  background-color: #fcf4f8;
  padding: 10px 5px;
}
@media screen and (max-width: 800px) {
  .period-reference__table tbody td {
    font-size: 0.875rem;
    white-space: nowrap;
  }
}
.period-reference__table tbody .-num {
  font-family: "Roboto", sans-serif;
  font-size: 1.875rem;
  font-weight: 700;
  letter-spacing: -.01em;
  padding-right: 5px;
}
@media screen and (max-width: 800px) {
  .period-reference__table tbody .-num {
    font-size: 1.25rem;
    padding-right: 2px;
  }
}
.period-reference__table tbody .-bar {
  font-size: 1.125rem;
}
@media screen and (max-width: 800px) {
  .period-reference__table tbody .-bar {
    font-size: 0.875rem;
  }
}
.period-reference__table tbody .-sub {
  font-size: 1rem;
}
@media screen and (max-width: 800px) {
  .period-reference__table tbody .-sub {
    font-size: 0.875rem;
  }
}
.period-reference__table tbody .-category01 {
  color: #fff;
  background-color: #ec7674;
}
.period-reference__table tbody .-category02 {
  color: #fff;
  background-color: #8492cc;
}
.period-reference__table tbody .-category03 {
  color: #fff;
  background-color: #3cb878;
}
.period-reference__table tbody sup {
  top: -1em;
}

/* 関大入試診断 */
.shindan {
  background-image: url("/lp-admission/about/img/shindan_bg.png");
  background-repeat: repeat;
}
.shindan__inner {
  position: relative;
  width: 92%;
  max-width: 1040px;
  margin: 0 auto;
  padding: 80px 0 0;
}
@media screen and (max-width: 800px) {
  .shindan__inner {
    padding: 30px 0 0;
  }
}
.shindan__inner::before {
  content: '';
  display: block;
  position: absolute;
  top: 40px;
  left: -120px;
  width: 262px;
  aspect-ratio: 262/162;
  background-image: url("/lp-admission/about/img/shindan_taisaku_img_01.png");
  background-repeat: no-repeat;
}
@media screen and (max-width: 800px) {
  .shindan__inner::before {
    display: none;
  }
}
.shindan__inner::after {
  content: '';
  display: block;
  position: absolute;
  top: 40px;
  right: -120px;
  width: 244px;
  aspect-ratio: 244/186;
  background-image: url("/lp-admission/about/img/shindan_taisaku_img_02.png");
  background-repeat: no-repeat;
}
@media screen and (max-width: 800px) {
  .shindan__inner::after {
    display: none;
  }
}
.shindan__flex {
  display: flex;
  justify-content: space-between;
  gap: 50px;
}
@media screen and (max-width: 800px) {
  .shindan__flex {
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px 50px;
  }
}
.shindan__main {
  flex: 1;
  padding-bottom: 80px;
}
@media screen and (max-width: 800px) {
  .shindan__main {
    flex: none;
    order: 1;
    width: 100%;
    padding-bottom: 0;
  }
}
.shindan__heading {
  text-align: center;
}
.shindan__heading span {
  position: relative;
  display: inline-block;
  font-size: 1.5rem;
  font-weight: 700;
  color: #fff;
  padding: 3px 15px 3px 20px;
}
@media screen and (max-width: 800px) {
  .shindan__heading span {
    font-size: 1.125rem;
    padding: 3px 20px 3px 25px;
  }
}
.shindan__heading span::before, .shindan__heading span::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  width: 1px;
  height: 100%;
  border-left: 3px dashed #fff;
}
@media screen and (max-width: 800px) {
  .shindan__heading span::before, .shindan__heading span::after {
    top: 40%;
    height: 60%;
  }
}
.shindan__heading span::before {
  right: calc(100%);
  transform: rotate(-30deg);
}
.shindan__heading span::after {
  left: calc(100%);
  transform: rotate(30deg);
}
.shindan__image {
  align-self: flex-end;
}
@media screen and (max-width: 800px) {
  .shindan__image {
    order: 2;
  }
}
@media screen and (max-width: 800px) {
  .shindan__image img {
    height: 100px;
  }
}
.shindan__btn {
  margin: 20px auto 0;
}
@media screen and (max-width: 800px) {
  .shindan__btn {
    margin-top: 10px;
  }
}
.shindan__btn a {
  display: block;
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.4;
  background-image: url("/lp-admission/about/img/ic_circle_chevron_right_black.svg");
  background-color: #fce222;
  background-repeat: no-repeat;
  background-position: right 30px center;
  background-size: 24px auto;
  border-radius: 3em;
  border-bottom: 10px solid #b09e18;
  padding: 15px 20px;
  transition: all .5s;
}
@media screen and (max-width: 800px) {
  .shindan__btn a {
    font-size: 1.25rem;
    background-position: right 15px center;
    background-size: 15px auto;
    border-bottom-width: 5px;
    padding: 12px 15px;
  }
}
.shindan__btn a:hover {
  opacity: .7;
}

/* MOVIE */
.movie__inner {
  width: 92%;
  max-width: 960px;
  margin: 0 auto;
  padding: 80px 0;
}
@media screen and (max-width: 800px) {
  .movie__inner {
    padding: 40px 0;
  }
}
.movie__heading {
  text-align: center;
}
.movie__heading-main {
  font-family: "Roboto", sans-serif;
  font-size: 5rem;
  font-weight: 700;
  color: #5b6de3;
  line-height: 1;
}
@media screen and (max-width: 800px) {
  .movie__heading-main {
    font-size: 2.25rem;
  }
}
.movie__heading-lead {
  font-size: 1.875rem;
  font-weight: 700;
  margin-top: 20px;
}
@media screen and (max-width: 800px) {
  .movie__heading-lead {
    font-size: 1.125rem;
    margin-top: 10px;
  }
}
.movie__heading-lead b {
  position: relative;
  font-weight: 700;
}
.movie__heading-lead b::before {
  content: '';
  display: block;
  position: absolute;
  top: -7px;
  left: 50%;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background-color: #fce222;
  transform: translateX(-50%);
}
@media screen and (max-width: 800px) {
  .movie__heading-lead b::before {
    top: -4px;
    width: 6px;
    height: 6px;
  }
}
.movie__note {
  text-align: center;
  margin-top: 30px;
}
@media screen and (max-width: 800px) {
  .movie__note {
    margin-top: 20px;
  }
}
.movie__youtube {
  aspect-ratio: 960/540;
  border: 4px solid #5b6de3;
  margin-top: 50px;
}
@media screen and (max-width: 800px) {
  .movie__youtube {
    margin-top: 25px;
  }
}
.movie__youtube iframe {
  width: 100%;
  height: 100%;
  vertical-align: middle;
}

/* ナビ */
.fnav {
  background-image: url("/lp-admission/about/img/fnav_bg.png");
  background-repeat: repeat;
}
.fnav__inner {
  width: 92%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 80px 0;
}
@media screen and (max-width: 800px) {
  .fnav__inner {
    padding: 40px 0;
  }
}
.fnav__list {
  display: flex;
  gap: 40px;
}
@media screen and (max-width: 800px) {
  .fnav__list {
    flex-direction: column;
    gap: 20px;
  }
}
.fnav__btn {
  flex: 1;
}
.fnav__btn a {
  position: relative;
  display: block;
  text-align: center;
  color: #fff;
  line-height: 1.4;
  background-color: #333;
  background-image: url("/lp-admission/about/img/ic_circle_chevron_right_white.svg");
  background-repeat: no-repeat;
  background-position: right 30px center;
  background-size: 30px auto;
  border-radius: 6px;
  padding: 30px 20px;
  transition: all .5s;
  cursor: pointer;
}
@media screen and (max-width: 800px) {
  .fnav__btn a {
    background-position: right 15px center;
    background-size: 15px auto;
    padding: 20px;
  }
}
.fnav__btn a:hover {
  opacity: .7;
}
.fnav__btn a::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: calc(100% - 16px);
  height: calc(100% - 16px);
  border: 1px solid #fff;
  border-radius: 6px;
  margin: auto;
}
@media screen and (max-width: 800px) {
  .fnav__btn a::after {
    width: calc(100% - 10px);
    height: calc(100% - 10px);
  }
}
.fnav__btn a span {
  position: relative;
  display: inline-block;
  font-size: 1.25rem;
  padding: 0 10px;
}
@media screen and (max-width: 800px) {
  .fnav__btn a span {
    font-size: 0.875rem;
    padding: 0 7px;
  }
}
.fnav__btn a span::before, .fnav__btn a span::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  width: 1px;
  height: 100%;
  border-left: 1px solid #fff;
}
.fnav__btn a span::before {
  right: calc(100%);
  transform: rotate(-30deg);
}
.fnav__btn a span::after {
  left: calc(100%);
  transform: rotate(30deg);
}
.fnav__btn a p {
  font-size: 1.875rem;
  font-weight: 700;
  padding-top: 10px;
}
@media screen and (max-width: 800px) {
  .fnav__btn a p {
    font-size: 1.125rem;
    padding-top: 5px;
  }
}
.fnav__btn.-shiryou a {
  background-color: #3094f8;
}
.fnav__btn.-line a {
  background-color: #0eba0e;
}

.pagetop {
  position: fixed;
  bottom: 110px;
  right: 20px;
  visibility: hidden;
  opacity: 0;
  z-index: 10;
  cursor: pointer;
  transition: all .5s;
}
@media screen and (max-width: 800px) {
  .pagetop {
    bottom: 10px;
    right: 10px;
    width: 50px;
  }
}
.pagetop.is-show {
  visibility: visible;
  opacity: 1;
}

/* LAYOUT
---------------------------------------*/
/*--- ディスプレイ ---*/
.none {
  display: none;
}
@media screen and (max-width: 800px) {
  .none-sp {
    display: none;
  }
}
@media screen and (min-width: 801px) {
  .none-pc {
    display: none;
  }
}

.block {
  display: block;
}
@media screen and (max-width: 800px) {
  .block-sp {
    display: block;
  }
}
@media screen and (min-width: 801px) {
  .block-pc {
    display: block;
  }
}

/* SPACING
---------------------------------------*/
/*--- padding ---*/
.pt-0 {
  padding-top: 0px !important;
}
.pt-5 {
  padding-top: 5px !important;
}
.pt-10 {
  padding-top: 10px !important;
}
.pt-15 {
  padding-top: 15px !important;
}
.pt-20 {
  padding-top: 20px !important;
}
.pt-25 {
  padding-top: 25px !important;
}
.pt-30 {
  padding-top: 30px !important;
}
.pt-35 {
  padding-top: 35px !important;
}
.pt-40 {
  padding-top: 40px !important;
}
.pt-45 {
  padding-top: 45px !important;
}
.pt-50 {
  padding-top: 50px !important;
}
.pt-55 {
  padding-top: 55px !important;
}
.pt-60 {
  padding-top: 60px !important;
}
.pt-65 {
  padding-top: 65px !important;
}
.pt-70 {
  padding-top: 70px !important;
}
.pt-75 {
  padding-top: 75px !important;
}
.pt-80 {
  padding-top: 80px !important;
}
.pt-85 {
  padding-top: 85px !important;
}
.pt-90 {
  padding-top: 90px !important;
}
.pt-95 {
  padding-top: 95px !important;
}
.pt-100 {
  padding-top: 100px !important;
}
@media screen and (max-width: 800px) {
  .pt-0-sp {
    padding-top: 0px !important;
  }
  .pt-5-sp {
    padding-top: 5px !important;
  }
  .pt-10-sp {
    padding-top: 10px !important;
  }
  .pt-15-sp {
    padding-top: 15px !important;
  }
  .pt-20-sp {
    padding-top: 20px !important;
  }
  .pt-25-sp {
    padding-top: 25px !important;
  }
  .pt-30-sp {
    padding-top: 30px !important;
  }
  .pt-35-sp {
    padding-top: 35px !important;
  }
  .pt-40-sp {
    padding-top: 40px !important;
  }
  .pt-45-sp {
    padding-top: 45px !important;
  }
  .pt-50-sp {
    padding-top: 50px !important;
  }
  .pt-55-sp {
    padding-top: 55px !important;
  }
  .pt-60-sp {
    padding-top: 60px !important;
  }
  .pt-65-sp {
    padding-top: 65px !important;
  }
  .pt-70-sp {
    padding-top: 70px !important;
  }
  .pt-75-sp {
    padding-top: 75px !important;
  }
  .pt-80-sp {
    padding-top: 80px !important;
  }
  .pt-85-sp {
    padding-top: 85px !important;
  }
  .pt-90-sp {
    padding-top: 90px !important;
  }
  .pt-95-sp {
    padding-top: 95px !important;
  }
  .pt-100-sp {
    padding-top: 100px !important;
  }
}
@media screen and (min-width: 801px) {
  .pt-0-pc {
    padding-top: 0px !important;
  }
  .pt-5-pc {
    padding-top: 5px !important;
  }
  .pt-10-pc {
    padding-top: 10px !important;
  }
  .pt-15-pc {
    padding-top: 15px !important;
  }
  .pt-20-pc {
    padding-top: 20px !important;
  }
  .pt-25-pc {
    padding-top: 25px !important;
  }
  .pt-30-pc {
    padding-top: 30px !important;
  }
  .pt-35-pc {
    padding-top: 35px !important;
  }
  .pt-40-pc {
    padding-top: 40px !important;
  }
  .pt-45-pc {
    padding-top: 45px !important;
  }
  .pt-50-pc {
    padding-top: 50px !important;
  }
  .pt-55-pc {
    padding-top: 55px !important;
  }
  .pt-60-pc {
    padding-top: 60px !important;
  }
  .pt-65-pc {
    padding-top: 65px !important;
  }
  .pt-70-pc {
    padding-top: 70px !important;
  }
  .pt-75-pc {
    padding-top: 75px !important;
  }
  .pt-80-pc {
    padding-top: 80px !important;
  }
  .pt-85-pc {
    padding-top: 85px !important;
  }
  .pt-90-pc {
    padding-top: 90px !important;
  }
  .pt-95-pc {
    padding-top: 95px !important;
  }
  .pt-100-pc {
    padding-top: 100px !important;
  }
}

.pb-0 {
  padding-bottom: 0px !important;
}
.pb-5 {
  padding-bottom: 5px !important;
}
.pb-10 {
  padding-bottom: 10px !important;
}
.pb-15 {
  padding-bottom: 15px !important;
}
.pb-20 {
  padding-bottom: 20px !important;
}
.pb-25 {
  padding-bottom: 25px !important;
}
.pb-30 {
  padding-bottom: 30px !important;
}
.pb-35 {
  padding-bottom: 35px !important;
}
.pb-40 {
  padding-bottom: 40px !important;
}
.pb-45 {
  padding-bottom: 45px !important;
}
.pb-50 {
  padding-bottom: 50px !important;
}
.pb-55 {
  padding-bottom: 55px !important;
}
.pb-60 {
  padding-bottom: 60px !important;
}
.pb-65 {
  padding-bottom: 65px !important;
}
.pb-70 {
  padding-bottom: 70px !important;
}
.pb-75 {
  padding-bottom: 75px !important;
}
.pb-80 {
  padding-bottom: 80px !important;
}
.pb-85 {
  padding-bottom: 85px !important;
}
.pb-90 {
  padding-bottom: 90px !important;
}
.pb-95 {
  padding-bottom: 95px !important;
}
.pb-100 {
  padding-bottom: 100px !important;
}
@media screen and (max-width: 800px) {
  .pb-0-sp {
    padding-bottom: 0px !important;
  }
  .pb-5-sp {
    padding-bottom: 5px !important;
  }
  .pb-10-sp {
    padding-bottom: 10px !important;
  }
  .pb-15-sp {
    padding-bottom: 15px !important;
  }
  .pb-20-sp {
    padding-bottom: 20px !important;
  }
  .pb-25-sp {
    padding-bottom: 25px !important;
  }
  .pb-30-sp {
    padding-bottom: 30px !important;
  }
  .pb-35-sp {
    padding-bottom: 35px !important;
  }
  .pb-40-sp {
    padding-bottom: 40px !important;
  }
  .pb-45-sp {
    padding-bottom: 45px !important;
  }
  .pb-50-sp {
    padding-bottom: 50px !important;
  }
  .pb-55-sp {
    padding-bottom: 55px !important;
  }
  .pb-60-sp {
    padding-bottom: 60px !important;
  }
  .pb-65-sp {
    padding-bottom: 65px !important;
  }
  .pb-70-sp {
    padding-bottom: 70px !important;
  }
  .pb-75-sp {
    padding-bottom: 75px !important;
  }
  .pb-80-sp {
    padding-bottom: 80px !important;
  }
  .pb-85-sp {
    padding-bottom: 85px !important;
  }
  .pb-90-sp {
    padding-bottom: 90px !important;
  }
  .pb-95-sp {
    padding-bottom: 95px !important;
  }
  .pb-100-sp {
    padding-bottom: 100px !important;
  }
}
@media screen and (min-width: 801px) {
  .pb-0-pc {
    padding-bottom: 0px !important;
  }
  .pb-5-pc {
    padding-bottom: 5px !important;
  }
  .pb-10-pc {
    padding-bottom: 10px !important;
  }
  .pb-15-pc {
    padding-bottom: 15px !important;
  }
  .pb-20-pc {
    padding-bottom: 20px !important;
  }
  .pb-25-pc {
    padding-bottom: 25px !important;
  }
  .pb-30-pc {
    padding-bottom: 30px !important;
  }
  .pb-35-pc {
    padding-bottom: 35px !important;
  }
  .pb-40-pc {
    padding-bottom: 40px !important;
  }
  .pb-45-pc {
    padding-bottom: 45px !important;
  }
  .pb-50-pc {
    padding-bottom: 50px !important;
  }
  .pb-55-pc {
    padding-bottom: 55px !important;
  }
  .pb-60-pc {
    padding-bottom: 60px !important;
  }
  .pb-65-pc {
    padding-bottom: 65px !important;
  }
  .pb-70-pc {
    padding-bottom: 70px !important;
  }
  .pb-75-pc {
    padding-bottom: 75px !important;
  }
  .pb-80-pc {
    padding-bottom: 80px !important;
  }
  .pb-85-pc {
    padding-bottom: 85px !important;
  }
  .pb-90-pc {
    padding-bottom: 90px !important;
  }
  .pb-95-pc {
    padding-bottom: 95px !important;
  }
  .pb-100-pc {
    padding-bottom: 100px !important;
  }
}

/*--- マージン ---*/
.mt-0 {
  margin-top: 0px !important;
}
.mt-5 {
  margin-top: 5px !important;
}
.mt-10 {
  margin-top: 10px !important;
}
.mt-15 {
  margin-top: 15px !important;
}
.mt-20 {
  margin-top: 20px !important;
}
.mt-25 {
  margin-top: 25px !important;
}
.mt-30 {
  margin-top: 30px !important;
}
.mt-35 {
  margin-top: 35px !important;
}
.mt-40 {
  margin-top: 40px !important;
}
.mt-45 {
  margin-top: 45px !important;
}
.mt-50 {
  margin-top: 50px !important;
}
.mt-55 {
  margin-top: 55px !important;
}
.mt-60 {
  margin-top: 60px !important;
}
.mt-65 {
  margin-top: 65px !important;
}
.mt-70 {
  margin-top: 70px !important;
}
.mt-75 {
  margin-top: 75px !important;
}
.mt-80 {
  margin-top: 80px !important;
}
.mt-85 {
  margin-top: 85px !important;
}
.mt-90 {
  margin-top: 90px !important;
}
.mt-95 {
  margin-top: 95px !important;
}
.mt-100 {
  margin-top: 100px !important;
}
@media screen and (max-width: 800px) {
  .mt-0-sp {
    margin-top: 0px !important;
  }
  .mt-5-sp {
    margin-top: 5px !important;
  }
  .mt-10-sp {
    margin-top: 10px !important;
  }
  .mt-15-sp {
    margin-top: 15px !important;
  }
  .mt-20-sp {
    margin-top: 20px !important;
  }
  .mt-25-sp {
    margin-top: 25px !important;
  }
  .mt-30-sp {
    margin-top: 30px !important;
  }
  .mt-35-sp {
    margin-top: 35px !important;
  }
  .mt-40-sp {
    margin-top: 40px !important;
  }
  .mt-45-sp {
    margin-top: 45px !important;
  }
  .mt-50-sp {
    margin-top: 50px !important;
  }
  .mt-55-sp {
    margin-top: 55px !important;
  }
  .mt-60-sp {
    margin-top: 60px !important;
  }
  .mt-65-sp {
    margin-top: 65px !important;
  }
  .mt-70-sp {
    margin-top: 70px !important;
  }
  .mt-75-sp {
    margin-top: 75px !important;
  }
  .mt-80-sp {
    margin-top: 80px !important;
  }
  .mt-85-sp {
    margin-top: 85px !important;
  }
  .mt-90-sp {
    margin-top: 90px !important;
  }
  .mt-95-sp {
    margin-top: 95px !important;
  }
  .mt-100-sp {
    margin-top: 100px !important;
  }
}
@media screen and (min-width: 801px) {
  .mt-0-pc {
    margin-top: 0px !important;
  }
  .mt-5-pc {
    margin-top: 5px !important;
  }
  .mt-10-pc {
    margin-top: 10px !important;
  }
  .mt-15-pc {
    margin-top: 15px !important;
  }
  .mt-20-pc {
    margin-top: 20px !important;
  }
  .mt-25-pc {
    margin-top: 25px !important;
  }
  .mt-30-pc {
    margin-top: 30px !important;
  }
  .mt-35-pc {
    margin-top: 35px !important;
  }
  .mt-40-pc {
    margin-top: 40px !important;
  }
  .mt-45-pc {
    margin-top: 45px !important;
  }
  .mt-50-pc {
    margin-top: 50px !important;
  }
  .mt-55-pc {
    margin-top: 55px !important;
  }
  .mt-60-pc {
    margin-top: 60px !important;
  }
  .mt-65-pc {
    margin-top: 65px !important;
  }
  .mt-70-pc {
    margin-top: 70px !important;
  }
  .mt-75-pc {
    margin-top: 75px !important;
  }
  .mt-80-pc {
    margin-top: 80px !important;
  }
  .mt-85-pc {
    margin-top: 85px !important;
  }
  .mt-90-pc {
    margin-top: 90px !important;
  }
  .mt-95-pc {
    margin-top: 95px !important;
  }
  .mt-100-pc {
    margin-top: 100px !important;
  }
}

.mb-0 {
  margin-bottom: 0px !important;
}
.mb-5 {
  margin-bottom: 5px !important;
}
.mb-10 {
  margin-bottom: 10px !important;
}
.mb-15 {
  margin-bottom: 15px !important;
}
.mb-20 {
  margin-bottom: 20px !important;
}
.mb-25 {
  margin-bottom: 25px !important;
}
.mb-30 {
  margin-bottom: 30px !important;
}
.mb-35 {
  margin-bottom: 35px !important;
}
.mb-40 {
  margin-bottom: 40px !important;
}
.mb-45 {
  margin-bottom: 45px !important;
}
.mb-50 {
  margin-bottom: 50px !important;
}
.mb-55 {
  margin-bottom: 55px !important;
}
.mb-60 {
  margin-bottom: 60px !important;
}
.mb-65 {
  margin-bottom: 65px !important;
}
.mb-70 {
  margin-bottom: 70px !important;
}
.mb-75 {
  margin-bottom: 75px !important;
}
.mb-80 {
  margin-bottom: 80px !important;
}
.mb-85 {
  margin-bottom: 85px !important;
}
.mb-90 {
  margin-bottom: 90px !important;
}
.mb-95 {
  margin-bottom: 95px !important;
}
.mb-100 {
  margin-bottom: 100px !important;
}
@media screen and (max-width: 800px) {
  .mb-0-sp {
    margin-bottom: 0px !important;
  }
  .mb-5-sp {
    margin-bottom: 5px !important;
  }
  .mb-10-sp {
    margin-bottom: 10px !important;
  }
  .mb-15-sp {
    margin-bottom: 15px !important;
  }
  .mb-20-sp {
    margin-bottom: 20px !important;
  }
  .mb-25-sp {
    margin-bottom: 25px !important;
  }
  .mb-30-sp {
    margin-bottom: 30px !important;
  }
  .mb-35-sp {
    margin-bottom: 35px !important;
  }
  .mb-40-sp {
    margin-bottom: 40px !important;
  }
  .mb-45-sp {
    margin-bottom: 45px !important;
  }
  .mb-50-sp {
    margin-bottom: 50px !important;
  }
  .mb-55-sp {
    margin-bottom: 55px !important;
  }
  .mb-60-sp {
    margin-bottom: 60px !important;
  }
  .mb-65-sp {
    margin-bottom: 65px !important;
  }
  .mb-70-sp {
    margin-bottom: 70px !important;
  }
  .mb-75-sp {
    margin-bottom: 75px !important;
  }
  .mb-80-sp {
    margin-bottom: 80px !important;
  }
  .mb-85-sp {
    margin-bottom: 85px !important;
  }
  .mb-90-sp {
    margin-bottom: 90px !important;
  }
  .mb-95-sp {
    margin-bottom: 95px !important;
  }
  .mb-100-sp {
    margin-bottom: 100px !important;
  }
}
@media screen and (min-width: 801px) {
  .mb-0-pc {
    margin-bottom: 0px !important;
  }
  .mb-5-pc {
    margin-bottom: 5px !important;
  }
  .mb-10-pc {
    margin-bottom: 10px !important;
  }
  .mb-15-pc {
    margin-bottom: 15px !important;
  }
  .mb-20-pc {
    margin-bottom: 20px !important;
  }
  .mb-25-pc {
    margin-bottom: 25px !important;
  }
  .mb-30-pc {
    margin-bottom: 30px !important;
  }
  .mb-35-pc {
    margin-bottom: 35px !important;
  }
  .mb-40-pc {
    margin-bottom: 40px !important;
  }
  .mb-45-pc {
    margin-bottom: 45px !important;
  }
  .mb-50-pc {
    margin-bottom: 50px !important;
  }
  .mb-55-pc {
    margin-bottom: 55px !important;
  }
  .mb-60-pc {
    margin-bottom: 60px !important;
  }
  .mb-65-pc {
    margin-bottom: 65px !important;
  }
  .mb-70-pc {
    margin-bottom: 70px !important;
  }
  .mb-75-pc {
    margin-bottom: 75px !important;
  }
  .mb-80-pc {
    margin-bottom: 80px !important;
  }
  .mb-85-pc {
    margin-bottom: 85px !important;
  }
  .mb-90-pc {
    margin-bottom: 90px !important;
  }
  .mb-95-pc {
    margin-bottom: 95px !important;
  }
  .mb-100-pc {
    margin-bottom: 100px !important;
  }
}

/* SIZING
---------------------------------------*/
/*--- 幅 ---*/
.w-auto {
  width: auto;
}
@media screen and (max-width: 800px) {
  .w-auto-sp {
    width: auto;
  }
}
@media screen and (min-width: 801px) {
  .w-auto-pc {
    width: auto;
  }
}

.w-0 {
  width: 0;
}
@media screen and (max-width: 800px) {
  .w-0-sp {
    width: 0;
  }
}
@media screen and (min-width: 801px) {
  .w-0-pc {
    width: 0;
  }
}

.w-full {
  width: 100%;
}
@media screen and (max-width: 800px) {
  .w-full-sp {
    width: 100%;
  }
}
@media screen and (min-width: 801px) {
  .w-full-pc {
    width: 100%;
  }
}

.w-screen {
  width: 100vw;
}
@media screen and (max-width: 800px) {
  .w-screen-sp {
    width: 100vw;
  }
}
@media screen and (min-width: 801px) {
  .w-screen-pc {
    width: 100vw;
  }
}

/*--- 高さ ---*/
.h-full {
  height: 100%;
}
@media screen and (max-width: 800px) {
  .h-full-sp {
    height: 100%;
  }
}
@media screen and (min-width: 801px) {
  .h-full-pc {
    height: 100%;
  }
}

.h-screen {
  height: 100vh;
}
@media screen and (max-width: 800px) {
  .h-screen-sp {
    height: 100vh;
  }
}
@media screen and (min-width: 801px) {
  .h-screen-pc {
    height: 100vh;
  }
}

/* TYPOGRAPHY
---------------------------------------*/
/* ---フォントウェイト ---*/
.font-normal {
  font-weight: normal;
}
@media screen and (max-width: 800px) {
  .font-normal-sp {
    font-weight: normal;
  }
}
@media screen and (min-width: 801px) {
  .font-normal-pc {
    font-weight: normal;
  }
}

.font-bold {
  font-weight: bold;
}
@media screen and (max-width: 800px) {
  .font-bold-sp {
    font-weight: bold;
  }
}
@media screen and (min-width: 801px) {
  .font-bold-pc {
    font-weight: bold;
  }
}

/*--- テキストアライン ---*/
.text-left {
  text-align: left;
}
@media screen and (max-width: 800px) {
  .text-left-sp {
    text-align: left;
  }
}
@media screen and (min-width: 801px) {
  .text-left-pc {
    text-align: left;
  }
}

.text-center {
  text-align: center;
}
@media screen and (max-width: 800px) {
  .text-center-sp {
    text-align: center;
  }
}
@media screen and (min-width: 801px) {
  .text-center-pc {
    text-align: center;
  }
}

.text-right {
  text-align: right;
}
@media screen and (max-width: 800px) {
  .text-right-sp {
    text-align: right;
  }
}
@media screen and (min-width: 801px) {
  .text-right-pc {
    text-align: right;
  }
}

/*--- バーティカルアライン ---*/
.align-top {
  vertical-align: top;
}
@media screen and (max-width: 800px) {
  .align-top-sp {
    vertical-align: top;
  }
}
@media screen and (min-width: 801px) {
  .align-top-pc {
    vertical-align: top;
  }
}

.align-middle {
  vertical-align: middle;
}
@media screen and (max-width: 800px) {
  .align-middle-sp {
    vertical-align: middle;
  }
}
@media screen and (min-width: 801px) {
  .align-middle-pc {
    vertical-align: middle;
  }
}

.align-bottom {
  vertical-align: bottom;
}
@media screen and (max-width: 800px) {
  .align-bottom-sp {
    vertical-align: bottom;
  }
}
@media screen and (min-width: 801px) {
  .align-bottom-pc {
    vertical-align: bottom;
  }
}

/* =====================================================================
   関大はじめてNavi (SP) – fluid (100% width)
   Design ratio reference: 375 (W) x 740 (hero H)
   ===================================================================== */
.hjnavi {
  position: relative;
  width: 100%;
  margin: 0 auto;
  background: #fff;
  font-family: "Noto Sans JP", "Noto Sans", sans-serif;
  font-weight: 700;
  color: #454545;
}
.hjnavi *,
.hjnavi *::before,
.hjnavi *::after { box-sizing: border-box; }
.hjnavi img { display: block; max-width: 100%; height: auto; }
.hjnavi a { color: inherit; text-decoration: none; }

/* ---------- HERO ---------- */
.hjnavi-hero {
  position: relative;
  width: 100%;
  aspect-ratio: 375 / 740;
  margin-top: 0;
  z-index: 1;
}
/* 既存ヘッダー (#common_header / .l-header) を hjnavi の fixed bg より前面に */
#common_header,
.l-header {
  position: relative;
  z-index: 100;
}
.l-header.-opencampus {
  background-color: #fff;
}
/* SP 時のみ、Nuxt インライン CSS で付与される .l-header の top を打ち消す */
@media only screen and (max-width: 1023px) {
  .l-header {
    top: 0;
  }
}
@media only screen and (max-width: 767px) {
  .l-header {
    top: 0;
  }
}

/* hero__bg : ビューポート全面に固定。ヘッダーは z-index で上に被せ、
   スクロール後にヘッダーが流れても画面上端に白場が出ないようにする。 */
.hjnavi-hero__bg {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  z-index: 50;
  opacity: 1;
  transition: opacity .5s ease;
  pointer-events: none;
}
.hjnavi-hero__bg.is-scrolled {
  opacity: .35;
}
/* l-footer にかかる位置までスクロールしたら illustration を消す */
.hjnavi-hero__bg.is-near-footer,
.hjnavi-hero__bg.is-near-footer.is-scrolled {
  opacity: 0;
}
.hjnavi-hero__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}
/* ロゴとボタンは bg より上に積み、常に不透明（=tint されない） */
.hjnavi-hero__inner {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 60;
}
.hjnavi-hero__logo {
  position: absolute;
  left: 50%;
  top: 1.08%;                     /* 8/740 */
  width: 56%;                     /* 210/375 */
  aspect-ratio: 210 / 178;
  transform: translateX(-50%);
}
.hjnavi-hero__logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.hjnavi-hero__btn {
  position: absolute;
  display: block;
  width: 26.667%;                 /* 100/375 */
  aspect-ratio: 1 / 1;
  opacity: 0;
  transform: translateY(20px);
  animation: hjnaviHeroBtnIn .6s cubic-bezier(.2,.7,.3,1) forwards;
}
.hjnavi-hero__btn img { width: 100%; height: 100%; object-fit: contain; }
.hjnavi-hero__btn.-b1 { left: 10.667%; top: 29.054%; animation-delay: .20s; } /* 40,215 */
.hjnavi-hero__btn.-b2 { left: 65.333%; top: 29.054%; animation-delay: .35s; } /* 245,215 */
.hjnavi-hero__btn.-b3 { left:  2.667%; top: 49.324%; animation-delay: .50s; } /* 10,365  */
.hjnavi-hero__btn.-b4 { left: 70.667%; top: 49.324%; animation-delay: .65s; } /* 265,365 */
.hjnavi-hero__btn.-b5 { left: 10.667%; top: 70.946%; animation-delay: .80s; } /* 40,525  */
.hjnavi-hero__btn.-b6 { left: 65.333%; top: 70.946%; animation-delay: .95s; } /* 245,525 */

@keyframes hjnaviHeroBtnIn {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (prefers-reduced-motion: reduce) {
  .hjnavi-hero__btn {
    opacity: 1;
    transform: none;
    animation: none;
  }
}

/* ---------- BURGER (fixed, sticky) ----------
   ヘッダーがスクロールで流れたら右上に表示する。 */
.hjnavi-burger {
  position: fixed;
  top: 13px;
  right: 10px;
  width: 46px;
  height: 46px;
  padding: 0;
  border: 0;
  background: #313198;
  border-radius: 50%;
  cursor: pointer;
  z-index: 1200;                  /* above menu overlay */
  display: flex;
  align-items: center;
  justify-content: center;
  visibility: hidden;
  opacity: 0;
  transform: translateY(-12px);
  transition: opacity .3s ease, transform .3s ease, visibility .3s ease;
}
.hjnavi-burger.is-show {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}
.hjnavi-burger__icon {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity .25s ease, transform .25s ease;
}
.hjnavi-burger__icon img {
  width: 19px;
  height: 19px;
  display: block;
}
/* default = closed → hamburger visible */
.hjnavi-burger__icon.-close { opacity: 0; transform: rotate(0deg); }
.hjnavi-burger__icon.-open  { opacity: 1; }
/* open state → X (close icon rotated to make X) */
.hjnavi-burger.is-active .hjnavi-burger__icon.-open  { opacity: 0; }
.hjnavi-burger.is-active .hjnavi-burger__icon.-close { opacity: 1; transform: rotate(45deg); }

/* ---------- MENU OVERLAY ---------- */
.hjnavi-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: #fff;
  z-index: 1100;                  /* under burger, above all content */
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  padding-top: 70px;              /* space for burger button per design */
  visibility: hidden;
  opacity: 0;
  transition: opacity .3s ease, visibility .3s ease;
}
.hjnavi-menu.is-open {
  visibility: visible;
  opacity: 1;
}
.hjnavi-menu__list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.hjnavi-menu__item {
  width: 100%;
}
.hjnavi-menu__item a {
  display: flex;
  align-items: center;
  width: 100%;
  height: 111px;
  padding: 0 22px;
  color: #fff;
  text-decoration: none;
}
.hjnavi-menu__item.-c1 a { background: #a8d7f1; }
.hjnavi-menu__item.-c2 a { background: #a8e36b; }
.hjnavi-menu__item.-c3 a { background: #f38497; }
.hjnavi-menu__item.-c4 a { background: #baa9e3; }
.hjnavi-menu__item.-c5 a { background: #b8e1b5; }
.hjnavi-menu__item.-c6 a { background: #ffa66a; }
.hjnavi-menu__icon {
  flex: 0 0 50px;
  width: 50px;
  height: 50px;
  display: block;
  margin-right: 20px;
}
.hjnavi-menu__icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}
.hjnavi-menu__text {
  font-size: clamp(15px, 4.8vw, 19px);
  font-weight: 700;
  line-height: 1.4;
  color: #fff;
}

/* lock body scroll while menu is open */
body.hjnavi-menu-open {
  overflow: hidden;
}

/* ---------- INTRO ---------- */
.hjnavi-intro {
  position: relative;
  padding: 8vw 4% 12vw;
  z-index: 2;
}
.hjnavi-intro__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: .12;
  pointer-events: none;
  overflow: hidden;
  z-index: 0;
}
.hjnavi-intro__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hjnavi-intro__text {
  position: relative;
  z-index: 1;
  font-size: clamp(13px, 4vw, 16px);
  line-height: 2.13;
  text-align: center;
  font-weight: 700;
  margin: 0;
}

/* ---------- COMMON SECTION ---------- */
.hjnavi-section {
  position: relative;
  width: 89.333%;                 /* 335/375 */
  margin: 0 auto 8vw;
  z-index: 2;
}
.hjnavi-section__head {
  position: relative;
  width: 100%;
  aspect-ratio: 335 / 70;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  cursor: pointer;
  user-select: none;
  border: 0;
  padding: 0;
  margin: 0;
  background-color: transparent;
}
.hjnavi-section__head:focus-visible {
  outline: 2px solid #5e49d3;
  outline-offset: 2px;
}
.hjnavi-section__head-text {
  font-size: clamp(15px, 4.8vw, 19px);
  font-weight: 700;
  color: #fff;
  line-height: 1.4;
  text-align: center;
  margin-left: -3%;
}
.hjnavi-section__head-text.-two {
  font-size: clamp(14px, 4.5vw, 18px);
  line-height: 1.3;
}
.hjnavi-section__head-note {
  display: inline-block;
  margin-top: -2px;
  font-size: clamp(13px, 4vw, 16px);
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.02em;
  opacity: 0.85;
}
.hjnavi-section__head-icon {
  position: absolute;
  right: 4.78%;                   /* 16/335 */
  top: 50%;
  width: 8.96%;                   /* 30/335 */
  min-width: 26px;
  aspect-ratio: 1 / 1;
  transform: translateY(-50%);
  display: block;
  color: #5e49d3;                 /* default arrow color */
}
.hjnavi-section__head-icon-circle {
  position: absolute;
  inset: 0;
  background: #fff;
  border-radius: 50%;
}
/* CSSで描くプラス／マイナス。デフォルト = + (閉) → .is-open で − (開) */
.hjnavi-section__head-icon-arrow {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.hjnavi-section__head-icon-arrow::before,
.hjnavi-section__head-icon-arrow::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: currentColor;
  border-radius: 1px;
  transition: transform .3s ease, opacity .25s ease;
}
/* 横棒（常時表示） */
.hjnavi-section__head-icon-arrow::before {
  width: 56%;
  height: 2px;
  transform: translate(-50%, -50%);
}
/* 縦棒（閉時のみ表示 → +） */
.hjnavi-section__head-icon-arrow::after {
  width: 2px;
  height: 56%;
  transform: translate(-50%, -50%);
}
/* 開いている時は縦棒を消して − にする */
.hjnavi-section.is-open .hjnavi-section__head-icon-arrow::after {
  opacity: 0;
  transform: translate(-50%, -50%) scaleY(0);
}
/* セクション別の矢印カラー */
.hjnavi-section.-first    .hjnavi-section__head-icon { color: #1781df; }
.hjnavi-section.-event    .hjnavi-section__head-icon { color: #71d133; }
.hjnavi-section.-campus   .hjnavi-section__head-icon { color: #d12731; }
.hjnavi-section.-prep     .hjnavi-section__head-icon { color: #ff6700; }
.hjnavi-section.-interest .hjnavi-section__head-icon { color: #5e49d3; }
.hjnavi-section.-topic    .hjnavi-section__head-icon { color: #71d133; }

.hjnavi-section__body {
  position: relative;
  margin-top: -2px;
  background: #fff;
  border: 2px solid #ccc;
  padding: 0;       /* children manage own spacing */
}
.hjnavi-section__body.-bdr-blue   { border-color: #a8d7f1; }
.hjnavi-section__body.-bdr-green  { border-color: #a8e36b; }
.hjnavi-section__body.-bdr-pink   { border-color: #f38497; }
.hjnavi-section__body.-bdr-orange { border-color: #ffa66a; }
.hjnavi-section__body.-bdr-purple { border-color: #baa9e3; }
.hjnavi-section__body.-bdr-lime   { border-color: #b8e1b5; }

.hjnavi-section__divider {
  height: 1px;
  background: #d9d9d9;
  margin: 6% 4% 2%;
}

/* ---------- LINK ROW ---------- */
.hjnavi-link {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 44px;
  padding: 2% 7% 2% 4%;
  font-size: clamp(13px, 4.27vw, 17px);
  font-weight: 700;
  color: #454545;
  line-height: 1.6;
}
.hjnavi-link.-multi {
  align-items: flex-start;
  padding-top: 3%;
  padding-bottom: 3%;
}
/* ●文字ではなくCSSで円を描画（フォント依存の縦位置ズレを回避）。
   色は inline style の color から currentColor で継承し、
   ● グリフ自体は text-indent + overflow:hidden で画面外へ。 */
.hjnavi-link__bullet {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-right: 10px;
  border-radius: 50%;
  background: currentColor;
  flex-shrink: 0;
  text-indent: -9999px;
  overflow: hidden;
  line-height: 0;
}
.hjnavi-link.-multi .hjnavi-link__bullet {
  margin-top: 0.5em;   /* 複数行時に第1行の中央へ揃える */
}
.hjnavi-link__text { flex: 1; }
/* CSSで描く右向き三角形。色は currentColor（セクション別に上書き） */
.hjnavi-link__arrow {
  position: absolute;
  right: 12px;
  top: 50%;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 7px solid currentColor;
  transform: translateY(-50%);
  color: #5e49d3;            /* default */
}
.hjnavi-link.-multi .hjnavi-link__arrow {
  top: 1.5em;     /* 第1行の中央へ揃える: padding-top + line-height/2 ≒ 1.5em */
  transform: translateY(-50%);
}
/* セクション別の矢印カラー */
.hjnavi-section.-first .hjnavi-link__arrow    { color: #1781df; }
.hjnavi-section.-event .hjnavi-link__arrow    { color: #a8e36b; }
.hjnavi-section.-campus .hjnavi-link__arrow   { color: #f38497; }
.hjnavi-section.-prep .hjnavi-link__arrow     { color: #ff6700; }
.hjnavi-section.-interest .hjnavi-link__arrow { color: #5e49d3; }
.hjnavi-section.-topic .hjnavi-link__arrow    { color: #71d133; }

/* ---------- BAND (full body inner width) ---------- */
.hjnavi-band {
  width: 100%;
  margin: 4% 0 2%;
  min-height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: clamp(15px, 4.8vw, 19px);
  font-weight: 700;
  text-align: center;
  line-height: 1.4;
  padding: 8px 12px;
}
.hjnavi-band:first-child { margin-top: 0; }
.hjnavi-band.-pink   { background: #fbeaeb;               color: #d12731; }
.hjnavi-band.-purple { background: rgba(94, 73, 211, .10);  color: #5e49d3; }
.hjnavi-band.-lime   { background: rgba(113, 209, 51, .10); color: #71d133; }

/* ---------- CARD ---------- */
.hjnavi-card {
  width: 88%;                     /* 295/335 */
  margin: 4% auto 2%;
}
.hjnavi-card a { display: block; }
.hjnavi-card img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  object-fit: cover;
}
.hjnavi-card__title {
  margin: 2% 0 0;
  font-size: clamp(13px, 4.27vw, 17px);
  font-weight: 700;
  text-align: center;
  color: #454545;
  line-height: 1.5;
}
.hjnavi-card-link {
  display: block;
  width: 88%;
  margin: 4% auto 2%;
}
.hjnavi-card-link img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}

/* ---------- PAGE TOP ---------- */
/* スクロールで出現し追従。フッター直前まで来たら JS で footer 上にせり上がる */
.hjnavi-pagetop {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  right: 10px;
  bottom: 20px;
  margin: 0;
  width: 46px;
  height: 46px;
  background: #313198;
  border-radius: 50%;
  z-index: 1100;
  text-decoration: none;
  visibility: hidden;
  opacity: 0;
  transform: translateY(10px);
  transition: background-color .2s ease, opacity .3s ease, transform .3s ease, visibility .3s ease;
  pointer-events: none;
}
.hjnavi-pagetop.is-show {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}
.hjnavi-pagetop:hover { background: #4040b0; }
.hjnavi-pagetop:active { transform: scale(.95); }
/* CSSで描く ^ シェブロン */
.hjnavi-pagetop__arrow {
  display: block;
  width: 14px;
  height: 14px;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  border-radius: 1px;
  transform: rotate(45deg) translate(2px, 2px);
}

/* picture wrapper inside hero bg */
.hjnavi-hero__bg picture {
  display: block;
  width: 100%;
  height: 100%;
}

/* =====================================================================
   PC layout (>= 801px) — node 130:238
   Design ratio: 1920 (W) x 1080 (H)
   ===================================================================== */
@media screen and (min-width: 801px) {
  .hjnavi {
    max-width: 1920px;
    margin: 0 auto;
  }

  /* HERO: 16:9 widescreen */
  .hjnavi-hero {
    aspect-ratio: 1920 / 1080;
    margin-top: 0;
  }

  /* logo: 391x331, top-center */
  .hjnavi-hero__logo {
    width: 20.365%;               /* 391/1920 */
    aspect-ratio: 391 / 331;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }

  /* 6 buttons: 240x240 around the illustration */
  .hjnavi-hero__btn {
    width: 17%;                   /* 326/1920 — enlarged */
  }
  .hjnavi-hero__btn.-b1 { left:  6.604%; top:  3.361%; } /* btn04 */
  .hjnavi-hero__btn.-b2 { left: 76.396%; top:  3.361%; } /* btn06 */
  .hjnavi-hero__btn.-b3 { left:  2.438%; top: 35.861%; } /* btn02 */
  .hjnavi-hero__btn.-b4 { left: 80.563%; top: 35.861%; } /* btn05 */
  .hjnavi-hero__btn.-b5 { left: 18%;     top: 60%;     } /* btn01 */
  .hjnavi-hero__btn.-b6 { left: 65%;     top: 60%;     } /* btn03 */
  .hjnavi-hero__btn img {
    transition: transform .35s cubic-bezier(.34, 1.56, .64, 1);
  }
  .hjnavi-hero__btn:hover img {
    transform: scale(1.1) rotate(-3deg);
  }
  @media (prefers-reduced-motion: reduce) {
    .hjnavi-hero__btn img,
    .hjnavi-hero__btn:hover img {
      transition: none;
      transform: none;
    }
  }

  /* keep content (intro/sections) narrow & centered on wide PC */
  .hjnavi-intro,
  .hjnavi-section {
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
  }
  .hjnavi-intro {
    padding: 60px 4% 80px;
  }
  .hjnavi-intro__text {
    font-size: 24px;
    line-height: 2;
  }
  .hjnavi-section {
    width: 100%;
    margin-bottom: 40px;
  }
  .hjnavi-section__head-text   { font-size: 22px; }
  .hjnavi-section__head-text.-two { font-size: 20px; }
  .hjnavi-section__head-note   { font-size: 17px; margin-top: 0; }
  .hjnavi-link,
  .hjnavi-card__title          { font-size: 18px; }
  .hjnavi-link__bullet {
    width: 12px;
    height: 12px;
    margin-right: 12px;
  }
  .hjnavi-band                 { font-size: 20px; min-height: 52px; }

  /* page top button */
  .hjnavi-pagetop {
    width: 56px;
    height: 56px;
    right: 24px;
  }
  .hjnavi-pagetop__arrow {
    width: 16px;
    height: 16px;
    border-width: 3px;
  }
}
