@charset "UTF-8";
/* フォント読み込み */
@import url('https://fonts.googleapis.com/css2?family=Be+Vietnam+Pro:wght@600&Noto+Sans+JP:wght@100..900&family=Poppins:wght@600&family=Roboto&family=M+PLUS+Rounded+1c:ital,wght@0,100..900;1,100..900&display=swap');

/* フォントウェイト*/
/* カラー */
/* opa */
/* radius */
/* 画面幅 */
/* breakpoint */
/* html body etc */
html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

body {
  font-family: "Noto Sans JP", Meiryo, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.075em;
  color: #333;
}
body a {
  color: #333;
  text-decoration: none;
  opacity: 1;
  transition: opacity ease 0.3s;
}
body a:hover {
  transition: opacity ease 0.3s;
  opacity: 0.6;
}
body a:focus {
  outline: none;
}
body img {
  max-width: 100%;
  vertical-align: bottom;
}
body h1,
body h2,
body h3,
body h4,
body h5 {
  margin: 0;
  padding: 0;
}
body p {
  margin: 0;
  margin-bottom: 1em;
}
body ul {
  margin: 0;
  margin-bottom: 0;
  padding: 0;
  list-style: none;
}
body figure {
  margin: 0;
  padding: 0;
}
body div,
body li,
body a,
body dt,
body dd,
body header,
body footer {
  box-sizing: border-box;
}
body dd {
  margin: 0;
}
body iframe {
  max-width: 100%;
}

body.recruit__index {
  background: url(/assets/img/recruit/bg-pc.jpg) no-repeat right top / auto 939px;
}
body.recruit__requirements {
  background: #F4FBFF;
}
@media (max-width: 767px) {
  body.recruit__index {
    background: url(/assets/img/recruit/bg-sp.jpg) no-repeat right top / contain;
  }
}

[id^=anc__] {
  scroll-margin-top: 120px;
}
@media (max-width: 920px) {
  [id^=anc__] {
    scroll-margin-top: 90px;
  }
}

/* inner系まとめ */
.cnt__inner,
.footer-recruit__inner {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 40px;
}
@media (max-width: 920px) {
  .cnt__inner,
  .footer-recruit__inner {
    padding: 0 20px;
  }
}

/* cntのスタイル */
@media (max-width: 920px) {
  .cnt__wrap {
    overflow: hidden;
  }
}
.cnt__inner {
  padding-top: 80px;
  padding-bottom: 80px;
  letter-spacing: 0;
}
@media (max-width: 920px) {
  .cnt__inner {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

/********************************************************************************

共通

********************************************************************************/
.cnt__inner h2 {
  font-size: 2rem;
  margin: 0 0 48px;
  letter-spacing: 0.075em;
  text-align: center;
  font-weight: 700;
}
.cnt__inner .this__en {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  display: block;
  color: #208EDE;
  line-height: 1.4;
}
.block__cnt-type-data .this__en,
.block__cnt-type-benefit .this__en,
.block__cnt-type-jobs .this__en,
.block__cnt-type-people .this__en {
  font-size: 8.4rem;
}

@media (max-width: 767px) {
  .cnt__inner h2 {
    font-size: 1.3rem;
    margin: 0 0 20px;
    text-align: center;
  }
  .block__cnt-type-data .this__en,
  .block__cnt-type-benefit .this__en,
  .block__cnt-type-jobs .this__en,
  .block__cnt-type-people .this__en {
    font-size: 4.4rem;
  }
}

/********************************************************************************

ヘッダー

********************************************************************************/
header {
  max-width: 1200px;
  margin: 0 auto;
}
header .header__inner {
  padding: 30px 0;
  display: flex;
  justify-content: space-between;
}
header .header__logo {
  margin: 3px 0 0 0;
}
header .header__nav-pc {
  display: flex;
}
header .header__nav-pc ul {
  margin: 12px 40px 0 0;
  display: flex;
  gap: 0 32px;
}
header .header__nav-pc ul li a {
  font-size: 1.5rem;
  font-weight: 600;
  transition: 0.3s;
}
header .header__nav-pc ul li a:hover {
  color: #208EDE;
  opacity: 1;
  transition: 0.3s;
}
header .header__nav-pc .btn__contact a {
  font-size: 2rem;
  padding: 9px 22px;
  border-radius: 24px;
  width: 180px;
  box-shadow: 0 4px 8px rgba(45, 161, 213, 0.2);
  background-image: linear-gradient(90deg, #0997ff, #67c4fc);
  display: block;
  color: #FFFFFF;
  font-family: "Poppins", sans-serif;
  transition: 0.3s;
}
header .header__nav-pc .btn__contact a:hover {
  box-shadow: none;
  transition: 0.3s;
}
header .header__nav-pc .btn__contact a > span {
  position: relative;
  display: block;
}
header .header__nav-pc .btn__contact a > span::before,
header .header__nav-pc .btn__contact a > span::after {
  content: "";
  box-sizing: border-box;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
header .header__nav-pc .btn__contact a > span::before {
  background-image: url(/assets/img/icon/link-btn-arrow-cc.svg);
  z-index: 1;
}
header .header__nav-pc .btn__contact a > span::after {
  background-color: #FFFFFF;
  border-radius: 20px;
  z-index: 0;
}
header .header__nav-pc .btn__contact a:hover > span::before {
  animation: btnIconMoveRight 0.5s linear;
  animation-delay: 0s;
}

@media (min-width: 768px) {
  header .header__nav-sp {
    display: none;
  }
}
@media (max-width: 767px) {
  header .header__nav-pc {
    display: none;
  }
  header .header__inner {
    padding: 23px 0 0 0;
  }
  header .header__logo {
    margin: 0 0 0 23px;
  }
  header .header__logo img {
    max-width: 65vw;
  }
  #navBox {
    visibility: hidden;
    display: none;
  }
  #menuBtn {
    display: block;
    width: 48px;
    height: 48px;
    position: absolute;
    right: 20px;
    top: 20px;
    background-image: linear-gradient(90deg, #0997ff, #67c4fc);
    box-shadow: 0 4px 8px rgba(45, 161, 213, 0.2);
    cursor: pointer;
    z-index: 1001;
    padding: 22px 0 0;
    border-radius: 50px;
    transition: 0.5s;
  }
  #menuBtn i {
    display: block;
    width: 25px;
    border-top: solid 2px #ffffff;
    position: relative;
    transition: 0.5s;
    margin: 0 auto;
  }
  #menuBtn i:before,
  #menuBtn i:after {
    content: '';
    width: 25px;
    height: 2px;
    background: #ffffff;
    position: absolute;
    left: 0;
    transition: 0.5s;
  }
  #menuBtn i:before {
    top: -8px;
  }
  #menuBtn i:after {
    top: 4px;
  }
  .open #menuBtn {
    background: none;
    box-shadow: none;
  }
  .open #menuBtn i {
    color: #208EDE;
    border-top: solid 2px transparent;
  }
  .open #menuBtn i:before {
    width: 28px;
    top: -2px;
    background: #208EDE;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .open #menuBtn i:after {
    width: 28px;
    top: -2px;
    background: #208EDE;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .layer {
    display: none;
  }
  #navBox {
    width: 100vw;
    height: 100vh;
    position: fixed;
    right: 0;
    left: 0;
    top: 0;
    z-index: 1;
    visibility: visible;
    display: none;
    padding: 0;
  }
  #navBox .header__nav-sp__inner {
    width: 100%;
    height: calc(100% - 70px);
    padding: 80px 40px 40px;
    border-radius: 0 0 16px 16px;
    background: #FFFFFF;
    margin: 0 auto;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none;
    scrollbar-width: none;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  #navBox .wrap::-webkit-scrollbar {
    display: none;
  }
  .open #navBox {
    visibility: visible;
    background: rgba(0, 0, 0, 0.32);
  }
  #navBox .header__nav-sp__main li {
    margin: 0 0 15px;
  }
  #navBox .header__nav-sp__main li a {
    font-size: 1.9rem;
    font-weight: 700;
  }
  #navBox .header__nav-sp__sub {
    margin: 32px 0 0 0;
  }
  #navBox .header__nav-sp__sub li {
    margin: 0 0 12px;
  }
  #navBox .header__nav-sp__sub li a {
    padding: 0 18px 0 0;
    font-size: 1.5rem;
    font-weight: 500;
    color: #666666;
    background: url(/assets/img/recruit/external-site.svg) no-repeat right center / 9px;
  }
  #navBox .btn__contact a {
    font-size: 2rem;
    padding: 15px 22px;
    border-radius: 40px;
    width: 100%;
    box-shadow: 0 4px 8px rgba(45, 161, 213, 0.2);
    background-image: linear-gradient(90deg, #0997ff, #67c4fc);
    display: block;
    color: #FFFFFF;
    font-family: "Poppins", sans-serif;
  }
  #navBox .btn__contact a span {
    display: block;
    background: url(/assets/img/icon/link-btn-wh.svg) no-repeat right center / 25px;
  }
}

/********************************************************************************

フッター

********************************************************************************/
.footer-recruit__wrap {
  padding: 150px 0 0 0;
  letter-spacing: 0;
  background: #FFFFFF;
}
.footer-recruit__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer-recruit__inner .this__nav ul {
  display: flex;
  line-height: 1;
}
.footer-recruit__inner .this__nav ul li {
  padding: 1px 16px;
  border-left: 1px solid #CCCCCC;
}
.footer-recruit__inner .this__nav ul li:first-child {
  border: none;
}
.footer-recruit__inner .this__nav ul li a {
  padding: 0 18px 0 0;
  font-size: 1.4rem;
  font-weight: 500;
  color: #666666;
  background: url(/assets/img/recruit/external-site.svg) no-repeat right center / 9px;
}
.footer-recruit__wrap .this__copyright {
  margin: 28px 0 0 0;
  padding: 14px 0 18px;
  background: #208EDE;
  color: #FFFFFF;
  text-align: center;
  line-height: 1;
}
.footer-recruit__wrap .this__copyright small {
  font-size: 1.3rem;
}

@media (max-width: 767px) {
  .footer-recruit__wrap {
    padding: 0;
  }
  .footer-recruit__wrap.recruitTop {
    margin: 0 0 120px;
  }
  .footer-recruit__inner {
    flex-direction: column-reverse;
    justify-content: start;
    align-items: start;
  }
  .footer-recruit__inner .this__nav ul {
    display: block;
    margin: 0 0 55px;
  }
  .footer-recruit__inner .this__nav ul li {
    border: none;
    padding: 10px 0;
  }
  .footer-recruit__inner .this__logo img {
    max-width: 300px;
  }
  .footer-recruit__wrap .this__copyright {
    padding: 10px 0 14px;
  }
  .footer-recruit__wrap .this__copyright small {
    font-size: 1.1rem;
  }
}


/********************************************************************************

メインビジュアル

********************************************************************************/
.page-ttl-recruit__wrap {
  min-height: 940px;
}
.page-ttl-recruit__wrap .page-ttl-recruit__inner {
  max-width: 1200px;
  margin: auto;
  padding: 426px 0 0 0;
}
.page-ttl-recruit__wrap .page-ttl-recruit__inner h1 {
  font-size: 5.6rem;
  font-weight: 700;
  letter-spacing: 6px;
  line-height: 1.6;
}
.page-ttl-recruit__wrap .page-ttl-recruit__inner h1 strong {
  font-weight: 700;
  color: #208EDE;
}

@media (max-width: 767px) {
  .page-ttl-recruit__wrap {
    min-height: auto;
    margin-bottom: 75px;
  }
  .page-ttl-recruit__wrap .page-ttl-recruit__inner {
    max-width: 100%;
    padding: 135vw 0 0 0;
  }
  .page-ttl-recruit__wrap .page-ttl-recruit__inner h1 {
    font-size: 2.9rem;
    padding: 0 20px;
    letter-spacing: 0;
    line-height: 1.5;
  }
}


/*******************************************************************

Message

*******************************************************************/
.block__cnt-type-message {
  background: url(/assets/img/recruit/mess-pic.jpg) no-repeat right center / 50%;
}
.block__cnt-type-message h2 {
  text-align: left;
}
.block__cnt-type-message h2 .this__en {
  font-size: 5.4rem;
}
.block__cnt-type-message p {
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 2.43em;
  margin: 0 0 43px;
}

@media (max-width: 767px) {
  .block__cnt-type-message {
    background: url(/assets/img/recruit/mess-pic.jpg) no-repeat center bottom / auto 500px;
    padding-bottom: 500px;
  }
  .block__cnt-type-message h2 .this__en {
    font-size: 2.6rem;
  }
  .block__cnt-type-message p {
    font-size: 1.5rem;
    letter-spacing: 0.04em;
    line-height: 1.7em;
    margin: 0 0 32px;
  }
  .block__cnt-type-message p:last-child {
    margin: 0;
  }
  .block__cnt-type-message p br.pc {
    display: none;
  }
}

/*******************************************************************

数字で見る

*******************************************************************/
.block__data-list {
  display: flex;
  flex-wrap: wrap;
  gap: 48px 38px;
}
.block__data-list > li {
  box-sizing: border-box;
  width: calc((100% - 38px) / 2);
  border-radius: 32px;
  background: #FFFFFF;
  box-shadow: 0 24px 64px rgba(46, 108, 155, 0.15);
  position: relative;
  padding: 42px 170px 38px 40px;
}
.block__data-list > li > .this__cnt-box h3 {
  font-size: 2.4rem;
  margin-bottom: 28px;
}
.block__data-list > li .this__data {
  color: #208EDE;
  line-height: 1.2;
}
.block__data-list > li .this__data-num {
  font-size: 7.2rem;
  font-weight: 600;
  font-family: "Be Vietnam Pro", sans-serif;
  letter-spacing: -1px;
}
.block__data-list > li .this__data-txt {
  font-size: 3.2rem;
  font-weight: 600;
}
.block__data-list > li .this__icon-box {
  box-sizing: border-box;
  display: block;
  width: 120px;
  height: 120px;
  position: absolute;
  top: 70px;
  right: 48px;
}
.block__data-list > li .this__icon-box img {
  box-sizing: border-box;
  display: block;
  width: 100%;
  height: 100%;
}
.block__data-list > li .this__date {
  font-size: 1.4rem;
  color: #666;
  position: absolute;
  right: 40px;
  bottom: 20px;
}
.block__data-list > li .this__data-manwoman {
  display: flex;
  align-items: center;
}
.block__data-list > li .this__data-manwoman-txt {
  font-size: 7.2rem;
  font-weight: 600;
  font-family: "Be Vietnam Pro", sans-serif;
  color: #208EDE;
  margin: 0 8px;
}
.block__data-list > li .this__data-man,
.block__data-list > li .this__data-woman {
  font-size: 1.4rem;
  font-weight: 700;
  background-color: #DFF2FF;
  padding: 3px 16px;
  border-radius: 60px;
  text-align: center;
}
@media (max-width: 920px) {
  .block__data-list {
    display: block;
  }
  .block__data-list > li {
    width: 100%;
    padding: 24px 112px 21px 24px;
    border-radius: 16px;
    margin-bottom: 16px;
  }
  .block__data-list > li > .this__cnt-box h3 {
    font-size: 1.8rem;
    margin-bottom: 22px;
  }
  .block__data-list > li .this__icon-box {
    width: 90px;
    height: 90px;
    top: 40px;
    right: 24px;
  }
  .block__data-list > li:nth-of-type(2) .this__icon-box {
    top: 21px;
  }
  .block__data-list > li .this__data-num {
    font-size: 5rem;
  }
  .block__data-list > li .this__data-manwoman-txt {
    font-size: 5rem;
    margin: 0 4px;
  }
  .block__data-list > li .this__data-txt {
    font-size: 2rem;
  }
  .block__data-list > li .this__date {
    right: 24px;
    bottom: 26px;
  }
  .block__data-list > li .this__data-man,
  .block__data-list > li .this__data-woman {
    padding: 3px 12px;
  }
}

/*******************************************************************

福利厚生

*******************************************************************/
.block__cnt-type-benefit .block__benefit-list {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
.block__cnt-type-benefit .block__benefit-list h3 {
  font-weight: 700;
}
.block__cnt-type-benefit .block__benefit-list li {
  width: calc(100% / 2 - 20px);
  padding: 40px 40px 48px;
  border-radius: 32px;
  background: #FFFFFF;
  box-shadow: 0 24px 64px rgba(46, 108, 155, 0.15);
}
.block__cnt-type-benefit .block__benefit-list li .this__main .this__ttl {
  display: flex;
  align-items: center;
}
.block__cnt-type-benefit .block__benefit-list li .this__main .this__ttl .this__icon {
  margin-right: 24px;
}
.block__cnt-type-benefit .block__benefit-list li .this__main p {
  margin: 24px 0 0 0;
  line-height: 1.88;
}

@media (max-width: 767px) {
  .block__cnt-type-benefit .block__benefit-list {
    flex-direction: column;
    gap: 16px;
  }
  .block__cnt-type-benefit .block__benefit-list li {
    width: 100%;
    padding: 20px 20px 24px;
    border-radius: 16px;
  }
  .block__cnt-type-benefit .block__benefit-list li .this__main .this__ttl .this__icon {
    margin-right: 12px;
  }
  .block__cnt-type-benefit .block__benefit-list li .this__main .this__ttl .this__icon img {
    width: 60px;
  }
  .block__cnt-type-benefit .block__benefit-list li .this__main .this__ttl h3 {
    font-size: 1.6rem;
  }
  .block__cnt-type-benefit .block__benefit-list li .this__main p {
    margin: 10px 0 0 0;
    line-height: 1.6;
    font-size: 1.4rem;
  }
}


/*******************************************************************

職種紹介・募集要項

*******************************************************************/
.block__cnt-type-jobs .block__jobs {
  background: #FFFFFF;
  margin: 24px 0 0 0;
  padding: 42px 40px 36px;
  border-radius: 24px;
  box-shadow: 0 14px 32px rgba(46, 108, 155, 0.2);
}
.block__cnt-type-jobs .block__jobs .this__main .this__cnt {
  display: grid;
  grid-template-rows: auto;
  grid-template-columns: 1fr 460px;
  grid-gap: 37px 60px;
}
.block__cnt-type-jobs .block__jobs .this__main .this__ttl {
  border-left: 6px solid #208EDE;
  margin-left: -40px;
  padding: 6px 0 8px 34px;
  grid-row: 1;
  grid-column: 1;
  height: auto;
  font-weight: 700;
}
.block__cnt-type-jobs .block__jobs .this__main .this__ttl h3 {
  font-size: 3.2rem;
}
.block__cnt-type-jobs .block__jobs .this__main .this__ttl p {
  margin: 0 0 4px;
}
.block__cnt-type-jobs .block__jobs .this__main .this__img {
  max-width: 460px;
  grid-row: 1 / 4;
  grid-column: 2;
}
.block__cnt-type-jobs .block__jobs .this__main .this__img img {
  border-radius: 24px;
}
.block__cnt-type-jobs .block__jobs .this__main .this__text {
  grid-row: 2;
  grid-column: 1;
  line-height: 1.88;
}
.block__cnt-type-jobs .block__jobs .this__work h4 {
  padding: 0 0 12px;
  font-size: 1.8rem;
  border-bottom: 1px solid #208EDE;
  font-weight: 700;
}
.block__cnt-type-jobs .block__jobs .this__work .this__details {
  display: flex;
  justify-content: space-between;
}
.block__cnt-type-jobs .block__jobs .this__work .this__details ul {
  margin: 24px 0 0 0;
}
.block__cnt-type-jobs .block__jobs .this__work .this__details ul li {
  position: relative;
  margin: 0 0 12px 0;
  padding: 0 0 0 16px;
}
.block__cnt-type-jobs .block__jobs .this__work .this__details ul li::before {
  content: "";
  box-sizing: border-box;
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 8px;
  background-color: #208EDE;
  position: absolute;
  top: 8px;
  left: 0;
}
.block__cnt-type-jobs .block__jobs .this__work .this__details p {
  max-width: 47%;
  margin: 24px 0 0 0;
  line-height: 1.88;
}

.block__cnt-type-jobs .block__btn-wrap {
  margin: 80px 0 0 0;
  padding: 20px;
  background: #DFF2FF;
  border-radius: 24px;
  transition: 0.3s;
}
.block__cnt-type-jobs .block__btn-wrap:hover {
  background: #C3E5FF;
  transition: 0.3s;
}
.block__cnt-type-jobs .block__btn-wrap a {
  padding: 60px 0;
  font-size: 2.2rem;
  font-weight: 700;
  background: #FFFFFF;
  display: block;
  border-radius: 16px;
  text-align: center;
  transition: 0.3s;
}
.block__cnt-type-jobs .block__btn-wrap a > span::before,
.block__cnt-type-jobs .block__btn-wrap a > span::after {
  right: 42px !important;
}
.block__cnt-type-jobs .block__btn-wrap a:hover {
  opacity: 1;
  color: #208EDE;
  transition: 0.3s;
}

@media (max-width: 767px) {
  .block__cnt-type-jobs .block__jobs {
    margin: 24px 0 0 0;
    padding: 42px 24px 32px;
    border-radius: 16px;
    box-shadow: 0 8px 24px rgba(46, 108, 155, 0.15);
  }
  .block__cnt-type-jobs .block__jobs .this__main .this__cnt {
    grid-template-columns: 1fr 100%;
    gap: 16px 0;
  }
  .block__cnt-type-jobs .block__jobs .this__main .this__ttl {
    grid-column: 1 / 3;
    border-width: 4px;
    margin-left: -24px;
    padding: 12px 0 12px 16px;
  }
  .block__cnt-type-jobs .block__jobs .this__main .this__ttl h3 {
    font-size: 2.5rem;
  }
  .block__cnt-type-jobs .block__jobs .this__main .this__ttl p {
    font-size: 1.3rem;
    margin: 0;
  }
  .block__cnt-type-jobs .block__jobs .this__main .this__img {
    grid-row: 2;
    grid-column: 1 / 3;
    width: 100%;
    max-width: 100%;
  }
  .block__cnt-type-jobs .block__jobs .this__main .this__img img {
    border-radius: 12px;
  }
  .block__cnt-type-jobs .block__jobs .this__main .this__text {
    grid-row: 3;
    grid-column: 1 / 3;
  }
  .block__cnt-type-jobs .block__jobs .this__work h4 {
    padding: 16px 0;
    font-size: 1.6rem;
  }
  .block__cnt-type-jobs .block__jobs .this__work .this__details {
    flex-direction: column;
  }
  .block__cnt-type-jobs .block__jobs .this__work .this__details ul {
    margin: 16px 0 0 0;
  }
  .block__cnt-type-jobs .block__jobs .this__work .this__details ul li {
    margin: 0 0 8px 0;
  }
  .block__cnt-type-jobs .block__jobs .this__work .this__details p {
    max-width: 100%;
    margin: 8px 0 0 0;
  }
  .block__cnt-type-jobs .block__btn-wrap {
    margin: 40px 0 0 0;
    padding: 10px;
    border-radius: 12px;
  }
  .block__cnt-type-jobs .block__btn-wrap a {
    padding: 43px 0 43px 20px;
    font-size: 1.7rem;
    border-radius: 8px;
    text-align: left;
  }
  .block__cnt-type-jobs .block__btn-wrap a > span::before,
  .block__cnt-type-jobs .block__btn-wrap a > span::after {
    width: 24px !important;
    height: 24px !important;
    right: 20px !important;
  }
}


/*******************************************************************

働く仲間

*******************************************************************/
.cnt__wrap#people {
  padding-bottom: 100px;
  border-radius: 64px 64px 0 0;
  background: #F4FBFF;
}
.block__cnt-type-people .slider-people.swiper {
  overflow: visible;
}
.block__cnt-type-people .slider-people ul {
  width: 100%;
  display: flex;
  gap: 0 32px;
}
.block__cnt-type-people .slider-people ul li {
  width: calc((100% - 96px) / 4);
}
.block__cnt-type-people .slider-people ul li:nth-child(even) {
  margin-top: 100px;
}

.block__cnt-type-people .slider-people ul li .cntWrap {
  width: 100%;
  display: block;
}

.block__cnt-type-people .slider-people ul li .cntWrap .this__cnt {
  min-height: 530px;
  border-radius: 16px;
  position: relative;
  transition: transform 0.6s;
  transform-style: preserve-3d;
  cursor: pointer;
  transition: 0.6s;
}
.block__cnt-type-people .slider-people ul li .cntWrap:hover .this__cnt {
  transform: rotateY(180deg);
}
.block__cnt-type-people .slider-people ul li .this__cnt-front,
.block__cnt-type-people .slider-people ul li .this__cnt-back {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  backface-visibility: hidden;
  padding: 12px;
  background: #FFFFFF;
  border-radius: 16px;
  box-shadow: 8px 24px 48px rgba(46, 108, 155, 0.2);
}
.block__cnt-type-people .slider-people ul li .this__cnt-front {
  transform: rotateY(180deg);
}
/*
.block__cnt-type-people .slider-people ul li .this__cnt:hover .this__cnt-back {
}
.block__cnt-type-people .slider-people ul li .this__cnt:hover .this__cnt-front {
}
*/
.block__cnt-type-people .slider-people ul li .this__img img {
  border-radius: 14px;
}
.block__cnt-type-people .slider-people ul li .this__message {
  font-size: 1.8rem;
  font-weight: 600;
  margin: 16px 6px 35px;
}
.block__cnt-type-people .slider-people ul li .this__ttl {
  font-size: 1.3rem;
  margin: 0 6px;
  font-weight: 700;
}
.block__cnt-type-people .slider-people ul li .this__ttl .this__small {
  font-size: 1rem;
  color: #888888;
}
.block__cnt-type-people .slider-people ul li .this__ttl .this__name {
  font-size: 1.6rem;
  margin: 0 4px 0 0;
}
.peoplePagenation {
  display: none;
}

@media (max-width: 767px) {
  .cnt__wrap#people {
    margin-top: 30px;
    padding-bottom: 30px;
    border-radius: 40px 40px 0 0;
  }
  
  .block__cnt-type-people .slider-people ul {
    display: flex !important;
    flex-wrap: nowrap !important;
    align-items: stretch;
    gap: initial;
  }
  .block__cnt-type-people .slider-people ul li {
    width: 100%;
    padding: 0 2.1333vw;
  }
  .block__cnt-type-people .slider-people ul li:nth-child(even) {
    margin-top: 0;
  }
  .block__cnt-type-people .slider-people ul li .cntWrap .this__cnt {
    width: 100%;
    height: 85vw;
    min-height: initial;
    border-radius: 8px;
  }
  .block__cnt-type-people .slider-people ul li .this__cnt-front,
  .block__cnt-type-people .slider-people ul li .this__cnt-back {
    padding: 10px;
    border-radius: 8px;
    box-shadow: 4px 12px 24px rgba(46, 108, 155, 0.2);
  }
  .block__cnt-type-people .slider-people ul li .this__img img {
    border-radius: 7px;
  }
  .block__cnt-type-people .slider-people ul li .this__message {
    font-size: 1.4rem;
    margin: 8px 6px 20px;
  }
  .block__cnt-type-people .slider-people ul li .this__ttl {
    font-size: 1.6rem;
  }
  .block__cnt-type-people .slider-people ul li .this__ttl .this__small {
    font-size: 1.1rem;
  }
  .block__cnt-type-people .slider-people ul li .this__ttl .this__name {
    font-size: 2.1rem;
  }
  .peoplePagenation {
    width: initial !important;
    z-index: 2;
    text-align: center;
    padding: 6px 0;
    line-height: 12px !important;
    position: relative;
    z-index: 10;
    margin: 40px 0 0;
    display: block;
  }
  .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
  .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px 0 !important;
  }
  .peoplePagenation .swiper-pagination-bullet {
    background: #fff !important;
    border: solid 1px #79BBEB !important;
    height: 8px;
    width: 8px;
    opacity: 1;
  }
  .peoplePagenation .swiper-pagination-bullet-active {
    background: #208EDE !important;
    border: solid 1px #208EDE !important;
    z-index: 10 !important;
  }
}

@media (max-width: 655px) {
  .block__cnt-type-people .slider-people ul li .cntWrap .this__cnt {
    height: calc(85vw + 40px);
  }
}

@media (max-width: 550px) {
  .block__cnt-type-people .slider-people ul li .cntWrap .this__cnt {
    height: calc(85vw + 60px);
  }
}

@media (max-width: 450px) {
  .block__cnt-type-people .slider-people ul li .cntWrap .this__cnt {
    height: calc(85vw + 80px);
  }
}

@media (max-width: 370px) {
  .block__cnt-type-people .slider-people ul li .cntWrap .this__cnt {
    height: calc(85vw + 100px);
  }
}

/********************************************************************************

お問い合わせ

********************************************************************************/
.block__cnt-type-contact {
  max-width: 100%;
  background: #FFFFFF;
}
.block__cnt-type-contact .this__main {
  max-width: 1200px;
  margin: auto;
  display: flex;
  justify-content: space-between;
}
.block__cnt-type-contact .this__ttl h2 {
  margin: 0 0 12px;
  text-align: left;
}
.block__cnt-type-contact .this__ttl .this__en {
  font-size: 9.4rem;
}

.block__cnt-type-contact .block__contact-list {
  width: 580px;
}
.block__cnt-type-contact .block__contact-list ul li {
  margin: 0 0 16px;
  border-radius: 16px;
  border: 1px solid #C4D9E8;
  font-weight: bold;
  transition: 0.3s;
}

/* フリーダイヤル */
.block__cnt-type-contact .block__contact-list ul li.this__freedial {
  padding: 24px 36px 30px 32px;
}
.block__cnt-type-contact .block__contact-list ul li.this__freedial strong {
  font-family: "Roboto";
  font-size: 4rem;
  font-weight: 600;
  padding: 0 0 0 65px;
  display: block;
  background: url(/assets/img/icon/free_num.svg) no-repeat left 6px center / 48px auto;
}
.block__cnt-type-contact .block__contact-list ul li.this__freedial small {
  font-size: 1.5rem;
  font-weight: 600;
}
.block__cnt-type-contact .block__contact-list .this__freedial br {
  display: none;
}

/* メール */
.block__cnt-type-contact .block__contact-list ul li.this__email a {
  font-size: 2rem;
  padding: 47px 32px 48px 90px;
  background: url(/assets/img/recruit/cont-icon-mail.svg) no-repeat left 36px center;
  display: block;
  transition: 0.3s;
  font-weight: 700;
}
.block__cnt-type-contact .block__contact-list ul li:hover {
  border-color: #208EDE;
  transition: 0.3s;
}
.block__cnt-type-contact .block__contact-list ul li.this__email a:hover {
  background: url(/assets/img/recruit/cont-icon-mail_ov.svg) no-repeat left 36px center;
  color: #208EDE;
  opacity: 1;
  transition: 0.3s;
}
.block__cnt-type-jobs .block__btn-wrap a > span,
.block__cnt-type-contact .block__contact-list ul li.this__email a > span {
  position: relative;
  display: block;
}
.block__cnt-type-jobs .block__btn-wrap a > span::before,
.block__cnt-type-jobs .block__btn-wrap a > span::after,
.block__cnt-type-contact .block__contact-list ul li.this__email a > span::before,
.block__cnt-type-contact .block__contact-list ul li.this__email a > span::after {
  content: "";
  box-sizing: border-box;
  width: 32px;
  height: 32px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
.block__cnt-type-jobs .block__btn-wrap a > span::before,
.block__cnt-type-contact .block__contact-list ul li.this__email a > span::before {
  background-image: url(/assets/img/icon/link-btn-arrow.svg);
  z-index: 1;
}
.block__cnt-type-jobs .block__btn-wrap a > span::after,
.block__cnt-type-contact .block__contact-list ul li.this__email a > span::after {
  background-color: #208EDE;
  border-radius: 20px;
  z-index: 0;
}
.block__cnt-type-jobs .block__btn-wrap a:hover > span::before,
.block__cnt-type-contact .block__contact-list ul li.this__email a:hover > span::before {
  animation: btnIconMoveRight 0.5s linear;
  animation-delay: 0s;
}

@media (max-width: 1070px) {
  .block__cnt-type-contact .this__main {
    flex-direction: column;
  }
  .block__cnt-type-contact .block__contact-list {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .block__cnt-type-contact .this__ttl h2 {
    font-size: 1.8rem;
    text-align: center;
  }
  .block__cnt-type-contact .this__ttl .this__en {
    font-size: 7.3rem;
  }
  .block__cnt-type-contact .block__contact-list {
    width: 100%;
  }
  .block__cnt-type-contact .block__contact-list ul li.this__freedial {
    padding: 15px 16px 20px 12px;
    text-align: center;
  }
  .block__cnt-type-contact .block__contact-list ul li.this__freedial strong {
    font-size: 3.3rem;
    padding: 0 0 0 46px;
    display: inline-block;
    background: url(/assets/img/icon/free_num.svg) no-repeat left 6px center / 35px auto;
  }
  .block__cnt-type-contact .block__contact-list ul li.this__freedial small {
    font-size: 1.2rem;
    line-height: 1.6;
    display: inline-block;
  }
  .block__cnt-type-contact .block__contact-list .this__freedial br {
    display: block;
  }
  .block__cnt-type-contact .block__contact-list ul li.this__email a {
    font-size: 1.8rem;
    padding: 49px 16px 52px 65px;
    background: url(/assets/img/recruit/cont-icon-mail.svg) no-repeat left 16px center / 40px;
  }
  .block__cnt-type-contact .block__contact-list ul li.this__email a > span::before,
  .block__cnt-type-contact .block__contact-list ul li.this__email a > span::after {
    width: 20px;
    height: 20px;
  }
}
@media (max-width: 350px) {
  .block__cnt-type-contact .this__ttl .this__en {
    font-size: 6rem;
  }
  .block__cnt-type-contact .block__contact-list ul li.this__email a {
    font-size: 1.6rem;
  }
  .block__cnt-type-contact .block__contact-list ul li.this__email a span {
    padding-right: 25px;
  }
}


/********************************************************************************

固定Contactボタン（スマホのみ）

********************************************************************************/
@media (min-width: 768px) {
  .fixbtn__contact {
    display: none !important;
  }
  .fixbtn__contact.fixbtn__contact--visible {
    display: none !important;
  }
}
@media (max-width: 767px) {
.fixbtn__contact {
  position: fixed;
  bottom: 10px;
  left: 0;
  right: 0;
  z-index: 1;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s;
}
.fixbtn__contact--visible {
  opacity: 1;
  pointer-events: auto;
}
  .fixbtn__contact a {
    font-size: 2rem;
    padding: 15px 22px;
    border-radius: 40px;
    width: 75vw;
    margin: auto;
    box-shadow: 0 4px 8px rgba(45, 161, 213, 0.2);
    background-image: linear-gradient(90deg, #0997ff, #67c4fc);
    display: block;
    color: #FFFFFF;
    font-family: "Poppins", sans-serif;
  }
  .fixbtn__contact a span {
    display: block;
    background: url(/assets/img/icon/link-btn-wh.svg) no-repeat right center / 25px;
  }
}


/********************************************************************************

募集要項

********************************************************************************/

/* ページタイトル
-------------------------------------------------------------------------------*/
.page-ttl-recruit-requirements__wrap {
  margin: 48px 0;
}
.page-ttl-recruit-requirements__wrap .this__ttl h1 {
  font-size: 4.4rem;
  letter-spacing: 0.075em;
  text-align: center;
  font-weight: 700;
}
.page-ttl-recruit-requirements__wrap .this__ttl .this__en {
  display: block;
  margin: 0 0 8px;
  font-size: 1.6rem;
  font-family: "M PLUS Rounded 1c", sans-serif;
  letter-spacing: 0;
  color: #208EDE;
}

@media (max-width: 767px) {
  .page-ttl-recruit-requirements__wrap {
    margin: 40px 0;
  }
  .page-ttl-recruit-requirements__wrap .this__ttl h1 {
    font-size: 2.9rem;
  }
  .page-ttl-recruit-requirements__wrap .this__ttl .this__en {
    font-size: 1.5rem;
    margin: 0;
  }
}

/* 職種切替タブ
-------------------------------------------------------------------------------*/
.block__tab-jobchange {
  padding-bottom: 40px;
}
.block__tab-jobchange ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
}
.block__tab-jobchange ul li {
  width: 520px;
  font-size: 1.8rem;
  line-height: 1.2;
  font-weight: 600;
  letter-spacing: 0.075em;
  text-align: center;
  border: 1px solid #C4D9E8;
  background: #FFFFFF;
  border-radius: 50px;
  padding: 18px 40px 19px;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  font-weight: 700;
}
.block__tab-jobchange ul li:not(.this) {
  cursor: pointer;
}
.block__tab-jobchange ul li.this {
  color: #FFFFFF;
  background: #208EDE;
  box-shadow: 0 14px 32px rgba(46, 108, 155, 0.2);
}
.block__tab-jobchange ul li {
  display: block;
  color: #208EDE;
}
@media (max-width: 767px) {
  .block__tab-jobchange {
    padding-top: 0;
    padding-bottom: 24px;
  }
  .block__tab-jobchange ul {
    gap: 9px;
    align-items: stretch;
  }
  .block__tab-jobchange ul li {
    width: calc(100% / 2 - 5px);
    font-size: 1.4rem;
    padding: 6px 40px 7px;
  }
  .block__tab-jobchange ul li.this {
    box-shadow: 0 7px 16px rgba(46, 108, 155, 0.2);
  }
  .block__tab-jobchange ul li {
    display: block;
    color: #208EDE;
  }
}

/* 募集要項
-------------------------------------------------------------------------------*/
.block__cnt-guidelines {
  background: #FFFFFF;
  margin: 0 auto 120px;
  padding: 48px;
  border-radius: 24px;
  display: none;
}
.block__cnt-guidelines h2 {
  font-size: 3.2rem;
  text-align: left;
  font-weight: 700;
}
.block__cnt-guidelines {
  display: none;
}
.block__cnt-guidelines.this {
  display: block;
}
@media (max-width: 767px) {
  .block__cnt-guidelines {
    width: calc(100% - 40px);
    margin: 0 auto 75px;
    padding: 24px;
    border-radius: 16px;
  }
  .block__cnt-guidelines h2 {
    font-size: 1.9rem;
    margin: 0;
  }
}

.block__cnt-guidelines table {
  width: 100%;
  margin: 32px 0 16px;
}
.block__cnt-guidelines table th::before,
.block__cnt-guidelines table td::before,
.block__cnt-guidelines table tr:last-of-type th::after,
.block__cnt-guidelines table tr:last-of-type td::after {
  content: "";
  display: block;
  position: absolute;
  height: 1px;
  right: 0;
}
.block__cnt-guidelines table th::before,
.block__cnt-guidelines table td::before {
  top: 0;
}
.block__cnt-guidelines table tr:last-of-type th::after,
.block__cnt-guidelines table tr:last-of-type td::after {
  bottom: 0;
}
.block__cnt-guidelines table th::before,
.block__cnt-guidelines table tr:last-of-type th::after {
  left: 0;
  width: calc(100% - 8px);
  background-color: #208EDE;
}
@media (max-width: 920px) {
  .block__cnt-guidelines table th::before,
  .block__cnt-guidelines table tr:last-of-type th::after {
    width: calc(100% - 10px);
  }
}
.block__cnt-guidelines table td::before,
.block__cnt-guidelines table tr:last-of-type td::after {
  width: 100%;
  background-color: #DEDEDE;
}
.block__cnt-guidelines table th,
.block__cnt-guidelines table td {
  position: relative;
  line-height: 1.8;
}
.block__cnt-guidelines table th {
  width: 240px;
  padding: 40px 2px;
  vertical-align: top;
  color: #208EDE;
  font-weight: 700;
  text-align: left;
}
@media (max-width: 920px) {
  .block__cnt-guidelines table th {
    padding: 24px 2px 12px;
  }
}
.block__cnt-guidelines table td {
  padding: 40px 2px 28px 0;
}
@media (max-width: 920px) {
  .block__cnt-guidelines table td {
    padding: 24px 2px 12px 0;
  }
}
@media (max-width: 767px) {
  .block__cnt-guidelines table {
    margin: 0;
  }
  .block__cnt-guidelines table tr {
    display: flex;
    flex-direction: column;
  }
  .block__cnt-guidelines table th,
  .block__cnt-guidelines table td {
    width: 100%;
    font-size: 1.5rem;
    padding: 16px 0 8px;
  }
  .block__cnt-guidelines table th::before, .block__cnt-guidelines table tr:last-of-type th::after {
    width: 100%;
  }
  .block__cnt-guidelines table th::before {
    top: auto;
    bottom: 0;
  }
  .block__cnt-guidelines table tr > td::before {
    display: block;
  }
  .block__cnt-guidelines table th + td::before,
  .block__cnt-guidelines table tr:last-child > td::after {
    display: none;
  }
}

/********************************************************************************

アニメーション

********************************************************************************/
@keyframes btnIconMoveRight {
  0% {
    transform: translate(0);
    opacity: 1;
  }
  40% {
    transform: translate(100%);
    opacity: 0;
  }
  41% {
    transform: translate(-100%);
    opacity: 0;
  }
  50% {
    transform: translate(-30%);
    opacity: 1;
  }
  100% {
    transform: translate(0);
    opacity: 1;
  }
}
@keyframes pageTopAnime {
  0% {
    transform: translateY(20px);
    opacity: 0;
  }
  30% {
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes swipeSideAnime {
  0% {
    transform: translateX(0);
  }
  5% {
    transform: translateX(-1px);
  }
  15% {
    transform: translateX(3px);
  }
  100% {
    transform: translateY(0);
  }
}
/********************************************************************************

汎用パーツ

********************************************************************************/
.mb-0 {
  margin-bottom: 0;
}
.td-in-box {
  border-bottom: 1px solid #DEDEDE;
  padding-top: 40px;
  padding-bottom: 28px;
}
@media (max-width: 767px) {
  .td-in-box {
    padding-top: 16px;
    padding-bottom: 8px;
  }
}
.td-in-box:first-of-type {
  padding-top: 0;
}
.td-in-box:last-of-type {
  border-bottom: none;
  padding-bottom: 0;
}
