@charset "UTF-8";
#thu-f-content {
  /*横向きの際に適用*/
}
#thu-f-content .enrollment-mv {
  width: 100vw;
  height: 700px;
  padding-top: 200px;
  position: relative;
  z-index: 0;
  /*background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;*/
  /*横向きの際に適用*/
}
#thu-f-content .enrollment-mv .enrollment-mv-img {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  picture {
    display: block;
    width: 100%;
    height: 100%;
  }
  img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
  }
}
#thu-f-content .enrollment-mv h1 {
  width: 70%;
  margin: 0 auto 48px;
}
#thu-f-content .enrollment-mv p {
  padding: 3.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 .enrollment-mv p {
    font-size: clamp(16px, 2.1vw, 21px);
  }
}
@media print, screen and (max-width: 768px) {
  #thu-f-content .enrollment-mv {
    height: 90vw;
    padding-top: 12vw;
  }
  #thu-f-content .enrollment-mv h1 {
    width: 90%;
  }
  #thu-f-content .enrollment-mv p {
    font-size: 3.5vw;
  }
}
#thu-f-content .one-card {
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
#thu-f-content .center-button {
  /*横向きの際に適用*/
}
#thu-f-content .center-button .web-button {
  background: var(--turquoise) !important;
}
@media print, screen and (max-width: 768px) {
  #thu-f-content .center-button {
    width: 86%;
  }
  #thu-f-content .center-button .web-button {
    width: 100% !important;
  }
}
#thu-f-content .devide-line + section .card-section .card {
  /*横向きの際に適用*/
}
@media print, screen and (max-width: 768px) {
  #thu-f-content .devide-line + section .card-section .card {
    min-width: 55vw !important;
    max-width: 100% !important;
    flex-shrink: 0 !important;
  }
}
#thu-f-content .mixed-title {
  display: block;
  align-items: baseline;
  margin-bottom: 24px;
  color: var(--blue);
  font-size: 40px;
  line-height: 1;
  text-align: center;
  font-weight: bold;
  /*横向きの際に適用*/
}
@media print, screen and (max-width: 768px) {
  #thu-f-content .mixed-title {
    font-size: 4.2vw;
  }
}
#thu-f-content .mixed-title span {
  font-size: 200%;
}
#thu-f-content .mixed-title span, #thu-f-content .mixed-title small {
  font-weight: bold;
}
#thu-f-content h3.section-subtitle {
  /*横向きの際に適用*/
}
@media print, screen and (max-width: 768px) {
  #thu-f-content h3.section-subtitle {
    font-size: 4.5vw !important;
  }
}
#thu-f-content .courses-container {
  padding: 0;
  /*横向きの際に適用*/
}
@media print, screen and (max-width: 768px) {
  #thu-f-content .courses-container {
    grid-template-columns: none;
    display: flex;
    flex-wrap: wrap;
    gap: 0;
    row-gap: 20px;
    padding: 0;
  }
}
#thu-f-content .course {
  height: auto;
  /*横向きの際に適用*/
}
@media print, screen and (max-width: 768px) {
  #thu-f-content .course {
    width: 33.3333333333%;
  }
}
#thu-f-content .card-btn span {
  /*横向きの際に適用*/
}
@media print, screen and (min-width: 769px) {
  #thu-f-content .card-btn span br {
    display: none;
  }
}
@media print, screen and (max-width: 768px) {
  #thu-f-content .card-btn span {
    font-size: clamp(12px, 2.5vw, 15px) !important;
  }
}
#thu-f-content .card {
  background-color: rgba(255, 255, 255, 0.5);
  /*横向きの際に適用*/
}
#thu-f-content .card .card-btn {
  position: absolute;
  left: calc(50% + 6px);
  bottom: 12px;
  width: 88%;
  transform: translateX(-50%);
}
#thu-f-content .card .card-title {
  /*横向きの際に適用*/
  /*横向きの際に適用*/
}
@media print, screen and (min-width: 769px) {
  #thu-f-content .card .card-title {
    align-items: flex-start;
  }
  #thu-f-content .card .card-title h3 br {
    display: none;
  }
}
@media print, screen and (max-width: 768px) {
  #thu-f-content .card .card-title h2 {
    height: auto;
    font-size: 7vw;
    line-height: 1.4;
  }
}
@media print, screen and (max-width: 768px) {
  #thu-f-content .card .card-title {
    align-items: flex-end;
    width: 100%;
  }
  #thu-f-content .card .card-title h3 {
    height: auto !important;
    padding-bottom: 3px;
    font-size: 3.5vw !important;
    line-height: 1.2;
  }
}
#thu-f-content .card .card-text {
  /*横向きの際に適用*/
}
@media print, screen and (min-width: 768px) and (max-width: 1019px) {
  #thu-f-content .card .card-text {
    font-size: 18px !important;
  }
}
@media print, screen and (max-width: 768px) {
  #thu-f-content .card .card-text {
    font-size: 3.5vw !important;
  }
}
@media print, screen and (max-width: 768px) {
  #thu-f-content .card {
    width: 49%;
    height: auto;
  }
  #thu-f-content .card .card-btn {
    left: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-left: 0 !important;
  }
  #thu-f-content .card .card-btn span {
    font-size: 3vw !important;
    line-height: 1.2;
  }
}
#thu-f-content .first-div {
  position: relative !important;
  left: 0 !important;
  top: 0 !important;
  padding: 4px 9px 60px 29px !important;
  z-index: 1;
  background: transparent !important;
  /*横向きの際に適用*/
}
@media print, screen and (min-width: 1020px) {
  #thu-f-content .first-div::after {
    content: "";
    display: block;
    position: absolute;
    left: 10px;
    top: 10px;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.5);
    z-index: -1;
  }
}
@media print, screen and (max-width: 768px) {
  #thu-f-content .first-div {
    padding: 4px 6px 14vw !important;
  }
}
#thu-f-content .mobile-font-size {
  /*横向きの際に適用*/
}
@media print, screen and (max-width: 768px) {
  #thu-f-content .mobile-font-size {
    font-size: 14vw !important;
  }
}
#thu-f-content .mobile-body-text {
  /*横向きの際に適用*/
}
@media print, screen and (max-width: 768px) {
  #thu-f-content .mobile-body-text {
    font-size: 8vw !important;
  }
}
#thu-f-content .card-section {
  /*横向きの際に適用*/
}
@media print, screen and (min-width: 768px) and (max-width: 1019px) {
  #thu-f-content .card-section {
    gap: 10px;
  }
}
@media print, screen and (max-width: 768px) {
  #thu-f-content .card-section {
    grid-template-columns: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 0 !important;
    row-gap: 1.5vw !important;
  }
}
#thu-f-content .padding-button2 {
  /*横向きの際に適用*/
}
@media print, screen and (max-width: 768px) {
  #thu-f-content .padding-button2 {
    align-items: flex-start;
  }
}
#thu-f-content .buttoncenter {
  margin-left: 0;
}
#thu-f-content .card-img {
  display: block;
  width: 30%;
  margin: 0 auto;
  padding: 15px 0;
  transform: scale(1);
  /*横向きの際に適用*/
}
@media print, screen and (max-width: 768px) {
  #thu-f-content .card-img {
    width: 40%;
  }
}
#thu-f-content .qns-img {
  width: 25%;
  margin: 0;
  transform: scale(1);
}
#thu-f-content .scroll-fixed-indicator {
  position: absolute;
  top: -24px;
  right: 0;
  width: 90px;
  color: var(--blue);
  padding: 2px 0 2px 2px;
  background: url(../img/icon_arrow.png) no-repeat left bottom;
  background-size: 100% auto;
}
#thu-f-content .tab-imgs {
  /*横向きの際に適用*/
}
@media print, screen and (max-width: 768px) {
  #thu-f-content .tab-imgs {
    max-width: none;
    width: 100%;
    margin: 0 auto 12px;
    padding: 0 20px;
  }
}
#thu-f-content .tab-imgs .img {
  /*横向きの際に適用*/
}
@media print, screen and (max-width: 768px) {
  #thu-f-content .tab-imgs .img {
    width: 60%;
    margin: 0;
  }
}
#thu-f-content .tab-imgs .img img {
  position: relative;
}
#thu-f-content .tab-imgs .gif {
  /*横向きの際に適用*/
}
@media print, screen and (max-width: 768px) {
  #thu-f-content .tab-imgs .gif {
    bottom: -10px;
  }
}
#thu-f-content .tabs {
  /*横向きの際に適用*/
}
@media print, screen and (max-width: 768px) {
  #thu-f-content .tabs {
    width: 100%;
  }
}
#thu-f-content .tab {
  /*横向きの際に適用*/
}
@media print, screen and (min-width: 1020px) {
  #thu-f-content .tab br {
    display: none;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1019px) {
  #thu-f-content .tab {
    height: auto;
    padding: 5px 15px;
  }
  #thu-f-content .tab.active {
    height: auto;
    padding: 15px;
  }
}
@media print, screen and (max-width: 768px) {
  #thu-f-content .tab {
    width: 60%;
    height: auto;
    padding: 5px 0;
    font-size: 3.5vw;
    line-height: 1.4;
    border-left: none;
  }
  #thu-f-content .tab.active {
    height: auto;
    padding: 15px 0;
  }
  #thu-f-content .tab:first-child {
    border-left: solid 1px var(--blue);
  }
}
#thu-f-content .sagasu {
  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 .sagasu {
    margin: 24px 10px;
    text-align: justify;
  }
}
#thu-f-content .mobile-view {
  /*横向きの際に適用*/
}
@media print, screen and (max-width: 768px) {
  #thu-f-content .mobile-view .contents-title {
    font-size: 10vw !important;
  }
  #thu-f-content .mobile-view .contents-subtitle {
    font-size: 3.5vw !important;
  }
}
#thu-f-content #section1 {
  /*横向きの際に適用*/
}
@media print, screen and (min-width: 769px) {
  #thu-f-content #section1 {
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 0;
  }
}
@media print, screen and (min-width: 769px) and (min-width: 1020px) {
  #thu-f-content #section1 .left,
#thu-f-content #section1 .right {
    width: calc((100% - 20px) / 2);
  }
}
@media print, screen and (min-width: 769px) {
  #thu-f-content #section1 .left .card2:first-child,
#thu-f-content #section1 .right .card2:first-child {
    margin-top: 0;
  }
}
@media print, screen and (max-width: 768px) {
  #thu-f-content #section1 {
    margin-bottom: 0;
  }
}
#thu-f-content #section1 .card2 {
  /*横向きの際に適用*/
}
@media print, screen and (min-width: 769px) {
  #thu-f-content #section1 .card2 {
    position: relative;
    width: 100%;
    margin-top: 60px;
  }
  #thu-f-content #section1 .card2 .card2-body {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
@media print, screen and (max-width: 768px) {
  #thu-f-content #section1 .card2 {
    margin-top: 42px;
  }
}
#thu-f-content #section1 .card2 .list {
  width: 100%;
  margin-top: 24px;
}
#thu-f-content #section1 .card2 .list + .card-btn {
  margin-top: 0 !important;
  /*横向きの際に適用*/
}
@media print, screen and (min-width: 1020px) {
  #thu-f-content #section1 .card2 .list + .card-btn {
    width: 50% !important;
    margin-right: 0 !important;
  }
}
@media print, screen and (max-width: 768px) {
  #thu-f-content #section1 .card2 .list + .card-btn {
    width: 86% !important;
  }
}
#thu-f-content #section1 .card2 .contain-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
  /*横向きの際に適用*/
}
@media print, screen and (min-width: 769px) {
  #thu-f-content #section1 .card2 .contain-line {
    padding: 10px 26px;
  }
}
@media print, screen and (max-width: 768px) {
  #thu-f-content #section1 .card2 .contain-line {
    padding: 10px 12px;
  }
}
#thu-f-content #section1 .card2 .contain-line .card-text {
  /*横向きの際に適用*/
}
@media print, screen and (min-width: 769px) {
  #thu-f-content #section1 .card2 .contain-line .card-text {
    font-size: 16px !important;
  }
}
#thu-f-content #section1 .card2 .contain-line .card-text.department {
  color: rgba(0, 0, 0, 0.17);
}
@media print, screen and (min-width: 768px) and (max-width: 1019px) {
  #thu-f-content #section1 .card2 .contain-line .card-text {
    margin: 0;
  }
}
@media print, screen and (max-width: 768px) {
  #thu-f-content #section1 .card2 .contain-line .card-text {
    margin: 0;
  }
}
#thu-f-content #section1 .card2 .card2-content {
  /*横向きの際に適用*/
}
@media print, screen and (min-width: 769px) {
  #thu-f-content #section1 .card2 .card2-content {
    width: calc(100% - 174px);
    margin: 0;
    padding-left: 40px;
  }
}
#thu-f-content #section1 .card2 .card2-content .card-title {
  margin-left: 0 !important;
}
@media print, screen and (min-width: 768px) and (max-width: 1019px) {
  #thu-f-content #section1 .card2 .card2-content {
    width: 65%;
  }
}
@media print, screen and (max-width: 768px) {
  #thu-f-content #section1 .card2 .card2-content {
    margin-left: 0 !important;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1019px) {
  #thu-f-content #section1 .card2 .img {
    width: 35%;
  }
  #thu-f-content #section1 .card2 .img .web-img {
    width: 100%;
    height: auto;
  }
  #thu-f-content #section1 .card2 .card-title h2 {
    height: auto !important;
    font-size: 50px;
  }
  #thu-f-content #section1 .card2 .card-title h3 {
    font-size: 30px;
  }
}
#thu-f-content #section1 .card2 .card-btn {
  margin: 16px auto 0 !important;
}
@media print, screen and (min-width: 768px) and (max-width: 1019px) {
  #thu-f-content #section1 .card2 .card-btn {
    width: 35vw !important;
    margin-right: 0 !important;
  }
}
#thu-f-content #section1 .card2 .img {
  position: relative;
}
#thu-f-content #section1 .card2 .img::after {
  display: none;
}
#thu-f-content #section1 .card2 .img figure {
  position: relative;
  z-index: 1;
}
#thu-f-content #section1 .card2 .img figure::after {
  content: "";
  position: absolute;
  left: 10px;
  top: 10px;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, #2d4a95, #0b9dd5);
  z-index: -1;
}
#thu-f-content .m-b-60-mb1 {
  /*横向きの際に適用*/
}
@media print, screen and (max-width: 768px) {
  #thu-f-content .m-b-60-mb1 {
    margin-bottom: 0 !important;
  }
}
#thu-f-content .news .card-btn {
  /*横向きの際に適用*/
}
@media print, screen and (max-width: 768px) {
  #thu-f-content .news .card-btn {
    max-width: 100%;
    margin: 0 auto !important;
  }
}
#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 {
  width: 100%;
  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 h2.section-title {
  line-height: 1.4;
  letter-spacing: 0;
}
@media print, screen and (max-width: 768px) {
  #thu-f-content h2.section-title {
    font-weight: 500 !important;
  }
  #thu-f-content section:not(.selection-classification) h2.section-title {
    font-size: 20vw !important;
  }
  #thu-f-content section:not(.selection-classification) h2.section-title small {
    font-weight: 400 !important;
  }
}
#thu-f-content .qnas-item {
  margin-bottom: 10px;
}
#thu-f-content .qnas-item h3, #thu-f-content .qnas-item h4, #thu-f-content .qnas-item p, #thu-f-content .qnas-item a {
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif !important;
}
#thu-f-content .qnas-item h3 {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 180px;
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 50% auto;
  background-color: var(--blue);
  border: solid 10px var(--blue);
  box-sizing: border-box;
  cursor: pointer;
  /*横向きの際に適用*/
}
@media print, screen and (min-width: 1020px) {
  #thu-f-content .qnas-item h3 {
    letter-spacing: 0.1em;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1019px) {
  #thu-f-content .qnas-item h3 {
    height: 18vw;
    font-size: clamp(18px, 3.6vw, 36px);
  }
}
@media print, screen and (max-width: 768px) {
  #thu-f-content .qnas-item h3 {
    height: 20vw;
    font-size: 4.5vw;
  }
}
#thu-f-content .qnas-item h3::before, #thu-f-content .qnas-item h3::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: var(--white);
  z-index: 1;
}
#thu-f-content .qnas-item h3::before {
  right: 52px;
  width: 7px;
  height: 31px;
  /*横向きの際に適用*/
}
@media print, screen and (max-width: 768px) {
  #thu-f-content .qnas-item h3::before {
    right: 7px;
    width: 3px;
    height: 17px;
  }
}
#thu-f-content .qnas-item h3::after {
  right: 40px;
  width: 31px;
  height: 7px;
  /*横向きの際に適用*/
}
@media print, screen and (max-width: 768px) {
  #thu-f-content .qnas-item h3::after {
    right: 0;
    width: 17px;
    height: 3px;
  }
}
#thu-f-content .qnas-item h3.active::before {
  display: none;
}
#thu-f-content .qnas-item-body {
  display: none;
  margin-top: 24px;
  /*横向きの際に適用*/
}
@media print, screen and (max-width: 768px) {
  #thu-f-content .qnas-item-body {
    margin-top: 12px;
  }
}
#thu-f-content .qnas-item-child {
  padding: 12px 16px;
  border-bottom: solid 1px var(--blue);
  /*横向きの際に適用*/
}
@media print, screen and (max-width: 768px) {
  #thu-f-content .qnas-item-child {
    padding: 12px;
  }
}
#thu-f-content .qnas-item-child h4 {
  position: relative;
  padding: 0 40px 0 70px;
  color: var(--blue);
  font-size: 20px;
  font-weight: bold;
  cursor: pointer;
  /*横向きの際に適用*/
}
#thu-f-content .qnas-item-child h4 span {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  padding: 2px 0;
  background-color: var(--blue);
  color: #fff;
  font-size: 90%;
}
#thu-f-content .qnas-item-child h4::before, #thu-f-content .qnas-item-child h4::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: var(--blue);
  z-index: 1;
}
#thu-f-content .qnas-item-child h4::before {
  right: 10px;
  width: 5px;
  height: 23px;
  /*横向きの際に適用*/
}
@media print, screen and (max-width: 768px) {
  #thu-f-content .qnas-item-child h4::before {
    right: 7px;
    width: 3px;
    height: 17px;
  }
}
#thu-f-content .qnas-item-child h4::after {
  right: 1px;
  width: 23px;
  height: 5px;
  /*横向きの際に適用*/
}
@media print, screen and (max-width: 768px) {
  #thu-f-content .qnas-item-child h4::after {
    right: 0;
    width: 17px;
    height: 3px;
  }
}
#thu-f-content .qnas-item-child h4.active::before {
  display: none;
}
@media print, screen and (max-width: 768px) {
  #thu-f-content .qnas-item-child h4 {
    padding: 0 30px 0 60px;
    font-size: 3.5vw;
  }
}
#thu-f-content .qnas-item-child p {
  display: none;
  padding: 24px 0;
  font-size: 17px;
  color: var(--blue);
  text-align: justify;
  /*横向きの際に適用*/
}
#thu-f-content .qnas-item-child p a {
  text-decoration: underline;
}
#thu-f-content .qnas-item-child p a:hover {
  text-decoration: none;
}
@media print, screen and (max-width: 768px) {
  #thu-f-content .qnas-item-child p {
    font-size: 3.5vw;
  }
}
#thu-f-content .contents-card-container {
  /*横向きの際に適用*/
}
#thu-f-content .contents-card-container .contents-subtitle {
  font-size: 18px;
}
@media print, screen and (min-width: 768px) and (max-width: 1019px) {
  #thu-f-content .contents-card-container {
    flex-wrap: wrap;
    justify-content: center;
  }
  #thu-f-content .contents-card-container .contents-card {
    width: 48%;
  }
}
@media print, screen and (max-width: 768px) {
  #thu-f-content .contents-card-container {
    flex-direction: column;
  }
  #thu-f-content .contents-card-container .contents-card {
    width: 100%;
  }
  #thu-f-content .contents-card-container .contents-title {
    font-size: 10vw;
  }
  #thu-f-content .contents-card-container .contents-subtitle {
    font-size: 5vw;
  }
}
