@charset "UTF-8";
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  width: 100%;
  height: auto;
  vertical-align: middle;
}

a {
  display: inline-block;
  text-decoration: none;
  color: inherit;
}

span, picture {
  display: inline-block;
}

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

input,
textarea,
select {
  font: inherit;
}

/*----------------------------------
  レイアウト（単位不要）
----------------------------------*/
/*----------------------------------
  color
----------------------------------*/
/*----------------------------------
  font-family
----------------------------------*/
/*----------------------------------
  z-index
----------------------------------*/
html {
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  html {
    font-size: 1.4545454545vw;
  }
}
@media (min-width: 1100px) {
  html {
    font-size: 16px;
  }
}

body {
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
  color: #152746;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: normal;
}

@media screen and (min-width: 768px) {
  a[href*="tel:"] {
    pointer-events: none;
  }
}
.c-follow {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(7, 26, 58, 0.94);
  backdrop-filter: blur(5px);
  padding-block: 1.125rem;
  z-index: 100;
  -webkit-transition: visibility 0.4s, opacity 0.4s;
  transition: visibility 0.4s, opacity 0.4s;
}
.c-follow.is-hidden {
  visibility: hidden;
  opacity: 0;
}

.c-follow-button {
  width: 20.9375rem;
  height: 3.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.25rem;
  border-radius: 62.4375rem;
  background-color: #FF7A00;
  color: #FFF;
  font-size: 1.25rem;
  font-weight: 900;
  line-height: 1.125rem;
  letter-spacing: 0.1em;
  padding-bottom: 0.1875rem;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .c-follow-button {
    gap: 0.375rem;
    width: 36.375rem;
    height: 4.8125rem;
    font-size: 1.75rem;
    line-height: 1.53125rem;
  }
}
.c-follow-button .--small {
  font-size: 0.875rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .c-follow-button .--small {
    font-size: 1.1875rem;
  }
}

.c-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.375rem;
}
@media screen and (min-width: 768px) {
  .c-heading {
    gap: 0.625rem;
  }
}

.c-heading--ja {
  text-align: center;
  color: #152746;
  font-size: 2rem;
  font-weight: 900;
  letter-spacing: 0.01em;
  line-height: 1.28;
}
@media screen and (min-width: 768px) {
  .c-heading--ja {
    font-size: 3rem;
  }
}
.c-heading--ja .--orange {
  display: inline;
  color: #FF7A00;
}

.c-heading--en {
  background-color: rgba(255, 122, 0, 0.12);
  border-radius: 62.4375rem;
  color: #FF7A00;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.75;
  padding: 0.375rem 0.875rem;
  text-transform: uppercase;
}

.c-lead {
  text-align: center;
  color: #333;
  font-family: "Yu Gothic", "游ゴシック", "YuGothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.75;
  margin-top: 0.5rem;
}
@media screen and (min-width: 768px) {
  .c-lead {
    font-size: 1.125rem;
  }
}

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

.l-section {
  padding-block: 3.75rem;
}
@media screen and (min-width: 768px) {
  .l-section {
    padding-block: 7.5rem;
  }
}

.l-footer {
  background-color: #061A34;
  padding: 1.25rem 0;
}
@media screen and (min-width: 768px) {
  .l-footer {
    padding: 1.5rem 0;
  }
}

.l-footer__copy {
  display: block;
  text-align: center;
  color: rgba(255, 255, 255, 0.72);
  font-family: "Yu Gothic", "游ゴシック", "YuGothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 0.75rem;
  font-style: normal;
  line-height: 1.3125rem;
}

.p-main-visual {
  aspect-ratio: 375/778;
  background: url(../img/main-visual-bg-sp.webp) center/cover no-repeat;
  padding-top: 6.9333333333vw;
}
@media screen and (min-width: 768px) {
  .p-main-visual {
    aspect-ratio: 1440/655;
    background-image: url(../img/main-visual-bg-pc.webp);
    padding-top: 5.5555555556vw;
  }
}

.p-main-visual__inner {
  padding-left: 8.8vw;
}
@media screen and (min-width: 768px) {
  .p-main-visual__inner {
    padding-left: 11.1111111111vw;
  }
}

.p-main-visual__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  gap: 2.6666666667vw;
}
@media screen and (min-width: 768px) {
  .p-main-visual__head {
    gap: 1.7361111111vw;
  }
}

.p-main-visual__heading {
  font-size: 7.4666666667vw;
  font-weight: 900;
  line-height: 9.6vw;
  letter-spacing: -0.2666666667vw;
}
@media screen and (min-width: 768px) {
  .p-main-visual__heading {
    font-size: 3.3333333333vw;
    line-height: 5.4861111111vw;
    letter-spacing: -0.0694444444vw;
  }
}
.p-main-visual__heading .--large {
  font-size: 8.5333333333vw;
}
@media screen and (min-width: 768px) {
  .p-main-visual__heading .--large {
    font-size: 3.0555555556vw;
  }
}
.p-main-visual__heading .--xl {
  font-size: 8.2666666667vw;
}
@media screen and (min-width: 768px) {
  .p-main-visual__heading .--xl {
    font-size: 4.4444444444vw;
  }
}
.p-main-visual__heading .--xs {
  font-size: 5.3333333333vw;
}
@media screen and (min-width: 768px) {
  .p-main-visual__heading .--xs {
    font-size: 2.5vw;
  }
}
.p-main-visual__heading .--orange {
  color: #FE5401;
  font-size: 9.6vw;
}
@media screen and (min-width: 768px) {
  .p-main-visual__heading .--orange {
    font-size: 4.4444444444vw;
  }
}
.p-main-visual__heading .--xxl {
  font-size: 14.9333333333vw;
}
@media screen and (min-width: 768px) {
  .p-main-visual__heading .--xxl {
    font-size: 6.6666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .p-main-visual__heading .--small {
    font-size: 3.0555555556vw;
  }
}
.p-main-visual__heading .--02 {
  display: block;
}
@media screen and (min-width: 768px) {
  .p-main-visual__heading .--02 {
    margin-top: -1.1111111111vw;
  }
}

.p-main-visual__heading--sub {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-bottom: 3px solid #152746;
  font-size: 4.2666666667vw;
  font-weight: 700;
  line-height: 1.43;
  letter-spacing: 0.02em;
  padding-bottom: 1.3333333333vw;
}
@media screen and (min-width: 768px) {
  .p-main-visual__heading--sub {
    font-size: 1.9444444444vw;
    padding-bottom: 0.3472222222vw;
  }
}

.p-main-visual__text {
  font-size: 4vw;
  font-weight: 700;
  line-height: 1.64;
  letter-spacing: 0.02em;
  margin-top: 3.7333333333vw;
}
@media screen and (min-width: 768px) {
  .p-main-visual__text {
    font-size: 1.5277777778vw;
    margin-top: 0.4166666667vw;
  }
}
.p-main-visual__text .--orange {
  color: #FE5401;
}

.p-problem {
  position: relative;
  background: url(../img/problem-bg.webp) center/cover no-repeat;
}

.p-problem__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.p-problem__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.75rem;
  width: 100%;
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .p-problem__list {
    grid-template-columns: repeat(4, 1fr);
    gap: 1.125rem;
    margin-top: 3.1875rem;
  }
}

.p-problem__item {
  background-color: #FFF;
  border: 1px solid #152746;
  border-bottom-width: 6px;
  border-radius: 1.375rem;
  -webkit-box-shadow: 0 0.625rem 0.875rem rgba(15, 23, 42, 0.06);
          box-shadow: 0 0.625rem 0.875rem rgba(15, 23, 42, 0.06);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1.25rem 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-problem__item {
    padding: 1.25rem clamp(1rem, 0.1911764706rem + 1.1764705882vw, 1.25rem);
  }
}

.p-problem__item-text {
  color: #152746;
  font-size: 0.9375rem;
  font-weight: 900;
  letter-spacing: 0.02em;
  text-align: center;
  line-height: 1.56;
}
@media screen and (min-width: 768px) {
  .p-problem__item-text {
    font-size: clamp(1rem, 0.5955882353rem + 0.5882352941vw, 1.125rem);
  }
}

.p-problem__bottom {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .p-problem__bottom {
    gap: 1.25rem;
    margin-top: 1.4375rem;
  }
}

.p-problem__bottom-image {
  width: 0.75rem;
}

.p-problem__banner {
  background-color: #152746;
  border-radius: 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 1.25rem 0.625rem;
  width: 100%;
  min-height: 5rem;
}
@media screen and (min-width: 768px) {
  .p-problem__banner {
    min-height: 6.5rem;
    padding: 1.25rem;
  }
}

.p-problem__banner-text {
  color: #FFF;
  font-family: "Yu Gothic", "游ゴシック", "YuGothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.35;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-problem__banner-text {
    font-size: 1.625rem;
  }
}
.p-problem__banner-text .--orange {
  display: inline;
  color: #FF9D19;
}

.p-feedback {
  background-color: #ff9d19;
  padding-block: 3.5rem;
}
@media screen and (min-width: 768px) {
  .p-feedback {
    padding-block: 5rem;
  }
}

.p-feedback__heading {
  color: #FFF;
  font-size: 2rem;
  font-weight: 900;
  letter-spacing: 0.01em;
  line-height: 1.28;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-feedback__heading {
    font-size: 3rem;
  }
}

.p-feedback__card {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #FFF;
  border: 1px solid #e6ebf2;
  border-radius: 0.5rem;
  -webkit-box-shadow: 0 20px 25px rgba(6, 26, 52, 0.12);
          box-shadow: 0 20px 25px rgba(6, 26, 52, 0.12);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5rem;
  margin-top: 1.75rem;
  padding: 1.75rem;
}
@media screen and (min-width: 768px) {
  .p-feedback__card {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 3rem;
    margin-top: 2.625rem;
    padding: 2.5rem;
  }
}

.p-feedback__photo-area {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: 12.5rem;
  overflow: visible;
  position: relative;
  width: 10rem;
}
@media screen and (min-width: 768px) {
  .p-feedback__photo-area {
    height: 14.875rem;
    width: 12.875rem;
  }
}
.p-feedback__photo-area::before {
  background: url("../img/result-icon-01.png") center/contain no-repeat;
  content: "";
  height: 5rem;
  left: -1.5rem;
  pointer-events: none;
  position: absolute;
  top: -1.25rem;
  width: 6.25rem;
  z-index: 0;
}
@media screen and (min-width: 768px) {
  .p-feedback__photo-area::before {
    height: 5.625rem;
    left: -1.8125rem;
    top: -2.0625rem;
    width: 6.875rem;
  }
}
.p-feedback__photo-area::after {
  background: url("../img/result-icon-02.png") bottom right/contain no-repeat;
  bottom: -0.625rem;
  content: "";
  height: 3.5rem;
  pointer-events: none;
  position: absolute;
  right: -1rem;
  width: 4rem;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .p-feedback__photo-area::after {
    bottom: -1.375rem;
    height: 4.6875rem;
    right: -0.3125rem;
    width: 5.3125rem;
  }
}

.p-feedback__photo-img {
  border-radius: 0.5rem;
  display: block;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
  width: 100%;
  z-index: 1;
}

.p-feedback__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.25rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-feedback__body {
    -webkit-padding-before: 0.375rem;
            padding-block-start: 0.375rem;
  }
}

.p-feedback__label {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5625rem;
}

.p-feedback__label-line {
  background: linear-gradient(135deg, #ff6a00 0%, #ff9b1a 58%, #ffd08a 100%);
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: 2px;
  width: 2.125rem;
}

.p-feedback__label-text {
  color: #FF7A00;
  font-family: "Yu Gothic", "游ゴシック", "YuGothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 0.8125rem;
  font-weight: 600;
  letter-spacing: 0.12em;
}

.p-feedback__name {
  color: #061A34;
  font-family: "Yu Gothic", "游ゴシック", "YuGothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.76;
}
@media screen and (min-width: 768px) {
  .p-feedback__name {
    font-size: 1.75rem;
  }
}

.p-feedback__career {
  color: #FF7A00;
  font-family: "Yu Gothic", "游ゴシック", "YuGothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .p-feedback__career {
    font-size: 1.75rem;
    line-height: 1.76;
  }
}

.p-feedback__desc {
  color: #111827;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.75;
  margin-top: 0.25rem;
}
@media screen and (min-width: 768px) {
  .p-feedback__desc {
    font-size: 1rem;
  }
}

.p-why-now {
  background-color: #FFF;
}

.p-why-now__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-why-now__heading--ja {
  font-size: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-why-now__heading--ja {
    font-size: clamp(2.875rem, 2.4705882353rem + 0.5882352941vw, 3rem);
  }
}

.p-why-now__compare {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem;
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-why-now__compare {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 2.125rem;
    margin-top: 2.375rem;
  }
}

.p-why-now__editor {
  background-color: #152746;
  border: 1px solid #e6ebf2;
  border-radius: 0.5rem;
  -webkit-box-shadow: 0 1.25rem 1.5625rem rgba(6, 26, 52, 0.12);
          box-shadow: 0 1.25rem 1.5625rem rgba(6, 26, 52, 0.12);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.75rem;
  padding: 1.25rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-why-now__editor {
    gap: 1.125rem;
    padding: 1.6875rem;
    width: auto;
  }
}

.p-why-now__editor-title {
  color: #FFF;
  font-size: 1.25rem;
  font-weight: 900;
  letter-spacing: 0.02em;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-why-now__editor-title {
    font-size: 1.5rem;
  }
}

.p-why-now__editor-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.75rem;
  list-style: none;
}
@media screen and (min-width: 768px) {
  .p-why-now__editor-list {
    gap: 1.0625rem;
  }
}

.p-why-now__editor-item {
  background-color: #f7f8fa;
  border-radius: 0.75rem;
  color: #111827;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1rem;
  font-weight: 900;
  letter-spacing: 0.02em;
  min-height: 3.25rem;
  padding: 0.75rem 0.875rem;
}
@media screen and (min-width: 768px) {
  .p-why-now__editor-item {
    font-size: 1.25rem;
    min-height: 3.8125rem;
    width: 13.9375rem;
  }
}

.p-why-now__arrow {
  color: #FF7A00;
  font-size: 2.25rem;
  font-weight: 700;
  rotate: 90deg;
}
@media screen and (min-width: 768px) {
  .p-why-now__arrow {
    font-size: 2.75rem;
    rotate: unset;
  }
}

.p-why-now__director {
  background: linear-gradient(111.46deg, #ff7a00 0%, #ff9d19 100%);
  border-radius: 0.5rem;
  -webkit-box-shadow: 0 1.25rem 1.5625rem rgba(6, 26, 52, 0.12);
          box-shadow: 0 1.25rem 1.5625rem rgba(6, 26, 52, 0.12);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
  padding: 1.25rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-why-now__director {
    gap: 1.125rem;
    padding: 1.6875rem;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

.p-why-now__director-title {
  color: #FFF;
  font-size: 1.25rem;
  font-weight: 900;
  letter-spacing: 0.02em;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-why-now__director-title {
    font-size: 1.75rem;
  }
}

.p-why-now__director-list {
  display: grid;
  gap: 0.75rem;
}
@media screen and (min-width: 768px) {
  .p-why-now__director-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.125rem;
  }
}

.p-why-now__director-item {
  background-color: #FFF;
  border-radius: 0.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.625rem;
  min-height: 4.5rem;
  padding: 0.75rem 0.875rem;
}
@media screen and (min-width: 768px) {
  .p-why-now__director-item {
    min-height: 6.25rem;
  }
}

.p-why-now__director-text {
  color: #ff6a00;
  font-size: 1.125rem;
  font-weight: 900;
  letter-spacing: 0.02em;
}
@media screen and (min-width: 768px) {
  .p-why-now__director-text {
    font-size: 1.5rem;
  }
}

.p-why-now__check {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.p-job {
  background-color: #061A34;
}

.p-job .c-heading--ja {
  color: #FFF;
}

.p-job .c-heading--en {
  background-color: #FFF;
}

.p-job .c-lead {
  color: #FFF;
}

.p-job__list {
  width: 100%;
  display: grid;
  gap: 1rem;
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-job__list {
    grid-template-columns: repeat(4, 1fr);
    gap: 1.25rem clamp(0.875rem, 0.0661764706rem + 1.1764705882vw, 1.125rem);
    margin-top: 2.625rem;
  }
}

.p-job__card {
  background-color: #FFF;
  border: 1px solid #4f32ef;
  border-radius: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  padding: 1.25rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-job__card {
    padding: clamp(1.25rem, 0.4411764706rem + 1.1764705882vw, 1.5rem);
  }
}
.p-job__card::after {
  content: "";
  position: absolute;
  inset: 0.6875rem 0.625rem 0.6875rem 0.5625rem;
  border: 1px solid #FF7A00;
  border-radius: 1rem;
  pointer-events: none;
}

.p-job__card-num {
  background: linear-gradient(135deg, #ff7a00 0%, #ff9d19 100%);
  border-radius: 1.125rem;
  color: #FFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  width: 2.625rem;
  height: 2.625rem;
}
@media screen and (min-width: 768px) {
  .p-job__card-num {
    font-size: 1.375rem;
  }
}

.p-job__card-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  width: 100%;
}

.p-job__card-title {
  color: #061A34;
  font-size: 1.125rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.27;
}
@media screen and (min-width: 768px) {
  .p-job__card-title {
    font-size: 1.375rem;
  }
}

.p-job__card-line {
  display: block;
  width: 5rem;
  height: 2px;
  background-color: #FF7A00;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.p-job__card-desc {
  color: #333;
  font-size: 0.9375rem;
  font-weight: 500;
  text-align: center;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .p-job__card-desc {
    font-size: clamp(1rem, 0.5955882353rem + 0.5882352941vw, 1.125rem);
    line-height: 1.36;
    margin-top: 0.5rem;
  }
}

.p-job__card-img {
  width: 100%;
  aspect-ratio: 216/166;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-job__tagline {
  margin-top: 1.75rem;
  color: #FFF;
  font-size: 1.25rem;
  font-weight: 900;
  letter-spacing: 0.02em;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-job__tagline {
    margin-top: 2.625rem;
    font-size: 1.75rem;
  }
}

.p-skill {
  background: url(../img/skill-bg.webp) center/cover no-repeat;
}

.p-skill__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

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

.p-skill__item {
  background-color: #FFF;
  border: 1px solid #e6ebf2;
  border-radius: 0.5rem;
  -webkit-box-shadow: 0 0.625rem 0.8125rem rgba(6, 26, 52, 0.05);
          box-shadow: 0 0.625rem 0.8125rem rgba(6, 26, 52, 0.05);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 4.75rem;
  padding: 1rem;
}
@media screen and (min-width: 768px) {
  .p-skill__item {
    min-height: 5.75rem;
    padding: 1.3125rem;
  }
}

.p-skill__check {
  color: #ff9d19;
  font-family: "Yu Gothic", "游ゴシック", "YuGothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 1.75rem;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .p-skill__check {
    font-size: 2.25rem;
    line-height: 2.1875rem;
  }
}

.p-skill__label {
  color: #ff6a00;
  font-family: "Yu Gothic", "游ゴシック", "YuGothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-skill__label {
    font-size: 1.375rem;
  }
}

.p-skill__banner {
  margin-top: 1.75rem;
  background-color: #152746;
  border-radius: 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 1.25rem;
  width: 100%;
  min-height: 5rem;
}
@media screen and (min-width: 768px) {
  .p-skill__banner {
    margin-top: 2.5rem;
    padding: 1.375rem;
    min-height: 6.5rem;
  }
}

.p-skill__banner-text {
  color: #FFF;
  font-family: "Yu Gothic", "游ゴシック", "YuGothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.35;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-skill__banner-text {
    font-size: 1.625rem;
  }
}

.p-difference {
  background-color: #f6f8fb;
}

.p-difference__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-difference__table-wrap {
  margin-top: 1.5rem;
  width: 100%;
  border: 1px solid #e6ebf2;
  border-radius: 0.5rem;
  overflow: hidden;
  -webkit-box-shadow: 0 1.25rem 3.125rem rgba(6, 26, 52, 0.12);
          box-shadow: 0 1.25rem 3.125rem rgba(6, 26, 52, 0.12);
}
@media screen and (min-width: 768px) {
  .p-difference__table-wrap {
    margin-top: 1.875rem;
    max-width: 53.75rem;
  }
}

.p-difference__table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
}

.p-difference__th {
  vertical-align: middle;
  font-family: "Yu Gothic", "游ゴシック", "YuGothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
  padding: 0.625rem;
  text-align: left;
  color: #FFF;
}
@media screen and (min-width: 768px) {
  .p-difference__th {
    font-size: 1.25rem;
    padding: 1rem 1.375rem 1.0625rem;
  }
}

.p-difference__th--left {
  background-color: #061A34;
}

.p-difference__th--right {
  background: linear-gradient(134.53deg, #ff6a00 0%, #ff9b1a 58%, #ffd08a 100%);
}

.p-difference__td {
  border-top: 1px solid #e6ebf2;
  padding: 0.75rem 1rem;
}
@media screen and (min-width: 768px) {
  .p-difference__td {
    padding: 1rem 1.375rem 1.0625rem;
  }
}

.p-difference__td--left {
  color: #111827;
  font-size: 0.8125rem;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-difference__td--left {
    font-size: 1.125rem;
  }
}

.p-difference__td--right {
  background-color: #fff2e4;
  color: #FF7A00;
  font-size: 0.875rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-difference__td--right {
    font-size: 1.25rem;
  }
}

.p-difference__cta {
  margin-top: 3rem;
  width: 100%;
  background-color: #07193a;
  border-radius: 1.875rem;
  -webkit-box-shadow: 0 1rem 1.25rem rgba(7, 26, 58, 0.16);
          box-shadow: 0 1rem 1.25rem rgba(7, 26, 58, 0.16);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.25rem;
  padding: 2.5rem 1.25rem;
  position: relative;
  overflow: hidden;
}
.p-difference__cta::before {
  content: "";
  position: absolute;
  top: -30%;
  right: -10%;
  width: 50%;
  height: 140%;
  background: radial-gradient(ellipse at 70% 30%, rgba(255, 122, 0, 0.22) 0%, transparent 65%);
  pointer-events: none;
}
@media screen and (min-width: 768px) {
  .p-difference__cta {
    margin-top: 5rem;
    gap: 1.1875rem;
    padding: 3.5625rem 2.25rem 3.625rem;
  }
}

.p-difference__cta-text {
  color: #FFF;
  font-size: 1.125rem;
  font-weight: 900;
  letter-spacing: 0.02em;
  line-height: 1.75;
  text-align: center;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-difference__cta-text {
    font-size: 1.5rem;
  }
}

.p-difference__cta-btn {
  background-color: #FF7A00;
  border-radius: 62.4375rem;
  color: #FFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.375rem;
  font-size: 1.25rem;
  font-weight: 900;
  line-height: 1.125rem;
  position: relative;
  width: 100%;
  height: 4.5rem;
}
@media screen and (min-width: 768px) {
  .p-difference__cta-btn {
    width: 36.375rem;
    height: 6.25rem;
    font-size: 1.75rem;
    line-height: 1.53125rem;
  }
}
.p-difference__cta-btn .--small {
  font-size: 1rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-difference__cta-btn .--small {
    font-size: 1.1875rem;
  }
}

.p-practice {
  background: url(../img/practice-bg.webp) center/cover no-repeat;
}

.p-practice__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.p-practice__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.625rem;
  margin-top: 1.25rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-practice__grid {
    grid-template-columns: 1.2fr 1fr 1fr;
    grid-template-rows: 10.625rem 10.625rem;
    gap: 0.875rem;
    margin-top: 1.5rem;
  }
}

.p-practice__photo {
  border: 1px solid #e6ebf2;
  border-radius: 0.5rem;
  -webkit-box-shadow: 2px 2px 4px rgba(6, 26, 52, 0.25);
          box-shadow: 2px 2px 4px rgba(6, 26, 52, 0.25);
  overflow: hidden;
  position: relative;
}
.p-practice__photo::after {
  content: "";
  position: absolute;
  inset: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(6, 26, 52, 0.02)), to(rgba(6, 26, 52, 0.58)));
  background: linear-gradient(to bottom, rgba(6, 26, 52, 0.02) 0%, rgba(6, 26, 52, 0.58) 100%);
  z-index: 1;
}
.p-practice__photo:first-child {
  grid-column: 1/-1;
  height: 10rem;
}
@media screen and (min-width: 768px) {
  .p-practice__photo:first-child {
    grid-column: 1;
    grid-row: 1/span 2;
    height: auto;
  }
}
.p-practice__photo:not(:first-child) {
  height: 8.125rem;
}
@media screen and (min-width: 768px) {
  .p-practice__photo:not(:first-child) {
    height: auto;
  }
}

.p-practice__photo-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-practice__text-wrap {
  position: absolute;
  bottom: 0.5rem;
  left: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.375rem;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .p-practice__text-wrap {
    bottom: 1rem;
    left: 1rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0.75rem;
  }
}

.p-practice__label {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #061A34;
  border: 1px solid #FFF;
  border-radius: 62.4375rem;
  color: #FFF;
  font-family: "Yu Gothic", "游ゴシック", "YuGothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 0.6875rem;
  padding: 0.5rem 0.75rem;
}
@media screen and (min-width: 768px) {
  .p-practice__label {
    font-size: 0.8125rem;
  }
}

.p-practice__text {
  color: #FFF;
  font-family: "Yu Gothic", "游ゴシック", "YuGothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  .p-practice__text {
    font-size: 1rem;
  }
}

.p-practice__tags {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.5rem;
  list-style: none;
  margin-top: 0.625rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-practice__tags {
    grid-template-columns: repeat(4, 1fr);
    margin-top: 0.875rem;
  }
}

.p-practice__tag {
  background-color: #FFF;
  border: 1px solid #e6ebf2;
  border-radius: 0.375rem;
  -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.25);
          box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.25);
  color: #061A34;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "Yu Gothic", "游ゴシック", "YuGothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.32;
  min-height: 3rem;
  padding: 0.6875rem 0.5625rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-practice__tag {
    font-size: 1rem;
    min-height: 3.625rem;
  }
}

.p-result {
  background: url(../img/result-bg.webp) center/cover no-repeat;
}

.p-result .c-heading--en {
  background-color: #FFF;
}

.p-result .c-heading--ja {
  color: #FFF;
}

.p-result__inner {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.25rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-result__inner {
    gap: 1.5rem;
  }
}

.p-result__profile {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #FFF;
  border: 1px solid #e6ebf2;
  border-radius: 0.5rem;
  -webkit-box-shadow: 0 1.25rem 1.5625rem rgba(6, 26, 52, 0.12);
          box-shadow: 0 1.25rem 1.5625rem rgba(6, 26, 52, 0.12);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.25rem;
  padding: 1.5rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-result__profile {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 3rem;
    max-width: 60rem;
    padding: 2.5625rem;
  }
}

.p-result__photo-area {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: 14.5rem;
  overflow: visible;
  position: relative;
  width: 12.5rem;
}
@media screen and (min-width: 768px) {
  .p-result__photo-area {
    height: 19.5rem;
    width: 16.875rem;
  }
}
.p-result__photo-area::before {
  background-image: url("../img/result-icon-01.png");
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 5rem;
  left: -1.875rem;
  pointer-events: none;
  position: absolute;
  top: -1.25rem;
  width: 6.875rem;
  z-index: 0;
}
@media screen and (min-width: 768px) {
  .p-result__photo-area::before {
    height: 5.625rem;
    left: -1.8125rem;
    top: -2.0625rem;
    width: 7.5rem;
  }
}
.p-result__photo-area::after {
  background-image: url("../img/result-icon-02.png");
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: contain;
  bottom: -0.625rem;
  content: "";
  height: 4.0625rem;
  pointer-events: none;
  position: absolute;
  right: -1.25rem;
  width: 4.6875rem;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .p-result__photo-area::after {
    bottom: -1.375rem;
    height: 4.6875rem;
    right: -0.3125rem;
    width: 5.3125rem;
  }
}

.p-result__photo-img {
  border-radius: 0.5rem;
  display: block;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
  width: 100%;
  z-index: 1;
}

.p-result__profile-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.25rem;
}
@media screen and (min-width: 768px) {
  .p-result__profile-body {
    padding-top: 0.375rem;
  }
}

.p-result__profile-role {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5625rem;
}

.p-result__profile-role-line {
  background: linear-gradient(135deg, #ff6a00 0%, #ff9b1a 58%, #ffd08a 100%);
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: 2px;
  width: 2.125rem;
}

.p-result__profile-role-text {
  color: #FF7A00;
  font-family: "Yu Gothic", "游ゴシック", "YuGothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 0.8125rem;
  font-weight: 600;
  letter-spacing: 0.12em;
}

.p-result__profile-name {
  color: #061A34;
  font-family: "Yu Gothic", "游ゴシック", "YuGothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.7;
  padding-top: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-result__profile-name {
    font-size: 1.75rem;
    line-height: 3.0625rem;
    padding-top: 0.75rem;
  }
}

.p-result__profile-en {
  color: #FF7A00;
  font-family: "Yu Gothic", "游ゴシック", "YuGothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 0.8125rem;
  font-weight: 600;
  line-height: 1.75rem;
}
@media screen and (min-width: 768px) {
  .p-result__profile-en {
    font-size: 0.9375rem;
  }
}

.p-result__profile-desc {
  color: #111827;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.75;
  padding-top: 0.75rem;
}
@media screen and (min-width: 768px) {
  .p-result__profile-desc {
    font-size: 1rem;
    line-height: 1.75rem;
    padding-top: 0.875rem;
  }
}

.p-result__stats {
  display: grid;
  gap: 0.5rem;
  grid-template-columns: repeat(2, 1fr);
  list-style: none;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-result__stats {
    gap: 0.625rem;
    grid-template-columns: repeat(4, 1fr);
    max-width: 60rem;
  }
}

.p-result__stat {
  background-color: #fff2e4;
  border: 1px solid rgba(255, 122, 0, 0.2);
  border-radius: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.25rem;
  padding: 1rem;
}
@media screen and (min-width: 768px) {
  .p-result__stat {
    gap: 0.28125rem;
    padding: 1.125rem 1rem 1.28125rem;
  }
}

.p-result__stat-num {
  color: #FF7A00;
  font-family: "Yu Gothic", "游ゴシック", "YuGothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.625rem;
}
@media screen and (min-width: 768px) {
  .p-result__stat-num {
    font-size: 1.375rem;
  }
}

.p-result__stat-label {
  color: #333;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.3125rem;
}
@media screen and (min-width: 768px) {
  .p-result__stat-label {
    font-size: 0.9375rem;
  }
}

.p-result__achievements-card {
  background-color: #FFF;
  border: 1px solid #e6ebf2;
  border-radius: 0.5rem;
  -webkit-box-shadow: 0 0.625rem 0.8125rem rgba(6, 26, 52, 0.05);
          box-shadow: 0 0.625rem 0.8125rem rgba(6, 26, 52, 0.05);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.875rem;
  padding: 1.25rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-result__achievements-card {
    gap: 1.125rem;
    max-width: 60rem;
    padding: 1.5rem 1.5625rem 1.5625rem;
  }
}

.p-result__achievements-title {
  color: #111827;
  font-family: "Yu Gothic", "游ゴシック", "YuGothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.75rem;
}
@media screen and (min-width: 768px) {
  .p-result__achievements-title {
    font-size: 1.1875rem;
    line-height: 2.0625rem;
  }
}

.p-result__achievements-list {
  display: grid;
  gap: 0.5rem;
  grid-template-columns: 1fr;
  list-style: none;
}
@media screen and (min-width: 768px) {
  .p-result__achievements-list {
    gap: 0.625rem;
    grid-template-columns: repeat(2, 1fr);
  }
}

.p-result__achievement {
  background-color: #f8fafc;
  border-radius: 0.375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.125rem;
  padding: 0.75rem 0.875rem;
}
@media screen and (min-width: 768px) {
  .p-result__achievement {
    padding: 0.875rem;
  }
}

.p-result__achievement-name {
  color: #061A34;
  font-family: "Yu Gothic", "游ゴシック", "YuGothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.75rem;
}
@media screen and (min-width: 768px) {
  .p-result__achievement-name {
    font-size: 1rem;
  }
}

.p-result__achievement-cat {
  color: #ff6a00;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.4375rem;
}
@media screen and (min-width: 768px) {
  .p-result__achievement-cat {
    font-size: 0.8125rem;
  }
}

.p-result__career-card {
  background-color: #FFF;
  border-radius: 0.5rem;
  -webkit-box-shadow: 0 1.25rem 1.5625rem rgba(6, 26, 52, 0.12);
          box-shadow: 0 1.25rem 1.5625rem rgba(6, 26, 52, 0.12);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.875rem;
  padding: 1.5rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-result__career-card {
    gap: 1.125rem;
    max-width: 60rem;
    padding: 1.875rem;
  }
}

.p-result__career-title {
  color: #152746;
  font-family: "Yu Gothic", "游ゴシック", "YuGothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 2.625rem;
}
@media screen and (min-width: 768px) {
  .p-result__career-title {
    font-size: 1.5rem;
  }
}

.p-result__career-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  list-style: none;
}

.p-result__career-item {
  border-left: 2px solid #FF7A00;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.3125rem;
  padding-bottom: 1.375rem;
  padding-left: 1.25rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-result__career-item {
    padding-left: 1.625rem;
  }
}
.p-result__career-item::before {
  background-color: #FF7A00;
  border-radius: 0.3125rem;
  content: "";
  height: 0.625rem;
  left: -0.375rem;
  position: absolute;
  top: 0.25rem;
  width: 0.625rem;
}
.p-result__career-item:last-child {
  padding-bottom: 0;
}

.p-result__career-period {
  color: #ff6a00;
  font-family: "Yu Gothic", "游ゴシック", "YuGothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.75rem;
}
@media screen and (min-width: 768px) {
  .p-result__career-period {
    font-size: 1.0625rem;
  }
}

.p-result__career-desc {
  color: #202435;
  font-size: 0.8125rem;
  line-height: 1.75;
}
@media screen and (min-width: 768px) {
  .p-result__career-desc {
    font-size: 0.875rem;
    line-height: 1.53125rem;
  }
}

.p-future {
  background: url(../img/future-bg.webp) center/cover no-repeat;
}

.p-future__inner {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}

.p-future__steps {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.625rem;
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-future__steps {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    gap: 0.875rem;
    margin-top: 2.375rem;
  }
}

.p-future__step {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #FFF;
  border: 1px solid #dde3ea;
  border-radius: 1.125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.125rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 9.375rem;
  min-height: 5rem;
  padding: 0.875rem 0.625rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-future__step {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0px;
            flex: 1 0 0;
    width: unset;
    min-height: 7.0625rem;
    padding: 1.3125rem 0.9375rem;
  }
}
.p-future__step:not(:last-child)::after {
  color: #FF7A00;
  content: "→";
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1;
  position: absolute;
  right: -0.8125rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
}

.p-future__step-num {
  color: #FF7A00;
  font-size: 0.6875rem;
  font-weight: 900;
  letter-spacing: 0.024em;
  line-height: 1.421875rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-future__step-num {
    font-size: 0.8125rem;
  }
}

.p-future__step-title {
  color: #071a3a;
  font-size: 0.875rem;
  font-weight: 900;
  letter-spacing: 0.018em;
  line-height: 1.4;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-future__step-title {
    font-size: clamp(1rem, 0.5955882353rem + 0.5882352941vw, 1.125rem);
    line-height: 1.75rem;
  }
}

.p-cta {
  background-color: #FFF;
  padding: 2.5rem 0;
}

.p-cta__banner {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: radial-gradient(ellipse 91% 219% at 85% 20%, rgba(255, 122, 0, 0.24) 0%, rgba(255, 122, 0, 0) 34%), #07193a;
  border-radius: 1.25rem;
  -webkit-box-shadow: 0 1rem 1.25rem rgba(7, 26, 58, 0.16);
          box-shadow: 0 1rem 1.25rem rgba(7, 26, 58, 0.16);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
  padding: 2.5rem 1.25rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-cta__banner {
    border-radius: 1.875rem;
    gap: 1.1875rem;
    padding: 3.5625rem 2.25rem 3.625rem;
  }
}

.p-cta__heading {
  color: #FFF;
  font-size: 1.375rem;
  font-weight: 900;
  letter-spacing: 0.008em;
  line-height: 1.7;
}
@media screen and (min-width: 768px) {
  .p-cta__heading {
    font-size: 2.5rem;
    line-height: 1.708;
  }
}

.p-cta__heading-em {
  color: #FF7A00;
  font-size: 1.75rem;
  font-style: normal;
}
@media screen and (min-width: 768px) {
  .p-cta__heading-em {
    font-size: 3rem;
  }
}

.p-cta__text {
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.9375rem;
  font-weight: 700;
  letter-spacing: 0.018em;
  line-height: 1.75;
}
@media screen and (min-width: 768px) {
  .p-cta__text {
    font-size: 1.125rem;
    max-width: 46.25rem;
    padding-bottom: 0.8125rem;
  }
}

.p-cta__lead {
  color: #FFF;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.013em;
  line-height: 1.75;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-cta__lead {
    font-size: 1.5rem;
    line-height: 2.625rem;
  }
}

.p-cta__lead-em {
  display: inline;
  color: #ff9d19;
}

.p-cta__button {
  width: 100%;
  height: 4.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.375rem;
  background-color: #FF7A00;
  border-radius: 62.4375rem;
  color: #FFF;
  font-size: 1.25rem;
  font-weight: 900;
  line-height: 1.125rem;
  padding-bottom: 0.375rem;
}
@media screen and (min-width: 768px) {
  .p-cta__button {
    width: 36.375rem;
    height: 6.25rem;
    font-size: 1.75rem;
    line-height: 1.53125rem;
  }
}
.p-cta__button .--small {
  font-size: 1rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-cta__button .--small {
    font-size: 1.1875rem;
  }
}

.p-flow {
  background-color: #ff9d19;
}

.p-flow__inner {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-flow__inner {
    gap: 1.5rem;
  }
}

.p-flow__heading--ja {
  color: #061A34;
}

.p-flow__heading--en {
  background: rgba(255, 255, 255, 0.84);
}

.p-flow__steps {
  display: grid;
  gap: 0.875rem;
  grid-template-columns: repeat(2, 1fr);
  list-style: none;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-flow__steps {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1.125rem;
  }
}

.p-flow__step {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #FFF;
  border: 1px solid #dde3ea;
  border-radius: 1.25rem;
  -webkit-box-shadow: 0 0.625rem 0.8125rem rgba(7, 26, 58, 0.06);
          box-shadow: 0 0.625rem 0.8125rem rgba(7, 26, 58, 0.06);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem;
  padding: 1.25rem 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-flow__step {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0px;
            flex: 1 0 0;
    gap: 0.875rem;
    padding: 1.75rem 1.375rem;
  }
}

.p-flow__step-num {
  background-color: rgba(255, 122, 0, 0.12);
  border-radius: 62.4375rem;
  color: #FF7A00;
  font-size: 0.8125rem;
  font-weight: 900;
  letter-spacing: 0.025em;
  line-height: 1.421875rem;
  padding: 0.3125rem 0.75rem;
}

.p-flow__step-title {
  color: #071a3a;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.016em;
  line-height: 1.75;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-flow__step-title {
    font-size: 1.25rem;
    line-height: 2.1875rem;
  }
}

.p-faq {
  background-color: #f6f8fb;
}

.p-faq__inner {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-faq__inner {
    gap: 1.5rem;
  }
}

.p-faq__heading {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.625rem;
}

.p-faq__badge {
  background-color: rgba(255, 122, 0, 0.12);
  border-radius: 62.4375rem;
  color: #FF7A00;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.023em;
  line-height: 1.75;
  padding: 0.375rem 0.875rem;
  text-transform: uppercase;
}

.p-faq__title {
  color: #111827;
  font-size: 1.875rem;
  font-weight: 900;
  letter-spacing: 0.01em;
  line-height: 1.28;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-faq__title {
    font-size: 3rem;
  }
}

.p-faq__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.625rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-faq__list {
    max-width: 48.75rem;
  }
}

.p-faq__item {
  background-color: #FFF;
  border: 1px solid #e6ebf2;
  border-radius: 0.5rem;
  -webkit-box-shadow: 0 0.625rem 0.8125rem rgba(6, 26, 52, 0.05);
          box-shadow: 0 0.625rem 0.8125rem rgba(6, 26, 52, 0.05);
  overflow: hidden;
}

.p-faq__item-summary {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #061a34;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.75rem;
  font-family: "Yu Gothic", "游ゴシック", "YuGothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 0.9375rem;
  font-weight: 700;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  line-height: 1.75rem;
  padding: 1.125rem 1.3125rem;
}
@media screen and (min-width: 768px) {
  .p-faq__item-summary {
    font-size: 1rem;
  }
}
.p-faq__item-summary::-webkit-details-marker {
  display: none;
}
.p-faq__item-summary .--icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
  width: 0.875rem;
  height: 0.875rem;
}
.p-faq__item-summary .--icon::before, .p-faq__item-summary .--icon::after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #FF7A00;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  margin: auto;
}
.p-faq__item-summary .--icon::before {
  width: 100%;
  height: 1px;
}
.p-faq__item-summary .--icon::after {
  width: 1px;
  height: 100%;
}

.is-opened .p-faq__item-summary .--icon::after {
  opacity: 0;
}

.p-faq__item-content {
  height: 0;
  opacity: 0;
  overflow: hidden;
  -webkit-transition: height 0.4s ease-out, opacity 0.4s ease-out;
  transition: height 0.4s ease-out, opacity 0.4s ease-out;
}

.p-faq__item-body {
  padding: 0 1.3125rem 1.1875rem;
}

.p-faq__item-text {
  color: #617084;
  font-family: "Yu Gothic", "游ゴシック", "YuGothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 0.875rem;
  line-height: 1.75rem;
}
@media screen and (min-width: 768px) {
  .p-faq__item-text {
    font-size: 1rem;
  }
}

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

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

@media (any-hover: hover) {
  a {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  a:hover {
    opacity: 0.7;
  }
  .u-scale {
    -webkit-transition: scale 0.4s;
    transition: scale 0.4s;
  }
  .u-scale:hover {
    opacity: 1;
    scale: 1.05;
  }
}
.--orange {
  display: inline;
  color: #FF7A00;
}

.--white {
  display: inline;
  color: #FFF;
}/*# sourceMappingURL=style.css.map */