@charset "UTF-8";
/* リキッドレイアウト対応 */
html {
  scroll-behavior: smooth;
}

body {
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
}

/* vwへの計算式 */
/* remへの計算式 */
/* clampへの計算式 */
html {
  font-size: 3.6363636364vw;
}
@media screen and (min-width: 768px) {
  html {
    font-size: 1.1111111111vw;
  }
}

/* pcの電話番号発信対応 */
@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

/* ホバー */
@media (any-hover: hover) {
  a {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
}
@media screen and (any-hover: hover) and (min-width: 768px) {
  a:hover {
    opacity: 0.8;
  }
}
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Remove default padding */
ul,
ol {
  padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul,
ol {
  list-style: none;
}

/* A elements default styles */
a {
  text-decoration: none;
  color: inherit;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img {
  width: 100%;
  height: auto;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

picture,
img,
a,
span {
  display: inline-block;
}

button {
  margin: 0;
  padding: 0;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: transparent;
  cursor: pointer;
  font: inherit;
}

textarea {
  resize: vertical;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

.l-footer {
  width: 100%;
  background-color: #fff;
  padding-block: 24px 32px;
  padding-block: 1.5rem 2rem;
}
@media screen and (min-width: 768px) {
  .l-footer {
    padding-block: 4rem 2.5rem;
  }
}

.l-footer__inner {
  padding-inline: 18px;
  padding-inline: 1.125rem;
}
@media screen and (min-width: 768px) {
  .l-footer__inner {
    padding-inline: 3.75rem;
  }
}

.l-footer__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.l-footer__logo {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 126px;
  width: 7.875rem;
}
@media screen and (min-width: 768px) {
  .l-footer__logo {
    width: 12.5rem;
  }
}

.l-footer__copyright {
  color: #0C0C0C;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 11px;
  font-size: 0.6875rem;
  font-weight: 400;
  line-height: 0.91;
  margin-top: 20px;
  margin-top: 1.25rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .l-footer__copyright {
    text-align: right;
    margin-top: 2.125rem;
    font-size: 0.75rem;
    line-height: normal;
  }
}

.l-header {
  width: 100%;
  background-color: #fff;
  padding-block: 22px;
  padding-block: 1.375rem;
}
@media screen and (min-width: 768px) {
  .l-header {
    padding-block: 2.40625rem;
  }
}

.l-header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-inline: 18px;
  padding-inline: 1.125rem;
}
@media screen and (min-width: 768px) {
  .l-header__inner {
    padding-inline: 3.75rem;
  }
}

.l-header__logo {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 126px;
  width: 7.875rem;
}
@media screen and (min-width: 768px) {
  .l-header__logo {
    width: 12.5rem;
  }
}

.l-header--sub {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  translate: 0 -100%;
  -webkit-transition: opacity 0.6s ease, visibility 0.6s, translate 0.6s ease;
  transition: opacity 0.6s ease, visibility 0.6s, translate 0.6s ease;
}
.l-header--sub.is-active {
  opacity: 1;
  visibility: visible;
  translate: 0 0;
}
.l-header--sub .l-header {
  padding-block: 8px;
  padding-block: 0.5rem;
  background-color: #fff;
  -webkit-box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, .08);
          box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, .08);
}
@media screen and (min-width: 768px) {
  .l-header--sub .l-header {
    padding-block: 0.75rem;
  }
}
.l-header--sub .l-header__inner {
  padding-inline: 18px;
  padding-inline: 1.125rem;
}
@media screen and (min-width: 768px) {
  .l-header--sub .l-header__inner {
    padding-inline: 2.5rem;
  }
}
.l-header--sub .l-header__logo {
  width: 100px;
  width: 6.25rem;
}
@media screen and (min-width: 768px) {
  .l-header--sub .l-header__logo {
    width: 10rem;
  }
}
.l-header--sub .c-button {
  padding: 8px 42px;
  padding: 0.5rem 2.625rem;
  height: 52px;
  height: 3.25rem;
  font-size: 14px;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .l-header--sub .c-button {
    padding-inline: 3rem;
    font-size: 1.125rem;
    height: 4.5625rem;
  }
}

.l-inner {
  width: 100%;
  max-width: 560px;
  max-width: 35rem;
  padding-inline: 20px;
  padding-inline: 1.25rem;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .l-inner {
    max-width: 71.875rem;
    padding-inline: 1.5625rem;
  }
}

.c-button {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 63px;
  height: 3.9375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 2px solid #0D8DE5;
  border-radius: 5rem;
  background: #fff;
  -webkit-box-shadow: 0 5px 8.6px 0 rgba(0, 0, 0, .05);
          box-shadow: 0 5px 8.6px 0 rgba(0, 0, 0, .05);
  text-transform: uppercase;
  color: #0D8DE5;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.87;
  padding-inline: 48px;
  padding-inline: 3rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .c-button {
    height: 4.5625rem;
    font-size: 1.25rem;
    line-height: 2.05;
  }
}
.c-button::after {
  content: "ENTRY";
  position: absolute;
  top: -2px;
  top: -0.125rem;
  left: -2px;
  left: -0.125rem;
  width: calc(100% + 0.25rem);
  height: calc(100% + 0.25rem);
  display: grid;
  place-items: center;
  border-radius: 5rem;
  background: linear-gradient(94deg, #0C8CE4 28.46%, #54C9FE 90.43%);
  -webkit-box-shadow: 0 5px 8.6px 0 rgba(0, 0, 0, .05);
          box-shadow: 0 5px 8.6px 0 rgba(0, 0, 0, .05);
  color: #fff;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.c-button.--contact::after {
  content: "CONTACT";
}
.c-button.--confirm::after {
  content: "前画面に戻る";
}
@media (any-hover: hover) {
  .c-button:hover {
    opacity: 1;
  }
  .c-button:hover::after {
    opacity: 0;
  }
}

.c-title--en {
  color: #58FFFF;
  font-family: "Josefin Sans", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 5px;
  margin-bottom: 0.3125rem;
}
@media screen and (min-width: 768px) {
  .c-title--en {
    font-size: 1.5rem;
  }
}
.c-title--en.--white {
  color: #fff;
}
.c-title--en.--blue {
  color: #0D8DE5;
}

.c-title--ja {
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .c-title--ja {
    font-size: 2.625rem;
  }
}
.c-title--ja.--black {
  color: #333;
}

.p-candidate {
  position: relative;
  background: url(../images/common/candidate-bg--sp.webp) center/cover no-repeat;
  padding-block: 189px 116px;
  padding-block: 11.8125rem 7.25rem;
  margin-top: -1px;
}
@media screen and (min-width: 768px) {
  .p-candidate {
    background-image: url(../images/common/candidate-bg--pc.webp);
    padding-block: 13.75rem 17.25rem;
  }
}
.p-candidate::before, .p-candidate::after {
  content: "";
  position: absolute;
}
.p-candidate::before {
  top: -45px;
  top: -2.8125rem;
  left: 0;
  width: 150px;
  width: 9.375rem;
  aspect-ratio: 150/220.5;
  background: url(../images/common/candidate-image--01.webp) center/contain no-repeat;
  border-radius: 0 0.6875rem 0.6875rem 0;
}
@media screen and (min-width: 768px) {
  .p-candidate::before {
    top: -0.3125rem;
    width: 20.625rem;
    border-radius: 0 1.5rem 1.5rem 0;
  }
}
.p-candidate::after {
  top: 52px;
  top: 3.25rem;
  right: 0;
  width: 105px;
  width: 6.5625rem;
  aspect-ratio: 105/153;
  background: url(../images/common/candidate-image--02.webp) center/contain no-repeat;
  border-radius: 0.625rem 0 0 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-candidate::after {
    top: 19.25rem;
    width: 15.5rem;
    border-radius: 1.5rem 0 0 1.5rem;
  }
}

@media screen and (min-width: 768px) {
  .p-candidate__inner {
    max-width: 56.625rem;
  }
}

.p-candidate__title {
  text-align: center;
}

.p-candidate__text {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 0.125rem;
  background: -webkit-gradient(linear, left top, right top, color-stop(46.73%, #FFF), to(#C0FEFF));
  background: linear-gradient(90deg, #FFF 46.73%, #C0FEFF 100%);
  color: #0D8DE5;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.5;
  padding-inline: 4px;
  padding-inline: 0.25rem;
  margin: 40px auto 0;
  margin: 2.5rem auto 0;
}
@media screen and (min-width: 768px) {
  .p-candidate__text {
    border-radius: 0.25rem;
    font-size: 2.25rem;
    padding-inline: 0.5rem;
    margin-top: 4.5rem;
  }
}
.p-candidate__text::before {
  content: "";
  position: absolute;
  top: -41px;
  top: -2.5625rem;
  left: -60px;
  left: -3.75rem;
  width: 148px;
  width: 9.25rem;
  aspect-ratio: 315/129;
  background: url(../images/common/candidate-text.webp) center/contain no-repeat;
}
@media screen and (min-width: 768px) {
  .p-candidate__text::before {
    top: -4.375rem;
    left: -13.5625rem;
    width: 19.6875rem;
  }
}

.p-candidate__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px 14px;
  gap: 0.75rem 0.875rem;
  margin-top: 30px;
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-candidate__list {
    grid-template-columns: repeat(3, 1fr);
    gap: 1.75rem 1.25rem;
    margin-top: 4rem;
  }
}

.p-candidate__item {
  height: 132px;
  height: 8.25rem;
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 13px;
  gap: 0.8125rem;
  border-radius: 0.9375rem;
  background: linear-gradient(133deg, #FFF 68.33%, #C0FEFF 103.18%);
}
@media screen and (min-width: 768px) {
  .p-candidate__item {
    height: 15.75rem;
    gap: 1.75rem;
    border-radius: 2rem;
  }
}
.p-candidate__item:last-child {
  grid-column: 1/3;
}
@media screen and (min-width: 768px) {
  .p-candidate__item:last-child {
    grid-column: 2/4;
  }
}

.p-candidate__item-image.--01 {
  width: 65px;
  width: 4.0625rem;
}
@media screen and (min-width: 768px) {
  .p-candidate__item-image.--01 {
    width: 8.75rem;
  }
}
.p-candidate__item-image.--02 {
  width: 66px;
  width: 4.125rem;
}
@media screen and (min-width: 768px) {
  .p-candidate__item-image.--02 {
    width: 8.875rem;
  }
}
.p-candidate__item-image.--03 {
  width: 26px;
  width: 1.625rem;
}
@media screen and (min-width: 768px) {
  .p-candidate__item-image.--03 {
    width: 3.5rem;
  }
}
.p-candidate__item-image.--04 {
  width: 40px;
  width: 2.5rem;
  margin-right: 3px;
  margin-right: 0.1875rem;
}
@media screen and (min-width: 768px) {
  .p-candidate__item-image.--04 {
    width: 5.375rem;
    margin-right: 0.375rem;
  }
}
.p-candidate__item-image.--05 {
  width: 30px;
  width: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-candidate__item-image.--05 {
    width: 4rem;
  }
}

.p-candidate__item-title {
  text-align: center;
  color: #0D8DE5;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.3;
}
@media screen and (min-width: 768px) {
  .p-candidate__item-title {
    font-size: 1.25rem;
  }
}

.p-career {
  background: url(../images/common/career-bg--sp.webp) center/cover no-repeat;
  border-radius: 8.25rem 0 0 0;
  padding-block: 96px;
  padding-block: 6rem;
  margin-top: -132px;
  margin-top: -8.25rem;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p-career {
    background-image: url(../images/common/career-bg--pc.webp);
    border-radius: 17.5rem 0 0 0;
    padding-block: 7.5rem 6.5rem;
    margin-top: -17.5rem;
    height: 100dvh;
    min-height: 55.5625rem;
  }
}

.p-career__head {
  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;
  gap: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-career__head {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 5.8125rem;
  }
}

.p-career__lead {
  color: #fff;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.7;
}
@media screen and (min-width: 768px) {
  .p-career__lead {
    font-size: 1.125rem;
  }
}

.p-career__list {
  margin-top: 32px;
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .p-career__list {
    margin-top: 4rem;
  }
}

.p-career__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; /* 要素を横並び */
  height: auto; /* 要素の高さ */
  gap: 40px;
  gap: 2.5rem;
}

.pin-spacer {
  background: -webkit-gradient(linear, left top, right top, from(#1190E6), to(#54C9FE));
  background: linear-gradient(to right, #1190E6, #54C9FE);
}
@media screen and (min-width: 768px) {
  .pin-spacer {
    background: #0C8CE4;
  }
}

.p-career__item {
  position: relative;
  height: 637px;
  height: 39.8125rem;
  border-radius: 2rem;
  background-color: #fff;
  width: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .p-career__item {
    height: 27.125rem;
    padding-top: 6rem;
    z-index: 0;
  }
}

.p-career__item-image {
  display: block;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .p-career__item-image {
    position: absolute;
    top: 0;
    right: 0;
    width: 36.1875rem !important;
    margin-bottom: 0 !important;
    z-index: -1;
  }
}
.p-career__item-image.--01 {
  width: 298px;
  width: 18.625rem;
  margin-bottom: 6px;
  margin-bottom: 0.375rem;
}
.p-career__item-image.--02 {
  width: 284px;
  width: 17.75rem;
  margin-bottom: 19px;
  margin-bottom: 1.1875rem;
}
.p-career__item-image.--03 {
  width: 297px;
  width: 18.5625rem;
  margin-bottom: 34px;
  margin-bottom: 2.125rem;
}
.p-career__item-image img {
  border-radius: 0 2rem 0 0;
}
@media screen and (min-width: 768px) {
  .p-career__item-image img {
    border-radius: 0 2rem 2rem 0;
  }
}

.p-career__item-content {
  padding-inline: 32px;
  padding-inline: 2rem;
}
@media screen and (min-width: 768px) {
  .p-career__item-content {
    padding-inline: 4rem 0;
  }
}

.p-career__item-head {
  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;
  gap: 0.5rem;
}
@media screen and (min-width: 768px) {
  .p-career__item-head {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.p-career__item-label {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 29px;
  height: 1.8125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 1.75rem;
  background-color: #ECF5FF;
  color: #09416E;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.3;
  padding-inline: 24px;
  padding-inline: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-career__item-label {
    height: 2.5625rem;
    font-size: 1.25rem;
  }
}

.p-career__item-title {
  color: #09416E;
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 41px;
  line-height: 2.5625rem;
}
@media screen and (min-width: 768px) {
  .p-career__item-title {
    font-size: 2rem;
  }
}

.p-career__item-text--small {
  color: #09416E;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.67;
  margin-top: 24px;
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-career__item-text--small {
    font-size: 1rem;
    line-height: 1.56;
    margin-top: 2rem;
  }
}

.p-career__item-text {
  -webkit-text-decoration: underline #C2FEFF;
          text-decoration: underline #C2FEFF;
  text-decoration-thickness: 11px;
  text-decoration-thickness: 0.6875rem;
  text-underline-offset: -3px;
  text-underline-offset: -0.1875rem;
  color: #0D8DE5;
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 500;
  line-height: 1.5;
  margin: 29px 0 0 8px;
  margin: 1.8125rem 0 0 0.5rem;
}
@media screen and (min-width: 768px) {
  .p-career__item-text {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    border-radius: 0.25rem;
    background: -webkit-gradient(linear, left top, right top, color-stop(46.73%, #FFF), to(#C0FEFF));
    background: linear-gradient(90deg, #FFF 46.73%, #C0FEFF 100%);
    text-decoration: unset;
    font-size: 2.625rem;
    padding-inline: 0.5rem;
    margin: 3rem 0 0;
  }
}

.p-contact {
  position: relative;
  border-radius: 0 0 4rem 4rem;
  background-color: #E3EEF1;
  padding-block: 182px 88px;
  padding-block: 11.375rem 5.5rem;
  margin-top: -2px;
}
@media screen and (min-width: 768px) {
  .p-contact {
    padding-block: 7.5rem;
  }
}
.p-contact::before {
  content: "";
  position: absolute;
  top: -14px;
  top: -0.875rem;
  right: 2px;
  right: 0.125rem;
  width: 257px;
  width: 16.0625rem;
  aspect-ratio: 257/249;
  background: url(../images/common/contact-image.webp) center/contain no-repeat;
}
@media screen and (min-width: 768px) {
  .p-contact::before {
    top: -7.25rem;
    right: 4.75rem;
    width: 27.75rem;
  }
}
.p-contact.--confirm {
  padding-block: 88px;
  padding-block: 5.5rem;
}
@media screen and (min-width: 768px) {
  .p-contact.--confirm {
    padding-block: 7.5rem;
  }
}
.p-contact.--confirm::before {
  display: none;
}

@media screen and (min-width: 768px) {
  .p-contact__inner {
    max-width: 56.625rem;
  }
}
.p-contact__inner.--confirm {
  text-align: center;
}

.p-contact__lead {
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.75px;
  letter-spacing: 0.046875rem;
  margin-top: 47px;
  margin-top: 2.9375rem;
}
@media screen and (min-width: 768px) {
  .p-contact__lead {
    font-size: 1.125rem;
    letter-spacing: 0.05625rem;
    margin-top: 3.5rem;
  }
}
.p-contact__lead.--thanks {
  text-align: center;
}

.p-contact__list {
  margin-top: 47px;
  margin-top: 2.9375rem;
}
@media screen and (min-width: 768px) {
  .p-contact__list {
    margin-top: 3.5rem;
  }
}

.p-contact__item {
  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;
  gap: 8px;
  gap: 0.5rem;
  border-bottom: 1px solid #A2A2A2;
  padding-bottom: 17px;
  padding-bottom: 1.0625rem;
}
@media screen and (min-width: 768px) {
  .p-contact__item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 2rem;
    padding-bottom: 1.9375rem;
  }
}
.p-contact__item + .p-contact__item {
  margin-top: 18px;
  margin-top: 1.125rem;
}
@media screen and (min-width: 768px) {
  .p-contact__item + .p-contact__item {
    margin-top: 2rem;
  }
}
.p-contact__item::before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 236px;
  width: 14.75rem;
  height: 1px;
  background-color: #0D8DE5;
}
.p-contact__item:has(.p-contact__error) {
  padding-bottom: 34px;
  padding-bottom: 2.125rem;
}
@media screen and (min-width: 768px) {
  .p-contact__item:has(.p-contact__error) {
    padding-bottom: 3rem;
  }
}
.p-contact__item:not(:has(.is-invalid)) .p-contact__error {
  display: none;
}
.p-contact__item:has(.p-contact__item-check) .p-contact__error {
  top: 72px;
  top: 4.5rem;
}
@media screen and (min-width: 768px) {
  .p-contact__item:has(.p-contact__item-check) .p-contact__error {
    top: 3.125rem;
  }
}

.p-contact__item-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  gap: 0.5rem;
}
@media screen and (min-width: 768px) {
  .p-contact__item-title {
    gap: 2rem;
    margin-top: 0.25rem;
  }
}

.p-contact__item-label {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.7px;
  letter-spacing: 0.04375rem;
}
@media screen and (min-width: 768px) {
  .p-contact__item-label {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 14.6875rem;
    font-size: 1rem;
    letter-spacing: 0.05rem;
  }
}

.p-contact__item-required {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: 22px;
  height: 1.375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 0.125rem;
  background-color: #F55655;
  color: #fff;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.6px;
  letter-spacing: 0.0375rem;
  padding-inline: 8px;
  padding-inline: 0.5rem;
}
.p-contact__item-required.--gray {
  background-color: #CCC;
}

.p-contact__item-input-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  gap: 0.75rem;
}
@media screen and (min-width: 768px) {
  .p-contact__item-input-wrapper {
    gap: 1rem;
  }
}
.p-contact__item-input-wrapper.--date {
  gap: 8px;
  gap: 0.5rem;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (min-width: 768px) {
  .p-contact__item-input-wrapper.--date {
    gap: 1rem;
  }
}
@media screen and (min-width: 768px) {
  .p-contact__item-input-wrapper.--date .p-contact__item-input {
    max-width: 7.1875rem;
  }
  .p-contact__item-input-wrapper.--date .p-contact__item-input:nth-of-type(1) {
    max-width: 9.0625rem;
  }
}

.p-contact__item-input {
  width: 100%;
  height: 40px;
  height: 2.5rem;
  outline-color: #0D8DE5;
  border-radius: 0.125rem;
  border: 1px solid rgba(20, 28, 97, .25);
  background-color: #fff;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.4;
  padding-inline: 10px;
  padding-inline: 0.625rem;
}
.p-contact__item-input.is-invalid {
  border-color: #F55655;
}
@media screen and (min-width: 768px) {
  .p-contact__item-input {
    max-width: 32.3125rem;
    font-size: 1rem;
    padding-inline: 0.9375rem;
  }
}
.p-contact__item-input.--textarea {
  height: 160px;
  height: 10rem;
  padding-block: 5px;
  padding-block: 0.3125rem;
}
@media screen and (min-width: 768px) {
  .p-contact__item-input.--textarea {
    height: 13rem;
    padding-block: 0.625rem;
  }
}
.p-contact__item-input::-webkit-input-placeholder {
  color: rgba(0, 0, 0, .25);
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.7px;
  letter-spacing: 0.04375rem;
}
.p-contact__item-input::-moz-placeholder {
  color: rgba(0, 0, 0, .25);
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.7px;
  letter-spacing: 0.04375rem;
}
.p-contact__item-input::-ms-input-placeholder {
  color: rgba(0, 0, 0, .25);
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.7px;
  letter-spacing: 0.04375rem;
}
.p-contact__item-input::placeholder {
  color: rgba(0, 0, 0, .25);
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.7px;
  letter-spacing: 0.04375rem;
}
@media screen and (min-width: 768px) {
  .p-contact__item-input::-webkit-input-placeholder {
    font-size: 1rem;
    letter-spacing: 0.05rem;
  }
  .p-contact__item-input::-moz-placeholder {
    font-size: 1rem;
    letter-spacing: 0.05rem;
  }
  .p-contact__item-input::-ms-input-placeholder {
    font-size: 1rem;
    letter-spacing: 0.05rem;
  }
  .p-contact__item-input::placeholder {
    font-size: 1rem;
    letter-spacing: 0.05rem;
  }
}
.p-contact__item-input.--confirm {
  border: none;
  background-color: unset;
  line-height: 2;
}

.p-contact__error {
  position: absolute;
  top: 86px;
  top: 5.375rem;
  left: 0;
  color: #F55655;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-contact__error {
    top: 3.625rem;
    left: 21.25rem;
    font-size: 0.875rem;
  }
}

.p-contact__item-check.is-invalid::before {
  border-color: #F55655;
}

.p-contact__item-input-text {
  color: rgba(0, 0, 0, .25);
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.7px;
  letter-spacing: 0.04375rem;
}
@media screen and (min-width: 768px) {
  .p-contact__item-input-text {
    font-size: 1rem;
    letter-spacing: 0.05rem;
  }
}

.p-contact__item-check {
  position: relative;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 500;
  line-height: 2.15;
  letter-spacing: 0.65px;
  letter-spacing: 0.040625rem;
  padding-left: 36px;
  padding-left: 2.25rem;
}
@media screen and (min-width: 768px) {
  .p-contact__item-check {
    font-size: 0.875rem;
    line-height: 2;
    letter-spacing: 0.04375rem;
    margin-top: 0.375rem;
  }
}
.p-contact__item-check::before, .p-contact__item-check::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  translate: 0 -50%;
}
.p-contact__item-check::before {
  width: 24px;
  width: 1.5rem;
  height: 24px;
  height: 1.5rem;
  border-radius: 0.125rem;
  border: 1px solid rgba(20, 28, 97, .25);
  background-color: #fff;
}
.p-contact__item-check::after {
  left: 4px;
  left: 0.25rem;
  width: 16px;
  width: 1rem;
  height: 12px;
  height: 0.75rem;
  background: url(../images/common/check-icon.webp) no-repeat center center/contain;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.p-contact__item-check:has(.p-contact__item-check-box:checked)::after {
  opacity: 1;
}

.p-contact__item-check-box {
  width: 1px;
  height: 1px;
  position: absolute;
  clip: rect(0, 0, 0, 0);
  overflow: hidden;
}

.p-contact__item-text-wrapper {
  height: 208px;
  height: 13rem;
  border-radius: 0.125rem;
  border: 1px solid rgba(20, 28, 97, .25);
  background-color: #fff;
  padding: 20px 10px;
  padding: 1.25rem 0.625rem;
  overflow-y: scroll;
}
@media screen and (min-width: 768px) {
  .p-contact__item-text-wrapper {
    max-width: 32.3125rem;
    margin-left: auto;
  }
}

.p-contact__item-text {
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.65px;
  letter-spacing: 0.040625rem;
}
.p-contact__item-text .--link {
  text-decoration: underline;
  font-weight: 700;
}

.p-contact__item-button {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 256px;
  min-width: 16rem;
  height: 77px;
  height: 4.8125rem;
  display: grid;
  place-items: center;
  border-radius: 5rem;
  background: linear-gradient(94deg, #0C8CE4 28.46%, #54C9FE 90.43%);
  -webkit-box-shadow: 0 0.3125rem 0.5375rem 0 rgba(0, 0, 0, .05);
          box-shadow: 0 0.3125rem 0.5375rem 0 rgba(0, 0, 0, .05);
  color: #fff;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  padding-inline: 64px;
  padding-inline: 4rem;
  margin: 47px auto 0;
  margin: 2.9375rem auto 0;
}
.p-contact__item-button::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  right: 1.25rem;
  translate: 0 -50%;
  scale: 0;
  width: 34px;
  width: 2.125rem;
  height: 34px;
  height: 2.125rem;
  background: url(../images/common/button-arrow-icon.webp) center/contain no-repeat;
  z-index: 2;
  -webkit-transition: scale 0.4s;
  transition: scale 0.4s;
}
.p-contact__item-button::after {
  content: "確認画面へ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: grid;
  place-items: center;
  border-radius: 5rem;
  background-color: #fff;
  color: #333;
  z-index: 0;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.p-contact__item-button.--confirm {
  margin: 0;
}
.p-contact__item-button.--confirm::after {
  content: "送信する";
}
.p-contact__item-button.--thanks::after {
  content: "トップページへ戻る";
}
@media (any-hover: hover) {
  .p-contact__item-button:hover {
    opacity: 1;
  }
  .p-contact__item-button:hover::before {
    scale: 1;
  }
  .p-contact__item-button:hover::after {
    opacity: 0;
  }
  .p-contact__item-button:hover .--icon::before {
    scale: 0;
  }
  .p-contact__item-button:hover .--icon::after {
    scale: 1;
  }
}
.p-contact__item-button .--icon {
  position: absolute;
  top: 50%;
  right: 20px;
  right: 1.25rem;
  translate: 0 -50%;
  width: 34px;
  width: 2.125rem;
  height: 34px;
  height: 2.125rem;
  z-index: 1;
}
.p-contact__item-button .--icon::before, .p-contact__item-button .--icon::after {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 50%;
  margin: auto;
  -webkit-transition: scale 0.4s;
  transition: scale 0.4s;
}
.p-contact__item-button .--icon::before {
  background: linear-gradient(115deg, #54C9FE 32.45%, #0C8CE4 79.81%);
}
.p-contact__item-button .--icon::after {
  scale: 0.24;
  background-color: #fff;
}

.p-contact__item-button-wrapper {
  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;
  gap: 40px;
  gap: 2.5rem;
  margin-top: 47px;
  margin-top: 2.9375rem;
}
@media screen and (min-width: 768px) {
  .p-contact__item-button-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: unset;
        -ms-flex-align: unset;
            align-items: unset;
    margin-top: 3.5rem;
  }
}

.p-description {
  position: relative;
  background-color: #25A1ED;
  padding-top: 48px;
  padding-top: 3rem;
  margin-top: -1px;
  overflow: hidden;
  z-index: 0;
}

@media screen and (min-width: 768px) {
  .p-description__inner {
    max-width: 56.625rem;
  }
}

.p-description__box {
  border-radius: 1.5rem;
  background-color: #fff;
  padding: 40px 32px 48px;
  padding: 2.5rem 2rem 3rem;
  margin-top: 32px;
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .p-description__box {
    padding: 4.5rem;
    margin-top: 3rem;
  }
}

.p-description__box-title {
  border-left: 6px solid #09416E;
  color: #09416E;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0.72px;
  letter-spacing: 0.045rem;
  padding-left: 18px;
  padding-left: 1.125rem;
}
@media screen and (min-width: 768px) {
  .p-description__box-title {
    font-size: 1.5rem;
    letter-spacing: 0.06rem;
  }
}

.p-description__list {
  margin-top: 24px;
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-description__list {
    margin-top: 3.5rem;
  }
}

.p-description__item {
  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: 768px) {
  .p-description__item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 2.5rem;
  }
}
.p-description__item + .p-description__item {
  border-top: 1px solid #A2A2A2;
  padding-top: 17px;
  padding-top: 1.0625rem;
  margin-top: 18px;
  margin-top: 1.125rem;
}
@media screen and (min-width: 768px) {
  .p-description__item + .p-description__item {
    padding-top: 2.1875rem;
    margin-top: 2.25rem;
  }
}
.p-description__item + .p-description__item::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  width: 236px;
  width: 14.75rem;
  height: 1px;
  background-color: #09416E;
}
.p-description__item dt {
  color: #09416E;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.28px;
  letter-spacing: 0.0175rem;
}
@media screen and (min-width: 768px) {
  .p-description__item dt {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 8.125rem;
    font-size: 1rem;
    letter-spacing: 0.02rem;
  }
}
.p-description__item dd {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0.28px;
  letter-spacing: 0.0175rem;
}
@media screen and (min-width: 768px) {
  .p-description__item dd {
    font-size: 1rem;
    letter-spacing: 0.02rem;
  }
}

.p-description__slider {
  rotate: -8.5deg;
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-description__slider {
    margin: 4rem -1.25rem 0;
  }
}

.p-description__slide-wrapper {
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}

.p-description__slide {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.p-description__slide + .p-description__slide {
  margin-left: 20px;
  margin-left: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-description__slide + .p-description__slide {
    margin-left: 2.5rem;
  }
}

.p-description__slide-text {
  white-space: nowrap;
  text-transform: uppercase;
  color: rgba(255, 255, 255, .24);
  font-family: "Josefin Sans", sans-serif;
  font-size: 57px;
  font-size: 3.5625rem;
  font-weight: 600;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .p-description__slide-text {
    font-size: 8.25rem;
  }
}

.p-description__image {
  width: 100%;
  display: block;
  margin-top: -44px;
  margin-top: -2.75rem;
}
@media screen and (min-width: 768px) {
  .p-description__image {
    margin-top: -8.4375rem;
  }
}

.p-job {
  background: linear-gradient(94deg, #0C8CE4 28.46%, #54C9FE 90.43%);
  padding-block: 296px 180px;
  padding-block: 18.5rem 11.25rem;
  margin-top: -232px;
  margin-top: -14.5rem;
}
@media screen and (min-width: 768px) {
  .p-job {
    padding-block: 32.25rem 22.625rem;
    margin-top: -26.25rem;
  }
}

.p-job__title-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 31px;
  gap: 1.9375rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-job__title-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.p-job__title-wrap::after {
  position: absolute;
  content: "";
  background: url(../images/common/job-icon--02.webp) center center/contain no-repeat;
  bottom: 60.47px;
  bottom: 3.779375rem;
  left: 45.58px;
  left: 2.84875rem;
  width: 101.7px;
  width: 6.35625rem;
  height: 18.18px;
  height: 1.13625rem;
  -webkit-transform: rotate(44.212deg);
          transform: rotate(44.212deg);
}
@media screen and (min-width: 768px) {
  .p-job__title-wrap::after {
    width: 9.375rem;
    height: 1.6875rem;
    left: 25.375rem;
    bottom: 5.625rem;
    -webkit-transform: rotate(36.475deg);
            transform: rotate(36.475deg);
  }
}

@media screen and (min-width: 768px) {
  .p-job__title {
    margin-top: 7.25rem;
  }
}

.p-job__title--en {
  font-size: 17.136px;
  font-size: 1.071rem;
  margin-bottom: 8px;
  margin-bottom: 0.5rem;
}
@media screen and (min-width: 768px) {
  .p-job__title--en {
    font-size: 1.5rem;
    margin-bottom: 0.75rem;
  }
}

@media screen and (min-width: 768px) {
  .p-job__title--ja {
    font-size: 2.5rem;
  }
}

.p-job__title-image {
  width: 373px;
  width: 23.3125rem;
  margin-right: calc(50% - 50vw);
  margin-left: auto;
  margin-bottom: 105px;
  margin-bottom: 6.5625rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-job__title-image {
    width: 41.375rem;
  }
}
.p-job__title-image img {
  border-radius: 10.25rem 0 0 10.25rem;
}
@media screen and (min-width: 768px) {
  .p-job__title-image img {
    border-radius: 14.375rem 0 0 14.375rem;
  }
}
.p-job__title-image::before {
  position: absolute;
  content: "";
  background: url(../images/common/job-icon--01.webp) center center/contain no-repeat;
  top: 88px;
  top: 5.5rem;
  left: -51px;
  left: -3.1875rem;
  width: 146px;
  width: 9.125rem;
  height: 76px;
  height: 4.75rem;
}
@media screen and (min-width: 768px) {
  .p-job__title-image::before {
    top: 6.25rem;
    left: -4.5rem;
    width: 15.5rem;
    height: 8.125rem;
  }
}

.p-job__list {
  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: 768px) {
  .p-job__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 6.25rem;
  }
}

.p-job__item-image {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  width: 100%;
  margin-block: 33px 16px;
  margin-block: 2.0625rem 1rem;
}
@media screen and (min-width: 768px) {
  .p-job__item-image {
    -webkit-box-ordinal-group: unset;
        -ms-flex-order: unset;
            order: unset;
    width: 29rem;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-block: unset;
  }
}

.p-job__item-lead {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.96px;
  letter-spacing: 0.06rem;
}
@media screen and (min-width: 768px) {
  .p-job__item-lead {
    font-size: 2rem;
    line-height: 1.5;
    letter-spacing: 0.08rem;
    -webkit-box-ordinal-group: unset;
        -ms-flex-order: unset;
            order: unset;
    margin-block: 1.6875rem 2rem;
  }
}

.p-job__item-text {
  display: contents;
}
@media screen and (min-width: 768px) {
  .p-job__item-text {
    display: block;
  }
}

.p-job__item-box {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  padding: 32px 32px 40px;
  padding: 2rem 2rem 2.5rem;
  border-radius: 1.5059375rem;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12.8px;
  gap: 0.8rem;
}
@media screen and (min-width: 768px) {
  .p-job__item-box {
    -webkit-box-ordinal-group: unset;
        -ms-flex-order: unset;
            order: unset;
  }
}

.p-job__box-title {
  color: #0D8DE5;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .p-job__box-title {
    font-size: 1.5rem;
  }
}

.p-job__box-text {
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .p-job__box-text {
    font-size: 1rem;
  }
}
.p-job__box-text span {
  display: inline;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  -webkit-text-decoration-color: #C2FEFF;
          text-decoration-color: #C2FEFF;
  text-decoration-thickness: 8px;
  text-decoration-thickness: 0.5rem;
  text-underline-offset: -3px;
  text-underline-offset: -0.1875rem;
}

.p-job__box-item {
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .p-job__box-item {
    font-size: 1rem;
  }
}
.p-job__box-item span {
  display: inline;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  -webkit-text-decoration-color: #C2FEFF;
          text-decoration-color: #C2FEFF;
  text-decoration-thickness: 8px;
  text-decoration-thickness: 0.5rem;
  text-underline-offset: -3px;
  text-underline-offset: -0.1875rem;
}

.p-job__rewards {
  margin-top: 56px;
  margin-top: 3.5rem;
}
@media screen and (min-width: 768px) {
  .p-job__rewards {
    margin-top: 2.6875rem;
  }
}

.p-job__rewards-title {
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0.8px;
  letter-spacing: 0.05rem;
  padding-left: 13.5px;
  padding-left: 0.84375rem;
  border-left: 4.5px solid #FFF;
  border-left: 0.28125rem solid #FFF;
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-job__rewards-title {
    font-size: 1.75rem;
    line-height: 1.25;
    letter-spacing: 0.07rem;
  }
}

.p-job__rewards-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: 16px;
  gap: 1rem;
}
@media screen and (min-width: 768px) {
  .p-job__rewards-list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 1.9375rem;
  }
}

.p-job__rewards-item {
  padding: 32px 20px 40px 20px;
  padding: 2rem 1.25rem 2.5rem 1.25rem;
  border-radius: 1.125rem;
  background: #fff;
  -webkit-box-shadow: 3.012px 3.012px 13.026px 0 rgba(0, 0, 0, .15);
          box-shadow: 3.012px 3.012px 13.026px 0 rgba(0, 0, 0, .15);
  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;
}
@media screen and (min-width: 768px) {
  .p-job__rewards-item {
    width: 33.3%;
    padding: 2rem 1.75rem;
  }
}

.p-job__rewards-number {
  color: #fff;
  text-align: center;
  font-family: "Josefin Sans", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.8px;
  letter-spacing: 0.05rem;
  border-radius: 1.6941875rem;
  border: 0.753px solid #fff;
  background: linear-gradient(94deg, #0C8CE4 28.46%, #54C9FE 90.43%);
  display: inline-block;
  padding: 3px 18px 0 18px;
  padding: 0.1875rem 1.125rem 0 1.125rem;
  margin-bottom: 15px;
  margin-bottom: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .p-job__rewards-number {
    padding: 0.25rem 1.5rem 0 1.5rem;
  }
}

.p-job__rewards-image {
  width: 161px;
  width: 10.0625rem;
  margin-bottom: 16px;
  margin-bottom: 1rem;
}

.p-job__rewards-lead {
  color: #333;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 8px;
  margin-bottom: 0.5rem;
}
.p-job__rewards-lead span {
  color: #0D8DE5;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.5;
}

.p-job__rewards-text {
  color: #333;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.75px;
  letter-spacing: 0.046875rem;
}
@media screen and (min-width: 768px) {
  .p-job__rewards-text {
    text-align: left;
  }
}

.p-job__slider {
  margin-top: -30px;
  margin-top: -1.875rem;
}
@media screen and (min-width: 768px) {
  .p-job__slider {
    margin-top: -4.625rem;
  }
}

.p-job__slide-wrapper {
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}

.p-job__slide {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.p-job__slide + .p-job__slide {
  margin-left: 20px;
  margin-left: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-job__slide + .p-job__slide {
    margin-left: 2.5rem;
  }
}

.p-job__slide-text {
  white-space: nowrap;
  color: rgba(255, 255, 255, .24);
  font-family: "Josefin Sans", sans-serif;
  font-size: 95px;
  font-size: 5.9375rem;
  font-weight: 600;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .p-job__slide-text {
    font-size: 8.25rem;
  }
}

.p-main-visual {
  position: relative;
  background: url(../images/common/main-visual-bg--sp.webp) center/cover no-repeat;
  padding-block: 50.2272727273vw 8.1818181818vw;
  z-index: 0;
}
@media screen and (min-width: 768px) {
  .p-main-visual {
    background-image: url(../images/common/main-visual-bg--pc.webp);
    padding-block: 18.3333333333vw 9.5833333333vw;
    overflow: hidden;
  }
}

.p-main-visual__text {
  width: 53.8636363636vw;
  margin-left: 7.9545454545vw;
}
@media screen and (min-width: 768px) {
  .p-main-visual__text {
    width: 29.1666666667vw;
    margin-left: 42.2222222222vw;
  }
}

.p-main-visual__heading {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #fff;
  font-size: 9.3181818182vw;
  font-style: italic;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: -0.3636363636vw;
  margin: -2.2727272727vw 0.4545454545vw 0 auto;
}
@media screen and (min-width: 768px) {
  .p-main-visual__heading {
    font-size: 5.6944444444vw;
    letter-spacing: -0.2222222222vw;
    margin: -0.9722222222vw 0.9722222222vw 0 auto;
  }
}
.p-main-visual__heading .--small {
  font-size: 6.5909090909vw;
}
@media screen and (min-width: 768px) {
  .p-main-visual__heading .--small {
    font-size: 4.0277777778vw;
  }
}
.p-main-visual__heading .--large {
  font-size: 10.2272727273vw;
}
@media screen and (min-width: 768px) {
  .p-main-visual__heading .--large {
    font-size: 6.3194444444vw;
  }
}

.p-main-visual__foot {
  position: relative;
  padding: 21.3636363636vw 0 0 4.5454545455vw;
  z-index: 0;
}
@media screen and (min-width: 768px) {
  .p-main-visual__foot {
    padding: 0vw 0 0 14.1666666667vw;
  }
}

.p-main-visual__foot-image {
  position: absolute;
  z-index: -1;
}
.p-main-visual__foot-image.--01 {
  top: 5.4545454545vw;
  left: 43.4090909091vw;
  width: 21.5909090909vw;
}
@media screen and (min-width: 768px) {
  .p-main-visual__foot-image.--01 {
    top: 0.625vw;
    left: -0.2777777778vw;
    width: 17.9166666667vw;
  }
}
.p-main-visual__foot-image.--02 {
  top: 5.4545454545vw;
  left: 64.3181818182vw;
  width: 32.0454545455vw;
}
@media screen and (min-width: 768px) {
  .p-main-visual__foot-image.--02 {
    top: -0.4861111111vw;
    left: 65.2777777778vw;
    width: 28.4027777778vw;
  }
}

.p-main-visual__foot-title .--text {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  background-color: #fff;
  border-radius: 0.6818181818vw;
  color: #0D8DE5;
  font-size: 6.3636363636vw;
  font-weight: 700;
  line-height: 1;
  padding: 0.6818181818vw 1.1363636364vw 1.1363636364vw;
}
@media screen and (min-width: 768px) {
  .p-main-visual__foot-title .--text {
    border-radius: 0.2083333333vw;
    font-size: 2.5vw;
    padding: 0.2777777778vw 0.4861111111vw 0.4861111111vw;
  }
}
.p-main-visual__foot-title .--text + .--text {
  margin-top: 2.0454545455vw;
}
@media screen and (min-width: 768px) {
  .p-main-visual__foot-title .--text + .--text {
    margin-top: 0.8333333333vw;
  }
}

.p-main-visual__foot-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-size: 2.7272727273vw;
  font-weight: 700;
  line-height: 1;
  margin-top: 4.0909090909vw;
}
@media screen and (min-width: 768px) {
  .p-main-visual__foot-text {
    font-size: 1.6666666667vw;
    margin-top: 2.0833333333vw;
  }
}
.p-main-visual__foot-text .--border {
  height: 9.0909090909vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #fff;
  -webkit-box-shadow: 1px 1px 2px 0 rgba(0, 95, 160, .74);
          box-shadow: 1px 1px 2px 0 rgba(0, 95, 160, .74);
  text-shadow: 1px 1px 2px rgba(0, 0, 0, .17);
  font-size: 3.1818181818vw;
  font-weight: 900;
  line-height: 1.68;
  padding-inline: 2.7272727273vw;
  margin-right: 1.3636363636vw;
}
@media screen and (min-width: 768px) {
  .p-main-visual__foot-text .--border {
    height: 5.3472222222vw;
    border: 2px solid #FFF;
    -webkit-box-shadow: 2px 2px 4px 0 rgba(0, 95, 160, .74);
            box-shadow: 2px 2px 4px 0 rgba(0, 95, 160, .74);
    font-size: 1.9444444444vw;
    padding-inline: 1.5972222222vw;
    margin-right: 0.8333333333vw;
  }
}
.p-main-visual__foot-text .--border:last-child {
  margin-right: 2.0454545455vw;
}
@media screen and (min-width: 768px) {
  .p-main-visual__foot-text .--border:last-child {
    margin-right: 1.25vw;
  }
}

@media screen and (max-width: 767px) {
  .u-hidden-sp {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .u-hidden-pc {
    display: none;
  }
}
/*# sourceMappingURL=styles.css.map */
