.box01 {
  background: url(../img/value/bg_value_01.jpg) center/cover no-repeat;
  padding: 86px 0 77px;
}

.box01__lead {
  max-width: 1072px;
  margin: 0 auto;
}

.box01__lead img {
  margin: 0 auto;
  -webkit-box-shadow: 3px 5px 10px 5px rgba(0, 64, 137, 0.5019607843);
  box-shadow: 4px 4px 25px 0px rgba(0, 53, 137, 1);
}

.box01__lead p {
  color: #fff;
  font-size: 24px;
  margin-top: 50px;
  line-height: 48px;
}

@media screen and (max-width: 767px) {
  .box01 {
    padding: 40px 0;
  }

  .box01__lead {
    max-width: 320px;
  }

  .box01 p {
    font-size: 20px;
    margin-top: 30px;
  }
}

.box02 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 160px;
  /* overflow: hidden; */
  position: relative;
}

.box02:first-of-type {
  margin-top: 180px;
}

@media screen and (max-width: 767px) {
  .box02 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 75px;
  }
}

@media screen and (max-width: 767px) {
  .box02:first-of-type {
    margin-top: 60px;
  }
}

.box02__title {
  width: 216px;
  display: inline-block;
  position: relative;
  top: 0px;
  left: -15px;
}

.box02__title--img {
  height: 0;
  padding-top: 50.9%;
  background: url(../img/value/img_value_01.png) left top/100% 100% no-repeat;
  display: block;
}

.box02:nth-of-type(2) .box02__title--img {
  background: url(../img/value/img_value_02.png) left top/100% 100% no-repeat;
}

.box02:nth-of-type(3) .box02__title--img {
  background: url(../img/value/img_value_03.png) left top/100% 100% no-repeat;
}

.box02__inner {
  background: #fff;
  border-radius: 20px;
  -webkit-box-shadow: 4px 4px 16px 0px rgba(121, 159, 216, 0.8980392157);
  box-shadow: 4px 4px 16px 0px rgba(121, 159, 216, 0.8980392157);
  width: 75%;
  padding: 65px 310px 90px 55px;
  margin: 0 15px 15px;
}

@media screen and (max-width: 767px) {
  .box02__inner {
    padding: 20px;
    width: 100%;
    margin: 0px;
  }
}

.box02__inner h2 {
  font-weight: 500;
  font-size: 32px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
}

@media screen and (max-width: 767px) {
  .box02__inner h2 {
    font-size: 20px;
  }
}

.box02__inner--main {
  margin-top: 15px;
}

@media screen and (max-width: 767px) {
  .box02__inner--main {
    margin-top: 20px;
  }
}

.box02__pic {
  margin-left: -285px;
  top: 0px;
  margin-right: 13px;
  position: relative;
  z-index: 1;
  border-radius: 20px;
  box-shadow: 4px 4px 16px 0px #799FD8E5;
}

@media screen and (max-width: 767px) {
  .box02__pic {
    margin: 15px 0;
  }
}

.box02:nth-of-type(2n) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.box02:nth-of-type(2n) .box02__inner {
  padding: 45px 30px 90px 345px;
}

.box02:nth-of-type(2n) .box02__pic {
  margin-right: -287px;
  margin-top: 0;
  margin-left: 0;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .box02:nth-of-type(2n) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .box02:nth-of-type(2n) .box02__inner {
    padding: 20px;
  }

  .box02:nth-of-type(2n) .box02__pic {
    margin: 15px 0;
    z-index: 1;
  }
}

.box03 {
  background: #fff;
  -webkit-box-shadow: 6px 6px 20px 3px #99CFFB;
  box-shadow: 6px 6px 20px 3px #99CFFB;
  width: 96.8%;
  border-top-right-radius: 320px;
  border-bottom-right-radius: 320px;
  padding: 70px 0 35px;
  margin-top: 220px;
}

@media screen and (max-width: 767px) {
  .box03 {
    border-top-right-radius: 150px;
    border-bottom-right-radius: 150px;
    padding: 60px 0;
    margin: 90px 0;
  }
}

.box03 h2 {
  text-align: center;
  color: #0041A7;
  font-size: 62px;
  font-weight: 700;
  font-family: "Poppins";
  width: 80%;
  margin: 0 auto;
}

.box03 h2 span {
  color: #333;
  font-size: 24px;
  display: block;
  font-family: "Noto Sans JP", sans-serif;
}

@media screen and (max-width: 767px) {
  .box03 h2 {
    font-size: 32px;
  }

  .box03 h2 span {
    font-size: 20px;
  }
}

.box03__video {
  max-width: 500px;
  height: auto;
  margin: 0 auto;
  margin-top: 90px;
}

.box03__video video {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .box03__video {
    margin-top: 25px;
  }

  .box03__video video {
    width: 80%;
    display: block;
    margin: 0 auto;
  }
}

.box03 p {
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 20px;
}

.reception01 {
  position: relative;
}

.reception01 img {
  position: absolute;
  top: 125px;
  width: 100%;
  z-index: 0;
}

@media screen and (max-width: 767px) {
  .reception01 img {
    top: -50px;
  }
}

.reception02 {
  position: relative;
}

.reception02 img {
  position: absolute;
  bottom: -208px;
  width: 100vw;
  z-index: -1;
}

@media screen and (max-width: 767px) {
  .reception02 img {
    bottom: -25px;
  }
}