.bg_pagettl.features {
	background-image: url(../img/features/bg_pagettl.jpg);
	background-repeat: no-repeat;
}

.col_features {
	width: 90%;
	max-width: 1124px;
	margin: 0 auto;
	padding: 20px 0 70px;
}

@media screen and (max-width: 850px) {
	.bg_pagettl.features {
		background-image: url(../img/features/sp/bg_pagettl.jpg);
		background-repeat: no-repeat;
	}
}

.bg_gray1 {
	margin: 0;
	padding: 0 0 1px;
	background-color: #ebebec;
}

.bg_features {
	margin: 0;
	padding: 0 0 90px;
	position: relative;
	z-index: 0;
}

@media screen and (max-width: 700px) {
	.bg_features {
		padding: 10vw 0 22vw;
	}
}

.deco_features {
	width: auto;
	height: calc(100% - 90px);
	max-height: 615px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	left: -1%;
	z-index: -1;
}

@media screen and (max-width: 850px) {
	.deco_features {
		max-height: 140vw;
	}
}

.deco_features img {
	width: auto;
	height: 100%;
	opacity: 0.3;
}

.col_features {
	width: 90%;
	max-width: 1124px;
	margin: 0 auto;
	padding: 10px 0 110px;
}

@media screen and (max-width: 700px) {
	.col_features {
		padding: 20px 0 21vw;
	}
}

.mds_features {
	margin: 0 0 50px;
	padding: 0 0 30px;
	text-align: center;
	position: relative;
	z-index: 0;
}

@media screen and (max-width: 700px) {
	.mds_features {
		margin: 0 0 7.2vw;
	}
}

.mds_features .en_mds {
	width: 96%;
	max-width: 726px;
	margin: 0 auto;
	padding: 0;
	opacity: 0;
	transition: opacity .5s;
}

.mds_features.active .en_mds {
	opacity: 1.0;
}

.mds_features .mds {
	margin: 0;
	padding: 0;
	font-size: min(6.8vw, 32px);
	font-weight: 500;
	line-height: 1.3;
	position: relative;
	opacity: 0;
	transition: all .5s;
	z-index: 0;
	top: 20px;
}

.col_features .mds_features .mds {
	margin: 0 0 -1.25em;
	transition-delay: .2s;
	top: calc(-1.25em + 10px);
}

.mds_features.active .mds {
	opacity: 1;
}

.mds_features.active .mds {
	top: 0;
}

.col_features .mds_features.active .mds {
	top: -1.25em;
}


@media screen and (max-width: 850px) {
	.col_features .mds_features .mds {
		margin: 0 0 -4.5vw;
		top: calc(-4.5vw + 10px);
	}

	.col_features .mds_features.active .mds {
		top: -4.5vw;
	}
}

.cont_features {
	width: 100%;
	max-width: 956px;
	margin: 0 auto;
	padding: 0;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}

@media screen and (max-width: 850px) {
	.cont_features {
		display: block;
	}
}

.cont_features .cont_txt {
	width: 51.9%;
	margin: 0;
	padding: 0.2em 0 0;
}

.cont_features .cont_mask {
	overflow: hidden;
}

@media screen and (max-width: 850px) {
	.cont_features .cont_txt {
		width: 100%;
		margin: 0 0 30px;
		padding: 0;
		transition: opacity 1s;
		transition-delay: .5s;
		opacity: 0;
	}

	.cont_features .cont_txt.active {
		opacity: 1;
	}
}

@media screen and (min-width: 851px) {
	.cont_mask {
		margin: 0;
		padding: 0;
		position: relative;
		overflow: hidden;
		z-index: 0;
	}

	.cont_mask2 {
		margin: 0;
		padding: 0;
		position: relative;
		overflow: hidden;
		z-index: 0;
	}

	.cont_features .cont_parent .cont_hidden,
	.cont_features .cont_parent .cont_hidden2 {
		margin: 0;
		padding: 0;
		position: absolute;
		top: 0;
		left: 0;
	}
}

.cont_features .cont_img {
	width: 41.1%;
	margin: 0 0 0 7%;
	/* padding: 0 27px 0 0; */
	/* transition: opacity 1s;
	opacity: 0; */
	position: relative;
	z-index: 0;
}

/* @media screen and (min-width: 851px) {
	.cont_features .cont_img { transition-delay: .5s; }
	.cont_features .cont_img.active { opacity: 1; }
} */

@media screen and (max-width: 850px) {
	.cont_features .cont_img {
		width: 100%;
		/* max-width: 361px; */
		margin: 0 auto;
		opacity: 0;
		transition: opacity 1s;
	}

	.cont_features .cont_img.active {
		opacity: 1;
	}
}

.cont_features .cont_img .cont_hidden {
	max-width: 388px;
	position: relative;
}

@media screen and (max-width: 850px) {
	.cont_features .cont_img .cont_hidden {
		width: 100%;
		max-width: 541px;
		margin: 0 auto;
	}
}

.cont_features .cont_img .img {
	margin: 0 0 22px;
	padding: 0 27px 31px 0;
	position: relative;
	z-index: 0;
}

.cont_features .cont_img .img::before {
	content: "";
	width: calc(100% - 27px);
	height: calc(100% - 31px);
	margin: 0;
	padding: 0;
	background-color: #1f2a67;
	position: absolute;
	top: 31px;
	left: 27px;
	z-index: -1;
}


@media screen and (max-width: 850px) {
	.cont_features .cont_img::before {
		width: 85%;
		min-width: auto;
		height: 83%;
		top: 31px;
		left: 31px;
		z-index: -1;
	}
}

.bg_features_mission {
	margin: 0 0 100px;
	padding: 0 0 85px;
	background-color: #1f2a67;
}

.col_missions {
	width: 90%;
	max-width: 1128px;
	margin: 0 auto -90px;
	padding: 74px 16px 72px;
	background-color: #fff;
	box-sizing: border-box;
	position: relative;
	top: -90px;
}

.col_missions .mission_flex {
	display: flex;
	justify-content: center;
	max-width: 1057px;
	margin: 0 auto;
}

.col_missions .mission_flex .box {
	width: calc((100% - 2px) / 3);
	/* max-width: 342px; */
}

.col_missions .mission_flex .box.no1 {
	padding: 18px 2% 20px;
}

.col_missions .mission_flex .box.no2 {
	padding: 18px 2% 20px;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
}


.col_missions .mission_flex .box.no3 {
	padding: 18px 2% 20px;
}

.col_missions .ttl {
	display: flex;
	align-items: center;
	font-weight: 200;
	font-size: 30px;
	font-size: clamp(18px, 2.5vw, 30px);
	color: #1f2a67;
	margin: 0 0 30px 0;
}

.col_missions .ttl .txt {
	line-height: 1.3;
	width: 70%
}

.col_missions .ttl .img {
	max-width: 104px;
	width: 30%;
}

.col_missions .box .image {
	margin: 0 auto 23px;
}

.col_missions .box .btnarea {
	text-align: center;
	margin: 60px auto 0;
	display: block;
	width: fit-content;
}

.col_missions a.btn_detail {
	width: 166px;
	height: 44px;
	margin: 0;
	padding: 0;
	color: #1f2a67;
	border: solid 1px #1f2a67;
	border-radius: 25px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}

.col_missions a.btn_detail .inner {
	width: 10em;
	height: 1.5em;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}

.col_missions a.btn_detail .inner .btntxt {
	line-height: 1.5;
	display: inline-block;
}

.col_missions a.btn_detail:hover .inner .btntxt {
	animation: btn-hover1 1s forwards;
}

@keyframes btn-hover1 {
	0% {
		transform: translateY(100%);
	}

	100% {
		transform: translateY(0%);
	}
}

.col_missions a.btn_detail .arrow {
	width: 10px;
	height: 10px;
	margin: 0 0 0 8px;
	padding: 0;
	position: relative;
	z-index: 0;
}

.col_missions a.btn_detail .arrow::before {
	content: "";
	width: 100%;
	height: 3px;
	margin: 0;
	padding: 0;
	border-right: solid 1px #1f2a67;
	border-bottom: solid 1px #1f2a67;
	transform: skewX(45deg);
	transition: width .3s;
	position: absolute;
	top: calc(50% - 2px);
	left: -30px;
}

.col_missions a.btn_detail:hover .arrow::before {
	width: calc(100% + 3px);
}

@media screen and (max-width: 850px) {
	.col_missions {
		padding: 37px 16px 36px;
	}

	.col_missions .mission_flex .ttl {
		top: 20px;
		opacity: 0;
		transition: all .5s;
		position: relative;
	}

	.col_missions .mission_flex.active .ttl {
		top: 0;
		opacity: 1;
	}

	.col_missions .box .image {
		opacity: 0;
		transition: opacity 1s;
	}

	.col_missions .box .image.active {
		opacity: 1;
	}

	.col_missions .box p {
		opacity: 0;
		transition: opacity 1s;
	}

	.col_missions .box p.active {
		opacity: 1;
	}

}


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

	.bg_features_mission {
		margin: 0 0 18vw;
		padding: 0 0 12.14vw;
	}

	.col_missions {
		margin: 0 auto -22vw;
		padding: 4.42vw 5.55%;
		top: -22vw;
	}

	.col_missions .mission_flex {
		display: flex;
		flex-direction: column;
		justify-content: center;
		max-width: 1057px;
		margin: 0 auto;
	}

	.col_missions .mission_flex .box {
		width: 100%;
		max-width: none;
	}

	.col_missions .ttl {
		font-size: clamp(18px, 8.5vw, 30px);
		margin: 0 0 15px 0;
	}

	.col_missions .box .image {
		margin: 0 auto 15px;
	}

	.col_missions .mission_flex .box.no2 {
		padding: 30px 0 36px;
		border-left: none;
		border-right: none;
		border-top: 1px solid #000;
		border-bottom: 1px solid #000;
	}

	.col_missions .mission_flex .box.no1 {
		padding: 30px 0 36px;
	}

	.col_missions .mission_flex .box.no3 {
		padding: 30px 0 36px;
	}
}

@media screen and (max-width: 500px) {
	.col_missions .box .btnarea {
		margin: 8.2vw auto 0;
	}
}