@charset "UTF-8";
:root {
  --blue2: #2d4a95;
}

body {
  /*横向きの際に適用*/
}
@media print, screen and (max-width: 768px) {
  body {
    max-width: 100%;
  }
}

#thu-f-content {
  /* 以下は変更なし */
  /*
  * ★【重要】画面内に入ったときに付与されるクラス
  * アニメーションのトリガーとなる
  */
  /*横向きの際に適用*/
  /* h3タグが持つ可能性のある上下のmarginをすべてリセットします。
    「About」の上、「01」の下に余白があれば、それが原因です。
  */
  /*横向きの際に適用*/
  margin-bottom: 80px;
}
#thu-f-content .parent_hero_mv {
  width: 100%;
  padding: 5% 0 0;
}
#thu-f-content .parent_hero_mv h1 {
  font-weight: 500 !important;
  letter-spacing: 0.1em;
  text-shadow: 2px 2px 0 #fff, 4px 4px 0 #BFF2E2;
  /*横向きの際に適用*/
}
@media print, screen and (max-width: 768px) {
  #thu-f-content .parent_hero_mv h1 {
    font-size: 8vw;
  }
}
#thu-f-content .parent_hero_mv .tuition-subtitle {
  margin-top: 12px;
  margin-bottom: 24px;
  font-size: 24px;
  font-weight: 600 !important;
  color: #005eaa;
  /*横向きの際に適用*/
}
@media print, screen and (max-width: 768px) {
  #thu-f-content .parent_hero_mv .tuition-subtitle {
    font-size: 5vw;
  }
}
#thu-f-content .parent_hero_mv-body {
  position: relative;
  width: 75%;
  margin: 0 auto;
  /*横向きの際に適用*/
}
@media print, screen and (max-width: 768px) {
  #thu-f-content .parent_hero_mv-body {
    width: 90%;
  }
}
#thu-f-content .parent_hero_mv-body figure {
  display: block;
  width: 70%;
  border-radius: 20px;
  overflow: hidden;
  /*横向きの際に適用*/
}
@media print, screen and (max-width: 768px) {
  #thu-f-content .parent_hero_mv-body figure {
    width: 100%;
  }
}
#thu-f-content .parent_hero_mv-copy {
  background: #2D4A95;
  background: linear-gradient(90deg, #2d4a95 0%, #0b9dd5 100%);
  border-radius: 16px;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
  /*横向きの際に適用*/
}
@media print, screen and (min-width: 769px) {
  #thu-f-content .parent_hero_mv-copy {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 50%;
    padding: 24px 0 36px 36px;
  }
}
@media print, screen and (max-width: 768px) {
  #thu-f-content .parent_hero_mv-copy {
    position: relative;
    width: 90%;
    margin: -8vw auto 0;
    padding: 5%;
    z-index: 1;
  }
}
#thu-f-content .parent_hero_mv-copy h2, #thu-f-content .parent_hero_mv-copy p {
  color: #fff;
  font-feature-settings: "palt";
  letter-spacing: 0.2em;
  line-height: 1.4;
  /*横向きの際に適用*/
}
@media print, screen and (max-width: 768px) {
  #thu-f-content .parent_hero_mv-copy h2, #thu-f-content .parent_hero_mv-copy p {
    text-align: center;
  }
}
#thu-f-content .parent_hero_mv-copy h2 {
  font-size: 36px;
  /*横向きの際に適用*/
}
@media print, screen and (max-width: 768px) {
  #thu-f-content .parent_hero_mv-copy h2 {
    font-size: 6vw;
  }
}
#thu-f-content .parent_hero_mv-copy p {
  margin-top: 12px;
  font-size: 18px;
  /*横向きの際に適用*/
}
@media print, screen and (max-width: 768px) {
  #thu-f-content .parent_hero_mv-copy p {
    font-size: 3vw;
  }
}
#thu-f-content .parent_hero_mv-read {
  margin: 24px auto;
  text-align: center;
  font-size: 18px;
  color: var(--blue);
  /*横向きの際に適用*/
}
@media print, screen and (max-width: 768px) {
  #thu-f-content .parent_hero_mv-read {
    font-size: 3.5vw;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1019px) {
  #thu-f-content .parent_hero .left {
    width: 60%;
  }
  #thu-f-content .parent_hero .left h1 {
    margin: 0 !important;
    font-size: clamp(32px, 4.6vw, 46px);
  }
  #thu-f-content .parent_hero .left h2 {
    margin: 20px 0 0 !important;
    padding-left: 20px;
  }
  #thu-f-content .parent_hero .right {
    width: 40%;
  }
  #thu-f-content .parent_hero .right img {
    margin-left: 0 !important;
    width: 100% !important;
  }
}
#thu-f-content .about-content .left {
  width: 23%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#thu-f-content .main-title {
  line-height: 1;
  font-weight: 300 !important;
  color: var(--turquoise);
  letter-spacing: 0;
}
#thu-f-content .section-subtitle {
  margin-bottom: 60px;
  font-size: 24px;
  /*横向きの際に適用*/
}
@media print, screen and (max-width: 768px) {
  #thu-f-content .section-subtitle {
    margin-bottom: 30px;
    font-size: 4vw;
  }
}
#thu-f-content .border-line-about {
  width: 2px;
  height: 890px;
  background-color: var(--blue);
}
#thu-f-content .campus-img {
  width: 100%;
  height: auto;
}
#thu-f-content .btn,
#thu-f-content .card-btn,
#thu-f-content .selection-btn,
#thu-f-content .card-btn-mobile,
#thu-f-content .entrance-exam-btn,
#thu-f-content .campus-life .campus-life-btn,
#thu-f-content .tuition-btn,
#thu-f-content .column-btn,
#thu-f-content .open-campus-btn {
  background: var(--turquoise) !important;
  border-radius: 100vh;
  /*横向きの際に適用*/
}
@media print, screen and (max-width: 768px) {
  #thu-f-content .btn,
#thu-f-content .card-btn,
#thu-f-content .selection-btn,
#thu-f-content .card-btn-mobile,
#thu-f-content .entrance-exam-btn,
#thu-f-content .campus-life .campus-life-btn,
#thu-f-content .tuition-btn,
#thu-f-content .column-btn,
#thu-f-content .open-campus-btn {
    width: 86%;
    height: auto;
    margin: 0 auto;
    background: var(--turquoise) !important;
    border-radius: 100vh;
    font-size: 4vw !important;
  }
}
#thu-f-content .btn span,
#thu-f-content .card-btn span,
#thu-f-content .selection-btn span,
#thu-f-content .card-btn-mobile span,
#thu-f-content .entrance-exam-btn span,
#thu-f-content .campus-life .campus-life-btn span,
#thu-f-content .tuition-btn span,
#thu-f-content .column-btn span,
#thu-f-content .open-campus-btn span {
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", 游ゴシック体, YuGothic, 游ゴシック, "Yu Gothic", メイリオ, Meiryo, sans-serif !important;
}
#thu-f-content .title {
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", 游ゴシック体, YuGothic, 游ゴシック, "Yu Gothic", メイリオ, Meiryo, sans-serif;
  font-weight: bold;
  font-size: 30px;
  text-align: center;
  margin: 0;
  padding: 15px 0;
  color: var(--blue);
  display: block;
  letter-spacing: 0.05em;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
  /*横向きの際に適用*/
}
@media print, screen and (min-width: 768px) and (max-width: 1019px) {
  #thu-f-content .title {
    font-size: clamp(18px, 3vw, 30px);
  }
}
@media print, screen and (max-width: 768px) {
  #thu-f-content .title {
    padding: 10px 0;
    font-size: 4.5vw;
  }
}
#thu-f-content .title span {
  font-weight: bold;
}
#thu-f-content .info-box {
  justify-content: center;
}
#thu-f-content .about-body .about-text .info-box {
  /*横向きの際に適用*/
}
@media print, screen and (max-width: 768px) {
  #thu-f-content .about-body .about-text .info-box {
    padding: 0;
  }
}
#thu-f-content .info-guide {
  margin-top: 0;
}
@media print, screen and (min-width: 768px) and (max-width: 1019px) {
  #thu-f-content .info-guide {
    width: 90%;
    margin-bottom: 5%;
  }
  #thu-f-content .info-guide .info-guide-header {
    flex: 0 0 40%;
  }
}
#thu-f-content .info-guide-card {
  padding: 0;
}
#thu-f-content .info-guide-card .info-guide-icon {
  transition: all 0.3s ease-in-out;
}
#thu-f-content .info-guide-card a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 25px;
}
#thu-f-content .info-guide-card a:hover {
  color: var(--turquoise);
}
#thu-f-content .info-guide-card a:hover h4 {
  text-decoration: underline;
}
#thu-f-content .info-guide-card a:hover .info-guide-icon {
  transform: rotateY(-180deg);
}
#thu-f-content .info-guide-card a:hover {
  background-color: var(--grey);
}
#thu-f-content .info-guide-card a:hover .info-guide-icon {
  transform: rotateY(-180deg);
}
@media print, screen and (min-width: 1020px) {
  #thu-f-content .selection-body {
    width: 75%;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1019px) {
  #thu-f-content .selection-body {
    width: 90%;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1019px) {
  #thu-f-content .selection {
    width: 100%;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1019px) {
  #thu-f-content .common-subtitle {
    width: 90%;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1019px) {
  #thu-f-content .about {
    width: 90%;
  }
}
#thu-f-content .about-body {
  width: 100%;
  max-width: 1025px;
}
#thu-f-content .about .about-body .about-content {
  align-items: center;
  gap: 50px;
}
@media print, screen and (min-width: 768px) and (max-width: 1019px) {
  #thu-f-content .about .about-body .about-content {
    gap: 20px;
  }
  #thu-f-content .about .about-body .about-content .left {
    width: 30%;
  }
  #thu-f-content .about .about-body .about-content .left .main-title {
    font-size: 100px !important;
  }
  #thu-f-content .about .about-body .about-content .right {
    width: 65%;
  }
  #thu-f-content .about .about-body .about-content.m-b-60 {
    margin-bottom: 30px !important;
  }
}
#thu-f-content .about .about-body .mobile-hide.about-content::after {
  display: none;
}
#thu-f-content .about .about-body .mobile-hide.about-content .right-panel {
  height: auto;
  flex: 1;
  padding: 0;
  align-items: flex-start;
}
#thu-f-content .about .about-body .mobile-hide.about-content .right-panel::-webkit-scrollbar {
  display: none;
  border: none;
}
#thu-f-content .about .about-body .mobile-hide.about-content .right-panel::-webkit-scrollbar-thumb {
  background: none;
  border: none;
}
#thu-f-content .about .about-body .about-card .left {
  /* Flexboxによる中央揃えを最優先で適用 */
  width: 23%;
  height: auto;
  padding: 0;
}
@media print, screen and (min-width: 768px) and (max-width: 1019px) {
  #thu-f-content .about .about-body .about-card .left {
    width: 30%;
  }
}
#thu-f-content .about .about-body .about-card .right .title {
  width: 100%;
}
#thu-f-content .about-card {
  margin: auto;
  display: flex;
  justify-content: center;
  /* align-items: center;  <-- この行を削除、または下の行に置き換える */
  align-items: stretch;
  /* ← または、このように変更する */
  opacity: 0;
  /* 透明にする */
  transform: translateX(200px);
  /* 少し右にずらしておく */
  transition: opacity 2s ease-out, transform 2s ease-out;
  /* 変化を滑らかにする */
}
#thu-f-content .about-card::after {
  display: none;
}
#thu-f-content .about-card .left {
  display: flex;
  flex-direction: column;
  /* 子要素を縦に並べる */
  justify-content: center;
  /* ★これで垂直方向（縦）の中央揃えになります */
  align-items: center;
  /* これで水平方向（横）の中央揃えになります */
  /* 以前のコードから必要なものは残す */
  /* width: 114.99px;           */
  min-height: 194.08px;
  background-color: var(--blue2);
  position: relative;
  /* 上下のpaddingはFlexboxでの中央揃えと競合することがあるため、一旦削除します */
  /* padding: 31px 0; */
}
#thu-f-content .about-body .about-card .left::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -29px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 30px solid #2d4a95;
}
#thu-f-content .about-card .title {
  font-family: var(--english_font) !important;
  font-size: 20px;
  font-weight: bold;
  color: var(--white);
  margin-bottom: 0;
  /* ★「About」の下の余白をなくす-yuguchi */
  line-height: 1;
  /* ★行の高さを文字の大きさに合わせる */
  width: 80%;
  /* 親要素の幅いっぱいに広げる */
  text-shadow: none;
}
#thu-f-content .about-card .num {
  font-family: var(--english_font);
  font-size: 50.2px;
  font-weight: bold;
  color: var(--white);
  text-align: center;
  margin-top: 0;
  /* ★上の余白をなくす yuguchi*/
  line-height: 1;
  /* ★行の高さを文字の大きさに合わせる */
  width: 80%;
  /* 親要素の幅いっぱいに広げる */
}
#thu-f-content .about-card.is-visible {
  opacity: 1;
  /* 不透明にする */
  transform: translateX(0);
  /* 元の位置に戻す */
}
@media print, screen and (min-width: 768px) and (max-width: 1019px) {
  #thu-f-content .entrance-exam-body {
    width: 90%;
  }
}
#thu-f-content .entrance-exam-body .right-container-img {
  transform: none;
}
@media print, screen and (max-width: 768px) {
  #thu-f-content .mobile-view.about-content .about-card .left {
    width: 23%;
  }
  #thu-f-content .about-body .mobile-view .about-card {
    background: none;
  }
  #thu-f-content .about-body .mobile-view .about-card .left {
    height: auto;
    margin: 0;
    background-color: var(--blue2);
  }
  #thu-f-content .about-body .mobile-view .scrollable-container {
    overflow: hidden;
    height: auto;
  }
  #thu-f-content .entrance-exam {
    overflow: hidden;
  }
  #thu-f-content .entrance-exam .mobile-view .info-box .title {
    font-size: inherit;
  }
  #thu-f-content .entrance-exam-body .right-container-header {
    width: 95%;
    margin: 0 auto 24px;
  }
  #thu-f-content .column {
    overflow: visible;
  }
  #thu-f-content .qualification .mobile-view.wrap {
    display: flex !important;
    justify-content: space-between;
    padding: 0 5%;
  }
  #thu-f-content .qualification .mobile-view.wrap .moving-card {
    width: 49%;
  }
  #thu-f-content .qualification .mobile-view.wrap .moving-card .left-image {
    width: 40% !important;
    padding: 16px 0;
  }
  #thu-f-content .qualification .mobile-view.wrap .moving-card .title {
    font-size: 4vw;
  }
  #thu-f-content .qualification .mobile-view.wrap .moving-card .click-link {
    bottom: 0;
    margin: 0 0 10px;
    padding: 0 20px 5px 0;
    font-size: 5vw;
  }
  #thu-f-content .qualification .mobile-view.wrap .moving-card .click-text {
    margin: 0;
  }
  #thu-f-content .tuition-right-text {
    font-size: 4vw;
    text-align: justify;
  }
  #thu-f-content .tuition-right-text br {
    display: none;
  }
  #thu-f-content .mobile-view.about-content .mobile-bg {
    background-image: url("../img/for_propspective_student/about-us.jpg");
  }
}
@media print, screen and (min-width: 1020px) {
  #thu-f-content .entrance-exam-body {
    width: 75%;
  }
}
#thu-f-content .entrance-exam-body .right-container-text {
  /*横向きの際に適用*/
}
@media print, screen and (max-width: 768px) {
  #thu-f-content .entrance-exam-body .right-container-text {
    font-size: 4vw;
    text-align: justify;
  }
}
@media print, screen and (min-width: 1020px) {
  #thu-f-content .entrance-exam-body .info-box .title {
    font-size: 30px;
  }
}
#thu-f-content .column .mobile-view .info-box .title {
  /*横向きの際に適用*/
}
@media print, screen and (max-width: 768px) {
  #thu-f-content .column .mobile-view .info-box .title {
    font-size: 4.5vw;
  }
}
#thu-f-content .column-left-content-container,
#thu-f-content .column-right-content-container {
  width: 95%;
  margin: 0 auto;
}
#thu-f-content .column-right-content-container-text {
  /*横向きの際に適用*/
}
@media print, screen and (min-width: 768px) and (max-width: 1019px) {
  #thu-f-content .column-right-content-container-text {
    font-size: 18px;
  }
}
@media print, screen and (max-width: 768px) {
  #thu-f-content .column-right-content-container-text {
    font-size: 4vw;
  }
}
#thu-f-content .entrance-exam-btn span.btn-text {
  margin-right: 0;
}
#thu-f-content .qualification .qualification-quote,
#thu-f-content .qualification .mobile-hide.wrap {
  margin: 0 auto;
}
@media print, screen and (min-width: 1020px) {
  #thu-f-content .qualification .qualification-quote,
#thu-f-content .qualification .mobile-hide.wrap {
    width: 75%;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1019px) {
  #thu-f-content .qualification .qualification-quote,
#thu-f-content .qualification .mobile-hide.wrap {
    width: 90%;
  }
}
@media print, screen and (min-width: 1020px) {
  #thu-f-content .campus-life-quote {
    width: 75%;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1019px) {
  #thu-f-content .campus-life-quote {
    width: 90%;
  }
}
#thu-f-content .campus-life-body {
  margin: 0 auto;
}
@media print, screen and (min-width: 1020px) {
  #thu-f-content .campus-life-body {
    width: 75%;
  }
}
#thu-f-content .campus-life-body .campus-wrap {
  align-items: center;
  margin: 0 auto;
  /*横向きの際に適用*/
}
@media print, screen and (min-width: 768px) and (max-width: 1019px) {
  #thu-f-content .campus-life-body .campus-wrap {
    width: 90%;
  }
}
@media print, screen and (max-width: 768px) {
  #thu-f-content .campus-life-body .campus-wrap {
    flex-direction: column;
  }
  #thu-f-content .campus-life-body .campus-wrap .campus-life-img-container {
    width: 100%;
    justify-content: center;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1019px) {
  #thu-f-content .campus-life-body .campus-wrap .campus-life-img-container {
    justify-content: flex-start;
  }
  #thu-f-content .campus-life-body .campus-wrap .campus-life-img-container .img-wrap {
    width: 100%;
  }
}
#thu-f-content .campus-life-body .campus-dec p {
  margin-bottom: 32px;
  font-size: 18px;
  line-height: 1.8;
  /*横向きの際に適用*/
}
@media print, screen and (max-width: 768px) {
  #thu-f-content .campus-life-body .campus-dec p {
    font-size: 4vw;
  }
}
@media print, screen and (min-width: 1020px) {
  #thu-f-content .tuition-quote,
#thu-f-content .column-body {
    width: 75%;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1019px) {
  #thu-f-content .tuition-quote,
#thu-f-content .column-body {
    width: 90%;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1019px) {
  #thu-f-content .tuition-body {
    width: 90%;
  }
  #thu-f-content .tuition-body .tuition-right-text {
    width: 100%;
    font-size: 18px;
  }
}
#thu-f-content .entrance-exam-body .info-box,
#thu-f-content .qualification .qualification-quote .info-box,
#thu-f-content .campus-life .info-box,
#thu-f-content .tuition .info-box,
#thu-f-content .open-campus .info-box,
#thu-f-content .column-body .info-box,
#thu-f-content .news .info-box {
  padding: 2px;
}
@media print, screen and (min-width: 1020px) {
  #thu-f-content .column-body .info-box .title,
#thu-f-content .column .mobile-view .info-box .title {
    font-size: 30px;
  }
}
@media print, screen and (min-width: 1020px) {
  #thu-f-content .open-campus-quote {
    width: 75%;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1019px) {
  #thu-f-content .open-campus-quote {
    width: 90%;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1019px) {
  #thu-f-content .open-campus-body .open-campus-content {
    font-size: clamp(36px, 3.6vw, 49px);
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1019px) {
  #thu-f-content .open-campus-body .open-campus-svg {
    top: -60px;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1019px) {
  #thu-f-content .open-campus-body {
    width: 90%;
  }
  #thu-f-content .open-campus-body .open-campus-right-container {
    width: 60%;
  }
  #thu-f-content .open-campus-body .open-campus-right-container .open-campus-content {
    font-size: clamp(36px, 4.5vw, 45px);
    text-align: center;
  }
  #thu-f-content .open-campus-body .open-campus-right-container .open-campus-content .open-campus-svg {
    right: 3vw;
    top: -6vw;
    width: 55px;
  }
}
#thu-f-content .about-card .left {
  /* Flexboxによる中央揃えを最優先で適用 */
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  align-items: center !important;
  /* 上下のpaddingを強制的に0にリセット */
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
#thu-f-content .about-card .left > h3 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding: 0;
}
#thu-f-content .news h3.section-subtitle {
  margin-bottom: 24px;
}
#thu-f-content .new {
  position: relative;
  /*横向きの際に適用*/
}
@media print, screen and (min-width: 1020px) {
  #thu-f-content .new {
    gap: 10px;
  }
}
@media print, screen and (max-width: 768px) {
  #thu-f-content .new {
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
  }
}
#thu-f-content .new .new-status {
  width: 15%;
  padding: 0;
  text-align: center;
  /*横向きの際に適用*/
}
@media print, screen and (max-width: 768px) {
  #thu-f-content .new .new-status {
    width: auto;
    min-width: 30vw;
    padding: 0 5px;
    font-size: 3.5vw !important;
  }
}
#thu-f-content .new dl {
  color: var(--blue);
  /*横向きの際に適用*/
}
@media print, screen and (min-width: 1020px) {
  #thu-f-content .new dl {
    display: flex;
    width: 85%;
  }
}
@media print, screen and (max-width: 768px) {
  #thu-f-content .new dl {
    margin-top: 10px;
  }
}
#thu-f-content .new dl dt, #thu-f-content .new dl dd {
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
}
#thu-f-content .new dl dt {
  width: 120px;
  /*横向きの際に適用*/
}
@media print, screen and (max-width: 768px) {
  #thu-f-content .new dl dt {
    width: 100%;
  }
}
#thu-f-content .new dl dd {
  width: 100%;
  /*横向きの際に適用*/
}
@media print, screen and (min-width: 1020px) {
  #thu-f-content .new dl dd {
    width: calc(100% - 120px);
  }
}
@media print, screen and (max-width: 768px) {
  #thu-f-content .new dl dd {
    margin-top: 6px;
  }
}
#thu-f-content .navigation-guide-header {
  /*横向きの際に適用*/
}
@media print, screen and (min-width: 768px) and (max-width: 1019px) {
  #thu-f-content .navigation-guide-header {
    width: 100%;
    padding: 5%;
  }
}
@media print, screen and (max-width: 768px) {
  #thu-f-content .navigation-guide-header {
    width: 100%;
    padding: 5%;
  }
}
#thu-f-content .navigation-guide-header .navigation-guide-title {
  margin: 0 0 24px;
  line-height: 1.2;
  /*横向きの際に適用*/
}
@media print, screen and (max-width: 768px) {
  #thu-f-content .navigation-guide-header .navigation-guide-title {
    font-size: 10vw;
  }
}
#thu-f-content .navigation-guide-header .navigation-guide-subtitle {
  margin-bottom: 0;
  line-height: 1.5;
  /*横向きの際に適用*/
}
@media print, screen and (min-width: 768px) and (max-width: 1019px) {
  #thu-f-content .navigation-guide-header .navigation-guide-subtitle {
    font-size: clamp(36px, 5vw, 50px);
  }
}
@media print, screen and (max-width: 768px) {
  #thu-f-content .navigation-guide-header .navigation-guide-subtitle {
    font-size: 5vw;
    line-height: 1.5;
  }
}
#thu-f-content .acb-main-title {
  margin-bottom: 0.67em;
  line-height: 1.3;
  letter-spacing: 0;
}
#thu-f-content .acb-subtitle {
  font-size: 24px;
}
#thu-f-content .common-title {
  letter-spacing: 0;
}
@media print, screen and (min-width: 768px) and (max-width: 1019px) {
  #thu-f-content .common-title {
    width: 90%;
  }
}
#thu-f-content .navigation-guide {
  /*横向きの際に適用*/
}
@media print, screen and (min-width: 768px) and (max-width: 1019px) {
  #thu-f-content .navigation-guide {
    margin-bottom: 50px;
  }
}
@media print, screen and (max-width: 768px) {
  #thu-f-content .navigation-guide {
    margin-bottom: 16px;
  }
}
#thu-f-content .column-btn-container {
  margin-top: 12px;
}
@media print, screen and (min-width: 1020px) {
  #thu-f-content .column-btn-container {
    margin-top: 24px;
  }
  #thu-f-content .column-btn-container .column-btn.btn {
    min-width: 240px;
  }
}
#thu-f-content .info-guide-title {
  margin-bottom: 0.67em;
}
@media print, screen and (max-width: 768px) {
  #thu-f-content .mobile-main-title-mobile {
    font-size: 7vw;
  }
  #thu-f-content .info-guide-subtitle {
    font-size: 3.5vw;
  }
  #thu-f-content .info-guide-title {
    font-size: 5.5vw;
  }
  #thu-f-content .mobile-hero-section {
    padding: 30px 0;
  }
  #thu-f-content .mobile-sns .quick-actions {
    width: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-left: 0;
    margin-bottom: 24px;
    gap: 4px;
  }
  #thu-f-content .quick-btn {
    align-items: center;
  }
  #thu-f-content .quick-btn .btn-text {
    gap: 10px;
    padding: 8px 0;
    font-size: 3.5vw;
  }
  #thu-f-content .quick-btn .btn-icon {
    width: 30px;
  }
  #thu-f-content .current-action {
    width: 80%;
  }
  #thu-f-content .other-actions {
    width: 80%;
    gap: 4px;
  }
  #thu-f-content .other-actions .quick-btn {
    gap: 10px;
  }
  #thu-f-content .other-actions .btn-text {
    display: flex;
    width: 80%;
    justify-content: center;
  }
  #thu-f-content .mobile-sns-subtitle {
    font-size: 3.5vw;
  }
  #thu-f-content .mobile-sns-menu {
    gap: 5px;
  }
  #thu-f-content .mobile-sns-menu-item {
    width: auto;
    min-width: auto;
    padding: 0 0 0 10px;
    font-size: 3.5vw;
  }
  #thu-f-content .tuition-right-btn-container {
    width: 86%;
  }
  #thu-f-content .tuition-right-btn-container .tuition-btn.btn {
    width: 100%;
  }
  #thu-f-content .open-campus-svg {
    top: -6vw;
    width: 6vw;
  }
  #thu-f-content .container-gif-2 {
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-height: 60vw;
    padding: 40% 0 5%;
  }
  #thu-f-content .container-gif-2 img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  #thu-f-content .hover-color {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
  }
  #thu-f-content .gif-move-2,
#thu-f-content .gif-move-3 {
    position: relative;
    left: 0;
    top: 0;
    text-align: center;
    z-index: 2;
    transform: none;
  }
  #thu-f-content .gif-move-2 {
    padding: 0;
    font-size: 7.2vw;
    line-height: 1.2;
    font-weight: bold;
  }
  #thu-f-content .gif-move-3 {
    margin-top: 12px;
    padding: 0;
    font-size: 4vw;
  }
  #thu-f-content .info-box,
#thu-f-content .news-quote .info-box {
    padding: 2px !important;
  }
}
#thu-f-content .new .new-status {
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif !important;
  font-size: 14.8px !important;
}
#thu-f-content .info-guide-icon {
  display: block;
  margin: 0 auto;
}
@media print, screen and (min-width: 768px) and (max-width: 1019px) {
  #thu-f-content .acb-content {
    width: 100%;
    gap: 0;
  }
  #thu-f-content .acb-content .acb-left {
    width: 60%;
  }
  #thu-f-content .acb-content .acb-left h1 {
    margin: 0 !important;
    font-size: clamp(32px, 4.6vw, 46px) !important;
  }
  #thu-f-content .acb-content .acb-left h2 {
    margin: 20px 0 0 !important;
    padding-left: 20px;
    font-size: clamp(16px, 2.4vw, 24px);
  }
  #thu-f-content .acb-content .acb-right {
    width: 40%;
    flex: none;
  }
  #thu-f-content .acb-content .acb-right img {
    width: 100%;
  }
}
#thu-f-content .acb-container.btn-area {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
}
#thu-f-content .acb-container.btn-area a {
  display: inline-block;
  width: auto !important;
}
#thu-f-content .selection-placeholder h4 {
  width: 200px;
  margin: 24px 0 15px;
  padding: 5px 0;
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  border-radius: 5px;
}
#thu-f-content .selection-placeholder h4.color1 {
  background-color: #3b88c3;
}
#thu-f-content .selection-placeholder h4.color2 {
  background-color: #ff914d;
}
#thu-f-content .selection-placeholder h4.color3 {
  background-color: #ffed00;
  color: var(--blue);
}
#thu-f-content .selection-placeholder h4.color4 {
  background-color: #00bf63;
}
#thu-f-content .selection-placeholder h4.color5 {
  background-color: #ff66c4;
}
#thu-f-content .selection-placeholder h4.color6 {
  background-color: #ff3131;
}
#thu-f-content .selection-placeholder p {
  display: flex;
  flex-wrap: wrap;
  color: #004aad;
  /*横向きの際に適用*/
}
@media print, screen and (max-width: 768px) {
  #thu-f-content .selection-placeholder p {
    margin-top: 10px;
  }
}
#thu-f-content .selection-placeholder p a {
  display: inline-flex;
  flex-wrap: wrap;
  color: #004aad;
}
#thu-f-content .selection-placeholder p a:hover {
  text-decoration: underline;
}
#thu-f-content .selection-placeholder p img {
  display: block;
  width: 8px;
  margin-right: 6px;
  /*横向きの際に適用*/
}
@media print, screen and (max-width: 768px) {
  #thu-f-content .selection-placeholder p img {
    display: inline-block;
    margin-right: 10px;
  }
}
#thu-f-content .selection-placeholder p span:nth-of-type(1) {
  display: flex;
  align-items: center;
  width: 220px;
  font-weight: bold;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", 游ゴシック体, YuGothic, 游ゴシック, "Yu Gothic", メイリオ, Meiryo, sans-serif !important;
  /*横向きの際に適用*/
}
@media print, screen and (max-width: 768px) {
  #thu-f-content .selection-placeholder p span:nth-of-type(1) {
    display: block;
    width: 100%;
    margin-bottom: 5px;
  }
}
@media print, screen and (min-width: 769px) {
  #thu-f-content .selection-placeholder p span:nth-of-type(2) {
    display: block;
    width: calc(100% - 230px);
  }
}
