@charset "UTF-8";
/*
	P.R.C.101 by Missy
*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@400;700&subset=japanese&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Pacifico&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Cinzel:wght@700&display=swap");
*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #32292f;
  line-height: 1.6;
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #f0f7f4;
  overflow-x: hidden;
  overflow-wrap: break-word;
}

img {
  max-width: 100%;
  height: auto;
  border: none;
  pointer-events: none;
}

@media (min-width: 1088px) {
  .hidden-pc {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 1087px) {
  .hidden-tab {
    display: none;
  }
}

@media (max-width: 767px) {
  .hidden-sp {
    display: none;
  }
}

.color-active {
  color: #9dc183;
}

.font-size-small {
  font-size: 0.9em;
}

.font-em {
  font-weight: 800;
  font-size: 1.1em;
}

.inner {
  width: 1088px;
  max-width: 100%;
  margin: 0 auto;
  height: inherit;
}

@media (max-width: 1087px) {
  .inner {
    padding-left: 24px;
    padding-right: 24px;
  }
}

@media (max-width: 767px) {
  .inner {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.button, .button-mainvisual, .button-tel, .button-arrow-right, .button-about-us, .button-lesson, .button-member-bottom, .button-line, .button-modal {
  display: inline-block;
  background: #8f9779;
  color: #fff;
  text-align: center;
  padding: 1em 3em;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  cursor: pointer;
  transition: all 0.3s ease 0s;
}

.button-mainvisual {
  transition: all 0.5s ease 0s;
  padding: 10px 60px;
  border-radius: 3px;
  box-shadow: inset 0 -3px 0 rgba(0, 0, 0, 0.15);
  font-size: 24px;
}

@media (max-width: 1087px) {
  .button-mainvisual {
    padding: 8px 30px;
    font-size: 20px;
    padding-left: 52px;
    padding-right: 52px;
  }
}

@media (max-width: 767px) {
  .button-mainvisual {
    padding: 8px 30px;
    border-radius: 8px;
    font-size: 18px;
  }
}

.button-mainvisual:hover {
  transform: scale(1.1);
}

.button-tel {
  padding: 10px 26px;
  font-size: 18px;
  border-radius: 8px;
  background: #9dc183;
}

.button-tel:hover {
  opacity: 0.6;
}

@media (max-width: 1087px) {
  .button-tel {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .button-tel {
    padding: 4px 18px;
    border-radius: 6px;
  }
}

.button-arrow-right {
  border-radius: 12px;
  font-size: 20px;
  padding: 13px 58px 12px;
  position: relative;
}

@media (max-width: 1087px) {
  .button-arrow-right {
    padding-left: 50px;
    padding-right: 50px;
  }
}

@media (max-width: 767px) {
  .button-arrow-right {
    padding: 10px 36px;
    border-radius: 8px;
    font-size: 16px;
    width: 100%;
  }
}

.button-arrow-right::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 18px;
  width: 13px;
  height: 20px;
  background: transparent url(../img/icons/arrow-right.png) no-repeat center center/contain;
}

@media (max-width: 767px) {
  .button-arrow-right::after {
    right: 10px;
    width: 11.96px;
    height: 18.4px;
  }
}

.button-arrow-right:hover {
  opacity: 0.6;
}

.button-about-us, .button-lesson, .button-member-bottom {
  border-radius: 8px;
  font-size: 16px;
  padding: 13px 38px 12px;
  position: relative;
  transition: all 0.6s ease 0s;
  -webkit-appearance: none;
  min-width: 220px;
}

@media (max-width: 1087px) {
  .button-about-us, .button-lesson, .button-member-bottom {
    padding-left: 50px;
    padding-right: 50px;
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .button-about-us, .button-lesson, .button-member-bottom {
    padding: 10px 36px;
    border-radius: 8px;
    font-size: 12px;
  }
}

.button-about-us::after, .button-lesson::after, .button-member-bottom::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 18px;
  width: 13px;
  height: 20px;
  background: transparent url(../img/icons/arrow-right.png) no-repeat center center/contain;
}

@media (max-width: 767px) {
  .button-about-us::after, .button-lesson::after, .button-member-bottom::after {
    right: 10px;
    width: 11.96px;
    height: 18.4px;
  }
}

.button-about-us:hover, .button-lesson:hover, .button-member-bottom:hover {
  opacity: 0.6;
  transform: scale(1.1, 1.1);
}

.button-line {
  border-radius: 8px;
  font-size: 20px;
  padding: 13px 58px 12px;
  position: relative;
  transition: all 0.6s ease 0s;
  -webkit-appearance: none;
  min-width: 250px;
}

@media (max-width: 1087px) {
  .button-line {
    padding-left: 50px;
    padding-right: 50px;
  }
}

@media (max-width: 767px) {
  .button-line {
    padding: 10px 36px;
    border-radius: 8px;
    font-size: 18px;
  }
}

.button-line:hover {
  opacity: 0.6;
  transform: scale(1.1, 1.1);
}

.button-modal {
  border-radius: 12px;
  width: 180px;
  padding-top: 8px;
  padding-bottom: 8px;
}

.button-modal:hover {
  opacity: 0.6;
}

.section-title {
  font-size: 42px;
  position: relative;
  padding: 40px;
  text-align: center;
  letter-spacing: 0.1em;
  font-weight: 700;
  background-image: url(../img/bg.jpg);
  color: #fff;
  font-family: 'Cinzel', serif;
}

.section-title span {
  font-size: 20px;
  display: block;
  margin-top: 5px;
  font-weight: 700;
  letter-spacing: normal;
  font-family: "Noto Sans JP", sans-serif;
}

@media (max-width: 1087px) {
  .section-title {
    font-size: 32px;
    padding: 30px;
  }
}

@media (max-width: 767px) {
  .section-title {
    font-size: 28px;
    padding: 30px;
  }
}

.header {
  background: #333;
  padding: 10px 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 20;
}

@media (max-width: 767px) {
  .header {
    padding-top: 14px;
    padding-bottom: 14px;
  }
}

.hidden {
  background: none;
  transition: all 0.5s ease;
}

.header__inner {
  display: flex;
  align-items: center;
}

.header__logo {
  margin: 0;
  line-height: 1;
}

.header__logo img {
  width: 170px;
  vertical-align: top;
}

@media (max-width: 1087px) {
  .header__logo img {
    width: 150px;
  }
}

@media (max-width: 767px) {
  .header__logo img {
    width: 120px;
  }
}

.header__logo a {
  text-decoration: none;
  transition: all 0.3s ease 0s;
  display: inline-block;
}

.header__logo a:hover {
  opacity: 0.6;
}

.header__nav {
  margin-left: auto;
  max-width: 550px;
}

@media (max-width: 767px) {
  .header__nav {
    display: none;
  }
}

.header__nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
}

.header__nav ul li {
  margin-right: 30px;
}

.header__nav ul li:last-child {
  margin-right: 0;
}

.header__nav ul li a {
  transition: all 0.3s ease 0s;
  text-decoration: none;
  color: #fff;
  display: block;
  position: relative;
}

.header__nav ul li a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -15px;
  width: 100%;
  height: 3px;
  background: #9dc183;
  opacity: 0;
  transition: all 0.3s ease 0s;
}

.header__nav ul li a:hover::after, .header__nav ul li a.is-active::after {
  opacity: 1;
}

.header__nav ul li .nav-en {
  display: block;
  color: #fff;
  font-size: 10px;
  text-align: center;
}

.drawer-icon {
  display: none;
  position: fixed;
  right: 10px;
  top: 16px;
  z-index: 41;
  text-align: center;
  cursor: pointer;
  transition: all 0.5s ease 0s;
}

@media (max-width: 767px) {
  .drawer-icon {
    display: block;
  }
}

.drawer-bars {
  display: inline-block;
  width: 28px;
  height: 22px;
  position: relative;
  vertical-align: bottom;
}

.drawer-bar {
  position: absolute;
  right: 0;
  left: 0;
  display: block;
  background: #fff;
  width: 100%;
  height: 4px;
  border-radius: 0;
  transition: all 0.3s linear 0s;
}

.drawer-bar:nth-of-type(1) {
  top: 0;
}

.drawer-bar:nth-of-type(2) {
  top: 9px;
}

.drawer-bar:nth-of-type(3) {
  top: 18px;
}

.is-checked .drawer-bar:nth-of-type(1) {
  top: 10px;
  transform: rotate(-45deg);
}

.is-checked .drawer-bar:nth-of-type(2) {
  background: transparent;
}

.is-checked .drawer-bar:nth-of-type(3) {
  top: 10px;
  transform: rotate(45deg);
}

.drawer-content {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  transform: translateX(0);
  top: 0;
  bottom: auto;
  width: 100%;
  height: 100%;
  max-width: 100%;
  transition: all 0.5s linear 0s;
  background: #282828;
  z-index: 40;
  padding-top: 96px;
}

.drawer-content.is-checked {
  visibility: visible;
  opacity: 0.97;
}

.drawer-content ul {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  width: 200px;
  max-width: 100%;
}

.drawer-content ul li a {
  text-decoration: none;
  display: block;
  position: relative;
  padding: 12px 30px 13px 20px;
  color: #fff;
}

.drawer-content ul li a::after {
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 7px;
  height: 11px;
  background: transparent url(../img/icons/arrow-w.svg) no-repeat center center/contain;
}

.drawer-content .drawer-en {
  margin-left: 10px;
  color: #fff;
  font-size: 10px;
}

.mainvisual {
  height: auto;
  min-height: 100vh;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.mainvisual__content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin-top: 50px;
  width: 100%;
  text-align: center;
  color: #fff;
}

@media (max-width: 1087px) {
  .mainvisual__content {
    padding-left: 24px;
    padding-right: 24px;
    margin-top: 40px;
  }
}

@media (max-width: 767px) {
  .mainvisual__content {
    padding-left: 16px;
    padding-right: 16px;
    margin-top: 30px;
  }
}

.mainvisual__title {
  font-size: 54px;
  font-weight: 700;
  line-height: 1.4;
  font-family: 'Cinzel', serif;
}

@media (max-width: 1087px) {
  .mainvisual__title {
    font-size: 46px;
  }
}

@media (max-width: 767px) {
  .mainvisual__title {
    font-size: 32px;
  }
}

.mainvisual__lead {
  font-size: 26px;
  font-weight: 700;
  margin-top: 3px;
}

@media (max-width: 1087px) {
  .mainvisual__lead {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  .mainvisual__lead {
    margin-top: 10px;
    font-size: 16px;
  }
}

.mainvisual__button {
  margin-top: 78px;
}

@media (max-width: 1087px) {
  .mainvisual__button {
    margin-top: 62px;
  }
}

@media (max-width: 767px) {
  .mainvisual__button {
    margin-top: 42px;
  }
}

.mainvisual__circles {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 50px;
  width: 70%;
  margin-right: auto;
  margin-left: auto;
}

@media (max-width: 1087px) {
  .mainvisual__circles {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .mainvisual__circles {
    width: 100%;
  }
}

.mainvisual__circle {
  width: calc(40% - 10px / 2);
  height: auto;
  margin: 3px;
  padding: 30px;
  border-radius: 10px;
  overflow: hidden;
  background: linear-gradient(to bottom, #9dc183, #f0f7f4, #9dc183);
  opacity: 0.8;
  position: relative;
}

@media (max-width: 767px) {
  .mainvisual__circle {
    width: calc(47% - 10px / 2);
    height: auto;
    padding: 10px;
  }
}

.mainvisual__circle-img {
  position: relative;
  text-align: center;
  padding: 5px;
}

.mainvisual__circle-img img {
  opacity: 0.7;
  width: 15%;
}

@media (max-width: 1087px) {
  .mainvisual__circle-img img {
    width: 20%;
  }
}

@media (max-width: 767px) {
  .mainvisual__circle-img img {
    width: 40%;
  }
}

.mainvisual__arrow {
  position: absolute;
  top: calc(50% - 10px);
}

@media (max-width: 767px) {
  .mainvisual__arrow {
    top: calc(52% - 0px);
  }
}

.mainvisual__arrow img {
  width: 80%;
}

@media (max-width: 767px) {
  .mainvisual__arrow img {
    width: 50%;
  }
}

.mainvisual__circle-content {
  font-weight: 700;
  color: #32292f;
  text-align: center;
  font-size: 18px;
}

@media (max-width: 767px) {
  .mainvisual__circle-content {
    font-size: 16px;
  }
}

.mainvisual__list {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  color: #fff;
}

.mainvisual__list .mainvisual__list-lead {
  font-size: 28px;
  font-weight: 700;
}

@media (max-width: 1087px) {
  .mainvisual__list .mainvisual__list-lead {
    font-size: 24px;
  }
}

@media (max-width: 767px) {
  .mainvisual__list .mainvisual__list-lead {
    font-size: 20px;
  }
}

.mainvisual__list ul {
  margin-top: 10px;
  text-align: left;
  left: 30%;
  position: relative;
  font-size: 18px;
}

@media (max-width: 1087px) {
  .mainvisual__list ul {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .mainvisual__list ul {
    font-size: 13px;
    left: 20%;
  }
}

.mainvisual__buttons-s3 {
  margin-top: 20px;
  text-align: center;
}

.mainvisual__button-s3 {
  display: inline-block;
  text-align: left;
  padding: 10px;
}

.swiper-slide {
  position: relative;
  width: 100%;
  height: auto;
  min-height: 100vh;
}

.swiper-slide.slide1 {
  background: linear-gradient(-45deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.7)), url("../img/slide/1.jpg") center center/cover no-repeat;
}

.swiper-slide.slide2 {
  background: linear-gradient(-45deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.7)), url("../img/slide/2.jpg") center center/cover no-repeat;
}

.swiper-slide.slide3 {
  background: linear-gradient(-45deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.7)), url("../img/slide/3.jpg") center center/cover no-repeat;
}

@media (max-width: 1087px) {
  .swiper-slide {
    height: 600px;
  }
}

@media (max-width: 767px) {
  .swiper-slide {
    height: 500px;
  }
}

.swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  background: #fff;
  opacity: 1;
}

@media (max-width: 767px) {
  .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
  }
}

.swiper-pagination-bullet-active {
  background: #9dc183;
}

.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 18px;
  z-index: 2;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin-left: 6px;
  margin-right: 6px;
}

.link {
  background: #f0f7f4;
  padding: 56px 0 142px;
}

@media (max-width: 767px) {
  .link {
    padding-top: 36px;
    padding-bottom: 40px;
  }
}

.links__items {
  display: flex;
  justify-content: center;
  align-content: stretch;
  flex-wrap: wrap;
  margin: 58px auto;
  width: 100%;
}

@media (max-width: 767px) {
  .links__items {
    margin-top: 30px;
  }
}

.links__item {
  font-size: 26px;
  flex: 1 1 auto;
  margin: 5px;
  padding: 50px 30px;
  text-align: center;
  transition: 0.5s;
  background-size: 100% auto;
  border-radius: 2px;
  background: #8f9779;
}

@media (max-width: 1087px) {
  .links__item {
    font-size: 24px;
    padding: 20px;
  }
}

@media (max-width: 767px) {
  .links__item {
    font-size: 18px;
    padding: 20px;
  }
}

.links__item:hover {
  cursor: pointer;
  background-position: center;
  /* change the direction of the change here */
  transform: scale(1.1, 1.1);
  opacity: 0.7;
}

.links__item:nth-child(1n) {
  flex-basis: 50%;
}

@media (max-width: 767px) {
  .links__item:nth-child(1n) {
    flex-basis: 100%;
  }
}

.links__item:nth-child(2n) {
  flex-basis: 20%;
}

@media (max-width: 767px) {
  .links__item:nth-child(2n) {
    flex-basis: 40%;
  }
}

.links__item:nth-child(3n) {
  flex-basis: 20%;
}

@media (max-width: 767px) {
  .links__item:nth-child(3n) {
    flex-basis: 50%;
  }
}

.links__item:nth-child(4n) {
  flex-basis: 23.5%;
}

@media (max-width: 767px) {
  .links__item:nth-child(4n) {
    flex-basis: 50%;
  }
}

.links__item:nth-child(5n) {
  flex-basis: 23.5%;
}

@media (max-width: 767px) {
  .links__item:nth-child(5n) {
    flex-basis: 40%;
  }
}

.links__item:nth-child(6n) {
  flex-basis: 20%;
}

@media (max-width: 767px) {
  .links__item:nth-child(6n) {
    flex-basis: 100%;
  }
}

.links__item:nth-child(7n) {
  flex-basis: 20%;
  background: #484C3D;
  pointer-events: none;
}

@media (max-width: 767px) {
  .links__item:nth-child(7n) {
    flex-basis: 100%;
  }
}

.links__item .counter_title {
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 36px;
  color: #fff;
}

.links__item .links__icon {
  text-align: center;
}

.links__item .links__icon img {
  opacity: 0.5;
  margin: 0;
  width: 40px;
}

@media (max-width: 1087px) {
  .links__item .links__icon img {
    width: 30px;
  }
}

@media (max-width: 767px) {
  .links__item .links__icon img {
    width: 20px;
  }
}

.links__item a {
  transition: all 0.3s ease 0s;
  text-decoration: none;
  font-weight: 700;
  color: #f0f7f4;
  text-shadow: 2px 2px 5px #c4c4c4;
}

.links__item a::after {
  content: "";
  position: absolute;
  transition: all 0.3s ease 0s;
}

.links__item a.is-active::after {
  opacity: 0.7;
}

.links__item span {
  font-size: 18px;
}

@media (max-width: 767px) {
  .links__item span {
    font-size: 12px;
  }
}

.sponsor {
  background: #fff;
  padding: 56px 0 142px;
}

@media (max-width: 767px) {
  .sponsor {
    padding: 56px 0 76px;
  }
}

.sponsor__logos {
  text-align: center;
}

.sponsor__logo {
  display: inline-block;
  text-align: center;
  padding: 10px;
}

.sponsor__logo a {
  transition: all 0.3s ease 0s;
  text-decoration: none;
  display: inline-block;
}

.sponsor__logo a:hover {
  opacity: 0.6;
}

.sponsor__logo img {
  width: 300px;
  transition: .5s;
}

@media (max-width: 767px) {
  .sponsor__logo img {
    width: 200px;
  }
}

.about {
  background: #f0f7f4;
  padding: 56px 0 154px;
}

@media (max-width: 767px) {
  .about {
    padding-top: 36px;
    padding-bottom: 80px;
  }
}

.about-subtitle {
  font-weight: 700;
  font-size: 28px;
  position: relative;
  padding: 1rem;
  text-align: center;
  letter-spacing: 0.1em;
  background: -webkit-repeating-linear-gradient(-45deg, #f0f8ff, #f0f8ff 3px, #e9f4ff 3px, #e9f4ff 7px);
  background: repeating-linear-gradient(-45deg, #f9fff0, #fbfff0 3px, #dfe7c9 3px, #dfe7c9 7px);
}

.about-subtitle span {
  font-size: 20px;
  display: block;
  margin-top: 5px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  letter-spacing: normal;
}

.about-subtitle::before {
  position: absolute;
  bottom: 0px;
  left: calc(50% - 30px);
  width: 60px;
  height: 2px;
  content: '';
  border-radius: 3px;
  background: #f0f7f4;
}

@media (max-width: 767px) {
  .about-subtitle::before {
    width: 48px;
  }
}

@media (max-width: 1087px) {
  .about-subtitle {
    font-size: 24px;
  }
}

@media (max-width: 767px) {
  .about-subtitle {
    font-size: 22px;
  }
}

.about__lead {
  font-size: 20px;
  font-weight: 700;
  margin-top: 10px;
  padding: 20px 0;
  position: relative;
  text-align: center;
}

@media (max-width: 1087px) {
  .about__lead {
    font-size: 18px;
    padding-bottom: 28px;
  }
}

@media (max-width: 767px) {
  .about__lead {
    font-size: 14px;
    padding-bottom: 16px;
  }
}

.about__lead span {
  font-size: 26px;
  font-weight: 700;
  text-shadow: 1px 1px 2px silver;
  color: #8f9779;
}

@media (max-width: 1087px) {
  .about__lead span {
    font-size: 22px;
  }
}

@media (max-width: 767px) {
  .about__lead span {
    font-size: 18px;
  }
}

.about__attention {
  font-size: 12px;
  text-align: center;
  color: #8f9779;
  padding: 20px 30px 0px;
  font-style: italic;
}

@media (max-width: 767px) {
  .about__attention {
    font-size: 10px;
    padding: 20px;
  }
}

.about-us__items {
  display: flex;
  flex-wrap: wrap;
  margin-top: 58px;
}

@media (max-width: 767px) {
  .about-us__items {
    margin-top: 30px;
  }
}

.about-us__item {
  width: 100%;
  padding: 10px;
  background: #fff;
}

.about-us__item:nth-child(3n) {
  padding-bottom: 20px;
}

.about-us__item:nth-child(4n) {
  background: #dfe7c9;
  color: #8f9779;
  padding: 30px 200px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.about-us__item:nth-child(4n):hover {
  background: linear-gradient(45deg, #9dc183, #e1e9eb, #9dc183);
}

@media (max-width: 1087px) {
  .about-us__item:nth-child(4n) {
    padding: 30px 100px;
  }
}

@media (max-width: 767px) {
  .about-us__item:nth-child(4n) {
    padding: 30px;
    display: block;
    text-align: center;
  }
}

.purpose__items {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 10px 0;
}

.purpose__item {
  width: calc(24% - 10px * 3 / 4);
  margin: 0 10px 10px 0;
}

@media (max-width: 1087px) {
  .purpose__item {
    width: calc(50% - 10px / 2);
    height: auto;
    margin: 0 10px 10px 0;
  }
  .purpose__item:nth-child(2n) {
    margin-right: 0;
  }
}

@media (max-width: 767px) {
  .purpose__item {
    width: calc(50% - 10px / 2);
    height: auto;
    margin: 0 10px 10px 0;
  }
  .purpose__item:nth-child(2n) {
    margin-right: 0;
  }
}

.purpose-card {
  padding: 16px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  background: #dfe7c9;
  border-radius: 6px;
  text-decoration: none;
}

@media (max-width: 767px) {
  .purpose-card {
    padding: 10px;
  }
}

.purpose-card__img {
  position: relative;
  text-align: center;
  padding: 5px;
}

.purpose-card__img img {
  opacity: 0.5;
  width: 30%;
}

.purpose-card__content {
  padding: 16px 0 5px;
  color: #8f9779;
}

@media (max-width: 767px) {
  .purpose-card__content {
    padding: 0px;
  }
}

.purpose-card__title {
  font-weight: 700;
  font-size: 20px;
}

@media (max-width: 767px) {
  .purpose-card__title {
    font-size: 14px;
  }
}

.purpose-card__text {
  margin-top: 14px;
  font-size: 16px;
  line-height: 1.5;
}

@media (max-width: 767px) {
  .purpose-card__text {
    font-size: 10px;
  }
}

.about-us__more {
  font-size: 28px;
  font-weight: 700;
  width: 60%;
}

@media (max-width: 1087px) {
  .about-us__more {
    font-size: 24px;
  }
}

@media (max-width: 767px) {
  .about-us__more {
    width: 100%;
    font-size: 22px;
  }
}

.about-us__link {
  display: block;
  padding: 20px;
}

.about__modal-background {
  width: 100%;
  height: 100%;
  position: fixed;
  background: #000;
  opacity: 0.6;
  top: 0;
  left: 0;
  z-index: 99;
  display: none;
}

.about__modal-background.is-show {
  display: block;
}

.about__modal {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  max-width: 1088px;
  min-height: 50%;
  max-height: 100%;
  padding: 40px 46px;
  z-index: 100;
  background: #f5f8eb;
  display: none;
}

@media (max-width: 1087px) {
  .about__modal {
    width: 90%;
    height: 80%;
    padding: 38px 36px 20px;
  }
}

@media (max-width: 767px) {
  .about__modal {
    height: 90%;
    padding: 38px 24px 20px;
  }
}

.about__modal.is-show {
  display: block;
}

.about__modal-title {
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  padding-bottom: 24px;
  position: relative;
  color: #707070;
}

@media (max-width: 767px) {
  .about__modal-title {
    font-size: 20px;
    padding-bottom: 18px;
  }
}

.about__modal-title::after {
  content: "";
  width: 155px;
  height: 2px;
  background: #8f9779;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.about__modal-content {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  margin-top: 24px;
  height: calc(100% - 124px - 52px);
  display: flex;
  font-size: 14px;
  background-color: #f5f8eb;
}

.about__modal-content > :first-child {
  margin-top: 0;
}

@media (max-width: 1087px) {
  .about__modal-content {
    margin-top: 60px;
    height: calc(100% - 148px - 52px);
  }
}

@media (max-width: 767px) {
  .about__modal-content {
    display: block;
    margin-top: 38px;
    height: calc(100% - 128px - 52px);
  }
}

.about__modal__img {
  width: 30%;
  padding: 30px 20px;
  text-align: center;
}

@media (max-width: 767px) {
  .about__modal__img {
    width: 100%;
    padding: 5px;
  }
}

.about__modal__img img {
  opacity: 0.8;
  vertical-align: top;
  border-radius: 50%;
  width: 90%;
  height: auto;
}

@media (max-width: 767px) {
  .about__modal__img img {
    width: 50%;
  }
}

.about__modal__text {
  width: 70%;
  margin-top: 8px;
  line-height: 150%;
  padding: 15px 30px;
  position: relative;
}

@media (max-width: 767px) {
  .about__modal__text {
    width: 100%;
    padding: 22px 16px;
  }
}

.about__modal__lead {
  font-weight: 700;
  font-size: 18px;
}

@media (max-width: 767px) {
  .about__modal__lead {
    font-size: 16px;
  }
}

.about__modal-close-button {
  text-align: center;
  margin-top: 24px;
}

@media (max-width: 767px) {
  .about__modal-close-button {
    margin-top: 15px;
  }
}

.member {
  background: #f0f7f4;
  padding: 56px 0 106px;
}

@media (max-width: 767px) {
  .member {
    padding-top: 36px;
    padding-bottom: 80px;
  }
}

.team_items {
  margin: 40px auto 0;
  width: 1040px;
  max-width: 100%;
}

.team__item {
  margin-bottom: 28px;
}

.team__item:last-child {
  margin-bottom: 0;
}

.team-accordion__head {
  margin: 0;
  background: #282828;
  color: #fff;
  padding: 16px 18px;
  position: relative;
  font-size: 18px;
  cursor: pointer;
}

.team-accordion__body {
  margin: 0;
  background-color: rgba(255, 255, 255, 0.5);
  display: none;
}

.team-accordion__body.is-open {
  display: block;
}

.team-accordion__body-in {
  display: flex;
  flex-wrap: wrap;
  padding: 20px 0;
  justify-content: center;
}

.team-accordion__icon {
  width: 16px;
  height: 16px;
  background: transparent url(../img/icons/plus.svg) no-repeat center center/contain;
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
}

.team-accordion__icon.is-open {
  background-image: url(../img/icons/minus.svg);
}

.member-subtitle {
  font-size: 28px;
  padding: 30px 0 10px;
  margin-top: 20px;
  margin-left: 50px;
  position: relative;
  font-weight: 700;
}

.member-subtitle span {
  font-style: italic;
}

@media (max-width: 1087px) {
  .member-subtitle {
    font-size: 24px;
    margin-left: 20px;
  }
}

@media (max-width: 767px) {
  .member-subtitle {
    font-size: 20px;
    margin-left: 20px;
  }
}

.member__items {
  display: flex;
  flex-wrap: wrap;
  margin-top: 10px;
  justify-content: center;
}

.member__item {
  width: calc(18% - 10px * 4 / 5);
  margin-right: 10px;
  margin-top: 10px;
}

@media (max-width: 1087px) {
  .member__item {
    width: calc(48% - 10px * 2 / 3);
  }
  .member__item:nth-child(even) {
    margin-right: 0;
  }
}

@media (max-width: 767px) {
  .member__item {
    width: calc(48% - 10px * 2);
  }
  .member__item:nth-child(even) {
    margin-right: 0;
  }
}

.member-card {
  overflow: hidden;
  background: #fff;
  border-radius: 4px;
  display: block;
  text-decoration: none;
  transition: all 0.3s ease 0s;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
}

.member-card:hover {
  transform: translateY(5px);
}

.member-card:hover:before {
  opacity: 1;
}

.member-card__img {
  text-align: center;
  position: relative;
  transition: filter 0.3s;
}

.member-card__img img {
  vertical-align: bottom;
  object-fit: cover;
  width: 100%;
  object-position: 0 0;
  opacity: 0.9;
}

.member-card__content {
  padding: 5px;
}

.member-card__content a {
  text-decoration: none;
  color: #32292f;
}

.member-card__content a:hover {
  opacity: 0.7;
}

.member-card__title {
  font-weight: 700;
  font-size: 16px;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  text-align: center;
  margin-bottom: 10px;
}

.member-card__title span {
  display: block;
  font-size: 12px;
  font-style: italic;
}

@media (max-width: 767px) {
  .member-card__title {
    font-size: 16px;
  }
  .member-card__title span {
    font-size: 12px;
  }
}

.member-card__text {
  max-width: 260px;
  font-size: 12px;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  text-align: center;
}

@media (max-width: 767px) {
  .member-card__text {
    margin-top: 10px;
    font-size: 10px;
    font-weight: 400;
    text-align: center;
  }
}

.btn-profile {
  margin-top: 10px;
  border: none;
  cursor: pointer;
  width: 100%;
  display: inline-block;
  text-align: center;
  padding: 2px 0 5px;
  background-size: 300% 100%;
  background-color: #8f9779;
}

@media (max-width: 767px) {
  .btn-profile {
    vertical-align: text-bottom;
  }
}

.btn-profile a {
  color: #fff;
  font-weight: 700;
  font-size: 12px;
  display: block;
}

.btn-profile a:hover {
  color: #32292f;
  font-weight: 700;
}

.btn-profile:hover {
  background-image: linear-gradient(to right, #9dc183, #f0f7f4, #8f9779);
}

.draw-border {
  box-shadow: inset 0 0 0 2px #8f9779;
  -webkit-transition: color 0.25s 0.0833333333s;
  transition: color 0.25s 0.0833333333s;
  position: relative;
}

.draw-border::before,
.draw-border::after {
  border: 0 solid transparent;
  box-sizing: border-box;
  content: '';
  pointer-events: none;
  position: absolute;
  width: 0rem;
  height: 0;
  bottom: 0;
  right: 0;
}

.draw-border::before {
  border-bottom-width: 2px;
  border-left-width: 2px;
}

.draw-border::after {
  border-top-width: 2px;
  border-right-width: 2px;
}

.draw-border:hover {
  color: #fff;
}

.draw-border:hover::before,
.draw-border:hover::after {
  border-color: #9dc183;
  -webkit-transition: border-color 0s, width 0.25s, height 0.25s;
  transition: border-color 0s, width 0.25s, height 0.25s;
  width: 100%;
  height: 100%;
}

.draw-border:hover::before {
  -webkit-transition-delay: 0s, 0s, 0.25s;
  transition-delay: 0s, 0s, 0.25s;
}

.draw-border:hover::after {
  -webkit-transition-delay: 0s, 0.25s, 0s;
  transition-delay: 0s, 0.25s, 0s;
}

.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}

.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

.member__modal-background {
  width: 100%;
  height: 100%;
  position: fixed;
  background: #000;
  opacity: 0.6;
  top: 0;
  left: 0;
  z-index: 99;
  display: none;
}

.member__modal-background.is-show {
  display: block;
}

.member__modal {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  max-width: 1088px;
  height: 85vh;
  max-height: 90%;
  padding: 50px 56px;
  z-index: 100;
  background: #f5f8eb;
  display: none;
}

@media (max-width: 1087px) {
  .member__modal {
    width: 90%;
    height: 80%;
    padding: 38px 36px 20px;
  }
}

@media (max-width: 767px) {
  .member__modal {
    width: 90%;
    height: 90%;
    padding: 38px 24px 20px;
  }
}

.member__modal.is-show {
  display: block;
}

.member__modal-title {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  padding-bottom: 24px;
  position: relative;
  color: #707070;
}

@media (max-width: 767px) {
  .member__modal-title {
    font-size: 18px;
    padding-bottom: 18px;
  }
}

.member__modal-title::after {
  content: "";
  width: 155px;
  height: 2px;
  background: #8f9779;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.member__modal-content {
  overflow: auto;
  margin-top: 42px;
  -webkit-overflow-scrolling: touch;
  height: calc(100% - 124px - 52px);
  display: flex;
  font-size: 14px;
  background-color: #f5f8eb;
}

.member__modal-content > :first-child {
  margin-top: 0;
}

@media (max-width: 1087px) {
  .member__modal-content {
    margin-top: 20px;
    height: calc(100% - 148px - 32px);
  }
}

@media (max-width: 767px) {
  .member__modal-content {
    margin-top: 10px;
    display: block;
    height: calc(100% - 128px - 22px);
  }
}

.member-profile__img {
  width: 30%;
  padding: 30px 20px 0px 20px;
  text-align: center;
}

@media (max-width: 767px) {
  .member-profile__img {
    width: 100%;
    padding: 20px 0px 0px;
  }
}

.member-profile__img img {
  opacity: 0.8;
  vertical-align: top;
  border-radius: 5%;
  width: 100%;
}

@media (max-width: 767px) {
  .member-profile__img img {
    width: 50%;
  }
}

.member-profile__img .member__sns {
  display: inline-block;
  transition: .5s;
  margin-top: 10px;
  width: 80%;
}

@media (max-width: 767px) {
  .member-profile__img .member__sns {
    width: 100%;
  }
}

.member-profile__img .member__sns ul {
  padding: 0;
  display: flex;
  justify-content: center;
  list-style: none;
}

.member-profile__img .follow_sns {
  border-radius: 50%;
  position: relative;
  display: inline-block;
  width: 50px;
  height: 50px;
  font-size: 30px;
  text-decoration: none;
  transition: .5s;
  background-color: #444;
  color: #fff;
  margin: 5px;
  padding: 10px;
}

@media (max-width: 767px) {
  .member-profile__img .follow_sns {
    width: 30px;
    height: 30px;
    font-size: 20px;
    margin: 5px;
  }
}

.member-profile__img .follow_sns:hover {
  text-decoration: none;
  transform: scale(1.2, 1.2);
}

.member-profile__img .follow_sns i {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.member-profile__img .fl_tw:hover {
  background: linear-gradient(135deg, #13f1fc 0%, #0470dc 100%);
}

.member-profile__img .fl_ig:hover {
  background: -webkit-linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
  background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
}

.member-profile__img .fl_fb:hover {
  background: -webkit-linear-gradient(top, #5c80c6 0%, #34528c 74%);
  background: linear-gradient(to bottom, #5c80c6 0%, #34528c 74%);
}

.member-profile__img .fl_blog:hover {
  background: -webkit-linear-gradient(top, #9f98e8 0%, #9eabe4 74%);
  background: linear-gradient(to bottom, #aff6cf 0%, #77eed8 74%);
}

.member-profile__text {
  padding: 30px 20px;
  width: 70%;
}

@media (max-width: 767px) {
  .member-profile__text {
    width: 100%;
    padding: 10px;
  }
}

.member-profile__text dl dt {
  font-weight: 700;
  float: left;
}

.member-profile__text dl dt:after {
  content: "：";
}

.member-profile__text dl dd {
  margin-bottom: 1em;
}

.member__modal-close-button {
  text-align: center;
  margin-top: 28px;
}

.member-bottom {
  background: #dfe7c9;
}

.member-bottom:hover {
  background: linear-gradient(45deg, #9dc183, #e1e9eb, #9dc183);
}

.member-bottom__content {
  padding: 30px 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1088px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 767px) {
  .member-bottom__content {
    padding: 30px;
    display: block;
    text-align: center;
  }
}

.member-bottom__lead {
  font-size: 20px;
  font-weight: 700;
  margin-top: 10px;
  padding: 20px;
  position: relative;
  text-align: left;
}

@media (max-width: 1087px) {
  .member-bottom__lead {
    font-size: 18px;
    padding-bottom: 28px;
  }
}

@media (max-width: 767px) {
  .member-bottom__lead {
    font-size: 16px;
    padding-bottom: 16px;
    text-align: center;
  }
}

.member-bottom__button {
  padding: 20px;
}

.lesson {
  padding: 56px 0 142px;
  background: #f0f7f4;
}

@media (max-width: 767px) {
  .lesson {
    padding-top: 36px;
    padding-bottom: 40px;
  }
}

.tab__nav {
  margin-top: 80px;
  overflow: auto;
}

@media (max-width: 767px) {
  .tab__nav {
    border-width: 2px;
    margin-top: 10px;
  }
}

.tab__nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: flex-end;
  justify-content: space-around;
  flex-wrap: wrap;
}

.tab__nav ul li a,
.tab__nav ul li span {
  text-decoration: none;
  color: #32292f;
  border-radius: 3px;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  width: 170px;
  max-width: 100%;
  display: block;
  border: 3px solid #333;
  padding: 7px 5px;
  transition: all 0.3s ease 0s;
  cursor: pointer;
}

@media (max-width: 1087px) {
  .tab__nav ul li a,
  .tab__nav ul li span {
    width: 200px;
    margin-bottom: 10px;
    font-size: 15px;
  }
}

@media (max-width: 767px) {
  .tab__nav ul li a,
  .tab__nav ul li span {
    width: 150px;
    border-width: 2px;
    padding: 12px;
    font-size: 14px;
  }
}

.tab__nav ul li a.is-active,
.tab__nav ul li span.is-active {
  font-size: 17px;
  width: 180px;
  padding-top: 15px;
  padding-bottom: 15px;
  color: #fff;
  background: #333;
}

@media (max-width: 1087px) {
  .tab__nav ul li a.is-active,
  .tab__nav ul li span.is-active {
    width: 210px;
    font-size: 15px;
  }
}

@media (max-width: 767px) {
  .tab__nav ul li a.is-active,
  .tab__nav ul li span.is-active {
    width: 160px;
    padding: 13px;
    font-size: 14px;
  }
}

.tab__nav ul li a:hover,
.tab__nav ul li span:hover {
  color: #fff;
  background: #333;
}

.tab-item {
  padding: 30px;
  display: none;
  background: #fff;
  margin: 30px 15px;
}

.tab-item.is-active {
  display: block;
}

@media (max-width: 767px) {
  .tab-item {
    padding-top: 0px;
  }
}

.tab-item__lead {
  text-align: center;
}

.tab-item__lead span {
  font-size: 20px;
  font-weight: 700;
  padding: 0 30px;
  display: inline-block;
  position: relative;
}

.tab-item__lead span::before, .tab-item__lead span::after {
  content: "";
  position: absolute;
  width: 3px;
  height: 32px;
  background: #32292f;
  top: 50%;
  transform: translateY(-50%);
}

.tab-item__lead span::before {
  left: 0;
  transform: translateY(-50%) rotate(-10deg);
}

.tab-item__lead span::after {
  right: 0;
  transform: translateY(-50%) rotate(10deg);
}

.tab-item__body {
  display: flex;
  margin-top: 20px;
  font-size: 14px;
}

@media (max-width: 1087px) {
  .tab-item__body {
    display: block;
  }
}

@media (max-width: 767px) {
  .tab-item__body {
    display: block;
  }
}

.tab-item__img {
  width: 40%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.tab-item__img img {
  width: 100%;
  height: auto;
}

@media (max-width: 1087px) {
  .tab-item__img {
    width: 80%;
    padding: 20px;
    margin: auto;
  }
}

@media (max-width: 767px) {
  .tab-item__img {
    width: 100%;
    text-align: center;
    padding: 20px 0 0;
  }
}

.tab-item__content {
  width: 60%;
  margin-left: auto;
  padding: 0 0 0 28px;
}

@media (max-width: 1087px) {
  .tab-item__content {
    padding-right: 0px;
    margin-top: 0px;
    width: 100%;
  }
}

@media (max-width: 767px) {
  .tab-item__content {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    margin-top: 20px;
  }
}

.tab-item__title {
  font-size: 18px;
  font-weight: 700;
}

@media (max-width: 767px) {
  .tab-item__title {
    font-size: 16px;
  }
}

.tab-item__info {
  margin-top: 10px;
  margin-bottom: 20px;
  line-height: 1.625;
}

.tab-item__info:last-child {
  margin-bottom: 0px;
}

@media (max-width: 767px) {
  .tab-item__info {
    font-size: 14px;
  }
}

.tab-item__links {
  margin-top: 20px;
  text-align: center;
}

.tab-item__link {
  display: inline-block;
  text-align: center;
  padding: 20px;
}

@media (max-width: 1087px) {
  .tab-item__link {
    font-size: 28px;
    padding: 10px;
  }
}

@media (max-width: 767px) {
  .tab-item__link {
    font-size: 16px;
    padding: 5px;
  }
}

.lesson__modal-background {
  width: 100%;
  height: 100%;
  position: fixed;
  background: #000;
  opacity: 0.6;
  top: 0;
  left: 0;
  z-index: 99;
  display: none;
}

.lesson__modal-background.is-show {
  display: block;
}

.lesson__modal {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 70%;
  max-width: 1088px;
  height: 80%;
  max-height: 90%;
  padding: 50px 26px;
  z-index: 100;
  background: #f5f8eb;
  display: none;
}

@media (max-width: 1087px) {
  .lesson__modal {
    width: 90%;
    height: 80%;
    padding: 36px 0 10px;
  }
}

@media (max-width: 767px) {
  .lesson__modal {
    width: 90%;
    height: 90%;
    padding: 20px;
  }
}

.lesson__modal.is-show {
  display: block;
}

.lesson__modal-title {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  padding-bottom: 24px;
  position: relative;
  color: #707070;
}

@media (max-width: 767px) {
  .lesson__modal-title {
    font-size: 18px;
    padding-bottom: 18px;
  }
}

.lesson__modal-title::after {
  content: "";
  width: 155px;
  height: 2px;
  background: #8f9779;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.lesson__modal-content {
  overflow: auto;
  margin-top: 42px;
  -webkit-overflow-scrolling: touch;
  height: calc(100% - 124px - 52px);
  display: flex;
  flex-wrap: wrap;
}

.lesson__modal-content > :first-child {
  margin-top: 0;
}

@media (max-width: 1087px) {
  .lesson__modal-content {
    margin-top: 20px;
    height: calc(100% - 148px - 32px);
  }
}

@media (max-width: 767px) {
  .lesson__modal-content {
    margin-top: 10px;
    display: block;
    height: calc(100% - 128px - 22px);
  }
}

.lesson__modal-lead {
  font-weight: 700;
  font-size: 16px;
  text-align: left;
  padding: 30px 0 20px;
  color: #707070;
}

@media (max-width: 767px) {
  .lesson__modal-lead {
    font-size: 14px;
  }
}

.lesson__modal-close-button {
  text-align: center;
  margin-top: 24px;
}

.table__price {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 1087px) {
  .table__price {
    width: 90%;
  }
}

@media (max-width: 767px) {
  .table__price {
    width: 100%;
  }
}

.table-default {
  width: 70%;
  border-collapse: collapse;
  border: 1px solid #707070;
  background: #fff;
  table-layout: fixed;
  margin-left: auto;
  margin-right: auto;
  font-size: 14px;
}

@media (max-width: 767px) {
  .table-default {
    font-size: 12px;
  }
}

.table-default th,
.table-default td {
  padding: 12px 16px;
  border: 1px solid #707070;
  vertical-align: middle;
  text-align: center;
}

@media (max-width: 767px) {
  .table-default th,
  .table-default td {
    padding: 3px;
  }
}

.table-default th .small,
.table-default td .small {
  font-size: 13px;
}

.table-default th {
  text-align: center;
  background: #999;
  font-weight: 700;
  color: #fff;
}

.table-default th:first-child {
  width: 158px;
}

@media (max-width: 1087px) {
  .table-default th:first-child {
    width: 100px;
  }
}

@media (max-width: 767px) {
  .table-default th:first-child {
    width: 60px;
  }
}

.table__attention {
  margin-top: 30px;
  margin-bottom: 20px;
  font-size: 13px;
  background-color: #fff;
  padding: 20px;
}

@media (max-width: 767px) {
  .table__attention {
    font-size: 12px;
  }
}

.table__attention a {
  color: #32292f;
  transition: all 0.3s ease 0s;
}

.gallery {
  padding: 56px 0 142px;
  background: #f0f7f4;
}

@media (max-width: 767px) {
  .gallery {
    padding: 48px 30px 40px 30px;
  }
}

.gallery__container {
  width: 100%;
  padding: 10px;
  overflow: hidden;
  margin-top: 20px;
}

#slidy-container {
  width: 80%;
  overflow: hidden;
  margin: 0 auto;
  box-shadow: 0px 0px 15px #666;
  -webkit-box-shadow: 0px 0px 15px #666;
  -moz-box-shadow: 0px 0px 15px #666;
  border: 10px solid #fff;
}

@media (max-width: 767px) {
  #slidy-container {
    width: 100%;
  }
}

.news {
  padding: 56px 0 142px;
  background: #f0f7f4;
}

@media (max-width: 767px) {
  .news {
    padding: 48px 30px 40px 30px;
  }
}

.news__items {
  margin: 70px auto 0;
  width: 844px;
  max-width: 100%;
}

@media (max-width: 767px) {
  .news__items {
    margin-top: 38px;
  }
}

.news__item {
  border-bottom: 1px solid #8f9779;
}

.news__item:last-child {
  border: none;
}

.info {
  padding: 16px 6px;
  display: flex;
}

@media (max-width: 767px) {
  .info {
    display: block;
    padding: 12px 0;
  }
}

.info__meta {
  display: flex;
  width: 245px;
  padding-top: 2px;
}

@media (max-width: 767px) {
  .info__meta {
    width: 100%;
    padding-top: 0;
  }
}

.info__published {
  width: 115px;
  display: inline-block;
  padding-top: 3px;
}

@media (max-width: 767px) {
  .info__published {
    width: auto;
  }
}

.info__label {
  width: 100px;
  height: 30px;
  display: inline-block;
  font-weight: 700;
  text-align: center;
  padding: 3px 18px;
  color: #fff;
  background: #9dc183;
  border-radius: 6px;
  text-decoration: none;
  transition: all 0.3s ease 0s;
}

@media (max-width: 767px) {
  .info__label {
    width: auto;
    margin-left: auto;
  }
}

.info__label.info__label--type01 {
  background: #8f9779;
  text-decoration: none;
}

.info__label.info__label--type02 {
  background: #282828;
  text-decoration: none;
}

.info__title {
  line-height: 1.625;
  width: calc(100% - 115px - 130px);
}

@media (max-width: 767px) {
  .info__title {
    width: 100%;
    margin-top: 6px;
  }
}

.info__title a {
  text-decoration: none;
  color: #32292f;
  transition: all 0.3s ease 0s;
}

.info__title a:hover {
  opacity: 0.6;
}

.news__link {
  text-align: center;
  margin-top: 14px;
  font-weight: 700;
}

.news__link a {
  text-decoration: none;
  color: #fff;
  transition: all 0.3s ease 0s;
  font-weight: 700;
}

.news__link a:hover {
  opacity: 0.6;
}

.newsh {
  padding: 56px 0 146px;
  background-image: url(../img/bg.jpg);
  color: #fff;
}

@media (max-width: 767px) {
  .newsh {
    padding: 56px 0 76px;
  }
}

.newsh-title {
  font-size: 42px;
  position: relative;
  padding: 1.5rem;
  text-align: center;
  letter-spacing: 0.1em;
  font-weight: 700;
}

.newsh-title::before {
  position: absolute;
  bottom: 0px;
  left: calc(50% - 30px);
  width: 60px;
  height: 5px;
  content: '';
  border-radius: 3px;
  background: #fff;
}

@media (max-width: 767px) {
  .newsh-title::before {
    width: 48px;
  }
}

@media (max-width: 1087px) {
  .newsh-title {
    font-size: 32px;
    padding-bottom: 28px;
  }
}

@media (max-width: 767px) {
  .newsh-title {
    font-size: 24px;
    padding-bottom: 16px;
  }
}

.newsh__items {
  margin: 70px auto 0;
  width: 844px;
  max-width: 100%;
}

@media (max-width: 767px) {
  .newsh__items {
    margin-top: 38px;
  }
}

.newsh__item {
  border-bottom: 1px solid #8f9779;
}

.newsh__item:last-child {
  border: none;
}

.infoh {
  padding: 16px 6px;
  display: flex;
}

@media (max-width: 767px) {
  .infoh {
    display: block;
    padding: 12px 0;
  }
}

.infoh__meta {
  display: flex;
  width: 245px;
  padding-top: 2px;
}

@media (max-width: 767px) {
  .infoh__meta {
    width: 100%;
    padding-top: 0;
  }
}

.infoh__published {
  width: 115px;
  display: inline-block;
  padding-top: 3px;
}

@media (max-width: 767px) {
  .infoh__published {
    width: auto;
  }
}

.infoh__label {
  width: 100px;
  height: 30px;
  display: inline-block;
  font-weight: 700;
  text-align: center;
  padding: 3px 18px;
  color: #fff;
  background: #9dc183;
  border-radius: 6px;
  text-decoration: none;
  transition: all 0.3s ease 0s;
}

@media (max-width: 767px) {
  .infoh__label {
    width: auto;
    margin-left: auto;
  }
}

.infoh__label.info__label--type01 {
  background: #8f9779;
  text-decoration: none;
}

.infoh__label.info__label--type02 {
  background: #282828;
  text-decoration: none;
}

.infoh__title {
  line-height: 1.625;
  width: calc(100% - 115px - 130px);
}

@media (max-width: 767px) {
  .infoh__title {
    width: 100%;
    margin-top: 6px;
  }
}

.infoh__title a {
  text-decoration: none;
  color: #fff;
  transition: all 0.3s ease 0s;
}

.infoh__title a:hover {
  opacity: 0.6;
}

.newsp-link {
  text-align: center;
  margin-top: 14px;
}

.newsp-link a {
  text-decoration: none;
  color: #9dc183;
  transition: all 0.3s ease 0s;
  font-weight: 900;
}

.newsp-link a:hover {
  opacity: 0.6;
}

.newsp-link a::after {
  content: "";
  width: 7px;
  height: 11px;
  display: inline-block;
  margin-left: 6px;
  vertical-align: middle;
  margin-top: -1px;
  background: transparent url(../image/news-arrow.svg) no-repeat center center/contain;
}

.qa {
  padding: 30px 0 100px;
  background: #fff;
}

@media (max-width: 767px) {
  .qa {
    padding-top: 10px;
    padding-bottom: 80px;
  }
}

.qa_items {
  margin: 40px auto 0;
  width: 900px;
  max-width: 100%;
}

.qa__item {
  margin-bottom: 28px;
}

.qa__item:last-child {
  margin-bottom: 0;
}

.accordion__head {
  margin: 0;
  background: #8f9779;
  color: #fff;
  padding: 16px 56px;
  position: relative;
  font-size: 18px;
  cursor: pointer;
}

.accordion__head::before {
  content: "Q";
  position: absolute;
  left: 22px;
  font-weight: 700;
  color: #fff;
  top: 18px;
}

.accordion__body {
  margin: 0;
  background: #fff;
  display: none;
  border: 1px solid #8f9779;
}

.accordion__body-in {
  padding: 20px 56px 30px;
  line-height: 1.61111;
  color: #8f9779;
  position: relative;
  font-size: 18px;
}

@media (max-width: 767px) {
  .accordion__body-in {
    padding-right: 22px;
  }
}

.accordion__body-in::before {
  content: "A";
  position: absolute;
  left: 22px;
  font-weight: 700;
  top: 24px;
}

.accordion__icon {
  width: 16px;
  height: 16px;
  background: transparent url(../img/icons/plus.svg) no-repeat center center/contain;
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
}

.accordion__icon.is-open {
  background-image: url(../img/icons/minus.svg);
}

.process__items {
  display: flex;
  flex-wrap: wrap;
}

.process__item {
  width: calc(33.33333333% - 30px * 2 / 3);
  margin-right: 30px;
  margin-top: 20px;
}

.process__item:nth-child(3n) {
  margin-right: 0;
}

@media (max-width: 1087px) {
  .process__item {
    width: calc(50% - 24px / 2);
    margin-right: 24px;
  }
  .process__item:nth-child(3n) {
    margin-right: 24px;
  }
  .process__item:nth-child(2n) {
    margin-right: 0;
  }
}

@media (max-width: 767px) {
  .process__item {
    width: 100%;
    margin-right: 0;
  }
  .process__item:nth-child(3n) {
    margin-right: 0;
  }
}

.process-card {
  padding: 16px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  background: #fff;
  border-radius: 6px;
  text-decoration: none;
}

.process-card__img {
  position: relative;
  text-align: center;
  padding: 10px;
}

.process-card__img img {
  opacity: 0.5;
  width: 20%;
}

@media (max-width: 767px) {
  .process-card__img {
    display: none;
  }
}

.process-card__content {
  padding: 16px 0 20px;
  font-size: 14px;
}

@media (max-width: 767px) {
  .process-card__content {
    padding: 0;
  }
}

.process-card__title {
  font-weight: 700;
  color: #8f9779;
}

.process-card__text {
  margin-top: 14px;
  line-height: 1.5;
}

.contact {
  padding: 56px 0 84px;
}

@media (max-width: 767px) {
  .contact {
    padding-top: 36px;
    padding-bottom: 80px;
  }
}

.contact-subtitle {
  font-size: 28px;
  margin-top: 20px;
  font-weight: 700;
}

@media (max-width: 1087px) {
  .contact-subtitle {
    font-size: 24px;
  }
}

@media (max-width: 767px) {
  .contact-subtitle {
    font-size: 20px;
  }
}

.contact__item {
  margin: 30px auto 0;
  padding: 38px 48px 60px;
  background: #fff;
  width: 720px;
  max-width: 100%;
}

@media (max-width: 767px) {
  .contact__item {
    padding: 24px 16px;
    margin-top: 26px;
  }
}

.contact__controls {
  margin: 0;
}

.contact__control {
  margin-bottom: 28px;
  display: flex;
}

@media (max-width: 767px) {
  .contact__control {
    display: block;
    margin-bottom: 20px;
  }
}

.contact__control:last-child {
  margin-bottom: 0;
}

.contact__control dt {
  width: 180px;
  margin: 0;
}

@media (max-width: 767px) {
  .contact__control dt {
    width: 100%;
    padding-top: 0;
  }
}

.contact__control dd {
  flex-grow: 1;
  padding: 0;
  margin: 0;
}

@media (max-width: 767px) {
  .contact__control dd {
    width: 100%;
    margin-top: 8px;
  }
}

.contact__label {
  font-size: 18px;
  font-weight: 700;
}

@media (max-width: 767px) {
  .contact__label {
    font-size: 16px;
    display: inline-block;
  }
}

.contact__label--required {
  position: relative;
}

@media (max-width: 767px) {
  .contact__label--required {
    padding-right: 54px;
  }
}

.contact__label--required::after {
  content: "必須";
  position: absolute;
  background: #9dc183;
  border-radius: 12px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  padding: 1px 8px;
  width: 46px;
  display: block;
  top: calc(100% + 6px);
  left: 0;
}

@media (max-width: 767px) {
  .contact__label--required::after {
    top: 50%;
    left: auto;
    right: 0;
    transform: translateY(-50%);
  }
}

.contact__required {
  background: #9dc183;
  border-radius: 12px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  padding: 1px 8px;
  width: 46px;
  display: block;
  margin-top: 6px;
}

.contact__radio {
  margin-top: 40px;
  padding: 0 10px;
}

@media (max-width: 767px) {
  .contact__radio {
    margin-top: 26px;
  }
}

.contact__radio-item {
  margin-right: 26px;
}

.contact__radio-item:last-child {
  margin-right: 0;
}

@media (max-width: 767px) {
  .contact__radio-item {
    margin-bottom: 16px;
    margin-right: 0;
    display: block;
  }
}

.contact__check {
  margin-top: 46px;
  text-align: center;
}

@media (max-width: 767px) {
  .contact__check {
    margin-top: 24px;
  }
}

.contact__check a {
  color: #32292f;
  transition: all 0.3s ease 0s;
}

.contact__check a:hover {
  opacity: 0.6;
}

.contact__submit {
  margin-top: 30px;
  text-align: center;
}

.form-input {
  width: 100%;
  border: 1px solid #707070;
  padding: 16px 16px;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent;
  background-image: none;
  border-radius: 0;
  color: inherit;
  font-family: inherit;
  font-size: 1em;
}

@media (max-width: 767px) {
  .form-input {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

.form-textarea {
  width: 100%;
  height: 240px;
  border: 1px solid #707070;
  resize: none;
  padding: 10px 16px;
  line-height: 1.625;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent;
  background-image: none;
  border-radius: 0;
  color: inherit;
  font-family: inherit;
  font-size: 1em;
}

@media (max-width: 767px) {
  .form-textarea {
    height: 180px;
  }
}

.form-button {
  -webkit-appearance: none;
  background: #8f9779 url(../img/icons/arrow-right.png) no-repeat center right 18px/13px 20px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  border: none;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
  min-width: 250px;
  padding: 13px 58px 12px;
  font-size: 20px;
  border-radius: 12px;
  font-weight: 700;
  transition: opacity 0.3s ease 0s;
  margin-bottom: 30px;
}

.form-button:hover {
  opacity: 0.6;
}

@media (max-width: 767px) {
  .form-button {
    min-width: initial;
    max-width: 100%;
    width: 260px;
  }
}

.contact__description {
  margin-top: 24px;
  margin-bottom: 34px;
}

.contact__description ul {
  margin-left: 10%;
}

.contact__description a {
  color: #9dc183;
}

.contact__description a:hover {
  opacity: 0.7;
}

.contact__attention-wrap {
  padding: 20px 0;
  background: #f5f8eb;
}

.contact__attention {
  padding: 10px;
}

.contact__attention span {
  font-size: 12px;
}

@media (max-width: 767px) {
  .contact__attention {
    font-size: 13px;
  }
}

.contact__line {
  text-align: center;
  margin-bottom: 30px;
  padding: 20px;
}

.contact__sns ul {
  display: flex;
  justify-content: center;
  list-style: none;
  padding: 0;
  margin: 0;
  margin-top: 20px;
}

@media (max-width: 767px) {
  .contact__sns ul {
    justify-content: center;
  }
}

.contact__sns ul li {
  margin-right: 16px;
}

.contact__sns ul li:last-child {
  margin-right: 0;
}

.contact__sns ul li a {
  text-decoration: none;
  transition: all 0.3s ease 0s;
}

.contact__sns ul li a:hover {
  opacity: 0.6;
  transform: scale(1.2, 1.2);
}

.contact__sns-icon {
  display: inline-block;
  font-size: 35px;
  text-decoration: none;
  transition: .5s;
  color: #32292f;
}

.contact__sns-icon .fa-instagram, .contact__sns-icon .fa-line {
  font-size: 38px;
}

.contact__sns-icon .fa-twitter:hover {
  color: #55acee;
}

.contact__sns-icon .fa-instagram:hover {
  color: #c6529a;
}

.contact__sns-icon .fa-facebook-f:hover {
  color: #3b5998;
}

.contact__sns-icon .fa-line:hover {
  color: #32CD32;
}

.contact__sns-icon .fa-youtube:hover {
  color: #FF0000;
}

.contact__modal {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  max-width: 1088px;
  height: 80%;
  max-height: 90%;
  padding: 50px 56px;
  z-index: 100;
  background: #f5f8eb;
  display: none;
}

@media (max-width: 1087px) {
  .contact__modal {
    width: 90%;
    height: 80%;
    padding: 38px 36px 20px;
  }
}

@media (max-width: 767px) {
  .contact__modal {
    height: 90%;
    padding: 38px 24px 20px;
  }
}

.contact__modal.is-show {
  display: block;
}

.contact__modal-title {
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  padding-bottom: 24px;
  position: relative;
  color: #707070;
}

.contact__modal-title::after {
  content: "";
  width: 155px;
  height: 2px;
  background: #8f9779;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.contact__modal-content {
  overflow: auto;
  margin-top: 42px;
  height: calc(100% - 124px - 52px);
  background: #fff;
  padding: 20px 20px 0 0;
}

.contact__modal-content > :first-child {
  margin-top: 0;
}

@media (max-width: 1087px) {
  .contact__modal-content {
    margin-top: 60px;
    height: calc(100% - 148px - 52px);
  }
}

@media (max-width: 767px) {
  .contact__modal-content {
    margin-top: 38px;
    height: calc(100% - 128px - 52px);
  }
}

.contact__modal-head {
  font-size: 20px;
  padding: 0 0 0 28px;
  position: relative;
  font-weight: 700;
  margin-top: 52px;
}

@media (max-width: 767px) {
  .contact__modal-head {
    margin-top: 32px;
  }
}

.contact__modal-text {
  padding: 0 0 0 28px;
  margin-top: 8px;
  line-height: 200%;
}

@media (max-width: 767px) {
  .contact__modal-text {
    font-size: 13px;
  }
}

.contact__modal-close-button {
  text-align: center;
  margin-top: 24px;
}

.contact__modal-background {
  width: 100%;
  height: 100%;
  position: fixed;
  background: #000;
  opacity: 0.6;
  top: 0;
  left: 0;
  z-index: 99;
  display: none;
}

.contact__modal-background.is-show {
  display: block;
}

.privacy {
  padding: 56px 0 84px;
}

@media (max-width: 767px) {
  .privacy {
    padding-top: 36px;
    padding-bottom: 80px;
  }
}

.privacy-subtitle {
  font-size: 28px;
  margin-top: 20px;
  font-weight: 700;
}

@media (max-width: 1087px) {
  .privacy-subtitle {
    font-size: 24px;
  }
}

@media (max-width: 767px) {
  .privacy-subtitle {
    font-size: 20px;
  }
}

.privacy__content {
  margin: 30px auto 0;
  padding: 38px 48px 60px;
  background: #fff;
  width: 720px;
  max-width: 100%;
}

@media (max-width: 767px) {
  .privacy__content {
    padding: 24px 16px;
    margin-top: 26px;
  }
}

.privacy__description {
  margin-top: 24px;
  margin-bottom: 34px;
}

.privacy__description ul {
  margin-left: 10%;
}

.privacy__description a {
  color: #9dc183;
}

.privacy__description a:hover {
  opacity: 0.7;
}

.footer {
  padding: 72px 0 30px;
  background: linear-gradient(to bottom, #333, #282828);
}

@media (max-width: 767px) {
  .footer {
    padding-top: 62px;
    padding-bottom: 24px;
  }
}

.footer__contents {
  display: flex;
}

@media (max-width: 767px) {
  .footer__contents {
    display: block;
  }
}

.footer__left {
  width: 50%;
  padding: 10px 50px;
}

@media (max-width: 1087px) {
  .footer__left {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .footer__left {
    width: 100%;
    margin-top: 0px;
    padding: 0;
  }
}

.footer__right {
  width: 50%;
  padding: 10px 50px;
}

@media (max-width: 1087px) {
  .footer__right {
    padding-right: 50px;
  }
}

@media (max-width: 767px) {
  .footer__right {
    width: 100%;
    margin-top: 24px;
    padding: 0;
  }
}

.footer__info {
  color: #fff;
  font-size: 14px;
}

@media (max-width: 767px) {
  .footer__info {
    font-size: 14px;
  }
}

.footer__info p {
  text-align: left;
  line-height: 2;
}

@media (max-width: 767px) {
  .footer__info p {
    margin-bottom: 6px;
    text-align: center;
  }
}

.footer__info p:last-child {
  margin-bottom: 0;
}

.footer__info a {
  color: #fff;
  text-decoration: none;
  transition: all 0.3s ease 0s;
}

.footer__info a:hover {
  opacity: 0.6;
}

.footer__nav {
  margin-top: 50px;
  padding: 10px 50px;
}

@media (max-width: 767px) {
  .footer__nav {
    padding: 10px;
  }
}

.footer__nav ul {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .footer__nav ul {
    flex-wrap: wrap;
    justify-content: center;
    padding: 10px;
  }
}

.footer__nav ul li {
  margin-right: 30px;
  margin-bottom: 12px;
}

.footer__nav ul li:last-child {
  margin-right: 0;
}

.footer__nav ul li a {
  color: #fff;
  text-decoration: none;
  transition: all 0.3s ease 0s;
}

.footer__nav ul li a:hover {
  opacity: 0.6;
}

@media (max-width: 767px) {
  .footer__nav ul li:nth-child(3n) {
    margin-right: 0;
  }
}

.footer__nav ul li .nav-en {
  display: block;
  color: #fff;
  font-size: 10px;
  text-align: center;
}

.footer_sns ul {
  display: flex;
  justify-content: flex-end;
  list-style: none;
  padding: 0;
  margin: 0;
}

@media (max-width: 767px) {
  .footer_sns ul {
    justify-content: center;
    margin-bottom: 20px;
  }
}

.footer_sns ul li {
  margin-right: 16px;
}

.footer_sns ul li:last-child {
  margin-right: 0;
}

.footer_sns ul li a {
  text-decoration: none;
  transition: all 0.3s ease 0s;
}

.footer_sns ul li a:hover {
  opacity: 0.6;
  transform: scale(1.2, 1.2);
}

.footer__sns-icon {
  display: inline-block;
  font-size: 35px;
  text-decoration: none;
  transition: .5s;
  color: #fff;
}

.footer__sns-icon .fa-instagram {
  font-size: 38px;
}

.footer__sns-icon .fa-twitter:hover {
  color: #55acee;
}

.footer__sns-icon .fa-instagram:hover {
  color: #c6529a;
}

.footer__sns-icon .fa-facebook-f:hover {
  color: #3b5998;
}

.footer__sns-icon .fa-youtube:hover {
  color: #FF0000;
}

.footer__copy {
  margin-top: 86px;
  text-align: center;
  color: #fff;
  font-size: 14px;
}

@media (max-width: 767px) {
  .footer__copy {
    margin-top: 50px;
  }
}
