@charset 'UTF-8';

.recruit-application_title {
  display: flex; 
  background-color: #daebcb;
  font-weight: 700;
  line-height: 1.5;
}

.recruit-application_contents {
  background-color: #fff;
}

.recruit-application_item {
  position: relative;
  padding-left: 16px;
}
.recruit-application_item + .recruit-application_item {
  margin-top: 3px;
}
.recruit-application_item:before {
  position: absolute;
  left: 0; 
  content: '';
  height: 8px;
  width: 8px;
  background-color: #2fa099;
  border-radius: 50%;
}

.recruit-application_note-item:before {
  content: '※';
}

.recruit-faq_unit {
  position: relative;
  background-color: #fff;
}
.recruit-faq_unit._colored {
  background-color: #f7fbf5;
}
.recruit-faq_unit._colored::before, .recruit-faq_unit._colored::after {
  position: absolute;
  top: 0;
  content: '';
  height: 100%;
}
.recruit-faq_unit._colored::before {
  left: 0; 
  background: linear-gradient(90deg, white 0%, rgba(255, 255, 255, 0) 100%);
}
.recruit-faq_unit._colored::after {
  right: 0; 
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, white 100%);
}

.recruit-faq_qa {
  position: relative;
  z-index: 1;
}

.recruit-faq_question {
  z-index: 2;
  font-size: 16px; 
  font-weight: 700;
}
.recruit-faq_question span {
  position: relative; 
  display: block;
}
.recruit-faq_question span::before {
  position: absolute;
  content: '';
  height: 32px; 
  width: 32px;
  background-color: #2fa099;
  border-radius: 6px;
  transform: rotate(55deg);
}
.recruit-faq_question span::after {
  position: absolute;
  content: 'Q';
  color: #fff;
  font-family: 'Lato', sans-serif;
  font-size: 22px;
  font-style: italic;
  font-style: italic; 
  font-weight: 700;
}

.recruit-faq_answer span {
  position: relative;
  display: block;
}
.recruit-faq_answer span::before {
  position: absolute;
  content: '';
  height: 32px; 
  width: 32px;
  background-color: #e6f2e1;
  border-radius: 6px;
  transform: rotate(55deg);
}
.recruit-faq_answer span::after {
  position: absolute;
  content: 'A';
  color: #2fa099;
  font-family: 'Lato', sans-serif;
  font-size: 22px;
  font-style: italic;
  font-style: italic; 
  font-weight: 700;
}

.recruit-flow_chart {
  display: flex;
}

.recruit-flow_unit {
  position: relative;
  display: flex;
  height: 168px;
  width: 170px;
  padding-top: 40px;
  flex-direction: column;
  justify-content: flex-start;
  background-color: #94a6ae;
  border-radius: 10px;
  color: #fff; 
  align-items: center;
}
.recruit-flow_unit::before {
  position: absolute;
  content: '';
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.recruit-flow_unit:last-child {
  position: relative;
  padding-top: 62px; 
  background-color: #2fa099;
}
.recruit-flow_unit:last-child::before {
  content: none;
}
.recruit-flow_unit:last-child::after {
  position: absolute;
  left: 0;
  top: 0;
  content: '';
  height: 168px;
  width: 170px;
  background-color: rgba(66, 130, 36, 0.8);
  border-radius: 10px; 
  transform: rotate(-15deg);

  mix-blend-mode: multiply;
}

.recruit-flow_term {
  font-weight: 700;
  letter-spacing: 0.1em;
}

.recruit-flow_description {
  margin-top: 17px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.5;
  text-align: center;
}
.recruit-flow_description._single {
  margin-top: 30px;
}

.recruit-flow_text {
  position: relative;
  z-index: 1; 
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.75;
  text-align: center;
}

.recruit-flow_link {
  display: flex;
  margin-top: 60px; 
  flex-direction: column;
  align-items: center;
}

.recruit-flow_button {
  display: flex;
  height: 48px;
  max-width: 300px;
  margin: 0 auto;
  justify-content: center;
  background-color: #0e7a9e;
  border-radius: 50px;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  align-items: center;
  line-height: 1.2;
  transition: color 0.3s, background 0.3s;
}
.recruit-flow_button span {
  position: relative;
}
.recruit-flow_button span:after {
  position: absolute;
  top: 50%;
  content: '';
  background-size: 100% 100%;
  transform: translateY(-50%);
  transition: background 0.3s;
}
.recruit-flow_button._arrow span:after {
  right: -36px; 
  height: 11px;
  width: 21px;
  background-image: url('/img/ico_allow.svg');
}
.recruit-flow_button._wide {
  max-width: 400px;
}
.recruit-flow_button._pdf span:after {
  right: -30px; 
  height: 20px;
  width: 17px;
  background-image: url('/img/ico_pdf.svg');
}
.recruit-flow_button._back {
  background-color: #99abb1;
}
.recruit-flow_button._recruit {
  background-color: #2fa099;
  letter-spacing: 0;
}
.recruit-flow_button._recruit._back {
  background-color: #99abb1;
}
.recruit-flow_button._disabled {
  pointer-events: none; 
  background-color: #ccc;
}

.recruit-heading {
  position: relative;
}
.recruit-heading:before {
  content: '';
}
.recruit-heading:after {
  position: absolute;
  content: '';
  background-position: 50% 50%; 
  background-repeat: no-repeat;
}
.recruit-heading_inner {
  position: relative;
}
.recruit-heading_inner:before {
  position: absolute;
  content: ''; 
  z-index: 1;
}
.recruit-heading_text {
  position: relative;
  z-index: 1;
  color: #fff; 
  line-height: 1;
  text-transform: uppercase;
}
.recruit-heading_text:before {
  position: absolute;
  content: '';
  opacity: 0.16;
  z-index: -1;
  background-color: #88bd49;
  border-radius: 15px;
}
.recruit-heading_en {
  font-family: 'Lato', sans-serif;
  font-style: italic;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1;
}
.recruit-heading_ja {
  display: block;
  margin-top: 18px;
  font-weight: 700;
}
.recruit-heading_lead {
  position: relative;
  z-index: 1;
  color: #fff; 
  font-weight: 700;
  line-height: 1.8;
}
.recruit-heading_lead:before {
  position: absolute;
  content: '';
  opacity: 0.4;
  z-index: -1;
  height: 60px; 
  width: 60px;
  background-color: #e2e37d;
  border-radius: 10px;
  transform: rotate(69deg);
}
.recruit-heading_lead:after {
  position: absolute;
  content: '';
  opacity: 0.24; 
  z-index: 1;
  background-color: #8cbac9;
  transform: rotate(103deg);
}
.recruit-heading_balloon {
  position: absolute;
  display: flex;
  z-index: 1; 
  justify-content: center;
  background-image: url('/img/recruit/ico_balloon.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  align-items: center;
}
.recruit-heading_balloon span {
  display: block;
  color: #058e85;
  font-weight: 700;
  line-height: 1.5;
}

.recruit-lead_heading {
  margin-bottom: 18px;
  font-weight: 700;
  line-height: 1.8;
}

.recruit-point_longterm {
  position: relative;
  z-index: 2;
  background-color: #2fa099;
  border-radius: 10px;
}

.recruit-point_title {
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.1em; 
  line-height: 1.5;
}
.recruit-point_title span {
  color: #e6d539;
}

.recruit-point_text {
  color: #fff; 
  font-weight: 700;
  text-align: left;
}

.recruit-point_system-unit {
  position: relative;
  z-index: 2;
  border: solid 4px #2fa099;
  border-radius: 10px;
}

.recruit-point_system-title {
  color: #058e85;
  font-weight: 700;
  line-height: 1.5;
}
.recruit-point_system-title span {
  position: relative;
}
.recruit-point_system-title span:after {
  position: absolute;
  bottom: -5px;
  left: 0; 
  content: '';
  z-index: 1;
  height: 4px;
  width: 100%;
  background-color: #e6d539;
  transform: skewX(-45deg) rotate(-1deg);
}

.recruit-point_system-text {
  text-align: left;
}

@media screen and (max-width: 767px) {
  .recruit-application {
    padding: 80px 0;
  }
  .recruit-application_title {
    height: 70px;
    padding: 0 30px; 
    align-items: center;
  }
  .recruit-application_contents {
    padding: 24px 30px;
  }
  .recruit-application_item:before {
    top: 9px;
  }
  .recruit-faq {
    padding: 80px 0 45px;
  }
  .recruit-faq_lead {
    padding: 0 30px;
  }
  .recruit-faq_contents {
    margin-top: 20px;
  }
  .recruit-faq_unit._colored::before, .recruit-faq_unit._colored::after {
    width: 80px;
  }
  .recruit-faq_qa {
    padding: 30px;
  }
  .recruit-faq_question span {
    padding-left: 50px;
  }
  .recruit-faq_question span::before {
    left: 0; 
    top: -2px;
  }
  .recruit-faq_question span::after {
    left: 7px; 
    top: -8px;
  }
  .recruit-faq_answer {
    margin-top: 20px;
    padding-left: 40px;
  }
  .recruit-faq_answer span {
    padding-left: 50px;
  }
  .recruit-faq_answer span::before {
    left: 0; 
    top: -2px;
  }
  .recruit-faq_answer span::after {
    left: 9px; 
    top: -6px;
  }
  .recruit-flow_chart {
    margin-top: 40px; 
    flex-direction: column;
    align-items: center;
  }
  .recruit-flow_unit + .recruit-flow_unit {
    margin-top: 32px;
  }
  .recruit-flow_unit::before {
    bottom: -30px;
    left: 50%;
    height: 34px;
    width: 28px;
    background-image: url('/img/recruit/ico_allow_flow.svg');
    transform: translateX(-50%) rotate(90deg);
  }
  .recruit-flow_unit:last-child {
    margin-top: 50px;
  }
  .recruit-flow_button {
    width: 95.2381%;
    padding: 0 45px;
  }
  .recruit-flow_button._recruit {
    text-align: center;
  }
  .recruit-heading:after {
    right: 0;
    top: 200px;
    z-index: -1; 
    height: 443px;
    width: 100%;
    background-image: url('/img/recruit/kv_recruit_sp.png');
    background-size: 100% 100%;
  }
  .recruit-heading_inner {
    height: 640px;
    padding: 35px 30px 0;
  }
  .recruit-heading_inner:before {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1; 
    height: 0;
    width: 0;
    border-color: #058e85 transparent transparent transparent;
    border-style: solid;
    border-width: 326px 1245px 0 0;
  }
  .recruit-heading_text:before {
    left: -75px; 
    top: -128px;
    height: 167px;
    width: 167px;
    transform: rotate(120deg);
  }
  .recruit-heading_en {
    font-size: 42px;
  }
  .recruit-heading_ja {
    font-size: 14px;
  }
  .recruit-heading_lead {
    margin-top: 32px;
    font-size: 24px;
  }
  .recruit-heading_lead:before {
    left: -28px; 
    top: -13px;
  }
  .recruit-heading_lead:after {
    left: 95px;
    top: 26px;
    height: 157px;
    width: 157px;
    border-radius: 20px;
  }
  .recruit-heading_balloon {
    left: 226px; 
    top: 65px;
    height: 69px;
    width: 111px;
  }
  .recruit-heading_balloon span {
    font-size: 12px;
  }
  .recruit-lead_inner {
    padding: 80px 30px;
  }
  .recruit-lead_heading {
    font-size: 24px;
  }
  .recruit-lead_text + .recruit-lead_text {
    margin-top: 27px;
  }
  .recruit-point_longterm {
    margin-top: 30px;
    padding: 20px;
  }
  .recruit-point_title {
    font-size: 20px;
  }
  .recruit-point_text {
    margin-top: 16px;
  }
  .recruit-point_system {
    margin-top: 30px;
  }
  .recruit-point_system-unit {
    padding: 20px;
  }
  .recruit-point_system-unit + .recruit-point_system-unit {
    margin-top: 24px;
  }
  .recruit-point_system-title {
    font-size: 20px;
  }
  .recruit-point_system-text {
    margin-top: 20px;
  }
}

@media print, screen and (min-width: 768px) {
  .recruit-application {
    max-width: 980px;
    margin: 0 auto; 
    padding: 80px 0;
  }
  .recruit-application_inner {
    margin-top: 40px;
  }
  .recruit-application_unit {
    display: flex;
  }
  .recruit-application_unit + .recruit-application_unit {
    margin-top: 2px;
  }
  .recruit-application_title {
    width: 168px;
    padding: 32px 0 32px 32px;
    font-size: 16px; 
    align-items: flex-start;
  }
  .recruit-application_contents {
    display: flex;
    padding: 32px; 
    flex: 1;
    flex-direction: column;
    justify-content: center;
  }
  .recruit-application_item:before {
    top: 50%;
    transform: translateY(-50%);
  }
  .recruit-faq {
    padding: 80px 0 45px;
  }
  .recruit-faq_lead {
    max-width: 980px;
    margin: 0 auto;
  }
  .recruit-faq_contents {
    margin-top: 45px;
  }
  .recruit-faq_unit._colored::before, .recruit-faq_unit._colored::after {
    width: 150px;
  }
  .recruit-faq_qa {
    max-width: 980px;
    margin: 0 auto; 
    padding: 37px 0;
  }
  .recruit-faq_question span {
    padding-left: 54px;
  }
  .recruit-faq_question span::before {
    left: 6px; 
    top: -2px;
  }
  .recruit-faq_question span::after {
    left: 14px; 
    top: -6px;
  }
  .recruit-faq_answer {
    margin-top: 24px;
  }
  .recruit-faq_answer span {
    padding-left: 85px;
  }
  .recruit-faq_answer span::before {
    left: 38px; 
    top: -2px;
  }
  .recruit-faq_answer span::after {
    left: 47px; 
    top: -7px;
  }
  .recruit-flow_chart {
    margin-top: 34px; 
    justify-content: space-between;
  }
  .recruit-flow_unit::before {
    right: -28px;
    top: 50%;
    height: 34px;
    width: 28px;
    background-image: url('/img/recruit/ico_allow_flow.svg');
    transform: translateY(-50%);
  }
  .recruit-flow_button {
    width: 100%;
  }
  .recruit-flow_button:hover {
    background-color: #1c90b7;
  }
  .recruit-flow_button._arrow {
    padding: 0 59px 0 60px;
  }
  .recruit-flow_button._recruit:hover {
    background-color: #29b1a8;
  }
  .recruit-flow_button._recruit._back:hover {
    background-color: #67b9b3;
  }
  .recruit-flow_button._disabled:hover {
    background-color: #ccc;
  }
  .recruit-heading:before {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1; 
    height: 0;
    width: 0;
    border-color: transparent transparent #f8f7fc transparent;
    border-style: solid;
    border-width: 0 1280px 90px 0;
  }
  .recruit-heading:after {
    right: 0;
    top: 0;
    z-index: -1; 
    height: 502px;
    width: 62.89062%;
    background-image: url('/img/recruit/kv_recruit_pc.png');
    background-size: cover;
  }
  .recruit-heading_inner {
    height: 502px;
    max-width: 980px;
    margin: 0 auto;
    padding-top: 65px;
  }
  .recruit-heading_inner:before {
    left: -272px;
    top: -235px;
    height: 750px;
    width: 750px;
    background-color: #058e85;
    border-radius: 60px; 
    transform: rotate(65deg);
  }
  .recruit-heading_text:before {
    left: -78px; 
    top: -124px;
    height: 167px;
    width: 167px;
    transform: rotate(116deg);
  }
  .recruit-heading_en {
    font-size: 50px;
  }
  .recruit-heading_ja {
    font-size: 16px;
  }
  .recruit-heading_lead {
    margin-top: 66px;
    font-size: 40px;
  }
  .recruit-heading_lead:before {
    left: -16px; 
    top: -29px;
  }
  .recruit-heading_lead:after {
    left: 178px;
    top: 53px;
    height: 244px;
    width: 244px;
    border-radius: 25px;
  }
  .recruit-heading_balloon {
    left: 254px; 
    top: 132px;
    height: 78px;
    width: 125px;
  }
  .recruit-heading_balloon span {
    font-size: 14px;
  }
  .recruit-lead_inner {
    max-width: 980px;
    margin: 0 auto; 
    padding: 55px 0 95px;
  }
  .recruit-lead_heading {
    font-size: 28px;
    text-align: center;
  }
  .recruit-lead_text {
    text-align: center;
  }
  .recruit-lead_text + .recruit-lead_text {
    margin-top: 27px;
  }
  .recruit-point_longterm {
    margin-top: 40px;
    padding: 32px 60px 28px;
  }
  .recruit-point_title {
    font-size: 24px;
  }
  .recruit-point_text {
    margin-top: 24px;
  }
  .recruit-point_system {
    display: flex;
    margin-top: 40px; 
    justify-content: space-between;
  }
  .recruit-point_system-unit {
    width: 470px;
    padding: 26px 30px;
  }
  .recruit-point_system-title {
    font-size: 24px;
  }
  .recruit-point_system-text {
    margin-top: 24px;
  }
}
