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


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

.recruit__tit {
	width: 200px;
	background-color: #dff5df;
	vertical-align: top;
	border-top: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
	padding: 30px;
}
.recruit__txt {
	border-top: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
	padding: 30px;
}
.recruit__txt li:last-child {
	margin-bottom: 0;
}
.part__tit {
	font-family: var(--font01);
	font-weight: 900;
	margin-bottom: 10px;
}
.part__txt {
	margin-bottom: 20px;
}
.salary {
	display: flex;
	margin-bottom: 20px;
}
.salary__tit {
	width: 150px;
}
.salary__txt {
	flex: 1;
}

/*CONTACT*/

.contact .tel {
  font-size: 3.5rem;
  font-weight: 700;
  text-align: center;
}
.contact .tel .tit {
  font-size: 60%;
}
.qr {
  padding-top: 50px;
}
.qr p {
  text-align: center;
}
.qr img {
  display: block;
  width: 200px;
  margin: 0 auto;
}

.contact-form {
  margin: 0 auto 30px auto;
}
.contact-form dl {
  display: table;
  table-layout: fixed;
  width: 100%;
  border-bottom: solid 1px rgba(0,0,0,0.1);
  padding-bottom: 23px;
  margin-bottom: 23px;
}
.contact-form dt {
  display: table-cell;
  vertical-align: middle;
  width: 300px;
	padding-right: 20px;
}
.contact-form dt dd {
  display: table-cell;
}
.contact-form dt p {
  line-height: 100%;
  margin-bottom: 0!important;
}
.contact-form dd p {
  margin-bottom: 0!important;
}
.mw_wp_form_confirm {
  padding-top: 100px!important;
}
.mw_wp_form_complete {
  padding-top: 100px!important;
}
.hissu {
	display: inline-block;
	color: #fff;
	font-size: 70%;
	text-align: center;
  line-height: 100%;
	background-color: #e00202;
	border-radius: 3px;
	padding: 2px 5px;
	margin-left: 7px;
}

.input01 input {
	background-color: #f8f8f8;
	border: solid 1px #bbbbbb;
	border-radius: 5px;
	padding: 20px;
	width: 50%;
}
.input02 input {
	background-color: #f8f8f8;
	border: solid 1px #bbbbbb;
	border-radius: 5px;
	padding: 20px;
	width: 80%;
}
textarea {
	width: 100%;
	background-color: #f8f8f8;
	border: solid 1px #bbbbbb;
	border-radius: 5px;
	box-sizing: border-box;
	padding: 20px;
}
.radio {
  line-height: 3rem;
}
.bt-form {
	overflow: hidden;
	text-align: center;
	margin: 0 auto 20px auto;
}
.bt-form li {
	display: inline-block;
	width: 100%;
	padding: 0 5%;
}
.bt-form li button {
	display: inline-block;
	color: #fff;
	width: 35%;
	font-size: 100%;
	background-color: #000;
	border: solid 1px #000;
	cursor: pointer;
	padding: 25px 0;
	margin: 0 10px;
	-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-form li button:hover {
	background-color: #545454;
	border: solid 1px #545454;
}
.bt-form li input {
	display: inline-block;
	color: #fff;
	width: 25%;
	font-size: 100%;
	background-color: #000;
	border: solid 1px #000;
	cursor: pointer;
	padding: 25px 0;
	margin: 0 10px;
	-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;  
}

/* 各ベンダープレフィックスが取れた標準版 */
:placeholder-shown {
	color: #cecece;
}
/* Google Chrome, Safari, Opera 15+, Android, iOS */
::-webkit-input-placeholder {
	color: #cecece;
}
/* Firefox 18- */
:-moz-placeholder {
	color: #cecece; opacity: 1;
}
/* Firefox 19+ */
::-moz-placeholder {
	color: #cecece; opacity: 1;
}
/* IE 10+ */
:-ms-input-placeholder {
	color: #cecece;
}

/*チェックボックス*/

.checkbox01-input{
  display: none;
}
.mwform-checkbox-field-text{
  padding-left: 25px;
  position:relative;
}
.mwform-checkbox-field-text::before{
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 15px;
  height: 15px;
	background-color: #fff;
  border: 2px solid #d9d9d9;
  border-radius: 4px;
}
.checkbox01-input:checked + .mwform-checkbox-field-text{
  color: #3bbe9e;
}
.checkbox01-input:checked + .mwform-checkbox-field-text::after{
  content: "";
  display: block;
  position: absolute;
  top: -5px;
  left: 5px;
  width: 7px;
  height: 14px;
  transform: rotate(40deg);
  border-bottom: 3px solid #3bbe9e;
  border-right: 3px solid #3bbe9e;
}

label {
	display: inline-block;
	margin: 0 10px 10px 0;
}
.contact-form select {
	width: 80%;
	background-color: #f8f8f8;
	border: solid 1px #bbbbbb;
	border-radius: 5px;
	box-sizing: border-box;
	padding: 20px;
}


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

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


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

}


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

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

.recruit__tit {
	width: 150px;
}

/*CONTACT*/

.contact-form dl {
  display: block;
  border-bottom: solid 1px rgba(0,0,0,0.1);
}
.contact-form dt {
  display: block;
  width: 100%;
	padding-right: 0;
	margin-bottom: 10px;
}
.contact-form dt dd {
  display: block;
}

/*POST*/

.main-content {
  float: none;
  width: 100%;
  margin-bottom: 50px;
}
.side-content {
  overflow: hidden;
  float: none;
  width: 100%;
  margin-bottom: 50px!important;
}

}

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

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

.recruit__tit {
	display: block;
	width: 100%;
	border-bottom: none;
	padding: 20px;
}
.recruit__txt {
	display: block;
	width: 100%;
	border-bottom: none;
	padding: 20px;
}
.salary__tit {
	width: 120px;
}

/*CONTACT*/

.contact-form dl {
  padding-bottom: 17px;
  margin-bottom: 17px;
}
.input01 input {
	padding: 15px;
	width: 70%;
}
.input02 input {
	padding: 15px;
	width: 100%;
}
textarea {
	padding: 15px;
}
.bt-form li button {
	width: 35%;
	padding: 15px 0;
}
.bt-form li input {
	width: 35%;
	padding: 15px 0;
}


/*POST*/

.main-content {
  margin-bottom: 40px;
}
.side-content {
  margin-bottom: 40px!important;
}
.side-content h2 {
  font-size: 1.6rem;
}

/*ARTICLE*/

.article-tit {
  font-size: 2rem;
  margin-bottom: 10px;
}
.tag {
  margin-bottom: 40px;
}
.tag a {
  margin-right: 7px;
}
article {
  margin-bottom: 40px;
}
article .inner h1 {
  font-size: 2rem;
}
article .inner h2 {
  font-size: 1.9rem;
}
article .inner h3 {
  font-size: 1.9rem;
}
article .inner h4 {
  font-size: 1.7rem;
}
article .inner h5 {
  color: #aac946;
  font-size: 1.7rem;
}
article .inner h6 {
  font-size: 1.7rem;
}

}

