@charset "UTF-8";
body {
  font-size: 14px;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.5;
  color: #222;
  background-color: #F3F3F3;
}
@media screen and (min-width: 768px) {
  body {
    position: relative;
  }
}
@media screen and (min-width: 1280px) {
  body {
    font-size: 16px;
  }
}
body.is-open {
  overflow: hidden;
}

main {
  position: relative;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 80px;
}
@media screen and (min-width: 1280px) {
  html {
    scroll-padding-top: 120px;
  }
}

.inner {
  margin-inline: 20px;
}
@media screen and (min-width: 768px) {
  .inner {
    margin-inline: 40px;
  }
}
@media screen and (min-width: 1280px) {
  .inner {
    margin-inline: 60px;
  }
}

.title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.title--en {
  font-size: 24px;
  color: #1C1E97;
  font-weight: 700;
  font-family: "Montserrat Subrayada", sans-serif;
}
@media screen and (min-width: 768px) {
  .title--en {
    font-size: 32px;
  }
}
@media screen and (min-width: 1280px) {
  .title--en {
    font-size: 48px;
  }
}
.title--jp {
  font-size: 14px;
  color: #1C1E97;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .title--jp {
    font-size: 16px;
  }
}
@media screen and (min-width: 1280px) {
  .title--jp {
    font-size: 20px;
  }
}
.title__white--en {
  color: #fff;
}
.title__white--jp {
  color: #fff;
}

.button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.button__text {
  font-weight: 700;
}
@media screen and (min-width: 1280px) {
  .button__text {
    font-size: 16px;
    gap: 24px;
  }
}
.button:hover img {
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
}
.button img {
  width: 34px;
  height: 34px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (min-width: 768px) {
  .button img {
    width: 40px;
    height: 40px;
  }
}
@media screen and (min-width: 1280px) {
  .button img {
    width: 46px;
    height: 46px;
  }
}

.fade-in-up {
  opacity: 0;
  -webkit-transform: translateY(36px);
          transform: translateY(36px);
  -webkit-transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, transform 1s;
  transition: opacity 1s, transform 1s, -webkit-transform 1s;
}
.fade-in-up.is-in-view {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.hidden_sp {
  display: none;
}
@media screen and (min-width: 768px) {
  .hidden_sp {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .hidden-tb {
    display: none;
  }
}
@media screen and (min-width: 1280px) {
  .hidden-tb {
    display: block;
  }
}

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

.head {
  width: 100%;
  height: 26.8vw;
}
@media screen and (min-width: 768px) {
  .head {
    height: 20vw;
  }
}
.head__genki {
  height: 27.2vw;
}
@media screen and (min-width: 768px) {
  .head__genki {
    height: 21.4vw;
  }
}
.head__pic {
  height: inherit;
  width: 100%;
}
.head__pic img {
  width: 100%;
}
.head__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  bottom: 13vw;
  left: 4vw;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-family: "Montserrat Subrayada", sans-serif;
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  .head__title {
    bottom: 9vw;
  }
}
.head__title--en {
  font-size: 6.4vw;
  font-weight: 700;
  color: #fff;
  text-shadow: 1px 1px 1px #242424;
}
@media screen and (min-width: 768px) {
  .head__title--en {
    font-size: 4vw;
    text-shadow: 2px 2px 2px #242424;
  }
}
.head__title--jp {
  font-size: 3.2vw;
  font-weight: 700;
  color: #fff;
  text-shadow: 1px 1px 1px #242424;
}
@media screen and (min-width: 768px) {
  .head__title--jp {
    font-size: 2vw;
    text-shadow: 2px 2px 2px #242424;
  }
}

.bread-list {
  font-size: 8px;
  color: #999;
  margin-top: 8px;
}
@media screen and (min-width: 768px) {
  .bread-list {
    font-size: 10px;
    margin-top: 12px;
  }
}
@media screen and (min-width: 1280px) {
  .bread-list {
    font-size: 12px;
    margin-top: 16px;
  }
}
.bread-list__arrow {
  margin-left: 8px;
}
.bread-list--active {
  color: #222;
  margin-left: 8px;
}
@media screen and (min-width: 1280px) {
  .bread-list--active {
    margin-left: 12px;
  }
}

.header {
  padding-block: 12px 13px;
  background-color: #1C1E97;
  position: sticky;
  top: 0;
  z-index: 50;
  width: 100%;
}
@media screen and (min-width: 1280px) {
  .header {
    padding-block: 16px;
    min-width: 100%;
  }
}
.header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-inline: auto;
  margin-inline: 20px;
  max-width: 96.875%;
}
@media screen and (min-width: 1280px) {
  .header__inner {
    margin-inline: 24px;
    max-width: 96.25%;
  }
}
@media screen and (min-width: 768px) {
  .header__logo {
    max-width: 14.0422077922%;
  }
}
.header__logo img {
  width: 128px;
}
@media screen and (min-width: 768px) {
  .header__logo img {
    width: 100%;
  }
}
.header__nav {
  display: none;
}
@media screen and (min-width: 1280px) {
  .header__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 32px;
  }
}
@media screen and (min-width: 1280px) {
  .header__lists {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 608px;
    gap: 32px;
  }
}
.header__link {
  position: relative;
}
.header__link a {
  color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.header__link a:hover {
  color: #F6F46D;
  font-weight: 700;
}
.header__button {
  position: relative;
  z-index: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (min-width: 768px) {
  .header__button {
    background-color: #fff;
    color: #1C1E97;
    font-weight: 700;
  }
}
@media screen and (min-width: 1280px) {
  .header__button {
    padding: 14px 22px;
  }
}
.header__button::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background-color: #F6F46D;
  -webkit-transform-origin: 100% 50%;
          transform-origin: 100% 50%;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: -webkit-transform ease 0.3s;
  transition: -webkit-transform ease 0.3s;
  transition: transform ease 0.3s;
  transition: transform ease 0.3s, -webkit-transform ease 0.3s;
}
.header__button:hover::before {
  -webkit-transform-origin: 0% 50%;
          transform-origin: 0% 50%;
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

@media screen and (min-width: 1280px) {
  .dropdown-menu {
    padding: 16px;
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
    position: absolute;
    right: -54px;
    top: 5vw;
    width: 164px;
    z-index: 10;
  }
}
@media screen and (min-width: 1280px) {
  .dropdown-menu__item {
    color: #fff;
    padding-block: 16px;
    border-bottom: 1px solid white;
  }
  .dropdown-menu__item:last-child {
    border-bottom: none;
    padding-bottom: 0;
  }
  .dropdown-menu__item:first-child {
    padding-top: 0;
  }
}
@media screen and (min-width: 1280px) {
  .dropdown-menu__item a {
    width: 100%;
    display: block;
    text-align: center;
  }
}

.drawer__icon {
  position: relative;
  width: 36px;
  height: 20px;
}
@media screen and (min-width: 1280px) {
  .drawer__icon {
    display: none;
  }
}
.drawer__icon.is-checked .drawer__bar:nth-of-type(1) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 7.5px;
}
.drawer__icon.is-checked .drawer__bar:nth-of-type(2) {
  display: none;
}
.drawer__icon.is-checked .drawer__bar:nth-of-type(3) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 7.5px;
}

.drawer__bar {
  width: 36px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  top: -2px;
  right: 0;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.drawer__bar:nth-of-type(2) {
  top: 7.5px;
}
.drawer__bar:nth-of-type(3) {
  top: 18px;
}

.drawer {
  width: 100%;
  height: 100%;
  background-color: #1C1E97;
  position: fixed;
  z-index: 30;
  padding-top: 50px;
  -webkit-transform: translateY(-110%);
          transform: translateY(-110%);
  -webkit-transition: -webkit-transform 1s;
  transition: -webkit-transform 1s;
  transition: transform 1s;
  transition: transform 1s, -webkit-transform 1s;
  border-top: 1px solid #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
@media screen and (min-width: 768px) {
  .drawer {
    padding-top: 170px;
  }
}
@media screen and (min-width: 1280px) {
  .drawer {
    display: none;
  }
}
.drawer.is-checked {
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
}
.drawer__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  color: #fff;
  text-align: center;
}
.drawer__link {
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  .drawer__link {
    font-size: 18px;
  }
}
.drawer__buttons {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 31px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.drawer__button {
  padding: 21px;
  font-size: 16px;
  background-color: #fff;
  font-weight: 700;
  color: #1C1E97;
  margin: 0 auto;
}
@media screen and (min-width: 1280px) {
  .drawer__button {
    font-size: 18px;
  }
}

@media screen and (min-width: 1280px) {
  .fv__swiper--wrapper {
    max-height: 49vw;
  }
}
.fv__swiper--wrapper .fv__swiper--slide {
  width: 100%;
  height: 113vw;
}
@media screen and (min-width: 768px) {
  .fv__swiper--wrapper .fv__swiper--slide {
    height: 70vw;
  }
}
@media screen and (min-width: 1280px) {
  .fv__swiper--wrapper .fv__swiper--slide {
    height: 100%;
  }
}
.fv__swiper--wrapper .fv__swiper--slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 1280px) {
  .fv__swiper--wrapper .fv__swiper--slide img {
    -webkit-transform: translateY(-11%);
            transform: translateY(-11%);
  }
}

.fv {
  position: relative;
}
.fv__titles {
  position: absolute;
  top: 40%;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.13vw;
}
@media screen and (min-width: 768px) {
  .fv__titles {
    gap: 8px;
    top: 43%;
  }
}
@media screen and (min-width: 1280px) {
  .fv__titles {
    gap: 16px;
    top: 50%;
  }
}

.fv__title {
  background-color: #F3F3F3;
  display: block;
  text-align: right;
  width: 54.4vw;
  padding: 3.2vw 6.4vw;
}
@media screen and (min-width: 768px) {
  .fv__title {
    width: 45vw;
    padding: 2vw;
  }
}
@media screen and (min-width: 1280px) {
  .fv__title {
    width: 539px;
    height: 168px;
    padding-block: 11px;
  }
}
.fv__title img {
  width: 41.6vw;
}
@media screen and (min-width: 768px) {
  .fv__title img {
    width: 40vw;
  }
}
@media screen and (min-width: 1280px) {
  .fv__title img {
    min-width: 515px;
    width: 515px;
  }
}
.fv__title--sub {
  color: #fff;
  font-weight: 700;
  background-color: #1C1E97;
  padding: 0.53vw 5.33vw;
  display: none;
  font-size: 3.7vw;
}
@media screen and (min-width: 768px) {
  .fv__title--sub {
    display: block;
    font-size: 18px;
    padding: 4px 16px;
  }
}
@media screen and (min-width: 1280px) {
  .fv__title--sub {
    font-size: 20px;
    padding: 9px 24px;
  }
}
.fv__title--spsub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.06vw;
}
@media screen and (min-width: 768px) {
  .fv__title--spsub {
    display: none;
  }
}

.fv__new-article {
  position: absolute;
  bottom: 32px;
  z-index: 10;
  right: 24px;
  width: 160px;
  height: 75px;
  padding: 8px;
  background-color: #fff;
  border-radius: 5px;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  display: block;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
@media screen and (min-width: 768px) {
  .fv__new-article {
    width: 240px;
    height: 90px;
  }
}
@media screen and (min-width: 1280px) {
  .fv__new-article {
    width: 304px;
    height: 109px;
    padding: 10px 16px;
    border-radius: 10px;
  }
}
.fv__new-article:hover {
  background-color: #F6F46D;
}
.fv__new-article--head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .fv__new-article--head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.fv__new-article--news, .fv__new-article--title {
  font-weight: 700;
  color: #1C1E97;
  font-size: 12px;
}
@media screen and (min-width: 768px) {
  .fv__new-article--news, .fv__new-article--title {
    font-size: 16px;
  }
}
@media screen and (min-width: 1280px) {
  .fv__new-article--news, .fv__new-article--title {
    font-size: 18px;
  }
}
.fv__new-article--title {
  margin-top: 8px;
}
@media screen and (min-width: 768px) {
  .fv__new-article--title {
    margin-top: 4px;
  }
}
.fv__new-article--date {
  font-size: 10px;
}
@media screen and (min-width: 768px) {
  .fv__new-article--date {
    font-size: 12px;
    margin-top: 4px;
  }
}
@media screen and (min-width: 1280px) {
  .fv__new-article--date {
    font-size: 14px;
  }
}

.about {
  padding-block: 60px 80px;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .about {
    padding-block: 100px 140px;
  }
}
@media screen and (min-width: 1280px) {
  .about {
    padding-block: 140px 200px;
  }
}
.about__title {
  position: relative;
  z-index: 10;
}
.about__lead {
  text-align: center;
  display: block;
  font-weight: 700;
  font-size: 18px;
  margin-top: 24px;
}
@media screen and (min-width: 1280px) {
  .about__lead {
    font-size: 20px;
    margin-top: 40px;
  }
}
.about__text {
  text-align: center;
  margin-top: 8px;
  display: block;
}
.about__button {
  margin-top: 24px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 1280px) {
  .about__button {
    margin-top: 32px;
  }
}
.about__bigbg {
  position: absolute;
  top: 0px;
  right: -42px;
}
@media screen and (min-width: 768px) {
  .about__bigbg {
    right: -52px;
  }
}
@media screen and (min-width: 1280px) {
  .about__bigbg {
    right: -62px;
  }
}
.about__bigbg img {
  width: 186px;
  height: 186px;
}
@media screen and (min-width: 768px) {
  .about__bigbg img {
    width: 280px;
    height: 280px;
  }
}
@media screen and (min-width: 1280px) {
  .about__bigbg img {
    width: 400px;
    height: 400px;
  }
}
.about__smlbg {
  position: absolute;
  bottom: 45px;
  left: 0;
}
.about__smlbg img {
  width: 104px;
  height: 104px;
}
@media screen and (min-width: 768px) {
  .about__smlbg img {
    width: 140px;
    height: 140px;
  }
}
@media screen and (min-width: 1280px) {
  .about__smlbg img {
    width: 246px;
    height: 246px;
  }
}

.business {
  margin-block: 60px 20px;
}
@media screen and (min-width: 768px) {
  .business {
    margin-block: 100px 40px;
  }
}
@media screen and (min-width: 1280px) {
  .business {
    margin-block: 140px 60px;
  }
}
.business__inner {
  margin-inline: 0;
}
@media screen and (min-width: 768px) {
  .business__inner {
    margin-inline: 40px;
  }
}
@media screen and (min-width: 1280px) {
  .business__inner {
    margin-inline: 60px;
  }
}
.business__cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 24px;
  gap: 24px;
}
@media screen and (min-width: 768px) {
  .business__cards {
    gap: 80px;
    margin-top: 40px;
  }
}
@media screen and (min-width: 1280px) {
  .business__cards {
    gap: 128px;
    max-width: 1160px;
    margin: auto;
    margin-top: 88px;
  }
}
.business__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 1280px) {
  .business__card {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 60px;
  }
}
@media screen and (min-width: 1280px) {
  .business__card:nth-of-type(2), .business__card:nth-of-type(4) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.business__img {
  position: relative;
}
@media screen and (min-width: 768px) {
  .business__img {
    max-width: 952px;
    margin: auto;
  }
}
.business__img--bg {
  position: relative;
}
@media screen and (min-width: 1280px) {
  .business__img--bg {
    width: 680px;
    height: 452px;
    background-color: #1C1E97;
  }
}
@media screen and (min-width: 1280px) {
  .business__img--bg::after {
    content: "";
    width: 680px;
    height: 452px;
    background: url(../img/pachinko_tp.webp) no-repeat top left/contain;
    position: absolute;
    opacity: 0.2;
    left: 0;
    top: 0;
  }
}
.business__img--bg img {
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  width: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (min-width: 1280px) {
  .business__img--bg img {
    position: absolute;
    width: 680px;
    height: 452px;
    bottom: 48px;
    left: 60px;
    z-index: 10;
  }
}
@media screen and (min-width: 1280px) {
  .business__img--bg2::after {
    background: url(../img/amu_tp.webp) no-repeat top left/contain;
  }
}
@media screen and (min-width: 1280px) {
  .business__img--bg2 img {
    left: -60px;
  }
}
@media screen and (min-width: 1280px) {
  .business__img--bg3::after {
    background: url(../img/gyuriki-zashiki.webp) no-repeat top left/contain;
  }
}
@media screen and (min-width: 1280px) {
  .business__img--bg4::after {
    background: url(../img/health_tp.webp) no-repeat top left/contain;
  }
}
@media screen and (min-width: 1280px) {
  .business__img--bg4 img {
    left: -60px;
  }
}
.business__wrapper {
  margin-inline: 35px;
  margin-top: 16px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}
@media screen and (min-width: 768px) {
  .business__wrapper {
    max-width: 952px;
    margin: 16px auto;
  }
}
@media screen and (min-width: 1280px) {
  .business__wrapper {
    margin-top: 0;
    max-width: 37.2413793103%;
    gap: 16px;
  }
}
.business__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}
@media screen and (min-width: 1280px) {
  .business__main {
    gap: 24px;
  }
}
.business__main h3 {
  font-size: 18px;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .business__main h3 {
    font-size: 20px;
  }
}
.updates {
  padding-block: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 60px;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .updates {
    gap: 32px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-block: 100px;
    background-size: 300px;
  }
}
@media screen and (min-width: 1280px) {
  .updates {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    background-size: 386px;
    padding-block: 140px;
  }
}
.updates__bigbg {
  position: absolute;
  top: 0px;
  right: -42px;
}
@media screen and (min-width: 768px) {
  .updates__bigbg {
    right: -52px;
  }
}
@media screen and (min-width: 1280px) {
  .updates__bigbg {
    right: -62px;
  }
}
.updates__bigbg img {
  width: 186px;
  height: 186px;
}
@media screen and (min-width: 768px) {
  .updates__bigbg img {
    width: 280px;
    height: 280px;
  }
}
@media screen and (min-width: 1280px) {
  .updates__bigbg img {
    width: 400px;
    height: 400px;
  }
}
.updates__smlbg {
  position: absolute;
  bottom: 45px;
  left: 0px;
}
.updates__smlbg img {
  width: 104px;
  height: 104px;
}
@media screen and (min-width: 768px) {
  .updates__smlbg img {
    width: 140px;
    height: 140px;
  }
}
@media screen and (min-width: 1280px) {
  .updates__smlbg img {
    width: 246px;
    height: 246px;
  }
}

.news {
  position: relative;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .news {
    width: 100%;
    max-width: 952px;
    margin: auto;
  }
}
@media screen and (min-width: 1280px) {
  .news {
    min-width: 564px;
    max-width: 564px;
    margin: 0;
  }
}
@media screen and (min-width: 1280px) {
  .news__inner {
    margin-inline: 0;
  }
}
.news__container {
  background-color: #fff;
  padding: 40px 20px;
  -webkit-box-shadow: 3px 3px 12px 0px rgba(0, 0, 0, 0.16);
          box-shadow: 3px 3px 12px 0px rgba(0, 0, 0, 0.16);
  border-radius: 10px;
}
@media screen and (min-width: 1280px) {
  .news__container {
    padding: 40px;
  }
}
.news__wrapper {
  margin-top: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 85%;
  margin-inline: auto;
}
@media screen and (min-width: 1280px) {
  .news__wrapper {
    gap: 32px;
    margin-inline: 0;
    width: 484px;
    margin-top: 0;
  }
}
.news__articles {
  margin: auto;
  width: 100%;
  margin-top: 16px;
}
@media screen and (min-width: 1280px) {
  .news__articles {
    margin-top: 24px;
  }
}
.news__main {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  padding-block: 16px;
  border-bottom: 3px solid #D9D9D9;
  z-index: 1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  width: 100%;
}
.news__main::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: rgba(246, 244, 109, 0.2);
  -webkit-transform-origin: 100% 50%;
          transform-origin: 100% 50%;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: -webkit-transform ease 0.5s;
  transition: -webkit-transform ease 0.5s;
  transition: transform ease 0.5s;
  transition: transform ease 0.5s, -webkit-transform ease 0.5s;
}
.news__main:hover::before {
  -webkit-transform-origin: 0% 50%;
          transform-origin: 0% 50%;
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
.news__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.news__head--tag {
  background-color: #F6F46D;
  border-radius: 5px;
  font-size: 10px;
  font-weight: 700;
  color: #1C1E97;
  padding: 4px 10px 3px;
}
@media screen and (min-width: 1280px) {
  .news__head--tag {
    font-size: 14px;
    padding: 2px 22px;
  }
}
.access {
  padding-block: 60px;
  background-color: #999;
}
@media screen and (min-width: 768px) {
  .access {
    padding-block: 100px;
  }
}
@media screen and (min-width: 1280px) {
  .access {
    padding-block: 140px;
  }
}
.access__container {
  position: relative;
  z-index: 10;
}
.access__wrapper {
  background-color: #fff;
  border-radius: 10px;
  max-width: 952px;
  margin: auto;
  margin-top: 24px;
}
@media screen and (min-width: 768px) {
  .access__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    gap: 40px;
    max-height: 565px;
  }
}
@media screen and (min-width: 1280px) {
  .access__wrapper {
    min-width: 1160px;
  }
}
.access__map {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .access__map {
    width: 50%;
  }
}
.access__map iframe {
  width: 100%;
  height: 83vw;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
@media screen and (min-width: 768px) {
  .access__map iframe {
    height: 73vw;
    max-height: 565px;
    border-top-left-radius: 0;
    border-bottom-right-radius: 10px;
  }
}
.access__main {
  padding: 8px 20px 24px;
}
@media screen and (min-width: 768px) {
  .access__main {
    padding: 40px 0px;
    width: 40%;
  }
}
.access__logo img {
  width: 129px;
}
@media screen and (min-width: 768px) {
  .access__logo img {
    width: 173px;
  }
}
.access__details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  margin-top: 16px;
}
.access__detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 29px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 16px;
  border-bottom: 1px solid #D9D9D9;
}
.access__detail:nth-of-type(6) {
  padding-bottom: 0;
  border-bottom: none;
}
.access__detail--head {
  font-weight: 700;
  width: 96px;
}
.access__detail--time {
  font-size: 12px;
  font-weight: 700;
}
.access__detail--text {
  max-width: 45vw;
  word-break: break-all;
}

.sns {
  margin-block: 60px;
}
@media screen and (min-width: 768px) {
  .sns {
    margin-block: 100px;
  }
}
@media screen and (min-width: 1280px) {
  .sns {
    margin-block: 140px;
  }
}
.sns__link {
  margin-top: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}
@media screen and (min-width: 768px) {
  .sns__link {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.sns__fb {
  text-align: center;
}
.sns__fb iframe {
  -webkit-box-shadow: 3px 3px 12px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 3px 3px 12px 0px rgba(0, 0, 0, 0.25);
}
.sns__x {
  text-align: center;
}

.twitter-timeline {
  margin: auto;
  -webkit-box-shadow: 3px 3px 12px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 3px 3px 12px 0px rgba(0, 0, 0, 0.25);
}

.footer {
  padding-block: 20px 10px;
  background-color: #1C1E97;
}
@media screen and (min-width: 1280px) {
  .footer {
    padding-top: 32px;
  }
}
@media screen and (min-width: 1280px) {
  .footer__inner {
    margin-bottom: 117px;
  }
}
@media screen and (min-width: 1280px) {
  .footer__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.footer__img img {
  width: 128px;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.footer__img img:hover {
  opacity: 0.7;
}
.footer__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  margin-top: 24px;
}
@media screen and (min-width: 1280px) {
  .footer__nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 32px;
    margin-top: 0;
  }
}
.footer__nav--link a {
  color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.footer__nav--link a:hover {
  color: #F6F46D;
  font-weight: 700;
}

small {
  color: #fff;
  display: block;
  text-align: center;
  padding-top: 10px;
  border-top: 1px solid #fff;
  margin-top: 80px;
}

.sns-tab {
  position: fixed;
  left: -37px;
  top: 500px;
  display: block;
  z-index: 15;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s, visibility 0.3s;
  transition: opacity 0.3s, visibility 0.3s;
}
@media screen and (min-width: 768px) {
  .sns-tab {
    left: -41px;
  }
}
.sns-tab__container {
  padding: 8px 16px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  background-color: #1C1E97;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
@media screen and (min-width: 768px) {
  .sns-tab__container {
    padding: 16px 24px;
  }
}
.sns-tab__text {
  font-weight: 700;
  color: #fff;
  font-family: "Montserrat", sans-serif;
}
@media screen and (min-width: 768px) {
  .sns-tab__text {
    font-size: 18px;
  }
}
.sns-tab.is-show {
  opacity: 1;
  visibility: visible;
}

.x-tab {
  top: 625px;
}
@media screen and (min-width: 768px) {
  .x-tab {
    top: 655px;
  }
}
.x-tab__container {
  background-color: #222;
}

.gill-tab {
  left: -42px;
}
.gill-tab__container {
  background-color: #e85471;
}

.msg {
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .msg {
    margin-top: 80px;
  }
}
@media screen and (min-width: 1280px) {
  .msg {
    margin-top: 120px;
  }
}
.msg__title {
  margin-bottom: 24px;
}
@media screen and (min-width: 768px) {
  .msg__title {
    margin-bottom: 32px;
  }
}
@media screen and (min-width: 1280px) {
  .msg__title {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 1280px) {
  .msg__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 1160px;
    margin: auto;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (min-width: 768px) {
  .msg__pic {
    max-width: 952px;
    margin: auto;
  }
}
@media screen and (min-width: 1280px) {
  .msg__pic {
    width: 435px;
    height: 504px;
    max-width: 435px;
    margin: 0;
  }
}
.msg__pic img {
  width: 100%;
}
.msg__main {
  margin-top: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}
@media screen and (min-width: 768px) {
  .msg__main {
    max-width: 952px;
    margin: auto;
    margin-top: 16px;
  }
}
@media screen and (min-width: 1280px) {
  .msg__main {
    width: 665px;
    margin: 0;
    gap: 16px;
  }
}
.msg__texts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}
@media screen and (min-width: 1280px) {
  .msg__texts {
    gap: 16px;
  }
}
.msg__head {
  font-size: 18px;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .msg__head {
    font-size: 20px;
  }
}
.msg__end {
  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: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.msg__end--status {
  font-weight: 700;
}
.msg__end--name {
  font-weight: 700;
  font-size: 18px;
}
@media screen and (min-width: 768px) {
  .msg__end--name {
    font-size: 20px;
  }
}
@media screen and (min-width: 1280px) {
  .msg__end--name {
    font-size: 24px;
  }
}

.philosophy {
  margin-top: 60px;
}
@media screen and (min-width: 768px) {
  .philosophy {
    margin-top: 100px;
  }
}
@media screen and (min-width: 1280px) {
  .philosophy {
    margin-top: 188px;
  }
}
.philosophy__inner {
  margin-inline: 0;
}
.philosophy__title2 {
  display: none;
}
@media screen and (min-width: 1280px) {
  .philosophy__title2 {
    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: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.philosophy__card {
  margin-top: 24px;
}
@media screen and (min-width: 1280px) {
  .philosophy__card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 1160px;
    margin: auto;
  }
}
.philosophy__img {
  position: relative;
}
@media screen and (min-width: 768px) {
  .philosophy__img {
    max-width: 952px;
    margin: auto;
  }
}
@media screen and (min-width: 1280px) {
  .philosophy__img {
    margin: 0;
  }
}
.philosophy__img--bg {
  position: relative;
}
@media screen and (min-width: 768px) {
  .philosophy__img--bg {
    max-width: 952px;
    margin: auto;
  }
}
@media screen and (min-width: 1280px) {
  .philosophy__img--bg {
    width: 680px;
    height: 452px;
    background-color: #1C1E97;
  }
}
@media screen and (min-width: 1280px) {
  .philosophy__img--bg::after {
    content: "";
    width: 680px;
    height: 452px;
    background: url(../img/philosophy.webp) no-repeat top left/contain;
    position: absolute;
    opacity: 0.2;
    left: 0;
    top: 0;
  }
}
.philosophy__img--bg img {
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  width: 100%;
}
@media screen and (min-width: 1280px) {
  .philosophy__img--bg img {
    position: absolute;
    width: 680px;
    height: 452px;
    bottom: 48px;
    left: 60px;
    z-index: 10;
  }
}
.philosophy__img--bg img {
  width: 100%;
}
.philosophy__text {
  margin-top: 16px;
  text-align: center;
}
@media screen and (min-width: 1280px) {
  .philosophy__text {
    text-align: start;
  }
}

.policy {
  margin-top: 60px;
}
@media screen and (min-width: 768px) {
  .policy {
    margin-top: 100px;
  }
}
@media screen and (min-width: 1280px) {
  .policy {
    margin-top: 188px;
  }
}
@media screen and (min-width: 1280px) {
  .policy__card {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media screen and (min-width: 1280px) {
  .policy__img--bg::after {
    background: url(../img/policy.webp) no-repeat top left/contain;
  }
}
@media screen and (min-width: 1280px) {
  .policy__img--bg img {
    left: -60px;
  }
}
.policy__head {
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  margin-top: 16px;
}
@media screen and (min-width: 1280px) {
  .policy__head {
    text-align: right;
  }
}
.policy__text {
  text-align: center;
  margin-top: 8px;
}
@media screen and (min-width: 1280px) {
  .policy__text {
    text-align: right;
  }
}
@media screen and (min-width: 1280px) {
  .policy__text:nth-of-type(1) {
    margin-top: 16px;
  }
}
.policy__text--blue {
  font-weight: 700;
  color: #1C1E97;
}
@media screen and (min-width: 1280px) {
  .policy__title {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}

.company-info {
  margin-top: 60px;
  padding-block: 60px;
  background: url(../img/cominfo-bg.webp) no-repeat top left/cover;
  position: relative;
}
@media screen and (min-width: 768px) {
  .company-info {
    margin-top: 100px;
    padding-block: 100px;
  }
}
@media screen and (min-width: 1280px) {
  .company-info {
    margin-top: 140px;
    padding-block: 140px;
  }
}
.company-info__container {
  position: relative;
  z-index: 10;
}
.company-info__wrapper {
  background-color: #fff;
  border-radius: 10px;
  margin: auto;
  margin-top: 24px;
}
@media screen and (min-width: 768px) {
  .company-info__wrapper {
    max-width: 952px;
  }
}
@media screen and (min-width: 1280px) {
  .company-info__wrapper {
    min-width: 1160px;
  }
}
.company-info__main {
  padding: 8px 20px 24px;
}
@media screen and (min-width: 768px) {
  .company-info__main {
    padding: 40px;
  }
}
.company-info__details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  margin-top: 16px;
}
@media screen and (min-width: 1280px) {
  .company-info__details {
    gap: 24px;
  }
}
.company-info__detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 29px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 16px;
  border-bottom: 1px solid #D9D9D9;
}
@media screen and (min-width: 1280px) {
  .company-info__detail {
    padding-bottom: 24px;
  }
}
.company-info__detail:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
.company-info__detail--head {
  font-weight: 700;
  width: 20vw;
}
@media screen and (min-width: 1280px) {
  .company-info__detail--head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.company-info__detail--time {
  font-size: 12px;
  font-weight: 700;
}
.company-info__detail--text {
  max-width: 48vw;
  word-break: break-all;
}

.dott-sp {
  display: none;
}
@media screen and (min-width: 1280px) {
  .dott-sp {
    display: block;
  }
}

.article {
  margin-top: 40px;
  margin-bottom: 60px;
}
@media screen and (min-width: 768px) {
  .article {
    margin-top: 80px;
    margin-bottom: 100px;
  }
}
@media screen and (min-width: 1280px) {
  .article {
    margin-top: 120px;
    margin-bottom: 140px;
  }
}
@media screen and (min-width: 768px) {
  .article__inner {
    max-width: 550px;
    margin-inline: auto;
  }
}
@media screen and (min-width: 1280px) {
  .article__inner {
    max-width: 750px;
  }
}
.article__title {
  font-size: 18px;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .article__title {
    max-width: 952px;
    margin: auto;
    font-size: 24px;
  }
}
@media screen and (min-width: 1280px) {
  .article__title {
    max-width: 1160px;
    font-size: 40px;
  }
}
.article__date {
  margin-top: 4px;
}
@media screen and (min-width: 768px) {
  .article__date {
    max-width: 952px;
    margin: auto;
    display: block;
  }
}
@media screen and (min-width: 1280px) {
  .article__date {
    max-width: 1160px;
    margin-top: 8px;
  }
}
.article__pic {
  margin-top: 24px;
}
@media screen and (min-width: 768px) {
  .article__pic {
    max-width: 952px;
    margin: auto;
    margin-top: 24px;
  }
}
@media screen and (min-width: 1280px) {
  .article__pic {
    max-width: 1160px;
    margin-top: 40px;
  }
}
.article__pic img {
  width: 100%;
}
.article__wrapper {
  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: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (min-width: 768px) {
  .article__wrapper {
    max-width: 550px;
    margin-inline: auto;
  }
}
@media screen and (min-width: 1280px) {
  .article__wrapper {
    max-width: 770px;
  }
}
.article__main {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .article__main {
    max-width: 952px;
    margin: auto;
  }
}
@media screen and (min-width: 1280px) {
  .article__main {
    max-width: 1160px;
  }
}
.article__part--pic {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .article__part--pic {
    max-width: 550px;
  }
}
@media screen and (min-width: 1280px) {
  .article__part--pic {
    max-width: 750px;
  }
}
.article__img, .article__video {
  width: 100%;
  height: 100%;
  margin-top: 24px;
}
.article__img img,
.article__img iframe, .article__video img,
.article__video iframe {
  width: 100%;
}
.article__video {
  height: 20vh;
}
@media screen and (min-width: 1280px) {
  .article__video {
    height: 30vh;
  }
}
.article__video iframe {
  height: 100%;
  margin-top: 0 !important;
}
.article__subtitle {
  font-size: 16px;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .article__subtitle {
    font-size: 18px;
  }
}
@media screen and (min-width: 1280px) {
  .article__subtitle {
    font-size: 20px;
  }
}
.article__text {
  margin-top: 8px;
}
@media screen and (min-width: 1280px) {
  .article__text {
    margin-top: 16px;
  }
}
.article__top-button {
  font-weight: 700;
  color: #fff;
  background-color: #1C1E97;
  border-radius: 50px;
  padding: 13px 24px;
  display: block;
  width: 174px;
  margin: auto;
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .article__top-button {
    margin-top: 60px;
  }
}
@media screen and (min-width: 1280px) {
  .article__top-button {
    margin-top: 80px;
    padding: 20px 30px;
    width: 213px;
    letter-spacing: 0.8px;
  }
}

.wp-pagenavi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .wp-pagenavi {
    margin-top: 60px;
    gap: 16px;
  }
}
@media screen and (min-width: 1280px) {
  .wp-pagenavi {
    margin-top: 80px;
  }
}

.current,
.page,
.nextpostslink,
.previouspostslink {
  font-size: 16px;
  font-weight: 700;
  color: #1C1E97;
  border-radius: 5px;
  padding: 10px 17px !important;
  background-color: #fff;
  border: 1px solid #d9d9d9;
}
@media screen and (min-width: 768px) {
  .current,
  .page,
  .nextpostslink,
  .previouspostslink {
    padding: 16px 24px !important;
  }
}
@media screen and (min-width: 1280px) {
  .current,
  .page,
  .nextpostslink,
  .previouspostslink {
    padding: 24px 30px !important;
  }
}

.current {
  color: #fff;
  background-color: #1C1E97;
  border: none;
}

.archive {
  width: 100%;
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .archive {
    margin-top: 80px;
    margin-inline: auto;
  }
}
@media screen and (min-width: 1280px) {
  .archive {
    margin-top: 0;
    min-width: 52%;
  }
}
@media screen and (min-width: 1280px) {
  .archive__inner {
    margin-inline: 0;
  }
}
.archive__title {
  font-size: 18px;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .archive__title {
    max-width: 952px;
    margin-inline: auto;
    font-size: 20px;
  }
}
@media screen and (min-width: 1280px) {
  .archive__title {
    font-size: 40px;
    max-width: 1160px;
  }
}
.archive__wrapper {
  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;
}
.archive__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: 24px;
  margin-top: 24px;
  width: 100%;
}
@media screen and (min-width: 1280px) {
  .archive__cards {
    gap: 32px;
    margin-top: 40px;
  }
}
.archive__card {
  background-color: #fff;
  border-radius: 5px;
  -webkit-box-shadow: 3px 3px 12px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 3px 3px 12px 0px rgba(0, 0, 0, 0.1);
  width: 100%;
  display: block;
}
@media screen and (min-width: 768px) {
  .archive__card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 952px;
    margin-inline: auto;
  }
}
@media screen and (min-width: 1280px) {
  .archive__card {
    max-width: 750px;
    margin-inline: 0;
    min-height: 160px;
    border-radius: 10px;
  }
}
.archive__pic {
  width: 100%;
  height: 57vw;
}
@media screen and (min-width: 768px) {
  .archive__pic {
    width: 32vw;
    height: 17vw;
  }
}
@media screen and (min-width: 1280px) {
  .archive__pic {
    width: 16vw;
    height: 13vw;
  }
}
.archive__pic img {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .archive__pic img {
    border-top-right-radius: 0;
    border-bottom-left-radius: 5px;
  }
}
@media screen and (min-width: 1280px) {
  .archive__pic img {
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
  }
}
.archive__main {
  padding: 0 16px 16px 16px;
}
@media screen and (min-width: 768px) {
  .archive__main {
    padding: 24px;
  }
}
.archive__head {
  padding-top: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
@media screen and (min-width: 768px) {
  .archive__head {
    padding-top: 0;
    gap: 16px;
  }
}
@media screen and (min-width: 1280px) {
  .archive__head {
    gap: 24px;
  }
}
.archive__head--date {
  font-size: 12px;
  line-height: normal;
}
@media screen and (min-width: 768px) {
  .archive__head--date {
    font-size: 14px;
  }
}
@media screen and (min-width: 1280px) {
  .archive__head--date {
    font-size: 18px;
  }
}
.archive__head--tag {
  font-size: 8px;
  padding: 3px 9px;
  background-color: #F6F46D;
  border-radius: 5px;
  font-weight: 700;
  color: #1C1E97;
}
@media screen and (min-width: 768px) {
  .archive__head--tag {
    padding: 5px 12px 4px;
    font-size: 10px;
  }
}
@media screen and (min-width: 1280px) {
  .archive__head--tag {
    font-size: 12px;
    padding: 3px 15px;
  }
}
@media screen and (min-width: 1280px) {
  .archive__texts {
    width: 395px;
  }
}
.archive__article-title {
  font-weight: 700;
  margin-top: 8px;
}
@media screen and (min-width: 768px) {
  .archive__article-title {
    margin-top: 16px;
    font-size: 16px;
  }
}
@media screen and (min-width: 1280px) {
  .archive__article-title {
    font-size: 20px;
  }
}
.archive__text {
  margin-top: 4px;
}
@media screen and (min-width: 768px) {
  .archive__text {
    margin-top: 8px;
  }
}

.archive-category {
  background-color: #fff;
  border-radius: 5px;
  padding: 0 16px 0 16px;
  margin-block: 60px;
}
@media screen and (min-width: 768px) {
  .archive-category {
    max-width: 952px;
    margin-inline: auto;
    margin-block: 100px;
    padding: 0 24px 0 24px;
    border-radius: 10px;
  }
}
@media screen and (min-width: 1280px) {
  .archive-category {
    max-width: 350px;
    margin-inline: 0;
    min-width: 350px;
    max-height: 1103px;
  }
}
.archive-category__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.archive-category__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-block: 16px;
  border-bottom: 1px solid #D9D9D9;
}
@media screen and (min-width: 768px) {
  .archive-category__list {
    font-size: 16px;
    padding-block: 24px;
  }
}
.archive-category__list:last-child {
  border-bottom: none;
}
.archive-category__list:hover .archive-category__mark img {
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
}
.archive-category__name {
  font-weight: 700;
}
.archive-category__mark {
  width: 30px;
  height: 30px;
}
.archive-category__mark img {
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

@media screen and (min-width: 1280px) {
  .page__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 1160px;
    margin: auto;
    margin-top: 120px;
    gap: 60px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 140px;
  }
}

@media screen and (min-width: 1280px) {
  .category__inner {
    margin-inline: 0;
  }
}

.stores {
  margin-block: 40px 60px;
}
@media screen and (min-width: 768px) {
  .stores {
    margin-block: 80px 100px;
  }
}
@media screen and (min-width: 1280px) {
  .stores {
    margin-block: 120px 140px;
  }
}
@media screen and (min-width: 768px) {
  .stores__container {
    max-width: 688px;
    margin: auto;
  }
}
@media screen and (min-width: 1280px) {
  .stores__container {
    max-width: 1160px;
  }
}
.stores__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
  margin-top: 24px;
}
@media screen and (min-width: 768px) {
  .stores__wrapper {
    margin-top: 32px;
    gap: 60px;
  }
}
@media screen and (min-width: 1280px) {
  .stores__wrapper {
    margin-top: 40px;
    gap: 80px;
  }
}
.stores__subtitle {
  font-size: 16px;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .stores__subtitle {
    font-size: 24px;
  }
}
@media screen and (min-width: 1280px) {
  .stores__subtitle {
    font-size: 32px;
  }
}
.stores__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: 24px;
  margin-top: 16px;
}
@media screen and (min-width: 768px) {
  .stores__cards {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 688px;
  }
}
@media screen and (min-width: 1280px) {
  .stores__cards {
    width: 1160px;
    gap: 48px 32px;
    -webkit-box-pack: normal;
        -ms-flex-pack: normal;
            justify-content: normal;
  }
}
.stores__card {
  background-color: #fff;
  border-radius: 5px;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .stores__card {
    max-width: 332px;
  }
}
@media screen and (min-width: 1280px) {
  .stores__card {
    min-width: 365px;
    cursor: pointer;
  }
}
.stores__card:hover .stores__arrow {
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
}
.stores__card--pic img {
  width: 100%;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
@media screen and (min-width: 768px) {
  .stores__card--pic img {
    max-width: 332px;
  }
}
@media screen and (min-width: 1280px) {
  .stores__card--pic img {
    min-width: 365px;
    min-height: 242.96px;
  }
}
.stores__head {
  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;
  margin: 8px 16px;
}
@media screen and (min-width: 768px) {
  .stores__head {
    margin-block: 10px;
  }
}
.stores__name {
  font-size: 16px;
  font-weight: 700;
}
.stores__arrow {
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.stores__arrow img {
  width: 30px;
  height: 30px;
}

.about-gym {
  margin-block: 60px;
}
@media screen and (min-width: 768px) {
  .about-gym {
    margin-block: 100px;
  }
}
@media screen and (min-width: 1280px) {
  .about-gym {
    margin-block: 140px;
  }
}
@media screen and (min-width: 768px) {
  .about-gym__inner {
    margin-inline: 40px;
  }
}
@media screen and (min-width: 1280px) {
  .about-gym__inner {
    margin-inline: 0;
  }
}
.about-gym__wrapper {
  margin-top: 24px;
}
@media screen and (min-width: 768px) {
  .about-gym__wrapper {
    max-width: 952px;
    margin-inline: auto;
  }
}
@media screen and (min-width: 1280px) {
  .about-gym__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: 1160px;
    margin-top: 88px;
  }
}
.about-gym__img {
  position: relative;
}
.about-gym__img--bg {
  position: relative;
}
@media screen and (min-width: 1280px) {
  .about-gym__img--bg {
    width: 680px;
    height: 452px;
    background-color: #1C1E97;
  }
}
@media screen and (min-width: 1280px) {
  .about-gym__img--bg::after {
    content: "";
    width: 680px;
    height: 452px;
    background: url(../img/shop_icon_genki.webp) no-repeat top left/contain;
    position: absolute;
    opacity: 0.2;
    left: 0;
    top: 0;
  }
}
.about-gym__img--bg img {
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  width: 100%;
}
@media screen and (min-width: 1280px) {
  .about-gym__img--bg img {
    position: absolute;
    width: 680px;
    height: 452px;
    bottom: 48px;
    left: 60px;
    z-index: 10;
  }
}
.about-gym__text {
  margin: 16px 20px 0 20px;
}
@media screen and (min-width: 768px) {
  .about-gym__text {
    margin: 16px 0px 0 0px;
    max-width: 952px;
  }
}
@media screen and (min-width: 1280px) {
  .about-gym__text {
    max-width: 432px;
  }
}

.reasons {
  margin-bottom: 183px;
}
.reasons__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
@media screen and (min-width: 768px) {
  .reasons__container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: 952px;
    margin: auto;
  }
}
@media screen and (min-width: 1280px) {
  .reasons__container {
    max-width: 1160px;
  }
}
.reasons__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
@media screen and (min-width: 768px) {
  .reasons__wrapper {
    max-width: 648px;
  }
}
@media screen and (min-width: 1280px) {
  .reasons__wrapper {
    max-width: 488px;
  }
}
.reasons__head {
  font-size: 24px;
  font-weight: 700;
}
@media screen and (min-width: 1280px) {
  .reasons__head {
    font-size: 32px;
  }
}
.reasons__head--red {
  color: #ce1c1f;
}
.reasons__head--sub {
  font-size: 14px;
  font-weight: 700;
  margin-left: 38px;
  display: block;
}
@media screen and (min-width: 1280px) {
  .reasons__head--sub {
    font-size: 20px;
    margin-left: 83px;
  }
}
.reasons__examples {
  position: relative;
}
@media screen and (min-width: 768px) {
  .reasons__examples {
    max-width: 280px;
  }
}
@media screen and (min-width: 1280px) {
  .reasons__examples {
    max-width: 438px;
  }
}
.reasons__examples img {
  width: 100%;
}
.reasons__person {
  position: absolute;
  width: 157px;
  bottom: -123px;
  right: -25px;
}
@media screen and (min-width: 768px) {
  .reasons__person {
    bottom: -148px;
    right: -60px;
  }
}
@media screen and (min-width: 1280px) {
  .reasons__person {
    width: 312px;
    bottom: -53px;
    right: -212px;
  }
}

.equ {
  margin-bottom: 60px;
}
@media screen and (min-width: 768px) {
  .equ {
    margin-bottom: 100px;
  }
}
@media screen and (min-width: 1280px) {
  .equ {
    margin-bottom: 140px;
  }
}
@media screen and (min-width: 768px) {
  .equ__container {
    max-width: 952px;
    margin: auto;
  }
}
@media screen and (min-width: 1280px) {
  .equ__container {
    max-width: 1160px;
  }
}
.equ__wrapper {
  margin-top: 24px;
}
@media screen and (min-width: 1280px) {
  .equ__text {
    text-align: center;
  }
}
.equ__swiper {
  width: 100%;
  margin-top: 24px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
@media screen and (min-width: 1280px) {
  .equ__swiper {
    display: none !important;
  }
}
.equ__swiper-slide {
  background-color: #fff;
}
.equ__swiper-slide--pic img {
  width: 100%;
}
.equ__swiper-slide--main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
  margin: 16px;
}
.equ__swiper-slide--head {
  font-size: 16px;
  font-weight: 700;
}
.equ__swiper-slide--text {
  min-height: 48px;
}
.equ__swiper-button-prev, .equ__swiper-button-next {
  width: 40px;
  height: 40px;
  margin-top: -38px;
}
@media screen and (min-width: 768px) {
  .equ__swiper-button-prev, .equ__swiper-button-next {
    width: 50px;
    height: 50px;
    margin-top: -60px;
  }
}
.equ__swiper-button-prev::after, .equ__swiper-button-next::after {
  display: none;
}
.equ__swiper-button-prev {
  left: 0;
  background: url(../img/arrow-left.webp) no-repeat center center/contain;
}
.equ__swiper-button-next {
  right: 0;
  background: url(../img/arrow-right.webp) no-repeat center center/contain;
}

.equ-pc {
  display: none;
}
@media screen and (min-width: 1280px) {
  .equ-pc {
    display: block;
  }
}

@media screen and (min-width: 1280px) {
  .equ__cards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 48px 32px;
    margin-top: 56px;
  }
}

.equ__card {
  display: none;
}
@media screen and (min-width: 1280px) {
  .equ__card {
    display: block;
    width: 365px;
    height: 357px;
    background-color: #fff;
    border-radius: 10px;
    -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
            box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  }
}
.equ__card--pic img {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
@media screen and (min-width: 1280px) {
  .equ__card--main {
    margin: 16px;
  }
}
@media screen and (min-width: 1280px) {
  .equ__card--head {
    font-size: 18px;
    font-weight: 700;
  }
}
@media screen and (min-width: 1280px) {
  .equ__card--text {
    margin-top: 8px;
    max-height: 48px;
  }
}

.other-service__swiper-slide--text {
  min-height: 72px;
}

@media screen and (min-width: 1280px) {
  .other-service__card {
    height: 381px;
  }
}

.program {
  margin-block: 60px;
}
@media screen and (min-width: 768px) {
  .program {
    margin-block: 100px;
  }
}
@media screen and (min-width: 1280px) {
  .program {
    margin-block: 140px;
  }
}
.program__wrapper {
  margin-top: 24px;
}
@media screen and (min-width: 768px) {
  .program__wrapper {
    padding-inline: 40px;
  }
}
.program__text {
  margin-inline: 20px;
}
@media screen and (min-width: 768px) {
  .program__text {
    text-align: center;
    margin-inline: auto;
    max-width: 952px;
  }
}
@media screen and (min-width: 1280px) {
  .program__text {
    max-width: 1160px;
  }
}

.program-swiper {
  overflow: hidden;
  margin-top: 24px;
}
@media screen and (min-width: 768px) {
  .program-swiper {
    margin-top: 90px;
    margin-top: 30px;
  }
}
@media screen and (min-width: 1280px) {
  .program-swiper {
    margin-top: 120px;
    margin-top: 56px;
  }
}
.program-swiper__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-animation: loop-slide 30s infinite linear 1s both;
          animation: loop-slide 30s infinite linear 1s both;
}
@media screen and (min-width: 1280px) {
  .program-swiper__wrapper {
    gap: 32px;
  }
}
@-webkit-keyframes loop-slide {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@keyframes loop-slide {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
.program-swiper-slide img {
  max-width: 150px;
  width: 150px;
  height: 150px;
  border-radius: 5px;
}
@media screen and (min-width: 768px) {
  .program-swiper-slide img {
    max-width: 180px;
    width: 180px;
    height: 180px;
  }
}
@media screen and (min-width: 1280px) {
  .program-swiper-slide img {
    max-width: 280px;
    width: 280px;
    height: 280px;
    border-radius: 10px;
  }
}

.program-br {
  display: none;
}
@media screen and (min-width: 768px) {
  .program-br {
    display: block;
  }
}

.schedule__pic {
  margin-top: 24px;
}
@media screen and (min-width: 768px) {
  .schedule__pic {
    max-width: 952px;
    margin-inline: auto;
  }
}
@media screen and (min-width: 1280px) {
  .schedule__pic {
    margin-top: 40px;
    max-width: 1160px;
  }
}
.schedule__pic img {
  width: 100%;
}

.gallery,
.gym-map {
  margin-block: 60px;
}
@media screen and (min-width: 768px) {
  .gallery,
  .gym-map {
    margin-block: 100px;
  }
}
@media screen and (min-width: 1280px) {
  .gallery,
  .gym-map {
    margin-block: 140px;
  }
}
.gallery__insert,
.gym-map__insert {
  width: 100%;
  height: 55vw;
  margin-top: 24px;
}
@media screen and (min-width: 768px) {
  .gallery__insert,
  .gym-map__insert {
    max-width: 952px;
    margin-inline: auto;
  }
}
@media screen and (min-width: 1280px) {
  .gallery__insert,
  .gym-map__insert {
    margin-top: 40px;
    max-width: 1160px;
    max-height: 713px;
  }
}
.gallery__insert iframe,
.gym-map__insert iframe {
  width: 100%;
  height: 100%;
}

.apply__wrapper {
  margin-top: 64px;
}
@media screen and (min-width: 768px) {
  .apply__wrapper {
    max-width: 952px;
    margin-inline: auto;
    margin-top: 88px;
  }
}
@media screen and (min-width: 1280px) {
  .apply__wrapper {
    max-width: 1160px;
    margin-top: 136px;
  }
}
.apply__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: 64px;
}
@media screen and (min-width: 768px) {
  .apply__cards {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 80px 24px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (min-width: 1280px) {
  .apply__cards {
    gap: 138px 32px;
  }
}
.apply__card {
  border: 4px solid #1c1e97;
  border-radius: 5px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .apply__card {
    width: 48%;
  }
}
@media screen and (min-width: 1280px) {
  .apply__card {
    border-radius: 10px;
    width: 564px;
    height: 659px;
  }
}
@media screen and (min-width: 768px) {
  .apply__card:nth-of-type(1) .apply__pic {
    margin-top: 100px;
    height: 26.5vw;
    max-height: 309px;
  }
}
@media screen and (min-width: 1280px) {
  .apply__card:nth-of-type(1) .apply__pic {
    margin-top: 124px;
    max-height: 281px;
  }
}
@media screen and (min-width: 1280px) {
  .apply__card:nth-of-type(3) .apply__pic, .apply__card:nth-of-type(4) .apply__pic {
    margin-top: 90px;
  }
}
.apply__card--circle {
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  left: 50%;
  top: -44px;
  width: 80px;
  height: 80px;
  background-color: #1C1E97;
  border-radius: 80px;
  text-align: center;
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 768px) {
  .apply__card--circle {
    width: 120px;
    height: 120px;
    border-radius: 120px;
    gap: 8px;
    top: -61px;
  }
}
@media screen and (min-width: 1280px) {
  .apply__card--circle {
    width: 179px;
    height: 179px;
    border-radius: 179px;
    gap: 24px;
    top: -90px;
  }
}
.apply__card--step {
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  line-height: normal;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .apply__card--step {
    font-size: 24px;
  }
}
@media screen and (min-width: 1280px) {
  .apply__card--step {
    font-size: 32px;
    line-height: 1;
    margin-top: -19px;
  }
}
.apply__card--num {
  font-family: "Montserrat", sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: 1.6px;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .apply__card--num {
    font-size: 48px;
  }
}
@media screen and (min-width: 1280px) {
  .apply__card--num {
    font-size: 72px;
    letter-spacing: 3.6px;
  }
}
.apply__pic {
  width: 89%;
  margin-inline: auto;
  margin-top: 48px;
}
@media screen and (min-width: 768px) {
  .apply__pic {
    height: 33vw;
    max-height: 360px;
  }
}
@media screen and (min-width: 1280px) {
  .apply__pic {
    width: 370px;
    height: 352px;
    margin-top: 53px;
  }
}
.apply__pic img {
  width: 100%;
}
.apply__main {
  padding: 4px 20px 24px;
}
@media screen and (min-width: 768px) {
  .apply__main {
    padding: 16px 20px 24px;
  }
}
.apply__head {
  font-size: 16px;
  font-weight: 700;
  margin-top: 4px;
}
@media screen and (min-width: 768px) {
  .apply__head {
    margin-top: 8px;
  }
}
@media screen and (min-width: 1280px) {
  .apply__head {
    font-size: 20px;
  }
}
.apply__text {
  margin-top: 4px;
}
@media screen and (min-width: 768px) {
  .apply__text {
    margin-top: 8px;
  }
}
@media screen and (min-width: 1280px) {
  .apply__text {
    margin-top: 16px;
  }
}

.gym-info {
  margin-top: 60px;
  padding-block: 60px;
  background-color: #999;
  position: relative;
}
@media screen and (min-width: 768px) {
  .gym-info {
    margin-top: 100px;
    padding-block: 100px;
  }
}
@media screen and (min-width: 1280px) {
  .gym-info {
    margin-top: 140px;
    padding-block: 140px;
  }
}
.gym-info::after {
  content: "";
  width: 100%;
  height: 100%;
  background: url(../img/bilboard_007.webp) no-repeat top right/cover;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.2;
}
.gym-info__container {
  position: relative;
  z-index: 10;
}
.gym-info__wrapper {
  background-color: #fff;
  border-radius: 10px;
  margin: auto;
  margin-top: 24px;
}
@media screen and (min-width: 768px) {
  .gym-info__wrapper {
    max-width: 952px;
  }
}
@media screen and (min-width: 1280px) {
  .gym-info__wrapper {
    min-width: 1160px;
  }
}
.gym-info__main {
  padding: 8px 20px 24px;
}
@media screen and (min-width: 768px) {
  .gym-info__main {
    padding: 40px;
  }
}
.gym-info__details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  margin-top: 16px;
}
@media screen and (min-width: 1280px) {
  .gym-info__details {
    gap: 24px;
  }
}
.gym-info__detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 29px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 16px;
  border-bottom: 1px solid #D9D9D9;
}
@media screen and (min-width: 1280px) {
  .gym-info__detail {
    padding-bottom: 24px;
  }
}
.gym-info__detail:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
.gym-info__detail--head {
  font-weight: 700;
  width: 31vw;
}
@media screen and (min-width: 1280px) {
  .gym-info__detail--head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.gym-info__detail--time {
  font-size: 12px;
  font-weight: 700;
}
.gym-info__detail--text {
  max-width: 45vw;
  word-break: break-all;
}

.csr-policy {
  margin-block: 60px;
}
@media screen and (min-width: 768px) {
  .csr-policy {
    margin-block: 100px;
  }
}
@media screen and (min-width: 1280px) {
  .csr-policy {
    margin-block: 188px;
    max-width: 1160px;
    margin-inline: auto;
  }
}
@media screen and (min-width: 768px) {
  .csr-policy__inner {
    margin-inline: 40px;
  }
}
@media screen and (min-width: 1280px) {
  .csr-policy__inner {
    margin-inline: 0;
  }
}
@media screen and (min-width: 1280px) {
  .csr-policy__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-inline: auto;
  }
}
.csr-policy__pic {
  position: relative;
}
@media screen and (min-width: 768px) {
  .csr-policy__pic {
    max-width: 952px;
    margin: auto;
  }
}
@media screen and (min-width: 1280px) {
  .csr-policy__pic {
    margin-inline: 0;
  }
}
.csr-policy__pic--bg {
  position: relative;
}
@media screen and (min-width: 1280px) {
  .csr-policy__pic--bg {
    width: 680px;
    height: 452px;
    background-color: #1C1E97;
  }
}
@media screen and (min-width: 1280px) {
  .csr-policy__pic--bg::after {
    content: "";
    width: 680px;
    height: 452px;
    background: url(../img/ymgtsc_christmas.webp) no-repeat top left/contain;
    position: absolute;
    opacity: 0.2;
    left: 0;
    top: 0;
  }
}
.csr-policy__pic--bg img {
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  width: 100%;
}
@media screen and (min-width: 1280px) {
  .csr-policy__pic--bg img {
    position: absolute;
    width: 680px;
    height: 452px;
    bottom: 48px;
    left: -60px;
    z-index: 10;
  }
}
.csr-policy__text {
  margin: 16px 20px 0 20px;
}
@media screen and (min-width: 768px) {
  .csr-policy__text {
    max-width: 952px;
    margin-inline: auto;
  }
}
@media screen and (min-width: 1280px) {
  .csr-policy__text {
    max-width: 441px;
    margin-top: 0;
    margin-inline: 0;
  }
}

@media screen and (min-width: 1280px) {
  .nikoniko {
    max-width: 1160px;
    margin: auto;
  }
}
.nikoniko__wrapper {
  margin-top: 24px;
}
@media screen and (min-width: 768px) {
  .nikoniko__wrapper {
    max-width: 952px;
    margin-inline: auto;
  }
}
@media screen and (min-width: 1280px) {
  .nikoniko__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-inline: 0;
    max-width: 1160px;
    margin-top: 40px;
  }
}
.nikoniko__text {
  margin-inline: 20px;
}
@media screen and (min-width: 768px) {
  .nikoniko__text {
    margin-inline: 40px;
  }
}
@media screen and (min-width: 1280px) {
  .nikoniko__text {
    width: 441px;
    margin-inline: 0;
    margin-top: -74px;
  }
}
.nikoniko__pic {
  margin-top: 16px;
}
@media screen and (min-width: 1280px) {
  .nikoniko__pic {
    margin-top: 0;
  }
}
.nikoniko__pic img {
  width: 100%;
}
@media screen and (min-width: 1280px) {
  .nikoniko__pic img {
    width: 680px;
  }
}

.major-activities {
  margin-top: 60px;
  padding-block: 60px;
  background-color: #999;
  position: relative;
}
@media screen and (min-width: 768px) {
  .major-activities {
    margin-top: 100px;
    padding-block: 100px;
  }
}
@media screen and (min-width: 1280px) {
  .major-activities {
    margin-top: 140px;
    padding-block: 140px;
  }
}
.major-activities::after {
  content: "";
  width: 100%;
  height: 100%;
  background: url(../img/vol2.webp) no-repeat top left/cover;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.2;
}
.major-activities__inner {
  margin-inline: 20px;
}
@media screen and (min-width: 768px) {
  .major-activities__inner {
    margin-inline: 40px 0;
  }
}
@media screen and (min-width: 1280px) {
  .major-activities__inner {
    margin-inline: 60px 0;
  }
}
@media screen and (min-width: 768px) {
  .major-activities__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 40px;
  }
}
.major-activities__title {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .major-activities__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
}
@media screen and (min-width: 768px) {
  .major-activities__title--en {
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
  }
}
@media screen and (min-width: 768px) {
  .major-activities__title--jp {
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    letter-spacing: 3px;
  }
}
@media screen and (min-width: 1280px) {
  .major-activities__title--jp {
    margin-top: 40px;
  }
}
.major-activities__swiper {
  width: 100%;
  height: 121vw;
  margin-top: 24px;
  max-height: 642px;
}
@media screen and (min-width: 768px) {
  .major-activities__swiper {
    min-width: 75%;
    margin-top: 0;
    height: 121vw;
    max-height: 700px;
  }
}
.major-activities__slide {
  width: 100%;
  background-color: #fff;
  border-radius: 5px;
}
@media screen and (min-width: 1280px) {
  .major-activities__slide {
    border-radius: 10px;
  }
}
.major-activities__slide--pic img {
  width: 100%;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
@media screen and (min-width: 1280px) {
  .major-activities__slide--pic img {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }
}
.major-activities__slide--main {
  padding: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
.major-activities__slide--head {
  font-weight: 700;
  font-size: 16px;
}
@media screen and (min-width: 1280px) {
  .major-activities__slide--head {
    font-size: 18px;
  }
}
.major-activities__slide--results {
  margin-top: 4px;
}
.major-activities__swiper-button-prev, .major-activities__swiper-button-next {
  width: 40px !important;
  height: 40px !important;
  margin-top: -38px !important;
}
@media screen and (min-width: 768px) {
  .major-activities__swiper-button-prev, .major-activities__swiper-button-next {
    width: 50px !important;
    height: 50px !important;
    margin-top: -125px !important;
  }
}
@media screen and (min-width: 1280px) {
  .major-activities__swiper-button-prev, .major-activities__swiper-button-next {
    margin-top: -122px !important;
  }
}
.major-activities__swiper-button-prev::after, .major-activities__swiper-button-next::after {
  display: none;
}
.major-activities__swiper-button-prev {
  left: 0;
  background: url(../img/arrow-left.webp) no-repeat center center/contain;
}
.major-activities__swiper-button-next {
  right: 0;
  background: url(../img/arrow-right.webp) no-repeat center center/contain;
}
@media screen and (min-width: 768px) {
  .major-activities__swiper-button-next {
    right: 56px;
  }
}
.major-activities__button {
  position: relative;
  z-index: 1;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 24px;
}
@media screen and (min-width: 768px) {
  .major-activities__button {
    margin-top: 40px;
    margin-right: 40px;
  }
}
@media screen and (min-width: 1280px) {
  .major-activities__button {
    margin-top: 56px;
    margin-right: 60px;
  }
}
.major-activities__button--text {
  color: #fff;
}

.csr {
  margin-block: 60px 48px;
}
@media screen and (min-width: 768px) {
  .csr {
    margin-block: 100px 60px;
  }
}
@media screen and (min-width: 1280px) {
  .csr {
    margin-block: 140px 80px;
  }
}
.csr__wrapper {
  margin-top: 24px;
}
.csr__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: 24px;
}
@media screen and (min-width: 768px) {
  .csr__cards {
    gap: 32px;
  }
}
@media screen and (min-width: 1280px) {
  .csr__cards {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 48px 32px;
    max-width: 1160px;
    margin-inline: auto;
  }
}
.csr__card {
  position: relative;
  cursor: pointer;
  background-color: #fff;
  border-radius: 5px;
  -webkit-box-shadow: 3px 3px 12px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 3px 3px 12px 0px rgba(0, 0, 0, 0.25);
}
@media screen and (min-width: 768px) {
  .csr__card {
    max-width: 952px;
    width: 100%;
    margin-inline: auto;
  }
}
@media screen and (min-width: 1280px) {
  .csr__card {
    width: 365px;
    height: 275px;
    max-width: 365px;
    border-radius: 10px;
  }
  .csr__card:hover .csr__card--cover {
    background-color: black;
  }
  .csr__card:hover .csr__card--text {
    color: #fff;
  }
}
.csr__card--pic img {
  width: 100%;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
@media screen and (min-width: 1280px) {
  .csr__card--pic img {
    border-radius: 10px;
  }
}
@media screen and (min-width: 1280px) {
  .csr__card--cover {
    border-radius: 10px;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%);
            transform: translate(-50%);
    background-color: transparent;
    opacity: 0.5;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
  }
}
.csr__card--text {
  margin: 16px;
  font-weight: 700;
}
@media screen and (min-width: 1280px) {
  .csr__card--text {
    width: 260px;
    text-align: center;
    position: absolute;
    top: 39%;
    left: 46%;
    -webkit-transform: translate(-50%);
            transform: translate(-50%);
    color: transparent;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
  }
}

.co-work {
  margin-bottom: 60px;
}
@media screen and (min-width: 768px) {
  .co-work {
    margin-bottom: 100px;
  }
}
@media screen and (min-width: 1280px) {
  .co-work {
    margin-bottom: 140px;
  }
}
@media screen and (min-width: 768px) {
  .co-work__container {
    width: 100%;
    max-width: 952px;
    margin: auto;
  }
}
@media screen and (min-width: 1280px) {
  .co-work__container {
    max-width: 1160px;
  }
}
.co-work__title {
  font-size: 18px;
  font-weight: 700;
}
@media screen and (min-width: 1280px) {
  .co-work__title {
    font-size: 20px;
  }
}
.co-work__events {
  margin-top: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
}
@media screen and (min-width: 1280px) {
  .co-work__events {
    margin-top: 16px;
  }
}
.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 60;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  overflow: auto;
  overscroll-behavior-y: none;
  display: none;
}
.modal.is-open {
  display: block;
}
.modal__main {
  position: relative;
}
.modal__close {
  position: absolute;
  top: -15px;
  right: -15px;
  z-index: 1;
  cursor: pointer;
}
.modal__close img {
  width: 30px;
  height: 30px;
}
@media screen and (min-width: 768px) {
  .modal__close img {
    width: 40px;
    height: 40px;
  }
}
@media screen and (min-width: 1280px) {
  .modal__close img {
    width: 50px;
    height: 50px;
    top: -25px;
    right: -25px;
  }
}
@media screen and (min-width: 1535px) {
  .modal__contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.modal__container {
  background-color: #fff;
  width: 89.3333333333%;
  position: absolute;
  top: 10%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-radius: 5px;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .modal__container {
    width: 650px;
  }
}
@media screen and (min-width: 1280px) {
  .modal__container {
    border-radius: 10px;
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 1535px) {
  .modal__container {
    width: 80%;
  }
}
.modal__pic {
  position: relative;
}
@media screen and (min-width: 1535px) {
  .modal__pic {
    width: 50%;
  }
}
.modal__pic img {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  width: 100%;
}
@media screen and (min-width: 1535px) {
  .modal__pic img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    border-top-right-radius: 0;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
  }
}
.modal__wrapper {
  padding: 16px 16px 20px;
}
@media screen and (min-width: 768px) {
  .modal__wrapper {
    padding: 24px;
  }
}
@media screen and (min-width: 1280px) {
  .modal__wrapper {
    padding: 32px;
  }
}
@media screen and (min-width: 1535px) {
  .modal__wrapper {
    padding: 56px 32px;
    max-width: 50%;
    margin: auto;
  }
}
.modal__head {
  font-size: 16px;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .modal__head {
    font-size: 18px;
  }
}
@media screen and (min-width: 1280px) {
  .modal__head {
    font-size: 20px;
  }
}
.modal__text {
  margin-top: 8px;
}
.modal__content {
  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: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.modal__lists {
  margin-top: 24px;
  width: 100%;
}
.modal__list {
  padding-block: 16px;
  border-top: 1px solid #D9D9D9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .modal__list {
    padding-block: 24px;
  }
}
.modal__list:nth-of-type(3) {
  border-bottom: 1px solid #D9D9D9;
}
@media screen and (min-width: 1280px) {
  .modal__list--wrap {
    max-width: 625px;
  }
}
.modal__list--head {
  width: 75px;
  min-width: 75px;
  max-width: 75px;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .modal__list--head {
    width: 159px;
    max-width: 159px;
    min-width: 159px;
  }
}
.modal__list--detail {
  width: 51vw;
}
@media screen and (min-width: 1280px) {
  .modal__list--detail {
    max-width: 625px;
  }
}
.modal__list--other {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 8px;
  width: 51vw;
}
.modal__list--thick {
  font-weight: 700;
}
.modal__links {
  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: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-top: 16px;
  gap: 8px;
}
@media screen and (min-width: 1280px) {
  .modal__links {
    gap: 16px;
    margin-top: 24px;
  }
}
.modal__sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
@media screen and (min-width: 1280px) {
  .modal__sns {
    gap: 16px;
  }
}
.modal__icon img {
  width: 30px;
}
@media screen and (min-width: 1280px) {
  .modal__icon img {
    width: 50px;
  }
}
.modal__icon--x img {
  height: 30px;
}
@media screen and (min-width: 1280px) {
  .modal__icon--x img {
    height: 50px;
  }
}
.modal__icon--line img {
  height: 30px;
}
@media screen and (min-width: 1280px) {
  .modal__icon--line img {
    height: 50px;
  }
}
.history {
  margin-block: 60px;
}
@media screen and (min-width: 768px) {
  .history {
    margin-block: 100px;
  }
}
@media screen and (min-width: 1280px) {
  .history {
    margin-block: 140px;
  }
}
@media screen and (min-width: 768px) {
  .history__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 32px;
  }
}
@media screen and (min-width: 1280px) {
  .history__wrapper {
    gap: 64px;
  }
}
.history__index {
  display: none;
}
@media screen and (min-width: 768px) {
  .history__index {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 4px;
    margin-top: 24px;
    cursor: pointer;
  }
}
@media screen and (min-width: 1280px) {
  .history__index {
    margin-top: 40px;
  }
}
@media screen and (min-width: 768px) {
  .history__index--detail {
    font-weight: 700;
    position: relative;
    font-size: 18px;
  }
}
@media screen and (min-width: 1280px) {
  .history__index--detail {
    font-size: 20px;
  }
}
.history__index--active {
  width: 7px;
  height: 7px;
  background-color: #1C1E97;
  border-radius: 7px;
  margin-left: 5px;
  position: absolute;
  display: none;
  top: 50%;
  left: -16px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.history__contents {
  background-color: #fff;
  padding: 24px 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  border-radius: 5px;
  margin-top: 24px;
}
@media screen and (min-width: 768px) {
  .history__contents {
    padding: 24px;
    max-width: 700px;
    width: 83%;
  }
}
@media screen and (min-width: 1280px) {
  .history__contents {
    border-radius: 10px;
    margin-top: 40px;
    max-width: 1000px;
  }
}
.history__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}
.history__lists:last-child .history__list .history__list--dott::before {
  height: 60px;
}
@media screen and (min-width: 395px) {
  .history__lists:last-child .history__list .history__list--dott::before {
    height: 47px;
  }
}
.history__lists:last-child .history__list:first-child .vol-history__list--dott::before {
  height: 93px;
}
.history__lists:last-child .history__list:last-child .history__list--dott::before {
  display: none;
}
.history__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .history__list {
    gap: 24px;
  }
}
.history__list--year {
  font-size: 18px;
  font-weight: 700;
  color: #1C1E97;
  width: 60.5px;
}
@media screen and (min-width: 1280px) {
  .history__list--year {
    font-size: 24px;
    width: 88px;
  }
}
.history__list--dott {
  display: block;
  width: 7px;
  height: 7px;
  background-color: #1C1E97;
  border-radius: 7px;
  position: relative;
}
.history__list--dott::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 62px;
  background-color: #D9D9D9;
  top: 7px;
  left: 3px;
}
.history__list--detail {
  width: 58vw;
}
@media screen and (min-width: 768px) {
  .history__list--detail {
    width: 41vw;
  }
}

.vol-history__list--dott::before {
  height: 150px;
}

.fund {
  margin-top: 60px;
  padding-block: 60px;
  background-color: #999;
  position: relative;
}
@media screen and (min-width: 768px) {
  .fund {
    margin-top: 100px;
    padding-block: 100px;
  }
}
@media screen and (min-width: 1280px) {
  .fund {
    margin-top: 140px;
    padding-block: 140px;
  }
}
.fund::after {
  content: "";
  width: 100%;
  height: 100%;
  background: url(../img/vol2.webp) no-repeat top left/cover;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.2;
}
.fund__container {
  position: relative;
  z-index: 10;
}
.fund__wrapper {
  background-color: #fff;
  border-radius: 10px;
  margin: auto;
  margin-top: 24px;
}
@media screen and (min-width: 768px) {
  .fund__wrapper {
    max-width: 952px;
  }
}
@media screen and (min-width: 1280px) {
  .fund__wrapper {
    min-width: 1160px;
  }
}
.fund__main {
  padding: 8px 20px 24px;
}
@media screen and (min-width: 768px) {
  .fund__main {
    padding: 40px;
  }
}
.fund__details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  margin-top: 16px;
}
@media screen and (min-width: 1280px) {
  .fund__details {
    gap: 24px;
  }
}
.fund__detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 29px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 16px;
  border-bottom: 1px solid #D9D9D9;
}
@media screen and (min-width: 1280px) {
  .fund__detail {
    padding-bottom: 24px;
  }
}
.fund__detail:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
.fund__detail--head {
  font-weight: 700;
  width: 38vw;
}
@media screen and (min-width: 1280px) {
  .fund__detail--head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.fund__detail--time {
  font-size: 12px;
  font-weight: 700;
}
.fund__detail--text {
  max-width: 45vw;
  word-break: break-all;
}

/* ボタン全体 */
.pagetop {
  position: fixed;
  display: block;
  right: 10px;
  bottom: 10px;
  width: 50px;
  height: 50px;
  background-color: #1C1E97;
  border-radius: 50%;
  text-align: center;
  padding-top: 11px;
  font-weight: 600;
  color: #F6F46D;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s, visibility 0.3s;
  transition: opacity 0.3s, visibility 0.3s;
  z-index: 10;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  border: 3px solid #fff;
}
@media screen and (min-width: 768px) {
  .pagetop {
    width: 65px;
    height: 65px;
    padding-top: 19px;
  }
}
@media screen and (min-width: 1280px) {
  .pagetop {
    right: 16px;
    bottom: 30px;
    width: 75px;
    height: 75px;
    font-size: 24px;
    padding-top: 18px;
  }
}
.pagetop.is-show {
  opacity: 1;
  visibility: visible;
}

.yfb__title {
  padding: 3.2vw 6.4vw 0vw;
}
@media screen and (min-width: 1280px) {
  .yfb__title {
    padding-block: 11px;
    padding-inline: 2vw;
  }
}
@media screen and (min-width: 1280px) {
  .yfb__title--sbu {
    margin-top: 8px;
  }
}

.yfb {
  margin-block: 60px;
}
@media screen and (min-width: 768px) {
  .yfb {
    margin-block: 100px;
  }
}
@media screen and (min-width: 1280px) {
  .yfb {
    margin-block: 140px;
  }
}
.yfb__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
}
@media screen and (min-width: 768px) {
  .yfb__inner {
    gap: 64px;
  }
}
@media screen and (min-width: 1280px) {
  .yfb__inner {
    gap: 80px;
  }
}
.yfb__video {
  width: 100%;
  height: 60vw !important;
}
@media screen and (min-width: 768px) {
  .yfb__video {
    height: 30vw !important;
  }
}
.yfb__video iframe {
  width: 100%;
  height: 100%;
}

.yfb-info {
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  width: 100%;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .yfb-info {
    max-width: 550px;
  }
}
@media screen and (min-width: 1280px) {
  .yfb-info {
    max-width: 750px;
  }
}
.yfb-info img {
  width: 100%;
}

.yfb-mask {
  width: 100%;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .yfb-mask {
    max-width: 550px;
  }
}
@media screen and (min-width: 1280px) {
  .yfb-mask {
    max-width: 750px;
  }
}
.yfb-mask img {
  width: 100%;
}

.yfb-contents {
  margin-block: 40px;
}
@media screen and (min-width: 768px) {
  .yfb-contents {
    margin-block: 80px;
  }
}
@media screen and (min-width: 1280px) {
  .yfb-contents {
    margin-block: 120px;
  }
}
.yfb-contents__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
}
@media screen and (min-width: 768px) {
  .yfb-contents__container {
    gap: 50px;
  }
}
@media screen and (min-width: 1280px) {
  .yfb-contents__container {
    gap: 70px;
  }
}

.yfb-content {
  border-bottom: 1px solid #D9D9D9;
  padding-bottom: 30px;
}
.yfb-content:last-child {
  border: none;
}
@media screen and (min-width: 768px) {
  .yfb-content {
    padding-bottom: 50px;
  }
}
@media screen and (min-width: 1280px) {
  .yfb-content {
    padding-bottom: 70px;
  }
}
.yfb-content__wrapper {
  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: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .yfb-content__wrapper {
    max-width: 550px;
  }
}
@media screen and (min-width: 1280px) {
  .yfb-content__wrapper {
    max-width: 750px;
  }
}
.yfb-content__title {
  font-size: 18px;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .yfb-content__title {
    max-width: 550px;
    margin: auto;
    font-size: 24px;
  }
}
@media screen and (min-width: 1280px) {
  .yfb-content__title {
    max-width: 750px;
    font-size: 40px;
  }
}
.yfb-content__head-pic {
  margin-top: 8px;
  width: 100%;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .yfb-content__head-pic {
    max-width: 550px;
  }
}
@media screen and (min-width: 1280px) {
  .yfb-content__head-pic {
    margin-top: 40px;
    max-width: 750px;
  }
}
.yfb-content__head-pic img {
  width: 100%;
}
.yfb-content__main-pic {
  margin-top: 24px;
  width: 100%;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .yfb-content__main-pic {
    max-width: 550px;
  }
}
@media screen and (min-width: 1280px) {
  .yfb-content__main-pic {
    max-width: 750px;
  }
}
.yfb-content__main-pic img {
  width: 100%;
}
.yfb-content__main {
  margin-top: 8px;
  width: 100%;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .yfb-content__main {
    max-width: 550px;
  }
}
@media screen and (min-width: 1280px) {
  .yfb-content__main {
    max-width: 750px;
  }
}
.yfb-content__main--above {
  width: 100%;
}
.yfb-content__main--above + .yfb-content__main--above {
  margin-top: 8px;
}
.yfb-content__head {
  font-weight: 700;
}
.yfb-content__additional-pic {
  margin-top: 24px;
  width: 100%;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .yfb-content__additional-pic {
    max-width: 550px;
  }
}
@media screen and (min-width: 1280px) {
  .yfb-content__additional-pic {
    max-width: 750px;
  }
}
.yfb-content__additional-pic img {
  width: 100%;
}
.yfb-content__button {
  margin-top: 16px;
}

.gyuriki-header,
.gyuriki-drawer,
.gyuriki-footer {
  background-color: black;
}
.gyuriki-header__button,
.gyuriki-drawer__button,
.gyuriki-footer__button {
  color: black;
}

.gyuriki-header h1 {
  width: 80px;
}
@media screen and (min-width: 768px) {
  .gyuriki-header h1 {
    width: 100px;
  }
}
@media screen and (min-width: 1280px) {
  .gyuriki-header h1 {
    max-width: 96.25%;
    width: 128px;
  }
}

.gyuriki-fv__swiper {
  max-width: 100% !important;
}
.gyuriki-fv__swiper--slide {
  width: 100%;
}
.gyuriki-fv__swiper--slide img {
  width: 100%;
}
@media screen and (min-width: 1280px) {
  .gyuriki-fv__swiper--slide img {
    -webkit-transform: translateY(0) !important;
            transform: translateY(0) !important;
  }
}

.gyuriki-new-article {
  margin-top: 8px;
  margin-inline: 20px;
  border-radius: 5px;
  max-width: 100%;
  padding: 8px 16px;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  display: block;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
@media screen and (min-width: 768px) {
  .gyuriki-new-article {
    max-width: 952px;
    width: 89.5424836601%;
    margin-inline: auto;
  }
}
@media screen and (min-width: 1280px) {
  .gyuriki-new-article {
    border-radius: 10px;
    max-width: 1160px;
    width: 90.625%;
  }
}
.gyuriki-new-article:hover {
  background-color: black;
}
.gyuriki-new-article:hover .gyuriki-new-article--news,
.gyuriki-new-article:hover .gyuriki-new-article--date,
.gyuriki-new-article:hover .gyuriki-new-article--title {
  color: #fff;
}
.gyuriki-new-article--head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 16px;
  font-weight: 700;
}
.gyuriki-new-article--news {
  color: #222;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  font-weight: 700;
}
.gyuriki-new-article--date {
  color: #222;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  font-size: 12px;
}
.gyuriki-new-article--title {
  color: #222;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.gyuriki-about {
  margin-block: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.gyuriki-about__text {
  text-align: center;
}

.gyuriki-mainpage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}
@media screen and (min-width: 768px) {
  .gyuriki-mainpage {
    max-width: 550px;
    margin-inline: auto;
  }
}
@media screen and (min-width: 1280px) {
  .gyuriki-mainpage {
    max-width: 750px;
  }
}

.gyuriki-takeout {
  width: 100%;
}
.gyuriki-takeout img {
  width: 100%;
}

.gyuriki-newestinfo {
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .gyuriki-newestinfo {
    max-width: 550px;
    margin-inline: auto;
  }
}
@media screen and (min-width: 1280px) {
  .gyuriki-newestinfo {
    max-width: 750px;
  }
}
.gyuriki-newestinfo__title {
  font-size: 18px;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .gyuriki-newestinfo__title {
    max-width: 550px;
    margin-inline: auto;
    font-size: 24px;
  }
}
@media screen and (min-width: 1280px) {
  .gyuriki-newestinfo__title {
    max-width: 750px;
    font-size: 32px;
  }
}
.gyuriki-newestinfo__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 8px;
  margin-top: 8px;
}
@media screen and (min-width: 768px) {
  .gyuriki-newestinfo__wrapper {
    gap: 16px;
  }
}
.gyuriki-newestinfo__pic {
  width: 48%;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.gyuriki-newestinfo__pic img {
  width: 100%;
}

.gyuriki-services {
  margin-top: 24px;
  margin-bottom: 60px;
}
@media screen and (min-width: 768px) {
  .gyuriki-services {
    margin-bottom: 100px;
    max-width: 550px;
    margin-inline: auto;
  }
}
@media screen and (min-width: 1280px) {
  .gyuriki-services {
    margin-bottom: 140px;
    max-width: 750px;
  }
}
.gyuriki-services__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 8px;
  margin-top: 8px;
}
.gyuriki-services__detail {
  width: 48%;
}
.gyuriki-services__detail img {
  width: 100%;
}

.famidom {
  margin-block: 40px 60px;
}
@media screen and (min-width: 768px) {
  .famidom {
    margin-block: 80px 100px;
  }
}
@media screen and (min-width: 1280px) {
  .famidom {
    margin-block: 120px 140px;
  }
}
.famidom__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}
.famidom__pic {
  width: 100%;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
@media screen and (min-width: 768px) {
  .famidom__pic {
    max-width: 550px;
    margin-inline: auto;
  }
}
@media screen and (min-width: 1280px) {
  .famidom__pic {
    max-width: 750px;
  }
}
.famidom__pic img {
  width: 100%;
}
.famidom__video {
  width: 100%;
  height: 60vw !important;
}
@media screen and (min-width: 768px) {
  .famidom__video {
    height: 30vw !important;
  }
}
.famidom__video iframe {
  width: 100%;
  height: 100%;
}

.application {
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .application {
    margin-top: 60px;
  }
}
@media screen and (min-width: 1280px) {
  .application {
    margin-top: 80px;
  }
}
@media screen and (min-width: 1280px) {
  .application__inner {
    max-width: 750px;
    margin-inline: auto;
  }
}
.application__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
@media screen and (min-width: 1280px) {
  .application__container {
    gap: 24px;
  }
}
.application__part {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}
.application__head {
  font-weight: 700;
}
.application__link {
  font-size: 20px;
  font-weight: 700;
  background-color: #F6F46D;
  color: #1C1E97;
  padding: 8px;
  border-radius: 5px;
  display: block;
  width: 124px;
}
@media screen and (min-width: 768px) {
  .application__link {
    font-size: 24px;
    padding: 16px;
    width: 160px;
  }
}
@media screen and (min-width: 1280px) {
  .application__link {
    font-size: 32px;
    padding: 24px;
    border-radius: 10px;
    width: 216px;
  }
}
.application__wrapper {
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.application__tel {
  font-size: 20px;
  color: #1C1E97;
}
@media screen and (min-width: 768px) {
  .application__tel {
    font-size: 24px;
  }
}
@media screen and (min-width: 1280px) {
  .application__tel {
    font-size: 32px;
  }
}

.fd-header,
.fd-footer {
  background-color: #97d284;
}
.fd-header__button,
.fd-footer__button {
  color: #487a3e;
}

@media screen and (min-width: 1280px) {
  .fd__title {
    width: 585px;
    padding-block: 20px;
  }
}

.fd-fv__title--sub {
  background-color: #487a3e;
}

.fd-drawer {
  background-color: #487a3e;
}
.fd-drawer__button {
  color: #487a3e;
}

.contact-form {
  margin-block: 60px;
}
@media screen and (min-width: 768px) {
  .contact-form {
    margin-block: 100px;
  }
}
@media screen and (min-width: 1280px) {
  .contact-form {
    margin-block: 140px;
  }
}
.contact-form__container {
  position: relative;
}
@media screen and (min-width: 1280px) {
  .contact-form__container {
    margin-inline: auto;
  }
}
.contact-form form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  margin-inline: auto;
  margin-top: 24px;
  width: 100%;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
@media screen and (min-width: 768px) {
  .contact-form form {
    gap: 24px;
    max-width: 550px;
  }
}
@media screen and (min-width: 1280px) {
  .contact-form form {
    gap: 32px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 770px;
  }
}
.contact-form__text {
  text-align: center;
  color: #d53838;
  margin-top: 10px;
}
@media screen and (min-width: 1280px) {
  .contact-form__text {
    font-size: 16px;
    margin-bottom: 40px;
  }
}
.contact-form__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .contact-form__item {
    max-width: 550px;
  }
}
@media screen and (min-width: 1280px) {
  .contact-form__item {
    max-width: 770px;
  }
}
.contact-form__item p {
  font-size: 10px;
  display: block;
  word-break: break-all;
}
@media screen and (min-width: 768px) {
  .contact-form__item p {
    font-size: 12px;
  }
}
@media screen and (min-width: 1280px) {
  .contact-form__item p {
    font-size: 16px;
  }
}
.contact-form__detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.contact-form__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
}
@media screen and (min-width: 1280px) {
  .contact-form__head {
    width: 257px;
    gap: 8px;
  }
}
.contact-form__head label {
  margin-left: 2px;
}
@media screen and (min-width: 1280px) {
  .contact-form__head label {
    font-size: 24px;
  }
}
.contact-form__head--tag {
  background-color: #F6F46D;
  border-radius: 5px;
  color: #1C1E97;
  font-size: 10px;
  text-align: center;
  font-weight: 700;
  padding: 2px 5px;
}
@media screen and (min-width: 768px) {
  .contact-form__head--tag {
    font-size: 12px;
  }
}
@media screen and (min-width: 1280px) {
  .contact-form__head--tag {
    font-size: 16px;
    padding: 4px 10px;
  }
}
.contact-form__confirm {
  margin-left: 2px;
}
@media screen and (min-width: 768px) {
  .contact-form__confirm {
    font-size: 16px !important;
  }
}
@media screen and (min-width: 1280px) {
  .contact-form__confirm {
    font-size: 18px !important;
  }
}
.contact-form__thanks {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  margin-top: 32px;
}
@media screen and (min-width: 768px) {
  .contact-form__thanks {
    margin-top: 40px;
  }
}
@media screen and (min-width: 1280px) {
  .contact-form__thanks {
    font-size: 24px;
    margin-top: 56px;
  }
}
.contact-form__thanks--text {
  margin-top: 8px;
  text-align: center;
}
@media screen and (min-width: 1280px) {
  .contact-form__thanks--text {
    font-size: 16px;
  }
}
.contact-form__input {
  height: 31px;
  width: 100%;
  border-radius: 10px;
  border: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  margin-top: 5px;
  padding-left: 15px;
}
@media screen and (min-width: 768px) {
  .contact-form__input {
    height: 55px;
    margin-top: 8px;
  }
}
@media screen and (min-width: 1280px) {
  .contact-form__input {
    height: 77px;
    padding-left: 20px;
    font-size: 20px;
    margin-top: 12px;
  }
}
.contact-form__input::-webkit-input-placeholder {
  color: #b4b4b4;
}
.contact-form__input::-moz-placeholder {
  color: #b4b4b4;
}
.contact-form__input:-ms-input-placeholder {
  color: #b4b4b4;
}
.contact-form__input::-ms-input-placeholder {
  color: #b4b4b4;
}
.contact-form__input::placeholder {
  color: #b4b4b4;
}
@media screen and (min-width: 1280px) {
  .contact-form__input::-webkit-input-placeholder {
    font-size: 20px;
  }
  .contact-form__input::-moz-placeholder {
    font-size: 20px;
  }
  .contact-form__input:-ms-input-placeholder {
    font-size: 20px;
  }
  .contact-form__input::-ms-input-placeholder {
    font-size: 20px;
  }
  .contact-form__input::placeholder {
    font-size: 20px;
  }
}
.contact-form__input.error {
  border: 1px solid #d53838;
}
.contact-form__button--home {
  text-align: center;
}

.custom-select {
  position: relative;
}
.custom-select::after {
  content: "";
  background: url("../img/contact-arrow.webp") no-repeat center center/contain;
  position: absolute;
  top: 55%;
  right: 14px;
  width: 8px;
  height: 8px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .custom-select::after {
    width: 12px;
    height: 11px;
  }
}
.custom-select--active::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  top: 50%;
}
.custom-select select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 100%;
  height: 31px;
  border: none;
  margin-top: 5px;
  border-radius: 10px;
  padding-left: 15px;
  color: #b4b4b4;
}
@media screen and (min-width: 768px) {
  .custom-select select {
    height: 55px;
    margin-top: 8px;
  }
}
@media screen and (min-width: 1280px) {
  .custom-select select {
    height: 77px;
    padding-left: 20px;
    font-size: 20px;
  }
}
.custom-select select:focus option {
  color: #1C1E97;
}
.custom-select select.error {
  border: 1px solid #d53838;
}

textarea {
  height: 152px;
  width: 100%;
  border-radius: 10px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  margin-top: 5px;
  padding: 10px 15px;
}
@media screen and (min-width: 768px) {
  textarea {
    height: 220px;
    margin-top: 8px;
  }
}
@media screen and (min-width: 1280px) {
  textarea {
    height: 293px;
    padding: 20px;
    font-size: 20px;
  }
}
textarea::-webkit-input-placeholder {
  color: #b4b4b4;
}
textarea::-moz-placeholder {
  color: #b4b4b4;
}
textarea:-ms-input-placeholder {
  color: #b4b4b4;
}
textarea::-ms-input-placeholder {
  color: #b4b4b4;
}
textarea::placeholder {
  color: #b4b4b4;
}
@media screen and (min-width: 1280px) {
  textarea::-webkit-input-placeholder {
    font-size: 20px;
  }
  textarea::-moz-placeholder {
    font-size: 20px;
  }
  textarea:-ms-input-placeholder {
    font-size: 20px;
  }
  textarea::-ms-input-placeholder {
    font-size: 20px;
  }
  textarea::placeholder {
    font-size: 20px;
  }
}
textarea.error {
  border: 1px solid #d53838;
}

.error__text {
  color: #d53838;
}

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