@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@500&family=Noto+Sans+JP:wght@400;700&display=swap");
* {
  box-sizing: border-box;
}

body {
  min-width: 100%;
  width: 100%;
  font-size: 14px;
  line-height: 2.2;
  overflow-x: hidden;
  letter-spacing: 0.05em;
  -webkit-font-smoothing: antialiased;
}
@media screen and (max-width: 640px) {
  body {
    line-height: 2;
  }
}

.main {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  color: #050505;
  padding: 0;
  margin: 0 auto;
  overflow: hidden;
}

h1, h2, h3, h4 {
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.7;
  font-weight: 400;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 640px) {
  h1, h2, h3, h4 {
    line-height: 1.6;
  }
}

.lq {
  display: block;
}
@media screen and (max-width: 950px) {
  .lq {
    display: none;
  }
}

.mq {
  display: none;
}
@media screen and (max-width: 950px) {
  .mq {
    display: block;
  }
}
@media screen and (max-width: 640px) {
  .mq {
    display: none;
  }
}

.sq {
  display: none;
}
@media screen and (max-width: 640px) {
  .sq {
    display: block;
  }
}

.sqnone {
  display: block;
}
@media screen and (max-width: 640px) {
  .sqnone {
    display: none;
  }
}

.mqnone {
  display: block;
}
@media screen and (max-width: 950px) {
  .mqnone {
    display: none;
  }
}

.mqsq {
  display: none;
}
@media screen and (max-width: 950px) {
  .mqsq {
    display: block;
  }
}
@media screen and (max-width: 640px) {
  .mqsq {
    display: block;
  }
}

.mt-10 {
  margin-top: 10px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-30 {
  margin-bottom: 30px;
}

ol, ul {
  list-style: none;
  padding: 0px;
  margin: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  text-decoration: none;
  outline: none;
  color: #050505;
}
a:hover {
  text-decoration: none;
}

.clearfix {
  zoom: 1;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

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

.main {
  margin: 106px auto 0;
}
@media screen and (max-width: 640px) {
  .main {
    margin: 0 auto 0;
  }
}

/***************************************************************
| CONTAINER
***************************************************************/
.container {
  width: 90%;
  max-width: 1024px;
  margin: 0 auto;
  box-sizing: border-box;
}
@media screen and (max-width: 640px) {
  .container {
    width: 90%;
  }
}

.container-s {
  width: 90%;
  max-width: 850px;
  margin: 0 auto;
  box-sizing: border-box;
}

/***************************************************************
| header
***************************************************************/
.header {
  width: 100%;
  margin: 0 auto;
  z-index: 100;
  position: fixed;
  background: #fff;
  top: 0;
}
@media screen and (max-width: 640px) {
  .header {
    background: inherit;
    position: static;
  }
}
.header-inr {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1350px;
  margin: 0 auto;
  padding: 20px 20px;
}
@media screen and (max-width: 640px) {
  .header-inr {
    padding: 15px 10px;
  }
}
.header-item {
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
}
.header-desc {
  display: flex;
  align-items: center;
}
.header-tel .ttl {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0;
}
@media screen and (max-width: 950px) {
  .header-tel .ttl {
    font-size: 12px;
  }
}
.header-tel .tel {
  font-size: 18px;
  font-weight: 700;
  color: #39B4A0;
  pointer-events: initial;
  letter-spacing: 0;
  display: block;
}
@media screen and (max-width: 950px) {
  .header-tel .tel {
    font-size: 12px;
  }
}
.header-tel .note {
  font-size: 10px;
  letter-spacing: 0;
}
.header-logo {
  max-width: 114px;
  width: 30%;
  margin-right: 20px;
}
@media screen and (max-width: 950px) {
  .header-logo {
    margin-right: 10px;
  }
}
@media screen and (max-width: 640px) {
  .header-logo {
    width: 80%;
    margin-right: 0;
  }
}
.header-logo a {
  transition: 0.3s;
  display: block;
}
.header-logo a:hover {
  opacity: 0.8;
}
.header-time {
  font-size: 12px;
  margin-left: 30px;
}
@media screen and (max-width: 950px) {
  .header-time {
    margin-left: 10px;
  }
}
@media screen and (max-width: 640px) {
  .header-time {
    margin: 30px auto 0;
    width: 90%;
  }
}
.header-time .item {
  display: flex;
}
@media screen and (max-width: 640px) {
  .header-time .item {
    align-items: baseline;
  }
}
.header-time .item:first-child {
  margin-bottom: 8px;
}
.header-time .ttl {
  line-height: 1;
  padding: 7px 10px;
  text-align: center;
  color: #39B4A0;
  border: 1px solid #39B4A0;
}
@media screen and (max-width: 950px) {
  .header-time .ttl {
    padding: 7px 5px;
  }
}
.header-time .txt {
  margin-left: 10px;
}
@media screen and (max-width: 640px) {
  .header-time .txt {
    flex: 1;
  }
}

/*------------
G-navi
--------------*/
.humberger {
  cursor: pointer;
  display: block;
  width: 65px;
  height: 65px;
  display: flex;
  align-items: center;
  transition: 0.5s;
  z-index: 150;
  position: absolute;
  top: 25px;
  border-radius: 50%;
  right: 90px;
  z-index: 9999;
  background-color: #E5A726;
}
@media screen and (max-width: 950px) {
  .humberger {
    width: 50px;
    height: 50px;
    right: 10px;
  }
}
@media screen and (max-width: 640px) {
  .humberger {
    position: fixed;
    top: 10px;
  }
}
.humberger span {
  background: #fff;
  position: absolute;
  width: 30px;
  height: 1px;
  transition: 0.4s;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 950px) {
  .humberger span {
    width: 20px;
  }
}
.humberger span:nth-of-type(1) {
  top: 37%;
}
.humberger span:nth-of-type(2) {
  top: 50%;
}
.humberger span:nth-of-type(3) {
  bottom: 34%;
}
.humberger.is-open span:nth-of-type(1) {
  top: 48%;
  transform: translateX(-50%) rotate(45deg);
}
.humberger.is-open span:nth-of-type(2) {
  display: none;
}
.humberger.is-open span:nth-of-type(3) {
  top: 48%;
  transform: translateX(-50%) rotate(-45deg);
}

/*------------
G-navi
--------------*/
.header-navi {
  display: none;
  transform: translateX(-100vw);
}
.header-navi.is-open {
  display: block;
  transform: translateX(0);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  background-color: #FBFCF8;
  padding: 40px 0;
  overflow: auto;
}
@media screen and (max-width: 640px) {
  .header-navi.is-open {
    height: 100%;
  }
}
.header-navi-list {
  display: block;
}
.header-navi-list .item {
  padding: 0 40px;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
  position: relative;
  line-height: 1.6;
  transition: 0.4s ease-in-out;
}
.header-navi-list .item a {
  position: relative;
}
.header-navi-list .item a:hover {
  text-decoration: underline;
}
.header-navi-list .item:not(:last-child) {
  margin-bottom: 15px;
}

/***************************************************************
| mv
***************************************************************/
.mv {
  position: relative;
  padding-bottom: 60px;
}
@media screen and (max-width: 640px) {
  .mv {
    padding-bottom: 50px;
  }
}
.mv img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.mv-btn {
  background-color: #75D127;
  border-radius: 20px 0 0;
  color: #fff;
  text-align: center;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 700;
  display: block;
  width: 280px;
  position: fixed;
  bottom: 0;
  right: 0;
  padding: 18px 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 99;
}
@media screen and (max-width: 640px) {
  .mv-btn {
    display: none;
  }
}
.mv-btn img {
  object-fit: contain;
  width: 38px;
  height: 38px;
  margin-right: 10px;
}

/***************************************************************
| contents
***************************************************************/
.sec-line {
  background-image: url(../img/sec_line_bg.jpg);
  background-repeat: repeat;
}

.common-ttl {
  margin-bottom: 45px;
  position: relative;
  padding-bottom: 15px;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .common-ttl {
    padding-bottom: 22px;
    margin-bottom: 30px;
  }
}
.common-ttl::before {
  position: absolute;
  content: "";
  background-image: url(../img/icon_ttl.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 40px;
  height: 8px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 640px) {
  .common-ttl::before {
    width: 35px;
  }
}
.common-ttl .en {
  font-size: 86px;
  font-family: "Cormorant Garamond", serif;
  letter-spacing: 0.05em;
  line-height: 1;
  display: block;
  margin-bottom: 10px;
  color: #E5A726;
}
@media screen and (max-width: 640px) {
  .common-ttl .en {
    font-size: 68px;
    margin-bottom: 5px;
  }
}
.common-ttl .jp {
  font-size: 16px;
}
@media screen and (max-width: 640px) {
  .common-ttl .jp {
    font-size: 14px;
  }
}

.line-ttl {
  font-size: 18px;
  color: #39B4A0;
  padding-left: 25px;
  position: relative;
  margin-bottom: 10px;
}
.line-ttl:before {
  position: absolute;
  content: "";
  width: 14px;
  height: 1px;
  background-color: #39B4A0;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}

.sec-part, .sec-part--05, .sec-part--04, .sec-part--03, .sec-part--02, .sec-part--01 {
  position: absolute;
}
.cta {
  padding: 90px 0;
  background-image: url(../img/cta_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 640px) {
  .cta {
    padding: 80px 0 70px;
  }
}
.cta-txt {
  text-align: center;
  margin-bottom: 30px;
  line-height: 1.7;
}
@media screen and (max-width: 640px) {
  .cta-txt {
    font-size: 14px;
    margin-bottom: 20px;
  }
}
.cta-box {
  background-color: #fff;
  padding: 50px 55px;
  display: flex;
  position: relative;
  margin-bottom: 50px;
  border: 2px solid #FFE9C3;
}
@media screen and (max-width: 640px) {
  .cta-box {
    display: block;
    padding: 30px 20px;
  }
}
.cta-box .cta-sub {
  position: absolute;
  top: -8%;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 640px) {
  .cta-box .cta-sub {
    width: 70%;
    top: -7%;
  }
}
.cta-box .img {
  margin-right: 30px;
  max-width: 230px;
  width: 40%;
}
@media screen and (max-width: 640px) {
  .cta-box .img {
    margin-right: 0;
    margin: 0 auto 20px;
    max-width: 100%;
    width: 60%;
  }
}
.cta-box .desc {
  flex: 1;
}
.cta-box .desc .ttl {
  font-size: 22px;
  margin-bottom: 15px;
}
@media screen and (max-width: 640px) {
  .cta-box .desc .ttl {
    font-size: 20px;
  }
}
.cta-box .desc .txt-note {
  font-weight: 700;
  font-size: 14px;
}
@media screen and (max-width: 640px) {
  .cta-box .desc .txt-note {
    font-size: 13px;
  }
}
.cta-btn {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 640px) {
  .cta-btn {
    display: block;
  }
}
.cta-btn li {
  width: calc(50% - 15px);
}
@media screen and (max-width: 640px) {
  .cta-btn li {
    width: 100%;
  }
  .cta-btn li:first-child {
    margin-bottom: 20px;
  }
}
.cta-btn a {
  display: block;
  font-weight: 700;
  font-size: 20px;
  border-radius: 55px;
  color: #fff;
  transition: 0.3s;
  text-align: center;
  padding: 22px 10px 22px 40px;
  line-height: 1.6;
  position: relative;
  transition: 0.3s;
}
@media screen and (max-width: 950px) {
  .cta-btn a {
    font-size: 16px;
  }
}
@media screen and (max-width: 640px) {
  .cta-btn a {
    line-height: 1.4;
  }
}
.cta-btn a::before {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  background-repeat: no-repeat;
  background-size: contain;
}
.cta-btn a:hover {
  background-color: #E5A726;
  color: #fff;
  border: 1px solid #E5A726;
}
.cta-btn .btn-line {
  background: #75D119;
  border: 1px solid #75D119;
}
.cta-btn .btn-line::before {
  background-image: url(../img/icon_LINE.png);
  width: 50px;
  height: 50px;
  left: 40px;
}
@media screen and (max-width: 950px) {
  .cta-btn .btn-line::before {
    left: 30px;
  }
}
.cta-btn .btn-mail {
  background-color: #39B4A0;
  border: 1px solid #39B4A0;
}
.cta-btn .btn-mail::before {
  background-image: url(../img/icon_mail.svg);
  width: 40px;
  height: 30px;
  left: 40px;
}
@media screen and (max-width: 950px) {
  .cta-btn .btn-mail::before {
    left: 30px;
  }
}

.txt-note {
  text-decoration: underline;
}
.txt-note:hover {
  text-decoration: none;
}

.txt-small {
  font-size: 13px;
}

.txt-link {
  color: #DCAA45;
  text-decoration: underline;
}

.btn-more {
  display: block;
  background-color: #E5A726;
  border: 1px solid #E5A726;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  padding: 14px 10px;
  border-radius: 50px;
  position: relative;
  transition: 0.3s;
  box-sizing: border-box;
}
@media screen and (max-width: 640px) {
  .btn-more {
    font-size: 14px;
    padding: 10px;
  }
}
.btn-more::before {
  position: absolute;
  content: "";
  width: 24px;
  height: 24px;
  background-image: url(../img/icon_arrow_o.svg);
  background-repeat: no-repeat;
  background-size: contain;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
}
@media screen and (max-width: 640px) {
  .btn-more::before {
    width: 20px;
    height: 20px;
  }
}
.btn-more:hover {
  border: 1px solid #E5A726;
  background-color: #FFE4B7;
  color: #E5A726;
}
.btn-more.blue {
  background-color: #39B4A0;
  border: 1px solid #39B4A0;
}
.btn-more.blue::before {
  background-image: url(../img/icon_arrow_b.svg);
}
.btn-more.blue:hover {
  border: 1px solid #39B4A0;
  background-color: #F0F2F9;
  color: #39B4A0;
}

/*------------
Slick
-------------*/
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin: 0 auto;
}

.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
  text-align: center;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-prev,
.slick-next {
  border: none;
  background: transparent;
  cursor: pointer;
  color: transparent;
}

.slick-prev,
.slick-next {
  display: block;
  position: absolute;
  bottom: -4%;
  width: 28px;
  height: 28px;
  transition: 0.5s;
  z-index: 10;
  background-size: contain;
  background-repeat: no-repeat;
}
.slick-prev:focus,
.slick-next:focus {
  outline: 0;
}
.slick-prev:hover,
.slick-next:hover {
  opacity: 0.5;
}

.slick-prev {
  background-image: url(../img/slider_arrow_right.svg);
  left: 44%;
}
@media screen and (max-width: 640px) {
  .slick-prev {
    left: 30%;
  }
}

.slick-next {
  background-image: url(../img/slider_arrow_left.svg);
  right: 44%;
}
@media screen and (max-width: 640px) {
  .slick-next {
    right: 30%;
  }
}

.slick-dots {
  display: block;
  list-style: none;
  line-height: 0;
  padding: 0;
  text-align: center;
  width: 100%;
  position: absolute;
  bottom: 0;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  cursor: pointer;
}
.slick-dots li + li {
  margin-left: 5px;
}

.slick-dots li button {
  display: block;
  background: #D3D3D3;
  border-radius: 50%;
  border: 0;
  cursor: pointer;
  color: transparent;
  width: 5px;
  height: 5px;
  outline: none;
  transition: 0.5s;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  background: #E5A726;
}

.slick-dots li.slick-active button {
  background: #E5A726;
  width: 5px;
  height: 5px;
  transform: translateY(-1px);
}

.event-bnr {
  padding-bottom: 100px;
}
@media screen and (max-width: 640px) {
  .event-bnr {
    padding-bottom: 70px;
  }
}
.event-bnr-ttl {
  font-size: 30px;
  text-align: center;
  margin-bottom: 25px;
  line-height: 1.7;
}
@media screen and (max-width: 640px) {
  .event-bnr-ttl {
    font-size: 24px;
    line-height: 1.4;
  }
}
.event-bnr-thumb {
  text-align: center;
  margin: 0 auto;
  max-width: 1024px;
}
@media screen and (max-width: 640px) {
  .event-bnr-thumb {
    padding-bottom: 40px;
  }
}
.event-bnr-thumb .slick-slide {
  margin: 0 10px;
  cursor: pointer;
  position: relative;
  transition: 0.3s;
}
.event-bnr-thumb .slick-slide:hover {
  opacity: 0.5;
}

.about {
  position: relative;
  padding-bottom: 160px;
}
@media screen and (max-width: 640px) {
  .about {
    padding-bottom: 120px;
  }
}
.about::before {
  position: absolute;
  content: "";
  background-image: url(../img/sec_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 86px;
}
@media screen and (max-width: 640px) {
  .about::before {
    height: 60px;
  }
}
.about-ttl {
  margin-bottom: 35px;
  position: relative;
  padding-top: 25px;
}
@media screen and (max-width: 640px) {
  .about-ttl {
    margin-bottom: 25px;
  }
}
.about-ttl::before {
  position: absolute;
  content: "";
  background-image: url(../img/icon_ttl.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 40px;
  height: 8px;
  top: 0;
  left: 0;
}
@media screen and (max-width: 640px) {
  .about-ttl::before {
    width: 35px;
  }
}
.about-ttl .en {
  font-size: 20px;
  font-family: "Cormorant Garamond", serif;
  letter-spacing: 0.05em;
  line-height: 1;
  display: block;
  margin-bottom: 30px;
  color: #E5A726;
}
@media screen and (max-width: 640px) {
  .about-ttl .en {
    font-size: 18px;
    margin-bottom: 20px;
  }
}
.about-ttl .jp {
  font-size: 28px;
}
@media screen and (max-width: 640px) {
  .about-ttl .jp {
    font-size: 23px;
  }
}
.about-style {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
}
@media screen and (max-width: 640px) {
  .about-style {
    display: block;
  }
}
.about-style .img {
  margin: 0 -125px 0 60px;
  max-width: 516px;
  width: 62%;
}
@media screen and (max-width: 950px) {
  .about-style .img {
    margin: 0 -35px 0 40px;
    width: 50%;
  }
}
@media screen and (max-width: 640px) {
  .about-style .img {
    max-width: 100%;
    width: 100%;
    margin: 0 0 30px 0;
  }
}
.about-style .desc {
  max-width: 410px;
  width: 50%;
}
@media screen and (max-width: 640px) {
  .about-style .desc {
    max-width: 100%;
    width: 100%;
  }
}
.about-style .desc p + p {
  margin-top: 30px;
}
@media screen and (max-width: 640px) {
  .about-style .desc p + p {
    margin-top: 20px;
  }
}

.strength {
  padding: 50px 0;
  background: #FBFCF8;
}
.strength__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (max-width: 640px) {
  .strength__list {
    display: block;
  }
}
.strength__list .list-item {
  width: calc(50% - 30px);
  border-radius: 5px;
  background-color: #fff;
  border: 1px solid #39B4A0;
  padding: 0 30px 40px;
}
@media screen and (max-width: 640px) {
  .strength__list .list-item {
    width: 100%;
    padding: 0 20px 30px;
  }
  .strength__list .list-item:not(:first-child) {
    margin-top: 40px;
  }
}
.strength__list .list-item:first-child {
  margin-right: 60px;
}
.strength__list .list-item:nth-child(n+3) {
  margin-top: 60px;
}
@media screen and (max-width: 640px) {
  .strength__list .list-item:nth-child(n+3) {
    margin-top: 40px;
  }
}
.strength__list .list-style {
  display: flex;
  align-items: center;
  padding-bottom: 15px;
  margin: -40px 0 15px;
  border-bottom: 1px solid #39B4A0;
}
@media screen and (max-width: 640px) {
  .strength__list .list-style {
    padding-bottom: 10px;
    margin: -30px 0 15px;
  }
}
.strength__list .list-style .img {
  max-width: 160px;
  width: 40%;
  margin-right: 30px;
}
@media screen and (max-width: 640px) {
  .strength__list .list-style .img {
    margin-right: 20px;
  }
}
.strength__list .list-style .ttl {
  width: 60%;
  padding-top: 70px;
}
@media screen and (max-width: 640px) {
  .strength__list .list-style .ttl {
    padding-top: 50px;
  }
}
.strength__list .list-style .ttl .num {
  padding: 6px 8px;
  text-align: center;
  color: #E5A726;
  border-radius: 5px;
  border: 2px solid #E5A726;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 640px) {
  .strength__list .list-style .ttl .num {
    font-size: 13px;
    padding: 5px;
  }
}
.strength__list .list-style .ttl .txt {
  font-size: 26px;
  font-weight: 700;
  margin-top: 5px;
  margin-block-start: 0;
  margin-block-end: 0;
}
@media screen and (max-width: 950px) {
  .strength__list .list-style .ttl .txt {
    font-size: 22px;
  }
}
@media screen and (max-width: 640px) {
  .strength__list .list-style .ttl .txt {
    font-size: 20px;
    margin-top: 8px;
  }
}

.feature {
  background-color: #FBFCF8;
  padding: 20px 0 90px;
}
@media screen and (max-width: 640px) {
  .feature {
    padding: 10px 0 60px;
  }
}
.feature .common-ttl {
  margin-bottom: 55px;
}
@media screen and (max-width: 640px) {
  .feature .common-ttl {
    margin-bottom: 30px;
  }
}
.feature-list .list-item {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 640px) {
  .feature-list .list-item {
    display: block;
  }
}
.feature-list .list-item .list-img {
  max-width: 525px;
  width: 53%;
  margin-bottom: 115px;
}
@media screen and (max-width: 950px) {
  .feature-list .list-item .list-img {
    width: 50%;
    margin-bottom: 190px;
  }
}
@media screen and (max-width: 640px) {
  .feature-list .list-item .list-img {
    max-width: 100%;
    width: 100%;
    margin-bottom: 0;
  }
}
.feature-list .list-item .list-desc {
  background-color: #fff;
  padding: 60px 50px 70px;
  max-width: 540px;
  width: 43%;
  margin: 0 0 0 -40px;
  z-index: 1;
}
@media screen and (max-width: 950px) {
  .feature-list .list-item .list-desc {
    width: 50%;
    padding: 50px;
    margin: 0 0 0 -100px;
  }
}
@media screen and (max-width: 640px) {
  .feature-list .list-item .list-desc {
    width: 100%;
    padding: 20px 20px 30px;
    margin: 0;
    box-sizing: border-box;
  }
}
.feature-list .list-item .list-desc .ttl {
  margin-bottom: 20px;
}
.feature-list .list-item .list-desc .ttl .en {
  font-size: 20px;
  font-family: "Cormorant Garamond", serif;
  padding: 0 0 0 23px;
  margin-bottom: 20px;
  letter-spacing: 0.05em;
  color: #39B4A0;
  display: inline-block;
  position: relative;
}
@media screen and (max-width: 640px) {
  .feature-list .list-item .list-desc .ttl .en {
    font-size: 18px;
    margin-bottom: 10px;
  }
}
.feature-list .list-item .list-desc .ttl .en::before {
  position: absolute;
  content: "";
  width: 14px;
  height: 1px;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  background-color: #39B4A0;
}
@media screen and (max-width: 640px) {
  .feature-list .list-item .list-desc .ttl .en::before {
    width: 12px;
  }
}
.feature-list .list-item .list-desc .ttl .en .num {
  font-size: 26px;
}
@media screen and (max-width: 640px) {
  .feature-list .list-item .list-desc .ttl .en .num {
    font-size: 22px;
  }
}
.feature-list .list-item .list-desc .ttl .jp {
  letter-spacing: 0.05em;
  font-size: 28px;
  display: block;
}
@media screen and (max-width: 640px) {
  .feature-list .list-item .list-desc .ttl .jp {
    font-size: 22px;
  }
}
.feature-list .list-item:first-child {
  margin-bottom: 40px;
}
@media screen and (max-width: 950px) {
  .feature-list .list-item:first-child {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 640px) {
  .feature-list .list-item:first-child {
    margin-bottom: 40px;
  }
}
.feature-list .list-item:nth-child(2) {
  flex-direction: row-reverse;
}
.feature-list .list-item:nth-child(2) .list-desc {
  margin: 0 -40px 0 0;
}
@media screen and (max-width: 950px) {
  .feature-list .list-item:nth-child(2) .list-desc {
    margin: 0 -100px 0 0;
  }
}
@media screen and (max-width: 640px) {
  .feature-list .list-item:nth-child(2) .list-desc {
    margin: 0;
  }
}

.voice {
  padding: 90px 0 180px;
  position: relative;
}
@media screen and (max-width: 640px) {
  .voice {
    padding: 60px 0 130px;
  }
}
.voice::before {
  position: absolute;
  content: "";
  background-image: url(../img/sec_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 86px;
}
@media screen and (max-width: 640px) {
  .voice::before {
    height: 60px;
  }
}
.voice .container {
  max-width: 800px;
}
@media screen and (max-width: 640px) {
  .voice .container {
    max-width: 90%;
  }
}
.voice .common-ttl {
  margin-bottom: 25px;
}
@media screen and (max-width: 640px) {
  .voice .common-ttl {
    margin-bottom: 30px;
  }
}
.voice-name {
  font-size: 20px;
  line-height: 1.7;
  margin-left: 15px;
}
@media screen and (max-width: 640px) {
  .voice-name {
    font-size: 18px;
    margin-left: 0;
    margin-top: 5px;
  }
}
.voice-box {
  background-color: #FDF0F4;
  border-radius: 5px;
  padding: 40px 50px;
  margin-bottom: 60px;
  position: relative;
}
@media screen and (max-width: 640px) {
  .voice-box {
    padding: 30px 20px;
  }
}
.voice-box::before, .voice-box::after {
  position: absolute;
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  width: 60px;
  height: 54px;
  z-index: 1;
}
.voice-box::before {
  background-image: url(../img/voice_part01.png);
  top: -10px;
  left: -10px;
}
.voice-box::after {
  background-image: url(../img/voice_part02.png);
  bottom: -10px;
  right: -10px;
}
.voice-box .img {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 640px) {
  .voice-box .img {
    display: block;
    text-align: center;
  }
}
.voice-box .img img {
  max-width: 98px;
  width: 30%;
}
@media screen and (max-width: 640px) {
  .voice-box .img img {
    max-width: 50%;
    width: 50%;
  }
}
.voice-txt {
  text-align: center;
  font-size: 22px;
  margin-bottom: 35px;
  color: #39B4A0;
  line-height: 1.8;
}
@media screen and (max-width: 640px) {
  .voice-txt {
    font-size: 20px;
    text-align: left;
  }
}
.voice-txt .marker {
  border-bottom: 1px solid #39B4A0;
}
.voice-list {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 640px) {
  .voice-list {
    display: block;
  }
}
.voice-list .list-item {
  width: calc(50% - 15px);
  padding: 30px 25px;
  box-sizing: border-box;
  position: relative;
}
@media screen and (max-width: 640px) {
  .voice-list .list-item {
    width: 100%;
    padding: 30px 20px;
  }
  .voice-list .list-item:not(:last-child) {
    margin-bottom: 30px;
  }
}
.voice-list .list-item::before, .voice-list .list-item::after {
  position: absolute;
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  width: 38px;
  height: 34px;
  z-index: 1;
}
.voice-list .list-item::before {
  background-image: url(../img/voice_part03.png);
  top: -5px;
  left: -5px;
}
.voice-list .list-item::after {
  background-image: url(../img/voice_part04.png);
  bottom: -5px;
  right: -5px;
}
.voice-list .list-item .list-img {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 640px) {
  .voice-list .list-item .list-img {
    display: block;
    text-align: center;
    margin-bottom: 5px;
  }
}
.voice-list .list-item .list-img img {
  max-width: 84px;
  width: 30%;
}
@media screen and (max-width: 640px) {
  .voice-list .list-item .list-img img {
    max-width: 50%;
    width: 50%;
  }
}
.voice-list .list-item .list-ttl {
  font-size: 20px;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .voice-list .list-item .list-ttl {
    font-size: 18px;
    text-align: center;
    line-height: 1.4;
  }
}

.schedule {
  background-color: #FBFCF8;
  padding: 10px 0 120px;
}
@media screen and (max-width: 640px) {
  .schedule {
    padding: 0 0 60px;
  }
}
.schedule .container {
  max-width: 800px;
}
@media screen and (max-width: 640px) {
  .schedule .container {
    max-width: 90%;
  }
}
.schedule .course-box {
  max-width: 1024px;
  width: 90%;
  margin: 80px auto 0;
}
@media screen and (max-width: 640px) {
  .schedule .course-box {
    margin: 60px auto 0;
  }
}
.schedule-list .list-item:first-child {
  margin-bottom: 60px;
}
.schedule-list .line-ttl {
  margin-bottom: 25px;
}
.schedule-list .table-style01, .schedule-list .table-style01--02 {
  background-color: #fff;
  border: 1px solid #D8D2C7;
  text-align: center;
}
.schedule-list .table-style01 .bg01, .schedule-list .table-style01--02 .bg01 {
  background: #E5A726;
  color: #fff;
  font-weight: 700;
  font-size: 20px;
  padding: 3px;
}
.schedule-list .table-style01 th, .schedule-list .table-style01--02 th,
.schedule-list .table-style01 td,
.schedule-list .table-style01--02 td {
  border: 1px solid #D8D2C7;
  line-height: 1.7;
  padding: 12px;
}
.schedule-list .table-style01 th, .schedule-list .table-style01--02 th {
  background: #F0F2F9;
  vertical-align: center;
  font-weight: 400;
  font-size: 15px;
}
@media screen and (max-width: 640px) {
  .schedule-list .table-style01 th, .schedule-list .table-style01--02 th {
    vertical-align: inherit;
  }
}
.schedule-list .table-style01 th.bg02, .schedule-list .table-style01--02 th.bg02 {
  background: #FFE4B7;
  font-weight: 400;
}
.schedule-list .table-style01--02 .bg02 {
  font-weight: 400;
  font-size: 15px;
  padding: 10px;
  width: 32%;
}
@media screen and (max-width: 640px) {
  .schedule-list .table-scroll {
    overflow-x: scroll;
    overflow-scrolling: touch;
    -webkit-overflow-scrolling: touch;
  }
  .schedule-list .table-scroll::before {
    content: "※横にスクロールできます。";
    font-size: 11px;
  }
  .schedule-list .table-scroll::-webkit-scrollbar {
    height: 5px;
  }
  .schedule-list .table-scroll::-webkit-scrollbar-track {
    border-radius: 5px;
    background: #f5f6f8;
  }
  .schedule-list .table-scroll::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: #333;
  }
  .schedule-list .table-scroll table {
    margin-bottom: 10px !important;
    width: 150%;
  }
}
.schedule-note {
  display: flex;
  font-size: 15px;
  margin-top: 15px;
}
@media screen and (max-width: 640px) {
  .schedule-note {
    align-items: center;
    font-size: 14px;
  }
}
.schedule-note .ttl {
  line-height: 1;
  padding: 7px 10px;
  text-align: center;
  color: #39B4A0;
  border: 1px solid #39B4A0;
}
@media screen and (max-width: 640px) {
  .schedule-note .ttl {
    padding: 5px;
    line-height: 1.4;
    max-width: 110px;
    width: 100%;
  }
}
.schedule-note .txt {
  margin-left: 15px;
}
@media screen and (max-width: 640px) {
  .schedule-note .txt {
    margin-left: 10px;
    flex: 1;
  }
}
.schedule-box {
  padding-top: 80px;
  display: flex;
}
@media screen and (max-width: 640px) {
  .schedule-box {
    padding-top: 60px;
    display: block;
  }
}
.schedule-box .img {
  max-width: 320px;
  width: 46%;
}
@media screen and (max-width: 640px) {
  .schedule-box .img {
    max-width: 100%;
    width: 100%;
  }
}
.schedule-box .img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.schedule-box .desc {
  flex: 1.2;
  background-color: #fff;
  padding: 35px 20px 45px 30px;
}
@media screen and (max-width: 640px) {
  .schedule-box .desc {
    padding: 30px 20px 30px 20px;
  }
}
.schedule-box .desc .ttl {
  font-size: 22px;
  padding-left: 45px;
  margin-bottom: 20px;
  position: relative;
}
@media screen and (max-width: 950px) {
  .schedule-box .desc .ttl {
    padding-left: 35px;
    font-size: 20px;
  }
}
@media screen and (max-width: 640px) {
  .schedule-box .desc .ttl {
    font-size: 18px;
    margin-bottom: 15px;
  }
}
.schedule-box .desc .ttl::before {
  position: absolute;
  content: "";
  background-image: url(../img/schedule_img02.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 38px;
  height: 40px;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
@media screen and (max-width: 640px) {
  .schedule-box .desc .ttl::before {
    width: 28px;
    height: 30px;
  }
}
.schedule-box .desc .txt-small {
  margin-top: 10px;
}

.course {
  padding: 70px 0 120px;
}
@media screen and (max-width: 640px) {
  .course {
    padding: 60px 0 60px;
  }
}
.course .common-ttl {
  margin-bottom: 30px;
}
.course-list {
  margin-bottom: 90px;
}
@media screen and (max-width: 640px) {
  .course-list {
    margin-bottom: 70px;
  }
}
.course-list .list-item:not(:last-child) {
  margin-bottom: 50px;
}
.course .list-item {
  border: 2px solid #FFE9C3;
  background-color: #fff;
  padding: 60px 90px 40px;
  position: relative;
}
.course .list-item .sub-ttl {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -30px;
}
@media screen and (max-width: 950px) {
  .course .list-item {
    padding: 40px 30px;
  }
}
@media screen and (max-width: 640px) {
  .course .list-item {
    padding: 30px 20px 10px;
  }
}
@media screen and (max-width: 640px) {
  .course .list-item:not(:last-child) {
    margin-bottom: 40px;
  }
}
.course .list-top {
  margin: 0 auto 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 640px) {
  .course .list-top {
    display: block;
    text-align: center;
  }
}
.course .list-top .list-ttl {
  font-size: 24px;
  text-align: center;
}
@media screen and (max-width: 950px) {
  .course .list-top .list-ttl {
    font-size: 21px;
  }
}
.course .list-top .list-img {
  margin-right: 30px;
  width: 100px;
}
@media screen and (max-width: 640px) {
  .course .list-top .list-img {
    margin: 0 auto 15px;
  }
}
.course .list-top .list-txt {
  margin-bottom: 20px;
}
.course .list-catch {
  margin: 0 0 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row-reverse;
}
.course .list-catch.c-03 {
  align-items: flex-start;
}
.course .list-catch.c-03 .list-catch__img {
  margin-left: 20px;
}
.course .list-catch__img {
  width: 280px;
}
.course .list-catch > p {
  flex: 1;
  font-size: 16px;
}
@media screen and (max-width: 640px) {
  .course .list-catch {
    display: block;
    margin: 0 0 20px;
  }
  .course .list-catch.c-03 .list-catch__img {
    margin: 0 auto 15px;
  }
  .course .list-catch__img {
    margin: 0 auto 15px;
  }
  .course .list-catch > p {
    font-size: 14px;
  }
}
.course .inner-bg {
  background: #FBFCF8;
  padding: 40px 20px 30px;
}
@media screen and (max-width: 640px) {
  .course .inner-bg {
    padding: 30px 15px 20px;
  }
}
.course .list-inner {
  margin-bottom: 30px;
}
@media screen and (max-width: 640px) {
  .course .list-inner {
    margin-bottom: 20px;
  }
}
.course .list-inner-ttl {
  color: #E5A726;
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 10px;
}
@media screen and (max-width: 640px) {
  .course .list-inner-ttl {
    font-size: 18px;
  }
}
.course .list-inner.col2 {
  display: flex;
  flex-direction: row-reverse;
}
.course .list-inner.col2 .i-img {
  width: 40%;
}
.course .list-inner.col2 .i-desc {
  flex: 1;
}
@media screen and (max-width: 640px) {
  .course .list-inner.col2 {
    display: block;
  }
  .course .list-inner.col2 .i-img {
    width: 100%;
  }
}
.course-box {
  border: 2px solid #FFE9C3;
  background-color: #fff;
  padding: 60px 30px;
  box-sizing: border-box;
  position: relative;
  margin-top: 90px;
}
@media screen and (max-width: 640px) {
  .course-box {
    padding: 30px 20px;
    margin-top: 60px;
  }
}
.course-box .sec-part--01 {
  top: 8%;
  left: 20%;
}
@media screen and (max-width: 950px) {
  .course-box .sec-part--01 {
    left: 8%;
  }
}
@media screen and (max-width: 640px) {
  .course-box .sec-part--01 {
    display: none;
  }
}
.course-box .sec-part--02 {
  top: 26%;
  right: 18%;
}
@media screen and (max-width: 950px) {
  .course-box .sec-part--02 {
    right: 8%;
  }
}
@media screen and (max-width: 640px) {
  .course-box .sec-part--02 {
    display: none;
  }
}
.course-box .box-ttl {
  font-size: 30px;
  text-align: center;
  margin-bottom: 45px;
  color: #39B4A0;
}
@media screen and (max-width: 640px) {
  .course-box .box-ttl {
    font-size: 22px;
  }
}
.course-box .box-ttl .marker {
  border-bottom: 1px solid #39B4A0;
}
.course-box .box-ttl .num {
  font-size: 42px;
}
@media screen and (max-width: 640px) {
  .course-box .box-ttl .num {
    font-size: 30px;
  }
}
.course-box .box-style {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 640px) {
  .course-box .box-style {
    display: block;
  }
}
.course-box .box-style .img {
  margin-right: 40px;
  width: 34%;
}
@media screen and (max-width: 950px) {
  .course-box .box-style .img {
    width: 44%;
  }
}
@media screen and (max-width: 640px) {
  .course-box .box-style .img {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.course-box .box-style .desc {
  width: 47%;
}
@media screen and (max-width: 640px) {
  .course-box .box-style .desc {
    width: 100%;
  }
}
.course-box .box-style .desc .ttl {
  font-size: 16px;
  margin-bottom: 15px;
}

.point {
  padding: 90px 0 120px;
}
@media screen and (max-width: 640px) {
  .point {
    padding: 60px 0 60px;
  }
}
.point .common-ttl {
  margin-bottom: 85px;
}
@media screen and (max-width: 640px) {
  .point .common-ttl {
    margin-bottom: 50px;
  }
}
.point-list .list-item {
  border: 2px solid #FFE9C3;
  padding: 60px 40px 60px;
  box-sizing: border-box;
  position: relative;
}
@media screen and (max-width: 950px) {
  .point-list .list-item {
    padding: 70px 40px 50px;
  }
}
@media screen and (max-width: 640px) {
  .point-list .list-item {
    padding: 50px 20px 40px;
  }
}
.point-list .list-item:not(:last-child) {
  margin-bottom: 110px;
}
@media screen and (max-width: 640px) {
  .point-list .list-item:not(:last-child) {
    margin-bottom: 60px;
  }
}
.point-list .list-ttl {
  position: absolute;
  top: -4%;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 640px) {
  .point-list .list-ttl {
    top: -3%;
    width: 60%;
  }
}
.point-list .list-top {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 640px) {
  .point-list .list-top {
    display: block;
  }
}
.point-list .list-img {
  max-width: 200px;
  width: 50%;
}
@media screen and (max-width: 640px) {
  .point-list .list-img {
    max-width: 100%;
    width: 60%;
    margin: 0 auto;
  }
}
.point-list .list-catch {
  font-size: 32px;
  margin-left: 30px;
  line-height: 1.7;
  color: #E5A726;
}
@media screen and (max-width: 640px) {
  .point-list .list-catch {
    line-height: 1.4;
    font-size: 22px;
    margin: 20px 0 20px;
    text-align: center;
  }
}
.point-list .list-catch span {
  background: linear-gradient(transparent 70%, #F9D8DC 70%);
}
@media screen and (max-width: 640px) {
  .point-list .list-catch span {
    background: linear-gradient(transparent 80%, #F9D8DC 80%);
  }
}
.point-list .list-box {
  max-width: 700px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  .point-list .list-box {
    max-width: 100%;
  }
}
.point-list .list-box .item {
  display: flex;
  align-items: baseline;
}
@media screen and (max-width: 640px) {
  .point-list .list-box .item {
    display: block;
  }
}
.point-list .list-box .item:not(:last-child) {
  margin-bottom: 40px;
}
.point-list .list-subject {
  color: #39B4A0;
  background-color: #fff;
  border: 1px solid #39B4A0;
  padding: 2px 5px;
  text-align: center;
  font-size: 20px;
  margin-right: 15px;
  line-height: 1.7;
  width: 8%;
}
@media screen and (max-width: 950px) {
  .point-list .list-subject {
    padding: 2px 10px;
  }
}
@media screen and (max-width: 640px) {
  .point-list .list-subject {
    font-size: 15px;
    margin-right: 0;
    margin: 0 auto 10px;
    line-height: 1.4;
    width: 100%;
    box-sizing: border-box;
    padding: 5px;
  }
}
.point-list .list-subject.pink {
  color: #FD74A0;
  border: 1px solid #FD74A0;
}
.point-list .item-right {
  flex: 1;
}
.point-list .line-ttl {
  margin: 20px 0 5px;
}
.point-list .list-disc {
  display: flex;
  flex-wrap: wrap;
}
.point-list .list-disc li {
  position: relative;
  padding-left: 10px;
}
.point-list .list-disc li::before {
  content: "";
  background: #39B4A0;
  border-radius: 50%;
  display: block;
  position: absolute;
  left: 0;
  top: 13px;
  width: 5px;
  height: 5px;
}
.point-list .list-disc li:not(:last-child) {
  margin-right: 30px;
}

.flow {
  padding: 100px 0 120px;
  background-color: #FBFCF8;
}
@media screen and (max-width: 640px) {
  .flow {
    padding: 60px 0 60px;
  }
}
.flow .container {
  border: 2px solid #FFE9C3;
  padding: 60px 45px 80px;
  background-color: #fff;
}
@media screen and (max-width: 640px) {
  .flow .container {
    padding: 40px 20px;
  }
}
.flow-list .list-item:not(:last-child) {
  margin-bottom: 30px;
}
.flow-list .list-icon {
  position: relative;
  margin-bottom: 30px;
  z-index: 1;
}
.flow-list .list-icon::before, .flow-list .list-icon::after {
  position: absolute;
  content: "";
  background-color: #E5A726;
  width: 100%;
  height: 1px;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
}
.flow-list .list-icon::before {
  left: 0;
}
.flow-list .list-icon::after {
  right: 0;
}
.flow-list .list-icon span {
  display: block;
  width: 9.5%;
  margin: 0 auto;
  text-align: center;
  font-size: 20px;
  color: #fff;
  padding: 10px 10px;
  line-height: 1;
  background-color: #E5A726;
}
@media screen and (max-width: 640px) {
  .flow-list .list-icon span {
    width: 30%;
    font-size: 18px;
  }
}
.flow-list .list-style {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  max-width: 904px;
  width: 100%;
}
@media screen and (max-width: 640px) {
  .flow-list .list-style {
    display: block;
    max-width: 100%;
  }
}
.flow-list .list-style .img {
  max-width: 322px;
  width: 40%;
  margin-left: 25px;
}
@media screen and (max-width: 640px) {
  .flow-list .list-style .img {
    max-width: 100%;
    width: 100%;
    text-align: center;
    margin: 0 auto 20px;
    text-align: center;
  }
}
.flow-list .list-style .desc {
  width: 62%;
}
@media screen and (max-width: 640px) {
  .flow-list .list-style .desc {
    width: 100%;
  }
}
.flow-list .list-ttl {
  font-size: 28px;
  margin-bottom: 25px;
}
@media screen and (max-width: 640px) {
  .flow-list .list-ttl {
    font-size: 22px;
    margin-bottom: 10px;
  }
}
.flow-list .list-box {
  border: 1px solid #39B4A0;
  color: #39B4A0;
  font-size: 15px;
  padding: 2px 12px;
  text-align: center;
  margin: 30px 0 20px;
  display: inline-block;
}
@media screen and (max-width: 640px) {
  .flow-list .list-box {
    margin: 25px 0 10px;
    padding: 5px 10px;
    font-size: 14px;
  }
}
.flow-list .txt-small {
  margin-top: 15px;
}
@media screen and (max-width: 640px) {
  .flow-list .txt-small {
    margin-top: 10px;
  }
}
.flow-txt {
  font-size: 32px;
  text-align: center;
  line-height: 1.7;
  margin-top: 30px;
  padding-top: 40px;
  color: #E5A726;
  position: relative;
}
@media screen and (max-width: 640px) {
  .flow-txt {
    font-size: 24px;
    margin-top: 20px;
    padding-top: 30px;
  }
}
.flow-txt::before {
  content: "";
  position: absolute;
  background-image: url(../img/flow_arrow.png);
  background-size: contain;
  background-repeat: no-repeat;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 35px;
  height: 35px;
}
@media screen and (max-width: 640px) {
  .flow-txt::before {
    width: 25px;
    height: 25px;
  }
}
.flow-txt .marker {
  border-bottom: 1px solid #E5A726;
}

.event {
  padding: 90px 0 100px;
}
@media screen and (max-width: 640px) {
  .event {
    padding: 60px 0 60px;
  }
}
.event-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 640px) {
  .event-list {
    display: block;
  }
}
.event-list .list-item {
  width: calc(50% - 10px);
  border: 2px solid #FFE9C3;
  background-color: #fff;
  padding: 40px 30px;
  box-sizing: border-box;
}
@media screen and (max-width: 640px) {
  .event-list .list-item {
    width: 100%;
    padding: 30px 20px;
  }
  .event-list .list-item:not(:last-child) {
    margin-bottom: 30px;
  }
}
.event-list .list-item:nth-child(n+3) {
  margin-top: 20px;
}
@media screen and (max-width: 640px) {
  .event-list .list-item:nth-child(n+3) {
    margin-top: 0;
  }
}
.event .list-ttl {
  font-size: 22px;
  line-height: 1.7;
  margin-bottom: 20px;
  color: #E5A726;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .event .list-ttl {
    font-size: 20px;
    margin-bottom: 15px;
    line-height: 1.4;
  }
}
.event .list-desc {
  margin: 0 auto 20px;
}
.event .list-desc .item {
  display: flex;
  justify-content: center;
  align-items: baseline;
}
@media screen and (max-width: 640px) {
  .event .list-desc .item {
    font-size: 13px;
  }
}
.event .list-desc .item:not(:last-child) {
  margin-bottom: 10px;
}
.event .list-desc .ttl {
  color: #39B4A0;
  border: 1px solid #39B4A0;
  padding: 6px;
  text-align: center;
  margin-right: 10px;
  line-height: 1;
  flex: 0.5;
}
@media screen and (max-width: 950px) {
  .event .list-desc .ttl {
    flex: 0.3;
  }
}
@media screen and (max-width: 640px) {
  .event .list-desc .ttl {
    font-size: 13px;
  }
}
.event .list-desc .txt {
  flex: 2;
}
@media screen and (max-width: 640px) {
  .event .list-desc .txt {
    font-size: 13px;
    flex: 1;
  }
}
.event .list-txt {
  margin-bottom: 20px;
}
@media screen and (max-width: 640px) {
  .event .list-txt {
    font-size: 14px;
    margin-bottom: 10px;
  }
}
.event .list-link-area {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.event .list-link-area .txt-note {
  text-align: center;
}
@media screen and (max-width: 640px) {
  .event .list-link-area .txt-note {
    font-size: 14px;
  }
}
.event .list-link-area .btn-more {
  margin-top: 25px;
  width: 290px;
}
@media screen and (max-width: 640px) {
  .event .list-link-area .btn-more {
    width: 100%;
    margin-top: 20px;
  }
}

.classroom {
  position: relative;
  padding: 90px 0 180px;
}
@media screen and (max-width: 640px) {
  .classroom {
    padding: 60px 0 150px;
  }
}
.classroom::before {
  position: absolute;
  content: "";
  background-image: url(../img/sec_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 86px;
}
@media screen and (max-width: 640px) {
  .classroom::before {
    height: 60px;
  }
}
@media screen and (max-width: 640px) {
  .classroom .common-ttl .en {
    font-size: 60px;
  }
}
.classroom-list {
  margin-bottom: 80px;
}
@media screen and (max-width: 640px) {
  .classroom-list {
    margin-bottom: 60px;
  }
}
.classroom-list .list-item:not(:last-child) {
  margin-bottom: 80px;
}
@media screen and (max-width: 640px) {
  .classroom-list .list-item:not(:last-child) {
    margin-bottom: 50px;
  }
}
.classroom-list .list-ttl {
  font-size: 22px;
  margin-bottom: 35px;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .classroom-list .list-ttl {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
.classroom-btn {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 640px) {
  .classroom-btn {
    justify-content: space-between;
  }
}
.classroom-btn a {
  width: 31.7%;
  padding: 10px 10px;
}
@media screen and (max-width: 950px) {
  .classroom-btn a {
    width: 31.4%;
  }
}
@media screen and (max-width: 640px) {
  .classroom-btn a {
    width: calc(50% - 8px);
  }
}
.classroom-btn a:not(:last-child) {
  margin-right: 20px;
}
@media screen and (max-width: 640px) {
  .classroom-btn a:not(:last-child) {
    margin-right: 0;
  }
}
.classroom-btn a:nth-child(3) {
  margin-right: 0;
}
.classroom-btn a:nth-child(n+4) {
  margin-top: 20px;
}
@media screen and (max-width: 640px) {
  .classroom-btn a:nth-child(n+4) {
    margin-top: 15px;
  }
}
@media screen and (max-width: 640px) {
  .classroom-btn a:nth-child(n+3) {
    margin-top: 15px;
  }
}
.classroom-col2 {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 640px) {
  .classroom-col2 {
    display: block;
  }
}
.classroom-col2 .item {
  width: calc(50% - 10px);
}
@media screen and (max-width: 640px) {
  .classroom-col2 .item {
    width: 100%;
  }
  .classroom-col2 .item:first-child {
    margin-bottom: 30px;
  }
}
.classroom-col2 .list-desc {
  margin-top: 15px;
  text-align: center;
  line-height: 1.4;
}
@media screen and (max-width: 640px) {
  .classroom-col2 .list-desc {
    margin-top: 10px;
    font-size: 13px;
  }
}
.classroom-box {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 640px) {
  .classroom-box {
    display: block;
  }
}
.classroom-box .box-item {
  width: calc(33.3333333333% - 17px);
  background-color: #FBFCF8;
  padding: 40px 20px 40px;
  display: flex;
  align-items: center;
  flex-direction: column;
  box-sizing: border-box;
}
@media screen and (max-width: 640px) {
  .classroom-box .box-item {
    width: 100%;
    padding: 30px 20px;
  }
  .classroom-box .box-item:not(:last-child) {
    margin-bottom: 30px;
  }
}
.classroom-box .box-item:not(:nth-child(3n)) {
  margin-right: 25px;
}
@media screen and (max-width: 640px) {
  .classroom-box .box-item:not(:nth-child(3n)) {
    margin-right: 0;
  }
}
.classroom-box .box-item:nth-child(n+4) {
  margin-top: 25px;
}
@media screen and (max-width: 640px) {
  .classroom-box .box-item:nth-child(n+4) {
    margin-top: 0;
  }
}
.classroom-box .box-ttl {
  font-size: 16px;
  text-align: center;
  line-height: 1.5;
  margin-bottom: 15px;
  position: relative;
  padding-top: 35px;
}
.classroom-box .box-ttl::before {
  position: absolute;
  content: "";
  background-image: url(../img/classroom_ttl.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 28px;
  height: 28px;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.classroom-box .box-add {
  font-size: 12px;
  text-align: center;
  margin-bottom: 10px;
  line-height: 2;
}
.classroom-box .tel {
  font-size: 24px;
  padding-left: 20px;
  margin-bottom: 20px;
  color: #39B4A0;
  position: relative;
}
@media screen and (max-width: 950px) {
  .classroom-box .tel {
    font-size: 22px;
  }
}
@media screen and (max-width: 640px) {
  .classroom-box .tel {
    padding-left: 20px;
  }
}
.classroom-box .tel::before {
  position: absolute;
  content: "";
  background-image: url(../img/icon_tel.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 16px;
  height: 20px;
  top: 18px;
  left: 0;
}
@media screen and (max-width: 950px) {
  .classroom-box .tel::before {
    top: 17px;
  }
}
@media screen and (max-width: 640px) {
  .classroom-box .tel::before {
    top: 14px;
  }
}
.classroom-box .btn-more {
  width: 210px;
  font-size: 15px;
  padding: 7px;
}
@media screen and (max-width: 950px) {
  .classroom-box .btn-more {
    font-size: 12px;
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  .classroom-box .btn-more {
    width: 210px;
  }
}
.classroom-box .btn-more::before {
  width: 16px;
  height: 16px;
  right: 10px;
}
@media screen and (max-width: 950px) {
  .classroom-box .btn-more::before {
    width: 12px;
    height: 12px;
  }
}
@media screen and (max-width: 640px) {
  .classroom-box .btn-more::before {
    width: 20px;
    height: 20px;
  }
}
.classroom .classroom-accordion-item dt {
  background: #39B4A0;
  color: #fff;
  padding: 15px 40px;
  transition: 0.3s;
  position: relative;
  font-size: 20px;
  font-weight: bold;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .classroom .classroom-accordion-item dt {
    padding: 10px 20px;
    font-size: 17px;
  }
}
.classroom .classroom-accordion-item:nth-child(2n) dt {
  background: #F0F5FA;
  color: #39B4A0;
}
.classroom .classroom-accordion-item dd {
  display: none;
  padding: 40px 80px 50px;
}
@media screen and (max-width: 767px) {
  .classroom .classroom-accordion-item dd {
    padding: 20px 15px;
  }
}
.classroom .classroom-accordion-item dd .classroom-accordion-btn-contents + .classroom-accordion-btn-contents {
  margin-top: 40px;
}
.classroom .classroom-accordion-item dt::before, .classroom .classroom-accordion-item dt::after {
  background: #fff;
  content: "";
  position: absolute;
  width: 15px;
  height: 2px;
  right: 15px;
  top: 50%;
}
.classroom .classroom-accordion-item:nth-child(2n) dt::before, .classroom .classroom-accordion-item:nth-child(2n) dt::after {
  background: #39B4A0;
  content: "";
  position: absolute;
  width: 15px;
  height: 2px;
  right: 15px;
  top: 48%;
}
.classroom .classroom-accordion dt:not(.is-open):hover {
  opacity: 0.5;
}
.classroom .classroom-accordion-item dt::before, .classroom .classroom-accordion-item:nth-child(2n) dt::before {
  transform: rotate(90deg);
  transition: 0.5s;
}
.classroom .classroom-accordion-item dt.is-open::before, .classroom .classroom-accordion-item:nth-child(2n) dt.is-open::before {
  transform: rotate(0);
}
.classroom .classroom-accordion-btn-ttl {
  color: #39B4A0;
  font-size: 18px;
  position: relative;
  padding-left: 15px;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .classroom .classroom-accordion-btn-ttl {
    font-size: 18px;
    padding-left: 13px;
    margin-bottom: 10px;
  }
}
.classroom .classroom-accordion-btn-ttl::before {
  position: absolute;
  content: "";
  height: 20px;
  width: 3px;
  background: #39B4A0;
  left: 0;
  top: 5px;
}
@media screen and (max-width: 767px) {
  .classroom .classroom-accordion-btn-ttl::before {
    height: 18px;
    width: 3px;
    top: 4px;
  }
}
.classroom .classroom-accordion-btn {
  display: flex;
  background: #F0F5FA;
  padding: 10px 20px;
  align-items: center;
  justify-content: space-between;
  transition: 0.3s;
}
.classroom .classroom-accordion-btn + .classroom-accordion-btn {
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .classroom .classroom-accordion-btn {
    flex-direction: column;
    /* align-items: flex-end; */
    padding: 20px 20px 15px;
  }
}
.classroom .classroom-accordion-btn:hover {
  opacity: 0.5;
}
.classroom .classroom-accordion-btn .classroom-accordion-btn-left {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .classroom .classroom-accordion-btn .classroom-accordion-btn-left {
    display: grid;
    grid-template-columns: 1fr;
    gap: 15px;
    width: 100%;
  }
}
.classroom .classroom-accordion-btn .classroom-name {
  margin-right: 20px;
  width: 200px;
}
.classroom .classroom-accordion-btn .classroom-name.one {
  margin-right: 20px;
  width: 150px;
}
@media screen and (max-width: 767px) {
  .classroom .classroom-accordion-btn .classroom-name {
    font-size: 18px;
    width: auto;
    margin-right: 0;
  }
  .classroom .classroom-accordion-btn .classroom-name.one {
    font-size: 18px;
    width: auto;
    margin-right: 0;
  }
}
.classroom .classroom-accordion-btn .classroom-logo {
  background: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
  width: 100px;
}
.classroom .classroom-accordion-btn .classroom-logo.one {
  width: 150px;
}
.classroom .classroom-accordion-btn .classroom-logo .one-txt {
  font-size: 14px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .classroom .classroom-accordion-btn .classroom-logo {
    margin-right: 0;
  }
  .classroom .classroom-accordion-btn .classroom-logo.one {
    width: 150px;
  }
  .classroom .classroom-accordion-btn .classroom-logo .one-txt {
    font-size: 14px;
    font-weight: bold;
  }
}
.classroom .classroom-accordion-btn .classroom-logo img {
  width: 100px;
  height: auto;
  object-fit: contain;
  object-position: center;
}
.classroom .classroom-accordion-btn .classroom-logo.small02 {
  background: #235655;
  padding: 2px 3px;
}
.classroom .classroom-accordion-btn .classroom-logo.small02 span {
  color: #fff;
  font-size: 10px;
}
.classroom .classroom-accordion-btn .classroom-logo.small02 img {
  width: 30px;
  margin-right: 5px;
}
.classroom .classroom-accordion-btn .classroom-logo.small img {
  width: 50px;
}
@media screen and (max-width: 767px) {
  .classroom .classroom-accordion-btn .classroom-logo img {
    width: 90px;
  }
}
.classroom .classroom-accordion-btn .classroom-subject-wrap {
  display: flex;
  align-items: center;
  margin-right: 20px;
}
@media screen and (max-width: 767px) {
  .classroom .classroom-accordion-btn .classroom-subject-wrap {
    margin-right: 0;
    margin-bottom: 15px;
  }
}
.classroom .classroom-accordion-btn .classroom-subject-wrap .classroom-subject {
  border: 1px solid #39B4A0;
  border-radius: 2px;
  font-size: 12px;
  color: #39B4A0;
  background: #fff;
  line-height: 1;
  padding: 3px 5px 5px;
}
@media screen and (max-width: 767px) {
  .classroom .classroom-accordion-btn .classroom-subject-wrap .classroom-subject {
    font-size: 13px;
  }
}
.classroom .classroom-accordion-btn .classroom-subject-wrap .classroom-subject + .classroom-subject {
  margin-left: 5px;
}
.classroom .classroom-accordion-btn .classroom-detail {
  display: block;
  position: relative;
  padding-right: 10px;
}
.classroom .classroom-accordion-btn .classroom-detail::after {
  position: absolute;
  content: "";
  border: 0;
  border-top: solid 1px #222;
  border-right: solid 1px #222;
  display: inline-block;
  transform: translateY(-50%) rotate(45deg);
  width: 5px;
  height: 5px;
  top: 53%;
  right: 0;
}
@media screen and (max-width: 767px) {
  .classroom .classroom-accordion-btn .classroom-detail::after {
    top: 56%;
  }
}

.faq {
  padding: 30px 0 140px;
  background-color: #FBFCF8;
}
@media screen and (max-width: 640px) {
  .faq {
    padding: 10px 0 80px;
  }
}
.faq-list .list-txt:not(:last-child) {
  margin-bottom: 60px;
}
@media screen and (max-width: 640px) {
  .faq-list .list-txt:not(:last-child) {
    margin-bottom: 40px;
  }
}
.faq-list .list-ttl {
  font-size: 20px;
  border-bottom: solid 1px #D8D2C7;
  padding-bottom: 15px;
  margin-bottom: 15px;
  display: flex;
  align-items: baseline;
}
@media screen and (max-width: 640px) {
  .faq-list .list-ttl {
    font-size: 18px;
  }
}
.faq-list .list-ttl span {
  color: #fff;
  font-size: 22px;
  margin-right: 15px;
  line-height: 0.8;
  background-color: #E5A726;
  border-radius: 50px;
  text-align: center;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 640px) {
  .faq-list .list-ttl span {
    font-size: 18px;
    width: 40px;
    height: 40px;
    margin-right: 10px;
  }
}
.faq-list .list-ttl .txt {
  flex: 1;
  line-height: 1.7;
}
@media screen and (max-width: 640px) {
  .faq-list .list-ttl .txt {
    line-height: 1.4;
  }
}
.faq-list .list-txt {
  display: flex;
  align-items: flex-start;
}
.faq-list .list-txt span {
  color: #E5A726;
  font-size: 22px;
  margin-right: 15px;
  line-height: 0.8;
  background-color: #fff;
  border: 1px solid #E5A726;
  border-radius: 50px;
  text-align: center;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 640px) {
  .faq-list .list-txt span {
    font-size: 18px;
    width: 40px;
    height: 40px;
    margin-right: 10px;
  }
}
.faq-list .list-txt .txt {
  flex: 1;
}
.faq-list .list-txt .txt p {
  margin-bottom: 30px;
}
.faq-btn {
  display: flex;
}
@media screen and (max-width: 640px) {
  .faq-btn {
    display: block;
  }
}
.faq-btn .btn-more:first-child {
  margin-right: 20px;
}
@media screen and (max-width: 640px) {
  .faq-btn .btn-more:first-child {
    margin-right: 0;
    margin-bottom: 15px;
  }
}
.faq .btn-more {
  width: 230px;
  font-size: 15px;
  padding: 7px 10px;
  border-radius: 24px;
  position: relative;
  transition: 0.3s;
  box-sizing: border-box;
}
@media screen and (max-width: 640px) {
  .faq .btn-more {
    width: 100%;
  }
}
.faq .btn-more::before {
  position: absolute;
  content: "";
  width: 18px;
  height: 18px;
  right: 10px;
}

/***************************************************************
| FOOTER
***************************************************************/
.footer {
  background-color: #E5A726;
  color: #fff;
  text-align: center;
  font-size: 12px;
  padding: 12px 10px 12px;
}
@media screen and (max-width: 640px) {
  .footer {
    font-size: 10px;
    margin-bottom: 50px;
  }
}

.pagetop {
  position: fixed;
  bottom: 100px;
  right: 30px;
  z-index: 99;
}
@media screen and (max-width: 640px) {
  .pagetop {
    width: 40px;
    height: 40px;
    right: 10px;
    bottom: 80px;
  }
}

@media screen and (max-width: 640px) {
  .btn-following {
    top: auto;
    left: 0;
    bottom: 0;
    transform: translateY(0);
    display: flex;
    width: 100%;
    position: fixed;
    z-index: 1000;
  }
  .btn-following-inr {
    width: 100%;
    text-align: center;
  }
  .btn-following li {
    background-color: #E5A726;
    font-family: "Noto Sans JP", sans-serif;
    border: none;
    border-radius: 0;
    width: 50%;
    height: 50px;
    font-size: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-top: 1px solid #fff;
  }
  .btn-following li a {
    color: #fff;
    display: block;
    width: 100%;
    text-align: center;
    font-weight: 700;
  }
  .btn-following li:last-child {
    background-color: #75D119;
  }
  .btn-following li:not(:last-child) {
    border-right: 1px solid #fff;
  }
}