@charset "UTF-8";
/* リキッドレイアウト対応 */
body {
  font-family: "Noto Sans JP", sans-serif;
  overflow-x: hidden;
}

.u-desktop {
  display: none;
}
@media screen and (min-width: 768px) {
  .u-desktop {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .u-mobile {
    display: none;
  }
}

html {
  font-size: 16px;
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}
@media screen and (min-width: 768px) {
  html {
    font-size: 1.7204301075vw;
  }
}
@media (min-width: 930px) {
  html {
    font-size: 16px;
  }
}

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

/* ホバー */
a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (min-width: 768px) {
  a:hover {
    opacity: 0.8;
  }
}

body {
  opacity: 0;
  -webkit-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}

body.fade-in {
  opacity: 1;
}

@font-face {
  font-family: "Archivo Narrow Local";
  src: url("../fonts/ArchivoNarrow-SemiBold.woff?20260611") format("woff"), url("../fonts/ArchivoNarrow-SemiBold.ttf?20260611") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Archivo Narrow Local";
  src: url("../fonts/ArchivoNarrow-SemiBold.woff?20260611") format("woff"), url("../fonts/ArchivoNarrow-SemiBold.ttf?20260611") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Archivo Narrow Local";
  src: url("../fonts/ArchivoNarrow-SemiBold.woff?20260611") format("woff"), url("../fonts/ArchivoNarrow-SemiBold.ttf?20260611") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Archivo Narrow Local";
  src: url("../fonts/ArchivoNarrow-SemiBold.woff?20260611") format("woff"), url("../fonts/ArchivoNarrow-SemiBold.ttf?20260611") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
*,
*::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 root defaults */
html {
  scroll-behavior: smooth;
}

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

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

/* 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 {
  max-width: 100%;
  display: block;
  width: 100%;
}

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

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

/* Blur images when they have no alt attribute */
img:not([alt]) {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="10" /></filter></svg>#filter');
  -webkit-filter: blur(10px);
          filter: blur(10px);
}

/* フォームリセット */
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

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

select::-ms-expand {
  display: none;
}

.l-inner {
  max-width: 600px;
  max-width: 37.5rem;
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .l-inner {
    max-width: 980px;
    padding-right: 25px;
    padding-left: 25px;
  }
}

.p-access {
  padding-top: 40px;
  padding-top: 2.5rem;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p-access {
    padding-top: 3rem;
  }
}

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

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

.p-access__map {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  width: 100vw;
}

.p-access__map iframe {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
  aspect-ratio: 750/750;
}
@media screen and (min-width: 768px) {
  .p-access__map iframe {
    aspect-ratio: 1400/763;
  }
}

.p-check {
  padding-top: 64px;
  padding-top: 4rem;
  padding-bottom: 64px;
  padding-bottom: 4rem;
  overflow-x: clip;
}
@media screen and (min-width: 768px) {
  .p-check {
    padding-top: 2.5rem;
    padding-bottom: 9.75rem;
  }
}

.p-check__content {
  position: relative;
  z-index: 3;
}

.p-check__topText-wrapper {
  margin-top: 36px;
  margin-top: 2.25rem;
}
@media screen and (min-width: 768px) {
  .p-check__topText-wrapper {
    margin-top: 3.5rem;
  }
}

.p-check__textTop {
  line-height: 1.8333333333;
  letter-spacing: 0.05em;
  color: #0B2B4A;
  font-size: 14px;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .p-check__textTop {
    font-size: 1.125rem;
  }
}

.p-check__topText + .p-check__topText {
  margin-top: 28px;
  margin-top: 1.75rem;
}
@media screen and (min-width: 768px) {
  .p-check__topText + .p-check__topText {
    margin-top: 2.5rem;
  }
}

.p-check__text {
  line-height: 1.8125;
  letter-spacing: 0.025em;
  color: #0B2B4A;
  font-size: 14px;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .p-check__text {
    font-size: 1rem;
  }
}

.p-check__block {
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-check__block {
    margin-top: 4.5rem;
  }
}

.p-check__title {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 400;
  letter-spacing: 0.4em;
  line-height: 1;
  color: #fff;
  position: relative;
  z-index: 2;
  padding-top: 8px;
  padding-top: 0.5rem;
  padding-bottom: 8px;
  padding-bottom: 0.5rem;
}
@media screen and (min-width: 768px) {
  .p-check__title {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    font-size: 1.8125rem;
  }
}

.p-check__title::before {
  position: absolute;
  content: "";
  background: #0B2B4A;
  height: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  margin-left: calc(50% - 50vw);
  z-index: -1;
  width: 85vw;
}
@media screen and (min-width: 768px) {
  .p-check__title::before {
    width: 49vw;
  }
}

.p-check__title-img {
  width: 100%;
  margin-top: -16px;
  margin-top: -1rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-check__title-img {
    margin-top: -2.5rem;
  }
}

.p-check__title-img::before {
  position: absolute;
  content: "";
  background: #0B2B4A;
  width: 100vw;
  top: 10%;
  right: calc(50% - 50vw);
  z-index: -1;
  height: 100px;
  height: 6.25rem;
}
@media screen and (min-width: 768px) {
  .p-check__title-img::before {
    height: 19.1875rem;
    left: 2rem;
  }
}

.p-check__title-img img {
  aspect-ratio: 930/331;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
}

.p-check__detail-wrapper {
  margin-top: 40px;
  margin-top: 2.5rem;
}

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

.p-check__detailTitle-wrapper {
  text-align: center;
}

.p-check__detail-text {
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-check__detail-text {
    margin-top: 4.5rem;
  }
}

.p-check__subDetail {
  margin-top: 40px;
  margin-top: 2.5rem;
}

.p-check__subDetail + .p-check__subDetail {
  margin-top: 72px;
  margin-top: 4.5rem;
}

.p-check__subTitle {
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-weight: 400;
  color: #0B2B4A;
  font-size: 20px;
  font-size: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-check__subTitle {
    font-size: 1.5rem;
  }
}

.mt12 {
  margin-top: 12px;
  margin-top: 0.75rem;
}

.p-check__subDetail-images {
  display: grid;
  -webkit-column-gap: 0;
     -moz-column-gap: 0;
          column-gap: 0;
  row-gap: 16px;
  row-gap: 1rem;
  max-width: 620px;
  max-width: 38.75rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 24px;
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-check__subDetail-images {
    margin-top: 2.5rem;
    row-gap: 2.25rem;
    grid-template-columns: repeat(2, 1fr);
  }
}

.p-check__subDetail-img {
  width: 100%;
}

.p-check__subDetail-img img {
  aspect-ratio: 310/250;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
}

.p-check__subDetail-text {
  text-align: center;
  margin-top: 8px;
  margin-top: 0.5rem;
  line-height: 1.8125;
  letter-spacing: 0.025em;
  color: #0B2B4A;
  font-size: 12px;
  font-size: 0.75rem;
}
@media screen and (min-width: 768px) {
  .p-check__subDetail-text {
    font-size: 1rem;
  }
}

.p-check__triple {
  margin-top: 40px;
  margin-top: 2.5rem;
  display: grid;
  gap: 16px;
  gap: 1rem;
}
@media screen and (min-width: 768px) {
  .p-check__triple {
    gap: initial;
    grid-template-columns: repeat(3, 1fr);
  }
}

.p-check__triple-img img {
  aspect-ratio: 310/250;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
}

.p-check__four {
  margin-top: 20px;
  margin-top: 1.25rem;
  display: grid;
  gap: 24px;
  gap: 1.5rem;
  grid-template-columns: repeat(1, 1fr);
}
@media screen and (min-width: 768px) {
  .p-check__four {
    grid-template-columns: repeat(4, 1fr);
  }
}

.p-check__fourImg {
  position: relative;
}

@media screen and (min-width: 768px) {
  .p-check__fourImg::before {
    position: absolute;
    content: "";
    background: url(../images/common/four_arrow.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 0.6875rem;
    aspect-ratio: 14/49;
    -o-object-fit: cover;
       object-fit: cover;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: -1.125rem;
  }
}

.p-check__fourBlock:last-child .p-check__fourImg::before {
  display: none;
}

.p-check__fourImg img {
  aspect-ratio: 204/150;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
}

.p-check__double {
  margin-top: 20px;
  margin-top: 1.25rem;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 20px;
  gap: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-check__double {
    gap: 2.1875rem;
    grid-template-columns: repeat(2, 1fr);
  }
}

.p-check__doubleImg img {
  aspect-ratio: 447/150;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
}

.p-check__single {
  margin-top: 40px;
  margin-top: 2.5rem;
}

.p-check__single img {
  aspect-ratio: 930/387;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
}

.p-check__last {
  margin-top: 40px;
  margin-top: 2.5rem;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 12px;
  gap: 0.75rem;
}
@media screen and (min-width: 768px) {
  .p-check__last {
    grid-template-columns: repeat(3, 1fr);
    gap: initial;
  }
}

.p-check__lastBlock-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}

.p-check__block--bg1,
.p-check__block--bg2,
.p-check__detail--bg3 {
  position: relative;
}

.p-check__block--bg1::before {
  position: absolute;
  content: "";
  background: url(../images/check/check_bg1.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100vw;
  left: calc(50% - 50vw);
  right: calc(50% - 50vw);
  height: auto;
  aspect-ratio: 1400/1727;
  z-index: -1;
  top: -400px;
  top: -25rem;
}
@media screen and (min-width: 768px) {
  .p-check__block--bg1::before {
    top: -75rem;
  }
}

.p-check__block--bg2::before {
  position: absolute;
  content: "";
  background: url(../images/check/check_bg2.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100vw;
  left: calc(50% - 50vw);
  right: calc(50% - 50vw);
  height: auto;
  aspect-ratio: 1400/790;
  z-index: -1;
  top: -16px;
  top: -1rem;
}
@media screen and (min-width: 768px) {
  .p-check__block--bg2::before {
    top: -2rem;
  }
}

.p-check__detail--bg3::before {
  position: absolute;
  content: "";
  background: url(../images/check/check_bg3.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100vw;
  left: calc(50% - 50vw);
  right: calc(50% - 50vw);
  height: auto;
  aspect-ratio: 1400/1727;
  z-index: -1;
  top: 230px;
  top: 14.375rem;
}
@media screen and (min-width: 768px) {
  .p-check__detail--bg3::before {
    top: 33.125rem;
  }
}

.p-company {
  padding-top: 56px;
  padding-top: 3.5rem;
  padding-bottom: 56px;
  padding-bottom: 3.5rem;
}
@media screen and (min-width: 768px) {
  .p-company {
    padding-top: 5rem;
    padding-bottom: 4.5rem;
  }
}

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

.p-company__content {
  margin-top: 32px;
  margin-top: 2rem;
  max-width: 930px;
  max-width: 58.125rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .p-company__content {
    margin-top: 3rem;
  }
}

.p-company__row {
  border-top: 1px solid #b5b5b5;
  padding-top: 4px;
  padding-top: 0.25rem;
  padding-bottom: 4px;
  padding-bottom: 0.25rem;
}
@media screen and (min-width: 768px) {
  .p-company__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.p-company__row:last-child {
  border-bottom: 1px solid #b5b5b5;
}

@media screen and (min-width: 768px) {
  .p-company__dt {
    width: 16.875rem;
    text-align: justify;
    padding-left: 3.5rem;
  }
}

.p-company__text {
  letter-spacing: 0.05em;
  color: #0b2b4a;
  line-height: 1.875;
  font-size: 14px;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .p-company__text {
    font-size: 1rem;
  }
}

@media screen and (min-width: 768px) {
  .p-company__dd {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    width: calc(100% - 21.625rem);
  }
}

.p-company__office-row,
.p-company__history-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-company__office-name,
.p-company__history-date {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.p-company__office-name {
  width: 112px;
  width: 7rem;
}

.p-company__history-date {
  width: 112px;
  width: 7rem;
}

.p-company__office-address,
.p-company__history-detail {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}

.p-company__text-link {
  letter-spacing: 0.05em;
  color: #0b2b4a;
  line-height: 1.875;
  font-size: 14px;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .p-company__text-link {
    font-size: 1rem;
  }
}

.p-contact {
  background: #f1f7f2;
  margin-top: -80px;
  margin-top: -5rem;
  padding-bottom: 40px;
  padding-bottom: 2.5rem;
  padding-top: 64px;
  padding-top: 4rem;
}
@media screen and (min-width: 768px) {
  .p-contact {
    padding-top: 7.0625rem;
    padding-bottom: 6.625rem;
    margin-top: -11rem;
  }
}

.p-contact--recruit {
  margin-top: 0;
  margin-top: initial;
}

.p-contact__top-text {
  text-align: center;
  color: #0B2B4A;
  letter-spacing: 0.025em;
  line-height: 1.8125;
  font-size: 14px;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .p-contact__top-text {
    font-size: 1rem;
  }
}

.p-cross {
  overflow: hidden;
  position: relative;
  padding-top: 48px;
  padding-top: 3rem;
  padding-bottom: 32px;
  padding-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .p-cross {
    padding-top: 4rem;
    padding-bottom: 0;
    padding-bottom: initial;
  }
}

.p-cross__content {
  position: relative;
  z-index: 3;
}

.p-cross__section-title {
  position: relative;
  width: min(750px, 100%);
  width: min(46.875rem, 100%);
  margin-inline: auto;
  padding-bottom: 12px;
  padding-bottom: 0.75rem;
  color: #0b2b4a;
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 500;
  line-height: 1.4482758621;
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-cross__section-title {
    padding-bottom: 1rem;
    font-size: 1.8125rem;
  }
}

.p-cross__section-title::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 6px;
  height: 0.375rem;
  background: -webkit-gradient(linear, left top, right top, color-stop(0, #0b2b4a), color-stop(33.333%, #f18d00), color-stop(66.666%, #00b2d0));
  background: linear-gradient(90deg, #0b2b4a 0 33.333%, #f18d00 33.333% 66.666%, #00b2d0 66.666% 100%);
}
@media screen and (min-width: 768px) {
  .p-cross__section-title::before {
    height: 0.5rem;
  }
}

.p-cross__section-title--wide {
  width: min(820px, 100%);
  width: min(51.25rem, 100%);
}

.p-cross__lead {
  margin-top: 32px;
  margin-top: 2rem;
  color: #0b2b4a;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .p-cross__lead {
    margin-top: 2.5rem;
    font-size: 1.3125rem;
    line-height: 1.4285714286;
  }
}

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

.p-cross__appeal-row {
  display: grid;
  gap: 28px;
  gap: 1.75rem;
  margin-top: 32px;
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .p-cross__appeal-row {
    grid-template-columns: minmax(0, 31.3125rem) 22.25rem;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 3rem;
  }
}

.p-cross__appeal-text,
.p-cross__case-text,
.p-cross__point {
  color: #0b2b4a;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.8125;
  letter-spacing: 0.025em;
}
@media screen and (min-width: 768px) {
  .p-cross__appeal-text,
  .p-cross__case-text,
  .p-cross__point {
    font-size: 1rem;
  }
}

.p-cross__appeal-text p + p,
.p-cross__case-text p + p,
.p-cross__point p + .p-cross__wide-img {
  margin-top: 18px;
  margin-top: 1.125rem;
}

.p-cross__appeal-img {
  width: min(356px, 100%);
  width: min(22.25rem, 100%);
  margin-inline: auto;
}

.p-cross__appeal-img img,
.p-cross__case-side-img img,
.p-cross__wide-img img {
  display: block;
  width: 100%;
  height: auto;
}

.p-cross__cases {
  margin-top: 64px;
  margin-top: 4rem;
}
@media screen and (min-width: 768px) {
  .p-cross__cases {
    margin-top: 5.75rem;
  }
}

.p-cross__case-lead {
  margin-top: 26px;
  margin-top: 1.625rem;
  color: #0b2b4a;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.7;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-cross__case-lead {
    font-size: 1.125rem;
  }
}

.p-cross__case {
  margin-top: 48px;
  margin-top: 3rem;
}
@media screen and (min-width: 768px) {
  .p-cross__case {
    margin-top: 4.5rem;
  }
}

.p-cross__case--blue {
  position: relative;
  margin-top: 64px;
  margin-top: 4rem;
  padding-top: 44px;
  padding-top: 2.75rem;
  padding-bottom: 64px;
  padding-bottom: 4rem;
}
@media screen and (min-width: 768px) {
  .p-cross__case--blue {
    margin-top: 5rem;
    padding-top: 4rem;
    padding-bottom: 5.5rem;
  }
}

.p-cross__case-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 8px 20px;
  gap: 0.5rem 1.25rem;
  padding-bottom: 12px;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid #a3adb8;
}

.p-cross__case-title {
  color: #0b2b4a;
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 500;
  line-height: 1.4482758621;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .p-cross__case-title {
    font-size: 1.8125rem;
  }
}

.p-cross__case-label {
  color: #0b2b4a;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .p-cross__case-label {
    font-size: 1.25rem;
  }
}

.p-cross__case-copy {
  margin-top: 24px;
  margin-top: 1.5rem;
  color: #0b2b4a;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .p-cross__case-copy {
    font-size: 1.4375rem;
  }
}

.p-cross__case-row {
  display: grid;
  gap: 28px;
  gap: 1.75rem;
  margin-top: 24px;
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-cross__case-row {
    grid-template-columns: minmax(0, 32.5rem) 23.875rem;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    margin-top: 2rem;
  }
}

.p-cross__case-side-img {
  width: min(382px, 100%);
  width: min(23.875rem, 100%);
  margin-inline: auto;
}

.p-cross__point {
  margin-top: 32px;
  margin-top: 2rem;
}

.p-cross__wide-img {
  margin-top: 12px;
  margin-top: 0.75rem;
}

.p-cross__wide-img img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}

.p-cross__wide-img figcaption {
  margin-top: 8px;
  margin-top: 0.5rem;
  color: #0b2b4a;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.5;
  text-align: center;
}

.p-design {
  color: #0b2b4a;
  overflow: hidden;
  padding-top: 56px;
  padding-top: 3.5rem;
  padding-bottom: 72px;
  padding-bottom: 4.5rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-design {
    padding-top: 3.5rem;
    padding-bottom: 4.5rem;
  }
}

.p-design::before,
.p-design::after {
  content: "";
  position: absolute;
  z-index: 0;
}

.p-design__content {
  position: relative;
  z-index: 1;
}

.p-design__section + .p-design__section {
  margin-top: 64px;
  margin-top: 4rem;
}
@media screen and (min-width: 768px) {
  .p-design__section + .p-design__section {
    margin-top: 5.5rem;
  }
}

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

.p-design__lead-text,
.p-design__flow-lead {
  color: #0b2b4a;
  font-weight: 500;
}

.p-design__item + .p-design__item {
  margin-top: 36px;
  margin-top: 2.25rem;
}
@media screen and (min-width: 768px) {
  .p-design__item + .p-design__item {
    margin-top: 2.75rem;
  }
}

.p-design__item-title {
  color: #0b2b4a;
  padding-left: 20px;
  padding-left: 1.25rem;
  position: relative;
}

.p-design__item-title::before {
  border: 1px solid #0b2b4a;
  border-radius: 50%;
  content: "";
  height: 14px;
  height: 0.875rem;
  left: 0;
  position: absolute;
  top: 0.45em;
  width: 14px;
  width: 0.875rem;
}
@media screen and (min-width: 768px) {
  .p-design__item-title::before {
    height: 1.125rem;
    width: 1.125rem;
  }
}

.p-design__text {
  color: #0b2b4a;
}

.p-design__flow-section {
  padding-top: 40px;
  padding-top: 2.5rem;
  padding-bottom: 52px;
  padding-bottom: 3.25rem;
  position: relative;
}

.p-design__flow-section > * {
  margin-left: auto;
  margin-right: auto;
  max-width: 930px;
  max-width: 58.125rem;
  width: calc(100% - 2.5rem);
}

.p-design__flow-lead {
  margin-top: 36px;
  margin-top: 2.25rem;
}

.p-design__flow-img {
  margin-top: 24px;
  margin-top: 1.5rem;
}

.p-design__flow-img img {
  display: block;
  height: auto;
  width: 100%;
}

.p-design__column {
  background: #fef5e8;
  border-radius: 1.5rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 72px;
  margin-top: 4.5rem;
  max-width: 926px;
  max-width: 57.875rem;
  padding: 28px 24px;
  padding: 1.75rem 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-design__column {
    border-radius: 1.875rem;
    margin-top: 5.5rem;
    padding: 2rem 2.5rem;
  }
}

.p-design__column-heading {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 16px;
  gap: 1rem;
}

.p-design__column-label {
  background: #f18d00;
  border-radius: 0.875rem;
  color: #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 500;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: 0.05em;
  line-height: 1;
  min-width: 86px;
  min-width: 5.375rem;
  padding: 8px 14px;
  padding: 0.5rem 0.875rem;
}
@media screen and (min-width: 768px) {
  .p-design__column-label {
    font-size: 1.5625rem;
    min-width: 7.1875rem;
  }
}

.p-design__column-title {
  color: #0b2b4a;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.44;
}
@media screen and (min-width: 768px) {
  .p-design__column-title {
    font-size: 1.5625rem;
  }
}

.p-design__column-text {
  color: #0b2b4a;
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.025em;
  line-height: 1.8125;
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-design__column-text {
    font-size: 1rem;
  }
}

.p-drawer-icon {
  background: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: 9999px;
  width: 44px;
  width: 2.75rem;
  height: 44px;
  height: 2.75rem;
  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;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .p-drawer-icon {
    display: none;
  }
}

.p-drawer-icon.is-active {
  position: relative;
  z-index: 10001;
  background: #222;
}
.p-drawer-icon.is-active .p-drawer-icon__bars {
  width: 15px;
  width: 0.9375rem;
  height: 15px;
  height: 0.9375rem;
}
.p-drawer-icon.is-active .p-drawer-icon__bar1 {
  background: white;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
.p-drawer-icon.is-active .p-drawer-icon__bar3 {
  background: white;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}

.p-drawer-icon__bars {
  position: relative;
  width: 28px;
  width: 1.75rem;
  height: 8px;
  height: 0.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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 6px;
  gap: 0.375rem;
}
@media screen and (min-width: 768px) {
  .p-drawer-icon__bars {
    gap: 0.5rem;
    width: 1.75rem;
    height: 0.75rem;
  }
}

.p-drawer-icon__bar1 {
  height: 2px;
  background: #333;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  width: 28px;
  width: 1.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 768px) {
  .p-drawer-icon__bar1 {
    width: 1.75rem;
  }
}

.p-drawer-icon__bar3 {
  height: 2px;
  background: #333;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 28px;
  width: 1.75rem;
}
@media screen and (min-width: 768px) {
  .p-drawer-icon__bar3 {
    width: 1.75rem;
  }
}

.p-drawer-content {
  width: 100%;
  height: 100dvh;
  position: fixed;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
  background: #0B2B4A;
  z-index: 9998;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  padding-top: 125px;
  padding-top: 7.8125rem;
  padding-left: 32px;
  padding-left: 2rem;
  padding-right: 32px;
  padding-right: 2rem;
}
@media screen and (min-width: 768px) {
  .p-drawer-content {
    padding-top: 0.5rem;
    padding-left: 0;
    padding-left: initial;
    padding-right: 0;
    padding-right: initial;
  }
}

.p-drawer-content.is-active {
  visibility: visible;
  opacity: 1;
}

.p-drawer-content__items {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  height: 100dvh;
}
@media screen and (min-width: 768px) {
  .p-drawer-content__items {
    max-width: 62rem;
    width: 100%;
    padding-top: 4rem;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1.5625rem;
    padding-right: 1.5625rem;
    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;
  }
}

.p-drawer-content__list {
  text-align: center;
}

.p-drawer-content__list + .p-drawer-content__list {
  margin-top: 30px;
  margin-top: 1.875rem;
}

.p-drawer-content__link {
  font-size: 16px;
  font-size: 1rem;
  display: block;
  font-weight: 500;
  color: #fff;
  text-transform: uppercase;
}

.p-drawer-content--recruit {
  top: 72px;
  top: 4.5rem;
  padding-top: 34px;
  padding-top: 2.125rem;
  padding-left: 87px;
  padding-left: 5.4375rem;
  padding-right: 20px;
  padding-right: 1.25rem;
}

.p-drawer-content--recruit .p-drawer-content__items {
  height: auto;
}

.p-drawer-content--recruit .p-drawer-content__list {
  text-align: left;
}

.p-drawer-content--recruit .p-drawer-content__list + .p-drawer-content__list {
  margin-top: 24px;
  margin-top: 1.5rem;
}

.p-drawer-content--recruit .p-drawer-content__link {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 7px;
  gap: 0.4375rem;
  min-height: 26px;
  min-height: 1.625rem;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.4444444444;
  text-transform: none;
}

.p-drawer-content--recruit .p-drawer-content__link::before {
  content: "";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 16.675px;
  width: 1.0421875rem;
  height: 16.675px;
  height: 1.0421875rem;
  background: #00b2d0;
  border-radius: 50%;
}

.p-drawer-content--recruit .p-drawer-content__link::after {
  content: "";
  position: absolute;
  left: 6.2px;
  left: 0.3875rem;
  top: 50%;
  width: 0;
  height: 0;
  border-top: 3.2px solid transparent;
  border-top: 0.2rem solid transparent;
  border-bottom: 3.2px solid transparent;
  border-bottom: 0.2rem solid transparent;
  border-left: 4.4px solid #fff;
  border-left: 0.275rem solid #fff;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.p-drawer-content--recruit .p-drawer-content__list--button {
  margin-top: 51px;
  margin-top: 3.1875rem;
  margin-left: -5px;
  margin-left: -0.3125rem;
}

.p-drawer-content__button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 212px;
  width: 13.25rem;
  min-height: 48px;
  min-height: 3rem;
  border-radius: 9999px;
  background: #f18d00;
  color: #fff;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.075em;
  -webkit-transition: background-color 0.3s ease, color 0.3s ease;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.p-drawer-content__button:hover {
  background: #fff;
  color: #f18d00;
}

.p-drawer-content--recruit .p-drawer-content__list--corporate {
  margin-top: 60px;
  margin-top: 3.75rem;
}

.no-scroll {
  overflow: hidden;
  height: 100%;
}

.p-footer {
  background: #0b2b4a;
  position: relative;
  padding-top: 40px;
  padding-top: 2.5rem;
  padding-bottom: 28px;
  padding-bottom: 1.75rem;
}
@media screen and (min-width: 768px) {
  .p-footer {
    min-height: 23.0625rem;
    padding-top: 2.5rem;
    padding-bottom: 1.5rem;
  }
}

.p-footer__content {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .p-footer__content {
    display: grid;
    grid-template-columns: 30rem 24.1875rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 3.8888888889vw;
  }
}

@media screen and (min-width: 768px) {
  .p-footer__detail {
    max-width: 28.6875rem;
    width: 100%;
  }
}

.p-footer__company {
  color: #fff;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.4444444444;
}

.p-footer__address-wrapper {
  margin-top: 12px;
  margin-top: 0.75rem;
}

.p-footer__address {
  color: #fff;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.5625;
}

.p-footer__tel-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 1rem;
     -moz-column-gap: 1rem;
          column-gap: 1rem;
  row-gap: 4px;
  row-gap: 0.25rem;
}

.p-footer__tel {
  color: #fff;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5625;
}

.p-footer__nav {
  margin-top: 32px;
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .p-footer__nav {
    display: contents;
    margin-top: 0;
    margin-top: initial;
  }
}

.p-footer__nav-group + .p-footer__nav-group {
  margin-top: 28px;
  margin-top: 1.75rem;
}
@media screen and (min-width: 768px) {
  .p-footer__nav-group + .p-footer__nav-group {
    margin-top: 0;
    margin-top: initial;
  }
}

@media screen and (min-width: 768px) {
  .p-footer__nav-group--service {
    grid-column: 1;
    grid-row: 3;
    margin-top: 0.5625rem;
    width: 9.4375rem;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}

.p-footer__nav-title {
  color: #fff;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  padding-bottom: 5px;
  padding-bottom: 0.3125rem;
  border-bottom: 1px solid #b5b5b5;
  width: 151px;
  width: 9.4375rem;
  margin-top: 16px;
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .p-footer__nav-title {
    grid-column: 1;
    grid-row: 2;
  }
}

.p-footer__nav-group:not(.p-footer__nav-group--service) .p-footer__lists {
  margin-top: 0;
}

@media screen and (min-width: 768px) {
  .p-footer__nav-group:not(.p-footer__nav-group--service) {
    grid-column: 2;
    grid-row: 2/span 2;
  }
}
.p-footer__lists--sub {
  margin-top: 30px !important;
  margin-top: 1.875rem !important;
}

.p-footer__list + .p-footer__list {
  margin-top: 8px;
  margin-top: 0.5rem;
}

.p-footer__link {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  gap: 0.375rem;
  color: #fff;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5625;
}

.p-footer__link::before {
  content: "";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 15.325px;
  width: 0.9578125rem;
  height: 15.325px;
  height: 0.9578125rem;
  background: #00b2d0;
  border-radius: 50%;
}

.p-footer__link::after {
  content: "";
  position: absolute;
  left: 6px;
  left: 0.375rem;
  top: 50%;
  width: 0;
  height: 0;
  border-top: 3px solid transparent;
  border-top: 0.1875rem solid transparent;
  border-bottom: 3px solid transparent;
  border-bottom: 0.1875rem solid transparent;
  border-left: 4px solid #fff;
  border-left: 0.25rem solid #fff;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.p-footer__small {
  position: relative;
  z-index: 1;
  margin-top: 40px;
  margin-top: 2.5rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-footer__small {
    margin-top: 4.125rem;
  }
}

.p-footer__small small {
  color: #fff;
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.05em;
  line-height: 1.5625;
}

.mt8 {
  margin-top: 8px;
  margin-top: 0.5rem;
}

.p-footer__right {
  margin-top: 24px;
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-footer__right {
    display: grid;
    grid-template-columns: 9.4375rem 12.1875rem;
    -webkit-column-gap: 4.0277777778vw;
       -moz-column-gap: 4.0277777778vw;
            column-gap: 4.0277777778vw;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: 24.1875rem;
    margin-top: 0;
    margin-top: initial;
  }
}

@media screen and (min-width: 768px) {
  .p-footer__right > .p-footer__link {
    grid-column: 1;
    grid-row: 1;
  }
}
.p-greeting {
  padding-top: 40px;
  padding-top: 2.5rem;
  padding-bottom: 40px;
  padding-bottom: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-greeting {
    padding-top: 4.5rem;
    padding-bottom: 6.625rem;
  }
}

.p-greeting .l-inner {
  position: relative;
  z-index: 3;
}

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

.p-greeting__content {
  margin-top: 32px;
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .p-greeting__content {
    margin-top: 3.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 5rem;
  }
}

.p-greeting__left {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-greeting__left {
    max-width: 18.75rem;
  }
}

.p-greeting__img img {
  aspect-ratio: 300/345;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
}

.p-greeting__name-wrapper {
  margin-top: 12px;
  margin-top: 0.75rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-greeting__name-wrapper {
    margin-top: 1rem;
  }
}

.p-greeting__name {
  color: #0B2B4A;
  letter-spacing: 0.05em;
  line-height: 1.5;
  font-size: 14px;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .p-greeting__name {
    font-size: 1rem;
  }
}

.p-greeting__name span {
  font-size: 18px;
  font-size: 1.125rem;
}

.p-greeting__right {
  margin-top: 16px;
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .p-greeting__right {
    margin-top: 0;
    margin-top: initial;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

.p-greeting__subTitle {
  line-height: 1.4285714286;
  color: #0B2B4A;
  letter-spacing: 0.05em;
  font-weight: 400;
  font-size: 18px;
  font-size: 1.125rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-greeting__subTitle {
    text-align: left;
    text-align: initial;
    font-size: 1.3125rem;
  }
}

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

.p-greeting__text {
  line-height: 1.5;
  color: #0B2B4A;
  letter-spacing: 0.05em;
  font-size: 14px;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .p-greeting__text {
    font-size: 1rem;
  }
}

.p-greeting__text + .p-greeting__text {
  margin-top: 16px;
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .p-greeting__text + .p-greeting__text {
    margin-top: 1.5rem;
  }
}

.p-header {
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  width: 100%;
  height: 70px;
  height: 4.375rem;
}
@media screen and (min-width: 768px) {
  .p-header {
    height: 5.4375rem;
  }
}

.p-header__inner {
  padding-left: 20px;
  padding-left: 1.25rem;
  padding-right: 20px;
  padding-right: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-header__inner {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.p-header__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 70px;
  height: 4.375rem;
}
@media screen and (min-width: 768px) {
  .p-header__content {
    height: 5.4375rem;
  }
}

.p-header__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-header__home {
  display: inline-block;
  width: 180px;
  width: 11.25rem;
}
@media screen and (min-width: 768px) {
  .p-header__home {
    width: min(19.875rem, 22.0833333333vw);
  }
}

.p-header__home--normal {
  width: 250px;
  width: 15.625rem;
}
@media screen and (min-width: 768px) {
  .p-header__home--normal {
    width: min(26.375rem, 29.3055555556vw);
  }
}

.p-header__home img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}

.p-header__nav {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-header__nav {
    display: block;
    margin-left: auto;
  }
}

.p-header__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: min(88px, 6.1111111111vw);
  gap: min(5.5rem, 6.1111111111vw);
}

@media screen and (min-width: 768px) {
  .p-header__list--business {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 5.4375rem;
  }
}

.p-header__link {
  color: #0B2B4A;
  font-size: 17px;
  font-size: 1.0625rem;
  font-weight: 400;
  line-height: 1.4705882353;
}

.p-header__link--button {
  padding: 0;
  border: none;
  background: transparent;
  font-family: inherit;
  cursor: pointer;
}

.p-header__mega {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-header__mega {
    position: absolute;
    top: 100%;
    left: 0;
    display: block;
    width: 100%;
    min-height: 10.9375rem;
    padding-top: 2.625rem;
    padding-bottom: 2.625rem;
    background: #0B2B4A;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    -webkit-transform: translateY(-0.5rem);
            transform: translateY(-0.5rem);
    -webkit-transition: opacity 0.25s ease, visibility 0.25s ease, -webkit-transform 0.25s ease;
    transition: opacity 0.25s ease, visibility 0.25s ease, -webkit-transform 0.25s ease;
    transition: opacity 0.25s ease, visibility 0.25s ease, transform 0.25s ease;
    transition: opacity 0.25s ease, visibility 0.25s ease, transform 0.25s ease, -webkit-transform 0.25s ease;
  }
}

@media screen and (min-width: 768px) {
  .p-header__list--business:hover .p-header__mega,
  .p-header__list--business:focus-within .p-header__mega {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@media screen and (min-width: 768px) {
  .p-header__mega-inner {
    display: grid;
    grid-template-columns: 13.75rem minmax(0, 33.75rem);
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-column-gap: 7.875rem;
       -moz-column-gap: 7.875rem;
            column-gap: 7.875rem;
    width: 100%;
    max-width: 58.125rem;
    min-height: 5.6875rem;
    margin-inline: auto;
    padding-inline: 1.5625rem;
  }
}

.p-header__mega-title {
  color: #fff;
  font-size: 25px;
  font-size: 1.5625rem;
  font-weight: 500;
  line-height: 1.44;
  letter-spacing: 0.4em;
  white-space: nowrap;
}

@media screen and (min-width: 768px) {
  .p-header__mega-lists {
    display: grid;
    grid-template-columns: repeat(2, -webkit-max-content);
    grid-template-columns: repeat(2, max-content);
    -webkit-column-gap: 5.5rem;
       -moz-column-gap: 5.5rem;
            column-gap: 5.5rem;
    row-gap: 1.875rem;
  }
}

.p-header__mega-link {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 29px;
  padding-left: 1.8125rem;
  color: #fff;
  font-size: 19px;
  font-size: 1.1875rem;
  font-weight: 500;
  line-height: 1.4210526316;
  letter-spacing: 0.4em;
  white-space: nowrap;
}

.p-header__mega-link::before {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  content: "";
  width: 21px;
  width: 1.3125rem;
  height: 21px;
  height: 1.3125rem;
  border-radius: 50%;
  background: #00B2D0;
}

.p-header__mega-link::after {
  position: absolute;
  top: 50%;
  left: 8px;
  left: 0.5rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-top: 0.25rem solid transparent;
  border-bottom: 4px solid transparent;
  border-bottom: 0.25rem solid transparent;
  border-left: 6px solid #fff;
  border-left: 0.375rem solid #fff;
}

.p-header__drawer {
  margin-left: auto;
}

.p-health {
  padding-top: 40px;
  padding-top: 2.5rem;
  padding-bottom: 72px;
  padding-bottom: 4.5rem;
}
@media screen and (min-width: 768px) {
  .p-health {
    padding-top: 3rem;
    padding-bottom: 6rem;
  }
}

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

.p-health__content {
  margin-top: 32px;
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .p-health__content {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 4.5rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 3rem;
  }
}

@media screen and (min-width: 768px) {
  .p-health__text-wrapper {
    max-width: 28.5625rem;
    width: 100%;
  }
}

.p-health__lead {
  color: #0b2b4a;
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.025em;
  line-height: 1.8125;
  font-size: 16px;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .p-health__lead {
    font-size: 1.125rem;
  }
}

.p-health__text {
  margin-top: 20px;
  margin-top: 1.25rem;
  font-size: 14px;
  font-size: 0.875rem;
  color: #0B2B4A;
  line-height: 1.8125;
  letter-spacing: 0.025em;
}
@media screen and (min-width: 768px) {
  .p-health__text {
    font-size: 1rem;
  }
}

.p-health__img {
  margin-left: auto;
  margin-right: auto;
  margin-top: 32px;
  margin-top: 2rem;
  max-width: 268px;
  max-width: 16.75rem;
  width: 70%;
}
@media screen and (min-width: 768px) {
  .p-health__img {
    margin: 0;
    width: 16.75rem;
  }
}

.p-health__img img {
  display: block;
  height: auto;
  width: 100%;
}

.p-how {
  padding-top: 56px;
  padding-top: 3.5rem;
  padding-bottom: 56px;
  padding-bottom: 3.5rem;
}
@media screen and (min-width: 768px) {
  .p-how {
    padding-top: 8.75rem;
    padding-bottom: 8.125rem;
  }
}

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

.p-how__content {
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-how__content {
    margin-top: 4.5rem;
  }
}

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

.p-how__subTItle {
  line-height: 1.44;
  color: #0B2B4A;
  letter-spacing: 0.05em;
  font-weight: 400;
  font-size: 20px;
  font-size: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-how__subTItle {
    font-size: 1.5625rem;
  }
}

.p-how__text {
  line-height: 1.8125;
  letter-spacing: 0.025em;
  color: #0B2B4A;
  margin-top: 8px;
  margin-top: 0.5rem;
  font-size: 14px;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .p-how__text {
    font-size: 1rem;
    margin-top: 1rem;
  }
}

.p-how__text + .p-how__text {
  margin-top: 12px;
  margin-top: 0.75rem;
}
@media screen and (min-width: 768px) {
  .p-how__text + .p-how__text {
    margin-top: 1.25rem;
  }
}

.p-information-mv {
  padding-top: 136px;
  padding-top: 8.5rem;
}

.p-information-mv__title {
  text-align: center;
}

.p-information-mv__en {
  font-weight: 700;
  font-family: "Archivo Narrow Local", sans-serif;
  font-size: 62px;
  font-size: 3.875rem;
  letter-spacing: 0.075em;
  font-weight: 700;
  display: block;
  text-transform: uppercase;
}

.p-information-mv__ja {
  font-size: 24px;
  font-size: 1.5rem;
  letter-spacing: 0.05em;
  line-height: 1.4583333333;
  font-weight: 400;
  display: block;
  margin-top: 8px;
  margin-top: 0.5rem;
}

.p-information-mv__text-wrapper {
  margin-top: 48px;
  margin-top: 3rem;
}

.p-information-mv__text {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
}

.p-interview {
  background: #00b2d0;
  color: #fff;
  padding-top: 112px;
  padding-top: 7rem;
  padding-bottom: 72px;
  padding-bottom: 4.5rem;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p-interview {
    padding-top: 12.8125rem;
    padding-bottom: 6.125rem;
  }
}

.p-interview::before {
  background: linear-gradient(135deg, #071d2e 0%, #16395c 50%, #071d2e 100%);
  -webkit-clip-path: polygon(0 0, 100% 0, 0 100%);
          clip-path: polygon(0 0, 100% 0, 0 100%);
  content: "";
  height: 310px;
  height: 19.375rem;
  left: 0;
  position: absolute;
  top: 0;
  width: min(419px, 44vw);
  width: min(26.1875rem, 44vw);
  z-index: 0;
}
@media screen and (min-width: 768px) {
  .p-interview::before {
    height: 32.3125rem;
  }
}

.p-interview::after {
  background: linear-gradient(135deg, #071d2e 0%, #16395c 50%, #071d2e 100%);
  bottom: 0;
  -webkit-clip-path: polygon(100% 0, 100% 100%, 0 100%);
          clip-path: polygon(100% 0, 100% 100%, 0 100%);
  content: "";
  height: 720px;
  height: 45rem;
  position: absolute;
  right: 0;
  width: min(639px, 52vw);
  width: min(39.9375rem, 52vw);
  z-index: 0;
}

.p-interview__inner::before {
  background: #f18d00;
  -webkit-clip-path: polygon(100% 0, 100% 100%, 0 100%);
          clip-path: polygon(100% 0, 100% 100%, 0 100%);
  content: "";
  position: absolute;
  right: calc(50% - 50vw);
  top: -72px;
  top: -4.5rem;
  z-index: 0;
  width: 80px;
  width: 5rem;
  height: 130px;
  height: 8.125rem;
}
@media screen and (min-width: 768px) {
  .p-interview__inner::before {
    top: -7.5rem;
    width: 10.5625rem;
    height: 13rem;
  }
}

.p-interview__inner {
  max-width: 1056px;
  max-width: 66rem;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-left: 20px;
  padding-left: 1.25rem;
  padding-right: 20px;
  padding-right: 1.25rem;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .p-interview__inner {
    padding-left: 1.5625rem;
    padding-right: 1.5625rem;
  }
}

@media screen and (min-width: 768px) {
  .p-interview__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 2.5rem;
  }
}

.p-interview__img {
  margin-top: 32px;
  margin-top: 2rem;
  width: 100%;
  position: relative;
  z-index: 3;
}
@media screen and (min-width: 768px) {
  .p-interview__img {
    max-width: 26.125rem;
  }
}

.p-interview__img img {
  aspect-ratio: 418/489;
  border-radius: 2.625rem;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
}
@media screen and (min-width: 768px) {
  .p-interview__img img {
    border-radius: 3.4375rem;
  }
}

@media screen and (min-width: 768px) {
  .p-interview__top-detail {
    max-width: 34.75rem;
    width: 100%;
  }
}

.p-interview__top-title {
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.p-interview__title-en {
  width: 250px;
  width: 15.625rem;
}
@media screen and (min-width: 768px) {
  .p-interview__title-en {
    width: 26.875rem;
  }
}

.p-interview__title-ja {
  font-family: "Noto Sans JP", sans-serif;
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.4583333333;
  display: inline-block;
  font-size: 18px;
  font-size: 1.125rem;
  margin-top: 8px;
  margin-top: 0.5rem;
}
@media screen and (min-width: 768px) {
  .p-interview__title-ja {
    font-size: 1.5rem;
    margin-top: 1rem;
  }
}

.p-interview__top-text {
  font-family: "Noto Sans JP", sans-serif;
  color: #fff;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.4583333333;
  display: inline-block;
  margin-top: 28px;
  margin-top: 1.75rem;
  font-size: 20px;
  font-size: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-interview__top-text {
    font-size: 1.5rem;
    margin-top: 2.75rem;
  }
}

.p-interview__content {
  margin-top: 56px;
  margin-top: 3.5rem;
}
@media screen and (min-width: 768px) {
  .p-interview__content {
    margin-top: 4.8125rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 5.25rem;
  }
}

@media screen and (min-width: 768px) {
  .p-interview__left {
    max-width: 34.75rem;
    width: 100%;
  }
}

.p-interview__subTitle {
  font-family: "Noto Sans JP", sans-serif;
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.4871794872;
  margin-top: 18px;
  margin-top: 1.125rem;
  font-size: 24px;
  font-size: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-interview__subTitle {
    font-size: 2.4375rem;
    margin-top: 1.25rem;
  }
}

.p-interview__text-block {
  margin-top: 0;
}

.p-interview__text-wrapper + .p-interview__text-wrapper {
  margin-top: 44px;
  margin-top: 2.75rem;
}
@media screen and (min-width: 768px) {
  .p-interview__text-wrapper + .p-interview__text-wrapper {
    margin-top: 4.0625rem;
  }
}

.p-interview__heading {
  color: #fff;
  font-size: 21px;
  font-size: 1.3125rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.32;
  margin-bottom: 22px;
  margin-bottom: 1.375rem;
}
@media screen and (min-width: 768px) {
  .p-interview__heading {
    font-size: 1.5625rem;
  }
}

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

.p-interview__text {
  font-size: 16px;
  font-size: 1rem;
  font-family: "Noto Sans JP", sans-serif;
  color: #fff;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.5;
}

.p-interview__right {
  width: 100%;
  margin-top: 24px;
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-interview__right {
    margin-top: 0;
    margin-top: initial;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    max-width: 22.5rem;
  }
}

.p-interview__right-img + .p-interview__right-img {
  margin-top: 24px;
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-interview__right-img + .p-interview__right-img {
    margin-top: 1.625rem;
  }
}

.p-interview__right-img img {
  aspect-ratio: 360/240;
  border-radius: 2.625rem;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
}
@media screen and (min-width: 768px) {
  .p-interview__right-img img {
    border-radius: 3.4375rem;
  }
}

.p-interview__next-wrapper {
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-interview__next-wrapper {
    margin-top: 11.25rem;
  }
}

.p-interview__next {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border: 1px solid #fff;
  border-radius: 62.4375rem;
  height: 45px;
  height: 2.8125rem;
  padding-left: 40px;
  padding-left: 2.5rem;
  padding-right: 12px;
  padding-right: 0.75rem;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  background: #00B2D0;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-interview__next {
    width: 18.75rem;
  }
}

.p-interview__next:hover {
  background: #fff;
}

.p-interview__next-text {
  text-transform: uppercase;
  font-family: "Archivo Narrow Local", sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  color: #fff;
  letter-spacing: 0.05em;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.p-interview__next:hover .p-interview__next-text {
  color: #00b2d0;
}

.p-interview__next path {
  stroke: #fff;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.p-interview__next:hover path {
  stroke: #00b2d0;
}

.p-main {
  position: relative;
  overflow-x: clip;
}

@media screen and (min-width: 768px) {
  .p-main__wrap {
    overflow-y: clip;
  }
}

.p-main::before {
  position: absolute;
  content: "";
  background: url(../images/common/main_bg1.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: auto;
  right: 0;
  width: 100px;
  width: 6.25rem;
  top: 230px;
  top: 14.375rem;
  aspect-ratio: 235/290;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .p-main::before {
    width: 14.6875rem;
    top: 56.25rem;
  }
}

.p-main::after {
  position: absolute;
  content: "";
  background: url(../images/common/main_bg2.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: auto;
  right: 0;
  width: 100%;
  aspect-ratio: 1400/1727;
  top: 1000px;
  top: 62.5rem;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .p-main::after {
    top: 115.625rem;
  }
}

.p-page-mv {
  overflow-x: clip;
  margin-top: 87px;
  margin-top: 5.4375rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-page-mv {
    height: 27.0833333333vw;
  }
}

@media screen and (min-width: 768px) {
  .p-page-mv--sitemap {
    height: 13.6111111111vw;
  }
}

.p-page-mv::before {
  position: absolute;
  content: "";
  background: url(../images/common/page_mv_bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: auto;
  aspect-ratio: 930/1150;
  top: 0;
  left: 0;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .p-page-mv::before {
    width: 64.5833333333vw;
  }
}

.p-page-mv--sitemap {
  background: #D8F3F8;
}

.p-page-mv--sitemap::before {
  display: none;
}

.p-page-mv--privacy {
  padding-bottom: 0;
  padding-bottom: initial;
}
@media screen and (min-width: 768px) {
  .p-page-mv--privacy {
    padding-bottom: 6rem;
  }
}

.p-page-mv--about::before {
  display: none;
}

.p-page-mv__inner {
  max-width: 1400px;
  max-width: 87.5rem;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}

.p-page-mv__img {
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  width: 100vw;
  margin-top: 128px;
  margin-top: 8rem;
}
@media screen and (min-width: 768px) {
  .p-page-mv__img {
    margin-top: 0;
    margin-top: initial;
    height: 27.7777777778vw;
  }
}

.p-page-mv__img--sitemap {
  margin-top: 0;
  margin-top: initial;
}
@media screen and (min-width: 768px) {
  .p-page-mv__img--sitemap {
    width: 95vw;
    height: 12.9305555556vw;
  }
}

.p-page-mv__img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  aspect-ratio: 375/202;
}
@media screen and (min-width: 768px) {
  .p-page-mv__img img {
    aspect-ratio: 1400/400;
  }
}

.p-page-mv__img--sitemap img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
  aspect-ratio: 375/202;
}
@media screen and (min-width: 768px) {
  .p-page-mv__img--sitemap img {
    aspect-ratio: 1329/196;
  }
}

.p-page-mv__detail {
  left: 0;
  position: absolute;
  z-index: 10;
  width: 325px;
  width: 20.3125rem;
  top: -56px;
  top: -3.5rem;
}
@media screen and (min-width: 768px) {
  .p-page-mv__detail {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: min(4rem, 4.5714285714vw);
    width: min(30.875rem, 35.2857142857vw);
  }
}

.p-page-mv__detail img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}

.p-page-mv__detail--sitemap {
  width: 250px;
  width: 15.625rem;
  left: 20px;
  left: 1.25rem;
  top: 24px;
  top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-page-mv__detail--sitemap {
    width: min(21rem, 24vw);
    left: min(4rem, 4.5714285714vw);
    top: 50%;
  }
}

.p-page-mv__detail--privacy {
  width: 300px;
  width: 18.75rem;
  left: 20px;
  left: 1.25rem;
  top: 24px;
  top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-page-mv__detail--privacy {
    width: min(28.6875rem, 32.7857142857vw);
    left: min(4rem, 4.5714285714vw);
    top: 50%;
  }
}

.p-philosophy {
  padding-top: 56px;
  padding-top: 3.5rem;
  padding-bottom: 56px;
  padding-bottom: 3.5rem;
  background: #edeff1;
}
@media screen and (min-width: 768px) {
  .p-philosophy {
    padding-top: 5rem;
    padding-bottom: 4.5rem;
  }
}

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

.p-philosophy__content {
  max-width: 930px;
  max-width: 58.125rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 32px;
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .p-philosophy__content {
    margin-top: 3.5rem;
  }
}

.p-philosophy__circles {
  display: grid;
  gap: 20px;
  gap: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-philosophy__circles {
    grid-template-columns: repeat(3, 1fr);
    gap: 3.3125rem;
  }
}

.p-philosophy__circle {
  max-width: 250px;
  max-width: 15.625rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .p-philosophy__circle {
    max-width: none;
    max-width: initial;
    margin-left: 0;
    margin-left: initial;
    margin-right: 0;
    margin-right: initial;
  }
}

.p-philosophy__circle img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}

.p-philosophy__circle-ja {
  color: #0b2b4a;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.44;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-philosophy__circle-ja {
    font-size: 1.5625rem;
  }
}

.p-philosophy__circle-kana {
  color: #0b2b4a;
  font-size: 12px;
  font-size: 0.75rem;
  letter-spacing: 0.05em;
  line-height: 1.5;
  margin-top: 8px;
  margin-top: 0.5rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-philosophy__circle-kana {
    font-size: 1rem;
  }
}

.p-philosophy__circle-en {
  color: #00b2d0;
  font-family: "Archivo Narrow Local", sans-serif;
  font-size: 32px;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.2;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-philosophy__circle-en {
    font-size: 2.8125rem;
  }
}

.p-philosophy__lead {
  color: #0b2b4a;
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.025em;
  line-height: 1.8125;
  margin-top: 32px;
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .p-philosophy__lead {
    font-size: 1rem;
    margin-top: 3rem;
  }
}

.p-philosophy__text {
  line-height: 1.5;
  font-size: 14px;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .p-philosophy__text {
    font-size: 1rem;
  }
}

.p-philosophy__text + .p-philosophy__text {
  margin-top: 12px;
  margin-top: 0.75rem;
}
@media screen and (min-width: 768px) {
  .p-philosophy__text + .p-philosophy__text {
    margin-top: 1rem;
  }
}

.p-privacy {
  background: #D8F3F8;
  padding-top: 72px;
  padding-top: 4.5rem;
  padding-bottom: 72px;
  padding-bottom: 4.5rem;
}
@media screen and (min-width: 768px) {
  .p-privacy {
    padding-top: 2rem;
    padding-bottom: 8.375rem;
  }
}

.p-privacy__topText-wrapper {
  margin-top: 36px;
  margin-top: 2.25rem;
}
@media screen and (min-width: 768px) {
  .p-privacy__topText-wrapper {
    margin-top: 4.5rem;
  }
}

.p-privacy__topText {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.8125;
  letter-spacing: 0.025em;
  color: #0B2B4A;
}
@media screen and (min-width: 768px) {
  .p-privacy__topText {
    font-size: 1rem;
  }
}

.p-privacy__block-wrapper {
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-privacy__block-wrapper {
    margin-top: 1.8125rem;
  }
}

.p-privacy__block + .p-privacy__block {
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-privacy__block + .p-privacy__block {
    margin-top: 2rem;
  }
}

.p-privacy__numTitle {
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.44;
  color: #0B2B4A;
  font-size: 20px;
  font-size: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-privacy__numTitle {
    font-size: 1.5625rem;
  }
}

.p-privacy__text-wrapper {
  margin-top: 16px;
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .p-privacy__text-wrapper {
    padding-left: 2.5rem;
  }
}

@media screen and (min-width: 768px) {
  .pl40 {
    padding-left: 2.5rem;
  }
}

.p-privacy__text {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.8125;
  letter-spacing: 0.025em;
  color: #0B2B4A;
}
@media screen and (min-width: 768px) {
  .p-privacy__text {
    font-size: 1rem;
  }
}

.p-privacy__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  gap: 0.5rem;
}

.p-privacy__number {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.8125;
  letter-spacing: 0.025em;
  color: #0B2B4A;
}
@media screen and (min-width: 768px) {
  .p-privacy__number {
    font-size: 1rem;
  }
}

.p-privacy__tel-wrapper {
  margin-top: 12px;
  margin-top: 0.75rem;
}

.p-privacy__bottom {
  margin-top: 29px;
  margin-top: 1.8125rem;
  text-align: right;
}

.p-recruit-footer {
  background: #fff;
  padding-top: 30px;
  padding-top: 1.875rem;
  padding-bottom: 36px;
  padding-bottom: 2.25rem;
}

.p-recruit-footer__lists {
  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;
  -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-recruit-footer__lists {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 2.8125rem;
  }
}

.p-recruit-footer__link {
  color: #08b4c9;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.5;
}

.p-recruit-footer__detail {
  margin-top: 28px;
  margin-top: 1.75rem;
}
@media screen and (min-width: 768px) {
  .p-recruit-footer__detail {
    margin-top: 3rem;
    max-width: 32.5rem;
  }
}

.p-recruit-footer__name {
  color: #08b4c9;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .p-recruit-footer__name {
    font-size: 1.125rem;
  }
}

.p-recruit-footer__address {
  color: #08b4c9;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 700;
  line-height: 1.5625;
}
@media screen and (min-width: 768px) {
  .p-recruit-footer__address {
    font-size: 1rem;
  }
}

.p-recruit-footer__tel-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 0.75rem;
     -moz-column-gap: 0.75rem;
          column-gap: 0.75rem;
}

.p-recruit-footer__tel {
  color: #08b4c9;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 700;
  line-height: 1.5625;
}
@media screen and (min-width: 768px) {
  .p-recruit-footer__tel {
    font-size: 1rem;
  }
}

.p-recruit-footer__small {
  text-align: center;
  margin-top: 36px;
  margin-top: 2.25rem;
}
@media screen and (min-width: 768px) {
  .p-recruit-footer__small {
    margin-top: 4rem;
  }
}

.p-recruit-footer__small small {
  color: #08b4c9;
  font-size: 11px;
  font-size: 0.6875rem;
  font-weight: 700;
  line-height: 1.7857142857;
}
@media screen and (min-width: 768px) {
  .p-recruit-footer__small small {
    font-size: 0.875rem;
  }
}

.p-recruit-header {
  background: #fff;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 72px;
  height: 4.5rem;
}
@media screen and (min-width: 768px) {
  .p-recruit-header {
    height: 5.75rem;
  }
}

.p-recruit-header__inner {
  padding-left: 15px;
  padding-left: 0.9375rem;
  padding-right: 15px;
  padding-right: 0.9375rem;
}

.p-recruit-header__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 72px;
  height: 4.5rem;
}
@media screen and (min-width: 768px) {
  .p-recruit-header__content {
    height: 5.75rem;
  }
}

.p-recruit-header__home-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  gap: 0.75rem;
  width: 280px;
  width: 17.5rem;
}
@media screen and (min-width: 768px) {
  .p-recruit-header__home-link {
    width: min(38.6875rem, 44.2142857143vw);
  }
}

.p-recruit-header__home-link img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}

.p-recruit-header__logo-text {
  color: #0b2b4a;
  font-family: "Archivo Narrow Local", sans-serif;
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 900;
  letter-spacing: 0.03em;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .p-recruit-header__logo-text {
    font-size: min(2.3125rem, 2.6428571429vw);
  }
}

.p-recruit-header__nav {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-recruit-header__nav {
    display: block;
    margin-left: auto;
  }
}

.p-recruit-header__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: min(58px, 4.1428571429vw);
  gap: min(3.625rem, 4.1428571429vw);
}

.p-recruit-header__link {
  font-size: min(14px, 1vw);
  font-size: min(0.875rem, 1vw);
  line-height: 1.4705882353;
  font-weight: 700;
  display: block;
  color: #0b2b4a;
}

.p-recruit-header__link-btn {
  background: #f18d00;
  border-radius: 9999px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: min(212px, 15.1428571429vw);
  width: min(13.25rem, 15.1428571429vw);
  color: #fff;
  font-weight: 700;
  font-family: "Archivo Narrow Local", sans-serif;
  padding-top: 10px;
  padding-top: 0.625rem;
  padding-bottom: 10px;
  padding-bottom: 0.625rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: min(17px, 1.2142857143vw);
  font-size: min(1.0625rem, 1.2142857143vw);
  letter-spacing: 0.075em;
  -webkit-transition: background-color 0.3s ease, color 0.3s ease;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.p-recruit-header__link-btn:hover {
  background: #fff;
  color: #f18d00;
}

.p-recruit-message {
  position: relative;
  overflow: hidden;
  padding-top: 48px;
  padding-top: 3rem;
  padding-bottom: 56px;
  padding-bottom: 3.5rem;
  background: #08b4c9;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .p-recruit-message {
    padding-top: 3.125rem;
    padding-bottom: 4.5rem;
  }
}

.p-recruit-message::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: min(420px, 42vw);
  width: min(26.25rem, 42vw);
  height: 620px;
  height: 38.75rem;
  background: #0b2b4a;
  -webkit-clip-path: polygon(0 0, 100% 0, 0 100%);
          clip-path: polygon(0 0, 100% 0, 0 100%);
}

.p-recruit-message__orange01 {
  position: absolute;
  height: auto;
  aspect-ratio: 169/208;
  right: 0;
  top: 230px;
  top: 14.375rem;
  width: 80px;
  width: 5rem;
}
@media screen and (min-width: 768px) {
  .p-recruit-message__orange01 {
    width: 10.5rem;
    top: 31.25rem;
  }
}

.p-recruit-message .l-inner {
  position: relative;
  z-index: 1;
}

.p-recruit-message__title {
  text-align: left;
  position: relative;
  z-index: 2;
}

.p-recruit-message__title .c-recruit-title {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-recruit-message__title .c-recruit-title__en,
.p-recruit-word__title .c-recruit-title__en {
  color: #fff;
  font-size: 40px;
  font-size: 2.5rem;
  line-height: 1;
  letter-spacing: 0.075em;
}
@media screen and (min-width: 768px) {
  .p-recruit-message__title .c-recruit-title__en,
  .p-recruit-word__title .c-recruit-title__en {
    font-size: min(7.5rem, 8.5714285714vw);
  }
}

.p-recruit-message__title .c-recruit-title__ja,
.p-recruit-word__title .c-recruit-title__ja {
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.4583333333;
  font-size: 14px;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .p-recruit-message__title .c-recruit-title__ja,
  .p-recruit-word__title .c-recruit-title__ja {
    font-size: min(1.5rem, 1.7142857143vw);
  }
}

.p-recruit-message__content {
  margin-top: 48px;
  margin-top: 3rem;
}
@media screen and (min-width: 768px) {
  .p-recruit-message__content {
    margin-top: 5rem;
  }
}

.p-recruit-message__block + .p-recruit-message__block {
  margin-top: 48px;
  margin-top: 3rem;
}
@media screen and (min-width: 768px) {
  .p-recruit-message__block + .p-recruit-message__block {
    margin-top: 5.125rem;
  }
}

.p-recruit-message__subTitle {
  position: relative;
  padding-left: 22px;
  padding-left: 1.375rem;
  color: #fff;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.55;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .p-recruit-message__subTitle {
    font-size: 1.8125rem;
  }
}

.p-recruit-message__subTitle::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 10px;
  width: 0.625rem;
  left: 0;
  height: auto;
  aspect-ratio: 13/52;
  border-radius: 62.4375rem;
  background: url(../images/recruit/icon_recruit_message.png) no-repeat center center/cover;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  .p-recruit-message__subTitle::before {
    width: 0.8125rem;
  }
}

.p-recruit-message__row {
  display: grid;
  gap: 24px;
  gap: 1.5rem;
  margin-top: 24px;
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-recruit-message__row {
    grid-template-columns: minmax(0, 22.5rem) 31rem;
    gap: 4.5rem;
  }
}

@media screen and (min-width: 768px) {
  .p-recruit-message__block:nth-child(odd) .p-recruit-message__img {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

@media screen and (min-width: 768px) {
  .p-recruit-message__block:nth-child(odd) .p-recruit-message__text-wrapper {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

@media screen and (min-width: 768px) {
  .p-recruit-message__block:nth-child(even) .p-recruit-message__row {
    grid-template-columns: 31rem minmax(0, 22.5rem);
  }
}

.p-recruit-message__img img {
  aspect-ratio: 496/288;
  border-radius: 3.625rem 0 3.625rem 0;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
}

.p-recruit-message__text {
  color: #fff;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.95;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .p-recruit-message__text {
    font-size: 1rem;
  }
}

@media screen and (min-width: 768px) {
  .l-recruit-inner {
    max-width: 70.625rem;
    width: 100%;
    margin-inline: auto;
    padding-left: 1.5625rem;
    padding-right: 1.5625rem;
    position: relative;
    z-index: 3;
  }
}

.p-recruit-mv {
  margin-top: 72px;
  margin-top: 4.5rem;
}
@media screen and (min-width: 768px) {
  .p-recruit-mv {
    margin-top: 5.75rem;
  }
}

.p-recruit-mv__img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
  aspect-ratio: 375/400;
}
@media screen and (min-width: 768px) {
  .p-recruit-mv__img img {
    aspect-ratio: 1400/625;
  }
}

.p-recruit-word {
  position: relative;
  overflow: hidden;
  padding-top: 44px;
  padding-top: 2.75rem;
  padding-bottom: 64px;
  padding-bottom: 4rem;
  background: #08b4c9;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .p-recruit-word {
    padding-top: 3.5rem;
    padding-bottom: 5.25rem;
  }
}

.p-recruit-word::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: min(310px, 36vw);
  width: min(19.375rem, 36vw);
  height: 380px;
  height: 23.75rem;
  background: #f18d00;
  -webkit-clip-path: polygon(0 0, 100% 0, 0 100%);
          clip-path: polygon(0 0, 100% 0, 0 100%);
}

.p-recruit-word::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: min(500px, 43vw);
  width: min(31.25rem, 43vw);
  height: 700px;
  height: 43.75rem;
  background: #0b2b4a;
  -webkit-clip-path: polygon(100% 0, 100% 100%, 0 100%);
          clip-path: polygon(100% 0, 100% 100%, 0 100%);
}

.p-recruit-word .l-inner {
  position: relative;
  z-index: 1;
}

.p-recruit-word__title {
  text-align: left;
  position: relative;
  z-index: 2;
}

.p-recruit-word__content {
  margin-top: 48px;
  margin-top: 3rem;
}
@media screen and (min-width: 768px) {
  .p-recruit-word__content {
    margin-top: 4.875rem;
  }
}

.p-recruit-word__lists {
  display: grid;
  gap: 44px;
  gap: 2.75rem;
}
@media screen and (min-width: 768px) {
  .p-recruit-word__lists {
    gap: 0rem;
  }
}

.p-recruit-word__list {
  display: grid;
  gap: 24px;
  gap: 1.5rem;
  padding-bottom: 36px;
  padding-bottom: 2.25rem;
  border-bottom: 1px solid rgba(255, 255, 255, .5);
}
@media screen and (min-width: 768px) {
  .p-recruit-word__list {
    grid-template-columns: minmax(0, 17.75rem) minmax(0, 30rem);
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: clamp(1.5rem, 5vw, 3.625rem);
    width: 100%;
    max-width: 58.125rem;
    margin-inline: auto;
  }
}

.p-recruit-word__list:last-child {
  border-bottom: none;
}

@media screen and (min-width: 768px) {
  .p-recruit-word__list + .p-recruit-word__list {
    padding-top: 2.75rem;
  }
}

@media screen and (min-width: 768px) {
  .p-recruit-word__list:nth-child(even) {
    grid-template-columns: minmax(0, 30rem) minmax(0, 17.75rem);
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
    text-align: right;
  }
}

@media screen and (min-width: 768px) {
  .p-recruit-word__list:nth-child(even) .p-recruit-word__img {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

@media screen and (min-width: 768px) {
  .p-recruit-word__list:nth-child(even) .p-recruit-word__detail {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.p-recruit-word__img {
  width: min(284px, 100%);
  width: min(17.75rem, 100%);
  margin-inline: auto;
}

.p-recruit-word__detail {
  min-width: 0;
}

.p-recruit-word__img img {
  aspect-ratio: 284/292;
  border-radius: 2.625rem 0 2.625rem 0;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
}

.p-recruit-word__text {
  color: #fff;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.55;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 768px) {
  .p-recruit-word__text {
    font-size: 1.5rem;
  }
}

.p-recruit-word__person {
  margin-top: 16px;
  margin-top: 1rem;
  color: #fff;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.65;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .p-recruit-word__person {
    font-size: 1rem;
  }
}

.p-recruit-word__btn-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 18px;
  margin-top: 1.125rem;
}

@media screen and (min-width: 768px) {
  .p-recruit-word__list:nth-child(even) .p-recruit-word__btn-wrapper {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

.p-recruit-word__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 150px;
  width: 9.375rem;
  min-height: 28px;
  min-height: 1.75rem;
  padding-inline: 18px 12px;
  padding-inline: 1.125rem 0.75rem;
  border: 1px solid #fff;
  border-radius: 62.4375rem;
  color: #fff;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.p-recruit-word__btn:hover {
  background: #fff;
  color: #08b4c9;
}

.p-recruit-word__btn-text {
  color: inherit;
  font-family: "Archivo Narrow Local", sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  letter-spacing: 0.05em;
  line-height: 1;
  text-transform: uppercase;
}

.p-recruit-word__btn path {
  stroke: currentColor;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.p-recruit-word__submit-wrapper {
  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;
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-recruit-word__submit-wrapper {
    margin-top: 5.875rem;
  }
}

.p-recruit-word__submit {
  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;
  width: min(438px, 100%);
  width: min(27.375rem, 100%);
  min-height: 72px;
  min-height: 4.5rem;
  border: 4px solid #fff;
  border: 0.25rem solid #fff;
  border-radius: 62.4375rem;
  background: #f18d00;
  color: #fff;
  font-family: "Archivo Narrow Local", sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.075em;
  text-transform: uppercase;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media screen and (min-width: 768px) {
  .p-recruit-word__submit {
    min-height: 6.1875rem;
    font-size: 2.125rem;
  }
}

.p-recruit-word__submit:hover {
  background: #fff;
  color: #f18d00;
}

.p-sdgs {
  padding-top: 40px;
  padding-top: 2.5rem;
  padding-bottom: 40px;
  padding-bottom: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-sdgs {
    padding-top: 5rem;
    padding-bottom: 6.875rem;
  }
}

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

.p-sdgs__subTitle {
  letter-spacing: 0.05em;
  line-height: 1.4583333333;
  color: #0B2B4A;
  font-size: 20px;
  font-size: 1.25rem;
  margin-top: 24px;
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-sdgs__subTitle {
    margin-top: 2.6875rem;
    font-size: 1.5rem;
  }
}

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

@media screen and (min-width: 768px) {
  .p-sdgs__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    gap: 3.5rem;
  }
}

.p-sdgs__img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-sdgs__img {
    max-width: 20.8125rem;
  }
}

.p-sdgs__img img {
  aspect-ratio: 333/413;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
}

@media screen and (min-width: 768px) {
  .p-sdgs__text-wrapper {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    max-width: 27.1875rem;
  }
}

.p-sdgs__text--big {
  letter-spacing: 0.05em;
  line-height: 1.6666666667;
  color: #0B2B4A;
  font-size: 16px;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .p-sdgs__text--big {
    font-size: 1.125rem;
  }
}

.p-sdgs__text {
  letter-spacing: 0.025em;
  line-height: 1.8125;
  color: #0B2B4A;
  margin-top: 12px;
  margin-top: 0.75rem;
  font-size: 14px;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .p-sdgs__text {
    font-size: 1rem;
    margin-top: 1rem;
  }
}

.p-sdgs__dl {
  margin-top: 16px;
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .p-sdgs__dl {
    margin-top: 0.5rem;
  }
}

@media screen and (min-width: 768px) {
  .p-sdgs__dlRow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 1rem;
    padding-bottom: 1rem;
    border-top: 1px solid #b5b5b5;
  }
}

.p-sdgs__dlRow:last-child {
  border-bottom: 1px solid #b5b5b5;
}

.p-sdgs__dlRow + .p-sdgs__dlRow {
  margin-top: 16px;
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .p-sdgs__dlRow + .p-sdgs__dlRow {
    margin-top: 0;
    margin-top: initial;
  }
}

@media screen and (min-width: 768px) {
  .p-sdgs__dt {
    width: 12.5rem;
  }
}

.p-sdgs__dl-img img {
  aspect-ratio: 199/94;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
}

.p-sdgs__dd {
  margin-top: 12px;
  margin-top: 0.75rem;
}
@media screen and (min-width: 768px) {
  .p-sdgs__dd {
    margin-top: 0;
    margin-top: initial;
    margin-left: 2.625rem;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

.p-sdgs__dd-text {
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.025em;
  line-height: 1.8125;
  color: #0B2B4A;
}
@media screen and (min-width: 768px) {
  .p-sdgs__dd-text {
    font-size: 1rem;
  }
}

.p-sitemap {
  background: #d8f3f8;
  padding-top: 48px;
  padding-top: 3rem;
  padding-bottom: 64px;
  padding-bottom: 4rem;
}
@media screen and (min-width: 768px) {
  .p-sitemap {
    padding-top: 6rem;
    padding-bottom: 12.25rem;
  }
}

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

.p-sitemap__content {
  color: #0b2b4a;
}

.p-sitemap__nav {
  display: grid;
  gap: 24px;
  gap: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-sitemap__nav {
    position: relative;
    display: grid;
    grid-template-columns: 5.625rem 11.25rem 16.25rem 16.25rem;
    -webkit-column-gap: 3.4375rem;
       -moz-column-gap: 3.4375rem;
            column-gap: 3.4375rem;
    max-width: 63.125rem;
    width: 100%;
    margin-inline: auto;
  }
}

@media screen and (min-width: 768px) {
  .p-sitemap__group {
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}

@media screen and (min-width: 768px) {
  .p-sitemap__group--home {
    width: auto;
  }
}

@media screen and (min-width: 768px) {
  .p-sitemap__group--service {
    width: auto;
  }
}

@media screen and (min-width: 768px) {
  .p-sitemap__group--company {
    width: auto;
  }
}

@media screen and (min-width: 768px) {
  .p-sitemap__group--recruit {
    width: auto;
  }
}

.p-sitemap__heading {
  display: block;
  color: inherit;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.45;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .p-sitemap__heading {
    width: 11.1875rem;
    padding-bottom: 0.4375rem;
    border-bottom: 1px solid #0b2b4a;
    font-size: 1.0625rem;
  }
}

.p-sitemap__lists {
  display: grid;
  gap: 18px;
  gap: 1.125rem;
}

.p-sitemap__list {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.p-sitemap__group--service .p-sitemap__lists {
  margin-top: 18px;
  margin-top: 1.125rem;
}
@media screen and (min-width: 768px) {
  .p-sitemap__group--service .p-sitemap__lists {
    margin-top: 0.6875rem;
    gap: 0.8125rem;
  }
}

@media screen and (min-width: 768px) {
  .p-sitemap__group--company .p-sitemap__lists {
    gap: 0.8125rem;
  }
}

@media screen and (min-width: 768px) {
  .p-sitemap__group--company > .p-sitemap__lists,
  .p-sitemap__group--recruit > .p-sitemap__link {
    margin-top: 2.6875rem;
  }
}

@media screen and (min-width: 768px) {
  .p-sitemap__group--company .p-sitemap__list:nth-child(3) {
    margin-top: 2.625rem;
  }
}

.p-sitemap__link {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 24px;
  min-height: 1.5rem;
  padding-left: 31px;
  padding-left: 1.9375rem;
  color: inherit;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.45;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .p-sitemap__link {
    min-height: 1.625rem;
    padding-left: 1.5rem;
    font-size: 1.125rem;
    line-height: 1.4444444444;
  }
}

.p-sitemap__link::before,
.p-sitemap__link::after {
  position: absolute;
  content: "";
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.p-sitemap__link::before {
  left: 0;
  width: 18px;
  width: 1.125rem;
  height: 18px;
  height: 1.125rem;
  border-radius: 9999px;
  background: #00b2d0;
}

.p-sitemap__link::after {
  left: 6px;
  left: 0.375rem;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-top: 0.3125rem solid transparent;
  border-bottom: 5px solid transparent;
  border-bottom: 0.3125rem solid transparent;
  border-left: 7px solid #fff;
  border-left: 0.4375rem solid #fff;
}

@media screen and (min-width: 768px) {
  .p-sitemap__link::before,
  .p-sitemap__link::after {
    top: 50%;
  }
  .p-sitemap__link::before {
    width: 1.1366875rem;
    height: 1.1366875rem;
  }
}
.p-sitemap__sub-lists {
  display: grid;
  gap: 18px;
  gap: 1.125rem;
  margin-top: 17px;
  margin-top: 1.0625rem;
}
@media screen and (min-width: 768px) {
  .p-sitemap__sub-lists {
    gap: 0.5rem;
    margin-top: 0.1875rem;
    padding-left: 1.375rem;
  }
}

@media screen and (min-width: 768px) {
  .p-sitemap__group--recruit .p-sitemap__sub-list:nth-child(3) {
    margin-top: 0.1875rem;
  }
}

.p-sitemap__sub-link {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 24px;
  min-height: 1.5rem;
  padding-left: 22px;
  padding-left: 1.375rem;
  color: inherit;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.45;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .p-sitemap__sub-link {
    min-height: 1.625rem;
    padding-left: 0.8125rem;
    font-size: 1.125rem;
    line-height: 1.4444444444;
  }
}

.p-sitemap__sub-link::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-top: 0.3125rem solid transparent;
  border-bottom: 5px solid transparent;
  border-bottom: 0.3125rem solid transparent;
  border-left: 8px solid #00b2d0;
  border-left: 0.5rem solid #00b2d0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .p-sitemap__sub-link::before {
    border-top-width: 0.275rem;
    border-bottom-width: 0.275rem;
    border-left-width: 0.4125rem;
    top: 50%;
  }
}

.p-sitemap a {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.p-sitemap a:hover {
  opacity: 0.7;
}

.p-surveying {
  padding-top: 32px;
  padding-top: 2rem;
}
@media screen and (min-width: 768px) {
  .p-surveying {
    padding-top: 2.5rem;
  }
}

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

.p-surveying__heading {
  color: #0b2b4a;
  font-weight: 500;
  padding-bottom: 12px;
  padding-bottom: 0.75rem;
  width: 100%;
  max-width: 750px;
  max-width: 46.875rem;
}
@media screen and (min-width: 768px) {
  .p-surveying__heading {
    padding-bottom: 1rem;
    width: 46.875rem;
  }
}

.p-surveying__heading::before {
  background: -webkit-gradient(linear, left top, right top, from(#0b2b4a), color-stop(33.333%, #0b2b4a), color-stop(33.333%, #f18d00), color-stop(66.666%, #f18d00), color-stop(66.666%, #00b2d0), to(#00b2d0));
  background: linear-gradient(90deg, #0b2b4a 0%, #0b2b4a 33.333%, #f18d00 33.333%, #f18d00 66.666%, #00b2d0 66.666%, #00b2d0 100%);
  height: 6px;
  height: 0.375rem;
}
@media screen and (min-width: 768px) {
  .p-surveying__heading::before {
    height: 0.5rem;
  }
}

.p-surveying__topText-wrapper {
  margin-top: 36px;
  margin-top: 2.25rem;
}
@media screen and (min-width: 768px) {
  .p-surveying__topText-wrapper {
    margin-top: 3.5rem;
  }
}

.p-surveying__topText {
  line-height: 1.4285714286;
  letter-spacing: 0.05em;
  color: #0b2b4a;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .p-surveying__topText {
    font-size: 1.3125rem;
  }
}

.p-surveying__content {
  position: relative;
  z-index: 3;
}

.p-surveying__content-wrapper {
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-surveying__content-wrapper {
    margin-top: 4.5rem;
  }
}

@media screen and (min-width: 768px) {
  .p-surveying__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 3rem;
  }
}

@media screen and (min-width: 768px) {
  .p-surveying__row:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

.p-surveying__row + .p-surveying__row {
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-surveying__row + .p-surveying__row {
    margin-top: 4rem;
  }
}

.p-surveying__img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-surveying__img {
    max-width: 23.75rem;
  }
}

.p-surveying__img img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}

.p-surveying__detail {
  margin-top: 12px;
  margin-top: 0.75rem;
}
@media screen and (min-width: 768px) {
  .p-surveying__detail {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-top: 0;
    margin-top: initial;
  }
}

.p-surveying__subTitle {
  font-weight: 400;
  color: #0B2B4A;
  letter-spacing: 0.05em;
  line-height: 1.44;
  font-size: 20px;
  font-size: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-surveying__subTitle {
    font-size: 1.5625rem;
  }
}

.p-surveying__text {
  line-height: 1.8125;
  letter-spacing: 0.025em;
  color: #0B2B4A;
  font-size: 14px;
  font-size: 0.875rem;
  margin-top: 16px;
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .p-surveying__text {
    font-size: 1rem;
    margin-top: 1.75rem;
  }
}

.p-surveying__text + .p-surveying__text {
  margin-top: 12px;
  margin-top: 0.75rem;
}
@media screen and (min-width: 768px) {
  .p-surveying__text + .p-surveying__text {
    margin-top: 1.25rem;
  }
}

.p-tell {
  padding-top: 40px;
  padding-top: 2.5rem;
  padding-bottom: 40px;
  padding-bottom: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-tell {
    padding-top: 3.5rem;
    padding-bottom: 6.75rem;
  }
}

.p-tell__title-wrapper {
  padding-bottom: 8px;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #000;
}

.p-tell__title {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.4583333333;
  letter-spacing: 0.05em;
}

.p-tell__block {
  padding-bottom: 24px;
  padding-bottom: 1.5rem;
  padding-left: 8px;
  padding-left: 0.5rem;
}

.p-tell__text {
  line-height: 1.8125;
  letter-spacing: 0.025em;
  color: #0B2B4A;
  font-size: 14px;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .p-tell__text {
    font-size: 1rem;
  }
}

.p-thanks {
  background: #f1f7f2;
  margin-top: -80px;
  margin-top: -5rem;
  height: 100vh;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 768px) {
  .p-thanks {
    margin-top: -11rem;
  }
}

.p-thanks__top-text {
  text-align: center;
  color: #0B2B4A;
  letter-spacing: 0.025em;
  line-height: 1.8125;
  font-size: 14px;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .p-thanks__top-text {
    font-size: 1rem;
  }
}

.p-thanks__btn-wrapper {
  margin-top: 40px;
  margin-top: 2.5rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-thanks__btn-wrapper {
    margin-top: 4rem;
  }
}

.p-totop {
  position: fixed;
  right: 5px;
  right: 0.3125rem;
  bottom: 40px;
  bottom: 2.5rem;
  z-index: 100;
  display: block;
  width: 80px;
  width: 5rem;
  height: 80px;
  height: 5rem;
  line-height: 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transform: translateY(0.75rem);
          transform: translateY(0.75rem);
  -webkit-transition: opacity 0.35s ease, visibility 0.35s ease, -webkit-transform 0.35s ease;
  transition: opacity 0.35s ease, visibility 0.35s ease, -webkit-transform 0.35s ease;
  transition: opacity 0.35s ease, visibility 0.35s ease, transform 0.35s ease;
  transition: opacity 0.35s ease, visibility 0.35s ease, transform 0.35s ease, -webkit-transform 0.35s ease;
}
@media screen and (min-width: 768px) {
  .p-totop {
    display: none !important;
  }
}

.p-totop.is-show {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.p-totop img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.c-main-btn {
  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;
  background: #1b4431;
  padding-top: 16px;
  padding-top: 1rem;
  padding-bottom: 16px;
  padding-bottom: 1rem;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  position: relative;
  z-index: 1;
  width: 100%;
  gap: 16px;
  gap: 1rem;
}
@media screen and (min-width: 768px) {
  .c-main-btn {
    gap: 1.875rem;
    width: 26.875rem;
  }
}

.c-main-btn::before {
  position: absolute;
  content: "";
  background: #04190f;
  width: 100%;
  height: 5px;
  height: 0.3125rem;
  bottom: -5px;
  bottom: -0.3125rem;
  left: 0;
  right: 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.c-main-btn:hover {
  background: #fff;
  border-bottom: 0;
  border-bottom: initial;
  -webkit-transform: translateY(0.3125rem);
          transform: translateY(0.3125rem);
}

.c-main-btn:hover::before {
  bottom: 0;
  z-index: -1;
  background: #fff;
}

.c-main-btn__text {
  color: #fff;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 400;
  letter-spacing: 0.2em;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.c-main-btn:hover .c-main-btn__text {
  color: #0B2B4A;
}

.c-main-btn__text span {
  font-size: 22px !important;
  font-size: 1.375rem !important;
}

.c-main-btn__arrow {
  position: relative;
  display: block;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.c-main-btn:hover .c-main-btn__arrow {
  -webkit-transform: translateX(0.25rem);
          transform: translateX(0.25rem);
}

.c-main-btn__arrow path,
.c-main-btn__arrow line {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.c-main-btn:hover .c-main-btn__arrow line {
  stroke: #000;
}

.c-main-btn:hover .c-main-btn__arrow path {
  fill: #000;
}

.c-main-btn__arrow::before {
  position: absolute;
  content: "";
  background: transparent;
  width: 21px;
  width: 1.3125rem;
  height: 21px;
  height: 1.3125rem;
  top: 65%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 9999px;
  border: 1px solid #fff;
  right: -7px;
  right: -0.4375rem;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.c-main-btn:hover .c-main-btn__arrow::before {
  width: 26px;
  width: 1.625rem;
  height: 26px;
  height: 1.625rem;
  right: -10px;
  right: -0.625rem;
  border: 1px solid #000;
}

.c-page-title {
  color: #0b2b4a;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.4482758621;
  text-align: center;
  display: inline-block;
  width: 100%;
  max-width: 750px;
  max-width: 46.875rem;
  position: relative;
  font-size: 22px;
  font-size: 1.375rem;
  padding-bottom: 14px;
  padding-bottom: 0.875rem;
}
@media screen and (min-width: 768px) {
  .c-page-title {
    padding-bottom: 1rem;
    font-size: 1.8125rem;
  }
}

.c-page-title::before {
  position: absolute;
  content: "";
  background: -webkit-gradient(linear, left top, right top, from(#0b2b4a), color-stop(33.333%, #0b2b4a), color-stop(33.333%, #f18d00), color-stop(66.666%, #f18d00), color-stop(66.666%, #00b2d0), to(#00b2d0));
  background: linear-gradient(90deg, #0b2b4a 0%, #0b2b4a 33.333%, #f18d00 33.333%, #f18d00 66.666%, #00b2d0 66.666%, #00b2d0 100%);
  width: 100%;
  height: 6px;
  height: 0.375rem;
  bottom: 0;
  left: 0;
  right: 0;
}
@media screen and (min-width: 768px) {
  .c-page-title::before {
    height: 0.5rem;
  }
}

.c-recruit-title {
  text-align: center;
  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;
  gap: 16px;
  gap: 1rem;
}
@media screen and (min-width: 768px) {
  .c-recruit-title {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 1.875rem;
  }
}

.c-recruit-title__en {
  width: 280px;
  width: 17.5rem;
}
@media screen and (min-width: 768px) {
  .c-recruit-title__en {
    width: min(31.25rem, 34.7222222222vw);
  }
}

.c-recruit-title__en--interview {
  width: 280px;
  width: 17.5rem;
}
@media screen and (min-width: 768px) {
  .c-recruit-title__en--interview {
    width: min(36.4375rem, 40.4861111111vw);
  }
}

.c-recruit-title__ja {
  font-family: "Noto Sans JP", sans-serif;
  color: #0B2B4A;
  letter-spacing: 0.05em;
  line-height: 1.4583333333;
  display: inline-block;
  font-weight: 400;
  font-size: 14px;
  font-size: 0.875rem;
  border-bottom: 1px solid #fff;
}
@media screen and (min-width: 768px) {
  .c-recruit-title__ja {
    font-size: 1.5rem;
  }
}
/*# sourceMappingURL=styles.css.map */
