@charset "utf-8";

/* 共通 */

#mv_Wrap {
  width: 100%;
  position: relative;
  background: #ecf5fb;
  padding-top: 100px;
  padding-bottom: 80px;
  overflow: hidden;
}

#mv_Wrap:before {
  content: none;
}

.inner {
  width: 1000px;
  max-width: 90%;
  margin: 0 auto;
}

#mv_Wrap h3.sec-ttl {
  font-size: 30px;
  color: #154778;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.1em;
  font-feature-settings: "palt";
  margin: 0;
  width: auto;
  max-width: 100%;
  position: static;
}

.sec-txt {
  font-size: 15px;
  color: #303030;
  letter-spacing: 0.1em;
  line-height: 1.8;
  font-feature-settings: "palt";
  text-align: justify;
}

.chi-con {
  margin-top: 50px;
}

/* hero */

.hero {
  margin-bottom: 160px;
}

.h-desc {
  position: relative;
}

.h-cont {
  justify-content: space-between;
  align-items: center;
  max-width: 500px;
  width: calc(100% - 100px);
  background: #fff;
  margin: 0 auto;
  padding: 20px;
  position: absolute;
  /* left: 50%;
  transform: translateX(-50%); */
  right: 22%;
  bottom: 60px;
  z-index: 1;
}

#mv_Wrap .h-cont h2 {
  font-size: 30px;
  color: #0f6fb8;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-feature-settings: "palt";
  padding-left: 20px;
  width: auto;
  max-width: 100%;
  margin: 0;
  position: static;
}

.h-cont h2 span {
  font-size: 16px;
  padding-left: 10px;
}

.h-cont figure {
  width: 129px;
}

.h-bg {
  max-width: 500px;
  width: calc(100% - 100px);
  height: 130px;
  position: absolute;
  background: linear-gradient(to right, #0066b1, #3797dc);
  right: 21.2%;
  bottom: 46px;
}

/* chi01、 chi03 */

.chi01,
.chi03 {
  background: #fff;
  padding: 50px;
  border-radius: 30px;
}

.chi01 .sec-ttl,
.chi03 .sec-ttl {
  text-align: center;
}

.chi01 .sec-txt,
.chi03 .sec-txt {
  margin-top: 40px;
}

/* chi02 */

.chi02 {
  justify-content: space-between;
  align-items: center;
  gap: 50px;
}

.chi02-desc {
  width: 50%;
  background: #fff;
  padding: 60px 30px 50px;
  border-radius: 30px;
}

.chi02-desc .sec-txt {
  margin-top: 30px;
}

.chi02-pic {
  max-width: 450px;
  width: calc(100% - 50% - 50px);
}

/* chi04 */

.chi04 {
  position: relative;
  height: 750px;
}

.chi04-desc {
  width: 55%;
  background-color: #fff;
  padding: 40px 5% 40px 5%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 30px;
}

.time-sc {
  margin-top: 30px;
}

.time-list {
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: column;
}

.time-list::before {
  content: "";
  width: 2px;
  height: 500px;
  background-color: #3797dc;
  position: absolute;
  top: 10px;
  left: 36px;
}

.time-list li {
  width: 60px;
  height: 60px;
  line-height: 60px;
  background: #ecf5fb;
  color: #154778;
  font-size: 20px;
  margin-bottom: 30px;
  text-align: center;
  position: relative;
  border-radius: 50%;
}

.time-list li.tm-top {
  margin-top: 28px;
}

.time-list li.lg {
  width: 73px;
  height: 73px;
  line-height: 73px;
}

.time-list li:last-child {
  margin-bottom: 0;
}

.sc-desc {
  margin-left: 10%;
}

.sc-desc li {
  color: #154778;
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-weight: 600;
  font-feature-settings: "palt";
  margin: 20px 0 60px 0;
}

.sc-desc li.wide {
  margin: 5px 0 35px 0;
}

.sc-desc li.wide02 {
  margin: 45px 0 60px 0;
}

.sc-desc li:last-child {
  margin-top: 68px;
}


.chi04-pic {
  width: 53%;
  position: absolute;
  bottom: -15px;
  right: 0;
}

/* chi05 */

.chi05 {
  height: 480px;
  position: relative;
  margin-top: 100px;
}

.chi05-desc {
  width: 65%;
  background: #fff;
  padding: 60px 80px 50px 30px;
  border-radius: 30px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.chi05-desc .sec-txt {
  margin-top: 40px;
}

.chi05-pic {
  max-width: 450px;
  width: calc(100% - 50% - 50px);
  position: absolute;
  top: 56px;
  right: 0;
}

/* other */

.other {
  width: 840px;
  max-width: 90%;
  margin: 100px auto;
}

#mv_Wrap h3.oth-ttl {
  font-size: 30px;
  color: #154778;
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-weight: 600;
  font-feature-settings: "palt";
  position: relative;
  text-align: center;
  margin: 0 auto;
  width: auto;
  max-width: 100%;
}

.oth-ttl::before,
.oth-ttl::after {
  position: absolute;
  content: "";
  top: 50%;
  width: 230px;
  height: 1px;
  background-color: #154778;
}

.oth-ttl::before {
  left: 0px;
}

.oth-ttl::after {
  right: 0px;
}

.line-ttl {
  width: 1px;
  height: 35px;
  background-color: #154778;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.line-left {
  left: 230px;
}

.line-right {
  right: 230px;
}

#mv_Wrap .interview_List {
  position: relative;
  z-index: 1;
  margin-top: 60px;
}

#mv_Wrap .interview_List h3 {
  padding: 15px 0;
  letter-spacing: 0.1em;
  font-size: 21px;
  line-height: 1.6;
}

#mv_Wrap .interview_List ul {
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}

#mv_Wrap .interview_List ul li {
  width: 26%;
}

#mv_Wrap .interview_List ul li div {
  border-radius: 40px;
  position: relative;
}

#mv_Wrap .interview_List ul li span {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background: #fff;
  z-index: -1;
  aspect-ratio: 1 / 1;
  border-radius: 40px;
}

#mv_Wrap .interview_List ul li span .stafftxt {
  position: absolute;
  left: -15px;
  top: -15px;
  width: 80px;
  max-width: 30%;
}

#mv_Wrap .interview_List ul li .btn_more {
  width: 300px;
  max-width: 70%;
  margin: 0px auto 0;
  display: block;
  text-align: center;
  background: #fff;
  color: #0f6fb8;
  border: 1px solid #0f6fb8;
  padding: 10px 0;
  border-radius: 40px;
  letter-spacing: 0.1em;
  font-weight: 600;
  position: relative;
  transition: 0.3s;
}

#mv_Wrap .interview_List ul li .btn_more:before {
  content: "";
  width: 30px;
  height: 2px;
  background: #0f6fb8;
  position: absolute;
  right: -15px;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.3s;
}

#mv_Wrap .interview_List ul li a:hover .btn_more:before {
  right: -20px;
  mix-blend-mode: color-dodge;
}

#mv_Wrap .interview_List ul li a:hover .btn_more {
  background: #0f6fb8;
  color: #fff;
  opacity: 1;
}

#mv_Wrap .interview_List ul li a:hover {
  opacity: 1;
}

#mv_Wrap .interview_List ul li h3 {
  text-align: center;
  color: #0f6fb8;
  font-weight: 600;
  margin: 0 auto;
}

.btn-all {
  margin-top: 100px;
}

.btn-all a {
  width: 250px;
  max-width: 70%;
  margin: 0px auto 0;
  display: block;
  text-align: center;
  background: #fff;
  color: #0f6fb8;
  border: 1px solid #0f6fb8;
  padding: 10px 0;
  border-radius: 40px;
  letter-spacing: 0.1em;
  font-weight: 600;
  position: relative;
  transition: 0.3s;
}

.btn-all a:before {
  content: "";
  width: 30px;
  height: 2px;
  background: #0f6fb8;
  position: absolute;
  right: -15px;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.3s;
}

.btn-all a:hover {
  background: #0f6fb8;
  color: #fff;
  opacity: 1;
}

.btn-all a:hover:before {
  right: -20px;
  mix-blend-mode: color-dodge;
}

@media only screen and (max-width: 900px) {

  /* 共通 */

  #mv_Wrap {
    padding: 60px 0;
  }

  #mv_Wrap h3.sec-ttl {
    font-size: 20px;
  }

  /* hero */

  .hero {
    margin-bottom: 110px;
  }

  .h-cont {
    flex-direction: column;
    align-items: start;
    bottom: -50px;
    padding: 12px 14px;
      left: 50%;
  transform: translateX(-50%);
  }

  #mv_Wrap .h-cont h2 {
    font-size: 22px;
    padding-left: 0;
  }

  .h-cont h2 span {
    font-size: 14px;
  }

  .h-cont figure {
    width: 100px;
    margin-left: auto;
  }

  .h-bg {
    height: 80px;
    left: 52%;
    transform: translateX(-50%);
    bottom: -58px;
  }

  .chi01,
  .chi03 {
    padding: 30px 20px;
  }

  .chi01 .sec-txt,
  .chi03 .sec-txt {
    margin-top: 16px;
  }

  .chi02 {
    flex-direction: column;
    gap: 20px;
  }

  .chi02-desc {
    width: 100%;
    padding: 30px 20px;
  }

  .chi02-desc .sec-txt {
    margin-top: 16px;
  }

  .chi02-pic {
    max-width: 100%;
    width: 100%;
  }

  .chi04 {
    position: static;
    height: auto;
  }

  .chi04-desc {
    width: 100%;
    padding: 30px 20px;
    position: static;
  }

  .time-list::before {
    height: 450px;
    top: 10px;
    left: 32px;
}

  .time-list li {
    width: 54px;
    height: 54px;
    line-height: 54px;
    font-size: 15px;
}

.time-list li.tm-top {
  margin-top: 14px;
}

.time-list li.lg {
  width: 65px;
  height: 65px;
  line-height: 65px;
}


  .chi04-pic {
    width: 100%;
    position: static;
    margin-top: 20px;
  }

  .sc-desc {
    margin-left: 5%;
  }


  .sc-desc li {
    font-size: 16px;
    margin: 10px 0 60px 0;
  }

  .sc-desc li.wide {
    margin: 8px 0 42px 0;
  }

  .sc-desc li.wide02 {
    margin: 48px 0 60px 0;
  }

  .sc-desc li:last-child {
    margin-top: 65px;
    margin-bottom: 0;
  }

  /* chi05 */

.chi05 {
  height: auto;
  position: static;
  margin-top: 50px;
}

.chi05-desc {
  width: 100%;
  padding: 30px 20px;
  border-radius: 30px;
  position: static;
}

.chi05-desc .sec-txt {
  margin-top: 16px;
}

.chi05-pic {
  max-width: 100%;
  width: 100%;
  position: static;
  margin-top: 20px;
}


  /* other */

  .other {
    width: 100%;
    max-width: 90%;
    margin: 50px auto;
}

#mv_Wrap h3.oth-ttl {
  font-size: 20px;
}

.oth-ttl::before, .oth-ttl::after {
  width: 50px;
}

.line-ttl {
  height: 20px;
}

.line-left {
  left: 50px;
}

.line-right {
  right: 50px;
}

#mv_Wrap .interview_List {
  margin-top: 40px;
}

  #mv_Wrap .interview_List ul li {
    width: 75%;
    margin: 0 auto 40px;
  }

  .btn-all {
    margin-top: 50px;
}


}