@charset "UTF-8";

/*================================================
 *  ユーエスウラサキについて 用（about）
 ================================================*/


/*******イントロダクション*******/
section#intro_area .border {
	width: 2px;
	height: 100px;
	margin: 100px auto;
}

section#intro_area h3 {
	font-size: 58px;
	font-weight: bold;
	line-height: 1.75;
	letter-spacing: 0.1em;
	text-align: center;
	margin: -0.375em 0;
}

section#intro_area h4 {
	font-size: 24px;
	letter-spacing: 0.1em;
	text-align: center;
}
section#intro_area h4 img {
	display: block;
	margin: 0 auto;
}
section#intro_area h4 > span {
	font-size: 48px;
	margin: 1.2em 0 0.8em;
}





/*******事業と取り組み*******/
section#se_area h3[class*="head_title_anime"]  {
	text-align: center;
}
section#se_area h3[class*="head_title_anime"] > span {
	font-size: 100px;
}
section#se_area h3[class*="head_title_anime"] em {
	display: block;
	margin: 2em 0 0;
}

section#se_area [class*="se_box"] {
	max-width: 1300px;
	margin: 200px auto 0;
	padding: 0 100px;
}
section#se_area [class*="se_box"] .unit_img {
	width: 370px;
	margin-right: 180px;
}
section#se_area [class*="se_box"].row_reverse .unit_img {
	margin: 0 0 0 180px;
}
section#se_area [class*="se_box"] .unit_img .img_scale_list {
	width: 770px;
}
section#se_area [class*="se_box"]:not(.row_reverse) .unit_img .img_scale_list {
	left: 100%;
    position: relative;
    transform: translateX(-100%);
}
section#se_area [class*="se_box"] .unit_img .img_scale_list li:nth-child(1) {
	aspect-ratio: 770 / 616;
}
section#se_area [class*="se_box"] .unit_img .img_scale_list li:nth-child(2) {
	aspect-ratio: 510 / 340;
	width: 510px;
	margin-top: 20px;
}
section#se_area [class*="se_box"]:not(.row_reverse) .unit_img .img_scale_list li:nth-child(2) {
	margin-left: auto;
}
section#se_area [class*="se_box"] .unit_img .img_scale_list li picture {
	display: block;
}

section#se_area [class*="se_box"] .unit_txt {
	-webkit-flex-grow: 1;
	flex-grow: 1;
}
section#se_area [class*="se_box"] .unit_txt h4 {
	margin-bottom: 95px;
	position: relative;
	left: -80px;
}
section#se_area [class*="se_box"] .unit_txt h4 span.img_arrow {
	position: absolute;
	top: -80px;
	left: -140px;
	display: inline-block;
	transform: rotate(-45deg);
	z-index: -1;
}
section#se_area [class*="se_box"] .unit_txt h4 span.img_arrow img {
	transform: rotate(45deg);
}
section#se_area [class*="se_box"] .unit_txt h4 span[class*="ff_"] {
	display: block;
	font-size: 30px;
	margin-bottom: 1.7em;
}
section#se_area [class*="se_box"] .unit_txt h4 em {
	display: block;
	font-size: 58px;
	font-weight: bold;
	line-height: 1.75;
	letter-spacing: 0.04em;
	margin: -0.375em -1em -0.375em 0;
}

section#se_area [class*="se_box"] .unit_txt > p {
	font-size: 24px;
	line-height: 2.75;
}

section#se_area [class*="se_box"] .unit_txt .btn_list,
section#se_area [class*="se_box"] .unit_txt .bnr_school {
	margin-top: 75px;
}
section#se_area [class*="se_box"] .unit_txt .btn_list li + li {
	margin-top: 40px;
}


section#se_area [class*="se_box"] .unit_txt .bnr_school {
	border: 1px solid #c8c8c8;
	display: block;
	padding: 70px 60px 60px;
	position: relative;
}
section#se_area [class*="se_box"] .unit_txt .bnr_school img {
	display: block;
	margin: 0 auto 30px;
}
section#se_area [class*="se_box"] .unit_txt .bnr_school p {
	letter-spacing: 0.08em;
}
section#se_area [class*="se_box"] .unit_txt .bnr_school [class*="icon-"] {
	position: absolute;
	bottom: 1.1em;
	right: 1.1em;
	font-size: 25px;
}



@media screen and (max-width: 1200px) {
	section#se_area [class*="se_box"] {
		display: block;
		max-width: 770px;
		padding: 0;
	}
	section#se_area [class*="se_box"] .unit_img {
		width: 100%;
		margin: 0!important;
	}
	section#se_area [class*="se_box"] .unit_img .img_scale_list {
		width: 100%;
	}
	section#se_area [class*="se_box"]:not(.row_reverse) .unit_img .img_scale_list {
		left: auto;
		transform: none;
	}
	section#se_area [class*="se_box"] .unit_txt {
		padding: 100px 0 0 220px;
	}
}




/*サービス*/
section#se_area .service_box {
	background-color: #f5f5f5;
	padding: 100px 100px 120px;
	max-width: 1100px;
	margin: 160px auto 0;
}
section#se_area .service_box h4 {
	font-size: 42px;
	font-weight: bold;
	line-height: 1.75;
	letter-spacing: 0.04em;
	text-align: center;
	margin-bottom: 0.5em;
}
section#se_area .service_box > p {
	max-width: 780px;
	margin: 0 auto;
}
section#se_area .service_box .service_list {
	margin-top: 60px;
}
section#se_area .service_box .service_list dl {
	border-radius: 8px;
	border: 3px solid;
	width: 430px;
	width: calc(50% - 20px);
	padding: 75px 0 35px;
	text-align: center;
}
section#se_area .service_box .service_list dl img {
	max-width: 100%;
}
section#se_area .service_box .service_list dl dd p {
	font-size: 24px;
	font-weight: bold;
	line-height: 1.75;
	letter-spacing: 0.04em;
	margin: 1.25em 0;
}

@media screen and (max-width: 950px) {
	
	section#se_area .service_box .service_list {
		display: block;
		max-width: 430px;
		margin-left: auto;
		margin-right: auto;
	}
	section#se_area .service_box .service_list dl {
		width: 100%;
	}
	section#se_area .service_box .service_list dl + dl {
		margin-top: 40px;
	}
	
}











/*================================================================================================
 *  スマートフォン向けデザイン
 ================================================================================================*/
@media screen and (max-width: 767px) {


/*******イントロダクション*******/
section#intro_area .border {
	width: 1px;
	height: 13vw;
	margin: 12vw auto;
}

section#intro_area h3 {
	font-size: 6.6vw;
}

section#intro_area h4 {
	font-size: 3.7vw;
}
section#intro_area h4 img {
	width: 48vw;
}
section#intro_area h4 > span {
	font-size: 6.4vw;
}





/*******事業と取り組み*******/
section#se_area h3[class*="head_title_anime"] {
	padding-left: 0;
}
section#se_area h3[class*="head_title_anime"] > span {
	font-size: 8.2vw;
}
section#se_area h3[class*="head_title_anime"] em {
	margin-top: 1.2em;
}


section#se_area [class*="se_box"] {
	max-width: inherit;
	margin-top: 13vw;
}
section#se_area [class*="se_box"]:nth-of-type(n+2) {
	margin-top: 18vw;
}
section#se_area [class*="se_box"] .unit_img {
	width: 90vw;
}
section#se_area [class*="se_box"] .unit_img {
	margin-left: auto!important;
}
section#se_area [class*="se_box"] .unit_img .img_scale_list li {
	aspect-ratio: inherit!important;
}
section#se_area [class*="se_box"] .unit_img .img_scale_list li:nth-child(2) {
	width: 56vw;
	margin: 2.5vw 0 0 auto!important;
}

section#se_area [class*="se_box"] .unit_txt {
	padding: 8vw 10vw 0 20vw;
}
section#se_area [class*="se_box"] .unit_txt h4 {
	margin-bottom: 10vw;
	left: -10vw;
}
section#se_area [class*="se_box"] .unit_txt h4 span.img_arrow {
	top: -10vw;
	left: -20vw;
}
section#se_area [class*="se_box"] .unit_txt h4 span.img_arrow img {
	width: 29vw;
}
section#se_area [class*="se_box"] .unit_txt h4 span[class*="ff_"] {
	font-size: 4.5vw;
}
section#se_area [class*="se_box"] .unit_txt h4 em {
	font-size: 6.6vw;
}

section#se_area [class*="se_box"] .unit_txt > p {
	font-size: 4vw;
	line-height: 2.5;
}

section#se_area [class*="se_box"] .unit_txt .btn_list,
section#se_area [class*="se_box"] .unit_txt .bnr_school {
	margin-top: 8vw;
}
section#se_area [class*="se_box"] .unit_txt .btn_list li + li {
	margin-top: 5vw;
}


section#se_area [class*="se_box"] .unit_txt .bnr_school {
	padding: 12vw 8vw 14vw;
}
section#se_area [class*="se_box"] .unit_txt .bnr_school img {
	width: 100%;
	margin-bottom: 6vw;
}
section#se_area [class*="se_box"] .unit_txt .bnr_school [class*="icon-"] {
	font-size: 4.6vw;
}


/*サービス*/
section#se_area .service_box {
	padding: 13vw 10vw 15vw;
	max-width: inherit;
	margin-top: 20vw;
}
section#se_area .service_box h4 {
	font-size: 5.6vw;
	text-align: left;
}
section#se_area .service_box > p,
section#se_area .service_box .service_list {
	max-width: inherit;
}
section#se_area .service_box .service_list {
	margin-top: 8vw;
}
section#se_area .service_box .service_list dl {
	border-radius: 1.5vw;
	padding: 13vw 0 10vw;
}
section#se_area .service_box .service_list dl + dl {
	margin-top: 5vw;
}
section#se_area .service_box .service_list dl:nth-of-type(2) {
	padding-bottom: 5vw;
}
section#se_area .service_box .service_list dl dt img {
	height: 5vw;
	width: auto;
}
section#se_area .service_box .service_list dl dd p {
	font-size: 4.4vw;
}
section#se_area .service_box .service_list dl dd img {
	width: 57vw;
}
section#se_area .service_box .service_list dl:nth-of-type(2) dd img {
	width: 60vw;
}




	
}