@charset "utf-8";

/* ==========================================================================
	preparation
========================================================================== */

#preparation .accArea .accBtn._cont2 {
	background-image: url(/common_2024/img/icon/icon_leaf.svg);
}
#preparation .accIn .text._mt0 {
  margin-top: 0;
}
#preparation .accIn .balloon02._mt16 {
  margin-top: 16px;
}
#preparation .accIn .text {
  font-weight: bold;
}

#preparation .contents_wrap .layoutCol4 .item {
  padding: 70px 0 25px;
}
#preparation .contents_wrap .layoutCol4 .item._cont1{
	background-image: url(/common_2024/img/icon/icon_pencil.svg);
}
#preparation .contents_wrap .layoutCol4 .item._cont2{
	background-image: url(/common_2024/img/icon/icon_leaf.svg);
}
#preparation .contents_wrap .layoutCol4 .item._cont3{
	background-image: url(/common_2024/img/icon/icon_schoolbag.svg);
}
#preparation .contents_wrap .layoutCol4 .item._cont4{
	background-image: url(/common_2024/img/icon/icon_cherryblossom.svg);
}

@media screen and (max-width: 767px){
  #preparation .accIn .balloon01._large {
      font-size: 19px;
  }
}
@media screen and (max-width: 376px) {
  #preparation .accIn .balloon01._large {
    font-size: 18px;
  }
}
@media screen and (max-width: 365px) {
  #preparation .accIn .balloon01._large {
    font-size: 17px;
  }
}
@media screen and (max-width: 348px) {
  #preparation .accIn .balloon01._large {
    font-size: 16px;
  }
}
@media screen and (max-width: 330px) {
  #preparation .accIn .balloon01._large {
    font-size: 14px;
  }
  #preparation .accIn .text {
    font-size: 15px;
  }
}

/* ==========================================================================
	strength
========================================================================== */

@media screen and (max-width: 767px) {
  #strength h2.heading {
      font-size: 32px;
  }
  #strength .conBlock .text_box_wrap{
    border: none;
  }
}
@media screen and (max-width: 365px) {
  #strength .conBlock .item .title {
    font-size: 18px;
  }
}
@media screen and (max-width: 350px) {
  #strength h2.heading {
      font-size: 30px;
  }
}
@media screen and (max-width: 330px) {
  #strength h2.heading {
      font-size: 28px;
  }
  #strength .conBlock .item .title {
    font-size: 17px;
  }
}

/* ==========================================================================
	learn
========================================================================== */

#learn {
  padding: 72px 0;
}
@media screen and (max-width: 767px){
  #learn {
      padding: 40px 0;
  }
}

/* ==========================================================================
	campaignBlock
========================================================================== */
@media screen and (max-width: 385px){
  .campaignBlock .normal_txt {
    font-size: 15px;
  }
}
@media screen and (max-width: 358px){
  .campaignBlock .normal_txt {
    font-size: 14px;
  }
}
@media screen and (max-width: 335px){
  .campaignBlock .normal_txt {
    font-size: 13px;
  }
}
