@charset "utf-8";
/*============================
イントロ
============================*/
#intro {
	margin-top: 1.5rem;
	position: relative;
}
@media screen and (max-width: 640px) {
	#intro {
		margin-top: 0.50rem;
	}
}

#intro::before {
	content: "";
	width: calc(50% + 6.00rem);
	height: 100%;
	background-color: #F1F1F1;
	position: absolute;
	top: 0.30rem;
	right: 0;
	z-index: 0;
	border-radius: 0.40rem 0 0 0.40rem;
}
@media screen and (max-width: 640px) {
	#intro::before {
		width: 100%;
		height: calc(100% - 1.80rem);
		top: 1.00rem;
		border-radius: 0;
	}
}

#intro .sec_title_wrap .jp {
	color: #00A0E2;
}

#intro .text_wrap {
	max-width: 4.7rem;
	width: 100%;
	padding-top: 0.6rem;
	margin-left: auto;
}
@media screen and (max-width: 640px) {
	#intro .text_wrap {
		max-width: 100%;
		padding-top: 0;
	}
	#intro .sec_title_wrap {
		text-align: center;
	}
}

#intro .text_wrap .text {
	font-size: 0.18rem;
	line-height: 2.2;
	margin-top: 0.25rem;
	margin-bottom: 0.50rem;
}
@media screen and (max-width: 640px) {
	#intro .text_wrap .text {
		font-size: 0.15rem;
		line-height: 2;
		margin-top: 0.15rem;
		margin-bottom: 0.20rem;
		text-align: justify;
	}
}

#intro .text_wrap .list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding-bottom: 0.30rem;
}

#intro .text_wrap .list .item {
	width: 48%;
	height: 1.56rem;
	overflow: hidden;
	border-radius: 0.10rem;
}
@media screen and (max-width: 640px) {
	#intro .text_wrap .list .item {
		height: 30vw;
		border-radius: 0.06rem;
	}
}

#intro .text_wrap .list .item img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

#intro .ph_wrap {
	max-width: 7.6rem;
	height: 5.8rem;
	box-sizing: border-box;
	position: absolute;
	z-index: 2;
	top: 0;
	left: calc((100% - 15.5rem) / 2);
	overflow: hidden;
	border-radius: 0.40rem;
}
@media screen and (max-width: 640px) {
	#intro .ph_wrap {
		max-width: auto;
		position: relative;
		width: calc(100% + 0.40rem);
		height: 66vw;
		left: -0.20rem;
		right: auto;
		margin: 0.15rem -0.20rem 0 0;
		border-radius: 0;
	}
}
#intro .ph_wrap img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

#intro .deco {
	left: auto;
	z-index: 3;
	right: -1.60rem;
	top: -0.70rem;
}

/*============================
FEATURE
============================*/
#feature {
	margin-top: 1.8rem;
	position: relative;
}
@media screen and (max-width: 640px) {
	#feature {
		margin-top: 0.4rem;
		padding-top: 0.40rem;
		padding-bottom: 0.30rem;
		position: relative;
	}
}

#feature::after {
	content: '';
	display: block;
	width: 100%;
	height: calc(100% - 1.00rem);
	position: absolute;
	left: calc((100% - 12.8rem) / 2);
	background: #E5F5FC;
	top: 0.5rem;
	z-index: -1;
	border-radius: 0.40rem 0 0 0.40rem;
}
@media screen and (max-width: 640px) {
	#feature::after {
		width: calc(100% - 0.40rem);
		height: calc(100% - 0.50rem);
		position: absolute;
		left: auto;
		right: 0;
		top: 0;
		border-radius: 0.20rem 0 0 0.20rem;
	}
}

#feature .deco01 {
	content: "";
	width: 1.40rem;
	height: 1.40rem;
	background-image: url(../img/common/deco01.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	top: -0.20rem;
	left: 0;
	z-index: 1;
}
@media screen and (max-width: 640px) {
	#feature .deco01 {
		content: "";
		width: 0.60rem;
		height: 0.60rem;
		top: 0.30rem;
		left: auto;
		right: -0.10rem;
	}
}

#feature .deco02 {
	content: "";
	width: 2.00rem;
	height: 1.40rem;
	background-image: url(../img/common/deco04.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	bottom: -0.30rem;
	left: calc(50% - 0.80rem);
	z-index: 3;
}
@media screen and (max-width: 640px) {
	#feature .deco02 {
		width: 1.00rem;
		height: 0.70rem;
		bottom: 1.10rem;
		left: auto;
		right: -0.20rem;
	}
}

#feature .cont_box {
	margin-bottom: 0.6rem;
	display: flex;
	align-items: center;
	flex-direction: row-reverse;
}
@media screen and (max-width: 640px) {
	#feature .cont_box {
		margin-bottom: 0.30rem;
	}
}

#feature .cont_box:nth-child(even) {
	flex-flow:row;
}

#feature .text_wrap {
	max-width: 4.7rem;
	width: 100%;
	margin-right: 0.6rem;
	padding-top: 0.70rem;
	box-sizing: border-box;
}
@media screen and (max-width: 640px) {
	#feature .text_wrap {
		max-width: 100%;
		margin-right: 0;
		padding-top: 0;
	}
}

#feature .cont_box:nth-child(even) .text_wrap {
	padding-top: 0;
	margin-left: 0.6rem;
}
@media screen and (max-width: 640px) {
	#feature .cont_box:nth-child(even) .text_wrap {
		margin-left: 0;
	}
}

#feature .text_wrap .text {
	font-size: 0.18rem;
	line-height: 2;
	margin-top: 0.25rem;
	margin-bottom: 0.50rem;
}
@media screen and (max-width: 640px) {
	#feature .text_wrap .text {
		font-size: 0.14rem;
		line-height: 2;
		margin-top: 0.10rem;
		margin-bottom: 0.30rem;
		text-align: justify;
		position: relative;
		z-index: 4;
	}
}

#feature .text_wrap .link_box {
	margin-top: -0.25rem;
	border-left: 0.04rem solid #00A0E2;
	padding-left: 0.20rem;
	line-height: 1.5;
}
@media screen and (max-width: 640px) {
	#feature .text_wrap .link_box {
		margin-top: -0.15rem;
		padding-bottom: 0.02rem;
		padding-left: 0.10rem;
		margin-bottom: 0.20rem;
	}
}

#feature .text_wrap .link_box .small_txt {
	font-size: 0.15rem;
	font-weight: 700;
	padding-bottom: 0.10rem;
}
@media screen and (max-width: 640px) {
	#feature .text_wrap .link_box .small_txt {
		font-size: 0.12rem;
	}
}

#feature .text_wrap .link_box .link {
	font-size: 0.20rem;
	font-weight: 700;
	color: #00A0E2;
	text-decoration: underline;
}
@media screen and (max-width: 640px) {
	#feature .text_wrap .link_box .link {
		font-size: 0.16rem;
	}
}

#feature .text_wrap .link_box .link:hover {
	text-decoration: none;
}

#feature .text_wrap .link_box .link::after {
	content: "";
	width: 0.20rem;
	height: 0.16rem;
	background-image: url(../img/common/icon_newwin_blue.svg);
	background-position: right center;
	background-repeat: no-repeat;
	background-size: contain;
	display: inline-block;
}

#feature .text_wrap .sec_title_wrap .jp {
	font-size: 0.26rem;
}
@media screen and (max-width: 640px) {
	#feature .text_wrap .sec_title_wrap .en {
		font-size: 0.12rem;
	}
	#feature .text_wrap .sec_title_wrap .jp {
		font-size: 0.20rem;
		padding-bottom: 0.10rem;
	}
}

#feature .ph_wrap {
	max-width: 6.8rem;
	box-sizing: border-box;
	/* position: absolute; */
	z-index: 2;
	top: 0;
	left: calc((100% - 14rem) / 2);
}

#feature .ph_wrap img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 0.20rem;
}
@media screen and (max-width: 640px) {
	#feature .ph_wrap img {
		border-radius: 0.10rem;
	}
}