@charset "utf-8";

/* ========================================================
	index.css => インデックスページ用CSS
======================================================== */


/* mainArea
============================================================================================================ */
#mainArea {
	padding: 20px;
	background-color: #f5f5f5;
}
#mainArea > div {
	position: relative;
	max-width: 1200px;
	margin: auto;
	border: 20px solid #e5e5e5;
}
#mainArea img {
	max-width: 100%;
	height: auto;
}
@media screen and (max-width: 680px) {
	#mainArea {
		padding: 0;
		overflow: hidden;
	}
	#mainArea > div {
		border-width: 3px;
	}
}

#mainArea .arrow {
	position: absolute;
	top: 50%;
	width: 58px;
	height: 58px;
	background-color: #fff;
	z-index: 10;
	margin-top: -29px;
	cursor: pointer;
}
#mainArea .arrow:after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 9px;
	height: 9px;
	margin-top: -6px;
	border-top: 3px solid #005da3;
	border-left: 3px solid #005da3;
}
#mainArea .arrow.l {
	left: -40px;
}
#mainArea .arrow.r {
	right: -40px;
}
#mainArea .arrow.l:after {
	margin-left: -4px;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
#mainArea .arrow.r:after {
	margin-left: -9px;
	-webkit-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	transform: rotate(135deg);
}
@media screen and (max-width: 680px) {
	#mainArea .arrow {
		display: none !important;
	}
	#mainArea .arrow {
	position: absolute;
	top: 50%;
	width: 20px;
	height: 58px;
	background-color: #fff;
	z-index: 10;
	margin-top: -29px;
	cursor: pointer;
}
	#mainArea .arrow:after {
		content: "";
		position: absolute;
		top: 50%;
		left: 50%;
		width: 9px;
		height: 9px;
		margin-top: -6px;
		border-top: 3px solid #005da3;
		border-left: 3px solid #005da3;
	}
	#mainArea .arrow.l {
		left: -5px;
	}
	#mainArea .arrow.r {
		right: -5px;
	}
	#mainArea .arrow.l:after {
		margin-left: -4px;
		-webkit-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		-o-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
	#mainArea .arrow.r:after {
		margin-left: -9px;
		-webkit-transform: rotate(135deg);
		-ms-transform: rotate(135deg);
		-o-transform: rotate(135deg);
		transform: rotate(135deg);
	}
}



#mainArea .slick-dots {
	padding: 10px;
	text-align: center;
}
#mainArea .slick-dots {
	background-color: #021e4c;
}
#mainArea .slick-dots li {
	display: inline-block;
	vertical-align: middle;
	font-size: 0;
}
#mainArea .slick-dots li button {
	position: relative;
	display: inline-block;
	overflow: hidden;
	width: 20px;
	height: 0;
	padding: 20px 0 0;
	border: none;
	background: none;
	line-height: 1;
	vertical-align: middle;
}
#mainArea .slick-dots li button:after {
	content: "";
	position: absolute;
	top: 4px;
	right: 4px;
	bottom: 4px;
	left: 4px;
	border-radius: 100%;
	background-color: rgba(255,255,255,0.5);
	-webkit-transition: background 0.15s;
	-o-transition: background 0.15s;
	transition: background 0.15s;
}
#mainArea .slick-dots li.slick-active button:after,
#mainArea .slick-dots li button:hover:after {
	background-color: rgba(255,255,255,1);
}
@media screen and (max-width: 680px) {
	#mainArea .slick-dots {
		padding: 0px;
	}
	#mainArea .slick-dots li button {
		width: 10px;
		padding: 10px 0 0;
	}
	#mainArea .slick-dots li button:after {
		top: 2px;
		right: 2px;
		bottom: 2px;
		left: 2px;
	}
}


.jiritsu #mainArea .arrow:after {
	border-color: #0c7137;
}
.jiritsu #mainArea .slick-dots {
	background-color: #0c7137;
}

.shudan #mainArea .arrow:after {
	border-color: #901613;
}
.shudan #mainArea .slick-dots {
	background-color: #901613;
}

.kobetsu #mainArea .arrow:after {
	border-color: #c49801;
}
.kobetsu #mainArea .slick-dots {
	background-color: #c49801;
}

.kobetsu #mainArea .slick-dots {
	background-color: #c49801;
}

.recruit #mainArea .arrow:after {
	border-color: #0079d2;
}
.recruit #mainArea .slick-dots {
	background-color: #0079d2;
}


#indexNav {
	margin-bottom: 20px;
	background-color: #0f7ec5;
	border-bottom: 5px solid #005da3;
}
#indexNav .w:after {
	content: none;
}
#indexNav ul {
	display: table;
}
#indexNav ul li {
	display: table-cell;
	vertical-align: middle;
}
#indexNav ul li a {
	position: relative;
	display: table;
	width: 100%;
	color: #fff;
	text-decoration: none;
	height: 80px;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.4;
	text-align: center;
}
#indexNav ul li + li a:before {
	content: "";
	position: absolute;
	left: 0;
	top: 14px;
	bottom: 14px;
	border-left: 1px solid #308fcb;
}
#indexNav ul li a > span {
	display: table-cell;
	vertical-align: middle;
	padding: 0 18px;
	text-align: center;
}
#indexNav ul li a > * span {
	display: block;
	font-size: 12px;
	font-size: 1.2rem;
}
#indexNav  .ico_blank {
	right: 5px;
}
#indexNav  .ico_blank:after {
	background-color: #0f7ec5;
}

/*
#indexNav ul .other a:before {
	content: none;
}
#indexNav ul .other + .other a:before {
	content: "";
	top: 20px;
	bottom: 20px;
}
#indexNav ul .other a > span {
	padding: 0 10px;
}
*/
@media screen and (max-width: 680px) {
	#indexNav {
		margin-bottom: 0;
		border-bottom-width: 3px;
	}
	#indexNav .w {
		padding: 0;
	}
	#indexNav .w:after {
		content: ""; display: table; clear: both;
	}
	#indexNav ul {
		display: block;
	}
	#indexNav ul li {
		display: block;
		float: left;
		width: 50%;
		border-bottom: 1px solid #308fcb;
	}
	#indexNav ul li:nth-child(2n+1) {
		border-right: 1px solid #308fcb;
	}
	#indexNav ul li a {
		position: relative;
		display: table;
		width: 100%;
		height: 50px;
		font-size: 1.3rem;
	}
	#indexNav ul li + li a:before {
		content: none;
	}
	#indexNav ul li a > span {
		padding: 0;
	}
	#indexNav ul li a > * span {
		font-size: 1.1rem;
	}
}



/* indexBnr
============================================================================================================ */
#indexBnr {
	position: relative;
	background-color: #e5e5e5;
}
#indexBnr h1 {
	position: relative;
	padding: 20px 0 20px;
	background-color: #fff;
	font-size: 30px;
	font-size: 3rem;
	line-height: 1.3;
	text-align: center;
	color: #005da3;
	z-index: 3;
}

.shudan #indexBnr h1 {
	color: #333333;
}
.kobetsu #indexBnr h1 {
	padding: 40px 0;
	color: #333333;
}
.jiritsu #indexBnr h1 {
	padding: 40px 0;
	color: #333333;
}

#indexBnr .w {
	/*overflow: hidden;*/
	padding: 60px 0 30px;
}
#indexBnr .arrow {
	position: absolute;
	top: -125px;
	left: 50%;
	margin-left: -80px;
	display: block;
	width: 160px;
	height: 160px;
	padding-top: 65px;
	background-color: #fff;
	border-radius: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
}
#indexBnr .arrow:after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: 20px;
	width: 11px;
	height: 11px;
	margin-left: -7px;
	border-right: 3px solid #005da3;
	border-bottom: 3px solid #005da3;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
.shudan #indexBnr .arrow:after {
	border-color: #901613;
}
.kobetsu #indexBnr .arrow:after {
	border-color: #c49801;
}
.jiritsu #indexBnr .arrow:after {
	border-color: #0c7137;
}



#indexBnr li {
	float: left;
}
#indexBnr li + li {
	margin-left: 35px;
}
#indexBnr li a {
	position: relative;
	display: block;
	border: 5px solid #fff;
}
#indexBnr li a:before {
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
	width: 25px;
	height: 25px;
	background: #fff url(../common/images/parts/ico_blank.png) no-repeat 50%;
}


#indexBnr .single li {
	float: none;
	width: 350px;
	margin: auto;
}
#indexBnr .double{
	width: 740px;
}
#indexBnr .triple{
	width: 1100px;
}
#indexBnr .triple ul.row{
	display: table;
	margin: auto;
}

@media screen and (max-width: 680px) {
	#indexBnr .arrow {
		top: -95px;
		-webkit-transform: scale(0.4);
		-ms-transform: scale(0.4);
		-o-transform: scale(0.4);
		transform: scale(0.4);
	}
	#indexBnr h1 {
		padding: 20px 10px !important;
		font-size: 1.6rem;
		line-height: 1.3;
		text-align: center;
		color: #005da3;
	}
	#indexBnr .w {
		padding: 25px 10px 20px;
	}

	#indexBnr ul {
		margin: 0 -3px;
	}
	#indexBnr li {
		width: 50% !important;
		padding: 3px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	#indexBnr li + li {
		margin-left: 0;
	}
	#indexBnr li a:before {
		-webkit-transform-origin: 100% 100%;
		-moz-transform-origin: 100% 100%;
		-ms-transform-origin: 100% 100%;
		-o-transform-origin: 100% 100%;
		transform-origin: 100% 100%;
		-webkit-transform: scale(0.6);
		-ms-transform: scale(0.6);
		-o-transform: scale(0.6);
		transform: scale(0.6);
	}
	#indexBnr .triple {
		width: 100%;
	}
	#indexBnr .double {
		width: 100%;
	}
	#indexBnr .triple ul.row li.sp {
		width: auto !important;
	}
}

@media screen and (max-width: 450px) {
	#indexBnr .triple ul.row li.sp {
		width: 50% !important;
	}
}


/* indexmovie
============================================================================================================ */
#indexmovie {
	position: relative;
}
#indexmovie .w {
	/*overflow: hidden;*/
	padding: 20px 0 20px;
	text-align: center;
}
#indexmovie .w iframe{
	width: 560px;
	height: 315px;
}

@media screen and (max-width: 680px) {
	#indexmovie .w {
		padding: 25px 10px 20px;
	}
	#indexmovie .w iframe{
		width: 360px;
		height: 203px;
		}
}



#indexSearch {
	position: relative;
	padding: 60px 0;
	border-bottom: 5px solid #e5e5e5;
}
#indexSearch:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: -5px;
	width: 270px;
	border-bottom: 5px solid #005da3;
}
#indexSearch h1 {
	float: left;
	width: 270px;
	text-align: center;
	font-size: 25px;
	font-size: 2.5rem;
	line-height: 1.3;
}
#indexSearch h1 > span {
	position: relative;
	display: inline-block;
	padding-left: 80px;
	padding-right: 20px;
}
#indexSearch h1 > span:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 70px;
	height: 70px;
	margin-top: -35px;
	background: url(../common/images/parts/ico_search.png) no-repeat;
}
#indexSearch h1 .ff_en {
	display: block;
	color: #d9d9d9;
	font-size: 24px;
	font-size: 2.4rem;
	line-height: 1.2;
}
#indexSearch li {
	float: left;
	width: 270px;
}
#indexSearch li + li {
	margin-left: 20px;
}
#indexSearch li a {
	position: relative;
	display: block;
	padding: 14px 0 14px 60px;
	border: 3px solid #ededed;
	font-size: 15px;
	font-size: 1.5rem;
	text-decoration: none;
	color: #1a1a1a;
	font-weight: bold;
}
#indexSearch li a {
	background-repeat: no-repeat;
	background-position: 14px 50%;
}
#indexSearch li a.place {
	background-image: url(../images/ico_place.png);
}
#indexSearch li a.type {
	background-image: url(../images/ico_type.png);
}
#indexSearch li a.year {
	background-image: url(../images/ico_year.png);
}
#indexSearch li a:before {
	content: "";
	position: absolute;
	top: 50%;
	right: 20px;
	width: 9px;
	height: 9px;
	margin-top: -8px;
	border-top: 3px solid #005da3;
	border-right: 3px solid #005da3;
	-webkit-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	transform: rotate(135deg);
}
#indexSearch li a:hover {
	border-color: #005da3;
}


.shudan #indexSearch:before {
	border-color: #901613;
}
.shudan #indexSearch h1 > span:before {
	background-image: url(../shudan/common/images/parts/ico_search.png);
}
.shudan #indexSearch li a:before {
	border-color: #901613;
}
.shudan #indexSearch li a:hover {
	border-color: #901613;
}

.kobetsu #indexSearch:before {
	border-color: #c49801;
}
.kobetsu #indexSearch h1 > span:before {
	background-image: url(../kobetsu/common/images/parts/ico_search.png);
}
.kobetsu #indexSearch li a:before {
	border-color: #c49801;
}
.kobetsu #indexSearch li a:hover {
	border-color: #c49801;
}

.jiritsu #indexSearch:before {
	border-color: #0c7137;
}
.jiritsu #indexSearch h1 > span:before {
	background-image: url(../jiritsu/common/images/parts/ico_search.png);
}
.jiritsu #indexSearch li a:before {
	border-color: #0c7137;
}
.jiritsu #indexSearch li a:hover {
	border-color: #0c7137;
}


@media screen and (max-width: 680px) {
	#indexSearch {
		position: relative;
		margin: 0 10px;
		padding: 20px 0;
		border-bottom-width: 3px;
	}
	#indexSearch:before {
		bottom: -3px;
		width: 100px;
		border-bottom-width: 3px;
	}
	#indexSearch h1 {
		float: none;
		width: auto;
		font-size: 1.8rem;
		margin-bottom: 15px;
	}
	#indexSearch h1 > span {
		padding-left: 45px;
		padding-right: 20px;
	}
	#indexSearch h1 > span:before {
		width: 35px;
		height: 35px;
		margin-top: -16px;
		-webkit-background-size: 35px;
		background-size: 35px;
	}
	#indexSearch h1 .ff_en {
		font-size: 1.8rem;
	}
	#indexSearch ul {
		display: table;
		table-layout: fixed;
		width: 100%;
		border-collapse: collapse;
	}
	#indexSearch li {
		float: none;
		width: auto;
		display: table-cell;
		vertical-align: middle;
		border: 2px solid #ededed;
	}
	#indexSearch li + li {
		margin-left: 0;
	}
	#indexSearch li a {
		padding: 30px 0 5px;
		border-width: 0;
		font-size: 1.4rem;
		line-height: 1.3;
		text-align: center;
	}
	#indexSearch li a {
		background-position: 50% 2px;
		-webkit-background-size: 22px;
		background-size: 22px;
	}
	#indexSearch li a:before {
		content: none;
	}
}



/* indexSchool
============================================================================================================ */
#indexSchool {
	margin-top: 60px;
	padding-bottom: 58px;
	border-bottom: 1px solid #ededed;
}
#indexSchool h1 {
	position: relative;
	margin-bottom: 40px;
	padding: 8px;
	background-color: #0f7ec5;
	color: #fff;
	font-size: 26px;
	font-size: 2.6rem;
	line-height: 1.4;
	text-align: center;
}
#indexSchool h1:before {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -8px;
	border-style: solid;
	border-width: 10px 9px 0 9px;
	border-color: #5fc057 transparent transparent transparent;
}
#indexSchool ul {
}
#indexSchool ul:after {
	content: ""; display: table; clear: both;
}
#indexSchool li {
	float: left;
	width: 260px;
}
#indexSchool li + li {
	margin-left: 26px;
}
#indexSchool li a {
	display: block;
	text-align: center;
	text-decoration: none;
	color: #333;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.4;
}
#indexSchool li a span {
	display: block;
}
#indexSchool li a .ph {
	margin-bottom: 15px;
	padding: 4px;
	border: 1px solid #ededed;
}
#indexSchool li a .logo {
	margin-top: 5px;
}

#indexSchool .btn {
	margin-top: 30px;
}
#indexSchool .btn a {
	display: block;
	max-width: 370px;
	padding: 10px 0;
	margin: auto;
	border: 2px solid #005da3;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
}
#indexSchool .btn a:hover {
	background-color: #005da3;
	color: #fff;
}


@media screen and (max-width: 680px) {
	#indexSchool {
		margin-top: 40px;
		padding-bottom: 58px;
	}
	#indexSchool h1 {
		margin-bottom: 20px;
		padding: 5px;
		font-size: 1.8rem;
	}
	#indexSchool h1:before {
		margin-left: -5px;
		border-width: 5px 5px 0 5px;
	}
	#indexSchool ul {
		margin: 0 -3px;
	}
	#indexSchool li {
		float: left;
		width: 50%;
		padding: 0 3px 10px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	#indexSchool li + li {
		margin-left: 0;
	}
	#indexSchool li a {
		font-size: 1.1rem;
		line-height: 1.4;
	}
	#indexSchool li a .ph {
		margin-bottom: 5px;
	}
#indexSchool .btn {
	margin-top: 30px;
}
#indexSchool .btn a {
	display: block;
	max-width: 370px;
	padding: 10px 0;
	margin: auto;
	border: 2px solid #005da3;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
}
#indexSchool .btn a:hover {
	background-color: #005da3;
	color: #fff;
}
}


/* indexNews
============================================================================================================ */
#indexNews {
	padding: 60px 0;/*
	border-bottom: 1px solid #ededed;*/
}
#indexNews > header {
	float: left;
	width: 300px;
	padding-top: 10px;
	text-align: center;
	color: #333333;
}
#indexNews > header h1 {
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.5;
}
#indexNews > header h1 .ff_en {
	display: block;
	font-size: 40px;
	font-size: 4rem;
	line-height: 1.2;
}
#indexNews > header a {
	display: block;
	width: 140px;
	margin: 18px auto 0;
	border: 2px solid #ededed;
	text-decoration: none;
	color: #333;
}
#indexNews > header a:hover {
	border-color: #666;
}

#indexNews .box {
	float: right;
	width: 810px;
	line-height: 1.5;
}

@media screen and (max-width: 680px) {
	#indexNews {
		padding-top: 30px;
	}
	#indexNews > header {
		float: none;
		width: auto;
		margin-bottom: 20px;
		padding-top: 0;
	}
	#indexNews > header h1 {
		font-size: 2.5rem;
		line-height: 1.3;
	}
	#indexNews > header h1 .ff_en {
		font-size: 3rem;
		line-height: 1;
	}
	#indexNews > header h1 span {
		margin-top: 0;
		font-size: 1.5rem;
	}
	#indexNews > header a {
		margin-top: 5px;
	}

	#indexNews .box {
		float: none;
		width: auto;
		line-height: 1.5;
	}
}






/* indexFeature
============================================================================================================ */
#indexFeature {
	border-top: 1px solid #ededed;
	padding: 40px 0 70px;
	background: no-repeat url(../images/feature_bg.jpg) 50% 100%;
	-webkit-background-size: 100%;
	background-size: 100%;
	border-bottom: 1px solid #ededed;
}
#indexFeature .w > h1 {
	margin-bottom: 30px;
	text-align: center;
	font-size: 28px;
	font-size: 2.8rem;
	line-height: 1.4;
}
#indexFeature .w > h1 .ff_en {
	display: block;
	color: #cccccc;
	font-size: 25px;
	font-size: 2.5rem;
}

#indexFeature li {
	position: relative;
	float: left;
	width: 350px;
	height: 450px;
	padding: 70px 30px 0;
	background-repeat: repeat-y;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: #fff;
}
#indexFeature li:after {
	content:"."; display:block; visibility: hidden; height: 0.1px; font-size: 0.1em; line-height: 0; clear: both;
}
#indexFeature .point1 {
	background-image: url(../images/feature_point1_bg.png);
}
#indexFeature .point2 {
	background-image: url(../images/feature_point2_bg.png);
}
#indexFeature .point3 {
	background-image: url(../images/feature_point3_bg.png);
}
#indexFeature li + li {
	margin-left: 35px;
}
#indexFeature li p {
	position: absolute;
	top: 25px;
	left: 25px;
}
#indexFeature li dt {
	float: right;
	margin-bottom: 10px;
	font-size: 23px;
	font-size: 2.3rem;
	line-height: 1.3;
	text-align: center;
}
#indexFeature li dd {
	clear: both;
	font-size: 12px;
	font-size: 1.2rem;
}
#indexFeature li .ph {
	position: absolute;
	bottom: 3px;
	left: 5px;
}
#indexFeature li .img {
	position: absolute;
	bottom: 30px;
	left: 20px;
}

@media screen and (max-width: 680px) {
	#indexFeature {
		padding: 30px 0 70px;
		-webkit-background-size: 100%;
		background-size: 100%;
	}
	#indexFeature .w > h1 {
		margin-bottom: 20px;
		font-size: 1.8rem;
	}
	#indexFeature .w > h1 .ff_en {
		font-size: 1.6rem;
	}

	#indexFeature li {
		float: none;
		width: auto;
		height: auto;
		padding: 12px 15px 5px;
	}
	#indexFeature li + li {
		margin: 20px 0 0;
	}
	#indexFeature li p {
		top: 12px;
		left: 35px;
	}
	#indexFeature li p img {
		width: 32px;
		height: auto;
	}
	#indexFeature li dt {
		width: 75%;
		font-size: 2rem;
	}
	#indexFeature li .ph,
	#indexFeature li .img {
		position: static;
		margin-top: 15px;
	}
	#indexFeature li .img {
		text-align: center;
	}
}





/* shudanCourse
============================================================================================================ */
#shudanCourse {
	padding: 40px 0 70px;
	-webkit-background-size: 100%;
	background-size: 100%;
	border-bottom: 1px solid #ededed;
}
#shudanCourse .w > h1 {
	margin-bottom: 30px;
	text-align: center;
	font-size: 28px;
	font-size: 2.8rem;
	line-height: 1.4;
}
#shudanCourse .w > h1 .ff_en {
	display: block;
	color: #cccccc;
	font-size: 25px;
	font-size: 2.5rem;
}

#shudanCourse li {
	float: left;
}
#shudanCourse li + li {
	margin-left: 35px;
}

@media screen and (max-width: 680px) {
	#shudanCourse {
		padding: 30px 0 70px;
		-webkit-background-size: 100%;
		background-size: 100%;
	}
	#shudanCourse .w > h1 {
		margin-bottom: 20px;
		font-size: 1.8rem;
	}
	#shudanCourse .w > h1 .ff_en {
		font-size: 1.6rem;
	}

	#shudanCourse li {
		float: none;
	}
	#shudanCourse li + li {
		margin: 20px 0 0;
	}

}




/* jiritsuAbout
============================================================================================================ */
#jiritsuAbout {
	padding: 60px 0 70px;
	background: no-repeat url(../jiritsu/images/about_bg.jpg) 50% 100%;
	-webkit-background-size: 100%;
	background-size: 100%;
	border-bottom: 1px solid #ededed;
}
#jiritsuAbout .w > h1 {
	margin-bottom: 30px;
	text-align: center;
	font-size: 28px;
	font-size: 2.8rem;
	line-height: 1.4;
}
#jiritsuAbout .w > h1 .ff_en {
	display: block;
	color: #cccccc;
	font-size: 25px;
	font-size: 2.5rem;
}

#jiritsuAbout li {
	float: left;
}
#jiritsuAbout li + li {
	margin-left: 26px;
}

@media screen and (max-width: 680px) {
	#jiritsuAbout {
		padding: 30px 0 70px;
		-webkit-background-size: 100%;
		background-size: 100%;
	}
	#jiritsuAbout .w > h1 {
		margin-bottom: 20px;
		font-size: 1.8rem;
	}
	#jiritsuAbout .w > h1 .ff_en {
		font-size: 1.6rem;
	}

	#jiritsuAbout ul {
		margin: 0 -10px;
	}
	#jiritsuAbout li {
		width: 50%;
		padding: 5px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	#jiritsuAbout li + li {
		margin: 0;
	}

}

/* recruitEntry
============================================================================================================ */
#recruitEntry {
	margin-top: 30px;
	padding-bottom: 58px;
}
#recruitEntry h1 {
	position: relative;
	margin-bottom: 40px;
	padding: 8px;
	background-color: #0f7ec5;
	color: #fff;
	font-size: 26px;
	font-size: 2.6rem;
	line-height: 1.4;
	text-align: center;
}
#recruitEntry h1:before {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -8px;
	border-style: solid;
	border-width: 10px 9px 0 9px;
	border-color: #0f7ec5 transparent transparent transparent;
}

#recruitEntry ul:after {
	content: ""; display: table; clear: both;
}
#recruitEntry li {
	float: left;
	width: 49%;
}
#recruitEntry li + li {
	margin-left: 2%;
}
#recruitEntry li a {
	display: block;
	padding: 15px 0;
	text-align: center;
	border-radius: 10px;        /* CSS3草案 */
    -webkit-border-radius: 10px;    /* Safari,Google Chrome用 *
    -moz-border-radius: 10px;   /* Firefox用 */
    border: 2px solid #005da3;
}

#recruitEntry li a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}

@media screen and (max-width: 680px) {
	#recruitEntry {
		margin-top: 20px;
	}
	#recruitEntry h1 {
		margin-bottom: 20px;
		padding: 5px;
		font-size: 1.8rem;
	}
	#recruitEntry h1:before {
		margin-left: -5px;
		border-width: 5px 5px 0 5px;
	}
	#recruitEntry ul:after {
		content: ""; display: table; clear: both;
	}
	#recruitEntry li {
		width: 100%;
		margin-bottom: 10px;
	}
	#recruitEntry li a {
		display: block;
		padding: 15px 0;
		text-align: center;
		border-radius: 10px;        /* CSS3草案 */
		-webkit-border-radius: 10px;    /* Safari,Google Chrome用 */
		-moz-border-radius: 10px;   /* Firefox用 */
		border: 2px solid #005da3;
	}

	#recruitEntry li a:hover {
		opacity: 0.7;
		filter: alpha(opacity=70);
		-ms-filter: "alpha(opacity=70)";
	}
	#recruitEntry li + li {
		margin: 0px;
	}
}

/* recruitAppurication
============================================================================================================ */
#recruitAppurication {
	border-top: 1px solid #ededed;
	padding: 20px 0 70px;
	-webkit-background-size: 100%;
	background-size: 100%;
}
#recruitAppurication .w > h1 {
	margin-bottom: 30px;
	text-align: center;
	font-size: 28px;
	font-size: 2.8rem;
	line-height: 1.4;
}
#recruitAppurication .w > h1 .ff_en {
	display: block;
	color: #cccccc;
	font-size: 25px;
	font-size: 2.5rem;
}
@media screen and (max-width: 680px) {
	#recruitAppurication {
		border-top: 1px solid #ededed;
		padding: 20px 0 20px;
		-webkit-background-size: 100%;
		background-size: 100%;
}
	#recruitAppurication .w > h1 {
		margin-bottom: 20px;
		font-size: 1.8rem;
	}
	#recruitAppurication .w > h1 .ff_en {
		font-size: 1.6rem;
	}
}
/* recruitAbout
============================================================================================================ */
#recruitAbout {
	border-top: 1px solid #ededed;
	padding: 40px 0 70px;
	-webkit-background-size: 100%;
	background-size: 100%;
	background-color: #e5e5e5;
}
#recruitAbout .w > h1 {
	margin-bottom: 30px;
	text-align: center;
	font-size: 28px;
	font-size: 2.8rem;
	line-height: 1.4;
}
#recruitAbout .w > h1 .ff_en {
	display: block;
	color: #cccccc;
	font-size: 25px;
	font-size: 2.5rem;
}

#recruitAbout ul {
}
#recruitAbout ul:after {
	content: ""; display: table; clear: both;
}
#recruitAbout li {
	float: left;
	width: 270px;
	border: 1px solid #dedede;
}
#recruitAbout li + li {
	margin-left: 10px;
}
#recruitAbout li a {
	display: block;
	text-align: center;
	text-decoration: none;
	color: #333;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.4;
	background-color: #fff;
	padding: 5px;
}
#recruitAbout li a span {
	display: block;
	text-align: left;
}
#recruitAbout li a em.name{
	font-size: 20px;
	font-size: 2.0rem;
	font-weight: bold;

}
#recruitAbout li a .coment {
	padding: 10px;
}

#recruitAbout li span.bt {
	display: block;
	margin-top: 10px;
	background: #333;
	color: #fff;
	text-align: center;
	text-decoration: none;
	padding: 10px;
}
#recruitAbout li span.bt {
	display: inline-block;
	background: url(../recruit2/images/detail_ico.png) no-repeat left bottom;
	margin-bottom: 10px;
	background: #333;
	width: 80%;
	color: #fff;
}

@media screen and (min-width: 681px) {
	#recruitAbout ul {
		display: table;
		margin-left: auto;
		margin-right: auto;
	}
}
@media screen and (max-width: 680px) {
	#recruitAbout {
		margin-top: 40px;
		padding-bottom: 58px;
	}
	#recruitAbout h1 {
		margin-bottom: 20px;
		padding: 5px;
		font-size: 1.8rem;
	}
	#recruitAbout h1:before {
		margin-left: -5px;
		border-width: 5px 5px 0 5px;
	}
	#recruitAbout .w > h1 {
		margin-bottom: 20px;
		font-size: 1.8rem;
	}
	#recruitAbout .w > h1 .ff_en {
		font-size: 1.6rem;
	}
	#recruitAbout ul {
		margin: 0 -3px;
	}
	#recruitAbout li {
		float: left;
		width: 50%;
		padding: 5px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	#recruitAbout li + li {
		margin-left: 0;
	}
	#recruitAbout li a {
		font-size: 0.9rem;
		line-height: 1.4;
		padding: 3px;
	}
	#recruitAbout li a .ph {
		margin-bottom: 5px;
	}
#recruitAbout .btn {
	margin-top: 30px;
}
#recruitAbout .btn a {
	display: block;
	max-width: 370px;
	padding: 10px 0;
	margin: auto;
	border: 2px solid #005da3;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
}
#recruitAbout .btn a:hover {
	background-color: #005da3;
	color: #fff;
}
}
/* recruitstaff
============================================================================================================ */
#recruitstaff {
	padding: 40px 0 30px;
	border-bottom: 1px solid #ededed;
}
#recruitstaff .w > h1 {
	margin-bottom: 30px;
	text-align: center;
	font-size: 28px;
	font-size: 2.8rem;
	line-height: 1.4;
}
#recruitstaff .w > h1 .ff_en {
	display: block;
	color: #cccccc;
	font-size: 25px;
	font-size: 2.5rem;
}

#recruitstaff li {
	position: relative;
	float: left;
	width: 350px;
	padding: 7px;
	background-repeat: repeat-y;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color:#e5e5e5;
	text-align: right;
}
#recruitstaff li:after {
	content:"."; display:block; visibility: hidden; height: 0.1px; font-size: 0.1em; line-height: 0; clear: both;
}
#recruitstaff li + li {
	margin-left: 35px;
}
#recruitstaff li span.text {
	position: absolute;
	bottom: 0px;
	left: 0px;
	background-color:#fff;
	opacity: 0.7;
	width: 100%;
	color: #3e3e3e;
}
#recruitstaff li span.name{
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: bold;
}



@media screen and (max-width: 680px) {
	#recruitstaff {
		padding: 30px 0 30px;
		-webkit-background-size: 100%;
		background-size: 100%;
		border-bottom: 1px solid #ededed;
	}
	#recruitstaff .w > h1 {
		margin-bottom: 20px;
		font-size: 1.8rem;
	}
	#recruitstaff .w > h1 .ff_en {
		font-size: 1.6rem;
	}
	#recruitstaff ul {
}
	#recruitstafft ul:after {
	content: ""; display: table; clear: both;
}
	#recruitstaff li {
	float: left;
	width: 48%;
	border: 1px solid #dedede;
	font-size: 1.0rem;
	line-height: 140%;
	margin-bottom: 10px;
}
	#recruitstaff li + li {
	margin-left: 0px;
}
	#recruitstaff li span.name{
		font-size: 1.4rem;
}
	#recruitstaff li .ph,
	#recruitstaff li .img {
		position: static;
		margin-top: 15px;
	}
	#recruitstaff li .img {
		text-align: center;
	}
}
