@charset "UTF-8";

.c-sample-slider {
  height: 25vh;
  width: 100%;
  background: url(/wp-content/themes/proceed/assets/images/dummy/instructor-image.jpg) repeat-x 0 0;
  background-size: cover;
  animation: slideBg 30s linear infinite
}

.c-news-item {
  border-radius: 8px;
  width: 33.3333333333%;
  overflow: hidden;
  background: #fafafa;
  box-shadow: 0 11px 23px 14px #00000008
}

@media (max-width: 768px) {
  .c-news-item {
    width: 100%
  }
}

.c-news-item__date {
  display: inline-block;
  color: #bdbdbd;
  font-weight: 500;
  font-size: 14px;
  margin-top: 25px;
  line-height: 1
}

.c-news-item__text {
  font-weight: 700;
  font-size: 16px;
  line-height: 1;
  margin-top: 10px;
  color: #1b1c1c
}

.c-news-item__tags {
  margin-top: 15px
}

.c-news-item__link {
  display: block;
  transition: all .3s
}

.c-news-item__img {
  width: 100%;
  height: 230px
}

@media (max-width: 768px) {
  .c-news-item__img {
    height: 350px
  }
}

.c-news-item__img img {
  width: 100%;
  height: 100%;
  object-fit: cover
}

.c-news-item__contents {
  padding: 0 20px 30px
}

.c-news-item__tags {
  display: flex;
  gap: 8px
}

.c-news-square {
  width: 100%;
  transition: all .3s
}

.c-news-square:hover {
  opacity: .75
}

.c-news-square__date {
  display: inline-block;
  color: #bdbdbd;
  font-weight: 500;
  font-size: 13px;
  margin-top: 10px;
  line-height: 1
}

@media (max-width: 768px) {
  .c-news-square__date {
    font-size: 11.5px
  }
}

.c-news-square__img {
  aspect-ratio: 1.2/1;
  width: 100%;
  position: relative
}

@media (max-width: 768px) {
  .c-news-square__img {
    max-height: 77.5vw
  }
}

.c-news-square__img--normal {
  display: block;
  padding-top: 100%;
  overflow: hidden
}

.c-news-square__img--normal img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0
}

.c-news-square__img--border {
  display: flex;
  border: 1px solid #bdbdbd;
  padding: 15px
}

.c-news-square__img--border img {
  width: 100%;
  object-fit: contain
}

.c-news-square__title {
  font-weight: 700;
  font-size: 18px;
  line-height: 1.5;
  margin-top: 10px;
  color: #1b1c1c
}

@media (max-width: 768px) {
  .c-news-square__title {
    font-size: 16.5px;
    margin-top: 6px
  }
}

.c-news-square__tag {
  font-weight: 700;
  font-size: 16px;
  line-height: 1;
  margin-top: 10px;
  color: #1b1c1c
}

@media (max-width: 768px) {
  .c-news-square__tag {
    font-size: 14.5px;
    margin-top: 10px
  }
}

.c-news-archive {
  display: flex;
  flex-wrap: wrap;
  gap: 40px
}

@media (max-width: 768px) {
  .c-news-archive {
    gap: 20px
  }
}

@media (max-width: 598px) {
  .c-news-archive {
    gap: 30px
  }
}

.c-news-archive__list {
  width: calc((100% - 80px) / 3);
  transition: all .3s
}

@media (max-width: 960px) {
  .c-news-archive__list {
    width: calc((100% - 40px)/2)
  }
}

@media (max-width: 598px) {
  .c-news-archive__list {
    width: 100%
  }
}

.c-news-archive__list:hover {
  opacity: .75
}

.c-news-archive__link {
  display: flex;
  flex-direction: column;
  gap: 15px
}

.c-news-archive__img {
  aspect-ratio: 1/1;
  width: 100%;
  height: 25vw;
  max-height: 350px;
  position: relative
}

@media (max-width: 960px) {
  .c-news-archive__img {
    height: 40vw;
    max-height: none
  }
}

@media (max-width: 598px) {
  .c-news-archive__img {
    max-height: none;
    height: 78.5vw
  }
}

.c-news-archive__img--normal {
  display: block;
  padding-top: 100%;
  overflow: hidden
}

.c-news-archive__img--normal img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0
}

.c-news-archive__img--border {
  display: flex;
  border: 1px solid #bdbdbd;
  padding: 15px
}

.c-news-archive__img--border img {
  width: 100%;
  object-fit: contain
}

.c-news-archive__title {
  font-weight: 700;
  font-size: 16px;
  line-height: 1.5;
  margin-top: 3px;
  color: #1b1c1c;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis
}

@media (max-width: 768px) {
  .c-news-archive__title {
    font-size: 14px
  }
}

.c-news-archive__tag {
  display: flex;
  gap: 10px;
  margin-top: 5px;
  margin-bottom: 5px;
  align-items: center
}

.c-news-archive__tag-date {
  display: inline-block;
  color: #bdbdbd;
  font-weight: 500;
  font-size: 14px;
  line-height: 1
}

@media (max-width: 768px) {
  .c-news-archive__tag-date {
    font-size: 13px
  }
}

.c-news-archive__tag-category {
  display: inline-block;
  padding: 3px 6px;
  font-weight: 700;
  font-size: 11px;
  line-height: normal;
  color: #fff
}

.c-news-archive__tag-category--green {
  background: #59d5cd
}

.c-news-archive__tag-category--red {
  background: #b83e3e
}

@media (max-width: 768px) {
  .c-news-archive__tag-category {
    font-size: 10px
  }
}

.c-news-archive__tag-item {
  display: flex;
  align-items: center;
  gap: 5px
}

.c-display-layout {
  max-width: 1600px;
  margin: 0 auto
}

.c-display-contents {
  padding: 0 5vw
}

@media (max-width: 768px) {
  .c-display-contents {
    padding: 0 20px
  }
}

.c-title-base {
  transition: all .4s;
  font-weight: 700;
  font-size: 50px;
  letter-spacing: .02em;
  display: block
}

.c-title-base--ja {
  font-family: Noto Sans JP, sans-serif
}

.c-title-base--en {
  font-family: Work Sans, sans-serif
}

.c-title-base--white {
  color: #fafafa
}

.c-title-base--black {
  color: #1b1c1c
}

.c-title-base--gray {
  color: #a3a8a8
}

.c-title-base--s {
  font-size: 17px;
  line-height: 1
}

@media (max-width: 768px) {
  .c-title-base--s {
    font-size: 14px
  }
}

.c-title-base--m {
  font-size: 28px;
  line-height: 1
}

@media (max-width: 768px) {
  .c-title-base--m {
    font-size: 22px
  }
}

.c-title-base--l {
  font-size: 54px;
  line-height: 1
}

@media (max-width: 768px) {
  .c-title-base--l {
    font-size: 38px
  }
}

.c-title-base--xl {
  font-size: 82px;
  line-height: 1
}

@media (max-width: 768px) {
  .c-title-base--xl {
    font-size: 52px
  }
}

.c-title-base--low {
  line-height: 1
}

.c-title-base--normal {
  line-height: 1.5
}

.c-title-base--heigh {
  line-height: 2
}

.c-title-base--left {
  text-align: left
}

.c-title-base--center {
  text-align: center
}

.c-title-base--right {
  text-align: right
}

.c-title-base--normal {
  font-weight: 400
}

.c-title-base--bold {
  font-weight: 700
}

.c-title-lead {
  font-size: 28px;
  line-height: 1.5
}

@media (max-width: 768px) {
  .c-title-lead {
    font-size: 26px
  }
}

.c-title-lead--low {
  line-height: 1
}

.c-title-lead--normal {
  line-height: 1.5
}

.c-title-lead--heigh {
  line-height: 2
}

.c-title-sub {
  font-weight: 400;
  font-family: Noto Sans JP, sans-serif;
  letter-spacing: .02em;
  color: #1b1c1c;
  line-height: 1
}

.c-title-sub--xl {
  font-size: 18px
}

@media (max-width: 768px) {
  .c-title-sub--xl {
    font-size: 14px
  }
}

.c-title-sub--l {
  font-size: 14px
}

@media (max-width: 768px) {
  .c-title-sub--l {
    font-size: 12px
  }
}

.c-title-top {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-top: 220px
}

@media (max-width: 768px) {
  .c-title-top {
    padding-top: 160px
  }
}

.c-title-top__contents {
  opacity: 0
}

.c-title-top__line-space:after {
  content: "";
  display: block;
  height: 1px;
  background: #1b1c1c;
  transform-origin: left;
  transform: scaleX(0);
  transition: 1s;
  transition-duration: .8s
}

.c-title-top__line-space--medium:after {
  margin: 60px 0 180px
}

@media (max-width: 768px) {
  .c-title-top__line-space--medium:after {
    margin: 40px 0 120px
  }
}

.c-title-top__line-space--narrow:after {
  margin: 60px 0 100px
}

@media (max-width: 768px) {
  .c-title-top__line-space--narrow:after {
    margin: 40px 0 80px
  }
}

.c-slider-mv {
  position: relative;
  height: 90vh
}

.c-slider-mv__slide {
  width: 100%;
  height: 100%;
  background-image: url(/wp-content/themes/proceed/assets/images/top/mv-image.jpg);
  background-size: cover;
  background-position: center
}

.c-slider-mv__slide02 {
  width: 100%;
  height: 100%;
  background-image: url(/wp-content/themes/proceed/assets/images/top/mv-image02.jpg);
  background-size: cover;
  background-position: center
}

.c-slider-mv__logo {
  position: absolute;
  z-index: 100;
  top: 140px;
  left: 80px;
  font-size: 62px;
  color: #fafafa;
  mix-blend-mode: difference
}

.c-instructor-item {
  position: relative;
  font-size: 14px;
  font-weight: 500;
  height: 360px
}

@media (max-width: 960px) {
  .c-instructor-item {
    height: 28vw
  }
}

@media (max-width: 768px) {
  .c-instructor-item {
    height: 51vw
  }
}

.c-instructor-item a {
  height: 100%
}

.c-instructor-item a:hover .c-instructor-item__img img {
  transform: scale(1.05)
}

.c-instructor-item__texts {
  width: 100%;
  position: absolute;
  bottom: 0
}

.c-instructor-item__text {
  text-align: center;
  color: #fafafa;
  line-height: 1;
  display: block;
  width: 100%;
  padding: 10px
}

@media (max-width: 960px) {
  .c-instructor-item__text {
    padding: 5px
  }
}

.c-instructor-item__text-name {
  font-size: 16px;
  color: #1b1c1c;
  font-weight: 700;
  background: #fafafacc
}

@media (max-width: 960px) {
  .c-instructor-item__text-name {
    font-size: 14px
  }
}

@media (max-width: 768px) {
  .c-instructor-item__text-name {
    font-size: 13px
  }
}

.c-instructor-item__text-name--en {
  font-family: Work Sans, sans-serif
}

.c-instructor-item__text-name--ja {
  font-family: Noto Sans JP, sans-serif
}

.c-instructor-item__text-genre {
  font-size: 16px;
  color: #fafafa;
  font-weight: 700;
  font-family: Work Sans, sans-serif;
  background: #292929
}

@media (max-width: 960px) {
  .c-instructor-item__text-genre {
    font-size: 14px
  }
}

@media (max-width: 768px) {
  .c-instructor-item__text-genre {
    font-size: 13px
  }
}

.c-instructor-item__img {
  height: 100%;
  overflow: hidden
}

.c-instructor-item__img img {
  transition: all .4s;
  width: 100%;
  height: 100%;
  object-fit: cover
}

.c-instructor-mv {
  background-image: url(/wp-content/themes/proceed/assets/images/instructor/instructor-mv.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 70vh
}

@keyframes slideBg {
  0% {
    background-position: 0 0
  }

  to {
    background-position: -1000px 0
  }
}

.c-global-access {
  background: #59d5cd;
  margin-top: 140px
}

@media (max-width: 768px) {
  .c-global-access {
    margin-top: 100px
  }
}

.c-global-access__map {
  width: 100%;
  margin-top: 40px;
  height: 32vw;
  min-height: 420px
}

@media (max-width: 768px) {
  .c-global-access__map {
    margin-top: 20px
  }
}

.c-global-access__map iframe {
  width: 100%;
  height: 100%
}

.c-global-access__wrapper {
  padding: 120px 0
}

@media (max-width: 768px) {
  .c-global-access__wrapper {
    padding: 100px 0
  }
}

.c-global-access__head {
  display: flex;
  justify-content: space-between;
  align-items: center
}

.c-global-access__body {
  display: flex;
  width: 100%;
  gap: 80px
}

.c-global-access__body iframe {
  width: 100%
}

.c-global-access__logo {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #121212
}

.c-global-access__logo-inner {
  height: 100px
}

.c-global-access__logo-inner img {
  width: 100%;
  height: 100%;
  object-fit: contain
}

.c-global-access__link {
  color: #1b1c1c;
  font-size: 20px;
  font-weight: 700;
  font-family: Work Sans, sans-serif;
  line-height: 1;
  border-bottom: 1px solid #1b1c1c;
  padding-bottom: 8px
}

@media (max-width: 768px) {
  .c-global-access__link {
    font-size: 16px
  }
}

.c-global-subfooter__wrapper {
  padding: 120px 0;
  background: #161717
}

@media (max-width: 768px) {
  .c-global-subfooter__wrapper {
    padding: 80px 0
  }
}

.c-global-subfooter__contents {
  display: flex;
  gap: 80px
}

@media (max-width: 768px) {
  .c-global-subfooter__contents {
    flex-direction: column;
    gap: 40px
  }
}

.c-global-subfooter__link-system {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  color: #fafafa;
  background: #161717
}

.c-global-subfooter__link-schedule {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  color: #1b1c1c;
  background: #f7f7f7
}

.c-global-subfooter__link-inner {
  text-align: center
}

.c-global-subfooter__title-en {
  display: block;
  font-size: 32px;
  font-weight: 650
}

.c-global-subfooter__title-ja {
  display: block;
  font-size: 15px;
  font-weight: 400
}

.c-top-about {
  padding-bottom: 18.75vw;
  margin-top: 240px;
  padding-bottom: 27vw;
  margin-right: 0;
  margin-left: auto;
  width: 30vw
}

@media (max-width: 768px) {
  .c-top-about {
    width: 100%;
    margin-top: 0;
    padding-bottom: 100px
  }
}

.c-top-about__contents {
  width: 100%
}

.c-top-about__wrapper {
  display: flex;
  gap: 120px;
  z-index: 800;
  position: relative
}

@media (max-width: 768px) {
  .c-top-about__wrapper {
    flex-direction: column-reverse;
    padding: 145px 20px 0;
    gap: 0
  }
}

@media (max-width: 768px) {
  .c-top-about__img {
    width: 100%;
    transform: translateY(80px)
  }
}

.c-top-about__head {
  display: flex;
  flex-direction: column;
  gap: 15px
}

.c-top-about__body p {
  margin-top: 45px;
  line-height: 2
}

@media (max-width: 768px) {
  .c-top-about__body p {
    margin-top: 30px
  }
}

.c-top-about__foot {
  margin-top: 40px
}

@media (max-width: 768px) {
  .c-top-about__foot {
    margin-top: 30px
  }
}

.c-top-about__title-ja {
  font-size: 54px;
  margin-top: 20px
}

.c-top-about__title-en {
  font-size: 22px
}

.c-top-instructor {
  position: relative;
  margin-top: -75px
}

@media (max-width: 768px) {
  .c-top-instructor {
    margin-top: -30px
  }
}

.c-top-instructor__wrapper {
  background: #161717;
  padding: 34vw 20px 21.9vw;
  margin-right: 9vw
}

@media (max-width: 768px) {
  .c-top-instructor__wrapper {
    margin-right: 0;
    padding: 340px 20px 200px
  }
}

.c-top-instructor__decoration {
  background-image: url(/wp-content/themes/proceed/assets/images/instructor/decoration.png);
  background-repeat: repeat-x;
  background-size: contain;
  display: block;
  height: 95px;
  width: 100%;
  position: absolute;
  top: 63px;
  left: -5px;
  animation: slideBg 40s linear infinite
}

@media (max-width: 768px) {
  .c-top-instructor__decoration {
    top: 23px;
    background-size: cover;
    height: 67px
  }
}

.c-top-instructor__head {
  display: flex;
  flex-direction: column
}

.c-top-instructor__head--left {
  text-align: left
}

.c-top-instructor__head--center {
  text-align: center
}

.c-top-instructor__head--right {
  text-align: right
}

.c-top-instructor__body {
  margin-top: 30px
}

.c-top-instructor__body--left {
  text-align: left
}

.c-top-instructor__body--center {
  text-align: center
}

.c-top-instructor__body--right {
  text-align: right
}

.c-top-instructor__body p {
  color: #fafafa
}

.c-top-instructor__foot {
  display: flex;
  justify-content: center;
  margin-top: 40px
}

.c-top-news__wrapper {
  padding-top: 140px
}

.c-top-news__head {
  display: flex;
  flex-direction: column
}

.c-top-news__head--left {
  text-align: left
}

.c-top-news__head--center {
  text-align: center
}

.c-top-news__head--right {
  text-align: right
}

.c-top-news__body {
  margin-top: 60px;
  display: grid;
  gap: 40px;
  grid-template-columns: repeat(4, 1fr)
}

@media (max-width: 1040px) {
  .c-top-news__body {
    grid-template-columns: repeat(3, 1fr)
  }
}

@media (max-width: 960px) {
  .c-top-news__body {
    grid-template-columns: repeat(2, 1fr)
  }
}

@media (max-width: 598px) {
  .c-top-news__body {
    grid-template-columns: repeat(1, 1fr)
  }
}

.c-top-news__foot {
  margin-top: 40px;
  text-align: right
}

.c-top-access-dummy__info {
  width: 60%
}

.c-top-access-dummy__info-lists {
  display: flex;
  flex-direction: column;
  gap: 35px
}

.c-top-access-dummy__info-list {
  display: flex;
  gap: 60px
}

.c-top-access-dummy__info-list span {
  display: flex;
  align-items: center;
  gap: 15px;
  font-size: 14px;
  font-weight: 700
}

.c-top-access-dummy__info-list span:before {
  content: "";
  display: block;
  width: 6px;
  height: 80%;
  background: #59d5cd
}

.c-top-access-dummy__info-map {
  margin-top: 80px
}

.c-top-access-dummy__info-map iframe {
  width: 100%
}

.c-top-access-dummy__body {
  display: flex;
  gap: 80px;
  margin-top: 50px
}

.c-top-access-dummy__img {
  width: 40%;
  display: flex;
  flex-direction: column;
  gap: 55px
}

.c-top-access-dummy__logo {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #121212
}

.c-top-access-dummy__logo-inner {
  height: 100px
}

.c-top-access-dummy__logo-inner img {
  width: 100%;
  height: 100%;
  object-fit: contain
}

.c-about-feature__contents:after {
  content: ""
}

.c-about-feature__img-item {
  width: 55%;
  position: relative
}

@media (max-width: 768px) {
  .c-about-feature__img-item {
    width: 100%
  }
}

@media (max-width: 768px) {
  .c-about-feature__img-item--feature {
    margin-top: 80px
  }
}

.c-about-feature__img img {
  width: 100%
}

@media (max-width: 768px) {
  .c-about-feature__text--feature {
    margin-top: 40px
  }
}

.c-about-feature__texts {
  display: flex;
  flex-direction: column;
  gap: 40px;
  width: 45%
}

@media (max-width: 768px) {
  .c-about-feature__texts--feature {
    display: contents
  }
}

@media (max-width: 768px) {
  .c-about-feature__texts {
    width: 100%
  }
}

.c-about-feature__body {
  width: 100%;
  display: flex;
  align-items: flex-start;
  gap: 80px
}

.c-about-feature__body--feature {
  flex-direction: row-reverse
}

@media (max-width: 768px) {
  .c-about-feature__body--feature {
    gap: 0
  }
}

@media (max-width: 768px) {
  .c-about-feature__body {
    flex-direction: column;
    width: 100%
  }
}

.c-about-feature__num-list {
  display: block;
  position: absolute
}

.c-about-feature__num-list.concept {
  top: -42px;
  left: 50px
}

.c-about-feature__num-list.feature {
  top: -42px;
  right: 50px
}

.c-about-feature__num {
  display: block;
  font-size: 72px;
  font-weight: 700;
  line-height: 1;
  color: #59d5cd
}

@media (max-width: 768px) {
  .c-about-feature__num {
    font-size: 62px
  }
}

.c-about-feature__subtitle {
  display: block;
  font-size: 16px;
  font-weight: 700;
  font-family: Work Sans, sans-serif;
  line-height: 1;
  color: #59d5cd;
  padding-left: 8px;
  margin-top: 5px
}

@media (max-width: 768px) {
  .c-about-feature__subtitle {
    font-size: 12px
  }
}

.c-about-feature__head {
  display: flex;
  flex-direction: column;
  gap: 15px
}

@media (max-width: 768px) {
  .c-about-feature__foot--feature {
    margin-top: 30px;
    order: 2
  }
}

.c-instructor-top__wrapper {
  padding-bottom: 140px
}

.c-instructor-top__body {
  display: flex;
  gap: 120px;
  margin-top: 20px
}

@media (max-width: 768px) {
  .c-instructor-top__body {
    flex-direction: column-reverse;
    gap: 60px
  }
}

.c-instructor-top__body-text {
  width: 55%
}

.c-instructor-top__body-img {
  width: 40%;
  height: 370px
}

@media (max-width: 768px) {
  .c-instructor-top__body-img {
    width: 65%;
    height: 43vw;
    margin: 0 auto
  }
}

.c-instructor-top__body-img img {
  width: 100%;
  height: 100%;
  object-fit: cover
}

.c-instructor-top__text {
  display: flex;
  flex-direction: column;
  gap: 40px;
  width: 60%
}

@media (max-width: 768px) {
  .c-instructor-top__text-name {
    text-align: center
  }
}

@media (max-width: 768px) {
  .c-instructor-top__text {
    width: 100%
  }
}

.c-instructor-top__text li {
  display: flex;
  flex-direction: column;
  gap: 12px
}

.c-instructor-top__dl {
  margin-top: 50px
}

.c-instructor-info__head {
  margin-bottom: 60px
}

@media (max-width: 768px) {
  .c-instructor-info__head {
    margin-bottom: 40px
  }
}

.c-instructor-info__contents {
  display: flex;
  gap: 170px
}

@media (max-width: 768px) {
  .c-instructor-info__contents {
    flex-direction: column;
    gap: 100px
  }
}

.c-instructor-info__contents-profile {
  width: 60%
}

@media (max-width: 768px) {
  .c-instructor-info__contents-profile {
    width: 100%
  }
}

.c-instructor-info__contents-schedule {
  width: 40%
}

@media (max-width: 768px) {
  .c-instructor-info__contents-schedule {
    width: 100%
  }
}

.c-instructor-info__wrapper {
  padding: 80px 0 120px;
  background: #fafafa
}

.c-instructor-info__lists.profile {
  display: flex;
  flex-direction: column;
  gap: 10px
}

.c-instructor-info__lists.schedule {
  display: flex;
  flex-direction: column;
  gap: 25px
}

@media (max-width: 768px) {
  .c-instructor-info__lists.schedule {
    gap: 15px
  }
}

.c-instructor-info__body {
  display: flex;
  flex-direction: column;
  gap: 40px
}

@media (max-width: 768px) {
  .c-instructor-info__body {
    gap: 25px
  }
}

.c-instructor-movie {
  width: 60%
}

@media (max-width: 768px) {
  .c-instructor-movie {
    width: 100%
  }
}

.c-instructor-movie__head {
  margin-bottom: 60px
}

@media (max-width: 768px) {
  .c-instructor-movie__head {
    margin-bottom: 40px
  }
}

.c-instructor-movie__contents {
  width: 100%
}

@media (max-width: 768px) {
  .c-instructor-movie__contents {
    width: 100%
  }
}

.c-instructor-movie__item {
  display: block;
  width: 100%
}

.c-instructor-movie__item iframe {
  width: 100%;
  height: 370px
}

html {
  -webkit-text-size-adjust: 100%;
  box-sizing: border-box;
  -moz-tab-size: 4;
  tab-size: 4;
  word-break: normal
}

*,
:after,
:before {
  background-repeat: no-repeat;
  box-sizing: inherit
}

:after,
:before {
  text-decoration: inherit;
  vertical-align: inherit
}

* {
  margin: 0;
  padding: 0
}

hr {
  color: inherit;
  height: 0;
  overflow: visible
}

details,
main {
  display: block
}

summary {
  display: list-item
}

small {
  font-size: 80%
}

[hidden] {
  display: none
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted
}

a {
  cursor: pointer;
  background-color: transparent
}

a:active,
a:hover {
  outline-width: 0
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace
}

pre {
  font-size: 1em
}

b,
strong {
  font-weight: bolder
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline
}

sub {
  bottom: -.25em
}

sup {
  top: -.5em
}

table {
  border-color: inherit;
  text-indent: 0
}

iframe {
  border-style: none
}

input {
  border-radius: 0
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none
}

textarea {
  overflow: auto;
  resize: vertical
}

button,
input,
optgroup,
select,
textarea {
  font: inherit
}

optgroup {
  font-weight: 700
}

button {
  overflow: visible
}

button,
select {
  text-transform: none
}

[role=button],
[type=button],
[type=reset],
[type=submit],
button {
  cursor: pointer
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button:-moz-focusring {
  outline: 1px dotted ButtonText
}

[type=reset],
[type=submit],
button,
html [type=button] {
  -webkit-appearance: button
}

button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none
}

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline-width: 0
}

select {
  -moz-appearance: none;
  -webkit-appearance: none
}

select::-ms-expand {
  display: none
}

select::-ms-value {
  color: currentColor
}

legend {
  border: 0;
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  color: inherit;
  font: inherit
}

[disabled] {
  cursor: default
}

img {
  border-style: none
}

progress {
  vertical-align: baseline
}

[aria-busy=true] {
  cursor: progress
}

[aria-controls] {
  cursor: pointer
}

[aria-disabled=true] {
  cursor: default
}

ol,
ul {
  list-style: none
}

.c-btn-switch {
  display: block;
  width: auto;
  padding: 5px 20px;
  max-width: 150px
}

.c-btn-switch:hover {
  transition: opacity .3s
}

.c-btn-switch:hover:hover {
  opacity: .8
}

.c-btn-switch a,
.c-btn-switch a p {
  text-align: center
}

.c-btn-switch--white {
  background: #fff;
  border: 1px solid #59d5cd
}

.c-btn-switch--green {
  border: 1px solid #59d5cd;
  background: #59d5cd
}

.c-btn-viewmore {
  display: inline-block;
  transition: all .3s
}

.c-btn-viewmore:hover {
  transform: translate(10px)
}

.c-btn-viewmore__inner {
  display: inline-flex;
  align-items: center;
  gap: 40px;
  padding: 11px 7px 11px 30px;
  color: #fafafa;
  border-radius: 50px;
  font-size: 15px;
  font-family: Work Sans, sans-serif;
  font-weight: 500
}

@media (max-width: 768px) {
  .c-btn-viewmore__inner {
    font-size: 14px;
    padding: 9px 7px 9px 30px;
    gap: 25px
  }
}

.c-btn-viewmore__inner--black {
  background: #161717
}

.c-btn-viewmore__inner--light-black {
  background: #2a2b2b
}

.c-btn-viewmore__icon {
  display: flex;
  padding: 10px;
  border-radius: 99px;
  align-items: center;
  justify-content: center
}

.c-btn-viewmore__icon--white {
  background: #fff
}

.c-btn-viewmore__icon--black {
  background: #161717
}

.c-btn-viewmore__icon img {
  width: 13px;
  height: 13px
}

.c-btn-square {
  width: 50%
}

@media (max-width: 768px) {
  .c-btn-square {
    width: 100%
  }
}

.c-btn-square__subtitle {
  font-size: 15px;
  font-family: Noto Sans JP, sans-serif;
  font-weight: 400;
  line-height: 1;
  color: #1b1c1c;
  transition: all .3s
}

@media (max-width: 768px) {
  .c-btn-square__subtitle {
    font-size: 12px
  }
}

.c-btn-square__subtitle--black {
  color: #fafafa
}

.c-btn-square__subtitle--white {
  color: #1b1c1c
}

.c-btn-square__link {
  display: block;
  padding: 60px 0;
  text-align: center;
  transition: all .3s
}

.c-btn-square__link:hover {
  background: #59d5cd
}

.c-btn-square__link:hover .c-title-base,
.c-btn-square__link:hover .c-btn-square__subtitle {
  color: #fafafa
}

.c-btn-square__link-inner {
  display: flex;
  flex-direction: column;
  gap: 15px
}

.c-btn-square__link--black {
  background: #2a2b2b
}

.c-btn-square__link--white {
  background: #fafafa
}

.c-btn-square__title--white {
  color: #1b1c1c
}

.c-btn-square__title--black {
  color: #fafafa
}

.c-btn-sns {
  display: flex;
  flex-direction: column;
  gap: 15px
}

.c-btn-sns__list {
  width: 210px
}

@media (max-width: 768px) {
  .c-btn-sns__list {
    max-width: 240px;
    width: 100%;
    margin: 0 auto
  }
}

.c-btn-sns__link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 25px;
  border: 1px solid #1b1c1c;
  color: #1b1c1c;
  font-size: 12px;
  font-weight: 700
}

@media (max-width: 768px) {
  .c-btn-sns__link {
    padding: 5px 20px;
    font-size: 11px
  }
}

.c-btn-sns__link-icon {
  display: block;
  height: 25px
}

@media (max-width: 768px) {
  .c-btn-sns__link-icon {
    height: 22px
  }
}

.c-btn-sns__link-icon img {
  height: 100%
}

.c-btn-snsprivate__list {
  position: relative;
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  width: 100%;
  border: 1px solid #1b1c1c
}

.c-btn-snsprivate__list li {
  width: 100%
}

@media (max-width: 768px) {
  .c-btn-snsprivate__list {
    flex-direction: column
  }
}

.c-btn-snsprivate__item-left {
  display: block;
  padding: 20px 60px;
  border-width: 0 1px 1px 1px;
  border-bottom: 1px solid #1b1c1c
}

@media (max-width: 768px) {
  .c-btn-snsprivate__item-left {
    padding: 40px 20px;
    margin: 0 20px
  }
}

.c-btn-snsprivate__link-left {
  width: 50%;
  text-decoration: none;
  position: relative
}

@media (max-width: 768px) {
  .c-btn-snsprivate__link-left {
    width: 100%
  }
}

.c-btn-snsprivate__item-middle {
  display: block;
  padding: 20px 60px;
  border-bottom: 1px solid #1b1c1c;
  transition: background-color .3s, color .3s
}

@media (max-width: 768px) {
  .c-btn-snsprivate__item-middle {
    padding: 40px 20px;
    margin: 0 20px
  }
}

.c-btn-snsprivate__link-middle {
  text-decoration: none;
  position: relative
}

.c-btn-snsprivate__link-middle:before {
  content: "";
  width: 100%;
  position: absolute;
  top: 0;
  left: 0
}

@media (max-width: 768px) {
  .c-btn-snsprivate__link-middle:before {
    content: "";
    width: calc(100% - 20px);
    height: 1px;
    background-color: #172027;
    position: absolute;
    top: 0;
    left: 0
  }
}

@media (max-width: 768px) {
  .c-btn-snsprivate__link-middle {
    width: 100%
  }
}

.c-btn-snsprivate__item-right {
  display: block;
  padding: 20px 60px
}

@media (max-width: 768px) {
  .c-btn-snsprivate__item-right {
    padding: 40px 20px;
    border-width: 0 1px 0 1px;
    border-color: transparent #172027 transparent #172027
  }
}

.c-btn-snsprivate__link-right {
  width: 50%;
  text-decoration: none;
  transition: background-color .3s, color .3s
}

@media (max-width: 768px) {
  .c-btn-snsprivate__link-right {
    width: 100%
  }
}

.c-btn-snsprivate__item-title {
  display: block;
  font-size: 28px;
  font-family: Roboto, sans-serif;
  font-weight: 300;
  color: #1b1c1c
}

.c-btn-listback {
  text-align: center;
  margin-top: 60px
}

.c-btn-listback__link {
  display: inline;
  padding: 15px 60px;
  font-size: 18px;
  font-family: Noto Sans JP, sans-serif;
  font-weight: 400;
  background: #fafafa;
  border: 1px solid #1b1c1c;
  color: #1b1c1c;
  border-radius: 999px;
  transition: all .3s
}

.c-btn-listback__link:hover {
  background: #1b1c1c;
  color: #fafafa
}

.c-btn-backtop {
  width: 80px;
  height: 40px;
  background-color: #50d9d0;
  position: fixed;
  z-index: 2800;
  bottom: 0;
  right: 40px
}

.c-btn-backtop:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 40px 20px 40px;
  top: -20px;
  border-color: transparent transparent #50d9d0 transparent;
  position: absolute;
  left: 0
}

@media (max-width: 768px) {
  .c-btn-backtop:before {
    border-width: 0 30px 10px 30px;
    top: -10px
  }
}

.c-btn-backtop.js-backtop-transparent {
  transition: all .3s;
  opacity: 0;
  transform: translateY(100%)
}

.c-btn-backtop.js-backtop-fadein {
  transform: translateY(0);
  opacity: 1
}

@media (max-width: 768px) {
  .c-btn-backtop {
    width: 60px;
    height: 35px;
    right: 20px
  }
}

.c-btn-backtop__text {
  line-height: 1;
  font-size: 14px;
  font-family: Work Sans, sans-serif;
  color: #1b1c1c;
  letter-spacing: .02em;
  font-weight: 700;
  display: block
}

.c-btn-backtop__text:before {
  content: "";
  display: block;
  color: #1b1c1c;
  line-height: 1;
  width: 6px;
  margin: 0 auto 6px;
  height: 6px;
  border: .1em solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateY(25%) rotate(-45deg)
}

@media (max-width: 768px) {
  .c-btn-backtop__text:before {
    width: 5px;
    height: 5px
  }
}

.c-tag-link {
  display: inline-block;
  padding: 5px 8px;
  font-weight: 700;
  font-size: 13px;
  line-height: normal;
  transition: opacity .3s;
  background: #fff;
  border: 1px solid #bdbdbd
}

.c-tag-link a {
  color: #1b1c1c
}

.c-tag-link:hover {
  opacity: .8
}

.c-tag-link--green {
  background: #59d5cd;
  border: none
}

.c-tag-link--green a {
  color: #fff
}

@media (max-width: 768px) {
  .c-tag-link {
    font-size: 11px
  }
}

.c-tag-news {
  padding: 6px 16px;
  border-radius: 999px;
  display: inline-flex;
  border: 1px solid #161717;
  line-height: 1
}

.c-tag-news--red {
  background: #e05151
}

.c-tag-news--blue {
  background: #2597c7
}

.c-tag-news--yellow {
  background: #e0e22b
}

.c-tag-news--white {
  background: #fafafa
}

.c-tag-news span {
  color: #1b1c1c;
  font-weight: 700;
  font-size: 12px
}

.c-tag-definition {
  display: flex;
  align-items: center;
  gap: 30px
}

.c-tag-definition--white {
  color: #fafafa
}

.c-tag-definition--black {
  color: #1b1c1c
}

.c-tag-definition dt {
  display: flex;
  align-items: center;
  gap: 15px;
  font-size: 14px;
  font-weight: 700
}

.c-tag-definition dt:before {
  content: "";
  display: block;
  width: 6px;
  height: 14px;
  background: #59d5cd
}

.c-tag-definition dd {
  display: flex;
  align-items: center;
  gap: 15px;
  font-size: 14px;
  font-weight: 400
}

.c-text-strong {
  color: #1b1c1c;
  line-height: normal;
  text-align: left;
  font-size: 20px;
  font-weight: 700;
  font-family: Noto Sans JP, sans-serif;
  letter-spacing: .02em
}

@media (max-width: 768px) {
  .c-text-strong {
    font-size: 18px
  }
}

.c-text-note span {
  display: block
}

.c-text-note__text {
  display: flex
}

.c-text-base {
  color: #1b1c1c;
  line-height: 1.75;
  text-align: justify
}

@media (max-width: 768px) {
  .c-text-base {
    font-size: 14px
  }
}

.c-text-base--left {
  text-align: left
}

.c-text-base--center {
  text-align: center
}

.c-text-base--right {
  text-align: right
}

.c-text-base--white {
  color: #fff
}

.c-text-base--black {
  color: #1b1c1c
}

.c-text-base--red {
  color: #b83e3e
}

.c-text-base--normal {
  font-weight: 400
}

.c-text-base--medium {
  font-weight: 500
}

.c-text-base--bold {
  font-weight: 700
}

.c-text-base--heavy {
  font-weight: 900
}

.c-text-base--border {
  border-bottom: 1px solid #1b1c1c;
  padding-bottom: 8px;
  display: inline-block
}

.c-text-base--s {
  font-size: 15px
}

@media (max-width: 768px) {
  .c-text-base--s {
    font-size: 14px
  }
}

.c-text-base--m {
  font-size: 20px
}

@media (max-width: 768px) {
  .c-text-base--m {
    font-size: 16px
  }
}

.c-text-base--ja {
  font-family: Noto Sans JP, sans-serif
}

.c-text-base--en {
  font-family: Work Sans, sans-serif
}

.c-table-info__contents-wrapper {
  width: calc(100% - 360px);
  min-width: 640px
}

@media (max-width: 768px) {
  .c-table-info__contents-wrapper {
    min-width: 100%
  }
}

.c-table-info__capture-text {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 80px
}

.c-table-info__list-contents {
  display: flex;
  padding: 20px 0;
  border-bottom: 1px solid #59d5cd;
  gap: 20px;
  flex-wrap: nowrap
}

.c-table-info__list-contents:first-child {
  border-top: 1px solid #59d5cd
}

@media (max-width: 768px) {
  .c-table-info__list-contents {
    flex-wrap: wrap;
    padding: 10px 0 20px;
    gap: 15px
  }
}

.c-table-info__item {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  margin-bottom: 80px
}

@media (max-width: 768px) {
  .c-table-info__item {
    gap: 30px
  }
}

.c-table-info__item:last-of-type {
  margin-bottom: 0
}

.c-table-info__item h3 {
  font-size: 36px;
  line-height: 1;
  font-weight: 700;
  font-family: Work Sans, sans-serif;
  letter-spacing: .02em;
  line-height: normal;
  padding-left: 20px;
  border-left: 8px solid #59d5cd;
  width: 280px;
  height: 36px;
  margin-right: 40px
}

.c-table-info__text-l {
  font-size: 28px;
  font-family: Noto Sans JP, sans-serif;
  font-weight: 400;
  line-height: normal;
  letter-spacing: .02em;
  margin-bottom: 20px
}

.c-table-info__item-contents {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 40px
}

@media (max-width: 768px) {
  .c-table-info__item-contents {
    gap: 30px
  }
}

.c-table-info__item-contents ul {
  list-style: none;
  padding: 0;
  margin: 0
}

.c-table-info__item-label {
  width: 200px;
  font-family: Noto Sans JP, sans-serif;
  font-weight: 700;
  letter-spacing: .02em;
  color: #1b1c1c;
  font-size: 15px
}

@media (max-width: 768px) {
  .c-table-info__item-label {
    font-size: 14px;
    width: 140px
  }
}

.c-table-info__item-value {
  font-family: Noto Sans JP, sans-serif;
  font-weight: 400;
  letter-spacing: .02em;
  color: #1b1c1c;
  font-size: 15px
}

@media (max-width: 768px) {
  .c-table-info__item-value {
    font-size: 14px
  }
}

.c-table-info__item-value .c-table-info__info-note {
  font-family: Noto Sans JP, sans-serif;
  font-weight: 400;
  letter-spacing: .02em;
  font-size: 15px;
  color: #b83e3e;
  font-weight: 700;
  margin-left: 20px
}

@media (max-width: 768px) {
  .c-table-info__item-value .c-table-info__info-note {
    font-size: 14px;
    margin-left: 10px
  }
}

@media (max-width: 768px) {
  .c-table-info__item-contents {
    width: 100%;
    min-width: 100%
  }

  .c-table-info__text-l {
    font-size: 24px
  }
}

.c-table-map {
  font-size: 26px;
  font-weight: 700;
  font-family: Noto Sans JP, sans-serif;
  letter-spacing: .02em;
  line-height: normal;
  color: #1b1c1c;
  display: flex;
  gap: 10px;
  align-items: center
}

@media (max-width: 768px) {
  .c-table-map {
    font-size: 20px
  }
}

.c-table-map__icon {
  display: block;
  width: 21px;
  height: 30px
}

.c-table-map__icon img {
  width: 100%
}

@media (max-width: 768px) {
  .c-table-map__icon {
    width: 17px;
    height: 24px
  }
}

.c-table-tag {
  background: #fff;
  padding: 20px 15px;
  border: 1px solid #4a4f4f
}

@media (max-width: 768px) {
  .c-table-tag {
    padding: 15px
  }
}

.c-table-tag__class {
  display: inline-block;
  padding: 7px 13px;
  background: #b83e3e;
  font-size: 14px;
  color: #fff;
  font-weight: 700;
  margin-top: 20px
}

@media (max-width: 768px) {
  .c-table-tag__class {
    padding: 5px 10px;
    margin-top: 15px
  }
}

.c-table-item {
  display: flex
}

.c-table-item--text {
  gap: 15px
}

.c-table-item--item {
  gap: 5px
}

.c-table-item--white {
  color: #fafafa
}

.c-table-item--start {
  align-items: flex-start
}

.c-table-item--center {
  align-items: center
}

.c-table-item--black {
  color: #1b1c1c
}

.c-table-item__title {
  font-weight: 700;
  font-family: Work Sans, sans-serif;
  line-height: 1;
  font-size: 16px;
  padding-top: 3px
}

@media (max-width: 768px) {
  .c-table-item__title {
    font-size: 15px
  }
}

.c-table-item p {
  font-weight: 500;
  font-size: 15px;
  font-family: Noto Sans JP, sans-serif;
  letter-spacing: .02em;
  line-height: 1.5
}

@media (max-width: 768px) {
  .c-table-item p {
    font-size: 14px
  }
}

.c-table-item__description {
  font-weight: 700;
  font-size: 15px;
  display: block;
  line-height: normal;
  margin-top: 5px;
  font-family: Noto Sans JP, sans-serif
}

@media (max-width: 768px) {
  .c-table-item__description {
    font-size: 14px
  }
}

.c-table-list {
  display: inline-flex;
  flex-direction: column;
  gap: 25px;
  width: 40%
}

.c-table-list__list {
  background: #fafafa;
  padding: 12px 10px
}

.c-table-list__class {
  display: inline-block;
  padding: 10px;
  background: #161717;
  font-size: 11px;
  color: #fafafa;
  font-weight: 400;
  border-radius: 30px;
  margin-top: 5px
}

.c-table-news {
  display: flex;
  gap: 60px;
  background: #fff;
  padding: 40px;
  width: 100%
}

.c-table-news__item-lists {
  display: flex;
  flex-direction: column
}

.c-table-news__item-lists.normal,
.c-table-news__item-lists.large {
  gap: 8px
}

@media (max-width: 768px) {
  .c-table-news__item-lists.large {
    gap: 15px
  }
}

@media (max-width: 960px) {
  .c-table-news {
    flex-direction: column;
    gap: 40px
  }
}

@media (max-width: 768px) {
  .c-table-news {
    padding: 20px
  }
}

.c-table-news__image {
  display: block;
  width: 40%
}

@media (max-width: 960px) {
  .c-table-news__image {
    width: 100%;
    margin: 0 auto
  }
}

.c-table-news__image img,
.c-table-news__article {
  width: 100%
}

.c-table-news__article--image {
  display: block;
  width: 60%
}

@media (max-width: 960px) {
  .c-table-news__article--image {
    width: 100%
  }
}

@media (max-width: 768px) {
  .c-table-news__article--image {
    width: 80%;
    margin: 0 auto
  }
}

@media (max-width: 598px) {
  .c-table-news__article--image {
    width: 100%;
    margin: 0 auto
  }
}

.c-table-news__title {
  font-size: 20px;
  font-weight: 700;
  color: #1b1c1c;
  letter-spacing: .02em;
  line-height: 1.5;
  margin-bottom: 20px
}

@media (max-width: 768px) {
  .c-table-news__title {
    margin-bottom: 30px;
    font-size: 17px
  }
}

.c-table-news__title--ja {
  font-family: Noto Sans JP, sans-serif
}

.c-table-news__title--en {
  font-family: Work Sans, sans-serif
}

.c-list-schedule {
  background: #fff;
  padding: 20px 15px;
  padding: clamp(10px, 1vw, 20px) clamp(5px, 1vw, 15px);
  box-sizing: border-box
}

@media (max-width: 768px) {
  .c-list-schedule__wrapper {
    display: flex;
    align-items: center
  }
}

.c-list-schedule__time {
  display: block;
  font-size: clamp(1em, 1.5vw, 1.125em);
  font-weight: 700;
  font-family: Work Sans, sans-serif;
  text-align: center
}

.c-list-schedule__class {
  display: block;
  min-height: 53.3px
}

@media (max-width: 598px) {
  .c-list-schedule__class {
    min-height: 0
  }
}

.c-list-schedule__genre {
  display: block;
  font-size: .93em;
  font-weight: 700;
  font-family: Work Sans, sans-serif;
  line-height: 1;
  color: #1b1c1c;
  text-align: center;
  margin-top: 15px
}

.c-list-schedule__genre-items {
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin-top: 15px
}

.c-list-schedule__genres {
  display: block;
  font-size: .79em;
  font-weight: 700;
  font-family: Work Sans, sans-serif;
  line-height: 1;
  color: #1b1c1c;
  text-align: center
}

@media (max-width: 598px) {
  .c-list-schedule__genres {
    font-size: .86em
  }
}

.c-list-schedule__lesson {
  display: block;
  font-size: .81em;
  font-weight: 400;
  font-family: Noto Sans JP, sans-serif;
  line-height: 1;
  color: #1b1c1c;
  text-align: center;
  margin-top: 10px
}

.c-list-schedule__note {
  display: block;
  font-size: .81em;
  font-weight: 400;
  font-family: Noto Sans JP, sans-serif;
  line-height: 1;
  color: #1b1c1c;
  text-align: center;
  margin-top: 10px;
  text-decoration: underline
}

.c-list-schedule__name {
  display: block;
  font-size: .81em;
  font-weight: 500;
  font-family: Work Sans, sans-serif;
  text-align: center;
  background: #1b1c1c;
  line-height: 1;
  color: #fff;
  padding: 6px
}

.c-list-schedule__link {
  transition: all .3s;
  display: block
}

.c-list-schedule__link:hover {
  opacity: .9
}

.c-list-schedule__link-wrapper {
  max-width: 160px;
  margin: 0 auto
}

@media (max-width: 768px) {
  .c-list-schedule__link-wrapper {
    max-width: 125px;
    width: 50%
  }
}

.c-list-schedule__link img {
  display: block;
  width: 100%;
  height: 100%
}

.c-list-schedule__img img {
  width: 100%;
  object-fit: cover
}

@media (max-width: 768px) {
  .c-list-schedule__texts {
    width: 50%
  }
}

.c-list-item {
  display: flex;
  gap: 10px;
  align-items: flex-start
}

.c-list-item span {
  display: block
}

.c-list-table {
  display: flex
}

@media (max-width: 768px) {
  .c-list-table {
    flex-direction: column
  }
}

.c-list-table__lists {
  display: flex;
  flex-direction: column;
  gap: 2px;
  width: calc(100% - 100px)
}

@media (max-width: 768px) {
  .c-list-table__lists {
    width: 100%
  }
}

.c-list-table--text {
  gap: 15px
}

@media (max-width: 768px) {
  .c-list-table--text {
    gap: 8px
  }
}

.c-list-table--item {
  gap: 8px
}

.c-list-table--white {
  color: #fafafa
}

.c-list-table--start {
  align-items: flex-start
}

.c-list-table--center {
  align-items: center
}

.c-list-table--black {
  color: #1b1c1c
}

.c-list-table__title {
  font-weight: 700;
  line-height: 1;
  font-size: 16px;
  padding-top: 3px
}

.c-list-table__title--100 {
  width: 100px
}

.c-list-table__title--140 {
  width: 140px
}

.c-list-table__title--en {
  font-family: Work Sans, sans-serif
}

.c-list-table__title--ja {
  font-family: Noto Sans JP, sans-serif
}

@media (max-width: 768px) {
  .c-list-table__title {
    font-size: 18px;
    width: auto
  }
}

.c-list-table__text {
  display: block;
  font-weight: 500;
  font-size: 15px;
  letter-spacing: .02em;
  line-height: 1.5;
  color: #1b1c1c
}

.c-list-table__text--en {
  font-family: Work Sans, sans-serif
}

.c-list-table__text--ja {
  font-family: Noto Sans JP, sans-serif
}

.c-list-table__text--link,
.c-list-table__text--tel {
  text-decoration: underline
}

.wp-pagenavi {
  margin: 40px auto;
  font-size: 14px;
  font-family: Work Sans, sans-serif;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #1b1c1c
}

.wp-pagenavi a {
  color: #1b1c1c
}

.wp-pagenavi a:hover {
  color: #59d5cd
}

.wp-pagenavi span.current,
.wp-pagenavi a.page {
  margin: 0 10px;
  line-height: 2;
  padding: 0 12px;
  transition: .03s;
  display: block;
  border-bottom: 4px solid transparent
}

.wp-pagenavi span.current {
  border-bottom: 4px solid #59d5cd
}

.wp-pagenavi a.page {
  background: none
}

.wp-pagenavi a.page:hover {
  border-bottom: 4px solid #59d5cd
}

.wp-pagenavi .first,
.wp-pagenavi .extend {
  margin-right: 15px
}

.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
  display: none
}

.c-outside-info__item {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  margin-bottom: 80px
}

.c-outside-info__item:last-of-type {
  margin-bottom: 0
}

@media (max-width: 768px) {
  .c-outside-info__item {
    gap: 30px
  }
}

.c-outside-info__item h3 {
  font-size: 36px;
  line-height: 1;
  font-weight: 700;
  padding-left: 20px;
  border-left: 8px solid #59d5cd;
  width: 280px;
  height: 36px;
  margin-right: 40px;
  font-family: Work Sans, sans-serif;
  margin-top: 7px
}

.c-outside-info__text-l {
  font-size: 28px;
  margin-bottom: 20px;
  display: block;
  font-weight: 400;
  letter-spacing: .02em;
  line-height: normal;
  font-family: Work Sans, sans-serif
}

.c-outside-info__text-l.font-ja {
  font-family: Noto Sans JP, sans-serif
}

.c-outside-info__item-contents {
  display: flex;
  flex-direction: column;
  width: calc(100% - 360px);
  min-width: 640px
}

.c-outside-info__item-contents address {
  font-style: normal
}

.c-outside-info__item-contents ul {
  list-style: none;
  padding: 0;
  margin: 0
}

.c-outside-info__item-information .c-outside-info__item-contents ul li,
.c-outside-info__item-information .c-outside-info__item-contents ul li:first-child {
  border: none;
  padding: 0
}

.c-outside-info__info-list li {
  display: flex
}

.c-outside-info__info-list li:first-child .c-outside-info__item-value {
  border-top: 1px solid #121212
}

.c-outside-info__info-list .c-outside-info__item-label {
  width: 160px;
  background: #121212;
  border-bottom: 1px solid #f7f7f7;
  color: #f7f7f7;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
  font-family: Work Sans, sans-serif
}

.c-outside-info__info-list .c-outside-info__item-value {
  width: calc(100% - 160px);
  padding: 20px;
  border-bottom: 1px solid #121212;
  border-right: 1px solid #121212;
  word-break: break-word;
  font-family: Work Sans, sans-serif;
  display: flex;
  align-items: center
}

.c-outside-info__info-list .c-outside-info__item-value a {
  color: #121212;
  text-decoration: none
}

.c-outside-info__info-list .c-outside-info__item-value a:hover {
  opacity: .6;
  transition: .3s all
}

.c-outside-info__info-list .c-outside-info__item-value a i {
  font-size: 32px;
  margin-right: 24px
}

@media (max-width: 768px) {
  .c-outside-info__item-contents {
    width: 100%;
    min-width: 100%
  }

  .c-outside-info__text-l {
    font-size: 24px
  }

  .c-outside-info__info-list .c-outside-info__item-label {
    width: 80px;
    padding: 10px
  }

  .c-outside-info__info-list .c-outside-info__item-value {
    width: calc(100% - 80px);
    padding: 10px
  }
}

.c-outside-archive__contents {
  display: flex;
  align-items: flex-start;
  gap: clamp(20px, 2.083vw, 40px);
  height: auto
}

@media (max-width: 768px) {
  .c-outside-archive__contents {
    height: auto
  }
}

.c-outside-archive__tag {
  font-size: clamp(10px, 10px + 3 * (100vw - 769px) / 671, 13px);
  padding: 5px 10px;
  background: #b83e3e;
  font-weight: 700;
  line-height: normal;
  color: #fff;
  display: inline-block;
  margin-bottom: 10px
}

@media (max-width: 1040px) {
  .c-outside-archive__tag {
    font-size: clamp(8px, 1.042vw, 13px)
  }
}

@media (max-width: 768px) {
  .c-outside-archive__tag {
    font-size: clamp(10px, 10px + 3 * (100vw - 360px) / 408, 13px)
  }
}

.c-outside-archive__item {
  display: flex;
  align-items: stretch;
  gap: 20px
}

.c-outside-archive__img-contents {
  position: relative;
  width: 45%;
  height: auto;
  min-height: 165px;
  flex-shrink: 0;
  overflow: hidden;
  padding: clamp(10px, 1.042vw, 15px);
  border: 1px solid #bdbdbd;
  aspect-ratio: 1/1
}

@media (max-width: 768px) {
  .c-outside-archive__img-contents {
    min-height: 0
  }
}

.c-outside-archive__link {
  transition: opacity .3s
}

.c-outside-archive__link:hover {
  opacity: .8
}

.c-outside-archive__img {
  width: 100%;
  height: 100%;
  aspect-ratio: 1/1;
  display: block
}

.c-outside-archive__img img {
  width: 100%;
  object-fit: contain;
  height: 100%
}

.c-outside-archive__info {
  width: 55%;
  flex-grow: 1
}

.c-outside-archive__tag {
  position: relative;
  z-index: 1
}

.c-outside-archive__address {
  color: #1b1c1c;
  line-height: normal;
  font-weight: 400;
  font-family: Noto Sans JP, sans-serif;
  letter-spacing: .02em;
  font-size: clamp(10.5px, 10.5px + 4.5 * (100vw - 769px) / 671, 15px);
  margin-top: clamp(10px, 1.042vw, 20px);
  margin-bottom: clamp(15px, 1.563vw, 30px)
}

@media (max-width: 768px) {
  .c-outside-archive__address {
    font-size: clamp(10.5px, 10.5px + 4.5 * (100vw - 360px) / 408, 15px)
  }
}

.c-outside-archive__class {
  color: #1b1c1c;
  line-height: normal;
  font-weight: 700;
  font-family: Noto Sans JP, sans-serif;
  letter-spacing: .02em;
  font-size: clamp(15px, 15px + 5 * (100vw - 769px) / 671, 20px)
}

@media (max-width: 768px) {
  .c-outside-archive__class {
    font-size: clamp(13px, 13px + 5 * (100vw - 360px) / 408, 18px)
  }
}

.c-outside-archive__instructor {
  color: #1b1c1c;
  line-height: normal;
  text-align: justify;
  font-weight: 400;
  font-size: clamp(10.5px, 10.5px + 4.5 * (100vw - 769px) / 671, 15px);
  margin-bottom: 5px
}

@media (max-width: 768px) {
  .c-outside-archive__instructor {
    font-size: clamp(10.5px, 10.5px + 4.5 * (100vw - 360px) / 408, 15px)
  }
}

.c-outside-archive__instructor-item {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: left;
  flex-wrap: wrap
}

@media (max-width: 768px) {
  .c-outside-archive__instructor-item {
    gap: 3px
  }
}

.c-outside-archive__dancername {
  font-family: Noto Sans JP, sans-serif;
  font-size: clamp(12px, 12px + 6 * (100vw - 769px) / 671, 18px);
  font-weight: 700;
  line-height: normal;
  letter-spacing: .02em;
  color: #59d5cd
}

@media (max-width: 768px) {
  .c-outside-archive__dancername {
    font-size: clamp(11px, 11px + 7 * (100vw - 360px) / 408, 18px)
  }
}

.p-instructor-top__container {
  padding: 0 120px
}

.p-instructor-top__contact.section-contact-fadein {
  opacity: 0
}

.p-instructor-top__contact-wrapper {
  padding: 160px 0 180px
}

.p-instructor-top__contact-text {
  text-align: center;
  margin-bottom: 60px
}

@media (max-width: 768px) {
  .p-instructor-top__contact-text {
    margin-bottom: 40px
  }
}

.p-instructor-top__contact-head {
  margin-bottom: 40px;
  display: flex;
  flex-direction: column;
  gap: 10px
}

@media (max-width: 768px) {
  .p-instructor-top__contact-head {
    gap: 4px;
    margin-bottom: 30px
  }
}

.p-instructor-top__contact-item {
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: center
}

@media (max-width: 768px) {
  .p-instructor-top__contact-item {
    gap: 12px
  }
}

.p-instructor-top__contact-item time {
  font-size: 20px;
  font-family: Work Sans, sans-serif;
  font-weight: 700;
  letter-spacing: .02em;
  line-height: 1;
  padding-bottom: 10px
}

@media (max-width: 768px) {
  .p-instructor-top__contact-item time {
    font-size: 15px
  }
}

.p-instructor-top__contact-lists {
  width: 37.6%;
  margin: 0 auto;
  min-width: 480px;
  display: flex;
  flex-direction: column;
  gap: 25px
}

@media (max-width: 598px) {
  .p-instructor-top__contact-lists {
    width: 100%;
    min-width: 0;
    gap: 20px
  }
}

.p-instructor-top__contact-info {
  font-size: 22px;
  font-family: Work Sans, sans-serif;
  font-weight: 700;
  letter-spacing: .02em;
  line-height: 1;
  color: #1b1c1c
}

@media (max-width: 768px) {
  .p-instructor-top__contact-info {
    font-size: 16px
  }
}

.p-instructor-top__contact-mail {
  padding-bottom: 7px
}

.p-instructor-top__contact-tel {
  border-bottom: 1px solid #1b1c1c;
  padding-bottom: 10px;
  transition: opacity .4s
}

.p-instructor-top__contact-tel:hover {
  cursor: pointer;
  opacity: .8
}

@media (max-width: 768px) {
  .p-instructor-top__contact-tel {
    padding-bottom: 7px
  }
}

.p-instructor-top__contact-icon {
  display: inline-flex;
  align-items: center;
  width: 28px;
  height: auto
}

@media (max-width: 768px) {
  .p-instructor-top__contact-icon {
    width: 22px;
    min-width: 22px
  }
}

.p-instructor-top__contact-icon img {
  width: 100%
}

@media (max-width: 598px) {
  .p-instructor-top__contact .small-none {
    display: none
  }
}

.p-instructor-top__items {
  display: grid;
  gap: 40px;
  grid-template-columns: repeat(4, 1fr)
}

@media (max-width: 960px) {
  .p-instructor-top__items {
    gap: 20px
  }
}

@media (max-width: 768px) {
  .p-instructor-top__items {
    grid-template-columns: repeat(2, 1fr)
  }
}

@media (max-width: 598px) {
  .p-instructor-top__items {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px
  }
}

.p-instructor-top__lists {
  display: flex;
  flex-direction: column;
  gap: 35px
}

.p-instructor-top__title {
  transform: translateY(-40px)
}

@media (max-width: 768px) {
  .p-instructor-detail .is-slide-in-y-sp {
    transition: opacity .4s;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    opacity: 1
  }
}

@media (max-width: 598px) {
  .p-instructor-detail .is-slide-in-y-sp {
    transition: opacity .4s;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    opacity: 0
  }
}

.p-instructor-detail__sns-lists {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px
}

.p-instructor-detail__sns-list a {
  display: flex;
  align-items: center;
  transition: all .3s
}

.p-instructor-detail__sns-list a:hover {
  opacity: .75
}

.p-instructor-detail__sns-icon {
  font-size: 24px
}

@media (max-width: 768px) {
  .p-instructor-detail__sns-icon {
    font-size: 20px
  }
}

.p-instructor-detail__contact.section-contact-fadein {
  opacity: 0
}

.p-instructor-detail__contact-item {
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: center
}

.p-instructor-detail__contact-item time {
  font-size: 20px;
  font-family: Work Sans, sans-serif;
  font-weight: 700;
  letter-spacing: .02em;
  line-height: 1;
  padding-bottom: 10px
}

@media (max-width: 768px) {
  .p-instructor-detail__contact-item time {
    font-size: 15px
  }
}

.p-instructor-detail__contact-info {
  font-size: 22px;
  font-family: Work Sans, sans-serif;
  font-weight: 700;
  letter-spacing: .02em;
  line-height: 1;
  color: #1b1c1c
}

@media (max-width: 768px) {
  .p-instructor-detail__contact-info {
    font-size: 16px
  }
}

.p-instructor-detail__head {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 220px 20px 0;
  margin-bottom: 160px
}

.p-instructor-detail__title:after {
  content: "";
  display: block;
  height: 1px;
  background: #1b1c1c;
  margin-top: 10px;
  transform-origin: left;
  transform: scaleX(0);
  transition: 1s;
  transition-duration: .8s
}

.p-instructor-detail__title-text {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: .02em;
  line-height: 1;
  font-family: Work Sans, sans-serif;
  opacity: 0
}

@media (max-width: 768px) {
  .p-instructor-detail__title-text {
    font-size: 20px
  }
}

.p-instructor-detail__top {
  padding: 260px 0 100px
}

@media (max-width: 768px) {
  .p-instructor-detail__top {
    padding: 160px 0 100px
  }
}

.p-instructor-detail__top-title {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: .02em;
  line-height: 1;
  font-family: Work Sans, sans-serif;
  border-bottom: 1px solid #1b1c1c;
  padding-bottom: 8px
}

@media (max-width: 768px) {
  .p-instructor-detail__top-title {
    font-size: 20px
  }
}

.p-instructor-detail__top-body {
  display: flex;
  gap: 100px
}

@media (max-width: 960px) {
  .p-instructor-detail__top-body {
    gap: 60px
  }
}

@media (max-width: 598px) {
  .p-instructor-detail__top-body {
    flex-direction: column
  }
}

.p-instructor-detail__top-body-text {
  width: 55%
}

.p-instructor-detail__top-list {
  display: flex;
  flex-direction: column;
  gap: 12px
}

@media (max-width: 768px) {
  .p-instructor-detail__top-list {
    text-align: center
  }
}

.p-instructor-detail__top-info {
  display: block;
  width: 60%
}

@media (max-width: 768px) {
  .p-instructor-detail__top-info {
    width: 100%
  }
}

.p-instructor-detail__top-data {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  margin-top: 45px;
  align-items: center
}

@media (max-width: 768px) {
  .p-instructor-detail__top-data {
    margin-top: 30px;
    gap: 20px
  }
}

.p-instructor-detail__top-name {
  display: inline-block;
  color: #59d5cd;
  font-size: 38px;
  font-weight: 700;
  letter-spacing: .02em;
  line-height: 1.2;
  font-family: Work Sans, sans-serif
}

@media (max-width: 768px) {
  .p-instructor-detail__top-name {
    font-size: 24px
  }
}

.p-instructor-detail__top-genre {
  font-size: 18px;
  font-weight: 700;
  font-family: Work Sans, sans-serif;
  line-height: 1.25;
  letter-spacing: .02em;
  margin-top: 20px
}

@media (max-width: 768px) {
  .p-instructor-detail__top-genre {
    font-size: 15px;
    margin-top: 10px
  }
}

.p-instructor-detail__top-text {
  margin-top: 50px
}

.p-instructor-detail__top-img {
  width: 30%;
  box-shadow: 0 2px 36px 1px #00000008
}

@media (max-width: 960px) {
  .p-instructor-detail__top-img {
    width: 40%
  }
}

@media (max-width: 598px) {
  .p-instructor-detail__top-img {
    width: 100%;
    margin: 0 auto
  }
}

.p-instructor-detail__top-img img {
  width: 100%;
  height: auto;
  display: block;
  aspect-ratio: 420/440;
  object-fit: cover
}

.p-instructor-detail__schedule-text {
  background: #fff;
  padding: 10px 20px
}

.p-instructor-detail__schedule-text p {
  font-family: Noto Sans JP, sans-serif;
  color: #1b1c1c;
  line-height: 1.5;
  letter-spacing: .02em;
  font-weight: 500;
  font-size: 16px
}

.p-instructor-detail__info-wrapper {
  padding: 140px 0;
  background: #161717
}

@media (max-width: 768px) {
  .p-instructor-detail__info-wrapper {
    padding: 100px 0
  }
}

.p-instructor-detail__info-head {
  margin-bottom: 40px
}

@media (max-width: 768px) {
  .p-instructor-detail__info-head {
    margin-bottom: 30px
  }
}

.p-instructor-detail__info-profile {
  width: 100%
}

.p-instructor-detail__info-profile.section-profile-fadein {
  opacity: 0
}

@media (max-width: 768px) {
  .p-instructor-detail__info-profile {
    width: 100%
  }
}

.p-instructor-detail__info-schedule {
  width: 40%
}

.p-instructor-detail__info-schedule.section-schedule-fadein {
  opacity: 0
}

@media (max-width: 768px) {
  .p-instructor-detail__info-schedule {
    width: 100%
  }
}

.p-instructor-detail__info-contents {
  display: flex;
  gap: 100px
}

@media (max-width: 960px) {
  .p-instructor-detail__info-contents {
    gap: 80px
  }
}

@media (max-width: 768px) {
  .p-instructor-detail__info-contents {
    flex-direction: column
  }
}

.p-instructor-detail__info-lists.profile {
  display: flex;
  flex-direction: column;
  gap: 10px
}

@media (max-width: 768px) {
  .p-instructor-detail__info-lists.profile {
    gap: 8px
  }
}

.p-instructor-detail__info-lists.schedule {
  display: flex;
  flex-direction: column;
  gap: 20px
}

.p-instructor-detail__info-lists.schedule .c-table-item span {
  font-family: Noto Sans JP, sans-serif;
  padding-top: 0;
  display: block;
  height: 100%;
  line-height: normal
}

@media (max-width: 768px) {
  .p-instructor-detail__info-lists.schedule {
    gap: 15px
  }
}

.p-instructor-detail__info-body {
  display: flex;
  flex-direction: column;
  gap: 40px
}

@media (max-width: 768px) {
  .p-instructor-detail__info-body {
    gap: 30px
  }
}

.p-instructor-detail__left {
  width: 60%
}

@media (max-width: 768px) {
  .p-instructor-detail__left {
    width: 100%;
    display: contents
  }
}

.p-instructor-detail__table-lists {
  display: flex;
  flex-direction: column;
  gap: 10px
}

@media (max-width: 768px) {
  .p-instructor-detail__table-lists {
    gap: 8px
  }
}

.p-instructor-detail__movie {
  width: 100%;
  margin-top: 100px
}

.p-instructor-detail__movie.section-movie-fadein {
  opacity: 0
}

@media (max-width: 768px) {
  .p-instructor-detail__movie {
    width: 100%;
    order: 3;
    margin-top: 0
  }
}

.p-instructor-detail__movie-head {
  margin-bottom: 60px
}

@media (max-width: 768px) {
  .p-instructor-detail__movie-head {
    margin-bottom: 30px
  }
}

.p-instructor-detail__movie-contents {
  width: 100%
}

@media (max-width: 768px) {
  .p-instructor-detail__movie-contents {
    width: 100%
  }
}

.p-instructor-detail__movie-item {
  display: block;
  width: 100%;
  height: 370px
}

.p-instructor-detail__movie-item.video-item {
  height: auto
}

@media (max-width: 768px) {
  .p-instructor-detail__movie-item {
    height: clamp(280px, 72.5vw, 370px)
  }
}

.p-instructor-detail__movie-item.coming-soon {
  background: #333;
  display: flex;
  align-items: center;
  justify-content: center
}

.p-instructor-detail__movie-item.coming-soon p {
  font-size: 32px;
  line-height: 1.5;
  font-family: Work Sans, sans-serif;
  color: #fff
}

@media (max-width: 768px) {
  .p-instructor-detail__movie-item.coming-soon p {
    font-size: 24px
  }
}

.p-instructor-detail__movie-item iframe {
  width: 100%;
  height: 100%
}

.p-instructor-detail__movie-item video {
  width: 100%;
  height: 100%
}

.p-instructor-detail__movie-item video source {
  width: 100%
}

.p-instructor-detail__contact-wrapper {
  padding: 160px 0 180px
}

.p-instructor-detail__contact-text {
  text-align: center;
  margin-bottom: 60px
}

@media (max-width: 768px) {
  .p-instructor-detail__contact-text {
    margin-bottom: 40px
  }
}

.p-instructor-detail__contact-head {
  margin-bottom: 40px;
  display: flex;
  flex-direction: column;
  gap: 10px
}

@media (max-width: 768px) {
  .p-instructor-detail__contact-head {
    gap: 4px;
    margin-bottom: 30px
  }
}

.p-instructor-detail__contact-item {
  display: flex;
  align-items: center;
  gap: 20px
}

@media (max-width: 768px) {
  .p-instructor-detail__contact-item {
    gap: 12px
  }
}

.p-instructor-detail__contact-item time {
  font-size: 18px;
  font-family: Work Sans, sans-serif;
  font-weight: 700;
  letter-spacing: .02em;
  line-height: 1;
  padding-bottom: 10px
}

@media (max-width: 768px) {
  .p-instructor-detail__contact-item time {
    font-size: 13px
  }
}

.p-instructor-detail__contact-lists {
  width: 37.6%;
  margin: 0 auto;
  min-width: 480px;
  display: flex;
  flex-direction: column;
  gap: 25px
}

@media (max-width: 598px) {
  .p-instructor-detail__contact-lists {
    width: 100%;
    min-width: 0;
    gap: 20px
  }
}

.p-instructor-detail__contact-info {
  font-size: 24px;
  font-family: Work Sans, sans-serif;
  font-weight: 700;
  letter-spacing: .02em;
  line-height: 1;
  color: #1b1c1c
}

@media (max-width: 768px) {
  .p-instructor-detail__contact-info {
    font-size: 17px
  }
}

.p-instructor-detail__contact-mail {
  padding-bottom: 7px
}

.p-instructor-detail__contact-tel {
  border-bottom: 1px solid #1b1c1c;
  padding-bottom: 10px;
  transition: opacity .4s
}

.p-instructor-detail__contact-tel:hover {
  cursor: pointer;
  opacity: .8
}

@media (max-width: 768px) {
  .p-instructor-detail__contact-tel {
    padding-bottom: 7px
  }
}

.p-instructor-detail__contact-icon {
  display: inline-flex;
  align-items: center;
  width: 28px;
  height: auto
}

@media (max-width: 768px) {
  .p-instructor-detail__contact-icon {
    width: 22px;
    min-width: 22px
  }
}

.p-instructor-detail__contact-icon img {
  width: 100%
}

@media (max-width: 598px) {
  .p-instructor-detail__contact .small-none {
    display: none
  }
}

.p-about__mv {
  position: relative;
  background: url(/wp-content/themes/proceed/assets/images/about-mv-image.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 90vh
}

.p-about__title {
  position: absolute;
  bottom: 80px;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 999;
  border-bottom: 1px solid #fafafa;
  padding-bottom: 20px
}

.p-about__contents {
  display: flex;
  flex-direction: column;
  gap: 180px;
  padding-top: 240px
}

@keyframes zoomFade {
  0% {
    transform: scale(1.2);
    opacity: 0
  }

  to {
    transform: scale(1);
    opacity: 1
  }
}

@keyframes slideBgInstructor {
  0% {
    background-position: 0 0
  }

  to {
    background-position: -2030px 0
  }
}

@keyframes slideBgTypo {
  0% {
    background-position: 0 0
  }

  to {
    background-position: -2434px 0
  }
}

@keyframes scrollanime {
  0% {
    height: 0;
    top: 0;
    opacity: 0
  }

  30% {
    height: 30px;
    opacity: 1
  }

  to {
    height: 0;
    top: 65px;
    opacity: 0
  }
}

@keyframes scrollanimeSp {
  0% {
    height: 0;
    top: 0;
    opacity: 0
  }

  30% {
    height: 60px;
    opacity: 1
  }

  to {
    height: 0;
    top: 120px;
    opacity: 0
  }
}

@keyframes fadeInAboutImage {
  0% {
    opacity: 0;
    transform: translateY(-40px);
    -webkit-transform: translateY(-40px)
  }

  to {
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0)
  }
}

@keyframes SlideInY {
  0% {
    opacity: 0;
    transform: translateY(-40px);
    -webkit-transform: translateY(-40px)
  }

  to {
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0)
  }
}

.p-top .js-mv-fade-in {
  transform: translateY(-40px);
  -webkit-transform: translateY(-40px);
  opacity: 0
}

.p-top .is-fade-in {
  animation: SlideInY .5s ease-in-out forwards;
  opacity: 1
}

.p-top__slider {
  position: relative;
  z-index: 800;
  display: block;
  width: 100%;
  height: 100dvh;
  margin-left: auto
}

.p-top__mv {
  position: relative
}

.p-top__mv-item {
  display: block;
  width: 100%;
  height: 100dvh;
  margin-left: auto;
  cursor: default;
  transform: scale(1.02);
  transition: opacity 1.5s ease, transform 1.2s ease
}

.p-top__mv-item.is-active {
  opacity: 1
}

.p-top__mv-item.first {
  background-image: url(/wp-content/themes/proceed/assets/images/top/mv-image04.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat
}

@media (max-width: 598px) {
  .p-top__mv-item.first {
    background-image: url(/wp-content/themes/proceed/assets/images/top/mv-image04-sp.jpg);
    background-position: center
  }
}

.p-top__mv-item.second {
  background-image: url(/wp-content/themes/proceed/assets/images/top/mv-image02.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat
}

@media (max-width: 598px) {
  .p-top__mv-item.second {
    background-image: url(/wp-content/themes/proceed/assets/images/top/mv-image02-sp.jpg)
  }
}

.p-top__mv-item.third {
  background-image: url(/wp-content/themes/proceed/assets/images/top/mv-image01.jpg);
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat
}

@media (max-width: 598px) {
  .p-top__mv-item.third {
    background-image: url(/wp-content/themes/proceed/assets/images/top/mv-image01-sp.jpg);
    background-position: top
  }
}

.p-top__mv-typo {
  transition: all .4s;
  width: 80%;
  margin: 0 auto;
  max-width: 460px;
  min-width: 360px;
  z-index: 999
}

@media (max-width: 598px) {
  .p-top__mv-typo {
    top: 350px;
    left: 20px;
    width: 72.8%;
    transform: translate(0);
    min-width: 267px;
    margin: 0
  }
}

.p-top__mv-logo {
  display: block;
  transform: translate(-20px);
  height: 322.5px
}

@media (max-width: 598px) {
  .p-top__mv-logo {
    transform: translate(0);
    height: auto
  }
}

.p-top__mv-logo img {
  width: 100%
}

.p-top__description {
  position: absolute;
  width: 100%;
  left: 50%;
  bottom: 12%;
  transform: translate(-50%);
  z-index: 1500;
  display: block
}

@media (max-width: 598px) {
  .p-top__description {
    width: calc(100% - 40px);
    left: 10px;
    transform: translate(0);
    bottom: 132px
  }
}

.p-top__lead {
  padding: 180px 0 160px;
  opacity: 0
}

@media (max-width: 768px) {
  .p-top__lead {
    padding: 100px 0
  }
}

.p-top__lead-wrapper {
  display: flex;
  flex-direction: column;
  gap: 60px;
  width: 46.2%;
  margin: 0 auto;
  min-width: 670px
}

@media (max-width: 768px) {
  .p-top__lead-wrapper {
    width: 100%;
    min-width: 0;
    gap: 50px
  }
}

.p-top__lead-text {
  padding: 0 25px
}

@media (max-width: 768px) {
  .p-top__lead-text {
    padding: 0
  }
}

.p-top__lead-ja {
  text-align: center;
  font-family: Zen Old Mincho, serif;
  font-size: 32px;
  font-weight: 900;
  line-height: 1.5;
  color: #1b1c1c;
  margin-top: -30px
}

@media (max-width: 768px) {
  .p-top__lead-ja {
    font-size: 26px;
    text-align: left;
    margin-top: -20px
  }
}

.p-top__lead-en {
  display: block;
  text-align: center;
  font-family: Dancing Script, cursive;
  font-size: 57px;
  font-weight: 700;
  line-height: 1.5;
  color: #c5d1d0
}

@media (max-width: 768px) {
  .p-top__lead-en {
    font-size: 24px;
    text-align: left
  }
}

.p-top__from {
  width: 100%;
  text-align: center
}

@media (max-width: 598px) {
  .p-top__from {
    text-align: left;
    left: 20px;
    transform: translate(0);
    transform: translateY(-10px)
  }
}

.p-top__from-inner {
  display: flex;
  color: #59d5cd;
  flex-direction: column;
  gap: 15px
}

@media (max-width: 598px) {
  .p-top__from-inner {
    padding-left: 20px
  }
}

.p-top__from-inner .font-medium {
  font-size: 40px
}

@media (max-width: 768px) {
  .p-top__from-inner .font-medium {
    font-size: 24px
  }
}

.p-top__from-text {
  font-weight: 700;
  font-family: Work Sans, sans-serif;
  line-height: normal;
  letter-spacing: .02em;
  display: block;
  font-size: 40px;
  line-height: 1.5
}

@media (max-width: 598px) {
  .p-top__from-text {
    font-size: 24px
  }
}

.p-top__from-text.is-pc {
  display: inline
}

@media (max-width: 768px) {
  .p-top__from-text.is-pc {
    display: none
  }
}

.p-top__from-text.is-sp {
  display: none
}

@media (max-width: 768px) {
  .p-top__from-text.is-sp {
    display: inline
  }
}

@media (max-width: 768px) {
  .p-top__from-text.hokkaido {
    display: block;
    margin-top: 4px
  }
}

.p-top__about {
  background: #111;
  position: relative;
  z-index: 500
}

.p-top__about-wrapper {
  padding: clamp(120px, 8.33vw, 180px) clamp(80px, 9vw, 120px) 0 clamp(80px, 9vw, 120px)
}

@media (max-width: 768px) {
  .p-top__about-wrapper {
    padding: 80px 20px 0
  }
}

.p-top__about-wrapper:before {
  content: "";
  display: block;
  position: absolute;
  top: clamp(120px, 8.33vw, 180px);
  left: 0;
  width: 50%;
  height: 100%;
  background-image: url(/wp-content/themes/proceed/assets/images/top/about-image.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  box-shadow: 0 12px 25px 4.5px #00000045
}

@media (max-width: 768px) {
  .p-top__about-wrapper:before {
    top: 0;
    width: 100%;
    position: relative;
    height: clamp(260px, 85.3vw, 520px)
  }
}

.p-top__about .about-head-fadein,
.p-top__about .about-text-fadein {
  opacity: 0
}

.p-top__about-inner {
  padding-bottom: 17.4vw;
  margin-right: 0;
  margin-left: auto;
  width: 30vw
}

@media (max-width: 960px) {
  .p-top__about-inner {
    padding-bottom: 9.5vw
  }
}

@media (max-width: 768px) {
  .p-top__about-inner {
    width: 100%;
    margin-top: 0;
    padding-bottom: 80px
  }
}

.p-top__about-description {
  width: 100%
}

.p-top__about-contents {
  display: flex;
  gap: 120px;
  z-index: 800;
  position: relative
}

@media (max-width: 768px) {
  .p-top__about-contents {
    flex-direction: column-reverse;
    padding-top: 60px;
    gap: 0
  }
}

@media (max-width: 768px) {
  .p-top__about-img {
    width: 100%;
    transform: translateY(80px)
  }
}

.p-top__about-head {
  display: flex;
  flex-direction: column;
  gap: 15px
}

.p-top__about-body p {
  margin-top: 45px;
  line-height: 2
}

@media (max-width: 768px) {
  .p-top__about-body p {
    margin-top: 30px
  }
}

.p-top__about-foot {
  margin-top: 40px
}

@media (max-width: 768px) {
  .p-top__about-foot {
    margin-top: 30px
  }
}

.p-top__about-lead {
  font-family: Zen Old Mincho, serif;
  font-size: 22px;
  line-height: 1;
  letter-spacing: .02em;
  color: #fff
}

@media (max-width: 960px) {
  .p-top__about-lead {
    line-height: 1.75
  }
}

@media (max-width: 768px) {
  .p-top__about-lead {
    font-size: 18px;
    line-height: 1
  }
}

.p-top__about-lead .p-top-font-gradient {
  background: radial-gradient(at 16% 34%, #fff 7%, #3ad2c8 25%, #26524f 50%, #59d5cd 70%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  font-size: 52px;
  font-weight: 900;
  margin-right: 10px
}

@media (max-width: 768px) {
  .p-top__about-lead .p-top-font-gradient {
    font-size: 36px
  }
}

.p-top__about-text {
  margin-top: 65px
}

@media (max-width: 768px) {
  .p-top__about-text {
    margin-top: 30px
  }
}

.p-top__about.js-fadeIn-about-image:before {
  animation: fadeInAboutImage .5s ease-in-out;
  animation-duration: 1s;
  animation-fill-mode: forwards
}

.p-top__scrolldown {
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  bottom: 5%;
  height: auto;
  z-index: 2000
}

@media (max-width: 768px) {
  .p-top__scrolldown {
    left: 20px;
    transform: translate(0);
    bottom: 120px
  }
}

.p-top__scrolldown:before {
  content: "";
  position: absolute;
  top: 30px;
  z-index: 2000;
  width: 1px;
  height: 30px;
  background: #fff;
  animation: scrollanime 2s ease-in-out infinite;
  opacity: 0
}

@media (max-width: 768px) {
  .p-top__scrolldown:before {
    animation: scrollanimeSp 2s ease-in-out infinite
  }
}

.p-top__instructor {
  position: relative
}

@media (max-width: 768px) {
  .p-top__instructor {
    z-index: 900
  }
}

.p-top__instructor-wrapper {
  background: #161717;
  transition: all .6s;
  padding: clamp(150px, 23.43vw, 460px) 0 clamp(80px, 20.68vw, 278px) 0
}

@media (max-width: 768px) {
  .p-top__instructor-wrapper {
    padding: 80px 0
  }
}

.p-top__instructor-decoration {
  background-image: url(/wp-content/themes/proceed/assets/images/top/instructor-decoration02.png);
  background-repeat: repeat-x;
  background-size: 2434px auto;
  height: 111px;
  width: 100%;
  position: absolute;
  top: clamp(120px, 7.93vw, 180px);
  left: -5px;
  animation: slideBgTypo 30s linear infinite;
  display: none
}

@media (max-width: 768px) {
  .p-top__instructor-decoration {
    top: -12px;
    background-size: cover;
    height: 47px
  }
}

.p-top__instructor-head {
  display: flex;
  flex-direction: column;
  gap: 10px
}

@media (max-width: 768px) {
  .p-top__instructor-head {
    gap: 4px
  }
}

.p-top__instructor-head--left {
  text-align: left
}

.p-top__instructor-head--center {
  text-align: center
}

.p-top__instructor-head--right {
  text-align: right
}

.p-top__instructor-body {
  margin-top: 30px
}

.p-top__instructor-body--left {
  text-align: left
}

.p-top__instructor-body--center {
  text-align: center
}

.p-top__instructor-body--right {
  text-align: right
}

.p-top__instructor-body p {
  color: #fafafa
}

.p-top__instructor-inner {
  background: url(/wp-content/themes/proceed/assets/images/top/instructor-bg-image.jpg) repeat center center;
  background-size: 2030px auto;
  padding: 132px 20px 100px;
  animation: slideBgInstructor 30s linear infinite
}

@media (max-width: 768px) {
  .p-top__instructor-inner {
    padding: 60px 20px;
    background-size: cover
  }
}

.p-top__instructor-foot {
  display: flex;
  justify-content: center;
  margin-top: 40px
}

@media (max-width: 768px) {
  .p-top__instructor-foot {
    margin-top: 25px
  }
}

.p-top__news.section-news-fadein {
  opacity: 0
}

.p-top__news-wrapper {
  padding: 140px 0 160px
}

@media (max-width: 768px) {
  .p-top__news-wrapper {
    padding: 100px 0
  }
}

.p-top__news-title {
  display: flex;
  flex-direction: column;
  gap: 10px
}

@media (max-width: 768px) {
  .p-top__news-title {
    gap: 4px
  }
}

.p-top__news-lists {
  margin-top: 60px
}

@media (max-width: 768px) {
  .p-top__news-lists {
    margin-top: 30px
  }
}

.p-top__news-head {
  display: flex;
  justify-content: space-between;
  align-items: end
}

.p-top__news-body {
  margin-top: 60px;
  display: grid;
  gap: 40px;
  grid-template-columns: repeat(3, 1fr)
}

@media (max-width: 960px) {
  .p-top__news-body {
    grid-template-columns: repeat(2, 1fr)
  }
}

@media (max-width: 768px) {
  .p-top__news-body {
    grid-template-columns: repeat(1, 1fr);
    gap: 50px;
    margin-top: 40px
  }
}

.p-top__news-view span {
  display: inline-block;
  font-size: 26px;
  font-family: Work Sans, sans-serif;
  font-weight: 700;
  letter-spacing: .02em;
  line-height: 1;
  color: #1b1c1c;
  border-bottom: 1px solid #1b1c1c;
  padding-bottom: 4px
}

@media (max-width: 768px) {
  .p-top__news-view span {
    font-size: 18px
  }
}

.p-top__news-foot {
  margin-top: 40px;
  margin-bottom: 6px;
  text-align: right
}

.p-top__access.section-access-fadein {
  opacity: 0
}

.p-top__access-wrapper {
  background: #eee;
  padding-top: 120px
}

@media (max-width: 768px) {
  .p-top__access-wrapper {
    padding-top: 100px
  }
}

.p-top__access-head {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 40px
}

@media (max-width: 768px) {
  .p-top__access-head {
    gap: 4px;
    margin-bottom: 30px
  }
}

.p-top__access-body address {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: .02em;
  line-height: 1.5;
  font-style: normal;
  margin-bottom: 40px
}

@media (max-width: 768px) {
  .p-top__access-body address {
    font-size: 16.5px;
    line-height: 1.75
  }
}

.p-top__access-lists {
  display: flex;
  gap: 30px;
  margin-bottom: 80px
}

@media (max-width: 768px) {
  .p-top__access-lists {
    flex-direction: column;
    margin-bottom: 60px;
    gap: 15px
  }
}

.p-top__access-list {
  display: block;
  width: 37%;
  min-height: 200px;
  max-width: 480px;
  background: #fff;
  padding: 30px
}

@media (max-width: 768px) {
  .p-top__access-list {
    width: 100%
  }
}

.p-top__access-item {
  display: flex;
  flex-direction: column;
  gap: 40px
}

@media (max-width: 768px) {
  .p-top__access-item {
    gap: 30px
  }
}

.p-top__access-foot {
  width: 100%;
  height: clamp(300px, 32.19vw, 750px)
}

.p-top__access-foot iframe {
  width: 100%;
  height: 100%
}

@media (max-width: 768px) {
  .p-top__access-foot {
    height: 400px
  }
}

.p-top__contact.section-contact-fadein {
  opacity: 0
}

.p-top__contact-wrapper {
  padding: 160px 0 180px
}

.p-top__contact-text {
  text-align: center;
  margin-bottom: 60px
}

@media (max-width: 768px) {
  .p-top__contact-text {
    margin-bottom: 40px
  }
}

.p-top__contact-head {
  margin-bottom: 40px;
  display: flex;
  flex-direction: column;
  gap: 10px
}

@media (max-width: 768px) {
  .p-top__contact-head {
    gap: 4px;
    margin-bottom: 30px
  }
}

.p-top__contact-item {
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: center
}

@media (max-width: 768px) {
  .p-top__contact-item {
    gap: 12px
  }
}

.p-top__contact-item time {
  font-size: 20px;
  font-family: Work Sans, sans-serif;
  font-weight: 700;
  letter-spacing: .02em;
  line-height: 1;
  padding-bottom: 10px
}

@media (max-width: 768px) {
  .p-top__contact-item time {
    font-size: 15px
  }
}

.p-top__contact-lists {
  width: 37.6%;
  margin: 0 auto;
  min-width: 480px;
  display: flex;
  flex-direction: column;
  gap: 25px
}

@media (max-width: 598px) {
  .p-top__contact-lists {
    width: 100%;
    min-width: 0;
    gap: 20px
  }
}

.p-top__contact-info {
  font-size: 22px;
  font-family: Work Sans, sans-serif;
  font-weight: 700;
  letter-spacing: .02em;
  line-height: 1;
  color: #1b1c1c
}

@media (max-width: 768px) {
  .p-top__contact-info {
    font-size: 16px
  }
}

.p-top__contact-mail {
  padding-bottom: 7px
}

.p-top__contact-tel {
  border-bottom: 1px solid #1b1c1c;
  padding-bottom: 10px;
  transition: opacity .4s
}

.p-top__contact-tel:hover {
  cursor: pointer;
  opacity: .8
}

@media (max-width: 768px) {
  .p-top__contact-tel {
    padding-bottom: 7px
  }
}

.p-top__contact-icon {
  display: inline-flex;
  align-items: center;
  width: 28px;
  height: auto
}

@media (max-width: 768px) {
  .p-top__contact-icon {
    width: 22px;
    min-width: 22px
  }
}

.p-top__contact-icon img {
  width: 100%
}

@media (max-width: 598px) {
  .p-top__contact .small-none {
    display: none
  }
}

.p-top .section-lead-anime {
  opacity: 0
}

.p-news-top__lead {
  margin-bottom: 60px
}

@media (max-width: 768px) {
  .p-news-top__lead {
    margin-bottom: 40px
  }
}

.p-news-top__tags {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 40px
}

@media (max-width: 768px) {
  .p-news-top__tags {
    gap: 5px
  }
}

.p-news-top__contents-wrapper {
  padding-bottom: 180px
}

@media (max-width: 768px) {
  .p-news-top__contents-wrapper {
    padding-bottom: 140px
  }
}

.p-news-top__lists {
  display: grid;
  gap: 40px;
  grid-template-columns: repeat(3, 1fr)
}

.p-news-top .c-news-item {
  width: 100%
}

.p-news-detail {
  padding-top: 185px
}

@media (max-width: 768px) {
  .p-news-detail {
    padding-top: 140px
  }
}

.p-news-detail .js-news-title,
.p-news-detail .js-article-transparent {
  opacity: 0
}

.p-news-detail .js-news-title-fade-in {
  animation-name: fadeInSlideY;
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
  transition: 4s;
  -webkit-transition: 4s;
  opacity: 1
}

.p-news-detail__head {
  margin-bottom: 40px
}

@media (max-width: 768px) {
  .p-news-detail__head {
    margin-bottom: 30px
  }
}

.p-news-detail__head h1 {
  font-size: 28px;
  font-weight: 700;
  color: #1b1c1c;
  letter-spacing: .02em;
  line-height: 1.5
}

@media (max-width: 598px) {
  .p-news-detail__head h1 {
    font-size: 20px
  }
}

.p-news-detail__body {
  margin-bottom: 180px
}

@media (max-width: 768px) {
  .p-news-detail__body {
    margin-bottom: 140px
  }
}

.p-news-detail__contents {
  display: flex;
  flex-direction: column;
  gap: 80px
}

@media (max-width: 768px) {
  .p-news-detail__contents {
    gap: 60px
  }
}

.p-news-detail__contents--reverse {
  flex-direction: column-reverse
}

.p-news-detail__img {
  display: block;
  width: 100%;
  height: 100%;
  height: 80vh;
  border: 1px solid #bdbdbd;
  padding: 20px;
  background: transparent
}

@media (max-width: 598px) {
  .p-news-detail__img {
    height: auto;
    border: none;
    padding: 0
  }
}

.p-news-detail__img img {
  width: 100%;
  height: 100%;
  object-fit: contain
}

.p-news-detail__img--zoom {
  display: block;
  width: 100%;
  height: 110vh;
  border: none;
  padding: 0;
  background: transparent
}

@media (max-width: 598px) {
  .p-news-detail__img--zoom {
    height: auto
  }
}

.p-news-detail__img--zoom img {
  width: 100%;
  height: 100%;
  object-fit: contain
}

.p-news-detail__article {
  background: #eee;
  padding: 60px;
  display: flex;
  flex-direction: column;
  gap: 60px
}

.p-news-detail__article .text-note--red {
  color: #b83e3e
}

.p-news-detail__article-note {
  font-size: 15px;
  font-weight: 400;
  color: #b83e3e;
  letter-spacing: .02em;
  line-height: 1.5;
  padding: 0 40px
}

@media (max-width: 768px) {
  .p-news-detail__article-note {
    padding: 0 30px
  }
}

@media (max-width: 768px) {
  .p-news-detail__article {
    gap: 30px;
    padding: 30px 10px
  }
}

.p-news-detail__imgs {
  display: block;
  width: 100%
}

.p-news-detail__imgs-title {
  font-size: 20px;
  font-weight: 700;
  color: #1b1c1c;
  letter-spacing: .02em;
  line-height: 1.5;
  margin-bottom: 40px;
  text-align: center
}

@media (max-width: 768px) {
  .p-news-detail__imgs-title {
    margin-bottom: 20px;
    font-size: 17px
  }
}

.p-news-detail__img-lists {
  width: 65%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px
}

@media (max-width: 768px) {
  .p-news-detail__img-lists {
    width: 100%;
    gap: 30px
  }
}

@media (max-width: 598px) {
  .p-news-detail__img-lists {
    display: flex;
    flex-direction: column;
    gap: 60px
  }
}

.p-news-detail__img-lists li {
  display: block;
  width: 100%
}

.p-news-detail__list-img {
  width: 100%
}

.p-news-detail__list-img img {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block
}

.p-news-detail__article-img {
  display: block;
  width: 80%;
  margin: 0 auto
}

@media (max-width: 768px) {
  .p-news-detail__article-img {
    width: 100%
  }
}

.p-news-detail__article-img a {
  display: block;
  margin-top: 20px;
  transition: .3s
}

.p-news-detail__article-img a:hover {
  opacity: .75
}

.p-schedule {
  position: relative
}

.p-schedule__wrapper {
  padding-bottom: 180px
}

@media (max-width: 768px) {
  .p-schedule__wrapper {
    padding-bottom: 140px
  }
}

.p-schedule__message {
  display: block;
  padding: clamp(10px, 1vw, 20px) clamp(5px, 1vw, 15px);
  font-family: Noto Sans JP, sans-serif;
  letter-spacing: .02em;
  line-height: normal;
  font-size: clamp(.5em, 1.5vw, .75em);
  font-weight: 700;
  color: #1b1c1c
}

@media (max-width: 768px) {
  .p-schedule__message {
    font-size: 13px;
    padding: 10px 20px
  }
}

.p-schedule__body {
  background: #f0f0f0;
  padding: 2px 20px
}

@media (max-width: 768px) {
  .p-schedule__body {
    padding: 0 2px
  }
}

.p-schedule__contents {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 2px
}

@media (max-width: 960px) {
  .p-schedule__contents {
    grid-template-columns: repeat(3, 1fr)
  }
}

@media (max-width: 768px) {
  .p-schedule__contents {
    grid-template-columns: repeat(2, 1fr)
  }
}

@media (max-width: 598px) {
  .p-schedule__contents {
    grid-template-columns: repeat(1, 1fr)
  }
}

.p-schedule__links {
  width: 100%;
  background: #fff;
  display: none
}

@media (max-width: 960px) {
  .p-schedule__links {
    display: flex;
    gap: 2px;
    flex-wrap: wrap
  }

  .p-schedule__links-item {
    width: 100%;
    flex-grow: 1;
    flex-basis: 0
  }

  .p-schedule__links-item a {
    display: block;
    width: 100%;
    font-size: 14px;
    font-family: Work Sans, sans-serif;
    letter-spacing: .02em;
    line-height: 1.5;
    font-weight: 700;
    color: #1b1c1c;
    background: #f0f0f0;
    padding: 10px;
    text-align: center
  }
}

.p-schedule__note-lists {
  width: 100%;
  text-align: right;
  padding: 40px 20px
}

@media (max-width: 768px) {
  .p-schedule__note-lists {
    padding: 20px 10px;
    text-align: left
  }
}

.p-schedule__note-list p {
  display: flex;
  justify-content: right
}

@media (max-width: 768px) {
  .p-schedule__note-list p {
    justify-content: left
  }
}

.p-schedule__note-mark {
  display: block;
  font-size: 12px;
  font-family: Noto Sans JP, sans-serif;
  color: #1b1c1c;
  line-height: normal;
  font-weight: 400;
  margin-right: 5px
}

.p-schedule__note-text {
  font-size: 14px;
  font-family: Noto Sans JP, sans-serif;
  color: #1b1c1c;
  line-height: normal;
  font-weight: 400
}

.p-schedule__month {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: clamp(10px, 1vw, 14px) clamp(5px, 1vw, 10px);
  background: #111
}

@media (max-width: 768px) {
  .p-schedule__month {
    padding: 10px 20px
  }
}

.p-schedule__month-en {
  font-size: 24px;
  line-height: normal;
  color: #3eb9b0;
  font-family: Work Sans, sans-serif
}

@media (max-width: 1040px) {
  .p-schedule__month-en {
    font-size: 20px
  }
}

@media (max-width: 960px) {
  .p-schedule__month-en {
    font-size: 24px
  }
}

.p-schedule__month-ja {
  font-size: 12px;
  font-family: Noto Sans JP, sans-serif;
  color: #fff;
  line-height: normal;
  font-weight: 400
}

@media (max-width: 1040px) {
  .p-schedule__month-ja {
    font-size: 11px
  }
}

@media (max-width: 960px) {
  .p-schedule__month-ja {
    font-size: 12px
  }
}

.p-schedule__month-item {
  display: block
}

@media (max-width: 960px) {
  .p-schedule__month-item {
    margin-bottom: 15px
  }
}

.p-schedule__lists {
  display: flex;
  flex-direction: column;
  gap: 2px
}

@media (max-width: 960px) {
  .p-schedule__lists {
    gap: 10px
  }
}

.p-schedule .js-weeks-fixed {
  transition: all .4s;
  position: fixed;
  top: 70px;
  z-index: 2000
}

.p-schedule .scroll-target {
  scroll-margin-top: 120px
}

.p-schedule #schedule-weeks-link {
  width: 100%;
  transition: all .4s
}

.p-plan {
  width: 100%
}

.p-plan h3 {
  font-size: 52px;
  font-weight: 700;
  font-family: Work Sans, sans-serif;
  line-height: 1
}

@media (max-width: 768px) {
  .p-plan h3 {
    font-size: 42px
  }
}

.p-plan__forms {
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin-top: 60px
}

.p-plan__title-ja {
  font-size: 28px;
  font-weight: 700;
  line-height: 1
}

@media (max-width: 768px) {
  .p-plan__title-ja {
    font-size: 24px
  }
}

.p-plan__title-en {
  font-size: 15px;
  color: #59d5cd;
  font-weight: 400;
  margin: 15px 0 40px;
  display: block;
  width: 100%
}

.p-plan__price-head {
  margin-bottom: 80px
}

@media (max-width: 768px) {
  .p-plan__price-head {
    margin-bottom: 40px
  }
}

.p-plan__price-body {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 120px
}

.p-plan__price-wrapper {
  padding-bottom: 160px
}

@media (max-width: 768px) {
  .p-plan__price-wrapper {
    padding-bottom: 100px
  }
}

.p-plan__price-item {
  width: 320px
}

.p-plan__price__list {
  list-style: none;
  padding: 0;
  margin: 0
}

.p-plan__price__list li {
  display: flex;
  justify-content: space-between;
  padding: 20px;
  border-bottom: 1px solid #3eb9b0
}

.p-plan__price__list li:first-of-type {
  border-top: 1px solid #3eb9b0
}

.p-plan__price-value {
  text-align: right
}

.p-plan__price-tax {
  text-align: right;
  margin-top: 10px
}

.p-plan__price-list li {
  display: flex;
  justify-content: space-between;
  padding: 20px;
  border-bottom: 1px solid #60abab
}

.p-plan__price-list li:first-of-type {
  border-top: 1px solid #60abab
}

.p-plan__price-ticket>ul {
  display: flex;
  flex-wrap: wrap;
  gap: 80px
}

.p-plan__price-ticket p {
  margin-bottom: 10px;
  text-align: justify
}

.p-plan__price-ticket ul li h5 {
  color: #fff;
  font-weight: 400;
  display: inline-block;
  padding: 10px 20px;
  margin-bottom: 20px;
  background: #3eb9b0
}

.p-plan__class-wrapper {
  padding-bottom: 180px
}

@media (max-width: 768px) {
  .p-plan__class-wrapper {
    padding-bottom: 120px
  }
}

.p-plan__class-head {
  margin-bottom: 80px
}

@media (max-width: 768px) {
  .p-plan__class-head {
    margin-bottom: 40px
  }
}

.p-plan__btn a {
  color: #fff;
  text-decoration: none;
  font-size: 15px;
  width: 360px;
  height: 50px;
  background-color: #161717;
  border: 2px solid #161717;
  border-radius: 25px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px
}

.p-plan__btn a:hover {
  color: #1b1c1c;
  background-color: #fff;
  transition: .3s all
}

.p-plan__class-item dl {
  display: flex
}

.p-plan__class-item dl dt {
  color: #fff;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 240px;
  padding: 20px;
  background: #161717;
  border-bottom: 1px solid #ffffff
}

.p-plan__class-item dl:last-of-type dt {
  border-bottom: none
}

.p-plan__class-item dl dd {
  text-align: justify;
  width: calc(100% - 240px);
  padding: 20px;
  border-right: 1px solid #292929;
  border-bottom: 1px solid #292929;
  display: flex;
  align-items: center
}

.p-plan__class-item dl:first-of-type dd {
  border-top: 1px solid #292929
}

.p-plan__sp-break {
  display: none
}

@media screen and (max-width: 768px) {
  .p-plan__title {
    font-size: 64px
  }

  .p-plan__price>.p-plan__body {
    gap: 80px
  }

  .p-plan__price-fee,
  .p-plan__price-ticket {
    width: 100%
  }

  .p-plan__price-ticket ul {
    gap: 40px
  }

  .p-plan__price-ticket ul li {
    width: 100%
  }

  .p-plan__btn a {
    width: 320px
  }

  .p-plan__price-item {
    width: 100%
  }

  .p-plan__class-item dl dt {
    width: 110px
  }

  .p-plan__class-item dl dd {
    width: calc(100% - 110px);
    padding: 10px
  }

  .p-plan__sp-break {
    display: block
  }
}

@media screen and (max-width: 598px) {
  .p-plan__btn a {
    width: 100%
  }
}

.p-outside__regions {
  display: flex;
  gap: 15px;
  margin-top: 80px;
  flex-wrap: wrap;
  max-width: 540px
}

@media (max-width: 768px) {
  .p-outside__regions {
    gap: 10px;
    margin-top: 45px
  }
}

.p-outside__contents {
  margin-top: 120px
}

@media (max-width: 768px) {
  .p-outside__contents {
    margin-top: 80px
  }
}

.p-outside__contents-wrapper {
  padding-bottom: 180px
}

@media (max-width: 768px) {
  .p-outside__contents-wrapper {
    padding-bottom: 140px
  }
}

.p-outside__info {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-bottom: clamp(60px, 8vw, 140px)
}

.p-outside__info-text {
  font-size: clamp(12px, 1.5vw, 15px);
  font-family: Noto Sans JP, sans-serif;
  color: #1b1c1c;
  line-height: normal;
  font-weight: 400
}

.p-outside__archive-contents {
  display: flex;
  flex-direction: column;
  gap: 100px
}

.p-outside__archive-region {
  margin-bottom: 60px
}

@media (max-width: 768px) {
  .p-outside__archive-region {
    margin-bottom: 40px
  }
}

.p-outside__archive-lists {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: clamp(20px, 2.083vw, 40px);
  row-gap: clamp(60px, 6.25vw, 100px)
}

@media (max-width: 768px) {
  .p-outside__archive-lists {
    display: flex;
    flex-direction: column;
    gap: 40px
  }
}

.p-outside__coming-soon {
  font-size: clamp(18px, 3vw, 24px);
  font-family: Work Sans, sans-serif;
  color: #1b1c1c;
  line-height: normal;
  font-weight: 700
}

.p-outside__btn-lists {
  display: flex;
  align-items: center;
  gap: 20px
}

@media (max-width: 768px) {
  .p-outside__btn-lists {
    gap: 10px
  }
}

.p-outside__lead {
  margin-bottom: 60px
}

@media (max-width: 768px) {
  .p-outside__lead {
    margin-bottom: 40px
  }
}

.p-outside-detail__head {
  padding-top: 220px
}

@media (max-width: 768px) {
  .p-outside-detail__head {
    padding-top: 160px
  }
}

.p-outside-detail__head h1 {
  font-size: 46px;
  color: #59d5cd;
  font-weight: 700;
  font-family: Noto Sans JP, sans-serif;
  line-height: normal;
  margin-bottom: 20px
}

@media (max-width: 768px) {
  .p-outside-detail__head h1 {
    font-size: 36px
  }
}

.p-outside-detail__head ul {
  display: flex;
  gap: 20px
}

.p-outside-detail__head ul li {
  font-size: 16px;
  line-height: 1;
  color: #f7f7f7;
  background: #292929;
  width: 160px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center
}

.p-outside-detail__note-list {
  margin-top: 30px
}

@media (max-width: 768px) {
  .p-outside-detail__note-list {
    margin-top: 20px
  }
}

.p-outside-detail__body {
  margin-bottom: 160px
}

.p-outside-detail__contents {
  display: flex;
  flex-direction: column;
  gap: 80px
}

@media (max-width: 768px) {
  .p-outside-detail__contents {
    gap: 100px
  }
}

.p-outside-detail__img {
  margin: 80px auto 120px;
  width: 80%;
  max-width: 560px
}

@media (max-width: 768px) {
  .p-outside-detail__img {
    width: 100%
  }
}

.p-outside-detail__img img {
  object-fit: cover;
  width: 100%
}

.p-outside-detail__item {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  margin-bottom: 80px
}

@media (max-width: 768px) {
  .p-outside-detail__item {
    gap: 30px
  }
}

.p-outside-detail__item:last-of-type {
  margin-bottom: 0
}

.p-outside-detail__item h3 {
  font-size: 36px;
  line-height: 1;
  font-weight: 700;
  padding-left: 20px;
  font-family: Work Sans, sans-serif;
  line-height: normal;
  letter-spacing: .02em;
  border-left: 8px solid #59d5cd;
  width: 280px;
  height: 36px;
  margin-right: 40px
}

.p-outside-detail__text-l {
  font-size: 28px;
  color: #59d5cd;
  font-weight: 400;
  line-height: normal;
  letter-spacing: .02em;
  margin-bottom: 20px
}

@media (max-width: 768px) {
  .p-outside-detail__text-l {
    font-size: 24px
  }
}

.p-outside-detail__text-l span {
  font-size: 16px;
  color: #1b1c1c;
  font-family: Work Sans, sans-serif;
  line-height: normal;
  margin-left: 20px
}

.p-outside-detail__btn {
  color: #f7f7f7;
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
  width: 192px;
  height: 50px;
  background: #121212;
  border-radius: 25px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 6px 0 30px
}

.p-outside-detail__btn:hover {
  opacity: .6;
  transition: .3s all
}

.p-outside-detail__btn img {
  width: 34px;
  height: 34px
}

.p-outside-detail__item-contents {
  width: calc(100% - 360px);
  min-width: 640px
}

@media (max-width: 768px) {
  .p-outside-detail__item-contents {
    width: 100%;
    min-width: 100%
  }
}

.p-privacy__body {
  display: block;
  margin: 0 auto;
  padding: 2.5rem 1rem;
  font-family: Helvetica Neue, Yu Gothic, YuGothic, sans-serif;
  line-height: 1.8;
  color: #333;
  background-color: #fff
}

.p-privacy__article {
  padding: 1.5rem 1rem;
  margin: 2.5rem 0;
  border-radius: 8px;
  background-color: #f9f9f9;
  border: 1px solid #e0e0e0;
  box-shadow: 0 2px 5px #00000008
}

.p-privacy__body a {
  color: #0073aa;
  text-decoration: underline;
  word-break: break-word
}

.p-privacy__body a:hover {
  color: #004d7a;
  text-decoration: none
}

.p-privacy__body h2 {
  font-size: 1.25rem;
  margin-top: 2.5rem;
  padding-bottom: .4rem;
  border-bottom: 2px solid #ccc;
  font-weight: 700;
  color: #111
}

.p-privacy__body p {
  margin: 1rem 0
}

.p-privacy__body ul {
  padding-left: 1.5rem;
  margin: 1rem 0
}

.p-privacy__body li {
  margin-bottom: .5rem;
  list-style-type: disc
}

.p-privacy__body article {
  padding: 1.5rem 1rem;
  margin-bottom: 2rem;
  border-radius: 8px;
  background-color: #f9f9f9;
  border: 1px solid #e0e0e0;
  box-shadow: 0 2px 5px #00000008
}

@media (max-width: 600px) {
  .p-privacy__body {
    padding: 2rem 1rem
  }

  .p-privacy__body h2 {
    font-size: 1.1rem
  }
}

@keyframes hover-y-out {
  0% {
    transform: translateY(0)
  }

  to {
    transform: translateY(-100%);
    opacity: 0
  }
}

.c-header {
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 100%;
  height: 70px;
  z-index: 3000
}

.c-header.js-height-max {
  height: 100dvh
}

.c-header.is-fade-in {
  animation: SlideInY .5s ease-in-out forwards;
  opacity: 1
}

@media (max-width: 960px) {
  .c-header #header-nav {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    position: relative;
    z-index: 1100;
    width: 100%;
    height: 100dvh;
    background: #111;
    opacity: 0;
    transform: translate(-120%);
    -webkit-transform: translateX(-120%);
    transition: all .4s;
    -webkit-transition: all .4s
  }
}

.c-header #header-nav.js-slide-active {
  transform: translate(0);
  -webkit-transform: translateX(0);
  opacity: 1
}

.c-header__hamburger {
  display: block;
  position: fixed;
  top: 20px;
  z-index: 1200;
  right: 20px
}

.c-header__hamburger-inner {
  display: block;
  height: 40px;
  width: 30px
}

.c-header__hamburger-inner span {
  background-color: #fff;
  position: absolute;
  top: 10px;
  right: 0;
  height: 1px;
  width: 30px;
  transition: all .4s
}

.c-header__hamburger-inner span:nth-of-type(2) {
  top: 20px;
  width: 25px
}

.c-header__hamburger-inner span:nth-of-type(3) {
  top: 30px;
  width: 30px
}

.c-header__inner {
  width: 100%;
  height: 100%
}

.c-header__wrapper-contents {
  transition: all .3s;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: fixed;
  width: 100%;
  height: 70px
}

.c-header__wrapper-contents.black {
  background: #111
}

.c-header__wrapper-contents.transparent {
  background: transparent
}

.c-header__wrapper-contents.js-scrolled-bg {
  background: #111
}

@media (max-width: 960px) {
  .c-header__wrapper {
    padding: 0
  }
}

.c-header__nav-lists {
  display: flex;
  gap: 35px;
  position: absolute;
  top: 24px;
  right: 80px
}

@media (max-width: 960px) {
  .c-header__nav-lists {
    position: relative;
    display: flex;
    flex-direction: column;
    line-height: 1;
    gap: 25px;
    flex-wrap: wrap;
    width: 100%;
    margin-bottom: 30px;
    padding: 0 30px;
    top: 0;
    left: 0
  }
}

.c-header__text {
  transition: all .25s;
  display: inline-block;
  font-size: 16px;
  font-family: Work Sans, sans-serif;
  font-weight: 500;
  line-height: 1
}

@media (max-width: 960px) {
  .c-header__text {
    font-size: 38px
  }
}

@media (max-width: 768px) {
  .c-header__text {
    font-size: 26px
  }
}

.c-header__text.font-ja {
  opacity: 0;
  display: none
}

@media (max-width: 960px) {
  .c-header__text.font-ja {
    font-family: Noto Sans JP, sans-serif;
    display: block;
    opacity: 1;
    font-size: 12px;
    margin-top: 6px
  }
}

@media (max-width: 768px) {
  .c-header__text.font-ja {
    font-size: 10.5px
  }
}

.c-header__nav-link {
  position: relative;
  display: inline-block;
  transition: all .4s;
  color: #fff
}

.c-header__nav-link:hover {
  opacity: .7
}

.c-header__nav-link:hover:after {
  transform: scale(1);
  opacity: 1
}

.c-header__nav-link:after {
  content: "";
  position: absolute;
  left: 0%;
  bottom: -6px;
  width: 100%;
  height: 1px;
  background: #fff;
  transition: all .4s;
  transform: scaleX(0);
  -webkit-transform: scale(0, 1);
  transform-origin: left top;
  opacity: 0
}

@media (max-width: 960px) {
  .c-header__nav-link:after {
    display: none
  }
}

.c-header__nav-link:hover .c-header__text {
  cursor: pointer
}

.c-header__nav-logo {
  position: absolute;
  left: 80px;
  top: 20px;
  display: block;
  height: 40px;
  width: auto;
  z-index: 1500;
  transition: all .4s
}

.c-header__nav-logo:hover {
  opacity: .7
}

@media (max-width: 960px) {
  .c-header__nav-logo {
    position: absolute;
    left: 20px
  }
}

@media (max-width: 768px) {
  .c-header__nav-logo {
    height: 37px
  }
}

.c-header__nav-logo img {
  height: 100%
}

.c-header__tel {
  display: none
}

@media (max-width: 960px) {
  .c-header__tel {
    width: 100%;
    display: block;
    text-align: left;
    padding: 0 20px;
    margin-bottom: 40px
  }
}

@media (max-width: 960px) {
  .c-header__tel-link {
    gap: 10px;
    flex-direction: column;
    width: 50%;
    padding: 20px;
    background: #fff
  }

  .c-header__tel-link.is-tab {
    display: inline-flex
  }
}

@media (max-width: 768px) {
  .c-header__tel-link {
    width: 100%
  }
}

@media (max-width: 960px) {
  .c-header__tel-title {
    display: block;
    font-size: 20px;
    font-family: Noto Sans JP, sans-serif;
    font-weight: 700;
    line-height: 1;
    letter-spacing: .02em;
    color: #b83e3e
  }
}

@media (max-width: 768px) {
  .c-header__tel-title {
    font-size: 16px
  }
}

@media (max-width: 960px) {
  .c-header__tel-num {
    display: block;
    font-size: 22px;
    font-family: Work Sans, sans-serif;
    font-weight: 700;
    line-height: 1;
    letter-spacing: .02em;
    color: #1b1c1c
  }
}

@media (max-width: 768px) {
  .c-header__tel-num {
    font-size: 18px
  }
}

.js-nav-btn.js-hamburger-active .c-header__hamburger-inner {
  display: block
}

.js-nav-btn.js-hamburger-active .c-header__hamburger-inner span:nth-of-type(1) {
  width: 30px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  top: 22px
}

.js-nav-btn.js-hamburger-active .c-header__hamburger-inner span:nth-of-type(2) {
  opacity: 0
}

.js-nav-btn.js-hamburger-active .c-header__hamburger-inner span:nth-of-type(3) {
  width: 30px;
  transform: rotate(45deg);
  -webkit-transform: rotate(-41deg);
  top: 23px
}

.c-footer__wrapper {
  height: 100%;
  background: #111;
  padding-top: 80px
}

@media (max-width: 768px) {
  .c-footer__wrapper {
    padding-top: 100px
  }
}

.c-footer__body {
  display: flex;
  justify-content: space-between;
  margin: 60px 0 40px;
  gap: 40px
}

@media (max-width: 768px) {
  .c-footer__body {
    flex-direction: column;
    margin: 37px auto 0;
    gap: 20px
  }
}

.c-footer__nav {
  display: block;
  height: 100%;
  padding: 15px 20px;
  margin: 10px 0 80px
}

@media (max-width: 768px) {
  .c-footer__nav {
    padding: 30px 20px
  }
}

.c-footer__nav-lists {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  width: 100%;
  justify-content: center
}

@media (max-width: 768px) {
  .c-footer__nav-lists {
    gap: 10px
  }
}

.c-footer__nav-link {
  display: flex;
  gap: 10px;
  align-items: center
}

.c-footer__nav-link:after {
  content: "";
  display: block;
  width: 1px;
  height: 20px;
  background: #fff
}

@media (max-width: 768px) {
  .c-footer__nav-link:after {
    height: 13px
  }
}

.c-footer__nav-link {
  font-size: 14px;
  font-weight: 400;
  font-family: Noto Sans JP, sans-serif;
  color: #fff;
  transition: all .4s
}

@media (max-width: 768px) {
  .c-footer__nav-link {
    font-size: 12.5px
  }
}

.c-footer__nav-link:hover {
  opacity: .7
}

.c-footer__logo {
  display: block;
  width: 197px;
  height: auto;
  text-align: center;
  margin: 0 auto;
  transform: translate(-10px)
}

@media (max-width: 768px) {
  .c-footer__logo {
    width: 157px
  }
}

.c-footer__logo img {
  width: 100%
}

@media (max-width: 768px) {
  .c-footer__texts {
    text-align: center
  }
}

.c-footer__texts span {
  font-size: 24px;
  font-weight: 700
}

@media (max-width: 768px) {
  .c-footer__texts span {
    font-size: 19px
  }
}

.c-footer__texts p {
  font-size: 14px;
  font-weight: 400;
  margin-top: 10px
}

@media (max-width: 768px) {
  .c-footer__texts p {
    display: none
  }
}

.c-footer__sns-icon {
  font-size: 28px
}

@media (max-width: 768px) {
  .c-footer__sns-icon {
    font-size: 23px
  }
}

.c-footer__sns-link {
  transition: all .4s
}

.c-footer__sns-link:hover {
  opacity: .7
}

.c-footer__copy {
  display: block;
  text-align: right;
  font-size: 11px;
  font-weight: 400;
  font-family: Work Sans, sans-serif;
  letter-spacing: .02em;
  line-height: 1;
  color: #fff
}

@media (max-width: 768px) {
  .c-footer__copy {
    font-size: 9.5px
  }
}

.c-footer__foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #1b1c1c;
  padding: 10px 120px
}

@media (max-width: 768px) {
  .c-footer__foot {
    padding: 10px 20px
  }
}

.c-footer__foot-text {
  width: 50%
}

.c-footer__foot-sns {
  display: flex;
  gap: 25px
}

@media (max-width: 768px) {
  .c-footer__foot-sns {
    width: 100%;
    gap: 20px;
    width: 50%
  }
}

.c-global-contact.section-contact-fadein {
  opacity: 0
}

.c-global-contact__wrapper {
  padding: 160px 0
}

@media (max-width: 768px) {
  .c-global-contact__wrapper {
    padding: 120px 0
  }
}

.c-global-contact__text {
  text-align: center;
  margin-bottom: 60px
}

@media (max-width: 768px) {
  .c-global-contact__text {
    margin-bottom: 40px
  }
}

.c-global-contact__head {
  margin-bottom: 40px;
  display: flex;
  flex-direction: column;
  gap: 10px
}

@media (max-width: 768px) {
  .c-global-contact__head {
    gap: 4px;
    margin-bottom: 30px
  }
}

.c-global-contact__time {
  display: block;
  padding-bottom: 5px
}

.c-global-contact__item {
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: center
}

@media (max-width: 768px) {
  .c-global-contact__item {
    gap: 12px
  }
}

.c-global-contact__item time {
  font-size: 20px;
  font-family: Work Sans, sans-serif;
  font-weight: 700;
  letter-spacing: .02em;
  line-height: 1;
  padding-bottom: 10px
}

@media (max-width: 768px) {
  .c-global-contact__item time {
    font-size: 15px
  }
}

.c-global-contact__lists {
  width: 37.6%;
  margin: 0 auto;
  min-width: 480px;
  display: flex;
  flex-direction: column;
  gap: 25px
}

@media (max-width: 598px) {
  .c-global-contact__lists {
    width: 100%;
    min-width: 0;
    gap: 20px
  }
}

.c-global-contact__info {
  font-size: 22px;
  font-family: Work Sans, sans-serif;
  font-weight: 700;
  letter-spacing: .02em;
  line-height: 1;
  color: #1b1c1c
}

@media (max-width: 768px) {
  .c-global-contact__info {
    font-size: 16px
  }
}

.c-global-contact__mail {
  padding-bottom: 7px
}

.c-global-contact__tel {
  border-bottom: 1px solid #1b1c1c;
  padding-bottom: 6px;
  transition: opacity .4s
}

.c-global-contact__tel:hover {
  cursor: pointer;
  opacity: .8
}

@media (max-width: 768px) {
  .c-global-contact__tel {
    padding-bottom: 7px
  }
}

.c-global-contact__icon {
  display: inline-flex;
  align-items: center;
  width: 28px;
  height: auto
}

@media (max-width: 768px) {
  .c-global-contact__icon {
    width: 22px;
    min-width: 22px
  }
}

.c-global-contact__icon img {
  width: 100%
}

@media (max-width: 598px) {
  .c-global-contact .small-none {
    display: none
  }
}

@keyframes fadein {
  0% {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

@keyframes fadeInSlideY {
  0% {
    opacity: 0;
    transform: translateY(-60px);
    -webkit-transform: translateY(-60px)
  }

  to {
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0)
  }
}

@keyframes fadeInSlideX {
  0% {
    opacity: 0;
    transform: translate(-20px);
    -webkit-transform: translateX(-20px)
  }

  to {
    opacity: 1;
    transform: translate(0);
    -webkit-transform: translateX(0)
  }
}

@keyframes zoom-top {
  0% {
    transform: scale(1.06)
  }

  to {
    transform: scale(1)
  }
}

html {
  scroll-behavior: smooth;
  font-size: 16px;
  text-align: left
}

@media (max-width: 768px) {
  html {
    font-size: 15px
  }
}

li {
  list-style: none
}

a {
  text-decoration: none
}

body {
  color: #1b1c1c;
  background: #f7f7f7;
  animation: fadein .45s forwards
}

main {
  font-family: Noto Sans JP, sans-serif;
  font-weight: 400;
  line-height: 2;
  letter-spacing: .02em;
  color: #1b1c1c
}

.is-pc {
  display: block
}

@media (max-width: 768px) {
  .is-pc {
    display: none
  }
}

.is-tab {
  display: none
}

@media (max-width: 960px) {
  .is-tab {
    display: block
  }
}

.is-sp {
  display: none
}

@media (max-width: 768px) {
  .is-sp {
    display: block
  }
}

.js-fadeIn-normal {
  animation-name: fadeInSlideY;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  transition: 1.5s;
  -webkit-transition: 1.5s;
  opacity: 1
}

.js-titletop-line-fade-in:after {
  transform: scaleX(1)
}

.titletop-fade-in {
  animation-name: fadeInSlideY;
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
  transition: 4s;
  -webkit-transition: 4s;
  opacity: 1
}

.js-view {
  opacity: 0
}

@media (max-width: 768px) {
  .js-in-view-y-sp {
    transition: opacity .4s;
    transform: translateY(-60px);
    -webkit-transform: translateY(-60px);
    opacity: 0
  }
}

.js-in-view-y {
  transition: opacity .4s;
  transform: translateY(-60px);
  -webkit-transform: translateY(-60px);
  opacity: 0
}

.js-header-fade-in {
  transform: translateY(-40px);
  opacity: 0
}

.contents-fade-in,
.contents-fade-in-y {
  animation-name: fadein;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  transition: 3s;
  -webkit-transition: 3s;
  opacity: 1
}

.mt-40-20 {
  margin-top: 40px
}

@media (max-width: 768px) {
  .mt-40-20 {
    margin-top: 20px
  }
}

html,
body {
  margin: 0;
  width: 100%;
  height: 100%
}