.num {
  max-width: 1200px;
  margin: 100px auto;
}

.nummain {
  background: url(../../images/number/main_pc.avif) no-repeat center;
  background-size: cover;
}

.nummain-inner {
  position: relative;
  padding-top: 36%;
}

.nummain-txt {
  overflow: hidden;
  white-space: nowrap;
  text-indent: 100%;
}

.num__at {
  text-align: right;
}

.num__at2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 10px auto 100px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.num__at2 a {
  padding: 3px 10px;
  color: #fff;
  background: rgba(0, 122, 175, .5);
}

.num__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 100px;
  padding: 20px 20px 0;
  background: rgba(0, 102, 153, .1);
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.num__list + .num__list {
  margin-top: 100px;
}

.num__list:last-of-type {
  margin-bottom: 0;
}

.num__list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 32%;
  margin-bottom: 20px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.num_list02_wrap {
	background: rgba(0, 102, 153, .1);
	    padding: 20px;
}
.num__list02 {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 20px;
	background: #fff;

		padding-top: 0;
}
.num__list02 img {
	display: block;
	    aspect-ratio: 800 / 970;
			width: 100%;
			height: auto;
}
.num__list03 {
	margin-bottom: 0;
}
	.num__list02_img_pc {
		display: block !important;
	}
	.num__list02_img_sp {
		display: none !important;
	}

@media only screen and (max-width: 767px) {
  .num {
    margin: 50px auto;
  }

  .nummain {
    background: url(../../images/number/main_sp.avif) no-repeat center;
    background-size: cover;
  }

  .nummain-inner {
    padding-top: 73%;
  }

  .num__at2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .num__at2 a {
    margin-left: auto;
  }

  .num__list {
    margin-bottom: 50px;
  }

  .num__list + .num__list {
    margin-top: 50px;
  }

  .num__list li {
    width: 100%;
  }

  .num__list li img + img {
    margin-top: 20px;
  }
	.num__list02 {
		grid-template-columns: repeat(1, 1fr);
		padding-top: 20px;
	}
}
.num__list li.sp-li {
	display: none;
}
.num__list li.pc-li {
	display: block;
}
.num__list li.pc-li img {
	display: block;
	height: 98%;
}

@media only screen and (max-width: 767px) {
	.num__list li.sp-li {
		display: block;
	}
	.num__list li.pc-li {
		display: none;
	}
	.num__list02 {
		padding: 0;
		gap: 0;
	}
	.num__list02_img_pc {
		display: none !important;
	}
	.num__list02_img_sp {
		display: block !important;
	}
	.num__list02_img_sp_01 {
		aspect-ratio: 800/1000 !important;
	}
}