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

* {
	margin: 0;
	padding: 0;
	line-height: 1.0;
	font-family: "ryo-gothic-plusn",sans-serif;
	}
body {
	color: #666666;
	font-size: 90%;
}
img {
	text-decoration: none;
	border: 0;
}
em {
	color: #F00;
	font-style: normal;
	line-height: 1.6;
}
sup {font-size: 60%; color: #F00;}
p {
	margin: 20px 15px;
	line-height: 1.6;
}
table {
	margin: 20px 20px;
	line-height: 1.6;
}
ul {list-style: none;}
li {line-height: 1.6;}
dt {line-height: 1.6;}
dd {line-height: 1.6;}
a {color: #3399FF; line-height: 1.6;}
a:hover {color: #00c0ff; transition: all .3s;}
h1, h2, h3, h4, h5 { clear: both;}
th, td { vertical-align: middle; line-height: 1.6;}

strong { color: #333; line-height: 1.6;}
address { font-style: normal; line-height: 1.6;}
span { line-height: 1.6;}
.sp_view {
	display:none;
}
.clearfix::after{
  content: "";
  display: block;
  clear: both;
}
main.adjustHight {
	/* 画面の高さ - footerの高さ - ヘッダーの高さ - ( main.h2のマージンTOP + div.form_btnのマージンBOTTOM ) */
    /* min-height: calc( 100vh - 147px - 260px - 110px ); */
	/* 画面の高さ - footerの高さ - ヘッダーの高さ - ( main.h2のマージンTOP(40px) + div.form_btnのマージンBOTTOM ) */
    /* min-height: calc( 100vh - 147px - 260px ); */
    /* min-height: calc( 100vh - 147px - 410px );*/
    min-height: 100vh;
	
}
h2.screen-reader-text {
	display: none;
}
div.nav-links {
	text-align: center;
}


/* ------------------------------------------------------------------------------------header */
header {
	background: url(../img/tbg.png) center bottom;
	width: 100vw;
}
header h1 {
	padding: 35px 0 35px;
}
header h1 a {
	display: inline-block;
	width: 193px;
	height: 75px;
	background: url(../img/logo.png) no-repeat;
}
header div#header_top {
	text-align: center;
	border-bottom: 1px solid #eee;
	background: rgba(255,255,255,0.6);
}


header nav ul {
	padding-bottom: 15px;
}
	header nav ul li {
		display: inline;
		position: relative;
	}
	header nav ul li:after{
		position: absolute;
		top: 30px;
		left: 84px;
		width: 10px;
		height: 10px;
		border-radius: 6px;
		border: 1px solid #00c0ff;
		content: '';
		z-index:9;
	}
	header nav ul li:before{
		position: absolute;
		top: 30px;
		left: 84px;
		width: 12px;
		height: 12px;
		border-radius: 6px;
		background-color: #00c0ff;
		content: '';
		z-index:9;
	}
	header nav ul li:hover:after{
		transform: scale( 1.6 );
		transition: all 0.5s ease 0s;
	}

header nav ul li a {
	display: inline-block;
	width: 180px;
	height: 50px;
	padding: 5px 0 5px;
	color: #000;
	border-left: 1px solid #d7d1d1;
	text-decoration: none;
	position:relative;
	z-index: 10;
}
header nav ul li a.rgh {
	border-right: 1px solid #d7d1d1;
}
header p.tpimg {
	text-align: center;
	color: #000;
	padding: 35px 0;
	font-weight: 400;
	font-size: 140%;
}
header p.tpimg strong {
	color: #fff;
	font-size: 180%;
	line-height: 2.0;
}


header.fixed h1 ,
header.fixed p.tpimg {
	/* display:none; */
}

header.fixed h1 {
	position:fixed;
	z-index:100;
	padding:0;
	padding-top:10px;
	background: rgba(162,221,241,0.95);
	width: 100%;
}
header h1 a {
	height: 31px;
	background: url(../img/logo-02.png) no-repeat center center;
}


header.fixed nav {
	width: 100vw;
	position:fixed;
	z-index:100;
	top:41px;
	background: rgba(162,221,241,0.95);
	
}
header.fixed nav ul {
	padding-top: 15px;
	border-bottom: 1px solid #d7d1d1;
}
/*
header.fixed nav ul li a {
	color:#fdfdfd;
}
header.fixed nav ul li:after{
	border: 1px solid #efefef;
}
header.fixed nav ul li:before{
	background-color: #efefef;
}*/
header p#pan {
	color: #fff;
	margin-top:0px;
	margin-bottom:0px;
	line-height: 2rem;
	width: 1000px;
	margin:0 auto;
}
header p#pan a{
	text-decoration: none;
	color:#fff;
}


/* ------------------------------------------------------------------------------------toppage */
main h2 {
	text-align: center;
	color: #00a2e5;
	margin: 40px 0;
}
main h3 {
	margin: 20px 0;
}
ul#tft {
	text-align: center;
}
ul#tft li {
	display: inline-block;
	width: 250px;
	height: 250px;
}
ul#tft li#tft01 { background: url(../img/tft01.png) no-repeat;}
ul#tft li#tft02 { background: url(../img/tft02.png) no-repeat;}
ul#tft li#tft03 { background: url(../img/tft03.png) no-repeat;}

ul#trec {text-align: center;}
ul#trec li { display: inline-block;}
ul#trec li a {
	display: inline-block;
	width: 250px;
	height: 100px;
}
ul#trec li#trec01 { background: url(../img/trec01.png) no-repeat;}
ul#trec li#trec02 { background: url(../img/trec02.png) no-repeat; margin-left: 30px;}
ul#trec li#trec03 { background: url(../img/trec03.png) no-repeat;}

ul#trec div.trec_sub1,
ul#trec div.trec_sub2 {
	float:left;
}
ul#trec div.trec_sub1 {
	width: 300px;
	margin-left: 135px;
}
ul#trec div.trec_sub2 {
	width: 550px;
}
ul#trec div.trec_sub2 li {
	float:left;
	width: 250px;
}
ul#trec div.trec_sub2 li:nth-child(2) {
	margin-left: 5px;
}


article.latest_info ul {
    margin: 10px;
    padding: 20px 50px;
    border: 1px solid #4faace;
    height: 80px;
    overflow-y: scroll;
    border-radius: 5px;
}
article.latest_info a {
	text-decoration: none;
	color: #666;
}
/* ------------------------------------------------------------------------------------main */
article { width: 1000px; margin: 0 auto;}
article.cntercont p, article.cntercont h3 { text-align: center;}
article.contborder {border: 1px solid #ccc; border-radius: 10px;}

/* ------------------------------------------------------------------------------------footer */
footer {padding-bottom: 15px;}
footer a { color: #666; text-decoration: none;}
footer div#footer {
	color: #fff;
	text-align: center;
	margin: 15px 0;
	padding: 40px 0;
	background: #00a2e5;
}

/* ------------------------------------------------------------------------------------etc */
header h1 span, ul#tft li span, ul#trec li a span { display: none;}

div.cl {clear: both;}
.cntr {text-align: center !important;}
.left {text-align: left !important;}
.rght {text-align: right !important;}
.fl {float: left !important;}
.fr {float: right !important;}
.next-link, .download-link {
	display: block;
	margin-top: 40px;
	border: 1px solid #D491BD;
	padding: 10px;
	text-decoration: none;
	border-left: 4px solid #D491BD;
	background: url(../img/next_link_bg.png) no-repeat bottom right;
}
.btn {
	display: block;
	/* color: #333; */
	color: #fff;
	line-height: 1.0;
	letter-spacing: .8em;
	font-size: 160%;
	margin: 30px 0;
	padding: 25px 0;
	border: 1px solid #cccccc;
	border-radius: 5px;
	text-decoration: none;
	text-align: center;
	background: url(../img/tbg.png) center bottom;
}
.btn:hover {
	background: url(../img/tbg.png) left bottom;
	color: #fff;
}
.sml {font-size: 80%;}
.download-link {
	background: url(../img/download_link_bg.png) no-repeat bottom right;
}
.fontl {font-size:  140%;}
.fonts {font-size: 80%;}
.triangle {
	width: 0;
	height: 0;
	margin: 20px auto;
	border-left: 30px solid transparent;
	border-right: 30px solid transparent;
	border-top: 30px solid #5dc4f3;
}

.mobi { display: none;}
.mobinline { display: none;}
.pc { display: block;}
.w1000 {width: 1000px; margin: 0 auto;}
iframe.map {
	width: 850px;
	height: 400px;
	border: 5px solid #eee;
	margin: 40px 20px 20px;
}

p.noLRMargin {
	margin: 20px 0px;
}


/* ------------------------------------------------------------------------------------job (common) */
section.job div.topics,
section.job_index div.topics {
	width: 80%;
	margin: 50px auto;
}

section.job div.topics p,
section.job_index div.topics p {
	margin-top: 5px;
	margin-bottom: 5px;
}

/* ------------------------------------------------------------------------------------job */
section.job {
	width: 1000px;
	margin: 0 auto;
	text-align: center;
}
section.job a {
	display: inline-block;
    height: 3rem;
    text-decoration: none;
    /* background-color: #3399ff;*/
    color: #fff;
    line-height: 3rem;
    border-radius: 1.5rem;
    padding: 0px 1rem;
    letter-spacing: 0.15rem;
    background: url(../img/tbg.png) center bottom;
}
section.job a:hover {
    background: url(../img/tbg.png) left bottom;
}
section.job div.wrap_location,
section.job div.wrap_work {
	margin: 20px 20px 80px;
}


/* ------------------------------------------------------------------------------------job_index */
section.job_index {
	width: 1000px;
	margin: 0 auto;
	text-align: center;
}

section.job_index table {
	width: 85%;
	margin: 20px auto 50px;
	border-collapse: collapse;
}
section.job_index table tr{
	padding-top: 10px;
}
section.job_index table th,
section.job_index table td {
	padding-top: 10px;
}

section.job_index table th {
    width: 30%;
    letter-spacing: 0.8rem;
    text-align: right;
	vertical-align: top;
}
section.job_index table td {
	width: 70%;
	text-align: left;
	padding-left: 30px;
}
section.job_index table tr:last-child {
	height: 5rem;
}

section.job_index table tr:last-child th {
	opacity:0;
}
section.job_index table td a {
	text-decoration: none;
	display: inline-block;
    height: 3rem;
    /* background-color: #3399ff;*/
    color: #fff;
    line-height: 3rem;
    border-radius: 1.5rem;
    padding: 0px 3rem;
    letter-spacing: 0.15rem;
    background: url(../img/tbg.png) center bottom;
}
section.job_index table td a:hover {
    background: url(../img/tbg.png) left bottom;
}


section.job_index article.full table th,
section.job_index article.full table th strong {
	color:#213E80;
}
section.job_index div.apply,
section.contact div.apply {
	margin-top: 30px;
	margin-bottom: 50px;
}
section.job_index div.apply a ,
section.contact div.apply a {
	text-decoration: none;
	display: inline-block;
    height: 3rem;
    /* background-color: #3399ff;*/
    color: #fff;
    line-height: 3rem;
    border-radius: 1.5rem;
    padding: 0px 3rem;
    letter-spacing: 0.15rem;
    background: url(../img/tbg.png) center bottom;
}
section.job_index div.apply a:hover ,
section.contact div.apply a:hover {
    background: url(../img/tbg.png) left bottom;
}

/* ------------------------------------------------------------------------------------company */
section.company table {
	width: 85%;
	margin: 20px auto 50px;
	border-collapse: collapse;
}
section.company table tr{
	padding-top: 10px;
}
section.company table th,
section.company table td {
	padding-top: 10px;
}

section.company table th {
    width: 30%;
    letter-spacing: 0.8rem;
    text-align: right;
	vertical-align: top;
}
section.company table td {
	width: 70%;
	text-align: left;
	padding-left: 30px;
}
section.company table td ol {
	list-style-position: inside;
}
section.company table td ol li {
    padding-left: 1rem;
    text-indent: -1rem;
}


/* ------------------------------------------------------------------------------------clients */
section.clients article {
	width: 1000px;
	margin:0 auto;
	text-align: center;
}
section.clients article p {
	margin-top: 5px;
	margin-bottom: 5px;	
}
section.clients div.form_btn  {
	margin-top: 30px;
    margin-bottom: 70px;
}
section.clients div.form_btn  a ,
div.form_btn  a {
	text-decoration: none;
	display: inline-block;
    height: 3rem;
    /* background-color: #3399ff;*/
    color: #fff;
    line-height: 3rem;
    border-radius: 1.5rem;
    padding: 0px 3rem;
    letter-spacing: 0.15rem;
    background: url(../img/tbg.png) center bottom;
}
section.clients div.form_btn a:hover ,
div.form_btn a:hover {
    background: url(../img/tbg.png) left bottom;
}



/* ------------------------------------------------------------------------------------contact */
section.contact article {
	width: 1000px;
	margin:0 auto;
	text-align: center;
}
section.contact article p {
	margin-top: 5px;
	margin-bottom: 5px;	
}
section.contact article div.lcont,
section.contact article div.rcont {
	float:left;
	width: 500px;
	margin-bottom: 60px;
	margin-top:30px;
}
section.contact article div.gmap {
	position:relative;
	width:500px;
	height:500px;
}
section.contact article div.gmap iframe {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
	z-index: 0;
}

/* ------------------------------------------------------------------------------------thanks */
section.thanks article {
	width: 1000px;
	margin:0 auto;
	text-align: center;
}
section.thanks article div {
	margin: 50px 0 0;
}
section.thanks article div p {
	margin-top: 5px;
	margin-bottom: 5px;
}

/* ------------------------------------------------------------------------------------contact */
section.contact article {
	width: 1000px;
	margin:0 auto;
	text-align: center;
}
section.contact article div.topics {
	margin: 50px 0 0;
}
section.contact article div.topics p {
	margin-top: 5px;
	margin-bottom: 5px;
}
section.contact article form#mailformpro,
section.contact article form#mailformpro dt,
section.contact article form#mailformpro dd,
section.contact article form#mailformpro select,
section.contact article form#mailformpro select option{
	font-size:0.9rem;
}
section.contact article form#mailformpro dl dt {
	width:20%;
	padding-right: 5%;
}
section.contact article form#mailformpro dl dd {
	padding-left: 25%;
}
section.contact article form#mailformpro input,
section.contact article form#mailformpro select,
section.contact article form#mailformpro option {
	line-height: 1.5rem;
	height: 1.5rem;
}
section.contact article form#mailformpro li {
	line-height: 2rem;
}

/* ------------------------------------------------------------------------------------kiji-list */
article.kiji-list {
	
}

article.kiji-list a {
	text-decoration: none;
}
article.kiji-list p.info {
	text-align: right;
    color: #666;
    font-weight: bold;
}
article.kiji-list div.wrap-content table { width: 90%; margin:0 auto;}
article.kiji-list div.wrap-content table th { width: 40%; }
article.kiji-list div.wrap-content table td { width: 60%; }
article.kiji-list div.wrap-content {
	width: 100%;
	height: 200px;
	overflow-y:hidden;
	position:relative;
}
article.kiji-list div.wrap-content::before {
	content: "";
	width: 100%;
	height: 200px;
	background: linear-gradient(to bottom, transparent, 80%, #FFF);	
	position: absolute;
}
article.kiji-list div.wrap-content table ,
article.kiji-list div.wrap-content table tr,
article.kiji-list div.wrap-content table th,
article.kiji-list div.wrap-content table td {
	border: 1px solid #666;
    border-collapse: collapse;
}
article.kiji-list div.wrap-content table tr,
article.kiji-list div.wrap-content table th,
article.kiji-list div.wrap-content table td {
	padding: 5px;
}

article.kiji-list div.wrap-content table {
	
}



article.kiji-list div.form_btn {
    text-align: center;
    margin-top: 20px;	
	margin-bottom: 130px;
}

/* ------------------------------------------------------------------------------------kiji-content */
article.kiji-content span.kiji-date {
	text-align: right;
    display: inline-block;
    width: 100%;
}
article.kiji-content div.form_btn {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 50px;
}

article.kiji-content table { width: 100%; margin: 20px 0;}
article.kiji-content table th { width: 40%; }
article.kiji-content table td { width: 60%; }
article.kiji-content table,
article.kiji-content table tr,
article.kiji-content table th,
article.kiji-content table td {
	border: 1px solid #666;
    border-collapse: collapse;
    padding: 3px 20px;
}


/* ------------------------------------------------------------------------------------ nav-links */
nav.navigation.pagination div.nav-links {
	text-align: center;
}
.page-numbers {
    width: 2rem;
    height: 2rem;
    border-radius: 1.5rem;
    background: url(../img/tbg.png) center bottom;
    display: inline-block;
    line-height: 2rem;
	color:#FFF;
}
.page-numbers:hover {
	background: url(../img/tbg.png) left bottom;
	color: #fff;
}
.page-numbers.current {
    background: url(../img/tbg.png) left bottom;	
}
a.page-numbers {
	text-decoration: none;
}

/* ------------------------------------------------------------------------------------common */
#ptp {
	position: fixed;
    bottom: 20px;
    right: 20px;
}

div.paging {margin-bottom: 20px;}
div.next {
	float: right;
	padding-top:5px;
	padding-bottom:5px;
}
div.prev {
	float: left;
	padding-top:5px;
	padding-bottom:5px;
}
