@charset "UTF-8";
#thu-f-content {
  /*横向きの際に適用*/
  /*横向きの際に適用*/
}
#thu-f-content .cta-button {
  background: var(--turquoise);
}
#thu-f-content .cta-button:hover {
  background: var(--turquoise);
}
#thu-f-content .btn,
#thu-f-content .cta-button {
  width: 80%;
  max-width: none;
  margin: 0 auto;
  background: var(--turquoise) !important;
  transition: none;
}
@media print, screen and (min-width: 1020px) {
  #thu-f-content .btn,
#thu-f-content .cta-button {
    max-width: 320px;
  }
}
#thu-f-content .btn:hover,
#thu-f-content .cta-button:hover {
  transform: none;
}
#thu-f-content .campus_life-mv {
  background-color: #005eaa;
  /*横向きの際に適用*/
}
#thu-f-content .campus_life-mv p {
  padding: 3.5% 5%;
  font-size: 21px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  background-color: #005eaa;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", 游ゴシック体, YuGothic, 游ゴシック, "Yu Gothic", メイリオ, Meiryo, sans-serif !important;
}
@media print, screen and (min-width: 768px) and (max-width: 1019px) {
  #thu-f-content .campus_life-mv p {
    font-size: clamp(16px, 2.1vw, 21px);
  }
}
@media print, screen and (max-width: 768px) {
  #thu-f-content .campus_life-mv p {
    font-size: 3.5vw;
  }
}
#thu-f-content .card2 .card-title h2.facility-main-title {
  line-height: 1.5;
}
#thu-f-content h2.campus {
  font-family: var(--japanese_font) !important;
  font-weight: 300 !important;
  letter-spacing: 0.15em;
  /*横向きの際に適用*/
}
#thu-f-content h2.campus::after {
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: auto 100%;
  opacity: 0.5;
}
@media print, screen and (min-width: 1020px) {
  #thu-f-content h2.campus {
    margin-bottom: 45px;
    padding-bottom: 10px;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1019px) {
  #thu-f-content h2.campus {
    margin-bottom: 30px;
    padding-bottom: 10px;
  }
}
@media print, screen and (max-width: 768px) {
  #thu-f-content h2.campus {
    margin: 20px auto;
    padding: 0;
    font-size: 7vw !important;
    letter-spacing: 0.1em;
  }
  #thu-f-content h2.campus::after {
    left: 50%;
    bottom: 0;
    width: 100%;
    height: 100%;
    transform: translateX(-50%);
  }
}
#thu-f-content h2.campus.campus1 {
  margin-top: 0;
}
#thu-f-content .calendar-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 5px;
  width: 79%;
  max-width: 1200px;
  margin: 24px auto;
  /*横向きの際に適用*/
}
@media print, screen and (max-width: 768px) {
  #thu-f-content .calendar-nav {
    width: 94%;
  }
}
#thu-f-content .calendar-nav li {
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc((100% - 30px) / 6);
  height: 40px;
  border: solid 1px var(--blue);
  cursor: pointer;
}
#thu-f-content .calendar-nav li.active {
  background-color: var(--blue);
  color: #fff;
}
@media print, screen and (min-width: 1020px) {
  #thu-f-content .calendar-nav li:hover {
    background-color: var(--blue);
    color: #fff;
  }
}
#thu-f-content .event-container {
  /*横向きの際に適用*/
}
@media print, screen and (max-width: 768px) {
  #thu-f-content .event-container {
    width: 94% !important;
    min-height: 95vw;
    margin: 0 auto;
    padding: 10% 3% 3%;
  }
  #thu-f-content .event-container .event-left {
    gap: 10px;
  }
  #thu-f-content .event-container .event-list {
    flex-direction: initial;
    flex-wrap: wrap;
  }
}
#thu-f-content .campus-facility-section {
  position: relative;
  /*横向きの際に適用*/
}
@media print, screen and (max-width: 768px) {
  #thu-f-content .campus-facility-section {
    margin-top: 0 !important;
    padding-top: 18vw;
  }
}
#thu-f-content .facility-title-full-width {
  /*横向きの際に適用*/
}
@media print, screen and (max-width: 768px) {
  #thu-f-content .facility-title-full-width {
    position: absolute;
    left: 0;
    top: 22px;
    width: 100%;
    margin: 0;
    height: 47px;
  }
  #thu-f-content .facility-title-full-width .facility-main-title {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    padding: 0;
  }
}
@media print, screen and (max-width: 768px) {
  #thu-f-content .facility-subtitle {
    font-size: 5vw !important;
  }
  #thu-f-content .facility-text {
    padding: 0;
    font-size: 3.5vw !important;
    text-align: justify;
  }
}
#thu-f-content .facility-link {
  border: 1px solid #182d6e;
  text-align: center;
  color: #173285;
  display: block;
  padding: 10px;
  text-decoration: none;
  font-weight: bold;
  cursor: pointer;
  /*横向きの際に適用*/
}
@media print, screen and (max-width: 768px) {
  #thu-f-content .facility-link {
    font-size: 3.5vw;
  }
}
#thu-f-content .section04 {
  /*横向きの際に適用*/
}
@media print, screen and (min-width: 1020px) {
  #thu-f-content .section04.container {
    min-height: auto;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1019px) {
  #thu-f-content .section04.container {
    width: 100%;
  }
  #thu-f-content .section04.container.m-b-88 {
    margin-bottom: 32px !important;
  }
  #thu-f-content .section04.container .card2 {
    justify-content: center;
  }
  #thu-f-content .section04.container .facility-image-container {
    flex-direction: column;
    align-items: center;
    height: auto;
  }
  #thu-f-content .section04.container .campus-content {
    max-width: 100%;
  }
  #thu-f-content .section04.container .campus-content h3.card-text {
    font-size: clamp(20px, 2.8vw, 28px);
  }
  #thu-f-content .section04.container .info-box-2 {
    width: 60%;
    margin: 0 auto;
    padding: 10px 0;
  }
  #thu-f-content .section04.container .info-box-2 .title-campus {
    font-size: clamp(16px, 2.4vw, 24px);
  }
}
#thu-f-content .section04 .img {
  position: relative;
}
#thu-f-content .section04 .img img[alt=arrowleft] {
  margin: 0 20px 0 0;
}
#thu-f-content .section04 .img img[alt=arrowright] {
  margin: 0 0 0 20px;
}
#thu-f-content .section04 .img::after {
  display: none;
}
#thu-f-content .section04 .img figure {
  position: relative;
  display: block;
}
#thu-f-content .section04 .img figure::after {
  content: "";
  position: absolute;
  top: 10px;
  left: 10px;
  width: 100%;
  height: 100%;
  background: white;
  z-index: -1;
  border: 1px solid #4cdbac;
}
@media print, screen and (max-width: 768px) {
  #thu-f-content .section04 .nav-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding: 0;
  }
  #thu-f-content .section04 .nav-arrow::before, #thu-f-content .section04 .nav-arrow::after {
    content: none;
  }
  #thu-f-content .section04 .nav-arrow:hover {
    background-color: transparent;
  }
  #thu-f-content .section04 .nav-arrow:hover .arrow-image {
    transform: scale(1);
  }
  #thu-f-content .section04 .nav-arrow img {
    position: static;
    margin: 0;
  }
  #thu-f-content .section04 .nav-arrow-left {
    left: 0;
  }
  #thu-f-content .section04 .nav-arrow-right {
    right: 0;
  }
  #thu-f-content .section04 .facility-image-wrapper {
    flex: none;
    width: 80%;
    margin: 0 auto;
  }
  #thu-f-content .section04 .facility-description {
    padding: 15px 0;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1019px) {
  #thu-f-content .event-section {
    width: 100%;
    padding-left: 5%;
    padding-right: 5%;
    gap: 10px;
  }
}
#thu-f-content .event-section .event-card {
  /*横向きの際に適用*/
}
@media print, screen and (min-width: 768px) and (max-width: 1019px) {
  #thu-f-content .event-section .event-card {
    width: calc((100% - 20px) / 3);
  }
  #thu-f-content .event-section .event-card .event-btn {
    height: auto;
    font-size: 14px !important;
  }
}
@media print, screen and (max-width: 768px) {
  #thu-f-content .event-section .event-card .event-title {
    margin: 0 !important;
  }
  #thu-f-content .event-section .event-card .event-desc {
    margin-bottom: 0 !important;
    font-size: 3.5vw !important;
    text-align: justify;
  }
  #thu-f-content .event-section .event-card .event-btn {
    height: auto;
    background: var(--turquoise) !important;
    font-size: 4vw !important;
  }
  #thu-f-content .event-section .event-card .event-btn a {
    align-items: center;
  }
}
#thu-f-content .image-gallery {
  height: 200px;
}
#thu-f-content .international-exchange {
  padding-top: 0;
  padding-bottom: 0;
  /*横向きの際に適用*/
}
@media print, screen and (min-width: 768px) and (max-width: 1019px) {
  #thu-f-content .international-exchange {
    padding: 0;
  }
  #thu-f-content .international-exchange .container {
    width: 100%;
    padding: 0 5%;
  }
  #thu-f-content .international-exchange .header-section .copy {
    width: 60%;
  }
  #thu-f-content .international-exchange .header-section .copy h2.campus {
    font-size: clamp(24px, 3.5vw, 35px);
  }
  #thu-f-content .international-exchange .header-section div.mobile-hide {
    width: 35%;
  }
  #thu-f-content .international-exchange .header-section div.mobile-hide .webimage {
    height: auto !important;
  }
}
@media print, screen and (max-width: 768px) {
  #thu-f-content .international-exchange {
    padding: 24px 0;
  }
}
@media print, screen and (min-width: 1020px) {
  #thu-f-content .international-exchange .header-section .copy {
    width: 60%;
  }
}
@media print, screen and (min-width: 1020px) {
  #thu-f-content .breakfast-100yen-container {
    margin-bottom: 0;
    padding-bottom: 0;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1019px) {
  #thu-f-content .breakfast-100yen-container {
    margin-bottom: 0;
    padding: 40px 0;
  }
}
@media print, screen and (min-width: 1020px) {
  #thu-f-content h3.card-text {
    font-size: 18px;
  }
  #thu-f-content p.card-text {
    text-align: justify;
  }
}
#thu-f-content .event-desc {
  text-align: justify;
}
#thu-f-content .copy + .circles-clubs-button {
  /*横向きの際に適用*/
}
@media print, screen and (max-width: 768px) {
  #thu-f-content .copy + .circles-clubs-button {
    margin-top: 24px;
  }
}
#thu-f-content .copy .para {
  margin: 0 auto;
  background-color: transparent;
  background-image: radial-gradient(circle, #b0c2dc 1px, transparent 1px);
  background-size: 6px 2.5em;
  background-repeat: repeat;
  background-position: left bottom;
  line-height: 2.5em;
  padding: 5px 0 20px;
  white-space: normal;
  text-align: justify;
  /*横向きの際に適用*/
  /*横向きの際に適用*/
}
@media print, screen and (max-width: 768px) {
  #thu-f-content .copy .para {
    padding: 5px 0 18px;
  }
}
#thu-f-content .copy .para + .para {
  padding-top: 5px;
}
#thu-f-content .copy .para::after {
  display: none;
}
#thu-f-content .copy .para + a {
  margin-top: 24px;
}
@media print, screen and (min-width: 1020px) {
  #thu-f-content .copy .para {
    font-size: 16px;
  }
}
@media print, screen and (max-width: 768px) {
  #thu-f-content .copy .para {
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
  }
}
#thu-f-content .program-circle::after {
  color: #fff;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.7);
}
#thu-f-content .nav-item {
  margin-bottom: 10px;
}
#thu-f-content .nav-item .nav-icon {
  width: 100px;
  height: auto;
  margin-bottom: 0;
  /*横向きの際に適用*/
}
#thu-f-content .nav-item .nav-icon img {
  width: 100% !important;
}
@media print, screen and (max-width: 768px) {
  #thu-f-content .nav-item .nav-icon {
    width: 60px;
  }
}
#thu-f-content .nav-item h3 {
  width: calc(100% - 100px);
  line-height: 1.8;
  text-decoration: underline;
  text-decoration-color: #4ECDC4;
  text-underline-offset: 5px;
  text-decoration-thickness: 2px;
  font-size: 18px;
  /*横向きの際に適用*/
}
@media print, screen and (max-width: 768px) {
  #thu-f-content .nav-item h3 {
    width: calc(100% - 60px);
    padding-left: 20px;
    font-size: 3.5vw !important;
  }
}
#thu-f-content .nav-item a {
  display: flex;
  justify-content: center;
  align-items: center;
}
#thu-f-content .nav-item a:hover h3 {
  text-decoration-color: var(--blue);
}
#thu-f-content .interview .visual .label {
  padding: 0;
  background: none;
}
@media print, screen and (min-width: 768px) and (max-width: 1019px) {
  #thu-f-content .interview .container {
    width: 100%;
    padding: 0 5%;
  }
  #thu-f-content .interview .interview-item {
    gap: 24px;
  }
  #thu-f-content .interview .interview-item .copy:not(.container) {
    margin-left: 0;
  }
  #thu-f-content .interview .interview-item .photo-3 {
    background-position: 50% center;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1019px) {
  #thu-f-content #student_teacher {
    padding: 0 5%;
  }
  #thu-f-content #student_teacher .section04.container {
    min-height: auto;
  }
  #thu-f-content #student_teacher .event-right {
    height: auto;
  }
  #thu-f-content #student_teacher .event-right .event-image-left {
    margin-top: -48px !important;
  }
  #thu-f-content #student_teacher .event-right .event-image-left img {
    height: 100%;
  }
  #thu-f-content #student_teacher h2.campus {
    font-size: clamp(24px, 3.5vw, 35px);
  }
}
#thu-f-content #campus_calender .event-right .noimage {
  opacity: 0;
}
@media print, screen and (max-width: 768px) {
  #thu-f-content .nav-header {
    top: -20px;
  }
  #thu-f-content .scroll-text-design {
    right: 30px;
    top: 40px;
  }
  #thu-f-content .university-info {
    width: 98%;
  }
  #thu-f-content .nav-title {
    padding: 6px 30px;
    font-size: 4vw !important;
  }
  #thu-f-content .nav-items {
    padding-left: 0;
  }
  #thu-f-content .section04.m-b-88 {
    margin-bottom: 0;
  }
  #thu-f-content .text-center {
    padding: 0;
  }
  #thu-f-content .mobile-view.interview {
    padding: 0;
  }
  #thu-f-content .interview-item {
    gap: 41px;
  }
  #thu-f-content .mobile-view-2 {
    margin-top: 24px;
  }
  #thu-f-content .program-grid {
    justify-content: center;
    gap: 10px;
  }
}
#thu-f-content .april-event-section {
  /*横向きの際に適用*/
}
@media print, screen and (min-width: 1020px) {
  #thu-f-content .april-event-section {
    margin-top: 64px;
    padding: 0 0 40px;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1019px) {
  #thu-f-content .april-event-section {
    padding-left: 5%;
    padding-right: 5%;
  }
}
@media print, screen and (max-width: 768px) {
  #thu-f-content .april-event-section {
    padding: 0;
  }
}
#thu-f-content .circles-clubs-title {
  /*横向きの際に適用*/
}
@media print, screen and (max-width: 768px) {
  #thu-f-content .circles-clubs-title {
    margin-bottom: 12px;
  }
}
#thu-f-content .april-event-section2 .event-container-2 {
  align-items: flex-start;
  min-height: auto;
}
#thu-f-content .april-event-section2 .event-left-2 {
  flex: none;
  width: 45%;
}
#thu-f-content .april-event-section2 .event-right {
  width: 52%;
  height: auto;
}
#thu-f-content .april-event-section2 .event-right div {
  height: 430px;
  border-radius: 20px;
  overflow: hidden;
}
@media print, screen and (min-width: 768px) and (max-width: 1019px) {
  #thu-f-content .april-event-section2 .event-right div {
    height: 30vw;
  }
}
#thu-f-content .april-event-section2 .event-right .event-image-right {
  margin-top: -70px;
}
#thu-f-content .program-item {
  /*横向きの際に適用*/
}
@media print, screen and (max-width: 768px) {
  #thu-f-content .program-item {
    width: 48%;
    height: auto;
    aspect-ratio: 1/1;
  }
}
#thu-f-content .program-circle {
  width: 240px;
  height: 240px;
  /*横向きの際に適用*/
}
@media print, screen and (min-width: 768px) and (max-width: 1019px) {
  #thu-f-content .program-circle {
    width: 27vw;
    height: 27vw;
  }
}
@media print, screen and (max-width: 768px) {
  #thu-f-content .program-circle {
    width: 100%;
    height: 100%;
  }
}
#thu-f-content .sns-buttons-horizontal {
  /*横向きの際に適用*/
}
@media print, screen and (min-width: 768px) and (max-width: 1019px) {
  #thu-f-content .sns-buttons-horizontal {
    width: 100%;
    gap: 15px;
    flex-wrap: nowrap;
  }
}
@media print, screen and (max-width: 768px) {
  #thu-f-content .sns-buttons-horizontal {
    gap: 10px;
    margin: 30px 0;
  }
}
#thu-f-content .social-button-container {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: auto;
  /*横向きの際に適用*/
}
@media print, screen and (min-width: 768px) and (max-width: 1019px) {
  #thu-f-content .social-button-container {
    flex: none;
    min-width: auto;
  }
}
@media print, screen and (max-width: 768px) {
  #thu-f-content .social-button-container {
    gap: 4px;
    width: calc((100% - 10px) / 2);
    margin: 0;
  }
}
#thu-f-content .social-icon {
  width: 50px;
  height: 50px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  /*横向きの際に適用*/
}
@media print, screen and (min-width: 768px) and (max-width: 1019px) {
  #thu-f-content .social-icon {
    width: 30px;
    height: 30px;
  }
}
@media print, screen and (max-width: 768px) {
  #thu-f-content .social-icon {
    width: 30px;
    height: 30px;
  }
}
#thu-f-content .social-action-button {
  color: white;
  padding: 15px 20px;
  text-decoration: none;
  border-radius: 0 8px 8px 0;
  font-size: 14px;
  font-weight: bold;
  border: none;
  display: flex;
  align-items: center;
  height: 50px;
  box-sizing: border-box;
  /*横向きの際に適用*/
}
@media print, screen and (max-width: 768px) {
  #thu-f-content .social-action-button {
    justify-content: center;
    width: calc(100% - 40px);
    padding: 0 !important;
    line-height: 1.2;
  }
}
#thu-f-content .circles-clubs.mobile-view .mobile-view-2 {
  /*横向きの際に適用*/
}
@media print, screen and (max-width: 768px) {
  #thu-f-content .circles-clubs.mobile-view .mobile-view-2 {
    display: flex !important;
    flex-direction: row;
    gap: 24px;
    margin-top: 0;
  }
  #thu-f-content .circles-clubs.mobile-view .mobile-view-2 .circles-clubs-middle,
#thu-f-content .circles-clubs.mobile-view .mobile-view-2 .circles-clubs-right {
    width: 100%;
    height: 200px;
    transition: transform 0.3s ease;
    display: block;
    border-radius: 20px;
    overflow: hidden;
  }
  #thu-f-content .circles-clubs.mobile-view .mobile-view-2 .circles-clubs-middle .image-container,
#thu-f-content .circles-clubs.mobile-view .mobile-view-2 .circles-clubs-right .image-container {
    width: 100%;
    height: 100%;
  }
  #thu-f-content .circles-clubs.mobile-view .mobile-view-2 .circles-clubs-middle img,
#thu-f-content .circles-clubs.mobile-view .mobile-view-2 .circles-clubs-right img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
  }
  #thu-f-content .circles-clubs.mobile-view .mobile-view-2 .circles-clubs-middle {
    margin-top: 24px !important;
  }
  #thu-f-content .circles-clubs.mobile-view .mobile-view-2 .circles-clubs-right {
    flex: 1;
    margin: 0;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1019px) {
  #thu-f-content .breakfast-outlined-title-newstyle h1 {
    position: relative;
    margin: 0 0 -5vw;
    z-index: 1;
  }
  #thu-f-content .breakfast-outlined-title-newstyle .container {
    width: 100%;
  }
  #thu-f-content .breakfast-outlined-title-newstyle .container .breakfast-hero {
    height: 70vw;
  }
  #thu-f-content .breakfast-outlined-title-newstyle .container .bfast-stack {
    width: 90%;
  }
  #thu-f-content .breakfast-outlined-title-newstyle .container .bfast-headline-group {
    bottom: 10vw;
  }
}
@media print, screen and (min-width: 1020px) {
  #thu-f-content .breakfast-outlined-title {
    position: relative;
    margin: 0 auto -24px;
    z-index: 1;
  }
}
@media print, screen and (min-width: 1020px) {
  #thu-f-content .student-cafeteria .student-cafeteria-item {
    display: flex;
    justify-content: space-between;
  }
}
#thu-f-content .student-cafeteria .student-cafeteria-item h3 {
  margin-bottom: 24px;
  font-size: 40px;
  color: #005eaa;
  line-height: 1.3;
  /*横向きの際に適用*/
}
@media print, screen and (max-width: 768px) {
  #thu-f-content .student-cafeteria .student-cafeteria-item h3 {
    margin-bottom: 12px;
    font-size: 6vw;
  }
}
#thu-f-content .student-cafeteria .copy {
  width: 52%;
  /*横向きの際に適用*/
}
@media print, screen and (max-width: 768px) {
  #thu-f-content .student-cafeteria .copy {
    width: 100%;
    margin-top: 24px;
  }
}
#thu-f-content .student-cafeteria .student-cafeteria-item-pic {
  width: 45%;
  /*横向きの際に適用*/
}
@media print, screen and (max-width: 768px) {
  #thu-f-content .student-cafeteria .student-cafeteria-item-pic {
    width: 90%;
    margin: 0 auto;
  }
}
#thu-f-content .student-cafeteria .slick-dots {
  bottom: -30px;
}
#thu-f-content .student-cafeteria .slick-dots li button:before {
  font-size: 12px;
}
#thu-f-content .student-cafeteria .slick-dots li.slick-active button:before {
  color: #4FE2B2;
}
