@charset "UTF-8";

:root {
  --scrollbar: 0;
}

html {
  font-size: 0.52vw;
}

body {
  width: 100%;
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #1d1d1d;
  background-color: #ffffff;
}

a[href^="tel:"] {
  pointer-events: none;
}

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

/* Remove default padding */

ul,
ol {
  padding: 0;
}

/* Remove default margin */

body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Set core root defaults */

/* Set core body defaults */

body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* Remove list styles on ul, ol elements with a class attribute */

ul,
ol {
  list-style: none;
}

/* A elements that don't have a class get default styles */

a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

a {
  text-decoration: none;
}

/* Make images easier to work with */

img {
  max-width: 100%;
  display: block;
  width: 100%;
}

/* Natural flow and rhythm in articles by default */

article > * + * {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */

input,
button,
textarea,
select {
  font: inherit;
}

/* Blur images when they have no alt attribute */

img:not([alt]) {
  -webkit-filter: blur(10px);
          filter: blur(10px);
}

/* フォームリセット */

input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

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

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

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

.l-inner {
  width: 123rem;
  padding-right: 2.5rem;
  padding-left: 2.5rem;
  margin-inline: auto;
}

.l-inner.l-inner--wide {
  width: 155rem;
}

.l-section-padding {
  padding-top: 10rem;
  padding-bottom: 10rem;
}

.l-section-padding.l-section-padding--top-high {
  padding-top: 20rem;
}

.l-content-margin {
  margin-top: 10rem;
}

.c-link-button {
  display: inline-block;
  min-width: 41.3rem;
}

.c-link-button a {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
  padding: 2.6rem 10rem 3rem 8rem;
  background-color: #ffffff;
  font-weight: 500;
  font-size: max(1.8rem, 12px);
  line-height: 100%;
  letter-spacing: 0.05em;
  text-align: center;
  color: #1d1d1d;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  border: 1px solid #1d1d1d;
}

.c-link-button a:hover {
  opacity: 0.7;
}

.c-link-button a:hover::after {
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
}

.c-link-button a::after {
  content: "";
  position: absolute;
  top: 2.2rem;
  right: 2rem;
  width: 3rem;
  height: 3rem;
  background-image: url(../img/common/arrow.webp);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.c-contact-button {
  display: inline-block;
  width: 100%;
  min-width: 63rem;
}

.c-contact-button__link {
  width: 100%;
  min-height: 15.6rem;
  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;
  border: 2px solid #ffffff;
}

.c-contact-button__link.c-contact-button__link--tel {
  background-color: rgba(15, 20, 22, 0.7);
  padding: 3.8rem;
}

.c-contact-button__link-caption {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
}

.c-contact-button__link-maintext {
  font-weight: 700;
  font-size: max(2rem, 14px);
  line-height: 100%;
  color: #ffffff;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.c-contact-button__link-subtext {
  font-weight: 700;
  font-size: max(1.6rem, 10px);
  line-height: 100%;
  color: #ffffff;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.c-contact-button__link-subtext p span {
  font-size: max(1.8rem, 12px);
  line-height: 100%;
}

.c-contact-button__link-text.c-contact-button__link-text--tel {
  margin-top: 1rem;
}

.c-contact-button__link-text.c-contact-button__link-text--tel p {
  font-weight: 700;
  font-size: 4.6rem;
  line-height: 100%;
  color: #ffffff;
  text-align: center;
}

.c-contact-button__link.c-contact-button__link--form {
  position: relative;
  background-color: #ffffff;
  border-color: #2fb2dc;
  padding: 5.7rem 8.3rem 5.9rem 5.3rem;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.c-contact-button__link.c-contact-button__link--form:hover {
  opacity: 0.7;
}

.c-contact-button__link.c-contact-button__link--form:hover::after {
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
}

.c-contact-button__link.c-contact-button__link--form::after {
  content: "";
  position: absolute;
  top: 5.3rem;
  right: 2.5rem;
  width: 5rem;
  height: 5rem;
  background-image: url(../img/common/arrow.webp);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.c-contact-button__link-text.c-contact-button__link-text--form p {
  margin-right: 2.5rem;
  font-weight: 700;
  font-size: 3.6rem;
  line-height: 100%;
  color: #1d1d1d;
}

.c-text {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-size: max(2rem, 14px);
  line-height: 180%;
  color: #1d1d1d;
}

.c-text.c-text--small {
  font-size: max(1.8rem, 12px);
}

.c-text.c-text--reverse {
  color: #ffffff;
}

.c-text.c-text--lh100per {
  line-height: 100%;
}

.c-section-heading {
  width: 100%;
  max-width: 155rem;
  padding-right: 2.5rem;
  padding-left: 2.5rem;
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.c-section-heading.c-section-heading--full {
  max-width: initial;
  padding: 0;
}

.c-section-heading.c-section-heading--center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.c-section-heading__en {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3rem;
  text-transform: uppercase;
  font-family: "Archivo", sans-serif;
  font-weight: 700;
  font-size: 10rem;
  line-height: 100%;
  color: #1d1d1d;
}

.c-section-heading__en::after {
  content: "";
  display: block;
  width: 27rem;
  height: 0.3rem;
  background-color: #1d1d1d;
}

.c-section-heading.c-section-heading--center .c-section-heading__en::after,
.c-section-heading__en.c-section-heading__en--outline::after {
  display: none;
}

.c-section-heading__en.c-section-heading__en--outline {
  color: transparent;
  -webkit-text-stroke: 2px #ffffff;
}

.c-section-heading__ja {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 2.6rem;
  line-height: 100%;
}

.c-section-heading__ja.c-section-heading__ja--reverse {
  color: #ffffff;
}

.c-section-heading__ja span {
  display: inline-block;
  padding: 0.7rem 1rem;
}

.p-stalker {
  width: 4rem;
  height: 4rem;
  border-radius: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #2fb2dc;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 500;
  pointer-events: none;
  mix-blend-mode: hard-light;
}

.p-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 2rem;
  padding-bottom: 2rem;
  z-index: 100;
  pointer-events: none;
}

.p-header__inner {
  width: 100%;
  padding-left: 5rem;
  padding-right: 5rem;
}

.p-header__logo {
  position: relative;
  z-index: 100;
  width: 25rem;
  aspect-ratio: 420/100;
}

.p-header__logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-hamburger {
  position: absolute;
  top: 0;
  right: 0;
  width: 11rem;
  height: 10rem;
  background-color: #2fb2dc;
  cursor: pointer;
  z-index: 100;
  pointer-events: visible;
}

.p-hamburger span {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 4.5rem;
  height: 0.5rem;
  background-color: #ffffff;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
  transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s;
}

.p-hamburger span:nth-child(1) {
  top: 3rem;
}

.p-hamburger span:nth-child(2) {
  top: 4.5em;
}

.p-hamburger span:nth-child(3) {
  top: 6rem;
}

.p-hamburger.is-open span:nth-child(1) {
  top: 4.5rem;
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transform: translateX(-50%) rotate(45deg);
          transform: translateX(-50%) rotate(45deg);
}

.p-hamburger.is-open span:nth-child(2) {
  opacity: 0;
}

.p-hamburger.is-open span:nth-child(3) {
  top: 4.5rem;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-transform: translateX(-50%) rotate(-45deg);
          transform: translateX(-50%) rotate(-45deg);
}

.p-drawer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  z-index: 50;
  opacity: 0;
  visibility: hidden;
  pointer-events: auto;
}

.p-drawer__content {
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  background-color: rgba(255, 255, 255, 0.95);
  padding-top: 15rem;
  padding-bottom: 10rem;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.p-drawer__content::-webkit-scrollbar {
  display: none;
}

.p-drawer__inner {
  width: 100%;
  padding-right: 25rem;
  padding-left: 25rem;
}

.p-drawer__wrap {
  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;
}

.p-drawer__first {
  width: 42.2535211268%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.p-drawer__items {
  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;
}

.p-drawer__item {
  border-bottom: 2px solid #909090;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}

.p-drawer__item a {
  position: relative;
  display: block;
  width: 100%;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.p-drawer__item a:hover::after {
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
}

.p-drawer__item a:hover .p-drawer__item-en {
  color: #2fb2dc;
}

.p-drawer__item a::after {
  content: "";
  position: absolute;
  top: 5.3rem;
  right: 4rem;
  width: 4rem;
  height: 4rem;
  background-image: url(../img/common/arrow.webp);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.p-drawer__item-en {
  font-family: "Archivo", sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 4rem;
  line-height: 100%;
  color: #1d1d1d;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.p-drawer__item-ja {
  margin-top: 0.5rem;
  font-weight: 700;
  font-size: max(2rem, 14px);
  line-height: 100%;
  color: #1d1d1d;
}

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

.p-drawer__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: 8rem;
}

.p-drawer__button {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}

.p-mv {
  width: 100%;
  height: 105rem;
}

.p-mv__wrapper {
  position: relative;
  width: 100%;
  height: 100%;
}

.p-mv__sub-image {
  position: absolute;
  top: 10rem;
  left: 0;
  width: 105rem;
  aspect-ratio: 1050/450;
}

.p-mv__sub-image img,
.p-mv__main-image img {
  width: 0%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-mv__main-image {
  position: absolute;
  bottom: -15rem;
  right: 0;
  width: 74.5rem;
  aspect-ratio: 745/736;
}

.p-mv__text-box {
  position: absolute;
  top: 61rem;
  left: 21rem;
}

.p-mv__en-title {
  position: relative;
  padding-right: 0.6rem;
  padding-bottom: 3rem;
}

.p-mv__en-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0.4rem;
  background: linear-gradient(95deg, #2fb2dc 0%, #d9d9d9 72.89%);
}

.p-mv__en-title p {
  font-family: "Archivo", sans-serif;
  font-weight: 700;
  font-size: 10.4rem;
  line-height: 110%;
  color: #1d1d1d;
}

.p-mv__ja-title {
  margin-top: 3rem;
}

.p-mv__ja-title p {
  font-weight: 700;
  font-size: max(4rem, 14px);
  line-height: 150%;
  color: #1d1d1d;
}

.p-about {
  margin-top: 10rem;
  position: relative;
  width: 100%;
  padding-top: 15rem;
  padding-bottom: 15rem;
  background-color: #ffffff;
}

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

.p-about__heading-en p {
  font-family: "Archivo", sans-serif;
  font-weight: 700;
  font-size: max(2rem, 14px);
  line-height: 100%;
  color: #909090;
}

.p-about__heading-ja {
  margin-left: -0.6rem;
}

.p-about__heading-ja h2 {
  font-weight: 700;
  font-size: 6rem;
  line-height: 100%;
  background: -webkit-gradient(linear, left top, right top, color-stop(2.49%, #2fb2dc), color-stop(74.65%, #256073), color-stop(100.06%, #1d1d1d));
  background: linear-gradient(90deg, #2fb2dc 2.49%, #256073 74.65%, #1d1d1d 100.06%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #256073;
}

.p-about__text {
  margin-top: 5rem;
  width: 100%;
  max-width: 72rem;
}

.p-about__text p {
  font-weight: 500;
  font-size: max(2rem, 14px);
  line-height: 180%;
  color: #1d1d1d;
}

.p-about__text p + p {
  margin-top: 1.5em;
}

.p-about__link {
  margin-top: 5rem;
}

.p-about__img {
  position: absolute;
  right: 0;
  bottom: -29.6rem;
  width: 74.5rem;
  aspect-ratio: 745/450;
  z-index: 3;
}

.p-about__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-about__flowing-text-wrap {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -15rem;
  overflow: hidden;
  z-index: 2;
}

.p-about__flowing-text {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-about__flowing-text span {
  display: inline-block;
  font-family: "Archivo", sans-serif;
  font-size: 15rem;
  line-height: 110%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  color: transparent;
  -webkit-text-stroke: 1px #909090;
  padding-left: 10rem;
}

.p-service {
  margin-top: 7.5rem;
  padding-top: 36rem;
  padding-bottom: 80rem;
  background-color: #f8f8f8;
}

.p-service__content {
  margin-top: 10rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 19rem;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}

.p-service__img-wrap {
  position: relative;
  width: 70rem;
  height: 50rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.p-service__img {
  width: 100%;
  height: 100%;
}

.p-service__img:not(:first-child) {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
}

.p-service__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-service__text-wrap {
  padding-top: 6rem;
}

.p-service__items {
  width: 100%;
  max-width: 59rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 50rem;
}

.p-service__item-title h3 {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 4.8rem;
  line-height: 100%;
  color: #1d1d1d;
}

.p-service__item-detail {
  margin-top: 4rem;
}

.p-service__item-link {
  margin-top: 7rem;
}

.p-slider {
  width: 100%;
  margin-top: -42.5rem;
}

.p-slider__wrap {
  overflow: hidden;
}

.p-slider__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 10rem;
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
}

.p-slider__img {
  width: 90rem;
  aspect-ratio: 900/650;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.p-slider__img:nth-child(2) {
  margin-top: 10rem;
}

.p-slider__img:nth-child(3) {
  margin-top: 20rem;
}

.p-slider__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-feature {
  width: 100%;
}

.p-feature__items {
  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: start;
  gap: 10rem;
}

.p-feature__item {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12.6rem;
}

.p-feature__item:nth-child(even) {
  margin-left: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.p-feature__item-img {
  width: 50%;
  max-width: 96rem;
  aspect-ratio: 960/650;
  overflow: hidden;
}

.p-feature__item-img img {
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-feature__item-body {
  width: 100%;
  max-width: 62.4rem;
}

.p-feature__item-number {
  margin-left: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.p-feature__item-number p {
  display: inline-block;
  font-family: "Archivo", sans-serif;
  font-weight: 700;
  font-size: 10rem;
  line-height: 100%;
  color: transparent;
  -webkit-text-stroke: 2px #eeeeee;
}

.p-feature__item-title {
  margin-top: -4rem;
}

.p-feature__item-title h3 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 700;
  font-size: 4.8rem;
  line-height: 130%;
  color: #1d1d1d;
}

.p-feature__item-detail {
  margin-top: 3rem;
}

.p-feature__item-link {
  margin-top: 5rem;
}

.p-case {
  width: 100%;
  padding-top: 10rem;
  padding-bottom: 14rem;
}

.p-case__content {
  margin-top: 4rem;
  width: 89.0625%;
  margin-left: auto;
  overflow: hidden;
}

.p-case__wrap {
  width: 100%;
}

.p-case__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10rem;
}

.p-case__items.is-scrollX {
  overflow-x: scroll;
  gap: 15rem;
}

.p-case__items.is-scrollX .p-case__item:last-child {
  margin-right: 5rem;
}

.p-case__item {
  width: 29.2397660819%;
  max-width: 50rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.p-case__item:nth-child(odd) {
  margin-top: 10rem;
}

.p-case__item a {
  width: 100%;
  height: 100%;
}

.p-case__item a:hover .p-case__item-img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.p-case__item-img {
  width: 100%;
  aspect-ratio: 500/350;
  overflow: hidden;
}

.p-case__item-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.p-case__item-body {
  padding: 4rem 3rem 3rem;
}

.p-case__item-title h3 {
  font-weight: 700;
  font-size: 3rem;
  line-height: 100%;
  color: #1d1d1d;
}

.p-case__item-detail {
  margin-top: 2rem;
}

.p-case__item-detail p {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}

.p-case__link {
  width: 100%;
  max-width: 155rem;
  margin-top: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}

.p-contact {
  width: 100%;
  padding-top: 22rem;
  padding-bottom: 22rem;
  background-image: url(../img/common/contact_bg-pc.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.p-contact__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.p-contact__message {
  margin-top: 5rem;
}

.p-contact__message p {
  font-weight: 500;
  font-size: max(2rem, 14px);
  line-height: 100%;
  color: #ffffff;
}

.p-contact__body {
  min-width: 40.6451612903%;
}

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

.p-footer {
  width: 100%;
  background-color: #1d1d1d;
}

.p-footer__content {
  padding-top: 10rem;
  padding-bottom: 10rem;
}

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

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

.p-footer__company-logo {
  width: 38.1rem;
  aspect-ratio: 381/94;
}

.p-footer__company-logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-footer__items {
  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: end;
      -ms-flex-pack: end;
          justify-content: end;
}

.footer__item {
  text-align: right;
}

.footer__item a {
  display: inline-block;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.footer__item a:hover {
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  color: #2fb2dc;
}

.footer__item:last-child a {
  padding-bottom: 0;
}

.p-footer__copy {
  padding-top: 4.3rem;
  padding-bottom: 4.3rem;
}

.p-footer__copy p {
  font-weight: 400;
  font-size: max(1.4rem, 10px);
  line-height: 100%;
  color: #ffffff;
  text-align: center;
}

.u-md-show {
  display: none;
}

.u-flex-button {
  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: 4rem;
}

.u-inline-block {
  display: inline-block;
}

.u-text-transform-upper {
  text-transform: uppercase;
}

.u-mask {
  position: relative;
  --maskEffect: 0 0 0 0%;
}

.u-mask::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(92deg, #2fb2dc 0%, #d9d9d9 100%);
  -webkit-clip-path: inset(var(--maskEffect));
          clip-path: inset(var(--maskEffect));
  z-index: 5;
}

@media screen and (max-width: 1024px) {
  .p-stalker {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  html {
    font-size: 62.5%;
  }

  a[href^="tel:"] {
    pointer-events: auto;
  }

  .l-inner {
    width: 100%;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }

  .l-inner.l-inner--wide {
    width: 100%;
  }

  .l-section-padding {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .l-section-padding.l-section-padding--top-high {
    padding-top: 6rem;
  }

  .l-content-margin {
    margin-top: 4rem;
  }

  .c-link-button {
    min-width: initial;
    width: 100%;
    text-align: center;
  }

  .c-link-button.c-link-button--wide a {
    width: 100%;
  }

  .c-link-button a {
    padding: 2.2rem 7rem 2.4rem 4rem;
    font-size: 1.6rem;
    width: 72.5%;
  }

  .c-link-button a::after {
    top: 1.8rem;
    right: 1.5rem;
    width: 2.5rem;
    height: 2.5rem;
  }

  .c-contact-button {
    width: 100%;
    min-width: initial;
  }

  .c-contact-button__link {
    min-height: 8rem;
    border: 1px solid #ffffff;
  }

  .c-contact-button__link.c-contact-button__link--tel {
    padding: 1.9rem;
  }

  .c-contact-button__link-caption {
    gap: 1rem;
  }

  .c-contact-button__link-maintext {
    font-size: 1.2rem;
  }

  .c-contact-button__link-subtext {
    font-size: 1rem;
  }

  .c-contact-button__link-subtext p span {
    font-size: 1.1rem;
  }

  .c-contact-button__link-text.c-contact-button__link-text--tel {
    margin-top: 0.5em;
  }

  .c-contact-button__link-text.c-contact-button__link-text--tel p {
    font-size: 2.3rem;
  }

  .c-contact-button__link.c-contact-button__link--form {
    padding: 3rem 6.4rem 3.1rem;
  }

  .c-contact-button__link.c-contact-button__link--form::after {
    top: 2.9rem;
    right: 3rem;
    width: 2rem;
    height: 2rem;
  }

  .c-contact-button__link-text.c-contact-button__link-text--form p {
    margin-right: 1rem;
    font-size: 1.5rem;
  }

  .c-text {
    font-size: 1.5rem;
  }

  .c-text.c-text--small {
    font-size: 1.5rem;
  }

  .c-section-heading {
    width: 100%;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }

  .c-section-heading.c-section-heading--sp-center {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .c-section-heading__en {
    font-size: 4rem;
    gap: 1rem;
  }

  .c-section-heading__en::after {
    width: 10rem;
    height: 0.1rem;
  }

  .c-section-heading__en.c-section-heading__en--outline {
    -webkit-text-stroke: 1px #ffffff;
  }

  .c-section-heading__ja {
    font-size: 1.4rem;
  }

  .c-section-heading__ja span {
    padding: 0;
  }

  .p-header {
    padding-top: 1.1rem;
    padding-bottom: 1.1rem;
  }

  .p-header__inner {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .p-header__logo {
    width: 15rem;
  }

  .p-hamburger {
    width: 6rem;
    height: 5.8rem;
  }

  .p-hamburger span {
    width: 2rem;
    height: 0.2rem;
  }

  .p-hamburger span:nth-child(1) {
    top: 2.1rem;
  }

  .p-hamburger span:nth-child(2) {
    top: 2.8rem;
  }

  .p-hamburger span:nth-child(3) {
    top: 3.5rem;
  }

  .p-hamburger.is-open span:nth-child(1) {
    top: 2.8rem;
  }

  .p-hamburger.is-open span:nth-child(3) {
    top: 2.8rem;
  }

  .p-drawer__content {
    padding-top: 7rem;
    padding-bottom: 10rem;
  }

  .p-drawer__inner {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }

  .p-drawer__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    gap: 5rem;
  }

  .p-drawer__first {
    width: 100%;
  }

  .p-drawer__item {
    border-bottom: 1px solid #909090;
  }

  .p-drawer__item a {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .p-drawer__item a::after {
    top: 3.3rem;
    right: 1.5rem;
    width: 2rem;
    height: 2rem;
  }

  .p-drawer__item-en {
    font-size: 2.8rem;
  }

  .p-drawer__item-ja {
    font-size: 1.6rem;
  }

  .p-drawer__second {
    width: 100%;
  }

  .p-drawer__buttons {
    gap: 2rem;
  }

  .p-mv {
    height: 78rem;
  }

  .p-mv__sub-image {
    top: 8.8rem;
    width: 69.3333333333%;
    aspect-ratio: 260/134;
  }

  .p-mv__main-image {
    bottom: 0;
    width: 32.8rem;
    aspect-ratio: 328/324;
  }

  .p-mv__text-box {
    top: calc(46.4vw + 7.8rem);
    left: 1.5rem;
  }

  .p-mv__en-title {
    padding-right: 0.9rem;
    padding-bottom: 1rem;
  }

  .p-mv__en-title::after {
    height: 0.2rem;
  }

  .p-mv__en-title p {
    font-size: 4rem;
  }

  .p-mv__ja-title {
    margin-top: 1rem;
  }

  .p-mv__ja-title p {
    font-size: 2rem;
  }

  .p-about {
    margin-top: 0;
    padding-top: 6rem;
    padding-bottom: 0;
  }

  .p-about__heading {
    gap: 0;
  }

  .p-about__heading-en p {
    font-size: 1.8rem;
  }

  .p-about__heading-ja {
    margin-left: 0;
  }

  .p-about__heading-ja h2 {
    font-size: 3.6rem;
    line-height: 130%;
    background: transparent;
    -webkit-text-fill-color: initial;
  }

  .p-about__text {
    margin-top: 2rem;
    max-width: initial;
  }

  .p-about__text p {
    font-size: 1.5rem;
    line-height: 200%;
  }

  .p-about__text p + p {
    margin-top: 2em;
  }

  .p-about__link {
    margin-top: 3.5rem;
  }

  .p-about__img {
    position: static;
    margin-top: 6rem;
    margin-left: auto;
    width: 79.4666666667%;
  }

  .p-about__flowing-text-wrap {
    bottom: -6.6rem;
  }

  .p-about__flowing-text span {
    font-size: 6rem;
    padding-left: 3rem;
  }

  .p-service {
    margin-top: 0;
    padding-top: 20rem;
    padding-bottom: 16.5rem;
  }

  .p-service__text-wrap {
    padding-top: 0;
  }

  .p-service__items {
    gap: 4rem;
  }

  .p-service__item::before {
    content: "";
    display: block;
    width: 26rem;
    height: 26rem;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }

  .p-service__item:nth-child(1):before {
    background-image: url(../img/common/service_1.webp);
  }

  .p-service__item:nth-child(2):before {
    background-image: url(../img/common/service_2.webp);
  }

  .p-service__item:nth-child(3):before {
    background-image: url(../img/common/service_3.webp);
  }

  .p-service__item-body {
    margin-left: auto;
    width: 90.9090909091%;
    padding: 3rem 2.5rem;
    position: relative;
    background-color: #ffffff;
    margin-top: -11rem;
    position: relative;
    z-index: 2;
  }

  .p-service__item-title h3 {
    font-size: 2rem;
  }

  .p-service__item-detail {
    margin-top: 1.6rem;
  }

  .p-service__item-link {
    margin-top: 2rem;
  }

  .p-slider {
    margin-top: -10.5rem;
  }

  .p-slider__content {
    gap: 2rem;
  }

  .p-slider__img {
    width: 45.3333333333vw;
    aspect-ratio: 1/1;
  }

  .p-slider__img:nth-child(2) {
    margin-top: 2rem;
  }

  .p-slider__img:nth-child(3) {
    margin-top: 4rem;
  }

  .p-feature__content {
    width: 100%;
    max-width: 59rem;
    margin-inline: auto;
  }

  .p-feature__items {
    gap: 4rem;
  }

  .p-feature__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1rem;
  }

  .p-feature__item:nth-child(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .p-feature__item-img {
    width: calc(100% - 3rem);
  }

  .p-feature__item-img img {
    -webkit-filter: grayscale(0.7);
            filter: grayscale(0.7);
  }

  .p-feature__item-body {
    max-width: initial;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }

  .p-feature__item-number p {
    font-size: 5rem;
    -webkit-text-stroke: 1px #eeeeee;
  }

  .p-feature__item-title {
    margin-top: -2rem;
  }

  .p-feature__item-title h3 {
    font-size: 2.6rem;
  }

  .p-feature__item-detail {
    margin-top: 1.5rem;
  }

  .p-feature__item-link {
    margin-top: 2rem;
  }

  .p-case {
    padding-top: 6rem;
    padding-bottom: 8rem;
  }

  .p-case__content {
    width: 100%;
    max-width: 59rem;
    margin-inline: auto;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }

  .p-case__items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2rem;
  }

  .p-case__items.is-scrollX {
    overflow-x: auto;
  }

  .p-case__item {
    width: 100%;
    max-width: initial;
  }

  .p-case__item:nth-child(odd) {
    margin-top: 0;
  }

  .p-case__item-body {
    padding: 2rem 1.5rem;
  }

  .p-case__item-title h3 {
    font-size: 2rem;
  }

  .p-case__item-detail {
    margin-top: 1.5rem;
  }

  .p-case__link {
    margin-top: 2rem;
  }

  .p-contact {
    padding-top: 6rem;
    padding-bottom: 6rem;
    background-image: url(../img/common/contact_bg-sp.webp);
  }

  .p-contact__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 3rem;
  }

  .p-contact__message {
    margin-top: 3rem;
  }

  .p-contact__message p {
    font-size: 1.5rem;
    text-align: center;
  }

  .p-contact__body {
    width: 100%;
    max-width: 59rem;
    margin-inline: auto;
  }

  .p-contact__items {
    width: 100%;
    gap: 2rem;
  }

  .p-footer__content {
    padding: 4rem 3rem;
  }

  .p-footer__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    gap: 3rem;
  }

  .p-footer__company {
    gap: 1rem;
  }

  .p-footer__company-logo {
    width: 15.8rem;
  }

  .p-footer__items {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }

  .footer__item {
    text-align: left;
  }

  .footer__item a {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .p-footer__copy {
    padding-top: 3.2rem;
    padding-bottom: 3.2rem;
  }

  .u-md-none {
    display: none;
  }

  .u-md-show {
    display: block;
  }

  .u-flex-button {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.5rem;
  }
}

@media screen and (max-width: 390px) {
  html {
    font-size: 2.67vw;
  }
}
/*# sourceMappingURL=style.css.map */