.main .fv {
  height: 110vh;
  min-height: 72rem;
  width: 100%;
  aspect-ratio: 2000/1050;
  background-image: url(../images/index/fv.png);
  background-image: image-set(
    url(../images/index/fv.png) 1x,
    url(../images/index/fv@2x.png) 2x
  );
  background-image: -webkit-image-set(
    url(../images/index/fv.png) 1x,
    url(../images/index/fv@2x.png) 2x
  );
  background-size: cover;
  background-position: bottom center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 850px) {
  .main .fv {
    height: auto;
    min-height: 92.3rem;
    aspect-ratio: unset;
    background-image: url(../images/index/fv-sp.png);
    background-image: image-set(
      url(../images/index/fv-sp.png) 1x,
      url(../images/index/fv-sp@2x.png) 2x
    );
    background-image: -webkit-image-set(
      url(../images/index/fv-sp.png) 1x,
      url(../images/index/fv-sp@2x.png) 2x
    );
    background-size: cover;
  }
}
@media screen and (max-width: 599px) {
  .main .fv {
    height: auto;
    min-height: 92.3rem;
  }
}
.main .fv-wrap {
  padding-top: 10rem;
  position: relative;
  justify-content: flex-end;
  display: flex;
  height: 100%;
}
.main .fv-left {
  position: absolute;
  top: 54%;
  left: 0;
  margin-left: 2.5rem;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 850px) {
  .main .fv-left {
    padding-top: 56rem;
    top: 0;
  }
}
@media screen and (max-width: 599px) {
  .main .fv-left {
    padding-top: 56rem;
    top: 0;
  }
}
.main .fv-desc {
  font-size: 3rem;
  letter-spacing: 0.05em;
  color: #fff;
  font-weight: 700;
  position: relative;
  line-height: 1;
}
@media screen and (max-width: 599px) {
  .main .fv-desc {
    font-size: 3.8rem;
  }
}
.main .fv-desc::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1rem;
  width: 41rem;
  height: 0.4rem;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
@media screen and (max-width: 599px) {
  .main .fv-desc::after {
    width: 48.4rem;
    height: 0.6rem;
    bottom: -1.5rem;
  }
}
.main .fv-title {
  margin-top: 0.5rem;
  font-size: 9rem;
  font-weight: 700;
  color: #fff;
  position: relative;
  line-height: 1;
}
@media screen and (max-width: 599px) {
  .main .fv-title {
    margin-top: 1rem;
    font-size: 11rem;
  }
}
.main .fv-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1rem;
  width: 41rem;
  height: 0.4rem;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
@media screen and (max-width: 599px) {
  .main .fv-title::after {
    width: 48.4rem;
    height: 0.6rem;
    bottom: -1.5rem;
  }
}
.main .fv-brackets {
  margin-top: 3.5rem;
  font-size: 2.4rem;
  letter-spacing: 0.05em;
  font-weight: 500;
  color: #fff;
  line-height: 1;
}
@media screen and (max-width: 599px) {
  .main .fv-brackets {
    font-size: 3rem;
  }
}
.main .fv-right {
  position: absolute;
  top: calc(10rem + 3%);
  right: 0;
  margin-right: 2.5rem;
  display: flex;
  gap: 2.9rem;
}
@media screen and (max-width: 850px) {
  .main .fv-right {
    margin-top: 12.4rem;
    right: 3rem;
    top: 0;
  }
}
@media screen and (max-width: 599px) {
  .main .fv-right {
    margin-top: 12.4rem;
    right: 3rem;
    top: 0;
  }
}
.main .fv-vertical {
  writing-mode: vertical-rl;
  background-color: #ffdb01;
  font-size: 2.8rem;
  letter-spacing: 0.05em;
  line-height: 1.285;
  color: #000;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 599px) {
  .main .fv-vertical {
    font-size: 3rem;
  }
}
.main .fv-vertical-01 {
  height: 40.2rem;
  width: 8.7rem;
  -webkit-clip-path: polygon(
    0 1.8rem,
    100% 0%,
    100% calc(100% - 1.8rem),
    0% 100%
  );
  clip-path: polygon(0 1.8rem, 100% 0%, 100% calc(100% - 1.8rem), 0% 100%);
}
@media screen and (max-width: 599px) {
  .main .fv-vertical-01 {
    width: 4.4rem;
    height: 65.9rem;
  }
}
.main .fv-vertical-02 {
  margin-top: 9.7rem;
  height: 50.5rem;
  width: 5.1rem;
  -webkit-clip-path: polygon(
    0 1.5rem,
    100% 0%,
    100% calc(100% - 1.5rem),
    0% 100%
  );
  clip-path: polygon(0 1.5rem, 100% 0%, 100% calc(100% - 1.5rem), 0% 100%);
}
@media screen and (max-width: 599px) {
  .main .fv-vertical-02 {
    margin-top: 17.5rem;
    width: 4.4rem;
    height: 54.2rem;
  }
}
.main .sv {
  padding-top: 5rem;
  padding-bottom: 12rem;
  z-index: 1;
  position: relative;
}
@media screen and (max-width: 599px) {
  .main .sv {
    padding-top: 9rem;
    padding-bottom: 15.1rem;
  }
}
.main .sv-rewrite {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 46.1rem;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 599px) {
  .main .sv-rewrite {
    width: 53rem;
  }
}
.main .sv-rewrite img {
  width: 100%;
}
.main .sv-rewrite::after {
  content: "";
  width: 6rem;
  height: 0.2rem;
  display: block;
  background-color: #1d2089;
  margin-top: 3.2rem;
}
@media screen and (max-width: 599px) {
  .main .sv-rewrite::after {
    width: 10rem;
    height: 0.4rem;
    margin-top: 4.7rem;
  }
}
.main .sv-desc {
  margin-top: 4rem;
  text-align: center;
  font-size: 2.4rem;
  line-height: 1.625;
  color: #101253;
}
@media screen and (max-width: 599px) {
  .main .sv-desc {
    margin-top: 4.1rem;
    padding-bottom: 1.2rem;
    line-height: 1.625;
    padding-left: 6rem;
    padding-right: 6rem;
    font-size: clamp(16px, 3.2rem, 32px);
    text-align: left;
  }
}
.main .sv-desc span {
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 2;
}
@media screen and (max-width: 599px) {
  .main .sv-desc span {
    font-size: clamp(16px, 3.2rem, 32px);
    line-height: 1.75;
  }
}
.main .sv02 {
  margin-top: 50.5rem;
  padding-bottom: 12rem;
  position: relative;
}
@media screen and (max-width: 599px) {
  .main .sv02 {
    margin-top: 34rem;
    padding-bottom: 15.1rem;
  }
}
.main .sv02::before {
  width: 100%;
  height: 160rem;
  position: absolute;
  left: 0;
  top: -120.5rem;
  display: block;
  content: "";
  overflow: hidden;
  z-index: -1;
  background-image: url(../images/index/sv.png);
  background-image: image-set(
    url(../images/index/sv.png) 1x,
    url(../images/index/sv@2x.png) 2x
  );
  background-image: -webkit-image-set(
    url(../images/index/sv.png) 1x,
    url(../images/index/sv@2x.png) 2x
  );
  background-position: center top;
  background-size: cover;
  background-size: max(100%, 200rem);
  background-repeat: no-repeat;
}
@media screen and (max-width: 599px) {
  .main .sv02::before {
    height: 180rem;
    top: -129.5rem;
    background-image: url(../images/index/sv-sp.png);
    background-image: image-set(
      url(../images/index/sv-sp.png) 1x,
      url(../images/index/sv-sp@2x.png) 2x
    );
    background-image: -webkit-image-set(
      url(../images/index/sv-sp.png) 1x,
      url(../images/index/sv-sp@2x.png) 2x
    );
    background-position: center bottom;
    background-size: cover;
    background-repeat: no-repeat;
  }
}
.main .sv02::after {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  content: "";
  z-index: -2;
  background-image: url(../images/index/swimmingmenu-bg.png);
  background-image: image-set(
    url(../images/index/swimmingmenu-bg.png) 1x,
    url(../images/index/swimmingmenu-bg@2x.png) 2x
  );
  background-image: -webkit-image-set(
    url(../images/index/swimmingmenu-bg.png) 1x,
    url(../images/index/swimmingmenu-bg@2x.png) 2x
  );
  background-position: center bottom;
  background-size: cover;
  background-repeat: repeat;
}
@media screen and (max-width: 599px) {
  .main .sv02::after {
    background-image: url(../images/index/swimmingmenu-bg-sp.png);
    background-image: image-set(
      url(../images/index/swimmingmenu-bg-sp.png) 1x,
      url(../images/index/swimmingmenu-bg-sp@2x.png) 2x
    );
    background-image: -webkit-image-set(
      url(../images/index/swimmingmenu-bg-sp.png) 1x,
      url(../images/index/swimmingmenu-bg-sp@2x.png) 2x
    );
    background-position: center bottom;
    background-size: cover;
    background-repeat: no-repeat;
  }
}
.main .sv02-rediscover {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-right: auto;
  margin-left: auto;
  font-size: 10rem;
  font-family: "Roboto", serif;
  font-style: italic;
  font-weight: bold;
  color: #fff;
  opacity: 0.5;
}
@media screen and (max-width: 1025px) {
  .main .sv02-rediscover {
    font-size: clamp(5rem, 10vw, 10rem);
  }
}
@media screen and (max-width: 599px) {
  .main .sv02-rediscover {
    font-size: 14rem;
    text-align: center;
    line-height: 0.86;
  }
}
.main .sv02Menu {
  margin-top: 6.5rem;
  padding: 4.8rem 6rem 6rem 6rem;
  border: 1px solid #fff;
}
@media screen and (max-width: 850px) {
  .main .sv02Menu {
    margin-top: 9.5rem;
    padding: 6rem 2.5rem 3rem 2.5rem;
  }
}
@media screen and (max-width: 599px) {
  .main .sv02Menu {
    border: 0.4rem solid #fff;
    margin-top: 9.5rem;
    padding: 6rem 3rem 4rem 3rem;
  }
}
.main .sv02Menu-head {
  font-family: "Roboto", serif;
  font-style: italic;
  font-weight: bold;
  font-size: 7rem;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 850px) {
  .main .sv02Menu-head {
    line-height: 1;
  }
}
@media screen and (max-width: 599px) {
  .main .sv02Menu-head {
    font-size: clamp(40px, 8rem, 80px);
    line-height: 1;
  }
}
.main .sv02Menu-inner {
  margin-top: 4rem;
  display: flex;
  flex-direction: column;
  gap: 4rem;
}
@media screen and (max-width: 850px) {
  .main .sv02Menu-inner {
    margin-top: 1.8rem;
    gap: 3.2rem;
  }
}
@media screen and (max-width: 599px) {
  .main .sv02Menu-inner {
    margin-top: 1.8rem;
    gap: 3.2rem;
  }
}
.main .sv02Menu-item {
  width: 100%;
  min-height: 40rem;
  display: flex;
}
@media screen and (max-width: 850px) {
  .main .sv02Menu-item {
    flex-direction: column;
  }
}
@media screen and (max-width: 599px) {
  .main .sv02Menu-item {
    flex-direction: column;
  }
}
.main .sv02Menu-img {
  width: 48.97%;
  height: inherit;
}
@media screen and (max-width: 850px) {
  .main .sv02Menu-img {
    width: 100%;
  }
}
.main .sv02Menu-img picture {
  display: block;
  width: 100%;
  height: 100%;
}
.main .sv02Menu-img img {
  width: 100%;
  height: inherit;
  -o-object-fit: cover;
  object-fit: cover;
}
.main .sv02Menu-content {
  padding: 4%;
  background-color: #fff;
  flex: 1;
}
@media screen and (max-width: 850px) {
  .main .sv02Menu-content {
    padding: 0;
  }
}
.main .sv02Menu-title {
  display: flex;
  justify-content: center;
  flex-direction: column;
  background-color: #101253;
  color: #fff;
  font-size: 3.6rem;
  line-height: 1.4;
  font-weight: 800;
  padding: 1.4rem 2.4rem 1.4rem 2.4rem;
  min-height: 12rem;
}
@media screen and (max-width: 850px) {
  .main .sv02Menu-title {
    flex-direction: row;
    align-items: baseline;
    justify-content: flex-start;
    flex-wrap: wrap;
    padding: 1rem 2rem 1rem 3rem;
    min-height: unset;
  }
}
@media screen and (max-width: 599px) {
  .main .sv02Menu-title {
    flex-direction: row;
    align-items: baseline;
    justify-content: flex-start;
    flex-wrap: wrap;
    font-size: clamp(24px, 4.8rem, 48px);
    padding: 1rem 1.75rem 1rem 2.75rem;
    min-height: 8rem;
    line-height: 1.25;
  }
}
.main .sv02Menu-title span {
  color: #fff;
  font-size: 2.4rem;
  line-height: 1.5;
  font-weight: 800;
}
@media screen and (max-width: 599px) {
  .main .sv02Menu-title span {
    font-size: clamp(16px, 3.2rem, 32px);
  }
}
.main .sv02Menu-value {
  padding-left: 1em;
  padding-right: 1em;
  padding-top: 0.7rem;
  padding-bottom: 0.6rem;
  margin-top: 3rem;
  background-color: #ffdb01;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: center;
  min-height: 5rem;
}
@media screen and (max-width: 850px) {
  .main .sv02Menu-value {
    margin-top: 3rem;
    margin-left: 3rem;
    margin-right: 3rem;
    min-height: unset;
    padding-top: 1.1rem;
  }
}
@media screen and (max-width: 599px) {
  .main .sv02Menu-value {
    margin-top: 3rem;
    margin-left: 3rem;
    margin-right: 3rem;
    min-height: 7rem;
    padding-top: 1.1rem;
  }
}
.main .sv02Menu-time {
  font-size: 2rem;
  color: #101253;
  font-weight: 800;
  line-height: 1.5;
}
@media screen and (max-width: 599px) {
  .main .sv02Menu-time {
    font-size: clamp(16px, 3.2rem, 32px);
  }
}
.main .sv02Menu-per {
  font-size: 3rem;
  color: #101253;
  font-weight: 800;
  line-height: 1;
}
@media screen and (max-width: 599px) {
  .main .sv02Menu-per {
    font-size: clamp(21px, 4.2rem, 42px);
  }
}
.main .sv02Menu-tax {
  font-size: 2rem;
  color: #101253;
  font-weight: 800;
  line-height: 1.5;
}
@media screen and (max-width: 599px) {
  .main .sv02Menu-tax {
    font-size: clamp(16px, 3.2rem, 32px);
  }
}
.main .sv02Menu-annotation {
  margin-top: 1.6rem;
  color: #101253;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 500;
  padding-bottom: 2.7rem;
  border-bottom: 1px solid #e6e6e6;
}
@media screen and (max-width: 850px) {
  .main .sv02Menu-annotation {
    margin-top: 2.4rem;
    margin-left: 3rem;
    margin-right: 3rem;
    padding-bottom: 2rem;
    line-height: 1.75;
  }
}
@media screen and (max-width: 599px) {
  .main .sv02Menu-annotation {
    margin-top: 2.4rem;
    margin-left: 3rem;
    margin-right: 3rem;
    font-size: clamp(16px, 3.2rem, 32px);
    line-height: 1.625;
    padding-bottom: 2rem;
  }
}
.main .sv02Menu-reserve {
  margin-top: 2.1rem;
  margin-right: 2rem;
  font-size: 2.2rem;
  letter-spacing: 0.05em;
  font-weight: 800;
  color: #33379b;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 1rem;
}
@media screen and (max-width: 850px) {
  .main .sv02Menu-reserve {
    gap: 2.4rem;
    margin-top: 1.6rem;
    margin-right: 3rem;
    margin-left: 3rem;
    margin-bottom: 3rem;
    justify-content: flex-start;
  }
}
@media screen and (max-width: 599px) {
  .main .sv02Menu-reserve {
    gap: 2.4rem;
    font-size: clamp(16px, 3.2rem, 32px);
    margin-top: 1.6rem;
    margin-right: 3rem;
    margin-left: 3rem;
    margin-bottom: 3rem;
    justify-content: flex-start;
  }
}
.main .sv02Menu-reserve::before {
  content: "";
  min-width: 3.6rem;
  width: 3.6rem;
  height: 3.6rem;
  background: url(../images/common/outer-link.png) no-repeat center
    center/contain;
}
@media screen and (max-width: 850px) {
  .main .sv02Menu-reserve::before {
    min-width: 4.5rem;
    width: 4.5rem;
    height: 4.5rem;
  }
}
@media screen and (max-width: 599px) {
  .main .sv02Menu-reserve::before {
    min-width: 6rem;
    width: 6rem;
    height: 6rem;
  }
}
.main .program {
  position: relative;
}
.main .program-butterfly {
  position: relative;
  z-index: 10;
  width: 100%;
  min-height: 41.8rem;
  aspect-ratio: 2000/418;
  background-image: url(../images/index/butterfly.png);
  background-image: image-set(
    url(../images/index/butterfly.png) 1x,
    url(../images/index/butterfly@2x.png) 2x
  );
  background-image: -webkit-image-set(
    url(../images/index/butterfly.png) 1x,
    url(../images/index/butterfly@2x.png) 2x
  );
  background-position: top center;
  background-size: max(100%, 200rem) auto;
  background-repeat: no-repeat;
  background-color: #5ac7e5;
}
@media screen and (max-width: 599px) {
  .main .program-butterfly {
    min-height: 38rem;
    aspect-ratio: unset;
    background-image: url(../images/index/butterfly-sp.png);
    background-image: image-set(
      url(../images/index/butterfly-sp.png) 1x,
      url(../images/index/butterfly-sp@2x.png) 2x
    );
    background-image: -webkit-image-set(
      url(../images/index/butterfly-sp.png) 1x,
      url(../images/index/butterfly-sp@2x.png) 2x
    );
    background-position: top center;
    background-size: contain;
  }
}
.main .program-inner {
  margin-top: -6rem;
  padding-top: 16rem;
  background-image: url(../images/index/program-bg.png);
  background-image: image-set(
    url(../images/index/program-bg.png) 1x,
    url(../images/index/program-bg@2x.png) 2x
  );
  background-image: -webkit-image-set(
    url(../images/index/program-bg.png) 1x,
    url(../images/index/program-bg@2x.png) 2x
  );
  background-position: top center;
  background-size: max(100%, 200rem) auto;
  background-repeat: no-repeat;
  background-color: #31b9df;
}
@media screen and (max-width: 599px) {
  .main .program-inner {
    margin-top: -1rem;
    padding-top: 13rem;
    padding-bottom: 5.5rem;
    background-image: url(../images/index/program-bg-sp.png);
    background-image: image-set(
      url(../images/index/program-bg-sp.png) 1x,
      url(../images/index/program-bg-sp@2x.png) 2x
    );
    background-image: -webkit-image-set(
      url(../images/index/program-bg-sp.png) 1x,
      url(../images/index/program-bg-sp@2x.png) 2x
    );
    background-position: top center;
    background-size: contain;
  }
}
.main .program-head {
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
.main .program-head span {
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: fit-content;
  display: block;
  font-size: 5.2rem;
  color: #fff;
  font-weight: 700;
  position: absolute;
  z-index: 10;
}
@media screen and (max-width: 599px) {
  .main .program-head span {
    font-size: clamp(33px, 6.6rem, 66px);
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.main .program-head::after {
  content: attr(data-en);
  top: -3rem;
  left: 50%;
  transform: translateX(-50%);
  font-size: 10rem;
  color: #24a7dc;
  font-family: "Roboto", serif;
  font-style: italic;
  font-weight: bold;
  position: absolute;
  z-index: auto;
}
@media screen and (max-width: 599px) {
  .main .program-head::after {
    top: -5rem;
    font-size: clamp(70px, 14rem, 140px);
  }
}
.main .program-items {
  margin-top: 15rem;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: center;
  -moz-column-gap: 4rem;
  column-gap: 4rem;
  row-gap: 8rem;
}
@media screen and (max-width: 599px) {
  .main .program-items {
    margin-top: 12.7rem;
    row-gap: 9.3rem;
  }
}
.main .program-item {
  width: 34rem;
  padding-right: 3rem;
  padding-left: 3rem;
  padding-bottom: 1.9rem;
  background-color: #fff;
  box-shadow: 2rem 2rem 0 0 #24a9d6;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 599px) {
  .main .program-item {
    position: relative;
    width: 100%;
    height: auto;
    padding-bottom: 4.5rem;
    box-shadow: 3rem 3rem 0 0 #24a9d6;
  }
}
.main .program-img {
  margin-top: -5rem;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 599px) {
  .main .program-img {
    position: absolute;
    left: -1rem;
    top: 2rem;
  }
}
.main .program-img img {
  width: 100%;
}
.main .program-img01 {
  width: 14rem;
}
@media screen and (max-width: 599px) {
  .main .program-img01 {
    transform: scale(-1, 1);
    width: 22.1rem;
  }
}
.main .program-img02 {
  width: 13.9rem;
}
@media screen and (max-width: 599px) {
  .main .program-img02 {
    width: 22.2rem;
  }
}
.main .program-img03 {
  width: 14rem;
}
@media screen and (max-width: 599px) {
  .main .program-img03 {
    width: 22.9rem;
  }
}
.main .program-title {
  margin-top: 2rem;
  font-size: 3rem;
  font-weight: 800;
  padding-top: 1.8rem;
  padding-bottom: 1.8rem;
  line-height: 1;
  color: #101253;
  background-color: #ffdb01;
  text-align: center;
}
@media screen and (max-width: 599px) {
  .main .program-title {
    margin-left: 21rem;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-top: 4.2rem;
    font-size: clamp(22px, 4.4rem, 44px);
    padding: 1.2rem 0.25em 1.2rem 0.25em;
  }
}
.main .program-desc {
  margin-top: 2rem;
  font-size: 2.4rem;
  line-height: 1.416;
  font-weight: 800;
  color: #101253;
  text-align: center;
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 599px) {
  .main .program-desc {
    justify-content: flex-start;
    margin-left: 21rem;
    font-size: clamp(16px, 3.2rem, 32px);
    text-align: left;
    flex: none;
  }
}
.main .program-text {
  margin-top: 1.5rem;
  font-weight: 500;
  color: #101253;
}
@media screen and (max-width: 599px) {
  .main .program-text {
    margin-top: 4rem;
  }
}
@media screen and (max-width: 599px) {
  .main .program-btn {
    margin-top: 9rem;
  }
}
.main .tv {
  padding-top: 31.5rem;
  padding-bottom: 11.4rem;
  width: 100%;
  background-image: url(../images/index/program-bg-end.png),
    url(../images/index/point-end.png);
  background-image: image-set(
      url(../images/index/program-bg-end.png) 1x,
      url(../images/index/program-bg-end@2x.png) 2x
    ),
    image-set(
      url(../images/index/point-end.png) 1x,
      url(../images/index/point-end@2x.png) 2x
    );
  background-image: -webkit-image-set(
      url(../images/index/program-bg-end.png) 1x,
      url(../images/index/program-bg-end@2x.png) 2x
    ),
    -webkit-image-set(url(../images/index/point-end.png) 1x, url(../images/index/point-end@2x.png)
          2x);
  background-position: center top, center bottom;
  background-size: max(100%, 200rem) auto;
  background-repeat: no-repeat;
}
@media screen and (max-width: 599px) {
  .main .tv {
    padding-top: 0rem;
    padding-bottom: 14rem;
    width: 100%;
    background-image: url(../images/index/point-sp01.png),
      url(../images/index/point-sp02.png);
    background-image: image-set(
        url(../images/index/point-sp01.png) 1x,
        url(../images/index/point-sp01@2x.png) 2x
      ),
      image-set(
        url(../images/index/point-sp02.png) 1x,
        url(../images/index/point-sp02@2x.png) 2x
      );
    background-image: -webkit-image-set(
        url(../images/index/point-sp01.png) 1x,
        url(../images/index/point-sp01@2x.png) 2x
      ),
      -webkit-image-set(url(../images/index/point-sp02.png) 1x, url(../images/index/point-sp02@2x.png)
            2x);
    background-position: center 78rem, center 196rem;
    background-size: 100% auto;
  }
}
@media screen and (max-width: 599px) {
  .main .trainer {
    padding: 0;
    position: relative;
  }
  .main .trainer::before {
    top: -4.5rem;
    content: "";
    width: 100%;
    height: 15.9rem;
    position: absolute;
    background-image: url(../images/index/program-bg-end-sp.png);
    background-image: image-set(
      url(../images/index/program-bg-end-sp.png) 1x,
      url(../images/index/program-bg-end-sp@2x.png) 2x
    );
    background-image: -webkit-image-set(
      url(../images/index/program-bg-end-sp.png) 1x,
      url(../images/index/program-bg-end-sp@2x.png) 2x
    );
    background-position: center top;
    background-size: 100% auto;
    background-repeat: no-repeat;
  }
}
.main .trainer-img {
  margin-right: auto;
  margin-left: auto;
  max-width: 90rem;
}
.main .trainer-img img {
  width: 100%;
}
.main .trainer-desc {
  margin-top: 4.5rem;
  color: #101253;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 599px) {
  .main .trainer-desc {
    text-align: justify;
    padding-left: 3rem;
    padding-right: 3rem;
    letter-spacing: -0.015em;
  }
}
@media screen and (max-width: 599px) {
  .main .trainer-btn {
    margin-top: 5rem;
  }
}
.main .point {
  margin-top: 14.5rem;
}
@media screen and (max-width: 599px) {
  .main .point {
    margin-top: 17.3rem;
  }
}
.main .point-head {
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
.main .point-head > span {
  margin-right: auto;
  margin-left: auto;
  color: #101253;
  top: 0;
  width: 40rem;
  display: block;
  font-size: 5.2rem;
  font-weight: 900;
}
.main .point-head > span:first-child {
  font-size: 4.4rem;
  line-height: 1.63;
  text-align: center;
}
@media screen and (max-width: 599px) {
  .main .point-head > span:first-child {
    font-size: clamp(24px, 4.8rem, 48px);
    line-height: 1;
  }
}
.main .point-head > span:last-child {
  font-size: 5.2rem;
  line-height: 1.38;
  text-align: center;
}
@media screen and (max-width: 599px) {
  .main .point-head > span:last-child {
    font-size: clamp(33px, 6.6rem, 66px);
  }
}
.main .point-head > span:last-child span {
  font-size: 5.2rem;
  font-weight: 700;
  color: #0cc4ed;
}
@media screen and (max-width: 599px) {
  .main .point-head > span:last-child span {
    font-size: clamp(33px, 6.6rem, 66px);
  }
}
@media screen and (max-width: 599px) {
  .main .point-head > span {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.main .point-head::after {
  content: attr(data-en);
  top: 5rem;
  left: 50%;
  transform: translateX(-50%);
  font-size: 10rem;
  color: #e7e7ed;
  font-family: "Roboto", serif;
  font-style: italic;
  font-weight: bold;
  position: absolute;
  z-index: -1;
}
@media screen and (max-width: 599px) {
  .main .point-head::after {
    top: 1rem;
    font-size: clamp(70px, 14rem, 140px);
  }
}
.main .point-items {
  margin-top: 5rem;
  display: flex;
  flex-direction: column;
  gap: 4.5rem;
}
.main .point-item {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  gap: 4rem;
}
@media screen and (max-width: 850px) {
  .main .point-item {
    flex-direction: column;
  }
}
@media screen and (max-width: 599px) {
  .main .point-item {
    flex-direction: column;
  }
}
.main .point-item:nth-child(2) {
  flex-direction: row-reverse;
}
@media screen and (max-width: 850px) {
  .main .point-item:nth-child(2) {
    flex-direction: column;
  }
  .main .point-item:nth-child(2) .point-img {
    margin-left: auto;
  }
  .main .point-item:nth-child(2) .point-title {
    margin-left: auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
@media screen and (max-width: 599px) {
  .main .point-item:nth-child(2) {
    flex-direction: column;
  }
  .main .point-item:nth-child(2) .point-img {
    margin-left: auto;
  }
  .main .point-item:nth-child(2) .point-title {
    margin-left: auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.main .point-img {
  width: 49%;
}
@media screen and (max-width: 850px) {
  .main .point-img {
    width: calc(100% - 3rem);
  }
}
@media screen and (max-width: 599px) {
  .main .point-img {
    width: calc(100% - 3rem);
  }
}
.main .point-img picture {
  width: 100%;
  height: 100%;
}
.main .point-img picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.main .point-content {
  flex: 1;
  min-width: 47rem;
}
@media screen and (max-width: 850px) {
  .main .point-content {
    min-width: unset;
    flex: none;
    margin-top: -8.5rem;
  }
}
@media screen and (max-width: 599px) {
  .main .point-content {
    min-width: unset;
    flex: none;
    margin-top: -8.5rem;
  }
}
.main .point-title span {
  padding-left: 1.9rem;
  padding-right: 1.9rem;
  display: inline-block;
  background-color: #ffdb01;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #101253;
  font-size: 3.6rem;
  font-weight: 800;
  line-height: 1.66;
}
@media screen and (max-width: 850px) {
  .main .point-title span {
    padding-right: 3rem;
    padding-left: 3rem;
  }
}
@media screen and (max-width: 599px) {
  .main .point-title span {
    font-size: clamp(24px, 4.8rem, 48px);
    padding-right: 3rem;
    padding-left: 3rem;
  }
}
.main .point-desc {
  margin-top: 2.7rem;
  color: #101253;
  text-align: justify;
}
@media screen and (max-width: 850px) {
  .main .point-desc {
    margin-top: 2.5rem;
    margin-bottom: 2rem;
    padding-right: 3rem;
    padding-left: 3rem;
  }
}
@media screen and (max-width: 599px) {
  .main .point-desc {
    margin-top: 2.5rem;
    margin-bottom: 2rem;
    padding-right: 3rem;
    padding-left: 3rem;
  }
}
.main .forbeginners-img {
  position: relative;
  width: 100%;
  min-height: 48rem;
  aspect-ratio: 2000/480;
  background-image: url(../images/index/forbeginners.jpg);
  background-image: image-set(
    url(../images/index/forbeginners.jpg) 1x,
    url(../images/index/forbeginners@2x.jpg) 2x
  );
  background-image: -webkit-image-set(
    url(../images/index/forbeginners.jpg) 1x,
    url(../images/index/forbeginners@2x.jpg) 2x
  );
  background-position: center top;
  background-size: max(100%, 200rem) auto;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
@media screen and (max-width: 850px) {
  .main .forbeginners-img {
    background-size: cover;
  }
}
@media screen and (max-width: 599px) {
  .main .forbeginners-img {
    min-height: 55rem;
    aspect-ratio: unset;
    background-image: url(../images/index/forbeginners-sp.jpg);
    background-image: image-set(
      url(../images/index/forbeginners-sp.jpg) 1x,
      url(../images/index/forbeginners-sp@2x.jpg) 2x
    );
    background-image: -webkit-image-set(
      url(../images/index/forbeginners-sp.jpg) 1x,
      url(../images/index/forbeginners-sp@2x.jpg) 2x
    );
    background-position: center top;
    background-size: contain;
    background-repeat: no-repeat;
    background-attachment: unset;
  }
}
.main .forbeginners-content {
  max-width: 110rem;
  position: relative;
  margin-top: -8rem;
  width: 100%;
  background-color: #fff;
  padding-top: 6rem;
  padding-right: 4rem;
  padding-left: 4rem;
  padding-bottom: 6rem;
}
.main .forbeginners-contentWrap {
  padding-bottom: 13rem;
  background-image: url(../images/index/fb-bg.png);
  background-image: image-set(
    url(../images/index/fb-bg.png) 1x,
    url(../images/index/fb-bg@2x.png) 2x
  );
  background-image: -webkit-image-set(
    url(../images/index/fb-bg.png) 1x,
    url(../images/index/fb-bg@2x.png) 2x
  );
  background-position: center top;
  background-size: max(100%, 200rem) 100%;
  background-repeat: no-repeat;
}
@media screen and (max-width: 599px) {
  .main .forbeginners-contentWrap {
    padding-right: 3rem;
    padding-left: 3rem;
    padding-bottom: 11.7rem;
    background-image: url(../images/index/fb-bg-sp.png);
    background-image: image-set(
      url(../images/index/fb-bg-sp.png) 1x,
      url(../images/index/fb-bg-sp@2x.png) 2x
    );
    background-image: -webkit-image-set(
      url(../images/index/fb-bg-sp.png) 1x,
      url(../images/index/fb-bg-sp@2x.png) 2x
    );
    background-position: center bottom;
    background-size: 100% auto;
    background-repeat: no-repeat;
  }
}
@media screen and (max-width: 599px) {
  .main .forbeginners-content {
    margin-top: -16rem;
    padding-right: 3rem;
    padding-left: 3rem;
  }
}
.main .forbeginners-head {
  color: #101253;
  font-size: 5.2rem;
  font-weight: 900;
  text-align: center;
}
@media screen and (max-width: 599px) {
  .main .forbeginners-head {
    font-size: clamp(33px, 6.6rem, 66px);
  }
}
.main .forbeginners-desc {
  color: #101253;
  font-weight: 500;
  text-align: center;
  margin-top: 2.9rem;
}
@media screen and (max-width: 599px) {
  .main .forbeginners-desc {
    text-align: left;
    margin-top: 3.6rem;
  }
}
.main .forbeginners-wrap {
  width: 100%;
  margin-top: 3.1rem;
  display: flex;
  gap: 4rem;
}
@media screen and (max-width: 850px) {
  .main .forbeginners-wrap {
    margin-top: 4rem;
    flex-direction: column;
  }
}
.main .forbeginners-left {
  width: 57.84%;
  background-color: #f5f5f5;
  padding-top: 4.1rem;
  padding-left: 3.7rem;
  padding-right: 3.7rem;
  padding-bottom: 3.3rem;
}
@media screen and (max-width: 850px) {
  .main .forbeginners-left {
    width: 100%;
    padding-right: 2.5rem;
    padding-left: 2.5rem;
  }
}
@media screen and (max-width: 599px) {
  .main .forbeginners-left {
    width: 100%;
    padding-right: 3rem;
    padding-left: 3rem;
  }
}
.main .forbeginners-right {
  width: 42.16%;
  border: 1px solid #cfd0dd;
  padding-top: 4.1rem;
  padding-left: 3.7rem;
  padding-right: 3.7rem;
  padding-bottom: 3.3rem;
}
@media screen and (max-width: 850px) {
  .main .forbeginners-right {
    width: 100%;
    padding-right: 2.5rem;
    padding-left: 2.5rem;
  }
}
@media screen and (max-width: 599px) {
  .main .forbeginners-right {
    width: 100%;
    padding-right: 3rem;
    padding-left: 3rem;
  }
}
.main .forbeginners-title {
  margin-bottom: 3.2rem;
  display: flex;
  align-items: center;
  color: #101253;
  font-size: 2.8rem;
  font-weight: 800;
}
@media screen and (max-width: 850px) {
  .main .forbeginners-title {
    margin-bottom: 3rem;
  }
}
@media screen and (max-width: 599px) {
  .main .forbeginners-title {
    font-size: clamp(18px, 3.6rem, 36px);
    margin-bottom: 3rem;
  }
}
.main .forbeginners-title::before {
  margin-right: 1.2rem;
  content: "";
  display: block;
  width: 2rem;
  height: 0.4rem;
  background-color: #0cc4ed;
}
@media screen and (max-width: 599px) {
  .main .forbeginners-title::before {
    width: 3rem;
    height: 0.8rem;
    margin-right: 2rem;
  }
}
.main .forbeginners dl:not(:first-child) {
  margin-top: 0.5rem;
}
@media screen and (max-width: 599px) {
  .main .forbeginners dl:not(:first-child) {
    margin-top: 0;
  }
}
.main .forbeginners dl dt {
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 1.75;
  color: #101253;
}
@media screen and (max-width: 599px) {
  .main .forbeginners dl dt {
    font-size: clamp(16px, 3.2rem, 32px);
    line-height: 1.75;
  }
}
.main .forbeginners dl dd {
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 1.75;
  color: #101253;
}
@media screen and (max-width: 599px) {
  .main .forbeginners dl dd {
    font-size: clamp(16px, 3.2rem, 32px);
    line-height: 1.75;
  }
}
.main .forbeginners-right p {
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 1.625;
  color: #101253;
}
@media screen and (max-width: 599px) {
  .main .forbeginners-right p {
    font-size: clamp(16px, 3.2rem, 32px);
    line-height: 1.625;
  }
}
.main .forbeginners-btn {
  margin-top: 4rem;
}
@media screen and (max-width: 599px) {
  .main .forbeginners-btn {
    margin-top: 6rem;
  }
}
.main .flow {
  padding-top: 14rem;
}
.main .flow-head {
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
.main .flow-head > span {
  margin-right: auto;
  margin-left: auto;
  color: #101253;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  font-size: 5.2rem;
  font-weight: 900;
}
@media screen and (max-width: 599px) {
  .main .flow-head > span {
    font-size: clamp(33px, 6.6rem, 66px);
  }
}
.main .flow-head::after {
  content: attr(data-en);
  top: -3rem;
  left: 50%;
  transform: translateX(-50%);
  font-size: 10rem;
  color: #e7e7ed;
  font-family: "Roboto", serif;
  font-style: italic;
  font-weight: bold;
  position: absolute;
  z-index: -1;
}
@media screen and (max-width: 599px) {
  .main .flow-head::after {
    top: -5rem;
    font-size: clamp(70px, 14rem, 140px);
  }
}
.main .flow-items {
  margin-top: 6rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 4.4rem;
}
@media screen and (max-width: 1025px) {
  .main .flow-items {
    -moz-column-gap: 5rem;
    column-gap: 5rem;
    justify-content: center;
  }
}
@media screen and (max-width: 599px) {
  .main .flow-items {
    -moz-column-gap: 6.4rem;
    column-gap: 6.4rem;
    row-gap: 4rem;
  }
}
.main .flow-item {
  position: relative;
  width: 31rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.main .flow-item:nth-child(1)::after,
.main .flow-item:nth-child(2)::after,
.main .flow-item:nth-child(4)::after,
.main .flow-item:nth-child(5)::after {
  position: absolute;
  right: -3.4vw;
  top: 6.5rem;
  content: "";
  width: 5.1rem;
  height: 5.1rem;
  display: block;
  background: url(../images/index/flow-arrow.png) no-repeat center
    center/contain;
}
@media screen and (max-width: 1025px) {
  .main .flow-item:nth-child(1)::after,
  .main .flow-item:nth-child(2)::after,
  .main .flow-item:nth-child(4)::after,
  .main .flow-item:nth-child(5)::after {
    display: none;
  }
}
@media screen and (max-width: 1025px) {
  .main .flow-item {
    width: calc((100% - 5rem) / 2);
  }
  .main .flow-item:nth-child(1)::after,
  .main .flow-item:nth-child(3)::after,
  .main .flow-item:nth-child(5)::after {
    position: absolute;
    right: -7.2vw;
    top: 6.5rem;
    content: "";
    width: 5.1rem;
    height: 5.1rem;
    display: block;
    background: url(../images/index/flow-arrow.png) no-repeat center
      center/contain;
  }
  .main .flow-item .flow-desc {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media screen and (max-width: 599px) {
  .main .flow-item {
    width: calc((100% - 6.4rem) / 2);
  }
  .main .flow-item:nth-child(1)::after,
  .main .flow-item:nth-child(3)::after,
  .main .flow-item:nth-child(5)::after {
    right: -7.5vw;
    top: 9rem;
    width: 4.1rem;
    height: 4.1rem;
  }
  .main .flow-item .flow-desc {
    padding: 0;
  }
  .main .flow-item .flow-title--narrow {
    letter-spacing: -0.07em;
  }
}
.main .flow-img {
  width: 18rem;
  height: 18rem;
}
@media screen and (max-width: 599px) {
  .main .flow-img {
    width: 22rem;
    height: 22rem;
  }
}
.main .flow-img img {
  width: 100%;
}
.main .flow-title {
  line-height: 1;
  margin-top: 2.1rem;
  font-size: 2.8rem;
  color: #101253;
  text-align: center;
  font-weight: 700;
}
@media screen and (max-width: 599px) {
  .main .flow-title {
    font-size: clamp(20px, 4rem, 40px);
    letter-spacing: -0.02em;
    margin-top: 3.4rem;
  }
}
.main .flow-desc {
  margin-top: 2.5rem;
  font-size: 1.6rem;
  line-height: 1.625;
  color: #101253;
}
@media screen and (max-width: 599px) {
  .main .flow-desc {
    margin-top: 1.6rem;
    font-size: clamp(14px, 2.8rem, 30px);
    line-height: 1.8;
  }
}
.main .faq {
  margin-top: 11.2rem;
}
@media screen and (max-width: 599px) {
  .main .faq {
    margin-top: 18.4rem;
  }
}
.main .faq-link {
  width: 100%;
  height: 25rem;
  background-image: url(../images/index/faq.png);
  background-image: image-set(
    url(../images/index/faq.png) 1x,
    url(../images/index/faq@2x.png) 2x
  );
  background-image: -webkit-image-set(
    url(../images/index/faq.png) 1x,
    url(../images/index/faq@2x.png) 2x
  );
  background-position: right center;
  background-size: auto 100%;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  padding-left: 5.72%;
}
@media screen and (max-width: 599px) {
  .main .faq-link {
    background-image: url(../images/index/faq-sp.png);
    background-image: image-set(
      url(../images/index/faq-sp.png) 1x,
      url(../images/index/faq-sp@2x.png) 2x
    );
    background-image: -webkit-image-set(
      url(../images/index/faq-sp.png) 1x,
      url(../images/index/faq-sp@2x.png) 2x
    );
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    padding-left: 3rem;
  }
}
.main .faq-title {
  font-size: 4rem;
  font-weight: 800;
  color: #fff;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 599px) {
  .main .faq-title {
    font-size: clamp(24px, 4.8rem, 48px);
  }
}
.main .faq-title::before {
  margin-top: 0.3rem;
  margin-right: 2rem;
  content: "";
  display: block;
  width: 2.6rem;
  min-width: 2.6rem;
  height: 2.6rem;
  background: url(../images/common/arrow-skyblue.png) no-repeat center
    center/contain;
}
.main .info {
  margin-top: 13rem;
}
@media screen and (max-width: 599px) {
  .main .info {
    padding-bottom: 26.7rem;
    margin-top: 16rem;
  }
}
.main .info-inner {
  display: flex;
  justify-content: space-between;
  -moz-column-gap: 2rem;
  column-gap: 2rem;
  row-gap: 5rem;
}
@media screen and (max-width: 850px) {
  .main .info-inner {
    flex-wrap: wrap;
    row-gap: 6rem;
  }
}
.main .info-head {
  min-width: 30rem;
  font-weight: 900;
  font-size: 5.2rem;
  color: #101253;
}
@media screen and (max-width: 599px) {
  .main .info-head {
    min-width: unset;
    font-size: clamp(30px, 6rem, 60px);
  }
}
.main .info-items {
  width: 69.090909%;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 850px) {
  .main .info-items {
    width: 100%;
  }
}
.main .info-item {
  display: flex;
  padding-bottom: 3rem;
  border-bottom: 1px solid #ddd;
}
@media screen and (max-width: 599px) {
  .main .info-item {
    flex-direction: column;
    padding-bottom: 4.7rem;
  }
}
.main .info-item:not(:first-child) {
  padding-top: 3rem;
}
.main .info-desc {
  width: 12rem;
  display: flex;
  flex-direction: column;
  gap: 1.3rem;
}
@media screen and (max-width: 599px) {
  .main .info-desc {
    flex-direction: row;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: clamp(16px, 3.2rem, 32px);
    align-items: center;
    gap: 3.5rem;
  }
}
.main .info-date {
  width: inherit;
  font-size: 1.4rem;
  color: #101253;
}
@media screen and (max-width: 599px) {
  .main .info-date {
    font-size: clamp(14px, 2.8rem, 28px);
  }
}
.main .info-cat {
  line-height: 1.5;
  display: block;
  font-size: 1.4rem;
  font-weight: 700;
  color: #0cc4ed;
  border: 1px solid #0cc4ed;
  display: flex;
  align-items: center;
  justify-content: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 7rem;
  min-height: 2.8rem;
  padding: 0.25rem;
}
@media screen and (max-width: 599px) {
  .main .info-cat {
    font-size: clamp(12px, 2.4rem, 24px);
    padding: 0.7rem;
  }
}
.main .info-title {
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  width: -webkit-fill-available;
  margin-top: -0.45rem;
  padding-left: 6%;
  font-size: 1.8rem;
  line-height: 1.66;
  color: #101253;
  font-weight: 700;
}
@media screen and (max-width: 599px) {
  .main .info-title {
    margin-top: -1.2rem;
    padding-top: 3rem;
    padding-left: 0;
    font-size: clamp(16px, 3.2rem, 32px);
    line-height: 1.75;
  }
}
/*# sourceMappingURL=index.css.map */
