@charset "UTF-8";

body {
	background: #fff url(../../img/common/bg_01.jpg) repeat center top / 100% auto;
	background-attachment: fixed;
}

/* report_detail_mv
----------------------------------------*/
.report_detail_mv {
	padding-top: 14.8rem;
}
.report_detail_mv_inner {
	display: flex;
	align-items: center;
	gap: 12.1rem;
	max-width: calc(50% + 58rem);
}
.report_detail_mv_img {
	flex: 1 1 0;
	min-width: 0;
}
.report_detail_mv_img img {
	width: 100%;
	height: auto;
	display: block;
}
.report_detail_mv_body {
	flex: 0 0 33.3rem;
	padding-top: 6.4rem;
}
.report_detail_mv_body .report_label {
	margin-bottom: 2.8rem;
}
.report_detail_mv_body .report_label {
	width: 12rem;
	height: 3rem;
	font-size: 1.3rem;
}
.report_detail_mv_body .report_item_ttl {
	font-size: 2.2rem;
	margin-bottom: 2rem;
	letter-spacing: .08em;
}
.report_detail_mv_body .report_item_tag {
	font-size: 1.4rem;
}
@media only screen and (max-width: 768px) {
	.report_detail_mv {
		padding-top: 11rem;
	}
}

/* report_detail_body
----------------------------------------*/
.report_detail {
	background: url(../../img/report/detail/bg_report_detail.jpg) no-repeat center 29rem / 100vw 100vh;
}
.report_detail_body {
	padding: 10rem 0 20rem;
}
.report_detail_img {
	margin-bottom: 3.8rem;
}
.report_detail_img img {
	width: 100%;
	height: auto;
	display: block;
}
.report_detail_heading {
	background: #fff;
	padding: 5rem 3rem 3.4rem;
	margin-bottom: 7.5rem;
	box-shadow: .2rem .2rem .8rem rgba(0, 0, 0, .08);
}
.report_detail_heading_sub {
	font-size: 2.4rem;
	font-weight: 700;
	color: #A08962;
	letter-spacing: .1em;
	margin-bottom: 1rem;
}
.report_detail_heading_main {
	font-size: 1.4rem;
	font-weight: 500;
	letter-spacing: .16em;
	color: #333;
	line-height: 1.6;
	margin-bottom: 1.2rem;
}
.report_detail_heading_sub2 {
	font-size: 1.8rem;
	font-weight: 500;
	color: #333;
	letter-spacing: .16em;
}
.report_detail_body_content > h2 {
	font-size: 2rem;
	font-weight: 500;
	letter-spacing: .16em;
	color: #333;
	line-height: 1.7;
	margin-top: 8rem;
	margin-bottom: 2.1rem;
	padding-top: 8rem;
	border-top: .1rem solid #D2C5AE;
}
.report_detail_body_content > h2:first-of-type {
	margin-top: 0;
	padding-top: 0;
	border-top: none;
}
.report_detail_body_content > h2.free-ttl {
	font-size: 2.4rem;
	font-weight: 700;
	letter-spacing: .1em;
	color: #A08962;
	line-height: 1.58;
	margin-bottom: 2rem;
	border-top: none;
	padding-top: 0;
	margin-top: 4rem;
}
.report_detail_body_content > h2 span {
	display: block;
	font-size: 2.4rem;
	font-weight: 500;
	color: #A08962;
	letter-spacing: .16em;
	line-height: 1.6;
	margin-bottom: 1.6rem;
}
.report_detail_body_content > p {
	font-size: 1.4rem;
	font-weight: 500;
	letter-spacing: .1em;
	color: #555;
	line-height: 2;
	margin-bottom: 1.2rem;
}
.report_detail_body_content > p + .report_detail_img {
	margin-top: 9rem;
}
.report_detail_body_content > p.accent {
	color: #A08962;
	line-height: 2;
	margin: 1.2rem 0;
}
.report_detail_body_content .report_detail_img {
	margin-top: 6rem;
}
.report_detail_body_inner {
	max-width: 105.9rem;
	margin: 0 auto;
	padding: 5rem 3rem 10rem;
	border-top: .1rem solid #D2C5AE;
	border-bottom: .1rem solid #D2C5AE;
}
.report_detail_body_content {
	max-width: 71rem;
	margin: 0 auto;
	text-align: center;
}
.report_detail_nav {
	max-width: 105.9rem;
	margin: 1.3rem auto 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.report_detail_back {
	max-width: 105.9rem;
	margin: 0 auto 6rem;
	text-align: center;
}
.report_back_btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 28rem;
	height: 6rem;
	background: transparent;
	color: #A08962;
	border: .1rem solid #A08962;
	border-radius: 4rem 0;
	font-size: 1.4rem;
	font-weight: 600;
	letter-spacing: .1em;
	text-decoration: none;
	position: relative;
}
.report_back_btn::before {
	content: '';
	display: block;
	width: 1rem;
	height: 1rem;
	background: #A08962;
	-webkit-mask-image: url(../../img/form/icon_arrow_right.svg);
	mask-image: url(../../img/form/icon_arrow_right.svg);
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-position: center;
	mask-position: center;
	-webkit-mask-size: contain;
	mask-size: contain;
	transform: scaleX(-1);
	position: absolute;
	top: 0;
	bottom: 0;
	left: 3rem;
	margin: auto 0;
}
.report_detail_body .pagination_next {
	margin-right: -.6rem;
}
.report_detail_body .pagination_prev {
	margin-left: -.6rem;
}
.report_detail_nav .pagination_prev img {
	transform: scaleX(-1);
}
.report_back_btn {
	width: 30rem;
	border-radius: 3rem 0;
}
    	.report_detail_heading p {
	    letter-spacing: .1em;
    line-height: 1.8;
    margin-bottom: 10px;
	}

@media only screen and (max-width: 768px) {
	.report_detail_mv_inner {
		flex-direction: column;
		max-width: 100%;
		gap: 0;
	}
	.report_detail_mv_img {
		width: 100%;
	}
	.report_detail {
		background: none;
	}
	.report_detail_body::before {
		content: '';
		display: block;
		position: sticky;
		top: 0;
		width: calc(100% + 4rem);
		margin-left: -2rem;
		height: 100vh;
		background: url(../../img/report/detail/bg_report_detail-sp.jpg) no-repeat center center / cover;
		margin-top: calc(-80vw - 20rem);
		margin-bottom: calc(-100vh + 80vw + 20rem);
		pointer-events: none;
		z-index: -1;
	}
	.report_detail_body {
		padding: 5.6rem 1.5rem 14rem;
	}
	.report_detail_body_inner {
		padding: 0 0 6.6rem;
	}
	.report_detail_mv_body {
		padding: 4rem 2rem 0;
		text-align: center;
		flex: 0 0 auto;
	}
	.report_detail_img {
		margin-bottom: 2rem;
	}
	.report_detail_heading {
		padding: 2.2rem 2rem 2.2rem;
		margin-bottom: 3.5rem;
	}
    	.report_detail_heading p {
	    letter-spacing: .1em;
    line-height: 1.8;
    margin-bottom: 10px;
	}
	.report_detail_heading_sub {
		font-size: 1.8rem;
		margin-bottom: .8rem;
	}
	.report_detail_heading_main {
		font-size: 1.3rem;
	}
	.report_detail_heading_sub2 {
		font-size: 1.6rem;
	}
	.report_detail_body_content > h2 {
		font-size: 1.6rem;
		margin-top: 5rem;
		padding-top: 5rem;
		margin-bottom: 2rem;
        letter-spacing: .1em;
	}
	.report_detail_body_content > h2.free-ttl {
		font-size: 1.8rem;
		margin-bottom: 2.5rem;
		margin-top: 3.2rem;
        letter-spacing: .1em;
	}
	.report_detail_body_content > h2 span {
		font-size: 1.9rem;
		margin-bottom: 1.2rem;
        letter-spacing: .1em;
        line-height: 1.5;
	}
	.report_detail_body_content > p {
		font-size: 1.3rem;
	}
	.report_detail_body_content > p + .report_detail_img {
    margin-top: 7rem;
	}
	.report_detail_body_content > p.accent {
		margin: 1.3rem 0;
	}
	.report_detail_body_content .report_detail_img {
		margin-top: 4rem;
	}
	.report_detail_nav {
		margin-top: 2rem;
	}
	.report_detail_back {
		margin-top: 2.2rem;
	}
	.report_back_btn {
		width: 33rem;
	}
}

/* report_mv
----------------------------------------*/
.report_mv::before {
	content: '';
	display: block;
	position: sticky;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background: url(../../img/common/bg_01.jpg) no-repeat center center / cover;
	margin-bottom: -100vh;
}
.report_mv_inner {
	max-width: 128rem;
	margin: 0 auto;
	padding: 21.1rem 0 0;
}
.report_mv h1 {
	text-align: center;
	font-size: 1.8rem;
	color: #A08962;
	letter-spacing: .18em;
	font-weight: 600;
	margin-bottom: 7.4rem;
}
.report_mv h1 img {
	width: 74.2rem;
	margin: 0 auto 2.6rem;
}
@media only screen and (max-width: 768px) {
	.report_mv::before {
		background-image: url(../../img/common/bg_01-sp.jpg);
	}
	.report_mv_inner {
		padding: 16.4rem 0 0;
	}
	.report_mv h1 {
		font-size: 1.4rem;
		margin-bottom: 7.5rem;
	}
	.report_mv h1 img {
		width: 22.6rem;
		margin: 0 auto 1.9rem;
	}
	.report_detail_mv_body .report_label {
		font-size: 1.2rem;
		margin-inline: auto;
		margin-bottom: 1.3rem;
	}
	.report_detail_mv_body .report_item_ttl {
		font-size: 2rem;
		margin-bottom: 1.5rem;
		line-height: 1.8;
	}
}

/* report_navi
----------------------------------------*/
.report_navi_wrap {
	display: flex;
	justify-content: center;
	padding-bottom: 27.4rem;
}
.report_navi {
	display: flex;
	align-items: center;
	list-style: none;
}
.report_navi li {
	display: flex;
	align-items: center;
}
.report_navi li + li::before {
	content: '';
	display: block;
	width: .1rem;
	height: 5.5rem;
	background: rgba(160, 137, 98, .5);
	margin-inline: 3rem;
	flex-shrink: 0;
}
.report_navi a {
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 4rem 0;
	height: 5.5rem;
	width: 25.5rem;
	background: #fff;
	font-size: 1.4rem;
	font-weight: 700;
	letter-spacing: .1em;
	color: #A08962;
	padding-top: .4rem;
	box-shadow: .2rem .2rem .6rem rgba(0, 0, 0, .1);
}
.report_navi .current a {
	background: linear-gradient(to right, #A08962, #CDBDA0);
	color: #fff;
}

@media only screen and (max-width: 768px) {
	.report_navi_wrap {
		padding-bottom: 10.4rem;
	}
	.report_navi a {
		width: 10rem;
		height: 4.5rem;
		font-size: 1.2rem;
		border-radius: 3rem 0;
	}
	.report_navi li + li::before {
		height: 4.5rem;
		margin-inline: 1.3rem;
	}
}

/* report_list
----------------------------------------*/
.report_list {
	padding: 0 0 25rem;
	background: url(../../img/report/bg_01.png) repeat-y center top / 100% 160.4rem;
	position: relative;
}
.report_list::before {
	content: '';
	display: block;
	width: 100%;
	background: url(../../img/report/bg_01_top.png) no-repeat center bottom / 100% auto;
	position: absolute;
	top: 1rem;
	left: 0;
	transform: translateY(-100%);
	aspect-ratio: 1366 / 170;
}
.report_list_inner {
	max-width: 111rem;
	margin: 0 auto;
	padding: 0 3rem;
}
.report_grid {
	display: grid;
	grid-template-columns: repeat(4, 23rem);
	gap: 5.5rem 4.6rem;
	justify-content: center;
	list-style: none;
}
.report_item a {
	display: block;
}
.report_item_img {
	width: 23rem;
	height: 23rem;
	overflow: hidden;
	margin-bottom: 1.4rem;
}
.report_item_img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}
.report_label {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 11rem;
	height: 3.2rem;
	border-radius: 2rem 0;
	background: #fff;
	font-size: 1.2rem;
	font-weight: 700;
	letter-spacing: .1em;
	color: #A08962;
	box-shadow: .2rem .2rem .6rem rgba(0, 0, 0, .1);
	margin-bottom: 1.2rem;
}
.report_item_ttl {
	font-size: 1.3rem;
	font-weight: 600;
	letter-spacing: .18em;
	color: #333333;
	line-height: 2;
	margin-bottom: .6rem;
}
.report_item_tags {
	display: flex;
	flex-wrap: wrap;
	gap: .6rem 2rem;
}
.report_item_tag {
	font-size: 1.2rem;
	font-weight: 700;
	color: #A08962;
	letter-spacing: .1em;
}

@media only screen and (max-width: 768px) {
	.report_list {
		padding-bottom: 20rem;
		background: url(../../img/report/bg_01-sp.png) repeat-y center top / 100% 240rem;
	}
	.report_list::before {
		top: .2rem;
		background-image: url(../../img/report/bg_01_top-sp.png);
	}
	.report_list_inner {
		padding: 5rem 2rem 0;
	}
	.report_grid {
		grid-template-columns: repeat(2, auto);
		gap: 4.5rem 2rem;
	}
	.report_item_img {
		width: 16.5rem;
		height: 16.5rem;
		margin-bottom: 1.2rem;
	}
	.report_label {
		width: 10rem;
		height: 2.5rem;
		font-size: 1rem;
		margin-bottom: 0.7rem;
	}
	.report_item_ttl {
		font-size: 1.1rem;
		margin-bottom: 0.8rem;
	}
	.report_item_tags {
		gap: .6rem 1.4rem;
	}
	.report_detail_mv_body .report_item_tags {
		justify-content: center;
	}
	.report_detail_mv_body .report_item_tag {
		font-size: 1.2rem;
	}
	.report_item_tag {
		font-size: 1rem;
	}
}

/* report_topics
----------------------------------------*/
.p_fair.p_fair_white {
	background: none;
}
.p_fair.p_fair_white::before {
	margin-bottom: calc(-100vh - 109.5rem);
}
.p_fair.p_fair_white .p_fair_head {
    margin-top: 98.5rem;
}
@media only screen and (min-width: 769px) {
.topics {
	max-width: calc(50% + 58rem);
	margin: 0 0 0 auto;
	padding: 2rem 0 17.8rem;
	display: flex;
}
}
@media only screen and (max-width: 768px) {
.topics {
margin-bottom: 100px;
}
}
.topics h2 {
	width: 38rem;
	font-size: 1.4rem;
	letter-spacing: .18em;
	font-weight: 500;
}
.topics h2 img {
	margin-bottom: 1.8rem;
}
.topics_wrapper {
	flex: 1;
}
.topics_list {
	border-top: .1rem solid #D2CFCF;
}
.topics_list li {
	border-bottom: .1rem solid #D2CFCF;
}
.topics_list a {
	padding: 1.9rem 2rem;
	display: flex;
	align-items: center;
}
.topics_list figure {
	width: 14.4rem;
}
.topics_box {
	max-width: 43.2rem;
	flex: 1;
	padding: .2rem 0 0 3rem;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	align-content: start;
}
.topics_box time {
	font-size: 1.2rem;
	letter-spacing: .15em;
	color: #918E8E;
	font-weight: 700;
}
.topics_cat {
	display: flex;
	flex-wrap: wrap;
	margin-left: .8rem;
}
.topics_cat span {
	font-size: 1.1rem;
	font-weight: 500;
	letter-spacing: .1em;
	background: #A58F5E;
	color: #fff;
	padding: .2rem 1.2rem;
}
.topics_box h3 {
	width: 100%;
	font-size: 1.3rem;
	font-weight: 500;
	letter-spacing: .1em;
	line-height: 2;
	margin-top: 1.2rem;
}
.topics_btn {
	max-width: 82rem;
	margin-top: 4.8rem;
}
.topics_btn .btn {
	margin-left: auto;
}
@media only screen and (max-width: 768px) {
	.p_fair.p_fair_white .p_fair_head {
		margin-top: 101.3rem;
	}
	.topics_inner {
		max-width: none;
		margin: 0;
		padding: 0 0 14.6rem;
		display: block;
	}
	.topics h2 {
		width: 18.4rem;
		font-size: 1.3rem;
		margin: 0 0 3.5rem 2rem;
	}
	.topics h2 img {
		margin-bottom: 1rem;
	}
	.topics_list a {
		padding: 2rem 2rem;
		align-items: flex-start;
	}
	.topics_box {
		padding: .2rem 0 0 2rem;
	}
	.topics_list figure {
		width: 10.4rem;
	}
	.topics_list figure img {
		aspect-ratio: 1;
		width: 100%;
		object-fit: cover;
	}
	.topics_btn {
		margin-top: 3.1rem;
	}
	.topics_btn .btn {
		margin: 0 auto;
	}
}
