@charset "UTF-8";
/***************************

object/project/recruit.scss

***************************/
#recruit {
  color: #000;
}
#recruit .header:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  background: #222;
  opacity: 0.69;
  mix-blend-mode: multiply;
  top: 0;
  left: 0;
  z-index: -1;
}
#recruit .page-title {
  width: 100%;
  position: relative;
  margin-bottom: 140px;
}
@media screen and (max-width: 768px) {
  #recruit .page-title {
    margin-bottom: 70px;
  }
}
#recruit .page-title_bg {
  position: relative;
  width: 100%;
}
#recruit .page-title_bg:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  background: #222;
  opacity: 0.08;
  mix-blend-mode: multiply;
  z-index: 1;
  top: 0;
  left: 0;
}
#recruit .page-title_bg img {
  width: 100%;
}
@media screen and (max-width: 1024px) {
  #recruit .page-title_bg img {
    min-height: 535px;
    object-fit: cover;
    background-position: center center;
  }
}
#recruit .page-title_txt {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  top: 0;
  left: 0;
  z-index: 3;
}
#recruit .page-title_txt:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, transparent 24%, #8497DB);
  opacity: 0.65;
  mix-blend-mode: multiply;
}
#recruit .page-title_txt:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 135px;
  background: url(../img/renew/recruit/page_title_en.png);
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: auto 100%;
  bottom: 0;
  right: 0;
  z-index: 2;
}
@media screen and (max-width: 1024px) {
  #recruit .page-title_txt:after {
    height: 11vw;
  }
}
@media screen and (max-width: 500px) {
  #recruit .page-title_txt:after {
    height: 55px;
  }
}
#recruit .page-title_txt_inner {
  position: relative;
  z-index: 3;
  max-width: 73.875rem;
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem;
  margin-right: auto;
  margin-left: auto;
}
#recruit .page-title_sub-ttl {
  font-size: clamp(1.125rem, 2.05078vw, 1.3125rem);
  line-height: 1.8;
  font-weight: bold;
  color: #0000FF;
  margin-bottom: 20px;
}
#recruit .page-title_ttl {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  font-size: clamp(2.375rem, 5.66406vw, 3.625rem);
  color: #fff;
  letter-spacing: 0.04em;
  margin-bottom: 30px;
}
@media screen and (max-width: 500px) {
  #recruit .page-title_ttl {
    font-size: 7vw;
  }
}
#recruit .page-title_en {
  font-size: 0.8125rem;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.12em;
}
#recruit .r-section {
  width: 100%;
  margin-bottom: 120px;
}
@media screen and (max-width: 768px) {
  #recruit .r-section {
    margin-bottom: 60px;
  }
}
#recruit .r-section:last-of-type {
  margin-bottom: 140px;
}
@media screen and (max-width: 768px) {
  #recruit .r-section:last-of-type {
    margin-bottom: 70px;
  }
}
#recruit .r-section .wrap {
  max-width: 69rem;
  width: 100%;
  padding-right: 2rem;
  padding-left: 2rem;
  margin-right: auto;
  margin-left: auto;
}
#recruit .recruit-page-link {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 30px 10px;
  background: #0000FF;
  gap: 15px 50px;
  margin-bottom: 90px;
}
@media screen and (max-width: 768px) {
  #recruit .recruit-page-link {
    justify-content: flex-start;
    padding: 15px 10px;
    margin-bottom: 45px;
  }
}
#recruit .recruit-page-link a {
  position: relative;
  color: #fff;
  font-size: 0.75rem;
  font-weight: bold;
  padding-left: 15px;
}
#recruit .recruit-page-link a:before {
  position: absolute;
  display: inline-block;
  content: '';
  width: 8px;
  height: 8px;
  border-bottom: 4px double #fff;
  border-right: 4px double #fff;
  rotate: 45deg;
  margin-right: 10px;
  top: 50%;
  left: 0;
  translate: 0 -50%;
}
#recruit .r-message {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 120px;
}
@media screen and (max-width: 1024px) {
  #recruit .r-message {
    gap: 30px 20px;
  }
}
@media screen and (max-width: 768px) {
  #recruit .r-message {
    margin-bottom: 60px;
  }
}
#recruit .r-message_cont {
  width: 100%;
}
@media screen and (min-width: 1025px) {
  #recruit .r-message_cont {
    width: 60%;
    order: 2;
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media screen and (max-width: 1024px) {
  #recruit .r-message_cont {
    order: 1;
  }
}
#recruit .r-message_cont p {
  font-size: 0.875rem;
  line-height: 2;
  text-align: center;
}
#recruit .r-message_image {
  display: flex;
  flex-direction: column;
  width: calc(50% - 10px);
  gap: 20px;
}
@media screen and (min-width: 1025px) {
  #recruit .r-message_image {
    width: 19%;
  }
  #recruit .r-message_image.is-01 {
    order: 1;
  }
  #recruit .r-message_image.is-02 {
    order: 3;
  }
}
@media screen and (max-width: 1024px) {
  #recruit .r-message_image {
    flex-direction: row;
  }
  #recruit .r-message_image.is-01 {
    order: 2;
  }
  #recruit .r-message_image.is-02 {
    order: 3;
  }
  #recruit .r-message_image p {
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  #recruit .r-message_image {
    flex-direction: column;
  }
  #recruit .r-message_image p {
    width: 100%;
  }
}
#recruit .r-instagram-field {
  width: 100%;
  background-image: url(../img/renew/recruit/instagram_bg.png);
  background-repeat: no-repeat;
  background-position: top -20px left -20px;
  background-color: #0000FF;
  padding: 60px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  #recruit .r-instagram-field {
    flex-direction: column;
    background-size: 45% auto;
    padding: 30px;
  }
}
#recruit .r-instagram-field p {
  color: #fff;
  font-weight: bold;
  width: 50%;
}
@media screen and (max-width: 768px) {
  #recruit .r-instagram-field p {
    width: 100%;
  }
}
#recruit .r-instagram-field a {
  max-width: 285px;
  width: 50%;
  background: #fff;
}
@media screen and (min-width: 769px) {
  #recruit .r-instagram-field a {
    order: 2;
  }
}
@media screen and (max-width: 768px) {
  #recruit .r-instagram-field a {
    width: 100%;
  }
}
#recruit .r-instagram-field a:before {
  display: inline-block;
  content: '';
  width: 14px;
  height: 15px;
  background: url(../img/renew/recruit/instagram_icn.png);
  background-size: cover;
  z-index: 3;
  vertical-align: middle;
  margin-right: 10px;
}
#recruit .r-instagram-field .r-instagram-field_wrap {
  margin-top: 30px;
}
@media screen and (min-width: 769px) {
  #recruit .r-instagram-field .r-instagram-field_wrap {
    order: 3;
  }
}
@media screen and (max-width: 768px) {
  #recruit .r-instagram-field .r-instagram-field_wrap {
    margin-bottom: 30px;
  }
}
#recruit .r-workstyle-list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 30px;
}
@media screen and (max-width: 500px) {
  #recruit .r-workstyle-list {
    gap: 10px;
  }
}
#recruit .r-workstyle-list > div {
  background: #F9FAFB;
  padding: 25px 20px;
}
#recruit .r-workstyle-list > div p, #recruit .r-workstyle-list > div h3 {
  font-size: 0.875rem;
  font-weight: bold;
}
#recruit .r-workstyle-list > div h3 {
  text-align: center;
  flex-grow: 1;
}
#recruit .r-workstyle-list > div .icn {
  width: 100%;
  display: flex;
  align-items: center;
  flex-grow: 2;
}
@media screen and (max-width: 500px) {
  #recruit .r-workstyle-list > div .icn {
    margin-bottom: 30px;
  }
}
#recruit .r-workstyle-list > div .icn img {
  width: auto;
  margin: 0 auto;
}
#recruit .r-workstyle-list_col1 {
  width: calc((100% - 60px) / 4);
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  #recruit .r-workstyle-list_col1 {
    width: calc((100% - 20px) / 2);
  }
}
@media screen and (min-width: 501px) {
  #recruit .r-workstyle-list_col1 {
    aspect-ratio: 1 / 1;
  }
}
@media screen and (max-width: 425px) {
  #recruit .r-workstyle-list_col1 {
    width: 100%;
  }
}
#recruit .r-workstyle-list_col2 {
  width: calc(((100% - 60px) / 4) * 2 + 20px);
  display: flex;
  justify-content: space-between;
  gap: 30px;
}
@media screen and (max-width: 768px) {
  #recruit .r-workstyle-list_col2 {
    width: 100%;
  }
}
#recruit .r-workstyle-list_col2 .txt {
  min-width: 100px;
}
#recruit .r-interview-list {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  #recruit .r-interview-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 500px) {
  #recruit .r-interview-list {
    grid-template-columns: 1fr;
  }
}
#recruit .r-interview-list_block {
  position: relative;
}
#recruit .r-interview-list_block:first-child a:after {
  width: 155px;
  height: 119px;
  background: url(../img/renew/recruit/interview_num01.png);
  background-position: center bottom;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1024px) {
  #recruit .r-interview-list_block:first-child a:after {
    width: 45%;
    background-size: 80% auto;
  }
}
@media screen and (max-width: 768px) {
  #recruit .r-interview-list_block:first-child a:after {
    width: 155px;
    background-size: auto 100%;
  }
}
#recruit .r-interview-list_block:nth-child(2) a:after {
  width: 155px;
  height: 119px;
  background: url(../img/renew/recruit/interview_num02.png);
  background-position: center bottom;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1024px) {
  #recruit .r-interview-list_block:nth-child(2) a:after {
    width: 45%;
    background-size: 100% auto;
  }
}
@media screen and (max-width: 768px) {
  #recruit .r-interview-list_block:nth-child(2) a:after {
    width: 155px;
    background-size: auto 100%;
  }
}
#recruit .r-interview-list_block:last-child a:after {
  width: 155px;
  height: 119px;
  background: url(../img/renew/recruit/interview_num03.png);
  background-position: center bottom;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1024px) {
  #recruit .r-interview-list_block:last-child a:after {
    width: 45%;
    background-size: 100% auto;
  }
}
@media screen and (max-width: 768px) {
  #recruit .r-interview-list_block:last-child a:after {
    width: 155px;
    background-size: auto 100%;
  }
}
#recruit .r-interview-list_block img {
  width: 100%;
}
#recruit .r-interview-list_block a {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 5;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 25px;
}
#recruit .r-interview-list_block a:hover {
  cursor: pointer;
}
#recruit .r-interview-list_block a:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, transparent 24%, #000000);
  top: 0;
  left: 0;
  z-index: 1;
}
#recruit .r-interview-list_block a:after {
  position: absolute;
  content: '';
  bottom: 0;
  right: 0;
  z-index: 2;
}
#recruit .r-interview-list_block a p, #recruit .r-interview-list_block a h3 {
  position: relative;
  z-index: 3;
}
#recruit .r-interview-list_block a .people-post {
  display: inline-block;
  width: fit-content;
  padding: 3px 8px;
  font-size: 0.75rem;
  font-weight: bold;
  border: 1px solid #fff;
  color: #fff;
  margin-bottom: 15px;
}
#recruit .r-interview-list_block a .name {
  font-size: clamp(1.375rem, 3.125vw, 2rem);
  font-weight: bold;
  color: #fff;
}
#recruit .r-interview-list_block a .en {
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  font-size: 0.625rem;
  color: #fff;
  letter-spacing: 0.1em;
}
#recruit .r-interview-modal_block {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100vw;
  height: 100vh;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s;
}
#recruit .r-interview-modal_block.show {
  opacity: 1;
  visibility: visible;
}
#recruit .r-interview-modal_block .r-interview-modal_body {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
}
#recruit .r-interview-modal_block .r-interview-modal_body_overlay {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 3;
}
#recruit .r-interview-modal_block .r-interview-modal_body_overlay:hover {
  cursor: pointer;
}
#recruit .r-interview-modal_block .r-interview-modal_container {
  position: relative;
  max-width: 80vw;
  padding: 40px;
  background: #fff;
  border-radius: 8px;
  z-index: 5;
}
#recruit .r-interview-modal_block .r-interview-modal_container .modal-image {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
}
#recruit .r-interview-modal_block .r-interview-modal_container .modal-image img {
  width: auto;
}
#recruit .r-interview-modal_block .r-interview-modal_container .close {
  position: absolute;
  width: 55px;
  height: 55px;
  background: #333;
  border-radius: 100%;
  z-index: 99;
  top: -20px;
  right: -20px;
  rotate: 45deg;
}
#recruit .r-interview-modal_block .r-interview-modal_container .close:before, #recruit .r-interview-modal_block .r-interview-modal_container .close:after {
  position: absolute;
  content: '';
  width: 60%;
  height: 2px;
  background: #fff;
  border-radius: 2px;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
}
#recruit .r-interview-modal_block .r-interview-modal_container .close:after {
  rotate: 90deg;
}
#recruit .r-interview-modal_block .r-interview-modal_container .close:hover {
  cursor: pointer;
}
#recruit .r-faq-list {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px 40px;
  margin-top: 20px;
  margin-bottom: 120px;
}
@media screen and (max-width: 1024px) {
  #recruit .r-faq-list {
    gap: 15px;
  }
}
@media screen and (max-width: 768px) {
  #recruit .r-faq-list {
    margin-bottom: 60px;
    grid-template-columns: 1fr;
  }
}
#recruit .r-faq-list_block dt {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  min-height: 66px;
  font-size: 0.875rem;
  font-weight: bold;
  color: #fff;
  background: #404040;
  padding: 15px 66px 15px 60px;
  cursor: pointer;
}
@media screen and (max-width: 500px) {
  #recruit .r-faq-list_block dt {
    padding: 15px 46px 15px 40px;
  }
}
#recruit .r-faq-list_block dt:before {
  position: absolute;
  content: 'Q';
  width: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  font-size: 0.9375rem;
  color: #fff;
  top: 20px;
  left: 0;
  z-index: 3;
}
@media screen and (max-width: 500px) {
  #recruit .r-faq-list_block dt:before {
    width: 40px;
  }
}
#recruit .r-faq-list_block dt .arrow {
  position: absolute;
  content: '';
  width: 66px;
  height: 100%;
  background: #0000FF;
  right: 0;
  top: 0;
  z-index: 2;
  pointer-events: none;
}
@media screen and (max-width: 500px) {
  #recruit .r-faq-list_block dt .arrow {
    width: 46px;
  }
}
#recruit .r-faq-list_block dt .arrow:before, #recruit .r-faq-list_block dt .arrow:after {
  position: absolute;
  content: '';
  width: 0.25rem;
  height: 0.25rem;
  border-width: 0;
  border-bottom-width: 1px;
  border-right-width: 1px;
  border-style: solid;
  border-color: #fff;
  transform: rotate(45deg);
  box-sizing: content-box;
  top: 53%;
  left: 50%;
  translate: -50% -53%;
}
#recruit .r-faq-list_block dt .arrow:after {
  top: 48%;
  left: 50%;
  translate: -50% -48%;
}
#recruit .r-faq-list_block dd {
  padding: 15px;
  border: 1px solid #222;
  border-top: 0;
  font-size: 0.875rem;
  font-weight: bold;
  line-height: 2;
  display: none;
}
#recruit .r-faq-gallery {
  width: 100%;
  overflow: hidden;
  display: flex;
  gap: 20px;
}
#recruit .r-faq-gallery-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  animation: galleryslide 20s linear infinite;
}
#recruit .r-faq-gallery-list li:nth-child(even) {
  margin-top: 35px;
}
#recruit .r-faq-gallery-list li img {
  min-width: calc((100vw - 60px) / 3.5);
}
#recruit .r-guideline {
  padding: 80px 0;
  background: #F9FAFB;
}
@media screen and (max-width: 768px) {
  #recruit .r-guideline {
    padding: 40px 0;
  }
}
#recruit .r-guideline-list {
  width: 100%;
}
#recruit .r-guideline-list_block {
  padding: 30px 0;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  #recruit .r-guideline-list_block {
    padding: 15px 0;
  }
}
@media screen and (max-width: 500px) {
  #recruit .r-guideline-list_block {
    flex-direction: column;
    gap: 10px;
  }
}
#recruit .r-guideline-list_block:not(:last-child) {
  border-bottom: 1px solid #cacad9;
}
#recruit .r-guideline-list_block dt {
  width: 180px;
  padding-left: 40px;
  font-size: 0.875rem;
  font-weight: bold;
}
@media screen and (max-width: 500px) {
  #recruit .r-guideline-list_block dt {
    width: 100%;
    padding-left: 0;
  }
}
#recruit .r-guideline-list_block dd {
  width: calc(100% - 180px);
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 2;
}
@media screen and (max-width: 500px) {
  #recruit .r-guideline-list_block dd {
    width: 100%;
  }
}
#recruit .r-guideline-list_block dd ul {
  margin-top: 10px;
}
#recruit .r-guideline-list_block dd ul li {
  position: relative;
}
#recruit .r-guideline-list_block dd ul li:before {
  display: inline-block;
  content: '●';
  color: #0000FF;
}
#recruit .company-note {
  width: 100%;
  border: 1px solid #CACAD9;
  padding: 30px 40px;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 2;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  #recruit .company-note {
    padding: 15px 20px;
  }
}
#recruit .company-note span {
  font-size: 0.75rem;
}
#recruit .entry-formWrap {
  width: 100%;
}
#recruit .entry-formWrap input[type=text],
#recruit .entry-formWrap input[type=tel],
#recruit .entry-formWrap input[type=mail],
#recruit .entry-formWrap input[type=zip] {
  width: 100%;
  min-height: 60px;
  background: #F9FAFB;
  font-size: 0.875rem;
  font-weight: bold;
  padding: 15px 20px;
}
#recruit .entry-formWrap input[type=text]::placeholder,
#recruit .entry-formWrap input[type=tel]::placeholder,
#recruit .entry-formWrap input[type=mail]::placeholder,
#recruit .entry-formWrap input[type=zip]::placeholder {
  color: #CACAD9;
  font-weight: 500;
}
#recruit .entry-formWrap textarea {
  width: 100%;
  min-height: 260px;
  padding: 15px 20px;
  background: #F9FAFB;
}
#recruit .entry-formWrap textarea::placeholder {
  color: #CACAD9;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  #recruit .entry-formWrap textarea {
    min-height: 180px;
  }
}
#recruit .entry-form {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  #recruit .entry-form {
    gap: 15px;
  }
}
#recruit .entry-form_block {
  display: flex;
}
@media screen and (max-width: 768px) {
  #recruit .entry-form_block {
    flex-direction: column;
  }
}
#recruit .entry-form_block dt {
  width: 220px;
  font-size: 0.875rem;
  font-weight: bold;
  padding: 15px 0;
}
@media screen and (max-width: 768px) {
  #recruit .entry-form_block dt {
    width: 100%;
  }
}
#recruit .entry-form_block dt span {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 42px;
  height: 23px;
  font-size: 0.875rem;
  margin-right: 10px;
}
#recruit .entry-form_block dt span.eq {
  background: #0000FF;
}
#recruit .entry-form_block dt span.eq:before {
  display: inline-block;
  content: '必須';
  font-weight: bold;
  color: #fff;
}
#recruit .entry-form_block dd {
  width: calc(100% - 220px);
}
@media screen and (max-width: 768px) {
  #recruit .entry-form_block dd {
    width: 100%;
  }
}
#recruit .entry-form-submit {
  text-align: center;
}
#recruit .r-ttl_01 {
  display: flex;
  flex-direction: column;
  text-align: center;
}
#recruit .r-ttl_01_en {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 0.6875rem;
  letter-spacing: 0.1em;
  color: #0000FF;
}
#recruit .r-ttl_01_ja {
  font-size: clamp(1.375rem, 2.53906vw, 1.625rem);
  font-weight: bold;
}
#recruit .fz14 {
  font-size: 0.875rem;
}
#recruit .lh2 {
  line-height: 2;
}

@keyframes galleryslide {
  0% {
    translate: 0 0;
  }
  100% {
    translate: -100% 0;
  }
}
