@charset "utf-8";

.book-section .cmn-h2 span.jpn {
  padding-left: 2rem;
  font-size: 1rem;
}

.book-section ul.pagenav {
  margin: 1rem auto 5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  list-style: none;
  padding-left: 0;
}

.book-section ul.pagenav>li {
  margin: 8px 20px;
  white-space: nowrap;
}

.book-section ul.pagenav>li a {
  color: #000;
  font-size: 1.25rem;
  font-weight: 600;
  text-decoration: none;
}

.book-section ul.pagenav>li>a:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  color: #000;
  line-height: 1;
  width: 8px;
  height: 8px;
  border: 1px solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateX(80%) translateY(-50%) rotate(135deg);
}

/*------------------------------------------------------------
	leadership-list
------------------------------------------------------------*/
.book-section .leadership-box {
  margin-bottom: 141px;
}

.book-section .leadership-list {
  margin: -20px -15px 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}

.book-section .leadership-list li {
  padding: 18px 15px 0;
  width: 20%;
  list-style: none;
}

.book-section .leadership-list li a {
  display: block;
  border: 2px solid #fff;
  color: #444;
  text-decoration: none;
}

.book-section .leadership-list li .photo-box {
  padding: 20px;
  margin-bottom: 18px;
  min-height: 360px;
  background-color: #F7f7f7;
}

.book-section .leadership-list li a:hover .photo-box {
  opacity: 0.7;
  transition: .3s;
}

.book-section .leadership-list li .photo-box img {
  max-height: 340px;
  width: auto;
  max-width: 100%;
}

.book-section .leadership-list li h3 {
  margin-bottom: 13px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.6;
}

.book-section .leadership-list li a:hover h3 {
  color: #ccc;
  transition: .3s;
}

.book-section .leadership-list li dl {
  font-size: .8125rem;
  line-height: 1.6;
}

.book-section .leadership-list li dt {
  float: left;
  position: relative;
}

.book-section .leadership-list li dt:before {
  width: 1px;
  position: absolute;
  top: 4px;
  bottom: 4px;
  right: -12px;
  border-right: 1px solid #CBCBCB;
  content: "";
}

.book-section .leadership-list li dd {
  padding-left: 4.6em;
  text-align: justify;
  text-justify: inter-ideograph;
  -ms-text-justify: inter-ideograph;
  word-break: break-all;
  margin-bottom: 0.2rem;
}

@media all and (max-width: 1500px) {
  .book-section .leadership-list li .photo-box {
    min-height: 290px;
  }
}

@media all and (max-width: 1024px) {
  .book-section .leadership-box {
    margin-bottom: 66px;
  }

  .book-section .leadership-box .com-ttl {
    margin-bottom: 42px;
  }

  .book-section .leadership-list {
    display: block;
  }

  .book-section .leadership-list li {
    padding-top: 18px;
    width: auto;
  }

  .book-section .leadership-list li a {
    width: 100%;
    display: table;
    border: none;
  }

  .book-section .leadership-list li .photo-box,
  .book-section .leadership-list li .text-box {
    display: table-cell;
  }

  .book-section .leadership-list li .photo-box {
    width: 37%;
  }

  .book-section .leadership-list li .text-box {
    padding-left: 17px;
    width: 65%;
  }

  .book-section .leadership-list li h3 {
    font-size: 1.27rem;
    line-height: 2.1;
  }

  .book-section .leadership-list li a:hover h3 {
    color: #000;
  }

  .book-section .leadership-list li dl {
    font-size: 1.13rem;
    line-height: 1.85;
  }

  .book-section .leadership-list li a:hover h3 {
    color: #000;
  }

  .book-section .leadership-list li a:hover .photo-box {
    opacity: 1;
  }
}

/*------------------------------------------------------------
	com-pop
------------------------------------------------------------*/
.com-pop {
	display: none;
}

.com-pop .pop {
	max-width: 1200px;
	padding: 78px 110px 100px;
	background-color: #fff;
}

.com-pop h2 {
	margin-bottom: 67px;
	text-align: center;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.9;
}

.com-pop .photo-box {
	margin-top: 12px;
	float: left;
	width: 25.5%;
}

.com-pop .photo-box .photo img{
	width: 70%;
	border: 1px solid #ddd;
}

.com-pop .photo-box .link {
	margin-top: 60px;
}

.com-pop .photo-box .link a:hover {
	opacity: 0.7;
}

.com-pop .text-box {
	float: right;
	width: 68%;
}

.com-pop .text-box p {
	margin-bottom: 66px;
	font-size: 1rem;
	line-height: 2;
}

.com-pop .text-box table {
	width: 100%;
	border-collapse: collapse;
}

.com-pop .text-box table th,
.com-pop .text-box table td {
	padding: 9px 30px;
	font-size: 1rem;
	font-weight: 500;
	text-align: left;
	vertical-align: middle;
	border-bottom: 12px solid #fff;
}

.com-pop .text-box table th {
	padding: 9px 5px;
	width: 18%;
	text-align: center;
	background-color: #EEEEEE;
}

.fancybox-content {
	padding: 0;
}

@media all and (max-width: 1024px) {
	.com-pop .pop {
		width: auto;
		padding: 40px 25px;
	}

	.com-pop h2 {
		margin-bottom: 20px;
		font-size: 1.6rem;
		line-height: 1.6;
	}

	.com-pop .photo-box {
		margin: 0 0 20px;
		float: none;
		width: auto;
		text-align: center;
	}

	.com-pop .photo-box .link {
		margin: 20px 20px 0;
	}

	.com-pop .photo-box .link img {
		width: 60%;
	}

	.com-pop .text-box {
		float: none;
		width: auto;
	}

	.com-pop .text-box p {
		margin-bottom: 20px;
		font-size: 1.3rem;
		line-height: 1.6;
	}

	.com-pop .text-box table th,
	.com-pop .text-box table td {
		padding: 9px;
		font-size: 1.3rem;
		border-bottom: 6px solid #fff;
	}

	.com-pop .text-box table th {
		padding: 9px;
		width: 36%;
	}

	.fancybox-slide--html {
		padding: 10px;
	}

	.fancybox-slide--html .fancybox-close-small {
		padding: 5px;
		right: -7px;
		top: -7px;
	}

	.fancybox-content {
		overflow-x: hidden;
	}
}
.cmn-h2 {
	margin-top:-100px;
padding-top:100px;
}
