@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@media (max-width: 767px) {
  .pc_only {
    display: none;
  }
}

@media (min-width: 768px) {
  .sp_only {
    display: none;
  }
}

.l-body {
  position: relative;
  width: 100%;
  padding-inline: 0;
  font-family: "Noto Sans JP", sans-serif;
  overflow: clip;
  background: #ddd;
}
@media (max-width: 767px) {
  .l-body {
    min-width: initial;
  }
}

.l-body.nolnav > .l-body-main {
  position: relative;
  width: 100%;
  min-width: 1200px;
}
@media (max-width: 767px) {
  .l-body.nolnav > .l-body-main {
    min-width: initial;
  }
}

.inner {
  position: relative;
  width: 1096px;
  margin-inline: auto;
  z-index: 2;
}
@media (max-width: 767px) {
  .inner {
    width: 100%;
  }
}

.bg-wrap {
  position: absolute;
  top: 0;
  left: 50%;
  width: 1920px;
  height: 100%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .bg-wrap {
    width: 100%;
  }
}

.bg-inner {
  width: 1200px;
  margin-inline: auto;
  overflow: hidden;
}

.link-bnr img {
  background: #fff;
  transition: opacity 0.3s;
}
.link-bnr:hover img {
  opacity: 0.7;
}

/* COMMON STYLES */
.hdg-lv1 {
  width: 47.0588235294%;
  margin: 0;
  border-radius: 0 1000px 1000px 0;
  background: #00349E;
  text-align: right;
}
@media (max-width: 767px) {
  .hdg-lv1 {
    width: calc(100% + 15px);
    margin-left: -15px;
    padding: 8px 15px 6px;
    text-align: left;
  }
}
.hdg-lv1 h1 {
  display: inline-block;
  width: 500px;
  color: #fff;
  font-size: 2.8rem;
  font-weight: 600;
  text-align: left;
}
@media (max-width: 767px) {
  .hdg-lv1 h1 {
    width: auto;
    font-size: 1.6rem;
  }
}
.hdg-lv1 h1 span {
  font-size: 1.8rem;
}
@media (max-width: 767px) {
  .hdg-lv1 h1 span {
    font-size: 1.4rem;
  }
}

.hdg-lv2 {
  text-align: center;
  border: none;
  margin: 0;
  padding: 0;
}
.hdg-lv2 .ja {
  margin-top: 10px;
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: 0.02em;
}
@media (max-width: 767px) {
  .hdg-lv2 .ja {
    font-size: 1.5rem;
  }
}

.hdg-lv3 {
  margin: 0;
  padding: 12px 20px 7px;
  border: none;
  border-radius: 1000px;
  background: #00349E;
  text-align: center;
  color: #fff;
  font-size: 2.4rem;
  text-align: left;
  letter-spacing: 0.02em;
}
@media (max-width: 767px) {
  .hdg-lv3 {
    width: calc(100% + 15px);
    padding: 12px 15px 7px;
    border-radius: 0 1000px 1000px 0;
    font-size: 1.6rem;
    margin-left: -15px;
  }
}

.hdg-lv4 {
  margin: 0;
  padding: 0;
  border: none;
  text-align: center;
  color: #fff;
  font-size: 2.8rem;
  text-align: center;
  letter-spacing: 0.02em;
}
@media (max-width: 767px) {
  .hdg-lv4 {
    font-size: 1.6rem;
  }
}

.hdg-lv5 {
  margin: 0;
  padding: 0;
  border: none;
  text-align: center;
  color: #00349E;
  font-size: 2.4rem;
  text-align: center;
  letter-spacing: 0.02em;
}
@media (max-width: 767px) {
  .hdg-lv5 {
    font-size: 1.4rem;
  }
}

figure figcaption {
  margin-top: 20px;
  font-size: 1.4rem;
  color: #00349E;
  text-align: center;
}
@media (max-width: 767px) {
  figure figcaption {
    font-size: 1.1rem;
  }
}

.coming {
  position: relative;
}
.coming:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}
.coming:after {
  content: "Coming Soon";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  transform: translate(-50%, -50%);
}
.coming a {
  pointer-events: none;
}

.copy-right {
  position: absolute;
  left: 10px;
  top: 10px;
  color: #fff;
  font-size: 1.4rem;
  z-index: 2;
}
@media (max-width: 767px) {
  .copy-right {
    font-size: 1.1rem;
  }
}

/* Main Visual */
.block-mainvisual {
  padding-bottom: 10px;
}
.block-mainvisual .bg-wrap .bg01 {
  position: absolute;
  left: -432px;
  top: -413px;
  width: 912px;
}
@media (max-width: 767px) {
  .block-mainvisual .bg-wrap .bg01 {
    top: -26.9333333333vw;
    left: -53.3333333333vw;
    width: 80.1333333333vw;
  }
}
.block-mainvisual .bg-wrap .bg02 {
  position: absolute;
  right: -508px;
  top: -336px;
  width: 875px;
}
@media (max-width: 767px) {
  .block-mainvisual .bg-wrap .bg02 {
    top: -16.6666666667vw;
    right: -64vw;
    width: 77.3333333333vw;
  }
}

/* marguee */
.block-marquee {
  padding: 30px 0 20px;
}
.block-marquee .marquee-wrap {
  position: relative;
  width: 100%;
  height: calc(1em + 20px);
  background: #fff;
  border-radius: 10px;
  border: 1px solid #cbcbcb;
  overflow: hidden;
}
@media (max-width: 767px) {
  .block-marquee .marquee-wrap {
    max-width: initial;
  }
}
.block-marquee .marquee-wrap .marquee-content {
  position: absolute;
  top: 10px;
  min-width: 100%;
}
@media (max-width: 767px) {
  .block-marquee .marquee-wrap .marquee-content {
    animation: marquee 30s linear infinite;
  }
}
@media (min-width: 768px) {
  .block-marquee .marquee-wrap .marquee-content {
    text-align: center;
  }
}
.block-marquee .marquee-wrap .marquee-content .each {
  display: inline-block;
  color: #333;
  font-size: 16px;
  transition: color 0.3s;
  text-decoration: none;
  white-space: nowrap;
}
.block-marquee .marquee-wrap .marquee-content .each a {
  color: #333;
}
.block-marquee .marquee-wrap .marquee-content .each a:hover {
  text-decoration: none;
  color: #00349E;
}

@keyframes marquee {
  0% {
    left: 100%;
    transform: translate(0);
  }
  100% {
    left: 0;
    transform: translate(-100%);
  }
}
.slider-container {
  position: relative;
  width: 100%;
  padding-bottom: 40px;
}
@media (max-width: 767px) {
  .slider-container {
    padding-bottom: 0;
  }
}
.slider-container .top-copy {
  position: absolute;
  bottom: 10px;
  width: 39.9635036496%;
  z-index: 2;
}
@media (max-width: 767px) {
  .slider-container .top-copy {
    position: relative;
    bottom: initial;
    width: 71.5942028986%;
  }
}
.slider-container .illust {
  position: absolute;
  right: 0;
  bottom: -40px;
  width: 26.7335766423%;
  z-index: 2;
}
@media (max-width: 767px) {
  .slider-container .illust {
    right: -3.4666666667vw;
    bottom: 5.6vw;
    width: 34.4vw;
  }
}
.slider-container .path-clip {
  width: 0;
  height: 0;
}
.slider-container .slider-images {
  position: relative;
  width: 82.1167883212%;
  aspect-ratio: 900/646;
  margin-left: 8.9416058394%;
}
@media (max-width: 767px) {
  .slider-container .slider-images {
    width: 96%;
    margin-left: 2%;
  }
}
.slider-container .slider-images img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: opacity 1s;
}
.slider-container .swiper-pagination-bullet {
  background: #fff;
  border: 1px solid #0068B7;
  opacity: 1;
  cursor: pointer;
}
.slider-container .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #0068B7;
}

/* SECTION */
.section-about {
  position: relative;
  margin-top: 30px;
}
.section-about .bg-wrap .bg01 {
  position: absolute;
  left: -245px;
  top: -100px;
  width: 2257px;
}
@media (max-width: 767px) {
  .section-about .bg-wrap .bg01 {
    top: 0;
    left: -335.6vw;
    width: 597.3333333333vw;
  }
}

.block-lead {
  position: relative;
  max-width: 1540px;
  margin-inline: auto;
  padding: 0 20px;
}
@media (max-width: 767px) {
  .block-lead {
    width: 100%;
    padding: 0;
  }
}
.block-lead .text-wrap {
  position: absolute;
  top: 80px;
  left: calc(50% - 548px);
  width: 1096px;
}
@media (max-width: 767px) {
  .block-lead .text-wrap {
    position: relative;
    top: initial;
    left: initial;
    width: 100%;
    margin-top: 40px;
  }
}
.block-lead .text {
  position: relative;
  padding-right: 54.3795620438%;
  padding-bottom: 166px;
}
@media (max-width: 767px) {
  .block-lead .text {
    padding-right: 0;
    padding-bottom: 0;
  }
}
.block-lead .text .catchcopy {
  font-size: 2.4rem;
  font-weight: 600;
  color: #00349E;
  line-height: 1.5;
  letter-spacing: 0.02em;
}
@media (max-width: 767px) {
  .block-lead .text .catchcopy {
    font-size: 1.6rem;
  }
}
.block-lead .text .body {
  margin-top: 1em;
  line-height: 2;
  font-size: 1.6rem;
  color: #00349E;
}
@media (max-width: 767px) {
  .block-lead .text .body {
    font-size: 1.4rem;
  }
}
.block-lead .text .body em {
  font-style: normal;
  font-weight: 700;
}
.block-lead .image {
  position: relative;
  width: 48.7662337662%;
  margin-left: auto;
}
@media (max-width: 767px) {
  .block-lead .image {
    width: 100%;
    margin-top: 25px;
  }
  .block-lead .image figcaption {
    text-align: right;
  }
}
.block-lead .image .illust {
  position: absolute;
  left: 0;
  bottom: 40px;
  width: 327px;
}
@media (max-width: 767px) {
  .block-lead .image .illust {
    bottom: 14px;
    width: 43.6vw;
  }
}
.block-lead .illust-myaku01 {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 198px;
}
@media (max-width: 767px) {
  .block-lead .illust-myaku01 {
    left: initial;
    right: 0;
    bottom: -16vw;
    width: 26.4vw;
    z-index: 2;
  }
}

.section-project {
  position: relative;
  padding-top: 115px;
}
@media (max-width: 767px) {
  .section-project {
    padding-top: 26vw;
  }
}
.section-project .main-body {
  text-align: center;
  line-height: 2;
  font-size: 1.6rem;
  color: #00349E;
  letter-spacing: 0.03em;
}
@media (max-width: 767px) {
  .section-project .main-body {
    font-size: 1.4rem;
  }
}
.section-project .bg-wrap .bg01 {
  position: absolute;
  left: -413px;
  top: 40px;
  width: 909px;
}
@media (max-width: 767px) {
  .section-project .bg-wrap .bg01 {
    left: -80vw;
    top: 5%;
    width: 121.2vw;
  }
}
.section-project .bg-wrap .bg02 {
  position: absolute;
  right: -80px;
  top: 148px;
  width: 367px;
}
@media (max-width: 767px) {
  .section-project .bg-wrap .bg02 {
    right: -21.3333333333vw;
    top: 30%;
    width: 48vw;
  }
}
.section-project .bg-wrap .bg03 {
  position: absolute;
  left: -80vw;
  top: 67.7833333333%;
  width: 121.2vw;
}
@media (min-width: 768px) {
  .section-project .bg-wrap .bg03 {
    display: none;
  }
}
.section-project .illust-myaku01 {
  position: absolute;
  right: 0;
  top: -10px;
  width: 226px;
}
@media (max-width: 767px) {
  .section-project .illust-myaku01 {
    right: initial;
    left: 0;
    top: -19.7333333333vw;
    width: 30.1333333333vw;
    z-index: 2;
  }
}
.section-project .illust01 {
  position: absolute;
  left: 0;
  top: -61px;
  width: 374px;
}
@media (max-width: 767px) {
  .section-project .illust01 {
    left: initial;
    right: 0;
    top: 150px;
    width: 43.6vw;
    z-index: 2;
  }
}

.block-kurage {
  margin-top: 60px;
  position: relative;
}
@media (max-width: 767px) {
  .block-kurage {
    margin-top: 4vw;
  }
}
.block-kurage .text {
  width: 45.6204379562%;
  margin-left: auto;
}
@media (max-width: 767px) {
  .block-kurage .text {
    width: 100%;
    margin-top: 15px;
  }
}
.block-kurage .text .body {
  margin-top: 30px;
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.03em;
  color: #00349E;
}
.block-kurage .text .logo {
  max-width: 396px;
  margin-top: 30px;
}
@media (max-width: 767px) {
  .block-kurage .text .logo {
    width: 72.4637681159%;
    max-width: 500px;
    margin-inline: auto;
  }
}
.block-kurage .text .link-btn {
  margin-top: 50px;
  max-width: 260px;
}
@media (max-width: 767px) {
  .block-kurage .text .link-btn {
    max-width: 208px;
    margin-inline: auto;
    margin-top: 25px;
  }
}
.block-kurage .image {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50%;
}
@media (max-width: 767px) {
  .block-kurage .image {
    position: relative;
    width: 100%;
  }
  .block-kurage .image figcaption {
    text-align: right;
  }
}

.block-kiduki {
  position: relative;
  margin-top: 100px;
  min-height: 440px;
}
@media (max-width: 767px) {
  .block-kiduki {
    margin-top: 50px;
  }
}
.block-kiduki .text {
  width: 45.6204379562%;
  margin-right: auto;
}
@media (max-width: 767px) {
  .block-kiduki .text {
    width: 100%;
  }
}
.block-kiduki .text .lead {
  margin-top: 30px;
  line-height: 1.5;
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: 0.03em;
  color: #00349E;
}
@media (max-width: 767px) {
  .block-kiduki .text .lead {
    font-size: 1.6rem;
  }
}
.block-kiduki .text .body {
  margin-top: 30px;
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.03em;
  color: #00349E;
}
@media (max-width: 767px) {
  .block-kiduki .text .body {
    font-size: 1.4rem;
  }
}
.block-kiduki .text .bnr {
  margin-top: 32px;
  max-width: 398px;
  overflow: clip;
  border-radius: 2.5125628141%;
}
@media (max-width: 767px) {
  .block-kiduki .text .bnr {
    max-width: initial;
    width: 100%;
    margin-top: 16px;
  }
}
.block-kiduki .text .note {
  margin-top: 20px;
  font-size: 1.4rem;
  color: #00349E;
}
@media (max-width: 767px) {
  .block-kiduki .text .note {
    margin-top: 10px;
    font-size: 1.1rem;
  }
}
.block-kiduki .image {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 50%;
}
@media (max-width: 767px) {
  .block-kiduki .image {
    position: relative;
    width: 100%;
  }
  .block-kiduki .image figcaption {
    text-align: right;
  }
}

.block-fle {
  position: relative;
  margin-top: 100px;
}
@media (max-width: 767px) {
  .block-fle {
    margin-top: 50px;
  }
}
.block-fle .text {
  width: 72.9927007299%;
  margin-right: auto;
}
@media (max-width: 767px) {
  .block-fle .text {
    width: 100%;
  }
}
.block-fle .text .lead {
  margin-top: 30px;
  line-height: 1.5;
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: 0.03em;
  color: #00349E;
}
@media (max-width: 767px) {
  .block-fle .text .lead {
    font-size: 1.6rem;
  }
}
.block-fle .text .body {
  margin-top: 30px;
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.03em;
  color: #00349E;
}
@media (max-width: 767px) {
  .block-fle .text .body {
    font-size: 1.4rem;
  }
}
.block-fle .link-btn {
  margin-top: 40px;
  margin-inline: auto;
  max-width: 260px;
}
@media (max-width: 767px) {
  .block-fle .link-btn {
    max-width: 208px;
    margin-inline: auto;
    margin-top: 25px;
  }
}
.block-fle .image {
  position: absolute;
  right: 0;
  top: 10px;
  width: 23.7226277372%;
}
@media (max-width: 767px) {
  .block-fle .image {
    position: relative;
    top: initial;
    right: inherit;
    width: 52.1739130435%;
    margin-inline: auto;
    margin-top: 40px;
  }
}

.block-program {
  position: relative;
  margin-top: 100px;
}
@media (max-width: 767px) {
  .block-program {
    margin-top: 0;
  }
}
.block-program:after {
  content: "";
  position: absolute;
  left: 12.1350364964%;
  top: 0;
  width: 75.7299270073%;
  height: 100%;
  background: url(../image/bg_ind07.png) no-repeat center center;
  background-size: contain;
  z-index: -1;
}
@media (max-width: 767px) {
  .block-program:after {
    top: 1%;
    left: 4.6666666667vw;
    width: 142.4vw;
  }
}
@media (max-width: 767px) {
  .block-program .bg-wrap {
    display: none;
  }
}
.block-program .bg-wrap .bg01 {
  position: absolute;
  left: -123px;
  top: -113px;
  width: 382px;
}
.block-program .text .lead {
  margin-top: 30px;
  line-height: 1.5;
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: 0.03em;
  color: #00349E;
}
@media (max-width: 767px) {
  .block-program .text .lead {
    font-size: 1.6rem;
  }
}
.block-program .text .body {
  margin-top: 30px;
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.03em;
  color: #00349E;
}
@media (max-width: 767px) {
  .block-program .text .body {
    font-size: 1.4rem;
  }
}
.block-program .slider-program {
  position: relative;
  margin-top: 40px;
}
@media (max-width: 767px) {
  .block-program .slider-program {
    width: 57.9710144928%;
    margin-inline: auto;
  }
}
.block-program .slider-program .each {
  display: block;
  overflow: clip;
  border-radius: 30px;
}
.block-program .slider-program .each img {
  transition: transform 0.3s;
}
.block-program .slider-program .each:hover img {
  transform: scale(1.05);
}
.block-program .slider-program .swiper-button-prev {
  display: flex;
  justify-content: center;
  align-items: center;
  top: calc(50% - 20px);
  left: -20px;
  width: 40px;
  height: 40px;
  margin: 0;
  border-radius: 1000px;
  background: #00B8D8;
}
.block-program .slider-program .swiper-button-prev:after {
  color: #fff;
  font-size: 1.6rem;
}
@media (max-width: 767px) {
  .block-program .slider-program .swiper-button-prev:after {
    font-size: 1.4rem;
  }
}
@media (max-width: 767px) {
  .block-program .slider-program .swiper-button-prev {
    width: 35px;
    height: 35px;
    top: calc(50% - 17px);
  }
}
.block-program .slider-program .swiper-button-prev[aria-disabled=true] {
  display: none;
}
.block-program .slider-program .swiper-button-next {
  display: flex;
  justify-content: center;
  align-items: center;
  top: calc(50% - 20px);
  right: -20px;
  width: 40px;
  height: 40px;
  margin: 0;
  border-radius: 1000px;
  background: #00B8D8;
}
.block-program .slider-program .swiper-button-next:after {
  color: #fff;
  font-size: 1.6rem;
}
@media (max-width: 767px) {
  .block-program .slider-program .swiper-button-next:after {
    font-size: 1.4rem;
  }
}
@media (max-width: 767px) {
  .block-program .slider-program .swiper-button-next {
    width: 35px;
    height: 35px;
    top: calc(50% - 17px);
  }
}
.block-program .slider-program .swiper-button-next[aria-disabled=true] {
  display: none;
}
.block-program .link-btn {
  margin-top: 50px;
  margin-inline: auto;
  max-width: 260px;
}
@media (max-width: 767px) {
  .block-program .link-btn {
    max-width: 208px;
    margin-inline: auto;
    margin-top: 25px;
  }
}

.bg-content02 {
  margin-top: 40px;
  padding-top: 200px;
  position: relative;
}
@media (max-width: 767px) {
  .bg-content02 {
    margin-top: 0;
    padding-top: 32.6666666667vw;
  }
}
.bg-content02:before {
  content: "";
  position: absolute;
  top: 0;
  left: calc(50% - 1185px);
  width: 2280px;
  height: 968px;
  background: url(../image/bg_ind08.png) no-repeat top center;
  background-size: contain;
  z-index: 1;
}
@media (max-width: 767px) {
  .bg-content02:before {
    top: -60px;
    left: initial;
    right: -173.3333333333vw;
    width: 421.3333333333vw;
    height: 218.6666666667vw;
    background-size: auto 100%;
  }
}
.bg-content02 .bg-wrap {
  position: relative;
  z-index: 2;
}
.bg-content02 .bg-wrap .bg01 {
  position: absolute;
  right: -200px;
  top: -200px;
  width: 530px;
}
@media (max-width: 767px) {
  .bg-content02 .bg-wrap .bg01 {
    display: none;
  }
}
.bg-content02 .bg-wrap .bg02 {
  position: absolute;
  left: -250px;
  top: 570px;
  width: 840px;
}
@media (max-width: 767px) {
  .bg-content02 .bg-wrap .bg02 {
    display: none;
  }
}
.bg-content02 .bg-wrap .bg03 {
  position: absolute;
  right: -30.2666666667vw;
  top: 21.3333333333vw;
  width: 48vw;
}
@media (min-width: 768px) {
  .bg-content02 .bg-wrap .bg03 {
    display: none;
  }
}
.bg-content02 .bg-wrap .bg04 {
  position: absolute;
  left: -91.8666666667vw;
  top: 192.4vw;
  width: 121.2vw;
}
@media (min-width: 768px) {
  .bg-content02 .bg-wrap .bg04 {
    display: none;
  }
}

.section-story {
  position: relative;
  padding-bottom: 150px;
}
@media (max-width: 767px) {
  .section-story {
    padding-bottom: 0;
  }
}
.section-story .illust-myaku01 {
  position: absolute;
  left: 0;
  top: 150px;
  width: 200px;
}
@media (max-width: 767px) {
  .section-story .illust-myaku01 {
    top: -26.6666666667vw;
    width: 37.3333333333vw;
  }
}
.section-story .illust-myaku02 {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 220px;
}
@media (max-width: 767px) {
  .section-story .illust-myaku02 {
    display: none;
  }
}
@media (max-width: 767px) {
  .section-story .hdg-lv2 .en img {
    width: 35.3623188406%;
    height: auto;
  }
}
.section-story .body {
  text-align: center;
  line-height: 2;
  font-size: 1.6rem;
  color: #00349E;
  letter-spacing: 0.03em;
}
@media (max-width: 767px) {
  .section-story .body {
    font-size: 1.4rem;
  }
}
.section-story .bnr {
  max-width: 500px;
  margin-inline: auto;
  margin-top: 30px;
  border-radius: 20px;
  overflow: clip;
}
.section-story .slide-story-wrapp {
  position: relative;
}
@media (min-width: 768px) {
  .section-story .slide-story-wrapp {
    width: 63%;
    margin-inline: auto;
  }
}
@media (max-width: 767px) {
  .section-story .slide-story-wrapp {
    width: 57.9710144928%;
    margin-inline: auto;
  }
}
.section-story .slide-story-wrapp .story-list {
  margin-top: 30px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .section-story .slide-story-wrapp .story-list {
    justify-content: space-between;
    gap: 0;
  }
}
.section-story .slide-story-wrapp .story-list .each {
  display: block;
  text-decoration: none;
  color: #000;
  /*margin-inline: auto;*/
  /*width: calc(335 / 1098 * 100%);*/
}
@media (max-width: 767px) {
  .section-story .slide-story-wrapp .story-list .each {
    /*width: calc(335 / 690 * 100%);*/
  }
}
.section-story .slide-story-wrapp .story-list .each .image {
  border-radius: 20px;
  overflow: hidden;
}
.section-story .slide-story-wrapp .story-list .each .image img {
  width: 100%;
  transition: transform 0.3s;
}
.section-story .slide-story-wrapp .story-list .each .text {
  margin-top: 20px;
}
.section-story .slide-story-wrapp .story-list .each .text .lead {
  font-size: 16px;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .section-story .slide-story-wrapp .story-list .each .text .lead {
    font-size: 13px;
  }
}
.section-story .slide-story-wrapp .story-list .each .text .title {
  margin-top: 8px;
  font-size: 20px;
  font-weight: 600;
  color: #00349E;
  line-height: 1.4;
  letter-spacing: 0.03em;
}
@media (max-width: 767px) {
  .section-story .slide-story-wrapp .story-list .each .text .title {
    font-size: 14px;
  }
}
.section-story .slide-story-wrapp .story-list .each:hover .image img {
  transform: scale(1.05);
}
.section-story .slide-story-wrapp .story-list .each:hover .text .title {
  text-decoration: underline;
}
.section-story .slide-story-wrapp .swiper-button-prev {
  display: flex;
  justify-content: center;
  align-items: center;
  top: calc(50% - 20px);
  left: -20px;
  width: 40px;
  height: 40px;
  margin: 0;
  border-radius: 1000px;
  background: #00B8D8;
}
@media (min-width: 768px) {
  .section-story .slide-story-wrapp .swiper-button-prev {
    /*display: none;*/
  }
}
.section-story .slide-story-wrapp .swiper-button-prev:after {
  color: #fff;
  font-size: 1.6rem;
}
@media (max-width: 767px) {
  .section-story .slide-story-wrapp .swiper-button-prev:after {
    font-size: 1.4rem;
  }
}
@media (max-width: 767px) {
  .section-story .slide-story-wrapp .swiper-button-prev {
    width: 35px;
    height: 35px;
    top: calc(50% - 17px);
  }
}
.section-story .slide-story-wrapp .swiper-button-prev.swiper-button-disabled {
  display: none;
}
.section-story .slide-story-wrapp .swiper-button-next {
  display: flex;
  justify-content: center;
  align-items: center;
  top: calc(50% - 20px);
  right: -20px;
  width: 40px;
  height: 40px;
  margin: 0;
  border-radius: 1000px;
  background: #00B8D8;
}
@media (min-width: 768px) {
  .section-story .slide-story-wrapp .swiper-button-next {
    /*display: none;*/
  }
}
.section-story .slide-story-wrapp .swiper-button-next:after {
  color: #fff;
  font-size: 1.6rem;
}
@media (max-width: 767px) {
  .section-story .slide-story-wrapp .swiper-button-next:after {
    font-size: 1.4rem;
  }
}
@media (max-width: 767px) {
  .section-story .slide-story-wrapp .swiper-button-next {
    width: 35px;
    height: 35px;
    top: calc(50% - 17px);
  }
}
.section-story .slide-story-wrapp .swiper-button-next.swiper-button-disabled {
  display: none;
}
.section-story .link-btn {
  margin-top: 50px;
  margin-inline: auto;
  max-width: 260px;
}
@media (max-width: 767px) {
  .section-story .link-btn {
    max-width: 208px;
    margin-inline: auto;
    margin-top: 25px;
  }
}

.section-place {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .section-place {
    margin-top: 17.3333333333vw;
  }
}
@media (max-width: 767px) {
  .section-place .hdg-lv2 .en img {
    width: 96.3768115942%;
    height: auto;
  }
}
.section-place .slide-place-wrapp {
  position: relative;
}
@media (max-width: 767px) {
  .section-place .slide-place-wrapp {
    width: 57.9710144928%;
    margin-inline: auto;
  }
}
.section-place .slide-place-wrapp .slider-place {
  position: relative;
  margin-top: 40px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .section-place .slide-place-wrapp .slider-place {
    width: 100%;
    margin-inline: auto;
    overflow: visible;
  }
}
.section-place .slide-place-wrapp .slider-place .swiper-wrapper {
  align-items: stretch;
}
.section-place .slide-place-wrapp .slider-place .swiper-slide {
  height: auto;
}
.section-place .slide-place-wrapp .slider-place .each {
  display: block;
  height: 100%;
  overflow: clip;
  border-radius: 30px;
  padding: 20px;
  background: #fff;
  text-decoration: none;
}
.section-place .slide-place-wrapp .slider-place .each .image {
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 20px;
  overflow: hidden;
}
.section-place .slide-place-wrapp .slider-place .each .image.bordered {
  border: 1px solid #C8C8C8;
}
.section-place .slide-place-wrapp .slider-place .each img {
  transition: transform 0.3s;
}
.section-place .slide-place-wrapp .slider-place .each .title {
  margin-top: 15px;
  line-height: 1.4;
  font-size: 16px;
  font-weight: 700;
  color: #00349E;
  letter-spacing: 0.03em;
}
.section-place .slide-place-wrapp .slider-place .each:hover {
  text-decoration: underline;
}
.section-place .slide-place-wrapp .slider-place .each:hover img {
  transform: scale(1.05);
}
.section-place .slide-place-wrapp .swiper-button-prev {
  display: flex;
  justify-content: center;
  align-items: center;
  top: calc(50% - 20px);
  left: -20px;
  width: 40px;
  height: 40px;
  margin: 0;
  border-radius: 1000px;
  background: #00B8D8;
}
.section-place .slide-place-wrapp .swiper-button-prev:after {
  color: #fff;
  font-size: 1.6rem;
}
@media (max-width: 767px) {
  .section-place .slide-place-wrapp .swiper-button-prev:after {
    font-size: 1.4rem;
  }
}
@media (max-width: 767px) {
  .section-place .slide-place-wrapp .swiper-button-prev {
    width: 35px;
    height: 35px;
    top: calc(50% - 17px);
  }
}
.section-place .slide-place-wrapp .swiper-button-prev.swiper-button-disabled {
  display: none;
}
.section-place .slide-place-wrapp .swiper-button-next {
  display: flex;
  justify-content: center;
  align-items: center;
  top: calc(50% - 20px);
  right: -20px;
  width: 40px;
  height: 40px;
  margin: 0;
  border-radius: 1000px;
  background: #00B8D8;
}
.section-place .slide-place-wrapp .swiper-button-next:after {
  color: #fff;
  font-size: 1.6rem;
}
@media (max-width: 767px) {
  .section-place .slide-place-wrapp .swiper-button-next:after {
    font-size: 1.4rem;
  }
}
@media (max-width: 767px) {
  .section-place .slide-place-wrapp .swiper-button-next {
    width: 35px;
    height: 35px;
    top: calc(50% - 17px);
  }
}
.section-place .slide-place-wrapp .swiper-button-next.swiper-button-disabled {
  display: none;
}
.section-place .body {
  text-align: center;
  line-height: 2;
  font-size: 1.6rem;
  color: #00349E;
  letter-spacing: 0.03em;
}
@media (max-width: 767px) {
  .section-place .body {
    font-size: 1.4rem;
  }
}
.section-place .link-btn {
  margin-top: 50px;
  margin-inline: auto;
  max-width: 260px;
}
@media (max-width: 767px) {
  .section-place .link-btn {
    max-width: 208px;
    margin-inline: auto;
    margin-top: 25px;
  }
}

.section-report {
  position: relative;
  margin-top: 100px;
}
@media (max-width: 767px) {
  .section-report {
    margin-top: 17.3333333333vw;
    padding-bottom: 16vw;
  }
}
@media (max-width: 767px) {
  .section-report .hdg-lv2 .en img {
    width: 41.4492753623%;
    height: auto;
  }
}
.section-report .body {
  text-align: center;
  line-height: 2;
  font-size: 1.6rem;
  color: #00349E;
  letter-spacing: 0.03em;
}
@media (max-width: 767px) {
  .section-report .body {
    font-size: 1.4rem;
  }
}
.section-report .slide-report-wrapp {
  position: relative;
}
@media (max-width: 767px) {
  .section-report .slide-report-wrapp {
    width: 57.9710144928%;
    margin-inline: auto;
  }
}
.section-report .slide-report-wrapp .report-list {
  margin-top: 30px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .section-report .slide-report-wrapp .report-list {
    justify-content: space-between;
    gap: 0;
  }
}
.section-report .slide-report-wrapp .report-list .each {
  display: block;
  text-decoration: none;
  color: #000;
}
.section-report .slide-report-wrapp .report-list .each .image {
  border-radius: 20px;
  overflow: hidden;
}
.section-report .slide-report-wrapp .report-list .each .image img {
  width: 100%;
  transition: transform 0.3s;
}
.section-report .slide-report-wrapp .report-list .each .text {
  margin-top: 20px;
}
.section-report .slide-report-wrapp .report-list .each .text .date {
  font-size: 16px;
}
@media (max-width: 767px) {
  .section-report .slide-report-wrapp .report-list .each .text .date {
    font-size: 13px;
  }
}
.section-report .slide-report-wrapp .report-list .each .text .title {
  margin-top: 8px;
  font-size: 20px;
  font-weight: 600;
  color: #00349E;
  line-height: 1.4;
  letter-spacing: 0.03em;
}
@media (max-width: 767px) {
  .section-report .slide-report-wrapp .report-list .each .text .title {
    font-size: 14px;
  }
}
.section-report .slide-report-wrapp .report-list .each .text .excerpt {
  display: block;
  width: 100%;
  overflow: hidden;
  margin-top: 10px;
  font-size: 16px;
  line-height: 1.3;
  letter-spacing: 0.03em;
}
.section-report .slide-report-wrapp .report-list .each .text .excerpt span {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
@media (max-width: 767px) {
  .section-report .slide-report-wrapp .report-list .each .text .excerpt {
    display: none;
  }
}
.section-report .slide-report-wrapp .report-list .each:hover .image img {
  transform: scale(1.05);
}
.section-report .slide-report-wrapp .report-list .each:hover .text .title {
  text-decoration: underline;
}
.section-report .slide-report-wrapp .swiper-button-prev {
  display: flex;
  justify-content: center;
  align-items: center;
  top: calc(50% - 20px);
  left: -20px;
  width: 40px;
  height: 40px;
  margin: 0;
  border-radius: 1000px;
  background: #00B8D8;
}
.section-report .slide-report-wrapp .swiper-button-prev:after {
  color: #fff;
  font-size: 1.6rem;
}
@media (max-width: 767px) {
  .section-report .slide-report-wrapp .swiper-button-prev:after {
    font-size: 1.4rem;
  }
}
@media (max-width: 767px) {
  .section-report .slide-report-wrapp .swiper-button-prev {
    width: 35px;
    height: 35px;
    top: calc(50% - 17px);
  }
}
.section-report .slide-report-wrapp .swiper-button-prev.swiper-button-disabled {
  display: none;
}
.section-report .slide-report-wrapp .swiper-button-next {
  display: flex;
  justify-content: center;
  align-items: center;
  top: calc(50% - 20px);
  right: -20px;
  width: 40px;
  height: 40px;
  margin: 0;
  border-radius: 1000px;
  background: #00B8D8;
}
.section-report .slide-report-wrapp .swiper-button-next:after {
  color: #fff;
  font-size: 1.6rem;
}
@media (max-width: 767px) {
  .section-report .slide-report-wrapp .swiper-button-next:after {
    font-size: 1.4rem;
  }
}
@media (max-width: 767px) {
  .section-report .slide-report-wrapp .swiper-button-next {
    width: 35px;
    height: 35px;
    top: calc(50% - 17px);
  }
}
.section-report .slide-report-wrapp .swiper-button-next.swiper-button-disabled {
  display: none;
}
.section-report .link-btn {
  margin-top: 50px;
  margin-inline: auto;
  max-width: 260px;
}
@media (max-width: 767px) {
  .section-report .link-btn {
    max-width: 208px;
    margin-inline: auto;
    margin-top: 25px;
  }
}

.section-news {
  position: relative;
  margin-top: 100px;
}
@media (max-width: 767px) {
  .section-news {
    margin-top: 0;
    padding-bottom: 44vw;
  }
}
.section-news .bg-wrap {
  position: absolute;
  top: 0;
  left: 50%;
  height: 100%;
  z-index: 0;
}
.section-news .bg-wrap .bg05 {
  position: absolute;
  right: -14vw;
  top: 16.2696106915%;
  width: 48vw;
}
@media (min-width: 768px) {
  .section-news .bg-wrap .bg05 {
    display: none;
  }
}
.section-news .bg-wrap .bg06 {
  position: absolute;
  left: -56.6666666667vw;
  top: 48.1696687972%;
  width: 100.6666666667vw;
}
@media (min-width: 768px) {
  .section-news .bg-wrap .bg06 {
    display: none;
  }
}
.section-news .illust {
  position: absolute;
  left: 0;
  top: -28px;
  width: 280px;
}
@media (max-width: 767px) {
  .section-news .illust {
    top: initial;
    bottom: -1.3333333333vw;
    width: 66vw;
  }
}
@media (max-width: 767px) {
  .section-news .hdg-lv2 .en img {
    width: 73.6231884058%;
    height: auto;
  }
}
.section-news .news-list {
  margin-top: 50px;
}
.section-news .news-list .row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 5px;
  padding: 15px 30px;
  background: #fff;
  gap: 5px 20px;
  text-decoration: none;
}
@media (max-width: 767px) {
  .section-news .news-list .row {
    padding: 10px;
  }
}
.section-news .news-list .row .label {
  width: 100px;
  font-size: 1.4rem;
  color: #fff;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .section-news .news-list .row .label {
    width: 85px;
    font-size: 1.3rem;
  }
}
.section-news .news-list .row .label span {
  display: inline-block;
  width: 100%;
  border-radius: 100px;
  padding: 6px 2px 8px;
  text-align: center;
}
.section-news .news-list .row .label .news {
  background: #00349E;
}
.section-news .news-list .row .label .release {
  background: #9F008C;
}
.section-news .news-list .row .label .topics {
  background: #00B8D8;
}
.section-news .news-list .row .date {
  width: 85px;
  font-size: 1.6rem;
  color: #000;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .section-news .news-list .row .date {
    width: calc(100% - 105px);
    font-size: 1.3rem;
  }
}
.section-news .news-list .row .title {
  flex: 1;
  text-decoration: underline;
  color: #000;
  font-size: 1.6rem;
  transition: color 0.3s;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .section-news .news-list .row .title {
    width: 100%;
    flex-shrink: 0;
  }
}
.section-news .news-list .row:hover .title {
  text-decoration: none;
  color: #00349E;
}
.section-news .link-btn {
  margin-top: 50px;
  margin-inline: auto;
  max-width: 260px;
}
@media (max-width: 767px) {
  .section-news .link-btn {
    max-width: 208px;
    margin-inline: auto;
    margin-top: 25px;
  }
}

.section-history {
  position: relative;
  margin-top: 235px;
  padding: 75px 20px 85px;
  background: #00349E;
}
@media (max-width: 767px) {
  .section-history {
    width: calc(100% + 30px);
    margin-top: 0;
    margin-left: -15px;
  }
}
@media (max-width: 767px) {
  .section-history .bg-wrap {
    display: none;
  }
}
.section-history .bg-wrap .bg01 {
  position: absolute;
  right: -218px;
  top: -265px;
  width: 554px;
}
.section-history .bg-wrap .bg02 {
  position: absolute;
  left: -593px;
  bottom: 10px;
  width: 909px;
}
.section-history .body {
  margin-top: 25px;
  text-align: center;
  line-height: 2;
  color: #fff;
  font-size: 1.8rem;
}
@media (max-width: 767px) {
  .section-history .body {
    font-size: 1.4rem;
  }
}
.section-history .history-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px 50px;
  margin-top: 35px;
}
@media (max-width: 767px) {
  .section-history .history-list {
    gap: 30px;
  }
}
.section-history .history-list .each {
  display: block;
  width: calc(33.333% - 33.3333333333px);
}
@media (max-width: 767px) {
  .section-history .history-list .each {
    width: 100%;
  }
}
.section-history .history-list .each .image {
  border-radius: 10px;
  overflow: clip;
}
.section-history .history-list .each .image img {
  transition: transform 0.3s;
}
.section-history .history-list .each .text {
  margin-top: 10px;
  position: relative;
  padding-right: 50px;
}
.section-history .history-list .each .text:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 48px;
  height: 48px;
  background: url(../image/ico_plus.svg) no-repeat center center;
  background-size: contain;
}
@media (max-width: 767px) {
  .section-history .history-list .each .text:after {
    width: 45px;
    height: 45px;
  }
}
.section-history .history-list .each .text .held {
  font-size: 1.6rem;
  color: #fff;
  text-decoration: none;
  letter-spacing: 0.03em;
}
@media (max-width: 767px) {
  .section-history .history-list .each .text .held {
    font-size: 1.3rem;
  }
}
.section-history .history-list .each .text .title {
  margin-top: 5px;
  line-height: 1.5;
  font-size: 1.6rem;
  font-weight: 600;
  color: #fff;
  text-decoration: none;
  letter-spacing: 0.03em;
}
@media (max-width: 767px) {
  .section-history .history-list .each .text .title {
    font-size: 1.5rem;
  }
}
.section-history .history-list .each:hover .image img {
  transform: scale(1.05);
}
.section-history .history-list .each:hover .text .title {
  text-decoration: underline;
}

.section-related {
  padding: 75px 20px 90px;
}
@media (max-width: 767px) {
  .section-related {
    padding: 60px 0 50px;
  }
}
.section-related .bnr-list01 {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 40px;
  margin-top: 40px;
}
@media (max-width: 767px) {
  .section-related .bnr-list01 {
    margin-top: 15px;
    width: 75.3623188406%;
    margin-inline: auto;
    gap: 15px;
  }
}
.section-related .bnr-list01 a {
  display: block;
  width: 400px;
}
@media (max-width: 767px) {
  .section-related .bnr-list01 a {
    width: 100%;
  }
}
.section-related .bnr-list01 a img {
  transition: opacity 0.3s;
  background: #fff;
}
.section-related .bnr-list01 a:hover img {
  opacity: 0.75;
}
.section-related .title-official {
  margin-top: 50px;
  text-align: center;
  font-size: 1.6rem;
}
@media (max-width: 767px) {
  .section-related .title-official {
    margin-top: 25px;
  }
}
.section-related .bnr-list02 {
  display: flex;
  justify-content: center;
  margin-top: 8px;
}
@media (max-width: 767px) {
  .section-related .bnr-list02 {
    width: 46.3768115942%;
    margin-inline: auto;
  }
}
.section-related .bnr-list02 a {
  display: block;
  width: 218px;
  overflow: clip;
  border-radius: 15px;
}
@media (max-width: 767px) {
  .section-related .bnr-list02 a {
    width: 100%;
  }
}
.section-related .bnr-list02 a img {
  transition: opacity 0.3s;
  background: #fff;
}
.section-related .bnr-list02 a:hover img {
  opacity: 0.75;
}

.scroll-in {
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 0.4s, transform 0.4s;
}
.scroll-in.is-on {
  opacity: 1;
  transform: translateY(0);
}/*# sourceMappingURL=top.css.map */