@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Oswald:wght@200..700&family=Montserrat:wght@100..900&display=swap");
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  line-height: 1.6;
  color: #222222;
  font-weight: 400;
  background-color: #f1f7fc;
}

a {
  color: #222222;
}

img {
  width: 100%;
  height: auto;
  display: block;
}

.wf-oswald {
  font-family: "Oswald", sans-serif;
}

.wf-montserrat {
  font-family: "Montserrat", sans-serif;
}

.l-header {
  color: #222222;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 100;
}
@media screen and (max-width: 767px) {
  .l-header {
    mix-blend-mode: unset;
    color: #222222;
  }
}
.l-header__logo {
  width: 130px;
}
.l-header__logo :hover {
  -webkit-filter: brightness(1.04);
          filter: brightness(1.04);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.l-header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 50px;
}
@media screen and (max-width: 767px) {
  .l-header__inner {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media screen and (max-width: 767px) {
  .l-header-nav {
    position: absolute;
    background-color: rgba(255, 255, 255, 0.7);
    top: 0;
    right: 0;
    width: 60%;
    height: 80vh;
    min-height: 450px;
    font-size: 2.4rem;
    letter-spacing: 0.15em;
    clip-path: inset(0 0 0 100%);
    -webkit-transition: clip-path 0.8s;
    transition: clip-path 0.8s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .active .l-header-nav {
    clip-path: inset(0 0 0 0%);
  }
}
.l-header-nav__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2em;
}
@media screen and (max-width: 767px) {
  .l-header-nav__items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.l-header-nav__item a {
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .l-header-nav__item a {
    color: #222222;
  }
}

.l-inner {
  max-width: 1148px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
.l-inner.--small {
  max-width: 1148px;
}

.l-footer {
  background-color: #222222;
  padding: 50px 0 18px;
  color: #ffffff;
}
.l-footer-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 809px) {
  .l-footer-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 24px;
  }
}
@media screen and (max-width: 809px) {
  .l-footer__left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.l-footer__logo {
  width: 98px;
}
.l-footer__descs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2em;
}
.l-footer__descs a {
  text-decoration: underline;
}
@media screen and (max-width: 809px) {
  .l-footer__descs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
    gap: 1em;
  }
}
.l-footer__desc {
  font-size: 14px;
  margin-top: 0.6em;
  color: #ffffff;
}
.l-footer__managers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 29px;
}
.l-footer__manager.--hiroshima {
  width: 99px;
}
.l-footer__manager.--lts {
  width: 48px;
}
.l-footer small {
  display: block;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  margin-top: 32px;
}
@media screen and (max-width: 499px) {
  .l-footer small {
    margin-top: 24px;
    font-size: 11px;
  }
}

.l-footer__sportsdivision a {
  color: #ffffff;
  font-size: 14px;
  text-decoration: underline;
}

.pc-none {
  display: inherit;
}
@media screen and (min-width: 1080px) {
  .pc-none {
    display: none;
  }
}

.tb-none {
  display: inherit;
}
@media screen and (min-width: 860px) {
  .tb-none {
    display: none;
  }
}

.sp-only {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp-only {
    display: inherit;
  }
}

.c-ham {
  display: block;
  position: relative;
  width: 40px;
  height: 30px;
}
@media screen and (min-width: 768px) {
  .c-ham {
    display: none;
  }
}
.c-ham__line {
  display: block;
  width: 100%;
  height: 2px;
  background-color: #ffffff;
  position: absolute;
  left: 0;
  top: 14px;
  -webkit-transition: opacity 0.5s, background-color 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, background-color 0.5s, -webkit-transform 0.5s;
  transition: transform 0.5s, opacity 0.5s, background-color 0.5s;
  transition: transform 0.5s, opacity 0.5s, background-color 0.5s, -webkit-transform 0.5s;
}
.c-ham__line:nth-of-type(1) {
  -webkit-transform: translate(-5px, -14px);
          transform: translate(-5px, -14px);
}
.active .c-ham__line:nth-of-type(1) {
  -webkit-transform: translate(0, 0) rotate(-30deg);
          transform: translate(0, 0) rotate(-30deg);
  background-color: #222222;
}
.active .c-ham__line:nth-of-type(2) {
  opacity: 0;
}
.c-ham__line:nth-of-type(3) {
  -webkit-transform: translate(5px, 14px);
          transform: translate(5px, 14px);
}
.active .c-ham__line:nth-of-type(3) {
  -webkit-transform: translate(0, 0) rotate(30deg);
          transform: translate(0, 0) rotate(30deg);
}

.c-tri-anim {
  position: absolute;
  aspect-ratio: 1/0.8660254038;
  opacity: 0.05;
  pointer-events: none !important;
}
.c-tri-anim.--apply-1 {
  top: 10%;
  right: -300px;
  width: 600px;
}
@media screen and (max-width: 767px) {
  .c-tri-anim.--apply-1 {
    width: 120vw;
  }
}
.c-tri-anim.--apply-1 > * {
  background-color: #ff0000;
  -webkit-transform: rotate(-20deg);
          transform: rotate(-20deg);
}
.c-tri-anim.--apply-2 {
  top: 55%;
  left: -300px;
  width: 600px;
}
@media screen and (max-width: 767px) {
  .c-tri-anim.--apply-2 {
    width: 120vw;
  }
}
.c-tri-anim.--apply-2 > * {
  background-color: #ff0000;
  -webkit-transform: rotate(20deg);
          transform: rotate(20deg);
}
section:has(.c-tri-anim) {
  position: relative;
}
.c-tri-anim__tri {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
  -webkit-transform-origin: 50% 66.666667%;
          transform-origin: 50% 66.666667%;
}

.note-feed__item a {
  display: block;
  background-color: #ffffff;
  border: 5px solid #222222;
  border-radius: 10px;
}
.--column .note-feed__item a {
  background-color: #222222;
  color: #ffffff;
  border: none;
}
.note-feed__item-header {
  padding: 10px 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1em;
  font-size: 18px;
  font-weight: 500;
  border-bottom: 1px solid #222222;
  line-height: 2;
}
.--column .note-feed__item-header {
  border-bottom: 1px solid #ffffff;
}
@media screen and (max-width: 767px) {
  .note-feed__item-header {
    padding: 5px 15px;
  }
}
.note-feed__content {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 216fr 307fr;
  grid-template-columns: 216fr 307fr;
  padding: 20px 0 30px 25px;
}
@media screen and (max-width: 767px) {
  .note-feed__content {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
    padding: 15px 15px 20px;
  }
}
.note-feed__image img {
  width: 100%;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .note-feed__image img {
    aspect-ratio: 16/9;
  }
}
.note-feed__body {
  padding-left: 10%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  font-size: clamp(14px, 0.9722222222vw, 28px);
}
@media screen and (max-width: 767px) {
  .note-feed__body {
    padding-left: 0;
    padding-top: 12px;
  }
}
.note-feed__title {
  font-size: 1.2857142857em;
  font-weight: 700;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  padding-right: 1em;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (max-width: 767px) {
  .note-feed__title {
    line-height: 1.4;
  }
}
.note-feed__subtitle {
  margin-bottom: 0.7142857143em;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  padding-right: 1em;
  overflow: hidden;
  text-overflow: ellipsis;
}
.note-feed__separator {
  border: none;
  border-bottom: 1px dashed #222222;
}
.--column .note-feed__separator {
  border-bottom: 1px dashed #ffffff;
}
.note-feed__description {
  padding-top: 0.7142857143em;
  padding-right: 1.5em;
  min-height: 7.1142857143em;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (max-width: 767px) {
  .note-feed__description {
    -webkit-line-clamp: 3;
    min-height: 5.5142857143em;
  }
}

.c-note-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 52px 0 48px;
}
.c-note-dots .swiper-pagination-bullet {
  width: 21px;
  height: 21px;
  margin: 0 6px;
  background-color: #ffffff;
  border: 1px solid #222222;
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .c-note-dots .swiper-pagination-bullet {
    width: 16px;
    height: 16px;
  }
}
.c-note-dots .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #222222;
}

.sec-ttl span {
  display: block;
}
.sec-ttl .ttl-ja {
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  line-height: 1;
}
.sec-ttl .ttl-en {
  font-size: 100px;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
  line-height: 1.48;
}
@media screen and (max-width: 767px) {
  .sec-ttl .ttl-en {
    font-size: 60px;
    line-height: 1.2;
    padding-bottom: 16px;
  }
}

.sec-ttl-small span {
  display: block;
}
.sec-ttl-small .ttl-ja {
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  line-height: 1;
}
.sec-ttl-small .ttl-en {
  font-size: 40px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  line-height: 1.45;
}
@media screen and (max-width: 767px) {
  .sec-ttl-small .ttl-en {
    font-size: 24px;
    line-height: 1.3;
    margin-top: 0.15em;
  }
}

.sp-br {
  display: none;
}
@media screen and (max-width: 849px) {
  .sp-br {
    display: block;
  }
}

.pc-br {
  display: block;
}
@media screen and (max-width: 849px) {
  .pc-br {
    display: none;
  }
}

.c-btn-round {
  display: block;
  width: 100%;
  max-width: 243px;
  margin: 0 auto;
  padding: 22px 0;
  border-radius: 100vh;
  background-color: #222222;
  color: #ffffff;
  text-align: center;
  font-size: 18px;
}
@media screen and (max-width: 849px) {
  .c-btn-round {
    padding: 14px 0;
    font-size: 16px;
  }
}
.c-btn-round.--white {
  background-color: #ffffff;
  color: #222222;
  border: 1px solid #222222;
}

.c-present {
  margin-top: 100px;
  position: relative;
  padding: 0 60px;
  overflow: hidden;
}
@media screen and (max-width: 499px) {
  .c-present {
    margin-top: 10px;
    padding: 0 30px;
  }
}
.p-top-contact + .c-present {
  background-color: #c5e3f4;
  margin-top: 0;
}
.c-present::before {
  content: "";
  display: block;
  width: 100%;
  height: 91%;
  background-color: #1291d2;
  position: absolute;
  bottom: 0;
  left: 0;
}
.c-present__inner {
  display: block;
  max-width: 942px;
  padding-bottom: min(8.4521384929vw, 83px);
  margin: 0 auto;
  position: relative;
}
.c-present__image:not(.--image1) {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.c-present__image.--image1 {
  opacity: 0;
}
.c-present__image.--image3 {
  opacity: 0;
}

.p-top {
  width: 100%;
}
@media screen and (max-width: 859px) {
  .p-top {
    width: 50%;
  }
}
.p-top__hoge {
  color: #ff0000;
}
.p-top__ttl {
  font-weight: bold;
}
@media screen and (max-width: 1079px) {
  .p-top__ttl {
    font-size: 0.8em;
  }
}

.p-top-mv {
  background-size: cover;
  background-position: center;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 899px) {
  .p-top-mv {
    padding-top: 20px;
  }
}
@media screen and (max-width: 549px) {
  .p-top-mv {
    padding-top: 0;
  }
}
.p-top-mv__inner {
  width: 90%;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 899px) {
  .p-top-mv__inner {
    width: 120%;
    margin: 0 -10%;
  }
}
@media screen and (max-width: 549px) {
  .p-top-mv__inner {
    width: 200%;
    margin: 0 -50%;
  }
}
.p-top-mv__item {
  position: relative;
  overflow: hidden;
  opacity: 0;
}
@media (prefers-reduced-motion: reduced) {
  .p-top-mv__item {
    opacity: 1;
  }
}
.p-top-mv__item.item-abs {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-top-mv__item.--item-1 {
    z-index: 15;
  }
}
@media screen and (max-width: 767px) {
  .p-top-mv__item.--item-2 {
    z-index: 20;
  }
}
@media screen and (max-width: 767px) {
  .p-top-mv__item.--item-3 {
    z-index: 3;
  }
}
@media screen and (max-width: 767px) {
  .p-top-mv__item.--item-4 {
    z-index: 4;
  }
}
.p-top-mv__item.--item-5 {
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .p-top-mv__item.--item-5 {
    z-index: 5;
  }
}
.p-top-mv__item.--item-6 {
  z-index: 9;
}
@media screen and (max-width: 767px) {
  .p-top-mv__item.--item-6 {
    z-index: 6;
  }
}
.p-top-mv__item.--item-7 {
  z-index: 8;
}
@media screen and (max-width: 767px) {
  .p-top-mv__item.--item-7 {
    z-index: 7;
  }
}

.p-top-about__bg {
  background-color: #1291d2;
  padding-top: 88px;
  overflow: hidden;
}
.p-top-about__txt {
  color: #ffffff;
  text-align: center;
  font-size: clamp(16px, 5.0909090909vw, 28px);
  font-weight: 700;
  letter-spacing: 0.015em;
  margin: 72px 0 64px;
}
.p-top-about__txt br.--sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-top-about__txt br.--sp {
    display: block;
  }
}

.ttl-img {
  -webkit-transform: translateY(13%);
          transform: translateY(13%);
  width: 100%;
  height: 103px;
  background-image: url(/assets/img/top/about-bottom.webp);
  background-size: 2350px auto;
  background-position: left 2350px center;
  -webkit-animation: scrollMvBack 25s linear 0s infinite;
          animation: scrollMvBack 25s linear 0s infinite;
}
@media screen and (max-width: 767px) {
  .ttl-img {
    height: 49.9659574468px;
    mix-blend-mode: unset;
    color: #222222;
    background-size: 1140px auto;
    background-position: left 570px center;
    -webkit-animation: scrollMvBack 30s linear 0s infinite;
            animation: scrollMvBack 30s linear 0s infinite;
  }
}

@-webkit-keyframes scrollMvBack {
  0% {
    background-position: left 2350px center;
  }
  100% {
    background-position: left 0px center;
  }
  @media screen and (max-width: 767px) {
    0% {
      background-position: left 1175px center;
    }
    100% {
      background-position: left 0px center;
    }
  }
}

@keyframes scrollMvBack {
  0% {
    background-position: left 2350px center;
  }
  100% {
    background-position: left 0px center;
  }
  @media screen and (max-width: 767px) {
    0% {
      background-position: left 1175px center;
    }
    100% {
      background-position: left 0px center;
    }
  }
}
.p-top-merit {
  overflow: hidden;
  /*────────────────────────
    全体ラッパー・タイトル
  ────────────────────────*/
  /*────────────────────────
    カード群コンテナ
  ────────────────────────*/
  /*────────────────────────
    個別カードスタイル（box-shadow 版）
  ────────────────────────*/
  /*────────────────────────
    テキスト部分
  ────────────────────────*/
  /*────────────────────────
    タグ部分
  ────────────────────────*/
  /*────────────────────────
    イラスト部分
  ────────────────────────*/
}
.p-top-merit__wrapper {
  max-width: 1200px;
  margin: 0 auto;
  padding: 4rem 2rem;
}
@media screen and (max-width: 1279px) {
  .p-top-merit__wrapper {
    padding: 4rem 0;
  }
}
.p-top-merit__cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3rem;
  position: relative;
}
.p-top-merit__swing {
  position: absolute;
  top: 0;
  right: 0;
  width: 36.5789473684%;
  z-index: 10;
  -webkit-transform: translate(20%, -40%) rotate(15deg);
          transform: translate(20%, -40%) rotate(15deg);
}
.p-top-merit__swing img {
  display: block;
  -webkit-transform-origin: 50% 300%;
          transform-origin: 50% 300%;
}
.p-top-merit__card {
  position: relative;
  background: #fff;
  border: 2px solid #000;
  border-radius: 16px;
  /* ← ここでオフセット線を描画 */
  -webkit-box-shadow: 8px 8px 0 0 #000;
          box-shadow: 8px 8px 0 0 #000;
  overflow: hidden;
  padding: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media screen and (max-width: 849px) {
  .p-top-merit__card {
    padding: 3rem 2rem 5rem;
  }
}
.p-top-merit__card--reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 949px) {
  .p-top-merit__card {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
    width: 100%;
    max-width: 580px;
    margin-left: auto;
    margin-right: auto;
  }
}
.p-top-merit__text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
.p-top-merit__title {
  font-size: clamp(2rem, 8.064516129vw, 6rem);
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: -0.4rem;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 849px) {
  .p-top-merit__title {
    margin-bottom: 1rem;
  }
}
.p-top-merit__catch {
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 1rem;
  line-height: 1.6;
}
@media screen and (max-width: 849px) {
  .p-top-merit__catch {
    font-size: 1.6rem;
  }
}
.p-top-merit__desc {
  max-width: 488px;
  font-size: 1.6rem;
  line-height: 1.6;
  text-align: left;
  color: #555;
  margin-bottom: 2rem;
}
@media screen and (max-width: 849px) {
  .p-top-merit__desc {
    font-size: 1.4rem;
  }
}
.p-top-merit__tags {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: -webkit-max-content 1rem -webkit-max-content;
  -ms-grid-columns: max-content 1rem max-content;
  grid-template-columns: repeat(2, -webkit-max-content);
  grid-template-columns: repeat(2, max-content);
  gap: 1rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  /* 奇数個なら最後を横幅いっぱいに */
}
.p-top-merit__tags > .p-top-merit__tag:last-child:nth-child(2n+1) {
  grid-column: 1/-1;
}
.p-top-merit__tag {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  white-space: nowrap;
  font-size: 2.4rem;
  font-weight: bold;
  border: 5px solid #0f91d2;
  border-radius: 5px;
  padding: 0.5rem clamp(0.8rem, 4vw, 2rem);
}
@media screen and (max-width: 1149px) {
  .p-top-merit__tag {
    font-size: 2rem;
    padding: 0.4rem clamp(0.6rem, 6vw, 1rem);
  }
}
@media screen and (max-width: 999px) {
  .p-top-merit__tag {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 949px) {
  .p-top-merit__tag {
    font-size: clamp(1.1rem, 3.2258064516vw, 2rem);
  }
}
.p-top-merit__image {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 40%;
  overflow: hidden;
}
.p-top-merit__image img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 100%;
}
@media screen and (max-width: 949px) {
  .p-top-merit__image {
    max-width: 300px;
    width: 100%;
    margin-top: 2rem;
  }
}

.p-top-merit-future {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  margin-top: 100px;
}
@media screen and (max-width: 849px) {
  .p-top-merit-future {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    margin-top: 60px;
    max-width: 580px;
    margin-left: auto;
    margin-right: auto;
    gap: 20px;
  }
}
.p-top-merit-future__image {
  display: -ms-grid;
  display: grid;
  place-items: center;
}
.p-top-merit-future__image picture {
  width: 72.9824561404%;
  display: block;
}
@media screen and (max-width: 849px) {
  .p-top-merit-future__image {
    max-width: 550px;
    margin-left: auto;
    margin-right: auto;
  }
}
.p-top-merit-future__title {
  font-weight: 900;
}
@media screen and (max-width: 849px) {
  .p-top-merit-future__title {
    text-align: center;
  }
}
.p-top-merit-future__title span {
  display: block;
}
.p-top-merit-future__title .--small {
  font-size: 24px;
}
.p-top-merit-future__title .--main {
  font-size: 32px;
}
@media screen and (max-width: 849px) {
  .p-top-merit-future__title .--main {
    font-size: 1.6rem;
    font-weight: 400;
  }
}
.p-top-merit-future__title .--sp {
  display: none;
}
@media screen and (max-width: 1279px) {
  .p-top-merit-future__title .--sp {
    display: block;
  }
}
.p-top-merit-future__desc {
  margin-top: 1.5em;
  padding-right: 2em;
}
@media screen and (max-width: 849px) {
  .p-top-merit-future__desc {
    margin-top: 1em;
    padding-right: 0em;
    font-size: 1.4rem;
  }
}

.p-top-places {
  padding-bottom: 90px;
}
@media screen and (max-width: 849px) {
  .p-top-places {
    padding-bottom: 60px;
  }
}
.p-top-places__top {
  position: relative;
  padding-bottom: 110px;
  margin-bottom: 80px;
}
.p-top-places__top::after {
  content: "";
  display: block;
  width: 100%;
  height: 94px;
  background-color: #f1f7fc;
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: url(../img/top/img-try-en.webp);
  background-repeat: repeat-x;
  background-size: 1740px auto;
  -webkit-animation: scroll 15s linear infinite;
          animation: scroll 15s linear infinite;
}
@-webkit-keyframes scroll {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -1740px 0;
  }
}
@keyframes scroll {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -1740px 0;
  }
}
.p-top-places__tag-line {
  width: 80%;
  max-width: 1280px;
  margin: 0 auto;
}
.p-top-places__title {
  font-weight: 900;
  text-align: center;
}
.p-top-places__title span {
  display: block;
}
.p-top-places__title .--small {
  font-size: 24px;
}
@media screen and (max-width: 849px) {
  .p-top-places__title .--small {
    font-size: 1.6rem;
    font-weight: 400;
    padding-bottom: 0.5em;
  }
}
.p-top-places__title .--main {
  font-size: 32px;
}
@media screen and (max-width: 849px) {
  .p-top-places__title .--main {
    font-size: 2.4rem;
    line-height: 1.4;
  }
}
.p-top-places__title .--sp {
  display: none;
}
@media screen and (max-width: 899px) {
  .p-top-places__title .--sp {
    display: block;
  }
}
.p-top-places__links {
  margin-top: 120px;
}

.p-top-places-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr clamp(10px, 2.34375vw, 30px) 1fr clamp(10px, 2.34375vw, 30px) 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(10px, 2.34375vw, 30px);
  margin-top: 48px;
}
@media screen and (max-width: 1079px) {
  .p-top-places-list {
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
    max-width: 580px;
    margin-left: auto;
    margin-right: auto;
    gap: 50px;
  }
}
.p-top-places-list__item a {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.p-top-places-list__item a:hover {
  opacity: 0.7;
}
.p-top-places-list__image {
  max-width: 360px;
}
@media screen and (max-width: 1079px) {
  .p-top-places-list__image {
    margin-left: auto;
    margin-right: auto;
  }
}
.p-top-places-list__title {
  font-size: 20px;
  font-weight: 700;
  margin: 32px 0 15px;
  line-height: 1.4;
  text-align: center;
}
@media screen and (max-width: 1079px) {
  .p-top-places-list__title {
    margin-top: 16px;
    font-size: 18px;
  }
}
.p-top-places-list__desc {
  font-size: 18px;
}
@media screen and (max-width: 849px) {
  .p-top-places-list__desc {
    font-size: 1.6rem;
  }
}
.p-top-places-list__notes {
  margin-top: 10px;
}
.p-top-places-list__notes li {
  font-size: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5em;
}
.p-top-places-list__notes li + li {
  margin-top: 4px;
}
.p-top-places-list__notes li::before {
  content: "※";
  width: 1em;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.location-buttons {
  margin-top: 48px;
}
.location-buttons__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2rem;
  margin-bottom: 2rem;
  font-weight: 500;
}
.location-buttons__button {
  display: block;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  max-width: 200px;
  padding: 0.9rem 1.5rem;
  border: 1px solid #0F91D2;
  text-align: center;
  color: #0f91d2;
  text-decoration: none;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
.location-buttons__button:hover {
  background-color: rgba(0, 158, 227, 0.1);
}
@media screen and (max-width: 849px) {
  .location-buttons__button {
    padding: 0.9rem 0.6rem;
  }
}

.p-top-exercise {
  padding: 96px 0 185px;
  background-color: #ffffff;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 849px) {
  .p-top-exercise {
    padding: 64px 0 120px;
  }
}
.p-top-exercise.--subpage {
  padding: 144px 0 185px;
  background-color: transparent;
}
.p-top-exercise::after {
  content: "";
  display: block;
  width: 100%;
  height: 94px;
  background-color: #f1f7fc;
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: url(../img/top/img-try-en.webp);
  background-repeat: repeat-x;
  background-size: 1740px auto;
  -webkit-animation: scroll 15s linear infinite;
          animation: scroll 15s linear infinite;
}
@media screen and (max-width: 829px) {
  .p-top-exercise::after {
    height: 54.0229885057px;
    background-size: 1000px auto;
    -webkit-animation: scrollSp 30s linear infinite;
            animation: scrollSp 30s linear infinite;
  }
}
@keyframes scroll {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -1740px 0;
  }
}
@-webkit-keyframes scrollSp {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -1000px 0;
  }
}
@keyframes scrollSp {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -1000px 0;
  }
}
.p-top-exercise__desc {
  max-width: 518px;
  margin: 24px auto 60px;
  line-height: 1.6;
  text-align: center;
  margin-top: 48px;
}
@media screen and (max-width: 849px) {
  .p-top-exercise__desc {
    margin: 0px auto 30px;
    font-size: 1.4rem;
  }
}
.p-top-exercise__copy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1em;
  font-size: 28px;
  margin-top: 1em;
}
@media screen and (max-width: 767px) {
  .p-top-exercise__copy {
    font-size: 18px;
  }
}
.p-top-exercise__copy br.--sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-top-exercise__copy br.--sp {
    display: block;
  }
}
.p-top-exercise__copy::before, .p-top-exercise__copy::after {
  display: block;
  content: "";
  width: 2px;
  height: 1.3em;
  background-color: #222222;
}
.p-top-exercise__copy::before {
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
}
.p-top-exercise__copy::after {
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
}
.p-top-exercise__copy span {
  display: block;
  text-align: center;
}
.p-top-exercise__youtube {
  max-width: 558px;
  margin: 0 auto;
  aspect-ratio: 16/9;
  position: relative;
}
.p-top-exercise__youtube iframe {
  width: 100%;
  height: 100%;
}
.p-top-exercise__image {
  width: 185px;
  position: absolute;
}
@media screen and (max-width: 829px) {
  .p-top-exercise__image {
    display: none;
  }
}
.p-top-exercise__image.--image1 {
  top: 0;
  left: 0;
  -webkit-transform: translate(-140%, -60%);
          transform: translate(-140%, -60%);
}
@media screen and (max-width: 999px) {
  .p-top-exercise__image.--image1 {
    -webkit-transform: translate(-100%, -60%) scale(0.8);
            transform: translate(-100%, -60%) scale(0.8);
  }
}
.p-top-exercise__image.--image1 img {
  -webkit-animation: swing 4s ease-in-out infinite alternate;
          animation: swing 4s ease-in-out infinite alternate;
}
.p-top-exercise__image.--image2 {
  bottom: 0;
  right: 0;
  -webkit-transform: translate(140%, 40%);
          transform: translate(140%, 40%);
}
@media screen and (max-width: 999px) {
  .p-top-exercise__image.--image2 {
    -webkit-transform: translate(100%, 40%) scale(0.8);
            transform: translate(100%, 40%) scale(0.8);
  }
}
.p-top-exercise__image.--image2 img {
  -webkit-animation: swing 5s ease-in-out infinite alternate;
          animation: swing 5s ease-in-out infinite alternate;
}
@-webkit-keyframes swing {
  0% {
    -webkit-transform: rotate(-4deg);
            transform: rotate(-4deg);
  }
  100% {
    -webkit-transform: rotate(4deg);
            transform: rotate(4deg);
  }
}
@keyframes swing {
  0% {
    -webkit-transform: rotate(-4deg);
            transform: rotate(-4deg);
  }
  100% {
    -webkit-transform: rotate(4deg);
            transform: rotate(4deg);
  }
}
.p-top-exercise__btn {
  margin-top: 56px;
}
@media screen and (max-width: 849px) {
  .p-top-exercise__btn {
    margin-top: 32px;
  }
}
.p-top-exercise__img {
  margin-top: 72px;
}
.p-top-exercise__videos {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 35px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 48px 35px;
}
@media screen and (max-width: 767px) {
  .p-top-exercise__videos {
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
    gap: 32px;
  }
}
.p-top-exercise__video iframe {
  display: block;
  aspect-ratio: 16/9;
  width: 100%;
}
.p-top-exercise__video-title {
  font-size: 20px;
  font-weight: 700;
  margin-top: 16px;
  text-align: center;
}

.p-top-event {
  padding-top: 115px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 849px) {
  .p-top-event {
    padding-top: 64px;
  }
}
.p-top-event__desc {
  text-align: center;
  font-size: 32px;
  margin-bottom: 64px;
}
@media screen and (max-width: 767px) {
  .p-top-event__desc {
    font-size: clamp(16px, 5vw, 24px);
    margin-bottom: 40px;
  }
}
.p-top-event__desc span {
  display: block;
}
.p-top-event__desc span.--small {
  font-size: 24px;
}
@media screen and (max-width: 767px) {
  .p-top-event__desc span.--small {
    font-size: 16px;
  }
}

.p-top-event-list {
  position: relative;
}
.p-top-event-list__img {
  position: absolute;
  bottom: 0;
  right: 5%;
  width: 25%;
  max-width: 262px;
  z-index: 20;
  -webkit-transform: translateY(75%);
          transform: translateY(75%);
}
.p-top-event-list__img img {
  -webkit-animation: swingSup 7s ease-in-out infinite alternate;
          animation: swingSup 7s ease-in-out infinite alternate;
}
@media screen and (max-width: 899px) {
  .p-top-event-list__img {
    display: none;
  }
}

@-webkit-keyframes swingSup {
  0% {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }
  100% {
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
  }
}

@keyframes swingSup {
  0% {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }
  100% {
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
  }
}
.p-top-column {
  padding-top: 56px;
  position: relative;
}

.p-top-column-list {
  position: relative;
}
.p-top-column-list__img {
  position: absolute;
  bottom: 0;
  left: 10%;
  width: 12%;
  max-width: 144px;
  z-index: 20;
  -webkit-transform: translateY(85%);
          transform: translateY(85%);
}
.p-top-column-list__img img {
  -webkit-animation: swingColumn 5s ease-in-out infinite alternate;
          animation: swingColumn 5s ease-in-out infinite alternate;
}
@media screen and (max-width: 899px) {
  .p-top-column-list__img {
    display: none;
  }
}

@-webkit-keyframes swingColumn {
  0% {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }
  100% {
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
  }
}

@keyframes swingColumn {
  0% {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }
  100% {
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
  }
}
.p-top-organization {
  padding-top: 156px;
  padding-bottom: 185px;
  position: relative;
}
@media screen and (max-width: 849px) {
  .p-top-organization {
    padding-top: 80px;
    padding-bottom: 64px;
  }
}
.p-top-organization__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 24px 1fr 24px 1fr 24px 1fr;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  margin-top: 48px;
}
@media screen and (max-width: 809px) {
  .p-top-organization__list {
    -ms-grid-columns: 1fr 16px 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 32px 16px;
    margin-top: 32px;
    max-width: 580px;
    margin-left: auto;
    margin-right: auto;
  }
}
.p-top-organization__item {
  display: block;
  text-align: center;
}
.p-top-organization__name {
  display: block;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.48;
  margin-top: 16px;
  color: #1291d2;
}
@media screen and (max-width: 849px) {
  .p-top-organization__name {
    font-size: 1.4rem;
  }
}

.p-top-contact {
  background-color: #c5e3f4;
  padding: 72px 0 56px;
}
.p-top-contact__desc {
  text-align: center;
  font-size: 18px;
  line-height: 1.48;
  margin: 14px 0 25px;
}
/*# sourceMappingURL=style.css.map */