/*font-family: 'Cormorant Garamond', serif;
font-family: 'Noto Sans JP', sans-serif;
font-family: 'Noto Serif JP', serif;*/
/*--------------------------------
	　section-01
--------------------------------*/
.page-tagline {
  height: 1500px;
}
h2 {
  font-size: 42px;
  font-family: 'Noto Serif JP', serif;
  line-height: 1.8;
  margin-bottom: 30px;
  position: relative;
}
.section-01 .container {
  padding: 60px;
}
.section-01 .container p {
  margin-bottom: 30px;
}
.next-box.img-bar {
  background: #FFF;
  padding: 0 0 30px 0;
}
.next-box.img-bar .next-box-wrapper {
    white-space: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 0;
  }
@media screen and (max-width: 991px) {
  .section-01 .container {
    position: relative;
    padding: 15px;
  }
  h2 {
    font-size: 28px;
    line-height: 1.8;
  }
	.img-100 {
		width: auto;
	max-width: 1068px;
}
	h1.policy-h1 {
		font-size: 48px;
	}
	.page-tagline {
    line-height: 1;
    width: 200px;
}
}