@charset "utf-8";
/* CSS Document */
.recruit-pcnone {
  display: none;
}
.header-recruit {
	background-image: url("../imgs/recruit/header-img.jpg");
}
.sec-recruit-link {
	padding: 0 20px;
	-ms-display: flex;
  -moz-display: flex;
  -webkit-display: flex;
  display: flex;
	justify-content: space-around;
}
.sec-recruit-link img {
	width: 100%;
	height: 130px;
	object-fit: contain;
}
.sec-recruit {
  margin-top: 60px;
  padding: 30px 20px;
  border-radius: 25px;
  background-color: #FFFAFA;
}
.sec-recruit-title1 img {
  width: 100%;
}
.sec-recruit-fastimg1 {
  width: 100%;
  margin-top: 10px;
  object-fit: contain;
  vertical-align: bottom;
}
.sec-recruit-flex1 {
  -ms-display: flex;
  -moz-display: flex;
  -webkit-display: flex;
  display: flex;
}
.sec-recruit-flex1 img {
  width: 50%;
}
.sec-recruit-second img {
  width: 100%;
  margin-top: 10px;
  object-fit: contain;
  vertical-align: bottom;
}
.sec-recruit-third img {
  width: 100%;
  margin-top: 10px;
  object-fit: contain;
  vertical-align: bottom;
}
.sec-recruit-flex2 {
  -ms-display: flex;
  -moz-display: flex;
  -webkit-display: flex;
  display: flex;
}
.sec-recruit-flex2 img {
  width: 50%;
}
.sec-recruit-fourth img {
  width: 100%;
  margin-top: 10px;
  object-fit: contain;
  vertical-align: bottom;
}
.sec-recruit-flex3 {
  -ms-display: flex;
  -moz-display: flex;
  -webkit-display: flex;
  display: flex;
}
.sec-recruit-flex3 img {
  width: 50%;
}
.sec-recruit-fifth img {
  width: 100%;
  margin-top: 10px;
  object-fit: contain;
  vertical-align: bottom;
}
.sec-recruit-flex4 {
  -ms-display: flex;
  -moz-display: flex;
  -webkit-display: flex;
  display: flex;
}
.sec-recruit-flex4 img {
  width: 50%;
}
.sec-recruit-message-des {
	max-width: 600px;
    margin: 0 auto;
}
.sec-recruit-message-image img {
	width: 100%;
	height: 250px;
	margin-top: 30px;
	object-fit: cover;
	object-position: top;
}
.sec-recruit-message-image p {
	padding: 0 20px;
	font-size: 1.6rem;
	text-align: justify;
}
.sec-recruit-message-h2 {
	margin-top: 20px;
	padding: 0 20px;
	text-align: left;
	font-size: 1.8rem;
	font-weight: 600;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	color: #578B53;
}
.sec-recruit-message-image-name {
	font-weight: 600;
}
.sec-recruit-message-text p {
	padding: 0 20px;
	text-align: justify;
	font-size: 1.4rem;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}
.sec-recruit-message-image2 img {
	width: 100%;
	height: 250px;
	object-fit: cover;
}
.sec-recruit-message-flex2 {
	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
	justify-content: center;
    flex-wrap: wrap-reverse;
}
.sec-recruit-message-text2 {
	margin-bottom: 100px;
}
@media (min-width:450px) {
	.sec-recruit-message-image img {
		    width: 80%;
		    height: 350px;
	}
}
@media (min-width:800px) {
  .recruit-spnone {
    display: none;
  }
  .recruit-pcnone {
    display: block;
  }
  .sec-recruit-pcimg1 {
    width: 100%;
  }
  .sec-recruit-pcimg2 {
    width: 100%;
  }
  .sec-recruit-pcimg3 {
    width: 100%;
  }
	.sec-recruit-message-image img {
		width: 100%;
	}
}
@media (min-width:1020px) {
	.sec-recruit-link {
		padding: 0 100px;
	}
	.sec-recruit-link img {
		height: 150px;
	}
	.message-br {
		display: none;
	}
	.sec-recruit-message-des {
		max-width: 1200px;
	}
	.sec-recruit-message-flex1 {
		padding: 0 20px;
		display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
		-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	}
	.sec-recruit-message-image {
		 width: 300px;
	}
	.sec-recruit-message-image img {
		height: 250px;
	}
	.sec-recruit-message-h2 {
		font-size: 2.0rem;
	}
	.sec-recruit-message-text p {
		padding: 10px 20px 0;
		font-size: 1.6rem;
		line-height: 28px;
	}
	.sec-recruit-message-text {
		width: 90%;
	}
	.sec-recruit-message-image p {
		padding: 0px;
	}
	.sec-recruit-message-flex2 {
		max-width: 1200px;
		    margin: 30px 0;
    padding: 0 20px;
		flex-wrap: nowrap;
		-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	}
	.sec-recruit-message-image2 img {
		    height: 450px;
	}
	.sec-recruit-message-text2 {
		    width: 95%;
		padding: 0 20px;
	}
}
@media (min-width:1440px) {
	.sec-recruit-link {
		margin: 80px 0;
		padding: 0 25%;
	}
	.sec-recruit-link img {
		    height: 230px;
	}
  .sec-recruit {
    width: 1440px;
    margin: 0 auto;
    padding: 30px 20px 80px;
  }
	.sec-recruit-message-image2 img {
		    height: 380px;
	}
	
}
.sec-recruit-message {
  margin-top: 60px;
}
.sec-recruit-message-title img {
  width: 80%;
    height: 100px;
    object-fit: contain;
}
.sec-recruit-cv {
  width: 300px;
  margin: 60px auto 0;
}
.sec-recruit-cv a {
  padding: 5px 40px;
  text-decoration: none;
  font-size: 3.4rem;
  font-weight: 600;
  color: #333;
  border-radius: 10px;
  background: rgb(255, 236, 108);
  background: linear-gradient(90deg, rgba(255, 236, 108, 1) 0%, rgba(255, 215, 34, 1) 18%, rgba(237, 151, 2, 1) 100%);
}
.sec-recruit-cv-icon {
  width: 25px;
  padding-left: 10px;
  object-fit: contain;
}


/**/
.sec-recruit-despc {
  display: none;
}
.sec-recruit-des {
  margin-top: 60px;
}
.sec-recruit-des-h1 {
  font-size: 2.4rem;
  font-weight: 600;
}
.sec-recruit-des-flex2 {
  margin: 20px 0;
  padding: 0 20px;
}
.sec-recruit-des-flex2 p {
  padding: 20px;
  background-color: #F5FFFA;
  font-size: 1.8rem;
  font-weight: 600;
}
.sec-recruit-des-flex2 span {
  font-size: 1.6rem;
  font-weight: 400;
}
.sec-recruit-dessp {
  width: 100%;
  height: 15px;
  margin-top: 10px;
  object-fit: contain;
}
.sec-recruit-des-table th {
	width: 100%;
    display: block;
	background-color: #F5FFFA;
	font-size: 1.8rem;
}
.sec-recruit-des-table td {
	margin: 20px 0;
	padding: 0 20px;
    display: block;
	font-size: 1.6rem;
    text-align: left;
	line-height: 28px;
	font-feature-settings: "palt";
}
.sec-recruit-des-table-b {
	font-weight: 600;
}
@media (min-width:800px) {
  .sec-recruit-despc {
    width: inherit;
    height: 15px;
    margin-top: 30px;
    padding-left: 10px;
    object-fit: contain;
    display: block;
  }
  .sec-recruit-dessp {
    display: none;
  }
  .sec-recruit-des-flex1 {
    -ms-display: flex;
    -moz-display: flex;
    -webkit-display: flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .sec-recruit-des-flex2 {
    margin: 20px 0;
    padding: 0 10px;
    -ms-display: flex;
    -moz-display: flex;
    -webkit-display: flex;
    display: flex;
  }
  .sec-recruit-des-flex2 p {
    width: 130px;
    padding: 20px 15px 0px;
  }
	table {
		margin: 0 20px;
		border-top: solid 3px #808080;
		border-bottom: solid 3px #808080;
	}
	.sec-recruit-des-table tr {
		border-bottom: dotted 1px #808080;
	}
	.sec-recruit-des-table th {
		width: 30%;
		padding-top: 30px;
    padding-left: 30px;
    display: table-cell;
    text-align: left;
	}
	.sec-recruit-des-table-border {
		border-bottom: dotted 1px #808080;
	}
	.sec-recruit-des-table-flex {
		 -ms-display: flex;
    -moz-display: flex;
    -webkit-display: flex;
    display: flex;
	}
	.sec-recruit-des-table-flex-title {
		width: 160px;
	}
}
@media (min-width:1020px) {
	table {
		margin: 0 30px;
	}
	.sec-recruit-des {
		margin-top: 100px;
	}
	.sec-recruit-des-h1 {
		font-size: 6.4rem;
	}
	.sec-recruit-des-flex1 {
		margin-top: 30px;
	}
  .sec-recruit-des-flex2 p {
    width: 180px;
    padding: 30px 15px 10px;
  }
	.sec-recruit-des-table td {
		line-height: 30px;
	}
}
@media (min-width:1440px) {
	.sec-recruit-cv {
		width: 500px;
    margin: 120px auto 0;
	}
	.sec-recruit-des-flex2 {
		padding: 20px 15px;
	}
	.sec-recruit-des-flex2 p {
		width: 240px;
    padding: 40px 15px 20px;
		font-size: 2.4rem;
	}
	.sec-recruit-despc {
		height: 25px;
    margin-top: 40px;
		padding-left: 20px;
	}
	.sec-recruit-cv a {
		padding: 15px 60px;
		font-size: 5.4rem;
	}
	.sec-recruit-message-title img {
		margin-top: 80px;
	}
	table {
		width: 1440px;
    margin: 0 auto;
	}
	.sec-recruit-des-table th {
		font-size: 2.4rem;
	}
	.sec-recruit-des-table td {
		font-size: 2.0rem;
		    line-height: 38px;
	}
}