@charset "UTF-8";
.section02 .right {
  width: auto;
}

#thu-f-content {
  /*横向きの際に適用*/
}
#thu-f-content .about-body .about-card .right {
  width: 77%;
  border: 2px solid var(--blue);
  padding: 20px;
  display: flex;
  flex-direction: column;
  /* 子要素を縦に並べる */
  justify-content: flex-start;
  /* これで上揃えになります */
  gap: 13px;
  /* h2, p, a の各要素の間隔を調整します */
  min-height: 194.08px;
  /* 高さを固定 */
  /*横向きの際に適用*/
}
#thu-f-content .about-body .about-card .right .title {
  font-family: "Saira Condensed", sans-serif;
  font-weight: bold;
  font-size: 30px;
  color: var(--blue);
  text-align: start;
  font-size: clamp(16px, 2.2vw, 24px);
  word-break: break-all;
}
#thu-f-content .about-body .about-card .right .text {
  /* font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", 游ゴシック体, YuGothic, 游ゴシック, "Yu Gothic", メイリオ, Meiryo, sans-serif !important; */
  font-size: 16px !important;
  color: var(--black);
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", 游ゴシック体, YuGothic, 游ゴシック, "Yu Gothic", メイリオ, Meiryo, sans-serif !important;
  font-weight: 500;
  /* Windowsでの細くなりすぎるのを防ぎ、読みやすくします */
  font-size: clamp(14px, 1.8vw, 16px);
  word-break: break-all;
}
#thu-f-content .about-body .about-card .right .text span {
  text-decoration: underline;
  font-size: 15px;
  word-break: break-all;
}
#thu-f-content .about-body .about-card .right .text span:hover {
  color: #004097;
  text-decoration-color: #004097;
  cursor: pointer;
}
#thu-f-content .about-body .about-card .right a {
  color: var(--blue) !important;
  font-size: clamp(13px, 1.5vw, 15px);
  word-break: break-all;
}
@media print, screen and (max-width: 768px) {
  #thu-f-content .about-body .about-card .right {
    width: 77%;
    border: 2px solid var(--blue);
    padding: 10px;
    gap: 10px;
    /* 高さを固定 */
  }
  #thu-f-content .about-body .about-card .right .title {
    font-family: "Saira Condensed", sans-serif;
    font-weight: bold;
    font-size: 30px;
    color: var(--blue);
    text-align: start;
    font-size: clamp(18px, 2.2vw, 24px);
    word-break: break-all;
    width: 100%;
    line-height: 1.4;
    /*横向きの際に適用*/
  }
}
@media print, screen and (max-width: 768px) and (max-width: 768px) {
  #thu-f-content .about-body .about-card .right .title {
    font-size: 4.2vw;
  }
}
@media print, screen and (max-width: 768px) {
  #thu-f-content .about-body .about-card .right .text {
    /* font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", 游ゴシック体, YuGothic, 游ゴシック, "Yu Gothic", メイリオ, Meiryo, sans-serif !important; */
    font-size: 14px !important;
    color: var(--black);
    font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", 游ゴシック体, YuGothic, 游ゴシック, "Yu Gothic", メイリオ, Meiryo, sans-serif !important;
    font-weight: 500;
    /* Windowsでの細くなりすぎるのを防ぎ、読みやすくします */
    word-break: break-all;
    text-align: justify;
    /*横向きの際に適用*/
  }
  #thu-f-content .about-body .about-card .right .text span:hover {
    color: #004097;
    text-decoration-color: #004097;
    cursor: pointer;
  }
}
@media print, screen and (max-width: 768px) and (max-width: 768px) {
  #thu-f-content .about-body .about-card .right .text {
    font-size: 3.5vw !important;
  }
}
@media print, screen and (max-width: 768px) {
  #thu-f-content .about-body .about-card .right a {
    color: var(--blue) !important;
    font-size: clamp(15px, 1.5vw, 15px);
    word-break: break-all;
  }
}
@media print, screen and (max-width: 768px) {
  #thu-f-content .card-btn-mobile,
#thu-f-content .card-btn-mobile-2,
#thu-f-content .card-btn-mobile-5 {
    background: var(--turquoise);
    border-radius: 100vh;
  }
  #thu-f-content .gif-move-2,
#thu-f-content .gif-move-3 {
    width: 100%;
    white-space: unset;
  }
}
#thu-f-content .card-btn {
  border-radius: 100vh;
}
#thu-f-content .card-1,
#thu-f-content .card-2,
#thu-f-content .card-3 {
  background: var(--turquoise);
  border-radius: 100vh;
}

.info-box {
  padding: 2px;
  background: #2D4A95;
  background: linear-gradient(90deg, #2d4a95 0%, #0b9dd5 100%);
  border: none;
}
.info-box img {
  z-index: 1;
}
.info-box h3 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 15px 0;
  background-color: #fef8e6;
}

.info-box::after {
  content: "";
  position: absolute;
  top: auto;
  left: 6px;
  bottom: 6px;
  display: block;
  width: 30px;
  height: 50%;
  background: none;
  border: solid 2px var(--blue);
  border-right: none;
  border-top: none;
}

.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;
}
