/* CSS Document */

ul.step{
	list-style-type: none;
	display:flex;
	width:100%;
	padding:0;
	margin:0 0 10px;
	overflow:hidden;
	border: 0 none;
	height: 60px;
}
ul.step li{
height: 40px;flex-basis: 33%;
  position:relative;
  background: #ddd;
  padding: 10px 0.5rem 10px 2rem;
  color: #fff;
}
ul.step li:nth-child(2){
flex-grow: 1.5;
}
ul.step li span{
	display: block;
	font-size: 1rem;
}
ul.step li p{
	display: block;
	font-size: 1.2rem;margin: 0;padding: 0;
	text-indent: 0;
}
ul.step li:first-child{
	border-radius: 6px 0 0 6px;
  padding-right: 1em;
}
ul.step li:last-child{
	border-radius: 0 6px 6px 0;
  padding-right: 1em;
}
ul.step li:last-child:before,
ul.step li:last-child:after{
  display:none;
}
ul.step li:before,
ul.step li:after{
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  margin: auto;overflow: hidden;  border-width:34px 0 34px 15px;
}
ul.step li:before{
  top:-4px;
  right:-17px;
  border-style: solid;
  border-color: transparent transparent transparent #fff;

  z-index: 10;
}
ul.step li:after{
  top:-4px;  right:-15px;
  border-style: solid;
  border-color: transparent transparent transparent #ddd;
  z-index: 10;
}
ul.step li.is-current{
  background: #9c8357;
  font-weight: bold;
}
ul.step li.is-current:after{
  border-color: transparent transparent transparent #9c8357;
}
#contact_data .box
{
	margin: 0 10px;
	font-size: 1.4rem;
}
.contact_list dl{
	font-size: 1.4rem;margin: 0;
}
.contact_list dt{
	display: block;
	background: #e59373;
	color: #fff;
	padding: 5px;margin: 0;
}
.contact_list dt .required{
	display: inline-block;
	width: 3em;
	margin: 0 2px;
	text-align: center;
	font-size: 1.2rem;
	border-radius: 4px;
	color: #fff;
	background: #f00;
}
.contact_list dd{
	display: block;
	padding: 5px;	border: 1px solid #ddd;
	margin: 0;
}
.contact_list dd label{
	display: inline-block;
	padding: 5px;
	margin: 0;
}

.contact_list dd input[type="text"]{
	width: 85%;
	margin-bottom: 10px;
}
.contact_list dd input.s{
	width: auto;
	margin-bottom: 10px;
}
.contact_list dd textarea{
	width: 85%;
	margin-bottom: 10px;

}

ul.step{
	list-style-type: none;
	display:flex;
	width:100%;
	padding:0;
	margin:0 0 10px;
	overflow:hidden;
	border: 0 none;
	height: 60px;
}
ul.step li{
height: 40px;flex-basis: 33%;
  position:relative;
  background: #ddd;
  padding: 10px 0.5rem 10px 2rem;
  color: #fff;
}
ul.step li:nth-child(2){
flex-grow: 1.5;
}
ul.step li span{
	display: block;
	font-size: 1rem;
}
ul.step li p{
	display: block;
	font-size: 1.2rem;margin: 0;padding: 0;
	text-indent: 0;
}
ul.step li:first-child{
	border-radius: 6px 0 0 6px;
  padding-right: 1em;
}
ul.step li:last-child{
	border-radius: 0 6px 6px 0;
  padding-right: 1em;
}
ul.step li:last-child:before,
ul.step li:last-child:after{
  display:none;
}
ul.step li:before,
ul.step li:after{
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  margin: auto;overflow: hidden;  border-width:34px 0 34px 15px;
}
ul.step li:before{
  top:-4px;
  right:-17px;
  border-style: solid;
  border-color: transparent transparent transparent #fff;

  z-index: 10;
}
ul.step li:after{
  top:-4px;  right:-15px;
  border-style: solid;
  border-color: transparent transparent transparent #ddd;
  z-index: 10;
}
ul.step li.is-current{
  background:#00B119;
  font-weight: bold;
}
ul.step li.is-current:after{
  border-color: transparent transparent transparent #00B119;
}
.btnset{
	text-align: center;
}
.btnset form{
	display: inline-block;
}
.btnset button{
    padding: 5px;
    width: 8em;
    background: #9c8357;
    border: 0 none;
    color: #fff;
    margin: 10px;
    text-align: center;
    display: inline-block;
    border-radius: 16px;
	box-shadow :
	0 0 0 1px white,
	0 0 0 2px #9c8357;
}


#catch{
	background-size: contain;
	position: relative;
}
#catch .inner{
	width: 100%;
	margin: auto;
	position: relative;
}

#catch .inner img {

	display: block;
    margin: 0 auto;
	width: 100%;
	height: 200px;
	text-align: center;object-fit: cover;
	
}
#catch .inner h1{
	color: #000;
text-shadow: 
        #fff 1px 1px 0, #fff -1px -1px 0,/*右下、左上*/
        #fff -1px 1px 0, #fff 1px -1px 0,/*右上、左下*/
        #fff 0px 1px 0, #fff  0-1px 0,/*右、左*/
        #fff -1px 0 0, #fff 1px 0 0;/*上、下*/
}
#contents .inner{
	margin: auto;
	position: relative;
	padding: 30px 0;
}
#contents section#contact_data .article{
	margin: 10px;
	display: flex;
	flex-direction: column;
}
#contents section#contact_data .inner{
	padding-top: 0;padding-bottom: 0;
	margin: auto;
	min-height: 380px;
}
#contents section#contact_data .article h2{
	clear: both;
	font-size: 1.6rem;
	margin: 10px;
	border-bottom: 1px solid #ddd;
}

#contents_link ul{
	display: flex;
	flex-direction: column;
		border: 1px solid #ddd;
	border-radius: 4px;
	margin: 10px;
	list-style-type: none;
	background: #f4f4f4;

}
#contents_link ul li{
	border-bottom: 1px solid #ddd;
	padding: 5px;
}
#contents_link ul li:last-child{
	border-bottom: 0px solid #ddd;
	padding: 5px;
}
#contents_link ul li a{
	color: #000;
	text-decoration: none;
}
#contents_link ul li a h1{
	color: #000;
	position: relative;
	padding-left: 2.5rem;
}
#contents_link ul li a p{
	color: #000;
	position: relative;
	padding-left: 2.5rem;
	font-size: 1.2rem;
}
#contents_link ul li a h1::before{
	content: "";
    margin: auto;
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: .7rem 0 .7rem 1rem;
    border-color: transparent transparent transparent #000;
    top: 0;
    bottom: 0;
    left: 1rem;
}
@media (min-width: 768px) {
#contact_data .box
{
	margin: 0 30px;
	font-size: 1.4rem;
}
	.contact_list dl{
		border: 1px solid #ddd;
		font-size: 1.4rem;
		display: flex;
	}
	.contact_list dt{
		display: block;
		background: #e59373;
		color: #fff;
		padding: 5px;flex-basis: 160px;
		position: relative;
	}

	.contact_list dt .required{
		position: absolute;
		display: inline-block;
		width: 3em;
		margin: 0 2px;
		text-align: center;
		font-size: 1.2rem;
		border-radius: 4px;
		color: #fff;
		background: #f00;right: 5px;
		top: 5px;
	}
	.contact_list dd{
		display: block; flex-grow: 2;
		padding: 5px;	border: 0 solid #ddd;    flex-basis: 300px;

	}

	.contact_list dd input[type="text"]{

		margin-bottom: 10px;

	}
	.contact_list dd textarea{
		margin-bottom: 10px;

	}

	#contents_link ul{
		display: flex;flex-wrap: wrap;
		flex-direction: row;
		border: 0px solid #ddd;
		border-radius: 4px;
		margin: 10px;
		list-style-type: none;
		background:none;
		justify-content:space-between;
	}
	#contents_link ul li{
		border: 0px solid #ddd;
		border-radius: 4px;
		margin: 10px;
		list-style-type: none;
		background: #f4f4f4;
		display: block;
		flex-basis:45%;
	}
	#contents_link ul li a p{
		padding: 0;
	}


}
@media (min-width: 1040px) {
	#catch{
		position: relative;

	}
	#catch .inner{
		max-width: 1200px;
		margin: auto;
		padding: 0;
	}

	#contents .inner{
		width: 1040px;
		margin: auto;
		position: relative;
		padding: 30px 0;
	}
	#contents section#recruit_data {
		background-size: auto 300px;
		height: 300px;
	}

}
