@charset "UTF-8";




.main{
	display: flex;
	flex-direction: column;
	box-sizing: border-box;
	height: 100vh;
	background-image: url(/img/index/1.jpg);
	background-size: cover;
	background-position: 50%;
	background-repeat: no-repeat;
}
html.sp .main{
}
.main .text1{
	flex-grow: 1;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	font-family: refrigerator-deluxe, sans-serif;
	font-weight: 800;
	font-size: 1.8rem;
	letter-spacing: 0.07em;
	color: #fff;
}
html.sp .main .text1{
}
.main .text1 img{
	margin: 0 0 15px;
}
html.sp .main .text1 img{
}

.facebook{
	text-align: center;
	margin: 50px 0 90px;
}
html.sp .facebook div,
html.sp .facebook span,
html.sp .facebook iframe{
	max-width: 100%;
}

nav.page{
	display: flex;
	/*justify-content: space-between;*/
	/*align-items: flex-start;*/
}
html.sp nav.page{
}
nav.page a{
	flex-basis: 33.3333%;
	display: flex;
	justify-content: center;
	align-items: center;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	font-size: 3rem;
	letter-spacing: 0.03em;
	height: 215px;
	color: #fff;
	background-size: cover;
	background-position: 50%;
	background-repeat: no-repeat;
	transition: 0.2s linear;
}
html.sp nav.page a{font-size: 2.2rem;}
nav.page a:hover{
	filter: brightness(1.6);
}
html.sp nav.page a:hover{
}
nav.page a.production_case{
	background-image: url(/img/index/2_1.jpg);
}
html.sp nav.page a.production_case{
}
nav.page a.strong_point{
	background-image: url(/img/index/2_2.jpg);
}
html.sp nav.page a.strong_point{
}
nav.page a.recruit{
	background-image: url(/img/index/2_3.jpg);
}
html.sp nav.page a.recruit{
}
nav.page a small{
	display: block;
	font-family: refrigerator-deluxe, sans-serif;
	font-weight: 800;
	font-size: 1.5rem;
}
html.sp nav.page a small{
}

html.sp #strong_point.anchor_point{
	top: 0px;
}
div.strong_point h2{
	height: 415px;
	background-image: url(/img/index/3_bg.jpg);
	background-size: cover;
	background-position: 50%;
	background-repeat: no-repeat;
	margin: 200px 0 0;
}
html.sp div.strong_point h2{
	height: auto;
	margin: 100px 0 0;
}
div.strong_point h2 .inner{
	display: flex;
}
html.sp div.strong_point h2 .inner{
	flex-direction: column-reverse;
	padding: 0 0 30px;
}
div.strong_point h2 .image{
	margin-top: -100px;
}
html.sp div.strong_point h2 .text{
	padding: 40px 0 0;
}
html.sp div.strong_point h2 .text p{
	/*padding: 80px 0 0;*/
}
html.sp div.strong_point h2 .image img{
	width: 300px;
	margin: -220px 0 0;
}
h2 .text{
	writing-mode: vertical-rl;
	font-feature-settings: initial;
	box-sizing: border-box;
	height: 673px;
	padding: 80px 40px 0;
	margin: 0 0 0 30px;
}
html.sp h2 .text{}
h2 .text .title{
	font-family: refrigerator-deluxe, sans-serif;
	font-weight: 800;
	font-size: 2.6rem;
	letter-spacing: 0.04em;
}
html.sp h2 .text .title{
}
h2 p{
	font-weight: bold;
	font-size: 2rem;
	line-height: 1.9;
	letter-spacing: 0.05em;
	margin: 0 35px 0 10px;
}
html.sp h2 p{
}
.horizontal{
	display: inline-block;
	writing-mode: horizontal-tb;
	line-height: 1;
}
html.sp .horizontal{
}

h3{
	font-weight: bold;
	font-size: 4rem;
}
html.sp h3{
}
h3 img{
	position: relative;
	z-index: 2;
}
html.sp h3 img{
}
h3 .bg_text{
	position: relative;
	font-family: refrigerator-deluxe, sans-serif;
	font-weight: 800;
	font-size: 6.5rem;
	line-height: 1;
	letter-spacing: 0.04em;
	margin: -35px 0 0 -30px;
	color: #d9dedc;
	z-index: 1;
}
html.sp h3 .bg_text{
}
h3 + p{
	font-weight: bold;
	font-size: 1.8rem;
	padding: 0 0 0 30px;
	margin-top: 5px;
}
html.sp h3 + p{
}

.items_handled h3{
	padding: 0 0 0 30px;
	margin: 30px 0 0px;
}
html.sp .items_handled h3{
}
.items_handled h3 .bg_text{
}
html.sp .items_handled h3 .bg_text{
}
.items_handled .item_list{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
html.sp .items_handled .item_list{
}
.items_handled .item_list .item{
	flex-basis: 31.6%;
	margin: 0 0 20px;
}
html.sp .items_handled .item_list .item{flex-basis: 48%;}
.items_handled .item_list .item .text1{
	font-weight: bold;
	font-size: 3.1rem;
	letter-spacing: 0.05em;
	margin: 15px 0 3px;
}
html.sp .items_handled .item_list .item .text1{
}
.items_handled .item_list .item .text2{
	font-weight: bold;
	font-size: 1.8rem;
	line-height: 1.4;
}
html.sp .items_handled .item_list .item .text2{
}
.items_handled .item_list .item .text3{
	font-size: 1.8rem;
	border-top: 1px dotted #000;
	padding: 5px 0;
	margin: 8px 0;
}
html.sp .items_handled .item_list .item .text3{
}
.items_handled div.production_case{
	display: block;
	text-align: center;
	background-color: #000;
	padding: 7px 0 10px;
	margin: 10px 0;
	transition: 0.15s linear;
}
html.sp .items_handled div.production_case{
}
.items_handled div.production_case:hover{
	opacity: 0.6;
}
html.sp .items_handled div.production_case:hover{
}

.technical_capabilities{
	background-image: url(/img/index/5_bg.svg);
	background-repeat: no-repeat;
	background-position: 100% 0;
	padding: 15px 0;
	margin: 60px 0;
}
html.sp .technical_capabilities{
}
.technical_capabilities h3{
	text-align: center;
}
.technical_capabilities h3 .bg_text{
	margin-left: 0;
}
html.sp .technical_capabilities h3 .bg_text{
	font-size: 4.5rem;
}
.row1{
	display: flex;
	justify-content: flex-start;
}
html.sp .row1{
	justify-content: space-between;
	margin: 50px 0;
}
html.sp .row1 .image{
	order: 1;
	margin-right: -300px;
	max-width: 320px;
}
.row1:nth-of-type(2n){
	justify-content: flex-end;
}
html.sp .row1:nth-of-type(2n) .image{
	/*margin: 0 0 0 -200px;*/
}
.row1:nth-of-type(2){
	margin: 10px 0 80px;
}
html.sp .row1:nth-of-type(2){
}
.row1 .text{
	writing-mode: vertical-rl;
	font-feature-settings: initial;
	margin: 0 22px;
}
html.sp .row1 .text{
	order: 2;
}
.row1 .text h4{
	font-weight: bold;
	font-size: 3rem;
	letter-spacing: 0.05em;
	margin: 0;
}
html.sp .row1 .text h4{
}
.row1 .text p{
	line-height: 1.9;
}
html.sp .row1 .text p{height: 190px;margin: 210px 20px 0 0;}
.imagination{
	background-image: url(/img/index/6_bg.svg);
	background-repeat: no-repeat;
	background-position: 100% 0;
	padding: 15px 0;
	margin: 0 0 80px;
}
html.sp .imagination{
}
.imagination h3{
	text-align: center;
}
.imagination h3 .bg_text{
	margin-left: 0;
}
html.sp .imagination h3{
}
.imagination .row1:nth-of-type(2){
	margin: 50px 0;
}
html.sp .imagination .row1:nth-of-type(2){
}

.weaknesses{
	background-color: #dee7eb;
}
html.sp .weaknesses{
}

.weaknesses .inner{
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	height: 855px;
	padding: 50px 0;
}
html.sp .weaknesses .inner{height: auto;}
.weaknesses .inner .box{
	display: flex;
	justify-content: flex-end;
	position: relative;
	box-sizing: border-box;
	/*width: 300px;*/
	/*height: 300px;*/
	padding: 30px 25px;
	border: 1px solid #000;
	background-color: #fff;
	margin-bottom: 10px;
}
html.sp .weaknesses .inner .box{
}
.weaknesses .inner .box.col1{
	width: 380px;
}
html.sp .weaknesses .inner .box.col1{width: 450px;}
.weaknesses .inner .box.col2{
	width: 470px;
}
html.sp .weaknesses .inner .box.col2{width: 450px;}
.weaknesses .inner .box1{
	background-image: url(/img/index/7_2.jpg);
	background-position: 5% 60%;
	background-repeat: no-repeat;
	padding-bottom: 40px;
}
html.sp .weaknesses .inner .box1{order: 3;background-position: 13% 39%;background-size: 150px;}
.weaknesses .inner .box2{
	background-image: url(/img/index/7_4.jpg);
	background-position: 10% 95%;
	background-repeat: no-repeat;
	padding-bottom: 100px;
}
html.sp .weaknesses .inner .box2{order: 4;}
.weaknesses .inner .box3{
	justify-content: flex-start;
	background-color: transparent;
	border: 0;
	margin-bottom: 0px;
	padding: 0 0 26px 20px;
}
html.sp .weaknesses .inner .box3{order: 1;padding-bottom: 30px;}
.weaknesses .inner .box4{
	background-image: url(/img/index/7_3.jpg);
	background-position: 10% 50%;
	background-repeat: no-repeat;
	padding-bottom: 13px;
}
html.sp .weaknesses .inner .box4{order: 2;}
.weaknesses .inner .box .text{
	writing-mode: vertical-rl;
	font-feature-settings: initial;
}
html.sp .weaknesses .inner .box .text{
}
.weaknesses .inner .box h2{
	margin: 0;
}
html.sp .weaknesses .inner .box h2{
}
.weaknesses .inner .box h2 .text{
	padding: 0;
	height: auto;
}
html.sp .weaknesses .inner .box h2 .text{
}
.weaknesses .inner .box h4{
	font-weight: bold;
	font-size: 2.2rem;
	line-height: 1.5;
	height: 290px;
	margin: 0 0 0 10px;
}
html.sp .weaknesses .inner .box h4{
}
.weaknesses .inner .box1 p{
	font-size: 1.6rem;
	height: 340px;
}
html.sp .weaknesses .inner .box1 p{
}
.weaknesses .inner .box2 p{
	font-size: 1.6rem;
	height: 200px;
}
html.sp .weaknesses .inner .box2 p{
}
.weaknesses .inner .box4 p{
	font-size: 1.6rem;
	height: 280px;
}
html.sp .weaknesses .inner .box4 p{
}
.weaknesses .inner .box1 .button1{
	left: 20px;
	bottom: 20px;
}
html.sp .weaknesses .inner .box1 .button1{left: 60px;bottom: 40px;}
.weaknesses .inner .box2 .button1{
	right: 20px;
	bottom: 20px;
}
html.sp .weaknesses .inner .box2 .button1{right: 90px;bottom: 60px;}
.weaknesses .inner .box4 .button1{
	left: 20px;
	bottom: 20px;
}
html.sp .weaknesses .inner .box4 .button1{left: 38px;}
.weaknesses .inner .img7_1{
	position: absolute;
	right: 30px;
	bottom: 0;
	mix-blend-mode: multiply;
}
html.sp .weaknesses .inner .img7_1{right: 5px;}
.button1{
	display: inline-block;
	padding: 3px 12px 2px 15px;
	border-radius: 100px;
	background-color: #000;
	transition: 0.15s linear;
}
html.sp .button1{
}
.button1:hover{
	opacity: 0.6;
}
html.sp .button1:hover{
}
.button1:after{
	content: url(/img/index/7_a.svg);
	vertical-align: -6px;
	margin-left: 7px;
}
html.sp .button1:after{
}
.weaknesses .inner .box .button1{
	position: absolute;
}
html.sp .weaknesses .inner .box .button1{
}

.facility h2{
	color: #fff;
	background-image: url(/img/index/8_bg.jpg);
	background-size: cover;
	background-position: 50%;
	background-repeat: no-repeat;
}
html.sp .facility h2{
}
.facility h2 .text{
	background-image: url(/img/index/8_bg2.png);
}
html.sp .facility h2 .text{
	height: 480px;
	margin: 0 auto;
}
.facility .list{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 25px 0;
}
html.sp .facility .list{
}
.facility .list .box{
	position: relative;
	box-sizing: border-box;
	flex-basis: 49%;
	margin-bottom: 17px;
}
html.sp .facility .list .box{flex-basis: 100%;}
.facility .list .box.box2{
	flex-basis: 24%;
	margin-bottom: 10px;
}
html.sp .facility .list .box.box2{flex-basis: 48%;}
.facility .list .box.text{
	display: flex;
	padding: 20px 10px;
	background-color: #e6e9e8;
}
html.sp .facility .list .box.text{
}
.facility .list .box.text .number{
	display: flex;
	justify-content: center;
	align-items: center;
	font-family: refrigerator-deluxe, sans-serif;
	font-weight: 800;
	font-size: 2.4rem;
	padding: 0 15px 0 10px;
	border-right: 1px solid #000;
	margin-right: 15px;
}
html.sp .facility .list .box.text .number{
}
.facility .list .box.text .text1{
	font-size: 1.4rem;
	line-height: 1.3;
}
html.sp .facility .list .box.text .text1{
}
.facility .list .box.text .text2{
	font-weight: bold;
	font-size: 2.4rem;
	line-height: 1.3;
}
html.sp .facility .list .box.text .text2{
}
.facility .list .box.text .text2 small{
	font-size: 1.2rem;
	line-height: 1.3;
}
html.sp .facility .list .box.text .text2 small{
}
.facility .list .box.text .text3{
	font-size: 1.2rem;
	line-height: 1.3;
}
html.sp .facility .list .box.text .text3{
}
.facility .list .box10{
	display: flex;
	justify-content: space-between;
}
html.sp .facility .list .box10{
	width: 100%;
}
.facility .list .box10 .text{
	font-weight: bold;
	font-size: 1.8rem;
}
html.sp .facility .list .box10 .text{
}
.facility .list .box.image .number{
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
	font-family: refrigerator-deluxe, sans-serif;
	font-weight: 800;
	font-size: 2.8rem;
	top: -5px;
	left: -5px;
	width: 45px;
	height: 45px;
	color: #fff;
	background-color: #000;
}
html.sp .facility .list .box.image .number{
}
html.sp .facility .list .box.image img{
	width: 100%;
}
html.sp .facility .list .box.text01{ order: 2; }
html.sp .facility .list .box.text02{ order: 5; }
html.sp .facility .list .box.text03{ order: 6; }
html.sp .facility .list .box.text04{ order: 9; }
html.sp .facility .list .box.text05{ order: 10; }
html.sp .facility .list .box.text06{ order: 13; }
html.sp .facility .list .box.image01{ order: 1; }
html.sp .facility .list .box.image02{ order: 3; }
html.sp .facility .list .box.image03{ order: 4; }
html.sp .facility .list .box.image04{ order: 7; }
html.sp .facility .list .box.image05{ order: 8; }
html.sp .facility .list .box.image06{ order: 11; }
html.sp .facility .list .box.image07{ order: 12; }
html.sp .facility .list .box.image08{ order: 14; }
html.sp .facility .list .box.image09{ order: 15; }
html.sp .facility .list .box10{ order: 16; }


div.production_case{
	background-color: #e6e9e8;
	padding: 50px 0;
}
html.sp div.production_case{
}

div.production_case h2,
div.production_case .p1{
	text-align: center;
}
html.sp div.production_case .p1{
}
div.production_case .p1{
	font-weight: bold;
	margin: 20px 0 30px;
}
html.sp div.production_case .p1{
}

div.production_case .list{
	display: flex;
	margin: 0 0 20px;
}
html.sp div.production_case .list{flex-direction: column;}
div.production_case .list .left{
	order: 1;
	display: flex;
	flex-basis: 55%;
	flex-wrap: wrap;
}
html.sp div.production_case .list .left{order: 2;}
div.production_case .list a{
	text-decoration: none;
}
html.sp div.production_case .list a{
}
div.production_case .list a .image{
	background-color: #969694;
	background-size: cover;
	background-position: 50%;
	background-repeat: no-repeat;
	transition: 0.15s linear;
}
html.sp div.production_case .list a .image{
}
div.production_case .list a:hover .image{
	filter: brightness(1.2);
}
html.sp div.production_case .list a:hover .image{
}
div.production_case .list a .text{
	box-sizing: border-box;
	padding: 5px 0px 5px 10px;
	height: 52px;
}
html.sp div.production_case .list a .text{
}
div.production_case .list a .text .date{
	font-family: refrigerator-deluxe, sans-serif;
	font-weight: 800;
	font-size: 1.1rem;
	color: #a5a5ab;
}
html.sp div.production_case .list a .text .date{
}
div.production_case .list a .text .text1{
	font-weight: bold;
	font-size: 1.5rem;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	max-width: 146px;
}
html.sp div.production_case .list a .text .text1{max-width: 205px;}

div.production_case .list .left a{
	box-sizing: border-box;
	flex-basis: 33.33%;
	flex-grow: 1;
	background-color: #fff;
	border-right: 1px solid #d3d3d6;
}
html.sp div.production_case .list .left a{flex-basis: 50%;}
div.production_case .list .left a .image{
	height: 160px;
}
html.sp div.production_case .list .left a .image{
}
div.production_case .list .right{
	order: 2;
	display: flex;
	flex-basis: 45%;
}
html.sp div.production_case .list .right{order: 1;}
div.production_case .list .right a{
	flex-grow: 1;
	background-color: #fff;
}
html.sp div.production_case .list .right a{
}
div.production_case .list .right a .image{
	height: 372px;
}
html.sp div.production_case .list .right a .image{
}
div.production_case .list .right a .text .text1{
	max-width: 378px;
}
html.sp div.production_case .list .right a .text .text1{max-width: 430px;}

div.recruit{
	margin: 50px 0;
}
html.sp div.recruit{
}
div.recruit h2,
div.recruit .p1{
	text-align: center;
}
html.sp div.recruit .p1{
}
div.recruit .p1{
	font-weight: bold;
	margin: 20px 0 30px;
}
html.sp div.recruit .p1{
}
table.type1{
	width: 100%;
	border-collapse: collapse;
	border-top: 3px solid #000;
	border-bottom: 3px solid #000;
	margin: 0 0 20px;
	white-space: nowrap;
}
html.sp table.type1{
}
table.type1 td,
table.type1 th{
	text-align: left;
	padding: 15px 20px;
	border-bottom: 1px solid #000;
}
table.type1 th{
	padding: 15px 30px;
}
html.sp table.type1 th{
	padding-left: 10px;
}
html.sp table.type1 td{
	padding-right: 0px;
}
a.button3{
	position: relative;
	display: block;
	text-align: center;
	background-color: #000;
	padding: 8px 0 11px;
	z-index: 3;
	transition: 0.2s ease-in-out;
}
html.sp a.button3{
}
a.button3:hover{
	opacity: 0.6;
}
html.sp a.button3:hover{
}
div.recruit .bg{
	position: relative;
	height: 748px;
	background-image: url(/img/index/10_bg.jpg);
	background-size: cover;
	background-position: 5% 5%;
	background-repeat: no-repeat;
	margin: -50px 0 0;
	z-index: 2;
}
html.sp div.recruit .bg{
}

#kaisya_annai.anchor_point{
	top: -180px;
}
html.sp #kaisya_annai.anchor_point{
	top: -270px;
}
div.kaisya_annai{
	position: relative;
	margin-top: -173px;
	z-index: 4;
}
html.sp div.kaisya_annai{
}
div.kaisya_annai .bg{
	background-color: #fff;
	background-image: url(/img/index/11_bg.svg);
	background-position: 50% 0;
	background-repeat: no-repeat;
	padding: 50px 0 50px;
	border-bottom: 1px solid #000;
}
html.sp div.kaisya_annai .bg{background-size: contain;padding: 20px 0;}
div.kaisya_annai h3{
	font-weight: bold;
	font-size: 2.6rem;
	padding: 0 0 0 30px;
}
html.sp div.kaisya_annai h3{
}
div.kaisya_annai table.type1{
	border-bottom: 1px solid #000;
	margin: 0 0 80px;
}
html.sp div.kaisya_annai table.type1{width: 90%;margin: 0 auto 50px;}
div.kaisya_annai table.type1 td,
div.kaisya_annai table.type1 th{
	padding-top: 22px;
	padding-bottom: 22px;
	white-space: nowrap;
}
html.sp div.kaisya_annai table.type1 th{
	padding-left: 0;
}
html.sp div.kaisya_annai table.type1 td{
	padding-right: 0;
}
div.kaisya_annai .row{
	display: flex;
	justify-content: space-between;
	margin: 20px 0;
}
html.sp div.kaisya_annai .row{flex-direction: column-reverse;}
div.kaisya_annai .row .text{
	z-index: 2;
}
html.sp div.kaisya_annai .row .text{
}
div.kaisya_annai .row h4{
	font-weight: bold;
	font-size: 2.4rem;
	letter-spacing: 0.07em;
	line-height: 1.7;
	margin: 50px 0 20px;
}
html.sp div.kaisya_annai .row h4{
}
div.kaisya_annai .row p{
	white-space: nowrap;
	font-size: 1.4rem;
	letter-spacing: 0.07em;
	line-height: 2.4;
}
html.sp div.kaisya_annai .row p{
}
div.kaisya_annai .row .image{
	margin: 0 0 0 -50px;
	z-index: 1;
}
html.sp div.kaisya_annai .row .image{text-align: center;margin: 0;}
div.kaisya_annai .row .img12_1{
	box-shadow: 50px 50px 0 0 rgba(0,6,3,0.12);
}
html.sp div.kaisya_annai .row .img12_1{box-shadow: 30px 30px 0 0 rgb(0 6 3 / 12%);}
div.kaisya_annai .row .img12_3{
	margin: 50px 0 0;
}
html.sp div.kaisya_annai .row .img12_3{
}

div.kaisya_annai .row3{
	display: flex;
	justify-content: space-between;
	margin: 60px 0;
}
html.sp div.kaisya_annai .row3{
}
div.kaisya_annai .row3 a{
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	font-size: 2.1rem;
	letter-spacing: 0.05em;
}
html.sp div.kaisya_annai .row3 a{font-size: 1.7rem;}
div.kaisya_annai .row3 a img{
	margin: 0 0 15px;
	transition: 0.2s ease-in-out;
}
html.sp div.kaisya_annai .row3 a img{
}
div.kaisya_annai .row3 a:hover img{
	filter: brightness(1.2);
}
html.sp div.kaisya_annai .row3 a:hover img{
}










