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

/* Remove default padding */
ul,
ol {
  padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

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

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

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

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

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

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

textarea {
  resize: vertical;
}

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

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

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

iframe {
  width: 100%;
}

em {
  font-style: normal;
}

button {
  padding: 0;
  color: inherit;
}

/* リキッドレイアウト対応 */
@font-face {
  font-family: "Noto Sans JP VF";
  src: url("../../fonts/NotoSansJP-VF.woff2") format("woff2");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Josefin Sans VF";
  src: url("../../fonts/JosefinSans-VF.woff2") format("woff2");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
html {
  font-size: 16px;
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}
@media screen and (min-width: 768px) {
  html {
    font-size: 1.1940298507vw;
  }
}
@media (min-width: 1340px) {
  html {
    font-size: 16px;
  }
}

:root {
  --base-font-family: "Noto Sans JP VF", sans-serif;
  --font-josefinsans: "Josefin Sans VF", sans-serif;
  --color-black: #333;
  --color-white: #fff;
  --gt-blue: linear-gradient(#41a9e1, #1b68af);
  --header-height: 3.875rem;
  --tangent: calc(42/347);
  --adjust-section: calc(23.4375rem * var(--tangent));
}
@media screen and (min-width: 768px) {
  :root {
    --header-height: 4.8125rem;
    --tangent: calc(200/1440);
    --adjust-section: calc(90rem * var(--tangent));
  }
}

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

a {
  text-decoration: none;
  color: inherit;
  transition: opacity 0.3s;
}

/* フォーカスされている要素を明確に示す */
a:focus-visible {
  opacity: 0.7;
}

@media (any-hover: hover) {
  a:hover {
    opacity: 0.7;
  }
}
html {
  font-family: var(--base-font-family);
  scroll-behavior: smooth;
  scroll-padding-top: var(--header-height);
}

body {
  container-type: inline-size;
  background-color: #f8f8f8;
  color: var(--color-black);
  font-family: var(--base-font-family);
  line-height: 1.5;
  text-rendering: optimizeSpeed;
}

.l-company {
  margin-top: 3.4375rem;
}
@media screen and (min-width: 768px) {
  .l-company {
    margin-top: 7.5rem;
  }
}

.l-faq {
  margin-top: 3.375rem;
}
@media screen and (min-width: 768px) {
  .l-faq {
    margin-top: 5.4375rem;
  }
}

.l-flow {
  margin-top: 2.9375rem;
}
@media screen and (min-width: 768px) {
  .l-flow {
    margin-top: 0.625rem;
  }
}

.l-footer {
  margin-top: 3.625rem;
}
@media screen and (min-width: 768px) {
  .l-footer {
    margin-top: 10rem;
  }
}

.l-future {
  margin-top: 5.5rem;
}
@media screen and (min-width: 768px) {
  .l-future {
    margin-top: 11.25rem;
  }
}

.l-header {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 1000;
  width: 100%;
  height: var(--header-height);
  transition: opacity 1s ease-in-out;
}

.l-inner {
  margin-inline: auto;
  max-width: 35.5rem;
  width: 100%;
  padding-inline: 0.875rem;
}
@media screen and (min-width: 768px) {
  .l-inner {
    max-width: 83.75rem;
    padding-inline: 3.125rem;
  }
}

.l-loop-slider {
  margin-top: -3.75rem;
}
@media screen and (min-width: 768px) {
  .l-loop-slider {
    margin-top: -12.5rem;
  }
}

.l-member {
  margin-top: -3.75rem;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .l-member {
    margin-top: -5.5555555556vw;
  }
}

.l-message {
  margin-top: 5rem;
}
@media screen and (min-width: 768px) {
  .l-message {
    margin-top: 2.1875rem;
  }
}

.l-numbers {
  margin-top: -1.625rem;
}
@media screen and (min-width: 768px) {
  .l-numbers {
    margin-top: -3.3125rem;
  }
}

.l-welfare {
  margin-top: 1.75rem;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .l-welfare {
    margin-top: 2rem;
  }
}

.c-button-corporate {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.3125rem;
  font-size: max(0.75rem, 10px);
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .c-button-corporate {
    font-size: max(0.875rem, 10px);
  }
}

.c-button-corporate::after {
  width: 0.875rem;
  aspect-ratio: 1;
  background: url(../images/icon_external.svg) no-repeat center/contain;
  content: "";
}

.c-button-entry {
  --bg-color: #d72828;
  --text-color: var(--color-white);
  --border-color: #d72828;
  --bg-color-hover: var(--color-white);
  --text-color-hover: #d72828;
  position: relative;
  display: inline-block;
  background-color: var(--bg-color);
  border: 2px solid var(--border-color);
  color: var(--text-color);
}

.c-button-entry::before {
  position: absolute;
  inset: 0;
  display: block;
  background-color: var(--bg-color-hover);
  content: "";
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.3s ease-in-out;
}

.c-button-entry__text {
  position: relative;
  display: inline grid;
  grid-template-columns: auto auto auto;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  padding: 1.25rem;
  font-size: max(1.25rem, 10px);
  font-weight: 700;
  letter-spacing: 0.34em;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .c-button-entry__text {
    padding-inline: 1.9375rem;
  }
}

.c-button-entry__text::before,
.c-button-entry__text::after {
  content: "";
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
  background-color: currentColor;
}

.c-button-entry__text::before {
  width: 1.875rem;
  aspect-ratio: 31/29;
  -webkit-mask-image: url(../images/icon_entry.svg);
          mask-image: url(../images/icon_entry.svg);
}

.c-button-entry__text::after {
  width: 2.0625rem;
  aspect-ratio: 1;
  -webkit-mask-image: url(../images/arrow_right.svg);
          mask-image: url(../images/arrow_right.svg);
}

.c-button-entry--black {
  --bg-color: #000;
  --text-color: var(--color-white);
  --bg-color-hover: #26c2ed;
  --text-color-hover: var(--color-white);
  --border-color: transparent;
  display: block;
  border-width: 0;
}

.c-button-entry--black .c-button-entry__text {
  display: block grid;
  justify-content: space-between;
  min-height: 6.875rem;
  font-size: max(2rem, 10px);
  font-weight: 500;
  letter-spacing: 0.03em;
}
@media screen and (min-width: 768px) {
  .c-button-entry--black .c-button-entry__text {
    min-height: 14.125rem;
    padding-inline: 5.9375rem;
    font-size: max(3.5rem, 10px);
  }
}

.c-button-entry--black .c-button-entry__text::before {
  -webkit-mask-image: none;
          mask-image: none;
  background-color: transparent;
}

.c-button-entry--black .c-button-entry__text::before,
.c-button-entry--black .c-button-entry__text::after {
  width: 3rem;
}

@media (any-hover: hover) {
  .c-button-entry:hover {
    opacity: 1;
    color: var(--text-color-hover);
  }
  .c-button-entry:hover::before {
    transform-origin: left;
    transform: scaleX(1);
  }
}
/* :focus-visible */
.c-button-entry:focus-visible {
  opacity: 1;
  color: var(--text-color-focus-visible);
}

.c-button-entry:focus-visible::before {
  transform-origin: left;
  transform: scaleX(1);
}

.c-button {
  position: relative;
  z-index: 0;
  display: inline-block;
  padding: 0.75rem;
  border: 1px solid #6c6c6c;
  font-size: max(0.875rem, 10px);
  font-weight: 500;
  min-width: 12.1875rem;
  text-align: center;
  transition: color 0.3s ease-in-out;
}

.c-button::before {
  display: block;
  position: absolute;
  z-index: -1;
  inset: 0;
  background-image: linear-gradient(150deg, #26c2ed, #21a1fd);
  content: "";
  opacity: 0;
  transition: opacity 0.3s ease-in-out, color 0.3s ease-in-out;
}

@media (any-hover: hover) {
  .c-button:hover {
    opacity: 1;
    color: var(--color-white);
  }
  .c-button:hover::before {
    opacity: 1;
  }
}
/* :focus-visible */
.c-button:focus-visible {
  opacity: 1;
  color: var(--color-white);
}

.c-button:focus-visible::before {
  opacity: 1;
}

.c-menu-button {
  position: relative;
  width: 3.125rem;
  height: auto;
  aspect-ratio: 1/1;
}

.c-menu-button::before {
  position: absolute;
  inset: 0;
  background-image: var(--gt-blue);
  content: "";
  transition: opacity 0.3s ease-in-out;
}

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

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

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

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

/* ドロワーメニュー展開時 */
.c-menu-button[aria-expanded=true]::before {
  opacity: 0;
}

.c-menu-button[aria-expanded=true] span {
  background-color: transparent;
}

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

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

.c-numbers-deco {
  display: none;
}
@media screen and (min-width: 768px) {
  .c-numbers-deco {
    display: block;
    position: absolute;
    top: -12.5rem;
    right: 0;
    z-index: 1;
    opacity: 0.09;
    pointer-events: none;
  }
}

/* 数字の背後の色（上に重ねることでmix-blend-modeの対象外に） */
@media screen and (min-width: 768px) {
  .c-numbers-deco::before {
    position: absolute;
    inset: 0;
    content: "";
    background-color: #00a2ff;
    opacity: 0.09;
  }
}

@media screen and (min-width: 768px) {
  .c-numbers-deco__mask {
    -webkit-mask-image: url(../images/numbers_deco_gray.png);
            mask-image: url(../images/numbers_deco_gray.png);
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-position: center;
            mask-position: center;
    -webkit-mask-size: cover;
            mask-size: cover;
    background-color: #00a2ff;
  }
}

/* 数字画像 */
@media screen and (min-width: 768px) {
  .c-numbers-deco__mask img {
    mix-blend-mode: screen;
  }
}

.c-tab-button {
  position: relative;
  z-index: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.125rem;
  min-width: 7rem;
  padding: 0.625rem;
  background-color: var(--color-white);
  border: 1px solid #a1d3ff;
  color: var(--color-black);
  font-size: max(0.875rem, 10px);
  font-weight: 700;
  letter-spacing: 0.1em;
  transition: color 0.3s ease-in-out;
}
@media screen and (min-width: 768px) {
  .c-tab-button {
    width: 25rem;
    gap: 0.5rem;
    padding: 2.375rem;
    font-size: max(1.5rem, 10px);
  }
}

.c-tab-button::before {
  display: inline-block;
  width: auto;
  height: 0.75rem;
  background-color: var(--color-black);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
  content: "";
  transition: background-color 0.3s ease-in-out;
}

.c-tab-button[data-id=tab-craftsman]::before {
  -webkit-mask-image: url(../images/icon_craftsman.svg);
          mask-image: url(../images/icon_craftsman.svg);
  aspect-ratio: 23/32;
}
@media screen and (min-width: 768px) {
  .c-tab-button[data-id=tab-craftsman]::before {
    height: 1.9375rem;
  }
}

.c-tab-button[data-id=tab-manager]::before {
  -webkit-mask-image: url(../images/icon_manager.svg);
          mask-image: url(../images/icon_manager.svg);
  aspect-ratio: 33/30;
}
@media screen and (min-width: 768px) {
  .c-tab-button[data-id=tab-manager]::before {
    height: 2.1875rem;
  }
}

.c-tab-button[data-id=tab-sales]::before {
  -webkit-mask-image: url(../images/icon_sales.svg);
          mask-image: url(../images/icon_sales.svg);
  aspect-ratio: 33/30;
}
@media screen and (min-width: 768px) {
  .c-tab-button[data-id=tab-sales]::before {
    height: 1.8125rem;
  }
}

.c-tab-button::after {
  position: absolute;
  z-index: -1;
  inset: 0;
  background-image: linear-gradient(150deg, #26c2ed, #21a1fd);
  content: "";
  transition: opacity 0.3s ease-in-out;
  opacity: 0;
}

/* is-active */
.c-tab-button.is-active {
  color: var(--color-white);
  pointer-events: none;
}

.c-tab-button.is-active::before {
  background-color: var(--color-white);
}

.c-tab-button.is-active::after {
  opacity: 1;
}

.c-tab-button.is-active {
  opacity: 1;
  color: var(--color-white);
}

.c-tab-button.is-active::before {
  background-color: var(--color-white);
}

.c-tab-button.is-active::after {
  opacity: 1;
}

@media (any-hover: hover) {
  .c-tab-button:hover {
    opacity: 1;
    color: var(--color-white);
  }
  .c-tab-button:hover::before {
    background-color: var(--color-white);
  }
  .c-tab-button:hover::after {
    opacity: 1;
  }
}
/* :focus-visible */
.c-tab-button:focus-visible {
  opacity: 1;
  color: var(--color-white);
}

.c-tab-button:focus-visible::before {
  background-color: var(--color-white);
}

.c-tab-button:focus-visible::after {
  opacity: 1;
}

.c-text-circle {
  animation: rotate 15s linear infinite;
}

@keyframes rotate {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(-360deg);
  }
}
.p-about {
  position: relative;
  padding-block: 2.8125rem 4.0625rem;
  background: url(../images/about_bg_sp.jpg) no-repeat center/cover;
  color: var(--color-white);
}
@media screen and (min-width: 768px) {
  .p-about {
    padding-block: 4.375rem 6rem;
    background-image: url(../images/about_bg.jpg);
  }
}

@media screen and (min-width: 768px) {
  .p-about__heading-wrap {
    margin-inline: calc(50% - 50vw);
    margin-inline: calc(50% - 50cqi);
  }
}

@media screen and (min-width: 768px) {
  .p-about__heading {
    margin-inline: auto;
    max-width: 90rem;
    padding-right: 0.75rem;
  }
}

.p-about__heading-en {
  width: 21.5rem;
}
@media screen and (min-width: 768px) {
  .p-about__heading-en {
    width: min(84.7222222222vw, 1220px);
    margin-left: auto;
  }
}

.p-about__heading-ja {
  margin-top: -3rem;
  font-size: max(2.5rem, 10px);
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-about__heading-ja {
    margin-top: -4.8125rem;
    margin-inline: auto;
    max-width: 83.75rem;
    padding-inline: 3.125rem;
    font-size: max(4.0625rem, 10px);
  }
}

.p-about__content {
  margin-top: 2.75rem;
}
@media screen and (min-width: 768px) {
  .p-about__content {
    margin-top: 6.25rem;
    display: grid;
    grid-template-columns: 31.5rem 32.6875rem;
    justify-content: space-between;
    gap: 5rem;
  }
}

.p-about__copy {
  display: flex;
  flex-direction: column;
  gap: 0.5625rem;
  align-items: start;
}
@media screen and (min-width: 768px) {
  .p-about__copy {
    gap: 0.75rem;
  }
}

.p-about__copy-text {
  --transparent-width: 0.9375rem;
  background-image: linear-gradient(to left, transparent var(--transparent-width), var(--color-white) var(--transparent-width));
  color: var(--color-black);
  font-size: max(1.5rem, 10px);
  font-weight: 700;
  letter-spacing: -0.03em;
  padding-inline: 0.5rem;
}
@media screen and (min-width: 768px) {
  .p-about__copy-text {
    --transparent-width: 0.625rem;
    font-size: max(2rem, 10px);
  }
}

.p-about__copy-text span {
  margin-right: -0.5rem;
}

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

.p-about__desc {
  font-size: max(1rem, 10px);
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .p-about__desc {
    font-size: max(1.25rem, 10px);
    line-height: 2.2;
  }
}

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

.p-company {
  overflow-x: clip;
}

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

@media screen and (min-width: 768px) {
  .p-company__heading-wrap {
    margin-left: calc(50% - 5050vw);
    margin-left: calc(50% - 50cqi);
  }
}

@media screen and (min-width: 768px) {
  .p-company__heading {
    display: flex;
    align-items: center;
    gap: 1.25rem;
    margin-left: auto;
    max-width: 77.5rem;
    padding-left: 0.4375rem;
  }
}

.p-company__heading-en {
  margin-inline: auto;
  width: 21.6875rem;
}
@media screen and (min-width: 768px) {
  .p-company__heading-en {
    width: min(56.5972222222vw, 815px);
  }
}

.p-company__heading-ja {
  margin-top: -1.125rem;
  color: #1d6db1;
  font-size: max(2rem, 10px);
  font-weight: 700;
  letter-spacing: -0.03em;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-company__heading-ja {
    flex: 1;
    margin-top: 0;
    position: relative;
    display: flex;
    align-items: center;
    gap: 1.0625rem;
    font-size: max(2.5rem, 10px);
  }
}

@media screen and (min-width: 768px) {
  .p-company__heading-ja::before {
    flex: 1;
    width: 8.625rem;
    height: 1px;
    background-color: #41C7F0;
    content: "";
  }
}

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

.p-company__dl {
  position: relative;
  z-index: 0;
  display: grid;
  grid-template-columns: 6.875rem 1fr;
  box-shadow: 0 0 0.625rem 0 rgba(163, 163, 163, 0.22);
}
@media screen and (min-width: 768px) {
  .p-company__dl {
    grid-template-columns: 10.625rem 1fr;
  }
}

.p-company__dl::before {
  position: absolute;
  z-index: -1;
  inset: 0 auto 0 0;
  width: 6.875rem;
  background-image: linear-gradient(20deg, #1B68AF, #22A9E8);
  content: "";
}
@media screen and (min-width: 768px) {
  .p-company__dl::before {
    width: 10.625rem;
  }
}

.p-company__dt {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 5.5625rem;
  padding: 1.5rem;
  color: var(--color-white);
  font-size: max(0.875rem, 10px);
  font-weight: 700;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-company__dt {
    min-height: 7.125rem;
    font-size: max(1.125rem, 10px);
  }
}

.p-company__dd {
  padding: 1.5rem;
  font-size: max(1rem, 10px);
  font-weight: 400;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .p-company__dd {
    padding-inline: 5.125rem;
    font-size: max(1.125rem, 10px);
  }
}

.p-company__dt:nth-child(n+3),
.p-company__dd:nth-child(n+3) {
  border-top: 1px solid rgba(225, 225, 225, 0.5);
}

.p-drawer {
  background-image: linear-gradient(#1b68af, #41a9e1);
  color: var(--color-white);
  padding: 4.375rem 0 3.9375rem;
  overflow: auto;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease-out;
}

.p-drawer[aria-hidden=false] {
  opacity: 1;
  pointer-events: all;
}

.p-drawer__nav-items {
  margin-inline: auto;
  max-width: 18.4375rem;
}

.p-drawer__nav-link {
  display: block;
  gap: 0.625rem;
  padding: 1.875rem 2.5rem;
  border-bottom: 1px solid;
  font-size: max(1.125rem, 10px);
  font-weight: 700;
  text-align: center;
}

.p-drawer__nav-entry {
  margin-top: 7.6875rem;
  text-align: center;
}

.p-drawer__corporate-link {
  margin-top: 0.625rem;
  text-align: center;
}

.p-faq {
  position: relative;
  z-index: 0;
}

.p-faq::before {
  position: absolute;
  z-index: -1;
  top: -7.625rem;
  left: 0;
  width: 5.625rem;
  height: 28.6875rem;
  background: url(../images/faq_deco1_sp.svg) no-repeat center/cover;
  content: "";
}
@media screen and (min-width: 768px) {
  .p-faq::before {
    top: max(-14.0972222222vw, -203px);
    width: min(15.1388888889vw, 218px);
    height: min(74.2361111111vw, 1069px);
    background-image: url(../images/faq_deco1.svg);
  }
}

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

.p-faq__heading-wrap {
  margin-right: calc(50% - 50vw);
  margin-right: calc(50% - 50cqi);
  max-width: 77.5rem;
  padding-right: min(5.9027777778vw, 85px);
}

@media screen and (min-width: 768px) {
  .p-faq__heading {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
  }
}

.p-faq__heading-en {
  margin-right: -0.625rem;
  width: 15rem;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .p-faq__heading-en {
    margin-right: 0;
    width: min(27.7777777778vw, 400px);
  }
}

.p-faq__heading-ja {
  margin-top: -2.1875rem;
  width: -moz-fit-content;
  width: fit-content;
  color: #207cca;
  font-size: max(2rem, 10px);
  font-weight: 700;
  letter-spacing: -0.03em;
}
@media screen and (min-width: 768px) {
  .p-faq__heading-ja {
    margin-top: 0;
    display: flex;
    align-items: center;
    gap: 1.3125rem;
    font-size: max(2.5rem, 10px);
  }
}

@media screen and (min-width: 768px) {
  .p-faq__heading-ja::after {
    display: block;
    width: 6rem;
    height: 1px;
    background-color: #41C7F0;
    content: "";
  }
}

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

.p-faq__dl {
  display: grid;
}

.p-faq__dt {
  display: block grid;
  grid-template-columns: auto 1fr;
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
  align-items: flex-start;
  padding: 0.75rem;
  background-color: #1B68AF;
  color: var(--color-white);
  font-size: max(1.125rem, 10px);
  font-weight: 700;
  line-height: 1.7;
}
@media screen and (min-width: 768px) {
  .p-faq__dt {
    -moz-column-gap: 1.0625rem;
         column-gap: 1.0625rem;
    font-size: max(1.25rem, 10px);
  }
}

.p-faq__dd + .p-faq__dt {
  margin-top: 2.625rem;
}
@media screen and (min-width: 768px) {
  .p-faq__dd + .p-faq__dt {
    margin-top: 2.6875rem;
  }
}

.p-faq__dt img {
  --icon-size: 1.1875rem;
  margin-block: calc((1lh - var(--icon-size)) / 2);
  block-size: var(--icon-size);
  aspect-ratio: 18/19;
  border-radius: 50%;
}

.p-faq__dd {
  margin-top: 1.5625rem;
  padding-inline: 0.8125rem;
  font-size: max(1rem, 10px);
  font-weight: 400;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .p-faq__dd {
    margin-top: 1.3125rem;
    padding-inline: 0.75rem;
  }
}

.p-flow {
  position: relative;
  z-index: 1;
  padding-block: 4.875rem 3.5625rem;
  background-image: linear-gradient(50deg, #1b68af 45%, #25bfee);
  color: var(--color-white);
  overflow-x: clip;
  clip-path: polygon(0 var(--adjust-section), 100% 0%, 100% 100%, 0% 100%);
}
@media screen and (min-width: 768px) {
  .p-flow {
    padding-block: 14.375rem 6.875rem;
  }
}

.p-flow__text-circle {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-flow__text-circle {
    position: absolute;
    top: 3.75rem;
    right: 0.625rem;
    display: block;
    width: 21.25rem;
    overflow: hidden;
  }
}

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

@media screen and (min-width: 768px) {
  .p-flow__heading-wrap {
    margin-left: calc(50% - 50vw);
    margin-left: calc(50% - 50cqi);
  }
}

@media screen and (min-width: 768px) {
  .p-flow__heading {
    display: flex;
    align-items: center;
    gap: 1.25rem;
    margin-left: auto;
    padding-left: min(8.1944444444vw, 118px);
    max-width: 77.5rem;
  }
}

.p-flow__heading-en {
  width: 19rem;
}
@media screen and (min-width: 768px) {
  .p-flow__heading-en {
    width: min(36.1805555556vw, 521px);
  }
}

.p-flow__heading-ja {
  margin-top: -4.0625rem;
  margin-left: auto;
  width: -moz-fit-content;
  width: fit-content;
  font-size: max(2rem, 10px);
  font-weight: 700;
  letter-spacing: -0.03em;
}
@media screen and (min-width: 768px) {
  .p-flow__heading-ja {
    flex: 1;
    margin-top: 0;
    position: relative;
    display: flex;
    align-items: center;
    gap: 1.0625rem;
    font-size: max(2.5rem, 10px);
  }
}

@media screen and (min-width: 768px) {
  .p-flow__heading-ja::before {
    flex: 1;
    width: 6.25rem;
    height: 1px;
    background-color: var(--color-white);
    content: "";
  }
}

.p-flow__content {
  margin-top: 4.0625rem;
}
@media screen and (min-width: 768px) {
  .p-flow__content {
    margin-top: 3.75rem;
  }
}

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

.p-flow__item {
  position: relative;
  z-index: 0;
  display: grid;
  grid-template-columns: 167fr 178fr;
}
@media screen and (min-width: 768px) {
  .p-flow__item {
    grid-template-columns: 501fr 534fr;
  }
}

@media screen and (min-width: 768px) {
  .p-flow__item::after {
    position: absolute;
    z-index: -1;
    inset: 1rem -0.9375rem -1rem 0.9375rem;
    background-color: #1d6db1;
    content: "";
  }
}

.p-flow__item + .p-flow__item::before {
  margin-inline: auto;
  position: absolute;
  inset: -1.3125rem 0 auto;
  width: 1rem;
  aspect-ratio: 1;
  background-image: linear-gradient(#82c7ec, #41a9e1);
  content: "";
  clip-path: polygon(0 0, 50% 100%, 100% 0);
}
@media screen and (min-width: 768px) {
  .p-flow__item + .p-flow__item::before {
    top: -3.375rem;
    width: 2.125rem;
  }
}

.p-flow__item-image img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-flow__item-content {
  position: relative;
  padding: 0.375rem 0.5625rem;
  min-height: 8.125rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: var(--color-white);
  color: var(--color-black);
}
@media screen and (min-width: 768px) {
  .p-flow__item-content {
    padding: 1.25rem 2.1875rem 3.125rem;
  }
}

.p-flow__item-no {
  color: #8ec7f7;
  display: block;
  font-family: var(--font-josefinsans);
  font-size: max(1.5rem, 10px);
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-flow__item-no {
    font-size: max(3.375rem, 10px);
  }
}

.p-flow__item-no em {
  margin-left: 0.25rem;
  font-size: max(1.625rem, 10px);
}
@media screen and (min-width: 768px) {
  .p-flow__item-no em {
    margin-left: 1.125rem;
    font-size: max(4rem, 10px);
  }
}

.p-flow__item-heading-text {
  display: block;
  margin-top: -0.25rem;
  font-size: max(1.125rem, 10px);
  font-weight: 700;
  line-height: 1.47;
}
@media screen and (min-width: 768px) {
  .p-flow__item-heading-text {
    font-size: max(1.5rem, 10px);
  }
}

.p-flow__item-desc {
  display: block;
  margin-top: 0.1875rem;
  font-size: max(0.8125rem, 10px);
  font-weight: 700;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .p-flow__item-desc {
    margin-top: 0.625rem;
    font-size: max(1.125rem, 10px);
  }
}

.p-flow__item-desc a {
  -webkit-text-decoration: underline 2px;
          text-decoration: underline 2px;
}

.p-footer {
  position: relative;
  z-index: 0;
  padding-block: 2.6875rem 1.25rem;
  background: url(../images/footer_bg_sp.jpg) no-repeat center/cover;
  color: var(--color-white);
}
@media screen and (min-width: 768px) {
  .p-footer {
    padding-block: 2.125rem 4.0625rem;
    background-image: url(../images/footer_bg.jpg);
  }
}

.p-footer::before {
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
  width: 18.75rem;
  height: 17.875rem;
  background: url(../images/footer_deco1_sp.svg) no-repeat center/cover;
  content: "";
}
@media screen and (min-width: 768px) {
  .p-footer::before {
    bottom: 0;
    width: min(46.4583333333vw, 669px);
    height: min(25.4861111111vw, 367px);
    background-image: url(../images/footer_deco1.svg);
  }
}

@media screen and (min-width: 768px) {
  .p-footer__wrap {
    display: flex;
    justify-content: space-between;
  }
}

.p-footer__logo {
  font-size: max(1.25rem, 10px);
  font-weight: 700;
  line-height: 1.42;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .p-footer__logo {
    padding-top: 2.1875rem;
  }
}

.p-footer__corporate-link {
  margin-top: 1.375rem;
}

.p-footer__page-top {
  position: absolute;
  top: 1.5rem;
  right: 2rem;
}
@media screen and (min-width: 768px) {
  .p-footer__page-top {
    position: static;
  }
}

.p-footer__page-top-link {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-size: max(0.875rem, 10px);
  font-weight: 700;
  letter-spacing: 0.1em;
  writing-mode: vertical-rl;
  text-transform: uppercase;
  transition: transform 0.3s ease-in-out;
}

.p-footer__page-top-link::before {
  width: 0.5rem;
  aspect-ratio: 8/81;
  background: url(../images/arrow_top.svg) no-repeat center/contain;
  content: "";
}

.p-footer__privacy {
  margin-top: 11.875rem;
  font-size: max(0.75rem, 10px);
  font-weight: 400;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-footer__privacy {
    margin-top: 5.9375rem;
  }
}

.p-footer__copyrigh {
  margin-top: 0.25rem;
  text-align: center;
}

.p-footer__copyrigh small {
  font-size: max(0.875rem, 10px);
  font-weight: 500;
  letter-spacing: 0.06em;
}

@media (any-hover: hover) {
  .p-footer__page-top-link:hover {
    opacity: 1;
    transform: translateY(-0.625rem);
  }
}
/* :focus-visible */
.p-footer__page-top-link:focus-visible {
  opacity: 1;
  transform: translateY(-0.625rem);
}

.p-future {
  padding-block: 5rem;
  background: url(../images/future_bg_sp.jpg) no-repeat center/cover;
  color: var(--color-white);
}
@media screen and (min-width: 768px) {
  .p-future {
    padding-block: 5rem 6.125rem;
    background-image: url(../images/future_bg.jpg);
  }
}

.p-future__heading {
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-future__heading {
    width: -moz-fit-content;
    width: fit-content;
  }
}

.p-future__heading-text1 {
  display: block;
  font-family: var(--font-josefinsans);
  font-size: max(3.375rem, 10px);
  font-weight: 700;
  line-height: 1.3;
}
@media screen and (min-width: 768px) {
  .p-future__heading-text1 {
    font-size: max(5rem, 10px);
  }
}

.p-future__heading-text2 {
  position: absolute;
  bottom: 1.3125rem;
  right: -0.8125rem;
  display: block;
  width: 9.5625rem;
}
@media screen and (min-width: 768px) {
  .p-future__heading-text2 {
    right: -10.125rem;
    width: 19.8125rem;
  }
}

.p-future__content {
  margin-top: 2.6875rem;
}
@media screen and (min-width: 768px) {
  .p-future__content {
    margin-top: 2.3125rem;
    margin-right: calc(50% - 50vw);
    margin-right: calc(50% - 50cqi);
    display: grid;
    grid-template-columns: 1fr 45rem;
    gap: 2rem;
    align-items: center;
    max-width: 83.75rem;
  }
}

.p-future__desc {
  font-size: max(1rem, 10px);
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .p-future__desc {
    font-size: max(1.25rem, 10px);
    line-height: 2.2;
  }
}

.p-future__button {
  margin-top: 2.625rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-future__button {
    margin-top: 0;
  }
}

.p-header {
  padding-block: 0.375rem;
  transition: background-color 0.3s ease-in-out;
}
@media screen and (min-width: 768px) {
  .p-header {
    padding-block: 0;
  }
}

.p-header.is-show {
  background-color: rgba(255, 255, 255, 0.7);
}

.p-header__inner {
  display: flex;
  height: 100%;
  padding-inline: 0.875rem;
}
@media screen and (min-width: 768px) {
  .p-header__inner {
    padding-inline: 2.5rem 0;
  }
}

.p-header__logo {
  width: 7rem;
  height: 100%;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .p-header__logo {
    width: 12.8125rem;
  }
}

.p-header__logo-link {
  display: block;
}

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

.p-header__pc-nav {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-header__pc-nav {
    display: flex;
    margin-left: auto;
    height: 100%;
  }
}

.p-header__pc-nav-items {
  height: 100%;
  display: flex;
}

.p-header__pc-nav-item {
  height: 100%;
}

.p-header__pc-nav-link {
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
  padding-inline: 1.375rem;
  font-size: max(1.125rem, 10px);
  font-weight: 700;
  letter-spacing: 0.2em;
  text-indent: 0.2em;
}

.p-header__pc-nav-link::after {
  position: absolute;
  inset: auto 1.375rem 1.25rem;
  display: block;
  height: 1px;
  background-color: var(--color-black);
  content: "";
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.3s ease-in-out;
}

@media screen and (min-width: 768px) {
  .p-header__pc-nav-entry {
    margin-left: 2.125rem;
  }
}

.p-header__menu-button {
  z-index: 2;
}

.p-header__drawer {
  position: fixed;
  inset: 0;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .p-header__drawer {
    display: none;
  }
}

@media (any-hover: hover) {
  .p-header__pc-nav-link:hover {
    opacity: 1;
  }
  .p-header__pc-nav-link:hover::after {
    transform-origin: left;
    transform: scaleX(1);
  }
}
.p-jobs-content {
  padding: 1.5rem 0.5rem;
  background-color: var(--color-white);
}
@media screen and (min-width: 768px) {
  .p-jobs-content {
    padding: 2.6875rem 3.875rem;
  }
}

.p-jobs-content__image {
  position: relative;
}

.p-jobs-content__image img {
  aspect-ratio: 660/752;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .p-jobs-content__image img {
    aspect-ratio: 2238/1166;
  }
}

.p-jobs-content__copy {
  position: absolute;
  bottom: 2.9375rem;
  display: flex;
  flex-direction: column;
  gap: 0.375rem;
}
@media screen and (min-width: 768px) {
  .p-jobs-content__copy {
    left: 2.375rem;
    bottom: 1.3125rem;
    gap: 0.6875rem;
  }
}

.p-jobs-content__copy-text-sp {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.1875rem;
  background-color: var(--color-black);
  color: var(--color-white);
  font-size: max(1.125rem, 10px);
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .p-jobs-content__copy-text-sp {
    display: none;
  }
}

.p-jobs-content__copy-text-pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-jobs-content__copy-text-pc {
    display: block;
    width: -moz-fit-content;
    width: fit-content;
    padding: 0.5rem 0.3125rem;
    background-color: var(--color-black);
    color: var(--color-white);
    font-size: max(2rem, 10px);
    font-weight: 700;
    letter-spacing: -0.03em;
    line-height: 1;
  }
}

.p-jobs-content__items {
  margin-top: 1.4375rem;
  display: grid;
  gap: 2.75rem;
}
@media screen and (min-width: 768px) {
  .p-jobs-content__items {
    margin-top: 4.8125rem;
    gap: 3.625rem;
  }
}

.p-jobs-content__item-heading {
  padding: 0.75rem;
  background-image: linear-gradient(30deg, #1b68af, #41a9e1);
  color: var(--color-white);
  font-size: max(1.125rem, 10px);
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-jobs-content__item-heading {
    padding: 0.6875rem 1.5rem;
    font-size: max(1.25rem, 10px);
  }
}

.p-jobs-content__item-content {
  margin-top: 1rem;
  padding-inline: 0.875rem;
}
@media screen and (min-width: 768px) {
  .p-jobs-content__item-content {
    margin-top: 1.125rem;
    padding-inline: 1.5rem;
  }
}

.p-jobs-content__desc {
  font-size: max(1rem, 10px);
  font-weight: 500;
  line-height: 1.75;
}
@media screen and (min-width: 768px) {
  .p-jobs-content__desc {
    font-size: max(1.125rem, 10px);
  }
}

.p-jobs-content__item-list-item {
  display: block grid;
  grid-template-columns: auto 1fr;
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
  align-items: flex-start;
  color: #2386de;
  font-size: max(1rem, 10px);
  font-weight: 700;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .p-jobs-content__item-list-item {
    font-size: max(1.125rem, 10px);
    line-height: 2;
  }
}

.p-jobs-content__item-list-item::before {
  display: inline-block;
  aspect-ratio: 1;
  background-color: currentColor;
  --icon-size: 0.5rem;
  margin-block: calc((1lh - var(--icon-size)) / 2);
  block-size: var(--icon-size);
  content: "";
  transform: rotate(45deg);
}

.p-jobs-content__item-dt {
  font-size: max(1rem, 10px);
  font-weight: 700;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .p-jobs-content__item-dt {
    font-size: max(1.125rem, 10px);
  }
}

.p-jobs-content__item-dd + .p-jobs-content__item-dt {
  margin-top: 1rem;
}

.p-jobs-content__item-dt::before {
  content: "ｰ ";
  color: #2386de;
}

.p-jobs-content__item-dd {
  font-size: max(1rem, 10px);
  font-weight: 400;
  line-height: 1.75;
}

.p-jobs-content__item-dd em {
  color: #2386de;
  font-weight: 900;
}

.p-jobs {
  position: relative;
  z-index: 0;
  padding-block: 2.5rem 5rem;
  background: url(../images/jobs_bg_sp.png) no-repeat center/cover;
}
@media screen and (min-width: 768px) {
  .p-jobs {
    padding-block: 3.9375rem 5rem;
    background-image: url(../images/jobs_bg.png);
  }
}

.p-jobs::before,
.p-jobs::after {
  position: absolute;
  z-index: -1;
  background: no-repeat center/cover;
  content: "";
}

.p-jobs::before {
  top: 15.375rem;
  left: 0;
  background-image: url(../images/jobs_deco1_sp.svg);
  width: 14.75rem;
  height: 24.625rem;
}
@media screen and (min-width: 768px) {
  .p-jobs::before {
    top: min(23.75vw, 342px);
    width: min(32.3611111111vw, 466px);
    height: min(60.625vw, 873px);
    background-image: url(../images/jobs_deco1.svg);
  }
}

.p-jobs::after {
  right: 0;
  bottom: -5.75rem;
  background-image: url(../images/jobs_deco2_sp.svg);
  width: 23.4375rem;
  height: 19.25rem;
}
@media screen and (min-width: 768px) {
  .p-jobs::after {
    background-image: url(../images/jobs_deco2.svg);
    width: min(64.0972222222vw, 923px);
    height: min(44.6527777778vw, 643px);
  }
}

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

.p-jobs__heading-en {
  margin-inline: auto;
  width: 15.5625rem;
}
@media screen and (min-width: 768px) {
  .p-jobs__heading-en {
    width: 27.9375rem;
  }
}

.p-jobs__heading-ja {
  margin-top: -3.75rem;
  color: #207cca;
  font-size: max(2rem, 10px);
  font-weight: 700;
  letter-spacing: -0.03em;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-jobs__heading-ja {
    margin-top: -4.375rem;
    font-size: max(4.0625rem, 10px);
  }
}

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

.p-loop-slider__slider-item {
  width: 11.875rem;
}
@media screen and (min-width: 768px) {
  .p-loop-slider__slider-item {
    width: 31.125rem;
  }
}

.p-loop-slider__slider-item img {
  aspect-ratio: 966/1140;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-member {
  position: relative;
  padding-block: 5.25rem 5.5rem;
  background-image: linear-gradient(-30deg, #1b68af 90%, #25bfee);
  color: var(--color-white);
  overflow-x: clip;
  clip-path: polygon(0 0, 100% var(--adjust-section), 100% 100%, 0% 100%);
  scroll-margin-top: -3.75rem;
}
@media screen and (min-width: 768px) {
  .p-member {
    background-image: linear-gradient(-30deg, #1b68af 70%, #25bfee);
    scroll-margin-top: -8.125rem;
    padding-block: 13.25rem 12.375rem;
  }
}

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

@media screen and (min-width: 768px) {
  .p-member__heading-wrap {
    margin-inline: calc(50% - 50vw);
    margin-inline: calc(50% - 50cqi);
  }
}

@media screen and (min-width: 768px) {
  .p-member__heading {
    margin-inline: auto;
    max-width: 90rem;
    padding-left: min(1.6666666667vw, 24px);
  }
}

.p-member__heading-en {
  width: 21.6875rem;
}
@media screen and (min-width: 768px) {
  .p-member__heading-en {
    width: min(84.1666666667vw, 1212px);
  }
}

.p-member__heading-ja {
  margin-top: -1.5625rem;
  font-size: max(2rem, 10px);
  font-weight: 700;
  letter-spacing: -0.03em;
  text-align: right;
}
@media screen and (min-width: 768px) {
  .p-member__heading-ja {
    margin-top: -10.4375rem;
    font-size: max(4.0625rem, 10px);
    margin-inline: auto;
    max-width: 76.25rem;
    padding-inline: 3.125rem 5.5rem;
  }
}

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

.p-member__items {
  display: grid;
  gap: 2rem;
}

.p-member__item {
  padding: 1.375rem 1.25rem;
  background-color: var(--color-white);
  color: #000;
}
@media screen and (min-width: 768px) {
  .p-member__item {
    padding: 3.25rem 2.5rem 2.5rem 2.5rem;
  }
}

.p-member__item-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .p-member__item-heading {
    justify-content: start;
  }
}

.p-member__item-no {
  color: #207cca;
  font-family: var(--font-josefinsans);
  font-size: max(2rem, 10px);
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1;
}

.p-member__item-no em {
  margin-left: 0.25rem;
  font-size: max(3.0625rem, 10px);
}

.p-member__item-category {
  min-width: 6.125rem;
  padding: 0.625rem;
  background-color: #207cca;
  color: var(--color-white);
  font-size: max(1.25rem, 10px);
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1;
  text-align: center;
}

.p-member__item-content {
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .p-member__item-content {
    margin-top: 0.6875rem;
    display: grid;
    grid-template-columns: 16.75rem 1fr;
    gap: 3.4375rem;
  }
}

.p-member__item-image img {
  aspect-ratio: 608/645;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .p-member__item-image img {
    aspect-ratio: 536/645;
  }
}

.p-member__item-attr {
  margin-top: -3.125rem;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  background-color: var(--color-black);
  padding-block: 0.4375rem;
  padding-inline: 1.25rem;
  color: var(--color-white);
  font-size: max(0.875rem, 10px);
  font-weight: 700;
  line-height: 1;
}

.p-member__item-name {
  position: relative;
  margin-top: 0.25rem;
  width: -moz-fit-content;
  width: fit-content;
  padding-block: 0.375rem;
  padding-inline: 1.25rem;
  background-color: var(--color-black);
  line-height: 1;
}

.p-member__item-name-ja {
  color: var(--color-white);
  font-size: max(1.125rem, 10px);
  font-weight: 700;
}

.p-member__item-name-en {
  margin-left: 0.4375rem;
  color: #d5ecff;
  font-size: max(0.875rem, 10px);
  font-weight: 700;
  text-transform: uppercase;
}

.p-member__item-body {
  margin-top: 0.75rem;
}
@media screen and (min-width: 768px) {
  .p-member__item-body {
    margin-top: 0;
    max-width: 640px;
  }
}

.p-member__item-copy {
  font-size: max(1.25rem, 10px);
  font-weight: 700;
  line-height: 1.6;
}

.p-member__item-desc {
  margin-top: 1rem;
  font-size: max(0.875rem, 10px);
  font-weight: 500;
  line-height: 1.7;
}
@media screen and (min-width: 768px) {
  .p-member__item-desc {
    margin-top: 1.875rem;
    font-size: max(1rem, 10px);
  }
}

.p-member__item-desc + .p-member__item-desc {
  margin-top: 1.5rem;
}

.p-member__item-button {
  margin-top: 1rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-member__item-button {
    margin-top: 1.5625rem;
    text-align: left;
  }
}

.p-message {
  position: relative;
  z-index: 0;
  overflow-x: clip;
}

.p-message::before,
.p-message::after {
  position: absolute;
  z-index: -1;
  background: no-repeat center/cover;
  content: "";
}

.p-message::before {
  top: -11.4375rem;
  left: 0;
  background-image: url(../images/message_deco1_sp.svg);
  width: 5.0625rem;
  height: 33.75rem;
}
@media screen and (min-width: 768px) {
  .p-message::before {
    top: max(-25vw, -360px);
    background-image: url(../images/message_deco1.svg);
    width: min(12.5694444444vw, 181px);
    height: min(74.1666666667vw, 1068px);
  }
}

.p-message::after {
  right: 0;
  bottom: -10rem;
  width: 9.6875rem;
  height: 17.75rem;
  background-image: url(../images/message_deco2_sp.svg);
}
@media screen and (min-width: 768px) {
  .p-message::after {
    bottom: max(-35.1388888889vw, -506px);
    width: min(39.5833333333vw, 570px);
    height: min(74.1666666667vw, 1068px);
    background-image: url(../images/message_deco2.svg);
  }
}

.p-message__heading-en {
  width: 22rem;
}
@media screen and (min-width: 768px) {
  .p-message__heading-en {
    width: 54.875rem;
  }
}

.p-message__heading-ja {
  margin-top: -2rem;
  color: #207cca;
  font-size: max(2rem, 10px);
  font-weight: 700;
  letter-spacing: -0.03em;
}
@media screen and (min-width: 768px) {
  .p-message__heading-ja {
    margin-top: -0.5rem;
    display: flex;
    align-items: center;
    gap: 1.3125rem;
    font-size: max(2.5rem, 10px);
  }
}

@media screen and (min-width: 768px) {
  .p-message__heading-ja::before {
    display: block;
    width: 6rem;
    height: 1px;
    background-color: #41C7F0;
    content: "";
  }
}

.p-message__content {
  margin-top: -2.1875rem;
}
@media screen and (min-width: 768px) {
  .p-message__content {
    margin-top: -1.0625rem;
  }
}

.p-message__head {
  position: relative;
}

.p-message__image {
  margin-inline: calc(50% - 50vw);
  margin-inline: calc(50% - 50cqi);
}
@media screen and (min-width: 768px) {
  .p-message__image {
    margin-inline: 0;
  }
}

.p-message__copy {
  position: absolute;
  bottom: 2.9375rem;
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
@media screen and (min-width: 768px) {
  .p-message__copy {
    bottom: 3.625rem;
    left: 4.125rem;
    gap: 0.5rem;
  }
}

.p-message__copy-text {
  width: -moz-fit-content;
  width: fit-content;
  padding-inline: 0.125rem;
  background-color: var(--color-white);
  font-size: max(1.125rem, 10px);
  font-weight: 700;
  letter-spacing: -0.03em;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .p-message__copy-text {
    --transparent-width: 1.3125rem;
    background: linear-gradient(to left, transparent var(--transparent-width), var(--color-white) var(--transparent-width));
    padding-inline: 0.6875rem;
    padding-block: 0.5625rem;
    font-size: max(2.5rem, 10px);
    line-height: 1;
  }
}

.p-message__body {
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .p-message__body {
    margin-top: 4.1875rem;
    padding-inline: 4.125rem;
  }
}

.p-message__desc {
  font-size: max(0.875rem, 10px);
  font-weight: 400;
  line-height: 1.75;
}
@media screen and (min-width: 768px) {
  .p-message__desc {
    font-size: max(1rem, 10px);
    line-height: 2.3;
  }
}

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

.p-message__name {
  margin-top: 1.875rem;
  font-size: max(1rem, 10px);
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .p-message__name {
    margin-top: 2.25rem;
    font-size: max(1.25rem, 10px);
  }
}

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

.p-mv::before,
.p-mv::after {
  position: absolute;
  display: block;
  content: "";
  background: no-repeat center/contain;
}

.p-mv::before {
  top: 4rem;
  left: 0;
  width: 8.0625rem;
  height: 8.4375rem;
  background-image: url(../images/mv_deco1_sp.svg);
}
@media screen and (min-width: 768px) {
  .p-mv::before {
    top: min(7.3611111111vw, 106px);
    width: min(28.8194444444vw, 415px);
    height: min(20.3472222222vw, 293px);
    background-image: url(../images/mv_deco1.svg);
  }
}

.p-mv::after {
  right: 0;
  bottom: 0;
  width: 16.6875rem;
  height: 6.6875rem;
  background-image: url(../images/mv_deco2_sp.svg);
}
@media screen and (min-width: 768px) {
  .p-mv::after {
    width: min(47.7777777778vw, 688px);
    height: min(25.2083333333vw, 363px);
    background-image: url(../images/mv_deco2.svg);
  }
}

.p-mv__image img {
  height: 100vh;
  min-height: 31.25rem;
  max-height: 186.6666666667vw;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .p-mv__image img {
    min-height: 43.75rem;
    max-height: 83.3333333333vw;
  }
}

.p-mv__texts {
  position: absolute;
  z-index: 1;
  bottom: 15%;
  white-space: nowrap;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .p-mv__texts {
    bottom: 11.6822429907%;
  }
}

.p-mv__copy1 {
  position: relative;
  color: var(--color-white);
  font-size: max(1.25rem, 10px);
  font-weight: 900;
  text-shadow: 0 0 0.8125rem rgba(0, 0, 0, 0.41), 0 0 0.8125rem rgba(0, 0, 0, 0.41);
}
@media screen and (min-width: 768px) {
  .p-mv__copy1 {
    font-size: max(2.3125rem, 10px);
    text-shadow: 0 0 1.5rem rgba(0, 0, 0, 0.41), 0 0 1.5rem rgba(0, 0, 0, 0.41);
  }
}

.p-mv__copy1::before {
  position: absolute;
  z-index: -1;
  top: 50%;
  left: -0.9375rem;
  transform: translateY(-50%);
  width: 10.25rem;
  height: 4.0625rem;
  background-color: #59625c;
  content: "";
  filter: blur(26px);
}
@media screen and (min-width: 768px) {
  .p-mv__copy1::before {
    content: none;
  }
}

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

.p-mv__copy2-text1 {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 0 0.4375rem 0.125rem;
  --transparent-width: 1.125rem;
  background-image: linear-gradient(to left, transparent var(--transparent-width), var(--color-white) var(--transparent-width));
  font-size: max(2.9375rem, 10px);
  font-weight: 900;
  letter-spacing: -0.03em;
}
@media screen and (min-width: 768px) {
  .p-mv__copy2-text1 {
    --transparent-width: 2.375rem;
    padding: 0 0 0.5625rem 0.3125rem;
    font-size: max(5.5rem, 10px);
  }
}

.p-mv__copy2-text2 {
  margin-top: 0.625rem;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.25rem 0.25rem 0.4375rem 0.125rem;
  background-color: var(--color-white);
  font-size: max(2.375rem, 10px);
  font-weight: 900;
  letter-spacing: -0.03em;
}
@media screen and (min-width: 768px) {
  .p-mv__copy2-text2 {
    margin-top: 1.125rem;
    font-size: max(4.375rem, 10px);
    padding: 0.4375rem 1rem 0.8125rem 0.375rem;
  }
}

.p-mv__text-circle {
  position: absolute;
  z-index: 2;
  right: 1.375rem;
  bottom: -2.8125rem;
  width: 9.125rem;
  overflow: hidden;
  mix-blend-mode: overlay;
}
@media screen and (min-width: 768px) {
  .p-mv__text-circle {
    right: min(2.0833333333vw, 30px);
    bottom: max(-5.1388888889vw, -74px);
    width: min(22.7777777778vw, 328px);
  }
}

.p-numbers {
  position: relative;
  z-index: 2;
  --sp-content-width: 19.375rem;
}

.p-numbers__heading-wrap {
  max-width: var(--sp-content-width);
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .p-numbers__heading-wrap {
    max-width: initial;
    margin-right: 0;
  }
}

.p-numbers__heading {
  padding-top: 6.75rem;
}
@media screen and (min-width: 768px) {
  .p-numbers__heading {
    padding-top: 6.125rem;
    padding-right: 0;
  }
}

.p-numbers__heading-en {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0.5625rem;
  width: 7.8125rem;
}
@media screen and (min-width: 768px) {
  .p-numbers__heading-en {
    width: min(9.7916666667vw, 141px);
    left: 2.25rem;
  }
}

@media screen and (min-width: 768px) {
  .p-numbers__heading-ja {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.9375rem;
  }
}

.p-numbers__heading-ja-text {
  margin-left: auto;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  padding-inline: 0.625rem;
  padding-block: 0.3125rem;
  background-color: #207cca;
  color: var(--color-white);
  font-size: max(2rem, 10px);
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .p-numbers__heading-ja-text {
    margin-left: 0;
    padding-block: 0.5625rem;
    font-size: max(2.5rem, 10px);
  }
}

.p-numbers__heading-ja::before,
.p-numbers__heading-ja::after {
  flex: 1;
  width: min(14.5833333333vw, 210px);
  max-width: min(14.5833333333vw, 210px);
  height: 1px;
  content: "";
}

.p-numbers__heading-ja::before {
  background-color: #41c7f0;
}

.p-numbers__content {
  position: relative;
  z-index: 1;
  margin-top: 3.375rem;
  margin-inline: auto;
  max-width: var(--sp-content-width);
}
@media screen and (min-width: 768px) {
  .p-numbers__content {
    margin-top: 4.375rem;
    max-width: initial;
  }
}

@media screen and (min-width: 768px) {
  .p-numbers__items {
    -moz-column-count: 2;
         column-count: 2;
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
  }
}

@media screen and (min-width: 768px) {
  .p-numbers__item {
    -moz-column-break-inside: avoid;
         break-inside: avoid;
  }
}

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

@media screen and (min-width: 768px) {
  .p-numbers__item:nth-child(3) {
    padding-top: 4.0625rem;
  }
}

.p-numbers__section {
  position: relative;
  z-index: 0;
  padding-block: 1rem;
  background-color: var(--color-white);
  border: 0.1875rem solid #a5deff;
  box-shadow: 0 0 0.8125rem rgba(36, 42, 47, 0.12);
}
@media screen and (min-width: 768px) {
  .p-numbers__section {
    padding-block: 1.4375rem;
    border-width: 0.375rem;
  }
}

.p-numbers__section:has(.p-numbers__item-start-up) {
  padding-inline: 1.5625rem;
}
@media screen and (min-width: 768px) {
  .p-numbers__section:has(.p-numbers__item-start-up) {
    padding-inline: 2.5rem;
  }
}

.p-numbers__section:has(.p-numbers__item-age) {
  padding-inline: 0.75rem;
}
@media screen and (min-width: 768px) {
  .p-numbers__section:has(.p-numbers__item-age) {
    padding-inline: 1.0625rem;
  }
}

.p-numbers__section:has(.p-numbers__item-works) {
  padding-inline: 0.5rem;
}
@media screen and (min-width: 768px) {
  .p-numbers__section:has(.p-numbers__item-works) {
    padding-inline: 1.0625rem;
  }
}

.p-numbers__section:has(.p-numbers__item-employees) {
  padding-inline: 0.5rem;
}

.p-numbers__section:has(.p-numbers__item-telework) {
  padding-inline: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-numbers__section:has(.p-numbers__item-telework) {
    padding-inline: 2.0625rem;
  }
}

.p-numbers__item-heading {
  font-size: max(1rem, 10px);
  font-weight: 700;
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-numbers__item-heading {
    font-size: max(1.75rem, 10px);
  }
}

.p-numbers__item-heading::after {
  margin-top: 0.25rem;
  margin-inline: auto;
  display: block;
  content: "";
  width: 1.875rem;
  height: 2px;
  background-color: #207cca;
}
@media screen and (min-width: 768px) {
  .p-numbers__item-heading::after {
    margin-top: 0.9375rem;
    width: 3.25rem;
    height: 3px;
  }
}

.p-numbers__item-start-up {
  margin-top: 1.6875rem;
  min-height: 9.5625rem;
}
@media screen and (min-width: 768px) {
  .p-numbers__item-start-up {
    margin-top: 2.9375rem;
    min-height: 19.375rem;
  }
}

.p-numbers__item-start-up::before {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
  display: block;
  width: 9.6875rem;
  aspect-ratio: 299/366;
  background: url(../images/numbers_start-up.svg) no-repeat center/contain;
  content: "";
}
@media screen and (min-width: 768px) {
  .p-numbers__item-start-up::before {
    width: 18.6875rem;
  }
}

.p-numbers__item-start-no {
  color: #2386de;
  font-family: var(--font-josefinsans);
  font-size: max(5rem, 10px);
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-numbers__item-start-no {
    font-size: max(10rem, 10px);
  }
}

.p-numbers__item-start-no-unit {
  margin-left: 0.375rem;
  font-size: max(2rem, 10px);
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-numbers__item-start-no-unit {
    display: inline-block;
    font-size: max(4rem, 10px);
    transform: translateY(-0.4375rem);
  }
}

.p-numbers__item-age {
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-numbers__item-age {
    max-width: 33.75rem;
  }
}

.p-numbers__item-works {
  margin-top: 1.125rem;
  margin-left: -2rem;
  text-align: center;
}

.p-numbers__item-works-no {
  display: inline-block;
  color: #2386de;
  font-family: var(--font-josefinsans);
  font-size: max(4.375rem, 10px);
  font-weight: 700;
  line-height: 1;
  text-align: right;
}
@media screen and (min-width: 768px) {
  .p-numbers__item-works-no {
    font-size: max(7.875rem, 10px);
  }
}

.p-numbers__item-works-no-unit {
  margin-left: 0.25rem;
  display: inline-block;
  transform: translateY(-0.5rem);
}

.p-numbers__item-works-no-unit1 {
  display: inline-block;
  font-size: max(1.25rem, 10px);
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-numbers__item-works-no-unit1 {
    font-size: max(2.5rem, 10px);
  }
}

.p-numbers__item-works-no-unit2 {
  font-size: max(1rem, 10px);
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-numbers__item-works-no-unit2 {
    font-size: max(2rem, 10px);
  }
}

.p-numbers__item-works-desc {
  margin-top: -1.375rem;
  margin-top: -0.75rem;
  font-size: max(0.75rem, 10px);
  font-weight: 700;
  text-align: right;
}
@media screen and (min-width: 768px) {
  .p-numbers__item-works-desc {
    margin-top: 0;
    font-size: max(1.1875rem, 10px);
  }
}

.p-numbers__item-employees {
  margin-top: 0.5625rem;
  display: grid;
  grid-template-columns: auto auto 1fr;
  align-items: start;
  gap: 0.375rem;
}
@media screen and (min-width: 768px) {
  .p-numbers__item-employees {
    margin-top: 1.25rem;
  }
}

.p-numbers__item-employees-wrap {
  display: grid;
  grid-template-columns: auto auto;
  gap: 0.25rem;
}

.p-numbers__item-employees-wrap:has(.p-numbers__item-employees-no-new) {
  margin-left: -0.25rem;
}

.p-numbers__item-employees-image2020 {
  padding-top: 1rem;
  padding-inline: 0.5rem;
  width: 3.125rem;
}
@media screen and (min-width: 768px) {
  .p-numbers__item-employees-image2020 {
    padding-inline: 1.875rem 1.25rem;
    width: 8.3125rem;
  }
}

.p-numbers__item-employees-year {
  font-weight: 900;
  font-size: max(0.8125rem, 10px);
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-numbers__item-employees-year {
    padding-right: 1rem;
    font-size: max(1.5rem, 10px);
  }
}

.p-numbers__item-employees-year-unit {
  font-size: max(0.625rem, 10px);
  font-weight: 900;
}
@media screen and (min-width: 768px) {
  .p-numbers__item-employees-year-unit {
    font-size: max(1.125rem, 10px);
  }
}

.p-numbers__item-employees-data {
  margin-top: 0.25rem;
  display: flex;
  align-items: end;
  line-height: 1;
}

.p-numbers__item-employees-data:has(.p-numbers__item-employees-no) {
  transform: translateY(0.3125rem);
}
@media screen and (min-width: 768px) {
  .p-numbers__item-employees-data:has(.p-numbers__item-employees-no) {
    transform: translateY(0.625rem);
  }
}

.p-numbers__item-employees-no {
  font-family: var(--font-josefinsans);
  font-size: max(2.75rem, 10px);
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-numbers__item-employees-no {
    font-size: max(4.9375rem, 10px);
  }
}

.p-numbers__item-employees-no-new {
  color: #2386de;
  font-family: var(--font-josefinsans);
  font-size: max(3.3125rem, 10px);
  font-weight: 700;
  line-height: 1;
  text-align: right;
}
@media screen and (min-width: 768px) {
  .p-numbers__item-employees-no-new {
    font-size: max(6rem, 10px);
  }
}

.p-numbers__item-employees-unit {
  margin-left: 0.1875rem;
  font-size: max(0.8125rem, 10px);
  font-weight: 900;
  line-height: 1;
  transform: translateY(-0.75rem);
}
@media screen and (min-width: 768px) {
  .p-numbers__item-employees-unit {
    margin-left: 0.375rem;
    transform: translateY(-1.3125rem);
    font-size: max(1.5rem, 10px);
  }
}

.p-numbers__item-employees-unit-new {
  margin-left: 0.1875rem;
  color: var(--color-black);
  font-size: max(1.125rem, 10px);
  font-weight: 900;
  line-height: 1;
  transform: translateY(-0.9375rem);
}
@media screen and (min-width: 768px) {
  .p-numbers__item-employees-unit-new {
    margin-left: -0.125rem;
    font-size: max(2rem, 10px);
    transform: translateY(-2rem);
  }
}

.p-numbers__item-employees-arrow {
  font-size: max(0.8125rem, 10px);
  font-weight: 700;
  transform: translateY(2.5rem);
}
@media screen and (min-width: 768px) {
  .p-numbers__item-employees-arrow {
    font-size: max(1.5rem, 10px);
    transform: translateY(4.375rem);
  }
}

.p-numbers__item-employees-image2025 {
  width: 3.75rem;
  order: 2;
}
@media screen and (min-width: 768px) {
  .p-numbers__item-employees-image2025 {
    width: 6.5rem;
  }
}

.p-numbers__item-telework-wrap {
  margin-top: 1rem;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.875rem;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .p-numbers__item-telework-wrap {
    gap: 1.75rem;
  }
}

.p-numbers__item-telework-image {
  width: 6.875rem;
}
@media screen and (min-width: 768px) {
  .p-numbers__item-telework-image {
    width: 13.25rem;
  }
}

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

.p-numbers__item-telework-data {
  display: flex;
  align-items: end;
  gap: 0.25rem;
}

.p-numbers__item-telework-no {
  color: #2386de;
  font-family: var(--font-josefinsans);
  font-size: max(6.125rem, 10px);
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-numbers__item-telework-no {
    font-size: max(12rem, 10px);
  }
}

.p-numbers__item-telework-unit {
  margin-left: -1.125rem;
  font-size: max(2rem, 10px);
  font-weight: 900;
  transform: translateY(-2.6875rem);
}
@media screen and (min-width: 768px) {
  .p-numbers__item-telework-unit {
    margin-left: -1.875rem;
    font-size: max(4rem, 10px);
    transform: translateY(-5rem);
  }
}

.p-numbers__item-telework-note {
  margin-top: -2.5rem;
  margin-right: -0.3125rem;
  display: block;
  font-size: max(0.625rem, 10px);
  font-weight: 700;
  text-align: right;
}
@media screen and (min-width: 768px) {
  .p-numbers__item-telework-note {
    margin-top: -4.75rem;
    font-size: max(1.25rem, 10px);
  }
}

.p-numbers__item-telework-desc {
  margin-top: 1.125rem;
  margin-right: -0.4375rem;
  font-size: max(0.75rem, 10px);
  font-weight: 700;
  text-align: right;
}
@media screen and (min-width: 768px) {
  .p-numbers__item-telework-desc {
    margin-top: 0.8125rem;
    margin-right: 0;
    font-size: max(1.25rem, 10px);
  }
}

.p-path {
  position: relative;
  z-index: 0;
  padding-block: 4.375rem 6.25rem;
  background-color: #e3eff9;
  clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% calc(100% - var(--adjust-section)));
}
@media screen and (min-width: 768px) {
  .p-path {
    padding-block: 7.875rem 20.25rem;
  }
}

.p-path::before {
  position: absolute;
  z-index: -1;
  top: 12.625rem;
  left: calc(50% - 11.625rem);
  width: 23.4375rem;
  aspect-ratio: 375/449;
  background: url(../images/path_arrow_sp.svg) no-repeat center/contain;
}
@media screen and (min-width: 768px) {
  .p-path::before {
    top: min(20.4861111111vw, 295px);
    left: calc(50% - 31rem);
    width: min(81.9444444444vw, 1180px);
    aspect-ratio: 1180/1049;
    background-image: url(../images/path_arrow.svg);
  }
}

.p-path__text-circle {
  position: absolute;
  top: 4.75rem;
  left: 1.875rem;
  width: 9.125rem;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p-path__text-circle {
    top: 0.625rem;
    left: calc(50% - min(49.8611111111vw, 718px));
    width: 19.375rem;
  }
}

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

.p-path__heading-en {
  margin-inline: auto;
  width: 21.5625rem;
}
@media screen and (min-width: 768px) {
  .p-path__heading-en {
    width: min(87.7083333333vw, 1263px);
    margin-left: max(-6.5972222222vw, -95px);
  }
}

.p-path__heading-ja {
  margin-top: -5.4375rem;
  margin-inline: auto;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.25rem 0.25rem;
  background-color: #207cca;
  color: var(--color-white);
  font-size: max(2rem, 10px);
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .p-path__heading-ja {
    margin-top: -2.1875rem;
    padding-block: 0.6875rem;
    font-size: max(2.5rem, 10px);
  }
}

.p-path__content {
  margin-top: 5.8125rem;
  display: grid;
  gap: 3.125rem;
}
@media screen and (min-width: 768px) {
  .p-path__content {
    margin-top: 6.125rem;
    gap: 6rem;
  }
}

@media screen and (min-width: 768px) {
  .p-path__item-head {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: end;
  }
}

.p-path__item-copy {
  font-size: max(1.25rem, 10px);
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-path__item-copy {
    font-size: max(2.6875rem, 10px);
  }
}

.p-path__item-copy em {
  color: #0a66b4;
}

.p-path__item-name {
  margin-top: 1.875rem;
  display: grid;
  grid-template-columns: auto auto;
  gap: 0.5rem;
  align-items: center;
  justify-content: end;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .p-path__item-name {
    position: relative;
    margin-top: 0;
  }
}

.p-path__item-name::before {
  width: 3rem;
  height: 1px;
  background-color: var(--color-black);
  content: "";
}
@media screen and (min-width: 768px) {
  .p-path__item-name::before {
    position: absolute;
    top: 50%;
    left: -1.25rem;
    width: 5.4375rem;
    transform: translate(-100%, -50%);
  }
}

.p-path__item-name-text {
  padding: 0.25rem 0.5rem;
  background-color: var(--color-black);
  color: var(--color-white);
  font-size: max(0.875rem, 10px);
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-path__item-name-text {
    padding: 0.625rem 0.9375rem;
    font-size: max(1.125rem, 10px);
  }
}

.p-path__flow-items {
  margin-top: 1.5rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5625rem;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .p-path__flow-items {
    margin-top: 3.3125rem;
    gap: 4.6875rem;
  }
}

.p-path__flow-item {
  display: grid;
  place-content: center;
  color: var(--color-white);
  height: 4.5rem;
  font-size: max(1rem, 10px);
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-path__flow-item {
    position: relative;
    height: 7.5625rem;
    font-size: max(1.5rem, 10px);
  }
}

.p-path__flow-item:nth-child(1) {
  background-color: #82c7ec;
}

.p-path__flow-item:nth-child(2) {
  background-color: #41a9e1;
}

.p-path__flow-item:nth-child(3) {
  background-color: #218dc7;
}

@media screen and (min-width: 768px) {
  .p-path__flow-item:nth-child(2):before,
  .p-path__flow-item:nth-child(3):before {
    position: absolute;
    top: 50%;
    left: -1.1875rem;
    transform: translate(-100%, -50%);
    display: block;
    width: 1.75rem;
    aspect-ratio: 28/33;
    background-image: linear-gradient(to right, #41a9e1, #218dc7);
    content: "";
    clip-path: polygon(0 0, 100% 50%, 0 100%);
  }
}

.p-path__flow-item:nth-child(2):before {
  background-image: linear-gradient(to right, #82c7ec, #41a9e1);
}

.p-path__flow-item:nth-child(3):before {
  background-image: linear-gradient(to right, #41a9e1, #218dc7);
}

.p-tab__menu-items {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.3125rem;
}
@media screen and (min-width: 768px) {
  .p-tab__menu-items {
    gap: 1.25rem;
  }
}

.p-tab__contents {
  margin-top: 2.625rem;
}
@media screen and (min-width: 768px) {
  .p-tab__contents {
    margin-top: 6.6875rem;
  }
}

.p-tab__content {
  display: none;
}

.p-tab__content.is-active {
  display: block;
  animation: fade 0.5s ease;
}

@keyframes fade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.p-value {
  position: relative;
  z-index: 3;
  padding-block: 4.875rem 5.1875rem;
  background-color: #1483e2;
  color: var(--color-white);
  clip-path: polygon(0 0, 100% 0%, 100% calc(100% - var(--adjust-section)), 0% 100%);
}
@media screen and (min-width: 768px) {
  .p-value {
    padding-block: 7.5rem 13.625rem;
  }
}

.p-value::before,
.p-value::after {
  position: absolute;
  z-index: -1;
  background: no-repeat center/cover;
  content: "";
}

.p-value::before {
  top: 2.5rem;
  left: 0;
  background-image: url(../images/value_deco1_sp.svg);
  width: 16.625rem;
  height: 30.1875rem;
}
@media screen and (min-width: 768px) {
  .p-value::before {
    top: min(0.2083333333vw, 3px);
    width: min(68.2638888889vw, 983px);
    height: min(70.9027777778vw, 1021px);
    background-image: url(../images/value_deco1.svg);
  }
}

.p-value::after {
  right: 0;
  bottom: 0;
  background-image: url(../images/value_deco2_sp.svg);
  width: 23.25rem;
  height: 18.0625rem;
}
@media screen and (min-width: 768px) {
  .p-value::after {
    width: min(37.2916666667vw, 537px);
    height: min(51.3888888889vw, 740px);
    background-image: url(../images/value_deco2.svg);
  }
}

@media screen and (min-width: 768px) {
  .p-value__heading-wrap {
    margin-left: calc(50% - 50vw);
    margin-left: calc(50% - 50cqi);
    padding-left: 0.5625rem;
  }
}

@media screen and (min-width: 768px) {
  .p-value__heading {
    display: flex;
    align-items: center;
    margin-left: auto;
    max-width: 83.75rem;
  }
}

.p-value__heading-en {
  width: 19.75rem;
}
@media screen and (min-width: 768px) {
  .p-value__heading-en {
    width: min(41.6666666667vw, 600px);
  }
}

.p-value__heading-ja {
  margin-top: -2.5rem;
  margin-left: auto;
  width: -moz-fit-content;
  width: fit-content;
  font-size: max(2rem, 10px);
  letter-spacing: -0.03em;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .p-value__heading-ja {
    flex: 1;
    margin-top: 0;
    display: flex;
    align-items: center;
    gap: 2rem;
    font-size: max(2.8125rem, 10px);
  }
}

@media screen and (min-width: 768px) {
  .p-value__heading-ja::before {
    flex: 1;
    width: 6.25rem;
    height: 1px;
    background-color: var(--color-white);
    content: "";
  }
}

.p-value__content {
  margin-top: 4rem;
}

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

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

@media screen and (min-width: 768px) {
  .p-value__item:nth-child(1) {
    margin-top: 6.5rem;
  }
}

@media screen and (min-width: 768px) {
  .p-value__item:nth-child(2) {
    margin-top: 3.25rem;
  }
}

.p-value__item-wrap {
  position: relative;
  --adjust-card: calc(21.6875rem * var(--tangent));
  clip-path: polygon(0 var(--adjust-card), 100% 0%, 100% calc(100% - var(--adjust-card)), 0% 100%);
}

.p-value__item-image {
  position: relative;
  padding-bottom: 1.5625rem;
}

.p-value__item-image::before {
  position: absolute;
  inset: auto 0 -1.75rem;
  inset: auto 0 0;
  aspect-ratio: 393/392;
  background: url(../images/value_item_deco.svg) no-repeat center/cover;
  content: "";
}

.p-value__item-image img {
  aspect-ratio: 786/1199;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-value__item-content {
  position: absolute;
  bottom: 3.125rem;
  left: 1.4375rem;
}

.p-value__item-heading {
  font-size: max(1.75rem, 10px);
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-value__item-heading {
    font-size: max(2rem, 10px);
  }
}

.p-value__item-desc {
  margin-top: 0.5rem;
  font-size: max(0.875rem, 10px);
  font-weight: 700;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .p-value__item-desc {
    font-size: max(1rem, 10px);
  }
}

.p-welfare {
  position: relative;
  z-index: 1;
  padding-block: 6.5rem 5.75rem;
  background-image: linear-gradient(60deg, #1b68af, #41a9e1 70%);
  color: var(--color-white);
  overflow-x: clip;
  clip-path: polygon(0 var(--adjust-section), 100% 0%, 100% 100%, 0% calc(100% - var(--adjust-section)));
}
@media screen and (min-width: 768px) {
  .p-welfare {
    padding-block: 17.25rem 17.75rem;
  }
}

.p-welfare__heading-wrap {
  padding-top: 1px;
}

.p-welfare__heading {
  position: relative;
  z-index: 0;
}

.p-welfare__heading-en {
  margin-left: -0.625rem;
  width: 38.375rem;
}
@media screen and (min-width: 768px) {
  .p-welfare__heading-en {
    margin-left: -2.1875rem;
    position: absolute;
    z-index: -1;
    top: 1.625rem;
    width: 92.875rem;
  }
}

.p-welfare__heading-ja {
  position: absolute;
  z-index: -1;
  top: -2.25rem;
  right: 0;
  font-size: max(2rem, 10px);
  font-weight: 700;
  letter-spacing: -0.03em;
}
@media screen and (min-width: 768px) {
  .p-welfare__heading-ja {
    flex: 1;
    margin-top: 0;
    display: flex;
    align-items: center;
    gap: 2rem;
    font-size: max(4.0625rem, 10px);
  }
}

@media screen and (min-width: 768px) {
  .p-welfare__heading-ja::before {
    flex: 1;
    width: 15.3125rem;
    height: 1px;
    background-color: var(--color-white);
    content: "";
  }
}

.p-welfare__content {
  margin-top: -10.4375rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-welfare__content {
    margin-top: 7.875rem;
  }
}

.p-welfare__items {
  display: grid;
  gap: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-welfare__items {
    display: block;
    -moz-column-count: 2;
         column-count: 2;
    -moz-column-gap: 1.5625rem;
         column-gap: 1.5625rem;
  }
}

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

@media screen and (min-width: 768px) {
  .p-welfare__item:nth-child(3) {
    padding-top: 3.75rem;
  }
}

.p-welfare__section {
  background-color: var(--color-white);
  color: #126ec0;
  display: grid;
  grid-template-columns: 184fr 155fr;
  align-items: center;
  gap: 0.5rem;
}
@media screen and (min-width: 768px) {
  .p-welfare__section {
    grid-template-columns: 20.1875rem 1fr;
    gap: 1.875rem;
  }
}

@media screen and (min-width: 768px) {
  .p-welfare__item:nth-child(1) .p-welfare__section {
    grid-template-columns: 18.625rem 1fr;
  }
}

@media screen and (min-width: 768px) {
  .p-welfare__item-image img {
    width: auto;
    height: 19.75rem;
  }
}

.p-welfare__item-heading {
  font-size: max(1rem, 10px);
  font-weight: 900;
}
@media screen and (min-width: 768px) {
  .p-welfare__item-heading {
    font-size: max(1.75rem, 10px);
  }
}

.p-welfare__item-desc {
  margin-top: 0.8125rem;
  font-size: max(0.625rem, 10px);
  font-weight: 700;
  line-height: 1.65;
}
@media screen and (min-width: 768px) {
  .p-welfare__item-desc {
    margin-top: 0.25rem;
    font-size: max(1.125rem, 10px);
  }
}

/* 動きを抑えたい人への配慮 */
@media (prefers-reduced-motion: reduce) {
  [data-fadein] {
    transition: none !important;
    opacity: 1 !important;
    transform: none !important;
  }
}
/* 初期（見えない＆少し下） */
[data-fadein] {
  opacity: 0;
  transform: translateY(2.5rem);
  transition: opacity 1.4s cubic-bezier(0.2, 0.6, 0.2, 1), transform 0.6s cubic-bezier(0.2, 0.6, 0.2, 1);
}

/* 表示状態 */
[data-fadein].is-show {
  opacity: 1;
  transform: translateY(0);
}

/* 遅延設定（pcで1行・複数列を想定／最大4列） */
@media screen and (min-width: 768px) {
  [data-fadein="200"] {
    transition-delay: 200ms;
  }
}

@media screen and (min-width: 768px) {
  [data-fadein="400"] {
    transition-delay: 400ms;
  }
}

@media screen and (min-width: 768px) {
  [data-fadein="600"] {
    transition-delay: 600ms;
  }
}

.u-mask {
  position: relative;
  display: block;
  clip-path: inset(0 100% 0 0);
}

.u-mask::before {
  position: absolute;
  inset: 0 var(--transparent-width, 0) 0 0;
  z-index: 1;
  background-color: #214DA1;
  content: "";
  clip-path: inset(0 0 0%);
}

.u-mask.is-loaded {
  animation: slidein 0.3s ease-out forwards;
}

.u-mask.is-loaded::before {
  animation: mask 0.8s 0.3s cubic-bezier(0.8, 0, 0.17, 1) forwards;
}

.u-mask--delay3.is-loaded::before {
  animation-delay: 0.6s;
}

@keyframes slidein {
  0% {
    clip-path: inset(0 100% 0 0);
  }
  100% {
    clip-path: inset(0 0% 0 0);
  }
}
@keyframes mask {
  0% {
    clip-path: inset(0 0 0 0%);
  }
  100% {
    clip-path: inset(0 0 0 100%);
  }
}
.u-pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .u-pc {
    display: block;
  }
}

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

/* テスト用スタイル */
/*# sourceMappingURL=style.css.map */
