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

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

html {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

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

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

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

html {
  overflow-x: hidden;
  width: 100%;
}
@media screen and (max-width: 1059px) and (min-width: 768px) {
  html {
    font-size: calc(16 / 1060 * 100vw);
  }
}
@media screen and (max-width: 389px) {
  html {
    font-size: calc(16 / 390 * 100vw);
  }
}

body {
  overflow-x: hidden;
  width: 100%;
  margin: 0;
  padding: 0;
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
}

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

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

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

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

input,
textarea,
select {
  font: inherit;
}

@media (min-width: 768px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
.l-inner {
  position: relative;
  width: 100%;
  max-width: 1060px;
  height: inherit;
  padding: 0 2.5rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .l-inner {
    width: 100%;
    max-width: 640px;
    padding: 0 1.25rem;
  }
}

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

.l-section {
  position: relative;
  padding: 100px 0;
}
@media screen and (max-width: 767px) {
  .l-section {
    padding: 60px 0;
  }
}

.c-btn-amazon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  padding: 16px;
  background-color: #000000;
  color: #ffffff;
  text-decoration: none;
  border-radius: 60px;
  -webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.6;
  white-space: nowrap;
}
.c-btn-amazon:hover {
  background-color: #ffffff;
  color: #000000;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  -webkit-box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.3);
}
.c-btn-amazon:hover .c-btn-amazon__icon svg path {
  stroke: #000000;
  fill: #000000;
}
.c-btn-amazon:active {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
}
.c-btn-amazon__text {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.6;
  color: inherit;
}
.c-btn-amazon__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 13px;
  height: 14px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  color: inherit;
}
.c-btn-amazon__icon svg {
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.c-btn-amazon__icon svg path {
  stroke: #ffffff;
  fill: #ffffff;
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

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

.p-header {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  padding: 1.25rem 5rem;
  background: rgba(255, 255, 255, 0.6);
}
@media screen and (max-width: 767px) {
  .p-header {
    padding: 0.25rem 0.625rem;
    height: 3.75rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.p-header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-header__inner {
    margin: 0 auto;
  }
}

.p-header__logo {
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.6;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .p-header__logo {
    font-size: 1rem;
  }
}

.p-header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.875rem;
}
@media screen and (max-width: 767px) {
  .p-header__nav {
    display: none;
  }
}

.p-header__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.875rem;
}
.p-header__list li a {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.6;
  text-decoration: none;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.p-header__list li a:hover {
  color: #0ea5e9;
}

.p-header__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem;
  padding: 0.5rem 1rem;
  background: #0ea5e9;
  border-radius: 3.75rem;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.p-header__btn span {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.6;
  color: #ffffff;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.p-header__btn:hover {
  background: #ffffff;
  color: #0ea5e9;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  -webkit-box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.3);
}
.p-header__btn:hover span {
  color: #0ea5e9;
}
.p-header__btn:hover .p-header__btn-icon {
  -webkit-filter: brightness(0) saturate(100%) invert(60%) sepia(88%) saturate(1685%) hue-rotate(180deg) brightness(98%) contrast(97%);
          filter: brightness(0) saturate(100%) invert(60%) sepia(88%) saturate(1685%) hue-rotate(180deg) brightness(98%) contrast(97%);
}

.p-header__btn-icon {
  width: 0.8125rem;
  height: 0.875rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transition: -webkit-filter 0.3s ease;
  transition: -webkit-filter 0.3s ease;
  transition: filter 0.3s ease;
  transition: filter 0.3s ease, -webkit-filter 0.3s ease;
}

.p-drawer__icon {
  position: fixed;
  z-index: 102;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  top: 0.5rem;
  right: 0.625rem;
  width: 2.875rem;
  height: 2.875rem;
  padding: 0.3125rem;
  gap: 0.5rem;
}
@media screen and (min-width: 768px) {
  .p-drawer__icon {
    display: none;
  }
}

.p-drawer__icon--bar {
  width: 1.75rem;
  height: 2px;
  background: #000;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform-origin: center;
          transform-origin: center;
  position: relative;
}

.p-drawer__icon.js-show .p-drawer__icon--bar:nth-child(1) {
  -webkit-transform: rotate(45deg) translate(0, 0);
          transform: rotate(45deg) translate(0, 0);
  position: absolute;
}
.p-drawer__icon.js-show .p-drawer__icon--bar:nth-child(2) {
  opacity: 0;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
}
.p-drawer__icon.js-show .p-drawer__icon--bar:nth-child(3) {
  -webkit-transform: rotate(-45deg) translate(0, 0);
          transform: rotate(-45deg) translate(0, 0);
  position: absolute;
}

.p-drawer {
  position: fixed;
  z-index: 101;
  overflow-y: auto;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  height: 100svh;
  background: #475569;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}
.p-drawer.js-show {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.p-drawer.js-show::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3.75rem;
  background: rgba(255, 255, 255, 0.6);
  z-index: 1;
}

.p-drawer__header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3.75rem;
  padding: 0.25rem 0.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  z-index: 2;
  pointer-events: none;
}
.p-drawer__header-logo {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  color: #000;
  text-decoration: none;
  pointer-events: auto;
}

.p-drawer__body {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 3.75rem;
  padding-top: 3.75rem;
  gap: 2.875rem;
}

.p-drawer__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.875rem;
}
.p-drawer__list li a {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.6;
  color: #ffffff;
  text-decoration: none;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.p-drawer__list li a:hover {
  color: #0ea5e9;
}

.p-drawer__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem;
  padding: 0.875rem 1.5rem;
  background: #0ea5e9;
  border-radius: 3.75rem;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.p-drawer__btn span {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.6;
  color: #ffffff;
}
.p-drawer__btn:hover {
  background: #0284c7;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}

.p-drawer__btn-icon {
  width: 0.8125rem;
  height: 0.875rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.p-footer {
  background-color: #271932;
  padding: 6.25rem 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 5rem;
}
.p-footer__nav-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.75rem;
}
.p-footer__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2.875rem;
}
.p-footer__nav-item {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.6;
  color: #ffffff;
  text-decoration: none;
  white-space: nowrap;
}
.p-footer__nav-item:hover {
  opacity: 0.8;
}
.p-footer__contact-btn {
  background-color: #0ea5e9;
  padding: 0.5rem 1rem;
  border-radius: 3.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.625rem;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.p-footer__contact-btn:hover {
  background-color: #ffffff;
  color: #0ea5e9;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  -webkit-box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.3);
}
.p-footer__contact-btn:hover span {
  color: #0ea5e9;
}
.p-footer__contact-btn:hover .p-header__btn-icon {
  -webkit-filter: brightness(0) saturate(100%) invert(60%) sepia(88%) saturate(1685%) hue-rotate(180deg) brightness(98%) contrast(97%);
          filter: brightness(0) saturate(100%) invert(60%) sepia(88%) saturate(1685%) hue-rotate(180deg) brightness(98%) contrast(97%);
}
.p-footer__contact-btn span {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.6;
  color: #ffffff;
  white-space: nowrap;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.p-footer__contact-btn svg {
  width: 0.8125rem;
  height: 0.875rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.p-footer__contact-btn svg path {
  stroke: #ffffff;
  fill: #ffffff;
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.p-footer__contact-btn img {
  width: 0.8125rem;
  height: 0.875rem;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transition: -webkit-filter 0.3s ease;
  transition: -webkit-filter 0.3s ease;
  transition: filter 0.3s ease;
  transition: filter 0.3s ease, -webkit-filter 0.3s ease;
}
.p-footer__company-name {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.6;
  color: #ffffff;
  white-space: nowrap;
}
.p-footer__legal-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0.5rem;
}
.p-footer__legal-section-item {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.5;
  color: #ffffff;
  white-space: nowrap;
}
.p-footer__legal-section a {
  color: #ffffff;
  text-decoration: none;
}
.p-footer__legal-section a:hover {
  opacity: 0.8;
}
@media screen and (max-width: 767px) {
  .p-footer {
    padding: 3.75rem 1.25rem;
    gap: 2.5rem;
  }
  .p-footer__nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .p-footer__nav-item {
    font-size: 0.875rem;
  }
  .p-footer__contact-btn {
    padding: 0.75rem 1.25rem;
  }
  .p-footer__contact-btn span {
    font-size: 0.875rem;
  }
  .p-footer__company-name {
    font-size: 1rem;
    text-align: center;
  }
  .p-footer__legal-section {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .p-footer__legal-section-item {
    font-size: 0.75rem;
    text-align: center;
  }
}

.p-fv {
  position: relative;
  width: 100%;
  height: 800px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-fv {
    height: 730px;
  }
}
.p-fv__bg {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
.p-fv__bg-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
}
@media screen and (max-width: 767px) {
  .p-fv__bg-image {
    -o-object-position: 40% top;
       object-position: 40% top;
  }
}
@media screen and (max-width: 500px) {
  .p-fv__bg-image--pc {
    display: none;
  }
}
.p-fv__bg-image--sp {
  display: none;
}
@media screen and (max-width: 500px) {
  .p-fv__bg-image--sp {
    display: block;
  }
}
.p-fv__catchcopy {
  position: absolute;
  top: 400px;
  right: 85px;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.6;
  color: #ffffff;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .p-fv__catchcopy {
    top: 385px;
    right: 10px;
    font-size: 28px;
    text-align: right;
  }
}

.p-about {
  position: relative;
  width: 100%;
  height: 768px;
  overflow: hidden;
}
.p-about__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-about__bg-image {
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-about__bg-image--pc {
  display: block;
}
@media screen and (max-width: 767px) {
  .p-about__bg-image--pc {
    display: none;
  }
}
.p-about__bg-image--sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-about__bg-image--sp {
    display: block;
  }
}
.p-about__bg-text {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 12.5rem;
  font-weight: 700;
  line-height: 0.8;
  color: #475569;
  white-space: nowrap;
}
.p-about__bg-text p {
  margin: 0;
}
.p-about__content {
  position: absolute;
  top: 206px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 35px;
}
.p-about__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-about__title-icon {
  width: 2.625rem;
  height: 2px;
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.p-about__title-icon img {
  position: absolute;
  top: -0.5px;
  left: -1.19%;
  width: 100%;
  height: auto;
  display: block;
  max-width: none;
}
.p-about__title-text {
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 1.6;
  color: #ffffff;
  padding-left: 5px;
}
.p-about__subtitle {
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.6;
  color: #06b6d4;
  white-space: nowrap;
  width: 100%;
}
.p-about__description {
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.6;
  color: #ffffff;
  width: 100%;
  white-space: nowrap;
}
.p-about__message {
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.6;
  color: #ffffff;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .p-about {
    height: 700px;
  }
  .p-about__bg-text {
    font-size: 5rem;
    top: 20px;
    left: 20px;
  }
  .p-about__content {
    top: 150px;
    width: 90%;
    max-width: 400px;
    gap: 35px;
  }
  .p-about__title {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .p-about__title-text {
    font-size: 24px;
  }
  .p-about__subtitle, .p-about__description, .p-about__message {
    font-size: 1rem;
    white-space: normal;
  }
  .p-about__message {
    white-space: normal;
  }
}

.p-news {
  background-color: #94a3b8;
  padding: 100px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 32px;
}
.p-news__title-wrap {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 10px;
}
.p-news__title-container {
  position: relative;
  width: 1210px;
  height: 231px;
}
.p-news__title {
  position: absolute;
  left: 0;
  top: 11.4375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 0.625rem;
}
.p-news__title-icon {
  width: 2.625rem;
  height: 2.625rem;
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.p-news__title-icon img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-news__title-text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 1.6;
  color: #ffffff;
  white-space: nowrap;
}
.p-news__bg-text {
  position: absolute;
  right: 0;
  top: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 200px;
  font-weight: 700;
  line-height: 0.8;
  color: rgba(71, 85, 105, 0.2);
  text-align: right;
  white-space: nowrap;
}
.p-news__list {
  width: 100%;
  max-width: 725px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px;
}
.p-news__item {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 40px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.6;
  color: #ffffff;
}
.p-news__date {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  white-space: nowrap;
}
.p-news__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  word-wrap: break-word;
  overflow-wrap: break-word;
  line-height: 1.6;
}
@media screen and (max-width: 1240px) {
  .p-news {
    padding: 5rem 2.5rem;
    gap: 2rem;
  }
  .p-news__title-wrap {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .p-news__title-container {
    width: 100%;
    max-width: 56.25rem;
    height: 12.5rem;
  }
  .p-news__title {
    top: 8.125rem;
    gap: 0.5rem;
  }
  .p-news__title-icon {
    width: 2.25rem;
    height: 2.25rem;
  }
  .p-news__title-text {
    font-size: 1.625rem;
  }
  .p-news__bg-text {
    font-size: 9.375rem;
  }
  .p-news__list {
    width: 100%;
    max-width: 37.5rem;
    gap: 1.5rem;
  }
  .p-news__item {
    gap: 1.875rem;
    font-size: 0.9375rem;
  }
  .p-news__date {
    font-size: 0.9375rem;
  }
  .p-news__content {
    font-size: 0.9375rem;
  }
}
@media screen and (max-width: 767px) {
  .p-news {
    padding: 3.75rem 1.25rem;
    gap: 0.625rem;
  }
  .p-news__title-wrap {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .p-news__title-container {
    width: 100%;
    height: auto;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .p-news__title {
    position: static;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-top: 1.875rem;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0.625rem;
  }
  .p-news__title-icon {
    width: 2rem;
    height: 2rem;
  }
  .p-news__title-text {
    font-size: 1.5rem;
  }
  .p-news__bg-text {
    font-size: 5rem;
    position: static;
    -webkit-transform: none;
            transform: none;
    text-align: right;
    margin-bottom: 1.25rem;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .p-news__list {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.25rem;
  }
  .p-news__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 0.625rem;
  }
  .p-news__date {
    font-size: 0.875rem;
  }
  .p-news__content {
    font-size: 0.875rem;
  }
}

.p-marketplace {
  position: relative;
  padding-top: 5rem;
  background: #ffffff;
  overflow: hidden;
}

.p-marketplace__bg-text {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 12.5rem;
  font-weight: 700;
  line-height: 0.8;
  color: #f0f9ff;
  z-index: 1;
}
.p-marketplace__bg-text span {
  display: block;
}
@media screen and (max-width: 767px) {
  .p-marketplace__bg-text {
    font-size: 3.75rem;
    text-align: center;
  }
}

.p-marketplace__inner {
  position: relative;
  z-index: 2;
  max-width: 61.25rem;
  margin: 0 auto;
  padding: 0 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-marketplace__inner {
    padding: 0 1.25rem;
  }
}

.p-marketplace__title-container {
  position: relative;
  z-index: 2;
  margin-bottom: 5rem;
  max-width: 61.25rem;
  margin-top: 10.8125rem;
}
@media screen and (max-width: 1000px) {
  .p-marketplace__title-container {
    margin-bottom: 3.75rem;
    margin-top: 5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-marketplace__title-container {
    margin-bottom: 2.5rem;
    margin-top: 5rem;
  }
}

.p-marketplace__number {
  font-weight: 700;
  font-size: 3.75rem;
  line-height: 1.6;
  color: #000;
  margin-bottom: 2rem;
}
@media screen and (max-width: 1000px) {
  .p-marketplace__number {
    font-size: 3rem;
    margin-bottom: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-marketplace__number {
    font-size: 2.25rem;
    margin-bottom: 1.25rem;
  }
}

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

.p-marketplace__title {
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-marketplace__title {
    font-size: 1.5rem;
  }
}

.p-marketplace__subtitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-marketplace__subtitle {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.25rem;
  }
}

.p-marketplace__subtitle--accent {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.6;
  color: #06b6d4;
}
@media screen and (max-width: 767px) {
  .p-marketplace__subtitle--accent {
    font-size: 1rem;
  }
}

.p-marketplace__subtitle--text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .p-marketplace__subtitle--text {
    font-size: 0.875rem;
  }
}

.p-marketplace__services {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2.5rem;
  padding: 5rem 3.75rem;
  background: #475569;
  width: 100vw;
  margin: 5rem calc(50% - 50vw) 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .p-marketplace__services {
    padding: 2.5rem 1.25rem;
    gap: 1.875rem;
    margin: 2.5rem calc(50% - 50vw) 0;
  }
}

.p-marketplace__services-label {
  position: absolute;
  top: -1.75rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #94a3b8;
  padding: 0.625rem 1.25rem;
}
.p-marketplace__services-label p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.6;
  color: #ffffff;
  text-align: center;
  margin: 0;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .p-marketplace__services-label {
    position: static;
    -webkit-transform: none;
            transform: none;
    margin-bottom: 1.25rem;
  }
  .p-marketplace__services-label p {
    font-size: 0.875rem;
  }
}

.p-marketplace__services-grid {
  display: grid;
  grid-template-columns: repeat(2, 15rem);
  grid-template-rows: repeat(2, 9.375rem);
  gap: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-marketplace__services-grid {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 7.5rem);
    width: 100%;
  }
}

.p-marketplace__service-item {
  background: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1rem;
  padding: 1.25rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-marketplace__service-item {
    gap: 0.75rem;
    padding: 0.9375rem;
  }
}

.p-marketplace__service-icon {
  width: 2.5rem;
  height: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-marketplace__service-icon img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 767px) {
  .p-marketplace__service-icon {
    width: 1.875rem;
    height: 1.875rem;
  }
}

.p-marketplace__service-title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.4;
  color: #000;
}
@media screen and (max-width: 767px) {
  .p-marketplace__service-title {
    font-size: 0.875rem;
  }
}

.p-marketplace__description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-block: 5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 3.75rem;
  width: 100%;
  max-width: 75rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-marketplace__description {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.875rem;
    padding: 2.5rem 1.25rem;
  }
}

.p-marketplace__image {
  position: relative;
  width: 35rem;
  height: 23.375rem;
}
@media screen and (max-width: 767px) {
  .p-marketplace__image {
    width: 100%;
    max-width: 18.75rem;
    height: auto;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

.p-marketplace__text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 30.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-marketplace__text {
    max-width: 100%;
    gap: 1.25rem;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.p-marketplace__text-intro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem;
}

.p-marketplace__text-lead {
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.6;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .p-marketplace__text-lead {
    font-size: 1rem;
  }
}

.p-marketplace__text-highlight {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.25rem;
}
@media screen and (max-width: 767px) {
  .p-marketplace__text-highlight {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 0.125rem;
  }
}

.p-marketplace__text-highlight--accent {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
  color: #06b6d4;
}
@media screen and (max-width: 767px) {
  .p-marketplace__text-highlight--accent {
    font-size: 1.125rem;
  }
}

.p-marketplace__text-highlight--normal {
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .p-marketplace__text-highlight--normal {
    font-size: 1rem;
  }
}

.p-marketplace__text-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0;
}
.p-marketplace__text-detail p {
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.6;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .p-marketplace__text-detail p {
    font-size: 1rem;
  }
}

.p-marketplace__btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.625rem;
  padding: 1rem 2rem;
  background-color: #06b6d4;
  color: #ffffff;
  text-decoration: none;
  border-radius: 3.75rem;
  -webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.6;
  white-space: nowrap;
}
.p-marketplace__btn:hover {
  background-color: #ffffff;
  color: #06b6d4;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  -webkit-box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.3);
}
.p-marketplace__btn:hover .p-marketplace__btn__icon svg path {
  stroke: #06b6d4;
  fill: #06b6d4;
}
.p-marketplace__btn:active {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
}
.p-marketplace__btn__text {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.6;
}
.p-marketplace__btn__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 0.8125rem;
  height: 0.875rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.p-marketplace__btn__icon svg {
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.p-marketplace__btn__icon svg path {
  stroke: #ffffff;
  fill: #ffffff;
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  .p-marketplace__btn {
    padding: 0.75rem 1.5rem;
    font-size: 0.875rem;
  }
  .p-marketplace__btn__text {
    font-size: 0.875rem;
  }
}

.p-marketplace__bottom-bg {
  width: 100%;
  height: 31.25rem;
  overflow: hidden;
  position: relative;
}
.p-marketplace__bottom-bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.2);
}
.p-marketplace__bottom-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
@media screen and (max-width: 767px) {
  .p-marketplace__bottom-bg {
    height: 18.75rem;
  }
}

.p-oem {
  position: relative;
  background: #fff;
  padding-top: 240px;
  padding-bottom: 80px;
  overflow: hidden;
}
@media screen and (max-width: 1000px) {
  .p-oem {
    padding: 60px 0;
  }
}
@media screen and (max-width: 767px) {
  .p-oem {
    padding: 40px 0;
  }
}
.p-oem__container {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}
.p-oem__bg-text {
  position: absolute;
  top: 80px;
  right: 0;
  font-weight: 700;
  font-size: 200px;
  line-height: 0.8;
  color: #f0f9ff;
  pointer-events: none;
  z-index: 1;
}
@media screen and (max-width: 1000px) {
  .p-oem__bg-text {
    font-size: 120px;
  }
}
@media screen and (max-width: 767px) {
  .p-oem__bg-text {
    font-size: 5rem;
  }
}
.p-oem__title-area {
  position: relative;
  z-index: 2;
  margin-bottom: 80px;
  max-width: 980px;
}
@media screen and (max-width: 1000px) {
  .p-oem__title-area {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 767px) {
  .p-oem__title-area {
    margin-bottom: 40px;
  }
}
.p-oem__number {
  font-weight: 700;
  font-size: 60px;
  line-height: 1.6;
  color: #000;
  margin-bottom: 32px;
}
@media screen and (max-width: 1000px) {
  .p-oem__number {
    font-size: 48px;
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 767px) {
  .p-oem__number {
    font-size: 36px;
    margin-bottom: 20px;
  }
}
.p-oem__title {
  font-weight: 700;
  font-size: 30px;
  line-height: 1.6;
  color: #000;
  margin-bottom: 24px;
  text-align: center;
}
@media screen and (max-width: 1000px) {
  .p-oem__title {
    font-size: 26px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-oem__title {
    font-size: 22px;
    margin-bottom: 16px;
  }
}
.p-oem__subtitle {
  text-align: center;
  font-weight: 600;
  line-height: 1.6;
}
.p-oem__subtitle--accent {
  color: #06b6d4;
  font-size: 18px;
  display: inline;
}
@media screen and (max-width: 1000px) {
  .p-oem__subtitle--accent {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .p-oem__subtitle--accent {
    font-size: 14px;
    display: block;
    margin-bottom: 4px;
  }
}
.p-oem__subtitle--text {
  color: #000;
  font-size: 16px;
  display: inline;
}
@media screen and (max-width: 1000px) {
  .p-oem__subtitle--text {
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  .p-oem__subtitle--text {
    font-size: 13px;
    display: block;
  }
}
.p-oem__content {
  position: relative;
  z-index: 2;
  max-width: 980px;
  margin: 0 auto;
}
.p-oem__flow {
  background: #fff;
  border: 1px solid #94a3b8;
  padding: 60px;
  margin-bottom: 64px;
  position: relative;
  max-width: 980px;
}
@media screen and (max-width: 1000px) {
  .p-oem__flow {
    padding: 40px;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  .p-oem__flow {
    padding: 30px 5px;
    margin-bottom: 40px;
  }
}
.p-oem__flow-header {
  position: absolute;
  top: -28px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #94a3b8;
  padding: 10px 20px;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.6;
  color: #fff;
  white-space: nowrap;
}
@media screen and (max-width: 1000px) {
  .p-oem__flow-header {
    font-size: 16px;
    padding: 8px 16px;
  }
}
@media screen and (max-width: 767px) {
  .p-oem__flow-header {
    font-size: 14px;
    padding: 6px 12px;
  }
}
.p-oem__flow-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .p-oem__flow-content {
    gap: 8px;
  }
}
.p-oem__flow-steps {
  width: 150px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: 800px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .p-oem__flow-steps {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.p-oem__flow-steps img {
  width: 100%;
  height: auto;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
  max-height: 100%;
}
@media screen and (max-width: 767px) {
  .p-oem__flow-steps img {
    max-width: 150px;
  }
}
.p-oem__flow-images {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
  height: 795px;
}
@media screen and (max-width: 767px) {
  .p-oem__flow-images {
    gap: 8px;
  }
}
.p-oem__flow-images .image-item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 4px;
  overflow: hidden;
  min-height: 140px;
}
.p-oem__flow-images .image-item:nth-child(1) {
  background-image: url("../img/oem/step1.png");
}
.p-oem__flow-images .image-item:nth-child(2) {
  background-image: url("../img/oem/step2.png");
}
.p-oem__flow-images .image-item:nth-child(3) {
  background-image: url("../img/oem/step3.png");
}
.p-oem__flow-images .image-item:nth-child(4) {
  background-image: url("../img/oem/step4.png");
}
.p-oem__features {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
  margin-bottom: 64px;
  max-width: 777px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1000px) {
  .p-oem__features {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  .p-oem__features {
    margin-bottom: 40px;
  }
}
.p-oem__feature {
  background: #fff;
  border-bottom: 1px solid #94a3b8;
  padding: 21px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 17px;
}
@media screen and (max-width: 1000px) {
  .p-oem__feature {
    padding: 18px 0;
    gap: 15px;
  }
}
@media screen and (max-width: 767px) {
  .p-oem__feature {
    padding: 15px 0;
    gap: 12px;
  }
}
.p-oem__feature-number {
  width: 40px;
  height: 40px;
  background: #94a3b8;
  color: #fff;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 600;
  font-size: 20px;
  line-height: 0.9;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .p-oem__feature-number {
    width: 35px;
    height: 35px;
    font-size: 18px;
  }
}
.p-oem__feature-text {
  font-weight: 600;
  font-size: 16px;
  line-height: 1.6;
  color: #000;
  margin: 0;
}
@media screen and (max-width: 1000px) {
  .p-oem__feature-text {
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  .p-oem__feature-text {
    font-size: 14px;
  }
}
.p-oem__message {
  text-align: center;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.5;
}
@media screen and (max-width: 1000px) {
  .p-oem__message {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .p-oem__message {
    font-size: 16px;
  }
}
.p-oem__message-highlight {
  color: #06b6d4;
  display: block;
  margin-bottom: 8px;
}
.p-oem__message-text {
  color: #000;
  display: block;
}

.p-service-title {
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3.75rem;
}
@media screen and (max-width: 1240px) {
  .p-service-title {
    padding: 5rem 2.5rem;
    gap: 3.125rem;
  }
}
@media screen and (max-width: 767px) {
  .p-service-title {
    padding: 3.75rem 1.25rem;
    gap: 0.625rem;
  }
}
.p-service-title__title-wrap {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 0.625rem;
}
@media screen and (max-width: 1240px) {
  .p-service-title__title-wrap {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
@media screen and (max-width: 767px) {
  .p-service-title__title-wrap {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
.p-service-title__title-container {
  position: relative;
  width: 75.625rem;
  height: 20rem;
}
@media screen and (max-width: 1240px) {
  .p-service-title__title-container {
    width: 100%;
    max-width: 56.25rem;
    height: 15.625rem;
  }
}
@media screen and (max-width: 767px) {
  .p-service-title__title-container {
    width: 100%;
    height: auto;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-service-title__title {
  position: absolute;
  left: 0;
  top: 11.4375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 0.625rem;
}
@media screen and (max-width: 1240px) {
  .p-service-title__title {
    top: 9.375rem;
    gap: 0.5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-service-title__title {
    position: static;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-top: 1.875rem;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.p-service-title__title-icon {
  width: 2.625rem;
  height: auto;
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.p-service-title__title-icon::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 2.625rem;
  height: 0.0625rem;
  background-color: #000000;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.p-service-title__title-icon img {
  display: none; /* 疑似要素を使用するため非表示 */
}
@media screen and (max-width: 1240px) {
  .p-service-title__title-icon {
    width: 2.25rem;
  }
  .p-service-title__title-icon::before {
    width: 2.25rem;
  }
}
@media screen and (max-width: 767px) {
  .p-service-title__title-icon {
    width: 1.875rem;
  }
  .p-service-title__title-icon::before {
    width: 1.875rem;
  }
}
.p-service-title__title-text {
  color: #000000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 1.6;
  white-space: nowrap;
}
@media screen and (max-width: 1240px) {
  .p-service-title__title-text {
    font-size: 1.625rem;
  }
}
@media screen and (max-width: 767px) {
  .p-service-title__title-text {
    font-size: 1.5rem;
  }
}
.p-service-title__bg-text {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 12.5rem;
  font-weight: 700;
  line-height: 0.8;
  color: rgba(240, 249, 255, 0.8);
  text-align: right;
  white-space: nowrap;
}
@media screen and (max-width: 1240px) {
  .p-service-title__bg-text {
    font-size: 9.375rem;
  }
}
@media screen and (max-width: 767px) {
  .p-service-title__bg-text {
    font-size: 5rem;
    position: static;
    -webkit-transform: none;
            transform: none;
    margin-bottom: 1.25rem;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.p-service-title__bg-text span {
  display: block;
}

.p-noka {
  position: relative;
  background: #94a3b8;
  padding: 80px 0;
  overflow: hidden;
}
@media screen and (max-width: 1000px) {
  .p-noka {
    padding: 60px 0;
  }
}
@media screen and (max-width: 767px) {
  .p-noka {
    padding: 40px 0;
  }
}
.p-noka__bg-text {
  position: absolute;
  top: 90px;
  left: -9px;
  font-size: 200px;
  font-weight: bold;
  color: rgba(71, 85, 105, 0.2);
  line-height: 0.8;
  z-index: 1;
  pointer-events: none;
}
@media screen and (max-width: 1000px) {
  .p-noka__bg-text {
    font-size: 120px;
  }
}
@media screen and (max-width: 767px) {
  .p-noka__bg-text {
    font-size: 100px;
    top: 10px;
    left: -5px;
  }
}
.p-noka__bg-text span {
  display: block;
}
.p-noka__inner {
  position: relative;
  z-index: 2;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
}
@media screen and (max-width: 767px) {
  .p-noka__inner {
    max-width: 600px;
  }
}
.p-noka__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 32px;
  padding-top: 160px;
}
@media screen and (max-width: 1000px) {
  .p-noka__header {
    padding-top: 230px;
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 767px) {
  .p-noka__header {
    padding-top: 160px;
    margin-bottom: 20px;
  }
}
.p-noka__number {
  font-size: 60px;
  font-weight: bold;
  color: #fff;
  line-height: 1.6;
}
@media screen and (max-width: 1000px) {
  .p-noka__number {
    font-size: 48px;
  }
}
@media screen and (max-width: 767px) {
  .p-noka__number {
    font-size: 36px;
  }
}
.p-noka__content {
  margin-bottom: 32px;
}
@media screen and (max-width: 767px) {
  .p-noka__content {
    margin-bottom: 24px;
  }
}
.p-noka__brand-info {
  background: #fff;
  border: 1px solid #271932;
  padding: 60px;
  padding-inline: 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 80px;
}
@media screen and (max-width: 767px) {
  .p-noka__brand-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 30px 20px;
    gap: 30px;
    text-align: center;
  }
}
.p-noka__logo {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 228px;
  height: 228px;
}
.p-noka__logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-noka__description {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 26px;
}
@media screen and (max-width: 767px) {
  .p-noka__description {
    gap: 20px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.p-noka__title {
  font-size: 30px;
  font-weight: bold;
  color: #271932;
  line-height: 1.6;
  margin: 0;
}
@media screen and (max-width: 1000px) {
  .p-noka__title {
    font-size: 26px;
  }
}
@media screen and (max-width: 767px) {
  .p-noka__title {
    font-size: 22px;
  }
}
.p-noka__subtitle {
  font-size: 18px;
  font-weight: 600;
  color: #000;
  line-height: 1.6;
  margin: 0;
}
@media screen and (max-width: 1000px) {
  .p-noka__subtitle {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .p-noka__subtitle {
    font-size: 14px;
  }
}
.p-noka__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
@media screen and (max-width: 767px) {
  .p-noka__buttons {
    gap: 12px;
  }
}
.p-noka__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  padding: 16px;
  border-radius: 60px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  line-height: 1.6;
  color: #fff;
  width: 350px;
  -webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 1000px) {
  .p-noka__btn {
    font-size: 15px;
    width: 300px;
  }
}
@media screen and (max-width: 767px) {
  .p-noka__btn {
    font-size: 14px;
  }
}
.p-noka__btn:hover {
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  -webkit-box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.3);
}
.p-noka__btn--amazon {
  background: #000;
}
.p-noka__btn--amazon:hover {
  background: #ffffff;
  color: #000000;
}
.p-noka__btn--amazon:hover img {
  -webkit-filter: brightness(0) saturate(100%);
          filter: brightness(0) saturate(100%);
}
.p-noka__btn--official {
  background: #475569;
}
.p-noka__btn--official:hover {
  background: #ffffff;
  color: #475569;
}
.p-noka__btn--official:hover img {
  -webkit-filter: brightness(0) saturate(100%) invert(27%) sepia(8%) saturate(1179%) hue-rotate(181deg) brightness(94%) contrast(94%);
          filter: brightness(0) saturate(100%) invert(27%) sepia(8%) saturate(1179%) hue-rotate(181deg) brightness(94%) contrast(94%);
}
.p-noka__btn img {
  width: 13px;
  height: 14px;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transition: -webkit-filter 0.3s ease;
  transition: -webkit-filter 0.3s ease;
  transition: filter 0.3s ease;
  transition: filter 0.3s ease, -webkit-filter 0.3s ease;
}
.p-noka__products {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  height: 480px;
}
@media screen and (max-width: 1000px) {
  .p-noka__products {
    height: 360px;
    gap: 12px;
  }
}
@media screen and (max-width: 767px) {
  .p-noka__products {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: auto;
    gap: 16px;
  }
}
.p-noka__product-main {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-radius: 8px;
  overflow: hidden;
  -webkit-box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}
.p-noka__product-main img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .p-noka__product-main {
    height: 280px;
  }
}
.p-noka__product-ingredients {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  width: 326px;
}
@media screen and (max-width: 1000px) {
  .p-noka__product-ingredients {
    width: 260px;
    gap: 12px;
  }
}
@media screen and (max-width: 767px) {
  .p-noka__product-ingredients {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    gap: 16px;
  }
}
.p-noka__ingredient-item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-radius: 8px;
  overflow: hidden;
  -webkit-box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}
.p-noka__ingredient-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .p-noka__ingredient-item {
    height: 200px;
  }
}

.p-company {
  background-color: #94a3b8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3.75rem;
}
.p-company__title-wrap {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 0.625rem;
}
.p-company__title-container {
  position: relative;
  width: 75.625rem;
  height: 20rem;
}
.p-company__title {
  position: absolute;
  left: 0;
  top: 11.4375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 0.625rem;
}
.p-company__title-icon {
  width: 2.625rem;
  height: 2.625rem;
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.p-company__title-icon img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-company__title-text {
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 1.6;
  color: #ffffff;
  white-space: nowrap;
}
.p-company__bg-text {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 12.5rem;
  font-weight: 700;
  line-height: 0.8;
  color: rgba(71, 85, 105, 0.2);
  text-align: right;
  white-space: nowrap;
}
.p-company__table {
  width: 100%;
  max-width: 35.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.p-company__row {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
  padding: 0.5rem 0;
  border-bottom: 0.03125rem solid #ffffff;
}
.p-company__row:last-child {
  border-bottom: none;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.p-company__label {
  width: 5rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem;
}
.p-company__label span {
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.6;
  color: #ffffff;
  white-space: nowrap;
}
.p-company__value {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.6;
  color: #ffffff;
  white-space: nowrap;
}
.p-company__value p {
  margin: 0;
}
@media screen and (max-width: 1240px) {
  .p-company {
    padding: 5rem 2.5rem;
    gap: 3.125rem;
  }
  .p-company__title-wrap {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .p-company__title-container {
    width: 100%;
    max-width: 56.25rem;
    height: 15.625rem;
  }
  .p-company__title {
    top: 9.375rem;
    gap: 0.5rem;
  }
  .p-company__title-icon {
    width: 2.25rem;
    height: 2.25rem;
  }
  .p-company__title-text {
    font-size: 1.625rem;
  }
  .p-company__bg-text {
    font-size: 9.375rem;
  }
  .p-company__table {
    max-width: 31.25rem;
  }
  .p-company__row {
    padding: 0.625rem 0;
  }
  .p-company__label span {
    font-size: 1rem;
  }
  .p-company__value {
    font-size: 0.9375rem;
  }
}
@media screen and (max-width: 767px) {
  .p-company {
    padding: 3.75rem 1.25rem;
    gap: 0.625rem;
  }
  .p-company__title-wrap {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .p-company__title-container {
    width: 100%;
    height: auto;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .p-company__title {
    position: static;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-top: 1.875rem;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .p-company__title-text {
    font-size: 1.5rem;
  }
  .p-company__bg-text {
    font-size: 5rem;
    position: static;
    -webkit-transform: none;
            transform: none;
    margin-bottom: 1.25rem;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .p-company__table {
    width: 100%;
    max-width: none;
  }
  .p-company__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 0.5rem;
    padding: 0.75rem 0;
  }
  .p-company__label {
    width: 100%;
  }
  .p-company__label span {
    font-size: 1rem;
  }
  .p-company__value {
    font-size: 0.875rem;
    white-space: normal;
    word-break: break-all;
  }
}

.p-cta {
  background-color: #271932;
  padding: 2rem 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.6875rem;
}
.p-cta__text {
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.6;
  color: #ffffff;
  white-space: nowrap;
}
.p-cta__btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.625rem;
  padding: 2rem;
  background-color: #0ea5e9;
  color: #ffffff;
  text-decoration: none;
  border-radius: 3.75rem;
  -webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.6;
  white-space: nowrap;
  width: 21.875rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.p-cta__btn:hover {
  background-color: #ffffff;
  color: #0ea5e9;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  -webkit-box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.3);
}
.p-cta__btn:hover .p-cta__btn-icon img {
  -webkit-filter: brightness(0) saturate(100%) invert(60%) sepia(88%) saturate(1685%) hue-rotate(180deg) brightness(98%) contrast(97%);
          filter: brightness(0) saturate(100%) invert(60%) sepia(88%) saturate(1685%) hue-rotate(180deg) brightness(98%) contrast(97%);
}
.p-cta__btn:active {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
}
.p-cta__btn-text {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.6;
  color: inherit;
}
.p-cta__btn-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 0.8125rem;
  height: 0.875rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.p-cta__btn-icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transition: -webkit-filter 0.3s ease;
  transition: -webkit-filter 0.3s ease;
  transition: filter 0.3s ease;
  transition: filter 0.3s ease, -webkit-filter 0.3s ease;
}
@media screen and (max-width: 767px) {
  .p-cta {
    padding: 1.5rem 1.25rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1rem;
  }
  .p-cta__text {
    font-size: 1rem;
    text-align: center;
    white-space: nowrap;
  }
  .p-cta__btn {
    width: 100%;
    max-width: 18.75rem;
    padding: 1.5rem;
  }
}

.p-test {
  padding-block: 7.5rem;
}
@media screen and (max-width: 767px) {
  .p-test {
    padding-block: 4.375rem;
  }
}

.p-test__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-test__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 1.25rem;
  }
}

.p-test__title {
  font-size: max(3.125rem, 40px);
  font-weight: 700;
  line-height: 0.94;
  letter-spacing: 0em;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .p-test__title {
    font-size: 3.125rem;
  }
}

.p-test__text {
  -webkit-margin-before: 2.5rem;
          margin-block-start: 2.5rem;
  font-size: max(1.75rem, 22.4px);
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0em;
}
@media screen and (max-width: 767px) {
  .p-test__text {
    font-size: 1.75rem;
  }
}

.p-test__text-wrap {
  width: min(25rem, 100%);
}

.p-test__img {
  width: min(37.5rem, 100%);
  height: auto;
}

.p-contact {
  position: relative;
  background: #ffffff;
}
.p-contact__decoration {
  display: block;
  position: relative;
}
.p-contact__decoration::before {
  content: "";
  position: absolute;
  left: 13%;
  top: 0;
  translate: 0 -80%;
  width: 160px;
  height: 160px;
  background: url("/wp-content/themes/origin-stepup/assets/img/contact/contact-polygon-3.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-contact__decoration::before {
    width: 100px;
    height: 100px;
    translate: 0 -60%;
  }
}

.p-contact__inner {
  max-width: 1030px;
}

.p-contact__header {
  margin-top: 150px;
  margin-bottom: 48px;
}
@media screen and (max-width: 767px) {
  .p-contact__header {
    margin-top: 50px;
    margin-bottom: 32px;
  }
}

.p-contact__bg-text {
  position: absolute;
  top: 3.125rem;
  left: 0;
  font-weight: 700;
  font-size: 12.5rem;
  line-height: 0.8;
  color: #f0f9ff;
}
@media screen and (max-width: 767px) {
  .p-contact__bg-text {
    font-size: 5rem;
    top: 1.875rem;
  }
}

.p-contact__content {
  position: relative;
  z-index: 2;
}
.p-contact__title-section {
  max-width: 980px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 48px;
}
@media screen and (max-width: 767px) {
  .p-contact__title-section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 24px;
  }
}

.p-contact__title-with-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.p-contact__icon {
  width: 2.625rem;
  height: auto;
  position: relative;
  margin-right: 0;
}
.p-contact__icon::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 2.625rem;
  height: 0.0625rem;
  background-color: #000000;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.p-contact__line {
  display: none; /* 疑似要素を使用するため非表示 */
}

.p-contact__subtitle {
  font-weight: 700;
  font-size: 1.875rem;
  line-height: 1.6;
  color: #000000;
  margin: 0;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .p-contact__subtitle {
    font-size: 24px;
  }
}

@media screen and (max-width: 767px) {
  .p-contact__description {
    width: 100%;
  }
}
.p-contact__description p {
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.5;
  color: #000000;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .p-contact__description p {
    font-size: 16px;
  }
}

.p-contact__subtitle {
  font-weight: 700;
  font-size: 1.875rem;
  line-height: 1.6;
  color: #000000;
  margin: 0;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .p-contact__subtitle {
    font-size: 1.5rem;
  }
}

.p-contact__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: 1.25rem;
  background: #f0f9ff;
  padding: 3.75rem;
  padding-inline: 5.625rem;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-contact__form {
    width: 100%;
    padding-block: 3.75rem;
    padding-inline: 0.625rem;
  }
}

.p-contact__row {
  display: grid;
  grid-template-columns: 12.5rem 1fr;
  -webkit-column-gap: 3.1875rem;
     -moz-column-gap: 3.1875rem;
          column-gap: 3.1875rem;
  padding-block: 0.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-contact__row.top {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .p-contact__row {
    grid-template-columns: 1fr;
    gap: 0.5rem;
    padding-block: 0.5rem;
  }
}

.p-contact__head span {
  font-size: max(1rem, 12.8px);
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0.0625em;
}
@media screen and (max-width: 767px) {
  .p-contact__head span {
    font-size: 1rem;
  }
}
.p-contact__head span.--must,
.p-contact__head span.--any {
  text-align: center;
  position: relative;
  display: inline-block;
}
.p-contact__head span.--must::after,
.p-contact__head span.--any::after {
  display: inline-block;
  content: "必須";
  position: absolute;
  font-size: max(0.875rem, 11.2px);
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.0714285714em;
  top: 50%;
  translate: 0 -50%;
  left: calc(100% + 0.1875rem);
  color: #ffffff;
  background: #d40000;
  padding-inline: 0.25rem;
  border-radius: 0.125rem;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .p-contact__head span.--must::after,
  .p-contact__head span.--any::after {
    font-size: 0.875rem;
  }
}
.p-contact__head span.--any::after {
  content: "任意" !important;
  background: #06b6d4 !important;
}

/* エラー時 */
.wpcf7-not-valid {
  border-color: #d40000 !important;
  -webkit-animation: shake 0.3s;
          animation: shake 0.3s;
  background-color: #fff1f0 !important;
}

.p-contact__acceptance.p-contact__data-checkbox .wpcf7-not-valid .wpcf7-list-item-label::before {
  border-color: #d40000 !important;
}

/* エラー時のアニメーション例 */
@-webkit-keyframes shake {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  25% {
    -webkit-transform: translateX(-4px);
            transform: translateX(-4px);
  }
  50% {
    -webkit-transform: translateX(4px);
            transform: translateX(4px);
  }
  75% {
    -webkit-transform: translateX(-4px);
            transform: translateX(-4px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes shake {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  25% {
    -webkit-transform: translateX(-4px);
            transform: translateX(-4px);
  }
  50% {
    -webkit-transform: translateX(4px);
            transform: translateX(4px);
  }
  75% {
    -webkit-transform: translateX(-4px);
            transform: translateX(-4px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.wpcf7 form.sent .wpcf7-response-output {
  /* 送信ボタン下完了時 */
  border-color: #0f5aca;
}

/* CF7 送信時のエラーメッセージ */
.wpcf7 form.spam .wpcf7-response-output,
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
  display: block;
  margin-top: 1rem;
  padding: 0.75rem 1rem;
  border: 0.0625rem solid #d40000;
  border-radius: 0.25rem;
  background-color: #fff0f0;
  color: #d40000;
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 1.5;
  letter-spacing: 0.02rem;
  text-align: left;
  /* アニメーションで軽く目立たせる */
  -webkit-animation: fadeIn 0.3s ease-in-out;
          animation: fadeIn 0.3s ease-in-out;
}

/* フェードインアニメーション */
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.wpcf7-not-valid-tip {
  /* 必須未入力項目下の文章 */
  color: #d40000;
  margin-top: 0.25rem;
  font-size: 0.9375rem;
}

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

.wpcf7-form-control-wrap {
  width: 100%;
}

input[type=text],
input[type=email],
input[type=tel],
select,
textarea {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.6;
  color: #000;
  border-radius: 0.25rem;
  width: 100%;
  border: 0.046875rem solid #8b8680;
  padding: 0.5rem 1rem;
  height: 2.625rem;
  background-color: #ffffff;
}
@media screen and (max-width: 767px) {
  input[type=text],
  input[type=email],
  input[type=tel],
  select,
  textarea {
    font-size: 0.875rem;
    height: 2.375rem;
  }
}
input[type=text]:focus,
input[type=email]:focus,
input[type=tel]:focus,
select:focus,
textarea:focus {
  border: 0.125rem solid #0ea5e9;
  outline: none;
}
input[type=text]::-webkit-input-placeholder, input[type=email]::-webkit-input-placeholder, input[type=tel]::-webkit-input-placeholder, select::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #8b8680;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.6;
}
input[type=text]::-moz-placeholder, input[type=email]::-moz-placeholder, input[type=tel]::-moz-placeholder, select::-moz-placeholder, textarea::-moz-placeholder {
  color: #8b8680;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.6;
}
input[type=text]:-ms-input-placeholder, input[type=email]:-ms-input-placeholder, input[type=tel]:-ms-input-placeholder, select:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #8b8680;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.6;
}
input[type=text]::-ms-input-placeholder, input[type=email]::-ms-input-placeholder, input[type=tel]::-ms-input-placeholder, select::-ms-input-placeholder, textarea::-ms-input-placeholder {
  color: #8b8680;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.6;
}
input[type=text]::placeholder,
input[type=email]::placeholder,
input[type=tel]::placeholder,
select::placeholder,
textarea::placeholder {
  color: #8b8680;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  input[type=text]::-webkit-input-placeholder, input[type=email]::-webkit-input-placeholder, input[type=tel]::-webkit-input-placeholder, select::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    font-size: 0.875rem;
  }
  input[type=text]::-moz-placeholder, input[type=email]::-moz-placeholder, input[type=tel]::-moz-placeholder, select::-moz-placeholder, textarea::-moz-placeholder {
    font-size: 0.875rem;
  }
  input[type=text]:-ms-input-placeholder, input[type=email]:-ms-input-placeholder, input[type=tel]:-ms-input-placeholder, select:-ms-input-placeholder, textarea:-ms-input-placeholder {
    font-size: 0.875rem;
  }
  input[type=text]::-ms-input-placeholder, input[type=email]::-ms-input-placeholder, input[type=tel]::-ms-input-placeholder, select::-ms-input-placeholder, textarea::-ms-input-placeholder {
    font-size: 0.875rem;
  }
  input[type=text]::placeholder,
  input[type=email]::placeholder,
  input[type=tel]::placeholder,
  select::placeholder,
  textarea::placeholder {
    font-size: 0.875rem;
  }
}

textarea {
  resize: vertical;
  height: 13rem; /* Figmaに合わせて208pxに変更 */
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  color: #000;
}

.p-contact__select-wrap {
  position: relative;
  display: inline-block;
  width: 310px;
}
@media screen and (max-width: 767px) {
  .p-contact__select-wrap {
    width: 280px;
  }
}
.p-contact__select-wrap::after {
  content: "";
  background-image: url("/wp-content/themes/origin/assets/img/contact/select-arrow.png");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 23px;
  right: 16px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 16px;
  height: 9px;
  pointer-events: none;
  z-index: 100;
}

input[type=checkbox] {
  width: 1px;
  height: 1px;
  position: absolute;
  clip: rect(0, 0, 0, 0);
}

input[type=checkbox]:checked + .wpcf7-list-item-label::after {
  opacity: 1;
}

input[type=checkbox]:checked + .wpcf7-list-item-label::before {
  border-color: #0f5aca;
}

.p-contact__data-checkbox .blue {
  color: #0f5aca;
  border-bottom: 0.0625rem solid #0f5aca;
  margin-right: 0.5rem;
}
.p-contact__data-checkbox .blue span {
  color: #000;
  border: none;
  margin-left: 0;
}
.p-contact__data-checkbox .wpcf7-list-item-label {
  display: inline-block;
  position: relative;
  padding-left: 2.375rem;
  font-size: max(1rem, 12.8px);
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.0625em;
}
@media screen and (max-width: 767px) {
  .p-contact__data-checkbox .wpcf7-list-item-label {
    font-size: 1rem;
  }
}
.p-contact__data-checkbox .wpcf7-list-item-label::before {
  content: "";
  position: absolute;
  left: 0.625rem;
  top: 50%;
  translate: 0 -50%;
  width: 1.25rem;
  height: 1.25rem;
  border: 0.125rem solid #8b8680;
}
.p-contact__data-checkbox .wpcf7-list-item-label::after {
  content: "";
  position: absolute;
  opacity: 0;
  border-right: 0.125rem solid #0f5aca;
  border-bottom: 0.125rem solid #0f5aca;
  top: 45%;
  translate: 0 -50%;
  left: 1.0625rem;
  width: 0.4375rem;
  height: 0.875rem;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.p-contact__data-checkbox .wpcf7-list-item-label.error::before {
  border-color: #d40000 !important;
  background-color: #fff0f0;
}

div.wpcf7 .wpcf7-spinner {
  display: none !important;
}

input[type=submit],
input[type=button] {
  border-radius: 0px;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  background: transparent;
}

input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}

.p-contact-wrap {
  text-align: center;
}

.p-contact__submit {
  margin-top: 3.75rem;
  text-align: center;
  display: inline-block;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-contact__submit {
    margin-top: 28px;
  }
}
.p-contact__submit:hover::after {
  background-image: url("/wp-content/themes/portofolio-local/assets/img/common/icon-arrow-blue.png");
  -webkit-transform: translateX(0.3125rem);
          transform: translateX(0.3125rem); /* 右に5px移動 */
}
.p-contact__submit::after {
  content: "";
  display: block;
  position: absolute;
  width: 1.125rem;
  height: 1.125rem;
  background-image: url("/wp-content/themes/portofolio-local/assets/img/common/icon-arrow-white.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  top: 50%;
  right: 0;
  translate: -1.5rem -50%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

input[type=submit] {
  display: inline-block;
  position: relative;
  padding: 0.625rem 0.625rem;
  border-radius: 3.75rem;
  background: #0ea5e9;
  -webkit-box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.25);
          box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.25);
  color: #ffffff;
  font-size: max(1.125rem, 14.4px);
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0.0555555556em;
  width: 16.5rem;
  height: 3.6875rem;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
@media screen and (max-width: 767px) {
  input[type=submit] {
    font-size: 1.125rem;
  }
}
input[type=submit]:hover {
  -webkit-transform: translateY(-0.125rem);
          transform: translateY(-0.125rem);
  -webkit-box-shadow: 0 0.375rem 0.625rem rgba(0, 0, 0, 0.3);
          box-shadow: 0 0.375rem 0.625rem rgba(0, 0, 0, 0.3);
}
input[type=submit]:active {
  -webkit-transform: translateY(0.125rem) scale(0.98);
          transform: translateY(0.125rem) scale(0.98);
  -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.2);
          box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.2);
}

@media screen and (min-width: 768px) {
  .u-sp {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .u-pc {
    display: none !important;
  }
}
@media screen and (min-width: 768px) {
  .u-md {
    display: none !important;
  }
}
@media screen and (max-width: 1000px) {
  .u-md {
    display: inline !important;
  }
}

.u-font {
  font-family: "Noto Sans JP", sans-serif;
}
.u-font__jp {
  font-family: "Noto Sans JP", sans-serif;
}
.u-font__en {
  font-family: "Roboto", sans-serif;
}

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

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

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

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

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