@charset "utf-8";

/*-----  slick 関連  -----*/
/* 
  .fade の overflow: hidden と
  .slick-dotted.slick-slider と .slick-dots を入れないと
  レスポンシヴになったときに横ブレする
  【参考】https://unity-right.com/slick-yokobure/
*/
.fade {
  overflow: hidden;
  padding: 20px;
}
.fade img { 
  max-width: 100%;
  height: auto;
}
.slick-dotted.slick-slider {
  margin-top: 0px !important; 
  margin-bottom: 10px !important; 
  padding-bottom: 31px !important;
}
.slick-dots {
  bottom: 0px !important;
}

/*----- メニューのリンク色を変更 -----*/
.gNav-menu a:link, 
.gNav-menu a:visited, 
.gNav-menu a:active {
  color: #3B4043;
}

.footer-menu a:link, 
.footer-menu a:visited, 
.footer-menu a:active {
  color: #3B4043;
}

/*----- 共通 -----*/
body {
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 2px;
  font-size: 16px;
  margin: 0px;
  padding: 0px;
  border: 0px;
  color: #3B4043;
}
.br-pc { /* スマホの時だけ改行 */ 
  display: none; 
}
/* PC、SP画像切り替え */
.pc { 
  display: block !important; 
}
.sp {
  display: none !important; 
}
main {
  /* padding-top: 100px; */
  padding-top: 70px;
}
.background-color-yellow {
  background-color: #F6F6C0;
}
.whole {
  text-align: center;
  margin: 0px 200px;
}
.color-green {
  color: #6FB56F;
}
.margin-100 {
  margin-top: 100px;
}
/* フォントBold */
.font-bold {
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 700;
  font-style: normal;
}
/* 空白 */
.section-margin {
  margin: 100px 0px 100px 0px;
}
/* スペーサー */
.spacer-60 {
    padding: 60px 0px 0px 0px;
}
.spacer-30 {
    padding: 30px 0px 0px 0px;
}
/* 見出し */
.title {
  position: relative;
  padding: 0 65px;
  margin: 50px 0px 50px 0px;
  text-align: center;
  color: #6FB56F;
  font-size: 35px;
  letter-spacing: 5px;
}
.title:before {
  position: absolute;
  top: calc(55% - 1px);
  left: 0;
  width: 100%;
  height: 2px;
  content: '';
  background: #6FB56F;
}
.title span {
  position: relative;
  padding: 0 0.7em;
  background: #fff;
}

.title-yellow {
  position: relative;
  padding: 0 65px;
  margin: 50px 0px 50px 0px;
  text-align: center;
  color: #6FB56F;
  font-size: 35px;
  letter-spacing: 5px;
}
.title-yellow:before {
  position: absolute;
  top: calc(55% - 1px);
  left: 0;
  width: 100%;
  height: 2px;
  content: '';
  background: #6FB56F;
}
.title-yellow span {
  position: relative;
  padding: 0 0.7em;
  background: #F6F6C0;
}
/* サブ見出し */
.sub-title img{
  width: 60px;
}
.sub-title h3{
  margin-top: 0px;
  font-size: 22px;
}

.catch {
  display: flex;
  align-items: center; /* 垂直中心 */
  justify-content: center; /* 水平中心 */
}
.catch:before, .catch:after {
  border-top: 1px solid;
  content: "";
  width: 3em; /* 線の長さ */
}
.catch:before {
  margin-right: 1em; /* 文字の右隣 */
}
.catch:after {
  margin-left: 1em; /* 文字の左隣 */
}

/* マーカー */
.marker-yellow {
  background: linear-gradient(transparent 30%, #F6F6C0 50%);
}

/* みどり縁ボタン */
.green_btn01 {
  display: inline-block;
  width: 100%;
  max-width: 160px;
  position: relative;
  border: 2px solid #6FB56F;
  padding: 1em 1.5em;
  font-weight: bold;
  color: #6FB56F;
  text-decoration: none;
  text-align: center;
  transition-duration: 0.3s;
  border-radius: 2em;
  background-color: white;
}
.green_btn01::before {
  content: '';
  width: 8px;
  height: 8px;
  border: 0;
  border-top: 2px solid #6FB56F;
  border-right: 2px solid #6FB56F;
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  left: 170px;
  margin-top: -4px;
}
@media (hover: hover) {
  .green_btn01:hover {
    background-color: #6FB56F;
    color: white;
  }
  .green_btn01:hover::before {
    border-top: 2px solid white;
    border-right: 2px solid white;
  }
}

/* みどりボタン */
.green_btn02 {
  display: inline-block;
  width: 100%;
  max-width: 160px;
  position: relative;
  background-color: #6FB56F;
  border: 2px solid #6FB56F;
  padding: 1em 1.5em;
  font-weight: bold;
  color: white;
  text-decoration: none;
  text-align: center;
  transition-duration: 0.3s;
  border-radius: 2em;
}
.green_btn02::before {
  content: '';
  width: 8px;
  height: 8px;
  border: 0;
  border-top: 2px solid white;
  border-right: 2px solid white;
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  left: 170px;
  margin-top: -4px;
}
@media (hover: hover) {
  .green_btn02:hover {
    background-color: white; 
    color: #90c490;
  }
  .green_btn02:hover::before {
    border-top: 2px solid #90c490;
    border-right: 2px solid #90c490;
  }
}


/* みどりメールボタン */
.green_btn03 {
  display: inline-block;
  width: 100%;
  max-width: 300px;
  position: relative;
  background-color: #6FB56F;
  border: 2px solid #6FB56F;
  padding: 0.7em 1em;
  font-size: 18px;
  font-weight: bold;
  color: white;
  text-decoration: none;
  text-align: center;
  transition-duration: 0.3s;
  border-radius: 1em;
}
@media (hover: hover) {
  .green_btn03:hover {
    background-color: white; 
    color: #90c490;
  }
}
.green_btn03 i {
  padding-right: 5px;
}

/* みどりボタン（長め） */
.green_btn04 {
  display: inline-block;
  width: 100%;
  max-width: 300px;
  position: relative;
  background-color: #6FB56F;
  border: 2px solid #6FB56F;
  padding: 1em 1.5em;
  font-weight: bold;
  color: white;
  text-decoration: none;
  text-align: center;
  transition-duration: 0.3s;
  border-radius: 2em;
}
.green_btn04::before {
  content: '';
  width: 8px;
  height: 8px;
  border: 0;
  border-top: 2px solid white;
  border-right: 2px solid white;
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  left: 310px;
  margin-top: -4px;
}
@media (hover: hover) {
  .green_btn04:hover {
    background-color: white; 
    color: #90c490;
  }
  .green_btn04:hover::before {
    border-top: 2px solid #90c490;
    border-right: 2px solid #90c490;
  }
}

/* みどり縁ボタン（閉じる用） */
.green_btn05 {
  display: inline-block;
  width: 100%;
  max-width: 160px;
  position: relative;
  border: 2px solid #6FB56F;
  padding: 1em 1.5em;
  font-weight: bold;
  color: #6FB56F;
  text-decoration: none;
  text-align: center;
  transition-duration: 0.3s;
  border-radius: 2em;
  background-color: white;
}
.green_btn05::before {
  content: '▲';
  position: absolute;
  top: 50%;
  left: 170px;
  margin-top: -10px;
}
@media (hover: hover) {
  .green_btn05:hover {
    background-color: #6FB56F;
    color: white;
  }
}
/* ボタンの位置 */
.btn-position-right {
  margin: 50px 0px;
  text-align: center;
}
.btn-position-center {
  margin: 50px 0px;
  text-align: center;
}

/* スクロール */
.sa {
  opacity: 0;
  transition: all .5s ease;
}
.sa.show {
  opacity: 1;
  transform: none;
}
.sa--up {
  transform: translate(0, 100px);
}




/*----- top -----*/
.top-main-text {
  line-height: 3em;
  font-size: 23px;
  padding-top: 80px;
}
.top-main-text-img {
  width: 65%;
}




/*----- eclatの特徴 -----*/
#top-eclat-introduction {
  padding-top: 40px;
}
.top-01-main-text {
  margin-top: 50px;
  font-size: 25px;
}
.top-01-sub-text {
  font-size: 20px;
  line-height: 2em;
}
/* ベン図 */
.top-01-img img {
  width: 350px;
  margin: 50px 0px;
  filter: drop-shadow(2px 2px 2px rgba(160, 160, 160, 0.8));

}
.top-01-text {
  text-indent: 1em;
  line-height: 2em;
  text-align: left;
  padding: 0px 80px;
}
.top-01-text span {
  color: #6FB56F;
  font-weight: bold;
}



/*--- 目標達成型学習塾 eclat の特徴 ---*/
#top-eclat-features {
  padding-top: 40px;
}
.top-02-container {
  display: flex;
  justify-content: center;
  margin-top: 50px;
}
.top-02-item1,
.top-02-item2,
.top-02-item3 {
  flex-basis: 33%;
  background-color: #DBF2DB;
  padding: 30px;
  border-radius: 5px;
}
.top-02-item1 {
  margin-right: 25px;
}
.top-02-item3 {
  margin-left: 25px;
}
.top-02-item1 p,
.top-02-item2 p,
.top-02-item3 p {
  line-height: 2em;
  text-align: left;
}
.top-02-item1 img,
.top-02-item2 img,
.top-02-item3 img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  filter: drop-shadow(2px 2px 2px rgba(160, 160, 160, 0.8));
}




/*--- 塾長の紹介 ---*/
#top-principal-introduction {
  padding-top: 40px;
}
.top-03-container {
  display: flex;
  justify-content: center;
}
.top-03-container img {
  width: 100%;
}
.top-03-item1 {
  flex-basis: 30%;
  order: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.top-03-introduction {
  flex-basis: 70%;
  text-align: center;
  padding: 0px 20px;
  order: 2;
}
.top-03-introduction h3 {
 font-size: 30px;
 letter-spacing: 0.3em;
 margin: 10px;
}
.top-03-introduction p {
  line-height: 2em;
  text-align: left;
}
.top-03-introduction-img img {
  width: 350px;
}
.top-03-hurigana {
  font-size: 13px;
}
.top-03-main-text {
  text-align: center;
	display: block;
  margin-top: 20px;
}
.top-03-main-text ul{
  text-align: left;
	display: inline-block;
}
.top-03-main-text li {
  padding-bottom: 10px;
}
.top-03-main-text li::marker {
  color: #6FB56F;
  font-size: 20px;
}
.top-03-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.top-03-btn-item {
  flex-basis: 250px;
}

/*--- 塾長の経歴のポップアップ ---*/
#top-principal-introduction-popup {
  display: none;
}
.top-principal-introduction-popup-close {
  color: gray;
  text-align: right;
  cursor: pointer;
}
.top-principal-introduction-popup-class .modaal-content-container {
  background-color: #F6F6C0;
  border-radius: 10px;
}
.top-principal-introduction-popup-class .top-principal-introduction-popup-body {
  padding: 0px 100px 40px 100px;
}
.popup-title {
  text-align: center;
}
.popup-title h3{
  font-size: 20px;
  margin-top: 0px;
  letter-spacing: 5px;
}
.popup-title img{
  width: 60px;
}
.popup-subtitle {
  color: #6FB56F;
  font-weight: bold;
}
.top-04-introduction-img {
  margin-top: 30px;
}
.top-04-introduction-img img {
  width: 100%;
}
.top-04-introduction-img p {
  text-align: center;
  font-weight: bold;
  color: #6FB56F;
}


/*--- コース案内 ---*/
.schedule-title h1,h2{
  font-size: 35px;
  text-align: center;
}
#top-course-guidance {
  padding-top: 40px;
}
.top-04-background {
  background-color: #F6F6C0;
  padding: 80px 200px;
}
.top-04-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.top-04-item1,
.top-04-item2,
.top-04-item3,
.top-04-item4,
.top-04-item5 {
  flex-basis: 40%;
  margin: 10px;
  padding: 50px 10px;
  background-color: #fff;
  border-radius: 1.5em;
  filter: drop-shadow(2px 2px 2px rgba(160, 160, 160, 0.8));
}
.top-04-item1 h3,
.top-04-item2 h3,
.top-04-item3 h3,
.top-04-item4 h3,
.top-04-item5 h3 {
  width: 300px;
  text-align: center;
  font-size: 23px;
  margin: 0px auto 40px auto;
  border-radius: 2em;
  padding: 10px 20px;
}
.top-04-item1 h3 {
  background-color: #F6C0C0;
}
.top-04-item2 h3 {
  background-color: #FFE3E3;
}
.top-04-item3 h3 {
  background-color: #DBF2DB;
}
.top-04-item4 h3 {
  background-color: #F6F6C0;
}
.top-04-item5 h3 {
  background-color: #ccf5f5;
}
.top-04-item1 h3 span,
.top-04-item2 h3 span,
.top-04-item3 h3 span,
.top-04-item4 h3 span,
.top-04-item5 h3 span {
  font-size: 16px;
}
.top-04-item1 p,
.top-04-item2 p,
.top-04-item3 p,
.top-04-item4 p,
.top-04-item5 p {
  text-align: center;
  padding: 0px 35px;
}
.top-04-item1 a,
.top-04-item2 a,
.top-04-item3 a,
.top-04-item4 a,
.top-04-item5 a {
  text-decoration: none;
  color: #3B4043;
}
.top-04-sub-text {
  font-size: 12px;
}




/*--- 入塾の流れ ---*/
#top-enrollment-flow {
  padding-top: 40px;
}
.top-05-sub-text {
  font-size: 20px;
  line-height: 2em;
  margin: 0px 0px 50px 0px;
}
.top-05-container {
  display: flex;
  justify-content: center;
}
.top-05-item1 {
  flex-basis: 25%;
  margin: 0px 5px;
  padding: 15px;
}
.top-05-item1 img {
  width: 100%;
}
.top-05-item1 h3 {
  color: #9E8C84;
  line-height: 1.5em;
}
.top-05-item1 p {
  line-height: 2em;
  text-align: left;
}
.top-05-item2 {
  flex-basis: 5%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 30px;
  color: #BEBEBE;
}
.top-05-step {
  font-size: 20px;
  font-weight: bold;
  color: #6FB56F;
  padding: 10px 0px;
}




/*--- Instagram ---*/
#top-instagram {
  padding-top: 40px;
}
.instagram-post {
  padding: 0px 0px 60px 0px;
}
.instagram-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0px auto;
  width: 760px;
}
.instagram-item {
  flex-basis: 250px;
  padding: 5px;
}
.instagram-picture {
  width: 100%;
  height: 250px;
  object-fit: cover;  /* 中央でトリミング */
}
.instagram-item {
  text-align: center;
  flex-basis: 240px;
  padding: 5px 5px;
}


/*--- コース案内 ---*/
.course {
  text-align: left;
}
.course li::marker {
  color: #6FB56F;
  font-size: 36px;
}
.course li {
  padding-bottom: 20px;
}
.course-schedule2 {
  display: block;
  margin: 60px auto;
  text-align: center;
}
.course-schedule2 td{
  padding-left: 25px!important;
  padding-right: 25px!important;
}
#course-schedule-longvacation {
  margin-top: 60px;
  display: none;
}
.course-schedule table,
.course-schedule td,
.course-schedule th {
  border: 1px #BEBEBE solid;
  border-collapse: collapse;
}
.course-schedule table {
  margin: 0px auto;
}
.course-schedule td,
.course-schedule th {
  text-align: center;
  padding: 10px;
  height: 40px;
}
.course-schedule th {
  color: #6FB56F;
  font-size: 25px;
}
.course-schedule-time {
  color: #6FB56F;
}
.course-schedule-course01,
.course-schedule-course02,
.course-schedule-course03,
.course-schedule-course04 {
  line-height: 1em;
}
.course-schedule-course01 span,
.course-schedule-course02 span,
.course-schedule-course03 span,
.course-schedule-course04 span {
  font-size: 9px;
}
.course-schedule-course01 {
  background-color: #F6C0C0;
}
.course-schedule-course02 {
  background-color: #FFE3E3;
}
.course-schedule-course03 {
  background-color: #DBF2DB;
}
.course-schedule-course04 {
  background-color: #F6F6C0;
}
.course-fee li::marker {
  color: #6FB56F;
  font-size: 25px;
}
.course-fee li {
  padding-bottom: 5px;
}
.course-fee li>span {
  vertical-align: 0.3em;
  line-height: 2em;
}
.course-fee-container {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 40px;
  justify-content: center;
}
.course-fee-container div {
  flex-basis: 45%;
}
.course-fee-course01,
.course-fee-course02,
.course-fee-course03,
.course-fee-course04,
.course-fee-course05 {
  border: 1px solid gray;
  border-radius: 0.5em;
  margin: 15px;
  padding: 15px;
}
.course-fee-course01 {
  box-shadow: 10px 10px 0px 0 #F6C0C0;
}
.course-fee-course02 {
  box-shadow: 10px 10px 0px 0 #FFE3E3;
}
.course-fee-course03 {
  box-shadow: 10px 10px 0px 0 #DBF2DB;
}
.course-fee-course04 {
  box-shadow: 10px 10px 0px 0 #F6F6C0;
}
.course-fee-course05  {
  box-shadow: 10px 10px 0px 0 #ccf5f5;
}
.course-fee-course01 h3,
.course-fee-course02 h3,
.course-fee-course03 h3,
.course-fee-course04 h3,
.course-fee-course05 h3 {
  width: 300px;
  text-align: center;
  font-size: 23px;
  margin: 60px auto 40px auto;
  border-radius: 2em;
  padding: 10px 20px;
}
.course-fee-course01 h3 {
  background-color: #F6C0C0;
}
.course-fee-course02 h3 {
  background-color: #FFE3E3;
}
.course-fee-course03 h3 {
  background-color: #DBF2DB;
}
.course-fee-course04 h3 {
  background-color: #F6F6C0;
}
.course-fee-course05  h3{
  background-color: #ccf5f5;
}
.course-fee-course01 h3 span,
.course-fee-course02 h3 span,
.course-fee-course03 h3 span,
.course-fee-course04 h3 span,
.course-fee-course05 h3 span {
  font-size: 16px;
}
.course-fee-table table {
  margin: 0px auto;
  font-size: 17px;
}
.course-fee-table-td01 {
  width: 170px;
}
.course-fee-table-td02 {
/*  width: 100px; */
  width: 250px;
  text-align: right;
}
.course-fee-table-td03 {
  font-size: 14px;
  text-align: right;
  padding-top: 20px;
}
.course-fee-table-td04 {
  font-size: 14px;
  text-align: left;
}
.course-fee-detail {
  padding: 40px 0px 0px 0px;
  display: none;
}
.course-fee-detail ul {
  list-style-type: "＊";
  padding-left: 20px;
}
.course-fee-detail li::marker {
  color: #6FB56F;
  font-size: 16px;
}
.course-fee-detail li {
  padding: 0px 0px 15px 5px;
  line-height: 2em;
}
/* .course-others {
  padding-bottom: 60px;
}
.course-others li::marker {
  color: #6FB56F;
  font-size: 25px;
}
.course-others li {
  padding-bottom: 5px;
}
.course-others li>span {
  vertical-align: 0.2em;
  line-height: 2em;
} */
.course-fee-table-important {
  font-size: 14px;
  text-align: left;
  color: red;
}
.course-schedule2-text {
  display: inline-block;
  text-align: left;
}

/*--- よくある質問 ---*/
.faq {
  text-align: left;
  padding-bottom: 100px;
}
.faq-question-item {
  background-color: #DBF2DB;
  padding: 10px 40px;
  margin: 30px 0px;
  border-radius: 2em;
}
.faq-question-item h3 {
  margin: 0px 20px 10px 0px;
  width: 100%;
}
.faq-question-item h3::before {
  content: "Q";
  color: #6FB56F;
  font-size: 36px;
  font-weight: bold;
  padding-right: 20px;
}
.faq-question-item h3>span {
  vertical-align: 0.3em;
}
.faq-question-header {
  display: flex;
  justify-content: space-between;
}
.faq-question-answer {
  display: none;
}
.faq-question-answer>div {
  display: flex;
  background-color: white;
  padding: 40px;
  border-radius: 2em;
  line-height: 2em;
  margin: 10px 0px
}
.faq-question-answer-A {
  color: #6FB56F;
  font-size: 36px;
  font-weight: bold;
  padding-right: 20px;
}
.faq-trouble-item {
  background-color: #F6F6C0;
  padding: 20px 40px;
  margin: 40px 0px;
  border-radius: 2em;
}
.faq-trouble-item h3 {
  color: #6FB56F;
  font-size: 20px;
  margin: 0px 20px 0px 0px;
  width: 100%;
}
.faq-trouble-item h3>span {
  vertical-align: 0.3em;
  font-size: 17px;
}
.faq-trouble-item h4 {
  line-height: 2em;
  margin: 0px;
}
.faq-trouble-header {
  display: flex;
  justify-content: space-between;
}
.faq-trouble-answer {
  display: none;
  background-color: white;
  padding: 20px 40px;
  border-radius: 2em;
  line-height: 2em;
  margin: 20px 0px;
}
.faq-trouble-answer p{
  margin: 25px 0px;
}
.faq-icon-plus {
	color:gray;
	width: 30px;
	/* height: 30px; */
	position: relative;
  cursor: pointer;
  top: 10px;
}
.faq-icon-plus::before,
.faq-icon-plus::after {
	content: "";
	position: absolute;
	top: 0px;
	width: 30px;
	height: 4px;
	background-color: currentColor;
  transition: 0.5s all;
}
.faq-icon-plus.top0::before,
.faq-icon-plus.top0::after {
	top: 0px;
}
.faq-icon-plus::after {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}
.faq-icon-plus.open::after {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.faq-icon-plus.open::before {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}




/*--- 塾長コラム ---*/
.column {
  text-align: left;
  padding-bottom: 60px;
}
.column-item {
  padding: 40px 0px;
}
.column-date {
  color: gray;
  font-size: 12px;
  padding: 10px 0px;
}
.column-title {
  color: #90c490;
  font-size: 24px;
  padding: 10px 0px;
  letter-spacing: 5px;
}
.column-body {
  line-height: 2em;
  position: relative;
  height: auto;
  overflow: hidden;
}
.column-body p{
  margin: 25px 0px;
}
.column-body-more {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30px;
  padding-top: 70px;
  text-align: center;
  line-height: 2em;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #fff 70%);
}
.is-open .column-body-more {
  background: transparent;
}
.column-see-next-btn {
  display: none;
  width: 100%;
  max-width: 160px;
  position: relative;
  background-color: #6FB56F;
  border: 2px solid #6FB56F;
  padding: 0.5em 1em;
  font-size: 16px;
  font-weight: bold;
  color: white;
  text-decoration: none;
  text-align: center;
  transition-duration: 0.3s;
  border-radius: 1em;
}
@media (hover: hover) {
.column-see-next-btn:hover {
  background-color: white; 
  color: #90c490;
}
}
.column-see-next-btn i {
  padding-right: 5px;
}




/*--- モニター募集 ---*/
.monitors {
  text-align: left;
}
.monitors-strong {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  line-height: 2em;
  padding-bottom: 60px;
}
.monitors-bg-gray {
  background-color: lightgray;
  padding: 60px;
}
.monitors-bg-gray-strong {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  padding-bottom: 60px;
}
.monitors-bg-gray-container {
  display: flex;
  width: 60%;
  margin: 0px auto;
}
.monitors-bg-gray-container-item01 {
  flex-basis: 65%;
  font-size: 16px;
  font-weight: bold;
  line-height: 2em;
}
.monitors-bg-gray-container-item01 ul {
  list-style: none;
  padding: 0px 20px 0px 0px;
}
.monitors-bg-gray-container-item01 li {
  background-image: url("../img/checkbox01.png");
  background-repeat: no-repeat;
  background-position: left top;
  padding-left: 40px;
  margin-top: 20px;
}
.monitors-bg-gray-container-item02 {
  flex-basis: 35%;
}
.monitors-bg-gray-container-item02 img {
  width: 100%;
}
.monitors-angles {
  text-align: center;
  color: #6FB56F;
  padding: 40px 0px;
}
.monitors-overview {
  width: 60%;
  margin: 0px auto;
}
.monitors-overview table {
  font-size: 18px;
  font-weight: bold;
  margin: 0px auto;
  background-image: url("../img/top_4_children.png");
  background-color:rgba(255,255,255,0.2);
  background-blend-mode: lighten;
  background-size: 170px;
  background-repeat: no-repeat;
  background-position: right -9px bottom -10px;
}
.monitors-overview td {
  padding: 10px;
}
.monitors-overview-td01 {
  text-align-last: justify;
  white-space: nowrap;
  vertical-align: top;
}
.monitors-overview-td02 {
  text-align: center;
  white-space: nowrap;
  vertical-align: top;
}
.monitors-overview-td03 {
  text-align: left;
  vertical-align: top;
}
.monitors-overview-notes {
  font-size: 14px;
  font-weight: bold;
  text-align: left;
  line-height: 2em;
  padding: 60px 0px;
}
.monitors-overview-notes ul {
  list-style-type: square;
}
.monitors-overview-notes li::marker {
  color: #6FB56F;
  padding-right: 20px;
  font-size: 25px;
}
.monitors-overview-notes li>span {
  vertical-align: 0.3em;
  line-height: 2em;
}




/*--- プライバシーポリシー ---*/
.policy {
  text-align: left;
  padding-bottom: 60px;
  line-height: 2em;
}
.policy h3 {
  font-size: 20px;
  font-weight: normal;
  margin: 40px 0px 5px 0px;
}
.policy p {
  margin: 0px;
}
.policy ul  {
  margin: 5px 0px;
}




/*--- 問い合わせ ---*/
.contact-title {
  position: relative;
  padding: 0 65px;
  margin: 50px 0px 50px 0px;
  text-align: center;
  color: #6FB56F;
  font-size: 35px;
  letter-spacing: 5px;
}
.contact-title:before {
  position: absolute;
  top: calc(55% - 1px);
  left: 0;
  width: 100%;
  height: 2px;
  content: '';
  background: #6FB56F;
}
.contact-title span {
  position: relative;
  padding: 0 0.7em;
  background: #F6F6C0;
}
.contact {
  text-align: left;
  padding-bottom: 60px;
}
.contact form {
  padding: 0px 60px;
}
.contact-item {
  padding: 10px 0px;
}
.contact-item-message {
  text-align: center;
  padding: 20px 0px;
}
.contact-required-mark {
  color: red;
  padding: 0px 5px 0px 0px;
}
.contact-required-mark~span {
  vertical-align: 0.2em;
}
.contact input[type=text] {
  font-size: 12px;
  padding: 10px 20px;
  width: 100%;
  border: none;
  box-sizing: border-box;
  background-color: white;
  border-radius: 0;
}
.contact select {
  font-size: 12px;
  padding: 10px;
  width: 100%;
  height: 34px;
  box-sizing: border-box;
  border: none;
  background-color: white;
  color: black;
  border-radius: 0;
}
.contact textarea {
  font-size: 12px;
  line-height: 1.2em;
  padding: 10px 10px;
  width: 100%;
  box-sizing: border-box;
  border: none;
  border-radius: 0;
}
.contact-privacy {
  font-size: 12px;
  padding: 10px 20px;
  width: 100%;
  height: 400px;
  overflow: scroll;
  border: none;
  box-sizing: border-box;
  background-color: white;
}
.contact-privacy h3 {
  margin: 0px;
  text-decoration:underline;
}
.contact-privacy p {
  margin: 5px 0px;
}
.contact-privacy div {
  margin-top: 10px;
}
.contact-item-errors {
  color: red;
  padding: 0px 0px 40px 0px;
}
.contact-item-confirm {
  padding: 0px 60px 40px 60px;
}
.contact-item-confirm table {
  width: 100%;
  margin: 0 auto;
  border-collapse: collapse;
}
.contact-item-confirm td,
.contact-item-confirm th {
  border: 1px solid #cccccc;
  padding: 10px;
}
.contact-item-confirm th {
  width: 30%;
  font-weight: normal;
  background: #efefef;
  text-align: left;
}
.contact-item-confirm td {
  text-align: left;
  background: white;
}
.contact-item-button {
  display: flex;
}
.contact-item-button-left {
  flex-basis: 50%;
  text-align: right;
  padding-right: 10px;
}
.contact-item-button-right {
  flex-basis: 50%;
  text-align: left;
  padding-left: 10px;
}
.course-table-red {
  font-size: 14px;
  text-align: left;
  color: red;
}


/*--- フッタ ---*/
footer {
  background-color: #DBF2DB;
  padding: 50px 100px;
}
.footer-access {
  display: flex;
}
.footer-access a{
  text-decoration: none;
  color: #3B4043;
  font-size: 20px;
  font-weight: bold;
}
.footer-access-address,
.footer-access-map {
  flex-basis: 50%;
  padding: 20px;
}
.footer-access-map iframe {
  width: 400px;
  height: 300px;
}
.footer-access-address h3 {
  color: #6FB56F;
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 5px;
}
.footer-access-address div>div {
  line-height: 2em;
  max-width: 450px;
  margin: 0 auto;
}
.footer-access-address img{
  width: 150px;
  margin-bottom: 30px;
}
.footer-menu {
  display: flex;
  padding: 60px 0px 80px 0px;
  justify-content: center;
}
.footer-menu a {
  text-decoration: none;
}
@media (hover: hover) {
.footer-menu a:link,
.footer-menu a:visited,
.footer-menu a:active,
.footer-menu a:hover {
  color: #3B4043;
}
}
.footer-menu div {
  padding: 0px 10px;
}
.footer-grass {
  position: absolute;
}
.footer-grass img{
  width: 100%;
  top: -79px;
  position: relative;
}
.footer-text {
  font-size: 0.8em;
}



/*-----  レスポンシヴ  -----*/
@media screen and (max-width: 1200px) {  

  /*-----  共通  -----*/
  .whole {
    margin: 0px 80px;
  }

  /*--- コース案内 ---*/
  .top-04-background {
    padding: 80px 80px;
  }

  /*--- フッター ---*/
  .footer-grass img{
    top: -71px;
  }
  
}


@media screen and (max-width: 860px) {
 /*--- Instagram  ---*/
 .instagram-grid {
  width: 600px;
}
.instagram-item {
  flex-basis: 180px;
}
.instagram-picture {
  width: 100%;
  height: 180px;
  object-fit: cover;
}
}


@media screen and (max-width: 768px) {

  body {
    font-size: 14px;
  }

  .pc { display: none !important; }
  .sp { display: block !important; }

  /*----- 共通 -----*/
  .br-sp { /* パソコンの時だけ改行 */ 
    display:none; 
  }
  .br-pc { /* スマホの時だけ改行 */ 
    display:block; 
  }
  main {
    padding-top: 50px;
  }
  .whole {
    text-align: center;
    margin: 0px 20px;
  }
  .margin-100 {
    margin-top: 50px;
  }
  /* 見出し */
  .title {
    font-size: 25px;  
    padding: 0px 26px;
  }
  .title-yellow {
    font-size: 25px;
    padding: 0px 26px;
  }
  .contact-title {
    font-size: 25px;  
    padding: 0px 26px;
  }



  
  /* ボタンの位置 */
  .btn-position-right {
    text-align: center;
  }

  /* みどり縁ボタン */
  .btn-position-center {
    margin: 25px 0px;
  }
  .green_btn01 {
    max-width: 120px;
    padding: 0.5em 1.5em;
    font-size: 14px;
  }
  .green_btn01::before {
    left: 140px;
  }

  .green_btn02 {
    max-width: 120px;
    padding: 0.5em 1.5em;
    font-size: 14px;
  }
  .green_btn02::before {
    left: 140px;
  }

  .green_btn05 {
    max-width: 120px;
    padding: 0.5em 1.5em;
    font-size: 14px;
  }
  .green_btn05::before {
    left: 140px;
  }




  /* みどりメールボタン */
  .green_btn03 {
    width: auto;
  }
  .green_btn04 {
    width: auto;
    padding: 1em 2.5em 1em 2.5em;
    font-size: 12px;
  }
  .green_btn04::before {
    left: 200px;
  }


  

  /*----- top -----*/
  .top-main-text {
    line-height: 2.5em;
    font-size: 14px;
  }
  .top-main-text-img {
    width: 100%;
  }

  


  /*----- eclatの特徴 -----*/
  .top-01-main-text {
    text-align: left;
    font-size: 20px;
  }
  .top-01-sub-text {
    text-align: left;
    line-height: 1.5em;
    font-size: 15px;
  }
  .top-01-text {
    padding: 0px 0px;
  }
  /* ベン図 */
  .top-01-img img {
    width: 100%;
  }



  
  /*--- 目標達成型学習塾 eclat の特徴 ---*/
  .sub-title h3 {
    font-size: 20px;
  }
  .top-02-container {
    display: block;
  }
  .top-02-item1,
  .top-02-item2,
  .top-02-item3 {
    margin: 40px 0px;
  }  




  /*--- 塾長の紹介 ---*/
  .top-03-container {
    flex-direction: column;
  }
  .top-03-item1 {
    order: 2;
  }
  .top-03-item2 {
    text-align: center;
    padding: 0px;
    order: 1;
  }
  .top-03-item2 p {
    text-align: left;
    padding: 0px;
  }
  .top-03-introduction-img img {
    width: 80%;
  }
  .top-04-introduction-img img {
    width: 100%;
  }
  .top-principal-introduction-popup-class
  .top-principal-introduction-popup-body {
    padding: 0px;
  }
  .top-03-btn-item {
    flex-basis: 100%;
  }
  

  /*--- 塾長の経歴のポップアップ ---*/
  .top-principal-introduction-popup-class 
  .top-principal-introduction-popup-body p {
    font-size: 14px;
    line-height: 1.5em;
  }
  .popup-title h3 {
    font-size: 30px;
  }
  .popup-title img {
    width: 45px;
  }




  /*--- コース案内 ---*/
  .section-margin {
    margin: 80px 0px 50px 0px;
  }
  .schedule-title h1,h2 {
    font-size: 25px;
  }
  /* スケジュール */
  .top-04-background {
    padding: 50px 20px;
  }
  .course-fee-table table {
    font-size: 14px;
  }
  .top-04-container {
    display: block;
    padding: 40px 0px;
  }
  .course-schedule-time  {
    font-size: 7px;
  }
  .course-schedule th {
    font-size: 15px;
  }
  .top-04-item1,
  .top-04-item2,
  .top-04-item3,
  .top-04-item4,
  .top-04-item5 {
    padding: 10px;
    margin: 0px 0px 40px 0px;
  }
  .top-04-item1 h3,
  .top-04-item2 h3,
  .top-04-item3 h3,
  .top-04-item4 h3,
  .top-04-item5 h3 {
    width: auto;
    margin: 10px 10px;
    font-size: 18px;
  }
  .top-04-item1 p, 
  .top-04-item2 p, 
  .top-04-item3 p, 
  .top-04-item4 p,
  .top-04-item5 p  {
    padding: 0px 10px;
  }
  .course-schedule-course04, 
  .course-schedule-course03,
  .course-schedule-course02,
  .course-schedule-course01 {
    font-size: 7px;
  }   
  .course-schedule-course01 span,
  .course-schedule-course02 span, 
  .course-schedule-course03 span, 
  .course-schedule-course04 span {
    font-size: 5px;
  }
  .course-fee-course01 h3, 
  .course-fee-course02 h3, 
  .course-fee-course03 h3, 
  .course-fee-course04 h3,
  .course-fee-course05 h3 {
    width: 200px;
    font-size: 20px;
    margin: 25px auto 25px auto;
  }
  .course-fee-course01 h3 span, 
  .course-fee-course02 h3 span, 
  .course-fee-course03 h3 span, 
  .course-fee-course04 h3 span,
  .course-fee-course05 h3 span  {
    font-size: 12px;
  }
  /* 月謝 */
  .course-fee li::marker {
    font-size: 25px;
  }
  .course-fee li>span {
    vertical-align: 0.3em;
  }
  /* その他 */
  /* .course-others li::marker {
    font-size: 16px;
  }
  .course-others li>span {
    vertical-align: 0.3em;
  } */




  /*--- 入塾の流れ ---*/
  .top-05-container {
    display: block;
  }
  .top-05-item1 {
    padding: 0px;
    margin: 0px;
  }
  .top-05-item2 {
    padding: 10px 0px;
    margin: 0px;
    transform: rotate(90deg);
  }
  .top-05-item1 img {
    width: 250px;
  }



  /*--- コース案内 ---*/
  .course-schedule td,
  .course-schedule th {
    padding: 2px;
  }
  .course-schedule-course01 span,
  .course-schedule-course02 span,
  .course-schedule-course03 span,
  .course-schedule-course04 span, 
  .course-schedule-course05 span {
    letter-spacing: 0em;
    line-height: 0em;
  }
  .course-fee li {
    padding-bottom: 15px;
    line-height: 1em;
  }
  .course-fee-container {
    display: block;
  }
  .course-fee-course01,
  .course-fee-course02,
  .course-fee-course03,
  .course-fee-course04,
  .course-fee-course05 {
    margin: 40px 10px;
  }
  .course-fee-course01 h3,
  .course-fee-course02 h3,
  .course-fee-course03 h3,
  .course-fee-course04 h3,
  .course-fee-course05 h3 {
    width: auto;
  }
  .course-fee-table table {
    width: 100%;
  }
  .course-fee-table table th,
  .course-fee-table table td {
    width: 100%;
    display: block;
  }
  /* .course-others li {
    padding-bottom: 15px;
  }
   */
   .course-schedule2 td {
    padding-left: 10px!important;
    padding-right: 10px!important;
   }
  


  /*--- よくある質問 ---*/
  .faq-question-item {
    padding: 15px;
    margin: 20px 0px;
    font-size: 13px;
  }
  .faq-question-answer>div {
    padding: 20px;
  }
  .faq-trouble-item {
    padding: 20px;
    margin: 20px 0px;
  }
  .faq-trouble-answer {
    padding: 20px;
  }
  .faq-question-item h3::before {
    font-size: 25px;
    padding-right: 5px;
  }
  .faq-question-item h3 {
    margin: 0px 10px 10px 0px;
  }
  .faq-icon-plus {
    top: 0px;
  }
  .faq-icon-plus::before, .faq-icon-plus::after {
    width: 20px;
  }




  /*--- 塾長コラム ---*/
  .column-item {
    padding: 20px 0px;
  }
  .column-title {
    font-size: 20px;
  }
  .column-see-next-btn {
    font-size: 14px;
  }




  /*--- モニター募集 ---*/
  .monitors-strong {
    text-align: left;
    font-size: 20px;
  }
  .monitors-bg-gray {
    padding: 20px;
  }
  .monitors-bg-gray-strong {
    text-align: left;
    padding-bottom: 20px;
  }
  .monitors-bg-gray-container {
    display: block;
    width: 100%;
    margin: 0px;
    text-align: left;
  }
  .monitors-bg-gray-container-item01 {
    font-size: 15px;
  }
  .monitors-bg-gray-container-item01 ul {
    padding: 0px;
  }
  .monitors-bg-gray-container-item01 li {
    background-position: left top 3px;
    padding-left: 33px;
    margin-top: 20px;
    background-size: 25px;
  }
  .monitors-bg-gray-container-item02 {
    text-align: center;
  }
  .monitors-bg-gray-container-item02 img {
    width: 250px;
  }
  .monitors-overview {
    width: 100%;
    margin: 0px;
  }
  .monitors-overview td {
    padding: 5px;
  }
  .monitors-overview table {
    font-size: 16px;
    padding-bottom: 100px;
  }

  


  /*---- プライバシーポリシー ----*/
  #policy-title span {
    padding: 0px;
    font-size: 2px;
    letter-spacing: 0px;
  }




  /*--- 問い合わせ ---*/
  .contact {
    padding: 60px 0px;
  }
  .contact form {
    padding: 0px;
  }
  .contact-item-message {
    text-align: left;
    padding: 0px;
  }
  .contact-item-confirm {
    padding: 0px;
  }
  .contact-item-button {
    display: block;
  }
  .contact-item-button-left {
    padding: 40px 0px;
    text-align: center;
  }
  .contact-item-button-right {
    padding: 0px;
    text-align: center;
  }
  



  /*--- フッタ ---*/
  footer {
    padding: 50px 0px;
  }
  .footer-access {
    display: block;
  }
  .footer-access-map {
    text-align: center;
  }
  .footer-access-map iframe {
    width: 100%;
    height: 300px;
  }
  .footer-menu {
    display: block;
    padding: 20px 0px;
    text-align: center;
  }
  .footer-menu div {
    padding: 10px 0px;
  }
  .footer-grass img {
    top: -67px;
  }
  
}


@media screen and (max-width: 660px) {

  /*--- Instagram  ---*/
  .instagram-grid {
    width: 350px;
  }
  .instagram-item {
    flex-basis: 100px;
  }
  .instagram-picture {
    width: 100%;
    height: 100px;
    object-fit: cover;
}

}
@media screen and (max-width : 390px) {
  /*instagram*/
  .instagram-grid {
    width: 320px;
  }
  .instagram-item {
    flex-basis: 95px;
  }
  .instagram-picture {
      height: 95px;
  }
}

@media screen and (max-width : 320px) {
  .instagram-grid {
      width: 300px;
  }
  .instagram-item {
      flex-basis: 90px;
  }
  .instagram-picture {
      height: 90px;
  }
}


