@charset "UTF-8";
@font-face {
  font-family: "DIN2014";
  src: url("../../fonts/DIN2014-Regular.woff2") format("woff2"), url("../../fonts/DIN2014-Regular.woff") format("woff");
  font-display: swap;
}
.splide__container {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}

.splide__list {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}

.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}

.splide__pagination {
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  margin: 0;
  pointer-events: none;
}

.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto;
}

.splide:not(.is-overflow) .splide__pagination {
  display: none;
}

.splide__progress__bar {
  width: 0;
}

.splide {
  position: relative;
  visibility: hidden;
}

.splide.is-initialized,
.splide.is-rendered {
  visibility: visible;
}

.splide__slide {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative;
}

.splide__slide img {
  vertical-align: bottom;
}

.splide__spinner {
  -webkit-animation: splide-loading 1s linear infinite;
          animation: splide-loading 1s linear infinite;
  border: 2px solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}

.splide__sr {
  clip: rect(0 0 0 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.splide__toggle.is-active .splide__toggle__play,
.splide__toggle__pause {
  display: none;
}

.splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}

.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}

@-webkit-keyframes splide-loading {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(1turn);
            transform: rotate(1turn);
  }
}

@keyframes splide-loading {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(1turn);
            transform: rotate(1turn);
  }
}
.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
       user-select: none;
}

.splide__track--fade > .splide__list > .splide__slide {
  margin: 0 !important;
  opacity: 0;
  z-index: 0;
}

.splide__track--fade > .splide__list > .splide__slide.is-active {
  opacity: 1;
  z-index: 1;
}

.splide--rtl {
  direction: rtl;
}

.splide__track--ttb > .splide__list {
  display: block;
}

.splide__arrow {
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  background: #ccc;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  height: 2em;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 2em;
  z-index: 1;
}

.splide__arrow svg {
  fill: #000;
  height: 1.2em;
  width: 1.2em;
}

.splide__arrow:hover:not(:disabled) {
  opacity: 0.9;
}

.splide__arrow:disabled {
  opacity: 0.3;
}

.splide__arrow:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__arrow--prev {
  left: 1em;
}

.splide__arrow--prev svg {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}

.splide__arrow--next {
  right: 1em;
}

.splide.is-focus-in .splide__arrow:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__pagination {
  bottom: 0.5em;
  left: 0;
  padding: 0 1em;
  position: absolute;
  right: 0;
  z-index: 1;
}

.splide__pagination__page {
  background: #ccc;
  border: 0;
  border-radius: 50%;
  display: inline-block;
  height: 8px;
  margin: 3px;
  opacity: 0.7;
  padding: 0;
  position: relative;
  -webkit-transition: -webkit-transform 0.2s linear;
  transition: -webkit-transform 0.2s linear;
  transition: transform 0.2s linear;
  transition: transform 0.2s linear, -webkit-transform 0.2s linear;
  width: 8px;
}

.splide__pagination__page.is-active {
  background: #fff;
  -webkit-transform: scale(1.4);
          transform: scale(1.4);
  z-index: 1;
}

.splide__pagination__page:hover {
  cursor: pointer;
  opacity: 0.9;
}

.splide__pagination__page:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide.is-focus-in .splide__pagination__page:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__progress__bar {
  background: #ccc;
  height: 3px;
}

.splide__slide {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.splide__slide:focus {
  outline: 0;
}

@supports (outline-offset: -3px) {
  .splide__slide:focus-visible {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide__slide:focus-visible {
    border: 3px solid #0bf;
  }
}
@supports (outline-offset: -3px) {
  .splide.is-focus-in .splide__slide:focus {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide.is-focus-in .splide__slide:focus {
    border: 3px solid #0bf;
  }
  .splide.is-focus-in .splide__track > .splide__list > .splide__slide:focus {
    border-color: #0bf;
  }
}
.splide__toggle {
  cursor: pointer;
}

.splide__toggle:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide.is-focus-in .splide__toggle:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__track--nav > .splide__list > .splide__slide {
  border: 3px solid transparent;
  cursor: pointer;
}

.splide__track--nav > .splide__list > .splide__slide.is-active {
  border: 3px solid #000;
}

.splide__arrows--rtl .splide__arrow--prev {
  left: auto;
  right: 1em;
}

.splide__arrows--rtl .splide__arrow--prev svg {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

.splide__arrows--rtl .splide__arrow--next {
  left: 1em;
  right: auto;
}

.splide__arrows--rtl .splide__arrow--next svg {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}

.splide__arrows--ttb .splide__arrow {
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
}

.splide__arrows--ttb .splide__arrow--prev {
  top: 1em;
}

.splide__arrows--ttb .splide__arrow--prev svg {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.splide__arrows--ttb .splide__arrow--next {
  bottom: 1em;
  top: auto;
}

.splide__arrows--ttb .splide__arrow--next svg {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.c-inner1280 {
  max-width: 1360px;
}
@media (max-width: 800px) {
  .c-inner1280 {
    max-width: 560px;
  }
}

.splide__pagination--ttb {
  bottom: 0;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  left: auto;
  padding: 1em 0;
  right: 0.5em;
  top: 0;
}

main {
  height: auto !important;
}

.tab--black {
  background: #333;
  color: #fff;
  padding: 0.15em 0.6em;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  letter-spacing: 0.1em;
  line-height: 1.6;
}

.tab--blue {
  background: #00A9CA;
  color: #fff;
  padding: 0.15em 0.6em;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  letter-spacing: 0.1em;
  line-height: 1.6;
}

.recruit .ff-en {
  font-family: "Source Sans 3", sans-serif;
  font-weight: 400;
  letter-spacing: 0.1em;
}
.recruit p {
  line-height: 2.4;
  letter-spacing: 0.05em;
}
.recruit img {
  height: auto;
}
.recruit section {
  padding: 80px 0;
}
.recruit .list-disk {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.6em;
}
.recruit .list-disk li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1.8;
}
.recruit .list-disk li::before {
  content: "・";
}
.recruit .color-box-wrap--flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
@media (max-width: 800px) {
  .recruit .color-box-wrap--flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.recruit .color-box {
  width: calc(33.3% - 13.3333333333px);
  background: #F4F2ED;
  border-radius: 8px;
  padding: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 920px) {
  .recruit .color-box {
    width: calc(50% - 20px);
  }
}
@media (max-width: 800px) {
  .recruit .color-box {
    padding: 28px;
    width: 100%;
  }
}
.recruit .color-box--03 {
  display: block;
}
@media (max-width: 800px) {
  .recruit .color-box--03 {
    padding: 0px;
    width: 100%;
  }
}
.recruit .color-box--03 {
  padding: 0px;
  background: transparent;
}
.recruit .color-box--03 > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  height: calc(100% - 3em);
  padding: 40px;
  background: #F4F2ED;
  border-radius: 8px;
}
@media (max-width: 800px) {
  .recruit .color-box--03 > div {
    padding: 28px;
    width: 100%;
  }
}
@media (max-width: 800px) {
  .recruit .color-box--03 .note {
    margin-top: 0.8em !important;
  }
}
.recruit .color-box dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  font-size: 18px;
  font-weight: 500;
}
.recruit .color-box dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.recruit .color-box dd {
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.05em;
}
.recruit .color-box--02 dt {
  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: 20px;
  font-size: 16px;
  font-weight: 500;
}
@media (max-width: 800px) {
  .recruit .color-box--02 dt {
    font-size: 18px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.recruit .color-box--landscape {
  width: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 54px 32px auto;
  grid-template-columns: 54px auto;
  -ms-grid-rows: auto 10px auto;
  grid-template-rows: auto auto;
  gap: 10px 32px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.recruit .color-box--landscape > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.recruit .color-box--landscape > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
.recruit .color-box--landscape > *:nth-child(3) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}
.recruit .color-box--landscape > *:nth-child(4) {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
}
@media (max-width: 800px) {
  .recruit .color-box--landscape {
    gap: 24px 20px;
  }
}
.recruit .color-box--landscape div {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  grid-row: 1/span 2;
  -ms-grid-column: 1;
  grid-column: 1;
}
@media (max-width: 800px) {
  .recruit .color-box--landscape div {
    -ms-grid-row: 1;
    grid-row: 1;
    -ms-grid-column: 1;
    grid-column: 1;
  }
}
.recruit .color-box--landscape strong {
  -ms-grid-row: 1;
  grid-row: 1;
  -ms-grid-column: 2;
  grid-column: 2;
}
@media (max-width: 800px) {
  .recruit .color-box--landscape strong {
    -ms-grid-row: 1;
    grid-row: 1;
    -ms-grid-column: 2;
    grid-column: 2;
  }
}
.recruit .color-box--landscape p {
  font-size: 16px;
  -ms-grid-row: 2;
  grid-row: 2;
  -ms-grid-column: 2;
  grid-column: 2;
}
@media (max-width: 800px) {
  .recruit .color-box--landscape p {
    -ms-grid-row: 2;
    grid-row: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/span 2;
  }
}
.recruit .recruit-title-01 {
  margin-bottom: 80px;
}
@media (max-width: 800px) {
  .recruit .recruit-title-01 {
    margin-bottom: 48px;
  }
}
.recruit .recruit-title-01 h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  gap: 20px;
}
.recruit .recruit-title-01 h3 .ff-en {
  font-size: 20px;
  color: #00A9CA;
}
.recruit .recruit-title-01 h3 strong {
  font-weight: 500;
  font-size: 28px;
  letter-spacing: 0.1em;
}
.recruit .recruit_head {
  position: relative;
  margin: 80px auto;
}
@media (max-width: 800px) {
  .recruit .recruit_head {
    margin: 60px auto 40px;
  }
  .recruit .recruit_head .c-inner1280 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 48px;
  }
}
.recruit .recruit_head h2 .recruit_title__en {
  font-family: "Source Sans 3", sans-serif;
  font-size: 52px;
  display: block;
  font-weight: 400;
  letter-spacing: 0.1em;
}
.recruit .recruit_head h2 .recruit_title__jp {
  font-weight: 500;
  display: block;
  margin-top: 18px;
  letter-spacing: 0.1em;
  font-size: 18px;
}
.recruit .recruit_head .splide {
  width: calc(100% - ((100% - 1280px) / 2 + 590px));
}
@media (min-width: 801px) {
  .recruit .recruit_head .splide {
    position: absolute;
    right: 0;
    top: 0;
  }
}
@media (min-width: 801px) and (max-width: 1080px) {
  .recruit .recruit_head .splide {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
@media (max-width: 1280px) {
  .recruit .recruit_head .splide {
    width: calc(100% - 560px);
  }
}
@media (max-width: 1080px) {
  .recruit .recruit_head .splide {
    width: calc(100% - 480px);
  }
}
@media (max-width: 810px) {
  .recruit .recruit_head .splide {
    width: calc(100% - 380px);
  }
}
@media (max-width: 800px) {
  .recruit .recruit_head .splide {
    width: 100%;
  }
}
.recruit .recruit_head .splide__slide {
  height: 100%;
}
.recruit .recruit_head .splide__slide:nth-child(2) img {
  -o-object-position: top 90%;
     object-position: top 90%;
}
.recruit .recruit_head .splide__slide:nth-child(4) img {
  -o-object-position: top 5%;
     object-position: top 5%;
}
.recruit .recruit_head .splide__slide img {
  height: 580px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1080px) {
  .recruit .recruit_head .splide__slide img {
    height: 580px;
  }
}
@media (max-width: 810px) {
  .recruit .recruit_head .splide__slide img {
    height: 70vw;
  }
}
@media (max-width: 800px) {
  .recruit .recruit_head .splide__slide img {
    height: auto;
  }
}
.recruit .recruit_head .splide__pagination {
  display: none;
}
.recruit .recruit_head .splide .seg-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 10px;
  padding: 0;
}
@media (max-width: 800px) {
  .recruit .recruit_head .splide .seg-pagination {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    -ms-grid-rows: 1fr;
    grid-template-rows: 1fr;
  }
  .recruit .recruit_head .splide .seg-pagination > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .recruit .recruit_head .splide .seg-pagination > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .recruit .recruit_head .splide .seg-pagination > *:nth-child(3) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .recruit .recruit_head .splide .seg-pagination > *:nth-child(4) {
    -ms-grid-row: 1;
    -ms-grid-column: 4;
  }
}
.recruit .recruit_head .splide .seg {
  position: relative;
  width: 60px;
  height: 2px;
}
@media (max-width: 800px) {
  .recruit .recruit_head .splide .seg {
    width: 100%;
  }
}
.recruit .recruit_head .splide .seg {
  background: #CCC;
  overflow: hidden;
}
.recruit .recruit_head .splide .seg__fill {
  position: absolute;
  inset: 0 auto 0 0;
  width: 0%;
  height: 100%;
  background: #00A9CA;
  will-change: width;
}
.recruit .recruit_head .splide .seg-btn {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  background: transparent;
  padding: 0;
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.recruit .recruit_head__read {
  margin: 52px 0 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 18px;
}
@media (max-width: 800px) {
  .recruit .recruit_head__read {
    margin: -10px 0 0px;
  }
}
@media (max-width: 1080px) {
  .recruit .recruit_head__read {
    width: 360px;
  }
}
@media (max-width: 1080px) and (max-width: 810px) {
  .recruit .recruit_head__read {
    width: 330px;
  }
}
@media (max-width: 1080px) and (max-width: 800px) {
  .recruit .recruit_head__read {
    width: 100%;
  }
}
@media (max-width: 1080px) {
  .recruit .recruit_head__read p {
    font-size: 15px;
  }
  .recruit .recruit_head__read p br {
    display: none;
  }
}
.recruit .recruit_head__read p {
  line-height: 2.4;
}
.recruit .top_v2_sec-head02-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 40px 0 0 0;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media (max-width: 800px) {
  .recruit .top_v2_sec-head02-btn {
    margin: 0;
  }
  .recruit .top_v2_sec-head02-btn a {
    width: 100%;
  }
}
.recruit .top_v2_sec-head02-btn a {
  font-size: 16px;
  background: #D39A44;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  padding: 16px 14px 16px 28px;
  margin: -3px 0 0;
  border-radius: 50px;
  font-weight: 500;
  color: #fff;
}
@media (max-width: 800px) {
  .recruit .top_v2_sec-head02-btn a {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.recruit .top_v2_sec-head02-btn a:hover {
  opacity: 1;
}
.recruit .top_v2_sec-head02-btn a:hover .link-arrow-white {
  background: #D39A44;
}
.recruit .top_v2_sec-head02-btn a:hover .link-arrow-white::before {
  right: 8px;
}
.recruit .top_v2_sec-head02-btn a:hover .link-arrow-white::after {
  right: -8px;
}
.recruit .recruit-sec-vision__title h3 strong {
  font-family: "Source Sans 3", sans-serif;
  font-size: 108px;
  display: block;
  font-weight: 300;
}
@media (max-width: 1280px) {
  .recruit .recruit-sec-vision__title h3 strong {
    font-size: 8.3vw;
  }
}
@media (max-width: 800px) {
  .recruit .recruit-sec-vision__title h3 strong {
    font-size: 72px;
  }
}
.recruit .recruit-sec-vision__title h3 span {
  display: block;
  margin-top: 0.2em;
  font-size: 24px;
  letter-spacing: 0.1em;
  font-weight: 500;
}
@media (max-width: 800px) {
  .recruit .recruit-sec-vision__title h3 span {
    margin-top: 30px;
  }
}
.recruit .recruit-sec-vision .contents-vision {
  margin-top: 140px;
}
@media (max-width: 800px) {
  .recruit .recruit-sec-vision .contents-vision {
    margin-top: 68px;
  }
}
.recruit .recruit-sec-vision .contents-vision__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 80px 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  gap: 80px;
}
.recruit .recruit-sec-vision .contents-vision__list > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.recruit .recruit-sec-vision .contents-vision__list > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
@media (max-width: 800px) {
  .recruit .recruit-sec-vision .contents-vision__list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    gap: 80px;
  }
  .recruit .recruit-sec-vision .contents-vision__list > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
}
@media (min-width: 801px) {
  .recruit .recruit-sec-vision .contents-vision__list > li:nth-child(3) {
    -ms-grid-row: 2;
    grid-row: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/span 2;
  }
}
.recruit .recruit-sec-vision .contents-vision__list > li h4 strong {
  font-family: "Source Sans 3", sans-serif;
  color: #00A9CA;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0.1em;
}
.recruit .recruit-sec-vision .contents-vision__list > li h4 span {
  margin-top: 10px;
  display: block;
  font-weight: 500;
  font-size: 24px;
  line-height: 1.8;
  letter-spacing: 0.05em;
}
.recruit .recruit-sec-vision .contents-vision__list > li > p {
  line-height: 2.4;
  margin-top: 20px;
  letter-spacing: 0.05em;
}
.recruit .recruit-sec-vision .contents-vision__value {
  margin-top: 48px;
}
.recruit .recruit-sec-message header {
  text-align: center;
}
.recruit .recruit-sec-message header h3 {
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.1em;
  background: #00A9CA;
  padding: 0.2em 0.4em;
  border-radius: 4px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 30px auto 80px;
  color: #fff;
}
@media (max-width: 800px) {
  .recruit .recruit-sec-message header h3 {
    margin: 30px auto 48px;
  }
}
.recruit .recruit-sec-message header p {
  padding: 50px 120px;
  position: relative;
  width: 750px;
  margin: auto;
}
@media (max-width: 920px) {
  .recruit .recruit-sec-message header p {
    padding: 40px 35px;
    width: auto;
  }
}
@media (max-width: 800px) {
  .recruit .recruit-sec-message header p {
    padding: 30px 0;
  }
}
.recruit .recruit-sec-message header p::before {
  content: "";
  border-left: 1px solid #333;
  border-top: 1px solid #333;
  width: 80px;
  height: 80px;
  position: absolute;
  left: 0;
  top: 0;
}
@media (max-width: 800px) {
  .recruit .recruit-sec-message header p::before {
    width: 60px;
    height: 60px;
  }
}
.recruit .recruit-sec-message header p::after {
  content: "";
  border-right: 1px solid #333;
  border-bottom: 1px solid #333;
  width: 80px;
  height: 80px;
  position: absolute;
  right: 0;
  bottom: 0;
}
@media (max-width: 800px) {
  .recruit .recruit-sec-message header p::after {
    width: 60px;
    height: 60px;
  }
}
.recruit .recruit-sec-message header p strong {
  letter-spacing: 0.05em;
  line-height: 2;
  font-size: 28px;
  font-weight: 400;
}
@media (max-width: 800px) {
  .recruit .recruit-sec-message header p strong {
    font-size: 24px;
  }
}
.recruit .recruit-sec-message__bg {
  margin: 80px 0;
}
@media (max-width: 800px) {
  .recruit .recruit-sec-message__bg {
    margin: 48px 0;
  }
}
.recruit .recruit-sec-message__bg img {
  width: 100%;
  height: auto;
  height: 440px;
  -o-object-fit: cover;
     object-fit: cover;
}
.recruit .recruit-sec-message .contents-message {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 240fr 120px 820fr;
  grid-template-columns: 240fr 820fr;
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
  gap: 120px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.recruit .recruit-sec-message .contents-message > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.recruit .recruit-sec-message .contents-message > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
@media (max-width: 1080px) {
  .recruit .recruit-sec-message .contents-message {
    gap: 60px;
  }
}
@media (max-width: 810px) {
  .recruit .recruit-sec-message .contents-message {
    gap: 40px;
  }
}
@media (max-width: 800px) {
  .recruit .recruit-sec-message .contents-message {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }
  .recruit .recruit-sec-message .contents-message > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
}
@media (max-width: 800px) {
  .recruit .recruit-sec-message .contents-message__img {
    -ms-grid-row: 2;
    grid-row: 2;
    max-width: 430px;
    margin: auto;
  }
}
.recruit .recruit-sec-message .contents-message__img figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 35px;
  text-align: right;
}
@media (max-width: 800px) {
  .recruit .recruit-sec-message .contents-message__img figure {
    gap: 28px;
  }
}
.recruit .recruit-sec-message .contents-message__img figure picture img {
  width: 100%;
  max-width: 240px;
  margin: auto;
  display: block;
}
.recruit .recruit-sec-message .contents-message__img figure figcaption {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 33px;
  white-space: nowrap;
}
@media (max-width: 800px) {
  .recruit .recruit-sec-message .contents-message__img figure figcaption {
    gap: 25px;
  }
}
.recruit .recruit-sec-message .contents-message__img figure figcaption .ff-en {
  color: #00A9CA;
  white-space: nowrap;
}
@media (max-width: 1080px) {
  .recruit .recruit-sec-message .contents-message__img figure figcaption .ff-en {
    font-size: 14px;
  }
}
@media (max-width: 800px) {
  .recruit .recruit-sec-message .contents-message__img figure figcaption .ff-en {
    font-size: 16px;
    text-align: left;
    line-height: 1.6;
  }
}
.recruit .recruit-sec-message .contents-message__img figure figcaption > div span {
  margin: 0 0 0 auto;
  font-size: 14px;
}
@media (max-width: 800px) {
  .recruit .recruit-sec-message .contents-message__img figure figcaption > div span {
    margin: auto;
    width: 100%;
    text-align: center;
  }
}
.recruit .recruit-sec-message .contents-message__img figure figcaption > div img {
  margin-top: 24px;
}
@media (max-width: 800px) {
  .recruit .recruit-sec-message .contents-message__img figure figcaption > div img {
    display: block;
    margin: 24px auto 0;
  }
}
@media (max-width: 800px) {
  .recruit .recruit-sec-message .contents-message__text {
    -ms-grid-row: 1;
    grid-row: 1;
  }
  .recruit .recruit-sec-message .contents-message__text br {
    display: none;
  }
}
.recruit .recruit-sec-message .contents-message__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
.recruit .recruit-sec-positions {
  background: #F4F2ED;
}
.recruit .recruit-sec-positions .contents-positions ol {
  counter-reset: item;
  list-style: none;
  padding-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
.recruit .recruit-sec-positions .contents-positions ol li {
  background: #fff;
}
.recruit .recruit-sec-positions .contents-positions ol li .number::before {
  font-family: "DIN2014";
  font-size: 28px;
  color: #00A9CA;
  counter-increment: item;
  content: counter(item, decimal-leading-zero);
  margin-right: 8px;
}
.recruit .recruit-sec-positions .contents-positions ol li h4 {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.6;
}
.recruit .recruit-sec-positions .contents-positions ol li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 18px;
  padding: 60px;
}
@media (max-width: 800px) {
  .recruit .recruit-sec-positions .contents-positions ol li a {
    padding: 28px;
  }
  .recruit .recruit-sec-positions .contents-positions ol li a .link-arrow-blue {
    margin-top: 16px;
  }
}
.recruit .recruit-sec-positions .contents-positions ol li a p {
  line-height: 2;
}
.recruit .recruit-sec-positions .contents-positions ol li a:hover .top_v2_sec10-img img {
  -webkit-transform: scale(1.25);
          transform: scale(1.25);
}
.recruit .recruit-sec-positions .contents-positions ol li a:hover .link-arrow-blue {
  background: #fff;
}
.recruit .recruit-sec-positions .contents-positions ol li a:hover .link-arrow-blue::before {
  right: 8px;
}
.recruit .recruit-sec-positions .contents-positions ol li a:hover .link-arrow-blue::after {
  right: -8px;
}
.recruit .recruit-sec-information .contents-recruit-information p {
  line-height: 2;
}
.recruit .recruit-sec-information .contents-recruit-information > ul > li {
  border-top: solid 1px #333;
  border-bottom: solid 1px #333;
  margin-top: -1px;
  padding: 40px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px;
}
.recruit .recruit-sec-information .contents-recruit-information > ul > li .tab--black {
  font-size: 20px;
}
.recruit .recruit-sec-information .contents-recruit-information > ul > li h5 {
  font-weight: 700;
}
.recruit .recruit-sec-information .contents-recruit-information > ul > li .tag-list {
  margin-top: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 12px;
}
@media (max-width: 800px) {
  .recruit .recruit-sec-information .contents-recruit-information > ul > li .tag-list {
    margin-top: 20px;
  }
}
.recruit .recruit-sec-information .contents-recruit-information > ul > li .tag-list > li:not(.tag-list__text) {
  padding: 4px;
  background: #F4F2ED;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  white-space: nowrap;
  width: auto;
}
@media (max-width: 800px) {
  .recruit .recruit-sec-information .contents-recruit-information > ul > li .tag-list > li:not(.tag-list__text) {
    padding: 12px;
    width: 100%;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 12px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.recruit .recruit-sec-information .contents-recruit-information > ul > li .tag-list > li:not(.tag-list__text) strong {
  display: block;
  padding: 0 8px;
  letter-spacing: 0.1em;
}
@media (max-width: 800px) {
  .recruit .recruit-sec-information .contents-recruit-information > ul > li .tag-list > li:not(.tag-list__text) strong {
    padding: 0;
  }
}
.recruit .recruit-sec-information .contents-recruit-information > ul > li .tag-list > li:not(.tag-list__text) > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 4px;
}
.recruit .recruit-sec-information .contents-recruit-information > ul > li .tag-list > li:not(.tag-list__text) > ul > li {
  background: #FFF;
  border-radius: 4px;
  padding: 8px 12px;
  letter-spacing: 0.1em;
  font-weight: 500;
}
.recruit .recruit-sec-information .contents-recruit-information > ul .note {
  display: block;
  font-size: 14px;
  margin-top: 1.2em;
  letter-spacing: 0.05em;
  line-height: 1.6;
}
.recruit .recruit-sec-information .contents-recruit-information > ul .note--center {
  display: block;
  text-align: center;
}
.recruit .recruit-sec-faq {
  background: #F4F2ED;
}
.recruit .contents-recruit-faq {
  margin-top: 80px;
}
.recruit .contents-recruit-faq ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
.recruit .contents-recruit-faq ul li {
  background: #fff;
  border-radius: 4px;
}
.recruit .contents-recruit-faq ul li dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.recruit .contents-recruit-faq ul li dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  position: relative;
  font-weight: 700;
  position: relative;
  cursor: pointer;
  padding: 30px 80px 30px 30px;
  line-height: 1.5;
}
@media (max-width: 800px) {
  .recruit .contents-recruit-faq ul li dt {
    padding: 28px 80px 28px 28px;
  }
}
.recruit .contents-recruit-faq ul li dt::after {
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  background-image: linear-gradient(to left, #CCCCCC, #CCCCCC 3px, transparent 2px, transparent 10px);
  background-size: 8px 2px;
  background-repeat: repeat-x;
  content: "";
  position: absolute;
  bottom: 0px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 1px;
  width: calc(100% - 60px);
  opacity: 0;
}
.recruit .contents-recruit-faq ul li dt.active::after {
  opacity: 1;
}
.recruit .contents-recruit-faq ul li dt.active .icon::before {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}
.recruit .contents-recruit-faq ul li dt span:not(.icon) {
  color: #00A9CA;
  font-size: 28px;
}
.recruit .contents-recruit-faq ul li dt .icon {
  width: 30px;
  height: 30px;
  background: #eee;
  border-radius: 50%;
  position: absolute;
  right: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.recruit .contents-recruit-faq ul li dt .icon::after, .recruit .contents-recruit-faq ul li dt .icon::before {
  content: "";
  background: #333;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.recruit .contents-recruit-faq ul li dt .icon::after {
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  width: 45%;
  height: 2px;
}
.recruit .contents-recruit-faq ul li dt .icon::before {
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  height: 45%;
  width: 2px;
}
.recruit .contents-recruit-faq ul li dd > div {
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 28px;
}
@media (max-width: 800px) {
  .recruit .contents-recruit-faq ul li dd > div {
    gap: 25px;
    padding: 28px;
  }
}
.recruit .contents-recruit-faq ul li dd > div p {
  line-height: 1.8;
}
.recruit .contents-recruit-faq ul li dd strong {
  font-weight: 700;
  line-height: 1.8;
}
.recruit .contents-recruit-faq ul li dd a {
  color: #00A9CA;
}
.recruit .contents-recruit-faq ul li dd {
  display: none;
}

@media (max-width: 800px) {
  .c-bottom-link01-v2 {
    padding-top: 80px;
  }
}

.open-positions {
  padding: 80px 0 0;
}
@media (max-width: 800px) {
  .open-positions {
    padding-bottom: 0;
  }
}
.open-positions__title {
  background: #F4F2ED;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
  margin: auto;
  padding: 120px 120px;
}
@media (max-width: 800px) {
  .open-positions__title {
    padding: 60px 20px;
  }
}
.open-positions__title > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.open-positions__title > div span {
  background: #00A9CA;
  width: 110px;
  height: 30px;
  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;
  color: #fff;
  letter-spacing: 0.1em;
}
.open-positions__title h2 {
  font-size: 28px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.8;
}
.open-positions .job-description {
  max-width: 1440px;
  margin: auto;
  padding: 80px 120px;
}
@media (max-width: 800px) {
  .open-positions .job-description {
    padding: 60px 20px;
    margin: auto;
    max-width: 650px;
  }
}
.open-positions .job-description > * {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 70px;
}
@media (max-width: 800px) {
  .open-positions .job-description > * {
    gap: 40px;
  }
}
.open-positions .job-description__main > * {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.open-positions .job-description__main > * p {
  line-height: 2;
  letter-spacing: 0.1em;
}
.open-positions .job-description__main > * p strong {
  font-weight: bold;
  display: block;
  margin-bottom: -10px;
}
.open-positions .job-description__main > * ul li {
  line-height: 2;
  letter-spacing: 0.1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.open-positions .job-description__main > * ul li::before {
  content: "・";
}
.open-positions .job-description__main > * > p {
  padding-bottom: 40px;
  border-bottom: solid 1px #333;
}
.open-positions .job-description__main > * .wp-block-group-is-layout-flex {
  padding: 40px 0;
  margin-top: 40px 0;
  border-bottom: solid 1px #333;
  gap: 20px;
}
.open-positions .job-description__main > * .wp-block-group-is-layout-flex .wp-block-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.open-positions .job-description__main > * .wp-block-group-is-layout-flex .wp-block-group > * {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
.open-positions .requrit-job-title--01 {
  font-family: "Source Sans 3", sans-serif;
  font-size: 108px;
  display: block;
  font-weight: 300;
}
@media (max-width: 1280px) {
  .open-positions .requrit-job-title--01 {
    font-size: 8.3vw;
  }
}
@media (max-width: 800px) {
  .open-positions .requrit-job-title--01 {
    font-size: 72px;
  }
}
.open-positions .requrit-job-title--01 h3 {
  display: block;
  margin-top: 0.2em;
  font-size: 24px;
  letter-spacing: 0.1em;
  font-weight: 500;
}
@media (max-width: 800px) {
  .open-positions .requrit-job-title--01 h3 {
    margin-top: 30px;
  }
}
.open-positions .requrit-job-title--02 {
  margin-bottom: 80px;
}
@media (max-width: 800px) {
  .open-positions .requrit-job-title--02 {
    margin-bottom: 48px;
  }
}
.open-positions .requrit-job-title--02 > * {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  gap: 20px;
}
.open-positions .requrit-job-title--02 h3 {
  font-size: 28px;
}
.open-positions .requrit-job-title--02 p {
  color: #00A9CA;
  font-size: 20px;
  letter-spacing: 0.1em;
  font-family: "Source Sans 3", sans-serif;
  font-weight: 400;
  letter-spacing: 0.1em;
  text-align: center;
}
.open-positions .job-requirements {
  max-width: 1440px;
  margin: auto;
  padding: 80px 120px;
}
@media (max-width: 800px) {
  .open-positions .job-requirements {
    padding: 60px 20px;
    margin: auto;
    max-width: 650px;
  }
}
.open-positions .job-requirements > * > .wp-block-group > * {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
.open-positions .job-requirements > * > .wp-block-group > * > .wp-block-group {
  background: #F4F2ED;
  padding: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}
@media (max-width: 1080px) {
  .open-positions .job-requirements > * > .wp-block-group > * > .wp-block-group {
    padding: 30px;
  }
}
@media (max-width: 800px) {
  .open-positions .job-requirements > * > .wp-block-group > * > .wp-block-group {
    padding: 24px;
  }
}
.open-positions .job-requirements > * > .wp-block-group > * > .wp-block-group > .wp-block-group > * {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  line-height: 2;
  letter-spacing: 0.1em;
}
.open-positions .job-requirements > * > .wp-block-group > * > .wp-block-group > .wp-block-group > * > ul > li {
  line-height: 2;
  letter-spacing: 0.1em;
  padding-left: 1.2em;
  position: relative;
}
.open-positions .job-requirements > * > .wp-block-group > * > .wp-block-group > .wp-block-group > * > ul > li::before {
  position: absolute;
  content: "・";
  left: 0;
  top: 0.1em;
}
.open-positions .job-requirements > * > .wp-block-group > * > .wp-block-group > .wp-block-group > * > ul > li ul li {
  line-height: 2;
  letter-spacing: 0.1em;
}
.open-positions .job-requirements > * > .wp-block-group > * > .wp-block-group > .wp-block-group > * > ul > li ul li::before {
  content: "・";
}
@media (max-width: 800px) {
  .open-positions .entry-form-thanks {
    padding-bottom: 80px !important;
    margin: auto;
  }
}
.open-positions .entry-form {
  margin: auto;
  padding: 80px 120px 120px;
  background: #F4F2ED;
}
.open-positions .entry-form.bg-white {
  background: #fff !important;
}
@media (max-width: 800px) {
  .open-positions .entry-form {
    padding: 60px 20px 80px;
    margin: auto;
  }
}
@media (max-width: 800px) {
  .open-positions .entry-form .c-form01__label {
    display: block;
  }
}
.open-positions .entry-form .c-form01__label + div > span {
  line-height: 1.6;
}
.open-positions .entry-form > * {
  margin: auto;
  max-width: 1200px;
}
@media (max-width: 800px) {
  .open-positions .entry-form > * {
    max-width: 650px;
  }
}
.open-positions .entry-form #your-position {
  padding: 10px 20px;
  border: solid 1px rgba(51, 51, 51, 0.1);
  border-radius: 3px;
  min-height: 47px;
  line-height: 1.8;
  letter-spacing: 0.1em;
  font-weight: 500;
}
.open-positions .entry-form input,
.open-positions .entry-form textarea,
.open-positions .entry-form .c-form01__privacy {
  background: #fff;
  border: solid 1px rgba(51, 51, 51, 0.1);
  letter-spacing: 0.05em;
  line-height: 1.8;
}
.open-positions .entry-form input[type=submit] {
  background: #D39A44;
  border: solid 1px rgba(51, 51, 51, 0.1);
  border-radius: 50px;
  text-align: left;
}
.open-positions .entry-form .c-form01__submit {
  width: 320px;
  margin: auto;
  font-weight: 500;
}
.open-positions .entry-form .c-form01__submit.is-confirm input[type=submit] {
  text-align: center;
}
.open-positions .entry-form .c-form01__submit::after {
  display: none;
}
.open-positions .entry-form .c-form01__submit:hover {
  opacity: 1;
}
.open-positions .entry-form .c-form01__submit:hover .link-arrow-white {
  background: #D39A44;
}
.open-positions .entry-form .c-form01__submit:hover .link-arrow-white::before {
  right: 8px;
}
.open-positions .entry-form .c-form01__submit:hover .link-arrow-white::after {
  right: -8px;
}
.open-positions .entry-form .c-form01__submit .link-arrow-white {
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.open-positions .entry-form .c-form01__back {
  width: 320px;
  margin: auto;
}
.open-positions .entry-form .c-form01__back::after {
  display: none;
}
.open-positions .entry-form .c-form01__back #entry-form-prev {
  display: block;
  width: 100%;
  padding: 20px 25px;
  background: #d39a44;
  color: #ffffff;
  font-weight: 700;
  line-height: normal;
  cursor: pointer;
  border: none;
  color: #333;
  background: #F4F2ED;
  border-radius: 50px;
  font-weight: 500;
}
.open-positions .entry-form .c-form01__back:hover {
  opacity: 1;
}
.open-positions .entry-form .c-form01__back:hover .link-arrow-blue {
  background: #F4F2ED;
}
.open-positions .entry-form .c-form01__back:hover .link-arrow-blue::before {
  right: 8px;
}
.open-positions .entry-form .c-form01__back:hover .link-arrow-blue::after {
  right: -8px;
}
.open-positions .entry-form .c-form01__back .link-arrow-blue {
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.open-positions .entry-form .c-form01__input-disabled {
  pointer-events: none;
  background: transparent;
  display: none;
}
.open-positions .entry-form .c-form01__auto {
  margin-left: 15px;
  padding: 8px 15px;
  border-radius: 3px;
  background: #D39A44;
  color: #ffffff;
  font-size: var(--fz14);
  font-weight: 700;
  line-height: 1;
}
.open-positions small {
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0.05em;
}
.open-positions .c-lead01 {
  font-size: 16px;
  font-weight: 400;
}
.open-positions .c-title03__en {
  font-family: "Source Sans 3", sans-serif;
  color: #D39A44;
  font-size: 108px;
  font-weight: 300;
  padding-bottom: 0px;
}
@media (max-width: 800px) {
  .open-positions .c-title03__en {
    font-size: 72px;
  }
}
.open-positions .c-title03__en:after {
  display: none;
}
.open-positions .c-title03__jp {
  font-weight: 500;
  font-size: 24px;
}
.open-positions .wpcf7 {
  margin-bottom: 0;
}
@media (max-width: 800px) {
  .open-positions .u-mb40sp {
    margin-bottom: 30px;
  }
  .open-positions .u-text-align-center {
    text-align: left;
  }
  .open-positions .c-section02 {
    padding: 70px 0 0;
  }
}

.recruit-backtotop-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 40px 0 0 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 800px) {
  .recruit-backtotop-btn {
    margin: 0;
  }
  .recruit-backtotop-btn a {
    width: 100%;
  }
}
.recruit-backtotop-btn a {
  width: 288px;
  font-size: 16px;
  background: #F4F2ED;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  padding: 16px 14px 16px 28px;
  margin: -3px 0 0;
  border-radius: 50px;
  font-weight: 500;
  color: #333;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 800px) {
  .recruit-backtotop-btn a {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.recruit-backtotop-btn a:hover {
  opacity: 1;
}
.recruit-backtotop-btn a:hover .link-arrow-blue {
  background: #F4F2ED;
}
.recruit-backtotop-btn a:hover .link-arrow-blue::before {
  right: 8px;
}
.recruit-backtotop-btn a:hover .link-arrow-blue::after {
  right: -8px;
}
/*# sourceMappingURL=recruit.css.map */