#main {
  padding: 0 50px;
}
@media screen and (max-width: 1024px) {
  #main {
    padding: 0 20px;
  }
}
#main .bg02 {
  position: relative;
}
#main .bg02 h2 {
  background-color: #fff;
  text-align: center;
  color: #144290;
  font-size: 30px;
  position: absolute;
  bottom: -180px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  max-width: 400px;
  width: 100%;
  height: 300px;
  border-radius: 400px/300px;
}
@media screen and (max-width: 767px) {
  #main .bg02 h2 {
    font-size: 18px;
    bottom: -110px;
    max-width: 300px;
    height: 200px;
    border-radius: 300px/200px;
  }
}
@media screen and (max-width: 584px) {
  #main .bg02 h2 {
    display: none;
  }
}
#main .bg02 h2 span {
  color: #25c0bf;
  display: block;
  margin-bottom: 5px;
  margin-top: 25px;
}

#under-head h2 {
  color: #fff;
  font-size: 40px;
  padding: 60px 0;
  background: linear-gradient(to right, #12a1d3, #25c0bf);
  position: relative;
  text-align: center;
  font-weight: 500;
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  #under-head h2 {
    margin-top: 50px;
  }
}

.common-sec {
  max-width: 1000px;
  margin: auto;
  padding: 100px 0;
}
@media screen and (max-width: 1024px) {
  .common-sec {
    padding: 100px 20px;
  }
}
@media screen and (max-width: 767px) {
  .common-sec {
    padding: 50px 20px;
  }
}
.common-sec h2 {
  text-align: center;
  color: #144290;
  font-size: 40px;
  font-weight: 500;
  letter-spacing: 0.15em;
  position: relative;
  padding-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .common-sec h2 {
    font-size: 30px;
  }
}
.common-sec h2 span {
  display: block;
  margin-bottom: 20px;
}
.common-sec h2 span img {
  max-width: 120px;
}
.common-sec h2::before {
  content: "";
  position: absolute;
  top: 30px;
  left: 0;
  background-image: url(../img/under/before-h2.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 165px;
  height: 135px;
}
@media screen and (max-width: 767px) {
  .common-sec h2::before {
    width: 155px;
    height: 125px;
  }
}
.common-sec .border {
  background-color: #f1c638;
  height: 5px;
  width: 100%;
  position: relative;
}
.common-sec .border::before {
  content: "";
  background-color: #25c0bf;
  width: 100px;
  height: 5px;
  position: absolute;
  left: 0;
  top: 0;
}
.common-sec .img-box {
  padding: 50px;
}
@media screen and (max-width: 1024px) {
  .common-sec .img-box {
    padding: 50px 0;
  }
}
.common-sec .img-box img {
  border-radius: 20px;
}
.common-sec h3 {
  color: #12a1d3;
  font-size: 30px;
  font-weight: 500;
  letter-spacing: 0.15em;
  position: relative;
  padding-bottom: 20px;
}
.common-sec h3::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: url(../img/under/bdr.webp);
  background-size: cover;
  width: 100%;
  height: 5px;
}
.common-sec p {
  text-align: justify;
}
.common-sec p.explanatory {
  margin-top: 50px;
  margin-bottom: 100px;
  font-size: 16px;
  line-height: 1.7;
  letter-spacing: 0.1em;
  font-weight: 500;
}
.common-sec h4 {
  background: linear-gradient(to right, #12a1d3, #25c0bf);
  padding: 20px 0;
  text-align: center;
  color: #fff;
  border-radius: 20px;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.15em;
}
.common-sec .bio {
  padding: 50px;
}
@media screen and (max-width: 1024px) {
  .common-sec .bio {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .common-sec .bio {
    padding-bottom: 0;
  }
}
.common-sec .bio .wrap {
  background-image: url(../img/under/bg_img.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 40px 60px;
  border-radius: 20px;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .common-sec .bio .wrap {
    padding: 40px 20px;
  }
}
.common-sec .bio .wrap h5 {
  color: #fff;
  text-align: center;
  padding: 20px 0;
  background-color: #144290;
  border-radius: 30px;
  max-width: 600px;
  margin: auto;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.1em;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .common-sec .bio .wrap h5 {
    max-width: 100%;
  }
}
.common-sec .bio .wrap table {
  font-size: 16px;
}
@media screen and (max-width: 585px) {
  .common-sec .bio .wrap table {
    font-size: 12px;
  }
}
.common-sec .bio .wrap table th {
  font-weight: 400;
  color: #144290;
  display: block;
  margin-right: 30px;
  margin-bottom: 15px;
}
.common-sec .bio .wrap ul {
  font-size: 16px;
}
@media screen and (max-width: 585px) {
  .common-sec .bio .wrap ul {
    font-size: 12px;
  }
}
.common-sec .bio .wrap ul li {
  list-style: disc;
  font-weight: 400;
  list-style-position: inside;
  margin-bottom: 15px;
}

.contact {
  background: linear-gradient(to right, #12a1d3, #25c0bf);
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
  margin-bottom: 80px;
}
@media screen and (max-width: 1024px) {
  .contact {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.contact img.bdr {
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 15px;
  -o-object-fit: cover;
  object-fit: cover;
}
.contact .ttl {
  max-width: 560px;
  margin: auto;
  position: absolute;
  top: -50px;
  right: 0;
  left: 0;
  margin: 0 auto;
}
@media screen and (max-width: 584px) {
  .contact .ttl {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.contact .wrap {
  max-width: 1000px;
  margin: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.contact .wrap h3 {
  color: #fff;
  font-size: 42px;
  text-align: center;
  font-weight: 400;
  letter-spacing: 0.1em;
  margin-bottom: 40px;
}
@media screen and (max-width: 584px) {
  .contact .wrap h3 {
    font-size: 30px;
  }
}
.contact .wrap .contact-btn-box {
  display: flex;
  gap: 20px;
  justify-content: center;
  align-items: center;
  width: 100%;
}
@media screen and (max-width: 584px) {
  .contact .wrap .contact-btn-box {
    flex-direction: column;
  }
}
.contact .wrap .contact-btn-box a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 440px;
  width: 100%;
  border-radius: 30px;
  letter-spacing: 0.1em;
  font-size: 20px;
  gap: 10px;
  height: 115px;
  font-weight: 500;
}
.contact .wrap .contact-btn-box a.left {
  background-color: #fff;
  color: #000;
}
.contact .wrap .contact-btn-box a.left span.txt {
  font-size: 14px;
}
.contact .wrap .contact-btn-box a.left span.tel {
  font-size: 12px;
  margin-right: 5px;
}
.contact .wrap .contact-btn-box a.right {
  color: #fff;
  border: 1px solid #fff;
}
.contact .wrap .contact-btn-box a.right span {
  position: relative;
}
.contact .wrap .contact-btn-box a.right span::before {
  content: "";
  background-image: url(../img/under/shape896.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 30px;
  height: 30px;
  position: absolute;
  left: -50px;
  top: 0;
}
/*# sourceMappingURL=under.css.map */