.mv {
  text-align: center;
  background: #E8FCF9;
}

.mv .inner {
  padding: 50px 0;
}

.mv .inner p {
  line-height: 1;
  color: #49A89A;
  font-family: "Roboto Condensed", sans-serif;
  margin: 15px auto 0;
    font-size: 40px;
    font-weight: bold;
}

.mv .inner h1 {
  color: #49A89A;
  font-size: 14px;
  line-height: 1;
}

.sec_01 {
  text-align: center;
  margin: 100px auto;
  max-width: 1100px;
}

.sec_01 h2 {
  font-size: 28px;
  font-weight: bold;
  position: relative;
  padding: 0 0 10px;
  margin: 0 auto 50px;
  text-align: center;
}

.sec_01 h2::before {
  content: "";
  width: 50px;
  height: 4px;
  background: #49A89A;
  position: absolute;
  bottom: 0;
  left: calc(50% - 25px);
  border-radius: 5px;
}

.sec_01 .left {
  float: left;
  max-width: 500px;
}

.sec_01 .right {
  float: left;
  max-width: 525px;
  margin: 0 0 0 75px;
  text-align: left;
}

.sec_01 .right h3 {
  font-size: 22px;
  font-weight: bold;
  color: #49A89A;
  margin: 0 0 25px;
}

.sec_01 ul {
  margin: 50px auto;
  max-width: 1000px;
  letter-spacing: -7px;
}

.sec_01 ul li {
  letter-spacing: normal;
  max-width: 300px;
  display: inline-block;
  vertical-align: top;
  margin: 0 0 0 50px;
  background: #F8F7F7;
  text-align: left;
}

.sec_01 ul li:first-child {
  margin: 0;
}

.sec_01 ul li a {
  display: block;
  box-shadow: 0 3px 8px rgba(0, 0, 0, .2);
}

.sec_01 ul li a span.title {
  display: block;
  font-size: 18px;
  font-weight: bold;
  padding: 25px 17px 10px;
  position: relative;
}

.sec_01 ul li a span.title::after {
  content: "\f08e";
  font-family: "Font Awesome 6 free";
  font-weight: 900;
  position: absolute;
  right: 17px;
  top: 25px;
}

.sec_01 ul li a span.text {
  font-size: 14px;
  padding: 0 17px 25px;
  display: block;
  min-height: 120px;
}

.sec_02 {
  margin: 100px auto;
}

.sec_02 h2 {
  font-size: 28px;
  font-weight: bold;
  position: relative;
  padding: 0 0 10px;
  margin: 0 auto 30px;
  text-align: center;
}

.sec_02 h2::before {
  content: "";
  width: 50px;
  height: 4px;
  background: #49A89A;
  position: absolute;
  bottom: 0;
  left: calc(50% - 25px);
  border-radius: 5px;
}

.sec_02 .text.center {
  text-align: center;
}

.sec_02 h3 {
  max-width: calc(1100px - 20px);
  margin: 50px auto 15px;
  font-size: 22px;
  font-weight: bold;
  border-left: 4px solid #49A89A;
  padding: 0 0 0 16px;
  line-height: 1.2;
}

.table_wrap.table_01 {
  max-width: 1100px;
  margin: 0 auto;
}

.table_wrap.table_01 table {
  max-width: 900px;
  width: 100%;
}

.table_wrap.table_01 th {
  background: #E8FCF9;
  font-size: 14px;
  border: 1px solid #49A89A;
  padding: 10px 0;
  line-height: 1.3;
}

.table_wrap.table_01 td {
  font-size: 14px;
  border: 1px solid #49A89A;
  text-align: center;
  padding: 10px 0;
  line-height: 1.3;
}

.table_wrap.table_01 th:first-child,
.table_wrap.table_01 td:first-child {
  width: 175px;
  text-align: left;
  padding: 0 0 0 25px;
}

.sec_02 .text.right {
  text-align: right;
  max-width: 700px;
  margin: 0 auto;
}

.sec_02 .text.right small {
  font-size: 10px;
  color: #AAAAAA;
  display: block;
  margin: 10px 0 0;
}

.table_wrap.table_02 {
  max-width: 1100px;
  margin: 0 auto;
}

.table_wrap.table_02 table {
  max-width: 900px;
  width: 100%;
}

.table_wrap.table_02 th {
  background: #E8FCF9;
  font-size: 14px;
  border: 1px solid #49A89A;
  width: 150px;
  text-align: left;
  padding: 10px 0 10px 25px;
  line-height: 1.3;
  vertical-align: middle;
}

.table_wrap.table_02 td {
  font-size: 14px;
  border: 1px solid #49A89A;
  padding: 10px 0;
  width: 70px;
  text-align: center;
  vertical-align: middle;
  line-height: 1.3;
}

.sec_03 {
  margin: 100px auto;
  max-width: 1100px;
}

.sec_03 h2 {
  font-size: 28px;
  font-weight: bold;
  position: relative;
  padding: 0 0 10px;
  margin: 0 auto 30px;
  text-align: center;
}

.sec_03 h2::before {
  content: "";
  width: 50px;
  height: 4px;
  background: #49A89A;
  position: absolute;
  bottom: 0;
  left: calc(50% - 25px);
  border-radius: 5px;
}

.sec_03 h3 {
  margin: 50px auto 15px;
  font-size: 22px;
  font-weight: bold;
  border-left: 4px solid #49A89A;
  padding: 0 0 0 16px;
  line-height: 1.2;
}

.sec_03 ul {
  width: 95%;
  margin: 0 auto;
}

.sec_03 ul li {
  margin: 25px auto;
}

.sec_03 ul li a {
  display: inline-block;
  letter-spacing: -7px;
}

.sec_03 ul li a img {
  vertical-align: middle;
  letter-spacing: normal;
}

.sec_03 ul li a span {
  vertical-align: middle;
  font-size: 18px;
  font-weight: bold;
  padding: 0 0 0 25px;
    display: inline-block;
    width: calc(100% - 220px - 25px);
    letter-spacing: normal;
}

.sec_03 ul li a span::after {
  content: "\f08e";
  font-family: "Font Awesome 6 free";
  font-weight: 900;
  padding: 0 0 0 25px;
  font-size: 14px;
}

.student_link_list {
  margin: 100px auto 50px;
  text-align: center;
  max-width: 810px;
}

.student_link_list ul {
  letter-spacing: -7px;
}

.student_link_list ul li {
  display: inline-block;
  letter-spacing: normal;
  margin: 10px;
  max-width: 250px;
}

@media (max-width: 1100px) {
    
    .sec_01 .left {
      max-width: 400px;
    }

    .sec_01 .right {
      margin: 0 0 0 25px;
      max-width: none;
      width: calc(100% - 400px - 25px);
    }

    .sec_01 {
      width: 95%;
    }

    .sec_01 ul {
      max-width: 650px;
      text-align: left;
    }

    .sec_01 ul li:first-child, .sec_01 ul li:nth-child(2n+1) {
      margin: 15px auto;
    }

    .sec_01 ul li {
      margin: 15px auto 15px 50px;
    }

    .sec_02 {
      width: 95%;
    }

    .sec_02 .text.right {
      max-width: 900px;
      margin: 0;
    }
    
    .sec_03 {
      width: 95%;
    }

}

@media (max-width: 850px) {
    
    .sec_01 .left {
      float: none;
      margin: 0 auto;
    }

    .sec_01 .right {
      width: auto;
      float: none;
      margin: 25px auto;
    }

    .sec_01 .right h3 {
      margin: 0 auto 10px;
    }

}


@media (max-width: 700px) {
    
    .sec_01 {
      margin: 50px auto;
    }
    
    .sec_01 ul {
      max-width: 300px;
      margin: 0 auto;
    }

    .sec_01 ul li {
      margin: 15px auto;
    }
    
    .sec_02 {
      margin: 50px auto;
    }

    .sec_03 {
      margin: 50px auto;
    }
    
    .table_wrap.table_01 {
      overflow-y: scroll;
    }

    .table_wrap.table_01 table {
      width: 700px;
    }

    .table_wrap.table_01 th:first-child,
    .table_wrap.table_01 td:first-child {
      width: 80px;
    }
    
    .table_wrap.table_02 {
      overflow-y: scroll;
    }

    .table_wrap.table_02 table {
      width: 800px;
    }


}

@media (max-width: 580px) {

    .mv .inner {
      padding: 50px 0;
    }

    .mv .inner p {
      font-size: 22px;
    }
    
}

@media (max-width: 500px) {

    .sec_01 h2 {
      font-size: 18px;
      margin: 0 auto 25px;
    }
    
    .sec_02 h2 {
      font-size: 18px;
      margin: 0 auto 25px;
    }
    
    .sec_02 h3 {
      font-size: 18px;
    }
    
    .sec_03 h2 {
      font-size: 18px;
      margin: 0 auto 25px;
    }
    
    .sec_03 h3 {
      font-size: 18px;
    }
    
}

@media (max-width: 450px) {
    
    .sec_03 ul li a img {
      width: 40%;
    }

    .sec_03 ul li a span {
      width: calc(60% - 15px);
      padding: 0 0 0 15px;
      font-size: 14px;
    }

    
}