@charset "UTF-8";
*,
*::before,
*::after {
  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;
}

/* 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]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img {
  display: block;
  max-width: 100%;
  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: 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;
}

/* リキッドレイアウト対応 */
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}
html {
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  html {
    font-size: 1.28vw;
  }
}
@media (min-width: 1250px) {
  html {
    font-size: 16px;
  }
}

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

a {
  -webkit-text-decoration: none;
  color: inherit;
  cursor: pointer;
  pointer-events: auto;
  text-decoration: none;
  transition: opacity 0.3s;
}

/* hover指定できるPCを想定したスタイル */
@media (hover: hover) {
  a:hover {
    opacity: 0.8;
  }
}
/* hoverが使えないタッチ端末を想定した装飾 */
@media (hover: none) {
  a:active {
    opacity: 0.8;
  }
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 3.75rem;
}

body {
  color: #000;
  display: flex;
  flex-direction: column;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 500;
  letter-spacing: 0.2em;
  min-height: 100vh;
  text-rendering: optimizeSpeed;
}

main {
  flex: 1;
}

.l-bg-blue {
  background: rgba(0, 128, 168, 0.1);
  padding-bottom: 90px;
  padding-bottom: 5.625rem;
  padding-top: 90px;
  padding-top: 5.625rem;
}
@media screen and (min-width: 768px) {
  .l-bg-blue {
    padding-bottom: 255px;
    padding-bottom: 15.9375rem;
    padding-top: 255px;
    padding-top: 15.9375rem;
  }
}

.l-bg-blue__inner {
  grid-gap: 33px;
  display: grid;
  gap: 33px;
  gap: 2.0625rem;
  grid-template-columns: repeat(1, 1fr);
}
@media screen and (min-width: 768px) {
  .l-bg-blue__inner {
    gap: 48px;
    gap: 3rem;
    grid-template-columns: repeat(2, 36rem);
    max-width: 1250px;
    max-width: 78.125rem;
  }
}

.l-drawer {
  bottom: 0;
  left: 0;
  overflow: auto;
  position: fixed;
  right: 0;
  top: 0;
  transform: translateX(100%);
  transition: all 0.3s ease-out;
  z-index: 100;
}
@media screen and (min-width: 768px) {
  .l-drawer {
    display: none;
  }
}

.l-drawer[aria-hidden=false] {
  transform: translateX(0);
}

.l-header {
  bottom: auto;
  height: 60px;
  height: 3.75rem;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 1000;
}
@media screen and (min-width: 768px) {
  .l-header {
    height: 90px;
    height: 5.625rem;
  }
}

.l-inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 596px;
  max-width: 37.25rem;
  padding-left: 28px;
  padding-left: 1.75rem;
  padding-right: 28px;
  padding-right: 1.75rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .l-inner {
    max-width: 1250px;
    max-width: 78.125rem;
    padding-left: 25px;
    padding-left: 1.5625rem;
    padding-right: 25px;
    padding-right: 1.5625rem;
  }
}

.l-main {
  height: 100vh;
  left: 0;
  overflow: hidden;
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: -1;
}

.l-main img {
  -o-object-fit: cover;
  height: 100%;
     object-fit: cover;
  width: 100%;
}

.c-breadcrumb {
  padding-top: 50px;
  padding-top: 3.125rem;
}
@media screen and (min-width: 768px) {
  .c-breadcrumb {
    padding-top: 45px;
    padding-top: 2.8125rem;
  }
}

.p-interviewsSingle-fv--01 .c-breadcrumb {
  padding-top: 26px;
  padding-top: 1.625rem;
  width: 152px;
  width: 9.5rem;
}
@media screen and (min-width: 768px) {
  .p-interviewsSingle-fv--01 .c-breadcrumb {
    padding-top: 45px;
    padding-top: 2.8125rem;
    width: auto;
  }
}

.p-interviewsSingle-fv--02 .c-breadcrumb {
  padding-top: 26px;
  padding-top: 1.625rem;
  width: 170px;
  width: 10.625rem;
}
@media screen and (min-width: 768px) {
  .p-interviewsSingle-fv--02 .c-breadcrumb {
    padding-top: 45px;
    padding-top: 2.8125rem;
    width: auto;
  }
}

.c-breadcrumb__nav {
  -ms-overflow-style: none;
  overflow: auto;
  scrollbar-width: none;
}

.p-interviewsSingle-fv .c-breadcrumb__nav {
  overflow: visible;
}
@media screen and (min-width: 768px) {
  .p-interviewsSingle-fv .c-breadcrumb__nav {
    overflow: auto;
  }
}

.c-breadcrumb__nav::-webkit-scrollbar {
  display: none;
}

.c-breadcrumb__nav ol {
  display: flex;
}

.p-interviewsSingle-fv ol {
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .p-interviewsSingle-fv ol {
    flex-wrap: nowrap;
  }
}

.c-breadcrumb__nav li {
  align-items: center;
  display: flex;
  flex-shrink: 0;
  gap: 3px;
  gap: 0.1875rem;
}
@media screen and (min-width: 768px) {
  .c-breadcrumb__nav li {
    gap: 12px;
    gap: 0.75rem;
  }
}

.p-interviewsSingle-fv .c-breadcrumb__nav li {
  flex-shrink: inherit;
}
@media screen and (min-width: 768px) {
  .p-interviewsSingle-fv .c-breadcrumb__nav li {
    flex-shrink: 0;
  }
}

.c-breadcrumb__nav li + li {
  margin-left: 3px;
  margin-left: 0.1875rem;
}
@media screen and (min-width: 768px) {
  .c-breadcrumb__nav li + li {
    margin-left: 12px;
    margin-left: 0.75rem;
  }
}

.c-breadcrumb__nav li:not(:last-child)::after {
  content: "/";
  font-size: max(11px, 10px);
  font-size: max(0.6875rem, 10px);
}
@media screen and (min-width: 768px) {
  .c-breadcrumb__nav li:not(:last-child)::after {
    font-size: max(12px, 10px);
    font-size: max(0.75rem, 10px);
  }
}

.c-breadcrumb__nav a {
  border-bottom: 1px solid #0080a8;
  color: #0080a8;
  font-size: max(11px, 10px);
  font-size: max(0.6875rem, 10px);
  font-weight: normal;
  letter-spacing: 0.1em;
  line-height: 1.1428571429;
}
@media screen and (min-width: 768px) {
  .c-breadcrumb__nav a {
    font-size: max(12px, 10px);
    font-size: max(0.75rem, 10px);
  }
}

.c-breadcrumb__nav li:last-child > a,
.c-breadcrumb__nav li:last-child > span {
  border-bottom: none;
  color: #000;
  font-size: max(11px, 10px);
  font-size: max(0.6875rem, 10px);
  font-weight: normal;
  letter-spacing: 0.1em;
  line-height: 1.1428571429;
  pointer-events: none;
}
@media screen and (min-width: 768px) {
  .c-breadcrumb__nav li:last-child > a,
  .c-breadcrumb__nav li:last-child > span {
    font-size: max(12px, 10px);
    font-size: max(0.75rem, 10px);
  }
}

@media (any-hover: hover) {
  .c-breadcrumb__nav li:last-child > a:hover {
    opacity: 1;
  }
}
.p-interviewsSingle-fv .c-breadcrumb__nav li:last-child > a,
.p-interviewsSingle-fv .c-breadcrumb__nav li:last-child > span {
  line-height: 1.9;
}
@media screen and (min-width: 768px) {
  .p-interviewsSingle-fv .c-breadcrumb__nav li:last-child > a,
  .p-interviewsSingle-fv .c-breadcrumb__nav li:last-child > span {
    line-height: 1.1428571429;
  }
}

.c-button {
  align-items: center;
  border: 1px solid #0080a8;
  border-radius: 2.625rem;
  cursor: pointer;
  display: flex;
  overflow: hidden;
  padding: 12px 4px;
  padding: 0.75rem 0.25rem;
  pointer-events: auto;
  position: relative;
  transition: background-color 0.9s cubic-bezier(0.35, 0.85, 0.36, 1);
  width: 231px;
  width: 14.4375rem;
}
@media screen and (min-width: 768px) {
  .c-button {
    border-radius: 1.625rem;
    min-height: 52px;
    min-height: 3.25rem;
    padding: 6px;
    padding: 0.375rem;
    width: 311px;
    width: 19.4375rem;
  }
}

.c-button__icon {
  height: auto;
  position: absolute;
  transform: translateX(0);
  transition: transform 0.9s cubic-bezier(0.35, 0.85, 0.36, 1);
  width: 100%;
}

.c-button__icon img {
  -o-object-fit: contain;
  aspect-ratio: 1/1;
  height: 33px;
  height: 2.0625rem;
     object-fit: contain;
  width: 33px;
  width: 2.0625rem;
}
@media screen and (min-width: 768px) {
  .c-button__icon img {
    height: 44px;
    height: 2.75rem;
    width: 44px;
    width: 2.75rem;
  }
}

.c-button__text {
  flex: 1;
  font-size: max(12px, 10px);
  font-size: max(0.75rem, 10px);
  font-weight: 500;
  letter-spacing: 0.1em;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .c-button__text {
    font-size: max(15px, 10px);
    font-size: max(0.9375rem, 10px);
    font-weight: 700;
    letter-spacing: 0.05em;
    transform: translateX(0.625rem);
    transition: transform 0.9s cubic-bezier(0.4, 0.75, 0.36, 1), color 0.9s cubic-bezier(0.35, 0.85, 0.36, 1);
  }
}

.c-button[data-color=white] {
  background-color: transparent;
  border-color: #fff;
}

.c-button[data-color=white] .c-button__text {
  color: #fff;
}

.c-button[data-color=blue] {
  background-color: #0080a8;
  border-color: #0080a8;
}

.c-button[data-color=blue] .c-button__text {
  color: #fff;
}

.c-button:focus-visible {
  opacity: 1;
}
.c-button:focus-visible .c-button__icon {
  transform: translateX(calc(100% - 3.5rem));
}
.c-button:focus-visible .c-button__text {
  transform: translateX(0);
}

.c-button[data-color=blue]:focus-visible {
  background-color: #fff;
}
.c-button[data-color=blue]:focus-visible .c-button__text {
  color: #0080a8;
}

@media (any-hover: hover) {
  .c-button:hover {
    opacity: 1;
  }
  .c-button:hover .c-button__icon {
    transform: translateX(calc(100% - 3.5rem));
  }
  .c-button:hover .c-button__text {
    transform: translateX(0);
  }
  .c-button[data-color=blue]:hover {
    background-color: #fff;
  }
  .c-button[data-color=blue]:hover .c-button__text {
    color: #0080a8;
  }
}
.c-button02 {
  align-items: center;
  border: 1px solid #0080a8;
  border-radius: 2.625rem;
  display: flex;
  gap: 5px;
  gap: 0.3125rem;
  justify-content: center;
  padding: 10px;
  padding: 0.625rem;
  transition: background-color 0.3s ease-in-out, border-color 0.3s ease-in-out;
  width: 231px;
  width: 14.4375rem;
}
@media screen and (min-width: 768px) {
  .c-button02 {
    border-radius: 1.625rem;
    gap: 15px;
    gap: 0.9375rem;
    padding: 14px 10px;
    padding: 0.875rem 0.625rem;
    width: 311px;
    width: 19.4375rem;
  }
}

.c-button02::after {
  -webkit-mask-image: url("../images/common/icon_blank.svg");
  -webkit-mask-size: contain;
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  background-color: #0080a8;
  content: "";
  display: block;
  height: 21px;
  height: 1.3125rem;
          mask-image: url("../images/common/icon_blank.svg");
          mask-position: center;
          mask-repeat: no-repeat;
          mask-size: contain;
  transition: background-color 0.3s ease-in-out;
  width: 21px;
  width: 1.3125rem;
}
@media screen and (min-width: 768px) {
  .c-button02::after {
    height: 18px;
    height: 1.125rem;
    width: 18px;
    width: 1.125rem;
  }
}

.c-button02__text {
  color: #0080a8;
  font-size: max(12px, 10px);
  font-size: max(0.75rem, 10px);
  font-weight: 500;
  letter-spacing: 0.1em;
  transition: color 0.3s ease-in-out;
}
@media screen and (min-width: 768px) {
  .c-button02__text {
    font-size: max(15px, 10px);
    font-size: max(0.9375rem, 10px);
    font-weight: 700;
    letter-spacing: 0.05em;
  }
}

.c-button02:focus-visible {
  background-color: #0080a8;
  border-color: #fff;
}
.c-button02:focus-visible::after {
  background-color: #fff;
}
.c-button02:focus-visible .c-button02__text {
  color: #fff;
}

@media (any-hover: hover) {
  .c-button02:hover {
    background-color: #0080a8;
    border-color: #fff;
  }
  .c-button02:hover::after {
    background-color: #fff;
  }
  .c-button02:hover .c-button02__text {
    color: #fff;
  }
}
.c-heading {
  display: flex;
  flex-direction: column-reverse;
  gap: 3px;
  gap: 0.1875rem;
  padding-bottom: 14px;
  padding-bottom: 0.875rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .c-heading {
    gap: 6px;
    gap: 0.375rem;
    padding-bottom: 25px;
    padding-bottom: 1.5625rem;
  }
}

.c-heading::before {
  background: linear-gradient(90deg, #3fd884 0,#3fd884 50%, #00b3de 50%, #00b3de 100%);
  background: linear-gradient(90deg, #3fd884 0 50%, #00b3de 50% 100%);
  border-radius: 6.25rem;
  bottom: 0;
  content: "";
  height: 2px;
  height: 0.125rem;
  left: 0;
  position: absolute;
  width: 60px;
  width: 3.75rem;
}
@media screen and (min-width: 768px) {
  .c-heading::before {
    width: 120px;
    width: 7.5rem;
  }
}

.c-heading__ja {
  color: #0080a8;
  font-size: max(24px, 10px);
  font-size: max(1.5rem, 10px);
  font-weight: 700;
  letter-spacing: 0.2em;
}
@media screen and (min-width: 768px) {
  .c-heading__ja {
    font-size: max(48px, 10px);
    font-size: max(3rem, 10px);
  }
}

.c-heading__en {
  color: #0080a8;
  font-family: "Josefin Sans", sans-serif;
  font-size: max(10px, 10px);
  font-size: max(0.625rem, 10px);
  font-weight: 300;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .c-heading__en {
    font-size: max(18px, 10px);
    font-size: max(1.125rem, 10px);
  }
}

.c-heading02 {
  display: flex;
  flex-direction: column-reverse;
  gap: 6px;
  gap: 0.375rem;
  padding-bottom: 14px;
  padding-bottom: 0.875rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .c-heading02 {
    gap: 16px;
    gap: 1rem;
    padding-bottom: 25px;
    padding-bottom: 1.5625rem;
  }
}

.c-heading02[data-color=white] {
  color: #fff;
}

.c-heading02::before {
  background: linear-gradient(90deg, #3fd884 0,#3fd884 50%, #00b3de 50%, #00b3de 100%);
  background: linear-gradient(90deg, #3fd884 0 50%, #00b3de 50% 100%);
  border-radius: 6.25rem;
  bottom: 0;
  content: "";
  height: 2px;
  height: 0.125rem;
  left: 0;
  position: absolute;
  width: 38px;
  width: 2.375rem;
}
@media screen and (min-width: 768px) {
  .c-heading02::before {
    width: 60px;
    width: 3.75rem;
  }
}

.c-heading02__ja {
  font-size: max(21px, 10px);
  font-size: max(1.3125rem, 10px);
  font-weight: 700;
  letter-spacing: 0.2em;
}
@media screen and (min-width: 768px) {
  .c-heading02__ja {
    font-size: max(36px, 10px);
    font-size: max(2.25rem, 10px);
  }
}

.c-heading02__en {
  font-family: "Josefin Sans", sans-serif;
  font-size: max(11px, 10px);
  font-size: max(0.6875rem, 10px);
  font-weight: 300;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .c-heading02__en {
    font-size: max(16px, 10px);
    font-size: max(1rem, 10px);
  }
}

.c-heading03 {
  color: #0080a8;
  font-size: max(21px, 10px);
  font-size: max(1.3125rem, 10px);
  font-weight: 700;
  letter-spacing: 0.2em;
  padding-bottom: 15px;
  padding-bottom: 0.9375rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .c-heading03 {
    font-size: max(36px, 10px);
    font-size: max(2.25rem, 10px);
    padding-bottom: 22px;
    padding-bottom: 1.375rem;
  }
}

.c-heading03--bl {
  color: #00b3de;
}

.c-heading03--gr {
  color: #3fd884;
}

.c-heading03--cp {
  color: #0080a8;
}

.c-heading03::before {
  background: linear-gradient(90deg, #3fd884 0,#3fd884 50%, #00b3de 50%, #00b3de 100%);
  background: linear-gradient(90deg, #3fd884 0 50%, #00b3de 50% 100%);
  border-radius: 6.25rem;
  bottom: 0;
  content: "";
  height: 2px;
  height: 0.125rem;
  left: 0;
  position: absolute;
  width: 37px;
  width: 2.3125rem;
}
@media screen and (min-width: 768px) {
  .c-heading03::before {
    width: 60px;
    width: 3.75rem;
  }
}

.c-job {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 245px;
  width: 15.3125rem;
}
@media screen and (min-width: 768px) {
  .c-job {
    height: 437px;
    height: 27.3125rem;
    width: auto;
  }
}

.c-job::after {
  -webkit-transform: translate(-50%, -50%);
  aspect-ratio: 1/1;
  border-radius: 50%;
  border-style: solid;
  border-width: 1px;
  content: "";
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .c-job::after {
    width: 437px;
    width: 27.3125rem;
  }
}

.c-job--bl::after {
  border-color: #00b3de;
}

.c-job--gr::after {
  border-color: #3fd884;
}

.c-job--cp::after {
  border-color: #0080a8;
}

.c-job__link {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}
@media screen and (min-width: 768px) {
  .c-job__link {
    margin-top: -6px;
    margin-top: -0.375rem;
  }
}

.c-job__icon {
  position: relative;
}

.c-job--bl .c-job__icon {
  width: 75px;
  width: 4.6875rem;
}
@media screen and (min-width: 768px) {
  .c-job--bl .c-job__icon {
    width: 134px;
    width: 8.375rem;
  }
}

.c-job--gr .c-job__icon {
  width: 75px;
  width: 4.6875rem;
}
@media screen and (min-width: 768px) {
  .c-job--gr .c-job__icon {
    width: 135px;
    width: 8.4375rem;
  }
}

.c-job--cp .c-job__icon {
  width: 74px;
  width: 4.625rem;
}
@media screen and (min-width: 768px) {
  .c-job--cp .c-job__icon {
    width: 131px;
    width: 8.1875rem;
  }
}

.c-job__icon img {
  -o-object-fit: cover;
  height: auto;
     object-fit: cover;
  width: 100%;
}

.c-job__name {
  font-size: 17px;
  font-size: 1.0625rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.5882352941;
  position: relative;
  text-align: center;
  top: 18px;
  top: 1.125rem;
}
@media screen and (min-width: 768px) {
  .c-job__name {
    font-size: 28px;
    font-size: 1.75rem;
    letter-spacing: 0.14em;
    line-height: 1.7142857143;
    top: 32px;
    top: 2rem;
  }
}

.c-job--bl .c-job__name {
  color: #00b3de;
}

.c-job--gr .c-job__name {
  color: #3fd884;
}

.c-job--cp .c-job__name {
  color: #0080a8;
}

.c-menu-button {
  aspect-ratio: 1/1;
  background-color: #fff;
  height: auto;
  position: relative;
  width: 39px;
  width: 2.4375rem;
}

.c-menu-button span {
  background-color: #000;
  display: block;
  height: 2px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease-in-out;
  width: 40px;
  width: 2.5rem;
}

.c-menu-button span:before,
.c-menu-button span::after {
  background-color: #000;
  border-radius: 100vw;
  content: "";
  display: block;
  height: 2px;
  position: absolute;
  transition: all 0.3s ease-in-out;
  width: 100%;
}

.c-menu-button span::before {
  transform: translateY(-0.5rem);
}

.c-menu-button span::after {
  transform: translateY(0.5rem);
}

/* ドロワーメニュー展開時 */
.c-menu-button[aria-expanded=true] span {
  background-color: transparent;
}

.c-menu-button[aria-expanded=true] span::before {
  transform: translateY(0) rotate(45deg);
}

.c-menu-button[aria-expanded=true] span::after {
  transform: translateY(0) rotate(-45deg);
}

.c-sec-title1 {
  align-items: center;
  color: #0080a8;
  display: flex;
  flex-direction: column;
  gap: 7px;
  gap: 0.4375rem;
  padding-bottom: 14px;
  padding-bottom: 0.875rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .c-sec-title1 {
    gap: 18px;
    gap: 1.125rem;
    padding-bottom: 20px;
    padding-bottom: 1.25rem;
  }
}

.c-sec-title1--wht {
  color: #fff;
}

.c-sec-title1::after {
  -webkit-transform: translate(-50%, 0);
  background: linear-gradient(to right, #3fd884 0%, #00b3de 100%);
  border-radius: 1.5625rem;
  bottom: 0;
  content: "";
  height: 1.5px;
  height: 0.09375rem;
  left: 50%;
  position: absolute;
  transform: translate(-50%, 0);
  width: 38px;
  width: 2.375rem;
}
@media screen and (min-width: 768px) {
  .c-sec-title1::after {
    height: 2px;
    height: 0.125rem;
    width: 60px;
    width: 3.75rem;
  }
}

.c-sec-title1__sub {
  font-family: "Josefin Sans", sans-serif;
  font-size: 11px;
  font-size: 0.6875rem;
  font-weight: 300;
  letter-spacing: 0.15em;
  line-height: 1;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .c-sec-title1__sub {
    font-size: max(10px, 16px);
    font-size: max(10px, 1rem);
  }
}

.c-sec-title1__main {
  font-size: 21px;
  font-size: 1.3125rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  line-height: 1.4523809524;
}
@media screen and (min-width: 768px) {
  .c-sec-title1__main {
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 1.4444444444;
  }
}

.p-accordion__details + .p-accordion__details {
  margin-top: 5px;
  margin-top: 0.3125rem;
}
@media screen and (min-width: 768px) {
  .p-accordion__details + .p-accordion__details {
    margin-top: 11px;
    margin-top: 0.6875rem;
  }
}

.p-accordion__question {
  align-items: center;
  background-color: #ebf5f9;
  border-radius: 0.3125rem;
  cursor: pointer;
  display: flex;
  gap: 19px;
  gap: 1.1875rem;
  padding: 15px 20px 15px 10px;
  padding: 0.9375rem 1.25rem 0.9375rem 0.625rem;
  transition: ease-in-out 0.5s;
}
@media screen and (min-width: 768px) {
  .p-accordion__question {
    border-radius: 0.625rem;
    gap: 25px;
    gap: 1.5625rem;
    padding: 20px 25px 20px 35px;
    padding: 1.25rem 1.5625rem 1.25rem 2.1875rem;
  }
}

.p-accordion__question-text {
  flex: 1;
  font-size: max(12px, 10px);
  font-size: max(0.75rem, 10px);
  letter-spacing: 0.1em;
  line-height: 1.5416666667;
}
@media screen and (min-width: 768px) {
  .p-accordion__question-text {
    font-size: max(16px, 10px);
    font-size: max(1rem, 10px);
    letter-spacing: 0.2em;
    line-height: 2.375;
  }
}

.p-accordion__toggle {
  flex-shrink: 0;
  margin-left: auto;
  transition: transform 0.3s ease;
}

.p-accordion__toggle-icon {
  border-right: 2px #0080a8;
  border-right: 0.125rem #0080a8;
  border-top: 2px #0080a8;
  border-top: 0.125rem #0080a8;
  display: block;
  height: 15px;
  height: 0.9375rem;
  pointer-events: none;
  position: relative;
  transform-origin: center;
  width: 15px;
  width: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .p-accordion__toggle-icon {
    height: 25px;
    height: 1.5625rem;
    width: 25px;
    width: 1.5625rem;
  }
}

.p-accordion__toggle-icon span {
  background-color: #0080a8;
  border-radius: 50%;
  display: block;
  height: 36px;
  height: 2.25rem;
  line-height: 1;
  margin-left: auto;
  position: relative;
  width: 36px;
  width: 2.25rem;
}

.p-accordion__toggle-icon span:nth-child(1) {
  background: #0080a8;
  border-radius: 0.625rem;
  content: "";
  display: block;
  height: 2px;
  height: 0.125rem;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%) rotate(90deg);
  transition: ease-in-out 0.5s;
  width: 15px;
  width: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .p-accordion__toggle-icon span:nth-child(1) {
    width: 25px;
    width: 1.5625rem;
  }
}

.p-accordion__toggle-icon span:nth-child(2) {
  background: #0080a8;
  border-radius: 0.625rem;
  content: "";
  display: block;
  height: 2px;
  height: 0.125rem;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: ease-in-out 0.5s;
  width: 15px;
  width: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .p-accordion__toggle-icon span:nth-child(2) {
    width: 25px;
    width: 1.5625rem;
  }
}

/* is-openedクラスが付与されたときのスタイル */
details.is-opened .p-accordion__toggle-icon span:nth-child(1) {
  transform: translateX(-50%) rotate(180deg);
}

details.is-opened .p-accordion__toggle-icon span:nth-child(2) {
  opacity: 0;
}

.p-accordion__answer-box {
  background-color: transparent;
  overflow: hidden;
}

.p-accordion__answer {
  background-color: #fff;
  cursor: pointer;
  display: flex;
  gap: 20px;
  gap: 1.25rem;
  padding: 7px 9px 40px;
  padding: 0.4375rem 0.5625rem 2.5rem;
  transition: ease-in-out 0.5s;
}
@media screen and (min-width: 768px) {
  .p-accordion__answer {
    gap: 25px;
    gap: 1.5625rem;
    padding: 30px 35px 36px;
    padding: 1.875rem 2.1875rem 2.25rem;
  }
}

.p-accordion__answer-text {
  flex: 1;
  text-align: justify;
}

.p-accordion02__details + .p-accordion02__details {
  margin-top: 5px;
  margin-top: 0.3125rem;
}
@media screen and (min-width: 768px) {
  .p-accordion02__details + .p-accordion02__details {
    margin-top: 10px;
    margin-top: 0.625rem;
  }
}

.p-accordion02__question {
  align-items: center;
  background-color: #ebf5f9;
  border-top-left-radius: 5px;
  border-top-left-radius: 0.3125rem;
  border-top-right-radius: 5px;
  border-top-right-radius: 0.3125rem;
  cursor: pointer;
  display: flex;
  gap: 19px;
  gap: 1.1875rem;
  padding: 14px 15px;
  padding: 0.875rem 0.9375rem;
  transition: ease-in-out 0.5s;
}
@media screen and (min-width: 768px) {
  .p-accordion02__question {
    border-top-left-radius: 10px;
    border-top-left-radius: 0.625rem;
    border-top-right-radius: 10px;
    border-top-right-radius: 0.625rem;
    gap: 25px;
    gap: 1.5625rem;
    padding: 30px 25px 30px 75px;
    padding: 1.875rem 1.5625rem 1.875rem 4.6875rem;
  }
}

.p-accordion02__question-text {
  color: #0080a8;
  flex: 1;
  font-size: max(17px, 10px);
  font-size: max(1.0625rem, 10px);
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.5882352941;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-accordion02__question-text {
    font-size: max(28px, 10px);
    font-size: max(1.75rem, 10px);
    letter-spacing: 0.14em;
    line-height: 1.7142857143;
  }
}

.p-accordion02__question-text span {
  font-size: max(15px, 10px);
  font-size: max(0.9375rem, 10px);
  line-height: 1.5666666667;
}
@media screen and (min-width: 768px) {
  .p-accordion02__question-text span {
    font-size: max(28px, 10px);
    font-size: max(1.75rem, 10px);
    line-height: 1.7142857143;
  }
}

.p-accordion02__toggle {
  flex-shrink: 0;
  margin-left: auto;
  transition: transform 0.3s ease;
}

.p-accordion02__toggle-icon {
  border-right: 2px #0080a8;
  border-right: 0.125rem #0080a8;
  border-top: 2px #0080a8;
  border-top: 0.125rem #0080a8;
  display: block;
  height: 15px;
  height: 0.9375rem;
  pointer-events: none;
  position: relative;
  transform-origin: center;
  width: 15px;
  width: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .p-accordion02__toggle-icon {
    height: 25px;
    height: 1.5625rem;
    width: 25px;
    width: 1.5625rem;
  }
}

.p-accordion02__toggle-icon span {
  background-color: #0080a8;
  border-radius: 50%;
  display: block;
  height: 36px;
  height: 2.25rem;
  line-height: 1;
  margin-left: auto;
  position: relative;
  width: 36px;
  width: 2.25rem;
}

.p-accordion02__toggle-icon span:nth-child(1) {
  background: #0080a8;
  border-radius: 0.625rem;
  content: "";
  display: block;
  height: 2px;
  height: 0.125rem;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%) rotate(90deg);
  transition: ease-in-out 0.5s;
  width: 15px;
  width: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .p-accordion02__toggle-icon span:nth-child(1) {
    width: 25px;
    width: 1.5625rem;
  }
}

.p-accordion02__toggle-icon span:nth-child(2) {
  background: #0080a8;
  border-radius: 0.625rem;
  content: "";
  display: block;
  height: 2px;
  height: 0.125rem;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: ease-in-out 0.5s;
  width: 15px;
  width: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .p-accordion02__toggle-icon span:nth-child(2) {
    width: 25px;
    width: 1.5625rem;
  }
}

details.is-opened .p-accordion02__toggle-icon span:nth-child(1) {
  transform: translateX(-50%) rotate(180deg);
}

details.is-opened .p-accordion02__toggle-icon span:nth-child(2) {
  opacity: 0;
}

.p-accordion02__answer-box {
  background-color: transparent;
  overflow: hidden;
}

.p-accordion02__answer {
  margin-top: 2px;
  margin-top: 0.125rem;
  padding-bottom: 59px;
  padding-bottom: 3.6875rem;
}
@media screen and (min-width: 768px) {
  .p-accordion02__answer {
    margin-top: 0;
    padding-bottom: 72px;
    padding-bottom: 4.5rem;
  }
}

.p-accordion02__item {
  cursor: pointer;
  display: flex;
  flex-direction: column;
  transition: ease-in-out 0.5s;
}
@media screen and (min-width: 768px) {
  .p-accordion02__item {
    flex-direction: row;
  }
}

@media screen and (min-width: 768px) {
  .p-accordion02__item:not(:last-child) {
    border-bottom: 1px solid #000;
    border-bottom: 0.0625rem solid #000;
  }
}

.p-accordion02__title {
  background-color: #ebf5f9;
  color: #0080a8;
  padding: 5px 10px;
  padding: 0.3125rem 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-accordion02__title {
    padding: 30px 35px 32px;
    padding: 1.875rem 2.1875rem 2rem;
    text-align: center;
    width: min(100%, 264px);
    width: min(100%, 16.5rem);
  }
}

.p-accordion02__detail {
  background-color: #fff;
  flex: 1;
  padding: 8px 10px;
  padding: 0.5rem 0.625rem;
  text-align: justify;
}
@media screen and (min-width: 768px) {
  .p-accordion02__detail {
    padding: 30px 20px 32px 48px;
    padding: 1.875rem 1.25rem 2rem 3rem;
    text-align: left;
  }
}
.p-accordion02__detail ul,
.p-accordion02__detail ol {
  padding-left: 20px;
  padding-left: 1.25rem;
}
.p-accordion02__detail ul {
  list-style: disc;
}
.p-accordion02__detail ol {
  list-style: decimal;
}
.p-accordion02__detail li + li {
  margin-top: 5px;
  margin-top: 0.3125rem;
}

.p-accordion02__button {
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-accordion02__button {
    margin-top: 58px;
    margin-top: 3.625rem;
    width: 355px;
    width: 22.1875rem;
  }
}

.p-banner {
  background: linear-gradient(253.07deg, rgba(63, 216, 132, 0.1) 0.1%, rgba(0, 179, 222, 0.1) 99.9%);
  border-radius: 0.625rem;
  display: block;
  overflow: hidden;
}

.p-banner__inner {
  background: transparent url(../images/job/fig_bg_banner_sp.png) no-repeat right bottom/100%;
  background: transparent url(../images/job/fig_bg_banner_sp.webp) no-repeat right bottom/319px 189px;
  background: transparent url(../images/job/fig_bg_banner_sp.webp) no-repeat right bottom/19.9375rem 11.8125rem;
  padding: 52px 20px 23px 13px;
  padding: 3.25rem 1.25rem 1.4375rem 0.8125rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-banner__inner {
    background: transparent url(../images/job/fig_bg_banner.png) no-repeat right bottom/653px 100%;
    background: transparent url(../images/job/fig_bg_banner.png) no-repeat right bottom/40.8125rem 100%;
    background: transparent url(../images/job/fig_bg_banner.webp) no-repeat right bottom/653px 100%;
    background: transparent url(../images/job/fig_bg_banner.webp) no-repeat right bottom/40.8125rem 100%;
    padding: 95px 45px 50px;
    padding: 5.9375rem 2.8125rem 3.125rem;
  }
}

.p-banner__title {
  color: #fff !important;
}

.p-banner__title {
  align-items: center;
  background: #0080a8;
  border-radius: 0 0 0.625rem 0;
  display: inline-flex;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 500;
  justify-content: center;
  left: 0;
  letter-spacing: 0.1em;
  line-height: 1;
  padding: 11px 7px 10px 10px;
  padding: 0.6875rem 0.4375rem 0.625rem 0.625rem;
  position: absolute;
  top: 0;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .p-banner__title {
    font-size: 20px;
    font-size: 1.25rem;
    letter-spacing: 0.13em;
    padding: 22px 17px 23px 25px;
    padding: 1.375rem 1.0625rem 1.4375rem 1.5625rem;
  }
}

.p-banner__read {
  color: #0080a8;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.9285714286;
}
@media screen and (min-width: 768px) {
  .p-banner__read {
    font-size: 28px;
    font-size: 1.75rem;
    letter-spacing: 0.14em;
    line-height: 1.7142857143;
  }
}

.p-banner__text {
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.6666666667;
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-banner__text {
    font-size: 16px;
    font-size: 1rem;
    letter-spacing: 0.2em;
    line-height: 2.375;
    margin-top: 5px;
    margin-top: 0.3125rem;
  }
}

.p-banner__img {
  bottom: 0;
  position: absolute;
  right: 0;
}

.p-banner--01 .p-banner__img {
  right: 0;
  width: 115.5px;
  width: 7.21875rem;
}
@media screen and (min-width: 768px) {
  .p-banner--01 .p-banner__img {
    right: 114px;
    right: 7.125rem;
    width: 212px;
    width: 13.25rem;
  }
}

.p-banner--02 .p-banner__img {
  right: 0;
  width: 122px;
  width: 7.625rem;
}
@media screen and (min-width: 768px) {
  .p-banner--02 .p-banner__img {
    right: 80px;
    right: 5rem;
    width: 232px;
    width: 14.5rem;
  }
}

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

.p-banner__arrow {
  aspect-ratio: 1/1;
  display: block;
  height: 23.5px;
  height: 1.46875rem;
  position: absolute;
  right: 10px;
  right: 0.625rem;
  top: 10px;
  top: 0.625rem;
  width: 23.5px;
  width: 1.46875rem;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .p-banner__arrow {
    bottom: 20px;
    bottom: 1.25rem;
    height: 44px;
    height: 2.75rem;
    right: 20px;
    right: 1.25rem;
    top: auto;
    width: 44px;
    width: 2.75rem;
  }
}

.p-banner__arrow img {
  -o-object-fit: contain;
  aspect-ratio: 1/1;
  height: auto;
     object-fit: contain;
  width: 100%;
}

.p-benefits-environment {
  padding-bottom: 140px;
  padding-bottom: 8.75rem;
  padding-top: 80px;
  padding-top: 5rem;
}
@media screen and (min-width: 768px) {
  .p-benefits-environment {
    padding-bottom: 240px;
    padding-bottom: 15rem;
    padding-top: 228px;
    padding-top: 14.25rem;
  }
}

.p-benefits-environment__text {
  margin-top: 20px;
  margin-top: 1.25rem;
  text-align: justify;
}
@media screen and (min-width: 768px) {
  .p-benefits-environment__text {
    margin-top: 24px;
    margin-top: 1.5rem;
  }
}

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

.p-benefits-environment__img {
  border-radius: 0.625rem;
  overflow: hidden;
}

.p-benefits-environment__img img {
  -o-object-fit: cover;
  aspect-ratio: 636/445;
  height: auto;
     object-fit: cover;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-benefits-environment__img img {
    aspect-ratio: 576/430;
  }
}

.p-benefits-main {
  padding-bottom: 90px;
  padding-bottom: 5.625rem;
  padding-top: 64px;
  padding-top: 4rem;
}
@media screen and (min-width: 768px) {
  .p-benefits-main {
    padding-bottom: 228px;
    padding-bottom: 14.25rem;
    padding-top: 215px;
    padding-top: 13.4375rem;
  }
}

.p-benefits-main--cp {
  background: rgba(0, 128, 168, 0.05);
}
@media screen and (min-width: 768px) {
  .p-benefits-main--cp {
    padding-top: 230px;
    padding-top: 14.375rem;
  }
}

.p-benefits-main__wrap {
  grid-row-gap: 20px;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  margin-top: 20px;
  margin-top: 1.25rem;
  row-gap: 20px;
  row-gap: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-benefits-main__wrap {
    -moz-column-gap: 3rem;
         column-gap: 3rem;
    grid-template-columns: repeat(2, 1fr);
    margin-top: 52px;
    margin-top: 3.25rem;
    row-gap: 57px;
    row-gap: 3.5625rem;
  }
}

.p-card01 {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .p-card01 {
    align-items: center;
    flex-direction: row-reverse;
    justify-content: space-between;
  }
}

@media screen and (min-width: 768px) {
  .p-card01:nth-child(even) {
    flex-direction: row;
  }
}

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

.p-card01__title {
  color: #00b3de;
  font-size: 17px;
  font-size: 1.0625rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.5882352941;
  order: 1;
}
@media screen and (min-width: 768px) {
  .p-card01__title {
    font-size: 28px;
    font-size: 1.75rem;
    letter-spacing: 0.14em;
    line-height: 1.7142857143;
  }
}
@media (max-width: 375px) {
  .p-card01__title {
    font-size: clamp(14px, -3.456px + 5.455vw, 17.008px);
    font-size: clamp(0.875rem, -0.216rem + 5.455vw, 1.063rem);
  }
}

.p-card01__text {
  margin-top: 10px;
  margin-top: 0.625rem;
  order: 3;
  text-align: justify;
}
@media screen and (min-width: 768px) {
  .p-card01__text {
    margin-top: 10px;
    margin-top: 0.625rem;
  }
}

.p-card01__bottom {
  margin-top: 16px;
  margin-top: 1rem;
  order: 2;
}
@media screen and (min-width: 768px) {
  .p-card01__bottom {
    margin-top: 0;
    width: 48%;
  }
}

.p-card01__img {
  border-radius: 0.625rem;
  overflow: hidden;
}

.p-card01__img img {
  -o-object-fit: cover;
  aspect-ratio: 636/445;
  height: auto;
     object-fit: cover;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-card01__img img {
    aspect-ratio: 576/342;
  }
}

.p-card02 {
  -moz-column-gap: 0.625rem;
  align-items: center;
  border-radius: 0.625rem;
       column-gap: 0.625rem;
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
  padding: 12.5px 15px 23px;
  padding: 0.78125rem 0.9375rem 1.4375rem;
}
@media screen and (min-width: 768px) {
  .p-card02 {
    flex-direction: column;
    justify-content: center;
    padding: 28px 33px 15px;
    padding: 1.75rem 2.0625rem 0.9375rem;
  }
}

.p-card02--cplite {
  background: #ebf5f9;
}

.p-card02--white {
  background: #fff;
}

.p-card02__icon {
  width: 79px;
  width: 4.9375rem;
}
@media screen and (min-width: 768px) {
  .p-card02__icon {
    width: 150px;
    width: 9.375rem;
  }
}

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

.p-card02__body {
  display: contents;
}
@media screen and (min-width: 768px) {
  .p-card02__body {
    display: block;
    margin-top: 22px;
    margin-top: 1.375rem;
  }
}

.p-card02__title {
  color: #00b3de;
  font-size: 17px;
  font-size: 1.0625rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.5882352941;
  width: calc(100% - 5.5625rem);
}
@media screen and (min-width: 768px) {
  .p-card02__title {
    font-size: 28px;
    font-size: 1.75rem;
    letter-spacing: 0.14em;
    line-height: 1.7142857143;
    text-align: center;
    width: 100%;
  }
}

.p-card02__text {
  margin-top: 3px;
  margin-top: 0.1875rem;
  text-align: justify;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-card02__text {
    margin-top: 22px;
    margin-top: 1.375rem;
  }
}

.p-company-business {
  padding-bottom: 90px;
  padding-bottom: 5.625rem;
  padding-top: 90px;
  padding-top: 5.625rem;
}
@media screen and (min-width: 768px) {
  .p-company-business {
    padding-bottom: 228px;
    padding-bottom: 14.25rem;
    padding-top: 228px;
    padding-top: 14.25rem;
  }
}

.p-company-business__description {
  margin-top: 20px;
  margin-top: 1.25rem;
  text-align: justify;
}
@media screen and (min-width: 768px) {
  .p-company-business__description {
    margin-top: 26px;
    margin-top: 1.625rem;
  }
}

.p-company-dev {
  background-color: rgba(0, 128, 168, 0.1);
  padding-bottom: 90px;
  padding-bottom: 5.625rem;
  padding-top: 90px;
  padding-top: 5.625rem;
}
@media screen and (min-width: 768px) {
  .p-company-dev {
    padding-bottom: 228px;
    padding-bottom: 14.25rem;
    padding-top: 228px;
    padding-top: 14.25rem;
  }
}

.p-company-feature {
  padding-bottom: 140px;
  padding-bottom: 8.75rem;
  padding-top: 92px;
  padding-top: 5.75rem;
}
@media screen and (min-width: 768px) {
  .p-company-feature {
    padding-bottom: 240px;
    padding-bottom: 15rem;
    padding-top: 228px;
    padding-top: 14.25rem;
  }
}

.p-company-feature__list {
  margin-top: 25px;
  margin-top: 1.5625rem;
}
@media screen and (min-width: 768px) {
  .p-company-feature__list {
    margin-top: 46px;
    margin-top: 2.875rem;
  }
}

.p-company-intro {
  background: linear-gradient(253.07deg, #3fd884 0.1%, #00b3de 99.9%);
  padding-bottom: 92px;
  padding-bottom: 5.75rem;
  padding-top: 97px;
  padding-top: 6.0625rem;
}
@media screen and (min-width: 768px) {
  .p-company-intro {
    padding-bottom: 112px;
    padding-bottom: 7rem;
    padding-top: 165px;
    padding-top: 10.3125rem;
  }
}

.p-company-intro__wrapper {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .p-company-intro__wrapper {
    flex-direction: row-reverse;
    gap: 43px;
    gap: 2.6875rem;
  }
}

.p-company-intro__image {
  order: 2;
}
@media screen and (min-width: 768px) {
  .p-company-intro__image {
    order: initial;
    width: min(100%, 577px);
    width: min(100%, 36.0625rem);
  }
}

.p-company-intro__image img {
  -o-object-fit: cover;
  aspect-ratio: 636/706;
  height: auto;
     object-fit: cover;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-company-intro__image img {
    aspect-ratio: 577/750;
  }
}

.p-company-intro__text-block {
  display: contents;
}
@media screen and (min-width: 768px) {
  .p-company-intro__text-block {
    display: block;
    margin-top: 51px;
    margin-top: 3.1875rem;
    width: min(100%, 576px);
    width: min(100%, 36rem);
  }
}

.p-company-intro__heading {
  color: #fff;
  order: 1;
}
@media screen and (min-width: 768px) {
  .p-company-intro__heading {
    order: initial;
  }
}

.p-company-intro__description {
  color: #fff;
  margin-top: 41px;
  margin-top: 2.5625rem;
  order: 3;
  text-align: justify;
}
@media screen and (min-width: 768px) {
  .p-company-intro__description {
    margin-top: 26px;
    margin-top: 1.625rem;
    order: initial;
  }
}

.p-condition-list {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .p-condition-list {
    border-radius: 0.625rem;
    overflow: hidden;
  }
}

.p-condition-list__item {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .p-condition-list__item {
    border-bottom: 1px solid #000;
    flex-direction: row;
  }
}

.p-condition-list__item:last-child {
  border-bottom: none;
}

.p-condition-list__title {
  background-color: #ebf5f9;
  color: #0080a8;
  flex-shrink: 0;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 2.5;
  padding-bottom: 5px;
  padding-bottom: 0.3125rem;
  padding-left: 9px;
  padding-left: 0.5625rem;
  padding-right: 9px;
  padding-right: 0.5625rem;
  padding-top: 5px;
  padding-top: 0.3125rem;
}
@media screen and (min-width: 768px) {
  .p-condition-list__title {
    font-size: 16px;
    font-size: 1rem;
    letter-spacing: 0.2em;
    line-height: 2.375;
    padding-bottom: 31px;
    padding-bottom: 1.9375rem;
    padding-left: 20px;
    padding-left: 1.25rem;
    padding-right: 20px;
    padding-right: 1.25rem;
    padding-top: 31px;
    padding-top: 1.9375rem;
    text-align: center;
    width: 264px;
    width: 16.5rem;
  }
}

.p-condition-list__title[data-dept=carrier] {
  background-color: #0080a8;
  color: #fff;
}

@media screen and (min-width: 768px) {
  .p-condition-list__title[data-dept=newgrads] {
    font-size: max(20px, 10px);
    font-size: max(1.25rem, 10px);
    padding-bottom: 25px;
    padding-bottom: 1.5625rem;
    padding-top: 25px;
    padding-top: 1.5625rem;
  }
}

.p-condition-list__detail {
  background-color: #fff;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 2.5;
  padding-bottom: 7px;
  padding-bottom: 0.4375rem;
  padding-left: 9px;
  padding-left: 0.5625rem;
  padding-right: 9px;
  padding-right: 0.5625rem;
  padding-top: 9px;
  padding-top: 0.5625rem;
}
@media screen and (min-width: 768px) {
  .p-condition-list__detail {
    flex: 1;
    font-size: 16px;
    font-size: 1rem;
    letter-spacing: 0.2em;
    line-height: 2.375;
    padding-bottom: 31px;
    padding-bottom: 1.9375rem;
    padding-left: 47px;
    padding-left: 2.9375rem;
    padding-right: 20px;
    padding-right: 1.25rem;
    padding-top: 31px;
    padding-top: 1.9375rem;
  }
}

.p-content {
  grid-gap: 15px 20px;
  display: grid;
  gap: 15px 20px;
  gap: 0.9375rem 1.25rem;
  grid-template-columns: auto 1fr;
}
@media screen and (min-width: 768px) {
  .p-content {
    gap: 10px 40px;
    gap: 0.625rem 2.5rem;
  }
}

.p-content__text-block {
  display: contents;
}

.p-content__icon {
  width: 84px;
  width: 5.25rem;
}
@media screen and (min-width: 768px) {
  .p-content__icon {
    align-self: start;
    grid-row: 1/3;
    width: 270px;
    width: 16.875rem;
  }
}

.p-content__icon img {
  -o-object-fit: contain;
  aspect-ratio: 1/1;
  height: auto;
     object-fit: contain;
  width: 100%;
}

.p-content__title {
  align-self: center;
  color: #00b3de;
  font-size: max(17px, 10px);
  font-size: max(1.0625rem, 10px);
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.5882352941;
}
@media screen and (min-width: 768px) {
  .p-content__title {
    align-self: end;
    font-size: max(28px, 10px);
    font-size: max(1.75rem, 10px);
    letter-spacing: 0.14em;
    line-height: 1.7142857143;
  }
}

.p-content__description {
  grid-column: 1/-1;
  text-align: justify;
}
@media screen and (min-width: 768px) {
  .p-content__description {
    grid-column: 2;
  }
}

.p-contents {
  display: flex;
  flex-direction: column;
  gap: 40px;
  gap: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-contents {
    gap: 88px;
    gap: 5.5rem;
  }
}

.p-drawer {
  background-color: beige;
  padding: 100px 0 80px;
  padding: 6.25rem 0 5rem;
}

.p-drawer__nav-item a {
  display: flex;
  gap: 10px;
  gap: 0.625rem;
  padding: 10px;
  padding: 0.625rem;
}

/* hover指定できるPCを想定したスタイル */
/* hoverが使えないタッチ端末を想定した装飾 */
.p-education-feature {
  background: rgba(0, 128, 168, 0.05);
  padding-bottom: 140px;
  padding-bottom: 8.75rem;
  padding-top: 64px;
  padding-top: 4rem;
}
@media screen and (min-width: 768px) {
  .p-education-feature {
    padding-bottom: 240px;
    padding-bottom: 15rem;
    padding-top: 225px;
    padding-top: 14.0625rem;
  }
}

.p-education-feature__wrap {
  grid-row-gap: 40px;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  margin-top: 24px;
  margin-top: 1.5rem;
  row-gap: 40px;
  row-gap: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-education-feature__wrap {
    margin-top: 54px;
    margin-top: 3.375rem;
    row-gap: 80px;
    row-gap: 5rem;
  }
}

.p-education-main {
  padding-bottom: 90px;
  padding-bottom: 5.625rem;
  padding-top: 66px;
  padding-top: 4.125rem;
}
@media screen and (min-width: 768px) {
  .p-education-main {
    padding-bottom: 230px;
    padding-bottom: 14.375rem;
    padding-top: 215px;
    padding-top: 13.4375rem;
  }
}

.p-education-main__inner {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .p-education-main__inner {
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
  }
}

.p-education-main__top {
  display: contents;
}
@media screen and (min-width: 768px) {
  .p-education-main__top {
    display: block;
    width: 43.5%;
  }
}

.p-education-main__heading {
  order: 1;
}

.p-education-main__description {
  margin-top: 20px;
  margin-top: 1.25rem;
  order: 3;
  text-align: justify;
}
@media screen and (min-width: 768px) {
  .p-education-main__description {
    margin-top: 26px;
    margin-top: 1.625rem;
  }
}

.p-education-main__bottom {
  margin-top: 18px;
  margin-top: 1.125rem;
  order: 2;
}
@media screen and (min-width: 768px) {
  .p-education-main__bottom {
    margin-top: 0;
    width: 52.9166666667%;
  }
}

.p-education-main__img {
  border-radius: 0.625rem;
  overflow: hidden;
}

.p-education-main__img img {
  -o-object-fit: cover;
  aspect-ratio: 636/500;
  height: auto;
     object-fit: cover;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-education-main__img img {
    aspect-ratio: 635/503;
  }
}

.p-entry-carrier-explain__text-block {
  margin-top: 21px;
  margin-top: 1.3125rem;
}
@media screen and (min-width: 768px) {
  .p-entry-carrier-explain__text-block {
    margin-top: 26px;
    margin-top: 1.625rem;
  }
}

.p-entry-carrier-explain__date strong {
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-entry-carrier-explain__date strong {
    font-weight: 900;
  }
}

.p-entry-carrier-info {
  padding-bottom: 30px;
  padding-bottom: 1.875rem;
  padding-top: 30px;
  padding-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-entry-carrier-info {
    padding-bottom: 157px;
    padding-bottom: 9.8125rem;
    padding-top: 140px;
    padding-top: 8.75rem;
  }
}

.p-entry-carrier-info__intro {
  margin-top: 63px;
  margin-top: 3.9375rem;
}
@media screen and (min-width: 768px) {
  .p-entry-carrier-info__intro {
    margin-top: 140px;
    margin-top: 8.75rem;
    text-align: justify;
  }
}

.p-entry-carrier-info__job {
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-entry-carrier-info__job {
    margin-top: 80px;
    margin-top: 5rem;
  }
}

.p-entry-intro__description {
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-entry-intro__description {
    letter-spacing: 0.19em;
    margin-top: 26px;
    margin-top: 1.625rem;
  }
}

@media screen and (min-width: 768px) {
  .p-entry-intro__description.u-text__main-text {
    letter-spacing: 0.19em;
  }
}

.p-entry-intro__catch {
  font-size: max(12px, 10px);
  font-size: max(0.75rem, 10px);
  letter-spacing: 0.1em;
  line-height: 2.0833333333;
  margin-top: 30px;
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-entry-intro__catch {
    font-size: max(16px, 10px);
    font-size: max(1rem, 10px);
    letter-spacing: 0.2em;
    line-height: 2.375;
    margin-top: 21px;
    margin-top: 1.3125rem;
  }
}

.p-entry-intro__catch span {
  -webkit-box-decoration-break: clone;
  background: linear-gradient(253.07deg, #3fd884 0.1%, #00b3de 99.9%);
  box-decoration-break: clone;
  color: #fff;
  padding: 2px 5px;
  padding: 0.125rem 0.3125rem;
}
@media screen and (min-width: 768px) {
  .p-entry-intro__catch span {
    padding: 2px 5px;
    padding: 0.125rem 0.3125rem;
  }
}

.p-entry-carrier-job__list {
  margin-top: 26px;
  margin-top: 1.625rem;
}
@media screen and (min-width: 768px) {
  .p-entry-carrier-job__list {
    margin-top: 32px;
    margin-top: 2rem;
  }
}

.p-entry-carrier-job__accordion {
  margin-top: 26px;
  margin-top: 1.625rem;
}
@media screen and (min-width: 768px) {
  .p-entry-carrier-job__accordion {
    margin-top: 48px;
    margin-top: 3rem;
  }
}

.p-entry-carrier-major__description {
  margin-top: 21px;
  margin-top: 1.3125rem;
}
@media screen and (min-width: 768px) {
  .p-entry-carrier-major__description {
    margin-top: 26px;
    margin-top: 1.625rem;
  }
}

.p-entry-carrier-process {
  background-color: #ebf5f9;
  overflow: hidden;
  padding-bottom: 71px;
  padding-bottom: 4.4375rem;
  padding-top: 84px;
  padding-top: 5.25rem;
}
@media screen and (min-width: 768px) {
  .p-entry-carrier-process {
    padding-bottom: 212px;
    padding-bottom: 13.25rem;
    padding-top: 229px;
    padding-top: 14.3125rem;
  }
}

.p-entry-carrier-process__wrapper {
  margin-top: 16px;
  margin-top: 1rem;
  padding-left: 85px;
  padding-left: 5.3125rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-entry-carrier-process__wrapper {
    margin-top: 22px;
    margin-top: 1.375rem;
    padding-left: 157px;
    padding-left: 9.8125rem;
  }
}

.p-entry-carrier-process__wrapper::before {
  background-image: url(../images/carrier/icon_process.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  height: 411px;
  height: 25.6875rem;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 66px;
  width: 4.125rem;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .p-entry-carrier-process__wrapper::before {
    height: 667px;
    height: 41.6875rem;
    width: 107px;
    width: 6.6875rem;
  }
}

.p-entry-carrier-qualification__description {
  font-size: max(12px, 10px);
  font-size: max(0.75rem, 10px);
  letter-spacing: 0.08em;
  line-height: 2.5;
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-entry-carrier-qualification__description {
    font-size: max(16px, 10px);
    font-size: max(1rem, 10px);
    letter-spacing: 0.2em;
    line-height: 2.375;
    margin-top: 26px;
    margin-top: 1.625rem;
  }
}

.p-entry-condition {
  padding-bottom: 140px;
  padding-bottom: 8.75rem;
  padding-top: 91px;
  padding-top: 5.6875rem;
}
@media screen and (min-width: 768px) {
  .p-entry-condition {
    padding-bottom: 240px;
    padding-bottom: 15rem;
    padding-top: 228px;
    padding-top: 14.25rem;
  }
}

.p-entry-condition[data-dept=carrier] {
  background-color: #ebf5f9;
}

.p-entry-condition__list {
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-entry-condition__list {
    margin-top: 54px;
    margin-top: 3.375rem;
  }
}

.p-entry-condition__button {
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-entry-condition__button {
    margin-top: 80px;
    margin-top: 5rem;
    width: 350px;
    width: 21.875rem;
  }
}

.p-entry-faq {
  padding-bottom: 64px;
  padding-bottom: 4rem;
  padding-top: 64px;
  padding-top: 4rem;
}
@media screen and (min-width: 768px) {
  .p-entry-faq {
    padding-bottom: 215px;
    padding-bottom: 13.4375rem;
    padding-top: 215px;
    padding-top: 13.4375rem;
  }
}

.p-entry-newgrads-info {
  padding-bottom: 90px;
  padding-bottom: 5.625rem;
  padding-top: 30px;
  padding-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-entry-newgrads-info {
    padding-bottom: 228px;
    padding-bottom: 14.25rem;
    padding-top: 140px;
    padding-top: 8.75rem;
  }
}

.p-entry-newgrads-info__intro {
  margin-top: 63px;
  margin-top: 3.9375rem;
}
@media screen and (min-width: 768px) {
  .p-entry-newgrads-info__intro {
    margin-top: 143px;
    margin-top: 8.9375rem;
  }
}

.p-entry-newgrads-info__job {
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-entry-newgrads-info__job {
    margin-top: 80px;
    margin-top: 5rem;
  }
}

.p-entry-newgrads-info__explain {
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-entry-newgrads-info__explain {
    margin-top: 94px;
    margin-top: 5.875rem;
  }
}

.p-entry-newgrads-info__qualification {
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-entry-newgrads-info__qualification {
    margin-top: 80px;
    margin-top: 5rem;
  }
}

.p-entry-newgrads-info__major {
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-entry-newgrads-info__major {
    margin-top: 80px;
    margin-top: 5rem;
  }
}

.p-entry {
  background: linear-gradient(253.07deg, #3fd884 0.1%, #00b3de 99.9%);
  padding-bottom: 54px;
  padding-bottom: 3.375rem;
  padding-top: 55px;
  padding-top: 3.4375rem;
}
@media screen and (min-width: 768px) {
  .p-entry {
    padding-bottom: 107px;
    padding-bottom: 6.6875rem;
    padding-top: 109px;
    padding-top: 6.8125rem;
  }
}

.p-entry__wrapper {
  align-items: center;
  display: flex;
  flex-direction: column;
}

.p-entry__heading {
  text-align: center;
}
.p-entry__heading::before {
  left: 50%;
  transform: translateX(-50%);
}

.p-entry__description {
  color: #fff;
  font-size: max(12px, 10px);
  font-size: max(0.75rem, 10px);
  letter-spacing: 0.1em;
  line-height: 2.5;
  margin-top: 20px;
  margin-top: 1.25rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-entry__description {
    font-size: max(16px, 10px);
    font-size: max(1rem, 10px);
    letter-spacing: 0.2em;
    line-height: 2.375;
    margin-top: 23px;
    margin-top: 1.4375rem;
  }
}

.p-entry__buttons {
  display: flex;
  flex-direction: column;
  gap: 28px;
  gap: 1.75rem;
  margin-top: 33px;
  margin-top: 2.0625rem;
}
@media screen and (min-width: 768px) {
  .p-entry__buttons {
    flex-direction: row;
    gap: 48px;
    gap: 3rem;
    margin-top: 48px;
    margin-top: 3rem;
  }
}

.p-footer {
  background: #fff;
  padding-top: 78px;
  padding-top: 4.875rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-footer {
    padding-top: 120px;
    padding-top: 7.5rem;
  }
}

@media screen and (min-width: 768px) {
  .p-footer__inner {
    max-width: 1474px;
    max-width: 92.125rem;
  }
}

.p-footer__wrapper {
  display: flex;
  flex-direction: column-reverse;
}
@media screen and (min-width: 768px) {
  .p-footer__wrapper {
    flex-direction: row;
    justify-content: space-between;
  }
}

.p-footer__left {
  display: flex;
  flex-direction: column;
  margin-top: 63px;
  margin-top: 3.9375rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-footer__left {
    align-items: flex-start;
    margin-top: 0;
    margin-top: initial;
  }
}

.p-footer__logo {
  margin-left: auto;
  margin-right: auto;
  width: min(100%, 245px);
  width: min(100%, 15.3125rem);
}
@media screen and (min-width: 768px) {
  .p-footer__logo {
    margin-left: 0;
    margin-left: initial;
    margin-right: 0;
    margin-right: initial;
    width: min(100%, 369px);
    width: min(100%, 23.0625rem);
  }
}

.p-footer__logo img {
  -o-object-fit: contain;
  aspect-ratio: 369/63;
  height: auto;
     object-fit: contain;
  width: 100%;
}

.p-footer__site-name {
  color: #000;
  font-size: max(12px, 10px);
  font-size: max(0.75rem, 10px);
  font-weight: 700;
  letter-spacing: 0.15em;
  margin-top: 8px;
  margin-top: 0.5rem;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .p-footer__site-name {
    font-size: max(18px, 10px);
    font-size: max(1.125rem, 10px);
    font-weight: 700;
    letter-spacing: 0.14em;
    margin-top: 22px;
    margin-top: 1.375rem;
    text-align: left;
  }
}

.p-footer__address {
  color: #000;
  display: flex;
  flex-direction: column;
  font-size: max(12px, 10px);
  font-size: max(0.75rem, 10px);
  font-style: normal;
  font-weight: 500;
  gap: 13px;
  gap: 0.8125rem;
  letter-spacing: 0.1em;
  margin-top: 28px;
  margin-top: 1.75rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-footer__address {
    display: block;
    font-size: max(13px, 10px);
    font-size: max(0.8125rem, 10px);
    font-weight: normal;
    line-height: 2.1538461538;
    margin-top: 22px;
    margin-top: 1.375rem;
    text-align: left;
  }
}

.p-footer__corp {
  margin-left: auto;
  margin-right: auto;
  margin-top: 33px;
  margin-top: 2.0625rem;
}
@media screen and (min-width: 768px) {
  .p-footer__corp {
    margin-left: 0;
    margin-left: initial;
    margin-right: 0;
    margin-right: initial;
    margin-top: 35px;
    margin-top: 2.1875rem;
  }
}

.p-footer__right {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .p-footer__right {
    align-items: flex-end;
    width: min(100%, 657px);
    width: min(100%, 41.0625rem);
  }
}

.p-footer__nav {
  grid-gap: 15px;
  display: grid;
  gap: 15px;
  gap: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .p-footer__nav {
    gap: 22px 36px;
    gap: 1.375rem 2.25rem;
    grid-template-columns: repeat(2, minmax(19.375rem, 1fr));
  }
}

.p-footer__nav-link {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding-bottom: 8px;
  padding-bottom: 0.5rem;
  padding-top: 8px;
  padding-top: 0.5rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-footer__nav-link {
    padding-bottom: 12px;
    padding-bottom: 0.75rem;
    padding-top: 12px;
    padding-top: 0.75rem;
  }
}

.p-footer__nav-link::after {
  background: linear-gradient(90deg, #3fd884 0,#3fd884 10%, #00b3de 10%, #00b3de 100%);
  background: linear-gradient(90deg, #3fd884 0 10%, #00b3de 10% 100%);
  bottom: 0;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  width: 100%;
}

.p-footer__nav-ja {
  color: #000;
  display: inline-block;
  font-size: max(13px, 10px);
  font-size: max(0.8125rem, 10px);
  font-weight: 700;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .p-footer__nav-ja {
    font-size: max(14px, 10px);
    font-size: max(0.875rem, 10px);
    letter-spacing: 0.15em;
  }
}

.p-footer__nav-en {
  color: rgba(0, 0, 0, 0.2);
  display: inline-block;
  font-family: "Josefin Sans", sans-serif;
  font-size: max(11px, 10px);
  font-size: max(0.6875rem, 10px);
  font-weight: 300;
  letter-spacing: 0.15em;
  margin-top: 4px;
  margin-top: 0.25rem;
  text-transform: uppercase;
  transition: color 0.3s ease-in-out;
}
@media screen and (min-width: 768px) {
  .p-footer__nav-en {
    font-size: max(14px, 10px);
    font-size: max(0.875rem, 10px);
  }
}

.p-footer__entry {
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
  margin-top: 3.125rem;
}
@media screen and (min-width: 768px) {
  .p-footer__entry {
    margin-left: 0;
    margin-left: initial;
    margin-right: 0;
    margin-right: initial;
    margin-top: 74px;
    margin-top: 4.625rem;
  }
}

.p-footer__copyright {
  background: linear-gradient(253.07deg, #3fd884 0.1%, #00b3de 99.9%);
  margin-top: 67px;
  margin-top: 4.1875rem;
  padding: 3px 15px;
  padding: 0.1875rem 0.9375rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-footer__copyright {
    margin-top: 69px;
    margin-top: 4.3125rem;
    padding: 7px 20px;
    padding: 0.4375rem 1.25rem;
  }
}

.p-footer__copyright small {
  color: #fff;
  display: block;
  font-size: max(11px, 10px);
  font-size: max(0.6875rem, 10px);
  font-weight: normal;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .p-footer__copyright small {
    font-size: max(12px, 10px);
    font-size: max(0.75rem, 10px);
  }
}

@media (any-hover: hover) {
  .p-footer__nav-link:hover .p-footer__nav-en {
    color: #0080a8;
  }
}
.p-header {
  background: transparent;
  left: 0;
  position: fixed;
  top: 0;
  transition: top 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  width: 100%;
  z-index: 100;
}
@media screen and (min-width: 768px) {
  .p-header {
    top: 48px;
    top: 3rem;
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .p-header.is-fixed {
    top: -1px;
    top: -0.0625rem;
  }
}

.p-header__inner {
  align-items: center;
  backdrop-filter: blur(5px);
  background: linear-gradient(-81deg, rgb(255, 255, 255) 0%, rgba(203, 255, 251, 0.2) 57%, rgba(57, 120, 255, 0.1) 72%, rgba(255, 255, 255, 0.85) 100%);
  display: flex;
  height: 61px;
  height: 3.8125rem;
  margin-left: auto;
  margin-right: auto;
  padding: 0 17.5px 0 15.5px;
  padding: 0 1.09375rem 0 0.96875rem;
  position: relative;
  transition: 0.3s ease;
  width: 100%;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .p-header__inner {
    border-radius: 0.4375rem;
    flex-direction: row;
    flex-wrap: nowrap;
    height: auto;
    justify-content: space-between;
    padding: 21px 28px 21px 24px;
    padding: 1.3125rem 1.75rem 1.3125rem 1.5rem;
    width: 94.3287037037%;
  }
}

.p-header__inner::before {
  background: linear-gradient(87deg, rgba(255, 255, 255, 0.85) 0.1%, rgba(240, 240, 240, 0.7) 99.9%);
  bottom: 1px;
  content: "";
  left: 1px;
  position: absolute;
  right: 1px;
  top: 1px;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .p-header__inner::before {
    border-radius: 0.4375rem;
  }
}

@media screen and (min-width: 768px) {
  .p-header__inner.is-gnav-active {
    align-items: center;
    border-radius: 8px;
    height: auto;
  }
}

.p-header__logo {
  position: relative;
  z-index: 50;
}
@media screen and (min-width: 768px) {
  .p-header__logo {
    margin-left: 0;
    padding-top: 0;
    width: 445px;
    width: 27.8125rem;
  }
}

.p-header__logo-link {
  align-items: center;
  display: flex;
  gap: 12px;
  gap: 0.75rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-header__logo-link {
    gap: 25px;
    gap: 1.5625rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1500px) {
  .p-header__logo-link {
    gap: 18px;
    gap: 1.125rem;
  }
}

.p-header__logo-link:hover {
  opacity: 0.7;
}
@media screen and (min-width: 768px) {
  .p-header__logo-link:hover {
    opacity: 1;
  }
}

.p-header__logo-img {
  display: block;
  position: relative;
  width: 124px;
  width: 7.75rem;
}
@media screen and (min-width: 768px) {
  .p-header__logo-img {
    width: 274px;
    width: 17.125rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1500px) {
  .p-header__logo-img {
    width: 53%;
  }
}

.p-header__logo-img img {
  height: auto;
  width: 100%;
}

.p-header__logo-text {
  display: block;
  font-size: 10px;
  font-size: 0.625rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .p-header__logo-text {
    font-size: max(10px, 18px);
    font-size: max(10px, 1.125rem);
    white-space: nowrap;
  }
}
@media screen and (min-width: 768px) and (max-width: 1500px) {
  .p-header__logo-text {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}

.p-header__hamburger {
  -webkit-transform: translate(0, -50%);
  display: block;
  position: absolute;
  right: 11px;
  right: 0.6875rem;
  top: 50%;
  transform: translate(0, -50%);
  z-index: 100;
}
@media screen and (min-width: 768px) {
  .p-header__hamburger {
    display: none;
    position: static;
  }
}

.p-header__hamburger .line {
  background-color: #0080A8;
  display: block;
  height: 2px;
  transition: 0.3s;
  width: 28px;
}

.is-active .p-header__inner .p-header__hamburger .line,
.p-header__inner.is-gnav-active .p-header__hamburger .line {
  background-color: #0080a8;
}

.p-header__hamburger .line:nth-child(2),
.p-header__hamburger .line:nth-child(3) {
  margin-top: 8px;
}

.p-header__hamburger.active .line:nth-child(1) {
  opacity: 0;
}

.p-header__hamburger.active .line:nth-child(3) {
  opacity: 0;
}

.p-header__nav {
  background: #EBF5F9;
  display: flex;
  flex-direction: column;
  height: 100vh;
  justify-content: flex-start;
  overflow-y: auto;
  padding: 20px 28.5px 140px;
  padding: 1.25rem 1.78125rem 8.75rem;
  position: fixed;
  right: -120%;
  top: 61px;
  top: 3.8125rem;
  transition: right 0.3s ease;
  width: 100%;
  z-index: 99;
}
@media screen and (min-width: 768px) {
  .p-header__nav {
    -moz-column-gap: 2.5rem;
    align-items: center;
    background: transparent;
         column-gap: 2.5rem;
    display: flex;
    flex-direction: row;
    height: auto;
    justify-content: flex-end;
    overflow-y: auto;
    padding: 0;
    position: static;
    right: auto;
    top: auto;
    transition: none;
    width: auto;
    width: 74.9385749386%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1500px) {
  .p-header__nav {
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
  }
}

.p-header__nav.active {
  right: 0;
}
@media screen and (min-width: 768px) {
  .p-header__nav.active {
    right: auto;
  }
}

.p-header__navList {
  display: flex;
  flex-direction: column;
  margin-top: 9px;
  margin-top: 0.5625rem;
  row-gap: 20px;
  row-gap: 1.25rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-header__navList {
    -moz-column-gap: 2.3125rem;
         column-gap: 2.3125rem;
    flex-direction: row;
    justify-content: flex-end;
    margin-top: 0;
    width: auto;
  }
}
@media screen and (min-width: 768px) and (max-width: 1500px) {
  .p-header__navList {
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
  }
}

.p-header__navItem {
  border-bottom: 3px solid #00b3de;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-header__navItem {
    border-bottom: none;
  }
}

.p-header__navItem::after {
  background: #3fd884;
  bottom: -3px;
  content: "";
  height: 3px;
  left: 0;
  position: absolute;
  width: 36px;
  width: 2.25rem;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .p-header__navItem::after {
    display: none;
  }
}

.p-header__navLink {
  align-items: center;
  cursor: pointer;
  display: flex;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 500;
  justify-content: space-between;
  letter-spacing: 0.1em;
  line-height: 1;
  padding: 12px 0;
  padding: 0.75rem 0;
  position: relative;
  z-index: 3;
}
@media screen and (min-width: 768px) {
  .p-header__navLink {
    display: block;
    font-size: 15px;
    font-size: 0.9375rem;
    font-size: clamp(12px, 9.6px + 0.313vw, 15.008px);
    font-size: clamp(0.75rem, 0.6rem + 0.313vw, 0.938rem);
    letter-spacing: 0.19em;
    padding: 0;
    transition: color 0.3s;
  }
}
@media screen and (min-width: 768px) and (max-width: 1500px) {
  .p-header__navLink {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1350px) {
  .p-header__navLink {
    font-size: 12px;
    font-size: 0.75rem;
  }
}

.is-active .p-header__navLink {
  color: #000;
}

@media screen and (min-width: 768px) {
  .p-header__navLink:hover {
    color: #0080a8;
    opacity: 1;
  }
}

.p-header__nav-enText {
  color: rgba(0, 0, 0, 0.15);
  font-family: "Josefin Sans", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 300;
  letter-spacing: 0.15em;
  line-height: 1;
  position: relative;
  text-transform: uppercase;
  top: 3px;
  top: 0.1875rem;
}
@media screen and (min-width: 768px) {
  .p-header__nav-enText {
    display: none;
  }
}

.p-header__btn {
  display: flex;
  justify-content: center;
  margin-top: 58px;
  margin-top: 3.625rem;
  pointer-events: auto;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-header__btn {
    background: #0080a8;
    border: 1px solid #0080a8;
    border-radius: 0.25rem;
    color: #fff;
    display: block;
    margin-top: 0;
    min-width: 180px;
    min-width: 11.25rem;
    padding: 8.5px 0;
    padding: 0.53125rem 0;
    text-align: center;
    transition: 0.3s ease;
    width: 19.9294532628%;
  }
}

.p-header__btn a {
  margin-left: 0;
  margin-right: 0;
  max-width: 318px;
  max-width: 19.875rem;
  padding: 16.5px 6px;
  padding: 1.03125rem 0.375rem;
  pointer-events: auto;
  width: 100%;
}

.p-header__btn a .c-button__icon img {
  height: 38px;
  height: 2.375rem;
  width: 38px;
  width: 2.375rem;
}

@media screen and (min-width: 768px) {
  .p-header__btn:hover {
    background: #fff;
    color: #0080a8;
  }
}

@media screen and (min-width: 768px) {
  .p-header__btn-text {
    font-size: 15px;
    font-size: 0.9375rem;
    font-weight: 700;
    letter-spacing: 0.16em;
    line-height: 1;
    text-align: center;
    width: 100%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1500px) {
  .p-header__btn-text {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}

.p-interviews-main {
  padding-bottom: 90px;
  padding-bottom: 5.625rem;
  padding-top: 64px;
  padding-top: 4rem;
}
@media screen and (min-width: 768px) {
  .p-interviews-main {
    padding-bottom: 240px;
    padding-bottom: 15rem;
    padding-top: 218px;
    padding-top: 13.625rem;
  }
}

.p-interviews-main__wrap {
  display: flex;
  flex-direction: column;
  gap: 40px;
  gap: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-interviews-main__wrap {
    flex-direction: row;
    gap: 48px;
    gap: 3rem;
  }
}

@media screen and (min-width: 768px) {
  .p-interviews-main__block {
    width: 48%;
  }
}

.p-interviews-main__link {
  border-radius: 0.625rem;
  display: block;
  overflow: hidden;
  position: relative;
}

.p-interviews-main__block:nth-child(1) .p-interviews-main__link {
  background: #e5f7fc;
}

.p-interviews-main__block:nth-child(2) .p-interviews-main__link {
  background: #ecfbf3;
}

.p-interviews-main__img img {
  -o-object-fit: cover;
  aspect-ratio: 576/576;
  height: auto;
     object-fit: cover;
  width: 100%;
}

.p-interviews-main__block:nth-child(2) .p-interviews-main__img img {
  -o-object-position: center -1.125rem;
     object-position: center -1.125rem;
}
@media screen and (min-width: 768px) {
  .p-interviews-main__block:nth-child(2) .p-interviews-main__img img {
    -o-object-position: center center;
       object-position: center center;
  }
}

.p-interviews-main__detail {
  border-radius: 0 0 0.625rem 0.625rem;
  bottom: 0;
  left: 0;
  padding: 8px 18px 10px;
  padding: 0.5rem 1.125rem 0.625rem;
  position: absolute;
  width: 100%;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .p-interviews-main__detail {
    border-radius: 0 0.625rem 0 0.625rem;
    padding: 20px 0 23px 31px;
    padding: 1.25rem 0 1.4375rem 1.9375rem;
    width: 87.1527777778%;
  }
}

.p-interviews-main__block:nth-child(1) .p-interviews-main__detail {
  background: #00b3de;
}

.p-interviews-main__block:nth-child(2) .p-interviews-main__detail {
  background: #3fd884;
}

.p-interviews-main__title {
  color: #fff;
  font-size: 17px;
  font-size: 1.0625rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.5882352941;
}
@media screen and (min-width: 768px) {
  .p-interviews-main__title {
    font-size: 28px;
    font-size: 1.75rem;
    letter-spacing: 0.14em;
  }
}

.p-interviews-main__body {
  margin-top: 18px;
  margin-top: 1.125rem;
}
@media screen and (min-width: 768px) {
  .p-interviews-main__body {
    margin-top: 28px;
    margin-top: 1.75rem;
  }
}

.p-interviews-main__read {
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  .p-interviews-main__read {
    font-size: 20px;
    font-size: 1.25rem;
    letter-spacing: 0.2em;
  }
}

.p-interviews-main__block:nth-child(1) .p-interviews-main__read {
  color: #00b3de;
}
@media screen and (min-width: 768px) {
  .p-interviews-main__block:nth-child(1) .p-interviews-main__read {
    letter-spacing: 0.2em;
  }
}

.p-interviews-main__block:nth-child(2) .p-interviews-main__read {
  color: #3fd884;
}
@media screen and (min-width: 768px) {
  .p-interviews-main__block:nth-child(2) .p-interviews-main__read {
    letter-spacing: 0.13em;
  }
}

.p-interviews-main__text {
  margin-top: -2px;
  margin-top: -0.125rem;
}
@media screen and (min-width: 768px) {
  .p-interviews-main__text {
    margin-top: 10px;
    margin-top: 0.625rem;
  }
}

.p-interviews-single--01 {
  padding-bottom: 90px;
  padding-bottom: 5.625rem;
  padding-top: 60px;
  padding-top: 3.75rem;
}
@media screen and (min-width: 768px) {
  .p-interviews-single--01 {
    padding-bottom: 226px;
    padding-bottom: 14.125rem;
    padding-top: 215px;
    padding-top: 13.4375rem;
  }
}

.p-interviews-single--02 {
  background: rgba(0, 179, 222, 0.05);
  padding-bottom: 90px;
  padding-bottom: 5.625rem;
  padding-top: 90px;
  padding-top: 5.625rem;
}
@media screen and (min-width: 768px) {
  .p-interviews-single--02 {
    padding-bottom: 226px;
    padding-bottom: 14.125rem;
    padding-top: 232px;
    padding-top: 14.5rem;
  }
}

.p-interviews-single--03 {
  padding-bottom: 140px;
  padding-bottom: 8.75rem;
  padding-top: 92px;
  padding-top: 5.75rem;
}
@media screen and (min-width: 768px) {
  .p-interviews-single--03 {
    padding-bottom: 240px;
    padding-bottom: 15rem;
    padding-top: 236px;
    padding-top: 14.75rem;
  }
}

@media screen and (min-width: 768px) {
  .p-interviews-single--03 .p-interviews-single__inner {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 1272px;
    max-width: 79.5rem;
  }
}

.p-interviews-single__img {
  border-radius: 0.625rem;
  margin-bottom: 36px;
  margin-bottom: 2.25rem;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p-interviews-single__img {
    margin-bottom: 48px;
    margin-bottom: 3rem;
  }
}

@media screen and (min-width: 768px) {
  .p-interviews-single--03 .p-interviews-single__img {
    width: 47.1358428805%;
  }
}

.p-interviews-single__img img {
  -o-object-fit: cover;
  aspect-ratio: 636/445;
  height: auto;
     object-fit: cover;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-interviews-single__img img {
    aspect-ratio: 1200/549;
  }
}

@media screen and (min-width: 768px) {
  .p-interviews-single--03 .p-interviews-single__img img {
    aspect-ratio: 576/800;
  }
}

.p-interviews-single__heading {
  font-size: 20px;
  font-size: 1.25rem;
  letter-spacing: 0.1em;
  padding-bottom: 20px;
  padding-bottom: 1.25rem;
  text-align: justify;
}
@media screen and (min-width: 768px) {
  .p-interviews-single__heading {
    font-size: 36px;
    font-size: 2.25rem;
    letter-spacing: 0.2em;
    line-height: 1.6666666667;
    padding-bottom: 18px;
    padding-bottom: 1.125rem;
  }
}

.p-interviews-single__wrap .p-interviews-single__heading:not(:first-child) {
  margin-top: 36px;
  margin-top: 2.25rem;
}
@media screen and (min-width: 768px) {
  .p-interviews-single__wrap .p-interviews-single__heading:not(:first-child) {
    margin-top: 112px;
    margin-top: 7rem;
  }
}

@media screen and (min-width: 768px) {
  .p-interviews-single--03 .p-interviews-single__wrap {
    width: 48.9361702128%;
  }
}

.p-interviews-single__text {
  margin-top: 20px;
  margin-top: 1.25rem;
  text-align: justify;
}
@media screen and (min-width: 768px) {
  .p-interviews-single__text {
    margin-top: 24px;
    margin-top: 1.5rem;
  }
}

.p-interviews-single__btn {
  display: flex;
  justify-content: center;
  margin-top: 40px;
  margin-top: 2.5rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-interviews-single__btn {
    margin-top: 82px;
    margin-top: 5.125rem;
  }
}

.p-job-introduction {
  padding-bottom: 90px;
  padding-bottom: 5.625rem;
  padding-top: 90px;
  padding-top: 5.625rem;
}
@media screen and (min-width: 768px) {
  .p-job-introduction {
    padding-bottom: 228px;
    padding-bottom: 14.25rem;
    padding-top: 228px;
    padding-top: 14.25rem;
  }
}

.p-job-introduction--gr {
  background: rgba(63, 216, 132, 0.05);
}

.p-job-introduction--bl h3,
.p-job-introduction--bl h4 {
  color: #00b3de;
}

.p-job-introduction--gr h3,
.p-job-introduction--gr h4 {
  color: #3fd884;
}

.p-job-introduction--cp h3,
.p-job-introduction--cp h4 {
  color: #0080a8;
}

.p-job-introduction__main-head {
  position: relative;
}

.p-job-introduction__main-img {
  border-radius: 0.625rem;
  overflow: hidden;
  position: relative;
}

.p-job-introduction__main-img img {
  -o-object-fit: cover;
  aspect-ratio: 637/483;
  height: auto;
     object-fit: cover;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-job-introduction__main-img img {
    aspect-ratio: 1200/549;
  }
}

.p-job-introduction__main-detail {
  border-radius: 0 0.625rem 0 0.625rem;
  bottom: 0;
  left: 0;
  padding: 28px 14px 24px 67px;
  padding: 1.75rem 0.875rem 1.5rem 4.1875rem;
  position: absolute;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .p-job-introduction__main-detail {
    padding: 55px 64px 56px 174px;
    padding: 3.4375rem 4rem 3.5rem 10.875rem;
    width: auto;
  }
}

.p-job-introduction--bl .p-job-introduction__main-detail {
  background: #00b3de;
}

.p-job-introduction--gr .p-job-introduction__main-detail {
  background: #3fd884;
}

.p-job-introduction--cp .p-job-introduction__main-detail {
  background: #0080a8;
  padding: 28px 43px 24px 85px;
  padding: 1.75rem 2.6875rem 1.5rem 5.3125rem;
}
@media screen and (min-width: 768px) {
  .p-job-introduction--cp .p-job-introduction__main-detail {
    padding: 55px 64px 56px 174px;
    padding: 3.4375rem 4rem 3.5rem 10.875rem;
  }
}

.p-job-introduction--bl .p-job-introduction__main-detail::after {
  -webkit-transform: translate(0, -50%);
  background: transparent url(../images/job/job01_main-icon.png) no-repeat center center/100%;
  background: transparent url(../images/job/job01_main-icon.webp) no-repeat center center/100%;
  content: "";
  height: 56px;
  height: 3.5rem;
  left: 10px;
  left: 0.625rem;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 45px;
  width: 2.8125rem;
}
@media screen and (min-width: 768px) {
  .p-job-introduction--bl .p-job-introduction__main-detail::after {
    height: 112px;
    height: 7rem;
    left: 42px;
    left: 2.625rem;
    width: 89px;
    width: 5.5625rem;
  }
}

.p-job-introduction--gr .p-job-introduction__main-detail::after {
  -webkit-transform: translate(0, -50%);
  background: transparent url(../images/job/job02_main-icon.png) no-repeat center center/100%;
  background: transparent url(../images/job/job02_main-icon.webp) no-repeat center center/100%;
  content: "";
  height: 56px;
  height: 3.5rem;
  left: 10px;
  left: 0.625rem;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 45px;
  width: 2.8125rem;
}
@media screen and (min-width: 768px) {
  .p-job-introduction--gr .p-job-introduction__main-detail::after {
    height: 112px;
    height: 7rem;
    left: 42px;
    left: 2.625rem;
    width: 89px;
    width: 5.5625rem;
  }
}

.p-job-introduction--cp .p-job-introduction__main-detail::after {
  -webkit-transform: translate(0, -50%);
  background: transparent url(../images/job/job03_main-icon.png) no-repeat center center/100%;
  background: transparent url(../images/job/job03_main-icon.webp) no-repeat center center/100%;
  content: "";
  height: 56px;
  height: 3.5rem;
  left: 14px;
  left: 0.875rem;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 40px;
  width: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-job-introduction--cp .p-job-introduction__main-detail::after {
    height: 112px;
    height: 7rem;
    left: 42px;
    left: 2.625rem;
    width: 81px;
    width: 5.0625rem;
  }
}

.p-job-introduction__main-title {
  color: #fff;
  font-size: 21px;
  font-size: 1.3125rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .p-job-introduction__main-title {
    font-size: 36px;
    font-size: 2.25rem;
  }
}

.p-job-introduction__main-text {
  margin-top: 40px;
  margin-top: 2.5rem;
  text-align: justify;
}
@media screen and (min-width: 768px) {
  .p-job-introduction__main-text {
    margin-top: 34px;
    margin-top: 2.125rem;
  }
}

.p-job-introduction__case {
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-job-introduction__case {
    margin-top: 80px;
    margin-top: 5rem;
  }
}

.p-job-introduction__case-list {
  grid-row-gap: 5px;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  margin-top: 20px;
  margin-top: 1.25rem;
  row-gap: 5px;
  row-gap: 0.3125rem;
}
@media screen and (min-width: 768px) {
  .p-job-introduction__case-list {
    margin-top: 26px;
    margin-top: 1.625rem;
    row-gap: 16px;
    row-gap: 1rem;
  }
}

.p-job-introduction__case-item {
  padding-left: 10px;
  padding-left: 0.625rem;
  position: relative;
  text-align: justify;
}
@media screen and (min-width: 768px) {
  .p-job-introduction__case-item {
    padding-left: 24px;
    padding-left: 1.5rem;
  }
}

.p-job-introduction__case-item::before {
  border-radius: 50%;
  content: "";
  height: 6px;
  height: 0.375rem;
  left: 0;
  position: absolute;
  top: 14px;
  top: 0.875rem;
  width: 6px;
  width: 0.375rem;
}
@media screen and (min-width: 768px) {
  .p-job-introduction__case-item::before {
    height: 12px;
    height: 0.75rem;
    top: 12px;
    top: 0.75rem;
    width: 12px;
    width: 0.75rem;
  }
}

.p-job-introduction--bl .p-job-introduction__case-item::before {
  background: #00b3de;
}

.p-job-introduction--gr .p-job-introduction__case-item::before {
  background: #3fd884;
}

.p-job-introduction--cp .p-job-introduction__case-item::before {
  background: #0080a8;
}

.p-job-introduction__message {
  margin-top: 56px;
  margin-top: 3.5rem;
}
@media screen and (min-width: 768px) {
  .p-job-introduction__message {
    margin-top: 80px;
    margin-top: 5rem;
  }
}

.p-job-introduction__message-text {
  margin-top: 20px;
  margin-top: 1.25rem;
  text-align: justify;
}
@media screen and (min-width: 768px) {
  .p-job-introduction__message-text {
    margin-top: 26px;
    margin-top: 1.625rem;
  }
}

.p-job-introduction__skill {
  margin-top: 56px;
  margin-top: 3.5rem;
}
@media screen and (min-width: 768px) {
  .p-job-introduction__skill {
    margin-top: 80px;
    margin-top: 5rem;
  }
}

.p-job-introduction__skill-list {
  grid-row-gap: 28px;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  margin-top: 30px;
  margin-top: 1.875rem;
  row-gap: 28px;
  row-gap: 1.75rem;
}
@media screen and (min-width: 768px) {
  .p-job-introduction__skill-list {
    margin-top: 60px;
    margin-top: 3.75rem;
    row-gap: 58px;
    row-gap: 3.625rem;
  }
}

.p-job-introduction__skill-item {
  -moz-column-gap: 6.2695924765%;
  align-items: center;
       column-gap: 6.2695924765%;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .p-job-introduction__skill-item {
    justify-content: space-between;
  }
}

.p-job-introduction__skill-icon {
  max-width: 84px;
  max-width: 5.25rem;
  width: 26.3322884013%;
}
@media screen and (min-width: 768px) {
  .p-job-introduction__skill-icon {
    max-width: none;
    width: 229px;
    width: 14.3125rem;
  }
}

.p-job-introduction__skill-icon img {
  -o-object-fit: cover;
  aspect-ratio: 229/229;
  height: auto;
     object-fit: cover;
  width: 100%;
}

.p-job-introduction__skill-body {
  display: contents;
}
@media screen and (min-width: 768px) {
  .p-job-introduction__skill-body {
    display: block;
    width: 888px;
    width: 55.5rem;
  }
}

.p-job-introduction__skill-title {
  font-size: 17px;
  font-size: 1.0625rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.5882352941;
  text-align: justify;
  width: 67.3981191223%;
}
@media screen and (min-width: 768px) {
  .p-job-introduction__skill-title {
    font-size: 28px;
    font-size: 1.75rem;
    letter-spacing: 0.14em;
    line-height: 1.7142857143;
    width: auto;
  }
}
@media (max-width: 375px) {
  .p-job-introduction__skill-title {
    font-size: clamp(14px, -3.456px + 5.455vw, 17.008px);
    font-size: clamp(0.875rem, -0.216rem + 5.455vw, 1.063rem);
  }
}

.p-job-introduction__skill-text {
  margin-top: 9px;
  margin-top: 0.5625rem;
  text-align: justify;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-job-introduction__skill-text {
    margin-top: 9px;
    margin-top: 0.5625rem;
  }
}

.p-job-introduction__banner {
  margin-top: 51px;
  margin-top: 3.1875rem;
}
@media screen and (min-width: 768px) {
  .p-job-introduction__banner {
    margin-top: 80px;
    margin-top: 5rem;
  }
}

.p-job-list {
  display: flex;
  flex-direction: column;
  gap: 35px;
  gap: 2.1875rem;
}
@media screen and (min-width: 768px) {
  .p-job-list {
    gap: 50px;
    gap: 3.125rem;
  }
}

.p-job-list__item {
  display: flex;
  flex-direction: column;
  gap: 11px;
  gap: 0.6875rem;
}
@media screen and (min-width: 768px) {
  .p-job-list__item {
    gap: 21px;
    gap: 1.3125rem;
  }
}

.p-job-list__title {
  align-items: center;
  display: flex;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 500;
  gap: 6px;
  gap: 0.375rem;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .p-job-list__title {
    font-size: 16px;
    font-size: 1rem;
    gap: 12px;
    gap: 0.75rem;
    letter-spacing: 0.2em;
  }
}

.p-job-list__title::before {
  background-color: #0080a8;
  border-radius: 50%;
  content: "";
  flex-shrink: 0;
  height: 6px;
  height: 0.375rem;
  width: 6px;
  width: 0.375rem;
}
@media screen and (min-width: 768px) {
  .p-job-list__title::before {
    height: 12px;
    height: 0.75rem;
    width: 12px;
    width: 0.75rem;
  }
}

@media screen and (min-width: 768px) {
  .p-job-list__detail {
    text-align: justify;
  }
}

.p-job-main {
  padding-bottom: 34px;
  padding-bottom: 2.125rem;
  padding-top: 96px;
  padding-top: 6rem;
}
@media screen and (min-width: 768px) {
  .p-job-main {
    padding-bottom: 0;
    padding-top: 230px;
    padding-top: 14.375rem;
  }
}

.p-job-main__wrap {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 36px;
  gap: 2.25rem;
  padding-bottom: 134px;
  padding-bottom: 8.375rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-job-main__wrap {
    flex-direction: row;
    gap: 67px;
    gap: 4.1875rem;
    justify-content: center;
    padding-bottom: 0;
  }
}

.p-job-main__card {
  position: relative;
  width: 114px;
  width: 7.125rem;
}
@media screen and (min-width: 768px) {
  .p-job-main__card {
    width: 355px;
    width: 22.1875rem;
  }
}

.p-job-main__card:nth-child(2) {
  bottom: 0;
  left: calc(50% - 8.375rem);
  position: absolute;
}
@media screen and (min-width: 768px) {
  .p-job-main__card:nth-child(2) {
    left: auto;
    position: static;
  }
}

.p-job-main__card:nth-child(3) {
  bottom: 0;
  position: absolute;
  right: calc(50% - 8.375rem);
}
@media screen and (min-width: 768px) {
  .p-job-main__card:nth-child(3) {
    position: static;
    right: auto;
  }
}

.p-job-main__card .c-job {
  width: 114px;
  width: 7.125rem;
}
@media screen and (min-width: 768px) {
  .p-job-main__card .c-job {
    width: auto;
  }
}

.p-job-main__card .c-job::after {
  -webkit-transform: translate(-50%, -50%);
  aspect-ratio: 1/1;
  border-radius: 50%;
  border-style: solid;
  border-width: 1px;
  content: "";
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 165px;
  width: 10.3125rem;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .p-job-main__card .c-job::after {
    width: 437px;
    width: 27.3125rem;
  }
}

.p-job-main__card .c-job--bl .c-job__icon {
  width: 57px;
  width: 3.5625rem;
}
@media screen and (min-width: 768px) {
  .p-job-main__card .c-job--bl .c-job__icon {
    width: 134px;
    width: 8.375rem;
  }
}

.p-job-main__card .c-job--gr .c-job__icon {
  width: 57px;
  width: 3.5625rem;
}
@media screen and (min-width: 768px) {
  .p-job-main__card .c-job--gr .c-job__icon {
    width: 135px;
    width: 8.4375rem;
  }
}

.p-job-main__card .c-job--cp .c-job__icon {
  width: 52px;
  width: 3.25rem;
}
@media screen and (min-width: 768px) {
  .p-job-main__card .c-job--cp .c-job__icon {
    width: 131px;
    width: 8.1875rem;
  }
}

.p-job-main__card .c-job--bl .c-job__name {
  top: 10px;
  top: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-job-main__card .c-job--bl .c-job__name {
    top: 32px;
    top: 2rem;
  }
}

.p-job-main__card .c-job--gr .c-job__name {
  top: 4px;
  top: 0.25rem;
}
@media screen and (min-width: 768px) {
  .p-job-main__card .c-job--gr .c-job__name {
    top: 32px;
    top: 2rem;
  }
}

.p-job-main__card .c-job--cp .c-job__name {
  top: 4px;
  top: 0.25rem;
}
@media screen and (min-width: 768px) {
  .p-job-main__card .c-job--cp .c-job__name {
    top: 28px;
    top: 1.75rem;
  }
}

.p-media {
  display: flex;
  flex-direction: column;
  gap: 27px;
  gap: 1.6875rem;
}
@media screen and (min-width: 768px) {
  .p-media {
    align-items: center;
    flex-direction: row;
    gap: 43px;
    gap: 2.6875rem;
  }
}

.p-media__text-block {
  display: contents;
}
@media screen and (min-width: 768px) {
  .p-media__text-block {
    display: block;
    width: min(100%, 522px);
    width: min(100%, 32.625rem);
  }
}

.p-media__heading {
  order: 1;
}
@media screen and (min-width: 768px) {
  .p-media__heading {
    order: initial;
  }
}

.p-media__description {
  order: 3;
  text-align: justify;
}
@media screen and (min-width: 768px) {
  .p-media__description {
    margin-top: 25px;
    margin-top: 1.5625rem;
    order: initial;
  }
}

.p-media__image {
  order: 2;
}
@media screen and (min-width: 768px) {
  .p-media__image {
    order: initial;
    width: min(100%, 636px);
    width: min(100%, 39.75rem);
  }
}

.p-media__image img {
  -o-object-fit: cover;
  aspect-ratio: 636/503;
  border-radius: 0.3125rem;
  height: auto;
     object-fit: cover;
  width: 100%;
}

.p-modal {
  background-color: rgba(0, 0, 0, 0.7);
  height: 100%;
  left: 0;
  opacity: 0;
  overflow: auto;
  position: fixed;
  top: 0;
  transition: all 0.3s ease-out;
  visibility: hidden;
  width: 100%;
  z-index: 8887;
}

.p-modal-content__body {
  background: #fff;
  height: 90%;
  left: 20px;
  left: 1.25rem;
  max-width: 1280px;
  max-width: 80rem;
  overflow-y: auto;
  padding: 20px;
  padding: 1.25rem;
  position: absolute;
  right: 20px;
  right: 1.25rem;
  top: 60px;
  top: 3.75rem;
}

.p-modal-content__top {
  display: inline-block;
  position: fixed;
  right: 46px;
  right: 2.875rem;
  top: 80px;
  top: 5rem;
}

.p-modal-content__close {
  aspect-ratio: 1/1;
  display: inline-block;
  height: auto;
  position: relative;
  width: 34px;
  width: 2.125rem;
}

.p-modal-content__close::before,
.p-modal-content__close::after {
  background-color: #ED722D;
  content: "";
  display: block;
  height: 2px;
  left: 50%;
  position: absolute;
  top: 50%;
  width: 100%;
}

.p-modal-content__close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.p-modal-content__close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.p-modal-content__close:hover,
.p-modal-content__close:focus {
  -webkit-text-decoration: none;
  cursor: pointer;
  text-decoration: none;
}

/* is-show */
.is-show {
  opacity: 1;
  visibility: visible; /* モーダル表示用クラス */
}

/* body固定 */
body:has(.p-modal.is-show) {
  overflow: hidden;
}

.p-mv__inner {
  padding-bottom: 51px;
  padding-bottom: 3.1875rem;
  padding-top: 46px;
  padding-top: 2.875rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-mv__inner {
    padding-bottom: 0;
    padding-top: 28px;
    padding-top: 1.75rem;
  }
}

.p-mv__read {
  -webkit-transform: translate(-50%, 0);
  bottom: 0;
  left: 52%;
  position: absolute;
  transform: translate(-50%, 0);
  width: 76%;
  z-index: 3;
}
@media screen and (min-width: 768px) {
  .p-mv__read {
    bottom: 80px;
    bottom: 5rem;
    left: 50%;
    width: 61.0532407407%;
  }
}

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

.p-mv__images {
  overflow: hidden;
}

.p-mv__images .swiper-wrapper {
  display: flex;
}

.p-mv__images .swiper-slide {
  width: 95.4666666667% !important;
}

.p-mv__images .swiper-slide {
  flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .p-mv__images .swiper-slide {
    width: 55.3240740741% !important;
  }
}

.p-mv__img {
  width: 100.15%;
}

.p-mv__img img {
  -o-object-fit: cover;
  aspect-ratio: 1912/1960;
  height: auto;
  margin-left: -0.5%;
     object-fit: cover;
  width: 100.5%;
}

.p-process {
  flex: 1;
}

.p-process__item {
  align-items: center;
  display: flex;
  gap: 16px;
  gap: 1rem;
  padding-bottom: 30px;
  padding-bottom: 1.875rem;
  padding-top: 30px;
  padding-top: 1.875rem;
  position: relative;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-process__item {
    gap: 24px;
    gap: 1.5rem;
    padding-bottom: 51px;
    padding-bottom: 3.1875rem;
    padding-top: 51px;
    padding-top: 3.1875rem;
  }
}

.p-process__item:nth-child(odd)::before {
  background-color: #f2f9fb;
  bottom: 0;
  content: "";
  left: -9999px;
  position: absolute;
  right: -9999px;
  top: 0;
}

.p-process__text {
  color: #000;
  font-size: 17px;
  font-size: 1.0625rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.5882352941;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-process__text {
    font-size: 20px;
    font-size: 1.25rem;
    letter-spacing: 0.2em;
    line-height: 1.9;
  }
}

.p-sub-mv {
  position: relative;
}

.p-sub-mv::before {
  background: linear-gradient(253.07deg, #3fd884 0.1%, #00b3de 99.9%);
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0.1;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}

.p-sub-mv__wrapper {
  position: relative;
}

.p-interviewsSingle-fv--01 .p-sub-mv__wrapper::after {
  aspect-ratio: 301/360;
  background: transparent url(../images/interview/01/mv_img_sp.png) no-repeat center center/100%;
  background: transparent url(../images/interview/01/mv_img_sp.webp) no-repeat center center/100%;
  bottom: 0;
  content: "";
  height: auto;
  position: absolute;
  right: 0;
  width: 40.1333333333%;
  z-index: 0;
}
@media screen and (min-width: 768px) {
  .p-interviewsSingle-fv--01 .p-sub-mv__wrapper::after {
    -webkit-transform: translate(-50%, 0);
    aspect-ratio: 444/444;
    background: transparent url(../images/interview/01/mv_img.png) no-repeat center center/100%;
    background: transparent url(../images/interview/01/mv_img.webp) no-repeat center center/100%;
    left: 78.2%;
    right: auto;
    transform: translate(-50%, 0);
    width: 25.6944444444%;
  }
}

.p-interviewsSingle-fv--02 .p-sub-mv__wrapper::after {
  aspect-ratio: 270/300;
  background: transparent url(../images/interview/02/mv_img_sp.png) no-repeat center center/100%;
  background: transparent url(../images/interview/02/mv_img_sp.webp) no-repeat center center/100%;
  bottom: 0;
  content: "";
  height: auto;
  position: absolute;
  right: 0;
  width: 36%;
  z-index: 0;
}
@media screen and (min-width: 768px) {
  .p-interviewsSingle-fv--02 .p-sub-mv__wrapper::after {
    -webkit-transform: translate(-50%, 0);
    aspect-ratio: 478/444;
    background: transparent url(../images/interview/02/mv_img.png) no-repeat center center/100%;
    background: transparent url(../images/interview/02/mv_img.webp) no-repeat center center/100%;
    left: 77.2%;
    right: auto;
    transform: translate(-50%, 0);
    width: 27.662037037%;
  }
}

.p-sub-mv__image img {
  -o-object-fit: cover;
  aspect-ratio: 750/600;
  height: auto;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .p-sub-mv__image img {
    aspect-ratio: 1728/624;
  }
}

.p-interviewsSingle-fv .p-sub-mv__image img {
  aspect-ratio: 750/780;
}
@media screen and (min-width: 768px) {
  .p-interviewsSingle-fv .p-sub-mv__image img {
    aspect-ratio: 1728/624;
  }
}

.p-sub-mv__block {
  left: 8vw;
  position: absolute;
  top: 66%;
  transform: translateY(-50%);
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .p-sub-mv__block {
    left: 15.3vw;
    top: 64%;
  }
}

.p-interviewsSingle-fv .p-sub-mv__block {
  top: 57.5%;
}
@media screen and (min-width: 768px) {
  .p-interviewsSingle-fv .p-sub-mv__block {
    top: 61.5%;
  }
}

.p-interviewsSingle-fv .c-heading {
  gap: 12px;
  gap: 0.75rem;
}
@media screen and (min-width: 768px) {
  .p-interviewsSingle-fv .c-heading {
    gap: 6px;
    gap: 0.375rem;
  }
}

@media screen and (min-width: 768px) {
  .p-interviewsSingle-fv .c-heading__ja {
    line-height: 1.5833333333;
  }
}

.p-interviewsSingle-fv .c-heading__en {
  display: flex;
  flex-direction: column;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 11px;
  font-size: 0.6875rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.6363636364;
}
@media screen and (min-width: 768px) {
  .p-interviewsSingle-fv .c-heading__en {
    flex-direction: row;
    font-size: 18px;
    font-size: 1.125rem;
    gap: 40px;
    gap: 2.5rem;
    letter-spacing: 0.15em;
    line-height: 1.4444444444;
  }
}

.p-interviewsSingle-fv--01 {
  color: #0080a8;
}

.p-interviewsSingle-fv .c-heading__en span {
  display: block;
  position: relative;
}

@media screen and (min-width: 768px) {
  .p-interviewsSingle-fv .c-heading__en span:nth-child(2):before {
    -webkit-transform: translate(0, -50%);
    background: #0080a8;
    content: "";
    height: 21px;
    height: 1.3125rem;
    left: -20px;
    left: -1.25rem;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    width: 1px;
  }
}

.p-tab-nav {
  display: flex;
  gap: 18px;
  gap: 1.125rem;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .p-tab-nav {
    gap: 48px;
    gap: 3rem;
  }
}

.p-tab-nav__item {
  flex: 1;
  max-width: 576px;
  max-width: 36rem;
}

.p-tab-nav__link {
  align-items: center;
  background-color: #ebf5f9;
  border-radius: 0.3125rem;
  display: flex;
  flex-direction: column;
  gap: 8px;
  gap: 0.5rem;
  justify-content: center;
  min-height: 60px;
  min-height: 3.75rem;
  padding: 10px 20px;
  padding: 0.625rem 1.25rem;
  transition: opacity 0.3s ease-in-out;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-tab-nav__link {
    border-radius: 0.625rem;
    font-size: 18px;
    font-size: 1.125rem;
    height: 92px;
    height: 5.75rem;
  }
}

.p-tab-nav__link-text {
  color: #0080a8;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.2em;
  position: relative;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-tab-nav__link-text {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.p-tab-nav__link-text::after {
  -webkit-mask-image: url(../images/carrier/icon_arrow_tab.svg);
  -webkit-mask-size: cover;
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  background-color: #fff;
  bottom: -10px;
  bottom: -0.625rem;
  content: "";
  display: none;
  height: 6px;
  height: 0.375rem;
  left: 50%;
          mask-image: url(../images/carrier/icon_arrow_tab.svg);
          mask-position: center;
          mask-repeat: no-repeat;
          mask-size: cover;
  position: absolute;
  transform: translateX(-50%);
  width: 10px;
  width: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-tab-nav__link-text::after {
    bottom: -19px;
    bottom: -1.1875rem;
    height: 10px;
    height: 0.625rem;
    width: 17px;
    width: 1.0625rem;
  }
}

.p-tab-nav__link.is-active {
  background-color: #0080a8;
}

.p-tab-nav__link.is-active .p-tab-nav__link-text {
  color: #fff;
}

.p-tab-nav__link.is-active .p-tab-nav__link-text::after {
  display: block;
}

.p-top-company {
  background: linear-gradient(253.07deg, #3fd884 0.1%, #00b3de 99.9%);
  padding-bottom: 78px;
  padding-bottom: 4.875rem;
  padding-top: 90px;
  padding-top: 5.625rem;
}
@media screen and (min-width: 768px) {
  .p-top-company {
    padding-bottom: 190px;
    padding-bottom: 11.875rem;
    padding-top: 174px;
    padding-top: 10.875rem;
  }
}

.p-top-company__text {
  color: #fff;
  margin-top: 18px;
  margin-top: 1.125rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-top-company__text {
    margin-top: 28px;
    margin-top: 1.75rem;
  }
}

.p-top-company__btn {
  display: flex;
  justify-content: center;
  margin-top: 27px;
  margin-top: 1.6875rem;
}
@media screen and (min-width: 768px) {
  .p-top-company__btn {
    margin-top: 48px;
    margin-top: 3rem;
  }
}

.p-top-company__bottom {
  margin-top: 74px;
  margin-top: 4.625rem;
}
@media screen and (min-width: 768px) {
  .p-top-company__bottom {
    margin-top: 90px;
    margin-top: 5.625rem;
  }
}

.p-top-company__images {
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  .p-top-company__images .swiper-wrapper {
    transform: none !important;
  }
  .p-top-company__images .swiper-wrapper {
    display: flex;
  }
}

.p-top-company__images .swiper-slide {
  width: 40.9387222947% !important;
}

.p-top-company__images .swiper-slide {
  flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .p-top-company__images .swiper-slide {
    width: 33.3333333333% !important;
  }
}

.p-top-company__img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-top-company__img {
    width: auto;
  }
}

.p-top-company__img img {
  -o-object-fit: cover;
  height: auto;
     object-fit: cover;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-top-company__img img {
    aspect-ratio: 576/307;
  }
}

.p-top-concept {
  overflow-x: clip;
  padding-bottom: 262px;
  padding-bottom: 16.375rem;
  padding-top: 260px;
  padding-top: 16.25rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-top-concept {
    padding-bottom: 448px;
    padding-bottom: 28rem;
    padding-top: 276px;
    padding-top: 17.25rem;
  }
}

.p-top-concept::after {
  -webkit-transform: translate(-50%, 0);
  background: transparent url(../images/top/concept_bg_sp.png) no-repeat center center/cover;
  bottom: 0;
  content: "";
  height: 290px;
  height: 18.125rem;
  left: 50%;
  position: absolute;
  transform: translate(-50%, 0);
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-top-concept::after {
    background: transparent url(../images/top/concept_bg.png) no-repeat center center/cover;
    height: 681px;
    height: 42.5625rem;
  }
}

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

.p-top-concept__wrap {
  padding-left: 16px;
  padding-left: 1rem;
  padding-right: 16px;
  padding-right: 1rem;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .p-top-concept__wrap {
    padding-left: 25px;
    padding-left: 1.5625rem;
    padding-right: 25px;
    padding-right: 1.5625rem;
  }
}

.p-top-concept__read {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 900;
  letter-spacing: 0.2em;
  line-height: 2.2142857143;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-top-concept__read {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 2.4166666667;
  }
}

.p-top-concept__text {
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.2em;
  line-height: 2.5;
  margin-top: 20px;
  margin-top: 1.25rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-top-concept__text {
    font-size: max(10px, 18px);
    font-size: max(10px, 1.125rem);
    line-height: 3.3333333333;
    margin-top: 50px;
    margin-top: 3.125rem;
  }
}

.p-top-concept__img {
  border-radius: 0.4375rem;
  overflow: hidden;
  position: absolute;
}

.p-top-concept__img--01 {
  left: 34px;
  left: 2.125rem;
  top: -190px;
  top: -11.875rem;
  width: 24.4%;
}
@media screen and (min-width: 768px) {
  .p-top-concept__img--01 {
    left: 82px;
    left: 5.125rem;
    top: -146px;
    top: -9.125rem;
    width: 13.1365740741%;
  }
}

.p-top-concept__img--02 {
  border-radius: 0.4375rem 0 0 0.4375rem;
  right: 0;
  top: -170px;
  top: -10.625rem;
  width: 34.6666666667%;
}
@media screen and (min-width: 768px) {
  .p-top-concept__img--02 {
    right: 0;
    top: -210px;
    top: -13.125rem;
    width: 18.8078703704%;
  }
}

.p-top-concept__img--03 {
  bottom: -152px;
  bottom: -9.5rem;
  left: 0;
  width: 40.1333333333%;
}
@media screen and (min-width: 768px) {
  .p-top-concept__img--03 {
    bottom: -288px;
    bottom: -18rem;
    left: 140px;
    left: 8.75rem;
    width: 23.9583333333%;
  }
}

.p-top-concept__img--04 {
  bottom: -184px;
  bottom: -11.5rem;
  right: 28px;
  right: 1.75rem;
  width: 28.8%;
}
@media screen and (min-width: 768px) {
  .p-top-concept__img--04 {
    bottom: -228px;
    bottom: -14.25rem;
    right: 130px;
    right: 8.125rem;
    width: 13.8888888889%;
  }
}

.p-top-concept__img img {
  -o-object-fit: cover;
  height: auto;
     object-fit: cover;
  width: 100%;
}

.p-top-faq {
  padding-bottom: 84px;
  padding-bottom: 5.25rem;
}
@media screen and (min-width: 768px) {
  .p-top-faq {
    padding-bottom: 227px;
    padding-bottom: 14.1875rem;
  }
}

@media screen and (min-width: 768px) {
  .p-top-faq__inner {
    max-width: 1250px;
    max-width: 78.125rem;
  }
}

.p-top-faq__wrap {
  background: #E5F2F6;
  border-radius: 0.625rem;
  padding-bottom: 50px;
  padding-bottom: 3.125rem;
  padding-top: 50px;
  padding-top: 3.125rem;
}
@media screen and (min-width: 768px) {
  .p-top-faq__wrap {
    padding-bottom: 70px;
    padding-bottom: 4.375rem;
    padding-top: 70px;
    padding-top: 4.375rem;
  }
}

.p-top-faq__text {
  margin-top: 16px;
  margin-top: 1rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-top-faq__text {
    margin-top: 28px;
    margin-top: 1.75rem;
  }
}

.p-top-faq__btn {
  display: flex;
  justify-content: center;
  margin-top: 33px;
  margin-top: 2.0625rem;
}
@media screen and (min-width: 768px) {
  .p-top-faq__btn {
    margin-top: 50px;
    margin-top: 3.125rem;
  }
}

.p-top-interview {
  padding-bottom: 90px;
  padding-bottom: 5.625rem;
  padding-top: 92px;
  padding-top: 5.75rem;
}
@media screen and (min-width: 768px) {
  .p-top-interview {
    padding-bottom: 146px;
    padding-bottom: 9.125rem;
    padding-top: 208px;
    padding-top: 13rem;
  }
}

@media screen and (min-width: 768px) {
  .p-top-interview__inner {
    max-width: 1250px;
    max-width: 78.125rem;
  }
}

.p-top-interview__img {
  border-radius: 0.625rem;
  margin-top: 26px;
  margin-top: 1.625rem;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p-top-interview__img {
    margin-top: 60px;
    margin-top: 3.75rem;
  }
}

.p-top-interview__img img {
  -o-object-fit: cover;
  aspect-ratio: 636/438;
  height: auto;
     object-fit: cover;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-top-interview__img img {
    aspect-ratio: 1200/549;
  }
}

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

.p-top-interview__btn {
  display: flex;
  justify-content: center;
  margin-top: 33px;
  margin-top: 2.0625rem;
}
@media screen and (min-width: 768px) {
  .p-top-interview__btn {
    margin-top: 50px;
    margin-top: 3.125rem;
  }
}

.p-top-intro {
  background: #fff;
  border-radius: 0.625rem;
  height: 100%;
  padding-bottom: 34px;
  padding-bottom: 2.125rem;
  padding-top: 26px;
  padding-top: 1.625rem;
}
@media screen and (min-width: 768px) {
  .p-top-intro {
    display: flex;
    flex-direction: column;
    padding-bottom: 20px;
    padding-bottom: 1.25rem;
    padding-top: 48px;
    padding-top: 3rem;
    width: 576px;
    width: 36rem;
  }
}

.p-top-intro__img {
  margin-top: 21px;
  margin-top: 1.3125rem;
}
@media screen and (min-width: 768px) {
  .p-top-intro__img {
    margin-top: 42px;
    margin-top: 2.625rem;
  }
}

.p-top-intro__img img {
  -o-object-fit: cover;
  aspect-ratio: 576/364;
  height: auto;
     object-fit: cover;
  width: 100%;
}

.p-top-intro__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 17px 15px 0;
  padding: 1.0625rem 0.9375rem 0;
}
@media screen and (min-width: 768px) {
  .p-top-intro__body {
    height: 100%;
    padding: 30px 26px 30px;
    padding: 1.875rem 1.625rem 1.875rem;
  }
}

.p-top-intro__text {
  text-align: justify;
}
@media screen and (min-width: 768px) {
  .p-top-intro__text {
    flex-grow: 1;
  }
}

.p-top-intro__btn {
  display: flex;
  justify-content: center;
  margin-top: 28px;
  margin-top: 1.75rem;
}
@media screen and (min-width: 768px) {
  .p-top-intro__btn {
    margin-top: 26px;
    margin-top: 1.625rem;
  }
}

.p-top-job {
  padding-bottom: 88px;
  padding-bottom: 5.5rem;
  padding-top: 90px;
  padding-top: 5.625rem;
}
@media screen and (min-width: 768px) {
  .p-top-job {
    padding-bottom: 264px;
    padding-bottom: 16.5rem;
    padding-top: 230px;
    padding-top: 14.375rem;
  }
}

@media screen and (min-width: 768px) {
  .p-top-job__inner {
    max-width: 1332px;
    max-width: 83.25rem;
  }
}

.p-top-job__wrap {
  display: flex;
  flex-direction: column;
  gap: 108px;
  gap: 6.75rem;
  margin-top: 104px;
  margin-top: 6.5rem;
}
@media screen and (min-width: 768px) {
  .p-top-job__wrap {
    flex-direction: row;
    gap: 67px;
    gap: 4.1875rem;
    justify-content: center;
    margin-top: 70px;
    margin-top: 4.375rem;
    padding-left: 41px;
    padding-left: 2.5625rem;
    padding-right: 41px;
    padding-right: 2.5625rem;
  }
}

.p-top-job__card {
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-top-job__card {
    width: 355px;
    width: 22.1875rem;
  }
}

.p-top-job__card-head {
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-top-job__card-head {
    margin-left: 0;
    margin-right: 0;
  }
}

.p-top-job__card-body {
  margin-top: 86px;
  margin-top: 5.375rem;
}
@media screen and (min-width: 768px) {
  .p-top-job__card-body {
    margin-top: 42px;
    margin-top: 2.625rem;
  }
}

.p-top-job__card-text {
  text-align: justify;
}

.p-top-job__btn {
  display: flex;
  justify-content: center;
  margin-top: 36px;
  margin-top: 2.25rem;
}
@media screen and (min-width: 768px) {
  .p-top-job__btn {
    margin-top: 66px;
    margin-top: 4.125rem;
  }
}

.p-unit {
  border-radius: 0.625rem;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .p-unit {
    flex-direction: row;
  }
}

@media screen and (min-width: 768px) {
  .p-unit:nth-child(even) {
    flex-direction: row-reverse;
  }
}

@media screen and (min-width: 768px) {
  .p-unit__image {
    width: min(100%, 572px);
    width: min(100%, 35.75rem);
  }
}

.p-unit__image img {
  -o-object-fit: cover;
  aspect-ratio: 636/504;
  border-radius: 0.3125rem;
  height: auto;
     object-fit: cover;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-unit__image img {
    aspect-ratio: 572/513;
    border-radius: 0.625rem;
  }
}

.p-unit__text-block {
  margin-top: -35px;
  margin-top: -2.1875rem;
  padding: 60px 0 25px 17px;
  padding: 3.75rem 0 1.5625rem 1.0625rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-unit__text-block {
    display: flex;
    flex: 1;
    flex-direction: column;
    justify-content: center;
    margin-top: 125px;
    margin-top: 7.8125rem;
    padding: 48px 40px 36px 52px;
    padding: 3rem 2.5rem 2.25rem 3.25rem;
  }
}

@media screen and (min-width: 768px) {
  .p-unit:nth-child(even) .p-unit__text-block {
    padding: 50px 48px 36px 47px;
    padding: 3.125rem 3rem 2.25rem 2.9375rem;
  }
}

.p-unit__text-block::before {
  background-color: #e5f7fc;
  border-radius: 0.3125rem;
  bottom: 0;
  content: "";
  left: -15px;
  left: -0.9375rem;
  position: absolute;
  right: -15px;
  right: -0.9375rem;
  top: 0;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .p-unit__text-block::before {
    bottom: 0;
    left: -170px;
    left: -10.625rem;
    right: 0;
    top: 0;
  }
}

.p-unit:nth-child(even) .p-unit__text-block::before {
  background-color: #ecfbf3;
}
@media screen and (min-width: 768px) {
  .p-unit:nth-child(even) .p-unit__text-block::before {
    bottom: 0;
    left: 0;
    right: -170px;
    right: -10.625rem;
    top: 0;
  }
}

.p-unit__title {
  color: #00b3de;
  font-size: max(17px, 10px);
  font-size: max(1.0625rem, 10px);
  font-weight: 500;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .p-unit__title {
    font-size: max(28px, 10px);
    font-size: max(1.75rem, 10px);
  }
}

.p-unit:nth-child(even) .p-unit__title {
  color: #3fd884;
}

.p-unit__description {
  margin-top: 17px;
  margin-top: 1.0625rem;
  text-align: justify;
}
@media screen and (min-width: 768px) {
  .p-unit__description {
    margin-top: 27px;
    margin-top: 1.6875rem;
  }
}

.p-units {
  display: flex;
  flex-direction: column;
  gap: 90px;
  gap: 5.625rem;
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-units {
    gap: 120px;
    gap: 7.5rem;
    margin-top: 114px;
    margin-top: 7.125rem;
  }
}

.u-color-bl {
  color: #00b3de;
}

.u-color-gr {
  color: #3fd884;
}

.u-font-zcool {
  font-family: "ZCOOL QingKe HuangYou", sans-serif;
  font-weight: 400;
}

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

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

.u-text__main-text {
  font-size: max(12px, 10px);
  font-size: max(0.75rem, 10px);
  letter-spacing: 0.1em;
  line-height: 2.5;
}
@media screen and (min-width: 768px) {
  .u-text__main-text {
    font-size: max(16px, 10px);
    font-size: max(1rem, 10px);
    letter-spacing: 0.2em;
    line-height: 2.375;
  }
}
/*# sourceMappingURL=style.css.map */
