@charset "UTF-8";
/* レスポンシブ(PCファースト) */
/* 要素基本設定 */
:root {
  --header-height: 100px;
  --header-top-height: 100px;
  --wpadminbar-height: 0px;
}
html {
  min-width: 375px;
}
body {
  color: #2f2725;
  background: #fff;
  font-size: 1.6rem;
  font-weight: 500;
  font-family: var(--main-font);
  letter-spacing: 0.05em;
  line-height: 1.5;
  word-break: break-all; /* 英語サイトの場合外す */
  min-width: 375px;
}
.main {
  /*margin-top: var(--header-height);*/
  transition: visibility 0s ease 0.1s, margin-top 0.3s ease;
}
.header {
  top: var(--wpadminbar-height);
  display: none;
}
img {
  max-width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  object-position: top;
}
a {
  display: block;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  transition: 0.8s;
  text-decoration: none;
}
/* 背景スクロール禁止 */
.no-scroll {
  overflow: hidden;
  height: 100%;
}

/* オーバーレイ（メニューの背面） */
#menu-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 500; /* メニューの背面になるように調整 */
  display: none;
}
/* 操作アクション */
/* ホバー時 */
@media (hover: hover) {
  a:hover {
    transition: 0.8s;
  }
  a:active {
    transition: 0.3s;
  }
}
/* クリック（タップ）時 */
@media (hover: none) {
  a:active {
    transition: 0.3s;
  }
}

/* 共通クラス */
.comColor {
  color: #0073bd;
}
.comGradation1 {
  background-image: linear-gradient(
    90deg,
    rgba(250, 192, 66, 1),
    rgba(229, 68, 126, 1)
  );
}
.comGradation2 {
  background-image: linear-gradient(
    90deg,
    rgba(15, 179, 238, 1),
    rgba(61, 173, 99, 1)
  );
}
.comColor__white {
  color: #fff;
}
.comBg__blue {
  background-color: #0073bd;
}
.comBg__white {
  background-color: #fff;
}
.comBg__orange {
  background-color: #ecaf2d;
}
.comBg__red {
  background-color: #d55c58;
}
.comBg__purple {
  background-color: #c080ad;
}
.comBg__pink {
  background-color: #ea9a9f;
}
.comBg__green {
  background-color: #7ebc6c;
}
/* タイトル */
.comTtl {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  column-gap: 4px;
  width: 100%;
}
.comTtl__en {
  font-family: var(--sub-font);
  font-size: clamp(1.4rem, 1.4vw, 1.6rem);
  letter-spacing: 0.04em;
  color: #0073bd;
}
.comTtl__ja {
  font-size: clamp(3.2rem, 3.2vw, 4rem);
  font-weight: 700;
}
/* 追加共通クラス セクションの余白 */
.comSec96 {
  padding: clamp(56px, 5.6vw, 96px) 0;
}
.comSec120 {
  padding: clamp(80px, 8vw, 120px) 0;
}
/* 追加共通クラス セクション右下のリンク・青丸矢印 */
.comRightArrow {
  width: 100%;
  display: flex;
  justify-content: right;
  align-items: center;
  margin-top: 16px;
  padding-right: 10px;
}
.comRightArrow__a {
  justify-content: center;
  align-items: center;
  column-gap: 16px;
  font-size: 16px;
  color: #0073bd;
}
.comRightArrow__a::after {
  display: inline-block;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  width: 48px;
  height: 48px;
  content: "\f061";
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #0073bd;
  border-radius: 50%;
  background-color: #fff;
  transition: 0.8s;
}
.comRightArrow__a:hover {
  opacity: 1;
}
.comRightArrow__a:hover:after {
  background: #0073bd;
  color: #ffffff;
  margin-left: 0px;
  transition: 0.8s;
  opacity: 1;
}
.comRightArrow__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  text-align: center;
  color: #ffffff;
  font-size: 0.9rem;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  transition: 0.8s;
}
.comRightArrow__text {
  font-family: var(--sub-font);
  font-size: 16px;
  letter-spacing: 0.04em;
  color: #0073bd;
}
/* fixedボタン */
.comFixed {
  position: fixed;
  top: 200px;
  right: 0;
  flex-direction: column;
  row-gap: 16px;
  width: clamp(40px, 4vw, 60px);
  z-index: 400;
}
.comFixed__btnWrap__btn {
  justify-content: center;
  align-items: center;
  color: #fff;
  writing-mode: vertical-rl;
  font-size: clamp(1.5rem, 2.8vw, 1.8rem);
  line-height: 1.2;
  letter-spacing: 0.06em;
  height: clamp(160px, 30vw, 200px);
  width: 100%;
}
/* 直近のイベント情報 */
.comFv {
  position: relative;
  overflow: visible;
}
.comEvent {
  position: absolute;
  bottom: -16px;
  right: 9%;
}
.comEvent__ttl {
  color: #fff;
  font-weight: 700;
  background: #0073bd;
  padding: clamp(7px, 1.3vw, 12px) clamp(17px, 3.2vw, 30px)
    clamp(7px, 1.3vw, 12px) clamp(11px, 2.1vw, 20px);
  clip-path: polygon(100% 0%, 95% 50%, 100% 100%, 0 100%, 0% 50%, 0 0);
  transform: translateY(50%);
}
.comEvent__date {
  background: #eaf8ff;
  padding: clamp(23px, 4.4vw, 42px) clamp(20px, 3.8vw, 39px)
    clamp(8px, 1.5vw, 15px) clamp(19px, 3.6vw, 34px);
  border-left: clamp(3px, 0.57vw, 5px) solid #0073bd;
}
.comEvent__date__linkBox__txt {
  justify-content: center;
  align-items: flex-end;
}
.comEvent__date__linkBox__txt__soon {
  font-weight: 700;
  line-height: 1;
}

/* フォント */
:root {
  --main-font: "Noto Sans JP", sans-serif;
  --sub-font: "Open Sans", sans-serif;
}
.mainFont {
  font-family: var(--main-font);
}
.subFont {
  font-family: var(--sub-font);
}
.font72 {
  font-size: clamp(5rem, 5vw, 7.2rem);
}
.font40 {
  font-size: clamp(3.2rem, 3.2vw, 4rem);
}
.font32 {
  font-size: clamp(2.8rem, 2.8vw, 3.2rem);
}
.font24 {
  font-size: clamp(2rem, 2vw, 2.4rem);
}
.font20 {
  font-size: clamp(1.8rem, 1.8vw, 2rem);
}

/* フェードイン */
.fade-in {
  opacity: 0;
  transform: translateY(80px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}
.fade-in.visible {
  opacity: 1;
  transform: translateY(0);
}
.bubble-in {
  opacity: 0;
  transform: scale(0.8);
  transform-origin: 100% 100%;
  transition: all 0.4s cubic-bezier(0.09, 0.465, 0.025, 1.515) 1s;
}
.bubble-in.show {
  opacity: 1;
  transform: scale(1);
  z-index: 2;
}
.bubble1.show {
  transition-delay: 0.3s;
}
.bubble2.show {
  transition-delay: 0.6s;
}
.bubble3.show {
  transition-delay: 0.9s;
}
@media (max-width: 520px) {
  .bubble1.show {
    transition-delay: 0.6s;
  }
  .bubble2.show {
    transition-delay: 0.3s;
  }
}

/* 要素最大幅 */
.mw {
  width: min(86%, 1440px);
  margin: 0 auto;
}
.mws {
  width: min(75%, 1440px);
  margin: 0 auto;
}

/* レスポンシブ */
.pc {
  display: block;
}
.tab {
  display: none;
}
.pc.tab {
  display: block;
}
.sp {
  display: none;
}
.adjust2 {
  display: none;
}
/* フレックス */
.flex {
  display: flex;
}
/* 非表示 */
.none {
  display: none;
}
/* テキストリンク */
.tLink {
  text-decoration: underline;
  display: inline-block;
}
/* 注意書き */
.notes {
  font-size: clamp(1.2rem, 1.5vw, 1.4rem);
  line-height: calc(18 / 12);
  letter-spacing: calc(20em / 1000);
  width: fit-content;
  margin: 10px 0 0 auto;
}
/* アスペクト比 */
.img16-9 {
  aspect-ratio: 16/9;
}
.img9-16 {
  aspect-ratio: 9/16;
}
.img5-2 {
  aspect-ratio: 5/2;
}
.img4-1 {
  aspect-ratio: 4/1;
}
.img3-2 {
  aspect-ratio: 3/2;
}
.img3-1 {
  aspect-ratio: 3/1;
}
.img2-1 {
  aspect-ratio: 2/1;
}
.img1-1 {
  aspect-ratio: 1/1;
}
/* セクション */
.comSec {
  padding: clamp(40px, 4vw, 60px) 0;
}
.comSec96 {
  padding: clamp(56px, 5.6vw, 96px) 0;
}
.comSec120 {
  padding: clamp(80px, 8vw, 120px) 0;
}
/* ボタン */
.comMore__link {
  width: 320px;
  text-align: center;
  font-size: clamp(1.4rem, 2vw, 1.8rem);
  font-weight: bold;
  margin: clamp(34px, 5vw, 64px) auto 0;
  cursor: pointer;
  padding: 20px 0;
  border-radius: 80px;
  background: #000;
  color: #fff;
}
.comBtn__detail {
  width: 350px;
  height: 72px;
  line-height: 72px;
}
.comBtn__detail a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
}
/* メディアクエリ */
/* TAB時 */
@media (max-width: 960px) {
  .pc {
    display: none;
  }
  .tab {
    display: block;
  }
  .mw {
    width: 88%;
  }
  .mws {
    width: 85%;
  }
  .font72 {
    font-size: clamp(4rem, 7.6vw, 5rem);
  }
  .font40 {
    font-size: clamp(2.8rem, 5.3vw, 3.2rem);
  }
  .font32 {
    font-size: clamp(2.8rem, 2.8vw, 3.2rem);
  }
  .font24 {
    font-size: clamp(2rem, 2vw, 2.4rem);
  }
  .font20 {
    font-size: clamp(1.1rem, 2.1vw, 1.5rem);
  }
}
/* adjust */
@media (max-width: 805px) {
  .adjust {
    display: none;
  }
  .adjust2 {
    display: block;
  }
}
/* SP時 */
@media (max-width: 520px) {
  .pc.tab {
    display: none;
  }
  .tab {
    display: none;
  }
  .sp {
    display: block;
  }
  .mw {
    width: 89%;
  }
  .mws {
    width: 89%;
  }
  .comFixed {
    position: fixed;
    flex-direction: row;
    width: 100%;
    z-index: 500;
    top: auto;
    bottom: 0;
  }
  .comEvent {
    bottom: 16px;
    right: 5%;
  }
  .comFixed__btnWrap {
    width: 50%;
  }
  .comFixed__btnWrap__btn {
    writing-mode: inherit;
    display: block;
    line-height: 1;
    letter-spacing: 0;
    height: inherit;
    width: 100%;
    padding: 17px 14px;
    text-align: center;
  }
}

/* 固定要素 */
/* 投稿無しテキスト */
.not__text {
  text-align: center;
  font-weight: bold;
  margin: 20px auto;
  font-size: clamp(1.4rem, 2vw, 1.8rem);
}
/* CONTACT & POLICY */
.contactFrame,
.policy {
  padding: clamp(75px, 10vw, 150px) 0;
}
.contactFrame__wrap__ttlBox,
.policy__wrap__ttlBox {
  text-align: center;
}
.contactFrame__wrap__ttlBox__ttl,
.policy__wrap__ttlBox__ttl {
  font-family: var(--sub-font);
  font-weight: bold;
  font-size: clamp(3rem, 8vw, 8rem);
}
.contactFrame__wrap__ttlBox__smallTtl,
.policy__wrap__ttlBox__smallTtl {
  font-size: clamp(1.4rem, 4vw, 2.4rem);
  margin-top: clamp(12px, 3.2vw, 24px);
}
.contactFrame__wrap__text,
.policy__wrap__text {
  text-align: center;
  margin-top: clamp(20px, 3vw, 40px);
  line-height: 1.4;
  font-size: clamp(1.4rem, 2vw, 1.8rem);
}
.contactFrame__wrap__body {
  font-size: clamp(1.4rem, 2vw, 1.8rem);
  margin: clamp(20px, 5vw, 40px) auto 0;
  width: 80%;
  padding: clamp(40px, 3vw, 80px) clamp(25px, 5vw, 50px);
  background: #f4f6fc;
}
.contactFrame__wrap__body .mwform-radio-field label {
  cursor: pointer;
  user-select: none;
}
.contactFrame__wrap__body .mwform-radio-field label input {
  cursor: pointer;
}
.contactFrame__wrap__body .mwform-radio-field-text {
  font-weight: bold;
}
.contactFrame__wrap__body .mwform-checkbox-field label {
  cursor: pointer;
  user-select: none;
}
.contactFrame__wrap__body .mwform-checkbox-field label input {
  cursor: pointer;
}
.contactFrame__wrap__body__row {
  margin-top: clamp(10px, 2vw, 20px);
}
.contactFrame__wrap__body__row:first-child {
  margin-top: 0;
}
.contactFrame__wrap__body__row.required
  .contactFrame__wrap__body__row__ttl::after {
  content: "必須";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  background: #e20000;
  color: #fff;
  border-radius: 10px;
  padding: clamp(2px, 1vw, 5px) clamp(5px, 1.5vw, 10px);
  font-size: clamp(1rem, 1vw, 1.2rem);
}
.contactFrame__wrap__body__row.any .contactFrame__wrap__body__row__ttl::after {
  content: "任意";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  background: #666666;
  color: #fff;
  border-radius: 10px;
  padding: clamp(2px, 1vw, 5px) clamp(5px, 1.5vw, 10px);
  font-size: clamp(1rem, 1vw, 1.2rem);
}
.contactFrame__wrap__body__row--pp {
  justify-content: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.contactFrame__wrap__body__row--ppLink {
  justify-content: center;
  text-decoration: underline;
  margin-top: clamp(20px, 2vw, 40px);
}
.contactFrame__wrap__body__row--pp label {
  padding: clamp(7px, 1vw, 10px) 0;
  cursor: pointer;
}
.contactFrame__wrap__body__row--pp label:hover {
  opacity: 0.8;
}
.contactFrame__wrap__body__row--pp input[type="checkbox"] {
  position: relative;
  margin-right: clamp(15px, 2vw, 25px);
  vertical-align: baseline;
  cursor: pointer;
}
.contactFrame__wrap__body__row--pp input[type="checkbox"]::before {
  content: "";
  display: block;
  position: absolute;
  background-color: #fff;
  border-radius: 0%;
  border: 1px solid rgba(255, 255, 255, 0.3);
  width: clamp(20px, 3vw, 30px);
  height: clamp(20px, 3vw, 30px);
  transform: translateY(-50%);
  top: 50%;
  left: 0px;
  border: 1px solid #000;
}
.contactFrame__wrap__body__row--pp input[type="checkbox"]::after {
  content: "";
  display: block;
  position: absolute;
  border-bottom: 3px solid #000;
  border-left: 3px solid #000;
  opacity: 0;
  height: 10px;
  width: 15px;
  transform: rotate(-45deg);
  left: clamp(3px, 0.5vw, 7px);
}
.contactFrame__wrap__body__row--pp input[type="checkbox"]:checked::after {
  opacity: 1;
}
.contactFrame__wrap__body__row__ttl {
  font-weight: bold;
  height: fit-content;
  position: relative;
}
.contactFrame__wrap__body__row__place {
  border: 1px solid #cccccc;
  padding: clamp(10px, 2vw, 20px) clamp(5px, 1.5vw, 10px);
  background: #fff;
}
.contactFrame__wrap__body__row__place input {
  vertical-align: baseline;
  width: 100%;
}
.contactFrame__wrap__body__row__place textarea {
  width: 100%;
}
.contactFrame__wrap__body__row__place--none {
  border: none;
}
.contactFrame__wrap__body__row__place__preview {
  margin-top: clamp(5px, 1vw, 10px);
}
.contactFrame__wrap__body__bikouBox {
  padding: clamp(15px, 3vw, 30px);
  border: 1px solid #000;
  height: 200px;
  margin-top: clamp(10px, 2vw, 20px);
  overflow-y: scroll;
}
.contactFrame__wrap__body__bikouBox h3,
.policy__wrap__contents h3 {
  font-size: clamp(1.6rem, 3vw, 2rem);
  font-weight: bold;
  margin-top: clamp(8px, 1vw, 15px);
}
.contactFrame__wrap__body__bikouBox h4,
.policy__wrap__contents h4 {
  font-size: clamp(1.4rem, 3vw, 1.8rem);
  font-weight: bold;
  margin-top: clamp(4px, 1vw, 8px);
}
.contactFrame__wrap__body__bikouBox h5,
.policy__wrap__contents h5 {
  font-size: clamp(1.3rem, 3vw, 1.7rem);
  font-weight: bold;
  margin-top: clamp(4px, 1vw, 8px);
}
.contactFrame__wrap__body__bikouBox p,
.policy__wrap__contents p {
  font-size: clamp(1.2rem, 3vw, 1.6rem);
  margin-top: clamp(2px, 1vw, 5px);
}
.contactFrame__wrap__body__button__box {
  position: relative;
  width: max-content;
  margin: clamp(20px, 3vw, 30px) auto 0;
  text-align: center;
}
.contactFrame__wrap__body__button__box__submit {
  position: relative;
  width: clamp(200px, 30vw, 260px);
  padding: clamp(12px, 2vw, 24px) 0;
  margin: 0 auto;
  background: #fff;
  color: #333;
  border: 1px solid #333;
  font-weight: bold;
}
.contactFrame__wrap__body__row__place__custom__select {
  position: relative;
  display: inline-block;
  background-color: #fff;
  width: 100%;
  cursor: pointer;
}
.contactFrame__wrap__body__row__place__custom__select::before {
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 9px solid #000;
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 10px;
  width: 0;
  transform: translateY(-50%);
  z-index: 3;
  transition: 0.3s;
}
.arrowUp::before {
  transform: translateY(-50%) rotate(180deg);
}
.contactFrame__wrap__body__row__place__current__select {
  text-align: start;
  width: 100%;
  color: #000;
  user-select: none;
}
.contactFrame__wrap__body__row__place__custom__select__options {
  display: none;
  position: absolute;
  padding: 10px 0;
  top: 50px;
  left: 0;
  background-color: #fff;
  width: 100%;
  border: 1px solid #cccccc;
  border-radius: 0;
  z-index: 5;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.25);
}
.contactFrame__wrap__body__row__place__current__select__item {
  padding: 10px;
}
.contactFrame__wrap__body__row__place__current__select__item:first-child {
  display: none;
}
.contactFrame__wrap__body__row__place__current__select__item:hover {
  background-color: #203744;
  color: #fff;
}
.contactFrame--confirmation .contactFrame__wrap__body__row__place {
  background: none;
  border: none;
}
/* 404 & comingsoon & maintenance */
.notFound,
.comingSoon,
.maintenance {
  margin: clamp(80px, 20vw, 180px) auto;
  text-align: center;
}
.notFound__ttl,
.comingSoon__ttl,
.maintenance__ttl {
  font-family: var(--sub-font);
  font-size: clamp(5rem, 12vw, 8rem);
  font-weight: bold;
}
.notFound__text,
.comingSoon__text,
.maintenance__text {
  margin-top: 50px;
  font-size: clamp(1.8rem, 4vw, 2rem);
  line-height: 1.4;
}
.notFound__url {
  font-size: clamp(1.2rem, 3vw, 1.8rem);
  margin-top: 50px;
}
/* パンくず */
.breadcrumbWrap {
  background: #f3f7f9;
}
.breadcrumb {
  padding-top: 23px;
  padding-bottom: 23px;
  align-items: center;
}
.breadcrumb__item {
  font-size: 1.4rem;
}
.breadcrumb__item + .breadcrumb__item {
  margin-left: 20px;
}
.breadcrumb__item--back {
  cursor: pointer;
  color: #4688db;
  text-decoration: none;
}
.breadcrumb__item--back a {
  width: max-content;
}
.breadcrumb__delimiter {
  color: #999999;
  cursor: inherit;
}
.breadcrumb__item--back:hover {
  opacity: 0.6;
}
.breadcrumb__delimiter:hover {
  opacity: 1;
}
.breadcrumb__item--open {
  font-weight: 500;
  color: #333;
}

/* ページネーション */
ul.page-numbers {
  display: flex;
  margin: clamp(25px, 4vw, 50px) auto 0;
  width: 80%;
  justify-content: center;
  align-items: center;
}
ul.page-numbers li a {
  width: clamp(20px, 6vw, 60px);
  height: clamp(20px, 6vw, 60px);
  font-size: clamp(1rem, 2vw, 2rem);
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 1px solid;
  margin: 0 5px;
}
ul.page-numbers li span.current {
  width: clamp(20px, 6vw, 60px);
  height: clamp(20px, 6vw, 60px);
  font-size: clamp(1rem, 2vw, 2rem);
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 1px solid;
  margin: 0 5px;
  color: #fff;
}
ul.page-numbers li span.dots {
  font-size: clamp(1.6rem, 3vw, 3.6rem);
}
ul.page-numbers li a.prev {
  border: none;
}
ul.page-numbers li a.next {
  border: none;
}
.nextPrev {
  position: relative;
}
.prev__btn::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  margin: auto;
  content: "";
  width: clamp(10px, 3vw, 20px);
  height: clamp(10px, 3vw, 20px);
  border-top: clamp(3px, 0.7vw, 5px) solid;
  border-right: clamp(3px, 0.7vw, 5px) solid;
  transform: translateX(-50%) rotate(225deg);
}
.next__btn::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  margin: auto;
  content: "";
  width: clamp(10px, 3vw, 20px);
  height: clamp(10px, 3vw, 20px);
  border-top: clamp(3px, 0.7vw, 5px) solid;
  border-right: clamp(3px, 0.7vw, 5px) solid;
  transform: translateX(-50%) rotate(45deg);
}

/* 操作アクション */
/* ホバー時 */
@media (hover: hover) {
  .contactFrame__wrap__body__button__box__submit:hover {
    transform: scale(0.95);
    transition: 0.4s;
  }
  .contactFrame__wrap__body__button__box__submit:active {
    transform: scale(0.9);
    transition: 0.1s;
  }
}
/* クリック（タップ）時 */
@media (hover: none) {
  .contactFrame__wrap__body__button__box__submit:active {
    transform: scale(0.9);
    transition: 0.1s;
  }
}
/* メディアクエリ */
/* SP時 */
@media (max-width: 520px) {
  .contactFrame__wrap__body__button {
    flex-direction: column;
  }
  .contactFrame__wrap__body__button__box:nth-of-type(2) {
    margin-top: 15px;
  }
  .contactFrame__wrap__body__button__box__submit {
    width: 220px;
  }
  .breadcrumb {
    padding-top: 14px;
    padding-bottom: 12px;
    align-items: center;
  }
}

/* 
------------------------------------------------------------------------- */
.header {
  position: fixed;
  width: 100%;
  z-index: 999;
}
.header__top {
  justify-content: space-between;
  align-items: center;
  background: #fff;
}
.header__top__left {
  justify-content: flex-start;
  align-items: center;
  column-gap: 8px;
  padding-left: clamp(40px, 4vw, 64px);
}
.header__top__left__logoWrap {
  width: clamp(152px, 15.5vw, 200px);
}
.header__top__left__txt {
  font-size: clamp(1.2rem, 2.3vw, 1.4rem);
}

.header__top__right {
  justify-content: flex-end;
  column-gap: clamp(15px, 1.5vw, 24px);
  padding-right: clamp(15px, 1.5vw, 24px);
  align-items: center;
  font-size: clamp(1.2rem, 2.3vw, 1.4rem);
}
.header__top__right__linkBox__link {
  justify-content: center;
  align-items: center;
  column-gap: 4px;
  line-height: 1.75;
  padding: 17.5px 0;
}
.header__top__right__linkBox__link__imgBox {
  display: flex;
  align-items: center;
  width: 20px;
}
.header__top__right__linkBox2__link {
  justify-content: center;
  align-items: center;
  column-gap: 4px;
  color: #fff;
  font-weight: 700;
  line-height: 1.75;
  padding: 17.5px 16px;
  background: #0073bd;
}
.header__top__right__linkBox2__link__imgBox {
  display: flex;
  align-items: center;
  width: 20px;
}
/* header__bottom */
.header__bottom {
  justify-content: center;
  column-gap: clamp(60px, 6vw, 82px);
  font-size: 1.8rem;
  font-weight: 700;
  background: #eaf8ff;
}
.header__bottom__linkWrap {
  position: relative;
}
.header__bottom__linkWrap--center::before {
  content: "|";
  position: absolute;
  top: 16px;
  left: clamp(-41px, -3vw, -30px);
  color: #0073bd;
}
.header__bottom__linkWrap--center::after {
  content: "|";
  position: absolute;
  top: 16px;
  right: clamp(-41px, -3vw, -30px);
  color: #0073bd;
}
.header__bottom__linkWrap__link,
.header__bottom__linkWrap__inner {
  padding: 16px;
  border-bottom: 3px solid transparent;
  transition: 0.4s;
}
.header__bottom__linkWrap__inner {
  justify-content: center;
  align-items: center;
  column-gap: 16px;
}
.header__bottom__linkWrap__inner i {
  color: #0073bd;
  transition: 0.4s;
}
.header__bottom__linkWrap__drop {
  display: none;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: max-content;
  background: #eaf8ff;
  justify-self: center;
}
.header__bottom__linkWrap__drop__linkWrap__link {
  padding: 16px 29px;
  background: #eaf8ff;
  text-align: center;
  transition: 0.4s;
}
.header__bottom__linkWrap__drop__linkWrap:nth-child(n + 2)
  .header__bottom__linkWrap__drop__linkWrap__link {
  border-top: 2px solid #fff;
}
.header__top__hbgBtn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
}
.header__top__hbgBtn__bar {
  position: relative;
  width: 18px;
  height: 3px;
  background: #0073bd;
  transition: 0.3s;
}
.header__top__hbgBtn__bar::before {
  content: "";
  position: absolute;
  top: -8px;
  left: 50%;
  transform: translateX(-50%);
  width: 18px;
  height: 3px;
  background: #0073bd;
  transition: 0.3s;
}
.header__top__hbgBtn__bar::after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
  width: 18px;
  height: 3px;
  background: #0073bd;
  transition: 0.3s;
}
.header__top__hbgBtn__bar.open {
  background: transparent;
  transition: 0.3s;
}
.header__top__hbgBtn__bar.open::before {
  left: -2px;
  top: 0;
  transform: rotate(45deg);
  width: 24px;
  transition: 0.3s;
}
.header__top__hbgBtn__bar.open::after {
  left: -2px;
  top: 0;
  transform: rotate(-45deg);
  width: 24px;
  transition: 0.3s;
}
.header__menu {
  display: none;
}
.header__menuPc {
  display: none;
  position: fixed;
  top: var(--header-top-height);
  z-index: 500;
  width: 100%;
  background: #fff;
  overflow: auto;
  height: calc(100vh - var(--header-top-height));
}
.header__menuPc__wrap {
  position: relative;
  padding: clamp(30px, 3vw, 40px) 0;
}
.header__menuPc__wrap::before {
  content: "";
  position: absolute;
  background-image: url(../img/common/fv_bg_students-hbg.png);
  background-size: cover;
  background-repeat: no-repeat;
  left: 0;
  bottom: 0;
  width: clamp(500px, 50vw, 636px);
  height: clamp(410px, 41vw, 500px);
  z-index: -1;
}
.header__menuPc__wrap__inner {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: clamp(25px, 2.5vw, 40px);
  row-gap: clamp(25px, 2.5vw, 40px);
}
.header__menuPc__wrap__inner__box--3 {
  grid-column: 3;
  grid-row: 1 / span 2;
}
.header__menuPc__wrap__inner__box--1 {
  grid-column: 1;
  grid-row: 1;
}
.header__menuPc__wrap__inner__box--2 {
  grid-column: 2;
  grid-row: 1;
}
.header__menuPc__wrap__inner__box--4 {
  grid-column: 1;
  grid-row: 2;
}
.header__menuPc__wrap__inner__box--5 {
  grid-column: 2;
  grid-row: 2;
}

.header__menuPc__wrap__inner__box__ttl__link {
  font-weight: 700;
  width: 100%;
  color: #0073bd;
  line-height: 1;
  letter-spacing: 0;
  padding: clamp(4px, 0.4vw, 8px) 0 clamp(8px, 0.8vw, 12px);
  border-bottom: 1px solid #eaf8ff;
}
.header__menuPc__wrap__inner__box__list {
  margin-top: clamp(5px, 0.5vw, 9px);
  padding-left: 8px;
}
.header__menuPc__wrap__inner__box__list__item__link {
  width: 100%;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.75;
  margin-top: clamp(4px, 0.4vw, 8px);
  padding: 4px 0;
}
.header__menuPc__wrap__inner__box__list__item__link--inline {
  display: inline;
}
.header__menuPc__wrap__inner__box__list__item--space {
  width: 100%;
  padding-left: 8px;
  color: #8c8785;
}
.com__outerIcon {
  position: relative;
}
.com__outerIcon::after {
  content: "";
  position: absolute;
  top: 4px;
  width: 18px;
  height: 18px;
  background: url(../icon/icon-bl.png) center / cover;
  margin-left: 8px;
}
.header__menuPc__wrap__inner__box__list__item__link.com__outerIcon::after {
  top: 8px;
}

.header__menuPc__bottom {
  margin-top: clamp(50px, 5vw, 79px);
  justify-content: space-between;
  align-items: center;
}
.header__menuPc__bottom__wrap {
  width: 362px;
  justify-content: space-between;
  align-items: center;
}
.header__menuPc__bottom__wrap__linkBox__link {
  align-items: center;
}
.header__menuPc__bottom__wrap__linkBox__link__imgBox {
  width: 18px;
  margin-right: 4px;
  display: flex;
  align-items: center;
}
.header__menuPc__bottom__wrap__linkBox__link__txt {
  font-weight: 500;
  font-size: 1.2rem;
  line-height: 1.75;
}
.header__menuPc__bottom__wrap__linkBox--center {
  position: relative;
}
.header__menuPc__bottom__wrap__linkBox--center::before {
  content: "|";
  position: absolute;
  top: -3px;
  left: -25px;
  color: #b9b9b9;
}
.header__menuPc__bottom__wrap__linkBox--center::after {
  content: "|";
  position: absolute;
  top: -3px;
  right: -25px;
  color: #b9b9b9;
}
.header__menuPc__bottom__btn__link {
  width: 165px;
  padding: 13px;
  color: #fff;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1;
  letter-spacing: 0;
  justify-content: center;
}
/* footer
--------------------------------------------------------------- */
.footer__inner {
  justify-content: space-between;
  align-items: flex-start;
}
.footer__inner__left {
  max-width: 451px;
  width: 100%;
}
.footer__inner__right {
  max-width: clamp(320px, 32vw, 500px);
  width: 100%;
}
.footer__inner__left__ttl {
  width: 100%;
  justify-content: flex-start;
  align-items: center;
  column-gap: 16px;
}
.footer__inner__left__ttl__logoWrap {
  max-width: clamp(250px, 25vw, 300px);
  width: 100%;
}

.footer__inner__left__adBox {
  line-height: 1.75;
  font-weight: 500;
  margin-top: clamp(40px, 4vw, 56px);
}
.footer__inner__left__adBox__ad {
  font-size: clamp(1.4rem, 2.6vw, 1.8rem);
}
.link__icon {
  display: flex;
  align-items: center;
  column-gap: 5px;
}
.link__icon::after {
  content: "";
  width: clamp(16px, 3vw, 18px);
  height: clamp(16px, 3vw, 18px);
  background: url(../icon/link-icon.png) center / cover;
}
.footer__inner__left__adBox__apo:first-of-type {
  margin-top: 24px;
}
.footer__inner__left__adBox__apo + .footer__inner__left__adBox__apo {
  margin-top: 8px;
}
.footer__inner__left__adBox__apo {
  display: flex;
  align-items: center;
  column-gap: 8px;
}
.footer__inner__left__adBox__apo--train::before {
  content: "";
  width: clamp(18px, 3.4vw, 24px);
  height: clamp(18px, 3.4vw, 24px);
  background: url(../icon/train-icon.png) center / cover;
}
.footer__inner__left__adBox__apo--tel::before {
  content: "";
  width: clamp(18px, 3.4vw, 24px);
  height: clamp(18px, 3.4vw, 24px);
  background: url(../icon/tel-icon.png) center / cover;
}
.footer__inner__left__adBox__apo--mail::before {
  content: "";
  width: clamp(18px, 3.4vw, 24px);
  height: clamp(18px, 3.4vw, 24px);
  background: url(../icon/mail-icon.png) center / cover;
}

.footer__inner__left__snsBox {
  margin-top: clamp(40px, 4vw, 56px);
  justify-content: flex-start;
  align-items: center;
  column-gap: clamp(18px, 1.8vw, 24px);
}
.footer__inner__left__snsBox__imgBox {
  width: clamp(32px, 6.1vw, 48px);
}

.footer__bottom {
  font-size: clamp(1rem, 1vw, 1.2rem);
  padding: 24px;
  text-align: center;
  border-top: 2px solid #0073bd;
}
/* top
--------------------------------------------------------------- */
.main__top {
  margin-top: 121.5px;
}
@media (max-width: 805px) {
  .main__top {
    margin-top: 75px;
  }
}

/* TOP キービジュアル */
.top__keyVisual {
  width: 100%;
  max-width: 100%;
}
.top__keyVisual__picture__img {
  width: 100%;
}

/* TOP banner
--------------------------------------------------------------- */
.top__banner__slick {
  padding-top: clamp(20px, 2vw, 30px);
}
.top__banner__slick__item {
  margin-left: clamp(10px, 1vw, 20px);
}
.slick-dots li {
  width: 13px !important;
  height: 13px !important;
  margin: 0 !important;
}
.slick-dots li button:before {
  font-size: 8px !important;
}
.slick-dots li.slick-active button:before {
  color: #0073bd !important;
}
.slick-dotted.slick-slider {
  margin-bottom: 0px !important;
}

/* top news
--------------------------------------------------------------- */
.top__section1 {
  display: flex;
  justify-content: space-between;
  padding-bottom: clamp(56px, 5.6vw, 96px);
}
.newsList__ttl {
  width: 23%;
}
.newsList {
  width: 76%;
}
.newsList__list__news {
  display: flex;
  border-bottom: 1px solid #eae5e3;
}
.newsList__list__news:nth-child(1) .newsList__list__news__a {
  padding-top: 0;
}
.newsList__list__news__left {
  align-items: center;
  display: flex;
  padding-right: 5px;
}
.newsList__list__news__left__time {
  font-size: 14px;
  font-weight: 600;
  font-family: var(--sub-font);
  padding-right: 5px;
}
.newsList__list__news__left__icon__link {
  width: 112px;
  font-size: 12px;
  font-weight: 500;
  background-color: #e0eef7;
  border-radius: 24px;
  padding: 8px 0;
  text-align: center;
  margin-left: 12px;
}
.newsList__list__news__ttl {
  flex: 1;
}
.newsList__list__news__ttl__link {
  font-size: clamp(1.4rem, 14vw, 1.6rem);
  line-height: 1.75;
  padding: clamp(16px, 2vw, 32px) 0;
  padding-left: 24px;
}
.newsList__list__news:nth-child(1) .newsList__list__news__ttl__link {
  padding-top: 0;
}
.newsList__list__news:nth-child(1) .newsList__list__news__left {
  padding-bottom: clamp(16px, 2vw, 32px);
}
@media (max-width: 767px) {
  .top__section1 {
    display: block;
  }
  .newsList__ttl {
    width: 100%;
  }
  .newsList {
    width: 100%;
  }
  .newsList__list__news:nth-child(1) .newsList__list__news__ttl__link {
    padding-top: 16px;
  }
  .newsList__list__news:nth-child(1) .newsList__list__news__left {
    padding-bottom: 0;
  }
}
@media (max-width: 521px) {
  .newsList__list__news {
    display: block;
    align-items: center;
    padding: clamp(16px, 2vw, 32px) 0 0;
  }
  .newsList__list__news__a {
    flex-direction: column;
    row-gap: 5px;
  }
  .newsList__list__news__ttl__link {
    padding-top: 0px;
    padding-left: 0px;
    margin-top: 4px;
  }
  .newsList__list__news:nth-child(1) .newsList__list__news__ttl__link {
    padding-top: 0px;
  }
}

/* point
---------------------------------------------------------- */
.top__point {
  position: relative;
  background: url(../img/point/back_img.png) center / cover;
}
.top__point::before {
  content: "";
  position: absolute;
  top: -18%;
  right: 0;
  width: clamp(150px, 28vw, 262px);
  height: clamp(200px, 38vw, 301px);
  background: url(../img/point/deco.png) left / cover;
  z-index: -1;
}
.top__point::after {
  content: "";
  position: absolute;
  bottom: -17%;
  left: 0;
  width: clamp(150px, 28vw, 262px);
  height: clamp(200px, 38vw, 301px);
  background: url(../img/point/deco.png) right / cover;
  z-index: -1;
}
.top__point__inner__main {
  justify-content: center;
  width: 100%;
}
.top__point__inner__box {
  display: inline-block;
  width: 45%;
}
.top__point__inner__box__imgWrap--up1 {
  position: relative;
  top: -8%;
  left: 10%;
  width: 45%;
}
.top__point__inner__box__imgWrap--up1::before {
  content: "";
  position: absolute;
  top: -8%;
  left: -8%;
  width: clamp(31px, 0vw, 31px);
  height: clamp(31px, 0vw, 31px);
  background: url(../img/point/effect1.png) right / cover;
}
.top__point__inner__box__imgWrap--up2 {
  position: relative;
  left: 50%;
  width: 45%;
}
.top__point__inner__box__imgWrap--up2::before {
  content: "";
  position: absolute;
  top: -10%;
  right: -3%;
  width: clamp(31px, 0vw, 31px);
  height: clamp(31px, 0vw, 31px);
  background: url(../img/point/effect2.png) right / cover;
}
.top__point__inner__box__imgWrap--up3 {
  position: relative;
  top: -30%;
  left: 60%;
  width: 45%;
}
.top__point__inner__box__imgWrap--up3::before {
  content: "";
  position: absolute;
  top: -5%;
  left: -5%;
  width: clamp(31px, 0vw, 31px);
  height: clamp(31px, 0vw, 31px);
  background: url(../img/point/effect3.png) right / cover;
}

.top__point__inner__box__photo {
  width: 55%;
}

.top__point__inner__btn {
  width: 350px;
  height: 72px;
  line-height: 72px;
  margin-top: -20%;
  position: relative;
  left: 25%;
}
.top__point__inner__btn__a {
  position: relative;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  text-decoration: none;
  background: #0073bd;
  text-align: center;
  color: #ffffff;
  font-weight: bold;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  justify-content: space-between;
  padding-top: 32px;
  padding-bottom: 32px;
  padding-left: 40px;
  padding-right: 32px;
  transition: 0.8s;
}
.top__point__inner__btn__a::after {
  width: 32px;
  height: 32px;
  color: #0073bd;
  transition: 0.8s;
}
.top__point__inner__btn__a:hover {
  border: 2px solid #0073bd;
  color: #0073bd;
  background: #fff;
  transition: 0.8s;
}
.top__point__inner__btn__a:hover:after {
  border: 2px solid #fff;
  transition: 0.8s;
}

@media (max-width: 1240px) {
  .top__point__inner__btn {
    left: 15%;
  }
}
@media (max-width: 1130px) {
  .top__point__inner__btn {
    max-width: 75%;
  }
  .top__point__inner__btn__a {
    padding-top: 22px;
    padding-bottom: 22px;
    padding-right: 22px;
  }
}

/*こっから下チェック＆修正*/
@media (max-width: 995px) {
  .top__point__inner__btn {
    width: 80%;
    height: 58px;
  }
  .top__point__inner__btn__a {
    padding-left: 28px;
  }
}
@media (max-width: 930px) {
  .top__point__inner__btn {
    max-width: 100%;
  }
  .top__point__inner__btn__a {
    padding-left: 32px;
  }
}
@media (max-width: 885px) {
  .top__point__inner__btn {
    width: 85%;
  }
}
@media (max-width: 833px) {
  .top__point__inner__btn__a {
    font-size: clamp(14px, 1.6vw, 16px);
  }
  .top__point__inner__btn__a::after {
    width: 30px;
    height: 30px;
  }
}
@media (max-width: 770px) {
  .top__point__inner__btn {
    left: 10%;
    width: 90%;
  }
}
@media (max-width: 725px) {
  .top__point__inner__btn {
    width: 100%;
    height: 42px;
    left: 0;
  }
  .top__point__inner__btn__a {
    padding-top: 28px;
    padding-bottom: 28px;
    padding-left: 28px;
    padding-right: 20px;
  }
}
@media (max-width: 640px) {
  .top__point__inner__btn__a {
    font-size: clamp(12px, 0.1vw, 14px);
    padding-top: 25px;
    padding-bottom: 25px;
    padding-left: 25px;
    padding-right: 15px;
  }
  .top__point__inner__btn__a::after {
    width: 28px;
    height: 28px;
  }
}
@media (max-width: 562px) {
  .top__point__inner__btn__a {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 10px;
  }
}
@media (max-width: 536px) {
  .top__point__inner__btn__a {
    padding-left: 15px;
    padding-right: 8px;
  }
}
@media (max-width: 520px) {
  .top__point__inner__ttl {
    text-align: center;
  }
  .top__point {
    background: url(../img/point/back_img_sp.png) center / cover;
  }
  .top__point::before {
    content: "";
    position: absolute;
    top: -48px;
    width: 150px;
    height: 130px;
    background: url(../img/point/deco.png) right / cover;
    z-index: -1;
  }
  .top__point::after {
    content: "";
    position: absolute;
    bottom: -50px;
    left: 0;
    width: 150px;
    height: 130px;
    background: url(../img/point/deco.png) right / cover;
    z-index: -1;
  }
  .top__point__inner__box {
    display: flex;
    position: relative;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    max-width: 910px;
    width: 100%;
    margin: clamp(20px, 2vw, 24px) auto -34px;
  }
  .top__point__inner__box::before {
    content: "";
    position: absolute;
    left: -6%;
    width: 150px;
    height: 120px;
    background: url(../img/point/deco.png) right / cover;
    z-index: -1;
  }
  .top__point__inner__main {
    display: block;
  }
  .top__point__inner__box__imgWrap--up1 {
    width: 55%;
    top: 0;
    left: 0;
    order: -1;
    align-self: flex-end;
    margin-bottom: -45px;
  }
  .top__point__inner__box__imgWrap--up1::before {
    top: -10%;
    left: 85%;
    transform: rotate(70deg);
  }
  .top__point__inner__box__imgWrap--up2 {
    width: 55%;
    left: 0;
    align-self: flex-start;
    margin-bottom: -45px;
  }
  .top__point__inner__box__imgWrap--up2::before {
    top: 80%;
    left: 0%;
    transform: rotate(180deg);
  }
  .top__point__inner__box__imgWrap--up3 {
    width: 55%;
    top: 0;
    left: 0;
    align-self: flex-end;
  }
  .top__point__inner__box__imgWrap--up3::before {
    top: -10%;
    left: 85%;
    transform: rotate(70deg);
  }
  .top__point__inner__box__photo {
    width: 100%;
    position: relative;
    transform: translateY(-150px);
    z-index: -1;
  }
  .top__point__inner__btn {
    height: 72px;
    line-height: 72px;
    margin-top: clamp(50px, calc(6.897vw + 24.13625px), 60px);
  }
  .top__point__inner__btn__a {
    width: 100%;
    height: 100%;
    vertical-align: middle;
    text-decoration: none;
    background: #0073bd;
    text-align: center;
    align-items: center;
    color: #ffffff;
    font-size: 16px;
    font-weight: bold;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    padding-top: 32px;
    padding-bottom: 32px;
    padding-left: 38px;
    padding-right: 32px;
  }
  .top__point__inner__btn__a::after {
    display: inline-block;
    width: 32px;
    height: 32px;
    content: "→";
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: #fff;
    color: #0073bd;
  }
}
/* TOP exam
---------------------------------------------------------- */
.top__exam {
  padding: clamp(72px, calc(5.22vw + 44.87px), 120px) 0;
}
.top__exam__inner {
  display: flex;
}
.top__exam__inner__ttl {
  width: 25%;
}
.top__exam__inner__box {
  width: 100%;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: clamp(20px, 3.5vw, 48px);
}
.top__exam__inner__box__content__linkBox {
  flex: 1;
  min-width: 0;
  height: 113px;
  transition: 0.8s;
}
.top__exam__inner__box__content {
  width: 100%;
  display: flex;
  align-items: center;
  padding: 16px;
  box-shadow: 0px 2px 15px 2px #0000000d;
}
.top__exam__inner__box__content__linkBox:hover .comRightArrow__btn {
  color: #0073bd;
  background: #fff;
  transition: 0.8s;
  border: 1px solid #0073bd;
}
.top__exam__inner__box__content__linkBox__img {
  width: clamp(64px, 1.5vw, 80px);
  height: clamp(65px, 1.5vw, 81px);
}
.top__exam__inner__box__content__linkBox__ttl {
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  white-space: nowrap;
  box-sizing: border-box;
  padding: 0 10px;
}
.top__exam__inner__box__content__linkBox__arrow {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}

@media (max-width: 1130px) {
  .top__exam__inner {
    display: block;
  }
  .top__exam__inner__ttl {
    width: 100%;
    text-align: center;
  }
  .top__exam__inner__box {
    width: 100%;
    margin: 0 auto;
    padding-top: 25px;
  }
}
@media (max-width: 640px) {
  .top__exam__inner__box {
    flex-direction: column;
    gap: 15px;
  }
  .top__exam__inner__box__content__linkBox {
    width: 100%;
  }
}
/* TOP information
------------------------------------------------------------ */
.top__information {
  background-color: #f3f7f9;
}
.top__information__inner__title {
  text-align: center;
}
.top__information__inner__box {
  position: relative;
  background-color: #ffffff;
  margin-top: clamp(70px, 70vw, 111px);
  padding: clamp(116px, 11.5vw, 142px) 24px 56px;
}
.top__information__inner__box__title {
  position: absolute;
  top: -75px;
  left: 50%;
  transform: translateX(-50%);
  width: 212px;
  height: 212px;
  text-align: center;
  font-weight: 700;
  background: #fff;
  border-radius: 50%;
}
.top__information__inner__box__title__wrap {
  position: absolute;
  top: 26px;
  left: 50%;
  transform: translateX(-50%);
  width: 120%;
}
.top__information__inner__box__title__wrap__imgBox {
  width: clamp(72px, 7.2vw, 100px);
  margin: 0 auto;
}
.top__information__inner__box__title__wrap__txtBox {
  margin-top: clamp(18px, 1.8vw, 24px);
}
.top__information__inner__box__title__wrap__txtBox__en {
  font-size: 14px;
  font-weight: 400;
  color: #727171;
}

.top__information__inner__box__list {
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  column-gap: 2.7%;
}
.top__information__inner__box__list__detail {
  display: flex;
  max-width: 367px;
  min-width: 295px;
  width: 100%;
  flex: 1;
}
.top__information__inner__box__list__detail__link {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1;
  height: 100%;
}
.top__information__inner__box__list__detail__link--orange .comRightArrow__btn {
  border: 1px solid #ecaf2d;
  transition: 0.8s;
}
.top__information__inner__box__list__detail__link--red .comRightArrow__btn {
  border: 1px solid #d55c58;
  transition: 0.8s;
}
.top__information__inner__box__list__detail__link--purple .comRightArrow__btn {
  border: 1px solid #c080ad;
  transition: 0.8s;
}
.top__information__inner__box__list__detail__link--orange:hover
  .comRightArrow__btn {
  background: #fff;
  border: 1px solid #ecaf2d;
  color: #ecaf2d;
}
.top__information__inner__box__list__detail__link--red:hover
  .comRightArrow__btn {
  background: #fff;
  border: 1px solid #d55c58;
  color: #d55c58;
}
.top__information__inner__box__list__detail__link--purple:hover
  .comRightArrow__btn {
  background: #fff;
  border: 1px solid #c080ad;
  color: #c080ad;
}
.top__information__inner__box__list__detail__link__title {
  width: 91%;
  color: #ffffff;
  justify-content: center;
  align-items: center;
  display: flex;
  margin: 0 auto;
  padding: 8px 0;
  transform: translateY(26px);
  position: relative;
  z-index: 1;
}
.top__information__inner__box__list__detail__link__area {
  position: relative;
  flex-direction: column;
  background-color: #fdf1dc;
  padding: 26px 16px 44px;
  height: 100%;
  z-index: 0;
}
.top__information__inner__box__list__detail__link__area--red {
  background: #faeae5;
}
.top__information__inner__box__list__detail__link__area--red {
  background: #faeae5;
}
.top__information__inner__box__list__detail__link__area--purple {
  background: #f6eef5;
}
.top__information__inner__box__list__detail__link__area__txt {
  line-height: 1.75;
  margin-top: 16px;
}
.top__information__inner__box__list__detail__link__area__arrow {
  position: absolute;
  bottom: 16px;
  right: 16px;
}
/* 下段 */
.top__information__inner__box__wrapper {
  flex-wrap: wrap;
  justify-content: center;
  gap: 5%;
}
.top__information__inner__box__wrapper:nth-child(1) {
  width: 100%;
}
.top__information__inner__boxWrap__box {
  display: flex;
  max-width: clamp(400px, 40vw, 524px);
  width: 100%;
  position: relative;
  background-color: #ffffff;
  margin-top: clamp(70px, 70vw, 111px);
  padding: clamp(116px, 11.5vw, 142px) 24px 56px;
}
.top__information__inner__boxWrap__box__title {
  position: absolute;
  top: -75px;
  left: 50%;
  transform: translateX(-50%);
  width: 212px;
  height: 212px;
  text-align: center;
  font-weight: 700;
  background: #fff;
  border-radius: 50%;
}
.top__information__inner__boxWrap__box__title__wrap {
  position: absolute;
  top: 26px;
  left: 50%;
  transform: translateX(-50%);
  width: 120%;
}
.top__information__inner__boxWrap__box__title__wrap__imgBox {
  width: clamp(72px, 7.2vw, 100px);
  margin: 0 auto;
}
.top__information__inner__boxWrap__box__title__wrap__txtBox {
  margin-top: clamp(18px, 1.8vw, 24px);
}
.top__information__inner__boxWrap__box__title__wrap__txtBox__en {
  font-size: 14px;
  font-weight: 400;
  color: #727171;
}

.top__information__inner__boxWrap__box__list {
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  column-gap: 2.7%;
}
.top__information__inner__boxWrap__box__list__link {
  max-width: 367px;
  min-width: 295px;
  width: 100%;
  flex: 1;
}
.top__information__inner__boxWrap__box__list__link__detail {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
}
.top__information__inner__boxWrap__box__list__link__detail__title {
  width: 91%;
  color: #ffffff;
  justify-content: center;
  align-items: center;
  display: flex;
  margin: 0 auto;
  padding: 8px 0;
  transform: translateY(26px);
  position: relative;
  z-index: 1;
}
.top__information__inner__boxWrap__box__list__link__detail__area {
  position: relative;
  flex-direction: column;
  background-color: #fceeed;
  padding: 26px 16px 44px;
  height: 100%;
}
.top__information__inner__boxWrap__box__list__link__detail__area--green {
  background: #e9f3e4;
}
.top__information__inner__boxWrap__box__list__link__detail__area__txt {
  line-height: 1.75;
  flex-grow: 1;
  margin-top: 16px;
}
.top__information__inner__boxWrap__box__list__link__detail__area__arrow__btn {
  position: absolute;
  bottom: 16px;
  right: 16px;
}
.top__information__inner__boxWrap__box__list__link--pink .comRightArrow__btn {
  border: 1px solid #ea9a9f;
  transition: 0.8s;
}
.top__information__inner__boxWrap__box__list__link--green .comRightArrow__btn {
  border: 1px solid #7ebc6c;
  transition: 0.8s;
}
.top__information__inner__boxWrap__box__list__link--pink:hover
  .comRightArrow__btn {
  background: #fff;
  border: 1px solid #ea9a9f;
  color: #ea9a9f;
}
.top__information__inner__boxWrap__box__list__link--green:hover
  .comRightArrow__btn {
  background: #fff;
  border: 1px solid #7ebc6c;
  color: #7ebc6c;
}

@media (max-width: 960px) {
  .top__information__inner__box__title {
    width: clamp(180px, 35vw, 212px);
    height: clamp(180px, 35vw, 212px);
  }
}
@media (max-width: 654px) {
  .top__information__inner {
    width: 100%;
  }
  #business {
    order: -1;
  }
  .top__information__inner__boxWrap__box {
    max-width: 100%;
  }
}

/* TOP voice
---------------------------------------------------------- */
.top__voices {
  position: relative;
}
.top__voices::before {
  content: "";
  position: absolute;
  top: -18%;
  right: 0;
  width: clamp(150px, 28vw, 262px);
  height: clamp(200px, 38vw, 301px);
  background: url(../img/point/deco.png) left / cover;
  z-index: 1;
}
.top__voices::after {
  content: "";
  position: absolute;
  bottom: -17%;
  left: 0;
  width: clamp(150px, 28vw, 262px);
  height: clamp(200px, 38vw, 301px);
  background: url(../img/point/deco.png) right / cover;
  z-index: -1;
}
.top__voices__inner__title {
  text-align: center;
}
.top__voices__inner__title__ja {
  margin: 0;
}

.top__voices__story__wrapper {
  position: relative;
  width: 100%;
  padding-top: 32px;
}
.top__voices__story {
  margin: 0 auto;
  padding-top: 32px;
  width: 55.5%;
  justify-content: center;
  align-items: center;
  border: 4px solid #0073bd;
  border-radius: 8px;
  z-index: 1;
}
.top__voices__story__inner {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  text-align: center;
}
.top__voices__story__ttlBox {
  margin: 0 auto;
}
.top__voices__story__ttlBox__subTtl {
  font-size: clamp(16px, calc(0.19vw + 15.3px), 18px);
  font-weight: bold;
  color: #0073bd;
}
.top__voices__story__ttlBox__mainTtl {
  font-size: clamp(22px, calc(0.94vw + 18.48px), 32px);
  font-weight: bold;
  color: #0073bd;
  padding: 8px 0 32px;
}
.successStory {
  background: linear-gradient(
    135deg,
    #e5447e 0%,
    #e5447e 13%,
    #f2974f 29%,
    #fac02c 50%,
    #3dad63 76%,
    #009fd8 92%,
    #009fd8 100%
  );
  padding: 0 16px;
  color: #fff;
  text-shadow: 0px 2px 2px #0000000d;
}
.top__voices__story__btn {
  width: 100%;
}
.top__voices__story__btn--a {
  width: 100%;
  max-height: clamp(72px, calc(0.75vw + 69px), 80px);
  padding: 16px;
  justify-content: center;
  align-items: center;
  display: flex;
  margin: 0 auto;
  background: #0073bd;
  color: #fff;
  transition: 0.6s;
}
.top__voices__story__btn--a::after {
  display: inline-block;
  width: 48px;
  height: 48px;
  content: "→";
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #0073bd;
  border-radius: 50%;
  background-color: #fff;
  color: #0073bd;
  transition: 0.6s;
}
.top__voices__story__btn--a:hover {
  background: #eaf8ff;
  color: #0073bd;
  margin-left: 0px;
  margin-top: 0px;
  box-shadow: none;
  transition: 0.6s;
  opacity: 1;
}
.top__voices__story__btn--a:hover::after {
  display: inline-block;
  width: 48px;
  height: 48px;
  content: "→";
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #fff;
  border-radius: 50%;
  background-color: #0073bd;
  color: #fff;
  transition: 0.6s;
  opacity: 1;
}
.top__voices__story__btn__text {
  padding-right: 10px;
}

@media (max-width: 960px) {
  .top__voices__story {
    width: 75%;
  }
}
@media (max-width: 610px) {
  .top__voices__story__ttlBox__mainTtl {
    font-size: clamp(22px, 2.6vw, 32px);
  }
  .top__voices__story__ttlBox__subTtl {
    font-size: clamp(16px, 2.6vw, 18px);
  }
}
@media (max-width: 520px) {
  .top__voices {
    position: relative;
  }
  .top__voices::before {
    content: "";
    position: absolute;
    top: -48px;
    left: 100;
    width: 150px;
    height: 130px;
    background: url(../img/point/deco.png) right / cover;
    z-index: 0;
  }
  .top__voices::after {
    content: "";
    position: absolute;
    bottom: 10px;
    left: 0;
    width: 150px;
    height: 130px;
    background: url(../img/point/deco.png) right / cover;
    z-index: -1;
  }
  .top__voices__story {
    width: 100%;
  }
}

/* bottom banner
---------------------------------------------------------- */
.bottom__banner {
  padding: clamp(45px, 8vw, 100px) 0;
}
.bottom__banner__box {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px;
}

@media (max-width: 960px) {
  .bottom__banner__box {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 520px) {
  .bottom__banner__box {
    grid-template-columns: 1fr;
  }
}

/* open-campus
--------------------------------------------------------------- */
.openCampus__schedule__wrap {
  text-align: center;
}

/* 操作アクション */
/* ホバー時 */
@media (hover: hover) {
  .header__bottom__linkWrap__link:hover,
  .header__bottom__linkWrap__inner:hover {
    color: #0073bd;
    border-bottom: 3px solid #0073bd;
    transition: 0.8s;
    opacity: 1;
  }
  .header__bottom__linkWrap--drop:hover i {
    transform: rotate(180deg);
    transition: 0.8s;
    opacity: 1;
  }
  .header__bottom__linkWrap__drop__linkWrap__link:hover {
    background: #0073bd;
    color: #fff;
    transition: 0.8s;
    opacity: 1;
  }
}
/* クリック（タップ）時 */
@media (hover: none) {
  .header__bottom__linkWrap__link:active,
  .header__bottom__linkWrap__link:active {
    color: #0073bd;
    border-bottom: 3px solid #0073bd;
    transition: 0.3s;
    opacity: 1;
  }
  .header__bottom__linkWrap--center:active i {
    transform: rotate(180deg);
    transition: 0.3s;
    opacity: 1;
  }
}

/* メディアクエリ */
/* TAB時 */
@media (max-width: 960px) {
  /* footer */
  .footer__inner.comSec120 {
    padding: clamp(40px, 7.6vw, 80px) 0;
  }
}
/* footer用 */
@media (max-width: 855px) {
  /* footer */
  .footer__inner {
    flex-direction: column;
    row-gap: 40px;
  }
  .footer__inner__left {
    max-width: 100%;
  }
  .footer__inner__right {
    max-width: 100%;
    width: 100%;
  }
  .footer__inner__left__adBox {
    margin-top: clamp(16px, 3vw, 40px);
  }
  .footer__inner__left__adBox__apo {
    font-size: clamp(1.4rem, 2.6vw, 1.6rem);
  }
}
/* adjust */
@media (max-width: 805px) {
  .header__top {
    justify-content: space-between;
    align-items: center;
    padding: 25.5px clamp(20px, 3.8vw, 40px) 25.5px 0;
  }
  .header__top__left {
    justify-content: flex-start;
    align-items: center;
    column-gap: 8px;
    padding-left: clamp(20px, 3.8vw, 40px);
  }
  .header__top__right {
    padding: 0;
  }
  .header__menu {
    position: relative;
    padding: 16px 0 32px;
    background: #fff;
    z-index: 999;
  }
  .header__menu__inner__linkWrap {
    font-weight: 700;
    color: #0073bd;
  }
  .header__menu__inner__linkWrap__inner {
    font-weight: 700;
    padding: 8px 0;
    color: #0073bd;
  }
  .header__menu__inner__linkWrap:nth-child(3) {
    padding: 0;
  }
  .header__menu__inner__linkWrap + .header__menu__inner__linkWrap {
    margin-top: 20px;
  }
  .header__menu__inner__linkWrap__drop {
    display: none;
    margin-top: 4px;
  }
  .header__menu__inner__linkWrap__inner {
    align-items: center;
    column-gap: 12px;
  }
  .header__menu__inner__linkWrap__inner i {
    transition: 0.4s;
  }
  .header__menu__inner__linkWrap--drop.open
    .header__menu__inner__linkWrap__inner
    i {
    transform: rotate(180deg);
    transition: 0.4s;
  }
  .header__menu__inner__linkWrap__inner__drop__linkWrap__link {
    padding: 4px 8px;
    font-size: 1.5rem;
    font-weight: 500;
    color: #2f2725;
    line-height: 1.75;
  }
  .header__menu__inner__linkWrap__drop__linkWrap:nth-child(2)
    .header__menu__inner__linkWrap__inner__drop__linkWrap__link {
    margin-top: 8px;
  }
  .header__menu__inner__linkWrap__inner__link--outer {
    position: relative;
  }
  .header__menu__inner__linkWrap__inner__link--outer::after {
    content: "";
    position: absolute;
    top: 2px;
    width: 18px;
    height: 18px;
    background: url(../icon/icon-bl.png) center / cover;
    margin-left: 8px;
  }
  .fa-chevron-down {
    cursor: pointer;
  }

  .header__menu__inner__btnWrap {
    margin-top: 24px;
    column-gap: 4px;
  }
  .header__menu__inner__btnWrap__btn {
    width: 100%;
  }
  .header__menu__inner__btnWrap__btn__link {
    width: 100%;
    padding: 12px 0 14px;
    color: #fff;
    text-align: center;
  }

  .header__menu__inner__bottom {
    margin-top: 24px;
    border-top: 1px solid #eaf8ff;
    padding-top: 24px;
  }
  .header__menu__inner__bottom__box {
    position: relative;
    justify-content: center;
    align-items: center;
    column-gap: 49px;
  }
  .header__menu__inner__bottom__box::before {
    content: "";
    position: absolute;
    width: 1px;
    height: 100%;
    background: #b9b9b9;
  }
  .header__menu__inner__bottom__box__linkBox__link {
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1.75;
    align-items: center;
    column-gap: 4px;
  }
  .header__menu__inner__bottom__box__linkBox__link__imgBox {
    width: 18px;
  }

  .header__menu__inner__bottom__linkBox {
    justify-content: center;
    margin-top: 16px;
  }
  .header__menu__inner__bottom__linkBox__link {
    align-items: center;
    font-size: 1.4rem;
    line-height: 1.75;
    font-weight: 700;
    column-gap: 4px;
  }
  .header__menu__inner__bottom__linkBox__link__imgBox {
    display: flex;
    align-items: center;
    width: 18px;
  }
}

/* SP時 */
@media (max-width: 520px) {
  .header__top {
    justify-content: space-between;
    align-items: center;
    padding: 25.5px clamp(16px, 4.2vw, 20px) 25.5px 0;
    position: relative;
  }
  .header__top__left {
    justify-content: flex-start;
    align-items: center;
    column-gap: 8px;
    padding-left: clamp(16px, 4.2vw, 20px);
  }
  /* footer */
  .footer__inner.comSec120 {
    padding: clamp(24px, 6.4vw, 40px) 0;
  }
  .footer__inner__left__ttl {
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    row-gap: 8px;
  }
}
