@charset "UTF-8";

/*================================================
 *  ユーエスウラサキの強み 用（strong）
 ================================================*/


/*******ポイントリスト*******/
#points_list ul li {
	border-radius: 100%;
	font-size: 28px;
	line-height: 1.75;
	width: 330px;
	height: 330px;
	text-align: center;
	margin: 0 27px;
}



/*******ユーエスウラサキの強み（共通パーツ）*******/
section[class^="strong_area"] {
	padding-top: 160px;
	padding-bottom: 160px;
    border-image-source: linear-gradient(#f2f2f2,#f2f2f2);
    border-image-slice: 0 fill;
    border-image-outset: 0 160px 0 100vw;
	margin-top: 160px;
}
section[class^="strong_area"]:nth-of-type(n+2) {
	margin-top: 200px;
}
section[class^="strong_area"]:nth-of-type(even) {
	border-image-outset: 0 100vw 0 160px;
}


section[class^="strong_area"] h3 {
	position: relative;
	text-align: center;
	margin-bottom: 100px;
}
section[class^="strong_area"] h3 > span {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	color: #c8c8c8;
	font-size: 160px;
	letter-spacing: normal;
	white-space: nowrap;
	z-index: 0;
	opacity: 0.4;
}
section[class^="strong_area"] h3 em {
	display: block;
	font-size: 54px;
	font-weight: bold;
	letter-spacing: 0.04em;
	white-space: nowrap;
	position: relative;
	z-index: 1;
}

section[class^="strong_area"] .img_txt_box:nth-of-type(odd) {
	-webkit-box-direction: reverse;
	-webkit-flex-direction: row-reverse;
	flex-direction: row-reverse;
}
section[class^="strong_area"] .img_txt_box:nth-of-type(n+2) {
	margin-top: 160px;
}
section[class^="strong_area"] .img_txt_box .unit_img {
	width: 520px;
	width: calc(50% - 110px + 80px);
	margin-left: -80px;
}
section[class^="strong_area"] .img_txt_box:nth-of-type(odd) .unit_img {
	margin: 0 -80px 0 0;
}
section[class^="strong_area"] .img_txt_box .unit_txt {
	width: 50%;
}
section[class^="strong_area"] .img_txt_box .unit_txt h5 {
	font-size: 42px;
	font-weight: bold;
	line-height: 1.75;
	letter-spacing: 0.1em;
	margin: -0.375em 0 0.7em;
}


@media screen and (max-width: 1000px) {
	
	section[class^="strong_area"] .img_txt_box {
		display: block;
		max-width: 520px;
		margin-left: auto;
		margin-right: auto;
	}
	section[class^="strong_area"] .img_txt_box .unit_img,
	section[class^="strong_area"] .img_txt_box .unit_txt {
		width: 100%;
	}
	section[class^="strong_area"] .img_txt_box .unit_img {
		margin: 0 0 50px!important;
	}
}




/*================================================================================================
 *  スマートフォン向けデザイン
 ================================================================================================*/
@media screen and (max-width: 767px) {



/*******ポイントリスト*******/
#points_list ul li {
	font-size: 4.2vw;
	width: 40.66vw;
	height: 40.66vw;
	margin: 0 2.6vw;
}
#points_list ul li:nth-child(3) {
	margin-top: -2.1vw;
}


/*******ユーエスウラサキの強み（共通パーツ）*******/
section[class^="strong_area"] {
	background-color: #f2f2f2;
	padding: 20vw 10vw!important;
    border-image: inherit!important;
	margin: 18vw 0 0!important;
	width: 93vw;
}
section[class^="strong_area"]:nth-of-type(n+2) {
	margin-top: 24vw;
}
section[class^="strong_area"]:nth-of-type(even) {
	margin-left: auto!important;
}


section[class^="strong_area"] h3 {
	margin-bottom: 10vw;
}
section[class^="strong_area"] h3 > span {
	top: -3.3vw;
	transform: translate(-50%,0);
	-webkit-transform: translate(-50%,0);
	font-size: 10.1vw;
}
section[class^="strong_area"] h3 em {
	font-size: 7.2vw;
	line-height: 1.35;
}


section[class^="strong_area"] .img_txt_box:nth-of-type(n+2) {
	margin-top: 15vw;
}
section[class^="strong_area"] .img_txt_box .unit_img {
	margin: 0 0 8vw!important;
}
section[class^="strong_area"] .img_txt_box .unit_txt h5 {
	font-size: 5.6vw;
}


















	
}