@charset "UTF-8";
*,
*::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;
}

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

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

/* Make images easier to work with */
img {
  display: block;
  max-width: 100%;
  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;
}

/* リキッドレイアウト対応 */
@font-face {
  font-display: swap;
  font-family: "Migikataagari";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/migikataagari.ttf") format("truetype");
}
@-webkit-keyframes shapeScale {
  0%, 100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
  }
}
@keyframes shapeScale {
  0%, 100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
  }
}
@-webkit-keyframes shapeSlide {
  0%, 100% {
    -webkit-transform: translateX(0) translateY(0);
            transform: translateX(0) translateY(0);
  }
  50% {
    -webkit-transform: translateX(10px) translateY(5px);
            transform: translateX(10px) translateY(5px);
  }
}
@keyframes shapeSlide {
  0%, 100% {
    -webkit-transform: translateX(0) translateY(0);
            transform: translateX(0) translateY(0);
  }
  50% {
    -webkit-transform: translateX(10px) translateY(5px);
            transform: translateX(10px) translateY(5px);
  }
}
@-webkit-keyframes shapeRotate {
  0%, 100% {
    -webkit-transform: rotate(30deg);
            transform: rotate(30deg);
  }
  50% {
    -webkit-transform: rotate(60deg);
            transform: rotate(60deg);
  }
}
@keyframes shapeRotate {
  0%, 100% {
    -webkit-transform: rotate(30deg);
            transform: rotate(30deg);
  }
  50% {
    -webkit-transform: rotate(60deg);
            transform: rotate(60deg);
  }
}
@-webkit-keyframes shapeRotateAll {
  0%, 100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes shapeRotateAll {
  0%, 100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes shapeScaleRotated10 {
  0%, 100% {
    -webkit-transform: scale(1) rotate(10deg);
            transform: scale(1) rotate(10deg);
  }
  50% {
    -webkit-transform: scale(1.1) rotate(10deg);
            transform: scale(1.1) rotate(10deg);
  }
}
@keyframes shapeScaleRotated10 {
  0%, 100% {
    -webkit-transform: scale(1) rotate(10deg);
            transform: scale(1) rotate(10deg);
  }
  50% {
    -webkit-transform: scale(1.1) rotate(10deg);
            transform: scale(1.1) rotate(10deg);
  }
}
@-webkit-keyframes shapeScaleRotated45 {
  0%, 100% {
    -webkit-transform: scale(1) rotate(45deg);
            transform: scale(1) rotate(45deg);
  }
  50% {
    -webkit-transform: scale(1.1) rotate(45deg);
            transform: scale(1.1) rotate(45deg);
  }
}
@keyframes shapeScaleRotated45 {
  0%, 100% {
    -webkit-transform: scale(1) rotate(45deg);
            transform: scale(1) rotate(45deg);
  }
  50% {
    -webkit-transform: scale(1.1) rotate(45deg);
            transform: scale(1.1) rotate(45deg);
  }
}
html {
  font-size: 16px;
}
/* pcの電話番号発信対応 */
a[href^="tel:"] {
  pointer-events: none;
}

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

/* hover指定できるPCを想定したスタイル */
/* hoverが使えないタッチ端末を想定した装飾 */
html {
  scroll-behavior: smooth;
  scroll-padding-top: 7.5rem;
}

body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.8;
  min-height: 100vh;
  text-rendering: optimizeSpeed;
}
body [lang=en] {
  font-family: "Lato", sans-serif;
}

main {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.l-about-last-message {
  margin-bottom: -350px;
  margin-bottom: -21.875rem;
  margin-top: 600px;
  margin-top: 37.5rem;
  position: relative;
  z-index: -1;
}

.l-breadcrumb {
  left: 0;
  position: absolute;
  top: 16px;
  top: 1rem;
}
.l-company-profile {
  margin: 120px 0;
  margin: 7.5rem 0;
}

.l-drawer {
  bottom: 0;
  display: none;
  left: 15%;
  overflow: auto;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  z-index: 100;
}

.l-drawer[aria-hidden=false] {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.l-ecmall-feature {
  margin-top: -100px;
  margin-top: -6.25rem;
}

.l-header {
  bottom: auto;
  height: 105px;
  height: 6.5625rem;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 99;
}

.l-inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 1250px;
  max-width: 78.125rem;
  padding-left: 25px;
  padding-left: 1.5625rem;
  padding-right: 25px;
  padding-right: 1.5625rem;
  width: 100%;
}

.l-launch-reason {
  margin-top: -100px;
  margin-top: -6.25rem;
}

.l-lower-mv {
  height: 100vh;
  height: 100svh;
  height: 740px;
  height: 46.25rem;
}

.l-marketing-advertisement {
  margin-top: -100px;
  margin-top: -6.25rem;
}

.l-marketing-works {
  margin-top: -100px;
  margin-top: -6.25rem;
}

.l-menu-button {
  display: none;
}

.l-post-list {
  margin-bottom: 120px;
  margin-bottom: 7.5rem;
  margin-top: 120px;
  margin-top: 7.5rem;
}

.l-section {
  margin-bottom: 120px;
  margin-bottom: 7.5rem;
  margin-top: 120px;
  margin-top: 7.5rem;
}

.l-single {
  margin-bottom: 120px;
  margin-bottom: 7.5rem;
  margin-top: 120px;
  margin-top: 7.5rem;
}

.l-top-mv {
  height: 100vh;
  height: 100svh;
  max-height: 1300px;
  max-height: 81.25rem;
  min-height: 800px;
  min-height: 50rem;
}

.c-btn {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  border: 1px solid #111;
  border-radius: 6.25rem;
  -webkit-box-shadow: 1px 1.8px 1px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 1px 1.8px 1px 0 rgba(0, 0, 0, 0.3);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 18px;
  font-size: 1.125rem;
  height: 60px;
  height: 3.75rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 21px 20px;
  padding: 1.3125rem 1.25rem;
  position: relative;
  -webkit-transition: background-color 0.3s ease-out, color 0.3s ease-out;
  transition: background-color 0.3s ease-out, color 0.3s ease-out;
  width: 280px;
  width: 17.5rem;
  z-index: 1;
}
.c-btn:not(:disabled) {
  color: #111;
}
.c-btn--small {
  font-size: 14px;
  font-size: 0.875rem;
  height: 44px;
  height: 2.75rem;
  padding: 10px;
  padding: 0.625rem;
  width: 168px;
  width: 10.5rem;
}

.c-circle {
  aspect-ratio: 1/1;
  border: 80px solid #cf000e;
  border: 5rem solid #cf000e;
  border-radius: 50%;
  height: auto;
  opacity: 0.4;
  width: 400px;
  width: 25rem;
}

.c-circle--yellow {
  border-color: #ffd24c;
}

.c-circle--orange {
  border-color: #ff4f00;
}

.c-circle--blur {
  -webkit-filter: blur(8px);
          filter: blur(8px);
}

.c-circle--small {
  border-width: 60px;
  border-width: 3.75rem;
  width: 300px;
  width: 18.75rem;
}

.c-circle--large {
  border-width: 100px;
  border-width: 6.25rem;
  width: 500px;
  width: 31.25rem;
}

.c-circle--xlarge {
  border-width: 160px;
  border-width: 10rem;
  width: 800px;
  width: 50rem;
}
.c-circle--xlarge.c-circle--blur {
  -webkit-filter: blur(40px);
          filter: blur(40px);
}

.c-clipping-mask {
  clip-path: inset(0 100% 0 0);
  opacity: 0;
  visibility: hidden;
}

.c-fade-in {
  opacity: 0;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  visibility: hidden;
}

.c-lower-section-title {
  font-size: 32px;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1;
}
.c-lower-section-title span {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1;
}

.c-menu-button {
  height: 18px;
  height: 1.125rem;
  padding: 0;
  position: relative;
  width: 24px;
  width: 1.5rem;
}

.c-menu-button span {
  background-color: #cf000e;
  display: block;
  height: 1.5px;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: background-color 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out, transform 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out, transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  width: 100%;
}

.c-menu-button span:before,
.c-menu-button span::after {
  background-color: #cf000e;
  content: "";
  display: block;
  height: 1.5px;
  position: absolute;
  -webkit-transition: background-color 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out, transform 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out, transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  width: 100%;
}

.c-menu-button span::before {
  -webkit-transform: translateY(calc(-1 * (0.5625rem - 0.75px)));
          transform: translateY(calc(-1 * (0.5625rem - 0.75px)));
  -webkit-transform: translateY(calc(-1 * calc(0.5625rem - 0.75px)));
          transform: translateY(calc(-1 * calc(0.5625rem - 0.75px)));
}

.c-menu-button span::after {
  -webkit-transform: translateY(calc(0.5625rem - 0.75px));
          transform: translateY(calc(0.5625rem - 0.75px));
}

/* ドロワーメニュー展開時 */
.c-menu-button[aria-expanded=true] span {
  background-color: transparent;
}

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

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

.c-no-post {
  font-size: 16px;
  font-size: 1rem;
  text-align: center;
}

.c-section-title {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  gap: 1.25rem;
}

.c-section-title__en {
  font-size: 66px;
  font-size: 4.125rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1;
  text-transform: capitalize;
}
.c-section-title__en > span {
  color: #cf000e;
}

.c-section-title__ja {
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1;
}

.c-square {
  aspect-ratio: 1/1;
  border: 80px solid #cf000e;
  border: 5rem solid #cf000e;
  border-radius: 6.25rem;
  height: auto;
  opacity: 0.4;
  width: 400px;
  width: 25rem;
}

.c-square--yellow {
  border-color: #ffd24c;
}

.c-square--orange {
  border-color: #ff4f00;
}

.c-square--blur {
  -webkit-filter: blur(8px);
          filter: blur(8px);
}

.c-square--small {
  border-radius: 5rem;
  border-width: 60px;
  border-width: 3.75rem;
  width: 300px;
  width: 18.75rem;
}

.c-square--large {
  border-radius: 7.5rem;
  border-width: 100px;
  border-width: 6.25rem;
  width: 450px;
  width: 28.125rem;
}

.c-square--xlarge {
  border-radius: 11.25rem;
  border-width: 150px;
  border-width: 9.375rem;
  width: 700px;
  width: 43.75rem;
}
.c-square--xlarge.c-square--blur {
  -webkit-filter: blur(40px);
          filter: blur(40px);
}

.c-text {
  font-size: 18px;
  font-size: 1.125rem;
  letter-spacing: 0.05em;
  line-height: 1.8;
}

.c-underline-btn {
  color: #111;
  font-family: "Lato", sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  padding-bottom: 10px;
  padding-bottom: 0.625rem;
  padding-left: 16px;
  padding-left: 1rem;
  padding-right: 20px;
  padding-right: 1.25rem;
  padding-top: 8px;
  padding-top: 0.5rem;
  position: relative;
  text-transform: capitalize;
}
.c-underline-btn::before {
  background-color: #111;
  bottom: 0;
  content: "";
  display: block;
  height: 0.5px;
  height: 0.03125rem;
  opacity: 0;
  position: absolute;
  right: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: bottom right;
          transform-origin: bottom right;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
  width: 14px;
  width: 0.875rem;
}
.c-underline-btn::after {
  background-color: #111;
  bottom: 0;
  content: "";
  display: block;
  height: 1px;
  height: 0.0625rem;
  left: 0;
  position: absolute;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: right;
          transform-origin: right;
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  width: 100%;
}

.c-underline-btn.c-underline-btn--small {
  font-size: 16px;
  font-size: 1rem;
  padding-bottom: 6px;
  padding-bottom: 0.375rem;
  padding-left: 10px;
  padding-left: 0.625rem;
  padding-right: 14px;
  padding-right: 0.875rem;
  padding-top: 6px;
  padding-top: 0.375rem;
}
.c-underline-btn.c-underline-btn--small::before {
  width: 10px;
  width: 0.625rem;
}

.c-vertical-line-heading {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 26px;
  font-size: 1.625rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1;
  margin-left: auto;
  margin-right: auto;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
}
.c-vertical-line-heading::before {
  background-color: #cf000e;
  content: "";
  display: block;
  height: 32px;
  height: 2rem;
  margin-right: 14px;
  margin-right: 0.875rem;
  width: 3px;
  width: 0.1875rem;
}

.c-video-modal {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: rgba(0, 0, 0, 0.8);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: 0;
  opacity: 0;
  padding: 20px;
  padding: 1.25rem;
  position: fixed;
  top: 0;
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  visibility: hidden;
  width: 100%;
  z-index: 9999;
}
.c-video-modal.is-active {
  opacity: 1;
  visibility: visible;
}

.c-video-modal__content {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-height: 100%;
  max-width: 800px;
  max-width: 50rem;
  position: relative;
  width: 100%;
}

.c-video-modal__close {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: rgba(255, 255, 255, 0.9);
  border: none;
  border-radius: 50%;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 20px;
  font-size: 1.25rem;
  height: 40px;
  height: 2.5rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  width: 2.5rem;
  z-index: 1;
}
.c-video-modal__close:hover {
  background: rgb(255, 255, 255);
}
.c-video-modal__close::before, .c-video-modal__close::after {
  background: #111;
  content: "";
  height: 2px;
  position: absolute;
  width: 20px;
  width: 1.25rem;
}
.c-video-modal__close::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.c-video-modal__close::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.c-video-modal__video {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}
.c-video-modal__video video {
  -o-object-fit: contain;
  border-radius: 0.5rem;
  height: 100%;
  max-height: 100%;
  max-width: 100%;
     object-fit: contain;
  width: 100%;
}

.c-works-card {
  display: block;
  width: 100%;
}

.c-works-card__media {
  position: relative;
}
.js-works-card[data-video-url] .c-works-card__media {
  cursor: pointer;
}

.c-works-card__thumbnail {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.c-works-card__thumbnail img {
  -o-object-fit: cover;
  aspect-ratio: 372/463;
  height: auto;
     object-fit: cover;
  width: 100%;
}

.c-works-card__play-icon {
  left: 50%;
  opacity: 0.9;
  pointer-events: none;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.c-works-card__play-icon:hover {
  opacity: 1;
}
.c-works-card__play-icon svg {
  display: block;
}

.c-works-card__content {
  margin-top: 12px;
  margin-top: 0.75rem;
}

.c-works-card__client {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 1.2;
}

.c-works-card__title {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.5;
  margin-left: 8px;
  margin-left: 0.5rem;
}

.p-404__inner {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 120px;
  margin-top: 7.5rem;
}

.p-404__title {
  text-align: center;
}

.p-404__btn {
  margin-top: 40px;
  margin-top: 2.5rem;
  width: 240px;
  width: 15rem;
}

.p-about-message {
  background-color: #cf000e;
  color: #fff;
  overflow: hidden;
  position: relative;
  text-align: center;
}
.p-about-message::before {
  background: url(../images/about/about-ribbon.svg) no-repeat center center/contain;
  bottom: 0;
  content: "";
  height: 530px;
  height: 33.125rem;
  left: 50%;
  opacity: 0.3;
  position: absolute;
  width: 936px;
  width: 58.5rem;
}

.p-about-message__inner {
  padding: 120px 0;
  padding: 7.5rem 0;
  position: relative;
}

.p-about-message__title {
  font-size: 42px;
  font-size: 2.625rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.5;
}

.p-about-message__text {
  font-size: 20px;
  font-size: 1.25rem;
  letter-spacing: 0.05em;
  line-height: 2;
  margin-top: 64px;
  margin-top: 4rem;
}

.p-about-message__text > p:not(:first-child) {
  margin-top: 32px;
  margin-top: 2rem;
}

.p-about-message__strong {
  font-size: 32px;
  font-size: 2rem;
  letter-spacing: 0.1em;
  line-height: 1.8;
  margin-top: 64px;
  margin-top: 4rem;
}

.p-about-mission {
  overflow: hidden;
  padding-bottom: 120px;
  padding-bottom: 7.5rem;
  position: relative;
}

.p-about-mission__bg {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.p-about-mission__bg-item {
  position: absolute;
}

.p-about-mission__bg-item:nth-child(1) {
  -webkit-animation: shapeScaleRotated45 5s ease-out infinite;
          animation: shapeScaleRotated45 5s ease-out infinite;
  opacity: 0.3;
  right: -100px;
  right: -6.25rem;
  top: 500px;
  top: 31.25rem;
}

.p-about-mission__bg-item:nth-child(2) {
  -webkit-animation: shapeScale 10s ease-out infinite;
          animation: shapeScale 10s ease-out infinite;
  left: -200px;
  left: -12.5rem;
  opacity: 0.3;
  top: 1000px;
  top: 62.5rem;
}

.p-about-mission__bg-item:nth-child(3) {
  -webkit-animation: shapeScaleRotated10 8s ease-out infinite;
          animation: shapeScaleRotated10 8s ease-out infinite;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
  bottom: 50px;
  bottom: 3.125rem;
  opacity: 0.3;
  right: -50px;
  right: -3.125rem;
}

.p-about-mission__logo {
  height: 80px;
  height: 5rem;
  width: 280px;
  width: 17.5rem;
}
.p-about-mission__logo img {
  -o-object-fit: contain;
  height: 100%;
     object-fit: contain;
  width: 100%;
}

.p-about-mission__box-wrapper {
  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;
  gap: 2rem;
  margin-top: 32px;
  margin-top: 2rem;
}

.p-about-mission__box {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: rgba(240, 176, 180, 0.4);
  border-radius: 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 100px;
  gap: 6.25rem;
  padding-bottom: 50px;
  padding-bottom: 3.125rem;
  padding-left: 100px;
  padding-left: 6.25rem;
  padding-top: 50px;
  padding-top: 3.125rem;
}

.p-about-mission__box-title {
  color: #cf000e;
  font-size: 36px;
  font-size: 2.25rem;
  font-weight: 900;
  letter-spacing: 0.02em;
  line-height: 1;
  text-transform: capitalize;
  width: 200px;
  width: 12.5rem;
}

.p-about-mission__box-text {
  font-size: 36px;
  font-size: 2.25rem;
  letter-spacing: 0.05em;
  line-height: 1;
}

.p-about-mission__policy {
  margin-top: 120px;
  margin-top: 7.5rem;
}

.p-about-mission__policy-title {
  font-size: 40px;
  font-size: 2.5rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}

.p-about-mission__policy-list {
  counter-reset: policy-counter;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 100px;
  gap: 6.25rem;
  margin-top: 40px;
  margin-top: 2.5rem;
}

.p-about-mission__policy-item {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.p-about-mission__policy-item:nth-child(2n) {
  margin-left: auto;
}

.p-about-mission__policy-item-title {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  color: #cf000e;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 34px;
  font-size: 2.125rem;
  font-weight: 700;
  gap: 16px;
  gap: 1rem;
  letter-spacing: 0.05em;
  line-height: 1.25;
}
.p-about-mission__policy-item-title::before {
  content: counter(policy-counter, decimal-leading-zero);
  counter-increment: policy-counter;
  font-family: "Lato", sans-serif;
  font-size: 56px;
  font-size: 3.5rem;
  font-style: italic;
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1;
  margin-top: -10px;
  margin-top: -0.625rem;
}

.p-about-mission__policy-item-text {
  font-size: 22px;
  font-size: 1.375rem;
  margin-top: 16px;
  margin-top: 1rem;
}

.p-about {
  margin-bottom: -100px;
  margin-bottom: -6.25rem;
}

.p-about__content {
  margin-top: 400px;
  margin-top: 25rem;
  position: relative;
}

.p-about__content-bg {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 700px;
  height: 43.75rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: 0;
  position: sticky;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  z-index: -1;
}

.p-about__content-wrapper {
  --mask-opacity: 0;
  background-color: #b0e0e6;
  -webkit-box-shadow: 0 0 1rem 0.25rem rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 1rem 0.25rem rgba(0, 0, 0, 0.3);
  height: 100%;
  max-height: 1200px;
  max-height: 75rem;
  min-height: 700px;
  min-height: 43.75rem;
  position: relative;
  width: 1200px;
  width: 75rem;
  will-change: width, height;
}
.p-about__content-wrapper::after {
  background-color: rgba(0, 0, 0, var(--mask-opacity));
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.p-about__content-bg-img {
  background-image: url(../images/common/about-bg-hands.svg);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 0;
  height: 264px;
  height: 16.5rem;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 1145px;
  width: 71.5625rem;
}

.p-about__copy-wrapper {
  margin-left: auto;
  padding-bottom: 450px;
  padding-bottom: 28.125rem;
  padding-top: 500px;
  padding-top: 31.25rem;
  width: 500px;
  width: 31.25rem;
}

.p-about__copy {
  color: #fff;
  font-size: 26px;
  font-size: 1.625rem;
  letter-spacing: 0.1em;
  line-height: 2;
}

.p-about__text {
  color: #fff;
  margin-top: 80px;
  margin-top: 5rem;
}

.p-about__text-item {
  font-size: 18px;
  font-size: 1.125rem;
  letter-spacing: 0.07em;
  line-height: 2.5;
}

.p-about__text-item:not(:first-child) {
  margin-top: 40px;
  margin-top: 2.5rem;
}

.p-breadcrumb {
  font-family: "Lato", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
}

.p-breadcrumb span[property=itemListElement] a {
  -webkit-text-decoration: underline;
  -webkit-text-decoration: underline;
  text-decoration: underline;
}

.p-breadcrumb span[property=itemListElement]:nth-child(n+2) {
  margin-left: 6px;
  margin-left: 0.375rem;
}

.p-breadcrumb span[property=itemListElement]:nth-child(n+2)::before {
  content: "|";
  display: inline-block;
  margin-right: 6px;
  margin-right: 0.375rem;
}

.p-company-profile__title {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 45px;
  gap: 2.8125rem;
  margin-left: 80px;
  margin-left: 5rem;
}

.p-company-profile__title-en {
  display: block;
  font-family: "Lato", sans-serif;
  font-size: 34px;
  font-size: 2.125rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-transform: capitalize;
}

.p-company-profile__title-ja {
  display: block;
  font-size: 26px;
  font-size: 1.625rem;
  font-weight: 500;
  letter-spacing: 0.05em;
}

.p-company-profile__content {
  margin-top: 80px;
  margin-top: 5rem;
}

.p-company-profile__item {
  border-bottom: 1px solid #c1c1c1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 50px 150px;
  padding: 3.125rem 9.375rem;
}
.p-company-profile__item:first-child {
  border-top: 1px solid #c1c1c1;
}

.p-company-profile__term {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  width: 120px;
  width: 7.5rem;
}

.p-company-profile__desc {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 16px;
  font-size: 1rem;
  margin-left: 100px;
  margin-left: 6.25rem;
}

.p-company-profile__business-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0 6px;
  gap: 0 0.375rem;
}
.p-company-profile__business-list li:not(:first-child)::before {
  content: "/";
  margin-right: 6px;
  margin-right: 0.375rem;
}

.p-contact__inner.l-inner {
  max-width: 960px;
  max-width: 60rem;
}

.p-contact__text {
  text-align: center;
}
.p-contact__text:not(:first-child) {
  margin-top: 24px;
  margin-top: 1.5rem;
}

.p-contact__container {
  margin-top: 100px;
  margin-top: 6.25rem;
}

/* （the_content()で出力したものへのスタイル） */
.p-content h2 {
  font-size: 140%;
  font-weight: 700;
}

.p-content h3 {
  font-size: 130%;
  font-weight: 700;
}

.p-content h4 {
  font-size: 120%;
  font-weight: 700;
}

.p-content h2:nth-of-type(n + 2),
.p-content p + h2 {
  margin-top: 64px;
  margin-top: 4rem;
}

.p-content figure:nth-child(n+2) {
  margin-top: 50px;
  margin-top: 3.125rem;
}

.wp-block-file,
.p-content p:nth-child(n+2),
.p-content h3:nth-child(n+2),
.p-content h4:nth-child(n+2),
.p-content h2 + ul:nth-of-type(n + 2),
.p-content h2 + ol:nth-of-type(n + 2),
.p-content ol > li > ol:nth-of-type(n + 2),
.p-content figure {
  margin-top: 24px;
  margin-top: 1.5rem;
  max-width: 100%;
}

.p-content img {
  width: auto;
}

.p-content figure.aligncenter,
.p-content img.aligncenter {
  margin-left: auto;
  margin-right: auto;
}

.p-content figure.alignright,
.p-content img.alignright {
  margin-left: auto;
}

.p-content > ol {
  counter-reset: number 0;
}

.p-content > ol > li {
  padding-left: 24px;
  padding-left: 1.5rem;
  text-indent: -16px;
  text-indent: -1rem;
}

.p-content > ol > li:nth-child(n+10) {
  text-indent: -24px;
  text-indent: -1.5rem;
}

.p-content > ol > li::before {
  content: counter(number) ". ";
  counter-increment: number 1;
}

.p-content > ol > li > ol {
  counter-reset: number 0;
}

.p-content > ol > li > ol > li {
  padding-left: 24px;
  padding-left: 1.5rem;
  text-indent: -16px;
  text-indent: -1rem;
}

.p-content > ol > li > ol > li::before {
  content: counter(number, lower-alpha) ". ";
  counter-increment: number 1;
}

.p-content > ol > li > ol > li > ol {
  counter-reset: number 0;
}

.p-content > ol > li > ol > li > ol > li {
  padding-left: 22px;
  padding-left: 1.375rem;
}

.p-content > ol > li > ol > li > ol > li:nth-child(1) {
  text-indent: -12px;
  text-indent: -0.75rem;
}

.p-content > ol > li > ol > li > ol > li:nth-child(2) {
  text-indent: -16px;
  text-indent: -1rem;
}

.p-content > ol > li > ol > li > ol > li:nth-child(n+3) {
  text-indent: -20px;
  text-indent: -1.25rem;
}

.p-content > ol > li > ol > li > ol > li::before {
  content: counter(number, lower-roman) ". ";
  counter-increment: number 1;
}

.p-content ul > li {
  padding-left: 1em;
  text-indent: -1em;
}

.p-content ul > li::before {
  content: "・";
}

.p-content ul > li ol {
  counter-reset: number 0;
}

.p-content ul > li ol > li {
  padding-left: 2em;
  text-indent: -2em;
}

.p-content ul > li ol > li::before {
  content: "(" counter(number) ") ";
  counter-increment: number 1;
}

.p-content th {
  border: none;
  padding: 8px 16px;
  padding: 0.5rem 1rem;
  text-align: left;
}

.p-content td {
  border: none;
  padding: 8px 16px;
  padding: 0.5rem 1rem;
}

.p-content tr:nth-child(odd) th,
.p-content tr:nth-child(odd) td {
  background-color: #f9f9fb;
}

.p-content tr:nth-child(even) th,
.p-content tr:nth-child(even) td {
  background-color: #e5e8ed;
}

.p-content .wp-block-table thead {
  border-bottom: none;
}

.p-content figure.aligncenter,
.p-content img.aligncenter {
  float: none;
  margin-left: auto;
  margin-right: auto;
}

.p-content figure.alignright,
.p-content img.alignright {
  float: none;
  margin-left: auto;
}

.p-content a {
  word-wrap: break-word;
  word-wrap: break-word;
  -webkit-text-decoration: underline;
  -webkit-text-decoration: underline;
  text-decoration: underline;
}

.p-content .wp-block-group {
  background-color: #f7f8f8;
  border-radius: 1rem;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 300;
  line-height: 2;
  padding: 24px 30px;
  padding: 1.5rem 1.875rem;
}

.p-content cite {
  font-style: normal;
}

.wp-block-file:not(.wp-element-button) a {
  -webkit-text-decoration: underline;
  -webkit-text-decoration: underline;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: underline;
}

.wp-block-file:not(.wp-element-button) a::before {
  aspect-ratio: 1/1;
  background: url(../images/common/icon_pdf.svg) no-repeat center/contain;
  content: "";
  display: inline-block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: auto;
  margin-right: 8px;
  margin-right: 0.5rem;
  margin-top: 16px;
  margin-top: 1rem;
  -webkit-transform: translateY(-0.5rem);
          transform: translateY(-0.5rem);
  width: 32px;
  width: 2rem;
}

.p-drawer {
  background-color: #cf000e;
}

.p-drawer__inner.l-inner {
  padding-left: 70px;
  padding-left: 4.375rem;
  padding-top: 100px;
  padding-top: 6.25rem;
}

.p-drawer__nav-items {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
  gap: 1.875rem;
}

.p-drawer__nav-item {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.p-drawer__nav-item.has-children {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  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__nav-item > a:not(.c-btn),
.p-drawer__nav-item > span {
  color: #fff;
  font-family: "Lato", sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  padding: 5px 0;
  padding: 0.3125rem 0;
  text-transform: capitalize;
}

.p-drawer__nav-item a.c-btn {
  font-size: 14px;
  font-size: 0.875rem;
  height: 44px;
  height: 2.75rem;
  margin-top: 60px;
  margin-top: 3.75rem;
  width: 180px;
  width: 11.25rem;
}

.p-drawer__nav-sub-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: 2px;
  gap: 0.125rem;
  margin-top: 10px;
  margin-top: 0.625rem;
}

.p-drawer__nav-sub-item > a {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  font-size: 0.875rem;
  gap: 8px;
  gap: 0.5rem;
  padding: 4px 0;
  padding: 0.25rem 0;
}
.p-drawer__nav-sub-item > a::before {
  background-color: #fff;
  content: "";
  display: inline-block;
  height: 1.5px;
  width: 12px;
  width: 0.75rem;
}

.p-ecsupport-feature {
  background-color: #fff;
  border-radius: 6.25rem 6.25rem 0 0;
  padding: 120px 0;
  padding: 7.5rem 0;
}

.p-ecsupport-feature__box {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: rgba(240, 176, 180, 0.4);
  border-radius: 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
  gap: 3.125rem;
  padding: 36px 80px;
  padding: 2.25rem 5rem;
}

.p-ecsupport-feature__box-title {
  color: #cf000e;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 36px;
  font-size: 2.25rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1;
}

.p-ecsupport-feature__box-text {
  font-size: 22px;
  font-size: 1.375rem;
  letter-spacing: 0.05em;
  line-height: 1.4;
}
.p-ecsupport-feature__box-text span {
  color: #cf000e;
  font-weight: 500;
}

.p-ecsupport-feature__content {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 64px;
  margin-top: 4rem;
  width: 100%;
}

.p-ecsupport-feature__diagram-wrapper {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}

.p-ecsupport-feature__diagram {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: rgba(255, 163, 0, 0.3);
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 520px;
  height: 32.5rem;
  padding-top: 80px;
  padding-top: 5rem;
  width: 520px;
  width: 32.5rem;
}
.p-ecsupport-feature__diagram:nth-child(2) {
  background-color: rgba(255, 0, 0, 0.3);
  margin-left: -40px;
  margin-left: -2.5rem;
}

.p-ecsupport-feature__diagram-title {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 22px;
  font-size: 1.375rem;
  letter-spacing: 0.05em;
  line-height: 1;
}
.p-ecsupport-feature__diagram-title::before {
  background-color: #cf000e;
  content: "";
  display: block;
  height: 32px;
  height: 2rem;
  margin-right: 14px;
  margin-right: 0.875rem;
  width: 3px;
  width: 0.1875rem;
}

.p-ecsupport-feature__diagram-creative-list {
  height: 250px;
  height: 15.625rem;
  margin-top: 50px;
  margin-top: 3.125rem;
  position: relative;
  width: 460px;
  width: 28.75rem;
}

.p-ecsupport-feature__diagram-media-list {
  grid-gap: 1.5rem 0;
  background-color: #fbfbfb;
  border-radius: 0.75rem;
  display: grid;
  gap: 24px 0;
  gap: 1.5rem 0;
  grid-template-columns: 0.8fr 1fr;
  margin-top: 50px;
  margin-top: 3.125rem;
  padding: 40px 30px;
  padding: 2.5rem 1.875rem;
  width: 390px;
  width: 24.375rem;
}

.p-ecsupport-feature__diagram-item {
  font-size: 18px;
  font-size: 1.125rem;
  letter-spacing: 0.02em;
  line-height: 1;
}

.p-ecsupport-feature__diagram-item--creative {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  border-radius: 3.125rem;
  border-radius: 3.125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  height: 2.5rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
}
.p-ecsupport-feature__diagram-item--creative:nth-child(1) {
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 300px;
  width: 18.75rem;
  z-index: 1;
}
.p-ecsupport-feature__diagram-item--creative:nth-child(1)::before, .p-ecsupport-feature__diagram-item--creative:nth-child(1)::after {
  background-color: #111;
  bottom: 0;
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  width: 50%;
}
.p-ecsupport-feature__diagram-item--creative:nth-child(1)::before {
  left: 0;
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
  -webkit-transform-origin: right;
          transform-origin: right;
}
.p-ecsupport-feature__diagram-item--creative:nth-child(1)::after {
  right: 0;
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
  -webkit-transform-origin: left;
          transform-origin: left;
}
.p-ecsupport-feature__diagram-item--creative:nth-child(2) {
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 210px;
  width: 13.125rem;
  z-index: 2;
}
.p-ecsupport-feature__diagram-item--creative:nth-child(3) {
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 210px;
  width: 13.125rem;
  z-index: 2;
}
.p-ecsupport-feature__diagram-item--creative:nth-child(4) {
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 300px;
  width: 18.75rem;
  z-index: 1;
}
.p-ecsupport-feature__diagram-item--creative:nth-child(4)::before, .p-ecsupport-feature__diagram-item--creative:nth-child(4)::after {
  background-color: #111;
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  top: 0;
  width: 50%;
}
.p-ecsupport-feature__diagram-item--creative:nth-child(4)::before {
  left: 0;
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
  -webkit-transform-origin: right;
          transform-origin: right;
}
.p-ecsupport-feature__diagram-item--creative:nth-child(4)::after {
  right: 0;
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
  -webkit-transform-origin: left;
          transform-origin: left;
}

.p-ecsupport-feature__diagram-item--media {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  gap: 0.625rem;
  position: relative;
}
.p-ecsupport-feature__diagram-item--media::before {
  background: url(../images/common/icon-check.svg) no-repeat center center/contain;
  content: "";
  display: block;
  height: 14px;
  height: 0.875rem;
  width: 21px;
  width: 1.3125rem;
}

.p-ecsupport-feature__arrow {
  background: url(../images/common/icon-arrow-down-redfill.svg) no-repeat center center/contain;
  height: 37px;
  height: 2.3125rem;
  margin-top: 50px;
  margin-top: 3.125rem;
  width: 56px;
  width: 3.5rem;
}

.p-ecsupport-feature__text {
  margin-top: 60px;
  margin-top: 3.75rem;
  text-align: center;
}
.p-ecsupport-feature__text p {
  font-size: 18px;
  font-size: 1.125rem;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
.p-ecsupport-feature__text p:not(:first-child) {
  margin-top: 24px;
  margin-top: 1.5rem;
}

.p-ecsupport-field {
  background-color: rgba(250, 229, 230, 0.4);
  border-radius: 6.25rem 6.25rem 0 0;
  padding: 120px 0;
  padding: 7.5rem 0;
}

.p-ecsupport-field__card-list {
  grid-gap: 1rem;
  display: grid;
  gap: 16px;
  gap: 1rem;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 60px;
  margin-top: 3.75rem;
  margin-top: 60px;
  margin-top: 3.75rem;
}

.p-ecsupport-field__card {
  border-radius: 0.625rem;
  height: 100%;
  overflow: hidden;
}

.p-ecsupport-field__card-head {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: -webkit-gradient(linear, left bottom, left top, from(#fbdfb0), to(#fbb0b0));
  background: linear-gradient(to top, #fbdfb0, #fbb0b0);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 215px;
  height: 13.4375rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 20px;
  padding: 1.25rem;
}

.p-ecsupport-field__card-img {
  height: 176px;
  height: 11rem;
  width: 236px;
  width: 14.75rem;
}
.p-ecsupport-field__card-img img {
  -o-object-fit: contain;
  height: 100%;
     object-fit: contain;
  width: 100%;
}
.p-ecsupport-field__card:nth-child(2) .p-ecsupport-field__card-img {
  height: 160px;
  height: 10rem;
  width: 191px;
  width: 11.9375rem;
}
.p-ecsupport-field__card:nth-child(3) .p-ecsupport-field__card-img {
  height: 179px;
  height: 11.1875rem;
  width: 240px;
  width: 15rem;
}
.p-ecsupport-field__card:nth-child(4) .p-ecsupport-field__card-img {
  height: 177px;
  height: 11.0625rem;
  width: 238px;
  width: 14.875rem;
}
.p-ecsupport-field__card:nth-child(5) .p-ecsupport-field__card-img {
  height: 166px;
  height: 10.375rem;
  width: 178px;
  width: 11.125rem;
}
.p-ecsupport-field__card:nth-child(6) .p-ecsupport-field__card-img {
  height: 174px;
  height: 10.875rem;
  width: 167px;
  width: 10.4375rem;
}
.p-ecsupport-field__card:nth-child(7) .p-ecsupport-field__card-img {
  height: 171px;
  height: 10.6875rem;
  width: 188px;
  width: 11.75rem;
}
.p-ecsupport-field__card:nth-child(8) .p-ecsupport-field__card-img {
  height: 170px;
  height: 10.625rem;
  width: 184px;
  width: 11.5rem;
}

.p-ecsupport-field__card-body {
  background-color: #fff;
  height: 100%;
  padding: 24px;
  padding: 1.5rem;
}

.p-ecsupport-field__card-title {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1.2;
}

.p-ecsupport-field__card-text {
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 0;
  line-height: 1.4;
  margin-top: 24px;
  margin-top: 1.5rem;
}

.p-ecsupport-field__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 50px;
  margin-top: 3.125rem;
}

.p-ecsupport-message {
  background-color: rgba(250, 229, 230, 0.4);
  padding-bottom: 100px;
  padding-bottom: 6.25rem;
}

.p-ecsupport-message__inner {
  padding-bottom: 120px;
  padding-bottom: 7.5rem;
  padding-top: 120px;
  padding-top: 7.5rem;
  position: relative;
}

.p-ecsupport-message__text {
  font-size: 26px;
  font-size: 1.625rem;
  letter-spacing: 0.05em;
  line-height: 1.5;
  text-align: center;
}

.p-ecsupport-message__text > p:not(:first-child) {
  margin-top: 32px;
  margin-top: 2rem;
}

.p-footer {
  background: #cf000e;
  color: #fff;
  padding-bottom: 40px;
  padding-bottom: 2.5rem;
  padding-top: 50px;
  padding-top: 3.125rem;
}

.p-footer__top-content {
  border-bottom: 1px solid #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 55px;
  padding-bottom: 3.4375rem;
  padding-left: 65px;
  padding-left: 4.0625rem;
  padding-right: 65px;
  padding-right: 4.0625rem;
}

.p-footer__logo {
  height: 53px;
  height: 3.3125rem;
  width: 187px;
  width: 11.6875rem;
}

.p-footer__logo-link {
  display: block;
}
.p-footer__logo-link img {
  -o-object-fit: contain;
  aspect-ratio: 187/53;
  height: auto;
     object-fit: contain;
  width: 100%;
}

.p-footer__address {
  font-style: normal;
  margin-top: 20px;
  margin-top: 1.25rem;
}

.p-footer__nav-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: 20px;
  gap: 1.25rem;
}

.p-footer__nav-item {
  font-size: 16px;
  font-size: 1rem;
  text-transform: uppercase;
}

.p-footer__nav-item > a,
.p-footer__nav-item > span {
  padding: 5px;
  padding: 0.3125rem;
}

.p-footer__nav-sub-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: 4px;
  gap: 0.25rem;
  margin-top: 4px;
  margin-top: 0.25rem;
}

.p-footer__nav-sub-item {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  gap: 0.5rem;
}
.p-footer__nav-sub-item::before {
  background-color: #fff;
  content: "";
  display: inline-block;
  height: 1px;
  width: 20px;
  width: 1.25rem;
}

.p-footer__bottom-content {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-left: 65px;
  padding-left: 4.0625rem;
  padding-right: 65px;
  padding-right: 4.0625rem;
  padding-top: 35px;
  padding-top: 2.1875rem;
}

.p-footer__page-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  gap: 0.9375rem;
}

.p-footer__page-link {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  font-size: 1rem;
  gap: 8px;
  gap: 0.5rem;
  padding: 5px;
  padding: 0.3125rem;
}
.p-footer__page-link::after {
  background: url(../images/common/icon-link.svg) no-repeat center center/contain;
  content: "";
  display: inline-block;
  height: 20px;
  height: 1.25rem;
  width: 20px;
  width: 1.25rem;
}

.p-footer__copyright {
  margin-left: auto;
  margin-right: 48px;
  margin-right: 3rem;
}
.p-footer__copyright > small {
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1;
}

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

.wpcf7-submit {
  padding: 0;
}

.wpcf7-spinner {
  display: none;
}

.p-form__select,
.wpcf7-form-control.wpcf7-select {
  background-color: #fff;
  color: #111;
}

.p-form__row {
  grid-gap: 1.25rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: grid;
  gap: 20px;
  gap: 1.25rem;
  grid-template-columns: 15rem 1fr;
}
.p-form__row--vertical {
  gap: 5px;
  gap: 0.3125rem;
  grid-template-columns: 1fr;
}

.p-form__row:not(:first-child) {
  margin-top: 40px;
  margin-top: 2.5rem;
}

.p-form__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  gap: 1.25rem;
}
.p-form__group--vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  gap: 0.625rem;
}

.p-form__label {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
}

.p-form__required {
  background-color: #cf000e;
  border-radius: 0.25rem;
  color: #fff;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1;
  margin-left: 8px;
  margin-left: 0.5rem;
  padding: 6px 8px;
  padding: 0.375rem 0.5rem;
}

.p-form__note {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
}

.p-form__input,
.p-form__select,
.p-form__textarea {
  border: 1px solid #696969;
  border-radius: 0.25rem;
  font-size: 16px;
  font-size: 1rem;
  padding: 10px 16px;
  padding: 0.625rem 1rem;
  width: 100%;
}

.p-form__textarea {
  min-height: 120px;
  min-height: 7.5rem;
}

.p-form__checkbox--other,
.p-form__radio--other {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  gap: 0.625rem;
}
.p-form__checkbox--other > span,
.p-form__radio--other > span {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.p-form__input-other {
  border-bottom: 1px solid #696969;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.p-form__date-group {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  gap: 0.75rem;
}

.p-form__date-item {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6px;
  gap: 0.375rem;
}

.p-form__select--date {
  background-color: #fff;
  color: #111;
  min-width: 60px;
  min-width: 3.75rem;
  text-align: center;
}
.p-form__date-item:first-child .p-form__select--date {
  min-width: 100px;
  min-width: 6.25rem;
}

.p-form__date-unit {
  color: #111;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
}

.p-form__select--date {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
  background-position: right 8px center;
  background-position: right 0.5rem center;
  background-repeat: no-repeat;
  background-size: 1rem;
  padding-right: 32px;
  padding-right: 2rem;
}

.p-form__name {
  grid-gap: 1.25rem;
  display: grid;
  gap: 20px;
  gap: 1.25rem;
  grid-template-columns: repeat(2, 1fr);
}

.wpcf7-list-item:not(:first-child) {
  margin-left: 30px;
  margin-left: 1.875rem;
}

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

.p-form__radio-group label {
  padding-left: 24px;
  padding-left: 1.5rem;
  position: relative;
}

.p-form input[type=radio] + span::before {
  background: #fff;
  border: 1.5px solid #ddd;
  border-radius: 50%;
  content: "";
  height: 18px;
  height: 1.125rem;
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
  width: 18px;
  width: 1.125rem;
}

.p-form input[type=radio] + span::after {
  background: #111;
  border-radius: 50%;
  content: "";
  height: 8px;
  height: 0.5rem;
  left: 5px;
  left: 0.3125rem;
  opacity: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  width: 8px;
  width: 0.5rem;
}

.p-form input[type=radio]:checked + span::before {
  border-color: #111;
}

.p-form input[type=radio]:checked + span::after {
  opacity: 1;
}

.p-form input[type=radio]:hover + span::before {
  border-color: #666;
}

.p-form__privacy {
  margin-top: 40px;
  margin-top: 2.5rem;
  text-align: center;
}

.p-form__privacy-link {
  -webkit-text-decoration: underline;
  -webkit-text-decoration: underline;
  text-decoration: underline;
}

.p-form input[type=checkbox] + span {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding-left: 30px;
  padding-left: 1.875rem;
  position: relative;
}

.p-form input[type=checkbox] + span::before {
  background: #fff;
  border: 1.5px solid #ddd;
  border-radius: 0.1875rem;
  content: "";
  height: 18px;
  height: 1.125rem;
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
  width: 18px;
  width: 1.125rem;
}

.p-form input[type=checkbox] + span::after {
  border-bottom: 2px solid #fff;
  border-bottom: 0.125rem solid #fff;
  border-right: 2px solid #fff;
  border-right: 0.125rem solid #fff;
  content: "";
  height: 10px;
  height: 0.625rem;
  left: 6px;
  left: 0.375rem;
  opacity: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  width: 6px;
  width: 0.375rem;
}

.p-form input[type=checkbox]:checked + span::before {
  background: #111;
  border-color: #111;
}

.p-form input[type=checkbox]:checked + span::after {
  opacity: 1;
}

.p-form input[type=checkbox]:hover + span::before {
  border-color: #666;
}

.p-form__submit {
  margin-top: 40px;
  margin-top: 2.5rem;
  text-align: center;
}

/* バリデーション時のスタイル */
.p-form__input:user-invalid,
.p-form__textarea:user-invalid,
.p-form__select:user-invalid {
  background-color: #ffeaea;
  border-color: #dc3545;
}

.p-form__radio-group:has(input[type=radio]:user-invalid) {
  background-color: #ffeaea;
  border: 1px solid #dc3545;
  border-radius: 0.25rem;
  padding: 10px 16px;
  padding: 0.625rem 1rem;
}

/* ハニーポット対策のスタイル */
.p-form__honeypot-container {
  height: 0 !important;
  left: -9999px !important;
  opacity: 0 !important;
  overflow: hidden !important;
  position: absolute !important;
  top: -9999px !important;
  visibility: hidden !important;
  width: 0 !important;
  z-index: -1 !important;
}

.p-form__honeypot-container input {
  background: transparent !important;
  border: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  clear: both !important;
  color: transparent !important;
  display: block !important;
  float: left !important;
  font-size: 0 !important;
  height: 0 !important;
  margin: 0 !important;
  outline: none !important;
  padding: 0 !important;
  width: 0 !important;
}

/* ------------------------------------ */
/* フォーム共通書式 */
/* ------------------------------------ */
/* labelタグ：項目のラベルと入力欄を囲うタグ */
.form_block {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 1px dotted #606060;
  display: grid;
  grid-template-columns: 14em 1fr;
  height: auto;
  padding: 1em;
}

/* 必須アイコン */
.form-required {
  background-color: #f67a7a;
  border-radius: 3px;
  color: #fff;
  font-size: 19.2px;
  font-size: 1.2rem;
  margin-left: 2em;
  padding: 2px 8px;
}

/* 任意アイコン */
.form-optional {
  background-color: #6695ED;
  border-radius: 3px;
  color: #fff;
  font-size: 19.2px;
  font-size: 1.2rem;
  margin-left: 2em;
  padding: 2px 8px;
}

/* 入力欄 */
.form_field {
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 0.5em 1em;
}

/* ------------------------------------ */
/* ラジオボタン専用 */
/* ------------------------------------ */
.label_radio + .label_radio {
  margin-left: 2em;
}

.radio_span {
  margin-left: 0.5em;
}

/* ------------------------------------ */
/* checkbox専用 */
/* ------------------------------------ */
.form_checkbox-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}

.label_checkbox {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
}

/* 実際のチェックボックスを非表示にする */
.form_checkbox[type=checkbox] {
  cursor: pointer;
  height: 0;
  opacity: 0;
  position: absolute;
  width: 0;
}

/* カスタムチェックボックスのスタイル */
.checkbox_span {
  cursor: pointer;
  margin-left: 0;
  padding-left: 30px;
  position: relative;
}

/* チェックボックスの箱 */
.checkbox_span::before {
  background-color: #fff;
  border: 2px solid #6695ED;
  border-radius: 3px;
  content: "";
  height: 18px;
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 18px;
}

/* チェックマーク */
.form_checkbox[type=checkbox]:checked + .checkbox_span::after {
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  content: "";
  height: 10px;
  left: 6px;
  position: absolute;
  top: 6px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 6px;
}

/* チェック時の背景色 */
.form_checkbox[type=checkbox]:checked + .checkbox_span::before {
  background-color: #6695ED;
}

/* ------------------------------------ */
/* セレクト：プルダウン専用 */
/* ------------------------------------ */
.select_block {
  padding-left: 1em;
}

/* ------------------------------------ */
/* 段落入力 */
/* ------------------------------------ */
.form_block.--textfield {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  border-bottom: 1px dotted #606060;
  height: auto;
}

.form_field.--textfield {
  height: 20em;
  resize: none;
}

/* ------------------------------------ */
/* 送信ボタン */
/* ------------------------------------ */
.form-btn {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #6695ED;
  border-radius: 5px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 32px;
  font-size: 2rem;
  height: 3em;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: 2em;
  width: 12em;
}

/* ------------------------------------ */
/* 個人情報保護 */
/* ------------------------------------ */
.privacy {
  font-size: 22.4px;
  font-size: 1.4rem;
  margin-top: 1em;
  text-align: center;
}

/* ------------------------------------ */
/* 送信後のサンクスページ専用 */
/* ------------------------------------ */
.section-thanks {
  padding: 100px 40px;
}

.thanks_h1 {
  font-size: 44.8px;
  font-size: 2.8rem;
  text-align: center;
}

.thanks_a {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #6695ED;
  border-radius: 5px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 28.8px;
  font-size: 1.8rem;
  height: 3em;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: 100px;
  width: 12em;
}

.p-header {
  -webkit-transition: background-color 0.3s ease-out, opacity 0.3s ease-out, visibility 0.3s ease-out, -webkit-box-shadow 0.3s ease-out;
  transition: background-color 0.3s ease-out, opacity 0.3s ease-out, visibility 0.3s ease-out, -webkit-box-shadow 0.3s ease-out;
  transition: background-color 0.3s ease-out, box-shadow 0.3s ease-out, opacity 0.3s ease-out, visibility 0.3s ease-out;
  transition: background-color 0.3s ease-out, box-shadow 0.3s ease-out, opacity 0.3s ease-out, visibility 0.3s ease-out, -webkit-box-shadow 0.3s ease-out;
}
.p-header.is-scrolled {
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-box-shadow: 0.375rem 0.375rem 1rem rgba(0, 0, 0, 0.06);
          box-shadow: 0.375rem 0.375rem 1rem rgba(0, 0, 0, 0.06);
}
.p-header.is-hidden {
  opacity: 0;
  visibility: hidden;
}

.p-header__inner {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  max-width: none;
  max-width: initial;
  padding: 0 15px;
  padding: 0 0.9375rem;
}
.p-header__logo {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  width: 152px;
  width: 9.5rem;
}

.p-header__logo-link {
  display: block;
}
.p-header__logo-link img {
  -o-object-fit: contain;
  aspect-ratio: 152/43;
  height: auto;
     object-fit: contain;
  width: 100%;
}

.p-header__pc-nav {
  margin-left: auto;
}

.p-header__pc-nav-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  gap: 1.25rem;
}

.p-header__pc-nav-item {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.p-header__pc-nav-item > a:not(.c-btn),
.p-header__pc-nav-item > span {
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1;
  padding: 8px 0;
  padding: 0.5rem 0;
  position: relative;
  text-transform: capitalize;
  -webkit-transition: color 0.3s ease-out;
  transition: color 0.3s ease-out;
}
.p-header__pc-nav-item > a:not(.c-btn)::after,
.p-header__pc-nav-item > span::after {
  background-color: #cf000e;
  bottom: 0;
  content: "";
  display: block;
  height: 1px;
  left: 0;
  position: absolute;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: right;
          transform-origin: right;
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  width: 100%;
}

.p-header__pc-nav-item a.c-btn {
  margin-left: 10px;
  margin-left: 0.625rem;
}

.p-header__pc-nav-sub-items {
  background-color: #fff;
  border-radius: 0.25rem;
  -webkit-box-shadow: 0 0 0.625rem rgba(0, 0, 0, 0.16);
          box-shadow: 0 0 0.625rem rgba(0, 0, 0, 0.16);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  left: 0;
  opacity: 0;
  padding: 14px 24px;
  padding: 0.875rem 1.5rem;
  position: absolute;
  top: calc(100% + 0.125rem);
  -webkit-transition: opacity 0.3s, visibility 0.3s;
  transition: opacity 0.3s, visibility 0.3s;
  visibility: hidden;
  width: -moz-max-content;
  width: -webkit-max-content;
  width: max-content;
}

.p-header__pc-nav-sub-item > a {
  font-size: 14px;
  font-size: 0.875rem;
  padding: 5px 0;
  padding: 0.3125rem 0;
}
.p-header__menu-button {
  display: none;
}

.p-launch-case {
  background-color: rgba(250, 229, 230, 0.4);
  border-radius: 6.25rem 6.25rem 0 0;
  padding: 120px 0;
  padding: 7.5rem 0;
}

.p-launch-case__content {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 50px;
  margin-top: 3.125rem;
}

.p-launch-case__figure-wrapper {
  height: 540px;
  height: 33.75rem;
  padding: 40px 100px;
  padding: 2.5rem 6.25rem;
  position: relative;
  width: 100%;
}
.p-launch-case__figure-wrapper::before {
  background: url(../images/ec-launch/case-figure-bg.png) no-repeat center center/cover;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.25;
  position: absolute;
  top: 0;
  width: 100%;
}

.p-launch-case__figure-inner {
  height: 100%;
  position: relative;
  width: 100%;
}

.p-launch-case__title {
  margin-right: auto;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
}

.p-launch-case__figure-item {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  gap: 1.25rem;
  height: 190px;
  height: 11.875rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  width: 190px;
  width: 11.875rem;
}
.p-launch-case__figure-item:nth-child(1) {
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.p-launch-case__figure-item:nth-child(1)::before, .p-launch-case__figure-item:nth-child(1)::after {
  background-color: #111;
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  right: -230px;
  right: -14.375rem;
  top: 50%;
  -webkit-transform-origin: left;
          transform-origin: left;
  width: 230px;
  width: 14.375rem;
}
.p-launch-case__figure-item:nth-child(1)::before {
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
}
.p-launch-case__figure-item:nth-child(1)::after {
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
}
.p-launch-case__figure-item:nth-child(2) {
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.p-launch-case__figure-item:nth-child(3) {
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.p-launch-case__figure-item:nth-child(4) {
  right: 0;
  top: 0;
}
.p-launch-case__figure-item:nth-child(4)::before {
  background-color: #111;
  content: "";
  display: block;
  height: 1px;
  left: -230px;
  left: -14.375rem;
  position: absolute;
  top: 50%;
  width: 230px;
  width: 14.375rem;
}
.p-launch-case__figure-item:nth-child(5) {
  bottom: 0;
  right: 0;
}
.p-launch-case__figure-item:nth-child(5)::before {
  background-color: #111;
  content: "";
  display: block;
  height: 1px;
  left: -230px;
  left: -14.375rem;
  position: absolute;
  top: 50%;
  width: 230px;
  width: 14.375rem;
}

.p-launch-case__figure-item:nth-child(1) .p-launch-case__figure-item-icon {
  height: 98px;
  height: 6.125rem;
  width: 117px;
  width: 7.3125rem;
}
.p-launch-case__figure-item:nth-child(2) .p-launch-case__figure-item-icon {
  height: 117px;
  height: 7.3125rem;
  width: 99px;
  width: 6.1875rem;
}
.p-launch-case__figure-item:nth-child(3) .p-launch-case__figure-item-icon {
  height: 117px;
  height: 7.3125rem;
  width: 107px;
  width: 6.6875rem;
}
.p-launch-case__figure-item:nth-child(4) .p-launch-case__figure-item-icon {
  height: 118px;
  height: 7.375rem;
  width: 117px;
  width: 7.3125rem;
}
.p-launch-case__figure-item:nth-child(5) .p-launch-case__figure-item-icon {
  height: 108px;
  height: 6.75rem;
  width: 117px;
  width: 7.3125rem;
}

.p-launch-case__figure-item-text {
  font-size: 18px;
  font-size: 1.125rem;
  letter-spacing: 0.05em;
  line-height: 1.4;
  text-align: center;
}

.p-launch-case__diagram-item--media {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  gap: 0.625rem;
  position: relative;
}
.p-launch-case__diagram-item--media::before {
  background: url(../images/common/icon-check.svg) no-repeat center center/contain;
  content: "";
  display: block;
  height: 14px;
  height: 0.875rem;
  width: 21px;
  width: 1.3125rem;
}

.p-launch-case__arrow {
  background: url(../images/common/icon-arrow-down-redfill.svg) no-repeat center center/contain;
  height: 37px;
  height: 2.3125rem;
  margin-top: 50px;
  margin-top: 3.125rem;
  width: 56px;
  width: 3.5rem;
}

.p-launch-case__text {
  margin-top: 60px;
  margin-top: 3.75rem;
  text-align: center;
}
.p-launch-case__text p {
  font-size: 18px;
  font-size: 1.125rem;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
.p-launch-case__text p:not(:first-child) {
  margin-top: 24px;
  margin-top: 1.5rem;
}

.p-launch-case__arrow {
  background: url(../images/common/icon-arrow-down-redfill.svg) no-repeat center center/contain;
  height: 37px;
  height: 2.3125rem;
  margin-top: 50px;
  margin-top: 3.125rem;
  width: 56px;
  width: 3.5rem;
}

.p-launch-case__text {
  margin-top: 60px;
  margin-top: 3.75rem;
  text-align: center;
}
.p-launch-case__text p {
  font-size: 24px;
  font-size: 1.5rem;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
.p-launch-case__text p:not(:first-child) {
  margin-top: 24px;
  margin-top: 1.5rem;
}
.p-launch-case__text p span {
  color: #cf000e;
}

.p-launch-field {
  background-color: #fff;
  border-radius: 6.25rem 6.25rem 0 0;
  padding: 120px 0;
  padding: 7.5rem 0;
}

.p-launch-field__title {
  margin-right: auto;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
}

.p-launch-field__content {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  margin-top: 50px;
  margin-top: 3.125rem;
}

.p-launch-field__content-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
  gap: 2.5rem;
}

.p-launch-field__content-item-title {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  clip-path: polygon(0 0, 90% 0, 100% 50%, 90% 100%, 0 100%, 10% 50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 400;
  height: 80px;
  height: 5rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
.p-launch-field__content-item:nth-child(1) .p-launch-field__content-item-title {
  background-color: rgba(207, 0, 14, 0.2);
  clip-path: polygon(0 0, 90% 0, 100% 50%, 90% 100%, 0 100%);
}
.p-launch-field__content-item:nth-child(2) .p-launch-field__content-item-title {
  background-color: rgba(207, 0, 14, 0.4);
}
.p-launch-field__content-item:nth-child(3) .p-launch-field__content-item-title {
  background-color: rgba(207, 0, 14, 0.6);
  color: #fff;
}
.p-launch-field__content-item:nth-child(4) .p-launch-field__content-item-title {
  background-color: rgba(207, 0, 14, 0.8);
  color: #fff;
}
.p-launch-field__content-item:nth-child(5) .p-launch-field__content-item-title {
  background-color: #cf000e;
  color: #fff;
}

.p-launch-field__content-item-body {
  height: 100%;
}
.p-launch-field__content-item:not(:first-child) .p-launch-field__content-item-body {
  border-left: 1px solid #111;
}

.p-launch-field__content-item-text {
  background-color: #fcefed;
  font-size: 18px;
  font-size: 1.125rem;
  height: 140px;
  height: 8.75rem;
  line-height: 1.5;
  padding-left: 10px;
  padding-left: 0.625rem;
  padding-right: 10px;
  padding-right: 0.625rem;
  padding-top: 14px;
  padding-top: 0.875rem;
}

.p-launch-field__content-item-list {
  padding: 24px 16px;
  padding: 1.5rem 1rem;
}
.p-launch-field__content-item-list li {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6px;
  gap: 0.375rem;
}
.p-launch-field__content-item-list li::before {
  background-color: #111;
  border-radius: 50%;
  content: "";
  display: block;
  height: 3px;
  height: 0.1875rem;
  width: 3px;
  width: 0.1875rem;
}

.p-launch-field__text {
  margin-top: 50px;
  margin-top: 3.125rem;
  text-align: center;
}
.p-launch-field__text p {
  font-size: 18px;
  font-size: 1.125rem;
  letter-spacing: 0.05em;
  line-height: 1.5;
}

.p-launch-field__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 50px;
  margin-top: 3.125rem;
}

.p-launch-message {
  background-color: rgba(250, 229, 230, 0.4);
  padding-bottom: 100px;
  padding-bottom: 6.25rem;
}

.p-launch-message__inner {
  padding-bottom: 120px;
  padding-bottom: 7.5rem;
  padding-top: 120px;
  padding-top: 7.5rem;
  position: relative;
}

.p-launch-message__text {
  font-size: 26px;
  font-size: 1.625rem;
  letter-spacing: 0.05em;
  line-height: 1.5;
  text-align: center;
}

.p-launch-message__text > p:not(:first-child) {
  margin-top: 32px;
  margin-top: 2rem;
}

.p-launch-reason {
  background-color: #fff;
  border-radius: 6.25rem 6.25rem 0 0;
  padding: 120px 0;
  padding: 7.5rem 0;
}

.p-launch-reason__title {
  margin-left: auto;
  margin-right: auto;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
}

.p-launch-reason__content {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 50px;
  margin-top: 3.125rem;
}

.p-launch-reason__content-item {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
  gap: 2.5rem;
}

.p-launch-reason__content-item-image-wrapper {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  aspect-ratio: 1/1;
  background: -webkit-gradient(linear, left bottom, left top, from(#fbdfb0), to(#fbb0b0));
  background: linear-gradient(to top, #fbdfb0, #fbb0b0);
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 336px;
  width: 21rem;
}

.p-launch-reason__content-item:nth-child(1) .p-launch-reason__content-item-image {
  height: 164px;
  height: 10.25rem;
  width: 263px;
  width: 16.4375rem;
}
.p-launch-reason__content-item:nth-child(2) .p-launch-reason__content-item-image {
  height: 191px;
  height: 11.9375rem;
  width: 289px;
  width: 18.0625rem;
}
.p-launch-reason__content-item:nth-child(3) .p-launch-reason__content-item-image {
  height: 222px;
  height: 13.875rem;
  width: 214px;
  width: 13.375rem;
}
.p-launch-reason__content-item-image img {
  -o-object-fit: cover;
  height: 100%;
     object-fit: cover;
  width: 100%;
}

.p-launch-reason__content-item-text {
  text-align: center;
}
.p-launch-reason__content-item-text p {
  font-size: 18px;
  font-size: 1.125rem;
}

.p-lower-mv {
  position: relative;
}

.p-lower-mv__bg-wrapper {
  bottom: 0;
  height: 110%;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: -1;
}

.p-lower-mv__inner {
  height: 100%;
}

.p-lower-mv__text-wrapper {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p-lower-mv__title {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  gap: 1.25rem;
}

.p-lower-mv__title-main {
  font-size: 48px;
  font-size: 3rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1;
  text-transform: capitalize;
}
.p-lower-mv__title-main > span {
  color: #cf000e;
}

.p-lower-mv__title-sub {
  font-size: 26px;
  font-size: 1.625rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1;
}

.p-lower-mv__text {
  font-size: 26px;
  font-size: 1.625rem;
  letter-spacing: 0.05em;
  line-height: 1.6;
  margin-top: 40px;
  margin-top: 2.5rem;
  text-align: center;
}

.p-lower-mv__button {
  margin-top: 80px;
  margin-top: 5rem;
}

.p-marketing-advertisement {
  background-color: #fff;
  border-radius: 6.25rem 6.25rem 0 0;
  padding: 120px 0;
  padding: 7.5rem 0;
}

.p-marketing-advertisement__title {
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
}

.p-marketing-advertisement__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 50px;
  margin-top: 3.125rem;
}

.p-marketing-advertisement__text-wrapper {
  width: 540px;
  width: 33.75rem;
}

.p-marketing-advertisement__text:not(:first-child) {
  margin-top: 16px;
  margin-top: 1rem;
}

.p-marketing-advertisement__figure {
  height: 252px;
  height: 15.75rem;
  margin-top: -40px;
  margin-top: -2.5rem;
  width: 590px;
  width: 36.875rem;
}
.p-marketing-advertisement__figure img {
  -o-object-fit: contain;
  height: 100%;
     object-fit: contain;
  width: 100%;
}

.p-marketing-advertisement__btn-wrapper {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
  gap: 3.125rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 50px;
  margin-top: 3.125rem;
}

.p-marketing-advertisement__btn {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.p-marketing-advertisement__btn span {
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1;
  margin-bottom: 8px;
  margin-bottom: 0.5rem;
  position: relative;
}
.p-marketing-advertisement__btn span::before, .p-marketing-advertisement__btn span::after {
  background-color: #111;
  content: "";
  height: 100%;
  position: absolute;
  top: 0;
  width: 1px;
}
.p-marketing-advertisement__btn span::before {
  left: -10px;
  left: -0.625rem;
  -webkit-transform: translateY(0.125rem) rotate(-30deg);
          transform: translateY(0.125rem) rotate(-30deg);
}
.p-marketing-advertisement__btn span::after {
  right: -10px;
  right: -0.625rem;
  -webkit-transform: translateY(0.125rem) rotate(30deg);
          transform: translateY(0.125rem) rotate(30deg);
}

.p-marketing-lp {
  background-color: rgba(250, 229, 230, 0.4);
  border-radius: 6.25rem 6.25rem 0 0;
  padding-bottom: 220px;
  padding-bottom: 13.75rem;
  padding-top: 120px;
  padding-top: 7.5rem;
}

.p-marketing-lp__text-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 70px;
  gap: 4.375rem;
}

.p-marketing-lp__text p:not(:first-child) {
  margin-top: 16px;
  margin-top: 1rem;
}

.p-marketing-lp__container {
  border-radius: 0.625rem;
  margin-top: 50px;
  margin-top: 3.125rem;
  overflow: hidden;
  width: 100%;
}

.p-marketing-lp__container-head {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #cf000e;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 26px;
  font-size: 1.625rem;
  height: 70px;
  height: 4.375rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: 0.05em;
  line-height: 1;
  width: 100%;
}

.p-marketing-lp__container-body {
  background-color: #fff;
  padding: 30px 0;
  padding: 1.875rem 0;
}

.p-marketing-lp__container-body-list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}

.p-marketing-lp__container-body-item {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}
.p-marketing-lp__container-body-item:not(:first-child)::before {
  background: url(../images/common/icon-arrow-right-redfill.svg) no-repeat center center/contain;
  content: "";
  height: 18px;
  height: 1.125rem;
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 12px;
  width: 0.75rem;
}

.p-marketing-lp__container-body-item-num {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #cf000e;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1;
  position: relative;
  text-transform: uppercase;
  z-index: 1;
}
.p-marketing-lp__container-body-item-num span {
  font-size: 42px;
  font-size: 2.625rem;
}

.p-marketing-lp__container-body-img-wrapper {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #dedfe4;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 165px;
  height: 10.3125rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: -10px;
  margin-top: -0.625rem;
  width: 165px;
  width: 10.3125rem;
}

.p-marketing-lp__container-body-img img {
  -o-object-fit: contain;
  height: 100%;
     object-fit: contain;
  width: 100%;
}
.p-marketing-lp__container-body-item:nth-child(1) .p-marketing-lp__container-body-img {
  height: 115px;
  height: 7.1875rem;
  width: 125px;
  width: 7.8125rem;
}
.p-marketing-lp__container-body-item:nth-child(2) .p-marketing-lp__container-body-img {
  height: 96px;
  height: 6rem;
  width: 129px;
  width: 8.0625rem;
}
.p-marketing-lp__container-body-item:nth-child(3) .p-marketing-lp__container-body-img {
  height: 100px;
  height: 6.25rem;
  width: 135px;
  width: 8.4375rem;
}
.p-marketing-lp__container-body-item:nth-child(4) .p-marketing-lp__container-body-img {
  height: 107px;
  height: 6.6875rem;
  width: 113px;
  width: 7.0625rem;
}
.p-marketing-lp__container-body-item:nth-child(5) .p-marketing-lp__container-body-img {
  height: 104px;
  height: 6.5rem;
  width: 108px;
  width: 6.75rem;
}

.p-marketing-lp__container-body-item-title {
  font-size: 18px;
  font-size: 1.125rem;
  letter-spacing: 0;
  line-height: 1;
  margin-top: 50px;
  margin-top: 3.125rem;
}

.p-marketing-lp__container-body-text {
  margin-top: 80px;
  margin-top: 5rem;
  position: relative;
  text-align: center;
}
.p-marketing-lp__container-body-text::before {
  border-bottom: 1px solid #111;
  border-left: 1px solid #111;
  border-right: 1px solid #111;
  content: "";
  height: 26px;
  height: 1.625rem;
  left: 50%;
  position: absolute;
  top: -50px;
  top: -3.125rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 960px;
  width: 60rem;
}

.p-marketing-toc {
  background-color: rgba(250, 229, 230, 0.4);
  padding-bottom: 100px;
  padding-bottom: 6.25rem;
}

.p-marketing-toc__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 120px;
  padding-bottom: 7.5rem;
  padding-top: 120px;
  padding-top: 7.5rem;
  position: relative;
}

.p-marketing-toc__item {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
  gap: 1.875rem;
}

.p-marketing-toc__item-link {
  display: block;
  position: relative;
}
.p-marketing-toc__item-link::before {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 0.625rem;
  color: #fff;
  content: "詳しく見る";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 24px;
  font-size: 1.5rem;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: 0;
  letter-spacing: 0.05em;
  opacity: 0;
  position: absolute;
  top: 0;
  -webkit-transition: opacity 0.3s ease-out, visibility 0.3s ease-out;
  transition: opacity 0.3s ease-out, visibility 0.3s ease-out;
  visibility: hidden;
  width: 100%;
  z-index: 1;
}

.p-marketing-toc__item-img {
  border-radius: 0.625rem;
  height: 353px;
  height: 22.0625rem;
  overflow: hidden;
  width: 579px;
  width: 36.1875rem;
}
.p-marketing-toc__item-img img {
  -o-object-fit: cover;
  height: 100%;
     object-fit: cover;
  width: 100%;
}

.p-marketing-works {
  background-color: #fff;
  border-radius: 6.25rem 6.25rem 0 0;
  padding: 120px 0;
  padding: 7.5rem 0;
}

.p-marketing-works__content {
  margin-top: 50px;
  margin-top: 3.125rem;
}

.p-marketing-works__btn {
  margin-top: 50px;
  margin-top: 3.125rem;
  text-align: center;
}

.p-opening {
  -webkit-mask: radial-gradient(circle at 50% 50%, transparent 0%, transparent 0%, #fff 0%);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: 0;
          -webkit-mask: radial-gradient(circle at 50% 50%, transparent 0%, transparent 0%, #fff 0%);
                  mask: radial-gradient(circle at 50% 50%, transparent 0%, transparent 0%, #fff 0%);
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
}

.p-opening__inner {
  padding-bottom: 40px;
  padding-bottom: 2.5rem;
  padding-top: 40px;
  padding-top: 2.5rem;
  position: relative;
}

.p-opening__logo {
  height: 150px;
  height: 9.375rem;
  left: 50%;
  opacity: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  visibility: hidden;
  width: 530px;
  width: 33.125rem;
}
.p-opening__logo img {
  -o-object-fit: contain;
  height: 100%;
     object-fit: contain;
  width: 100%;
}

.p-pagenavi .nav-links,
.p-pagenavi .wp-pagenavi {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  gap: 0.75rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p-pagenavi .first,
.p-pagenavi .last,
.p-pagenavi .current,
.p-pagenavi .extend,
.p-pagenavi .page {
  border: none;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-size: 1rem;
}

.p-pagenavi .previouspostslink,
.p-pagenavi .nextpostslink {
  border: none;
  color: transparent;
  display: inline-block;
  font-size: 0;
  height: 20px;
  height: 1.25rem;
  overflow: hidden;
  position: relative;
  text-indent: -9999px;
  width: 20px;
  width: 1.25rem;
}
.p-pagenavi .previouspostslink::before,
.p-pagenavi .nextpostslink::before {
  border-right: 2px solid #111;
  border-right: 0.125rem solid #111;
  border-top: 2px solid #111;
  border-top: 0.125rem solid #111;
  content: "";
  display: block;
  height: 10px;
  height: 0.625rem;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
  width: 10px;
  width: 0.625rem;
}

.p-pagenavi .previouspostslink {
  margin-right: 10px;
  margin-right: 0.625rem;
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}
.p-pagenavi .previouspostslink::before {
  -webkit-transform: translate(-50%, -50%) rotate(-135deg);
          transform: translate(-50%, -50%) rotate(-135deg);
}

.p-pagenavi .nextpostslink {
  margin-left: 10px;
  margin-left: 0.625rem;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.p-post-list__item {
  border-bottom: 1px solid #c1c1c1;
}

.p-post-list__item:first-child {
  border-top: 1px solid #c1c1c1;
}

.p-post-list__link {
  display: block;
  padding: 80px 80px;
  padding: 5rem 5rem;
}

.p-post-list__date {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
}
.p-post-list__date::before {
  content: "【";
}
.p-post-list__date::after {
  content: "】";
}

.p-post-list__title {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.6;
}

.p-post-list__pagenavi {
  margin-top: 60px;
  margin-top: 3.75rem;
}

.p-post-list__no-post {
  font-size: 16px;
  font-size: 1rem;
  padding: 60px 0;
  padding: 3.75rem 0;
  text-align: center;
}

.p-service-description {
  display: none;
  opacity: 0;
  padding: 120px 0;
  padding: 7.5rem 0;
  position: relative;
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease, height 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease, height 0.3s ease;
  visibility: hidden;
  width: 100%;
}
.p-service-description.is-active {
  display: block;
  opacity: 1;
  visibility: visible;
}
.p-service-description::before {
  border-left: 46px solid transparent;
  border-left: 2.875rem solid transparent;
  border-right: 46px solid transparent;
  border-right: 2.875rem solid transparent;
  bottom: 99%;
  content: "";
  display: block;
  height: 0;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
}
.p-service-description--ec-launch {
  background-color: #ff4f00;
}
.p-service-description--ec-launch::before {
  border-bottom: 48px solid #ff4f00;
  border-bottom: 3rem solid #ff4f00;
  left: calc(50% - 25rem);
}
.p-service-description--ec-mall-support {
  background-color: #ffd24c;
}
.p-service-description--ec-mall-support::before {
  border-bottom: 48px solid #ffd24c;
  border-bottom: 3rem solid #ffd24c;
}
.p-service-description--web-marketing {
  background-color: #cf000e;
}
.p-service-description--web-marketing::before {
  border-bottom: 48px solid #cf000e;
  border-bottom: 3rem solid #cf000e;
  left: calc(50% + 25rem);
}

.p-service-description__title {
  color: #fff;
  font-size: 34px;
  font-size: 2.125rem;
  line-height: 1.4;
  text-align: center;
}
.p-service-description--ec-mall-support .p-service-description__title {
  color: #111;
}

.p-service-description__text {
  color: #fff;
  margin-top: 20px;
  margin-top: 1.25rem;
  text-align: center;
}
.p-service-description--ec-mall-support .p-service-description__text {
  color: #111;
}

.p-service-description__recommend {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 50px;
  margin-top: 3.125rem;
  position: relative;
}

.p-service-description__recommend-title {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 26px;
  font-size: 1.625rem;
  gap: 30px;
  gap: 1.875rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1.4;
}
.p-service-description--ec-mall-support .p-service-description__recommend-title {
  color: #111;
}
.p-service-description__recommend-title::before, .p-service-description__recommend-title::after {
  background-color: #fff;
  content: "";
  display: block;
  height: 50px;
  height: 3.125rem;
  width: 1px;
}
.p-service-description--ec-mall-support .p-service-description__recommend-title::before, .p-service-description--ec-mall-support .p-service-description__recommend-title::after {
  background-color: #111;
}
.p-service-description__recommend-title::before {
  -webkit-transform: rotate(-20deg);
          transform: rotate(-20deg);
}
.p-service-description__recommend-title::after {
  -webkit-transform: rotate(20deg);
          transform: rotate(20deg);
}

.p-service-description__recommend-img {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 560px;
  height: 35rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}

.p-service-description__recommend-img--launch {
  -webkit-transform: translateX(-0.9375rem) translateY(-0.625rem);
          transform: translateX(-0.9375rem) translateY(-0.625rem);
}
.p-service-description__recommend-img--launch img {
  -o-object-fit: contain;
  aspect-ratio: 429/368;
  height: 368px;
  height: 23rem;
     object-fit: contain;
  width: 429px;
  width: 26.8125rem;
}

.p-service-description__recommend-img--mall {
  -webkit-transform: translateX(0.9375rem) translateY(0rem);
          transform: translateX(0.9375rem) translateY(0rem);
}
.p-service-description__recommend-img--mall img {
  -o-object-fit: contain;
  aspect-ratio: 298/449;
  height: 449px;
  height: 28.0625rem;
     object-fit: contain;
  width: 298px;
  width: 18.625rem;
}

.p-service-description__recommend-img--marketing {
  -webkit-transform: translateX(0.75rem) translateY(-1.25rem);
          transform: translateX(0.75rem) translateY(-1.25rem);
}
.p-service-description__recommend-img--marketing img {
  -o-object-fit: contain;
  aspect-ratio: 401/439;
  height: 439px;
  height: 27.4375rem;
     object-fit: contain;
  width: 401px;
  width: 25.0625rem;
}

.p-service-description__recommend-list {
  height: 100%;
  max-width: 1040px;
  max-width: 65rem;
  position: absolute;
  top: 0;
  width: 100%;
}

.p-service-description__recommend-item {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
}
.p-service-description__recommend-item:nth-child(1) {
  background: url(../images/top/service-description-bubble-01.png) no-repeat center center/contain;
  height: 239px;
  height: 14.9375rem;
  left: 40px;
  left: 2.5rem;
  top: 30px;
  top: 1.875rem;
  width: 305px;
  width: 19.0625rem;
}
.p-service-description__recommend-item:nth-child(2) {
  background: url(../images/top/service-description-bubble-02.png) no-repeat center center/contain;
  bottom: 50px;
  bottom: 3.125rem;
  height: 239px;
  height: 14.9375rem;
  left: 0;
  width: 305px;
  width: 19.0625rem;
}
.p-service-description__recommend-item:nth-child(3) {
  background: url(../images/top/service-description-bubble-03.png) no-repeat center center/contain;
  height: 232px;
  height: 14.5rem;
  right: 40px;
  right: 2.5rem;
  top: 30px;
  top: 1.875rem;
  width: 300px;
  width: 18.75rem;
}
.p-service-description__recommend-item:nth-child(4) {
  background: url(../images/top/service-description-bubble-04.png) no-repeat center center/contain;
  bottom: 60px;
  bottom: 3.75rem;
  height: 245px;
  height: 15.3125rem;
  right: 0;
  width: 315px;
  width: 19.6875rem;
}

.p-service-description__recommend-item-text {
  color: #111;
  font-size: 18px;
  font-size: 1.125rem;
  letter-spacing: 0.02em;
  line-height: 1.8;
  text-align: center;
}
.p-service-description__recommend-item-text span {
  -webkit-box-decoration-break: clone;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(0%, rgba(253, 138, 88, 0.4)));
  background: linear-gradient(transparent 70%, rgba(253, 138, 88, 0.4) 0%);
          box-decoration-break: clone;
  font-weight: 700;
  padding: 0 2px;
  padding: 0 0.125rem;
}
.p-service-description__recommend-item:nth-child(1) .p-service-description__recommend-item-text {
  -webkit-transform: translate(-1.5625rem, 0rem);
          transform: translate(-1.5625rem, 0rem);
}
.p-service-description__recommend-item:nth-child(2) .p-service-description__recommend-item-text {
  -webkit-transform: translate(-1.375rem, 0.625rem);
          transform: translate(-1.375rem, 0.625rem);
}
.p-service-description__recommend-item:nth-child(3) .p-service-description__recommend-item-text {
  -webkit-transform: translate(1.5625rem, 0rem);
          transform: translate(1.5625rem, 0rem);
}
.p-service-description__recommend-item:nth-child(4) .p-service-description__recommend-item-text {
  -webkit-transform: translate(1.5625rem, 0.625rem);
          transform: translate(1.5625rem, 0.625rem);
}

.p-service-description__btn {
  margin-top: 50px;
  margin-top: 3.125rem;
  text-align: center;
}

.p-shapes {
  height: 100%;
  margin: 0 auto;
  max-width: none;
  position: relative;
  width: 100%;
}

.p-shapes__item {
  position: absolute;
}

.p-shapes__item:nth-child(1) {
  -webkit-animation: shapeScale 10s ease-out infinite;
          animation: shapeScale 10s ease-out infinite;
  left: 100px;
  left: 6.25rem;
  opacity: 0.3;
  top: -170px;
  top: -10.625rem;
  z-index: 1;
}

.p-shapes__item:nth-child(2) {
  -webkit-animation: shapeScale 8s linear infinite;
          animation: shapeScale 8s linear infinite;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
  bottom: 50px;
  bottom: 3.125rem;
  left: -180px;
  left: -11.25rem;
  opacity: 0.2;
  z-index: 1;
}

.p-shapes__item:nth-child(3) {
  -webkit-animation: shapeScale 6s linear infinite;
          animation: shapeScale 6s linear infinite;
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
  right: -50px;
  right: -3.125rem;
  top: -50px;
  top: -3.125rem;
}

.p-shapes__item:nth-child(4) {
  -webkit-animation: shapeSlide 3s linear infinite;
          animation: shapeSlide 3s linear infinite;
  bottom: 30px;
  bottom: 1.875rem;
  opacity: 0.6;
  right: 150px;
  right: 9.375rem;
}

.p-shapes__item:nth-child(5) {
  -webkit-animation: shapeRotate 3s linear infinite;
          animation: shapeRotate 3s linear infinite;
  left: -50px;
  left: -3.125rem;
  top: 50px;
  top: 3.125rem;
}

.p-shapes__item:nth-child(6) {
  -webkit-animation: shapeRotate 7s ease-out infinite;
          animation: shapeRotate 7s ease-out infinite;
  bottom: 50px;
  bottom: 3.125rem;
  opacity: 0.2;
  right: -150px;
  right: -9.375rem;
  z-index: 1;
}

.p-single__head {
  border-bottom: 1px solid #c1c1c1;
  padding-bottom: 60px;
  padding-bottom: 3.75rem;
  padding-left: 250px;
  padding-left: 15.625rem;
  padding-right: 250px;
  padding-right: 15.625rem;
  width: 100%;
}

.p-single__date {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
}
.p-single__date::before {
  content: "【";
}
.p-single__date::after {
  content: "】";
}

.p-single__title {
  font-size: 32px;
  font-size: 2rem;
  font-weight: 500;
}

.p-single__content {
  margin-top: 60px;
  margin-top: 3.75rem;
  padding-left: 250px;
  padding-left: 15.625rem;
  padding-right: 250px;
  padding-right: 15.625rem;
}

.p-single__archive-link {
  margin-top: 80px;
  margin-top: 5rem;
  text-align: center;
}

.p-single__archive-link a {
  font-size: 18px;
  font-size: 1.125rem;
}
.p-single__archive-link a::before {
  content: "<";
  margin-right: 8px;
  margin-right: 0.5rem;
}

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

.p-thanks__title {
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 700;
  padding-top: 80px;
  padding-top: 5rem;
}

.p-thanks__text {
  margin-top: 30px;
  margin-top: 1.875rem;
}

.p-thanks__btn {
  margin-top: 50px;
  margin-top: 3.125rem;
}

.p-top-mv {
  position: relative;
}

.p-top-mv__bg-wrapper {
  bottom: 0;
  height: 100%;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: -1;
}

.p-top-mv__stroke-svg {
  bottom: -60px;
  bottom: -3.75rem;
  height: 100%;
  left: -80px;
  left: -5rem;
  position: absolute;
  width: 140%;
}
.p-top-mv__stroke-svg svg {
  height: 100%;
  width: 100%;
}

.p-top-mv__inner {
  height: 100%;
}

.p-top-mv__copy-wrapper {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p-top-mv__copy {
  font-size: 55px;
  font-size: 3.4375rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.2;
  text-align: center;
}
.p-top-mv__copy > span {
  color: #cf000e;
  display: inline-block;
  font-family: "Migikataagari", sans-serif;
  font-size: 142px;
  font-size: 8.875rem;
  font-weight: 400;
  letter-spacing: -0.5em;
  margin-left: -20px;
  margin-left: -1.25rem;
  margin-right: 30px;
  margin-right: 1.875rem;
  -webkit-transform: translateY(3%) rotate(-15deg);
          transform: translateY(3%) rotate(-15deg);
}

.p-top-mv__btn {
  margin-top: 80px;
  margin-top: 5rem;
}

.p-top-mv__scroll {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Lato", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  position: absolute;
  right: 80px;
  right: 5rem;
  text-transform: capitalize;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transform-origin: top right;
          transform-origin: top right;
}

.p-top-mv__scroll-arrow {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #111;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 1px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-left: 10px;
  margin-left: 0.625rem;
  width: 200px;
  width: 12.5rem;
}
.p-top-mv__scroll-arrow::after {
  border-right: 1.5px solid #111;
  border-top: 1.5px solid #111;
  content: "";
  display: inline-block;
  height: 10px;
  height: 0.625rem;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 10px;
  width: 0.625rem;
}

.p-top-news {
  padding-bottom: 120px;
  padding-bottom: 7.5rem;
}

.p-top-news__content {
  margin-top: 70px;
  margin-top: 4.375rem;
}

.p-top-news__item:not(:first-child) {
  margin-top: 50px;
  margin-top: 3.125rem;
}

.p-top-news__link {
  border-bottom: 1px solid #111;
  display: block;
  padding-bottom: 15px;
  padding-bottom: 0.9375rem;
  padding-left: 120px;
  padding-left: 7.5rem;
  padding-right: 120px;
  padding-right: 7.5rem;
  position: relative;
}

.p-top-news__date {
  font-size: 20px;
  font-size: 1.25rem;
  letter-spacing: 0.05em;
  line-height: 1.2;
}

.p-top-news__title {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.6;
}

.p-top-news__arrow {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #cf000e;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 53px;
  height: 3.3125rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  right: 120px;
  right: 7.5rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
  width: 53px;
  width: 3.3125rem;
}
.p-top-news__arrow::after {
  background: url(../images/common/icon-arrow-right-white.svg) no-repeat center center/contain;
  content: "";
  height: 16px;
  height: 1rem;
  width: 22px;
  width: 1.375rem;
}
.p-top-news__btn {
  margin-top: 30px;
  margin-top: 1.875rem;
  text-align: right;
}

.p-top-service__content {
  margin-left: auto;
  margin-right: auto;
  margin-top: 100px;
  margin-top: 6.25rem;
  max-width: 1250px;
  max-width: 78.125rem;
  padding-bottom: 50px;
  padding-bottom: 3.125rem;
  padding-left: 25px;
  padding-left: 1.5625rem;
  padding-right: 25px;
  padding-right: 1.5625rem;
  width: 100%;
}

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

.p-top-service__item {
  width: 395px;
  width: 24.6875rem;
}

.p-top-service__item-circle {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  border: 1px solid #111;
  border-radius: 50%;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 395px;
  height: 24.6875rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 50px;
  padding: 3.125rem;
  -webkit-transition: background-color 0.3s ease-out, color 0.3s ease-out;
  transition: background-color 0.3s ease-out, color 0.3s ease-out;
  width: 395px;
  width: 24.6875rem;
}

.p-top-service__item:not(:nth-child(2)) {
  margin-top: 80px;
  margin-top: 5rem;
}

.p-top-service__item-title {
  font-size: 26px;
  font-size: 1.625rem;
  line-height: 1.4;
  text-align: center;
}

.p-top-service__item-icon {
  -webkit-transition: background-image 0.3s ease-out;
  transition: background-image 0.3s ease-out;
}
.p-top-service__item:nth-child(1) .p-top-service__item-icon {
  background: url(../images/top/service-ec-launch-icon.png) no-repeat center center/contain;
  height: 134px;
  height: 8.375rem;
  width: 126px;
  width: 7.875rem;
}
.p-top-service__item:nth-child(2) .p-top-service__item-icon {
  background: url(../images/top/service-ec-mall-support-icon.png) no-repeat center center/contain;
  height: 90px;
  height: 5.625rem;
  width: 209px;
  width: 13.0625rem;
}
.p-top-service__item:nth-child(3) .p-top-service__item-icon {
  background: url(../images/top/service-web-marketing-icon.png) no-repeat center center/contain;
  height: 103px;
  height: 6.4375rem;
  width: 132px;
  width: 8.25rem;
}

.p-top-service__item-copy {
  font-size: 26px;
  font-size: 1.625rem;
  line-height: 1.4;
  text-align: center;
}
.p-top-service__item-copy span {
  display: block;
  font-size: 18px;
  font-size: 1.125rem;
  margin-top: 5px;
  margin-top: 0.3125rem;
}
.p-top-service__item:nth-child(1) .p-top-service__item-circle.is-active {
  background-color: #ff4f00;
  color: #fff;
}
.p-top-service__item:nth-child(1) .p-top-service__item-circle.is-active .p-top-service__item-icon {
  background-image: url(../images/top/service-ec-launch-icon-white.png);
}
.p-top-service__item:nth-child(2) .p-top-service__item-circle.is-active {
  background-color: #ffd24c;
}
.p-top-service__item:nth-child(3) .p-top-service__item-circle.is-active {
  background-color: #cf000e;
  color: #fff;
}
.p-top-service__item:nth-child(3) .p-top-service__item-circle.is-active .p-top-service__item-icon {
  background-image: url(../images/top/service-web-marketing-icon-white.png);
}

.p-works-list {
  grid-gap: 2.5rem;
  display: grid;
  gap: 40px;
  gap: 2.5rem;
  grid-template-columns: repeat(3, 1fr);
}

.p-works-list__card.is-hidden {
  display: none;
}

.p-works-list__more {
  margin-top: 40px;
  margin-top: 2.5rem;
  text-align: center;
}
.p-works-list__more.is-hidden {
  display: none;
}

.u-hidden {
  overflow: hidden;
}

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

.u-sp {
  display: none;
}

.fz10 {
  font-size: max(10px, 10px);
  font-size: max(0.625rem, 10px);
}

.fz12 {
  font-size: max(12px, 10px);
  font-size: max(0.75rem, 10px);
}

.fz14 {
  font-size: max(14px, 10px);
  font-size: max(0.875rem, 10px);
}

.fz16 {
  font-size: max(16px, 10px);
  font-size: max(1rem, 10px);
}

.fz18 {
  font-size: max(18px, 10px);
  font-size: max(1.125rem, 10px);
}

.fz20 {
  font-size: max(20px, 10px);
  font-size: max(1.25rem, 10px);
}

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

@media (max-width: 1250px){
  html {
    font-size: 1.28vw;
  }
}

@media screen and (max-width: 767px){
  html {
    font-size: 4.2666666667vw;
  }
  a[href^="tel:"] {
    pointer-events: initial;
  }
  html {
    scroll-padding-top: 6.25rem;
  }
  .l-about-last-message {
    margin-bottom: -90px;
    margin-bottom: -5.625rem;
    margin-top: 250px;
    margin-top: 15.625rem;
  }
  .l-company-profile {
    margin: 80px 0;
    margin: 5rem 0;
  }
  .l-drawer {
    display: block;
  }
  .l-ecmall-feature {
    margin-top: -50px;
    margin-top: -3.125rem;
  }
  .l-header {
    height: 80px;
    height: 5rem;
  }
  .l-inner {
    max-width: 570px;
    max-width: 35.625rem;
    padding-left: 15px;
    padding-left: 0.9375rem;
    padding-right: 15px;
    padding-right: 0.9375rem;
  }
  .l-launch-reason {
    margin-top: -50px;
    margin-top: -3.125rem;
  }
  .l-lower-mv {
    height: 400px;
    height: 25rem;
  }
  .l-lower-mv--large {
    height: 500px;
    height: 31.25rem;
  }
  .l-marketing-advertisement {
    margin-top: -50px;
    margin-top: -3.125rem;
  }
  .l-marketing-works {
    margin-top: -50px;
    margin-top: -3.125rem;
  }
  .l-menu-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: fixed;
    right: 20px;
    right: 1.25rem;
    top: 31px;
    top: 1.9375rem;
    z-index: 101;
  }
  .l-post-list {
    margin-bottom: 80px;
    margin-bottom: 5rem;
    margin-top: 80px;
    margin-top: 5rem;
  }
  .l-section {
    margin-bottom: 80px;
    margin-bottom: 5rem;
    margin-top: 80px;
    margin-top: 5rem;
  }
  .l-single {
    margin-bottom: 80px;
    margin-bottom: 5rem;
    margin-top: 80px;
    margin-top: 5rem;
  }
  .l-top-mv {
    max-height: 1100px;
    max-height: 68.75rem;
    min-height: 500px;
    min-height: 31.25rem;
  }
  .c-btn {
    font-size: 16px;
    font-size: 1rem;
    height: 50px;
    height: 3.125rem;
    width: 100%;
  }
  .c-circle {
    border-width: 40px;
    border-width: 2.5rem;
    width: 200px;
    width: 12.5rem;
  }
  .c-circle--small {
    border-width: 30px;
    border-width: 1.875rem;
    width: 150px;
    width: 9.375rem;
  }
  .c-circle--large {
    border-width: 50px;
    border-width: 3.125rem;
    width: 250px;
    width: 15.625rem;
  }
  .c-circle--xlarge {
    border-width: 80px;
    border-width: 5rem;
    width: 400px;
    width: 25rem;
  }
  .c-circle--xlarge.c-circle--blur {
    -webkit-filter: blur(20px);
            filter: blur(20px);
  }
  .c-lower-section-title {
    font-size: 24px;
    font-size: 1.5rem;
  }
  .c-lower-section-title span {
    font-size: 16px;
    font-size: 1rem;
  }
  .c-no-post {
    font-size: 24px;
    font-size: 1.5rem;
  }
  .c-section-title {
    gap: 14px;
    gap: 0.875rem;
  }
  .c-section-title__en {
    font-size: 40px;
    font-size: 2.5rem;
  }
  .c-section-title__ja {
    font-size: 20px;
    font-size: 1.25rem;
  }
  .c-square {
    border-radius: 3.75rem;
    border-width: 40px;
    border-width: 2.5rem;
    width: 200px;
    width: 12.5rem;
  }
  .c-square--small {
    border-radius: 3.125rem;
    border-width: 30px;
    border-width: 1.875rem;
    width: 150px;
    width: 9.375rem;
  }
  .c-square--large {
    border-radius: 4.375rem;
    border-width: 50px;
    border-width: 3.125rem;
    width: 250px;
    width: 15.625rem;
  }
  .c-square--xlarge {
    border-radius: 5rem;
    border-width: 60px;
    border-width: 3.75rem;
    width: 300px;
    width: 18.75rem;
  }
  .c-square--xlarge.c-square--blur {
    -webkit-filter: blur(20px);
            filter: blur(20px);
  }
  .c-text {
    font-size: 16px;
    font-size: 1rem;
  }
  .c-underline-btn {
    font-size: 16px;
    font-size: 1rem;
    padding-bottom: 6px;
    padding-bottom: 0.375rem;
    padding-left: 10px;
    padding-left: 0.625rem;
    padding-right: 14px;
    padding-right: 0.875rem;
    padding-top: 6px;
    padding-top: 0.375rem;
  }
  .c-underline-btn::before {
    width: 10px;
    width: 0.625rem;
  }
  .c-vertical-line-heading {
    font-size: 20px;
    font-size: 1.25rem;
  }
  .c-vertical-line-heading::before {
    height: 28px;
    height: 1.75rem;
    width: 2px;
    width: 0.125rem;
  }
  .c-video-modal__content {
    height: 80%;
    width: 80%;
  }
  .c-video-modal__close {
    right: -20px;
    right: -1.25rem;
  }
  .c-works-card__client {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .c-works-card__title {
    font-size: 16px;
    font-size: 1rem;
  }
  .p-about-message::before {
    bottom: -20px;
    bottom: -1.25rem;
    height: 489px;
    height: 30.5625rem;
    left: 30%;
    width: 864px;
    width: 54rem;
  }
  .p-about-message__title {
    font-size: 24px;
    font-size: 1.5rem;
  }
  .p-about-message__text {
    font-size: 16px;
    font-size: 1rem;
    letter-spacing: 0.02em;
  }
  .p-about-message__strong {
    font-size: 18px;
    font-size: 1.125rem;
    letter-spacing: 0;
  }
  .p-about-mission {
    padding-bottom: 80px;
    padding-bottom: 5rem;
  }
  .p-about-mission__bg-item:nth-child(1) {
    right: -100px;
    right: -6.25rem;
    top: 200px;
    top: 12.5rem;
  }
  .p-about-mission__bg-item:nth-child(2) {
    left: -200px;
    left: -12.5rem;
    top: 600px;
    top: 37.5rem;
  }
  .p-about-mission__bg-item:nth-child(3) {
    bottom: 30px;
    bottom: 1.875rem;
    right: -50px;
    right: -3.125rem;
  }
  .p-about-mission__logo {
    height: 40px;
    height: 2.5rem;
    margin-left: auto;
    margin-right: auto;
    width: 140px;
    width: 8.75rem;
  }
  .p-about-mission__box-wrapper {
    gap: 10px;
    gap: 0.625rem;
    margin-top: 20px;
    margin-top: 1.25rem;
  }
  .p-about-mission__box {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
    gap: 0.625rem;
    padding: 15px 18px;
    padding: 0.9375rem 1.125rem;
  }
  .p-about-mission__box-title {
    font-size: 20px;
    font-size: 1.25rem;
  }
  .p-about-mission__box-text {
    font-size: 18px;
    font-size: 1.125rem;
    letter-spacing: 0;
  }
  .p-about-mission__policy {
    margin-top: 80px;
    margin-top: 5rem;
  }
  .p-about-mission__policy-title {
    font-size: 26px;
    font-size: 1.625rem;
  }
  .p-about-mission__policy-list {
    gap: 80px;
    gap: 5rem;
  }
  .p-about-mission__policy-item:nth-child(2n) {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .p-about-mission__policy-item-title {
    font-size: 20px;
    font-size: 1.25rem;
    gap: 10px;
    gap: 0.625rem;
  }
  .p-about-mission__policy-item-title::before {
    font-size: 32px;
    font-size: 2rem;
    margin-top: -5px;
    margin-top: -0.3125rem;
  }
  .p-about-mission__policy-item-text {
    font-size: 14px;
    font-size: 0.875rem;
    letter-spacing: 0;
    line-height: 1.4;
    margin-top: 8px;
    margin-top: 0.5rem;
    width: 300px;
    width: 18.75rem;
  }
  .p-about {
    margin-bottom: 0px;
    margin-bottom: 0rem;
  }
  .p-about__content {
    margin-top: 250px;
    margin-top: 15.625rem;
  }
  .p-about__content-bg {
    height: 420px;
    height: 26.25rem;
  }
  .p-about__content-wrapper {
    min-height: 420px;
    min-height: 26.25rem;
    width: 90%;
  }
  .p-about__content-bg-img {
    aspect-ratio: 1145/264;
    height: auto;
    width: 100%;
  }
  .p-about__copy-wrapper {
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 250px;
    padding-bottom: 15.625rem;
    padding-top: 200px;
    padding-top: 12.5rem;
    width: 280px;
    width: 17.5rem;
  }
  .p-about__copy {
    font-size: 18px;
    font-size: 1.125rem;
  }
  .p-about__text {
    margin-top: 60px;
    margin-top: 3.75rem;
  }
  .p-about__text-item {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .p-about__text-item:not(:first-child) {
    margin-top: 24px;
    margin-top: 1.5rem;
  }
  .p-breadcrumb {
    font-size: 12px;
    font-size: 0.75rem;
  }
  .p-breadcrumb__wrapper {
    overflow-x: auto;
    padding-bottom: 7px;
    padding-bottom: 0.4375rem;
    white-space: nowrap;
  }
  .p-breadcrumb__wrapper::-webkit-scrollbar {
    height: 5px;
    height: 0.3125rem;
  }
  .p-company-profile__title {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 8px;
    gap: 0.5rem;
    margin-left: 10px;
    margin-left: 0.625rem;
  }
  .p-company-profile__title-en {
    font-size: 24px;
    font-size: 1.5rem;
    letter-spacing: 0.02em;
  }
  .p-company-profile__title-ja {
    font-size: 18px;
    font-size: 1.125rem;
  }
  .p-company-profile__content {
    margin-top: 40px;
    margin-top: 2.5rem;
  }
  .p-company-profile__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 20px 10px;
    padding: 1.25rem 0.625rem;
  }
  .p-company-profile__term {
    font-size: 14px;
    font-size: 0.875rem;
    width: 100%;
  }
  .p-company-profile__desc {
    font-size: 14px;
    font-size: 0.875rem;
    margin-left: 0;
    margin-top: 8px;
    margin-top: 0.5rem;
  }
  .p-contact__inner.l-inner {
    max-width: none;
  }
  .p-contact__text {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .p-contact__text:not(:first-child) {
    margin-top: 16px;
    margin-top: 1rem;
  }
  .p-contact__container {
    margin-top: 80px;
    margin-top: 5rem;
  }
  .p-content h2:nth-of-type(n + 2),
  .p-content p + h2 {
    margin-top: 48px;
    margin-top: 3rem;
  }
  .p-content figure:nth-child(n+2) {
    margin-top: 32px;
    margin-top: 2rem;
  }
  .wp-block-file,
  .p-content p:nth-child(n+2),
  .p-content h3:nth-child(n+2),
  .p-content h4:nth-child(n+2),
  .p-content h2 + ul:nth-of-type(n + 2),
  .p-content h2 + ol:nth-of-type(n + 2),
  .p-content ol > li > ol:nth-of-type(n + 2),
  .p-content figure {
    margin-top: 16px;
    margin-top: 1rem;
  }
  .p-content .wp-block-group {
    padding: 24px;
    padding: 1.5rem;
  }
  .wp-block-file:not(.wp-element-button) a::before {
    margin-right: 4px;
    margin-right: 0.25rem;
    margin-top: 8px;
    margin-top: 0.5rem;
    width: 24px;
    width: 1.5rem;
  }
  .p-ecsupport-feature {
    border-radius: 3.125rem;
    padding: 80px 0;
    padding: 5rem 0;
  }
  .p-ecsupport-feature__box {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    border-radius: 0.625rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
    gap: 0.625rem;
    padding: 20px 10px;
    padding: 1.25rem 0.625rem;
  }
  .p-ecsupport-feature__box-title {
    font-size: 18px;
    font-size: 1.125rem;
  }
  .p-ecsupport-feature__box-text {
    font-size: 16px;
    font-size: 1rem;
    letter-spacing: 0;
  }
  .p-ecsupport-feature__diagram-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .p-ecsupport-feature__diagram {
    aspect-ratio: 1/1;
    height: auto;
    padding-top: 40px;
    padding-top: 2.5rem;
    width: 90%;
  }
  .p-ecsupport-feature__diagram:nth-child(2) {
    margin-left: 0;
    margin-top: -30px;
    margin-top: -1.875rem;
    padding-top: 50px;
    padding-top: 3.125rem;
  }
  .p-ecsupport-feature__diagram-title {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .p-ecsupport-feature__diagram-title::before {
    height: 20px;
    height: 1.25rem;
    margin-right: 4px;
    margin-right: 0.25rem;
    width: 2px;
    width: 0.125rem;
  }
  .p-ecsupport-feature__diagram-creative-list {
    height: 170px;
    height: 10.625rem;
    margin-top: 20px;
    margin-top: 1.25rem;
    width: 80%;
  }
  .p-ecsupport-feature__diagram-media-list {
    border-radius: 0.375rem;
    gap: 8px 0;
    gap: 0.5rem 0;
    gap: 20px 0;
    gap: 1.25rem 0;
    margin-top: 24px;
    margin-top: 1.5rem;
    padding: 10px 5px;
    padding: 0.625rem 0.3125rem;
    width: 75%;
  }
  .p-ecsupport-feature__diagram-item {
    font-size: 12px;
    font-size: 0.75rem;
    letter-spacing: 0;
  }
  .p-ecsupport-feature__diagram-item--creative {
    border-radius: 0.3125rem;
    height: 36px;
    height: 2.25rem;
    text-align: center;
  }
  .p-ecsupport-feature__diagram-item--creative:nth-child(1) {
    width: 160px;
    width: 10rem;
  }
  .p-ecsupport-feature__diagram-item--creative:nth-child(2) {
    width: 100px;
    width: 6.25rem;
  }
  .p-ecsupport-feature__diagram-item--creative:nth-child(3) {
    width: 100px;
    width: 6.25rem;
  }
  .p-ecsupport-feature__diagram-item--creative:nth-child(4) {
    width: 160px;
    width: 10rem;
  }
  .p-ecsupport-feature__diagram-item--media {
    gap: 5px;
    gap: 0.3125rem;
  }
  .p-ecsupport-feature__diagram-item--media::before {
    height: 6px;
    height: 0.375rem;
    width: 9px;
    width: 0.5625rem;
  }
  .p-ecsupport-feature__arrow {
    height: 22px;
    height: 1.375rem;
    margin-top: 30px;
    margin-top: 1.875rem;
    width: 33px;
    width: 2.0625rem;
  }
  .p-ecsupport-feature__text {
    margin-top: 40px;
    margin-top: 2.5rem;
  }
  .p-ecsupport-feature__text p {
    font-size: 16px;
    font-size: 1rem;
    letter-spacing: 0.01em;
  }
  .p-ecsupport-field {
    border-radius: 3.125rem 3.125rem 0 0;
    padding: 80px 0;
    padding: 5rem 0;
  }
  .p-ecsupport-field__card-list {
    grid-template-columns: repeat(2, 1fr);
    margin-top: 40px;
    margin-top: 2.5rem;
  }
  .p-ecsupport-field__card-head {
    height: 120px;
    height: 7.5rem;
    padding: 10px;
    padding: 0.625rem;
  }
  .p-ecsupport-field__card-img {
    height: 90px;
    height: 5.625rem;
    width: 120px;
    width: 7.5rem;
  }
  .p-ecsupport-field__card:nth-child(2) .p-ecsupport-field__card-img {
    height: 86px;
    height: 5.375rem;
    width: 103px;
    width: 6.4375rem;
  }
  .p-ecsupport-field__card:nth-child(3) .p-ecsupport-field__card-img {
    height: 89px;
    height: 5.5625rem;
    width: 120px;
    width: 7.5rem;
  }
  .p-ecsupport-field__card:nth-child(4) .p-ecsupport-field__card-img {
    height: 89px;
    height: 5.5625rem;
    width: 119px;
    width: 7.4375rem;
  }
  .p-ecsupport-field__card:nth-child(5) .p-ecsupport-field__card-img {
    height: 91px;
    height: 5.6875rem;
    width: 97px;
    width: 6.0625rem;
  }
  .p-ecsupport-field__card:nth-child(6) .p-ecsupport-field__card-img {
    height: 95px;
    height: 5.9375rem;
    width: 95px;
    width: 5.9375rem;
  }
  .p-ecsupport-field__card:nth-child(7) .p-ecsupport-field__card-img {
    height: 92px;
    height: 5.75rem;
    width: 101px;
    width: 6.3125rem;
  }
  .p-ecsupport-field__card:nth-child(8) .p-ecsupport-field__card-img {
    height: 91px;
    height: 5.6875rem;
    width: 98px;
    width: 6.125rem;
  }
  .p-ecsupport-field__card-body {
    padding: 14px;
    padding: 0.875rem;
  }
  .p-ecsupport-field__card-title {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .p-ecsupport-field__card-text {
    font-size: 12px;
    font-size: 0.75rem;
    margin-top: 16px;
    margin-top: 1rem;
  }
  .p-ecsupport-field__btn {
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
    margin-top: 2.5rem;
    width: 240px;
    width: 15rem;
  }
  .p-ecsupport-message {
    padding-bottom: 50px;
    padding-bottom: 3.125rem;
  }
  .p-ecsupport-message__inner {
    padding-bottom: 80px;
    padding-bottom: 5rem;
    padding-top: 100px;
    padding-top: 6.25rem;
  }
  .p-ecsupport-message__text {
    font-size: 16px;
    font-size: 1rem;
    letter-spacing: 0.02em;
  }
  .p-ecsupport-message__text > p:not(:first-child) {
    margin-top: 16px;
    margin-top: 1rem;
  }
  .p-footer {
    padding-top: 64px;
    padding-top: 4rem;
  }
  .p-footer__inner {
    position: relative;
  }
  .p-footer__inner::before {
    background-color: #fff;
    bottom: 118px;
    bottom: 7.375rem;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    width: 100%;
  }
  .p-footer__top-content {
    border-bottom: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-bottom: 30px;
    padding-bottom: 1.875rem;
    padding-left: 0;
    padding-right: 0;
  }
  .p-footer__logo {
    height: 50px;
    height: 3.125rem;
    width: 175px;
    width: 10.9375rem;
  }
  .p-footer__address {
    font-size: 14px;
    font-size: 0.875rem;
    margin-top: 24px;
    margin-top: 1.5rem;
  }
  .p-footer__nav-items {
    gap: 12px;
    gap: 0.75rem;
    margin-top: 30px;
    margin-top: 1.875rem;
  }
  .p-footer__nav-item {
    font-size: 15px;
    font-size: 0.9375rem;
  }
  .p-footer__nav-item > a,
  .p-footer__nav-item > span {
    padding-left: 0;
  }
  .p-footer__nav-sub-items {
    gap: 2px;
    gap: 0.125rem;
  }
  .p-footer__bottom-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-left: 0;
    padding-right: 0;
    padding-top: 30px;
    padding-top: 1.875rem;
  }
  .p-footer__page-link {
    font-size: 15px;
    font-size: 0.9375rem;
  }
  .p-footer__page-link::after {
    height: 16px;
    height: 1rem;
    -webkit-transform: translateY(0.0625rem);
            transform: translateY(0.0625rem);
    width: 16px;
    width: 1rem;
  }
  .p-footer__copyright {
    margin-left: 0;
    margin-right: 0;
    margin-top: 25px;
    margin-top: 1.5625rem;
  }
  .p-footer__copyright > small {
    font-size: 13px;
    font-size: 0.8125rem;
  }
  .p-form__row {
    gap: 10px;
    gap: 0.625rem;
    grid-template-columns: 1fr;
  }
  .p-form__row:not(:first-child) {
    margin-top: 20px;
    margin-top: 1.25rem;
  }
  .p-form__label {
    font-size: 16px;
    font-size: 1rem;
  }
  .p-form__required {
    font-size: 12px;
    font-size: 0.75rem;
    padding: 4px 6px;
    padding: 0.25rem 0.375rem;
  }
  .p-form__note {
    font-size: 12px;
    font-size: 0.75rem;
  }
  .p-form__checkbox--other,
  .p-form__radio--other {
    gap: 5px;
    gap: 0.3125rem;
  }
  .p-form__input-other {
    max-width: 240px;
    max-width: 15rem;
  }
  .p-form__date-group {
    gap: 8px;
    gap: 0.5rem;
  }
  .p-form__date-item {
    gap: 4px;
    gap: 0.25rem;
  }
  .p-form__date-item:first-child .p-form__select--date {
    min-width: 80px;
    min-width: 5rem;
  }
  .p-form__select--date {
    font-size: 14px;
    font-size: 0.875rem;
    min-width: 50px;
    min-width: 3.125rem;
  }
  .p-form__date-unit {
    font-size: 12px;
    font-size: 0.75rem;
  }
  .p-form__submit {
    margin-left: auto;
    margin-right: auto;
    width: 240px;
    width: 15rem;
  }
  .p-header__logo {
    width: 176px;
    width: 11rem;
  }
  .p-header__pc-nav {
    display: none;
  }
  .p-header__menu-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: auto;
    z-index: 101;
  }
  .p-launch-case {
    border-radius: 3.125rem;
    padding: 80px 0;
    padding: 5rem 0;
  }
  .p-launch-case__figure-wrapper {
    height: 640px;
    height: 40rem;
    padding: 40px 10px;
    padding: 2.5rem 0.625rem;
  }
  .p-launch-case__figure-item {
    gap: 10px;
    gap: 0.625rem;
    height: 145px;
    height: 9.0625rem;
    width: 145px;
    width: 9.0625rem;
  }
  .p-launch-case__figure-item:nth-child(1) {
    left: 50%;
    top: 0;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .p-launch-case__figure-item:nth-child(1)::before, .p-launch-case__figure-item:nth-child(1)::after {
    bottom: -80px;
    bottom: -5rem;
    height: 80px;
    height: 5rem;
    right: 50%;
    top: auto;
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
    -webkit-transform-origin: top;
            transform-origin: top;
    width: 1px;
  }
  .p-launch-case__figure-item:nth-child(1)::before {
    -webkit-transform: rotate(-60deg);
            transform: rotate(-60deg);
  }
  .p-launch-case__figure-item:nth-child(1)::after {
    -webkit-transform: rotate(60deg);
            transform: rotate(60deg);
  }
  .p-launch-case__figure-item:nth-child(2) {
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .p-launch-case__figure-item:nth-child(3) {
    bottom: auto;
    left: auto;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .p-launch-case__figure-item:nth-child(4) {
    bottom: 0;
    left: 0;
    right: auto;
    top: auto;
  }
  .p-launch-case__figure-item:nth-child(4)::before {
    height: 55px;
    height: 3.4375rem;
    left: 50%;
    top: -55px;
    top: -3.4375rem;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 1px;
  }
  .p-launch-case__figure-item:nth-child(5)::before {
    height: 55px;
    height: 3.4375rem;
    left: 50%;
    top: -55px;
    top: -3.4375rem;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 1px;
  }
  .p-launch-case__figure-item:nth-child(1) .p-launch-case__figure-item-icon {
    height: 71px;
    height: 4.4375rem;
    width: 85px;
    width: 5.3125rem;
  }
  .p-launch-case__figure-item:nth-child(2) .p-launch-case__figure-item-icon {
    height: 80px;
    height: 5rem;
    width: 68px;
    width: 4.25rem;
  }
  .p-launch-case__figure-item:nth-child(3) .p-launch-case__figure-item-icon {
    height: 80px;
    height: 5rem;
    width: 73px;
    width: 4.5625rem;
  }
  .p-launch-case__figure-item:nth-child(4) .p-launch-case__figure-item-icon {
    height: 81px;
    height: 5.0625rem;
    width: 80px;
    width: 5rem;
  }
  .p-launch-case__figure-item:nth-child(5) .p-launch-case__figure-item-icon {
    height: 73px;
    height: 4.5625rem;
    width: 80px;
    width: 5rem;
  }
  .p-launch-case__figure-item-text {
    font-size: 14px;
    font-size: 0.875rem;
    letter-spacing: 0;
  }
  .p-launch-case__diagram-item--media {
    gap: 5px;
    gap: 0.3125rem;
  }
  .p-launch-case__diagram-item--media::before {
    height: 6px;
    height: 0.375rem;
    width: 9px;
    width: 0.5625rem;
  }
  .p-launch-case__arrow {
    height: 22px;
    height: 1.375rem;
    margin-top: 30px;
    margin-top: 1.875rem;
    width: 33px;
    width: 2.0625rem;
  }
  .p-launch-case__text {
    margin-top: 40px;
    margin-top: 2.5rem;
  }
  .p-launch-case__text p {
    font-size: 16px;
    font-size: 1rem;
    letter-spacing: 0.01em;
  }
  .p-launch-case__arrow {
    height: 22px;
    height: 1.375rem;
    margin-top: 30px;
    margin-top: 1.875rem;
    width: 33px;
    width: 2.0625rem;
  }
  .p-launch-case__text {
    margin-top: 40px;
    margin-top: 2.5rem;
  }
  .p-launch-case__text p {
    font-size: 18px;
    font-size: 1.125rem;
    letter-spacing: 0.01em;
  }
  .p-launch-field {
    border-radius: 3.125rem;
    padding: 80px 0;
    padding: 5rem 0;
  }
  .p-launch-field__content {
    grid-template-columns: 1fr;
    margin-top: 30px;
    margin-top: 1.875rem;
  }
  .p-launch-field__content-item {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 10px;
    gap: 0.625rem;
    height: 220px;
    height: 13.75rem;
  }
  .p-launch-field__content-item-title {
    clip-path: polygon(0% 0%, 50% 10%, 100% 0%, 100% 90%, 50% 100%, 0% 90%);
    font-size: 16px;
    font-size: 1rem;
    height: 100%;
    width: 60px;
    width: 3.75rem;
  }
  .p-launch-field__content-item:nth-child(1) .p-launch-field__content-item-title {
    clip-path: polygon(0% 0%, 100% 0%, 100% 90%, 50% 100%, 0% 90%);
  }
  .p-launch-field__content-item-title {
    font-size: 16px;
    font-size: 1rem;
    text-orientation: mixed;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
  }
  .p-launch-field__content-item-body {
    height: auto;
  }
  .p-launch-field__content-item:not(:first-child) .p-launch-field__content-item-body {
    border-left: none;
  }
  .p-launch-field__content-item-text {
    background-color: transparent;
    border-bottom: 1px solid #111;
    font-size: 13.5px;
    font-size: 0.84375rem;
    height: auto;
    letter-spacing: 0em;
    padding-bottom: 12px;
    padding-bottom: 0.75rem;
    padding-left: 0;
    padding-right: 0;
    padding-top: 12px;
    padding-top: 0.75rem;
  }
  .p-launch-field__content-item-list {
    -moz-column-gap: 0.375rem;
         -webkit-column-gap: 0.375rem;
            column-gap: 0.375rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    height: 110px;
    height: 6.875rem;
    padding: 12px 0;
    padding: 0.75rem 0;
  }
  .p-launch-field__content-item-list li {
    font-size: 13.5px;
    font-size: 0.84375rem;
    letter-spacing: 0;
    line-height: 1.4;
  }
  .p-launch-field__text {
    margin-top: 30px;
    margin-top: 1.875rem;
  }
  .p-launch-field__btn {
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    margin-top: 1.875rem;
    width: 240px;
    width: 15rem;
  }
  .p-launch-message {
    padding-bottom: 50px;
    padding-bottom: 3.125rem;
  }
  .p-launch-message__inner {
    padding-bottom: 80px;
    padding-bottom: 5rem;
    padding-top: 100px;
    padding-top: 6.25rem;
  }
  .p-launch-message__text {
    font-size: 16px;
    font-size: 1rem;
    letter-spacing: 0.02em;
  }
  .p-launch-message__text > p:not(:first-child) {
    margin-top: 16px;
    margin-top: 1rem;
  }
  .p-launch-reason {
    border-radius: 3.125rem;
    padding: 80px 0;
    padding: 5rem 0;
  }
  .p-launch-reason__content {
    gap: 40px;
    gap: 2.5rem;
    grid-template-columns: 1fr;
    margin-top: 30px;
    margin-top: 1.875rem;
  }
  .p-launch-reason__content-item {
    gap: 20px;
    gap: 1.25rem;
  }
  .p-launch-reason__content-item-image-wrapper {
    width: 270px;
    width: 16.875rem;
  }
  .p-launch-reason__content-item:nth-child(1) .p-launch-reason__content-item-image {
    height: 130px;
    height: 8.125rem;
    width: 209px;
    width: 13.0625rem;
  }
  .p-launch-reason__content-item:nth-child(2) .p-launch-reason__content-item-image {
    height: 152px;
    height: 9.5rem;
    width: 230px;
    width: 14.375rem;
  }
  .p-launch-reason__content-item:nth-child(3) .p-launch-reason__content-item-image {
    height: 176px;
    height: 11rem;
    width: 169px;
    width: 10.5625rem;
  }
  .p-launch-reason__content-item-text p {
    font-size: 16px;
    font-size: 1rem;
  }
  .p-lower-mv__title {
    gap: 14px;
    gap: 0.875rem;
  }
  .p-lower-mv__title-main {
    font-size: 28px;
    font-size: 1.75rem;
    letter-spacing: 0.02em;
  }
  .p-lower-mv__title-sub {
    font-size: 20px;
    font-size: 1.25rem;
  }
  .p-lower-mv__text {
    font-size: 15px;
    font-size: 0.9375rem;
    letter-spacing: 0.02em;
    margin-top: 20px;
    margin-top: 1.25rem;
  }
  .p-lower-mv__button {
    margin-top: 30px;
    margin-top: 1.875rem;
    width: 240px;
    width: 15rem;
  }
  .p-marketing-advertisement {
    border-radius: 3.125rem;
    padding: 80px 0;
    padding: 5rem 0;
  }
  .p-marketing-advertisement__title {
    margin-left: auto;
    margin-right: auto;
  }
  .p-marketing-advertisement__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
    gap: 1.875rem;
    margin-top: 40px;
    margin-top: 2.5rem;
  }
  .p-marketing-advertisement__text-wrapper {
    text-align: center;
    width: 100%;
  }
  .p-marketing-advertisement__text:not(:first-child) {
    margin-top: 10px;
    margin-top: 0.625rem;
  }
  .p-marketing-advertisement__figure {
    height: 128px;
    height: 8rem;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    width: 300px;
    width: 18.75rem;
  }
  .p-marketing-advertisement__btn-wrapper {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
    gap: 1.25rem;
    margin-top: 30px;
    margin-top: 1.875rem;
  }
  .p-marketing-advertisement__btn {
    width: 240px;
    width: 15rem;
  }
  .p-marketing-lp {
    border-radius: 3.125rem;
    padding-bottom: 130px;
    padding-bottom: 8.125rem;
    padding-top: 80px;
    padding-top: 5rem;
  }
  .p-marketing-lp__text-wrapper {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
    gap: 1.875rem;
    text-align: center;
  }
  .p-marketing-lp__text p:not(:first-child) {
    margin-top: 10px;
    margin-top: 0.625rem;
  }
  .p-marketing-lp__container {
    margin-top: 30px;
    margin-top: 1.875rem;
  }
  .p-marketing-lp__container-head {
    font-size: 18px;
    font-size: 1.125rem;
    height: 50px;
    height: 3.125rem;
  }
  .p-marketing-lp__container-body-list {
    gap: 24px;
    gap: 1.5rem;
    grid-template-columns: 1fr;
    padding-left: 36px;
    padding-left: 2.25rem;
  }
  .p-marketing-lp__container-body-item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .p-marketing-lp__container-body-item:not(:first-child)::before {
    display: none;
  }
  .p-marketing-lp__container-body-item-num {
    padding-bottom: 16px;
    padding-bottom: 1rem;
  }
  .p-marketing-lp__container-body-item:not(:first-child) .p-marketing-lp__container-body-item-num::after {
    background-color: #cf000e;
    bottom: 100%;
    content: "";
    height: 50px;
    height: 3.125rem;
    left: 50%;
    position: absolute;
    -webkit-transform: translate(-50%, -0.625rem);
            transform: translate(-50%, -0.625rem);
    width: 1px;
  }
  .p-marketing-lp__container-body-img-wrapper {
    height: 100px;
    height: 6.25rem;
    margin-left: 32px;
    margin-left: 2rem;
    margin-top: 0;
    width: 100px;
    width: 6.25rem;
  }
  .p-marketing-lp__container-body-item:nth-child(1) .p-marketing-lp__container-body-img {
    height: 70px;
    height: 4.375rem;
    width: 77px;
    width: 4.8125rem;
  }
  .p-marketing-lp__container-body-item:nth-child(2) .p-marketing-lp__container-body-img {
    height: 59px;
    height: 3.6875rem;
    width: 80px;
    width: 5rem;
  }
  .p-marketing-lp__container-body-item:nth-child(3) .p-marketing-lp__container-body-img {
    height: 59px;
    height: 3.6875rem;
    width: 80px;
    width: 5rem;
  }
  .p-marketing-lp__container-body-item:nth-child(4) .p-marketing-lp__container-body-img {
    height: 64px;
    height: 4rem;
    width: 68px;
    width: 4.25rem;
  }
  .p-marketing-lp__container-body-item:nth-child(5) .p-marketing-lp__container-body-img {
    height: 64px;
    height: 4rem;
    width: 68px;
    width: 4.25rem;
  }
  .p-marketing-lp__container-body-item-title {
    font-size: 16px;
    font-size: 1rem;
    margin-left: 24px;
    margin-left: 1.5rem;
    margin-top: 0;
  }
  .p-marketing-lp__container-body-text::before {
    display: none;
  }
  .p-marketing-lp__container-body-text {
    margin-top: 30px;
    margin-top: 1.875rem;
  }
  .p-marketing-toc {
    padding-bottom: 50px;
    padding-bottom: 3.125rem;
  }
  .p-marketing-toc__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
    gap: 1.875rem;
    padding-bottom: 80px;
    padding-bottom: 5rem;
    padding-top: 100px;
    padding-top: 6.25rem;
  }
  .p-marketing-toc__item {
    gap: 16px;
    gap: 1rem;
  }
  .p-marketing-toc__item-link::before {
    font-size: 16px;
    font-size: 1rem;
  }
  .p-marketing-toc__item-img {
    height: 200px;
    height: 12.5rem;
    width: 328px;
    width: 20.5rem;
  }
  .p-marketing-works {
    border-radius: 3.125rem;
    padding: 80px 0;
    padding: 5rem 0;
  }
  .p-marketing-works__content {
    margin-top: 30px;
    margin-top: 1.875rem;
  }
  .p-marketing-works__btn {
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    margin-top: 1.875rem;
    width: 240px;
    width: 15rem;
  }
  .p-opening__logo {
    height: 150px;
    height: 9.375rem;
    width: 280px;
    width: 17.5rem;
  }
  .p-pagenavi .nav-links,
  .p-pagenavi .wp-pagenavi {
    gap: 6px;
    gap: 0.375rem;
  }
  .p-pagenavi .first,
  .p-pagenavi .last,
  .p-pagenavi .current,
  .p-pagenavi .extend,
  .p-pagenavi .page {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .p-pagenavi .previouspostslink,
  .p-pagenavi .nextpostslink {
    height: 16px;
    height: 1rem;
    width: 16px;
    width: 1rem;
  }
  .p-pagenavi .previouspostslink::before,
  .p-pagenavi .nextpostslink::before {
    height: 8px;
    height: 0.5rem;
    width: 8px;
    width: 0.5rem;
  }
  .p-pagenavi .previouspostslink {
    margin-right: 6px;
    margin-right: 0.375rem;
  }
  .p-pagenavi .nextpostslink {
    margin-left: 6px;
    margin-left: 0.375rem;
  }
  .p-post-list__link {
    padding: 30px 10px;
    padding: 1.875rem 0.625rem;
  }
  .p-post-list__date {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .p-post-list__title {
    font-size: 16px;
    font-size: 1rem;
  }
  .p-post-list__no-post {
    padding: 40px 0;
    padding: 2.5rem 0;
  }
  .p-service-description {
    padding: 80px 0;
    padding: 5rem 0;
  }
  .p-service-description::before {
    border-left: 30px solid transparent;
    border-left: 1.875rem solid transparent;
    border-right: 30px solid transparent;
    border-right: 1.875rem solid transparent;
  }
  .p-service-description--ec-launch::before {
    border-bottom: 30px solid #ff4f00;
    border-bottom: 1.875rem solid #ff4f00;
    left: 50%;
  }
  .p-service-description--ec-mall-support::before {
    border-bottom: 30px solid #ffd24c;
    border-bottom: 1.875rem solid #ffd24c;
  }
  .p-service-description--web-marketing::before {
    border-bottom: 30px solid #cf000e;
    border-bottom: 1.875rem solid #cf000e;
    left: 50%;
  }
  .p-service-description__title {
    font-size: 22px;
    font-size: 1.375rem;
  }
  .p-service-description__recommend-title {
    font-size: 18px;
    font-size: 1.125rem;
    gap: 20px;
    gap: 1.25rem;
  }
  .p-service-description__recommend-title::before, .p-service-description__recommend-title::after {
    height: 30px;
    height: 1.875rem;
  }
  .p-service-description__recommend-title::before {
    -webkit-transform: rotate(-35deg);
            transform: rotate(-35deg);
  }
  .p-service-description__recommend-title::after {
    -webkit-transform: rotate(35deg);
            transform: rotate(35deg);
  }
  .p-service-description__recommend-img {
    height: 530px;
    height: 33.125rem;
  }
  .p-service-description__recommend-img--launch {
    -webkit-transform: translateX(0) translateY(-0.3125rem);
            transform: translateX(0) translateY(-0.3125rem);
  }
  .p-service-description__recommend-img--launch img {
    height: 199px;
    height: 12.4375rem;
    width: 233px;
    width: 14.5625rem;
  }
  .p-service-description__recommend-img--mall {
    -webkit-transform: translateX(0) translateY(0.625rem);
            transform: translateX(0) translateY(0.625rem);
  }
  .p-service-description__recommend-img--mall img {
    height: 254px;
    height: 15.875rem;
    width: 168px;
    width: 10.5rem;
  }
  .p-service-description__recommend-img--marketing {
    -webkit-transform: translateX(0) translateY(1.25rem);
            transform: translateX(0) translateY(1.25rem);
  }
  .p-service-description__recommend-img--marketing img {
    height: 215px;
    height: 13.4375rem;
    width: 196px;
    width: 12.25rem;
  }
  .p-service-description__recommend-list {
    max-width: none;
  }
  .p-service-description__recommend-item:nth-child(1) {
    height: 125px;
    height: 7.8125rem;
    left: 0;
    top: 80px;
    top: 5rem;
    width: 172px;
    width: 10.75rem;
  }
  .p-service-description__recommend-item:nth-child(2) {
    bottom: 0;
    height: 125px;
    height: 7.8125rem;
    left: 0;
    width: 172px;
    width: 10.75rem;
  }
  .p-service-description__recommend-item:nth-child(3) {
    height: 125px;
    height: 7.8125rem;
    right: 0;
    top: 50px;
    top: 3.125rem;
    width: 168px;
    width: 10.5rem;
  }
  .p-service-description__recommend-item:nth-child(4) {
    bottom: 45px;
    bottom: 2.8125rem;
    height: 125px;
    height: 7.8125rem;
    right: 0;
    width: 168px;
    width: 10.5rem;
  }
  .p-service-description__recommend-item-text {
    font-size: 13.5px;
    font-size: 0.84375rem;
    letter-spacing: 0;
    line-height: 1.5;
  }
  .p-service-description__recommend-item:nth-child(1) .p-service-description__recommend-item-text {
    -webkit-transform: translate(-0.625rem, 0rem);
            transform: translate(-0.625rem, 0rem);
  }
  .p-service-description__recommend-item:nth-child(2) .p-service-description__recommend-item-text {
    -webkit-transform: translate(-0.625rem, 0rem);
            transform: translate(-0.625rem, 0rem);
  }
  .p-service-description__recommend-item:nth-child(3) .p-service-description__recommend-item-text {
    -webkit-transform: translate(0.75rem, -0.3125rem);
            transform: translate(0.75rem, -0.3125rem);
  }
  .p-service-description__recommend-item:nth-child(4) .p-service-description__recommend-item-text {
    -webkit-transform: translate(0.75rem, 0rem);
            transform: translate(0.75rem, 0rem);
  }
  .p-service-description__btn {
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    margin-top: 1.25rem;
    width: 240px;
    width: 15rem;
  }
  .p-shapes__item:nth-child(1) {
    left: 50px;
    left: 3.125rem;
    top: -100px;
    top: -6.25rem;
  }
  .p-shapes__item:nth-child(2) {
    bottom: 50px;
    bottom: 3.125rem;
    left: -100px;
    left: -6.25rem;
  }
  .p-shapes__item:nth-child(3) {
    right: -100px;
    right: -6.25rem;
    top: calc(50% - 10.625rem);
  }
  .p-shapes__item:nth-child(4) {
    bottom: 30px;
    bottom: 1.875rem;
    right: 50px;
    right: 3.125rem;
  }
  .p-shapes__item:nth-child(5) {
    left: -100px;
    left: -6.25rem;
    top: 20px;
    top: 1.25rem;
  }
  .p-shapes__item:nth-child(6) {
    bottom: 50px;
    bottom: 3.125rem;
    right: -100px;
    right: -6.25rem;
  }
  .p-single__head {
    padding-bottom: 30px;
    padding-bottom: 1.875rem;
    padding-left: 10px;
    padding-left: 0.625rem;
    padding-right: 10px;
    padding-right: 0.625rem;
  }
  .p-single__date {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .p-single__title {
    font-size: 18px;
    font-size: 1.125rem;
  }
  .p-single__content {
    margin-top: 30px;
    margin-top: 1.875rem;
    padding-left: 10px;
    padding-left: 0.625rem;
    padding-right: 10px;
    padding-right: 0.625rem;
  }
  .p-single__archive-link {
    margin-top: 40px;
    margin-top: 2.5rem;
  }
  .p-single__archive-link a {
    font-size: 16px;
    font-size: 1rem;
  }
  .p-single__archive-link a::before {
    margin-right: 4px;
    margin-right: 0.25rem;
  }
  .p-thanks {
    text-align: left;
  }
  .p-thanks__title {
    font-size: 18px;
    font-size: 1.125rem;
  }
  .p-thanks__text {
    margin-top: 16px;
    margin-top: 1rem;
  }
  .p-thanks__btn {
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    margin-top: 1.875rem;
    width: 240px;
    width: 15rem;
  }
  .p-top-mv__bg-wrapper {
    height: 105%;
  }
  .p-top-mv__stroke-svg {
    bottom: -40px;
    bottom: -2.5rem;
    height: 97%;
    left: -20px;
    left: -1.25rem;
    width: 220%;
  }
  .p-top-mv__copy {
    font-size: 22px;
    font-size: 1.375rem;
    letter-spacing: 0.02em;
  }
  .p-top-mv__copy > span {
    font-size: 54px;
    font-size: 3.375rem;
    margin-left: -8px;
    margin-left: -0.5rem;
    margin-right: 8px;
    margin-right: 0.5rem;
    -webkit-transform: translateY(8%) rotate(-15deg);
            transform: translateY(8%) rotate(-15deg);
  }
  .p-top-mv__btn {
    margin-top: 30px;
    margin-top: 1.875rem;
    width: 240px;
    width: 15rem;
  }
  .p-top-mv__scroll {
    right: 20px;
    right: 1.25rem;
  }
  .p-top-mv__scroll-arrow {
    width: 100px;
    width: 6.25rem;
  }
  .p-top-news {
    padding-bottom: 80px;
    padding-bottom: 5rem;
  }
  .p-top-news__content {
    margin-top: 40px;
    margin-top: 2.5rem;
  }
  .p-top-news__item:not(:first-child) {
    margin-top: 20px;
    margin-top: 1.25rem;
  }
  .p-top-news__link {
    padding-left: 0;
    padding-right: 0;
  }
  .p-top-news__date {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .p-top-news__title {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.2;
  }
  .p-top-news__arrow {
    height: 30px;
    height: 1.875rem;
    right: 5px;
    right: 0.3125rem;
    width: 30px;
    width: 1.875rem;
  }
  .p-top-news__arrow::after {
    height: 10px;
    height: 0.625rem;
    width: 14px;
    width: 0.875rem;
  }
  .p-top-news__btn {
    margin-top: 20px;
    margin-top: 1.25rem;
  }
  .p-top-service__content {
    margin-top: 40px;
    margin-top: 2.5rem;
    max-width: none;
    padding-bottom: 40px;
    padding-bottom: 2.5rem;
    padding-left: 0;
    padding-right: 0;
  }
  .p-top-service__list {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
    gap: 1.25rem;
  }
  .p-top-service__item {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
    gap: 2.5rem;
    width: 100%;
  }
  .p-top-service__item-circle {
    height: 260px;
    height: 16.25rem;
    margin-left: auto;
    margin-right: auto;
    padding: 30px;
    padding: 1.875rem;
    width: 260px;
    width: 16.25rem;
  }
  .p-top-service__item:not(:nth-child(2)) {
    margin-top: 0;
  }
  .p-top-service__item-title {
    font-size: 18px;
    font-size: 1.125rem;
  }
  .p-top-service__item:nth-child(1) .p-top-service__item-icon {
    height: 80px;
    height: 5rem;
    width: 75px;
    width: 4.6875rem;
  }
  .p-top-service__item:nth-child(2) .p-top-service__item-icon {
    height: 70px;
    height: 4.375rem;
    width: 162px;
    width: 10.125rem;
  }
  .p-top-service__item:nth-child(3) .p-top-service__item-icon {
    height: 70px;
    height: 4.375rem;
    width: 90px;
    width: 5.625rem;
  }
  .p-top-service__item-copy {
    font-size: 18px;
    font-size: 1.125rem;
  }
  .p-top-service__item-copy span {
    font-size: 14px;
    font-size: 0.875rem;
    margin-top: 2px;
    margin-top: 0.125rem;
  }
  .p-works-list {
    gap: 30px;
    gap: 1.875rem;
    grid-template-columns: 1fr;
  }
  .p-works-list__more {
    margin-top: 30px;
    margin-top: 1.875rem;
  }
  .u-pc {
    display: none;
  }
  .u-sp {
    display: block;
  }
}

@media (hover: hover){
  a:hover {
    opacity: 0.8;
  }
  .c-btn:not(:disabled):hover {
    background: #cf000e;
    color: #fff;
    opacity: 1;
  }
  .c-underline-btn:hover {
    opacity: 1;
  }
  .c-underline-btn:hover::before {
    opacity: 1;
  }
  .c-underline-btn:hover::after {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: left;
            transform-origin: left;
  }
  .p-header__pc-nav-item > a:not(.c-btn):hover,
  .p-header__pc-nav-item > span:hover {
    color: #cf000e;
    opacity: 1;
  }
  .p-header__pc-nav-item > a:not(.c-btn):hover::after,
  .p-header__pc-nav-item > span:hover::after {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: left;
            transform-origin: left;
  }
  .p-header__pc-nav-item.has-children:hover .p-header__pc-nav-sub-items {
    opacity: 1;
    visibility: visible;
  }
  .p-marketing-toc__item-link:hover {
    opacity: 1;
  }
  .p-marketing-toc__item-link:hover::before {
    opacity: 1;
    visibility: visible;
  }
  .p-top-news__link:hover .p-top-news__arrow {
    opacity: 0.6;
  }
  .p-top-service__item:nth-child(1) .p-top-service__item-circle:hover {
    background-color: #ff4f00;
    color: #fff;
  }
  .p-top-service__item:nth-child(1) .p-top-service__item-circle:hover .p-top-service__item-icon {
    background-image: url(../images/top/service-ec-launch-icon-white.png);
  }
  .p-top-service__item:nth-child(2) .p-top-service__item-circle:hover {
    background-color: #ffd24c;
  }
  .p-top-service__item:nth-child(3) .p-top-service__item-circle:hover {
    background-color: #cf000e;
    color: #fff;
  }
  .p-top-service__item:nth-child(3) .p-top-service__item-circle:hover .p-top-service__item-icon {
    background-image: url(../images/top/service-web-marketing-icon-white.png);
  }
}

@media (hover: none){
  a:active {
    opacity: 0.8;
  }
}
/*# sourceMappingURL=style.css.map */
