.swiper-pagination-bullets {
  position: static;
  margin-top: 16px;
} 
.swiper-pagination-bullet {
  width: 8px !important;
  height: 8px !important;
  margin: 0 0 0 10px !important;
  background: #333 !important;
}

.swiper-pagination-bullet:first-child {
  margin: 0 !important;
}
.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after, .swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
	font-size: 3rem;
}
.book {
	padding: 5rem 0rem;
}
.book .inner {
	padding: 0;
}
.book h2 {
	padding: 0 0 2rem;
	font-size: 2.5rem;
	text-align: center;
	font-weight: 500;
}
.book01 {
	padding: 2rem 2rem 5rem;
	background-color: #e5f4f6;
	position: relative;
}
.book01.even {
	background-color: #fbe5cc;
}
.book-wrap .book-head {
	padding: 0 0 2rem;
}
.book-head .book-img {
	width: 9rem;
	margin: 0 1.5rem 0 0;
}
.book-head h3 {
	font-size: 2rem;
}
.book01.second .book-head h3 {
	font-size: 1.8rem;
	letter-spacing: -.1rem;
}
.book-head p {
	font-size: 1.2rem;
}
.book-head p big {
	font-size: 1.4rem;
	color: var(--blue);
}
.book-wrap a.more-btn {
	color: #445F89;
	text-decoration: underline;
	text-align: center;
	display: block;
}

.book-wrap p.hide-sp {
	display: none;
}
.book-wrap a.close-btn {
	display: none;
}
.book-num {
	position: absolute;
	top: 0;
	right: 0;
}
.book-num p {
	color: var(--blue);
	font-size: 2rem;
	border-top: .3rem solid var(--blue);
	padding: 0 .7rem;
}
.grad-wrap {
	position: relative;
	padding: 0;
}
.grad-btn {
	z-index: 2;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    border-radius: 2px;
    cursor: pointer;
    transition: .2s ease;
}
.grad-btn::before {
	content: '';
	background-image: url("../img/common/v-more-btn.svg");
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	top: 0.5rem;
	left: 50%;
	transform: translateX(-50%);
	width: 9rem;
	height: 2.1rem;
}
.grad-item {
	position: relative;
	overflow: hidden;
	height: 80px; /*隠した状態の高さ*/
	padding: 0 0 1rem;
}
.grad-item p {
	text-align: justify;
}
.grad-item::before {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40px; /*グラデーションで隠す高さ*/
  background: linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 50%, rgba(255,255,255,0.9) 50%, #fff 100%);
  content: "";
}
.grad-trigger {
  display: none; /*チェックボックスは常に非表示*/
}
.grad-trigger:checked ~ .grad-btn::before {
	content: '';
	background-image: url("../img/common/v-close-btn.svg");
	background-size: contain;
	position: absolute;
	top: 0;
	bottom: 0;
	width: 9rem;
	height: 3rem;
}
.grad-trigger:checked ~ .grad-item {
  height: auto; /*チェックされていたら、高さを戻す*/
}
.grad-trigger:checked ~ .grad-item::before {
  display: none; /*チェックされていたら、grad-itemのbeforeを非表示にする*/
}

/*----------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------タブレット／ブレイクポイント-------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------------*/
@media screen and (min-width:768px) {

	.book {
		padding: 4rem 0 3rem;
	}

}

/*----------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------------*/
/*-------------------------------------------PC／ブレイクポイント-------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------------*/
	@media screen and (min-width:1100px) {		
		.swiper {
			padding: 0 2.5rem;
		}
		.book {
			padding: 10rem 0;
		}
		.book h2 {
			font-size: 5rem;
			padding: 0 0 5rem;
		}
		.book01.second .book-head h3, .book-head h3 {
			font-size: 2.2rem;
			letter-spacing: 0;
		}
		.book-person h6, .book-person.line h6 {
			padding: 0 0 2rem;
			line-height: 1.7;
		}
		.book-person p {
			font-size: 1.5rem;
		}
		.book-ac dt:after {
			font-size: 1.6rem;
		}
		.book-person h6 {
			font-size: 2rem;
		}
		.book-person h6.narrow {
			letter-spacing: -0.2rem;
		}
		.book-ac dl {
			 width: calc((100% - 5rem) / 2);
		}
		.book-ac dl:nth-child(n+3) {
			margin: 5rem 0 0;
		}
		.book-ac dl:nth-child(-n+2) {
			margin: 0;
		}
		.book-ac {
			margin: 7rem 0 0;
		}
		.book-wrap .book01 {
			padding: 3rem 2.5rem 5rem;
		}
		.book-wrap .book-head {
			padding: 0 0 3rem;
		}
		.book-wrap p {
			font-size: 1.5rem;
		}
		.grad-item {
			height: 15.5rem;
		}

	}