@charset "UTF-8";

.site-logo {
  display: none;
}

.two-columns_img-area {
  margin-right: 0;
}

.first_img_right .two_columns-item:nth-child(even) .two-columns_img-area {
  margin-right: 0;
  margin-left: 0;
}
.first_img_right .two_columns-item:nth-child(odd) .two-columns_img-area {
  margin-right: 0;
  margin-left: 0;
}

.about-child-brand-img,
.about-school-img,
.joint_venture-img_area {
  margin-top: 20px;
}

.about-school-img {
  max-width: 100%;
}

.about-child-brand-img {
  max-width: 100%;
}

#reason-select .contact_btn_area {
  padding: 0;
  margin-top: 30px;
}
.reason-selected-last-content {
  border-image-source: linear-gradient(var(--content-bg-color), var(--content-bg-color));
  border-image-slice: 100 fill;
  border-image-width: 100vw;
  border-image-outset: 0 20px;
  padding: 50px 0;
}

.reason-selected-last-content_title {
  flex-direction: column;
}
.reason-selected-last-content_text {
  width: 100%;
  order: 1;
}
.reason-selected-last-content_text .content_desc {
  margin-top: 15px;
}
.reason-selected-last-content_img {
  order: 2;
  width: 100%;
  line-height: 1;
  margin-right: 0;
  margin-top: 30px;
}
.reason-selected-last-content_detail {
  font-size: 1.5rem;
  letter-spacing: 0.6px;
  line-height: 25px;
  margin-top: 30px;
}

.two-columns_info-area .caption_text{
  order: 3;
}