@charset "UTF-8";
/* ---------------------------------------
  スペシャル
-----------------------------------------*/
/* sec_special
--------------------------------*/
#sec_special {
	padding: 5rem 0 10rem;
}
@media screen and (max-width: 767px) {
	#sec_special {
		padding: 10rem 0 15rem;
	}
}

.special_archive .bnr {
	width: 96rem;
	margin: 4rem auto 0;
}
@media screen and (max-width: 767px) {
	.special_archive .bnr {
		width: 100%;
		margin-top: 7rem;
	}
}
.special_archive .bnr a {
	display: block;
	border-radius: 1.5rem;
	overflow: hidden;
}
@media screen and (max-width: 767px) {
	.special_archive .bnr a {
		border-radius: 3.3rem;
	}
}
.special_archive .bnr a img {
	transition: scale 0.3s ease;
}
@media (any-hover: hover) {
	.special_archive .bnr a:hover img {
		scale: 1.05;
	}
}
.special_archive .category {
	margin-top: 5rem;
}
@media screen and (max-width: 767px) {
	.special_archive .category {
		margin-top: 10rem;
	}
}
.special_archive .category .ttl {
	font-size: 2.1rem;
	letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
	.special_archive .category .ttl {
		font-size: 4.2rem;
	}
}
.special_archive .category .category_list {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 2rem;
	margin-top: 2rem;
}
@media screen and (max-width: 767px) {
	.special_archive .category .category_list {
		grid-template-columns: repeat(2, 1fr);
		gap: 2.4rem;
		margin-top: 2rem;
	}
}
.special_archive .category .category_list .item a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 13.2rem;
	padding: 3rem;
	background-color: #E1E0DF;
	border-radius: 1.5rem;
	position: relative;
	transition: background-color 0.3s ease;
}
@media screen and (max-width: 767px) {
	.special_archive .category .category_list .item a {
		min-height: 15rem;
		padding: 3rem 3rem 5rem;
		border-radius: 1.7rem;
	}
}
.special_archive .category .category_list .item a::after {
	content: "";
	width: 0.8rem;
	aspect-ratio: 1/1;
	border-right: 1px solid #6B6460;
	border-bottom: 1px solid #6B6460;
	rotate: 45deg;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 2.4rem;
	margin: 0 auto;
	transition: border-color 0.3s ease;
}
@media screen and (max-width: 767px) {
	.special_archive .category .category_list .item a::after {
		width: 1.8rem;
		bottom: 2rem;
	}
}
.special_archive .category .category_list .item a .txt span {
	display: block;
}
.special_archive .category .category_list .item a .txt span.en {
	font-size: 1.6rem;
	line-height: 1;
	letter-spacing: 0.01em;
}
@media screen and (max-width: 767px) {
	.special_archive .category .category_list .item a .txt span.en {
		font-size: 2rem;
	}
}
.special_archive .category .category_list .item a .txt span.ja {
	font-size: 2.2rem;
	line-height: 1.5;
	letter-spacing: 0.08em;
	margin-top: 0.2rem;
}
@media screen and (max-width: 767px) {
	.special_archive .category .category_list .item a .txt span.ja {
		font-size: 2.4rem;
	}
}
.special_archive .category .category_list .item.is-current a {
	background-color: #79C300;
}
.special_archive .category .category_list .item.is-current a::after {
	border-color: #ffffff;
}
.special_archive .category .category_list .item.is-current a .txt {
	color: #ffffff;
}
.special_archive .sort {
	width: fit-content;
	min-width: 20rem;
	margin-left: auto;
	margin-top: 5rem;
	position: relative;
	z-index: 2;
}
@media screen and (max-width: 767px) {
	.special_archive .sort {
		width: 100%;
	}
}
.special_archive .sort_toggle {
	width: 100%;
	display: flex;
	align-items: center;
	color: #6B6460;
	font-size: 1.6rem;
	letter-spacing: 0.12em;
	padding: 0.5rem 4.5rem 0.5rem 3.5rem;
	background: #fff;
	border: 1px solid #C9C9C9;
	border-radius: 2.2rem;
	cursor: pointer;
	position: relative;
}
@media screen and (max-width: 767px) {
	.special_archive .sort_toggle {
		justify-content: center;
		font-size: 2.8rem;
		padding: 2rem 8rem;
		border-width: 0.2rem;
		border-radius: 5rem;
	}
}
.special_archive .sort_toggle::after {
	content: "";
	width: 1rem;
	aspect-ratio: 1/1;
	border-right: 1px solid #6B6460;
	border-bottom: 1px solid #6B6460;
	rotate: 45deg;
	position: absolute;
	right: 2.7rem;
	translate: 0 -30%;
	transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
	.special_archive .sort_toggle::after {
		width: 1.8rem;
		right: 3.4rem;
	}
}
.special_archive .sort_menu {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	display: grid;
	grid-template-rows: 0fr;
	transition: grid-template-rows 0.2s ease;
}
.special_archive .sort_menu_inner {
	overflow: hidden;
	min-height: 0;
	background-color: #EBEBEB;
	border: 1px solid #C9C9C9;
	border-top: none;
	border-radius: 0 0 2.2rem 2.2rem;
	opacity: 0;
	transition: opacity 0.15s ease;
}
@media screen and (max-width: 767px) {
	.special_archive .sort_menu_inner {
		border-width: 0.2rem;
		border-radius: 0 0 5rem 5rem;
	}
}
.special_archive .sort_menu_inner button {
	width: 100%;
	text-align: left;
	color: #6B6460;
	font-size: 1.6rem;
	padding: 0.5rem 3.5rem;
	cursor: pointer;
}
@media screen and (max-width: 767px) {
	.special_archive .sort_menu_inner button {
		text-align: center;
		font-size: 2.8rem;
		padding: 2rem 3.5rem;
	}
}
.special_archive .sort_menu_inner button[aria-selected=true] {
	display: none;
}
.special_archive .sort.is-open .sort_toggle {
	border-bottom-color: transparent;
	border-radius: 2.2rem 2.2rem 0 0;
}
@media screen and (max-width: 767px) {
	.special_archive .sort.is-open .sort_toggle {
		border-radius: 5rem 5rem 0 0;
	}
}
.special_archive .sort.is-open .sort_toggle::after {
	translate: 0 20%;
	scale: -1 -1;
}
.special_archive .sort.is-open .sort_menu {
	grid-template-rows: 1fr;
}
.special_archive .sort.is-open .sort_menu_inner {
	opacity: 1;
}
.special_archive .special_list {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 3.2rem 2.1rem;
	margin-top: 3.2rem;
}
@media screen and (max-width: 767px) {
	.special_archive .special_list {
		grid-template-columns: 1fr;
		gap: 5rem;
		margin-top: 15rem;
	}
}
.special_archive .special_list .item a {
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	background-color: #ffffff;
	border-radius: 1.5rem;
	box-shadow: 0.3rem 0.3rem 1rem rgba(0, 0, 0, 0.1);
	position: relative;
	transition: all 0.3s ease;
	overflow: hidden;
}
@media screen and (max-width: 767px) {
	.special_archive .special_list .item a {
		border-radius: 2.5rem;
		box-shadow: 0.5rem 0.5rem 0.9rem rgba(4, 0, 0, 0.1);
	}
}
@media (any-hover: hover) {
	.special_archive .special_list .item a:hover {
		scale: 1.06;
		box-shadow: 0.5rem 0.5rem 1rem rgba(126, 123, 123, 0.3);
		z-index: 1;
	}
}
.special_archive .special_list .item .img {
	width: 100%;
	aspect-ratio: 327/176;
}
.special_archive .special_list .item .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.special_archive .special_list .item .txt_wrap {
	flex: 1 1 auto;
	display: flex;
	flex-direction: column;
	padding: 2.4rem 3.2rem 2.8rem;
}
@media screen and (max-width: 767px) {
	.special_archive .special_list .item .txt_wrap {
		padding: 4.5rem 5rem 5rem;
	}
}
.special_archive .special_list .item .meta {
	display: flex;
	align-items: flex-start;
	gap: 0 1rem;
}
@media screen and (max-width: 767px) {
	.special_archive .special_list .item .meta {
		gap: 0 1.5rem;
	}
}
.special_archive .special_list .item .meta .date {
	flex: 0 0 auto;
	width: 6.75em;
	font-weight: 400;
	font-size: 1.3rem;
	line-height: 1;
	letter-spacing: 0.07em;
	position: relative;
	margin-top: 0.2rem;
}
@media screen and (max-width: 767px) {
	.special_archive .special_list .item .meta .date {
		font-size: 2.2rem;
		margin-top: 0.3rem;
	}
}
.special_archive .special_list .item .meta .date::after {
	content: "";
	width: 1px;
	height: 1.2rem;
	background-color: #6B6460;
	position: absolute;
	right: 0;
	top: 0;
}
@media screen and (max-width: 767px) {
	.special_archive .special_list .item .meta .date::after {
		height: 2.1rem;
	}
}
.special_archive .special_list .item .meta .cate {
	flex: 1 1 auto;
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
	font-size: 1.2rem;
	line-height: 1.3333333333;
	letter-spacing: 0.09em;
}
@media screen and (max-width: 767px) {
	.special_archive .special_list .item .meta .cate {
		font-size: 2rem;
		line-height: 1.2;
	}
}
.special_archive .special_list .item .ttl {
	min-height: 3.2em;
	font-size: 1.5rem;
	line-height: 1.6;
	letter-spacing: 0.1em;
	position: relative;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	text-overflow: ellipsis;
	margin-top: 1em;
}
@media screen and (max-width: 767px) {
	.special_archive .special_list .item .ttl {
		font-size: 2.8rem;
	}
}
.special_archive .special_list .item .tag {
	flex: 1 1 auto;
	height: 5.3rem;
	display: flex;
	align-items: flex-end;
	flex-wrap: wrap;
	gap: 0.5rem;
	font-size: 1.1rem;
	line-height: 1.4545454545;
	letter-spacing: 0.13em;
	margin-top: 2rem;
	overflow: hidden;
}
@media screen and (max-width: 767px) {
	.special_archive .special_list .item .tag {
		height: 9.4rem;
		font-size: 2rem;
		line-height: 1.2;
		gap: 1rem;
		margin-top: 4rem;
	}
}
.special_archive .special_list .item .tag span {
	padding: 0.3rem 1rem 0.5rem;
	background-color: #E1E0DF;
	border-radius: 1.2rem;
}
@media screen and (max-width: 767px) {
	.special_archive .special_list .item .tag span {
		padding: 0.9rem 2rem;
		border-radius: 2.1rem;
	}
}

@media screen and (min-width: 768px) {
	.column_post .contents_wrap {
		display: flex;
		align-items: flex-start;
		justify-content: space-between;
	}
}
@media screen and (min-width: 768px) {
	.column_post .side {
		width: 32rem;
		padding: 4.5rem 0;
		position: sticky;
		top: 3rem;
		left: 0;
	}
}
@media screen and (max-width: 767px) {
	.column_post .side {
		margin-top: 20rem;
	}
}
.column_post .side .box {
	border: 0.2rem solid #79C300;
	border-radius: 1.5rem;
	margin-top: 3rem;
	overflow: hidden;
}
@media screen and (max-width: 767px) {
	.column_post .side .box {
		border: 0.4rem solid #79C300;
		border-radius: 3rem;
	}
}
.column_post .side .box .box_ttl {
	color: #ffffff;
	font-size: 1.5rem;
	line-height: 1.8666666667;
	letter-spacing: 0.12em;
	padding: 1.5rem 1.8rem;
	background-color: #79C300;
}
@media screen and (max-width: 767px) {
	.column_post .side .box .box_ttl {
		font-size: 3.2rem;
		line-height: 1.8125;
		padding: 3rem 5.6rem;
	}
}
.column_post .side .box .list {
	padding: 2.4rem 1.8rem 2.8rem;
}
@media screen and (max-width: 767px) {
	.column_post .side .box .list {
		padding: 4rem 2.9rem 5rem;
	}
}
.column_post .side .box .list .item + .item {
	margin-top: 1.6rem;
}
.column_post .side .box .list .item a {
	display: flex;
	align-items: center;
	gap: 1.3rem;
}
@media screen and (max-width: 767px) {
	.column_post .side .box .list .item a {
		gap: 3.6rem;
	}
}
.column_post .side .box .list .item .img {
	flex: 0 0 auto;
	width: 12rem;
	aspect-ratio: 120/62;
	border-radius: 1rem;
	overflow: hidden;
}
@media screen and (max-width: 767px) {
	.column_post .side .box .list .item .img {
		width: 25.1rem;
		border-radius: 2.1rem;
	}
}
.column_post .side .box .list .item .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: scale 0.3s ease;
}
@media (any-hover: hover) {
	.column_post .side .box .list .item a:hover .img img {
		scale: 1.1;
	}
}
.column_post .side .box .list .item .ttl {
	flex: 1 1 auto;
	font-weight: 400;
	font-size: 1.1rem;
	line-height: 1.6363636364;
	letter-spacing: 0.09em;
}
@media screen and (max-width: 767px) {
	.column_post .side .box .list .item .ttl {
		font-size: 2.2rem;
		line-height: 1.7272727273;
	}
}
.column_post .side .box .list .item:nth-child(1) a {
	flex-direction: column;
}
@media screen and (max-width: 767px) {
	.column_post .side .box .list .item:nth-child(1) a {
		gap: 2rem;
	}
}
.column_post .side .box .list .item:nth-child(1) .img {
	width: 100%;
}
.column_post .side .box .list .item:nth-child(1) .ttl {
	font-weight: 500;
	font-size: 1.5rem;
	line-height: 1.6666666667;
	letter-spacing: 0.12em;
}
@media screen and (max-width: 767px) {
	.column_post .side .box .list .item:nth-child(1) .ttl {
		font-size: 2.8rem;
		line-height: 2;
	}
}
.column_post .side .box .list .item:nth-child(2) {
	margin-top: 3rem;
}
@media screen and (max-width: 767px) {
	.column_post .side .box .list .item:nth-child(2) {
		margin-top: 6rem;
	}
}
@media screen and (min-width: 768px) {
	.column_post .contents {
		width: 79.3rem;
	}
	.column_post .contents .post_main {
		margin-right: 0;
	}
}
@media screen and (min-width: 768px) {
	.column_post .post_head {
		display: flex;
		align-items: flex-start;
		justify-content: space-between;
	}
	.column_post .post_head .ttl_wrap {
		width: 79.3rem;
	}
}
.column_post .post_head .meta {
	display: flex;
	align-items: flex-start;
	gap: 0 1rem;
}
@media screen and (max-width: 767px) {
	.column_post .post_head .meta {
		gap: 0 1.5rem;
	}
}
.column_post .post_head .meta .date {
	flex: 0 0 auto;
	width: 6.75em;
	font-weight: 400;
	font-size: 1.3rem;
	line-height: 1;
	letter-spacing: 0.07em;
	position: relative;
	margin-top: 0.2rem;
}
@media screen and (max-width: 767px) {
	.column_post .post_head .meta .date {
		font-size: 2.6rem;
	}
}
.column_post .post_head .meta .date::after {
	content: "";
	width: 1px;
	height: 1.2rem;
	background-color: #6B6460;
	position: absolute;
	right: 0;
	top: 0;
}
@media screen and (max-width: 767px) {
	.column_post .post_head .meta .date::after {
		height: 2.4rem;
	}
}
.column_post .post_head .meta .cate {
	flex: 1 1 auto;
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
	font-size: 1.2rem;
	line-height: 1.3333333333;
	letter-spacing: 0.09em;
}
@media screen and (max-width: 767px) {
	.column_post .post_head .meta .cate {
		font-size: 2.4rem;
		line-height: 1.1666666667;
	}
}
.column_post .post_head .ttl {
	font-size: 3rem;
	line-height: 1.5;
	letter-spacing: 0.08em;
	position: relative;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	text-overflow: ellipsis;
	margin-top: 2rem;
}
@media screen and (max-width: 767px) {
	.column_post .post_head .ttl {
		font-size: 4.2rem;
	}
}
.column_post .post_head .tag {
	max-height: 5.3rem;
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
	gap: 0.5rem;
	font-size: 1.1rem;
	line-height: 1.4545454545;
	letter-spacing: 0.13em;
	margin-top: 2rem;
	overflow: hidden;
}
@media screen and (max-width: 767px) {
	.column_post .post_head .tag {
		max-height: 10.8rem;
		font-size: 2.2rem;
		line-height: 1.1818181818;
		gap: 1.2rem;
		margin-top: 4rem;
	}
}
.column_post .post_head .tag span {
	padding: 0.3rem 1rem 0.5rem;
	background-color: #E1E0DF;
	border-radius: 1.2rem;
}
@media screen and (max-width: 767px) {
	.column_post .post_head .tag span {
		padding: 1rem 2rem;
		border-radius: 2.1rem;
	}
}
.column_post .post_share {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
@media screen and (max-width: 767px) {
	.column_post .post_share {
		margin: 9rem 0 0;
	}
}
.column_post .post_share .txt {
	font-size: 1.2rem;
	line-height: 1.6666666667;
}
@media screen and (max-width: 767px) {
	.column_post .post_share .txt {
		font-size: 2.4rem;
		line-height: 1.4583333333;
	}
}
.column_post .post_share .txt a {
	display: inline-block;
	padding-left: 3rem;
	position: relative;
}
@media screen and (max-width: 767px) {
	.column_post .post_share .txt a {
		padding-left: 6rem;
	}
}
.column_post .post_share .txt a::before {
	content: "";
	width: 2rem;
	aspect-ratio: 1/1;
	background: url(../img/common/share_ico.svg) no-repeat center/contain;
	position: absolute;
	left: 0;
	top: 0;
}
@media screen and (max-width: 767px) {
	.column_post .post_share .txt a::before {
		width: 3.5rem;
	}
}
.column_post .post_share .sns {
	display: flex;
	align-items: center;
	gap: 1rem;
}
@media screen and (max-width: 767px) {
	.column_post .post_share .sns {
		gap: 2rem;
	}
}
.column_post .post_share .sns > li {
	line-height: 1;
}
.column_post .post_share .sns > li a {
	display: block;
}
.column_post .post_share .sns > li img {
	max-width: inherit;
	width: 2.5rem;
}
@media screen and (max-width: 767px) {
	.column_post .post_share .sns > li img {
		width: 5rem;
	}
}
.column_post .post_main {
	max-width: 93.6rem;
	counter-reset: block_item;
	margin: 5rem auto 0;
}
@media screen and (max-width: 767px) {
	.column_post .post_main {
		margin-top: 8rem;
	}
}
.column_post .post_main .eyecatch .img {
	text-align: center;
}
@media screen and (max-width: 767px) {
	.column_post .post_main .eyecatch .img {
		margin: 0 -4rem;
	}
}
.column_post .post_main .eyecatch .img img {
	border-radius: 1.5rem;
}
@media screen and (max-width: 767px) {
	.column_post .post_main .eyecatch .img img {
		border-radius: 0;
	}
}
.column_post .post_main .eyecatch h2 {
	font-weight: 700;
	font-size: 2.8rem;
	line-height: 1.5;
	letter-spacing: 0.09em;
	margin: 3rem 0 0;
}
@media screen and (max-width: 767px) {
	.column_post .post_main .eyecatch h2 {
		font-size: 5.6rem;
		margin: 6rem 0 0;
	}
	.column_post .post_main .eyecatch h2 + p {
		margin-top: 3rem;
	}
}
.column_post .post_main .eyecatch p {
	text-align: justify;
	font-weight: 400;
	font-size: 1.3rem;
	line-height: 2.6153846154;
	letter-spacing: 0.09em;
	margin: 1.5rem 0 0;
}
@media screen and (max-width: 767px) {
	.column_post .post_main .eyecatch p {
		font-size: 2.8rem;
		line-height: 2;
		margin: 4rem 0;
	}
}
.column_post .post_main .block_index {
	padding: 4.5rem 5rem;
	border: 0.2rem solid #79C300;
	border-radius: 1.8rem;
	margin: 8rem 0 4rem;
}
@media screen and (max-width: 767px) {
	.column_post .post_main .block_index {
		padding: 10rem 2rem 10rem 5rem;
		border: 0.6rem solid #79C300;
		border-radius: 3.4rem;
		margin: 10rem 0 5rem;
	}
}
.column_post .post_main .block_index .ttl {
	color: #79C300;
	margin: 0;
}
.column_post .post_main .block_index .ttl span {
	display: inline-block;
}
.column_post .post_main .block_index .ttl .ja {
	font-weight: 500;
	font-size: 1.7rem;
	line-height: 1.0588235294;
}
@media screen and (max-width: 767px) {
	.column_post .post_main .block_index .ttl .ja {
		font-size: 3.4rem;
	}
}
.column_post .post_main .block_index .ttl .ja::after {
	content: "";
	display: inline-block;
	vertical-align: bottom;
	width: 1px;
	height: 1.8rem;
	background-color: #79C300;
	margin: 0 1rem 0 1.3rem;
}
@media screen and (max-width: 767px) {
	.column_post .post_main .block_index .ttl .ja::after {
		height: 3.6rem;
		margin: 0 2rem 0 2.6rem;
	}
}
.column_post .post_main .block_index .ttl .en {
	font-weight: 600;
	font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
	.column_post .post_main .block_index .ttl .en {
		font-size: 2.8rem;
	}
}
.column_post .post_main .block_index ol {
	counter-reset: index_item;
	margin-top: 2rem;
}
@media screen and (max-width: 767px) {
	.column_post .post_main .block_index ol {
		margin-top: 4rem;
	}
}
.column_post .post_main .block_index ol li {
	position: relative;
	font-weight: 500;
	font-size: 1.4rem;
	line-height: 2;
	letter-spacing: 0.09em;
	padding-left: 3em;
}
@media screen and (max-width: 767px) {
	.column_post .post_main .block_index ol li {
		font-size: 2.8rem;
	}
}
.column_post .post_main .block_index ol li + li {
	margin-top: 1em;
}
.column_post .post_main .block_index ol li:before {
	content: counter(index_item, decimal-leading-zero) ".";
	counter-increment: index_item;
	position: absolute;
	left: 0;
}
.column_post .post_main .block_index ol li a {
	display: block;
}
@media (any-hover: hover) {
	.column_post .post_main .block_index ol li a {
		transition: opacity 0.3s ease;
		cursor: pointer;
	}
	.column_post .post_main .block_index ol li a:hover {
		opacity: 0.7;
	}
}
.column_post .post_main .block_main .block_txt, .column_post .post_main .block_main .wp-block-group {
	padding: 5rem 0;
	position: relative;
}
@media screen and (max-width: 767px) {
	.column_post .post_main .block_main .block_txt, .column_post .post_main .block_main .wp-block-group {
		padding: 8rem 0;
	}
}
.column_post .post_main .block_main .block_txt::after, .column_post .post_main .block_main .wp-block-group::after {
	content: "";
	display: block;
	block-size: 0;
	font-size: 0;
	clear: both;
	visibility: hidden;
}
.column_post .post_main .block_main .block_txt > *:first-child, .column_post .post_main .block_main .block_txt .wp-block-group__inner-container > *:first-child, .column_post .post_main .block_main .wp-block-group > *:first-child, .column_post .post_main .block_main .wp-block-group .wp-block-group__inner-container > *:first-child {
	margin-top: 0;
}
.column_post .post_main .block_main .block_txt > *:last-child, .column_post .post_main .block_main .block_txt .wp-block-group__inner-container > *:last-child, .column_post .post_main .block_main .wp-block-group > *:last-child, .column_post .post_main .block_main .wp-block-group .wp-block-group__inner-container > *:last-child {
	margin-bottom: 0;
}
.column_post .post_main .block_main .block_txt:nth-child(even)::before, .column_post .post_main .block_main .wp-block-group:nth-child(even)::before {
	content: "";
	width: calc(100% + (100vw - 120rem) / 2 + 5rem);
	height: 100%;
	background-color: rgba(106, 100, 96, 0.1);
	position: absolute;
	right: -5rem;
	top: 0;
	z-index: -1;
}
@media screen and (max-width: 767px) {
	.column_post .post_main .block_main .block_txt:nth-child(even)::before, .column_post .post_main .block_main .wp-block-group:nth-child(even)::before {
		width: calc(100% + 8rem);
		right: -4rem;
	}
}
.column_post .post_main .block_main .block_txt p, .column_post .post_main .block_main .wp-block-group p {
	text-align: justify;
	font-weight: 400;
	font-size: 1.3rem;
	line-height: 2.6153846154;
	letter-spacing: 0.09em;
	margin: 1rem 0;
}
@media screen and (max-width: 767px) {
	.column_post .post_main .block_main .block_txt p, .column_post .post_main .block_main .wp-block-group p {
		font-size: 2.8rem;
		line-height: 2;
		margin: 4rem 0;
	}
}
.column_post .post_main .block_main .block_txt p + p, .column_post .post_main .block_main .wp-block-group p + p {
	margin-top: 2rem;
}
@media screen and (max-width: 767px) {
	.column_post .post_main .block_main .block_txt p + p, .column_post .post_main .block_main .wp-block-group p + p {
		margin-top: 4rem;
	}
}
.column_post .post_main .block_main .block_txt p > a, .column_post .post_main .block_main .wp-block-group p > a {
	color: #79C300;
	text-decoration: underline;
}
@media (any-hover: hover) {
	.column_post .post_main .block_main .block_txt p > a, .column_post .post_main .block_main .wp-block-group p > a {
		transition: opacity 0.3s ease;
		cursor: pointer;
	}
	.column_post .post_main .block_main .block_txt p > a:hover, .column_post .post_main .block_main .wp-block-group p > a:hover {
		opacity: 0.7;
	}
}
.column_post .post_main .block_main .block_txt h2, .column_post .post_main .block_main .wp-block-group h2 {
	position: relative;
	font-weight: 700;
	font-size: 2.8rem;
	line-height: 1.5;
	letter-spacing: 0.09em;
	padding-left: 2em;
	padding-bottom: 0.5em;
	border-bottom: 1px solid #C9C9C9;
	margin: 4rem 0;
}
@media screen and (max-width: 767px) {
	.column_post .post_main .block_main .block_txt h2, .column_post .post_main .block_main .wp-block-group h2 {
		font-size: 4.2rem;
		margin: 6rem 0;
	}
}
.column_post .post_main .block_main .block_txt h2:before, .column_post .post_main .block_main .wp-block-group h2:before {
	content: counter(block_item, decimal-leading-zero) ".";
	counter-increment: block_item;
	position: absolute;
	left: 0;
}
.column_post .post_main .block_main .block_txt h3, .column_post .post_main .block_main .wp-block-group h3 {
	font-weight: 700;
	font-size: 1.7rem;
	line-height: 1.5;
	letter-spacing: 0.09em;
	margin: 2rem 0 0.5rem;
}
@media screen and (max-width: 767px) {
	.column_post .post_main .block_main .block_txt h3, .column_post .post_main .block_main .wp-block-group h3 {
		font-size: 3.4rem;
		margin: 4rem 0 1rem;
	}
}
.column_post .post_main .block_main .block_txt h3 + p, .column_post .post_main .block_main .wp-block-group h3 + p {
	margin-top: 0;
}
.column_post .post_main .block_main .block_txt > figure, .column_post .post_main .block_main .wp-block-group > figure {
	margin: 3rem 0;
}
.column_post .post_main .block_main .block_txt figure img, .column_post .post_main .block_main .wp-block-group figure img {
	border-radius: 1.5rem;
}
@media screen and (max-width: 767px) {
	.column_post .post_main .block_main .block_txt figure img, .column_post .post_main .block_main .wp-block-group figure img {
		border-radius: 2.2rem;
	}
}
.column_post .post_main .block_main .block_txt figure figcaption, .column_post .post_main .block_main .wp-block-group figure figcaption {
	font-weight: 400;
	font-size: 1.3rem;
	line-height: 2;
	letter-spacing: 0.09em;
	margin-top: 0.5em;
}
@media screen and (max-width: 767px) {
	.column_post .post_main .block_main .block_txt figure figcaption, .column_post .post_main .block_main .wp-block-group figure figcaption {
		font-size: 2.8rem;
		line-height: 2;
	}
}
.column_post .post_main .block_main .block_txt ul, .column_post .post_main .block_main .wp-block-group ul {
	margin: 1rem 0;
}
@media screen and (max-width: 767px) {
	.column_post .post_main .block_main .block_txt ul, .column_post .post_main .block_main .wp-block-group ul {
		margin: 6rem 0;
	}
}
.column_post .post_main .block_main .block_txt ul li, .column_post .post_main .block_main .wp-block-group ul li {
	font-weight: 400;
	font-size: 1.3rem;
	line-height: 2.6153846154;
	letter-spacing: 0.09em;
	padding-left: 0.5em;
	text-indent: -0.5em;
	position: relative;
}
@media screen and (max-width: 767px) {
	.column_post .post_main .block_main .block_txt ul li, .column_post .post_main .block_main .wp-block-group ul li {
		font-size: 2.8rem;
		line-height: 2;
	}
}
.column_post .post_main .block_main .block_txt ul li:before, .column_post .post_main .block_main .wp-block-group ul li:before {
	content: "・";
}
.column_post .post_main .block_main .block_txt ol, .column_post .post_main .block_main .wp-block-group ol {
	counter-reset: list_item;
	margin: 1rem 0;
}
@media screen and (max-width: 767px) {
	.column_post .post_main .block_main .block_txt ol, .column_post .post_main .block_main .wp-block-group ol {
		margin: 6rem 0;
	}
}
.column_post .post_main .block_main .block_txt ol li, .column_post .post_main .block_main .wp-block-group ol li {
	position: relative;
	font-weight: 400;
	font-size: 1.3rem;
	line-height: 2.6153846154;
	letter-spacing: 0.09em;
	padding-left: 1.5em;
}
@media screen and (max-width: 767px) {
	.column_post .post_main .block_main .block_txt ol li, .column_post .post_main .block_main .wp-block-group ol li {
		font-size: 2.8rem;
		line-height: 2;
	}
}
.column_post .post_main .block_main .block_txt ol li:before, .column_post .post_main .block_main .wp-block-group ol li:before {
	content: counter(list_item);
	counter-increment: list_item;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-size: 0.9rem;
	line-height: 1;
	letter-spacing: 0;
	width: 1.3rem;
	height: 1.3rem;
	border: 1px solid #6B6460;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 1.1rem;
}
@media screen and (max-width: 767px) {
	.column_post .post_main .block_main .block_txt ol li:before, .column_post .post_main .block_main .wp-block-group ol li:before {
		width: 2.7rem;
		height: 2.7rem;
		font-size: 2.1rem;
		top: 1.5rem;
	}
}
.column_post .post_main .block_main .block_txt .btn, .column_post .post_main .block_main .wp-block-group .btn {
	margin: 2rem 0;
}
@media screen and (max-width: 767px) {
	.column_post .post_main .block_main .block_txt .btn, .column_post .post_main .block_main .wp-block-group .btn {
		text-align: center;
		margin: 8rem 0;
	}
}
.column_post .post_main .block_main .block_txt .table_scroll, .column_post .post_main .block_main .block_txt .wp-block-flexible-table-block-table, .column_post .post_main .block_main .wp-block-group .table_scroll, .column_post .post_main .block_main .wp-block-group .wp-block-flexible-table-block-table {
	margin: 3rem 0;
}
@media screen and (max-width: 767px) {
	.column_post .post_main .block_main .block_txt .table_scroll, .column_post .post_main .block_main .block_txt .wp-block-flexible-table-block-table, .column_post .post_main .block_main .wp-block-group .table_scroll, .column_post .post_main .block_main .wp-block-group .wp-block-flexible-table-block-table {
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}
	.column_post .post_main .block_main .block_txt .table_scroll table, .column_post .post_main .block_main .block_txt .wp-block-flexible-table-block-table table, .column_post .post_main .block_main .wp-block-group .table_scroll table, .column_post .post_main .block_main .wp-block-group .wp-block-flexible-table-block-table table {
		width: max-content;
		max-width: inherit;
		table-layout: auto;
	}
}
.column_post .post_main .block_main .block_txt table, .column_post .post_main .block_main .wp-block-group table {
	width: 100%;
	border-spacing: 0;
	border-collapse: separate;
	border: 1px solid #C9C9C9;
	border-radius: 1.5rem;
	overflow: hidden;
}
.column_post .post_main .block_main .block_txt table th, .column_post .post_main .block_main .block_txt table td, .column_post .post_main .block_main .wp-block-group table th, .column_post .post_main .block_main .wp-block-group table td {
	text-align: center;
	font-weight: 700;
	font-size: 1.4rem;
	line-height: 1.4285714286;
	letter-spacing: 0.09em;
	padding: 0.7rem 3rem;
}
@media screen and (max-width: 767px) {
	.column_post .post_main .block_main .block_txt table th, .column_post .post_main .block_main .block_txt table td, .column_post .post_main .block_main .wp-block-group table th, .column_post .post_main .block_main .wp-block-group table td {
		font-size: 2.8rem;
		padding: 1.4rem 6rem;
	}
}
.column_post .post_main .block_main .block_txt table th, .column_post .post_main .block_main .wp-block-group table th {
	color: #ffffff;
	padding: 1.7rem 3rem;
	background-color: #79C300;
	border-bottom: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
}
@media screen and (max-width: 767px) {
	.column_post .post_main .block_main .block_txt table th, .column_post .post_main .block_main .wp-block-group table th {
		padding: 3.4rem 6rem;
	}
}
.column_post .post_main .block_main .block_txt table td, .column_post .post_main .block_main .wp-block-group table td {
	border-bottom: 1px solid #C9C9C9;
	border-right: 1px solid #C9C9C9;
}
.column_post .post_main .block_main .block_txt table tr:last-child th, .column_post .post_main .block_main .block_txt table tr:last-child td, .column_post .post_main .block_main .wp-block-group table tr:last-child th, .column_post .post_main .block_main .wp-block-group table tr:last-child td {
	border-bottom: none;
}
.column_post .post_main .block_main .block_txt table tr th:last-child, .column_post .post_main .block_main .block_txt table tr td:last-child, .column_post .post_main .block_main .wp-block-group table tr th:last-child, .column_post .post_main .block_main .wp-block-group table tr td:last-child {
	border-right: none;
}
.column_post .post_main .block_main .block_txt hr, .column_post .post_main .block_main .wp-block-group hr {
	width: 100%;
	height: 1px;
	background-color: #C9C9C9;
	margin: 5rem 0;
}
.column_post .post_main .block_main .block_txt .wp-block-buttons, .column_post .post_main .block_main .wp-block-group .wp-block-buttons {
	margin: 2rem 0;
}
@media screen and (max-width: 767px) {
	.column_post .post_main .block_main .block_txt .wp-block-buttons, .column_post .post_main .block_main .wp-block-group .wp-block-buttons {
		text-align: center;
		margin: 8rem 0;
	}
}

@media screen and (min-width: 768px) {
	.interview_post .post_head {
		display: flex;
		align-items: flex-start;
		justify-content: space-between;
	}
	.interview_post .post_head .ttl_wrap {
		width: 79.3rem;
	}
}
.interview_post .post_head .meta {
	display: flex;
	align-items: flex-start;
	gap: 0 1rem;
}
@media screen and (max-width: 767px) {
	.interview_post .post_head .meta {
		gap: 0 1.5rem;
	}
}
.interview_post .post_head .meta .date {
	flex: 0 0 auto;
	width: 6.75em;
	font-weight: 400;
	font-size: 1.3rem;
	line-height: 1;
	letter-spacing: 0.07em;
	position: relative;
	margin-top: 0.2rem;
}
@media screen and (max-width: 767px) {
	.interview_post .post_head .meta .date {
		font-size: 2.6rem;
	}
}
.interview_post .post_head .meta .date::after {
	content: "";
	width: 1px;
	height: 1.2rem;
	background-color: #6B6460;
	position: absolute;
	right: 0;
	top: 0;
}
@media screen and (max-width: 767px) {
	.interview_post .post_head .meta .date::after {
		height: 2.4rem;
	}
}
.interview_post .post_head .meta .cate {
	flex: 1 1 auto;
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
	font-size: 1.2rem;
	line-height: 1.3333333333;
	letter-spacing: 0.09em;
}
@media screen and (max-width: 767px) {
	.interview_post .post_head .meta .cate {
		font-size: 2.4rem;
		line-height: 1.1666666667;
	}
}
.interview_post .post_head .ttl {
	font-size: 3rem;
	line-height: 1.5;
	letter-spacing: 0.08em;
	position: relative;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	text-overflow: ellipsis;
	margin-top: 2rem;
}
@media screen and (max-width: 767px) {
	.interview_post .post_head .ttl {
		font-size: 4.2rem;
	}
}
.interview_post .post_head .tag {
	max-height: 5.3rem;
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
	gap: 0.5rem;
	font-size: 1.1rem;
	line-height: 1.4545454545;
	letter-spacing: 0.13em;
	margin-top: 2rem;
	overflow: hidden;
}
@media screen and (max-width: 767px) {
	.interview_post .post_head .tag {
		max-height: 10.8rem;
		font-size: 2.2rem;
		line-height: 1.1818181818;
		gap: 1.2rem;
		margin-top: 4rem;
	}
}
.interview_post .post_head .tag span {
	padding: 0.3rem 1rem 0.5rem;
	background-color: #E1E0DF;
	border-radius: 1.2rem;
}
@media screen and (max-width: 767px) {
	.interview_post .post_head .tag span {
		padding: 1rem 2rem;
		border-radius: 2.1rem;
	}
}
.interview_post .post_share {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
@media screen and (min-width: 768px) {
	.interview_post .post_share {
		width: 32rem;
		margin-top: 5rem;
	}
}
@media screen and (max-width: 767px) {
	.interview_post .post_share {
		margin: 9rem 0 0;
	}
}
.interview_post .post_share .txt {
	font-size: 1.2rem;
	line-height: 1.6666666667;
}
@media screen and (max-width: 767px) {
	.interview_post .post_share .txt {
		font-size: 2.4rem;
		line-height: 1.4583333333;
	}
}
.interview_post .post_share .txt a {
	display: inline-block;
	padding-left: 3rem;
	position: relative;
}
@media screen and (max-width: 767px) {
	.interview_post .post_share .txt a {
		padding-left: 6rem;
	}
}
.interview_post .post_share .txt a::before {
	content: "";
	width: 2rem;
	aspect-ratio: 1/1;
	background: url(../img/common/share_ico.svg) no-repeat center/contain;
	position: absolute;
	left: 0;
	top: 0;
}
@media screen and (max-width: 767px) {
	.interview_post .post_share .txt a::before {
		width: 3.5rem;
	}
}
.interview_post .post_share .sns {
	display: flex;
	align-items: center;
	gap: 1rem;
}
@media screen and (max-width: 767px) {
	.interview_post .post_share .sns {
		gap: 2rem;
	}
}
.interview_post .post_share .sns > li {
	line-height: 1;
}
.interview_post .post_share .sns > li a {
	display: block;
}
.interview_post .post_share .sns > li img {
	max-width: inherit;
	width: 2.5rem;
}
@media screen and (max-width: 767px) {
	.interview_post .post_share .sns > li img {
		width: 5rem;
	}
}
.interview_post .post_main {
	max-width: 93.6rem;
	margin: 5rem auto 0;
}
@media screen and (max-width: 767px) {
	.interview_post .post_main {
		margin-top: 8rem;
	}
}
.interview_post .post_main .eyecatch .img {
	text-align: center;
}
@media screen and (max-width: 767px) {
	.interview_post .post_main .eyecatch .img {
		margin: 0 -4rem;
	}
}
.interview_post .post_main .eyecatch .img img {
	border-radius: 1.5rem;
}
@media screen and (max-width: 767px) {
	.interview_post .post_main .eyecatch .img img {
		border-radius: 0;
	}
}
.interview_post .post_main .eyecatch h2 {
	font-weight: 700;
	font-size: 2.8rem;
	line-height: 1.5;
	letter-spacing: 0.09em;
	margin: 3rem 0 0;
}
@media screen and (max-width: 767px) {
	.interview_post .post_main .eyecatch h2 {
		font-size: 5.6rem;
		margin: 6rem 0 0;
	}
	.interview_post .post_main .eyecatch h2 + p {
		margin-top: 3rem;
	}
}
.interview_post .post_main .eyecatch p {
	text-align: justify;
	font-weight: 400;
	font-size: 1.4rem;
	line-height: 2;
	letter-spacing: 0.09em;
	margin: 1.5rem 0 0;
}
@media screen and (max-width: 767px) {
	.interview_post .post_main .eyecatch p {
		font-size: 2.8rem;
		margin: 4rem 0;
	}
}
.interview_post .post_main .block_index {
	padding: 4.5rem 5rem;
	border: 0.2rem solid #79C300;
	border-radius: 1.8rem;
	margin: 8rem 0 4rem;
}
@media screen and (max-width: 767px) {
	.interview_post .post_main .block_index {
		padding: 10rem 2rem 10rem 5rem;
		border: 0.6rem solid #79C300;
		border-radius: 3.4rem;
		margin: 10rem 0 5rem;
	}
}
.interview_post .post_main .block_index .ttl {
	color: #79C300;
}
.interview_post .post_main .block_index .ttl span {
	display: inline-block;
}
.interview_post .post_main .block_index .ttl .ja {
	font-weight: 500;
	font-size: 1.7rem;
	line-height: 1.0588235294;
}
@media screen and (max-width: 767px) {
	.interview_post .post_main .block_index .ttl .ja {
		font-size: 3.4rem;
	}
}
.interview_post .post_main .block_index .ttl .ja::after {
	content: "";
	display: inline-block;
	vertical-align: bottom;
	width: 1px;
	height: 1.8rem;
	background-color: #79C300;
	margin: 0 1rem 0 1.3rem;
}
@media screen and (max-width: 767px) {
	.interview_post .post_main .block_index .ttl .ja::after {
		height: 3.6rem;
		margin: 0 2rem 0 2.6rem;
	}
}
.interview_post .post_main .block_index .ttl .en {
	font-weight: 600;
	font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
	.interview_post .post_main .block_index .ttl .en {
		font-size: 2.8rem;
	}
}
.interview_post .post_main .block_index ol {
	counter-reset: index_item;
	margin-top: 2rem;
}
@media screen and (max-width: 767px) {
	.interview_post .post_main .block_index ol {
		margin-top: 4rem;
	}
}
.interview_post .post_main .block_index ol li {
	position: relative;
	font-weight: 500;
	font-size: 1.4rem;
	line-height: 2;
	letter-spacing: 0.09em;
	padding-left: 3em;
}
@media screen and (max-width: 767px) {
	.interview_post .post_main .block_index ol li {
		font-size: 2.8rem;
	}
}
.interview_post .post_main .block_index ol li + li {
	margin-top: 1em;
}
.interview_post .post_main .block_index ol li:before {
	content: counter(index_item, decimal-leading-zero) ".";
	counter-increment: index_item;
	position: absolute;
	left: 0;
}
.interview_post .post_main .block_index ol li a {
	display: block;
}
@media (any-hover: hover) {
	.interview_post .post_main .block_index ol li a {
		transition: opacity 0.3s ease;
		cursor: pointer;
	}
	.interview_post .post_main .block_index ol li a:hover {
		opacity: 0.7;
	}
}
.interview_post .post_main .block_main .block_txt, .interview_post .post_main .block_main .wp-block-group {
	padding: 5rem 0;
	position: relative;
}
.interview_post .post_main .block_main .block_txt::after, .interview_post .post_main .block_main .wp-block-group::after {
	content: "";
	display: block;
	block-size: 0;
	font-size: 0;
	clear: both;
	visibility: hidden;
}
@media screen and (max-width: 767px) {
	.interview_post .post_main .block_main .block_txt, .interview_post .post_main .block_main .wp-block-group {
		padding: 8rem 0;
	}
}
.interview_post .post_main .block_main .block_txt > *:first-child, .interview_post .post_main .block_main .wp-block-group > *:first-child {
	margin-top: 0;
}
.interview_post .post_main .block_main .block_txt > *:last-child, .interview_post .post_main .block_main .wp-block-group > *:last-child {
	margin-bottom: 0;
}
.interview_post .post_main .block_main .block_txt:nth-child(even)::before, .interview_post .post_main .block_main .wp-block-group:nth-child(even)::before {
	content: "";
	width: 100vw;
	height: 100%;
	background-color: rgba(106, 100, 96, 0.1);
	position: absolute;
	left: calc((100vw - 93.6rem) / 2 * -1);
	top: 0;
	z-index: -1;
}
@media screen and (max-width: 767px) {
	.interview_post .post_main .block_main .block_txt:nth-child(even)::before, .interview_post .post_main .block_main .wp-block-group:nth-child(even)::before {
		width: calc(100% + 8rem);
		left: -4rem;
	}
}
.interview_post .post_main .block_main .block_txt p, .interview_post .post_main .block_main .wp-block-group p {
	text-align: justify;
	font-weight: 400;
	font-size: 1.4rem;
	line-height: 2;
	letter-spacing: 0.09em;
	margin: 1rem 0;
}
@media screen and (max-width: 767px) {
	.interview_post .post_main .block_main .block_txt p, .interview_post .post_main .block_main .wp-block-group p {
		font-size: 2.8rem;
		line-height: 2;
		margin: 4rem 0;
	}
}
.interview_post .post_main .block_main .block_txt p + p, .interview_post .post_main .block_main .wp-block-group p + p {
	margin-top: 2rem;
}
@media screen and (max-width: 767px) {
	.interview_post .post_main .block_main .block_txt p + p, .interview_post .post_main .block_main .wp-block-group p + p {
		margin-top: 4rem;
	}
}
.interview_post .post_main .block_main .block_txt p > a, .interview_post .post_main .block_main .wp-block-group p > a {
	color: #79C300;
	text-decoration: underline;
}
@media (any-hover: hover) {
	.interview_post .post_main .block_main .block_txt p > a, .interview_post .post_main .block_main .wp-block-group p > a {
		transition: opacity 0.3s ease;
		cursor: pointer;
	}
	.interview_post .post_main .block_main .block_txt p > a:hover, .interview_post .post_main .block_main .wp-block-group p > a:hover {
		opacity: 0.7;
	}
}
.interview_post .post_main .block_main .block_txt h2, .interview_post .post_main .block_main .wp-block-group h2 {
	position: relative;
	font-weight: 700;
	font-size: 2.8rem;
	line-height: 1.5;
	letter-spacing: 0.09em;
	padding-bottom: 0.5em;
	border-bottom: 1px solid #C9C9C9;
	margin: 4rem 0;
}
@media screen and (max-width: 767px) {
	.interview_post .post_main .block_main .block_txt h2, .interview_post .post_main .block_main .wp-block-group h2 {
		font-size: 4.2rem;
		margin: 6rem 0;
	}
}
.interview_post .post_main .block_main .block_txt h3, .interview_post .post_main .block_main .wp-block-group h3 {
	font-weight: 700;
	font-size: 1.4rem;
	line-height: 1.5;
	letter-spacing: 0.09em;
	margin: 2rem 0;
}
@media screen and (max-width: 767px) {
	.interview_post .post_main .block_main .block_txt h3, .interview_post .post_main .block_main .wp-block-group h3 {
		font-size: 3.2rem;
		line-height: 1.75;
		margin: 5rem 0;
	}
}
.interview_post .post_main .block_main .block_txt > figure, .interview_post .post_main .block_main .wp-block-group > figure {
	margin: 3rem 0;
}
.interview_post .post_main .block_main .block_txt figure img, .interview_post .post_main .block_main .wp-block-group figure img {
	border-radius: 1.5rem;
}
@media screen and (max-width: 767px) {
	.interview_post .post_main .block_main .block_txt figure img, .interview_post .post_main .block_main .wp-block-group figure img {
		border-radius: 2.2rem;
	}
}
.interview_post .post_main .block_main .block_txt figure figcaption, .interview_post .post_main .block_main .wp-block-group figure figcaption {
	font-size: 1rem;
	line-height: 2;
	letter-spacing: 0.09em;
}
@media screen and (max-width: 767px) {
	.interview_post .post_main .block_main .block_txt figure figcaption, .interview_post .post_main .block_main .wp-block-group figure figcaption {
		font-size: 2.4rem;
	}
}
.interview_post .post_main .block_main .block_txt ul, .interview_post .post_main .block_main .wp-block-group ul {
	margin: 1rem 0;
}
@media screen and (max-width: 767px) {
	.interview_post .post_main .block_main .block_txt ul, .interview_post .post_main .block_main .wp-block-group ul {
		margin: 6rem 0;
	}
}
.interview_post .post_main .block_main .block_txt ul li, .interview_post .post_main .block_main .wp-block-group ul li {
	font-weight: 400;
	font-size: 1.3rem;
	line-height: 2.6153846154;
	letter-spacing: 0.09em;
	padding-left: 0.5em;
	text-indent: -0.5em;
	position: relative;
}
@media screen and (max-width: 767px) {
	.interview_post .post_main .block_main .block_txt ul li, .interview_post .post_main .block_main .wp-block-group ul li {
		font-size: 2.8rem;
		line-height: 2;
	}
}
.interview_post .post_main .block_main .block_txt ul li:before, .interview_post .post_main .block_main .wp-block-group ul li:before {
	content: "・";
}
.interview_post .post_main .block_main .block_txt ol, .interview_post .post_main .block_main .wp-block-group ol {
	counter-reset: list_item;
	margin: 1rem 0;
}
@media screen and (max-width: 767px) {
	.interview_post .post_main .block_main .block_txt ol, .interview_post .post_main .block_main .wp-block-group ol {
		margin: 6rem 0;
	}
}
.interview_post .post_main .block_main .block_txt ol li, .interview_post .post_main .block_main .wp-block-group ol li {
	position: relative;
	font-weight: 400;
	font-size: 1.3rem;
	line-height: 2.6153846154;
	letter-spacing: 0.09em;
	padding-left: 1.5em;
}
@media screen and (max-width: 767px) {
	.interview_post .post_main .block_main .block_txt ol li, .interview_post .post_main .block_main .wp-block-group ol li {
		font-size: 2.8rem;
		line-height: 2;
	}
}
.interview_post .post_main .block_main .block_txt ol li:before, .interview_post .post_main .block_main .wp-block-group ol li:before {
	content: counter(list_item);
	counter-increment: list_item;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-size: 0.9rem;
	line-height: 1;
	letter-spacing: 0;
	width: 1.3rem;
	height: 1.3rem;
	border: 1px solid #6B6460;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 1.1rem;
}
@media screen and (max-width: 767px) {
	.interview_post .post_main .block_main .block_txt ol li:before, .interview_post .post_main .block_main .wp-block-group ol li:before {
		width: 2.7rem;
		height: 2.7rem;
		font-size: 2.1rem;
		top: 1.5rem;
	}
}
.interview_post .post_main .block_main .block_txt .btn, .interview_post .post_main .block_main .wp-block-group .btn {
	margin: 2rem 0;
}
@media screen and (max-width: 767px) {
	.interview_post .post_main .block_main .block_txt .btn, .interview_post .post_main .block_main .wp-block-group .btn {
		text-align: center;
		margin: 8rem 0;
	}
}
.interview_post .post_main .block_main .block_txt .img_col, .interview_post .post_main .block_main .wp-block-group .img_col {
	display: flex;
	align-items: center;
	gap: 2.4rem;
	margin: 3rem 0;
}
@media screen and (max-width: 767px) {
	.interview_post .post_main .block_main .block_txt .img_col, .interview_post .post_main .block_main .wp-block-group .img_col {
		flex-direction: column-reverse;
	}
}
.interview_post .post_main .block_main .block_txt .img_col > *, .interview_post .post_main .block_main .wp-block-group .img_col > * {
	width: 45.6rem;
}
@media screen and (max-width: 767px) {
	.interview_post .post_main .block_main .block_txt .img_col > *, .interview_post .post_main .block_main .wp-block-group .img_col > * {
		width: 100%;
	}
}
.interview_post .post_main .block_main .block_txt .img_col .txt_wrap, .interview_post .post_main .block_main .wp-block-group .img_col .txt_wrap {
	padding-left: 1.6rem;
}
@media screen and (max-width: 767px) {
	.interview_post .post_main .block_main .block_txt .img_col .txt_wrap, .interview_post .post_main .block_main .wp-block-group .img_col .txt_wrap {
		padding: 0;
	}
}
.interview_post .post_main .block_main .block_txt .img_col .txt_wrap > *:first-child, .interview_post .post_main .block_main .wp-block-group .img_col .txt_wrap > *:first-child {
	margin-top: 0;
}
.interview_post .post_main .block_main .block_txt .img_col._reverse, .interview_post .post_main .block_main .wp-block-group .img_col._reverse {
	flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
	.interview_post .post_main .block_main .block_txt .img_col._reverse, .interview_post .post_main .block_main .wp-block-group .img_col._reverse {
		flex-direction: column-reverse;
	}
}
.interview_post .post_main .block_main .block_txt .img_col._reverse .txt_wrap, .interview_post .post_main .block_main .wp-block-group .img_col._reverse .txt_wrap {
	padding-left: 0;
	padding-right: 1.6rem;
}
@media screen and (max-width: 767px) {
	.interview_post .post_main .block_main .block_txt .img_col._reverse .txt_wrap, .interview_post .post_main .block_main .wp-block-group .img_col._reverse .txt_wrap {
		padding: 0;
	}
}
.interview_post .post_main .block_main .block_txt hr, .interview_post .post_main .block_main .wp-block-group hr {
	width: 100%;
	height: 1px;
	background-color: #C9C9C9;
	margin: 5rem 0;
}
.interview_post .post_main .block_main .block_txt .wp-block-buttons, .interview_post .post_main .block_main .wp-block-group .wp-block-buttons {
	margin: 2rem 0;
}
@media screen and (max-width: 767px) {
	.interview_post .post_main .block_main .block_txt .wp-block-buttons, .interview_post .post_main .block_main .wp-block-group .wp-block-buttons {
		text-align: center;
		margin: 8rem 0;
	}
}

.smb-read-more-box__content[aria-hidden=false] {
	overflow: visible;
}