@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;
}

/* リキッドレイアウト対応 */
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: 3.75rem;
}

body {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  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: YakuHanJP_Narrow, "Zen Kaku Gothic New", sans-serif;
  line-height: 1.5;
  min-height: 100vh;
  text-rendering: optimizeSpeed;
}

body.translatepress-en_US {
  font-family: YakuHanJP_Narrow, "Fredoka", sans-serif;
}

body.is-fixed {
  overflow: hidden;
}

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

.l-breadcrumb {
  margin-top: 17px;
  margin-top: 1.0625rem;
}

.l-contact-block {
  margin-top: 92px;
  margin-top: 5.75rem;
}

.l-footer {
  z-index: 99;
}

.l-header-drawer-head {
  bottom: auto;
  height: 60px;
  height: 3.75rem;
  left: 10px;
  position: fixed;
  right: 10px;
  top: 0;
  z-index: 1;
}

.l-header-head {
  bottom: auto;
  height: 60px;
  height: 3.75rem;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 999;
}

.l-inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 1240px;
  max-width: 77.5rem;
  padding-left: 20px;
  padding-left: 1.25rem;
  padding-right: 20px;
  padding-right: 1.25rem;
  width: 100%;
}

.l-layout {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.l-layout__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.l-layout__container.l-layout__container--beige {
  background-color: #fffcee;
  padding-bottom: 160px;
  padding-bottom: 10rem;
}

.l-layout__container.l-layout__container--green {
  background-color: #eef7e6;
  padding-bottom: 188px;
  padding-bottom: 11.75rem;
}

.l-layout__container.l-layout__container--wecan {
  padding-bottom: 206px;
  padding-bottom: 12.875rem;
}

.l-layout__container.l-layout__container--blue {
  background-color: #e2f6ff;
}

.l-layout__container.l-layout__container--white {
  background-color: #ffffff;
}

.l-layout__sidebar {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 200px;
          flex: 0 0 200px;
  z-index: 101;
}

.l-layout__main {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.js-sidebar.is-hidden {
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.l-post-list {
  margin-top: 80px;
  margin-top: 5rem;
}

.l-policy {
  margin-top: 110px;
  margin-top: 6.875rem;
}

.l-spacer {
  height: 200svh;
}

.l-strength-consignment {
  margin-top: 80px;
  margin-top: 5rem;
  padding-bottom: 182px;
  padding-bottom: 11.375rem;
}

.l-strength-direct {
  margin-top: 100px;
  margin-top: 6.25rem;
}

.l-strength-operation {
  margin-top: 86px;
  margin-top: 5.375rem;
}

.l-top-instagram {
  margin-top: 70px;
  margin-top: 4.375rem;
  padding-left: 95px;
  padding-left: 5.9375rem;
}

.l-top-message {
  margin-top: 58px;
  margin-top: 3.625rem;
}

.l-wecan {
  margin-top: 116px;
  margin-top: 7.25rem;
}

.c-arrow-button {
  background-color: #dba78a;
  border: 1px solid #dba78a;
  border-radius: 1.875rem;
  color: #ffffff;
  display: inline-block;
  font-size: max(18px, 10px);
  font-size: max(1.125rem, 10px);
  line-height: 1;
  max-width: 420px;
  max-width: 26.25rem;
  padding: 20px;
  padding: 1.25rem;
  position: relative;
  text-align: center;
  -webkit-transition: right 0.3s;
  transition: right 0.3s;
  width: 100%;
}

.c-arrow-button:after {
  border-right: solid 2px currentColor;
  border-top: solid 2px currentColor;
  content: "";
  height: 10px;
  height: 0.625rem;
  position: absolute;
  right: 30px;
  right: 1.875rem;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  -webkit-transition: right 0.3s;
  transition: right 0.3s;
  width: 10px;
  width: 0.625rem;
}

.c-arrow-button:hover {
  opacity: 1;
}

.c-arrow-button:hover:after {
  right: 20px;
  right: 1.25rem;
}

.c-button {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-image: url("../images/common/bg-orange.png");
  border-radius: 1.875rem;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: YakuHanJP_Narrow, "Fredoka", sans-serif;
  font-size: max(12px, 10px);
  font-size: max(0.75rem, 10px);
  font-weight: 600;
  gap: 10px;
  gap: 0.625rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  letter-spacing: 0.2em;
  line-height: 1;
  max-width: 210px;
  padding: 24px 29px;
  padding: 1.5rem 1.8125rem;
  -webkit-transition: scale 0.3s ease;
  transition: scale 0.3s ease;
  width: 100%;
}

.c-button:hover {
  opacity: 1;
  scale: 1.1;
}

.c-button:after {
  aspect-ratio: 7/11;
  background-color: #ffffff;
  clip-path: polygon(7px 50%, 0% 0%, 0% 11px);
  content: "";
  display: block;
  position: relative;
  width: 7px;
}

.c-button.c-button--red {
  background-image: url("../images/common/bg-red.png");
}

.c-button.c-button--green {
  background-image: url("../images/common/bg-green.png");
}

.c-button.c-button--blue {
  background-image: url("../images/common/bg-blue.png");
}

.c-button--medium {
  max-width: 120px;
  max-width: 7.5rem;
  padding: 14px 18px 14px 24px;
  padding: 0.875rem 1.125rem 0.875rem 1.5rem;
}

.c-button.c-button--medium:after {
  aspect-ratio: 13/10;
  background: url(../images/common/link-icon.svg) no-repeat center center/cover;
  clip-path: none;
  width: 17px;
  width: 1.0625rem;
}

.c-button--small {
  max-width: 100px;
  max-width: 6.25rem;
  padding: 9px 16px;
  padding: 0.5625rem 1rem;
}

.c-button.c-button--small:after {
  aspect-ratio: 13/10;
  background: url(../images/common/link-icon.svg) no-repeat center center/cover;
  clip-path: none;
  width: 13px;
  width: 0.8125rem;
}

.c-company-info-text {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  color: #4d4d4d;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-family: YakuHanJP_Narrow, "Zen Kaku Gothic New", sans-serif;
  font-size: max(15px, 10px);
  font-size: max(0.9375rem, 10px);
  font-weight: 500;
  gap: 2px;
  gap: 0.125rem;
  letter-spacing: 0.05em;
  line-height: 2;
}

.c-company-info-text::before {
  aspect-ratio: 1/1;
  background-color: #ff8941;
  border-radius: 62.4375rem;
  content: "";
  display: inline-block;
  height: auto;
  min-width: 13px;
  min-width: 0.8125rem;
  position: relative;
  top: 0.6em;
  width: 13px;
  width: 0.8125rem;
}

.c-footer-text {
  color: #ffffff;
  display: block;
  font-family: YakuHanJP_Narrow, "Zen Kaku Gothic New", sans-serif;
  font-size: max(16px, 10px);
  font-size: max(1rem, 10px);
  font-weight: 700;
  line-height: 1.5;
}

.c-footer-text::after {
  -webkit-mask-image: url("../images/common/link-icon.svg");
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  aspect-ratio: 13/10;
  background-color: currentColor;
  content: "";
  display: inline-block;
  margin-left: 0.8em;
  mask-image: url("../images/common/link-icon.svg");
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: contain;
  vertical-align: 0.01em;
  width: 1em;
}

.c-footer-title {
  background-color: rgba(255, 255, 255, 0.6);
  border-radius: 1.25rem;
  color: #ff8941;
  font-family: YakuHanJP_Narrow, "Zen Kaku Gothic New", sans-serif;
  font-size: max(16px, 10px);
  font-size: max(1rem, 10px);
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1;
  padding: 13px 20px 13px 20px;
  padding: 0.8125rem 1.25rem 0.8125rem 1.25rem;
}

.c-message-title {
  background-image: url("../images/common/bg-red.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 62.4375rem;
  color: #ffffff;
  font-family: YakuHanJP_Narrow, "Zen Kaku Gothic New", sans-serif;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.6666666667;
  max-width: 400px;
  max-width: 25rem;
  opacity: 0;
  padding: 21px 22px;
  padding: 1.3125rem 1.375rem;
  position: relative;
  text-align: center;
  -webkit-transform: scale(0.5) rotate(0.0001deg);
          transform: scale(0.5) rotate(0.0001deg);
  -webkit-transition: opacity 0.3s ease-out, -webkit-transform 0.3s ease-out;
  transition: opacity 0.3s ease-out, -webkit-transform 0.3s ease-out;
  transition: opacity 0.3s ease-out, transform 0.3s ease-out;
  transition: opacity 0.3s ease-out, transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  visibility: hidden;
  width: 100%;
  will-change: opacity, transform;
}

.c-message-title.is-active {
  opacity: 1;
  -webkit-transform: rotate(0deg) scale(1);
          transform: rotate(0deg) scale(1);
  visibility: visible;
}

.c-message-title::before {
  background-image: url("../images/common/bg-red.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  bottom: -14px;
  bottom: -0.875rem;
  clip-path: polygon(50% 0.9375rem, 0% 0%, 1.5625rem 0%);
  content: "";
  height: 15px;
  height: 0.9375rem;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 25px;
  width: 1.5625rem;
}

.c-operation-title {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-image: url("../images/common/bg-blue.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 62.4375rem;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: YakuHanJP_Narrow, "Zen Kaku Gothic New", sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 900;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: 0.1em;
  line-height: 1.6666666667;
  margin-left: auto;
  margin-right: auto;
  max-width: 190px;
  max-width: 11.875rem;
  min-height: 80px;
  min-height: 5rem;
  padding: 10px 10px;
  padding: 0.625rem 0.625rem;
  position: relative;
  text-align: center;
  width: 95%;
  z-index: 1;
}

.c-operation-title.c-operation-title--purple {
  background-image: url("../images/common/bg-purple.png");
}

.c-operation-title::before {
  background-image: url("../images/common/bg-blue.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  bottom: -14px;
  bottom: -0.875rem;
  clip-path: polygon(50% 0.9375rem, 0% 0%, 1.5625rem 0%);
  content: "";
  height: 15px;
  height: 0.9375rem;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 25px;
  width: 1.5625rem;
}

.c-operation-title.c-operation-title--purple::before {
  background-image: url("../images/common/bg-purple.png");
}

.c-pagination {
  bottom: -30px;
  bottom: -1.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  gap: 0.625rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: 50%;
  position: relative;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.c-page {
  background-color: #ffffff;
  display: block;
  height: 5px;
  height: 0.3125rem;
  padding: 0;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
  width: 86px;
  width: 5.375rem;
}

.c-page.is-active {
  background-color: navy;
}

.c-pin {
  height: 100vh;
  overflow: hidden;
  padding: 20px;
  padding: 1.25rem;
  position: relative;
  width: 100%;
  z-index: 1;
  z-index: var(--z, 1);
}

.c-pin.is-front {
  z-index: 999;
}

.c-section-title {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  gap: 1.5rem;
}

.c-section-title__ja {
  color: #ff614b;
  font-family: YakuHanJP_Narrow, "Zen Kaku Gothic New", sans-serif;
  font-size: max(17px, clamp(17px, 2.232vw - 0.144px, 32px));
  font-size: max(17px, clamp(1.0625rem, 2.232vw - 0.009rem, 2rem));
  font-weight: 700;
  letter-spacing: 0.07em;
  line-height: 1;
}

.c-section-title__en {
  color: #4d4d4d;
  font-family: YakuHanJP_Narrow, "Fredoka", sans-serif;
  font-size: max(12px, 10px);
  font-size: max(0.75rem, 10px);
  font-weight: 500;
  letter-spacing: 0.2em;
  line-height: 1;
}

.c-section-subtitle {
  color: #4d4d4d;
  font-family: YakuHanJP_Narrow, "Zen Kaku Gothic New", sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1;
  margin-top: 44px;
  margin-top: 2.75rem;
}

.c-section__text {
  color: #4d4d4d;
  font-family: YakuHanJP_Narrow, "Zen Kaku Gothic New", sans-serif;
  font-size: max(15px, 10px);
  font-size: max(0.9375rem, 10px);
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1.7333333333;
  margin-top: 16px;
  margin-top: 1rem;
}

.c-section-title__ja.c-section-title__ja--red {
  color: #ff614b;
}

.c-section-title__ja.c-section-title__ja--green {
  color: #4c861a;
}

.c-section-title__ja.c-section-title__ja--blue {
  color: #3e9fdd;
}

.c-section-title__ja.c-section_title__ja--orange {
  color: #ff8941;
}

.c-table {
  border: 1px solid black;
  border-spacing: 0;
  width: 100%;
}

.c-table th:not(:last-child),
.c-table td:not(:last-child) {
  border-right: 1px solid black;
}

.c-table th,
.c-table tr:not(:last-child) td {
  border-bottom: 1px solid black;
}

.c-table tr > * {
  padding: 10px;
  padding: 0.625rem;
  text-align: center;
}

.c-table tr:has(> th) {
  background-color: #aff9ff;
}

.c-text {
  color: #4d4d4d;
  font-family: YakuHanJP_Narrow, "Zen Kaku Gothic New", sans-serif;
  font-size: max(15px, 10px);
  font-size: max(0.9375rem, 10px);
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.7333333333;
}

.p-404 {
  height: 100vh;
  position: relative;
  text-align: center;
}

.p-404__inner {
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
}

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

.p-404__button .c-button {
  margin-left: auto;
  margin-right: auto;
}

.p-404__text {
  color: #000;
  font-size: max(14px, 10px);
  font-size: max(0.875rem, 10px);
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.2;
  margin-top: 30px;
  margin-top: 1.875rem;
}

.p-breadcrumb {
  padding-top: 8px;
  padding-top: 0.5rem;
}

.p-breadcrumb span {
  font-size: max(14px, 10px);
  font-size: max(0.875rem, 10px);
  text-transform: capitalize;
}

.p-breadcrumb span.current-item {
  color: navy;
}

.p-breadcrumb__between {
  border-right: solid 1px currentColor;
  border-top: solid 1px currentColor;
  display: inline-block;
  height: 6px;
  height: 0.375rem;
  margin-left: 10px;
  margin-left: 0.625rem;
  margin-right: 10px;
  margin-right: 0.625rem;
  -webkit-transform: translateY(-30%) rotate(45deg);
          transform: translateY(-30%) rotate(45deg);
  width: 6px;
  width: 0.375rem;
}

.p-company__history {
  margin-top: 120px;
  margin-top: 7.5rem;
  padding-bottom: 172px;
  padding-bottom: 10.75rem;
}

.p-company-history__content {
  background-color: #fff5e6;
  border-radius: 1.25rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 1000px;
  max-width: 62.5rem;
  padding: 70px 5.5% 100px;
  padding: 4.375rem 5.5% 6.25rem;
  width: 100%;
}

.p-company-history__title {
  color: #ff8941;
  font-family: YakuHanJP_Narrow, "Zen Kaku Gothic New", sans-serif;
  font-size: 32px;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1;
  text-align: center;
}

.p-company-history__list {
  margin-top: 44px;
  margin-top: 2.75rem;
}

.p-company-history__item {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  border-bottom: 1px solid #ff8941;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  gap: 1.25rem;
  padding-bottom: 24.5px;
  padding-bottom: 1.53125rem;
  padding-top: 24.5px;
  padding-top: 1.53125rem;
}

.p-company-history__item:first-of-type {
  border-top: 1px solid #ff8941;
}

.p-company-history__year {
  color: #ff8941;
  font-family: YakuHanJP_Narrow, "Zen Kaku Gothic New", sans-serif;
  font-size: max(15px, 10px);
  font-size: max(0.9375rem, 10px);
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 2;
  min-width: 154px;
  min-width: 9.625rem;
}

.p-company-history__desc {
  color: #4d4d4d;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-family: YakuHanJP_Narrow, "Zen Kaku Gothic New", sans-serif;
  font-size: max(15px, 10px);
  font-size: max(0.9375rem, 10px);
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 2;
}

.p-company__info {
  margin-top: 110px;
  margin-top: 6.875rem;
}

.p-company-info__inner.l-inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 1240px;
  max-width: 77.5rem;
  padding-left: 20px;
  padding-left: 1.25rem;
  padding-right: 20px;
  padding-right: 1.25rem;
  width: 100%;
}

.p-company-info__list {
  margin-left: auto;
  margin-right: auto;
  max-width: 1000px;
  max-width: 62.5rem;
  width: 100%;
}

.p-company-info__item {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  border-bottom: 1px solid #ff8941;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  gap: 1.25rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 24.5px;
  padding-bottom: 1.53125rem;
  padding-top: 24.5px;
  padding-top: 1.53125rem;
}

.p-company-info__item:first-of-type {
  border-top: 1px solid #ff8941;
}

.p-company-info__label {
  color: #ff8941;
  font-family: YakuHanJP_Narrow, "Zen Kaku Gothic New", sans-serif;
  font-size: max(15px, 10px);
  font-size: max(0.9375rem, 10px);
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 2;
  min-width: 150px;
  min-width: 9.375rem;
}

.p-company-info__data {
  color: #4d4d4d;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-family: YakuHanJP_Narrow, "Zen Kaku Gothic New", sans-serif;
  font-size: max(15px, 10px);
  font-size: max(0.9375rem, 10px);
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 2;
}

.p-company-info__affiliates-link {
  color: #ff8941;
  display: inline-block;
  font-family: YakuHanJP_Narrow, "Zen Kaku Gothic New", sans-serif;
  font-size: max(15px, 10px);
  font-size: max(0.9375rem, 10px);
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 2;
  padding-right: 24px;
  padding-right: 1.5rem;
  position: relative;
}
.p-company-info__affiliates-link::after {
  -webkit-mask-image: url(../images/common/link-icon.svg);
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  aspect-ratio: 13/10;
  background-color: currentColor;
  content: "";
          mask-image: url(../images/common/link-icon.svg);
          mask-repeat: no-repeat;
          mask-size: contain;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 13px;
  width: 0.8125rem;
}

.p-company-info__affiliates-group {
  margin-top: 8px;
  margin-top: 0.5rem;
}

.p-company-info__affiliates-group:not(:first-of-type) {
  margin-top: 32px;
  margin-top: 2rem;
}

.p-company-info__affiliates-subtitle {
  padding-left: 8px;
  padding-left: 0.5rem;
}

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

.p-company-overview__items {
  background-image: linear-gradient(to right, navy 0px, navy 18.75rem, rgba(0, 0, 128, 0.2) 18.75rem, rgba(0, 0, 128, 0.2) 100%);
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: 100% 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 11px;
  padding-bottom: 0.6875rem;
  padding-top: 10px;
  padding-top: 0.625rem;
}

.p-company-overview__heading.c-text {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-weight: 700;
  line-height: 2.6875;
  text-align: center;
  width: 300px;
  width: 18.75rem;
}

.p-company-overview__text.c-text {
  font-weight: 500;
  line-height: 2.6875;
  padding-left: 20px;
  padding-left: 1.25rem;
  padding-right: 20px;
  padding-right: 1.25rem;
}

.p-company-overview__map {
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  margin-top: 1.875rem;
  max-width: 1020px;
  max-width: 63.75rem;
  width: 100%;
}

.p-company-overview__map iframe {
  -o-object-fit: cover;
  aspect-ratio: 1020/460;
  border: none;
  height: auto;
     object-fit: cover;
  width: 100%;
}

.p-contact__block-inner {
  background-color: #ffeed8;
  border-radius: 1.25rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 1000px;
  max-width: 62.5rem;
  padding-bottom: 38px;
  padding-bottom: 2.375rem;
  padding-left: 20px;
  padding-left: 1.25rem;
  padding-right: 20px;
  padding-right: 1.25rem;
  padding-top: 40px;
  padding-top: 2.5rem;
  text-align: center;
  width: 95%;
}

.p-contact__heading {
  color: #ff8941;
  font-family: YakuHanJP_Narrow, "Zen Kaku Gothic New", sans-serif;
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1;
}

.p-contact__tel {
  margin-top: 24px;
  margin-top: 1.5rem;
  padding-left: 96px;
  padding-left: 6rem;
}

.p-contact__tel-link {
  color: #ff8941;
  font-family: YakuHanJP_Narrow, "Fredoka", sans-serif;
  font-size: 58px;
  font-size: 3.625rem;
  font-weight: 600;
  letter-spacing: 0.09em;
  line-height: 1;
}

.p-contact__tel-main {
  color: #ff8941;
  font-family: YakuHanJP_Narrow, "Zen Kaku Gothic New", sans-serif;
  font-size: max(15px, 10px);
  font-size: max(0.9375rem, 10px);
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1;
  padding-left: 10px;
  padding-left: 0.625rem;
}

.p-contact__note {
  color: #4d4d4d;
  font-family: YakuHanJP_Narrow, "Zen Kaku Gothic New", sans-serif;
  font-size: max(16px, 10px);
  font-size: max(1rem, 10px);
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1;
  margin-top: 14px;
  margin-top: 0.875rem;
}

.p-contact__mail {
  margin-top: 96px;
  margin-top: 6rem;
  padding-bottom: 220px;
  padding-bottom: 13.75rem;
}

.p-contact__mail-inner {
  max-width: 940px;
  max-width: 58.75rem;
}

.p-contact__mail-heading {
  color: #ff8941;
  font-family: YakuHanJP_Narrow, "Zen Kaku Gothic New", sans-serif;
  font-size: 32px;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1;
  text-align: center;
}

.p-contact__mail-note {
  color: #4d4d4d;
  font-family: YakuHanJP_Narrow, "Zen Kaku Gothic New", sans-serif;
  font-size: max(15px, 10px);
  font-size: max(0.9375rem, 10px);
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 2;
  margin-top: 40px;
  margin-top: 2.5rem;
}

.p-contact__status-list {
  background: url(../images/contact/bg-contact01.png) no-repeat center center/cover;
  border-radius: 0.9375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 44px;
  margin-top: 2.75rem;
  overflow: hidden;
}

.p-contact__status-item {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #ffeed8;
  clip-path: polygon(0% -2px, calc(100% - 20px) -2px, 100% 50%, calc(100% - 20px) calc(100% + 2px), 0px calc(100% + 2px), 20px 50%);
  color: #ff8941;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-family: YakuHanJP_Narrow, "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: -19px;
  padding: 18px;
  padding: 1.125rem;
  position: relative;
}

.p-contact__status-item:first-child {
  border-bottom-left-radius: 15px;
  border-bottom-left-radius: 0.9375rem;
  border-top-left-radius: 15px;
  border-top-left-radius: 0.9375rem;
  clip-path: polygon(0% -2px, calc(100% - 20px) -2px, 100% 50%, calc(100% - 20px) calc(100% + 2px), 0px calc(100% + 2px), 0 0);
  margin-left: 0;
}

.p-contact__status-item:last-child {
  border-bottom-right-radius: 15px;
  border-bottom-right-radius: 0.9375rem;
  border-top-right-radius: 15px;
  border-top-right-radius: 0.9375rem;
  clip-path: polygon(0% -2px, 100% -2px, 100% calc(100% + 2px), 0px calc(100% + 2px), 20px 50%);
}
.p-contact__status-item:last-child::after {
  display: none;
}

.p-contact__status-item--current {
  background: url(../images/contact/bg-contact01.png) no-repeat center center/cover;
  color: #ffffff;
}

.p-contact__form {
  margin-top: 54px;
  margin-top: 3.375rem;
}

.p-contact__form.js-confirmArea {
  margin-top: 72px;
  margin-top: 4.5rem;
}

/* （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(1) {
  margin-top: 25px;
  margin-top: 1.5625rem;
}

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

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

.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: 22px;
  margin-top: 1.375rem;
  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;
  padding: 1.5rem;
}

.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: 4px;
  margin-right: 0.25rem;
  margin-top: 8px;
  margin-top: 0.5rem;
  -webkit-transform: translateY(-0.5rem);
          transform: translateY(-0.5rem);
  width: 24px;
  width: 1.5rem;
}

.p-footer {
  background: url(../images/common/footer-bg.png) no-repeat center center/cover;
  padding-bottom: 90px;
  padding-bottom: 5.625rem;
  position: relative;
}

.p-footer__logo {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  aspect-ratio: 1/1;
  background-color: #ffffff;
  border-radius: 50%;
  content: "";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: 50%;
  margin-left: auto;
  margin-right: auto;
  max-width: 180px;
  max-width: 11.25rem;
  position: absolute;
  top: 16px;
  top: 1rem;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
}

.p-footer__logo img {
  -o-object-fit: cover;
  aspect-ratio: 140/123;
     object-fit: cover;
  width: 77.7777777778%;
}

.p-footer__info {
  padding-top: 130px;
  padding-top: 8.125rem;
  position: relative;
  text-align: center;
}

.p-footer__company {
  color: #ffffff;
  font-family: YakuHanJP_Narrow, "Zen Kaku Gothic New", sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 900;
  letter-spacing: 0.05em;
  line-height: 1;
}

.p-footer__contact {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  gap: 0.625rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 18px;
  margin-top: 1.125rem;
}

.p-footer__address {
  color: #ffffff;
  font-family: YakuHanJP_Narrow, "Zen Kaku Gothic New", sans-serif;
  font-size: max(14px, 10px);
  font-size: max(0.875rem, 10px);
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1;
}

.p-footer__tel {
  color: #ffffff;
  font-family: YakuHanJP_Narrow, "Zen Kaku Gothic New", sans-serif;
  font-size: max(14px, 10px);
  font-size: max(0.875rem, 10px);
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1;
}

.p-footer__sns {
  content: "";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  gap: 1.25rem;
  position: absolute;
  right: 0;
  top: 36%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.p-footer__sns-link {
  display: block;
  height: 32px;
  height: 2rem;
  width: 32px;
  width: 2rem;
}

.p-footer__sns-link.p-footer__sns-link--instagram {
  -webkit-mask-image: url(../images/common/instagram-icon.svg);
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  background-color: #ffffff;
          mask-image: url(../images/common/instagram-icon.svg);
          mask-repeat: no-repeat;
          mask-size: contain;
}

.p-footer__sns-link.p-footer__sns-link--facebook {
  -webkit-mask-image: url(../images/common/facebook-icon.svg);
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  background-color: #ffffff;
          mask-image: url(../images/common/facebook-icon.svg);
          mask-repeat: no-repeat;
          mask-size: contain;
}

.p-footer__section-nav {
  margin-top: 45px;
  margin-top: 2.8125rem;
}

.p-footer__section-list {
  grid-gap: 2.8125rem;
  display: grid;
  gap: 45px;
  gap: 2.8125rem;
  grid-template-columns: repeat(3, 1fr);
}

.p-footer__section-item {
  background-color: #ffffff;
  border-radius: 0.625rem;
  overflow: hidden;
}

.p-footer__section-link:hover {
  opacity: 1;
}
.p-footer__section-link:hover .p-footer__section-img img {
  opacity: 1;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.p-footer__section-img {
  overflow: hidden;
}

.p-footer__section-img img {
  -o-object-fit: cover;
  aspect-ratio: 370/120;
  height: auto;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  width: 100%;
}

.p-footer__section-title {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ff614b;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: YakuHanJP_Narrow, "Zen Kaku Gothic New", sans-serif;
  font-size: max(16px, 10px);
  font-size: max(1rem, 10px);
  font-weight: 700;
  gap: 10px;
  gap: 0.625rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  letter-spacing: 0.05em;
  line-height: 1.7333333333;
  padding: 8px 20px 8px 25px;
  padding: 0.5rem 1.25rem 0.5rem 1.5625rem;
}

.p-footer__section-title.p-footer__section-title--red {
  color: #ff614b;
}

.p-footer__section-title.p-footer__section-title--green {
  color: #4c861a;
}

.p-footer__section-title.p-footer__section-title--blue {
  color: #3e9fdd;
}

.p-footer__section-title::after {
  aspect-ratio: 7/11;
  background-color: #ff614b;
  clip-path: polygon(7px 50%, 0% 0%, 0% 11px);
  content: "";
  display: block;
  position: relative;
  width: 7px;
}

.p-footer__section-title.p-footer__section-title--red::after {
  background-color: #ff614b;
}

.p-footer__section-title.p-footer__section-title--green::after {
  background-color: #4c861a;
}

.p-footer__section-title.p-footer__section-title--blue::after {
  background-color: #3e9fdd;
}

.p-footer__nav {
  grid-gap: 2.5rem;
  display: grid;
  gap: 40px;
  gap: 2.5rem;
  grid-template-columns: 46.6666666667% 21.6666666667% 1fr;
  margin-top: 53px;
  margin-top: 3.3125rem;
}

.p-nursery-list__list {
  grid-column-gap: 0.625rem;
  -moz-column-gap: 0.625rem;
  grid-row-gap: 0.4375rem;
       -webkit-column-gap: 0.625rem;
               column-gap: 0.625rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 24px;
  margin-top: 1.5rem;
  padding-left: 16px;
  padding-left: 1rem;
  padding-right: 16px;
  padding-right: 1rem;
  row-gap: 7px;
  row-gap: 0.4375rem;
}

.p-nursery-list__item-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  gap: 1rem;
}

.p-nursery-list__sub-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  gap: 1rem;
}

.p-nursery-list__item:nth-child(1) {
  grid-column: 1;
  grid-row: 1;
}

.p-nursery-list__item:nth-child(2) {
  grid-column: 1;
  grid-row: 2;
}

.p-nursery-list__item:nth-child(3) {
  grid-column: 2;
  grid-row: 1;
}

.p-nursery-list__item:nth-child(4) {
  grid-column: 2;
  grid-row: 2;
}

.p-nursery-list__item:nth-child(5) {
  grid-column: 2;
  grid-row: 3;
}

.p-outsourced-list__list {
  grid-column-gap: 2em;
  -moz-column-gap: 2em;
  grid-row-gap: 1rem;
       -webkit-column-gap: 2em;
               column-gap: 2em;
  display: grid;
  grid-template-columns: 1fr;
  margin-top: 24px;
  margin-top: 1.5rem;
  padding-left: 16px;
  padding-left: 1rem;
  row-gap: 16px;
  row-gap: 1rem;
}

.p-outsourced-list__item-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  gap: 1rem;
}

.p-outsourced-list__sub-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  gap: 1rem;
}

.p-footer__other-list {
  margin-top: 8px;
  margin-top: 0.5rem;
}

.p-other-list__list {
  grid-column-gap: 0;
  -moz-column-gap: 0;
  grid-row-gap: 1.125rem;
       -webkit-column-gap: 0;
               column-gap: 0;
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 18px;
  row-gap: 1.125rem;
}

.p-other-list__link {
  color: #ffffff;
  display: block;
  font-family: YakuHanJP_Narrow, "Zen Kaku Gothic New", sans-serif;
  font-size: max(16px, 10px);
  font-size: max(1rem, 10px);
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.5;
}

.p-other-list__link.c-footer-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: max(15px, 10px);
  font-size: max(0.9375rem, 10px);
  font-weight: 500;
}

.p-footer__bottom {
  margin-top: 70px;
  margin-top: 4.375rem;
  text-align: center;
}

.p-footer__policy-link {
  color: #ffffff;
  display: block;
  font-family: YakuHanJP_Narrow, "Zen Kaku Gothic New", sans-serif;
  font-size: max(14px, 10px);
  font-size: max(0.875rem, 10px);
  font-weight: 500;
  letter-spacing: -0.05em;
  line-height: 1;
}

.p-footer__copyright {
  color: #ffffff;
  display: block;
  font-family: YakuHanJP_Narrow, "Fredoka", sans-serif;
  font-size: max(12px, 10px);
  font-size: max(0.75rem, 10px);
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1;
  margin-top: 20px;
  margin-top: 1.25rem;
  text-align: center;
}

.p-form__message.c-text {
  text-align: center;
}

.p-form__wrap {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 11.1111111111%;
  margin-left: auto;
  margin-right: auto;
  max-width: 900px;
  max-width: 56.25rem;
}

.p-form__wrap.p-form__wrap--textarea {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

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

.js-confirmArea .p-form__wrap + .p-form__wrap {
  margin-top: 48px;
  margin-top: 3rem;
}

.p-form__label {
  color: #4d4d4d;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-family: YakuHanJP_Narrow, "Zen Kaku Gothic New", sans-serif;
  font-size: max(15px, 10px);
  font-size: max(0.9375rem, 10px);
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1;
  min-width: 200px;
  min-width: 12.5rem;
}

.p-form__label-sp {
  display: none;
}

.p-form__wrap.p-form__wrap--textarea .p-form__label {
  margin-top: 22px;
  margin-top: 1.375rem;
}

.js-confirmArea .p-form__wrap.p-form__wrap--textarea .p-form__label {
  margin-top: 6px;
  margin-top: 0.375rem;
}

.u-required {
  border: 1px solid #ff003d;
  color: #ff003d;
  display: inline-block;
  font-size: max(12px, 10px);
  font-size: max(0.75rem, 10px);
  line-height: 1;
  margin-left: 10px;
  margin-left: 0.625rem;
  padding: 5px;
  padding: 0.3125rem;
}

.p-form__input,
.p-form__textarea {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: 100%;
}

.p-form__input::-moz-placeholder, .p-form__textarea::-moz-placeholder {
  color: #999999;
  font-family: YakuHanJP_Narrow, "Zen Kaku Gothic New", sans-serif;
  font-size: max(15px, 10px);
  font-size: max(0.9375rem, 10px);
  font-weight: 500;
}

.p-form__input::-webkit-input-placeholder, .p-form__textarea::-webkit-input-placeholder {
  color: #999999;
  font-family: YakuHanJP_Narrow, "Zen Kaku Gothic New", sans-serif;
  font-size: max(15px, 10px);
  font-size: max(0.9375rem, 10px);
  font-weight: 500;
}

.p-form__input:-ms-input-placeholder, .p-form__textarea:-ms-input-placeholder {
  color: #999999;
  font-family: YakuHanJP_Narrow, "Zen Kaku Gothic New", sans-serif;
  font-size: max(15px, 10px);
  font-size: max(0.9375rem, 10px);
  font-weight: 500;
}

.p-form__input::-ms-input-placeholder, .p-form__textarea::-ms-input-placeholder {
  color: #999999;
  font-family: YakuHanJP_Narrow, "Zen Kaku Gothic New", sans-serif;
  font-size: max(15px, 10px);
  font-size: max(0.9375rem, 10px);
  font-weight: 500;
}

.p-form__input::placeholder,
.p-form__textarea::placeholder {
  color: #999999;
  font-family: YakuHanJP_Narrow, "Zen Kaku Gothic New", sans-serif;
  font-size: max(15px, 10px);
  font-size: max(0.9375rem, 10px);
  font-weight: 500;
}

.p-form__textarea {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: 100%;
}

.p-form__input {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  gap: 1.25rem;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

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

.p-form__input.p-form-input--tel .wpcf7-form-control-wrap {
  width: 63%;
}

.p-form__input input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #f2f2f2;
  background-image: none;
  border-radius: 0.625rem;
  font-size: max(15px, 10px);
  font-size: max(0.9375rem, 10px);
  letter-spacing: 0.05em;
  line-height: 1;
  padding: 19px 30px;
  padding: 1.1875rem 1.875rem;
  width: 100%;
}

.p-form__note {
  color: #4d4d4d;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-family: YakuHanJP_Narrow, "Zen Kaku Gothic New", sans-serif;
  font-size: max(14px, 10px);
  font-size: max(0.875rem, 10px);
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1;
  width: 20%;
}

.p-form__input input:focus {
  background-color: #f2f2f2;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}

.p-form__textarea textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #f2f2f2;
  background-image: none;
  border-radius: 0.625rem;
  font-size: max(15px, 10px);
  font-size: max(0.9375rem, 10px);
  height: 180px;
  height: 11.25rem;
  line-height: 1.6;
  padding: 19px 30px;
  padding: 1.1875rem 1.875rem;
  width: 100%;
}

.p-form__textarea textarea:focus {
  background-color: #f2f2f2;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}

.p-form__checkbox label {
  display: inline-block;
}

.p-form__checkbox label:not(:first-of-type) {
  margin-left: 20px;
  margin-left: 1.25rem;
}

.p-form__checkbox input {
  display: none;
}

.p-form__checkbox input + span {
  cursor: pointer;
  display: inline-block;
  font-size: max(15px, 10px);
  font-size: max(0.9375rem, 10px);
  line-height: 1;
  padding: 0 0 0 25px;
  padding: 0 0 0 1.5625rem;
  position: relative;
}

.p-form__checkbox input + span::before {
  background: #fff;
  border: 1px solid #ccc;
  content: "";
  display: block;
  height: 15px;
  height: 0.9375rem;
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 15px;
  width: 0.9375rem;
}

.p-form__checkbox input + span::after {
  border-bottom: 3px solid #000;
  border-bottom: 0.1875rem solid #000;
  border-left: 3px solid #000;
  border-left: 0.1875rem solid #000;
  content: "";
  display: block;
  height: 8px;
  height: 0.5rem;
  left: 0;
  margin-top: -2px;
  margin-top: -0.125rem;
  opacity: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 15px;
  width: 0.9375rem;
}

.p-form__checkbox input:checked + span::after {
  opacity: 1;
}

.p-contact__form-privacy {
  color: #4d4d4d;
  font-family: YakuHanJP_Narrow, "Zen Kaku Gothic New", sans-serif;
  font-size: max(15px, 10px);
  font-size: max(0.9375rem, 10px);
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1;
  margin-top: 64px;
  margin-top: 4rem;
  text-align: center;
}

.p-contact__form-privacy a {
  -webkit-text-decoration: underline;
  -webkit-text-decoration: underline;
  color: #ff8941;
  text-decoration: underline;
  text-decoration-color: #ff8941;
  text-decoration-thickness: 1px;
  text-underline-offset: 1px;
}

.p-contact__form-privacy input + span {
  margin-left: 20px;
  margin-left: 1.25rem;
  padding-left: 30px;
  padding-left: 1.875rem;
  position: relative;
}

.p-contact__form-privacy input + span::before {
  background-color: #ffffff;
  border: 1px solid #4d4d4d;
  border-radius: 0.1875rem;
  content: "";
  display: block;
  height: 15px;
  height: 0.9375rem;
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 15px;
  width: 0.9375rem;
}

.p-contact__form-privacy input + span::after {
  border-bottom: 2px solid #4d4d4d;
  border-left: 2px solid #4d4d4d;
  content: "";
  display: block;
  height: 5px;
  height: 0.3125rem;
  left: 3px;
  left: 0.1875rem;
  margin-top: -2px;
  margin-top: -0.125rem;
  opacity: 0;
  position: absolute;
  top: 56%;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 9px;
  width: 0.5625rem;
}

.p-contact__form-privacy input:checked + span::after {
  opacity: 1;
}

.p-form__submit {
  margin-left: auto;
  margin-right: auto;
  margin-top: 58px;
  margin-top: 3.625rem;
}

.p-form-submit {
  max-width: 240px;
  max-width: 15rem;
  position: relative;
  text-align: center;
}

.p-form-submit::after {
  aspect-ratio: 7/11;
  background-color: #ffffff;
  clip-path: polygon(7px 50%, 0% 0%, 0% 11px);
  content: "";
  pointer-events: none;
  position: absolute;
  right: 25px;
  right: 1.5625rem;
  top: 50%;
  -webkit-transform: translateY(-50%) scale(1);
          transform: translateY(-50%) scale(1);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  width: 7px;
}

.p-form-submit:hover::after {
  -webkit-transform: translateY(-50%) scale(1.3);
          transform: translateY(-50%) scale(1.3);
}

.p-form-submit.p-form-submit--back::after {
  left: 25px;
  left: 1.5625rem;
  right: 0;
  -webkit-transform: translateY(-50%) scale(1) rotate(180deg);
          transform: translateY(-50%) scale(1) rotate(180deg);
}

.p-form-submit.p-form-submit--back:hover::after {
  -webkit-transform: translateY(-50%) scale(1.3) rotate(180deg);
          transform: translateY(-50%) scale(1.3) rotate(180deg);
}

.p-form__submit input {
  background: url(../images/contact/bg-contact01.png) no-repeat center center/cover;
  border-radius: 1.875rem;
  color: #ffffff;
  font-family: YakuHanJP_Narrow, "Fredoka", sans-serif;
  font-size: max(12px, 10px);
  font-size: max(0.75rem, 10px);
  font-weight: 600;
  letter-spacing: 0.02em;
  line-height: 1;
  max-width: 240px;
  padding: 24px 29px 24px 35px;
  padding: 1.5rem 1.8125rem 1.5rem 2.1875rem;
  text-align: left;
  -webkit-transition: scale 0.3s ease;
  transition: scale 0.3s ease;
  width: 100%;
}

.p-form__submit.p-form-submit--back input {
  background-color: #b4b3b3;
  background-image: none;
  text-align: right;
}

.p-form__submit input:hover,
.p-form__submit input:focus {
  outline: none;
}

.p-form__submit:hover input {
  opacity: 1;
  scale: 1.1;
}

.p-form__submit input::-moz-foucus-inner {
  border: none;
  padding: 0;
}

.wpcf7 form.invalid .wpcf7-response-output {
  border-color: #ff003d;
  border-radius: 0.625rem;
}

.wpcf7 form .wpcf7-response-output {
  color: #ff003d;
  font-size: max(20px, 10px);
  font-size: max(1.25rem, 10px);
  line-height: 1;
  margin: 60px 0 0;
  margin: 3.75rem 0 0;
  padding: 30px;
  padding: 1.875rem;
  text-align: center;
}

.p-form__submit-wrap {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  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: 120px;
  margin-top: 7.5rem;
}
.p-form__submit-wrap .p-form-submit {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  max-width: 200px;
  width: 50%;
}

.wpcf7-spinner {
  display: none;
}

.p-header {
  display: none;
}

.p-header__logo.is-hidden {
  display: none;
}

.p-header__logo-link {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #ffffff;
  border-radius: 0 0 0.625rem 0.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  gap: 0.625rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px 10px 14px 6px;
  padding: 0.625rem 0.625rem 0.875rem 0.375rem;
}

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

.p-header__logo-text {
  color: #4d4d4d;
  font-family: YakuHanJP_Narrow, "Zen Kaku Gothic New", sans-serif;
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.025em;
  line-height: 1.3333333333;
  text-align: center;
}

.p-header__head {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 0 0 0.625rem 0.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  height: 3.75rem;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  opacity: 0;
  padding-left: 10px;
  padding-left: 0.625rem;
  padding-right: 71px;
  padding-right: 4.4375rem;
  pointer-events: none;
  -webkit-transform: translateY(4px);
          transform: translateY(4px);
  -webkit-transition: opacity 0.25s ease, visibility 0.25s linear, -webkit-transform 0.25s ease;
  transition: opacity 0.25s ease, visibility 0.25s linear, -webkit-transform 0.25s ease;
  transition: opacity 0.25s ease, visibility 0.25s linear, transform 0.25s ease;
  transition: opacity 0.25s ease, visibility 0.25s linear, transform 0.25s ease, -webkit-transform 0.25s ease;
  visibility: hidden;
}

.p-header.is-compact .p-header__logo {
  opacity: 0;
  -webkit-transform: translateY(-4px);
          transform: translateY(-4px);
  visibility: hidden;
}

.p-header.is-compact .p-header__head {
  background-color: #ffffff;
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  visibility: visible;
}

.p-header__head-logo {
  max-width: 102px;
  width: 100%;
}

.p-header__head-logo img {
  -o-object-fit: cover;
  aspect-ratio: 122/55;
     object-fit: cover;
  width: 100%;
}

.p-header__head-title {
  margin-left: 8px;
  margin-left: 0.5rem;
}

.p-header__head-text {
  color: #4d4d4d;
  font-family: YakuHanJP_Narrow, "Zen Kaku Gothic New", sans-serif;
  font-size: max(10px, 10px);
  font-size: max(0.625rem, 10px);
  font-weight: 700;
  letter-spacing: -0.1em;
  line-height: 1.4;
}

.p-header__hamburger {
  border: none;
  cursor: pointer;
  display: none;
  height: 35px;
  height: 2.1875rem;
  margin: 0;
  outline: none;
  padding: 0;
  position: relative;
  top: 12px;
  top: 0.75rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 35px;
  width: 2.1875rem;
  z-index: 1001;
}

.p-header__hamburger span {
  background-color: #ffffff;
  display: block;
  height: 2px;
  left: 50%;
  position: relative;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  width: 35px;
  width: 2.1875rem;
}

.p-header.is-compact .p-header__hamburger span {
  background-color: #ff8941;
}

.p-header__hamburger span:nth-of-type(1) {
  top: -7px;
}

.p-header__hamburger span:nth-of-type(2) {
  top: 0;
}

.p-header__hamburger span:nth-of-type(3) {
  top: 7px;
}

.p-header__hamburger.is-open span:nth-of-type(1) {
  background-color: #ff8941;
  top: 0;
  -webkit-transform: translateX(-50%) rotate(30deg);
          transform: translateX(-50%) rotate(30deg);
}

.p-header__hamburger.is-open span:nth-of-type(2) {
  opacity: 0;
}

.p-header__hamburger.is-open span:nth-of-type(3) {
  background-color: #ff8941;
  top: -4px;
  top: -0.25rem;
  -webkit-transform: translateX(-50%) rotate(-30deg);
          transform: translateX(-50%) rotate(-30deg);
}

.p-header__drawer {
  background-color: #ffffff;
  bottom: 0;
  display: none;
  height: 100vh;
  left: 0;
  overflow-y: scroll;
  padding-bottom: 125px;
  padding-bottom: 7.8125rem;
  position: absolute;
  right: 0;
  scrollbar-width: none;
  top: 0;
  width: 100%;
  z-index: 1000;
}

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

.p-header__drawer-inner {
  padding-left: 10px;
  padding-left: 0.625rem;
  padding-right: 10px;
  padding-right: 0.625rem;
}

.p-header__drawer-head {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #ffffff;
  border-radius: 0 0 0.625rem 0.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 58px;
  height: 3.625rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-right: min(20%, 71px);
}

.p-header__drawer-logo-wrap {
  -moz-column-gap: 1.375rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
       -webkit-column-gap: 1.375rem;
               column-gap: 1.375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-header__drawer-logo {
  max-width: 102px;
  width: 100%;
}

.p-header__drawer-logo img {
  -o-object-fit: cover;
  aspect-ratio: 122/55;
     object-fit: cover;
  width: 100%;
}

.p-header__drawer-title {
  margin-left: -14px;
  margin-left: -0.875rem;
}

.p-header__drawer-text {
  color: #4d4d4d;
  font-family: YakuHanJP_Narrow, "Zen Kaku Gothic New", sans-serif;
  font-size: max(10px, 10px);
  font-size: max(0.625rem, 10px);
  font-weight: 700;
  letter-spacing: -0.1em;
  line-height: 1.4;
}

.p-header__drawer-lang {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 11px;
  gap: 0.6875rem;
  margin-left: 6px;
  margin-left: 0.375rem;
  margin-top: 6px;
  margin-top: 0.375rem;
}

.p-header__drawer-lang-link {
  color: #4d4d4d;
  font-family: YakuHanJP_Narrow, "Fredoka", sans-serif;
  font-size: max(11px, 10px);
  font-size: max(0.6875rem, 10px);
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.3636363636;
  padding-bottom: 4px;
  padding-bottom: 0.25rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.p-header__drawer-lang-link.is-current {
  color: #ff8941;
  position: relative;
}

.p-header__drawer-lang-link.is-current::after {
  background-color: #ff8941;
  border-radius: 0.0625rem;
  bottom: 0;
  content: "";
  height: 2px;
  height: 0.125rem;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: calc(100% + 0.3125rem);
}

.p-header__drawer-lang-line {
  position: relative;
}

.p-header__drawer-lang-line:after {
  background-color: #4d4d4d;
  border-radius: 0.0625rem;
  content: "";
  height: 10px;
  height: 0.625rem;
  left: 50%;
  position: absolute;
  top: calc(50% - 0.0625rem);
  -webkit-transform: translate(-50%, -50%) rotate(25deg);
          transform: translate(-50%, -50%) rotate(25deg);
  width: 2px;
  width: 0.125rem;
}

.p-header__drawer-nav {
  margin-top: 75px;
  margin-top: 4.6875rem;
}

.p-header__drawer-list:not(:first-child) {
  margin-top: 20px;
  margin-top: 1.25rem;
}

.p-header__drawer-link {
  color: #4d4d4d;
  display: block;
  font-size: max(16px, 10px);
  font-size: max(1rem, 10px);
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1;
  padding-bottom: 14.5px;
  padding-bottom: 0.90625rem;
  padding-top: 14.5px;
  padding-top: 0.90625rem;
  text-align: center;
}

.p-header__drawer-link.p-header__drawer-link--small {
  font-size: max(14px, 10px);
  font-size: max(0.875rem, 10px);
  font-weight: 500;
  padding-bottom: 12px;
  padding-bottom: 0.75rem;
  padding-top: 12px;
  padding-top: 0.75rem;
}

.p-header__drawer-popup {
  margin-left: auto;
  margin-right: auto;
  max-width: 500px;
}

.p-header__drawer-popup-content {
  background: url(../images/common/popup-bg.png) no-repeat center center/cover;
  border-radius: 0.625rem;
  margin-top: 12px;
  margin-top: 0.75rem;
  padding: 29px 20px 26px;
  padding: 1.8125rem 1.25rem 1.625rem;
  position: relative;
}

.p-header__drawer-popup-content::after {
  background: url(../images/common/bg-orange.png) no-repeat center/cover;
  clip-path: polygon(50% 0%, 0% 15px, 30px 15px);
  content: "";
  height: 15px;
  left: 50%;
  position: absolute;
  top: -14px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 30px;
}

.p-header__drawer-popup-title {
  background-color: rgba(255, 255, 255, 0.6);
  border-radius: 1.25rem;
  color: #ff8941;
  font-family: YakuHanJP_Narrow, "Zen Kaku Gothic New", sans-serif;
  font-size: max(12px, 10px);
  font-size: max(0.75rem, 10px);
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1;
  padding: 9px 20px 9px 20px;
  padding: 0.5625rem 1.25rem 0.5625rem 1.25rem;
  text-align: center;
}

.p-header-drawer-popup-list {
  grid-column-gap: 0.3125rem;
  -moz-column-gap: 0.3125rem;
       -webkit-column-gap: 0.3125rem;
          column-gap: 0.3125rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 10px;
  margin-top: 0.625rem;
  padding-left: 10px;
  padding-left: 0.625rem;
  padding-right: 10px;
  padding-right: 0.625rem;
}

.p-header-drawer-popup-list__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.p-header-drawer-popup-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.p-header-drawer-popup-list__link {
  color: #ffffff;
  display: block;
  font-family: YakuHanJP_Narrow, "Zen Kaku Gothic New", sans-serif;
  font-size: max(12px, 10px);
  font-size: max(0.75rem, 10px);
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.6666666667;
  padding-bottom: 6px;
  padding-bottom: 0.375rem;
  padding-top: 6px;
  padding-top: 0.375rem;
}

.p-header-drawer-popup-list__link::after {
  -webkit-mask-image: url("../images/common/link-icon.svg");
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  aspect-ratio: 13/10;
  background-color: currentColor;
  content: "";
  display: inline-block;
  margin-left: 0.8em;
  mask-image: url("../images/common/link-icon.svg");
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: contain;
  vertical-align: 0.01em;
  width: 1em;
}

.p-header__drawer-popup-outsourced {
  margin-top: 24px;
  margin-top: 1.5rem;
}

.p-header__drawer-sns {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 32px;
  gap: 2rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 24px;
  margin-top: 1.5rem;
}

.p-header__drawer-sns-link {
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  background-color: #ff8941;
  display: block;
  height: 30px;
  height: 1.875rem;
          mask-repeat: no-repeat;
          mask-size: contain;
  width: 30px;
  width: 1.875rem;
}

.p-header__drawer-sns-link.p-header__drawer-sns-link--instagram {
  -webkit-mask-image: url(../images/common/instagram-icon.svg);
          mask-image: url(../images/common/instagram-icon.svg);
}

.p-header__drawer-sns-link.p-header__drawer-sns-link--facebook {
  -webkit-mask-image: url(../images/common/facebook-icon.svg);
          mask-image: url(../images/common/facebook-icon.svg);
}

.p-message__goals {
  margin-top: 110px;
  margin-top: 6.875rem;
}

.p-message-goals__img {
  border-radius: 0.9375rem 0 0 0.9375rem;
  margin-left: auto;
  max-height: 400px;
  width: 95.1612903226%;
}

.p-message-goals__img img {
  -o-object-fit: cover;
  aspect-ratio: 1180/400;
  border-radius: 0.9375rem 0 0 0.9375rem;
  max-height: inherit;
     object-fit: cover;
  width: 100%;
}

.p-message-goals__inner.l-inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 1240px;
  max-width: 77.5rem;
  padding-left: 20px;
  padding-left: 1.25rem;
  padding-right: 20px;
  padding-right: 1.25rem;
  width: 100%;
}

.p-message-goals__content {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  gap: 1.875rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 68px;
  margin-top: 4.25rem;
  max-width: 1020px;
  max-width: 63.75rem;
  padding-left: 100px;
  padding-left: 6.25rem;
}

.p-message-goals__title {
  color: #ff614b;
  -ms-flex-preferred-size: 150px;
      flex-basis: 150px;
  -ms-flex-preferred-size: 9.375rem;
      flex-basis: 9.375rem;
  font-family: YakuHanJP_Narrow, "Zen Kaku Gothic New", sans-serif;
  font-size: 35px;
  font-size: 2.1875rem;
  font-weight: 700;
  letter-spacing: 0.07em;
  line-height: 1;
}

.p-message-goals__list {
  counter-reset: number;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 26px;
  gap: 1.625rem;
  margin-top: -8px;
  margin-top: -0.5rem;
}

.p-message-goals__item {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  counter-increment: number;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  gap: 1rem;
}

.p-message-goals__number {
  color: #ff614b;
  font-family: YakuHanJP_Narrow, "Fredoka", sans-serif;
  font-size: 40px;
  font-size: 2.5rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1;
  min-width: 40px;
  min-width: 2.5rem;
}

.p-message-goals__number::before {
  content: counter(number) ".";
}

.p-message-goals__text {
  color: #4d4d4d;
  font-family: YakuHanJP_Narrow, "Zen Kaku Gothic New", sans-serif;
  font-size: 25px;
  font-size: 1.5625rem;
  font-weight: 900;
  line-height: 1.6;
}

.p-message__greeting {
  margin-top: 114px;
  margin-top: 7.125rem;
}

.p-message-greeting__inner.l-inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 1240px;
  max-width: 77.5rem;
  padding-left: 20px;
  padding-left: 1.25rem;
  padding-right: 20px;
  padding-right: 1.25rem;
  width: 100%;
}

.p-message-greeting__container {
  -moz-column-gap: clamp(1.25rem, 14.904vw - 8.288rem, 5.125rem);
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
       -webkit-column-gap: clamp(1.25rem, 14.904vw - 8.288rem, 5.125rem);
               column-gap: clamp(1.25rem, 14.904vw - 8.288rem, 5.125rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: clamp(10px, 8.654vw - 78.608px, 46px);
  padding-left: clamp(0.625rem, 8.654vw - 4.913rem, 2.875rem);
}

.p-message-greeting__img {
  max-width: 393px;
  max-width: 24.5625rem;
  position: relative;
  width: 100%;
}

.p-message-greeting__img img {
  -o-object-fit: contain;
  aspect-ratio: 393/638;
  height: auto;
     object-fit: contain;
  width: 100%;
}

.p-message-greeting__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 580px;
  max-width: 36.25rem;
}

.p-message-greeting__label {
  background-image: url("../images/common/bg-red.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 1.125rem;
  color: white;
  font-family: YakuHanJP_Narrow, "Zen Kaku Gothic New", sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1;
  padding: 9px 18px;
  padding: 0.5625rem 1.125rem;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
}

.p-message-greeting__title {
  color: #4d4d4d;
  font-family: YakuHanJP_Narrow, "Zen Kaku Gothic New", sans-serif;
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.4285714286;
  margin-top: 20px;
  margin-top: 1.25rem;
}

.p-message-greeting__text-wrap {
  margin-top: 25px;
  margin-top: 1.5625rem;
}

.p-message-greeting__text {
  color: #4d4d4d;
  font-family: YakuHanJP_Narrow, "Zen Kaku Gothic New", sans-serif;
  font-size: max(15px, 10px);
  font-size: max(0.9375rem, 10px);
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 2;
}

.p-message-greeting__name {
  color: #4d4d4d;
  font-family: YakuHanJP_Narrow, "Zen Kaku Gothic New", sans-serif;
  font-size: max(15px, 10px);
  font-size: max(0.9375rem, 10px);
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 2;
  margin-top: 40px;
  margin-top: 2.5rem;
  text-align: right;
}

.p-message__learning {
  margin-top: 85px;
  margin-top: 5.3125rem;
}

.p-message-learning__inner.l-inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 1240px;
  max-width: 77.5rem;
  padding-left: 20px;
  padding-left: 1.25rem;
  padding-right: 20px;
  padding-right: 1.25rem;
  width: 100%;
}

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

.p-message-learning__title {
  max-width: 380px;
  max-width: 23.75rem;
}

.p-message-learning__list {
  grid-gap: 1.875rem;
  counter-reset: number;
  display: grid;
  gap: 30px;
  gap: 1.875rem;
  grid-template-columns: repeat(4, 1fr);
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
  margin-top: 2.5rem;
  max-width: 1090px;
  max-width: 68.125rem;
  width: 100%;
}

.p-message-learning__item {
  counter-increment: number;
}

.p-message-learning__img {
  border-radius: 0.625rem;
  max-width: 280px;
  position: relative;
  width: 100%;
}
.p-message-learning__img img {
  -o-object-fit: cover;
  aspect-ratio: 250/185;
  border-radius: 0.625rem;
  height: auto;
     object-fit: cover;
  width: 100%;
}

.p-message-learning__number {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-image: url("../images/common/bg-red.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 62.4375rem;
  bottom: 0;
  color: #ffffff;
  content: "";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: YakuHanJP_Narrow, "Fredoka", sans-serif;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 600;
  height: 40px;
  height: 2.5rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: 50%;
  line-height: 1;
  padding: 2px;
  padding: 0.125rem;
  position: absolute;
  -webkit-transform: translate(-50%, 50%);
          transform: translate(-50%, 50%);
  width: 40px;
  width: 2.5rem;
}

.p-message-learning__number::before {
  content: counter(number);
}

.p-message-learning__content {
  margin-top: 32px;
  margin-top: 2rem;
  padding-left: 2px;
  padding-left: 0.125rem;
  padding-right: 2px;
  padding-right: 0.125rem;
}

.p-message-learning__subtitle {
  color: #ff614b;
  font-family: YakuHanJP_Narrow, "Zen Kaku Gothic New", sans-serif;
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  line-height: 1.7272727273;
  text-align: center;
}

.p-message-learning__text {
  color: #4d4d4d;
  font-family: YakuHanJP_Narrow, "Zen Kaku Gothic New", sans-serif;
  font-size: max(15px, 10px);
  font-size: max(0.9375rem, 10px);
  font-weight: 500;
  letter-spacing: 0.03em;
  line-height: 1.7333333333;
  margin-top: 10px;
  margin-top: 0.625rem;
}

.p-message__content {
  margin-top: 55px;
  margin-top: 3.4375rem;
  padding-left: 26.4516129032%;
  position: relative;
  z-index: 1;
}

.p-message__heading {
  color: #ff614b;
  font-family: YakuHanJP_Narrow, "Zen Kaku Gothic New", sans-serif;
  font-size: 60px;
  font-size: 3.75rem;
  font-weight: 300;
  line-height: 1;
}

.p-message__text {
  color: #4d4d4d;
  display: inline-block;
  font-family: YakuHanJP_Narrow, "Zen Kaku Gothic New", sans-serif;
  font-size: max(16px, 10px);
  font-size: max(1rem, 10px);
  font-weight: 700;
  letter-spacing: 0.09em;
  line-height: 2.125;
  margin-left: 12px;
  margin-left: 0.75rem;
  margin-top: 34px;
  margin-top: 2.125rem;
  padding-right: 40px;
  padding-right: 2.5rem;
}

.p-message__wish {
  margin-top: 83px;
  margin-top: 5.1875rem;
}

.p-message-wish__title {
  margin-left: auto;
  margin-right: auto;
}

.p-message-wish__title.c-message-title {
  max-width: 400px;
  max-width: 25rem;
}

.p-message-wish__list {
  grid-column-gap: 4%;
  -moz-column-gap: 4%;
  grid-row-gap: 2.5rem;
  background-color: #fff1ef;
  border-radius: 1.875rem;
       -webkit-column-gap: 4%;
               column-gap: 4%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  justify-items: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: -42px;
  margin-top: -2.625rem;
  max-width: 1120px;
  max-width: 70rem;
  padding: 97px 60px 80px 60px;
  padding: 6.0625rem 3.75rem 5rem 3.75rem;
  row-gap: 40px;
  row-gap: 2.5rem;
  width: 100%;
}

.p-message-wish__img {
  border-radius: 50%;
  max-width: 220px;
  width: 100%;
}
.p-message-wish__img img {
  -o-object-fit: cover;
  aspect-ratio: 220/220;
  border-radius: 50%;
  height: auto;
     object-fit: cover;
  width: 100%;
}

.p-message-wish__text {
  color: #ff614b;
  font-family: YakuHanJP_Narrow, "Zen Kaku Gothic New", sans-serif;
  font-size: max(16px, 10px);
  font-size: max(1rem, 10px);
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.625;
  margin-top: 24px;
  margin-top: 1.5rem;
  text-align: center;
}

.p-outsourced-facility__head {
  text-align: center;
}

.p-outsourced-facility__title {
  color: #4d4d4d;
  font-family: YakuHanJP_Narrow, "Zen Kaku Gothic New", sans-serif;
  font-size: 25px;
  font-size: 1.5625rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1;
}

.p-outsourced-facility__list {
  grid-column-gap: 1.875rem;
  -moz-column-gap: 1.875rem;
  grid-row-gap: 1.875rem;
       -webkit-column-gap: 1.875rem;
               column-gap: 1.875rem;
  display: grid;
  grid-auto-rows: auto;
  grid-template-columns: repeat(5, 1fr);
  margin-left: auto;
  margin-right: auto;
  margin-top: 34px;
  margin-top: 2.125rem;
  max-width: 1000px;
  padding-bottom: 10px;
  padding-bottom: 0.625rem;
  row-gap: 30px;
  row-gap: 1.875rem;
}

.p-outsourced-facility__link {
  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%;
}

.p-outsourced-facility__link:hover {
  opacity: 1;
}
.p-outsourced-facility__link:hover .p-outsourced-facility__img img {
  opacity: 1;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.p-outsourced-facility__link:hover .p-outsourced-facility__button {
  scale: 1.1;
}

.p-outsourced-facility__client {
  color: #93664e;
  font-family: YakuHanJP_Narrow, "Zen Kaku Gothic New", sans-serif;
  font-size: max(13px, 10px);
  font-size: max(0.8125rem, 10px);
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1.6923076923;
  text-align: center;
}

.p-outsourced-facility__img {
  border-radius: 0.625rem;
  margin-top: 12px;
  margin-top: 0.75rem;
  max-width: 175px;
  overflow: hidden;
  width: 100%;
}

.p-outsourced-facility__img img {
  -o-object-fit: cover;
  aspect-ratio: 175/117;
  border-radius: 0.625rem;
  height: auto;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  width: 100%;
}

.p-outsourced-facility__info {
  margin-bottom: 22px;
  margin-bottom: 1.375rem;
  margin-top: 16px;
  margin-top: 1rem;
}

.p-outsourced-facility__name {
  color: #4d4d4d;
  font-family: YakuHanJP_Narrow, "Zen Kaku Gothic New", sans-serif;
  font-size: max(17px, 10px);
  font-size: max(1.0625rem, 10px);
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.6470588235;
}

.p-outsourced-facility__address {
  color: #4d4d4d;
  display: block;
  font-family: YakuHanJP_Narrow, "Zen Kaku Gothic New", sans-serif;
  font-size: max(13px, 10px);
  font-size: max(0.8125rem, 10px);
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1;
  margin-top: 10px;
  margin-top: 0.625rem;
  padding-left: 20px;
  padding-left: 1.25rem;
  position: relative;
}

.p-outsourced-facility__address:before {
  background-image: url(../images/common/map-icon.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 16px;
  height: 1rem;
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 16px;
  width: 1rem;
}

.p-outsourced-facility__button {
  margin-left: auto;
  margin-top: auto;
  -webkit-transition: scale 0.3s ease;
  transition: scale 0.3s ease;
}

.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: 17px;
  gap: 1.0625rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p-pagenavi .previouspostslink,
.p-pagenavi .nextpostslink {
  display: inline-block;
}
.p-pagenavi .previouspostslink {
  margin-right: 10px;
  margin-right: 0.625rem;
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}

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

.p-pavinavi__prev,
.p-pavinavi__next {
  aspect-ratio: 1/1;
  background: no-repeat center/contain;
  display: block;
  height: auto;
  width: 18px;
  width: 1.125rem;
}

.p-pavinavi__prev {
  background-image: url(../images/common/icon-arrow-right-orange2.svg);
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}

.p-pavinavi__next {
  background-image: url(../images/common/icon-arrow-right-orange2.svg);
}

.p-pavinavi__prev.is-disabled {
  background-image: url(../images/common/icon-arrow-left-beige.svg);
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

.p-pavinavi__next.is-disabled {
  background-image: url(../images/common/icon-arrow-left-beige.svg);
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}

.p-pagetop {
  bottom: 38px;
  bottom: 2.375rem;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  right: 38px;
  right: 2.375rem;
  -webkit-transition: opacity 0.3s ease, visibility 0.3s linear;
  transition: opacity 0.3s ease, visibility 0.3s linear;
  visibility: hidden;
  z-index: 100;
}

.p-pagetop.is-visible {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
}

.p-pagetop__link {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #4d4d4d;
  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: YakuHanJP_Narrow, "Fredoka", sans-serif;
  font-size: max(12px, 10px);
  font-size: max(0.75rem, 10px);
  font-weight: 600;
  gap: 10px;
  gap: 0.625rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: 0.05em;
  line-height: 1.3333333333;
  padding: 10px;
  padding: 0.625rem;
}

.p-pagetop__link:before {
  background-color: #fda012;
  clip-path: polygon(50% 0%, 0% 7px, 9px 7px);
  content: "";
  display: block;
  height: 7px;
  position: relative;
  width: 9px;
}

.p-policy {
  padding-bottom: 220px;
  padding-bottom: 13.75rem;
}

.p-policy-inner {
  max-width: 1040px;
  max-width: 65rem;
}

.p-policy__section-inner {
  margin-top: 68px;
  margin-top: 4.25rem;
  max-width: 1040px;
  max-width: 65rem;
}

.p-policy__en-title {
  color: #4d4d4d;
  font-family: YakuHanJP_Narrow, "Fredoka", sans-serif;
  font-size: max(14px, 10px);
  font-size: max(0.875rem, 10px);
  font-weight: 500;
  letter-spacing: 0.15em;
  line-height: 1;
}

.p-policy__title {
  color: #ff8941;
  font-family: YakuHanJP_Narrow, "Zen Kaku Gothic New", sans-serif;
  font-size: 38px;
  font-size: 2.375rem;
  font-weight: 700;
  line-height: 1.3684210526;
  margin-top: 6px;
  margin-top: 0.375rem;
}

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

.p-policy__heading {
  color: #ff8941;
  font-family: YakuHanJP_Narrow, "Zen Kaku Gothic New", sans-serif;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.75;
}

.p-policy__text {
  color: #4d4d4d;
  font-family: YakuHanJP_Narrow, "Zen Kaku Gothic New", sans-serif;
  font-size: max(15px, 10px);
  font-size: max(0.9375rem, 10px);
  font-weight: 500;
  letter-spacing: 0.03em;
  line-height: 2;
  margin-top: 8px;
  margin-top: 0.5rem;
}

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

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

.p-policy__list-item {
  color: #4d4d4d;
  font-family: YakuHanJP_Narrow, "Zen Kaku Gothic New", sans-serif;
  font-size: max(15px, 10px);
  font-size: max(0.9375rem, 10px);
  font-weight: 500;
  letter-spacing: 0.01em;
  line-height: 2;
  padding-left: 1em;
  position: relative;
}

.p-policy__list-item::before {
  content: "・";
  left: 4px;
  left: 0.25rem;
  position: absolute;
  top: 1em;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.p-policy__link {
  border-bottom: 1px solid #4d4d4d;
  display: inline-block;
  line-height: 1.7;
}

.p-sidebar__item--popup {
  position: relative;
  z-index: 150;
}

.p-sidebar__item--popup::after {
  background: url(../images/common/bg-orange.png) no-repeat center/cover;
  clip-path: polygon(0% 50%, 20px 0%, 20px 30px);
  content: "";
  height: 30px;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 43%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  width: 20px;
}

.p-sidebar__item--popup.is-active::after {
  opacity: 1;
}

.p-sidebar__popup {
  border-radius: 1.875rem;
  content: "";
  left: 100%;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: -20px;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  -webkit-transition: opacity 0.8s ease, visibility 0.8s ease;
  transition: opacity 0.8s ease, visibility 0.8s ease;
  visibility: hidden;
  width: 644px;
  z-index: 100;
}

.p-sidebar__popup.is-active {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
}

.p-sidebar-popup__content {
  background: url(../images/common/popup-bg.png) no-repeat center center/cover;
  border-radius: 1.875rem;
  padding: 60px 45px 120px 45px;
  padding: 3.75rem 2.8125rem 7.5rem 2.8125rem;
  position: relative;
}

.p-sidebar__link {
  cursor: pointer;
  display: inline-block;
}

.js-pop .js-nav-link:hover {
  cursor: pointer;
}

.p-sidebar-popup {
  -ms-overflow-style: none;
  max-height: 96vh;
  overflow-y: auto;
  scrollbar-width: none;
}
.p-sidebar-popup::-webkit-scrollbar {
  display: none;
}

.p-sidebar-popup__title {
  background-color: rgba(255, 255, 255, 0.6);
  border-radius: 1.25rem;
  color: #ff8941;
  font-family: YakuHanJP_Narrow, "Zen Kaku Gothic New", sans-serif;
  font-size: max(16px, 10px);
  font-size: max(1rem, 10px);
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1;
  padding: 13px 20px 13px 20px;
  padding: 0.8125rem 1.25rem 0.8125rem 1.25rem;
}

.p-sidebar-popup__list {
  grid-column-gap: 0.875rem;
  -moz-column-gap: 0.875rem;
  grid-row-gap: 1.75rem;
       -webkit-column-gap: 0.875rem;
               column-gap: 0.875rem;
  display: grid;
  grid-auto-rows: auto;
  grid-template-columns: repeat(6, 1fr);
  justify-items: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: 28px;
  margin-top: 1.75rem;
  max-width: 1000px;
  row-gap: 28px;
  row-gap: 1.75rem;
}

.p-sidebar-popup__item {
  grid-column: span 3;
}

.p-sidebar-popup__link:hover {
  opacity: 1;
}
.p-sidebar-popup__link:hover .p-sidebar-popup__img img {
  opacity: 1;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.p-sidebar-popup__img {
  border: 1px solid #ffffff;
  border-radius: 0.3125rem;
  max-width: 240px;
  overflow: hidden;
  width: 100%;
}

.p-sidebar-popup__img img {
  -o-object-fit: cover;
  aspect-ratio: 240/135;
  border: 1px solid #ffffff;
  border-radius: 0.3125rem;
  height: auto;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  width: 100%;
}

.p-sidebar-popup__item.p-sidebar-popup__item--small {
  grid-column: span 2;
}
.p-sidebar-popup__item.p-sidebar-popup__item--small .p-sidebar-popup__img {
  max-width: 150px;
}
.p-sidebar-popup__item.p-sidebar-popup__item--small .p-sidebar-popup__img img {
  aspect-ratio: 150/85;
}
.p-sidebar-popup__item.p-sidebar-popup__item--small .p-sidebar-popup__text {
  font-size: max(14px, 10px);
  font-size: max(0.875rem, 10px);
}

.p-sidebar-popup__text {
  color: #ffffff;
  display: block;
  font-family: YakuHanJP_Narrow, "Zen Kaku Gothic New", sans-serif;
  font-size: max(16px, 10px);
  font-size: max(1rem, 10px);
  font-weight: 700;
  line-height: 1.8125;
  margin-top: 12px;
  margin-top: 0.75rem;
}

.p-sidebar-popup__text::after {
  -webkit-mask-image: url("../images/common/link-icon.svg");
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  aspect-ratio: 13/10;
  background-color: currentColor;
  content: "";
  display: inline-block;
  margin-left: 0.5em;
  mask-image: url("../images/common/link-icon.svg");
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: contain;
  vertical-align: 0.01em;
  width: 1em;
}

.p-sidebar-popup__outsourced {
  margin-top: 66px;
  margin-top: 4.125rem;
}

.p-sidebar-popup__outsourced-list {
  margin-top: 24px;
  margin-top: 1.5rem;
}

.p-popup-outsourced-list {
  grid-column-gap: 0.3125rem;
  -moz-column-gap: 0.3125rem;
  grid-row-gap: 0.4375rem;
       -webkit-column-gap: 0.3125rem;
               column-gap: 0.3125rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  row-gap: 7px;
  row-gap: 0.4375rem;
}

.p-popup-outsourced-list__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  gap: 1rem;
}

.p-popup-outsourced-list__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: 16px;
  gap: 1rem;
}

.p-popup-outsourced-list__link {
  color: #ffffff;
  font-family: YakuHanJP_Narrow, "Zen Kaku Gothic New", sans-serif;
  font-size: max(15px, 10px);
  font-size: max(0.9375rem, 10px);
  font-weight: 700;
  line-height: 1.5333333333;
}

.p-popup-outsourced-list__link::after {
  -webkit-mask-image: url("../images/common/link-icon.svg");
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  aspect-ratio: 13/10;
  background-color: currentColor;
  content: "";
  display: inline-block;
  margin-left: 0.8em;
  mask-image: url("../images/common/link-icon.svg");
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: contain;
  vertical-align: 0.01em;
  width: 0.9em;
}
.p-sidebar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: calc(100svh - 2.3125rem);
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  left: 0px;
  left: 0rem;
  min-width: 200px;
  min-width: 12.5rem;
  padding-bottom: 30px;
  padding-bottom: 1.875rem;
  position: fixed;
  top: 37px;
  top: 2.3125rem;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.p-sidebar__inner {
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.p-sidebar__logo {
  margin-left: auto;
  margin-right: auto;
  max-width: 152px;
  padding-left: 10px;
  padding-left: 0.625rem;
  padding-right: 10px;
  padding-right: 0.625rem;
  width: 100%;
}

.p-sidebar__logo img {
  -o-object-fit: contain;
  aspect-ratio: 132/115;
     object-fit: contain;
  width: 100%;
}

.p-sidebar__company {
  color: #4d4d4d;
  font-family: YakuHanJP_Narrow, "Zen Kaku Gothic New", sans-serif;
  font-size: max(12px, 10px);
  font-size: max(0.75rem, 10px);
  font-weight: 900;
  letter-spacing: 0.05em;
  line-height: 1.7142857143;
  margin-top: 10px;
  margin-top: 0.625rem;
  text-align: center;
}

.p-sidebar__list {
  margin-top: 28px;
  margin-top: 1.75rem;
}

.p-sidebar__list.p-sidebar__list--bottom {
  margin-top: 28px;
  margin-top: 1.75rem;
}
.p-sidebar__list.p-sidebar__list--bottom .p-sidebar__link {
  padding-bottom: 1.5px;
  padding-bottom: 0.09375rem;
  padding-top: 1.5px;
  padding-top: 0.09375rem;
}

.p-sidebar__link {
  color: #4d4d4d;
  display: block;
  font-family: YakuHanJP_Narrow, "Zen Kaku Gothic New", sans-serif;
  font-size: max(15px, 10px);
  font-size: max(0.9375rem, 10px);
  font-weight: 700;
  letter-spacing: 0.01em;
  line-height: 1.7333333333;
  padding-bottom: 9.5px;
  padding-bottom: 0.59375rem;
  padding-left: 29px;
  padding-left: 1.8125rem;
  padding-right: 29px;
  padding-right: 1.8125rem;
  padding-top: 9.5px;
  padding-top: 0.59375rem;
}

.p-sidebar__link.is-active {
  color: #ff8941;
  cursor: default;
  opacity: 1;
  position: relative;
}

.p-sidebar__link.is-active::before {
  background-color: #ff8941;
  border-radius: 50%;
  content: "";
  height: 6px;
  height: 0.375rem;
  left: 16px;
  left: 1rem;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 6px;
  width: 0.375rem;
}

.p-sidebar__lang {
  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;
  margin-left: 29px;
  margin-left: 1.8125rem;
  margin-top: auto;
}

.p-sidebar__lang-link {
  color: #4d4d4d;
  font-family: YakuHanJP_Narrow, "Zen Kaku Gothic New", sans-serif;
  font-size: max(12px, 10px);
  font-size: max(0.75rem, 10px);
  font-weight: 700;
  letter-spacing: 0.15em;
  line-height: 1.3333333333;
  opacity: 0.7;
  padding-left: 10px;
  padding-left: 0.625rem;
  position: relative;
}

.p-sidebar__lang-link.is-current {
  color: #ff8941;
  opacity: 1;
  position: relative;
}

.p-sidebar__lang-link.p-sidebar__lang-link--en {
  font-family: YakuHanJP_Narrow, "Fredoka", sans-serif;
  font-weight: 500;
}

.p-sidebar__lang-link.p-sidebar__lang-link--en.is-current {
  color: #ff8941;
}

.p-sidebar__lang-link.is-current::before {
  background-color: #ff8941;
  border-radius: 50%;
  content: "";
  height: 6px;
  height: 0.375rem;
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 6px;
  width: 0.375rem;
}

.p-sidebar__sns {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  gap: 0.5rem;
  margin-left: 29px;
  margin-left: 1.8125rem;
  margin-top: 16px;
  margin-top: 1rem;
}

.p-sidebar__sns-link {
  display: block;
  height: 21px;
  height: 1.3125rem;
  width: 21px;
  width: 1.3125rem;
}

.p-sidebar__sns-link.p-sidebar__sns-link--instagram {
  -webkit-mask-image: url(../images/common/instagram-icon.svg);
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  background-color: #ff8941;
          mask-image: url(../images/common/instagram-icon.svg);
          mask-repeat: no-repeat;
          mask-size: contain;
}

.p-sidebar__sns-link.p-sidebar__sns-link--facebook {
  -webkit-mask-image: url(../images/common/facebook-icon.svg);
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  background-color: #ff8941;
          mask-image: url(../images/common/facebook-icon.svg);
          mask-repeat: no-repeat;
          mask-size: contain;
}

.p-strength-consignment .p-outsourced-facility__inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 1240px;
  max-width: 77.5rem;
  padding-left: 60px;
  padding-left: 3.75rem;
  padding-right: 60px;
  padding-right: 3.75rem;
  width: 100%;
}

.p-strength-consignment .p-outsourced-facility__content {
  background-color: #e5f7ff;
  border-radius: 1.875rem;
  padding: 57px 4% 74px 4%;
  padding: 3.5625rem 4% 4.625rem 4%;
}

.p-strength-consignment .p-outsourced-facility__img {
  border-radius: 0.625rem;
  margin-top: 12px;
  margin-top: 0.75rem;
  max-width: 270px;
  overflow: hidden;
  width: 100%;
}

.p-strength-consignment .p-outsourced-facility__client {
  color: #3e9fdd;
}

.p-strength-direct__inner.l-inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 1160px;
  padding-left: 20px;
  padding-left: 1.25rem;
  padding-right: 20px;
  padding-right: 1.25rem;
  width: 100%;
}

.p-strength-direct__heading {
  color: #3e9fdd;
  font-family: YakuHanJP_Narrow, "Zen Kaku Gothic New", sans-serif;
  font-size: 32px;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.71875;
}

.p-strength-direct__list {
  margin-top: 48px;
  margin-top: 3rem;
}

.p-strength-direct__link {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5.2631578947%;
}

.p-strength-direct__link:hover {
  opacity: 1;
}
.p-strength-direct__link:hover .p-strength-direct__img img {
  opacity: 1;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.p-strength-direct__link:hover .p-strength-direct__btn {
  scale: 1.1;
}

.p-strength-direct__link.p-strength-direct__link--reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.p-strength-direct__link.p-strength-direct__link--column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}
.p-strength-direct__link.p-strength-direct__link--column .p-strength-direct__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.p-strength-direct__link.p-strength-direct__link--column .p-strength-direct__btn {
  margin-top: auto;
}

.p-strength-direct__card.p-strength-direct__card--second {
  margin-top: 88px;
  margin-top: 5.5rem;
}

.p-strength-direct__img {
  border-radius: 0.9375rem;
  max-width: 680px;
  overflow: hidden;
  width: 60.7142857143%;
}

.p-strength-direct__img img {
  -o-object-fit: cover;
  aspect-ratio: 680/510;
  border-radius: 0.9375rem;
  height: auto;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  width: 100%;
}

.p-strength-direct__body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-top: 8px;
  margin-top: 0.5rem;
  max-width: 320px;
}

.p-strength-direct__type {
  color: #4d4d4d;
  font-family: YakuHanJP_Narrow, "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.5;
}

.p-strength-direct__title {
  color: #4d4d4d;
  font-family: YakuHanJP_Narrow, "Zen Kaku Gothic New", sans-serif;
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.3333333333;
  margin-top: 12px;
  margin-top: 0.75rem;
}

.p-strength-direct__address {
  color: #4d4d4d;
  display: block;
  font-family: YakuHanJP_Narrow, "Zen Kaku Gothic New", sans-serif;
  font-size: max(13px, 10px);
  font-size: max(0.8125rem, 10px);
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1;
  margin-top: 16px;
  margin-top: 1rem;
  padding-left: 22px;
  padding-left: 1.375rem;
  position: relative;
}

.p-strength-direct__address:before {
  background-image: url(../images/common/map-icon.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 16px;
  height: 1rem;
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 16px;
  width: 1rem;
}

.p-strength-direct__tags {
  margin-top: 22px;
  margin-top: 1.375rem;
}

.c-tags {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
  gap: 0.625rem;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.c-tag {
  background-color: #e2f6ff;
  border-radius: 0.625rem;
  color: #3e9fdd;
  font-family: YakuHanJP_Narrow, "Zen Kaku Gothic New", sans-serif;
  font-size: max(15px, 10px);
  font-size: max(0.9375rem, 10px);
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1;
  padding: 7.5px 17px;
  padding: 0.46875rem 1.0625rem;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
}

.p-strength-direct__text {
  color: #4d4d4d;
  font-family: YakuHanJP_Narrow, "Zen Kaku Gothic New", sans-serif;
  font-size: max(15px, 10px);
  font-size: max(0.9375rem, 10px);
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 2;
  margin-top: 40px;
  margin-top: 2.5rem;
}

.p-strength-direct__btn {
  margin-left: auto;
  margin-top: 66px;
  margin-top: 4.125rem;
}
.p-strength-direct__btn.c-button {
  font-size: max(15px, 10px);
  font-size: max(0.9375rem, 10px);
}
.p-strength-direct__btn.c-button--medium {
  max-width: 140px;
  max-width: 8.75rem;
  padding: 18.5px 18px 18.5px 24px;
  padding: 1.15625rem 1.125rem 1.15625rem 1.5rem;
}

.p-strength-direct__cards {
  grid-gap: 3.125rem;
  display: grid;
  gap: 50px;
  gap: 3.125rem;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 110px;
  margin-top: 6.875rem;
}
.p-strength-direct__cards .p-strength-direct__link {
  gap: 22px;
  gap: 1.375rem;
}
.p-strength-direct__cards .p-strength-direct__img {
  max-width: 340px;
  width: 100%;
}
.p-strength-direct__cards .p-strength-direct__img img {
  aspect-ratio: 340/225;
}
.p-strength-direct__cards .p-strength-direct__body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-top: 0;
  max-width: 100%;
}
.p-strength-direct__cards .p-strength-direct__title {
  color: #4d4d4d;
  font-family: YakuHanJP_Narrow, "Zen Kaku Gothic New", sans-serif;
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.7272727273;
  margin-top: 0;
}
.p-strength-direct__cards .p-strength-direct__address {
  color: #4d4d4d;
  display: block;
  font-family: YakuHanJP_Narrow, "Zen Kaku Gothic New", sans-serif;
  font-size: max(13px, 10px);
  font-size: max(0.8125rem, 10px);
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1;
  margin-top: 9px;
  margin-top: 0.5625rem;
  padding-left: 20px;
  padding-left: 1.25rem;
  position: relative;
}
.p-strength-direct__cards .p-strength-direct__address:before {
  background-image: url(../images/common/map-icon.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 16px;
  height: 1rem;
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 16px;
  width: 1rem;
}
.p-strength-direct__cards .p-strength-direct__tags {
  margin-top: 22px;
  margin-top: 1.375rem;
}
.p-strength-direct__cards .c-tags {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
  gap: 0.625rem;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.p-strength-direct__cards .c-tag {
  background-color: #e2f6ff;
  border-radius: 0.625rem;
  color: #3e9fdd;
  font-family: YakuHanJP_Narrow, "Zen Kaku Gothic New", sans-serif;
  font-size: max(15px, 10px);
  font-size: max(0.9375rem, 10px);
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1;
  padding: 7.5px 17px;
  padding: 0.46875rem 1.0625rem;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
}
.p-strength-direct__cards .p-strength-direct__text {
  color: #4d4d4d;
  font-family: YakuHanJP_Narrow, "Zen Kaku Gothic New", sans-serif;
  font-size: max(15px, 10px);
  font-size: max(0.9375rem, 10px);
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 2;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
  margin-top: 20px;
  margin-top: 1.25rem;
}
.p-strength-direct__cards .p-strength-direct__btn {
  margin-left: auto;
  margin-top: 66px;
  margin-top: 4.125rem;
}
.p-strength-direct__cards .p-strength-direct__btn.c-button {
  font-size: max(12px, 10px);
  font-size: max(0.75rem, 10px);
}
.p-strength-direct__cards .p-strength-direct__btn.c-button--medium {
  max-width: 120px;
  max-width: 7.5rem;
  padding: 14px 18px 14px 24px;
}

.p-strength-operation {
  position: relative;
  z-index: 1;
}

.p-strength-operation__inner.l-inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 1240px;
  max-width: 77.5rem;
  padding-left: 20px;
  padding-left: 1.25rem;
  padding-right: 20px;
  padding-right: 1.25rem;
  width: 100%;
}

.p-strength-operation__content {
  text-align: center;
}

.p-strength-operation__heading {
  color: #3e9fdd;
  font-family: YakuHanJP_Narrow, "Zen Kaku Gothic New", sans-serif;
  font-size: 32px;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.71875;
}

.p-strength-operation__text {
  color: #4d4d4d;
  font-family: YakuHanJP_Narrow, "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 2;
  margin-top: 20px;
  margin-top: 1.25rem;
}

.p-strength-operation__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
  gap: 1.25rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 40px;
  margin-top: 2.5rem;
}

.p-strength-operation__item {
  min-width: 170px;
  min-width: 10.625rem;
  width: calc(18.018018018% - 1rem);
}

.p-strength-operation__number {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  background-color: #d8f3ff;
  border-radius: 1.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0px;
  gap: 0rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: -30px;
  margin-top: -1.875rem;
  padding: 45px 14px 22px 22px;
  padding: 2.8125rem 0.875rem 1.375rem 1.375rem;
  text-align: center;
  width: 100%;
}

.p-strength-operation__number.p-strength-operation__number--purple {
  background-color: #dfe9ff;
}

.c-number {
  color: #0e87d4;
  display: block;
  font-family: YakuHanJP_Narrow, "Fredoka", sans-serif;
  font-size: 90px;
  font-size: 5.625rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1;
}

.c-number.c-number--purple {
  color: #427ce7;
}

.c-number-unit {
  color: #0e87d4;
  display: block;
  font-family: YakuHanJP_Narrow, "Zen Kaku Gothic New", sans-serif;
  font-size: max(16px, 10px);
  font-size: max(1rem, 10px);
  font-weight: 900;
  letter-spacing: 0.1em;
  line-height: 1;
  position: relative;
  top: -0.6em;
}

.c-number-unit.c-number-unit--purple {
  color: #427ce7;
}

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

.p-sub-mv__img {
  margin-left: auto;
  position: relative;
  width: 82.2580645161%;
}
.p-sub-mv__img img {
  -o-object-fit: cover;
  aspect-ratio: 1020/600;
  border-radius: 0 0 0 1.25rem;
  height: auto;
  max-height: 600px;
  max-height: 37.5rem;
     object-fit: cover;
  width: 100%;
}

.p-sub-mv__img:before {
  aspect-ratio: 1/1;
  background-image: url(../images/message/sun-img02.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  bottom: -40px;
  bottom: -2.5rem;
  content: "";
  height: auto;
  left: -35px;
  left: -2.1875rem;
  position: absolute;
  -webkit-transform: translate(-50%, 50%);
          transform: translate(-50%, 50%);
  width: 268px;
  width: 16.75rem;
  z-index: 1;
}

.p-sub-mv__content {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  bottom: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  gap: 0.5rem;
  left: 6.8032786885%;
  position: absolute;
  right: 0;
  top: 13.3333333333%;
  z-index: 100;
}

.p-sub-mv__label {
  line-height: 1;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}

.p-sub-mv__label-en {
  color: #4d4d4d;
  font-family: YakuHanJP_Narrow, "Fredoka", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.15em;
  line-height: 1;
  text-transform: uppercase;
}

.p-sub-mv__title {
  line-height: 1;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}

.p-sub-mv__title-ja {
  color: #ff614b;
  font-family: YakuHanJP_Narrow, "Zen Kaku Gothic New", sans-serif;
  font-size: 38px;
  font-size: 2.375rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  line-height: 1.3684210526;
}

.p-sub-mv__title-ja,
.p-sub-mv__label-en {
  clip-path: inset(0 0 100% 0);
  display: inline-block;
  opacity: 0;
  will-change: clip-path, opacity;
}

.p-sub-mv.is-strength .p-sub-mv__title-ja {
  color: #3e9fdd;
}
.p-sub-mv.is-strength .p-sub-mv__img:before {
  aspect-ratio: 203/214;
  background-image: url(../images/strength/strength-duck.png);
  bottom: -9px;
  bottom: -0.5625rem;
  height: auto;
  left: -6px;
  left: -0.375rem;
  width: 203px;
  width: 12.6875rem;
}

.p-sub-mv.is-wecan .p-sub-mv__title-ja {
  color: #4c861a;
}
.p-sub-mv.is-wecan .p-sub-mv__img:before {
  aspect-ratio: 188/208;
  background-image: url(../images/wecan/wecan-acorns.png);
  bottom: -36px;
  bottom: -2.25rem;
  height: auto;
  left: -29px;
  left: -1.8125rem;
  width: 188px;
  width: 11.75rem;
}

.p-sub-mv.is-contact .p-sub-mv__title-ja,
.p-sub-mv.is-thanks .p-sub-mv__title-ja {
  color: #ff8941;
}
.p-sub-mv.is-contact .p-sub-mv__img img,
.p-sub-mv.is-thanks .p-sub-mv__img img {
  aspect-ratio: 1020/420;
  max-height: 420px;
  max-height: 26.25rem;
}
.p-sub-mv.is-contact .p-sub-mv__img:before,
.p-sub-mv.is-thanks .p-sub-mv__img:before {
  display: none;
}

.p-sub-mv.is-company .p-sub-mv__title-ja {
  color: #ff8941;
}
.p-sub-mv.is-company .p-sub-mv__img img {
  aspect-ratio: 1020/420;
  max-height: 420px;
  max-height: 26.25rem;
}
.p-sub-mv.is-company .p-sub-mv__content {
  bottom: auto;
  left: 6.8032786885%;
  right: 0;
  top: 19.0476190476%;
}
.p-sub-mv.is-company .p-sub-mv__img:before {
  display: none;
}

.p-contact__thanks {
  margin-top: 72px;
  margin-top: 4.5rem;
  padding-bottom: 220px;
  padding-bottom: 13.75rem;
}

.p-thanks__inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 1000px;
  max-width: 62.5rem;
  padding-left: 30px;
  padding-left: 1.875rem;
  padding-right: 30px;
  padding-right: 1.875rem;
}
.p-thanks__heading {
  color: #ff8941;
  font-family: YakuHanJP_Narrow, "Zen Kaku Gothic New", sans-serif;
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1;
  text-align: center;
}

.p-thanks__form-message {
  color: #4d4d4d;
  font-family: YakuHanJP_Narrow, "Zen Kaku Gothic New", sans-serif;
  font-size: max(15px, 10px);
  font-size: max(0.9375rem, 10px);
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 2;
  margin-top: 54px;
  margin-top: 3.375rem;
}

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

.p-thanks__button .c-button {
  background: url(../images/contact/bg-contact01.png) no-repeat center center/cover;
}

.p-thanks__button .c-button {
  margin-left: auto;
  margin-right: auto;
}

.p-top-instagram__container {
  grid-gap: 0.375rem;
  display: grid;
  gap: 6px;
  gap: 0.375rem;
  grid-template-areas: "content slider";
  grid-template-columns: 12.1875rem 1fr;
}

.p-top-instagram__content {
  grid-area: content;
  margin-top: 4px;
  margin-top: 0.25rem;
}

.p-top-instagram__head {
  grid-area: head;
}

.p-top-instagram__title {
  color: #4d4d4d;
  font-family: YakuHanJP_Narrow, "Fredoka", sans-serif;
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: 500;
  letter-spacing: 0.15em;
  line-height: 1;
  position: relative;
  text-transform: uppercase;
}

.p-top-instagram__title::before {
  -webkit-mask-image: url(../images/common/instagram-icon.svg);
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  background-color: #ff8941;
  content: "";
  height: 40px;
  height: 2.5rem;
  left: -55px;
  left: -3.4375rem;
          mask-image: url(../images/common/instagram-icon.svg);
          mask-repeat: no-repeat;
          mask-size: contain;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 40px;
  width: 2.5rem;
}

.p-top-instagram__text {
  color: #4d4d4d;
  font-family: YakuHanJP_Narrow, "Zen Kaku Gothic New", sans-serif;
  font-size: max(14px, 10px);
  font-size: max(0.875rem, 10px);
  font-weight: 700;
  letter-spacing: -0.01em;
  line-height: 1.7857142857;
  margin-top: 14px;
  margin-top: 0.875rem;
}

.p-top-instagram__button {
  grid-area: button;
  margin-top: 32px;
  margin-top: 2rem;
}

.p-top-instagram__button.c-button.c-button--medium:after {
  aspect-ratio: 7/11;
  background-color: #ffffff;
  clip-path: polygon(7px 50%, 0% 0%, 0% 11px);
  width: 7px;
}

.p-top-instagram__slider {
  grid-area: slider;
  max-width: 862px;
  max-width: 53.875rem;
  overflow: hidden;
  padding-left: 50px;
  padding-left: 3.125rem;
  padding-right: 58px;
  padding-right: 3.625rem;
  width: 100%;
}

#sb_instagram .sbi_photo {
  display: block;
  height: auto;
  max-width: 170px;
  width: 100%;
}
#sb_instagram .sbi_photo img {
  -o-object-fit: cover;
  aspect-ratio: 170/225;
  border-radius: 0.625rem;
  height: auto;
     object-fit: cover;
  width: 100%;
}
#sb_instagram .splide__arrows {
  bottom: 0;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 10;
}
#sb_instagram .splide__arrow {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  align-items: center;
  color: #ff8941;
  display: grid;
  height: max(40px, min(3.5vw, 56px));
  justify-items: center;
  justify-items: center;
  place-items: center;
  pointer-events: auto;
  position: absolute;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  width: max(40px, min(3.5vw, 56px));
  z-index: 10;
}
#sb_instagram .splide__arrow:hover {
  opacity: 0.7;
}
#sb_instagram .splide__arrow:disabled {
  opacity: 0;
}
#sb_instagram .splide__arrow svg {
  display: none;
}
#sb_instagram .splide__arrow--next {
  right: -62px;
  right: -3.875rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#sb_instagram .splide__arrow--prev {
  left: -62px;
  left: -3.875rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#sb_instagram .splide__arrow::after {
  --icon-size: 55%;
  -webkit-mask-image: url("../images/common/arrow-icon-next.svg");
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  aspect-ratio: 22/30;
  background-color: currentColor;
  content: "";
  display: block;
  mask-image: url("../images/common/arrow-icon-next.svg");
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: contain;
  width: 55%;
  width: var(--icon-size);
}
#sb_instagram .splide__arrow--prev::after {
  -webkit-mask-image: url("../images/common/arrow-icon-prev.svg");
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-image: url("../images/common/arrow-icon-prev.svg");
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: contain;
}
#sb_instagram .splide__arrow--next::after {
  -webkit-mask-image: url("../images/common/arrow-icon-next.svg");
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-image: url("../images/common/arrow-icon-next.svg");
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: contain;
}

.p-top-message {
  padding: 20px;
  padding: 1.25rem;
  position: relative;
}

.p-top-message__inner {
  height: calc(100vh - 2.5rem);
}

.p-top-message__img {
  border-radius: 0.9375rem;
  height: 100%;
}

.p-top-message__img img {
  -o-object-fit: cover;
  border-radius: 0.9375rem;
  height: inherit;
     object-fit: cover;
}

.p-top-message__container {
  bottom: 72px;
  bottom: 4.5rem;
  content: "";
  position: absolute;
  right: 80px;
  right: 5rem;
}

.p-top-message__wrapper {
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 0.9375rem;
  display: inline-block;
  max-width: 540px;
  max-width: 33.75rem;
  width: 100%;
}

.p-top-message__content {
  padding: 59px 59px 36px 60px;
  padding: 3.6875rem 3.6875rem 36px 3.75rem;
  position: relative;
}

.p-top-message__button {
  margin-left: auto;
  margin-right: auto;
  margin-top: -30px;
  position: relative;
  z-index: 1;
}

.p-top-message__content-img {
  content: "";
  left: 5px;
  left: 0.3125rem;
  max-width: 130px;
  max-width: 8.125rem;
  position: absolute;
  top: 10px;
  top: 0.625rem;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
}

.p-top-message__content-img img {
  -o-object-fit: cover;
  aspect-ratio: 1/1;
     object-fit: cover;
  width: 100%;
}

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

.p-top-mv__slider {
  margin-left: auto;
  width: 80.6451612903%;
}

.p-top-mv__slider-item img {
  -o-object-fit: cover;
  aspect-ratio: 1000/660;
  border-radius: 0 0 0 1.25rem;
  height: auto;
  min-height: 400px;
  min-height: 25rem;
     object-fit: cover;
  width: 100%;
}

.p-top-mv__content {
  bottom: auto;
  left: 20px;
  left: 1.25rem;
  position: absolute;
  right: 0;
  top: 41.9696969697%;
  z-index: 100;
}

.p-top-mv__label {
  padding-left: 20px;
  padding-left: 1.25rem;
}

.p-top-mv__title {
  margin-top: 8px;
  margin-top: 0.5rem;
}

.p-top-mv__text {
  margin-top: 28px;
  margin-top: 1.75rem;
}

.p-top-mv__label-en {
  background-color: rgba(255, 255, 255, 0.85);
  color: #ff8941;
  font-family: YakuHanJP_Narrow, "Fredoka", sans-serif;
  font-size: max(14px, 10px);
  font-size: max(0.875rem, 10px);
  font-weight: 600;
  letter-spacing: 0.15em;
  line-height: 1;
  text-transform: uppercase;
}

.p-top-mv__title-ja {
  background-color: rgba(255, 255, 255, 0.85);
  color: #ff8941;
  font-family: YakuHanJP_Narrow, "Zen Kaku Gothic New", sans-serif;
  font-size: 40px;
  font-size: 2.5rem;
  font-weight: 700;
  letter-spacing: 0.07em;
  line-height: 1.3;
  padding: 1px 12px 2px 20px;
  padding: 0.0625rem 0.75rem 0.125rem 1.25rem;
}

.p-top-mv__text-ja {
  background-color: rgba(255, 255, 255, 0.85);
  color: #4d4d4d;
  font-family: YakuHanJP_Narrow, "Zen Kaku Gothic New", sans-serif;
  font-size: max(15px, 10px);
  font-size: max(0.9375rem, 10px);
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 2;
  padding-left: 20px;
  padding-left: 1.25rem;
  padding-right: 12px;
  padding-right: 0.75rem;
}

.p-top-mv__label-en,
.p-top-mv__title-ja,
.p-top-mv__text-ja {
  clip-path: inset(0 100% 0 0);
  display: inline-block;
  opacity: 0;
  will-change: clip-path, opacity;
}

.p-top-nursery {
  background-color: #fffcee;
  padding-top: 74px;
  padding-top: 4.625rem;
}

.p-top-nursery__title {
  text-align: center;
}

.p-top-nursery__title-en {
  color: #ff8941;
  font-family: YakuHanJP_Narrow, "Fredoka", sans-serif;
  font-size: max(13px, 10px);
  font-size: max(0.8125rem, 10px);
  font-weight: 500;
  letter-spacing: 0.2em;
  line-height: 1;
}

.p-top-nursery__title-ja {
  color: #4d4d4d;
  font-family: YakuHanJP_Narrow, "Zen Kaku Gothic New", sans-serif;
  font-size: 32px;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1;
  margin-top: 10px;
  margin-top: 0.625rem;
}

.p-top-nursery__list {
  grid-column-gap: 2.5rem;
  -moz-column-gap: 2.5rem;
  grid-row-gap: 3.75rem;
       -webkit-column-gap: 2.5rem;
               column-gap: 2.5rem;
  display: grid;
  grid-auto-rows: auto;
  grid-template-columns: repeat(6, 1fr);
  margin-left: auto;
  margin-right: auto;
  margin-top: 60px;
  margin-top: 3.75rem;
  max-width: 1000px;
  padding-bottom: 10px;
  padding-bottom: 0.625rem;
  row-gap: 60px;
  row-gap: 3.75rem;
}

.p-top-nursery__item {
  grid-column: span 3;
}

.p-top-nursery__link {
  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%;
}

.p-top-nursery__link:hover {
  opacity: 1;
}
.p-top-nursery__link:hover .p-top-nursery__img img {
  opacity: 1;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.p-top-nursery__link:hover .p-top-nursery__btn {
  scale: 1.1;
}

.p-top-nursery__img {
  border-radius: 0.9375rem;
  max-width: 500px;
  overflow: hidden;
  width: 100%;
}

.p-top-nursery__img img {
  -o-object-fit: cover;
  aspect-ratio: 480/270;
  border-radius: 0.9375rem;
  height: auto;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  width: 100%;
}

.p-top-nursery__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;
  margin-top: 20px;
  margin-top: 1.25rem;
}

.p-top-nursery__name {
  color: #4d4d4d;
  font-family: YakuHanJP_Narrow, "Zen Kaku Gothic New", sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.7777777778;
}

.p-top-nursery__map {
  color: #4d4d4d;
  display: block;
  font-family: YakuHanJP_Narrow, "Zen Kaku Gothic New", sans-serif;
  font-size: max(13px, 10px);
  font-size: max(0.8125rem, 10px);
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1;
  margin-top: 8px;
  margin-top: 0.5rem;
  padding-left: 20px;
  padding-left: 1.25rem;
  position: relative;
}

.p-top-nursery__map:before {
  background-image: url(../images/common/map-icon.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 16px;
  height: 1rem;
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 16px;
  width: 1rem;
}

.p-top-nursery__btn {
  margin-top: 18px;
  margin-top: 1.125rem;
  -webkit-transition: scale 0.3s ease;
  transition: scale 0.3s ease;
}

.p-top-nursery__item.p-top-nursery__item--small {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  grid-column: span 2;
  height: 100%;
}
.p-top-nursery__item.p-top-nursery__item--small .p-top-nursery__img {
  max-width: 305px;
}
.p-top-nursery__item.p-top-nursery__item--small .p-top-nursery__img img {
  aspect-ratio: 305/170;
}
.p-top-nursery__item.p-top-nursery__item--small .p-top-nursery__content {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 20px;
  margin-top: 1.25rem;
}
.p-top-nursery__item.p-top-nursery__item--small .p-top-nursery__body {
  margin-bottom: 18px;
  margin-bottom: 1.125rem;
}
.p-top-nursery__item.p-top-nursery__item--small .p-top-nursery__name {
  font-size: 18px;
  font-size: 1.125rem;
}
.p-top-nursery__item.p-top-nursery__item--small .p-top-nursery__btn {
  margin-left: auto;
  margin-top: auto;
}

.p-top-outsourced-facility {
  background-color: #fffcee;
  padding-top: 54px;
  padding-top: 3.375rem;
}

.p-top-strength {
  padding: 20px;
  padding: 1.25rem;
  position: relative;
}

.p-top-strength__inner {
  height: calc(100vh - 2.5rem);
}

.p-top-strength__img {
  border-radius: 0.9375rem;
  height: 100%;
}

.p-top-strength__img img {
  -o-object-fit: cover;
  border-radius: 0.9375rem;
  height: inherit;
     object-fit: cover;
}

.p-top-strength__container {
  bottom: 72px;
  bottom: 4.5rem;
  content: "";
  position: absolute;
  right: 80px;
  right: 5rem;
}

.p-top-strength__wrapper {
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 0.9375rem;
  display: inline-block;
  max-width: 540px;
  max-width: 33.75rem;
  width: 100%;
}

.p-top-strength__content {
  padding: 59px 59px 36px 60px;
  padding: 3.6875rem 3.6875rem 36px 3.75rem;
  position: relative;
}

.p-top-strength__button {
  margin-left: auto;
  margin-right: auto;
  margin-top: -30px;
  position: relative;
  z-index: 1;
}

.p-top-strength__content-img {
  content: "";
  left: 15px;
  left: 0.9375rem;
  max-width: 112px;
  max-width: 7rem;
  position: absolute;
  top: -5px;
  top: -0.3125rem;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
}

.p-top-strength__content-img img {
  -o-object-fit: cover;
  aspect-ratio: 112/119;
     object-fit: cover;
  width: 100%;
}

/* （the_content()で出力したものへのスタイル） */
.p-top-wecan {
  padding: 20px;
  padding: 1.25rem;
  position: relative;
}

.p-top-wecan__inner {
  height: calc(100vh - 2.5rem);
}

.p-top-wecan__img {
  border-radius: 0.9375rem;
  height: 100%;
}

.p-top-wecan__img img {
  border-radius: 0.9375rem;
  height: inherit;
}

.p-top-wecan__container {
  bottom: 57px;
  bottom: 3.5625rem;
  content: "";
  left: 80px;
  left: 5rem;
  position: absolute;
}

.p-top-wecan__wrapper {
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 0.9375rem;
  display: inline-block;
  max-width: 600px;
  max-width: 37.5rem;
  width: 100%;
}

.p-top-wecan__content {
  padding: 59px 59px 40px 60px;
  padding: 3.6875rem 3.6875rem 40px 3.75rem;
  position: relative;
}

.p-top-wecan__button {
  margin-left: auto;
  margin-right: auto;
  margin-top: -30px;
  position: relative;
  z-index: 1;
}

.p-top-wecan__content-img {
  content: "";
  left: 33px;
  left: 2.0625rem;
  max-width: 106px;
  max-width: 6.625rem;
  position: absolute;
  top: -10px;
  top: -0.625rem;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
}

.p-top-wecan__content-img img {
  -o-object-fit: cover;
  aspect-ratio: 106/118;
     object-fit: cover;
  width: 100%;
}

.p-wecan__point {
  margin-left: auto;
  margin-right: auto;
  max-width: 1120px;
  max-width: 70rem;
  width: 100%;
}

.p-wecan__point-inner {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p-wecan__point-image {
  border-radius: 0.9375rem;
  max-width: 820px;
  position: relative;
  width: 100%;
}

.p-wecan__point-image img {
  -o-object-fit: cover;
  aspect-ratio: 820/615;
  border-radius: 0.9375rem;
  height: auto;
     object-fit: cover;
  width: 100%;
}

.p-wecan__point-content {
  max-width: 480px;
  max-width: 30rem;
  position: relative;
  width: 100%;
  z-index: 1;
}

.p-wecan__point-label {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-image: url("../images/common/bg-green.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 62.4375rem;
  color: #ffffff;
  content: "";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: YakuHanJP_Narrow, "Fredoka", sans-serif;
  font-size: 17px;
  font-size: 1.0625rem;
  font-weight: 600;
  gap: 10px;
  gap: 0.625rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: 0.2em;
  line-height: 1;
  max-width: 160px;
  max-width: 10rem;
  opacity: 0;
  padding: 14px 10px 14px 15px;
  padding: 0.875rem 0.625rem 0.875rem 0.9375rem;
  position: absolute;
  text-align: center;
  top: -2px;
  top: -0.125rem;
  -webkit-transform: scale(0.5) rotate(0.0001deg);
          transform: scale(0.5) rotate(0.0001deg);
  -webkit-transition: opacity 0.3s ease-out, -webkit-transform 0.3s ease-out;
  transition: opacity 0.3s ease-out, -webkit-transform 0.3s ease-out;
  transition: opacity 0.3s ease-out, transform 0.3s ease-out;
  transition: opacity 0.3s ease-out, transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  visibility: hidden;
  width: 100%;
  will-change: opacity, transform;
}

.p-wecan__point-label.is-active {
  opacity: 1;
  -webkit-transform: rotate(0deg) scale(1);
          transform: rotate(0deg) scale(1);
  visibility: visible;
}

.p-wecan__point-label::before {
  background-image: url("../images/common/bg-green.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  bottom: -14px;
  bottom: -0.875rem;
  clip-path: polygon(50% 0.9375rem, 0% 0%, 1.125rem 0%);
  content: "";
  height: 15px;
  height: 0.9375rem;
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 18px;
  width: 1.125rem;
}

.p-wecan__point-label-number {
  color: #ffffff;
  font-family: YakuHanJP_Narrow, "Fredoka", sans-serif;
  font-size: 32px;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.2em;
  line-height: 1;
}

.p-wecan__point-title {
  color: #4c861a;
  font-family: YakuHanJP_Narrow, "Zen Kaku Gothic New", sans-serif;
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.7333333333;
  padding-bottom: 20px;
  padding-bottom: 1.25rem;
  position: relative;
}
.p-wecan__point-title::after {
  background: radial-gradient(circle farthest-side, #4c861a, #4c861a 35%, transparent 35%, transparent);
  background-size: 10px;
  bottom: 0;
  content: "";
  display: inline-block;
  height: 5px;
  left: 0;
  position: absolute;
  width: 100%;
}

.p-wecan__point-desc {
  color: #4d4d4d;
  font-family: YakuHanJP_Narrow, "Zen Kaku Gothic New", sans-serif;
  font-size: max(15px, 10px);
  font-size: max(0.9375rem, 10px);
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 2;
  margin-top: 30px;
  margin-top: 1.875rem;
}

.p-wecan__point-list {
  padding-left: 6px;
  padding-left: 0.375rem;
}

.p-wecan__point-list-item {
  color: #4d4d4d;
  font-family: YakuHanJP_Narrow, "Zen Kaku Gothic New", sans-serif;
  font-size: max(15px, 10px);
  font-size: max(0.9375rem, 10px);
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 2;
}

.p-wecan__point.p-wecan__point--1 .p-wecan__point-image {
  margin-right: auto;
}
.p-wecan__point.p-wecan__point--1 .p-wecan__point-content {
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 1.25rem;
  margin-bottom: -30px;
  margin-bottom: -1.875rem;
  margin-left: -200px;
  margin-left: -12.5rem;
  padding: min(55px, 3.8194444444vw) min(40px, 2.7777777778vw) min(130px, 9.0277777778vw) min(60px, 4.1666666667vw);
  padding: min(3.4375rem, 3.8194444444vw) min(2.5rem, 2.7777777778vw) min(8.125rem, 9.0277777778vw) min(3.75rem, 4.1666666667vw);
}
.p-wecan__point.p-wecan__point--1 .p-wecan__point-label {
  right: 20px;
  right: 1.25rem;
  -webkit-transform: translateY(-50%) scale(0.5) rotate(0.0001deg);
          transform: translateY(-50%) scale(0.5) rotate(0.0001deg);
}
.p-wecan__point.p-wecan__point--1 .p-wecan__point-label.is-active {
  opacity: 1;
  -webkit-transform: translateY(-50%) rotate(0deg) scale(1);
          transform: translateY(-50%) rotate(0deg) scale(1);
  visibility: visible;
}
.p-wecan__point.p-wecan__point--1 .p-wecan__point-label::before {
  right: 22px;
  right: 1.375rem;
}
.p-wecan__point.p-wecan__point--1 .p-wecan__point-list {
  margin-top: 18px;
  margin-top: 1.125rem;
}

.p-wecan__point.p-wecan__point--2 {
  margin-top: 112px;
  margin-top: 7rem;
}
.p-wecan__point.p-wecan__point--2 .p-wecan__point-inner {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.p-wecan__point.p-wecan__point--2 .p-wecan__point-image {
  margin-left: auto;
}
.p-wecan__point.p-wecan__point--2 .p-wecan__point-content {
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 1.25rem;
  margin-bottom: -10px;
  margin-bottom: -0.625rem;
  margin-right: -200px;
  margin-right: -12.5rem;
  padding: min(55px, 3.8194444444vw) min(60px, 4.1666666667vw) min(148px, 10.2777777778vw) min(50px, 3.4722222222vw);
  padding: min(3.4375rem, 3.8194444444vw) min(3.75rem, 4.1666666667vw) min(9.25rem, 10.2777777778vw) min(3.125rem, 3.4722222222vw);
}
.p-wecan__point.p-wecan__point--2 .p-wecan__point-label {
  left: 20px;
  left: 1.25rem;
  -webkit-transform: translateY(-50%) scale(0.5) rotate(0.0001deg);
          transform: translateY(-50%) scale(0.5) rotate(0.0001deg);
}
.p-wecan__point.p-wecan__point--2 .p-wecan__point-label.is-active {
  opacity: 1;
  -webkit-transform: translateY(-50%) rotate(0deg) scale(1);
          transform: translateY(-50%) rotate(0deg) scale(1);
  visibility: visible;
}
.p-wecan__point.p-wecan__point--2 .p-wecan__point-label::before {
  left: 41px;
  left: 2.5625rem;
}

.p-wecan__point.p-wecan__point--3 {
  margin-top: 127px;
  margin-top: 7.9375rem;
}
.p-wecan__point.p-wecan__point--3 .p-wecan__point-image {
  margin-right: auto;
}
.p-wecan__point.p-wecan__point--3 .p-wecan__point-content {
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 1.25rem;
  margin-bottom: -30px;
  margin-bottom: -1.875rem;
  margin-left: -200px;
  margin-left: -12.5rem;
  padding: min(55px, 3.8194444444vw) min(40px, 2.7777777778vw) min(80px, 5.5555555556vw) min(60px, 4.1666666667vw);
  padding: min(3.4375rem, 3.8194444444vw) min(2.5rem, 2.7777777778vw) min(5rem, 5.5555555556vw) min(3.75rem, 4.1666666667vw);
}
.p-wecan__point.p-wecan__point--3 .p-wecan__point-label {
  right: 20px;
  right: 1.25rem;
  -webkit-transform: translateY(-50%) scale(0.5) rotate(0.0001deg);
          transform: translateY(-50%) scale(0.5) rotate(0.0001deg);
}
.p-wecan__point.p-wecan__point--3 .p-wecan__point-label.is-active {
  opacity: 1;
  -webkit-transform: translateY(-50%) rotate(0deg) scale(1);
          transform: translateY(-50%) rotate(0deg) scale(1);
  visibility: visible;
}
.p-wecan__point.p-wecan__point--3 .p-wecan__point-label::before {
  right: 22px;
  right: 1.375rem;
}
.p-wecan__point.p-wecan__point--3 .p-wecan__point-list {
  margin-top: 10px;
  margin-top: 0.625rem;
}

.p-wecan__point.p-wecan__point--4 {
  margin-top: -72px;
  margin-top: -4.5rem;
}
.p-wecan__point.p-wecan__point--4 .p-wecan__point-inner {
  -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;
}
.p-wecan__point.p-wecan__point--4 .p-wecan__point-image {
  border-radius: 1.875rem;
  max-width: 100%;
}
.p-wecan__point.p-wecan__point--4 .p-wecan__point-image img {
  aspect-ratio: 1120/560;
  border-radius: 1.875rem;
}
.p-wecan__point.p-wecan__point--4 .p-wecan__point-content {
  max-width: 100%;
  padding: 55px 40px 0 60px;
  padding: 3.4375rem 2.5rem 0 3.75rem;
}
.p-wecan__point.p-wecan__point--4 .p-wecan__point-label {
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0.5) rotate(0.0001deg);
          transform: translate(-50%, -50%) scale(0.5) rotate(0.0001deg);
}
.p-wecan__point.p-wecan__point--4 .p-wecan__point-label.is-active {
  opacity: 1;
  -webkit-transform: translate(-50%, -50%) rotate(0deg) scale(1);
          transform: translate(-50%, -50%) rotate(0deg) scale(1);
  visibility: visible;
}
.p-wecan__point.p-wecan__point--4 .p-wecan__point-label::before {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.p-wecan__point.p-wecan__point--4 .p-wecan__point-title {
  letter-spacing: 0.1em;
  padding-bottom: 26px;
  padding-bottom: 1.625rem;
  position: relative;
  text-align: center;
}
.p-wecan__point.p-wecan__point--4 .p-wecan__point-title::after {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 88%;
}
.p-wecan__point.p-wecan__point--4 .p-wecan__point-desc {
  margin-top: 18px;
  margin-top: 1.125rem;
  text-align: center;
}

.p-wecan__gallery {
  margin-left: auto;
  margin-right: auto;
  margin-top: 52px;
  margin-top: 3.25rem;
  max-width: 920px;
  max-width: 57.5rem;
  width: 100%;
}

.p-wecan__gallery-content {
  grid-column-gap: 3rem;
  -moz-column-gap: 3rem;
  grid-row-gap: 4rem;
       -webkit-column-gap: 3rem;
               column-gap: 3rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  row-gap: 64px;
  row-gap: 4rem;
}

.p-wecan__gallery-image {
  border-radius: 0.9375rem;
  max-width: 435px;
  width: 100%;
}

.p-wecan__gallery-image img {
  -o-object-fit: cover;
  aspect-ratio: 435/290;
  border-radius: 0.9375rem;
  height: auto;
     object-fit: cover;
  width: 100%;
}

.p-wecan__gallery-title {
  color: #4c861a;
  font-family: YakuHanJP_Narrow, "Zen Kaku Gothic New", sans-serif;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.4166666667;
  margin-top: 28px;
  margin-top: 1.75rem;
}

.p-wecan__gallery-desc {
  color: #4d4d4d;
  font-family: YakuHanJP_Narrow, "Zen Kaku Gothic New", sans-serif;
  font-size: max(15px, 10px);
  font-size: max(0.9375rem, 10px);
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 2;
  margin-top: 14px;
  margin-top: 0.875rem;
  padding-left: 5px;
  padding-left: 0.3125rem;
  padding-right: 5px;
  padding-right: 0.3125rem;
}

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

.u-orange {
  color: #ff8941;
}

.u-pc {
  display: block;
}

.u-sp {
  display: none;
}

@media screen and (max-width: 1439px){
  html {
    font-size: 16px;
  }
  .p-message-wish__list {
    -moz-column-gap: 0.9375rem;
         -webkit-column-gap: 0.9375rem;
            column-gap: 0.9375rem;
    padding: 97px 20px 80px 20px;
    padding: 6.0625rem 1.25rem 5rem 1.25rem;
  }
}

@media screen and (max-width: 1023px){
  html {
    font-size: 16px;
  }
  .c-button--medium {
    max-width: 100px;
  }
  .c-button--small {
    max-width: 85px;
  }
  .p-message__greeting {
    margin-top: 58px;
    margin-top: 3.625rem;
    padding-bottom: 106px;
    padding-bottom: 6.625rem;
  }
  .p-message-greeting__container {
    -moz-column-gap: 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
         -webkit-column-gap: 0;
                 column-gap: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-left: 0;
  }
  .p-message-greeting__img {
    max-width: 230px;
    max-width: 14.375rem;
    top: 0;
  }
  .p-message-greeting__content {
    background-color: #ffffff;
    margin-top: -80px;
    margin-top: -5rem;
    max-width: 100%;
    position: relative;
  }
  .p-message-greeting__label {
    border-radius: 0.9375rem;
    font-size: max(13px, 10px);
    font-size: max(0.8125rem, 10px);
    left: 50%;
    margin-left: auto;
    margin-right: auto;
    padding: 8.5px 16px;
    padding: 0.53125rem 1rem;
    position: absolute;
    top: 0;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .p-message-greeting__title {
    font-size: clamp(18px, 0.765vw + 15.136px, 21px);
    font-size: clamp(1.125rem, 0.765vw + 0.946rem, 1.3125rem);
    margin-top: 40px;
    margin-top: 2.5rem;
    text-align: center;
  }
  .p-message-greeting__text-wrap {
    margin-top: 32px;
    margin-top: 2rem;
    max-width: 600px;
  }
  .p-message-wish__list {
    padding: 97px 15px 20px 15px;
    padding: 6.0625rem 0.9375rem 1.25rem 0.9375rem;
  }
  .p-message-wish__text {
    letter-spacing: -0.015em;
  }
  .p-outsourced-facility__list {
    grid-template-columns: repeat(3, 1fr);
    max-width: 700px;
    width: 90%;
  }
  .p-outsourced-facility__img {
    max-width: 240px;
  }
  .p-sidebar__popup {
    top: -4px;
    width: 600px;
  }
  .p-strength-consignment .p-outsourced-facility__img {
    max-width: 240px;
  }
  .p-strength-direct__img {
    width: 50%;
  }
  .p-strength-direct__btn {
    margin-top: 40px;
    margin-top: 2.5rem;
  }
  .p-strength-direct__btn.c-button--medium {
    max-width: 100px;
    padding: 14px 14px 14px 14px;
  }
  .p-strength-direct__cards .p-strength-direct__btn.c-button--medium {
    max-width: 100px;
  }
  .p-strength-operation__list {
    margin-left: auto;
    margin-right: auto;
    max-width: 600px;
  }
  .p-strength-operation__item {
    min-width: 150px;
  }
  .p-top-mv__content {
    bottom: auto;
    left: 20px;
    left: 1.25rem;
    right: 0;
    top: 30.303030303%;
  }
}

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

@media screen and (max-width: 767px){
  html {
    font-size: 16px;
  }
  a[href^="tel:"] {
    pointer-events: initial;
  }
  html {
    scroll-padding-top: 6.25rem;
  }
  .l-breadcrumb {
    margin-top: 12px;
    margin-top: 0.75rem;
  }
  .l-contact-block {
    margin-top: 50px;
    margin-top: 3.125rem;
  }
  .l-header {
    bottom: auto;
    height: 60px;
    height: 3.75rem;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 999;
  }
  .l-inner {
    max-width: 560px;
    max-width: 35rem;
    padding-left: 10px;
    padding-left: 0.625rem;
    padding-right: 10px;
    padding-right: 0.625rem;
  }
  .l-layout__container.l-layout__container--beige {
    padding-bottom: 120px;
    padding-bottom: 7.5rem;
  }
  .l-layout__container.l-layout__container--green {
    padding-bottom: 116px;
    padding-bottom: 7.25rem;
  }
  .l-layout__container.l-layout__container--wecan {
    padding-bottom: 110px;
    padding-bottom: 6.875rem;
  }
  .l-layout__sidebar {
    display: none;
  }
  .l-policy {
    margin-top: 92px;
    margin-top: 5.75rem;
  }
  .l-spacer {
    display: none;
  }
  .l-strength-consignment {
    margin-top: 60px;
    margin-top: 3.75rem;
    padding-bottom: 108px;
    padding-bottom: 6.75rem;
  }
  .l-strength-direct {
    margin-top: 52px;
    margin-top: 3.25rem;
  }
  .l-strength-operation {
    margin-top: 46px;
    margin-top: 2.875rem;
  }
  .l-sub-mv {
    margin-top: 60px;
    margin-top: 3.75rem;
  }
  .l-top-instagram {
    margin-top: 200px;
    margin-top: 12.5rem;
    padding-left: 0;
  }
  .l-top-message {
    margin-top: 0;
  }
  .l-wecan {
    margin-top: 68px;
    margin-top: 4.25rem;
  }
  .c-arrow-button {
    font-size: max(14px, 10px);
    font-size: max(0.875rem, 10px);
    max-width: 330px;
    max-width: 20.625rem;
    padding: 22px;
    padding: 1.375rem;
  }
  .c-button {
    font-size: max(14px, 10px);
    font-size: max(0.875rem, 10px);
    max-width: 330px;
    max-width: 20.625rem;
    padding: 22px;
    padding: 1.375rem;
  }
  .c-button--medium {
    max-width: 100px;
  }
  .c-button--small {
    max-width: 85px;
  }
  .c-company-info-item {
    margin-top: 6px;
    margin-top: 0.375rem;
  }
  .c-company-info-item:first-of-type {
    margin-top: 0;
  }
  .c-company-info-text {
    font-size: max(12.5px, 10px);
    font-size: max(0.78125rem, 10px);
    line-height: 2;
    line-height: 1.6;
  }
  .c-company-info-text::before {
    min-width: 11px;
    min-width: 0.6875rem;
    top: 0.45em;
    width: 11px;
    width: 0.6875rem;
  }
  .c-footer-text {
    font-size: max(12px, 10px);
    font-size: max(0.75rem, 10px);
    line-height: 1.6666666667;
  }
  .c-footer-title {
    font-size: max(12px, 10px);
    font-size: max(0.75rem, 10px);
    padding: 9px 16px 9px 16px;
    padding: 0.5625rem 1rem 0.5625rem 1rem;
    text-align: center;
  }
  .c-message-title {
    font-size: 18px;
    font-size: 1.125rem;
    max-width: 285px;
    max-width: 17.8125rem;
    padding: 15px 19px;
    padding: 0.9375rem 1.1875rem;
  }
  .c-operation-title {
    font-size: max(11px, 10px);
    font-size: max(0.6875rem, 10px);
    max-width: 285px;
    max-width: 17.8125rem;
    min-height: 46px;
    min-height: 2.875rem;
    padding: 3px 10px;
    padding: 0.1875rem 0.625rem;
    width: 100%;
  }
  .c-operation-title::before {
    bottom: -9px;
    bottom: -0.5625rem;
    clip-path: polygon(50% 0.625rem, 0% 0%, 0.75rem 0%);
    height: 10px;
    height: 0.625rem;
    width: 12px;
    width: 0.75rem;
  }
  .c-pagination {
    bottom: -15px;
    bottom: -0.9375rem;
  }
  .c-pin {
    background-color: #ffffff;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    max-width: 560px;
    max-width: 35rem;
    padding-left: 10px;
    padding-left: 0.625rem;
    padding-right: 10px;
    padding-right: 0.625rem;
  }
  .c-section-title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
    gap: 0.625rem;
  }
  .c-section-title__ja {
    font-size: 22.5px;
    font-size: 1.40625rem;
    line-height: 1.2222222222;
  }
  .c-section-title__en {
    font-size: max(10px, 10px);
    font-size: max(0.625rem, 10px);
  }
  .c-section-subtitle {
    font-size: max(15px, 10px);
    font-size: max(0.9375rem, 10px);
    margin-top: 34px;
    margin-top: 2.125rem;
    text-align: center;
  }
  .c-section__text {
    font-size: max(12.5px, 10px);
    font-size: max(0.78125rem, 10px);
    line-height: 2;
  }
  .c-text {
    font-size: max(12.5px, 10px);
    font-size: max(0.78125rem, 10px);
    line-height: 1.6;
  }
  .p-404__button {
    margin-top: 30px;
    margin-top: 1.875rem;
  }
  .p-company__history {
    margin-top: 72px;
    margin-top: 4.5rem;
    padding-bottom: 98px;
    padding-bottom: 6.125rem;
  }
  .p-company-history__content {
    border-radius: 0.9375rem;
    padding: 43px 20px 55px;
    padding: 2.6875rem 1.25rem 3.4375rem;
  }
  .p-company-history__title {
    font-size: 21px;
    font-size: 1.3125rem;
  }
  .p-company-history__list {
    margin-top: 30px;
    margin-top: 1.875rem;
  }
  .p-company-history__item {
    -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: 0;
    padding-bottom: 17px;
    padding-bottom: 1.0625rem;
    padding-top: 13px;
    padding-top: 0.8125rem;
  }
  .p-company-history__year {
    font-size: max(12px, 10px);
    font-size: max(0.75rem, 10px);
    min-width: auto;
  }
  .p-company-history__desc {
    font-size: max(12.5px, 10px);
    font-size: max(0.78125rem, 10px);
    padding-left: 10px;
    padding-left: 0.625rem;
  }
  .p-company__info {
    margin-top: 48px;
    margin-top: 3rem;
  }
  .p-company-info__inner.l-inner {
    max-width: 580px;
    max-width: 36.25rem;
    padding-left: 20px;
    padding-left: 1.25rem;
    padding-right: 20px;
    padding-right: 1.25rem;
  }
  .p-company-info__item {
    -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: 0;
    padding-bottom: 18px;
    padding-bottom: 1.125rem;
    padding-top: 13px;
    padding-top: 0.8125rem;
  }
  .p-company-info__label {
    font-size: max(12.5px, 10px);
    font-size: max(0.78125rem, 10px);
    min-width: auto;
  }
  .p-company-info__data {
    font-size: max(12.5px, 10px);
    font-size: max(0.78125rem, 10px);
    line-height: 1.8;
    padding-left: 10px;
    padding-left: 0.625rem;
  }
  .p-company-overview__list {
    margin-top: 20px;
    margin-top: 1.25rem;
  }
  .p-company-overview__items {
    background-image: linear-gradient(to right, navy 0px, navy 6.25rem, rgba(0, 0, 128, 0.2) 6.25rem, rgba(0, 0, 128, 0.2) 100%);
    padding-bottom: 15px;
    padding-bottom: 0.9375rem;
    padding-top: 15px;
    padding-top: 0.9375rem;
  }
  .p-company-overview__heading.c-text {
    line-height: 1.8;
    width: 100px;
    width: 6.25rem;
  }
  .p-company-overview__text.c-text {
    font-size: max(14px, 10px);
    font-size: max(0.875rem, 10px);
    line-height: 1.8;
    padding-left: 5px;
    padding-left: 0.3125rem;
    padding-right: 5px;
    padding-right: 0.3125rem;
  }
  .p-company-overview__map {
    margin-top: 50px;
    margin-top: 3.125rem;
  }
  .p-company-overview__map iframe {
    aspect-ratio: 3/2;
  }
  .p-contact__block {
    padding-left: 10px;
    padding-left: 0.625rem;
    padding-right: 10px;
    padding-right: 0.625rem;
  }
  .p-contact__block-inner {
    border-radius: 0.9375rem;
    padding-bottom: 34px;
    padding-bottom: 2.125rem;
    padding-left: 20px;
    padding-left: 1.25rem;
    padding-right: 20px;
    padding-right: 1.25rem;
    padding-top: 34px;
    padding-top: 2.125rem;
  }
  .p-contact__heading {
    font-size: 19px;
    font-size: 1.1875rem;
  }
  .p-contact__tel {
    margin-top: 20px;
    margin-top: 1.25rem;
    padding-left: 0;
  }
  .p-contact__tel-link {
    font-size: 35px;
    font-size: 2.1875rem;
  }
  .p-contact__tel-main {
    display: block;
    font-size: max(11px, 10px);
    font-size: max(0.6875rem, 10px);
    margin-top: 4px;
    margin-top: 0.25rem;
    padding-left: 0;
  }
  .p-contact__note {
    font-size: max(12.5px, 10px);
    font-size: max(0.78125rem, 10px);
    margin-top: 20px;
    margin-top: 1.25rem;
  }
  .p-contact__mail {
    margin-top: 50px;
    margin-top: 3.125rem;
    padding-bottom: 134px;
    padding-bottom: 8.375rem;
  }
  .p-contact__mail-inner {
    max-width: 560px;
    max-width: 35rem;
    padding-left: 20px;
    padding-left: 1.25rem;
    padding-right: 20px;
    padding-right: 1.25rem;
  }
  .p-contact__mail-heading {
    font-size: 21px;
    font-size: 1.3125rem;
  }
  .p-contact__mail-note {
    font-size: max(12.5px, 10px);
    font-size: max(0.78125rem, 10px);
    margin-top: 26px;
    margin-top: 1.625rem;
  }
  .p-contact__status-list {
    border-radius: 0.46875rem;
    margin-top: 34px;
    margin-top: 2.125rem;
  }
  .p-contact__status-item {
    clip-path: polygon(0% -2px, calc(100% - 10px) -2px, 100% 50%, calc(100% - 10px) calc(100% + 2px), 0px calc(100% + 2px), 10px 50%);
    font-size: 10px;
    font-size: 0.625rem;
    margin-left: -9px;
    padding: 12px;
    padding: 0.75rem;
  }
  .p-contact__status-item:first-child {
    border-bottom-left-radius: 7.5px;
    border-bottom-left-radius: 0.46875rem;
    border-top-left-radius: 7.5px;
    border-top-left-radius: 0.46875rem;
    clip-path: polygon(0% -2px, calc(100% - 10px) -2px, 100% 50%, calc(100% - 10px) calc(100% + 2px), 0px calc(100% + 2px), 0 0);
    margin-left: 0;
  }
  .p-contact__status-item:last-child {
    border-bottom-right-radius: 7.5px;
    border-bottom-right-radius: 0.46875rem;
    border-top-right-radius: 7.5px;
    border-top-right-radius: 0.46875rem;
    clip-path: polygon(0% -2px, 100% -2px, 100% calc(100% + 2px), 0px calc(100% + 2px), 10px 50%);
  }
  .p-contact__form {
    margin-top: 30px;
    margin-top: 1.875rem;
  }
  .p-content h2:nth-of-type(1) {
    margin-top: 34px;
    margin-top: 2.125rem;
  }
  .p-content figure:nth-child(n+2) {
    margin-top: 38px;
    margin-top: 2.375rem;
  }
  .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: 40px;
    margin-top: 2.5rem;
  }
  .p-content .wp-block-group {
    padding: 24px 30px;
    padding: 1.5rem 1.875rem;
  }
  .wp-block-file:not(.wp-element-button) a::before {
    margin-right: 8px;
    margin-right: 0.5rem;
    margin-top: 16px;
    margin-top: 1rem;
    width: 32px;
    width: 2rem;
  }
  .p-footer {
    padding-bottom: 42px;
    padding-bottom: 2.625rem;
  }
  .p-footer__inner.l-inner {
    padding-left: 30px;
    padding-left: 1.875rem;
    padding-right: 30px;
    padding-right: 1.875rem;
  }
  .p-footer__logo {
    max-width: 130px;
    max-width: 8.125rem;
    top: 24px;
    top: 1.5rem;
  }
  .p-footer__logo img {
    aspect-ratio: 202/178;
    width: 77.6923076923%;
  }
  .p-footer__info {
    padding-top: 110px;
    padding-top: 6.875rem;
  }
  .p-footer__company {
    font-size: max(12.5px, 10px);
    font-size: max(0.78125rem, 10px);
  }
  .p-footer__contact {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 8px;
    gap: 0.5rem;
    margin-top: 14px;
    margin-top: 0.875rem;
  }
  .p-footer__address {
    font-size: max(11px, 10px);
    font-size: max(0.6875rem, 10px);
  }
  .p-footer__tel {
    font-size: max(11px, 10px);
    font-size: max(0.6875rem, 10px);
  }
  .p-footer__sns {
    gap: 16px;
    gap: 1rem;
    top: 23%;
  }
  .p-footer__sns-link {
    height: 22px;
    height: 1.375rem;
    width: 22px;
    width: 1.375rem;
  }
  .p-footer__section-nav {
    margin-top: 34px;
    margin-top: 2.125rem;
  }
  .p-footer__section-list {
    gap: 20px;
    gap: 1.25rem;
    grid-template-columns: 1fr;
  }
  .p-footer__section-item {
    border-radius: 0.3125rem;
  }
  .p-footer__section-img img {
    aspect-ratio: 310/105;
  }
  .p-footer__section-title {
    font-size: max(12px, 10px);
    font-size: max(0.75rem, 10px);
    padding: 6px 20px 6px 22px;
    padding: 0.375rem 1.25rem 0.375rem 1.375rem;
  }
  .p-footer__section-title::after {
    aspect-ratio: 5/8;
    clip-path: polygon(5px 50%, 0% 0%, 0% 8px);
    width: 5px;
    width: 0.3125rem;
  }
  .p-footer__nav {
    gap: 32px;
    gap: 2rem;
    grid-template-columns: 1fr;
  }
  .p-nursery-list__list {
    -moz-column-gap: 0.3125rem;
         -webkit-column-gap: 0.3125rem;
            column-gap: 0.3125rem;
    margin-top: 16px;
    margin-top: 1rem;
    padding-left: 10px;
    padding-left: 0.625rem;
    padding-right: 10px;
    padding-right: 0.625rem;
  }
  .p-nursery-list__item-wrap {
    gap: 10px;
    gap: 0.625rem;
  }
  .p-nursery-list__sub-list {
    gap: 10px;
    gap: 0.625rem;
  }
  .p-outsourced-list__list {
    -moz-column-gap: 0.3125rem;
         -webkit-column-gap: 0.3125rem;
            column-gap: 0.3125rem;
    grid-template-columns: repeat(2, 1fr);
    margin-top: 16px;
    margin-top: 1rem;
    padding-left: 10px;
    padding-left: 0.625rem;
    padding-right: 10px;
    padding-right: 0.625rem;
  }
  .p-outsourced-list__item-wrap {
    gap: 10px;
    gap: 0.625rem;
  }
  .p-outsourced-list__sub-list {
    gap: 10px;
    gap: 0.625rem;
  }
  .p-outsourced-list__item:nth-child(1) {
    grid-column: 1;
    grid-row: 1;
  }
  .p-outsourced-list__item:nth-child(2) {
    grid-column: 1;
    grid-row: 2;
  }
  .p-outsourced-list__item:nth-child(3) {
    grid-column: 2;
    grid-row: 1;
  }
  .p-outsourced-list__item:nth-child(4) {
    grid-column: 2;
    grid-row: 2;
  }
  .p-outsourced-list__item:nth-child(5) {
    grid-column: 2;
    grid-row: 3;
  }
  .p-other-list {
    border-top: 1px solid #ffffff;
    padding-top: 20px;
    padding-top: 1.25rem;
  }
  .p-other-list__list {
    justify-items: center;
  }
  .p-other-list__link {
    font-size: max(12px, 10px);
    font-size: max(0.75rem, 10px);
    line-height: 1.5;
  }
  .p-other-list__link.c-footer-text {
    font-size: max(12px, 10px);
    font-size: max(0.75rem, 10px);
    line-height: 1.5;
  }
  .p-footer__bottom {
    margin-top: 46px;
    margin-top: 2.875rem;
  }
  .p-footer__policy-link {
    font-size: max(11px, 10px);
    font-size: max(0.6875rem, 10px);
  }
  .p-footer__copyright {
    font-size: max(10px, 10px);
    font-size: max(0.625rem, 10px);
    margin-top: 14px;
    margin-top: 0.875rem;
  }
  .p-form__wrap {
    -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: 5px;
    gap: 0.3125rem;
  }
  .p-form__wrap + .p-form__wrap {
    margin-top: 27px;
    margin-top: 1.6875rem;
  }
  .p-form__label {
    font-size: max(12.5px, 10px);
    font-size: max(0.78125rem, 10px);
  }
  .p-form__label-sp {
    color: #4d4d4d;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-family: YakuHanJP_Narrow, "Zen Kaku Gothic New", sans-serif;
    font-size: 11px;
    font-size: 0.6875rem;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 1;
    margin-left: 10px;
    margin-left: 0.625rem;
  }
  .p-form__wrap.p-form__wrap--textarea .p-form__label {
    margin-top: 0;
  }
  .p-form__input,
  .p-form__checkbox,
  .p-form__textarea {
    margin-top: 10px;
    margin-top: 0.625rem;
  }
  .p-form__input::-moz-placeholder, .p-form__textarea::-moz-placeholder {
    font-size: max(12.5px, 10px);
    font-size: max(0.78125rem, 10px);
  }
  .p-form__input::-webkit-input-placeholder, .p-form__textarea::-webkit-input-placeholder {
    font-size: max(12.5px, 10px);
    font-size: max(0.78125rem, 10px);
  }
  .p-form__input:-ms-input-placeholder, .p-form__textarea:-ms-input-placeholder {
    font-size: max(12.5px, 10px);
    font-size: max(0.78125rem, 10px);
  }
  .p-form__input::-ms-input-placeholder, .p-form__textarea::-ms-input-placeholder {
    font-size: max(12.5px, 10px);
    font-size: max(0.78125rem, 10px);
  }
  .p-form__input::placeholder,
  .p-form__textarea::placeholder {
    font-size: max(12.5px, 10px);
    font-size: max(0.78125rem, 10px);
  }
  .p-form__input.p-form-input--tel .wpcf7-form-control-wrap {
    width: 100%;
  }
  .p-form__input input {
    border-radius: 0.3125rem;
    font-size: max(12.5px, 10px);
    font-size: max(0.78125rem, 10px);
    padding: 13.5px 15px;
    padding: 0.84375rem 0.9375rem;
  }
  .p-form__textarea textarea {
    border-radius: 0.3125rem;
    font-size: max(12.5px, 10px);
    font-size: max(0.78125rem, 10px);
    height: 135px;
    height: 8.4375rem;
    line-height: 2;
    padding: 12px 15px;
    padding: 0.75rem 0.9375rem;
  }
  .p-form__checkbox label {
    display: block;
  }
  .p-form__checkbox label:not(:first-of-type) {
    margin-left: 0;
    margin-top: 10px;
    margin-top: 0.625rem;
  }
  .p-contact__form-privacy {
    font-size: max(12.5px, 10px);
    font-size: max(0.78125rem, 10px);
    margin-top: 36px;
    margin-top: 2.25rem;
    text-align: left;
  }
  .p-contact__form-privacy input + span {
    display: inline-block;
    font-size: max(12.5px, 10px);
    font-size: max(0.78125rem, 10px);
    line-height: 2;
    margin-left: 0;
    padding-left: 25px;
    padding-left: 1.5625rem;
  }
  .p-contact__form-privacy input + span::before {
    border-radius: 0.15625rem;
    top: 1.05em;
  }
  .p-contact__form-privacy input + span::after {
    top: 1.1em;
  }
  .p-form-submit {
    margin-top: 44px;
    margin-top: 2.75rem;
    max-width: 150px;
    max-width: 9.375rem;
  }
  .p-form-submit::after {
    aspect-ratio: 5/8;
    clip-path: polygon(5px 50%, 0% 0%, 0% 8px);
    right: 20px;
    right: 1.25rem;
    width: 5px;
    width: 0.3125rem;
  }
  .p-form__submit input {
    font-size: max(12px, 10px);
    font-size: max(0.75rem, 10px);
    max-width: 150px;
    max-width: 9.375rem;
    padding: 16.5px 18px;
    padding: 1.03125rem 1.125rem;
  }
  .p-form__submit-wrap .p-form-submit {
    max-width: 150px;
    max-width: 9.375rem;
  }
  .p-contact__form-privacy .wpcf7-list-item {
    margin: 0;
  }
  .p-header {
    display: block;
  }
  .p-header__inner {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-left: 20px;
    padding-left: 1.25rem;
    padding-right: 20px;
    padding-right: 1.25rem;
  }
  .p-header__logo {
    max-width: 110px;
    max-width: 6.875rem;
    opacity: 1;
    -webkit-transition: opacity 0.25s ease, visibility 0.25s linear, -webkit-transform 0.25s ease;
    transition: opacity 0.25s ease, visibility 0.25s linear, -webkit-transform 0.25s ease;
    transition: opacity 0.25s ease, visibility 0.25s linear, transform 0.25s ease;
    transition: opacity 0.25s ease, visibility 0.25s linear, transform 0.25s ease, -webkit-transform 0.25s ease;
    visibility: visible;
    width: 100%;
  }
  .p-header__hamburger {
    display: block;
  }
  .p-message__goals {
    margin-top: 50px;
    margin-top: 3.125rem;
  }
  .p-message-goals__img {
    border-radius: 0;
    margin-left: 0;
    max-height: 250px;
    width: 100%;
  }
  .p-message-goals__img img {
    aspect-ratio: 375/250;
    border-radius: 0;
    min-height: inherit;
  }
  .p-message-goals__inner.l-inner {
    max-width: 560px;
    max-width: 35rem;
    padding-left: 30px;
    padding-left: 1.875rem;
    padding-right: 23px;
    padding-right: 1.4375rem;
  }
  .p-message-goals__content {
    display: block;
    gap: 0;
    margin-top: 34px;
    margin-top: 2.125rem;
    padding-left: 0;
  }
  .p-message-goals__title {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    font-size: 26px;
    font-size: 1.625rem;
    line-height: 1;
  }
  .p-message-goals__list {
    gap: 29px;
    gap: 1.8125rem;
    margin-top: 30px;
    margin-top: 1.875rem;
  }
  .p-message-goals__item {
    gap: 12px;
    gap: 0.75rem;
  }
  .p-message-goals__number {
    font-size: 25px;
    font-size: 1.5625rem;
    min-width: 28px;
    min-width: 1.75rem;
  }
  .p-message-goals__text {
    font-size: max(15px, 10px);
    font-size: max(0.9375rem, 10px);
    line-height: 2;
  }
  .p-message-greeting__inner.l-inner {
    max-width: 560px;
    max-width: 35rem;
    padding-left: 30px;
    padding-left: 1.875rem;
    padding-right: 30px;
    padding-right: 1.875rem;
  }
  .p-message-greeting__text {
    font-size: max(12px, 10px);
    font-size: max(0.75rem, 10px);
  }
  .p-message-greeting__name {
    font-size: max(12px, 10px);
    font-size: max(0.75rem, 10px);
    margin-top: 32px;
    margin-top: 2rem;
  }
  .p-message__learning {
    margin-top: 42px;
    margin-top: 2.625rem;
  }
  .p-message-learning__inner.l-inner {
    max-width: 560px;
    max-width: 35rem;
    padding-left: 20px;
    padding-left: 1.25rem;
    padding-right: 20px;
    padding-right: 1.25rem;
  }
  .p-message-learning__list {
    -moz-column-gap: 0.9375rem;
         -webkit-column-gap: 0.9375rem;
            column-gap: 0.9375rem;
    grid-template-columns: repeat(2, 1fr);
    margin-top: 30px;
    margin-top: 1.875rem;
    row-gap: 26px;
    row-gap: 1.625rem;
  }
  .p-message-learning__img {
    border-radius: 0.3125rem;
  }
  .p-message-learning__img img {
    aspect-ratio: 160/120;
    border-radius: 0.3125rem;
  }
  .p-message-learning__number {
    bottom: 3px;
    bottom: 0.1875rem;
    font-size: 18px;
    font-size: 1.125rem;
    height: 30px;
    height: 1.875rem;
    padding: 1px;
    padding: 0.0625rem;
    width: 30px;
    width: 1.875rem;
  }
  .p-message-learning__content {
    margin-top: 24px;
    margin-top: 1.5rem;
    padding-left: 0;
    padding-right: 0;
  }
  .p-message-learning__subtitle {
    font-size: max(16px, 10px);
    font-size: max(1rem, 10px);
  }
  .p-message-learning__text {
    font-size: max(11px, 10px);
    font-size: max(0.6875rem, 10px);
    line-height: 1.8181818182;
    margin-top: 8px;
    margin-top: 0.5rem;
  }
  .p-message__content {
    margin-top: 62px;
    margin-top: 3.875rem;
    padding-left: 8%;
    padding-right: 30px;
    padding-right: 1.875rem;
    text-align: center;
  }
  .p-message__heading {
    font-size: 35px;
    font-size: 2.1875rem;
    letter-spacing: -0.05em;
    line-height: 1;
  }
  .p-message__text {
    font-size: max(12.5px, 10px);
    font-size: max(0.78125rem, 10px);
    letter-spacing: 0;
    line-height: 2;
    margin-left: 0;
    margin-top: 15px;
    margin-top: 0.9375rem;
    padding-right: 0;
    text-align: left;
  }
  .p-message__wish {
    margin-top: 90px;
    margin-top: 5.625rem;
  }
  .p-message-wish__title.c-message-title {
    max-width: 300px;
    max-width: 18.75rem;
  }
  .p-message-wish__list {
    border-radius: 0.9375rem;
    grid-template-columns: repeat(2, 1fr);
    padding: 83px 20px 36px 20px;
    padding: 5.1875rem 1.25rem 2.25rem 1.25rem;
    row-gap: 28px;
    row-gap: 1.75rem;
  }
  .p-message-wish__text {
    font-size: max(11px, 10px);
    font-size: max(0.6875rem, 10px);
    line-height: 1.8181818182;
    margin-top: 10px;
    margin-top: 0.625rem;
  }
  .p-outsourced-facility__inner.l-inner {
    padding-left: 30px;
    padding-left: 1.875rem;
    padding-right: 30px;
    padding-right: 1.875rem;
  }
  .p-outsourced-facility__title {
    font-size: 20px;
    font-size: 1.25rem;
  }
  .p-outsourced-facility__list {
    -moz-column-gap: 1.25rem;
         -webkit-column-gap: 1.25rem;
            column-gap: 1.25rem;
    grid-template-columns: repeat(2, 1fr);
    margin-top: 24px;
    margin-top: 1.5rem;
    width: 100%;
  }
  .p-outsourced-facility__client {
    font-size: max(10px, 10px);
    font-size: max(0.625rem, 10px);
    line-height: 1.6;
  }
  .p-outsourced-facility__img {
    margin-top: 6px;
    margin-top: 0.375rem;
  }
  .p-outsourced-facility__img img {
    aspect-ratio: 295/195;
  }
  .p-outsourced-facility__info {
    margin-bottom: 12px;
    margin-bottom: 0.75rem;
    margin-top: 14px;
    margin-top: 0.875rem;
  }
  .p-outsourced-facility__name {
    font-size: max(12.5px, 10px);
    font-size: max(0.78125rem, 10px);
    line-height: 1.8;
  }
  .p-outsourced-facility__address {
    font-size: max(10px, 10px);
    font-size: max(0.625rem, 10px);
    line-height: 1.6;
    margin-top: 3px;
    margin-top: 0.1875rem;
    padding-left: 15px;
    padding-left: 0.9375rem;
  }
  .p-outsourced-facility__address:before {
    height: 10px;
    height: 0.625rem;
    width: 8px;
    width: 0.5rem;
  }
  .p-outsourced-facility__button {
    font-size: max(11px, 10px);
    font-size: max(0.6875rem, 10px);
    padding: 7px 12px 7px 12px;
    padding: 0.4375rem 0.75rem 0.4375rem 0.75rem;
  }
  .p-pagenavi .nav-links,
  .p-pagenavi .wp-pagenavi {
    gap: 22px;
    gap: 1.375rem;
  }
  .p-pagenavi .previouspostslink {
    margin-right: 12px;
    margin-right: 0.75rem;
  }
  .p-pagenavi .nextpostslink {
    margin-left: 12px;
    margin-left: 0.75rem;
  }
  .p-pavinavi__prev,
  .p-pavinavi__next {
    width: 24px;
    width: 1.5rem;
  }
  .p-pagetop {
    bottom: 26px;
    bottom: 1.625rem;
    right: 10px;
    right: 0.625rem;
  }
  .p-pagetop__link {
    font-size: max(10px, 10px);
    font-size: max(0.625rem, 10px);
  }
  .p-policy {
    padding-bottom: 200px;
    padding-bottom: 12.5rem;
  }
  .p-policy-inner {
    max-width: 560px;
    max-width: 35rem;
    padding-left: 20px;
    padding-left: 1.25rem;
    padding-right: 20px;
    padding-right: 1.25rem;
  }
  .p-policy__section-inner {
    margin-top: 32px;
    margin-top: 2rem;
    max-width: 560px;
    max-width: 35rem;
    padding-left: 30px;
    padding-left: 1.875rem;
    padding-right: 30px;
    padding-right: 1.875rem;
  }
  .p-policy__en-title {
    font-size: max(10px, 10px);
    font-size: max(0.625rem, 10px);
  }
  .p-policy__title {
    font-size: 22.5px;
    font-size: 1.40625rem;
    margin-top: 8px;
    margin-top: 0.5rem;
  }
  .p-policy__section + .p-policy__section {
    margin-top: 36px;
    margin-top: 2.25rem;
  }
  .p-policy__text {
    font-size: max(12.5px, 10px);
    font-size: max(0.78125rem, 10px);
    margin-top: 10px;
    margin-top: 0.625rem;
  }
  .p-policy__list {
    margin-top: 25px;
    margin-top: 1.5625rem;
  }
  .p-policy__list-item {
    font-size: max(12.5px, 10px);
    font-size: max(0.78125rem, 10px);
  }
  .p-strength-consignment {
    background-color: #e5f7ff;
  }
  .p-strength-consignment .p-outsourced-facility__inner {
    max-width: 560px;
    max-width: 35rem;
    padding-left: 10px;
    padding-left: 0.625rem;
    padding-right: 10px;
    padding-right: 0.625rem;
  }
  .p-strength-consignment .p-outsourced-facility__content {
    background-color: transparent;
    border-radius: 0;
    padding: 44px 20px 0px 20px;
    padding: 2.75rem 1.25rem 0rem 1.25rem;
  }
  .p-strength-consignment .p-outsourced-facility__list {
    -moz-column-gap: 1.25rem;
         -webkit-column-gap: 1.25rem;
            column-gap: 1.25rem;
    grid-template-columns: repeat(2, 1fr);
    margin-top: 24px;
    margin-top: 1.5rem;
  }
  .p-strength-consignment .p-outsourced-facility__img {
    margin-top: 6px;
    margin-top: 0.375rem;
  }
  .p-strength-direct__inner.l-inner {
    max-width: 580px;
    max-width: 36.25rem;
    padding-left: 20px;
    padding-left: 1.25rem;
    padding-right: 20px;
    padding-right: 1.25rem;
  }
  .p-strength-direct__heading {
    font-size: 21px;
    font-size: 1.3125rem;
    text-align: center;
  }
  .p-strength-direct__list {
    margin-top: 22px;
    margin-top: 1.375rem;
  }
  .p-strength-direct__link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .p-strength-direct__link.p-strength-direct__link--reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .p-strength-direct__link.p-strength-direct__link--column .p-strength-direct__btn {
    margin-top: 22px;
    margin-top: 1.375rem;
  }
  .p-strength-direct__card.p-strength-direct__card--second {
    margin-top: 44px;
    margin-top: 2.75rem;
  }
  .p-strength-direct__img {
    border-radius: 0.46875rem;
    max-width: 100%;
    width: 100%;
  }
  .p-strength-direct__img img {
    aspect-ratio: 335/222.5;
    border-radius: 0.46875rem;
  }
  .p-strength-direct__body {
    margin-top: 21px;
    margin-top: 1.3125rem;
    max-width: 100%;
    padding-left: 10px;
    padding-left: 0.625rem;
    padding-right: 10px;
    padding-right: 0.625rem;
  }
  .p-strength-direct__type {
    font-size: max(11px, 10px);
    font-size: max(0.6875rem, 10px);
  }
  .p-strength-direct__title {
    font-size: 19px;
    font-size: 1.1875rem;
    margin-top: 5px;
    margin-top: 0.3125rem;
  }
  .p-strength-direct__address {
    font-size: max(10px, 10px);
    font-size: max(0.625rem, 10px);
    margin-top: 8px;
    margin-top: 0.5rem;
    padding-left: 13px;
    padding-left: 0.8125rem;
  }
  .p-strength-direct__address:before {
    height: 10px;
    height: 0.625rem;
    width: 8px;
    width: 0.5rem;
  }
  .p-strength-direct__tags {
    margin-top: 19px;
    margin-top: 1.1875rem;
  }
  .c-tags {
    -moz-column-gap: 0.625rem;
         -webkit-column-gap: 0.625rem;
            column-gap: 0.625rem;
    row-gap: 7px;
    row-gap: 0.4375rem;
  }
  .c-tag {
    border-radius: 0.3125rem;
    font-size: max(11px, 10px);
    font-size: max(0.6875rem, 10px);
    padding: 7px 10px;
    padding: 0.4375rem 0.625rem;
  }
  .p-strength-direct__text {
    font-size: max(12.5px, 10px);
    font-size: max(0.78125rem, 10px);
    margin-top: 16px;
    margin-top: 1rem;
  }
  .p-strength-direct__btn {
    margin-top: 22px;
    margin-top: 1.375rem;
  }
  .p-strength-direct__btn.c-button {
    font-size: max(12px, 10px);
    font-size: max(0.75rem, 10px);
  }
  .p-strength-direct__btn.c-button--medium {
    max-width: 100px;
    padding: 11px 14px 11px 14px;
    padding: 0.6875rem 0.875rem 0.6875rem 0.875rem;
  }
  .p-strength-direct__cards {
    grid-template-columns: repeat(1, 1fr);
    margin-top: 48px;
    margin-top: 3rem;
  }
  .p-strength-direct__cards .p-strength-direct__img {
    max-width: 100%;
  }
  .p-strength-direct__cards .p-strength-direct__img img {
    aspect-ratio: 335/222.5;
  }
  .p-strength-direct__cards .p-strength-direct__title {
    font-size: max(19px, 10px);
    font-size: max(1.1875rem, 10px);
    line-height: 1.6;
  }
  .p-strength-direct__cards .p-strength-direct__address {
    font-size: max(10px, 10px);
    font-size: max(0.625rem, 10px);
    margin-top: 11px;
    margin-top: 0.6875rem;
    padding-left: 13px;
    padding-left: 0.8125rem;
  }
  .p-strength-direct__cards .p-strength-direct__address:before {
    height: 10px;
    height: 0.625rem;
    width: 8px;
    width: 0.5rem;
  }
  .p-strength-direct__cards .p-strength-direct__tags {
    margin-top: 19px;
    margin-top: 1.1875rem;
  }
  .p-strength-direct__cards .c-tags {
    -moz-column-gap: 0.625rem;
         -webkit-column-gap: 0.625rem;
            column-gap: 0.625rem;
    row-gap: 7px;
    row-gap: 0.4375rem;
  }
  .p-strength-direct__cards .c-tag {
    border-radius: 0.3125rem;
    font-size: max(11px, 10px);
    font-size: max(0.6875rem, 10px);
    padding: 7px 10px;
    padding: 0.4375rem 0.625rem;
  }
  .p-strength-direct__cards .p-strength-direct__text {
    font-size: max(12.5px, 10px);
    font-size: max(0.78125rem, 10px);
    margin-bottom: 0;
    margin-top: 16px;
    margin-top: 1rem;
  }
  .p-strength-direct__cards .p-strength-direct__btn.c-button--medium {
    max-width: 100px;
    padding: 11px 14px 11px 14px;
    padding: 0.6875rem 0.875rem 0.6875rem 0.875rem;
  }
  .p-strength-operation__inner.l-inner {
    max-width: 560px;
    max-width: 35rem;
    padding-left: 20px;
    padding-left: 1.25rem;
    padding-right: 20px;
    padding-right: 1.25rem;
  }
  .p-strength-operation__heading {
    font-size: 21px;
    font-size: 1.3125rem;
  }
  .p-strength-operation__text {
    font-size: max(12.5px, 10px);
    font-size: max(0.78125rem, 10px);
    margin-top: 16px;
    margin-top: 1rem;
  }
  .p-strength-operation__list {
    gap: 10px;
    gap: 0.625rem;
    grid-template-columns: repeat(3, 1fr);
    margin-top: 28px;
    margin-top: 1.75rem;
  }
  .p-strength-operation__item {
    min-width: 130px;
  }
  .p-strength-operation__number {
    border-radius: 0.9375rem;
    padding: 40px 14px 12px 14px;
    padding: 2.5rem 0.875rem 0.75rem 0.875rem;
  }
  .c-number {
    font-size: 47.5px;
    font-size: 2.96875rem;
  }
  .c-number-unit {
    font-size: max(11px, 10px);
    font-size: max(0.6875rem, 10px);
  }
  .p-sub-mv__img {
    width: 73.3333333333%;
  }
  .p-sub-mv__img img {
    aspect-ratio: 275/275;
    border-radius: 0 0 0 0.9375rem;
    max-height: 275px;
  }
  .p-sub-mv__img:before {
    bottom: -12px;
    bottom: -0.75rem;
    left: -15px;
    left: -0.9375rem;
    width: 134px;
    width: 8.375rem;
  }
  .p-sub-mv__content {
    bottom: auto;
    gap: 2px;
    gap: 0.125rem;
    left: 6.6666666667%;
    right: 0;
    top: 14.5454545455%;
  }
  .p-sub-mv__label-en {
    font-size: 10px;
    font-size: 0.625rem;
    line-height: 1.4;
  }
  .p-sub-mv__title-ja {
    font-size: 22.5px;
    font-size: 1.40625rem;
    line-height: 1.1555555556;
  }
  .p-sub-mv.is-strength .p-sub-mv__img:before {
    aspect-ratio: 101.5/107;
    bottom: -9px;
    bottom: -0.5625rem;
    left: -5px;
    left: -0.3125rem;
    width: 101.5px;
    width: 6.34375rem;
  }
  .p-sub-mv.is-wecan .p-sub-mv__img:before {
    aspect-ratio: 94/104;
    bottom: -28px;
    bottom: -1.75rem;
    left: -12px;
    left: -0.75rem;
    width: 94px;
    width: 5.875rem;
  }
  .p-sub-mv.is-contact .p-sub-mv__img img,
  .p-sub-mv.is-thanks .p-sub-mv__img img {
    aspect-ratio: 275/205;
    max-height: 205px;
  }
  .p-sub-mv.is-company .p-sub-mv__img img {
    aspect-ratio: 275/205;
    max-height: 205px;
  }
  .p-thanks__heading {
    font-size: 19px;
    font-size: 1.1875rem;
  }
  .p-thanks__form-message {
    font-size: max(12.5px, 10px);
    font-size: max(0.78125rem, 10px);
    margin-top: 43px;
    margin-top: 2.6875rem;
  }
  .p-top-instagram {
    background: url(../images/common/bg-orange.png) no-repeat center center/cover;
    padding-bottom: 72px;
    padding-bottom: 4.5rem;
    padding-top: 105px;
    padding-top: 6.5625rem;
  }
  .p-top-instagram__inner.l-inner {
    padding-left: 15px;
    padding-left: 0.9375rem;
    padding-right: 15px;
    padding-right: 0.9375rem;
  }
  .p-top-instagram__container {
    gap: 0;
    grid-template-areas: "head" "slider" "button";
    grid-template-columns: 1fr;
    padding-left: 0;
    padding-right: 0;
  }
  .p-top-instagram__content {
    display: contents;
  }
  .p-top-instagram__head {
    -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: 10px;
    gap: 0.625rem;
    margin-left: auto;
    margin-right: auto;
  }
  .p-top-instagram__title {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 22.5px;
    font-size: 1.40625rem;
    gap: 17px;
    gap: 1.0625rem;
  }
  .p-top-instagram__title::before {
    background-color: #ffffff;
    height: 20px;
    height: 1.25rem;
    left: auto;
    position: relative;
    top: auto;
    -webkit-transform: none;
            transform: none;
    width: 20px;
    width: 1.25rem;
  }
  .p-top-instagram__text {
    color: #ffffff;
    font-size: max(12px, 10px);
    font-size: max(0.75rem, 10px);
    margin-top: 0;
  }
  .p-top-instagram__button {
    margin-top: 20px;
    margin-top: 1.25rem;
  }
  .p-top-instagram__button.c-button {
    background-color: #ffffff;
    background-image: none;
    color: #ff8941;
    font-size: max(11px, 10px);
    font-size: max(0.6875rem, 10px);
    margin-left: auto;
    margin-right: auto;
    padding: 10px 12px 10px 26px;
    padding: 0.625rem 0.75rem 0.625rem 1.625rem;
  }
  .p-top-instagram__button.c-button--medium {
    max-width: 120px;
  }
  .p-top-instagram__button.c-button.c-button--medium:after {
    aspect-ratio: 6/9;
    background: none;
    background-color: #ff8941;
    background-color: #ff8941;
    clip-path: polygon(6px 50%, 0% 0%, 0% 9px);
    width: 6px;
  }
  .p-top-instagram__slider {
    margin-left: auto;
    margin-right: auto;
    margin-top: 24px;
    margin-top: 1.5rem;
    padding-left: 15px;
    padding-left: 0.9375rem;
    padding-right: 15px;
    padding-right: 0.9375rem;
    width: 100%;
  }
  #sb_instagram .sbi_photo {
    max-width: 210px;
  }
  #sb_instagram .sbi_photo img {
    aspect-ratio: 150/200;
    border: 1px solid #ffffff;
    border-radius: 0.3125rem;
  }
  #sb_instagram .splide__arrow--next {
    right: -25px;
    right: -1.5625rem;
    top: 73%;
  }
  #sb_instagram .splide__arrow--prev {
    left: -25px;
    left: -1.5625rem;
    top: 73%;
  }
  .p-top-message {
    min-height: 660px;
    padding: 10px 10px 76px;
    padding: 0.625rem 0.625rem 4.75rem;
  }
  .p-top-message__inner {
    height: auto;
  }
  .p-top-message__img {
    border-radius: 0.46875rem;
    height: auto;
    max-height: 400px;
  }
  .p-top-message__img img {
    aspect-ratio: 1/1;
    border-radius: 0.46875rem;
    height: inherit;
    max-height: inherit;
  }
  .p-top-message__container {
    background-color: #ffffff;
    bottom: 0;
    position: relative;
    right: 0;
  }
  .p-top-message__wrapper {
    max-width: 100%;
  }
  .p-top-message__content {
    padding: 59px 20px 26px 20px;
    padding: 3.6875rem 1.25rem 1.625rem 1.25rem;
  }
  .p-top-message__button {
    font-size: max(11px, 10px);
    font-size: max(0.6875rem, 10px);
    margin-top: 0;
    max-width: 170px;
    padding: 17px 18px 17px 24px;
    padding: 1.0625rem 1.125rem 1.0625rem 1.5rem;
  }
  .p-top-message__content-img {
    left: 50%;
    max-width: 85px;
    max-width: 5.3125rem;
    top: 0;
  }
  .p-top-mv__slider {
    margin-left: 0;
    width: 100%;
  }
  .p-top-mv__slider-item img {
    aspect-ratio: 375/470;
    border-radius: 0 0 0.9375rem 0.9375rem;
    max-height: 470px;
  }
  .p-top-mv__content {
    bottom: -31%;
    left: calc(50% - 40px);
    right: 0;
    top: auto;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .p-top-mv__label {
    padding-left: 0;
  }
  .p-top-mv__title {
    margin-top: 0;
  }
  .p-top-mv__text {
    margin-top: 18px;
    margin-top: 1.125rem;
  }
  .p-top-mv__label-en {
    font-size: max(10px, 10px);
    font-size: max(0.625rem, 10px);
    line-height: 1.4;
    padding: 6px 15px 6px 25px;
    padding: 0.375rem 0.9375rem 0.375rem 1.5625rem;
  }
  .p-top-mv__title-ja {
    font-size: 25px;
    font-size: 1.5625rem;
    padding: 2px 12px 7px 20px;
    padding: 0.125rem 0.75rem 0.4375rem 1.25rem;
  }
  .p-top-mv__text-ja {
    font-size: max(12.5px, 10px);
    font-size: max(0.78125rem, 10px);
    line-height: 2;
  }
  .p-top-nursery {
    margin-top: 30px;
    margin-top: 1.875rem;
    padding-top: 68px;
    padding-top: 4.25rem;
  }
  .p-top-nursery__inner.l-inner {
    padding-left: 30px;
    padding-left: 1.875rem;
    padding-right: 30px;
    padding-right: 1.875rem;
  }
  .p-top-nursery__title-en {
    font-size: max(10px, 10px);
    font-size: max(0.625rem, 10px);
  }
  .p-top-nursery__title-ja {
    font-size: 22.5px;
    font-size: 1.40625rem;
    margin-top: 4px;
    margin-top: 0.25rem;
  }
  .p-top-nursery__list {
    grid-template-columns: 1fr;
    margin-top: 36px;
    margin-top: 2.25rem;
    row-gap: 0;
  }
  .p-top-nursery__item {
    grid-column: span 1;
  }
  .p-top-nursery__item.p-top-nursery__item--second {
    margin-top: 40px;
    margin-top: 2.5rem;
  }
  .p-top-nursery__list > .p-top-nursery__item:nth-child(4) {
    margin-top: 30px;
    margin-top: 1.875rem;
  }
  .p-top-nursery__list > .p-top-nursery__item:nth-child(5) {
    margin-top: 30px;
    margin-top: 1.875rem;
  }
  .p-top-nursery__img {
    border-radius: 0.46875rem;
  }
  .p-top-nursery__img img {
    aspect-ratio: 315/210;
    border-radius: 0.46875rem;
  }
  .p-top-nursery__content {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .p-top-nursery__name {
    font-size: max(16px, 10px);
    font-size: max(1rem, 10px);
  }
  .p-top-nursery__map {
    font-size: max(10px, 10px);
    font-size: max(0.625rem, 10px);
    margin-top: 3px;
    margin-top: 0.1875rem;
    padding-left: 13px;
    padding-left: 0.8125rem;
  }
  .p-top-nursery__map:before {
    height: 10px;
    height: 0.625rem;
    width: 8px;
    width: 0.5rem;
  }
  .p-top-nursery__btn {
    font-size: max(11px, 10px);
    font-size: max(0.6875rem, 10px);
    margin-top: 3px;
    margin-top: 0.1875rem;
    padding: 8.5px 14px 8.5px 16px;
    padding: 0.53125rem 0.875rem 0.53125rem 1rem;
  }
  .p-top-nursery__item.p-top-nursery__item--small {
    grid-column: span 1;
    margin-top: 50px;
    margin-top: 3.125rem;
  }
  .p-top-nursery__item.p-top-nursery__item--small .p-top-nursery__link {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 20px;
    gap: 1.25rem;
    height: auto;
  }
  .p-top-nursery__item.p-top-nursery__item--small .p-top-nursery__img {
    max-width: 50.7936507937%;
  }
  .p-top-nursery__item.p-top-nursery__item--small .p-top-nursery__img img {
    aspect-ratio: 160/120;
  }
  .p-top-nursery__item.p-top-nursery__item--small .p-top-nursery__content {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-top: -3px;
    margin-top: -0.1875rem;
  }
  .p-top-nursery__item.p-top-nursery__item--small .p-top-nursery__name {
    font-size: max(12.5px, 10px);
    font-size: max(0.78125rem, 10px);
    line-height: 1.6;
  }
  .p-top-nursery__item.p-top-nursery__item--small .p-top-nursery__map {
    font-size: max(10px, 10px);
    font-size: max(0.625rem, 10px);
    margin-top: 6px;
    margin-top: 0.375rem;
  }
  .p-top-nursery__item.p-top-nursery__item--small .p-top-nursery__btn {
    margin-top: 0;
  }
  .p-top-outsourced-facility {
    padding-top: 50px;
    padding-top: 3.125rem;
  }
  .p-top-strength {
    min-height: 660px;
    padding: 10px 10px 76px;
    padding: 0.625rem 0.625rem 4.75rem;
  }
  .p-top-strength__inner {
    height: auto;
  }
  .p-top-strength__img {
    border-radius: 0.46875rem;
    height: auto;
    max-height: 400px;
  }
  .p-top-strength__img img {
    aspect-ratio: 1/1;
    border-radius: 0.46875rem;
    height: inherit;
  }
  .p-top-strength__container {
    background-color: #ffffff;
    bottom: 0;
    position: relative;
    right: 0;
  }
  .p-top-strength__wrapper {
    max-width: 100%;
  }
  .p-top-strength__content {
    padding: 59px 20px 26px 20px;
    padding: 3.6875rem 1.25rem 1.625rem 1.25rem;
  }
  .p-top-strength__button {
    font-size: max(11px, 10px);
    font-size: max(0.6875rem, 10px);
    margin-top: 0;
    max-width: 170px;
    padding: 17px 18px 17px 24px;
    padding: 1.0625rem 1.125rem 1.0625rem 1.5rem;
  }
  .p-top-strength__content-img {
    left: 50%;
    max-width: 67px;
    max-width: 4.1875rem;
    top: 0;
  }
  .p-top-wecan {
    min-height: 660px;
    padding: 10px 10px 76px;
    padding: 0.625rem 0.625rem 4.75rem;
  }
  .p-top-wecan__inner {
    height: auto;
  }
  .p-top-wecan__img {
    border-radius: 0.46875rem;
    height: auto;
    max-height: 400px;
  }
  .p-top-wecan__img img {
    aspect-ratio: 1/1;
    border-radius: 0.46875rem;
    height: inherit;
  }
  .p-top-wecan__container {
    background-color: #ffffff;
    bottom: 0;
    left: 0;
    position: relative;
  }
  .p-top-wecan__wrapper {
    max-width: 100%;
  }
  .p-top-wecan__content {
    padding: 59px 20px 26px 20px;
    padding: 3.6875rem 1.25rem 1.625rem 1.25rem;
  }
  .p-top-wecan__button {
    font-size: max(11px, 10px);
    font-size: max(0.6875rem, 10px);
    margin-top: 0;
    max-width: 170px;
    padding: 17px 18px 17px 24px;
    padding: 1.0625rem 1.125rem 1.0625rem 1.5rem;
  }
  .p-top-wecan__content-img {
    left: 50%;
    max-width: 66px;
    max-width: 4.125rem;
    top: 0;
  }
  .p-wecan__inner.l-inner {
    padding-left: 20px;
    padding-left: 1.25rem;
    padding-right: 20px;
    padding-right: 1.25rem;
  }
  .p-wecan__point-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .p-wecan__point-image {
    border-radius: 0.46875rem;
    max-width: 100%;
  }
  .p-wecan__point-image img {
    aspect-ratio: 670/445;
    border-radius: 0.46875rem;
  }
  .p-wecan__point-content {
    max-width: 100%;
  }
  .p-wecan__point-label {
    font-size: 13px;
    font-size: 0.8125rem;
    max-width: 125px;
    max-width: 7.8125rem;
    padding: 10px 10px;
    padding: 0.625rem 0.625rem;
  }
  .p-wecan__point-label-number {
    font-size: 22.5px;
    font-size: 1.40625rem;
  }
  .p-wecan__point-title {
    font-size: 21px;
    font-size: 1.3125rem;
    line-height: 1.7857142857;
    text-align: center;
  }
  .p-wecan__point-title::after {
    background-size: 7.5px;
    height: 3.75px;
  }
  .p-wecan__point-desc {
    font-size: max(12.5px, 10px);
    font-size: max(0.78125rem, 10px);
    margin-top: 18px;
    margin-top: 1.125rem;
  }
  .p-wecan__point-list-item {
    font-size: max(12.5px, 10px);
    font-size: max(0.78125rem, 10px);
  }
  .p-wecan__point.p-wecan__point--1 .p-wecan__point-image {
    margin-right: 0;
  }
  .p-wecan__point.p-wecan__point--1 .p-wecan__point-content {
    background-color: transparent;
    border-radius: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding: 38px 10px 0;
    padding: 2.375rem 0.625rem 0;
  }
  .p-wecan__point.p-wecan__point--1 .p-wecan__point-label {
    left: 50%;
    right: 0;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .p-wecan__point.p-wecan__point--1 .p-wecan__point-label.is-active {
    -webkit-transform: translate(-50%, -50%) rotate(0deg) scale(1);
            transform: translate(-50%, -50%) rotate(0deg) scale(1);
  }
  .p-wecan__point.p-wecan__point--1 .p-wecan__point-label::before {
    left: 50%;
    right: 0;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .p-wecan__point.p-wecan__point--1 .p-wecan__point-list {
    margin-top: 15px;
    margin-top: 0.9375rem;
  }
  .p-wecan__point.p-wecan__point--2 {
    margin-top: 36px;
    margin-top: 2.25rem;
  }
  .p-wecan__point.p-wecan__point--2 .p-wecan__point-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .p-wecan__point.p-wecan__point--2 .p-wecan__point-image {
    margin-left: 0;
  }
  .p-wecan__point.p-wecan__point--2 .p-wecan__point-content {
    background-color: transparent;
    border-radius: 0;
    margin-bottom: 0;
    margin-right: 0;
    padding: 38px 10px 0;
    padding: 2.375rem 0.625rem 0;
  }
  .p-wecan__point.p-wecan__point--2 .p-wecan__point-label {
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .p-wecan__point.p-wecan__point--2 .p-wecan__point-label.is-active {
    -webkit-transform: translate(-50%, -50%) rotate(0deg) scale(1);
            transform: translate(-50%, -50%) rotate(0deg) scale(1);
  }
  .p-wecan__point.p-wecan__point--2 .p-wecan__point-label::before {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .p-wecan__point.p-wecan__point--3 {
    margin-top: 36px;
    margin-top: 2.25rem;
  }
  .p-wecan__point.p-wecan__point--3 .p-wecan__point-image {
    margin-right: 0;
  }
  .p-wecan__point.p-wecan__point--3 .p-wecan__point-content {
    background-color: transparent;
    border-radius: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding: 38px 10px 0;
    padding: 2.375rem 0.625rem 0;
  }
  .p-wecan__point.p-wecan__point--3 .p-wecan__point-label {
    left: 50%;
    right: 0;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .p-wecan__point.p-wecan__point--3 .p-wecan__point-label.is-active {
    -webkit-transform: translate(-50%, -50%) rotate(0deg) scale(1);
            transform: translate(-50%, -50%) rotate(0deg) scale(1);
  }
  .p-wecan__point.p-wecan__point--3 .p-wecan__point-label::before {
    left: 50%;
    right: 0;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .p-wecan__point.p-wecan__point--4 .p-wecan__point-image {
    border-radius: 0.46875rem;
  }
  .p-wecan__point.p-wecan__point--4 .p-wecan__point-image img {
    aspect-ratio: 670/445;
    border-radius: 0.46875rem;
  }
  .p-wecan__point.p-wecan__point--4 .p-wecan__point-content {
    padding: 38px 10px 0;
    padding: 2.375rem 0.625rem 0;
  }
  .p-wecan__point.p-wecan__point--4 .p-wecan__point-title {
    padding-bottom: 16px;
    padding-bottom: 1rem;
  }
  .p-wecan__point.p-wecan__point--4 .p-wecan__point-title::after {
    width: 100%;
  }
  .p-wecan__point.p-wecan__point--4 .p-wecan__point-desc {
    margin-top: 22px;
    margin-top: 1.375rem;
    text-align: left;
  }
  .p-wecan__gallery {
    margin-top: 36px;
    margin-top: 2.25rem;
  }
  .p-wecan__gallery-content {
    -moz-column-gap: 0.9375rem;
         -webkit-column-gap: 0.9375rem;
            column-gap: 0.9375rem;
    row-gap: 42px;
    row-gap: 2.625rem;
  }
  .p-wecan__gallery-image {
    border-radius: 0.3125rem;
  }
  .p-wecan__gallery-image img {
    aspect-ratio: 320/215;
    border-radius: 0.3125rem;
  }
  .p-wecan__gallery-title {
    font-size: max(16px, 10px);
    font-size: max(1rem, 10px);
    line-height: 1.625;
    margin-top: 12px;
    margin-top: 0.75rem;
  }
  .p-wecan__gallery-desc {
    font-size: max(12.5px, 10px);
    font-size: max(0.78125rem, 10px);
    line-height: 1.88;
    margin-top: 8px;
    margin-top: 0.5rem;
    padding-left: 0;
    padding-right: 0;
  }
  .u-pc {
    display: none;
  }
  .u-sp {
    display: block;
  }
}

@media screen and (max-width: 599px){
  html {
    font-size: 16px;
  }
}

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

@media (hover: hover){
  a:hover {
    opacity: 0.7;
  }
}

@media (hover: none){
  a:active {
    opacity: 0.7;
  }
}

@media screen and (max-width: 375px){
  .c-operation-title {
    padding: 3px 6px;
    padding: 0.1875rem 0.375rem;
  }
}

@media screen and (max-width: 350px){
  .p-header__drawer-logo {
    max-width: 95px;
  }
  .p-header__drawer-text {
    font-size: 8px;
  }
}

@media screen and (max-width: 768px){
  .p-policy__heading {
    font-size: max(16px, 10px);
    font-size: max(1rem, 10px);
  }
}

@media screen and (max-height: 500px){
  .p-sidebar {
    top: 0;
  }
  .p-sidebar__logo {
    max-width: 100px;
  }
  .p-sidebar__logo img {
    -o-object-fit: contain;
       object-fit: contain;
    width: 70%;
  }
  .p-sidebar__company {
    display: none;
  }
  .p-sidebar__link {
    padding-bottom: 5px;
    padding-bottom: 0.3125rem;
    padding-top: 5px;
    padding-top: 0.3125rem;
  }
  .p-sidebar__list {
    margin-top: 0;
  }
  .p-sidebar__list.p-sidebar__list--bottom {
    margin-top: 4px;
    margin-top: 0.25rem;
  }
  .p-sidebar__link {
    font-size: max(14px, 10px);
    font-size: max(0.875rem, 10px);
    padding-bottom: 5px;
    padding-bottom: 0.3125rem;
    padding-top: 5px;
    padding-top: 0.3125rem;
  }
  .p-sidebar__sns {
    margin-top: 8px;
    margin-top: 0.5rem;
  }
}

@media screen and (max-height: 500px) and (max-width: 767px){
  .p-sidebar__logo {
    display: none;
  }
}

@media screen and (max-width: 1350px) and (min-width: 768px){
  .p-strength-consignment .p-outsourced-facility__list {
    -moz-column-gap: 3%;
         -webkit-column-gap: 3%;
            column-gap: 3%;
    grid-template-columns: repeat(3, 1fr);
    width: 100%;
  }
}

@media screen and (max-width: 450px){
  .p-strength-operation__item {
    min-width: 105px;
    min-width: 6.5625rem;
  }
}

@media (max-width: 767px){
  #sb_instagram .splide__arrow {
    color: #ffffff;
  }
  #sb_instagram .splide__arrow::after {
    --icon-size: 90%;
  }
  #sb_instagram .splide__arrow {
    height: max(25px, min(3.5vw, 56px));
    width: max(25px, min(3.5vw, 56px));
  }
}

@media screen and (max-width: 600px){
  .p-top-mv__content {
    bottom: -31%;
    left: 14px;
    left: 0.875rem;
    right: 0;
    top: auto;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
/*# sourceMappingURL=style.css.map */
