@charset "utf-8";
/* common
-------------------- */
#Wrapper {
	background-color: #F4F4F4;/* 2017.10.19 背景追加 yfujii@ailes*/
}
.head-wrap {
	width: 100%;
	position: relative;
}
.body-wrap {
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
}
.contents > div.body-wrap {/* 2017.10.19 背景・枠追加 yfujii@ailes*/
	box-shadow: 0 0 0 98px #fff, 0 0.5px 0 100px #E5E5E5;
	background-color: #fff;	
}
.wide-wrap {
	background-color: #E7E7E7;/* 2017.10.19 背景・枠追加 yfujii@ailes*/
}
/* Header
-------------------- */
#Header {
	position: fixed;
	top: 0;
	left: 0;
	background: #fff;
	width: 100%;
	padding: 0;
	box-shadow: 0 1px 4px 2px rgba(0,0,0,0.1);
	z-index: 100;
}

/* transition */
#Header,
#Logo img,
#ExtraNavi,
#GrobalNavi ul li,
#GrobalNavi ul li a,
.eye-catch {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
/* Fixed */
#Header.fixed {
    background: rgba(255,255,255,.7);
}

.fixed #Logo {
    margin: 5px auto 0;
}
.fixed #Logo img {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
}
.fixed #GrobalNavi {
    margin: 0;
    padding: 0;
}
.fixed #GrobalNavi > ul > li {
    height: 45px;
}
.fixed #GrobalNavi > ul > li a {
    padding: 10px 23px 7px 43px;
    color: #fff;
}
.fixed #GrobalNavi > ul > li a:before {
    top: 10px;
}
.fixed #SubNavi ul li a {
    padding: 0 20px;
    display: block;
    background-color: rgba(255,249,121,0.40);
}
.fixed #SubNavi ul .access a, .fixed #SubNavi ul .recruit a {
    padding: 4px 20px;
}
.fixed #ExtraNavi {
    top: -10px;
}
.fixed #ExtraNavi dt, .fixed #ExtraNavi ul li a {
    padding: 2px 10px;
}
.fixed .time-in {
    display: none;
}
#PageTitle.fixed {
    margin-top: 225px;
}
.fixed .eye-catch {
    background-position: 50% 95px;
}

#Head-Border {
	height: 5px;
	margin: 0 0 15px 0;
	background: #666;
}
#Header h1, #Logo {
	/*display: inline-block;*/
}
#Header h1 img {
	vertical-align: top;
}
#Logo {/* 2017.10.13 ロゴ中央寄せ 上段余白追加 yfujii@ailes */
	width: 1200px;
	margin: 40px auto;
}
#GrobalNavi {/* 2017.10.13 メニュー：ロゴ下段中央寄せ yfujii@ailes */
	/*float: right;*/
	margin: 0;/* 2017.10.13追加 yfujii@ailes */
	/*padding: 15px 0;*/
	background-image: -webkit-linear-gradient(270deg,#66d39c 75%,#58c898 100%);
	background-image: -moz-linear-gradient(270deg,#66d39c 75%,#58c898 100%);
	background-image: -o-linear-gradient(270deg,#66d39c 75%,#58c898 100%);
	background-image: linear-gradient(180deg,#66d39c 75%,#58c898 100%);
	box-shadow: inset 0 0px 0 1px #66d39c, inset 0 0.5px 0 2px #b5f4d2;
}
#GrobalNavi > ul {/* 2017.10.13 Flex追加 yfujii@ailes */
	display: flex;
	justify-content: center;
	flex-wrap:wrap;
}
@media screen and (max-width: 1050px) {
	#GrobalNavi > ul {/* 2017.10.13 Flex追加 yfujii@ailes */
/*		justify-content: flex-start;*/
	}
}
#GrobalNavi > ul > li {/* 2017.08.04追加 yfujii@ailes */
	height: 70px;
	border-right: rgba(255,255,255,0.6) solid 1px;
	font-size: 18px;
	font-size: 1.8rem;
	position: relative;
}

#GrobalNavi > ul > li:last-child {/* 2017.10.16追加 yfujii@ailes */
	border-right: none;
}
#GrobalNavi > ul > li a {
	display: block;
	margin: 0;
	padding: 25px 23px 17px 43px;
	color: #fff;
	text-decoration: none;
	position: relative;
	background-color: rgba(255,255,255,0);/* 2017.10.20 透明レイヤー追加 yfujii@ailes*/
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
#GrobalNavi > ul > li a:before {
	content: "\f138";
	color: #fff;
	font-family: FontAwesome;
	font-weight: normal;
	font-style: normal;
	font-size: 16px;
	font-size: 1.6rem;
	top: 25px;
	left: 20px;
	position: absolute;
}
#GrobalNavi li:last-child a {
	margin-right: 0;
}
#GrobalNavi li a:hover {
	background-color: rgba(50,50,50,0.2);
}
/*カテゴリ別 2017.10.25追加 yfujii@ailes
-------------------- */
/* グループのご紹介 */
[id^="Group"] #GrobalNavi > ul > li:nth-child(2) > a {
	background-color: rgba(50,50,50,0.2);
}
/* 目的に合った */
[id^="Service"] #GrobalNavi > ul > li:nth-child(3) > a {
	background-color: rgba(50,50,50,0.2);
}
/* 研修案内 */
[id^="Training"] #GrobalNavi > ul > li:nth-child(4) > a {
	background-color: rgba(50,50,50,0.2);
}
/* 情報公開 */
[id^="Disclosure"] #GrobalNavi > ul > li:nth-child(5) > a {
	background-color: rgba(50,50,50,0.2);
}
/* ドロップダウンリスト */
#GrobalNavi li.dropdown-item a:hover {
	border-bottom: 0;
}
#GrobalNavi ul.dropdown-list {
	/*position: relative; 2017.08.04追加 yfujii@ailes */ 
	position: absolute;
	top: 60px;/* 2017.10.16変更 130px⇒170px yfujii@ailes */
	display: none;
	padding: 5px 0;
	z-index: 10;
}
#GrobalNavi ul.dropdown-list li {
	float: none;
	background: rgba(0,0,0,0.7);
	margin-bottom: 1px;
}
#GrobalNavi ul.dropdown-list a {
	display: block;
	padding: 10px !important;
	color: #fff;
	font-size: 14px;
	font-size: 1.4rem;
}
#GrobalNavi ul.dropdown-list a:before {
		content: none;
}
#GrobalNavi ul.dropdown-list a:hover {
	color: #ccc;
}
/* SP */
#Buttons {
	display: none;
}
/* GrobalNavi
-------------------- */
#GrobalNavi {
	width: 100%;
}
/* SP */
#GrobalNavi #SPNavi {
	display: none;
}
/* SubNavi ExtraNavi 2017.10.17追加 yfujii@ailes
-------------------- */
/* 共通 */
.Navi-layout { /* Navi用flaxbox設定 2017.10.17 */
	display: flex;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: flex-end; /* Safari */
	justify-content: flex-end; /* 右寄せ */
	flex-basis: auto;
}
#SubNavi,#ExtraNavi {
	width: 100%;
	position: absolute;
	pointer-events: none; /* 背面ロゴのリンクを有効化 */

}
#SubNavi a, #ExtraNavi a {
	text-decoration: none;	
	pointer-events: auto; /* SubNaviのリンクを有効化 */
}
#SubNavi a, #ExtraNavi .fontM a, #ExtraNavi .fontL a {
	color: #fff;
}
#SubNavi ul li, #ExtraNavi ul li {
	position: relative;
}
#SubNavi ul li a, #ExtraNavi ul li a {
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;	
}
/* SubNavi */
#SubNavi {
	top: 30px;
	right: 0px;
}
#SubNavi ul {
	width: 1200px;
	margin: 0 auto;
}
#SubNavi ul li {
	list-style-type: none;
	margin: 0;
	color: #333;
	font-size: 18px;
	font-size: 1.8rem;
	display: flex;
	align-items: center; /* テキスト中央揃え*/
	pointer-events: auto; /* SubNaviのリンクを有効化 */
}
#SubNavi ul li a {/* 2017.10.20 透明レイヤー,transition追加 yfujii@ailes*/
   padding: 10px 20px;
   display: block;
   background-color: rgba(255,249,121,0.40);
}
#SubNavi ul .access a, #SubNavi ul .recruit a {
	padding: 16px 20px;
}
#SubNavi ul li a:hover {
    background-color: rgba(255,255,255,0);
}
/*カテゴリ別
------------------------------------*/
/* お問い合わせ */
[id^="Contactus"] #SubNavi ul li:nth-child(1) a {
    background-color: rgba(255,255,255,0);
}
/* 交通案内 */
[id^="Access"] #SubNavi ul li:nth-child(2) a {
    background-color: rgba(255,255,255,0);
}
/* 採用情報 */
[id^="Recruit"] #SubNavi ul li:nth-child(3) a {
    background-color: rgba(255,255,255,0);
}
/* boxカラー各色 */
.contact {
    background: #ffc55f;
}
.access {
	background: #f78d6d;
}
.recruit {
	background: #24c3dd;	
}
/* お問い合わせlayout */
.SubNavi-boxL {
	float: left;
	margin: 0 10px 0 0;
}
.SubNavi-boxR {
	float: right;
}

.head-tel {
	font-size: 30px;
	font-size: 3rem;
	display: block;
	clear: both;
	line-height: 0rem;
	margin: 0 0 5px 0;
}
.time-in {
	font-size: 12px;
	font-size: 1.2rem;
	display: block;
	clear: both;
	text-align: right;
	line-height: 0rem;
	margin: 0 0 5px 0;
}

/* ExtraNavi */
#ExtraNavi {
	top: -30px;
	right: 0px;
}
#ExtraNavi dl {
	width: 1200px;
	margin: 0 auto;
	font-size: 16px;
	font-size: 1.6rem;
}
#ExtraNavi dt, #ExtraNavi dd {
	margin: 5px 10px;
}
#ExtraNavi dt {
	padding: 5px 10px;
}
#ExtraNavi dl ul {
    display: flex;
}
#ExtraNavi dd li {
	list-style-type: none;
}
#ExtraNavi ul li a{
	padding: 5px 10px;
	display: block;
	background-color: rgba(255,255,255,0);
}
#ExtraNavi ul li a:hover {
    background-color: rgba(0,0,0,0.2);
}
.fontM {
	background-color: #24c3dd;
}
.fontL {
	background-color: #999;
}
.link-outline{
	padding: 5px 10px;
}

/* Breadcrumbs
-------------------- */
#Breadcrumbs {
	width: 1200px;
	margin: 20px auto 10px;
	color: #333;
}
@media screen and (max-width: 1119px) {
	#Breadcrumbs {
		width: 100%;
	}
}
#Breadcrumbs a {
    text-decoration: none;
}
/* changeStyle
-------------------- */
.changeStyle {
	width: 100%;
	display: block;
	float: left;
	clear: both;
	margin: 10px 0;
	font-size: 14px;
	font-size: 1.4rem;
	letter-spacing: 2px;
}
.changeStyle dl {
	min-width: 220px;
	float: right;
}
.changeStyle dt, .changeStyle dd {
	display: block;
	float: left;
}
.changeStyle dt {
	width: auto;
	padding: 11px 10px;
}
.changeStyle dd {
	width: auto;
	list-style: none;
}
.changeStyle ul {
	width: 100%;
}
.changeStyle ul li {
	text-align: center;
	float: left;
	display: inline-block;
	width: auto;
	padding: 10px;
	margin: 0 0 0 10px;
	color: #fff !important;
	border-radius: 6px;
	background-image: -webkit-linear-gradient(top, #fff 0%, #e0e0e0 100%);
	background-image: -o-linear-gradient(top, #fff 0%, #e0e0e0 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e0e0e0));
	background-image: linear-gradient(to bottom, #fff 0%, #e0e0e0 100%);
	background-repeat: repeat-x;
	border: 1px solid #D0D0D0;
}
.changeStyle ul li a {/* btn a追加 2017.08.04追加 yfujii@ailes */
	text-decoration: none;
}
.changeStyle ul li a:hover {
	color: #fff;
	opacity: 0.7;
	text-decoration: none;
	-webkit-transition: 0.2s;/* transition追加 2017.08.04追加 yfujii@ailes */
	-moz-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}
/* ボタンデザイン
-------------------- */
.btn {
	display: inline-block;
	margin: 10px 0;
	color: #fff !important;
	text-align: center;
	text-decoration: none;
	border-radius: 6px;
}
.btn:hover {
	color: #fff;
	opacity: 0.7;
	text-decoration: none;
}
.btn-small {
	width: 140px;
	padding: 10px 10px 10px 20px;
	background-color: #666;
	font-size: 14px;
	font-size: 1.4rem;
	letter-spacing: 2px;
}
.btn-midium {
	width: 230px;
	padding: 20px 10px 20px 20px;
	background: #666;
	font-size: 20px;
	font-size: 2.0rem;
	letter-spacing: 2px;
}
.btn-big {
	display: inline-block;
	width: 380px;
	padding: 30px 10px 30px 20px;
	background: #666;
	font-size: 24px;
	font-size: 2.4rem;
	letter-spacing: 2px;
}

.btn:before {
	content: "\f054";
	font-family: FontAwesome;
	font-weight: normal;
	font-style: normal;
	color: #fff;
	display: block;
	position: absolute;
	font-size: 10px;
	font-size: 1.0rem;
	top: 12px;
	left: 25px;
}
/* リストデザイン
-------------------- */
.list-square li {
	margin-bottom: 15px;
	padding-left: 20px;
	background: url(../img/common/icn_square.png) 2px 5px no-repeat;
}
.list-circle li {
	margin-bottom: 15px;
	padding-left: 20px;
	background: url(../img/common/icn_circle.png) 2px 5px no-repeat;
}
/* テーブルデザイン
-------------------- */
.main table {
	margin-bottom: 30px;
}
.main tr {
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}
.main th {
	padding: 20px;
	border: 0;
	background: url(../img/common/bg_table_th.png) right center no-repeat;
	vertical-align: middle;
}
.main td {
	padding: 20px;
	border: 0;
}
.table-style th, .table-style td {
	padding: 15px;
}
.horizon th, .horizon td {
	padding: 20px;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
}
.table-style th, .horizon th {
	background: #f6f6f6;
}
.horizon {
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}
.horizon tr {
	border: none;
}
.horizon th:first-child, .horizon td:first-child {
	border-left: 0;
}
.horizon th:last-child, .horizon td:last-child {
	border-right: 0;
}
/* TopLink
-------------------- */
#TopLink {
	position: fixed;
	bottom: 50px;
	left: 50%;
	z-index: 10000;
	margin-left: 540px;
	text-align: right;
	text-decoration: none;
	font-family: 'Oswald', sans-serif;
	cursor: pointer;
	opacity: 0.7
}
#TopLink img:hover {
	opacity: 0.5;
}
/* Footer
-------------------- */
#Footer {
	background-image: url(../img/common/footer.png);
	background-position: center bottom;
	background-repeat: repeat-x;
	background-color: #333;
	border-top: 1px solid #FFFFFF;
}
#Footer > .body-wrap {
	padding: 20px 0;
}
#Footer #Contact {/* 2017.09.28変更 linear-gradient 背景画像非表示　yfujii@ailes */
	/* margin-bottom: 30px;*/
	background-color: #000;
	background-image: -webkit-linear-gradient(270deg, rgba(255,255,255,0.1) 56.48%, rgba(255,255,255,1) 100%)/*, url(../img/common/footer-contact.png)*/;
	background-image: -moz-linear-gradient(270deg, rgba(255,255,255,0.1) 56.48%, rgba(255,255,255,1) 100%)/*, url(../img/common/footer-contact.png)*/;
	background-image: -o-linear-gradient(270deg, rgba(255,255,255,0.1) 56.48%, rgba(255,255,255,1) 100%)/*, url(../img/common/footer-contact.png)*/;
	background-image: linear-gradient(180deg, rgba(255,255,255,0.1) 56.48%, rgba(255,255,255,1) 100%)/*, url(../img/common/footer-contact.png)*/;
	background-position: center top;
}
#Footer #Contact .body-wrap {
	padding: 20px 0 20px 0;/* 2017.08.23 padding調整 yfujii@ailes */
	text-align: center;
	font-size: 24px;
	font-size: 2.4rem;
	letter-spacing: 3px;
}
#Footer #Contact .title {
	margin-right: 20px;
	color: #fff;
}
#Footer #Contact .tel {
	margin-left: 15px;
	color: #fff;
}
/* #Footer #Contact .icon-phone { 
	position: relative;
	color: #fff;
}
#Footer #Contact .icon-phone:after {
	content: '';
	position: absolute;
	width: 50px;
	height: 50px;
	left: -10px;
	background-color: #FFFFFF;
	border-radius: 50%;
	z-index: -1;
}*/
#FooterLogo {
	display: inline-block;
}
#FooterLink {
	float: right;
}
#FooterLink li {
	float: left;
	padding: 0;/* 2017.08.04変更 padding: 15px 20px; yfujii@ailes */
	margin: 0 0 15px;
	white-space: nowrap;
}
.widget {
	margin-bottom: 30px;
}
#FooterLink .widget {
	margin-bottom: 0;
}
#FooterLink .global-menu li a/* 20170804 yfujii@ailes */ {
	/*display: block;*/
	/*padding: 13px 10px 12px 20px;*/
	padding: 3px 15px 1px;/* 20170804 yfujii@ailes */
	border-right: rgba(255,255,255,0.3) solid 1px;
    /*background: url(../img/common/icn_arrow02.png) 10px 18px no-repeat;*/
	text-decoration: none;
	color: #fff;
}
.widget li a:hover,
#FooterLink a:hover,
#Copyright a:hover {
    background-color: #747474;
}
.widget table tr:first-child {
	background: #666666;
	color: #fff;
}
.widget table tr:first-child a {
	color: #fff;
}
.widget table th, .widget table td {
	padding: 3px;
	border: 1px solid #ddd;
	text-align: center;
}
.widget table th {
	background: #e8e8e8;
}
.widget table td {
}
#FooterLink li a, .widget #FooterLink li a {
	/*border-bottom: none;
	background: none;*/
	/*padding: 0 10px 8px;*/
	color: #333;
	font-size: 13px;
	text-decoration: none;
}
#FooterLink li a:hover {

}
#Copyright {
	clear: both;
	padding: 60px 0 0 0;
	color: #fff;
	font-size: 12px;
	font-size: 1.2rem;
	text-align: center;
}
#Copyright a {
	color: #fff;
	text-decoration: none;
}
