/* ------------------------------
first
------------------------------ */
.first .img_step1 {
  text-align: center;
}
.first .img_step1 img {
  width: 100%;
  max-width: 360px;
}
@media screen and (min-width: 750px) {
  .first .inner_01 {
    display: grid;
    grid-template-columns: 58% 39%;
    column-gap: 3%;
  }
  .first .heading_03 {
    grid-column: 1/2;
    grid-row: 1/2;
    align-self: end;
  }
  .first .sec_lead {
    grid-column: 1/2;
    grid-row: 2/3;
  }
  .first .img_step1 {
    grid-column: 2/3;
    grid-row: 1/3;
    align-self: center;
    margin-top: -30px;
  }
}

/* ------------------------------
second
------------------------------ */
.second .style_list_01 {
  margin-top: 30px;
}
.second .style_list_01 li {
  overflow: hidden;
}
.second .style_list_01 .ttl {
  padding: 0.8em 1em;
  background: #c36380;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
}
.second .style_list_01 .time {
  padding: 1em;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
}
.second .style_list_01 .time .unit {
  display: inline-block;
  min-width: 54px;
  margin-right: 0.5em;
  padding: 0.1em 0.4em;
  border: 1px solid #c36380;
  border-radius: 9999px;
  color: #c36380;
}
.second .style_list_01 .time .strong {
  color: #c36380;
}
.second .list_wrap {
  margin-top: 45px;
  padding: 65px 4% 35px;
}
.second .style_list_02 li + li {
  margin-top: 75px;
}
.second .style_list_02 li .img_box {
  position: relative;
}
.second .style_list_02 li .img_box .ico {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: -30px;
  left: 0;
  width: 112px;
  height: 112px;
  border-radius: 50%;
  font-size: 16px;
  text-align: center;
  line-height: 1;
}
.second .style_list_02 li .img_box .ico svg {
  margin-bottom: 8px;
}
.second .style_list_02 li .txt_box .ttl {
  margin-bottom: 0.3em;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.4;
}
.second .style_list_02 li .txt_box .ttl .txt_s {
  display: inline-block;
  font-size: 20px;
  line-height: 1.2;
}
.second .style_list_02 .movie .txt_box p {
  line-height: 2.0;
}
.second .style_list_02 .classroom .img_box .ico {
  background-color: #e4f4fb;
}
.second .style_list_02 .zoom .img_box .ico {
  background-color: #fbe5eb;
}
.second .style_list_02 .movie .img_box .ico {
  background-color: #f3eaf3;
}
.second .style_list_02 .classroom .txt_box .ttl {
  color: #44a1c5;
}
.second .style_list_02 .zoom .txt_box .ttl {
  color: #c36380;
}
.second .style_list_02 .movie .txt_box .ttl {
  color: #7e678d;
}
@media screen and (min-width: 600px) {
  .second .style_list_01 {
    display: flex;
    justify-content: space-between;
  }
  .second .style_list_01 li {
    width: 48%;
  }
  .second .style_list_02 li {
    display: flex;
    justify-content: space-between;
  }
  .second .style_list_02 li .img_box {
    width: 40.3%;
    padding-left: 40px;
  }
  .second .style_list_02 li .txt_box {
    width: 56%;
  }
}
@media screen and (max-width: 599px) {
  .second .style_list_01 {
    margin-top: 20px;
  }
  .second .style_list_01 li + li {
    margin-top: 30px;
  }
  .second .style_list_01 .ttl {
    padding: 0.8em 1em;
    font-size: 12px;
  }
  .second .style_list_01 .time {
    padding: 1em;
    font-size: 12px;
  }
  .second .style_list_01 .time .unit {
    min-width: 34px;
  }
  .second .list_wrap {
    margin-top: 30px;
    padding: 35px 4%;
  }
  .second .style_list_02 li + li {
    margin-top: 45px;
  }
  .second .style_list_02 li .img_box {
    margin-bottom: 12px;
  }
  .second .style_list_02 li .img_box img {
    width: 100%;
    height: 140px;
    object-fit: cover;
  }
  .second .style_list_02 .movie .img_box img {
    object-position: top;
  }
  .second .style_list_02 li .img_box .ico {
    top: -22px;
    left: -5px;
    width: 70px;
    height: 70px;
    font-size: 12px;
  }
  .second .style_list_02 li .img_box .ico svg {
    height: auto;
    margin-bottom: 3px;
  }
  .second .style_list_02 .classroom .ico svg {
    width: 30px;
  }
  .second .style_list_02 .zoom .ico svg {
    width: 40px;
  }
  .second .style_list_02 .movie .ico svg {
    width: 32px;
  }
  .second .style_list_02 li .txt_box .ttl {
    font-size: 18px;
  }
  .second .style_list_02 li .txt_box .ttl .txt_s {
    font-size: 14px;
  }
}

/* ------------------------------
third
------------------------------ */
.third .img {
  text-align: center;
}
.third .img img {
  width: 100%;
  max-width: 400px;
  border-radius: 30px;
  overflow: hidden;
}
@media screen and (min-width: 750px) {
  .third .inner_01 {
    display: grid;
    grid-template-columns: 60% 36%;
    column-gap: 4%;
  }
  .third .heading_03 {
    grid-column: 1/2;
    grid-row: 1/2;
    align-self: end;
  }
  .third .sec_lead {
    grid-column: 1/2;
    grid-row: 2/3;
  }
  .third .img {
    grid-column: 2/3;
    grid-row: 1/3;
    align-self: center;
  }
}
@media screen and (max-width: 749px) {
  .third .img {
    margin-top: 25px;
  }
}
@media screen and (max-width: 599px) {
  .third .img img {
    border-radius: 20px;
  }
}
