/*
---------------------------------------------------------
	reset.css ver 1.2 [2008/11/25] 
	*This document validates as CSS level 3
	*GNU General Public License v3
	*http://higash.net/20081125/reset_css3.html

	Modify YUI Reset CSS, YUI Fonts CSS	
	*Copyright (c) 2008, Yahoo! Inc. All rights reserved.
	*http://developer.yahoo.com/yui/license.html
	
	Modify Formy CSS Form Framework 0.8(beta)
	*GNU General Public License v2
	*http://code.google.com/p/formy-css-framework/
---------------------------------------------------------
*/

/* --HTML-- */

html {
	font-size: 62.5%;
}

/* --BODY-- */

body {
	font-family: 'NotoSansCJKjp-R','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ','Meiryo',Osaka,verdana,arial,clean,sans-serif;
	font-size: 1.4rem;
	line-height: 1.8;
	margin: 0;
	padding: 0;
	color: #333;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-feature-settings: 'palt' 1;
}

* {
	box-sizing: border-box;
}

/* --OTHER TAGS-- */

a {
	overflow: hidden;
}

a img,
img {
	vertical-align: bottom;
	border: 0;
}

abbr,
acronym {
	border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
th,
strong,
var,
i {
	font-weight: normal;
	font-style: normal;
}

blockquote,
dd,
div,
dl,
dt,
h1,
h2,
h3,
h4,
h5,
h6,
li,
ol,
p,
pre,
span,
td,
th,
ul,
figure {
	margin: 0;
	padding: 0;
}

caption,
th {
	text-align: left;
}

code,
kbd,
pre,
samp,
tt {
	font-family: monospace;
	line-height: 100%;
}

/* for IE7 */

* + html code,
kbd,
pre,
samp,
tt {
	font-size: 108%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: normal;
}

ol,
ul {
	list-style: none;
}

q:before,
q:after {
	content: '';
}

/* form */

button,
fieldset,
form,
input,
label,
legend,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	font-weight: inherit;
	font-style: inherit;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}

/* tables still need 'cellspacing="0"' */

table {
	border-spacing: 0;
	border-collapse: collapse;
}

section,
article,
aside,
hgroup,
header,
footer,
nav,
figure,
figcaption,
summary {
	display: block;
}

@font-face {
	font-family: 'NotoSansCJKjp-B';
	src: url('fonts/NotoSansCJKjp-Bold.eot?') format('eot'), url('fonts/NotoSansCJKjp-Bold.woff2') format('woff2'), url('fonts/NotoSansCJKjp-Bold.woff') format('woff');
}

@font-face {
	font-family: 'NotoSansCJKjp-R';
	src: url('fonts/NotoSansCJKjp-Regular.eot?') format('eot'), url('fonts/NotoSansCJKjp-Regular.woff2') format('woff2'), url('fonts/NotoSansCJKjp-Regular.woff') format('woff');
}

@font-face {
	font-family: 'NotoSerifCJKjp-R';
	src: url('fonts/NotoSerifCJKjp-Regular.eot?') format('eot'), url('fonts/NotoSerifCJKjp-Regular.woff2') format('woff2'), url('fonts/NotoSerifCJKjp-Regular.woff') format('woff');
}

@font-face {
	font-family: 'NotoSerifCJKjp-B';
	src: url('fonts/NotoSerifCJKjp-Bold.eot?') format('eot'), url('fonts/NotoSerifCJKjp-Bold.woff2') format('woff2'), url('fonts/NotoSerifCJKjp-Bold.woff') format('woff');
}

/* ---------------------------------------------------------
   util.css
--------------------------------------------------------- */

/* layout */

.block {
	display: block !important;
}

.inline {
	display: inline !important;
}

.f_left {
	float: left  !important;
}

.f_right {
	float: right  !important;
}

.left {
	text-align: left !important;
}

.center {
	text-align: center !important;
}

.right {
	text-align: right !important;
}

.z0 {
	position: relative !important;
	z-index: 0 !important;
}

/* Micro clearfix */

.clearfix {
	*zoom: 1;
}

.clearfix:before,
.clearfix:after {
	display: table;
	content: ' ';
}

.clearfix:after {
	clear: both;
}

.clear {
	font-size: 0;
	line-height: 0;
	clear: both;
	overflow: hidden;
	padding: 0;
	border: 0;
}

/* font */

.bold {
	font-weight: bold !important;
}

.no_bold {
	font-weight: normal !important;
}

/* fontsize */

.f10 {
	font-size: 10px !important;
	font-size: 1rem !important;
}

.f11 {
	font-size: 11px !important;
	font-size: 1.1rem !important;
}

.f12 {
	font-size: 12px !important;
	font-size: 1.2rem !important;
}

.f13 {
	font-size: 13px !important;
	font-size: 1.3rem !important;
}

.f14 {
	font-size: 14px !important;
	font-size: 1.4rem !important;
}

.f15 {
	font-size: 15px !important;
	font-size: 1.5rem !important;
}

.f16 {
	font-size: 16px !important;
	font-size: 1.6rem !important;
}

.f17 {
	font-size: 17px !important;
	font-size: 1.7rem !important;
}

.f18 {
	font-size: 18px !important;
	font-size: 1.8rem !important;
}

.f19 {
	font-size: 19px !important;
	font-size: 1.9rem !important;
}

.f20 {
	font-size: 20px !important;
	font-size: 2rem !important;
}

.f21 {
	font-size: 21px !important;
	font-size: 2.1rem !important;
}

.f22 {
	font-size: 22px !important;
	font-size: 2.2rem !important;
}

.f23 {
	font-size: 23px !important;
	font-size: 2.3rem !important;
}

.f24 {
	font-size: 24px !important;
	font-size: 2.4rem !important;
}

.f25 {
	font-size: 25px !important;
	font-size: 2.5rem !important;
}

.f26 {
	font-size: 26px !important;
	font-size: 2.6rem !important;
}

.f27 {
	font-size: 27px !important;
	font-size: 2.7rem !important;
}

.f28 {
	font-size: 28px !important;
	font-size: 2.8rem !important;
}

.f29 {
	font-size: 29px !important;
	font-size: 2.9rem !important;
}

.f30 {
	font-size: 30px !important;
	font-size: 3rem !important;
}

.f31 {
	font-size: 31px !important;
	font-size: 3.1rem !important;
}

.f32 {
	font-size: 32px !important;
	font-size: 3.2rem !important;
}

.f33 {
	font-size: 33px !important;
	font-size: 3.3rem !important;
}

.f34 {
	font-size: 34px !important;
	font-size: 3.4rem !important;
}

.f35 {
	font-size: 35px !important;
	font-size: 3.5rem !important;
}

.f36 {
	font-size: 36px !important;
	font-size: 3.6rem !important;
}

.f37 {
	font-size: 37px !important;
	font-size: 3.7rem !important;
}

.f38 {
	font-size: 38px !important;
	font-size: 3.8rem !important;
}

.f39 {
	font-size: 39px !important;
	font-size: 3.9rem !important;
}

.f40 {
	font-size: 40px !important;
	font-size: 4rem !important;
}

/* line-height */

.lh10 {
	line-height: 10px !important;
}

.lh11 {
	line-height: 11px !important;
}

.lh12 {
	line-height: 12px !important;
}

.lh13 {
	line-height: 13px !important;
}

.lh14 {
	line-height: 14px !important;
}

.lh15 {
	line-height: 15px !important;
}

.lh16 {
	line-height: 16px !important;
}

.lh17 {
	line-height: 17px !important;
}

.lh18 {
	line-height: 18px !important;
}

.lh19 {
	line-height: 19px !important;
}

.lh20 {
	line-height: 20px !important;
}

.lh21 {
	line-height: 21px !important;
}

.lh22 {
	line-height: 22px !important;
}

.lh23 {
	line-height: 23px !important;
}

.lh24 {
	line-height: 24px !important;
}

.lh25 {
	line-height: 25px !important;
}

.lh26 {
	line-height: 26px !important;
}

.lh27 {
	line-height: 27px !important;
}

.lh28 {
	line-height: 28px !important;
}

.lh29 {
	line-height: 29px !important;
}

.lh30 {
	line-height: 30px !important;
}

.lh31 {
	line-height: 31px !important;
}

.lh32 {
	line-height: 32px !important;
}

.lh33 {
	line-height: 33px !important;
}

.lh34 {
	line-height: 34px !important;
}

.lh35 {
	line-height: 35px !important;
}

.lh36 {
	line-height: 36px !important;
}

.lh37 {
	line-height: 37px !important;
}

.lh38 {
	line-height: 38px !important;
}

.lh39 {
	line-height: 39px !important;
}

.lh40 {
	line-height: 40px !important;
}

/* Margin-Top & Padding-Top */

.mt00 {
	margin-top: 0 !important;
}

.pt00 {
	padding-top: 0 !important;
}

.mt05 {
	margin-top: 5px !important;
}

.pt05 {
	padding-top: 5px !important;
}

.mt10 {
	margin-top: 10px !important;
}

.pt10 {
	padding-top: 10px !important;
}

.mt15 {
	margin-top: 15px !important;
}

.pt15 {
	padding-top: 15px !important;
}

.mt20 {
	margin-top: 20px !important;
}

.pt20 {
	padding-top: 20px !important;
}

.mt25 {
	margin-top: 25px !important;
}

.pt25 {
	padding-top: 25px !important;
}

.mt30 {
	margin-top: 30px !important;
}

.pt30 {
	padding-top: 30px !important;
}

.mt35 {
	margin-top: 35px !important;
}

.pt35 {
	padding-top: 35px !important;
}

.mt40 {
	margin-top: 40px !important;
}

.pt40 {
	padding-top: 40px !important;
}

.mt45 {
	margin-top: 45px !important;
}

.pt45 {
	padding-top: 45px !important;
}

.mt50 {
	margin-top: 50px !important;
}

.pt50 {
	padding-top: 50px !important;
}

.mt55 {
	margin-top: 55px !important;
}

.pt55 {
	padding-top: 55px !important;
}

.mt60 {
	margin-top: 60px !important;
}

.pt60 {
	padding-top: 60px !important;
}

.mt65 {
	margin-top: 65px !important;
}

.pt65 {
	padding-top: 65px !important;
}

.mt70 {
	margin-top: 70px !important;
}

.pt70 {
	padding-top: 70px !important;
}

.mt75 {
	margin-top: 75px !important;
}

.pt75 {
	padding-top: 75px !important;
}

.mt80 {
	margin-top: 80px !important;
}

.pt80 {
	padding-top: 80px !important;
}

.mt85 {
	margin-top: 85px !important;
}

.pt85 {
	padding-top: 85px !important;
}

.mt90 {
	margin-top: 90px !important;
}

.pt90 {
	padding-top: 90px !important;
}

.mt95 {
	margin-top: 95px !important;
}

.pt95 {
	padding-top: 95px !important;
}

.mt100 {
	margin-top: 100px !important;
}

.pt100 {
	padding-top: 100px !important;
}

/* Margin-Right & Padding-Right */

.mr00 {
	margin-right: 0 !important;
}

.pr00 {
	padding-right: 0 !important;
}

.mr05 {
	margin-right: 5px !important;
}

.pr05 {
	padding-right: 5px !important;
}

.mr10 {
	margin-right: 10px !important;
}

.pr10 {
	padding-right: 10px !important;
}

.mr15 {
	margin-right: 15px !important;
}

.pr15 {
	padding-right: 15px !important;
}

.mr20 {
	margin-right: 20px !important;
}

.pr20 {
	padding-right: 20px !important;
}

.mr25 {
	margin-right: 25px !important;
}

.pr25 {
	padding-right: 25px !important;
}

.mr30 {
	margin-right: 30px !important;
}

.pr30 {
	padding-right: 30px !important;
}

.mr35 {
	margin-right: 35px !important;
}

.pr35 {
	padding-right: 35px !important;
}

.mr40 {
	margin-right: 40px !important;
}

.pr40 {
	padding-right: 40px !important;
}

.mr45 {
	margin-right: 45px !important;
}

.pr45 {
	padding-right: 45px !important;
}

.mr50 {
	margin-right: 50px !important;
}

.pr50 {
	padding-right: 50px !important;
}

.mr55 {
	margin-right: 55px !important;
}

.pr55 {
	padding-right: 55px !important;
}

.mr60 {
	margin-right: 60px !important;
}

.pr60 {
	padding-right: 60px !important;
}

.mr65 {
	margin-right: 65px !important;
}

.pr65 {
	padding-right: 65px !important;
}

.mr70 {
	margin-right: 70px !important;
}

.pr70 {
	padding-right: 70px !important;
}

.mr75 {
	margin-right: 75px !important;
}

.pr75 {
	padding-right: 75px !important;
}

.mr80 {
	margin-right: 80px !important;
}

.pr80 {
	padding-right: 80px !important;
}

.mr85 {
	margin-right: 85px !important;
}

.pr85 {
	padding-right: 85px !important;
}

.mr90 {
	margin-right: 90px !important;
}

.pr90 {
	padding-right: 90px !important;
}

.mr95 {
	margin-right: 95px !important;
}

.pt95 {
	padding-right: 95px !important;
}

.mr100 {
	margin-right: 100px !important;
}

.pr100 {
	padding-right: 100px !important;
}

/* Margin-Bottom & Padding-Bottom */

.mb00 {
	margin-bottom: 0 !important;
}

.pb00 {
	padding-bottom: 0 !important;
}

.mb05 {
	margin-bottom: 5px !important;
}

.pb05 {
	padding-bottom: 5px !important;
}

.mb10 {
	margin-bottom: 10px !important;
}

.pb10 {
	padding-bottom: 10px !important;
}

.mb15 {
	margin-bottom: 15px !important;
}

.pb15 {
	padding-bottom: 15px !important;
}

.mb20 {
	margin-bottom: 20px !important;
}

.pb20 {
	padding-bottom: 20px !important;
}

.mb25 {
	margin-bottom: 25px !important;
}

.pb25 {
	padding-bottom: 25px !important;
}

.mb30 {
	margin-bottom: 30px !important;
}

.pb30 {
	padding-bottom: 30px !important;
}

.mb35 {
	margin-bottom: 35px !important;
}

.pb35 {
	padding-bottom: 35px !important;
}

.mb40 {
	margin-bottom: 40px !important;
}

.pb40 {
	padding-bottom: 40px !important;
}

.mb45 {
	margin-bottom: 45px !important;
}

.pb45 {
	padding-bottom: 45px !important;
}

.mb50 {
	margin-bottom: 50px !important;
}

.pb50 {
	padding-bottom: 50px !important;
}

.mb55 {
	margin-bottom: 55px !important;
}

.pb55 {
	padding-bottom: 55px !important;
}

.mb60 {
	margin-bottom: 60px !important;
}

.pb60 {
	padding-bottom: 60px !important;
}

.mb65 {
	margin-bottom: 65px !important;
}

.pb65 {
	padding-bottom: 65px !important;
}

.mb70 {
	margin-bottom: 70px !important;
}

.pb70 {
	padding-bottom: 70px !important;
}

.mb75 {
	margin-bottom: 75px !important;
}

.pb75 {
	padding-bottom: 75px !important;
}

.mb80 {
	margin-bottom: 80px !important;
}

.pb80 {
	padding-bottom: 80px !important;
}

.mb85 {
	margin-bottom: 85px !important;
}

.pb85 {
	padding-bottom: 85px !important;
}

.mb90 {
	margin-bottom: 90px !important;
}

.pb90 {
	padding-bottom: 90px !important;
}

.mb95 {
	margin-bottom: 95px !important;
}

.pt95 {
	padding-bottom: 95px !important;
}

.mb100 {
	margin-bottom: 100px !important;
}

.pb100 {
	padding-bottom: 100px !important;
}

/* Margin-Left & Padding-Left */

.ml00 {
	margin-left: 0 !important;
}

.pl00 {
	padding-left: 0 !important;
}

.ml05 {
	margin-left: 5px !important;
}

.pl05 {
	padding-left: 5px !important;
}

.ml10 {
	margin-left: 10px !important;
}

.pl10 {
	padding-left: 10px !important;
}

.ml15 {
	margin-left: 15px !important;
}

.pl15 {
	padding-left: 15px !important;
}

.ml20 {
	margin-left: 20px !important;
}

.pl20 {
	padding-left: 20px !important;
}

.ml25 {
	margin-left: 25px !important;
}

.pl25 {
	padding-left: 25px !important;
}

.ml30 {
	margin-left: 30px !important;
}

.pl30 {
	padding-left: 30px !important;
}

.ml35 {
	margin-left: 35px !important;
}

.pl35 {
	padding-left: 35px !important;
}

.ml40 {
	margin-left: 40px !important;
}

.pl40 {
	padding-left: 40px !important;
}

.ml45 {
	margin-left: 45px !important;
}

.pl45 {
	padding-left: 45px !important;
}

.ml50 {
	margin-left: 50px !important;
}

.pl50 {
	padding-left: 50px !important;
}

.ml55 {
	margin-left: 55px !important;
}

.pl55 {
	padding-left: 55px !important;
}

.ml60 {
	margin-left: 60px !important;
}

.pl60 {
	padding-left: 60px !important;
}

.ml65 {
	margin-left: 65px !important;
}

.pl65 {
	padding-left: 65px !important;
}

.ml70 {
	margin-left: 70px !important;
}

.pl70 {
	padding-left: 70px !important;
}

.ml75 {
	margin-left: 75px !important;
}

.pl75 {
	padding-left: 75px !important;
}

.ml80 {
	margin-left: 80px !important;
}

.pl80 {
	padding-left: 80px !important;
}

.ml85 {
	margin-left: 85px !important;
}

.pb85 {
	padding-left: 85px !important;
}

.ml90 {
	margin-left: 90px !important;
}

.pl90 {
	padding-left: 90px !important;
}

.ml95 {
	margin-left: 95px !important;
}

.pt95 {
	padding-left: 95px !important;
}

.ml100 {
	margin-left: 100px !important;
}

.pl100 {
	padding-left: 100px !important;
}

/* ---------------------------------------------------------
   add
----------------------------------------------------------*/

/* 古いIEへ警告 */

.ie-prompt {
	margin: 0 auto 0;
	padding: 10px;
	text-align: center;
	color: #000;
	background-color: #ccc;
}

.ie-prompt a {
	color: #000;
}

/* 音声ブラウザ用 */

.sr-only {
	position: absolute;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	border: 0;
}

/* プリント表示非表示 */

/* over */

.opacity:hover {
	opacity: .7;
	filter: alpha(opacity=70);
	-moz-opacity: .7;
}

.opacity:hover img {
	opacity: .7;
	filter: alpha(opacity=70);
	-moz-opacity: .7;
}

/* 3.リンク
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ▽ */

a {
	-webkit-transition: all .2s ease-out;
	transition: all .2s ease-out;
}

a:link,
a:visited {
	text-decoration: none;
	color: #333;
}

a:hover {
	text-decoration: none;
	opacity: .7;
	color: #333;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	filter: alpha(opacity=70);
	-khtml-opacity: .7;
	-moz-opacity: .7;
}

a:active {
	text-decoration: none;
	color: #333;
}

a[target='_blank']:after {
	display: inline-block;
	width: 11px;
	height: 9px;
	margin-left: 5px;
	content: '';
	vertical-align: 3px;
	background: url(../img/common/icon_blank.png) 0 0 no-repeat;
	background-size: 100% 100%;
}

.sp {
	display: none;
}

.pc {
	display: block;
}

#spNavBtn {
	display: none;
}

#contents {
	margin: 0 20px 0;
}

/*header*/

.header_inner {
	max-width: 960px;
	margin: 0 auto;
	padding: 15px 0;
}

.header_inner #logo {
	width: 130px;
	margin: 0 auto;
}

.header_inner #logo img {
	width: 100%;
}

#top #gNav li#gn1 a,
#robot #gNav li#gn2 a,
#software #gNav li#gn3 a,
#school #gNav li#gn4 a,
#traspace00 #gNav li#gn5 a,
#company #gNav li#gn6 a,
#recruit #gNav li#gn7 a {
	background-color: #1973b5;
}

#top #gNav li#gn1 a:before,
#robot #gNav li#gn2 a:before,
#software #gNav li#gn3 a:before,
#school #gNav li#gn4 a:before,
#traspace00 #gNav li#gn5 a:before,
#company #gNav li#gn6 a:before,
#recruit #gNav li#gn7 a:before {
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
	-webkit-transform-origin: 50% 100%;
	-ms-transform-origin: 50% 100%;
	transform-origin: 50% 100%;
}

/*footer*/

.footer_Nav {
	padding: 30px 0;
	background: #e8e8e8;
}

.footer_Nav ul {
	text-align: center;
}

.footer_Nav ul li {
	display: inline-block;
	margin: 5px 10px;
}

#sns_area ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	box-lines: multiple;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

#sns_area ul li {
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: bold;
	width: 100%;
	text-align: center;
}

#sns_area ul li a {
	display: block;
	padding: 35px 0;
	color: #fff;
}

#sns_area ul li a:before {
	display: inline-block;
	width: 24px;
	height: 24px;
	margin-right: 5px;
	content: '';
	vertical-align: -2px;
	background: url(../img/common/arr1.png) 0 0 no-repeat;
	background-size: 100% 100%;
}

#sns_area ul li.fb a {
	background: #3a589a;
}

#sns_area ul li.line a {
	background: #00ba00;
}

footer {
	padding-bottom: 20px;
	text-align: center;
	background: #e8e8e8;
}

footer .f_logo {
	font-weight: bold;
}

footer .footer_info {
	margin-bottom: 30px;
}

/*btn*/

.btn {
	text-align: center;
}

.btn a {
	font-size: 16px;
	font-size: 1.6rem;
	display: inline-block;
	padding: 14px 60px;
	-webkit-transition: all .2s ease-out;
	transition: all .2s ease-out;
	color: #fff;
	border-radius: 4px;
	background: #33b7e2;
}

.btn a:before {
	display: inline-block;
	width: 24px;
	height: 24px;
	margin-right: 5px;
	content: '';
	vertical-align: -6px;
	background: url(../img/common/arr1.png) 0 0 no-repeat;
	background-size: 100% 100%;
}

.btn a:hover {
	opacity: 1;
	background: #1973b5;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	filter: alpha(opacity=100);
	-khtml-opacity: 1;
	-moz-opacity: 1;
}

.section_inner {
	max-width: 960px;
	margin: 0 auto;
	padding: 100px 0 0;
}

.list_box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	box-lines: multiple;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.list_box.col2 > div {
	width: 48%;
}

#path {
	background: #e8e8e8;
}

#path ul {
	max-width: 960px;
	margin: 0 auto;
}

#path ul li {
	font-size: 12px;
	font-size: 1.2rem;
	display: inline-block;
	margin-right: 10px;
	padding: 5px 0;
	vertical-align: middle;
}

#path ul li a {
	padding-right: 13px;
	color: #1973b5;
	background: url(../img/common/path_bg.png) right 5px no-repeat;
	background-size: auto 8px;
}

.page_ttl {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	max-width: 1500px;
	margin: 0 auto;
	box-lines: multiple;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.page_ttl i,
.page_ttl .inner {
	display: block;
	width: 50%;
	border-sizing: border-box;
}

.page_ttl i img {
	width: 100%;
	height: auto;
}

.page_ttl .inner {
	padding: 20px;
}

.page_ttl .inner h2 {
	font-size: 36px;
	font-size: 3.6rem;
	line-height: 1.5;
	margin-bottom: 20px;
}

.page_ttl .inner h2 span {
	font-size: 10px;
	font-size: 1rem;
	display: block;
	color: #33b7e2;
}

.page_ttl .inner p {
	font-size: 20px;
	font-size: 2rem;
}

.page_intro {
	position: relative;
	padding: 100px 0;
	background: url(../img/common/bg1.jpg);
	background-size: 10px 10px;
}

.page_intro .inner {
	position: relative;
	z-index: 5;
}

.page_intro h3 {
	font-size: 36px;
	font-size: 3.6rem;
	margin-bottom: 30px;
	text-align: center;
}

.page_intro h3 span {
	font-size: 24px;
	font-size: 2.4rem;
}

.page_intro p {
	font-size: 16px;
	font-size: 1.6rem;
	max-width: 510px;
	margin: 0 auto;
}

.page_intro:after {
	z-index: 0;
}

.ttl {
	font-size: 26px;
	font-size: 2.6rem;
	margin-bottom: 50px;
	text-align: center;
	color: #1973b5;
}

.ttl span {
	font-size: 18px;
	font-size: 1.8rem;
	display: block;
}

.ttl:after {
	display: block;
	width: 84px;
	height: 3px;
	margin: 0 auto;
	content: '';
	background: #33b7e2;
}

.cap {
	font-size: 12px;
	font-size: 1.2rem;
}

.box1 {
	padding: 40px;
	border-radius: 5px;
	background: #f0f0f0;
}

.box2 {
	padding: 20px;
	border-radius: 5px;
	background: #fff;
}

.box3 {
	padding: 10px 20px;
	text-align: center;
	color: #33b7e2;
	border: solid 2px #33b7e2;
	border-radius: 40px;
}

.table_1 {
	width: 100%;
}

.table_1 th {
	font-size: 16px;
	font-size: 1.6rem;
	padding: 10px;
	text-align: center;
	color: #1973b5;
	border-bottom: solid 2px #33b7e2;
}

.table_1 td {
	padding: 10px;
	border-bottom: solid 1px #ccc;
}

.table_1 td.tit {
	font-size: 16px;
	font-size: 1.6rem;
	color: #1973b5;
}

.table_2 {
	width: 100%;
}

.table_2 th,
.table_2 td {
	padding: 10px;
	border-bottom: solid 2px #fff;
	background: #e8e8e8;
}

.table_2 td {
	text-align: right;
}

#pageTop {
	position: fixed;
	right: 20px;
	bottom: 20px;
	display: none;
}

#pageTop a {
	display: block;
	width: 40px;
	height: 40px;
	text-indent: -9999px;
	border-radius: 50%;
	background: #33b7e2 url(../img/common/page_top.png) center center no-repeat;
	background-size: 20px auto;
}


@media screen and (min-width: 960px) {

#gNav {
	background: #33b7e2;
}

#gNav .gNav_inner {
	max-width: 960px;
	margin: 0 auto;
}

#gNav .gNav_inner ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	box-lines: multiple;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

#gNav .gNav_inner li {
	width: 11%;
	vertical-align: top;
}

#gNav .gNav_inner li a {
	font-weight: bold;
	line-height: 1.5;
	display: block;
	padding: 12px 0;
	text-align: center;
	color: #fff;
}

#gNav .gNav_inner li a:after {
	font-size: 10px;
	font-size: 1rem;
	font-weight: normal;
	line-height: 1;
	display: block;
	width: 100%;
	content: '';
}

#gNav .gNav_inner li a:hover {
	opacity: 1;
	background: #1973b5;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	filter: alpha(opacity=100);
	-khtml-opacity: 1;
	-moz-opacity: 1;
}

#gNav .gNav_inner li#gn1 {
	width: 7%;
}

#gNav .gNav_inner li#gn1 a {
	height: 100%;
	text-align: left;
	text-indent: -9999px;
	background: url(../img/common/icon_home.png) center center no-repeat;
	background-size: 26px 22px;
}

#gNav .gNav_inner li#gn1 a:hover {
	background: #1973b5 url(../img/common/icon_home.png) center center no-repeat;
	background-size: 26px 22px;
}

#gNav .gNav_inner li#gn2 a:after {
	content: '- ROBOT SERVICE -';
}

#gNav .gNav_inner li#gn3 a:after {
	content: '- SOFTWARE -';
}

#gNav .gNav_inner li#gn4 a:after {
	content: '- SCHOOL -';
}

#gNav .gNav_inner li#gn5 a:after {
	content: '- TRA SPACE00 -';
}

#gNav .gNav_inner li#gn6 a:after {
	content: '- COMPANY -';
}

#gNav .gNav_inner li#gn7 a:after {
	content: '- RECRUIT -';
}

#gNav .gNav_inner li#gn8 {
	width: 27%;
	background: #fff;
}

#gNav .gNav_inner li#gn8 a {
	font-size: 16px;
	font-size: 1.6rem;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
	padding: 10px;
	background: #f78b00;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

#gNav .gNav_inner li#gn8 a:after {
	content: none;
}

#gNav .gNav_inner li#gn8 a:before {
	display: inline-block;
	width: 34px;
	height: 34px;
	margin-right: 5px;
	content: '';
	vertical-align: top;
	background: url(../img/common/icon_reserve.png) 0 0 no-repeat;
	background-size: 100% 100%;
}
a.bunner_unibo[target='_blank']:after{
 	display: none;
}

}

@media screen and (max-width: 960px) {

#spNavBtn {
	display: block;
}

.drawer-hamburger {
	width: 3rem;
	padding-top: 30px;
	padding-right: 20px;
}

.drawer-hamburger-icon,
.drawer-hamburger-icon:before,
.drawer-hamburger-icon:after {
	height: 3px;
}

#sub_nav {
	display: none;
}

#gNav_list li {
	font-size: 16px;
	font-size: 1.6rem;
	border-bottom: solid 1px #ccc;
}

#gNav_list li a {
	display: block;
	padding: 20px;
}

#gNav_list li a:before {
	display: inline-block;
	width: 24px;
	height: 24px;
	margin-right: 5px;
	content: '';
	vertical-align: -6px;
	background: url(../img/common/arr1.png) 0 0 no-repeat;
	background-size: 100% 100%;
}

#top #gNav li#gn1 a,
#robot #gNav li#gn2 a,
#software #gNav li#gn3 a,
#school #gNav li#gn4 a,
#traspace00 #gNav li#gn5 a,
#company #gNav li#gn6 a,
#recruit #gNav li#gn7 a {
	color: #fff;
}

.section_inner {
	padding-right: 15px;
	padding-left: 15px;
}

}

@media screen and (max-width: 767px) {

#contents {
	margin: 0;
}

#path {
	padding-right: 15px;
	padding-left: 15px;
}

#sns_area ul li {
	font-size: 20px;
	font-size: 2rem;
}

#sns_area ul li a:before {
	vertical-align: -4px;
}

.page_ttl {
	display: block;
}

.page_ttl i,
.page_ttl .inner {
	width: auto;
}

.page_ttl .inner {
	padding-top: 50px;
	padding-bottom: 50px;
	text-align: center;
}

.page_ttl .inner h2 {
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: bold;
}

.page_ttl .inner p {
	font-size: 18px;
	font-size: 1.8rem;
}

.page_intro {
	overflow: hidden;
	padding-bottom: 170px;
}

.page_intro .inner {
	padding-right: 15px;
	padding-left: 15px;
}

.page_intro h3 {
	font-size: 24px;
	font-size: 2.4rem;
	line-height: 1.4;
}

.box1 {
	padding: 10px;
}

.scroll {
	overflow: auto;
	white-space: nowrap;
	overflow-scrolling: touch;
}

.scroll::-webkit-scrollbar {
	height: 5px;
}

.scroll::-webkit-scrollbar-track {
	background: #f1f1f1;
}

.scroll::-webkit-scrollbar-thumb {
	background: #bcbcbc;
}

}

@media print {

.is-hidden_print {
	display: none;
}

.is-visible_print {
	display: block;
}

}

/* --- policy ------------------------------------------------------------- */
.policy p {
	margin-bottom: 30px;
}
.policy h3 {
	font-size: 17px;
	font-weight: bold;
}
.policy h4 {
	font-weight: bold;
}
.policy .list_style {
	list-style-type: disc;
	margin-left: 20px;
}
.policy .inner.policy_title {
	width: auto;
	margin: 20px auto 0;
}
.policy .policy_text {
	padding-top: 20px;
}
.policy dl.policy_list {
	margin-bottom: 40px;
}
.policy dl.policy_list dt {
	font-weight: bold;
}
.policy dl.policy_list dd {
	margin-bottom: 20px;
	text-indent: 1em;
}
/* 制定日・会社情報 */
.policy .company_info {
	margin-bottom: 50px;
}
.policy .company_info .enactment {
	margin-bottom: 0;
}
.policy .company_info ul li dl {
	display: flex;
}
.policy .company_info ul li dl dt {
	width: 150px;
}
.policy .company_info_address span {
	margin-right: 20px;
}
.policy .company_name {
	margin: 50px 0;
}

.policy .company_ceo{
	margin-bottom: 50px;
}

/* ソーシャルメディア利用規約 */
.policy .terms_list li:nth-child(n+2):nth-child(-n+4) p {
	margin-bottom: 15px;
}
.policy .terms_list li:last-child {
	margin-bottom: 30px;
}

@media (max-width: 767px) {
	.policy .page_ttl .inner {
		padding-bottom: 0;
	}
}
@media (max-width: 630px) {
.policy .company_info_address span {
		display: block;
		margin-right: 0;
	}
}
@media (max-width: 410px) {
.policy .company_info ul li dl {
		display: block;
	}
	.policy .company_info ul li dl dt {
		margin-top: 15px;
	}
}

/* ------------------------------------------------------------------------- */



