@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;600&family=Noto+Serif+JP:wght@600&display=swap");
.brand-header-wrap {
  display: none;
}

.toolBox01 {
  background-color: #0075b5;
}

.start {
  position: relative;
}
.start * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}
.start * .sp {
  display: none;
}
.start * .pc {
  display: inline-block;
}
.start * img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 768px) {
  .start .sp {
    display: inline-block;
  }
  .start .pc {
    display: none;
  }
}
.move {
  opacity: 0;
  -webkit-transform: translate3d(0, 20px, 0);
          transform: translate3d(0, 20px, 0);
  -webkit-transition: 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.move.active {
  opacity: 1;
  -webkit-transform: translate3d(0, 0px, 0);
          transform: translate3d(0, 0px, 0);
}

.mv {
  background: url(mv.jpg) center center no-repeat;
  background-size: 100% auto;
  padding: 120px 0;
}
.mv .mv_ttl {
  width: 388px;
  margin: 0 auto;
  display: block;
}

@media screen and (max-width: 768px) {
  .mv {
    background: url(mv_sp.jpg) center center no-repeat;
    background-size: cover;
    padding: 11.7333333333vw 0 12.8vw;
  }
  .mv .mv_ttl {
    width: 59.3333333333vw;
  }
}
.bg {
  background: url(bg.png) 0 0 repeat-x;
}

@media screen and (max-width: 768px) {
  .bg {
    background: url(bg_sp.png) 0 0 repeat-x;
    background-size: 100% auto;
  }
}
.intro {
  padding-top: 75px;
  padding-bottom: 20px;
}
.intro .intro-ttl {
  width: 238px;
  margin: 0 auto;
  display: block;
  padding-bottom: 40px;
}
.intro .intro-txt {
  text-align: center;
}
.intro .intro-txt p {
  color: #073d7b;
  font-size: 18px;
  line-height: 2;
  font-weight: 500;
  letter-spacing: 0.06em;
}
.intro .intro-txt .underline {
  text-decoration: underline;
  font-weight: 500;
  font-size: 100%;
}
.intro .intro-image-wrap {
  width: 736px;
  margin: 0 auto;
  display: block;
  position: relative;
}
.intro .intro-image {
  width: 524px;
  margin: 0 auto;
  display: block;
  position: relative;
  z-index: 2;
}
.intro .intro-deco {
  position: absolute;
  z-index: 1;
  top: 65px;
  left: 0;
}

@media screen and (max-width: 768px) {
  .intro {
    padding-top: 9.3333333333vw;
    padding-bottom: 8vw;
  }
  .intro .intro-ttl {
    width: 39.7333333333vw;
    padding-bottom: 6vw;
  }
  .intro .intro-txt {
    padding-bottom: 3.3333333333vw;
  }
  .intro .intro-txt p {
    font-size: 3.7333333333vw;
  }
  .intro .intro-image-wrap {
    width: 92.1333333333vw;
  }
  .intro .intro-image {
    width: 92.1333333333vw;
  }
  .intro .intro-deco {
    width: 91.6vw;
    top: 0;
    left: 0;
  }
}
.level {
  max-width: 800px;
  margin: 0 auto;
  padding-bottom: 55px;
}
.level .level-ttl {
  width: 224px;
  display: block;
  margin: 0 auto;
  padding-bottom: 30px;
}
.level .level-cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-left: 2px solid #dcecf5;
}
.level .level-cont dl {
  width: 33.333%;
  border-right: 2px solid #dcecf5;
  padding: 0;
  margin: 0;
}
.level .level-cont dl dt {
  width: 62px;
  padding: 0;
  margin: 0 auto;
}
.level .level-cont dl dd {
  padding: 0;
  margin: 0;
  padding-top: 25px;
  padding-bottom: 10px;
  text-align: center;
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: 0.06em;
}
.level .level-txt {
  padding: 0;
  margin: 0;
  text-align: center;
  color: #073d7b;
  font-size: 24px;
  line-height: 1.666;
  letter-spacing: 0.1em;
  padding-top: 45px;
}
.level .level-txt span {
  font-size: 32px;
}

@media screen and (max-width: 768px) {
  .level {
    padding-left: 5.3333333333vw;
    padding-right: 5.3333333333vw;
    padding-bottom: 13.3333333333vw;
  }
  .level .level-ttl {
    width: 37.3333333333vw;
    padding-bottom: 2.6666666667vw;
  }
  .level .level-cont {
    border-left: none;
  }
  .level .level-cont dl {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-right: none;
    margin-bottom: 2.6666666667vw;
  }
  .level .level-cont dl:last-of-type {
    margin-bottom: 0;
  }
  .level .level-cont dl dt {
    width: 10vw;
    margin: 0;
    margin-right: 1.6vw;
  }
  .level .level-cont dl dd {
    width: calc(100% - 11.6vw);
    padding-top: 2.9333333333vw;
    padding-bottom: 2.9333333333vw;
    text-align: left;
    font-size: 3.4666666667vw;
    line-height: 1;
    border-bottom: 1px solid #dcecf5;
  }
  .level .level-txt {
    font-size: 4vw;
    line-height: 1.73;
    padding-top: 8vw;
  }
  .level .level-txt span {
    font-size: 5.3333333333vw;
  }
}
.aging-infl {
  width: 510px;
  margin: 0 auto;
  margin-bottom: 90px;
  -webkit-box-shadow: 0px 0px 29.2px 10.8px rgba(95, 145, 175, 0.21);
          box-shadow: 0px 0px 29.2px 10.8px rgba(95, 145, 175, 0.21);
}

@media screen and (max-width: 768px) {
  .aging-infl {
    width: 89.3333333333vw;
    margin-bottom: 18.6666666667vw;
    -webkit-box-shadow: 0px 0px 6.1173333333vw 2.1493333333vw rgba(95, 145, 175, 0.27);
            box-shadow: 0px 0px 6.1173333333vw 2.1493333333vw rgba(95, 145, 175, 0.27);
  }
}
.end {
  background: url(bg04.png) center center no-repeat #ab112f;
  background-size: 1400px auto;
  padding: 65px 0;
  position: relative;
}
.end:before {
  content: "";
  width: 200px;
  height: 64px;
  background: url(sec_04_triangle.png) 0 0 no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: -40px;
  left: 50%;
  margin-left: -100px;
}
.end img {
  width: 365px;
  margin: 0 auto;
  display: block;
}

@media screen and (max-width: 768px) {
  .end {
    background: url(bg04_sp.png) center center no-repeat #ab112f;
    background-size: 100% auto;
    padding: 25.3333333333vw 0;
  }
  .end:before {
    width: 37.3333333333vw;
    height: 12vw;
    background: url(sec_04_triangle_sp.png) 0 0 no-repeat;
    background-size: 100% auto;
    top: -8vw;
    margin-left: -18.6666666667vw;
  }
  .end img {
    width: 78.2666666667vw;
  }
}