@charset "UTF-8";

/* common */
*{
  box-sizing: initial;
}
.c-wrap--shimajiro *{
  box-sizing: border-box;
}
img{
  max-width: 100%;
  width: auto;
}
.main-kv{
	text-align: center;
}
.info-list-head{
  text-align: center;
  margin: 0 auto;
  display: inline-block;
  font-size: 25px;
  font-weight: bold;
  padding-bottom: 5px;
}
.courseNav-head{
  text-align: center;
  margin: 0 auto;
  display: inline-block;
  font-size: 25px;
  font-weight: bold;
  padding-bottom: 5px;
  line-height: 1.3;
}
.UpperGrade .article-attribute{
  background-color: #33ACEC;
}
.LowerGrade .article-attribute{
  background-color: #E85F9D;
}
.NextPetit .article-attribute{
  background-color: #E6240F;
}


/* sp */
@media only screen and (max-width: 768px), print, tv {
  .contents-wrap{
    width: 90%;
    margin: 0 auto;
  }
  .main-content{
    margin-top: 5vw;
  }
  .article{
    border-bottom: 2px dashed #000;
  }
  .article-btn{
    display: flex;
    padding: 5.33vw 0;
  }
  .article-thumb{
    width: 16vw;
    height: 16vw;
    margin-right: 4vw;
  }
  .article-textbox{
    line-height: 1.3;
    max-width: 68vw;
  }
  .article-text{
    text-decoration: underline;
    font-size: 3.73vw;
  }
  .article-attribute{
    display: inline-block;
    background-color: #000;
    color: #fff;
    font-size: 3.2vw;
    border-radius: 3px;
    padding: 0.27vw 2.67vw;
    margin-bottom: 1.33vw;
  }
  .info-list-head{
    font-size: 5.33vw;
  }
  .courseNav-head{
    font-size: 5.33vw;
  }
  .c-cvBtn.c-cvBtn--shiryo.c-cvBtn--normal.c-cvBtn--normal--shiryo.u-ml0--sp.u-ml0--pc{
    margin-top: 15px;
  }
}



/* pc */

@media only screen and (min-width: 769px), print, tv {
  .contents-wrap{
    max-width: 800px;
    margin: 0 auto;
  }
  .main-content{
    margin-top: 80px;
    margin-bottom: 120px;
  }
  .info-list{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .article{
    border-bottom: 2px dashed #000;
  }
  .article-btn{
    display: flex;
    width: 380px;
    padding: 20px 0 10px;
  }
  .article-thumb{
    width: 60px;
    height: 60px;
    margin-right: 15px;
  }
  .article-textbox{
    line-height: 1.3;
    max-width: 290px;
  }
  .article-text{
    text-decoration: underline;
    font-size: 16px;
  }
  .article-attribute{
    display: inline-block;
    background-color: #000;
    color: #fff;
    font-size: 14px;
    border-radius: 3px;
    padding: 1px 10px;
    margin-bottom: 5px;
  }
  .c-carousel__item .c-h3__main{
    line-height: 2;
  }
  .c-carousel__item .c-h3__main img{
    position: relative;
    top: 20px;
  }
}

.otherArea {
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
}

.otherArea h3 {
  font-size: 24px;
  margin-top: 32px;
  text-align: center;
  margin-bottom: 16px;
}

.otherArea .balloon__border {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
}

.otherArea__wrap {
  text-align: center;
  margin-bottom: 24px;
  height: 377px;
}

.otherArea__title {
  text-align: center;
  font-size: 30px;
  margin-bottom: 16px;
  font-weight: bold;
}

.otherArea__bnr {
  margin-bottom: 40px;
}

.otherArea__bnr .c-lineDetail__links__link {
  width: 100%;
  font-size: 18px;
}

.otherArea__base {
  max-width: 672px;
  margin: 0 auto;
}

.otherArea__list {
  width: 260px;
  margin: 0 auto;
}

.otherArea__list li {
  text-indent: -10px;
  line-height: 1.5;
}

.otherArea__list li:before {
  content: "●";
  color: #000;
}

.otherArea__list li.nd-list:before {
  content: none;
}

.otherArea__list__text {
  text-align: center;
}

.otherArea__list__title {
  background-color: #fff;
  text-align: center;
  width: 240px;
  height: 34px;
  font-size: 16px;
  line-height: 34px;
  margin: 0 auto;
  margin-top: 24px;
  margin-bottom: 8px;
  border-radius: 1000px;
}
.requestbtn {
  background-color: #d20010;
  color: #fff;
  border-radius: 100px;
  padding: 15px 60px;
  margin: 10px auto;
  display: inline-block;
}
@media (max-width: 768px) {
  .otherArea {
    padding-top: 5.3vw;
    padding-bottom: 5.3vw;
  }
  .otherArea h3 {
    font-size: 4.8vw;
    margin-bottom: 4.27vw;
  }
  .otherArea .balloon__border {
    font-size: 4.27vw;
  }
  .otherArea__wrap {
    margin-bottom: 4.27vw;
    height: 52vw;
  }
  .otherArea__title {
    font-size: 6.4vw;
    margin-bottom: 4.27vw;
  }
  .otherArea__bnr {
    margin-bottom: 17.07vw;
  }
  .otherArea__bnr .c-lineDetail__links__link {
    font-size: 4.27vw;
  }
  .otherArea__contents {
    padding: 0 5.3vw;
  }
  .otherArea__list {
    width: 71.64%;
  }
  .otherArea__list li {
    font-size: 3.47vw;
    text-indent: -1.97vw;
  }

  .otherArea__list__title {
    width: 58.67vw;
    height: 9.07vw;
    font-size: 3.73vw;
    line-height: 9.07vw;
    margin-top: 6.4vw;
    margin-bottom: 2.13vw;
  }
  .requestbtn {
    padding: 5% 20%;
  }
  .courseNav-head {
    /* margin-top: 24vw; */
    font-size: 20px;
  }
}

/* =========================================
SP Styles (max-width: 768px)
========================================= */
@media (max-width: 768px) {
.mfe-content {
  width: 100%;
  max-width: 100%;
  background-color: #fff;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  /* vw換算 (基準375px: 40px -> 10.666vw, 20px -> 5.333vw) */
  padding: 10.666vw 5.333vw;
  box-sizing: border-box;
  overflow-x: hidden; /* 画像全幅のため */
}

.mfe-content * {
  box-sizing: border-box;
}

.mfe-content__inner {
  width: 100%;
}

/* --- Main Area (SP) --- */
.mfe-content__main {
  display: flex;
  flex-direction: column;
  align-items: center;
  /* 40px -> 10.666vw */
  margin-bottom: 10.666vw;
}

/* --- 画像エリア (SP: 画面幅いっぱい & 順序変更) --- */
.mfe-content__img-area {
  /* 順序をテキストの間に挟むため order を指定 */
  order: 5;
  
  /* 画面幅いっぱいにする処理 */
  width: 100vw;
  margin-left: -5.333vw; /* 左padding分を相殺 */
  margin-right: -5.333vw; /* 右padding分を相殺 */
  
  /* 24px -> 6.4vw */
  margin-bottom: 6.4vw;
}
.mfe-content__img-area img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

/* --- テキストエリア (SP: display: contents で子要素の順序を操作) --- */
.mfe-content__text-area {
  display: contents;
}

/* 各要素の順序とスタイル (vw換算) */

/* 1. ラベル */
.mfe-content__label-area {
  order: 1;
  width: 100%;
  text-align: center;
  /* 12px -> 3.2vw */
  margin-bottom: 3.2vw;
}
.mfe-content__label-img {
  /* 120px -> 32vw */
  width: 32vw;
  height: auto;
}

/* 2. ターゲット (0・1歳向け) */
.mfe-content__target {
  order: 2;
  width: 100%;
  text-align: center;
  font-weight: 700;
  color: #333;
  /* 16px -> 4.266vw, 5px -> 1.333vw */
  font-size: 4.266vw;
  margin: 0 0 1.333vw;
}

/* 3. タイトル */
.mfe-content__title {
  order: 3;
  width: 100%;
  text-align: center;
  font-weight: 700;
  color: #333;
  /* 20px -> 5.333vw, 10px -> 2.666vw */
  font-size: 4.333vw;
  margin: 0 0 2.666vw;
}

/* 4. キャンペーン */
.mfe-content__campaign {
  order: 4;
  width: 100%;
  text-align: center;
  /* 20px -> 5.333vw */
  margin: 0 0 5.333vw;
}
.mfe-content__marker {
  background: linear-gradient(transparent 60%, #ffff00 60%);
  font-weight: 700;
  color: #333;
  /* 14px -> 3.733vw, 4px -> 1.066vw */
  font-size: 3.733vw;
  padding: 0 1.066vw;
}

/* [order: 5 は画像エリア] */

/* 6. 説明文 */
.mfe-content__desc {
  order: 6;
  width: 100%;
  text-align: justify;
  color: #333;
  line-height: 1.8;
  /* 14px -> 3.733vw, 24px -> 6.4vw */
  font-size: 3.733vw;
  margin: 0 0 6.4vw;
  font-weight: bold;
}

/* 7. ボタンエリア */
.mfe-content__main-btn-wrap {
  order: 7;
  width: 100%;
  text-align: center;
}

/* --- ボタン共通 (SP) --- */
.mfe-content__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  text-decoration: none;
  font-weight: 700;
  border-radius: 4px;
  position: relative;
  
  /* サイズ vw化 */
  width: 100%;
  /* 320px -> 85.333vw */
  max-width: 85.333vw;
  /* 50px -> 13.333vw */
  height: 13.333vw;
  /* 16px -> 4.266vw */
  font-size: 4.266vw;
}
/* 矢印アイコン (vw化) */
.mfe-content__btn::after {
  content: "";
  display: block;
  /* 8px -> 2.133vw */
  width: 1.5vw;
  height: 1.5vw;
  border-top: 2px solid;
  border-right: 2px solid;
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  /* 15px -> 4vw */
  right: 4vw;
  margin-top: -1.333vw; /* 少し調整 */
}
.mfe-content__btn::before {
  content: "";
  display: block;
  width: 1.5vw;
  height: 1.5vw;
  border-top: 2px solid;
  border-right: 2px solid;
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  /* 20px -> 5.333vw */
  right: 5.333vw;
  margin-top: -1.333vw;
}

/* 赤ボタン (SP) */
.mfe-content__btn--red {
  background-color: #e60012;
  color: #fff;
  border: 1px solid #e60012;
}
.mfe-content__btn--red::after,
.mfe-content__btn--red::before {
  border-color: #fff;
}

/* --- Sub Area (SP) --- */
.mfe-content__sub {
  width: 100%;
  display: flex;
  flex-direction: column;
  /* 40px -> 10.666vw */
  margin-top: 10.666vw;
  /* 20px -> 5.333vw */
  gap: 5.333vw;
}
.mfe-content__sub-item {
  width: 100%;
  text-align: center;
}
.mfe-content__sub-img-wrap {
  /* 10px -> 2.666vw */
  margin-bottom: 2.666vw;
}
.mfe-content__sub-img-wrap img {
  width: 100%;
  height: auto;
}

/* 白ボタン (SP) */
.mfe-content__btn--white {
  background-color: #fff;
  color: #0099e0;
  border: 2px solid #0099e0;
}
.mfe-content__btn--white::after,
.mfe-content__btn--white::before {
  border-color: #0099e0;
}

/* 青ボタン (SP) */
.mfe-content__btn--blue {
  background-color: #00A8EA;
  color: #fff;
  border: 1px solid #00A8EA;
}
.mfe-content__btn--blue::after,
.mfe-content__btn--blue::before {
  border-color: #fff;
}
}

/* =========================================
PC Styles (min-width: 769px)
※変更なし
========================================= */
@media (min-width: 769px) {
.mfe-content {
  width: 100%;
  background-color: #fff;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  margin-bottom: 80px;
}

.mfe-content * {
  box-sizing: border-box;
}

.mfe-content__inner {
  width: 937px;
  margin: 0 auto;
}

/* --- Main Area (PC: 横並び) --- */
.mfe-content__main {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 60px;
}

.mfe-content__img-area {
  width: 460px;
  flex-shrink: 0;
}
.mfe-content__img-area img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
  border-radius: 4px;
}

.mfe-content__text-area {
  width: 437px;
  padding-top: 10px;
}

.mfe-content__label-area {
  margin-bottom: 15px;
}
.mfe-content__label-img {
  width: auto;
  height: 50px;
}

.mfe-content__target {
  font-size: 18px;
  font-weight: 700;
  color: #333;
  margin: 0 0 5px;
}

.mfe-content__title {
  font-size: 20px;
  font-weight: 700;
  color: #333;
  margin: 0 0 15px;
}

.mfe-content__campaign {
  margin: 0 0 30px;
}
.mfe-content__marker {
  background: linear-gradient(transparent 60%, #ffff00 60%);
  font-weight: 700;
  font-size: 18px;
  color: #333;
  padding: 0 4px;
}

.mfe-content__desc {
  font-size: 14px;
  line-height: 1.8;
  color: #333;
  margin: 0 0 30px;
  text-align: justify;
  font-weight: bold;
}

/* ボタン共通 (PC) */
.mfe-content__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 60px;
  text-decoration: none;
  font-weight: 700;
  font-size: 16px;
  border-radius: 4px;
  position: relative;
  transition: opacity 0.3s;
}
.mfe-content__btn:hover {
  opacity: 0.8;
}

.mfe-content__btn::after {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border-top: 2px solid;
  border-right: 2px solid;
  transform: rotate(45deg);
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -5px;
}
.mfe-content__btn::before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border-top: 2px solid;
  border-right: 2px solid;
  transform: rotate(45deg);
  position: absolute;
  right: 26px;
  top: 50%;
  margin-top: -5px;
}

/* 赤ボタン (PC) */
.mfe-content__btn--red {
  background-color: #e60012;
  color: #fff;
  border: 1px solid #e60012;
}
.mfe-content__btn--red::after,
.mfe-content__btn--red::before {
  border-color: #fff;
}

/* --- Sub Area (PC: 横並び) --- */
.mfe-content__sub {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  align-items: baseline;
  padding: 0px 100px;
}
.mfe-content__sub-item {
  width: calc(50% - 20px);
  display: flex;
  flex-direction: column;
}
.mfe-content__sub-img-wrap {
  margin-bottom: 5px;
}
.mfe-content__sub-img-wrap img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

/* 白ボタン (PC) */
.mfe-content__btn--white {
  background-color: #fff;
  color: #0099e0;
  border: 2px solid #0099e0;
  height: 50px;
  font-size: 16px;
}
.mfe-content__btn--white::after,
.mfe-content__btn--white::before {
  border-color: #0099e0;
}

/* 青ボタン (PC) */
.mfe-content__btn--blue {
  background-color: #00A8EA;
  color: #fff;
  border: 1px solid #00A8EA;
  height: 50px;
  font-size: 16px;
}
.mfe-content__btn--blue::after,
.mfe-content__btn--blue::before {
  border-color: #fff;
}
}

@media only screen and (max-width: 768px), print, tv {
  .courseNav-head .kyozai-kochae__logo {
    max-width: 253px;
    width: 100%;
    margin: 0 auto;
  }
}

.c-wrap--shimajiro.c-price {
  padding-top: 80px;
  padding-bottom: 0;
}
