@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap");
/* sec1 */
.sec1 {
  width: 100%;
  min-width: 1160px;
  height: calc((100vw * 0.5) + 70px);
  padding: 70px 0 0 0;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}
.sec1 .inner {
  width: auto;
  position: relative;
}
.sec1 .inner h3 {
  color: #FFF;
  font-family: a-otf-midashi-go-mb31-pr6n, sans-serif;
  font-size: 2rem;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: 0.1em;
  padding: 20px 200px;
  border: solid 5px #FFF;
}
.sec1 .inner h4 {
  color: #FFF;
  font-family: din-2014-narrow, sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0.1em;
  background-color: #274171;
  width: 140px;
  height: 70px;
  position: absolute;
  left: -70px;
  top: -70px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}
.sec1::before {
  content: "";
  width: 100%;
  height: calc(100vw * 0.5);
  background-image: url(../images/visual_number.png);
  background-repeat: repeat;
  background-position: center top;
  background-size: 50% auto;
  position: absolute;
  left: 0px;
  top: 70px;
  z-index: -1;
}

.sec2 {
  width: 1000px;
  padding: 0 0 40px 0;
  margin: -100px auto 80px auto;
  background-color: #FFF;
  position: relative;
}
.sec2 .lead {
  width: 100%;
  padding: 100px 0 0 0;
  margin: 0 auto 80px auto;
}
.sec2 .lead p {
  color: #222;
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 2.6rem;
  letter-spacing: 0.1em;
  font-feature-settings: "palt";
}
.sec2 .lead p:not(:last-child) {
  margin-bottom: 20px;
}
.sec2 .text {
  width: 100%;
}
.sec2 .text:not(:last-child) {
  margin: 0 auto 80px auto;
}
.sec2 .text p {
  color: #222;
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 2.6rem;
  letter-spacing: 0.1em;
  font-feature-settings: "palt";
}
.sec2 .text p:not(:last-child) {
  margin-bottom: 20px;
}
.sec2 .set {
  width: 100%;
  padding: 0px;
}
.sec2 .set:not(:last-child) {
  margin-bottom: 80px;
}
.sec2 .set .data {
  width: 100%;
  height: 360px;
  background-color: #274171;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  position: relative;
}
.sec2 .set .data:not(:last-child) {
  margin-bottom: 40px;
}
.sec2 .set .data dl dt {
  color: #FFF;
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2.4rem;
  letter-spacing: 0em;
  font-feature-settings: "palt";
  margin-bottom: 20px;
}
.sec2 .set .data dl dd {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: flex-end;
}
.sec2 .set .data dl dd:not(:last-child) {
  margin-bottom: 20px;
}
.sec2 .set .data dl dd span:nth-child(1) {
  color: #FFF;
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 4rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0em;
  font-feature-settings: "palt";
}
.sec2 .set .data dl dd span:nth-child(2) {
  color: #FFF;
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0em;
  font-feature-settings: "palt";
  margin: 0 0 0 10px;
}
.sec2 .set .data dl dd.notice {
  color: #FFF;
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.1em;
  font-feature-settings: "palt";
}
.sec2 .set .data dl dd.notice.word {
  padding-top: 40px;
}
.sec2 .set .data::after {
  content: "";
  width: 50px;
  height: 50px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  z-index: 1;
}
.sec2 .set .data.d4 dl dd span:nth-child(1), .sec2 .set .data.d7 dl dd span:nth-child(1), .sec2 .set .data.d8 dl dd span:nth-child(1), .sec2 .set .data.d9 dl dd span:nth-child(1) {
  color: #FFF;
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0em;
  font-feature-settings: "palt";
}
.sec2 .set .data.d4 dl dd span:nth-child(2), .sec2 .set .data.d7 dl dd span:nth-child(2), .sec2 .set .data.d8 dl dd span:nth-child(2), .sec2 .set .data.d9 dl dd span:nth-child(2) {
  color: #FFF;
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 4rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0em;
  font-feature-settings: "palt";
  margin: 0 0 0 10px;
}
.sec2 .set .data.d4 dl dd span:nth-child(3), .sec2 .set .data.d7 dl dd span:nth-child(3), .sec2 .set .data.d8 dl dd span:nth-child(3), .sec2 .set .data.d9 dl dd span:nth-child(3) {
  color: #FFF;
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0em;
  font-feature-settings: "palt";
  margin: 0 0 0 10px;
}
.sec2 .set .data.d1::after {
  width: 200px;
  height: 100px;
  background-image: url(../images/icon1.svg);
  left: 40px;
  bottom: 40px;
}
.sec2 .set .data.d2::after {
  width: 80px;
  height: 80px;
  background-image: url(../images/icon2.svg);
  right: 25px;
  bottom: 25px;
}
.sec2 .set .data.d3::after {
  width: 80px;
  height: 80px;
  background-image: url(../images/icon3.svg);
  right: 25px;
  bottom: 25px;
}
.sec2 .set .data.d4::after {
  width: 120px;
  height: 120px;
  background-image: url(../images/icon4.svg);
  left: 40px;
  top: 40px;
}
.sec2 .set .data.d5::after {
  width: 80px;
  height: 80px;
  background-image: url(../images/icon5.svg);
  right: 25px;
  bottom: 25px;
}
.sec2 .set .data.d6::after {
  width: 80px;
  height: 80px;
  background-image: url(../images/icon6.svg);
  right: 25px;
  bottom: 25px;
}
.sec2 .set .data.d7::after {
  width: 80px;
  height: 80px;
  background-image: url(../images/icon7.svg);
  right: 25px;
  bottom: 25px;
}
.sec2 .set .data.d8::after {
  width: 160px;
  height: 80px;
  background-image: url(../images/icon8.svg);
  right: 25px;
  bottom: 25px;
}
.sec2 .set .data.d9::after {
  width: 120px;
  height: 120px;
  background-image: url(../images/icon9.svg);
  left: 40px;
  bottom: 40px;
}
.sec2 .set .combo {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
}
.sec2 .set .combo .data {
  width: calc(50% - 20px);
}

/* --------------------------------------- Media Queries Smartphone --------------------------------------- */
@media screen and (max-width: 768px) {
  /* sec1 */
  .sec1 {
    min-width: 100%;
    height: 50vh;
    padding: 60px 0 0 0;
  }
  .sec1 .inner {
    width: auto;
    position: relative;
  }
  .sec1 .inner h3 {
    color: #FFF;
    font-family: a-otf-midashi-go-mb31-pr6n, sans-serif;
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: 0.1em;
    padding: 10px 20px;
    border: solid 2px #FFF;
  }
  .sec1 .inner h4 {
    color: #FFF;
    font-family: din-2014-narrow, sans-serif;
    font-size: 0.9rem;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: 0.1em;
    background-color: #274171;
    width: 130px;
    height: 40px;
    position: absolute;
    left: 0px;
    top: -40px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
  }
  .sec1 .inner h4 br {
    display: none;
  }
  .sec1::before {
    width: 100%;
    height: 50vh;
    left: 0px;
    top: 60px;
  }

  .sec2 {
    width: calc(100% - 40px);
    padding: 0px;
    margin: -40px auto 40px auto;
    background-color: #FFF;
    position: relative;
  }
  .sec2 .lead {
    width: 100%;
    padding: 40px 20px 0 20px;
    margin: 0 auto 40px auto;
  }
  .sec2 .lead p {
    color: #222;
    font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 2.4rem;
    letter-spacing: 0em;
    text-align: left;
  }
  .sec2 .lead p:not(:last-child) {
    margin-bottom: 20px;
  }
  .sec2 .lead p br {
    display: none;
  }
  .sec2 .text {
    width: 100%;
    padding: 0 20px;
  }
  .sec2 .text:not(:last-child) {
    margin: 0 auto 20px auto;
  }
  .sec2 .text p {
    color: #222;
    font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 2.4rem;
    letter-spacing: 0em;
    text-align: left;
  }
  .sec2 .text p:not(:last-child) {
    margin-bottom: 20px;
  }
  .sec2 .text p br {
    display: none;
  }
  .sec2 .set {
    padding: 0 20px;
  }
  .sec2 .set:not(:last-child) {
    margin-bottom: 20px;
  }
  .sec2 .set .data {
    height: 180px;
  }
  .sec2 .set .data:not(:last-child) {
    margin-bottom: 20px;
  }
  .sec2 .set .data dl dt {
    color: #FFF;
    font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: 0em;
    margin-bottom: 10px;
  }
  .sec2 .set .data dl dd {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: flex-end;
  }
  .sec2 .set .data dl dd:not(:last-child) {
    margin-bottom: 20px;
  }
  .sec2 .set .data dl dd span:nth-child(1) {
    color: #FFF;
    font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 3rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0em;
    font-feature-settings: "palt";
  }
  .sec2 .set .data dl dd span:nth-child(2) {
    color: #FFF;
    font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0em;
    font-feature-settings: "palt";
    margin: 0 0 0 10px;
  }
  .sec2 .set .data dl dd.notice {
    color: #FFF;
    font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 0.8rem;
    font-weight: 400;
    line-height: 1.4rem;
    letter-spacing: 0em;
  }
  .sec2 .set .data dl dd.notice.word {
    padding: 20px 20px 0 20px;
  }
  .sec2 .set .data::after {
    content: "";
    width: 50px;
    height: 50px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
    z-index: 1;
  }
  .sec2 .set .data.d4, .sec2 .set .data.d9 {
    height: 220px;
  }
  .sec2 .set .data.d4 dl dd span:nth-child(1), .sec2 .set .data.d9 dl dd span:nth-child(1) {
    color: #FFF;
    font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0em;
  }
  .sec2 .set .data.d4 dl dd span:nth-child(2), .sec2 .set .data.d9 dl dd span:nth-child(2) {
    color: #FFF;
    font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 3rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0em;
    margin: 0 0 0 10px;
  }
  .sec2 .set .data.d4 dl dd span:nth-child(3), .sec2 .set .data.d9 dl dd span:nth-child(3) {
    color: #FFF;
    font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0em;
    margin: 0 0 0 10px;
  }
  .sec2 .set .data.d1::after {
    width: 100px;
    height: 50px;
    left: 20px;
    bottom: 20px;
  }
  .sec2 .set .data.d2::after {
    width: 40px;
    height: 40px;
    right: 20px;
    bottom: 20px;
  }
  .sec2 .set .data.d3::after {
    width: 40px;
    height: 40px;
    right: 20px;
    bottom: 20px;
  }
  .sec2 .set .data.d4::after {
    width: 60px;
    height: 60px;
    left: 20px;
    top: 20px;
  }
  .sec2 .set .data.d5::after {
    width: 40px;
    height: 40px;
    right: 20px;
    bottom: 20px;
  }
  .sec2 .set .data.d6::after {
    width: 40px;
    height: 40px;
    right: 20px;
    bottom: 20px;
  }
  .sec2 .set .data.d7::after {
    width: 40px;
    height: 40px;
    right: 20px;
    bottom: 20px;
  }
  .sec2 .set .data.d8::after {
    width: 80px;
    height: 40px;
    right: 20px;
    bottom: 20px;
  }
  .sec2 .set .data.d9::after {
    width: 60px;
    height: 60px;
    left: 20px;
    bottom: 20px;
  }
  .sec2 .set .combo {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
  }
  .sec2 .set .combo:not(:last-child) {
    margin-bottom: 20px;
  }
  .sec2 .set .combo .data {
    width: 100%;
  }
}

/*# sourceMappingURL=style_number.css.map */
