@charset "UTF-8";


/* ヘッダー＆メインビジュアル */
@media screen and (min-width: 1000px) {
header {
	width: 100%;
	height: 300px;
	box-sizing: border-box;
	border-top: 30px #ffffff solid;
	border-left: 30px #ffffff solid;
	border-right: 30px #ffffff solid;
	margin: 0 0 15px;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center; /* 縦方向中央揃え（Safari用） */
	align-items: center; /* 縦方向中央揃え */
}
#header01 {
	background: url(../images/recruit/recruit01Ttl.jpg) no-repeat center center;
	background-size: cover;
}
#header02 {
	background: url(../images/recruit/recruit02Ttl.jpg) no-repeat left center;
	background-size: cover;
}
header h1 {
	font-family: TBUDGothic E, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #ffffff;
	font-size: 300%;
	margin: 0 25px 0 40px;
}
}
@media screen and (max-width: 999px) and (min-width: 768px) {
header {
	width: 100%;
	height: 300px;
	box-sizing: border-box;
	border-top: 20px #ffffff solid;
	border-left: 20px #ffffff solid;
	border-right: 20px #ffffff solid;
	margin: 0 0 15px;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center; /* 縦方向中央揃え（Safari用） */
	align-items: center; /* 縦方向中央揃え */
}
#header01 {
	background: url(../images/recruit/recruit01Ttl.jpg) no-repeat center center;
	background-size: cover;
}
#header02 {
	background: url(../images/recruit/recruit02Ttl.jpg) no-repeat center center;
	background-size: cover;
}
header h1 {
	font-family: TBUDGothic E, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #ffffff;
	font-size: 300%;
	margin: 0 25px 0 30px;
}
}
@media screen and (max-width: 767px) {
header {
	width: 100%;
	height: 300px;
	box-sizing: border-box;
	border-top: 20px #ffffff solid;
	border-left: 20px #ffffff solid;
	border-right: 20px #ffffff solid;
	margin: 0 0 20px;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center; /* 縦方向中央揃え（Safari用） */
	align-items: center; /* 縦方向中央揃え */
	-webkit-justify-content: center; /* 横方向中央揃え（Safari用） */
	justify-content: center; /* 横方向中央揃え */
}
#header01 {
	background: url(../images/recruit/recruit01Ttl.jpg) no-repeat center center;
	background-size: cover;
}
#header02 {
	background: url(../images/recruit/recruit02Ttl.jpg) no-repeat -200px center;
	background-size: cover;
}
header h1 {
	font-family: TBUDGothic E, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #ffffff;
	font-size: 210%;
}
}


/*　リクルートコンテンツ */
@media screen and (min-width: 1000px) {
#recruit01 {
	width: 100%;
	box-sizing: border-box;
	margin: 15px 0 0;
	background: #f5f5f5;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
  -webkit-flex-direction: row; /* Safari */
  flex-direction: row;
}
#recruit01L {
	width: 30%;
	background: url(../images/recruit/recruit01Bg.png) no-repeat center center;
	background-size: cover;
	box-sizing: border-box;
	border-right: 7px #ffffff solid;
}
#recruit02L {
	width: 30%;
	background: url(../images/recruit/recruit02Bg.png) no-repeat center center;
	background-size: cover;
	box-sizing: border-box;
	border-right: 7px #ffffff solid;
}
.recruitL div {
	width: 100%;
	max-width: 400px;
	margin: 0 auto;
	line-height: 0;
}
.recruitL div img {
	width: 100%;
	height: auto;
}
#recruit01R {
	width: 70%;
	box-sizing: border-box;
	border-left: 8px #ffffff solid;
	padding: 40px 40px 180px;
}
#recruit01R h2 {
	font-family: TBUDGothic E, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 270%;
	line-height: 120%;
	margin: 0 0 0;
}
#recruit01R h2 br {
	display: none;
}
#recruit01R h2 span {
	font-size: 60% !important;
}
#recruit01R h3 {
	font-family: TBUDGothic E, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 170%;
	line-height: 120%;
	margin: 15px 0 15px;
}
#recruit01R h4 {
	font-family: TBUDGothic E, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 170%;
	line-height: 120%;
	border-bottom: 2px #000000 solid;
	margin: 60px 0 20px;
	padding: 0 0 3px;
}
}
@media screen and (max-width: 999px) and (min-width: 768px) {
#recruit01 {
	width: 100%;
	box-sizing: border-box;
	margin: 15px 0 0;
	background: #f5f5f5;
}
.recruitL {
	display: none;
}
#recruit01R {
	box-sizing: border-box;
	padding: 30px 30px 100px;
}
#recruit01R h2 {
	font-family: TBUDGothic E, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 270%;
	line-height: 120%;
	margin: 0 0 0;
}
#recruit01R h2 br {
	display: none;
}
#recruit01R h2 span {
	font-size: 60% !important;
}
#recruit01R h3 {
	font-family: TBUDGothic E, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 170%;
	line-height: 130%;
	margin: 15px 0 15px;
}
#recruit01R h4 {
	font-family: TBUDGothic E, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 170%;
	line-height: 130%;
	border-bottom: 2px #000000 solid;
	margin: 60px 0 20px;
	padding: 0 0 3px;
}
}
@media screen and (max-width: 767px) {
#recruit01 {
	width: 100%;
	box-sizing: border-box;
	margin: 15px 0 0;
	background: #f5f5f5;
}
.recruitL {
	display: none;
}
#recruit01R {
	box-sizing: border-box;
	padding: 40px 20px 100px;
}
#recruit01R h2 {
	font-family: TBUDGothic E, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 180%;
	line-height: 120%;
	text-align: center;
}
#recruit01R h2 span {
	font-size: 50% !important;
}
#recruit01R h3 {
	font-family: TBUDGothic E, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 120%;
	line-height: 130%;
	text-align: center;
	margin: 5px 0 15px;
}
#recruit01R h4 {
	font-family: TBUDGothic E, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 150%;
	line-height: 130%;
	border-bottom: 2px #000000 solid;
	margin: 60px 0 20px;
	padding: 0 0 3px;
}
}
#curriculum dt {
	font-weight: bold;
	font-size: 110%;
}
#curriculum dd {
	margin: 0 0 25px;
}
#curriculum dd:last-child {
	margin: 0 0 0 !important;
}
#detail {
	width: 100%;
	border-collapse: collapse;
}
@media screen and (min-width: 768px) {
#detail th {
	width: 140px;
	font-weight: normal;
	text-align: left;
	vertical-align: top;
}
}
@media screen and (max-width: 767px) {
#detail th {
	width: 130px;
	font-weight: normal;
	text-align: left;
	vertical-align: top;
}
}
#detail td {
	text-align: left;
	vertical-align: top;
}

