@charset "UTF-8";
:root {
  /* Color palette */
  --white: #ffffff;
  --black: #000000;
  --blue: #1B2D73;
  --light-steel-blue: #D3DDF0;
  --grey: #F2F4FC;
  --turquoise: #4cdbac;
  --aqua: #57f9c4;
  --vidvid-azure: #18cde5;
  --vidvid-red: #f62723;
  --peach: #ffbd59;
  --sky-blue: #97c5e6;
  --blue-gradient: linear-gradient(90deg, #2d4a95, #0b9dd5);
  /* Typography */
  --font-japanese: "Tazugane Gothic HondaMKTA Med", sans-serif;
  --font-english: "Saira Condensed", sans-serif;
}

#thu-f-content {
  /*横向きの際に適用*/
}
@media print, screen and (max-width: 768px) {
  #thu-f-content {
    margin-bottom: 80px;
  }
}
#thu-f-content .parent_hero_mv {
  width: 100%;
  padding: 5% 0;
}
#thu-f-content .parent_hero_mv h1 {
  width: 75%;
  color: var(--aqua);
  font-size: 52px;
  font-family: var(--font-english);
  font-weight: 500;
  margin: 0 auto;
  line-height: 0.9;
  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 {
    width: 90%;
    font-size: 12vw;
  }
}
#thu-f-content .parent_hero_mv .tuition-subtitle {
  width: 75%;
  margin: 12px auto 0;
  margin-bottom: 24px;
  font-size: 24px;
  font-weight: 600 !important;
  color: #005eaa;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", 游ゴシック体, YuGothic, 游ゴシック, "Yu Gothic", メイリオ, Meiryo, sans-serif;
  /*横向きの際に適用*/
}
@media print, screen and (max-width: 768px) {
  #thu-f-content .parent_hero_mv .tuition-subtitle {
    width: 90%;
    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%;
  aspect-ratio: 16/9;
  border-radius: 20px;
  overflow: hidden;
  /*横向きの際に適用*/
}
#thu-f-content .parent_hero_mv-body figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@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;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", 游ゴシック体, YuGothic, 游ゴシック, "Yu Gothic", メイリオ, Meiryo, sans-serif;
  /*横向きの際に適用*/
}
@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;
  font-weight: normal;
  /*横向きの際に適用*/
}
@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);
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", 游ゴシック体, YuGothic, 游ゴシック, "Yu Gothic", メイリオ, Meiryo, sans-serif;
  /*横向きの際に適用*/
}
@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 .hero-title {
    font-size: clamp(36px, 5vw, 50px);
    margin-left: 0 !important;
  }
}
#thu-f-content .button {
  /*横向きの際に適用*/
}
@media print, screen and (min-width: 768px) and (max-width: 1019px) {
  #thu-f-content .button {
    flex-wrap: wrap;
  }
  #thu-f-content .button a {
    margin-top: 24px;
  }
}
@media print, screen and (max-width: 768px) {
  #thu-f-content .button {
    flex-direction: column;
    padding-top: 0;
  }
  #thu-f-content .button a {
    width: 86%;
    max-width: 100%;
    margin: 5px auto !important;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1019px) {
  #thu-f-content .section02 .section02-wrap {
    gap: 20px;
  }
  #thu-f-content .section02 .left {
    width: 30%;
  }
  #thu-f-content .section02 .right {
    width: 65%;
  }
  #thu-f-content .section02 .card-1 {
    height: auto;
    font-size: 15px !important;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1019px) {
  #thu-f-content .scholarship {
    font-size: clamp(50px, 7.2vw, 72px) !important;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1019px) {
  #thu-f-content .section03-warp {
    padding: 5%;
  }
  #thu-f-content .section03-warp .wrap {
    width: 100%;
  }
}
#thu-f-content .content-wrapper {
  max-width: 1020px;
}
#thu-f-content .main-title {
  line-height: 1;
  font-weight: 300 !important;
}
#thu-f-content .section-subtitle {
  margin-bottom: 60px;
  font-size: 24px;
  /*横向きの際に適用*/
}
@media print, screen and (min-width: 768px) and (max-width: 1019px) {
  #thu-f-content .section-subtitle {
    margin-left: 0 !important;
  }
}
@media print, screen and (max-width: 768px) {
  #thu-f-content .section-subtitle {
    margin-bottom: 30px;
    font-size: 4vw;
  }
}
#thu-f-content .container {
  overflow: hidden;
}
#thu-f-content .about-card .left,
#thu-f-content .about-card .right {
  height: auto;
  min-height: 194.08px;
}
#thu-f-content .about-card .right {
  /*横向きの際に適用*/
}
@media print, screen and (max-width: 768px) {
  #thu-f-content .about-card .right .title {
    font-family: "Saira Condensed", sans-serif !important;
    line-height: 1.4;
  }
}
#thu-f-content .support-button {
  background: var(--turquoise);
  border-radius: 100vh;
}
#thu-f-content .card-btn-mobile,
#thu-f-content .card-btn-mobile-2,
#thu-f-content .card-btn-mobile-5 {
  border-radius: 100vh;
}
#thu-f-content .card-btn,
#thu-f-content .card-1 {
  background: var(--turquoise);
  border-radius: 100vh;
}
#thu-f-content .life-support-subtitle {
  font-weight: normal;
}
#thu-f-content .news .life-support-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 {
  animation: none;
  width: 15%;
  margin: 0;
  padding: 2px 0;
  text-align: center;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif !important;
  font-size: 14.8px !important;
  white-space: initial;
  line-height: 1.4;
  /*横向きの際に適用*/
}
@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 .card-btn {
  justify-content: center;
  align-items: center;
}
@media print, screen and (min-width: 1020px) {
  #thu-f-content .card-btn {
    min-width: 240px;
  }
}
#thu-f-content .left-bottom-content .card-btn {
  min-width: auto;
  height: auto;
  padding-left: 0;
  padding-right: 0;
  font-size: 15px !important;
}
#thu-f-content .column-btn-container .column-btn.btn {
  background: var(--turquoise) !important;
  border-radius: 100vh;
  color: var(--white) !important;
  font-size: 17px;
  position: relative;
  white-space: nowrap;
  font-weight: bold;
  display: block;
  text-align: center;
  margin: 24px auto 0;
  padding: 11px 15px;
  /*横向きの際に適用*/
}
#thu-f-content .column-btn-container .column-btn.btn span {
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", 游ゴシック体, YuGothic, 游ゴシック, "Yu Gothic", メイリオ, Meiryo, sans-serif !important;
}
@media print, screen and (min-width: 1020px) {
  #thu-f-content .column-btn-container .column-btn.btn {
    width: 240px;
  }
}
@media print, screen and (max-width: 768px) {
  #thu-f-content .column-btn-container .column-btn.btn {
    width: 86%;
    height: auto;
    margin: 0 auto;
    padding: 11px 15px;
    font-size: 4vw !important;
  }
  #thu-f-content .column-btn-container .column-btn.btn span {
    font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", 游ゴシック体, YuGothic, 游ゴシック, "Yu Gothic", メイリオ, Meiryo, sans-serif;
  }
}
#thu-f-content .card a,
#thu-f-content .mobile-card a {
  display: block;
  width: 100%;
  margin: 0 auto;
  font-size: 16px;
  background-color: var(--blue);
  color: #fff;
  border: none;
}
@media print, screen and (min-width: 768px) and (max-width: 1019px) {
  #thu-f-content .carousel {
    gap: 10px;
  }
  #thu-f-content .carousel .card {
    margin: 0;
    padding: 3%;
    transform: scale(1);
  }
  #thu-f-content .carousel .card p {
    font-size: 16px;
  }
  #thu-f-content .carousel .card a {
    padding: 10px 0;
    font-size: 15px;
  }
}
#thu-f-content .campus-wrap .img-wrap,
#thu-f-content .campus-wrap .campus-dec {
  width: 49%;
}
@media print, screen and (min-width: 768px) and (max-width: 1019px) {
  #thu-f-content .campus-wrap .life-support-title {
    font-size: clamp(60px, 8vw, 80px);
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1019px) {
  #thu-f-content .campus-wrap .life-support-subtitle {
    font-size: clamp(20px, 2.7vw, 27px);
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1019px) {
  #thu-f-content .support-content {
    flex-wrap: nowrap;
  }
  #thu-f-content .support-content .m-l-60 {
    margin-left: 0 !important;
  }
  #thu-f-content .support-content h3 {
    font-size: clamp(50px, 7vw, 70px);
  }
  #thu-f-content .support-content .support-image {
    width: 30vw;
    height: 30vw;
  }
  #thu-f-content .support-content .support-text {
    width: calc(100% - 30vw);
  }
  #thu-f-content .support-content .support-text p {
    text-align: justify;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1019px) {
  #thu-f-content .facility-image-container {
    flex-direction: column;
    align-items: center;
  }
  #thu-f-content .facility-image-container h3.card-text {
    font-size: 24px;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1019px) {
  #thu-f-content .container.section04 .info-box-2 {
    width: 80%;
    margin: 0 auto;
  }
  #thu-f-content .container.section04 .info-box-2 h3.title2 {
    margin: 0 auto;
    font-size: 24px;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1019px) {
  #thu-f-content .button-box {
    flex-wrap: wrap;
  }
}
@media print, screen and (max-width: 768px) {
  #thu-f-content .mobile-hero-section {
    padding: 5% 0;
  }
  #thu-f-content .info-box {
    padding: 2px;
  }
  #thu-f-content .info-box .title {
    padding: 10px 0;
    font-size: 4.5vw;
  }
  #thu-f-content .info-box img {
    z-index: 1;
  }
  #thu-f-content .card-btn-mobile,
#thu-f-content .card-btn-mobile-2 {
    width: 86%;
    height: auto;
    margin: 0 auto;
    padding: 11px 15px;
    font-size: 4vw !important;
  }
  #thu-f-content .card-btn-mobile span,
#thu-f-content .card-btn-mobile-2 span {
    font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", 游ゴシック体, YuGothic, 游ゴシック, "Yu Gothic", メイリオ, Meiryo, sans-serif;
  }
  #thu-f-content .about-card .right .title {
    font-size: 4.2vw;
  }
  #thu-f-content .about-card .right .text {
    font-size: 3.5vw !important;
    text-align: justify;
  }
  #thu-f-content .main-title-scholar {
    line-height: 1;
  }
  #thu-f-content .container-gif {
    padding: 0;
  }
  #thu-f-content .container-gif p {
    margin-top: 12px;
    font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", 游ゴシック体, YuGothic, 游ゴシック, "Yu Gothic", メイリオ, Meiryo, sans-serif;
  }
  #thu-f-content .section04 .mobile-view.wrap {
    display: flex !important;
    justify-content: space-between;
    padding: 0;
  }
  #thu-f-content .section04 .mobile-view.wrap .moving-card {
    width: 49%;
  }
  #thu-f-content .section04 .mobile-view.wrap .moving-card .left-image {
    width: 40% !important;
    padding: 16px 0;
  }
  #thu-f-content .section04 .mobile-view.wrap .moving-card .title {
    font-size: 4vw;
  }
  #thu-f-content .section04 .mobile-view.wrap .moving-card .click-link {
    bottom: 0;
    margin: 0 0 10px;
    padding: 0 20px 5px 0;
    font-size: 5vw;
  }
  #thu-f-content .section04 .mobile-view.wrap .moving-card .click-text {
    margin: 0;
  }
  #thu-f-content .carousel {
    padding: 0;
    gap: 10px;
  }
  #thu-f-content .carousel .card {
    width: 90%;
  }
  #thu-f-content .carousel .card h2 {
    margin-bottom: 24px;
    font-size: 8vw;
    line-height: 1.3;
  }
  #thu-f-content .carousel .card p {
    font-size: 3.5vw;
    text-align: justify;
  }
  #thu-f-content .carousel .mobile-card {
    margin: 0;
    padding: 5%;
  }
  #thu-f-content .life-support-section {
    padding: 0 20px;
  }
  #thu-f-content .life-support-title,
#thu-f-content .section-title {
    font-size: 11vw;
    line-height: 1;
  }
  #thu-f-content .life-support-subtitle {
    font-size: 20px;
  }
  #thu-f-content .housing-card {
    margin: 10px auto 0;
    padding: 5%;
  }
  #thu-f-content .housing-title {
    font-size: 8vw;
  }
  #thu-f-content .housing-description {
    font-size: 3.5vw;
    text-align: justify;
    font-weight: normal;
  }
  #thu-f-content .access-section {
    margin-top: 24px;
  }
  #thu-f-content .access-section .mobile-view {
    margin-bottom: 0;
  }
  #thu-f-content .campus-facility-section {
    margin: 20px auto;
  }
  #thu-f-content .campus-facility-section .facility-title-full-width {
    width: 100%;
    left: 0;
    top: 0;
    margin: 0;
  }
  #thu-f-content .campus-facility-section .facility-title-full-width .facility-main-title {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 0;
    font-size: 5vw;
  }
  #thu-f-content .campus-facility-section .facility-text {
    font-size: 3.5vw;
    text-align: justify;
  }
  #thu-f-content .career-section {
    padding-top: 24px;
  }
  #thu-f-content .career-section .body-copy-lg2 {
    margin: 12px auto 0;
    font-size: 3.5vw;
    text-align: justify;
  }
  #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 .mobile-hide-3.container.section04 .main-title-scholar {
    font-size: 11vw;
    letter-spacing: 0;
  }
  #thu-f-content .main-title.fualification-font {
    font-size: 9vw !important;
    letter-spacing: 0;
  }
  #thu-f-content .life-support-title {
    font-size: 11vw !important;
  }
}
#thu-f-content .info-box {
  padding: 2px;
  background: #2D4A95;
  background: linear-gradient(90deg, #2d4a95 0%, #0b9dd5 100%);
  border: none;
}
#thu-f-content .info-box img {
  z-index: 1;
}
#thu-f-content .info-box h3 {
  width: 100%;
  height: 100%;
  padding: 15px 0;
  background-color: #fef8e6;
}
#thu-f-content .info-box::after {
  content: "";
  position: absolute;
  top: auto;
  left: 6px;
  bottom: 6px;
  display: block;
  width: 30px;
  height: 30%;
  background: none;
  border: solid 2px var(--blue);
  border-right: none;
  border-top: none;
}
#thu-f-content .info-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 60px;
  height: 40px;
  background: none;
  border: solid 2px #fff;
  border-right: none;
  border-bottom: none;
}
@media print, screen and (min-width: 768px) and (max-width: 1019px) {
  #thu-f-content .title {
    font-size: clamp(18px, 3vw, 30px);
  }
}
#thu-f-content .gif-right {
  /*横向きの際に適用*/
}
@media print, screen and (min-width: 769px) {
  #thu-f-content .gif-right {
    right: 0;
  }
}
@media print, screen and (max-width: 768px) {
  #thu-f-content .gif-right {
    right: 0;
  }
}
@media print, screen and (min-width: 769px) {
  #thu-f-content .campus-content {
    width: 50%;
  }
}
#thu-f-content .nav-arrow {
  /*横向きの際に適用*/
}
@media print, screen and (max-width: 768px) {
  #thu-f-content .nav-arrow {
    display: flex;
    justify-content: center;
    margin-top: 0;
    padding: 0;
  }
  #thu-f-content .nav-arrow::before, #thu-f-content .nav-arrow::after {
    content: none;
  }
  #thu-f-content .nav-arrow.nav-arrow-left {
    left: -5px;
  }
  #thu-f-content .nav-arrow.nav-arrow-right {
    right: -5px;
  }
}
