#contents .article-body {
	padding-bottom: 0 !important;
}
#contents .article-body > section {
	margin: 0 auto !important;
}
#contents .l-content {
	width: 100%;
}
#contents .l-content__inner {
	margin-bottom: 0 !important;
}
#contents .l-content__main {
	width: 100% !important;
}
#contents .breadcrumb, #contents .sec_inner {
	width: calc(100% - 32px);
	margin-left: auto;
	margin-right: auto;
	padding-left: calc(8px * 2);
	padding-right: calc(8px * 2);
}
@media screen and (min-width: 768px) {
	#contents .breadcrumb, #contents .sec_inner {
		width: calc(768px - 32px);
	}
}
@media screen and (min-width: 960px) {
	#contents .breadcrumb, #contents .sec_inner {
		width: calc(960px - 32px);
	}
}
@media screen and (min-width: 1200px) {
	#contents .breadcrumb, #contents .sec_inner {
		width: calc(1212px - 32px);
	}
}
#contents .sec_inner {
	padding-top: calc(8px * 8);
	padding-bottom: calc(8px * 8);
}
#contents .ncH2:first-child {
	margin-top: 0 !important;
}
.bg-puzzle {
	background-color: #fff;
	background-repeat: no-repeat;
	background-image: url("/wp-content/ncPackage/img/common/bg-puzzle-r.png"), url("/wp-content/ncPackage/img/common/bg-puzzle-l.png");
	background-position: right top, left bottom;
}
@media (min-width: 768px) {
	.bg-puzzle {
		background-size: calc(47% - 590px) auto;
	}
}
@media (max-width: 767px) {
	.bg-puzzle {
		background-size: 40vw;
	}
}
@media (max-width: 767px) {
	#intro .sec_header {
		margin-bottom: 5vw;
	}
	#intro .ncColumns_panel {
		margin-bottom: 5vw;
	}
}
#feature .sec_inner {
	overflow: hidden;
}
#feature .feature {
	background: linear-gradient(to right, #FFF026, #FFDE37);
	border-radius: 5px;
	box-shadow: 0 0 10px #7d7d7d;
	text-align: center;
}
@media (max-width: 767px) {
	#feature .feature {
		margin-bottom: 10vw;
		padding: 5vw;
	}
	#feature .feature h3 {
		margin-bottom: 5vw;
	}
}
@media (min-width: 768px) {
	#feature .sec_header {
		position: relative;
		z-index: 1;
	}
	#feature .sec_content {
		position: relative;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		gap: 2em 30%;
	}
	#feature .sec_content .apli_visual {
		position: absolute;
		z-index: 0;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		width: 80%;
		height: auto;
	}
	#feature .sec_content .feature {
		z-index: 1;
		width: 30%;
		aspect-ratio: 39 / 21;
		padding: calc(8px * 3);
	}
	#feature .sec_content .feature h3 {
		margin-bottom: calc(8px * 2.5);
	}
}
@media (min-width: 768px) {
	#benefits .ncColumns {
		margin-bottom: calc(8px * 4);
	}
	#benefits .ncColumns_panel.-large {
		display: flex;
		flex-direction: column;
		justify-content: center;
	}
}
#benefits h3 {
	text-align: justify;
}
@media (min-width: 768px) {
	#benefits h3 {
		margin-bottom: calc(8px * 3);
	}
}
#benefits h3 .ico_num {
	width: fit-content;
	height: 2em;
	margin-bottom: 1em;
}
#benefits h3 .ico_num img {
	height: 100%;
}
#benefits .ncRows_image {
	margin-bottom: 1em;
}
@media (max-width: 767px) {
	#benefits .ncRows_image {
		width: 100%;
	}
}
#benefits .ncRows_image picture {
	border-radius: 20px;
	overflow: hidden;
}
@media (min-width: 768px) {
	#benefits .ncRows_image picture {
		aspect-ratio: 370/333;
	}
}
@media (max-width: 767px) {
	#benefits .ncRows_image picture {
		aspect-ratio: 315 / 130;
	}
}
#benefits .ncRows_image picture img {
	width: 100%;
	height: 100%;
	max-width: initial;
	object-fit: cover;
}
@media (max-width: 767px) {
	#benefits .ncColumns {
		margin-top: 2.5em;
	}
	#benefits .ncColumns_panel.-large p:last-of-type {
		margin-bottom: 0;
	}
}
#reason .ncColumns {
	background-color: #fafafa;
	border-radius: 20px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
}
#reason .ncColumns picture {
	border-radius: 20px;
	overflow: hidden;
}
#reason .ncColumns picture img {
	max-width: initial;
	border-radius: 0;
}
@media (min-width: 768px) {
	#reason .ncColumns {
		margin-bottom: calc(8px * 4);
		padding: calc(8px * 4);
		border-radius: calc(8px * 2.5);
	}
	#reason .ncColumns_panel.-text {
		display: flex;
		flex-direction: column;
		justify-content: center;
	}
	#reason .ncColumns picture {
		aspect-ratio: 315 / 174;
	}
	#reason .ncColumns picture img {
		width: 100%;
		height: 100%;
		max-width: initial;
		object-fit: cover;
	}
}
@media (max-width: 767px) {
	#reason .ncColumns {
		margin-bottom: 2em;
	}
	#reason .ncColumns_panel:last-of-type {
		margin-top: 0;
		padding: 2em;
	}
	#reason .ncColumns picture {
		display: flex;
		justify-content: center;
		align-items: center;
		aspect-ratio: 483 / 255;
		border-bottom-left-radius: 0;
		border-bottom-right-radius: 0;
	}
	#reason .ncColumns picture img {
		width: 102%;
		height: auto;
	}
}