@charset "utf-8";
/* CSS Document */

@font-face {
	font-family: "Julietta";
	src: url('../fonts/Julietta-Messie.otf') format('opentype');
}


/* ==============================================

	reportDtl

================================================= */
#reportDtl {
	margin-bottom: 110px;
	padding-left: 7%!important;
	padding-right: 7%!important;
}
#reportDtl > section {
	max-width: 960px;
	margin: 0 auto;
}
#reportDtl .cmn_btn {
	margin-top: 60px;
}
@media screen and (max-width: 1024px) {
	#reportDtl {
		padding-left: 5%!important;
		padding-right: 5%!important;
	}
}
@media screen and (max-width: 480px) {
	#reportDtl {
		margin-bottom: 60px;
	}
	#reportDtl .cmn_btn {
		margin-top: 40px;
	}
}

/* ==============================================

	reportList

================================================= */
#reportList {
	padding: 0 7%;
	margin-bottom: 110px;
}
#reportList .report_contentsInner {
	display: flex;
	flex-flow: row wrap;
	gap: 60px 30px;
}
#reportList .report_contents {
	margin-bottom: 0;
	max-width: 1370px;
}
#reportList .report_contents article {
	width: calc((100% - 90px) / 4);
	margin: 0;
}

@media screen and (max-width: 1194px) {
	#reportList .report_contents article {
		width: calc((100% - 60px) / 3);
	}
}
@media screen and (max-width: 1024px) {
	#reportList {
		padding: 0 5%;
	}
	#reportList .report_contentsInner {
		gap: 40px 30px;
	}
}
@media screen and (max-width: 640px) {
	#reportList .report_contents article {
		width: calc((100% - 30px) / 2);
	}
}
@media screen and (max-width: 480px) {
	#reportList {
		margin-bottom: 60px;
	}
	#reportList .report_contentsInner {
		gap: 35px 20px;
	}
	#reportList .report_contents article {
		width: calc((100% - 20px) / 2);
	}
	#reportList .report_contents article h2 {
		font-size: 1.4rem;
		text-align: left;
		margin-bottom: 20px;
	}
	#reportList .report_contents article figure {
		margin-bottom: 10px;
	}
}


/* ==============================================

	reportDtlInfo

================================================= */
#reportDtlInfo {
	margin-bottom: 120px;
}
.reportDtl_img {
	max-width: 960px;
	margin: 0 auto 50px;
	position: relative;
}
.reportDtl_img > * {
	position: relative;
	z-index: 1;
}
.reportDtl_img figure {
	aspect-ratio: 96 / 53;
	overflow: hidden;
}
.reportDtl_img figure img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
#reportDtlInfo h2 {
	text-align: center;
	font-size: 3rem;
	line-height: 145%;
	font-weight: 500;
	color: #6a5b25;
}
@media screen and (max-width: 768px) {
	#reportDtlInfo {
		margin-bottom: 80px;
	}
	.reportDtl_img {
		margin-bottom: 50px;
	}
	#reportDtlInfo h2 {
		font-size: 2.6rem;
	}
}
@media screen and (max-width: 480px) {
	#reportDtlInfo {
		margin-bottom: 40px;
	}
	.reportDtl_img {
		margin-bottom: 25px;
	}
	#reportDtlInfo h2 {
		font-size: 1.8rem;
	}
}


/* ==============================================

	reportDtl_txt

================================================= */
.reportDtl_h3 {
	text-align: center;
	font-size: 2.8rem;
	margin: 60px 0 50px;
	color: rgba(106,91,37,0.8);
	position: relative;
	padding-bottom: 25px;
	font-weight: 500;
	line-height: 130%;
}
.reportDtl_h3::after {
	content: "";
	display: block;
	border-top: 1px solid rgba(106,91,37,0.8);
	width: 60px;
	margin: 0 auto;
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
}
.reportDtl_h4 {
	text-align: center;
	font-size: 1.9rem;
	margin: 50px 0;
	font-weight: 500;
	color: #6a5b25;
	line-height: 130%;
}
.reportDtl_h3 + .reportDtl_txt,
.reportDtl_h4 + .reportDtl_txt {
	margin-top: 50px!important;
}
@media screen and (max-width: 768px) {
	.reportDtl_h3 {
		font-size: 2.4rem;
	}
	.reportDtl_h4 {
		font-size: 1.7rem;
	}
}
@media screen and (max-width: 480px) {
	.reportDtl_h3 {
		font-size: 1.7rem;
		padding-bottom: 20px;
		margin: 40px 0 35px;
	}
	.reportDtl_h4 {
		font-size: 1.5rem;
		margin: 35px 0;
	}
	.reportDtl_h3 + .reportDtl_txt,
	.reportDtl_h4 + .reportDtl_txt {
		margin-top: 35px!important;
	}
}


/*---------------------------------------------
	reportDtl_txt_02
---------------------------------------------*/
.reportDtl_txt_02 {
	margin-bottom: 60px;
}
.reportDtl_point {
	font-family: "Julietta";
	font-size: 4.5rem;
	color: #a7986e;
	font-weight: 500;
	margin: 0 0 0 60px;
	line-height: 100%;
}
.reportDtl_txt_02Area {
	background: #f2efea;
	padding: 40px 60px;
	margin-top: -30px;
}
.reportDtl_txt_02Area ul li {
	display: flex;
	align-items: baseline;
	font-size: 1.5rem;
	line-height: 133%;
	color: #6a5b25;
}
.reportDtl_txt_02Area ul li:not(:last-child) {
	margin-bottom: 15px;
}
.reportDtl_txt_02Area ul li::before {
	position: relative;
	top: -3px;
	left: 0;
	margin-right: 8px;
	display: inline-block;
	width: 6px;
	height: 6px;
	content: '';
	border-radius: 50%;
	background: #a7986e;
}
.reportDtl_txt_02Area ul li span {
	width: calc(100% - 14px);
}
@media screen and (max-width: 768px) {
	.reportDtl_point {
		margin-left: 40px;
	}
	.reportDtl_txt_02Area {
		padding: 40px;
	}
}
@media screen and (max-width: 480px) {
	.reportDtl_txt_02 {
		margin-bottom: 40px;
	}
	.reportDtl_point {
		font-size: 3.6rem;
		margin-left: 30px;
	}
	.reportDtl_txt_02Area {
		padding: 35px 8% 30px;
		margin-top: -20px;
	}
	.reportDtl_txt_02Area ul li {
		font-size: 1.3rem;
	}
}


/* ==============================================

	reportDtlPhoto

================================================= */
.reportDtlPhoto_inner {
	max-width: 960px;
	margin: 0 auto;
}
.reportDtlPhoto_inner > *:last-child {
	margin-bottom: 0!important;
}
.reportDtlPhoto_inner > .reportDtlImg {
	margin-bottom: 12px;
	display: flex;
	overflow: hidden;
}
.reportDtlPhoto_inner > .reportDtlImg > * {
	width: 50%;
}
.reportDtl_photo_02 figure {
	width: 100%!important;
}
.reportDtlPhoto_inner .reportDtlImg {
	gap: 12px;
}
.reportDtlPhoto_inner .reportDtlImg div div:not(:first-child) {
	margin-top: 12px;
}
.reportDtl_photo_beside {
	aspect-ratio: 79 / 52;
	overflow: hidden;
}
.reportDtl_photo_vertical {
	aspect-ratio: 79 / 106;
	overflow: hidden;
}
.reportDtlPhoto_inner figure img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
.reportDtl_txt {
	max-width: 800px;
	margin: 60px auto;
}
.reportDtl_txt p {
	font-size: 1.4rem;
	line-height: 214%;
	text-align: center;
}
.reportDtl_photo_05 {
	margin-bottom: 60px;
}
.reportDtl_photo_05 ul li figure {
	aspect-ratio: 32 / 21;
	overflow: hidden;
}
.reportDtl_photo_05 ul li figure img {
	width: auto!important;
	margin: 0 auto;
}
.reportDtl_txtImg {
	display: flex;
	align-items: center;
	gap: 60px 6.2%;
	margin-bottom: 60px;
}
#reportDtlPhoto a {
	position: relative;
}
#reportDtlPhoto a::before {
	content: "";
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
#reportDtlPhoto a:hover::before {
	content: "";
	background: rgba(0, 0, 0, 0.2);
	width: 100%;
	height: 100%;
	position: absolute;
}
.reportDtl_txtImg > * {
	flex: 1;
}
.reportDtl_txtImg .reportDtl_txt {
	margin: 0;
	text-align: center;
}
.reportDtl_txtImg figure {
	aspect-ratio: 9 / 8;
	overflow: hidden;
}
.reportDtl_txtImg figure img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
.reportDtl_photo_07 {
	flex-flow: row-reverse;
}
.reportDtl_photo_08 ul {
	display: flex;
	flex-flow: row wrap;
	gap: 12px;
}
.reportDtl_photo_08 ul li {
	width: calc((100% - 24px) / 3);
}
.reportDtl_photo_08 figure {
	aspect-ratio: 78 / 55;
	overflow: hidden;
}
@media screen and (max-width: 768px) {
	.reportDtl_txtImg {
		flex-flow: column;
	}
}
@media screen and (max-width: 480px) {
	.reportDtlPhoto_inner > .reportDtlImg, .reportDtlPhoto_inner > .reportDtlImg:first-child {
		margin-bottom: 5px;
	}
	.reportDtlPhoto_inner .reportDtlImg {
		gap: 5px;
	}
	.reportDtlPhoto_inner .reportDtlImg div div:not(:first-child) {
		margin-top: 5px;
	}
	.reportDtl_txt {
		margin: 35px 0;
	}
	.reportDtl_txt p {
		font-size: 1.3rem;
		line-height: 150%;
	}
	.reportDtl_photo_05 {
		margin-bottom: 35px;
	}
	.reportDtl_photo_05 .slick-dots {
		margin-top: 10px!important;
	}
	.reportDtl_txtImg {
		gap: 35px;
		margin-bottom: 35px;
	}
	.reportDtl_photo_08 ul {
		gap: 5px;
	}
	.reportDtl_photo_08 ul li {
		width: calc((100% - 10px) / 3);
	}
}


/* ==============================================

	reportDtlMsg

================================================= */
#reportDtlMsg {
	background: rgba(255,255,255,0.8);
	margin-top: 80px;
	padding: 60px 10%;
}
#reportDtlMsg h2 {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.8rem;
	color: #6a5b25;
	text-align: center;
	font-weight: 500;
	position: relative;
	letter-spacing: 0.2rem;
	margin-bottom: 45px;
	line-height: 140%;
}
#reportDtlMsg h2::after, #reportDtlMsg h2::before {
	border-top: 1px solid #6a5b25;
	content: "";
	width: 40px;
}
#reportDtlMsg h2::after {
	margin-left: 10px;
}
#reportDtlMsg h2::before {
	margin-right: 10px;
}
.reportDtlMsg_txt {
	max-width: 600px;
	margin: 0 auto;
	line-height: 200%;
	text-align: center;
}
.reportDtlMsg_txt img {
	max-width: 100%;
	max-height: 650px;
	width: auto !important;
	display: block;
	margin: 0 auto;
}
@media screen and (max-width: 480px) {
	#reportDtlMsg {
		margin-top: 40px;
		padding: 40px 8%;
	}
	#reportDtlMsg h2 {
		margin-bottom: 30px;
		font-size: 1.5rem;
	}
}



