@charset "utf-8";
/*------------------------------------------------------------
	index
------------------------------------------------------------*/
#main {
	margin-bottom: 0;
}
#main .companySec {
	padding: 52px 0 82px;
	border-radius: 0 0 70px 70px;
	color: #fff;
	position: relative;
	z-index: 2;
	background-blend-mode: multiply;
	background: url(../img/company/photo01.jpg) no-repeat center top rgba(34, 48, 56, 0.95);
	background-size: cover;
	background-attachment: fixed;
}
.companySec .headLine01{
	position: relative;
}
.companySec .headLine01 .txtSpan {
	display: inline-block;
	margin-right: 15px;
	vertical-align: -10px;
}
.companySec .headLine01:after {
	width: 3px;  
	height: 9999px;
	background-color: #fff;
	position: absolute;  
	top: calc(100% + 15px);
	left: 28px;  
	content: ""; 
}
#main .companySec .inner {
	max-width: 816px;
	margin: 0 90px 0 auto;
	padding: 15px 0 42px 20px;
}
#main .companyDl {
	margin-bottom: 57px;
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	justify-content: space-between;
}
#main .companyDl dt {
	width: 285px;
	padding: 20px 0 21px;
	box-sizing: border-box;
	font-size: 1.5rem;
	letter-spacing: 0.16em;
	font-weight: bold;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 1.4;
	border-bottom: 1px solid #fff;
}
#main .companyDl dd {
	padding: 20px 0 21px 70px;
	font-size: 1.5rem;
	box-sizing: border-box;
	line-height: 1.4;
	letter-spacing: 0.16em;
	width: calc(100% - 285px);
	border-bottom: 1px solid #fff;
}
#main .companyDl dd a {
	color: #fff;
}
#main .photoUl {
	padding: 0 26px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#main .photoUl li {
	width: 47%;
}
#main .photoUl li img {
	width: 100%;
	border-radius: 30px;
}
#main .accessBox {
	position: relative;
	z-index: 1;
}
#main .accessBox h3 {
	padding: 14px 10px;
	background-color: #87181E;
	border-radius: 55px 55px 0 0;
	color: #fff;
	font-size: 1.6rem;
	font-weight: 500;
	letter-spacing: 0.2em;
	text-align: center;
}
#main .accessBox h3 span {
	display: block;
	font-size: 4.7rem;
	font-weight: bold;
	letter-spacing: 0.02em;
	line-height: 1;
}
#main .accessBox .map {
	height: 404px;
}
#main .accessBox .map iframe {
	width: 100%;
	height: 100%;
}
#main .companySec .content {
	overflow: hidden;
}
#main .cooperation {
	margin: -180px 0 -80px;
	position: relative;
	z-index: 1;
	padding: 235px 0 150px;
	background-color: #F1F0F1;
}
#main .cooperation .headLine01 {
	margin-bottom: 53px;
	text-align: center;
}
#main .cooperation .headLine01 .txtSpan {
	margin-bottom: 7px;
}
#main .cooperation .content {
	position: relative;
	z-index: 1;
}
#main .cooperation .inner {
	max-width: 883px;
	margin: 0 auto 60px;
	border: 1px solid #87181E;
	border-radius: 30px;
	padding: 32px 40px 28px;
	box-sizing: border-box;
	background-color: #fff;
	position: relative;
}
#main .cooperation .inner:after {
	width: 3px;  
	background-color: #4A565C;
	position: absolute;  
	top: -42px;
	bottom: -45px;
	left: 50%;
	z-index: -1;
	transform: translateX(-50%);  
	content: ""; 
}
#main .cooperation .inner p {
	font-weight: 500;
	letter-spacing: 0.16em;
	line-height: 1.68;
}
#main .cooperation .inner .ttl {
	margin-bottom: 23px;
	text-align: center;
	font-weight: 500;
	font-size: 2.2rem;
	letter-spacing: 0.08em;
	color: rgba(135, 24, 30,0.8);
}
#main .cooperation .txt {
	margin-bottom: 30px;
	text-align: center;
	font-size: 1.8rem;
	font-weight: 500;
	letter-spacing: 0.16em;
}
#main .cooperation .tel {
	padding-top: 2px;
	text-align: center;
	font-size: 4.1rem;
	font-weight: bold;
	color: #87181E;
	letter-spacing: 0.02em;
}
#main .cooperation .tel a {
	color: #87181E;
}
@media all and (min-width: 897px) {
	
}

@media all and (max-width: 896px) {
	.companySec .headLine01 {
		text-align: center;
	}
	.companySec .headLine01 .txtSpan {
		margin: 0 0 5px;
		display: block;
	}
	.companySec .headLine01:after {
		display: none;
	}
	#main .companySec {
    padding: 52px 0 50px;
	}
	#main .companySec .inner {
		max-width: inherit;
		margin: 0;
		padding: 0 0 20px;
	}
	#main .companyDl {
		display: block;
    	text-align: center;
    	padding: 0 20px 0 20px;
    	margin-bottom: 0px;
	}
	#main .companyDl dt {
		width: auto;
    	padding: 10px 0 10px;
    	display: block;
    	border: solid 1px #fff;
    	border-radius: 10px;
	}
	#main .companyDl dd {
		padding: 10px 0 40px;
    	width: auto;
    	border-bottom: none;
	}
	#main .photoUl li img {
		border-radius: 15px;
	}
	#main .photoUl {
		padding: 0;
		display: block;
	}
	#main .photoUl li {
		width: auto;
		margin: 0 0 20px;
		padding: 0 20px 0;
	}
	#main .accessBox h3 {
		font-size: 1.4rem;
		border-radius: 20px 20px 0 0;
	}
	#main .accessBox h3 span {
		font-size: 3rem;
	}
	#main .accessBox {
	    padding: 0 20px 0;
	}
	#main .accessBox .map {
		height: 90vw;
	}
	#main .companySec {
		background-image: none;
		background-attachment: inherit;
		border-radius: 0 0 30px 30px;
	}
	.fix {
		position: fixed;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		background: url(../img/company/photo01.jpg) no-repeat center center;
		background-size: cover;
		-webkit-font-smoothing: antialiased;
		-webkit-transform: translateZ(0);
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
		-webkit-transform-style: preserve-3d;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
		-webkit-overflow-scrolling: touch;
		will-change: transform;
	}
	#main .cooperation .inner {
		max-width: inherit;
		padding: 30px 20px;
		margin: 0 10px 60px;
	}
	#main .cooperation .inner .ttl {
		font-size: 1.8rem;
	}
	#main .cooperation .tel {
		font-size: 2.8rem;
	}
	#main .cooperation .txt {
    font-size: 1.6rem;
	}
}

@media all and (min-width: 897px) and (max-width: 1000px) {
	#main .companySec .inner {
		margin-right: 50px;
		max-width: 740px;
	}
}