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

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
}

main {
  display: block;
}

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace, monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

abbr[title] {
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: inherit;
}

small {
  font-size: 100%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img,
embed,
object,
iframe {
  vertical-align: bottom;
}

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

[type=checkbox] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  appearance: radio;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}

button[disabled],
[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled] {
  cursor: default;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

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

option {
  padding: 0;
}

fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable] {
  outline: none;
}

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

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

html {
  font-size: 100%;
}
@media (max-width: 1920px) {
  html {
    font-size: 0.8333333333vw;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 100%;
  }
}
@media screen and (max-width: 402px) {
  html {
    font-size: 3.9800995025vw;
  }
}

body {
  font-family: "Outfit", "Noto Sans JP", sans-serif;
  color: #2E2E2E;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

a,
button {
  transition: 0.3s;
}
a:hover,
button:hover {
  cursor: pointer;
}

a {
  display: inline-block;
}

img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}

body.is-fixed {
  overflow: hidden;
}

.l-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 3.375rem;
  background-color: #3A3A3A;
  z-index: 100;
}
@media screen and (max-width: 767px) {
  .l-header {
    height: 4.375rem;
  }
}

.l-header__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .l-header__inner {
    justify-content: space-between;
    padding-left: 0.75rem;
    padding-right: 1rem;
  }
}

.l-header__logo a {
  font-family: "Outfit", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 2rem;
  color: #ffffff;
  text-decoration: none;
  display: block;
}
@media screen and (max-width: 767px) {
  .l-header__logo a {
    font-size: 1.25rem;
  }
}

.l-header__menuBtn {
  display: none;
}
@media screen and (max-width: 767px) {
  .l-header__menuBtn {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 0.75rem;
    width: 3rem;
    height: 3rem;
    background-color: #ffffff;
    border: none;
    cursor: pointer;
    flex-shrink: 0;
  }
}

.l-header__menuBtn span {
  display: none;
}
@media screen and (max-width: 767px) {
  .l-header__menuBtn span {
    display: block;
    width: 2.0625rem;
    height: 0.0625rem;
    background-color: #3A3A3A;
  }
}

.l-headerNav {
  position: fixed;
  top: 14.625rem;
  right: 7.8125rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  z-index: 90;
}
@media screen and (max-width: 767px) {
  .l-headerNav {
    display: none;
  }
}

.l-headerNav__list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 3.1875rem;
  width: 100%;
}

.l-headerNav__item {
  width: 100%;
}

.l-headerNav__link {
  font-family: "Outfit", "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 1.1666666667;
  color: #3A3A3A;
  text-decoration: none;
  display: block;
}
.l-headerNav__link:hover {
  opacity: 0.7;
}

.l-headerNav__btn {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  font-family: "Outfit", "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1.5rem;
  color: #3A3A3A;
}

.l-headerNav__arrow {
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 0.625rem solid transparent;
  border-right: 0.625rem solid transparent;
  border-top: 1rem solid #3A3A3A;
  transition: transform 0.3s ease;
}

.l-headerNav__item--hasSub.is-open .l-headerNav__arrow {
  transform: scale(-1, -1);
}

.l-headerNav__sub {
  list-style: none;
  display: none;
  flex-direction: column;
  gap: 0.5625rem;
  margin-top: 1rem;
}

.l-headerNav__item--hasSub.is-open .l-headerNav__sub {
  display: flex;
}

.l-headerNav__subLink {
  font-family: "Outfit", "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 1.2;
  color: #000000;
  text-decoration: none;
  display: block;
}
.l-headerNav__subLink:hover {
  opacity: 0.7;
}

.l-main {
  contain: paint;
  width: 100%;
  padding-top: 3.375rem;
  background: #F5F5F5;
}
@media screen and (max-width: 767px) {
  .l-main {
    padding-top: 4.375rem;
  }
}

.l-main--fv {
  padding-top: 0rem;
}
@media screen and (max-width: 767px) {
  .l-main--fv {
    padding-top: 4.375rem;
  }
}

.l-main--black {
  background: #3A3A3A;
}

.l-footer {
  width: 100%;
  background-color: #ffffff;
  overflow: hidden;
  padding-block: 8.5rem 4.0625rem;
}
@media screen and (max-width: 767px) {
  .l-footer {
    background-color: #F5F5F5;
    padding: 1.375rem 1.4375rem 1.125rem;
  }
}

.l-footer__top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-inline: 22.5rem;
}
@media screen and (max-width: 767px) {
  .l-footer__top {
    flex-direction: column;
    padding-inline: 0;
  }
}

.l-footer__info {
  position: relative;
  z-index: 2;
}

.l-footer__company {
  font-family: "Outfit", "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 1.875;
  color: #3A3A3A;
}
@media screen and (max-width: 767px) {
  .l-footer__company {
    font-size: 1.25rem;
    line-height: 1.6;
    color: #000000;
  }
}

.l-footer__address {
  font-family: "Outfit", "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 1.875;
  color: #3A3A3A;
}
@media screen and (max-width: 767px) {
  .l-footer__address {
    font-size: 1.25rem;
    line-height: 1.6;
    color: #000000;
  }
}

.l-footer__tel {
  display: inline-block;
  margin-top: 1.625rem;
  font-family: "Outfit", "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 1.875;
  color: #3A3A3A;
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .l-footer__tel {
    margin-top: 1rem;
    font-size: 1.25rem;
    color: #000000;
  }
}
.l-footer__tel:hover {
  opacity: 0.7;
}

@media screen and (max-width: 767px) {
  .l-footer__nav {
    margin-top: 2.25rem;
  }
}

.l-footer__navList {
  list-style: none;
  display: flex;
  align-items: flex-start;
  gap: 2.8125rem;
}
@media screen and (max-width: 767px) {
  .l-footer__navList {
    flex-direction: column;
    gap: 1.25rem;
  }
}

.l-footer__navItem--sol,
.l-footer__navItem--hasSub {
  position: relative;
}

.l-footer__navLink {
  font-family: "Outfit", "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 1.25;
  color: #3A3A3A;
}
@media screen and (max-width: 767px) {
  .l-footer__navLink {
    font-size: 1.5rem;
    color: #000000;
  }
}
.l-footer__navLink:hover {
  opacity: 0.7;
}

.l-footer__navBtn {
  appearance: none;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  text-align: left;
}

.l-footer__navLink--sol {
  display: inline-flex;
  align-items: center;
  gap: 0.6875rem;
}

.l-footer__arrow {
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 0.6875rem solid transparent;
  border-right: 0.6875rem solid transparent;
  border-top: 1.0625rem solid currentColor;
  transition: transform 0.3s ease;
}

.l-footer__navItem--hasSub.is-open .l-footer__arrow {
  transform: scale(-1, -1);
}

.l-footer__sub {
  list-style: none;
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .l-footer__sub {
    margin-top: 0.75rem;
  }
}

.l-footer__sub[hidden] {
  display: none;
}

.l-footer__subLink {
  display: block;
  margin-top: 0.625rem;
  font-family: "Outfit", "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 1.25;
  color: #3A3A3A;
}
@media screen and (max-width: 767px) {
  .l-footer__subLink {
    margin-top: 0.75rem;
    font-size: 1.25rem;
    color: rgba(0, 0, 0, 0.7);
  }
}
.l-footer__subLink:hover {
  opacity: 0.7;
}

.l-footer__sub li:first-child .l-footer__subLink {
  margin-top: 0;
}

.l-footer__logo {
  margin-top: 1.1875rem;
  width: 100%;
  font-family: "Outfit", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 15.625rem;
  line-height: 0.88;
  text-align: center;
  white-space: nowrap;
  color: #E8E8E8;
}
@media screen and (max-width: 767px) {
  .l-footer__logo {
    width: auto;
    margin-top: 1.875rem;
    font-size: 2rem;
    line-height: normal;
    white-space: normal;
    color: #000000;
  }
}

@media screen and (max-width: 767px) {
  .l-footer__logoBr {
    display: none;
  }
}

.l-footer__bottom {
  margin-top: 6.5rem;
  width: 47.8125rem;
  margin-inline: auto;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .l-footer__bottom {
    width: auto;
    margin-top: 0.875rem;
    margin-inline: 0;
    display: block;
    text-align: center;
  }
}

.l-footer__privacy {
  font-family: "Outfit", "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 1.25;
  color: #3A3A3A;
}
@media screen and (max-width: 767px) {
  .l-footer__privacy {
    font-size: 1rem;
    color: rgba(0, 0, 0, 0.7);
  }
}
.l-footer__privacy:hover {
  opacity: 0.7;
}

.l-footer__copy {
  font-family: "Outfit", "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 1.25;
  color: #3A3A3A;
}
@media screen and (max-width: 767px) {
  .l-footer__copy {
    margin-top: 0.5rem;
    font-size: 1rem;
    color: rgba(0, 0, 0, 0.7);
  }
}

.c-hamburger {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 40.5625rem;
  background-color: #000000;
  z-index: 200;
  display: none;
  overflow-y: auto;
}

.c-hamburger.is-active {
  display: block;
}

.c-hamburger__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 4.375rem;
  padding-left: 0.75rem;
  padding-right: 1rem;
}

.c-hamburger__logo a {
  font-family: "Outfit", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 1.25rem;
  color: #ffffff;
  text-decoration: none;
  display: block;
}

.c-hamburger__closeBtn {
  width: 3rem;
  height: 3rem;
  background-color: #ffffff;
  border: none;
  position: relative;
  cursor: pointer;
  flex-shrink: 0;
}

.c-hamburger__closeBtn span {
  display: block;
  width: 1.875rem;
  height: 0.0625rem;
  background-color: #000000;
  position: absolute;
  top: 50%;
  left: 50%;
}

.c-hamburger__closeBtn span:first-child {
  transform: translate(-50%, -50%) rotate(45deg);
}

.c-hamburger__closeBtn span:last-child {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.c-hamburger__nav {
  display: flex;
  justify-content: center;
  padding-top: 3.375rem;
}

.c-hamburger__list {
  list-style: none;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.c-hamburger__item {
  text-align: center;
}

.c-hamburger__item + .c-hamburger__item {
  margin-top: 3.1875rem;
}

.c-hamburger__item--hasSub + .c-hamburger__item {
  margin-top: 2.4375rem;
}

.c-hamburger__item--hasSub + .c-hamburger__item + .c-hamburger__item {
  margin-top: 2.4375rem;
}

.c-hamburger__link {
  font-family: "Outfit", "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 1.25;
  color: #ffffff;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.375rem;
}

.c-hamburger__link--accordion {
  appearance: none;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
}

.c-hamburger__arrow {
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 0.6875rem solid transparent;
  border-right: 0.6875rem solid transparent;
  border-top: 0.625rem solid #ffffff;
  transition: transform 0.3s ease;
}

.c-hamburger__link--accordion.is-active .c-hamburger__arrow {
  transform: scale(-1, -1);
}

.c-hamburger__sub {
  list-style: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.625rem;
  margin-top: 0.5rem;
}

.c-hamburger__sub[hidden] {
  display: none;
}

.c-hamburger__subLink {
  font-family: "Outfit", "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 1.25;
  color: #ffffff;
  text-decoration: none;
  display: block;
}

.p-fv {
  position: relative;
  width: 100%;
  padding-top: 79.4270833333%;
  background-image: url(../imgs/fv/fv-bg.webp);
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .p-fv {
    padding-top: 0;
    background: none;
  }
}

.p-fv__phone {
  position: absolute;
  z-index: 2;
  top: 6.7708333333vw;
  left: 54.53125vw;
  width: 29.75rem;
}
@media screen and (max-width: 767px) {
  .p-fv__phone {
    display: none;
  }
}
.p-fv__phone video {
  display: block;
  width: 100%;
}

.p-fv__spImg {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-fv__spImg {
    display: block;
    width: 100%;
  }
  .p-fv__spImg video {
    width: 100%;
    height: calc(100svh - 4.375rem);
    object-fit: cover;
    object-position: center;
  }
}

@media screen and (max-width: 767px) {
  .p-fv__box {
    width: 100%;
    padding-bottom: 6.875rem;
    background-image: url(../imgs/fv/fv-chart-sp.webp);
    background-position: bottom;
    background-size: cover;
    background-repeat: no-repeat;
  }
}

.p-fv__catch {
  position: absolute;
  z-index: 3;
  top: 19.0625vw;
  left: 18.6979166667vw;
  font-family: "Outfit", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 5.375rem;
  line-height: 1.26;
  letter-spacing: 0.05em;
  color: #3A3A3A;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .p-fv__catch {
    position: relative;
    top: auto;
    left: auto;
    font-size: 3rem;
    color: #000000;
    white-space: normal;
    text-align: center;
    padding-top: 1.25rem;
    padding-left: 2.25rem;
  }
}

.p-fv__en {
  position: absolute;
  z-index: 3;
  top: 71.75rem;
  left: 50%;
  transform: translateX(-50%);
  width: 86.75rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-fv__en {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    transform: none;
  }
}

.p-fv__enSub {
  font-family: "Outfit", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 3rem;
  line-height: 1.26;
  color: #3A3A3A;
}
@media screen and (max-width: 767px) {
  .p-fv__enSub {
    font-size: 1.4375rem;
    color: #000000;
    white-space: nowrap;
    text-align: center;
    margin-top: 2.375rem;
  }
}

.p-fv__enMain {
  font-family: "Outfit", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 7.8125rem;
  line-height: 1.26;
  color: #3A3A3A;
}
@media screen and (max-width: 767px) {
  .p-fv__enMain {
    font-size: 3.6875rem;
    color: #000000;
    text-align: center;
  }
}

.p-fv-concept {
  width: 100%;
}

.p-fv-concept__upper {
  background-color: #F5F5F5;
  display: flex;
  justify-content: center;
  padding-block: 21.5rem 8.9375rem;
}
@media screen and (max-width: 767px) {
  .p-fv-concept__upper {
    padding-block: 5.75rem 2.875rem;
  }
}

.p-fv-concept__textBlock {
  width: 68.375rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-fv-concept__textBlock {
    width: 24.5625rem;
  }
}

.p-fv-concept__label {
  font-family: "Outfit", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 6rem;
  line-height: 1.26;
  letter-spacing: 0.05em;
  color: #00FFFA;
}
@media screen and (max-width: 767px) {
  .p-fv-concept__label {
    font-size: 2.5rem;
    letter-spacing: 0.05em;
  }
}

.p-fv-concept__heading {
  margin-top: 2.125rem;
  font-family: "Outfit", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 7.8125rem;
  line-height: 1.104;
  color: #3A3A3A;
}
@media screen and (max-width: 767px) {
  .p-fv-concept__heading {
    margin-top: 0.75rem;
    font-size: 2.75rem;
    line-height: 1.4090909091;
    color: #000000;
  }
}

.p-fv-concept__subHeading {
  margin-top: 2.125rem;
  font-family: "Outfit", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 2.25rem;
  line-height: 1.4444444444;
  letter-spacing: 0.05em;
  color: #3A3A3A;
}
@media screen and (max-width: 767px) {
  .p-fv-concept__subHeading {
    margin-top: 1.1875rem;
    font-size: 1.25rem;
    line-height: 1.6;
    letter-spacing: 0.05em;
    color: #000000;
  }
}

.p-fv-concept__copy {
  margin-top: 2.125rem;
  font-family: "Outfit", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 5.25rem;
  line-height: 1.5476190476;
  color: #3A3A3A;
}
@media screen and (max-width: 767px) {
  .p-fv-concept__copy {
    margin-top: 1.0625rem;
    font-size: 2.4375rem;
    line-height: 1.55;
    color: #000000;
  }
}

.p-fv-concept__lower {
  position: relative;
  width: 100%;
  overflow: hidden;
  background-image: url("../imgs/fv/concept-lower-bg.webp");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-block: 6.5rem 5.5rem;
}
@media screen and (max-width: 767px) {
  .p-fv-concept__lower {
    padding-block: 3.125rem 4.625rem;
    background-image: url("../imgs/fv/concept-lower-bg-sp.webp");
  }
}

.p-fv-concept__lead {
  position: relative;
  z-index: 4;
  width: 56.1875rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-fv-concept__lead {
    width: 23.0625rem;
  }
}

.p-fv-concept__leadHeading {
  font-family: "Outfit", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 2.25rem;
  line-height: 1.4444444444;
  letter-spacing: 0.05em;
  color: #00FFF7;
}
@media screen and (max-width: 767px) {
  .p-fv-concept__leadHeading {
    font-size: 1.5rem;
    line-height: 2.1666666667;
    letter-spacing: 0.05em;
  }
}

.p-fv-concept__leadBody {
  font-family: "Outfit", "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 2.6;
  letter-spacing: 0.05em;
  color: #00FFF7;
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .p-fv-concept__leadBody {
    font-size: 1rem;
    line-height: 2;
    letter-spacing: 0.04em;
    margin-top: 0.5625rem;
  }
}

.p-fv-concept__polygon {
  position: absolute;
  z-index: 2;
  top: 27.4375rem;
  left: 50%;
  transform: translateX(-50%);
  width: 34.375rem;
  height: auto;
}
@media screen and (max-width: 767px) {
  .p-fv-concept__polygon {
    display: none;
  }
}

.p-fv-concept__nodes {
  list-style: none;
  position: relative;
  z-index: 5;
  width: 100%;
  margin-top: 2.5625rem;
  display: grid;
  grid-template-columns: 1fr 17.375rem 12.0625rem 17.375rem 1fr;
  grid-template-rows: 17.375rem 17.375rem;
  row-gap: 4.1875rem;
  justify-items: center;
}
@media screen and (max-width: 767px) {
  .p-fv-concept__nodes {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 2.375rem;
    gap: 2.375rem;
  }
}

.p-fv-concept__node {
  width: 17.375rem;
  height: 17.375rem;
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.25rem;
  padding-inline: 1.25rem;
  text-align: center;
  border: 1px solid #00FFFA;
}

.p-fv-concept__node--live {
  grid-column: 2/5;
  grid-row: 1;
}

.p-fv-concept__node--connect {
  grid-column: 2;
  grid-row: 2;
}

.p-fv-concept__node--economy {
  grid-column: 4;
  grid-row: 2;
}

.p-fv-concept__nodeLabel {
  font-family: "Outfit", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 2.25rem;
  line-height: 1.3;
  letter-spacing: 0.05em;
  color: #00FFFA;
}
@media screen and (max-width: 767px) {
  .p-fv-concept__nodeLabel {
    font-size: 2.25rem;
  }
}

.p-fv-concept__nodeTitle {
  font-family: "Outfit", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.3;
  letter-spacing: 0.05em;
  color: #00FFFA;
}
@media screen and (max-width: 767px) {
  .p-fv-concept__nodeTitle {
    font-size: 1.5rem;
  }
}

.p-fv-concept__nodeText {
  font-family: "Outfit", "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.3333333333;
  color: #00FFFA;
  margin-top: 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-fv-concept__nodeText {
    font-size: 1.125rem;
  }
}

.p-fv-solution {
  width: 100%;
  background-color: #F5F5F5;
}

.p-fv-solution__inner {
  width: 84.875rem;
  margin-inline: auto;
  text-align: center;
  padding-block: 4.4375rem 6.875rem;
}
@media screen and (max-width: 767px) {
  .p-fv-solution__inner {
    width: 24.875rem;
    padding-block: 5.6875rem;
  }
}

.p-fv-solution__label {
  font-family: "Outfit", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 6rem;
  line-height: 1.26;
  letter-spacing: 0.05em;
  color: #00FFFA;
}
@media screen and (max-width: 767px) {
  .p-fv-solution__label {
    font-size: 2.5rem;
    letter-spacing: 0.05em;
  }
}

.p-fv-solution__heading {
  margin-top: 2.0625rem;
  font-family: "Outfit", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 7.8125rem;
  line-height: 1.26;
  color: #3A3A3A;
}
@media screen and (max-width: 767px) {
  .p-fv-solution__heading {
    margin-top: 0.75rem;
    font-size: 2.75rem;
    color: #000000;
  }
}

.p-fv-solution__lead {
  margin-top: 2.0625rem;
  font-family: "Outfit", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 5.25rem;
  line-height: 1.5476190476;
  color: #3A3A3A;
}
@media screen and (max-width: 767px) {
  .p-fv-solution__lead {
    position: relative;
    left: 0.625rem;
    margin-top: 2.1875rem;
    font-size: 2.25rem;
    line-height: 1.7222222222;
    color: #000000;
  }
}

.p-fv-solution__text {
  margin-top: 2.0625rem;
  font-family: "Outfit", "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 2.6;
  letter-spacing: 0.05em;
  color: #3A3A3A;
}
@media screen and (max-width: 767px) {
  .p-fv-solution__text {
    margin-top: 1.3125rem;
    font-size: 1rem;
    line-height: 2;
    letter-spacing: 0.05em;
    color: #000000;
  }
}

@media screen and (max-width: 767px) {
  .p-fv-solution__jp {
    display: none;
  }
}

.p-marketing {
  position: relative;
  width: 100%;
  height: 33.75rem;
  overflow: hidden;
  background-color: #000000;
  background-image: url("../imgs/marketing/marketing.webp");
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .p-marketing {
    height: 18.125rem;
    background-image: url("../imgs/marketing/marketing-sp.webp");
  }
}

.p-marketing__fvLabel {
  position: absolute;
  z-index: 2;
  top: 8%;
  left: 5.68%;
  font-family: "Outfit", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 2.6;
  letter-spacing: 0.05em;
  color: #ffffff;
  text-shadow: 0 0 0.625rem rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 767px) {
  .p-marketing__fvLabel {
    top: 0.375rem;
    left: 1rem;
    font-size: 1rem;
    letter-spacing: 0.05em;
  }
}

.p-marketing__fvHeading {
  position: absolute;
  z-index: 2;
  top: 16.2%;
  left: 5.36%;
  font-family: "Outfit", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 7.8125rem;
  line-height: 0.92;
  color: #ffffff;
  text-shadow: 0 0 0.625rem rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 767px) {
  .p-marketing__fvHeading {
    top: 2.5625rem;
    left: 1rem;
    font-size: 2.75rem;
    line-height: 0.9318181818;
  }
}

.p-marketing__more {
  position: absolute;
  z-index: 2;
  top: 64.81%;
  left: 5.68%;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  width: 10.9375rem;
  height: 3.75rem;
  padding-left: 1.875rem;
  padding-right: 1.25rem;
  background-color: #ffffff;
  border-radius: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-marketing__more {
    width: 5.9375rem;
    top: 5.625rem;
    left: auto;
    right: 1rem;
    height: 2.0625rem;
    padding-left: 1rem;
    padding-right: 0.625rem;
    gap: 0.5rem;
    border-radius: 1.25rem;
  }
}
.p-marketing__more:hover {
  opacity: 0.7;
}

.p-marketing__moreText {
  font-family: "Outfit", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1;
  letter-spacing: 0.24em;
  color: #3A3A3A;
}
@media screen and (max-width: 767px) {
  .p-marketing__moreText {
    font-size: 0.875rem;
    letter-spacing: 0;
    color: #000000;
  }
}

.p-marketing__moreArrow {
  width: 1.75rem;
  height: auto;
}
@media screen and (max-width: 767px) {
  .p-marketing__moreArrow {
    width: 1.0625rem;
  }
}

.p-marketing__service {
  width: 100%;
  background-color: #F5F5F5;
  overflow-x: hidden;
  padding-top: 8.75rem;
}
@media screen and (max-width: 767px) {
  .p-marketing__service {
    padding-block: 2.9375rem 1.875rem 0 1.875rem;
  }
}

.p-marketing__inner {
  width: 86.6875rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-marketing__inner {
    width: auto;
  }
}

.p-marketing__lead {
  text-align: center;
  font-family: "Outfit", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 5.375rem;
  line-height: 1.3;
  letter-spacing: 0.05em;
  color: #000000;
}
@media screen and (max-width: 767px) {
  .p-marketing__lead {
    font-size: 2.5rem;
    line-height: 1.25;
    letter-spacing: 0.05em;
  }
}

.p-marketing__leadBody {
  max-width: 75rem;
  margin: 4.375rem auto 0;
  text-align: center;
  font-family: "Outfit", "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 2.6;
  letter-spacing: 0.05em;
  color: #000000;
}
@media screen and (max-width: 767px) {
  .p-marketing__leadBody {
    max-width: none;
    margin-top: 2.25rem;
    font-size: 1rem;
    line-height: 2.0625;
    letter-spacing: 0.05em;
  }
}

.p-marketing__phone {
  position: relative;
  left: -1.75rem;
  display: block;
  width: 65.4375rem;
  margin: 7rem auto 0;
}
@media screen and (max-width: 767px) {
  .p-marketing__phone {
    display: none;
  }
}

.p-marketing__phone--sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-marketing__phone--sp {
    left: auto;
    display: block;
    width: 100%;
    margin-top: 4.0625rem;
  }
}

.p-marketing__wrapper {
  margin-top: 10.625rem;
  padding-left: 9.6875rem;
}
@media screen and (max-width: 767px) {
  .p-marketing__wrapper {
    padding: 0rem 1rem;
    margin-top: 0rem;
  }
}

.p-marketing__servicesLabel {
  font-family: "Outfit", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 6rem;
  line-height: 0.6;
  letter-spacing: 0.05em;
  color: #00FFF7;
}
@media screen and (max-width: 767px) {
  .p-marketing__servicesLabel {
    margin-top: 5.625rem;
    margin-left: 0;
    font-size: 2.5rem;
    line-height: 1.26;
    letter-spacing: 0.05em;
  }
}

.p-marketing__block {
  margin-top: 5.625rem;
}
@media screen and (max-width: 767px) {
  .p-marketing__block {
    margin-top: 1.625rem;
    margin-left: 0;
  }
}
.p-marketing__block:first-of-type {
  margin-top: 2.8125rem;
}
@media screen and (max-width: 767px) {
  .p-marketing__block:first-of-type {
    margin-top: 0rem;
  }
}

.p-marketing__blockEn {
  font-family: "Outfit", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 5.375rem;
  line-height: 1.1;
  color: #000000;
}
@media screen and (max-width: 767px) {
  .p-marketing__blockEn {
    font-size: 2.5rem;
    line-height: 1.25;
  }
}

.p-marketing__blockJp {
  margin-top: 1.875rem;
  font-family: "Outfit", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 4rem;
  line-height: 0.8125;
  letter-spacing: 0.05em;
  color: #000000;
}
@media screen and (max-width: 767px) {
  .p-marketing__blockJp {
    margin-top: 0.875rem;
    font-size: 1.75rem;
    letter-spacing: 0.05em;
  }
}

.p-marketing__blockLead {
  max-width: 56.6875rem;
  margin-top: 2.9375rem;
  font-family: "Outfit", "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 2.6;
  letter-spacing: 0.05em;
  color: #000000;
}
@media screen and (max-width: 767px) {
  .p-marketing__blockLead {
    max-width: none;
    margin-top: 0.875rem;
    font-size: 1rem;
    line-height: 1.5;
    letter-spacing: 0.05em;
  }
}

.p-marketing__social {
  display: block;
  width: 86.6875rem;
  height: auto;
  margin: 6.75rem auto 0;
}
@media screen and (max-width: 767px) {
  .p-marketing__social {
    display: none;
  }
}

.p-marketing__social--sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-marketing__social--sp {
    display: block;
    width: 100%;
    margin-top: 3.875rem;
  }
}

.p-creative {
  position: relative;
  width: 100%;
  height: 33.75rem;
  overflow: hidden;
  background-color: #000000;
  background-image: url("../imgs/creative/fv-bg.webp");
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .p-creative {
    height: 18.125rem;
    background-image: url("../imgs/creative/fv-bg-sp.webp");
  }
}

.p-creative__fvLabel {
  position: absolute;
  z-index: 2;
  top: 9%;
  left: 61.72%;
  font-family: "Outfit", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 2.6;
  letter-spacing: 0.05em;
  color: #ffffff;
  text-shadow: 0 0 0.625rem rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 767px) {
  .p-creative__fvLabel {
    top: 0.375rem;
    left: 1rem;
    font-size: 1rem;
    letter-spacing: 0.05em;
  }
}

.p-creative__fvHeading {
  position: absolute;
  z-index: 2;
  top: 19.07%;
  left: 61.41%;
  font-family: "Outfit", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 7.8125rem;
  line-height: 0.92;
  color: #ffffff;
  text-shadow: 0 0 0.625rem rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 767px) {
  .p-creative__fvHeading {
    top: 2.5625rem;
    left: 1rem;
    font-size: 2.75rem;
    line-height: 0.9318181818;
  }
}

.p-creative__more {
  position: absolute;
  z-index: 2;
  top: 76.11%;
  left: 61.72%;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  width: 10.9375rem;
  height: 3.75rem;
  padding-left: 1.875rem;
  padding-right: 1.25rem;
  background-color: #ffffff;
  border-radius: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-creative__more {
    width: 5.9375rem;
    top: 5.625rem;
    left: auto;
    right: 1rem;
    height: 2.0625rem;
    padding-left: 1rem;
    padding-right: 0.625rem;
    gap: 0.5rem;
    border-radius: 1.25rem;
  }
}
.p-creative__more:hover {
  opacity: 0.7;
}

.p-creative__moreText {
  font-family: "Outfit", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1;
  letter-spacing: 0.24em;
  color: #3A3A3A;
}
@media screen and (max-width: 767px) {
  .p-creative__moreText {
    font-size: 0.875rem;
    letter-spacing: 0;
    color: #000000;
  }
}

.p-creative__moreArrow {
  width: 1.75rem;
  height: auto;
}
@media screen and (max-width: 767px) {
  .p-creative__moreArrow {
    width: 1.0625rem;
  }
}

.p-creative__service {
  width: 100%;
  background-color: #F5F5F5;
  overflow-x: hidden;
  padding-top: 8.75rem;
}
@media screen and (max-width: 767px) {
  .p-creative__service {
    padding-top: 2.9375rem;
  }
}

.p-creative__inner {
  width: 86.6875rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-creative__inner {
    width: auto;
  }
}

.p-creative__lead {
  text-align: center;
  font-family: "Outfit", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 5.375rem;
  line-height: 1.3;
  letter-spacing: 0.05em;
  color: #000000;
}
@media screen and (max-width: 767px) {
  .p-creative__lead {
    font-size: 2.5rem;
    line-height: 1.25;
    letter-spacing: 0.05em;
  }
}

.p-creative__leadBody {
  max-width: 75rem;
  margin: 4.375rem auto 0;
  text-align: center;
  font-family: "Outfit", "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 2.6;
  letter-spacing: 0.05em;
  color: #000000;
}
@media screen and (max-width: 767px) {
  .p-creative__leadBody {
    max-width: none;
    margin-top: 2.25rem;
    padding-inline: 1rem;
    font-size: 1rem;
    line-height: 2.0625;
    letter-spacing: 0.05em;
  }
}

.p-creative__phone {
  position: relative;
  left: -0.625rem;
  display: block;
  width: 72.75rem;
  margin: -4.4375rem auto 0;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .p-creative__phone {
    display: none;
  }
}

.p-creative__phone--sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-creative__phone--sp {
    left: auto;
    display: block;
    width: 100%;
    margin-top: -1.5rem;
  }
}

.p-creative__wrapper {
  position: relative;
  z-index: 1;
  margin-top: -1.25rem;
  padding-left: 6.875rem;
}
@media screen and (max-width: 767px) {
  .p-creative__wrapper {
    padding: 0 1rem;
    margin-top: -6.875rem;
  }
}

.p-creative__servicesLabel {
  font-family: "Outfit", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 6rem;
  line-height: 0.6;
  letter-spacing: 0.05em;
  color: #00FFF7;
}
@media screen and (max-width: 767px) {
  .p-creative__servicesLabel {
    margin-top: 5.625rem;
    font-size: 2.5rem;
    line-height: 1.26;
    letter-spacing: 0.05em;
  }
}

.p-creative__block {
  margin-top: 10rem;
}
@media screen and (max-width: 767px) {
  .p-creative__block {
    margin-top: 5.625rem;
  }
}
.p-creative__block:first-of-type {
  margin-top: 2.8125rem;
}
@media screen and (max-width: 767px) {
  .p-creative__block:first-of-type {
    margin-top: 0rem;
  }
}

.p-creative__logos + .p-creative__block {
  margin-top: 13.75rem;
}
@media screen and (max-width: 767px) {
  .p-creative__logos + .p-creative__block {
    margin-top: 5.625rem;
  }
}

.p-creative__blockEn {
  font-family: "Outfit", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 5.375rem;
  line-height: 1.1;
  color: #000000;
}
@media screen and (max-width: 767px) {
  .p-creative__blockEn {
    font-size: 2.5rem;
    line-height: 1.25;
  }
}

.p-creative__blockJp {
  margin-top: 1.875rem;
  font-family: "Outfit", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 4rem;
  line-height: 0.8125;
  letter-spacing: 0.05em;
  color: #000000;
}
@media screen and (max-width: 767px) {
  .p-creative__blockJp {
    margin-top: 0rem;
    font-size: 1.75rem;
    line-height: 1.5;
    letter-spacing: 0.05em;
  }
}

.p-creative__blockLead {
  max-width: 72.9375rem;
  margin-top: 2.9375rem;
  font-family: "Outfit", "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 2.6;
  letter-spacing: 0.05em;
  color: #000000;
}
@media screen and (max-width: 767px) {
  .p-creative__blockLead {
    max-width: none;
    margin-top: 0.875rem;
    font-size: 1rem;
    line-height: 1.5;
    letter-spacing: 0.05em;
  }
}
.p-creative__blockLead.nowrap {
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .p-creative__blockLead.nowrap {
    white-space: wrap;
  }
}

.p-creative__logos {
  width: 100vw;
  margin-top: 3.9375rem;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}
@media screen and (max-width: 767px) {
  .p-creative__logos {
    margin-top: 1.625rem;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
  }
}

.p-creative__logosTrack {
  display: flex;
  width: max-content;
  gap: 4.1875rem;
  animation: p-creative-logoScroll 30s linear infinite;
}
@media screen and (max-width: 767px) {
  .p-creative__logosTrack {
    gap: 0.625rem;
    animation-duration: 18s;
  }
}

.p-creative__logo {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 26.875rem;
  height: 14.6875rem;
  padding-inline: 1.5rem;
  background-color: #ffffff;
}
@media screen and (max-width: 767px) {
  .p-creative__logo {
    width: 8.125rem;
    height: 4.4375rem;
    padding-inline: 0.5rem;
  }
}

.p-creative__logo img {
  max-width: 100%;
  max-height: 11.25rem;
  object-fit: contain;
}
@media screen and (max-width: 767px) {
  .p-creative__logo img {
    max-height: 3.25rem;
  }
}

@keyframes p-creative-logoScroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
.p-creative__bottom {
  display: block;
  width: 100%;
  height: auto;
  margin-top: 2.625rem;
}
@media screen and (max-width: 767px) {
  .p-creative__bottom {
    display: none;
    margin-top: 6.25rem;
  }
}

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

.p-management {
  position: relative;
  width: 100%;
  height: 33.75rem;
  overflow: hidden;
  background-color: #000000;
  background-image: url("../imgs/management/fv-bg.webp");
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .p-management {
    height: 18.125rem;
    background-image: url("../imgs/management/fv-bg-sp.webp");
  }
}

.p-management__fvLabel {
  position: absolute;
  z-index: 2;
  top: 8%;
  left: 5.68%;
  font-family: "Outfit", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 2.6;
  letter-spacing: 0.05em;
  color: #ffffff;
  text-shadow: 0 0 0.625rem rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 767px) {
  .p-management__fvLabel {
    top: 0.5rem;
    left: 5.08%;
    font-size: 1rem;
    letter-spacing: 0.05em;
  }
}

.p-management__fvHeading {
  position: absolute;
  z-index: 2;
  top: 16.2%;
  left: 5.36%;
  font-family: "Outfit", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 7.8125rem;
  line-height: 0.92;
  color: #ffffff;
  text-shadow: 0 0 0.625rem rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 767px) {
  .p-management__fvHeading {
    top: 2.625rem;
    left: 1rem;
    font-size: 2.8125rem;
    line-height: 0.9318181818;
  }
}

.p-management__more {
  position: absolute;
  z-index: 2;
  top: 64.81%;
  left: 5.68%;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  width: 10.9375rem;
  height: 3.75rem;
  padding-left: 1.875rem;
  padding-right: 1.25rem;
  background-color: #ffffff;
  border-radius: 2.5rem;
}
.p-management__more:hover {
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  .p-management__more {
    width: 5.9375rem;
    top: 5.625rem;
    left: auto;
    right: 1rem;
    height: 2.0625rem;
    padding-left: 1rem;
    padding-right: 0.625rem;
    gap: 0.5rem;
    border-radius: 1.25rem;
  }
}

.p-management__moreText {
  font-family: "Outfit", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1;
  letter-spacing: 0.24em;
  color: #3A3A3A;
}
@media screen and (max-width: 767px) {
  .p-management__moreText {
    font-size: 0.875rem;
    letter-spacing: 0;
    color: #000000;
  }
}

.p-management__moreArrow {
  width: 1.75rem;
  height: auto;
}
@media screen and (max-width: 767px) {
  .p-management__moreArrow {
    width: 1.0625rem;
  }
}

.p-management__service {
  width: 100%;
  background-color: #F5F5F5;
  overflow-x: hidden;
  padding-block: 8.8125rem 6.8125rem;
}
@media screen and (max-width: 767px) {
  .p-management__service {
    padding-block: 3rem 1.9375rem;
  }
}

.p-management__inner {
  width: 86.6875rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-management__inner {
    width: auto;
  }
}

.p-management__lead {
  text-align: center;
  font-family: "Outfit", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 5.375rem;
  line-height: 1.3;
  letter-spacing: 0.05em;
  color: #000000;
}
@media screen and (max-width: 767px) {
  .p-management__lead {
    position: relative;
    left: 0.3125rem;
    font-size: 2.5rem;
    line-height: 1.3;
    letter-spacing: 0.05em;
  }
}

.p-management__leadBody {
  max-width: 75rem;
  margin: 4.6875rem auto 0;
  text-align: center;
  font-family: "Outfit", "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 2.6;
  letter-spacing: 0.05em;
  color: #000000;
}
@media screen and (max-width: 767px) {
  .p-management__leadBody {
    max-width: none;
    margin-top: 1.875rem;
    font-size: 1rem;
    line-height: 2.0625;
    letter-spacing: 0.05em;
  }
}

.p-management__photo {
  display: block;
  width: 88.4375rem;
  height: auto;
  margin: 7rem auto 0;
}
@media screen and (max-width: 767px) {
  .p-management__photo {
    display: none;
  }
}

.p-management__photo--sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-management__photo--sp {
    display: block;
    width: 100%;
    margin-top: 6.25rem;
  }
}

.p-management__servicesLabel {
  margin-top: 12.5rem;
  margin-left: 13.125rem;
  font-family: "Outfit", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 6rem;
  line-height: 0.6;
  letter-spacing: 0.05em;
  color: #00FFF7;
}
@media screen and (max-width: 767px) {
  .p-management__servicesLabel {
    margin-top: 3.875rem;
    margin-left: 0;
    padding: 0 1rem;
    font-size: 2.5625rem;
    line-height: 1.26;
    letter-spacing: 0.05em;
  }
}

.p-management__block {
  margin-top: 6.875rem;
  margin-left: 13.125rem;
}
@media screen and (max-width: 767px) {
  .p-management__block {
    margin-top: 3.75rem;
    margin-left: 0;
    padding: 0 1rem;
  }
}
.p-management__block:first-of-type {
  margin-top: 4.875rem;
}
@media screen and (max-width: 767px) {
  .p-management__block:first-of-type {
    margin-top: 0rem;
  }
}

.p-management__blockEn {
  font-family: "Outfit", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 5.375rem;
  line-height: 1.1;
  color: #000000;
}
@media screen and (max-width: 767px) {
  .p-management__blockEn {
    font-size: 2.5rem;
    line-height: 1.3;
  }
}

.p-management__blockJp {
  margin-top: 1.875rem;
  font-family: "Outfit", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 4rem;
  line-height: 0.8125;
  letter-spacing: 0.05em;
  color: #000000;
}
@media screen and (max-width: 767px) {
  .p-management__blockJp {
    margin-top: 0.5rem;
    font-size: 1.75rem;
    letter-spacing: 0.05em;
  }
}

.p-management__blockLead {
  margin-top: 2.9375rem;
  font-family: "Outfit", "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 2.6;
  letter-spacing: 0.05em;
  color: #000000;
}
@media screen and (max-width: 767px) {
  .p-management__blockLead {
    max-width: none;
    margin-top: 1rem;
    font-size: 1rem;
    line-height: 1.5;
    letter-spacing: 0.05em;
  }
}

.p-management__social {
  display: block;
  width: 56.125rem;
  height: auto;
  margin: 10rem auto 0;
}
@media screen and (max-width: 767px) {
  .p-management__social {
    display: none;
  }
}

.p-management__social--sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-management__social--sp {
    display: block;
    width: 97.5%;
    margin: 0;
    margin-top: 3.125rem;
  }
}

.p-consulting {
  position: relative;
  width: 100%;
  height: 33.75rem;
  overflow: hidden;
  background-color: #000000;
  background-image: url("../imgs/consulting/fv-bg.webp");
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .p-consulting {
    height: 18.125rem;
    background-image: url("../imgs/consulting/fv-bg-sp.webp");
  }
}

.p-consulting__fvLabel {
  position: absolute;
  z-index: 2;
  top: 8%;
  left: 62.72%;
  font-family: "Outfit", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 2.6;
  letter-spacing: 0.05em;
  color: #ffffff;
  text-shadow: 0 0 0.625rem rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 767px) {
  .p-consulting__fvLabel {
    top: 0.5rem;
    left: 1rem;
    font-size: 1rem;
    letter-spacing: 0.05em;
  }
}

.p-consulting__fvHeading {
  position: absolute;
  z-index: 2;
  top: 16.2%;
  left: 62.41%;
  font-family: "Outfit", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 7.8125rem;
  line-height: 0.92;
  color: #ffffff;
  text-shadow: 0 0 0.625rem rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 767px) {
  .p-consulting__fvHeading {
    top: 2.625rem;
    left: 1rem;
    font-size: 2.8125rem;
    line-height: 0.9318181818;
  }
}

.p-consulting__more {
  position: absolute;
  z-index: 2;
  top: 64.81%;
  left: 62.72%;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  width: 10.9375rem;
  height: 3.75rem;
  padding-left: 1.875rem;
  padding-right: 1.25rem;
  background-color: #ffffff;
  border-radius: 2.5rem;
}
.p-consulting__more:hover {
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  .p-consulting__more {
    width: 5.9375rem;
    top: 5.625rem;
    left: auto;
    right: 1rem;
    height: 2.0625rem;
    padding-left: 1rem;
    padding-right: 0.625rem;
    gap: 0.5rem;
    border-radius: 1.25rem;
  }
}

.p-consulting__moreText {
  font-family: "Outfit", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1;
  letter-spacing: 0.24em;
  color: #3A3A3A;
}
@media screen and (max-width: 767px) {
  .p-consulting__moreText {
    font-size: 0.875rem;
    letter-spacing: 0;
    color: #000000;
  }
}

.p-consulting__moreArrow {
  width: 1.75rem;
  height: auto;
}
@media screen and (max-width: 767px) {
  .p-consulting__moreArrow {
    width: 1.0625rem;
  }
}

.p-consulting__service {
  width: 100%;
  background-color: #F5F5F5;
  overflow-x: hidden;
  padding-block: 8.8125rem 6.8125rem;
}
@media screen and (max-width: 767px) {
  .p-consulting__service {
    padding-block: 3.625rem 1.9375rem;
  }
}

.p-consulting__inner {
  width: 86.6875rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-consulting__inner {
    width: auto;
  }
}

.p-consulting__lead {
  text-align: center;
  font-family: "Outfit", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 5.375rem;
  line-height: 1.3;
  letter-spacing: 0.05em;
  color: #000000;
}
@media screen and (max-width: 767px) {
  .p-consulting__lead {
    position: relative;
    left: 0.3125rem;
    font-size: 2.5rem;
    line-height: 1.3;
    letter-spacing: 0.05em;
  }
}

.p-consulting__leadBody {
  max-width: 75rem;
  margin: 4.375rem auto 0;
  text-align: center;
  font-family: "Outfit", "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 2.6;
  letter-spacing: 0.05em;
  color: #000000;
}
@media screen and (max-width: 767px) {
  .p-consulting__leadBody {
    max-width: none;
    margin-top: 1.875rem;
    font-size: 1rem;
    line-height: 2.0625;
    letter-spacing: 0.05em;
  }
}

.p-consulting__photo {
  display: block;
  width: 79rem;
  height: auto;
  margin: 5.9375rem auto 0;
  mix-blend-mode: multiply;
}
@media screen and (max-width: 767px) {
  .p-consulting__photo {
    display: none;
  }
}

.p-consulting__photo--sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-consulting__photo--sp {
    display: block;
    width: 100%;
    height: auto;
    margin-top: 2.375rem;
  }
}

.p-consulting__servicesLabel {
  margin-top: 14.375rem;
  margin-left: 11.5625rem;
  font-family: "Outfit", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 6rem;
  line-height: 0.6;
  letter-spacing: 0.05em;
  color: #00FFF7;
}
@media screen and (max-width: 767px) {
  .p-consulting__servicesLabel {
    margin-top: 3.125rem;
    margin-left: 0;
    padding: 0 1rem;
    font-size: 2.5625rem;
    line-height: 1.26;
    letter-spacing: 0.05em;
  }
}

.p-consulting__block {
  margin-top: 6.875rem;
  margin-left: 11.5625rem;
}
@media screen and (max-width: 767px) {
  .p-consulting__block {
    margin-top: 2.8125rem;
    margin-left: 0;
    padding: 0 1rem;
  }
}
.p-consulting__block:first-of-type {
  margin-top: 5.3125rem;
}
@media screen and (max-width: 767px) {
  .p-consulting__block:first-of-type {
    margin-top: 0;
  }
}

.p-consulting__blockEn {
  font-family: "Outfit", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 5.375rem;
  line-height: 1.1;
  color: #000000;
}
@media screen and (max-width: 767px) {
  .p-consulting__blockEn {
    font-size: 2.5rem;
    line-height: 1.3;
  }
}

.p-consulting__blockJp {
  margin-top: 1.875rem;
  font-family: "Outfit", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 4rem;
  line-height: 0.8125;
  letter-spacing: 0.05em;
  color: #000000;
}
@media screen and (max-width: 767px) {
  .p-consulting__blockJp {
    margin-top: 0.5rem;
    font-size: 1.625rem;
    line-height: 1;
    letter-spacing: 0.05em;
  }
}

.p-consulting__blockLead {
  margin-top: 2.9375rem;
  font-family: "Outfit", "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 2.6;
  letter-spacing: 0.05em;
  color: #000000;
}
@media screen and (max-width: 767px) {
  .p-consulting__blockLead {
    max-width: none;
    margin-top: 1rem;
    font-size: 1rem;
    line-height: 1.5;
    letter-spacing: 0.05em;
  }
}

.p-consulting__social {
  display: block;
  width: 77.125rem;
  height: auto;
  margin: 5.625rem auto 0;
}
@media screen and (max-width: 767px) {
  .p-consulting__social {
    display: none;
  }
}

.p-consulting__social--sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-consulting__social--sp {
    display: block;
    width: 92%;
    margin: 3.125rem auto 0 auto;
  }
}

.p-service {
  width: 100%;
  background-color: #F5F5F5;
  overflow-x: hidden;
  padding-block: 8.8125rem 6.8125rem;
}
@media screen and (max-width: 767px) {
  .p-service {
    padding-block: 3rem 1.9375rem;
  }
}

.p-service__inner {
  width: 86.6875rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-service__inner {
    width: auto;
    padding-inline: 1rem;
  }
}

/* ---------- リード ---------- */
.p-service__lead {
  text-align: center;
  font-family: "Outfit", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 5.375rem;
  line-height: 1.3;
  letter-spacing: 0.05em;
  color: #000000;
}
@media screen and (max-width: 767px) {
  .p-service__lead {
    font-size: 2.5625rem;
    line-height: 1.4;
    letter-spacing: 0.05em;
  }
}

.p-service__leadBody {
  max-width: 75rem;
  margin: 4.6875rem auto 0;
  text-align: center;
  font-family: "Outfit", "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 2.6;
  letter-spacing: 0.05em;
  color: #000000;
}
@media screen and (max-width: 767px) {
  .p-service__leadBody {
    max-width: none;
    margin-top: 1.5625rem;
    font-size: 1rem;
    line-height: 2.0625;
    letter-spacing: 0.05em;
  }
}

/* ---------- 電話イラスト(幅はページ毎に可変 = CSS変数) ---------- */
.p-service__phone {
  display: block;
  width: var(--phoneW, 65.4375rem);
  height: auto;
  margin: 7rem auto 0;
}
@media screen and (max-width: 767px) {
  .p-service__phone {
    display: none;
  }
}

.p-service__phone--sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-service__phone--sp {
    display: block;
    width: var(--phoneWSp, 26.625rem);
    height: auto;
    margin: 3.875rem auto 0;
  }
}

/* ---------- SERVICES + 01/02/03 ---------- */
.p-service__servicesLabel {
  margin-top: 8.8125rem;
  margin-left: 5.3125rem;
  font-family: "Outfit", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 6rem;
  line-height: 0.6;
  letter-spacing: 0.05em;
  color: #00FFF7;
}
@media screen and (max-width: 767px) {
  .p-service__servicesLabel {
    margin-top: 3.875rem;
    margin-left: 0;
    font-size: 2.5625rem;
    line-height: 1.26;
    text-align: center;
    letter-spacing: 0.05em;
  }
}

.p-service__servicesLabel--center {
  margin-left: 0;
  text-align: center;
}

.p-service__block {
  margin-top: 4.875rem;
  margin-left: 5.3125rem;
}
@media screen and (max-width: 767px) {
  .p-service__block {
    margin-top: 2.5625rem;
    margin-left: 0;
  }
}

/* ---------- ロゴ帯 (creative 等。block01 と block02 の間) ---------- */
.p-service__logos {
  list-style: none;
  margin-top: 4.875rem;
  display: flex;
  justify-content: center;
  gap: 4.1875rem;
}
@media screen and (max-width: 767px) {
  .p-service__logos {
    margin-top: 2.5625rem;
    flex-wrap: wrap;
    gap: 0.625rem;
  }
}

.p-service__logo {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 26.875rem;
  height: 14.6875rem;
  padding-inline: 1.5rem;
  background-color: #ffffff;
}
@media screen and (max-width: 767px) {
  .p-service__logo {
    width: 8.375rem;
    height: 4.5625rem;
    padding-inline: 0.5rem;
  }
}

.p-service__logo img {
  max-width: 100%;
  max-height: 11.25rem;
  object-fit: contain;
}
@media screen and (max-width: 767px) {
  .p-service__logo img {
    max-height: 3.375rem;
  }
}

.p-service__blockEn {
  font-family: "Outfit", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 5.375rem;
  line-height: 1.1;
  color: #000000;
}
@media screen and (max-width: 767px) {
  .p-service__blockEn {
    font-size: 2.5625rem;
    line-height: 1.1;
  }
}

.p-service__blockJp {
  margin-top: 1.875rem;
  font-family: "Outfit", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 4rem;
  line-height: 0.8125;
  letter-spacing: 0.05em;
  color: #000000;
}
@media screen and (max-width: 767px) {
  .p-service__blockJp {
    margin-top: 0.625rem;
    font-size: 1.8125rem;
    letter-spacing: 0.05em;
  }
}

.p-service__blockLead {
  max-width: 56.6875rem;
  margin-top: 2.9375rem;
  font-family: "Outfit", "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 2.6;
  letter-spacing: 0.05em;
  color: #000000;
}
@media screen and (max-width: 767px) {
  .p-service__blockLead {
    max-width: none;
    margin-top: 0.5rem;
    font-size: 1rem;
    line-height: 1.5;
    letter-spacing: 0.05em;
  }
}

/* ---------- 下部 SNS 手イラスト(幅可変 = CSS変数) ---------- */
.p-service__social {
  display: block;
  width: var(--socialW, 86.6875rem);
  height: auto;
  margin: 6.75rem auto 0;
}
@media screen and (max-width: 767px) {
  .p-service__social {
    display: none;
  }
}

.p-service__social--sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-service__social--sp {
    display: block;
    width: var(--socialWSp, 31.0625rem);
    height: auto;
    margin: 2.5625rem auto 0;
  }
}

.p-company {
  width: 100%;
  background-color: #3A3A3A;
  color: #ffffff;
  padding: 9.375rem 2.5rem 10rem 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-company {
    padding: 6.25rem 0rem 3.75rem 0rem;
  }
}

.p-company__inner {
  width: 75rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-company__inner {
    width: auto;
  }
}

.p-company__head {
  text-align: center;
}

.p-company__label {
  font-family: "Outfit", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 2.25rem;
  line-height: 1.4444444444;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-company__label {
    font-size: 1.5rem;
    line-height: 2.1666666667;
    letter-spacing: 0.05em;
  }
}

.p-company__title {
  font-family: "Outfit", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 7.8125rem;
  line-height: 1.264;
}
@media screen and (max-width: 767px) {
  .p-company__title {
    font-size: 3.25rem;
    line-height: 1.2692307692;
  }
}

.p-company__catch {
  margin-top: 3.5rem;
  font-family: "Outfit", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 2.25rem;
  line-height: 1.4444444444;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-company__catch {
    margin-top: 0.5625rem;
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.8;
    letter-spacing: 0.05em;
  }
}

.p-company__mission {
  margin-top: 5.625rem;
  font-family: "Outfit", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 2.6;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-company__mission {
    margin-top: 2.5625rem;
    font-size: 1rem;
    font-weight: 500;
    line-height: 2;
    letter-spacing: 0.05em;
  }
}

.p-company__info {
  margin-top: 12.6875rem;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .p-company__info {
    padding: 0 0.625rem;
    margin-top: 3.75rem;
  }
}

.p-company__infoTitle {
  font-family: "Outfit", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 7.8125rem;
  line-height: 1.264;
}
@media screen and (max-width: 767px) {
  .p-company__infoTitle {
    font-size: 2.5rem;
    line-height: 1.25;
    padding-left: 1.25rem;
  }
}

.p-company__infoLabel {
  margin-top: 1.3125rem;
  font-family: "Outfit", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 2.25rem;
  line-height: 1.4444444444;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-company__infoLabel {
    margin-top: 0rem;
    font-size: 1.25rem;
    line-height: 2.6;
    letter-spacing: 0.05em;
    padding-left: 1.25rem;
  }
}

.p-company__table {
  margin-top: 1.0625rem;
  margin-left: 14rem;
  font-family: "Outfit", "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 767px) {
  .p-company__table {
    margin-top: 1.5rem;
    margin-left: 0;
  }
}

.p-company__row {
  display: flex;
  align-items: flex-start;
  padding-block: 1.375rem;
}
@media screen and (max-width: 767px) {
  .p-company__row {
    padding-block: 0.625rem;
  }
}

.p-company__row:not(:last-child) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
}

.p-company__row:first-child {
  padding-top: 0;
}

.p-company__row:last-child {
  padding-bottom: 0;
}

.p-company__row dt {
  flex-shrink: 0;
  width: 12.5625rem;
  padding-left: 3.25rem;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 2.1666666667;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-company__row dt {
    width: 7.5rem;
    padding-left: 0;
    font-size: 0.9375rem;
    line-height: 1.75;
    letter-spacing: 0.05em;
    padding-left: 1.125rem;
  }
}

.p-company__row dd {
  flex: 1;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 2.1666666667;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-company__row dd {
    font-size: 0.9375rem;
    line-height: 1.75;
    letter-spacing: 0.05em;
  }
}

@media screen and (max-width: 767px) {
  .p-company__row--widSp {
    flex-wrap: wrap;
  }
  .p-company__row--widSp dt,
  .p-company__row--widSp dd {
    width: 100%;
  }
  .p-company__row--widSp dd {
    line-height: 1.6;
    padding-left: 1.25rem;
    margin-top: 0.25rem;
  }
  .p-company__row--widSp dd span {
    display: inline-block;
    text-indent: -1.2em;
    padding-left: 1.2em;
  }
}

.p-company__tel {
  color: #ffffff;
  text-decoration: underline;
}
.p-company__tel:hover {
  opacity: 0.7;
}

.p-business {
  width: 100%;
}

.p-business__row {
  display: grid;
  grid-template-areas: "stack";
  width: 100%;
  height: 33.75rem;
  overflow: hidden;
  background-image: var(--bg-pc);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .p-business__row {
    height: 18.125rem;
    background-image: var(--bg-sp);
  }
}
.p-business__row:hover .p-business__more {
  opacity: 0.7;
}

.p-business__body {
  grid-area: stack;
  align-self: start;
  justify-self: start;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-business__body {
    margin-top: 1rem;
  }
}

.p-business__body--left {
  margin-left: 6.4375rem;
}
@media screen and (max-width: 767px) {
  .p-business__body--left {
    margin-left: 4%;
  }
}

.p-business__body--right {
  margin-left: 73.6875rem;
}
@media screen and (max-width: 767px) {
  .p-business__body--right {
    margin-left: 4%;
  }
}

.p-business__body--shadow .p-business__label,
.p-business__body--shadow .p-business__heading {
  text-shadow: 0 0 0.625rem rgba(0, 0, 0, 0.5);
}

.p-business__label {
  font-family: "Outfit", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 2.6;
  letter-spacing: 0.05em;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .p-business__label {
    font-size: 1rem;
    line-height: 1.4;
    letter-spacing: 0.05em;
  }
}

.p-business__heading {
  font-family: "Outfit", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 7.8125rem;
  line-height: 0.92;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .p-business__heading {
    margin-top: 0.25rem;
    font-size: 2.6875rem;
    line-height: 0.9318181818;
  }
}

.p-business__more {
  grid-area: stack;
  align-self: start;
  justify-self: start;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  width: 10.9375rem;
  height: 3.75rem;
  padding-inline: 1.9375rem;
  background-color: #ffffff;
  border-radius: 2.5rem;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .p-business__more {
    width: auto;
    height: 2rem;
    padding-inline: 0.875rem;
    gap: 0.5rem;
    border-radius: 1.1875rem;
  }
}

.p-business__more--left {
  margin-top: 21.875rem;
  margin-left: 6.4375rem;
}
@media screen and (max-width: 767px) {
  .p-business__more--left {
    justify-self: end;
    margin-top: 5.5rem;
    margin-left: 0;
    margin-right: 4%;
  }
}

.p-business__more--right {
  margin-top: 21.875rem;
  margin-left: 73.6875rem;
}
@media screen and (max-width: 767px) {
  .p-business__more--right {
    justify-self: end;
    margin-top: 5.5rem;
    margin-left: 0;
    margin-right: 4%;
  }
}

.p-business__moreText {
  font-family: "Outfit", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1;
  letter-spacing: 0.24em;
  color: #3A3A3A;
}
@media screen and (max-width: 767px) {
  .p-business__moreText {
    font-size: 0.875rem;
    letter-spacing: 0;
    color: #000000;
  }
}

.p-business__moreArrow {
  width: 1.75rem;
  height: auto;
}
@media screen and (max-width: 767px) {
  .p-business__moreArrow {
    width: 1.125rem;
  }
}

.p-group {
  position: relative;
  width: 100%;
  background-image: url(../imgs/group/group-bg.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .p-group {
    background-image: url(../imgs/group/group-bg-sp.webp);
  }
}

.p-group__inner {
  position: relative;
  z-index: 2;
  text-align: center;
  padding-top: 19.8125rem;
  padding-bottom: 12rem;
}
@media screen and (max-width: 767px) {
  .p-group__inner {
    padding-top: 5.375rem;
    padding-bottom: 5.375rem;
  }
}

.p-group__heading {
  font-family: "Outfit", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 7.8125rem;
  line-height: 1.26;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .p-group__heading {
    font-size: 2.75rem;
    line-height: 1.2;
  }
}

.p-group__heading--bridge {
  margin-top: 0.6875rem;
  line-height: 1.31;
}
@media screen and (max-width: 767px) {
  .p-group__heading--bridge {
    margin-top: 6.625rem;
    line-height: 1.25;
  }
}

.p-group__spBr {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-group__spBr {
    display: inline;
  }
}

.p-group__sub {
  margin-top: 2.5rem;
  font-family: "Outfit", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 2.25rem;
  line-height: 1.4444444444;
  letter-spacing: 0.05em;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .p-group__sub {
    margin-top: 0.75rem;
    font-size: 1.875rem;
    line-height: 1.625;
    letter-spacing: 0.05em;
  }
}

.p-group__lead {
  margin-top: 1.4375rem;
  font-family: "Outfit", "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 2.6;
  letter-spacing: 0.05em;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .p-group__lead {
    margin-top: 0.375rem;
    font-size: 1rem;
    line-height: 2;
    letter-spacing: 0.05em;
  }
}

.p-group__lead2 {
  margin-top: 3.625rem;
  font-family: "Outfit", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 2.25rem;
  line-height: 1.4444444444;
  letter-spacing: 0.05em;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .p-group__lead2 {
    position: relative;
    left: 0.625rem;
    margin-top: 2.5625rem;
    font-size: 2.25rem;
    line-height: 1.4444444444;
  }
}

.p-group__company {
  margin-top: 11.9375rem;
  font-family: "Outfit", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 2.25rem;
  line-height: 1.4444444444;
  letter-spacing: 0.05em;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .p-group__company {
    display: none;
  }
}

.p-group__logosTrack {
  width: 100%;
  margin-top: 5.0625rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-group__logosTrack {
    margin-top: 2.1875rem;
  }
}

.p-group__logos {
  list-style: none;
  display: flex;
  width: max-content;
  animation: p-group-logoLoop 40s linear infinite;
}
.p-group__logos:hover {
  animation-play-state: paused;
}
@media (prefers-reduced-motion: reduce) {
  .p-group__logos {
    animation: none;
  }
}

@keyframes p-group-logoLoop {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
.p-group__logo {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 26.875rem;
  height: 14.6875rem;
  margin-right: 4.1875rem;
  padding-inline: 1.5rem;
  background-color: #ffffff;
}
@media screen and (max-width: 767px) {
  .p-group__logo {
    width: 8.125rem;
    height: 4.4375rem;
    margin-right: 0.625rem;
    padding-inline: 0.5rem;
  }
}

.p-group__logo img {
  max-width: 100%;
  max-height: 11.25rem;
  object-fit: contain;
}
@media screen and (max-width: 767px) {
  .p-group__logo img {
    max-height: 3.25rem;
  }
}

.p-group__more {
  margin-top: 3.6875rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 1.25rem;
  width: 10.9375rem;
  height: 3.875rem;
  background-color: #00FFFA;
  border-radius: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-group__more {
    margin-top: 2rem;
    gap: 0.5rem;
    width: 5.9375rem;
    height: 2.0625rem;
    border-radius: 1.25rem;
  }
}
.p-group__more:hover {
  opacity: 0.7;
}

.p-group__moreText {
  font-family: "Outfit", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1;
  letter-spacing: 0.24em;
  color: #3A3A3A;
}
@media screen and (max-width: 767px) {
  .p-group__moreText {
    font-size: 0.875rem;
    letter-spacing: 0;
    color: #000000;
  }
}

.p-group__moreArrow {
  width: 1.75rem;
  height: auto;
}
@media screen and (max-width: 767px) {
  .p-group__moreArrow {
    width: 0.9375rem;
  }
}

.p-contact {
  width: 100%;
  background-color: #F5F5F5;
  color: #000000;
  padding: 5rem 2.5rem 5rem 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-contact {
    padding: 3.75rem 1rem 3.125rem 1rem;
  }
}

.p-contact__inner {
  width: 75rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-contact__inner {
    width: auto;
  }
}

.p-contact__label-en {
  text-align: center;
}

.p-contact__sub {
  text-align: center;
  font-family: "Outfit", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 2.25rem;
  line-height: 1.4444444444;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-contact__sub {
    font-size: 1.5rem;
  }
}

.p-contact__title {
  text-align: center;
  font-family: "Outfit", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 7.8125rem;
  line-height: 1.264;
}
@media screen and (max-width: 767px) {
  .p-contact__title {
    font-size: 3.5rem;
  }
}

.p-contact__lead {
  margin-top: 2.75rem;
  text-align: center;
  font-family: "Outfit", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.75;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-contact__lead {
    margin-top: 1.5rem;
    font-size: 0.9375rem;
    line-height: 1.8;
    text-align: left;
  }
}

.p-contact__formWrap {
  margin-top: 5.0625rem;
}
@media screen and (max-width: 767px) {
  .p-contact__formWrap {
    margin-top: 2.5rem;
  }
}

.p-contact__row {
  display: flex;
  align-items: flex-start;
  margin-top: 2.1875rem;
}
.p-contact__row:first-child {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .p-contact__row {
    flex-direction: column;
    margin-top: 1.5rem;
  }
}

.p-contact__label {
  flex-shrink: 0;
  width: 17.25rem;
  padding-top: 0.75rem;
  font-family: "Outfit", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.75;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-contact__label {
    width: auto;
    padding-top: 0;
    margin-bottom: 0.5rem;
    font-size: 1rem;
  }
}

.p-contact__req {
  margin-left: 0.1em;
}

.p-contact__field {
  flex: 1;
}
@media screen and (max-width: 767px) {
  .p-contact__field {
    width: 100%;
  }
}

.p-contact__field input,
.p-contact__field select,
.p-contact__field textarea {
  width: 57.75rem;
  max-width: 100%;
  height: 4.0625rem;
  padding-inline: 1.6875rem;
  background-color: #ffffff;
  border: none;
  border-radius: 1.25rem;
  font-family: "Outfit", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 1.5rem;
  letter-spacing: 0.05em;
  color: #000000;
}
@media screen and (max-width: 767px) {
  .p-contact__field input,
  .p-contact__field select,
  .p-contact__field textarea {
    width: 100%;
    height: 3.25rem;
    padding-inline: 1rem;
    border-radius: 0.75rem;
    font-size: 0.9375rem;
  }
}

.p-contact__field--select select {
  width: 26.5rem;
  appearance: none;
  background-image: linear-gradient(45deg, transparent 50%, #D9D9D9 50%), linear-gradient(135deg, #D9D9D9 50%, transparent 50%);
  background-position: calc(100% - 2.1875rem) center, calc(100% - 1.3125rem) center;
  background-size: 0.875rem 1.125rem, 0.875rem 1.125rem;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .p-contact__field--select select {
    width: 100%;
  }
}

.p-contact__field textarea {
  height: 22.8125rem;
  padding-block: 1.25rem;
  resize: vertical;
}
@media screen and (max-width: 767px) {
  .p-contact__field textarea {
    height: 15rem;
    padding-block: 0.75rem;
  }
}

.p-contact__field input::placeholder,
.p-contact__field textarea::placeholder {
  color: #b4b4b4;
}

.p-contact__agree {
  margin-top: 4.125rem;
  text-align: center;
  font-family: "Outfit", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.75;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-contact__agree {
    margin-top: 1.875rem;
    font-size: 0.9375rem;
  }
}
.p-contact__agree label {
  cursor: pointer;
}

.p-contact__agree input[type=checkbox] {
  position: relative;
  top: -0.125rem;
  width: 2.4375rem;
  height: 2.4375rem;
  margin-right: 1rem;
  vertical-align: middle;
  border: none !important;
  border-radius: 0.625rem;
  background-color: #ffffff;
  appearance: none;
  -webkit-appearance: none;
  outline: none;
  box-shadow: none !important;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .p-contact__agree input[type=checkbox] {
    width: 1.375rem;
    height: 1.375rem;
    border-radius: 0.3125rem;
  }
}

.p-contact__agree input[type=checkbox]:checked {
  background-color: #000000;
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='14' viewBox='0 0 18 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 7L7 12L16 2' stroke='%2300FFF7' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 1.125rem 0.875rem;
}
@media screen and (max-width: 767px) {
  .p-contact__agree input[type=checkbox]:checked {
    background-size: 0.75rem 0.5625rem;
  }
}

.p-contact__agree a {
  color: #000000;
  text-decoration: underline;
}

.p-contact__agree .wpcf7-list-item {
  margin: 0;
}

.p-contact__submit {
  margin-top: 4rem;
  text-align: center;
  padding-left: 6.25rem;
}
@media screen and (max-width: 767px) {
  .p-contact__submit {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column;
    margin: 1.875rem auto 0 auto;
    padding-left: 0rem;
  }
}

.p-contact__submit input[type=submit],
.p-contact__submit .wpcf7-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 10.9375rem;
  height: 3.75rem;
  background-color: #000000;
  border: none;
  border-radius: 2.5rem;
  font-family: "Outfit", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 1.25rem;
  letter-spacing: 0.24em;
  color: #00FFF7;
  padding-right: 1.125rem;
  cursor: pointer;
  background-image: url("../imgs/contact/btn_arrow.svg");
  background-repeat: no-repeat;
  background-position: right 1.25rem center;
  background-size: 1.8125rem 0.9375rem;
}
@media screen and (max-width: 767px) {
  .p-contact__submit input[type=submit],
  .p-contact__submit .wpcf7-submit {
    width: 9.375rem;
    height: 3.125rem;
    font-size: 1rem;
    background-position: right 1rem center;
  }
}

.p-contact__submit input[type=submit]:not(:disabled):hover,
.p-contact__submit .wpcf7-submit:not(:disabled):hover {
  opacity: 0.7;
}

.p-contact__submit input[type=submit]:disabled,
.p-contact__submit .wpcf7-submit:disabled {
  opacity: 1;
  cursor: not-allowed;
}

.p-contact .wpcf7-not-valid-tip {
  color: #ff0000;
  font-size: 1.0625rem;
  margin-top: 0.3125rem;
}

.p-contact .wpcf7-response-output {
  margin-top: 2rem;
  text-align: center;
  font-family: "Outfit", "Noto Sans JP", sans-serif;
}

.p-thanks {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 60vh;
  padding-block: 12.5rem;
  background-color: #F5F5F5;
  color: #000000;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-thanks {
    min-height: 70vh;
    padding-block: 5.8125rem;
    padding-inline: 1.5625rem;
  }
}

.p-thanks__en {
  font-family: "Outfit", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 7.8125rem;
  line-height: 1.1;
  letter-spacing: 0.016em;
}
@media screen and (max-width: 767px) {
  .p-thanks__en {
    font-size: 3.0625rem;
  }
}

.p-thanks__title {
  margin-top: 1.5rem;
  font-family: "Outfit", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 2.25rem;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .p-thanks__title {
    margin-top: 0.75rem;
    font-size: 1.125rem;
  }
}

.p-thanks__text {
  margin-top: 2rem;
  font-family: "Outfit", "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .p-thanks__text {
    margin-top: 1rem;
    font-size: 0.9375rem;
    line-height: 1.9;
  }
}

.p-thanks__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 3.75rem;
  min-width: 18.75rem;
  height: 4.5rem;
  padding-inline: 2.5rem;
  background-color: #000000;
  border-radius: 2.5rem;
  font-family: "Outfit", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 1.25rem;
  letter-spacing: 0.125em;
  color: #00FFF7;
}
@media screen and (max-width: 767px) {
  .p-thanks__btn {
    margin-top: 2.0625rem;
    min-width: 12.875rem;
    height: 3.375rem;
    font-size: 0.9375rem;
  }
}

.p-privacy {
  width: 100%;
  background-color: #F5F5F5;
  color: #000000;
  padding: 7.5rem 2.5rem 5rem 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-privacy {
    padding: 3.75rem 1rem 3.125rem 1rem;
  }
}

.p-privacy__inner {
  width: 75rem;
  max-width: 100%;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-privacy__inner {
    width: auto;
  }
}

.p-privacy__title {
  font-family: "Outfit", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 4rem;
  line-height: 1.26;
  white-space: nowrap;
  letter-spacing: -0.01em;
}
@media screen and (max-width: 767px) {
  .p-privacy__title {
    text-align: center;
    font-size: 1.625rem;
  }
}

.p-privacy__lead {
  margin-top: 4.875rem;
  font-family: "Outfit", "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 1.65;
}
@media screen and (max-width: 767px) {
  .p-privacy__lead {
    margin-top: 2.125rem;
    font-size: 0.9375rem;
    line-height: 1.8;
  }
}

.p-privacy__article {
  margin-top: 2.0625rem;
}
@media screen and (max-width: 767px) {
  .p-privacy__article {
    margin-top: 1.5rem;
  }
}

.p-privacy__article:last-child {
  margin-top: 4.125rem;
}
@media screen and (max-width: 767px) {
  .p-privacy__article:last-child {
    margin-top: 2.5rem;
  }
}

.p-privacy__articleTitle {
  font-family: "Outfit", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.65;
}
@media screen and (max-width: 767px) {
  .p-privacy__articleTitle {
    font-size: 1rem;
    line-height: 1.8;
  }
}

.p-privacy__text {
  font-family: "Outfit", "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 1.65;
}
@media screen and (max-width: 767px) {
  .p-privacy__text {
    font-size: 0.9375rem;
    line-height: 1.8;
  }
}

.p-privacy__list {
  padding-left: 1.875rem;
  list-style: disc;
}
@media screen and (max-width: 767px) {
  .p-privacy__list {
    padding-left: 1.25rem;
  }
}

.p-privacy__list li {
  font-family: "Outfit", "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 1.65;
}
@media screen and (max-width: 767px) {
  .p-privacy__list li {
    font-size: 0.9375rem;
    line-height: 1.8;
  }
}

.p-privacy__red {
  color: #ff0000;
}

.p-404 {
  padding: 11.25rem 2.5rem 10rem;
  min-height: calc(100svh - 12.5rem);
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-404 {
    padding: 7.5rem 1.25rem 6.25rem;
    min-height: calc(100svh - 10rem);
  }
}

.p-404__inner {
  width: 100%;
  max-width: 50rem;
  margin-inline: auto;
  text-align: center;
}

.p-404__en {
  font-family: "Outfit", "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 7.5rem;
  line-height: 1;
  color: #3A3A3A;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .p-404__en {
    font-size: 5rem;
  }
}

.p-404__title {
  margin-top: 2rem;
  font-family: "Outfit", "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 2rem;
  line-height: 1.5;
  color: #3A3A3A;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .p-404__title {
    margin-top: 1.5rem;
    font-size: 1.5rem;
  }
}

.p-404__text {
  margin-top: 1.5rem;
  font-family: "Outfit", "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 2;
  color: #3A3A3A;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .p-404__text {
    margin-top: 1.25rem;
    font-size: 0.875rem;
    line-height: 1.8;
    text-align: left;
  }
  .p-404__text br {
    display: none;
  }
}

.p-404__btnWrap {
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  .p-404__btnWrap {
    margin-top: 2.5rem;
  }
}

.p-404__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 15rem;
  min-height: 3.5rem;
  padding: 0.875rem 2rem;
  border: 1px solid #3A3A3A;
  border-radius: 62.4375rem;
  font-family: "Outfit", "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5;
  color: #3A3A3A;
  text-decoration: none;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 767px) {
  .p-404__btn {
    min-width: 13.75rem;
    min-height: 3.25rem;
    font-size: 0.9375rem;
  }
}
.p-404__btn:hover {
  opacity: 0.7;
}

@media screen and (max-width: 767px) {
  .u-pc {
    display: none !important;
  }
}

.u-sp {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .u-sp {
    display: block !important;
  }
}

.u-sp-inline {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .u-sp-inline {
    display: inline-block !important;
  }
}

.u-sp-flex {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .u-sp-flex {
    display: flex !important;
  }
}
