﻿@charset "utf-8";

/*-------------------------------------*/
/* メインイメージ */
/*-------------------------------------*/

div#bgColor{
	background: #FFF;
	border: 1px solid #dedede;
	width: 100%;
}

div#mainImgBox{
	margin: 0 auto;
	text-align: left;
	width: 960px;
	min-height:381px;
	height: auto !important;
	height: 381px;
	position: relative;
}

div#mainImgBox div#mainMessageBox{
	width: 250px;
	min-height:381px;
	height: 381px;
	background-color:#fff;
	border-left: 1px solid #dedede;
	border-right: 1px solid #efefef;
	z-index: 2;
	position: absolute;
	filter: alpha(opacity=80);
	-moz-opacity: 0.99;
	opacity: 0.99;
}

	div#mainImgBox div#mainMessageBox strong{
		font-weight: bold;
		font-size: 15px;
		display: block;
		padding: 90px 20px 10px;
	}
	div#mainImgBox div#mainMessageBox span{
		padding: 0;
		display: block;
		line-height: 1.9;
	}

#mainMessageBox { 
	display: flex;
	margin: 60px 0 0 0;
	padding: 0 0 30px 0;
}

#mainMessageBox .fb-page { width: 38%;}
#mainMessageBox .fb-page iframe { width: 38%;}
._2lqh { display: none;}

/* スライドショー */

#slides {
	position:absolute;
	top:0px;
	left:0px;
	z-index:1;
}

.slides_container {
	width: 960px;
	height: 381px;
	overflow:hidden;
	position:relative;
	display:none;
}

.slides_container a {
	width:960px;
	height:auto;
	display:block;
}

.slides_container a img {
	display:block;
}

.pagination {
	position:absolute;
	top: 390px;
	right: 5px;
	z-index: 10;
}

.pagination li {
	float:left;
	margin:0 1px;
	list-style:none;
}

.pagination li a {
	display:block;
	width:12px;
	height:0;
	padding-top:12px;
	background-image:url(../img/pagination.png);
	background-position:0 0;
	float:left;
	overflow:hidden;
}

.pagination li.current a {
	background-position:0 -12px;
}

/*-------------------------------------*/


div#mainContents{
	width: 960px;
	margin: 0 auto;
	text-align: left;
	margin-top: 20px;
}

	/* ５つのトピックス */
	div#mainContents5 div.topicsBox{
		width: 150px;
		float: left;
		margin-left: 33px;
		margin-bottom: 10px;
	}

	div#mainContents div.firstItem{
		margin-left: 0;
	}

	div#mainContents div.topicsBox strong{
		margin-bottom: 15px;
		font-weight: bold;
		display: block;
		font-size: 14px;
		border-bottom: 1px #dedede solid;
	}

	div#mainContents div.topicsBox span{
		line-height: 1.0;
		display: block;
		text-align: justify;
		margin-bottom: 8px;
	}
	/* 4つのトピックス */
	div#mainContents4 div.topicsBox{
		width: 190px;
		float: left;
		margin-left: 33px;
		margin-bottom: 10px;
	}

	div#mainContents div.firstItem{
		margin-left: 0;
	}

	div#mainContents div.topicsBox strong{
		margin-bottom: 15px;
		font-weight: bold;
		display: block;
		font-size: 14px;
		border-bottom: 1px #dedede solid;
	}

	div#mainContents div.topicsBox span{
		line-height: 1.8;
		display: block;
		text-align: justify;
		margin-bottom: 8px;
	}

	/* ３つのトピックス */
	div#mainContents div.topicsBox{
		width: 295px;
		display: inline-table;
		margin-right: 33px;
		margin-bottom: 10px;
	}

	div#mainContents div.firstItem{
		margin-left: 0;
	}

	div#mainContents div.topicsBox strong{
		margin-bottom: 15px;
		font-weight: bold;
		display: block;
		font-size: 14px;
		border-bottom: 1px #dedede solid;
	}

	div#mainContents div.topicsBox span{
		line-height: 1.8;
		display: block;
		text-align: justify;
		margin-bottom: 8px;
		margin-top: 5px;
	}

	div#mainContents .clearfix li{
		width: 295px;
		display: inline-table;
	}

	div#mainContents .clearfix li:nth-child(3n) .topicsBox {
		margin-right: 0;
	}

	/* ２つのトピックス */
	div#mainContents2 div.topicsBox{
    width: 250px;
    float: left;
    margin-left: 33px;
    margin-bottom: 10px;
	}

	div#mainContents2 div.firstItem{
		margin-left: 0;
	}

	div#mainContents2 div.topicsBox strong{
		margin-bottom: 15px;
		font-weight: bold;
		display: block;
		font-size: 14px;
		border-bottom: 1px #dedede solid;
	}

	div#mainContents2 div.topicsBox span{
		line-height: 1.8;
		display: block;
		text-align: justify;
		margin-bottom: 8px;
	}
	/* １つのトピックス */
	div#mainContents1 div.topicsBox{
		width: 960px;
		float: left;
		margin-left: 33px;
		margin-bottom: 10px;
	}

	div#mainContents1 div.firstItem{
		margin-left: 0;
	}

	div#mainContents1 div.topicsBox strong{
		margin-bottom: 15px;
		font-weight: bold;
		display: block;
		font-size: 14px;
		border-bottom: 1px #dedede solid;
	}

	div#mainContents1 div.topicsBox span{
		line-height: 1.8;
		display: block;
		text-align: justify;
		margin-bottom: 8px;
	}


/* 新着情報 */
div#newTopics{
	float: left;
}

	div#newTopics strong{
		font-weight: bold;
		margin-bottom: 8px;
		display: block;
		font-size: 14px;
	}

	div#newTopics dl{
		width: 295px;
	}

	div#newTopics dl dt,
	div#newTopics dl dd{
		padding: 10px 0;
		border-bottom: 1px solid #ddd;
	}

	div#newTopics dl dt{
		float:left;
		width:75px;
		clear:both;
		background: url(../img/bg_boder.gif) repeat 0 0 ;
	}

	div#newTopics dl dd{
		width:195px;
		margin-left:75px;
		padding-left: 20px;
	}


/* ↓SDGs 横長バナー↓*/
.SDGs_con {
	float: left;
	margin: 40px 0 60px;
	width: 65%;
	text-align: center;
}
/* ↑SDGs 横長バナー↑*/


/* 会社概要 */
div#outlineBox{
	margin-left: 33px;
	float: left;
	text-align: center;
	width: 65%;
}

	div#outlineBox strong{
		font-weight: bold;
		font-size: 13px;
		margin-bottom: 8px;
		display: block;
		font-size: 14px;
	}

	div#outlineBox dl{
		width: 295px;
	}

	div#outlineBox dl dt,
	div#outlineBox dl dd{
		padding: 10px 0;
	}

	div#outlineBox dl dt{
		float:left;
		width:65px;
		clear:both;
		font-weight: bold;
	}

	div#outlineBox dl dd{
		width:200px;
		margin-left:65px;
		padding-left: 20px;
		color: #666;
	}

/* 下部リンク関係 */
div.blog_other{
	width: 960px;
	margin: 0 auto;
	text-align: left;
	margin-top: 20px;
}
div.blog_other img{
	margin-bottom: 10px;
	margin-right: 5px;
	height: auto;
}
	div.blog_other div.firstItem{
		margin-left: 0;
	}

	div.blog_other div.topicsBox strong{
		margin-bottom: 15px;
		font-weight: bold;
		display: block;
		font-size: 14px;
		border-bottom: 1px #dedede solid;
	}

	div.blog_other div.topicsBox span{
		line-height: 1.0;
		display: block;
		text-align: justify;
		margin-bottom: 8px;
	}

/* バナーエリア */
div#bannerBox{
	float: right;
	width: 300px;
}

	div#bannerBox ul{}
	div#bannerBox ul li{
		margin-bottom: 15px;
	}




/* ブログバナー */
div#blog{
	float: left;
}

	div#blog strong{
		font-weight: bold;
		font-size: 13px;
		margin-bottom: 8px;
		display: block;
		font-size: 14px;
	}

	div#blog dl{
		width: 295px;
		border-bottom:1px solid #ccc;
		margint:5px;
	}

	div#blog dl dt{
		float:left;
		clear: left;
		width:100px;
        vertical-align: middle;
		font-weight:bold;
		border-top:1px solid #ccc;
		padding:5px;
	}

	div#blog dl dd{
		border-top:1px solid #ccc;
		margin-left:110px; 
		padding:5px;
	}

/*↓ライブ配信コンテナ↓*/
.livearea {
	width: 60%;
	height: auto;
	margin: 0 auto 70px;
	text-align: center;
	/*background-color: #222;*/
}

/* ↓採用特集エリア↓ */
.livetitle {
	color: #333;
	font-size: 20px;
	font-weight: bold;
	padding-top: 10px;
}

div#mainContents div.topicsBox p.livetitle span {
	font-size: 70%;
	font-weight: normal;
	text-align: center;
	margin: 0 auto 5px;
	line-height: 16px;
}
/* ↑採用特集エリア↑ */

#youtubelive {
	max-width: 560px;
	padding: 10px 0;
	margin: 0 auto 20px;
}

#youtubelive a {
	color: #333;
}

p.youtube_live {
    position: relative;
    padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
    height: 0;
    overflow: hidden;
	border: 1px solid #bbb;
	margin-bottom: 4px;
}

p.youtube_live iframe {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
}

.shinsotu_link { margin: 10px auto; }

.shinsotu_link img {
	max-width: 40%;
	margin: 5px 3%;
	border-radius: 0;
	display: inline-block;
	vertical-align: middle;
}
/*↑ライブ配信コンテナ↑*/

/*↓最新情報コンテナ↓*/
#top_news {
	width: 70%;
	margin: 0 auto 40px;
	padding: 10px 10px 25px 10px;
	border: 1px solid #cccccc;
	max-width: 800px;
	background-color: #e0ffff;
}

#top_news p{
	font-size: 18px;
	letter-spacing: 3px;
	margin: 5px 0 8px 0;
}

#mainContents #top_news ul li {
	text-align: left;
	width: 90%;
	border-bottom: 1px dotted;
	margin: 5px auto;
	padding: 6px 15px;
	background-color: #ffffe6;
	line-height: 26px;
	font-size: 15px;
	letter-spacing: 1px;
}

#mainContents #top_news a {
	text-decoration: none;
	color: #333;
	vertical-align: text-top;
}

#mainContents #top_news ul li:hover{
	-webkit-transition: .1s ease-in-out;
	transition: .1s ease-in-out;
		background-color: bisque;
}

/*↑最新情報コンテナ↑*/

#rec_form a {
    border: 1px solid #FF69B4;
    background-color: #FF69B4;
}

.recbtn a {
    width: 35%;
    min-width: 170px;
    text-align: center;
    display: inline-block;
    border: 1px solid #63C068;
    border-radius: 20px;
    font-weight: normal;
    margin: 15px auto 20px;
    color: #FFFFFF;
    padding: 4px 2px;
    background-color: #63C068;
    font-size: 14px;
    text-decoration: none;
}

#rec_form a:hover {
    background: none;
    color: #FF69B4;
    border: 1px solid #FF69B4;
}


/* ブログ入り口 */
.BlogImg .matome {
	text-align: center;
	margin: 10px 0 20px;
	/*background-image: url(https://www.life-techno.jp/images/tougou.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 235px;*/
	padding-top: 30px;
	}

.BlogImg .matome img {
	max-width: 650px;
	border-radius: 15px;
	text-align: center;
	min-width: 65%;
	border: 3px solid #FFFFFF;
	filter: drop-shadow(0px 4px 3px rgba(0,0,0,0.3));
}



/* 託児PR点滅 */
.blinking{
	-webkit-animation:blink 1.5s ease-in-out infinite alternate;
    -moz-animation:blink 1.5s ease-in-out infinite alternate;
    animation:blink 1.5s ease-in-out infinite alternate;
}
@-webkit-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@-moz-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}


/* ↓PCサイズの時は表示しないモノ */
.SpOnly {
	display: none;
}

	a:hover img {
		opacity: 0.7;
	}

/* レスポンシブ用共通メディアクリエ */
@media only screen and  (max-width: 959px) {
	
	body {
	font-size: 13px;
}
	
	div#bgColor {
		width: 100vw;
		margin: 0 0 0 -5px;
	}
	
	.pagination {
	position:absolute;
	top: 101%;
	right: 25px;
}
	
	div#mainContents {
		width: 96vw;
		text-align: center;
	}
	
	#bgColor div#mainImgBox{
	width: 100vw;
	min-height:381px;
}

	.livearea {
		width: 98%;
		margin: 70px auto 0;
	}
	
	#mainContents li strong {
	text-align: left;
	}
	
	div#mainContents .clearfix li:nth-child(3n+2) .topicsBox {
		margin-right: 33px;
	}

	div#mainContents .clearfix li:nth-child(2n+2) .topicsBox {
		margin-right: 0;
	}
	
	.SpOnly {
	display: block;
	}
	
	.PcOnly {
	display: none;
	}
	
	div#wrapper .sp_twitter {
	max-width: 600px;
    width: 94vw;
    margin: 40px auto 0;
    padding-right: 4vw;
	border-top: 1px solid #bbbbbb;
    border-bottom: 1px solid #bbbbbb;
	}
	
	#twitter-widget-1 .SandboxRoot.env-bp-430 .timeline-Tweet-text {
    font-size: 14px;
    line-height: 14px;
    font-weight: 300;
}
	
	div.blog_other{
	width: 100%;
	margin: 0 auto;
	text-align: left;
	padding: 0 5%;
}
	
	.slides_container {
	width: 100vw;
	height: 381px;
}
	
	div#mainImgBox{
	width: 100vw;
	min-height:381px;
}
	
	#mainMessageBox { 
		display: block;
		text-align: center;
		margin: 60px 0 0 0;
	}
	
	#mainMessageBox .fb-page { width: 90%;	}
	
	#mainMessageBox .fb-page iframe {width: 90%;}
	
	#mainMessageBox .sp_twitter #twitter-widget-1 {
	width: 100vw;
	max-width: 520px;
	}
	
	#mainMessageBox .timeline-Tweet .timeline-Tweet-text {
	margin: 5%;
	}
	
	#twitter-widget-1 .timeline-Tweet-media .MediaCard-media {
	width: 70%;
	}
	
	.MediaCard-mediaContainer {
	width: 80%;
    margin: 0 auto;
	}
	
	div.blog_other div.topicsBox {
	width: 90vw;
	}
	
	div.blog_other img {
	margin-bottom: 10px;
    margin-right: 5px;
    width: 47%;
    height: 100%;
	max-width: 325px;
	}
	
	.livetitle {
	font-size: 17px;
	padding-top: 20px;
	line-height: 22px;
	}
	
}

/* TOPスライドスマホ対応用メディアクリエ */
@media only screen and  (max-width: 880px) {
	
	.pagination {
	top: 42vw;
	right: 10px;
	}
	
	div.blog_other .SDGs img {
		width: 98%;
		max-width: 90vw;
	}
	
		
	#top_news {
		width: 92%;
	}
	
	#mainContents #top_news ul li {
		font-size: 14px;
	}
}

@media only screen and  (max-width: 800px) {
	
	.pagination {
	top: 42vw;
	right: 15px;
	}
	
	.BlogImg .matome {
		background-size: 100%;
		padding-top: 50px;
	}
	
	div.blog_other .SDGs img {
		width: 98%;
		max-width: 90vw;
	}
}

@media only screen and  (max-width: 750px) {
	
	.pagination {
	top: 42vw;
	right: 10px;
}
	
	.BlogImg .matome {
		background-size: 100%;
		padding-top: 190px;
	}
	
	#bgColor div#mainImgBox {
		min-height: 296px;
	}
	
	div.blog_other .SDGs img {
		width: 98%;
		max-width: 90vw;
	}
}

@media only screen and  (max-width: 700px) {
	
	.pagination {
	top: 42vw;
	right: 10px;
}
	
	.BlogImg .matome {
		background-size: 100%;
		padding-top: 200px;
	}
	
	div.blog_other .SDGs img {
		width: 98%;
		max-width: 90vw;
	}
}

@media only screen and  (max-width: 650px) {
	
	.pagination {
	top: 42vw;
	right: 10px;
}
	
	#bgColor div#mainImgBox {
		min-height: 260px;
	}
	
		
	.BlogImg .matome {
		background-size: 100%;
		padding-top: 160px;
	}
	
	div.blog_other .SDGs img {
		width: 98%;
		max-width: 90vw;
	}
	
	.slides_container {
	width: 100vw;
	height: 52vw;
}
	

}

@media only screen and  (max-width: 600px) {
	
	.pagination {
	top: 42vw;
	right: 10px;
}
}

@media only screen and  (max-width: 550px) {
	
	.pagination {
	top: 42vw;
	right: 10px;
}
	
	#bgColor div#mainImgBox {
		min-height: 260px;
	}

}

@media only screen and  (max-width: 500px) {
	
	.pagination {
	top: 42vw;
	right: 10px;
}
	
	#top_news {
		width: 92%;
	}
	
	#mainContents #top_news ul li {
		font-size: 14px;
	}
}

@media only screen and  (max-width: 450px) {
	
	.pagination {
	top: 42vw;
	right: 10px;
}
	
	.BlogImg .matome {
		background-size: 100%;
		padding-top: 120px;
	}
	
	#top_news {
		width: 92%;
	}
	
	#mainContents #top_news ul li {
		font-size: 14px;
	}
}

@media only screen and  (max-width: 400px) {
	
	.pagination {
	top: 42vw;
	right: 10px;
}
	
		#bgColor div#mainImgBox{
	width: 100vw;
	min-height:150px;
}
	
	.BlogImg .matome {
		padding-top: 25px;
	}
	
	.BlogImg .matome img {
		min-width: 95%;
	}
	
	.slides_container {
	width: 100vw;
	height: 52vw;
}
	
	#top_news {
		width: 92%;
	}
	
	#mainContents #top_news ul li {
		font-size: 14px;
	}
	

}

/* スマホ専用メディアクリエ */
@media only screen and  (max-width: 959px) {
	
	.slides_container a img {
		display:block;
		width: 100vw;
		height: auto;
	}
	
	div#mainContents div.topicsBox {
		margin-right: 0;
	}
	div#mainContents .clearfix li:nth-child(3n+2) .topicsBox {
		margin-right: 0;
	}

	div#mainContents .clearfix li:nth-child(2n+2) .topicsBox {
		margin-right: 0;
	}
	
	/*div.blog_other img {
		max-width: 231px;
	}*/

	div.blog_other .SDGs img {
		width: 97%;
	}
		
	#top_news {
		width: 90%;
		margin: 0 auto 10px;
	}
	
	#mainContents #top_news ul li {
		font-size: 14px;
		line-height: 20px;
		padding: 6px 0 6px 15px;
	}
	
	.SDGs_con {
		float: none;
		margin: 50px auto;
		width: 96%;
	}
	.SDGs_con .SDGs img {
		width: 100%;
		max-width: 600px;
	}

}