@charset "UTF-8";

	body {
			font-family: "Sawarabi Mincho";
			background-color: #333;
		}

/****************************************
	main
****************************************/
.main-img {
    position: relative;
    display: flex;
    justify-content: space-around;
    flex-direction: row;
	padding-top: 80px;
	text-align: end;
}

.title-box{
	writing-mode: vertical-rl;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.title-box h2{
	font-size: 5em;
	color: #fff;
}

.border{
	border: #fff 3px solid;
    color: #fff !important;
    padding: 2% 3% 2% 0%;
	margin-top: 137px;
}

.back-img{
    width: 70%;
	position: relative;
	z-index: 1;
}

.back-in{
    width: 50%;
	position: absolute;
	z-index: 2;
	top: 30%;
	left: 25%;
	
}
section#main-back p {
	position:absolute;
	top:30%;
	left:20px;
}

section#main-back p strong {
	display:block;
	font-size:30px;
	text-shadow:1px 1px 1px #fff;
	margin:125px 0px 20px;
	transition:.4s;
	color: #2c2c2b
}

section#main-back p a {
	display:inline-block;
	padding:10px 30px;
	background:rgba(0,0,0,.7);
	border:1px solid #303030;
	box-shadow:1px 1px 1px #fff;
	color:#fff;
	letter-spacing:0.3em;
	transition:.4s;
}

section#main-back p a:hover {
	background:rgba(50,50,50,.7);
	text-decoration:none;
}


section#welcome {
	padding:150px 0% 0px;
	color:#fff;

}
.line{
	width: 100%;
	margin-bottom: 50px;
}
.line-img{
	width: 100%;
}

.welcome-main{
	display: flex;
    align-items: center;
    justify-content: center;
	margin-bottom: 50px;
}

section#welcome .w-catch {
    text-align: center;
    font-size: 1.5em;
    width: 59%;
    padding: 5%;
}

section#welcome p {
	width:100%;
	max-width:600px;
	margin:0px auto;
	line-height:2em;
	margin-top:50px;
	text-align: center;
}


section#news {
	position:relative;
	width:100%;
	padding:80px 5% 150px;
}
.news-title{
    text-align: center;
    color: #fff;
    font-size: 2em;
    padding-bottom: 100px;
}
section#news .n-area {
}

section#news .n-area .n-box {
	position:relative;
	width:25%;
	padding:20px;
	color: #fff;
}

section#news .n-area .n-box .n-img {
	width:100%;
}

section#news .n-area .n-box .n-img img {
	width:100%;
}

section#news .n-area .n-box .n-date {
	font-size:14px;
	padding:10px 0px;
}

section#news .n-area .n-box .n-title {
	font-size:20px;
	padding:0px 0px 10px;
}

section#news .n-area .n-box a {
	display:block;
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
}

.collection-wrapper{
	position: relative;
}

.collection-animation{
	display: flex;
}

.collection-img{
	width: 100%;
}

.collection-text{
	width: 100%;
	position: absolute;
	bottom: -14px;
}


section#links {
	position: relative;
    width: 100%;
    padding: 0px 5% 150px;
    /* background-image: url(../img/product-bg.png); */
    display: flex;
    align-items: center;
    background-position: center;
    height: 1492px;
}


section#links .links-product {
	position:relative;
	padding:50px 10px;
}

section#links .links-product a {
	color:#fff;
}

section#links .links-product a:hover {
	color:#c0c0c0;
}

section#links .links-product .links-product-area {
	display:block;
	position:relative;
	width:100%;
	padding-top:33.3333%;
	font-size:0;
}

section#links .links-product .links-product-area img {
	position:absolute;
	top:50%;
	left:50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit-transform: translateY(-50%) translateX(-50%);
	width:100%;
}

section#links .links-product .links-product-area .links-recuruit-cover {
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	transition:.4s;
}

section#links .links-product .links-product-area .links-product-area-title {
	position:absolute;
	top:50%;
	left:50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit-transform: translateY(-50%) translateX(-50%);
	width:100%;
	margin:0;
	font-size:36px;
	font-weight:500;
	letter-spacing:0.2em;
	text-align:center;
	transition:.4s;
}

section#links .links-product .links-product-area .links-product-area-title span {
	display:block;
	font-size:12px;
	letter-spacing:0.05em;
}

section#links .links-product .links-product-area .links-product-area-title .links-product-area-btn {
	display:inline-block;
	font-size:14px;
	letter-spacing:0.05em;
	margin:10px 0px 0px;
	padding:5px 10px;
	background:#fff;
	color:#505050;
	border:1px solid #505050;
	border-radius:22px;
}

.welcome-img{
	width: 120%;
}

section#information {
	position:relative;
	width:100%;
	padding:0px 5% 150px;
	margin-top: 200px;
}

section#information .company {
	padding-bottom:50px;
}

section#information .tokushoho {
}

section#information .company h2 ,
section#information .tokushoho h2 {
	margin:25px auto;
	max-width:800px;
	text-align: center;
}

section#information table {
	width:100%;
	margin:0px auto;
	max-width:800px;
}

section#information table th {
	width:30%;
	border-bottom:0.5px solid #fff;
	color:#fff;
	font-weight:normal;
	padding:10px;
	text-align:center;
	vertical-align:top;
}

section#information table td {
	width:70%;
	border-bottom:0.5px solid #fff;
	padding:10px;
	text-align:center;
	vertical-align:top;
	color: #fff;
}


@media screen and (max-width:930px){

	section#links .links-business .links-business-area .links-business-area-img img {
		width:70%;
	}

}


@media screen and (max-width:768px){

	section#welcome {
		padding:0px 0% 0px;
	}

	section#welcome .w-catch {
		font-size:28px;
	}

	section#news {
		padding:70px 5% 70px;
	}

	section#news .n-area .n-box {
		width:50%;
		padding:20px;
	}

	section#news .n-area .n-box .n-title {
		font-size:16px;
	}



	section#links {
		padding:0px 5% 70px;
	}
	
	section#information {
		position:relative;
		width:100%;
		padding:0px 5% 70px;
	}

}


@media screen and (max-width:480px){


	.back-img {
		width: 70%;
		position: relative;
		z-index: 1;
		display: none;
	}

	section#welcome .w-catch {
		font-size:20px;
		font-family: 'Hina Mincho', serif;
	}

	section#links .links-product {
		padding:100px 10px 0px;
	}

	.collection-animation {
		display: flex;
		flex-direction: column;
	}

	section#information table th {
		display:block;
		width:100%;
		background:#facd4f;
		border:1px solid #000;
		color:#fff;
		font-weight:normal;
		padding:10px;
		text-align:left;
		vertical-align:top;
	}
	
	section#information table td {
		display:block;
		width:100%;
		border:1px solid #000;
		padding:10px;
		text-align:left;
		vertical-align:top;
	}

	section#links {
		position: relative;
		width: 100%;
		padding: 0px 5% 150px;
		background-image: url(../img/product-bg.png);
		display: flex;
		align-items: center;
		background-position: center;
		height: auto;
}

.welcome-img{
	width: 100%;
}



.welcome-main {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 50px;
    flex-direction: column-reverse;
}
section#welcome .w-catch {
    text-align: center;
    font-size: 1.5em;
    width: 100%;
    padding-left: 2%;
	}

	.flex {
		display: flex;
		flex-wrap: wrap;
		flex-direction: column;
		align-items: center;
	}

	section#news .n-area .n-box {
		width: 100%;
		padding: 20px;
	}

	section#links .links-product .links-product-area .links-product-area-title .links-product-area-btn {
		display: inline-block;
		font-size: 14px;
		letter-spacing: 0.05em;
		margin: 0px 0px 0px;
		padding: 0px 10px;
		background: #fff;
		color: #505050;
		border: 1px solid #505050;
		border-radius: 22px;
}
}