/* ttl_page
----------------------------------------*/
.ttl_page:has(+ .report) {
  padding-bottom: 0;
}
.ttl_page:has(+ .report) figure img {
	width: 100%;
}
.ttl_page:has(+ .report) figure::after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgb(0 0 0 / 50%);
}
.ttl_page:has(+ .report) figure + h1 {
	max-width: 110.3rem;
	margin: 0 auto;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 0 auto;
	color: #EDEDEB;
}
.ttl_page:has(+ .report) figure + h1 span:nth-child(1) {
	display: block;
	margin: -1rem 0 0;
	font-size: 2.5rem;
	letter-spacing: .21em;
}
.ttl_page:has(+ .report) figure + h1 span:nth-child(2) {
	display: block;
	margin: 5.9rem 0 0;
	font-size: 7rem;
	letter-spacing: .21em;
}
.ttl_page:has(+ .report) figure + h1 span:nth-child(3) {
	display: block;
	margin: -2.5rem 0 0 16.5rem;
	font-size: 7rem;
	letter-spacing: .21em;
}
.ttl_page:has(+ .report) figure + h1 span:nth-child(4) {
	display: block;
	margin: -2.1rem 0 0 17rem;
	font-size: 7rem;
	letter-spacing: .2em;
}
.ttl_page:has(+ .report) h1:first-child {
	text-align: center;
	font-weight: 500;
	color: #B4A199;
	margin-bottom: 5.3rem;
}
.ttl_page:has(+ .report) h1:first-child .en {
	display: block;
	font-size: 3rem;
	font-weight: 700;
	letter-spacing: .21em;
	padding-left: .21em;
	margin-bottom: .8rem;
}
@media only screen and (max-width: 768px) {
	.ttl_page:has(+ .report) figure + h1 span:nth-child(1) {
		margin: -.7rem 0 0 2rem;
		font-size: 1.8rem;
	}
	.ttl_page:has(+ .report) figure + h1 span:nth-child(2) {
		margin: 3.5rem 0 0 2rem;
		font-size: 3.7rem;
	}
	.ttl_page:has(+ .report) figure + h1 span:nth-child(3) {
		margin: -1.3rem 0 0 10.6rem;
		font-size: 3.7rem;
	}
	.ttl_page:has(+ .report) figure + h1 span:nth-child(4) {
		margin: -.9rem 0 0 10.6rem;
		font-size: 3.7rem;
	}
	.ttl_page:has(+ .report) h1:first-child {
		margin: 4.8rem 0 3.5rem;
	}
	.ttl_page:has(+ .report) h1:first-child .en {
		font-size: 2rem;
		margin-bottom: .6rem;
	}
}

.report {
  margin-bottom: 10rem;
}
.report_inner {
  margin: 0 auto;
  max-width: 110rem;
}
.report_kv {
  margin-bottom: 5rem;
}
.report_title {
margin-bottom: 4rem;
    color: #798B76;
    font-size: 2.8rem;
    font-weight: 600;
    letter-spacing: 0.26em;
    font-family: var(--font-poppins);
    text-align: center;
}
.report_wrapper {
  margin-bottom: 6rem;
  display: flex;
  flex-flow: row wrap;
  gap: 3rem;
}
.report_item {
  flex: 1;
}
.report_item h3 {
margin-bottom: 1.3rem;
    padding-bottom: 0.9rem;
    border-bottom: 0.1rem solid #D6D6D2;
    color: #798B76;
    font-size: 1.6rem;
    font-weight: 600;
    letter-spacing: 0.26em;
    text-align: center;
    font-family: var(--font-poppins);
}
.report_item p {
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-align: center;
}
.report_desc {
  font-size: 1.3rem;
  line-height: 2.3;
  text-align: center;
  letter-spacing: 0.1em;
}

.content {
  padding: 9rem 0 0;
  background: #899B82;
}
.content_inner {
  margin: 0 auto;
  padding-bottom: 6rem;
  border-bottom: 0.1rem solid #fff;
  max-width: 70rem;
  color: #fff;
}
.content_inner > *:last-child {
  margin-bottom: 0;
}
.content_inner figure {
  margin-bottom: 7rem;
}
.content_inner h2 {
  margin-bottom: 2rem;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.1em;
}
.content_inner p {
  margin-bottom: 5rem;
  font-size: 1.3rem;
  line-height: 2.3;
  letter-spacing: 0.1em;
}
.content_inner .img-wrap {
  margin-bottom: 3rem;
  display: flex;
  flex-flow: column;
  gap: 0.5rem;
}
.content_inner .img-wrap figure {
  margin-bottom: 0;
}

.message {
  padding: 9rem 0 18rem;
  background: #899B82;
}
.message_inner {
  margin: 0 auto;
  max-width: 70rem;
  color: #fff;
}
.message h2 {
  margin-bottom: 1.7rem;
  font-size: 3rem;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-align: center;
	font-family: var(--font-poppins);
}
.message .lead {
  margin-bottom: 4rem;
  font-size: 1.3rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-align: center;
}
.message figure {
  margin-bottom: 3rem;
}
.message .desc {
  font-size: 1.3rem;
  line-height: 2.3;
}
.message .pager {
  margin-top: 8rem;
  padding-top: 3.3rem;
  border-top: 0.1rem solid #fff;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
  font-size: 1.3rem;
  font-weight: 700;
}
.message .pager .prev, .message .pager .next {
  display: flex;
  flex-flow: row wrap;
  gap: 0.6rem;
  letter-spacing: 0.05em;
}
.message .pager .index {
  text-decoration: underline;
  letter-spacing: 0.1em;
}

@media only screen and (max-width: 768px) {
  .report {
    margin-bottom: 6rem;
  }
  .report_kv {
    margin-bottom: 4rem;
  }
  .report_title {
margin-bottom: 3rem;
        font-size: 2rem;
        color: #798B76;
        font-weight: 500;
        font-family: var(--font-poppins);
  }
  .report_wrapper {
    padding: 0 3rem;
    margin-bottom: 4rem;
    flex-flow: column;
    gap: 2rem;
  }
  .report_item {
    padding-bottom: 0.9rem;
    flex: auto;
    width: 100%;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    border-bottom: 0.1rem solid #D6D6D2;
  }
  .report_item h3 {
margin-bottom: 0;
        padding-bottom: 0;
        border-bottom: none;
        font-size: 1.3rem;
        color: #798B76;
        font-family: var(--font-poppins);
        font-weight: 500;
        letter-spacing: 0.24em;
  }
  .report_item p {
    font-size: 1.3rem;
  }
  .report_desc {
    max-width: 33.5rem;
    margin: 0 auto;
    text-align: left;
  }
  .content {
    padding: 3.8rem 0 6rem;
    border-bottom: 0.1rem solid #fff;
  }
  .content_inner {
    padding: 0 2rem;
    border-bottom: none;
  }
  .content_inner > *:last-child {
    margin-bottom: 0;
  }
  .content_inner figure {
    margin-bottom: 3rem;
  }
  .content_inner h2 {
    font-size: 1.8rem;
  }
  .content_inner p {
    margin-bottom: 4rem;
  }
  .content_inner .img-wrap figure {
    margin-bottom: 0;
  }
  .message {
    padding: 4.6rem 0 10rem;
  }
  .message_inner {
    padding: 0 2rem;
  }
  .message h2 {
margin-bottom: 1.5rem;
        font-size: 2.4rem;
        font-family: var(--font-poppins);
        letter-spacing: 0.26em;
        font-weight: 500;
  }
  .message .lead {
    margin-bottom: 3rem;
  }
  .message figure {
    margin-bottom: 3rem;
  }
  .message .desc {
    font-size: 1.3rem;
    line-height: 2.3;
  }
  .message .pager {
    margin-top: 6rem;
    padding-top: 1.8rem;
    border-top: 0.1rem solid #fff;
    gap: 2.4rem;
  }
  .message .pager .prev, .message .pager .next {
    order: 1;
    display: flex;
    flex-flow: row wrap;
    gap: 0.6rem;
    letter-spacing: 0.05em;
  }
  .message .pager .index {
    width: 100%;
    height: 5rem;
    border: 0.1rem solid #fff;
    order: 2;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: row wrap;
  }
}

/*# sourceMappingURL=styles.css.map */
