@charset "UTF-8";
/* arguments inittial */
/* font style */
/* site style */
/* [ opacity ]
-------------------------------------------------*/
/* [ display style ]
-------------------------------------------------*/
/* [ background-image ]
-------------------------------------------------*/
/* [ writing-mode ]
-------------------------------------------------*/
/* [ illustrator & photoshop letter spacing ]
-------------------------------------------------*/
/* [ easy breakpoint ]
-------------------------------------------------*/
/* [ easy transform ]
-------------------------------------------------*/
.cw .inner,
.aw .inner {
  max-width: 1000px;
  margin-inline: auto;
  padding-inline: 15px;
}
.cw main,
.aw main {
  font-feature-settings: "palt";
}
.cw .sup,
.aw .sup {
  font-size: max(50%, 10px);
}
.cw .next-border,
.aw .next-border {
  display: block;
  margin: 30px auto;
  width: 2px;
  height: 40px;
  background-color: #004a95;
}
@media (min-width: 768px) {
  .cw .next-border,
  .aw .next-border {
    height: 150px;
    margin: 50px auto;
  }
}
.cw .fv-content,
.aw .fv-content {
  width: 100%;
  height: 60vh;
  position: relative;
}
@media (min-width: 768px) {
  .cw .fv-content,
  .aw .fv-content {
    height: 70vh;
  }
}
.cw .fv-content-img,
.aw .fv-content-img {
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-size: cover;
  background-position: center center;
  background-image: url("../img/special/fv.jpg");
}
.cw .fv-content-img .caption,
.aw .fv-content-img .caption {
  position: absolute;
  left: 10px;
  bottom: 70px;
  font-size: 10px;
  z-index: 3;
  text-align: left;
}
@media (min-width: 768px) {
  .cw .fv-content-img .caption,
  .aw .fv-content-img .caption {
    left: none;
    right: 25px;
    text-align: right;
  }
}
.cw .fv-content-img:after,
.aw .fv-content-img:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  z-index: 2;
  top: 0;
  left: 0;
}
@media (min-width: 768px) {
  .cw .fv-content-img,
  .aw .fv-content-img {
    background-image: url("../img/special/fv.jpg");
  }
}
.cw .fv-content-img:after,
.aw .fv-content-img:after {
  background: rgba(0, 0, 0, 0.5);
}
.cw .fv-content-title,
.aw .fv-content-title {
  font-size: 28px;
  font-weight: bold;
  line-height: 1.2;
}
@media (min-width: 768px) {
  .cw .fv-content-title,
  .aw .fv-content-title {
    font-size: 48px;
    line-height: 1.2;
  }
}
.cw .fv-content-title-img,
.aw .fv-content-title-img {
  max-width: 60%;
}
@media (min-width: 768px) {
  .cw .fv-content-title-img,
  .aw .fv-content-title-img {
    max-width: 100%;
  }
}
.cw .fv-content-text,
.aw .fv-content-text {
  position: relative;
  z-index: 3;
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 50px 15px;
  pointer-events: none;
  justify-content: center;
  height: 100%;
}
@media (min-width: 768px) {
  .cw .fv-content-text,
  .aw .fv-content-text {
    padding: 100px 50px;
    /*max-width: 1200px;*/
    margin: 0 auto;
    justify-content: flex-end;
  }
}
.cw .fv-content .scroll,
.aw .fv-content .scroll {
  position: absolute;
  z-index: 5;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  font-size: 12px;
  height: 60px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .cw .fv-content .scroll,
  .aw .fv-content .scroll {
    bottom: 0;
  }
}
.cw .fv-content .scroll:after,
.aw .fv-content .scroll:after {
  content: "";
  top: 0;
  left: 50%;
  width: 1px;
  height: 90px;
  position: absolute;
  background: #fff;
  animation: scrollanimation 1.3s infinite;
}
@keyframes scrollanimation {
  0% {
    top: 15px;
    height: 1px;
  }
  50% {
    top: 15px;
    height: 70px;
  }
  100% {
    top: 80px;
  }
}
.cw .sec01,
.aw .sec01 {
  margin-block: 30px 60px;
}
@media (min-width: 768px) {
  .cw .sec01,
  .aw .sec01 {
    margin-block: 60px 120px;
  }
}
.cw .sec01-title,
.aw .sec01-title {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 30px;
  padding: 0.5em 1em;
  font-size: max(2.08vw, 15px);
  font-weight: bold;
  color: #0d3480;
  line-height: 1;
  background-color: #e5f0f7;
}
@media (min-width: 768px) {
  .cw .sec01-title,
  .aw .sec01-title {
    font-size: 35px;
  }
}
.cw .sec01-text,
.aw .sec01-text {
  font-size: max(2.08vw, 15px);
  line-height: 1.8;
  text-align: center;
}
@media (min-width: 768px) {
  .cw .sec01-text,
  .aw .sec01-text {
    font-size: 15px;
    line-height: 2.6;
  }
}

/* ~.sec01 */
.sec02-header {
  width: 100%;
  background-color: #0d3480;
}
.sec02-header-title {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 15px;
  padding: 15px 0;
}
@media (min-width: 768px) {
  .sec02-header-title {
    gap: 50px;
    padding: 40px 0;
  }
}
.sec02-header-title-text {
  font-size: 25px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
}
@media (min-width: 768px) {
  .sec02-header-title-text {
    font-size: 35px;
  }
}
.sec02-header .inner {
  padding-inline: 0;
}
.sec02-sub-header {
  width: 100%;
  border-top: 1px solid #fff;
  background-color: #0d3480;
}
.sec02-sub-header-info {
  display: flex;
  justify-content: space-around;
  align-items: center;
  gap: 10px;
  position: relative;
  padding: 0.5em 0;
}
@media (min-width: 768px) {
  .sec02-sub-header-info {
    justify-content: flex-start;
    gap: 1.5em;
    padding: 1em 0;
  }
}
.sec02-sub-header-info p {
  flex: 1;
  position: relative;
  text-align: center;
  margin: 0;
  white-space: nowrap;
}
.sec02-sub-header-info-text01 {
  font-size: 10px;
  color: #fff;
}
@media (min-width: 768px) {
  .sec02-sub-header-info-text01 {
    font-size: 12px;
  }
}
.sec02-sub-header-info-text02 {
  padding: 0.3em 0.5em;
  font-size: 11px;
  font-weight: 700;
  color: #0d3480;
  background-color: #fff;
}
@media (min-width: 768px) {
  .sec02-sub-header-info-text02 {
    padding: 0.5em 3em;
    font-size: 15px;
  }
}
.sec02-sub-header-info-text03 {
  font-size: 11px;
  color: #fff;
}
@media (min-width: 768px) {
  .sec02-sub-header-info-text03 {
    font-size: 15px;
  }
}
.sec02-sub-header-info-text04 {
  font-size: 11px;
  color: #fff;
}
@media (min-width: 768px) {
  .sec02-sub-header-info-text04 {
    font-size: 15px;
  }
}
.sec02-sub-header-info-text04::before {
  content: "";
  position: absolute;
  left: -1em;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 1.2em;
  background-color: #fff;
}
@media (max-width: 375px) {
  .sec02-sub-header-info-text04::before {
    left: calc(-33.33vw + 114px);
  }
}
.sec02-flex {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
  padding: 30px 15px 0;
}
@media (min-width: 768px) {
  .sec02-flex {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
    padding: 40px 0 0;
  }
}
@media (min-width: 768px) {
  .sec02-flex-col {
    flex: 1;
  }
}
.sec02-text {
  font-size: max(2.08vw, 12px);
  line-height: 1.75;
}
.sec02-text strong {
  font-weight: 700;
  color: #e66d65;
}
@media (min-width: 768px) {
  .sec02-text {
    font-size: 16px;
    line-height: 2.5;
  }
}
.sec02-text + p {
  margin-top: 1.5em;
}
@media (min-width: 768px) {
  .sec02-text + p {
    margin-top: 2em;
  }
}
.sec02-img {
  position: relative;
  max-width: 375px;
}
.sec02-img-caption {
  font-size: 10px;
  text-align: right;
  color: #595757;
}
.sec02-movie {
  padding-top: 60px;
}
@media (min-width: 768px) {
  .sec02-movie {
    padding-top: 80px;
  }
}
.sec02-movie-title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: 14px;
  font-weight: bold;
  color: #0d3480;
}
@media (min-width: 768px) {
  .sec02-movie-title {
    gap: 20px;
  }
}
.sec02-movie-title::before, .sec02-movie-title::after {
  content: "";
  display: inline-block;
  width: 3px;
  height: 30px;
  background-color: currentColor;
  border-radius: 2px;
}
@media (min-width: 768px) {
  .sec02-movie-title::before, .sec02-movie-title::after {
    height: 40px;
  }
}
.sec02-movie-title::before {
  transform: rotate(-25deg);
}
.sec02-movie-title::after {
  transform: rotate(25deg);
}
@media (min-width: 768px) {
  .sec02-movie-title {
    font-size: 27px;
  }
}
@media (min-width: 768px) {
  .sec02-movie-wrap {
    max-width: 1000px;
    margin-inline: auto;
    padding: 10px 0;
  }
}
.sec02-movie-wrap video {
  width: 100%;
  height: auto;
}
.sec02-movie-wrap-youtube {
  width: 100%;
  aspect-ratio: 16/9;
}
@media (min-width: 768px) {
  .sec02-movie-wrap-youtube {
    max-width: 1000px;
    margin-inline: auto;
    padding: 10px 0;
  }
}
.sec02-movie-wrap-youtube iframe {
  width: 100%;
  height: 100%;
}
.sec02-movie-caption {
  padding-top: 10px;
  margin-bottom: 40px;
  text-align: center;
  font-size: 10px;
  color: #595757;
}

/* ~.sec02 */
.accordion-container {
  margin-top: 10px;
}
.accordion-container .accordion-check {
  display: none;
}
.accordion-container .accordion-label {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #0d3480; /* 通常時 */
  padding: 12px 20px;
  cursor: pointer;
  transition: background-color 0.4s ease;
}
.accordion-container .accordion-title {
  color: #fff; /* 指定通り#fff */
  font-size: max(2.34vw, 15px);
  font-weight: bold;
}
@media (min-width: 768px) {
  .accordion-container .accordion-title {
    font-size: 1.2rem;
  }
}
.accordion-container .btn-more {
  background-color: white;
  color: #0d3480;
  padding: 6px 15px;
  font-size: 10px;
  font-weight: bold;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  transition: color 0.4s ease;
}
@media (min-width: 768px) {
  .accordion-container .btn-more {
    flex-direction: row;
    gap: 10px;
    font-size: 0.9rem;
  }
}
.accordion-container .icon-toggle::before {
  content: "+";
  font-size: 1.4rem;
}
.accordion-container {
  /* --- コンテンツエリア --- */
}
.accordion-container .accordion-content {
  background-color: white;
  padding-block: 20px;
}
.accordion-container .inner-layout {
  display: flex;
  gap: 20px;
  align-items: center;
  transition: all 0.4s ease;
}
@media (min-width: 768px) {
  .accordion-container .inner-layout {
    gap: 30px;
  }
}
.accordion-container .thumbnail {
  position: relative;
  width: 180px;
  height: auto;
  flex-shrink: 0;
  opacity: 1;
  transition: opacity 0.3s ease, width 0.3s ease;
}
.accordion-container .thumbnail-caption {
  position: absolute;
  inset: auto 5px 5px auto;
  font-size: 10px;
}
.accordion-container .thumbnail-caption-w {
  position: absolute;
  inset: auto 5px 5px auto;
  font-size: 10px;
  -webkit-text-stroke: 2px #fff;
  text-stroke: 2px #fff;
  paint-order: stroke;
}
@media (max-width: 767px) {
  .accordion-container .thumbnail {
    max-width: 100px;
  }
}
.accordion-container .summary-text {
  font-size: max(2.08vw, 13px);
  line-height: 1.6;
  margin: 0;
  transition: transform 0.4s ease;
}
@media (min-width: 768px) {
  .accordion-container .summary-text {
    font-size: 16px;
  }
}
.accordion-container {
  /* チェックが入ったらコンテンツを表示 */
}
.accordion-container .accordion-check:checked ~ .accordion-content {
  max-height: 100%;
}
.accordion-container {
  /* --- 展開（詳細）エリア --- */
  /* 初期状態は非表示 */
}
.accordion-container .detail-body {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.5s ease, transform 0.5s ease, max-height 0.5s ease, margin-top 0.3s;
}
.accordion-container {
  /* チェックが入ったらヘッダーの色を薄くする */
}
.accordion-container .accordion-check:checked ~ .accordion-label {
  background-color: #9eaecc;
}
.accordion-container .accordion-check:checked ~ .accordion-label .btn-more {
  color: #9eaecc;
}
.accordion-container {
  /* プラスをマイナスに変える */
}
.accordion-container .accordion-check:checked ~ .accordion-label .icon-toggle::before {
  content: "−";
}
.accordion-container {
  /* サムネイルを消す */
}
.accordion-container .accordion-check:checked ~ .accordion-content .thumbnail {
  width: 0;
  height: 0;
  opacity: 0;
  margin-right: -30px; /* gap分を相殺 */
  pointer-events: none;
}
.accordion-container {
  /* サムネイルを消した分、テキストに余白を入れる */
}
.accordion-container .accordion-check:checked ~ .accordion-content .summary-text {
  margin-top: 0.5em;
}
.accordion-container {
  /* テキストを左寄せにする（flex解除） */
}
.accordion-container .accordion-check:checked ~ .accordion-content .summary-text {
  display: block;
  padding-left: 15px;
}
.accordion-container {
  /* テキストを2行にする（br解除） */
}
.accordion-container .accordion-check:checked ~ .accordion-content .summary-text .checked {
  display: none;
}
.accordion-container {
  /* 詳細コンテンツを表示する */
}
.accordion-container .accordion-check:checked ~ .accordion-content .detail-body {
  max-height: 100%;
  opacity: 1;
  transform: translateY(0);
  margin-top: 30px;
  padding-bottom: 35px;
}
@media (min-width: 768px) {
  .accordion-container .accordion-check:checked ~ .accordion-content .detail-body {
    padding-bottom: 100px;
  }
}
.accordion-container .accordion-check:checked ~ .accordion-content .detail-body:last-of-type {
  padding-bottom: 0;
}

.sec03-flex01 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 30px;
}
@media (min-width: 768px) {
  .sec03-flex01 {
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 30px;
  }
}
.sec03-flex01-left {
  flex: 1;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  gap: 10px;
}
@media (min-width: 768px) {
  .sec03-flex01-left {
    flex-direction: column;
    align-items: flex-start;
  }
}
.sec03-flex01-left-item {
  flex: 1;
}
@media (min-width: 768px) {
  .sec03-flex01-left-item {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .sec03-flex01-left-item img {
    height: 75px;
    width: auto;
  }
}
.sec03-flex01-left-item .text {
  margin-top: 1em;
  padding-left: 15px;
  font-size: 12px;
  line-height: 1.8;
}
@media (min-width: 768px) {
  .sec03-flex01-left-item .text {
    padding-left: 30px;
    font-size: 16px;
  }
}
.sec03-flex01-right {
  flex: 1.5;
}
.sec03-flex01-right-img {
  position: relative;
}
.sec03-flex01-right-img .img-caption-left {
  position: absolute;
  inset: auto auto 10px 10px;
  font-size: 10px;
  color: #595757;
}
.sec03-flex01-right-img .img-caption-right {
  position: absolute;
  inset: auto 10px 10px auto;
  font-size: 10px;
  color: #fff;
}
@media (max-width: 767px) {
  .sec03-flex01-right-item {
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    margin-top: 30px;
  }
}
.sec03-flex01-right-item .text {
  padding-left: 30px;
  font-size: 12px;
  line-height: 1.8;
}
.sec03-flex01 .text {
  margin-top: 1em;
  padding-left: 15px;
  font-size: 12px;
  line-height: 1.8;
}
@media (min-width: 768px) {
  .sec03-flex01 .text {
    padding-left: 30px;
    font-size: 16px;
  }
}
.sec03-flex02 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
@media (min-width: 768px) {
  .sec03-flex02 {
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    gap: 15px;
  }
}
.sec03-flex02 .text {
  padding-left: 30px;
  font-size: 12px;
  line-height: 1.8;
}
@media (min-width: 768px) {
  .sec03-flex02 .text {
    font-size: 16px;
    line-height: 1.8;
  }
}
.sec03-flex03 {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
  padding-bottom: 20px;
}
@media (min-width: 768px) {
  .sec03-flex03 {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    gap: 30px;
    padding-bottom: 30px;
  }
}
.sec03-flex03-col {
  width: 100%;
}
.sec03-flex03-img {
  position: relative;
  width: 100%;
  height: auto;
}
.sec03-flex03-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
  border-radius: 8px;
}
.sec03-flex03-img:not(:last-child) img {
  -o-object-fit: cover;
     object-fit: cover;
}
.sec03-flex03-img-caption {
  position: absolute;
  inset: auto 0 -15px auto;
  font-size: 10px;
  color: #595757;
  white-space: nowrap;
}
.sec03-flex03-img-caption-inset {
  position: absolute;
  inset: auto auto 10px 15px;
  padding: 0.3em 2em;
  font-size: 16px;
  background-color: #fff;
  border-radius: 30px;
}
@media (min-width: 768px) {
  .sec03-flex03-img-caption-inset {
    inset: auto auto 15px 20px;
    font-size: 21px;
    border-radius: 40px;
  }
}
.sec03-flex03 .sec03-bottom-text {
  position: relative;
  font-size: 11px;
}
@media (min-width: 768px) {
  .sec03-flex03 .sec03-bottom-text {
    position: absolute;
    inset: auto auto 0 20%;
    font-size: 15px;
  }
}
.sec03-flex04 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
}
@media (min-width: 768px) {
  .sec03-flex04 {
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-end;
  }
}
.sec03-flex04 .text {
  font-size: max(1.95vw, 12px);
  line-height: 1.8;
  padding-left: 20px;
}
@media (min-width: 768px) {
  .sec03-flex04 .text {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .sec03-flex04-img img {
    height: 86.07px;
    width: auto;
  }
}
.sec03-flex05 {
  display: flex;
  justify-content: space-around;
  align-items: center;
  gap: 15px;
  margin-block: 20px 30px;
}
@media (min-width: 768px) {
  .sec03-flex05 {
    margin-block: 40px 60px;
  }
}
.sec03-flex05-img {
  position: relative;
}
.sec03-flex05-img-caption {
  position: absolute;
  inset: auto 10px 10px auto;
  font-size: 10px;
  white-space: nowrap;
  -webkit-text-stroke: 2px #fff;
  text-stroke: 2px #fff;
  paint-order: stroke;
}
.sec03-flex06 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
}
.sec03-flex06-img {
  flex: 1.5;
  position: relative;
}
.sec03-flex06-img-caption {
  font-size: 10px;
  color: #595757;
  margin: 1em 0 0 0;
  white-space: nowrap;
}
@media (min-width: 768px) {
  .sec03-flex06-img-caption {
    flex: 1.5;
    margin: 0 0 0 -1.5em;
  }
}
.sec03-flex06-img-flex {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-left: auto;
}
@media (min-width: 768px) {
  .sec03-flex06-img-flex {
    flex: 1;
    flex-direction: row;
    transform: translateY(40%);
    align-items: flex-end;
  }
}
.sec03-flex06-text {
  font-size: max(1.95vw, 12px);
  padding: 20px 0 0 20px;
  line-height: 1.8;
}
@media (min-width: 768px) {
  .sec03-flex06-text {
    padding: 20px 0 0 30px;
    font-size: 16px;
  }
}
.sec03-flex07 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 40px;
}
@media (min-width: 768px) {
  .sec03-flex07 {
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-end;
    gap: 20px;
  }
}
.sec03-flex07 picture, .sec03-flex07 img {
  width: 100%;
}
.sec03-flex07-caption {
  padding-top: 10px;
  margin-left: 80%;
  font-size: 10px;
  color: #595757;
  white-space: nowrap;
  text-align: right;
}
@media (min-width: 768px) {
  .sec03-flex07-caption {
    margin-left: auto;
    text-align: left;
  }
}
@media (min-width: 768px) {
  .sec03-block {
    margin: 15px 0 0 30px;
  }
}
.sec03-block-text {
  padding-block: 20px;
  font-size: max(1.95vw, 12px);
  line-height: 1.8;
}
@media (min-width: 768px) {
  .sec03-block-text {
    font-size: 16px;
  }
}
.sec03-caption {
  margin-top: 5px;
  padding-left: 190px;
  text-align: center;
  font-size: 10px;
  color: #595757;
}
@media (min-width: 768px) {
  .sec03-caption {
    padding-left: 0;
    text-align: right;
  }
}

/* ~.sec03 */
.sec04 .thumbnail-caption {
  position: relative;
  inset: 5px auto auto auto;
  font-size: 10px;
}
.sec04-img {
  position: relative;
  width: 100%;
  height: auto;
  margin-bottom: 30px;
}
.sec04-img-caption {
  margin-top: 10px;
  font-size: 10px;
  color: #595757;
  text-align: right;
}
.sec04-img-block {
  width: 100%;
  height: auto;
  max-width: 500px;
  margin: 25px auto 30px;
  text-align: center;
}
@media (min-width: 768px) {
  .sec04-img-block {
    width: 100%;
    max-width: none;
    margin-top: 50px;
  }
}
.sec04-img-block img {
  width: 100%;
}
.sec04-flex01-left {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
}
@media (min-width: 768px) {
  .sec04-flex01-left {
    gap: 60px;
  }
}
@media (max-width: 767px) {
  .sec04-flex01-item {
    flex: 1;
  }
}
.sec04-flex01-right {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
@media (min-width: 768px) {
  .sec04-flex01-right {
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 60px;
  }
}
.sec04-flex01-caption {
  font-size: 10px;
  color: #595757;
  text-align: left;
}
.sec04-flex01-title {
  margin-bottom: 0.3em;
  color: #0d3480;
  font-size: 14px;
}
@media (min-width: 768px) {
  .sec04-flex01-title {
    font-size: 22px;
  }
}
.sec04-flex01-text {
  font-size: 12px;
  line-height: 1.8;
}
@media (min-width: 768px) {
  .sec04-flex01-text {
    font-size: 16px;
  }
}

/* ~.sec04 */
.sec05 {
  padding-bottom: 35px;
}
@media (min-width: 768px) {
  .sec05 {
    padding-bottom: 67px;
  }
}
.sec05 .thumbnail-caption {
  position: absolute;
  inset: auto auto 5px 5px;
  font-size: 10px;
  color: #fff;
}
.sec05-img {
  position: relative;
  width: 100%;
  height: auto;
}
.sec05-img-caption {
  margin-top: 5px;
  font-size: 10px;
  font-weight: 500;
  color: #595757;
  text-align: left;
}
@media (min-width: 768px) {
  .sec05-img-caption {
    text-align: right;
  }
}
.sec05-flex-parent {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
}
@media (min-width: 768px) {
  .sec05-flex-parent {
    flex-direction: row;
    justify-content: space-between;
  }
}
.sec05-case-title {
  width: 100%;
  padding: 0.3em;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  color: #0d3480;
  background-color: #e5f0f7;
}
@media (min-width: 768px) {
  .sec05-case-title {
    font-size: 22px;
  }
}
.sec05-case-subtitle {
  margin-block: 0.5em;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  color: #0d3480;
}
@media (min-width: 768px) {
  .sec05-case-subtitle {
    font-size: 18px;
  }
}
.sec05-case-flex {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}
@media (min-width: 768px) {
  .sec05-case-flex {
    gap: 15px;
  }
}
.sec05-case-img {
  position: relative;
}
.sec05-case-img img {
  width: 100%;
  height: auto;
  aspect-ratio: 452/343;
  -o-object-fit: cover;
     object-fit: cover;
}
.sec05-case-img-caption {
  margin-top: 5px;
  font-size: 10px;
  color: #595757;
  text-align: right;
}
.sec05-text {
  margin-top: 1em;
  font-size: 14px;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .sec05-text {
    margin-top: 3em;
    font-size: 18px;
  }
}
.sec05-info {
  flex: 1;
}
.sec05-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(4, -webkit-fill-available);
  grid-template-rows: repeat(4, stretch);
  gap: 15px;
  position: relative;
  padding-bottom: 20px;
}
@media (min-width: 768px) {
  .sec05-grid {
    gap: 20px;
    padding-bottom: 0;
  }
}
.sec05-grid-item-caption {
  margin-top: 5px;
  padding-left: 15px;
  font-size: 10px;
  color: #595757;
}
.sec05-grid-item01 {
  grid-area: 1/1/2/2;
}
.sec05-grid-item02 {
  grid-area: 1/2/2/3;
}
.sec05-grid-item03 {
  grid-area: 2/1/3/2;
}
.sec05-grid-item04 {
  grid-area: 2/2/3/3;
}
.sec05-grid-item05 {
  grid-area: 3/1/4/2;
}
.sec05-grid-item06 {
  grid-area: 3/2/4/3;
}
.sec05-grid-item07 {
  grid-area: 4/1/5/2;
}
.sec05-grid-caption {
  position: absolute;
  inset: auto auto 0 15px;
  font-size: 10px;
  color: #595757;
}
@media (min-width: 768px) {
  .sec05-grid-caption {
    inset: auto 90px 0 auto;
  }
}

/* ~.sec05 */
.link-container {
  margin: 10px auto 80px;
}
@media (min-width: 768px) {
  .link-container {
    margin: 10px auto 100px;
  }
}
.link-container-caption {
  margin-bottom: 25px;
  font-size: 10px;
  color: #595757;
  text-align: center;
}
@media (min-width: 768px) {
  .link-container-caption {
    margin-bottom: 60px;
  }
}
.link-container-url {
  display: block;
  width: 100%;
  transition: all 0.3s ease-in-out;
}
.link-container-url:hover {
  opacity: 0.8;
}
.link-container-img {
  margin-inline: auto;
  max-width: 280px;
}
@media (min-width: 768px) {
  .link-container-img {
    max-width: none;
    text-align: center;
  }
}/*# sourceMappingURL=cw-eslohyper.css.map */