@charset "UTF-8";
body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(14px, 2vw + 1rem, 16px);
  font-weight: 400;
  line-height: 1.5;
  color: #020404;
}

a:hover {
  opacity: 0.7;
}

.inner {
  width: calc(100% - 40px);
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 1024px) {
  .inner {
    max-width: 976px;
    width: 100%;
  }
}
@media screen and (min-width: 1280px) {
  .inner {
    max-width: 1024px;
  }
}

.button {
  line-height: 1;
  color: #fbfbfb;
  background: #7fbbdd;
  width: 250px;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 15px;
  border-radius: 50px;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  overflow: hidden;
  height: 48px;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1024px) {
  .button {
    font-size: 18px;
  }
}
.button-s {
  font-size: 16px;
  width: 220px;
  height: 46px;
  padding-left: 42px;
}
.button span {
  display: inline-block;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  -webkit-transform-origin: center;
  transform-origin: center;
}
.button::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 24px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(../img/btn-arrow.png) center center/contain;
  width: 17.25px;
  height: 15px;
}
.button::after {
  content: "";
  position: absolute;
  top: 50%;
  left: -20px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(../img/btn-arrow.png) center center/contain;
  width: 17.25px;
  height: 15px;
}
.button:hover {
  opacity: 1;
}
.button:hover::before {
  right: 12px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.button:hover.join-button::before {
  -webkit-transform: translateX(50px);
  transform: translateX(50px);
}
.button:hover.join-button::after {
  -webkit-transform: translateY(-50%) translateX(40px);
  transform: translateY(-50%) translateX(40px);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.button:hover span {
  -webkit-transform: rotateX(360deg) translateX(50px);
  transform: rotateX(360deg) translateX(50px);
}
.button-s:hover span {
  -webkit-transform: rotateX(360deg) translateX(30px);
  transform: rotateX(360deg) translateX(30px);
}

.btn {
  z-index: 6;
  position: absolute;
}

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

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

.close {
  display: none;
}

.wrap {
  overflow: hidden;
  background: #f3f4eb;
}

.section {
  position: relative;
  padding: 64px 0;
  z-index: 2;
}
@media screen and (min-width: 1024px) {
  .section {
    padding: 96px 0;
  }
}

.head__title {
  font-family: "Poppins", sans-serif;
  font-size: 28px;
  font-weight: 700;
  color: #63636d;
  text-align: center;
  line-height: 1;
  letter-spacing: 0.05em;
}
.head__title span {
  font-family: "Poppins", sans-serif;
  font-size: 28px;
  font-weight: 700;
  color: #63636d;
  text-align: center;
  line-height: 1;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .head__title span {
    font-size: 42px;
  }
}
@media screen and (min-width: 768px) {
  .head__title {
    font-size: 42px;
  }
}

.header {
  overflow: hidden;
  width: 100%;
  height: 50px;
  background-color: #63636d;
  position: fixed;
  z-index: 998;
}
@media screen and (min-width: 1024px) {
  .header {
    height: 80px;
  }
}

.header__inner {
  width: calc(100% - 24px);
  height: 100%;
  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;
  text-align: center;
}

.header__logo {
  z-index: 999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header__image img {
  border-radius: 50%;
  width: 30px;
}

@media screen and (min-width: 1024px)  {
.header__image img {
  width: 50px;
}
    
}

.header__title {
  display: block;
  color: #fbfbfb;
  font-size: clamp(14px, 2vw, 16px);
}
@media screen and (min-width: 1024px) {
  .header__title {
    font-size: 20px;
    font-weight: 700;
    margin-left: 10px;
  }
}

.header__title-head {
    display:flex;
    flex-direction: column;
}

.header__title-sub {
    color: #c4e9f2;
    font-size:12px;
}

@media screen and (min-width: 1024px) {
.header__title-sub {
    font-size:16px;
    font-weight:bold;
}
    
}

.drawer__icon {
  z-index: 999;
  color: #fbfbfb;
  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;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  width: 40px;
  height: 30px;
}
@media screen and (min-width: 1024px) {
  .drawer__icon {
    display: none;
  }
}
.drawer__icon.is-checked .drawer__icon-bar {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.drawer__icon.is-checked .drawer__icon-bar:nth-of-type(1) {
  top: 16px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.drawer__icon.is-checked .drawer__icon-bar:nth-of-type(2) {
  top: 16px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.drawer__icon.is-checked .drawer__icon-bar:nth-of-type(3) {
  display: none;
}

.drawer__icon-bar {
  position: absolute;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.drawer__icon-bar:nth-of-type(1) {
  top: 6px;
  left: 6px;
  background: #fbfbfb;
  width: 28px;
  height: 2px;
}
.drawer__icon-bar:nth-of-type(2) {
  top: 16px;
  left: 6px;
  background: #fbfbfb;
  width: 28px;
  height: 2px;
}
.drawer__icon-bar:nth-of-type(3) {
  top: 24px;
  left: 6px;
  background: #fbfbfb;
  width: 28px;
  height: 2px;
}

.header__nav-lists {
  display: none;
}
@media screen and (min-width: 1024px) {
  .header__nav-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: 5px;
  }
}

@media screen and (min-width: 1024px) {
  .header__nav-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 75px;
    padding-right: 60px;
  }
}

@media screen and (min-width: 1024px) {
  .header__nav-sns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
    place-items: center;
    gap: 10px;
  }
  .header__nav-sns .header__nav-list:nth-of-type(2) {
    padding-left: 8px;
  }
  .header__nav-sns .header__nav-list:nth-of-type(2) img {
    width: 30px;
  }
  .header__nav-sns .header__nav-list:nth-of-type(3) img {
    width: 34px;
  }
}

.header__nav-link {
  position: relative;
}
.header__nav-link:hover .header__nav-item-text {
  color: #ffc22f;
}

.header__nav-item img {
  width: 8px;
  height: 6px;
}

.header__nav-item-text {
  position: absolute;
  top: 64%;
  left: 7px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-family: "Poppins", sans-serif;
  color: #fbfbfb;
  font-size: 16px;
  font-weight: 700;
  white-space: nowrap;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.header__nav-item-text:hover {
  left: 10px;
}

.header__nav-item-sns img {
  width: 25px;
}

.header__drawer-nav {
  position: fixed;
  top: 0;
  z-index: 998;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  width: 100%;
  height: 100vh;
  background: #63636d;
  padding: 64px 13px 53px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.header__drawer-nav.is-checked {
  -webkit-transform: translateX(-24px);
  transform: translateX(-24px);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.header__drawer-nav-menu {
  margin-top: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 32px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.header__drawer-nav-item {
  color: #fbfbfb;
}

.header__drawer-nav-item-sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}
.header__drawer-nav-item-sns .header__drawer-nav-item:nth-of-type(1) img {
  width: 25px;
}
.header__drawer-nav-item-sns .header__drawer-nav-item:nth-of-type(2) {
  padding-left: 5px;
}

.header__drawer-nav-link-sns img {
  width: 30px;
}

.fv__swiper {
  width: 100%;
  height: max(750px, 100vh);
  overflow: hidden;
}

.fv__swiper-slide.swiper-slide-active img {
  width: 100%;
  -webkit-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
  -webkit-transition: all 9s linear;
  transition: all 9s linear;
}
.fv__swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center top;
  object-position: center top;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 9s linear;
  transition: all 9s linear;
}

.fv__container {
  position: relative;
}

.fv__title-box {
  z-index: 5;
  position: absolute;
  top: 90px;
  left: 0;
  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;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .fv__title-box {
    top: 15%;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    width: 480px;
    left: 50%;
    -webkit-transform: translateX(calc(-100% + 130px));
            transform: translateX(calc(-100% + 130px));
  }
}
@media screen and (min-width: 1024px) {
  .fv__title-box {
    width: 575px;
  }
}
.fv__title {
  font-weight: 700;
  font-size: 32px;
  line-height: 160%;
  text-align: left;
  color: #F3F4EB;
  text-shadow: 3px 4px 2px rgba(0, 0, 0, 0.7);
}
@media screen and (min-width: 768px) {
  .fv__title {
    font-size: 48px;
  }
}
@media screen and (min-width: 1280px) {
  .fv__title {
    font-size: 56px;
  }
}
.fv__title span {
  font-size: 48px;
  font-weight: 700;
  color: #f58b05;
  text-shadow: 2px 4px 0 rgba(0, 0, 0, 0.7);
}
@media screen and (min-width: 768px) {
  .fv__title span {
    font-size: 62px;
  }
}
@media screen and (min-width: 1280px) {
  .fv__title span {
    font-size: 80px;
  }
}

.fv__title-box-text {
  margin-top: 56px;
}
@media screen and (min-width: 768px) {
  .fv__title-box-text {
    margin-top: 0px;
  }
}

.fv__text {
  font-weight: 700;
  max-width: 280px;
  text-align: center;
}
@media screen and (min-width: 600px) {
  .fv__text {
    text-align: left;
  }
}
@media screen and (min-width: 768px) {
  .fv__text {
    max-width: 335px;
  }
}
@media screen and (min-width: 1024px) {
  .fv__text {
    max-width: 420px;
  }
}
.fv__text span {
  display: inline-block;
  margin-top: 12px;
  border-radius: 16px;
  background: rgba(255, 194, 47, 0.8);
  padding: 5px 10px;
  width: 100%;
  font-weight: 700;
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.7);
}
@media screen and (min-width: 1024px) {
  .fv__text span {
    border-radius: 30px;
    margin-top: 20px;
    padding: 8px 25px;
    font-size: 24px;
  }
}
@media screen and (min-width: 1024px) {
  .fv__text {
    font-size: 20px;
  }
}

.fv__news {
  position: absolute;
  top: 70%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  border-top: 2px solid #63636d;  
  border-bottom: 2px solid #63636d;  
  background: #e6e7eb;
  padding: 8px ;
  display: flex;
  align-items: center;
  gap: 20px;
  width: 90%;
}


@media screen and (min-height: 750px) {
  .fv__news {
    top: 80%;
  }
}
@media screen and (min-width: 426px) {
  .fv__news {
    width: 400px;
  }
}
@media screen and (min-width: 1024px) {
  .fv__news {
    transform: translateX(20%);
  }
}
.fv__news-content {
  width: 100%;
  position: relative;
}
.fv__news-text {
  position: absolute;
  background: #f58b05;
  top: -28px;
    left: -10px;
  border-radius: 20px;
  color: #e6e7eb;
  font-size: 14px;
  white-space: nowrap;
  padding: 2px 5px;
}
.fv__news-content-inner {
  display: flex;
  gap: 10px;
  align-items: center;
}

.fv__news-image {
  width: 130px;
  height: 100px;
  flex-shrink: 0;
}
.fv__news-image img {
  height: 100%;
}
.fv__content-time {
  color: #63636d;
  font-weight: 700;
  font-size: 12px;
}
.fv__content-text {
  display: block;
  color: #63636d;
  font-weight: 700;
  font-size: 14px;
}


.popup-join {
  display: none;
  box-shadow: 1px 2px 2px 1px rgba(99, 99, 109, 0.4);
}
.popup-join.is-show {
  display: block;
}
@media screen and (min-width: 1024px) {
  .popup-join {
    position: fixed;
    width: 300px;
    bottom: 12px;
    left: calc(50% + 217px);
    background: #c4e9f2;
    padding-top: 24px;
    border-radius: 16px;
    z-index: 5;
  }
  .popup-join.close {
    display: none;
  }
}

.popup-join__inner {
  padding-inline: 10px;
  position: relative;
}

.popup-join__close {
  position: absolute;
  top: -42px;
  right: -21px;
  width: 42px;
  height: 42px;
  z-index: 7;
}

.popup-join__close-image {
  position: absolute;
  top: 0;
  right: 0;
  background: #fbfbfb;
  border-radius: 50%;
  border: 1px solid #020404;
  z-index: 6;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.popup-join__close-image img {
  width: 14px;
  height: 13px;
}

.popup-join__title {
  font-weight: 700;
  font-size: 20px;
  line-height: 160%;
  text-align: center;
}

.popup-join__text {
  font-weight: 700;
  font-size: 14px;
  line-height: 160%;
  text-align: center;
}

.popup-join__btn {
  top: 215px;
  left: 50%;
  transform: translateX(-50%);
}

.join-button {
  background: #f58b05;
}

.about {
  background: url(../img/about_bg.png) top center/cover;
  padding: 64px 0 144px;
}
@media screen and (min-width: 1024px) {
  .about {
    padding: 96px 0 184px;
  }
}

.head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.about__message {
  font-weight: 700;
  font-size: 20px;
  line-height: 1.8;
  letter-spacing: 0.05em;
  text-align: center;
  color: #f58b05;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 32px auto 0;
}
@media screen and (min-width: 1024px) {
  .about__message {
    font-size: 28px;
    margin: 40px auto 0;
  }
}
.about__message::before,
.about__message::after {
  content: "";
  position: absolute;
  background: #f58b05;
  width: 57px;
  height: 2px;
}
.about__message::before {
  top: 50%;
  left: -50px;
  -webkit-transform: translateY(-50%) rotate(60deg);
  transform: translateY(-50%) rotate(60deg);
}
.about__message::after {
  top: 50%;
  right: -50px;
  -webkit-transform: translateY(-50%) rotate(-60deg);
  transform: translateY(-50%) rotate(-60deg);
}

.about__text {
  margin-top: 40px;
  line-height: 1.8;
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .about__text {
    max-width: 550px;
    margin-inline: auto;
  }
}
@media screen and (min-width: 1024px) {
  .about__text {
    max-width: 100%;
    margin-top: 48px;
    font-size: 18px;
  }
}

.about__body {
  margin-top: 24px;
}
@media screen and (min-width: 768px) {
  .about__body {
    max-width: 450px;
    margin-inline: auto;
  }
}
@media screen and (min-width: 1024px) {
  .about__body {
    margin-top: 48px;
    height: 523px;
    max-width: 100%;
    position: relative;
  }
}

.about__talks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 39px;
}
.about__talks .about__talk:nth-of-type(2n + 1)::before {
  left: 31px;
}
.about__talks .about__talk:nth-of-type(2n + 1)::after {
  display: none;
}
.about__talks .about__talk:nth-of-type(2n)::before {
  display: none;
}
.about__talks .about__talk:nth-of-type(2n)::after {
  right: 31px;
}
@media screen and (min-width: 1024px) {
  .about__talks {
    max-width: 1024px;
    margin-inline: auto;
  }
  .about__talks .about__talk:nth-of-type(1) {
    right: calc(50% + 2px);
  }
  .about__talks .about__talk:nth-of-type(2) {
    top: 50px;
    left: calc(50% + 20px);
  }
  .about__talks .about__talk:nth-of-type(3) {
    top: 176px;
    left: 0;
  }
  .about__talks .about__talk:nth-of-type(4) {
    top: 234px;
    right: 0;
  }
  .about__talks .about__talk:nth-of-type(2n + 1)::before {
    display: none;
  }
  .about__talks .about__talk:nth-of-type(2n + 1)::after {
    display: block;
    right: 30px;
    left: auto;
  }
  .about__talks .about__talk:nth-of-type(2n)::before {
    display: block;
  }
  .about__talks .about__talk:nth-of-type(2n)::after {
    display: none;
  }
}

.about__talk {
  background: #ffc22f;
  border-radius: 38.5px;
  padding: 8px 20px 8px 20px;
  line-height: 1.8;
  letter-spacing: 0.05em;
  position: relative;
}
.about__talk::before,
.about__talk::after {
  position: absolute;
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  background: #ffc22f;
  clip-path: polygon(0 0, 100% 0%, 50% 100%);
  top: 100%;
  -webkit-transform: translateY(-15px);
  transform: translateY(-15px);
}
@media screen and (min-width: 1024px) {
  .about__talk {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    position: absolute;
    font-size: 20px;
    padding: 10px 30px;
  }
  .about__talk::before,
  .about__talk::after {
    -webkit-transform: translateY(-9px);
    transform: translateY(-9px);
  }
}

.about__image {
  margin-top: 39px;
  text-align: center;
}
.about__image img {
  width: 115px;
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (min-width: 1024px) {
  .about__image {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .about__image img {
    width: 100%;
    height: 234px;
  }
}

.about__container {
  margin-top: 32px;
}
@media screen and (min-width: 1024px) {
  .about__container {
    margin-top: 36px;
  }
}

.about__container-text {
  background: #c4e9f2;
  border-radius: 86px;
  padding: 12px 20px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  text-align: center;
  font-weight: 700;
  font-size: clamp(16px, 5vw, 20px);
  letter-spacing: 0.05em;
  line-height: 1.2;
  white-space: nowrap;
  position: relative;
}
.about__container-text span {
  color: #f58b05;
  font-weight: 700;
}
.about__container-text::before {
  content: "";
  position: absolute;
  display: inline-block;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-9px);
  transform: translateX(-50%) translateY(-9px);
  background: #c4e9f2;
  clip-path: polygon(0 0, 100% 0%, 50% 100%);
  width: 47px;
  height: 27px;
}
@media screen and (min-width: 1024px) {
  .about__container-text {
    font-size: 24px;
    padding: 10px 40px;
    line-height: 1.2;
  }
}

.about__contents {
  margin-top: 40px;
  background: #FBFBFB;
  padding: 20px 15px;
  border-radius: 10px;
  margin-inline: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 850px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px;
}
@media screen and (min-width: 1024px) {
  .about__contents {
    margin-top: 53px;
    border-radius: 25px;
    padding: 30px;
  }
}

.about__content-title {
  font-weight: 700;
  font-size: 18px;
  line-height: 1.2;
  letter-spacing: 0.05em;
  position: relative;
  padding-left: 30px;
}
.about__content-title span {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-family: "Outfit", sans-serif;
  font-size: 36px;
  color: #F58B05;
}
@media screen and (min-width: 1024px) {
  .about__content-title {
    font-size: 24px;
  }
}

.about__content-text {
  margin-top: 24px;
  line-height: 1.8;
  font-size: 14px;
}
@media screen and (min-width: 600px) {
  .about__content-text {
    font-size: 16px;
  }
}


.about__btn,
.blog__btn,
.instagram__btn{
  margin-top: 24px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media screen and (min-width: 1024px) {
  .about__btn {
    margin-top: 40px;
  }
}

.about__button {
  text-align: center;
}

.deco {
  position: relative;
  z-index: 1;
}
.deco .team {
  z-index: 300;
}
.deco .deco__image-left,
.deco .deco__image-right {
  position: absolute;
}

.deco__inner {
  position: sticky;
  margin-inline: auto;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.deco__image-left,
.deco__image-right {
  position: absolute;
  width: 373px;
  height: 373px;
}
@media screen and (min-width: 1024px) {
  .deco__image-left,
  .deco__image-right {
    width: 516px;
    height: 516px;
  }
}
.deco__image-left img,
.deco__image-right img {
  width: 100%;
}

.deco__image-left {
  top: 0px;
  left: 0px;
}
@media screen and (min-width: 1024px) {
  .deco__image-left {
    top: 30%;
    left: -200px;
  }
}

.deco__image-right {
  top: 600px;
  right: 0px;
}
@media screen and (min-width: 1024px) {
  .deco__image-right {
    top: 240px;
    right: -200px;
  }
}

.deco__image-left-2 {
  top: 1450px;
}

.deco__image-right-2 {
  top: 1000px;
}

.deco__image-right-3 {
  top: 950px;
}
@media screen and (min-width: 1024px) {
  .deco__image-right-3 {
    top: 500px;
  }
}

.team {
  overflow: hidden;
}

.team__inner {
  position: relative;
  z-index: 1;
}

.team__text {
  margin-top: 32px;
  text-align: center;
  line-height: 2;
  font-size: clamp(12px, 4vw, 16px);
  white-space: nowrap;
}
.team__text span {
  font-weight: 700;
}
@media screen and (min-width: 1024px) {
  .team__text {
    font-size: 18px;
  }
}

.teamA {
  color: #7fbbdd;
}

.teamB {
  color: #ffc22f;
}

.team__cards {
  margin-top: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 32px;
  max-width: 600px;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .team__cards {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
@media screen and (min-width: 1024px) {
  .team__cards {
    max-width: 100%;
  }
}
.team__cards .team__card:nth-of-type(1) {
  background: #c4e9f2;
}
.team__cards .team__card:nth-of-type(1) .team__card-title {
  color: #fbfbfb;
  background: rgba(127, 187, 221, 0.92);
}
.team__cards .team__card:nth-of-type(1) .team__card-text {
  color: #63636d;
}
.team__cards .team__card:nth-of-type(2) {
  background: #ffc22f;
}
.team__cards .team__card:nth-of-type(2) .team__card-title {
  color: #f58b05;
  background: rgba(251, 251, 251, 0.92);
}
.team__cards .team__card:nth-of-type(2) .team__card-text {
  color: #f58b05;
}

.team__card {
  position: relative;
  cursor: pointer;
}

.team__card-inner {
  padding: 33px 44px 64px 43px;
}

.team__card-title {
  display: inline-block;
  font-weight: 700;
  line-height: 1;
  font-size: 20px;
}

@media screen and (min-width: 376px) {
.team__card-title {
  font-size: 24px;
}
}

.card-title {
  position: absolute;
  padding: 10px 0;
  width: 100%;
  text-align: center;
  top: 90px;
  -webkit-transform: translateX(-43px);
  transform: translateX(-43px);
}
@media screen and (min-width: 1024px) {
  .card-title {
    top: 140px;
  }
}

.card-text {
  position: absolute;
  font-weight: 700;
  -webkit-transform: rotate(-10deg);
  transform: rotate(-10deg);
  top: 16px;
  left: 7px;
}

.team__card-image:hover {
  -webkit-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.team__btn {
  bottom: 13px;
  right: 14px;
}

.team__image-left,
.team__image-right {
  position: absolute;
  z-index: -1;
}
.team__image-left img,
.team__image-right img {
  width: 373px;
  height: 373px;
}
@media screen and (min-width: 1024px) {
  .team__image-left img,
  .team__image-right img {
    width: 516px;
    height: 516px;
  }
}

.team__image-left {
  top: -50px;
  left: -229px;
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
@media screen and (min-width: 1024px) {
  .team__image-left {
    top: -100px;
    left: -350px;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

.team__image-right {
  bottom: -60px;
  right: -150px;
  -webkit-transform: rotate(-25deg);
  transform: rotate(-25deg);
}
@media screen and (min-width: 1024px) {
  .team__image-right {
    bottom: -230px;
    right: -444px;
    -webkit-transform: rotate(-270deg);
    transform: rotate(-270deg);
  }
}

.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  border: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  /* 背景オーバーレイを追加 */
  z-index: 999;
}

.modal-contents {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  /* センタリング */
  background: url(../img/modal-bg1.png) center center/cover no-repeat;
  width: 90%;
  height: 95%;
  max-width: 650px;
  border-radius: 10px;
  overflow-y: auto;
  z-index: 1100;
  pointer-events: auto;
}
.modal-contents::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  border-radius: 10px;
  /* 背景オーバーレイにも適用 */
  pointer-events: none;
}

/* コンテンツをオーバーレイより上に */
.modal-contents > * {
  position: relative;
  z-index: 10;
}

.modal-close {
  position: absolute;
  background: #FBFBFB;
  top: 12px;
  right: 12px;
  border: none;
  /* ボタンのデフォルトボーダーを削除 */
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  /* カーソルポインターを追加 */
  z-index: 30;
  pointer-events: auto;
}
@media screen and (min-width: 768px) {
  .modal-close {
    top: 24px;
    right: 24px;
  }
}
.modal-close img {
  height: 22px;
}

.modal__inner {
  padding: 44px 15px 43px;
}
@media screen and (min-width: 1024px) {
  .modal__inner {
    padding: 40px 25px;
  }
}

.modal__head {
  text-align: center;
  color: #FBFBFB;
  text-shadow: 0px 4px 3px rgba(2, 4, 4, 0.9);
  letter-spacing: 0.05em;
}

.modal__title {
  font-size: 16px;
  font-weight: 700;
}
@media screen and (min-width: 600px) {
  .modal__title {
    font-size: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .modal__title {
    font-size: 24px;
  }
}

.modal__text {
  font-size: 18px;
}

.modal__card {
  margin-top: 24px;
  border-radius: 10px;
  overflow: hidden;
  background: rgba(251, 251, 251, 0.85);
  border: 5px solid #F3F4EB;
}

.modal__image img {
  width: 100%;
  height: 195px;
  -o-object-fit: cover;
     object-fit: cover;
  /* 画像の縦横比を保持 */
}
@media screen and (min-width: 1024px) {
  .modal__image img {
    height: 100%;
  }
}

.modal__body {
  padding: 16px 18px;
}
.modal__body-text {
  line-height: 2;
  font-size: 14px;
}
@media screen and (min-width: 600px) {
  .modal__body-text {
    font-size: 16px;
  }
}

.cta {
  background: #7fbbdd;
  display: none;
  position: relative;
  z-index:3;
}
@media screen and (min-width: 1024px) {
  .cta {
    display: block;
  }
}

.cta__inner {
  position: relative;
  max-width: 1026px;
  margin-inline: auto;
  padding: 75px 0 145px;
}

.cta__text {
  color: #fbfbfb;
  font-weight: 700;
  font-size: 32px;
  letter-spacing: 0.05em;
  text-align: center;
}

.cta__btn {
  margin-top: 40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.cta__image-left,
.cta__image-right {
  position: absolute;
  -o-object-fit: contain;
  object-fit: contain;
}

.cta__image-left {
  width: 172px;
  top: 32px;
}

.cta__image-right {
  width: 188px;
  top: 0;
  right: 0;
}

.lesson {
  position: relative;
}

.lesson__wrap {
  margin-top: 32px;
  margin-inline: auto;
}
@media screen and (min-width: 1024px) {
  .lesson__wrap {
    max-width: 1024px;
  }
}

.lesson__tab-lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.lesson__tab-lists .lesson__tab-list:nth-of-type(1).is-active {
  background: #C4E9F2;
}
.lesson__tab-lists .lesson__tab-list:nth-of-type(2).is-active {
  background: #FFC22F;
}

.lesson__tab-list {
  padding: 7px 12px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 700;
  letter-spacing: 0.05em;
  background: #E6E7EB;
  border-radius: 20px 20px 0 0;
  white-space: nowrap;
  cursor: pointer;
  width: 100%;
  font-size: 12px;
}
@media screen and (min-width: 375px) {
  .lesson__tab-list {
    font-size: 16px;
  }
}
@media screen and (min-width: 1024px) {
  .lesson__tab-list {
    padding: 19px 12px;
  }
}

.lesson__panel .lesson__contents:nth-of-type(1).is-active {
  border-color: #C4E9F2;
}
.lesson__panel .lesson__contents:nth-of-type(2).is-active {
  border-color: #FFC22F;
}

.lesson__contents {
  display: none;
  border: 4px solid #E6E7EB;
  padding: 24px 18px;
  border-radius: 0 0 20px 20px;
  background: rgba(251, 251, 251, 0.9);
}
.lesson__contents.is-active {
  display: block;
  padding: 15px 0px;
}
@media screen and (min-width: 768px) {
.lesson__contents.is-active {
  display: block;
  padding: 40px 46px;
}
}

.lesson__cards .lesson__card:nth-of-type(2n + 1) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (min-width: 768px) {
  .lesson__cards .lesson__card:nth-of-type(2n + 1) .lesson__card-body {
    padding-right: 0;
    padding-left: 16px;
  }
}
@media screen and (min-width: 768px) {
  .lesson__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: 40px;
  }
}

.lesson__card {
  padding-inline: 10px;
}
@media screen and (min-width: 768px) {
  .lesson__card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (min-width: 1024px) {
  .lesson__card {
    padding-inline: 25px;
  }
}

.lesson__card + .lesson__card {
  margin-top: 20px;
  border-top: 1px solid #63636D;
  padding-top: 20px;
}
@media screen and (min-width: 1024px) {
  .lesson__card + .lesson__card {
    margin-top: 0;
    padding-top: 40px;
  }
}

@media screen and (min-width: 768px) {
  .lesson__card-body {
    width: 50%;
    padding-right: 16px;
  }
}

.lesson__card-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.lesson__card-title-num img {
  width: 64px;
}
@media screen and (min-width: 1024px) {
  .lesson__card-title-num img {
    width: 88px;
  }
}

.lesson__card-title-text {
  margin-top: 16px;
  font-weight: 700;
  font-size: 20px;
}
@media screen and (min-width: 1024px) {
  .lesson__card-title-text {
    font-size: 24px;
  }
}

.lesson__card-text {
  margin-top: 8px;
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0.05em;
}
.lesson__card-text span {
  font-weight: 700;
  font-size: 16px;
}

.lesson__card-image {
  margin-top: 24px;
    overflow:hidden;
}

.lesson__card-image img {
    max-height:260px;
    width:100%;
   object-fit: cover;
   object-position:50% 30%;    
}

@media screen and (min-width: 768px) {
  .lesson__card-image {
    width: 50%;
    margin-top: 0;
  
  }
}
@media screen and (min-width: 768px) {
  .lesson__card-image img {
    max-height:300px;
    width:100%;
   object-fit: cover;
   object-position:50% 30%;
  }
}

.lesson__container {
  padding: 162px 0 90px;
  position: relative;
  z-index: 1;
  max-width: 641px;
  margin-inline: auto;
}

.lesson__container-body {
  background: rgba(251, 251, 251, 0.65);
  border-radius: 25px;
  padding: 20px 14px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
@media screen and (min-width: 425px) {
  .lesson__container-body {
    padding: 20px 18px;
  }
}
@media screen and (min-width: 768px) {
  .lesson__container-body {
    padding: 41px 19px;
  }
}

.lesson__container-image {
  z-index: -1;
  content: "";
  position: absolute;
  top: calc(50% + 40px);
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  max-width: 400px;
}

.lesson__container-title {
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .lesson__container-title {
    font-size: 28px;
  }
}

.lesson__container-text {
  margin-top: 8px;
  letter-spacing: 0.05em;
  text-align: center;
 font-size: 12px;
}
@media screen and (min-width: 425px) {
  .lesson__container-text {
    margin-top: 16px;
    font-size: 16px;
  }
}
@media screen and (min-width: 1024px) {
  .lesson__container-text {
    font-size: 24px;
  }
}

.price {
  position: relative;
  background: #c4e9f2;
}

.price__inner {
  padding: 40px 10px 40px;
  background: #F3F4EB;
  max-width: 1024px;
  margin-inline: auto;
  border-radius: 16px;
}
@media screen and (min-width: 768px) {
  .price__inner {
    padding-top: 60px;
  }
}
@media screen and (min-width: 1024px) {
  .price__inner {
    border-radius: 25px;
  }
}

.price__contents {
  margin-top: 60px;
}
@media screen and (min-width: 768px) {
  .price__contents {
    margin-top: 30px;
  }
}

.price__contents-head {
  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: 768px) {
  .price__contents-head {
    -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;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
  }
}

.price__contents-head-text {
  position: relative;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .price__contents-head-text {
    font-size: 24px;
  }
}
.price__contents-head-text span {
  position: absolute;
  bottom: 70%;
  right: calc(50% + 50px);
  width: 80px;
}
@media screen and (min-width: 768px) {
  .price__contents-head-text span {
    bottom: 80%;
    right: calc(50% + 90px);
    width: 100px;
  }
}
.price__contents-head-text::before, .price__contents-head-text::after {
  content: "";
  position: absolute;
  bottom: 90%;
  background: #020404;
  border-radius: 50%;
  width: 5px;
  height: 5px;
}
.price__contents-head-text::before {
  left: calc(50% + 58px);
}
@media screen and (min-width: 768px) {
  .price__contents-head-text::before {
    left: calc(50% + 70px);
  }
}
.price__contents-head-text::after {
  left: calc(50% + 77px);
}
@media screen and (min-width: 768px) {
  .price__contents-head-text::after {
    left: calc(50% + 93px);
  }
}

.price__contents-head-image {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.price__contents-head-image img {
  width: 80px;
}
@media screen and (min-width: 768px) {
  .price__contents-head-image img {
    width: 100px;
  }
}

.price__contents-body {
  margin-top: 32px;
}

.price__contents-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: 13px;
}
@media screen and (min-width: 768px) {
  .price__contents-cards {
    -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;
    gap: 20px;
  }
}
@media screen and (min-width: 1024px) {
    .price__contents-cards {
       gap: 45px; 
    }
}

.price__contents-card {
  padding: 20px 0px 15px;
  -webkit-box-shadow: 0 0 10px 1px #63636D;
          box-shadow: 0 0 10px 1px #63636D;
  border-radius: 20px;
  max-width: 340px;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .price__contents-card {
    padding: 32px 20px 40px;
    margin-inline: inherit;
  }
}
@media screen and (min-width: 1024px) {
    .price__contents-card {
        gap:45px;
    }
}

.price__contents-card-head {
  font-weight: 700;
  font-size: clamp(14px, 2vw + 1rem, 20px);
  margin-inline: auto;
  text-align: center;
  color: #FFC22F;
  padding-bottom: 5px;
  border-bottom: 1px dashed #63636D;
  width: 250px;
}

.price__contents-card-body {
  margin-top: 14px;
}

.price__contents-card-price {
  margin-inline: auto;
  max-width: 300px;
}

.price__contents-card-schedule {
  margin: 10px auto 0;
  border-collapse: collapse;
  border-radius: 10px;
  border: 1px solid #7FBBDD;
  overflow: hidden;
}
.price__contents-card-schedule tr td {
  border: 1px solid #7FBBDD;
}
.price__contents-card-schedule tr td:nth-of-type(1) {
  font-weight: 700;
  padding: 13.5px 0 13.5px 13.5px;
  width: 100px;
  background: #C4E9F2;
}
@media screen and (min-width: 768px) {
  .price__contents-card-schedule tr td:nth-of-type(1) {
    width: 150px;
  }
}
.price__contents-card-schedule tr td:nth-of-type(2) {
  padding: 0 10px;
  background: #fff;
}


.picture {
  padding: 100px 0;
  position: relative;
  overflow: hidden;
}

/* 魚のアニメーション用 */
.fish__container {
  position: absolute;
  width: 100%;
  height: 80px;
  left: 0;
  z-index: 10;
  pointer-events: none;
}

.fish__container-top {
  top: 0px;
}
.fish__container-bottom {
  bottom: 0px;
}
.fish__image-top2,
.fish__image-bottom2 {
  display: none;
}
@media screen and (min-width: 1024px) {
  .fish__image-top2,
  .fish__image-bottom2 {
    display: block;
  }
}

.fish__image {
  position: absolute;
  left: -150px;
  width: 116px;
  height: auto;
  z-index: 5;
}
.fish__image img {
  width: 100%;
  height: auto;
}

.fish__image-reverse {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

.picture__swiper {
  height: 174px;
  /* お好みで調節 */
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.picture__swiper-wrapper {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.picture__swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
}

.picture__swiper-slide img {
  /* 画像の最大高さをスライダーに揃える */
  width: auto;
  /* 横幅バラバラ対応 */
  -o-object-fit: contain;
  object-fit: contain;
}

.step {
  position: relative;
}

.step__cards {
  margin-top: 44px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 56px;
  margin-inline: auto;
  place-items: center;
}
@media screen and (min-width: 768px) {
  .step__cards {
    max-width: 700px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    gap: 56px 30px;
  }
}
@media screen and (min-width: 1280px) {
  .step__cards {
    max-width: 1024px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 21px;
  }
}
.step__cards .step__card:nth-of-type(4)::before {
  width: 0;
  height: 0;
}
@media screen and (min-width: 768px) {
  .step__cards .step__card:nth-of-type(2)::before {
    width: 0;
    height: 0;
  }
}
@media screen and (min-width: 1280px) {
  .step__cards .step__card:nth-of-type(2)::before {
    width: 35px;
    height: 4px;
  }
}

.step__card {
  background: #fbfbfb;
  border-radius: 10px;
  border: 4px solid #f58b05;
  width: clamp(280px, 5vw, 335px);
  position: relative;
  padding: 21px 16px 20px 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  place-items: center;
}
@media screen and (min-width: 600px) {
  .step__card {
    width: 335px;
  }
}
@media screen and (min-width: 1024px) {
  .step__card {
    border-radius: 25px;
  }
}
@media screen and (min-width: 1280px) {
  .step__card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.step__card::before {
  content: "";
  position: absolute;
  top: calc(100% + 4px);
  left: 36px;
  background: #f58b05;
  width: 4px;
  height: 20px;
}
@media screen and (min-width: 768px) {
  .step__card::before {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 100%;
    width: 35px;
    height: 4px;
  }
}

.step__number {
  content: "";
  position: absolute;
  top: -40px;
  left: -4px;
  border: 4px solid #f58b05;
  background: #fbfbfb;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  place-items: center;
  font-family: "Outfit", sans-serif;
  font-size: 40px;
  color: #f58b05;
}

.step__image {
  width: clamp(80px, 5vw, 100px);
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.step__title {
  font-weight: 700;
  font-size: clamp(16px, 4vw, 20px);
  line-height: 1.8;
  letter-spacing: 0.05em;
  white-space: nowrap;
  color: #f58b05;
  text-align: center;
}

.step__text {
  margin-top: 8px;
  line-height: 1.8;
  letter-spacing: 0.05em;
  font-size: clamp(14px, 2vw, 16px);
}
.step__text span {
  white-space: nowrap;
}
.step__text span a {
  text-decoration: underline;
  color: #7fbbdd;
}

.instructor {
  overflow: hidden;
  padding-bottom: 200px;
}
@media screen and (min-width: 1024px) {
  .instructor {
    padding-bottom: 296px;
  }
}

.inner__instructor {
  position: relative;
  z-index: 2;
}

.instructor__contents {
  margin-top: 40px;
  z-index: 3;
  position: relative;
  max-width: 425px;
  margin-inline: auto;
}
@media screen and (min-width: 1024px) {
  .instructor__contents {
    margin-top: 40px;
    max-width: 1024px;
  }
}

.instructor__card {
  background: rgba(251, 251, 251, 0.9);
  border-radius: 10px;
  padding: 32px 8px 32px;
  z-index: 2;
  max-width: 400px;
  margin-inline: auto;
  font-size:14px;
}
@media screen and (min-width: 1024px) {
  .instructor__card {
    max-width: 800px;
    padding:32px 15px;
    font-size:16px;
  }
}

.instructor__image-top {
  width: 100%;
  max-width: 375px;
  overflow: hidden;
}
.instructor__image-top img {
  width: 100%;
  height: auto;
  max-height: 300px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  z-index: 2;
}
@media screen and (min-width: 1024px) {
  .instructor__image-top {
    max-width: 480px;
  }
  .instructor__image-top img {
    max-height: 350px;
  }
}

@media screen and (min-width: 1024px) {
  .instructor__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 16px;
  }
}

.instructor__head-top {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.instructor__head-body {
  margin-top: 12px;
}
@media screen and (min-width: 1280px) {
  .instructor__head-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.instructor__head-text {
  margin-top: 12px;
}
@media screen and (min-width: 1024px) {
  .instructor__head-text {
    margin-top: 0;
  }
}
.instructor__head-text table tr + tr {
  margin-top: 12px;
}
.instructor__head-text table tr {
  font-size: 14px;
  line-height: 2;
}
.instructor__head-text table tr span {
  display: block;
  font-weight: 700;
  white-space: nowrap;
  width: 40px;
  text-align: left;
  font-size: 16px;
}
.instructor__head-text table tr:nth-of-type(2) span {
  padding-top: 12px;
}

.instructor__name {
  font-weight: 700;
  font-size: 18px;
  line-height: 1.8;
  letter-spacing: 0.05em;
  text-align: center;
}

.instructor__text {
  margin-top: 36px;
  position: relative;
}
.instructor__text p {
  margin-top: 12px;
  line-height: 1.8;
  height: 300px;
  overflow-y: scroll;
  padding: 5px 10px;
  border-radius: 10px;
  background: rgba(255, 215, 0, 0.65);
  color: #63636D;
}
@media screen and (min-width: 768px) {
  .instructor__text p {
    padding: 10px 15px;
  }
}
.instructor__text::before {
  content: "";
  position: absolute;
  top: 12px;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 50%;
  width: 10px;
  height: 10px;
  background: #F58B05;
}
.instructor__text span {
  position: absolute;
  left: 20px;
  display: block;
  font-weight: 700;
  font-size: 20px;
  line-height: 1;
}

.instructor__image-bottom {
  content: "";
  position: absolute;
  top: calc(100% - 24px);
  right: 0%;
  width: 240px;
  -o-object-fit: contain;
     object-fit: contain;
  z-index: -1;
}
@media screen and (min-width: 1024px) {
  .instructor__image-bottom {
    width: 320px;
    right: inherit;
    left: 0;
  }
}

.instructor__decoration-left {
  content: "";
  position: absolute;
  top: 50%;
  right: 70%;
  -webkit-transform: rotate(75deg) translateY(-50%);
          transform: rotate(75deg) translateY(-50%);
  width: 373px;
  height: 373px;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .instructor__decoration-left {
    -webkit-transform: rotate(75deg) translateY(0%);
            transform: rotate(75deg) translateY(0%);
    top: 80%;
  }
}

.instructor__decoration-right {
  content: "";
  position: absolute;
  top: -100px;
  left: 90%;
  width: 373px;
  height: 373px;
  -webkit-transform: rotate(75deg) translateY(-50%);
          transform: rotate(75deg) translateY(-50%);
  z-index: -1;
}

.sprit {
  overflow: hidden;
  background: #fbfbfb;
}

.sprit__inner {
  position: relative;
  z-index: 3;
}

.head {
  position: relative;
  z-index: 2;
}

.sprit__contents {
  margin-top: 40px;
}

.sprit__contents__head {
  font-weight: 700;
  font-size: 20px;
  line-height: 1.8;
  letter-spacing: 0.05em;
  text-align: center;
}

.sprit__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;
  place-items: center;
  position: relative;
}
.sprit__cards .sprit__card:nth-of-type(1) {
  background: rgba(245, 139, 5, 0.8);
}
.sprit__cards .sprit__card:nth-of-type(2) {
  background: rgba(255, 215, 0, 0.8);
}
.sprit__cards .sprit__card:nth-of-type(3) {
  background: rgba(255, 194, 47, 0.8);
}
@media screen and (min-width: 1024px) {
  .sprit__cards .sprit__card:nth-of-type(1) {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .sprit__cards .sprit__card:nth-of-type(2) {
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .sprit__cards .sprit__card:nth-of-type(3) {
    position: absolute;
    bottom: 0;
    right: 0;
  }
}
@media screen and (min-width: 1024px) {
  .sprit__cards {
    height: 687px;
    margin-inline: auto;
  }
}

.sprit__card {
  width: 100%;
  max-width: 400px;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 50%;
  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;
  place-items: center;
}

.sprit__card-title {
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .sprit__card-title {
    font-size: 24px;
  }
}

.sprit__card-text {
  margin-top: 24px;
  text-align: center;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #63636d;
}

.sprit__team-logo-left,
.sprit__team-logo-right {
  position: absolute;
  width: 124px;
}
@media screen and (min-width: 1024px) {
  .sprit__team-logo-left,
  .sprit__team-logo-right {
    width: 196px;
  }
}

.sprit__team-logo-left {
  top: -20px;
  right: 0;
}
@media screen and (min-width: 1024px) {
  .sprit__team-logo-left {
    top: 239px;
    right: -99px;
  }
}

.sprit__team-logo-right {
  left: 0;
  bottom: 222px;
}
@media screen and (min-width: 1024px) {
  .sprit__team-logo-right {
    bottom: -16px;
    left: -91px;
  }
}

.sptit__contents-bottom {
  margin-top: 32px;
  margin-inline: auto;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.sprit__contents-text {
  font-weight: 700;
  font-size: clamp(14px, 2vw, 18px);
  line-height: 1.8;
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .sprit__contents-text {
    font-size: 24px;
  }
}
.sprit__contents-text span {
  margin-top: 24px;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .sprit__contents-text span {
    font-size: 28px;
  }
}

.sprit__decoration-left,
.sprit__decoration-right {
  display: none;
}
.sprit__decoration-left {
  width: 40px;
  top: 27px;
  right: 100%;
}

.sprit__decoration-right {
  width: 33px;
  top: -25px;
  right: -47px;
}

.sprit__image-top {
  position: absolute;
  top: -10%;
  left: 60%;
  -webkit-transform: rotate(-25deg);
  transform: rotate(-25deg);
  z-index: -1;
  width: 517px;
}
@media screen and (min-width: 1024px) {
  .sprit__image-top {
    left: 80%;
  }
}

.sprit__image-bottom {
  position: absolute;
  bottom: -10%;
  left: -80%;
  -webkit-transform: rotate(-25deg);
  transform: rotate(-25deg);
  z-index: -1;
  width: 517px;
}
@media screen and (min-width: 1024px) {
  .sprit__image-bottom {
    bottom: 0;
    left: -25%;
  }
}

.voice {
  background: #c4e9f2;
  padding-bottom: 112px;
}

.voice__container {
  margin-top: 32px;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .voice__container {
    margin-top: 40px;
  }
}

.voice__swiper-card {
  width: 100%;
}

.voice-card {
  border-radius: 25px;
  overflow: hidden;
  max-width: 375px;
  margin-inline: auto;
}
.voice-card.kochi {
  border: 2px solid #7fbbdd;
}
.voice-card.orange {
  border: 2px solid #f58b05;
}

.voice-card__team {
  padding: 16px 0;
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 0.05em;
  text-align: center;
  color: #fbfbfb;
}
.voice-card__team.kochi {
  background: #7fbbdd;
}
.voice-card__team.orange {
  background: #f58b05;
}

.voice-card__head {
  position: relative;
}

.voice-card__body {
  background: #fbfbfb;
  padding: 12px 10px 22px;
}

@media screen and (min-width: 1024px) {
 .voice-card__body {
  padding: 12px 18px 22px;
}
}

.voice-card__title {
  font-weight: 700;
  font-size: clamp(12px, 2vw + 1rem, 18px);
  line-height: 1.8;
  text-align: center;
  padding-bottom: 12px;
  border-bottom: 1px solid #63636d;
}
.voice-card__title.kochi {
  color: #7fbbdd;
}
.voice-card__title.orange {
  color: #f58b05;
}

.voice-card__image {
  position: absolute;
  top: -8px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 80px;
}

.voice-card__text {
  margin-top: 12px;
  line-height: 2;
  letter-spacing: 0.05em;
  font-size: 14px;
}

.voice-card__text img {
    width:14px;
    height:14px;
}

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: -50px;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin-inline: 8px;
}

.swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  margin-left: 16px;
  background: #020404;
  opacity: 1;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #f58b05;
}

.voice-swiper__arrow {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.voice-swiper__prev::after,
.voice-swiper__next::after {
  display: none;
}
@media screen and (min-width: 1280px) {
  .voice-swiper__prev,
  .voice-swiper__next {
    content: "";
    position: absolute;
    top: 220px;
    width: 20px;
    height: 14px;
  }
}

@media screen and (min-width: 1280px) {
  .swiper-button-prev {
    left: -50px;
    background: #fbfbfb;
    width: 40px;
    height: 40px;
    border-radius: 50%;
  }
  .swiper-button-prev::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: url(../img/voice-prev.png) no-repeat center center/contain;
    background-size: 14px 20px;
    border: 2px solid #020404;
    border-radius: 50%;
    width: 40px;
    height: 40px;
  }
}

@media screen and (min-width: 1280px) {
  .voice-swiper__next {
    right: -50px;
    background: #fbfbfb;
    width: 40px;
    height: 40px;
    border-radius: 50%;
  }
  .voice-swiper__next::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: url(../img/voice-next.png) no-repeat center center/contain;
    background-size: 14px 20px;
    border: 2px solid #020404;
    border-radius: 50%;
    width: 40px;
    height: 40px;
  }
}
/* もっと見る機能のスタイル */
/* スクロール表示のスタイル */
.voice-card__text-wrapper {
  position: relative;
  max-height: 300px;
  overflow-y: auto;
  overflow-x: hidden;
  padding-right: 5px; /* スクロールバー分のスペース */
}

/* スクロールバーのカスタマイズ（Webkit系ブラウザ：Chrome, Safari, Edge） */
.voice-card__text-wrapper::-webkit-scrollbar {
  width: 8px;
}

.voice-card__text-wrapper::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 10px;
}

.voice-card__text-wrapper::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 10px;
}

.voice-card__text-wrapper::-webkit-scrollbar-thumb:hover {
  background: #555;
}

/* Firefox用のスクロールバー */
.voice-card__text-wrapper {
  scrollbar-width: thin;
  scrollbar-color: #888 #f1f1f1;
}

.blog {
  padding-bottom: 144px;
}
@media screen and (min-width: 1024px) {
  .blog {
    padding-bottom: 130px;
  }
}

.blog__cards {
  margin-top: 32px;
  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;
  max-width: 335px;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .blog__cards {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    max-width: 680px;
    gap: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .blog__cards {
    margin-top: 40px;
    grid-template-columns: repeat(3, 1fr);
    max-width: 1024px;
  }
}

.blog__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #fbfbfb;
  border-radius: 8px;
  overflow: hidden;
  -webkit-box-shadow: 2px 4px 2px 0px rgba(99, 99, 109, 0.4);
  box-shadow: 2px 4px 2px 0px rgba(99, 99, 109, 0.4);
}
.blog__card:hover .blog__image {
  overflow: hidden;
}
.blog__card:hover .blog__image img {
  -webkit-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (min-width: 768px) {
  .blog__card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.blog__image {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.blog__image img {
  width: 140px;
  height: 120px;
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (min-width: 768px) {
  .blog__image img {
    width: 330px;
    height: 230px;
  }
}

.blog__body {
  padding: 10px;
  overflow: hidden;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .blog__body {
    margin-left: 0;
    padding: 12px;
  }
}

.blog-body {
}

.blog__category {
  width: fit-content;
  display: block;
  font-size: 14px;
  font-weight: 700;
  background: #ffc22f;
  padding: 5px;
  line-height: 1;
  border-radius: 20px;
  color: #63636d;
}
@media screen and (min-width: 1024px) {
  .blog__category {
    font-size: 14px;
  }
}

.blog__body-title {
  margin-top: 4px;
  font-weight: 700;
  font-size: clamp(14px, 2vw, 16px);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  /* ← 最大3行 */
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.4;
  /* 行間の目安 */
  max-height: 4.2em;
  /* 3行分の高さを確保 */
}
@media screen and (min-width: 768px) {
  .blog__body-title {
    margin-top: 8px;
  }
}

.blog__date {
  margin-top: 4px;
  font-size: 14px;
  color: #f58b05;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .blog__date {
    margin-top: 8px;
  }
}

.qa {
  padding-bottom: 144px;
}
@media screen and (min-width: 1024px) {
  .qa {
    padding-bottom: 193px;
  }
}

.deco .qa {
  background: #fbfbfb;
}

.qa__inner {
  position: relative;
}

.qa__boxes {
  margin-top: 32px;
  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;
  max-width: 1024px;
  margin-inline: auto;
}
@media screen and (min-width: 1024px) {
  .qa__boxes {
    margin-top: 40px;
  }
}

.qa__box.is-open .qa__box-button {
  border-radius: 10px 10px 0 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.qa__item.is-open .box-head__image::before {
  -webkit-transform: rotate(-90deg) translateY(-50%);
  transform: rotate(-90deg) translateY(-50%);
  right: -1px;
  top: calc(50% - 8px);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.qa__item {
  border-radius: 10px;
  overflow: hidden;
}

.qa__item + .qa__item {
  margin-top: 24px;
}

@media screen and (min-width: 1024px) {
  .qa__item + .qa__item {
    margin-top: 40px;
  }
}

.qa__box-button {
  width: 100%;
  padding: 11px 40px 11px 16px;
  background: #c4e9f2;
  position: relative;
}

.qa__box-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.box-head-q {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  line-height: 1;
}

.box-head__text {
  text-align: left;
  padding-left: 8px;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.02em;
}

.box-head__image {
  content: "";
  position: absolute;
  top: 50%;
  right: 16px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 16px;
  height: 2px;
  background: #020404;
  border-radius: 20px;
}
.box-head__image::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 7px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 2px;
  height: 16px;
  background: #020404;
  border-radius: 20px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.qa__body {
  display: none;
  border: 3px solid #c4e9f2;
  border-radius: 0 0 10px 10px;
  padding: 12px 16px;
  background: #f3f4eb;
}

/* is-openクラスがついている場合は開く */
.qa__item.is-open .qa__body {
  display: block;
}

.qa__body-item {
  display: flex;
}

.qa__body-a {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  line-height: 2;
}

.qa__body-text {
  padding-left: 8px;
  line-height: 1.8;
  letter-spacing: 0.02em;
  font-size: 14px;
}

.instagram {
  padding-bottom: 141px;
  background: #c4e9f2;
}
@media screen and (min-width: 1024px) {
  .instagram {
    padding-bottom: 188px;
  }
}

.instagram__cards {
  margin-top: 32px;
  margin-inline: auto;
}
@media screen and (min-width: 1024px) {
  .instagram__cards {
    margin-top: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 32px;
  }
}
.instagram__card {
  display: none;
  text-align: center;
}
.instagram__card img {
  width: 100%;
  max-width: 335px;
}
@media screen and (min-width: 1024px) {
  .instagram__card {
    display: block;
  }
}

.studio__container {
  margin-top: 32px;
}
@media screen and (min-width: 768px) {
  .studio__container {
    margin-top: 45px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 40px;
  }
}

@media screen and (min-width: 1024px) {
  .studio__image {
    width: 100%;
  }
  .studio__image img {
    height: 100%;
  }
}

.studio__table {
  margin-top: 32px;
  width: 100%;
}
.studio__table tr {
  border-top: 1px solid #020404;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.studio__table tr th {
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 0.05em;
  line-height: 1.8;
  width: 100px;
  text-align: left;
}
.studio__table tr td {
  letter-spacing: 0.05em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  place-items: center;
  font-size: clamp(12px, 2vw, 16px);
}
.studio__table tr td span {
  background: #7fbbdd;
  color: #fbfbfb;
  font-size: 10px;
  line-height: 1;
  padding: 3px 9px;
  border-radius: 10px;
  margin-left: 10px;
}
.studio__table tr:last-child {
  border-bottom: 1px solid #020404;
}
@media screen and (min-width: 1024px) {
  .studio__table {
    margin-top: 0;
  }
  .studio__table tr {
    padding: 13px 0 13px 8px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 512px;
  }
  .studio__table tr th {
    width: 198px;
  }
}

.footer {
  background: #63636d;
  padding: 25px 0 155px;
}
@media screen and (min-width: 1024px) {
  .footer {
    padding: 30px 0 10px;
  }
}

.footer__inner {
  padding-inline: 15px;
  max-width: 1054px;
  margin: 0 auto;
}

.footer__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;
  place-items: center;
}
@media screen and (min-width: 1024px) {
  .footer__container {
    place-items: inherit;
  }
}

.footer__sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (min-width: 1024px) {
  .footer__sns {
    -webkit-box-pack: inherit;
    -ms-flex-pack: inherit;
    justify-content: inherit;
  }
}

.footer__sns-text {
  font-size: 18px;
  color: #fbfbfb;
  padding-right: 52px;
}
@media screen and (min-width: 1024px) {
  .footer__sns-text {
    border-right: 2px solid #fbfbfb;
  }
}

.footer__sns-lists {
  padding-left: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.footer__sns-lists .footer__sns-list:nth-of-type(1) img {
  width: 20px;
}
@media screen and (min-width: 1024px) {
  .footer__sns-lists .footer__sns-list:nth-of-type(1) img {
    width: 25px;
  }
}
.footer__sns-lists .footer__sns-list:nth-of-type(2) {
  padding-left: 5px;
}
@media screen and (min-width: 768px) {
  .footer__sns-lists .footer__sns-list:nth-of-type(2) {
    padding-left: 8px;
  }
}
.footer__sns-list a {
  display: flex;
  align-items: center;
}
.footer__sns-list img {
  width: 24px;
}
@media screen and (min-width: 768px) {
  .footer__sns-list img {
    width: 30px;
  }
}

.footer__lists {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
@media screen and (min-width: 1024px) {
  .footer__lists {
    grid-template-columns: repeat(5, 1fr);
  }
}

.footer__list {
  color: #fbfbfb;
  width: 125px;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .footer__list {
    border-right: 2px solid #fbfbfb;
    text-align: left;
  }
  .footer__list:last-child {
    border: 0;
  }
  .footer__list:nth-of-type(5) {
    border: 0;
  }
}

.footer__contents {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  place-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
}
@media screen and (min-width: 1024px) {
  .footer__contents {
    margin-top: 30px;
    -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;
  }
}

.footer__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  place-items: center;
}

.footer__bottom-image img {
  border-radius: 50%;
  width: 40px;
}

.footer__bottom-title {
  padding-left: 12px;
  font-weight: 700;
  color: #fbfbfb;
}

.footer__bottom-lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
}

.footer__bottom-list {
  font-size: 14px;
  color: #fbfbfb;
}

.footer__copylight {
  color: #fbfbfb;
  font-size: 12px;
  text-align: center;
  margin-top: 5px;
}
@media screen and (min-width: 1024px) {
  .footer__copylight {
    margin-top: 0;
    text-align: right;
  }
}

.page-top {
  padding-top: 64px;
  position: relative;
}

.page-top__title {
  font-weight: 700;
  font-size: 32px;
  letter-spacing: 0.1em;
  white-space: nowrap;
  content: "";
  position: absolute;
  top: calc(50% + 32px);
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.page-wrap {
  margin-top: 24px;
}

.pankuzu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}

.pankuzu__text {
  font-size: 12px;
  letter-spacing: 0.05em;
}
.pankuzu__text a {
  color: #63636d;
}

.page__container {
  margin-top: 40px;
}
@media screen and (min-width: 1024px) {
  .page__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 49px;
  }
}

.page__contents {
  max-width: 640px;
  width: 100%;
  flex-shrink: 0;
}

.page__title {
  font-weight: 700;
  font-size: 24px;
  line-height: 1.8;
  letter-spacing: 0.05em;
}

.page__head {
  margin-top: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.page__date {
  font-weight: 700;
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0.05em;
  color: #ffc22f;
}

.page__category {
  width: fit-content;
  padding: 5px 8px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  background: #ffc22f;
  border-radius: 20px;
  color: #63636d;
}

.page__title-image {
  margin-top: 24px;
}

.page-body h2 {
  font-weight: 700;
  font-size: 20px;
  padding-bottom: 6px;
  border-bottom: 2px solid #63636d;
  color: #f58b05;
  margin-top: 56px;
  line-height: 1.8;
}
.page-body h3 {
  color: #f58b05;
  margin-top: 56px;
  line-height: 1.8;
  font-weight: 700;
  font-size: 18px;
  padding-left: 10px;
  border-left: 4px solid #63636d;
}
.page-body h4 {
  color: #f58b05;
  margin-top: 56px;
  line-height: 1.8;
  font-weight: 700;
  font-size: 18px;
}

.page-body p {
  margin-top: 24px;
  line-height: 2;
  font-size: 14px;
}

.page-body a {
  color: #7fbbdd;
  text-decoration: underline;
}

.page-body img {
  margin-top: 40px;
}

.page-body ul {
  margin-top: 24px;
}

.page-body li {
  font-size: 14px;
  line-height: 2;
}

.entry-links {
  margin-top: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
  padding-bottom: 40px;
}

.entry-link {
  font-weight: 700;
  font-family: "Outfit", sans-serif;
  border: 1px solid #ffc22f;
  background: #fbfbfb;
  width: 36px;
  height: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  place-items: center;
}
@media screen and (min-width: 1024px) {
  .entry-link {
    width: 48px;
    height: 48px;
  }
}
.entry-link img {
  width: 12px;
}

.page-numbers {
  display: flex;
}
.page-numbers li {
  width: 48px;
  height: 48px;
  display: flex;
  justify-content: center;
  place-items: center;
  color: #ffc22f;
  border: 1px solid #ffc22f;
  background: #fbfbfb;
}
.page-numbers.current {
  display: flex;
  justify-content: center;
  place-items: center;
  color: #fbfbfb;
  background: #ffc22f;
  width: 48px;
  height: 48px;
}
.entry-link.active {
  background: #ffc22f;
}

.pagination {
  margin-top: 56px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 40px;
}

.pagination__prev,
.pagination__next {
  padding: 15px;
  line-height: 1.8;
  border: 1px solid #c4e9f2;
  background: #fbfbfb;
}
.pagination__prev img,
.pagination__next img {
  width: 14px;
}

.pagination-text {
  padding: 14px 0;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.8;
  letter-spacing: 0.05em;
  width: 208px;
  text-align: center;
  background: #c4e9f2;
}

.sidebar {
    margin-top:60px;
  padding-bottom: 56px;
}

.sidebar-title {
  font-weight: 700;
  font-size: 24px;
  line-height: 1;
}

.sidebar-card {
  padding-bottom: 56px;
  border-bottom: 1px solid #63636d;
}
.sidebar-card .card__blog-page .blog__image img {
  height: 130px;
}

.cards__blog-page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.card__blog-page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.card__blog-page .blog__image {
  width: 130px;
  height: 100%;
}
.card__blog-page .blog__body {
  padding: 10px ;
}
.card__blog-page .blog__category {
  font-size: 12px;
}
.card__blog-page .blog__body-title {
  margin-top: 8px;
}
.card__blog-page .blog__date {
  font-weight: 700;
  margin-top: 4px;
}

.blog__category-contents {
  margin-top: 24px;
}

.blog__category-lists {
  margin-top: 32px;
  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;
  padding-left: 16px;
}

.blog__category-list {
  padding-left: 20px;
  position: relative;
}

.blog__category-list a {
  display: block;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.05em;
}

.blog__category-list::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #f58b05;
  width: 9px;
  height: 9px;
  border-radius: 50%;
}

.sidebar__popup-join {
  margin-top: 56px;
  width: 271px;
  background: #c4e9f2;
  padding-top: 24px;
  border-radius: 16px;
}

.cards__archive-page {
  margin-top: 0;
}

@media screen and (min-width: 1024px) {
  .card__archive-page {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 15px;
  }
  .card__archive-page .blog__image {
    width: 270px;
    height: 230px;
  }
  .card__archive-page .blog__body-title {
    font-weight: 700;
    font-size: 20px;
    letter-spacing: 0.05em;
  }
}

.blog__body-text {
  display: none;
  margin-top: 5px;
}
@media screen and (min-width: 1024px) {
  .blog__body-text {
    display: block;
  }
}

.page__title__category {
  margin-top: 36px;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.8;
  letter-spacing: 0.05em;
}

.top {
  position: fixed;
  bottom: 20%;
  right: 30px;
  z-index: 100 !important;
  display: none;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.top.is-show {
  display: block;
  opacity: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.top__body {
  background: #ffc22f;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  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;
  place-items: center;
  -webkit-box-shadow: 2px 4px 2px 0px rgba(99, 99, 109, 0.4);
  box-shadow: 2px 4px 2px 0px rgba(99, 99, 109, 0.4);
}
@media screen and (min-width: 1024px) {
  .top__body {
    width: 60px;
    height: 60px;
  }
}

.top__body-image {
  width: 20px;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
}

.top__body-text {
  line-height: 1;
  color: #63636d;
  font-size: 14px;
}
@media screen and (min-width: 1024px) {
  .top__body-text {
    margin-top: 5px;
    font-size: 20px;
    font-weight: 700;
  }
}

.enter {
  display: none;
}
.enter.is-show {
    display: block;
  overflow: hidden;
  background: #f58b05;
  border-radius: 50px;
  position: fixed;
  bottom: 5%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 100;
  max-width: 335px;
  width: 100%;
  height: 60px;
}

@media screen and (min-width: 1024px) {
  .enter.is-show {
  display: none;
  }
}

.enter__inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  place-items: center;
  height: 100%;
}

.enter__text {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-weight: 700;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 5%;
  color: #f3f4eb;
}

.enter__image-left,
.enter__image-right {
  position: absolute;
  top: 50%;
}
.enter__image-left img,
.enter__image-right img {
  width: 80px;
  height: auto;
}

.enter__image-left {
  right: 7%;
  -webkit-transform: translateY(-46%);
  transform: translateY(-46%);
}

.enter__image-right {
  left: 7%;
  -webkit-transform: translateY(-53%);
  transform: translateY(-53%);
}

.fade-in-up {
  opacity: 0;
  -webkit-transform: translateY(24px);
  transform: translateY(24px);
  -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);
}

/* ----タイトルアニメーション１６---- */
.js-text-effect11 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.js-text-effect11 span {
  /* アニメーションの下準備 */
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}

.js-text-effect11 span:nth-child(4n) {
  color: #f58b05;
}

.js-text-effect11 span:nth-child(4n + 1) {
  color: #ffc22f;
}

.js-text-effect11 span:nth-child(4n + 2) {
  color: #7fbbdd;
}

.js-text-effect11 span:nth-child(4n + 3) {
  color: rgba(127, 187, 221, 0.65);
}

.term,
.policy {
  padding-top: 50px;
}
@media screen and (min-width: 1024px) {
  .term,
  .policy {
    padding-top: 80px;
  }
}

.term__head,
.policy__head {
  padding: 60px;
  background: #F58B05;
}
@media screen and (min-width: 1024px) {
  .term__head,
  .policy__head {
    padding: 100px;
  }
}

.term__head-title,
.policy__head-title {
  color: #020404;
  font-weight: 700;
  font-size: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 1024px) {
  .term__head-title,
  .policy__head-title {
    font-size: 36px;
  }
}

.term__inner,
.policy__inner {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.term__container,
.policy__container {
  margin-top: 40px;
}
@media screen and (min-width: 1024px) {
  .term__container,
  .policy__container {
    margin-top: 100px;
  }
}

.term__wrap,
.policy__wrap {
  margin-top: 20px;
  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;
  padding-bottom: 60px;
}
@media screen and (min-width: 1024px) {
  .term__wrap,
  .policy__wrap {
    margin-top: 40px;
    gap: 30px;
    padding-bottom: 100px;
  }
}

.term__body,
.policy__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
@media screen and (min-width: 1024px) {
  .term__body,
  .policy__body {
    gap: 15px;
  }
}

.term__body-title,
.policy__body-title {
  font-weight: 700;
  font-size: 18px;
}
@media screen and (min-width: 1024px) {
  .term__body-title,
  .policy__body-title {
    font-size: 20px;
  }
}

.term__body-lists,
.policy__body-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: 5px;
  list-style-type: decimal;
  padding-left: 18px;
}
@media screen and (min-width: 1024px) {
  .term__body-lists,
  .policy__body-lists {
    gap: 10px;
  }
}