@charset "UTF-8";
/*---------------------------------------------
common 
-------------------------------------------------*/
br.sp {
  display: none;
}

@media screen and (max-width: 834px) {
  br.sp {
    display: block;
  }
}
br.pc {
  display: block;
}

@media screen and (max-width: 834px) {
  br.pc {
    display: none;
  }
}
.en {
  font-family: "Oswald", sans-serif;
}

.ja {
  font-family: "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

.clrfix:after,
.section:after,
.inner:after,
.block:after,
.box:after,
.set:after {
  content: none;
}

li,
dt,
th,
dd,
p {
  font-family: "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0px 0 0;
}

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

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

.scroll-activate {
  opacity: 0;
  transition: 0.5s;
  transform: translateY(50px);
}

.scroll-activate.active {
  opacity: 1;
  transform: translateY(0);
  transition: 0.5s;
}

/*---------------------------------------------
number
-------------------------------------------------*/
.number {
  background: #f7f7f7;
}

#pages-mv2 {
  color: #fff;
  padding: 177px 0 165px;
  background: url(../img/number/mv.webp) center center/cover no-repeat;
}
#pages-mv2 h2 {
  font-size: 44px;
}

@media screen and (max-width: 834px) {
  #pages-mv2 {
    padding: 60px 0;
  }
  #pages-mv2 h2 {
    font-size: 22px;
    line-height: 1.6;
  }
}
.number__intro {
  padding: 170px 0 158px;
}

@media screen and (max-width: 834px) {
  .number__intro {
    padding: 80px 0 80px;
  }
}
.number__intro-text {
  text-align: center;
  font-weight: 700;
  font-size: clamp(18px, 1.5vw, 24px);
  margin-bottom: 80px;
}

@media screen and (max-width: 834px) {
  .number__intro-text {
    margin-bottom: 48px;
  }
}
.number__intro-forbs {
  margin-top: 50px;
}

@media screen and (max-width: 834px) {
  .number__intro-forbs {
    margin-top: 32px;
  }
}
.number__survey {
  margin-top: 120px;
}

@media screen and (max-width: 834px) {
  .number__survey {
    margin-top: 64px;
  }
}
.number__survey-title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 57px;
}

@media screen and (max-width: 834px) {
  .number__survey-title-wrap {
    flex-direction: column;
    gap: 20px;
    margin-bottom: 36px;
  }
}
.number__survey-title-wrap .number__survey-title {
  font-size: clamp(18px, 1.5vw, 24px);
  font-weight: bold;
  padding: 0 0 0 20px;
  position: relative;
  width: 40%;
  line-height: 1.3;
}

.number__survey-title-wrap .number__survey-title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 6px;
  height: 90%;
  background-color: #e16352;
}

@media screen and (max-width: 834px) {
  .number__survey-title-wrap .number__survey-title {
    width: 100%;
  }
}
.number__survey-title-wrap .number__survey-text {
  font-weight: 500;
  width: 58%;
  font-size: clamp(14px, 1.1vw, 16px);
}

@media screen and (max-width: 834px) {
  .number__survey-title-wrap .number__survey-text {
    width: 100%;
  }
}
.number__survey-list {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media screen and (max-width: 834px) {
  .number__survey-list {
    flex-wrap: wrap;
    gap: 20px 4%;
    justify-content: center;
  }
}
.number__survey-item {
  width: 30%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px 0;
}

@media screen and (max-width: 834px) {
  .number__survey-item {
    width: 48%;
    gap: 16px 0;
  }
  .number__survey-item img {
    width: 70%;
  }
}
.number__survey-item .item-text {
  background: #193974;
  border-radius: 26px;
  color: #fff;
  max-width: 290px;
  width: 98%;
  text-align: center;
  padding: 14px 1%;
  font-size: clamp(10px, 1.1vw, 18px);
  line-height: 1;
  font-weight: 700;
  position: relative;
}

.number__survey-item .item-text span {
  font-size: clamp(12px, 1.4vw, 21px);
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-thickness: 1px;
}

.number__survey-item .item-text::before {
  content: "";
  background: url(../img/number/triangle.png) center/contain no-repeat;
  width: 12px;
  height: 11px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  bottom: -10px;
}

@media screen and (max-width: 834px) {
  .number__survey-item .item-text {
    max-width: 100%;
  }
}
.number__survey .note {
  text-align: center;
  margin: 26px 0 65px;
  font-weight: 500;
  font-size: 12px;
}

@media screen and (max-width: 834px) {
  .number__survey .note {
    margin: 20px 0 40px;
  }
}
.number__survey-emhasis-text {
  font-size: clamp(20px, 1.8vw, 28px);
  line-height: 1;
  font-weight: 700;
  text-align: center;
  text-decoration: underline;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}

@media screen and (max-width: 834px) {
  .number__survey-emhasis-text {
    line-height: 1.5;
  }
}
.number__date {
  padding: 0 0 138px;
}

@media screen and (max-width: 834px) {
  .number__date {
    padding: 0 0 60px;
  }
}
.number__date-contents {
  background: #fff;
  border-radius: 30px;
  padding: 90px 0 104px;
}

@media screen and (max-width: 834px) {
  .number__date-contents {
    border-radius: 16px;
    padding: 48px 0;
  }
}
.number__date-title {
  margin-bottom: 44px;
  text-align: center;
  font-size: clamp(24px, 2.1vw, 33px);
  line-height: 1.4;
  font-weight: 700;
}

.number__date-title span {
  font-size: clamp(20px, 1.8vw, 28px);
  display: block;
}

@media screen and (max-width: 834px) {
  .number__date-title {
    font-size: 22px;
    margin-bottom: 28px;
  }
  .number__date-title span {
    font-size: 18px;
  }
}
.number__date-text {
  width: 71%;
  margin: 0 auto 57px;
}

@media screen and (max-width: 834px) {
  .number__date-text {
    width: 90%;
    margin-bottom: 36px;
  }
}
.number__date-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 40px 0;
  list-style: none;
}

@media screen and (max-width: 834px) {
  .number__date-list {
    flex-direction: column;
    gap: 20px;
  }
}
.number__date-item-title {
  text-align: center;
  font-size: clamp(16px, 1.4vw, 22px);
  font-weight: 700;
  margin: 0 auto 25px;
}

@media screen and (max-width: 834px) {
  .number__date-item-title {
    margin-bottom: 20px;
  }
}
.number__date-item {
  background: #d6dfec;
  border-radius: 18px;
  padding: 68px 5%;
}

@media screen and (max-width: 834px) {
  .number__date-item {
    border-radius: 12px;
    padding: 40px 5%;
  }
}
.number__date-item .c-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.number__date-item .c-item {
  background: #fff;
  border-radius: 50%;
  padding: 0.875rem 0.75rem;
  text-align: center;
  width: 22%;
  aspect-ratio: 1/1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.number__date-item .c-item-text {
  font-weight: 700;
  font-size: clamp(12px, 1.1vw, 16px);
  line-height: 1.5;
  margin-bottom: 6px;
}

.number__date-item .c-item-number {
  font-weight: 700;
  line-height: 1;
  font-size: clamp(32px, 3vw, 44px);
}

.number__date-item .emhasis-text {
  font-size: clamp(40px, 4vw, 65px);
  font-weight: 700;
  color: #ef4a3b;
  line-height: 1;
  display: inline-block;
}

.number__date-item .c-list-desc {
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
  font-size: clamp(16px, 1.8vw, 28px);
  font-weight: 700;
  margin: 40px auto 0;
  text-decoration: underline;
  text-underline-offset: 6px;
  text-decoration-thickness: 1px;
  line-height: 1.5;
}

@media screen and (max-width: 834px) {
  .number__date-item .c-list-desc {
    font-size: 17px;
    margin-top: 28px;
  }
}
.number__date-item .c-list-note {
  text-align: center;
  font-weight: 500;
  font-size: 12px;
  margin-top: 30px;
}

@media screen and (max-width: 834px) {
  .number__date-item .c-list-note {
    margin-top: 16px;
  }
}
.number__date-item1,
.number__date-item4 {
  width: 100%;
}

.number__date-item1 .c-list {
  gap: 10px;
}

@media screen and (max-width: 834px) {
  .number__date-item1 .c-list {
    flex-wrap: wrap;
    gap: 11px 0;
    align-items: stretch;
  }
  .number__date-item1 .c-item {
    width: 48%;
    border-radius: 13px;
    aspect-ratio: auto;
    padding: 24px 12px;
  }
  .number__date-item1 .emhasis-text {
    font-size: 40px;
  }
}
.number__date-item2,
.number__date-item3 {
  width: 48%;
}

.number__date-item2 .c-list,
.number__date-item3 .c-list {
  flex-direction: column;
  gap: 23px;
}

.number__date-item2 .c-item,
.number__date-item3 .c-item {
  border-radius: 14px;
  width: 100%;
  padding: 34px 0;
  aspect-ratio: auto;
}

.number__date-item2 .c-item-text,
.number__date-item3 .c-item-text {
  font-size: clamp(15px, 1.3vw, 19px);
}

@media screen and (max-width: 834px) {
  .number__date-item2,
  .number__date-item3 {
    width: 100%;
  }
  .number__date-item2 .c-list,
  .number__date-item3 .c-list {
    gap: 14px;
  }
  .number__date-item2 .c-item,
  .number__date-item3 .c-item {
    padding: 24px 16px;
  }
  .number__date-item2 .c-item-text,
  .number__date-item3 .c-item-text {
    font-size: 15px;
  }
}
.number__date-item3 .c-item-text {
  font-size: clamp(20px, 1.8vw, 28px);
}

.number__date-item3 .c-item-text span {
  text-decoration: underline;
  display: block;
  font-size: clamp(14px, 1.1vw, 16px);
  font-weight: 500;
}

.number__date-item3 .c-item-number {
  font-size: clamp(19px, 1.5vw, 25px);
}

.number__date-item3 .c-item-s-note {
  font-size: 11px;
  font-weight: 500;
  margin-top: 10px;
}

@media screen and (max-width: 834px) {
  .number__date-item3 .c-item-text {
    font-size: 18px;
  }
  .number__date-item3 .c-item-text span {
    font-size: 13px;
  }
  .number__date-item3 .c-item-number {
    font-size: 19px;
  }
}
.number__date-item4 {
  background: #f8e7e6;
}

.number__date-item4 .number__date-item-title {
  margin: 0 auto 60px;
  line-height: 1.2;
}

.number__date-item4 .number__date-item-title span {
  display: block;
  font-size: clamp(17px, 1.6vw, 25px);
}

.number__date-item4 .number__date-item-title span span {
  display: inline;
  color: #ef4a3b;
  font-family: "Oswald";
  font-weight: 600;
  font-size: clamp(30px, 5.2vw, 66px);
}

@media screen and (max-width: 834px) {
  .number__date-item4 .number__date-item-title {
    margin-bottom: 36px;
  }
}
.number__date-item4 .c-list {
  gap: 12px;
}

@media screen and (max-width: 834px) {
  .number__date-item4 .c-list {
    flex-direction: column;
    gap: 40px;
  }
}
.number__date-item4 .c-item {
  background: transparent;
  border-radius: 0;
  padding: 0;
  width: 30%;
  align-items: flex-start;
  text-align: left;
  aspect-ratio: auto;
}

@media screen and (max-width: 834px) {
  .number__date-item4 .c-item {
    width: 100%;
  }
}
.number__date-item4 .c-item-picture {
  display: flex;
  align-items: center;
  justify-content: center;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: #fff;
  width: 140px;
  margin: 0 auto;
}

.number__date-item4 .c-item-picture img {
  -o-object-fit: contain;
     object-fit: contain;
  height: 65px;
}

@media screen and (max-width: 834px) {
  .number__date-item4 .c-item-picture {
    width: 110px;
  }
  .number__date-item4 .c-item-picture img {
    height: 52px;
  }
}
.number__date-item4 .c-item-title {
  text-align: center;
  font-size: clamp(16px, 1.3vw, 19px);
  margin: 18px auto 19px;
  font-weight: 700;
}

@media screen and (max-width: 834px) {
  .number__date-item4 .c-item-title {
    font-size: 16px;
    margin: 14px auto 12px;
  }
}
.number__date-item4 .c-item-text {
  padding-bottom: 30px;
  font-size: clamp(12px, 1vw, 14px);
  font-weight: 500;
  line-height: 2;
  border-bottom: 1px dotted #b6b6b6;
}

@media screen and (max-width: 834px) {
  .number__date-item4 .c-item-text {
    font-size: 13px;
    padding-bottom: 20px;
  }
}
.number__date-item4 .c-item-desc {
  margin: 65px auto 0;
}

@media screen and (max-width: 834px) {
  .number__date-item4 .c-item-desc {
    margin-top: 40px;
  }
}
.number__date .support-list {
  list-style: none;
  padding: 0;
  margin-top: 8px;
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.number__date .support-item {
  font-weight: 500;
  font-size: clamp(12px, 1vw, 14px);
  display: flex;
  align-items: center;
  gap: 4px;
}

@media screen and (max-width: 834px) {
  .number__date .support-item {
    font-size: 13px;
  }
}
.number__date .support-item img {
  width: 15px;
  height: auto;
  aspect-ratio: 1/1;
  flex-shrink: 0;
}/*# sourceMappingURL=number.css.map */