@charset "UTF-8";
/* リキッドレイアウト対応 */
@font-face {
  font-family: "M PLUS 1p";
  src: url("../fonts/MPLUS1p-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "M PLUS 1p";
  src: url("../fonts/MPLUS1p-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "M PLUS 1p";
  src: url("../fonts/MPLUS1p-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "M PLUS 1p";
  src: url("../fonts/MPLUS1p-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "M PLUS 1p";
  src: url("../fonts/MPLUS1p-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "M PLUS 1p";
  src: url("../fonts/MPLUS1p-ExtraBold.woff") format("woff");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "M PLUS 1p";
  src: url("../fonts/MPLUS1p-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
body {
  font-family: "Noto Sans JP", sans-serif;
}

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

@media screen and (min-width: 768px) {
  .u-mobile {
    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.3333333333vw;
  }
}
@media (min-width: 1200px) {
  html {
    font-size: 16px;
  }
}

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

/* ホバー */
a {
  text-decoration: none;
  color: inherit;
  transition: opacity 0.3s;
}
@media screen and (min-width: 768px) {
  a:hover {
    opacity: 0.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;
}

/* Set core root defaults */
html {
  scroll-behavior: smooth;
}

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

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

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

/* Make images easier to work with */
img {
  max-width: 100%;
  display: block;
  width: 100%;
}

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

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

/* Blur images when they have no alt attribute */
img:not([alt]) {
  filter: blur(10px);
}

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

textarea {
  resize: vertical;
}

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

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

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

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

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

.l-interview-inner {
  max-width: 37.5rem;
}
@media screen and (min-width: 768px) {
  .l-interview-inner {
    max-width: 65.625rem;
  }
}

.test {
  font-size: 1.25rem;
  background-color: #111;
  color: #fff;
}

.p-career-plan {
  background: #fff;
  color: #111;
  padding-top: 5.125rem;
}
@media screen and (min-width: 768px) {
  .p-career-plan {
    padding-top: 5.125rem;
  }
}

.p-career-plan__hero {
  padding: 3.125rem 0 3.625rem;
}
@media screen and (min-width: 768px) {
  .p-career-plan__hero {
    padding: 6rem 0 4.75rem;
  }
}

.p-career-plan__heading {
  text-align: center;
  width: fit-content;
}
@media screen and (min-width: 768px) {
  .p-career-plan__heading {
    text-align: left;
    width: auto;
  }
}

.p-career-plan__en {
  font-family: "Bebas Neue", sans-serif;
  font-size: 3.25rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .p-career-plan__en {
    font-size: 6.25rem;
  }
}

.p-career-plan__sub {
  display: inline-block;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.4;
  margin-top: 0.5rem;
  padding-top: 0.5625rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-career-plan__sub {
    font-size: 1.4375rem;
    margin-top: 0.75rem;
    padding-top: 1.125rem;
  }
}

.p-career-plan__sub::before {
  border-top: 0.1875rem solid #fe4504;
  content: "";
  left: 50%;
  position: absolute;
  top: 0;
  transform: translateX(-50%);
  width: 13.75rem;
}
@media screen and (min-width: 768px) {
  .p-career-plan__sub::before {
    left: 0;
    transform: none;
    width: 19.1875rem;
  }
}

.p-career-plan__intro {
  margin: 3.625rem auto 0;
  max-width: 62.5rem;
}
@media screen and (min-width: 768px) {
  .p-career-plan__intro {
    margin-top: 4.75rem;
  }
}

.p-career-plan__intro-title {
  color: #476ed6;
  font-size: 1.5625rem;
  font-weight: 700;
  line-height: 1.45;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-career-plan__intro-title {
    font-size: 2.1875rem;
  }
}

.p-career-plan__text {
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1.9;
  margin-top: 1.625rem;
}
@media screen and (min-width: 768px) {
  .p-career-plan__text {
    font-size: 1.125rem;
    letter-spacing: 0.03em;
    line-height: 1.95;
    margin-top: 1.875rem;
  }
}

.p-career-plan__intro .p-career-plan__text {
  margin-left: auto;
  margin-right: auto;
  max-width: 50rem;
}
@media screen and (min-width: 768px) {
  .p-career-plan__intro .p-career-plan__text {
    font-size: 1.25rem;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 1.75;
  }
}

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

.p-career-plan__text--wide {
  margin-left: auto;
  margin-right: auto;
  max-width: 63.125rem;
}

.p-career-plan__future,
.p-career-plan__training {
  background: #f2f1e9;
}

.p-career-plan__future {
  padding: 3.625rem 0 4rem;
}
@media screen and (min-width: 768px) {
  .p-career-plan__future {
    padding: 6.5rem 0 4.75rem;
  }
}

.p-career-plan__section-title {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.45;
  text-align: center;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  border-bottom: 3px solid #FE4504;
}
@media screen and (min-width: 768px) {
  .p-career-plan__section-title {
    font-size: 2.1875rem;
  }
}

.p-career-plan__diagram {
  margin: 2.25rem auto 0;
  max-width: 62.5rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-career-plan__diagram {
    margin-top: 7rem;
  }
}

.p-career-plan__diagram-main {
  display: block;
  height: auto;
  position: relative;
  width: 100%;
  z-index: 1;
}

.p-career-plan__diagram + .p-career-plan__text--wide {
  max-width: 50rem;
}

.p-career-plan__diagram-logo {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-career-plan__diagram-logo {
    display: block;
    height: auto;
    position: absolute;
    z-index: 2;
  }
}

@media screen and (min-width: 768px) {
  .p-career-plan__diagram-logo--left {
    right: 9.375rem;
    top: -7.8125rem;
    width: 7.8125rem;
  }
}

@media screen and (min-width: 768px) {
  .p-career-plan__diagram-logo--right {
    right: -0.125rem;
    top: 0.875rem;
    width: 8.0625rem;
  }
}

.p-career-plan__license {
  background: #fff;
  margin: 2.375rem auto 0;
  max-width: 62.5rem;
  padding: 1.75rem 1.125rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-career-plan__license {
    margin-top: 3.625rem;
    min-height: 13.9375rem;
    padding: 3rem 2.625rem 2.375rem;
  }
}

.p-career-plan__license-title {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.45;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  border-bottom: 3px solid #FE4504;
}
@media screen and (min-width: 768px) {
  .p-career-plan__license-title {
    font-size: 1.875rem;
  }
}

.p-career-plan__license-list {
  display: grid;
  flex-wrap: wrap;
  gap: 0.625rem 1.25rem;
  justify-content: center;
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-career-plan__license-list {
    grid-template-columns: repeat(3, 1fr);
    column-gap: 1.5rem;
    margin-left: auto;
    justify-content: initial;
    margin-right: auto;
    margin-top: 1.75rem;
    max-width: 42.375rem;
    row-gap: 0;
  }
}

.p-career-plan__license-list li {
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.5;
  padding-left: 1rem;
  position: relative;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .p-career-plan__license-list li {
    font-size: 1.25rem;
    line-height: 2.1;
    padding-left: 1.25rem;
  }
}

.p-career-plan__license-list li::before {
  border: 0.125rem solid currentColor;
  border-radius: 50%;
  content: "";
  height: 0.5625rem;
  left: 0;
  position: absolute;
  top: 0.4375rem;
  width: 0.5625rem;
}
@media screen and (min-width: 768px) {
  .p-career-plan__license-list li::before {
    height: 0.75rem;
    top: 1rem;
    width: 0.75rem;
  }
}

.p-career-plan__salary {
  padding: 3.625rem 0 3.875rem;
}
@media screen and (min-width: 768px) {
  .p-career-plan__salary {
    padding: 5.25rem 0 5.125rem;
  }
}

.p-career-plan__salary-list {
  display: grid;
  justify-content: center;
  margin: 2.125rem auto 0;
  max-width: 62.5rem;
  grid-template-columns: 1fr 1fr;
  gap: 0.75rem;
}
@media screen and (min-width: 600px) {
  .p-career-plan__salary-list {
    gap: 1.125rem;
    grid-template-columns: repeat(2, 13.75rem);
  }
}
@media screen and (min-width: 768px) {
  .p-career-plan__salary-list {
    gap: 2.5rem;
    grid-template-columns: repeat(4, 13.75rem);
    margin-top: 3.375rem;
  }
}

.p-career-plan__salary-item {
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-career-plan__salary-item {
    width: 13.75rem;
  }
}

@media screen and (min-width: 768px) {
  .p-career-plan__salary-item + .p-career-plan__salary-item::before {
    border-bottom: 1.25rem solid transparent;
    border-left: 1.25rem solid #fcb98b;
    border-top: 1.25rem solid transparent;
    content: "";
    left: -1.875rem;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
  }
}

.p-career-plan__salary-item img {
  display: block;
  height: auto;
  width: 100%;
}

.p-career-plan__training {
  padding: 3.625rem 0 4.25rem;
}
@media screen and (min-width: 768px) {
  .p-career-plan__training {
    padding: 5.75rem 0 5.75rem;
  }
}

.p-career-plan__training-title {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.45;
  margin-top: 2.625rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-career-plan__training-title {
    font-size: 1.875rem;
    margin-top: 3.625rem;
  }
}

.p-career-plan__training-list {
  display: grid;
  gap: 1.5rem;
  justify-content: center;
  margin: 1.75rem auto 0;
  max-width: 62.5rem;
}
@media screen and (min-width: 768px) {
  .p-career-plan__training-list {
    gap: 4.8125rem;
    grid-template-columns: repeat(3, 17.625rem);
    margin-top: 2.25rem;
  }
}

@media screen and (min-width: 768px) {
  .p-career-plan__training .p-career-plan__text--wide {
    max-width: 63.4375rem;
  }
}

@media screen and (min-width: 768px) {
  .p-career-plan__training .p-career-plan__text p + p {
    margin-top: 0;
  }
}

.p-career-plan__training-item {
  background: #fff;
  border: 0.125rem solid #4688e3;
  border-radius: 0.9375rem;
  box-shadow: 0 0.125rem 0 #4688e3;
  display: flex;
  flex-direction: column;
  min-height: 24.375rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-career-plan__training-item {
    min-height: 24.375rem;
  }
}

@media screen and (min-width: 768px) {
  .p-career-plan__training-item + .p-career-plan__training-item::before {
    background: url(../images/career-plan/training-item-arrow.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    content: "";
    left: -3.375rem;
    position: absolute;
    top: 11.9375rem;
    z-index: 2;
    width: 1.9375rem;
    height: 2.25rem;
  }
}

.p-career-plan__training-month {
  align-items: center;
  background: #4688e3;
  color: #fff;
  display: flex;
  font-size: 1.5rem;
  font-weight: 700;
  height: 3.625rem;
  justify-content: center;
  line-height: 1;
  border-top-left-radius: 0.8125rem;
  border-top-right-radius: 0.8125rem;
}
@media screen and (min-width: 768px) {
  .p-career-plan__training-month {
    font-size: 1.625rem;
    height: 3.8125rem;
  }
}

.p-career-plan__training-icon {
  align-items: center;
  align-self: center;
  background: #9fc5f8;
  border-radius: 50%;
  display: flex;
  height: 6.5rem;
  justify-content: center;
  margin-top: 1.875rem;
  width: 6.5rem;
}

.p-career-plan__training-icon img {
  display: block;
  height: 4.625rem;
  object-fit: contain;
  width: 4.875rem;
}

.p-career-plan__training-name {
  display: block;
  font-size: 1.3125rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.55;
  margin-top: 1.375rem;
  padding: 0 1.125rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-career-plan__training-name {
    font-size: 1.375rem;
  }
}

.p-career-plan__training-note {
  display: block;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.8;
  margin-top: 1.375rem;
  padding: 0 1.5625rem 1.5rem;
  text-align: left;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .p-career-plan__training-note {
    font-size: 1.125rem;
    line-height: 1.88;
  }
}

.p-career {
  background: #fff;
  padding-top: 5.125rem;
}
@media screen and (min-width: 768px) {
  .p-career {
    padding-top: 8.625rem;
  }
}

.p-career__content {
  max-width: 63.125rem;
  margin-left: auto;
  margin-right: auto;
}

.p-career__hero {
  padding-top: 3.125rem;
}
@media screen and (min-width: 768px) {
  .p-career__hero {
    padding-top: 3.5rem;
  }
}

.p-career__heading {
  text-align: center;
  width: fit-content;
}
@media screen and (min-width: 768px) {
  .p-career__heading {
    text-align: left;
    width: auto;
  }
}

.p-career__en {
  font-family: "Bebas Neue", sans-serif;
  font-size: 3.25rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1;
  border-bottom: 3px solid #fe4504;
  width: fit-content;
}
@media screen and (min-width: 768px) {
  .p-career__en {
    font-size: 6.25rem;
    text-align: center;
    width: 34.8125rem;
  }
}

.p-career__sub {
  display: block;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.5;
  margin-top: 0.3125rem;
  text-align: center;
  white-space: nowrap;
  width: 17.375rem;
}
@media screen and (min-width: 768px) {
  .p-career__sub {
    font-size: 1.4375rem;
    line-height: 1.3043478261;
    margin-top: 1.0625rem;
    width: 34.8125rem;
  }
}

.p-career__hero-panel {
  background: linear-gradient(90deg, #e1edf2 0%, #f7fafc 25.6158%, #f8f8f8 70.4434%, #e1edf2 100%);
  margin-top: 2.625rem;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p-career__hero-panel {
    margin-top: 3.875rem;
  }
}

.p-career__hero-layout {
  display: grid;
  gap: 1.75rem;
  padding: 2.375rem 0 0;
}
@media screen and (min-width: 768px) {
  .p-career__hero-layout {
    align-items: end;
    gap: 4rem;
    grid-template-columns: minmax(0, 32.5rem) minmax(0, 1fr);
    min-height: 26.875rem;
    padding-top: 0;
    max-width: 63.75rem;
    margin-left: auto;
    margin-right: auto;
  }
}

.p-career__hero-text {
  color: #000;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .p-career__hero-text {
    padding-bottom: 2.5rem;
  }
}

.p-career__catch {
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.65;
}
@media screen and (min-width: 768px) {
  .p-career__catch {
    font-size: 2.375rem;
    line-height: 1.63;
    white-space: nowrap;
  }
}

.p-career__lead {
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.85;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-career__lead {
    font-size: 1.25rem;
    line-height: 1.75;
    margin-top: 1.75rem;
  }
}

.p-career__profile {
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 0.03em;
  line-height: 1.6;
  margin-top: 1.125rem;
}
@media screen and (min-width: 768px) {
  .p-career__profile {
    font-size: 1.25rem;
    line-height: 1.3;
    margin-top: 1.75rem;
  }
}

.p-career__hero-image {
  align-self: end;
  justify-self: center;
  margin-bottom: -0.0625rem;
  max-width: 26.875rem;
  width: 92%;
}
@media screen and (min-width: 768px) {
  .p-career__hero-image {
    justify-self: end;
    max-width: 26.875rem;
    width: 100%;
  }
}

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

.p-career__steps {
  padding: 2.875rem 0 3.375rem;
}
@media screen and (min-width: 768px) {
  .p-career__steps {
    padding: 4rem 0 3.75rem;
  }
}

.p-career__scroll {
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-career__scroll {
    overflow: visible;
  }
}

.p-career__scroll::before,
.p-career__scroll::after {
  opacity: 1;
  pointer-events: none;
  position: absolute;
  transition: opacity 0.25s ease, visibility 0.25s ease;
  visibility: visible;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .p-career__scroll::before,
  .p-career__scroll::after {
    display: none;
  }
}

.p-career__scroll::before {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.08) 100%);
  bottom: 0;
  content: "";
  right: 0;
  top: 0;
  width: 4.75rem;
}

.p-career__scroll::after {
  align-items: center;
  animation: career-scroll-hint 1.4s ease-in-out infinite;
  background: rgba(0, 0, 0, 0.68);
  border-radius: 62.4375rem;
  bottom: 1rem;
  color: #fff;
  content: "SCROLL  >";
  display: inline-flex;
  font-size: 0.6875rem;
  font-weight: 700;
  height: 1.875rem;
  justify-content: center;
  letter-spacing: 0;
  padding: 0 0.8125rem;
  right: 0.875rem;
}

.p-career__scroll.is-scroll-hint-hidden::before,
.p-career__scroll.is-scroll-hint-hidden::after {
  opacity: 0;
  visibility: hidden;
}

@keyframes career-scroll-hint {
  0%, 100% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(0.5rem);
  }
}
.p-career__chart {
  margin: 0 auto;
  width: 50rem;
}
@media screen and (min-width: 768px) {
  .p-career__chart {
    max-width: 74.6875rem;
    width: 100%;
  }
}

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

.p-career__article {
  background: #f2f1e9;
  padding: 3.375rem 0 4.375rem;
}
@media screen and (min-width: 768px) {
  .p-career__article {
    padding: 6rem 0 7rem;
  }
}

.p-career__article-inner {
  margin: 0 auto;
  max-width: 63.125rem;
}

.p-career__section + .p-career__photo,
.p-career__photo + .p-career__section,
.p-career__section + .p-career__section {
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-career__section + .p-career__photo,
  .p-career__photo + .p-career__section,
  .p-career__section + .p-career__section {
    margin-top: 4.75rem;
  }
}

.p-career__section-title {
  color: #0381f8;
  font-size: 1.1875rem;
  font-weight: 700;
  line-height: 1.7;
}
@media screen and (min-width: 768px) {
  .p-career__section-title {
    font-size: 1.625rem;
    line-height: 1.4;
  }
}

.p-career__text {
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 1.9;
}
@media screen and (min-width: 768px) {
  .p-career__text {
    font-size: 1.125rem;
    letter-spacing: 0.03em;
    line-height: 1.95;
  }
}

.p-career__section-title + .p-career__text,
.p-career__text + .p-career__text {
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .p-career__section-title + .p-career__text,
  .p-career__text + .p-career__text {
    margin-top: 1.375rem;
  }
}

.p-career__photo {
  aspect-ratio: 320/200;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p-career__photo {
    aspect-ratio: 640/400;
    max-width: 40rem;
  }
}

.p-career__photo img {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.p-career__text + .p-career__photo {
  margin-top: 1.75rem;
}
@media screen and (min-width: 768px) {
  .p-career__text + .p-career__photo {
    margin-top: 2.75rem;
  }
}

.p-career__photo--presi {
  aspect-ratio: 1368/769;
}
@media screen and (min-width: 768px) {
  .p-career__photo--presi {
    aspect-ratio: 1368/769;
    max-width: 50rem;
  }
}

.p-career__photo + .p-career__text {
  margin-top: 1.75rem;
}
@media screen and (min-width: 768px) {
  .p-career__photo + .p-career__text {
    margin-top: 2.75rem;
  }
}

.p-contact {
  padding-top: 4rem;
  padding-bottom: 4.5rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-contact {
    padding-top: 6rem;
    padding-bottom: 7.5rem;
  }
}

.p-contact::before {
  position: absolute;
  content: "";
  background: url(../images/common/contact_left.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 15.3125rem;
  height: auto;
  aspect-ratio: 460/307;
  object-fit: cover;
  top: 0;
  left: 0;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .p-contact::before {
    width: 28.75rem;
  }
}

@media screen and (min-width: 768px) {
  .p-contact::after {
    position: absolute;
    content: "";
    background: url(../images/common/contact_right.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 24.1875rem;
    height: auto;
    aspect-ratio: 387/205;
    object-fit: cover;
    top: 0;
    right: 0;
    z-index: -1;
  }
}

.p-contact__content {
  max-width: 67.5rem;
  margin-left: auto;
  margin-right: auto;
}

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

.p-contact__title {
  font-size: 1.75rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .p-contact__title {
    font-size: 2.25rem;
  }
}

.p-contact__box {
  background-color: #fff;
  border: 0.1875rem solid #f6ab00;
  padding: 1.75rem 1.25rem 4rem;
  border-radius: 1.875rem;
  margin-top: 3.75rem;
}
@media screen and (min-width: 768px) {
  .p-contact__box {
    border-radius: 3.75rem;
    margin-top: 5.25rem;
    padding-top: initial;
    padding-left: 8.75rem;
    padding-right: 8.75rem;
    padding-bottom: 3.5rem;
  }
}

.p-contact__tabs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.75rem;
  justify-content: center;
  margin-top: -3.5rem;
}
@media screen and (min-width: 768px) {
  .p-contact__tabs {
    margin-top: -2rem;
    gap: 3rem;
    max-width: 38rem;
    margin-left: auto;
    margin-right: auto;
  }
}

.p-contact__tab {
  width: 100%;
  max-width: 17.5rem;
  margin-left: auto;
  margin-right: auto;
  border-radius: 0.4375rem;
  border: 0;
  background-color: #bdbdbd;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.5;
  cursor: pointer;
  font-size: 1.125rem;
  padding-top: 0.8125rem;
  padding-bottom: 0.8125rem;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-contact__tab {
    padding: 1rem 1.5rem;
    font-size: 1.25rem;
  }
}

.p-contact__tab.is-active {
  background-color: #f6ab00;
}

.p-contact__note {
  margin-top: 1.5rem;
  color: #e5005a;
  font-weight: 700;
  font-size: 0.9375rem;
  letter-spacing: 0.05em;
  line-height: 1.5;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-contact__note {
    font-size: 1rem;
    margin-top: 5rem;
  }
}

.p-contact__note--inquiry {
  color: #111;
}

.p-contact__panels {
  margin-top: 2.5rem;
}

.p-contact__honey {
  position: absolute;
  left: -100vw;
  top: 0;
  width: 1px;
  height: 1px;
  opacity: 0;
}

.p-contact__form {
  display: grid;
  margin-top: 2.5rem;
  gap: 2rem;
}
@media screen and (min-width: 768px) {
  .p-contact__form {
    gap: 3.5rem;
  }
}

.p-contact__fields {
  display: grid;
  gap: 1rem;
}
@media screen and (min-width: 768px) {
  .p-contact__fields {
    gap: 1.875rem;
  }
}

.p-contact__field {
  display: grid;
  grid-template-columns: 11.5rem 1fr;
  align-items: center;
  gap: 1.875rem;
}

.p-contact__field--address {
  align-items: start;
}

@media screen and (min-width: 768px) {
  .p-contact__field--address .p-contact__label-row {
    padding-top: 0.5rem;
  }
}

.p-contact__field--short .p-contact__input--short {
  max-width: 11.25rem;
}

.p-contact__label {
  color: #393e4c;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.7;
}

.p-contact__label-row {
  display: flex;
  align-items: center;
  gap: 0.625rem;
}

.p-contact__required {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.25rem;
  height: 1.0625rem;
  background-color: #f6ab00;
  color: #fff;
  font-size: 0.625rem;
  font-weight: 700;
  line-height: 1.7;
  border-radius: 0.125rem;
}

.p-contact__required--alert {
  background-color: #e5005a;
}

.p-contact__input {
  width: 100%;
  height: 2.5rem;
  padding: 0 0.75rem;
  border: 1px solid #bdbdbd;
  border-radius: 0.125rem;
  background-color: #fff;
  font-size: 1rem;
}

.p-contact__textarea {
  width: 100%;
  min-height: 7.5rem;
  padding: 0.625rem 0.75rem;
  border: 1px solid #bdbdbd;
  border-radius: 0.125rem;
  background-color: #fff;
  font-size: 1rem;
  resize: vertical;
}

.p-contact__textarea--lg {
  min-height: 9.375rem;
}

.p-contact__textarea::placeholder {
  color: #cccccc;
}

.p-contact__input::placeholder {
  color: #cccccc;
}

.p-contact__address {
  display: grid;
  gap: 0.5rem;
}

.p-contact__zip {
  display: grid;
  grid-template-columns: 1.5rem 1fr;
  align-items: center;
  gap: 0.5rem;
  max-width: 11.25rem;
}

.p-contact__zip-mark {
  font-size: 1rem;
  line-height: 1.485;
}

.p-contact__agreements {
  display: grid;
  gap: 2rem;
}
@media screen and (min-width: 768px) {
  .p-contact__agreements {
    gap: 1rem;
  }
}

.mt16 {
  margin-top: 1rem;
}

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

.p-contact__agree {
  display: grid;
  justify-items: start;
}

.p-contact__check {
  display: flex;
  justify-content: center;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  gap: 0.75rem;
}
@media screen and (min-width: 768px) {
  .p-contact__check {
    align-items: center;
  }
}

.p-contact__checkbox {
  position: absolute;
  opacity: 0;
  width: 1px;
  height: 1px;
}

.p-contact__check-box {
  border: 0.125rem solid #bdbdbd;
  border-radius: 0.125rem;
  background-color: #fff;
  display: grid;
  place-items: center;
  min-width: 1.3125rem;
  min-height: 1.3125rem;
  max-width: 1.3125rem;
  max-height: 1.3125rem;
}
@media screen and (min-width: 768px) {
  .p-contact__check-box {
    width: 1.5625rem;
    height: 1.5625rem;
    max-width: 1.5625rem;
    max-height: 1.5625rem;
  }
}

.p-contact__checkbox:checked + .p-contact__check-box::after {
  content: "";
  width: 0.875rem;
  height: 0.5rem;
  border-left: 0.1875rem solid #005d97;
  border-bottom: 0.1875rem solid #005d97;
  transform: rotate(-45deg);
  margin-top: -0.125rem;
}

.p-contact__check-label {
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .p-contact__check-label {
    font-size: 1.25rem;
  }
}

.p-contact__agree-text {
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-size: 0.875rem;
  text-indent: -1em;
  padding-left: 1em;
}
@media screen and (min-width: 768px) {
  .p-contact__agree-text {
    font-size: 0.9375rem;
  }
}

.p-contact__policy {
  width: 100%;
  border: 1px solid #bdbdbd;
  border-radius: 0.125rem;
  background-color: #fff;
  height: 6.25rem;
  overflow: auto;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  padding-bottom: 0.9375rem;
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .p-contact__policy {
    padding-top: 0.75rem;
    padding-bottom: 1.5rem;
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }
}

.p-contact__policy-text {
  font-weight: 500;
  font-size: 0.9375rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  white-space: pre-line;
}

.p-contact__fieldset {
  border: 0;
  padding: 0;
  margin: 0;
  min-inline-size: 0;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.625rem;
  align-items: start;
  grid-column: 1/-1;
}
@media screen and (min-width: 768px) {
  .p-contact__fieldset {
    grid-template-columns: 11.5rem 1fr;
    gap: 1.875rem;
    align-items: center;
  }
}

.p-contact__fieldset > legend {
  padding: 0;
  margin: 0;
  float: none;
}

.p-contact__choices {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .p-contact__choices {
    justify-content: flex-start;
  }
}

.p-contact__choice {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  cursor: pointer;
  width: fit-content;
}

.p-contact__radio {
  position: absolute;
  opacity: 0;
  width: 1px;
  height: 1px;
}

.p-contact__choice-box {
  width: 1.25rem;
  height: 1.25rem;
  border: 1px solid #bdbdbd;
  border-radius: 0.125rem;
  background-color: #fff;
  display: grid;
  place-items: center;
}

.p-contact__radio:checked + .p-contact__choice-box::after {
  content: "";
  width: 0.75rem;
  height: 0.4375rem;
  border-left: 0.1875rem solid #005d97;
  border-bottom: 0.1875rem solid #005d97;
  transform: rotate(-45deg);
  margin-top: -0.125rem;
}

.p-contact__choice-label {
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.485;
  color: #111111;
}

.p-contact__submit {
  width: 100%;
  max-width: 25rem;
  height: 4.375rem;
  margin-left: auto;
  margin-right: auto;
  border: 0;
  background-color: #f6ab00;
  border-radius: 0.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.875rem;
  color: #fff;
  cursor: pointer;
  position: relative;
  margin-top: 1.5rem;
}

.p-contact__submit:disabled {
  background-color: #bdbdbd;
  cursor: not-allowed;
}

.p-contact__submit-text {
  font-weight: 700;
  font-size: 1.375rem;
  line-height: 1.16;
}

.p-contact__submit-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 1.875rem;
  height: 1.875rem;
  right: 1.625rem;
}
@media screen and (min-width: 768px) {
  .p-contact__submit-icon {
    width: 2.1875rem;
    height: 2.1875rem;
    right: 2.5rem;
  }
}

.p-contact__submit-icon img {
  width: 100%;
  height: 100%;
  display: block;
}

.p-contact__submit-note {
  margin-top: 0.75rem;
  text-align: center;
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #005d97;
}
@media screen and (min-width: 768px) {
  .p-contact__submit-note {
    font-size: 1rem;
  }
}

@media screen and (min-width: 768px) {
  .p-contact__field {
    grid-template-columns: 11.5rem 1fr;
  }
}
@media (max-width: 767px) {
  .p-contact__field {
    grid-template-columns: 1fr;
    gap: 0.625rem;
    align-items: start;
  }
  .p-contact__zip {
    max-width: 100%;
  }
  .p-contact__field--short .p-contact__input--short {
    max-width: 100%;
  }
}
.p-drawer-icon {
  background: transparent;
  transition: 0.3s;
  border-radius: 9999px;
  width: 1.5rem;
  height: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 1210px) {
  .p-drawer-icon {
    display: none;
  }
}

.p-drawer-icon.is-active {
  position: relative;
  z-index: 10001;
}
.p-drawer-icon.is-active .p-drawer-icon__bars {
  width: 1.25rem;
  height: 1.25rem;
}
.p-drawer-icon.is-active .p-drawer-icon__bar1 {
  background: white;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}
.p-drawer-icon.is-active .p-drawer-icon__bar2 {
  background: white;
  opacity: 0;
}
.p-drawer-icon.is-active .p-drawer-icon__bar3 {
  background: white;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
}
.p-drawer-icon.is-active .p-drawer-icon__bar-text {
  display: none;
}

.p-drawer-icon__bars {
  position: relative;
  width: 1.25rem;
  height: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 0.4375rem;
}

.p-drawer-icon__bar1 {
  height: 1px;
  background: #000;
  transition: 0.5s;
  width: 1.25rem;
  display: flex;
}
@media screen and (min-width: 1210px) {
  .p-drawer-icon__bar1 {
    width: 1.75rem;
  }
}

.p-drawer-icon__bar2 {
  height: 1px;
  background: #000;
  transition: 0.5s;
  width: 1.25rem;
  display: flex;
}
@media screen and (min-width: 1210px) {
  .p-drawer-icon__bar2 {
    width: 1.75rem;
  }
}

.p-drawer-icon__bar3 {
  height: 1px;
  background: #000;
  transition: 0.5s;
  display: flex;
  width: 1.25rem;
}

.p-drawer-icon__bar-text {
  font-size: 0.5rem;
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
  color: #000;
}

.p-drawer-content {
  width: 100%;
  height: calc(100dvh - 2.875rem);
  position: fixed;
  right: 0;
  top: 2.875rem;
  left: 0;
  bottom: 0;
  background: #476ED6;
  z-index: 9998;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s;
  padding: 3.625rem 2rem 2.5rem;
  overflow-y: auto;
}
@media screen and (min-width: 768px) {
  .p-drawer-content {
    overflow-y: initial;
    padding: 6.5rem 2rem 2.5rem;
  }
}

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

.p-drawer-content__items {
  transition: 0.3s;
  height: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .p-drawer-content__items {
    max-width: none;
    width: auto;
    padding: 0;
    margin: 0;
  }
}

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

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

.p-drawer-content__list + .p-drawer-content__list {
  margin-top: 0;
}

.p-drawer-content__link {
  color: #fff;
  font-size: 0.9375rem;
  display: block;
  font-weight: 500;
  line-height: 3.0769230769;
  letter-spacing: 0.02em;
  text-align: center;
}

.p-drawer-content__link::before {
  content: "> ";
}

.p-drawer-content__link--button {
  width: 100%;
  appearance: none;
  background: transparent;
  border: 0;
  padding: 0;
  font-family: inherit;
  cursor: pointer;
}

.p-drawer-content__language-menu {
  display: flex;
  gap: 0.75rem;
  justify-content: center;
  margin-top: 0.25rem;
}

.p-drawer-content__language-menu[hidden] {
  display: none;
}

.p-drawer-content__language-option {
  appearance: none;
  background: rgba(255, 255, 255, 0.16);
  border: 0.0625rem solid rgba(255, 255, 255, 0.48);
  border-radius: 9999px;
  color: #fff;
  cursor: pointer;
  font-family: inherit;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1;
  min-width: 4.75rem;
  padding: 0.5rem 0.625rem;
}

.p-drawer-content__language-option.is-current {
  background: #fff;
  color: #476ED6;
}

.p-drawer-content__sns {
  display: flex;
  margin-top: 3.125rem;
  align-items: center;
  justify-content: center;
  gap: 1.25rem;
}

.p-drawer-content__sns-text {
  font-size: 0.625rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.p-drawer-content__sns-link {
  width: 1.875rem;
}

.p-drawer-content__sns-link img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.p-drawer-content__contact-wrapper {
  margin-top: 5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.p-drawer-content__contact {
  width: 15rem;
  height: 3.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(to right, #f56112, #f5ab03);
  border-radius: 0.3125rem;
  position: relative;
}

.p-drawer-content__contact-text {
  color: #fff;
  font-size: 0.875rem;
  font-weight: 500;
}

.p-drawer-content__contact svg {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0.6875rem;
  transition: 0.3s ease-in-out;
}

.p-drawer-content__contact:hover.p-drawer-content__contact svg {
  right: 0.3125rem;
}

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

.p-education {
  background: #fff;
  color: #000;
  padding-top: 4rem;
}
@media screen and (min-width: 768px) {
  .p-education {
    padding-top: 8.625rem;
  }
}

.p-education__hero {
  padding: 3rem 0 4rem;
}
@media screen and (min-width: 768px) {
  .p-education__hero {
    padding: 3.5rem 0 4.375rem;
  }
}

.p-education__heading {
  width: fit-content;
}
@media screen and (min-width: 768px) {
  .p-education__heading {
    margin-left: auto;
    margin-right: auto;
    max-width: 62.5rem;
    width: 100%;
  }
}

.p-education__en {
  border-bottom: 0.1875rem solid #fe4504;
  color: #000;
  display: inline-block;
  font-family: "Bebas Neue", sans-serif;
  font-size: 3.25rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1;
  padding-bottom: 0.375rem;
}
@media screen and (min-width: 768px) {
  .p-education__en {
    font-size: 6.25rem;
    min-width: 23.5rem;
  }
}

.p-education__sub {
  color: #000;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.4;
  margin-top: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-education__sub {
    font-size: 1.4375rem;
  }
}

.p-education__lead {
  color: #000;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.75;
  margin: 2.875rem auto 0;
  max-width: 28.8125rem;
}
@media screen and (min-width: 768px) {
  .p-education__lead {
    font-size: 1.25rem;
    line-height: 1.75;
    margin-top: 4.125rem;
  }
}

.p-education__block {
  background: #f2f1e9;
  padding: 3.375rem 0 3.5rem;
}
@media screen and (min-width: 768px) {
  .p-education__block {
    padding: 3.5rem 0 3.125rem;
  }
}

.p-education__block--dark {
  background: #fff;
  color: #000;
  padding: 3.625rem 0 3.625rem;
}
@media screen and (min-width: 768px) {
  .p-education__block--dark {
    min-height: 20rem;
    padding: 3.375rem 0 3.25rem;
  }
}

.p-education__section-title {
  border-bottom: 0.1875rem solid #fe4504;
  display: block;
  font-size: 1.625rem;
  font-weight: 700;
  line-height: 1.2;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0.5625rem;
  text-align: center;
  width: fit-content;
}
@media screen and (min-width: 768px) {
  .p-education__section-title {
    font-size: 2.1875rem;
  }
}

.p-education__section-title--dark {
  color: #000;
}

.p-education__text {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.8;
  margin: 2.25rem auto 0;
  max-width: 62.5rem;
}
@media screen and (min-width: 768px) {
  .p-education__text {
    font-size: 1.125rem;
    line-height: 1.7777777778;
    margin-top: 3rem;
  }
}

.p-education__text--dark {
  color: #000;
}

.p-education__cta-section {
  padding: 2.75rem 0 4rem;
}
@media screen and (min-width: 768px) {
  .p-education__cta-section {
    padding: 4.625rem 0 3.5625rem;
  }
}

.p-education__cta {
  align-items: center;
  background: #fe4504;
  border-radius: 2.1875rem;
  color: #fff;
  display: flex;
  gap: 1.125rem;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  min-height: 3.625rem;
  padding: 0.75rem 1.125rem 0.75rem 1.625rem;
  width: min(100%, 29.4375rem);
}

.p-education__cta-text {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .p-education__cta-text {
    font-size: 1.25rem;
  }
}

.p-education__cta-icon {
  display: block;
  flex: 0 0 auto;
  position: relative;
  width: 2.25rem;
  height: 2.25rem;
}
@media screen and (min-width: 768px) {
  .p-education__cta-icon {
    width: 2.5rem;
    height: 2.5rem;
  }
}

.p-entry {
  color: #111;
  font-family: "Noto Sans JP", "Hiragino Sans", "Yu Gothic", "YuGothic", Arial, sans-serif;
  letter-spacing: 0;
  padding-top: 4rem;
}
@media screen and (min-width: 768px) {
  .p-entry {
    padding-top: 8.625rem;
  }
}

.p-entry__hero {
  padding: 3.125rem 0 3.25rem;
}
@media screen and (min-width: 768px) {
  .p-entry__hero {
    padding: 6rem 0 4.375rem;
  }
}

.p-entry__heading {
  width: fit-content;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-entry__heading {
    margin-left: auto;
    margin-right: auto;
    max-width: 62.625rem;
    text-align: left;
    width: auto;
  }
}

.p-entry__en {
  font-family: "Bebas Neue", sans-serif;
  font-size: 3.25rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .p-entry__en {
    font-size: 6.25rem;
  }
}

.p-entry__sub {
  display: inline-block;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.4;
  margin-top: 0.5rem;
  padding-top: 0.5625rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-entry__sub {
    font-size: 1.4375rem;
    margin-top: 0.75rem;
    padding-top: 1.125rem;
  }
}

.p-entry__sub::before {
  border-top: 0.1875rem solid #fe4504;
  content: "";
  left: 50%;
  position: absolute;
  top: 0;
  transform: translateX(-50%);
  width: 13.75rem;
}
@media screen and (min-width: 768px) {
  .p-entry__sub::before {
    left: 0;
    transform: none;
    width: 19.1875rem;
  }
}

.p-entry__content {
  padding-bottom: 3rem;
}
@media screen and (min-width: 768px) {
  .p-entry__content {
    padding-bottom: 4.75rem;
  }
}

.p-entry__lead {
  max-width: 51.4375rem;
  margin: 0 auto;
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 1.9;
}
.p-entry__lead p + p {
  margin-top: 1.75rem;
}
@media screen and (min-width: 768px) {
  .p-entry__lead {
    font-size: 1.1875rem;
    line-height: 2;
  }
  .p-entry__lead p + p {
    margin-top: 2.4375rem;
  }
}

.p-entry__form {
  max-width: 74.5rem;
  margin: 2.625rem auto 0;
  padding: 1.75rem 1.125rem 2.125rem;
  border: 0.0625rem solid #777;
}
@media screen and (min-width: 768px) {
  .p-entry__form {
    margin-top: 4.625rem;
    padding: 4.1875rem 5.6875rem 4.125rem;
  }
}

.p-entry__row {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.5625rem;
  align-items: start;
}
.p-entry__row + .p-entry__row {
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-entry__row {
    grid-template-columns: 12.875rem minmax(0, 1fr);
    gap: 1.375rem;
  }
  .p-entry__row + .p-entry__row {
    margin-top: 1rem;
  }
}

.p-entry__row--textarea {
  margin-top: 1.4375rem;
}

.p-entry__label {
  display: flex;
  gap: 0.875rem;
  align-items: center;
  min-height: 0;
  font-size: 0.9375rem;
  font-weight: 800;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .p-entry__label {
    min-height: 2.3125rem;
    font-size: 1.125rem;
  }
}

.p-entry__label--wide {
  white-space: normal;
}
@media screen and (min-width: 768px) {
  .p-entry__label--wide {
    white-space: nowrap;
  }
}

.p-entry__required {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2.6875rem;
  min-height: 1.375rem;
  padding: 0.125rem 0.5rem 0.1875rem;
  color: #fff;
  font-size: 0.8125rem;
  font-weight: 700;
  line-height: 1;
  background: #0788ff;
  border-radius: 0.25rem;
}

.p-entry__control {
  min-width: 0;
}

.p-entry__radio-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.75rem;
  padding-top: 0;
}
@media screen and (min-width: 768px) {
  .p-entry__radio-grid {
    max-width: 41.6875rem;
    grid-template-columns: 15.625rem 1fr;
    row-gap: 0.5rem;
    column-gap: 1.25rem;
    padding-top: 0.25rem;
  }
}

.p-entry__radio-grid label,
.p-entry__trigger label {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-height: 1.625rem;
  padding-left: 1.3125rem;
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .p-entry__radio-grid label,
  .p-entry__trigger label {
    font-size: 1.125rem;
    line-height: 2.1875rem;
  }
}

.p-entry__radio-grid input,
.p-entry__trigger input {
  position: absolute;
  width: 0.0625rem;
  height: 0.0625rem;
  margin: -0.0625rem;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
}

.p-entry__radio-grid label::before,
.p-entry__trigger label::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 0.75rem;
  height: 0.75rem;
  content: "";
  background: #fff;
  border: 0.0625rem solid #000;
  border-radius: 50%;
  transform: translateY(-50%);
}

.p-entry__radio-grid label:has(input:checked)::after,
.p-entry__trigger label:has(input:checked)::after {
  position: absolute;
  top: 50%;
  left: 0.25rem;
  width: 0.25rem;
  height: 0.25rem;
  content: "";
  background: #111;
  border-radius: 50%;
  transform: translateY(-50%);
}

.p-entry__name-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-entry__name-grid {
    grid-template-columns: minmax(0, 15.3125rem) minmax(0, 15.3125rem);
    gap: 1.625rem;
  }
}

.p-entry__input,
.p-entry__select,
.p-entry__textarea {
  width: 100%;
  color: #111;
  font: inherit;
  font-size: 1rem;
  font-weight: 500;
  background: #fff;
  border: 0.0625rem solid #999;
  border-radius: 0;
}
.p-entry__input::placeholder,
.p-entry__select::placeholder,
.p-entry__textarea::placeholder {
  color: #aaa;
}

.p-entry__input,
.p-entry__select {
  height: 2.3125rem;
  padding: 0.3125rem 1.125rem;
}

.p-entry__age {
  display: flex;
  gap: 1.25rem;
  align-items: center;
}
.p-entry__age .p-entry__input {
  max-width: 15.3125rem;
  text-align: center;
}

.p-entry__address {
  display: grid;
  gap: 0.75rem;
}

.p-entry__zip {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  column-gap: 0.5625rem;
  row-gap: 0.75rem;
  align-items: center;
}
.p-entry__zip span {
  font-size: 1.1875rem;
  font-weight: 600;
  line-height: 1.875rem;
}
.p-entry__zip .p-entry__input {
  max-width: 10.0625rem;
  height: 2.5rem;
  padding: 0.3125rem 1.1875rem;
  border-color: #707070;
}
.p-entry__zip .p-entry__input::placeholder {
  color: #adadad;
  font-size: 1.0625rem;
  font-weight: 600;
}
.p-entry__zip .p-entry__select {
  grid-column: 2;
}
@media screen and (min-width: 768px) {
  .p-entry__zip {
    width: 29.5rem;
    max-width: 100%;
    grid-template-columns: max-content 10.0625rem 16.9375rem;
    column-gap: 0.5625rem;
  }
  .p-entry__zip .p-entry__select {
    grid-column: auto;
    height: 2.5rem;
    margin-left: 0.1875rem;
  }
}

.p-entry__help {
  margin-top: 0.4375rem;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .p-entry__help {
    font-size: 0.875rem;
  }
}

.p-entry__file {
  position: absolute;
  width: 0.0625rem;
  height: 0.0625rem;
  margin: -0.0625rem;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
}

.p-entry__file-field {
  display: grid;
  width: 100%;
  max-width: 48.8125rem;
  height: 2.5rem;
  grid-template-columns: minmax(0, 1fr) 3.75rem 3.25rem;
  background: #fff;
  border: 0.0625rem solid #707070;
}

.p-entry__file-name {
  display: flex;
  min-width: 0;
  align-items: center;
  padding: 0 1.1875rem;
  color: #111;
  font-size: 1.0625rem;
  font-weight: 600;
  line-height: 1.875rem;
  cursor: pointer;
}
.p-entry__file-name span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.p-entry__file-browse,
.p-entry__file-clear {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  height: 100%;
  color: #333;
  font: inherit;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1;
  border: 0;
  border-left: 0.0625rem solid #cfd8dc;
  background: #eef3f7;
}

.p-entry__file-browse {
  cursor: pointer;
}

.p-entry__file-clear {
  cursor: pointer;
}
.p-entry__file-clear:disabled {
  color: #999;
  cursor: default;
}

.p-entry__textarea {
  min-height: 11.625rem;
  padding: 0.625rem 0.875rem;
  resize: vertical;
}

.p-entry__trigger {
  display: flex;
  flex-wrap: wrap;
  gap: 1.125rem 2.25rem;
  padding-top: 0.375rem;
}

.p-entry__actions {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.875rem;
  margin-top: 2.125rem;
}
@media screen and (min-width: 768px) {
  .p-entry__actions {
    flex-direction: row;
    gap: 2.0625rem;
    margin-top: 2.75rem;
  }
}

.p-entry__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 3.375rem;
  color: #fff;
  font-size: 1rem;
  font-weight: 800;
  line-height: 1.3;
  border: 0;
  cursor: pointer;
  transition: opacity 0.2s ease;
}
.p-entry__button:hover {
  opacity: 0.8;
}
@media screen and (min-width: 768px) {
  .p-entry__button {
    width: 16.0625rem;
    min-height: 4rem;
    font-size: 1.25rem;
  }
}

.p-entry__button--submit {
  background: #ff4a17;
}

.p-entry__button--reset,
.p-entry__button--back {
  background: #000;
}

.p-entry__button--link {
  text-decoration: none;
  background: #ff6f1c;
}

.p-entry__form-error {
  margin: 1rem auto 0;
  color: #ff0000;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-entry__form-error {
    font-size: 1rem;
  }
}

.p-entry__bottom-note {
  max-width: 66.75rem;
  margin: 2.375rem auto 0;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .p-entry__bottom-note {
    margin-top: 4.625rem;
    font-size: 1.125rem;
  }
}

.p-entry__honeypot {
  position: absolute;
  left: -624.9375rem;
  width: 0.0625rem;
  height: 0.0625rem;
  overflow: hidden;
}

.p-entry__error {
  max-width: 51.4375rem;
  margin: 0 auto 2.25rem;
  padding: 1.125rem 1.375rem;
  color: #b00020;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.8;
  border: 0.0625rem solid #f2a4b1;
  background: #fff6f8;
}

.p-entry__confirm {
  max-width: 61.25rem;
  margin: 2.625rem auto 0;
}
@media screen and (min-width: 768px) {
  .p-entry__confirm {
    margin-top: 4.5rem;
  }
}

.p-entry__confirm-table {
  width: 100%;
  border-top: 0.0625rem solid #999;
}
.p-entry__confirm-table tr {
  border-bottom: 0.0625rem solid #999;
}
.p-entry__confirm-table th,
.p-entry__confirm-table td {
  display: block;
  width: 100%;
  padding: 0.8125rem 0.875rem;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.8;
  text-align: left;
  vertical-align: top;
}
.p-entry__confirm-table th {
  background: #f5f5f5;
}
@media screen and (min-width: 768px) {
  .p-entry__confirm-table th,
  .p-entry__confirm-table td {
    display: table-cell;
    width: auto;
    padding: 1.25rem 1.5rem;
    font-size: 1rem;
  }
  .p-entry__confirm-table th {
    width: 16.25rem;
  }
}

.p-entry__message {
  max-width: 51.4375rem;
  margin: 0 auto;
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 2;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .p-entry__message {
    font-size: 1.125rem;
    text-align: center;
  }
}

.p-faq {
  background: #fff;
  color: #111;
  padding-top: 5.125rem;
  overflow-x: clip;
  padding-bottom: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-faq {
    padding-top: 8.625rem;
    padding-bottom: 4.5rem;
  }
}

.p-faq__hero {
  padding: 3.125rem 0 3rem;
}
@media screen and (min-width: 768px) {
  .p-faq__hero {
    padding-top: 3.5rem;
    padding-bottom: 4.25rem;
  }
}

.p-faq__heading {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-faq__heading {
    margin-left: auto;
    margin-right: auto;
    max-width: 63.125rem;
    width: 100%;
  }
}

.p-faq__heading-content {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  text-align: center;
  width: 4.1875rem;
}
@media screen and (min-width: 768px) {
  .p-faq__heading-content {
    width: 7.375rem;
  }
}

.p-faq__en {
  align-items: baseline;
  border-bottom: 3px solid #fe4504;
  display: flex;
  gap: 0.375rem;
  font-family: "Bebas Neue", sans-serif;
  font-size: 3.25rem;
  font-weight: 400;
  justify-content: center;
  letter-spacing: 0;
  line-height: 1;
  position: relative;
  width: fit-content;
}
@media screen and (min-width: 768px) {
  .p-faq__en {
    font-size: 6.25rem;
    justify-content: flex-start;
  }
}

.p-faq__amp {
  font-size: 0.62em;
  line-height: 1;
}

.p-faq__sub {
  align-self: center;
  display: block;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.5;
  margin-top: 0.3125rem;
  text-align: center;
  white-space: nowrap;
  width: max-content;
}
@media screen and (min-width: 768px) {
  .p-faq__sub {
    font-size: 1.4375rem;
    line-height: 1.3043478261;
    margin-top: 1.0625rem;
  }
}

.p-faq__sub::before {
  content: none;
}

.p-faq__lead {
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1.9;
  margin: 2.75rem auto 0;
  max-width: 56.25rem;
}
@media screen and (min-width: 768px) {
  .p-faq__lead {
    font-size: 1.125rem;
    line-height: 2;
    margin-top: 4.125rem;
  }
}

.p-faq__content {
  background: #fff;
  padding-top: 1rem;
}
@media screen and (min-width: 768px) {
  .p-faq__content {
    padding: 1.375rem 0 6rem;
  }
}

.p-faq__category-title {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.2;
  margin: 5rem auto 2.25rem;
  max-width: 62.375rem;
  padding-bottom: 0.625rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-faq__category-title {
    font-size: 1.875rem;
    line-height: 1;
    margin: 7.5rem auto 3.5rem;
    padding-bottom: 0.625rem;
  }
}

.p-faq__category-title:first-of-type {
  margin-top: 0;
}

.p-faq__category-title::after {
  border-top: 0.1875rem solid #fe4504;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  width: 13.75rem;
}
@media screen and (min-width: 768px) {
  .p-faq__category-title::after {
    width: 17.0625rem;
  }
}

.p-faq__category-title--work::after {
  width: 17.5rem;
}
@media screen and (min-width: 768px) {
  .p-faq__category-title--work::after {
    width: 22.4375rem;
  }
}

.p-faq__category-title--benefit::after {
  width: 16.25rem;
}
@media screen and (min-width: 768px) {
  .p-faq__category-title--benefit::after {
    width: 20.625rem;
  }
}

.p-faq__list {
  margin: 0 auto;
  max-width: 62.375rem;
}
@media screen and (min-width: 768px) {
  .p-faq__list {
    max-width: 62.375rem;
  }
}

.p-faq__item {
  border-bottom: 0;
}

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

.p-faq__question {
  align-items: center;
  cursor: pointer;
  display: grid;
  gap: 0.875rem;
  grid-template-columns: 1.875rem minmax(0, 1fr) 2.125rem;
  list-style: none;
  min-height: 3.625rem;
  padding: 0.6875rem 0.875rem;
  background: #f2f1e9;
}
@media screen and (min-width: 768px) {
  .p-faq__question {
    gap: 0.8125rem;
    grid-template-columns: 1.875rem minmax(0, 1fr) 2.125rem;
    min-height: 4.125rem;
    padding: 0.625rem 0.875rem;
  }
}

.p-faq__question::-webkit-details-marker {
  display: none;
}

.p-faq__question::after {
  border-left: 1.0625rem solid transparent;
  border-right: 1.0625rem solid transparent;
  border-top: 0.875rem solid #9f9f9f;
  content: "";
  display: block;
  grid-column: 3;
  justify-self: center;
  transition: 0.3s ease-in-out;
}

.p-faq__item[open] .p-faq__question::after {
  background: #9f9f9f;
  border-left: initial;
  border-right: initial;
  border-top: initial;
  height: 0.3125rem;
  transform: none;
  width: 1.75rem;
}

.p-faq__label {
  color: #fe4504;
  display: block;
  font-size: 1.625rem;
  font-weight: 700;
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  .p-faq__label {
    font-size: 1.875rem;
    line-height: 1.1666666667;
  }
}

.p-faq__label--answer {
  color: #0381f8;
  flex: 0 0 auto;
}

.p-faq__question-text {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.55;
}
@media screen and (min-width: 768px) {
  .p-faq__question-text {
    font-size: 1.375rem;
    line-height: 1.5909090909;
  }
}

.p-faq__answer {
  display: grid;
  gap: 0.875rem;
  grid-template-columns: 1.875rem minmax(0, 1fr);
  overflow: hidden;
  padding: 1.125rem 0.875rem 1.75rem;
}
@media screen and (min-width: 768px) {
  .p-faq__answer {
    gap: 1.125rem;
    grid-template-columns: 1.875rem minmax(0, 1fr);
    padding: 1.25rem 0 1.875rem 0.875rem;
  }
}

.p-faq__answer-text,
.p-faq__flow {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 2;
  margin-top: 0.125rem;
}
@media screen and (min-width: 768px) {
  .p-faq__answer-text,
  .p-faq__flow {
    font-size: 1.125rem;
    line-height: 1.9444444444;
  }
}

.p-faq__answer-text--small {
  font-family: "Noto Sans", "Noto Sans JP", sans-serif;
  font-size: 0.75rem;
  line-height: 2.5;
}
@media screen and (min-width: 768px) {
  .p-faq__answer-text--small {
    font-size: 0.875rem;
    line-height: 2.5;
  }
}

.p-faq__answer-body {
  min-width: 0;
}

.p-faq__flows {
  display: grid;
  gap: 1.5rem;
  margin-top: 1.125rem;
}
@media screen and (min-width: 768px) {
  .p-faq__flows {
    gap: 4.125rem;
    grid-template-columns: 21.3125rem 20.1875rem;
    margin-top: 1.5rem;
  }
}

.p-faq__flow {
  margin-top: 0;
}

.p-footer {
  background-color: #000;
  color: #fff;
}

.p-footer__inner {
  display: flex;
  flex-direction: column;
  margin-left: auto;
  margin-right: auto;
  max-width: 80rem;
  padding: 1.8125rem 1.75rem 1.6875rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-footer__inner {
    align-items: flex-start;
    flex-direction: row;
    justify-content: flex-start;
    min-height: 18.0625rem;
    padding: 2.6875rem 3.625rem 2.5rem;
  }
}

.p-footer__brand {
  margin-top: 1.625rem;
  order: 2;
}
@media screen and (min-width: 768px) {
  .p-footer__brand {
    flex-shrink: 0;
    margin-top: 0;
    order: 1;
    width: 20rem;
  }
}

.p-footer__logo {
  display: block;
  text-decoration: none;
  width: 10.125rem;
}
@media screen and (min-width: 768px) {
  .p-footer__logo {
    width: 17rem;
  }
}

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

.p-footer__address {
  font-size: 0.625rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5;
  margin-top: 0.375rem;
}
@media screen and (min-width: 768px) {
  .p-footer__address {
    font-size: 0.9375rem;
    line-height: 1.5333333333;
    margin-top: 1.125rem;
  }
}

.p-footer__address-line {
  display: block;
}

.p-footer__tel {
  color: #fff;
  text-decoration: none;
}

.p-footer__nav-wrap {
  order: 1;
}
@media screen and (min-width: 768px) {
  .p-footer__nav-wrap {
    display: flex;
    flex-shrink: 0;
    gap: min(4.25rem, 4.7222222222vw);
    margin-left: 7.875rem;
    margin-top: 0.5rem;
    order: 2;
  }
}

.p-footer__nav {
  list-style: none;
}
@media screen and (min-width: 768px) {
  .p-footer__nav {
    width: 10.625rem;
  }
}

@media screen and (min-width: 768px) {
  .p-footer__nav:nth-child(2) {
    width: 14.9375rem;
  }
}

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

.p-footer__nav-item + .p-footer__nav-item {
  margin-top: 0;
}

.p-footer__nav-link {
  color: #fff;
  display: inline-block;
  font-size: 0.8125rem;
  font-weight: 500;
  line-height: 2.6;
  padding-left: 0.75rem;
  position: relative;
  text-decoration: none;
  text-shadow: 0.125rem 0.125rem 0.1875rem rgba(0, 0, 0, 0.5);
}
@media screen and (min-width: 768px) {
  .p-footer__nav-link {
    font-size: 0.8125rem;
    line-height: 2.7692307692;
  }
}

.p-footer__nav-link::before {
  content: ">";
  left: 0;
  position: absolute;
  top: 0;
}

.p-footer__nav-item--sub .p-footer__nav-link {
  padding-left: 1.5rem;
}

.p-footer__nav-item--sub .p-footer__nav-link::before {
  content: "・";
  left: 0.625rem;
}

.p-footer__top {
  align-items: center;
  display: flex;
  height: 2.375rem;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  right: 1.125rem;
  text-decoration: none;
  bottom: 1.5rem;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  visibility: hidden;
  width: 2.375rem;
  z-index: 20;
}
@media screen and (min-width: 768px) {
  .p-footer__top {
    bottom: 2.5rem;
    right: 1.875rem;
  }
}

.p-footer__top.is-visible {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
}

.p-footer__copy {
  align-items: center;
  background-color: #535353;
  display: flex;
  justify-content: center;
  min-height: 1.8125rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-footer__copy {
    min-height: 2.25rem;
  }
}

.p-footer__copy-text {
  font-size: 0.5625rem;
  line-height: 1.4;
  text-align: center;
  text-shadow: 0.125rem 0.125rem 0.1875rem rgba(0, 0, 0, 0.5);
}
@media screen and (min-width: 768px) {
  .p-footer__copy-text {
    font-size: 0.8125rem;
  }
}

.p-header {
  background-color: #fff;
  height: 4.375rem;
  left: 0;
  right: 0;
  position: fixed;
  top: 0;
  transition: 0.3s ease;
  width: 100%;
  z-index: 99999;
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .p-header {
    height: 6.8125rem;
  }
}

.p-header.js-header-scroll {
  box-shadow: 0 0.25rem 0.875rem rgba(0, 0, 0, 0.12);
}

.p-header__inner {
  height: inherit;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 10000;
}
@media screen and (min-width: 1210px) {
  .p-header__inner {
    padding-left: 1.75rem;
    padding-right: 1.5625rem;
  }
}

.p-header__content {
  align-items: center;
  display: flex;
  height: inherit;
  justify-content: space-between;
  position: relative;
}

.p-header__heading {
  flex-shrink: 0;
  position: relative;
  z-index: 10000;
}
@media screen and (min-width: 768px) {
  .p-header__heading {
    align-items: center;
    display: flex;
  }
}

.p-header__logo {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 11.0625rem;
}
@media screen and (min-width: 768px) {
  .p-header__logo {
    width: 18.875rem;
  }
}

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

.p-header__logo svg {
  display: block;
  height: auto;
  width: 100%;
}

.p-header__corporate {
  color: #005DC9;
  display: none;
  font-size: 0.8125rem;
  font-weight: 500;
  line-height: 1.4;
  margin-left: 1.5rem;
  text-decoration: none;
  white-space: nowrap;
  margin-top: -0.875rem;
}
@media screen and (min-width: 768px) {
  .p-header__corporate {
    display: inline-block;
  }
}

.p-header.is-drawer-active {
  background-color: #476ed6;
  box-shadow: none;
}

.p-header.is-drawer-active .p-header__logo svg path,
.p-header.is-drawer-active .p-header__logo svg [fill] {
  fill: #fff !important;
}

.p-header__menu-area {
  display: flex;
  align-items: center;
  margin-left: auto;
}
@media screen and (min-width: 1210px) {
  .p-header__menu-area {
    display: block;
    flex: 1;
    height: 100%;
    margin-left: 2.5rem;
    position: relative;
  }
}

.p-header__utility {
  display: none;
}
@media screen and (min-width: 1210px) {
  .p-header__utility {
    display: flex;
    justify-content: flex-end;
    padding-right: 0;
    position: absolute;
    right: 9.25rem;
    top: 1.375rem;
    z-index: 10002;
  }
}

.p-header__bottom {
  align-items: center;
  display: flex;
  justify-content: flex-end;
  width: 100%;
}
@media screen and (min-width: 1210px) {
  .p-header__bottom {
    height: 100%;
  }
}

.p-header__nav {
  display: none;
}
@media screen and (min-width: 1210px) {
  .p-header__nav {
    display: block;
    position: absolute;
    right: 1.125rem;
    top: 4.375rem;
    width: max-content;
  }
}

.p-header__drawer {
  margin-left: 0.625rem;
}
@media screen and (min-width: 1210px) {
  .p-header__drawer {
    display: none;
  }
}

.p-header__nav-list {
  align-items: center;
  display: flex;
  flex-wrap: nowrap;
  gap: 1.5625rem;
  list-style: none;
  white-space: nowrap;
}
@media screen and (min-width: 1400px) {
  .p-header__nav-list {
    gap: 1.8125rem;
    height: 100%;
  }
}

.p-header__nav-link {
  color: #000;
  display: inline-block;
  font-size: 0.8125rem;
  font-weight: 600;
  line-height: 1.4;
}
@media screen and (min-width: 1400px) {
  .p-header__nav-link {
    font-size: 0.8125rem;
  }
}

.p-header__actions {
  align-items: center;
  display: flex;
  flex-shrink: 0;
  margin-right: 0;
  position: relative;
  z-index: 10000;
}
@media screen and (min-width: 1210px) {
  .p-header__actions {
    margin: 0;
    position: absolute;
    right: 0.8125rem;
    top: 0.875rem;
    transform: none;
  }
}

.p-header__translate {
  position: relative;
  z-index: 10002;
}

.p-header__language {
  align-items: center;
  background: transparent;
  border: 0;
  cursor: pointer;
  display: none;
  padding: 0;
  width: 7.5rem;
}
@media screen and (min-width: 1210px) {
  .p-header__language {
    display: inline-flex;
  }
}

.p-header__language-icon {
  border: 0.09375rem solid #000;
  border-radius: 50%;
  display: block;
  height: 1rem;
  position: relative;
  width: 1rem;
}

.p-header__language-icon::before,
.p-header__language-icon::after {
  content: "";
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}

.p-header__language-icon::before {
  border-left: 0.0625rem solid #000;
  border-right: 0.0625rem solid #000;
  border-radius: 50%;
  height: 0.875rem;
  width: 0.375rem;
}

.p-header__language-icon::after {
  border-top: 0.0625rem solid #000;
  border-bottom: 0.0625rem solid #000;
  height: 0.375rem;
  width: 0.75rem;
}

.p-header__language-text {
  color: #000;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1;
  margin-left: 0.375rem;
}

.p-header__language-menu {
  background-color: #fff;
  border: 0.0625rem solid rgba(0, 0, 0, 0.12);
  border-radius: 0.625rem;
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.12);
  padding: 0.625rem 0.75rem;
  position: absolute;
  right: 0;
  top: calc(100% + 0.625rem);
  width: 6.875rem;
  z-index: 10003;
}

.p-header__language-option {
  background: transparent;
  border: 0;
  color: #000;
  cursor: pointer;
  display: block;
  font-size: 0.8125rem;
  font-weight: 500;
  line-height: 1.4;
  text-align: left;
  width: 100%;
}

.p-header__language-option + .p-header__language-option {
  margin-top: 0.5rem;
}

.p-header__language-option.is-current {
  color: #f77423;
  font-weight: 700;
}

.p-header__translate-widget {
  height: 0;
  overflow: hidden;
  position: absolute;
  width: 0;
}

.goog-te-banner-frame.skiptranslate {
  display: none !important;
}

body {
  top: 0 !important;
}

.p-header__entry {
  align-items: center;
  background-color: #f77423;
  border-radius: 9999px;
  color: #fff;
  display: flex;
  height: 2rem;
  justify-content: center;
  width: 7.75rem;
  padding-left: 0.875rem;
  padding-right: 0.875rem;
}
@media screen and (min-width: 768px) {
  .p-header__entry {
    height: 2.3125rem;
    width: 7.75rem;
  }
}

.p-header__entry-text {
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .p-header__entry-text {
    font-size: 1rem;
  }
}

.p-interview-detail {
  background: #fff;
  padding-top: 5.125rem;
  overflow-x: clip;
}
@media screen and (min-width: 768px) {
  .p-interview-detail {
    padding-top: 8.625rem;
  }
}

.p-interview-detail__hero {
  background: #fff;
  padding-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-interview-detail__hero {
    padding: 3.5rem 0 0;
  }
}

.p-interview-detail__heading {
  text-align: center;
  width: fit-content;
}
@media screen and (min-width: 768px) {
  .p-interview-detail__heading {
    max-width: 63.125rem;
    width: initial;
    margin: 0 auto;
    text-align: left;
  }
}

.p-interview-detail__en {
  font-family: "Bebas Neue", sans-serif;
  font-size: 2.625rem;
  font-weight: 400;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .p-interview-detail__en {
    font-size: 6.25rem;
  }
}

.p-interview-detail__sub {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.5;
  margin-top: 0.5rem;
  padding-top: 0.5rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-interview-detail__sub {
    display: block;
    font-size: 1.5625rem;
    margin-top: 0.875rem;
    padding-top: 1.125rem;
    text-align: center;
    width: 19.25rem;
  }
}

.p-interview-detail__sub::before {
  border-top: 0.1875rem solid #fe4504;
  content: "";
  left: 50%;
  position: absolute;
  top: 0;
  transform: translateX(-50%);
  width: 9.375rem;
}
@media screen and (min-width: 768px) {
  .p-interview-detail__sub::before {
    left: 0;
    transform: none;
    width: 20rem;
  }
}

.p-interview-detail__hero-body {
  background: radial-gradient(circle at 50% 50%, #fff 0%, #e1edf2 100%);
  display: flex;
  flex-direction: column;
  gap: 1.125rem;
  justify-content: flex-end;
  margin: 2.125rem auto 0;
  overflow: hidden;
  padding: 1.25rem 1.25rem 0;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}
@media screen and (min-width: 768px) {
  .p-interview-detail__hero-body {
    align-items: stretch;
    flex-direction: row;
    gap: 3.25rem;
    height: 26.25rem;
    justify-content: center;
    margin: 3rem calc(50% - 50vw) 0;
    max-width: none;
    padding: 0 1.25rem;
    width: 100vw;
  }
}

@media screen and (min-width: 768px) {
  .p-interview-detail--image-left .p-interview-detail__hero-body {
    flex-direction: row-reverse;
  }
}

.p-interview-detail__hero-text {
  margin-left: auto;
  margin-right: auto;
  max-width: 37.5rem;
  width: 100%;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .p-interview-detail__hero-text {
    align-self: center;
    flex: 0 1 37.0625rem;
    margin-left: initial;
    margin-right: initial;
    max-width: 37.0625rem;
  }
}

@media screen and (min-width: 768px) {
  .p-interview-detail--image-left .p-interview-detail__hero-text {
    flex-basis: 40.625rem;
    max-width: 40.625rem;
  }
}

.p-interview-detail__title {
  font-size: 1.1875rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.7058823529;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .p-interview-detail__title {
    font-size: 2.25rem;
    letter-spacing: 0.02em;
    line-height: 1.63;
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .p-interview-detail--image-left .p-interview-detail__title {
    font-size: 2rem;
    line-height: 1.55;
  }
}

.p-interview-detail__profile {
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.03em;
  line-height: 1.5833333333;
  margin-top: 1.125rem;
}
@media screen and (min-width: 768px) {
  .p-interview-detail__profile {
    font-size: 1.375rem;
    line-height: 1.3636363636;
    margin-top: 4rem;
  }
}

@media screen and (min-width: 768px) {
  .p-interview-detail--image-left .p-interview-detail__profile {
    margin-top: 4rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1245px) {
  .p-interview-detail--image-left .p-interview-detail__profile {
    font-size: 1.25rem;
    line-height: 1.35;
    margin-top: 4rem;
  }
}

.p-interview-detail__profile-space {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-interview-detail__profile-space {
    display: inline;
  }
}

.p-interview-detail__main-image {
  flex: 0 0 auto;
  margin: 0 auto;
  max-width: 20.625rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-interview-detail__main-image {
    align-self: flex-end;
    flex: 0 0 26.9375rem;
    margin: 0;
    max-width: 26.9375rem;
    z-index: 0;
  }
}

@media screen and (min-width: 768px) {
  .p-interview-detail--image-left .p-interview-detail__main-image {
    flex-basis: 26.9375rem;
  }
}

.p-interview-detail__main-image img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center center;
}

.p-interview-detail__content {
  padding: 1.5rem 0 4.375rem;
}
@media screen and (min-width: 768px) {
  .p-interview-detail__content {
    padding: 6rem 0 5.75rem;
  }
}

.p-interview-detail__article {
  max-width: 63.125rem;
  margin: 0 auto;
}

.p-interview-detail__section + .p-interview-detail__section,
.p-interview-detail__image + .p-interview-detail__section,
.p-interview-detail__section + .p-interview-detail__image {
  margin-top: 2.375rem;
}
@media screen and (min-width: 768px) {
  .p-interview-detail__section + .p-interview-detail__section,
  .p-interview-detail__image + .p-interview-detail__section,
  .p-interview-detail__section + .p-interview-detail__image {
    margin-top: 4.625rem;
  }
}

.p-interview-detail__question {
  color: #0381f8;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.65;
}
@media screen and (min-width: 768px) {
  .p-interview-detail__question {
    font-size: 1.625rem;
    line-height: 1.46;
  }
}

.p-interview-detail__text {
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.03em;
  line-height: 1.85;
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .p-interview-detail__text {
    font-size: 1.125rem;
    line-height: 1.95;
    margin-top: 1.5rem;
  }
}

.p-interview-detail__text span {
  background: linear-gradient(transparent 58%, #ffe179 58%);
}

.p-interview-detail__image {
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p-interview-detail__image {
    max-width: 40rem;
    margin-left: auto;
    margin-right: auto;
  }
}

.p-interview-detail__image img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center center;
}

@media screen and (min-width: 768px) {
  .p-interview-detail__image--square {
    max-width: 25.0625rem;
  }
}

.p-interview-detail__cta {
  align-items: center;
  background: #F77423;
  border-radius: 9999px;
  box-shadow: -0.125rem 0.1875rem 0.375rem rgba(0, 0, 0, 0.4);
  color: #fff;
  display: flex;
  font-size: 0.875rem;
  gap: 1rem;
  font-weight: 500;
  height: 3.5rem;
  justify-content: center;
  margin: 3.375rem auto 0;
  max-width: 29.3125rem;
  padding: 0 1.125rem;
  position: relative;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-interview-detail__cta {
    font-size: 1.25rem;
    height: 4.1875rem;
    margin-top: 4.5rem;
    gap: 1.5rem;
  }
}

.p-interview-detail__cta-icon {
  width: 1.375rem;
  height: 1.375rem;
}
@media screen and (min-width: 768px) {
  .p-interview-detail__cta-icon {
    width: 2.5rem;
    height: 2.5rem;
  }
}

.p-interview-detail__image--career-path {
  max-width: 100%;
}

.p-interview {
  background: #fff;
  padding-top: 5.125rem;
  overflow-x: clip;
}
@media screen and (min-width: 768px) {
  .p-interview {
    padding-top: 8.625rem;
  }
}

.p-interview__intro {
  padding-top: 3.125rem;
  padding-bottom: 3rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-interview__intro {
    padding-top: 3.5rem;
    padding-bottom: 5rem;
  }
}

.p-interview__intro::before {
  background: #fff;
  content: "";
  height: 10rem;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-interview__intro::before {
    height: 18.75rem;
  }
}

.p-interview__intro > .l-inner {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .p-interview__intro > .l-inner {
    max-width: 1250px;
  }
}

.p-interview__heading {
  text-align: center;
  width: fit-content;
}
@media screen and (min-width: 768px) {
  .p-interview__heading {
    max-width: 63.125rem;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    width: 100%;
  }
}

.p-interview__title {
  border-bottom: 3px solid #fe4504;
  font-family: "Bebas Neue", sans-serif;
  font-size: 3.25rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1;
  width: fit-content;
}
@media screen and (min-width: 768px) {
  .p-interview__title {
    font-size: 6.25rem;
  }
}

.p-interview__sub-title {
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.5;
  margin-top: 0.3125rem;
  text-align: center;
  white-space: nowrap;
  width: 10.5rem;
}
@media screen and (min-width: 768px) {
  .p-interview__sub-title {
    font-size: 1.4375rem;
    line-height: 1.3043478261;
    margin-top: 1.0625rem;
    width: 20.25rem;
  }
}

.p-interview__cards {
  display: grid;
  gap: 4rem;
  margin: 2rem auto 0;
  max-width: 63.125rem;
  position: relative;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .p-interview__cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 5.375rem 3.125rem;
    margin-top: 3.375rem;
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }
}

.p-interview__cards::before {
  background: #F2F1E9;
  content: "";
  left: calc(50% - 50vw);
  right: calc(50% - 50vw);
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100vw;
  z-index: -1;
}

.p-interview__card {
  background: linear-gradient(90deg, #e1edf2 0%, #fcfcfc 52%, #e1edf2 100%);
  border-radius: 0.3125rem;
  overflow: visible;
  padding: 0 0.75rem 0 0;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-interview__card {
    display: block;
    padding-right: 1.625rem;
    padding-top: 1.75rem;
  }
}

.p-interview__card-link {
  color: inherit;
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .p-interview__card-link {
    justify-content: initial;
  }
}

@media screen and (min-width: 768px) {
  .p-interview__card:nth-child(2n) {
    grid-template-columns: none;
  }
}

.p-interview__image {
  align-self: stretch;
  border-radius: 0.3125rem;
  overflow: hidden;
  max-width: 9.375rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-interview__image {
    max-width: 15.75rem;
  }
}

.p-interview__image img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center center;
}

.p-interview__body {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  padding-left: 0;
  gap: 0.75rem;
  margin-top: -1.5rem;
  margin-left: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-interview__body {
    gap: 2.5rem;
    margin-left: -1.5rem;
    margin-top: -2.75rem;
  }
}

.p-interview__bubble {
  width: 10rem;
  margin-left: -2rem;
}
@media screen and (min-width: 768px) {
  .p-interview__bubble {
    margin-left: initial;
    width: 100%;
  }
}

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

.p-interview__profile {
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 1.55;
  margin-left: 1rem;
}
@media screen and (min-width: 768px) {
  .p-interview__profile {
    font-size: 1.125rem;
    letter-spacing: 0.03em;
    margin-left: 4.25rem;
  }
}

.p-interview__middle {
  padding: 0rem 0 5.3125rem;
}
@media screen and (min-width: 768px) {
  .p-interview__middle {
    padding: 0rem 0 7.375rem;
  }
}

.p-interview__middle-title {
  color: #005dc9;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-interview__middle-title {
    font-size: 1.9375rem;
  }
}

.p-interview__message-cards {
  display: grid;
  gap: 1.125rem;
  margin: 2rem auto 0;
  max-width: 63.125rem;
}
@media screen and (min-width: 768px) {
  .p-interview__message-cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 4.375rem 3.125rem;
    margin-top: 4.375rem;
  }
}

.p-interview__message-card {
  background: linear-gradient(90deg, #e1edf2 0%, #fcfcfc 52%, #e1edf2 100%);
  border-radius: 0.3125rem;
  padding-top: 1.5rem;
  padding-right: 1rem;
}

.p-interview__message-card-link {
  display: flex;
  justify-content: space-between;
}

.p-interview__message-image {
  max-width: 9.375rem;
}
@media screen and (min-width: 768px) {
  .p-interview__message-image {
    max-width: 13.125rem;
    width: 100%;
  }
}

.p-interview__message-image img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center center;
}

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

.p-interview__message-profile {
  border-left: 0.25rem solid #000;
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 1.55;
  padding-left: 0.75rem;
  margin-left: 1.5rem;
  width: fit-content;
}
@media screen and (min-width: 768px) {
  .p-interview__message-profile {
    font-size: 1.125rem;
    margin-left: auto;
    margin-right: 1.375rem;
    padding-left: 1.125rem;
  }
}

.p-interview__message-text {
  font-size: 0.6875rem;
  font-weight: 600;
  line-height: 1.75;
  margin-top: 0.75rem;
  padding-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  .p-interview__message-text {
    font-size: 1rem;
    line-height: 1.85;
    margin-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}

.p-interview__cta {
  align-items: center;
  background: #F77423;
  border-radius: 9999px;
  box-shadow: -0.125rem 0.1875rem 0.375rem rgba(0, 0, 0, 0.4);
  color: #fff;
  display: flex;
  gap: 1rem;
  height: 3.5rem;
  justify-content: center;
  margin: 3rem auto 0;
  max-width: 29.3125rem;
  position: relative;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-interview__cta {
    font-size: 1.25rem;
    height: 4.1875rem;
    width: 29.375rem;
    margin-top: 5.5rem;
  }
}

.p-interview__cta-text {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.4;
  font-size: 0.75rem;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .p-interview__cta-text {
    font-size: 1.25rem;
  }
}

.p-interview__cta-icon {
  width: 1.375rem;
  height: 1.375rem;
}
@media screen and (min-width: 768px) {
  .p-interview__cta-icon {
    right: 1.25rem;
    width: 2.5rem;
    height: 2.5rem;
  }
}

.p-loading {
  background: #005DC9;
  height: 100vh;
  width: 100vw;
  z-index: 99999;
  overflow-x: clip;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  opacity: 0;
}

.p-loading__content {
  height: inherit;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
}

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

.p-loading__logo svg {
  display: block;
  height: auto;
  overflow: visible;
  width: 100%;
}

.js-opening-logo {
  transform-box: fill-box;
  transform-origin: center;
}

.p-loading__grow {
  left: 50%;
  opacity: 0;
  position: absolute;
  top: calc(50% + 2.625rem);
  transform: translateX(-50%);
  width: min(100%, 17.5rem);
}
@media screen and (min-width: 768px) {
  .p-loading__grow {
    top: calc(50% + 0.5rem);
    width: 31.25rem;
  }
}

.p-loading__grow img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  object-position: center;
}

.p-main {
  opacity: 1;
}

.p-message {
  background: #fff;
  padding-top: 5.125rem;
  overflow-x: clip;
}
@media screen and (min-width: 768px) {
  .p-message {
    padding-top: 8.625rem;
  }
}

.p-message__hero {
  background: #fff;
  overflow: hidden;
  padding: 3.125rem 0 2.625rem;
}
@media screen and (min-width: 768px) {
  .p-message__hero {
    padding: 3.5rem 0 0;
  }
}

.p-message__heading {
  width: 9.3125rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-message__heading {
    max-width: 63.125rem;
    margin: 0 auto;
    text-align: left;
    width: auto;
  }
}

.p-message__en {
  font-family: "Bebas Neue", sans-serif;
  font-size: 3.25rem;
  font-weight: 400;
  line-height: 1;
  border-bottom: 3px solid #fe4504;
  width: fit-content;
}
@media screen and (min-width: 768px) {
  .p-message__en {
    font-size: 6.25rem;
    text-align: center;
    width: 18.4375rem;
  }
}

.p-message__sub {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.5;
  position: relative;
  margin-top: 0.25rem;
}
@media screen and (min-width: 768px) {
  .p-message__sub {
    display: block;
    font-size: 1.4375rem;
    line-height: 1.3043478261;
    margin-top: 1.0625rem;
    text-align: center;
    width: 18.4375rem;
  }
}

.p-message__hero-body {
  --message-sp-frame-left: calc(50% - 10rem);
  background: radial-gradient(circle at 50% 50%, #fff 0%, #e1edf2 61%, #e1edf2 100%);
  height: 22.6875rem;
  margin-top: 1.5rem;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  overflow: hidden;
  padding: 0;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-message__hero-body {
    max-width: none;
    background: none;
    display: block;
    margin: 1.875rem calc(50% - 50vw) 0;
    min-height: 26.25rem;
    padding: 0 max(1.25rem, (100vw - 62.5rem) / 2);
    position: relative;
  }
}

@media screen and (min-width: 768px) {
  .p-message__hero-body::before {
    background: radial-gradient(circle at 50% 50%, #fff 0%, #e1edf2 100%);
    content: "";
    height: 26.25rem;
    left: 50%;
    position: absolute;
    top: 0;
    transform: translateX(-50%);
    width: 100vw;
  }
}

.p-message__hero-text {
  inset: 0;
  position: absolute;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .p-message__hero-text {
    inset: auto;
    left: max(1.25rem, (100vw - 62.5rem) / 2);
    position: absolute;
    top: 3.4375rem;
    width: 37.5rem;
  }
}

.p-message__title {
  font-size: 1.25rem;
  font-weight: 700;
  left: calc(var(--message-sp-frame-left) + 1.5625rem);
  letter-spacing: 0.04em;
  line-height: 1.7058823529;
  position: absolute;
  top: 1rem;
  width: 16.5625rem;
}
@media screen and (min-width: 768px) {
  .p-message__title {
    font-size: 2.375rem;
    left: auto;
    letter-spacing: 0.02em;
    line-height: 1.63;
    position: static;
    top: auto;
    width: auto;
  }
}

.p-message__profile {
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.03em;
  line-height: 1.5833333333;
  margin-top: 0;
  position: absolute;
  right: auto;
  left: calc(var(--message-sp-frame-left) + 15.1875rem);
  top: 6.875rem;
  width: 5rem;
}
@media screen and (min-width: 768px) {
  .p-message__profile {
    font-size: 1.375rem;
    line-height: 1.1818181818;
    margin-top: 10.5rem;
    position: static;
    width: auto;
  }
}

.p-message__main-image {
  aspect-ratio: 494/259;
  bottom: 0;
  left: calc(var(--message-sp-frame-left) - 12.375rem);
  overflow: visible;
  position: absolute;
  width: 30.875rem;
}
@media screen and (min-width: 768px) {
  .p-message__main-image {
    aspect-ratio: 800/420;
    bottom: 0;
    left: auto;
    margin: 0;
    position: absolute;
    right: max(1.25rem, (100vw - 65.375rem) / 2);
    width: 50rem;
    z-index: 0;
  }
}

.p-message__main-image img {
  display: block;
  height: 100%;
  object-fit: contain;
  object-position: center bottom;
  width: 100%;
}

.p-message__content {
  padding: 2.625rem 0 4rem;
  padding-top: initial;
}
@media screen and (min-width: 768px) {
  .p-message__content {
    padding: 6rem 0 7rem;
  }
}

.p-message__article {
  margin: 0 auto;
  max-width: 63.125rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
@media screen and (min-width: 768px) {
  .p-message__article {
    padding-left: initial;
    padding-right: initial;
  }
}

.p-message__section + .p-message__section,
.p-message__image + .p-message__section,
.p-message__section + .p-message__image {
  margin-top: 2.375rem;
}
@media screen and (min-width: 768px) {
  .p-message__section + .p-message__section,
  .p-message__image + .p-message__section,
  .p-message__section + .p-message__image {
    margin-top: 4.625rem;
  }
}

.p-message__section-title {
  color: #0381f8;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.65;
}
@media screen and (min-width: 768px) {
  .p-message__section-title {
    font-size: 1.625rem;
    line-height: 1.46;
  }
}

.p-message__text {
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 1.85;
}
@media screen and (min-width: 768px) {
  .p-message__text {
    font-size: 1.125rem;
    line-height: 1.95;
  }
}

.p-message__text span {
  background: linear-gradient(transparent 58%, #ffd166 58%);
  font-weight: inherit;
}

.p-message__section-title + .p-message__text,
.p-message__text + .p-message__text {
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .p-message__section-title + .p-message__text,
  .p-message__text + .p-message__text {
    margin-top: 1.5rem;
  }
}

.p-message__image {
  aspect-ratio: 320/200;
  overflow: hidden;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}
@media screen and (min-width: 768px) {
  .p-message__image {
    aspect-ratio: 640/400;
    max-width: 40rem;
    margin-left: auto;
    margin-right: auto;
    width: initial;
  }
}

.p-message__image img {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.p-message__philosophy {
  background: #f2f1e9;
  padding: 3.375rem 0 4rem;
}
@media screen and (min-width: 768px) {
  .p-message__philosophy {
    padding: 6.875rem 0 7rem;
  }
}

.p-message__philosophy-inner {
  margin: 0 auto;
  max-width: 63.125rem;
  text-align: center;
}

.p-message__philosophy-title {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  border-bottom: 3px solid #FE4504;
}
@media screen and (min-width: 768px) {
  .p-message__philosophy-title {
    font-size: 2.1875rem;
  }
}

.p-message__philosophy-lead {
  font-size: 1.0625rem;
  font-weight: 600;
  line-height: 1.85;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1.125rem;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .p-message__philosophy-lead {
    font-size: 1.375rem;
    font-weight: 500;
    line-height: 1.75;
    margin-top: 1.75rem;
    max-width: 56.25rem;
    text-align: left;
  }
}

.p-message__philosophy-layout {
  display: flex;
  flex-direction: column;
  gap: 2.125rem;
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-message__philosophy-layout {
    align-items: flex-start;
    display: grid;
    gap: 3.75rem;
    grid-template-columns: 33.75rem 25.5rem;
    justify-content: space-between;
    margin-top: 4.375rem;
  }
}

.p-message__philosophy-text {
  text-align: left;
}

.p-message__philosophy-image {
  margin: 0 auto;
  max-width: 18.75rem;
  order: 2;
}
@media screen and (min-width: 768px) {
  .p-message__philosophy-image {
    margin: -0.5rem 0 0;
    max-width: 25.5rem;
    order: initial;
  }
}

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

.p-message__philosophy-subtitle {
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.45;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .p-message__philosophy-subtitle {
    font-size: 1.875rem;
    line-height: 1;
  }
}

.p-message__philosophy-body {
  margin-top: 1.125rem;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .p-message__philosophy-body {
    margin-top: 1.75rem;
  }
}

@media screen and (min-width: 768px) {
  .p-message__philosophy-body .p-message__text:first-child {
    font-size: 1.4375rem;
    line-height: 1.52;
  }
}

.p-message__meeting {
  background: radial-gradient(circle at 50% 50%, #fff 0%, #e1edf2 61%, #e1edf2 100%);
  padding: 3.625rem 0 4.75rem;
}
@media screen and (min-width: 768px) {
  .p-message__meeting {
    padding: 6.25rem 0 7.5rem;
  }
}

.p-message__meeting-image {
  aspect-ratio: 320/200;
  margin: 0 auto;
  max-width: 40rem;
  position: relative;
}

.p-message__meeting-image img {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.p-message__meeting-caption {
  font-weight: 500;
  max-width: 40rem;
  font-size: 0.75rem;
  margin-top: 0.5rem;
  color: #000;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .p-message__meeting-caption {
    font-size: 0.875rem;
    margin-top: 0.625rem;
  }
}

.p-message__cta {
  align-items: center;
  background: #F77423;
  border-radius: 62.4375rem;
  box-shadow: -0.125rem 0.1875rem 0.375rem rgba(0, 0, 0, 0.4);
  color: #fff;
  display: flex;
  font-size: 0.875rem;
  font-weight: 500;
  height: 3.5rem;
  align-items: center;
  justify-content: center;
  margin: 3rem auto 0;
  max-width: 29.3125rem;
  position: relative;
  width: 100%;
  gap: 1rem;
  margin-top: initial;
}
@media screen and (min-width: 768px) {
  .p-message__cta {
    font-size: 1.25rem;
    height: 4.1875rem;
    gap: 2rem;
  }
}

.p-message__cta-wrapper {
  padding-top: 2rem;
  padding-bottom: 4rem;
}
@media screen and (min-width: 768px) {
  .p-message__cta-wrapper {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}

.p-message__cta-text {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.4;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .p-message__cta-text {
    font-size: 1.25rem;
  }
}

.p-message__cta-icon {
  width: 1.375rem;
  height: 1.375rem;
}
@media screen and (min-width: 768px) {
  .p-message__cta-icon {
    width: 2.5rem;
    height: 2.5rem;
  }
}

.p-mv {
  background-color: #000;
  overflow-x: clip;
  padding-top: 4.375rem;
}
@media screen and (min-width: 768px) {
  .p-mv {
    padding-top: 6.8125rem;
  }
}

.p-mv__content {
  min-height: inherit;
  position: relative;
}

.p-mv__video {
  background-color: #000;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  width: 100vw;
}

.p-mv__video video {
  background-color: #000;
  display: block;
  object-fit: cover;
  width: 100%;
  height: auto;
  aspect-ratio: 720/720;
}
@media screen and (min-width: 768px) {
  .p-mv__video video {
    aspect-ratio: 1920/960;
  }
}

.js-mv-img {
  --mv-mask-progress: 115%;
  mask-image: linear-gradient(90deg, #000 0%, #000 calc(var(--mv-mask-progress) - 14%), rgba(0, 0, 0, 0) var(--mv-mask-progress));
  mask-repeat: no-repeat;
  mask-size: 100% 100%;
  -webkit-mask-image: linear-gradient(90deg, #000 0%, #000 calc(var(--mv-mask-progress) - 14%), rgba(0, 0, 0, 0) var(--mv-mask-progress));
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
}

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

.p-mv__img img {
  width: 100%;
  height: inherit;
  object-fit: cover;
  aspect-ratio: 320/400;
  object-fit: cover;
  object-position: 78% 80%;
}
@media screen and (min-width: 768px) {
  .p-mv__img img {
    height: auto;
    aspect-ratio: initial;
    object-position: center;
  }
}

.p-mv__title {
  color: #fff;
  font-family: "Futura", "Noto Sans JP", sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  left: 1.25rem;
  letter-spacing: 0.45em;
  line-height: 1.7;
  position: absolute;
  top: 13.75rem;
}
@media screen and (min-width: 768px) {
  .p-mv__title {
    font-size: 2.1875rem;
    left: 5.125rem;
    letter-spacing: 0.6em;
    line-height: 1.7142857143;
    top: 17.625rem;
  }
}

.p-mv__logo {
  position: absolute;
  left: 0;
  bottom: 1.25rem;
  z-index: 2;
  width: 17.5rem;
}
@media screen and (min-width: 768px) {
  .p-mv__logo {
    max-width: 56.5rem;
    width: 100%;
  }
}

.p-mv__logo img {
  width: 100%;
  height: auto;
  object-fit: contain;
  object-position: center;
}

.p-people {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-people {
    padding-top: 5.5rem;
    padding-bottom: 4rem;
  }
}

.p-people__content {
  color: #fff;
}

.p-people__heading {
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0.3125rem;
  text-align: center;
  width: fit-content;
}
@media screen and (min-width: 768px) {
  .p-people__heading {
    position: relative;
  }
}

@media screen and (min-width: 768px) {
  .p-people__heading::before {
    background-color: #f77423;
    bottom: 2.9375rem;
    content: "";
    height: 0.1875rem;
    left: 0;
    position: absolute;
    width: 100%;
  }
}

.p-people__title {
  color: #000;
  font-size: 1.4375rem;
  font-weight: 700;
  line-height: 1.8421052632;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-people__title {
    font-size: 2.4375rem;
    line-height: 0.8571428571;
    text-align: left;
  }
}

.p-people__title span {
  display: block;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-people__title span {
    display: inline;
    position: static;
  }
}

.p-people__title span::after {
  background-color: #f77423;
  bottom: 0.125rem;
  content: "";
  height: 0.1875rem;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 12.0625rem;
}
@media screen and (min-width: 768px) {
  .p-people__title span::after {
    content: none;
  }
}

.p-people__title span:nth-child(2)::after {
  width: 7.625rem;
}

.p-people__en {
  color: #a8a8a8;
  display: inline-block;
  font-family: "Bebas Neue", sans-serif;
  font-size: 1.3125rem;
  font-weight: 400;
  letter-spacing: 0.01em;
  line-height: 1;
  margin-top: 0.5rem;
}
@media screen and (min-width: 768px) {
  .p-people__en {
    font-size: 2.25rem;
    margin-top: 1.5rem;
  }
}

.p-people__message {
  background-color: #4688e3;
  box-shadow: 0 0 0.3125rem rgba(255, 255, 255, 0.55);
  color: #fff;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.5;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1.1875rem;
  padding: 0.875rem 1rem;
  position: relative;
  text-align: center;
  max-width: 17.5rem;
  border-radius: 0.1875rem;
}
@media screen and (min-width: 768px) {
  .p-people__message {
    border-radius: 0.3125rem;
    max-width: 46.8125rem;
    font-size: 1.9375rem;
    line-height: 1.5806451613;
    margin-top: 1.9375rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5625rem;
  }
}

.p-people__message::after {
  border-left: 0.4375rem solid transparent;
  border-right: 0.4375rem solid transparent;
  border-top: 0.875rem solid #4688e3;
  content: "";
  left: 50%;
  position: absolute;
  top: calc(100% - 0.0625rem);
  transform: translateX(-50%);
}

.p-people__lead {
  color: #000;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.03em;
  line-height: 1.8;
  margin-left: auto;
  margin-right: auto;
  margin-top: 2rem;
  max-width: 35.625rem;
  text-align: center;
  text-shadow: 0 0 0.3125rem rgb(255, 255, 255);
}
@media screen and (min-width: 768px) {
  .p-people__lead {
    font-size: 1.375rem;
    line-height: 1.8181818182;
    margin-top: 1.8125rem;
  }
}

.p-people__cards {
  display: grid;
  gap: 0.75rem;
  grid-template-columns: repeat(2, 1fr);
  list-style: none;
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-people__cards {
    gap: 1.5rem;
    grid-template-columns: repeat(5, 1fr);
    margin-top: 4rem;
  }
}

.p-people__card {
  background-color: #f2f2f2;
  color: #000;
  text-align: center;
  padding-top: 1.5rem;
  padding-bottom: 1rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  border-radius: 0.3125rem;
}
@media screen and (min-width: 768px) {
  .p-people__card {
    border-radius: 0.625rem;
    padding: 1.75rem 0.25rem 1.25rem;
    min-height: 25.375rem;
  }
}

.p-people__card:nth-child(5) {
  grid-column: 1/-1;
  justify-self: center;
  width: calc((100% - 0.75rem) / 2);
}
@media screen and (min-width: 768px) {
  .p-people__card:nth-child(5) {
    grid-column: auto;
    justify-self: auto;
    width: auto;
  }
}

.p-people__icon {
  color: #5b92c2;
  margin-left: auto;
  margin-right: auto;
  width: 5rem;
}
@media screen and (min-width: 768px) {
  .p-people__icon {
    height: 5rem;
    width: 6rem;
  }
}

.p-people__icon svg {
  display: block;
  height: 100%;
  width: 100%;
}

.p-people__icon path,
.p-people__icon circle {
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 0.25rem;
}

.p-people__card-title {
  font-weight: 700;
  line-height: 1.5789473684;
  font-size: 0.875rem;
  margin-top: 0.75rem;
}
@media screen and (min-width: 768px) {
  .p-people__card-title {
    font-size: 1.1875rem;
    margin-top: 1.5rem;
  }
}

.p-people__card-text {
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1.8666666667;
  font-size: 0.75rem;
  margin-top: 0.5rem;
}
@media screen and (min-width: 768px) {
  .p-people__card-text {
    margin-top: 1.0625rem;
    font-size: min(0.9375rem, 1.0416666667vw);
  }
}

.p-people__field {
  border-top: 0.0625rem solid #707070;
  margin-top: 1.125rem;
  padding-top: 1.0625rem;
}

.p-people__field-label {
  color: #4688e3;
  font-weight: 700;
  line-height: 1.3684210526;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .p-people__field-label {
    font-size: 1.1875rem;
  }
}

.p-people__field-text {
  font-weight: 600;
  letter-spacing: 0.02em;
  line-height: 1.8;
  font-size: 0.625rem;
  margin-top: 0.375rem;
}
@media screen and (min-width: 768px) {
  .p-people__field-text {
    margin-top: 0.625rem;
    font-size: min(0.875rem, 0.9722222222vw);
  }
}

.p-recruit {
  background: #fff;
  color: #111;
  padding-top: 5.125rem;
}
@media screen and (min-width: 768px) {
  .p-recruit {
    padding-top: 8.625rem;
  }
}

.p-recruit__hero {
  padding-top: 3.125rem;
  padding-bottom: 2.375rem;
}
@media screen and (min-width: 768px) {
  .p-recruit__hero {
    padding-top: 3.5rem;
    padding-bottom: 4.375rem;
  }
}

.p-recruit__heading {
  text-align: center;
  width: fit-content;
}
@media screen and (min-width: 768px) {
  .p-recruit__heading {
    margin-left: auto;
    margin-right: auto;
    max-width: 63.125rem;
    width: 100%;
  }
}

.p-recruit__heading-content {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  text-align: center;
  width: fit-content;
}

.p-recruit__en {
  font-family: "Bebas Neue", sans-serif;
  font-size: 3.25rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1;
  border-bottom: 3px solid #fe4504;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .p-recruit__en {
    font-size: 6.25rem;
  }
}

.p-recruit__sub {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.5;
  margin-top: 0.3125rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-recruit__sub {
    font-size: 1.4375rem;
    line-height: 1.3043478261;
    margin-top: 1.0625rem;
  }
}

.p-recruit__lead {
  font-size: 0.9375rem;
  font-weight: 600;
  line-height: 1.9;
  margin: 2.625rem auto 0;
  max-width: 50rem;
}
@media screen and (min-width: 768px) {
  .p-recruit__lead {
    font-size: 1.25rem;
    line-height: 1.75;
    margin-top: 5.5rem;
  }
}

.p-recruit__content {
  padding: 0.5rem 0 4.5rem;
}
@media screen and (min-width: 768px) {
  .p-recruit__content {
    padding: 0rem 0 6.5rem;
  }
}

.p-recruit__tab-lead {
  font-size: 0.9375rem;
  font-weight: 600;
  line-height: 1.9;
  margin: 0 auto 1.75rem;
  max-width: 50rem;
}
@media screen and (min-width: 768px) {
  .p-recruit__tab-lead {
    font-size: 1.25rem;
    line-height: 1.75;
    margin-bottom: 3.25rem;
  }
}

.p-recruit__tabs {
  display: grid;
  gap: 0.5rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 0 auto;
  max-width: 62.3125rem;
}
@media screen and (min-width: 600px) {
  .p-recruit__tabs {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (min-width: 768px) {
  .p-recruit__tabs {
    gap: 2rem;
    grid-template-columns: repeat(2, 14.0625rem);
    place-content: center;
  }
}

.p-recruit__tab {
  align-items: center;
  background: #002ec6;
  color: #fff;
  display: flex;
  flex-direction: column;
  font-size: 1rem;
  font-weight: 600;
  justify-content: center;
  line-height: 1.35;
  min-height: 3.625rem;
  padding: 0.625rem 0.75rem;
  text-align: center;
  transition: background-color 0.2s ease, opacity 0.2s ease;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .p-recruit__tab {
    font-size: 1.25rem;
    min-height: 4.375rem;
  }
}

.p-recruit__tab span {
  font-size: 0.75rem;
}
@media screen and (min-width: 768px) {
  .p-recruit__tab span {
    font-size: 0.9375rem;
  }
}

.p-recruit__tab:hover,
.p-recruit__tab.is-active {
  background: #002ec6;
  opacity: 0.86;
}

.p-recruit__panels {
  margin: 2.625rem auto 0;
  max-width: 62.5rem;
}
@media screen and (min-width: 768px) {
  .p-recruit__panels {
    margin-top: 3.75rem;
  }
}

.p-recruit__panel-title {
  display: inline-block;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.35;
  padding-bottom: 0.375rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-recruit__panel-title {
    font-size: 1.875rem;
    padding-bottom: 0.5rem;
  }
}

.p-recruit__panel-title::after {
  background: #fe4504;
  bottom: 0;
  content: "";
  height: 0.1875rem;
  left: 0;
  position: absolute;
  width: 100%;
}

.p-recruit__panel-section {
  margin-top: 3.25rem;
}
@media screen and (min-width: 768px) {
  .p-recruit__panel-section {
    margin-top: 4.5rem;
  }
}

.p-recruit__table {
  border-top: 0.0625rem solid #707070;
  margin-top: 2.125rem;
}
@media screen and (min-width: 768px) {
  .p-recruit__table {
    margin-top: 2.25rem;
  }
}

.p-recruit__row {
  border-bottom: 0.0625rem solid #707070;
}
@media screen and (min-width: 768px) {
  .p-recruit__row {
    display: grid;
    grid-template-columns: 13rem minmax(0, 1fr);
  }
}

.p-recruit__row dt {
  align-items: center;
  background: #f2f1e9;
  display: flex;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.5;
  min-height: 3.5rem;
  padding: 1rem 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-recruit__row dt {
    font-size: 1.375rem;
    min-height: 4.375rem;
    padding: 1.25rem 3.75rem;
  }
}

.p-recruit__row dd {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.85;
  padding: 1.125rem 1.25rem 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-recruit__row dd {
    font-size: 1.125rem;
    line-height: 1.9444444444;
    padding: 1.25rem 2rem 1.375rem 2.4375rem;
  }
}

.p-recruit__row dd p + p {
  margin-top: 1.125rem;
}
@media screen and (min-width: 768px) {
  .p-recruit__row dd p + p {
    margin-top: 1.625rem;
  }
}

.p-recruit__entry-button {
  align-items: center;
  background: #fe4504;
  border-radius: 9999px;
  color: #fff;
  display: flex;
  height: 3.5rem;
  justify-content: center;
  margin: 2.375rem auto 0;
  max-width: 29.375rem;
  padding: 0 4.5rem 0 2.25rem;
  position: relative;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-recruit__entry-button {
    height: 4.0625rem;
    margin-top: 3.625rem;
    padding: 0 5.375rem 0 3rem;
  }
}

.p-recruit__entry-text {
  color: #fff;
  font-size: 1.0625rem;
  font-weight: 500;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .p-recruit__entry-text {
    font-size: 1.25rem;
  }
}

.p-recruit__entry-icon {
  align-items: center;
  background: #fff;
  border-radius: 50%;
  display: flex;
  height: 2.5rem;
  justify-content: center;
  position: absolute;
  right: 0.8125rem;
  top: 50%;
  transform: translateY(-50%);
  width: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-recruit__entry-icon {
    height: 2.6875rem;
    right: 1.1875rem;
    width: 2.6875rem;
  }
}

.p-recruit__entry-icon::before {
  background: #fe4504;
  content: "";
  height: 0.0625rem;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 0.875rem;
}

.p-recruit__entry-icon::after {
  border-right: 0.0625rem solid #fe4504;
  border-top: 0.0625rem solid #fe4504;
  content: "";
  height: 0.5rem;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(0.0625rem, -50%) rotate(45deg);
  width: 0.5rem;
}

@media screen and (min-width: 768px) {
  .p-recruit__panel--new-graduate .p-recruit__row--description dt {
    min-height: 29.375rem;
  }
}

@media screen and (min-width: 768px) {
  .p-recruit__panel--new-graduate .p-recruit__row--salary dt {
    min-height: 23.5625rem;
  }
}

@media screen and (min-width: 768px) {
  .p-recruit__row--holiday dt,
  .p-recruit__row--place dt {
    min-height: 8.25rem;
  }
}

.p-top-career {
  background-color: #F2F1E9;
  padding-top: 4.5rem;
  padding-bottom: 3rem;
  overflow-x: clip;
}
@media screen and (min-width: 768px) {
  .p-top-career {
    padding-top: 3.6875rem;
    padding-bottom: 4rem;
  }
}

.p-top-career__content {
  max-width: 62.5rem;
  margin-left: auto;
  margin-right: auto;
}

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

.p-top-career__image {
  margin-top: 2.875rem;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}
@media screen and (min-width: 768px) {
  .p-top-career__image {
    max-width: 31.25rem;
    margin-top: initial;
    width: 100%;
    margin-left: initial;
    margin-right: initial;
  }
}

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

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

.p-top-career__heading {
  padding-top: 1.25rem;
  position: relative;
  text-align: center;
}

.p-top-career__title {
  font-family: "Bebas Neue", sans-serif;
  font-size: 3.25rem;
  font-weight: 400;
  letter-spacing: 0.03em;
  line-height: 1;
  border-bottom: 3px solid #f77423;
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .p-top-career__title {
    font-size: 4.5rem;
  }
}

.p-top-career__sub-title {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.5;
  margin-top: 0.625rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-top-career__sub-title {
    font-size: 1.375rem;
  }
}

.p-top-career__catch {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.6;
  margin-top: 2rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-top-career__catch {
    font-size: 1.375rem;
    line-height: 1.6;
    margin-top: 2.4375rem;
    text-align: left;
  }
}

.p-top-career__more-wrap {
  display: flex;
  justify-content: center;
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .p-top-career__more-wrap {
    margin-top: 2.8125rem;
  }
}

.p-top-career__more {
  align-items: center;
  background-color: #fff;
  border: 0.075rem solid #000;
  border-radius: 1.5rem;
  color: #000;
  display: inline-flex;
  height: 2.5rem;
  justify-content: center;
  padding-left: 2.125rem;
  padding-right: 0.5rem;
  width: 11.25rem;
}
@media screen and (min-width: 768px) {
  .p-top-career__more {
    width: 13.75rem;
  }
}

.p-top-career__more-text {
  font-size: 0.78125rem;
  font-weight: 500;
  line-height: 1;
}

.p-top-career__more-icon {
  background-color: #000;
  border-radius: 50%;
  display: block;
  height: 1.6875rem;
  margin-left: 1.125rem;
  position: relative;
  width: 1.6875rem;
}

.p-top-career__more-icon::before {
  border-right: 0.09375rem solid #fff;
  border-top: 0.09375rem solid #fff;
  content: "";
  height: 0.4375rem;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-65%, -50%) rotate(45deg);
  width: 0.4375rem;
}

.p-top-career__more-icon::after {
  background-color: #fff;
  content: "";
  height: 0.09375rem;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-55%, -50%);
  width: 0.625rem;
}

.p-top-career__button-wrap {
  display: flex;
  justify-content: center;
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-top-career__button-wrap {
    margin-top: 3.875rem;
  }
}

.p-top-career__button {
  align-items: center;
  background-color: #476ed6;
  border-radius: 9999px;
  box-shadow: -0.125rem 0.1875rem 0.375rem rgba(0, 0, 0, 0.4);
  color: #fff;
  display: flex;
  justify-content: center;
  width: 100%;
  min-height: 2.25rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-top-career__button {
    max-width: 29.3125rem;
    min-height: 4.1875rem;
  }
}

.p-top-career__button-text {
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .p-top-career__button-text {
    font-size: 1.25rem;
  }
}

.p-top-career__button-icon {
  position: absolute;
  right: 0.75rem;
  top: 50%;
  transform: translateY(-50%);
  width: 1.375rem;
  height: 1.375rem;
}
@media screen and (min-width: 768px) {
  .p-top-career__button-icon {
    width: 2.5625rem;
    height: 2.5625rem;
    right: 1.25rem;
  }
}

.p-top-interview {
  background-color: #f2f1e9;
  padding-top: 1.5rem;
  padding-bottom: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-top-interview {
    padding-top: 6.625rem;
    padding-bottom: 5.125rem;
  }
}

.p-top-interview__inner {
  max-width: 1227px;
  margin-left: auto;
  margin-right: auto;
}

.p-top-interview__content {
  max-width: 87.5rem;
  margin-left: auto;
  margin-right: auto;
}

.p-top-interview__heading {
  text-align: center;
}

.p-top-interview__title {
  font-family: "Bebas Neue", sans-serif;
  font-size: 2.75rem;
  font-weight: 400;
  letter-spacing: 0.03em;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .p-top-interview__title {
    font-size: 4.625rem;
  }
}

.p-top-interview__sub-title {
  display: inline-block;
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.5;
  position: relative;
  padding-top: 0.5rem;
}
@media screen and (min-width: 768px) {
  .p-top-interview__sub-title {
    margin-top: 0.75rem;
    padding-top: 0.875rem;
    font-size: 1.375rem;
  }
}

.p-top-interview__sub-title::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 9.25rem;
  border-top: 0.1875rem solid #f77423;
  transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .p-top-interview__sub-title::before {
    width: 15.5rem;
  }
}

.p-top-interview__cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 0.8125rem;
  row-gap: 0.9375rem;
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-top-interview__cards {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    row-gap: 2.5rem;
    column-gap: 1.9375rem;
    margin-top: 4.625rem;
  }
}

.p-top-interview__card {
  text-align: center;
}

.p-top-interview__card-link {
  color: inherit;
  display: block;
}

.p-top-interview__image {
  aspect-ratio: 274/283;
  margin-left: auto;
  margin-right: auto;
  max-width: 17.125rem;
  width: 100%;
  overflow: hidden;
}

.p-top-interview__image img {
  transition: 0.3s ease-in-out;
  display: block;
  height: auto;
  width: 100%;
}

.p-top-interview__card-link:hover .p-top-interview__image img {
  transform: scale(1.05);
}

.p-top-interview__card-title {
  font-size: 0.8125rem;
  font-weight: 600;
  line-height: 1.45;
  margin-top: 0.5rem;
}
@media screen and (min-width: 768px) {
  .p-top-interview__card-title {
    font-size: 1.375rem;
    margin-top: 1.125rem;
    line-height: 1.45;
    letter-spacing: 0.02em;
    min-height: 4rem;
  }
}

.p-top-interview__name {
  font-size: 0.625rem;
  line-height: 1.5;
  margin-top: 0.375rem;
}
@media screen and (min-width: 768px) {
  .p-top-interview__name {
    font-size: 1rem;
    margin-top: 0.75rem;
    letter-spacing: 0.08em;
  }
}

.p-top-interview__button-wrap {
  display: flex;
  justify-content: center;
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .p-top-interview__button-wrap {
    margin-top: 4rem;
  }
}

.p-top-interview__button {
  align-items: center;
  background-color: #fff;
  border: 0.075rem solid #000;
  border-radius: 1.5rem;
  color: #000;
  display: flex;
  justify-content: center;
  padding-left: 2.125rem;
  padding-right: 0.5rem;
  position: relative;
  width: 11.25rem;
  height: 2.1875rem;
}
@media screen and (min-width: 768px) {
  .p-top-interview__button {
    width: 13.75rem;
    height: 2.5rem;
  }
}

.p-top-interview__button-text {
  font-weight: 500;
  line-height: 1;
  font-size: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-top-interview__button-text {
    font-size: 0.75rem;
  }
}

.p-top-interview__button-icon {
  background-color: #000;
  border-radius: 50%;
  display: block;
  height: 1.6875rem;
  margin-left: 1.125rem;
  position: relative;
  width: 1.6875rem;
}

.p-top-interview__button-icon::before {
  border-right: 0.09375rem solid #fff;
  border-top: 0.09375rem solid #fff;
  content: "";
  height: 0.4375rem;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-65%, -50%) rotate(45deg);
  width: 0.4375rem;
}

.p-top-interview__button-icon::after {
  background-color: #fff;
  content: "";
  height: 0.09375rem;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-55%, -50%);
  width: 0.625rem;
}

.p-top-license {
  background-color: #fff;
  overflow-x: clip;
  padding-top: 3.5rem;
  padding-bottom: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-top-license {
    padding-top: 4rem;
    padding-bottom: 1.5rem;
  }
}

.p-top-license__content {
  max-width: 52rem;
  margin-left: auto;
  margin-right: auto;
}

.p-top-license__intro {
  text-align: center;
}

.p-top-license__en-title {
  border-bottom: 0.1875rem solid #f77423;
  display: inline-block;
  font-family: "Bebas Neue", sans-serif;
  font-size: 3.25rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.03em;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-top-license__en-title {
    font-size: 4.375rem;
  }
}

.p-top-license__sub-title {
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.03em;
  line-height: 1.6;
  margin-top: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-top-license__sub-title {
    font-size: 1.125rem;
    margin-top: 0.5rem;
  }
}

.p-top-license__lead-title {
  font-size: 1.125rem;
  font-weight: 600;
  letter-spacing: 0.03em;
  line-height: 1.5;
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .p-top-license__lead-title {
    font-size: 1.375rem;
    margin-top: 1.875rem;
  }
}

.p-top-license__description {
  font-size: 0.8125rem;
  font-weight: 600;
  letter-spacing: 0.03em;
  line-height: 1.75;
  margin-top: 1.5rem;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .p-top-license__description {
    font-size: 1rem;
    text-align: center;
    line-height: 1.75;
    margin-top: 1.5rem;
  }
}

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

.p-top-license__group {
  background-image: repeating-linear-gradient(90deg, #4688e3 0, #4688e3 0.4375rem, transparent 0.4375rem, transparent 0.75rem);
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: 100% 0.3125rem;
  padding-bottom: 2.375rem;
}
@media screen and (min-width: 768px) {
  .p-top-license__group {
    padding-bottom: 3rem;
  }
}

.p-top-license__group--qualification {
  background-image: none;
  margin-top: 2.75rem;
  padding-bottom: 0;
}
@media screen and (min-width: 768px) {
  .p-top-license__group--qualification {
    margin-top: 2.9375rem;
  }
}

.p-top-license__heading {
  border-bottom: 0.1875rem solid #f77423;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
  padding-bottom: 0.3125rem;
  width: fit-content;
}
@media screen and (min-width: 768px) {
  .p-top-license__heading {
    font-size: 2.1875rem;
    line-height: 1.3428571429;
    padding-bottom: 0.1875rem;
  }
}

.p-top-license__section {
  margin-top: 1.875rem;
}

.p-top-license__section + .p-top-license__section {
  border-top: 1px solid #707070;
  margin-top: 1.75rem;
  padding-top: 1.75rem;
}
@media screen and (min-width: 768px) {
  .p-top-license__section + .p-top-license__section {
    margin-top: 1.75rem;
    padding-top: 1.75rem;
  }
}

.p-top-license__label {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .p-top-license__label {
    font-size: 1.25rem;
  }
}

.p-top-license__text {
  font-size: 0.8125rem;
  line-height: 1.8125;
  margin-top: 0.25rem;
}
@media screen and (min-width: 768px) {
  .p-top-license__text {
    font-size: 1rem;
    margin-top: 0;
  }
}

.p-top-license__group--qualification .p-top-license__text {
  margin-top: 1.75rem;
}
@media screen and (min-width: 768px) {
  .p-top-license__group--qualification .p-top-license__text {
    margin-top: 1.6875rem;
  }
}

.p-top-license__button-wrap {
  display: flex;
  justify-content: center;
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-top-license__button-wrap {
    margin-top: 2.3125rem;
  }
}

.p-top-license__button {
  align-items: center;
  background-color: #fff;
  border: 0.075rem solid #000;
  border-radius: 1.5rem;
  color: #000;
  display: inline-flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 0.5rem;
  min-height: 2.5rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-top-license__button {
    max-width: 15.125rem;
  }
}

.p-top-license__button-text {
  font-size: 0.78125rem;
  font-weight: 500;
  line-height: 1.4;
}

.p-top-license__button-icon {
  background-color: #000;
  border-radius: 50%;
  display: block;
  flex-shrink: 0;
  height: 1.6875rem;
  margin-left: 0.75rem;
  position: relative;
  width: 1.6875rem;
}

.p-top-license__button-icon::before {
  border-right: 0.09375rem solid #fff;
  border-top: 0.09375rem solid #fff;
  content: "";
  height: 0.4375rem;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-65%, -50%) rotate(45deg);
  width: 0.4375rem;
}

.p-top-license__button-icon::after {
  background-color: #fff;
  content: "";
  height: 0.09375rem;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-55%, -50%);
  width: 0.625rem;
}

.p-top-license__loop {
  margin-top: 1.5rem;
  overflow: hidden;
  background: #F2F1E9;
}
@media screen and (min-width: 768px) {
  .p-top-license__loop {
    margin-top: 3rem;
  }
}

.p-top-license__loop-track {
  animation: top-license-loop 80s linear infinite;
  display: flex;
  width: max-content;
}

.p-top-license__loop-track img {
  display: block;
  flex-shrink: 0;
  height: auto;
  max-width: none;
  width: 262.5rem;
}
@media screen and (min-width: 768px) {
  .p-top-license__loop-track img {
    width: 321.3125rem;
  }
}

@keyframes top-license-loop {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.p-top-number {
  background-color: #F2F1E9;
  padding-top: 2.3125rem;
  padding-bottom: 3.375rem;
}
@media screen and (min-width: 768px) {
  .p-top-number {
    padding-top: 5.625rem;
    padding-bottom: 4.9375rem;
  }
}

.p-top-number__content {
  max-width: 62.625rem;
  margin-left: auto;
  margin-right: auto;
}

.p-top-number__heading {
  padding-bottom: 0.5rem;
  position: relative;
  text-align: center;
}

.p-top-number__title {
  color: #000;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.4;
  display: inline-block;
  padding-bottom: 0.75rem;
  border-bottom: 3px solid #f77423;
}
@media screen and (min-width: 768px) {
  .p-top-number__title {
    font-size: 2.1875rem;
    line-height: 0.86;
  }
}

.p-top-number__cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 1.5rem;
  gap: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-top-number__cards {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin-top: 3.75rem;
    column-gap: 2.375rem;
    row-gap: 1.75rem;
  }
}

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

.p-top-number__button-wrap {
  display: flex;
  justify-content: center;
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .p-top-number__button-wrap {
    margin-top: 4.8125rem;
  }
}

.p-top-number__button {
  align-items: center;
  background-color: #476ed6;
  border-radius: 9999px;
  box-shadow: -0.125rem 0.1875rem 0.375rem rgba(0, 0, 0, 0.4);
  color: #fff;
  display: flex;
  justify-content: center;
  min-height: 2.1875rem;
  width: 15.625rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-top-number__button {
    width: 29.3125rem;
    min-height: 4.1875rem;
  }
}

.p-top-number__button-text {
  font-size: 0.8125rem;
  font-weight: 500;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .p-top-number__button-text {
    font-size: 1.25rem;
  }
}

.p-top-number__button-icon {
  display: block;
  flex-shrink: 0;
  width: 1.375rem;
  height: 1.375rem;
  position: absolute;
  right: 0.75rem;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .p-top-number__button-icon {
    height: 2.5625rem;
    width: 2.5625rem;
    right: 1.25rem;
  }
}

.p-top-rep {
  background-color: #fff;
  padding-top: 2.5rem;
  padding-bottom: initial;
  overflow-x: clip;
}
@media screen and (min-width: 768px) {
  .p-top-rep {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}

.p-top-rep__content {
  max-width: 62.5rem;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 768px) {
  .p-top-rep__body {
    align-items: center;
    display: flex;
    justify-content: space-between;
  }
}

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

.p-top-rep__heading-wrap {
  text-align: center;
}

.p-top-rep__heading {
  padding-bottom: 0.5rem;
  position: relative;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-top-rep__heading {
    max-width: 13.5625rem;
    margin-left: auto;
    margin-right: auto;
  }
}

.p-top-rep__title {
  font-family: "Bebas Neue", sans-serif;
  font-size: 3.25rem;
  font-weight: 400;
  letter-spacing: 0.03em;
  line-height: 1;
  border-bottom: 3px solid #f77423;
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .p-top-rep__title {
    font-size: 4.625rem;
  }
}

.p-top-rep__sub-title {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-top-rep__sub-title {
    font-size: 1.375rem;
  }
}

.p-top-rep__catch {
  font-weight: 600;
  line-height: 1.5;
  margin-top: 1.5rem;
  font-size: 1.25rem;
  max-width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .p-top-rep__catch {
    font-size: 1.3125rem;
    margin-left: initial;
    margin-right: initial;
    max-width: initial;
    margin-top: 2.9375rem;
  }
}

.p-top-rep__description {
  font-weight: 600;
  line-height: 1.5;
  margin-top: 1.25rem;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .p-top-rep__description {
    font-size: 1rem;
    margin-top: 1.5rem;
  }
}

.p-top-rep__button-wrap {
  display: flex;
  justify-content: center;
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .p-top-rep__button-wrap {
    justify-content: flex-start;
    margin-top: 2.25rem;
    margin-left: 5.5625rem;
  }
}

.p-top-rep__button {
  align-items: center;
  background-color: #fff;
  border: 0.075rem solid #000;
  border-radius: 1.5rem;
  color: #000;
  display: flex;
  height: 2.5rem;
  justify-content: center;
  padding-left: 2.125rem;
  padding-right: 0.5rem;
  width: 11.25rem;
}
@media screen and (min-width: 768px) {
  .p-top-rep__button {
    width: 13.75rem;
  }
}

.p-top-rep__button-text {
  font-size: 0.78125rem;
  font-weight: 500;
  line-height: 1;
}

.p-top-rep__button-icon {
  background-color: #000;
  border-radius: 50%;
  display: block;
  height: 1.6875rem;
  margin-left: 1.125rem;
  position: relative;
  width: 1.6875rem;
}

.p-top-rep__button-icon::before {
  border-right: 0.09375rem solid #fff;
  border-top: 0.09375rem solid #fff;
  content: "";
  height: 0.4375rem;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-65%, -50%) rotate(45deg);
  width: 0.4375rem;
}

.p-top-rep__button-icon::after {
  background-color: #fff;
  content: "";
  height: 0.09375rem;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-55%, -50%);
  width: 0.625rem;
}

.p-top-rep__image {
  margin-top: 2rem;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}
@media screen and (min-width: 768px) {
  .p-top-rep__image {
    margin-top: initial;
    max-width: 31.25rem;
    width: 100%;
    margin-left: initial;
    margin-right: initial;
  }
}

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

.p-top-text {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-top-text {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}

.p-top-text__content {
  max-width: 48.75rem;
  margin-left: auto;
  margin-right: auto;
}

.p-top-text__title {
  color: #005dc9;
  font-size: 1.0625rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-top-text__title {
    font-size: 2rem;
  }
}

.p-top-text__line {
  display: block;
}

.p-top-welfare {
  background-color: #fff;
  padding-top: 3.375rem;
  padding-bottom: 7.125rem;
}
@media screen and (min-width: 768px) {
  .p-top-welfare {
    padding-top: 4.8125rem;
    padding-bottom: 6rem;
  }
}

.p-top-welfare__content {
  max-width: 55.875rem;
  margin-left: auto;
  margin-right: auto;
}

.p-top-welfare__heading {
  position: relative;
  text-align: center;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}

.p-top-welfare__title {
  border-bottom: 3px solid #f77423;
  display: inline-block;
  color: #000;
  font-family: "Bebas Neue", sans-serif;
  font-size: 3.25rem;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .p-top-welfare__title {
    font-size: 4.625rem;
  }
}

.p-top-welfare__sub-title {
  color: #000;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.5;
  margin-top: 0.625rem;
  text-align: center;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .p-top-welfare__sub-title {
    font-size: 1.25rem;
  }
}

.p-top-welfare__description {
  color: #000;
  font-weight: 600;
  line-height: 1.5;
  margin-top: 1.5rem;
  font-size: 0.8125rem;
  max-width: 24.3125rem;
  margin-left: auto;
  margin-right: auto;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 768px) {
  .p-top-welfare__description {
    text-align: center;
    font-size: 1rem;
    margin-top: 2.75rem;
  }
}

.p-top-welfare__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  row-gap: 2.5rem;
  column-gap: 2.5rem;
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-top-welfare__grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    row-gap: 3rem;
    column-gap: 1.5rem;
    margin-top: 4rem;
  }
}

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

.p-top-welfare__card-image {
  align-items: flex-end;
  display: flex;
  height: 3.5rem;
  justify-content: center;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-top-welfare__card-image {
    height: 6.25rem;
  }
}

.p-top-welfare__card-image img {
  display: block;
  height: auto;
  max-height: 100%;
  width: auto;
}

.p-top-welfare__card-title {
  color: #000;
  font-size: 0.625rem;
  font-weight: 700;
  line-height: 1.4;
  margin-top: 0.75rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-top-welfare__card-title {
    font-size: 1.125rem;
    margin-top: 1rem;
  }
}

.p-top-welfare__more-wrap {
  display: flex;
  justify-content: center;
  margin-top: 4rem;
}
@media screen and (min-width: 768px) {
  .p-top-welfare__more-wrap {
    margin-top: 3.5rem;
  }
}

.p-top-welfare__more {
  align-items: center;
  background-color: #fff;
  border: 0.075rem solid #000;
  border-radius: 1.5rem;
  color: #000;
  display: flex;
  height: 2.5rem;
  justify-content: center;
  padding-left: 2.125rem;
  padding-right: 0.5rem;
  width: 11.25rem;
}
@media screen and (min-width: 768px) {
  .p-top-welfare__more {
    width: 13.75rem;
  }
}

.p-top-welfare__more-text {
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1;
}

.p-top-welfare__more-icon {
  background-color: #000;
  border-radius: 50%;
  display: block;
  height: 1.6875rem;
  margin-left: 1.125rem;
  position: relative;
  width: 1.6875rem;
}

.p-top-welfare__more-icon::before {
  border-right: 0.09375rem solid #fff;
  border-top: 0.09375rem solid #fff;
  content: "";
  height: 0.4375rem;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-65%, -50%) rotate(45deg);
  width: 0.4375rem;
}

.p-top-welfare__more-icon::after {
  background-color: #fff;
  content: "";
  height: 1px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-55%, -50%);
  width: 0.625rem;
}

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

.p-top-welfare__cta-wrap {
  display: flex;
  justify-content: center;
}

.p-top-welfare__cta {
  align-items: center;
  background-color: #f77423;
  border-radius: 9999px;
  box-shadow: -0.125rem 0.1875rem 0.375rem rgba(0, 0, 0, 0.4);
  color: #fff;
  display: flex;
  justify-content: center;
  min-height: 3rem;
  padding-left: 1.5rem;
  padding-right: 0.75rem;
  width: 100%;
  max-width: 20rem;
}
@media screen and (min-width: 768px) {
  .p-top-welfare__cta {
    max-width: 29.4375rem;
    min-height: 4.125rem;
    padding-left: 2.75rem;
    padding-right: 0.75rem;
  }
}

.p-top-welfare__cta-text {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .p-top-welfare__cta-text {
    font-size: 1.25rem;
  }
}

.p-top-welfare__cta-icon {
  background-color: #fff;
  border-radius: 9999px;
  display: block;
  flex-shrink: 0;
  margin-left: 1rem;
  position: relative;
  width: 1.75rem;
  height: 1.75rem;
}
@media screen and (min-width: 768px) {
  .p-top-welfare__cta-icon {
    width: 2.5625rem;
    height: 2.5625rem;
    margin-left: 2rem;
  }
}

.p-top-welfare__cta-icon::before {
  border-right: 0.09375rem solid #f77423;
  border-top: 0.09375rem solid #f77423;
  content: "";
  height: 0.5rem;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-65%, -50%) rotate(45deg);
  width: 0.5rem;
}
@media screen and (min-width: 768px) {
  .p-top-welfare__cta-icon::before {
    height: 0.75rem;
    width: 0.75rem;
  }
}

.p-top-welfare__cta-icon::after {
  background-color: #f77423;
  content: "";
  height: 0.09375rem;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-55%, -50%);
  width: 0.6875rem;
}
@media screen and (min-width: 768px) {
  .p-top-welfare__cta-icon::after {
    width: 1rem;
  }
}

.p-top-welfare__instagram {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 3rem;
  max-width: 33.0625rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-top-welfare__instagram {
    margin-top: 2.5rem;
  }
}

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

.p-welfare {
  background: #fff;
  color: #000;
  padding-top: 5.125rem;
}
@media screen and (min-width: 768px) {
  .p-welfare {
    padding-top: 8.625rem;
  }
}

.p-welfare__hero {
  padding-top: 3.125rem;
  padding-bottom: 3.25rem;
}
@media screen and (min-width: 768px) {
  .p-welfare__hero {
    padding-top: 3.5rem;
    padding-bottom: 4.375rem;
  }
}

.p-welfare__heading {
  text-align: center;
  width: fit-content;
}
@media screen and (min-width: 768px) {
  .p-welfare__heading {
    margin-left: auto;
    text-align: left;
    max-width: 63.125rem;
    margin-right: auto;
    width: auto;
  }
}

.p-welfare__en {
  border-bottom: 3px solid #fe4504;
  display: block;
  font-family: "Bebas Neue", sans-serif;
  font-size: 3.25rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1;
  width: fit-content;
}
@media screen and (min-width: 768px) {
  .p-welfare__en {
    font-size: 6.25rem;
  }
}

.p-welfare__sub {
  display: block;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.5;
  margin-top: 0.3125rem;
  text-align: center;
  white-space: nowrap;
  width: 13.625rem;
}
@media screen and (min-width: 768px) {
  .p-welfare__sub {
    font-size: 1.4375rem;
    line-height: 1.3043478261;
    margin-top: 1.0625rem;
    width: 26.1875rem;
  }
}

.p-welfare__lead {
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1.9;
  margin: 3rem auto 0;
  max-width: 56.25rem;
}
@media screen and (min-width: 768px) {
  .p-welfare__lead {
    font-size: 1.125rem;
    line-height: 2;
    margin-top: 4.375rem;
  }
}

.p-welfare__benefits {
  padding: 1.125rem 0 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-welfare__benefits {
    padding: 1.125rem 0 5.5rem;
  }
}

.p-welfare__grid {
  display: grid;
  margin: 0 auto;
  max-width: 62.625rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
}
@media screen and (min-width: 768px) {
  .p-welfare__grid {
    column-gap: 1.5625rem;
    grid-template-columns: repeat(3, 19.6875rem);
    row-gap: 2.3125rem;
  }
}

.p-welfare__card {
  background: #f7f7f7;
  min-width: 0;
  padding: 0.75rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-welfare__card {
    min-height: 25.9375rem;
    padding: 4rem 2.125rem 2.125rem;
  }
}

.p-welfare__icon {
  max-width: 5rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .p-welfare__icon {
    max-width: 7.1875rem;
  }
}

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

.p-welfare__card-title {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.5;
  margin-top: 0.75rem;
}
@media screen and (min-width: 768px) {
  .p-welfare__card-title {
    font-size: 1.375rem;
    margin-top: 1.625rem;
  }
}

.p-welfare__card-text {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.7;
  margin-top: 1.125rem;
  min-width: 0;
  overflow-wrap: anywhere;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .p-welfare__card-text {
    font-size: 1rem;
    line-height: 1.7;
    margin-top: 1.125rem;
  }
}

.p-welfare__card-text--dummy {
  overflow-wrap: anywhere;
  word-break: break-all;
}

.p-work-discover {
  padding-top: 3.125rem;
  padding-bottom: 4.5rem;
}
@media screen and (min-width: 768px) {
  .p-work-discover {
    padding-top: 3.5rem;
    padding-bottom: 4.75rem;
  }
}

@media screen and (min-width: 768px) {
  .p-work-discover__content {
    max-width: 63.125rem;
    margin-left: auto;
    margin-right: auto;
  }
}

.p-work-discover__heading {
  text-align: center;
  width: fit-content;
}
@media screen and (min-width: 768px) {
  .p-work-discover__heading {
    text-align: left;
  }
}

.p-work-discover__en {
  font-family: "Bebas Neue", sans-serif;
  font-size: 3.25rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1;
  border-bottom: 3px solid #fe4504;
  width: fit-content;
}
@media screen and (min-width: 768px) {
  .p-work-discover__en {
    font-size: 6.25rem;
  }
}

.p-work-discover__sub {
  display: block;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.5;
  margin-top: 0.3125rem;
  text-align: center;
  white-space: nowrap;
  width: 9.4375rem;
}
@media screen and (min-width: 768px) {
  .p-work-discover__sub {
    font-size: 1.4375rem;
    line-height: 1.3043478261;
    margin-top: 1.0625rem;
    width: 18.125rem;
  }
}

.p-work-discover__lead {
  font-size: 0.9375rem;
  font-weight: 600;
  line-height: 1.9;
  margin: 2.125rem auto 0;
  max-width: 47.5rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-work-discover__lead {
    font-size: 1.25rem;
    line-height: 1.75;
    margin-left: 8rem;
    margin-top: 5.25rem;
    max-width: 56.25rem;
    text-align: left;
  }
}

.p-work-discover__cards {
  display: grid;
  gap: 1.125rem;
  margin-top: 2.25rem;
  max-width: 74.75rem;
}
@media screen and (min-width: 768px) {
  .p-work-discover__cards {
    gap: 1.375rem;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin-top: 4.5rem;
  }
}

.p-work-discover__card {
  background: linear-gradient(90deg, #e1edf2 0%, #f7fafc 25.6158%, #f8f8f8 70.4434%, #e1edf2 100%);
  border-radius: 0.375rem;
  padding: 1.125rem 1.25rem 1.5rem;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p-work-discover__card {
    min-height: 30.625rem;
    padding: 1.125rem 1.375rem 1.625rem;
  }
}

.p-work-discover__visual {
  position: relative;
  max-width: 9.375rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .p-work-discover__visual {
    max-width: 12.8125rem;
  }
}

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

.p-work-discover__image img {
  display: block;
  height: 8.75rem;
  object-fit: contain;
  width: 11.25rem;
}
@media screen and (min-width: 768px) {
  .p-work-discover__image img {
    height: 10.625rem;
    width: 13.125rem;
  }
}

.p-work-discover__card-title {
  align-items: center;
  align-self: center;
  background: #ff7c2b;
  border-radius: 0.4375rem;
  color: #fff;
  display: inline-flex;
  font-size: 1.375rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  justify-content: center;
  line-height: 1;
  min-height: 2.5625rem;
  padding: 0.5rem 1.125rem 0.5625rem;
  text-align: center;
  width: min(100%, 12.3125rem);
}
@media screen and (min-width: 768px) {
  .p-work-discover__card-title {
    font-size: 1.5rem;
  }
}

.p-work-discover__text {
  color: #000;
  font-size: 0.8125rem;
  font-weight: 500;
  line-height: 1.72;
  margin-top: 1.125rem;
}
@media screen and (min-width: 768px) {
  .p-work-discover__text {
    font-size: 0.875rem;
    line-height: 1.86;
  }
}

.p-work-discover__helmet,
.p-work-discover__paper,
.p-work-discover__tool,
.p-work-discover__person,
.p-work-discover__bubble,
.p-work-discover__calc,
.p-work-discover__sheet,
.p-work-discover__monitor,
.p-work-discover__code {
  display: block;
  position: absolute;
}

.p-work-discover__helmet {
  background: #9fc5f8;
  border-radius: 4.375rem 4.375rem 1.375rem 1.375rem;
  height: 5.125rem;
  top: 1.5rem;
  width: 8.25rem;
}

.p-work-discover__helmet::before {
  background: #fff;
  content: "";
  height: 4.625rem;
  left: 50%;
  position: absolute;
  top: 0.5rem;
  transform: translateX(-50%);
  width: 0.25rem;
}

.p-work-discover__helmet::after {
  background: #6f9ad6;
  border-radius: 62.4375rem;
  bottom: -0.875rem;
  content: "";
  height: 1.375rem;
  left: -0.875rem;
  position: absolute;
  width: 10rem;
}

.p-work-discover__paper {
  background: #fff;
  border: 0.25rem solid #9fc5f8;
  border-radius: 0.5rem;
  bottom: 0.25rem;
  height: 5.125rem;
  right: 1.75rem;
  width: 4.125rem;
}

.p-work-discover__paper::before,
.p-work-discover__paper::after {
  background: #9fc5f8;
  content: "";
  height: 0.25rem;
  left: 0.75rem;
  position: absolute;
  width: 2.125rem;
}

.p-work-discover__paper::before {
  top: 1.375rem;
}

.p-work-discover__paper::after {
  top: 2.5rem;
}

.p-work-discover__tool--driver {
  background: #6f9ad6;
  border-radius: 62.4375rem;
  height: 7.875rem;
  left: 45%;
  top: 1.125rem;
  transform: rotate(38deg);
  width: 1.125rem;
}

.p-work-discover__tool--driver::before {
  background: #9fc5f8;
  border-radius: 0.5rem;
  content: "";
  height: 2.625rem;
  left: -0.5625rem;
  position: absolute;
  top: -1.375rem;
  width: 2.25rem;
}

.p-work-discover__tool--plier {
  border: 0.75rem solid #9fc5f8;
  border-bottom: 0;
  border-radius: 4.375rem 4.375rem 0 0;
  height: 5.75rem;
  right: 2.625rem;
  top: 1.875rem;
  transform: rotate(-26deg);
  width: 4.75rem;
}

.p-work-discover__person {
  background: #9fc5f8;
  border-radius: 1.375rem 1.375rem 0.5rem 0.5rem;
  bottom: 1.125rem;
  height: 5.5rem;
  left: 50%;
  transform: translateX(-50%);
  width: 5.375rem;
}

.p-work-discover__person::before {
  background: #6f9ad6;
  border-radius: 50%;
  content: "";
  height: 3.625rem;
  left: 50%;
  position: absolute;
  top: -3.125rem;
  transform: translateX(-50%);
  width: 3.625rem;
}

.p-work-discover__bubble {
  background: #fff;
  border: 0.3125rem solid #9fc5f8;
  border-radius: 1.125rem;
  height: 3.625rem;
  right: 1.375rem;
  top: 1rem;
  width: 5.125rem;
}

.p-work-discover__bubble::after {
  border-left: 0.75rem solid transparent;
  border-top: 1rem solid #9fc5f8;
  bottom: -1rem;
  content: "";
  left: 1.125rem;
  position: absolute;
}

.p-work-discover__calc {
  background: #9fc5f8;
  border-radius: 0.75rem;
  height: 7.875rem;
  left: 2.625rem;
  top: 1.5rem;
  width: 5.375rem;
}

.p-work-discover__calc::before {
  background: #fff;
  border-radius: 0.3125rem;
  content: "";
  height: 1.625rem;
  left: 0.875rem;
  position: absolute;
  top: 0.875rem;
  width: 3.625rem;
}

.p-work-discover__calc::after {
  background: radial-gradient(circle, #fff 0 0.3125rem, transparent 0.375rem);
  background-size: 1.375rem 1.375rem;
  content: "";
  height: 3.875rem;
  left: 1rem;
  position: absolute;
  top: 3.25rem;
  width: 3.625rem;
}

.p-work-discover__sheet {
  background: #fff;
  border: 0.3125rem solid #6f9ad6;
  border-radius: 0.5rem;
  height: 6.5rem;
  right: 2.625rem;
  top: 2.375rem;
  width: 4.875rem;
}

.p-work-discover__monitor {
  background: #fff;
  border: 0.5rem solid #9fc5f8;
  border-radius: 0.625rem;
  height: 6.375rem;
  top: 1.375rem;
  width: 9.375rem;
}

.p-work-discover__monitor::after {
  background: #6f9ad6;
  bottom: -1.875rem;
  content: "";
  height: 1.375rem;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 3.625rem;
}

.p-work-discover__code {
  color: #6f9ad6;
  font-family: "Bebas Neue", sans-serif;
  font-size: 2.875rem;
  line-height: 1;
  top: 3.375rem;
}

.p-work-discover__code::before {
  content: "< / >";
}

.p-work-electric {
  background: #f2f1e9;
  padding: 3.5rem 0 4rem;
}
@media screen and (min-width: 768px) {
  .p-work-electric {
    padding: 4.25rem 0 4.875rem;
  }
}

.p-work-electric__heading {
  text-align: center;
}

.p-work-electric__en {
  color: #000;
  font-family: "Bebas Neue", sans-serif;
  font-size: 3.25rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .p-work-electric__en {
    font-size: 6.25rem;
  }
}

.p-work-electric__title {
  font-size: 1.3125rem;
  font-weight: 700;
  line-height: 1.45;
  margin-top: 0.75rem;
  border-bottom: 3px solid #fe4504;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .p-work-electric__title {
    font-size: 2.1875rem;
    margin-top: 1.25rem;
  }
}

.p-work-electric__lead {
  font-size: 0.9375rem;
  font-weight: 600;
  line-height: 1.9;
  margin: 1.875rem auto 0;
  max-width: 55.625rem;
}
@media screen and (min-width: 768px) {
  .p-work-electric__lead {
    font-size: 1.25rem;
    line-height: 1.75;
    margin-top: 2.625rem;
  }
}

.p-work-electric__diagram {
  background: #fff9c1;
  border-radius: 1.5rem;
  margin: 2.625rem auto 0;
  max-width: 65.625rem;
  overflow: hidden;
  padding: 1.875rem 1.125rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-work-electric__diagram {
    border-radius: 3.875rem;
    margin-top: 4.875rem;
    min-height: 136.375rem;
    padding: 4.5rem 4.5rem 5.375rem;
  }
}

.p-work-electric__row {
  display: grid;
  gap: 1.125rem;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .p-work-electric__row {
    align-items: start;
    gap: 2.375rem;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.p-work-electric__row--bottom {
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-work-electric__row--bottom {
    grid-template-columns: 16.25rem minmax(0, 1fr);
    margin-top: 61.25rem;
  }
}

.p-work-electric__node,
.p-work-electric__use {
  align-items: center;
  background: #fffdd3;
  border: 0.1875rem solid #0381f8;
  border-radius: 1.125rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 9.375rem;
  padding: 1.125rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-work-electric__node,
  .p-work-electric__use {
    min-height: 13.75rem;
  }
}

@media screen and (min-width: 768px) {
  .p-work-electric__node--large {
    min-height: 16.875rem;
  }
}

.p-work-electric__node-title,
.p-work-electric__use {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.45;
}
@media screen and (min-width: 768px) {
  .p-work-electric__node-title,
  .p-work-electric__use {
    font-size: 1.5rem;
  }
}

.p-work-electric__icon {
  display: block;
  height: 5.5rem;
  margin-bottom: 0.875rem;
  position: relative;
  width: 7rem;
}
@media screen and (min-width: 768px) {
  .p-work-electric__icon {
    height: 7.375rem;
    width: 9.375rem;
  }
}

.p-work-electric__icon::before,
.p-work-electric__icon::after {
  content: "";
  position: absolute;
}

.p-work-electric__icon--plant::before {
  background: #0381f8;
  bottom: 0;
  height: 55%;
  left: 8%;
  width: 84%;
}

.p-work-electric__icon--plant::after {
  background: repeating-linear-gradient(90deg, transparent 0 1rem, #0381f8 1rem 1.5rem);
  bottom: 55%;
  height: 42%;
  left: 12%;
  width: 76%;
}

.p-work-electric__icon--substation::before {
  border-bottom: 5rem solid #0381f8;
  border-left: 3.25rem solid transparent;
  border-right: 3.25rem solid transparent;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.p-work-electric__icon--substation::after {
  background: #0381f8;
  bottom: 0;
  height: 1.625rem;
  left: 14%;
  width: 72%;
}

.p-work-electric__icon--tower::before {
  border-bottom: 7rem solid #0381f8;
  border-left: 2.8125rem solid transparent;
  border-right: 2.8125rem solid transparent;
  bottom: 0;
  left: 50%;
  opacity: 0.92;
  transform: translateX(-50%);
}

.p-work-electric__icon--tower::after {
  background: #fffdd3;
  bottom: 1.25rem;
  height: 4.25rem;
  left: 50%;
  transform: translateX(-50%);
  width: 3.375rem;
}

.p-work-electric__icon--pole::before {
  background: #0381f8;
  height: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 0.625rem;
}

.p-work-electric__icon--pole::after {
  background: #0381f8;
  height: 0.75rem;
  left: 10%;
  top: 24%;
  width: 80%;
}

.p-work-electric__line {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-work-electric__line {
    border-left: 0.375rem solid #0381f8;
    border-radius: 1.25rem;
    border-top: 0.375rem solid #0381f8;
    display: block;
    height: 26.25rem;
    left: 8.875rem;
    position: absolute;
    right: 8.875rem;
    top: 15.625rem;
  }
}

.p-work-electric__uses {
  display: grid;
  gap: 0.875rem;
}
@media screen and (min-width: 768px) {
  .p-work-electric__uses {
    gap: 1.125rem;
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

.p-work-electric__use {
  min-height: 6.875rem;
}

.p-work-electric__cta-wrap {
  display: flex;
  justify-content: center;
}

.p-work-electric__cta {
  align-items: center;
  background: #f77423;
  border-radius: 62.4375rem;
  box-shadow: -0.125rem 0.1875rem 0.375rem rgba(0, 0, 0, 0.4);
  color: #fff;
  display: flex;
  font-size: 0.875rem;
  font-weight: 500;
  justify-content: center;
  line-height: 1.35;
  min-height: 3.625rem;
  padding: 0.625rem 0.75rem 0.625rem 1.5rem;
  width: min(100%, 29.375rem);
}
@media screen and (min-width: 768px) {
  .p-work-electric__cta {
    font-size: 1.25rem;
    min-height: 4.125rem;
    padding-left: 3rem;
  }
}

.p-work-electric__cta-icon {
  display: block;
  flex-shrink: 0;
  height: 2.375rem;
  margin-left: 1.125rem;
  position: relative;
  width: 2.375rem;
}
@media screen and (min-width: 768px) {
  .p-work-electric__cta-icon {
    height: 2.5625rem;
    margin-left: 1.5rem;
    width: 2.5625rem;
  }
}

.p-work-electric__img {
  max-width: 50rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 4rem;
}

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

.p-work-electric__cta--career {
  background: #0381F8;
}

.p-work-recruit {
  background: #fff;
  padding-top: 1rem;
  padding-bottom: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-work-recruit {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }
}

.p-work {
  background: #fff;
  padding-top: 5.125rem;
}
@media screen and (min-width: 768px) {
  .p-work {
    padding-top: 8.625rem;
  }
}
