@charset "utf-8";

/* hypertext
-------------------- */
a {
  color: #333;
  text-decoration: none;
}
a:hover {
  color: #888;
  text-decoration: underline;
}


/* Image
-------------------- */
.home_main_img{
/*
    height: 0;
    padding-top: 42.5%;
    background: url('../img/home/main_img.jpg') 0 0 no-repeat;
    background-size: contain;
	margin-top: 86px;
*/
/*
    background: url('../img/home/main_img.jpg') 0 0 no-repeat;
*/
    background-size: contain;
	margin-top: 86px;
	text-align:center;
}
.home_main_img img{
	width:100%;
}

@keyframes flip {
  from {
    background-position: 0 top;
  }
  to {
    background-position: 0 bottom;
  }
}

.home_bg_img1{
    height: 0;
    padding-top: 12.5%;
    background: url('../img/home/home_01.jpg') 0 0 no-repeat;
    background-size: contain;
}

.home_bg_img2{
    height: 930px;
    background: url('../img/home/home_09.jpg') 0 0 no-repeat;
    background-size: cover;
}

/* Main
-------------------- */
.contents h2 {
    font-size: 3rem;
    font-family: 'Helvetiva' , 'Arial' , 'Swiss721 BT' , sans-serif;
    letter-spacing: 2px;
line-height: 1;
}

/* Blog_Twitter */
#Blog_twitter{
	margin:6rem auto 12rem;
	display: -webkit-flex; /* Safari */
	display: flex;
	-webkit-justify-content: space-between; /* Safari */
	justify-content:         space-between;
	-webkit-flex-wrap: wrap; /* Safari */
	flex-wrap:         wrap;
}

#Blog_twitter > li:nth-child(1){
	width:700px;
}
#Blog_twitter > li:nth-child(2){
	width:300px;
}

#Blog_twitter > li .twitter{
	text-align:center;
}

#Blog_twitter > li .bnr{
	margin:1em 0;
	text-align:center;
}

#Blog_twitter > li .bnr a:hover{
	opacity: 0.5;
}

/* News
-------------------- */
#News{
margin:0 auto 6rem;
}
#News h2{
  text-align: center;
  font-size: 2.8rem;
  margin-right: 10px;
  letter-spacing: 0;
}
#News ul.news_inner{
	width: 100%;
	margin: 0 auto;
}

#News ul.news_inner > li {
display:inline-block;
vertical-align: top;
}
#News ul.news_inner > li:first-child {
padding-top: 20px;
width: 180px;
box-sizing: border-box;
}
#News ul.news_inner > li.kiji-block {
/*
border-left:1px solid #000;
padding-left:70px;
*/
width: 510px;
box-sizing: border-box;
}
#News ul.post-list li{
margin-bottom:1.5rem;
}
#News ul.post-list li span{
display:inline-block;
}
#News ul.post-list li .date{
margin-right:1rem;
}
#News .news_list_link{
text-align:left;
}

#News .news_list_link a{
    background: url('../img/common/icon_arrow.png') left center no-repeat;
color:#0089b7;
padding-left: 22px;
}

/* PickUp
-------------------- */
#Pickup{
margin:0 auto 6rem;
}
#Pickup h2{
	text-align:center;
}
#Pickup ul.pickup_inner{
width: 100%;
margin: 0 auto;
}
#Pickup ul.pickup_inner > li {
display:inline-block;
vertical-align: top;
}
#Pickup ul.pickup_inner > li:first-child {
padding-top: 20px;
width: 180px;
box-sizing: border-box;
}
#Pickup ul.pickup_inner > li.kiji-block {
width: 510px;
box-sizing: border-box;

}
#Pickup ul.post-list li{
margin-bottom:1.5rem;
}
#Pickup ul.post-list li span{
display:inline-block;
}
#Pickup ul.post-list li .date{
margin-right:1rem;
}
#Pickup .pickup_list_link{
text-align:left;
}

#Pickup .pickup_list_link a{
background: url('../img/common/icon_arrow.png') left center no-repeat;
color:#0089b7;
padding-left: 22px;
}

/* works
-------------------- */
#Works {
margin:5rem auto 3rem;
}
#Works h2 {
text-align:center;
margin-bottom:4rem;
line-height: 1.5em;
    font-size: 4.5rem;
}

#Works p {
text-align:center;
margin-bottom:6rem;
font-size:1.7rem;
}

#Works .img-box {
position: relative;
width: 1000px;
height: 1500px;
}

/* マスク STR */
#Works .img-box .banner {
    overflow: hidden;
    position: relative;
    text-align: center;
}

#Works .img-box .banner .mask{
    background-color: rgba(0,0,0,0.6);
    position: absolute;
    overflow: hidden;
width:100%;
height:100%;
    top: 0;
    left: 0;
padding:10px;
box-sizing: border-box;
}

#Works .img-box .banner .mask .mask-inner{
border: 1px solid #FFF;
width: 100%;
height: 100%;
display: table;
}

#Works .img-box .banner span {
    font-size: 2rem;
    position: relative;
    color: #fff;
    text-align: center;
font-style: oblique;
display: table-cell;
vertical-align: middle;
width: 100%;
}


#Works .img-box .banner-view .mask {
    opacity: 0;
}

#Works .img-box .banner-view:hover .mask {
    opacity: 1;
    transition: all 0.3s ease-in-out;
}


#Works .img-box .banner-view span {
    transform: translateY(100px);
}

#Works .img-box .banner-view:hover span {
    transition-delay: 0.1s;
    transition: all 0.2s linear;
transform: translateY(0px);
}


/* マスク 画像毎の設定 */
#Works .img-box .banner {
    overflow: hidden;
    position: relative;
}

#Works .img-box .banner img{
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
width: auto;
height: 100%;
max-width: none;
}

#Works .img-box .img1 .banner img{
width: 100%;
height: auto;
}

#Works .img-box .img1 .banner {
    width: 530px;
height: 500px;
}

#Works .img-box .img2 .banner {
    width: 350px;
height: 530px;
}


#Works .img-box .img3 .banner {
    width: 300px;
height: 530px;
}


#Works .img-box .img4 .banner img{
width: 100%;
height: auto;
}
#Works .img-box .img4 .banner {
    width: 530px;
height: 320px;
}


#Works .img-box .img5 .banner {
    width: 350px;
height: 350px;
}

/* マスク END */

#Works .img-box .img1{
position:absolute;
top:0;
left:0;
}

#Works .img-box .img2{
position:absolute;
top: 40px;
right: 0;
}

#Works .img-box .img3{
position:absolute;
top:525px;
left:0;
}

#Works .img-box .img4{
position:absolute;
top: 620px;
right:0;
}

#Works .img-box .img5{
position:absolute;
top: 1000px;
right: 180px;
}

/* msg
-------------------- */
#Msg {
margin:3rem auto;
}

#Msg .img-box {
position: relative;
width: 1000px;
height: 930px;
}


#Msg .img-box .msg-box {
width:410px;
padding:3rem;
border:1px solid #FFF;
box-sizing: border-box;

}

#Msg .img-box .msg-box .title{
margin-bottom:1rem;
color:#FFF;
font-size:2rem;
}

#Msg .img-box .msg-box .msg{
margin-bottom:1.5rem;
color:#FFF;
font-size:1.5rem;
}

#Msg .img-box .msg-box .link{
text-align:center;
}
#Msg .img-box .msg-box .link a{
padding: 10px 50px;
border: 1px solid #FFF;
color:#FFF;
    background-color: rgba(255,255,255,0.2);
}

#Msg .img-box .msg-box .link a:hover{
text-decoration: none;
    transition: all 0.3s ease-in-out;
    background-color: rgba(255,255,255,0.7);
}

#Msg .img-box .msg-box.box1{
position:absolute;
top:13%;
right:0;

}
#Msg .img-box .msg-box.box2{
position:absolute;
bottom:10%;
left: 0;

}

#Msg .img-box img.img1{
position:absolute;
top:10%;
left:0;
}

#Msg .img-box img.img2{
position:absolute;
bottom: 18%;
right: 0;
}

/* Shopping */
#Shopping{
margin:3rem auto;
}

#Shopping a:hover{
opacity:0.5;
}

#Shopping ul li{
	float:left;
}

#Shopping ul li:last-child{
	float:right;
}

.home_main_img { margin-top: 0; }

/* --------------------------------------------------
	スライド、製品紹介、バナー
-------------------------------------------------- */

div#primary { margin: 0 auto 70px; width: 1000px; display: flex; justify-content: space-between; }
div#primary div.left { width: 790px; }
div#primary div#main { margin-bottom: 30px; }
div#primary div#main ul { margin: 0; list-style: none; }
div#primary section#news { background: #f6f6f6; border-radius: 30px; }
div#primary section#news div.inner { padding: 100px 40px 40px; position: relative; }
div#primary section#news div.title { margin-bottom: 35px; padding-bottom: 15px; width: 232px; border-bottom: solid 5px #023; position: relative; }
div#primary section#news div.title h2 { font-size: 1.3rem; line-height: 1; position: absolute; right: 0; bottom: 15px; }
div#primary section#news div.title span { font-size: 4rem; font-weight: 600; line-height: 1; letter-spacing: 0.2em; display: block; position: absolute; left: 0; bottom: 8px; }
div#primary section#news div.category {}
div#primary section#news div.category ul { margin: 0; list-style: none; display: inline; }
div#primary section#news div.category li { padding: 0; display: inline-block; }
div#primary section#news div.category li:first-child { border-left: none; }
div#primary section#news div.category a { padding: 5px 20px; background: #fff; border: solid 1px #ccc; border-left: solid 5px #ccc; display: inline-block; position: relative; }
div#primary section#news div.category a.active { border-bottom: solid 1px #fff; }
div#primary section#news div.category a.categoryAll { border-left: solid 5px #023; }
div#primary section#news div.category a.category01 { border-left: solid 5px #f00; }
div#primary section#news div.category a.category02 { border-left: solid 5px #f90; }
div#primary section#news div.category a.category03 { border-left: solid 5px #008000; }
div#primary section#news div.category a.category04 { border-left: solid 5px #00f; }
div#primary section#news div.category a.category05 { border-left: solid 5px #800080; }
/*div#primary section#news div.category a.active::after, div#primary section#news div.category a:hover::after { content: ''; width: 100%; height: 1px; background: #0e4390; position: absolute; left: 0; bottom: 0; }*/
div#primary section#news div.category a:hover { text-decoration: none; }
div#primary section#news div.posts { margin-top: -1px; padding: 10px 20px; background: #fff; border: solid 1px #ccc; }
div#primary section#news div.posts div { display: none; }
div#primary section#news div.posts ul { margin: 0; list-style: none; }
div#primary section#news div.posts li { padding: 15px 0; border-bottom: dotted 1px #bfbfbf; }
div#primary section#news dl { display: flex; }
div#primary section#news dt { margin-right: 18px; color: #8a8a8a; /*font-family: Montserrat;*/ letter-spacing: 0.1em; }
div#primary section#news dd {}
div#primary section#news dd.category { margin-right: 20px; width: 100px; background: #800080; color: #fff; font-size: 1.2rem; font-weight: bold; text-align: center; }
div#primary section#news dd.category.category16 { background: #f00; }
div#primary section#news dd.category.category17 { background: #f90; }
div#primary section#news dd.category.category18 { background: #008000; }
div#primary section#news dd.category.category19 { background: #00f; }
div#primary section#news dd a { font-weight: bold; }
div#primary section#news div.more { position: absolute; right: 40px; top: 60px; }
div#primary section#news div.more a { width: 200px; height: 40px; background: #fff; font-size: 1.6rem; font-weight: bold; line-height: 40px; text-align: center; display: inline-block; }
div#primary section#news div.more a span { padding-left: 40px; background: url(../img/home/buttonArrow.png) 0 center no-repeat; display: inline-block; }
div#primary div.right { width: 180px; }
div#primary div.right ul { margin: 0; list-style: none; }
div#primary div.right li { margin-bottom: 20px; }

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

/* --------------------------------------------------
	ご相談バナー
-------------------------------------------------- */

div#consultation { margin: 0 auto; width: 1000px; text-align: center; }

@media screen and (max-width: 767px) {
/*
div#consultation { width: 100%; }
div#consultation img { width: 100%; }
*/
}

/* --------------------------------------------------
	ブログ
-------------------------------------------------- */

section#blog { padding: 120px 0 40px; }
section#blog div.inner { margin: 0 auto; width: 1000px; position: relative; }
section#blog div.title { margin-bottom: 45px; padding-bottom: 15px; width: 290px; border-bottom: solid 5px #023; position: relative; }
section#blog div.title h2 { font-size: 1.3rem; line-height: 1; position: absolute; right: 0; bottom: 15px; }
section#blog div.title span { font-size: 5rem; font-weight: 600; line-height: 1; letter-spacing: 0.2em; display: block; position: absolute; left: 0; bottom: 8px; }
section#blog ul { margin: 0; list-style: none; display: flex; flex-wrap: wrap; justify-content: space-between; }
section#blog ul::before { content: ''; width: 240px; order: 1; }
section#blog ul::after { content: ''; width: 240px; }
section#blog li { margin-bottom: 30px; width: 240px; }
section#blog li a.image { margin-bottom: 5px; width: 240px; height: 200px; display: block; position: relative; }
section#blog li a.image p { width: 240px; height: 200px; overflow: hidden; }
section#blog li a.image img { width: auto; max-width: none; height: 100%; }
section#blog li a.image div { width: 160px; background: #023; color: #fff; font-size: 1.2rem; font-weight: bold; text-align: center; position: absolute; bottom: 0; }
section#blog li a.image span { width: 40px; height: 40px; background: #e60012; border-radius: 20px; color: #fff; font-family: Montserrat; font-size: 1rem; text-align: center; line-height: 40px; position: absolute; right: 10px; top: -10px; }
section#blog li span.date { color: #8a8a8a; font-family: Montserrat; display: block; }
section#blog div.more { position: absolute; right: 0; top: -40px; }
section#blog div.more a { width: 200px; height: 40px; background: #f6f6f6; font-size: 1.6rem; font-weight: bold; line-height: 40px; text-align: center; display: inline-block; }
section#blog div.more a span { padding-left: 40px; background: url(../img/home/buttonArrow.png) 0 center no-repeat; display: inline-block; }

@media screen and (max-width: 767px) {
/*
section#blog { padding: 60px 0 40px; }
section#blog div.inner { width: 90%; }
section#blog div.title { width: 100%; }
section#blog div.title h2 { font-size: 1.8rem; }
section#blog div.title span { font-size: 3rem; letter-spacing: 0.1em; }
section#blog li { margin: 0 auto 30px; }
section#blog li:nth-child(n+4) { display: none; }
section#blog div.more { margin-top: 15px; text-align: center; position: static; }
*/
}

/* --------------------------------------------------
	採用情報
-------------------------------------------------- */

section#recruit { padding: 120px 0 70px; background: #f6f6f6; }
section#recruit div.inner { margin: 0 auto; width: 1000px; }
section#recruit div.title { margin-bottom: 45px; padding-bottom: 15px; width: 370px; border-bottom: solid 5px #023; position: relative; }
section#recruit div.title h2 { font-size: 1.3rem; line-height: 1; position: absolute; right: 0; bottom: 15px; }
section#recruit div.title span { font-size: 5rem; font-weight: 600; line-height: 1; letter-spacing: 0.2em; display: block; position: absolute; left: 0; bottom: 8px; }
section#recruit ul.bannerL { margin: 0 0 50px; list-style: none; display: flex; justify-content: space-between; }
section#recruit ul.bannerL li { position: relative; }
section#recruit ul.bannerL a { color: #fff; font-size: 1.8rem; font-weight: bold; }
section#recruit ul.bannerL a:hover {}
section#recruit ul.bannerL img {}
section#recruit ul.bannerL div { width: 100%; height: 50px; background: rgba(0,34,51,0.8); text-align: center; line-height: 50px; position: absolute; bottom: 0; }
section#recruit ul.bannerS { margin: 0 auto; width: 620px; list-style: none; display: flex; justify-content: space-between; }
section#recruit ul.bannerS li {}

@media screen and (max-width: 767px) {
/*
section#recruit { padding: 80px 0 30px; }
section#recruit div.inner { width: 90%; }
section#recruit div.title { width: auto; max-width: 370px; }
section#recruit div.title h2 { font-size: 1.8rem; }
section#recruit div.title span { font-size: 3rem; letter-spacing: 0.1em; }
section#recruit ul.bannerL { display: block; }
section#recruit ul.bannerL li { margin: 0 auto 20px; width: 320px; }
section#recruit ul.bannerS { display: block; width: auto; }
section#recruit ul.bannerS li { margin: 0 auto 20px; width: 300px; }
*/
}

