
/***********************************************************************************************************************

advantage.css

***********************************************************************************************************************/
.advantage .wrapper{
	overflow: hidden;
}

.advantage .contents{
	/*padding-top: 0;*/
}



/* sec *************************************************************/
.sec_hd{
	position: relative;
}
.sec_advantage{
	position: relative;
	padding: 8% 0 0;
}
.sec_philosophy{
	padding: 8% 0 0;
}


@media screen and (max-width: 849px) {
.sec_advantage{
	padding: 15% 0 0;
}
}

@media screen and (max-width: 639px) {
.sec_philosophy{
	padding: 12% 0 0;
}
}




/* line *************************************************************/
.line01,
.textLine01,
.textLine02{
	position: absolute;
	transform: skewX(15deg); /*elements.cssで設定 animate付ける時は非表示*/
	mix-blend-mode: multiply;
}

.line01{
	top: -30%;
	left: -2%;
	width: 3.8%;
	height: 140%;
	background-color: rgba(20,39,77,0.1);
}

.textLine01{
	top: 50%; /*-50%*/
	left: 50%; /*45%*/
	width: 20px; /*6%*/
	height: 80px; /*180%*/
	margin: -46px 0 0 -20px;
	background-color: rgba(26,39,77,0.1);
}
.textLine02{
	top: 50%; /*-90%*/
	left: 50%; /*51%*/
	width: 10px; /*2.1%*/
	height: 33px; /*70%*/
	margin: -65px 0 0 1px;
	background-color: rgba(120,152,203,0.7);
}


@media screen and (max-width: 639px) {
.line01{
	top: -30%;
	left: -2%;
	height: 140%;
}

.textLine01{
	width: 16px;
	height: 60px;
	margin: -36px 0 0 -18px;
}
.textLine02{
	width: 7px;
	height: 23px;
	margin: -45px 0 0 1px;
}
}



/* h1〜 *************************************************************/
.h1_wrap{
	position: relative;
}
h1.h1_ttl{
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
	font-size: 20px;
	font-size: clamp(12px, 3vw, 20px);
	color: #1a274d;
}
h1.h1_ttl .en_wrap{
	display: block;
}
h1.h1_ttl .en{
	font-family: 'Lato', sans-serif;
	font-weight: 600;
	font-size: 65px;
	font-size: clamp(30px, 6vw, 65px);
  display: inline-block;
background: linear-gradient(to right, #1a274d, #00c8ef);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}


h2.h2_ttl{
	font-weight: 600;
	font-size: 30px;
	font-size: clamp(20px, 3vw, 30px);
	line-height: 1.6em;
}
h2.h2_ttl .en_wrap{
	display: block;
	margin-bottom: 0.2em;
}
h2.h2_ttl .en{
	font-family: 'Lato', sans-serif;
	font-weight: 600;
	font-size: 16px;
	font-size: clamp(12px, 3vw, 16px);
  display: inline-block;
background: linear-gradient(to right, #1a274d, #00c8ef);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.h3_wrap{
	position: relative;
	z-index: 2;
	text-align: center;
	margin: 0 auto 3em;
}

h3.h3_ttl{
	font-family: 'Lato', sans-serif;
	font-weight: 600;
	font-size: 22px;
	font-size: clamp(16px, 3vw, 22px);
  display: inline-block;
background: linear-gradient(to right, #1a274d, #00c8ef);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	margin-bottom: 0.8em;
}

h4.h4_ttl{
	font-size: 24px;
	font-size: clamp(18px, 2.8vw, 24px);
	font-weight: 600;
	line-height: 1.6em;
	text-align: center;
	margin-bottom: 0.8em;
}


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

}




/* philosophy_box *************************************************************/
.philosophy_box{
	display: flex;
	justify-content: space-between;
	flex-flow: wrap;
}

.philosophy_box dt{
	width: 420px;
}

.philosophy_box dd{
	width: calc(100% - 450px);
	margin: 9% 0 0;
}


@media screen and (max-width: 979px) {
.philosophy_box dt{
	width: 100%;
}

.philosophy_box dd{
	width: 100%;
	margin: 20px 0 0;
}
}




/* .element *************************************************************/
.element_wrap{
	display: flex;
	justify-content: space-between;
	flex-flow: wrap;
	align-items: center;
	margin: 5% 0 0;
}
.element_wrap.reverse{
	flex-direction: row-reverse;
}

.element_txt{
	position: relative;
	z-index: 2;
	order: 2;
	width: 29.16666667%;
	min-width: 420px;
	margin: 0 auto;
}

.element_txt p{
	text-align: justify;
}

.element_photo{
	position: relative;
	order: 1;
	width: 54.861111111%;
}

.element_photo:before{
	content: "";
	position: absolute;
	z-index: 1;
	top: -5%;
	right: -7%;
	width: 14%;
	height: 110%;
	background-color: #fff;
	transform: skewX(10deg);
}
.reverse .element_photo:before{
	right: auto;
	left: -7%;
}

.element_photo img{
	width: 100%;
	height: auto;
}

.logo_ms_aword{
	width: 120px;
	float: right;
	margin: 0 0 0 20px;
}



@media screen and (max-width: 1119px) {
.element_txt{
	width: 34%;
	min-width: auto;
}
.element_photo:before{
	right: -8%;
}
.reverse .element_photo:before{
	left: -8%;
}
}


@media screen and (max-width: 980px) {
.element_txt{
	width: 46%;
	margin-right: 5%;
}
.element_photo{
	width: 45%;
}
.element_photo:before{
	right: -12%;
	width: 20%;
}
.reverse .element_photo:before{
	left: -12%;
	width: 20%;
}
}

@media screen and (max-width: 849px) {
.element_wrap{
	margin: 0 0 0;
}
.element_txt{
	width: 86%;
	margin: 13% auto 0;
}
.element_photo{
	width: 90%; /*76%*/
}
.logo_ms_aword{
	width: 100px;
	margin: 0 0 0 15px;
}

}








