@charset "UTF-8";
/* ------------------------------------------------------
   RECRUIT TITLE
------------------------------------------------------ */
.recruit-head{
  position:relative;
  margin-top:-110px;
  isolation:isolate;
  overflow:hidden;
  width: 100%;
  height:calc(100vh + 110px);
  background:var(--brand) url("../images/recruit_main_image.jpg") top 0px center repeat-x;
  background-size: 1760px;
}
.recruit-head-shadow {
  background-image: linear-gradient(transparent 55%, var(--brand) 75%, var(--brand));
  min-height:calc(100vh + 110px);
}
.recruit-head-wrap {
  position:relative;
  width:min(1080px,92%);
  height:100vh;
  margin-inline:auto;
/*  border: #C1FF00 1px dotted;*/
}
.recruit-image {
  width: 100%;
  min-height:500px;
  object-fit: cover;
}
.recruit-title {
  position: absolute;
  top: 200px;
  left: 50%;
  transform: translate(-50%, 0);
  width: 360px;
}
.recruit-arrow {
  position: absolute;
  top: 400px;
  left: 50%;
  transform: translate(-50%, 0);
  width: 24px;
  animation: blinking 1s ease-in-out infinite alternate;
}
@keyframes blinking {
  0%   { opacity: 0.1; }
  100% { opacity: 1; }
}

.recruit-txt {
  position: absolute;
  bottom: 20px;
  left: 0px;
}
.recruit-gotoform {
  position: absolute;
  bottom: 20px;
  right: 0px;
  width: 200px;
}
.recruit-gotoform a:hover {
  opacity: 0.7;
}
.recruit-txt h3 {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size:clamp(1rem, 1.8rem + 1vw, 2.6rem);
  color: #ffffff;
  margin-bottom: 20px;
  text-shadow:
  1px 1px 2px var(--brand),
  0 0 4px var(--brand),
  0 0 15px var(--brand);
}
.recruit-txt p {
  font-size: clamp(0.96rem, 0.46rem + 1vw, 1.2rem);
  line-height: 160%;
  color: #ffffff;
  font-weight: 400;
  text-align: justify;
  text-shadow:
  1px 1px 2px var(--brand),
  0 0 0.5em var(--brand),
  0 0 0.2em var(--brand);
}


/* ------------------------------------------------------
  RECRUIT MESSAGE
------------------------------------------------------ */
.recruit-message{
  padding:120px 0;
  background:#fff;
  overflow: hidden;
}
.recruit-message-wrap{
  position:relative;
  width:min(1080px,92%);
  margin-inline:auto;
}
.recruit-message-wrap h3 {
  text-align: center;
  margin-bottom: 90px;
}
.message-img {
  position: relative;
  width: min(658px,70%);
  height: auto;
  aspect-ratio: 658/509;
  margin-inline:auto;
  margin-bottom: 90px;
}
.ceo-flame {
  position: absolute;
  top: 10px;
  left: 10px;
}
.ceo-img {
  position: absolute;
  top: -10px;
  left: -10px;
  border-radius: 20px;
}
.ceo-name {
  text-align: right !important;
  padding-top: 10px;
}
.ceo-name img {
  width: 250px;
  padding-left: 30px;
  vertical-align: middle;
}
.recruit-message-wrap h4 {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size:clamp(1rem, 1.8rem + 1vw, 2.6rem);
  color: var(--brand);
  margin-bottom: 40px;
  text-align: center;
}
.recruit-message-wrap p{
  font-size: clamp(0.96rem, 0.46rem + 1vw, 1.2rem);
  line-height: 160%;
  padding-top: 20px;
  padding-bottom: 0px;
  color: var(--brand);
  font-weight: 400;
  text-align: justify;
}

/* ------------------------------------------------------
   RECRUIT VOICE
------------------------------------------------------ */
.recruit-voice {
  padding:120px 0;
  background:var(--bg);
  overflow: hidden;
}
.recruit-voice-wrap{
  position:relative;
  width:min(1080px,92%);
  margin-inline:auto;
}
.recruit-voice-ttl {
  width:min(440px,70%);
  margin-inline:auto;
  margin-bottom: 40px;
}
.recruit-voice-cont {
  margin: 60px auto 120px;
  clear: both;
}
.voice-img {
  float: right;
  width: 500px;
  padding-left: 40px;
  padding-bottom: 40px;
}
.voice-img img {
  border-radius: 20px;
}
.voice-txt {}
.senior-name {
  display: inline-block;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-size:clamp(1rem, 1.8rem + 1vw, 2.2rem);
  color: var(--brand);
  margin-bottom: 10px;
  background: linear-gradient(rgb(0,0,0,0) 60%, #ffffff 40%);
  padding: 3px;
}
.senior-data {
  font-size: 85% !important;
}
.voice-txt h5 {
  display: inline-block;
  font-size: clamp(1rem, 0.46rem + 1vw, 1.3rem);
  line-height: 160%;
  padding-bottom: 0px;
  color: var(--brand);
  font-weight: 400;
  text-align: justify;
  border-bottom: var(--brand) 1px solid;
  margin-bottom: 0px;
}
.voice-txt p {
  font-size: clamp(0.96rem, 0.46rem + 1vw, 1.2rem);
  line-height: 160%;
  padding-top: 20px;
  padding-bottom: 0px;
  color: var(--brand);
  font-weight: 400;
  text-align: justify;
  margin-bottom: 40px;
}


/* ------------------------------------------------------
   RECRUIT OCCUPATION
------------------------------------------------------ */
.recruit-occupation {
  padding:120px 0 60px;
  background:var(--brand);
  overflow: hidden;
}
.recruit-occupation-wrap{
  position:relative;
  width:min(1080px,92%);
  margin-inline:auto;
}
.recruit-occupation-ttl h3 {
  font-size:clamp(1rem, 1.8rem + 1vw, 2.6rem);
  font-weight: 500;
  padding-top: 30px;
  padding-bottom: 20px;
  color: #ffffff;
  background: url("../images/recruit_occupation.png") top right no-repeat;
  background-size: 300px auto;
}
.recruit-occupation-ttl h3::before {
  content: "";
  border-left: var(--gold) calc(4px + 1vw) solid;
  padding-right: 10px;
}
.rot-line {
  margin-top: -25px;
}
.recruit-occupation-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8%;
  row-gap:60px;
  margin-top: 90px;
}
.recruit-occupation-cont {
  width: 28%;
}
.recruit-occupation-cont h4 {
  font-size: clamp(1.2rem, 0.46rem + 1vw, 2rem);
  background-color: #ffffff;
  font-weight: 500;
  margin: 30px auto 30px;
  padding: 10px;
  text-align: center;
  letter-spacing: 0.2rem;
  color:var(--brand);
  border-radius: 40px;
}
.recruit-occupation-cont p {
  color: #ffffff;
  font-size: clamp(0.9rem, 0.46rem + 1vw, 1rem);
  line-height: 160%;
  text-align: justify;
}



/* ------------------------------------------------------
   RECRUIT ENVIROMENT
------------------------------------------------------ */
.recruit-environment {
  padding:60px 0;
  background:var(--brand);
  overflow: hidden;
}
.recruit-environment-wrap{
  position:relative;
  width:min(800px,92%);
  margin-inline:auto;
}
.recruit-environment-wrap h3 {
  font-size:clamp(1rem, 1.8rem + 1vw, 2.6rem);
  font-weight: 500;
  padding-top: 100px;
  padding-bottom: 20px;
  color: #ffffff;
  text-align: center;
}
.recruit-environment-wrap h3::before {
  content: "";
  border-left: var(--gold) calc(4px + 1vw) solid;
  padding-right: 10px;
}
ul.recruit-environment-list {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 5%;
}
ul.recruit-environment-list li {
  width: 30%;
  margin-top: 40px;
  margin-bottom: 40px;
}
.working-environment {
  width: 80%;
  margin-inline:auto;
}


/* ------------------------------------------------------
   RECRUIT FAQ
------------------------------------------------------ */
.recruit-faq {
  padding:120px 0;
  background:#ffffff;
  overflow: hidden;
}
.recruit-faq-wrap{
  position:relative;
  width:min(800px,92%);
  margin-inline:auto;
}
.recruit-faq-ttl h3 {
  font-size:clamp(1rem, 1.8rem + 1vw, 2.6rem);
  font-weight: 500;
  padding-top: 40px;
  padding-bottom: 10px;
  color: var(--brand);
  background: url("../images/recruit_faq.png") top right no-repeat;
  background-size: 200px auto;
  margin-bottom: 40px;
}
.recruit-faq-ttl h3::before {
  content: "";
  border-left: var(--gold) calc(4px + 1vw) solid;
  padding-right: 10px;
}
.faq-item {
  border-top: var(--brand) 2px solid;
  padding: 60px 0 60px;
}
.faq-item h4{
  font-size: clamp(1.2rem, 0.46rem + 1vw, 2.2rem);
  font-weight: 400;
  letter-spacing: 0.1rem;
  color:var(--brand);
}
.faq-item p {
  color: var(--brand);
  font-size: clamp(0.9rem, 0.46rem + 1vw, 1.2rem);
  line-height: 160%;
  text-align: justify;
}
.faq-Q {
  background: url("../images/recruit_Q.png") top left no-repeat;
  background-size: 45px auto;
  min-height: 45px;
  margin-bottom: 40px;
  padding-left: 60px;
  padding-top: 12px;
}
.faq-A {
  background: url("../images/recruit_A.png") top left no-repeat;
  background-size: 45px auto;
  padding-left: 60px;
  padding-top: 6px;
}

/* ------------------------------------------------------
   RECRUIT DATA
------------------------------------------------------ */
.recruit-data {
  padding:120px 0;
  background:var(--brand);
  overflow: hidden;
}
.recruit-data-wrap{
  position:relative;
  width:min(1080px,92%);
  margin-inline:auto;
}
.recruit-data-ttl {
  margin-bottom: 60px;
}
.recruit-data-ttl h3 {
  font-size:clamp(1rem, 1.8rem + 1vw, 2.6rem);
  font-weight: 500;
  padding-bottom: 20px;
  color: #ffffff;
  text-align: center;
}
.recruit-data-ttl h3::before {
  content: "";
  border-left: var(--gold) calc(4px + 1vw) solid;
  padding-right: 10px;
}
.rdt-line {
  width: 68px;
  margin-inline:auto;
  margin-top: 30px;
}
.data-grid {
  width: min(800px,90%);
  display: flex;
  gap:4%;
  row-gap: 30px;
  flex-wrap: wrap;
  margin-inline:auto;
}
.data-item {
  width: 48%;
}

/* ------------------------------------------------------
   RECRUIT REQUIREMENTS
------------------------------------------------------ */
.recruit-requirements {
  padding:120px 0;
  background:#ffffff;
  overflow: hidden;
}
.recruit-requirements-wrap{
  position:relative;
  width:min(1080px,92%);
  margin-inline:auto;
  padding-left: 180px;
  background: url("../images/recruit_requirements.png") top left no-repeat;
}
.recruit-requirements-wrap h3 {
  font-size:clamp(1rem, 1.8rem + 1vw, 2.6rem);
  font-weight: 500;
  color: var(--brand);
  margin-bottom: 40px;
}
.recruit-requirements-wrap h3::before {
  content: "";
  border-left: var(--gold) calc(4px + 1vw) solid;
  padding-right: 10px;
}
.recruit-requirements-table {
  width: 100%;
}
.recruit-requirements-table th {
  border-top: var(--brand) 1px solid;
  padding: 30px 0 30px;
  color: var(--brand);
  font-size: clamp(0.9rem, 0.46rem + 1vw, 1.1rem);
  line-height: 160%;
  text-align: left;
  width: 200px;
  vertical-align: top;
}
.recruit-requirements-table td {
  border-top: var(--brand) 1px solid;
  padding: 30px 0 30px;
  color: var(--brand);
  font-size: clamp(0.9rem, 0.46rem + 1vw, 1.1rem);
  line-height: 160%;
}


/* ------------------------------------------------------
   RECRUIT ENTRY
------------------------------------------------------ */
.recruit-entry {
  padding:120px 0;
  background:var(--bg);
  overflow: hidden;
}
.recruit-entry-wrap{
  position:relative;
  width:min(800px,92%);
  margin-inline:auto;
}
.recruit-entry-ttl h3 {
  font-size:clamp(1rem, 1.8rem + 1vw, 2.4rem);
  font-weight: 500;
  color: var(--brand);
  margin-bottom: 40px;
}
.recruit-entry-ttl h3::before {
  content: "";
  border-left: var(--gold) calc(4px + 1vw) solid;
  padding-right: 10px;
}
.ret-line {
  margin-top: -55px;
  padding-bottom: 110px;
  background: url("../images/recruit_entry.png") top 40px right no-repeat;
  background-size: 200px auto;
}
.entry-required {
  font-size: clamp(0.9rem, 0.46rem + 1vw, 1.1rem);
  color: var(--brand);
  margin-bottom: 20px;
}
.form-group {
  padding: 40px 0 40px;
  border-top: var(--brand) 1px solid;
  display: flex;
  width: 100%;
}
.form-group p {
  display: flex;
  width: 100%;
}
.form-group label {
  width: 180px;
  display: block;
  color: var(--brand);
  font-size: clamp(0.9rem, 0.46rem + 1vw, 1.2rem);
  padding-top: 8px;
}
.form-group span.wpcf7-form-control-wrap {
  width: calc(100% - 180px);
  display: block;
}
.form-group input[type="text"],
.form-group input[type="email"],
.form-group input[type="tel"],
.form-group input[type="number"],
.form-group input[type="password"] {
  font-size: clamp(0.9rem, 0.46rem + 1vw, 1.2rem);
  width: 100%;
  padding: 5px;
}
.form-group input[type="checkbox"]{
  background-color:var(--brand);
  -ms-transform: scale(1.5, 1.5);
  -webkit-transform: scale(1.5, 1.5);
  transform: scale(1.5, 1.5);
  cursor: pointer;
  padding: 0px;
  border:1px;
  margin-top: 0px;
}
.form-group textarea {
  font-size: clamp(0.9rem, 0.46rem + 1vw, 1.2rem);
  width: 100%;
  padding: 5px;
}
.wpcf7-list-item-label {
  padding-top: 10px;
  padding-left: 5px;
  vertical-align: middle;
}
.form-submit {
}
.form-submit p {
  width: 300px;
  margin-inline:auto;
  aspect-ratio: 497/110;
  height: auto;
}
.submit-button {
  background: url("../images/entry_submit.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  border: none;
  cursor: pointer;
  text-indent: -9999px;
	transition: background-image 0.5s;
}
.submit-button:hover {
  background: url("../images/entry_submit_hover.png");
  background-size: contain;
}
.required {
  color: #DE0003;
  font-weight: 600;
}
.wpcf7-acceptance {
  display: block;
  width: 100%;
}
.wpcf7-list-item {
  display: block;
  width: 100%;
}
.wpcf7-list-item label {
  width: 100% !important;
}
.wpcf7-not-valid-tip {
  padding-top: 10px;
}