@charset "UTF-8";
html {
  scroll-behavior: smooth;
}

body {
  background: #F7F0E5;
  color: #6F4837;
  font-size: 24px;
}

.bg-global {
  background: #FAF8F4;
}

a, a:hover {
  color: #6F4837;
}

.text-right, .text-lg-right {
  text-align: right;
}

.small {
  font-size: 16px;
}

.large {
  font-size: 32px;
}

.bold {
  font-weight: bold;
}

.zen-maru-gothic-regular {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.container {
  padding-left: 32px;
  padding-right: 32px;
}

.full-wrapper {
  opacity: 0;
}

.full-wrapper.on {
  opacity: 1;
  transition: all 1s cubic-bezier(0.37, 0, 0.63, 1);
}

/* cmn-header */
.cmn-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  transition: all 0.2s cubic-bezier(0.37, 0, 0.63, 1);
}

.cmn-header__logo {
  background-color: #fff;
  padding: 16px 14px;
  border-radius: 0 0 8px 8px;
  height: 145px;
  transition: all 0.2s cubic-bezier(0.37, 0, 0.63, 1);
}

.cmn-header__logoImg {
  width: auto;
  transition: all 0.2s cubic-bezier(0.37, 0, 0.63, 1);
}

.cmn-header__ttl a {
  color: #000000;
  font-size: 1.2em;
}

.cmn-header.fixed .cmn-header__ttl a, .cmn-header.normal-page-header .cmn-header__ttl a {
  font-size: 1em;
}

.hd-contact-area {
  display: flex;
  justify-content: flex-end;
  font-weight: bold;
}

.hd-contact-area a {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #FAF8F4;
  padding: 6px 16px;
  border-radius: 8px;
  font-size: 18px;
  line-height: 1.4;
  transition: 0.3s;
}

.normal-page-header .hd-contact-area a {
  color: #ffffff;
  background-image: linear-gradient(
      135deg,
      #BEA26C 0%,
      #CBB489 100%
  );
}

.hd-contact-area img {
  width: 30px;
  height: auto;
}

.hd-contact-area p {
  margin-left: 6px;
}

.hd-contact-area p.tel-num {
  font-size: 44px;
  transition: 0.3s;
}


/* footer */
footer {
  padding: 70px 0 40px;
}

footer h4 {
  font-size: 21px;
  margin-bottom: 16px;
  padding-bottom: 8px;
  border-bottom: 2px solid #6F4837;
}

ul.footer-menu {
  margin-left: 1.5em;
}

ul.footer-menu li {
  list-style-type: disc;
  font-size: 20px;
  padding-bottom: 6px;
}

footer .copyright {
  font-size: 16px;
  margin-top: 12px;
}

.footer-desc {
  font-size: 13px;
  margin-top: 12px;
}

img.footer-logo {
  width: 160px;
  max-width: 100%;
  display: block;
}

/* mv */
.mv {
  position: relative;
  background-image: url("../../images/mv-p.png");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: cover;
}

.mcopy {
  padding: 154px 10px 70px 80px;
}

.mcopy h1 {
  font-size: 64px;
  font-weight: bold;
  text-shadow: 0 0 12px rgba(255, 255, 255, 0.8),
  0 0 12px rgba(255, 255, 255, 0.6);
}

.mcopy h2 {
  font-size: 28px;
  font-weight: bold;
  text-shadow: 0 0 12px rgba(255, 255, 255, 0.8),
  0 0 12px rgba(255, 255, 255, 0.6);
}

.mpoint {
  display: flex;
  justify-content: flex-start;
  margin-top: 180px;
}

.mpoint li {
  background-color: rgba(250, 248, 244, 0.88);
  border-radius: 50%;
  width: 226px;
  height: 226px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 27px;
  font-weight: bold;
  margin-right: 16px;
  line-height: 1.5;
}

.mpoint li .color-red {
  color: #AA4141;
}

.mpoint li .fs16 {
  font-size: 16px;
}

.mpoint li .fs19 {
  font-size: 19px;
}

.mpoint li .fs32 {
  font-size: 32px;
  line-height: 1.2;
}

section {
  padding: 40px 0;
}

section.intro {
  margin-top: 40px;
}

.intro-wrapper {
  display: flex;
  align-items: center;
}

.intro-img {
  width: 696px;
  max-width: 100%;
}

.contact-btn {
  background-color: #BEA26C;
  border-radius: 40px;
  text-align: center;
  display: flex;
  padding: 4px 16px;
  font-size: 40px;
  font-weight: bold;
  justify-content: center;
  color: #fff;
  max-width: 100%;
  width: 800px;
}

.contact-btn img {
  width: 58px;
  height: auto;
  margin-right: 10px;
}

.sec-ttl {
  font-size: 48px;
  font-weight: bold;
  margin-bottom: 1em;
}

.intro-text {
  margin-left: -60px;
  width: 596px;
  max-width: 100%;
}

.intro-text p {
  font-size: 28px;
}

.reason-img {
  position: relative;
  margin-bottom: 10px;
}

.reason-img h3 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  font-size: 32px;
  font-weight: bold;
  color: #fff;
  width: 100%;
}

.reason-img h3 span {
  background: #fff;
  color: #6F4837;
  padding: 5px 28px;
  display: inline-block;
  font-size: 24px;
  margin-bottom: 0.5em;
}

.price-tbl {
  width: 100%;
  text-align: center;
}

.price-tbl thead th {
  background-color: #BEA26C;
  color: #fff;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  padding: 7px;
  font-weight: bold;
}

.price-tbl thead th:last-child {
  border-right: 0;
}

.price-tbl thead th span {
  display: inline-block;
  border-radius: 6px;
  padding: 0 8px;
  font-size: 20px;
  background: #fff;
}

.price-tbl thead th span a {
  color: #BEA26C;
  display: block;
  background: url("../../images/icons/list-icon.svg") no-repeat left center;
  padding-left: 10px;
}

.price-tbl tbody td {
  background-color: #F7F0E5;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  padding: 7px;
}

.price-tbl tbody td:last-child {
  border-right: 0;
}

.price-tbl tbody tr:last-child td {
  border-bottom: 0;
}

.voices {
  background-image: url("../../images/bg-voice.png");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}

.border-tb-box, .border-box {
  height: 100%;
  padding: 60px 0 55px;
  border-top: 2px solid #6F4837;
  border-bottom: 2px solid #6F4837;
  position: relative;
}

.border-box {
  border: 2px solid #6F4837;
  padding-left: 40px;
  padding-right: 40px;
}

.border-tb-box h3, .border-box h3 {
  margin-top: -94px;
  background: transparent;
  margin-bottom: 25px;
}

.border-box h3 {
  text-align: center;
}

.border-tb-box h3 span, .border-box h3 span {
  background: #FAF8F4;
  padding: 0 10px;
}

.border-tb-box h3 span {
  padding-left: 0;
}

.sec-sub-ttl {
  font-size: 40px;
  font-weight: bold;
}

.news-tbl li {
  padding-bottom: 0.8em;
}

.news-tbl li:last-child {
  padding-bottom: 0;
}

.news-tbl a {
  display: flex;
  flex-wrap: wrap;
}

.news-tbl .news-date {
  width: 25%;
  display: inline-block;
  font-weight: bold;
}

.news-tbl .news-ttl {
  width: 75%;
  display: inline-block;
  padding-left: 10px;
}

.godo-list {
  font-size: 35px;
  font-weight: bold;
  margin-bottom: 20px;
}

.godo-list li {
  padding-bottom: 8px;
}

section.news-sec {
  padding-top: 60px;
}

.link-box {
  display: flex;
  height: 100%;
  align-items: center;
  text-align: center;
  border: 2px solid #BEA26C;
  border-radius: 8px;
  justify-content: center;
  padding: 40px 35px;
  color: #BEA26C;
  background-color: #ffffff;
  font-weight: bold;
  font-size: 35px;
  transition: 0.3s;
}

.link-box:hover {
  background-color: #BEA26C;
  color: #fff;
}

/* アコーディオン */
.accordion {
  margin-bottom: 32px;
}

.accordion-item {
  border: 0;
  background: transparent;
}

.accordion-item:first-of-type .accordion-button {
  border-radius: 0;
}

/* Bootstrapの矢印を完全に無効化 */
.accordion-button::after {
  background-image: none !important;
}

/* ボタン調整 */
.accordion-button {
  background: url("../../images/icons/faq-q.svg") no-repeat left 14px top 14px;
  padding-left: 64px;
}

.accordion-button, .accordion-button:not(.collapsed) {
  position: relative;
  padding-right: 4.5rem;
  color: #FFF;
  background-color: #6F4837;
  font-size: 24px;
  font-weight: bold;
}

.accordion-button::before {
  content: "";
  position: absolute;
  right: 1.25rem;
  top: 50%;
  width: 32px;
  height: 32px;
  transform: translateY(-50%);
  box-sizing: border-box;
  border: 0;
  border-radius: 8px;
  background-color: #fff;
  background-image: linear-gradient(#707070, #707070);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 16px 2px;
}

.accordion-button::after {
  content: "";
  position: absolute;
  right: 1.25rem;
  top: 50%;
  width: 2px;
  height: 16px;
  background-color: #707070;
  transform-origin: center;
  transform: translate(-15px, -50%) rotate(0deg);
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.accordion-button:not(.collapsed)::after {
  transform: translate(-15px, -50%) rotate(90deg);
  opacity: 0;
}

.accordion-button:focus {
  outline: none;
  box-shadow: none;
  border: none;
}

.accordion-body {
  background: url("../../images/icons/faq-a.svg") no-repeat left 14px top 18px;
  padding-left: 64px;
}

.accordion-body img {
  width: auto;
  max-width: 100%;
  margin-top: 10px;
}

section.voice-sec {
  padding-top: 55px;
}

.voice-ttl {
  font-size: 50px;
  background: url("../../images/voice-ttl.svg") no-repeat top center;
  padding-top: 32px;
  margin-bottom: 0.1em;
}

.voice-ttl span {
  font-size: 67px;
  padding-left: 5px;
}

.ribbon1 {
  position: relative;
  display: block;
  width: 672px;
  max-width: 94%;
  margin: auto auto 30px;
  height: 64px;
  line-height: 62px;
  padding: 0 1rem;
  background-color: #ffffff;
  color: #75603A;
  font-weight: bold;
  text-align: center;
}

.ribbon1::before,
.ribbon1::after {
  position: absolute;
  top: 0;
  width: 0;
  height: 0;
  border-color: #ffffff transparent;
  border-style: solid;
  content: '';
}

.ribbon1::before {
  left: -14px;
  border-width: 32px 0 32px 15px;
}

.ribbon1::after {
  right: -14px;
  border-width: 32px 15px 32px 0;
}

.under-ribbon {
  font-size: 20px;
  margin-bottom: 30px;
  margin-top: 10px;
  text-align: center;
}

.voice-elm {
  background-color: #fff;
  padding: 40px 32px;
  margin-bottom: 40px;
  font-size: 20px;
}

.voice-elm-ttl {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 10px;
}

.voice-rating {
  display: flex;
}

.voice-rating img {
  width: 24px;
  height: 24px;
  margin-right: 10px;
}

.voice-point {
  font-size: 32px;
  font-weight: bold;
  margin-right: 10px;
}

.voice-name {
  font-size: 20px;
  font-weight: bold;
  padding-top: 7px;
}

.voice-name span {
  font-size: 16px;
  font-weight: bold;
}

.main {
  padding-top: 152px;
}

.page-title {
  text-align: center;
}

.page-title span {
  display: flex;
  align-items: center;
  width: 100%;
  gap: 1em;
}

.page-title span::before,
.page-title span::after {
  content: "";
  flex: 1;
  height: 2px;
  background: #6F4837;
}

h1.page-title {
  font-size: 48px;
  font-weight: bold;
  margin-top: 0.75em;
  margin-bottom: 0.5em;
}

.wrapper {
  padding-left: 20px;
  padding-right: 20px;
}

.sub-title {
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 0.5em;
}

.guide {
  margin-top: 40px;
}

.guide h3 {
  font-size: 48px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
}

.guide h3 span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.4em;
  height: 1.4em;
  border-radius: 50%;
  background: #6F4837;
  color: #fff;
  margin-right: 0.3em;
  padding-bottom: 0.1em;
}

.guide .accordion {
  margin-top: 24px;
  margin-bottom: 24px;
}

.guide .accordion.accordion-top {
  margin-top: 48px;
}

.guide .accordion-button {
  background: #6F4837;
  padding-left: 20px;
}

.guide .accordion-body {
  background: transparent;
  padding-left: 20px;
}

.foot-contact {
  background-image: url(../../images/bg-foot-contact.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  text-align: center;
  padding: 80px 15px;
}

.foot-contact-area {
  display: flex;
  justify-content: center;
  margin: 18px auto;
}

.foot-contact-area a {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ffffff;
  padding: 6px 16px;
  border-radius: 8px;
  font-size: 18px;
  line-height: 1.4;
  transition: 0.3s;
}

.foot-contact-area img {
  width: 30px;
  height: auto;
}

.foot-contact-area p.tel-num {
  font-size: 56px;
  transition: 0.3s;
  font-weight: bold;
  margin-left: 10px;
  padding-bottom: 5px;
}

.guide h4 {
  font-size: 16px;
}

/* ツリー図 */
.grid-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: min-content;
  gap: 56px 24px;
  width: 100%;
  position: relative;
}

.box {
  background-image: linear-gradient(
      135deg,
      #BEA26C 0%,
      #CBB489 100%
  );
  color: #ffffff;
  padding: 40px;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 2;
  justify-content: flex-start;
}

.box.light-box {
  background:#EFEBE2;
  padding: 10px 40px;
  color: #6F4837;
}

.box-title {
  background-color: #ffffff;
  color: #75603A;
  padding: 4px 5px;
  font-weight: bold;
  margin-bottom: 15px;
  width: 100%;
  font-size: 32px;
  text-align: center;
}

/* Vertical lines that pierce the columns */
.col-line {
  grid-row: 1 / span 7;
  display: flex;
  justify-content: center;
  z-index: 1;
  pointer-events: none;
}

.col-line::after {
  content: "";
  width: 8px;
  background-color: #6F4837;
  height: 100%;
}

/* Span rules based on user request */
.span-all {
  grid-column: 1 / span 3;
  width: 848px;
  max-width: 100%;
  min-width: 0;
  justify-self: center;
}

/* Explicit Positions shifted by 2 rows */
.pos-1-top {
  grid-area: 1 / 1 / 1 / 4;
}

/* New Row 1 */
.pos-2-top {
  grid-area: 2 / 1 / 2 / 4;
}

/* New Row 2 */

.pos-3-1 {
  grid-area: 3 / 1;
}

.pos-3-2 {
  grid-area: 3 / 2;
}

.pos-3-3 {
  grid-area: 3 / 3;
}

.pos-4-1 {
  grid-area: 4 / 1 / 4 / 3;
}

/* 1x2 shifted */

.pos-5-3 {
  grid-area: 5 / 3;
}

.pos-6-2 {
  grid-area: 6 / 2;
}

.pos-6-3 {
  grid-area: 6 / 3;
}

.pos-7-1 {
  grid-area: 7 / 1;
}

.pos-7-2 {
  grid-area: 7 / 2 / 7 / 4;
}

.tree-contact a {
  display: flex;
  justify-content: center;
}

.tree-contact img {
  width: 30px;
  height: auto;
}

.tree-contact .tel-num {
  font-size: 56px;
  margin-left: 10px;
  font-weight: bold;
  color: #ffffff;
  margin-bottom: 5px;
}
/* ツリー図ここまで */

.course {
  background-color: #ffffff;
  padding: 44px 48px;
  border-radius: 8px;
  border-top: 8px solid #EBC885;
  margin-bottom: 26px;
}

.course#tachiai {
  border-top: 8px solid #EBC885;
}

.course#kobetsu {
  border-top: 8px solid #D1D1D1;
}

.course#godo {
  border-top: 8px solid #DDD0CA;
}

.course-title {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}

.course-title-text {
  font-size: 40px;
  font-weight: bold;
}

.course-title-line {
  flex-grow: 1;
  height: 2px;
  background-color: #6F4837;
  margin: 0 15px;
  opacity: 0.6;
}

.price-link {
  white-space: nowrap;
  text-decoration: none;
  display: flex;
  align-items: center;
}

.price-link::before {
  content: "▶";
  font-size: 0.7rem;
  margin-right: 4px;
}

.course p {
  font-size: 28px;
}

.course p.course-price {
  font-weight: bold;
  margin: 0 0 15px;
}

.course p.course-price span {
  font-size: 40px;
}

.features-grid-container {
  gap: 32px;
}

.features-grid-container > * {
  flex: 1 1 0;
  min-width: 0;
}

.features-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-template-rows: repeat(2, 138px);
  gap: 22px;
  flex-shrink: 0;
}

.feature-box {
  background-image: linear-gradient(
      135deg,
      #BEA26C 0%,
      #CBB489 100%
  );
  color: #fff;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  padding: 5px;
  position: relative;
  overflow: hidden;
}

.feature-box.excluded {
  background-image: none;
  background-color: #fff;
  color: #D5D0C7;
  border: 4px solid #D5D0C7;
}

.feature-box.excluded {
  position: relative;
  background:
      linear-gradient(
          to bottom right,
          transparent calc(50% - 2px),
          #D5D0C7 50%,
          transparent calc(50% + 2px)
      );
}

.school-pet {
  margin-top: 80px;
  padding-bottom: 86px;
  background: url("../../images/school-pet.png") no-repeat;
  background-size: 696px auto;
}

.school-pet p {
  font-size: 28px;
}

.course.about {
  border-top: 8px solid #BEA26C;
}

table.about-tbl {
  width: 100%;
  margin-bottom: 32px;
}

table.about-tbl th {
  min-width: 146px;
  vertical-align: top;
  padding-bottom: 10px;
}

table.about-tbl th span {
  color: #fff;
  background-color: #BEA26C;
  padding: 2px 4px;
  display: inline-block;
  min-width: 136px;
  text-align: center;
}

table.about-tbl td {
  padding-bottom: 10px;
}

.course p.about-caption, p.about-caption {
  font-size: 16px;
  margin-top: 0.5em;
}

.map-wrap {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 6;
}

.map-wrap iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.about-access {
  margin-bottom: 30px;
}

.about .about-access h3, .about .about-access p {
  font-size: 24px;
}

.about .about-access h3 {
  background-color: #BEA26C;
  padding: 1px 5px;
  width: 358px;
  max-width: 100%;
  text-align: center;
  margin-bottom: 0.7em;
  color: #fff;
}

.about .about-access p {
  margin-bottom: 0.5em;
}

.sub-note {
  font-size: 16px;
  vertical-align: text-top;
  font-weight: normal;
}

.dot-list{
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.dot-list li{
  position: relative;
  padding-left: 1.2em;
  padding-bottom: 0.3em;
  margin: 0;
}

.dot-list li::before{
  content: "●";
  position: absolute;
  left: 0;
  top: 0;
  line-height: 1.4;
}

.course.small-box {
  padding: 40px 32px;
  height: 100%;
}

.course.small-box .course-title, .sitemap .course .course-title {
  justify-content: center;
}

.course.small-box .course-title-text {
  font-size: 32px;
}

.course p.note {
  font-size: 16px;
}

.sitemap .course-title-text {
  font-size: 32px;
  font-weight: bold;
}

.sitemap .course {
    padding: 44px 32px;
}

.sitemap .course ul {
  margin-left: 1.5em;
}

.sitemap .course ul li {
  list-style-type: disc;
  padding-bottom: 6px;
}

.privacy h2 {
  font-size: 32px;
  font-weight: bold;
  margin-top: 1em;
  margin-bottom: 0.2em;
}

.privacy ul {
  margin-left: 1.5em;
}

.privacy ul li {
  list-style-type: disc;
  padding-bottom: 4px;
}

.pnavi {
  padding: 8% 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pnavi .page-numbers {
  color: #6F4837;
  padding: 0.1em 0.6em;
  margin: 0 7px;
  transition: all 0.3s cubic-bezier(0.37, 0, 0.63, 1); /*easeInOutSine*/
}

.pnavi .page-numbers:hover {
  opacity: 0.6;
}

.pnavi .page-numbers.current:hover {
  opacity: 1;
}

.pnavi .page-numbers.current {
  background: #6F4837;
  color: #ffffff;
  border-radius: 8px;
}

.pnavi .page-numbers.dots,
.pnavi .page-numbers.next,
.pnavi .page-numbers.prev {
  border: none;
}

.pnavi .page-numbers.next span,
.pnavi .page-numbers.prev span {
  position: relative;
}

.pnavi .page-numbers.next span:before {
  content: '';
  position: absolute;
  top: -1px;
  bottom: 0;
  margin: auto;
  left: -6px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #6F4837;
  border-right: 2px solid #6F4837;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.pnavi .page-numbers.prev span:before {
  content: '';
  position: absolute;
  top: -1px;
  bottom: 0;
  margin: auto;
  right: -6px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #6F4837;
  border-right: 2px solid #6F4837;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

section.news {
  padding-top: 20px;
}

.news .news-tbl li {
  padding-bottom: 0.8em;
  border-bottom: 1px solid #6F4837;
  margin-bottom: 0.8em;
}

.news h1.main-title {
  font-size: 32px;
  border-bottom: 1px solid #6F4837;
  padding-bottom: 0.8em;
  margin-bottom: 0.8em;
  font-weight: bold;
}

.news .p-date {
  font-size: 16px;
  font-weight: bold;
}

.news .p-content {
  margin-top: 1em;
  margin-bottom: 1em;
}

.news .p-content p {
  margin-bottom: 0.5em;
}

.news .p-content img {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  margin: auto auto 1em;
}

.news h3.main-title {
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 0.7em;
}