@charset "UTF-8";

/*--------------------------------------------------------------------
index.html	(トップページ)
top.css
--------------------------------------------------------------------*/

/*------------#title---------------------------------------------------------------*/
#title {
	height: 700px;
	margin-bottom: 0;
	background: inherit !important;
}
#title::after {
	position: absolute;
	content: "";
	display: block;
	width: 100%;
	height: 110px;
	bottom: 0;
	left: 0;
	background-color: var(--co-navy);
	clip-path: polygon(0 0, 0% 100%, 100% 100%);
	z-index: 1;
}
#title h2 {
	padding: 0 1em;
	top: 50%;
	color: var(--co-navy);
	text-shadow: 
		 3px  3px 3px var(--co-white),
		-3px  3px 3px var(--co-white),
		 3px -3px 3px var(--co-white),
		-3px -3px 3px var(--co-white),
		 3px  0px 3px var(--co-white),
		 0px  3px 3px var(--co-white),
		-3px  0px 3px var(--co-white),
		 0px -3px 3px var(--co-white);
}
#title h2 span {
	display: block;
	margin-top: 20px;
	font: bold 0.72em / 1 var(--mincho);
	color: var(--co-black);
	text-shadow: 
		 3px  3px 3px var(--co-white),
		-3px  3px 3px var(--co-white),
		 3px -3px 3px var(--co-white),
		-3px -3px 3px var(--co-white),
		 3px  0px 3px var(--co-white),
		 0px  3px 3px var(--co-white),
		-3px  0px 3px var(--co-white),
		 0px -3px 3px var(--co-white);
}
#title h2 em { font-weight: bold; }
#title div.Anima {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	z-index: 0;
}
#title div#Anima01 { background-image: url("../img/mv_p01.jpg"); }
#title div#Anima02 { background-image: url("../img/mv_p02.jpg"); }
#title div#Anima03 { background-image: url("../img/mv_p03.jpg"); }
#title div#Anima04 { background-image: url("../img/mv_p04.jpg"); }
#title div#Anima05 { background-image: url("../img/mv_p05.jpg"); }
#title div#Anima06 { background-image: url("../img/mv_p06.jpg"); }

@media (max-width: 840px) {
	#title h2 em { display: inline-block; }
}

@media (max-width: 480px) {
	#title { height: 60vh; }
	#title h2 { font-size: 1.3em; }
}

@media (max-width: 420px) {
}


/*------------article-------------------------*/
article { padding-bottom: 0; }
main article:not(:last-of-type) { margin-bottom: 0; }
article::after { display: none; }


/*------------TopTxt-------------------------*/
#TopTxt {
	width: 100%;
	max-width: inherit;
	padding: 0 1em 1em;
	background-color: var(--co-navy);
}
#TopTxt h2 {
	width: 100%;
	text-align: center;
	font: bold 1.9em / 1.2 var(--mincho);
	color: var(--co-white);
	text-shadow: 
		 3px  3px 3px #007aff,
		-3px  3px 3px #007aff,
		 3px -3px 3px #007aff,
		-3px -3px 3px #007aff,
		 3px  0px 3px #007aff,
		 0px  3px 3px #007aff,
		-3px  0px 3px #007aff,
		 0px -3px 3px #007aff;
}
#TopTxt p {
	margin-top: 20px;
	text-align: center;
	color: var(--co-white);
}

@media (max-width: 480px) {
	#TopTxt h2 { font-size: 1.4em; }
}


/*------------content-------------------------*/
#content {
	position: relative;
	width: 100%;
	max-width: inherit;
	padding: 180px 0 100px;
	overflow: hidden;
}
#content::before,
#content::after {
	position: absolute;
	display: block;
	content: "";
	width: 100%;
	top: -1px;
	left: 0;
	right: 0;
	transform: none;
	z-index: 0;
}
#content::before {
	width: 65%;
	height: 75px;
	background-color: var(--co-orange);
	clip-path: polygon(0 100%, 0 0, 100% 0);
}
#content::after {
	height: 110px;
	background-color: var(--co-navy);
	clip-path: polygon(100% 0, 0 0, 100% 100%);
}
#content h3 {
	margin-bottom: 20px;
	padding-bottom: 0;
	text-align: center;
	font: bold 2.2em / 1 var(--mincho);
}
#content h3::before { display: none; }
#content #about ul {
	display: flex;
	gap: 25px;
	width: 100%;
	max-width: 1100px;
	margin: 0 auto;
}
#content #about ul li {
	width: calc((100% - 25px * 2) / 3);
	max-width: 350px;
}
#content #about ul li a {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	clip-path: polygon(50% 10%, 100% 0, 100% 100%, 0 100%, 0 0);
}
#content #about ul li .aboPho { position: relative; }
#content #about ul li .aboPho::before {
	position: absolute;
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	mix-blend-mode: multiply;
	top: 0;
	left: 0;
	z-index: 1;
}
#content #about ul li:nth-of-type(1) .aboPho::before { background-color: rgba(0,71,117,0.65); }
#content #about ul li:nth-of-type(2) .aboPho::before { background-color: rgba(0,159,232,0.65); }
#content #about ul li:nth-of-type(3) .aboPho::before { background-color: rgba(0,122,255,0.65); }

#content #about ul li dl {
	position: absolute;
	width: 100%;
	bottom: 35px;
	left: 50%;
	transform: var(--transformX);
	z-index: 5;
}
#content #about ul li dl dd {
	width: 85%;
	max-width: 300px;
	margin: 0 auto;
	background: url("../img/arrow_b.png") no-repeat center bottom;
}
#content ul li dl dt {
	position: relative;
	margin-bottom: 30px;
	padding-bottom: 30px;
	width: 100%;
	text-align: center;
	font-size: 1.9em;
	font-weight: bold;
	color: var(--co-white);
}
#content ul li dl dt span {
	display: block;
	font: normal 0.54em / 1 var(--mincho);
	color: var(--co-white);
}
#content ul li dl dt::before {
	position: absolute;
	display: block;
	content: "";
	width: 45%;
	max-width: 250px;
	height: 5px;
	background-color: var(--co-white);
	bottom: 0;
	left: 50%;
	transform: var(--transformX);
}
#content ul li dl dd {
	padding-bottom: 85px;
	text-align: center;
	color: var(--co-white);
}
#content #streetBtn {
	margin-top: 60px;
	text-align: center;
}
#content #works { margin-top: 60px; }
#content #works ul {
	display: flex;
	flex-direction: column;
	gap: 40px;
	width: 100%;
	margin: 0 auto;
}
#content #works ul li {
	position: relative;
	width: 76%;
	margin-left: 0;
}
#content #works ul li:nth-of-type(2n) { margin-left: auto; }
#content #works ul li a {
	position: relative;
	clip-path: polygon(0 0, 100% 0, 90% 100%, 0% 100%);
}
#content #works ul li:nth-of-type(2n) a { clip-path: polygon(0 0, 100% 0, 100% 100%, 10% 100%); }
#content #works ul li .worPho { position: relative; }
#content #works ul li .worPho img {
	width: 100%;
	height: 400px;
}
#content #works ul li dl {
	position: absolute;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 50%;
	max-width: 330px;
	height: 75%;
	top: 50%;
	left: 10%;
	transform: var(--transformY);
	z-index: 5;
}
#content #works ul li:nth-of-type(2n) dl {
	left: auto;
	right: 10%;
}
#content #works ul li dl dd { background: url("../img/arrow_w.png") no-repeat center bottom; }

@media (max-width: 960px) {
	#content #about ul {
		width: 90%;
		flex-wrap: wrap;
		justify-content: center;
	}
	#content #about ul li { width: calc((100% - 25px) / 2); }
	#content #about ul li img { width: 100%; }
}

@media (max-width: 650px) {
	#content #about ul li { width: 100%; }
}

@media (max-width: 480px) {
	#content #works ul li { width: 96%; }
	#content #works ul li dl {
		width: 80%;
		left: 50%;
		right: 0;
		transform: var(--transformXY);
	}
	#content #works ul li:nth-of-type(2n) dl {
		left: 50%;
		right: 0;
	}
}


/*------------info------------------------*/
#news {
	position: relative;
	width: 100%;
	margin: 50px auto 0;
}
#news h2 {
	margin-bottom: 10px;
	padding: 0;
	text-align: center;
	font: bold 2.2em / 1 var(--mincho);
	color: var(--co-black);
}
#news section {
	width: 100%;
	max-width: inherit;
	background-color: var(--co-black);
	padding: 35px 1em;
}
#news div {
	width: 100%;
	max-width: 1100px;
	margin: 0 auto;
}
#news iframe {
	display: block;
	width: 100%;
	height: 210px;
	border: none;
	background-color: transparent;
}
@media (max-width: 960px) {}
@media (max-width: 770px) {}
@media (max-width: 480px) {}


/*------------recruit------------------------*/
#recruit {
	position: relative;
	width: 100%;
	max-width: inherit;
	margin-top: 50px;
}
#recruit a {
	position: relative;
	width: 100%;
	height: 100%;
	color: var(--co-white);
}
#recruit #bgMix img {
	width: 100%;
	height: 400px;
	z-index: 0;
}
#recruit h2 {
	position: absolute;
	width: 100%;
	padding: 0 1em;
	top: 50%;
	left: 50%;
	transform: var(--transformXY);
	text-align: center;
	font: bold 2.2em / 1.2 var(--mincho);
	color: var(--co-white);
	text-shadow: 
		 3px  3px 3px #c49a6d,
		-3px  3px 3px #c49a6d,
		 3px -3px 3px #c49a6d,
		-3px -3px 3px #c49a6d,
		 3px  0px 3px #c49a6d,
		 0px  3px 3px #c49a6d,
		-3px  0px 3px #c49a6d,
		 0px -3px 3px #c49a6d;
	z-index: 5;
}
#recruit p {
	position: absolute;
	bottom: -0.2em;
	left: 50%;
	transform: var(--transformX);
	text-align: center;
	font: bold clamp(50px, 13.8889vw + -24.4444px, 170px) / 1 var(--mincho);
	font-feature-settings: "palt" 1;
	color: rgba(255,255,255,0.80);
	z-index: 5;
}


@media (max-width: 480px) {
	#recruit #bgMix img { height: 350px; }
}
