@charset "utf-8";
/*------------------------------------------------------------
	index
------------------------------------------------------------*/
#gHeader {
	background-color: transparent;
	border-radius: 0 0 30px 30px;
}
#main {
	margin-bottom: -170px;
	padding-top: 0;
}
#main .mainVisual {
	min-height: 1000px;
	position: relative;
	display: flex;
	align-items: center;
	background: url(../img/index/photo01.jpg) no-repeat center;
	background-size: cover;
	background-attachment: fixed;
}
#main .mainVisual .subBox {
	margin-top: -420px;
	width: 528px;
	padding: 25px 30px 18px 40px;
	border-radius: 0 70px 70px 0;
	box-sizing: border-box;
	color: #fff;
	font-size: 3.2rem;
	font-weight: 800;
	box-sizing: border-box;
	background-color: rgba(59, 76, 85, 0.7);
}
#main .mainVisual .subBox p {
	line-height: 1.8;
	text-align: right;
	letter-spacing: 0.12em;
	text-shadow: 0 0 15px rgba(0, 0, 0,0.8);
}
#main .mainVisual .subBox p .subSpan {
	text-align: left;
	display: inline-block;
}
#main .mainVisual .subBox .txtSpan {
	display: block;
	font-size: 4rem;
	margin-top: -11px;
	letter-spacing: 0.12em;
}
#main .mainVisual .pBox {
	position: absolute;
    right: 0;
    bottom: 250px;
    width: 420px;
    color: #fff;
    padding: 30px 40px 30px;
    border-radius: 45px 0 0 45px;
	box-sizing: border-box;
	background-color: rgba(135, 24, 30, 0.7);
}
#main .mainVisual .pBox p {
	text-align: right;
    font-size: 2.3rem;
    letter-spacing: 0.12em;
    font-weight: 600;
    line-height: 1.53;
}
#main .mainVisual .pBox p .txtSpan {
	font-size: 1.65rem;
	font-weight: 900;
}
#main .poricySec {
	margin-top: -82px;
	padding: 40px 0 30px;
	color: #fff;
	position: relative;
	z-index: 1;
	background: #87181E;
	border-radius: 70px;
}

#main .poricySec:after {
	width: 100%;  
	height: 800px;
	border-radius: 70px;
	background: url(../img/index/photo02.jpg) no-repeat center top;
	background-size: cover;
	position: absolute;  
	top: 0;
	left: 0;  
	content: ""; 
}
#main .poricySec .content {
	padding: 20px;
	position: relative;
	z-index: 1;
}
#main .poricySec .headLine01 {
	padding-bottom: 13px;
	text-align: center;
	margin-bottom: 60px;
	position: relative;
}
#main .poricySec .headLine01:after {
	width: 3px;  
	height: 52px;
	background-color: #fff;
	position: absolute;  
	top: 100%;
	left: 50%;
	transform: translateX(-50%);  
	content: ""; 
}
#main .poricySec p {
	margin-bottom: 50px;
	font-size: 1.6rem;
	text-align: center;
}
#main .poricySec .ttl {
	margin-bottom: 17px;
	font-size: 2.2rem;
	letter-spacing: 0.06em;
	line-height: 1.4;
	font-weight: 600;
}
#main .poricySec .photoUl {
	margin: 0 -2px;
	display: flex;
	flex-wrap: wrap;
	position: relative;
}
#main .poricySec .photoUl:after {
	width: 3px;  
	position: absolute;  
	top: -34px;
	left: 50%;
	background-color: #fff;
	transform: translateX(-50%);
	bottom: -70px;  
	content: ""; 
	z-index: -1;
}
#main .poricySec .photoUl li {
	border-radius: 2px;
	margin-bottom: 20px;
	width: 30.7%;
	border: 3px solid #fff;
	box-sizing: border-box;
	background: #fff;
}
#main .poricySec .photoUl li img {
	width: 100%;
}
#main .poricySec .photoUl li:nth-child(3n-1) {
	margin-left: 3.95%;
	margin-right: 3.95%;
}
#main .performance {
	overflow: hidden;
	position: relative;
	z-index: 2;
	padding: 90px 0 111px;
	background-color: #fff;
	border-radius: 0 0 70px 70px;
}
#main .performance .inner {
	width: calc(50% + 403px);
	margin-left: auto;
	position: relative;
	z-index: 1;
	padding: 30px 20px 40px;
	box-sizing: border-box;
	border-radius: 70px 0 0 70px;
	background-color: #E4E4E4;
}
#main .performance .innerBox {
	/* max-width: 910px;
	margin: 0 auto; */
}
#main .needsBox {
	max-width: 887px;
}
#main .performance .subInner {
	padding: 0 65px;
}
#main .performance h3 {
	margin-bottom: -4px;
	text-align: center;
}
#main .performance .inner .subBox {
	min-height: 132px;
	margin-bottom: -5px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}
#main .performance .inner .subBox .lBox {
	margin-right: -80px;
	width: 176px;
	height: 176px;
	border-radius: 100%;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	background: url(../img/index/imgtext03.png) no-repeat center #87181E;
	background-size: 92px auto;
}
#main .performance .inner .lBox:after {
	border: 1px solid #fff;
	position: absolute;  
	top: 8px;
	left: 8px;
	right: 8px;
	bottom: 8px;  
	border-radius: 100%;
	content: ""; 
}
#main .performance .inner .lBox p {
	padding: 10px 0 0 5px;
	position: relative;
	z-index: 1;
	color: #fff;
	font-size: 2rem;
	font-weight: 900;
	letter-spacing: 0.2em;
	line-height: 1.45;
	text-align: center;
}
#main .performance .inner .rBox {
	margin: 13px 0 0;
	flex: 1;
	color: #fff;
	padding: 15px 10px 21px 97px;
	border-radius: 0 15px 15px 0;
	background: url(../img/index/imgtext02.png) no-repeat right 14px center #4A565C;
	background-size: 84px auto;
}
#main .performance .inner .subBox01 {
	margin-right: 135px;
}
#main .performance .inner .rBox p {
	font-size: 1.2rem;
	line-height: 1.5;
	margin-right: 92px;
}
#main .performance .inner .rBox .ttl {
	font-size: 1.6rem;
	font-weight: 700;
	letter-spacing: 0.2em;
	margin: 0 0 7px;
}
#main .performance .inner .subBox02 {
	margin: 0 -1.6% 0 15.3%;
}
#main .performance .inner .subBox02 .lBox {
	width: 136px;
	height: 136px;
	background-size: 68px auto;
}
#main .performance .inner .subBox02 .lBox p {
	line-height: 1.3;
	padding: 0;
}
#main .performance .inner .subBox02 .lBox::after {
	top: 6px;
	left: 6px;
	right: 6px;
	bottom: 6px;
}
#main .performance .inner .subBox02 .rBox {
	padding: 12px 10px 18px 85px;
	margin-top: 0;
	background-size: 70px auto;
}
#main .performance .inner .subBox03 {
	margin-left: -4%;
}
#main .performance .inner .subBox03 .rBox {
	margin-right: 17.8%;
}
#main .recruit {
	padding: 196px 0 90px;
	border-radius: 0 0 70px 70px;
	overflow: hidden;
	margin-top: -111px;
	z-index: 1;
	position: relative;
	background: url(../img/index/photo06.jpg) no-repeat center;
	background-size: cover;
}
#main .recruit .headLine01 {
	margin-bottom: 37px;
	position: relative;
	z-index: 1;
	color: #fff;
	text-align: center;
}
#main .recruit .headLine01::before {
	width: 3px;  
	height: 77px;
	background-color: #fff;
	position: absolute;  
	bottom: calc(100% + 8px);
	left: 50%;
	transform: translateX(-50%);  
	content: ""; 
}
#main .recruit .headLine01::after {
	width: 3px;  
	height: 9999px;
	background-color: #fff;
	position: absolute;  
	top: calc(100% + 20px);
	left: 50%;
	transform: translateX(-50%);  
	content: ""; 
}
#main .recruit .list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#main .recruit .list li {
	width: 41%;
	padding: 24px 0 18px;
	position: relative;
	z-index: 1;
}
#main .recruit .list li:after {
	width: 9999px;  
	height: 100%;
	border-radius: 0 70px 70px 0;
	background-color: rgba(135, 24, 30, 0.8);
	position: absolute;  
	top: 0;
	right: -57px;  
	content: ""; 
	z-index: -1;
}
#main .recruit .list .li02:after {
	left: -57px;
	right: auto;
	border-radius: 70px 0 0 70px;
}
#main .recruit .list li h3 {
	transform: scaleX(1.15);
	margin-bottom: 19px;
	text-align: center;
	font-size: 3.1rem;
	font-weight: 300;
	letter-spacing: 0.08em;
	color: #fff;
}
#main .recruit .list li .photo {
	margin-bottom: 13px;
	border-radius: 15px;
	overflow: hidden;
	position: relative;
}
#main .recruit .list li .photo a {
	display: block;
	position: relative;
}
#main .recruit .list li .photo span {
	position: absolute;
	top: 20px;
	left: 15px;
	font-size: 1.8rem;
	display: block;
	letter-spacing: 0.08em;
	line-height: 1.44;
	font-weight: 500;
	text-shadow: 0 0 8px #fff;
	color: rgba(135, 24, 30,0.8);
}
#main .recruit .list li .photo .txtSpan {
	top: auto;
	bottom: 20px;
}
#main .recruit .list li .photo a:after {
	width: 100%;  
	height: 100%;
	background-color: rgba(255, 255, 255, 0.6);
	position: absolute;  
	top: 0;
	left: 0;  
	content: ""; 
	opacity: 0;
	transition: all ease 0.3s;
}
#main .recruit .list li .photo img {
	width: 100%;
}
#main .recruit .list li p {
	text-align: center;
}
#main .recruit .list li p a {
	padding: 5px 28px 5px 5px;
	display: inline-block;
	font-size: 1.3rem;
	color: #fff;
	letter-spacing: 0.14em;
	background: url(../img/common/icon01.png) no-repeat right center;
	background-size: 25px auto;
}
#main .recruit .list li p a:hover {
	opacity: 0.7;
}
#main .aboutBox {
	margin-top: -231px;
	min-height: 818px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: url(../img/index/photo01.jpg) no-repeat center;
	background-size: cover;
	background-attachment: fixed;
}
#main .aboutBox .link {
	width: 344px;
	height: 344px;
	position: relative;
	margin: 60px auto 0;
}
#main .aboutBox .linkBox {
	position: relative;
}
#main .aboutBox .linkBox::before {
	width: 3px;  
	height: 40px;
	background-color: #fff;
	position: absolute;  
	bottom: 100%;
	left: 50%;
	transform: translateX(-50%);  
	content: ""; 
}
#main .aboutBox .link {
	display: flex;
	flex-direction: column;
	width: 344px;
	height: 344px;
	overflow: hidden;
	border-radius: 100%;
	box-sizing: border-box;
	position: relative;
	z-index: 1;
}
#main .aboutBox .link a {
	display: block;
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: none;
	color: #231815;
	background-color: #fff;
}
#main .aboutBox .link a:after {
	width: 200%;  
	height: 50%;
	background-color: #231815;
	position: absolute;  
	bottom: 0;
	left: 0;  
	z-index: -1;
	content: ""; 
}
#main .aboutBox .link p {
	padding-top: 25px;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 1.6rem;
	font-weight: 500;
	letter-spacing: 0.2em;
	text-align: center;
	box-sizing: border-box;
}
#main .aboutBox .link p .subSpan {
	width: 100%;
}
#main .aboutBox .link p .en {
	margin-top: -2px;
	display: block;
	font-size: 4.7rem;
	font-weight: 700;
	letter-spacing: 0.02em;
}
#main .aboutBox .link .txt {
	color: #fff;
	background-color: #231815;
}
#main .aboutBox .link .txt p {
	padding: 0 0 25px;
}
#main .aboutBox .link .txt .en {
	margin: 0 0 6px;
}



@media all and (min-width: 897px) {
	h1 {
		margin: -9px 0 0 -8px;
	}
	#main .poricySec .content {
	padding-bottom: 30px;
	}
	#main .performance .headLine01 {
		margin: 0 -2px -3px;
		color: #231815;
		position: relative;
	}
	#main .performance .headLine01:after {
		width: 3px;  
		height: 9999px;
		background-color: #231815;
		position: absolute;  
		top: -100px;
		left: 28px;  
		content: ""; 
	}
	#main .performance .headLine01 .subSpan {
		padding: 15px 0 17px;
		display: flex;
		align-items: center;
		background-color: #fff;
		position: relative;
		z-index: 1;
	}
	#main .performance .headLine01 .txtSpan {
		margin: -10px 10px 0 0;
	}
	#main .recruit .list li .photo a:hover::after {
		opacity: 1;
	}
	#main .aboutBox .link a:hover {
		background-color: #9E9F9F;
	}
	#main .aboutBox .link a:hover::after {
		display: none;
	}
}


@media all and (max-width: 896px) {
	#gHeader h1 {
		width: 180px;
		padding-top: 0;
		margin-left: -5px;
	}
	#main .mainVisual {
		min-height: 660px;
		align-items: flex-start;
	}
	#main .mainVisual .subBox {
		margin-top: 120px;
		width: auto;
		font-size: 1.6rem;
		padding-left: 20px;
	}
	#main .mainVisual .subBox .txtSpan {
		font-size: 3rem;
	}
	#main .mainVisual .pBox {
		padding: 10px 20px;
		width: auto;
		bottom: 120px;
	}
	#main .mainVisual .pBox p {
    	font-size: 1.6rem;
    	line-height: 1.4;
	}
	#main .mainVisual .pBox p .txtSpan {
		font-size: 1.4rem;
	}
	#main .poricySec {
		padding: 20px 0 15px;
		margin-top: -40px;
		border-radius: 30px;
	}
	#main .poricySec::after {
		border-radius: 30px;
		height: 856px;
	}
	#main .poricySec .ttl {
		font-size: 1.8rem;
	}
	#main .poricySec p {
		font-size: 1.4rem;
	}
	#main .poricySec .photoUl li {
    width: 100%;
    margin-left: 16px;
    margin-right: 16px;
	}
	#main .poricySec .photoUl li:nth-child(3n-1) {
	margin-left: 16px;
    margin-right: 16px;
	}
	#main .performance {
		padding: 50px 0;
		border-radius: 0 0 30px 30px;
	}
	#main .performance .headLine01 {
		text-align: center;
		margin: 20px 0px 10px 0px;
	}
	#main .performance .inner {
		width: auto;
		border-radius: 30px;
		margin: 0px 20px 0px 20px;
	}
	#main .performance .subInner {
		padding: 0;
	}
	#main .needsBox {
		max-width: inherit;
	}
	#main .performance h3 {
		margin-bottom: 20px;
	}
	#main .performance .inner .subBox {
		display: block;
		min-height: inherit;
		margin: 0 0 20px !important;
	}
	#main .performance .inner .subBox .lBox {
		margin: 0 auto 20px;
	}
	#main .performance .inner .lBox p {
		font-size: 1.8rem;
	}
	#main .performance .inner .rBox {
		margin: 0 !important;
		padding: 30px 20px !important;
		border-radius: 15px;
		background-position: right 10px bottom;
		background-size: 60px auto;
	}
	#main .performance .inner .rBox p {
		margin: 0;
	}
	#main .recruit .headLine01::before,
	#main .recruit .headLine01::after {
		display: none;
	}
	#main .recruit {
		padding: 140px 0 60px;
		border-radius: 0 0 30px 30px;
	}
	#main .recruit .list {
		margin: 0 10px;
		display: block;
	}
	#main .recruit .list li {
		width: auto;
		padding: 20px 15px;
		margin-bottom: 30px;
	}
	#main .recruit .list li:last-child {
		margin-bottom: 0;
	}
	#main .recruit .list li::after { 
		border-radius: 10px !important;
		width: 100% !important;
		right: auto !important;
		left: 0 !important;
	}
	#main .recruit .list li h3 {
		font-size: 2.8rem;
	}
	#main .recruit .list li .photo {
		border-radius: 10px;
	}
	#main .recruit .list li .photo span {
		font-size: 1.4rem;
	}
	#main .aboutBox .linkBox::before {
		display: none;
	}
	#main .aboutBox .link {
		width: 250px;
		height: 250px;
	}
	#main .aboutBox .link p .en {
		font-size: 3.5rem;
	}
	#main .performance .inner .subBox02 .lBox {
		width: 176px;
    	height: 176px;
	}
	#main .performance .inner .subBox02 .lBox {
	background-size: 92px auto;
	}
	#main .mainVisual {
	background-attachment: inherit;
	}
	#main .aboutBox {
	background-attachment: inherit;
	}
}

@media all and (min-width: 897px) and (max-width: 1170px) {
	#main .performance .inner {
		width: calc(50% + 370px);
	}
	#main .performance .inner .subBox01 {
		margin-right: 20px;
	}
	#main .performance .inner .subBox {
		margin-bottom: 5px;
	}
	#main .performance .inner .subBox03 .rBox {
		margin-right: 50px;
	}
	#main .performance .subInner {
		padding: 0 30px;
	}
	#main .performance .inner .subBox02 {
		margin-left: 7%;
	}
	#main .performance .inner .subBox03 {
		margin-left: -4%;
	}
		#main .mainVisual {
	background-attachment: inherit;
	}
	#main .aboutBox {
	background-attachment: inherit;
	}
}

