/*font-family: 'Cormorant Garamond', serif;
font-family: 'Noto Sans JP', sans-serif;
font-family: 'Noto Serif JP', serif;*/
/*--------------------------------
	　section-01
--------------------------------*/
.page-tagline {
  height: 1500px;
}
.section-01 .container {
  padding: 60px 0;
}
.section-01 .container .img {
  text-align: right;
}
/*--------------------------------
	　section-02
--------------------------------*/
.section-02 .container {
  padding: 60px 15px;
}
h3 {
  border-bottom: solid 3px #e6e6e6;
  position: relative;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 30px;
  padding-bottom: 5px;
}
h3:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #c7002f;
  bottom: -3px;
  width: 10%;
}
h4 {
  font-size: 26px;
  margin-bottom: 15px;
  font-family: 'Noto Serif JP', serif;
}
.policy-grid-wrapper {
  display: flex;
  justify-content: space-between;
}
.policy-grid {
  width: 50%;
}
.policy-grid img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}
.policy-grid p {
  font-weight: bold;
  font-size: 14px;
}
.policy-grid-wrapper .l-text {
  padding-top: 30px;
  padding-right: 45px;
}
.policy-grid-wrapper .r-text {
  padding-top: 45px;
  padding-left: 30px;
}
.policy-tagline {
  font-size: 42px;
  font-family: 'Noto Serif JP', serif;
  line-height: 1.8;
  position: relative;
  margin-top: 140px;
}
/*--------------------------------
	　section-03
--------------------------------*/
.section-03 .container {
  padding: 60px 15px;
}

.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;
  }
  .section-01 .container .img {
    text-align: left;
  }
  .section-01 .container .img img {
    width: 100%;
  }
  .policy-grid-wrapper {
    display: block;
  }
  .policy-grid {
    width: 100%;
    margin-bottom: 30px;
  }
  .policy-grid-wrapper .l-text, .policy-grid-wrapper .r-text {
    padding: 0 !important;
  }
  .policy-tagline {
    font-size: 28px;
    line-height: 1.8;
    margin-top: 60px;
  }
	.img-100 {
		width: auto;
	max-width: 1071px;
		padding: 0 0 90px 0;
}
	h1.policy-h1 {
		font-size: 48px;
	}
}