@charset "UTF-8";
/* Scss Document */
/* -------------------------------------------------- */
/* file   : online_detail.css                         */
/* update : 2025                                      */
/* -------------------------------------------------- */
/* -------------------------------------------------- */
/* pc向け */
/* --------------------------------------------------- */
.super {
  background: #FEEFEF;
  margin-bottom: 120px;
}

.online-mv {
  position: relative;
}
.online-mv img {
  width: inherit;
  height: inherit;
}

.mv_wrap {
  background-color: #FF8D8D;
  height: 730px;
}

.mv_wrap::after {
  content: "";
  width: 100%;
  height: 140px;
  display: block;
  background: url(../../online/img/wave_p.svg) repeat-x top left;
  position: absolute;
  bottom: -90px;
  left: 0;
}

.mv_img {
  position: absolute;
  right: 2.95%;
  left: 44.06%;
  top: 220px;
  z-index: 2;
}

.mv_textarea {
  color: #fff;
  max-width: 1270px;
  padding: 220px 15px 0;
  margin: 0 auto;
}

.mv_heading {
  line-height: 1.7;
}
.mv_heading .mv_heading-inner {
  background-color: #F16B6B;
  border-radius: 5px;
  padding: 0 11px;
  font-size: 60px;
  font-weight: bold;
}
.mv_heading .small {
  font-size: 34px;
}

.online.subpage .heading01 {
  border-color: #FF8D8D;
}

.feature {
  margin-top: 120px;
}

.feature_lead {
  font-size: 28px;
  line-height: 1.6;
  margin-bottom: 30px;
}

.feature_content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 45px 45px 49px;
  background-color: #fff;
  margin-bottom: 32px;
  border-radius: 20px;
}
.feature_content:last-of-type {
  margin-bottom: 0;
}
.feature_content .feature_no {
  width: 47px;
  margin-right: 30px;
}
.feature_content .feature_title {
  width: calc(100% - 77px);
  font-size: 30px;
  line-height: 1.4;
}
.feature_content .feature_text {
  line-height: 1.8;
  margin-top: 20px;
}

.bnr_wrap {
  text-align: center;
  margin-top: 64px;
}

.note {
  font-size: 14px;
}

.img_box {
  margin-top: 40px;
}

.link {
  background: #ECF5FF;
  padding-top: 70px;
  margin-top: 120px;
}

.link_title {
  position: relative;
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  color: #1E5DD5;
  line-height: 1.5;
}
.link_title::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  width: 100%;
  border-top: 1px dashed #1E5DD5;
  z-index: 1;
}
.link_title span {
  position: relative;
  display: inline-block;
  background: #ECF5FF;
  padding: 0 10px;
  z-index: 2;
}

.link_list {
  display: flex;
  flex-wrap: wrap;
  gap: 0 2.58%;
  margin-top: 55px;
}

.link_item {
  position: relative;
  display: flex;
  width: 48.71%;
}

.link_list-inner {
  display: flex;
  flex-wrap: wrap;
  background: #fff;
  border-radius: 20px;
  padding: 8px;
}

.link_item-img {
  width: 54.64%;
}

.link_item-text {
  width: 45.36%;
  padding-left: 18px;
  z-index: 1;
}
.link_item-text .title {
  font-size: 20px;
  font-weight: bold;
  color: #FF8D8D;
  line-height: 1.5;
}
.link_item-text .text {
  font-size: 14px;
  line-height: 1.6;
  margin-top: 8px;
}
.link_item-text .arrow {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 45px;
  height: 45px;
  background: #FF8D8D;
  border-radius: 100px 0 20px 0;
  z-index: 2;
}
.link_item-text .arrow img {
  margin-left: 15px;
}

/* -------------------pc END------------------------------- */
/* -------------------------------------------------- */
/* tablet向け */
/* --------------------------------------------------- */
/* ---------------------tablet END----------------------------- */
/* -------------------------------------------------- */
/* sp向け */
/* --------------------------------------------------- */
@media screen and (max-width: 750px) {
  .super {
    margin-bottom: 60px;
  }
  .online-mv {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
  .mv_wrap {
    height: 160px;
  }
  .mv_wrap::after {
    height: 35px;
    background: url(../../online/img/wave_p.svg) repeat-x top left/100px auto;
    bottom: -18px;
  }
  .mv_img {
    position: relative;
    right: 0;
    top: 0;
    left: 0;
    padding-top: 70px;
  }
  .mv_img img {
    width: 100%;
    height: 260px;
    object-fit: cover;
  }
  .mv_textarea {
    padding: 0px 20px 0;
    margin-top: -77px;
    position: relative;
    z-index: 3;
  }
  .mv_heading .mv_heading-inner {
    font-size: 34px;
  }
  .mv_heading .small {
    font-size: 24px;
  }
  .feature {
    margin-top: 60px;
  }
  .feature_lead {
    font-size: 18px;
    margin-bottom: 15px;
  }
  .feature_content {
    padding: 20px;
    margin-bottom: 15px;
    border-radius: 10px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  .feature_content .feature_no {
    width: 34px;
    margin-right: 15px;
  }
  .feature_content .feature_title {
    width: calc(100% - 49px);
    font-size: 18px;
    line-height: 1.6;
  }
  .feature_content .feature_text {
    width: 100%;
    margin-top: 10px;
    line-height: 1.9;
  }
  .bnr_wrap {
    width: 100%;
    margin-top: 32px;
  }
  .link {
    padding-top: 35px;
    margin-top: 60px;
  }
  .link_title {
    font-size: 18px;
  }
  .link_title span {
    padding: 0 5px;
  }
  .link_list {
    gap: 0 2%;
    margin-top: 28px;
  }
  .link_item {
    width: 49%;
  }
  .link_list-inner {
    flex-direction: column;
    gap: 8px 0;
    border-radius: 10px;
  }
  .link_item-img {
    width: 100%;
  }
  .link_item-text {
    width: 100%;
    padding-left: 0;
  }
  .link_item-text .title {
    font-size: 15px;
  }
  .link_item-text .text {
    font-size: 12px;
    margin-top: 0;
  }
  .link_item-text .arrow {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 25px;
    height: 25px;
    border-radius: 100px 0 10px 0;
  }
  .link_item-text .arrow img {
    margin-left: 5px;
    width: 50%;
  }
}
/* -------------------sp END------------------------------- *//*# sourceMappingURL=online_detail.css.map */