@charset "UTF-8";
/* CSS Document */
@font-face {
  src: url("../fonts/NotoSansJP-Black.woff2") format("woff2");
  font-family: "Noto Sans JP";
  font-weight: 900;
  font-display: swap;
}
/* 基本の文字色 */
/* 背景色 */
.visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

@media (max-width: 750px) {
  .spNone {
    display: none !important;
  }
}

@media (min-width: 751px) {
  .pcNone {
    display: none !important;
  }
}

.bold {
  font-weight: bold;
}

@media (max-width: 750px) {
  .spleft {
    text-align: left !important;
  }
}

.right {
  text-align: right;
}

.center {
  text-align: center;
}
.center img {
  margin-right: auto;
  margin-left: auto;
}

.white {
  color: #fff;
}

.red {
  color: #e11c24;
}

.orange {
  color: #D59433;
}

.orange-second {
  color: #E79100;
}

.theme {
  color: #1D2F55;
}

/* main */
.main {
  background-color: #EDFBFF;
  padding-top: calc(80 / 375 * 100vw);
}
@media (min-width: 751px) {
  .main {
    padding-top: 5.625em;
  }
}

/* メインビジュアル */
.mainvisual {
  background-color: #EDFBFF;
  margin-bottom: calc(20 / 375 * 100vw);
}
.mainvisual .title-box {
  width: 92%;
  margin-inline: auto;
  position: relative;
  z-index: 1;
}
.mainvisual .imgbox {
  margin-top: -1.25rem;
}
@media (min-width: 751px) {
  .mainvisual .imgbox {
    overflow: hidden;
    margin-top: -2.75rem;
  }
}
.mainvisual .imgbox img {
  width: 100%;
}
@media (min-width: 751px) {
  .mainvisual .imgbox img {
    width: 117.92%;
    max-width: none;
    margin-left: -8.96%;
    display: block;
  }
}

/* 共通：section */
@media (min-width: 751px) {
  section {
    padding-bottom: 12.5rem;
  }
}
section .title-box {
  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.25rem;
}
@media (min-width: 751px) {
  section .title-box {
    gap: 0.625rem;
  }
}
section .title-box .text {
  font-size: calc(16 / 375 * 100vw);
  font-weight: 500;
}
@media (min-width: 751px) {
  section .title-box .text {
    font-size: 1rem;
  }
}

.fade-in {
  opacity: 0;
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
  -webkit-transition: opacity 0.8s ease-out, -webkit-transform 0.8s ease-out;
  transition: opacity 0.8s ease-out, -webkit-transform 0.8s ease-out;
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
  transition: opacity 0.8s ease-out, transform 0.8s ease-out, -webkit-transform 0.8s ease-out;
}
.fade-in.is-visible {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

/* safety */
@-webkit-keyframes slide-marquee {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    /* トラックは同一要素を2つ並べる前提（-50%で境目が一致してループが途切れない） */
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@keyframes slide-marquee {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    /* トラックは同一要素を2つ並べる前提（-50%で境目が一致してループが途切れない） */
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.safety {
  background-color: #EDFBFF;
  overflow: hidden;
}
.safety .img-slide {
  display: flex;
  align-items: flex-start;
  width: max-content;
  gap: 0;
  margin-bottom: calc(20 / 375 * 100vw);
  will-change: transform;
}
.safety .img-slide-item {
  flex: 0 0 auto;
  margin: 0 3em;
  padding: 0;
}
.safety .img-slide img {
  width: auto;
  max-width: none;
  display: block;
}
.safety .img-slide.is-active {
  -webkit-animation: slide-marquee 15s linear infinite;
          animation: slide-marquee 15s linear infinite;
}
@media (min-width: 751px) {
  .safety .img-slide.is-active {
    -webkit-animation: slide-marquee 30s linear infinite;
            animation: slide-marquee 30s linear infinite;
  }
}
.safety .textbox {
  font-size: calc(16 / 375 * 100vw);
}
@media (min-width: 751px) {
  .safety .textbox {
    font-size: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 9.375em;
    padding-left: 12.5rem;
  }
}
.safety .textbox .textbox-head {
  margin-bottom: calc(25 / 375 * 100vw);
}
@media (min-width: 751px) {
  .safety .textbox .textbox-head {
    margin-bottom: 0;
  }
}
.safety .textbox .textbox-body {
  font-weight: 500;
}
@media (min-width: 751px) {
  .safety .textbox .textbox-body {
    padding-top: 4.625rem;
  }
}
@media (min-width: 751px) {
  .safety .textbox .textbox-body p:not(:last-child) {
    margin-bottom: 1.2rem;
  }
}
.safety .textbox .textbox-body .signature {
  font-weight: 700;
  text-align: right;
  margin-top: calc(26 / 375 * 100vw);
}
@media (min-width: 751px) {
  .safety .textbox .textbox-body .signature {
    margin-top: 2rem;
    line-height: 1.87;
  }
}

.business {
  background-color: #EDFBFF;
}
@media (min-width: 751px) {
  .business {
    padding-bottom: 15.9375rem;
  }
}
.business .title-box {
  margin-bottom: calc(26 / 375 * 100vw);
}
@media (min-width: 751px) {
  .business .title-box {
    padding-left: 2.875rem;
    margin-bottom: 0.75rem;
  }
}
@media (min-width: 751px) {
  .business .flex-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    gap: 1.875rem;
    padding-bottom: 12.5rem;
  }
}
.business .imgbox {
  margin-bottom: calc(32 / 375 * 100vw);
}
@media (min-width: 751px) {
  .business .imgbox {
    margin-bottom: 0;
  }
}
.business .imgbox img {
  aspect-ratio: 270/225;
}
@media (max-width: 750px) {
  /* icon_safety-human1.png：スマホだけ10%縮小 */
  .business .imgbox img {
    width: 90%;
    height: auto;
    display: block;
    margin-inline: auto;
  }
}
@media (min-width: 751px) {
  .business .imgbox img {
    aspect-ratio: 83/69;
  }
}
@media (min-width: 751px) {
  .business .card .card-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1.125rem;
  }
}
.business .card .card-list .card-item {
  background-color: #fff;
  border-radius: 40px;
  padding-top: calc(60 / 375 * 100vw);
  padding-bottom: calc(44 / 375 * 100vw);
  padding-inline: calc(32 / 375 * 100vw);
  margin-bottom: calc(26 / 375 * 100vw);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 751px) {
  .business .card .card-list .card-item {
    padding-block: 3.75rem;
    padding-inline: 2.5rem;
    margin-bottom: 0;
  }
}
.business .card .card-list .card-item .h3default {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  font-size: calc(24 / 375 * 100vw);
  font-weight: 600;
  margin-bottom: calc(10 / 375 * 100vw);
}
@media (min-width: 751px) {
  .business .card .card-list .card-item .h3default {
    font-size: 1.5rem;
    margin-bottom: 0.625rem;
  }
}
.business .card .card-list .card-item .text {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  font-size: calc(16 / 375 * 100vw);
}
@media (min-width: 751px) {
  .business .card .card-list .card-item .text {
    font-size: 1rem;
  }
}
.business .card .card-list .card-item .imgbox {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  margin-bottom: calc(46 / 375 * 100vw);
  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;
}
@media (min-width: 751px) {
  .business .card .card-list .card-item .imgbox {
    margin-bottom: 2.875rem;
  }
}
.business .card .card-list .card-item .imgbox img {
  width: calc(72 / 375 * 100vw);
  height: calc(72 / 375 * 100vw);
}
@media (min-width: 751px) {
  .business .card .card-list .card-item .imgbox img {
    width: 4.5rem;
    height: 4.5rem;
  }
}
.business .cta {
  background-color: #EDFBFF;
  padding-bottom: 0;
}
.business .cta .cta-lead {
  font-size: calc(16 / 375 * 100vw);
  font-weight: 600;
  text-align: center;
  margin-bottom: calc(14 / 375 * 100vw);
  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;
  gap: calc(8 / 375 * 100vw);
}
.business .cta .cta-lead::before {
  content: "";
  display: block;
  width: calc(32 / 375 * 100vw);
  height: calc(55 / 375 * 100vw);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url("../images/02_top/icon_line1.svg");
}
.business .cta .cta-lead::after {
  content: "";
  display: block;
  width: calc(32 / 375 * 100vw);
  height: calc(55 / 375 * 100vw);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url("../images/02_top/icon_line2.svg");
}
@media (min-width: 751px) {
  .business .cta .cta-lead {
    font-size: 1.5rem;
    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;
    gap: calc(0 / 375 * 100vw);
  }
  .business .cta .cta-lead::before {
    content: "";
    display: block;
    width: 2rem;
    height: 3.75rem;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    background-image: url("../images/02_top/icon_line1.svg");
  }
  .business .cta .cta-lead::after {
    content: "";
    display: block;
    width: 2rem;
    height: 3.75rem;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    background-image: url("../images/02_top/icon_line2.svg");
  }
}
.business .cta .cta-title {
  font-size: calc(24 / 375 * 100vw);
  font-weight: 700;
  line-height: 1.68;
  text-decoration: underline;
  text-decoration-color: #08AAD2;
  text-decoration-thickness: 3px;
  text-underline-offset: 8px;
  margin-bottom: calc(18 / 375 * 100vw);
}
@media (min-width: 751px) {
  .business .cta .cta-title {
    font-size: 3.125rem;
    margin-bottom: 1.375rem;
    grid-column: 1;
    grid-row: 1;
  }
}
@media (min-width: 751px) {
  .business .cta .grid-container {
    display: grid;
    grid-template-columns: 43.75rem 1fr;
    grid-template-rows: auto auto auto;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    padding-left: 3.4375rem;
  }
}
.business .cta .cta-benefits {
  font-size: calc(16 / 375 * 100vw);
  font-weight: 600;
  margin-bottom: calc(18 / 375 * 100vw);
}
@media (min-width: 751px) {
  .business .cta .cta-benefits {
    font-size: 1rem;
    margin-bottom: 3rem;
    grid-column: 1;
    grid-row: 2;
  }
}
.business .cta .imgbox {
  margin-bottom: calc(10 / 375 * 100vw);
}
@media (max-width: 750px) {
  /* icon_safety-human2.png：スマホだけ10%縮小 */
  .business .cta .imgbox img {
    width: 90%;
    height: auto;
    display: block;
    margin-inline: auto;
  }
}
@media (min-width: 751px) {
  .business .cta .imgbox {
    grid-column: 2;
    grid-row: 1/-1;
    align-self: self-start;
    margin-bottom: 0;
  }
}
@media (min-width: 751px) {
  .business .cta .imgbox img {
    aspect-ratio: initial;
  }
}
@media (min-width: 751px) {
  .business .cta .linkbox {
    grid-column: 1;
    grid-row: 3;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.company {
  padding-bottom: calc(100 / 375 * 100vw);
  position: relative;
  z-index: 1;
  background-color: #fff;
  border-radius: 40px 40px 0 0;
  margin-top: -40px;
  padding-top: calc(44 / 375 * 100vw);
}
@media (min-width: 751px) {
  .company {
    padding-bottom: 12.5rem;
  }
}
.company .wrap {
  width: 88%;
  margin-inline: auto;
}
@media (min-width: 751px) {
  .company .wrap:nth-child(1) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 10rem;
    margin-bottom: 12.5rem;
  }
}
.company .title-box {
  margin-bottom: calc(26 / 375 * 100vw);
}
@media (min-width: 751px) {
  .company .title-box {
    margin-bottom: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
.company .company-info {
  margin-bottom: calc(84 / 375 * 100vw);
  width: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (min-width: 751px) {
  .company .company-info {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    min-width: 0;
    margin-bottom: 0;
  }
}
.company .company-info .info-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid #e1e1e1;
}
.company .company-info .info-row:last-child {
  border-bottom: 1px solid #e1e1e1;
}
.company .company-info .info-row dt,
.company .company-info .info-row dd {
  font-size: calc(16 / 375 * 100vw);
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.03em;
  padding-block: calc(28 / 375 * 100vw);
}
@media (min-width: 751px) {
  .company .company-info .info-row dt,
  .company .company-info .info-row dd {
    font-size: 1rem;
    padding-block: 1.75rem;
  }
}
.company .company-info .info-row dt {
  width: calc(100 / 375 * 100vw);
  position: relative;
}
@media (min-width: 751px) {
  .company .company-info .info-row dt {
    width: 8.125rem;
  }
}
.company .company-info .info-row dt::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 60%;
  width: 1px;
  background-color: #e1e1e1;
}
.company .company-info .info-row dd {
  width: calc(100% - 100 / 375 * 100vw);
  padding-left: calc(16 / 375 * 100vw);
}
@media (min-width: 751px) {
  .company .company-info .info-row dd {
    width: calc(100% - 8.125rem);
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    padding-left: 2.5rem;
  }
}
@media (min-width: 751px) {
  .company .wrap:nth-child(2) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 6.875rem;
  }
}
@media (min-width: 751px) {
  .company .wrap-item {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.company .map {
  margin-bottom: calc(36 / 375 * 100vw);
}
@media (min-width: 751px) {
  .company .map {
    margin-bottom: 1.875rem;
  }
}
.company .map iframe {
  aspect-ratio: 327/163;
}
.company .access-info {
  font-size: calc(16 / 375 * 100vw);
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.03em;
}
@media (min-width: 751px) {
  .company .access-info {
    font-size: 1rem;
  }
}
.company .access-info .address {
  margin-block: calc(26 / 375 * 100vw);
}
@media (min-width: 751px) {
  .company .access-info .address {
    margin-top: 0;
    margin-bottom: 1.5rem;
  }
}
.company .access-info .route {
  margin-bottom: calc(30 / 375 * 100vw);
}
@media (min-width: 751px) {
  .company .access-info .route {
    margin-bottom: 1.5rem;
  }
}
.company .access-info .note small {
  font-size: calc(14 / 375 * 100vw);
}
@media (min-width: 751px) {
  .company .access-info .note small {
    font-size: 0.875rem;
  }
}

/* recruitment */
.recruitment {
  padding-block: calc(60 / 375 * 100vw);
  background-color: #fff;
  border-radius: 0 0 40px 40px;
  padding-bottom: 2em;
}
@media (min-width: 751px) {
  .recruitment {
    padding-top: 0;
    padding-bottom: 2.5rem;
  }
}
.recruitment .recruit-box {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(29, 47, 85, 0.7)), to(rgba(29, 47, 85, 0.7))), url("../images/02_top/img-rectuitSP.jpg");
  background-image: linear-gradient(rgba(29, 47, 85, 0.7), rgba(29, 47, 85, 0.7)), url("../images/02_top/img-rectuitSP.jpg");
  background-size: cover;
  background-position: center;
  border-radius: 40px;
  overflow: hidden;
  padding-top: calc(26 / 375 * 100vw);
  padding-bottom: calc(54 / 375 * 100vw);
  padding-inline: calc(22 / 375 * 100vw);
  color: #fff;
}
@media (min-width: 751px) {
  .recruitment .recruit-box {
    padding-top: 2.875rem;
    padding-bottom: 6.25rem;
    padding-inline: initial;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.recruitment .title-box {
  background-image: url("../images/02_top/icon_recruit-logo.png");
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center bottom 2rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: calc(100 / 375 * 100vw);
}
@media (min-width: 751px) {
  .recruitment .title-box {
    height: 11.25rem;
    min-height: initial;
    width: 37.5rem;
  }
}
.recruitment .title-box .h2default {
  color: #fff;
  font-size: calc(18 / 375 * 100vw);
  font-weight: 600;
}
@media (min-width: 751px) {
  .recruitment .title-box .h2default {
    font-size: 2rem;
    margin-top: 1.75rem;
  }
}
.recruitment .title-box .h2default::before {
  content: none;
}
.recruitment .lead {
  font-size: calc(24 / 375 * 100vw);
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.04em;
  margin-bottom: calc(22 / 375 * 100vw);
  padding-inline: calc(8 / 375 * 100vw);
}
@media (min-width: 751px) {
  .recruitment .lead {
    font-size: 1.5rem;
    margin-bottom: 0.625rem;
    padding-inline: initial;
    text-align: center;
  }
}
.recruitment .text {
  font-size: calc(16 / 375 * 100vw);
  font-weight: 500;
  line-height: 1.62;
  margin-bottom: calc(40 / 375 * 100vw);
  padding-inline: calc(8 / 375 * 100vw);
}
@media (min-width: 751px) {
  .recruitment .text {
    font-size: 1rem;
    text-align: center;
    margin-bottom: 4.375rem;
  }
}

/* inquiry */
.inquiry {
  background-color: #EDFBFF;
}
@media (min-width: 751px) {
  .inquiry {
    padding-top: 10rem;
    padding-bottom: 12.5rem;
  }
}
.inquiry .imgbox {
  width: calc(307 / 375 * 100vw);
  margin-bottom: calc(15 / 375 * 100vw);
}
@media (min-width: 751px) {
  .inquiry .imgbox {
    width: 41.25rem;
    margin-bottom: 7.5rem;
  }
}
.inquiry .imgbox img {
  aspect-ratio: 300/84;
  -o-object-fit: contain;
     object-fit: contain;
}
.inquiry .title-box {
  margin-bottom: 2rem;
}
@media (min-width: 751px) {
  .inquiry .title-box {
    margin-bottom: 0;
  }
}
@media (min-width: 751px) {
  .inquiry .wrap {
    display: grid;
    grid-template-columns: 21.25rem 1fr;
    gap: 6.25rem;
  }
}

.recruit {
  color: #1D2F55;
}
.recruit .main {
  padding-top: 0;
}
@media (min-width: 751px) {
  .recruit .main {
    padding-top: 5rem;
  }
}
.recruit .title-box .h1default {
  font-size: calc(40 / 375 * 100vw);
  font-weight: 500;
  letter-spacing: 0.03rem;
  margin-bottom: calc(20 / 375 * 100vw);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: calc(10 / 375 * 100vw);
  width: 100%;
}
@media (min-width: 751px) {
  .recruit .title-box .h1default {
    font-size: 4rem;
    gap: 1rem;
  }
}
.recruit .title-box .h1default::after {
  content: "";
  display: inline-block;
  width: 100%;
  height: calc(6 / 375 * 100vw);
  background: url(../images/03_recruit/icon_underlineSP.svg) no-repeat center/100% 100%;
}
@media (min-width: 751px) {
  .recruit .title-box .h1default::after {
    background: url(../images/03_recruit/icon_underline.svg) no-repeat center/100% 100%;
    height: 1px;
  }
}
.recruit .point {
  padding-bottom: calc(40 / 375 * 100vw);
}
@media (min-width: 751px) {
  .recruit .point {
    padding-bottom: 6.25rem;
  }
}
.recruit .point .title-box {
  margin-bottom: calc(20 / 375 * 100vw);
}
@media (min-width: 751px) {
  .recruit .point .title-box {
    gap: 0.75rem;
    margin-bottom: 2.5rem;
  }
}
@media (min-width: 751px) {
  .recruit .point .title-box._second {
    margin-bottom: 1.5rem;
  }
}
.recruit .point .h2default {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
@media (min-width: 751px) {
  .recruit .point .h2default {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.recruit .point .h2default:before {
  margin-top: 0.5rem;
}
.recruit .point .date-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: calc(16 / 375 * 100vw);
}
@media (min-width: 751px) {
  .recruit .point .date-list {
    grid-template-columns: repeat(3, 1fr);
    row-gap: 1.375rem;
    -webkit-column-gap: 1.125rem;
       -moz-column-gap: 1.125rem;
            column-gap: 1.125rem;
  }
}
.recruit .point .date-list .date-item:last-child {
  grid-column: 1/-1;
}
@media (min-width: 751px) {
  .recruit .point .date-list .date-item:last-child {
    margin-bottom: 0.25rem;
  }
  .recruit .point .date-list .date-item:last-child img {
    aspect-ratio: 229/125;
  }
}
.recruit .point .date-list .date-item:not(:last-child) {
  background-color: #fff;
  border-radius: 2.5rem;
  padding-top: calc(16 / 375 * 100vw);
  padding-inline: calc(12 / 375 * 100vw);
  padding-right: calc(7 / 375 * 100vw);
  padding-left: calc(12 / 375 * 100vw);
  padding-bottom: calc(32 / 375 * 100vw);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 751px) {
  .recruit .point .date-list .date-item:not(:last-child) {
    padding-block: 3.5rem;
    padding-inline: 1.875rem;
  }
}
.recruit .point .date-list .date-item:not(:last-child) .title-box {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  gap: initial;
  margin-bottom: 0;
}
.recruit .point .date-list .date-item:not(:last-child) .title-box .h4default {
  font-size: calc(14 / 375 * 100vw);
  margin-bottom: 0.25rem;
}
@media (min-width: 751px) {
  .recruit .point .date-list .date-item:not(:last-child) .title-box .h4default {
    font-size: 2rem;
    margin-bottom: 1.625rem;
  }
}
.recruit .point .date-list .date-item:not(:last-child) .title-box .h4default.num3 {
  margin-bottom: 0.65rem;
}
@media (min-width: 751px) {
  .recruit .point .date-list .date-item:not(:last-child) .title-box .h4default.num3 {
    margin-bottom: 2.25rem;
  }
}
.recruit .point .date-list .date-item:not(:last-child) .title-box .large {
  font-size: calc(18 / 375 * 100vw);
  font-weight: 700;
}
@media (min-width: 751px) {
  .recruit .point .date-list .date-item:not(:last-child) .title-box .large {
    font-size: 3rem;
    line-height: 1.35;
  }
}
.recruit .point .date-list .date-item:not(:last-child) .title-box .ex-large {
  font-size: calc(24 / 375 * 100vw);
  font-weight: 700;
}
@media (min-width: 751px) {
  .recruit .point .date-list .date-item:not(:last-child) .title-box .ex-large {
    font-size: 3.5rem;
    line-height: 1.35;
  }
}
.recruit .point .date-list .date-item:not(:last-child) .title-box .disc {
  margin-top: auto;
  font-size: calc(12 / 375 * 100vw);
}
@media (min-width: 751px) {
  .recruit .point .date-list .date-item:not(:last-child) .title-box .disc {
    font-size: 1rem;
  }
}
.recruit .point .date-list .date-item:not(:last-child) .title-box small {
  font-size: calc(10 / 375 * 100vw);
}
@media (min-width: 751px) {
  .recruit .point .date-list .date-item:not(:last-child) .title-box small {
    font-size: 0.875rem;
  }
}
.recruit .point .date-list .date-item:not(:last-child) .icon {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  width: 2rem;
  height: 2rem;
  margin-inline: auto;
  margin-bottom: calc(12 / 375 * 100vw);
}
@media (min-width: 751px) {
  .recruit .point .date-list .date-item:not(:last-child) .icon {
    width: 4rem;
    height: 4rem;
    margin-bottom: 1.625rem;
  }
}
.recruit .voice {
  position: relative;
  z-index: 1;
  background-color: #fff;
  border-radius: 40px 40px 0 0;
  margin-top: -40px;
  padding-top: calc(calc(26 / 375 * 100vw) + 40px);
  padding-bottom: calc(88 / 375 * 100vw);
}
@media (min-width: 751px) {
  .recruit .voice {
    padding-bottom: 12.5rem;
  }
}
@media (max-width: 750px) {
  .recruit .voice {
    margin-top: 10vw;
  }
}
.recruit .voice .title-box {
  margin-bottom: calc(26 / 375 * 100vw);
}
.recruit .voice .voice-list .voice-item:not(:last-child) {
  margin-bottom: calc(88 / 375 * 100vw);
}
@media (min-width: 751px) {
  .recruit .voice .voice-list .voice-item:not(:last-child) {
    margin-bottom: 6.25rem;
  }
}
.recruit .voice .voice-list .voice-item .voice-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: calc(16 / 375 * 100vw);
}
@media (min-width: 751px) {
  .recruit .voice .voice-list .voice-item .voice-card {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 2.75rem;
  }
}
.recruit .voice .voice-list .voice-item .voice-card .textbox {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.recruit .voice .voice-list .voice-item .voice-card .h3default {
  margin-bottom: 1rem;
}
@media (min-width: 751px) {
  .recruit .voice .voice-list .voice-item .voice-card .h3default {
    margin-bottom: 1.25rem;
  }
}
.recruit .voice .voice-list .voice-item .voice-card .text .name {
  font-size: calc(24 / 375 * 100vw);
  font-weight: 700;
  line-height: 1;
  display: block;
  margin-top: 1rem;
}
@media (min-width: 751px) {
  .recruit .voice .voice-list .voice-item .voice-card .text .name {
    font-size: 1.5rem;
  }
}
.recruit .voice .voice-list .voice-item .voice-card img {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media (min-width: 751px) {
  .recruit .voice .voice-list .voice-item .voice-card img {
    max-width: 31.25rem;
  }
}
.recruit .guidelines {
  background-color: #fff;
  border-radius: 0 0 40px 40px;
  padding-bottom: calc(44 / 375 * 100vw);
}
@media (min-width: 751px) {
  .recruit .guidelines {
    padding-bottom: 12.5rem;
  }
}
@media (min-width: 751px) {
  .recruit .guidelines .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 10.375rem;
    margin-bottom: 6.25rem;
  }
}
.recruit .guidelines .title-box {
  margin-bottom: calc(26 / 375 * 100vw);
}
@media (min-width: 751px) {
  .recruit .guidelines .title-box {
    width: 15rem;
    margin-bottom: 0;
  }
}
.recruit .guidelines .info {
  margin-bottom: calc(40 / 375 * 100vw);
}
@media (min-width: 751px) {
  .recruit .guidelines .info {
    margin-bottom: 0;
  }
}
.recruit .guidelines .info .info-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid #e1e1e1;
}
.recruit .guidelines .info .info-row:last-child {
  border-bottom: 1px solid #e1e1e1;
}
.recruit .guidelines .info .info-row dt,
.recruit .guidelines .info .info-row dd {
  font-size: calc(16 / 375 * 100vw);
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.03em;
  padding-block: calc(28 / 375 * 100vw);
}
@media (min-width: 751px) {
  .recruit .guidelines .info .info-row dt,
  .recruit .guidelines .info .info-row dd {
    font-size: 1rem;
    padding-block: 1.75rem;
  }
}
.recruit .guidelines .info .info-row dt {
  width: calc(100 / 375 * 100vw);
  padding-right: calc(16 / 375 * 100vw);
  position: relative;
}
@media (min-width: 751px) {
  .recruit .guidelines .info .info-row dt {
    width: 8.75rem;
    padding-right: 0;
  }
}
.recruit .guidelines .info .info-row dt::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 80%;
  width: 1px;
  background-color: #e1e1e1;
}
.recruit .guidelines .info .info-row dt.salary::after {
  height: 90%;
}
.recruit .guidelines .info .info-row dd {
  width: calc(100% - 100 / 375 * 100vw);
  padding-left: calc(16 / 375 * 100vw);
}
@media (min-width: 751px) {
  .recruit .guidelines .info .info-row dd {
    width: calc(100% - 8.75rem);
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
    padding-left: 2rem;
  }
}
@media (min-width: 751px) {
  .recruit .guidelines .fukidashi {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.recruit .guidelines .fukidashi img {
  width: 100%;
}
@media (min-width: 751px) {
  .recruit .guidelines .fukidashi img {
    width: 50rem;
  }
}
.recruit .application {
  padding-top: calc(36 / 375 * 100vw);
  padding-bottom: calc(100 / 375 * 100vw);
}
@media (min-width: 751px) {
  .recruit .application {
    padding-top: 10rem;
    padding-bottom: 12.5rem;
  }
}
@media (min-width: 751px) {
  .recruit .application .imgbox {
    width: 41.25rem;
    margin-bottom: 7.5rem;
  }
}
@media (min-width: 751px) {
  .recruit .application .flex-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 5rem;
  }
}
.recruit .application .flex-box .flex-item:nth-child(2) {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}
.recruit .application .title-box {
  margin-bottom: calc(14 / 375 * 100vw);
}
@media (min-width: 751px) {
  .recruit .application .title-box {
    margin-bottom: 2rem;
  }
}
.recruit .application .tel-box {
  margin-bottom: calc(30 / 375 * 100vw);
}
@media (min-width: 751px) {
  .recruit .application .tel-box {
    margin-bottom: 0;
  }
}
.recruit .application .tel-box a[href*=tel] {
  font-size: calc(24 / 375 * 100vw);
  font-weight: 700;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}
@media (min-width: 751px) {
  .recruit .application .tel-box a[href*=tel] {
    font-size: 1.5rem;
  }
}
.recruit .balloon.num1 {
  top: -20%;
  left: -34%;
}
.recruit .balloon.num2 {
  top: -2.64%;
}

.notfound .title-box .h1default,
.thankyou .title-box .h1default,
.completed .title-box .h1default {
  font-size: calc(40 / 375 * 100vw);
  font-weight: 500;
  letter-spacing: 0.03rem;
  margin-bottom: calc(20 / 375 * 100vw);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: calc(10 / 375 * 100vw);
  width: 100%;
}
@media (min-width: 751px) {
  .notfound .title-box .h1default,
  .thankyou .title-box .h1default,
  .completed .title-box .h1default {
    font-size: 4rem;
    gap: 1rem;
  }
}
.notfound .title-box .h1default::after,
.thankyou .title-box .h1default::after,
.completed .title-box .h1default::after {
  content: "";
  display: inline-block;
  width: 100%;
  height: calc(6 / 375 * 100vw);
  background: url(../images/03_recruit/icon_underlineSP.svg) no-repeat center/100% 100%;
}
@media (min-width: 751px) {
  .notfound .title-box .h1default::after,
  .thankyou .title-box .h1default::after,
  .completed .title-box .h1default::after {
    background: url(../images/03_recruit/icon_underline.svg) no-repeat center/100% 100%;
    height: 1px;
  }
}
.notfound section,
.thankyou section,
.completed section {
  padding-bottom: calc(100 / 375 * 100vw);
}
@media (min-width: 751px) {
  .notfound section,
  .thankyou section,
  .completed section {
    padding-bottom: 12.5rem;
  }
}
.notfound section .text,
.thankyou section .text,
.completed section .text {
  margin-bottom: calc(40 / 375 * 100vw);
  font-size: calc(16 / 375 * 100vw);
}
@media (min-width: 751px) {
  .notfound section .text,
  .thankyou section .text,
  .completed section .text {
    margin-bottom: 4rem;
    font-size: 1rem;
  }
}
.notfound section .color-blue2,
.thankyou section .color-blue2,
.completed section .color-blue2 {
  color: #08AAD2;
  text-decoration: underline;
}
.notfound section .color-blue2:hover, .notfound section .color-blue2:focus,
.thankyou section .color-blue2:hover,
.thankyou section .color-blue2:focus,
.completed section .color-blue2:hover,
.completed section .color-blue2:focus {
  text-decoration: none;
}

.privacy {
  color: #1D2F55;
}
.privacy .main {
  padding-top: 0;
  padding-bottom: calc(80 / 375 * 100vw);
}
@media (min-width: 751px) {
  .privacy .main {
    padding-top: 5rem;
    padding-bottom: 12.5rem;
  }
}
.privacy .title-box .h1default {
  font-size: calc(40 / 375 * 100vw);
  font-weight: 500;
  letter-spacing: 0.03rem;
  margin-bottom: calc(20 / 375 * 100vw);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: calc(10 / 375 * 100vw);
  width: 100%;
}
@media (min-width: 751px) {
  .privacy .title-box .h1default {
    font-size: 4rem;
    gap: 1rem;
  }
}
.privacy .title-box .h1default::after {
  content: "";
  display: inline-block;
  width: 100%;
  height: calc(6 / 375 * 100vw);
  background: url(../images/03_recruit/icon_underlineSP.svg) no-repeat center/100% 100%;
}
@media (min-width: 751px) {
  .privacy .title-box .h1default::after {
    background: url(../images/03_recruit/icon_underline.svg) no-repeat center/100% 100%;
    height: 1px;
  }
}
.privacy .privacy-section {
  padding-bottom: calc(40 / 375 * 100vw);
}
@media (min-width: 751px) {
  .privacy .privacy-section {
    padding-bottom: 5rem;
  }
}
.privacy .privacy-section .title-box {
  margin-bottom: calc(20 / 375 * 100vw);
}
@media (min-width: 751px) {
  .privacy .privacy-section .title-box {
    margin-bottom: 2rem;
  }
}
.privacy .privacy-section .textbox:not(:last-child) {
  margin-bottom: calc(32 / 375 * 100vw);
}
@media (min-width: 751px) {
  .privacy .privacy-section .textbox:not(:last-child) {
    margin-bottom: 3rem;
  }
}
.privacy .privacy-section .textbox .h3default {
  margin-bottom: calc(12 / 375 * 100vw);
}
@media (min-width: 751px) {
  .privacy .privacy-section .textbox .h3default {
    margin-bottom: 1rem;
  }
}
.privacy .privacy-section .textbox .text {
  margin-bottom: calc(16 / 375 * 100vw);
}
@media (min-width: 751px) {
  .privacy .privacy-section .textbox .text {
    margin-bottom: 1.5rem;
  }
}
.privacy .privacy-section .textbox .disc {
  margin-bottom: calc(16 / 375 * 100vw);
}
@media (min-width: 751px) {
  .privacy .privacy-section .textbox .disc {
    margin-bottom: 1.5rem;
  }
}
.privacy .privacy-section .tablelist {
  margin-top: calc(24 / 375 * 100vw);
}
@media (min-width: 751px) {
  .privacy .privacy-section .tablelist {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .privacy .privacy-section .tablelist table {
    max-width: 600px;
  }
}
.privacy .privacy-section .tablelist th {
  white-space: initial;
}
@media (min-width: 751px) {
  .privacy .privacy-section .tablelist.tablelist--col2 table thead th:nth-child(1),
  .privacy .privacy-section .tablelist.tablelist--col2 table tbody th:nth-child(1) {
    width: 25%;
  }
}
@media (min-width: 751px) {
  .privacy .privacy-section .tablelist.tablelist--col2 table thead th:nth-child(2),
  .privacy .privacy-section .tablelist.tablelist--col2 table tbody td:nth-child(2) {
    width: 75%;
  }
}
@media (min-width: 751px) {
  .privacy .privacy-section .tablelist.tablelist--col3 table thead th:nth-child(1),
  .privacy .privacy-section .tablelist.tablelist--col3 table tbody th:nth-child(1) {
    width: 25%;
  }
}
@media (min-width: 751px) {
  .privacy .privacy-section .tablelist.tablelist--col3 table thead th:nth-child(2),
  .privacy .privacy-section .tablelist.tablelist--col3 table tbody td:nth-child(2) {
    width: 37.5%;
  }
}
@media (min-width: 751px) {
  .privacy .privacy-section .tablelist.tablelist--col3 table thead th:nth-child(3),
  .privacy .privacy-section .tablelist.tablelist--col3 table tbody td:nth-child(3) {
    width: 37.5%;
  }
}
.privacy .privacy-section a {
  text-decoration: underline;
}
.privacy .privacy-section a:hover, .privacy .privacy-section a:focus {
  text-decoration: none;
}