@charset "UTF-8";

html body {
	background-color: #9DBFCE;
	height: 100vh;
	background-image: url("../media/images/top_v2/visual.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	background-attachment: fixed;
	color: #292929;
}

img {
	max-width: 100%;
	height: auto;
}
@media screen and (max-width: 768px) {
	html body {
		background-image: url("../media/images/top_v2/sp_visual_blur.png");
		background-repeat: no-repeat;
		background-position: center center;
		background-size: cover;
		background-attachment: fixed;
	}
}

.main_contents_area .main_contents {
	width: 100%;
	max-width: 1200px;
}

.main_contents_top {
	position: relative;	
}

.main_contents_top .top_title {
	position: absolute;
	left: 2.7%;
	bottom: 33.6%;
	font-size: 55px;
	line-height: 1.4;
	letter-spacing: 0.04em;
	font-weight: 700;
	color: #fff;
	text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.16);

	[lang="en"] & {
		font-family: Manrope, sans-serif;
		font-size: 45px;
		line-height: 1.2;
		letter-spacing: 0.02em;
		padding-left: 0.08em;
		left: 2.7%;
		bottom: 27.4%;


		@media screen and (max-width: 768px) {
			position: relative;
			left: auto;
			bottom: auto;
			padding-top: 18%;
			font-size: 24px;
		}
	}

	span {
		display: block;
		margin-top: 5px;
		padding-left: 0.4em;
		font-size: 19px;
		font-family: Manrope, sans-serif;
		font-weight: 700;
		line-height: 1;
		letter-spacing: 0.053em;


		[lang="en"] & {
			padding-left: 0;
			margin-top: 15px;

			letter-spacing: 0;
			font-size: 24px;
			font-weight: 700;

			@media screen and (max-width: 768px) {
				margin-top: 11px;
				font-size: 13px;

			}
		}
	}
}


@media screen and (max-width: 1024px) and (min-width: 769px) {
	.main_contents_top .top_title {
		[lang="en"] & {
			font-size: 36px;
		}

		span {
			[lang="en"] & {
				font-size: 22px;
			}
		}
	}
}

.main_contents_top .main_contents_right {
	max-width: 370px;
	margin-left: auto;
	margin-top: 20px;
}

@media screen and (max-width: 1262px) and (min-width: 769px) {
	.main_contents_top .main_contents_right {
		padding-right: 40px;
	}
	.main_contents_top .top_title {
		width: calc(100% - 270px - 60px);
	}
}

@media screen and (max-width: 790px) {
	.main_contents_top .top_title {
		font-size: 52px;
	}
}

@media screen and (max-width: 768px) {
	.grid {
		background-image: url("../media/images/top_v2/sp_visual.png");
		background-repeat: no-repeat;
		background-position: top center;
		background-size: 100% auto;
	}
	.main_contents_top {
		aspect-ratio: 375 / 227;
		position: relative;
	}
	.main_contents_top .top_title {
		position: relative;
		left: auto;
		bottom: auto;
		padding-top: 97px;
		padding-top: 26%;
		text-align: center;
		height: calc(100% - 93px);
		box-sizing: border-box;
	}
	.main_contents_top .top_title img {
		width: 100%;
		max-width: 279px;
	}
}
.sns_list {
	display: flex;
	justify-content: flex-end;
	gap: 10px;
	align-items: flex-start;
}
.sns_list > li > a {
	background: #fff;
	border-radius: 50%;
	text-align: center;
	width: 40px;
	height: 40px;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
}
.sns_list > li > a img {
	display: block;
	opacity: .4;
	transition: all .2s;
}
.sns_list li {
	position: relative;
	width: auto;
	margin: 0 0;
}
.sns_list li .sub-menu {
	text-align: left;
	overflow: hidden;
	background: transparent;
	width: 120px;
	height: 0;
	position: absolute;
	top: 100%;
	left: 50%;
	opacity: 0;
	z-index: 0;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
	.sns_list {
		display: none;
	}
}
.top_article_area {
	background: rgba(255, 255, 255, .92);
	filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.1));
	border-radius: 10px;
	padding: 0 24px;
	margin-top: 50px;
}

.top_article_area .splide__slide a {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 12px;
	padding: 10px 0;
	color: #292929;
	border-bottom: 1px solid #D3D6D5;
}
.top_article_area .splide__slide .thumbnail {
	width: 90px;
	aspect-ratio: 1;

	img {
		display: block;
		object-fit: cover;
		height: 100%;
		max-width: 100%
	}
}
.top_article_area .splide__slide .info {
	width: calc(100% - 12px - 90px);
}
.top_article_area .splide__slide .info .genre {
	font-size: 15px;
}
.top_article_area .splide__slide .info .title {
	font-weight: 500;
	font-size: 17px;
	margin-top: 1px;
}
.top_article_area .splide__slide .info .sup {
	font-size: 14px;
	margin-top: 2px;
}
.top_article_area .splide__pagination--ttb {
	right: -30px;
	bottom: -6px;
	top: auto;
}
.top_article_area .splide__pagination--ttb li {
	margin-top: 6px;
}
.top_article_area .splide__pagination .splide__pagination__page {
	background: #fff;
	opacity: .4;
	height: 10px;
	width: 10px;
}
.top_article_area .splide__pagination .splide__pagination__page.is-active {
	opacity: 1;
	transform: scale(1);
}

@media screen and (max-width: 1024px) and (min-width: 769px) {
	.main_contents_top .main_contents_right {
		max-width: 270px;
	}
	.top_article_area .splide__slide .thumbnail {
		width: 72px;
	}
	.top_article_area .splide__slide .info {
		width: calc(100% - 12px - 72px);
	}
}
@media screen and (max-width: 768px) {
	.main_contents_top .main_contents_right {
		max-width: none;
		margin: 0;
	}
	.top_article_area {
		background: none;
		filter: none;
		border-radius: 0;
		padding: 0 0 0 ;
		margin-top: 78px;
	}
	.top_article_area .splide__slide {
		max-width: 350px;
	}
	.top_article_area .splide__slide a {
		background: rgba(255, 255, 255, .92);
		filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.1));
		border-radius: 10px;
		gap: 10px;
		padding: 11px 2px 10px 16px;
		border-bottom: none;
	}
	.top_article_area .splide__slide .thumbnail {
		width: 72px;
	}
	.top_article_area .splide__slide .info {
		width: calc(100% - 10px - 72px);
	}
	.top_article_area .splide__slide .info .genre {
		font-size: 13px;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 1;
		overflow: hidden;
	}

	.top_article_area .splide__slide .info .title {
		font-size: 15px;
		margin-top: 0;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 1;
		overflow: hidden;
	}
	.top_article_area .splide__slide .info .sup {
		font-size: 13px;
		margin-top: 2px;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		overflow: hidden;
	}
	.top_article_area .splide__pagination {
		position: relative;
		right: auto;
		bottom: auto;
		top: auto;
		justify-content: flex-start;
		margin: 6px 13px;
		gap: 2px;
	}
	.top_article_area .splide__pagination .splide__pagination__page {
		height: 8px;
		width: 8px;
	}
}

.pcp_contents {
	margin-top: 32px;
	display: flex;
	align-items: stretch;
	justify-content: flex-start;
	filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.1));
	position: relative;
}
.pcp_contents .pcp_area {
	background: rgba(255, 255, 255, .92);
	border-radius: 10px 0 0 10px;
	flex: 1;
	padding: 40px 40px;
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	gap: 30px;
}

.pcp_contents form {
	position: relative;
	margin-top: 12px;
}
.pcp_contents input {
	box-sizing: border-box;
	display: block;
	-webkit-appearance: none;
	padding: 0px 5px;
	font-size: 14px;
	position: static;
	border-radius: 18px;
	border: 1px solid #D3D6D5;
	line-height: 36px;
	width: 210px;
	height: 36px;
	padding: 0 45px 0 19px;
}

.pcp_contents button {
	display: block;
	border: none;
	padding: 0;
	-webkit-appearance: none;
	border: none;
	cursor: pointer;
	border-radius: 20px;
	background: #292929;
	width: 36px;
	height: 36px;
	position: absolute;
	top: 0;
	right: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}
.pcp_contents .pcp_area .pcp_right {
	max-width: calc(100% - 30px - 210px);	
}
.pcp_contents .pcp_area .number {
	margin-top: 13px;
	font-family: "Manrope", sans-serif;
	font-size: 18px;
	font-weight: 500;
}
.pcp_contents .pcp_area .title {
	font-family: "Manrope", sans-serif;
	font-size: 28px;
	font-weight: 700;
}
.pcp_contents .pcp_area .sp {
	display: none;
}
.pcp_contents .pcp_area .text {
	font-size: 16px;
	line-height: 1.75;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 8;
	overflow: hidden;
	margin-top: 14px;
}
.pcp_contents .more a {
	margin: 29px 0 0px auto;
	padding-left: 16px;
	width: 112px;

	[lang="en"] & {
		margin-top: 24px;

		@media screen and (max-width: 768px) {
			margin-top: 12px;
		}
	}
}
.pcp_contents .author_area {
	background: #E9F5E5;
	border-radius: 0 10px 10px 0;
	width: 30.5%;
	padding: 40px 40px;
	display: flex;
	align-items: center;
	justify-content: center;

	align-items: flex-start;
	padding-top: 52px;
}
.pcp_contents .author_area .author_inner {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	gap: 20px 20px;
	flex-wrap: wrap;
}
.pcp_contents .author_area h3 {
	width: 100%;
	font-size: 22px;
	font-weight: 500;
	position: relative;
	text-align: center;
	background: linear-gradient( to bottom, transparent calc(100% - 16px), #fff calc(100% - 16px) );
	margin-bottom: 11px;

	[lang="en"] & {
		font-weight: 700;
		margin-bottom: 7px;
		font-size: 24px;
		letter-spacing: 0.06em;


		@media screen and (max-width: 1024px) and (min-width: 769px) {
			font-size: 20px;
		}

		@media screen and (max-width: 768px) {
			margin-bottom: 25px;
			font-size: 21px;

		}
	}

}


.pcp_contents .author_area .head {
	font-size: 20px;
	font-weight: 500;
	width: 100%;
	letter-spacing: 0.02em;

	[lang="en"] & {
		font-size: 21px;
		line-height: 1.4;
		font-weight: 700;

		@media screen and (max-width: 768px) {

		}
	}
}
.pcp_contents .author_area .author_left {
	width: 164px;


	[lang="en"] & {
		width: 144px;
	}
}

.pcp_contents .author_area .author_left .author_thumbnail {
	max-width: 192px;

	[lang="en"] & {
		max-width: 140px;
	}
}

.pcp_contents .author_area .author_left .author_thumbnail img {
	display: block;
}
.pcp_contents .author_area .author_left .author_link {
	margin-top: 12px;
}
.pcp_contents .author_area .author_left .author_link a {
	color: #292929;
	width: 164px;
	font-family: "Manrope", sans-serif;
	font-weight: 500;
	font-size: 15px;
	position: relative;
	padding-left: 15px;
	letter-spacing: 0.02em;
	word-break: normal;
	overflow-wrap: normal;
	white-space: normal;
	box-sizing: border-box;
	display: inline-block;

	[lang="en"] & {

		width: 160px;

	}
}

.pcp_contents .author_area .author_left .author_link a::before {
	content: '';
	width: 5px;
	height: 5px;
	border: 0;
	border-top: solid 2px #333;
	border-right: solid 2px #333;
	transform: rotate(45deg);
	position: absolute;
	/*top: 0;*/
	left: 0;
	/*bottom: 0;*/
	margin: auto;
	top: 7px;
}

@media screen and (max-width: 1024px) and (min-width: 769px) {
	.pcp_contents .author_area .author_left .author_link a {
		display: block;
		width: 100%;
	}

	.pcp_contents .author_area .author_left .author_link a::before {
		position: absolute;
		top: 0%;
		transform: rotate(45deg) translate(-7px, -6px);
	}
}

.pcp_contents .author_area .author_right {
	width: calc(100% - 164px - 20px);	
}
.pcp_contents .author_area .text {
	font-size: 16px;
	line-height: 1.75;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 7;
	overflow: hidden;
	margin-top: -1px;

	[lang="en"] & {
		-webkit-line-clamp: 6;

		@media screen and (max-width: 768px) {
			font-size: 17px;
		}
	}
}
.pcp_contents .author_area .more {
	margin: 27px 0px 0px auto;


	[lang="en"] & {
		margin-right: -20px;
		transform: translateY(-1px);

		@media screen and (max-width: 1024px)  {
			margin-right: 0;
			transform: translateY(0);
		}
	}
}
.pcp_contents .on-line_link {
	position: absolute;
	bottom: 38px;
	left: 39px;
}

.pcp_contents .on-line_link a {
	color: #292929;
	width: 164px;
	font-family: "Manrope", sans-serif;
	font-weight: 500;
	font-size: 15px;
	position: relative;
	padding-left: 15px;
}

.pcp_contents .on-line_link a::before {
	content: '';
	width: 5px;
	height: 5px;
	border: 0;
	border-top: solid 2px #333;
	border-right: solid 2px #333;
	transform: rotate(45deg);
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	margin: auto;
}
.pcp_contents .on-line_link a:after {
	content: "";
	display: inline-block;
	width: 20px;
	height: 20px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 20px 20px;
	vertical-align: middle;
	background-image: url(../media/images/common_v2/icon_external.png);
	background-color: transparent;
	padding-left: 8px;
	margin-top: -2px;
}

@media screen and (max-width: 1200px) and (min-width: 769px) {
	.pcp_contents {
		padding-left: 10px;
		padding-right: 10px;
	}
}
@media screen and (max-width: 1024px) and (min-width: 769px) {
	.pcp_contents .pcp_area {
		gap: 15px;
		padding: 24px 24px;
	}
	.pcp_contents .pcp_area .pcp_left .pcp_thumbnail {
		max-width: 145px;
		margin: 12px auto;
	}
	.pcp_contents .pcp_area .pcp_right {
		max-width: calc(100% - 15px - 145px);
	}
	.pcp_contents .author_area {
		padding: 24px 24px;
		width: 35.5%;
	}
	.pcp_contents .author_area .author_inner {
		gap: 2px 20px;
	}
	.pcp_contents .author_area .head {
		font-size: 17px;
	}
	.pcp_contents .author_area .author_left {
		max-width: 100px;
	}
	.pcp_contents .author_area .author_left .author_link a {
		font-size: 13px;
	}
	.pcp_contents .author_area .author_right {
		width: calc(100% - 100px - 20px);
	}
	.pcp_contents .more {
		padding-bottom: 22px;
	}
	.pcp_contents .more a {
		margin-top: 13px;
	}
	.pcp_contents .on-line_link {
		bottom: 10px;
		left: 24px;
	}
}
@media screen and (max-width: 768px) {
	.pcp_contents {
		width: calc(100% - 20px);
		margin: 15px auto;
		flex-direction: column;
		max-width: 600px;
	}
	.pcp_contents .pcp_area {
		display: block;
		border-radius: 10px 10px 0 0;
		padding: 24px 25px;
	}
	.pcp_contents .pcp_area .pc {
		display: none;
	}
	.pcp_contents .pcp_area .sp {
		display: block;
	}
	.pcp_contents .pcp_area .pcp_left {
		text-align: center;	
		width: 100%;
	}
	.pcp_contents .pcp_area .pcp_left .name {
		display: inline-block;
		text-align: left;
	}
	.pcp_contents .pcp_area .pcp_left .number {
		font-size: 16px;
		margin: 0;
		line-height: 1.2;
	}
	.pcp_contents .pcp_area .pcp_left .title {
		font-size: 24px;
	}
	.pcp_contents .pcp_area .pcp_left .pcp_thumbnail {
		max-width: 145px;
		margin: 12px auto;
	}
	.pcp_contents .pcp_area .pcp_right {
		max-width: 100%;
	}
	.pcp_contents .pcp_area .text {
		-webkit-line-clamp: 6;
		line-height: calc(27/16);
		margin-top: 12px;
	}
	.pcp_contents .more a {
		margin: 14px -4px 0px auto;
	}
	.pcp_contents .author_area {
		border-radius: 0;
		padding: 24px 25px;
		width: auto;
	}
	.pcp_contents .author_area h3 {
		font-size: 20px;
		margin: 7px auto 25px;
		max-width: 305px;
	}
	.pcp_contents .author_area .head {
		font-size: 18px;
		margin-bottom: 14px;
	}
	.pcp_contents .author_area .author_inner {
		display: block;
		position: relative;
	}

	.pcp_contents .author_area .author_left {
		float: left;
		margin-right: 14px;
		width: 100%;
		max-width: 100px;
	}
	.pcp_contents .author_area .author_thumbnail img {
		max-width: 100px;
	}
	.pcp_contents .author_area .author_left .author_link {
		position: absolute;
		bottom: 7px;
		left: 4px;
	}
	.pcp_contents .author_area .author_left .author_link a {
		font-size: 14px;
	}
	.pcp_contents .author_area .author_right {
		width: auto;
	}
	.pcp_contents .author_area .text {
		display: block;
		-webkit-line-clamp: unset;
		overflow: visible;
		line-height: 1.6875;
		margin-top: -4px;
	}
	.pcp_contents .author_area .more {
		margin: 14px 0px 0px auto;	
	}
	.pcp_contents .on-line_link {
		position: relative;
		bottom: auto;
		left: auto;
		border-radius: 0;
		padding: 24px 24px;
		background: rgba(255, 255, 255, .92);
		border-radius: 0 0 10px 10px;
	}
	.pcp_contents .on-line_link li {
		margin-left: 5px;
		margin-bottom: 7px;
	}
	.pcp_contents .on-line_link a {
		font-size: 14px;
	}
	.pcp_contents input {
		width: 100%;
	}
	.pcp_contents form {
		margin-top: 15px;
	}
}

.hiroba_contents {
	margin: 32px auto 0;
	background-color: linear-gradient(#a1e672 0%, #4fc759 100%);
	background-image: url(../media/images/top_v2/hiroba_bg.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center top;
	filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.1));
	border-radius: 10px;
	border: 3px solid #A1E672;
	border-radius: 10px;
}
.hiroba_contents .hiroba_inner {
	width: calc(100% -(36px * 2));
	height: 418px;
	padding: 0 36px;
	position: relative;
}
/*
.hiroba_contents .hiroba_img {
position: absolute;
top: -26px;
left: calc(50% + 27px);
z-index: 1;
transform: translateX(-50%);
width: 100%;
max-width: 847px;
}
*/

.hiroba_contents .hiroba_img {
	position: absolute;
	top: -18px;
	left: calc(50% + 0px);
	z-index: 1;
	transform: translateX(-50%);
	width: 100%;
	max-width: 900px;
}

.hiroba_contents .hiroba_img img {
	display: block;
}
.hiroba_contents h3 {
	width: 100%;
	text-align: center;
	padding: 30px 0 43px;
	position: relative;
	z-index: 2;
}
.hiroba_contents h3 {
	width: 100%;
	text-align: center;
	padding: 30px 0 43px;
}
.hiroba_contents .hiroba_column {
	display: flex;
	align-items: stretch;
	justify-content: center;
	flex-wrap: wrap;
	gap: 0 11px;
	position: relative;
	z-index: 2;
}
.hiroba_contents .hiroba_box {
	border-radius: 10px;
	background: #fff;
	width: calc(((100% - (11px * 2)) / 3) - (24px * 2));
	padding: 16px 24px;
}
.hiroba_contents .hiroba_box h4 {
	font-size: 22px;
	font-weight: 500;
	border-bottom: 3px solid #A1E672;
	padding-bottom: 5px;
	display: flex;
	align-items: flex-end;
	justify-content: flex-start;
	gap: 15px;
}
.hiroba_contents .hiroba_box.press h4 {
	letter-spacing: -0.08em;
}
.hiroba_contents .hiroba_box h4 span {
	font-size: 16px;
}
.hiroba_contents .hiroba_articles {
	margin-top: 4px;
}
.hiroba_contents .hiroba_box li a {
	display: block;
	border-bottom: 1px solid #D3D6D5;
	color: #292929;
	font-size: 16px;
	padding: 9px 0 13px;
}
.hiroba_contents .hiroba_box li:last-child a {
	border-bottom: none;
}
.hiroba_contents .hiroba_articles li p {
	color: #808080;
	position: relative;
	padding-left: 16px;
	font-family: "Manrope", sans-serif;
	font-weight: 500;
}
.hiroba_contents .hiroba_articles li p:before {
	content: "";
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #A1E672;
	position: absolute;
	top: 6px;
	left: 0;
}
.hiroba_contents .hiroba_articles li h5 {
	line-height: 1.1875;
	max-height: calc(1.1875em * 1);
	overflow: hidden;
	margin-top: 1px;
}
.hiroba_contents .hiroba_box.ranking li img {
	display: none;
}
.hiroba_contents .hiroba_box.ranking .ranking_list {
	margin-top: 3px;
}
.hiroba_contents .hiroba_box.ranking li a {
	position: relative;
	font-size: 16px;
	color: #292929;
	line-height: 1.25;
	padding: 13px 0 13px 48px;
	min-height: calc(1.25em * 2);
	max-height: calc(1.25em * 2);
	overflow: hidden;
	display: flex;
	align-items: center;
}
.hiroba_contents .hiroba_box.ranking li a span {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.hiroba_contents .hiroba_box.ranking li a::before {
	content: "";
	display: inline-block;
	width: 54px;
	height: 54px;
	background-image: url('../media/images/top_v2/medal_1.png');
	background-position: center;
	background-size: contain;
	position: absolute;
	top: 7px;
	left: -7px;
}
.hiroba_contents .hiroba_box.ranking li:nth-child(2) a::before {
	background-image: url('../media/images/top_v2/medal_2.png');
	background-position: center;
	background-size: contain;
}

.hiroba_contents .hiroba_box.ranking li:nth-child(3) a::before {
	background-image: url('../media/images/top_v2/medal_3.png');
	background-position: center;
	background-size: contain;
}

@media screen and (max-width: 1200px) and (min-width: 769px) {
	.hiroba_contents {
		width: calc(100% - 20px);
	}
}
@media screen and (max-width: 1024px) and (min-width: 769px) {

	.hiroba_contents_wrap {
		overflow: hidden;	
	}
}

@media screen and (max-width: 1024px) and (min-width: 769px) {
	.hiroba_contents .hiroba_inner {
		width: calc(100% -(16px * 2));
		height: auto;
		padding: 0 16px 30px;
	}
	.hiroba_contents .hiroba_column {
		gap: 0 6px;
	}
	.hiroba_contents .hiroba_box {
		padding: 10px 4px;
		width: calc(((100% - (6px * 2)) / 3) - (4px * 2));
	}
	.hiroba_contents .hiroba_box h4 {
		font-size: 16px;
		gap: 2px;
	}
	.hiroba_contents .hiroba_box h4 span {
		font-size: 12px;
	}
	/*
	.hiroba_contents .hiroba_img {
	max-width: 700px;
	top: -10px;
	left: calc(50% + 11px);
}
	*/

	.hiroba_contents h3 {
		padding: 30px 0 28px;
	}
	.hiroba_contents .hiroba_img {
		max-width: 760px;
		top: -15px;
		padding: 0 50px;
	}
}
@media screen and (max-width: 768px) {
	.hiroba_contents {
		width: calc(100% - 20px);
		background-image: url(../media/images/top_v2/hiroba_bg_sp_2.png);
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center top;
		box-sizing: border-box;
		max-width: 600px;
	}
	.hiroba_contents .hiroba_inner {
		width: 100%;
		height: auto;
		padding: 0;
	}
	.hiroba_contents .hiroba_title {
		position: absolute;
		top: 4.4%;
		top: 47px;
		left: 50%;
		transform: translateX(-50%);
		padding: 0;
		max-width: 215px;
	}
	.hiroba_contents .hiroba_img {
		position: relative;
		width: 100%;
		top: 0;
		left: 50%;
	}
	.hiroba_contents .hiroba_img img {
		width: 100%;
	}
	.hiroba_contents .hiroba_column {
		flex-direction: column;
		gap: 10px;
		padding: 0 17px 17px;
	}
	.hiroba_contents .hiroba_box {
		width: auto;
		margin-top: -3px;
		padding: 21px 20px 16px;
	}
	.hiroba_contents .hiroba_box h4 {
		font-size: 20px;
		gap: 11px;
		margin-right: -10px;
	}
	.hiroba_contents .hiroba_box h4 span {
		font-size: 14px;
	}
	.hiroba_contents .hiroba_box li a {
		padding: 8px 0 10px;
	}
	.hiroba_contents .hiroba_articles {
		margin-top: 5px;
	}
	.hiroba_contents .hiroba_articles li h5 {
		font-size: 15px;
	}
	.hiroba_contents .hiroba_articles li p::before {
		top: 7px;
	}
	.hiroba_contents .hiroba_box.ranking li a {
		font-size: 15px;
		padding: 10px 0 10px 51px;
	}
	.hiroba_contents .hiroba_box.ranking li a::before {
		top: 3px;
	}

}

.main_contents_bottom {
	[lang="en"] & {
		margin-bottom: 174px;	

		@media screen and (max-width: 768px) {
			margin-bottom: 100px;
		}
	}
}

@media screen and (max-width: 1024px) and (min-width: 769px) {
	.main_contents_bottom {
		margin-top: 100px;
	}
}


.main_contents_bottom .info_contents_area {
	display: flex;
	align-items: stretch;
	justify-content: flex-start;
	gap: 16px;
	box-sizing: border-box;
	margin-top: 32px;
}
.main_contents_bottom .info_contents {
	border-radius: 10px;
	background: rgba(255, 255, 255, .92);
	box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1);
	width: calc((100% - 16px) / 2);
	padding: 32px 40px;
}
.main_contents_bottom .info_contents h3 {
	font-size: 32px;
	font-family: "Manrope", sans-serif;
	font-weight: 600;
	color: #42C86E;
	line-height: 1;
	margin-top: 2px;

	[lang="en"] & {
		padding-bottom: 15px;
	}
}
.main_contents_bottom .info_contents h3 img {
	vertical-align: middle;
	margin-right: 12px;
	position: relative;
	top: -4px;
}
.main_contents_bottom #top_topic_list {
	display: flex;
	align-items: stretch;
	justify-content: flex-start;
	gap: 8px;
	margin: 15px 0 14px;
}
.main_contents_bottom #top_topic_list li a {
	display: block;
	border-radius: 4px;
	border: 1px solid #D3D6D5;
	padding: 5px 14px;
	font-size: 15px;
	color: #292929;
}
.main_contents_bottom #top_topic_list li a.selected {
	background: #D3D6D5;
	font-weight: 700;
}
.main_contents_bottom .information .cat {
	font-size: 15px;
	font-weight: 500;
	margin: 0 auto 42px 4px;
}
.main_contents_bottom .info_table_area .empty {
	font-size: 16px;
	padding: 12px 0;
}
.main_contents_bottom .info_table_area {
	border-top: 3px solid #A1E672;
	padding-top: 4px;

	[lang="en"] & {
		padding-top: 5px;
	}
}
.main_contents_bottom .info_table_area table {
	font-size: 16px;
	vertical-align: top;
	width: 100%;

	[lang="en"] & {
		font-family: Manrope, sans-serif;
	}
}
.main_contents_bottom .info_table_area table a {
	display: block;
	color: #292929;

	[lang="en"] & {
		background: url(../media/images/common_v2/icon_arrow_right.png) no-repeat right 50px top 4px / 18px;
		padding-right: 70px;

		@media screen and (max-width: 768px) {
			padding-right: 0;
			background: none;
		}
	}
}


.main_contents_bottom .info_table_area table tr {
	@media screen and (max-width: 768px) {
		display: block;

		&:has(a):not(a.text) {
			background: url(../media/images/common_v2/icon_arrow_right.png) no-repeat right 6px top 10px / 18px;
		}
	}
}

.main_contents_bottom .info_table_area table .date {
	font-family: "Manrope", sans-serif;
	color: #808080;
	padding: 12px 0;
	text-align: center;
	width: 113px;
	vertical-align: top;
	border-bottom: 1px solid #D3D6D5;

	[lang="en"] & {
		@media screen and (min-width: 768px) {
			padding-left: 53px;
			width: 184px;
		}
	}
}

.main_contents_bottom .info_table_area table .tags {
	display: none;
}
.main_contents_bottom .info_table_area table td {
	padding: 12px 0;
	width: calc(100% - 113px);
	border-bottom: 1px solid #D3D6D5;
	line-height: calc(24/16);
}
.main_contents_bottom .more_read {
	margin-left: auto;
	margin: 15px 0 0px auto;
	padding-left: 16px;
	width: 112px;
}
@media screen and (max-width: 1200px) and (min-width: 769px) {
	.main_contents_bottom {
		padding-left: 10px;
		padding-right: 10px;
	}
}
@media screen and (max-width: 1024px) and (min-width: 769px) {
	.main_contents_bottom .info_contents {
		padding: 24px 14px;
	}
	.main_contents_bottom #top_topic_list li a {
		font-size: 13px;
		padding: 4px 5px 4px 7px;
	}
}
@media screen and (max-width: 768px) {
	.main_contents_bottom {
		width: calc(100% - 20px);
		margin: auto;
		box-sizing: border-box;
		max-width: 600px;
	}
	.main_contents_bottom .info_contents_area {
		flex-direction: column;
	}
	.main_contents_bottom .info_contents {
		width: auto;
		padding: 31px 16px;


		[lang="en"] & {
			box-sizing: border-box;	
		}
	}
	.main_contents_bottom .info_contents h3 {
		font-size: 26px;
	}
	.main_contents_bottom .info_contents h3 img {
		width: 36px;
		top: -3px;
		margin-right: 9px;
	}
	.main_contents_bottom #top_topic_list {
		align-items: stretch;
		gap: 6px;
		box-sizing: border-box;
		margin: 12px 0 18px;
		padding: 0 4px;
	}
	.main_contents_bottom #top_topic_list li {
	}
	.main_contents_bottom #top_topic_list li:nth-child(1) {
		width: 36.63%;
	}
	.main_contents_bottom #top_topic_list li:nth-child(2) {
		width: 28.05%;
	}
	.main_contents_bottom #top_topic_list li:nth-child(3){
		width: 35.31%;
	}
	.main_contents_bottom #top_topic_list li a {
		font-size: 13px;
		padding: 0 4px 0 10px;
		height: 44px;
		display: flex;
		align-items: center;
		justify-content: flex-start;
		line-height: calc(16/13);
	}
	.main_contents_bottom .info_table_area table {
		width: 100%;
	}
	.main_contents_bottom .info_table_area table tr:nth-of-type(7) {
		display: none;
	}
	.main_contents_bottom .info_table_area table .date {
		width: 100%;
		display: block;
		border-bottom: none;
		text-align: left;
		padding: 11px 10px 0;
		box-sizing: border-box;
	}
	.main_contents_bottom .info_table_area table td {
		width: 100%;
		display: block;
		padding: 4px 10px 12px;
		text-align: left;
		line-height: calc(24/16);
		box-sizing: border-box;
	}
	.main_contents_bottom .information .cat {
		font-size: 14px;
		margin: 0 auto 18px 4px;
	}
}


.main_bottom_catch {
	margin: 94px auto 34px;
	text-align: center;
}
.main_bottom_catch img {
	display: block;
	margin: auto;
}
@media screen and (max-width: 768px) {
	.main_bottom_catch {
		margin: 55px auto 25px;
		width: 209px;
	}

}
.top_bnr_area {
	margin-top: 174px;
	background: #E9F5E5;
	padding: 46px 0 35px;
}
.top_bnr_area .top_bnr_inner {
	max-width: 1200px;
	margin: 0 auto;
	display: flex;
	align-items: stretch;
	justify-content: flex-start;
	gap: 0 30px;
}
.top_bnr_area .PSP_area {
	width: calc((100% - (30px * 2)) / 3);
}
.top_bnr_area .PSP_area .img_box {
	overflow: hidden;
}
.top_bnr_area .PSP_area .img_box img {
	display: block;
	width: 100%;
	height: auto;
	transition: transform 0.3s ease;
}
.top_bnr_area .PSP_area a .head {
	color: #292929;
}
.top_bnr_area .PSP_area a .head {
	font-size: 18px;
	font-weight: 500;
	color: #292929;
	margin: 16px 0 10px;
}
.top_bnr_area .PSP_area a .sup {
	font-size: 15px;
	color: #808080;
	font-weight: 400;
}
@media screen and (max-width: 1200px) and (min-width: 769px) {
	.top_bnr_area .top_bnr_inner {
		padding-left: 10px;
		padding-right: 10px;
	}
}

@media screen and (max-width: 1024px) and (min-width: 769px) {

	.top_bnr_area {
		margin-top: 100px;
	}
}

@media screen and (max-width: 768px) {
	.top_bnr_area {
		background: #E9F5E5;
		padding: 40px 30px 48px;
	}
	.top_bnr_area .top_bnr_inner {
		flex-direction: column;
		gap: 19px;
	}
	.top_bnr_area .PSP_area {
		width: auto;
		max-width: 600px;
		margin: auto;
	}
	.top_bnr_area .PSP_area a .head {
		font-size: 15px;
		margin: 10px 0 6px;
	}
	.top_bnr_area .PSP_area a .sup {
		font-size: 14px;
	}
}


@media print, screen and (min-width: 1024px) {
}

@media screen and (max-width: 1023px) {
}

/* hover */
@media screen and (min-width: 769px) {
	.pcp_contents .on-line_link a:hover {
		color: #1269CE;
	}
	.top_bnr_area .PSP_area a:hover .img_box img {
		transform: scale(1.1);
	}
	.sns_list li:hover .sub-menu {
		overflow: visible;
		display: table;
		height: auto;
		opacity: 1;
		z-index: 100;
		padding: 20px 0 0;
	}
	.sns_list > li:hover > a img {
		opacity: 1;
	}
	.sns_list li:hover .sub-menu li:first-child:before {
		content: '';
		position: absolute;
		left: 50%;
		margin-left: -5px;
		top: -9px;
		display: block;
		width: 0;
		height: 0;
		border-right: 5px solid transparent;
		border-bottom: 10px solid #292929;
		border-left: 5px solid transparent;
	}
	.sns_list li:hover .sub-menu li {
		background: #292929;
		width: 120px;
		position: relative;
	}
	.sns_list li:hover .sub-menu li:not(:last-child)::after {
		content: "";
		width: calc(100% - 20px);
		height: 1px;
		display: block;
		background: #666666;
		position: absolute;
		bottom: 0;
		left: 50%;
		transform: translateX(-50%);
	}
	.sns_list li:hover .sub-menu li:first-child a {
		padding-top: 8px;
	}
	.sns_list li:hover .sub-menu li:last-child a {
		padding-bottom: 8px;
	}
	.sns_list li:hover .sub-menu li a {
		font-family: "Manrope", sans-serif;
		display: block;
		color: #fff;
		padding: 4px 10px 5px 23px;
		font-size: 15px;
	}
	.sns_list li:hover .sub-menu li a:before {
		padding: 0 10px 0 0;
	}
	.sns_list > li > .sub-menu li:hover {
		background: #A1E672;
	}
	.sns_list > li > .sub-menu li:hover a {
		color: #292929;
	}
	.pcp_contents .author_area .author_left .author_link a:hover,
	.main_contents_bottom .info_table_area table a:hover,
	.hiroba_contents .hiroba_box li a:hover {
		color: #1269CE;
	}
}

body.no-background {
	background: none;

	.kv_img_item {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		height: 100vh;
		background-color: #9DBFCE;
		pointer-events: none;


		img {

			width: 100%;
			height: 100%;
			object-fit: cover;
		}

		&.sp_hide {
			@media screen and (max-width: 767px) {
				display: none;	
			}
		}

		&.pc_hide {
			display: none;

			@media screen and (max-width: 767px) {
				display: block;	
			}
		}

		img {
			display: none;

			&:first-child {
				display: block;
			}
		}
	}
}
