@charset "UTF-8";


body, html {
	padding: 0;
	margin: 0;
	min-height: 100%;
	width: 100%;
    position: relative;
    word-break: break-all;
	line-height: 1.8em;
}

body, html, section, *, input, textarea, input[type=text] {
	font-family: 'Noto Sans JP', '游ゴシック', "Yu Gothic", YuGothic, "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
	font-weight: 400;
    font-style: normal;
}

.mincho {
	font-family: 'Noto Serif JP', YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}

section {
	position: relative;
	display: block;
	padding: 100px 0;
}

section .contents_box {
	margin: 0 auto;
	position: relative;
}

a {
	color:#000000;
	outline: none;
	transition: all 0.2s;
	text-decoration: none;
}

a:hover {
	color:#5ca5ff;
	transition: all 0.2s;
}

a.sq_button {
	padding: 10px 20px;
	margin: 20px auto 0 auto;
	display: inline-block;
	border: #000000 solid;
	border-width: 1px;
	background-color: #ffffff;
	line-height: 1em;
}

a.sq_button:hover {
	background-color: #000000;
	color: #ffffff;
}

*:hover {
	outline: none;
}

table {
    border-spacing: 0;
}

#skip_link {
    position: absolute;
    top: -50px;
    left: -2000px;
}

.mo_br {display: none;}

.center_txt {
	text-align: center;
}

.c_position {
	position: absolute;
	display: inline-block;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.right_txt {
	text-align: right;
}

.left_txt {
	text-align: left;
}

.ReadBox {
	margin: 0 auto 1em auto;
}

/* form Design*/

.err_txt {
	color: #000000;
    display: inline-block;
}

/*　Modal用 */
 *:focus {
	 outline: none;
}

* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

img {
	margin: 0;
	padding: 0;
	vertical-align: bottom;
	transition: all 0.2s;
}

.go_top_btn {
	position: fixed;
	right: 20px;
	bottom: 20px;
	z-index: 9980;
}

.clear {
	clear: both;
}

iframe {
    margin: 0 auto;
    vertical-align: bottom;
    display: block;
}

/* スクロールアップ */

.fade_out {
	opacity: 0;
}

.fade_in {
	opacity: 1.0;
	position: relative;
    animation: fade_animation 1s ease-out;
}

@keyframes fade_animation {
    0% {
        top: 80px;
        opacity: 0;
    }
    100% {
        top: 0;
        opacity: 1;
    }
}

/* Google Map */

#google_map {
	width: 100%;
	height: 600px;
}

#map_address {
    padding: 40px 0;
    text-align: center;
	background-color: #fe8402;
    color: #ffffff;
}

#map_address a {
    color: #ffffff;
}

#map_address a:hover {
	text-decoration: underline;
}

#map_address img {
	width: 60px;
    margin: 10px auto;
}

ul.asteriskList {
	padding: 0;
	margin: 0 0 0 1.5em;
	list-style: none;
	position: relative;
	border: 0;
	text-align: left;
}

ul.asteriskList li span {
	position: absolute;
	left: -1.5em;
}

/*プライバシーポリシー*/
#privacy_inline_box {
	height: 300px;
	overflow: auto;
	border: #cccccc solid;
	border-width: 1px;
	padding: 50px 100px;
}

#privacy_inline_box div {
	text-align: left;
	border: 0;
	padding: 0;
}

#privacy_inline_box h1 {
	border: #000000 solid;
	border-width: 0 0 1px 0!important;
	padding: 0 0 10px 0;
}

#privacy_inline_box ol {
	padding: 0 0 0 0;
	list-style: none;
	text-align: left;
}

#privacy_inline_box ol li {
	margin: 0 auto 0 auto;
}

#privacy_inline_box ol li .title {
	font-weight: bold;
	margin: 30px auto 10px auto;
	border: 0;
	padding: 0;
}

#privacy_inline_box ol li ol {
	padding: 10px 0 0 1.5em;
	margin: 0;
	position: relative;
}
#privacy_inline_box ol li ol li {
	margin: 0;
	padding: 0 0 5px 0;
	position: relative;
	list-style: decimal ;
}

#privacy_inline_box ol li ol li span{
	list-style: none;
	position: absolute;
	left: -2.5em;
}

/* 会社概要・リクルート表組 */
#table ul {
	border: #000000 solid;
	border-width: 2px 0;
	list-style: none;
	padding: 0;
	margin: 0;
}

#table ul li {
	border: #cccccc solid;
	border-width: 0 0 1px 0;
	vertical-align: top;
}

#table ul li div {
	padding: 10px 20px;
	vertical-align: top;
	display: inline-block;
}

#table ul li.end {
	border-width: 0;
}

#table ul li .title {
	width:  10em;
	text-align: center;
}

#table ul li .contents {
	border: #cccccc solid;
	border-width: 0 0 0 1px;
	width:  calc(100% - 10em)!important;
}

#table ul li ul {
	border: 0;
	list-style: disc;
	margin: 0 0 10px 0;
}

#table ul li ul li {
	border: 0;
	margin: 0 0 0 1.5em;
}

/* ニュース共通 */
h1.pankuzu {
	margin: 10px auto 0 auto;
	padding: 0 0 0 20px;
	text-align: left;
	font-size: 90%;
	width: 50%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	display: inline-block;
}

.pager a {
	display: inline-block;
	color: #000000;
	padding: 5px 15px;
	border: #cccccc solid;
	border-width: 1px;
	margin: 20px 2px 0 2px;
	background-color: #ffffff;
	border-radius: 30px;
}

.pager a:hover {
	background-color: #000000;
	color: #ffffff;
	text-decoration: none;
}

.sentence_space30 {
	height: 30px;
	display: block;
}

.sentence_space50 {
	height: 50px;
	display: block;
}

.sentence_space100 {
	height: 100px;
	display: block;
}


/* ------------------------------------------------------ */
/* Media Query for Tablets */
@media only screen and (max-width : 1250px) {
/* ------------------------------------------------------ */
.mo_br {display: inline;}
}

/* ------------------------------------------------------ */
/* Media Query for Tablets */
@media only screen and (max-width : 1024px) {
/* ------------------------------------------------------ */

}

/* ------------------------------------------------------ */
/* Media Query for Lenobo to SmartPhone */
@media only screen and (max-width : 768px) {
/* ------------------------------------------------------ */
#privacy_inline_box {
	padding: 50px 50px;
}

}

/* ------------------------------------------------------ */
/* Media Query for Lenobo to SmartPhone */
@media only screen and (max-width : 600px) {
/* ------------------------------------------------------ */
#service_index .parallaxBox_incontentsH section,
#service .parallaxBox_incontentsH section,
section#NewsBox_index,
section#NewsBox_section,
section#company,
	section#NewsList_index {
	padding: 50px 0 100px 0;
}

/* ニュース共通 */
h1.pankuzu {
	width: calc(100% - 20px);
}

}

/* ------------------------------------------------------ */
/* Media Query for Lenobo to SmartPhone */
@media only screen and (max-width : 500px) {
/* ------------------------------------------------------ */
#table ul {
    border: #cccccc solid;
    border-width: 0 0 1px 0;
}

#table ul li {
    border: #cccccc solid;
    border-width: 0;
    vertical-align: top;
}

#table ul li .title {
	width:  100%!important;
	background-color: #efefef;
}

#table ul li .contents {
	width:  100%!important;
    border: #cccccc solid;
    border-width: 0;
}

#privacy_inline_box {
	padding: 30px 30px;
}

}