@charset "UTF-8";

.cmnentry {
	padding-top: 40px;
}

.post {
}

.post_hd {
	padding: 60px 0 80px;
	background: var(--mc);
	text-align: center;
}

.post_hd_wrap {
	display: flex;
	align-items: center;
	gap: 50px;
	position: relative;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 40px;
}

.post_hd_logo {
	width: 150px;
}

.post_hd_ttl {
	color: #ffffff;
	font-weight: 500;
	font-size: 28px;
	line-height: 1.5;
}

.post_hd_ttl span {
	display: block;
}

.post_hd_ttl em {
	display: block;
	text-align: left;
}

.post_hd_lead {
}

.post_hd_entry {
	margin-top: 40px;
}

.post_hd_entry a {
	display: inline-block;
	width: 100%;
	max-width: 320px;
	border-radius: 5px;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
	background: linear-gradient(135deg, #f86060 0%, #fca047 100%);
	color: #ffffff;
	font-weight: bold;
	font-size: 24px;
	line-height: 60px;
}

.post_body {
	padding: 40px 0 120px;
}

.post_tab > .inner,
.post_body > .inner {
	max-width: 1000px;
}

.post_wrap {
	margin-bottom: 70px;
}

.post_intro {
	padding-bottom: 70px;
}

.post_video {
	position: relative;
	width: 100%;
	max-width: 800px;
	margin: 30px auto 60px;
	text-align: center;
}

.post_video:before {
	content: "";
	display: block;
	padding-top: 56.25%;
}

.post_video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.post_link a,
.entry_link a {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
	width: 470px;
	height: 100px;
	margin: 0 auto;
	border-radius: 5px;
	box-shadow: 0 3px 10px #00000016;
	background: linear-gradient(-12.189deg, #00d69c, #008dd8);
	color: #ffffff;
	font-weight: bold;
	font-size: 24px;
}

.post_link a span,
.entry_link a span {
	display: flex;
	width: 12px;
}

.post_cnt {
}

.post_imgs {
	display: flex;
	flex-wrap: wrap;
	margin-top: 60px;
}

.post_imgs:first-child {
	margin-top: 0;
}

.post_imgs > figure {
	max-width: 48.5%;
	margin-top: 3%;
	margin-left: 3%;
}

.post_imgs > figure:nth-child(-n+2) {
	margin-top: 0;
}

.post_imgs > figure:nth-child(2n+1) {
	margin-left: 0;
}

.post_date {
	font-size: 10px;
	text-align: right;
}

.post_date dt,
.post_date dd {
	display: inline-block;
}

.post_date dt {
}

.post_date dd {
}

.post_sec {
	padding: 40px 0;
	border-top: 1px solid #d6d6d6;
}

.post_sec_ttl {
	position: relative;
	padding-left: 20px;
	font-weight: bold;
	font-size: 20px;
	line-height: 1.5;
}

.post_sec_ttl:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 9px;
	height: 100%;
	background: linear-gradient(180deg, #f86060 0%, #fca047 100%);
}

.post_sec_text {
	margin-top: 20px;
}

.intv {
	padding: 60px;
	background: #f5f5f5;
}

.intv_hd {
	text-align: center;
}

.intv_hd_ttl {
	font-weight: bold;
	font-size: 25px;
}

.intv_hd_text {
}

.intv_link {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	max-width: 960px;
	margin: 40px auto 0;
	text-align: center;
}

.intv_link_item {
	display: inline-block;
	margin-top: 40px;
	margin-left: 40px;
}

.intv_link_img {
}

.intv_link_img img {
	display: inline-block;
	border-radius: 50%;
}

.intv_link_cap {
	margin-top: 20px;
}

.intv_btn {
	margin-top: 60px;
	text-align: center;
}

.intv_btn a {
	display: inline-block;
	width: 100%;
	max-width: 800px;
	padding: 20px;
	border-radius: 5px;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
	background: linear-gradient(135deg, #f86060 0%, #fca047 100%);
	color: #ffffff;
	font-weight: bold;
	font-size: 24px;
}

.intv_btn a span {
	display: block;
	line-height: 1.5;
}

.entry_link {
	padding: 85px 0 70px;
}

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

@media screen and (min-width:641px) {
	.intv_link_item:nth-child(-n+4) {
		margin-top: 0;
	}

	.intv_link_item:nth-child(4n+1) {
		margin-left: 0;
	}
}

@media screen and (max-width:640px) {
	.cmnentry {
	}

	.post {
	}

	.post_hd {
		padding: 30px 20px;
	}

	.post_hd_wrap {
		flex-flow: column;
		gap: 0;
		padding: 0;
	}

	.post_hd_logo {
		width: 90px;
	}

	.post_hd_ttl {
		line-height: 1.2;
		text-align: center;
	}

	.post_hd_ttl span {
		display: unset;
		font-size: 22px;
	}

	.post_hd_ttl em {
		display: block;
		font-size: 20px;
		text-align: center;
	}

	.post_hd_lead {
		margin-top: 15px;
		text-align: left;
	}

	.post_hd_entry {
		margin-top: 30px;
	}

	.post_hd_entry a {
	}

	.post_body {
		padding: 20px 0;
	}

	.post_wrap {
		margin-bottom: 40px;
	}

	.post_intro {
		padding-bottom: 30px;
	}

	.post_video {
		margin: 20px auto 30px;
	}

	.post_link a,
	.entry_link a {
		width: 100%;
		max-width: 350px;
		height: 65px;
		font-size: 20px;
	}

	.post_link a span,
	.entry_link a span {
		width: 9px;
	}

	.post_cnt {
	}

	.post_cnt.-current {
	}

	.post_imgs {
		margin-top: 40px;
	}

	.post_imgs:first-child {
	}

	.post_imgs > figure {
	}

	.post_imgs > figure:nth-child(-n+2) {
	}

	.post_imgs > figure:nth-child(2n+1) {
	}

	.post_date {
		margin-bottom: 20px;
		font-size: 12px;
	}

	.post_date dt,
	.post_date dd {
	}

	.post_date dt {
	}

	.post_date dd {
	}

	.post_sec {
		padding: 20px 0;
	}

	.post_sec_ttl {
		font-size: 16px;
	}

	.post_sec_ttl:before {
	}

	.post_sec_text {
		margin-top: 10px;
	}

	.post_faq {
		margin-top: 40px;
	}

	.post_faq:first-child {
	}

	.post_faq_ttl {
		font-size: 16px;
	}

	.post_faq_ttl:before,
	.post_faq_text:before {
		top: 0.05em;
	}

	.post_faq_ttl:before {
	}

	.post_faq_text {
		margin-top: 10px;
	}

	.post_faq_text:before {
	}

	.post_faq_text a {
	}

	.post_faq_text a:hover {
	}

	.intv {
		padding: 40px 0;
	}

	.intv_hd {
	}

	.intv_hd_ttl {
		font-size: 20px;
	}

	.intv_hd_text {
	}

	.intv_link {
	}

	.intv_link_item {
		width: 48%;
		margin-top: 30px;
		margin-left: 4%;
	}

	.intv_link_item:nth-child(-n+2) {
		margin-top: 0;
	}

	.intv_link_item:nth-child(2n+1) {
		margin-left: 0;
	}

	.intv_link_img {
	}

	.intv_link_img img {
	}

	.intv_link_cap {
		margin-top: 10px;
		font-size: 12px;
	}

	.entry_link {
		padding: 40px 0;
	}
}
