
.mainWrap {
	background: url(../img/job_info/header.png) center center no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}

h2 {font-size: 24px;}


.newsWrap {align-items: center}

.newsWrap .box {
	overflow-y: auto;
	padding: 10px 0;
}

.newsWrap .box dl {
	margin-bottom: 20px;
	align-items: center;
	padding-right: 10px;
}
.newsWrap .box dl:last-child {margin-bottom: 10px;}

.newsWrap .box dt {
	background-color: #cedfc1;
	border-radius: 20px;
	padding: 5px 0;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
}

/*.newsWrap .box dd {padding-top: 4px;}*/
.newsWrap .box dd a {
	font-size: 14px;
	color: #020202;
}


.eventWrap .body {width: 100%;}

.eventWrap .top {
	border: 2px solid #649e3a;
	border-radius: 10px;
	margin-bottom: 10px;
}

.eventWrap .top .title {
	width: 100%;
	text-align: center;
	background-image: linear-gradient(
		-45deg,
		#649e3a 25%,
		#79ab55 25%, #79ab55 50%,
		#649e3a 50%, #649e3a 75%,
		#79ab55 75%, #79ab55
	);
	background-size: 4px 4px;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	padding: 2px 0;
}

.eventWrap .top .title span {position: relative;}
.eventWrap .top .title span:before,
.eventWrap .top .title span:after {
	content: '';
	display: block;
	position: absolute;
	top: -20px;
	width: 23px;
	height: 22px;
	background: url(../img/job_info/opening_icon.png) 0 0 no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
}
.eventWrap .top .title span:before {left: -24px;}
.eventWrap .top .title span:after {
	right: -22px;
	-webkit-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  transform: scaleX(-1);
}

.eventWrap .slick {padding: 3px 0;}

.eventWrap .slick .box {
	background-image: linear-gradient(
		-45deg,
		#649e3a 25%,
		#79ab55 25%, #79ab55 50%,
		#649e3a 50%, #649e3a 75%,
		#79ab55 75%, #79ab55
	);
	background-size: 4px 4px;
	border-radius: 8px;
}

.eventWrap .slick p {color: #fff;text-align: center;}
.eventWrap .slick .month {
	font-size: 14px;
	font-weight: bold;
	border-bottom: 2px solid #fff;
}
.eventWrap .slick .day {
	font-size: 30px;
	font-weight: bold;
	border-bottom: 2px solid #fff;
}
.eventWrap .slick .date {font-size: 12px;}

.eventWrap .cautionText {margin: 10px;}
.eventWrap .cautionText p {font-size: 14px;text-align: left;}

.eventWrap .under .title {
	background-image: linear-gradient(
		-45deg,
		#649e3a 25%,
		#79ab55 25%, #79ab55 50%,
		#649e3a 50%, #649e3a 75%,
		#79ab55 75%, #79ab55
	);
	background-size: 4px 4px;
	color: #fff;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	border-radius: 7px;
}

.eventWrap .shirasagi {margin: 10px 0;}

.eventWrap .venue .name {font-size: 24px;}
.eventWrap .venue .address {font-size: 14px;}
.eventWrap .venue .red2 {
	font-size: 14px;
	color:red;
	font-weight:600;
}

.eventWrap .info dl {border-radius: 7px;}
.eventWrap .info dl:last-child {border: 2px solid #f48484;}
.eventWrap .info dl:first-child {border: 2px solid #6698cc;}

.eventWrap .shirasagi .info dl:last-child {width: 100%;}

.eventWrap .info dt {
	color: #fff;
	text-align: center;
	display: inline-block;
	font-size: 14px;
	font-weight: bold;
}
.eventWrap .info dl:last-child dt {
	background-image: linear-gradient(
		-45deg,
		#f48484 25%,
		#f69f9f 25%, #f69f9f 50%,
		#f48484 50%, #f48484 75%,
		#f69f9f 75%, #f69f9f
	);
	background-size: 4px 4px;
}
.eventWrap .info dl:first-child dt {
	background-image: linear-gradient(
		-45deg,
		#6698cc 25%,
		#7ca7d3 25%, #7ca7d3 50%,
		#6698cc 50%, #6698cc 75%,
		#7ca7d3 75%, #7ca7d3
	);
	background-size: 4px 4px;
}

.eventWrap .info dd {font-size: 14px;}
.eventWrap .info dd small {
	font-size: 14px;
	display: block;
	line-height: 1.3em;
}

.eventWrap .info a {
	width: 48%;
	max-width: 72px;
/*	display: inline-block;*/
	display: block;
	margin: 0 auto;
	-webkit-box-shadow: 3px 2px 0 #959595;
	box-shadow: 3px 2px 0 #959595;
	border-radius: 5px;
}
.eventWrap .info a img {width: 100%;}
/*.eventWrap .info a:first-of-type {margin-right: 2%;}*/





.chooseWrap {margin-bottom: 20px;}

.chooseWrap li {
	width: 49%;
	border: 3px solid #ccc;
	border-radius: 10px;
	padding: 20px 0;
	text-align: center;
	cursor: pointer;
	position: relative;
}

.chooseWrap .title {
	color: #649e3a;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	padding-top: 30px;
}
.chooseWrap #mid small,
.chooseWrap #mid .title {color: #55B8A6;}

.chooseWrap li:first-child .title {
	background: url(../img/job_info/choose_icon1.png) center bottom no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
}
.chooseWrap li:last-child .title {
	background: url(../img/job_info/choose_icon2.png) center bottom no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
}

.chooseWrap small {
	font-size: 14px;
	font-weight: bold;
	color: #649e3a;
}


/* pick */
.chooseWrap li.pick:before,
.chooseWrap li.pick:after {
	content: '';
	display: block;
	background-color: #fff;
	position: absolute;
}

.chooseWrap li.pick:before {
	border: solid #ccc;
	border-width: 0 3px;
	height: 35px;
	bottom: -30px;
	left: -3px;
}
.chooseWrap li.pick:after {
	width: 3px;
	height: 4px;
	bottom: -30px;
}

.chooseWrap #new.pick:after {right: -3px;}
.chooseWrap #mid.pick:after {left: -3px;}

.barba-container{
	position: relative;
}

.recruitWrap {
	border: 3px solid #ccc;
	border-radius: 10px;
}

.recruitWrap .option li a {
	display: block;
	background-color: #cedfc1;
	padding: 20px 0;
	width: 100%;
	height: 100%;
	text-align: center;
	font-weight: bold;
	color: #333;
/*	transition-duration: .8s;*/
}
.recruitWrap .option#option2 li a {background-color: #a7d3cb;}

.recruitWrap .option li.active a,
.recruitWrap .option li a:hover {
	background-color: #649e3a;
	color: #fff;
}
.recruitWrap .option#option2 li.active a,
.recruitWrap .option#option2 li a:hover {background-color: #49aa8a;}


.recruitWrap .option li a small {font-size: 13px;font-weight: bold;}

.recruitWrap .individual {margin: 50px 0;}

.recruitWrap {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadeIn {
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.fadeOut {
	-webkit-animation-name: fadeOut;
	animation-name: fadeOut;
}


.recruitWrap .individual .offeringBox p {
	color: #e23e3e;
	text-align: center;
}


.recruitWrap .individual .title {
	border: solid #ccc;
	border-width: 1px 0;
	background-color: #eee;
	padding: 10px 0;
	text-align: center;
}

.recruitWrap .individual>dl {
	border-bottom: 1px solid #ccc;
	align-items: center;
}

.recruitWrap .individual>dl dt {
	font-weight: bold;
	padding: 10px 0;
}

.recruitWrap .individual>dl dd {padding: 10px 20px;}
.recruitWrap .individual>dl dd .left,
.recruitWrap .individual>dl dd .right {width: 100%;}
.recruitWrap .individual>dl dd small {font-size: 14px;}
.recruitWrap .individual>dl dd .fxwb {
	margin-bottom: 10px;
	border-top: 1px solid #ccc;
	padding-top: 10px;
}

.recruitWrap .individual .modalBtn {
	cursor: pointer;
	color: #00f;
	text-decoration: underline;
}
.recruitWrap .individual .modalBox .contents {
	position: fixed;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	z-index: 2;
	background-color: #fff;
	width: 90%;
	height: 50vh;
	overflow-y: auto;
}

.recruitWrap .individual .modalBox .blackBox {
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.5);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1;
}
.recruitWrap .individual .modalBox p {
	padding: 10px;
}
.recruitWrap .individual .modalBox .closeBtn {
	cursor: pointer;
	text-align: center;
	border: 1px solid #ccc;
	width: 80%;
	margin: 0 auto 10px;
	background-color: #eee;
	padding: 10px;
}

.recruitWrap .individual>dl dd p {font-weight: bold;}
.recruitWrap .individual>dl dd ul {
	width: 100%;
	list-style: disc;
	padding-left: 20px;
}
.recruitWrap .individual>dl dd ul.kome {
	list-style: none;
	padding-left: 0;
}

.recruitWrap .individual .method {
	align-items: center;
	margin: 30px 0;
	background-image: linear-gradient(
		-45deg,
		#fff 25%,
		#eee 25%, #eee 50%,
		#fff 50%, #fff 75%,
		#eee 75%, #eee
	);
	-webkit-background-size: 4px 4px;
	background-size: 4px 4px;
	border-radius: 5px;
}

.recruitWrap .individual .method p,
.recruitWrap .individual .method dt,
.recruitWrap .individual .method dd {
	font-weight: bold;
	font-size: 14px;
}

.recruitWrap .individual .method .dottedLine {
	border:none;
	border-top:dashed 1px #000;
	height:1px;
	color:#fff;
}


.recruitWrap .individual .method .box p {margin-bottom: 5px;}
.recruitWrap .individual .method .box dl {margin-bottom: 3px;}

.recruitWrap .individual .method dd {
	padding-left: 1em;
	text-indent: -1em;
}
.recruitWrap .individual .method dd:before {content: '：';}

.recruitWrap .individual .method .tel {margin-top: 10px;}

.recruitWrap .individual .method .tel span {
	font-size: 21px;
	font-weight: bold;
	padding-left: 15px;
	padding-right: 10px;
	margin-left: 7px;
	line-height: 1em;
	position: relative;
}
.recruitWrap .individual .method .tel span:before {
	content: '';
	display: block;
	width: 9px;
	height: 21px;
	background: url(../img/job_info/tel_iconS.svg) left center no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
	position: absolute;
	top: 0;
	left: 0;
}



.flowWrap>div {margin-top: 60px;}

.flowWrap dl {position: relative;}

.flowWrap dt {
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	background-color: #353434;
	border-radius: 50%;
	padding: 13.5px 0;
	width: 45px;
	text-align: center;
	line-height: 1em;
	position: absolute;
	right: 0;
	left: 0;
	top: -20px;
	margin: auto;
}

.flowWrap dd {
	background-color: #eee;
	border: solid #ccc;
	border-width: 2px 2px 2px 0;
	height: 100%;
	position: relative;
	z-index: -1;
}

.flowWrap strong {
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	display: block;
	margin-bottom: 10px;
}
.flowWrap dd p {text-align: center;}

.flowWrap dl:last-child dd {border-right: none;}
.flowWrap dl:last-child dt {background-color: #649e3a;}
.flowWrap dl:last-child strong {color: #649e3a;}



.entryWrap {
	background-color: #649e3a;
	padding: 50px 0;
	margin-bottom: 50px;
}

.entryWrap a {
	display: block;
	color: #353434;
	font-size: 18px;
	font-weight: bold;
	background-color: #fff;
	margin: 0 auto;
	text-align: center;
	padding: 20px 0;
	transition-duration: .3s;
}
.entryWrap a:hover {
	background-color: #fff;
	color:  #649e3a;
	box-shadow:0px 0px 8px 3px #fff inset;
}

.entryWrap p {
	text-align: center;
	background-color: #ccc;
	padding: 20px 0;
	margin: 0 auto;
	color: #353434;
	font-weight: bold;
}

.experienceWrap h3 {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	border-bottom: 1px dotted #7f7f7f;
	padding-bottom: 10px;
	margin-bottom: 15px;
}

.experienceWrap .box>div {
	border: 4px solid #eee;
	border-radius: 10px;
	padding: 20px 30px;
}

.experienceWrap h4 {
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 30px;
}

.experienceWrap .volunteel h4 {
	background: url(../img/job_info/experience1.png) center top no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
}
.experienceWrap .guide h4 {
	background: url(../img/job_info/experience2.png) center top no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
}

.experienceWrap h4:after {
	content: '';
	display: block;
	width: 40px;
	height: 3px;
	margin: 10px auto;
}

.experienceWrap .volunteel h4 {color: #6698cc;}
.experienceWrap .volunteel h4:after {background-color: #6698cc;}

.experienceWrap .guide h4 {color: #f48484;}
.experienceWrap .guide h4:after {background-color: #f48484;}

.experienceWrap .box p {font-size: 14px;}

.experienceWrap .method {
	font-weight: bold;
	background-image: linear-gradient(
		-45deg,
		#fff 25%,
		#eee 25%, #eee 50%,
		#fff 50%, #fff 75%,
		#eee 75%, #eee
	);
	-webkit-background-size: 4px 4px;
	background-size: 4px 4px;
	border-radius: 10px;
	padding: 20px;
	margin: 10px 0;
}

.experienceWrap .volunteel a {
	display: block;
	width: 170px;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	color: #fff;
	background-color: #6698cc;
	border-radius: 10px;
	padding: 15px 0;
	margin-left: auto;
}


/*	pc	*/
@media screen and (min-width: 896px) {

	.newsWrap .title {
		width: 25%;
		padding: 47px 10px 47px 0;
		border-right: 2px solid #3e3e3e;
	}

	.newsWrap .box {
		width: 70%;
		max-height: 180px;
	}

	.newsWrap .box dt {width: 20%;}
	.newsWrap .box dd {width: 75%;}


	.eventWrap {
		position: relative;
		margin-top: 200px;
		margin-bottom: 100px;
		height: 450px;
	}
	.eventWrap section {
		background-color: #fff;
		margin-bottom: 0;
		padding: 20px 0;
		position: absolute;
		top: -90px;
		left: 0;
		right: 0;
		align-items: center;
	}

	.eventWrap .body {
	}
	
	.eventWrap .slick .box {width: 60px;margin-right: 5px;}
	
	.eventWrap .under>div:first-child {width: 45%;}
	.eventWrap .under>div:last-child {width: 55%;}
	.eventWrap .under>div>div {padding-left: 10px;width: 91%;}
	
	.eventWrap .under .title {width: 1.6em;padding: 34px 0;}
	.eventWrap .under:last-of-type .title {padding: 50px 0;}
	
	.eventWrap .venue .name {padding-top: 2px;}
	.eventWrap .shirasagi .venue .address {font-size: 13px;}
	
	
	.eventWrap .info {
		justify-content: flex-end;
	}
	.eventWrap>.info>div {width: 93%;}
	
	.eventWrap .info dl {display: flex;}
	.eventWrap .info dl:first-child {width: 46%;}
	.eventWrap .info dl:last-child {width: 53%;}
	
	.eventWrap .info dt {
		width: 1.7em;
		line-height: 1em;
		padding: 14px 0;
		display: flex;
	align-items: center;
	}
	.eventWrap .info dd {
		width: 100%;
		align-self: center;
		padding: 0 10px 6px;
	}
/*	.eventWrap .info dl:last-child dd,*/
	.eventWrap .info dl:last-child dd p {text-align: justify;}
	
	.eventWrap .info a {transition-duration: .3s}
	.eventWrap .info a:hover {
		transform: translate(2px, 2px);
		-webkit-box-shadow: none;
		box-shadow: none;
		
	}
	
	
	
	

	.chooseWrap li.pick:before {width: 490px;}

	.recruitWrap {padding: 40px 90px;}


	.recruitWrap .option li {
		width: 32.63%;
		height: 100px;
		margin-bottom: 1%;
		margin-right: 1%;
	}
	.recruitWrap .option li:nth-child(3n) {margin-right: 0;}

	.recruitWrap .option li a {
		display: flex;
		flex-wrap: wrap;
		box-pack: start;
		flex-pack: start;
		justify-content: center;
		align-items: center;
		padding: 0;
	}




	.recruitWrap .individual>dl dt {width: 20%;}
	.recruitWrap .individual>dl dd {
		width: 80%;
		border-left: 1px solid #ccc;
	}
	.recruitWrap .individual>dl dd.salary {
		display: flex;
		justify-content: space-between;
	}
	
	.recruitWrap .individual>dl dd .fxwb:first-child {border-top: none;padding-top: 0;}
	.recruitWrap .individual>dl dd .fxwb {
		padding-left: 10px;
		
	}
	.recruitWrap .individual>dl dd .left {
		width: 25%;
	}
	.recruitWrap .individual>dl dd .right {
		width: 73%;
		border-left: 1px solid #ccc;
	}
	
	.recruitWrap .individual .modalBox .contents {
		width: 800px;
		height: 380px;
	}
	.recruitWrap .individual .modalBox p {
		padding: 15px 30px;
	}

	.recruitWrap .individual>dl dd p {width: 3.5em;}
	.recruitWrap .individual>dl dd ul {width: calc(100% - 3.5em);}
	.recruitWrap .individual>dl dd ul.kome {margin-left: auto;}


	.recruitWrap .individual .method {padding: 20px 40px;}

	.recruitWrap .individual .method>p {width: 20%;}
	.recruitWrap .individual .method .box {width: 80%;}

	.recruitWrap .individual .method dt {width: 15%;}
	.recruitWrap .individual .method dd {width: 85%;}



	.flowWrap dl {width: 25%;}

	.flowWrap dd {padding: 70px 50px 30px 50px;}

	.flowWrap dd:after {
		content: '';
		display: block;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 7px 0 7px 12.1px;
		border-color: transparent transparent transparent #649e3a;
		position: absolute;
		top: 50%;
		right: 10px;
		margin-top: -7px;
		z-index: 2;
	}
	.flowWrap dl:last-child dd:after {display: none;}


	.entryWrap {margin: 100px 0;}
	.entryWrap a,
	.entryWrap p {width: 300px;}


	.experienceWrap .box {margin: 50px 0;}

	.experienceWrap .box>div {width: 49%;}

	.experienceWrap h4 {padding-top: 150px;}


}

@media screen and (min-width: 896px) and (max-width: 1000px) {
	
	.eventWrap .under>div:first-child {width: 40%;}
	.eventWrap .under>div:last-child {width: 60%;}
	
	.eventWrap .under>div>div {width: 90%;}
	
	.eventWrap .under .info>div {width: 415px;}
	
	.recruitWrap {width: 98%;}
	.chooseWrap li.pick:before {width: 101.4%;}
	
	.flowWrap dl {height: 210px;}
	
}

/*	sp	*/
@media screen and (max-width: 896px) {

	section {margin-bottom: 50px;}

	section .title {width: 100%;}


	.newsWrap .subTitle {
		padding-bottom: 5px;
		border-bottom: 2px solid #3e3e3e;
	}

	.newsWrap .box {
		width: 100%;
		max-height: 250px;
		border-bottom: 1px solid #3e3e3e;
	}

	
	.eventWrap {margin-bottom: 50px;}
	
	.eventWrap {padding: 20px 10px;}
	.eventWrap section {background-color: #fff;}
	
	.eventWrap .slick {
		width: 80%;
		margin: 0 auto;
	}
	.eventWrap .slick.nomal {width: 100%;}
	
	.eventWrap .nomal .box {
		min-width: 50px;
		width: 20%;
		max-width: 60px;
	}
	.eventWrap .box {margin-right: 5px;}
	.eventWrap .box:last-child {margin-right: 0;}
	
	.eventWrap .under>div {width: 100%; margin-bottom: 20px;}
	.eventWrap .under .title {width: 100%;margin-bottom: 10px;}
	
	.eventWrap .info dt {padding: 2px 0;}
	.eventWrap .info dd {padding: 0 10px 5px;}
	
	.eventWrap .info dd small {text-align: center;}
	
	.webinterviewWrap .titleBtn:after {
		content: '';
		display: block;
		position: absolute;
		top: 0;
		bottom: 0;
		right: 15px;
		margin: auto;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 10px 10px 0 10px;
		border-color: #fff transparent transparent transparent;
	}
	.webinterviewWrap .titleBtn.active:after {
		border-width: 0 10px 10px 10px;
		border-color: transparent transparent #fff transparent;
	}
	
	.slick-prev,
	.slick-next {width: 25px;height: 25px;}
	
	.slick-prev {left: -25px;}
	.slick-next {right: -25px;}
	
	.slick-prev:before,
	.slick-next:before {
		font-size: 25px;
		color: #649e3a;
	}



	.recruitWrap {
		padding: 20px 10px;
		margin: 0 10px 50px;
	}

	.recruitWrap .individual .method {padding: 20px 10px;}

	.recruitWrap .individual .method .box {margin: 0 auto;}

	.recruitWrap .individual .method>p {
		width: 100%;
		text-align: center;
		margin-bottom: 10px;
		font-size: 18px;
	}

	.recruitWrap .individual .method .tel,
	.recruitWrap .individual .method .tel span {text-align: center;}


	.flowWrap dd p {text-align: center;}


	.entryWrap a ,
	.entryWrap p {width: 90%;max-width: 300px}


	.experienceWrap .box {margin: 30px 0;}

	.experienceWrap .box>div {padding: 20px 10px;margin-bottom: 10px;}



}


/*	モバイル縦長	*/
@media screen and (max-width: 896px) and (orientation: portrait) {

	.newsWrap .box dt {padding: 3px 20px;margin-bottom: 5px;}

	.eventWrap .info>div {width: 100%;}
	.eventWrap .info dl {width: 100%;margin-bottom: 10px;}
	
	.eventWrap .info dt {width: 100%;margin-bottom: 5px;}
	.eventWrap .info dd,
	.eventWrap .info dd p {text-align: center;}
	
	
	
	.chooseWrap li,
	.chooseWrap li.pick:before {width: 149px;}


	.recruitWrap .option li {
		width: 100%;
		margin-bottom: 5px;
	}
	.recruitWrap .option li a {padding: 10px;}


	.recruitWrap .individual>dl dt,
	.recruitWrap .individual>dl dd {width: 100%;}

	.recruitWrap .individual>dl dd {
		padding-right: 10px;
		padding-top: 0;
	}

	.recruitWrap .individual .method dl:nth-of-type(-n+2) dt,
	.recruitWrap .individual .method dl:nth-of-type(-n+2) dd {width: 100%;}

	.recruitWrap .individual .method dl:nth-of-type(n+3) dt {width: 30%;}
	.recruitWrap .individual .method dl:nth-of-type(n+3) dd {width: 70%;}

	.recruitWrap .individual .method .tel span {
		display: block;
		width: 170px;
		margin: 0 auto 10px;
	}



	.flowWrap dl {
		width: 100%;
		margin-bottom: 60px;
	}
	.flowWrap dl:last-child {margin-bottom: 0;}

	.flowWrap dd {
		border-right: none;
		padding: 40px 10px 10px 10px;
	}
	.flowWrap dd:after {
		content: '';
		display: block;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 12.1px 7px 0 7px;
		border-color: #649e3a transparent transparent transparent;
		position: absolute;
		right: 0;
		left: 0;
		margin: 20px auto 0;
	}
	.flowWrap dl:last-child dd:after {display: none;}


	.experienceWrap h4 {padding-top: 30vw;}

}


/*	モバイル横長	*/
@media screen and (max-width: 896px) and (orientation: landscape) {
	
	.newsWrap dt {width: 18%;}
	.newsWrap dd {width: 80%;}
	
	
	.eventWrap .body {width: 100%;}
	.eventWrap .venue>div {margin: 0 auto;}
	
	.eventWrap .info>div {width: 100%;}
	.eventWrap .info dl {width: 49%;}
	
	.eventWrap .info dt {width: 100%;margin-bottom: 5px;}
	.eventWrap .info dd,
	.eventWrap .info dd p {text-align: center;}
	
	.eventWrap .info dl:first-child dd {padding-top: 4vw;}
	
	
	.chooseWrap li,
	.chooseWrap li.pick:before {width: 270px;}
	
	
	.recruitWrap .option li {
		width: 49%;
		margin-bottom: 1%;
		margin-right: 1%;
	}
	.recruitWrap .option li:nth-child(even) {margin-right: 0;}
	
	.recruitWrap dl dd p {width: 10%;}
	.recruitWrap dl dd ul {width: 90%;}
	
	.recruitWrap .individual>dl dt {width: 20%;}
	.recruitWrap .individual>dl dd {
		width: 80%;
		border-left: 1px solid #ccc;
	}
	
	.recruitWrap .method dt {width: 15%;}
	.recruitWrap .method dd {width: 85%;}
	
	
	
	.flowWrap dl {width: 50%;}
	
	.flowWrap dd {padding: 50px 10px 60px 10px;}
	
	.flowWrap dl:nth-child(2) dd {border-right: none;}
	.flowWrap dl:nth-child(n+3) dd {border-top: none;}
	
	
	.experienceWrap h4 {padding-top: 31vw;}
	
	
}
