@charset "utf-8";
/* CSS Document */

/* メイン画像 */
#mv {
	margin-bottom: 40px;
	overflow-x: clip;
}
#mv::before {
	content: "";
	display: inline-block;
	width: 340px;
	height: 340px;
	border-radius: 50%;
	background: #ffed00;
	position: absolute;
	left: 50%;
	top: 53%;
	transform: translateY(-50%);
}
#mv .catch {
	height: 100%;
	font-size: 2.8em;
	font-weight: 700;
	writing-mode: vertical-rl;
	text-align: center;
	position: absolute;
	left: calc(50% + 147px);
	top: 53%;
	transform: translateY(-50%);
}
#mv ul.mask-img {
	width: 30%;
	max-width: 400px;
	min-width: 350px;
	margin-right: auto;
	margin-left: 45%;
	transform: translateX(-50%);
  -webkit-mask-image: url("../images/denkyu.svg");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: 50% 65%;
  -webkit-mask-size: contain;
  mask-image: url("../images/denkyu.svg");
  mask-repeat: no-repeat;
  mask-position: 50% 65%;
  mask-size: contain;
}
.slider {
	position: relative;
	z-index: 1;
	height: 100vh;
	min-height: 500px;
	max-height: 700px;
}
.slider-item01 {
	background: url(../images/mv01.jpg);
}
.slider-item02 {
	background: url(../images/mv02.jpg);
}
.slider-item03 {
	background: url(../images/mv03.jpg);
}
.slider-item04 {
	background: url(../images/mv04.jpg);
}
.slider-item {
	width: 100%;
	height: 100vh;
	min-height: 500px;
	max-height: 700px;
	background-repeat: no-repeat;
	background-position: 40%;
	background-size: cover;
}


/* あいさつ */
#gree {
	padding: 64px 5%;
	background: #e6e6f1;
	position: relative;
	overflow-x: clip;
}
#gree .text {
	position: relative;
	z-index: 10;
}
#gree h2.fuchidori {
	margin-bottom: 32px;
	font-size: 2.8em;
  text-shadow: 3px  3px 0px #ffffff,
							-3px  3px 0px #ffffff,
							 3px -3px 0px #ffffff,
							-3px -3px 0px #ffffff,
							 3px  0px 0px #ffffff,
							 0px  3px 0px #ffffff,
							-3px  0px 0px #ffffff,
							 0px -3px 0px #ffffff;
}
#gree .text p {
	width: 50%;
	margin-left: 5%;
	min-width: 450px;
}
#gree .image {
	width: 55%;
	min-width: 500px;
	position: absolute;
	right: -8%;
	top: 50%;
	transform: translateY(-50%);
}



/* ページリンク（バナー） */
#link-menu {
	margin-bottom: 40px;
}
#link-menu ul.flex {
	flex-wrap: wrap;
	justify-content: space-between;
}
#link-menu .flex-item {
	width: 49%;
	height: 272px;
	margin-bottom: 32px;
	text-align: center;
	border-style: solid;
	border-width: 4px 4px 4px 20px;
	border-radius: 8px;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
}
#link-menu .flex-item01 {
	background: url("../images/bnr-img-service.jpg");
	background-position: center;
	background-color: #b8b8d3;
	background-blend-mode: overlay;
}
#link-menu .flex-item02 {
	background-image: url("../images/bnr-img-works.jpg");
	background-position: top;
	background-color: #b8b8d3;
	background-blend-mode: overlay;
}
#link-menu .flex-item03 {
	width: 100%;
	background-image: url("../images/bnr-img-recruit.jpg");
	background-position: right center;
}
#link-menu .flex-item03::before {
	content: "";
	display: inline-block;
	width: 230px;
	height: 200px;
	background: url("../images/bnr-parts-recruit.png") left top / 100% no-repeat;
	position: absolute;
	left: 0;
	top: 0;
}
#link-menu .flex-item a {
	display: block;
	height: 100%;
	position: relative;
	z-index: 10;
}
#link-menu .flex-item p {
	font-size: 2.3em;
	font-weight: 700;
	letter-spacing: 2px;
	position: absolute;
	left: 50%;
	top: 45%;
	transform: translate(-50%,-50%);
}
#link-menu .flex-item03 p {
	left: 20%;
	transform: translateY(-50%);
}
#link-menu .flex-item p span {
	display: inline-block;
	background: #fff;
	padding-left: 15px;
	padding-right: 15px;
	font-size: .7em;
}



/* 会社案内 */
#company {
	padding-top: 85px;
	background: #ffffffa6;
	margin-bottom: 32px;
}
#company h2 {
	height: 210px;
	background: url("../images/mv-company.jpg") center / cover;
	background-color: #474444;
	background-blend-mode: overlay;
	font-size: 1.8em;
	letter-spacing: 2px;
	position: relative;
}
#company h2 img {
	width: 200px;
	position: absolute;
	top: -10%;
	left: 5%;
}
#company h2 p {
	text-align: center;
	color: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
#company h2 p .mon {
	display: inline-block;
	padding-top: 8px;
	font-size: .8em;
	font-weight: 400;
	letter-spacing: 0;
	position: relative;
}
#company h2 p .mon::before {
	content: "";
	width: 50%;
	border-top: 2px solid;
	position: absolute;
	top: 6px;
	left: 50%;
	transform: translateX(-50%);
}
.com-gaiyo.flex {
	margin-top: 32px;
	justify-content: space-between;
}
.com-gaiyo .flex-cont {
	width: 49%; 
}
.com-gaiyo dl {
	display: flex;
}
.com-gaiyo dt {
	width: 95px;
	padding-top: 8px;
	padding-bottom: 8px;
	text-align: center;
}
.com-gaiyo dt span {
	display: inline-block;
	width: 100%;
	background: #56ab1e;
	color: #fff;
	font-size: 0.9em;
	letter-spacing: 1px;
}
.com-gaiyo dd {
	width: calc(100% - 95px);
	padding: 8px 5%;
	font-size: 0.95em;
}



/* グーグルマップ */
#gmap iframe {
	width: 100%;
	height: 350px;
}




