@charset "utf-8";

/* * {
  outline: solid magenta 1px;
} */

html {
  scroll-behavior: smooth;
}

img {
  max-width: 100%;
}

p {
  letter-spacing: 0.2;
}

h1,
h2,
h3,
h4.h5,
h6 {
  letter-spacing: 0.2;
}

body {
  font-family: "Noto Sans", sans-serif;
  font-size: 1rem;
  color: #121212;
  line-height: 1.6;
}

/* 共通 */
.wrapper {
  max-width: 1032px;
  margin: 0 auto;
  text-align: center;
  padding: 0 16px;
}

.title>p {
  /* font-size: 30px; */
  font-size: clamp(1.563rem, 1.339rem + 0.446vw, 1.875rem);
  line-height: 1;
  margin-bottom: 11px;
}

.title>h2 {
  /* font-size: 100px; */
  font-size: clamp(4.375rem, 3.036rem + 2.679vw, 6.25rem);
  font-weight: 600;
  color: #1d295d;
  line-height: 1;
  margin-bottom: 62px;
}

.title+p {
  /* font-size: 25px; */
  font-size: clamp(1.25rem, 1.027rem + 0.446vw, 1.563rem);

}

.title-p {
  color: #1d295d;
}

.contents-title {
  color: #fff !important;
}

.sub-title {
  font-size: 35px;
}

/* ヘッダー */
header {
  width: 100%;
  height: auto;
  position: fixed;
  z-index: 100;
}


.header-inner {
  position: fixed;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  left: 0;
  top: 0;
  height: 95vh;
  margin-top: 16px;
  padding-left: 40px;

}

.navSP,
.menu-btn {
  display: none;
}

.header-logo img {
  opacity: 0.8;
  max-width: 80%;
  position: relative;
}

.header-logo img:hover {
  opacity: 1;
}

.main-nav {
  margin-bottom: 20px;
}

.main-nav-item {
  margin-bottom: 6px;
  font-size: 14px;
  color: #6c6c6c;
}

.main-nav-item:last-child {
  margin-bottom: 0px;
}

.main-nav-item a {
  display: block;
  padding: 10px;
}

.main-nav-item:hover {
  color: #1d295d;
}

/* 右上ボタン */
.header-link {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 100;
}

.header-link-list {
  display: flex;
  margin-right: 40px;
  margin-top: 17px;
}

.header-link-item {
  margin-right: 21px;
  border-radius: 30px;
  font-size: 16px;
  line-height: 1;
}

.header-link-item a {
  display: block;
  padding: 10px;
}

.link-item1 {
  background-color: #cdf5c8;
  color: #1d295d;
}

.link-item1:hover {
  background-color: #1d295d;
  color: #cdf5c8;
}

.header-link-item:last-child {
  margin-right: 0px;
}

.header-link-item a {
  display: block;
  padding: 12px 30px;
  font-size: 16px;
  width: 180px;
  text-align: center;

}


/* コールトゥーアクション（フローティングバナー） */

.floating-banner {
  display: block;
  position: fixed;
  z-index: 20;
  right: 0;
  bottom: 0;
  text-align: center;
  padding: 0 30px 30px;
}

.floatingBnr-pc>.floating-banner img {
  max-width: 120px;
  filter: drop-shadow(3px 3px 3px #202747);
}

.floatingBnr-sp>.floating-banner img {
  max-width: 400px;
  margin: 0 auto;
  filter: drop-shadow(3px 3px 3px #202747);
}

.floatingBnr-pc>.floating-banner img:hover {
  transform: translateY(-5px);
}

.floatingBnr-sp>.floating-banner img:hover {
  transform: translateY(-5px);
}

.floatingBnr {
  display: none;
  /*最初は隠す*/

}

.body-in {
  position: relative;
}

.floatingBnr-sp {
  display: none;
}

/* ヒーロー */

.main-view-container {
  background-color: #b2ddda;
  width: 100%;
  height: 95vh;
}

.main-view {
  background-image: url(../images/main-img.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position-x: right;
  height: 95vh;
  padding-top: 20vh;
}

.main-view-inner {
  text-align: left;
  margin: 0 auto;
  position: relative;
  z-index: 0;
}

.main-view-inner img {
  max-width: 1459px;
  margin-bottom: 38px;
}

.sub-catch {
  font-size: clamp(1.563rem, 0.893rem + 1.339vw, 2.5rem);
  margin-bottom: 36px;
  color: #1d295d;

}

.sub-catchBr {
  display: none;
}

.hero-circle-container {
  display: flex;
  margin-bottom: 89px;
  position: relative;
  z-index: 5;
  gap: 47px;
}

.hero-circle {
  background-color: #f6f3ef;
  aspect-ratio: 1/1;
  flex-grow: 1;
  border-radius: 50%;
  max-width: 180px;
  position: relative;
}

.hero-circle>p {
  display: table;
  font-size: clamp(1rem, 0.744rem + 0.63vw, 1.5rem);
  color: #1d295d;
  text-align: center;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;

}


/* イントロダクション */
.introduction {
  padding: 80px 0 80px;
  background-color: #b2ddda;
  padding-bottom: 190px;
  position: relative;
  z-index: -100;

}



.introduction_title {
  color: #1d295d;
  /* font-size: 35px; */
  font-size: clamp(1.5rem, 1.607rem + 0.536vw, 2.25rem);
  line-height: 1.8;
  margin-bottom: 32px;
  font-weight: 400;
  /* wbrで改行 */
  word-break: keep-all;
  overflow-wrap: break-word;
}

.introduction_box {
  display: flex;
  align-items: center;
  height: auto;
  margin-bottom: 114px;
}

.introduction_box img {
  max-width: 50%;
  position: relative;
  left: -20px;
}

.introduction-text-box {
  text-align: left;
  color: #1d295d;
  width: 50%;
}


.introduction-text-box>h3 {
  font-size: 25px;
  margin-bottom: 44px;
  line-height: 1.6;
  /* wbrで改行 */
  word-break: keep-all;
  overflow-wrap: break-word;
}

.introduction-text-box>p {
  text-align: justify;
  font-size: 18px;

}

.campaign-appeal {
  font-size: 35px;
  color: #1d295d;
  margin-bottom: 100px;
  /* wbrで改行 */
  word-break: keep-all;
  overflow-wrap: break-word;
}

/* キャンペーン */
.campaign-circle::before {
  content: "";
  background-image: url(../images/bg-circle.svg);
  position: absolute;
  top: -200px;
  right: 0;
  left: 0;
  margin: auto;
  height: 200px;
  width: 100%;
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -100;
}

.campaign-circle2::before {
  content: "";
  background-image: url(../images/bg-circle.svg);
  position: absolute;
  top: -200px;
  right: 0;
  left: 0;
  margin: auto;
  height: 200px;
  width: 100%;
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -100;
  background-color: #f6f3ee;
}

.campaign-circle,
.campaign-circle2 {
  width: 100%;
  position: relative;
  z-index: -99;
  height: auto;
}

.campaign-sub-title,
.campaign-sub-title2 {
  color: #fff !important;
}

.campaign-container {
  background-color: #1d295d;
  position: relative;
  z-index: -30;
}

.campaign-container2 {
  background-color: #1d295d;
  position: relative;
  z-index: -30;
  margin-top: 200px;
}

.campaign-inner,
.campaign-inner2 {
  padding-bottom: 106px;
}

.campaign-color-white {
  color: #fff;
  /* wbrで改行 */
  word-break: keep-all;
  overflow-wrap: break-word;
}


.main-offer-container {
  max-width: clamp(50rem, 35.714rem + 22.321vw, 62.5rem);
  margin: 0 auto;
  background-color: #fff;
  padding: 46px;
  border-radius: 10px;
}

.campaign-flex {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 29px;
  margin-bottom: 24px;
}

.campaign-flex p {
  color: #f5f080;
}

.campaign-text1 {
  font-size: 30px;
  line-height: 1;
  margin-right: 10px;

}

.campaign-text2 {
  font-size: 70px;
  line-height: 1;

}

.campaign-period {
  color: #fff;
  font-size: 16px;
  margin-bottom: 40px;

}

/* キャンペーンのボックス */
.main-offer-text-box-period,
.main-offer-text-box-fee {
  display: flex;
  justify-content: center;
  align-items: center;
}

.main-offer-text-box-period {
  margin-bottom: 20px;
}

.main-offer-text1 {
  font-size: 28px;
  color: #1d295d;
  margin-bottom: 20px;
  line-height: 1.4;
}

.main-offer-text2 {
  text-align: left;
  font-size: clamp(1.125rem, 0.911rem + 0.335vw, 1.313rem);
  /* font-size: 21px; */
  color: #1d295d;
  margin-right: 8px;
}

.main-offer-text3 {
  font-size: clamp(1.125rem, 0.911rem + 0.335vw, 1.313rem);
  /* font-size: 20px; */
  color: #fff;
  display: block;
  background-color: #1d295d;
  padding: 7px 14px 7px 22px;
}

.main-offer-text1,
.main-offer-text2,
.main-offer-text3,
.main-offer-text4,
.main-offer-text5 {
  /* wbrで改行 */
  word-break: keep-all;
  overflow-wrap: break-word;

}

.main-offer-text-box-course {
  color: #1d295d;
  position: relative;
  margin-bottom: 22px;
  /* wbrで改行 */
  word-break: keep-all;
  overflow-wrap: break-word;
}

.main-offer-text-box-course::before {
  content: "";
  width: auto;
  height: 30%;
  background-color: #b2ddda;
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}

.main-offer-text-box-course p {
  font-size: 35px;
  position: relative;
  z-index: 10;
  line-height: 1.2;
}

.main-offer-text-box-course span {
  font-size: 48px;
  margin-left: 20px;
}

.main-offer-text-box-fee {
  color: #1d295d;
  align-items: end;
  line-height: 1.2;
}

.main-offer-text4 {
  font-size: 22px;
  padding-bottom: 5px;
}


.main-offer-text4>span {
  font-size: 13px;
  margin-right: 20px;
}

.main-offer-text-box-cam {
  display: flex;
  align-items: baseline;
}

.main-offer-text5 {
  font-size: clamp(1.25rem, 0.679rem + 0.893vw, 1.75rem);
  white-space: nowrap;
}

.main-offer-text6 {
  font-size: clamp(1.25rem, 0.679rem + 0.893vw, 1.75rem);
  margin-left: 10px;
}

.main-offer-text6>span {
  font-size: clamp(2.188rem, 1.545rem + 1.004vw, 2.75rem);
  /* font-size: 44px; */
}

/* キャンペーンサブ */
.sub-offer {
  margin: 0 auto;
  max-width: clamp(50rem, 35.714rem + 22.321vw, 62.5rem);
  padding: 16px;
  justify-content: left;
  display: flex;
  gap: 16px;
}

.sub-offer-box1,
.sub-offer-box2 {
  display: flex;
  align-items: center;
}

.sub-offer-heading {
  /* font-size: 24px; */
  font-size: clamp(1.25rem, 0.964rem + 0.446vw, 1.5rem);
  color: #1d295d;
  background-color: #b2ddda;
  padding: 12px 10px;
  margin-right: 10px;
  line-height: 1;
  /* wbrで改行 */
  word-break: keep-all;
  overflow-wrap: break-word;
}

.sub-offer-text {
  color: #fff;
  /* font-size: 24px; */
  font-size: clamp(1.25rem, 0.964rem + 0.446vw, 1.75rem);
  margin-left: 6px;
  font-weight: 300;
  text-align: left;
  line-height: 1.2;
  /* wbrで改行 */
  word-break: keep-all;
  overflow-wrap: break-word;
}

.offer-annotation {
  font-size: 12px;
  color: #fff;
  /* wbrで改行 */
  word-break: keep-all;
  overflow-wrap: break-word;
}

/* レッスン */
.lesson {
  padding-top: 100px;
}


/* 特徴 */
.tokucho-container {
  margin: 80px auto 80px;
  padding-right: 50px;
  padding-left: 50px;
}

.tokucho1,
.tokucho2 {
  display: flex;
  flex-grow: 1;
  justify-content: space-between;
}

.tokucho-box {
  padding: 10px;
}

.tokucho1 {
  margin-bottom: 20px;
}

.tokucho2 {
  max-width: 800px;
  margin: 0 auto;
}

.tokucho-box-flex {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}

.number {
  font-size: 60px;
  color: #b2ddda;
  margin-right: 12px;
}

.tokucho-head {
  font-size: 20px;
  text-align: left;
  color: #232323;
}

.tokucho1>.tokucho-box {
  width: 28%;
  display: flex;
  flex-direction: column;
}

.tokucho2>.tokucho-box {
  width: 40%;
  display: flex;
  flex-direction: column;
}

.tokucho1>.tokucho-box-reverse {
  flex-direction: column-reverse;
}

.tokucho2>.tokucho-box-reverse {
  flex-direction: column-reverse;
}


.tokucho-text {
  text-align: justify;
  margin-bottom: 24px;
  color: #232323;
  word-break: break-all;

}

/* レッスンコース */
.course-container {
  background-color: #f6f3ee;
  padding: 130px 0 38px;
  position: relative;
  z-index: -500;
}

.course-inner {
  margin-bottom: 56px;
}

.sub-title-set {
  margin-bottom: 60px;
}

.sub-title-set p {
  font-size: 25px;
  line-height: 1;
  margin-bottom: 10px;
  color: #1d295d;
}

.sub-title-set p span {
  font-size: clamp(1.25rem, 1.027rem + 0.446vw, 1.563rem);
  /* font-size: 25px; */
}



.sub-title-set h3 {
  font-size: 35px;
  line-height: 1;
  color: #1d295d;

}

.course-item-container {
  display: flex;
  justify-content: space-between;
  gap: 17px;

}

.course01,
.course02,
.course03 {
  max-width: 323px;
  flex: 1;
  background-color: #fff;
  padding: 20px;
  margin: 0 auto;
  text-align: center;
  border-radius: 10px;
  position: relative;
  padding-top: 55px;
  z-index: -100;

}

.course01::before {
  content: "キャンペーン対象コース";
  font-size: 14px;
  line-height: 1;
  color: #1d295d;
  padding-top: 7px;
  width: 100%;
  height: 29px;
  background-color: #b2ddda;
  position: absolute;
  border-radius: 10px 10px 0 0;
  top: 0;
  right: 0;
  left: 0;
  margin: auto;
  z-index: -50;

}

.course02::before,
.course03::before {
  content: "";
  width: 100%;
  height: 29px;
  background-color: #1d295d;
  position: absolute;
  border-radius: 10px 10px 0 0;
  top: 0;
  right: 0;
  left: 0;
  margin: auto;
  z-index: -50;
}

.course-item-box-container {
  width: 100%;
  padding: 15px;
  align-self: flex-start;

}


.course-item-box {
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}

.course-name-flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;

}

.course-name-flex h4 {
  font-size: 30px;
  border-radius: 30px;
  color: #1d295d;
  margin-right: 17px;
  margin-left: 30px;
}

.course-name-flex p {
  font-size: 14px;
  line-height: 1;
  color: #1d295d;
  background-color: #b2ddda;
  padding: 5px;
  border-radius: 3px;
}

.course-item-box dt {
  width: 20%;
  margin: 0;
  font-size: 14px;
  color: #232323;
  line-height: 1.2;
  padding: 1em 1em 1em 0;
  align-items: center;
  text-align: justify;
  text-align-last: justify;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.nowrap {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.course-item-box dd {
  flex-direction: column;
  align-items: flex-start;
  width: 80%;
  height: auto;
  margin: 0;
  font-size: 16px;
  font-weight: normal;
  color: #232323;
  padding: 1em 0 1em 0;
  align-items: center;
  line-height: 1.4;
  text-align: justify;
  flex-grow: 1;

}

.fontSmall {
  font-size: 14px;
  flex-wrap: nowrap;
  margin: 0;
  line-height: 1.2;
}


/* コース補足 */
.course-hosoku-item01 {
  display: flex;
  justify-content: space-between;
  margin-bottom: 17px;
  flex-grow: 1;
  flex-wrap: nowrap;
}

.course-hosoku-item02 {
  display: flex;
  background-color: #fff;
  border-radius: 10px;
  margin-bottom: 73px;
  align-items: center;
  padding: 20px;
  justify-content: space-between;
  flex-wrap: nowrap;

}


.course-jikan,
.course-nittei {
  display: flex;
  flex-direction: column;
  width: auto;
  flex-grow: 1;

}

.course-jikan-box p {
  /* wbrで改行 */
  word-break: keep-all;
  overflow-wrap: break-word;

}

.course-jikan-box,
.course-nittei-box {
  display: flex;
  justify-content: space-between;
  background-color: #fff;
  align-items: center;
  border-radius: 10px;
  padding: 15px;
  margin-bottom: 16px;
  flex-grow: 1;
  height: 100px;
}

.course-jikan-box,
.course-nittei-box,
.course-hosoku-item02 {
  position: relative;
  overflow: visible;
  padding-left: 65px;
}

.course-jikan-box::before,
.course-nittei-box::before,
.course-hosoku-item02::before {
  content: "";
  width: 65px;
  height: 68px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left 0 center;
  position: absolute;
  overflow: visible;
  z-index: 10;
  top: 0;
  left: -13px;
  bottom: 0;
  margin: auto;
}

.course-jikan-box::before {
  background-image: url(../images/course-icon01.png);

}

.course-nittei-box::before {
  background-image: url(../images/course-icon02.png);
}

.course-hosoku-item02::before {
  background-image: url(../images/course-icon03.png);
}

.course-jikan {
  margin-right: 35px;
  max-width: 35%;
}

.course-hosoku-item01-bottom {
  display: flex;
  flex-grow: 1;
  font-size: 0.875rem;
  letter-spacing: 1;
}

.course-hosoku h3 {
  font-size: 18px;
  margin-right: 16px;
  color: #232323;
  text-align: left;
  /* wbrで改行 */
  word-break: keep-all;
  overflow-wrap: break-word;
}

.course-hosoku-item02 h3 {
  margin-right: 20px;

}

.course-hosoku h4 {
  font-size: 16px;
  color: #232323;
  text-align: left;
}

.course-hosoku p {
  font-size: 16px;
  color: #232323;
  text-align: left;


}

.course-nittei-sub-text {
  font-size: 0.875rem;
  line-height: 1.4;
  color: #232323;
  text-align: justify;
  width: 60%;
  border-left: solid 1px #232323;
  padding-left: 17px;

}

.course-sub-item {
  display: flex;
  flex-direction: column;
}

.course-sub-item h4 {
  font-weight: 400;
}

.course-sub-item p {
  font-size: 12px;
}

.course-hosoku-offer-p {
  font-size: clamp(1.563rem, 1.398rem + 0.658vw, 2.188rem);
  /* font-size: 35px; */
  color: #1d295d;
  /* wbrで改行 */
  word-break: keep-all;
  overflow-wrap: break-word;
}

/* 特典とCTA */
.offer-cta {
  background-color: #1d295d;
  padding: 52px 0 80px;
}

.offer-cta-title,
.offer-cta-price {
  display: flex;
  justify-content: center;
  color: #fff;
  align-items: center;
  line-height: 1;
  margin-bottom: 29px;
  font-weight: 400;
  flex-wrap: wrap;
  gap: 10px;
}

.offer-cta-title-offer {
  color: #f5f080;
  display: flex;
  width: auto;
  margin: 0 auto;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  margin-bottom: 23px;
  line-height: 1;
  text-align: left;
  flex-wrap: wrap;
}

.offer-cta-p1 {
  font-size: clamp(1.5rem, 1.571rem + 0.357vw, 2rem);
  /* font-size: 32px; */
  margin-right: 10px;
  line-height: 1.2;
}

.offer-cta-p2 {
  font-size: clamp(2.0rem, 2.027rem + 0.446vw, 2.563rem);
  /* font-size: 41px; */
}

.offer-cta-p3,
.offer-cta-p4,
.offer-cta-p6,
.offer-cta-set {
  /* wbrで改行 */
  word-break: keep-all;
  overflow-wrap: break-word;
}

.offer-cta-p3 {
  font-size: clamp(1.625rem, 1.446rem + 0.357vw, 1.875rem);
  /* font-size: 30px; */
  line-height: 1;
  margin-right: 24px;
}

.offer-cta-p4 {
  font-size: clamp(3.75rem, 3.304rem + 0.893vw, 4.375rem);
  /* font-size: 70px; */
  line-height: 1;
}

.offer-cta-price {
  line-height: 1;
  margin-bottom: 19px;
  align-items: flex-end;
  flex-wrap: wrap;
}

.offer-cta-p5 {
  font-size: clamp(1.125rem, 0.946rem + 0.357vw, 1.375rem);
  /* font-size: 22px; */
  margin-right: 22px;
  bottom: 0;
}

.offer-cta-p5 span {
  font-size: 13px;
  line-height: 1;
}

.offer-cta-p6 {
  font-size: clamp(1.25rem, 1.071rem + 0.357vw, 1.5rem);
  /* font-size: 24px; */
  line-height: 1;
  margin-left: 6px;
}

.offer-cta-p6 span {
  font-size: clamp(2.25rem, 2.071rem + 0.357vw, 2.5rem);
  /* font-size: 40px; */
}


.offer-cta-date {
  font-size: 14px;
  margin: 0 auto;
  color: #fff;
  margin-bottom: 60px;
  border: 1px solid #fff;
  max-width: 400px;
  padding: 6px;

}

.offer-cta-set {
  margin-bottom: 60px;
}

.offer-cta-set p {
  color: #ffffff;
  font-size: 20px;
  margin-bottom: 50px;
}

.offer-cta-set a {
  background-color: #cdf5c8;
  color: #1d295d;
  font-size: 27px;
  padding: 30px 90px;
  margin-bottom: 32px;
  position: relative;
  line-height: 1.2;
}

.offer-cta-btn:hover {
  background-color: #f5f080;

}

.offer-cta-set a::after {
  content: "";
  background-image: url(../images/offer-arrow.png);
  width: 13px;
  height: 25px;
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  margin: auto;
}

.offer-cta-link {
  color: #fff;
  /* wbrで改行 */
  word-break: keep-all;
  overflow-wrap: break-word;

}

.offer-cta-link a {
  border-bottom: #fff solid 1px;
}



/* 学習モデル */
.model-container {
  color: #1d295d;
  background-color: #f6f3ee;
  text-align: center;
  padding: 97px 0 85px;
}

.model-container-p {
  margin-bottom: 44px;
  font-size: clamp(1rem, 0.821rem + 0.357vw, 1.25rem);
  /* font-size: 20px; */
  line-height: 1.7;
}


.contents-model li {
  font-size: 1rem;
  line-height: 1.2;
  display: flex;
  margin-bottom: 1.5rem;
  width: 100%;
}


.contents-model li:last-child {
  margin-bottom: 0;
}

.week {
  width: 13%;
  margin-right: 5px;
  color: #1d295d;
  font-weight: 600;
}

/* 講師 */
.instructor-container {
  color: #1d295d;
  background-color: #f6f3ee;
  text-align: center;
  padding: 50px 0 85px;
}


.instructor-container-p {
  margin-bottom: 44px;
  font-size: clamp(1rem, 0.821rem + 0.357vw, 1.25rem);
  /* font-size: 20px; */
  line-height: 1.7;
}

.instructor-img img {
  border-radius: 50%;
  width: 190px;
  margin-bottom: 28px;
}

.instructor-detil-container {
  width: 100%;
}

.instructor-detil-inner {
  display: flex;
  gap: 20px;
}

.instructor-detil-box {
  background-color: #fff;
  border-radius: 8px;
  flex: 1;
  height: auto;
  padding: 26px 24px;
  display: flex;
  flex-direction: column;
}

.instructor-detil-text {
  text-align: justify;

}

.instructor-name {
  text-align: center;
  margin: 0 auto;
}

.instructor-name1 {
  font-size: 17px;
  line-height: 1;
  width: 100%;
  padding: 10px 0 8px;
  background-color: #f6f3ee;
  margin-bottom: 10px;
  letter-spacing: 1rem;
  padding-left: 10px;
}

.instructor-name2 {
  font-size: 14px;
  line-height: 1;
  margin-bottom: 15px;
  letter-spacing: 0.2rem;
  border-bottom: #1d295d 1px solid;
  width: 100%;
  padding: 4px 4px 10px;

}

.instructor-name1,
.instructor-name2 {
  /* wbrで改行 */
  word-break: keep-all;
  overflow-wrap: break-word;
}

.instructor-occupation {
  font-size: 12px;
  line-height: 1;
  margin-bottom: 4px;
  letter-spacing: 0.1rem;
  /* wbrで改行 */
  word-break: keep-all;
  overflow-wrap: break-word;
}

.instructor-p1 {
  margin-bottom: 14px;
  font-size: 16px;
  position: relative;
  text-align: justify;
  flex-grow: 1;
  min-height: 180px;
}

.instructor-p2 {
  font-size: 14px;
  text-align: justify;
}

.instructor-career {
  background-color: #f6f3ee;
  font-size: 12px;
  padding: 2px;
  color: #1d295d;
  text-align: center;
  width: 100%;
  margin-bottom: 10px;

}

.instructor-career>span {
  margin-right: 2rem;
}

/* サポート */
.support {
  padding-top: 130px;
  padding-bottom: 130px;
}

.support-title-p {
  margin-bottom: 58px;
  /* font-size: 20px; */
  font-size: clamp(1.125rem, 1.036rem + 0.179vw, 1.25rem);
  line-height: 1.7;
  color: #1d295d;
  /* wbrで改行 */
  word-break: keep-all;
  overflow-wrap: break-word;
}

/* チャート */
.chart-container {
  background-color: #b2ddda;
  padding: 78px 48px;
  position: relative;
  z-index: -1;
  margin-bottom: 20px;
  border-radius: 8px;
}

.chart-inner {
  display: flex;
  margin-bottom: 60px;
}

.chart-box {
  width: 45%;
  text-align: center;
  margin: 0 auto;
}

.chart-box p {
  font-size: clamp(1rem, 0.732rem + 0.536vw, 1.375rem);
  /* font-size: 22px; */
  margin-bottom: 20px;
}

.chart-box>p {
  white-space: nowrap
}

.chart-box h3 {
  font-size: clamp(1.875rem, 1.250rem + 1.25vw, 2.75rem);
  /* font-size: 44px; */
  line-height: 1;
  margin-bottom: 35px;
  color: #1d295d;

}

.chart-box-line h5 {
  position: relative;
  max-width: 400px;
}

.chart-box h3,
.chart-box h5,
.chart-box-title-sub {
  /* wbrで改行 */
  word-break: keep-all;
  overflow-wrap: break-word;
}

.chart-box-line h5::after {
  content: "";
  position: absolute;
  height: 11px;
  width: 100%;
  background-color: #f6f3ef;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  z-index: -1;

}


.chart-container>p {
  /* font-size: 40px; */
  font-size: clamp(1.875rem, 1.655rem + 0.704vw, 2.5rem);
  color: #1d295d;
  /* wbrで改行 */
  word-break: keep-all;
  overflow-wrap: break-word;
}

.chart-conclusion {
  /* font-size: 40px; */
  font-size: clamp(1.5rem, 1.398rem + 0.658vw, 2.188rem);
  color: #1d295d;
  /* wbrで改行 */
  word-break: keep-all;
  overflow-wrap: break-word;
}

.chart {
  position: relative;
  margin-bottom: 87px;
}

.chart-value {
  color: #1d295d;
  line-height: 1;
  position: absolute;
  top: 120px;
  right: 0;
  bottom: 120px;
  left: 0;
  margin: auto;
  text-align: center;
}

.chart p {
  font-size: clamp(2.813rem, 2.143rem + 1.339vw, 3.75rem);
  /* font-size: 60px; */
}

.chart span {
  font-size: clamp(3.75rem, 3.156rem + 1.901vw, 5.438rem);
  /* font-size: 87px; */
}

.chart-detil {
  display: flex;
  flex-direction: column;
  text-align: center;
}

.chart-detil-innner {
  text-align: justify;
  max-width: 400px;
}

.chart-detil-innner h6 {
  font-size: 18px;
  color: #1d295d;
  margin-bottom: 16px;
  line-height: 1;
  position: relative;
  left: 28px;
}

.chart-detil-innner h6::after {
  content: "";
  background-image: url(../images/chart-check.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  height: 24px;
  width: 24px;
  bottom: 0;
  top: 0;
  left: -28px;
  margin: auto;
  z-index: -1;

}

.chart-detil-innner p {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 24px;
}

.chart-detil h5 {
  font-size: clamp(1.25rem, 1.027rem + 0.446vw, 1.563rem);
  /* font-size: 25px; */
  color: #1d295d;
  margin-bottom: 44px;
}

.brSp {
  display: none;
}


.support-chuushaku-box {
  width: auto;
  margin: 0 auto;
}

.support-chuushaku {
  font-size: 12px;
  text-align: center;
  /* wbrで改行 */
  word-break: keep-all;
  overflow-wrap: break-word;
}

/* 5つのサポート */

.support-point {
  padding: 76px 36px 0;
}

.support-point h3 {
  /* font-size: 35px; */
  font-size: clamp(1.563rem, 1.398rem + 0.658vw, 2.188rem);
  color: #1d295d;
  margin-bottom: 60px;
  /* wbrで改行 */
  word-break: keep-all;
  overflow-wrap: break-word;
}

.point01,
.point02 {
  display: flex;
  margin-bottom: 48px;
  gap: 30px;
  object-position: top;
}

.point02 {
  flex-direction: row-reverse;
  margin-bottom: 82px;
  object-position: top;
}

.point01 img,
.point02 img {
  max-width: 50%;
  object-fit: contain;
}

.point01-text,
.point02-text {
  display: flex;
  flex-direction: column;
  text-align: justify;
  color: #1d295d;
}

.point01-text h4,
.point02-text h4 {
  font-size: 25px;
  margin: 100px 0 44px;
  position: relative;
  text-align: left;
  /* wbrで改行 */
  word-break: keep-all;
  overflow-wrap: break-word;
}

.point01-text h4::before,
.point02-text h4::before {
  content: "POINT";
  font-size: 18px;
  position: absolute;
  background-color: #cdf5c8;
  padding: 22px 8px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  z-index: -5;
  top: -50px;
  left: -40px;
}


.point01-text p,
.point02-text p {
  font-size: 18px;
  text-align: justify;
}



.supports-sub-p {
  font-size: 20px;
  line-height: 1;
  margin-bottom: 67px;
  color: #1d295d;
  /* wbrで改行 */
  word-break: keep-all;
  overflow-wrap: break-word;
}

.supports {
  margin-bottom: 100px;
}

.supports-ditil-container {
  display: flex;
  gap: 35px;

}

.supports-ditil {
  display: flex;
  flex-direction: column;
  flex: 1;

}

.supports-ditil-container h4 {
  font-size: 16px;
  display: flex;
  justify-content: center;
  color: #1d295d;
  padding: 10px 0;
  width: 80%;
  text-align: center;
  margin: 0 auto 16px;
  border-top: #1d295d 1px solid;
  border-bottom: #1d295d 1px solid;
}

.supports-ditil-container p {
  font-size: 16px;
  text-align: justify;
}

.support-point-sub-p {
  /* font-size: 35px; */
  font-size: clamp(1.563rem, 1.398rem + 0.658vw, 2.188rem);
  line-height: 1.4;
  color: #1d295d;
  /* wbrで改行 */
  word-break: keep-all;
  overflow-wrap: break-word;
}


/* スクールの環境 */
.facilities {
  margin-bottom: 88px;
}

.facilities-ditil-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 24px;

}

.facilities-ditil {
  flex: 1;

}

.facilities-ditil h4 {
  /* wbrで改行 */
  word-break: keep-all;
  overflow-wrap: break-word;
}

.facilities-ditil-img {
  max-height: 400px;
  margin-bottom: 24px;
}

.facilities-ditil h4 {
  font-size: 17px;
  color: #1d295d;
  margin: 24px 0 12px;
  line-height: 1;
}

.facilities-ditil p {
  font-size: 16px;

}


/* 卒業生 */
.voice {
  padding: 130px 0 130px;
  background-color: #b2ddda;
}

.voice-title-p {
  margin-bottom: 58px;
  font-size: 20px;
  line-height: 1.7;
  color: #1d295d;
}

.voice-slider-img img {
  border-radius: 50%;
  width: 190px;
  margin-bottom: 28px;
}

.voice-slider-container {
  width: 100%;
}

.voice-slider-inner {
  display: flex;
}

.voice-slider-box {
  background-color: #f6f3ee;
  border-radius: 8px;
  /* flex: 1; */
  width: 320px;
  height: auto;
  padding: 26px 24px;
}

.voice-slider-text {
  text-align: justify;
  font-size: 16px;

}

.voice-name {
  text-align: center;
  margin: 0 auto;
}

.voice-name1 {
  font-size: 17px;
  line-height: 1.3;
  width: 100%;
  padding: 7px;
  background-color: #b2ddda;
  margin-bottom: 9px;
  /* wbrで改行 */
  word-break: keep-all;
  overflow-wrap: break-word;
}

.voice-name2 {
  font-size: 13px;
  line-height: 1;
  margin-bottom: 28px;
  /* wbrで改行 */
  word-break: keep-all;
  overflow-wrap: break-word;

}

.voice-name1 span {
  font-size: 12px;
}

/* よくある質問 */
.faq {
  padding: 130px 0 130px;
  background-color: #f6f3ee;
}

.faq-title-p {
  margin-bottom: 58px;
  font-size: 20px;
  line-height: 1.7;
  color: #1d295d;
  /* wbrで改行 */
  word-break: keep-all;
  overflow-wrap: break-word;

}

.accordion .answer {
  background-color: #fff;
  padding: 24px 42px;
  border-radius: 6px;
}

/* クロージング */
.closing-container {
  padding-top: 100px;
}

.closing-info-p1 {
  color: #1d295d;
  margin-bottom: 80px;
  font-size: clamp(1.75rem, 1.393rem + 0.714vw, 2.25rem);
  /* wbrで改行 */
  word-break: keep-all;
  overflow-wrap: break-word;
}

.closing-info-p2 {
  color: #1d295d;
  font-size: 16px;
  line-height: 1;
  margin-bottom: 39px;
  /* wbrで改行 */
  word-break: keep-all;
  overflow-wrap: break-word;
}

.closing-offer-bnr-p1 {
  font-size: clamp(1.375rem, 1.196rem + 0.357vw, 1.625rem);
  /* font-size: 26px; */
  margin-bottom: 13px;
  color: #1d295d;
  /* wbrで改行 */
  word-break: keep-all;
  overflow-wrap: break-word;

}

.closing-offer-bnr-p2 {
  font-size: 15px;
  padding: 5px;
  width: 100%;
  color: #1d295d;
  background-color: #f5f080;
  border-radius: 6px;

}

.closing-offer-bnr {
  color: #1d295d;
  background-color: #ffffff;
  border: #1d295d solid 2px;
  border-radius: 10px;
  max-width: 600px;
  font-size: 27px;
  padding: 48px 19px 18px;
  margin: 0 auto 30px;
  position: relative;
  filter: drop-shadow(3px 3px 3px #202747);


}

.closing-offer-bnr::before {
  content: "";
  background-image: url(../images/closing-img01.png);
  background-repeat: no-repeat;
  background-size: contain;
  height: 102px;
  width: 118px;
  position: absolute;
  top: -60px;
  right: 0;
  left: 0;
  margin: auto;

}

.closing-offer-bnr:hover {
  transform: translateY(-5px);

}

.seikyu-btn-container {
  display: flex;
  flex-direction: row;
  justify-content: center;
  max-width: 600px;
  margin: 0 auto 56px;
  gap: 30px;
}

.seikyu-btn-container a {
  display: block;
  flex: 1;
  padding: 16px 30px;
  background-color: #1d295d;
  color: #fff;
  border-radius: 8px;
  position: relative;
  text-align: left;
  letter-spacing: 1.5;
  font-size: clamp(0.875rem, 0.786rem + 0.179vw, 1rem);
}

.seikyu-btn-container a:hover,
.seikyu-info-container a:hover {
  opacity: 0.8;
}

.seikyu-btn-container a::after {
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  right: 16px;
  bottom: 0;
  margin: auto;


}

.seikyu-btn-container .seikyu-btn1::after {
  background-image: url(../images/icon-shiryo.svg);
  width: 24px;
  height: 27px;
}

.seikyu-btn-container .seikyu-btn2::after {
  background-image: url(../images/icon-toiawase.svg);
  width: 31px;
  height: 19px;
}

.seikyu-info-container p {
  color: #1d295d;
  font-size: 19px;
  line-height: 1;
  margin-bottom: 24px;
}

.seikyu-info-tel {
  color: #1d295d;
  font-size: 43px;
  line-height: 1;
  /* margin-bottom: 27px; */
}

.seikyu-info-school {
  color: #1d295d;
  font-size: 19px;
  line-height: 1;
  margin: 27px auto 106px;
  position: relative;
  max-width: 250px;
  height: auto;
}

.seikyu-info-school ::after {
  content: "";
  width: 6px;
  height: 13px;
  position: absolute;
  background-image: url(../images/closing-arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  top: 2px;
  bottom: 0;
  right: 0;
  margin: auto;
}

.seikyu-info-school a {
  padding: 4px;
}

/* フッター */
.footer-top {
  padding-top: 26px;
  background-color: #f6f3ee;
}

.footer-logo {
  margin-bottom: 25px;
}

.footer-top-inner p,
.footer-top-inner li,
.footer-top-inner a {
  color: #1d295d;
}

.footer-top-p1 {
  margin-bottom: 14px;
  font-size: 16px;
  line-height: 1;
}

.footer-top-p2 {
  margin-bottom: 21px;
  font-size: 24px;
  line-height: 1;

}

.footer-top-list-container {
  display: flex;
  margin: 0 auto;
  gap: 76px;
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-bottom: 28px;
}

.footer-top-list-container a:hover {
  opacity: 0.8;
}

.footer-top-list-container>div {
  max-width: 300px;
}

.sns-list {
  display: flex;
  gap: 17px;
}

.footer-nav-list {
  display: flex;
  justify-content: center;
  margin: 0 auto;
  align-items: center;


}

.footer-nav-list li {
  padding: 2px 10px;
  font-size: 14px;
  line-height: 1.2;
  border-right: 1px solid #1d295d;
  margin-bottom: 32px;
  /* wbrで改行 */
  word-break: keep-all;
  overflow-wrap: break-word;
  height: 1.5rem;
  vertical-align: middle;
}

.footer-nav-list li a {
  display: block;
  padding: 2px 6px;
}

.footer-nav-list li a:hover {
  opacity: 0.8;
}

.footer-nav-list li:last-child {
  border-right: 0;
}

/* フッターボトム */
.footer-bottom {
  background-color: #1d295d;
  padding: 19px;
}

.footer-bottom-inner {
  font-size: 12px;
  margin: 0 auto;
}

.footer-link-list {
  color: #fff;
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
}

.footer-link-list a:hover {
  opacity: 0.8;
}


/* スライダー */
.swiper {
  height: auto;
}

.swiper-wrapper {
  /* wrapperのサイズを調整 */
  width: 100%;
  height: auto;
  display: flex;
  margin-bottom: 60px;
}

.swiper-slide {
  /* スライドのサイズを調整、中身のテキスト配置調整、背景色 */
  /* color: #ffffff; */
  /* width: 40%; */
  flex-grow: 1;
  /* height: 100%; */
  /* margin: 8px; */
  text-align: center;
  height: auto !important;
}

.swiper-button-prev,
.swiper-button-next {
  width: 40px;
  /* ボタンの幅 */
  height: 40px;
  /* ボタンの高さ */
  background-size: 25px 25px;
  background-position: center;
  /* 表示したいサイズ */
  background-repeat: no-repeat;
  transform: translateY(-50%);
  margin-top: 0;
  background-color: #b2ddda;
  /* background-color: rgba(255, 255, 255, 0.5); */
  padding: 10px;
}

/* 次ページボタンのスタイル */
.swiper-button-next {
  background-image: url('../images/closing-arrow.svg');
  /* right: -10px; */

}

/* 前ページボタンのスタイル */
.swiper-button-prev {
  background-image: url('../images/closing-arrow.svg');
  transform: translateY(-50%) scale(-1, 1);
  /* 左右反転 */
}

.swiper-button-prev:after,
.swiper-button-next:after {
  display: none;
}

.swiper-pagination-bullet {
  width: 10px !important;
  height: 10px !important;
  margin: 0 0 0 12px !important;
  background: #1d295d !important;
}

.swiper-pagination-bullet:first-child {
  margin: 0 !important;
}

/* カレント表示 */
.link-current {
  color: #1d295d;
  position: relative;

}

.link-current2 {
  color: #cdf5c8;
  position: relative;

}

.link-current::before {
  content: "";
  background-color: #1d295d;
  height: 2px;
  width: 3rem;
  position: absolute;
  top: 0;
  left: -3rem;
  bottom: 0;
  margin: auto;
}

.link-current2::before {
  content: "";
  background-color: #cdf5c8;
  height: 3px;
  width: 3rem;
  position: absolute;
  top: 0;
  left: -3rem;
  bottom: 0;
  margin: auto;
}

/* アニメーション */
.fadein {
  animation-name: fadeIn;
  animation-delay: 0.4s;
  animation-duration: 0.75s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
  opacity: 0;
  /* transform: translateY(20px); */
  -ms-filter: blur(6px);
  filter: blur(6px);
}

.is-animated2 {
  animation-name: fadeIn;
  animation-delay: 0.75s;
  animation-duration: 0.75s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
  opacity: 0;
  -ms-filter: blur(6px);
  filter: blur(6px);
}

@keyframes fadeIn {
  0% {}

  100% {
    opacity: 1;
    transform: translateY(0);
    -ms-filter: blur(0px);
    filter: blur(0px);
  }
}


.is-animated {
  animation-name: slideIn;
  animation-delay: 0.2s;
  animation-duration: 0.75s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
  transform: translateY(100px);
  opacity: 0;

}

.delayBox1 {
  animation-delay: 0.4s;
}

.delayBox2 {
  animation-delay: 0.6s;
}

.delayBox3 {
  animation-delay: 0.8s;
}

.delayBox4 {
  animation-delay: 1.0s;
}

.delayBox5 {
  animation-delay: 1.2s;
}

.delayBox6 {
  animation-delay: 1.5s;
}

.slidein1 {
  animation-name: slideIn;
  animation-delay: 0.4s;
  animation-duration: 0.75s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
  transform: translateY(100px);
  opacity: 0;

}

.slidein2 {
  animation-name: slideIn;
  animation-delay: 0.6s;
  animation-duration: 0.75s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
  transform: translateY(100px);
  opacity: 0;
}

.slidein3 {
  animation-name: slideIn;
  animation-delay: 0.8s;
  animation-duration: 0.75s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
  transform: translateY(100px);
  opacity: 0;

}

.slidein4 {
  animation-name: slideIn;
  animation-delay: 1.0s;
  animation-duration: 0.75s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
  transform: translateY(100px);
  opacity: 0;

}

.slidein5 {
  animation-name: slideIn;
  animation-delay: 0.2s;
  animation-duration: 1.0s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
  transform: translateY(100px);
  opacity: 0;

}

@keyframes slideIn {
  0% {
    /* transform: translateY(100px);
    opacity: 0; */
  }

  100% {
    transform: translateY(0);
    opacity: 1;
  }
}


/* スクロール */
.scrollAnimation {
  position: relative;
  height: 50px;
  width: 00px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 auto;
  left: 45px;
}

/*------ scroll Down ------*/


.scroll-down {
  position: absolute;
  right: 45px;
  bottom: 0px;
  padding-left: 52px;
  /* margin-left: 81px; */
  z-index: 201;
  transform: rotateZ(-90deg);
  transform-origin: right bottom;
}

@keyframes scroll-down-line {
  0% {
    transform-origin: 0% 50%;
    transform: scale(1, 1);
  }

  20% {
    transform-origin: 0% 50%;
    transform: scale(0.001, 1);
  }

  20.01% {
    transform-origin: 100% 50%;
  }

  38% {
    transform-origin: 100% 50%;
    transform: scale(1, 1);
  }
}

@keyframes bounce {

  0%,
  15%,
  38%,
  60%,
  75% {
    transform: translateX(0);
  }

  30% {
    transform: translateX(10px);
  }

  45% {
    transform: translateX(5px);
  }
}

.scroll-down__line {
  position: absolute;
  left: 0;
  top: 50%;
  width: 44px;
  height: 0px;
  margin: -1px auto 0;
}

.scroll-down__line:after {
  content: '';
  display: block;
  width: 100%;
  height: 0;
  border-bottom: 2px solid #1d295d;
  transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 0s linear 0.5s;
  transform-origin: right center;
  transform: scale(0.001, 1);
  opacity: 0;
}

.scroll-down__text {
  color: #1d295d;
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: 0.2em;
  overflow: hidden;
}

.scroll-down__text span {
  display: block;
  transform: translate3d(0, 100%, 0);
  transition: transform 1.5s cubic-bezier(0.19, 1, 0.22, 1);
}

.scroll-down.is-active.is-inview .scroll-down__text {
  animation: bounce 2.5s infinite;
}

.scroll-down.is-active.is-inview .scroll-down__text span {
  transform: none;
}

.scroll-down.is-active.is-inview .scroll-down__line {
  animation: scroll-down-line 2.5s infinite 851ms;
}

.scroll-down.is-active.is-inview .scroll-down__line:after {
  transform: none;
  opacity: 1;
  transition: transform 1s cubic-bezier(0.23, 1, 0.32, 1), opacity 0s linear;
}

.is-body-touch .scroll-down {
  display: none;
}



@media screen and (max-width: 1024px) {

  /* ヘッダー */
  .header-inner {
    flex-direction: row;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .navPc {
    display: none;
  }

  .navSP,
  .menu-btn {
    display: block;
  }

  .header-logo img {
    max-width: 60%;
    z-index: 100;
  }

  .header-inner {
    height: auto;
  }

  /* 右上ボタン */
  .header-link {
    display: none;
  }

  /* ハンバーガー */
  /*メニューボタン　展開前*/
  .menu-btn {
    display: block;
    position: fixed;
    z-index: 50;
    right: 30px;
    top: 20px;
    width: 42px;
    height: 42px;
    cursor: pointer;
    text-align: center;
  }

  .menu-btn span {
    display: block;
    position: absolute;
    width: 30px;
    height: 2px;
    left: 6px;
    background: #1d295d;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }

  .menu-btn span:nth-of-type(1) {
    top: 10px;
  }

  .menu-btn span:nth-of-type(2) {
    top: 20px;
  }

  .menu-btn span:nth-of-type(3) {
    top: 30px;
  }

  /*メニューボタン　展開後*/
  .menu-btn.active span:nth-child(1) {
    top: 16px;
    left: 6px;
    background: #1d295d;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  .menu-btn.active span:nth-child(2),
  .menu-btn.active span:nth-child(3) {
    top: 16px;
    background: #1d295d;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  /* SPメニュー */
  .gnavi__sp-style {
    position: fixed;
    z-index: 10;
    top: 0;
    right: 0;
    color: #1d295d;
    background-color: rgba(255, 255, 255, 0.9);
    text-align: center;
    width: 100%;
    height: 100vh;
    opacity: 0;
    transition: opacity .6s ease, visibility .6s ease;
    display: flex;
    align-items: center;
    visibility: hidden;
  }

  .gnavi__sp-style ul {
    margin: 0 auto;
    padding: 0;
    width: 100%;
  }

  .gnavi__sp-style ul>li {
    list-style-type: none;
    padding: 0;
    width: 100%;
    transition: .4s all;
  }

  .gnavi__sp-style ul>li:last-of-type {
    padding-bottom: 0;
  }

  .gnavi__sp-style ul>li:hover {
    color: #fff;
    background: #1d295d;
  }

  .gnavi__sp-style ul>li a {
    display: block;
    color: #1d295d;
    padding: 1em 0;
    text-decoration: none;
  }

  .gnavi__sp-style ul>li a:hover {
    color: #fff;
  }

  .gnavi__sp-style.active {
    opacity: 1;
    visibility: visible;
  }

  /* ヒーロー */

  .main-view-inner {
    padding-left: 20px;
    padding-right: 20px;
  }

  .main-view-inner img {
    max-width: 90%;
  }

  .sub-catch {
    text-align: left;
    display: block;
    margin: 0 0 20px 30px;

  }

  .hero-circle-container {
    margin-bottom: 30px;
    gap: 30px;
  }

  /* イントロダクション */
  .introduction_title {
    line-height: 1.4;
    margin-bottom: 20px;
  }

  /* キャンペーン */
  .campaign-flex {
    flex-direction: column;
  }

  .campaign-text1 {
    margin-bottom: 10px;
    margin-right: 0px;
  }

  .main-offer-text1 {
    font-size: 24px;
  }

  .main-offer-text2 {
    margin-right: 5px;
  }

  .main-offer-text3 {
    padding: 7px 6px 7px 11px;
  }

  .main-offer-text-box-fee {
    text-align: center;
    align-items: center;
    flex-direction: column;
  }

  .sub-offer {
    padding: 20px 10px;
  }

  /* コース */
  .course-item-box {
    flex-direction: column;
    margin-top: 20px;
  }

  .course-item-box dt {
    width: 30%;
    margin: 0 auto;
    line-height: 1;
    padding: 0;
    display: inline;
    text-align: center;
  }

  .nowrap {
    display: inline;
  }

  .course-item-box dd {
    width: 100%;
    margin-bottom: 12px;
  }

  .course-jikan-box,
  .course-nittei-box {
    min-height: 130px;
    height: auto;
  }

  .course-nittei-sub-text {
    width: 50%;
    border-left: solid 1px #232323;
    padding-left: 10px;

  }
}

@media screen and (max-width: 799px) {

  /* 共通 */
  .title>h2 {
    margin-bottom: 40px;
  }

  .sub-title-set {
    margin-bottom: 30px;
  }

  /* ヘッダー */
  .header-logo img {
    max-width: 40%;

  }

  /* ヒーロー */
  .main-view-inner {
    text-align: center;
    margin: 0 auto;
  }

  .hero-circle-container {
    justify-content: space-between;
    max-width: 85%;
    margin: 0 auto;
    gap: 16px;
  }

  /* イントロダクション */
  .introduction_box {
    flex-direction: column;
    width: 100%;
    margin-bottom: 80px;
  }

  .introduction_box img {
    max-width: 80%;
    position: relative;
    left: 0px;
    margin-bottom: 40px;

  }

  .introduction-text-box {
    width: 80%;
    text-align: center;
  }

  /* キャンペーン */
  .main-offer-text-box-fee {
    align-items: center;
    justify-content: center;
  }

  .main-offer-container {
    padding: 32px;
  }

  .main-offer-text-box-course p {
    font-size: 30px;
    margin-top: 10px;
  }

  .main-offer-text-box-course span {
    font-size: 35px;
    margin-left: 20px;
  }

  .sub-offer {
    display: table;
  }

  .sub-offer-box1 {
    padding-bottom: 10px;
  }

  .sub-offer-heading {
    display: table-cell;
    width: 200px;
    padding: 6px 10px;
  }

  .main-offer-text4>span {
    font-size: 13px;
    margin-right: 00px;
  }

  .main-offer-text3 {
    /* wbrで改行解除 */
    white-space: nowrap;

  }

  .main-offer-text3 wbr {
    display: none;
  }

  /* レッスン */
  .tokucho-container {
    margin: 40px auto 40px;
  }

  .tokucho1,
  .tokucho2 {
    flex-direction: column;
    margin: 0 auto;
    max-width: 500px;
  }

  .tokucho1>.tokucho-box {
    width: 100%;
  }

  .tokucho2>.tokucho-box {
    width: 100%;
  }

  .tokucho1>.tokucho-box-reverse {
    flex-direction: column;
  }

  .tokucho2>.tokucho-box-reverse {
    flex-direction: column;
  }

  .tokucho-box {
    margin-bottom: 40px;
    padding: 0;
  }

  .support-title-p {
    margin-bottom: 40px;

  }

  .tokucho-text {
    margin-bottom: 10px;
  }

  .tokucho-box>img {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
  }

  .course-nittei-boxInner {
    justify-content: start;
  }



  /* コース */
  .course-item-container {
    flex-direction: column;
    gap: 30px;
  }

  .course01,
  .course02,
  .course03 {
    width: 100%;
    max-width: 80%;
  }

  .course-item-box {
    flex-direction: row;
    margin-top: 20px;
    padding: 16px;
  }

  .course-item-box dt {
    width: 20%;
    margin: 0;
    margin-right: 8px;
    line-height: 1.2;
    padding: 1em 1em 1em 0;
    display: inline;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .nowrap {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }

  .course-item-box dd {
    flex-direction: column;
    align-items: flex-start;
    width: 75%;
    height: auto;
    margin: 0;
    line-height: 1.2;

  }

  /* コース補足 */
  .course-jikan,
  .course-nittei,
  .course-hosoku-item02 {
    max-width: 80%;
    margin: 0 auto;
    height: auto;
  }

  .course-hosoku-item01 {
    justify-content: flex-start;
    flex-wrap: wrap;
    flex-direction: column;
    margin-bottom: 0;
  }

  .course-jikan,
  .course-nittei {
    margin-bottom: 30px;
  }

  .course-jikan-box,
  .course-nittei-box {
    height: auto;
    min-height: 100px;

  }

  .course-nittei-box {
    flex-direction: column;
    height: auto;
  }

  .course-nittei-boxInner {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
  }

  .course-hosoku-item02 {
    margin-bottom: 50px;
    flex-direction: column;
    align-items: flex-start;
  }

  .course-nittei-sub-text {
    border-left: none;
    border-top: solid 1px #232323;
    width: 100%;
    padding-left: 0px;
    padding-top: 10px;
    font-size: 14px;
    text-align: justify;

  }

  .course-hosoku-item02 h3 {
    display: block;
    width: 100%;
    border-bottom: solid 1px #232323;
    padding-bottom: 10px;

  }

  .course-sub-item {
    margin-top: 10px;
    flex-direction: row;
    width: 100%;
    align-items: center;
    flex-wrap: nowrap;
  }

  .course-sub-item p {
    display: block;
    width: 70%;
  }

  .course-sub-item h4 {
    display: block;
    width: 30%;
    margin-right: 8px;
    /* wbrで改行 */
    word-break: keep-all;
    overflow-wrap: break-word;
    line-height: 1.2;
    font-size: 16px;

  }

  .brSP {
    display: none;
  }

  /* 特典とCTA */
  .offer-cta-title-offer {
    flex-direction: column;
    text-align: center;
    justify-content: center;
  }


  .offer-cta-p3 {
    font-size: 24px;
    margin-right: 0px;
    margin-bottom: 12px;
  }

  .offer-cta-p4 {
    font-size: clamp(3rem, 2.250rem + 3vw, 3.75rem);
    margin-bottom: 16px;
  }

  .offer-cta-title,
  .offer-cta-price {
    margin-bottom: 0px;
    gap: 0;
  }

  .offer-cta-title {
    margin-bottom: 20px;
  }

  .offer-cta-price {
    flex-direction: column;
    align-items: center;
  }

  .offer-cta-p5 {
    margin-right: 0px;
    margin-bottom: 10px;
    line-height: 1;
  }

  .offer-cta-p6 {
    margin-bottom: 12px;
    white-space: nowrap;
  }

  .offer-cta-date {
    margin-bottom: 30px;
  }

  .offer-cta-set p {
    font-size: 18px;
  }

  /* 学習モデル */
  .sub-title-set p span {
    display: block;
    line-height: 1.2;
  }

  /* 講師 */
  .instructor-detil-inner {
    flex-direction: column;
    gap: 40px;
    max-width: 500px;
    margin: 0 auto;
  }

  .instructor-p1 {
    flex-grow: none;
    min-height: auto;

  }

  /* チャート */
  .chart-container {
    padding: 30px 20px;
  }

  .chart-inner {
    margin-bottom: 30px;
    gap: 10px;
  }

  .chart {
    margin-bottom: 20px;
  }

  .brSp {
    display: block;
  }

  .chart-value {
    top: 0;
    bottom: 0;
    padding-top: 30%;
  }

  .chart-detil-innner h6 {
    line-height: 1.4;
  }

  /* 5つのサポート */
  .support-point h3 {
    margin-bottom: 30px;
  }

  .point01,
  .point02 {
    flex-direction: column;
    gap: 0px;
    max-width: 500px;
    margin: 0 auto 50px;

  }

  .point01 img,
  .point02 img {
    max-width: 100%;
    margin: 0 auto;

  }

  .point01-text,
  .point02-text {
    max-width: 100%;
    margin-bottom: 30px;
  }

  .point01-text h4,
  .point02-text h4 {
    font-size: 22px;
    margin: 20px 10px;
    text-align: left;
    padding-left: 50px;
    position: relative;

  }

  .point01-text h4::before,
  .point02-text h4::before {
    content: "POINT";
    font-size: 16px;
    position: absolute;
    background-color: #cdf5c8;
    padding: 20px 8px;
    aspect-ratio: 1/1;
    border-radius: 50%;
    z-index: -5;
    top: 0px;
    left: -22px;
  }

  .point01-text p,
  .point02-text p {
    font-size: 16px;
  }

  .supports {
    margin-bottom: 70px;
  }

  .supports-ditil-container {
    flex-direction: column;
    gap: 20px;
    margin: 0 auto;

  }

  .supports-ditil {
    display: table;
  }

  .supports-ditil-container h4 {
    display: table-cell;
    vertical-align: middle;
    width: 30%;
    margin: 0;
    padding: 0px;
    min-height: 2rem;
    border: #1d295d 1px solid;

  }

  .supports-ditil-container p {
    display: table-cell;
    vertical-align: middle;
    width: auto;
    text-align: justify;
    padding: 8px 0px 8px 16px;
  }

  .supports-sub-p {
    margin-bottom: 40px;
  }

  /* スクールの環境 */
  .facilities {
    margin-bottom: 40px;
  }

  .facilities-ditil-container {
    flex-direction: column;
    padding: 0 0px;
    gap: 30px;
    margin-bottom: 50px;
    height: auto;

  }

  .facilities-ditilFlex br {
    display: none;
  }

  .facilities-ditil-img {
    display: block;
    margin: 0 auto;
    max-width: 500px;
    aspect-ratio: 1.25/1;
    margin-bottom: 12px;
    overflow: hidden;
  }

  .facilities-ditil-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .facilities-ditil h4 {
    font-size: 17px;
    color: #1d295d;
    margin: 0px 0 6px;
    line-height: 1.2;
  }

  .facilities-ditil p {
    font-size: 14px;
  }


  /* フッター */
  .footer-nav {
    display: table;
    width: 100%;
    padding-bottom: 30px;
  }

  .footer-nav-list {
    display: table-row;
  }

  .footer-nav-list li {
    display: table-cell;
    vertical-align: middle;
  }

  .footer-nav-top {
    white-space: nowrap;
  }

  /* アニメーション */

  .delayBox1 {
    animation-delay: 0.4s;
  }

  .delayBox2 {
    animation-delay: 0.4s;
  }

  .delayBox3 {
    animation-delay: 0.4s;
  }

  .delayBox4 {
    animation-delay: 0.4s;
  }

  .delayBox5 {
    animation-delay: 0.4s;
  }

  .delayBox6 {
    animation-delay: 0.4s;
  }

  .slidein1 {
    animation-delay: 0.4s;
  }

  .slidein2 {
    animation-delay: 0.4s;
  }

  .slidein3 {
    animation-delay: 0.4s;
  }

  .slidein4 {
    animation-delay: 0.4s;
  }

  .slidein5 {
    animation-delay: 0.4s;
  }



}

@media screen and (max-width: 599px) {

  /* 共通 */
  .title>h2 {
    font-size: 3rem;
    /* font-size: 100px; */
    font-weight: 600;
    color: #1d295d;
    line-height: 1;
    margin-bottom: 40px;
  }

  .title+p {
    font-size: clamp(1.1rem, 0.800rem + 1.2vw, 1.25rem);
    margin-bottom: 30px;
  }

  /* コールトゥーアクション（フローティングバナー） */
  .floatingBnr-pc {
    display: none;
  }

  .floatingBnr-sp {
    display: block;
    width: 100%;
  }

  .floatingBnr-sp>.floating-banner img {
    max-width: 100%;
  }

  .floating-banner {
    left: 0;
    padding: 0 16px 16px;
  }

  /* ヒーロー */
  .sub-catch {
    line-height: 1.2;
    font-size: clamp(1.4rem, 0.837rem + 1.452vw, 1.563rem);
    margin: 0 auto 20px;
    display: block;
    max-width: 85%;
  }

  .sub-catchBr {
    display: block;
  }

  .hero-circle>p {
    font-size: clamp(0.875rem, 0.750rem + 0.5vw, 1rem);
  }
  .hero-circle-container {
    max-width: 90%;
    gap: 10px;
  }

  /* イントロダクション */
  .introduction-text-box {
    width: 90%;
  }

  .introduction_title,
  .introduction-text-box h3 {
    font-size: clamp(1.15rem, 0.250rem + 4vw, 1.75rem);
    margin-bottom: 20px;
  }

  .campaign-appeal {
    font-size: 25px;
  }

  .introduction-text-box>p {
    font-size: 16px;
  }

  .introduction_box img {
    max-width: 90%;
  }

  /* キャンペーン */
  .campaign-circle::before,
  .campaign-circle2::before {
    top: -200px;
  }

  .campaign-text1 {
    font-size: 24px;
    line-height: 1.1;
  }

  .campaign-text2 {
    font-size: 50px;
    line-height: 1;

  }

  .campaign-period {
    font-size: 14px;
    margin-bottom: 30px;
  }

  .main-offer-container {
    max-width: 90%;
    padding: 22px;
  }

  .main-offer-text1 {
    font-size: 22px;
    margin-bottom: 12px;
  }

  .main-offer-text2 {
    text-align: center;
    margin-bottom: 6px;
  }

  .main-offer-text3 {
    padding: 5px 5px 5px 12px;
    font-size: 16px;
    line-height: 1;
    margin-bottom: 6px;
  }

  .main-offer-text4 {
    font-size: 18px;
    margin-bottom: 5px;
  }

  .main-offer-text-box-cam {
    flex-direction: column;
    align-items: center;
  }

  .main-offer-text6 {
    margin-left: 0px;
  }

  .main-offer-text6>span {
    margin-left: 0px;
  }

  .main-offer-text-box-period {
    flex-direction: column;
    margin-bottom: 20px;
  }

  .sub-offer-box1,
  .sub-offer-box2 {
    flex-direction: column;
  }

  .sub-offer-heading {
    font-size: 16px;
    padding: 4px;
    margin-right: 0;
    max-width: 300px;
  }

  .sub-offer-text {
    margin-top: 6px;
    margin-left: 0px;
    text-align: center;
  }

  .main-offer-text-box-course p {
    font-size: 22px;
  }

  .main-offer-text-box-course span {
    font-size: 30px;
  }

  /* レッスン */
  /* 特徴 */
  .tokucho-container {
    margin: 60px auto;
    padding-right: 10px;
    padding-left: 10px;
  }

  .tokucho-box-flex {
    justify-content: start;
    margin-bottom: 10px;
  }

  .number {
    font-size: 60px;
    line-height: 1;
  }

  .tokucho-head {
    font-size: 18px;
    line-height: 1.3;
  }

  /* コース */
  .course01,
  .course02,
  .course03 {
    max-width: 90%;
  }

  .course-item-box {
    margin-top: 20px;
    padding: 0px;
  }

  .course-hosoku-item01-bottom {
    font-size: 12px;
  }

  .course-jikan,
  .course-nittei,
  .course-hosoku-item02 {
    max-width: 90%;
  }

  .course-jikan h3 {
    border-bottom: #121212 solid 1px;
    display: block;
    width: 100%;
    padding-bottom: 6px;
  }

  .course-jikan p {
    padding-top: 6px;
  }

  .course-jikan-box {
    text-align: left;
    flex-direction: column;
    align-items: start;
    justify-content: center;
  }

  .course-nittei-boxInner {
    justify-content: start;
    align-items: center;

  }

  .course-jikan-box,
  .course-nittei-box {
    min-height: 80px;
  }

  .course-hosoku-item02 h3 {
    margin-bottom: 6px;
  }

  .course-sub-item {
    flex-direction: column;
    text-align: left;
  }

  .course-sub-item h4 {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 4px;
  }

  .course-sub-item p {
    width: 100%;
    line-height: 1.2;
  }

  /* 特典とCTA */

  .offer-cta-p6 {
    display: flex;
    flex-direction: column;
    margin-left: 0;
  }

  .offer-cta-title {
    gap: 6px;
  }

  .offer-cta-p3 {
    font-size: 20px;
  }

  .offer-cta-p4 {
    font-size: clamp(2.5rem, 0.300rem + 7.2vw, 3rem);
    margin-bottom: 16px;
  }

  .offer-cta-p6 span {
    font-size: clamp(1.8rem, 1.650rem + 1.6vw, 2.25rem);
    margin-top: 6px;
  }

  .noneSp {
    display: none;
  }

  .blockSp {
    display: block;
    width: 80%;
    margin: 0 auto;
  }

  .offer-cta-date {
    margin-bottom: 30px;
    border: 1px solid #fff;
    max-width: 80%;
  }

  .offer-cta-set {
    margin-bottom: 70px;
  }

  .closing-offer-bnr {
    max-width: 80%;
    padding: 48px 16px 16px;
  }

  .closing-offer-bnr-p1 {
    line-height: 1.4;
  }

  /* 講師紹介 */


  /* サポート */
  .sub-title-set p {
    line-height: 1.2;
  }

  /* チャート */
  .chart-inner {
    flex-direction: column;
  }

  .chart-box {
    width: 100%;
    height: auto;
    gap: 20px;
  }

  .chart-box>p {
    white-space: wrap;
  }

  .brSp {
    display: none;
  }


  .chart {
    margin-bottom: 20px;
  }

  .chart p {
    font-size: clamp(3rem, 1.950rem + 4.8vw, 3.75rem);
    /* font-size: 60px; */
  }

  .chart span {
    font-size: 5.438rem;
    /* font-size: 87px; */
  }

  .chart-value {
    padding-top: 30%;
  }

  .chart-detil {
    margin: 0 auto;
    /* padding: 16px; */
  }

  .chart-box-line h5 {
    position: relative;
    max-width: 100%;
  }

  .chart-detil-innner h6 {
    word-break: break-all;
    white-space: wrap;
  }

  .chart-container>p {
    font-size: clamp(1.25rem, 0.375rem + 4vw, 1.875rem);
  }

  .chart-detil-innner h6 {
    font-size: clamp(1rem, 0.825rem + 0.8vw, 1.125rem);
    margin-bottom: 12px;
  }

  .chart-detil-innner p {
    font-size: 14px;
    line-height: 1.4;
    margin-bottom: 26px;
  }

  /* サポート */
  .support-point {
    padding: 76px 16px 0;
  }

  .point01-text h4,
  .point02-text h4 {
    font-size: 18px;
    line-height: 1.4;
    margin: 15px 0px;
    text-align: left;
    padding-left: 45px;
  }

  .point01-text h4::before,
  .point02-text h4::before {
    font-size: 14px;
    background-color: #cdf5c8;
    padding: 18px 4px;
    top: -6px;
    left: -10px;
  }

  .supports-sub-p {
    line-height: 1.2;
  }

  .supports-ditil {
    display: flex;
    flex-direction: column;
    width: 80%;
    margin: 0 auto;
  }

  .supports-ditil-container h4 {
    display: block;
    width: 100%;
    min-height: auto;
    align-items: center;
    margin-bottom: 10px;
  }

  .supports-ditil-container p {
    display: block;
    width: auto;
    text-align: justify;
    padding: 0px;
  }

  /* 卒業生 */

  .voice {
    .wrapper {
      padding: 20px;
    }
  }

  .voice {
    padding: 130px 0 130px;
    background-color: #b2ddda;
  }
  .voice-slider-box {
    padding: 26px 60px;
  }
  .voice-slider-text {
    font-size: 14px;

  }
  .voice-name1 {
    font-size: 16px;
    line-height: 1.3;
}



  /* アコーディオン上書き */
  .qa-accordion,
  .model-accordion {
    padding: 16px 18px;
  }

  .ques {
    display: block;
    margin-bottom: 6px;
  }

  .model-accordion-title {
    display: flex;
    flex-direction: column;
    align-items: flex-start;

  }

  .qa-accordion>dt>div {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }

  /* クロージング */
  .closing-info-p1 {
    font-size: clamp(1.25rem, 0.250rem + 4vw, 1.75rem);
  }

  .closing-offer-bnr {
    font-size: clamp(1.25rem, 0.250rem + 4vw, 1.75rem);
    padding: 48px 19px 18px;
    margin: 0 auto 20px;
  }

  .closing-info-p2 {
    line-height: 1.2;
    margin-bottom: 30px;

  }

  .seikyu-btn-container {
    flex-direction: column;
    gap: 20px;
    max-width: 80%;
  }

  .seikyu-info-container p {
    font-size: 18px;
    line-height: 1.2;
    margin-bottom: 20px;
  }

  .seikyu-info-tel {
    font-size: 30px;
    line-height: 1.2;
    margin-bottom: 20px;
  }

  .seikyu-info-school {
    font-size: 18px;
    line-height: 1;
    margin: 20px auto 80px;
    position: relative;
    max-width: 250px;
    height: auto;
  }

  .seikyu-info-container {
    /* wbrで改行 */
    word-break: keep-all;
    overflow-wrap: break-word;

  }

  /* フッター */
  .footer-top-list-container {
    flex-direction: column;
    margin: 0 auto;
    gap: 16px;
    text-align: center;
    justify-content: center;
    align-items: center;
    margin-bottom: 28px;
  }

  .footer-nav {
    display: block;
    width: 100%;
    height: auto;
    padding-bottom: 30px;

  }

  .footer-nav-list {
    display: flex;
    flex-direction: column;
    height: auto;
  }

  .footer-nav-list li {
    display: block;
    border-right: none;
    margin-bottom: 20px;

  }

  .footer-nav-top {
    white-space: nowrap;
  }


}