@charset "UTF-8";

/*==================
共通部分の設定
====================*/
html {
	font-size: 62.5%;
	box-sizing: border-box;
}

*,
*::before,
*::after {
	box-sizing: inherit;
}

body {
	font-size: 1.5rem;
}

.wrap {
	overflow: hidden;
}

/*SPサイズ*/
@media (max-width: 599px) {
	.sp_none {
		display: none;
	}
}

/*tbサイズ*/
@media (min-width: 600px) {
	.tb_none {
		display: none;
	}

	.inner_pc01 {
		max-width: 1450px;
		margin: 0 auto;
	}

	.inner_pc02 {
		max-width: 1160px;
		margin: 0 auto;
	}

}

/*PCサイズ*/
@media (min-width: 1025px) {
	body {
		font-size: 1.6rem;
	}

	a[href^="tel:"] {
		pointer-events: none;
	}
}

body {
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
	font-weight: 500;
	color: #1A1A1A;
	box-sizing: border-box;
	-webkit-font-smoothing: antialiased;
	/*文字のアンチエイリアス設定*/
	-moz-osx-font-smoothing: grayscale;
	font-feature-settings: "palt";
	/*文字詰*/
	letter-spacing: 0.05em;
	line-height: 1.8;
}

img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}

a {
	color: #1A1A1A;
	text-decoration: none;
}

@media (hover: hover) {
	a:hover {
		opacity: 0.8;
		transition: .4s;
	}
}

ul {
	list-style: none;
}

.flex_a {
	display: flex;
	height: auto;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
}

.flex_b {
	display: flex;
	height: auto;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}

@media (min-width: 600px) {
	.flex_b_pc {
		display: flex;
		height: auto;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: center;
	}
}

/* btn */
.common_btn01 {
	background-color: #1e46aa;
	border-radius: 10px;
	box-sizing: border-box;
	display: block;
	color: #fff;
	font-size: 1.4rem;
	width: 280px;
	height: 50px;
	text-align: center;
	line-height: 47px;
	position: relative;
	margin: 2rem auto;
}

.common_btn01::before {
	content: "";
	margin: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 2rem;
	width: 7px;
	height: 7px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	transform: rotate(45deg);
}

.common_btn01::after {
	content: "";
	margin: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 2rem;
	width: 12px;
	height: 1px;
	background: #fff;
}

.common_btn01.white {
	background-color: #fff;
	border: solid 1px #1e46aa;
	color: #1e46aa;
}

.common_btn01.white::before {
	border-top: 1px solid #1e46aa;
	border-right: 1px solid #1e46aa;
}

.common_btn01.white::after {
	background: #1e46aa;
}

@media (min-width: 600px) {
	.common_btn01.tb_none {
		display: none;
	}

	.common_btn01 {
		font-size: 1.7rem;
		font-weight: 500;
		width: 300px;
		height: 60px;
		line-height: 60px;
	}
}

.ttl_area01 {
	color: #1e46aa;
	font-weight: 900;
	text-align: center;
}

.ttl_area01 span {
	font-size: 1.4rem;
}

.ttl_area01 h3 {
	font-size: 3.6rem;
	font-weight: 900;
	letter-spacing: 0.04em;
	margin: .5rem 0 4.5rem;
	line-height: 1;
}

@media (min-width: 600px) {
	.ttl_area01 span {
		font-size: 1.6rem;
	}

	.ttl_area01 h3 {
		font-size: 5rem;
		margin: .5rem 0 6.5rem;
	}
}

/*==================
header sp
====================*/
header .logo {
	display: block;
	width: 171px;
	height: auto;
	margin: 1.5rem;
}

header {
	font-weight: 900;
}

@media (max-width: 599px) {
	header {
		position: fixed;
		background: #fff;
		box-shadow: 0px 0px 16px -6px rgba(172, 173, 175, 0.5);
		z-index: 10;
		top: 0;
		width: 100%;
		height: 60px;
	}

	.hm_logo {
		display: block;
		width: 171px;
		margin: 1.5rem;
	}

	/*ナビのスタイル*/
	.nav_menu {
		position: fixed;
		z-index: 12;
		top: 0;
		right: 0;
		background: #1e46aa;
		text-align: center;
		width: 100%;
		height: 100%;
		display: none;
		overflow: scroll;
	}


	.nav_menu .hm_menu {
		width: 100%;
		padding: 0 2.5rem;
		display: block;
		margin: 6.5rem 0 2rem;
		text-align: center;
	}

	.nav_menu .hm_menu .sp_none {
		display: none;
	}

	.nav_menu .hm_menu img {
		width: 50px;
		height: 50px;
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		margin: auto;
	}

	.nav_menu ul li {
		font-weight: 900;
		border-bottom: solid 1px #fff;
		display: block;
		height: 65px;
		line-height: 65px;
		position: relative;
	}

	.nav_menu ul li:nth-child(2) {
		border-top: solid 1px #fff;
	}

	.nav_menu ul li::before {
		content: "";
		margin: auto;
		position: absolute;
		top: 0;
		bottom: 0;
		right: 12px;
		width: 8px;
		height: 8px;
		border-top: 1px solid #fff;
		border-right: 1px solid #fff;
		transform: rotate(45deg);
	}

	.nav_menu ul li::after {
		content: "";
		margin: auto;
		position: absolute;
		top: 0;
		bottom: 0;
		right: 12px;
		width: 12px;
		height: 1px;
		background: #fff;
	}

	.nav_menu ul li a {
		color: #fff;
		display: block;
		padding-left: 7rem;
		text-align: left;
	}

	/*ハンバーガーボタンのスタイル*/
	.Toggle {
		position: fixed;
		right: 0;
		top: 0;
		width: 60px;
		height: 60px;
		cursor: pointer;
		z-index: 100;
		display: block;
		background: #1e46aa;
	}

	.Toggle span {
		background: #fff;
		display: block;
		position: absolute;
		width: 22px;
		height: 1px;
		-webkit-transition: .35s ease-in-out;
		-moz-transition: .35s ease-in-out;
		transition: .35s ease-in-out;
		left: 19px;
	}

	.Toggle span:nth-child(1) {
		top: 20px;
	}

	.Toggle span:nth-child(2) {
		top: 30px;
	}

	.Toggle span:nth-child(3) {
		top: 40px;
	}

	.Toggle.active {
		background: #fff;
	}

	.Toggle.active span {
		width: 24px;
		top: 29px;
		background: #1e46aa;
	}

	.Toggle.active span:nth-child(1) {
		left: 0;
		right: 0;
		margin: auto;
		z-index: 10;
		-webkit-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}

	.Toggle.active span:nth-child(2),
	.Toggle.active span:nth-child(3) {
		left: 0;
		right: 0;
		margin: auto;
		z-index: 10;
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		transform: rotate(45deg);
	}

	.hmfixed {
		position: fixed;
		width: 100%;
		height: 100%;
		z-index: -1;
	}

	.close_btn {
		display: none;
	}

	.hm_btn a {
		background: #fff;
		border-radius: 10px;
		color: #1e46aa;
		display: block;
		font-weight: 500;
		width: 280px;
		height: 60px;
		line-height: 60px;
		margin: 1rem auto;
	}

	.hm_btn .search_btn01 {
		background-color: #97d7f7;
		position: relative;
	}

	.hm_btn .search_btn01 img {
		width: 18px;
		position: absolute;
		top: 0;
		bottom: 0;
		left: 2rem;
		margin: auto;
	}

	.hm_close {
		background: none;
		border: none;
		color: #fff;
		cursor: pointer;
		font-weight: 500;
		font-family: "Noto Sans JP", sans-serif;
		text-decoration: underline;
		margin: 5rem auto;
	}
}

/*==================
header pc
====================*/
@media (min-width: 600px) {
	header {
		background: #fff;
		box-shadow: 0px 0px 13px 0 rgba(172, 173, 175, 0.5);
		width: 100%;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 50;
	}

	.inner_header {
		max-width: 1220px;
		height: 62px;
		margin: 0 auto;
		position: relative;
		padding: 0 1.5rem;
	}

	.Toggle {
		display: none;
	}

	header .logo {
		position: absolute;
		top: 1.5rem;
		bottom: 0;
		left: 1.5rem;
		margin: 0;
	}


	.hm_menu {
		display: none;
	}

	.nav_menu .hm_menu img {
		display: none;
	}


	.nav_menu .flex_pc {
		display: flex;
		flex-wrap: nowrap;
		max-width: 740px;
		margin-right: 1.5rem;
	}

	.home .nav_menu {
		display: block !important;
		/*PCの時ヘッダーが消えないように*/
	}

	/* 下層 header */
	.sub_menu {
		color: #1e46aa;
		display: flex;
		font-size: 1.5rem;
		padding-left: 24rem;
		line-height: 62px;
	}

	.sub_menu a {
		color: #1e46aa;
	}

	.hover_area {
		transition: color .15s;
		cursor: pointer;
		margin-right: 4.5rem;
	}

	.hover_area span {
		position: relative;
	}

	.hover_area span::after {
		content: '';
		width: 8px;
		height: 8px;
		border: 0px;
		border-top: solid 2px #135197;
		border-right: solid 2px #135197;
		-ms-transform: rotate(135deg);
		-webkit-transform: rotate(135deg);
		transform: rotate(135deg);
		position: absolute;
		top: 0;
		bottom: 0;
		right: -1.5rem;
		margin: auto;
	}

	.dropDown {
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
		display: none;
		background-color: #fff;
		border-radius: 0 0 10px 10px;
		border-top: solid 1px #f1f1f2;
		transform: translate(0, 100%);
		z-index: 100;
		width: 98%;
		margin: auto;
		padding: 1.5rem 4%;
	}

	.hover_area:hover>.dropDown,
	.hover_area:focus-within>.dropDown {
		cursor: auto;
	}

	.dropDown__list {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		width: 100%;
	}

	.dropDown__link {
		padding: 10px 20px;
		transition: color .15s;
	}

	.dropDown__link:hover,
	.dropDown__link:focus {
		color: hotpink;
	}

	/* 背景を暗くする */
	.overlay {
		position: fixed;
		top: 62px;
		left: 0;
		right: 0;
		bottom: 0;
		background-color: rgba(0, 0, 0, 0.5);
		opacity: 0;
		pointer-events: none;
		/* 常に none にしてメニューを操作可能に */
		transition: opacity 0.3s;
		z-index: 10;
	}

	.dropDown__list li {
		position: relative;
		width: 25%;
		max-width: 170px;
		margin: 1.5rem 0;
	}

	.dropDown__list li a {
		padding-left: 6.5rem;
		display: block;
	}

	.dropDown__list li img {
		width: 50px;
		height: 50px;
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		margin: auto;
	}
}

@media screen and (min-width: 600px) and (max-width: 800px) {
	.dropDown__list li {
		width: 30%;
		max-width: none;
	}
}


/*==================
footer sp
====================*/
/* f_about_area */
.f_about_area {
	background-color: #e9ebed;
	padding: 6.5rem 2rem 8rem;
	position: relative;
}

.f_about_area .img_person04 {
	display: block;
	position: absolute;
	top: -5.5rem;
	left: 40%;
}

.f_about_area .logo01 {
	width: 190px;
	display: block;
	margin: 0 auto 4rem;
}

.f_about_area p {
	color: #687082;
	font-size: 1.4rem;
	font-weight: 500;
	max-width: 570px;
	margin: 0 auto;
	line-height: 1.8;
}

.f_about_area .common_btn01 {
	background-color: #7d8594;
	margin-top: 4rem;
}

/* heed_area */
.heed_area {
	background-color: #9399a5;
	color: #fff;
	font-size: 1.2rem;
	padding: 6.5rem 2rem 6rem;
}

.heed_area h4 {
	font-weight: 500;
	text-align: center;
	margin-bottom: 3rem;
}

.heed_area p {
	font-weight: 400;
	line-height: 1.8;
}

.heed_area a {
	color: #fff;
	display: block;
	font-weight: 400;
	margin: 5rem auto 3.5rem;
	text-decoration: underline;
	text-align: center;
}

p.copyright {
	color: #0a0f19;
	font-size: 1.3rem;
	font-weight: 200;
	text-align: center;
	margin-top: 4rem;
}

/*==================
footer pc
====================*/
@media (min-width: 600px) {

	/* f_about_area */
	.f_about_area {
		padding: 7.5rem 2rem 5rem;
	}

	.f_about_area .logo01 {
		width: 225px;
	}

	.f_about_area .img_person04 {
		top: -8.5rem;
		left: 49%;
	}

	/* heed_area */
	.heed_area {
		color: #fff;
		padding: 6.5rem 2rem 2rem;
	}

	.heed_area .inner_pc01 {
		max-width: 560px;
	}
}


/*--------------- 共通箇所 ---------------*/
/*==================
記事 layout sp
====================*/
.post_unit01 {
	background-color: #fff;
	box-shadow: 0px 0px 10px 2px rgba(172, 173, 175, 0.5);
	border-radius: 10px;
	position: relative;
}

.post_unit01 .img_thumbnail01 img {
	border-radius: 10px 10px 0 0;
	object-fit: cover;
	width: 100%;
	height: 60%;
}

.post_unit01 .post_ttl01 {
	font-size: 1.4rem;
	font-weight: 500;
	padding: 1.5rem 1.5rem 4.5rem;
	line-height: 1.8;
}

.post_unit01 ul,
.post_beginner01 ul {
	display: flex;
	flex-wrap: wrap;
	position: absolute;
	bottom: 1.5rem;
	left: 1.5rem;
}

.article_cate_area01 {
	display: flex;
	flex-wrap: wrap;
}

.post_unit01 li a,
.post_beginner01 li a,
.article_cate_area01 li a {
	background-color: #cbe3f1;
	border-radius: 9px;
	color: #0071bc;
	display: block;
	font-size: 1.1rem;
	padding: 1px 8px 2px;
	line-height: 1.5;
	margin: 0 .5rem .5rem 0;
}

.post_unit01_link {
	display: block;
	height: 100%;
}

@media (hover: hover) {
	.img_thumbnail01 {
		cursor: pointer;
		overflow: hidden;
		width: 100%;
		border-radius: 10px 10px 0 0;
	}

	.img_thumbnail01 img {
		height: auto;
		transition: transform .5s ease;
		/* ゆっくり変化させる */

	}

	.post_unit01_link:hover .img_thumbnail01 img {
		transform: scale(1.1);
		/* 拡大 */
	}
}

/*==================
記事 layout pc
====================*/
@media (min-width: 600px) {
	.post_unit01 {
		border-radius: 20px;
	}

	.post_unit01 .img_thumbnail01 img {
		height: 63%;
		border-radius: 20px 20px 0 0;
	}

	.post_unit01 .post_ttl01 {
		font-size: 1.5rem;
		padding: 2.2rem 2rem 9rem;

	}

	.post_unit01 ul {
		bottom: 2.2rem;
	}

	.post_unit01 li a,
	.post_beginner01 li a,
	.article_cate_area01 li a {
		border-radius: 11px;
		font-size: 1.3rem;
	}

	@media (hover: hover) {
		.img_thumbnail01 {
			border-radius: 20px 20px 0 0;
		}
	}
}

@media (min-width: 1025px) {
	.post_unit01 .post_ttl01 {
		font-size: 1.7rem;
		padding: 2.2rem 2rem 6rem;
	}
}


/*==================
パンくず（下層ページ）
====================*/
.List {
	background: #F7F7F7;
	font-size: 12px;
	font-weight: 400;
	padding: 0 1.5rem;
	white-space: nowrap;
	overflow-x: auto;
	overflow-y: hidden;
	color: #76787b;
	line-height: 1;
	margin: 6rem 0 0;
}

.List-Item {
	display: inline;
	position: relative;
}

.List-Item::after {
	content: '＞';
	display: inline-block;
	padding: 0.2em .8em;
	line-height: 2.5rem;
}

.List-Item:last-child::after {
	content: '';
}

.List-Item-Link {
	display: inline-block;
	text-decoration: none;
	color: inherit;
}

.bread_line {
	text-decoration: underline;
}

.List a {
	text-decoration: none;
}

.List li:last-child a {
	text-decoration: none;
}

@media (min-width: 600px) {
	.List_inner {
		background-color: #f1f1f2;
	}

	.List {
		background: none;
		max-width: 1190px;
		margin: 6.2rem auto 0;
	}
}


/*ーーーーー 下層ページーーーーー */
/*==================
subpage sub_main sp
====================*/
.sub_main {
	padding: 3rem 2rem 10rem;
}

.subpage h1,
.add_area01 h2 {
	border-bottom: solid 1px #d6e2f1;
	color: #000000;
	font-size: 1.8rem;
	font-weight: 500;
	line-height: 1.5;
	padding-bottom: 1.8rem;
	margin-bottom: 2rem;
}

.add_area01 h2 {
	margin-top: 7rem;
}

/* list_area01：TOPページの一覧
   list_area02：カテゴリ一覧ページ
   list_area03：全体一覧ページ */
.list_area01.list_area02 {
	margin-top: 4rem;
}

.category_mv01 img {
	border-radius: 10px;
	width: 100%;
	aspect-ratio: 80 / 41;
	object-fit: cover;
	margin: 0 auto 2rem;
}

.category_text01 {
	font-weight: 400;
	line-height: 1.8;
}

/* search_bnr01 */
.search_bnr01 {
	position: relative;
	margin: 6.5rem auto 3rem;
}

.search_bnr01 a {
	background-color: #1e46aa;
	border-radius: 10px;
	color: #fff;
	display: block;
	width: 100%;
	text-align: center;
	padding: 5rem 0 6rem;
}

.search_bnr01 p {
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 2.2;
}

.search_bnr01 .speech_bubble01 {
	background: none;
	background-color: #00c9d2;
	border-radius: 22px;
	font-size: 1.5rem;
	font-weight: 900;
	width: 310px;
	padding: 10px 22px 13px;
}

.search_bnr01 .speech_bubble01::after {
	border-color: #00c9d2 transparent transparent;
}

.search_bnr01 .speech_bubble_box01 {
	top: -2.5rem;
}

.search_bnr01 .img_person03 {
	width: 63px;
	top: -4.5rem;
	left: 2rem;
}

.search_bnr01 .inner_pc01::before {
	content: "";
	margin: auto;
	position: absolute;
	bottom: 3.7rem;
	left: 0;
	right: 0;
	width: 8px;
	height: 8px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(45deg);
}

.search_bnr01 .inner_pc01::after {
	content: "";
	margin: auto;
	position: absolute;
	bottom: 4rem;
	left: -9px;
	right: 0;
	width: 15px;
	height: 2px;
	background: #fff;
}

/* add_area01 */
.add_area01 .common_btn01 {
	margin-top: 3rem;
}

/*==================
subpage sub_main pc
====================*/
@media (min-width: 600px) {

	.subpage h1,
	.add_area01 h2 {
		font-size: 2.6rem;
	}

	.list_area01.list_area02 {
		border-top: solid 1px #d6e2f1;
		display: block;
		margin-top: 5rem;
	}

	.category_list_area01 .list_area01.list_area02 {
		border-top: none;
		margin-top: 0;
	}

	.category_list_area01 .category_text01 {
		border-bottom: solid 1px #d6e2f1;
		padding-bottom: 5rem;
	}

	.list_area01.list_area02 li .post_unit01_link {
		display: flex;
	}

	.list_area01.list_area02 .post_unit01 {
		width: 100%;
		box-shadow: none;
		border-bottom: solid 1px #edf0f8;
		border-radius: 0;
		padding: 2.5rem 0;
		margin-bottom: 0;
		position: relative;
	}

	.list_area02 .post_unit01 .img_thumbnail01 img {
		border-radius: 10px;
		height: 100%;
	}

	.list_area02 .post_unit01 .img_thumbnail01 {
		width: 40%;
	}

	.list_area02 .post_unit01 .post_ttl01 {
		font-size: 1.7rem;
		width: 60%;
		/* padding: 3.5rem 2rem 6rem; */
		padding: 3rem 2rem 2rem;
	}

	.list_area02 .post_unit01 ul {
		width: 100%;
		max-width: 450px;
		left: 43%;
	}

	@media (hover: hover) {
		.list_area02 .img_thumbnail01 {
			border-radius: 10px;
		}

		.list_area02 .post_unit01_link:hover p {
			color: #296ee2;
		}

		.list_area02 .post_unit01_link:hover {
			opacity: 1;
		}
	}

	/* search_bnr01 */
	.search_bnr01 {
		border-bottom: solid 1px #d6e2f1;
		padding-bottom: 3rem;
		margin-bottom: 1rem;
	}

	.search_bnr01 .inner_pc01 {
		position: relative;
		max-width: 420px;
		margin: 0 auto;
	}

	.search_bnr01 .speech_bubble_box01 {
		top: -6.5rem;
	}

	.search_bnr01 .speech_bubble01 {
		border-radius: 25px;
		font-size: 1.7rem;
		width: 420px;
	}

	.search_bnr01 .img_person03 {
		width: 88px;
		top: auto;
		bottom: -2rem;
		left: 0;
	}

	.search_bnr01 a {
		font-size: 1.5rem;
		padding: 3.5rem 0;
	}

	.search_bnr01 .inner_pc01::before {
		top: 0;
		bottom: 0;
		left: auto;
		right: 12%;
	}

	.search_bnr01 .inner_pc01::after {
		top: 0;
		bottom: 0;
		left: auto;
		right: 12%;
	}

	.search_bnr01 h3 {
		line-height: 1;
		padding-top: 1.4rem;
	}

	/* add_area01 */
	.add_area01 h2 {
		border: none;
		margin-bottom: 0;
		margin-top: 10rem;
	}

	.add_area01 .list_area01.list_area02 {
		margin-top: 0;
		border-top: solid 1px #d6e2f1;
	}

	.add_area01 .common_btn01 {
		margin-top: 5rem;
	}
}

@media (min-width: 1025px) {
	.subpage {
		background-color: #fafafa;
	}

	.sub_contents {
		align-items: flex-start;
		display: flex;
		justify-content: space-between;
		flex-wrap: nowrap;
		max-width: 1220px;
		margin: 6rem auto 0;
		padding: 0 1.5rem 16rem;
	}

	.sub_main {
		background-color: #fff;
		box-shadow: 0px 0px 16px 2px rgba(172, 173, 175, 0.2);
		border-radius: 10px;
		padding: 5rem 4rem 12rem;
		max-width: 830px;
		margin-right: 1.5rem;
	}

	.sub_main_inner {
		max-width: 750px;
		margin: 0 auto;
	}

	.sidebar {
		background-color: #fff;
		max-width: 340px;
		min-width: 327px;
	}
}

/*==================
pr_unit01（ASP）
====================*/
.pr_unit01 a::before {
	background-color: #dddedf;
	content: "";
	width: 26px;
	height: 16px;
	position: absolute;
	bottom: 2rem;
	left: 1.8rem;
}

.pr_unit01 a::after {
	content: "PR";
	font-size: 1.2rem;
	font-weight: 300;
	position: absolute;
	bottom: 2.2rem;
	left: 2.3rem;
	line-height: 1;
	z-index: 2;
}

/* PR 画像のみ */
.pr_img a {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
	margin-bottom: 1.5rem;
}

.pr_unit01.pr_img a::before {
	bottom: auto;
	top: 0;
	left: auto;
	right: 0;
	z-index: 2;
}

.pr_unit01.pr_img a::after {
	bottom: auto;
	top: 2px;
	left: auto;
	right: 4px;
	z-index: 2;
}


/* メタゲームFCのPR */
.pr_unit01.pr_img .fc_pr .post_ttl01 {
	font-size: 1.4rem;
	font-weight: 500;
	padding: 1.5rem 1.5rem 4.5rem;
	line-height: 1.8;
}

.pr_unit01 .fc_pr a::before {
	top: auto;
	bottom: 2rem;
	right: auto;
	left: 1.8rem;
}

.pr_unit01 .fc_pr a::after {
	top: auto;
	bottom: 2.2rem;
	right: auto;
	left: 2.3rem;
}

@media (max-width: 599px) {
	.pr_img a img {
		width: 100%;
	}

	.pr_unit01.pr_img .fc_pr {
		background-color: #fff;
		box-shadow: 0px 0px 10px 2px rgba(172, 173, 175, 0.5);
		border-radius: 10px;
		position: relative;
	}

	.pr_img .fc_pr .img_thumbnail01 img {
		border-radius: 10px 10px 0 0;
		object-fit: cover;
		width: 100%;
		height: 60%;
	}

}

@media (min-width: 600px) {

	/* pr_unit01 */
	.pr_unit01 a::before {
		bottom: auto;
		top: 2.5rem;
		left: 43%;
	}

	.pr_unit01 a::after {
		bottom: auto;
		top: 2.7rem;
		left: 43.6%;
	}

	.sub_main .pr_img a {
		width: 300px;
		max-width: 40%;
		position: relative;
		margin: 2.5rem 0;
	}

	.sub_main .pr_img {
		border-bottom: solid 1px #edf0f8;
	}

	.sub_main .pr_img .fc_pr a {
		width: 100%;
		max-width: none;
	}

	.list_area02 .pr_unit01 .fc_pr .img_thumbnail01 {
		border-radius: 10px;
		width: 40%;
		height: auto;
	}

	.list_area02 .pr_unit01 .fc_pr .img_thumbnail01 img {
		border-radius: 10px;
		width: 100%;
		height: 100%;
		object-fit: cover;
	}

	.pr_unit01.pr_img .fc_pr .post_ttl01 {
		font-size: 1.7rem;
		width: 60%;
		padding: 3.5rem 2rem 6rem;
	}

	.pr_unit01 .fc_pr a::before {
		bottom: auto;
		top: .5rem;
		left: 43%;
	}

	.pr_unit01 .fc_pr a::after {
		bottom: auto;
		top: .7rem;
		left: 43.6%;
	}
}

@media (min-width: 1025px) {
	.pr_unit01.pr_img .fc_pr .post_ttl01 {
		font-size: 1.7rem;
	}

}

/*==================
subpage sidebar pc
====================*/
@media screen and (min-width: 600px) and (max-width: 1024px) {
	.sidebar {
		display: none;
	}
}

@media (min-width: 1025px) {
	.sidebar {
		border-radius: 10px;
		box-shadow: 0px 0px 16px 2px rgba(172, 173, 175, 0.2);
		padding: 2rem;
	}

	.sidebar .pr_unit01 {
		padding: 0;
		width: 100%;
	}

	.sidebar .pr_unit01 img {
		display: block;
		/* 下の空白を無くすために必要 */
	}

	.side_unit01 h3 {
		border-bottom: solid 1px #d2daee;
		font-size: 1.8rem;
		font-weight: 700;
		padding-bottom: 1.5rem;
		margin-top: 5.5rem;
	}

	.side_unit01 li a {
		align-items: center;
		border-bottom: solid 1px #edf0f8;
		display: flex;
		font-weight: 300;
		font-size: 1.4rem;
		padding: 1.5rem 0;
		line-height: 1.6;
	}

	.side_unit01 li a .post_ttl01 {
		margin-left: 1rem;
		max-width: 187px;
	}

	.side_unit01 .img_thumbnail01 {
		border-radius: 0;
		position: relative;
		width: 100px;
		height: 50px;
	}

	.side_unit01 .img_thumbnail01 img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}

	.side_popular_unit01 li .img_thumbnail01::before {
		background-color: #6d6e70;
		content: "";
		width: 18px;
		height: 18px;
		position: absolute;
		top: 0;
		left: 0;
	}

	.side_popular_unit01 li .img_thumbnail01::after {
		content: "4";
		color: #fff;
		font-size: 1.2rem;
		font-weight: 500;
		position: absolute;
		top: 0;
		left: 0;
		width: 18px;
		text-align: center;
	}

	.side_popular_unit01 li:first-child .img_thumbnail01::before {
		background-color: #c49837;
	}

	.side_popular_unit01 li:first-child .img_thumbnail01::after {
		content: "1";
	}

	.side_popular_unit01 li:nth-child(2) .img_thumbnail01::before {
		background-color: #b8b1aa;
	}

	.side_popular_unit01 li:nth-child(2) .img_thumbnail01::after {
		content: "2";
	}

	.side_popular_unit01 li:nth-child(3) .img_thumbnail01::before {
		background-color: #ac6d3e;
	}

	.side_popular_unit01 li:nth-child(3) .img_thumbnail01::after {
		content: "3";
	}

	.side_popular_unit01 li:nth-child(5) .img_thumbnail01::after {
		content: "5";
	}

	.side_cate_unit01 {
		margin-bottom: 5rem;
	}

}

/*==================
ページネーション
====================*/
.pagination_area {
	margin: 5rem auto;
}

.pagination_area ul {
	display: flex;
	justify-content: center;
	gap: 16px;
	list-style: none;
	padding: 0;
}

.pagination_area a {
	text-decoration: none;
	padding: 12px 15px;
	border: 1px solid #1e46aa;
	border-radius: 10px;
	color: #1e46aa;
}

.pagination_area .next a {
	background-color: #1e46aa;
	color: #fff;
	font-weight: 600;
	padding: 12px 20px;
}

@media (min-width: 600px) {
	.pagination_area {
		margin: 7rem auto;
	}
}