@charset "UTF-8";
/*
2019年11月5日時のリニューアル用CSSです。
*/

/*		[Main-visual]
-----------------------------------------------*/


/*      [Index page]
-----------------------------------------------*/
.home{
	background-image: url(../images/homebg2.jpg);
	background-position: center center;
}
.overlay{
	background: none;
}
.container{
	padding-right: 45px;
	padding-left: 45px;
}
.main_home{
	padding:0;
}
.main_home h3,
.main_home h1,
.main_home p{
	color:#002060;
	font-weight:bold;
}
.main_home h3{
	font-size:26px;
	text-shadow:0px 0px 5px #ffffff;
}
.main_home h1{
	text-align:center;
	margin:20px 0 50px;
}
.main_home h1 img{
	display:inline-block;
}
.main_home p{
	max-width: 100%;
	font-size:22px;
	line-height:2em;
	text-shadow:0px 0px 5px #ffffff;
}
.single_home_slider{
	min-height:100vh;
	display:flex !important;
	justify-content:center;
	align-items:center;
}
.counter{
	background:none;
}
#drone-service .video_overlay{
	background:#3D5071;
}
#drone-service h2{
	font-size:2.8em;
}
.drone-service h4{
	font-size:18px;
	font-weight:bold;
	margin-bottom:10px;
}
.drone-service p{
	font-size:18px;
	line-height:1.9em;
}
.loaded {
    width: 60px;
    height: 60px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 45%;
    background-image: url(../css/slick/ajax-loader.gif);
    background-repeat: no-repeat;
    background-position: center;
    -moz-background-size: cover;
    background-size: cover;
}
.image_pc{ display: block; }
.image_sp{ display: none; }
@media screen and (max-width: 768px) {
	.main_home h1{
    width: 46%;
    margin: 5% auto 5%;
   	}
}
@media screen and (max-width: 568px) {
	.main_home h3{
		font-size: 22px;		
	}
	.main_home h1{
    width: 68%;
    margin: 5% auto 5%;
   	}
	.main_home p{
		font-size: 18px;
	}
	.drone-service{
		padding: 10% 0;
	}
	.drone-service h2{
		line-height: 3.4rem;
	}
	.drone-service h4{
		line-height: 2.8rem;
	}
	.drone-service h4 span{
		display: block;
	}
	.drone-service p{
		font-size: 15px;
		line-height: 1.9em;
	}
	.head_title{
		margin-bottom: 10%;	
	}
	.image_pc{ display: none; }
	.image_sp{ display: block; }
}


/*----------------------------------------------
/*リネンサプライとは/サービス開始までの流れ
-----------------------------------------------*/
#about-flow{
	padding: 85px 65px 130px;	
}
#about-flow .contents-wrap{
	display: flex;
	justify-content: space-between;
	max-width: 1300px;
	margin: 0 auto;
}
.contents-wrap p{
	line-height: 2rem;
	margin-bottom: 30px;
}
.contents-wrap .contents{
	width: 48%;
}
.contents-wrap .contents:first-child{
	margin-right: 4%;
}
#about-flow h3{
	margin: 50px 0 10px;
	color: #111;
}
#about-flow h3{
	margin: 50px 0 10px;
	color: #111;
}
#about-flow h3:nth-of-type(1){
	margin: 0 0 10px;
}
dl.tsuyomi{
	display: flex;
	border: 2px solid #000;
}
dl.tsuyomi.last{
	margin-bottom: 30px;
}
dl.tsuyomi dt{
	background: #003567;
	color: #FFF;
	flex: 0 0 50px;
	font-size: 26px;
	margin-right: 10px;
	display: flex;
	font-weight: normal;
	flex-direction: column;
    justify-content: center;
    align-items: center;
}
dl.tsuyomi dd{
	display: flex;
	width: 100%;
	font-size: 15px;
	justify-content: space-between;
	padding: 6px;
}
dl.tsuyomi dd p{
	font-size: 15px;
	margin-bottom: 0;
    display: flex;
    line-height: 1.8rem;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
dl.tsuyomi dd p.txt-box_blue{
	background: #437da5;
    color: #FFF;
    padding: 10px;
    flex: 0 0 170px;
    font-size: 14px;
    margin-left: 10px;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position:relative;
    overflow:hidden;
}
dl.tsuyomi dd p.txt-box_blue:before{
    content:"";
    position:absolute;
    bottom:0;
    right:0;
    border-width:8px; /* This trick side-steps a webkit bug */
    border-style:solid;
    border-color:#015493 #fff #fff #015493; /* A bit more verbose to work with .rounded too */
    background:#015493; /* For Opera when also applying a border-radius */
    display:block; width:0; /* Only for Firefox 3.0 damage limitation */
    /* Optional: shadow */
    -webkit-box-shadow:0 1px 1px rgba(0,0,0,0.3), -1px 1px 1px rgba(0,0,0,0.2);
    -moz-box-shadow:0 1px 1px rgba(0,0,0,0.3), -1px 1px 1px rgba(0,0,0,0.2);
    box-shadow:0 1px 1px rgba(0,0,0,0.3), -1px 1px 1px rgba(0,0,0,0.2);
}
dl.tsuyomi dd p.txt-box_blue span{
	display: block;
}
ul.about-images{
	display: flex;
	justify-content: space-between;
}
ul.about-images li{
	width: 30%;
}

@media screen and (max-width: 980px) {
	#about-flow .contents-wrap{
		display: block;
	}
}
@media screen and (max-width: 768px) {
	#about-flow{
		padding: 85px 45px 85px;	
	}
}

/*サービス開始までの流れ
-----------------------------------------------*/
.contents.flow h4{
	color: #003567;
	border-bottom: 2px solid #003567;
	padding-bottom: 4px;
	margin-bottom: 20px;
	font-size: 16px;
}
.flow-box{
	display: flex;
	margin-bottom: 30px;
}
.flow-box:nth-of-type(7){
	margin-bottom: 0;
}
.flow-box p{
	margin-bottom: 0;
}
.flow-box .img{
	flex: 0 0 250px;
	margin-right: 20px;
}

/*工場イメージ画像
-----------------------------------------------*/
.img-list ul{
	display: flex;
	flex-wrap: wrap;
}
.img-list ul li{
	width: 20%;
}

@media screen and (max-width: 1040px) {
	.flow-box .img {
	    flex: 0 0 180px;
	}
}
@media screen and (max-width: 980px) {
	.contents-wrap{
		display: block;
	}
	.contents-wrap .contents{
		width: 100%;
	}
	.flow-box .img {
	    flex: 0 0 250px;
	}
	ul.about-images li{
		margin-bottom: 5%;
	}
}
@media screen and (max-width: 568px) {
	#about-flow{
		padding: 10% 45px 15%;	
	}
	#about-flow h3{
		font-size: 18px;
	}
	.contents-wrap p{
		font-size: 15px;
		line-height: 2.6rem;
	}
	dl.tsuyomi {
	    display: block;
	    border: 2px solid #000;
	}
	dl.tsuyomi dt,
	dl.tsuyomi dd{
		width: 100%;
	}
	dl.tsuyomi dd{
		padding: 5% 3% 3%;
		display: block;
	}
	dl.tsuyomi dd p{
		display: block;
		margin-bottom: 5%;
	    line-height: 2.6rem;
	}
	dl.tsuyomi dd p br{
		display: none;
	}
	dl.tsuyomi dd p.txt-box_blue{
		margin: 0;
	}
	ul.about-images{
		margin-bottom: 10%;
	}
	.flow-box{
		display: block;
	}
	.flow-box p{
		width: 100%;
	}
	.flow-box p.img{
		margin-bottom: 4%;
	}
	.img-list ul li{
		margin-bottom: 0;
		width: 33.333%;
	}
	.img-list ul li:last-child{
		display: none;
	}
}


/*----------------------------------------------
/*COMPANY
-----------------------------------------------*/
#company{
	padding: 85px 0 0;
}
.company-info{
	background: #FFF;
	overflow: hidden;
	padding:30px;
}
table.tbl-company{
	font-size: 16px !important;
	width: 100%;
    margin: 0 auto;
}
table.tbl-company th{
	vertical-align: top;
	width: 120px;
	color: #e77c3c;
	padding: 0 10px 14px 0;
	font-size: 15px;
	line-height: 1.6rem;
}
table.tbl-company td{
	padding: 0 0 14px;
	font-size: 15px;
	line-height: 1.6rem;
}
.g-map{
  margin: 0 auto;
  position: relative;
  width: 100%;
  padding-top: 101.3%;
}
.g-map iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}
@media screen and (max-width: 1199px) {
	.g-map{
	  padding-top: 137.6%;
	}
}
@media screen and (max-width: 991px) {
	.company-info{
		padding: 30px;
	}
	table.tbl-company th{
		display: block;
	}
	table.tbl-company td{		
		display: block;
		line-height: 2rem;
   	}
	.g-map{
		padding-top: 115%;
	}
}
@media screen and (max-width: 568px) {
	#company{
		padding: 10% 0 0;
	}
	.company-info{
		padding: 16px;
	}
	table.tbl-company td{		
		font-size: 14px !important;
		line-height: 2.4rem !important;
   	}
}


/*----------------------------------------------
/*RECRUIT
-----------------------------------------------*/
#recruit{
	padding: 85px 0;
}
.recruit-contents {
	text-align: left;
}
.recruit-contents div{
	margin-bottom: 30px;
}
.recruit-contents h3,
.recruit-wrap h3{
	color: #797979;
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 14px;
}
.recruit-contents h4{
	font-size: 16px;
	margin-bottom: 10px;
}
.recruit-contents h5{
	font-size: 16px;
	margin-bottom: 10px;
}
table.tbl-recruit{
	border-collapse: collapse;
	border: 1px solid #CCC;
	margin-bottom: 30px;
	width: 100%;
}
table.tbl-recruit th,
table.tbl-recruit td,
table.tbl-recruit p{
	font-size: 15px !important;
	line-height: 1.8rem !important;	
	padding: 16px;
}
table.tbl-recruit th{
	border-bottom: 1px solid #CCC;
	font-weight: normal;
	background: #F1F1F1;
	width: 180px;
	vertical-align: top;
}
table.tbl-recruit td{
	border-bottom: 1px solid #CCC;
	background: #FFF;
	vertical-align: top !important;
}
table.tbl-recruit td p{
	margin-top: 10px;
	padding: 0;
}
.recruit-contents ul{
	margin: 0 0 20px;
	font-size: 0;
}
.recruit-contents ul li{
	margin-bottom: 6px;
}
.main_contact_info {
	box-sizing: border-box;
	margin-bottom: 50px;
}
.main_contact_info img{
	width: 100%;
}
.recruit-wrap{
	clear:both;
	padding:0 15px;
}
.recruit-wrap h3{
	color:#797979;
	font-weight:bold;
}
.recruit-wrap h4{
	font-size:18px;
}
.recruit-wrap > p{
	text-align:center;
	line-height:1.7em;
}
.recruit-wrap .home_btn{
	text-align:center;
}

@media screen and (max-width: 568px) {
	#recruit{
		padding: 10% 0;
	}
	.recruit-contents p{
		line-height: 2.6rem;
	}
	table.tbl-recruit th,
	table.tbl-recruit td,
	table.tbl-recruit p{
		font-size: 14px !important;
		line-height: 2.4rem !important;	
	}
	table.tbl-recruit th{
		width: 100%;
		display: block;
	}
	table.tbl-recruit td{
		display: block;
	}
}

/*      [ PC small ]
-----------------------------------------------*/
@media screen and (max-width: 960px) {

}

/*      [ Tablet large]
-----------------------------------------------*/
@media screen and (max-width: 768px) {

}
/*      [ Tablet small]
-----------------------------------------------*/
@media screen and (max-width: 640px) {
.recruit-wrap > p{
	text-align:left;
}
}
/*      [ Smartphone ]
-----------------------------------------------*/
@media screen and (max-width: 480px) {

}


