@charset "UTF-8";
.study-lp {
  font-family: "M PLUS Rounded 1c", "Hiragino Kaku Gothic ProN", sans-serif;
  color: #333;
  max-width: 1440px;
  margin: 0 auto;
  overflow-x: hidden;
}
.study-lp * {
  box-sizing: border-box;
}
.study-lp a {
  text-decoration: none;
}

.study-mv {
  display: inline-flex;
  align-items: center;
  background: #fff;
  width: 100%;
}
.study-mv__body {
  flex: 0 0 54%;
  padding: clamp(24px, 3vw, 48px) 4% clamp(32px, 3vw, 48px) clamp(24px, 4vw, 72px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
  font-size: clamp(14px, 1.11vw, 16px);
}
.study-mv__subtitle {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  color: #0B6B34;
  font-family: "Noto Sans JP", "M PLUS Rounded 1c", sans-serif;
  font-size: clamp(17px, 2.08vw, 30px);
  font-weight: 700;
  line-height: normal;
  position: relative;
  margin-bottom: clamp(14px, 2vw, 28px);
}
.study-mv__leaf {
  width: 34px;
  height: 43px;
  aspect-ratio: 34/43;
  position: absolute;
  left: -34px;
  top: -31px;
}
.study-mv__shoshinsha {
  height: 66px;
  position: absolute;
  right: 0.2px;
}
.study-mv__title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  line-height: normal;
  margin-bottom: clamp(14px, 2vw, 28px);
  display: flex;
  flex-direction: column;
}
.study-mv__title-line1 {
  color: #4E9A56;
  font-size: clamp(40px, 6.67vw, 96px);
  font-weight: 800;
}
.study-mv__title-line2 {
  color: #23252D;
  font-size: clamp(38px, 6.39vw, 92px);
  font-weight: 800;
  letter-spacing: clamp(2px, 0.64vw, 9.2px);
}
.study-mv__sep {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 clamp(12px, 1.5vw, 20px);
}
.study-mv__sep::before, .study-mv__sep::after {
  content: "";
  flex: 1;
  border-top: 5px dotted #9dcfac;
}
.study-mv__sep-icon {
  width: clamp(24px, 2.5vw, 36px);
  height: auto;
  flex-shrink: 0;
}
.study-mv__desc {
  color: #23252D;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(14px, 1.81vw, 26px);
  font-weight: 400;
  line-height: 140%;
  margin-bottom: clamp(20px, 2.5vw, 32px);
}
.study-mv__btn-wrap {
  display: flex;
  justify-content: center;
  width: 100%;
}
.study-mv .c-btn.c-btn--big {
  font-family: "Hiragino Sans", "ヒラギノ角ゴシック", "游ゴシック", "Yu Gothic", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
}
.study-mv .c-btn__detail {
  letter-spacing: 1.6px;
}
.study-mv__photo {
  flex: 0 0 46%;
  align-self: stretch;
}
.study-mv__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.study-recommend {
  padding: 50px 20px;
  background: #fff;
}
.study-recommend__inner {
  border: 2px solid #CFDFC4;
  border-radius: 18px;
  display: flex;
  align-items: stretch;
  max-width: 1440px;
  margin: 0 auto;
  background: linear-gradient(135deg, #FFF 0%, #F2FAED 100%);
  overflow: hidden;
}
.study-recommend__left {
  flex: 1;
  padding: clamp(24px, 3vw, 40px) clamp(20px, 2.5vw, 32px) clamp(24px, 3vw, 40px) clamp(24px, 3.5vw, 48px);
  min-width: 0;
}
.study-recommend__ttl {
  display: flex;
  align-items: center;
  gap: 14px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(20px, 2.92vw, 42px);
  font-weight: 700;
  font-style: normal;
  color: #4E9A56;
  line-height: normal;
  margin-bottom: 24px;
}
.study-recommend__ttl img {
  width: clamp(44px, 4.5vw, 60px);
  height: auto;
  object-fit: contain;
  flex-shrink: 0;
}
.study-recommend__list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.study-recommend__list li {
  display: flex;
  align-items: center;
  gap: 14px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(14px, 1.47vw, 20px);
  font-weight: 400;
  font-style: normal;
  color: #23252D;
  line-height: normal;
  padding: 13px 0;
  border-bottom: 1px solid #c8e6d4;
}
.study-recommend__list li:first-child {
  border-top: none;
}
.study-recommend__list li:last-child {
  border-bottom: none;
}
.study-recommend__list li::before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  min-width: 12px;
  background: #3a9e5b;
  border-radius: 50%;
  flex-shrink: 0;
}
.study-recommend__right {
  flex: 0 0 38%;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.study-recommend__img {
  width: 100%;
  max-width: 380px;
  height: auto;
  display: block;
}

.study-merit {
  padding: 20px;
  background: #fff;
}
.study-merit__ttl {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 32px;
}
.study-merit__ttl::before, .study-merit__ttl::after {
  content: "";
  flex: 1;
  border-top: 3px solid #B5D4B0;
}
.study-merit__ttl-leaf {
  width: clamp(24px, 2.08vw, 30px);
  height: auto;
  flex-shrink: 0;
}
.study-merit__ttl-text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(22px, 2.78vw, 40px);
  font-weight: 700;
  color: #23252D;
  white-space: nowrap;
}
.study-merit__ttl-text strong {
  color: #4E9A56;
  font-weight: 700;
}
.study-merit__cards {
  display: flex;
  gap: clamp(8px, 1vw, 16px);
  max-width: 1440px;
  margin: 0 auto;
}
.study-merit__card {
  flex: 1;
  border: 2px solid #D0E8D4;
  padding: clamp(16px, 1.5vw, 24px) clamp(10px, 1vw, 16px) clamp(20px, 1.5vw, 28px);
  text-align: center;
  background: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.study-merit__num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  min-width: 50px;
  height: 50px;
  min-height: 50px;
  background: #4E9A56;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 30px;
  line-height: 1;
  border-radius: 50%;
  margin-bottom: clamp(12px, 1.5vw, 20px);
  flex-shrink: 0;
}
.study-merit__num span {
  position: relative;
  bottom: 1px;
}
.study-merit__icon {
  width: clamp(80px, 7.64vw, 110px);
  height: clamp(80px, 7.64vw, 110px);
  object-fit: contain;
  margin: 0 auto clamp(12px, 1.5vw, 20px);
  display: block;
}
.study-merit__text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(14px, 1.3vw, 18px);
  line-height: 1.8;
  color: #333;
}

.study-seminar {
  padding: 20px;
}
.study-seminar__head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  max-width: 1440px;
  margin: 0 auto clamp(16px, 2vw, 28px);
}
.study-seminar__ttl {
  display: flex;
  align-items: center;
  gap: clamp(10px, 1.25vw, 18px);
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  line-height: 1;
}
.study-seminar__ttl-en {
  font-size: clamp(28px, 5vw, 72px);
  color: #23252D;
  letter-spacing: 0.05em;
  position: relative;
}
.study-seminar__ttl-en::before, .study-seminar__ttl-en::after {
  content: "✓";
  position: absolute;
  top: -0.35em;
  font-size: 0.35em;
  color: #4E9A56;
  font-weight: 700;
  line-height: 1;
}
.study-seminar__ttl-en::before {
  left: 0;
}
.study-seminar__ttl-en::after {
  right: 0;
}
.study-seminar__ttl-ja {
  font-size: clamp(22px, 3.06vw, 44px);
  color: #E07440;
}
.study-seminar__teacher {
  width: clamp(80px, 12vw, 160px);
  height: auto;
  flex-shrink: 0;
}
.study-seminar__card {
  max-width: 1440px;
  margin: 0 auto;
  background: #F5F4EF;
  border-radius: 16px;
  padding: clamp(16px, 2.5vw, 36px) clamp(16px, 3vw, 48px);
}
.study-seminar__list {
  list-style: none;
  padding: 0;
  margin: 0 0 clamp(20px, 2.5vw, 32px);
}
.study-seminar__item {
  display: flex;
  align-items: center;
  gap: clamp(16px, 2vw, 32px);
  padding: clamp(16px, 2vw, 28px) 0;
  border-bottom: 1px dashed #C8C8B8;
}
.study-seminar__item:first-child {
  padding-top: 0;
}
.study-seminar__item:last-child {
  border-bottom: none;
}
.study-seminar__item--more {
  display: none;
}
.study-seminar__item--more.is-open {
  display: flex;
}
.study-seminar__thumb {
  flex: 0 0 clamp(120px, 22vw, 280px);
  border-radius: 12px;
  overflow: hidden;
  background: #E8E6DD;
  aspect-ratio: 4/3;
}
.study-seminar__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.study-seminar__body {
  flex: 1;
  min-width: 0;
}
.study-seminar__sub {
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(12px, 1.11vw, 16px);
  font-weight: 400;
  color: #4E9A56;
  margin-bottom: clamp(6px, 0.7vw, 10px);
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.study-seminar__sub::after {
  content: "";
  display: block;
  height: 2px;
  width: clamp(40px, 4vw, 60px);
  background: #4E9A56;
}
.study-seminar__name {
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(18px, 2.22vw, 32px);
  font-weight: 700;
  color: #23252D;
  line-height: 1.4;
}
.study-seminar__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin: 0 auto;
  background: #E07440;
  color: #fff;
  border: none;
  border-radius: 9999px;
  padding: clamp(10px, 1vw, 14px) clamp(32px, 4vw, 60px);
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(14px, 1.25vw, 18px);
  font-weight: 700;
  cursor: pointer;
  transition: opacity 0.2s;
}
.study-seminar__btn:hover {
  opacity: 0.85;
}
.study-seminar__btn-arrow {
  font-size: 1.2em;
  line-height: 1;
}

.study-info {
  padding: 20px;
  overflow: hidden;
}
.study-info__bg-l {
  position: absolute;
  left: 0;
  bottom: 0;
  width: clamp(100px, 13.89vw, 200px);
  height: auto;
  pointer-events: none;
}
.study-info__bg-r {
  position: absolute;
  right: 0;
  bottom: 0;
  width: clamp(180px, 24.31vw, 350px);
  height: auto;
  pointer-events: none;
}
.study-info__inner {
  margin: 0 auto;
  text-align: center;
  padding: 80px 20px;
  position: relative;
  z-index: 1;
  background: linear-gradient(135deg, #FFF8DF 0%, #FFF 55%, #EFF9E8 100%);
  border: 1.5px solid #F0E6BD;
  border-radius: 16px;
}
.study-info__text {
  color: #23252D;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(16px, 1.94vw, 28px);
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  position: relative;
  z-index: 2;
}

.study-cta {
  padding: 50px 20px;
}
.study-cta__inner {
  background: linear-gradient(135deg, #F4FCF0 0%, #FFF 100%);
  border: 1.5px solid #CFDFC4;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(16px, 1.67vw, 24px);
  max-width: 1440px;
  margin: 0 auto;
  padding: clamp(12px, 1.5vw, 20px) clamp(20px, 3vw, 48px);
}
.study-cta__icon {
  width: clamp(70px, 6.94vw, 100px);
  height: auto;
  flex-shrink: 0;
}
.study-cta__body {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
}
.study-cta__lead {
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(12px, 1.11vw, 16px);
  font-weight: 400;
  color: #23252D;
  display: flex;
  align-items: center;
  position: relative;
}
.study-cta__title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(24px, 3.06vw, 44px);
  font-weight: 700;
  color: #4E9A56;
  line-height: 1.2;
  white-space: nowrap;
}
.study-cta__arrows {
  width: clamp(28px, 2.78vw, 40px);
  height: auto;
  flex-shrink: 0;
}

.header {
  box-shadow: none !important;
}

.page-contact.study-form-wrap {
  background: none;
  padding: 50px 0 100px 0;
}

@media screen and (max-width: 920px) {
  .study-mv {
    flex-direction: column;
    min-height: unset;
  }
  .study-mv__body {
    flex: none;
    width: 100%;
    padding: 20px 5% 28px;
    order: 2;
    align-items: center;
  }
  .study-mv__photo {
    flex: none;
    width: 100%;
    order: 1;
  }
  .study-mv__photo img {
    height: 65vw;
  }
  .study-mv__title {
    font-size: 36px;
  }
  .study-mv__title-line1 {
    font-size: clamp(40px, 12.67vw, 96px);
  }
  .study-mv__title-line2 {
    font-size: clamp(38px, 11.39vw, 92px);
    text-align: center;
  }
  .study-mv__sep {
    width: 100%;
  }
  .study-mv__subtitle {
    display: block;
  }
  .study-mv__subtitle-text {
    display: inline-block;
    position: relative;
  }
  .study-mv__leaf {
    width: 23px;
    height: auto;
    left: -20px;
    top: -18px;
  }
  .study-mv__shoshinsha {
    height: 40px;
    right: -20px;
    top: -40px;
  }
  .study-recommend {
    padding: 20px 4vw;
  }
  .study-recommend__inner {
    flex-direction: column;
  }
  .study-recommend__left {
    padding: 20px 4vw 0;
  }
  .study-recommend__right {
    flex: none;
    width: 60%;
    align-self: flex-end;
  }
  .study-recommend__list li {
    font-size: 14px;
    padding: 10px 0;
  }
  .study-recommend__img {
    max-width: 130px;
  }
  .study-merit__ttl-text {
    font-size: 22px;
  }
  .study-merit__cards {
    flex-wrap: wrap;
    gap: 8px;
  }
  .study-merit__card {
    flex: 0 0 calc(50% - 4px);
  }
  .study-merit__card:last-child {
    margin: 0 auto;
  }
  .study-seminar__head {
    flex-direction: column;
    align-items: flex-start;
  }
  .study-seminar__teacher {
    align-self: flex-end;
    width: 80px;
    margin-top: -12px;
  }
  .study-seminar__card {
    padding: 16px;
  }
  .study-seminar__item {
    gap: 12px;
  }
  .study-seminar__thumb {
    flex: 0 0 120px;
  }
  .study-seminar__name {
    font-size: 16px;
  }
  .study-seminar__btn {
    padding: 10px 32px;
    font-size: 14px;
  }
  .study-info {
    padding: 20px 4vw;
  }
  .study-info__inner {
    padding: 40px 3vw;
  }
  .study-info__bg-l {
    width: 110px;
  }
  .study-info__bg-r {
    width: 160px;
  }
  .study-info__text {
    font-size: 12px;
    line-height: 2;
  }
  .study-cta {
    padding: 0 4vw;
  }
  .study-cta__inner {
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
    padding: 12px 4vw;
  }
  .study-cta__icon {
    width: 60px;
  }
  .study-cta__body {
    align-items: center;
  }
  .study-cta__title {
    font-size: 20px;
    text-align: center;
  }
  .study-cta__arrows {
    display: none;
  }
}/*# sourceMappingURL=study-lp.css.map */
