@charset "UTF-8";
/******************************************************************
** 共通設定
******************************************************************/
@media screen and (min-width: 1201px) {
  .contents--recruit {
    padding-bottom: 120px !important;
  }
}

.recruit__inner {
  position: relative;
}

.recruit__innerBg {
  position: absolute;
  top: 0;
  left: 50%;
  bottom: 0;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: 100vw;
  height: 100%;
}
@media screen and (max-width: 1850px) {
  .recruit__innerBg {
    width: 130vw;
  }
}
@media screen and (max-width: 1200px) {
  .recruit__innerBg {
    width: 100vw;
  }
}

.recruit__sectionHeading01 {
  position: relative;
  font-family: var(--mincho);
  font-size: 36px;
  font-weight: 400;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0.05em;
  margin-top: 1em;
  padding-left: 0.05em;
}
@media screen and (max-width: 1680px) {
  .recruit__sectionHeading01 {
    font-size: 32px;
  }
}
@media screen and (max-width: 1470px) {
  .recruit__sectionHeading01 {
    font-size: 28px;
  }
}
@media screen and (max-width: 1024px) {
  .recruit__sectionHeading01 {
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  .recruit__sectionHeading01 {
    font-size: 20px;
  }
}
@media screen and (max-width: 480px) {
  .recruit__sectionHeading01 {
    font-size: 18px;
  }
}

/******************************************************************
** メインビジュアル
******************************************************************/
.recruitMv {
  position: relative;
}

.recruitMv__bg {
  position: relative;
  width: 78.125%;
  height: 800px;
  margin: 0 0 0 auto;
  background: #fff url(../img/recruit/recruit_mv01.jpg) no-repeat center center/cover;
}
.recruitMv__bg:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: var(--color-navy1);
  opacity: 0.4;
}
@media screen and (max-width: 1470px) {
  .recruitMv__bg {
    height: 700px;
  }
}
@media screen and (max-width: 1024px) {
  .recruitMv__bg {
    height: 600px;
  }
}
@media screen and (max-width: 768px) {
  .recruitMv__bg {
    height: 500px;
  }
}
@media screen and (max-width: 480px) {
  .recruitMv__bg {
    width: 100%;
    height: 400px;
  }
}

.recruitMv__MaterialWrap {
  position: absolute;
  top: 0;
  left: 50%;
  bottom: 0;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: 100%;
  height: 100%;
  mix-blend-mode: hard-light;
}

.recruitMv__MaterialWrapImg,
.recruitMv__MaterialWrapImg img {
  height: 100%;
}

.recruitMv__MaterialWrapImg img {
  -o-object-fit: cover;
  object-fit: cover;
}

.recruitMv__inner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.recruitMv__catchWrap {
  position: absolute;
  top: 7.5%;
  left: 5.2%;
  z-index: 5;
}
@media screen and (max-width: 480px) {
  .recruitMv__catchWrap {
    left: 20px;
  }
}

.recruitMv__catch {
  font-size: 42px;
  line-height: 1;
}
@media screen and (max-width: 1680px) {
  .recruitMv__catch {
    font-size: 32px;
  }
}
@media screen and (max-width: 1470px) {
  .recruitMv__catch {
    font-size: 28px;
  }
}
@media screen and (max-width: 1024px) {
  .recruitMv__catch {
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  .recruitMv__catch {
    font-size: 20px;
  }
}
@media screen and (max-width: 568px) {
  .recruitMv__catch {
    font-size: 18px;
  }
}
@media screen and (max-width: 480px) {
  .recruitMv__catch {
    font-size: 16px;
  }
}
@media screen and (max-width: 375px) {
  .recruitMv__catch {
    font-size: 14px;
  }
}

.recruitMv__catchText {
  display: table;
}

.recruitMv__catchText--en {
  font-family: var(--en);
  font-style: italic;
  font-size: 3.9em;
  font-weight: 300;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgb(140, 170, 210)),
    color-stop(99.65%, rgb(243, 241, 242))
  );
  background: linear-gradient(90deg, rgb(140, 170, 210) 0%, rgb(243, 241, 242) 99.65%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.recruitMv__catchText--jp {
  font-family: var(--mincho);
  font-weight: 400;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 480px) {
  .recruitMv__catchText--jp {
    color: #fff;
  }
}

.recruitMv__textWrap {
  font-size: 20px;
  text-align: center;
  width: 100%;
  padding: 0 20px;
}
@media screen and (max-width: 1680px) {
  .recruitMv__textWrap {
    font-size: 18px;
  }
}
@media screen and (max-width: 1470px) {
  .recruitMv__textWrap {
    font-size: 16px;
  }
}
@media screen and (max-width: 1024px) {
  .recruitMv__textWrap {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .recruitMv__textWrap {
    font-size: 12px;
  }
}
.recruitMv__innerHeading {
  font-family: var(--mincho);
  font-size: 1.8em;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: var(--color-navy1);
  display: table;
  margin: 0 auto;
  padding: 0.28em 0.3em;
  padding-right: 0;
  background: rgba(255, 255, 255, 0.8);
}
@media screen and (max-width: 768px) {
  .recruitMv__innerHeading {
    font-size: 1.5em;
  }
}

.recruitMv__innerText {
  font-weight: 500;
  color: #fff;
  line-height: 1.65;
  letter-spacing: 0.07em;
  margin-top: 0.6em;
  padding-left: 0.07em;
}

/******************************************************************
** パンくずリスト
******************************************************************/
.breadcrumb--recruit {
  padding-top: 5px !important;
  padding-bottom: 35px !important;
}

/******************************************************************
** リンクセクション
******************************************************************/
.recruit__linkBnrSection {
  position: relative;
  padding: 0 35px;
  z-index: 10;
}
@media screen and (max-width: 1470px) {
  .recruit__linkBnrSection {
    padding: 0;
  }
}

.recruit__linkBnrSection02 {
  margin-top: 75px;
}
@media screen and (max-width: 768px) {
  .recruit__linkBnrSection02 {
    margin-top: 60px;
  }
}
@media screen and (max-width: 480px) {
  .recruit__linkBnrSection02 {
    margin-top: 45px;
  }
}

.recruit__linkBnrSection03 {
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .recruit__linkBnrSection03 {
    margin-top: 90px;
  }
}
@media screen and (max-width: 480px) {
  .recruit__linkBnrSection03 {
    margin-top: 60px;
  }
}

.recruit__innerLinkBox {
  display: flex;
  justify-content: center;
  gap: 0 70px;
}
@media screen and (max-width: 1200px) {
  .recruit__innerLinkBox {
    gap: 0 20px;
  }
}
@media screen and (max-width: 768px) {
  .recruit__innerLinkBox {
    gap: 0 10px;
  }
}
@media screen and (max-width: 480px) {
  .recruit__innerLinkBox {
    gap: 0 1px;
  }
}

.recruit__linkItem {
  max-width: 470px;
  width: 100%;
}

.recruit__link {
  position: relative;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: var(--color-navy1);
  min-height: 100px;
  font-size: 16px;
  line-height: 1.25;
  font-weight: 500;
  color: #ffffff;
  padding-inline: 0.5em;
}
@media screen and (max-width: 768px) {
  .recruit__link {
    font-size: 12px;
    min-height: 80px;
  }
}
.recruit__link::after {
  content: "";
  display: inline-block;
  width: 27px;
  aspect-ratio: 1/1;
  background: url("../img/common/icon_toggle_white.svg") center/contain no-repeat;
  position: absolute;
  bottom: 0.7em;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 768px) {
  .recruit__link::after {
    bottom: 0.4em;
  }
}
.recruit__link > span {
  -webkit-transform: translateY(-25%);
  transform: translateY(-25%);
}
@media (min-width: 769px) {
  .recruit__link:hover::after {
    bottom: 0.5em;
  }
}

/******************************************************************
** メッセージ
******************************************************************/
.recruit__innerMessage {
  position: relative;
  padding: 80px 0;
}
@media screen and (min-width: 1201px) {
  .recruit__innerMessage {
    padding-top: 130px;
    margin-top: -50px;
  }
}
@media screen and (max-width: 768px) {
  .recruit__innerMessage {
    padding: 70px 0;
  }
}
@media screen and (max-width: 480px) {
  .recruit__innerMessage {
    padding: 60px 0;
  }
}

.recruit__messageRow {
  margin-top: 45px;
}
@media screen and (max-width: 768px) {
  .recruit__messageRow {
    margin-top: 35px;
  }
}
@media screen and (max-width: 480px) {
  .recruit__messageRow {
    margin-top: 25px;
  }
}
.recruit__messageRow > .col-1 {
  margin: 0;
}

.recruit__messageImgSection {
  position: relative;
}
@media screen and (min-width: 769px) {
  .recruit__messageImgSection {
    height: 100%;
  }
}
@media screen and (max-width: 768px) {
  .recruit__messageImgSection {
    margin-top: 40px;
  }
}
@media screen and (max-width: 480px) {
  .recruit__messageImgSection {
    margin-top: 30px;
  }
}

.recruit__messageImgWrap {
  clip-path: polygon(12% 0%, 100% 0%, 88% 100%, 0% 100%);
  width: 148%;
}
@media screen and (min-width: 769px) {
  .recruit__messageImgWrap.imgWrap {
    position: absolute;
    top: 0;
    right: 0;
  }
}
@media screen and (max-width: 1470px) {
  .recruit__messageImgWrap {
    width: 110%;
  }
}
@media screen and (max-width: 768px) {
  .recruit__messageImgWrap {
    width: 100%;
  }
}
.recruit__messageImgWrap > img {
  height: auto;
}

@media screen and (min-width: 769px) {
  .recruit__messageSection {
    padding-left: 20px;
  }
}
@media screen and (max-width: 1470px) {
  .recruit__messageSection {
    padding-bottom: 0;
  }
}

@media screen and (min-width: 769px) {
  .recruit__messageSection01 {
    padding-top: 21px;
    padding-bottom: 40px;
  }
}

.recruit__messageSection02 {
  padding-top: 45px;
  min-height: 550px;
}
@media screen and (max-width: 1470px) {
  .recruit__messageSection02 {
    min-height: initial;
  }
}
@media screen and (max-width: 1024px) {
  .recruit__messageSection02 {
    padding-top: 0;
  }
}

.recruit__messageHeading01 {
  font-family: var(--mincho);
  font-size: 36px;
  font-weight: 400;
  line-height: 1.5;
}
@media screen and (max-width: 1470px) {
  .recruit__messageHeading01 {
    font-size: 28px;
  }
}
@media screen and (max-width: 1024px) {
  .recruit__messageHeading01 {
    font-size: 22px;
  }
}
@media screen and (max-width: 480px) {
  .recruit__messageHeading01 {
    font-size: 20px;
  }
}

.recruit__messageHeading02 {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.5;
  color: var(--color-black2);
}
@media screen and (max-width: 1024px) {
  .recruit__messageHeading02 {
    font-size: 22px;
  }
}
@media screen and (max-width: 480px) {
  .recruit__messageHeading02 {
    font-size: 20px;
  }
}

/******************************************************************
** 社員インタビュー
******************************************************************/
.recruit__innerVoice {
  padding-top: 145px;
  padding-bottom: 270px;
}
@media screen and (max-width: 1200px) {
  .recruit__innerVoice {
    padding-bottom: 210px;
  }
}
@media screen and (max-width: 1024px) {
  .recruit__innerVoice {
    padding-top: 120px;
    padding-bottom: 150px;
  }
}
@media screen and (max-width: 768px) {
  .recruit__innerVoice {
    padding: 90px 0;
  }
}
@media screen and (max-width: 480px) {
  .recruit__innerVoice {
    padding: 60px 0;
  }
}

.recruit__innerBg--voice {
  background: #fff url(../img/recruit/voice_bg.jpg) no-repeat center center/cover;
}

.voiceList {
  position: relative;
  font-size: 0;
  text-align: center;
  width: 100%;
  margin-top: 55px;
}
@media screen and (min-width: 569px) {
  .voiceList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media screen and (max-width: 768px) {
  .voiceList {
    margin-top: 45px;
  }
}
@media screen and (max-width: 480px) {
  .voiceList {
    margin-top: 35px;
  }
}
@media screen and (max-width: 600px) {
  .voiceList {
    display: table;
    vertical-align: top;
    margin-left: auto;
    margin-right: auto;
    max-width: 290px;
  }
}
.voiceList > li {
  font-size: 16px;
  text-align: left;
}
@media screen and (min-width: 569px) {
  .voiceList > li {
    margin: 2.3% 2.8%;
    display: initial;
  }
}
@media screen and (min-width: 1398px) and (max-width: 1680px) {
  .voiceList > li {
    margin: 2.3% 2%;
    display: initial;
  }
}
@media screen and (min-width: 1681px) {
  .voiceList > li {
    margin: 2.3% 2.8%;
    display: initial;
  }
}
@media screen and (min-width: 1398px) and (max-width: 1680px) {
  .voiceList > li {
    width: 30.66666667%;
  }
  .voiceList > li:nth-child(1),
  .voiceList > li:nth-child(2),
  .voiceList > li:nth-child(3) {
    margin-top: 0;
  }
  .voiceList > li:nth-child(1),
  .voiceList > li:nth-child(4) {
    margin-left: 0;
  }
  .voiceList > li:nth-child(3),
  .voiceList > li:nth-child(6),
  .voiceList > li:last-child {
    margin-right: 0;
  }
  .voiceList > li:nth-child(4),
  .voiceList > li:nth-child(5),
  .voiceList > li:nth-child(6) {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1681px) {
  .voiceList > li {
    width: 29.6%;
  }
  .voiceList > li:nth-child(1),
  .voiceList > li:nth-child(2),
  .voiceList > li:nth-child(3) {
    margin-top: 0;
  }
  .voiceList > li:nth-child(1),
  .voiceList > li:nth-child(4) {
    margin-left: 0;
  }
  .voiceList > li:nth-child(3),
  .voiceList > li:nth-child(6),
  .voiceList > li:last-child {
    margin-right: 0;
  }
  .voiceList > li:nth-child(4),
  .voiceList > li:nth-child(5),
  .voiceList > li:nth-child(6) {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 569px) and (max-width: 1398px) {
  .voiceList > li {
    width: 47.2%;
  }
  .voiceList > li:nth-child(1),
  .voiceList > li:nth-child(2) {
    margin-top: 0;
  }
  .voiceList > li:nth-child(odd) {
    margin-left: 0;
  }
  .voiceList > li:nth-child(even),
  .voiceList > li:last-child {
    margin-right: 0;
  }
  .voiceList > li:nth-child(5),
  .voiceList > li:nth-child(6) {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 600px) {
  .voiceList > li {
    width: 100%;
    margin-top: 40px;
    display: inline-block;
  }
  .voiceList > li:first-child {
    margin-top: 0;
  }
}

.voiceList__box {
  overflow: hidden;
  border-radius: 20px;
  background: #fff;
}
@media screen and (min-width: 569px) {
  .voiceList__box {
    height: 100%;
  }
}

.voiceList__imgWrap:before {
  content: "";
  display: block;
  padding-top: 109.375%;
}
.voiceList__imgWrap img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.voiceList__infoWrap {
  padding: 27px 15px 30px;
}

.voiceList__name {
  font-size: 1.125em;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1;
}

.voiceList__profile {
  font-size: 0.875em;
  line-height: 1.5;
  margin-top: 0.8em;
}

.voiceList__openBtnList,
.voiceList__openBtnList > li {
  position: relative;
  display: block;
}

.voiceList__openBtnList {
  margin-top: 1.25em;
}
.voiceList__openBtnList > li {
  margin-top: 0.625em;
}
.voiceList__openBtnList > li:first-child {
  margin-top: 0;
}

.voiceList__openBtn {
  position: relative;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #fff;
  display: block;
  padding: 0.35em 1em;
  padding-right: 3em;
  border-radius: 0.625em;
  background: var(--color-navy1);
  cursor: pointer;

  > span {
    display: inline-block;;
  }
}

.voiceList__openBtnIcon {
  position: absolute;
  top: 50%;
  right: 1em;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 1.25em;
  height: 1.25em;
  border-radius: 50%;
  display: block;
  background: #fff;
  -webkit-transition: var(--transition1);
  transition: var(--transition1);
}
.voiceList__openBtnIcon:after {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  content: "";
  display: block;
  width: 1em;
  height: 1em;
  background: transparent url(../img/common/icon_plus_gray.svg) no-repeat center center/contain;
}

/******************************************************************
** 社員インタビュー　モーダル
******************************************************************/
.VoiceModalSection {
  position: relative;
}

.VoiceModalSection__radio {
  display: none;
}

.VoiceModalSection__modalWrap,
.VoiceModalSection__closeBg {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.VoiceModalSection__closeBg {
  background: var(--color-navy1);
  opacity: 0.3;
  z-index: 1;
}

.VoiceModalSection__modalWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 9999999999;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition:
    opacity 0.3s,
    visibility 0.3s;
  transition:
    opacity 0.3s,
    visibility 0.3s;
}

.VoiceModalSection__radioInterview:checked ~ .VoiceModalSection__interviewWrap,
.VoiceModalSection__radioSchedule:checked ~ .VoiceModalSection__scheduleWrap {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  -webkit-transition:
    opacity 0.4s,
    visibility 0.4s;
  transition:
    opacity 0.4s,
    visibility 0.4s;
}

.VoiceModalSection__modalContent {
  position: relative;
  width: 90%;
  max-width: 1080px;
  max-height: 85vh;
  max-height: 85svh;
  margin: 0 auto;
  padding-bottom: 40px;
  overflow-y: auto;
  z-index: 10;
}

.VoiceModalSection__modalHeading {
  position: relative;
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0.05em;
  padding-right: 2.5em;
}
@media screen and (max-width: 768px) {
  .VoiceModalSection__modalHeading {
    font-size: 18px;
  }
}
@media screen and (max-width: 480px) {
  .VoiceModalSection__modalHeading {
    font-size: 16px;
  }
}

.VoiceModalSection__modalCloseIcon {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 1.5em;
  height: 1.5em;
  border-radius: 50%;
  display: block;
  background: #fff;
  cursor: pointer;
  -webkit-transition: var(--transition1);
  transition: var(--transition1);
}
@media screen and (min-width: 1025px) {
  .VoiceModalSection__modalCloseIcon:hover {
    opacity: 0.7;
  }
}
.VoiceModalSection__modalCloseIcon:after {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  content: "";
  display: block;
  width: 1.25em;
  height: 1.25em;
  background: transparent url(../img/common/icon_cross_gray.svg) no-repeat center center/contain;
}

.VoiceModalSection__modalContentInner01 {
  position: relative;
  padding: 20px;
  background: var(--color-gray2);
}
@media screen and (max-width: 768px) {
  .VoiceModalSection__modalContentInner01 {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.VoiceModalSection__modalContentInner02 {
  position: relative;
  background: #fff;
  margin-top: 20px;
  padding: 50px 20px;
}

.VoiceModalSection__modalContentBgText {
  position: absolute;
  top: -0.04em;
  left: -0.03em;
  font-family: var(--en);
  font-size: 60px;
  font-weight: 500;
  color: var(--color-gray2);
  line-height: 1;
  display: inline-block;
  white-space: nowrap;
}
@media screen and (max-width: 1024px) {
  .VoiceModalSection__modalContentBgText {
    font-size: 56px;
  }
}
@media screen and (max-width: 768px) {
  .VoiceModalSection__modalContentBgText {
    font-size: 52px;
  }
}
@media screen and (max-width: 480px) {
  .VoiceModalSection__modalContentBgText {
    font-size: 48px;
  }
}
@media screen and (max-width: 375px) {
  .VoiceModalSection__modalContentBgText {
    font-size: 44px;
  }
}

.VoiceModalSection__btnListWrap {
  margin: 0 auto;
  margin-top: 80px;
  max-width: 820px;
}
@media screen and (max-width: 768px) {
  .VoiceModalSection__btnListWrap {
    margin-top: 70px;
  }
}
@media screen and (max-width: 480px) {
  .VoiceModalSection__btnListWrap {
    margin-top: 60px;
  }
}

@media screen and (min-width: 769px) {
  .VoiceModalSection__btnList.row > .col-1 {
    margin: 0 40px;
  }
  .VoiceModalSection__btnList.row > .col-1:first-child {
    margin-left: 0;
  }
  .VoiceModalSection__btnList.row > .col-1:last-child {
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .VoiceModalSection__btnList.row > .col-1 {
    margin-top: 20px;
  }
  .VoiceModalSection__btnList.row > .col-1:first-child {
    margin-top: 0;
  }
}

.VoiceModalSection__closeBtn {
  position: relative;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  text-align: center;
  letter-spacing: 0.1em;
  display: block;
  margin: 0 auto;
  margin-top: 1.66666667em;
  padding: 0.5em 1em;
  max-width: 210px;
  background: var(--color-navy1);
  -webkit-transition: var(--transition1);
  transition: var(--transition1);
}
@media screen and (min-width: 1025px) {
  .VoiceModalSection__closeBtn:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 768px) {
  .VoiceModalSection__closeBtn {
    font-size: 16px;
  }
}
@media screen and (max-width: 480px) {
  .VoiceModalSection__closeBtn {
    font-size: 14px;
  }
}

/* インタビュー */
.modalContentInterview {
  margin-top: 10px;
}

.modalContentInterview__row.row > .col-1 {
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .modalContentInterview__row.row {
    -ms-flex-wrap: initial;
    flex-wrap: initial;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media screen and (min-width: 1025px) {
  .modalContentInterview__infoSection {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-right: 20px;
    height: 100%;
  }
}

.modalContentInterview__heading {
  font-family: var(--mincho);
  font-size: 36px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.05em;
  margin-top: 0.4em;
}
@media screen and (min-width: 1201px) {
  .modalContentInterview__heading {
    white-space: nowrap;
  }
}
@media screen and (max-width: 1200px) {
  .modalContentInterview__heading {
    font-size: 28px;
  }
}
@media screen and (max-width: 1024px) {
  .modalContentInterview__heading {
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  .modalContentInterview__heading {
    font-size: 20px;
  }
}
@media screen and (max-width: 480px) {
  .modalContentInterview__heading {
    font-size: 18px;
  }
}

.modalContentInterview__infoWrap {
  font-size: 20px;
  color: var(--color-black2);
}
@media screen and (min-width: 1025px) {
  .modalContentInterview__infoWrap {
    margin-top: auto;
  }
}
@media screen and (max-width: 1024px) {
  .modalContentInterview__infoWrap {
    margin-top: 1.2em;
  }
}
@media screen and (max-width: 768px) {
  .modalContentInterview__infoWrap {
    font-size: 18px;
  }
}
@media screen and (max-width: 480px) {
  .modalContentInterview__infoWrap {
    font-size: 16px;
  }
}

.modalContentInterview__name {
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
}

.modalContentInterview__profile {
  font-size: 0.9em;
  line-height: 1.5;
  letter-spacing: 0.1em;
  margin-top: 0.9em;
}

.modalContentInterview__imgWrap {
  overflow: hidden;
  clip-path: polygon(13.75% 0%, 100% 0%, 86.25% 100%, 0% 100%);
}
@media screen and (max-width: 1024px) {
  .modalContentInterview__imgWrap {
    margin-top: 30px;
  }
}
.modalContentInterview__imgWrap:before {
  content: "";
  display: block;
  padding-top: 68.75%;
}
.modalContentInterview__imgWrap img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.modalContentInterview__interviewList,
.modalContentInterview__interviewList > li {
  display: block;
}

.modalContentInterview__interviewList {
  font-size: 18px;
  margin-top: 2.6em;
}
@media screen and (max-width: 768px) {
  .modalContentInterview__interviewList {
    font-size: 16px;
  }
}
@media screen and (max-width: 480px) {
  .modalContentInterview__interviewList {
    font-size: 14px;
  }
}
.modalContentInterview__interviewList > li {
  margin-top: 2em;
}
.modalContentInterview__interviewList > li:first-child {
  margin-top: 0;
}
.modalContentInterview__interviewList > li:first-child .modalContentInterview__listText {
  margin-top: 0;
}

.modalContentInterview__listHeading {
  font-weight: 500;
  letter-spacing: 0.1em;
  padding-bottom: calc(0.5em + 1px);
  border-bottom: 1px solid var(--color-navy1);
}

.modalContentInterview__listText {
  line-height: 1.5;
  letter-spacing: 0.1em;
  color: var(--color-black2);
  margin-top: 1.2em;
}

/* スケジュール */
.modalContentSchedule {
  margin-top: 20px;
}

.modalContentSchedule__heading {
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  .modalContentSchedule__heading {
    font-size: 22px;
  }
}
@media screen and (max-width: 480px) {
  .modalContentSchedule__heading {
    font-size: 20px;
  }
}

.modalContentSchedule__list,
.modalContentSchedule__list > li {
  position: relative;
  display: block;
}

.modalContentSchedule__list {
  font-size: 18px;
  margin-top: 1.66666667em;
}
@media screen and (max-width: 768px) {
  .modalContentSchedule__list {
    font-size: 16px;
  }
}
@media screen and (max-width: 480px) {
  .modalContentSchedule__list {
    font-size: 14px;
  }
}
.modalContentSchedule__list > li {
  margin-top: 30px;
}
.modalContentSchedule__list > li:before {
  position: absolute;
  bottom: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  background: url("../img/common/icon_toggle_gray.svg") center/contain no-repeat;
}
.modalContentSchedule__list > li:first-child {
  margin-top: 0;
}
.modalContentSchedule__list > li:first-child:before {
  display: none;
}

.modalContentSchedule__listBox {
  padding: 1.6em 1.66666667em;
  background: var(--color-gray2);
}

.modalContentSchedule__listHeading {
  font-weight: 500;
  letter-spacing: 0.05em;
}

.modalContentSchedule__listText {
  color: var(--color-black2);
  line-height: 1.66666667;
}

.modalContentSchedule__row.row {
  margin-top: 50px;
}
@media screen and (min-width: 769px) {
  .modalContentSchedule__row.row {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
@media screen and (max-width: 768px) {
  .modalContentSchedule__row.row {
    margin-top: 40px;
  }
}
@media screen and (max-width: 480px) {
  .modalContentSchedule__row.row {
    margin-top: 30px;
  }
}
.modalContentSchedule__row.row > .col-1 {
  margin: 0;
}

.modalContentSchedule__imgWrap {
  overflow: hidden;
  clip-path: polygon(13.75% 0%, 100% 0%, 86.25% 100%, 0% 100%);
}
@media screen and (max-width: 768px) {
  .modalContentSchedule__imgWrap {
    margin-top: 30px;
  }
}
@media screen and (max-width: 480px) {
  .modalContentSchedule__imgWrap {
    margin-top: 20px;
  }
}
.modalContentSchedule__imgWrap:before {
  content: "";
  display: block;
  padding-top: 68.75%;
}
.modalContentSchedule__imgWrap img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.modalContentSchedule__infoSection {
  font-size: 18px;
}
@media screen and (min-width: 769px) {
  .modalContentSchedule__infoSection {
    padding-left: 30px;
  }
}
@media screen and (max-width: 768px) {
  .modalContentSchedule__infoSection {
    font-size: 16px;
  }
}
@media screen and (max-width: 480px) {
  .modalContentSchedule__infoSection {
    font-size: 14px;
  }
}

.modalContentSchedule__infoHeading {
  position: relative;
  font-weight: 500;
  letter-spacing: 0.1em;
  padding-bottom: calc(0.6em + 2px);
}
.modalContentSchedule__infoHeading:before {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  width: 100%;
  height: 2px;
  display: block;
  background-image: radial-gradient(circle, #646464 1px, transparent 1px);
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: 10px 2px;
}

.modalContentSchedule__infoText {
  position: relative;
  color: var(--color-black2);
  line-height: 1.5;
  letter-spacing: 0.1em;
  margin-top: 1em;
}

/******************************************************************
** 仕事紹介
******************************************************************/
.recruit__innerWork {
  padding-top: 85px;
  padding-bottom: 55px;
}
@media screen and (min-width: 1201px) {
  .recruit__innerWork {
    padding-top: 135px;
    margin-top: -50px;
  }
}
@media screen and (max-width: 768px) {
  .recruit__innerWork {
    padding-top: 70px;
  }
}
@media screen and (max-width: 480px) {
  .recruit__innerWork {
    padding-top: 60px;
  }
}

.recruit__departmentList {
  position: relative;
  list-style: none;
  display: grid;
  -webkit-column-gap: 60px;
  -moz-column-gap: 60px;
  column-gap: 60px;
  row-gap: 50px;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 40px;
  padding: 0;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .recruit__departmentList {
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px;
  }
}
@media screen and (max-width: 768px) {
  .recruit__departmentList {
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
    grid-template-columns: repeat(1, 1fr);
  }
}
@media screen and (max-width: 480px) {
  .recruit__departmentList {
    row-gap: 40px;
  }
}
.recruit__departmentList > li {
  margin: 0;
  display: block;
}

.recruit__departmentListImg {
  overflow: hidden;
  clip-path: polygon(13.75% 0%, 100% 0%, 86.25% 100%, 0% 100%);
}
.recruit__departmentListImg:before {
  content: "";
  display: block;
  padding-top: 68.75%;
}
.recruit__departmentListImg img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.recruit__departmentAcc {
  background: var(--color-gray2);
  padding-inline: 1em;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .recruit__departmentAcc {
    -webkit-box-ordinal-group: 99;
    -ms-flex-order: 98;
    order: 98;
  }
}
@media screen and (min-width: 769px) {
  /*
  .recruit__departmentAcc.is-open {
    min-height: 250px;
  }
    */
}
.recruit__departmentAcc.is-open .recruit__departmentAccToggle::before {
  -webkit-transform: translate(-50%, -50%) rotate(-90deg);
  transform: translate(-50%, -50%) rotate(-90deg);
}
.recruit__departmentAcc.is-open .recruit__departmentAccBody {
  grid-template-rows: 1fr;
}

.recruit__departmentAccHead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 2em;
  cursor: pointer;
  padding-block: 0.9em;
  padding-inline: 5px;
}

.recruit__departmentAccToggle {
  position: relative;
  display: block;
  width: 30px;
  height: 30px;
  margin-left: 2em;
}
@media screen and (max-width: 1024px) {
  .recruit__departmentAccToggle {
    width: 20px;
    height: 20px;
  }
}
.recruit__departmentAccToggle::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 2px;
  background: var(--color-navy1);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.recruit__departmentAccToggle::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2px;
  height: 100%;
  background: var(--color-navy1);
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.recruit__departmentAccHeadText {
  font-size: 18px;
  line-height: 1.77;
  font-weight: 500;
  color: var(--color-navy1);
}
@media screen and (max-width: 1024px) {
  .recruit__departmentAccHeadText {
    font-size: 16px;
  }
}

.recruit__departmentAccBody {
  display: grid;
  grid-template-rows: 0fr;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.recruit__departmentAccHidden {
  overflow: hidden;
}

.recruit__departmentAccBodyInner {
  position: relative;
  padding-block: 1.7em;
  padding-inline: 5px;
}
.recruit__departmentAccBodyInner::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: repeating-linear-gradient(to right, #646464 0 2px, transparent 2px 8px);
  position: absolute;
  top: 0;
  left: 0;
}

.recruit__departmentAccBodyText {
  font-size: 18px;
  line-height: 1.5;
  color: var(--color-black2);
}
@media screen and (max-width: 1024px) {
  .recruit__departmentAccBodyText {
    font-size: 16px;
  }
}

/******************************************************************
** 福利厚生
******************************************************************/
.recruit__innerBenefits {
  padding-top: 85px;
}
@media screen and (min-width: 1201px) {
  .recruit__innerBenefits {
    padding-top: 135px;
    margin-top: -50px;
  }
}
@media screen and (max-width: 768px) {
  .recruit__innerBenefits {
    padding-top: 75px;
  }
}
@media screen and (max-width: 480px) {
  .recruit__innerBenefits {
    padding-top: 60px;
  }
}

.benefitsList {
  position: relative;
  list-style: none;
  font-size: 16px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 2.5em;
  padding: 0;
  width: 100%;
}
@media screen and (min-width: 769px) {
  .benefitsList {
    -webkit-column-gap: 3.125em;
    -moz-column-gap: 3.125em;
    column-gap: 3.125em;
  }
}
@media screen and (max-width: 768px) {
  .benefitsList {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media screen and (max-width: 480px) {
  .benefitsList {
    font-size: 14px;
  }
}
.benefitsList > li {
  display: block;
  padding: 1em 1.7em 1.7em;
  border-bottom: 1px solid var(--color-navy1);
}
@media screen and (min-width: 769px) {
  .benefitsList > li {
    height: 100%;
    min-height: 150px;
  }
  .benefitsList > li:nth-child(1),
  .benefitsList > li:nth-child(2) {
    border-top: 1px solid var(--color-navy1);
  }
}
@media screen and (max-width: 768px) {
  .benefitsList > li:nth-child(1) {
    border-top: 1px solid var(--color-navy1);
  }
}
@media screen and (max-width: 480px) {
  .benefitsList > li {
    padding: 1em 1em 1.7em;
  }
}

.benefitsList__heading {
  font-size: 1.5em;
  font-weight: 500;
  letter-spacing: 0.14em;
}

.benefitsList__text {
  line-height: 1.625;
  margin-top: 0.6em;
}

/******************************************************************
** 教育サポート体制
******************************************************************/
.recruit__innerEducation {
  padding-top: 95px;
}
@media screen and (min-width: 1201px) {
  .recruit__innerEducation {
    padding-top: 145px;
    margin-top: -50px;
  }
}
@media screen and (max-width: 768px) {
  .recruit__innerEducation {
    padding-top: 75px;
  }
}
@media screen and (max-width: 480px) {
  .recruit__innerEducation {
    padding-top: 60px;
  }
}

.educationList {
  position: relative;
  list-style: none;
  font-size: 20px;
  display: grid;
  -webkit-column-gap: 3em;
  -moz-column-gap: 3em;
  column-gap: 3em;
  row-gap: 3em;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 1.8em;
  padding: 0;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .educationList {
    font-size: 18px;
    -webkit-column-gap: 2em;
    -moz-column-gap: 2em;
    column-gap: 2em;
  }
}
@media screen and (max-width: 768px) {
  .educationList {
    font-size: 16px;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
    grid-template-columns: repeat(1, 1fr);
  }
}
@media screen and (max-width: 480px) {
  .educationList {
    font-size: 14px;
  }
}
.educationList > li {
  margin: 0;
  display: block;
}

.educationList__imgWrap {
  overflow: hidden;
  clip-path: polygon(13.75% 0%, 100% 0%, 86.25% 100%, 0% 100%);
}
.educationList__imgWrap:before {
  content: "";
  display: block;
  padding-top: 68.75%;
}
.educationList__imgWrap img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.educationList__heading {
  font-size: 1.2em;
  font-weight: 500;
  letter-spacing: 0.14em;
  margin-top: 0.6em;
  padding-bottom: calc(0.3em + 1px);
  border-bottom: 1px solid var(--color-navy1);
}

.educationList__text {
  color: var(--color-black2);
  line-height: 1.5;
  margin-top: 1.1em;
}

/******************************************************************
** よくあるご質問
******************************************************************/
.recruit__innerFaq {
  padding-top: 90px;
}
@media screen and (min-width: 1201px) {
  .recruit__innerFaq {
    padding-top: 140px;
    margin-top: -50px;
  }
}
@media screen and (max-width: 768px) {
  .recruit__innerFaq {
    padding-top: 75px;
  }
}
@media screen and (max-width: 480px) {
  .recruit__innerFaq {
    padding-top: 60px;
  }
}

.recruit__faqListWrap {
  position: relative;
  margin-top: 35px;
  padding: 35px 30px;
  background: #fff;
  border-radius: 10px;
  z-index: 5;
}
@media screen and (max-width: 768px) {
  .recruit__faqListWrap {
    margin-top: 30px;
  }
}
@media screen and (max-width: 480px) {
  .recruit__faqListWrap {
    margin-top: 20px;
    padding: 25px 20px;
  }
}
.recruit__faqListWrap .acc {
  margin-bottom: 20px;
}
.recruit__faqListWrap .acc:last-child {
  margin-bottom: 0;
}

.acc__headFaq {
  padding-block: 0.9em !important;
}

.acc__bodyInnerFaq {
  padding-block: 1.43em !important;
}

/******************************************************************
** 募集要項
******************************************************************/
.recruit__innerDescription {
  padding-top: 100px;
}
@media screen and (min-width: 1201px) {
  .recruit__innerDescription {
    padding-top: 150px;
    margin-top: -50px;
  }
}
@media screen and (max-width: 768px) {
  .recruit__innerDescription {
    padding-top: 75px;
  }
}
@media screen and (max-width: 480px) {
  .recruit__innerDescription {
    padding-top: 60px;
  }
}

.accDescriptionList,
.accDescriptionList > li {
  display: block;
}

.accDescriptionList {
  position: relative;
  margin-top: 40px;
  z-index: 5;
}
@media screen and (max-width: 480px) {
  .accDescriptionList {
    margin-top: 30px;
  }
}
.accDescriptionList > li {
  margin-bottom: 50px;
}
.accDescriptionList > li:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 1024px) {
  .accDescriptionList > li {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 768px) {
  .accDescriptionList > li {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 480px) {
  .accDescriptionList > li {
    margin-bottom: 20px;
  }
}

.accDescription__heading {
  position: relative;
  font-size: 18px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 5.61111111em;
  padding: 1em;
  padding-right: 7em;
  background: var(--color-navy1);
  cursor: pointer;
}
@media screen and (max-width: 1024px) {
  .accDescription__heading {
    font-size: 17px;
  }
}
@media screen and (max-width: 768px) {
  .accDescription__heading {
    font-size: 16px;
  }
}
@media screen and (max-width: 480px) {
  .accDescription__heading {
    font-size: 15px;
  }
}

.accDescription__headingText {
  font-weight: 500;
  letter-spacing: 0.1em;
  display: block;
  width: 100%;
}

.accDescription__crossWrap {
  position: absolute;
  top: 50%;
  right: 1em;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 4.66666667em;
  display: block;
}

.accDescription__cross {
  position: relative;
  display: block;
  width: 1.66666667em;
  height: 1.66666667em;
  margin: 0 auto;
}
.accDescription__cross:before,
.accDescription__cross:after {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  content: "";
  display: block;
  background: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.accDescription__cross:before {
  width: 1px;
  height: 100%;
}
.accDescription__cross:after {
  width: 100%;
  height: 1px;
}

.accDescription__crossText {
  position: relative;
  font-size: 0.77777778em;
  text-align: center;
  line-height: 1;
  display: block;
  margin-top: 1em;
}
.accDescription__crossText:before {
  position: relative;
  display: block;
  content: "詳細を表示";
}

.accDescription__content {
  display: grid;
  grid-template-rows: 0fr;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.accDescription.is-open .accDescription__cross:before {
  -webkit-transform: translate(-50%, -50%) rotate(-90deg);
  transform: translate(-50%, -50%) rotate(-90deg);
}
.accDescription.is-open .accDescription__content {
  grid-template-rows: 1fr;
}
.accDescription.is-open .accDescription__crossText:before {
  content: "詳細を閉じる";
}

/******************************************************************
** 選考の流れ
******************************************************************/
.recruit__innerProcess {
  padding-top: 95px;
}
@media screen and (min-width: 1201px) {
  .recruit__innerProcess {
    padding-top: 145px;
    margin-top: -50px;
  }
}
@media screen and (max-width: 768px) {
  .recruit__innerProcess {
    padding-top: 75px;
  }
}
@media screen and (max-width: 480px) {
  .recruit__innerProcess {
    padding-top: 60px;
  }
}

.processList,
.processList > li {
  position: relative;
  display: block;
  margin: 0;
}

.processList {
  margin-top: 42px;
}
@media screen and (max-width: 768px) {
  .processList {
    margin-top: 40px;
  }
}
@media screen and (max-width: 480px) {
  .processList {
    margin-top: 30px;
  }
}
.processList > li {
  padding-top: 20px;
  padding-left: 100px;
}
@media screen and (max-width: 768px) {
  .processList > li {
    padding-left: 40px;
  }
}
.processList > li:first-child {
  padding-top: 0;
}
.processList > li:first-child .processList__circle {
  top: 50%;
}
.processList > li:first-child .processList__circle:before {
  display: none;
}
.processList > li:last-child .processList__circle:after {
  display: none;
}

.processList__circleWrap {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  display: block;
  width: 100px;
  height: 100%;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .processList__circleWrap {
    width: 25px;
  }
}

.processList__circle {
  position: absolute;
  top: calc(50% + 10px);
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: var(--color-navy1);
}
.processList__circle:before,
.processList__circle:after {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  content: "";
  display: block;
  width: 1px;
  height: 100vh;
  height: 100svh;
  background: var(--color-navy1);
}
.processList__circle:before {
  bottom: 0;
}
.processList__circle:after {
  top: 0;
}

.processList__itemWrap {
  width: 100%;
  background: var(--color-gray2);
  padding: 28px 30px;
}
@media screen and (max-width: 768px) {
  .processList__itemWrap {
    padding: 15px 20px;
  }
}

.processList__heading {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .processList__heading {
    font-size: 16px;
  }
}
@media screen and (max-width: 480px) {
  .processList__heading {
    font-size: 14px;
  }
}

.processList__text {
  font-size: 17px;
  line-height: 1.66666667;
  margin-top: 0.2em;
}
@media screen and (max-width: 768px) {
  .processList__text {
    font-size: 16px;
  }
}
@media screen and (max-width: 480px) {
  .processList__text {
    font-size: 14px;
  }
}

/******************************************************************
** 最後に一言
******************************************************************/
.recruit__innerFinal {
  padding-top: 95px;
}
@media screen and (min-width: 1201px) {
  .recruit__innerFinal {
    padding-top: 145px;
    margin-top: -50px;
  }
}
@media screen and (max-width: 768px) {
  .recruit__innerFinal {
    padding-top: 75px;
  }
}
@media screen and (max-width: 480px) {
  .recruit__innerFinal {
    padding-top: 60px;
  }
} /*# sourceMappingURL=recruit.css.map */
