@charset "UTF-8";
/* CSS Document - さくら学園 TOP */
body {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  color: #333;
  background: #fff;
  padding-bottom: 0;
}
@media screen and (max-width: 950px) {
  body {
    padding-bottom: 70px;
  }
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

a {
  opacity: 1;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
a:hover {
  opacity: 0.7;
}

p {
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 950px) {
  p {
    font-size: 15px;
  }
}

section {
  padding: 80px 0;
}
@media screen and (max-width: 950px) {
  section {
    padding: 50px 0;
  }
}

.section-title {
  font-size: 28px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 40px;
  line-height: 1.6;
  color: #333;
}
@media screen and (max-width: 950px) {
  .section-title {
    font-size: 22px;
    margin-bottom: 30px;
  }
}
.section-title span {
  font-size: 36px;
  color: #f19191;
}
@media screen and (max-width: 950px) {
  .section-title span {
    font-size: 28px;
  }
}

.section-title-en {
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 40px;
  letter-spacing: 0.15em;
  color: #7b7070;
}
@media screen and (max-width: 950px) {
  .section-title-en {
    font-size: 20px;
  }
}

.section-title-serif {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 26px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 40px;
  letter-spacing: 0.08em;
  color: #333;
}
@media screen and (max-width: 950px) {
  .section-title-serif {
    font-size: 22px;
  }
}

.section-title-left {
  font-size: 26px;
  font-weight: 700;
  text-align: center;
  color: #7b7070;
  margin-bottom: 50px;
  line-height: 1.7;
}
@media screen and (max-width: 950px) {
  .section-title-left {
    font-size: 20px;
    text-align: center;
  }
}

.btn-outline {
  text-align: center;
  margin-top: 16px;
}
.btn-outline a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 10px;
  background: #fff;
  color: #f19191;
  border: 2px solid #f19191;
  text-decoration: none;
  padding: 12px 36px;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 800;
  min-width: 280px;
  -webkit-transition: background 0.3s, color 0.3s;
  transition: background 0.3s, color 0.3s;
}
@media screen and (max-width: 950px) {
  .btn-outline a {
    width: 100%;
    font-size: 15px;
    padding: 12px 24px;
  }
}
.btn-outline a img {
  width: 28px;
}
.btn-outline a:hover {
  background: #f19191;
  color: #fff;
  opacity: 1;
}

.btn-more {
  text-align: center;
  margin-top: 36px;
}
.btn-more a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  background: #fff;
  color: #f19191;
  border: 2px solid #f19191;
  text-decoration: none;
  padding: 12px 36px;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 500;
  min-width: 280px;
  -webkit-transition: background 0.3s, color 0.3s;
  transition: background 0.3s, color 0.3s;
}
@media screen and (max-width: 950px) {
  .btn-more a {
    width: 100%;
    font-size: 15px;
    padding: 12px 24px;
  }
}
.btn-more a img {
  width: 8px;
}
.btn-more a:hover {
  background: #f19191;
  color: #fff;
  opacity: 1;
}

.btn-contact img {
  display: block;
  height: 46px;
  width: auto;
}
@media screen and (max-width: 950px) {
  .btn-contact img {
    height: 40px;
  }
}

.btn-line-lg {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  background: #06c755;
  color: #fff;
  text-decoration: none;
  padding: 10px 24px;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 500;
}
.btn-line-lg img {
  width: 28px;
  height: 28px;
}
.btn-line-lg:hover {
  opacity: 0.85;
}

/* Header */
#main_nav_wrap {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  z-index: 100;
  background: rgba(255, 255, 255, 0.8);
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 30px;
}
@media screen and (max-width: 950px) {
  #main_nav_wrap {
    height: 60px;
    padding: 0 16px;
  }
}
#main_nav_wrap #logo_icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#main_nav_wrap #logo_icon img {
  height: 44px;
  width: auto;
}
@media screen and (max-width: 950px) {
  #main_nav_wrap #logo_icon img {
    height: 36px;
  }
}

.header-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
}

.menu-container ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
.menu-container ul li a {
  font-size: 15px;
  color: #333;
  font-weight: 500;
  white-space: nowrap;
  letter-spacing: 0.05em;
}

.header-cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.header-cta .btn-line img {
  width: 46px;
  height: 46px;
}

/* Hamburger */
.gnav {
  background: #f19191;
  display: none;
  height: 100%;
  position: fixed;
  width: 100%;
  z-index: 200;
  top: 0;
}

.gnav__wrap {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  padding: 80px 35px 40px;
}

.gnav__menu {
  width: 100%;
  max-width: 400px;
}

.gnav__menu__item {
  margin-bottom: 16px;
}
.gnav__menu__item a {
  color: #fff;
  padding: 16px;
  text-decoration: none;
  display: block;
  text-align: center;
  border: 1px solid #fff;
  border-radius: 999px;
  font-size: 15px;
}

.menu {
  height: 20px;
  position: fixed;
  right: 17px;
  top: 20px;
  width: 45px;
  z-index: 201;
}
@media screen and (min-width: 951px) {
  .menu {
    display: none;
  }
}

.menu__line {
  background: #f19191;
  display: block;
  height: 2px;
  position: absolute;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  width: 100%;
}

.menu__line--center {
  top: 9px;
}

.menu__line--bottom {
  bottom: 0;
}

.menu__line--top.active {
  background: #fff;
  top: 8px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.menu__line--center.active {
  background: #fff;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
}

.menu__line--bottom.active {
  background: #fff;
  bottom: 10px;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

/* Hero */
#hero {
  position: relative;
  background: linear-gradient(160deg, #ffebe8 0%, #fff 45%, #fef0ef 100%);
  overflow: hidden;
}
@media screen and (min-width: 951px) {
  .hero-petals {
    padding-left: 100px;
  }
}
.hero-petals {
  position: absolute;
  inset: 0;
  overflow: hidden;
}
.hero-petals span {
  position: absolute;
  width: 18px;
  height: 18px;
  background: #f19191;
  border-radius: 50% 0 50% 0;
  opacity: 0.35;
}
.hero-petals span:nth-child(1) {
  top: 18%;
  left: 8%;
  -webkit-transform: rotate(20deg);
          transform: rotate(20deg);
}
.hero-petals span:nth-child(2) {
  top: 30%;
  right: 12%;
  width: 12px;
  height: 12px;
  opacity: 0.25;
}
.hero-petals span:nth-child(3) {
  top: 55%;
  left: 45%;
  width: 10px;
  height: 10px;
}
.hero-petals span:nth-child(4) {
  bottom: 25%;
  left: 15%;
  width: 15px;
  height: 15px;
  opacity: 0.2;
}
.hero-petals span:nth-child(5) {
  bottom: 15%;
  right: 20%;
  opacity: 0.3;
}
@media screen and (min-width: 951px) {
  .hero-petals img {
    max-width: 80%;
    position: absolute;
    right: 0%;
    top: 0;
  }
}

.hero-inner {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 950px) {
  .hero-inner {
    height: 100vh;
    height: 100svh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.hero-text {
  padding: 80px 20px;
}
@media screen and (max-width: 950px) {
  .hero-text {
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 80px 20px 140px;
  }
}
.hero-text h1 img {
  max-width: 100%;
  width: 450px;
  margin-bottom: 50px;
}
@media screen and (max-width: 950px) {
  .hero-text h1 img {
    width: 80%;
    margin-bottom: 0;
  }
}

.hero-lead {
  margin-top: 20px;
  color: #7b7070;
  font-size: 15px;
  line-height: 2;
}

.hero-visual {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 54%;
          flex: 0 1 54%;
  text-align: right;
}
@media screen and (max-width: 950px) {
  .hero-visual {
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    text-align: center;
  }
}
.hero-visual img {
  max-width: 100%;
}
@media screen and (min-width: 951px) {
  .hero-visual img {
    max-height: 500px;
    width: auto;
  }
}

.hero-merit {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 40px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.hero-merit h2 {
  color: #f19191;
  border-bottom: 2px solid #f19191;
  margin-bottom: 20px;
  text-align: center;
}
@media screen and (max-width: 950px) {
  .hero-merit h2 {
    font-size: 22px;
    line-height: 2em;
  }
}
@media screen and (min-width: 951px) {
  .hero-merit img {
    width: 600px;
  }
}
@media screen and (max-width: 950px) {
  .hero-merit {
    margin-top: -50px;
  }
}

.hero-cta-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  padding: 12px 35px 20px;
  background: #fff;
}
.hero-cta-bar .btn-contact {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.hero-cta-bar .btn-contact img {
  width: 100%;
  height: auto;
}
.hero-cta-bar .btn-line-lg {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 15px;
}

@media screen and (max-width: 950px) {
  .blend-screen {
    margin-top: -20px;
  }
}

/* Intro */
#intro {
  padding: 70px 0;
  background: #fff;
  text-align: center;
}

.intro-lead {
  font-size: 22px;
  font-weight: 700;
  line-height: 2;
  color: #7b7070;
  margin-bottom: 36px;
  text-shadow: 2px 0 0 #ffebe8, -2px 0 0 #ffebe8, 0 2px 0 #ffebe8, 0 -2px 0 #ffebe8, 1px 1px 0 #ffebe8, -1px 1px 0 #ffebe8, 1px -1px 0 #ffebe8, -1px -1px 0 #ffebe8, 0 0 8px #ffebe8;
}
@media screen and (max-width: 950px) {
  .intro-lead {
    position: static;
    margin-top: auto;
    margin-bottom: 0;
    font-size: 18px;
  }
}

.intro-catch {
  font-size: 28px;
  font-weight: 700;
  color: #f19191;
  margin-bottom: 40px;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 950px) {
  .intro-catch {
    font-size: 20px;
  }
}

.intro-body {
  max-width: 780px;
  margin: 0 auto;
  text-align: left;
}
.intro-body p {
  font-size: 15px;
  color: #7b7070;
  margin-bottom: 1.5em;
  line-height: 2.2;
}
.intro-body .intro-close {
  font-size: 18px;
  font-weight: 700;
  color: #333;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 0;
}

/* Support */
#support {
  padding: 60px 0;
  background: #fef0ef;
}

.support-text {
  text-align: center;
  font-size: 16px;
  line-height: 2.2;
  color: #7b7070;
  max-width: 800px;
  margin: 0 auto;
}
@media screen and (max-width: 950px) {
  .support-text {
    font-size: 15px;
    text-align: left;
  }
}

/* News */
#news {
  background: #fff;
  padding: 70px 0;
}

.news-slider {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}

.news-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  overflow-x: auto;
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 4px 0;
}
.news-list::-webkit-scrollbar {
  display: none;
}
.news-list li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(33.333% - 15px);
          flex: 0 0 calc(33.333% - 15px);
  scroll-snap-align: start;
}
@media screen and (max-width: 950px) {
  .news-list li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 78%;
            flex: 0 0 78%;
  }
}
.news-list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  text-decoration: none;
  color: #333;
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid #eee;
  -webkit-box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
          box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.news-list li a:hover {
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
  opacity: 1;
}
.news-list li figure {
  aspect-ratio: 16/10;
  overflow: hidden;
}
.news-list li figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.news-list li .news-body {
  padding: 15px 16px 18px;
}
.news-list li .news-tag {
  display: inline-block;
  font-size: 10px;
  color: #fff;
  padding: 3px 10px;
  border-radius: 999px;
  margin-bottom: 8px;
}
.news-list li time {
  display: block;
  font-size: 11px;
  color: #7b7070;
  margin-bottom: 6px;
}
.news-list li p {
  font-size: 15px;
  line-height: 1.6;
  letter-spacing: 0;
}

.tag-pink {
  background: #f19191;
}

.tag-green {
  background: #a8d5ba;
  color: #333 !important;
}

.tag-yellow {
  background: #f5d76e;
  color: #333 !important;
}

.news-arrow {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 36px;
  height: 36px;
  border: 1px solid #f19191;
  border-radius: 50%;
  background: #fff;
  cursor: pointer;
  position: relative;
}
@media screen and (max-width: 950px) {
  .news-arrow {
    display: none;
  }
}
.news-arrow::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8px;
  height: 8px;
  border-top: 2px solid #f19191;
  border-right: 2px solid #f19191;
}
.news-arrow--prev::after {
  -webkit-transform: translate(-30%, -50%) rotate(-135deg);
          transform: translate(-30%, -50%) rotate(-135deg);
}
.news-arrow--next::after {
  -webkit-transform: translate(-70%, -50%) rotate(45deg);
          transform: translate(-70%, -50%) rotate(45deg);
}

/* News archive page */
.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.news-archive {
  padding: 70px 0 80px;
  background: #fff;
}

.page-header {
  text-align: center;
  margin-bottom: 48px;
}
.page-header .section-title-serif {
  margin-bottom: 16px;
}

.page-header-desc {
  font-size: 15px;
  color: #7b7070;
  text-align: center;
}

.news-archive-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-bottom: 60px;
}
@media screen and (max-width: 950px) {
  .news-archive-list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.news-archive-list .post {
  margin: 0;
}
.news-archive-list .news-card-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  text-decoration: none;
  color: #333;
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid #eee;
  -webkit-box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
          box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.news-archive-list .news-card-link:hover {
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
  opacity: 1;
}
.news-archive-list .post-thumbnail {
  aspect-ratio: 16/10;
  overflow: hidden;
  margin: 0;
}
.news-archive-list .post-thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.news-archive-list .news-body {
  padding: 15px 16px 18px;
}
.news-archive-list .news-tag {
  display: inline-block;
  font-size: 10px;
  color: #fff;
  padding: 3px 10px;
  border-radius: 999px;
  margin-bottom: 8px;
}
.news-archive-list .entry-title {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0;
  margin-bottom: 8px;
}
.news-archive-list time {
  display: block;
  font-size: 11px;
  color: #7b7070;
}

.pagination .nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.pagination .page-numbers {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 40px;
  height: 40px;
  padding: 0 12px;
  border: 1px solid #ffebe8;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  color: #333;
  background: #fff;
  -webkit-transition: background 0.3s, color 0.3s;
  transition: background 0.3s, color 0.3s;
}
.pagination .page-numbers:hover {
  opacity: 1;
  background: #fef0ef;
}
.pagination .page-numbers.current {
  background: #f19191;
  color: #fff;
  border-color: #f19191;
}
.pagination .page-numbers.dots {
  border: none;
  background: transparent;
  min-width: auto;
  padding: 0 4px;
}

/* About */
#about {
  padding: 0;
}

.about-wave {
  background: #fef0ef;
  padding: 70px 0 90px;
  border-radius: 0 0 50% 50%/0 0 100px 100px;
}
@media screen and (max-width: 950px) {
  .about-wave {
    padding: 50px 0 70px;
    border-radius: 0 0 50% 50%/0 0 50px 50px;
  }
}

.about-visual {
  max-width: 880px;
  margin: 0 auto;
  text-align: center;
}

.about-captions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 24px;
  margin-top: 24px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 950px) {
  .about-captions {
    gap: 12px;
  }
}
.about-captions span {
  display: inline-block;
  font-size: 15px;
  font-weight: 700;
  padding: 6px 18px;
  border-radius: 999px;
  color: #fff;
}
@media screen and (max-width: 950px) {
  .about-captions span {
    font-size: 12px;
    padding: 5px 15px;
  }
}
.about-captions .cap-pink {
  background: #f19191;
}
.about-captions .cap-green {
  background: #a8d5ba;
  color: #333;
}
.about-captions .cap-yellow {
  background: #f5d76e;
  color: #333;
}

.section-title.pink {
  color: #f19191;
}

/* Training */
#training {
  padding: 80px 0;
  background: #fff;
}
#training .training-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 950px) {
  #training .training-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
  }
}
#training .training-img {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
#training .training-body {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
}
#training .training-body .btn-outline {
  text-align: right;
  margin-top: 28px;
}
@media screen and (max-width: 950px) {
  #training .training-body .btn-outline {
    text-align: center;
  }
}

/* Service menu */
.top-service,
#service {
  padding: 70px 0;
  background: #fff;
}

.service-catch {
  color: #f19191;
  font-size: 26px;
}
@media screen and (max-width: 950px) {
  .service-catch {
    font-size: 22px;
  }
}

.service-menu {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 16px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px 16px;
}
@media screen and (max-width: 950px) {
  .service-menu {
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
    gap: 12px;
  }
}
.service-menu a {
  display: block;
  text-decoration: none;
  border-radius: 12px;
  overflow: hidden;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.service-menu a:hover {
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
  opacity: 1;
}
.service-menu a img {
  width: 100%;
  display: block;
}

.service-menu-3 {
  margin-top: 30px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 16px 1fr 16px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
@media screen and (max-width: 950px) {
  .service-menu-3 {
    -ms-grid-columns: 1fr 12px 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }
}
.service-menu-3 a {
  display: block;
  text-decoration: none;
  border-radius: 12px;
  overflow: hidden;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.service-menu-3 a:hover {
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
  opacity: 1;
}
.service-menu-3 a img {
  width: 100%;
  display: block;
}

/* Anshin */
#anshin {
  padding: 60px 0;
  background: #fff;
  text-align: center;
}

.anshin-text {
  font-size: 16px;
  line-height: 2.2;
  color: #7b7070;
}

/* Trouble */
#trouble {
  padding: 70px 0;
  background: #fff;
}
#trouble .trouble-wrap {
  margin: 0 auto;
  padding: 30px 20px;
  text-align: center;
}
@media screen and (max-width: 950px) {
  #trouble .trouble-wrap {
    border-radius: 40px;
    padding: 24px 16px;
  }
}

.course-anchor {
  display: none;
}

/* Access */
#access {
  padding: 70px 0;
}

.access-head {
  text-align: center;
  margin-bottom: 30px;
}
.access-head .section-title {
  margin-bottom: 8px;
}

.access-sub {
  font-size: 18px;
  font-weight: 700;
  color: #f19191;
}

.shop-group {
  font-size: 18px;
  color: #f19191;
  margin-bottom: 12px;
}
.shop-group span {
  font-size: 15px;
  display: block;
}

.access-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 40px;
}
@media screen and (max-width: 950px) {
  .access-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.access-info {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (min-width: 951px) {
  .access-info {
    margin-left: 40px;
  }
}
.access-info .access-name {
  margin-bottom: 34px;
  font-weight: bold;
  position: relative;
}
.access-info .access-name:before {
  content: "";
  width: 50px;
  border-bottom: 3px solid #f19191;
  position: absolute;
  left: 0;
  bottom: -10px;
}
.access-info dl dt {
  font-weight: 700;
  font-size: 15px;
  color: #f19191;
  margin-top: 6px;
}
.access-info dl dt:first-of-type {
  margin-top: 0;
}
.access-info dl dd {
  font-size: 15px;
}
.access-info dl dd a {
  color: #333;
}

.access-map {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.access-map .map-placeholder {
  width: 100%;
  height: 320px;
  border-radius: 12px;
  background: #e0e0e0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #999;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 950px) {
  .access-map .map-placeholder {
    height: 220px;
    font-size: 20px;
  }
}
.access-map iframe {
  width: 100%;
  height: 320px;
  border: none;
  border-radius: 12px;
  background: #ddd;
}
@media screen and (max-width: 950px) {
  .access-map iframe {
    height: 240px;
  }
}

.other-shop {
  margin: 80px 50px;
}
@media screen and (max-width: 950px) {
  .other-shop {
    margin: 50px 10px;
  }
}
.other-shop .shop-ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 24px;
}
.other-shop .shop-ul li {
  width: calc(33.3333333333% - 16px);
}
.other-shop .shop-ul li img {
  display: block;
}

/* Instructor */
.instructor-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 40px;
}
@media screen and (max-width: 950px) {
  .instructor-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 30px;
  }
}
.instructor-list li {
  text-align: center;
  width: 180px;
}

.instructor-photo {
  width: 140px;
  height: 140px;
  border-radius: 50%;
  background: #ffebe8;
  border: 3px dashed #f19191;
  margin: 0 auto 16px;
}

.instructor-role {
  font-size: 12px;
  color: #7b7070;
}

.instructor-name {
  font-size: 18px;
  font-weight: 700;
  margin-top: 4px;
}

/* Blog */
#blog {
  background: #fef0ef;
  padding: 70px 0;
}

.blog-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 40px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 40px;
  max-width: 900px;
  margin: 0 auto;
}
@media screen and (max-width: 950px) {
  .blog-list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 0;
  }
}
.blog-list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  padding: 15px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  text-decoration: none;
  color: #333;
}
@media screen and (max-width: 950px) {
  .blog-list li a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 4px;
  }
}
.blog-list li a time {
  font-size: 12px;
  color: #7b7070;
  white-space: nowrap;
  min-width: 90px;
}
.blog-list li a span {
  font-size: 15px;
  line-height: 1.6;
}

/* FAQ */
#faq {
  background: #fef0ef;
  padding: 70px 0;
}

.faq-list {
  max-width: 800px;
  margin: 0 auto;
  padding-bottom: 60px;
}

.faq-item {
  background: #fff;
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.04);
          box-shadow: 0 1px 4px rgba(0, 0, 0, 0.04);
}
.faq-item dt button {
  width: 100%;
  text-align: left;
  padding: 16px 48px 16px 16px;
  font-size: 15px;
  font-family: inherit;
  font-weight: 500;
  border: none;
  background: #fef0ef;
  cursor: pointer;
  position: relative;
  color: #333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}
@media screen and (max-width: 950px) {
  .faq-item dt button {
    font-size: 15px;
    padding: 15px 40px 15px 15px;
  }
}
.faq-item dt button .faq-icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 22px;
  height: 22px;
  border: 2px solid #f19191;
  border-radius: 50%;
  position: relative;
}
.faq-item dt button .faq-icon::before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  border: 2px solid #f19191;
  border-radius: 50%;
  top: 3px;
  left: 3px;
}
.faq-item dt button .faq-icon::after {
  content: "";
  position: absolute;
  width: 2px;
  height: 5px;
  background: #f19191;
  bottom: 2px;
  right: 3px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.faq-item dt button::after {
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  width: 8px;
  height: 8px;
  border-bottom: 2px solid #f19191;
  border-right: 2px solid #f19191;
  -webkit-transform: translateY(-70%) rotate(45deg);
          transform: translateY(-70%) rotate(45deg);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.faq-item dt button[aria-expanded=true]::after {
  -webkit-transform: translateY(-30%) rotate(-135deg);
          transform: translateY(-30%) rotate(-135deg);
}
.faq-item dd {
  display: none;
  padding: 0 20px 16px 50px;
  font-size: 15px;
  line-height: 1.8;
  color: #7b7070;
}
@media screen and (max-width: 950px) {
  .faq-item dd {
    padding: 0 15px 15px 15px;
  }
}
.faq-item.is-open dd {
  display: block;
}

/* Beginner */
.beginner-note {
  padding: 30px 0;
  text-align: center;
  background: #fff;
}
.beginner-note p {
  font-size: 15px;
}
.beginner-note p a {
  color: #f19191;
  font-weight: 700;
}

/* Fixed CTA */
.fixed-cta {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 90;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  padding: 8px 12px;
  background: rgba(255, 255, 255, 0.95);
  -webkit-box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
}
.fixed-cta .btn-contact {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.fixed-cta .btn-contact img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 950px) {
  .fixed-cta .btn-contact {
    -webkit-box-flex: 1.5;
        -ms-flex: 1.5;
            flex: 1.5;
  }
}
.fixed-cta .btn-line-lg {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 15px;
  padding: 8px 12px;
}

.footer-slide {
  padding-top: 20px;
  max-width: 100%;
  margin: 0 auto;
}
.footer-slide .splide__slide img {
  height: auto;
  width: 100%;
  display: block;
  border-radius: 8px;
}

/* Footer */
footer {
  padding-top: 0;
}

.footer-dogs img {
  width: 100%;
  max-height: 160px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center 40%;
     object-position: center 40%;
}

.footer-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 30px 40px 20px;
}
@media screen and (max-width: 950px) {
  .footer-top {
    padding: 24px 35px 16px;
  }
}
.footer-top .footer-logo {
  height: 48px;
  width: auto;
}

.footer-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
}
.footer-social .social-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #f19191;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  text-decoration: none;
}
.footer-social .social-icon img {
  display: block;
  width: 20px;
  height: 20px;
}

.footer-cta-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  padding: 10px 40px 30px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 950px) {
  .footer-cta-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 10px 35px 24px;
  }
  .footer-cta-row .btn-contact img {
    width: 100%;
    max-width: 320px;
    height: auto;
  }
  .footer-cta-row .btn-line-lg {
    width: 100%;
    max-width: 320px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.footer-nav {
  padding: 0 40px 40px;
}
@media screen and (max-width: 950px) {
  .footer-nav {
    padding: 0 35px 30px;
  }
}
.footer-nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 12px 28px;
}
.footer-nav ul a {
  font-size: 15px;
  color: #333;
  text-decoration: none;
}

.footer-wave {
  height: 50px;
  background: #f8e4e2;
  border-radius: 50% 50% 0 0/100% 100% 0 0;
}

.copy {
  text-align: center;
  padding: 16px 20px 24px;
  font-size: 11px;
  color: #7b7070;
  background: #fef0ef;
  border-top: none;
}

/* ========================================
   学園紹介ページ（school）
   ======================================== */
@media screen and (max-width: 950px) {
  body.school {
    padding-bottom: 70px;
  }
}

/* Hero */
.school-hero {
  position: relative;
  background: #fff;
  overflow: hidden;
  min-height: 260px;
  border-bottom: 2px solid #ffebe8;
  height: 260px;
  margin-top: 69px;
  padding: 0;
}
@media screen and (max-width: 950px) {
  .school-hero {
    margin-top: 0;
    min-height: 140px;
    padding: 24px 0 0;
  }
}

.school-hero-visual {
  text-align: center;
}
.school-hero-visual img {
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
  min-height: 260px;
}
@media screen and (max-width: 950px) {
  .school-hero-visual img {
    max-height: 140px;
  }
}

.school-hero-title {
  position: absolute;
  right: 0;
  top: 60%;
  height: 310px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 42%;
  background: #ffebe8;
  clip-path: polygon(30% 0, 100% 0, 100% 100%, 0% 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 40px 40px 40px 80px;
}
@media screen and (max-width: 950px) {
  .school-hero-title {
    width: 100%;
    min-height: auto;
    clip-path: none;
    padding: 24px;
    -webkit-transform: none;
            transform: none;
    top: 0;
    background: rgba(255, 235, 232, 0.6);
  }
}

.school-hero-en {
  font-size: 48px;
  font-weight: 700;
  color: #7b7070;
  letter-spacing: 0.05em;
  line-height: 1;
}
@media screen and (max-width: 950px) {
  .school-hero-en {
    font-size: 36px;
  }
}

.school-hero-title h1 {
  font-size: 28px;
  font-weight: 700;
  color: #333;
  margin-top: 12px;
}
@media screen and (max-width: 950px) {
  .school-hero-title h1 {
    font-size: 22px;
  }
}

/* Layout */
.school-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0px 35px 40px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 950px) {
  .school-body {
    max-width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 30px 35px 20px;
    gap: 0;
  }
}

.school-sidebar {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-top: 60px;
  width: 200px;
  position: sticky;
  top: 90px;
}
.school-sidebar nav ul li {
  margin-bottom: 12px;
}
.school-sidebar nav ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #f19191;
  color: #fff;
  text-decoration: none;
  padding: 15px 16px;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.4;
}
.school-sidebar nav ul li a::after {
  content: "";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 6px;
  height: 6px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin-left: 8px;
}
.school-sidebar nav ul li a.is-current {
  background: rgb(236.3935483871, 108.8064516129, 108.8064516129);
  -webkit-box-shadow: 0 2px 8px rgba(241, 145, 145, 0.4);
          box-shadow: 0 2px 8px rgba(241, 145, 145, 0.4);
}
.school-sidebar nav ul li a:hover {
  opacity: 0.85;
}

.school-sidebar-mobile {
  width: 100%;
  margin-bottom: 30px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.school-sidebar-mobile ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-bottom: 4px;
}
.school-sidebar-mobile a {
  display: block;
  white-space: nowrap;
  background: #f19191;
  color: #fff;
  text-decoration: none;
  padding: 10px 16px;
  border-radius: 999px;
  font-size: 12px;
}
.school-sidebar-mobile a.is-current {
  background: rgb(236.3935483871, 108.8064516129, 108.8064516129);
}

.school-main {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}
@media screen and (max-width: 950px) {
  .school-main {
    width: 100%;
  }
}

/* Section */
.school-section {
  padding: 0 0 60px;
}
@media screen and (max-width: 950px) {
  .school-section {
    padding-bottom: 40px;
  }
}

.school-heading {
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 60px;
  margin-top: 60px;
  line-height: 1.5;
}
@media screen and (max-width: 950px) {
  .school-heading {
    font-size: 20px;
  }
}
.school-heading.pink {
  color: #f19191;
}
.school-heading .icon-sakura {
  display: block;
  font-size: 16px;
  margin-bottom: 8px;
}
.school-heading .icon-sakura img {
  width: 30px;
  height: auto;
}

.school-lead {
  text-align: center;
  margin-bottom: 40px;
  color: #7b7070;
}

.school-about-text {
  margin-bottom: 30px;
}
.school-about-text p + p {
  margin-top: 1em;
}

.school-about-photos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}
@media screen and (max-width: 950px) {
  .school-about-photos {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.school-about-photos li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.school-about-photos li img {
  border-radius: 12px;
  width: 100%;
}

/* Values */
.value-visual {
  margin-bottom: 40px;
  text-align: center;
}

.value-detail .value-row {
  margin-bottom: 40px;
}
.value-detail .value-row.reverse .value-text {
  margin-left: auto;
}
.value-detail .value-text {
  max-width: 480px;
}
@media screen and (max-width: 950px) {
  .value-detail .value-text {
    width: 100%;
  }
}
.value-detail .value-text h3 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 16px;
  line-height: 1.6;
}
@media screen and (max-width: 950px) {
  .value-detail .value-text h3 {
    font-size: 18px;
  }
}

.value-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 30px;
  margin-bottom: 30px;
}
@media screen and (max-width: 950px) {
  .value-list li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px;
  }
}
@media screen and (min-width: 951px) {
  .value-list li img {
    width: 35%;
  }
}
@media screen and (max-width: 950px) {
  .value-list li img {
    width: auto;
    max-width: 100%;
  }
}
@media screen and (max-width: 950px) {
  .value-list li:nth-child(2) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.value-list .value-item {
  margin-bottom: 36px;
  padding-bottom: 36px;
}
@media screen and (max-width: 950px) {
  .value-list .value-item {
    width: 100%;
  }
}
.value-list .value-item:last-child {
  border-bottom: none;
}
.value-list .value-item h3 {
  font-size: 18px;
  font-weight: 700;
  margin: 12px 0;
  line-height: 1.6;
}

/* Owner lesson */
.owner-lesson-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #f8f8f8;
  border: 2px solid #ffebe8;
  border-radius: 16px;
  padding: 30px;
}
@media screen and (max-width: 950px) {
  .owner-lesson-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 20px;
  }
}

.owner-lesson-text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.owner-lesson-text h3 {
  font-size: 20px;
  font-weight: 700;
  color: #f19191;
  margin-bottom: 16px;
}
.owner-lesson-text ul li {
  position: relative;
  padding-left: 1.2em;
  margin-bottom: 8px;
  font-size: 15px;
}
.owner-lesson-text ul li::before {
  content: "・";
  position: absolute;
  left: 0;
  color: #f19191;
}

.owner-lesson-img {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.owner-lesson-img img {
  border-radius: 12px;
}

.owner-lesson-note {
  margin-top: 24px;
  color: #7b7070;
}

/* Schedule */
.schedule-title {
  font-size: 20px;
  font-weight: 700;
  color: #f19191;
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 950px) {
  .schedule-title {
    font-size: 18px;
  }
}

.schedule-list {
  list-style: none;
}

.schedule-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 30px 0;
  border-bottom: 2px dashed #f0e6c8;
}
@media screen and (max-width: 950px) {
  .schedule-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px;
    padding: 24px 0;
  }
}
.schedule-item:first-child {
  border-top: 2px dashed #f0e6c8;
}
.schedule-item time {
  display: block;
  font-size: 22px;
  font-weight: 700;
  color: #7b7070;
  margin-bottom: 8px;
}
@media screen and (max-width: 950px) {
  .schedule-item time {
    font-size: 20px;
  }
}
.schedule-item h4 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 12px;
}
@media screen and (max-width: 950px) {
  .schedule-item h4 {
    font-size: 16px;
  }
}
.schedule-item p {
  font-size: 15px;
  line-height: 1.9;
  color: #7b7070;
}
.schedule-item figure {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 240px;
}
@media screen and (max-width: 950px) {
  .schedule-item figure {
    width: 100%;
  }
}
.schedule-item figure img {
  border-radius: 12px;
  width: 100%;
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
}

.schedule-content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.label-yellow {
  color: #f5d76e;
}

.label-green {
  color: #69CFA8;
}

.label-olive {
  color: #f5d76e;
}

.label-teal {
  color: #69CFA8;
}

/* Bottom links */
.school-bottom-links {
  padding: 0 0 40px;
}
.school-bottom-links ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 16px;
}
@media screen and (max-width: 950px) {
  .school-bottom-links ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}
.school-bottom-links ul a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #f19191;
  color: #fff;
  text-decoration: none;
  padding: 16px 32px;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 500;
  min-width: 180px;
}
@media screen and (max-width: 950px) {
  .school-bottom-links ul a {
    min-width: auto;
    width: 100%;
  }
}
.school-bottom-links ul a:hover {
  opacity: 0.85;
}

/* School CTA */
.school-cta {
  padding: 40px 0 60px;
}
.school-cta .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

/* School footer */
.school-footer {
  background: #fef0ef;
  padding-top: 0;
}
.school-footer .copy {
  border-top: none;
  padding: 16px 20px 30px;
}

.footer-wave {
  height: 60px;
  background: #fef0ef;
  border-radius: 50% 50% 0 0/100% 100% 0 0;
  margin-top: -1px;
}
@media screen and (max-width: 950px) {
  .footer-wave {
    height: 40px;
  }
}

.footer-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 16px;
  padding: 20px 0;
}
.footer-social .social-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #f19191;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
}
.footer-social .social-icon img {
  display: block;
  width: 22px;
  height: 22px;
}

/* Price page */
.price-page .school-heading {
  margin-bottom: 40px;
}

.price-banner {
  text-align: center;
  margin-bottom: 50px;
}
.price-banner img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
}

.price-block {
  margin-bottom: 56px;
  padding-bottom: 56px;
  border-bottom: 2px dashed #f0e6c8;
}
.price-block:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.price-subheading {
  font-size: 22px;
  font-weight: 700;
  color: #f19191;
  text-align: center;
  margin-bottom: 28px;
}
@media screen and (max-width: 950px) {
  .price-subheading {
    font-size: 20px;
  }
}

.price-card {
  background: #fef0ef;
  border: 2px solid #ffebe8;
  border-radius: 16px;
  padding: 28px 24px;
  text-align: center;
  margin-bottom: 24px;
  max-width: 360px;
  margin-left: auto;
  margin-right: auto;
}

.price-card-label {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 8px;
}

.price-card-amount {
  font-size: 32px;
  font-weight: 900;
  color: #f19191;
  line-height: 1.3;
}
.price-card-amount span {
  font-size: 15px;
  font-weight: 500;
  color: #7b7070;
}

.price-card-note {
  font-size: 15px;
  color: #7b7070;
  margin-top: 8px;
}

.price-notes {
  margin-bottom: 20px;
}
.price-notes li {
  position: relative;
  padding-left: 1.2em;
  margin-bottom: 8px;
  font-size: 15px;
  line-height: 1.8;
  color: #7b7070;
}
.price-notes li::before {
  content: "● ";
  color: #f19191;
  font-size: 10px;
  top: 0.35em;
}

.price-desc {
  font-size: 16px;
  line-height: 2;
  color: #f19191;
  margin-bottom: 16px;
}

.price-limit {
  font-size: 15px;
  color: #f19191;
  font-weight: 700;
  margin-bottom: 12px;
  text-align: center;
}

.price-tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 20px;
}
.price-tags span {
  display: inline-block;
  background: #f19191;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  padding: 8px 20px;
  border-radius: 999px;
}

.price-hours {
  text-align: center;
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 32px;
  color: #333;
}

.price-table-title {
  font-size: 18px;
  font-weight: 700;
  color: #f19191;
  margin: 32px 0 16px;
  text-align: center;
}

.price-table-lead {
  text-align: center;
  font-size: 15px;
  color: #7b7070;
  margin-bottom: 16px;
}

.price-table-wrap {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  margin-bottom: 12px;
}

@media screen and (max-width: 950px) {
  .gessya {
    overflow-x: auto;
  }
}

.price-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 15px;
  min-width: 280px;
}
.price-table th,
.price-table td {
  border: 1px solid #e8ddd0;
  padding: 12px 15px;
  text-align: center;
  vertical-align: middle;
}
.price-table thead th {
  background: #f19191;
  color: #fff;
  font-weight: 700;
  font-size: 15px;
}
.price-table tbody td {
  background: #fff;
}
.price-table tbody tr:nth-child(even) td {
  background: #faf8f6;
}
.price-table .price-table-freq {
  font-weight: 700;
  background: #fef0ef;
}
.price-table .price-table-size {
  font-weight: 700;
  background: #fef0ef;
  color: #333;
  white-space: nowrap;
}
.price-table tbody td[rowspan] {
  font-weight: 700;
  background: #fef0ef;
}
.price-table--matrix {
  min-width: 560px;
}
.price-table--matrix th,
.price-table--matrix td {
  white-space: nowrap;
  padding: 12px 10px;
}
.price-table--matrix tbody tr:nth-child(even) .price-table-size {
  background: #f5ece9;
}
.price-table--compact {
  max-width: 480px;
}
@media screen and (max-width: 950px) {
  .price-table--compact {
    width: 100%;
  }
}
.price-table--compact {
  margin: 0 auto;
}

.price-table-note {
  font-size: 12px;
  color: #7b7070;
  text-align: right;
  margin-bottom: 8px;
}

.price-cta {
  text-align: center;
  margin-top: 24px;
}

.btn-price {
  display: inline-block;
  background: #f19191;
  color: #fff;
  text-decoration: none;
  padding: 15px 32px;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 700;
}
.btn-price:hover {
  opacity: 0.85;
}

.price-option {
  margin-bottom: 40px;
}
.price-option:last-child {
  margin-bottom: 0;
}

.price-option-title {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 16px;
  color: #333;
}

/* Shop page */
.shop-page .school-heading {
  margin-bottom: 40px;
}

.shop-panel {
  display: none;
}
.shop-panel.is-active {
  display: block;
}

.shop-sidebar nav ul li a {
  font-size: 12px;
  padding: 12px 14px;
}

.shop-access-note {
  margin: 40px 0;
  padding: 24px;
  background: #fef0ef;
  border-radius: 12px;
}
.shop-access-note h3 {
  font-size: 15px;
  font-weight: 700;
  color: #f19191;
  margin-bottom: 12px;
}
.shop-access-note h3:not(:first-child) {
  margin-top: 20px;
}
.shop-access-note ul li {
  position: relative;
  padding-left: 1.2em;
  margin-bottom: 8px;
  font-size: 14px;
  line-height: 1.8;
  color: #7b7070;
}
.shop-access-note ul li::before {
  content: "・";
  position: absolute;
  left: 0;
  color: #f19191;
}
.shop-access-note p {
  font-size: 14px;
  line-height: 1.8;
  color: #7b7070;
}

.shop-parking-note {
  margin-top: 12px;
  font-weight: 500;
}

.shop-photos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 16px;
  list-style: none;
  margin-top: 40px;
}
.shop-photos li {
  width: calc(50% - 8px);
}
@media screen and (max-width: 950px) {
  .shop-photos li {
    width: 100%;
  }
}
.shop-photos figure {
  margin: 0;
}
.shop-photos figure img {
  width: 100%;
  height: auto;
  aspect-ratio: 3/2;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 12px;
}
.shop-photos figure figcaption {
  margin-top: 8px;
  font-size: 13px;
  font-weight: 500;
  text-align: center;
  color: #7b7070;
}

.shop-sns {
  margin: 32px 0 0;
  padding: 24px;
  background: #fff;
  border: 2px solid #ffebe8;
  border-radius: 12px;
}

.shop-sns-title {
  font-size: 16px;
  font-weight: 700;
  color: #f19191;
  margin-bottom: 16px;
  text-align: center;
}

.shop-sns-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 12px;
  list-style: none;
}

.shop-sns-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 120px;
  padding: 10px 20px;
  background: #f19191;
  color: #fff;
  text-decoration: none;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 700;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.shop-sns-link:hover {
  opacity: 0.85;
}

/* Voice page */
.voice-page .school-heading {
  margin-bottom: 24px;
}
.voice-page .school-lead {
  margin-bottom: 48px;
}

.voice-list {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
}

.voice-card {
  background: #fff;
  border: 2px solid #ffebe8;
  border-radius: 20px;
  padding: 32px;
  -webkit-box-shadow: 0 4px 20px rgba(241, 145, 145, 0.08);
          box-shadow: 0 4px 20px rgba(241, 145, 145, 0.08);
}
@media screen and (max-width: 950px) {
  .voice-card {
    padding: 24px 20px;
  }
}

.voice-profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
  padding-bottom: 24px;
  margin-bottom: 24px;
  border-bottom: 2px dashed #f0e6c8;
}
@media screen and (max-width: 950px) {
  .voice-profile {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
    gap: 16px;
  }
}

.voice-avatar {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  overflow: hidden;
  border: 3px solid #f19191;
}
.voice-avatar img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.voice-meta {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}

.voice-dog {
  font-size: 18px;
  font-weight: 700;
  color: #f19191;
  margin-bottom: 6px;
}
@media screen and (max-width: 950px) {
  .voice-dog {
    font-size: 16px;
  }
}

.voice-owner {
  font-size: 15px;
  color: #7b7070;
  margin-bottom: 12px;
}

.voice-tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
}
@media screen and (max-width: 950px) {
  .voice-tags {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.voice-tags li {
  font-size: 12px;
  font-weight: 500;
  color: #333;
  background: #fef0ef;
  border: 1px solid #ffebe8;
  padding: 4px 12px;
  border-radius: 999px;
}

.voice-title {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.6;
  margin-bottom: 24px;
  color: #333;
}
@media screen and (max-width: 950px) {
  .voice-title {
    font-size: 18px;
    text-align: center;
  }
}

.voice-qa div + div {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #f0e6e6;
}
.voice-qa dt {
  font-size: 15px;
  font-weight: 700;
  color: #f19191;
  margin-bottom: 8px;
}
.voice-qa dt::before {
  content: "Q. ";
}
.voice-qa dd {
  font-size: 15px;
  line-height: 1.9;
  color: #7b7070;
}

/* FAQ page */
.faq-page .school-heading {
  margin-bottom: 40px;
}
.faq-page .school-body {
  display: block;
}
.faq-page .faq-sidebar,
.faq-page .faq-sidebar-mobile {
  display: none;
}

.faq-sidebar nav ul li a {
  font-size: 12px;
  padding: 12px 14px;
  line-height: 1.4;
}

.faq-panel {
  display: block;
}
.faq-panel + .faq-panel {
  margin-top: 32px;
  padding-top: 32px;
  border-top: 1px solid #f0e6e6;
}

.faq-section .faq-list {
  max-width: none;
  padding-bottom: 0;
}

.faq-category-title {
  font-size: 18px;
  font-weight: 700;
  color: #f19191;
  text-align: center;
  margin-bottom: 24px;
}
@media screen and (max-width: 950px) {
  .faq-category-title {
    font-size: 16px;
  }
}
/* Beginner LP page */
.beginner-page .school-heading {
  margin-bottom: 32px;
}

.beginner-concept {
  padding: 60px 0 80px;
  background: #fff;
}

.beginner-catch {
  font-size: 22px;
  font-weight: 700;
  color: #f19191;
  text-align: center;
  margin-bottom: 40px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 950px) {
  .beginner-catch {
    font-size: 18px;
  }
}

.beginner-concept-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 950px) {
  .beginner-concept-body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 24px;
  }
}

.beginner-concept-text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.beginner-concept-text p + p {
  margin-top: 1em;
}

.beginner-concept-img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 45%;
  margin: 0;
}
@media screen and (max-width: 950px) {
  .beginner-concept-img {
    width: 100%;
  }
}
.beginner-concept-img img {
  border-radius: 12px;
  width: 100%;
  height: auto;
}

.beginner-course {
  padding: 60px 0 80px;
  background: #fef0ef;
}

.beginner-lead {
  text-align: center;
  color: #7b7070;
  margin-bottom: 48px;
}

.beginner-course-list {
  list-style: none;
}

.beginner-course-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 32px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 48px;
  padding-bottom: 48px;
  border-bottom: 2px dashed #f0e6c8;
}
@media screen and (max-width: 950px) {
  .beginner-course-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
    margin-bottom: 40px;
    padding-bottom: 40px;
  }
}
.beginner-course-item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.beginner-course-item.is-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 950px) {
  .beginner-course-item.is-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.beginner-course-item figure {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 42%;
  margin: 0;
}
@media screen and (max-width: 950px) {
  .beginner-course-item figure {
    width: 100%;
  }
}
.beginner-course-item figure img {
  border-radius: 12px;
  width: 100%;
  height: auto;
  aspect-ratio: 16/10;
  -o-object-fit: cover;
     object-fit: cover;
}

.beginner-course-text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.beginner-course-text h3 {
  font-size: 20px;
  font-weight: 700;
  color: #f19191;
  margin-bottom: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}
@media screen and (max-width: 950px) {
  .beginner-course-text h3 {
    font-size: 18px;
  }
}
.beginner-course-text p {
  font-size: 15px;
  line-height: 1.9;
  color: #7b7070;
}

.beginner-course-num {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 36px;
  height: 36px;
  background: #f19191;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  border-radius: 50%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.beginner-cta {
  padding: 70px 0 80px;
  background: #fff;
  text-align: center;
}

.beginner-cta-title {
  font-size: 24px;
  font-weight: 700;
  color: #f19191;
  line-height: 1.6;
  margin-bottom: 20px;
}
@media screen and (max-width: 950px) {
  .beginner-cta-title {
    font-size: 20px;
  }
}

.beginner-cta-lead {
  font-size: 15px;
  line-height: 1.9;
  color: #7b7070;
  margin-bottom: 24px;
}

.beginner-cta-notes {
  display: inline-block;
  text-align: left;
  margin-bottom: 32px;
}
.beginner-cta-notes li {
  position: relative;
  padding-left: 1.2em;
  margin-bottom: 8px;
  font-size: 14px;
  color: #333;
}
.beginner-cta-notes li::before {
  content: "●";
  position: absolute;
  left: 0;
  color: #f19191;
  font-size: 10px;
  top: 0.35em;
}

.beginner-cta-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 24px;
}

.beginner-cta-link a {
  color: #f19191;
  font-weight: 700;
  font-size: 14px;
  text-decoration: underline;
}
.beginner-cta-link a:hover {
  opacity: 0.7;
}

.taiken-photo {
  width: 400px;
  margin: 0 auto;
  border-radius: 20px;
}
@media screen and (max-width: 950px) {
  .taiken-photo {
    width: 80%;
  }
}

.contact-ul > li {
  margin-bottom: 80px;
  text-align: center;
}
.contact-ul > li > h3 {
  text-align: center;
  margin-bottom: 30px;
  border-bottom: 2px solid #f19191;
  padding: 10px;
}

.formTable {
  width: 100%;
  border-collapse: separate;
}
.formTable th {
  color: #f19191;
  padding: 10px;
}
.formTable td {
  padding: 10px;
}
.formTable td.post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.formTable td.post input {
  width: 40%;
}
.formTable input {
  border: 1px solid #f19191;
  padding: 6px;
  border-radius: 10px;
  margin-left: 10px;
}
.formTable textarea {
  width: 100%;
  border: 1px solid #f19191;
  margin-left: 10px;
  padding: 6px;
  border-radius: 10px;
}
@media screen and (max-width: 950px) {
  .formTable th {
    display: block;
    width: 100%;
  }
  .formTable td {
    display: block;
    width: 100%;
  }
  .formTable td.post input {
    width: 40%;
  }
  .formTable input {
    display: block;
    width: 100%;
  }
  .formTable textarea {
    display: block;
    width: 100%;
  }
}

.post-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.post-row .wpcf7-form-control-wrap {
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.post-row input.zip1 {
  display: block;
  width: 90px;
  margin-left: 0;
}

.post-row input.zip2 {
  display: block;
  width: 110px;
  margin-left: 0;
}

.post-hyphen {
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

@media screen and (min-width: 951px) {
  .formTable .post-row {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    max-width: 100%;
  }
  .formTable .post-row input.zip1 {
    width: 90px;
    margin-left: 0;
  }
  .formTable .post-row input.zip2 {
    width: 110px;
    margin-left: 0;
  }
  .contact-ul > li:nth-child(2) .formTable tr:nth-child(1) td > .wpcf7-form-control-wrap,
  .contact-ul > li:nth-child(2) .formTable tr:nth-child(5) td > .wpcf7-form-control-wrap,
  .contact-ul > li:nth-child(2) .formTable tr:nth-child(6) td > .wpcf7-form-control-wrap,
  .contact-ul > li:nth-child(2) .formTable tr:nth-child(7) td > .wpcf7-form-control-wrap,
  .contact-ul > li:nth-child(2) .formTable tr.w100p td > .wpcf7-form-control-wrap {
    margin-left: 10px;
  }
  .contact-ul > li:nth-child(2) .formTable tr:nth-child(1) td > .wpcf7-form-control-wrap input,
  .contact-ul > li:nth-child(2) .formTable tr:nth-child(1) td > .wpcf7-form-control-wrap textarea,
  .contact-ul > li:nth-child(2) .formTable tr:nth-child(5) td > .wpcf7-form-control-wrap input,
  .contact-ul > li:nth-child(2) .formTable tr:nth-child(5) td > .wpcf7-form-control-wrap textarea,
  .contact-ul > li:nth-child(2) .formTable tr:nth-child(6) td > .wpcf7-form-control-wrap input,
  .contact-ul > li:nth-child(2) .formTable tr:nth-child(6) td > .wpcf7-form-control-wrap textarea,
  .contact-ul > li:nth-child(2) .formTable tr:nth-child(7) td > .wpcf7-form-control-wrap input,
  .contact-ul > li:nth-child(2) .formTable tr:nth-child(7) td > .wpcf7-form-control-wrap textarea,
  .contact-ul > li:nth-child(2) .formTable tr.w100p td > .wpcf7-form-control-wrap input,
  .contact-ul > li:nth-child(2) .formTable tr.w100p td > .wpcf7-form-control-wrap textarea {
    margin-left: 0;
  }
  .contact-ul > li:nth-child(2) .formTable tr:nth-child(4) td .post-row {
    margin-left: 10px;
  }
  .contact-ul > li:nth-child(3) .formTable tr:nth-child(4) td > .wpcf7-form-control-wrap,
  .contact-ul > li:nth-child(3) .formTable tr:nth-child(5) td > .wpcf7-form-control-wrap,
  .contact-ul > li:nth-child(3) .formTable tr:nth-child(6) td > .wpcf7-form-control-wrap,
  .contact-ul > li:nth-child(3) .formTable tr.w100p td > .wpcf7-form-control-wrap {
    margin-left: 10px;
  }
  .contact-ul > li:nth-child(3) .formTable tr:nth-child(4) td > .wpcf7-form-control-wrap input,
  .contact-ul > li:nth-child(3) .formTable tr:nth-child(4) td > .wpcf7-form-control-wrap textarea,
  .contact-ul > li:nth-child(3) .formTable tr:nth-child(5) td > .wpcf7-form-control-wrap input,
  .contact-ul > li:nth-child(3) .formTable tr:nth-child(5) td > .wpcf7-form-control-wrap textarea,
  .contact-ul > li:nth-child(3) .formTable tr:nth-child(6) td > .wpcf7-form-control-wrap input,
  .contact-ul > li:nth-child(3) .formTable tr:nth-child(6) td > .wpcf7-form-control-wrap textarea,
  .contact-ul > li:nth-child(3) .formTable tr.w100p td > .wpcf7-form-control-wrap input,
  .contact-ul > li:nth-child(3) .formTable tr.w100p td > .wpcf7-form-control-wrap textarea {
    margin-left: 0;
  }
  .contact-ul > li:nth-child(3) .formTable tr:nth-child(3) td .post-row {
    margin-left: 10px;
  }
}
@media screen and (max-width: 950px) {
  .contact-ul > li:nth-child(2) .formTable tr:nth-child(4) td .post-row {
    margin-left: 10px;
  }
  .contact-ul > li:nth-child(3) .formTable tr:nth-child(3) td .post-row {
    margin-left: 10px;
  }
}
.submit {
  text-align: center;
}

.wpcf7-form .submit {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.wpcf7-form .submit .wpcf7-submit {
  display: block;
  margin: 20px 0 0;
}

.wpcf7-form .submit .wpcf7-spinner {
  position: absolute;
}

.submit input {
  display: block;
  margin: 20px auto 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #f19191;
  color: #fff;
  width: 260px;
  padding: 6px 20px;
  border: none;
  font-size: 1.3em;
  border-radius: 50px;
}

@media screen and (max-width: 950px) {
  .formTable td.post {
    display: block;
  }
  .post-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 8px;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .formTable .post-row input.zip1 {
    display: block;
    width: 90px;
    margin-left: 0;
  }
  .formTable .post-row input.zip2 {
    display: block;
    width: 120px;
    margin-left: 0;
  }
}
@media screen and (min-width: 951px) {
  .media {
    width: 50%;
    margin: 0 auto;
  }
}
.media {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
}
.media img {
  width: calc(33.3333333333% - 10px);
}

@media screen and (max-width: 950px) {
  .line-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (min-width: 951px) {
  .line-wrap {
    width: 700px;
    margin: 0 auto;
  }
}
.line-wrap {
  margin-top: 50px;
  margin-bottom: 50px;
  padding: 20px;
  border: 3px solid #a8d5ba;
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 951px) {
  .line-wrap div:first-child {
    width: 45%;
  }
}
@media screen and (min-width: 951px) {
  .line-wrap div:last-child {
    width: 55%;
  }
}
.line-wrap div:last-child p {
  text-align: left;
}
.line-wrap h4 {
  color: #f19191;
  margin-bottom: 20px;
}

.btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 6px 20px;
  background-color: #f19191;
  font-size: 1.5em;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50px;
  margin: 40px 0 60px 0;
  width: 50%;
  margin-inline: auto;
  color: #fff;
}
@media screen and (max-width: 950px) {
  .btn {
    width: 90%;
  }
}

/*個別記事*/
.kiji-inner {
  margin-top: 80px;
}
.kiji-inner .date {
  text-align: right;
}
.kiji-inner article {
  margin-top: 10px;
  margin-bottom: 60px;
  border: 2px solid #f19191;
  border-radius: 20px;
  padding: 50px 40px;
}
@media screen and (max-width: 950px) {
  .kiji-inner article {
    padding: 20px 10px;
  }
}
.kiji-inner h2 {
  margin-top: 40px;
  margin-bottom: 20px;
}
.kiji-inner img {
  border-radius: 20px;
  margin: 20px 0;
}

.contact-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 951px) {
  .contact-flex li {
    width: calc(50% - 30px);
  }
}
.contact-flex li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 200px;
}
@media screen and (max-width: 950px) {
  .contact-flex li {
    width: 100%;
  }
}
.contact-flex li:first-child {
  border: 3px solid #f19191;
  border-radius: 20px;
  background: url("../img/page/contact1.jpg") no-repeat center;
  background-size: cover;
}
.contact-flex li:first-child a {
  font-size: 1.3em;
  color: #ae0a48;
}
.contact-flex li:last-child {
  border: 3px solid #06c755;
  border-radius: 20px;
  background: url("../img/page/contact2.jpg") no-repeat center;
  background-size: cover;
}
.contact-flex li:last-child a {
  font-size: 1.3em;
  color: #008906;
}

.line-through {
  text-decoration: line-through;
}

/* Media page */
.media-page .school-heading {
  margin-bottom: 24px;
}
.media-page .school-lead {
  margin-bottom: 40px;
}

.media-table-wrap {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.media-table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  font-size: 15px;
  line-height: 1.7;
  color: #333;
}
.media-table th,
.media-table td {
  border: 1px solid #ddd;
  vertical-align: middle;
}
.media-table th {
  width: 28%;
  padding: 16px 10px;
  background: #f2f2f2;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 950px) {
  .media-table th {
    width: 30%;
    padding: 14px 8px;
    font-size: 14px;
  }
}
.media-table td {
  width: 72%;
  padding: 16px 20px;
  background: #fff;
  text-align: left;
  word-break: break-word;
}
@media screen and (max-width: 950px) {
  .media-table td {
    width: 70%;
    padding: 14px 14px;
    font-size: 14px;
  }
}
.media-table td a {
  color: #f19191;
  text-decoration: underline;
}
.media-table time {
  display: block;
}

.media-table-year,
.media-table-month {
  display: block;
  line-height: 1.4;
}

/* Page top */
.page-top {
  position: fixed;
  right: 20px;
  bottom: 24px;
  z-index: 95;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 48px;
  height: 48px;
  padding: 0;
  border: none;
  border-radius: 50%;
  background: #f19191;
  color: #fff;
  cursor: pointer;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
          box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: opacity 0.25s ease, visibility 0.25s ease, -webkit-transform 0.25s ease;
  transition: opacity 0.25s ease, visibility 0.25s ease, -webkit-transform 0.25s ease;
  transition: opacity 0.25s ease, visibility 0.25s ease, transform 0.25s ease;
  transition: opacity 0.25s ease, visibility 0.25s ease, transform 0.25s ease, -webkit-transform 0.25s ease;
}
@media screen and (max-width: 950px) {
  .page-top {
    right: 12px;
    bottom: 76px;
  }
}
.page-top.is-visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.page-top:hover {
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  opacity: 0.9;
}
.page-top span {
  display: block;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  margin-top: 4px;
}