@charset "UTF-8";

/********** recruit5/ **********/
#pickWrp {
	text-align: left;
	font-size: 13px;
	margin-bottom: 100px;
	padding-left: 1%;
}
#topWrp  {
	position: relative;
	margin-bottom: 80px;
}
#topWrp img  {
	float: left;
	margin-top: 7px;
	margin-right: 7px;
	margin-bottom: 7px;
	margin-left: 7px;
}
#topWrp .youtube  {
	position: absolute;
	left: 0%;
	top: 603px;
	margin-top: 7px;
	margin-right: 7px;
	margin-bottom: 7px;
	margin-left: 7px;
	overflow-x: hidden;
	overflow-y: hidden;
}
#topWrp .youtube .wrp {
	width: 600px;
	height: 340px;
}
#topWrp .yt {
	width: 600px;
	height: 465px;
	position: absolute;
	top: 48%;
	left: 49%;
	-webkit-transform: translate(-50%, -50%); /* Safari用 */
	transform: translate(-50%, -50%);
}
#topWrp .yt_button{
	width: 60px;
	height: 46px;
	position: absolute;
	top: 48%;
	left: 49%;
	-webkit-transform: translate(-50%, -50%); /* Safari用 */
	transform: translate(-50%, -50%);
	margin: auto;
	z-index: 1;
}
#topWrp .yt:hover,#topWrp .yt_button:hover {
	cursor: pointer;
}

#topWrp_sp  {
}
#topWrp_sp img  {
}
.picbox {
	width: 398px;
	height: 281px;
	position: relative;
	float: left;
	overflow: hidden;
	margin-right: 8px;
	max-width: 398px;
	max-height: 281px;
	padding-bottom: 7px;
	margin-left: 4px;
}
.picbox img {
	vertical-align: top;
	-webkit-transition: all 1s ease-out;
	transition: all 1s ease-out;
	min-width: 100%;
	position: absolute;
	top: -1px;
	left: -4px;
}
.picbox img:hover,
.picbox img.hover {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

#infoWrp {
	margin-bottom: 80px;
}
#linksWrp {
	margin-bottom: 80px;
}
#linksWrp ul {
	-webkit-display: flex; /* Safari */
	display: flex;
	-webkit-flex-wrap: wrap; /* Safari */
	flex-wrap: wrap;
	-webkit-justify-content: space-between; /* Safari flex-start space-around */
	justify-content: space-between;
	-webkit-align-content: stretch; /* Safari */
	align-content: stretch;
	-webkit-align-items: flex-start;/* Safari baseline space-around */
	align-items: flex-start;
	width: 97%; /* 横並びさせる親要素の幅 */
	margin-right: auto;
	margin-left: auto;
}
#linksWrp ul li {
	width: 47%;
	margin-bottom: 20px;
}
#linksWrp ul li a img {
	width: 100%;
	height: auto;
	max-width: 469px;
}
#pickupWrp {
	margin-bottom: 80px;
}
#pickupWrp ul {
	-webkit-display: flex; /* Safari */
	display: flex;
	-webkit-flex-wrap: wrap; /* Safari */
	flex-wrap: wrap;
	-webkit-justify-content: space-between; /* Safari flex-start space-around */
	justify-content: space-between;
	-webkit-align-content: stretch; /* Safari */
	align-content: stretch;
	-webkit-align-items: flex-start;/* Safari baseline space-around */
	align-items: flex-start;
	width: 98%; /* 横並びさせる親要素の幅 */
	margin-right: auto;
	margin-left: auto;
}
#pickupWrp ul li {
	width: 32%;
}
#pickupWrp ul li .pickbox {
	width: 306px;
	margin: 0 auto;
	height: 197px;
}
#pickupWrp  ul li .pickbox h2 a .logo_tit {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%); /* Safari用 */
	transform: translate(-50%, -50%);
}
#dayWrp {
}
#dayWrp .daypickbox {
	margin-bottom: 50px;
}
#dayWrp .daypickbox img {
	float: left;
}
.daypickbox .cmt_box {
	width: 280px;
	float: left;
	padding-top: 80px;
	padding-left: 70px;
}
.daypickbox .cmt_box h2 {
}
.daypickbox .cmt_box h2.name {
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 24px;
	line-height: 30px;
	letter-spacing: 2px;
}
.daypickbox .cmt_box h2:nth-child(2) {
	font-size: 12px;
	margin-bottom: 10px;
}
.daypickbox .cmt_box h2:nth-child(3) {
	font-weight: bold;
	margin-bottom: 10px;
}
.daypickbox .cmt_box h2:nth-child(4) {
	border-bottom: 1px dotted #050505;
	padding-bottom: 16px;
	margin-bottom: 20px;
}
.daypickbox .cmt_box h2:nth-child(5) {
	margin-bottom: 40px;
}
.daypickbox .cmt_box .query_btn {
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	font-size: 14px;
}
#dayWrp .daytime {
	margin-bottom: 30px;
}
#dayWrp .daytime h2 img {
	margin-bottom: 20px;
}
#dayWrp .daytime table {
	margin-left: auto;
	margin-right: auto;
}
.daytime table tr td:nth-child(1) {
}
.daytime table tr td:nth-child(2) {
}
.daytime table tr td p {
	border-bottom: 1px dotted #050505;
	padding-bottom: 3px;
	padding-left: 5px;
	padding-top: 10px;
}
#dayWrp .daytime ul {
}
#dayWrp .daytime ul li {
}
#dayWrp .daytime ul li img {
}
#dayWrp .daytime ul li span {
	vertical-align: top;
	padding-left: 5px;
	padding-bottom: 5px;
	border-bottom: 1px dotted #050505;
	position: relative;
	top: 13px;
	margin-left: 10px;
	font-size: 13px;
}
/********** /recruit5 **********/



/********** recruit6/ **********/
#graduateWrp {
	text-align: left;
	font-size: 14px;
	margin-bottom: 100px;
}
.gra_top_cmt {
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 1px;
	margin-bottom: 50px;
	padding-left: 20px;
}
#curriculumWrp {
}
#curriculumWrp ul {
	width: 108%;
	height: auto;
}
#curriculumWrp ul li {
	display: inline-block;
	vertical-align: top;
	margin-bottom: 60px;
}
#curriculumWrp .arrow   {
	vertical-align: middle;
	position: relative;
	top: 130px;
	margin-left: 6px;
	margin-right: 6px;
}
#curriculumWrp ul li h2 {
	margin-bottom: 0px;
	color: #FFFFFF;
	background-color: #050505;
	font-weight: normal;
	line-height: 34px;
	padding-left: 10px;
	font-size: 18px;
	text-align: left;
}
#curriculumWrp ul li h2 img   {
}
#curriculumWrp ul li h2 span {
	letter-spacing: 1px;
}
#curriculumWrp ul li h2 img {
	margin-left: 4px;
	margin-right: 5px;
}
#curriculumWrp ul li .Wrp {
	position: relative;
}
.Wrp .absolute {
	position: absolute;
	right: 5px;
	bottom: 3px;
}
.Wrp .absolute img  {
	width: auto;
	height: auto;
	max-height: 100px;
}
.Wrp .absolute .txt10 {
	line-height: 11px;
	margin-top: -5px;
}
#curriculumWrp ul li .currbox1 {
	background-image: url(../recruit/img/recruit6/step01.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 50px;
	padding-left: 25px;
	border-left-color: #C9C9C9;
	border-right-color: #C9C9C9;
	border-bottom-color: #C9C9C9;
	border-left-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	width: 450px;
	height: 320px;
	padding-right: 10px;
}
.currbox1 .inner {
	width: 40%;
	float: left;
}
.currbox1 .inner2 {
	width: 60%;
	float: left;
}
.currbox1 .inner2 h4 {
	font-weight: bold;
	font-size: 13px;
}
.currbox1 h3 {
	line-height: 26px;
	background-image: url(../recruit/img/recruit6/arrow01.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
}
#curriculumWrp ul li .currbox2 {
	background-image: url(../recruit/img/recruit6/step02.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 50px;
	padding-left: 25px;
	border-left-color: #C9C9C9;
	border-right-color: #C9C9C9;
	border-bottom-color: #C9C9C9;
	border-left-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	width: 150px;
	height: 320px;
}
.currbox2 h3 {
	line-height: 24px;
	background-image: url(../recruit/img/recruit6/arrow01.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
}
#curriculumWrp ul li .currbox3 {
	background-image: url(../recruit/img/recruit6/step03.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 50px;
	padding-left: 20px;
	border-left-color: #C9C9C9;
	border-right-color: #C9C9C9;
	border-bottom-color: #C9C9C9;
	border-left-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	width: 240px;
	height: 320px;
	padding-right: 10px;
}
.currbox3 h3 {
	line-height: 24px;
	background-image: url(../recruit/img/recruit6/arrow01.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
}
#curriculumWrp ul li .currbox4 {
	background-image: url(../recruit/img/recruit6/step04.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 50px;
	padding-left: 25px;
	border-left-color: #C9C9C9;
	border-right-color: #C9C9C9;
	border-bottom-color: #C9C9C9;
	border-left-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	width: 450px;
	height: 170px;
	padding-right: 10px;
}
.currbox4 h3 {
	line-height: 26px;
	background-image: url(../recruit/img/recruit6/arrow01.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
}
#curriculumWrp ul li .currbox5 {
	width: 485px;
	text-align: center;
	position: relative;
	margin-top: 16%;
	margin-left: 20px;
}
.currbox5 .img_l {
	float: left;
}
.currbox5 span {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%); /* Safari用 */
	transform: translate(-50%, -50%);
	line-height: 26px;
	font-size: 16px;
}
.currbox5 .img_r {
	float: right;
}
#eventWrp ul {
	margin-bottom: 60px;
}
#eventWrp ul li {
	display: inline-block;
	width: 49%;
	height: auto;
	vertical-align: top;
	margin-bottom: 40px;
}
#eventWrp ul li figure {
	margin: 0 auto;
	width: 418px;
	height: auto;
}
#eventWrp ul li figure .main_img {
	margin-bottom: 10px;
}
#eventWrp figure figcaption   {
	font-size: 13px;
}
#eventWrp figure figcaption h2 {
	font-weight: bold;
	margin-bottom: 0px;
}
#eventWrp figure figcaption h2 img {
	margin-bottom: 5px;
}
#eventWrp figure figcaption h3 {
	margin-bottom: 15px;
}
#eventWrp figure {
}
#eventWrp figure figcaption {
	margin-bottom: -20px;
}
.staffvoiseWrp {
}
.staffvoiseWrp #voiseWrp {
	text-align: left;
	font-size: 13px;
	letter-spacing: 1px;
}
.link {
}
#voiseWrp ul {
}
#voiseWrp ul li {
	margin-bottom: 100px;
}
#voiseWrp ul li h1 {
	margin-bottom: 5px;
}
#voiseWrp ul li ul li {
	display: inline-block;
	vertical-align: bottom;
	margin-bottom: -80px;
}
#voiseWrp ul li ul li .main_img {
}
#voiseWrp ul li ul li .staffbox {
	margin-left: 30px;
	vertical-align: bottom;
}
.staffbox h2 {
	line-height: 25px;
}
.staffbox h2:nth-child(1) {
	font-size: 24px;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}
.staffbox h2:nth-child(2) {
	font-size: 12px;
	margin-bottom: 10px;
}
.staffbox h2:nth-child(3) {
	background-image: url(../recruit/img/recruit7/house.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 25px;
}
.staffbox h2:nth-child(4) {
	padding-left: 25px;
	background-image: url(../recruit/img/recruit7/cut.png);
	background-repeat: no-repeat;
	background-position: left center;
}
.staffbox h2:nth-child(5) {
	background-image: url(../recruit/img/recruit7/bag.png);
	padding-left: 25px;
	background-repeat: no-repeat;
	background-position: left 0%;
	margin-bottom: 20px;
	margin-top: 5px;
	line-height: 17px;
}
.staffbox h2 img {
	margin-right: 5px;
}
.messbox  {
	width: 100%;
}
.messbox .mess_logo   {
	margin-top: 30px;
	margin-bottom: 5px;
}
.messbox .mess_logo span {
	border-top: 1px solid #050505;
	position: relative;
	top: 5px;
	margin-left: 15px;
	padding-right: 91%;
}

@media screen and (max-width:768px){
main .inner1000 {
	width: 100%;
	height: auto;
}
#topWrp {
	padding-left: 0px;
}
#topWrp .tab_in  {
	width: 90%;
	margin: 0 auto;
	height: auto;
	text-align: center;
}
#topWrp .tab_in img  {
	float: none;
	width: 100%;
	height: auto;
	margin-left: 0px;
}
#topWrp .tab_in .youtube  {
	position: static;
	width: 100%;
	height: auto;
}
#infoWrp  {
	width: 90%;
	height: auto;
	margin-right: auto;
	margin-left: auto;
}
#infoWrp .cont_tit img  {
	width: 40%;
	height: auto;
	max-width: 285px;
	min-width: 180px;
}
#infoWrp table  {
	margin: 0 auto;
}
#infoWrp span {
	display: block;
}
#infoWrp table tr td:nth-child(1)  {
	width: 65px;
}
#infoWrp table tr td:nth-child(2) {
	padding-left: 15px;
}
#pickupWrp {
	width: 90%;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	height: auto;
}
#pickupWrp .cont_tit img {
	width: 30%;
	height: auto;
	max-width: 204px;
	min-width: 130px;
}
#pickupWrp ul {
	margin: 0 auto;
	width: 90%;
}
#pickupWrp ul li {
	width: 100%;
	text-align: center;
	margin-bottom: 30px;
}
#pickupWrp ul li .pickbox    {
	float: none;
	width: 100%;
	height: auto;
}
#pickupWrp  ul li .pickbox h2 a img {
	width: 100%;
	height: auto;
}
#pickWrp #dayWrp {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	height: auto;
}
#dayWrp .cont_tit img {
	width: 45%;
	height: auto;
	max-width: 309px;
	min-width: 215px;
}
#dayWrp .daypickbox {
	text-align: center;
}
#dayWrp .daypickbox img  {
	width: 90%;
	margin: 0 auto;
	height: auto;
	float: none;
}
#dayWrp .daypickbox .cmt_box {
	float: none;
	text-align: left;
	padding: 0;
	margin: 0 auto;
	position: relative;
}
.daypickbox .cmt_box .query_btn {
	margin: 0 auto;
	width: 80%;
}
#pickWrp #dayWrp .daytime h2 img {
	width: 35%;
	height: auto;
	max-width: 211px;
	padding-left: 10px;
	min-width: 170px;
	padding-bottom: 0px;
	margin-bottom: 0px;
}
#pickWrp #dayWrp .daytime {
	margin-right: auto;
	margin-left: auto;
}
#dayWrp .daytime table {
	width: 100%;
}
#graduateWrp {
	width: 90%;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
}
#graduateWrp .gra_top_cmt  {
	font-size: 16px;
}
#curriculumWrp .cont_tit  {
}
#curriculumWrp .cont_tit img {
	width: 45%;
	height: auto;
	max-width: 246px;
	min-width: 200px;
}
#curriculumWrp ul {
	width: 100%;
	margin-bottom: 80px;
}
#curriculumWrp ul li {
	display: block;
	width: 100%;
	margin-bottom: 30px;
}
#curriculumWrp ul li:nth-child(2)  {
	text-align: center;
}
#curriculumWrp ul li:nth-child(4) {
	text-align: center;
}
#curriculumWrp ul li:nth-child(6) {
}
#curriculumWrp .arrow {
	margin-right: auto;
	margin-left: auto;
	top: 0px;
	transform: rotate(90deg);
}
#curriculumWrp ul li .currbox1 {
	width: auto;
	height: auto;
	padding-bottom: 20px;
}
#curriculumWrp ul li .currbox2 {
	width: auto;
	height: auto;
	padding-bottom: 20px;
}
#curriculumWrp ul li .currbox3 {
	width: auto;
	height: auto;
	padding-bottom: 40px;
}
#curriculumWrp ul li .currbox4 {
	width: auto;
	height: auto;
	padding-bottom: 20px;
}
#curriculumWrp ul li .currbox5 {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	width: auto;
	height: auto;
}
#eventWrp .cont_tit img {
	width: 30%;
	height: auto;
	min-width: 140px;
	max-width: 157px;
}
#eventWrp ul {
	margin-bottom: 0px;
}
#eventWrp ul li {
	width: 100%;
	height: auto;
	margin-bottom: 60px;
}
#eventWrp .main_img  {
}
#eventWrp .eventbox {
	width: 418px;
	height: 370px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
#eventWrp .eventbox .event_cmt {
	width: 50%;
	position: absolute;
	right: 0px;
	bottom: 0px;
	padding-bottom: 52px;
	overflow-x: hidden;
}
#eventWrp .eventbox .event_cmt h2 img {
	height: auto;
}
.eventbox .main_img.event {
	width: 100%;
	height: auto;
	position: absolute;
}
.eventbox .main_img.calendar {
	width: 50%;
	height: auto;
	position: absolute;
	left: -20px;
	bottom: 0px;
}
.staffvoiseWrp {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
}
.staffvoiseWrp .top_logo h1 img {
	min-width: 190px;
}
.staffvoiseWrp #voiseWrp {
}
#voiseWrp ul li {
	margin-bottom: 60px;
}
#voiseWrp ul li h1 img  {
}
#voiseWrp ul li ul li {
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
	display: block;
	margin-bottom: -5px;
}
#voiseWrp ul li ul li .main_img {
	width: 100%;
	margin: 0;
	height: auto;
}
#voiseWrp ul li ul li .staffbox {
	width: 100%;
	margin-top: 10px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	padding: 0;
	float: none;
	height: auto;
	position: relative;
}
#voiseWrp .staffbox h2:nth-child(1)  {
	font-size: 18px;
}
#voiseWrp .staffbox h2:nth-child(2) {
	font-size: 10px;
	line-height: 16px;
	margin-bottom: 0px;
}
#voiseWrp .staffbox h2:nth-child(6) {
	position: absolute;
	top: 0px;
	width: 50%;
	height: auto;
	right: -2px;
}
#voiseWrp .staffbox h2 img:nth-child(1)  {
	width: 58%;
	height: auto;
	padding: 0;
	margin: 0;
	float: left;
}
#voiseWrp .staffbox h2 img:nth-child(2) {
	width: 36%;
	height: auto;
	margin-left: 2%;
	padding: 0;
	float: right;
}
.messbox {
}
.messbox .mess_logo {
}
.messbox .mess_logo span {
	padding-right: 100%;
	margin-left: 0px;
}
}

@media screen and (max-width:480px){
#pickWrp #linksWrp {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
}
#pickWrp #linksWrp ul {
}
#pickWrp #linksWrp ul li {
	display: block;
	width: 100%;
	margin-bottom: 10px;
}
#pickupWrp .pickbox  {
	width: 260px;
	height: auto;
}
.pickbox h2 a img {
	width: 100%;
	height: auto;
}
.pickbox h2 a .logo_tit {
	width: 75%;
	height: auto;
}
#dayWrp  .cmt_box  {
	width: 90%;
}
#dayWrp .cmt_box .name {
	font-size: 18px;
	line-height: 25px;
}
#dayWrp .cmt_box h2 {
	font-size: 12px;
}
#dayWrp .cmt_box h2:nth-child(2)  {
	font-size: 10px;
}
#dayWrp .cmt_box h2:nth-child(3) {
	line-height: 8px;
	font-size: 13px;
}
#dayWrp .daytime table {
	font-size: 11px;
	line-height: 21px;
}
#curriculumWrp .gra_top_cmt {
	font-size: 16px;
}
#curriculumWrp ul li h2 span:nth-child(1) {
	font-size: 11px;
	line-height: 30px;
}
#curriculumWrp ul li h2 img {
	position: relative;
	top: 2px;
}
#curriculumWrp ul li h2 span:nth-child(3) {
	font-size: 14px;
	line-height: 30px;
}
#curriculumWrp ul li h3 {
	font-size: 12px;
}
#curriculumWrp ul li h4 {
	font-size: 12px;
}
.currbox1 .inner  {
	width: 50%;
}
.currbox1 .inner2 {
	width: 50%;
}
.currbox3.Wrp h3 {
	width: 33%;
}
.currbox4.Wrp h3 {
	width: 60%;
}
.currbox4.Wrp h3 br {
	display: none;
}
#curriculumWrp .currbox5 span {
	font-size: 12px;
}
#eventWrp ul li figure {
	width: 100%;
	overflow-x: hidden;
	height: auto;
}
#eventWrp ul li figure .main_img {
	width: 100%;
	height: auto;
	margin-bottom: 3px;
}
#eventWrp figure figcaption {
	margin-bottom: 0px;
}
#eventWrp ul li figure figcaption h2 {
	font-size: 13px;
}
#eventWrp ul li figure figcaption h3 {
	font-size: 12px;
}
#eventWrp .eventbox {
	width: 100%;
	height: 570px;
	text-align: center;
	margin-top: 0px;
}
#eventWrp .eventbox .main_img.event {
	margin-bottom: 0px;
	left: 0px;
	right: 0px;
}
#eventWrp .eventbox .main_img.calendar {
	width: 250px;
	top: 53%;
	-webkit-transform: translate(-50%, -50%); /* Safari用 */
	transform: translate(-50%, -50%);
	left: 50%;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	right: auto;
}
#eventWrp .eventbox .event_cmt {
	width: 100%;
}
#eventWrp .eventbox .event_cmt h3 {
	font-size: 12px;
}
.staffvoiseWrp .top_logo h1 img {
	min-width: 160px;
}
#voiseWrp .staffbox h2:nth-child(6) {
	position: relative;
	width: 100%;
}
#voiseWrp .staffbox h2 img:nth-child(2) {
	width: 38%;
}
}
