/*
Template:nishiki
Theme Name:open-tec
Theme URI: 
Author: nsl
Author URI: http://www.open-tec.co.jp/
*/

/**------------------**/
/**/
/**------------------**/

/*共通部分*/
.home.open-tec #masthead.fixed{
	background: rgba(249,249,249,1.0);
	padding: 10px 0;
}

.home.open-tec #masthead.fixed .icon{
	border-color:#f9f9f9;
}

.otFrontPage{
	background: #f9f9f9;
}

.fullwidthContainer{
	margin-top:50px;
}

.ohFrontPage .entry-content .topHeading2{
	position: relative;
  margin: 1.9rem 0 0.9rem;
	border: none;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  font-size: 1.9rem;
}

.topHeading2::before{
	position: absolute;
	content: 'subtitle';
	top: -0.8rem;
	color: #023193;
	font-size: 0.78rem;
}


@media only screen and (min-width: 769px) {
	.fullwidthContainer{
		margin-top: 100px;
	}
	.topHeading2::before{
		top: -1.5rem;
	}
}

/*TOP共通ボタン　PC時はテキスト*/
.open-tec .entry-content .otWhiteBtn{
	position: relative;
	display: inline-block;
	max-width: 100%;
	padding: 20px 40px;
	text-align: center;
	text-decoration: none;
	font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
	transition: 0.5s;
	/*background: #fff;*/
	color: #023193;
	border: 1px solid #023193;;
}

.open-tec .entry-content .otWhiteBtn:hover,
.open-tec .entry-content .otWhiteBtn:focus{
	background: #023193;
	color: #fff;	
	border-color:currentColor;
}

.open-tec .entry-content .otWhiteBtn::after {
  content: '\f105';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
	font-size: 14px;
	position: absolute;
	right: 14px;
	top: calc(50% - 13px);
}

@media only screen and (min-width: 769px) {
	.open-tec .entry-content .otWhiteBtn{
		border:none;
	}
}

/*メインビジュアル部分*/
.mainvisual{}

.mainvisual__inner{
	position: relative;
	background: url("images/top_mainvisual.png") no-repeat center top;
	background-size: cover;
	height: 90vh;
	width: 100%;
}

.mainvisual__image{
	display: none;
}

.mainvisual__heading{
	position: absolute;
	display: inline;
	top: 50%;
	left:1rem;
	transform: translateY(-50%);
}
.mainvisual__heading--main{
	font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
	font-size: 2.2rem;
	line-height: 1.3;
	color: #fafafa;
	text-shadow: 1px 1px 5px #ccc;
}
.mainvisual__heading--sub{
	font-family: 'Noto Serif JP', serif;;
	display: block;
	color:#023193;
	font-size: 1rem;
	text-shadow: 2px 2px 3px #fff;
}

@media only screen and (min-width: 769px) {
	.mainvisual{
		background: url("images/top_mainvisual_bg.png") no-repeat top right;
		padding-top: 6rem;
		padding-bottom: 4rem;
	}
	.mainvisual__inner{
		background-image: none;
		height: inherit;
		/*min-height: 594px;*/
		margin: 0 auto;
		max-width: 1300px;
	}
	.mainvisual__image{
		display: block;
	}
	.mainvisual__heading{
		top: auto;
		bottom: 0;
		left: calc(812px + 3.5rem);
		transform: none;}
	.mainvisual__heading--main{
		font-size: 2.5rem;		
		color:#121212;
	}
}

/*業務内容*/

.topHeading2--works::before{
	content: 'Services';
}
.open-tec .entry-content .topWorks__txt{
	margin: 0;
}

.topWorks__works{
	list-style: none;
	padding-left: 0;
}

.topWorks__works li{
	height: 12rem;
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	margin-bottom: 2rem;
}
.topWorks__work1{background-image: url("images/top_works_img_01.jpg") ;}
.topWorks__work2{background-image: url("images/top_works_img_02.jpg") ;}
.topWorks__work3{background-image: url("images/top_works_img_03.jpg") ;}
.topWorks__work4{background-image: url("images/top_works_img_04.jpg") ;}


.open-tec .entry-content .topWorks__works li a{
	position: relative;
	display: inline-block;
	height: 100%;
	width: 100%;
	max-width: 100%;
	transition: 0.5s;
	color: #121212;
	text-decoration: none;
	background-color: rgba(24,24,24,0.4);
}

.open-tec .entry-content .topWorks__works li a:hover,
.open-tec .entry-content .topWorks__works li a:focus{
	background-color: rgba(24,24,24,0.1);
}

.topWorks__works li a span{
	position: absolute;
	bottom: 50%;
	transform: translateY(50%);
	display:inline-block;
	width: calc(100% - 20px);
	text-align: center;
	padding: 20px 10px;
	background: rgba(255,255,255,0.6);
	font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
}


.open-tec .entry-content .topWorks__works li .work_inner{
	position: relative;
	display: inline-block;
	height: 100%;
	width: 100%;
	max-width: 100%;
	transition: 0.5s;
	color: #121212;
	text-decoration: none;
	background-color: rgba(24,24,24,0.4);
}

.topWorks__works li .work_inner span{
	position: absolute;
	bottom: 50%;
	transform: translateY(50%);
	display:inline-block;
	width: calc(100% - 20px);
	text-align: center;
	padding: 20px 10px;
	/*background: rgba(255,255,255,0.6);*/
	font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
	color: #fff;
}

.topWorks__btnWrap{text-align: center;}
.topWorks__btns{
	list-style: none;
	padding-left: 0;
}
.topWorks__btns li{
	padding-bottom: 0.5rem;
}


@media only screen and (min-width: 769px) {
	.topWorks__header{
		display: flex;
		flex-direction: row;
	}
	.topHeading2--works,
	.topWorks__txt{
		flex: 1 1 50%;
	}
	.topWorks__works{
		display: flex;
		flex-direction: row;
	}
	.topWorks__works li{
		flex: 1 1 25%;
		height: 17.5rem;
		margin-bottom: 0;
  }
	
	.open-tec .entry-content .topWorks__works li a{
		color: #fff;
	}
	.topWorks__works li a span{
		position: absolute;
		bottom: 0;
		transform: translateY(0%);
		padding: 10px;
		background: none;
		text-align: left;
	}
	.open-tec .entry-content .topWorks__works li .work_inner{
		color: #fff;
	}
	.topWorks__works li .work_inner span{
		position: absolute;
		bottom: 0;
		transform: translateY(0%);
		padding: 10px;
		background: none;
		text-align: left;
	}
	.topWorks__btnWrap{text-align: right;}
}

/*お知らせ*/
.topTopics{
	text-align: center;
	padding: 2rem 0;
}
.topHeading2--topics::before{
	content: 'Topics';
	left: 50%;
	transform: translateX(-50%);
}

.topTopics__inner{
	background: #fff;
	padding: 1rem 1rem 2rem;
}

.newsList{
	list-style: none;
	/*padding-left: 0;*/
	text-align: left;
	/*width: 90%;*/
	margin: 0 auto;
	border-top: 1px solid #232323;
	margin-bottom: 2rem;
}

.newsList__news{
	border-bottom: 1px solid #232323;
}

.open-tec .entry-content .newsList__news a{
	display: inline-block;
	width: calc(100% - 1rem);
	max-width:100%; 
	padding:0.5rem;
	text-decoration: none;
	color:#121212;
}

.open-tec .entry-content .newsList__news a:focus,
.open-tec .entry-content .newsList__news a:hover{
	background: #eee;
}

.newsList__news > dt{
	padding: 0.4rem 0;
}
.newsList__date{
	font-weight: bold;
	vertical-align: middle; 
}

.newsList__cat{
	display: inline-block;
	color: #fff;
  background-color: #0f42b0;
  padding: 2px 5px;
  font-size: 0.7rem;
	margin-left:1rem; 
	vertical-align: middle; 
}

.newsList__title{
	margin-left: 0;
}

@media only screen and (min-width: 769px) {
	.topTopics__inner{
		padding: 2rem;
	}
	.newsList{
		max-width: 720px;
	}
}


/*会社概要*/
.topCompany{
	padding: 4rem 0;
}
.topHeading2--company::before{content: 'Company';}

.topCompany__images > img,
.topCompany__images-sp > img{
	border-radius: 5px;
}

.topCompany__images{
	display: none;
}

.topCompany__menu{
	list-style: none;
	padding-left: 0;
	margin-bottom: 2rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.topCompany__menu li{
	flex : 1 1 48%;
}

.open-tec .entry-content .topCompany__menu li a{
	position: relative;
	display: inline-block;
	width: calc(100% - 25px);
	margin-bottom: 5px;
	padding: 20px 10px;
	text-decoration: none;
	background: #fff;
	color: #121212;
	font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
	transition: 0.5s;
}

.open-tec .entry-content .topCompany__menu li a:focus,
.open-tec .entry-content .topCompany__menu li a:hover{
	opacity: 0.5;
}

.open-tec .entry-content .topCompany__menu li a::after {
  content: '\f105';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
	font-size: 14px;
	position: absolute;
	right: 10px;
	top: calc(50% - 14px);
	color: #023193;
}
.open-tec .entry-content .topCompany__bnr a{
	display: block;
	text-decoration: none;
}

.open-tec .entry-content .topCompany__bnr a img{
	transition: 0.5s;
}

.open-tec .entry-content .topCompany__bnr a:focus img,
.open-tec .entry-content .topCompany__bnr a:hover img{
	opacity: 0.5;
}

@media only screen and (min-width: 769px) {
	.topCompany__inner{
		display: flex;
	}
	.topCompany__images,
	.topCompany__contents{
		flex : 1 1 50%;
	}
	.topCompany__images{
		display: block;
	}
	.topCompany__images-sp{
		display: none;
	}
}

/*採用情報*/
.topRecruit{}
.topHeading2--recruit{}
.topHeading2--recruit::before{
	content: 'Recruit';
}
.topRecruit__header{
	width: 90%;
	margin: 0 auto;
}

.topRecruit__image{
	display: block;
	height: 250px;
	margin-bottom: 2rem;
	background: url("images/top_recruit_bg_sp.jpg") no-repeat center center;
	background-size: cover;
}

.topRecruit__contents{
	list-style: none;
	padding-left: 0;
}

.topRecruit__contents li{
	height: 12rem;
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	margin-bottom: 2rem;
}
.topRecruit__content1{background-image: url("images/top_recruit_img_01.jpg") ;}
.topRecruit__content2{background-image: url("images/top_recruit_img_02.jpg") ;}
.topRecruit__content3{background-image: url("images/top_recruit_img_03.jpg") ;}

.open-tec .entry-content .topRecruit__contents li a{
	position: relative;
	display: inline-block;
	height: 100%;
	width: 100%;
	max-width: 100%;
	transition: 0.5s;
	color: #121212;
	text-decoration: none;
	background-color: rgba(24,24,24,0.4);
}

.open-tec .entry-content .topRecruit__contents li a:hover,
.open-tec .entry-content .topRecruit__contents li a:focus{
	background-color: rgba(24,24,24,0.1);
}

.topRecruit__contents li a span{
	position: absolute;
	bottom: 50%;
	transform: translateY(50%);
	display:inline-block;
	width: calc(100% - 20px);
	text-align: center;
	padding: 20px 10px;
	background: rgba(255,255,255,0.6);
	font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
}

.topRecruit__btns{
	list-style: none;
	padding-left: 0;
	width: 80%;
	margin: 2rem auto;
}

.topRecruit__btns li{
	margin-bottom: 2.0rem;
}
.topRecruit__btns li a{
	width: 100%;
}

/*リクルート部分のボタン*/
.open-tec .entry-content .otRecruitBtn{
	position: relative;
	display: inline-block;
	max-width: 100%;
	padding: 20px 40px;
	text-align: center;
	text-decoration: none;
	font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
	transition: 0.5s;
	/*background: #fff;*/
	color: #023193;
	border: 1px solid #023193;
}

.open-tec .entry-content .otRecruitBtn:hover,
.open-tec .entry-content .otRecruitBtn:focus{
	background: #023193;
	color: #fff;	
	border-color:currentColor;
}

.open-tec .entry-content .otRecruitBtn::after {
  content: '\f105';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
	font-size: 14px;
	position: absolute;
	right: 14px;
	top: calc(50% - 13px);
}

@media only screen and (min-width: 769px) {
	.topRecruit{
		background: url("images/top_recruit_bg_sp.jpg") no-repeat center -80px;
		padding-top: 2rem;
	}
	.topRecruit__header{
		max-width: 1370px;
		margin: 0 auto;
		width: 90%;
	}
	.topRecruit__image{
		display: none;
	}
	.topHeading2--recruit{
		color: #fff;
	}
	.topHeading2--recruit::before{
		color: #fff;
	}

	.topRecruit__contents{
		display: flex;
		flex-direction: row;
	}
	.topRecruit__contents li{
		flex: 1 1 33%;
		height: 17.5rem;
		margin-bottom: 0;
		border: 1px solid #eee;
  }
	.open-tec .entry-content .topRecruit__contents li a{
		color: #fff;
	}
	.topRecruit__contents li a span{
		position: absolute;
		bottom: 0;
		transform: translateY(0%);
		padding: 10px;
		background: none;
		text-align: left;
	}
	.topRecruit__btns{
		display: flex;
		justify-content: space-between;
	}
	.topRecruit__btns li{
		flex: 0 0 46%;
	}
	/*リクルート部分のボタン*/
	.open-tec .entry-content .otRecruitBtn{
		background: #023193;
		color: #fff;
		border: 1px solid transparent;
	}

.open-tec .entry-content .otRecruitBtn:hover,
.open-tec .entry-content .otRecruitBtn:focus{
		background: #fff;
		color: #023193;	
		border-color:currentColor;
}

.open-tec .entry-content .otRecruitBtn::after {
  content: '\f105';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
	font-size: 14px;
	position: absolute;
	right: 14px;
	top: calc(50% - 13px);
}

}
@media only screen and (min-width: 1025px) {
	.topRecruit{
		background: url("images/top_recruit_bg_pc.jpg") no-repeat center -300px;
		padding-top: 2rem;
	}
}
