@charset "UTF-8";
/*------------------------------------------- お問い合わせ*/
.mv__page--recruit {
  background-image: url(../img/recruit/mv_sp.jpg);
}
.mv__page--interview {
  background-image: url(../img/recruit/mv_sp.jpg);
}

.contact__body > p {
  margin: -5px 0 40px;
}

.contact__link__button {
  margin-bottom: 30px;
}
.contact__link__button .button {
  max-width: 350px;
  height: 80px;
}
.contact__link__button .button__txt {
  text-align: center;
}
.contact__link__button .button__txt__main,
.contact__link__button .button__txt__sub {
  color: #fff;
  display: block;
  font-weight: bold;
}
.contact__link__button .button__txt__main {
  font-size: 1.8rem;
}

.form__area--name > ul {
  margin: -20px 0 0;
}
.form__area--name > ul > li {
  width: 100%;
  padding: 20px 0 0;
}

@media screen and (min-width: 768px) {
  .mv__page--recruit {
    background-image: url(../img/recruit/mv_pc.jpg);
  }
  .mv__page--interview {
    background-image: url(../img/recruit/mv_pc.jpg);
  }
  .contact__body .table th {
    text-align: right;
  }
  .contact__link__button .button:hover {
    background-color: #b92526;
  }
  .form__area--name > ul {
    margin: 0 -10px;
  }
  .form__area--name > ul > li {
    width: 50%;
    padding: 0 10px;
  }
}
@media screen and (min-width: 992px) {
  .contact__body > p {
    margin: -6px 0 55px;
  }
  .contact__link__button {
    margin-bottom: 40px;
  }
  .contact__link__button .button {
    max-width: 450px;
    height: 100px;
  }
  .contact__link__button .button__txt__main {
    font-size: 2rem;
  }
}
/*------------------------------------------- フォーム*/
.must,
.any {
  font-size: 1.2rem;
  line-height: 1;
  color: #fff;
  background-color: #d63435;
  margin-left: 10px;
  padding: 5px 6px;
  font-weight: normal;
  letter-spacing: 0.06em;
}

.any {
  background-color: #292b2d;
}

.input,
.textarea {
  border: 1px solid #c2c2c2;
  width: 100%;
  padding: 11px 15px 7px 15px;
  transition: border-color 0.3s;
  letter-spacing: 0.06em;
  font-size: 1.6rem;
}
.input:focus,
.textarea:focus {
  border-color: #d63435;
}

.textarea {
  height: 53vw;
}

.wpcf7-form-control-wrap {
  display: block;
}
.wpcf7-form-control-wrap.postal {
  margin-bottom: 5px;
}

.wpcf7-checkbox {
  display: flex;
  flex-wrap: wrap;
  margin: -15px -5px 0;
}
.wpcf7-checkbox > .wpcf7-list-item {
  width: 100%;
  padding: 15px 5px 0;
  margin: 0;
}
.wpcf7-checkbox > .wpcf7-list-item label {
  display: block;
  width: 100%;
}
.wpcf7-checkbox > .wpcf7-list-item label input {
  display: none;
}
.wpcf7-checkbox > .wpcf7-list-item label input:checked + .wpcf7-list-item-label::before {
  border-color: #d63435;
  border-width: 2px;
}
.wpcf7-checkbox > .wpcf7-list-item label input:checked + .wpcf7-list-item-label::after {
  opacity: 1;
}
.wpcf7-checkbox .wpcf7-list-item-label {
  display: flex;
  align-items: center;
  position: relative;
  font-size: 1.6rem;
  line-height: 1.4;
}
.wpcf7-checkbox .wpcf7-list-item-label::before {
  content: "";
  display: inline-block;
  background-color: #fff;
  width: 25px;
  height: 25px;
  margin-right: 15px;
  transition: background-color 0.3s, border-color 0.3s;
  border: 2px solid transparent;
  border: 1px solid #c2c2c2;
}
.wpcf7-checkbox .wpcf7-list-item-label::after {
  display: block;
  content: "";
  position: absolute;
  top: 6px;
  left: 6px;
  width: 14px;
  height: 9px;
  border-left: 2px solid #d63435;
  border-bottom: 2px solid #d63435;
  transform: rotate(-45deg);
  opacity: 0;
  transition: opacity 0.3s;
}

.privacy__area > p {
  margin: 0 0 5px;
}
.privacy__area > p:last-child {
  margin-bottom: 0;
}
.privacy__area span {
  display: block;
  margin: 0;
}
.privacy__area label {
  display: block;
}
.privacy__area label > input {
  display: none;
}
.privacy__area label > input:checked + span::before {
  border-color: #d63435;
  border-width: 2px;
}
.privacy__area label > input:checked + span::after {
  opacity: 1;
}
.privacy__area label > span {
  font-size: 1.4rem;
  line-height: 1.4;
  display: flex;
  align-items: center;
  position: relative;
  border: 1px solid #c2c2c2;
  padding: 12px 10px;
}
.privacy__area label > span::before {
  content: "";
  display: inline-block;
  background-color: #fff;
  width: 25px;
  height: 25px;
  margin-right: 15px;
  transition: border-color 0.3s, background-color 0.3s;
  border: 1px solid #c2c2c2;
}
.privacy__area label > span::after {
  display: block;
  content: "";
  position: absolute;
  top: 17px;
  left: 16px;
  width: 14px;
  height: 9px;
  border-left: 2px solid #d63435;
  border-bottom: 2px solid #d63435;
  transform: rotate(-45deg);
  opacity: 0;
  transition: opacity 0.3s;
}

.selectbox {
  position: relative;
}
.selectbox select {
  height: 50px;
  border: 1px solid #d8dde5;
  font-size: 1.6rem;
  padding: 10px 35px 10px 15px;
  width: 100%;
}
.selectbox .selectbox_icon {
  width: 22px;
  height: 22px;
  background-color: #d63435;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  pointer-events: none;
}
.selectbox .selectbox_icon .icon--arrow2 {
  color: #d63435;
  margin-top: 1px;
  font-size: 1rem;
  position: absolute;
  top: 50%;
  left: 8px;
  transform: translateY(-50%) rotate(90deg) scale(0.9, 0.9);
}
.selectbox .wpcf7-form-control-wrap {
  display: block;
}
.selectbox.type--1 {
  max-width: 300px;
}
.selectbox.type--1 select {
  height: auto;
  padding: 2px 35px 2px 20px;
}
.selectbox.type--1 .selectbox_icon {
  width: 26px;
  height: 26px;
  background-color: transparent;
  border-left: 1px solid #c2c2c2;
  right: 5px;
}
.selectbox.type--1 .selectbox_icon .icon_arrow {
  color: #d63435;
  font-size: 1.2rem;
}

.form__action {
  position: relative;
  overflow: hidden;
  margin-top: 40px;
}
.form__action .button {
  transition: background-color 0.3s;
  max-width: 335px;
}
.form__action .wpcf7-submit {
  width: 100%;
  height: 100%;
  display: block;
  text-align: center;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.form__action .ajax-loader {
  display: none;
}
.form__action .wpcf7-spinner {
  display: none;
}

.wpcf7 input[type=file] {
  width: 100%;
}

.wpcf7-not-valid-tip {
  font-size: 1.4rem;
  color: #d63435;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 767px) {
  .form__table tr + tr th {
    border-top: none;
  }
}
@media screen and (min-width: 768px) {
  .input.input--s {
    max-width: 300px;
  }
  .textarea {
    height: 180px;
  }
  .form__table th {
    width: 210px;
    vertical-align: top;
    padding-top: 15px;
  }
  .form__table th label {
    display: block;
  }
  .wpcf7-form-control-wrap.item {
    padding-top: 5px;
  }
  .wpcf7-checkbox {
    margin: -15px 0 0 -15px;
  }
  .wpcf7-checkbox > .wpcf7-list-item {
    width: auto;
    padding: 15px 0 0 15px;
  }
  .wpcf7-checkbox > .wpcf7-list-item label {
    padding: 0;
  }
  .wpcf7-checkbox .wpcf7-list-item-label::before {
    border-width: 1px;
    margin-right: 10px;
  }
  .wpcf7-checkbox .wpcf7-list-item-label::after {
    top: 6px;
  }
  .privacy__area > p {
    margin-bottom: 10px;
  }
  .privacy__area label > span::before {
    border: 1px solid #c2c2c2;
    background-color: #fff;
    margin-right: 10px;
  }
  .privacy__area label > span::after {
    top: 18px;
  }
  .form__action .button {
    max-width: 300px;
  }
}
@media screen and (min-width: 992px) {
  .input,
.textarea {
    padding: 4px 15px 4px 15px;
  }
  .wpcf7-form-control-wrap.item {
    padding: 4px 0;
  }
  .wpcf7-checkbox {
    margin: -15px 0 0 -30px;
  }
  .wpcf7-checkbox > .wpcf7-list-item {
    padding: 15px 0 0 30px;
  }
  .wpcf7-checkbox .wpcf7-list-item-label::before {
    width: 30px;
    height: 30px;
  }
  .wpcf7-checkbox .wpcf7-list-item-label::after {
    top: 8px;
    width: 17px;
    height: 10px;
  }
  .privacy__area {
    padding-bottom: 10px;
  }
  .privacy__area > p {
    margin: 0 0 17px;
  }
  .privacy__area label > span {
    font-size: 1.6rem;
  }
  .privacy__area label > span::before {
    width: 30px;
    height: 30px;
  }
  .privacy__area label > span::after {
    top: 19px;
    width: 17px;
    height: 10px;
  }
  .form__action {
    margin-top: 60px;
  }
}
/*------------------------------------------- サンクス*/
.content--thanks > .content__area > p {
  margin-bottom: 40px;
}

@media screen and (min-width: 768px) {
  .content--thanks > .content__area > p {
    text-align: center;
  }
}
@media screen and (min-width: 992px) {
  .content--thanks > .content__area > p {
    margin-bottom: 55px;
  }
}


.contact__inner {
	margin-top: 1.6em;
}



/* recruit
+++++++++++++++++++++++++++++++ */
.recruit1 {
	max-width: 1200px;
    margin: 0 auto 90px;
    padding: 0 30px;
}
.recruit1 h3 {
    font-size: 3.0rem;
    font-weight: bold;
    margin-bottom: 20px;
    color: #2279c2;
}
.recruit1 .flex01 {
	display: flex;
}
.recruit1 .flex01 li:first-child {
	width: 42%;
	margin-right: 60px;
}
.recruit1 .flex01 li:last-child {
	flex: 1;
}
.recruit1 p {
	text-align: justify;
	margin-bottom: 1.4em;
}
.recruit1 p:last-child {
	margin-bottom: 0;
}
.recruit2 .table_recruit {
	margin-bottom: 140px;
}

.recruit_photo {
	margin-bottom: 90px;
}


@media screen and (max-width: 991px) {
	.recruit1 h2 {
		margin-bottom: 50px;
	}
	.recruit1 .flex01 {
		display: block;
		width: 80%;
		margin: 0 auto;
	}
	.recruit1 .flex01 li:first-child {
		width: 100%;
		margin-right: 0;
		margin-bottom: 30px;
	}
}
@media screen and (max-width: 769px) {
	.recruit1 {
		padding: 0 5%;
	}
	.recruit1 h2 {
		font-size: 2.6rem;
		margin-bottom: 40px;
	}
	.recruit1 h2 br {
		display: none;
	}
	.recruit1 h3 {
		font-size: 1.8rem;
		margin-bottom: 10px;
		line-height: 1.6;
	}
	.recruit1 li p {
		margin-bottom: 1.2em;
	}
	.recruit1 li p:last-child {
		margin-bottom: 0;
	}
	.recruit1 .flex01 {
		width: 100%;
	}
	.recruit2 .table_recruit {
		margin-bottom: 5em;
	}
}


.btn_area {
	max-width: 1080px;
	margin: 0 auto 90px;
	padding: 0 30px;
	display: flex;
	justify-content: center;
}
.btn_area .button {
	width: calc( 100% / 3 - 10px );
}
.btn_area .button a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
}
@media screen and (max-width: 769px) {
	.btn_area {
		margin: 0 auto 40px;
		padding: 0;
		display: block;
	}
	.btn_area .button {
		width: 80%;
		margin-bottom: 20px;
	}
	.btn_area .button:last-child {
		margin-bottom: 0;
	}
	.btn_area .button a {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 100%;
		height: 100%;
	}
}

/* 先輩社員インタビュー */
.interview01 {
}
.interview01 dt {
	font-size: 1.8rem;
	font-weight: bold;
	margin-bottom: 14px;
}
.interview01 dd {
	padding-bottom: 1.0em;
	margin-bottom: 1.0em;
	border-bottom: 1px solid #ccc;
	line-height: 1.6;
}
.schedule {
	background-color: #f0f0f0;
	padding: 60px;
}
.schedule h3 {
	background-color: #2279c2;
	color: #fff;
	font-size: 2.0rem;
	font-weight: bold;
	padding: 10px;
	text-align: center;
}
.interview02 {
	width: 100%;
	border-top: 1px solid #aaa;
	border-left: 1px solid #aaa;
	background-color: #fff;
}
.interview02 th, .interview02 td {
	border-bottom: 1px solid #aaa;
	border-right: 1px solid #aaa;
	padding: 20px;
}
.interview02 th {
	white-space: nowrap;
}
.interview_img1 {
	max-width: 600px;
	margin: 0 auto 50px;
}
.interview_img2 {
	margin: 0 auto 30px;
}
@media screen and (max-width: 769px) {
	.interview01 dt {
		font-size: 1.6rem;
		margin-bottom: 10px;
	}
	.schedule {
		padding: 20px;
	}
	.schedule h3 {
		font-size: 1.6rem;
		padding: 6px 10px;
		line-height: 1;
	}
	.interview02 th, .interview02 td {
		padding: 12px;
		line-height: 1.6;
	}
	.interview_img1 {
		margin: 0 auto 30px;
	}
	.interview_img2 {
		margin: 0 auto 10px;
	}
}






