/* ------------------------------
first
------------------------------ */
.first .top .img img {
  border-radius: 30px;
  overflow: hidden;
}
.first .btm {
  padding-top: 0;
}
.first .graph_list li {
  border: 1px solid;
  text-align: center;
}
.first .graph_list li h4 {
  margin-bottom: 1em;
  padding: 0.1em 0.5em;
  color: #fff;
  font-size: 16px;
  font-weight: normal;
}
.first .graph_list li .ttl {
  margin-bottom: 1em;
  font-size: 16px;
  font-weight: bold;
}
.first .graph_list li .graph {
  width: 100%;
  max-width: 238px;
  height: auto;
}
.first .graph_list li .result {
  margin-top: 0.8em;
  padding: 0.6em 0.5em;
  background: rgba(234, 85, 32, 0.05);
}
.first .graph_list li .result p {
  font-size: 16px;
}
.first .graph_list li .result p .strong {
  color: #ea5520;
  font-size: 20px;
  font-weight: bold;
}
.first .graph_list li .result svg {
  margin-top: 5px;
}
.first .graph_list li.kabu {
  border-color: #5e76a7;
}
.first .graph_list li.kabu h4 {
  background-color: #5e76a7;
}
.first .graph_list li.kabu .ttl {
  color: #5e76a7;
}
.first .graph_list li.fudo {
  border-color: #44a1c5;
}
.first .graph_list li.fudo h4 {
  background-color: #44a1c5;
}
.first .graph_list li.fudo .ttl {
  color: #44a1c5;
}
.first .graph_list li.mf {
  border-color: #8a9f55;
}
.first .graph_list li.mf h4 {
  background-color: #8a9f55;
}
.first .graph_list li.mf .ttl {
  color: #8a9f55;
}
@media screen and (min-width: 600px) {
  .first .graph_list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    column-gap: 50px;
    row-gap: 30px;
  }
  .first .graph_list li {
    display: grid;
    flex-direction: column;
  }
  .first .graph_list li .result {
    margin-top: auto;
  }
  .first .graph_list li > svg {
    justify-self: center;
    margin-bottom: 15px;
  }
  .first .graph_list li svg + br {
    display: none;
  }
}
@media screen and (min-width: 750px) {
  .first .top {
    display: grid;
    grid-template-columns: 36% 60%;
    column-gap: 4%;
    padding-bottom: 40px;
  }
  .first .top .heading_03 {
    grid-column: 2/3;
    grid-row: 1/2;
    align-self: end;
  }
  .first .top .sec_lead {
    grid-column: 2/3;
    grid-row: 2/3;
  }
  .first .top .img {
    grid-column: 1/2;
    grid-row: 1/3;
    align-self: center;
  }
}
@media screen and (max-width: 749px) {
  .first .top .img {
    margin-top: 25px;
    text-align: center;
  }
  .first .top .img img {
    width: 100%;
    max-width: 400px;
  }
  .first .graph_list li .graph {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 599px) {
  .first .top .img img {
    border-radius: 20px;
  }
  .first .graph_list li + li {
    margin-top: 20px;
  }
}

/* ------------------------------
second
------------------------------ */
.second .student_list {
  margin-top: 80px;
}
.second .student_list li {
  position: relative;
  padding: 70px 0.5em 1em;
  background: #fff;
  border: 1px solid #ea5520;
  border-radius: 30px;
  text-align: center;
}
.second .student_list .thum {
  position: absolute;
  top: -57px;
  left: 50%;
  transform: translateX(-50%);
  width: 119px;
  height: auto;
}
.second .student_list .ttl {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.6;
}
.second .student_list .ttl .txt_01 {
  color: #1c2569;
}
.second .student_list .ttl .txt_02 {
  color: #ea5520;
}
.second .student_list .name {
  margin-top: 0.5em;
  font-size: 14px;
}
@media screen and (min-width: 600px) {
  .second .student_list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
    column-gap: 35px;
    row-gap: 80px;
  }
}
@media screen and (max-width: 599px) {
  .second .student_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 70px;
  }
  .second .student_list li {
    width: 49%;
    padding: 40px 0 1em;
    border-radius: 20px;
  }
  .second .student_list li:nth-child(n + 3) {
    margin-top: 75px;
  }
  .second .student_list .thum {
    position: absolute;
    top: -44px;
    width: 80px;
  }
  .second .student_list .ttl {
    font-size: 17px;
  }
  .second .student_list .ttl .txt_01 {
    font-size: 14px;
  }
}

/* ------------------------------
third
------------------------------ */
.third .box_01 {
  margin-top: 40px;
  padding: 40px 3% 50px;
  background: rgba(28, 37, 105, 0.1);
}
.third h4 {
  margin-bottom: 2em;
  font-family: "Hiragino Mincho ProN W3", "ƒqƒ‰ƒMƒm–¾’© ProN W3", "Hiragino Mincho ProN", "HG–¾’©E", "Ÿà–¾’©", YuMincho, "‚l‚r ‚o–¾’©", "‚l‚r –¾’©", serif;
  color: #1c2569;
  font-size: 20px;
  font-weight: normal;
  text-align: center;
}
.third h4 .txt_l {
  font-size: 30px;
}
.third .rich_list li {
  background: #fff;
}
.third .rich_list h5 {
  padding: 0.6em 0.5em;
  background: #1c2569;
  font-family: "Hiragino Mincho ProN W3", "ƒqƒ‰ƒMƒm–¾’© ProN W3", "Hiragino Mincho ProN", "HG–¾’©E", "Ÿà–¾’©", YuMincho, "‚l‚r ‚o–¾’©", "‚l‚r –¾’©", serif;
  color: #fff;
  font-size: 20px;
  font-weight: normal;
  text-align: center;
  line-height: 1.4;
}
.third .rich_list .li_body {
  padding: 15px 6% 25px;
  background: #fff;
}
.third .rich_list .name {
  margin-bottom: 1.5em;
  font-family: "Hiragino Mincho ProN W3", "ƒqƒ‰ƒMƒm–¾’© ProN W3", "Hiragino Mincho ProN", "HG–¾’©E", "Ÿà–¾’©", YuMincho, "‚l‚r ‚o–¾’©", "‚l‚r –¾’©", serif;
  color: #1c2569;
  font-size: 14px;
  font-weight: normal;
  text-align: center;
}
.third .time_series {
  position: relative;
  margin-bottom: 45px;
}
.third .time_series::before {
  position: absolute;
  top: 5px;
  left: 23px;
  height: calc(100% + 25px);
  border-left: 3px solid #e6e6e5;
  content: '';
}
.third .time_series::after {
  position: absolute;
  bottom: -35px;
  left: 15px;
  width: 19px;
  height: 16px;
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2219%22%20height%3D%2216%22%20viewBox%3D%220%200%2019%2016%22%3E%3Cpath%20d%3D%22M9.5%2C0%2C19%2C16H0Z%22%20transform%3D%22translate(19%2016)%20rotate(180)%22%20fill%3D%22%23e6e6e5%22%2F%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
  content: '';
}
.third .time_series > div {
  display: flex;
  justify-content: space-between;
  align-items: start;
  position: relative;
  z-index: 5;
}
.third .time_series > div + div {
  margin-top: 30px;
}
.third .time_series .mark {
  width: 46px;
  height: 46px;
  background: #e6e6e5;
  border-radius: 50%;
  font-size: 12px;
  text-align: center;
  line-height: 46px;
}
.third .time_series .txt {
  align-self: center;
  width: calc(100% - 55px);
  font-size: 14px;
}
.third .finish_ttl {
  display: inline-block;
  margin-bottom: 0.5em;
  padding:  0.5em 1em;
  background: #1c2569;
  border-radius: 9999px;
  color: #fff;
  font-size: 14px;
  line-height: 1;
}
.third .finish_txt {
  font-size: 14px;
}
@media screen and (min-width: 600px) {
  .third .rich_list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
    column-gap: 35px;
    row-gap: 30px;
  }
  .third .rich_list h5 {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 80px;
  }
}
@media screen and (max-width: 599px) {
  .third .box_01 {
    padding: 20px 3% 30px;
  }
  .third h4 {
    font-family: "Hiragino Mincho ProN W6", "ƒqƒ‰ƒMƒm–¾’© ProN W6", "Hiragino Mincho ProN", "HG–¾’©E", "Ÿà–¾’©", YuMincho, "‚l‚r ‚o–¾’©", "‚l‚r –¾’©", serif;
    font-size: 14px;
    font-weight: bold;
  }
  .third h4 .txt_l {
    font-size: 20px;
  }
  .third .rich_list li + li {
    margin-top: 35px;
  }
}
