@charset "UTF-8";
html {
  scroll-behavior: smooth;
}

.common-width {
  max-width: 1240px;
  width: 90%;
  margin: 0 auto;
  display: block;
}

#wrap {
  overflow: hidden;
}

.common-ma {
  padding: 100px 0 0 0;
}

.page-title-left {
  position: relative;
  height: -moz-fit-content;
  height: fit-content;
}
.page-title-left::before {
  content: "";
  background: url(../images/midashi-bg.svg) no-repeat;
  background-size: contain;
  width: 85px;
  height: 85px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: -32px;
  z-index: -1;
}
.page-title-left h2 {
  font-size: 1.6rem;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 500;
}
.page-title-left h2 span {
  font-size: 3.4rem;
  color: #EA5404;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  line-height: 1;
}

.page-title-center {
  position: relative;
  margin-top: 50px;
}
.page-title-center::before {
  content: "";
  background: url(../images/title-icon.webp) no-repeat;
  background-size: contain;
  width: 41px;
  height: 40px;
  position: absolute;
  top: -50px;
  left: 0;
  right: 0;
  margin: auto;
}
.page-title-center h2 {
  font-size: 3.4rem;
  font-family: "Shippori Mincho";
  text-align: center;
  line-height: 0.8;
}
.page-title-center h2 .sp {
  display: none;
}
.page-title-center h2 span {
  font-size: 2rem;
  color: #1D7226;
  font-family: "Montserrat";
  line-height: 0.4;
  text-align: center;
}

.btn {
  width: 340px;
  background: #1D7226;
  text-align: center;
  color: #fff;
  font-size: 1.8rem;
  padding: 12px 0;
  border-radius: 50px;
  display: block;
  margin: 32px auto 0 auto;
}

/*---スクロール時遅れて表示、順番に表示---*/
.fadein {
  opacity: 0;
  transition: all 1.3s;
  transform: translate(0, 45px);
}

/*---TOP遅れて表示---*/
.post {
  opacity: 0;
}

.anchor {
  display: block;
  padding-top: 180px;
  margin-top: -150px !important;
}

.headline {
  animation: SlideIn 1.2s;
}

/* CSSアニメーションの設定 */
@keyframes SlideIn {
  0% {
    opacity: 1; /*初期状態では透明に*/
    transform: translateX(324px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
#global-header {
  position: fixed;
  top: 0;
  width: 100%;
  padding: 12px 0 6px 2vw;
  width: 100%;
  background: rgba(255, 255, 255, 0.9);
  z-index: 998;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
}
#global-header .logo {
  width: 150px;
}
#global-header .logo a {
  transition: all ease 0.5s;
}
#global-header .logo a:hover {
  opacity: 0.5;
}
#global-header .logo a img {
  width: 100%;
}
#global-header #global-navi {
  display: none;
}

.key-wrap {
  position: relative;
}
.key-wrap #key-visual {
  height: 100vh; /* 変数をサポートしていないブラウザのフォールバック */
  height: calc(var(--vh, 1vh) * 100);
  width: 100%;
  position: relative;
}
.key-wrap #key-visual h1 {
  position: absolute;
  font-size: 3.6rem;
  letter-spacing: 1.2rem;
  font-family: "Shippori Mincho";
  top: 0;
  bottom: 0;
  left: 7vw;
  z-index: 1;
  height: -moz-fit-content;
  height: fit-content;
  margin: auto;
}
.key-wrap #key-visual .sp {
  display: none;
}
.key-wrap #key-visual .slide {
  position: relative;
  height: 100vh; /* 変数をサポートしていないブラウザのフォールバック */
  height: calc(var(--vh, 1vh) * 100);
}
.key-wrap #key-visual .slide .top-inner {
  height: 100vh; /* 変数をサポートしていないブラウザのフォールバック */
  height: calc(var(--vh, 1vh) * 100);
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.key-wrap #key-visual .slide .top-inner img {
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
}

.cta-banner {
  position: fixed;
  bottom: 12px;
  right: 3vw;
  z-index: 998;
  width: 120px;
  height: 120px;
  display: block;
}
.cta-banner img {
  width: 100%;
}

.Bnr {
  position: fixed;
  bottom: 12px;
  right: 170px;
  z-index: 3;
}
.Bnr .Bnr__img .Bnr__img__inner a {
  display: block;
}
.Bnr .Bnr__img .Bnr__img__inner a p {
  width: 220px;
}
.Bnr .Bnr__img .Bnr__img__inner a p img {
  width: 100%;
}
.Bnr .Bnr__img .close {
  position: absolute;
  right: -10px;
  top: -10px;
}
.Bnr .Bnr__img .close a {
  text-align: center;
}
.Bnr .Bnr__img .close a span {
  display: block;
  width: 24px;
  height: 24px;
  overflow: hidden;
}
.Bnr .Bnr__img .close a span img {
  width: 100%;
}
.Bnr .Bnr__img .close a span i {
  font-size: 20px;
  z-index: 888;
  color: #fff;
}

#subkey-visual {
  width: 100%;
  height: 240px;
  position: relative;
  width: 100%;
  overflow: hidden;
  margin-top: 63px;
}
#subkey-visual::before {
  content: "";
  background: linear-gradient(90deg, rgb(238, 245, 244), rgba(237, 244, 244, 0));
  position: absolute;
  width: 100%;
  height: 100%;
}
#subkey-visual h1 {
  font-size: 3.4rem;
  font-family: "Shippori Mincho";
  position: absolute;
  left: 5vw;
  top: 20px;
  bottom: 0;
  margin: auto;
  line-height: 0.8;
  height: -moz-fit-content;
  height: fit-content;
}
#subkey-visual h1 span {
  font-size: 2.1rem;
  color: #1D7226;
  font-family: "Montserrat";
  line-height: 1;
}

.about-bg {
  background: url(../images/about/key-bg.webp) no-repeat center;
  background-size: cover;
}

.access-bg {
  background: url(../images/access/key-bg.webp) no-repeat;
  background-size: cover;
}

.beginner-bg {
  background: url(../images/beginner/key-bg.webp) no-repeat;
  background-size: cover;
}

.blog-bg {
  background: url(../images/blog/key-bg.webp) no-repeat center;
  background-size: cover;
}

.faq-bg {
  background: url(../images/faq/key-bg.webp) no-repeat;
  background-size: cover;
}

.contact-bg {
  background: url(../images/contact/key-bg.webp) no-repeat;
  background-size: cover;
}

.price-bg {
  background: url(../images/price/key-bg.webp) no-repeat;
  background-size: cover;
}

.lesson-bg {
  background: url(../images/lesson/key-bg.webp) no-repeat;
  background-size: cover;
}

.price-bg {
  background: url(../images/price/key-bg.webp) no-repeat;
  background-size: cover;
}

.staff-bg {
  background: url(../images/staff/key-bg.webp) no-repeat right;
  background-size: cover;
}

.pankuzu {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin: 6px 2vw 0 0;
}
.pankuzu li {
  position: relative;
  padding-right: 36px;
}
.pankuzu li::after {
  content: ">";
  font-size: 1.7rem;
  position: absolute;
  top: 0;
  bottom: 0;
  height: -moz-fit-content;
  height: fit-content;
  margin: auto;
  right: 15px;
}
.pankuzu li:last-child::after {
  display: none;
}
.pankuzu li a {
  font-size: 1.5rem;
  color: #746341;
}

#top-container .bg-wrap {
  position: relative;
  overflow: hidden;
}
#top-container .bg-wrap::before {
  content: "";
  background: url(../images/bg.webp) no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 300%;
  z-index: 0;
}
#top-container .bg-wrap .message .message-contents {
  width: 90%;
  margin: 24px auto 0 auto;
  display: flex;
  justify-content: space-between;
  position: relative;
}
#top-container .bg-wrap .message .message-contents .message-txt {
  width: 70%;
  position: relative;
  padding-bottom: 60px;
}
#top-container .bg-wrap .message .message-contents .message-txt::before {
  content: "";
  background: #fff;
  width: 200%;
  height: 100%;
  position: absolute;
  top: 0;
  right: -16vw;
  z-index: 0;
}
#top-container .bg-wrap .message .message-contents .message-txt h3 {
  font-family: "Shippori Mincho";
  font-size: 2.2rem;
  line-height: 1.7;
  margin: 140px 0 24px 0;
  position: relative;
  z-index: 0;
}
#top-container .bg-wrap .message .message-contents .message-txt h3 br {
  display: none;
}
#top-container .bg-wrap .message .message-contents .message-txt h3::before {
  content: "";
  background: url(../images/bg-icon.svg) no-repeat;
  background-size: contain;
  width: 145px;
  height: 124px;
  position: absolute;
  top: -120px;
  left: -7vw;
}
#top-container .bg-wrap .message .message-contents .message-txt p {
  font-size: 1.6rem;
  line-height: 1.8;
  position: relative;
  z-index: 0;
}
#top-container .bg-wrap .message .message-contents .message-txt p + p {
  margin-top: 20px;
}
#top-container .bg-wrap .message .message-contents .message-txt .message-sp {
  display: none;
}
#top-container .bg-wrap .message .message-contents .message-img {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: max-content;
  gap: 12px;
  width: 25%;
  position: relative;
  z-index: 0;
  margin-top: 60px;
  height: -moz-fit-content;
  height: fit-content;
}
#top-container .bg-wrap .message .message-contents .message-img::after {
  content: "";
  background: url(../images/bg-icon.svg) no-repeat;
  background-size: contain;
  width: 145px;
  height: 124px;
  position: absolute;
  bottom: -10vw;
  right: -4vw;
  transform: rotate(180deg);
}
#top-container .bg-wrap .message .message-contents .message-img figure {
  height: -moz-fit-content;
  height: fit-content;
}
#top-container .bg-wrap .message .message-contents .message-img figure img {
  width: 100%;
}
#top-container .bg-wrap .point {
  position: relative;
  padding-bottom: 60px;
}
#top-container .bg-wrap .point figure {
  width: 70%;
  margin: 32px auto;
  mix-blend-mode: multiply;
}
#top-container .bg-wrap .point .point-list {
  display: grid;
  gap: 28px;
}
#top-container .bg-wrap .point .point-list li h3 {
  font-family: "Shippori Mincho";
  font-size: 2.8rem;
  border-bottom: 1px solid #1D7226;
  padding-bottom: 4px;
}
#top-container .bg-wrap .point .point-list li p {
  font-size: 1.7rem;
  margin-top: 6px;
}
#top-container .kind {
  margin: 160px auto;
}
#top-container .kind .kind-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 4% 3%;
  margin-top: 40px;
}
#top-container .kind .kind-list li figure {
  border-radius: 50%;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.16);
  position: relative;
  background: #fff;
  width: 190px;
  height: 190px;
  margin: 0 auto;
  display: grid;
  place-items: center;
}
#top-container .kind .kind-list li figure::before {
  content: "";
  position: absolute;
  top: 0;
  right: 30px;
  font-family: "Montserrat";
  color: #1D7226;
  font-size: 2.1rem;
}
#top-container .kind .kind-list li figure img {
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
  width: 90px;
  height: 88px;
}
#top-container .kind .kind-list li h3 {
  font-size: 2.1rem;
  font-family: "Shippori Mincho";
  text-align: center;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 12px 0;
}
#top-container .kind .kind-list li p {
  font-size: 1.6rem;
  line-height: 1.7;
}
#top-container .kind .kind-list li:nth-child(1) figure::before {
  content: "01";
}
#top-container .kind .kind-list li:nth-child(2) figure::before {
  content: "02";
}
#top-container .kind .kind-list li:nth-child(3) figure::before {
  content: "03";
}
#top-container .kind .kind-list li:nth-child(4) figure::before {
  content: "04";
}
#top-container .kind .kind-list li:nth-child(5) figure::before {
  content: "05";
}
#top-container .kind .kind-list li:nth-child(6) figure::before {
  content: "06";
}
#top-container .kind .kind-list li:nth-child(7) figure::before {
  content: "07";
}
#top-container .kind .kind-list li:nth-child(8) figure::before {
  content: "08";
}
#top-container .kind .kind-list li:nth-child(9) figure::before {
  content: "09";
}
#top-container .news {
  background: url(../images/news-bg.webp) no-repeat center;
  background-size: cover;
  padding: 60px 0;
  position: relative;
}
#top-container .news .news-list {
  background: #fff;
  border-radius: 16px;
  padding: 32px;
  margin-top: 24px;
}
#top-container .news .news-list li {
  border-bottom: 1px solid #CCDCCE;
}
#top-container .news .news-list li:last-child {
  border-bottom: none;
}
#top-container .news .news-list li a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 16px 0;
}
#top-container .news .news-list li a .cat {
  width: 110px;
  border-radius: 50px;
  font-size: 1.4rem;
  text-align: center;
  color: #fff;
  padding: 2px 0;
  background: #1D7226;
}
#top-container .news .news-list li a time {
  font-size: 1.6rem;
  font-family: "Montserrat";
  color: #1D7226;
  padding: 0 0 0 12px;
}
#top-container .news .news-list li a h3 {
  font-size: 1.8rem;
  width: 100%;
  margin-top: 8px;
}
#top-container .bnr-list {
  max-width: 1400px;
  width: 90%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
#top-container .bnr-list li {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
}
#top-container .bnr-list li img {
  -o-object-fit: cover;
     object-fit: cover;
}
#top-container .bnr-list li a {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  height: 18vw;
  max-height: 248px;
  display: block;
}
#top-container .bnr-list li a p {
  position: absolute;
  background: #fff;
  padding: 0 12px 4px 12px;
  bottom: 8px;
  left: 0;
  font-size: 2rem;
  font-family: "Shippori Mincho";
  line-height: 1.1;
  cursor: pointer;
  pointer-events: visible;
}
#top-container .bnr-list li a p span {
  font-size: 1.5rem;
  color: #1D7226;
  font-family: "Montserrat";
  line-height: 1.2;
}
#top-container .schedule {
  max-width: 1400px;
  width: 90%;
  margin: 160px auto;
}
#top-container .schedule .eo-fullcalendar {
  font-size: 1.6rem !important;
  position: relative;
  z-index: 0;
  width: 90%;
  margin: 16px auto 0 auto;
}
#top-container .schedule .eo-fullcalendar .fc-left {
  font-size: 2.1rem;
  font-weight: 500;
}
#top-container .schedule .eo-fullcalendar .fc-left h2 {
  color: #1D7226;
}
#top-container .schedule .eo-fullcalendar .fc-time {
  display: none;
}
#top-container .schedule .eo-fullcalendar .fc-day-grid-event {
  pointer-events: none;
}
#top-container .schedule .eo-fullcalendar .eo-event-cat-cancel {
  color: red !important;
  text-align: center;
}
#top-container .schedule .eo-fullcalendar .eo-event-cat-cancel .fc-title {
  font-weight: 600 !important;
}

#about-container .about {
  position: relative;
  margin: 100px auto;
  padding-bottom: 60px;
}
#about-container .about::before {
  content: "";
  background: url(../images/bg-icon.svg) no-repeat;
  background-size: contain;
  width: 130px;
  height: 112px;
  position: absolute;
  left: -6vw;
  top: 0;
}
#about-container .about::after {
  content: "";
  background: url(../images/bg-icon.svg) no-repeat;
  background-size: contain;
  width: 130px;
  height: 112px;
  position: absolute;
  right: -6vw;
  bottom: 0;
  transform: rotate(180deg);
}
#about-container .about h3 {
  font-size: 2.4rem;
  font-family: "Shippori Mincho";
  text-align: center;
  margin: 40px auto 20px auto;
}
#about-container .about p {
  font-size: 1.7rem;
  line-height: 1.8;
  margin: 0 auto;
}
#about-container .about button {
  display: none;
}
#about-container .point {
  max-width: 1600px;
  width: 90%;
  margin: 0 auto;
}
#about-container .point .point-list {
  display: grid;
  gap: 36px;
  margin-top: 32px;
}
#about-container .point .point-list .point-box {
  display: flex;
  justify-content: space-between;
}
#about-container .point .point-list .point-box .point-txt {
  width: 65%;
}
#about-container .point .point-list .point-box .point-txt h3 {
  font-size: 2.6rem;
  font-family: "Shippori Mincho";
  border-bottom: 1px solid #1D7226;
  padding-bottom: 4px;
  display: flex;
  justify-content: flex-start;
}
#about-container .point .point-list .point-box .point-txt h3 span {
  font-size: 2.1rem;
  font-family: "Montserrat";
  color: #1D7226;
  padding: 4px 8px 0 0;
}
#about-container .point .point-list .point-box .point-txt p {
  font-size: 1.6rem;
  line-height: 1.8;
  margin-top: 6px;
}
#about-container .point .point-list .point-box .point-txt button {
  display: none;
}
#about-container .point .point-list .point-box figure {
  width: 30%;
  border-radius: 16px;
  overflow: hidden;
}
#about-container .point .point-list .point-box figure img {
  -o-object-fit: cover;
     object-fit: cover;
}
#about-container .course {
  background: url(../images/bg.webp) no-repeat;
  background-size: cover;
  margin-top: 100px;
  padding: 60px 0;
}
#about-container .course .page-title-center::before {
  top: -28px;
}
#about-container .course .course-list {
  display: grid;
  gap: 24px;
  margin-top: 32px;
}
#about-container .course .course-list .course-box {
  background: #fff;
  position: relative;
  padding: 24px 40px;
}
#about-container .course .course-list .course-box::before {
  content: "";
  width: 9px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
#about-container .course .course-list .course-box h3 {
  font-size: 2.8rem;
  font-family: "Shippori Mincho";
  padding-bottom: 4px;
}
#about-container .course .course-list .course-box p {
  font-size: 1.8rem;
  line-height: 1.7;
  margin-top: 6px;
}
#about-container .course .course-list .course-box dl {
  margin-top: 12px;
  display: flex;
  align-items: center;
}
#about-container .course .course-list .course-box dl dt {
  background: #4B360B;
  font-size: 1.5rem;
  color: #fff;
  line-height: 1;
  padding: 6px 12px;
}
#about-container .course .course-list .course-box dl dd {
  font-size: 1.8rem;
  padding-left: 8px;
  color: #4B360B;
}
#about-container .course .course-list .course-box:nth-child(2)::before {
  background: #FDA8A8;
}
#about-container .course .course-list .course-box:nth-child(2) h3 {
  border-bottom: 1px solid #FDA8A8;
}
#about-container .course .course-list .course-box:nth-child(3)::before {
  background: #DCBEFE;
}
#about-container .course .course-list .course-box:nth-child(3) h3 {
  border-bottom: 1px solid #DCBEFE;
}
#about-container .course .course-list .course-box:nth-child(4)::before {
  background: #C5D6FE;
}
#about-container .course .course-list .course-box:nth-child(4) h3 {
  border-bottom: 1px solid #C5D6FE;
}
#about-container .course .course-list .course-box:nth-child(5)::before {
  background: #FDC5C5;
}
#about-container .course .course-list .course-box:nth-child(5) h3 {
  border-bottom: 1px solid #FDC5C5;
}
#about-container .course .course-list .course-box:nth-child(6)::before {
  background: #FECA86;
}
#about-container .course .course-list .course-box:nth-child(6) h3 {
  border-bottom: 1px solid #FECA86;
}
#about-container .course .course-list .course-box:nth-child(8)::before {
  background: #FBF8A9;
}
#about-container .course .course-list .course-box:nth-child(8) h3 {
  border-bottom: 1px solid #FBF8A9;
}
#about-container .course .course-list .course-box:nth-child(9)::before {
  background: #CBC1D9;
}
#about-container .course .course-list .course-box:nth-child(9) h3 {
  border-bottom: 1px solid #CBC1D9;
}
#about-container .course .course-list .course-box:nth-child(10)::before {
  background: #9EF3FD;
}
#about-container .course .course-list .course-box:nth-child(10) h3 {
  border-bottom: 1px solid #9EF3FD;
}
#about-container .course .course-list .course-box:nth-child(12)::before {
  background: #9ED9FD;
}
#about-container .course .course-list .course-box:nth-child(12) h3 {
  border-bottom: 1px solid #9ED9FD;
}
#about-container .course .course-list .course-box:nth-child(13)::before {
  background: #B1F5A6;
}
#about-container .course .course-list .course-box:nth-child(13) h3 {
  border-bottom: 1px solid #B1F5A6;
}
#about-container .course .course-list .course-box:nth-child(14)::before {
  background: #A5FFE3;
}
#about-container .course .course-list .course-box:nth-child(14) h3 {
  border-bottom: 1px solid #A5FFE3;
}
#about-container .course .course-list .course-box:nth-child(15)::before {
  background: #FFB9E0;
}
#about-container .course .course-list .course-box:nth-child(15) h3 {
  border-bottom: 1px solid #FFB9E0;
}
#about-container .course .course-list .course-box + .page-title-center {
  margin-top: 120px;
}
#about-container .bnr-list {
  max-width: 1400px;
  width: 90%;
  margin: 60px auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
#about-container .bnr-list li {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
}
#about-container .bnr-list li img {
  -o-object-fit: cover;
     object-fit: cover;
}
#about-container .bnr-list li a {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  height: 18vw;
  max-height: 248px;
  display: block;
}
#about-container .bnr-list li a p {
  position: absolute;
  background: #fff;
  padding: 0 12px 4px 12px;
  bottom: 8px;
  left: 0;
  font-size: 2rem;
  font-family: "Shippori Mincho";
  line-height: 1.1;
  cursor: pointer;
  pointer-events: visible;
}
#about-container .bnr-list li a p span {
  font-size: 1.5rem;
  color: #1D7226;
  font-family: "Montserrat";
  line-height: 1.2;
}

#lesson-container .about {
  position: relative;
  margin: 100px auto 0 auto;
  padding-bottom: 60px;
}
#lesson-container .about::before {
  content: "";
  background: url(../images/bg-icon.svg) no-repeat;
  background-size: contain;
  width: 130px;
  height: 112px;
  position: absolute;
  left: -6vw;
  top: 0;
}
#lesson-container .about::after {
  content: "";
  background: url(../images/bg-icon.svg) no-repeat;
  background-size: contain;
  width: 130px;
  height: 112px;
  position: absolute;
  right: -6vw;
  bottom: 0;
  transform: rotate(180deg);
}
#lesson-container .about h3 {
  font-size: 2.4rem;
  font-family: "Shippori Mincho";
  text-align: center;
  margin: 40px auto 20px auto;
}
#lesson-container .about p {
  font-size: 1.7rem;
  line-height: 1.8;
  margin: 0 auto;
}
#lesson-container .point {
  max-width: 1600px;
  width: 90%;
  margin: 0 auto;
}
#lesson-container .point .point-list {
  display: grid;
  gap: 36px;
  margin-top: 32px;
}
#lesson-container .point .point-list .point-box {
  display: flex;
  justify-content: space-between;
}
#lesson-container .point .point-list .point-box .point-txt {
  width: 65%;
}
#lesson-container .point .point-list .point-box .point-txt h3 {
  font-size: 2.6rem;
  font-family: "Shippori Mincho";
  border-bottom: 1px solid #1D7226;
  padding-bottom: 4px;
  display: flex;
  justify-content: flex-start;
}
#lesson-container .point .point-list .point-box .point-txt h3 span {
  font-size: 2.1rem;
  font-family: "Montserrat";
  color: #1D7226;
  padding: 4px 8px 0 0;
}
#lesson-container .point .point-list .point-box .point-txt p {
  font-size: 1.6rem;
  line-height: 1.8;
  margin-top: 6px;
}
#lesson-container .point .point-list .point-box .point-txt .check-list {
  background: #E2EFF0;
  padding: 16px;
  margin: 12px 0;
  display: grid;
  gap: 4px;
}
#lesson-container .point .point-list .point-box .point-txt .check-list .check-item {
  font-size: 1.6rem;
}
#lesson-container .point .point-list .point-box .point-txt .check-list .check-item span {
  font-size: 2rem;
  padding-right: 6px;
  font-family: "Montserrat";
  color: #1D7226;
}
#lesson-container .point .point-list .point-box figure {
  width: 30%;
  border-radius: 16px;
  overflow: hidden;
  height: -moz-fit-content;
  height: fit-content;
}
#lesson-container .point .point-list .point-box figure img {
  -o-object-fit: cover;
     object-fit: cover;
}
#lesson-container .bnr-list {
  max-width: 1400px;
  width: 90%;
  margin: 60px auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
#lesson-container .bnr-list li {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
}
#lesson-container .bnr-list li img {
  -o-object-fit: cover;
     object-fit: cover;
}
#lesson-container .bnr-list li a {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  height: 18vw;
  max-height: 248px;
  display: block;
}
#lesson-container .bnr-list li a p {
  position: absolute;
  background: #fff;
  padding: 0 12px 4px 12px;
  bottom: 8px;
  left: 0;
  font-size: 2rem;
  font-family: "Shippori Mincho";
  line-height: 1.1;
  cursor: pointer;
  pointer-events: visible;
}
#lesson-container .bnr-list li a p span {
  font-size: 1.5rem;
  color: #1D7226;
  font-family: "Montserrat";
  line-height: 1.2;
}

#beginner-container .huan .huan-wrap {
  width: 90%;
  margin: 40px auto 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#beginner-container .huan .huan-wrap .huan-txt {
  width: 75%;
  border: 1px solid #6E5C38;
  border-radius: 16px;
  padding: 20px;
  position: relative;
  height: -moz-fit-content;
  height: fit-content;
}
#beginner-container .huan .huan-wrap .huan-txt::before {
  content: "";
  background: url(../images/beginner/arrow.svg) no-repeat;
  background-size: contain;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: -16px;
}
#beginner-container .huan .huan-wrap .huan-txt p {
  font-size: 2.2rem;
  font-family: "Shippori Mincho";
}
#beginner-container .huan .huan-wrap figure {
  width: 20%;
}
#beginner-container .huan .faq {
  background: #E2EFF0;
  width: 90%;
  margin: 0 auto;
  padding: 32px;
}
#beginner-container .huan .faq p {
  font-size: 1.7rem;
  text-align: center;
}
#beginner-container .huan .faq .btn {
  margin: 16px auto 0 auto;
}
#beginner-container .point {
  background: #fff;
  position: relative;
  padding: 120px 0 160px 0;
}
#beginner-container .point .point-list1 {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 48px;
}
#beginner-container .point .point-list1 li figure {
  border-radius: 50%;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.16);
  position: relative;
  background: #fff;
  width: 190px;
  height: 190px;
  margin: 0 auto;
  display: grid;
  place-items: center;
}
#beginner-container .point .point-list1 li figure::before {
  content: "";
  position: absolute;
  top: 0;
  right: 36px;
  font-family: "Montserrat";
  color: #1D7226;
  font-size: 2.4rem;
}
#beginner-container .point .point-list1 li figure img {
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
  width: 90px;
  height: 88px;
}
#beginner-container .point .point-list1 li h3 {
  font-size: 2.4rem;
  font-family: "Shippori Mincho";
  text-align: center;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 12px 0;
}
#beginner-container .point .point-list1 li p {
  font-size: 1.6rem;
  line-height: 1.7;
}
#beginner-container .point .point-list1 li:nth-child(1) {
  margin-right: 40px;
}
#beginner-container .point .point-list1 li:nth-child(1) figure::before {
  content: "01";
}
#beginner-container .point .point-list1 li:nth-child(2) figure::before {
  content: "02";
}
#beginner-container .point .point-list2 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 4% 3%;
  margin-top: 60px;
}
#beginner-container .point .point-list2 li figure {
  border-radius: 50%;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.16);
  position: relative;
  background: #fff;
  width: 190px;
  height: 190px;
  margin: 0 auto;
  display: grid;
  place-items: center;
}
#beginner-container .point .point-list2 li figure::before {
  content: "";
  position: absolute;
  top: 0;
  right: 36px;
  font-family: "Montserrat";
  color: #1D7226;
  font-size: 2.4rem;
}
#beginner-container .point .point-list2 li figure img {
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
  width: 90px;
  height: 88px;
}
#beginner-container .point .point-list2 li h3 {
  font-size: 2.4rem;
  font-family: "Shippori Mincho";
  text-align: center;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 12px 0;
}
#beginner-container .point .point-list2 li p {
  font-size: 1.6rem;
  line-height: 1.7;
}
#beginner-container .point .point-list2 li:nth-child(1) {
  margin-right: 40px;
}
#beginner-container .point .point-list2 li:nth-child(1) figure::before {
  content: "03";
}
#beginner-container .point .point-list2 li:nth-child(2) figure::before {
  content: "04";
}
#beginner-container .point .point-list2 li:nth-child(3) figure::before {
  content: "05";
}
#beginner-container .about {
  position: relative;
  padding: 100px 0;
  background: url(../images/bg.webp) center;
  background-size: cover;
}
#beginner-container .about::before {
  content: "";
  background: url(../images/bg-icon.svg) no-repeat;
  background-size: contain;
  width: 130px;
  height: 112px;
  position: absolute;
  left: -6vw;
  top: 2vw;
}
#beginner-container .about::after {
  content: "";
  background: url(../images/bg-icon.svg) no-repeat;
  background-size: contain;
  width: 130px;
  height: 112px;
  position: absolute;
  right: -6vw;
  bottom: 2vw;
  transform: rotate(180deg);
}
#beginner-container .about h3 {
  font-size: 2.4rem;
  font-family: "Shippori Mincho";
  text-align: center;
  margin: 40px auto 20px auto;
}
#beginner-container .about p {
  font-size: 1.7rem;
  line-height: 1.8;
  width: 90%;
  margin: 0 auto;
}
#beginner-container .flow {
  max-width: 1600px;
  width: 90%;
  margin: 120px auto 0 auto;
}
#beginner-container .flow .point-list {
  display: grid;
  gap: 36px;
  margin-top: 32px;
}
#beginner-container .flow .point-list .point-box {
  display: flex;
  justify-content: space-between;
}
#beginner-container .flow .point-list .point-box .point-txt {
  width: 65%;
}
#beginner-container .flow .point-list .point-box .point-txt h3 {
  font-size: 2.6rem;
  font-family: "Shippori Mincho";
  border-bottom: 1px solid #1D7226;
  padding-bottom: 4px;
  display: flex;
  justify-content: flex-start;
}
#beginner-container .flow .point-list .point-box .point-txt h3 span {
  font-size: 2.1rem;
  font-family: "Montserrat";
  color: #1D7226;
  padding: 4px 8px 0 0;
}
#beginner-container .flow .point-list .point-box .point-txt p {
  font-size: 1.6rem;
  line-height: 1.8;
  margin-top: 6px;
}
#beginner-container .flow .point-list .point-box .point-txt .btn {
  margin: 24px auto 0 0;
}
#beginner-container .flow .point-list .point-box figure {
  width: 30%;
  border-radius: 16px;
  overflow: hidden;
  height: -moz-fit-content;
  height: fit-content;
}
#beginner-container .flow .point-list .point-box figure img {
  -o-object-fit: cover;
     object-fit: cover;
}
#beginner-container .kupon {
  max-width: 900px;
  width: 90%;
  margin: 0 auto 120px auto;
}
#beginner-container .kupon .kupon-box {
  background: #E2EFF0;
  padding: 40px;
  margin-top: 32px;
}
#beginner-container .kupon .kupon-box .main-list {
  display: grid;
  gap: 12px;
}
#beginner-container .kupon .kupon-box .main-list .main-item {
  position: relative;
  font-size: 1.8rem;
  padding-left: 24px;
}
#beginner-container .kupon .kupon-box .main-list .main-item::before {
  content: "";
  background: #1D7226;
  border-radius: 50px;
  width: 16px;
  height: 16px;
  position: absolute;
  left: 0;
  top: 6px;
}
#beginner-container .kupon .kupon-box .main-list .main-item span {
  color: #1D7226;
}
#beginner-container .kupon .kupon-box .sub-box {
  background: #F1F7F8;
  padding: 24px;
  margin-top: 24px;
}
#beginner-container .kupon .kupon-box .sub-box h3 {
  font-size: 2.4rem;
  text-align: center;
}
#beginner-container .kupon .kupon-box .sub-box p {
  font-size: 1.6rem;
  text-align: center;
  margin: 12px auto 24px auto;
}
#beginner-container .kupon .kupon-box .sub-box .sub-list {
  display: flex;
  justify-content: center;
  gap: 8px;
}
#beginner-container .kupon .kupon-box .sub-box .sub-list .sub-item {
  font-size: 1.7rem;
  padding-left: 20px;
  position: relative;
  margin-right: 16px;
}
#beginner-container .kupon .kupon-box .sub-box .sub-list .sub-item:last-child {
  margin-right: 0;
}
#beginner-container .kupon .kupon-box .sub-box .sub-list .sub-item::before {
  content: "";
  background: #1D7226;
  border-radius: 50px;
  width: 16px;
  height: 16px;
  position: absolute;
  left: 0;
  top: 6px;
}
#beginner-container .kupon .kupon-box .sub-box .sub-list .sub-item span {
  color: #1D7226;
}

#price-container .price {
  max-width: 1400px;
  width: 90%;
  margin: 0 auto 100px auto;
}
#price-container .price .price-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  margin-top: 32px;
}
#price-container .price .price-list .price-item {
  background: #F1F7F8;
  border: 1px solid #BBBBBB;
  border-radius: 24px;
  padding: 12px 28px;
}
#price-container .price .price-list .price-item:last-child .price-contents {
  display: flex;
  justify-content: space-between;
}
#price-container .price .price-list .price-item h3 {
  font-size: 2.4rem;
  font-family: "Shippori Mincho";
  text-align: center;
  padding-bottom: 8px;
  border-bottom: 1px solid #BBBBBB;
}
#price-container .price .price-list .price-item h4 {
  font-size: 2.2rem;
  font-weight: 500;
  margin-top: 16px;
}
#price-container .price .price-list .price-item .price-contents {
  display: grid;
  place-items: center;
  margin-top: 16px;
}
#price-container .price .price-list .price-item .price-contents p {
  font-size: 1.7rem;
  height: -moz-fit-content;
  height: fit-content;
}
#price-container .price .price-list .price-item .price-contents p span {
  font-size: 2rem;
  font-family: "Montserrat";
  color: #1D7226;
  font-weight: 600;
  letter-spacing: 0.06rem;
}
#price-container .price .price-list .price-item .price-contents .price-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 8px;
}
#price-container .price .price-list .price-item .price-contents .price-flex .price-left {
  position: relative;
  padding-right: 20px;
}
#price-container .price .price-list .price-item .price-contents .price-flex .price-left br {
  display: none;
}
#price-container .price .price-list .price-item .price-contents .price-flex .price-left::before {
  content: "";
  background: url(../images/price/aroow.svg) no-repeat;
  background-size: contain;
  width: 12px;
  height: 13px;
  position: absolute;
  right: 8px;
  top: 0;
  bottom: 0;
  margin: auto;
}
#price-container .price .price-list .price-item .price-contents .price-flex .price-right {
  width: 62px;
}
#price-container .price .price-list .price-item .price-contents .price-course dl .price-subitem {
  margin: 8px 0;
}
#price-container .price .price-list .price-item .price-contents .price-course dl .price-subitem dt, #price-container .price .price-list .price-item .price-contents .price-course dl .price-subitem dd {
  font-size: 1.6rem;
}
#price-container .price .price-list .price-item .price-contents .price-course dl .price-subitem dt span, #price-container .price .price-list .price-item .price-contents .price-course dl .price-subitem dd span {
  font-size: 2rem;
  font-family: "Montserrat";
  color: #1D7226;
  font-weight: 600;
  letter-spacing: 0.06rem;
}
#price-container .price .price-list .price-item .price-contents .price-course dl .price-subitem dd {
  line-height: 1.2;
}
#price-container .price .price-list .price-item .price-contents .price-course dl .price-subitem dd span {
  line-height: 1.2;
}
#price-container .price .price-list .price-item .price-contents .price-details {
  background: #E6F0F2;
  padding: 24px;
  width: 60%;
}
#price-container .price .price-list .price-item .price-contents .price-details h4 {
  margin-top: 0;
}
#price-container .price .price-list .price-item .price-contents .price-details .detail-list {
  display: grid;
  gap: 8px;
}
#price-container .price .price-list .price-item .price-contents .price-details .detail-list .details-item {
  font-size: 1.6rem;
}
#price-container .schedule {
  width: 90%;
  margin: 160px auto;
}
#price-container .schedule .eo-fullcalendar {
  font-size: 1.6rem !important;
  position: relative;
  z-index: 0;
}
#price-container .schedule .eo-fullcalendar .fc-left {
  font-size: 2.1rem;
  font-weight: 500;
}
#price-container .schedule .eo-fullcalendar .fc-left h2 {
  color: #1D7226;
}
#price-container .schedule .eo-fullcalendar .fc-time {
  display: none;
}
#price-container .schedule .eo-fullcalendar .fc-day-grid-event {
  pointer-events: none;
}
#price-container .schedule .eo-fullcalendar .eo-event-cat-cancel {
  color: red !important;
  text-align: center;
}
#price-container .schedule .eo-fullcalendar .eo-event-cat-cancel .fc-title {
  font-weight: 600 !important;
}
#price-container .schedule p {
  font-size: 1.5rem;
  margin-top: 8px;
  line-height: 1.6;
}

#access-container .map {
  width: 90%;
  max-width: 1400px;
  margin: 0 auto;
}
#access-container .map iframe {
  width: 100%;
  height: 300px;
  margin-top: 32px;
}
#access-container .info h2 {
  width: 150px;
  margin: 0 auto 16px;
}
#access-container .info dl .info-item {
  display: flex;
  padding: 16px;
  border-bottom: 1px solid #CCDCCE;
}
#access-container .info dl .info-item:first-child {
  border-top: 1px solid #CCDCCE;
}
#access-container .info dl .info-item dt, #access-container .info dl .info-item dd {
  font-size: 1.8rem;
}
#access-container .info dl .info-item dt {
  width: 200px;
}
#access-container .info dl .info-item dd {
  width: calc(100% - 200px);
}
#access-container .info .access-img {
  margin: 24px auto 120px auto;
  display: grid;
  gap: 16px;
  grid-template-columns: 1fr 1fr 1fr;
}

#faq-container .faq-list {
  display: grid;
  gap: 16px;
  margin-bottom: 120px;
}
#faq-container .faq-list .faq-box {
  background: #F1F7F8;
  border: 1px solid #BBBBBB;
  border-radius: 16px;
  padding: 20px;
}
#faq-container .faq-list .faq-box .faq-accordion summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  cursor: pointer;
  font-size: 2.2rem;
  font-family: "Shippori Mincho";
  padding: 0 16px 0 28px;
  position: relative;
}
#faq-container .faq-list .faq-box .faq-accordion summary::before {
  content: "Q.";
  font-size: 2.2rem;
  font-family: "Montserrat";
  color: #1D7226;
  position: absolute;
  left: 0;
  top: 0px;
}
#faq-container .faq-list .faq-box .faq-accordion summary::-webkit-details-marker {
  display: none;
}
#faq-container .faq-list .faq-box .faq-accordion summary::after {
  transform: translateY(-25%) rotate(45deg);
  position: absolute;
  right: 0;
  width: 7px;
  height: 7px;
  margin-left: 10px;
  border-bottom: 3px solid rgba(51, 51, 51, 0.7019607843);
  border-right: 3px solid rgba(51, 51, 51, 0.7019607843);
  content: "";
  transition: transform 0.3s;
}
#faq-container .faq-list .faq-box .faq-accordion p {
  font-size: 1.6rem;
  position: relative;
  margin-top: 8px;
  transform: translateY(-10px);
  padding: 12px 0 0 32px;
  border-top: 1px solid #BBBBBB;
  opacity: 0;
  margin: 8px 0 0 0;
  transition: transform 0.5s, opacity 0.5s;
}
#faq-container .faq-list .faq-box .faq-accordion p::before {
  content: "A.";
  font-size: 2.4rem;
  font-family: "Montserrat";
  color: #1D7226;
  position: absolute;
  left: 0;
  top: 6px;
}
#faq-container .faq-list .faq-box .faq-accordion[open] p {
  transform: none;
  opacity: 1;
}
#faq-container .faq-list .faq-box .faq-accordion[open] summary::after {
  transform: rotate(225deg);
}

#staff-container {
  max-width: 1400px;
  width: 90%;
  margin: 0 auto 120px auto;
}
#staff-container .staff-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 60px 32px;
}
#staff-container .staff-list .staff-box figure {
  width: 70%;
  max-width: 230px;
  margin: 0 auto 16px auto;
  position: relative;
}
#staff-container .staff-list .staff-box figure::before {
  content: "";
  background: url(../images/staff/icon-bg.svg) no-repeat;
  background-size: contain;
  width: 70px;
  height: 65px;
  position: absolute;
  bottom: 0;
  right: -40px;
}
#staff-container .staff-list .staff-box h2 {
  font-size: 2.2rem;
  line-height: 1.2;
  font-family: "Shippori Mincho";
  text-align: center;
  padding-bottom: 8px;
  border-bottom: 1px solid #298D33;
}
@media screen and (min-width: 1120px) {
  #staff-container .staff-list .staff-box h2 br {
    display: none;
  }
}
#staff-container .staff-list .staff-box p {
  font-size: 1.7rem;
  margin-top: 6px;
}

#blog-container .voice img {
  margin-top: 24px;
}
#blog-container .news-list {
  margin: 24px auto 120px auto;
}
#blog-container .news-list li {
  border-bottom: 1px solid #CCDCCE;
}
#blog-container .news-list li:first-child {
  border-top: 1px solid #CCDCCE;
}
#blog-container .news-list li a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 16px 0;
}
#blog-container .news-list li a .cat {
  width: 110px;
  border-radius: 50px;
  font-size: 1.4rem;
  text-align: center;
  color: #fff;
  padding: 2px 0;
  background: #1D7226;
}
#blog-container .news-list li a time {
  font-size: 1.6rem;
  font-family: "Montserrat";
  color: #1D7226;
  padding: 0 0 0 12px;
}
#blog-container .news-list li a h3 {
  font-size: 1.8rem;
  width: 100%;
  margin-top: 8px;
}
#blog-container .pagenation ul {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #E6F0F2;
  padding: 16px 24px;
  margin: 40px 0;
  position: relative;
}
#blog-container .pagenation ul li {
  margin-right: 2%;
}
#blog-container .pagenation ul li a {
  font-size: 1.6rem;
  font-family: "Montserrat";
  display: flex;
  align-items: center;
  justify-content: center;
  color: #4B360B;
  height: 32px;
  font-size: 1.6rem;
  width: 32px;
  background: #fff;
  border-radius: 50px;
}
#blog-container .pagenation ul .page-active {
  font-size: 1.6rem;
  font-family: "Montserrat";
}
#blog-container .pagenation ul .next a, #blog-container .pagenation ul .prev a {
  color: #4B360B;
  font-size: 1.6rem;
  background: none;
  width: auto;
  font-family: "Montserrat";
}
#blog-container .pagenation ul .next {
  position: absolute;
  right: 2%;
  top: 0;
  bottom: 0;
  margin: auto;
  height: -moz-fit-content;
  height: fit-content;
}
#blog-container .pagenation ul .prev {
  position: absolute;
  left: 2%;
  top: 0;
  bottom: 0;
  margin: auto;
  height: -moz-fit-content;
  height: fit-content;
}
#blog-container .blog-detail {
  margin-bottom: 120px;
}
#blog-container .blog-detail .blog-info {
  display: flex;
  align-items: center;
}
#blog-container .blog-detail .blog-info .cat {
  width: 110px;
  border-radius: 50px;
  font-size: 1.4rem;
  text-align: center;
  color: #fff;
  padding: 2px 0;
  background: #1D7226;
}
#blog-container .blog-detail .blog-info time {
  font-size: 1.6rem;
  font-family: "Montserrat";
  color: #1D7226;
  padding: 0 0 0 12px;
}
#blog-container .blog-detail .blog-title {
  font-size: 2.4rem;
  line-height: 1.4;
  font-family: "Shippori Mincho";
  padding: 8px 0;
  border-bottom: 1px solid #1D7226;
}
#blog-container .blog-detail .blog-contents {
  padding: 24px 0 40px 0;
  border-bottom: 1px solid #1D7226;
  font-size: 1.7rem;
}
#blog-container .blog-detail .blog-contents figure, #blog-container .blog-detail .blog-contents img {
  margin: 12px 0;
  max-width: 800px;
  width: auto;
}
#blog-container .blog-detail .blog-contents h1 {
  font-size: 3.2rem;
  font-weight: 600;
  color: #1D7226;
}
#blog-container .blog-detail .blog-contents h2 {
  font-size: 2.8rem;
  font-weight: 500;
  color: #1D7226;
}
#blog-container .blog-detail .blog-contents h3 {
  font-size: 2.4rem;
  font-weight: 500;
  color: #1D7226;
}
#blog-container .blog-detail .blog-contents h4 {
  font-size: 2rem;
  font-weight: 500;
}
#blog-container .blog-detail .blog-contents h5 {
  font-size: 1.7rem;
  font-weight: 500;
}
#blog-container .blog-detail .blog-contents a {
  color: #1D7226;
  text-decoration: underline;
}

#contact-container .form p {
  font-size: 1.8rem;
  text-align: center;
}
#contact-container .form p span br {
  display: none;
}
#contact-container .form form {
  margin-top: 24px;
  border-radius: 20px;
  background: #F1F7F8;
  border: 1px solid #BBBBBB;
  padding: 40px;
}
#contact-container .form form dl div {
  padding: 8px 0;
  display: flex;
  align-items: center;
}
#contact-container .form form dl div dt {
  width: 200px;
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 4px;
}
#contact-container .form form dl div dt span.hissu {
  color: #fff;
  background: #298D33;
  line-height: 1;
  font-size: 1.2rem;
  padding: 1px 4px;
  margin-right: 6px;
}
#contact-container .form form dl div dt br {
  display: none;
}
#contact-container .form form dl div dd {
  width: calc(100% - 200px);
}
#contact-container .form form dl div dd input, #contact-container .form form dl div dd textarea {
  font-size: 1.5rem;
  padding: 16px 16px;
  background: #fff;
  border: 1px solid #D8D8D8;
  box-sizing: border-box;
  width: 100%;
  border-radius: 3px;
  font-weight: bold;
}
#contact-container .form form dl div .radio label {
  position: relative;
  cursor: pointer;
  padding-left: 30px;
  font-size: 1.5rem;
  margin: 6px 24px 6px 0;
  display: inline-block;
  width: auto;
}
#contact-container .form form dl div .radio input {
  border-radius: 50px;
  position: absolute;
  background-color: #fff;
  border: 1px solid #D4D0D0;
  width: 16px;
  height: 16px;
  font-size: 16px;
  top: 1px;
  left: 0;
  accent-color: #1D7226;
}
#contact-container .form form dl div .radio .visually-hidden {
  position: absolute;
  white-space: nowrap;
  border: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  overflow: hidden;
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
}
#contact-container .form form .check {
  margin-top: 24px;
  text-align: center;
}
#contact-container .form form .check label {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
#contact-container .form form .check label span {
  font-size: 1.8rem;
  font-weight: 500;
}
#contact-container .form form .tyuui {
  background: #E6F0F2;
  padding: 24px;
  margin-top: 32px;
}
#contact-container .form form .tyuui h3 {
  font-size: 2rem;
  font-weight: 600;
  text-align: center;
}
#contact-container .form form .tyuui p {
  font-size: 1.7rem;
  margin-top: 12px;
  text-align: left;
}
#contact-container .form form .btn-group {
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
  margin: 40px auto 0 auto;
  position: relative;
}
#contact-container .form form .btn-group::before {
  content: "";
  background: url(../images/contact/arrow.svg) no-repeat;
  background-size: contain;
  width: 5px;
  height: 9px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 24px;
  z-index: 1;
}
#contact-container .form form .btn-group input[type=submit] {
  border: none;
  font-size: 1.8rem;
  -webkit-appearance: none;
  cursor: pointer;
  padding: 16px 60px;
  background: #1D7226;
  color: #ffffff;
}
#contact-container .form form .wpcf7-not-valid-tip {
  font-size: 1.3rem;
}
#contact-container .form form .wpcf7-response-output {
  font-size: 1.8rem;
  text-align: center;
  color: #dc3232;
  font-weight: bold;
}
#contact-container .form form .wpcf7-spinner {
  position: absolute !important;
}
#contact-container .tel-area .tel-bnr {
  width: 90%;
  margin: 24px auto 36px auto;
  background: url(../images/contact/tel-bg.webp) no-repeat center;
  background-size: cover;
  padding: 24px;
}
#contact-container .tel-area .tel-bnr p {
  font-size: 1.7rem;
  text-align: center;
}
#contact-container .tel-area .tel-bnr .btn {
  background: #298D33;
  margin: 16px auto 8px auto;
  font-size: 2.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
#contact-container .tel-area .tel-bnr .btn:hover {
  background: #83B14F;
}
#contact-container .tel-area .tel-bnr .btn::before {
  content: "";
  background: url(../images/tel.svg) no-repeat;
  background-size: contain;
  width: 16px;
  height: 16px;
  display: block;
  margin-right: 6px;
}
#contact-container .site-policy {
  margin-bottom: 120px;
}
#contact-container .site-policy .policy-box {
  background: #EEEEEE;
  padding: 24px;
}
#contact-container .site-policy .policy-box h3 {
  font-size: 2.4rem;
  text-align: center;
  font-family: "Shippori Mincho";
}
#contact-container .site-policy .policy-box p {
  font-size: 1.7rem;
  margin-top: 8px;
}

#global-footer {
  position: relative;
  background: #FBF6E4;
  padding: 60px 0 160px 0;
  background: url(../images/footer-bg.webp) no-repeat center;
  background-size: cover;
}
#global-footer::before {
  content: "";
  background: url(../images/bg-icon.svg) no-repeat;
  background-size: contain;
  width: 215px;
  height: 185px;
  position: absolute;
  right: 16px;
  bottom: -16px;
}
#global-footer .pagetop {
  position: absolute;
  top: 60px;
  right: 2vw;
  width: 50px;
  height: 50px;
}
#global-footer .footer-inner {
  max-width: 1400px;
  width: 85%;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
}
#global-footer .footer-inner .logo {
  display: block;
  width: 160px;
  height: -moz-fit-content;
  height: fit-content;
}
#global-footer .footer-inner .logo img {
  mix-blend-mode: multiply;
  -o-object-fit: contain;
     object-fit: contain;
}
#global-footer .footer-inner .footer-info {
  width: 412px;
  display: grid;
  gap: 8px;
}
#global-footer .footer-inner .footer-info .info-item {
  display: flex;
  justify-content: space-between;
}
#global-footer .footer-inner .footer-info .info-item dt, #global-footer .footer-inner .footer-info .info-item dd {
  font-size: 1.5rem;
}
#global-footer .footer-inner .footer-info .info-item dt {
  width: 130px;
}
#global-footer .footer-inner .footer-info .info-item dd {
  width: calc(100% - 130px);
}
#global-footer .footer-inner .footer-info .info-item dd a {
  pointer-events: none;
  color: #6E5C38;
  text-decoration: none;
}
#global-footer p.copy_small {
  font-size: 1.2rem;
  text-align: center;
  position: absolute;
  bottom: 12px;
  left: 0;
  right: 0;
  margin: auto;
}

#contents-404 {
  margin-bottom: 120px;
}
#contents-404 h2 {
  font-size: 3rem;
  text-align: center;
  font-family: "Shippori Mincho";
  margin-bottom: 16px;
}
#contents-404 p {
  font-size: 1.6rem;
  text-align: center;
}/*# sourceMappingURL=tb_style.css.map */