@charset "UTF-8";
#thu-f-content {
  /*横向きの際に適用*/
  /*横向きの際に適用*/
  /*横向きの際に適用*/
  /*横向きの際に適用*/
  /*横向きの際に適用*/
  /*横向きの際に適用*/
}
@media print, screen and (max-width: 768px) {
  #thu-f-content {
    max-width: 100%;
  }
}
#thu-f-content .department-mv {
  width: 100vw;
  height: 700px;
  padding-top: 200px;
  position: relative;
  z-index: 0;
  /*background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;*/
  /*横向きの際に適用*/
}
#thu-f-content .department-mv .department-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 .department-mv h1 {
  width: 400px;
  margin: 0 auto 48px;
}
#thu-f-content .department-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 .department-mv p {
    font-size: clamp(16px, 2.1vw, 21px);
  }
}
@media print, screen and (max-width: 768px) {
  #thu-f-content .department-mv {
    height: 90vw;
    padding-top: 12vw;
  }
  #thu-f-content .department-mv h1 {
    width: 60%;
  }
  #thu-f-content .department-mv p {
    font-size: 3.5vw;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1019px) {
  #thu-f-content .section2,
#thu-f-content .section3,
#thu-f-content .section4 {
    margin-bottom: 36px;
  }
}
#thu-f-content .section4 {
  /*横向きの際に適用*/
}
@media print, screen and (max-width: 768px) {
  #thu-f-content .section4 {
    display: block !important;
    padding: 0;
  }
}
@media print, screen and (max-width: 768px) {
  #thu-f-content .section4 {
    display: block !important;
  }
  #thu-f-content .interview-list {
    display: block !important;
    width: 100%;
    max-width: 100%;
  }
  #thu-f-content .interview-list .slick-list {
    padding: 0 20px;
  }
  #thu-f-content .interview-list .slick-slide {
    margin: 0 10px;
    padding: 0 10px 10px;
  }
  #thu-f-content .interview-item {
    width: 100%;
    box-sizing: border-box;
    margin: 0 auto;
  }
  #thu-f-content .interview-item figure,
#thu-f-content .interview-item img:not([class]) {
    width: 100%;
    height: auto;
    display: block;
  }
}
#thu-f-content .section1 .learn {
  line-height: 1.1;
  font-weight: normal;
  letter-spacing: 0;
}
@media print, screen and (min-width: 1020px) {
  #thu-f-content .section1 .learn {
    letter-spacing: 0.1em;
  }
}
@media print, screen and (min-width: 1020px) {
  #thu-f-content .section2 {
    max-width: 1200px;
    padding: 0;
  }
  #thu-f-content .section2 .container {
    max-width: 100%;
  }
}
#thu-f-content .section2 .gif-container {
  z-index: 0;
}
#thu-f-content .section2 .row {
  gap: 30px;
}
#thu-f-content .section2 .row::before {
  display: none;
}
@media print, screen and (min-width: 768px) and (max-width: 1019px) {
  #thu-f-content .section2 .row {
    gap: 20px;
    width: 100%;
    justify-content: space-between;
    margin-bottom: 36px;
  }
}
#thu-f-content .section2 .row .vertical-text {
  position: absolute;
  height: auto;
  margin: 0;
  white-space: nowrap;
  /*横向きの際に適用*/
}
@media print, screen and (min-width: 1020px) {
  #thu-f-content .section2 .row .vertical-text {
    left: -10%;
    top: 0;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1019px) {
  #thu-f-content .section2 .row .vertical-text {
    left: -10%;
    top: 0;
  }
}
@media print, screen and (max-width: 768px) {
  #thu-f-content .section2 .row .vertical-text {
    background: none;
    left: 0;
    bottom: 0;
    font-size: 6vw;
    text-align: center;
    z-index: 1;
    opacity: 1;
  }
  #thu-f-content .section2 .row .vertical-text::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #2D4A95;
    background: linear-gradient(90deg, #2d4a95 0%, #0b9dd5 100%);
    z-index: -1;
    opacity: 0.5;
  }
}
#thu-f-content .section2 .row .card-text {
  display: block;
}
@media print, screen and (min-width: 1020px) {
  #thu-f-content .section2 .row .card-text {
    width: calc((100% - 60px) / 3);
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1019px) {
  #thu-f-content .section2 .row .card-text {
    position: relative;
    width: calc((100% - 40px) / 2);
    padding-bottom: 7vw;
    padding-left: 5%;
  }
}
#thu-f-content .section2 .row .card-body {
  position: relative;
  width: 100%;
}
@media print, screen and (min-width: 1020px) {
  #thu-f-content .section2 .row .card-body {
    margin-left: auto;
    padding-left: 10%;
  }
}
#thu-f-content .section2 .row .card-body .card-content {
  text-align: justify;
}
#thu-f-content .section2 .row .card-body .card-content.spacing-size {
  margin-top: 0;
  /*横向きの際に適用*/
}
@media print, screen and (min-width: 769px) {
  #thu-f-content .section2 .row .card-body .card-content.spacing-size {
    font-size: 16px;
  }
}
@media print, screen and (max-width: 768px) {
  #thu-f-content .section2 .row .card-body .card-content.spacing-size {
    margin-bottom: 0;
  }
}
#thu-f-content .section2 .row .card-body ul {
  margin-top: 12px;
}
#thu-f-content .section2 .row .card-body li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin: 0 auto;
  padding: 10px 5px;
  font-size: 14px;
  border-bottom: solid 1px var(--blue);
  line-height: 1.5;
}
#thu-f-content .section2 .row .card-body li div {
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", 游ゴシック体, YuGothic, 游ゴシック, "Yu Gothic", メイリオ, Meiryo, sans-serif !important;
}
#thu-f-content .section2 .row .card-body li div small {
  color: #aaa;
}
#thu-f-content .section2 .row .card-body li a {
  width: 110px;
  margin: 0;
  padding: 5px 0;
  font-size: 12px;
}
#thu-f-content .section2 .row .search-button-container {
  /*横向きの際に適用*/
}
@media print, screen and (min-width: 1020px) {
  #thu-f-content .section2 .row .search-button-container {
    position: absolute;
    right: 0;
    top: 6px;
    display: block;
    margin: 0;
  }
  #thu-f-content .section2 .row .search-button-container .search-button {
    width: 110px;
    padding: 7px 0;
    font-size: 12px;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1019px) {
  #thu-f-content .section2 .row .search-button-container {
    position: absolute;
    left: 55%;
    bottom: 0;
    width: 80%;
    transform: translateX(-50%);
    display: block;
    margin: 0;
  }
  #thu-f-content .section2 .row .search-button-container .search-button {
    width: 100%;
    padding: 12px 0;
    font-size: 16px;
  }
}
@media print, screen and (max-width: 768px) {
  #thu-f-content .section2 .row .search-button-container {
    width: 86%;
    margin-top: 24px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media print, screen and (max-width: 768px) {
  #thu-f-content .section1 h1,
#thu-f-content .section1 .row {
    width: 80%;
    margin: 0 auto;
  }
  #thu-f-content .section1 h1 {
    text-align: center;
    font-feature-settings: "palt";
  }
  #thu-f-content .section1 .learn {
    font-weight: normal;
    white-space: unset;
    font-size: 16.2vw;
  }
  #thu-f-content .section1 .row {
    justify-content: space-between;
  }
  #thu-f-content .section1 .row::before, #thu-f-content .section1 .row::after {
    display: none;
  }
  #thu-f-content .section1 .row .highlight-text {
    margin: 0;
  }
}
#thu-f-content .card-title-text {
  gap: 0;
}
#thu-f-content .card-title-text h1, #thu-f-content .card-title-text h3 {
  font-weight: normal;
  line-height: 1.1;
}
#thu-f-content .card-title-text h1 {
  /*横向きの際に適用*/
}
@media print, screen and (max-width: 768px) {
  #thu-f-content .card-title-text h1 {
    font-size: 36px;
  }
}
@media print, screen and (min-width: 769px) {
  #thu-f-content .card-title-text .stylesecond2 {
    font-size: 18px !important;
  }
}
#thu-f-content .card-content {
  color: #000;
}
#thu-f-content .card-img-text {
  width: auto;
  height: 40px;
}
#thu-f-content .card-img-text img {
  width: auto;
  height: 100%;
}
@media print, screen and (max-width: 768px) {
  #thu-f-content .card-content {
    font-size: 3.5vw;
    text-align: justify;
  }
  #thu-f-content .search-button {
    width: 100%;
    padding: 10px 0;
    font-size: 4vw;
  }
  #thu-f-content .search-button span {
    font-size: 4vw;
  }
  #thu-f-content .cs-campus-tabs {
    max-width: none;
  }
  #thu-f-content .cs-tab {
    width: auto;
    margin: 0;
    font-size: 3.5vw;
    border-radius: 0;
    letter-spacing: 0;
  }
  #thu-f-content .cs-tab::before, #thu-f-content .cs-tab::after {
    content: none;
  }
  #thu-f-content .mobile-slider-dots .dot {
    width: 10px;
    height: 10px;
  }
}
#thu-f-content .mobileview .card-content {
  font-weight: bold;
  color: black;
  margin: 0 auto;
  text-align: center;
  width: 100%;
  display: block;
  font-size: 16px;
  /*横向きの際に適用*/
}
@media print, screen and (min-width: 1020px) {
  #thu-f-content .mobileview .card-content {
    max-width: 800px;
  }
}
@media print, screen and (max-width: 768px) {
  #thu-f-content .mobileview .card-content {
    font-size: 3.7vw;
  }
}
#thu-f-content .mobileview .search-button-container {
  /*横向きの際に適用*/
}
@media print, screen and (max-width: 768px) {
  #thu-f-content .mobileview .search-button-container {
    width: 86%;
    margin-left: auto;
    margin-right: auto;
  }
}
#thu-f-content .academic-info,
#thu-f-content .tsushin-info {
  margin: 80px auto 0;
}
#thu-f-content .academic-info h4, #thu-f-content .academic-info p,
#thu-f-content .tsushin-info h4,
#thu-f-content .tsushin-info p {
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", 游ゴシック体, YuGothic, 游ゴシック, "Yu Gothic", メイリオ, Meiryo, sans-serif !important;
}
#thu-f-content .academic-info h2,
#thu-f-content .tsushin-info h2 {
  margin: 0 auto;
  font-size: 70px;
  text-align: center;
  color: var(--turquoise);
  font-feature-settings: "palt";
  font-weight: normal;
  /*横向きの際に適用*/
}
#thu-f-content .academic-info h2 small,
#thu-f-content .tsushin-info h2 small {
  color: var(--turquoise);
}
@media print, screen and (max-width: 768px) {
  #thu-f-content .academic-info h2,
#thu-f-content .tsushin-info h2 {
    font-size: 10vw;
    line-height: 1.1;
  }
}
#thu-f-content .academic-info h3,
#thu-f-content .tsushin-info h3 {
  margin-bottom: 48px;
  text-align: center;
  font-size: 21.8px;
  font-weight: normal;
  color: #2d4a95;
  /*横向きの際に適用*/
}
@media print, screen and (max-width: 768px) {
  #thu-f-content .academic-info h3,
#thu-f-content .tsushin-info h3 {
    margin-top: 20px;
    margin-bottom: 24px;
    font-size: 5vw;
  }
}
@media print, screen and (min-width: 1020px) {
  #thu-f-content .academic-info .cards,
#thu-f-content .tsushin-info .cards {
    display: flex;
    justify-content: space-between;
  }
}
#thu-f-content .academic-info .card-item,
#thu-f-content .tsushin-info .card-item {
  position: relative;
  /*横向きの際に適用*/
}
@media print, screen and (min-width: 1020px) {
  #thu-f-content .academic-info .card-item,
#thu-f-content .tsushin-info .card-item {
    width: 48%;
    aspect-ratio: 1/1;
  }
  #thu-f-content .academic-info .card-item:hover .card-item-pic,
#thu-f-content .tsushin-info .card-item:hover .card-item-pic {
    transform: scale(1);
  }
}
@media print, screen and (max-width: 768px) {
  #thu-f-content .academic-info .card-item,
#thu-f-content .tsushin-info .card-item {
    width: 100%;
    aspect-ratio: 3/4;
  }
}
#thu-f-content .academic-info .card-item-txt,
#thu-f-content .tsushin-info .card-item-txt {
  position: absolute;
  left: 0;
  top: 0;
  width: 70%;
  padding: 48px 12px 12px 10%;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  background: #2D4A95;
  background: linear-gradient(90deg, rgba(45, 74, 149, 0.8) 0%, rgba(11, 157, 213, 0.8) 100%);
  z-index: 1;
  line-height: 1.5;
  /*横向きの際に適用*/
}
@media print, screen and (max-width: 768px) {
  #thu-f-content .academic-info .card-item-txt,
#thu-f-content .tsushin-info .card-item-txt {
    font-size: 5vw;
  }
}
#thu-f-content .academic-info .card-item-pic,
#thu-f-content .tsushin-info .card-item-pic {
  position: relative;
  top: auto;
  left: auto;
  width: 100%;
  height: 100%;
  transform: scale(0.92);
  transform-origin: right bottom;
}
@media print, screen and (min-width: 1020px) {
  #thu-f-content .academic-info .card-item-pic,
#thu-f-content .tsushin-info .card-item-pic {
    transition: transform 0.15s linear;
    -webkit-transition: transform 0.15s linear;
  }
}
#thu-f-content .academic-info .card-item-pic img,
#thu-f-content .tsushin-info .card-item-pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#thu-f-content .academic-info .card-item-body,
#thu-f-content .tsushin-info .card-item-body {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 92%;
  padding: 24px;
  background: #2D4A95;
  background: linear-gradient(90deg, rgba(45, 74, 149, 0.8) 0%, rgba(11, 157, 213, 0.8) 100%);
  z-index: 1;
  color: #fff;
}
#thu-f-content .academic-info .card-item-body h4,
#thu-f-content .tsushin-info .card-item-body h4 {
  margin: 0 0 12px;
  color: #00ffab;
  font-size: 24px;
  font-weight: bold;
  /*横向きの際に適用*/
}
@media print, screen and (max-width: 768px) {
  #thu-f-content .academic-info .card-item-body h4,
#thu-f-content .tsushin-info .card-item-body h4 {
    font-size: 5vw;
  }
}
#thu-f-content .academic-info .card-item-body p,
#thu-f-content .tsushin-info .card-item-body p {
  margin: 0;
  font-size: 16px;
  text-align: justify;
  line-height: 1.5;
  /*横向きの際に適用*/
}
@media print, screen and (max-width: 768px) {
  #thu-f-content .academic-info .card-item-body p,
#thu-f-content .tsushin-info .card-item-body p {
    font-size: 3.5vw;
  }
}
#thu-f-content .tsushin-info {
  margin-bottom: 80px;
}
#thu-f-content .tsushin-info .card-item {
  width: 100%;
}
@media print, screen and (min-width: 1020px) {
  #thu-f-content .tsushin-info .card-item {
    aspect-ratio: 16/9;
  }
}
#thu-f-content .tsushin-info .card-item-txt {
  padding-top: 64px;
  font-size: 32px;
  /*横向きの際に適用*/
}
@media print, screen and (max-width: 768px) {
  #thu-f-content .tsushin-info .card-item-txt {
    font-size: 5.5vw;
  }
}
#thu-f-content .slick-dots {
  bottom: -40px;
}
#thu-f-content .slick-dots li button:before {
  font-size: 12px;
}
#thu-f-content .slick-dots li.slick-active button:before {
  color: #4FE2B2;
}
#thu-f-content .interview-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(4, auto);
  gap: 0;
  padding: 0;
  justify-content: center;
  align-items: center;
}
#thu-f-content .interview-item {
  position: relative;
  padding: 10px;
  box-sizing: border-box;
  border: solid 0.1px #878787;
  justify-content: center;
  align-items: center;
  margin: 0px;
  background-color: #b1c6e2;
}
#thu-f-content .interview-item figure {
  position: relative;
  display: block;
  padding: 8% 8% 0;
  z-index: 1;
}
#thu-f-content .interview-item p {
  margin-bottom: 10px;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif !important;
}
#thu-f-content .interview-item a {
  display: block;
  width: 100%;
  margin: 10px auto 0;
  padding: 0;
  text-align: center;
}
#thu-f-content .interview-item-department {
  position: relative;
  z-index: 1;
  text-align: center;
  line-height: 1.5;
  font-size: 14px;
}
#thu-f-content .interview-item-copy {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 90%;
  height: 90px;
  margin: 0 auto;
  padding: 10px;
  z-index: 1;
  font-weight: bold;
  color: var(--blue);
  line-height: 1.5;
  font-size: 15px;
  /*横向きの際に適用*/
}
@media print, screen and (max-width: 768px) {
  #thu-f-content .interview-item-copy {
    font-size: 4vw;
  }
}
#thu-f-content .interview-item-copy::before, #thu-f-content .interview-item-copy::after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  z-index: -1;
}
#thu-f-content .interview-item-copy::before {
  left: -3px;
  top: -3px;
}
#thu-f-content .interview-item-copy::after {
  left: 3px;
  top: 3px;
}
#thu-f-content .card-img-rotate {
  top: -20px;
  left: -30px;
  width: 111px;
}
#thu-f-content .bubble1 {
  position: absolute;
  right: 0;
  top: 0;
  width: 100px;
  z-index: -1;
}
#thu-f-content .bubble2 {
  position: absolute;
  left: -10px;
  bottom: -30px;
  width: 96px;
  z-index: -1;
}
#thu-f-content .card-img-rotate-2 {
  top: 0;
  left: 5px;
  width: 111px;
}
#thu-f-content .line-green {
  position: absolute;
  left: 40%;
  bottom: 25%;
  width: 78%;
  height: auto;
  display: block;
  margin-left: 24px;
  margin-top: 24px;
}
#thu-f-content .section-title {
  line-height: 1.1;
  letter-spacing: 0;
}
@media print, screen and (max-width: 768px) {
  #thu-f-content .section-title-3,
#thu-f-content .section-title {
    font-size: 46px !important;
  }
}
#thu-f-content .section-subtitle {
  font-family: var(--japanese_font) !important;
  font-size: 22px;
  /*横向きの際に適用*/
}
@media print, screen and (max-width: 768px) {
  #thu-f-content .section-subtitle {
    font-size: 4.9vw;
  }
}
#thu-f-content .interview-item-modal-close {
  position: fixed;
  right: 2%;
  top: 2%;
  width: 60px;
  height: 60px;
  z-index: 110;
  display: none;
  cursor: pointer;
  /*横向きの際に適用*/
}
#thu-f-content .interview-item-modal-close.is-open {
  display: block;
}
@media print, screen and (max-width: 768px) {
  #thu-f-content .interview-item-modal-close {
    right: 7vw;
    top: 7vw;
    z-index: 1100;
    width: 40px;
    height: 40px;
  }
}
#thu-f-content .interview-item-modal-bg {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(255, 255, 255, 0.7);
  z-index: 100;
  cursor: pointer;
}
#thu-f-content .interview-item-modal-bg.is-open {
  display: block;
}
#thu-f-content .interview-item-modal {
  display: none;
  position: fixed;
  left: 50%;
  top: 50%;
  width: calc(100vw - 40px);
  max-width: 800px;
  max-height: calc(100vh - 40px);
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  transform: translate(-50%, -50%);
  background-color: #d9ecf2;
  z-index: 1000;
  border: solid 1px #000;
  box-sizing: border-box;
}
#thu-f-content .interview-item-modal.is-open {
  display: block;
}
#thu-f-content .interview-item-modal-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5% 5% 2%;
  /*横向きの際に適用*/
}
@media print, screen and (max-width: 768px) {
  #thu-f-content .interview-item-modal-head {
    flex-direction: column;
  }
}
#thu-f-content .interview-item-modal-head-pic {
  position: relative;
  width: 40%;
  padding-bottom: 1%;
  /*横向きの際に適用*/
}
@media print, screen and (max-width: 768px) {
  #thu-f-content .interview-item-modal-head-pic {
    width: 100%;
  }
}
#thu-f-content .interview-item-modal-head-pic img {
  width: 90%;
  height: auto;
  /*横向きの際に適用*/
}
@media print, screen and (max-width: 768px) {
  #thu-f-content .interview-item-modal-head-pic img:not([class]) {
    width: 80%;
  }
}
#thu-f-content .interview-item-modal-head-pic p {
  position: absolute;
  right: 0;
  bottom: 0;
  margin: 0;
  padding: 10px 15px;
  color: #fff;
  font-size: 14px;
  background: #2D4A95;
  background: linear-gradient(90deg, #2d4a95 0%, #0b9dd5 100%);
}
#thu-f-content .interview-item-modal-head-body {
  width: 60%;
  padding-left: 5%;
  /*横向きの際に適用*/
}
@media print, screen and (max-width: 768px) {
  #thu-f-content .interview-item-modal-head-body {
    width: 100%;
    margin: 8vw auto 0;
    padding: 0;
  }
}
#thu-f-content .interview-item-modal-head-body h4 {
  margin: 0 0 20px;
  font-size: 60px;
  font-weight: bold;
  color: var(--blue);
  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 .interview-item-modal-head-body h4 {
    font-size: clamp(48px, 6vw, 60px);
  }
}
@media print, screen and (max-width: 768px) {
  #thu-f-content .interview-item-modal-head-body h4 {
    font-size: 8vw;
  }
}
#thu-f-content .interview-item-modal-head-body h4 small {
  display: block;
  margin: 10px 0 0;
  font-size: 55%;
  font-weight: bold;
  line-height: 1.2;
  color: var(--blue);
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", 游ゴシック体, YuGothic, 游ゴシック, "Yu Gothic", メイリオ, Meiryo, sans-serif !important;
}
#thu-f-content .interview-item-modal-head-body p {
  font-size: 24px;
  font-weight: bold;
  color: var(--blue);
  background: none;
  /*横向きの際に適用*/
}
@media print, screen and (min-width: 768px) and (max-width: 1019px) {
  #thu-f-content .interview-item-modal-head-body p {
    font-size: clamp(16px, 2.4vw, 24px);
  }
}
@media print, screen and (max-width: 768px) {
  #thu-f-content .interview-item-modal-head-body p {
    font-size: 4.5vw;
  }
}
#thu-f-content .interview-item-modal-body {
  padding: 20px;
  background-color: rgba(255, 255, 255, 0.5);
}
#thu-f-content .interview-item-modal-body p {
  background-image: linear-gradient(180deg, #d9ecf2 1px, transparent 1px);
  background-size: 100% 2.5em;
  line-height: 2.5em;
  padding-bottom: 1px;
  /*横向きの際に適用*/
}
@media print, screen and (max-width: 768px) {
  #thu-f-content .interview-item-modal-body p {
    background-size: 100% 2em;
    line-height: 2em;
  }
}
#thu-f-content .interview-item-modal-body .link-btn {
  width: 300px;
  max-width: none;
  margin: 0 auto;
  padding: 10px 0;
  font-size: 17px;
  color: #fff;
  background: var(--turquoise) !important;
  transition: none;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", 游ゴシック体, YuGothic, 游ゴシック, "Yu Gothic", メイリオ, Meiryo, sans-serif !important;
  border-radius: 100vh;
  /*横向きの際に適用*/
}
@media print, screen and (max-width: 768px) {
  #thu-f-content .interview-item-modal-body .link-btn {
    width: 80%;
    font-size: 3.5vw;
  }
}
#thu-f-content .professional_list {
  display: block;
}
#thu-f-content .column {
  justify-content: flex-start;
  align-items: flex-start;
}
#thu-f-content .column p, #thu-f-content .column li {
  text-align: left;
}
#thu-f-content .result-title {
  margin: 16px auto 12px;
}
@media print, screen and (max-width: 768px) {
  #thu-f-content .caption {
    margin-bottom: 12px;
  }
  #thu-f-content .page-wrapper {
    padding: 0;
  }
}

body.interview-modal-open #thu-f-content .interview-list .slick-list {
  transform: none !important;
  transition: none !important;
}
body.interview-modal-open #thu-f-content .interview-list .slick-track {
  transform: none !important;
  transition: none !important;
}
