.lower .mv {
  height: 270px;
}
@media screen and (max-width: 959px) {
  .lower .mv {
    height: 240px;
  }
}
.lower h2 {
  text-align: left;
  color: #fff;
  display: inline-block;
  width: -moz-fit-content;
  width: fit-content;
  padding-left: 0;
}
@media screen and (max-width: 959px) {
  .lower h2 {
    margin-bottom: 20px;
    transform: translateY(10px);
  }
}
.lower .mv__illust {
  position: absolute;
  bottom: -50px;
  right: 0;
  width: 164px;
}
.lower .mv__illust::after {
  content: "";
  width: 164px;
  height: 41px;
  background: url(/_assets/img/profile/illust_shadow.svg) no-repeat bottom;
  background-size: 100%;
  position: absolute;
  bottom: -15px;
  z-index: -1;
}
@media screen and (max-width: 959px) {
  .lower .mv__illust::after {
    width: 101px;
    height: 25px;
    bottom: -10px;
  }
}
@media screen and (max-width: 959px) {
  .lower .mv__illust {
    width: 100px;
    opacity: 1;
    bottom: -100px;
  }
}
.lower .mv__illust img {
  width: 100%;
}
.lower h4 {
  font-weight: 600;
  margin-bottom: 1.5rem;
  font-size: 2.4rem;
}
@media screen and (max-width: 959px) {
  .lower h4 {
    margin-bottom: 10px;
  }
}
.lower h4 + p {
  margin-bottom: 60px;
}
@media screen and (max-width: 959px) {
  .lower h4 + p {
    margin-bottom: 30px;
  }
}
.lower .mt10 {
  margin-top: 10px;
}
@media screen and (max-width: 959px) {
  .lower .mt10 {
    margin-top: 10px;
  }
}
.lower .mt20 {
  margin-top: 20px;
}
@media screen and (max-width: 959px) {
  .lower .mt20 {
    margin-top: 15px;
  }
}
.lower .mt40 {
  margin-top: 40px;
}
@media screen and (max-width: 959px) {
  .lower .mt40 {
    margin-top: 30px;
  }
}
.lower .ml60 {
  margin-left: 60px;
}
@media screen and (max-width: 959px) {
  .lower .ml60 {
    margin-left: 0;
  }
}

table {
  width: 100%;
  margin-bottom: 60px;
}
@media screen and (max-width: 959px) {
  table {
    margin-bottom: 10.6666666667vw;
  }
}
table th,
table td {
  padding: 30px;
  border-bottom: 1px solid #dcdcdc;
  vertical-align: middle;
}
@media screen and (max-width: 959px) {
  table th,
  table td {
    display: block;
    padding: 15px;
    text-align: left;
  }
}
table th {
  font-weight: 400;
  text-align: center;
  background: #EAF4FF;
  width: 340px;
}
@media screen and (max-width: 959px) {
  table th {
    width: 100%;
    text-align: left;
  }
}

.circle li {
  position: relative;
  padding-left: 30px;
  line-height: 1;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 959px) {
  .circle li {
    margin-bottom: 20px;
    line-height: 1.6;
    padding-left: 30px;
  }
}
.circle li::before {
  content: "";
  background: url(/_assets/img/profile/icon_check.svg) no-repeat;
  background-size: 100%;
  width: 25px;
  height: 26px;
  display: inline-block;
  position: absolute;
  top: 50%;
  transform: translateY(-40%);
  left: 0;
}
@media screen and (max-width: 959px) {
  .circle li::before {
    width: 20px;
    height: 20px;
    top: 0;
    transform: translateY(0);
    margin-top: 3px;
  }
}

.circle.second {
  padding-left: 60px;
  flex-wrap: wrap;
  gap: 0;
  display: flex;
  margin-top: 20px;
}
@media screen and (max-width: 959px) {
  .circle.second {
    margin-top: 20px;
    padding-left: 0;
  }
}
.circle.second li {
  width: 40%;
}
@media screen and (max-width: 959px) {
  .circle.second li {
    width: 100%;
  }
}

.two-col {
  display: flex;
  gap: 0 40px;
}
@media screen and (max-width: 959px) {
  .two-col {
    display: block;
  }
}
.two-col--achieve {
  display: flex;
}
@media screen and (max-width: 959px) {
  .two-col--achieve {
    flex-direction: column-reverse;
  }
}
@media screen and (max-width: 959px) {
  .two-col--achieve .two-col--left {
    margin-top: 40px;
  }
}
.two-col--left {
  width: 340px;
}
@media screen and (max-width: 959px) {
  .two-col--left {
    width: 100%;
  }
}
@media screen and (max-width: 959px) and (max-width: 959px) {
  .two-col--left {
    width: 80%;
    margin: 0 auto;
  }
}
.two-col--left img {
  width: 100%;
}
@media screen and (max-width: 959px) {
  .two-col--left figure {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
.two-col--left figcaption {
  margin-top: 5px;
  font-size: 1.4rem;
}
@media screen and (max-width: 959px) {
  .two-col--left figcaption {
    margin-top: 10px;
  }
}
.two-col--right {
  width: calc(100% - 380px);
}
@media screen and (max-width: 959px) {
  .two-col--right {
    width: 100%;
  }
}

.content {
  max-width: 1200px;
  margin: 120px auto;
  font-size: 1.8rem;
}
@media screen and (max-width: 959px) {
  .content {
    margin: 90px auto;
    padding: 0 15px;
  }
}
.content > section {
  margin-bottom: 100px;
}
@media screen and (max-width: 959px) {
  .content > section {
    margin-bottom: 60px;
  }
}
.content h3 {
  font-size: 3rem;
  border-bottom: solid 3px #0DB2E7;
  position: relative;
  padding-bottom: 10px;
  font-weight: 600;
  color: #3E5CA1;
  margin-bottom: 40px;
}
@media screen and (max-width: 959px) {
  .content h3 {
    padding-bottom: 10px;
    margin-bottom: 20px;
  }
}
.content h3::after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #3E5CA1;
  bottom: -3px;
  width: 25%;
}
@media screen and (max-width: 959px) {
  .content h3::after {
    width: 75%;
  }
}
.content__inner {
  padding-left: 60px;
  width: 100%;
}
@media screen and (max-width: 959px) {
  .content__inner {
    padding-left: 0;
  }
}

.logo__logo {
  width: 580px;
  margin: 20px auto 60px;
}
@media screen and (max-width: 959px) {
  .logo__logo {
    width: 80%;
    margin: 10.6666666667vw auto 5.3333333333vw;
  }
}
.logo__logo img {
  width: 100%;
}

.bottom {
  background: #EFFBFD;
  text-align: center;
  position: relative;
}
.bottom::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 40px 0 40px 50px;
  border-color: transparent transparent transparent #EFFBFD;
  position: absolute;
  top: -60px;
  left: 50%;
  transform: translateX(-50%) rotate(-90deg);
  margin: auto;
}
.bottom__inner {
  padding: 60px 20px;
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 959px) {
  .bottom__inner {
    padding: 40px 20px;
  }
}
.bottom__ttl {
  font-size: 3rem;
  color: #3E5CA1;
  margin-bottom: 20px;
  font-weight: 600;
}
@media screen and (max-width: 959px) {
  .bottom__ttl {
    margin-bottom: 30px;
    font-size: 30px;
  }
}
@media screen and (max-width: 959px) {
  .bottom__txt {
    font-size: 14px;
  }
}
.bottom .mail {
  margin: 0 auto;
  width: -moz-fit-content;
  width: fit-content;
}