@charset "UTF-8";

/*---------------------------------------
	header
---------------------------------------*/
#header {
	position: fixed;
	width: 100vw;
	top: 0;
	left: 0;
	z-index: 99;
	transition: all  0.3s ease;
}
#header.active_scroll {
	background: rgba(35, 24, 21, 0.4);
	transition: all  0.3s ease;
}
.header_block {
	width: 1200px;
	margin: 0 auto;
}
.headerLeft {
	width: 277px;
}
.gnav_item {
	margin: 0 0.3em;
}
.gnav_item a {
	position: relative;
	display: block;
	color: var(--base-sub-col-w);
	line-height: 1;
	width: 100%;
	padding: 1.69em 0.6em;
}
.gnav_item img {
	vertical-align: middle;
}
.gnav_item:first-child img{
	width: 63.5px;
}
.gnav_item:nth-child(2) img {
	width: 44.4px;
}
.gnav_item:nth-child(3) img {
	width: 71.6px;
}
.gnav_item:nth-child(4) img {
	width: 50.9px;
}
.gnav_02_item_contact {
	background: var(--base-sub-col-w);
}
.gnav_02_item a {
	position: relative;
	display: block;
	color: var(--base-sub-col-w);
	font-size: 1.4rem;
	line-height: 1;
	width: 100%;
	padding: 3em 2.1em 1em;
}
.gnav_02_item a::before {
	content: '';
	position: absolute;
	display: block;
	top: 1em;
}
.gnav_02_item_contact a {
	background: var(--base-sub-col-r);
}
.gnav_02_item_contact a::before {
	background: url(../img/icon_doc.png) no-repeat top left;
	background-size: 30px 20px;
	width: 30px;
	height: 20px;
	left: 50%;
	margin-left: -15px;
}
@media (max-width:1439px){
	.header_block {
		width: auto;
		padding-left: 1em;
		margin-right: -0.3em;
	}
}
@media (min-width:768px){
	.gnav_sub_ttl {
		display: none;
	}
	.gnav_list {
		padding-right: 0.6em;
	}
	.gnav_item a:hover {
		opacity: 1;
	}
	.gnav_item a::after {
		content: '';
		position: absolute;
		display: block;
		background: var(--base-sub-col-w);
		width: 0;
		height: 2px;
		bottom: 1em;
		left: 50%;
		margin: 0 auto;
		transition: all 0.3s ease-in-out 0s;
	}
	.gnav_item a:hover::after {
		left : 0.6em;
		width: calc(100% - 1.2em);
	}
}
@media (max-width:767px){
	#header {
		background: rgba(35, 24, 21, 0.4);
	}
	.headerLeft {
		width: calc(100% - 55.5px);
	}
	.header_logo {
		width: 85.8%;
		max-width: 274.5px;
	}
	.headerRight {
		width: 55.5px;
	}
	.headerRight_menu {
		position: relative;
		background: var(--base-col-g);
		color: var(--base-sub-col-w);
		font-family: var(--font-mincho);
		font-size: 1.1rem;
		line-height: 1;
		text-align: center;
		width: 100%;
		height: 60px;
	}
	.headerRight_menu span {
		position: absolute;
	}
	.headerRight_menu_item {
		background: var(--base-sub-col-w);
		width: 27px;
		height: 2px;
		left: 50%;
		border-radius: 1px;
		margin-left: -13.5px;
		transform-origin: center center;
		transition: top 0.2s ease-in-out 0.3s,transform 0.2s ease-in-out 0s;
	}
	.gnav_active .headerRight_menu_item {
		transition: top 0.2s ease-in-out 0s,transform 0.2s ease-in-out 0.3s;
	}
	.headerRight_menu_item:first-child {
		top: 12px;
	}
	.headerRight_menu_item:nth-child(2) {
		top: 21.5px;
	}
	.headerRight_menu_item:nth-child(3) {
		top: 31px;
	}
	.gnav_active .headerRight_menu_item:first-child {
		top: 20px;
		transform: rotate(45deg);
	}
	.gnav_active .headerRight_menu_item:nth-child(2) {
		top: 21.5px;
		transform: scaleX(0);
	}
	.gnav_active .headerRight_menu_item:nth-child(3) {
		top: 20px;
		transform: rotate(-45deg);
	}
	.headerRight_menu_txt,
	.headerRight_close_txt {
		text-align: center;
		width: 100%;
		bottom: 0.8em;
		left: 0;
		transition: all 0.5s ease-in-out;
	}
	.gnav_active .headerRight_menu_txt {
		opacity: 0;
	}
	.headerRight_close_txt {
		opacity: 0;
	}
	.gnav_active .headerRight_close_txt {
		opacity: 1;
	}
	.gnav {
		position: fixed;
		display: none;
		width: 100%;
		top: 60px;
		left: 0;
		z-index: 99;
	}
	.gnav_list {
		border: 1px solid #999999;
	}
	.gnav_item {
		background:rgba(255, 255, 255, 0.8);
		width: 100%;
		margin: 0;
	}
	.gnav_item:nth-last-child(n+2) {
		border-bottom: 1px solid #999999;
	}
	.gnav_item a {
		color: var(--base-col-b);
		font-size: 1.2rem;
		line-height: 1.5rem;
		padding: 1.8em 3em 1.8em 6em;
	}
	.gnav_item picture {
		display: inline-block;
		width: 87px;
	}
	.gnav_item:first-child img{
		width: 68px;
	}
	.gnav_item:nth-child(2) img {
		width: 47.6px;
	}
	.gnav_item:nth-child(3) img {
		width: 76.8px;
	}
	.gnav_item:nth-child(4) img {
		width: 54.5px;
	}
	.gnav_02 {
		position: fixed;
		width: 100%;
		bottom: 0;
		left: 0;
		border: 1px solid #999999;
		border-left: none;
		z-index: 98;
	}
	.gnav_02_item {
		width: 50%;
		border-left: 1px solid #999999;
	}
	.gnav_02_item a {
		font-family: var(--font-mincho);
		font-size: 1.8rem;
		text-align: center;
		padding: 1.15em 0 1.15em 3em;
	}
	.gnav_02_item a::before {
		top: 50%;
		left: 50%;
	}
	.gnav_02_item_tel {
		background: var(--base-col-g);
	}
	.gnav_02_item_tel a::before {
		background: url(../img/icon_tel.png) no-repeat top left;
		background-size: 39.5px 26px;
		width: 39.5px;
		height: 26px;
		margin: -13px 0 0 -59.5px;
	}
	.gnav_02_item_contact a::before {
		background-size: 37.5px 25px;
		width: 37.5px;
		height: 25px;
		margin: -12.5px 0 0 -57.5px;
	}
}

/*---------------------------------------
	mv
---------------------------------------*/
/* mv img */
.mv_img_block {
	position: relative;
	height: 100vh;
	min-height: 670px;
}
.mv_img_bg {
	object-fit: cover;
	width: 100%;
	height: 100%;
}
@media all and (-ms-high-contrast: none) {
	.mv_img_bg {
		font-family: 'object-fit: cover;';
		height: auto;
	}
}
.mv_img_box {
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
	font-family: var(--font-mincho);
	color: #000000;
	text-align: center;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.mv_img_box_inner {
	position: relative;
	width: 1440px;
	margin: 0 calc((100% - 1440px) / 2);
	z-index: 1;
}
.mv_img_ttl {
	width: 37.9%;
	margin: 0 auto 2.1em;	
}
.mv_img_txt {
	margin-bottom: 1em;
	text-shadow: 0px 0px 10px rgba(86, 124, 3, 1), 0px 0px 10px rgba(86, 124, 3, 1), 0px 0px 10px rgba(86, 124, 3, 1);
}
.mv_img_txt span {
	color: var(--base-sub-col-w);
	font-size: 2rem;
	line-height: 1;
	letter-spacing: 0.1rem;
	border-bottom: 2px solid var(--base-sub-col-w);
	padding-bottom: 0.2em;
}
.mv_img_sub_ttl {
	color: var(--base-sub-col-w);
	font-size: 5.8rem;
	line-height: 1;
	margin-bottom: 0.2em;
	text-shadow: 0px 0px 10px rgba(86, 124, 3, 1), 0px 0px 10px rgba(86, 124, 3, 1), 0px 0px 10px rgba(86, 124, 3, 1);
}
.mv_img_sub_ttl span {
	font-size: 4.1rem;
}
.mv_img_sub_ttl_02 {
	color: var(--base-sub-col-w);
	font-size: 3.6rem;
	line-height: 4.8rem;
	text-shadow: 0px 0px 10px rgba(86, 124, 3, 1), 0px 0px 10px rgba(86, 124, 3, 1), 0px 0px 10px rgba(86, 124, 3, 1);
}
.mv_img_banner {
	margin-top: 2em;
}
@media (max-width:1439px){
	.mv_img_box_inner {
		width: 100%;
	}
	.mv_img_ttl {
		width: 52.5%;
	}
}
@media (max-width:1039px){
	.mv_img_ttl {
		width: 71.1%;
	}
}
@media (max-width:767px){
	.mv_img_block {
		min-height: 500px;
	}
	.mv_img_box::after {
		background-size: 0.5px 0.5px;
	}
	.mv_img_box_inner {
		width: 100%;
	}
	.mv_img_ttl {
		width: 81.6%;
		max-width: 306px;
		margin: 0 auto 3.1em;
	}
	.mv_img_txt {
		margin-bottom: 1em;
	}
	.mv_img_txt span {
		font-size: 1.3rem;
		border-bottom: 1px solid var(--base-sub-col-w);
		padding-bottom: 0.1em;
	}
	.mv_img_sub_ttl {
		font-size: 3.9rem;
	}
	.mv_img_sub_ttl span {
		font-size: 2.7rem;
	}
	.mv_img_sub_ttl_02 {
		font-size: 2.4rem;
		line-height: 3.2rem;
	}
	.mv_img_banner {
		margin: 1em auto 0;
		width:90%;
		text-align:center;
	}
}

/* mv txt */
.mv_txt_block {
	position: relative;
	background: #C0C080;
	color: var(--base-sub-col-w);
	text-align: center;
	padding: 6.25em 0 8.1em;
}
.mv_txt_ttl {
	font-family: var(--font-mincho);
	font-size: 3.6rem;
	line-height: 5.4rem;
	margin-bottom: 0.5em;
}
.mv_txt_txt {
	font-size: 1.8rem;
	line-height: 3.8rem;
}
@media (max-width:767px){
	.mv_txt_block {
		padding: 4.1em 0;
	}
	.mv_txt_ttl {
		font-size: 1.8rem;
		line-height: 2.7rem;
		margin-bottom: 0.7em;
	}
	.mv_txt_txt {
		font-size: 1.2rem;
		line-height: 2rem;
	}
}

/*---------------------------------------
	landplan
---------------------------------------*/
#landplan {
	background: url(../img/bg_landplan.png) repeat top left;
	background-size: 159px 195px;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
#landplan .inner {
	padding-top: 6.8em;
	padding-bottom: 6.5em;
}
.landplan_ttl {
	margin-bottom: 3.75em;
}
.landplan_ttl .sec_ttl_img img {
	width: 71.9%;
}
.landplan_img {
	text-align: center;
	height: 0;
	padding-bottom: 150.7%;
	margin-bottom: -6em;
}
.landplan_btn {
	background: var(--base-sub-col-w);
	width: 500px;
	margin: 0 auto 3.4em;
}
.landplan_btn a {
	display: block;
	background: #967216;
	color: var(--base-sub-col-w);
	font-size: 2.2rem;
	font-weight: 700;
	line-height: 1;
	text-align: center;
	width: 100%;
	padding: 1.6em 0 1.6em 1.6em;
}
.landplan_btn a::before,
.landplan_btn a::after {
	content: '';
	position: absolute;
	display: block;
	top: 50%;
}
.landplan_btn a::before {
	background-size: 47px 47px;
	width: 47px;
	height: 47px;
	left: 5.9em;
	margin-top: -23.5px;
}
.landplan_btn a::after {
	width: 10px;
	height: 10px;
	right: 1.4em;
	border-top: 3px solid var(--base-sub-col-w);
	border-right: 3px solid var(--base-sub-col-w);
	margin-top: -7px;
	transform: rotate(45deg);
}
@media (min-width:768px){
	.landplan_block {
		width: 650px;
		margin: 0 auto;
	}
	.landplan_txt {
		font-size: 1.4rem;
	}
}
@media (max-width:767px){
	#landplan {
		background-size: 79.5px 79.5px;
	}
	#landplan .inner {
		padding: 4.1em 2em;
	}
	.landplan_ttl {
		margin-bottom: 5.4em;
	}
	.landplan_img {
		margin-bottom: -5.25em;
	}
	.landplan_btn {
		width: 100%;
		margin: 0 auto 3.75em;
	}
	.landplan_btn a {
		font-size: 1.5rem;
		font-weight: 700;
		padding: 1.6em 0 1.6em 3.4em;
	}
	.landplan_btn a::before {
		background-size: 47px 47px;
		width: 47px;
		height: 47px;
		left: 4.5em;
		margin-top: -23.5px;
	}
	.landplan_btn a::after {
		width: 10px;
		height: 10px;
		right: 1.4em;
		border-top: 3px solid var(--base-sub-col-w);
		border-right: 3px solid var(--base-sub-col-w);
		margin-top: -7px;
	}
	}

/*---------------------------------------
	access
---------------------------------------*/
#access {
	background: url(../img/bg_access.png) repeat top left;
	background-size: 159px 195px;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
#access .inner {
	padding-top: 5.6em;
	padding-bottom: 6.2em;
}
.access_ttl {
	margin-bottom: 3.4em;
}
.access_ttl .sec_ttl_img img {
	width: 51.1%;
}
@media (min-width:1040px){
	#access .inner {
		width: 900px;
		margin: 0 auto;
	}
}
@media (max-width:767px){
	#access {
		background-size: 79.5px 79.5px;
	}
	#access .inner {
		padding: 4.1em 2.5em 4.1em;
	}
	.access_ttl {
		margin-bottom: 3.9em;
	}
}

/* access detail */
.access_detail_txt {
	margin-bottom: 3.1em;
}
.access_detail_img {
	height: 0;
	padding-bottom: 22.4%;
	margin-bottom: 12em;
}
@media (min-width:768px){
	.access_detail_block {
		width: 655px;
		margin: 0 auto;
	}
}
@media (max-width:767px){
	.access_detail_txt {
		margin-bottom: 3.1em;
	}
	.access_detail_img {
		text-align: center;
		width: 79.4%;
		padding-bottom: 50%;
		margin: 0 auto -8em;
		height: 100%;
	}
}

/* access list */
.access_list_ttl {
	background: #D39D05;
	color: var(--base-sub-col-w);
	font-size: 2rem;
	font-weight: 600;
	line-height: 1;
	text-align: center;
	padding: 0.5em 0;
	margin-bottom: 1.25em;
}
.access_list_detail_box {
	width: 45.8%;
}
.access_list_detail_box:nth-last-child(n+3) {
	margin-bottom: 1.25em;
}
.access_list_detail_ttl {
	position: relative;
	display: flex;
	align-items: center;
	line-height: 1;
	padding-left: 0.75em;
	margin-bottom: 0.6em;
}
.access_list_detail_ttl::before {
	content: '';
	position: absolute;
	display: block;
	background: var(--base-col-g);
	width: 4px;
	height: 100%;
	top: 0;
	left: 0;
}
.access_list_detail_img {
	height: 0;
	padding-bottom: 64.1%;
}
.access_list_img {
	background: var(--base-sub-col-w);
	padding: 0.6em;
	margin-bottom: 1.5em;
}
.access_list_img p {
	height: 0;
	padding-bottom: 159.3%;
}
.access_list_btn {
	background: var(--base-sub-col-w);
}
.access_list_btn a {
	display: block;
	background: var(--base-sub-col-r);
	color: var(--base-sub-col-w);
	font-size: 2rem;
	line-height: 1;
	text-align: center;
	width: 100%;
	padding: 0.6em 0;
}
@media (min-width:768px){
	.access_list_block_l,
	.access_list_block_r {
		width: 46.1%;
	}
}
@media (max-width:767px){
	.access_list_block_l {
		margin-bottom: 4.1em;
	}
	.access_list_ttl {
		font-size: 1.5rem;
		padding: 0.6em 0;
		margin-bottom: 1.3em;
	}
	.access_list_detail_ttl {
		padding-left: 0.8em;
	}
	.access_list_detail_ttl::before {
		width: 3.5px;
	}
	.access_list_detail_img {
		text-align: center;
	}
	.access_list_block_r {
		margin: 0 auto;
	}
	.access_list_img {
		padding: 0.4em;
		margin-bottom: 1.8em;
	}
	.access_list_btn a {
		font-size: 1.5rem;
	}
}

/*---------------------------------------
	houseplan
---------------------------------------*/
#houseplan {
	background: var(--base-col-b);
}
#houseplan .inner {
	padding: 6.25em 0 9.3em;
}
.houseplan_ttl {
	margin-bottom: 5.6em;
}
.houseplan_ttl .sec_ttl_img img {
	width: 81.7%;
}
.houseplan_box {
	width: 1327px;
}
.houseplan_box:nth-child(2n-1) {
	margin-right: auto;
}
.houseplan_box:nth-child(2n) {
	text-align: right;
	margin-left: auto;
}
.houseplan_box:nth-last-child(n+2) {
	margin-bottom: 8.75em;
}
.houseplan_img {
	height: 0;
	padding-bottom: 39.5%;
}
@media (max-width:1439px){
	.houseplan_box {
		width: 92.2%;
	}
}
@media (max-width:767px){
	#houseplan .inner {
		padding: 4.1em 0 11.4em;
	}
	.houseplan_ttl {
		margin-bottom: 5.4em;
	}
	.houseplan_box {
		width: 100%;
	}
	.houseplan_box:nth-last-child(n+2) {
		margin-bottom: 3.75em;
	}
	.houseplan_img {
		padding-bottom: 127%;
	}
}

/*---------------------------------------
	feature
---------------------------------------*/
#feature {
	position: relative;
}
#feature::before,
#feature::after {
	content: '';
	position: absolute;
	display: block;
	width: 100vw;
	top: 0;
	left: 0;
}
#feature::before {
	background: var(--base-col-b);
	height: 265px;
}
#feature::after {
	border-style: solid;
	border-width: 0 50vw 265px 50vw;
	border-color: transparent transparent var(--base-sub-col-w);
}
#feature .inner {
	position: relative;
	padding: 14.3em 3.1em 7.8em;
	z-index: 1;
}
.feature_ttl {
	margin-bottom: 6.5em;
}
.feature_ttl .sec_ttl_img img {
	width: 58.3%;
}
.feature_sub_ttl {
	font-family: var(--font-mincho);
	font-size: 3.6rem;
	font-weight: 600;
	line-height: 5.4rem;
	text-align: center;
	margin-bottom: 0.3em;
}
.feature_sub_ttl span {
	position: relative;
}
.feature_sub_ttl span::after {
	content: '';
	position: absolute;
	display: block;
	background: var(--col-yellow-02);
	width: 100%;
	height: 13px;
	bottom: -3px;
	left: 0;
	z-index: -1;
}
.feature_txt {
	font-size: 1.4rem;
	line-height: 2.4rem;
	text-align: center;
	margin-bottom: 7.5em;
}
@media (min-width:1040px){
	#feature .inner {
		width: 900px;
		padding: 14.3em 0 7.8em;
		margin: 0 auto;
	}
}
@media (max-width:767px){
	#feature::before {
		height: 32px;
	}
	#feature::after {
		border-width: 0 50vw 32px 50vw;
	}
	#feature .inner {
		padding: 2.7em 1.25em 4.1em;
	}
	.feature_ttl {
		margin-bottom: 3.9em;
	}
	.feature_sub_ttl {
		font-size: 1.8rem;
		line-height: 2.7rem;
		margin-bottom: 0.5em;
	}
	.feature_sub_ttl span::after {
		height: 6px;
		bottom: -1px;
	}
	.feature_txt {
		font-size: 1.2rem;
		line-height: 2rem;
		margin-bottom: 2.9em;
	}
}

/* feature intro */
.feature_intro_block {
	margin-bottom: 5.3em;
}
.feature_intro_box {
	position: relative;
	background: var(--base-sub-col-v);
	border: 10px solid var(--base-col-g);
	padding: 2.1em 2.5em 2.5em;
	margin-bottom: 6.25em;
}
.feature_intro_box::after {
	content: '';
	position: absolute;
	display: block;
	bottom: -59px;
	left: 50%;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 59px 22px 0 22px;
	border-color: var(--base-col-g) transparent transparent transparent;
	margin-left: -22px;
}
.feature_intro_ttl {
	color: var(--base-col-g);
	font-size: 3rem;
	font-weight: 600;
	line-height: 1;
	margin-bottom: 0.6em;
}
.feature_intro_txt {
	font-size: 1.4rem;
	line-height: 2.4rem;
}
.feature_intro_img_box {
	max-width: 846px;
	margin: 0 auto;
}
.feature_intro_img {
	height: 0;
	padding-bottom: 77.4%;
}
@media (min-width:1040px){
	.feature_intro_img_box {
		position: relative;
	}
	.feature_intro_img_item {
		position: absolute;
		background: var(--base-sub-col-w);
		width: 56px;
		height: 55px;
		border-radius: 27.5px;
	}
	.feature_intro_img_item:first-child {
		bottom: 9.1em;
		right: 1em;
	}
	.feature_intro_img_item:nth-child(2) {
		bottom: 9.1em;
		left: 14.8em;
	}
	.feature_intro_img_item:nth-child(3) {
		top: -3.1em;
		left: 1em;
	}
	.feature_intro_img_item:nth-child(4) {
		top: -3.1em;
		right: 0.3em;
	}
	.feature_intro_img_item:nth-child(5) {
		top: 6.3em;
		left: 2.4em;
	}
	.feature_intro_img_item:nth-child(6) {
		bottom: 6.6em;
		right: 21.2em;
	}
	.feature_intro_img_item:nth-child(7) {
		top: -3.1em;
		right: 5.6em;
	}
	.feature_intro_img_item:nth-child(8) {
		top: 11.6em;
		right: 12em;
	}
	.feature_intro_img_item:nth-child(9) {
		bottom: 15.3em;
		right: 1em;
	}
	.feature_intro_img_item:nth-child(10) {
		top: 16.3em;
		left: 2.4em;
	}
	.feature_intro_img_item:nth-child(11) {
		bottom: 16.6em;
		left: 2.4em;
	}
	.feature_intro_img_item:nth-child(12) {
		top: 8.8em;
		right: 1em;
	}
	.feature_intro_img_item:nth-child(13) {
		top: 13.5em;
		right: 1em;
	}
	.feature_intro_img_item:nth-child(14) {
		bottom: 6.6em;
		left: 23.1em;
	}
	.feature_intro_img_item a {
		display: block;
		width: 100%;
		border-radius: 50%;
	}
}
@media (max-width:767px){
	.feature_intro_block {
		margin-bottom: 3.1em;
	}
	.feature_intro_box {
		border: 5px solid var(--base-col-g);
		padding: 1.25em 1.8em;
		margin-bottom: 3.3em;
	}
	.feature_intro_box::after {
		bottom: -29.5px;
		left: 50%;
		border-width: 29.5px 11px 0 11px;
		margin-left: -11px;
	}
	.feature_intro_ttl {
		font-size: 1.8rem;
		line-height: 2.7rem;
		margin-bottom: 0.5em;
	}
	.feature_intro_txt {
		font-size: 1.2rem;
		line-height: 2rem;
	}
	.feature_intro_img_box {
		margin: 0 -0.4em;
	}
	.feature_intro_img {
		padding-bottom: 83.3%;
	}
}

/* feature detail */
.feature_detail_block {
	max-width: 900px;
	margin: 0 auto;
}
.feature_detail_list_block {
	margin-bottom: 1em;
}
.feature_detail_list_ttl {
	position: relative;
	background: var(--base-col-g);
	color: var(--base-sub-col-w);
	font-size: 2rem;
	font-weight: 600;
	line-height: 2.8rem;
	padding: 1.3em 4.75em;
	cursor: pointer;
}
.feature_detail_list_ttl::before,
.feature_detail_list_ttl::after {
	content: '';
	position: absolute;
	display: block;
}
.feature_detail_list_ttl::before {
	width: 42px;
	height: 42px;
	top: 50%;
	left: 1em;
	margin-top: -21px;
}
.feature_detail_list_block:first-child .feature_detail_list_ttl::before {
	background: url(../img/icon_no1.png) no-repeat top left;
	background-size: 42px 42px;
}
.feature_detail_list_block:nth-child(2) .feature_detail_list_ttl::before {
	background: url(../img/icon_no2.png) no-repeat top left;
	background-size: 42px 42px;
}
.feature_detail_list_block:nth-child(3) .feature_detail_list_ttl::before {
	background: url(../img/icon_no3.png) no-repeat top left;
	background-size: 42px 42px;
}
.feature_detail_list_block:nth-child(4) .feature_detail_list_ttl::before {
	background: url(../img/icon_no4.png) no-repeat top left;
	background-size: 42px 42px;
}
.feature_detail_list_block:nth-child(5) .feature_detail_list_ttl::before {
	background: url(../img/icon_no5.png) no-repeat top left;
	background-size: 42px 42px;
}
.feature_detail_list_block:nth-child(6) .feature_detail_list_ttl::before {
	background: url(../img/icon_no6.png) no-repeat top left;
	background-size: 42px 42px;
}
.feature_detail_list_block:nth-child(7) .feature_detail_list_ttl::before {
	background: url(../img/icon_no7.png) no-repeat top left;
	background-size: 42px 42px;
}
.feature_detail_list_block:nth-child(8) .feature_detail_list_ttl::before {
	background: url(../img/icon_no8.png) no-repeat top left;
	background-size: 42px 42px;
}
.feature_detail_list_block:nth-child(9) .feature_detail_list_ttl::before {
	background: url(../img/icon_no9.png) no-repeat top left;
	background-size: 42px 42px;
}
.feature_detail_list_block:nth-child(10) .feature_detail_list_ttl::before {
	background: url(../img/icon_no10.png) no-repeat top left;
	background-size: 42px 42px;
}
.feature_detail_list_block:nth-child(11) .feature_detail_list_ttl::before {
	background: url(../img/icon_no11.png) no-repeat top left;
	background-size: 42px 42px;
}
.feature_detail_list_block:nth-child(12) .feature_detail_list_ttl::before {
	background: url(../img/icon_no12.png) no-repeat top left;
	background-size: 42px 42px;
}
.feature_detail_list_block:nth-child(13) .feature_detail_list_ttl::before {
	background: url(../img/icon_no13.png) no-repeat top left;
	background-size: 42px 42px;
}
.feature_detail_list_block:nth-child(14) .feature_detail_list_ttl::before {
	background: url(../img/icon_no14.png) no-repeat top left;
	background-size: 42px 42px;
}
.feature_detail_list_ttl::after {
	border-top: 3px solid var(--base-sub-col-w);
	border-left: 3px solid var(--base-sub-col-w);
	top: 50%;
	right: 1.25em;
	width: 10.5px;
	height: 10.5px;
	margin-top: -4px;
	transform: rotate(45deg);
}
.feature_detail_list_ttl.active_feature::after {
	margin-top: -8px;
	transform: rotate(-135deg);
}
.feature_detail_list_ttl span {
	font-size: 1.4rem;
}
.feature_detail_list_box {
	display: none;
}
.feature_detail_list_block:nth-last-child(n+2) .feature_detail_list_box {
	margin-bottom: 5em;
}
.feature_detail_point_txt {
	background: var(--base-sub-col-v);
	font-size: 1.8rem;
	font-weight: 600;
	text-align: center;
	padding: 0.75em 0;
	margin-bottom: 0.8em;
}
.feature_detail_point_txt span {
	color: var(--base-col-g);
}
.feature_detail_list_txt {
	font-size: 1.4rem;
	line-height: 2.4rem;
	margin-bottom: 1.4em;
}
.feature_detail_img {
	height: 0;
	margin-bottom: 0.6em;
}
.feature_detail_img_1_1 {
	padding-bottom: 34.1%;
}
.feature_detail_img_1_2 {
	padding-bottom: 41.5%;
}
.feature_detail_img_2_1 {
	padding-bottom: 44.2%;
}
.feature_detail_img_3_1 {
	padding-bottom: 53.7%;
}
.feature_detail_img_4_1 {
	padding-bottom: 109.6%;
}
.feature_detail_img_5_1 {
	padding-bottom: 55.9%;
}
.feature_detail_img_6_1 {
	padding-bottom: 80%;
}
.feature_detail_img_7_1 {
	padding-bottom: 42.9%;
}
.feature_detail_img_7_2 {
	padding-bottom: 43%;
}
.feature_detail_img_8_1 .feature_detail_img {
	padding-bottom: 141.3%;
}
.feature_detail_img_9_1 .feature_detail_img,
.feature_detail_img_10_1 .feature_detail_img {
	padding-bottom: 142.8%;
}
.feature_detail_img_11_1 .feature_detail_img,
.feature_detail_img_12_1 .feature_detail_img {
	padding-bottom: 140.8%;
}
.feature_detail_img_13_1 .feature_detail_img {
	padding-bottom: 142.7%;
}
.feature_detail_img_14_1 .feature_detail_img {
	padding-bottom: 70.7%;
}
.feature_detail_txt_box {
	margin-bottom: 1.8em;
}
.feature_detail_txt_txt {
	font-size: 1.4rem;
	line-height: 2.4rem;
	text-align: center;
}
.feature_detail_txt_box .feature_detail_txt_txt {
	width: 48.9%;
}
.feature_detail_txt_box_02 .feature_detail_txt_txt {
	width: 31.8%;
}
.feature_detail_txt_box_03 .feature_detail_list_txt {
	width: 77.8%;
}
.feature_detail_img_8_1,
.feature_detail_img_10_1,
.feature_detail_img_11_1,
.feature_detail_img_12_1,
.feature_detail_img_13_1 {
	width: 20%;
}
.feature_detail_txt_box_04 .feature_detail_list_txt {
	width: 32.8%;
}
.feature_detail_txt_box_05 {
	width: 64.4%;
}
.feature_detail_txt_box_05 .feature_detail_img_box {
	width: 31%;
}
.feature_detail_txt_box_06 {
	margin-top: 0.8em;
}
.feature_detail_txt_box_06 .feature_detail_list_txt {
	width: 62.8%;
}
.feature_detail_img_14_1 {
	width: 35%;
}
.feature_detail_txt_box_07 .feature_detail_img_box {
	width: 32.1%;
}
.feature_detail_list_box > *:last-child {
	margin-bottom: 0;
}
.coremo {
	margin: 5em auto 0;
	text-align: center;
}
@media (max-width:767px){
	.feature_detail_list_ttl {
		display: flex;
		justify-content: flex-start;
		align-items: center;
		flex-wrap: wrap;
		font-size: 1.8rem;
		line-height: 2.2rem;
		min-height: 53.5px;
		padding: 0.5em 1.5em 0.5em 2.2em;
	}
	.feature_detail_list_ttl::before {
		width: 21px;
		height: 21px;
		left: 0.5em;
		margin-top: -10.5px;
	}
	.feature_detail_list_block:first-child .feature_detail_list_ttl::before,
	.feature_detail_list_block:nth-child(2) .feature_detail_list_ttl::before,
	.feature_detail_list_block:nth-child(3) .feature_detail_list_ttl::before,
	.feature_detail_list_block:nth-child(4) .feature_detail_list_ttl::before,
	.feature_detail_list_block:nth-child(5) .feature_detail_list_ttl::before,
	.feature_detail_list_block:nth-child(6) .feature_detail_list_ttl::before,
	.feature_detail_list_block:nth-child(7) .feature_detail_list_ttl::before,
	.feature_detail_list_block:nth-child(8) .feature_detail_list_ttl::before,
	.feature_detail_list_block:nth-child(9) .feature_detail_list_ttl::before,
	.feature_detail_list_block:nth-child(10) .feature_detail_list_ttl::before,
	.feature_detail_list_block:nth-child(11) .feature_detail_list_ttl::before,
	.feature_detail_list_block:nth-child(12) .feature_detail_list_ttl::before,
	.feature_detail_list_block:nth-child(13) .feature_detail_list_ttl::before,
	.feature_detail_list_block:nth-child(14) .feature_detail_list_ttl::before {
		background-size: 21px 21px;
	}
	.feature_detail_list_ttl::after {
		border-top: 2px solid var(--base-sub-col-w);
		border-left: 2px solid var(--base-sub-col-w);
		right: 0.6em;
		width: 5px;
		height: 5px;
		margin-top: -3.5px;
	}
	.feature_detail_list_ttl.active_feature::after {
		margin-top: -2px;
	}
	.feature_detail_list_ttl span {
		font-size: 1.2rem;
	}
	.feature_detail_list_box:nth-last-child(n+2) {
		margin-bottom: 4.1em;
	}
	.feature_detail_point_txt {
		font-size: 1.3rem;
		padding: 0.5em 0;
		margin-bottom: 1.3em;
	}
	.feature_detail_list_txt {
		font-size: 1.2rem;
		line-height: 2rem;
		margin-bottom: 1.25em;
	}
	.feature_detail_img {
		text-align: center;
	}
	.feature_detail_txt_box {
		margin-bottom: 1.6em;
	}
	.feature_detail_txt_txt {
		font-size: 1.2rem;
		line-height: 2rem;
		text-align: left;
	}
	.feature_detail_txt_box_03 .feature_detail_list_txt {
		width: 100%;
	}
	.feature_detail_img_8_1,
	.feature_detail_img_10_1,
	.feature_detail_img_11_1,
	.feature_detail_img_12_1,
	.feature_detail_img_13_1 {
		width: 28.4%;
		margin: 0 auto;
	}
	.feature_detail_txt_box_04 .feature_detail_list_txt {
		width: 100%;
	}
	.feature_detail_txt_box_05 {
		width: 100%;
	}
	.feature_detail_txt_box_06 .feature_detail_list_txt {
		width: 100%;
	}
	.feature_detail_img_14_1 {
		width: 60.1%;
		margin: 0 auto;
	}
	.feature_detail_txt_box_07 .feature_detail_img_box {
		width: 48.4%;
	}
	.feature_detail_txt_box_07 .feature_detail_img_box:nth-last-child(n+2) {
		margin-bottom: 0.5em;
	}
	.feature_detail_list_box > *:last-child {
		margin-bottom: 0;
	}
}

/*---------------------------------------
	cv
---------------------------------------*/
.cv_block {
	background: url(../img/bg_cv_pc.jpg) no-repeat top left;
	background-size: cover;
	color: var(--base-sub-col-w);
	text-align: center;
	padding: 5.9em 0 5.3em;
}
.cv_txt {
	font-size: 2rem;
	font-weight: 600;
	margin-bottom: 1.25em;
}
.cv_btn {
	background: var(--base-sub-col-w);
	width: 490px;
	margin: 0 auto 1.8em;
}
.cv_btn a {
	position: relative;
	display: block;
	background: var(--base-sub-col-r);
	color: var(--base-sub-col-w);
	font-size: 2.2rem;
	font-weight: 600;
	line-height: 1;
	width: 100%;
	border: 5px solid var(--base-sub-col-w);
	padding: 0.9em 0;
}
.cv_btn a::before,
.cv_btn a::after {
	content: '';
	position: absolute;
	display: block;
	top: 50%;
}
.cv_btn a::before {
	background: url(../img/icon_doc.png) no-repeat top left;
	background-size: 60px 40px;
	width: 60px;
	height: 40px;
	left: 1.3em;
	margin-top: -20px;
}
.cv_btn a::after {
	width: 10px;
	height: 10px;
	right: 1.4em;
	border-top: 3px solid var(--base-sub-col-w);
	border-right: 3px solid var(--base-sub-col-w);
	margin-top: -7px;
	transform: rotate(45deg);
}
.cv_btn span {
	display: block;
	font-size: 1.4rem;
	font-weight: normal;
	padding-top: 0.5em;
}
.cv_txt_02 {
	font-weight: 600;
}
.cv_link {
	font-size: 4.2rem;
	line-height: 1;
	padding-left: 0.3em;
}
.cv_link a {
	color: var(--base-sub-col-w);
}
@media (max-width:767px){
	.cv_block {
		background: url(../img/bg_cv_sp.jpg) no-repeat top left;
		background-size: cover;
		background-position: 50%;
		padding: 6em 0 3.9em;
	}
	.cv_txt {
		font-size: 1.2rem;
		margin-bottom: 1.4em;
	}
	.cv_btn {
		width: 250px;
		margin-bottom: 1.6em;
	}
	.cv_btn a {
		font-size: 1.9rem;
		border: 2.5px solid var(--base-sub-col-w);
		padding: 0.8em 0 0.8em 2em;
	}
	.cv_btn a::before {
		background-size: 32.5px 22px;
		width: 32.5px;
		height: 22px;
		top: 0.65em;
		left: 3.2em;
		margin-top: 0;
	}
	.cv_btn a::after {
		width: 6px;
		height: 6px;
		right: 0.7em;
		border-top: 2px solid var(--base-sub-col-w);
		border-right: 2px solid var(--base-sub-col-w);
		margin-top: -4px;
	}
	.cv_btn span {
		font-size: 1.1rem;
		padding-top: 0.8em;
		margin-left: -3.4em;
	}
	.cv_link {
		font-size: 2.5rem;
		padding-left: 0;
	}
}

/*---------------------------------------
	footer
---------------------------------------*/
/* footerTop */
.footerTop {
	padding: 4.3em 0 3.1em;
}
.footerTop_sns_block {
	margin-bottom: 2.8em;
}
.footerTop_sns_item {
	width: 208px;
	margin: 0 0.7em;
}
.footerTop_sns_item a {
	display: block;
	width: 100%;
	height: 0;
	padding-bottom: 30.4%;
}
.footerTop_logo_block_l {
	width: 25.1%;
	max-width: 363px;
}
.footer_logo a {
	display: block;
	width: 100%;
}
.footer_logo img {
	vertical-align: middle;
}
.footerTop_logo_block_r {
	font-weight: 600;
	padding-left: 2.5em;
	line-height: 2.4rem;
}
@media (max-width:767px){
	.footer_block {
		margin-bottom: 5em;
	}
	.footerTop {
		padding: 3.9em 0 2em;
	}
	.footerTop_sns_block {
		margin-bottom: 3.5em;
	}
	.footerTop_sns_item {
		width: 40%;
		margin: 0 auto;
	}
	.footerTop_sns_item:nth-last-child(n+2) {
		margin-bottom: 2.2em;
	}
	.footerTop_sns_item a {
		text-align: center;
	}
	.footerTop_logo_block_l {
		width: 65.1%;
		max-width: 100%;
		margin-bottom: 1.8em;
	}
	.footerTop_logo_block_r {
		font-size: 1.1rem;
		line-height: 1.7rem;
		text-align: center;
		padding-left: 0;
	}
}

/* footerBtm */
.footerBtm {
	background: var(--base-col-g);
	color: var(--base-sub-col-w);
	font-size: 1.2rem;
	line-height: 1;
	text-align: center;
	padding: 2em 0 2.5em;
}
@media (max-width:767px){
	.footerBtm {
		font-size: 1.1rem;
		padding: 1.6em 0 2em;
	}
}

/* pageTop */
#pageTop {
	position: fixed;
	background: var(--base-sub-col-w);
	width: 56px;
	height: 56px;
	bottom: 2em;
	left: 100vw;
	cursor: pointer;
	transition: all 0.5s ease-in-out 0s;
}
#pageTop.active_pagetop {
	left: calc(100% - 56px);
}
@media (min-width:1040px){
	.pageTop_img {
		opacity: 1;
		transition: all 0.3s ease;
	}
	.pageTop_img:hover {
		opacity: 0.6;
		transition: all 0.3s ease;
	}
}
@media (max-width:767px){
	#pageTop {
		width: 37px;
		height: 37px;
		bottom: 5.5em;
	}
	#pageTop.active_pagetop {
		left: calc(100% - 37px);
	}
}
