@charset "UTF-8";

/*--------------------------------------

こども保育コース（学科紹介）

--------------------------------------*/
.containerChi {
  width: 100%;
  margin: 0 auto 0;
  padding: 0;
}

.boxChi {
  width: 100%;
  margin: 0 auto 0;
  padding: 0;
}

.boxChi.flex {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

.boxChiL01 {
  width: 73%;
  position: relative;
  border-bottom: solid 1px #333333;
}

.boxChiL01 p {
  font-size: 215%;
  padding: 0 0 5px 0;
}

.boxChiL01 span {
  font-size: 13px;
  position: absolute;
}

.boxChiL01 span.txt1 {
  top: -15px;
  left: 77px;
}

.boxChiL01 span.txt2 {
  top: -15px;
  left: 205px;
}

.boxChiR01 {
  width: 24%;
}

#boxChiTtlS6 {
  font-size: 3em !important;
}

@media all and (max-width: 481px) {
  .boxChi .fr {
    float: none;
    margin: auto;
  }

  .boxChi.flex {
    flex-direction: column;
    justify-content: flex-start;
  }

  .boxChiL01 {
    width: 100%;
  }

  .boxChiL01 p {
    font-size: 5vw;
    padding: 15px 0 5px 0;
  }

  .boxChiL01 span {
    font-size: 13px;
    position: absolute;
  }

  .boxChiL01 span.txt1 {
    top: 0;
    left: 15%;
  }

  .boxChiL01 span.txt2 {
    top: 0;
    left: 40%;
  }

  .boxChiR01 {
    width: 24%;
  }
}

/* 先輩メッセージ */
.message_area ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.message_area ul li {
  width: 47%;
  margin-bottom: 30px;
}

.message_area ul li > a {
  margin-bottom: 10px;
  display: block;
  aspect-ratio: 3 / 2;
}

.message_area ul li > a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  overflow: hidden;
}

.message_area ul li p time {
  display: block;
  margin-bottom: 5px;
}

.message_area ul li p time img {
  margin-left: 5px;
}

@media all and (max-width: 479px) {
  .message_area ul li {
    width: 100%;
  }
}

/* 進路データ */
.coursedata_area {
  margin-bottom: 50px;
}

.coursedata_area p {
  font-size: 16px;
  font-weight: bold;
}

.coursedata_area p span {
  font-size: 13px;
  font-weight: normal;
}

.coursedata_area figure {
  width: 65%;
}

.coursedata_area .job-data-image {
  margin: 0 auto 30px;
  text-align: center;
}

.coursedata_area .job-data-image img {
  width: 100%;
}

@media all and (max-width: 479px) {
  .coursedata_area figure {
    width: 100%;
  }
}

/* ポリシー */
.policy-area * {
  box-sizing: border-box;
}

.policy-area br.sp {
  display: none;
}

@media all and (max-width: 481px) {
  .policy-area br.sp {
    display: block;
  }
}

.policy-area .box {
  width: 100%;
  background: linear-gradient(to left top, #f5b1c0 50%, #fad8df 50%);
  padding: 10px 15px 10px;
  margin-bottom: 20px;
}

.policy-area .box .ttl {
  font-weight: bold;
  font-size: 16px;
  border-left: 4px solid #ee7d96;
  padding-left: 10px;
  position: relative;
}

.policy-area .box .ttl::after {
  content: "";
  position: absolute;
  right: 25px;
  top: 38%;
  transition: all 0.2s ease-in-out;
  display: block;
  width: 8px;
  height: 8px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.policy-area .box .ttl.open::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 45%;
}

.policy-area .box ol {
  display: none;
  background-color: #fff;
  padding: 10px;
  margin-top: 10px;
  list-style: none;
}

.policy-area * {
  box-sizing: border-box;
}

.policy-area br.sp {
  display: none;
}

.policy-area .box ol li {
  line-height: 1.8em;
}

.policy-area .box ol li.bold {
  font-weight: bold;
  font-size: 13px;
}

/* ナビ */
#boxChiGbtn {
  width: 100%;
  margin: 0 auto 0;
  padding: 0;
}

#boxChiGbtn ul li {
  width: 23.65%;
  float: left;
  margin: 0 1.8% 0 0;
  list-style: none;
}

#boxChiGbtn ul li:last-child {
  margin: 0 0 0 0;
}

#boxChiGbtn ul li a {
  display: block;
  width: 100%;
  padding: 7px 0 7px;
  font-size: 16px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  background-image: url(../img/child/child_index_nav_bg.svg);
  background-size: cover;
}

#boxChiGbtn ul li a:hover {
  opacity: 0.8;
  color: #ffffff;
}

@media all and (max-width: 479px) {
  #boxChiGbtn ul li {
    float: left;
    margin: 0 2% 5px 0;
    list-style: none;
    text-align: center;
    width: 49%;
  }

  #boxChiGbtn ul li:nth-child(2n) {
    margin: 0 0 5px 0;
  }
}

/* 小ナビ */
.boxChiSbtn {
  width: 90%;
  margin: 0 auto 0;
  padding: 0;
}

.boxChiSbtn ul li {
  background-image: url(../img/child/icon_under_arrow.png);
  background-repeat: no-repeat;
  background-position: left 2px;
  padding-left: 20px;
  float: left;
  margin: 0 30px 10px 0;
  list-style: none;
  display: inline;
  font-size: 108%;
}

.boxChiSbtn ul li.navList01 {
  margin: 0;
  padding-right: 0;
}

@media all and (max-width: 479px) {
  .boxChiSbtn ul li {
    font-size: 100%;
  }
}

/* ページ内リンク */
.unker-link {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
  box-sizing: border-box;
}

.unker-link .block {
  width: 30%;
}

.unker-link a {
  display: block;
  text-align: center;
  width: 100%;
  padding: 30px 10px;
  background-color: #fbe2e7;
  margin-bottom: 10px;
  border-radius: 5px;
  transition: 0.3s ease;
  text-decoration: none;
  box-sizing: border-box;
}

@media all and (max-width: 479px) {
  .unker-link {
    flex-direction: column;
  }

  .unker-link .block {
    width: 100%;
    position: relative;
  }

  .unker-link a {
    padding: 15px 10px;
  }

  .unker-link span.tri {
    position: absolute;
    right: 20px;
    z-index: 1;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
  }
}

.unker-link span.tri::after {
  content: "";
  display: block;
  width: 20px;
  height: 16px;
  background:
    linear-gradient(to bottom left, #ed647e 50%, transparent 50%) top left/ 50%
      100% no-repeat,
    linear-gradient(to bottom right, #ed647e 50%, transparent 50%) top right /
      50% 100% no-repeat;
  margin: 0 auto;
  transition: 0.3s ease;
  transform: translateY(0);
}

.unker-link span.tri::before {
  content: "";
  display: block;
  width: 20px;
  height: 2px;
  margin: 0 auto;
  margin-bottom: 2px;
  background-color: #ed647e;
  transform: translateY(0);
}

.unker-link .block:hover a {
  background-color: #fad0d8;
  color: #fff;
}

.unker-link .block:hover span.tri::after {
  background:
    linear-gradient(to bottom left, #e6e6e6 50%, transparent 50%) top left/ 50%
      100% no-repeat,
    linear-gradient(to bottom right, #e6e6e6 50%, transparent 50%) top right /
      50% 100% no-repeat;
  transform: translateY(5px);
}

.unker-link .block:hover span.tri::before {
  background-color: #e6e6e6;
  transform: translateY(5px);
}

@media all and (max-width: 479px) {
  .unker-link .block:hover a {
    background-color: #fbe2e7;
    color: #000;
  }

  .unker-link .block:hover span.tri::after {
    background:
      linear-gradient(to bottom left, #ed647e 50%, transparent 50%) top left/
        50% 100% no-repeat,
      linear-gradient(to bottom right, #ed647e 50%, transparent 50%) top right /
        50% 100% no-repeat;
    transform: translateY(0);
  }

  .unker-link .block:hover span.tri::before {
    background-color: #ed647e;
    transform: translateY(0);
  }
}

.boxChiL01 {
  float: left;
  width: 75%;
}

.boxChiR01 {
  float: right;
  width: 24%;
}

/* pickup */
.pickup {
  display: flex;
  border-bottom: 1px solid #ee7d96;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.pickup::before {
  content: "特徴";
  color: #cd3c54;
  padding: 5px 20px;
  border: solid 3px #cd3c54;
  font-size: 14px;
  font-weight: bold;
  display: flex;
  align-items: center;
  margin-right: 10px;
  flex-shrink: 0;
  line-height: 1;
}

.pickup > p {
  font-size: 24px;
  line-height: 1.2;
}

.pickup p span {
  font-size: 16px;
  display: block;
  margin-bottom: 5px;
}

@media all and (max-width: 479px) {
  .pickup {
    flex-direction: column;
  }

  .pickup::before {
    width: fit-content;
    padding: 5px 10px;
    margin-bottom: 10px;
  }

  .pickup p {
    font-size: 20px;
  }

  .pickup p span {
    font-size: 14px;
  }
}

.boxChiL02 {
  float: left;
  width: 68.3%;
  font-size: 108%;
}

.boxContent {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 30px;
}

.boxContent p,
.boxContent img {
  width: 48%;
  margin-bottom: 20px;
}

.boxChi02 {
  font-size: 108%;
  background-color: #fad8df;
  border-radius: 10px;
  position: relative;
}

.boxChi02 .txtL {
  float: left;
  width: calc(100% - 170px);
  padding: 20px;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.boxChi02 .imgR {
  position: absolute;
  bottom: 0;
  right: 2%;
  width: 150px;
}

.boxChi02 .ttl {
  font-weight: bold;
  width: 100%;
}

.boxChi02 .ttl span.text-r {
  font-weight: normal;
  display: block;
}

.boxChi02 .ttl span.text-r br {
  display: none;
}

.boxChi02 .txt {
  margin-top: 15px;
}

.boxChiR02 {
  float: right;
  width: 48%;
}

.boxChiGroup1 {
  width: 100%;
  margin: 0 auto 0;
  padding: 0;
}

.boxChiGroup1 ul li {
  float: left;
  width: 238px;
  height: 510px;
  margin: 0 5px 0 0;
  list-style: none;
}

.boxChiGroup1 ul li.navList01 {
  margin: 0 0 8px 0;
}

.boxChiGroup2 {
  width: 100%;
}

.boxChiGroup2 > .inner_box {
  width: 95%;
  background-color: #f7f6ed;
  margin: 0 auto 20px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding: 20px;
  box-sizing: border-box;
}

.boxChiGroup2 > .in03 {
  margin: 0 auto;
}

.boxChiGroup2 > .inner_box > .text {
  width: calc(100% - 255px);
  margin-right: 15px;
}

.boxChiGroup2 > .inner_box > figure {
  width: 240px;
  margin: 0 0 0 10px;
}

.boxChiGroup2 > .inner_box > .text > .lead {
  border-bottom: 5px dotted #ee7d96;
  margin: 0 0 10px 0;
  padding: 0 0 0 10px;
}

.boxChiGroup2 > .inner_box > .text > .lead > span {
  font-size: 21px;
  font-weight: bold;
  color: #cd3c54;
  margin-left: 10px;
}

.boxChiGroup3 ul li {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: dashed 1px #e18a98;
}

.boxChiGroup3 ul li .img_area {
  width: 35%;
}

.boxChiGroup3 ul li .txt_area {
  width: 63%;
}

.boxChiGroup3 ul li .txt_area > p.ttl {
  font-size: 20px;
}

.boxChiGroup3 ul li .txt_area .comment_box {
  margin-top: 10px;
  background-color: #fad8df;
  border-radius: 10px;
  position: relative;
  padding: 20px;
  display: flex;
  justify-content: space-between;
}

.boxChiGroup3 ul li .txt_area .comment_box .txtL {
  width: 70%;
}

.boxChiGroup3 ul li .txt_area .comment_box .txtL .name {
  margin-bottom: 10px;
}

.boxChiGroup3 ul li .txt_area .comment_box .imgR {
  position: absolute;
  right: 20px;
  bottom: 0;
  width: 20%;
}

@media all and (max-width: 480px) {
  .boxContent p,
  .boxContent img {
    width: 100%;
    margin-bottom: 20px;
  }

  .boxChiGroup2 > .inner_box {
    align-items: flex-start;
    flex-direction: column;
    width: 95%;
    padding: 15px;
  }

  .boxChiGroup2 > .inner_box > .text {
    order: 2;
    width: 100%;
  }

  .boxChiGroup2 > .inner_box > figure {
    order: 1;
    width: 100%;
    margin: 0 auto 15px;
  }

  .boxChiGroup3 ul li {
    flex-direction: column;
  }

  .boxChiGroup3 ul li .img_area {
    width: 100%;
    margin-bottom: 20px;
  }

  .boxChiGroup3 ul li .txt_area {
    width: 100%;
  }

  .boxChiGroup3 ul li .txt_area p.ttl {
    font-size: 20px;
  }
}

.boxChiTxt01:before {
  content: url(../img/other/chi_bit_02.png);
  margin: 5px;
  position: relative;
  top: 2px;
}

.boxChiTxt01 {
  font-size: 123.1%;
  display: inline-block;
}

.boxChiTxt03 {
  font-size: 20px;
  display: inline-block;
  color: #cd3c54;
  margin: 0 20px;
}

.boxChiTxt02:before {
  content: url(../img/other/chi_bit_03.png);
  margin: 0px 2px 5px 0px;
  height: auto;
  position: relative;
  top: 2px;
}

.boxChiTxt02 {
  margin: 0px 20px 5px 0px;
  display: inline-block;
}

.boxChiTxt04:before {
  content: url(../img/other/chi_bit_03.png);
  margin: 0px 2px 5px 0px;
  height: auto;
  position: relative;
  top: 2px;
}

.boxChiTxt04:after {
  content: url(../img/other/chi_bit_04.png);
  margin: 0px 20px 5px 5px;
  height: auto;
  position: relative;
  top: 2px;
}

.boxChiTxt04 {
  margin: 0px 20px 5px 0px;
  display: inline-block;
}

.boxChiTxt05 {
  font-size: 108%;
  font-weight: bold;
  color: #ee7d96;
}

.boxChiL03 {
  float: left;
  width: 22%;
}

.boxChiR03 {
  float: right;
  width: 70%;
}

.boxChiR03Ttl {
  width: 100%;
  padding: 10px 5px;
  border-bottom: 1px solid #cd3c54;
  font-size: 2em;
  box-sizing: border-box;
  margin: 0 0 15px 0;
}

.boxChiRLab {
  float: right;
  display: block;
  padding: 8px 15px 6px;
  margin: 0 0 0 5px;
  background-color: #cd3c54;
  color: #ffffff;
  font-size: 0.5em;
  letter-spacing: 1px;
}

/* 先生の声 */
.boxChi03 {
  font-size: 108%;
  background-color: #fad8df;
  border-radius: 10px;
  display: flex;
  justify-content: space-between;
}

.boxChi03 .txtL {
  width: calc(100% - 170px);
  padding: 20px;
  box-sizing: border-box;
}

.boxChi03 .txtL .ttl {
  font-weight: bold;
  width: 100%;
}

.boxChi03 .txtL .ttl span.text-r {
  font-weight: normal;
  display: block;
}

.boxChi03 .txtL .ttl span.text-r br {
  display: none;
}

.boxChi03 .txtL .txt {
  margin-top: 15px;
}

.boxChi03 .imgR {
  width: 150px;
  padding: 20px;
}

.boxChi03 .imgR figure:first-of-type {
  margin-bottom: 20px;
}

@media all and (max-width: 480px) {
  .boxChi03 {
    flex-wrap: wrap;
  }

  .boxChi03 .txtL {
    width: 100%;
  }

  .boxChi03 .imgR {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }

  .boxChi03 .imgR figure:first-of-type {
    margin-bottom: 0;
    margin-right: 20px;
  }
}

/*カリキュラム部分ここから*/
.curriculumTable {
  border: solid 1px #666;
}

.curriculumTable th,
.curriculumTable td {
  border: solid 1px #666;
}

.curriculumTable tr {
  background-color: #ffffff;
}

.curriculumTable th {
  vertical-align: middle;
  font-size: 100%;
  line-height: 1.6em;
  padding: 5px 0;
}

.curriculumTable td {
  font-size: 100%;
  line-height: 1.5em;
  padding: 5px 0;
  vertical-align: middle;
  text-align: center;
}

.must {
  color: #9a2929;
}

.kamoku {
  width: 230px;
  background-color: #fceded;
}

.narrow {
  width: 50px;
  background-color: #fceded;
}

.bikou {
  background-color: #fceded;
}

@media screen and (max-width: 479px) {
  .boxChiL01 {
    float: none;
    width: 100%;
    margin: 0 auto 10px;
  }

  .boxChiR01 {
    float: none;
    width: 40%;
    margin: 0 auto 0;
  }

  .boxChiL02 {
    float: none;
    width: 100%;
    font-size: 108%;
  }

  .boxChi02 {
    font-size: 108%;
    background-color: #fad8df;
    border-radius: 10px;
    position: relative;
  }

  .boxChi02 .txtL {
    float: none;
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
  }

  .boxChi02 .ttl {
    order: 1;
    width: calc(100% - 140px);
  }

  .boxChi02 .ttl span.text-r {
    text-align: left;
  }

  .boxChi02 .ttl span.text-r br {
    display: block;
  }

  .boxChi02 .imgR {
    position: static;
    order: 3;
    margin-top: -10%;
    width: 120px;
  }

  .boxChi02 .txt {
    order: 4;
  }

  .boxChiR02 {
    float: none;
    width: 100%;
  }

  .boxChiGroup1 ul li {
    float: none;
    width: 80%;
    height: auto;
    margin: 0 auto 5px;
  }

  .boxChiGroup1 ul li.navList01 {
    margin: 0 auto 5px;
  }

  .boxChiGroup2 ul li {
    float: none;
    width: 80%;
    height: auto;
    margin: 0 auto 9px;
    list-style: none;
  }

  .boxChiGroup2 ul li.navList01 {
    margin: 0 auto 9px;
  }

  .boxChiR03Ttl {
    width: 100%;
    padding: 10px 5px;
    border-bottom: 1px solid #cd3c54;
    font-size: 1.5em;
    box-sizing: border-box;
    margin: 0 0 10px 0;
  }

  .boxChiRLab {
    float: right;
    display: block;
    padding: 8px 15px 6px;
    margin: 5px 5px 0 0;
    background-color: #cd3c54;
    color: #ffffff;
    font-size: 0.5em;
    letter-spacing: 1px;
  }
}

/* 2021年5月 */
article .container section h2.common {
  font-size: 200%;
  text-align: center;
  color: #e18a98;
  letter-spacing: 2px;
  font-weight: normal;
  box-sizing: border-box;
  padding: 17px 0 17px;
  border: solid 3px #e18a98;
  width: 100%;
  margin: 0 auto 30px;
}

article .container section h2.common::after {
  content: none;
}

article .container section h3.common {
  font-size: 225%;
  border-bottom: solid 1px #e18a98;
  border-left: none;
  display: flex;
  align-items: center;
  padding: 0 0 10px;
  width: 100%;
  margin: 0 auto 20px;
}

article .container section h3.common::before {
  content: "";
  display: block;
  width: 36px;
  height: 36px;
  background-image: url(../img/child/child_index_charm.svg);
  background-size: cover;
  margin-right: 20px;
}

article .container section h3.common span {
  font-size: 65%;
  margin-right: 20px;
}

article .container section h4.common {
  color: #f696af;
  font-size: 27px;
  line-height: 1.6;
  font-weight: normal;
  margin-bottom: 20px;
}

article .container section h5.common {
  font-size: 19px;
  line-height: 1.6;
  font-weight: normal;
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: solid 1px #e18a98;
}

.corse_area .boxCar:first-of-type .boxCarL02 {
  width: 57%;
}

.corse_area .boxCar:first-of-type .boxCarR02 {
  width: 40%;
}

.corse_area .sp {
  display: none;
}

@media screen and (max-width: 479px) {
  article .container section h2.common > img {
    height: 23px;
  }

  article .container section h3.common {
    font-size: 170%;
    position: relative;
    padding: 0 0 10px 50px;
    box-sizing: border-box;
    flex-wrap: wrap;
    min-height: 50px;
  }

  article .container section h3.common::before {
    position: absolute;
    left: 0;
    top: 0;
  }

  article .container section h3.common span {
    width: 100%;
    margin-bottom: 5px;
  }

  article .container section h4.common {
    font-size: 125%;
  }

  .corse_area .boxCar:first-of-type .boxCarL02 {
    width: 100%;
  }

  .corse_area .boxCar:first-of-type .boxCarR02 {
    width: 100%;
  }

  .corse_area .pc {
    display: none;
  }

  .corse_area .sp {
    display: block;
  }

  .corse_area .sp img {
    width: 100%;
  }
}

/* 2026年5月追加 */
.marker-container {
  display: block;
  margin: 8px auto 0;
  text-align: center;
  width: 100%;
}

.marker-container .marker-text {
  display: inline;
  padding: 0.1em 0.25em;
  background: linear-gradient(transparent 58%, #fad8df 58%);
  font-weight: bold;
  line-height: 1.8;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}

.field-catch {
  text-align: center;
  color: #cd3c54;
  font-size: 138.5%;
  font-weight: bold;
  line-height: 1.8;
  letter-spacing: 0.04em;
}

.license-start-date {
  float: right;
  margin: 0.25em 0 0 1.2em;
  color: #cd3c54;
  font-size: 76%;
  font-weight: normal;
  line-height: 1.4;
  white-space: nowrap;
}

.feature-summary-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 25px;
}

.feature-summary-card {
  padding: 0;
  background-color: transparent;
  box-sizing: border-box;
  margin-bottom: 50px;
}

.feature-summary-card .pickup {
  margin-bottom: 18px;
}

.feature-summary-card .feature-pickup {
  align-items: center;
}

.feature-summary-card .feature-pickup::before {
  content: none;
}

.feature-pickup-label {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 78px;
  height: 54px;
  margin-right: 10px;
  text-align: center;
  color: #fff;
  font-size: 1.3em;
  position: relative;
  line-height: 1.3;
  z-index: 2;
  transform: translateY(10px);
}
.feature-pickup-label::before {
  content: "";
  display: block;
  width: 78px;
  height: 112px;
  background: url("../img/child/2026/icon-point.png") no-repeat center / contain;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  position: absolute;
  top: -30px;
  left: 0;
  z-index: -1;
}

.feature-summary-card .feature-pickup > p {
  flex: 1;
}

.feature-cycle-content {
  flex-wrap: nowrap;
  align-items: center;
  gap: 24px;
}

.feature-cycle-content .feature-cycle-text {
  flex: 1;
  min-width: 0;
}

.feature-cycle-content .feature-cycle-text p {
  width: auto;
  margin-bottom: 0;
}

.feature-cycle-content .feature-cycle-subtitle {
  margin-bottom: 12px;
  color: #cd3c54;
  font-size: 146.5%;
  font-weight: bold;
  line-height: 1.5;
}

.feature-cycle-content img {
  flex: 0 0 42%;
  width: 42%;
}

@media all and (max-width: 479px) {
  .coursedata_area {
    margin-bottom: 38px;
  }

  .message_area ul li {
    margin-bottom: 24px;
  }
}

@media all and (max-width: 479px) {
  .field-catch {
    margin-bottom: 24px;
    font-size: 1.2em;
    line-height: 1.7;
  }

  .marker-container .marker-text {
    font-size: 1.05em;
    line-height: 1.7;
  }

  .license-start-date {
    float: none;
    display: block;
    margin: 0;
    text-align: right;
  }

  article .container section h5.common.license-title {
    position: relative;
    margin-bottom: 2.4em;
  }

  .license-title .license-start-date {
    position: absolute;
    right: 0;
    top: calc(100% + 0.3em);
  }

  .feature-summary-grid {
    gap: 50px;
    margin-bottom: 60px;
  }

  .feature-summary-card {
    margin-bottom: 32px;
  }

  .feature-summary-grid .feature-summary-card {
    margin-bottom: 0;
  }

  .feature-summary-card .pickup {
    margin-bottom: 14px;
  }

  .feature-summary-card .feature-pickup {
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    text-align: left;
  }

  .feature-pickup-label {
    width: 64px;
    height: 46px;
    font-size: 1.1em;
    transform: translateY(6px);
  }

  .feature-pickup-label::before {
    width: 64px;
    height: 92px;
    top: -25px;
  }

  .feature-summary-card .feature-pickup > p {
    font-size: 18px;
    line-height: 1.35;
  }

  .feature-summary-card .feature-pickup .feature-pickup-label {
    margin-right: 10px;
    margin-bottom: 0;
  }

  .feature-cycle-content {
    flex-wrap: wrap;
    gap: 12px;
  }

  .feature-cycle-content .feature-cycle-text,
  .feature-cycle-content img {
    flex: none;
    width: 100%;
  }

  .feature-cycle-content .feature-cycle-subtitle {
    font-size: 123.1%;
  }
}

.feature-formula {
  display: grid;
  gap: 10px;
  align-items: center;
}

.feature-formula img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

.feature-formula-field {
  justify-items: center;
}

.formula-term {
  font-weight: bold;
  line-height: 1.7;
  text-align: center;
}

.formula-mark {
  color: #cd3c54;
  font-size: 153.9%;
  font-weight: bold;
  text-align: center;
}

.formula-lead {
  margin: 0;
  font-weight: bold;
  line-height: 1.7;
  text-align: center;
}

.formula-keywords {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 6px;
}

.formula-keywords span {
  display: inline-block;
  padding: 4px 8px;
  border-radius: 999px;
  background-color: #fcecf0;
  color: #cd3c54;
  font-size: 93%;
  font-weight: bold;
}

.feature-power-section {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 46%;
  gap: 20px;
  align-items: center;
  margin-bottom: 42px;
}

.feature-power-text h4 {
  margin: 0 0 18px;
  color: #cd3c54;
  font-size: 153.9%;
  line-height: 1.5;
  font-weight: bold;
}

.feature-power-title-img {
  display: block;
  max-width: 100%;
}

.feature-power-title-text {
  margin: 0 0 18px;
  font-size: 1.2em;
  text-align: center;
  line-height: 1.5;
  font-weight: bold;
}

.feature-power-visual {
  display: flex;
  flex-direction: column;
}

.feature-power-text ul {
  margin: 0;
  padding: 0 15px;
  border: 1px solid #f2d6dc;
  border-radius: 16px;
  background: #fff;
}

.feature-power-text li {
  position: relative;
  margin: 0;
  padding: 1em 20px 1em 52px;
  list-style: none;
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 1.6;
}

.feature-power-text li + li {
  border-top: 2px dotted #efb7c3;
}

.feature-power-text li::before {
  position: absolute;
  top: 50%;
  left: 5px;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #e18a98;
  color: #fff;
  font-size: 1.1rem;
  font-weight: 700;
}

.feature-power-text li:nth-child(1)::before {
  content: "1";
}

.feature-power-text li:nth-child(2)::before {
  content: "2";
}

.feature-power-text li:nth-child(3)::before {
  content: "3";
}

.feature-power-image {
  margin: 0 auto 20px;
}

.feature-power-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.feature-power-section + .text-c {
  margin-bottom: 45px;
}

.learning-example-title {
  font-size: 1.3em;
  font-weight: bold;
}

.feature-power-section + .text-c img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

.goal-box {
  padding: 18px;
  border: 3px solid #efb7c3;
  border-radius: 20px;
  background: #fff9fb;
  text-align: center;
}

.goal-box__sub {
  margin: 0 0 12px;
  font-size: 1.1rem;
  font-weight: 500;
}

.goal-box__main {
  margin: 0;
  color: #d94a69;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}

.goal-box__main-marker {
  display: inline;
  padding: 0.1em 0.25em;
  background: linear-gradient(transparent 58%, #fad8df 58%);
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}

.pamphlet-link-container {
  margin: 40px auto;
  padding: 24px;
  background-color: #fff5f7;
  border: 2px solid #f4b0c0;
  border-radius: 12px;
  box-sizing: border-box;
}

.pamphlet-link-container a {
  text-decoration: none !important;
}

.pamphlet-link-main {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  text-decoration: none;
  transition: opacity 0.3s ease;
}

.pamphlet-link-main:hover {
  opacity: 0.8;
}

.image-wrapper {
  flex: 0 0 240px;
}

.image-wrapper img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 4px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.text-wrapper {
  flex: 1;
  text-align: left;
}

.cta-text {
  margin: 0 0 8px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.4;
}

.dummy-thumbnail {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.35em;
  width: 100%;
  aspect-ratio: 3 / 2;
  margin-bottom: 10px;
  background-color: #a0a0a0;
  color: #000;
  object-fit: cover;
  text-align: center;
  line-height: 1.4;
}

.compare-container {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 10px;
  width: 100%;
  max-width: 100%;
  margin: 40px auto;
  padding: 0;
  box-sizing: border-box;
}

.compare-container .card {
  position: relative;
  border-radius: 12px;
  background-color: #fff;
  overflow: hidden;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}

.compare-container .card-header {
  padding: 15px;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}

.compare-container .card-body {
  padding: 20px;
}

.compare-container .item {
  display: flex;
  align-items: center;
  gap: 10px;
  /* margin-bottom: 15px; */
  font-size: 16px;
  /* line-height: 1.5; */
  line-height: 48px;
  border-bottom: dashed 1px #a0a0a0;
}

.compare-container .item:last-child {
  border-bottom: none;
}

.compare-container .icon {
  width: 24px;
  font-size: 1.4em;
  font-weight: bold;
  text-align: center;
}

.compare-container .card-general {
  border: 1px solid #ddd;
  opacity: 0.8;
  width: 35%;
}

.compare-container .card-general .card-header {
  background-color: #f2f2f2;
  color: #666;
}

.compare-container .card-general .icon {
  color: #ccc;
}

.compare-container .card-sakura {
  border: 2px solid #fe7b95;
  background-color: #fff;
  box-shadow: 0 5px 15px rgba(254, 123, 149, 0.15);
  width: 45%;
}

.compare-container .card-sakura .card-header {
  background-color: #fe7b95;
  color: #fff;
  font-size: 20px;
}

.compare-container .card-sakura .item {
  border-color: #fe7b95;
}

.compare-container .card-sakura .icon {
  color: #fe7b95;
  font-size: 2.2em;
}

.compare-container .card-sakura .text {
  color: #fe7b95;
  font-size: 1.2em;
  font-weight: bold;
}

.compare-container .compare-divider {
  display: flex;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  align-self: center;
  width: 40px;
  height: 40px;
}

.compare-container .compare-divider img {
  display: block;
  max-width: 100%;
  height: auto;
}

.student-voice-box {
  display: grid;
  grid-template-columns: 72px 1fr;
  gap: 18px;
  align-items: start;
  margin: 0 0 30px;
  padding: 20px;
  border-radius: 12px;
  background-color: #fdf9fa;
  border: 1px solid #f1c1ca;
  box-sizing: border-box;
}

.student-voice-heading img {
  display: block;
  width: 72px;
  height: 72px;
  object-fit: contain;
}

.student-voice-list {
  margin: 0;
  padding-left: 0;
}

.student-voice-list li {
  position: relative;
  margin-bottom: 12px;
  padding: 0 0 0 1.4em;
  color: #333;
  font-size: 108%;
  line-height: 1.8;
  list-style: none;
}

.student-voice-list li:last-child {
  margin-bottom: 0;
}

.student-voice-list li::before {
  content: "";
  position: absolute;
  top: 0.65em;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #e18a98;
}

@media screen and (max-width: 600px) {
  .pamphlet-link-main {
    flex-direction: column;
    gap: 16px;
  }

  .image-wrapper {
    flex: 0 0 auto;
    width: 140px;
  }

  .text-wrapper {
    text-align: center;
  }

  .cta-text {
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  .compare-container {
    flex-direction: column;
    align-items: center;
    gap: 14px;
    margin: 28px auto 24px;
  }

  .compare-container .card {
    width: 100%;
    flex: none;
    transform: none;
  }

  .compare-container .card-header {
    padding: 13px;
    font-size: 17px;
  }

  .compare-container .card-sakura .card-header {
    font-size: 18px;
  }

  .compare-container .card-body {
    padding: 16px;
  }

  .compare-container .item {
    align-items: flex-start;
    padding: 10px 0;
    line-height: 1.6;
  }

  .compare-container .icon {
    flex-shrink: 0;
    line-height: 1;
  }

  .compare-container .compare-divider {
    z-index: 5;
    margin: -4px 0;
    transform: rotate(90deg) translateY(15px);
  }

  .feature-summary-grid {
    grid-template-columns: 1fr;
  }

  .feature-formula {
    gap: 14px;
  }

  .formula-mark {
    line-height: 1;
  }

  .feature-power-section {
    grid-template-columns: 1fr;
    gap: 18px;
    margin-bottom: 36px;
    padding: 0;
  }

  .feature-power-image {
    margin-bottom: 14px;
  }

  .feature-power-visual .feature-power-image {
    order: 2;
    margin: 14px 0 0;
  }

  .feature-power-visual .goal-box {
    order: 1;
  }

  .feature-power-title-text {
    margin-bottom: 14px;
    font-size: 1.05em;
  }

  .feature-power-text ul {
    padding: 0 12px;
  }

  .feature-power-text li {
    padding: 14px 0 14px 2.8em;
  }

  .goal-box {
    padding: 14px;
    border-radius: 16px;
  }

  .goal-box__sub {
    margin-bottom: 8px;
    font-size: 1rem;
  }

  .goal-box__main {
    font-size: 1.2rem;
  }

  .feature-power-section + .text-c {
    margin-bottom: 34px;
  }

  .student-voice-box {
    grid-template-columns: 1fr;
    gap: 12px;
    margin-bottom: 28px;
    padding: 16px;
  }

  .student-voice-heading img {
    margin: 0 auto;
  }

  .student-voice-list li {
    font-size: 100%;
    line-height: 1.7;
  }
}
