@charset "UTF-8";

/*------------------------------------------------------------
  body
------------------------------------------------------------*/
.txt {
  text-align: justify;
  line-height: 2em;
}

/*------------------------------------------------------------
  共通
------------------------------------------------------------*/
#under .u-sec {
  padding: 100px 0 150px 0;
  box-sizing: border-box;
}
#under .sec {
  margin: 0 0 120px;
}
#under .block {
  margin: 0 0 70px;
}
#under .box {
  margin: 0 0 40px;
}
#under .ofi-cover {
  object-fit: cover;
  font-family: "object-fit: cover";
}
#under .mt-30 {
  margin: 30px 0 0;
}
#under .mt-50 {
  margin: 50px 0 0;
}

/*--------------------------------------------------
  ttl-box
--------------------------------------------------*/

/*---------- ttl-box01 ----------*/
#under .ttl-box01 {
  text-align: center;
  margin: 0 0 50px;
}
#under .ttl-box01 .eng {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 0 20px;
}
#under .ttl-box01 .eng img {
  width: 18px;
  height: 14px;
  margin: 0 10px 0 0;
}
#under .ttl-box01 p {
  color: #d0111b;
  font-size: 17px;
  letter-spacing: 0.1em;
}
#under .ttl-box01 h3 {
  font-size: 32px;
  font-weight: bold;
  padding: 0 15px;
  box-sizing: border-box;
  display: inline-block;
  position: relative;
  z-index: 10;
}

/*---------- ttl-box02 ----------*/
#under .ttl-box02 h3 {
  font-size: 24px;
  font-weight: bold;
  margin: 0 auto 40px;
  position: relative;
}
#under .ttl-box02 h3::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  background: #f6ab00;
  margin: auto;
  bottom: -8px;
  left: 0;
  right: 0;
}

/*---------- ttl-box03 ----------*/
#under .ttl-box03 h3 {
  height: 35px;
  font-size: 16px;
  background: #f6ab00;
  text-align: center;
  line-height: 35px;
  margin: 0 0 10px;
  padding: 0 10px;
  box-sizing: border-box;
  display: inline-block;
}

/*------------------------------------------------------------
  btn-area
------------------------------------------------------------*/

/*---------- btn-box01 ----------*/
#under .btn-box01 {
  width: 300px;
  height: 60px;
  margin: 50px auto 0;
}
#under .btn-box01 a {
  color: #000;
  font-size: 17px;
  font-weight: bold;
  background: #ffbd26;
  border-radius: 100px;
  text-align: center;
  line-height: 60px;
  position: relative;
}
#under .btn-box01 a::before,
#under .btn-box01 a::after {
  display: block;
  content: "";
  position: absolute;
}
#under .btn-box01 a::before {
  width: 8px;
  height: 8px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  transform: rotate(45deg);
  top: 50%;
  right: 26px;
  margin-top: -4px;
  z-index: 10;
}
#under .btn-box01 a::after {
  width: 40px;
  height: 40px;
  background: #fff;
  border-radius: 100px;
  top: 50%;
  right: 10px;
  margin-top: -20px;
  z-index: 0;
}

/*--------------------------------------------------
  mv
--------------------------------------------------*/
#under .mv {
  width: 100%;
  height: 500px;
  margin: 70px auto 0;
  position: relative;
}
#under .mv .mv-txt {
  content: "";
  display: block;
  position: absolute;
  height: 130px;
  background: rgba(246, 171, 0, 0.75);
  text-align: left;
  margin: auto;
  padding: 33px 70px 0 40px;
  box-sizing: border-box;
  bottom: 0;
  right: 0;
}
#under .mv .mv-txt h2 {
  font-size: 32px;
  letter-spacing: 0.05em;
  margin: 0 0 15px;
}
#under .mv .mv-txt p {
  font-size: 16px;
  padding: 0 0 0 30px;
  box-sizing: border-box;
  position: relative;
}
#under .mv .mv-txt p::before {
  content: "";
  display: block;
  position: absolute;
  width: 20px;
  height: 2px;
  background: #d0111b;
  top: 8px;
  left: 0;
}
#charm .mv {
  background: url("../../images/recruit/charm-mv.jpg") center center no-repeat;
  background-size: cover;
}
#interview_vet .mv {
  background: url("../../images/recruit/interview_vet-mv.jpg") center center no-repeat;
  background-size: cover;
}
#interview_nurse .mv {
  background: url("../../images/recruit/interview_nurse-mv.jpg") center center no-repeat;
  background-size: cover;
}
#interview_rec .mv {
  background: url("../../images/recruit/interview_rec-mv.jpg") center center no-repeat;
  background-size: cover;
}
.entry .mv {
  background: url("../../images/recruit/entry-mv.jpg") center center no-repeat;
  background-size: cover;
}

/*------------------------------------------------------------
  bc-list
------------------------------------------------------------*/
.bc-list {
  font-size: 13px;
  line-height: 1;
  margin: 40px 0 0;
}
.bc-list .bc-inner {
  width: 1090px;
  margin: auto;
}
.bc-list .bc-inner li {
  padding: 0 20px 0 0;
  box-sizing: border-box;
  display: inline-block;
  position: relative;
}
.bc-list .bc-inner li a {
  color: #111;
}
.bc-list .bc-inner li::before {
  content: ">";
  display: block;
  position: absolute;
  top: 0;
  left: -15px;
}
.bc-list .bc-inner li:first-child::before {
  display: none;
}

/*------------------------------------------------------------
  cover-area
------------------------------------------------------------*/

/*---------- cover-area01 ----------*/
.cover-area01 .left {
  width: 65%;
  float: left;
}
.cover-area01 .right img {
  width: 30%;
  height: auto;
  float: right;
}

/*------------------------------------------------------------
  block-inner
------------------------------------------------------------*/
.block-inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

/*---------- block-inner01 ----------*/
.block-inner01 .img-box img {
  width: 100%;
}
.block-inner01 .wrap {
  width: calc(50% - 20px);
}

/*---------- block-inner01 ----------*/
.block-inner02 .img-box img {
  width: 100%;
}
.block-inner02 .wrap {
  width: calc(33.333% - 20px);
}

/*------------------------------------------------------------
  tab
------------------------------------------------------------*/

/*----- tab -----*/
.tab_box {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.tab_box li {
  width: calc(50% - 10px);
  height: 55px;
  color: #fff;
  background: #ccc;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  line-height: 1.3;
  box-sizing: border-box;
  position: relative;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}
.tab_box li.active {
  height: 60px;
  color: #fff;
  font-size: 20px;
  background: #db1420;
}
.tab_box li.active::before {
  content: "";
  position: absolute;
  bottom: 5px;
  right: 5px;
  border-top: 10px solid transparent;
  border-right: 10px solid #fff;
  z-index: 100;
}
.tabContents {
  display: none;
  margin: 50px 0 0;
}
.tabContents.show {
  display: block;
}

/*------------------------------------------------------------
  table
------------------------------------------------------------*/

/*---------- table01 ----------*/
.table-box01 table {
  width: 100%;
  box-sizing: border-box;
}
.table-box01 table tr {
  width: 100%;
  box-sizing: border-box;
  border-bottom: 1px solid #ebebeb;
}
.table-box01 table tr:first-child {
  border-top: 1px solid #ebebeb;
}
.table-box01 table th {
  width: 23%;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  box-sizing: border-box;
  vertical-align: middle;
  position: relative;
}
.table-box01 table td {
  font-size: 14px;
  line-height: 1.8em;
  vertical-align: top;
  padding: 20px 0 20px 55px;
  box-sizing: border-box;
}

/*------------------------------------------------------------
  interview
------------------------------------------------------------*/

/*---------- movie-box ----------*/
.interview .movie-box {
  display: flex;
  align-items: center;
  margin: 0 0 70px;
}
.interview .movie-box .left {
  width: 525px;
  margin: 0 95px 0 0;
}
.interview .movie-box .right p.name {
  font-size: 24px;
  margin: 0 0 20px;
}
.interview .movie-box .right h5 {
  width: 150px;
  height: 35px;
  font-size: 18px;
  background: #f6ab00;
  text-align: center;
  line-height: 35px;
  margin: 0 0 20px;
}

/*--------------------------------------------------
  entry
--------------------------------------------------*/
#entry .txt-box p {
  text-align: center;
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="submit"],
input[type="reset"],
textarea {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  box-sizing: border-box;
  background: transparent;
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: none;
  background: transparent;
  border-radius: 0;
}
.form-area table {
  width: 100%;
  box-sizing: border-box;
}
.form-area tr {
  width: 100%;
  box-sizing: border-box;
  border-bottom: solid 1px #ebebeb;
}
.form-area tr:first-child {
  border-top: solid 1px #ebebeb;
}
.form-area th {
  width: 35%;
  height: 100px;
  vertical-align: middle;
  padding: 25px 0 25px 30px;
  box-sizing: border-box;
}
.form-area th p {
  font-size: 14px;
  font-weight: bold;
  line-height: 25px;
}

.form-area td {
  font-size: 14px;
  padding: 25px 0 25px 50px;
  box-sizing: border-box;
}

/* 必須 */
.form-area th span {
  height: 25px;
  color: #fff;
  font-size: 11px;
  background: #db1420;
  line-height: 25px;
  margin: 0 50px 0 0;
  padding: 0 10px;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: middle;
  float: right;
}

/* input */
.form-area td input.wpcf7-text {
  width: 100%;
  height: 40px;
  font-size: 15px;
  border: solid 1px #d3d3d3;
  padding: 0 10px;
  box-sizing: border-box;
}

/* textarea*/
.form-area td textarea {
  width: 100%;
  border: solid 1px #d3d3d3;
  font-size: 15px;
  padding: 10px 10px;
  box-sizing: border-box;
  resize: vertical;
}

/* TODO */
.form-area .wpcf7-list-item input[type="radio"] {
  display: none;
}
.form-area .wpcf7-list-item:not(:last-child) {
  margin: 0 45px 0 0;
}
.form-area .wpcf7-list-item-label {
  position: relative;
  padding-left: 25px;
}
.form-area .wpcf7-list-item-label::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 14px;
  height: 14px;
  border: 1px solid #cecece;
  top: 0;
  left: 0;
}
.form-area .wpcf7-list-item input[type="radio"]:checked + .wpcf7-list-item-label {
  color: #db1420;
}
.form-area .wpcf7-list-item input[type="radio"]:checked + .wpcf7-list-item-label::after {
  content: "";
  display: block;
  position: absolute;
  width: 5px;
  height: 12px;
  border-bottom: 2px solid #db1420;
  border-right: 2px solid #db1420;
  transform: rotate(45deg);
  top: -1px;
  left: 5px;
}

/* radio box */
.form-area .radio01 {
  display: flex;
  width: 100%;
  box-sizing: border-box;
}
.form-area .radio01 li {
  margin: 0 45px 0 0;
  box-sizing: border-box;
}
.form-area .radio01 li:last-child {
  margin: 0 0 0 0;
}
.form-area .radio01 li input {
  display: none;
}
.form-area .radio01-parts {
  padding: 0 0 0 25px;
  box-sizing: border-box;
  position: relative;
}
.form-area .radio01-parts::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 14px;
  height: 14px;
  border: 1px solid #cecece;
  top: 0;
  left: 0;
}
.form-area .radio01 li input:checked + .radio01-parts {
  color: #db1420;
}
.form-area .radio01 li input:checked + .radio01-parts::after {
  content: "";
  display: block;
  position: absolute;
  width: 5px;
  height: 12px;
  border-bottom: 2px solid #db1420;
  border-right: 2px solid #db1420;
  transform: rotate(45deg);
  top: -1px;
  left: 5px;
}

/* btn */
.form-area .btn-area {
  display: flex;
  justify-content: center;
  margin: 80px 0 0;
}
.form-area .form_btn {
  width: 400px;
  border: none;
  color: #000;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  line-height: 60px;
  margin: 0 20px;
  cursor: pointer;
  transition: all 0.3s;
}
.form-area .form_btn:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
}
.form-area .btn_confirm {
  background: #ffbd26;
}
/*.form_area01 .btn_reset {
	background: #ccc;
}*/

/*.form-area .td01 {
	display: flex;
	align-items: center;
}*/
/*.form_area01 .td01 .col02 {
	margin-right: 20px;
}*/
/*.form_area01 .note {
	margin: 10px 0 0;
}*/
/*.form_area01 #graduation {
	width: 80px;
}*/

/* セレクト */
/*.form_area01 td select {
	height: 45px;
	box-sizing: border-box;
	border: solid 1px #cecece;
}
.form_area01 #select_month01,
.form_area01 #select_month02,
.form_area01 #select_day01,
.form_area01 #select_day02,
.form_area01 #choice_term01,
.form_area01 #choice_term02 {
	width: 80px;
}*/

/*------------------------------------------------------------
  thanks
------------------------------------------------------------*/
#thanks .txt-box p {
  font-size: 18px;
  text-align: center;
}

#thanks .btn-box a {
  width: 330px;
  height: 50px;
  margin: 30px auto 0;
}
#thanks .btn-box a {
  color: #000;
  font-size: 17px;
  background: #ffbd26;
  border-radius: 100px;
  text-align: center;
  line-height: 50px;
  position: relative;
}
#thanks .btn-box a::before,
#thanks .btn-box a::after {
  display: block;
  content: "";
  position: absolute;
}
#thanks .btn-box a::before {
  width: 6px;
  height: 6px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  transform: rotate(45deg);
  top: 50%;
  right: 22px;
  margin-top: -4px;
  z-index: 10;
}
#thanks .btn-box a::after {
  width: 30px;
  height: 30px;
  background: #fff;
  border-radius: 100px;
  top: 50%;
  right: 10px;
  z-index: 0;
  margin-top: -15px;
}
