*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td,
small,
button,
time,
figure {
  border: 0;
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

li,
dd {
  list-style-type: none;
}

header,
footer,
nav,
section,
article,
main,
aside,
figure,
figcaption {
  display: block;
}

img {
  border: none;
  vertical-align: bottom;
}

@media screen and (max-width: 1119px) and (min-width: 768px) {
  html {
    font-size: calc(16 / 1120 * 100vw);
  }
}
@media screen and (max-width: 374px) {
  html {
    font-size: calc(16 / 375 * 100vw);
  }
}

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

a {
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: inherit;
}
@media (hover: hover) {
  a:hover {
    cursor: pointer;
  }
}

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

video,
img,
svg {
  width: 100%;
  height: 100%;
}

button {
  font: inherit;
  color: inherit;
  background: transparent;
  background: none;
  border: none;
}

input,
textarea,
select {
  font: inherit;
}

@media (min-width: 768px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
.l-main {
  min-height: 100vh;
  padding-block: 0;
  overflow: hidden;
}

.l-inner {
  position: relative;
  width: 100%;
  max-width: 1200px;
  height: inherit;
  padding: 0 2.5rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .l-inner {
    width: 100%;
    max-width: 590px;
    padding: 0 1.25rem;
  }
}

.l-inner__narrow {
  max-width: 50rem;
}
@media screen and (max-width: 767px) {
  .l-inner__narrow {
    padding: 0 1.25rem;
    max-width: 550px;
  }
}

.c-animated__fadeIn {
  translate: 0 20px;
  opacity: 0;
}
.c-animated__fadeIn.js-show {
  translate: 0;
  opacity: 1;
}

.c-title {
  font-size: 7rem;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 112px */
  letter-spacing: 6.72px;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .c-title {
    font-size: 2.125rem;
    font-style: normal;
    font-weight: 700;
    line-height: 100%; /* 40px */
    letter-spacing: 2.4px;
  }
}
@media (min-width: 768px) {
  .c-title {
    font-size: 6.25rem;
  }
}
@media (min-width: 1120px) {
  .c-title {
    font-size: 7rem;
  }
}

.c-title__text {
  background: #2d2d2d;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0px 24px;
  position: relative;
  z-index: 1;
  -webkit-margin-before: -1.0625rem;
          margin-block-start: -1.0625rem;
}
@media screen and (max-width: 767px) {
  .c-title__text {
    padding: 0 8px;
    -webkit-margin-start: calc(50% - 50vw);
            margin-inline-start: calc(50% - 50vw);
    -webkit-margin-before: -0.25rem;
            margin-block-start: -0.25rem;
  }
}
.c-title__text span {
  color: #fff;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 160%; /* 89.6px */
  letter-spacing: 2.24px;
  display: inline;
}
@media screen and (max-width: 767px) {
  .c-title__text span {
    font-size: 1.75rem;
    font-weight: 700;
    line-height: 160%; /* 44.8px */
    letter-spacing: 1.12px;
  }
}
.c-title__text .c-title-color {
  color: #f8f8c8;
}

.c-title__box {
  padding-inline: 4rem;
  -webkit-margin-before: -1.0625rem;
          margin-block-start: -1.0625rem;
}
@media screen and (max-width: 767px) {
  .c-title__box {
    padding-inline: 0;
  }
}

.c-title__body {
  padding: 2rem;
  border: 2px solid #2d2d2d;
  background: #fff;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  color: #2d2d2d;
  font-size: 28px;
  font-weight: 500;
  line-height: 170%; /* 47.6px */
  letter-spacing: 1.96px;
}
@media screen and (max-width: 767px) {
  .c-title__body {
    font-size: 1.125rem;
    font-weight: 500;
    line-height: 160%; /* 28.8px */
    letter-spacing: 0.9px;
    padding: 1.5rem 1rem 1rem;
  }
}
.c-title__body span {
  color: #494bf5;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 170%;
  letter-spacing: 1.96px;
  display: inline;
}
@media screen and (max-width: 767px) {
  .c-title__body span {
    font-size: 1.125rem;
    font-weight: 500;
    line-height: 160%; /* 28.8px */
    letter-spacing: 0.9px;
  }
}

.p-header {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  padding-inline: 2.5rem;
  background: #e7f482;
}

.p-header__inner {
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-template-columns: 9.375rem 1fr;
  padding-block: 1.0625rem;
}

.p-header__logo {
  font-size: 1.25rem;
}

.p-header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  -webkit-column-gap: 3.75rem;
     -moz-column-gap: 3.75rem;
          column-gap: 3.75rem;
}
@media screen and (max-width: 767px) {
  .p-header__nav {
    display: none;
  }
}

.p-header__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 2rem;
     -moz-column-gap: 2rem;
          column-gap: 2rem;
}
.p-header__list li a {
  font-size: 1.25rem;
}

.p-header__btn {
  padding: 0.5rem 1.625rem;
  background: #fff;
  border: 1px solid #fff;
  color: #001A75;
  font-size: 1.25rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.p-drawer__icon {
  position: fixed;
  z-index: 102;
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  top: 17px;
  right: 20px;
  width: 24px;
  height: 16px;
}
@media (min-width: 768px) {
  .p-drawer__icon {
    display: none;
  }
}

.p-drawer__icon--bar {
  width: 100%;
  height: 1px;
  background: #000;
}

.p-drawer__icon.js-show .p-drawer__icon--bar:nth-of-type(1) {
  rotate: 45deg;
  translate: 0 7.5px;
}
.p-drawer__icon.js-show .p-drawer__icon--bar:nth-of-type(2) {
  display: none;
}
.p-drawer__icon.js-show .p-drawer__icon--bar:nth-of-type(3) {
  rotate: -45deg;
  translate: 0 -7.5px;
}

.p-drawer {
  position: fixed;
  z-index: 101;
  overflow-y: scroll;
  top: 0;
  right: 0;
  width: 278px;
  height: 100vh;
  height: 100svh;
  background: #b6e7f3;
}

.p-drawer__icon--bar {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.p-drawer {
  translate: 101%;
  -webkit-transition: translate 0.5s ease;
  transition: translate 0.5s ease;
}
.p-drawer.js-show {
  translate: 0;
}

.p-drawer__body {
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding-block: 88px 40px;
  padding-left: 34px;
}

.p-drawer__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 32px;
  margin-bottom: 40px;
}
.p-drawer__list li a {
  font-size: 20px;
  font-weight: 400;
}

.p-drawer__btn {
  display: inline-block;
  padding: 6px 30px;
  background: #fff;
  font-size: 20px;
  font-weight: 400;
}

.p-foot {
  padding-block: 3.5rem 9.375rem;
  background: url(../img/foot-bg.png) no-repeat center center/cover;
}
@media screen and (max-width: 767px) {
  .p-foot {
    padding-block: 2.5rem 6.25rem;
  }
}

.p-foot__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-foot__wrap {
    row-gap: 1.5rem;
  }
}

.p-foot__title {
  width: min(810px, 100%);
  height: auto;
  aspect-ratio: 810/120;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-foot__title {
    aspect-ratio: 351/126;
  }
}
.p-foot__title img {
  width: 100%;
  height: 100%;
}

.p-foot__lists {
  max-width: 1100px;
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 0.5rem;
}

.p-foot__list {
  color: #3c3c3c;
  font-size: 28px;
  font-weight: 500;
  line-height: 170%; /* 47.6px */
  letter-spacing: 1.96px;
  position: relative;
  -webkit-padding-start: 3rem;
          padding-inline-start: 3rem;
}
@media screen and (max-width: 767px) {
  .p-foot__list {
    font-size: 16px;
    letter-spacing: 0.8px;
    -webkit-padding-start: 1.5625rem;
            padding-inline-start: 1.5625rem;
  }
}
.p-foot__list span {
  color: #fb5e2e;
  font-weight: 700;
  display: inline;
}
.p-foot__list::before {
  content: "";
  position: absolute;
  width: 2rem;
  height: 2rem;
  border: 2px solid #3c3c3c;
  top: 9px;
  left: 0;
}
@media screen and (max-width: 767px) {
  .p-foot__list::before {
    width: 1rem;
    height: 1rem;
    top: 7px;
  }
}

.p-foot__message {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-foot__message {
    display: none;
  }
}
.p-foot__message span {
  color: #3c3c3c;
  text-align: center;
  font-size: 4.5rem;
  font-weight: 700;
  line-height: 149%; /* 107.28px */
  letter-spacing: 3.6px;
  position: relative;
  z-index: 2;
}
.p-foot__message span::after {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: 10px;
  left: 0;
  height: 1rem;
  width: 100%;
  background: -webkit-gradient(linear, right top, left top, color-stop(-0.06%, #ff3a3d), color-stop(99.94%, #efef65));
  background: linear-gradient(270deg, #ff3a3d -0.06%, #efef65 99.94%);
}

.p-foot__message-wrap {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-foot__message-wrap {
    display: block;
  }
}

.p-foot__message-sp + .p-foot__message-sp {
  -webkit-margin-before: -10px;
          margin-block-start: -10px;
}
@media screen and (max-width: 767px) {
  .p-foot__message-sp {
    text-align: center;
  }
  .p-foot__message-sp span {
    color: #3c3c3c;
    font-size: 38px;
    font-weight: 700;
    line-height: 149%; /* 59.6px */
    letter-spacing: 2px;
    position: relative;
    z-index: 2;
  }
  .p-foot__message-sp span::after {
    content: "";
    position: absolute;
    z-index: -1;
    bottom: 10px;
    left: 0;
    height: 1rem;
    width: 100%;
    background: -webkit-gradient(linear, right top, left top, color-stop(-0.06%, #ff3a3d), color-stop(99.94%, #efef65));
    background: linear-gradient(270deg, #ff3a3d -0.06%, #efef65 99.94%);
  }
}

.p-foot__btn {
  position: fixed;
  z-index: 100;
  bottom: 20px;
  left: 50%;
  translate: -50%;
  border-radius: 999px;
  background: var(--blue_02, #1377ea);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 48px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
  width: 100%;
  max-width: 48.125rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-foot__btn {
    padding: 12px 18px;
    gap: 16px;
    max-width: 21.875rem;
  }
}
.p-foot__btn span {
  color: #fff;
  text-align: right;
  font-size: 2rem;
  font-weight: 400;
  line-height: 100%; /* 32px */
  letter-spacing: 3.84px;
}
@media screen and (max-width: 767px) {
  .p-foot__btn span {
    color: var(--white, #fff);
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 20px */
    letter-spacing: 1.4px;
  }
}
.p-foot__btn svg {
  width: 14px;
  height: 24px;
  aspect-ratio: 7/12;
}
@media screen and (max-width: 767px) {
  .p-foot__btn svg {
    width: 12px;
    height: 20px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    aspect-ratio: 3/5;
  }
}

.p-fv__img {
  width: 100%;
  height: auto;
}
.p-fv__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  min-height: 610px;
}
@media screen and (max-width: 767px) {
  .p-fv__img img {
    min-height: 29.125rem;
  }
}

.p-reason {
  -webkit-padding-after: 5rem;
          padding-block-end: 5rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-reason {
    -webkit-padding-after: 3.5rem;
            padding-block-end: 3.5rem;
  }
}

@media screen and (max-width: 767px) {
  .p-reason__inner {
    padding-inline: 0;
  }
}

.p-reason__title {
  position: absolute;
  left: 50%;
  translate: -50%;
  top: -6.25rem;
  width: min(800px, 100%);
  height: auto;
  aspect-ratio: 800/266;
}
@media screen and (max-width: 767px) {
  .p-reason__title {
    top: -33px;
    aspect-ratio: 328/166;
    padding-inline: 1.25rem;
  }
}
.p-reason__title img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-reason__wrap {
  -webkit-padding-before: 11.5625rem;
          padding-block-start: 11.5625rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
  padding-inline: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-reason__wrap {
    -webkit-padding-before: 10rem;
            padding-block-start: 10rem;
    grid-template-columns: 1fr;
    padding-inline: 0;
    gap: 0.8125rem;
  }
}

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

.p-reason__bg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  z-index: -1;
}
.p-reason__bg img {
  width: 100%;
  height: 100%;
}

.p-work {
  padding-block: 5rem;
  background: url(../img/work-bg.png) no-repeat center center/cover;
}
@media screen and (max-width: 767px) {
  .p-work {
    padding-block: 2.5rem 3.5rem;
  }
}

.p-work__inner {
  padding-inline: 4.25rem;
}
@media screen and (max-width: 767px) {
  .p-work__inner {
    padding-inline: 0;
  }
}
@media (min-width: 768px) {
  .p-work__inner {
    padding-inline: 1.25rem;
  }
}
@media (min-width: 1120px) {
  .p-work__inner {
    padding-inline: 4.25rem;
  }
}

.p-work__title {
  background: var(--purple_gradation, linear-gradient(90deg, #9d81f2 -2.09%, #3463db 100%));
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 4px 16px 4px 16px;
  color: #fff;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 149%;
  letter-spacing: 2px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  .p-work__title {
    -webkit-margin-start: calc(50% - 50vw);
            margin-inline-start: calc(50% - 50vw);
    font-size: 24px;
    font-weight: 700;
    line-height: 149%;
    letter-spacing: 1.2px;
  }
}
.p-work__title span {
  color: #fff;
  font-size: 54px;
  font-style: normal;
  font-weight: 700;
  line-height: 149%; /* 80.46px */
  letter-spacing: 2.7px;
}
@media screen and (max-width: 767px) {
  .p-work__title span {
    font-size: 32px;
    font-weight: 700;
    line-height: 149%; /* 47.68px */
    letter-spacing: 1.6px;
  }
}
.p-work__title + .p-work__title {
  -webkit-margin-before: 0.5rem;
          margin-block-start: 0.5rem;
}

.p-work__wrap {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.5rem;
  -webkit-margin-before: 5.625rem;
          margin-block-start: 5.625rem;
}
@media screen and (max-width: 767px) {
  .p-work__wrap {
    -webkit-margin-before: 10.8125rem;
            margin-block-start: 10.8125rem;
    grid-template-columns: repeat(2, 1fr);
  }
}

.p-work__icon {
  position: absolute;
  width: 22.5rem;
  height: auto;
  top: 0;
  translate: 0 -97%;
  right: 20px;
}
@media screen and (max-width: 767px) {
  .p-work__icon {
    width: 12.8125rem;
    translate: -50% -95%;
    left: 50%;
    right: auto;
  }
}
.p-work__icon img {
  width: 100%;
  height: 100%;
}

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

.p-business {
  padding-block: 1rem 5rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-business {
    padding-block: 0.25rem 0.5625rem;
  }
}

.p-business__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-business__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-business__title {
  color: #dbe6ff;
}

.p-business-img {
  -webkit-margin-before: 2.5rem;
          margin-block-start: 2.5rem;
  width: min(66rem, 100%);
  height: auto;
  aspect-ratio: 1056/545;
}
@media screen and (max-width: 767px) {
  .p-business-img {
    -webkit-margin-before: 1.5rem;
            margin-block-start: 1.5rem;
    width: 100%;
    aspect-ratio: 312/580;
  }
}
.p-business-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-main {
  padding-block: 1rem 5rem;
  background: #daf3f5;
}
@media screen and (max-width: 767px) {
  .p-main {
    padding-block: 0.5625rem 3.5rem;
  }
}

.p-main__title {
  color: #9fe2e9;
}
@media screen and (max-width: 767px) {
  .p-main__title {
    -webkit-margin-start: calc(50% - 50vw);
            margin-inline-start: calc(50% - 50vw);
  }
}
@media (min-width: 768px) {
  .p-main__title {
    font-size: 5.625rem;
  }
}
@media (min-width: 1120px) {
  .p-main__title {
    font-size: 6.25rem;
  }
}

@media screen and (max-width: 767px) {
  .p-main__title--text span {
    font-size: 1.625rem;
  }
}

.p-main__wrap {
  -webkit-margin-before: 2.5rem;
          margin-block-start: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 1rem;
  padding-inline: 1rem;
}
@media screen and (max-width: 767px) {
  .p-main__wrap {
    padding-inline: 0;
    -webkit-margin-before: 1.5rem;
            margin-block-start: 1.5rem;
  }
}

.p-main__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 1rem;
  background: #fff;
  overflow: hidden;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.p-main__card:nth-of-type(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .p-main__card:nth-of-type(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
@media screen and (max-width: 767px) {
  .p-main__card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    row-gap: 0rem;
  }
}

.p-main__body {
  padding: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-main__body {
    padding: 1rem;
  }
}

.p-main__card--title {
  color: #10abbc;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 142%; /* 39.76px */
  letter-spacing: 1.96px;
}
@media screen and (max-width: 767px) {
  .p-main__card--title {
    font-size: 1.5rem;
    letter-spacing: 1.68px;
  }
}

.p-main__card--text {
  color: #2d2d2d;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 170%; /* 40.8px */
  letter-spacing: 1.2px;
}
@media screen and (max-width: 767px) {
  .p-main__card--text {
    font-size: 1.125rem;
    line-height: 160%; /* 28.8px */
    letter-spacing: 0.9px;
  }
}

.p-main__img {
  width: 28.8602941176%;
  height: auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .p-main__img {
    width: 100%;
    aspect-ratio: 328/164;
    overflow: hidden;
  }
}
.p-main__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-main__img picture {
  width: 100%;
}

.p-development {
  -webkit-padding-before: 1rem;
          padding-block-start: 1rem;
  position: relative;
  background: url(../img/development-bg.png) no-repeat center center/cover;
}
@media screen and (max-width: 767px) {
  .p-development {
    background: url(../img/development-bg-sp.png) no-repeat center center/cover;
  }
}

.p-development__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}
.p-development__bg svg {
  width: 100%;
  height: 100%;
}

.p-development__title {
  color: #a8d1ff;
}
@media screen and (max-width: 767px) {
  .p-development__title {
    font-size: 2.125rem;
    font-style: normal;
    font-weight: 700;
    line-height: 100%; /* 40px */
    letter-spacing: -1px;
    -webkit-margin-start: calc(50% - 50vw);
            margin-inline-start: calc(50% - 50vw);
  }
}
@media (min-width: 768px) {
  .p-development__title {
    font-size: 4.9375rem;
  }
}
@media (min-width: 1120px) {
  .p-development__title {
    font-size: 5.3125rem;
  }
}
@media (min-width: 1120px) {
  .p-development__title {
    font-size: 5.3125rem;
  }
}

.p-development--text {
  -webkit-padding-before: 2rem;
          padding-block-start: 2rem;
  color: #1f1f1f;
  text-align: center;
  font-size: 1.75rem;
  font-weight: 500;
  line-height: 170%; /* 47.6px */
  letter-spacing: 1.96px;
}
@media screen and (max-width: 767px) {
  .p-development--text {
    font-size: 18px;
    font-weight: 500;
    line-height: 160%; /* 28.8px */
    letter-spacing: 0.9px;
  }
}
.p-development--text span {
  text-decoration: underline;
  text-decoration-thickness: 0.5em;
  text-decoration-color: rgba(251, 94, 46, 0.5);
  text-underline-offset: -0.2em;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}
@media screen and (max-width: 767px) {
  .p-development--text span {
    font-size: 24px;
    font-weight: 500;
    line-height: 170%; /* 40.8px */
    letter-spacing: 0.68px;
  }
}

.p-development__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 3.75rem;
  -webkit-margin-before: 2.5rem;
          margin-block-start: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-development__wrap {
    row-gap: 1.5rem;
    -webkit-margin-before: 1.5rem;
            margin-block-start: 1.5rem;
  }
}

.p-development__container {
  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;
  -webkit-column-gap: 1.5rem;
     -moz-column-gap: 1.5rem;
          column-gap: 1.5rem;
  padding: 1.5rem 1rem;
}
@media screen and (max-width: 767px) {
  .p-development__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 1.5rem;
    padding: 0;
  }
}

.p-development__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 1rem;
}

.p-development__logo {
  width: min(480px, 100%);
  height: auto;
  aspect-ratio: 480/68;
}
@media screen and (max-width: 767px) {
  .p-development__logo {
    aspect-ratio: 322/46;
  }
}
.p-development__logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-development__body--title {
  color: #1377ea;
  font-size: 2rem;
  font-style: normal;
  font-weight: 700;
  line-height: 170%; /* 54.4px */
  letter-spacing: 1.6px;
}
@media screen and (max-width: 767px) {
  .p-development__body--title {
    font-size: 1.5rem;
    letter-spacing: 1.2px;
    text-align: center;
  }
}

.p-development__banner {
  width: min(480px, 100%);
  height: auto;
  aspect-ratio: 480/111;
}
@media screen and (max-width: 767px) {
  .p-development__banner {
    aspect-ratio: 328/76;
  }
}
.p-development__banner img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-development__img {
  width: min(32.875rem, 100%);
  height: auto;
  aspect-ratio: 526/396;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .p-development__img {
    aspect-ratio: 327/246;
  }
}
.p-development__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

@media screen and (max-width: 767px) {
  .p-development__images {
    display: grid;
    grid-template-columns: 1fr;
  }
}

.p-development__up {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-development__up {
    display: contents;
  }
}

.p-development__up--text {
  width: min(43.8125rem, 100%);
  padding: 40px 24px;
  background: #fff;
  -webkit-box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.3);
          box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.3);
  color: #1f1f1f;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 170%; /* 40.8px */
  letter-spacing: 1.2px;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .p-development__up--text {
    padding: 1rem;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 170%; /* 27.2px */
    letter-spacing: 0.8px;
    -webkit-margin-start: calc(50% - 50vw);
            margin-inline-start: calc(50% - 50vw);
    -webkit-margin-before: -105px;
            margin-block-start: -105px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.p-development__up--text span {
  color: #fb5e2e;
  display: inline;
}

.p-development__up--icon {
  position: relative;
  z-index: 1;
  width: min(16.5rem, 100%);
  height: auto;
  aspect-ratio: 1;
  -webkit-margin-before: -16.875rem;
          margin-block-start: -16.875rem;
  -webkit-margin-end: 1rem;
          margin-inline-end: 1rem;
}
@media screen and (max-width: 767px) {
  .p-development__up--icon {
    display: none;
  }
}
.p-development__up--icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-development__down {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 1.6875rem;
     -moz-column-gap: 1.6875rem;
          column-gap: 1.6875rem;
}
@media screen and (max-width: 767px) {
  .p-development__down {
    display: contents;
  }
}

.p-development__down--left {
  position: relative;
  z-index: 2;
  width: min(26.75rem, 100%);
  height: auto;
  aspect-ratio: 2/1;
  -webkit-margin-before: 2.5rem;
          margin-block-start: 2.5rem;
  -webkit-margin-start: 5rem;
          margin-inline-start: 5rem;
}
@media screen and (max-width: 767px) {
  .p-development__down--left {
    -webkit-margin-before: 1.5rem;
            margin-block-start: 1.5rem;
    -webkit-margin-start: 0rem;
            margin-inline-start: 0rem;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}
.p-development__down--left img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-development__down--right {
  position: relative;
  z-index: 2;
  width: min(35.4375rem, 100%);
  height: auto;
  aspect-ratio: 3/2;
  -webkit-margin-before: -11.25rem;
          margin-block-start: -11.25rem;
}
@media screen and (max-width: 767px) {
  .p-development__down--right {
    -webkit-margin-before: 0rem;
            margin-block-start: 0rem;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.p-development__down--right img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-development2 {
  padding-block: 5rem;
}
@media screen and (max-width: 767px) {
  .p-development2 {
    padding-block: 2.5rem;
  }
}

.p-development2__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.p-development2__title-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 0.5rem;
     -moz-column-gap: 0.5rem;
          column-gap: 0.5rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .p-development2__title-wrap {
    -webkit-column-gap: 0.25rem;
       -moz-column-gap: 0.25rem;
            column-gap: 0.25rem;
  }
}

.p-development2__title {
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  color: #a8d1ff;
  font-weight: 700;
  line-height: 100%; /* 112px */
  letter-spacing: -3.28px;
}
@media screen and (max-width: 767px) {
  .p-development2__title {
    font-size: 40px;
  }
}
@media (min-width: 768px) {
  .p-development2__title {
    font-size: 90;
  }
}
@media (min-width: 1120px) {
  .p-development2__title {
    font-size: 112px;
  }
}

.p-development2__title--img {
  width: 5.1875rem;
  height: auto;
}
@media screen and (max-width: 767px) {
  .p-development2__title--img {
    width: 2.5rem;
  }
}
.p-development2__title--img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-development2__img {
  width: 100%;
  height: auto;
  aspect-ratio: 832/456;
}
@media screen and (max-width: 767px) {
  .p-development2__img {
    display: none;
  }
}
.p-development2__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-development2__text {
  color: #2d2d2d;
  font-size: 1.75rem;
  font-style: normal;
  font-weight: 500;
  line-height: 170%; /* 47.6px */
  letter-spacing: 1.96px;
  padding-inline: 1rem;
}
@media screen and (max-width: 767px) {
  .p-development2__text {
    padding-inline: 0.5rem 0;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%; /* 28.8px */
    letter-spacing: 0.9px;
  }
}
.p-development2__text span {
  color: #1577e8;
  display: inline;
}

.p-development2__sp-img {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-development2__sp-img {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 358/196;
  }
  .p-development2__sp-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
}

.p-breakdown {
  padding-block: 0.5rem 5rem;
  background: url(../img/breakdown-bg.png) no-repeat center center/cover;
}

@media screen and (max-width: 767px) {
  .p-breakdown__inner {
    padding-inline: 0;
  }
}

.p-breakdown__title {
  color: #c9c9e8;
}
@media screen and (max-width: 767px) {
  .p-breakdown__title {
    font-size: 2.125rem;
    font-style: normal;
    font-weight: 700;
    line-height: 100%; /* 40px */
    letter-spacing: -1px;
    -webkit-margin-start: calc(50% - 50vw);
            margin-inline-start: calc(50% - 50vw);
  }
}
@media (min-width: 768px) {
  .p-breakdown__title {
    font-size: 4.9375rem;
  }
}
@media (min-width: 1120px) {
  .p-breakdown__title {
    font-size: 5.9375rem;
  }
}

.p-breakdown__title--text {
  -webkit-margin-start: auto;
          margin-inline-start: auto;
}

.p-breakdown__img {
  -webkit-margin-before: 2.5rem;
          margin-block-start: 2.5rem;
  width: min(70rem, 100%);
  height: auto;
}
@media screen and (max-width: 767px) {
  .p-breakdown__img {
    -webkit-margin-before: 0;
            margin-block-start: 0;
  }
}
.p-breakdown__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-task {
  padding-block: 5rem 13.375rem;
  background: #f2f3f6;
}
@media screen and (max-width: 767px) {
  .p-task {
    padding-block: 2.5rem 5rem;
  }
}

.p-task__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 1.5rem;
}

.p-task__title {
  padding-inline: 1.4375rem;
  color: #fff;
  font-size: 2.75rem;
  font-weight: 700;
  line-height: 160%; /* 70.4px */
  letter-spacing: -3.06px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  background: -webkit-gradient(linear, right top, left top, from(#494bf5), to(#5fceda));
  background: linear-gradient(270deg, #494bf5 0%, #5fceda 100%);
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .p-task__title {
    display: none;
  }
}

.p-task__title--hed {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-task__title--hed {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 0.3125rem;
  }
}

@media screen and (max-width: 767px) {
  .p-task__title-sp {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    color: #fff;
    font-size: 1.75rem;
    padding-inline: 0.5rem;
    font-weight: 700;
    line-height: 160%; /* 44.8px */
    letter-spacing: -1.12px;
    -webkit-margin-start: calc(50% - 50vw);
            margin-inline-start: calc(50% - 50vw);
    background: -webkit-gradient(linear, right top, left top, from(#494bf5), to(#5fceda));
    background: linear-gradient(270deg, #494bf5 0%, #5fceda 100%);
  }
}

.p-task__title--text {
  color: #2d2d2d;
  text-align: center;
  font-size: 1.75rem;
  font-style: normal;
  font-weight: 500;
  line-height: 170%; /* 47.6px */
  letter-spacing: 1.96px;
}
@media screen and (max-width: 767px) {
  .p-task__title--text {
    color: #2d2d2d;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    line-height: 160%; /* 28.8px */
    letter-spacing: 0.9px;
  }
}

.p-task__wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.625rem;
  position: relative;
  -webkit-padding-before: 3.5rem;
          padding-block-start: 3.5rem;
}
@media screen and (max-width: 767px) {
  .p-task__wrap {
    grid-template-columns: 1fr;
    -webkit-padding-before: 3rem;
            padding-block-start: 3rem;
  }
}

.p-task__card {
  padding: 1.5rem 0.9375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  border-radius: 4px;
  background: #fff;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-task__card {
    padding: 2.75rem 0.9375rem;
  }
}

.p-task__head {
  position: absolute;
  top: 0;
  left: -1.25rem;
  translate: 0 -50%;
  border-radius: 4px;
  background: #2782e9;
  color: #fff;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  padding-inline: 1rem;
  padding-block: 0.4375rem;
  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;
  height: 3rem;
  min-width: 10rem;
}

.p-task__card--img {
  width: 9rem;
  height: auto;
  aspect-ratio: 1;
}
.p-task__card--img img {
  width: 100%;
  height: 100%;
}

.p-task__card--text {
  color: #4f9df8;
  text-align: center;
  /* typography/body_24 */
  font-family: "Noto Sans JP";
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 500;
  line-height: 170%; /* 40.8px */
  letter-spacing: 1.2px;
}

.p-task__title01 {
  position: absolute;
  right: 115px;
  top: calc(100% - 30px);
  width: 26.25rem;
  height: auto;
}
.p-task__title01 img {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .p-task__title01 {
    width: 14.25rem;
    top: calc(100% - 35px);
    right: -7px;
  }
}

.p-task__title02 {
  position: absolute;
  right: 0;
  top: calc(100% + 45px);
  width: 22.5rem;
  height: auto;
}
@media screen and (max-width: 767px) {
  .p-task__title02 {
    width: 12.0625rem;
    top: calc(100% + 13px);
  }
}
.p-task__title02 img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-training {
  padding-block: 3rem;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-training {
    padding-block: 2.5rem;
  }
}

.p-training-bg01 {
  position: absolute;
  bottom: -100px;
  left: -50px;
  width: 14.625rem;
  height: auto;
  aspect-ratio: 1;
}
@media screen and (max-width: 767px) {
  .p-training-bg01 {
    bottom: auto;
    left: auto;
    top: -13px;
    right: -40px;
    width: 10rem;
  }
}
.p-training-bg01 img {
  width: 100%;
  height: 100%;
}

.p-training-bg02 {
  position: absolute;
  bottom: -130px;
  right: -100px;
  width: 18.75rem;
  height: auto;
  aspect-ratio: 1;
}
@media screen and (max-width: 767px) {
  .p-training-bg02 {
    width: min(11.25rem, 100%);
  }
}
.p-training-bg02 img {
  width: 100%;
  height: 100%;
}

.p-training__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .p-training__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-training__texts {
  width: min(39.875rem, 100%);
}

.p-training__head {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.p-training__title {
  font-size: 3rem;
  font-weight: 700;
  line-height: 160%; /* 76.8px */
  letter-spacing: 1.92px;
  background: var(--blue_green_wide, linear-gradient(90deg, #494bf5 -2.09%, #5fceda 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 767px) {
  .p-training__title {
    font-size: 28px;
    letter-spacing: 1.12px;
  }
}

.p-training__mark {
  position: absolute;
  top: -10px;
  right: 80px;
  width: 64px;
  height: auto;
  aspect-ratio: 64/90.45;
}
@media screen and (max-width: 767px) {
  .p-training__mark {
    width: 28px;
    height: 39.573px;
    aspect-ratio: 28/39.57;
    top: 5px;
    right: 60px;
  }
}
@media (min-width: 768px) {
  .p-training__mark {
    top: -10px;
    right: 40px;
  }
}
@media (min-width: 1120px) {
  .p-training__mark {
    top: -10px;
    right: 80px;
  }
}
.p-training__mark svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-training__body {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: min(39.875rem, 100%);
  padding: 1.5rem;
  background: -webkit-gradient(linear, left top, right top, color-stop(-2.09%, rgba(65, 219, 237, 0.2)), to(rgba(138, 106, 234, 0.2)));
  background: linear-gradient(90deg, rgba(65, 219, 237, 0.2) -2.09%, rgba(138, 106, 234, 0.2) 100%);
  background-blend-mode: multiply;
  color: #2d2d2d;
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: 170%; /* 47.6px */
  letter-spacing: 1.96px;
}
@media screen and (max-width: 767px) {
  .p-training__body {
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%; /* 28.8px */
    letter-spacing: 0.9px;
    width: calc(100% + 100vw - 100%);
    -webkit-margin-start: calc(50% - 50vw);
            margin-inline-start: calc(50% - 50vw);
    -webkit-margin-before: 0.5rem;
            margin-block-start: 0.5rem;
  }
}

.p-training__image {
  -webkit-margin-before: 2rem;
          margin-block-start: 2rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-training__image {
    -webkit-margin-before: 13.25rem;
            margin-block-start: 13.25rem;
  }
}
@media (min-width: 768px) {
  .p-training__image {
    -webkit-margin-before: 13.25rem;
            margin-block-start: 13.25rem;
  }
}
@media (min-width: 1120px) {
  .p-training__image {
    -webkit-margin-before: 2rem;
            margin-block-start: 2rem;
  }
}

.p-training__img01 {
  position: absolute;
  z-index: -1;
  width: 37rem;
  height: auto;
  top: 0;
  left: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  aspect-ratio: 4/3;
}
@media screen and (max-width: 767px) {
  .p-training__img01 {
    width: min(20.5rem, 100%);
    aspect-ratio: 328/246;
    top: auto;
    bottom: calc(100% - 15px);
    left: auto;
    right: 0;
  }
}
@media (min-width: 768px) {
  .p-training__img01 {
    width: 25rem;
  }
}
@media (min-width: 1120px) {
  .p-training__img01 {
    width: 37rem;
  }
}
.p-training__img01 img {
  width: 100%;
  height: 100%;
}

.p-training__img02 {
  width: 25.5rem;
  height: auto;
  aspect-ratio: 16/9;
  -webkit-margin-before: 350px;
          margin-block-start: 350px;
  -webkit-margin-start: -50px;
          margin-inline-start: -50px;
}
@media screen and (max-width: 767px) {
  .p-training__img02 {
    width: 19.5rem;
    aspect-ratio: 312/176;
    -webkit-margin-before: 0;
            margin-block-start: 0;
    -webkit-margin-start: calc(50% - 50vw);
            margin-inline-start: calc(50% - 50vw);
  }
}
.p-training__img02 img {
  width: 100%;
  height: 100%;
}

.p-form {
  padding-block: 5rem;
  background: url(../img/from-bg.png) no-repeat center center/cover;
}
@media screen and (max-width: 767px) {
  .p-form {
    padding-block: 3.3125rem 3.5rem;
  }
}

.p-form__text---img {
  width: 928px;
  height: auto;
  aspect-ratio: 928/376;
  margin-inline: auto;
}
.p-form__text---img img {
  width: 100%;
  height: 100%;
}

.p-from__wrap {
  -webkit-margin-before: -75px;
          margin-block-start: -75px;
  text-align: center;
  position: relative;
  z-index: 1;
  max-width: 1120px;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-from__wrap {
    -webkit-margin-before: -40px;
            margin-block-start: -40px;
  }
}

.p-from__img {
  width: min(70rem, 100%);
  height: auto;
  aspect-ratio: 1120/305;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-from__img {
    width: min(360px, 100%);
    height: auto;
    aspect-ratio: 360/258;
  }
}
.p-from__img img {
  width: 100%;
  height: 100%;
}

.p-voice1 {
  padding-block: 3.5rem 5rem;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-voice1 {
    padding-block: 2.5rem;
  }
}

.p-voice2 {
  padding-block: 5rem;
  position: relative;
  background: url(../img/voice02-bg.png) no-repeat center center/cover;
}
@media screen and (max-width: 767px) {
  .p-voice2 {
    padding-block: 2.5rem;
  }
}

.p-voice3 {
  padding-block: 3.375rem 5rem;
  position: relative;
  background: url(../img/voice03-bg.png) no-repeat center center/cover;
}
@media screen and (max-width: 767px) {
  .p-voice3 {
    padding-block: 2.5rem;
  }
}

.p-voice__inner {
  position: relative;
  max-width: 1120px;
  margin-inline: auto;
}

.p-voice-bg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
}
.p-voice-bg img {
  width: 100%;
  height: 100%;
}

.p-voice-tate {
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  right: 0;
  width: 16rem;
  height: auto;
}
@media screen and (max-width: 767px) {
  .p-voice-tate {
    width: 10rem;
    right: -80px;
    top: 945px;
    translate: 0 0;
  }
}
.p-voice-tate img {
  width: 100%;
  height: 100%;
}

.p-voice__img {
  width: 100%;
  height: auto;
  aspect-ratio: 1120/540;
}
@media screen and (max-width: 767px) {
  .p-voice__img {
    aspect-ratio: 360/514;
  }
}
.p-voice__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-voice01__img {
  width: 100%;
  height: auto;
  aspect-ratio: 1120/888;
  -webkit-margin-before: -11.25rem;
          margin-block-start: -11.25rem;
}
@media screen and (max-width: 767px) {
  .p-voice01__img {
    aspect-ratio: 389/1079;
    -webkit-margin-before: -3.4375rem;
            margin-block-start: -3.4375rem;
  }
}
.p-voice01__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-voice02__img {
  width: 100%;
  height: auto;
  aspect-ratio: 1120/637;
}
@media screen and (max-width: 767px) {
  .p-voice02__img {
    aspect-ratio: 360/841;
  }
}
.p-voice02__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-voice03__img {
  width: 100%;
  height: auto;
  aspect-ratio: 1120/674;
}
@media screen and (max-width: 767px) {
  .p-voice03__img {
    aspect-ratio: 360/814;
  }
}
.p-voice03__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

@media (min-width: 768px) {
  .u-sp {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .u-pc {
    display: none !important;
  }
}
.u-font {
  font-family: "Noto Sans JP", sans-serif;
}
.u-font__jp {
  font-family: "Noto Sans JP", sans-serif;
}
.u-font__en {
  font-family: "Roboto", sans-serif;
}

.u-text__center {
  text-align: center !important;
}
@media screen and (max-width: 767px) {
  .u-text__center--sp {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .u-text__center--pc {
    text-align: center !important;
  }
}

.u-text__left {
  text-align: left !important;
}
@media screen and (max-width: 767px) {
  .u-text__left--sp {
    text-align: left !important;
  }
}
@media (min-width: 768px) {
  .u-text__left--pc {
    text-align: left !important;
  }
}

.u-text__right {
  text-align: right !important;
}
@media screen and (max-width: 767px) {
  .u-text__right--sp {
    text-align: right !important;
  }
}
@media (min-width: 768px) {
  .u-text__right--pc {
    text-align: right !important;
  }
}

.u-text__nowrap {
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .u-text__nowrap--sp {
    white-space: nowrap;
  }
}
@media (min-width: 768px) {
  .u-text__nowrap--pc {
    white-space: nowrap;
  }
}

.u-pointer__none {
  pointer-events: none !important;
}
@media screen and (max-width: 767px) {
  .u-pointer__none--sp {
    pointer-events: none !important;
  }
}
@media (min-width: 768px) {
  .u-pointer__none--pc {
    pointer-events: none !important;
  }
}