@charset "utf-8";
/* CSS Document

1_トップ
2_エントリー
3_STAFF BLOG

*/
/******************************************************************

   	1_トップ

******************************************************************/
#top{
	color:#111111;
}
#top h2{
	font-family: Gothic MB101 DemiBold;
	font-size:250%;
	color:#333f48;
	letter-spacing:1px;
	margin:0 0 10px 0;
}
#top h2::before {
  content: "";
  display: block;
  width: 50px;
  height: 0;
  margin: 0 0 10px 0;
  border-top: 3px solid #222222;
}
#top h3{
	font-family: Gothic MB101 Medium;
	color:#00a7ac;
	font-style:italic;
	font-size:115%;
	font-weight:normal;
	margin:0 0 20px 0;
}

#top p,#top ul,#top ul li,#top ul li img{
	margin:0;
	padding:0;
}
#top a,#top img,#top div{
	outline:none;
	text-decoration:none;
}
#top .frameBox{
	width:1200px;
	padding:0 20px;
	margin:0 auto;
}

#top #tougouInfo {
    background: #333f48;
    padding: 15px 0;
    margin-bottom: 50px;
}

#top #tougouInfo p {
    width: 1200px;
    margin: 0 auto;
    color: #fff;
    text-align: center;
}


/******************************************************************

   	1_トップ

******************************************************************/

#tickerWrap {
    width: 100%;
    min-width: 1200px;
    height: 70px;
    margin: 0 auto;
    padding: 10px 0;
    box-sizing: border-box;
}
@media screen and (max-width: 767px) {
	#tickerWrap {
		height: 55px;
		min-width: inherit;
	}	
}


#tickerWrap #ticker_custom {
    width: 1200px;
    margin: 0 auto;
}
@media screen and (max-width: 767px) {
	#tickerWrap #ticker_custom {
    width: calc(100% - 20px);
    margin: 0 auto;
	}
}

#tickerWrap .ticker_design {
    font-family: 'Noto Sans Japanese', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    width: 1200px;
    height: 50px;
    /* height: auto; */
    overflow: hidden;
    margin: 0 auto;
    padding: 0;
    background-color: #ffffff;
    box-sizing: border-box;
    border: 3px solid #00a7ac;
    border-radius: 4px;
}
@media screen and (max-width: 767px) {
	#tickerWrap .ticker_design {
    width: 100%;
    margin: 0 auto 10px auto;
    float: none;
		height: 50px;
}	
}

#tickerWrap .ticker_design p {
    color: #ffffff;
    float: left;
    font-size: 16px;
    font-weight: 500;
    line-height: 44px;
    letter-spacing: 1px;
    background-color: #00a7ac;
    margin: 0 20px 0 0;
    padding: 0 71px;
}
@media screen and (max-width: 767px) {
	#tickerWrap .ticker_design p {
    display: none;
	}	
}


#tickerWrap .ticker_design ul {
    float: left;
    height: 50px;
    margin: 0;
    padding: 0;
}
@media screen and (max-width: 767px) {
	#tickerWrap .ticker_design ul {
    float: none;
    overflow: hidden;
    height: 44px;
	}
}

#tickerWrap .ticker_design ul li {
    font-size: 15px;
    line-height: 44px;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 930px;
    color: #00a7ac;
    display: block;
    white-space: nowrap;
}

@media screen and (max-width: 767px) {
	#tickerWrap .ticker_design ul li {
			width: 100%;
			font-size: 13px;
			line-height: 1.4;
			width: 100%;
			min-height: 44px;
			white-space: normal;
			overflow: hidden;
		
		
    padding: 3px 8px 0;
	}	
}

@media screen and (max-width: 767px) {
	#tickerWrap .ticker_design li a {
    
}	
}




/****************** メインビジュアルスライダー ******************/
#top #mainV{
	height:640px;
	padding:40px 0;
	background:url(../images/top/bg_mainV.jpg) center center no-repeat;
	background-size:cover;
	overflow:hidden;
}
#top #mainImageWrapper{
	width:1200px;
	height:640px;
	margin:0 auto;
	text-align:center;
	position:relative;
	overflow:hidden;
}

#top #mainImageWrapper .bx-viewport {
	overflow: visible!important;
	width: 1200px!important;
}
.main-container {
	overflow: hidden;
	position:relative;
}
.bxslider {
	list-style: none;
	margin: 0;
	padding: 0;
}
.bxslider li {
	margin: 0 auto;
	padding: 0;
}
#mainImageBox{
	position:absolute;
	left:50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}
.bx-wrapper .bx-pager{
	display:none;
/*  position: absolute;
  bottom: 80px;
  width: 100%;*/
}

.bx-controls-direction{
	display:none;
}

/****************** STAFF BLOG ******************/
#top #blogBox{
    background:#f3f3f3 url(../images/top/bg_staffblog.gif) left top repeat;
	margin:0 0 100px 0;
	padding:50px 0 29px 0;
}
#top #blogBox .floatL{
	width:370px;
}
#top #blogBox .floatL p{
	margin-bottom:30px;
}
#top #blogBox .floatL a{
	line-height:1.0;
	display:block;
	border:solid 3px #00a7ac;
	padding:20px 15px 20px 40px;
	margin-bottom:30px;
    background: url(../images/top/yajirushi.png) 15px center no-repeat;
	background-size:17px;
	transition: 0.3s ;
}
#top #blogBox .floatL a:hover{
	color:#ffffff;
    background:#00a7ac url(../images/top/yajirushi_siro.png) 15px center no-repeat;
	background-size:17px;
}

#top #blogBox .floatR{
	width:740px;
	padding-right:10px;
}

#top #blogBox .floatR .previousBox .previousInnerBox .articleLists div .listBox{
	width:345px;
	padding:0 15px;
}
#top #blogBox .floatR .previousBox .previousInnerBox .articleLists div .listBox img{
	width:100%;
	margin-bottom:5px;
}
#top #blogBox .floatR .previousBox .previousInnerBox .articleLists div .listBox .data{
	color:#00a7ac;
	font-weight:bold;
	font-size:90%;
    font-family: Arial,'Noto Sans Japanese', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	letter-spacing:1px;
}

/****************** 職種紹介 ******************/
#top #jobBox{
	width: 1200px;
	margin: 0 auto;
	padding: 50px 0;
	box-sizing: border-box;
}
#top #jobBox #jobList{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#top #jobBox #jobList li{
	width: 32%;
}
#top #jobBox #jobList li a{
	display: block;
	padding-top: 120%;
	position: relative;
}
#top #jobBox #jobList li a:hover{
	opacity: 0.5;
}
#top #jobBox #jobList .jobBg{
	position: absolute;
	width: 72%;
	height: 100%;
	top: 0;
	right: 0;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: right center;
}
#top #jobBox #jobList .jobBg.jobBgSales{
	background-image: url(/company/recruit/2025/staff/job/images/img_eigyo_main.jpg);
}
#top #jobBox #jobList .jobBg.jobBgService{
	background-image: url(/company/recruit/2025/staff/job/images/img_seibi_main.jpg);
}
#top #jobBox #jobList .jobBg.jobBgStaff{
	background-image: url(/company/recruit/2025/staff/job/images/img_honsha_main.jpg);
}

#top #jobBox #jobList .jobTitle{
	width: 50%;
	min-width: 200px;
  height: 180px;
  box-sizing: border-box;
  padding: 30px 20px 25px;
  position: absolute;
  top: 5%;
  left: 0;
	z-index: 10;
}

#top #jobBox #jobList .jobTitle.jobTitleSales{
	background: #00a7ac url(/company/recruit/2025/staff/job/images/ico_number_01_B.png) no-repeat right 15px top 15px;
	background-size: 20px auto;
}
#top #jobBox #jobList .jobTitle.jobTitleService{
	background: #333f48 url(/company/recruit/2025/staff/job/images/ico_number_02_G.png) no-repeat right 15px top 15px;
	background-size: 20px auto;
}
#top #jobBox #jobList .jobTitle.jobTitleStaff{
	background: #00a7ac url(/company/recruit/2025/staff/job/images/ico_number_03_B.png) no-repeat right 15px top 15px;
	background-size: 20px auto;
}

#top #jobBox #jobList .jobTitle h3{
	height: 65px;
	color: #333f48;
	font-size: 24px;
	line-height: 1;
	font-style: normal;
}

#top #jobBox #jobList .jobTitle.jobTitleService h3{
	color: #00a7ac;
}

#top #jobBox #jobList .jobTitle p{
	display: table;
	height: 65px;
	font-size: 15px;
	line-height: 1.4;
	color: #fff;
}

#top #jobBox #jobList .jobImage{
	position: absolute;
	bottom: 5%;
	width: 25%;
}
#top #jobBox #jobList .jobImage img{
	display: block;
	margin-bottom: 5%;
	width: 100%;
}

@media screen and (max-width: 767px){
	#top #jobBox{
		width: 100%;
		padding: 30px 15px 15px;
	}
	#top #jobBox #jobList li{
		width: 100%;
	}
	#top #jobBox #jobList .jobImage{
		display: none;
	}
	#top #jobBox #jobList .jobTitle{
		width: 100%;
		position: static;
		height: auto;
		padding: 25px 20px;
	}
	#top #jobBox #jobList .jobBg{
		width: 100%;
		padding-top: 80%;
		position: static;
		background-position: 50% 20%;
	}
	#top #jobBox #jobList .jobBg.jobBgSales{
		width: 100%;
		padding-top: 80%;
		position: static;
		background-position: 50% 20%;
	}
	#top #jobBox #jobList .jobBg.jobBgService{
		width: 100%;
		padding-top: 80%;
		position: static;
		background-position: 50% 13%;
	}
	#top #jobBox #jobList .jobBg.jobBgStaff{
		width: 100%;
		padding-top: 80%;
		position: static;
		background-position: 50% 23%;
	}
	#top #jobBox #jobList li a{
		padding-top: 0;
		margin-bottom: 30px;
	}
	#top #jobBox #jobList .jobTitle h3{
		height: auto;
		font-size: 20px;
	}
	#top #jobBox #jobList .jobTitle p{
		height: auto;
	}
	#top #jobBox #jobList .jobTitle p br{
		display: none;
	}
	#top #jobBox #jobList .jobTitle.jobTitleSales{
		background: #00a7ac url(/company/recruit/2025/staff/job/images/ico_number_01_B.png) no-repeat right 25px top 20px;
		background-size: 20px auto;
	}
	#top #jobBox #jobList .jobTitle.jobTitleService{
		background: #333f48 url(/company/recruit/2025/staff/job/images/ico_number_02_G.png) no-repeat right 25px top 20px;
		background-size: 20px auto;
	}
	#top #jobBox #jobList .jobTitle.jobTitleStaff{
		background: #00a7ac url(/company/recruit/2025/staff/job/images/ico_number_03_B.png) no-repeat right 25px top 20px;
		background-size: 20px auto;
	}
}

/****************** 社員インタビュー ******************/
#staff .interviewAccordionBtnBox {
	margin-top: 30px;
	margin-bottom: 30px;
}
#staff .interviewAccordionBtnBox #interviewAccordionBtn{
	color: #00A7AC;
	font-size: 16px;
	width: 300px;
	margin: 0 auto;
	border: solid 3px #00a7ac;
	text-align: center;
	padding: 10px;
	cursor: pointer;
	position: relative;
}
#staff .interviewAccordionBtnBox #interviewAccordionBtn:hover{
	opacity: 0.5;
}
#staff .interviewAccordionBtnBox #interviewAccordionBtn::after{
	content: "社員インタビューをもっと見る";
}
#staff .interviewAccordionBtnBox #interviewAccordionBtn.open::after{
	content: "閉じる";
}
#staff .interviewAccordionBtnBox #interviewAccordionBtn::before{
	display: block;
	position: absolute;
	content: "";
	width: 10px;
	height: 10px;
	border-top: solid 3px #00A7AC;
	border-right: solid 3px #00A7AC;
	top: 50%;
	margin-top: -10px;
	right: 20px;
	transform: rotate(135deg);
}
#staff .interviewAccordionBtnBox #interviewAccordionBtn.open::before{
	transform: rotate(315deg);
	margin-top: -3px;
}

/****************** 社員紹介 ******************/
#top #staffBox{
	width:100%;
	min-height:500px;
	position:relative;
	margin:100px 0 50px;
}
#top #staffBox .staffBoxText{
	width:38%;
	float:right;
	padding:75px 0 0 0;
}
#top #staffBox .staffBoxImage{
	position:absolute;
	top:0;
	left:0;
	margin-left:-22%;
}

#top #staffBox p{
	margin-bottom:30px;
}
#top #staffBox a{
	line-height:1.0;
	display:block;
	border:solid 3px #00a7ac;
	padding:20px 15px 20px 40px;
	margin-bottom:10px;
    background: url(../images/top/yajirushi.png) 15px center no-repeat;
	background-size:17px;
	transition: 0.3s ;
}
#top #staffBox a:hover{
	color:#ffffff;
    background:#00a7ac url(../images/top/yajirushi_siro.png) 15px center no-repeat;
	background-size:17px;
}

#top .movieBox {
	width:780px;
	margin: 80px auto;
    padding-top: 0;
}
#top .movieBox #youtube #youtube_responsive{
  position:relative;
  width:100%;
  height: 0;
  padding-top:56.25%;
}
#top .movieBox #youtube #youtube_responsive iframe{
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
}
#top .movieBox #menu ul.youtubeMenu{
	padding-top:18px;
	position:relative;
}
#top .movieBox #menu ul.youtubeMenu li{
	float:left;
	display:block;
	width:388px;
	margin-right:3px;
	position:relative;
}
#top .movieBox #menu ul.youtubeMenu li:last-child{margin-right:0;}
#top .movieBox #menu ul.youtubeMenu li a{
	background-color:#bbb;
	display:block;
	width:100%;
	box-sizing:border-box;
	padding:20px 0;
	line-height: 1.0;
	text-align:center;
	color:#fff;
	transition:background-color .2s linear;
}
#top .movieBox #menu ul.youtubeMenu li a:hover{}
#top .movieBox #menu ul.youtubeMenu li a.current{background-color:#00a7ac;}
#top .movieBox #menu ul.youtubeMenu li a.current::before{
	content: ' ';
    height: 0;
    position: absolute;
    width: 0;
	border-style: solid;
	border-width: 0 12px 10px 12px;
	border-color: transparent transparent #00a6ac transparent;
    left: 182px;
    top: -10px;
}
#top .movieBox #menu ul.youtubeMenu li a span{
	background: url(../images/ico_movieW.png) no-repeat right center;
	background-size:17px;
	padding: 0 26px 2px 0;
}





/****************** 製品紹介 ******************/
#top #productsrule{
	position:relative;
	padding:70px 0;
	overflow:hidden;
}
#top #productsBox{
	width:100%;
	min-height:550px;
	position:relative;
	margin-bottom:50px;
	background-color:#eeeeee;
}
#top #productsBox .productsBoxText{
	width:38%;
	float:left;
	padding:46px 0 0 0;
}
#top #productsBox .productsBoxImage{
	position:absolute;
	top:-70px;
	right:0;
	width:100%;
	margin-right:-44%;
}

#top #productsBox p{
	margin-bottom:30px;
}
#top #productsBox a{
	line-height:1.0;
	display:block;
	border:solid 3px #00a7ac;
	padding:20px 15px 20px 40px;
	margin-bottom:10px;
    background: url(../images/top/yajirushi.png) 15px center no-repeat;
	background-size:17px;
	transition: 0.3s ;
}
#top #productsBox a:hover{
	color:#ffffff;
    background:#00a7ac url(../images/top/yajirushi_siro.png) 15px center no-repeat;
	background-size:17px;
}

/****************** ユーザー事例 ******************/
#top #userBox{
	width:100%;
	min-height:500px;
	position:relative;
	margin-bottom:100px;
}
#top #userBox .userBoxText{
	width:38%;
	float:right;
	padding:110px 0 0 0;
}
#top #userBox .userBoxImage{
	position:absolute;
	top:0;
	left:0;
	margin-left:-22%;
}

#top #userBox p{
	margin-bottom:30px;
}
#top #userBox a{
	line-height:1.0;
	display:block;
	border:solid 3px #00a7ac;
	padding:20px 15px 20px 40px;
	margin-bottom:10px;
    background: url(../images/top/yajirushi.png) 15px center no-repeat;
	background-size:17px;
	transition: 0.3s ;
}
#top #userBox a:hover{
	color:#ffffff;
    background:#00a7ac url(../images/top/yajirushi_siro.png) 15px center no-repeat;
	background-size:17px;
}

/****************** コンテンツリンク ******************/
#top #contentsLinkBox{
	width:100%;
	margin-bottom:100px;
}
#top #contentsLinkBox .floatL{
	width:27.3%;
	height:200px;
	padding:3%;
	position:relative;
}
#top #contentsLinkBox .floatL:nth-child(odd){
	background-color:#eeeeee;
}
#top #contentsLinkBox .floatL:nth-child(even){
	background-color:#ebf8f8;
}
#top #contentsLinkBox .floatL h2{
	font-size:150%;
	letter-spacing:2px;
	margin-bottom:20px;
}
#top #contentsLinkBox .floatL h2::before{
	margin: 0 0 5px 0;
}

#top #contentsLinkBox .floatL a{
	display:block;
	position:absolute;
	bottom:35px;
	left:0;
	right:0;
}
#top #contentsLinkBox .floatL a span{
	display:block;
	width:82%;
	border:solid 3px #00a7ac;
	box-sizing:border-box;
	text-align:center;
	line-height:1.0;
	padding:20px 80px;
	margin:0 auto;
    background: url(../images/top/yajirushi.png) 85px center no-repeat;
	background-size:16px;
	transition: 0.3s;
}
#top #contentsLinkBox .floatL a span:hover{
	color:#ffffff;
    background:#00a7ac url(../images/top/yajirushi_siro.png) 85px center no-repeat;
	background-size:16px;
}


/******************************************************************

   	2_エントリー

******************************************************************/
#entry .nextNav{
	padding:14px 0 0 0;
	height: 96px;
}
#entry .entryBox{
	position:relative;
}

#entry .nextContents h3.nextPageTitle{
	color:#333f48;
	text-align: center;
}

/**************** 190301_エントリーページ ******************/
#entry .entryOrder {}
#entry .entryOrder {
	margin:0 auto 25px;
	text-align: center;
}
#entry .entryOrder p {
	line-height: 2.4;
	letter-spacing: 0.05em;
}
#entry .entryBtn {
	width: 369px;
	padding: 25px;
	background-color: #eee;
	margin: 0 auto;
}
#entry .entryBtn img {
	width: 100%;
}



/******************************************************************

   	3_STAFF BLOG

******************************************************************/

#blog .nextContents{
	padding:110px 0 0 0;
}
#blog .nextContents .wrapBox{
	margin:0 auto;
}

#blog .nextNav{
	padding:14px 0 0 0;
	height: 96px;
}


/**************** 記事エリア ******************/

#blog #ArticleArea{
	float:left;
	width:750px;
	padding:60px 40px 60px 0px;
	border-right:1px solid #e3e3e3;

}

#blog #ArticleArea .ArticleBox{
	width:720px;
	margin-bottom:100px;
	padding-left:30px;
	background: url(../../blog/images/bg_h3.png) left top no-repeat;
}

#blog #ArticleArea .ArticleBox p.data{
	color:#00a7ac;
	font-size:96%;
	margin-bottom:0;
	padding-top:20px;
	line-height:1.0;
}
#blog #ArticleArea .ArticleBox h3{
	font-size:200%;
	line-height:1.6;
	margin:0 0 15px 0;
}
#blog #ArticleArea .ArticleBox p{
	margin-bottom:1.5em;
	line-height:1.8;
}
#blog #ArticleArea .ArticleBox .separate{
    display: block;
    width: 20px;
    height: 25px;
    border-top: 1px solid #00a7ac;
}



/**************** リストエリア ******************/
#blog #ListArea{
	float:right;
	width:370px;
	padding:183px 0 60px 0;
}

#blog #ListArea p {
	text-align:center;
}
#blog #ListArea p img {
	width:auto;
	vertical-align:bottom;
}
#blog #ListArea h4 {
	width:100%;
	color:#ffffff;
	background-color:#00a7ac;
	font-size:125%;
	text-align:center;
	padding:12px 0;
	margin:0 0 3px 0;
	border:none;
}
#blog #ListArea #listarrow{
	height:10px;
}
#blog #ListArea #listarrow span{
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 11px 0 11px;
	border-color: #00a6ac transparent transparent transparent;
}
#blog #ListArea .ListBox{
	padding:15px;
	border-bottom:solid #e3e3e3 1px;
	position:relative;
	background-color:#ffffff;
	transition: 0.25s;
}
#blog #ListArea .ListBox.current{
	background-color:#f3f3f3;
}
/*#blog #ListArea .ListBox:last-child{
	border-bottom:solid #dddddd 1px;
}*/
#blog #ListArea .ListBox .floatL{
	width:100px;
}
#blog #ListArea .ListBox .floatL img{
	width:100%;
}
#blog #ListArea .ListBox .floatR{
	width:225px;
  position: absolute;
  top: 50%;
  right:15px;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}
#blog #ListArea .ListBox p{
	text-align:left;
	font-size:94%;
	line-height:1.5;
	letter-spacing:0.5px;
}
#blog #ListArea .ListBox a{
	text-decoration:none;
}
#blog #ListArea .ListBox .floatR span{
	display:block;
	font-size:85%;
}



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

   	1_SP_トップ

******************************************************************/
#top{

}
#top h2{
	font-size:160%;
	letter-spacing:1px;
	margin:0 auto 15px;
	text-align:center;
}
#top h2::before {
  content: "";
  display: block;
  width: 30px;
  height: 0;
  margin: 0 auto 10px;
  border-top: 3px solid #222222;
}
#top h3{
	font-size:100%;
	margin:0 0 15px 0;
	font-style:normal;

/*	color:#00a7ac;
	font-weight:normal;*/
}

/*#top p,#top ul,#top ul li,#top ul li img{
	margin:0;
	padding:0;
}
#top a{
	text-decoration:none;
}
*/
#top .frameBox{
	width:94%;
	padding:0 3%;
	margin:0 auto;
}
#top .spView{
	display:block;

}

#top #footerGlobal {
	padding:15px 0 5px 0;
}
#top #footerGlobal ul li{
	margin:0 0 15px 0;
}

#top #tougouInfo {
    padding: 15px 0;
    margin-bottom: 30px;
}

#top #tougouInfo p {
    width: 90%;
}


/****************** SP_メインビジュアルスライダー ******************/
#top #mainV{
	height:auto;
	padding:10px 0 0 0;
	background:none;
/*	background-size:cover;*/
}
#top #mainImageWrapper{
	height:auto;
	margin:0 auto;
	width:100%;
/*	text-align:center;
	position:relative;*/
}

#top #mainImageWrapper .bx-viewport {
	overflow: visible!important;
	width: 100%!important;
}
.main-container {
	overflow: hidden;
	position:relative;
}
.bxslider {
	list-style: none;
	margin: 0;
	padding: 0;
}
.bxslider li.slide {
/*	margin: 0 auto;
	padding: 0;*/
}
.bxslider li.slide img{
	vertical-align:bottom;
	display:block;

}

#mainImageBox{
	position:relative;
	left:0%;
	-webkit-transform: translateX(0%);
	-ms-transform: translateX(0%);
	transform: translateX(0%);
}
/*.bx-wrapper .bx-pager{
  position: absolute;
  bottom: 80px;
  width: 100%;
}

.bx-controls-direction{
	display:none;
}
*/
/****************** SP_STAFF BLOG ******************/
#top #blogBox{
	margin:0 0 40px 0;
	padding:30px 0 20px 0;
}
#top #blogBox .floatL{
	width:100%;
}
#top #blogBox .floatL p{
	margin-bottom:20px;
}


#top #blogBox .floatR{
	width:100%;
	padding-right:0px;
}

#top #blogBox .floatR .previousBox .previousInnerBox .articleLists div .listBox{
	width:84%;
	padding:0 8%;
}
#top #blogBox .floatR .previousBox .previousInnerBox .articleLists div .listBox img{
	width:100%;
	margin-bottom:5px;
}
#top #blogBox .floatR .previousBox .previousInnerBox .articleLists div .listBox .data{
	color:#00a7ac;
	font-weight:bold;
	font-size:90%;
    font-family: Arial,'Noto Sans Japanese', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	letter-spacing:1px;
}

/****************** SP_社員紹介 ******************/
#top #staffBox{
	width:100%;
	min-height:inherit;
	margin:30px 0 5px 0;
}
#top #staffBox .staffBoxText{
	width:100%;
	float:none;
	padding:0;
	margin-bottom:20px;
}
#top #staffBox .staffBoxImage{
	position:relative;
	margin-left:0;
}
#top #staffBox p{margin-bottom:20px;}

#top .movieBox {
	width:100%;
	margin: 20px auto 40px;
}
#top .movieBox #menu ul.youtubeMenu{padding-top:1px;}
#top .movieBox #menu ul.youtubeMenu li{
	float:none;
	width:100%;
	margin:0 auto 1px;
}
#top .movieBox #menu ul.youtubeMenu li:last-child{margin:0 auto;}
#top .movieBox #menu ul.youtubeMenu li a{
	padding:16px 20px;
	font-size: 14px;
}
#contents #youtubeArea #menu ul.youtubeMenu li a.current{background-color:#00a7ac;}
#top .movieBox #menu ul.youtubeMenu li a.current::before{border-width: 0;}
#top .movieBox #menu ul.youtubeMenu li a span{
	background: url(../images/ico_movieW.png) no-repeat right center;
	background-size:14px;
	padding-right:22px;
	font-size: inherit;
}


/****************** SP_製品紹介 ******************/
#top #productsrule{
	padding:0;
}

#top #productsBox{
	width:100%;
	min-height:inherit;
	position:relative;
	padding:30px 0;
	margin-bottom:40px;
}
#top #productsBox .productsBoxText{
	width:100%;
	float:none;
	padding:0;
	margin-bottom:20px;
}
#top #productsBox .productsBoxImage{
	position:relative;
	top:0;
	right:0;
	width:100%;
	margin-right:0;
}
#top #productsBox p{
	margin-bottom:20px;
}

/****************** SP_ユーザー事例 ******************/
#top #userBox{
	width:100%;
	min-height:inherit;
	/*position:relative;*/
	margin-bottom:30px;
}
#top #userBox .userBoxText{
	width:100%;
	float:none;
	padding:0;
	margin-bottom:20px;
}
#top #userBox .userBoxImage{
	position:relative;
/*	top:0;
	left:0;*/
	margin-left:0;
}

#top #userBox p{
	margin-bottom:20px;
}

/****************** SP_コンテンツリンク ******************/
#top #contentsLinkBox{
	margin-bottom:50px;
}
#top #contentsLinkBox .floatL{
	width:84%;
	height:auto;
	padding:10% 8%;
}

#top #contentsLinkBox .floatL h2{
	font-size:120%;
	text-align:left;
	letter-spacing:2px;
	margin-bottom:15px;
}
#top #contentsLinkBox .floatL h2::before{
	margin: 0 0 3px 0;
}

#top #contentsLinkBox .floatL p{
	margin-bottom:20px;

}
#top #contentsLinkBox .floatL a{
	display:block;
	position:relative;
	bottom:0;
}

#top #contentsLinkBox .floatL a span{
	width:auto;
	padding:16px 3% 16px 3%;
    background: url(../images/top/yajirushi.png) 15px center no-repeat;
	background-size:16px;
	transition: 0.3s;
}
#top #contentsLinkBox .floatL a span:hover{
    background:#00a7ac url(../images/top/yajirushi_siro.png) 15px center no-repeat;
}


/******************************************************************

   	2_SPエントリー

******************************************************************/

/**************** 190301_エントリーページ ******************/
#entry .nextContents{
	padding: 30px 0 50px 0;
}
#entry .entryOrder {
	margin:0 auto 30px;
	text-align: left;
}
#entry .entryOrder p {
	line-height: 1.8;
	letter-spacing: 0;
}
#entry .entryBtn {
	width: 90%;
	padding: 5%;
}




/******************************************************************

   	3_SP STAFF BLOG

******************************************************************/

#blog .nextContents{
	padding:0;
}
#blog .nextContents .wrapBox{
/*	margin:0 auto;*/
}

#blog .nextNav{
	display:none;
}


/**************** 記事エリア ******************/

#blog #ArticleArea{
	float:none;
	width:100%;
	padding:30px 0 0 0;
	border-right:none;

}

#blog #ArticleArea .ArticleBox{
	width:100%;
	margin-bottom:60px;
	padding-left:0;
	/*background: url(../../blog/images/bg_h3.png) left top no-repeat;*/
}

#blog #ArticleArea .ArticleBox p.data{
	font-size:90%;
	/*color:#00a7ac;
	margin-bottom:0;
	padding-top:20px;
	line-height:1.0;*/
}
#blog #ArticleArea .ArticleBox h3{
	font-size:160%;
	line-height:1.5;
	/*letter-spacing:1px;
	margin:0 0 15px 0;*/
}
#blog #ArticleArea .ArticleBox p{
	line-height:1.8;
	font-size:94%;
	/*margin-bottom:1em;*/
}
#blog #ArticleArea .ArticleBox .separate{
/*    display: block;
    width: 20px;
    height: 25px;
    border-top: 1px solid #00a7ac;*/
}



/**************** リストエリア ******************/
#blog #ListArea{
	float:none;
	width:100%;
	padding:0 0 30px 0;
}

#blog #ListArea p {
	/*text-align:center;*/
}
#blog #ListArea p img {
	/*width:auto;
	vertical-align:bottom;*/
}
#blog #ListArea h4 {
	font-size:100%;
	width:100%;
	/*color:#ffffff;
	background-color:#00a7ac;
	text-align:center;
	padding:12px 0;
	margin:0 0 3px 0;
	border:none;*/
}
#blog #ListArea #listarrow{
	/*height:10px;*/
}
#blog #ListArea #listarrow span{
/*	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 11px 0 11px;
	border-color: #00a6ac transparent transparent transparent;*/
}
#blog #ListArea .ListBox{
	padding:12px 0;
	/*border-bottom:dashed #e3e3e3 1px;
	position:relative;
	background-color:#ffffff;
	transition: 0.25s;*/
}
#blog #ListArea .ListBox.current{
	/*background-color:#f3f3f3;*/
}
#blog #ListArea .ListBox:last-child{
	border:none;
}
#blog #ListArea .ListBox .floatL{
	width:26%;
}
#blog #ListArea .ListBox .floatL img{
	/*width:100%;*/
}
#blog #ListArea .ListBox .floatR{
	width:71%;
	right:0;
/*	position: absolute;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);*/
}
#blog #ListArea .ListBox p{
	font-size:85%;
	/*text-align:left;
	line-height:1.5;*/
}
#blog #ListArea .ListBox a{
	/*text-decoration:none;*/
}
#blog #ListArea .ListBox .floatR span{
	/*display:block;
	font-size:85%;*/
}



}
