.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;
}

.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 .text {
  margin: 0 auto 50px;
}

.sec_01 .text small {
  display: block;
  font-size: 10px;
  color: #aaa;
  padding: 5px 0 0;
}

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

.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 {
  margin-bottom: 10px;
  text-align: center;
}

.sec_02>a {
  display: block;
  width: 330px;
  padding: 10px 0;
  margin: 0 auto 30px;
  border-radius: 50px;
  background-color: #49A89A;
  color: #fff;
  font-weight: 700;
}

.sec_02 .anchor_list {
  background: #F8F7F7;
  padding: 10px 25px;
  letter-spacing: -7px;
}

.sec_02 .anchor_list button {
  font-size: 14px;
  line-height: 1;
  background: #fff;
  display: inline-block;
  padding: 5px 10px;
  border-radius: 20px;
  letter-spacing: normal;
  margin: 5px;
  transition: .3s;
}

.sec_02 .anchor_list button:hover {
  opacity: .5;
}

.sec_02 .anchor_list button::after {
  content: "\f078";
  font-family: "Font Awesome 6 free";
  font-weight: 900;
  color: #aaa;
  font-size: 12px;
  padding: 0 0 0 5px;
  position: relative;
  bottom: 1px;
}

.sec_02 .text {
  text-align: left;
  margin: 10px auto;
}

.sec_02 .text small {
  display: block;
  font-size: 10px;
  color: #aaa;
}

.sec_02 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;
  text-align: left;
  color: #49A89A;
}

.sec_02 ul {
  text-align: left;
}

.sec_02 ul li {
  background: #E8FCF9;
  padding: 15px 25px;
  margin: 25px auto;
}

.sec_02 ul li .contents_01 {
  border-bottom: 2px solid #49A89A;
  padding: 0 0 5px;
}

.sec_02 ul li .contents_01 a {
  font-size: 18px;
  font-weight: bold;
}

.sec_02 ul li .contents_01 a::before {
  content: "\f054";
  font-family: "Font Awesome 6 free";
  font-weight: 900;
  color: #49A89A;
  font-size: 14px;
  padding: 0 15px 0 0;
  position: relative;
  bottom: 1px;
}

.sec_02 ul li .contents_02 {
  margin: 10px auto 0;
  letter-spacing: -7px;
}

.sec_02 ul li .contents_02 .left {
  width: 120px;
  display: inline-block;
  letter-spacing: normal;
  vertical-align: top;
}

.sec_02 ul li .contents_02 .right {
  letter-spacing: normal;
  width: calc(100% - 120px);
  display: inline-block;
  vertical-align: top;
}

.sec_02 ul li .contents_03 {
  margin: 5px auto 0;
  letter-spacing: -7px;
}

.sec_02 ul li .contents_03 .left {
  width: 120px;
  display: inline-block;
  letter-spacing: normal;
  vertical-align: top;
}

.sec_02 ul li .contents_03 .right {
  letter-spacing: normal;
  width: calc(100% - 120px);
  display: inline-block;
  vertical-align: top;
}

.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;
}

.anchor_list.pc {
  display: block;
}

.anchor_list.sp {
  display: none;
}

@media (max-width: 1100px) {

  .sec_01 {
    width: 95%;
  }

  .sec_02 {
    width: 95%;
  }

  .sec_02 .anchor_list br {
    display: none;
  }

  .sec_03 {
    width: 95%;
  }

}

@media (max-width: 850px) {}


@media (max-width: 700px) {

  .sec_01 {
    margin: 50px auto;
  }

  .sec_02 {
    margin: 50px auto;
  }

  .sec_03 {
    margin: 50px auto;
  }

  .anchor_list.sp {
    display: block;
  }

  .anchor_list.pc {
    display: none;
  }

  #sectionSelector {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    max-width: 300px;
    padding: 0.6em 1.5em 0.6em 0.8em;
    font-size: 1em;
    color: #333;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 6px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%2210%22%20height%3D%226%22%20viewBox%3D%220%200%2010%206%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M0%200l5%206%205-6H0z%22%20fill%3D%22%23333%22/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 0.8em center;
    background-size: 0.65em;
  }

  #sectionSelector:focus {
    border-color: #666;
    box-shadow: 0 0 0 3px rgba(100, 150, 250, 0.3);
    outline: none;
  }

  #sectionSelector:hover {
    border-color: #999;
  }


}

@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 15px;
  }

  .sec_02 .text.center {
    margin-bottom: 10px;
  }

  .sec_02>a {
    width: min(90%, 330px);
    margin: 0 auto 15px;
  }

  .sec_02 h3 {
    font-size: 18px;
  }

}