@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@keyframes down {
  0% {
    transform: rotate(0deg) translateY(0px);
  }
  10% {
    transform: rotate(0deg) translateY(0px);
  }
  40% {
    transform: rotate(0deg) translateY(10px);
  }
  60% {
    transform: rotate(0deg) translateY(10px);
  }
  90% {
    transform: rotate(0deg) translateY(0px);
  }
  100% {
    transform: rotate(0deg) translateY(0px);
  }
}
@keyframes line {
  0% {
    clip-path: inset(0 100% 0 0);
  }
  100% {
    clip-path: inset(0 0 0 0);
  }
}
section {
  width: 100%;
}
section#number {
  width: 100%;
  padding: 0px;
  margin-bottom: 8px;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-end;
}
section#number .hero {
  width: 100%;
  clip-path: inset(0 100% 0 0);
  transition: all 0.5s ease-in 0.5s;
}
section#number .hero.on {
  clip-path: inset(0 0 0 0);
}
section#number .hero.on + .lead {
  clip-path: inset(0 0 0 0);
}
section#number .hero .inner {
  width: 100%;
  position: relative;
}
section#number .hero .inner .visual {
  width: 100%;
}
section#number .hero .inner .title {
  text-align: left;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
}
section#number .hero .inner .title > div {
  padding: 8px 16px;
  background-color: #FFF;
}
section#number .hero .inner .title > div h3 {
  color: #000000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 4.2rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  font-feature-settings: "palt";
}
section#number .lead {
  width: 100%;
  padding: 48px 0;
  background-image: url(../images/color.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  clip-path: inset(0 100% 0 0);
  transition: all 0.5s ease-in 0.75s;
}
section#number .lead p {
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.875;
  letter-spacing: 0em;
  font-feature-settings: "palt";
}
section#number .sec {
  width: 100%;
  padding: 152px 0 104px 0;
}
section#number .sec .inner {
  width: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
}
section#number .sec .inner .set {
  width: 1000px;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  opacity: 0;
  transition: opacity 0.5s ease-in 0s;
}
section#number .sec .inner .set.on {
  opacity: 1;
}
section#number .sec .inner .set:not(:last-child) {
  margin-bottom: 152px;
}
section#number .sec .inner .set.set1 .inset .nc {
  background-color: #ddefee;
}
section#number .sec .inner .set.set1 .inset .nc .text h5 span:nth-child(1), section#number .sec .inner .set.set1 .inset .nc .text h5 span:nth-child(2), section#number .sec .inner .set.set1 .inset .nc .text h5 span:nth-child(3) {
  color: #27a7a6;
}
section#number .sec .inner .set.set2 .inset .nc {
  background-color: #dddcee;
}
section#number .sec .inner .set.set2 .inset .nc .text h5 span:nth-child(1), section#number .sec .inner .set.set2 .inset .nc .text h5 span:nth-child(2), section#number .sec .inner .set.set2 .inset .nc .text h5 span:nth-child(3) {
  color: #9761c7;
}
section#number .sec .inner .set.set3 .inset .nc {
  background-color: #d4efff;
}
section#number .sec .inner .set.set3 .inset .nc .text h5 span:nth-child(1), section#number .sec .inner .set.set3 .inset .nc .text h5 span:nth-child(2), section#number .sec .inner .set.set3 .inset .nc .text h5 span:nth-child(3) {
  color: #0071bb;
}
section#number .sec .inner .set h4 {
  margin-bottom: 152px;
  position: relative;
}
section#number .sec .inner .set h4.num1::before {
  width: 141px;
  background-image: url(../images/number/num01.png);
  right: -93px;
}
section#number .sec .inner .set h4.num2::before {
  width: 222px;
  background-image: url(../images/number/num02.png);
  right: -174px;
}
section#number .sec .inner .set h4.num3::before {
  width: 220px;
  background-image: url(../images/number/num03.png);
  right: -174px;
}
section#number .sec .inner .set h4::before {
  content: "";
  height: 154px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: block;
  position: absolute;
  top: calc(50% - 77px);
}
section#number .sec .inner .set h4 span {
  color: #000000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 4.6rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  font-feature-settings: "palt";
  background-color: #FFF;
  position: relative;
  zoom: 1;
}
section#number .sec .inner .set .inset {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  gap: 24px;
}
section#number .sec .inner .set .inset .nc {
  width: calc((100% - 48px) / 3);
  padding: 88px 32px;
  border-radius: 16px;
  opacity: 0;
  transition: opacity 0.25s ease-in 0s;
}
section#number .sec .inner .set .inset .nc.on {
  opacity: 1;
}
section#number .sec .inner .set .inset .nc .text h5 {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: flex-end;
}
section#number .sec .inner .set .inset .nc .text h5:not(:last-child) {
  margin-bottom: 48px;
}
section#number .sec .inner .set .inset .nc .text h5 span:nth-child(1) {
  color: #27a7a6;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 5rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  font-feature-settings: "palt";
}
section#number .sec .inner .set .inset .nc .text h5 span:nth-child(2) {
  color: #27a7a6;
  font-family: "Poppins", serif;
  font-size: 10rem;
  font-weight: 500;
  line-height: 0.6;
  letter-spacing: 0em;
  font-feature-settings: "palt";
}
section#number .sec .inner .set .inset .nc .text h5 span:nth-child(3) {
  color: #27a7a6;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 5rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  font-feature-settings: "palt";
}
section#number .sec .inner .set .inset .nc .text h6 {
  color: #000000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0em;
  font-feature-settings: "palt";
  margin-bottom: 40px;
}
section#number .sec .inner .set .inset .nc .text h6 sup {
  font-size: 1.2rem;
  position: relative;
  display: inline-block;
  transform: translateY(-1rem);
}
section#number .sec .inner .set .inset .nc .text p {
  color: #000000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.875;
  letter-spacing: 0em;
  font-feature-settings: "palt";
}
section#number .sec .inner .set .inset .nc .text p.notice {
  font-size: 1.4rem;
  font-weight: 400;
}
section#number .sec .inner .set .inset .nc.nc01 {
  width: 100%;
  padding: 56px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}
section#number .sec .inner .set .inset .nc.nc01 .text {
  text-align: left;
  width: calc(100% - 478px - 56px);
}
section#number .sec .inner .set .inset .nc.nc01 .text h5 {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-end;
}
section#number .sec .inner .set .inset .nc.nc01 .text h5:not(:last-child) {
  margin-bottom: 24px;
}
section#number .sec .inner .set .inset .nc.nc01 .text h5 span:nth-child(1) {
  color: #27a7a6;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 6rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  font-feature-settings: "palt";
}
section#number .sec .inner .set .inset .nc.nc01 .text h5 span:nth-child(2) {
  color: #27a7a6;
  font-family: "Poppins", serif;
  font-size: 12rem;
  font-weight: 500;
  line-height: 0.65;
  letter-spacing: 0em;
  font-feature-settings: "palt";
}
section#number .sec .inner .set .inset .nc.nc01 .text h5 span:nth-child(3) {
  color: #27a7a6;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 6rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  font-feature-settings: "palt";
}
section#number .sec .inner .set .inset .nc.nc01 .ph {
  width: 478px;
}
section#number .sec .inner .set .inset .nc.nc02 {
  width: calc((100% - 48px) / 3 * 2 + 24px);
  padding: 56px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}
section#number .sec .inner .set .inset .nc.nc02 .text {
  width: calc(100% - 105px - 40px);
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
}
section#number .sec .inner .set .inset .nc.nc02 .icon {
  width: 105px;
}
section#number .sec .inner .set .inset .nc.nc03 {
  padding: 32px;
  transition-delay: 0.25s;
}
section#number .sec .inner .set .inset .nc.nc05 {
  transition-delay: 0.25s;
}
section#number .sec .inner .set .inset .nc.nc06 {
  transition-delay: 0.5s;
}
section#number .sec .inner .set .inset .nc.nc07 {
  width: 100%;
  padding: 40px 40px;
}
section#number .sec .inner .set .inset .nc.nc07 .graph {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 48px;
}
section#number .sec .inner .set .inset .nc.nc07 .graph dl {
  width: 260px;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
}
section#number .sec .inner .set .inset .nc.nc07 .graph dl dt {
  width: 100%;
  margin-bottom: 24px;
}
section#number .sec .inner .set .inset .nc.nc07 .graph dl dd {
  color: #000000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  font-feature-settings: "palt";
}
section#number .sec .inner .set .inset .nc.nc07 .graph .arrow {
  width: 40px;
}
section#number .sec .inner .set .inset .nc.nc08 {
  width: 100%;
  padding: 40px 64px;
}
section#number .sec .inner .set .inset .nc.nc08 .graph {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: flex-end;
  margin-bottom: 48px;
  gap: 0 56px;
}
section#number .sec .inner .set .inset .nc.nc08 .graph h5 {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-end;
}
section#number .sec .inner .set .inset .nc.nc08 .graph h5:not(:last-child) {
  margin-bottom: 24px;
}
section#number .sec .inner .set .inset .nc.nc08 .graph h5 span:nth-child(1) {
  color: #27a7a6;
  font-family: "Poppins", serif;
  font-size: 12rem;
  font-weight: 500;
  line-height: 0.65;
  letter-spacing: 0em;
  font-feature-settings: "palt";
}
section#number .sec .inner .set .inset .nc.nc08 .graph h5 span:nth-child(2) {
  color: #27a7a6;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 6rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  font-feature-settings: "palt";
}
section#number .sec .inner .set .inset .nc.nc08 .graph .img {
  width: 254px;
}
section#number .sec .inner .set .inset .nc.nc08 p {
  color: #000000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.875;
  letter-spacing: 0em;
  font-feature-settings: "palt";
  text-align: left;
}
section#number .sec .inner .set .inset .nc.nc08 p a {
  color: #0081cc;
  text-decoration: underline;
  transition: all 0.25s ease-in 0s;
}
section#number .sec .inner .set .inset .nc.nc08 p a:hover {
  color: #00acec;
}
section#number .sec .inner .set .inset .nc.nc09, section#number .sec .inner .set .inset .nc.nc11 {
  padding: 80px 32px;
}
section#number .sec .inner .set .inset .nc.nc09 h5 span:nth-child(1), section#number .sec .inner .set .inset .nc.nc11 h5 span:nth-child(1) {
  color: #27a7a6;
  font-family: "Poppins", serif;
  font-size: 10rem;
  font-weight: 500;
  line-height: 0.65;
  letter-spacing: 0em;
  font-feature-settings: "palt";
}
section#number .sec .inner .set .inset .nc.nc09 h5 span:nth-child(2), section#number .sec .inner .set .inset .nc.nc11 h5 span:nth-child(2) {
  color: #27a7a6;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 5rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  font-feature-settings: "palt";
}
section#number .sec .inner .set .inset .nc.nc10 {
  padding: 80px 32px;
  transition-delay: 0.25s;
}
section#number .sec .inner .set .inset .nc.nc10 .intext {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  gap: 0 16px;
  position: relative;
  transform: translateY(-12px);
}
section#number .sec .inner .set .inset .nc.nc10 .intext dl dt {
  margin-bottom: 8px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  gap: 0 4px;
}
section#number .sec .inner .set .inset .nc.nc10 .intext dl dt.fm::before {
  background-image: url(../images/number/icon10-1.svg);
}
section#number .sec .inner .set .inset .nc.nc10 .intext dl dt.fm span {
  color: #c95ec7;
  font-family: "Poppins", serif;
  font-size: 10rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
  font-feature-settings: "palt";
}
section#number .sec .inner .set .inset .nc.nc10 .intext dl dt.m::before {
  background-image: url(../images/number/icon10-2.svg);
}
section#number .sec .inner .set .inset .nc.nc10 .intext dl dt.m span {
  color: #9761c7;
  font-family: "Poppins", serif;
  font-size: 10rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
  font-feature-settings: "palt";
}
section#number .sec .inner .set .inset .nc.nc10 .intext dl dt:before {
  content: "";
  width: 45px;
  height: 69px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: block;
}
section#number .sec .inner .set .inset .nc.nc10 .intext dl dd {
  color: #000000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  font-feature-settings: "palt";
}
section#number .sec .inner .set .inset .nc.nc10 .intext p {
  background-image: url(../images/number/dot10.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  width: 9px;
  height: 40px;
  position: relative;
  transform: translateY(-20px);
}
section#number .sec .inner .set .inset .nc.nc11 {
  transition-delay: 0.5s;
}
section#number .sec .inner .set .inset .nc.nc12 {
  width: 100%;
  padding: 48px 80px;
}
section#number .sec .inner .set .inset .nc.nc12 h6 {
  color: #000000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  font-feature-settings: "palt";
}
section#number .sec .inner .set .inset .nc.nc12 .innc {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}
section#number .sec .inner .set .inset .nc.nc12 .innc .text {
  width: 370px;
}
section#number .sec .inner .set .inset .nc.nc12 .innc .text > div {
  width: 100%;
  margin-bottom: 32px;
}
section#number .sec .inner .set .inset .nc.nc12 .innc .text p {
  color: #000000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.875;
  letter-spacing: 0em;
  font-feature-settings: "palt";
  text-align: left;
}
section#number .sec .inner .set .inset .nc.nc12 .innc .text p a {
  color: #0081cc;
  text-decoration: underline;
  transition: all 0.25s ease-in 0s;
}
section#number .sec .inner .set .inset .nc.nc12 .innc .text p a:hover {
  color: #00acec;
}
section#number .sec .inner .set .inset .nc.nc12 .innc .graph {
  width: 370px;
}
section#number .sec .inner .set .inset .nc.nc12 h5 span:nth-child(1) {
  color: #27a7a6;
  font-family: "Poppins", serif;
  font-size: 10rem;
  font-weight: 500;
  line-height: 0.65;
  letter-spacing: 0em;
  font-feature-settings: "palt";
}
section#number .sec .inner .set .inset .nc.nc12 h5 span:nth-child(2) {
  color: #27a7a6;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 5rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  font-feature-settings: "palt";
}
section#number .sec .inner .set .inset .nc.nc13, section#number .sec .inner .set .inset .nc.nc17 {
  width: 100%;
  padding: 48px 80px;
}
section#number .sec .inner .set .inset .nc.nc13 h6, section#number .sec .inner .set .inset .nc.nc17 h6 {
  color: #000000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  font-feature-settings: "palt";
  margin-bottom: 56px;
}
section#number .sec .inner .set .inset .nc.nc13 .innc, section#number .sec .inner .set .inset .nc.nc17 .innc {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  gap: 0 8px;
}
section#number .sec .inner .set .inset .nc.nc13 .innc:not(:last-child), section#number .sec .inner .set .inset .nc.nc17 .innc:not(:last-child) {
  margin-bottom: 56px;
}
section#number .sec .inner .set .inset .nc.nc13 .innc::before, section#number .sec .inner .set .inset .nc.nc17 .innc::before {
  content: "";
  width: 1px;
  height: 200px;
  background-color: #000000;
  display: block;
  order: 2;
}
section#number .sec .inner .set .inset .nc.nc13 .innc::after, section#number .sec .inner .set .inset .nc.nc17 .innc::after {
  content: "";
  width: 1px;
  height: 200px;
  background-color: #000000;
  display: block;
  order: 4;
}
section#number .sec .inner .set .inset .nc.nc13 .innc dl, section#number .sec .inner .set .inset .nc.nc17 .innc dl {
  width: calc((100% - 2px) / 3);
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
}
section#number .sec .inner .set .inset .nc.nc13 .innc dl:nth-child(1), section#number .sec .inner .set .inset .nc.nc17 .innc dl:nth-child(1) {
  order: 1;
}
section#number .sec .inner .set .inset .nc.nc13 .innc dl:nth-child(2), section#number .sec .inner .set .inset .nc.nc17 .innc dl:nth-child(2) {
  order: 3;
}
section#number .sec .inner .set .inset .nc.nc13 .innc dl:nth-child(3), section#number .sec .inner .set .inset .nc.nc17 .innc dl:nth-child(3) {
  order: 5;
}
section#number .sec .inner .set .inset .nc.nc13 .innc dl dt, section#number .sec .inner .set .inset .nc.nc17 .innc dl dt {
  width: 42px;
  height: 57px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  margin-bottom: 24px;
  display: block;
}
section#number .sec .inner .set .inset .nc.nc13 .innc dl dt.rnk1, section#number .sec .inner .set .inset .nc.nc17 .innc dl dt.rnk1 {
  background-image: url(../images/number/icon13-1.png);
}
section#number .sec .inner .set .inset .nc.nc13 .innc dl dt.rnk2, section#number .sec .inner .set .inset .nc.nc17 .innc dl dt.rnk2 {
  background-image: url(../images/number/icon13-2.png);
}
section#number .sec .inner .set .inset .nc.nc13 .innc dl dt.rnk3, section#number .sec .inner .set .inset .nc.nc17 .innc dl dt.rnk3 {
  background-image: url(../images/number/icon13-3.png);
}
section#number .sec .inner .set .inset .nc.nc13 .innc dl dd, section#number .sec .inner .set .inset .nc.nc17 .innc dl dd {
  color: #9761c7;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 4.8rem;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0em;
  font-feature-settings: "palt";
}
section#number .sec .inner .set .inset .nc.nc13 p, section#number .sec .inner .set .inset .nc.nc17 p {
  color: #000000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.875;
  letter-spacing: 0em;
  font-feature-settings: "palt";
  text-align: left;
}
section#number .sec .inner .set .inset .nc.nc14, section#number .sec .inner .set .inset .nc.nc15, section#number .sec .inner .set .inset .nc.nc16 {
  padding: 80px 32px;
}
section#number .sec .inner .set .inset .nc.nc14 h5 span:nth-child(1), section#number .sec .inner .set .inset .nc.nc15 h5 span:nth-child(1), section#number .sec .inner .set .inset .nc.nc16 h5 span:nth-child(1) {
  color: #27a7a6;
  font-family: "Poppins", serif;
  font-size: 10rem;
  font-weight: 500;
  line-height: 0.65;
  letter-spacing: 0em;
  font-feature-settings: "palt";
}
section#number .sec .inner .set .inset .nc.nc14 h5 span:nth-child(2), section#number .sec .inner .set .inset .nc.nc15 h5 span:nth-child(2), section#number .sec .inner .set .inset .nc.nc16 h5 span:nth-child(2) {
  color: #27a7a6;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 5rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  font-feature-settings: "palt";
}
section#number .sec .inner .set .inset .nc.nc15 {
  transition-delay: 0.25s;
}
section#number .sec .inner .set .inset .nc.nc16 {
  transition-delay: 0.5s;
}
section#number .sec .inner .set .inset .nc.nc17 .innc dl dd {
  color: #0071bb;
}
section#number .sec .inner .set .inset .nc.nc18 {
  width: 100%;
  padding: 40px 56px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
}
section#number .sec .inner .set .inset .nc.nc18 .text {
  text-align: left;
  width: calc(100% - 390px - 56px);
  padding: 24px 0 0 0;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: flex-start;
  position: relative;
}
section#number .sec .inner .set .inset .nc.nc18 .text h5 {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-end;
}
section#number .sec .inner .set .inset .nc.nc18 .text h5:not(:last-child) {
  margin-bottom: 24px;
}
section#number .sec .inner .set .inset .nc.nc18 .text h5 span:nth-child(1) {
  color: #0071bb;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3.4rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  font-feature-settings: "palt";
}
section#number .sec .inner .set .inset .nc.nc18 .text h5 span:nth-child(2) {
  color: #0071bb;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 5rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  font-feature-settings: "palt";
  margin-left: 16px;
}
section#number .sec .inner .set .inset .nc.nc18 .text h5 span:nth-child(3) {
  color: #0071bb;
  font-family: "Poppins", serif;
  font-size: 10rem;
  font-weight: 500;
  line-height: 0.65;
  letter-spacing: 0em;
  font-feature-settings: "palt";
}
section#number .sec .inner .set .inset .nc.nc18 .text h5 span:nth-child(4) {
  color: #0071bb;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 5rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  font-feature-settings: "palt";
}
section#number .sec .inner .set .inset .nc.nc18 .text h6 {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  gap: 0 16px;
  position: absolute;
  top: 0px;
  left: 0px;
}
section#number .sec .inner .set .inset .nc.nc18 .text h6::before {
  content: "";
  width: 54px;
  height: 75px;
  background-image: url(../images/number/icon18.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: block;
}
section#number .sec .inner .set .inset .nc.nc18 .text h6 span {
  color: #000000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  font-feature-settings: "palt";
}
section#number .sec .inner .set .inset .nc.nc18 .ph {
  width: 390px;
}
section#number .sec .inner .set .inset .comment {
  width: 840px;
  padding: 24px 0;
  margin: 0 auto;
}
section#number .sec .inner .set .inset .comment p {
  color: #000000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.875;
  letter-spacing: 0em;
  font-feature-settings: "palt";
  text-align: left;
}

/* --------------------------------------- Media Queries Smartphone --------------------------------------- */
@media screen and (max-width: 768px) {
  section {
    width: 100%;
  }
  section#number {
    width: 100%;
    padding: 0px;
    margin-bottom: 8px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-end;
  }
  section#number .hero .inner .title > div {
    padding: 8px 16px;
    background-color: #FFF;
  }
  section#number .hero .inner .title > div h3 {
    color: #000000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 2.2rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0em;
    font-feature-settings: "palt";
  }
  section#number .lead {
    text-align: left;
    padding: 24px 16px;
  }
  section#number .lead p {
    color: #FFF;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.875;
    letter-spacing: 0em;
    font-feature-settings: "palt";
  }
  section#number .lead p br {
    display: none;
  }
  section#number .sec {
    width: 100%;
    padding: 80px 0 48px 0;
  }
  section#number .sec .inner {
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
  }
  section#number .sec .inner .set {
    width: calc(100% - 32px);
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
  }
  section#number .sec .inner .set:not(:last-child) {
    margin-bottom: 80px;
  }
  section#number .sec .inner .set.set1 .inset .nc {
    background-color: #ddefee;
  }
  section#number .sec .inner .set.set1 .inset .nc .text h5 span:nth-child(1), section#number .sec .inner .set.set1 .inset .nc .text h5 span:nth-child(2), section#number .sec .inner .set.set1 .inset .nc .text h5 span:nth-child(3) {
    color: #27a7a6;
  }
  section#number .sec .inner .set.set2 .inset .nc {
    background-color: #dddcee;
  }
  section#number .sec .inner .set.set2 .inset .nc .text h5 span:nth-child(1), section#number .sec .inner .set.set2 .inset .nc .text h5 span:nth-child(2), section#number .sec .inner .set.set2 .inset .nc .text h5 span:nth-child(3) {
    color: #9761c7;
  }
  section#number .sec .inner .set.set3 .inset .nc {
    background-color: #d4efff;
  }
  section#number .sec .inner .set.set3 .inset .nc .text h5 span:nth-child(1), section#number .sec .inner .set.set3 .inset .nc .text h5 span:nth-child(2), section#number .sec .inner .set.set3 .inset .nc .text h5 span:nth-child(3) {
    color: #0071bb;
  }
  section#number .sec .inner .set h4 {
    text-align: left;
    width: calc(100% - 32px);
    margin-bottom: 56px;
    position: relative;
  }
  section#number .sec .inner .set h4.num1::before {
    width: 70px;
    right: 0px;
  }
  section#number .sec .inner .set h4.num2::before {
    width: 111px;
    right: 0px;
  }
  section#number .sec .inner .set h4.num3::before {
    width: 110px;
    right: 0px;
  }
  section#number .sec .inner .set h4::before {
    content: "";
    height: 77px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    display: block;
    position: absolute;
    top: calc(50% - 40px);
  }
  section#number .sec .inner .set h4 span {
    color: #000000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 2.2rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0em;
    font-feature-settings: "palt";
    background-color: #FFF;
    position: relative;
    zoom: 1;
  }
  section#number .sec .inner .set .inset {
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    gap: 24px;
  }
  section#number .sec .inner .set .inset .nc {
    width: 100%;
    padding: 24px 16px;
    border-radius: 16px;
  }
  section#number .sec .inner .set .inset .nc .text h5 {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: flex-end;
  }
  section#number .sec .inner .set .inset .nc .text h5:not(:last-child) {
    margin-bottom: 24px;
  }
  section#number .sec .inner .set .inset .nc .text h5 span:nth-child(1) {
    color: #27a7a6;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0em;
    font-feature-settings: "palt";
  }
  section#number .sec .inner .set .inset .nc .text h5 span:nth-child(2) {
    color: #27a7a6;
    font-family: "Poppins", serif;
    font-size: 4.8rem;
    font-weight: 500;
    line-height: 0.6;
    letter-spacing: 0em;
    font-feature-settings: "palt";
  }
  section#number .sec .inner .set .inset .nc .text h5 span:nth-child(3) {
    color: #27a7a6;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0em;
    font-feature-settings: "palt";
  }
  section#number .sec .inner .set .inset .nc .text h6 {
    color: #000000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0em;
    font-feature-settings: "palt";
    margin-bottom: 16px;
  }
  section#number .sec .inner .set .inset .nc .text h6 sup {
    font-size: 1rem;
    position: relative;
    display: inline-block;
    transform: translateY(-1rem);
  }
  section#number .sec .inner .set .inset .nc .text h6 br {
    display: none;
  }
  section#number .sec .inner .set .inset .nc .text p {
    color: #000000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.875;
    letter-spacing: 0em;
    font-feature-settings: "palt";
  }
  section#number .sec .inner .set .inset .nc .text p.notice {
    font-size: 1.2rem;
    font-weight: 400;
  }
  section#number .sec .inner .set .inset .nc .text p br {
    display: none;
  }
  section#number .sec .inner .set .inset .nc.nc01 {
    width: 100%;
    padding: 24px 16px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
  }
  section#number .sec .inner .set .inset .nc.nc01 .text {
    text-align: left;
    width: 100%;
    margin-bottom: 24px;
  }
  section#number .sec .inner .set .inset .nc.nc01 .text h5 {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: flex-end;
  }
  section#number .sec .inner .set .inset .nc.nc01 .text h5:not(:last-child) {
    margin-bottom: 24px;
  }
  section#number .sec .inner .set .inset .nc.nc01 .text h5 span:nth-child(1) {
    color: #27a7a6;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 3rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0em;
    font-feature-settings: "palt";
  }
  section#number .sec .inner .set .inset .nc.nc01 .text h5 span:nth-child(2) {
    color: #27a7a6;
    font-family: "Poppins", serif;
    font-size: 6rem;
    font-weight: 500;
    line-height: 0.65;
    letter-spacing: 0em;
    font-feature-settings: "palt";
  }
  section#number .sec .inner .set .inset .nc.nc01 .text h5 span:nth-child(3) {
    color: #27a7a6;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 3rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0em;
    font-feature-settings: "palt";
  }
  section#number .sec .inner .set .inset .nc.nc01 .ph {
    width: 100%;
  }
  section#number .sec .inner .set .inset .nc.nc02 {
    width: 100%;
    padding: 24px 16px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
  }
  section#number .sec .inner .set .inset .nc.nc02 .text {
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
  }
  section#number .sec .inner .set .inset .nc.nc02 .icon {
    width: 80px;
    margin-bottom: 24px;
  }
  section#number .sec .inner .set .inset .nc.nc03 {
    padding: 32px;
  }
  section#number .sec .inner .set .inset .nc.nc07 {
    padding: 24px 8px;
  }
  section#number .sec .inner .set .inset .nc.nc07 .graph {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 16px;
  }
  section#number .sec .inner .set .inset .nc.nc07 .graph dl {
    width: 29%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
  }
  section#number .sec .inner .set .inset .nc.nc07 .graph dl dt {
    width: 100%;
    margin-bottom: 8px;
  }
  section#number .sec .inner .set .inset .nc.nc07 .graph dl dd {
    color: #000000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0em;
    font-feature-settings: "palt";
  }
  section#number .sec .inner .set .inset .nc.nc07 .graph .arrow {
    width: 5%;
    position: relative;
    transform: translateY(-20px);
  }
  section#number .sec .inner .set .inset .nc.nc08 {
    width: 100%;
    padding: 24px 16px;
  }
  section#number .sec .inner .set .inset .nc.nc08 .graph {
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 24px;
    gap: 0 24px;
  }
  section#number .sec .inner .set .inset .nc.nc08 .graph h5 {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-end;
    order: 2;
  }
  section#number .sec .inner .set .inset .nc.nc08 .graph h5:not(:last-child) {
    margin-bottom: 0px;
  }
  section#number .sec .inner .set .inset .nc.nc08 .graph h5 span:nth-child(1) {
    color: #27a7a6;
    font-family: "Poppins", serif;
    font-size: 6rem;
    font-weight: 500;
    line-height: 0.65;
    letter-spacing: 0em;
    font-feature-settings: "palt";
  }
  section#number .sec .inner .set .inset .nc.nc08 .graph h5 span:nth-child(2) {
    color: #27a7a6;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 3rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0em;
    font-feature-settings: "palt";
  }
  section#number .sec .inner .set .inset .nc.nc08 .graph .img {
    width: 50%;
    margin-bottom: 24px;
    order: 1;
  }
  section#number .sec .inner .set .inset .nc.nc08 p {
    color: #000000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.875;
    letter-spacing: 0em;
    font-feature-settings: "palt";
  }
  section#number .sec .inner .set .inset .nc.nc09, section#number .sec .inner .set .inset .nc.nc11 {
    padding: 24px 16px;
  }
  section#number .sec .inner .set .inset .nc.nc09 h5 span:nth-child(1), section#number .sec .inner .set .inset .nc.nc11 h5 span:nth-child(1) {
    color: #27a7a6;
    font-family: "Poppins", serif;
    font-size: 4.8rem;
    font-weight: 500;
    line-height: 0.65;
    letter-spacing: 0em;
    font-feature-settings: "palt";
  }
  section#number .sec .inner .set .inset .nc.nc09 h5 span:nth-child(2), section#number .sec .inner .set .inset .nc.nc11 h5 span:nth-child(2) {
    color: #27a7a6;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0em;
    font-feature-settings: "palt";
  }
  section#number .sec .inner .set .inset .nc.nc10 {
    padding: 24px 16px;
  }
  section#number .sec .inner .set .inset .nc.nc10 .intext {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    gap: 0 16px;
    position: relative;
    transform: translateY(-12px);
  }
  section#number .sec .inner .set .inset .nc.nc10 .intext dl dt {
    margin-bottom: 8px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    gap: 0 4px;
  }
  section#number .sec .inner .set .inset .nc.nc10 .intext dl dt.fm::before {
    background-image: url(../images/number/icon10-1.svg);
  }
  section#number .sec .inner .set .inset .nc.nc10 .intext dl dt.fm span {
    color: #c95ec7;
    font-family: "Poppins", serif;
    font-size: 4.8rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0em;
    font-feature-settings: "palt";
  }
  section#number .sec .inner .set .inset .nc.nc10 .intext dl dt.m::before {
    background-image: url(../images/number/icon10-2.svg);
  }
  section#number .sec .inner .set .inset .nc.nc10 .intext dl dt.m span {
    color: #9761c7;
    font-family: "Poppins", serif;
    font-size: 4.8rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0em;
    font-feature-settings: "palt";
  }
  section#number .sec .inner .set .inset .nc.nc10 .intext dl dt:before {
    width: 26px;
    height: 40px;
  }
  section#number .sec .inner .set .inset .nc.nc10 .intext dl dd {
    color: #000000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0em;
    font-feature-settings: "palt";
  }
  section#number .sec .inner .set .inset .nc.nc10 .intext p {
    width: 5px;
    height: 24px;
    transform: translateY(-10px);
  }
  section#number .sec .inner .set .inset .nc.nc12 {
    width: 100%;
    padding: 24px 16px;
  }
  section#number .sec .inner .set .inset .nc.nc12 h6 {
    color: #000000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0em;
    font-feature-settings: "palt";
    margin-bottom: 16px;
  }
  section#number .sec .inner .set .inset .nc.nc12 .innc {
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
  }
  section#number .sec .inner .set .inset .nc.nc12 .innc .text {
    width: 100%;
    margin-bottom: 24px;
  }
  section#number .sec .inner .set .inset .nc.nc12 .innc .text > div {
    margin-bottom: 16px;
  }
  section#number .sec .inner .set .inset .nc.nc12 .innc .text p {
    color: #000000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.875;
    letter-spacing: 0em;
    font-feature-settings: "palt";
  }
  section#number .sec .inner .set .inset .nc.nc12 .innc .graph {
    width: 100%;
  }
  section#number .sec .inner .set .inset .nc.nc12 .innc .graph img {
    width: 75%;
    position: relative;
    transform: translateX(-11%);
  }
  section#number .sec .inner .set .inset .nc.nc12 h5 span:nth-child(1) {
    color: #27a7a6;
    font-family: "Poppins", serif;
    font-size: 4.8rem;
    font-weight: 500;
    line-height: 0.65;
    letter-spacing: 0em;
    font-feature-settings: "palt";
  }
  section#number .sec .inner .set .inset .nc.nc12 h5 span:nth-child(2) {
    color: #27a7a6;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0em;
    font-feature-settings: "palt";
  }
  section#number .sec .inner .set .inset .nc.nc13, section#number .sec .inner .set .inset .nc.nc17 {
    padding: 24px 16px;
  }
  section#number .sec .inner .set .inset .nc.nc13 h6, section#number .sec .inner .set .inset .nc.nc17 h6 {
    color: #000000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0em;
    font-feature-settings: "palt";
    margin-bottom: 16px;
  }
  section#number .sec .inner .set .inset .nc.nc13 .innc, section#number .sec .inner .set .inset .nc.nc17 .innc {
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    gap: 16px 0;
  }
  section#number .sec .inner .set .inset .nc.nc13 .innc:not(:last-child), section#number .sec .inner .set .inset .nc.nc17 .innc:not(:last-child) {
    margin-bottom: 24px;
  }
  section#number .sec .inner .set .inset .nc.nc13 .innc::before, section#number .sec .inner .set .inset .nc.nc17 .innc::before {
    width: 100%;
    height: 1px;
  }
  section#number .sec .inner .set .inset .nc.nc13 .innc::after, section#number .sec .inner .set .inset .nc.nc17 .innc::after {
    width: 100%;
    height: 1px;
  }
  section#number .sec .inner .set .inset .nc.nc13 .innc dl, section#number .sec .inner .set .inset .nc.nc17 .innc dl {
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
  }
  section#number .sec .inner .set .inset .nc.nc13 .innc dl:nth-child(1), section#number .sec .inner .set .inset .nc.nc17 .innc dl:nth-child(1) {
    order: 1;
  }
  section#number .sec .inner .set .inset .nc.nc13 .innc dl:nth-child(2), section#number .sec .inner .set .inset .nc.nc17 .innc dl:nth-child(2) {
    order: 3;
  }
  section#number .sec .inner .set .inset .nc.nc13 .innc dl:nth-child(3), section#number .sec .inner .set .inset .nc.nc17 .innc dl:nth-child(3) {
    order: 5;
  }
  section#number .sec .inner .set .inset .nc.nc13 .innc dl dt, section#number .sec .inner .set .inset .nc.nc17 .innc dl dt {
    width: 42px;
    height: 57px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    text-align: left;
    text-indent: 999%;
    white-space: nowrap;
    display: block;
    overflow: hidden;
    margin-bottom: 16px;
    display: block;
  }
  section#number .sec .inner .set .inset .nc.nc13 .innc dl dt.rnk1, section#number .sec .inner .set .inset .nc.nc17 .innc dl dt.rnk1 {
    background-image: url(../images/number/icon13-1.png);
  }
  section#number .sec .inner .set .inset .nc.nc13 .innc dl dt.rnk2, section#number .sec .inner .set .inset .nc.nc17 .innc dl dt.rnk2 {
    background-image: url(../images/number/icon13-2.png);
  }
  section#number .sec .inner .set .inset .nc.nc13 .innc dl dt.rnk3, section#number .sec .inner .set .inset .nc.nc17 .innc dl dt.rnk3 {
    background-image: url(../images/number/icon13-3.png);
  }
  section#number .sec .inner .set .inset .nc.nc13 .innc dl dd, section#number .sec .inner .set .inset .nc.nc17 .innc dl dd {
    color: #9761c7;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1.25;
    letter-spacing: 0em;
    font-feature-settings: "palt";
  }
  section#number .sec .inner .set .inset .nc.nc13 .innc dl dd br, section#number .sec .inner .set .inset .nc.nc17 .innc dl dd br {
    display: none;
  }
  section#number .sec .inner .set .inset .nc.nc13 p, section#number .sec .inner .set .inset .nc.nc17 p {
    color: #000000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.875;
    letter-spacing: 0em;
    font-feature-settings: "palt";
    text-align: left;
  }
  section#number .sec .inner .set .inset .nc.nc14, section#number .sec .inner .set .inset .nc.nc15, section#number .sec .inner .set .inset .nc.nc16 {
    padding: 24px 16px;
  }
  section#number .sec .inner .set .inset .nc.nc14 h5 span:nth-child(1), section#number .sec .inner .set .inset .nc.nc15 h5 span:nth-child(1), section#number .sec .inner .set .inset .nc.nc16 h5 span:nth-child(1) {
    color: #27a7a6;
    font-family: "Poppins", serif;
    font-size: 4.8rem;
    font-weight: 500;
    line-height: 0.65;
    letter-spacing: 0em;
    font-feature-settings: "palt";
  }
  section#number .sec .inner .set .inset .nc.nc14 h5 span:nth-child(2), section#number .sec .inner .set .inset .nc.nc15 h5 span:nth-child(2), section#number .sec .inner .set .inset .nc.nc16 h5 span:nth-child(2) {
    color: #27a7a6;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0em;
    font-feature-settings: "palt";
  }
  section#number .sec .inner .set .inset .nc.nc17 .innc dl dd {
    color: #0071bb;
  }
  section#number .sec .inner .set .inset .nc.nc18 {
    width: 100%;
    padding: 24px 16px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
  }
  section#number .sec .inner .set .inset .nc.nc18 .text {
    text-align: left;
    width: 100%;
    padding: 32px 0 0 0;
    margin-bottom: 24px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: flex-start;
    position: relative;
  }
  section#number .sec .inner .set .inset .nc.nc18 .text h5 {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: flex-end;
  }
  section#number .sec .inner .set .inset .nc.nc18 .text h5:not(:last-child) {
    margin-bottom: 24px;
  }
  section#number .sec .inner .set .inset .nc.nc18 .text h5 span:nth-child(1) {
    color: #0071bb;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0em;
    font-feature-settings: "palt";
  }
  section#number .sec .inner .set .inset .nc.nc18 .text h5 span:nth-child(2) {
    color: #0071bb;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0em;
    font-feature-settings: "palt";
    margin-left: 16px;
  }
  section#number .sec .inner .set .inset .nc.nc18 .text h5 span:nth-child(3) {
    color: #0071bb;
    font-family: "Poppins", serif;
    font-size: 4.8rem;
    font-weight: 500;
    line-height: 0.65;
    letter-spacing: 0em;
    font-feature-settings: "palt";
  }
  section#number .sec .inner .set .inset .nc.nc18 .text h5 span:nth-child(4) {
    color: #0071bb;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0em;
    font-feature-settings: "palt";
  }
  section#number .sec .inner .set .inset .nc.nc18 .text h6 {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    gap: 0 8px;
    position: absolute;
    top: 0px;
    left: calc(50% - 112px);
  }
  section#number .sec .inner .set .inset .nc.nc18 .text h6::before {
    content: "";
    width: 27px;
    height: 37px;
    background-image: url(../images/number/icon18.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    display: block;
  }
  section#number .sec .inner .set .inset .nc.nc18 .text h6 span {
    color: #000000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0em;
    font-feature-settings: "palt";
  }
  section#number .sec .inner .set .inset .nc.nc18 .ph {
    width: 100%;
    border-radius: 4px;
    overflow: hidden;
  }
  section#number .sec .inner .set .inset .comment {
    width: 100%;
    padding: 16px 0;
    margin: 0 auto;
  }
  section#number .sec .inner .set .inset .comment p {
    color: #000000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.875;
    letter-spacing: 0em;
    font-feature-settings: "palt";
    text-align: left;
  }
}

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