/* ------------------------------
first
------------------------------ */
.first .how_to_ask_list {
  margin-top: 40px;
}
.first .how_to_ask_list > li {
  position: relative;
  padding-bottom: 30px;
}
.first .how_to_ask_list > li .ttl {
  position: absolute;
  right: 10px;
  bottom: 0;
  width: 112px;
  height: 112px;
  padding-top: 0.55em;
  background-color: #1c2569;
  border-radius: 50%;
  color: #fff;
  font-size: 30px;
  text-align: center;
  line-height: 1;
}
.first .how_to_ask_list > li .ttl .txt_s {
  display: inline-block;
  margin-bottom: 0.7em;
  font-size: 16px;
}
.first .how_to_ask_list > li .img {
  border-radius: 30px;
}
.first .how_to_ask_list .label_list {
  display: inline-flex;
  margin-top: 12px;
}
.first .how_to_ask_list .label_list li {
  width: auto;
  padding: 0.2em 0.5em;
  border-radius: 5px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  line-height: 1;
}
.first .how_to_ask_list .label_list li + li {
  margin-left: 5px;
}
.first .how_to_ask_list .label_list li.classroom {
  background-color: #44a1c5;
}
.first .how_to_ask_list .label_list li.zoom {
  background-color: #c36380;
}
.first .how_to_ask_list .label_list li.movie {
  background-color: #7e678d;
}
@media screen and (min-width: 660px) {
  .first .how_to_ask_list {
    display: flex;
    justify-content: space-between;
  }
  .first .how_to_ask_list > li {
    width: 31%;
  }
}
@media screen and (max-width: 1129px) {
  .first .how_to_ask_list > li .ttl {
    right: 0;
  }
}
@media screen and (max-width: 1079px) {
  .first .how_to_ask_list > li {
    padding-bottom: 0;
  }
  .first .how_to_ask_list > li .ttl {
    bottom: 30px;
    right: -15px;
  }
}
@media screen and (max-width: 659px) {
  .first .how_to_ask_list {
    margin-top: 35px;
  }
  .first .how_to_ask_list > li + li {
    margin-top: 25px;
  }
  .first .how_to_ask_list > li .ttl {
    right: 10px;
    bottom: 0;
  }
}
@media screen and (max-width: 599px) {
  .first .how_to_ask_list > li {
    padding-bottom: 30px;
  }
  .first .how_to_ask_list > li .img {
    border-radius: 20px;
  }
}

/* ------------------------------
second
------------------------------ */
.second .voice_list {
  margin-top: 40px;
}
.second .style_list {
  margin-top: 50px;
}
.second .style_list > li {
  padding: 25px 6%;
}
.second .style_list h4 {
  margin-bottom: 1.5em;
  color: #1c2569;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
.second .life_style_list li {
  display: flex;
  justify-content: space-between;
}
.second .life_style_list li + li {
  margin-top: 35px;
}
.second .life_style_list .img {
  width: 29%;
}
.second .life_style_list .txt {
  width: 65%;
}
.second .life_style_list h5 {
  color: #5e76a7;
}
.second .style_list .graph {
  margin-bottom: 20px;
  text-align: center;
}
.second .style_list .graph svg {
  width: 100%;
  max-width: 400px;
  height: auto;
}
.second .letus .letus_note {
  margin-top: 1.5em;
  font-size: 12px;
}
@media screen and (min-width: 600px) {
  .second .voice_list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(235px, 1fr));
    column-gap: 35px;
    row-gap: 30px;
  }
  .second .style_list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 40px;
    row-gap: 30px;
  }
  .second .style_list .letus {
    grid-column: 1/3;
    padding-left: 4%;
    padding-right: 4%;
  }
}
@media screen and (min-width: 730px) {
  .second .letus .letus_inner {
    display: flex;
    justify-content: space-between;
  }
  .second .letus .letus_inner .img {
    width: 48.5%;
    align-self: center;
  }
  .second .letus .letus_inner p {
    width: 48.5%;
  }
}
@media screen and (max-width: 729px) {
  .second .letus .letus_inner p {
    margin-top: 1.8em;
  }
}
@media screen and (max-width: 599px) {
  .second .voice_list {
    max-width: 360px;
    margin: 35px auto 0;
  }
  .second .voice_list li + li {
    margin-top: 25px;
  }
  .second .style_list {
    margin-top: 25px;
  }
  .second .style_list > li + li {
    margin-top: 30px;
  }
  .second .style_list h4 {
    font-size: 18px;
  }
}

/* ------------------------------
third
------------------------------ */
.third .top .img img {
  border-radius: 30px;
  overflow: hidden;
}
.third .inner_01.btm {
  padding-top: 0;
}
.third .btm > .box_01 {
  padding: 35px 4%;
  background-color: #edf1f7;
}
.third h4 {
  margin-bottom: 1.5em;
  color: #1c2569;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
.third .customer .ttl {
  margin-bottom: 1em;
  font-size: 20px;
  font-weight: bold;
}
.third .customer .profile {
  font-size: 14px;
}
.third .comment_area {
  margin-top: 80px;
}
.third .comment_area > .box_01 {
  position: relative;
  padding: 4em 1.5em 1.2em;
}
.third .comment_area .before::after {
  position: absolute;
  top: 50%;
  right: -62px;
  transform: translateY(-50%);
  width: 41px;
  height: 66px;
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2241%22%20height%3D%2266%22%20viewBox%3D%220%200%2041%2066%22%3E%3Cpath%20d%3D%22M30.663%2C2.9a3%2C3%2C0%2C0%2C1%2C4.674%2C0L62.071%2C36.119A3%2C3%2C0%2C0%2C1%2C59.734%2C41H6.266a3%2C3%2C0%2C0%2C1-2.337-4.881Z%22%20transform%3D%22translate(41)%20rotate(90)%22%20fill%3D%22%231c2569%22%2F%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
  background-size: cover;
  content: '';
}
.third .comment_area .advisor {
  padding-top: 1.2em;
}
.third .comment_area .ico_ttl {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: -69px;
  left: 50%;
  transform: translateX(-50%);
  width: 120px;
  height: 120px;
  background: #1c2569;
  border-radius: 50%;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
.third .comment_area .strong {
  background: linear-gradient(transparent 40%, rgba(254, 255, 5, 0.5) 40%);
  font-weight: bold;
}
@media screen and (min-width: 600px) {
  .third .customer {
    display: flex;
    justify-content: space-between;
  }
  .third .customer .img {
    width: 112px;
  }
  .third .customer .txt {
    width: calc(100% - 145px);
  }
  .third .comment_area {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 80px;
    row-gap: 30px;
  }
  .third .comment_area .advisor {
    grid-column: 1/3;
    grid-row: 2/3;
  }
}
@media screen and (min-width: 750px) {
  .third .top {
    display: grid;
    grid-template-columns: 36% 60%;
    column-gap: 4%;
    padding-bottom: 40px;
  }
  .third .top .heading_03 {
    grid-column: 2/3;
    grid-row: 1/2;
    align-self: end;
  }
  .third .top .sec_lead {
    grid-column: 2/3;
    grid-row: 2/3;
  }
  .third .top .img {
    grid-column: 1/2;
    grid-row: 1/3;
    align-self: center;
  }
}
@media screen and (max-width: 749px) {
  .third .top .img {
    margin-top: 25px;
    text-align: center;
  }
  .third .top .img img {
    width: 100%;
    max-width: 400px;
  }
}
@media screen and (max-width: 599px) {
  .third .top .img img {
    border-radius: 20px;
  }
  .third h4 {
    font-size: 18px;
  }
  .third .customer {
    text-align: center;
  }
  .third .customer .img img {
    width: 112px;
  }
  .third .customer .ttl {
    margin: 1em 0;
    font-size: 16px;
  }
  .third .customer .profile {
    font-size: 14px;
    text-align: left;
  }
  .third .comment_area > .box_01 {
    padding: 3.5em 1em 1.2em;
  }
  .third .comment_area .advisor {
    padding-top: 1.2em;
  }
  .third .comment_area .before::after {
    position: absolute;
    top: auto;
    bottom: -50px;
    left: 50%;
    right: auto;
    transform: translateX(-50%);
    width: 50px;
    height: 32px;
    background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2250%22%20height%3D%2231.061%22%20viewBox%3D%220%200%2050%2031.061%22%3E%3Cpath%20d%3D%22M22.663%2C2.9a3%2C3%2C0%2C0%2C1%2C4.674%2C0L46.071%2C26.18a3%2C3%2C0%2C0%2C1-2.337%2C4.881H6.266A3%2C3%2C0%2C0%2C1%2C3.929%2C26.18Z%22%20transform%3D%22translate(50%2031.061)%20rotate(180)%22%20fill%3D%22%231c2569%22%2F%3E%3C%2Fsvg%3E');
  }
  .third .comment_area .after {
    margin: 115px 0 30px;
  }
  .third .comment_area .ico_ttl {
    top: -46px;
    width: 78px;
    height: 78px;
    font-size: 14px;
  }
}
