@charset "UTF-8";
/*******************
 基本設定 
 *******************/
* {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  /* width: 1000px; */
  margin: 0 auto;
  font-family: "Noto Sans JP", sans-serif;
}

html[lang="zh-Hant"] body {
  font-weight: normal !important;
  font-family: "Noto Sans SC", sans-serif;
}

:root {
  /* color */
  --font-size_24-36: clamp(24px, 2vw + 1rem, 36px);
  --font-size_24-50: clamp(24px, calc(2.671vw + 13.996px), 50px);
  --font-size_17-34: clamp(17px, calc(1.603vw + 11px), 34px);
  --font-size_14-17: clamp(14px, 0.83vw, 17px);
  --font-size_12-17: clamp(12px, 1.18vw, 17px);
  --font-size_20-35: clamp(20px, 1.302vw + 15.112px, 35px);
  --font-size_10-13: clamp(10px, 0.7353vw + 7.25px, 13px);

  --font-size_14-19: clamp(14px, 1.39vw, 19px);
  --font-size_15-19: clamp(15px, 1.11vw, 19px);
  --font-size_15-21: clamp(15px, 2.5vw, 21px);
  --font-size_15-25: clamp(15px, 1.736vw, 25px);
  --font-size_6-10: clamp(6px, 0.694vw, 10px);
  --font-size_20-24: clamp(20px, 1.666vw, 24px);
  --font-size_30-70: clamp(30px, 5.56vw, 70px);
  --font-size_22-34: clamp(22px, 2.36vw, 34px);
  --font-size_22-25: clamp(22px, 1.04vw, 25px);
  --font-size_16-19: clamp(16px, 1.25vw, 19px);
  --font-size_15-17: clamp(
    15px,
    calc(15px + (2 * ((100vw - 375px) / 1065))),
    17px
  );
}

h2 {
  color: #fff;
  font-family: "Oswald", sans-serif !important;
  font-size: clamp(45px, 6.25vw, 90px);
  font-weight: 400;
}

a {
  text-decoration: none;
}
.scrollCounter {
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 100;
  font-size: 20px;
  color: #666;
  font-weight: bold;
}

.sp {
  display: none;
}
.pc {
  display: block;
}
.wrap {
  position: relative;
  height: auto;
}
img {
  width: 100%;
  height: auto;
}

.js-en {
  font-family: "open-sans", sans-serif;
}

.ttl .js-en {
  font-family: "Oswald", sans-serif !important;
  font-weight: 400;
}
/*******************
 共通項目 
 *******************/
.ttl {
  font-size: var(--font-size_24-50);
  font-weight: 500;
}

.ttl .js-ja {
  letter-spacing: 0.1em;
}

.btn {
  position: relative;
  display: block;
  background-color: #fff;
  color: #008ccd;
  width: fit-content;
  padding: 1.45% 2.45%;
  border-radius: 100vmax;
  font-size: var(--font-size_20-35);
  font-weight: 400;
  margin: 50px auto 0;
  cursor: pointer;
  width: 450px;
  white-space: normal;
}
.btn:hover {
  outline: none;
  background-color: #d4ebf4;
  transition: all 0.3s ease;
}

.sp-margin-wrapper {
  width: 90.66%;
  margin: 0 auto;
}

.ttl .js-en {
  font-size: var(--font-size_30-70);
}

.d-block {
  display: block;
}
/*******************
  END 共通項目 
 *******************/

/*******************
    KV
 *******************/
._kv-bg {
  background-image: url("../img/kv-bg_pc.png");

  background-position: top;
  background-size: cover;
}

.box {
  position: absolute;
  inset: 0;
  margin: auto;
  width: 100px;
  height: 100px;
  background-color: #000;
  transform: translate(0, 0);
}
.kv {
  min-height: 100vh;
  position: relative;
  overflow: hidden;
}

.kv-logos {
  position: absolute;
  inset: 0;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 200px;
  background-image: url("../img/kv-bg.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.kv-logoLeft {
  width: 330px;
}
.kv-logoRight {
  width: 290px;
}

.kv-building {
  position: absolute;
  bottom: -100vh;
  width: 100%;
  z-index: 3;
}
.kv-building-img {
  height: 95vh;
}
.kv-building-img > img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.kv-people {
  position: absolute;
  width: 100%;
  bottom: -100vh;
  display: flex;
  justify-content: space-between;
  z-index: 3;
}

.kv-people div:nth-child(2) {
  scale: 1.1;
}

.kv-flower {
  position: absolute;
  width: 100%;
  bottom: -100vh;
  z-index: 3;
}
.kv-flower div {
  scale: 1.1;
}
.kv-text {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  width: 93.6%;
  margin: 7vh auto 0;
  z-index: 10;
}
.kv-decoration {
  position: absolute;
  top: 10%;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  bottom: -100vh;
  z-index: 0;
  opacity: 0;
}
/*******************
 END kv 
 *******************/

/*******************
  sec1 
 *******************/
.sec1 {
  background-color: #d4ebf4;
  padding-top: 0.97%;
  padding-bottom: 6.944%;
}
.sec1 .ttl {
  color: #036eb8;
  text-align: center;
  margin-top: 7.66%;
  font-family: "Oswald", "Noto Sans JP", sans-serif;
}

html[lang="zh-Hant"] .sec1 .ttl {
  font-family: "Noto Sans SC", sans-serif;
}
.copyright {
  color: #036eb8;
  font-size: 1.2rem;
}
.logo-list {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin: 5.36% auto 0;
  max-width: 536px;
  width: 41%;
}

.logo-list p {
  color: #036eb8;
  font-size: var(--font-size_10-13);
  padding-top: 6.38%;
  text-align: center;
}

.copyright-sec1 {
  font-size: var(--font-size_10-13);
  color: #036eb8;
}
.sec1-text {
  text-align: left;
  color: #036eb8;
  font-size: var(--font-size_15-19);
  font-weight: 500;
  line-height: 1.5;
  width: 60.87%;
  margin: 5.2% auto 0;
}
.video-wrapper {
  display: block;
  max-width: 1000px;
  width: 100%;
  margin: 3.81% auto 0;
}
.video {
  width: 100%;
}

/* 言語切り替えボタン */
.lang-change-wrapper {
  max-width: 1000px;
  margin: 3.86% auto 0;
}

.lang-change-select {
  position: relative;
  width: fit-content;
  margin-left: auto;
  margin-top: 1em;
}

.lang-change-select-box {
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer;
  background-color: #fff;
  width: 188px;
  padding: 12px;
  gap: 8px;
  font-size: 1.7rem;
  color: #036eb8;
  font-family: "Oswald", "Noto Sans JP", sans-serif !important;
  border: 2px solid #036eb8;
}
.lang-change-select-box::before {
  content: "";
  position: absolute;
  background-color: #036eb8;
  width: 12px;
  height: 8px;
  clip-path: polygon(0 0, 100% 0%, 50% 100%);
  right: 15px;
  transition: transform 0.3s ease;
}
.lang-change-select-box._open::before {
  transform: rotate(180deg);
}
.lang-change-select-img {
  width: 20px;
}
.lang-change-select-box._open + .lang-change-select-list {
  display: block;
}
.lang-change-select-list {
  position: absolute;
  display: none;
  width: 100%;
  background-color: #fff;
  border-left: 2px solid #036eb8;
  border-right: 2px solid #036eb8;
  border-bottom: 2px solid #036eb8;
}
.lang-change-select-item {
  font-size: 1.7rem;
  font-weight: 500;
  color: #036eb8;
  padding: 12px 42px;
  border-top: 1px solid #036eb8;
  cursor: pointer;
  font-family: "Oswald", "Noto Sans JP", sans-serif !important;
}

.lang-change-select-item[data-lang="kan"] {
  font-family: "Noto Sans SC", sans-serif !important;
  /* font-weight: 600 !important; */
}
html[lang="zh-Hant"] .lang-change-select-box {
  font-family: "Noto Sans SC", sans-serif !important;
  /* font-weight: 600 !important; */
}
.lang-change-select-item:first-child {
  border-top: none;
}
.lang-change-select-item:hover,
.js-langSelelct.active {
  background-color: #e2f2f7;
}

.lang-change {
  display: flex;
  justify-content: end;
  border-radius: 9999px;
  overflow: hidden;
  font-size: 1.4rem;
  width: fit-content;
  margin-left: auto;
  background-color: #b3b3b3;
  font-family: "Oswald", sans-serif !important;
}
.lang-btn {
  flex: 1;
  padding: 0.8em 1.6em;
  background-color: transparent;
  color: #fff;
  border: none;
  cursor: pointer;
  transition: background-color 0.3s, color 0.3s;
  position: relative;
  z-index: 1;
  width: 50%;
}
.lang-btn.active {
  background-color: #fff;
  color: #036eb8;
  position: relative;
  border-radius: 9999px;
  z-index: 2;
}

/* 動画ミュートボタン */
.movie__btn {
  margin-top: 1em;
  text-align: center;
  width: 35px;
  height: 30px;
}

.movie__btn button {
  box-shadow: initial;
  display: inline-block;
  appearance: none;
  cursor: pointer;
  background-color: transparent;
  border: none;
  padding: 0;
  height: 100%;
}

.movie__btn button img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.movie__controls {
  display: flex;
  justify-content: flex-end;
  gap: 25px;
}
/*******************
 END sec1 
 *******************/

/*******************
  sec2
 *******************/
.sec2 {
  background-color: #fff;
  padding-top: 6.944%;
  padding-bottom: 6.944%;
}
.sec2 .ttl {
  color: #036eb8;
  text-align: center;
}
.sec2-text {
  text-align: left;
  color: #036eb8;
  font-size: var(--font-size_15-19);
  line-height: 1.5;
  width: 60.87%;
  margin: 5.2% auto 0;
}

.sec2-list {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  margin-top: 3.68%;
}

.sec2-item {
  position: relative;
  width: 69.4%;
  color: #fff;
}

.sec2-item img {
  aspect-ratio: 16/9;
  object-fit: cover;
  object-position: center;
}

.sec2-item-title {
  font-size: var(--font-size_17-34);
  letter-spacing: 0.02em;
  line-height: 1.1;
  font-weight: 500;
}

.sec2-item-title .js-en {
  font-family: "Oswald", sans-serif !important;
  font-size: var(--font-size_22-34);
  line-height: 1.2;
}

.sec2-item-text {
  font-size: 1.7rem;
  line-height: 1.3;
  letter-spacing: 0.08em;
  padding-top: 2.45%;
  max-width: 570px;
}
.sec2-item-contents {
  position: absolute;
  bottom: 6%;
  left: 5%;
  z-index: 10;
}
/* セクション2の画像のシャドウ */
.sec2-overlay {
  position: relative;
}

.sec2-overlay::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40%;
  z-index: 2;
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.5) 0%,
    rgba(0, 0, 0, 0) 100%
  );
}
/*******************
  END sec2
 *******************/
/********************
    sec3
********************/
.sec3 {
  background-color: #036eb8;
  padding-top: 6.944%;
  padding-bottom: 6.944%;
}
.sec3.bg-navy {
  background-color: #0a196d;
}

.sec3 .tabs {
  /* width: 83.33%; */
  margin: 0 auto;
}

.sec3 .tab-list {
  display: flex;
  margin: 0 auto;
  width: 600px;
  background-color: #b3b3b3;
  border-radius: 9999px;
  position: relative;
}

.sec3 .tab-item {
  flex-grow: 1;
  padding: 1em 0;
  background-color: transparent;
  border: none;
  border-radius: 100vmax;
  text-align: center;
  cursor: pointer;
  font-size: var(--font-size_14-19);
  color: #fff;
  position: relative;
  z-index: 1;
  transition: all 0.3s ease;
  width: 50%;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
}

.sec3 .tab-item .js-en {
  font-family: "Oswald", sans-serif !important;
}

.sec3 .tab-item.active {
  background-color: #fff;
  color: #036eb8;
  z-index: 2;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
  font-size: calc(var(--font-size_14-19) * 1.2);
  /* font-size: var(--font-size_15-21); */
}

.sec3 .tab-item.active.color-navy {
  color: #0a196d;
}

.sec3 .tab-panel {
  display: none;
}

.sec3 .tab-panel.active {
  display: block;
  padding: 4% 0;
}
.sec3 .tab-panel.active h2 {
  font-size: 20px;
  font-weight: bold;
}
/* ----------------- slider ------------------*/
.slick-track {
  display: flex !important;
}

.slider-wrapper {
  position: relative;
  width: 100%;
  padding: 60px 0;
  box-sizing: border-box;
}

.slide-item {
  box-sizing: border-box;
  transition: transform 0.3s ease;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  height: 100%;
  width: 450px;
}

.slide-item > a {
  display: block;
  width: fit-content;
  margin: 0 auto;
}

.slick-slide img {
  display: block;
  width: 100%;
  max-width: 361px;
  margin: 0 auto;
  aspect-ratio: 3 / 4;
  object-fit: cover;
  transform: scale(0.7);
  transition: all 0.3s ease;
}
.slick-center img {
  transform: scale(1);
}

.slide-item img {
  width: 100%;
  height: auto;
}

.img-position_01 {
  object-position: 39% center;
}

.img-position_02 {
  object-position: 56% center;
}

.img-position_03 {
  object-position: top;
}
/* スライダーホバーアニメーション */
.slick-center a:hover {
  transform: scale(1.05);
  transition: all 0.3s ease;
}

/* ナビゲーションボタン */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 40%;
  display: block;
  width: 60px;
  height: 60px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: #fff;
  z-index: 2;
}
.slick-prev {
  left: calc(50% - 280px);
}

.slick-next {
  right: calc(50% - 280px);
}
.slick-prev::before {
  content: "";
  display: inline-block;
  position: relative;
  width: 24px;
  height: 3px;
  background-color: #036eb8;
  opacity: 1;
}

.slick-prev::after {
  content: "";
  display: inline-block;
  position: absolute;
  left: 17px;
  top: 50%;
  width: 12px;
  height: 12px;
  border-left: 3px solid #036eb8;
  border-bottom: 3px solid #036eb8;
  transform: translateY(-50%) rotate(45deg);
}

.slick-next::before {
  content: "";
  display: inline-block;
  position: relative;
  width: 24px;
  height: 3px;
  background-color: #036eb8;
  opacity: 1;
}

.slick-next::after {
  content: "";
  display: inline-block;
  position: absolute;
  right: 17px;
  top: 50%;
  width: 12px;
  height: 12px;
  border-left: 3px solid #036eb8;
  border-bottom: 3px solid #036eb8;
  transform: translateY(-50%) rotate(-135deg);
}

.sec3.bg-navy .slick-prev::before,
.sec3.bg-navy .slick-next::before {
  background-color: #0a196d;
}
.sec3.bg-navy .slick-prev::after,
.sec3.bg-navy .slick-next::after {
  border-left: 3px solid #0a196d;
  border-bottom: 3px solid #0a196d;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: #d4ebf4;
}

/* テキスト */
.slide-contents-wrapper {
  color: #fff;
  font-size: var(--font-size_12-17);
  max-width: 361px;
  margin: 3.43% auto 0;
  opacity: 0;
}

.slide-contents-wrapper a {
  margin-left: auto;
  color: #fff;
}

.slide-content-ttl {
  font-size: var(--font-size_15-21);
  font-weight: 500;
  width: fit-content;
}

.link-icon {
  position: relative;
  color: #fff;
}
.link-icon::after {
  content: "";
  position: absolute;
  display: inline-block;
  top: 50%;
  right: -2.2rem;
  width: 1.5rem;
  height: 1.5rem;
  background-image: url(../img/link-icon.svg);
  background-size: contain;
  transform: translateY(-50%);
}

.slide-content-ttl_nolink {
  font-size: var(--font-size_15-21);
  font-weight: 500;
  width: fit-content;
  position: relative;
  line-height: 1.2;
}

.slide-content-ttl .js-en {
  font-family: "Oswald", sans-serif !important;
}

.slide-content-details {
  margin-top: 4.15%;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.slide-content-details a {
  color: #fff;
  text-decoration: underline;
  font-family: auto;
}

.slick-dots {
  color: #fff;
  bottom: -70px;
}

.slick-center .slide-contents-wrapper {
  opacity: 1;
}

.sec4-tab-item.active.bg-orange {
  background-color: #ff8c00;
}
.sec4-tab-item.active.bg-yellow {
  background-color: #ffcc00;
  color: #000111;
}

/* ドットインジケーター */
.slick-dots li {
  width: 10px;
  height: 10px;
  margin: 0 7px;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 10px;
  height: 10px;
  padding: 3px;
  cursor: pointer;
  color: #fff;
  border: 0;
  outline: none;
  background: transparent;
  border-radius: 100%;
  border: solid #fff 1px;
}
.slick-dots li.slick-active button {
  background-color: #fff;
}

.slick-dots li button:before {
  color: transparent;
  width: 10px;
  height: 10px;
}

.slick-dots li.slick-active button:before {
  color: #fff;
}

@media (max-width: 1024px) {
  .slick-slide img {
    max-width: 400px;
  }

  .slide-contents-wrapper {
    max-width: 400px;
  }

  .slick-prev {
    left: calc(50% - 285px);
  }

  .slick-next {
    right: calc(50% - 285px);
  }
}

@media (max-width: 768px) {
  .slick-slide img {
    max-width: 300px;
  }

  .slide-contents-wrapper {
    max-width: 300px;
  }
  .slick-prev {
    left: calc(50% - 210px);
  }

  .slick-next {
    right: calc(50% - 210px);
  }
}

@media (max-width: 480px) {
  .slick-slide img {
    max-width: 350px;
  }

  .slide-contents-wrapper {
    max-width: 350px;
  }
  .slick-prev {
    left: calc(50% - 170px);
  }

  .slick-next {
    right: calc(50% - 170px);
  }
}
/*******************
  END sec3
 *******************/
/*******************
  sec4
 *******************/
.sec4 {
  padding-top: 6.944%;
  padding-bottom: 6.944%;
}

.sec4 .ttl {
  text-align: center;
}
.sec4 .tabs {
  max-width: 1000px;
  overflow: hidden;
  margin: 5.36% auto 0;
}

.sec4 .tab-content {
  display: flex;
  width: 300%;
  transition: transform 0.5s ease-in-out;
  gap: 5px;
}

.sec4 .tab-list {
  display: flex;
  background-color: #e6e6e6;
  border-radius: 9999px;
  position: relative;
  text-align: center;
  width: 100%;
}

.sec4-tab-item {
  padding: 1em 0;
  cursor: pointer;
  flex-grow: 1;
  color: #808080;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 33.33%;
  font-weight: 600;
  font-size: var(--font-size_14-19);
}

html[lang="vi"] .sec4-tab-item {
  font-size: calc(var(--font-size_12-17) * 1);
  padding: 1em 0.5em;
}

.sec4-tab-item .js-en {
  font-family: "Oswald", sans-serif !important;
}

.sec4-tab-panel {
  /* display: none; */
  padding-top: 1.67%;
  width: 100%;
}
.sec4-tab-panel._min {
  height: 1px;
}

.sec4-tab-item.active {
  background-color: #4dad5f;
  color: #fff;
  z-index: 2;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
  border-radius: 100vmax;
  font-weight: 900;
}

.tab-text {
  display: flex;
  height: 100%;
  justify-content: center;
  align-items: center;
}

.sec4-contents-text {
  width: 79.5%;
  margin: 0 auto;
  font-size: var(--font-size_15-19);
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 2px;
}

.sec4-tab-panel.active {
  /* display: block; */
}
.sec4-tab-panel.active h2 {
  font-size: 20px;
  font-weight: bold;
}

.sec4 h3 {
  font-size: 2.5rem;
  font-weight: 500;
}

.sec4 h3 .js-en {
  font-family: "Oswald", sans-serif !important;
}

.sec4-tab-conontents-text {
  font-size: var(--font-size_14-17);
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 2px;
}

/* list */
.sec4 .list {
  margin-top: 5%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 50px;
  row-gap: 30px;
  text-align: center;
}
.sec4 .list li {
  border-radius: 10px;
  width: 100%;
  text-align: left;
  display: flex;
  flex-direction: column;
  gap: 10px;
  line-height: 1.2;
}

.sec4 .list li img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  object-position: center;
}
/*******************
  END sec4
 *******************/

/*******************
  sec5
 *******************/
.sec5 {
  width: 100%;
  background-color: #036eb8;
  text-align: center;
  color: #fff;
  position: relative;
  padding: 6.944% 0;
}
.sec-contents-wrapper {
  max-width: 1000px;
  margin: 0 auto;
  width: 70%;
  text-align: center;
}

.sec5-text {
  font-size: var(--font-size_14-19);
  font-weight: 500;
  padding-top: 4.1%;
}
.sec5-img {
  max-width: 1000px;
  width: 70%;
  height: auto;
  margin: 2.9% auto 0;
}

.sec5-img a {
  display: block;
}

.sec5-img:hover {
  scale: 1.03;
  transition: all 0.5s ease;
}

.btn-sec5 {
  font-family: "Oswald", sans-serif !important;
  color: #036eb8;
}
.btn-sec5::before {
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 30px;
  height: 0;
  border-top: var(--font-size_6-10) solid transparent;
  border-bottom: var(--font-size_6-10) solid transparent;
  border-left: var(--font-size_12-17) solid #036eb8;

  right: 23px;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 10px solid #036eb8;
}
/*******************
  END sec5
 *******************/
/*******************
      sec6
 *******************/
.sec6 {
  padding: 6.944% 0;
  background-color: #fff;
  text-align: center;
  color: #036eb8;
  position: relative;
}

.sec6-img {
  margin: 3% auto 0;
  width: 100%;
  height: auto;
  max-width: 1440px;
}

.sec6-text {
  font-size: 1.6rem;
  max-width: 800px;
  width: 55.2%;
  margin: 0 auto;
  margin-top: 4.861%;
  line-height: 1.5;
  text-align: left;
  font-weight: 500;
}

.btn-sec6 {
  font-size: var(--font-size_15-21);
  background-color: #036eb8;
  color: #fff;
}

.btn-sec6 .js-en {
  font-family: "Oswald", sans-serif !important;
}

.btn-sec6::before {
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: var(--font-size_20-24);
  height: 0;
  border-top: var(--font-size_6-10) solid transparent;
  border-bottom: var(--font-size_6-10) solid transparent;
  border-left: var(--font-size_12-17) solid #fff;

  right: 15px;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 10px solid #fff;
}
.btn-sec6:hover {
  color: #036eb8;
}
.btn-sec6:hover::before {
  border-left: 10px solid #036eb8;
}
/*******************
  END sec6
 *******************/
/*******************
      sec7
 *******************/
.sec7 {
  width: 100%;
  background-color: #d4ebf4;
  text-align: center;
  position: relative;
  padding: 4.86% 0;
}

.sec7 .ttl {
  color: #036eb8;
}

/* .sec7-img {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  column-gap: 23px;
  row-gap: 23px;
  width: 100%;
  height: auto;
  justify-content: center;
} */
.sec7-list {
  max-width: 1000px;
  width: 100%;
  margin: 3.88% auto 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 23px;
}
.sec7-list-item p {
  position: relative;
  font-size: 1.6rem;
  margin-top: 5%;
  padding-left: 20px;
}

.sec7-list-item p a {
  color: #036eb8;
}

.sec7-list-item {
  margin-top: 1.04%;
  text-align: left;
  color: #036eb8;
}
.sec7-list-item:last-child {
  border: none;
  padding: 0;
}

.sec7-list-item-list {
  display: grid;
  grid-template-columns: repeat(1, auto);
  grid-template-rows: auto 1fr;
  gap: 14px;
  font-size: 1.6rem;
  text-align: left;
  margin: 0 auto;
  max-width: 1000px;
  padding-top: 5.1%;
}

.sec7-list-item-list li {
  position: relative;
  padding-left: 20px;
  line-height: 1.2;
}

.sec7-list-item-list li a {
  color: #036eb8;
}

.sec7-list-item-list li::before,
.sec7-list-item p::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 10px;
  height: 10px;
  background-color: #036eb8;
  transform: translateY(-50%);
}

.sec7-list-wrapper {
  max-width: 1000px;
  margin: 0 auto;
}

.sec7-logo {
  background-color: #fff;
  height: auto;
}

.sec7-logo img {
  display: block;
  width: 62.8%;
  margin: 0 auto;
  padding: 6.2% 0;
}

.sec7-logo._02 img {
  width: 44.65%;
  padding: 5.66% 0;
}

.sec7-logo img:hover {
  scale: 1.08;
  transition: all 0.3s ease;
}

/*******************
  END sec7
 *******************/
/*******************
  footer
 *******************/
.footer {
  background-color: #036eb8;
  text-align: center;
  color: #fff;
  font-family: "Open Sans", sans-serif;
  padding-top: 4.86%;
  padding-bottom: 25px;
  bottom: 0;
}

footer .ttl {
  font-size: var(--font-size_24-36);
}

.footer p:nth-child(2) {
  margin-top: 3.26%;
  font-size: var(--font-size_12-17);
  letter-spacing: 0.05em;
  line-height: 1.5;
}
.tel {
  display: block;
  margin-top: 1.1%;
  font-size: 1.7rem;
  color: #fff;
}
.address {
  margin-top: 1.1%;
  font-size: 1.7rem;
}

.footer-list {
  margin-top: 2.92%;
}
.footer-list a {
  position: relative;
  color: #fff;
  cursor: pointer;
  text-decoration: none;
  cursor: pointer;
  font-size: 1.5rem;
  letter-spacing: 0.04em;
}

.footer-list a::before {
  position: absolute;
  content: "";
  background-color: #fff;
  width: 2px;
  height: 100%;
  top: 50%;
  left: -20px;
  transform: translate(35%, -50%);
}

.footer-list a::after {
  position: absolute;
  content: "";
  background-color: #fff;
  width: 2px;
  height: 100%;
  top: 50%;
  right: -20px;
  transform: translate(35%, -50%);
}
/* .footer-list li:last-child::after {
  display: none;
} */
.copyright {
  margin-top: 4.8%;
  color: #fff;
}

.address a {
  cursor: pointer;
  color: #fff;
  text-decoration: none;
}

.privacy {
  background-color: #c3dbe612;
  color: #fff;
  font-size: 1.4rem;
  width: 45.97%;
  margin: 0 auto;
  padding: 15px;
  text-align: left;
  letter-spacing: 0.05em;
  margin-top: 3.83%;
  max-width: 700px;
  line-height: 1.2;
}

.privacy a {
  color: #fff;
  cursor: pointer;
  text-decoration: underline;
}
/*******************
  END footer
 *******************/

/*******************
 アクセシビリティページ
 *******************/
.contents-wrapper {
  background-color: #d4ebf4;
  padding-top: 2.08%;
  padding-bottom: 10.97%;
}
.a11y-ttl-logo {
  width: 31.87%;
  margin-left: 2.77%;
}

.a11y-main-contents {
  max-width: 1000px;
  margin: 4.58% auto 0;
  padding: 0 7%;
}

.a11y-ttl {
  text-align: center;
  margin-top: 7.5%;
}

.a11y-text {
  font-size: var(--font-size_16-19);
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.06em;
}

.a11y-sub-ttl {
  font-size: var(--font-size_20-24);
  font-weight: 700;
  letter-spacing: 0.01em;
  color: #000000;
  padding-top: 7%;
}

.a11y-sub-ttl .js-en {
  font-family: "Oswald", sans-serif !important;
}

.a11y-link {
  font-size: var(--font-size_15-19);
  letter-spacing: 0.06em;
  margin-top: 3.37%;
  font-weight: 500;
}

.a11y-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  font-size: var(--font-size_15-17);
  letter-spacing: 0.05em;
  margin-top: 2.25%;
}

.a11y-list li {
  position: relative;
  padding-left: 1em;
}

.a11y-list li::before {
  position: absolute;
  content: "";
  background-color: #036eb8;
  width: 10px;
  height: 10px;
  top: 0.2em;
  left: 0;
}

.a11y-scope-text {
  font-size: var(--font-size_15-17);
  letter-spacing: 0.05em;
  padding-top: 3%;
  padding-left: 1em;
}

.a11y-text-default {
  font-size: var(--font-size_15-17);
  letter-spacing: 0.05em;
  line-height: 1.5;
  margin-top: 2.25%;
}

.a11y-guideline-link {
  font-size: var(--font-size_15-17);
  letter-spacing: 0.05em;
  margin-top: 2.25%;
  line-height: 1.5;
  color: #000000;
  margin-top: 30px;
  display: block;
  width: fit-content;
}

.link-icon_navy {
  position: relative;
}

.link-icon_navy::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -2.2rem;
  width: 1.5rem;
  height: 1.5rem;
  background-image: url(../img/\ link-icon_navy.svg);
  background-size: contain;
  transform: translateY(-50%);
}

/*******************
 ENDアクセシビリティページ
 *******************/
._none {
  display: none;
}
@media (max-width: 768px) {
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
  /*******************
  共通項目 
 *******************/
  .ttl .js-ja {
    letter-spacing: 0.08em;
  }

  .lang-change-select {
    margin-top: 10px;
  }

  .btn {
    position: relative;
    display: block;
    background-color: #fff;
    color: #2f6cb1;
    padding: 1.45% 5.45%;
    font-weight: 400;
    margin: 8.93% auto 0;
    cursor: pointer;
    width: 330px;
  }

  .sp-margin-wrapper {
    width: 90.66%;
    margin: 0 auto;
  }
  /*******************
  END 共通項目 
 *******************/
  /*******************
   KV 
 *******************/
  ._kv-bg {
    background-image: url("../img/kv-bg_sp.png");
  }
  .kv-logos {
    position: absolute;
    inset: 0;
    margin: auto;
    display: flex;
    align-items: center;
    background-image: url("../img/kv-logos_sp.png");
    gap: 40px;
    width: 100%;
  }
  .kv-logoLeft {
    width: 145px;
  }
  .kv-logoRight {
    width: 105px;
  }

  .kv-text {
    margin: 4.93% auto 0;
  }
  /*******************
  END KV
 *******************/
  .sec-image {
    width: 91%;
    height: 580px;
  }
  .sec-text-wrapper.__left-bottom {
    top: auto;
    right: auto;
    bottom: 4.6%;
    left: 5.3%;
  }
  .sec-text-wrapper.__rite-bottom {
    right: 50px;
    bottom: 60px;
  }
  .sec-text-wrapper.__sp-left-top {
    top: 7.3%;
    right: auto;
    bottom: auto;
    left: 5.3%;
  }
  .sec-title {
    font-size: 70px;
  }
  .sec-text {
    font-size: 12px;
    width: 100%;
  }
  .sec-img-text {
    width: 68.5%;
    padding-top: 3.6%;
    font-size: 12px;
  }
  ._ttl-position {
    position: absolute;
    top: 7.3%;
    left: 5.3%;
  }
  .sec-text-wrapper._sec1_01._sp {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    height: inherit;
    display: block;
    width: 100%;
  }
  ._txt-position {
    position: absolute;
    bottom: 4.6%;
    left: 5.3%;
    width: 100%;
    padding-top: 0;
  }
  .img-wrap._sp-top-shadow::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: auto;
    right: auto;
    width: 100%;
    height: 30%;
    background: linear-gradient(
      to bottom,
      rgba(0, 0, 0, 0.2) 0%,
      rgba(0, 0, 0, 0) 100%
    );
  }
  .img-wrap._sp-bottom-shadow::after {
    content: "";
    position: absolute;
    top: auto;
    right: auto;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 30%;
    background: linear-gradient(
      to top,
      rgba(0, 0, 0, 0.5) 0%,
      rgba(0, 0, 0, 0) 100%
    );
  }
  /*******************
  sec1 
 *******************/
  .sec1 {
    background-color: #d4ebf4;
    padding-top: 0.97%;
    padding-bottom: 18.8%;
  }

  .logo-list {
    margin: 6.66% auto 0;
    width: 87.6%;
  }

  .sec1-text {
    margin-top: 8%;
    text-align: left;
    letter-spacing: 0.04em;
    line-height: 1.7;
    width: 100%;
  }

  .video-wrapper {
    display: block;
    width: 100%;
    margin: 17.4% auto 0;
  }

  .movie__btn {
    width: 20px;
    height: 20px;
  }
  /*******************
  END sec1 
 *******************/

  /*******************
  sec2 
 *******************/
  .sec2 {
    padding-top: 18.8%;
    padding-bottom: 18.8%;
  }

  .sec2 .ttl .js-ja {
    letter-spacing: 0.015em;
  }

  .sec2-text {
    width: 100%;
    letter-spacing: 0.04em;
    line-height: 1.7;
    margin: 13.2% auto 0;
  }

  .sec2-list {
    gap: 15px;
    margin-top: 13.2%;
  }

  .sec2-item {
    position: relative;
    width: 100%;
    color: #fff;
  }

  .sec2-item img {
    aspect-ratio: 17/19;
  }

  .sec2-item-text {
    font-size: 1.2rem;
    max-width: 310px;
  }
  /*******************
  END sec2 
 *******************/
  /* *******************
    sec3
  ******************* */
  .sec3 {
    padding-top: 18.8%;
    padding-bottom: 18.8%;
  }

  .sec3 .tab-list {
    width: 90.66%;
    margin: 0 auto;
  }

  .sec3 .tab-item {
    padding: 1em 0;
  }

  .sec3 .tab-panel.active h2 {
    font-size: 20px;
    font-weight: bold;
  }

  .sec3 .tab-panel.active {
    display: block;
    padding: 14.2% 0 4% 0;
  }

  /* ナビゲーションボタン */
  .slick-prev,
  .slick-next {
    width: 45px;
    height: 45px;
  }

  .slick-prev::before {
    content: "";
    display: inline-block;
    position: relative;
    width: 24px;
    height: 3px;
    background-color: #036eb8;
  }

  .slick-prev::after {
    content: "";
    display: inline-block;
    position: absolute;
    left: 10px;
    top: 50%;
    width: 12px;
    height: 12px;
    border-left: 3px solid #036eb8;
    border-bottom: 3px solid #036eb8;
    transform: translateY(-50%) rotate(45deg);
  }

  .slick-next::before {
    content: "";
    display: inline-block;
    position: relative;
    width: 24px;
    height: 3px;
    background-color: #036eb8;
  }

  .slick-next::after {
    content: "";
    display: inline-block;
    position: absolute;
    right: 10px;
    top: 50%;
    width: 12px;
    height: 12px;
    border-left: 3px solid #036eb8;
    border-bottom: 3px solid #036eb8;
    transform: translateY(-50%) rotate(-135deg);
  }

  .sec3.bg-navy .slick-prev::before,
  .sec3.bg-navy .slick-next::before {
    background-color: #0a196d;
  }
  .sec3.bg-navy .slick-prev::after,
  .sec3.bg-navy .slick-next::after {
    border-left: 3px solid #0a196d;
    border-bottom: 3px solid #0a196d;
  }

  .slick-prev:hover,
  .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background-color: #c3dbe6;
  }

  /* テキスト */

  .slide-content-details {
    gap: 0.5rem;
  }

  .link-icon::after {
    width: 1.2rem;
    height: 1.2rem;
    top: 55%;
    transform: translateY(-55%);
  }
  /* ドットインジケーター */
  .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 12px;
    height: 12px;
    padding: 5px;
    cursor: pointer;
    color: #fff;
    border: 0;
    outline: none;
    background: transparent;
    border-radius: 100%;
    border: solid #fff 2px;
  }
  .slick-dots li.slick-active button {
    background-color: #fff;
  }
  /*******************
  END sec3 
 *******************/
  /*******************
  sec4
 *******************/
  .sec4 {
    padding-top: 18.8%;
    padding-bottom: 18.8%;
  }
  html[lang="vi"] .sec4 .ttl {
    padding: 0 3%;
  }

  .sec4 .tabs {
    max-width: 1000px;
    margin: 13.2% auto 0;
  }

  .sec4 .tab-list {
    display: flex;
    background-color: #e6e6e6;
    border-radius: 9999px;
    position: relative;
    text-align: center;
    width: 100%;
    text-align: center;
  }

  .sec4-tab-item {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2.4% 1.2%;
  }

  .sec4-tab-item.active {
    background-color: #4dad5f;
    color: #fff;
    z-index: 2;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
    font-size: calc(var(--font-size_14-19) * 1.2);
  }

  html[lang="vi"] .sec4-tab-item.active {
    font-size: calc(var(--font-size_12-17) * 1);
  }

  .sec4-tab-panel.active {
    width: 100%;
    padding-top: 9.86%;
  }
  .sec4-tab-panel.active h2 {
    font-size: 20px;
    font-weight: bold;
  }

  .sec4 h3 {
    font-size: 1.7rem;
  }

  .sec4 h3 {
    font-size: var(--font-size_22-25);
  }

  .sec4-contents-text {
    width: 100%;
    margin: 0 auto;
    letter-spacing: 0.04em;
    line-height: 1.5;
  }

  .sec4-contents-text .js-en {
    letter-spacing: 0.02em;
    line-height: 1.5;
    line-height: 1.7;
  }

  .sec4-tab-conontents-text {
    letter-spacing: 0.08em;
    line-height: 1.5;
  }

  .sec4-tab-panel {
    padding-top: 3.9%;
    width: 100%;
  }

  /* list */
  .sec4 .list {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    row-gap: 4rem;
    text-align: center;
    margin-top: 12%;
  }
  .sec4 .list li {
    border-radius: 10px;
    width: 100%;
    margin: 0 auto;
    text-align: left;
    display: flex;
    flex-direction: column;
    gap: 10px;
    line-height: 1.2;
  }
  /*******************
  END sec4
 *******************/
  /*******************
  sec5
 *******************/
  .sec5 {
    padding: 18.8% 0;
  }

  .sec5-text {
    padding-top: 13.2%;
    text-align: left;
    line-height: 1.5;
    letter-spacing: 0.02em;
    width: fit-content;
    margin: 0 auto;
  }

  .sec5-img {
    margin: 13.2% auto 0;
    width: 100%;
  }

  .sec5-img:hover {
    scale: 1.05;
    transition: all 0.3s ease;
  }

  .btn-sec5 {
    font-family: "Oswald", sans-serif !important;
    color: #036eb8;
  }

  .btn-sec5::before {
    content: "";
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 15px;
    height: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 10px solid #4682b4;
  }

  .sec4-tab-panel .ctive {
    width: 89.9%;
  }
  /*******************
  END sec5
 *******************/
  /*******************
      sec6
 *******************/
  .sec6 {
    padding: 18.8% 0;
  }

  .sec6-text {
    letter-spacing: 0.04em;
    line-height: 1.5;
    width: 90.6%;
    margin-top: 12%;
  }

  .sec6-text .js-en {
    letter-spacing: 0.02em;
    line-height: 1.7;
    font-size: 1.6rem;
  }

  .sec6-img {
    margin-top: 12%;
  }

  .btn-sec6 {
    background-color: #036eb8;
    color: #fff;
    line-height: 1.28;
  }

  .btn-sec6::before {
    height: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 12px solid #fff;
    right: 10px;
  }
  .btn-sec6:hover::before {
    border-left: 12px solid #036eb8;
  }
  /*******************
  END sec6
 *******************/
  /*******************
      sec7
 *******************/
  .sec7 {
    padding: 14.93% 0;
  }

  .sec7-list {
    width: 100%;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 2.3rem;
    row-gap: 1.7rem;
    margin: 10.9% auto 0;
  }

  .sec7-list-item p {
    font-size: 1.2rem;
  }

  .sec7-list-item-list li {
    font-size: 1.2rem;
  }

  .sec7-list-item-list {
    padding-top: 12%;
  }
  /*******************
  END sec7
 *******************/
  /*******************
  footer
 *******************/
  .footer {
    width: 100%;
    background-color: #036eb8;
    text-align: center;
    color: #fff;
    padding-top: 14.93%;
    padding-bottom: 25px;
  }

  .tel {
    margin-top: 3.86%;
    font-size: 1.5rem;
  }

  .footer p:nth-child(2) {
    margin-top: 11.6%;
    font-size: 1.5rem;
    line-height: 1.5;
  }

  .footer p:nth-child(3) {
    margin-top: 3.86%;
    font-size: 1.2rem;
  }

  .address {
    margin-top: 3.86%;
  }

  .footer-list {
    gap: 4.51%;
    justify-content: center;
    margin-top: 5.9%;
  }

  .footer-list li {
    position: relative;
    color: #fff;
    cursor: pointer;
    font-size: 1.4rem;
  }

  .footer-list li::after {
    position: absolute;
    content: "";
    background-color: #fff;
    width: 2px;
    height: 160%;
    top: 50%;
    right: -10%;
    transform: translateY(-50%);
  }

  .copyright {
    margin-top: 12%;
  }

  .privacy {
    width: 100%;
    padding: 4.41%;
    margin-top: 8.82%;
    font-size: 1.3rem;
    line-height: 1.5;
  }
  /*******************
  END footer
 *******************/
  /*******************
 アクセシビリティページ
 *******************/
  .contents-wrapper {
    background-color: #d4ebf4;
    padding-top: 5.33%;
    padding-bottom: 24.4%;
  }
  .a11y-ttl-logo {
    width: 74.66%;
    margin-left: 6%;
  }

  .a11y-main-contents {
    max-width: 1000px;
    margin: 10% auto 0;
    padding: 0 6%;
  }

  .a11y-ttl {
    text-align: center;
    margin-top: 18%;
  }

  .a11y-text {
    font-size: var(--font-size_16-19);
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.06em;
  }

  .a11y-sub-ttl {
    font-size: var(--font-size_20-24);
    font-weight: 500;
    letter-spacing: 0.02em;
    color: #000111;
    padding-top: 13%;
  }

  .a11y-link {
    font-size: var(--font-size_15-19);
    letter-spacing: 0.06em;
    margin-top: 5%;
  }

  .a11y-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
    letter-spacing: 0.05em;
    margin-top: 4.26%;
  }

  .a11y-list li {
    position: relative;
    padding-left: 1em;
    letter-spacing: 0.02em;
    line-height: 1.5;
  }

  .a11y-list li::before {
    position: absolute;
    content: "";
    background-color: #036eb8;
    width: 10px;
    height: 10px;
    top: 0.4em;
  }

  .a11y-scope-text {
    font-size: var(--font-size_15-17);
    letter-spacing: 0.05em;
    padding-top: 3%;
  }

  .a11y-text-default {
    letter-spacing: 0.05em;
    margin-top: 3.37%;
  }

  .link-icon_navy::after {
    right: -3.2rem;
  }

  .a11y-guideline-link {
    margin-top: 6.13%;
  }
  /*******************
 ENDアクセシビリティページ
 *******************/
  ._none {
    display: none;
  }
}
