@charset "utf-8";
/*------------------------------------------------------------
	index
------------------------------------------------------------*/
#main .mainVisual {
	height: 100vh;
	min-height: 500px;
	display: flex;
	align-items: center;
	background: url(../img/index/photo01.jpg) no-repeat center;
	background-size: cover;
}
#main .mainVisual .content {
	width: 100%;
	padding-top: 119px;
	padding-bottom: 20px;
}
#main .mainVisual h2 {
	margin-bottom: 72px;
}
#main .mainVisual p {
	font-size: 3.3rem;
	font-weight: 700;
	letter-spacing: 0.2em;
	line-height: 1.88;
}
#main .mainVisual p .red {
	color: #d00f31;
}
#main .industries {
	padding: 102px 0 86px;
	color: #fff;
	background-color: #D00F31;
}
#main .industries .inner {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#main .industries .inner .photoBox {
	width: 41.7%;
	margin: 80px 0 0 97px;
}
#main .industries .inner .photoBox img {
	width: 100%;
}
#main .industries .inner .textBox {
	flex: 1;
}
#main .industries .inner .headLine01 {
	margin: 0 -150px 20px -10px;
}
#main .industries .inner p {
	line-height: 2.13;
	text-align: justify;
}
#main .lignin {
	padding: 100px 0 119px;
	display: flex;
	align-items: flex-start;
	justify-content: flex-end;
}
#main .lignin .photoBox {
	order: 2;
	margin: 21px 0 0 min(5vw,80px);
	width: calc(50% - 80px);
}
#main .lignin .photoBox img {
	width: 100%;
}
#main .lignin .textBox {
	padding-left: 20px;
	display: flex;
	flex: 1;
	flex-wrap: wrap;
	justify-content: flex-end;
}
#main .lignin .textBox .sub {
	width: 100%;
	max-width: 600px;
}
#main .lignin .headLine01 {
	color: #D00F31;
	margin-bottom: 21px;
}
#main .lignin h3 {
	margin-bottom: 26px;
	color: #D00F31;
}
#main .lignin p {
	margin-bottom: 32px;
	line-height: 2.133;
	text-align: justify;
}
#main .lignin p:last-child {
	margin-bottom: 0;
}
#main .lignin .list {
	display: flex;
	border-bottom: 10px solid #D00F31;
}
#main .lignin .list li {
	width: 50%;
	padding-bottom: 36.1%;
	position: relative;
}
#main .lignin .list li img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
#main .lignin .list02 li {
	width: 33.333%;
	padding-bottom: 23.6%;
}
#main .lignin .list:last-child {
	border: none;
}
#main .industry {
	padding: 100px 0 0;
	color: #fff;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	background: url(../img/index/photo13.jpg) no-repeat center bottom;
	background-size: cover;
}
#main .industry .photoBox {
	width: 36.6%;
	order: 2;
	margin: min(12vw,179px) 0 -14px min(13vw,204px);
}
#main .industry .photoBox img {
	width: 100%;
	position: relative;
	bottom: -2px;
}
#main .industry .textBox {
	padding: 0 0 40px 20px;
	flex: 1;
	display: flex;
	justify-content: flex-end;
}
#main .industry .textBox .sub {
	width: 100%;
	max-width: min(49vw,610px);
}
#main .industry .headLine01 {
	margin: 0 -10px 20px;
}
#main .industry p {
	line-height: 2.133;
}
#main .company {
	padding: 90px 0 127px;
}
#main .company .headLine01 {
	margin-bottom: 58px;
}
#main .companyDl {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	border-top: 1px solid #8F8F8F;
}
#main .companyDl dt {
	width: 150px;
	padding: 35px 10px 42px 0;
	box-sizing: border-box;
	color: #D00F31;
	border-bottom: 1px solid #8F8F8F;
	font-weight: 700;
}
#main .companyDl dd {
	padding: 35px 10px 42px 0;
	width: calc(100% - 150px);
	box-sizing: border-box;
	border-bottom: 1px solid #8F8F8F;
}
#main .companyDl dd a:hover {
	opacity: 0.7;
}
#main .news {
	padding: 90px 0 127px;
	position: relative;
	border-top: 1px solid #000000;
}
#main .news::before {
	width: 600px;  
	height: 4px;
	background-color: #D00F31;
	position: absolute;  
	top: 0;
	left: 0;  
	content: ""; 
}
#main .news .headLine01 {
	margin-bottom: 60px;
}
#main .newsDl {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	border-top: 1px solid #8F8F8F;
}
#main .newsDl dt {
	word-break: break-all;
	padding: 7px 10px 10px 0;
	width: 150px;
	box-sizing: border-box;
	font-size: 1.6rem;
	font-weight: 500;
	color: #d00f31;
	display: flex;
	align-items: center;
	letter-spacing: 0.04em;
	border-bottom: 1px solid #8F8F8F;
	font-family: 'Roboto', sans-serif;
}
#main .newsDl dd {
	text-align: justify;
	min-height: 100px;
	padding: 7px 0 10px;
	line-height: 1.87;
	display: block;
	align-items: center;
	width: calc(100% - 150px);
	box-sizing: border-box;
	border-bottom: 1px solid #8F8F8F;
}
#main .newsDl dd a:hover {
	opacity: 0.7;
}
#main .bannerUl {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
#main .bannerUl li {
	margin: 0 15px 10px;
}
#main .bannerUl a:hover img {
	opacity: 0.7;
}




@media all and (max-width: 896px) {
	#main .mainVisual {
		align-items: flex-start;
		position: relative;
		background-image: url(../img/index/photo01_sp.jpg);
	}
	#main .mainVisual:after {
		width: 100%;  
		height: 440px;
		background: url(../img/index/sp_photo.png) no-repeat;
		background-size: cover;
		position: absolute;  
		bottom: 0;
		left: 0;  
		content: ""; 
	}
	#main .mainVisual .content {
		padding: 112px 42px 30px;
	}
	#main .mainVisual h2 img {
		width: 292px;
	}
	#main .mainVisual h2 {
		margin: 0 0 20px;
	}
	#main .mainVisual p {
		font-size: 2rem;
		letter-spacing: 0.2em;
		line-height: 1.75;
	}
	#main .industries {
		padding: 56px 0 44px;
	}
	#main .industries .inner {
		display: block;
	}
	#main .industries .inner .photoBox {
		width: auto;
		margin: 14px 47px 0;
	}
	#main .industries .inner .headLine01 {
		margin: 0 -3px 4px;
	}
	#main .industries .inner p {
		letter-spacing: 0.08em;
		line-height: 2.29;
	}
	#main .lignin {
		padding: 50px 0 60px;
		display: block;
	}
	#main .lignin .photoBox {
		width: auto;
		margin: 41px 0 0 15px;
	}
	#main .lignin .textBox {
		display: block;
		padding: 0 15px;
	}
	#main .lignin .textBox .sub {
		max-width: inherit;
	}
	#main .lignin .headLine01 {
		margin-bottom: 12px;
	}
	#main .lignin p {
		letter-spacing: 0.08em;
		line-height: 2.286;
	}
	#main .lignin h3 {
		margin-bottom: 20px;
	}
	#main .lignin .list {
		border-width: 5px;
	}
	#main .industry {
		padding-top: 50px;
		display: block;
		background-image: url(../img/index/photo13_sp.jpg);
	}
	#main .industry .textBox {
		padding: 0 15px;
		display: block;
	}
	#main .industry .textBox .sub {
		max-width: inherit;
	}
	#main .industry .headLine01 {
		margin: 0 0 13px;
	}
	#main .industry p {
		letter-spacing: 0.08em;
		line-height: 2.286;
		text-align: justify;
	}
	#main .industry .photoBox {
		width: auto;
		margin: 41px -4px 0 90px;
	}
	#main .company {
		padding: 50px 0 58px;
	}
	#main .company .headLine01 {
		margin-bottom: 39px;
	}
	#main .companyDl {
		display: block;
	}
	#main .companyDl dt {
		width: auto;
		font-size: 1.4rem;
		letter-spacing: 0.08em;
		font-weight: 500;
		padding: 18px 0 7px;
		border: none;
	}
	#main .companyDl dd {
		width: auto;
		padding: 0 0 18px;
		font-size: 1.4rem;
		letter-spacing: 0.08em;
		line-height: 1.786;
	}
	#main .news {
		padding: 54px 0 58px;
	}
	#main .news::before {
		width: 173px;
	}
	#main .news .headLine01 {
		margin-bottom: 40px;
	}
	#main .newsDl {
		display: block;
	}
	#main .newsDl dt {
		width: auto;
		padding: 19px 0 6px;
		border: none;
		font-size: 1.4rem;
		letter-spacing: 0.08em;
	}
	#main .newsDl dd {
		width: auto;
		padding: 0 0 18px;
		font-size: 1.4rem;
		letter-spacing: 0.08em;
		line-height: 1.786;
		min-height: inherit;
	}
	#main .bannerUl {
		display: block;
		text-align: center;
	}
	#main .bannerUl li {
		margin: 0 15px 40px;
	}
	#main .bannerUl li:last-child {
		margin-bottom: 0;
	}
}


@media all and (min-width: 897px) and (max-width: 1100px) {
	#main .bannerUl li {
		width: 250px;
	}
}

/* @media all and (max-width: 374px) {
	#main .mainVisual::after {
		height: 390px;
	}
} */

.pad #main .mainVisual::after {
	height: 82%;
}

@media all and (max-width: 374px) {
	#main .mainVisual::after {
		height: 390px;
	}
}