*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-width: 0;
  border-style: solid;
}

:where(html) {
  line-height: 1.15;
  -webkit-tap-highlight-color: transparent;
  -webkit-text-size-adjust: 100%;
}

:where(body) {
  margin: 0;
}

:where(main) {
  display: block;
}

:where(p, table, blockquote, address, pre, iframe, form, figure, dl) {
  margin: 0;
}

:where(h1, h2, h3, h4, h5, h6) {
  margin: 0;
  font-weight: inherit;
  font-size: inherit;
}

:where(ul, ol) {
  margin: 0;
  padding: 0;
  list-style: none;
}

:where(dt) {
  font-weight: bold;
}

:where(dd) {
  margin-left: 0;
}

:where(hr) {
  clear: both;
  overflow: visible;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  margin: 0;
  height: 0;
  border-top-width: 1px;
  color: inherit;
}

:where(pre) {
  font-size: inherit;
  font-family: monospace, monospace;
}

:where(address) {
  font-style: inherit;
}

:where(a) {
  background-color: transparent;
  color: inherit;
  text-decoration: none;
}

:where(abbr[title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

:where(b, strong) {
  font-weight: bolder;
}

:where(code, kbd, samp) {
  font-size: inherit;
  font-family: monospace, monospace;
}

:where(small) {
  font-size: 80%;
}

:where(sub, sup) {
  position: relative;
  vertical-align: baseline;
  font-size: 75%;
  line-height: 0;
}

:where(sub) {
  bottom: -0.25em;
}

:where(sup) {
  top: -0.5em;
}

:where(svg, img, embed, object, iframe) {
  vertical-align: bottom;
}

:where(button, input, optgroup, select, textarea) {
  -moz-appearance: none;
       appearance: none;
  margin: 0;
  padding: 0;
  border-radius: 0;
  background: transparent;
  color: inherit;
  vertical-align: middle;
  text-align: inherit;
  text-transform: inherit;
  font: inherit;
  -webkit-appearance: none;
}

:where(button, [type=button], [type=reset], [type=submit]) {
  cursor: pointer;
}

:where(button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled) {
  cursor: default;
}

:-moz-focusring {
  outline: auto;
}

:where(select:disabled) {
  opacity: inherit;
}

:where(option) {
  padding: 0;
}

:where(fieldset) {
  margin: 0;
  padding: 0;
  min-width: 0;
}

:where(legend) {
  padding: 0;
}

:where(progress) {
  vertical-align: baseline;
}

:where(textarea) {
  overflow: auto;
}

:where([type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button) {
  height: auto;
}

:where([type=search]) {
  outline-offset: -2px;
}

:where([type=search]::-webkit-search-decoration) {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

:where([type=number]) {
  -moz-appearance: textfield;
}

:where(label[for]) {
  cursor: pointer;
}

:where(details) {
  display: block;
}

:where(summary) {
  display: list-item;
}

:where([contenteditable]:focus) {
  outline: auto;
}

:where(table) {
  border-collapse: collapse;
  border-color: inherit;
}

:where(caption) {
  text-align: left;
}

:where(td, th) {
  padding: 0;
  vertical-align: top;
}

:where(th) {
  text-align: left;
  font-weight: bold;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.fadeInDown {
  opacity: 0;
}
.fadeInDown.animated {
  -webkit-animation: fadeInDown;
          animation: fadeInDown;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.fadeIn {
  opacity: 0;
}
.fadeIn.animated {
  -webkit-animation: fadeIn;
          animation: fadeIn;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.fadeInUp {
  opacity: 0;
}
.fadeInUp.animated {
  -webkit-animation: fadeInUp;
          animation: fadeInUp;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.fadeInRight {
  opacity: 0;
}
.fadeInRight.animated {
  -webkit-animation: fadeInRight;
          animation: fadeInRight;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.delay-1 {
  -webkit-animation-delay: 0.1s !important;
          animation-delay: 0.1s !important;
}
.delay-2 {
  -webkit-animation-delay: 0.2s !important;
          animation-delay: 0.2s !important;
}
.delay-3 {
  -webkit-animation-delay: 0.3s !important;
          animation-delay: 0.3s !important;
}
.delay-4 {
  -webkit-animation-delay: 0.4s !important;
          animation-delay: 0.4s !important;
}
.delay-5 {
  -webkit-animation-delay: 0.5s !important;
          animation-delay: 0.5s !important;
}
.delay-6 {
  -webkit-animation-delay: 0.6s !important;
          animation-delay: 0.6s !important;
}
.delay-7 {
  -webkit-animation-delay: 0.7s !important;
          animation-delay: 0.7s !important;
}
.delay-8 {
  -webkit-animation-delay: 0.8s !important;
          animation-delay: 0.8s !important;
}
.delay-9 {
  -webkit-animation-delay: 0.9s !important;
          animation-delay: 0.9s !important;
}
.delay-10 {
  -webkit-animation-delay: 1s !important;
          animation-delay: 1s !important;
}

html {
  font-size: 62.5%;
}

body {
  min-width: unset !important;
  background-color: #fff;
}

:where(a) {
  color: #058aa7;
}
.wrap {
  margin: 0 auto;
}
@media screen and (min-width: 641px) {
  .wrap {
    padding: 0 20px;
    max-width: 1000px;
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  .wrap {
    padding: 0 20px;
  }
}

@media screen and (min-width: 641px) {
  .pc-none {
    display: none !important;
  }
}
@media screen and (max-width: 640px) {
  .sp-none {
    display: none !important;
  }
}
@media screen and (min-width: 641px) {
  #recruit .bgWrap {
    background: url(../img/mv_pc.jpg) center 0 no-repeat;
    background-size: cover;
  }
}
@media screen and (max-width: 640px) {
  #recruit .bgWrap {
    background: url(../img/mv_sp.jpg) center 0 no-repeat;
    background-size: cover;
  }
}

.bgWrap-ttl {
  color: #fff;
  letter-spacing: -0.96px;
  font-weight: 600;
  font-style: normal;
  font-size: 32px !important;
  font-family: "Zen Kaku Gothic New";
  line-height: 1;
}

@media only screen and (min-width: 641px) {
  #gNavMaster > ul.item202304 > li > a, #gNavMaster > ul.item202304 > li > span {
    padding: 1.25em 0.25em;
  }
}
@media screen and (max-width: 640px) {
  .recruitMv {
    height: 168px;
  }
  #recruit .bgIn {
    padding: 21px 0;
  }
  #recruit .bgIn h1 {
    width: 285px;
    height: 125px;
  }
}
.recruitMv {
  position: relative;
}

.recruitMv-link {
  position: absolute;
  color: #000;
  font-weight: 700;
  line-height: 1.7;
}
@media screen and (min-width: 641px) {
  .recruitMv-link {
    right: 40px;
    bottom: 10px;
    font-size: 20px;
  }
}
@media screen and (max-width: 640px) {
  .recruitMv-link {
    right: 20px;
    bottom: -70px;
    font-size: 16px;
  }
}

@media screen and (min-width: 641px) {
  .recruitMessage {
    padding: 80px 0;
  }
}
@media screen and (max-width: 640px) {
  .recruitMessage {
    padding: 87px 0 80px;
  }
}
.recruitMessage-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (min-width: 641px) {
  .recruitMessage-body {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 64px;
  }
}
@media screen and (max-width: 640px) {
  .recruitMessage-body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.recruitMessage-body-inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (min-width: 641px) {
  .recruitMessage-body-inner {
    gap: 40px;
  }
}
@media screen and (max-width: 640px) {
  .recruitMessage-body-inner {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 48px;
  }
}
.recruitMessage-body-inner-ttl {
  color: #0081cd;
  font-weight: 700;
  line-height: 1.8;
}
@media screen and (min-width: 641px) {
  .recruitMessage-body-inner-ttl {
    font-size: 32px;
  }
}
@media screen and (max-width: 640px) {
  .recruitMessage-body-inner-ttl {
    text-align: center;
    font-size: 24px;
  }
}
.recruitMessage-body-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (min-width: 641px) {
  .recruitMessage-body-section-txt {
    font-size: 18px;
  }
}
@media screen and (max-width: 640px) {
  .recruitMessage-body-section-txt {
    font-size: 16px;
  }
}
.recruitMessage-body-profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 641px) {
  .recruitMessage-body-profile {
    gap: 32px;
  }
}
@media screen and (max-width: 640px) {
  .recruitMessage-body-profile {
    gap: 24px;
  }
}
@media screen and (min-width: 641px) {
  .recruitMessage-body-profile-img {
    width: 360px;
  }
}
@media screen and (max-width: 640px) {
  .recruitMessage-body-profile-img {
    width: 100%;
  }
}
.recruitMessage-body-profile-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (min-width: 641px) {
  .recruitMessage-body-profile-name {
    gap: 16px;
  }
}
@media screen and (max-width: 640px) {
  .recruitMessage-body-profile-name {
    gap: 12px;
  }
}
.recruitMessage-body-profile-name-txt {
  color: #444;
}
@media screen and (min-width: 641px) {
  .recruitMessage-body-profile-name-txt {
    font-size: 16px;
  }
}
@media screen and (max-width: 640px) {
  .recruitMessage-body-profile-name-txt {
    font-size: 14px;
  }
}
.recruitMessage-body-profile-name-person {
  color: #444;
  line-height: 1;
}
@media screen and (min-width: 641px) {
  .recruitMessage-body-profile-name-person {
    font-size: 32px;
  }
}
@media screen and (max-width: 640px) {
  .recruitMessage-body-profile-name-person {
    font-size: 24px;
  }
}

.recruitModule-hgroup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 641px) {
  .recruitModule-hgroup {
    gap: 16px;
  }
}
@media screen and (max-width: 640px) {
  .recruitModule-hgroup {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 12px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }
}
.recruitModule-hgroup-subttl {
  color: #0672b3;
  font-weight: 600;
  line-height: 1;
}
@media screen and (min-width: 641px) {
  .recruitModule-hgroup-subttl {
    font-size: 18px;
  }
}
@media screen and (max-width: 640px) {
  .recruitModule-hgroup-subttl {
    font-size: 14px;
  }
}
.recruitModule-hgroup-ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #444;
  font-weight: 600;
  line-height: 1;
}
@media screen and (min-width: 641px) {
  .recruitModule-hgroup-ttl {
    gap: 24px;
    font-size: 40px;
  }
}
@media screen and (max-width: 640px) {
  .recruitModule-hgroup-ttl {
    gap: 20px;
    font-size: 32px;
    line-height: 1.3;
  }
}
.recruitModule-hgroup-ttl::after {
  content: "";
  display: block;
  height: 4px;
  background: #f6ab00;
}
@media screen and (min-width: 641px) {
  .recruitModule-hgroup-ttl::after {
    width: 40px;
  }
}
@media screen and (max-width: 640px) {
  .recruitModule-hgroup-ttl::after {
    width: 32px;
  }
}

.recruitJob {
  background: #eef9ff;
}
@media screen and (min-width: 641px) {
  .recruitJob {
    padding: 64px 0 80px;
  }
}
@media screen and (max-width: 640px) {
  .recruitJob {
    padding: 64px 0;
  }
}
.recruitJob-body {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 641px) {
  .recruitJob-body {
    gap: 32px;
    margin-top: 40px;
  }
}
@media screen and (max-width: 640px) {
  .recruitJob-body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 52px;
    margin-top: 40px;
  }
}
@media screen and (min-width: 641px) {
  .recruitJob-body-contents {
    width: 50%;
  }
}
@media screen and (max-width: 640px) {
  .recruitJob-body-contents {
    width: 100%;
  }
}
.recruitJob-body-contents-ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #0672b3;
  text-align: center;
  font-weight: 700;
  line-height: 1;
}
@media screen and (min-width: 641px) {
  .recruitJob-body-contents-ttl {
    font-size: 32px;
  }
}
@media screen and (max-width: 640px) {
  .recruitJob-body-contents-ttl {
    font-size: 24px;
  }
}
.recruitJob-body-contents-ttl::after {
  content: "";
  display: block;
  background: url(../img/img_job_icon1.png);
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (min-width: 641px) {
  .recruitJob-body-contents-ttl::after {
    width: 56px;
    height: 56px;
  }
}
@media screen and (max-width: 640px) {
  .recruitJob-body-contents-ttl::after {
    width: 48px;
    height: 48px;
  }
}
.recruitJob-body-contents-ttl.colorsecond {
  color: #f6ab00;
}
.recruitJob-body-contents-ttl.colorsecond::after {
  content: "";
  display: block;
  background: url(../img/img_job_icon2.png);
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (min-width: 641px) {
  .recruitJob-body-contents-ttl.colorsecond::after {
    width: 56px;
    height: 56px;
  }
}
@media screen and (max-width: 640px) {
  .recruitJob-body-contents-ttl.colorsecond::after {
    width: 48px;
    height: 48px;
  }
}
.recruitJob-body-contents-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-top: 20px;
  padding: 32px 32px 40px;
  border: 2px solid #b7d6e8;
  border-radius: 20px;
  background: #fff;
}
.recruitJob-body-contents-list.colorsecond {
  border: 2px solid #f6ab00;
}
.recruitJob-body-contents-list-item {
  padding-top: 40px;
  border-top: 1px solid #b7d6e8;
}
@media screen and (min-width: 641px) {
  .recruitJob-body-contents-list-item.item01 {
    height: 354px;
  }
  .recruitJob-body-contents-list-item.item02 {
    height: 405px;
  }
}
.recruitJob-body-contents-list-item.colorsecond {
  border-top: 1px solid #f6ab00;
}
.recruitJob-body-contents-list-item:first-child {
  padding-top: 0;
  border-top: none;
}
.recruitJob-body-contents-list-item-img {
  width: 100%;
}
.recruitJob-body-contents-list-item-ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  margin-top: 20px;
  color: #000;
  font-weight: 400;
  font-size: 20px;
  line-height: 1;
}
.recruitJob-body-contents-list-item-ttl::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #0672b3;
}
.colorsecond .recruitJob-body-contents-list-item-ttl::before {
  background: #f6ab00;
}
.recruitJob-body-contents-list-item-txt {
  margin-top: 16px;
  color: #444;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.7;
}
@media screen and (min-width: 641px) {
  .recruitJob-body-img {
    position: absolute;
    right: 0;
    bottom: 47px;
    width: 444px;
  }
}
@media screen and (max-width: 640px) {
  .recruitJob-body-img {
    bottom: 47px;
    margin-top: -20px;
    margin-left: auto;
    width: 235px;
  }
}

.recruitEmployee {
  padding: 64px 0 80px;
}
.recruitEmployee-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 641px) {
  .recruitEmployee-contents {
    gap: 48px;
    margin-top: 80px;
  }
}
@media screen and (max-width: 640px) {
  .recruitEmployee-contents {
    margin-top: 64px;
  }
}
.recruitEmployee-contents:first-child {
  margin-top: 40px;
}
.recruitEmployee-contents-profile {
  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 screen and (min-width: 641px) {
  .recruitEmployee-contents-profile {
    width: 260px;
  }
}
@media screen and (max-width: 640px) {
  .recruitEmployee-contents-profile {
    width: 100%;
  }
}
.recruitEmployee-contents-profile-img {
  width: 100%;
}
.recruitEmployee-contents-profile-body {
  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;
}
.recruitEmployee-contents-profile-body-contents {
  width: 100%;
}
.recruitEmployee-contents-profile-body-contents-ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #0672b3;
  font-weight: 700;
  font-style: normal;
  line-height: 1; /* 16px */
}
@media screen and (min-width: 641px) {
  .recruitEmployee-contents-profile-body-contents-ttl {
    gap: 12px;
    font-size: 16px;
  }
}
@media screen and (max-width: 640px) {
  .recruitEmployee-contents-profile-body-contents-ttl {
    gap: 8px;
    font-size: 14px;
  }
}
.recruitEmployee-contents-profile-body-contents-ttl.syumi::before {
  content: "";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: url(../img/syumi_icon.png);
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (min-width: 641px) {
  .recruitEmployee-contents-profile-body-contents-ttl.syumi::before {
    width: 18px;
    height: 18px;
  }
}
@media screen and (max-width: 640px) {
  .recruitEmployee-contents-profile-body-contents-ttl.syumi::before {
    width: 16px;
    height: 16px;
  }
}
.recruitEmployee-contents-profile-body-contents-ttl::before {
  content: "";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: url(../img/career_icon.png);
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (min-width: 641px) {
  .recruitEmployee-contents-profile-body-contents-ttl::before {
    width: 18px;
    height: 18px;
  }
}
@media screen and (max-width: 640px) {
  .recruitEmployee-contents-profile-body-contents-ttl::before {
    width: 16px;
    height: 16px;
  }
}
.recruitEmployee-contents-profile-body-contents-ctg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}
@media screen and (min-width: 641px) {
  .recruitEmployee-contents-profile-body-contents-ctg {
    margin-top: 12px;
  }
}
@media screen and (max-width: 640px) {
  .recruitEmployee-contents-profile-body-contents-ctg {
    margin-top: 8px;
  }
}
.recruitEmployee-contents-profile-body-contents-ctg-txt {
  color: #444;
  font-weight: 400;
  line-height: 1;
}
@media screen and (min-width: 641px) {
  .recruitEmployee-contents-profile-body-contents-ctg-txt {
    font-size: 14px;
  }
}
@media screen and (max-width: 640px) {
  .recruitEmployee-contents-profile-body-contents-ctg-txt {
    font-size: 12px;
  }
}
.recruitEmployee-contents-body {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 641px) {
  .recruitEmployee-contents-body {
    gap: 48px;
    width: 652px;
  }
}
@media screen and (max-width: 640px) {
  .recruitEmployee-contents-body {
    gap: 24px;
    width: 100%;
  }
}
.recruitEmployee-contents-body-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 641px) {
  .recruitEmployee-contents-body-main {
    gap: 48px;
  }
}
@media screen and (max-width: 640px) {
  .recruitEmployee-contents-body-main {
    gap: 16px;
  }
}
.recruitEmployee-contents-body-main-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 641px) {
  .recruitEmployee-contents-body-main-name {
    gap: 20px;
  }
}
@media screen and (max-width: 640px) {
  .recruitEmployee-contents-body-main-name {
    gap: 16px;
    margin-top: 8px;
  }
}
.recruitEmployee-contents-body-main-name-yaku {
  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;
  border-radius: 200px;
  background: #f6ab00;
  color: #fff;
  font-weight: 700;
  line-height: 1;
}
@media screen and (min-width: 641px) {
  .recruitEmployee-contents-body-main-name-yaku {
    padding: 8px 20px;
    font-size: 18px;
  }
}
@media screen and (max-width: 640px) {
  .recruitEmployee-contents-body-main-name-yaku {
    padding: 6px 16px;
    font-size: 14px;
  }
}
.recruitEmployee-contents-body-main-name-txt {
  color: #f6ab00;
  font-weight: 700;
  line-height: 1;
}
@media screen and (min-width: 641px) {
  .recruitEmployee-contents-body-main-name-txt {
    font-size: 24px;
  }
}
@media screen and (max-width: 640px) {
  .recruitEmployee-contents-body-main-name-txt {
    font-size: 20px;
  }
}
.recruitEmployee-contents-body-main-ttl {
  color: #0672b3;
  font-weight: 700;
  line-height: 1.6;
}
@media screen and (min-width: 641px) {
  .recruitEmployee-contents-body-main-ttl {
    font-size: 32px;
  }
}
@media screen and (max-width: 640px) {
  .recruitEmployee-contents-body-main-ttl {
    font-size: 24px;
  }
}
.recruitEmployee-contents-body-txt {
  color: #444;
  font-weight: 400;
  line-height: 1.8;
}
@media screen and (min-width: 641px) {
  .recruitEmployee-contents-body-txt {
    font-size: 18px;
  }
}
@media screen and (max-width: 640px) {
  .recruitEmployee-contents-body-txt {
    font-size: 16px;
  }
}
.recruitEmployee-contents-body-number {
  color: rgba(246, 171, 0, 0.2);
  font-weight: 400;
  font-size: 100px;
  font-family: Alata;
  line-height: 1;
}
@media screen and (min-width: 641px) {
  .recruitEmployee-contents-body-number {
    position: absolute;
    right: 0;
  }
}
@media screen and (max-width: 640px) {
  .recruitEmployee-contents-body-number {
    margin-bottom: -4px;
    color: #f6ab00;
    text-align: center;
    font-weight: 400;
    font-size: 40px;
    font-family: Alata;
    line-height: 1;
  }
}
@media screen and (min-width: 641px) {
  .recruitEmployee-schedule {
    margin-top: 48px;
  }
}
@media screen and (max-width: 640px) {
  .recruitEmployee-schedule {
    margin-top: 64px;
  }
}

.recruitBenefits {
  padding: 64px 0 80px;
  background: #eef9ff;
}
.recruitBenefits-body {
  margin-top: 40px;
  border-radius: 20px;
  background: #fff;
}
@media screen and (min-width: 641px) {
  .recruitBenefits-body {
    padding: 40px;
  }
}
@media screen and (max-width: 640px) {
  .recruitBenefits-body {
    padding: 32px 20px;
  }
}
.recruitBenefits-body-list {
  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;
}
.recruitBenefits-body-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  border-bottom: 1px solid #e2e2e2;
}
@media screen and (min-width: 641px) {
  .recruitBenefits-body-list-item {
    gap: 40px;
    padding-bottom: 24px;
  }
}
@media screen and (max-width: 640px) {
  .recruitBenefits-body-list-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 4px;
    padding-bottom: 24px;
  }
}
.recruitBenefits-body-list-item:last-child {
  padding-bottom: none;
  border-bottom: none;
}
.recruitBenefits-body-list-item-ttl {
  color: #0672b3;
  font-weight: 700;
  line-height: 1.8;
}
@media screen and (min-width: 641px) {
  .recruitBenefits-body-list-item-ttl {
    min-width: 192px;
    font-size: 16px;
  }
}
@media screen and (max-width: 640px) {
  .recruitBenefits-body-list-item-ttl {
    font-size: 14px;
  }
}
@media screen and (min-width: 641px) {
  .recruitBenefits-body-list-item-detail {
    width: 652px;
  }
}
@media screen and (max-width: 640px) {
  .recruitBenefits-body-list-item-detail {
    width: 100%;
  }
}
.recruitBenefits-body-list-item-detail-txt {
  color: #444;
  font-weight: 400;
  line-height: 1.8;
}
@media screen and (min-width: 641px) {
  .recruitBenefits-body-list-item-detail-txt {
    font-size: 16px;
  }
}
@media screen and (max-width: 640px) {
  .recruitBenefits-body-list-item-detail-txt {
    font-size: 14px;
  }
}

.recruitEvent {
  padding: 64px 0 80px;
}
.recruitEvent-txt {
  color: #444;
  font-weight: 400;
  line-height: 1.8;
}
@media screen and (min-width: 641px) {
  .recruitEvent-txt {
    margin-top: 32px;
    text-align: center;
    font-size: 18px;
  }
}
@media screen and (max-width: 640px) {
  .recruitEvent-txt {
    margin-top: 24px;
    text-align: left;
    font-size: 16px;
  }
}
.recruitEvent-img {
  margin-top: 40px;
  width: 100%;
}

.recruitContact {
  background: #0672b3;
}
@media screen and (min-width: 641px) {
  .recruitContact {
    padding: 64px 0 72px;
  }
}
@media screen and (max-width: 640px) {
  .recruitContact {
    padding: 64px 0 48px;
  }
}
.recruitContact-hgroup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 641px) {
  .recruitContact-hgroup {
    gap: 16px;
  }
}
@media screen and (max-width: 640px) {
  .recruitContact-hgroup {
    gap: 12px;
  }
}
.recruitContact-hgroup-subttl {
  color: #fff;
  font-weight: 600;
  line-height: 1;
}
@media screen and (min-width: 641px) {
  .recruitContact-hgroup-subttl {
    font-size: 18px;
  }
}
@media screen and (max-width: 640px) {
  .recruitContact-hgroup-subttl {
    font-size: 14px;
  }
}
.recruitContact-hgroup-ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #fff;
  font-weight: 600;
}
@media screen and (min-width: 641px) {
  .recruitContact-hgroup-ttl {
    gap: 16px;
    font-size: 26px;
  }
}
@media screen and (max-width: 640px) {
  .recruitContact-hgroup-ttl {
    gap: 20px;
    font-size: 24px;
  }
}
.recruitContact-hgroup-ttl::after {
  content: "";
  display: block;
  height: 4px;
  background: #fff;
}
@media screen and (min-width: 641px) {
  .recruitContact-hgroup-ttl::after {
    width: 40px;
  }
}
@media screen and (max-width: 640px) {
  .recruitContact-hgroup-ttl::after {
    width: 32px;
  }
}
.recruitContact-txt {
  color: #fff;
  text-align: center;
  font-weight: 400;
}
@media screen and (min-width: 641px) {
  .recruitContact-txt {
    margin-top: 48px;
    font-size: 18px;
    line-height: 1;
  }
}
@media screen and (max-width: 640px) {
  .recruitContact-txt {
    margin-top: 32px;
    font-size: 16px;
    line-height: 1.6;
  }
}
.recruitContact-subttl {
  color: #fff;
  text-align: center;
  font-weight: 700;
  line-height: 1;
}
@media screen and (min-width: 641px) {
  .recruitContact-subttl {
    margin-top: 20px;
    font-size: 26px;
  }
}
@media screen and (max-width: 640px) {
  .recruitContact-subttl {
    margin-top: 16px;
    font-size: 24px;
  }
}
.recruitContact-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 641px) {
  .recruitContact-list {
    gap: 32px;
    margin-top: 48px;
  }
}
@media screen and (max-width: 640px) {
  .recruitContact-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px;
    margin-top: 40px;
  }
}
.recruitContact-list-item {
  padding-top: 32px;
  border-radius: 20px;
  background: #fff;
}
@media screen and (min-width: 641px) {
  .recruitContact-list-item {
    width: 50%;
    height: 176px;
  }
}
@media screen and (max-width: 640px) {
  .recruitContact-list-item {
    width: 100%;
  }
}
.recruitContact-list-item-link {
  display: block;
  text-align: center;
}
.recruitContact-list-item-link:hover {
  text-decoration: none;
  opacity: 0.7;
}
.recruitContact-list-item-link-ttl {
  color: #0672b3;
  text-align: center;
  font-weight: 700;
  line-height: 1;
}
@media screen and (min-width: 641px) {
  .recruitContact-list-item-link-ttl {
    font-size: 24px;
  }
}
@media screen and (max-width: 640px) {
  .recruitContact-list-item-link-ttl {
    font-size: 20px;
  }
}
.recruitContact-list-item-link-tell {
  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: #444;
  font-weight: 600;
  line-height: 1;
}
@media screen and (min-width: 641px) {
  .recruitContact-list-item-link-tell {
    gap: 16px;
    margin-top: 36px;
    font-size: 24px;
  }
}
@media screen and (max-width: 640px) {
  .recruitContact-list-item-link-tell {
    gap: 8px;
    margin-top: 24px;
    margin-bottom: 40px;
    font-size: 20px;
  }
}
.recruitContact-list-item-link-tell::before {
  content: "";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: url(../img/tell_icon.png);
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (min-width: 641px) {
  .recruitContact-list-item-link-tell::before {
    width: 32px;
    height: 32px;
  }
}
@media screen and (max-width: 640px) {
  .recruitContact-list-item-link-tell::before {
    width: 24px;
    height: 24px;
  }
}
.recruitContact-list-item-link-name {
  color: #0672b3;
  text-align: center;
  font-weight: 700;
  line-height: 1;
}
@media screen and (min-width: 641px) {
  .recruitContact-list-item-link-name {
    margin-top: 24px;
    font-size: 16px;
  }
}
@media screen and (max-width: 640px) {
  .recruitContact-list-item-link-name {
    margin-top: 24px;
    font-size: 14px;
  }
}
.recruitContact-list-item-link-mail {
  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: #444;
  font-weight: 700;
  line-height: 1;
}
@media screen and (min-width: 641px) {
  .recruitContact-list-item-link-mail {
    gap: 12px;
    margin-top: 8px;
    font-size: 20px;
  }
}
@media screen and (max-width: 640px) {
  .recruitContact-list-item-link-mail {
    gap: 12px;
    margin-top: 8px;
    margin-bottom: 32px;
    font-size: 16px;
  }
}
.recruitContact-list-item-link-mail::before {
  content: "";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 24px;
  height: 24px;
  background: url(../img/mail_icon.png);
  background-size: contain;
  background-repeat: no-repeat;
}