@charset "utf-8";
@import url(cmn.css);
@import url(base.css);

/* ==========================================================================
	MAIN
	========================================================================== */
	
.mainslider {
  clear: both;
  position: relative;
  overflow: hidden;
  width: 98%;
  max-width: 1400px;
  margin: 0 auto 10vh auto;
}
.slider {
	position: relative;
	width: 100%;
	left: 50%;
  line-height: 0;
  font-size: 0;
	margin: 0 auto 0 -50%;
}
.slick-slide img {
	width: 100%;
  border-radius: 10px;
}

/* ==========================================================================
	CONTENTS
	========================================================================== */

.recruitment tr:nth-child(odd) {
  background-color: var(--color04);
}
.recruitment__tit {
  width: 200px;
  vertical-align: top;
  padding: 20px;
}
.recruitment__txt {
  padding: 20px;
}
.recruitment__txt p {
  margin-bottom: 10px;
}
.recruitment__txt p:last-child {
  margin-bottom: 0;
}
.recruitment-box {
	margin-bottom: 60px;
}
.recruitment-box:last-child {
	margin-bottom: 0;
}

/*CONTACT*/

.contact-form .inner {
	width: 90%;
	background-color: #fff;
	border-radius: 5px;
	margin: 0 auto 50px auto;
}

.contact-form .inner dl {
  display: flex;
  border-bottom: solid 1px #ccc;
  padding-bottom: 25px;
  margin-bottom: 25px;
}
.contact-form .inner dt {
	width: 280px;
}
.contact-form .inner dd {
  flex: 1;
}
.contact-form .inner dd .contact-list {
  display: inline-block;
}
.contact-form .inner dd .contact-list:first-child {
  margin-right: 10px;
}
::placeholder {
  color: #9e9e9e;
}

.hissu {
  display: inline-block;
	color: #fff;
	font-size: 70%;
	line-height: 100%;
	text-align: center;
	background-color: #d40000;
	border-radius: 3px;
	padding: 2px 5px;
	margin-left: 7px;
}
.err {
  color: #e00202;
}

.input01 input {
	background-color: #f2f2f2;
	border: solid 1px #f2f2f2;
	border-radius: 3px;
	padding: 20px;
	width: 100%;
}
.input02 input {
	background-color: #f2f2f2;
	border: solid 1px #f2f2f2;
	border-radius: 3px;
	padding: 20px;
	width: 50%;
}
.input03 input {
	background-color: #f2f2f2;
	border: solid 1px #f2f2f2;
	border-radius: 3px;
	padding: 20px;
}
textarea {
	width: 100%;
	background-color: #f2f2f2;
	border: solid 1px #f2f2f2;
	border-radius: 3px;
	padding: 20px;
}
.radio {
  line-height: 3rem;
}
select {
  width: 50%;
  border: solid 1px #ccc;
  padding: 10px;
}

/*bt*/

.form-bt-wrapper {
  text-align: center;
}
.form-bt {
	width: 500px;
  display: inline-block;
  text-align: center;
	margin: 0 auto;
}
.form-bt li {
  display: inline-block;
  width: 220px;
  margin: 0 10px;
}
.form-bt li input {
  display: block;
	width: 100%;
}
.bt-submit input {
	color: #fff;
	background-color: var(--color02);
	border: solid 1px var(--color02);
  border-radius: 80px;
	padding: 15px 0;
	cursor: pointer;
	-webkit-transition: 0.4s ease-in-out;  
		 -moz-transition: 0.4s ease-in-out;  
			 -o-transition: 0.4s ease-in-out;  
					transition: 0.4s ease-in-out;  
}
.bt-submit input:hover {
	background-color: #ee9768;
	border: solid 1px #ee9768;
}
.bt-reset input {
	color: #fff;
	background-color: #959595;
	border: solid 1px #959595;
  border-radius: 80px;
	padding: 15px 0;
	cursor: pointer;
	-webkit-transition: 0.4s ease-in-out;  
		 -moz-transition: 0.4s ease-in-out;  
			 -o-transition: 0.4s ease-in-out;  
					transition: 0.4s ease-in-out;  
}
.bt-reset input:hover {
	background-color: #bdbdbd;
	border: solid 1px #bdbdbd;
}

.form-bt02 {
	width: 40%;
	margin: 0 auto;
}
.form-bt02 li input {
	width: 100%;
}

.thanks {
	margin-bottom: 50px;
}
.back-top {
	color: #223f9e;
	font-weight: bold;
	text-decoration: underline;
	text-align: center;
}
.back-top a {
	color: #223f9e;
}



/* ==========================================================================
	PC 1025px -
	========================================================================== */

@media screen and (min-width: 1025px){

}
@media screen and (max-width: 1200px){/*1200以下*/


}


/* ==========================================================================
	TABLET - 1024px
	========================================================================== */

@media screen and (max-width:1024px){

.recruitment__tit {
  width: 150px;
  padding: 20px;
}

/*CONTACT*/

.contact-form .inner {
	width: 100%;
	margin: 0 auto 30px auto;
}

.contact-form .inner dl {
  display: block;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.contact-form .inner dt {
	width: 100%;
  margin-bottom: 5px;
}
.contact-form input {
  font-size: 16px;
}
.contact-form textarea {
  font-size: 16px;
}
.input02 input {
	width: 70%;
}

/*bt*/

.form-bt {
	width: 100%;
}
.form-bt li {
  width: 40%;
  margin: 0 10px;
}


}

/* ==========================================================================
	SP - 640px
	========================================================================== */

@media screen and (max-width: 640px) {

.slick-slide img {
  border-radius: 0;
}

.mainslider {
  width: 100%;
  border-radius: 0;
}
.slider {
	width: 140%;
	margin: 0 auto 0 -70%;
}

.mainslider {
  margin: 0 auto 5vh auto;
}

.recruitment__tit {
  display: block;
  width: 100%;
  padding: 15px 15px 0 15px;
}
.recruitment__tit::before {
  content: "/";
  color: var(--color01);
  margin-right: 5px;
}
.recruitment__txt {
  display: block;
  width: 100%;
  padding: 15px;
}
.recruitment-box {
	margin-bottom: 40px;
}

}

