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

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

html {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

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

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

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

.grecaptcha-badge {
  display: none !important;
}

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

@font-face {
  font-display: swap;
  font-weight: 700;
  font-style: normal;
  font-family: "Optima";
  src: url("../fonts/OPTIMA_B.ttf") format("ttf");
}
@keyframes circleVerticalAniMation {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
}
html {
  font-size: 62.5%;
}
@media screen and (max-width: 1333px) and (min-width: 768px) {
  html {
    font-size: calc(1000 / 1333 * 1vw);
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: calc(1000 / 375 * 1vw);
  }
}
@media screen and (max-width: 1180px) {
  html {
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  html::-webkit-scrollbar {
    display: none;
  }
}

body {
  color: #755A49;
  font-family: "Noto Sans JP", sans-serif;
  background-color: #fff;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.7647058824;
}
body.no-scroll {
  position: fixed;
  width: 100%;
  height: 100%;
  inset: 0;
}

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

picture,
img {
  display: block;
}

a,
span {
  display: inline-block;
}

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

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

input,
textarea,
select {
  font: inherit;
}

@media (min-width: 768px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
.l-main {
  padding-top: 6.6rem;
}
@media screen and (max-width: 767px) {
  .l-main {
    padding-top: 5rem;
  }
}

.l-inner {
  position: relative;
  width: 100%;
  max-width: 1186px;
  height: inherit;
  padding-inline: 4rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .l-inner {
    max-width: 100%;
    padding-inline: 2.7rem;
  }
}
.l-inner.l-inner--archive {
  max-width: 896px;
}
.l-inner.l-inner--single {
  max-width: 1085px;
}
.l-inner.l-inner--contact {
  max-width: 1190px;
}

.c-btn {
  display: flex;
  align-items: center;
  width: fit-content;
  gap: 1.7rem;
  position: relative;
  padding-block: 0.8rem;
}
@media screen and (max-width: 767px) {
  .c-btn {
    padding-block: 0;
    gap: 0.8rem;
  }
}
.c-btn .text {
  font-size: max(3.2rem, 22.4px);
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1;
  font-family: "Optima", sans-serif;
  background: linear-gradient(42deg, #254DCF 0.84%, #4EDFD3 101.13%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: opacity 0.3s;
}
@media screen and (max-width: 767px) {
  .c-btn .text {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 767px) {
  .c-btn .text {
    font-size: max(2rem, 14px);
    line-height: 1.4;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .c-btn .text {
    font-size: 2rem;
  }
}
.c-btn::before {
  content: attr(data-hover);
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: max(3.2rem, 22.4px);
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1;
  font-family: "Optima", sans-serif;
  background: linear-gradient(42deg, #98FFF6 0.84%, #2F84B2 101.13%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  opacity: 0;
  transition: opacity 0.3s;
}
@media screen and (max-width: 767px) {
  .c-btn::before {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 767px) {
  .c-btn::before {
    font-size: max(2rem, 14px);
    line-height: 1.4;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .c-btn::before {
    font-size: 2rem;
  }
}
.c-btn .icon {
  position: relative;
  width: 4.5rem;
  aspect-ratio: 1/1;
}
@media screen and (max-width: 767px) {
  .c-btn .icon {
    width: 2.4rem;
  }
}
.c-btn .icon::before, .c-btn .icon::after {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background: url("../img/common/icon_arrow_btn.svg") no-repeat center/contain;
  transition: opacity 0.3s;
}
.c-btn .icon::after {
  background: url("../img/common/icon_arrow_btn-hover.svg") no-repeat center/contain;
  opacity: 0;
  transition: opacity 0.3s;
}
@media (hover: hover) {
  .c-btn:hover .text {
    opacity: 0;
  }
  .c-btn:hover::before {
    opacity: 1;
  }
  .c-btn:hover .icon::before {
    opacity: 0;
  }
  .c-btn:hover .icon::after {
    opacity: 1;
  }
}

.c-company-btn {
  width: 36.7rem;
  height: auto;
  position: relative;
  border-radius: 50%;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .c-company-btn {
    width: 100%;
  }
}
@media (hover: hover) {
  .c-company-btn:hover .c-company-btn__text {
    color: #755A49;
  }
  .c-company-btn:hover span.medium {
    background: linear-gradient(42deg, #254DCF 0.84%, #4EDFD3 101.13%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .c-company-btn:hover figure.c-company-btn__img::before {
    opacity: 0;
  }
  .c-company-btn:hover figure.c-company-btn__img::after {
    opacity: 0.6;
  }
}

@media screen and (max-width: 767px) {
  .c-productsMenu {
    display: flex;
    align-items: flex-start;
    padding-inline: 2.7rem;
  }
}
.c-productsMenu.all .c-productsMenu__all, .c-productsMenu.products .c-productsMenu__all {
  display: none;
}

.c-productsMenu__title {
  font-size: max(1.4rem, 9.8px);
  font-weight: 700;
  line-height: 1.4285714286;
  letter-spacing: 0.05em;
  background-color: #D8E9FC;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 3.7rem;
  width: 8.4rem;
}
@media screen and (max-width: 767px) {
  .c-productsMenu__title {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 767px) {
  .c-productsMenu__wrap {
    flex: 1;
  }
}

.c-productsMenu__list {
  border: 0.1rem solid #D8E9FC;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .c-productsMenu__list {
    display: grid;
    grid-template-columns: 1fr;
    border: none;
  }
}

.c-productsMenu__item {
  height: 9.1rem;
  border-right: 0.1rem solid #D8E9FC;
}
@media screen and (max-width: 767px) {
  .c-productsMenu__item {
    height: auto;
    border: 0.1rem solid #D8E9FC;
    min-height: 3.7rem;
  }
  .c-productsMenu__item:not(:last-child) {
    border-bottom: none;
  }
}
.c-productsMenu__item:nth-child(5n) {
  border-right: none;
}
@media screen and (max-width: 767px) {
  .c-productsMenu__item:nth-child(5n) {
    border-right: 0.1rem solid #D8E9FC;
  }
}
.c-productsMenu__item:nth-child(n+6) {
  border-top: 0.1rem solid #D8E9FC;
}

.c-productsMenu__link {
  display: flex;
  align-items: center;
  gap: 1.1rem;
  height: 100%;
  padding-inline: 1.4rem 2rem;
  position: relative;
  transition: background-color 0.3s;
}
@media screen and (max-width: 767px) {
  .c-productsMenu__link {
    padding-inline: 0.8rem 1.3rem;
    padding-block: 0.8rem;
  }
}
.c-productsMenu__link::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0.6rem;
  width: 1.2rem;
  height: 0.6rem;
  transform: translateY(-50%) rotate(-90deg);
  background: url("../img/common/icon_arrow.svg") no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .c-productsMenu__link::after {
    width: 1.6rem;
    height: 0.8rem;
    right: 0.7rem;
  }
}
@media (hover: hover) {
  .c-productsMenu__link:hover {
    background-color: #F7FBFF;
  }
}

.c-productsMenu__icon {
  width: 4.2rem;
  height: 4.2rem;
}
@media screen and (max-width: 767px) {
  .c-productsMenu__icon {
    display: none;
  }
}

.c-productsMenu__name {
  font-size: max(1.8rem, 12.6px);
  font-weight: 700;
  line-height: 1.6111111111;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .c-productsMenu__name {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 1360px) {
  .c-productsMenu__name {
    font-size: max(1.6rem, 11.2px);
  }
}
@media screen and (max-width: 1360px) and (max-width: 767px) {
  .c-productsMenu__name {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 939px) {
  .c-productsMenu__name {
    font-size: max(1.4rem, 9.8px);
  }
}
@media screen and (max-width: 939px) and (max-width: 767px) {
  .c-productsMenu__name {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .c-productsMenu__name {
    line-height: 1.4285714286;
  }
}

.c-productsMenu__all {
  background-color: #ddecfc;
  text-align: center;
}

.c-productsMenu__allLink {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1;
  display: block;
  text-decoration: underline;
  padding-block: 0.8rem;
  transition: opacity 0.3s;
}
@media screen and (max-width: 939px) {
  .c-productsMenu__allLink {
    padding-inline: 0.8rem 1.3rem;
    padding-block: 0.8rem;
    line-height: 1.4285714286;
    text-align: left;
  }
}
@media (hover: hover) {
  .c-productsMenu__allLink:hover {
    opacity: 0.7;
  }
}

.c-section__topTitle {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.7rem;
}
@media screen and (max-width: 767px) {
  .c-section__topTitle {
    gap: 0.5rem;
  }
}
.c-section__topTitle .en {
  font-size: max(6.2rem, 43.4px);
  line-height: 1.1290322581;
  font-weight: 700;
  letter-spacing: 0.05em;
  font-family: "Optima", sans-serif;
  color: #1B80D3;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-section__topTitle .en {
    font-size: 6.2rem;
  }
}
@media screen and (max-width: 767px) {
  .c-section__topTitle .en {
    font-size: max(3.2rem, 22.4px);
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .c-section__topTitle .en {
    font-size: 3.2rem;
  }
}
.c-section__topTitle .en::after {
  content: attr(data-en);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  font-size: max(6.2rem, 43.4px);
  line-height: 1.1290322581;
  font-weight: 700;
  letter-spacing: 0.05em;
  font-family: "Optima", sans-serif;
  color: #755A49;
}
@media screen and (max-width: 767px) {
  .c-section__topTitle .en::after {
    font-size: 6.2rem;
  }
}
@media screen and (max-width: 767px) {
  .c-section__topTitle .en::after {
    font-size: max(3.2rem, 22.4px);
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .c-section__topTitle .en::after {
    font-size: 3.2rem;
  }
}
.c-section__topTitle .ja {
  font-size: max(1.6rem, 11.2px);
  line-height: 1.25;
  font-weight: 700;
  letter-spacing: 0.05em;
  padding-left: 2.5rem;
  margin-left: 0.5rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-section__topTitle .ja {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .c-section__topTitle .ja {
    font-size: max(1.3rem, 9.1px);
    padding-left: 1.3rem;
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .c-section__topTitle .ja {
    font-size: 1.3rem;
  }
}
.c-section__topTitle .ja::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 1.7rem;
  height: 1.7rem;
  background: linear-gradient(42deg, #254DCF 0.84%, #4EDFD3 101.13%);
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .c-section__topTitle .ja::before {
    width: 0.9rem;
    height: 0.9rem;
  }
}

.c-section__underTitle .en {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: max(2rem, 14px);
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1;
  font-family: "Optima", sans-serif;
  color: transparent;
  background: linear-gradient(42deg, #254DCF 0.84%, #4EDFD3 101.13%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding-block: 0.8rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  gap: 1.7rem;
  position: relative;
  padding-left: 2.8rem;
}
@media screen and (max-width: 767px) {
  .c-section__underTitle .en {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .c-section__underTitle .en {
    font-size: 1.4rem;
    padding-left: 1.8rem;
  }
}
.c-section__underTitle .en::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 2rem;
  height: 2rem;
  background: linear-gradient(42deg, #254DCF 0.84%, #4EDFD3 101.13%);
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .c-section__underTitle .en::before {
    width: 1.3rem;
    height: 1.3rem;
  }
}
.c-section__underTitle .ja {
  font-size: max(4.2rem, 29.4px);
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.3;
  margin-top: 0.3rem;
}
@media screen and (max-width: 767px) {
  .c-section__underTitle .ja {
    font-size: 4.2rem;
  }
}
@media screen and (max-width: 767px) {
  .c-section__underTitle .ja {
    font-size: 2rem;
    margin-top: 0;
  }
}

.c-banner {
  display: block;
  width: 100%;
  aspect-ratio: 1106/293;
  transition: opacity 0.3s;
  position: relative;
  background-color: #fff;
}
.c-banner figure {
  transition: opacity 0.3s;
}
.c-banner figure:nth-child(2) {
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .c-banner {
    aspect-ratio: 320/145;
  }
}
@media (hover: hover) {
  .c-banner:hover figure:nth-child(2) {
    opacity: 1;
  }
}
@media screen and (hover: hover) and (max-width: 767px) {
  .c-banner:hover figure {
    opacity: 1;
  }
  .c-banner:hover figure:nth-child(2) {
    opacity: 0;
  }
}

@media screen and (max-width: 767px) {
  .c-pickup {
    margin-inline: calc(50% - 50vw);
    overflow: hidden;
  }
}

.c-pickup__splide.is-initialized:not(.is-active) .splide__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2.3rem;
}
@media screen and (max-width: 767px) {
  .c-pickup__splide .splide__track {
    overflow: visible;
  }
  .c-pickup__splide .splide__arrow--prev, .c-pickup__splide .splide__arrow--next {
    width: 4.1rem;
    height: 4.1rem;
    border-radius: 0;
    opacity: 1;
    transform: translateY(0);
    top: 9.1rem;
    background: transparent;
  }
  .c-pickup__splide .splide__arrow--prev {
    left: 2.7rem;
  }
  .c-pickup__splide .splide__arrow--next {
    right: 2.7rem;
    transform: translateY(0) rotate(180deg);
  }
}

.c-pickup__link {
  display: block;
}
@media (hover: hover) {
  .c-pickup__link:hover .c-pickup__imgWrap::before {
    opacity: 0;
  }
  .c-pickup__link:hover .c-pickup__img::before {
    opacity: 1;
  }
}

.c-pickup__imgWrap {
  width: 100%;
  aspect-ratio: 1/1;
  position: relative;
  z-index: 1;
}
.c-pickup__imgWrap::before {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background: #D8E9FC;
  z-index: -2;
  opacity: 1;
  transition: opacity 0.3s;
}

.c-pickup__img {
  width: 100%;
  height: 100%;
  display: grid;
  place-items: center;
}
.c-pickup__img::before {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(42deg, #254DCF 0.84%, #4EDFD3 101.13%);
  z-index: -2;
  opacity: 0;
  transition: opacity 0.3s;
}
.c-pickup__img::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 6px);
  height: calc(100% - 6px);
  background-color: #fff;
  z-index: -1;
}
.c-pickup__img img {
  width: calc(100% - 6px);
  height: calc(100% - 6px);
}

.c-pickup__detail {
  margin-top: 2.4rem;
}
@media screen and (max-width: 767px) {
  .c-pickup__detail {
    margin-top: 0.4rem;
  }
}

.c-pickup__category {
  background: linear-gradient(42deg, #254DCF 0.84%, #4EDFD3 101.13%);
  border-radius: 0.3rem;
  color: #fff;
  padding: 0.4rem 0.5rem;
  font-size: max(1.3rem, 9.1px);
  font-weight: 700;
  display: inline-block;
  font-family: "Comfortaa", sans-serif;
  letter-spacing: 0;
  line-height: 1.8461538462;
}
@media screen and (max-width: 767px) {
  .c-pickup__category {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 767px) {
  .c-pickup__category {
    font-size: max(1.2rem, 8.4px);
    line-height: 1.1666666667;
    padding: 0.3rem 0.7rem 0.2rem;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .c-pickup__category {
    font-size: 1.2rem;
  }
}

.c-pickup__title {
  margin-top: 1.2rem;
  margin-left: 0.1rem;
  font-size: max(2rem, 14px);
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0;
  font-family: "Comfortaa", sans-serif;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
@media screen and (max-width: 767px) {
  .c-pickup__title {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .c-pickup__title {
    margin-top: 0.8rem;
    font-size: max(1.6rem, 11.2px);
    line-height: 1.625;
    margin-left: 0;
    padding-right: 1.3rem;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .c-pickup__title {
    font-size: 1.6rem;
  }
}

.c-pickup__norm, .c-pickup__manufacturer {
  margin-top: 0.5rem;
  margin-left: 0.1rem;
  font-size: max(1.6rem, 11.2px);
  font-weight: 400;
  line-height: 1.25;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .c-pickup__norm, .c-pickup__manufacturer {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .c-pickup__norm, .c-pickup__manufacturer {
    margin-top: 0.3rem;
    margin-left: 0;
    font-size: max(1.4rem, 9.8px);
    line-height: 1.4285714286;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .c-pickup__norm, .c-pickup__manufacturer {
    font-size: 1.4rem;
  }
}

.c-pickup__detail:has(.c-pickup__norm) .c-pickup__manufacturer {
  margin-top: 1rem;
}

.c-contactSection {
  position: relative;
  z-index: 1;
  padding: 5.7rem 2rem 7.1rem;
}
@media screen and (max-width: 767px) {
  .c-contactSection {
    padding: 2.5rem 1.3rem 3rem;
  }
}
.c-contactSection::before {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(42deg, #254DCF 0.84%, #4EDFD3 101.13%);
  opacity: 0.2;
  z-index: -1;
}

.c-contactSection__title {
  text-align: center;
}
.c-contactSection__title span {
  font-size: max(3rem, 21px);
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: 0.05em;
  padding-inline: 4rem 3.1rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-contactSection__title span {
    font-size: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .c-contactSection__title span {
    font-size: max(1.6rem, 11.2px);
    line-height: 1.25;
    padding-inline: 2.6rem 2.2rem;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .c-contactSection__title span {
    font-size: 1.6rem;
  }
}
.c-contactSection__title span::before, .c-contactSection__title span::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 2.5rem;
  height: 2px;
  background-color: #755A49;
  border-radius: 100vmax;
}
@media screen and (max-width: 767px) {
  .c-contactSection__title span::before, .c-contactSection__title span::after {
    width: 1.4rem;
    height: 0.2rem;
  }
}
.c-contactSection__title span::after {
  left: auto;
  right: 0;
}

.c-contactSection__list {
  margin-top: 3rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3.2rem;
  max-width: 990px;
  width: 100%;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .c-contactSection__list {
    margin-top: 1.7rem;
    grid-template-columns: 1fr;
    gap: 1rem;
  }
}

.c-contactSection__itemWrap {
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-contactSection__itemWrap {
    padding: 2.2rem 2rem 1.7rem;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .c-contactSection__itemWrap .c-contactSection__item {
    padding: 0;
  }
}

.c-contactSection__item {
  background: transparent;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: max(19rem, 130px);
  position: relative;
  z-index: 1;
  transition: background 0.3s;
}
@media screen and (max-width: 767px) {
  .c-contactSection__item {
    height: auto;
    padding: 2rem 2rem 1.2rem;
  }
}
.c-contactSection__item::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 0.6rem);
  height: calc(100% - 0.6rem);
  background: #fff;
  z-index: -2;
}
.c-contactSection__item::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background: #fff;
  transition: opacity 0.3s;
  z-index: -1;
}
@media (hover: hover) {
  .c-contactSection__item:hover {
    background: linear-gradient(42deg, #254DCF 0.84%, #4EDFD3 101.13%);
  }
  .c-contactSection__item:hover::after {
    opacity: 0;
  }
}

.c-contactSection__heading {
  font-size: max(3.2rem, 22.4px);
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-contactSection__heading {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 767px) {
  .c-contactSection__heading {
    font-size: max(2rem, 14px);
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .c-contactSection__heading {
    font-size: 2rem;
  }
}
.c-contactSection__heading .js-split span {
  position: relative;
}
.c-contactSection__heading .js-split span::before {
  content: "";
  position: absolute;
  top: -1.1rem;
  left: 50%;
  transform: translateX(-50%);
  width: 0.9rem;
  height: 0.9rem;
  background-color: #FFC36A;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .c-contactSection__heading .js-split span::before {
    top: -0.6rem;
    width: 0.4rem;
    height: 0.4rem;
  }
}

.c-contactSection__body {
  margin-top: 2.4rem;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .c-contactSection__body {
    margin-top: 0.9rem;
    flex-direction: column;
    align-items: center;
  }
}
.c-contactSection__body.repeat {
  margin-left: 1.2rem;
  gap: 5.6rem;
  width: 225px;
  padding-right: 0.9rem;
  position: relative;
}
@media screen and (max-width: 939px) {
  .c-contactSection__body.repeat {
    width: max(30.5rem, 170px);
  }
}
@media screen and (max-width: 767px) {
  .c-contactSection__body.repeat {
    margin-top: 2.1rem;
    margin-left: 0;
    gap: 3rem;
    width: 100%;
    padding-right: 0;
  }
}
.c-contactSection__body.repeat::before {
  content: "";
  position: absolute;
  top: 0.2rem;
  right: -0.2rem;
  width: 1px;
  height: 7rem;
  background-color: #755A49;
}
@media screen and (max-width: 767px) {
  .c-contactSection__body.repeat::before {
    top: auto;
    right: auto;
    bottom: -1.3rem;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 0.1rem;
  }
}

@media screen and (max-width: 767px) {
  .c-contactSection__btnWrap {
    width: 100%;
    text-align: center;
  }
}

.c-contactSection__btn {
  margin-top: 0.6rem;
  display: flex;
  align-items: center;
  gap: 0.6rem;
  width: fit-content;
  font-size: max(1.6rem, 11.2px);
  line-height: 1.25;
  letter-spacing: 0.05em;
  transition: opacity 0.3s;
}
@media screen and (max-width: 767px) {
  .c-contactSection__btn {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .c-contactSection__btn {
    margin-top: 0;
    font-size: max(1.4rem, 9.8px);
    line-height: 1.4285714286;
    margin-inline: auto;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .c-contactSection__btn {
    font-size: 1.4rem;
  }
}
.c-contactSection__btn::after {
  content: "";
  display: block;
  width: 0.9rem;
  height: 1rem;
  background: linear-gradient(42deg, #254DCF 0.84%, #4EDFD3 101.13%);
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
}
.c-contactSection__btn.icon {
  font-size: max(2rem, 14px);
}
@media screen and (max-width: 767px) {
  .c-contactSection__btn.icon {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .c-contactSection__btn.icon {
    font-size: max(1.4rem, 9.8px);
    margin-left: 4rem;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .c-contactSection__btn.icon {
    font-size: 1.4rem;
  }
}
.c-contactSection__btn.icon::before {
  content: "";
  margin-top: 0.2rem;
  display: block;
  width: 3rem;
  height: 2.4rem;
  background: url("../img/common/icon_mail.svg") no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .c-contactSection__btn.icon::before {
    width: 1.8rem;
    height: 1.4rem;
    margin-top: 0.1rem;
  }
}
@media (hover: hover) {
  .c-contactSection__btn:hover {
    opacity: 0.8;
  }
}

.c-contactSection__text {
  margin-bottom: 1.6rem;
  font-size: max(2rem, 14px);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.7rem;
}
@media screen and (max-width: 767px) {
  .c-contactSection__text {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .c-contactSection__text {
    font-size: max(1.6rem, 11.2px);
    gap: 0.6rem;
    margin-bottom: 0.6rem;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .c-contactSection__text {
    font-size: 1.6rem;
  }
}
.c-contactSection__text::before {
  content: "";
  margin-top: 0.2rem;
  display: block;
  width: 3rem;
  height: 2.4rem;
  background: url("../img/common/icon_mail.svg") no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .c-contactSection__text::before {
    width: 1.8rem;
    height: 1.4rem;
    margin-top: 0.1rem;
  }
}
.c-contactSection__text.tel {
  margin-bottom: 1.2rem;
}
@media screen and (max-width: 767px) {
  .c-contactSection__text.tel {
    margin-bottom: 0.6rem;
  }
}
.c-contactSection__text.tel::before {
  margin-top: 0.2rem;
  width: 2.5rem;
  height: 2.5rem;
  background: url("../img/common/icon_tel.svg") no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .c-contactSection__text.tel::before {
    width: 1.6rem;
    height: 1.6rem;
    margin-top: 0.1rem;
  }
}

.c-contactSection__telWrap {
  position: absolute;
  top: 48%;
  left: 268px;
  z-index: 1;
}
@media screen and (max-width: 939px) {
  .c-contactSection__telWrap {
    left: max(30.5rem, 200px);
  }
}
@media screen and (max-width: 767px) {
  .c-contactSection__telWrap {
    position: unset;
    margin-top: 3rem;
    text-align: center;
    width: fit-content;
    margin-inline: auto;
  }
}

.c-contactSection__telLink {
  display: block;
}

.c-contactSection__tel {
  font-size: max(2.4rem, 16.8px);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.03em;
  text-align: center;
  color: transparent;
  background: linear-gradient(42deg, #254DCF 0.84%, #4EDFD3 101.13%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-contactSection__tel {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  .c-contactSection__tel {
    font-size: max(2rem, 14px);
    line-height: 1.2;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .c-contactSection__tel {
    font-size: 2rem;
  }
}
.c-contactSection__tel::after {
  content: "";
  position: absolute;
  bottom: -0.2rem;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 1px;
  background: linear-gradient(42deg, #254DCF 0.84%, #4EDFD3 101.13%);
}
@media screen and (max-width: 767px) {
  .c-contactSection__tel::after {
    bottom: -0.1rem;
    height: 0.1rem;
  }
}

.c-pagination {
  margin-top: 10rem;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  position: relative;
  padding-block: 1.2rem 0.4rem;
  max-width: 896px;
  margin-inline: auto;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .c-pagination {
    margin-top: 4rem;
    padding-block: 0.4rem 0;
  }
}
.c-pagination .page-numbers {
  font-size: max(1.6rem, 11.2px);
  font-family: "Optima", sans-serif;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 2.8rem;
}
@media screen and (max-width: 767px) {
  .c-pagination .page-numbers {
    font-size: 1.6rem;
  }
}
.c-pagination .page-numbers::after {
  content: ".";
  font-size: max(1.6rem, 11.2px);
  font-family: "Optima", sans-serif;
  font-weight: 700;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .c-pagination .page-numbers::after {
    font-size: 1.6rem;
  }
}
.c-pagination .page-numbers.current {
  font-size: max(3.2rem, 22.4px);
}
@media screen and (max-width: 767px) {
  .c-pagination .page-numbers.current {
    font-size: 3.2rem;
  }
}
.c-pagination .page-numbers.prev, .c-pagination .page-numbers.next {
  width: 4.4rem;
  height: 4.4rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .c-pagination .page-numbers.prev, .c-pagination .page-numbers.next {
    width: 2.6rem;
    height: 2.6rem;
  }
}
.c-pagination .page-numbers.prev::after, .c-pagination .page-numbers.next::after {
  display: none;
}
@media (hover: hover) {
  .c-pagination .page-numbers.prev:hover img:first-of-type, .c-pagination .page-numbers.next:hover img:first-of-type {
    opacity: 0;
  }
  .c-pagination .page-numbers.prev:hover img:nth-of-type(2), .c-pagination .page-numbers.next:hover img:nth-of-type(2) {
    opacity: 1;
  }
}
.c-pagination .page-numbers.prev img, .c-pagination .page-numbers.next img {
  transition: opacity 0.3s;
}
.c-pagination .page-numbers.prev img:nth-of-type(2), .c-pagination .page-numbers.next img:nth-of-type(2) {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  opacity: 0;
}
.c-pagination .page-numbers.prev {
  left: 0;
  rotate: 180deg;
  transform-origin: top;
}
.c-pagination .page-numbers.next {
  right: 0;
  rotate: 0deg;
}

.c-productsNav {
  overflow: hidden;
  position: fixed;
  top: 6.6rem;
  left: 0;
  width: 100%;
  z-index: 10;
  background-color: #fff;
  transition: transform 0.3s;
}
@media screen and (max-width: 767px) {
  .c-productsNav {
    display: none;
  }
}
.c-productsNav.floating {
  transform: translateY(-101%);
}
.c-productsNav.floating.is-active {
  transform: translateY(0);
}
.c-productsNav.header {
  top: 0;
}

.c-productsNav__wrap {
  display: grid;
  grid-template-columns: repeat(10, 1fr);
  border: 0.1rem solid #D8E9FC;
}

.c-productsNav__link {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 2;
  gap: 0.7rem 0;
  height: 8.5rem;
  padding-block: 1rem;
  justify-items: center;
  transition: background-color 0.3s;
}
.c-productsNav__link:nth-child(n+2) {
  border-left: 0.1rem solid #D8E9FC;
}
@media (hover: hover) {
  .c-productsNav__link:hover {
    background-color: #F7FBFF;
  }
}

.c-productsNav__icon {
  width: 3.1rem;
  aspect-ratio: 31/26;
}

.c-productsNav__name {
  font-size: max(1.2rem, 8.4px);
  font-weight: 500;
  line-height: 1.3333333333;
  letter-spacing: 0.05em;
  text-align: center;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .c-productsNav__name {
    font-size: 1.2rem;
  }
}

.p-messageCompany {
  position: relative;
  padding-block: 4.8rem 19rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-messageCompany {
    padding-block: 9.8rem 10rem;
  }
}
.p-messageCompany.p-messageCompany--company {
  padding-block: 12rem 26rem;
}
@media screen and (max-width: 767px) {
  .p-messageCompany.p-messageCompany--company {
    padding-block: 5rem 10.4rem;
  }
}
.p-messageCompany.p-messageCompany--company .p-messageCompany__decoLeft {
  top: 8rem;
}
@media screen and (max-width: 767px) {
  .p-messageCompany.p-messageCompany--company .p-messageCompany__decoLeft {
    top: 14rem;
  }
}
.p-messageCompany.p-messageCompany--company .p-messageCompany__decoRight {
  top: 8.5rem;
}
@media screen and (max-width: 767px) {
  .p-messageCompany.p-messageCompany--company .p-messageCompany__decoRight {
    top: 1rem;
  }
}
.p-messageCompany.p-messageCompany--message {
  padding-block: 15.5rem 26rem;
}
@media screen and (max-width: 767px) {
  .p-messageCompany.p-messageCompany--message {
    padding-block: 9.8rem 10.4rem;
  }
}
.p-messageCompany.p-messageCompany--message .p-messageCompany__decoLeft {
  top: 11rem;
}
@media screen and (max-width: 767px) {
  .p-messageCompany.p-messageCompany--message .p-messageCompany__decoLeft {
    top: 19rem;
  }
}
.p-messageCompany.p-messageCompany--message .p-messageCompany__decoRight {
  top: 11.5rem;
}
@media screen and (max-width: 767px) {
  .p-messageCompany.p-messageCompany--message .p-messageCompany__decoRight {
    top: 6rem;
  }
}
.p-messageCompany__title {
  text-align: center;
}
.p-messageCompany__title p.ja {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-messageCompany__title p.ja {
    font-size: 12px;
  }
}
.p-messageCompany__title h2.en {
  font-family: "Optima", sans-serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: capitalize;
}
@media screen and (max-width: 767px) {
  .p-messageCompany__title h2.en {
    font-size: 24px;
  }
}
.p-messageCompany__btnWrap {
  display: flex;
  justify-content: center;
  gap: 5rem;
  margin-top: 1rem;
  max-width: 78.6rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-messageCompany__btnWrap {
    flex-flow: column;
    margin-top: 1.4rem;
    gap: 0.8rem;
    max-width: 24.5rem;
  }
}
.p-messageCompany__decoLeft {
  position: absolute;
  left: 0;
  top: 2rem;
  width: 19.8vw;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-messageCompany__decoLeft {
    top: 18.5rem;
    width: 18.8vw;
  }
}
.p-messageCompany__decoRight {
  position: absolute;
  right: 0;
  top: 2rem;
  width: 20.5vw;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-messageCompany__decoRight {
    top: 5.5rem;
    width: 18.2vw;
  }
}

@media (max-width: 768px) {
  .p-accessContents__subList {
    display: grid;
    grid-template-areas: "item1" "item2" "item3" "item4";
  }
  .p-accessContents__subList .p-accessContents__textBox {
    display: contents;
  }
  .p-accessContents__textBox-title {
    grid-area: item1;
  }
  .p-accessContents__subaddr {
    grid-area: item2;
  }
  .p-accessContents__maplink {
    grid-area: item3;
    margin-bottom: 1rem;
  }
  .p-accessContents__map {
    grid-area: item4;
  }
}
.p-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 6.6rem;
  background-color: #fff;
  z-index: 100;
}
@media screen and (max-width: 767px) {
  .p-header {
    height: 5rem;
    border-bottom: 0.1rem solid #755A49;
  }
}
.p-header::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: calc(100% - min(14vw, 16.9rem));
  height: 0.1rem;
  background-color: #755A49;
}
@media screen and (max-width: 767px) {
  .p-header::after {
    display: none;
  }
}
.p-header.is-drawer-open {
  border: none;
}

.p-header__wrap {
  display: flex;
  justify-content: space-between;
  gap: 2rem;
  height: inherit;
}
@media screen and (max-width: 767px) {
  .p-header__wrap {
    align-items: center;
  }
}

.p-header__logo {
  margin-left: 1.4rem;
  width: 31.2rem;
  aspect-ratio: 312/35;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .p-header__logo {
    width: 17rem;
    aspect-ratio: 170/19;
    margin-left: 1.2rem;
  }
}
.p-header__logo img {
  display: block;
}

.p-header__nav {
  display: flex;
  height: inherit;
  gap: 2.9rem;
}
@media screen and (max-width: 939px) {
  .p-header__nav {
    gap: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .p-header__nav {
    display: none;
  }
}

.p-header__list {
  display: flex;
  align-items: center;
  gap: 2.8rem;
}
@media screen and (max-width: 939px) {
  .p-header__list {
    gap: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .p-header__list {
    display: block;
  }
}

.p-header__item {
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-header__item {
    display: block;
    text-align: center;
    border-bottom: 0.1rem solid #755A49;
  }
}

.p-header__link {
  font-size: max(1.4rem, 9.8px);
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1.3571428571;
  padding-left: 1.5rem;
  cursor: pointer;
  transition: opacity 0.3s;
}
@media screen and (max-width: 767px) {
  .p-header__link {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .p-header__link {
    padding-left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    position: relative;
    padding-block: 1.2rem;
  }
}
.p-header__link::marker {
  font-size: 0;
  display: none;
}
.p-header__link::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 0.9rem;
  height: 0.9rem;
  background: linear-gradient(42deg, #254DCF 0.84%, #4EDFD3 101.13%);
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .p-header__link::before {
    display: none;
  }
}
@media (hover: hover) {
  .p-header__link:hover {
    opacity: 0.8;
  }
}
.p-header__link.p-header__link--megamenu {
  padding-right: 1.9rem;
}
@media screen and (max-width: 767px) {
  .p-header__link.p-header__link--megamenu {
    padding-right: 0;
    gap: 0.7rem;
  }
}
.p-header__link.p-header__link--megamenu::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1.4rem;
  height: 0.7rem;
  background: url("../img/common/icon_arrow.svg") no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .p-header__link.p-header__link--megamenu::after {
    position: unset;
    width: 1.2rem;
    height: 0.6rem;
    transform: unset;
  }
}

@media screen and (max-width: 767px) {
  .p-header__details[open] .p-header__link {
    padding-bottom: 0.8rem;
  }
}

.p-header__megaMenu {
  position: fixed;
  top: 6.6rem;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-header__megaMenu {
    position: unset;
    transform: unset;
    border: none;
    text-align: left;
  }
}

@media screen and (max-width: 767px) {
  .p-header__megaMenuList {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.7rem;
    padding-bottom: 1.8rem;
  }
}

@media screen and (max-width: 767px) {
  .p-header__megaMenuLink {
    font-size: max(1.3rem, 9.1px);
    font-weight: 700;
    letter-spacing: 0.02em;
    line-height: 1.3846153846;
    padding-left: 1.2rem;
    position: relative;
    display: block;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-header__megaMenuLink {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 767px) {
  .p-header__megaMenuLink::before {
    content: "";
    position: absolute;
    top: 0.6rem;
    left: 0;
    width: 0.6rem;
    height: 0.6rem;
    background: linear-gradient(42deg, #254DCF 0.84%, #4EDFD3 101.13%);
    border-radius: 50%;
  }
}

.p-header__subMenuContent {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 14.6rem;
  border: 0.1rem solid #755A49;
  background-color: #fff;
  padding: 0.2rem 2rem;
  border-radius: 0 0 0.8rem 0.8rem;
}
@media screen and (max-width: 939px) {
  .p-header__subMenuContent {
    padding: 0.2rem 1rem;
  }
}
@media screen and (max-width: 767px) {
  .p-header__subMenuContent {
    width: 100%;
    position: unset;
    transform: unset;
    border: none;
  }
}

@media screen and (max-width: 767px) {
  .p-header__subMenuList {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
    padding-bottom: 1.8rem;
    text-align: left;
  }
}

.p-header__subMenuItem:last-child .p-header__subMenuLink {
  border-bottom: none;
}

.p-header__subMenuLink {
  display: block;
  position: relative;
  font-size: max(1.4rem, 9.8px);
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1.3571428571;
  padding-left: 1.5rem;
  padding-block: 1rem;
  border-bottom: 0.1rem solid #D8E9FC;
  transition: opacity 0.3s;
}
@media screen and (max-width: 767px) {
  .p-header__subMenuLink {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .p-header__subMenuLink {
    font-size: max(1.3rem, 9.1px);
    letter-spacing: 0.02em;
    line-height: 1.3846153846;
    padding-left: 1.2rem;
    padding-block: 0;
    border: none;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-header__subMenuLink {
    font-size: 1.3rem;
  }
}
.p-header__subMenuLink::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 0.9rem;
  height: 0.9rem;
  background: linear-gradient(42deg, #254DCF 0.84%, #4EDFD3 101.13%);
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .p-header__subMenuLink::before {
    top: 0.6rem;
    transform: unset;
    width: 0.6rem;
    height: 0.6rem;
  }
}
@media (hover: hover) {
  .p-header__subMenuLink:hover {
    opacity: 0.8;
  }
}

.p-header__contact {
  height: inherit;
  width: min(14vw, 16.9rem);
}
@media screen and (max-width: 767px) {
  .p-header__contact {
    margin-top: 2rem;
    width: unset;
    margin-inline: calc(50% - 50vw);
  }
}

.p-header__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  height: inherit;
  width: 100%;
  font-size: max(1.6rem, 11.2px);
  font-weight: 500;
  letter-spacing: 0.03em;
  line-height: 1.375;
  background: linear-gradient(42deg, #254DCF 0.84%, #4EDFD3 101.13%);
  color: #fff;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-header__btn {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .p-header__btn {
    padding-block: 1.1rem;
  }
}
.p-header__btn::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(42deg, #254DCF 0.84%, #4EDFD3 101.13%);
  opacity: 1;
  transition: opacity 0.3s;
  z-index: -1;
}
.p-header__btn::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(42deg, #98FFF6 0.84%, #2F84B2 101.13%);
  opacity: 0;
  transition: opacity 0.3s;
  z-index: -1;
}
@media (hover: hover) {
  .p-header__btn:hover::before {
    opacity: 0;
  }
  .p-header__btn:hover::after {
    opacity: 1;
  }
}

.p-messageMain {
  padding-top: 9.4rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-messageMain {
    padding-top: 3.8rem;
  }
}

.p-messageMain__decoRight {
  position: absolute;
  right: 0;
  top: 7.7rem;
  width: 18.6vw;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-messageMain__decoRight {
    top: 2.9rem;
    width: 25.6vw;
  }
}

.p-messageMain__decoLeft {
  position: absolute;
  width: 20.8vw;
  top: 8rem;
  left: 0;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-messageMain__decoLeft {
    width: 29.3vw;
    top: 3rem;
  }
}

.p-messageMain__contents {
  padding-bottom: 19.6rem;
  border-bottom: 1px solid #755A49;
}
@media screen and (max-width: 767px) {
  .p-messageMain__contents {
    padding-bottom: 5rem;
  }
}

.p-messageMain__textWrap {
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .p-messageMain__textWrap {
    margin-top: 2.8rem;
  }
}

.p-messageMain__text {
  text-align: justify;
  font-size: max(1.8rem, 12.6px);
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767px) {
  .p-messageMain__text {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .p-messageMain__text {
    font-size: 1.4rem;
    letter-spacing: 0.055em;
  }
}
.p-messageMain__text:nth-of-type(n + 2) {
  margin-top: 2lh;
}

.p-messageMain__sign {
  text-align: right;
  margin-top: 10rem;
}
@media screen and (max-width: 767px) {
  .p-messageMain__sign {
    margin-top: 4rem;
  }
}

.p-messageMain__role {
  text-align: right;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 2.7;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767px) {
  .p-messageMain__role {
    font-size: 14px;
  }
}

.p-messageMain__name {
  font-size: 3rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .p-messageMain__name {
    font-size: 23px;
    line-height: 1;
  }
}

.p-drawer__btn {
  top: 1.5rem;
  right: 1.7rem;
  width: 2.6rem;
  height: 2rem;
  cursor: pointer;
  position: fixed;
}
.p-drawer__btn span {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0;
  transition: opacity 0.3s, visibility 0.3s;
}
.p-drawer__btn .open {
  opacity: 1;
  visibility: visible;
}
.p-drawer__btn .close {
  display: block;
  opacity: 0;
  visibility: hidden;
}
.p-drawer__btn.is-active .open {
  opacity: 0;
  visibility: hidden;
}
.p-drawer__btn.is-active .close {
  opacity: 1;
  visibility: visible;
}

.p-drawer {
  position: fixed;
  top: 5rem;
  left: 0;
  width: 100%;
  height: auto;
  max-height: calc(100vh - 5rem);
  max-height: calc(100dvh - 5rem);
  background-color: #fff;
  overflow-y: auto;
  z-index: 101;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s, opacity 0.3s;
}
.p-drawer.is-active {
  visibility: visible;
  opacity: 1;
}

.p-drawer__wrap {
  padding: 0.5rem 2.7rem 0;
}

.p-footer {
  border: 1px solid #755A49;
  padding-top: 7.6rem;
}
@media screen and (max-width: 767px) {
  .p-footer {
    padding-top: 5.2rem;
  }
}

.p-footer__wrap {
  display: flex;
  align-items: flex-start;
  gap: 4rem;
  justify-content: space-between;
  max-width: 1226px;
  width: 100%;
  padding-inline: 2rem;
  padding-bottom: 6.8rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-footer__wrap {
    padding-bottom: 0;
    gap: 0;
    padding-inline: 2.6rem;
    flex-direction: column;
  }
}

.p-footer__info {
  max-width: 39rem;
  width: 34%;
}
@media screen and (max-width: 939px) {
  .p-footer__info {
    max-width: 40.5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-footer__info {
    max-width: 100%;
    width: 100%;
  }
}

.p-footer__logo {
  width: 35.2rem;
  aspect-ratio: 352/40;
  display: block;
}
@media screen and (max-width: 767px) {
  .p-footer__logo {
    width: 28.5rem;
    aspect-ratio: 285/32;
    margin-inline: auto;
  }
}

.p-footer__infoWrap {
  margin-top: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  padding-left: 0.5rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-footer__infoWrap {
    padding-left: 0;
    margin-top: 2.2rem;
  }
}

.p-footer__mail {
  margin-top: 1.8rem;
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  width: fit-content;
  font-size: max(1.4rem, 9.8px);
  line-height: 1.4285714286;
  transition: opacity 0.3s;
}
@media screen and (max-width: 767px) {
  .p-footer__mail {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .p-footer__mail {
    margin-top: 1rem;
    font-size: max(1.2rem, 8.4px);
    line-height: 1.6666666667;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-footer__mail {
    font-size: 1.2rem;
  }
}
.p-footer__mail::before {
  content: "";
  margin-top: 0.2rem;
  display: block;
  width: 2.7rem;
  height: 1.9rem;
  background: url("../img/common/icon_mail_grad.svg") no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .p-footer__mail::before {
    width: 2.2rem;
    height: 1.5rem;
  }
}
.p-footer__mail.p-footer__mail--arrow::after {
  content: "";
  margin-top: 0.5rem;
  display: block;
  width: 0.9rem;
  height: 1rem;
  background-color: #755A49;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
}
@media (hover: hover) {
  .p-footer__mail:hover {
    opacity: 0.8;
  }
}

.p-footer__tel {
  margin-top: 0.6rem;
  margin-left: 0.3rem;
  display: flex;
  align-items: flex-start;
  gap: 1.2rem;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  .p-footer__tel {
    margin-top: 0.5rem;
    margin-left: 0;
  }
}
.p-footer__tel span {
  font-size: max(1.6rem, 11.2px);
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-decoration: underline;
  text-underline-offset: 0.2rem;
}
@media screen and (max-width: 767px) {
  .p-footer__tel span {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .p-footer__tel span {
    font-size: max(1.2rem, 8.4px);
    line-height: 2;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-footer__tel span {
    font-size: 1.2rem;
  }
}
.p-footer__tel::before {
  content: "";
  margin-top: 0.4rem;
  display: block;
  width: 2rem;
  height: 2rem;
  background: url("../img/common/icon_tel_grad.svg") no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .p-footer__tel::before {
    width: 1.8rem;
    height: 1.8rem;
    margin-top: 0.2rem;
  }
}

.p-footer__time {
  margin-top: 0.7rem;
  display: flex;
  align-items: center;
  gap: 1.4rem;
}
@media screen and (max-width: 767px) {
  .p-footer__time {
    margin-top: 0.2rem;
  }
}
.p-footer__time span {
  font-size: max(1.2rem, 8.4px);
  line-height: 1.6666666667;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-footer__time span {
    font-size: 1.2rem;
  }
}

.p-footer__contactTitle {
  margin-top: 2.2rem;
  padding-top: 1.9rem;
  border-top: 0.1rem solid #755A49;
  font-size: max(2rem, 14px);
  letter-spacing: 0.05em;
  line-height: 1;
  color: transparent;
  background: linear-gradient(42deg, #254DCF 0.84%, #4EDFD3 101.13%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 767px) {
  .p-footer__contactTitle {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .p-footer__contactTitle {
    margin-top: 2.4rem;
    padding-top: 1.8rem;
    font-size: max(1.6rem, 11.2px);
    line-height: 1.25;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-footer__contactTitle {
    font-size: 1.6rem;
  }
}

.p-footer__contactList {
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .p-footer__contactList {
    margin-top: 0.6rem;
  }
}
.p-footer__contactList .p-footer__mail {
  margin-top: 1.2rem;
}
@media screen and (max-width: 767px) {
  .p-footer__contactList .p-footer__mail {
    margin-top: 0.6rem;
  }
}

.p-footer__contactItem:nth-child(n+2) {
  margin-top: 1.7rem;
}
@media screen and (max-width: 767px) {
  .p-footer__contactItem:nth-child(n+2) {
    margin-top: 1.3rem;
  }
}

.p-footer__contactHeading {
  font-size: max(1.8rem, 12.6px);
  line-height: 1.1111111111;
  letter-spacing: 0.05em;
  padding-left: 1.1rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-footer__contactHeading {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .p-footer__contactHeading {
    font-size: max(1.6rem, 11.2px);
    line-height: 1.25;
    padding-left: 0.8rem;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-footer__contactHeading {
    font-size: 1.6rem;
  }
}
.p-footer__contactHeading::before {
  content: "";
  position: absolute;
  top: -0.2rem;
  left: 0;
  width: 0.5rem;
  height: 2.4rem;
  background: linear-gradient(42deg, #254DCF 0.84%, #4EDFD3 101.13%);
}
@media screen and (max-width: 767px) {
  .p-footer__contactHeading::before {
    width: 0.3rem;
    height: 1.6rem;
    top: 0.3rem;
  }
}

.p-footer__nav {
  margin-top: -0.2rem;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  max-width: 677px;
  width: 57.0826306914%;
  gap: 8.2rem;
}
@media screen and (max-width: 939px) {
  .p-footer__nav {
    width: 59%;
  }
}
@media screen and (max-width: 767px) {
  .p-footer__nav {
    width: 100%;
    max-width: 100%;
  }
}

.p-footer__list {
  display: flex;
  flex-direction: column;
  gap: 1.8rem;
}
@media screen and (max-width: 767px) {
  .p-footer__list {
    display: none;
  }
}
.p-footer__list a {
  transition: opacity 0.3s;
}
@media (hover: hover) {
  .p-footer__list a:hover {
    opacity: 0.8;
  }
}

.p-footer__link {
  font-size: max(1.6rem, 11.2px);
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.25;
  padding-left: 1.8rem;
  position: relative;
  transition: opacity 0.3s;
}
@media screen and (max-width: 767px) {
  .p-footer__link {
    font-size: 1.6rem;
  }
}
.p-footer__link::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 0.8rem;
  height: 0.8rem;
  background: linear-gradient(42deg, #254DCF 0.84%, #4EDFD3 101.13%);
  border-radius: 50%;
}

.p-footer__subList {
  margin-top: 0.7rem;
}

.p-footer__subLink {
  font-size: max(1.6rem, 11.2px);
  font-weight: 400;
  line-height: 1.625;
  letter-spacing: 0.05em;
  text-indent: -1em;
  padding-left: 0.7em;
  display: block;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  .p-footer__subLink {
    font-size: 1.6rem;
  }
}

.p-footer__itemRecruit {
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .p-footer__itemRecruit {
    margin-top: 1.6rem;
  }
}

.p-footer__btn {
  width: 36.7rem;
  height: 9.6rem;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  transition: opacity 0.3s;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-footer__btn {
    width: 100%;
    max-width: 32.2rem;
    height: 8rem;
    margin-inline: auto;
  }
}
.p-footer__btn::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background: linear-gradient(42deg, #254DCF 0.84%, #4EDFD3 101.13%);
  z-index: -2;
}
.p-footer__btn::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 0.8rem);
  height: calc(100% - 0.8rem);
  background-color: rgba(255, 255, 255, 0.8);
  z-index: -1;
}
.p-footer__btn .en {
  font-size: max(3.6rem, 25.2px);
  font-weight: 700;
  line-height: 1.1111111111;
  letter-spacing: 0.05em;
  text-align: center;
  font-family: "Optima", sans-serif;
}
@media screen and (max-width: 767px) {
  .p-footer__btn .en {
    font-size: 3.6rem;
  }
}
@media screen and (max-width: 767px) {
  .p-footer__btn .en {
    line-height: 1.0555555556;
  }
}
.p-footer__btn .ja {
  font-size: max(1.6rem, 11.2px);
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-footer__btn .ja {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .p-footer__btn .ja {
    font-size: max(1.4rem, 9.8px);
    line-height: 1.4285714286;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-footer__btn .ja {
    font-size: 1.4rem;
  }
}
@media (hover: hover) {
  .p-footer__btn:hover {
    opacity: 0.8;
  }
}

.p-footer__bottom {
  background-color: #755A49;
  padding: 1.2rem 2rem;
}
@media screen and (max-width: 767px) {
  .p-footer__bottom {
    margin-top: 2.9rem;
    padding: 0.8rem 2rem 1.1rem;
  }
}

.p-footer__bottomWrap {
  max-width: 1202px;
  width: 100%;
  margin-inline: auto;
  position: relative;
}

.p-footer__privacy {
  margin-left: 2.6rem;
}
@media screen and (max-width: 767px) {
  .p-footer__privacy {
    margin-left: 0;
    display: flex;
    justify-content: center;
  }
}
.p-footer__privacy a {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  font-size: max(1.3rem, 9.1px);
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.2;
  text-decoration: underline;
  text-underline-offset: 0.2rem;
  transition: opacity 0.3s;
}
@media screen and (max-width: 767px) {
  .p-footer__privacy a {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 767px) {
  .p-footer__privacy a {
    position: unset;
    transform: unset;
    font-size: max(1rem, 7px);
    line-height: 2;
    color: #fff;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-footer__privacy a {
    font-size: 1rem;
  }
}
@media (hover: hover) {
  .p-footer__privacy a:hover {
    opacity: 0.8;
  }
}

.p-footer__copyright {
  color: #fff;
  font-size: max(1.3rem, 9.1px);
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.5384615385;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-footer__copyright {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 767px) {
  .p-footer__copyright {
    font-size: max(1rem, 7px);
    line-height: 2;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-footer__copyright {
    font-size: 1rem;
  }
}

.p-footer__addressList {
  margin-top: 1.6rem;
  margin-bottom: 2rem;
  display: flex;
  gap: 0.4rem;
  padding-left: 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-footer__addressList {
    margin-top: 1.4rem;
    margin-bottom: 0;
    gap: 0.3rem;
    padding-left: 0;
  }
}

.p-footer__addressName {
  font-size: max(1.5rem, 10.5px);
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.05em;
  padding: 0.6rem 1.6rem 0.6rem 1.7rem;
  background: linear-gradient(42deg, #254DCF 0.84%, #4EDFD3 101.13%);
  border-radius: 0.7rem;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-footer__addressName {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-footer__addressName {
    padding-left: 2rem;
    padding: 0.6rem 1.3rem;
  }
}

.p-footer__listWrap {
  margin-top: -0.5rem;
  flex: 1;
}
@media screen and (max-width: 767px) {
  .p-footer__listWrap {
    margin-top: 0;
  }
}
.p-footer__listWrap .p-footer__subLink {
  line-height: 1.4;
}

.p-mv {
  overflow: hidden;
  position: relative;
}

.p-mv__deco {
  position: absolute;
  top: -2.2rem;
  right: -0.7rem;
  width: 40.3rem;
  aspect-ratio: 403/211;
  z-index: -1;
  animation: circleVerticalAniMation 2.5s ease-in-out infinite alternate;
}
@media screen and (max-width: 767px) {
  .p-mv__deco {
    width: 11rem;
    top: 40.2rem;
    right: 0;
  }
}

.p-mv__bar {
  position: absolute;
  top: 3.2rem;
  right: 1.9rem;
  font-size: max(1.2rem, 8.4px);
  line-height: 1.3333333333;
  letter-spacing: 0.02em;
  padding-left: 0.8rem;
  font-weight: 700;
  font-family: "Optima", sans-serif;
  writing-mode: vertical-lr;
  height: 19rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-mv__bar {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 767px) {
  .p-mv__bar {
    font-size: 0;
    top: 1.4rem;
    height: 12.7rem;
  }
}
.p-mv__bar::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0.3rem;
  height: 19rem;
  background-color: #D8E9FC;
}
@media screen and (max-width: 767px) {
  .p-mv__bar::before {
    height: 12.7rem;
    width: 0.2rem;
  }
}
.p-mv__bar::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0.3rem;
  height: 8rem;
  background: linear-gradient(42deg, #254DCF 0.84%, #4EDFD3 101.13%);
  animation: scrollDown 4s ease-in-out forwards infinite;
}
@media screen and (max-width: 767px) {
  .p-mv__bar::after {
    height: 5.3rem;
    width: 0.2rem;
  }
}

.p-mv__wrap {
  position: relative;
  max-width: 1366px;
  padding-block: 16.8rem 50.9rem;
  width: 100%;
  margin-inline: auto;
  z-index: 1;
}
@media screen and (max-height: 529px) {
  .p-mv__wrap {
    padding-block: 3.8rem 63.9rem;
  }
}
@media screen and (max-width: 767px) {
  .p-mv__wrap {
    padding-block: 41.8rem 22.8rem;
  }
}

.p-mv__img1 {
  position: absolute;
  top: -33.4rem;
  left: -29.4rem;
  width: 112.9rem;
  aspect-ratio: 1/1;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-mv__img1 {
    width: 45.5rem;
    top: -4.3rem;
    left: -12.7rem;
  }
}

.p-mv__img2 {
  position: absolute;
  bottom: 8rem;
  right: -3.7rem;
  width: 59.3rem;
  aspect-ratio: 593/458;
  z-index: -1;
  animation: 2.5s circleVerticalAniMation 1s ease-in-out infinite alternate;
}
@media screen and (max-width: 767px) {
  .p-mv__img2 {
    width: 30.4rem;
    right: -2.6rem;
    bottom: 2.4rem;
  }
}

.p-mv__linkWrap {
  position: absolute;
  top: 0.8rem;
  right: 1.4rem;
  width: 33.4rem;
  height: 33.4rem;
}
@media screen and (max-width: 767px) {
  .p-mv__linkWrap {
    width: 17.2rem;
    height: 17.2rem;
    top: 0.4rem;
    right: 0.6rem;
  }
}
@media (hover: hover) {
  .p-mv__linkWrap:hover .p-mv__linkImg::after {
    opacity: 0.1;
  }
  .p-mv__linkWrap:hover .p-mv__linkText .en path,
  .p-mv__linkWrap:hover .p-mv__linkText .ja path {
    fill: #755A49;
  }
  .p-mv__linkWrap:hover .p-mv__linkText .more {
    color: #755A49;
  }
}

.p-mv__linkImg {
  width: 100%;
  aspect-ratio: 1/1;
}
.p-mv__linkImg::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% - 2.6rem);
  height: calc(100% - 2.6rem);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  background: linear-gradient(42deg, #254DCF 0.84%, #4EDFD3 101.13%);
  opacity: 0.4;
  transition: opacity 0.3s;
}
@media screen and (max-width: 767px) {
  .p-mv__linkImg::after {
    width: calc(100% - 0.7rem);
    height: calc(100% - 0.7rem);
  }
}

.p-mv__linkText {
  position: absolute;
  bottom: 5.8rem;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-mv__linkText {
    bottom: 2.2rem;
  }
}
.p-mv__linkText .en {
  width: 8.6rem;
  aspect-ratio: 86/16;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-mv__linkText .en {
    width: 5.9rem;
  }
}
.p-mv__linkText .en path {
  transition: fill 0.3s;
}
.p-mv__linkText .ja {
  margin-top: 0.8rem;
  width: 25.9rem;
  aspect-ratio: 259/33;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-mv__linkText .ja {
    margin-top: -0.3rem;
    width: 14.7rem;
  }
}
.p-mv__linkText .ja svg {
  margin-left: 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-mv__linkText .ja svg {
    margin-left: 0;
  }
}
.p-mv__linkText .ja path {
  transition: fill 0.3s;
}
.p-mv__linkText .more {
  margin-top: 1.1rem;
  font-family: "Optima", sans-serif;
  font-size: max(1.6rem, 11.2px);
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: 0.02em;
  color: #fff;
  transition: color 0.3s;
}
@media screen and (max-width: 767px) {
  .p-mv__linkText .more {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .p-mv__linkText .more {
    font-size: max(1.3rem, 9.1px);
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-mv__linkText .more {
    font-size: 1.3rem;
  }
}

.p-mv__content {
  max-width: 1070px;
  width: 100%;
  margin-inline: auto;
  padding-inline: 2rem;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
@media screen and (max-width: 767px) {
  .p-mv__content {
    padding-inline: 2.9rem;
    align-items: flex-start;
  }
}

.p-mv__lead {
  font-size: max(1.8rem, 12.6px);
  font-weight: 700;
  line-height: 1.8888888889;
  letter-spacing: 0.02em;
  font-family: "Optima", sans-serif;
  color: transparent;
  background: linear-gradient(42deg, #254DCF 0.84%, #4EDFD3 101.13%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding-left: 2.9rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-mv__lead {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .p-mv__lead {
    font-size: max(1.4rem, 9.8px);
    line-height: 2.4285714286;
    padding-left: 2.4rem;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-mv__lead {
    font-size: 1.4rem;
  }
}
.p-mv__lead::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0.5rem;
  transform: translateY(-50%);
  width: 1.7rem;
  height: 0.1rem;
  background: linear-gradient(42deg, #254DCF 0.84%, #4EDFD3 101.13%);
}
@media screen and (max-width: 767px) {
  .p-mv__lead::before {
    left: 0;
  }
}

.p-mv__title {
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .p-mv__title {
    margin-top: -0.4rem;
  }
}
.p-mv__title .ja {
  font-size: max(6.2rem, 43.4px);
  font-weight: 600;
  line-height: 1.5161290323;
  letter-spacing: 0.02em;
  font-family: "Open Sans", sans-serif;
  text-shadow: 0 0.6rem 0.8rem #fff;
}
@media screen and (max-width: 767px) {
  .p-mv__title .ja {
    font-size: 6.2rem;
  }
}
@media screen and (max-width: 767px) {
  .p-mv__title .ja {
    font-size: max(3.2rem, 22.4px);
    line-height: 1.65;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-mv__title .ja {
    font-size: 3.2rem;
  }
}
.p-mv__title .en {
  margin-left: 0.5rem;
  margin-top: 2.3rem;
  font-size: max(2.4rem, 16.8px);
  font-weight: 700;
  line-height: 1.4166666667;
  letter-spacing: 0.02em;
  font-family: "Optima", sans-serif;
  text-shadow: 0 0.4rem 0.4rem #fff;
}
@media screen and (max-width: 767px) {
  .p-mv__title .en {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  .p-mv__title .en {
    margin-top: 0.6rem;
    font-size: max(2rem, 14px);
    line-height: 1.7;
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-mv__title .en {
    font-size: 2rem;
  }
}

@keyframes scrollDown {
  0% {
    transform: translateY(-110%);
  }
  100% {
    transform: translateY(250%);
  }
}
.p-topNews {
  margin-top: -4.6rem;
  padding-bottom: 14rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-topNews {
    margin-top: -7rem;
    padding-bottom: 8.2rem;
  }
}

.p-topNews__wrap {
  display: flex;
  justify-content: space-between;
  gap: 3.2rem;
}
@media screen and (max-width: 767px) {
  .p-topNews__wrap {
    flex-direction: column;
    gap: 0;
    justify-content: flex-start;
  }
}

.p-topNews__content {
  width: 225px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-topNews__content {
    width: 100%;
    display: contents;
  }
}

@media screen and (max-width: 767px) {
  .p-topNews__btnWrap {
    order: 3;
    margin-top: 2rem;
  }
}

.p-topNews__list {
  margin-top: 1.4rem;
  flex: 1;
  max-width: 816px;
  padding-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .p-topNews__list {
    order: 2;
    margin-top: 3.2rem;
    max-width: 100%;
    padding-bottom: 0;
  }
}

.p-topNews__item {
  border-top: 1px solid #755A49;
}
.p-topNews__item:last-child {
  border-bottom: 1px solid #755A49;
}

.p-topNews__link {
  padding: 1.2rem 3.6rem 1.6rem 2.5rem;
  position: relative;
  display: block;
  transition: background-color 0.3s;
}
@media screen and (max-width: 767px) {
  .p-topNews__link {
    padding: 1.2rem 1.5rem 1.4rem;
  }
}
.p-topNews__link::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.4rem;
  transform: translateY(-50%);
  width: 1.2rem;
  height: 1.4rem;
  background: url("../img/common/icon_arrow_right.svg") no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .p-topNews__link::after {
    display: none;
  }
}
@media (hover: hover) {
  .p-topNews__link:hover {
    background-color: #f8fcff;
  }
}

.p-topNews__head {
  display: flex;
  align-items: center;
  gap: 1.8rem;
}

.p-topNews__date {
  font-size: max(1.4rem, 9.8px);
  font-weight: 500;
  font-family: "Comfortaa", sans-serif;
  line-height: 1;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-topNews__date {
    font-size: 1.4rem;
  }
}

.p-topNews__category {
  padding: 0.5rem 3.9rem 0.6rem 3.8rem;
  border-radius: 100vmax;
  background-color: #D8E9FC;
  font-size: max(1.4rem, 9.8px);
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-topNews__category {
    font-size: 1.4rem;
  }
}

.p-topNews__heading {
  margin-top: 0.8rem;
  font-size: max(1.6rem, 11.2px);
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: 0.05em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
@media screen and (max-width: 767px) {
  .p-topNews__heading {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .p-topNews__heading {
    margin-top: 0.6rem;
    font-size: max(1.4rem, 9.8px);
    -webkit-line-clamp: 2;
    line-height: 1.5;
    letter-spacing: 0.03em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-topNews__heading {
    font-size: 1.4rem;
  }
}

.p-topAbout {
  overflow: hidden;
  padding-top: 13.6rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-topAbout {
    padding-top: 8.4rem;
  }
}
.p-topAbout::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 22.5rem);
  z-index: -1;
  background: linear-gradient(42deg, #2F84B2 0.84%, #98FFF6 101.13%);
  opacity: 0.2;
}
@media screen and (max-width: 767px) {
  .p-topAbout::before {
    height: calc(100% - 6.7rem);
  }
}

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

.p-topAbout__lead {
  margin-top: 6.1rem;
  font-size: max(4.2rem, 29.4px);
  font-weight: 700;
  line-height: 1.5238095238;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767px) {
  .p-topAbout__lead {
    font-size: 4.2rem;
  }
}
@media screen and (max-width: 767px) {
  .p-topAbout__lead {
    margin-top: 3rem;
    font-size: max(2.6rem, 18.2px);
    line-height: 1;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-topAbout__lead {
    font-size: 2.6rem;
  }
}

.p-topAbout__leadEn {
  margin-top: 1.2rem;
  font-size: max(2rem, 14px);
  font-weight: 700;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .p-topAbout__leadEn {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .p-topAbout__leadEn {
    margin-top: 1.2rem;
    font-size: max(1.4rem, 9.8px);
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-topAbout__leadEn {
    font-size: 1.4rem;
  }
}

.p-topAbout__img {
  position: absolute;
  top: -2.2rem;
  right: -18.2rem;
  width: 77.3rem;
  aspect-ratio: 773/707;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-topAbout__img {
    margin-top: 1.9rem;
    position: relative;
    top: 0;
    right: 0;
    width: unset;
    margin-inline: calc(50% - 50vw);
    aspect-ratio: 375/372;
  }
}

.p-topAbout__img1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 66.8rem;
  height: 64.6rem;
  animation: circleVerticalAniMation 2.5s ease-in-out infinite alternate;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-topAbout__img1 {
    width: 35.2rem;
    height: 34rem;
  }
}

.p-topAbout__img2 {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 43.4rem;
  height: 43.3rem;
  animation: 2.5s circleVerticalAniMation 1s ease-in-out infinite alternate;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-topAbout__img2 {
    bottom: 0.4rem;
    right: -2.8rem;
    width: 22.8rem;
    height: 22.5rem;
  }
}

.p-topAbout__text {
  margin-top: 2.4rem;
  font-size: max(2rem, 14px);
  font-weight: 700;
  line-height: 2.3;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767px) {
  .p-topAbout__text {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .p-topAbout__text {
    margin-top: -0.2rem;
    font-size: max(1.4rem, 9.8px);
    line-height: 2.2857142857;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-topAbout__text {
    font-size: 1.4rem;
  }
}

.p-topAbout__btn {
  margin-top: 4.8rem;
}
@media screen and (max-width: 767px) {
  .p-topAbout__btn {
    margin-top: 2rem;
  }
}

.p-topAbout__banner {
  margin-top: 13.2rem;
}
@media screen and (max-width: 767px) {
  .p-topAbout__banner {
    margin-top: 5.1rem;
  }
}

.p-topAbout__gallery {
  margin-top: 15rem;
  margin-inline: calc(50% - 50vw);
}
@media screen and (max-width: 767px) {
  .p-topAbout__gallery {
    margin-top: 8rem;
  }
}

.p-topProducts {
  position: relative;
  overflow: hidden;
  padding-top: 16rem;
  margin-top: -2rem;
}
@media screen and (max-width: 767px) {
  .p-topProducts {
    margin-top: 0;
    padding-top: 8.3rem;
  }
}

.p-topProducts__img {
  position: absolute;
  top: 0.3rem;
  right: -2.2rem;
  width: 41.1rem;
  aspect-ratio: 411/246;
  animation: circleVerticalAniMation 2.5s ease-in-out infinite alternate;
}
@media screen and (max-width: 767px) {
  .p-topProducts__img {
    width: 18.2rem;
    top: 10.9rem;
    top: -0.8rem;
    right: -0.1rem;
  }
}

.p-topProducts__listWrap {
  padding-bottom: 0.1rem;
}
@media screen and (max-width: 767px) {
  .p-topProducts__listWrap {
    padding-bottom: 0;
  }
}

.p-topProducts__list {
  margin-top: 5rem;
  border: 0.1rem solid #D8E9FC;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}
@media screen and (max-width: 767px) {
  .p-topProducts__list {
    margin-top: 3rem;
    grid-template-columns: 1fr;
    margin-inline: auto;
    width: calc(100% - 5.4rem);
  }
}

.p-topProducts__link {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 2;
  padding-block: 2.6rem 1.6rem;
  border-right: 0.1rem solid #D8E9FC;
  transition: background-color 0.3s;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-topProducts__link {
    display: flex;
    align-items: center;
    gap: 1rem;
    height: 5.8rem;
    padding-block: 0;
    padding-left: 0.9rem;
    border-right: none;
  }
  .p-topProducts__link::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%) rotate(-90deg);
    right: 0.3rem;
    width: 2rem;
    height: 1rem;
    background: url("../img/common/icon_arrow.svg") no-repeat center/contain;
  }
}
.p-topProducts__link:nth-child(5n) {
  border-right: none;
}
.p-topProducts__link:nth-child(n+6) {
  border-top: 0.1rem solid #D8E9FC;
}
@media screen and (max-width: 767px) {
  .p-topProducts__link:nth-child(n+2) {
    border-top: 0.1rem solid #D8E9FC;
  }
}
@media (hover: hover) {
  .p-topProducts__link:hover .p-topProducts__linkBorder {
    opacity: 1;
  }
  .p-topProducts__link:hover .p-topProducts__icon::before {
    opacity: 1;
  }
}

.p-topProducts__linkBorder {
  opacity: 0;
  transition: opacity 0.3s;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% + 0.4rem);
  height: calc(100% + 0.4rem);
  background: linear-gradient(42deg, #254DCF 0.84%, #4EDFD3 101.13%);
  z-index: 1;
}
.p-topProducts__linkBorder::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 0.4rem);
  height: calc(100% - 0.4rem);
  background-color: #F7FBFF;
  z-index: -1;
}

.p-topProducts__icon {
  width: 15.6rem;
  aspect-ratio: 1/1;
  margin-inline: auto;
  transition: opacity 0.3s;
  position: relative;
  z-index: 2;
}
.p-topProducts__icon::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background: linear-gradient(42deg, #254DCF 0.84%, #4EDFD3 101.13%);
  opacity: 0.6;
  border-radius: 50%;
  z-index: -1;
  transition: opacity 0.3s;
}
@media screen and (max-width: 767px) {
  .p-topProducts__icon {
    width: 4.4rem;
    margin-inline: 0;
  }
}

.p-topProducts__name {
  margin-top: 1.6rem;
  font-size: max(2.2rem, 15.4px);
  font-weight: 700;
  line-height: 1.2727272727;
  letter-spacing: 0.05em;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.3s;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-topProducts__name {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 939px) {
  .p-topProducts__name {
    font-size: max(1.8rem, 12.6px);
    line-height: 1.2777777778;
  }
}
@media screen and (max-width: 939px) and (max-width: 767px) {
  .p-topProducts__name {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .p-topProducts__name {
    margin-top: 0;
    text-align: left;
    justify-content: flex-start;
    font-size: max(1.6rem, 11.2px);
    line-height: 1.625;
    letter-spacing: 0.02em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-topProducts__name {
    font-size: 1.6rem;
  }
}

.p-topPickup {
  padding-block: 13.8rem 9.6rem;
}
@media screen and (max-width: 767px) {
  .p-topPickup {
    padding-block: 8.4rem 8rem;
    overflow: hidden;
  }
}

@media screen and (max-width: 767px) {
  .p-topPickup__wrap {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
  }
}

.p-topPickup__head {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .p-topPickup__head {
    display: contents;
  }
}

.p-topPickup__btn {
  margin-top: 1.6rem;
}
@media screen and (max-width: 767px) {
  .p-topPickup__btn {
    margin-top: 3rem;
    order: 3;
  }
}

.p-topPickup__content {
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .p-topPickup__content {
    margin-top: 3rem;
    order: 2;
  }
}

.p-topPickup__bottom {
  margin-top: 8rem;
}
@media screen and (max-width: 767px) {
  .p-topPickup__bottom {
    margin-top: 5rem;
    order: 4;
  }
}

.p-topBottom {
  padding-top: 5rem;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-topBottom {
    padding-top: 0;
  }
}

.p-topBottom__wrap {
  padding-block: 14rem 15.2rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-topBottom__wrap {
    padding-block: 8.3rem 7.5rem;
  }
}
.p-topBottom__wrap::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(42deg, #254DCF 0.84%, #4EDFD3 101.13%);
  opacity: 0.2;
  z-index: -2;
}
.p-topBottom__wrap::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 142.6rem;
  height: 142.6rem;
  background: url("../img/top/topBottom_bg.svg") no-repeat center/contain;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-topBottom__wrap::after {
    width: 122.2rem;
    height: 122.2rem;
  }
}

.p-topBottom__bgWrap {
  position: absolute;
  top: 0;
  left: calc(50% + 1.2rem);
  transform: translateX(-50%);
  width: 149.1rem;
  height: 148.4rem;
  z-index: 2;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .p-topBottom__bgWrap {
    width: 46.5rem;
    height: 170.1rem;
    top: 3.5rem;
    left: calc(50% + 1.5rem);
  }
}

.p-topBottom__bg {
  position: absolute;
  aspect-ratio: 1/1;
  animation: circleVerticalAniMation 2.5s ease-in-out infinite alternate;
}

.p-topBottom__bg--1 {
  width: 9.5rem;
  top: 0;
  left: 31.4rem;
}
@media screen and (max-width: 767px) {
  .p-topBottom__bg--1 {
    width: 9.3rem;
    top: 2rem;
    left: auto;
    right: 2rem;
  }
}

.p-topBottom__bg--2 {
  width: 4.7rem;
  top: 13.8rem;
  left: 56.8rem;
}
@media screen and (max-width: 767px) {
  .p-topBottom__bg--2 {
    width: 5.6rem;
    top: 13rem;
    left: 0;
  }
}

.p-topBottom__bg--3 {
  width: 10.3rem;
  top: 14.4rem;
  right: 6.2rem;
  animation-delay: 0.5s;
}
@media screen and (max-width: 767px) {
  .p-topBottom__bg--3 {
    width: 2.2rem;
    top: 23.6rem;
    right: 9.8rem;
  }
}

.p-topBottom__bg--4 {
  width: 3.4rem;
  top: 19.9rem;
  left: 3.6rem;
  animation-delay: 1s;
}
@media screen and (max-width: 767px) {
  .p-topBottom__bg--4 {
    width: 2.2rem;
    top: 42.2rem;
    left: 7.3rem;
  }
}

.p-topBottom__bg--5 {
  width: 13.4rem;
  top: 22.9rem;
  left: 14.5rem;
  animation-delay: 1.3s;
}
@media screen and (max-width: 767px) {
  .p-topBottom__bg--5 {
    width: 6.3rem;
    top: 56.2rem;
    left: 0;
  }
}

.p-topBottom__bg--6 {
  width: 3.4rem;
  top: 24.2rem;
  left: 42.4rem;
  animation-delay: 0.8s;
}
@media screen and (max-width: 767px) {
  .p-topBottom__bg--6 {
    width: 5.3rem;
    top: 68.8rem;
    left: auto;
    right: 7.9rem;
  }
}

.p-topBottom__bg--7 {
  width: 5.6rem;
  top: 23.5rem;
  right: 87.3rem;
  animation-delay: 1s;
}
@media screen and (max-width: 767px) {
  .p-topBottom__bg--7 {
    width: 3.6rem;
    top: 87.5rem;
    right: auto;
    left: 1.5rem;
  }
}

.p-topBottom__bg--8 {
  width: 3.6rem;
  bottom: 72rem;
  left: 14.1rem;
}
@media screen and (max-width: 767px) {
  .p-topBottom__bg--8 {
    width: 3.4rem;
    bottom: 73.5rem;
    left: auto;
    right: 13.5rem;
  }
}

.p-topBottom__bg--9 {
  width: 8.4rem;
  bottom: 63.1rem;
  left: 53rem;
  animation-delay: 1.5s;
}
@media screen and (max-width: 767px) {
  .p-topBottom__bg--9 {
    width: 2.2rem;
    bottom: 58.3rem;
    left: auto;
    right: 7rem;
  }
}

.p-topBottom__bg--10 {
  width: 10.4rem;
  bottom: 63.2rem;
  right: 2rem;
  animation-delay: 0.5s;
}
@media screen and (max-width: 767px) {
  .p-topBottom__bg--10 {
    width: 2.2rem;
    bottom: 51rem;
    right: auto;
    left: 4.3rem;
  }
}

.p-topBottom__bg--11 {
  width: 3.6rem;
  bottom: 46.6rem;
  left: 62.6rem;
  animation-delay: 1s;
}
@media screen and (max-width: 767px) {
  .p-topBottom__bg--11 {
    width: 2.9rem;
    bottom: 24.4rem;
    left: 3.8rem;
  }
}

.p-topBottom__bg--12 {
  width: 10.3rem;
  bottom: 30rem;
  right: 12.7rem;
  animation-delay: 0.3s;
}
@media screen and (max-width: 767px) {
  .p-topBottom__bg--12 {
    width: 5.7rem;
    bottom: 14.7rem;
    right: 7.3rem;
  }
}

.p-topBottom__bg--13 {
  width: 7.7rem;
  bottom: 18.6rem;
  right: 56.3rem;
  animation-delay: 0.8s;
}
@media screen and (max-width: 767px) {
  .p-topBottom__bg--13 {
    width: 3.9rem;
    bottom: 0;
    right: auto;
    left: 15rem;
  }
}

.p-topBottom__bg--14 {
  width: 7.7rem;
  bottom: 7.4rem;
  right: 17.5rem;
  animation-delay: 0.5s;
}
@media screen and (max-width: 767px) {
  .p-topBottom__bg--14 {
    display: none;
  }
}

.p-topBottom__bg--15 {
  width: 8.7rem;
  bottom: 1.8rem;
  left: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-topBottom__bg--15 {
    display: none;
  }
}

.p-topCompany {
  position: relative;
  z-index: 3;
}

.p-topCompany__list {
  margin-top: 2.8rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.1rem;
}
@media screen and (max-width: 767px) {
  .p-topCompany__list {
    margin-top: 3.2rem;
    grid-template-columns: 1fr;
    gap: 1rem;
  }
}

@media screen and (max-width: 767px) {
  .p-topCompany__item {
    width: 76.3239875389%;
  }
}
.p-topCompany__item:nth-child(even) {
  margin-top: 16.1rem;
}
@media screen and (max-width: 767px) {
  .p-topCompany__item:nth-child(even) {
    margin-top: 0;
    margin-left: auto;
  }
}

.p-topCompany__link {
  position: relative;
  z-index: 1;
  transition: opacity 0.3s;
}
.p-topCompany__link::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(42deg, #254DCF 0.84%, #4EDFD3 101.13%);
  opacity: 0.5;
  border-radius: 50%;
  z-index: -1;
}
@media (hover: hover) {
  .p-topCompany__link:hover .p-topCompany__img::before {
    opacity: 0;
  }
  .p-topCompany__link:hover .p-topCompany__img::after {
    opacity: 0.6;
  }
  .p-topCompany__link:hover .p-topCompany__en, .p-topCompany__link:hover .p-topCompany__title {
    color: #755A49;
  }
  .p-topCompany__link:hover .p-topCompany__more {
    color: transparent;
    background: linear-gradient(42deg, #254DCF 0.84%, #4EDFD3 101.13%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
}

.p-topCompany__img {
  width: 100%;
  aspect-ratio: 1/1;
  display: grid;
  place-items: center;
}
.p-topCompany__img::before, .p-topCompany__img::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 3.2rem);
  height: calc(100% - 3.2rem);
  background: linear-gradient(42deg, #254DCF 0.84%, #4EDFD3 101.13%);
  border-radius: 50%;
  opacity: 0.5;
  pointer-events: none;
  transition: opacity 0.3s;
}
@media screen and (max-width: 767px) {
  .p-topCompany__img::before, .p-topCompany__img::after {
    width: calc(100% - 2rem);
    height: calc(100% - 2rem);
  }
}
.p-topCompany__img::after {
  background: #D8E9FC;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s;
}
.p-topCompany__img img {
  width: calc(100% - 3.2rem);
  height: calc(100% - 3.2rem);
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .p-topCompany__img img {
    width: calc(100% - 2rem);
    height: calc(100% - 2rem);
  }
}

.p-topCompany__detail {
  position: absolute;
  top: 10.9rem;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-topCompany__detail {
    top: 7.2rem;
  }
}

.p-topCompany__en {
  font-family: "Optima", sans-serif;
  font-size: max(1.8rem, 12.6px);
  font-weight: 700;
  line-height: 1.1111111111;
  letter-spacing: 0.05em;
  color: #fff;
  transition: color 0.3s;
}
@media screen and (max-width: 767px) {
  .p-topCompany__en {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .p-topCompany__en {
    font-size: max(1.6rem, 11.2px);
    line-height: 1.25;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-topCompany__en {
    font-size: 1.6rem;
  }
}

.p-topCompany__title {
  margin-top: 3.9rem;
  font-size: max(3.4rem, 23.8px);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #fff;
  transition: color 0.3s;
}
@media screen and (max-width: 767px) {
  .p-topCompany__title {
    font-size: 3.4rem;
  }
}
@media screen and (max-width: 767px) {
  .p-topCompany__title {
    margin-top: 2.4rem;
    font-size: max(2rem, 14px);
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-topCompany__title {
    font-size: 2rem;
  }
}

.p-topCompany__more {
  margin-top: 7.3rem;
  font-size: max(2rem, 14px);
  font-weight: 700;
  font-family: "Optima", sans-serif;
  line-height: 1.4;
  letter-spacing: 0.02em;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-topCompany__more {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .p-topCompany__more {
    margin-top: 4.7rem;
    font-size: max(1.6rem, 11.2px);
    line-height: 1.75;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-topCompany__more {
    font-size: 1.6rem;
  }
}

.p-topRecruit {
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .p-topRecruit {
    margin-top: 8.4rem;
  }
}

.p-topRecruit__wrap {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-topRecruit__wrap {
    flex-direction: column;
    justify-content: flex-start;
  }
}

.p-topRecruit__detail {
  margin-top: 1.2rem;
  margin-left: 0.4rem;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-topRecruit__detail {
    margin-top: 0;
    margin-left: 0;
    display: contents;
  }
}

.p-topRecruit__title {
  margin-left: 0.5rem;
  margin-top: 5.1rem;
  font-size: max(3.6rem, 25.2px);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 767px) {
  .p-topRecruit__title {
    font-size: 3.6rem;
  }
}
@media screen and (max-width: 767px) {
  .p-topRecruit__title {
    margin-left: 0;
    margin-top: 3rem;
    font-size: max(2.4rem, 16.8px);
    line-height: 1.0833333333;
    order: 2;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-topRecruit__title {
    font-size: 2.4rem;
  }
}
.p-topRecruit__title .en {
  font-size: max(1.4rem, 9.8px);
  line-height: 2.5714285714;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767px) {
  .p-topRecruit__title .en {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .p-topRecruit__title .en {
    font-size: max(1.2rem, 8.4px);
    line-height: 2.1666666667;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-topRecruit__title .en {
    font-size: 1.2rem;
  }
}

.p-topRecruit__text {
  margin-top: 1.4rem;
  margin-left: 0.5rem;
  font-size: max(2.2rem, 15.4px);
  font-weight: 700;
  line-height: 2.1818181818;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 767px) {
  .p-topRecruit__text {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 767px) {
  .p-topRecruit__text {
    margin-top: 1.6rem;
    margin-left: 0;
    font-size: max(1.4rem, 9.8px);
    line-height: 1.8571428571;
    order: 4;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-topRecruit__text {
    font-size: 1.4rem;
  }
}

.p-topRecruit__btn {
  margin-top: 3.7rem;
  margin-left: 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-topRecruit__btn {
    margin-top: 3.8rem;
    margin-left: 0;
    order: 5;
  }
}

.p-topRecruit__img {
  width: max(52.7rem, 350px);
  aspect-ratio: 1/1;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-topRecruit__img {
    margin-top: 2rem;
    order: 3;
    width: 100%;
  }
}

.p-archive {
  padding-block: 10rem 20rem;
}
.p-archive.p-archive--pickup {
  height: 100%;
  padding-block: 10rem 0;
}
@media screen and (max-width: 767px) {
  .p-archive.p-archive--pickup {
    padding-top: 4rem;
  }
}

.p-archive__pickupWrap {
  padding-bottom: 20rem;
}

.p-archive__newsItem {
  border-top: 1px solid #755A49;
}
.p-archive__newsItem:last-child {
  border-bottom: 1px solid #755A49;
}

.p-archive__newsLink {
  padding: 1.2rem 3.6rem 1.6rem 2.5rem;
  position: relative;
  display: block;
  transition: background-color 0.3s;
}
@media screen and (max-width: 767px) {
  .p-archive__newsLink {
    padding: 1.2rem 1.5rem 1.6rem;
  }
}
.p-archive__newsLink::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.4rem;
  transform: translateY(-50%);
  width: 1.2rem;
  height: 1.4rem;
  background: url("../img/common/icon_arrow_right.svg") no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .p-archive__newsLink::after {
    display: none;
  }
}
@media (hover: hover) {
  .p-archive__newsLink:hover {
    background-color: #f8fcff;
  }
}

.p-archive__newsHead {
  display: flex;
  align-items: center;
  gap: 1.8rem;
}

.p-archive__newsDate {
  font-size: max(1.4rem, 9.8px);
  font-weight: 500;
  font-family: "Comfortaa", sans-serif;
  line-height: 1;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-archive__newsDate {
    font-size: 1.4rem;
  }
}

.p-archive__newsCategory {
  padding: 0.5rem 3.9rem 0.6rem 3.8rem;
  border-radius: 100vmax;
  background-color: #D8E9FC;
  font-size: max(1.4rem, 9.8px);
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-archive__newsCategory {
    font-size: 1.4rem;
  }
}

.p-archive__newsHeading {
  margin-top: 0.8rem;
  font-size: max(1.6rem, 11.2px);
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: 0.05em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
@media screen and (max-width: 767px) {
  .p-archive__newsHeading {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .p-archive__newsHeading {
    margin-top: 0.6rem;
    font-size: max(1.4rem, 9.8px);
    -webkit-line-clamp: 2;
    line-height: 1.5;
    letter-spacing: 0.03em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-archive__newsHeading {
    font-size: 1.4rem;
  }
}

.p-archive__pickupTitle {
  margin-top: 8rem;
}
@media screen and (max-width: 767px) {
  .p-archive__pickupTitle {
    margin-top: 5rem;
  }
}

.p-archive__pickupList {
  margin-top: 7rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 5rem 2.3rem;
}
@media screen and (max-width: 767px) {
  .p-archive__pickupList {
    margin-top: 3rem;
    grid-template-columns: 1fr;
    gap: 3rem;
    max-width: 22.4rem;
    margin-inline: auto;
  }
}

.p-archive__contact {
  margin-top: 10rem;
}
@media screen and (max-width: 767px) {
  .p-archive__contact {
    margin-top: 5rem;
  }
}

.p-archive__noContact {
  margin-block: 20rem;
  font-size: max(2rem, 14px);
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-archive__noContact {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .p-archive__noContact {
    margin-block: 10rem;
    font-size: max(1.6rem, 11.2px);
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-archive__noContact {
    font-size: 1.6rem;
  }
}

.p-single {
  padding-block: 9.8rem 20rem;
}
@media screen and (max-width: 767px) {
  .p-single {
    padding-block: 4rem 20rem;
  }
}

.p-single__head {
  border-top: 0.1rem solid #755A49;
  border-bottom: 0.1rem solid #755A49;
  padding: 3.5rem 2.9rem 3.7rem;
}
@media screen and (max-width: 767px) {
  .p-single__head {
    padding: 1.2rem 1.5rem;
  }
}

.p-single__headDetail {
  display: flex;
  align-items: center;
  gap: 1.8rem;
}

.p-single__date {
  font-size: max(1.4rem, 9.8px);
  font-weight: 500;
  font-family: "Comfortaa", sans-serif;
  line-height: 1;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-single__date {
    font-size: 1.4rem;
  }
}

.p-single__category {
  font-size: max(1.4rem, 9.8px);
  font-weight: 500;
  font-family: "Comfortaa", sans-serif;
  line-height: 1;
  letter-spacing: 0.05em;
  padding: 0.7rem 3.8rem 0.4rem;
  background-color: #D8E9FC;
  border-radius: 100vmax;
}
@media screen and (max-width: 767px) {
  .p-single__category {
    font-size: 1.4rem;
  }
}

.p-single__title {
  margin-top: 1.1rem;
  font-size: max(3.6rem, 25.2px);
  font-weight: 700;
  line-height: 1.7777777778;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767px) {
  .p-single__title {
    font-size: 3.6rem;
  }
}
@media screen and (max-width: 767px) {
  .p-single__title {
    margin-top: 0.4rem;
    font-size: max(1.4rem, 9.8px);
    line-height: 2;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-single__title {
    font-size: 1.4rem;
  }
}

.p-single__content {
  margin-top: 4rem;
  font-weight: 700;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767px) {
  .p-single__content {
    margin-top: 3rem;
  }
}
.p-single__content > *:first-child {
  margin-top: 0;
}
.p-single__content p {
  font-size: max(1.6rem, 11.2px);
  line-height: 2.5;
}
@media screen and (max-width: 767px) {
  .p-single__content p {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .p-single__content p {
    font-size: max(1.3rem, 9.1px);
    line-height: 2;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-single__content p {
    font-size: 1.3rem;
  }
}
.p-single__content h2 {
  font-size: max(2.4rem, 16.8px);
  line-height: 1.6666666667;
}
@media screen and (max-width: 767px) {
  .p-single__content h2 {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  .p-single__content h2 {
    font-size: max(1.4rem, 9.8px);
    line-height: 1.8571428571;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-single__content h2 {
    font-size: 1.4rem;
  }
}
.p-single__content h3 {
  font-size: max(2rem, 14px);
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .p-single__content h3 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .p-single__content h3 {
    font-size: max(1.4rem, 9.8px);
    line-height: 1.8571428571;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-single__content h3 {
    font-size: 1.4rem;
  }
}
.p-single__content h4 {
  font-size: max(1.8rem, 12.6px);
  line-height: 1.5555555556;
}
@media screen and (max-width: 767px) {
  .p-single__content h4 {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .p-single__content h4 {
    font-size: max(1.3rem, 9.1px);
    line-height: 2;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-single__content h4 {
    font-size: 1.3rem;
  }
}
.p-single__content ul li {
  font-size: max(1.6rem, 11.2px);
  line-height: 2.5;
  list-style: disc;
}
@media screen and (max-width: 767px) {
  .p-single__content ul li {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .p-single__content ul li {
    font-size: max(1.3rem, 9.1px);
    line-height: 2;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-single__content ul li {
    font-size: 1.3rem;
  }
}
.p-single__content ol li {
  font-size: max(1.6rem, 11.2px);
  line-height: 2.5;
  list-style: decimal;
}
@media screen and (max-width: 767px) {
  .p-single__content ol li {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .p-single__content ol li {
    font-size: max(1.3rem, 9.1px);
    line-height: 2;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-single__content ol li {
    font-size: 1.3rem;
  }
}
.p-single__content img {
  margin-top: 4rem;
  max-width: 100%;
  height: auto;
  width: auto;
}
@media screen and (max-width: 767px) {
  .p-single__content img {
    margin-top: 3rem;
  }
}

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

.p-singleProducts {
  padding-top: 10rem;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .p-singleProducts {
    padding-top: 4rem;
  }
}

.p-singleProducts__wrap {
  padding-bottom: 20rem;
}

.p-singleProducts__content {
  padding-block: 7rem 12rem;
}
@media screen and (max-width: 767px) {
  .p-singleProducts__content {
    padding-block: 4rem 5rem;
  }
}

.p-singleProducts__icon {
  width: 11rem;
  aspect-ratio: 1/1;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-singleProducts__icon {
    width: 6rem;
  }
}

.p-singleProducts__title {
  margin-top: 3.1rem;
  font-size: max(4.8rem, 33.6px);
  font-weight: 700;
  line-height: 1.1666666667;
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-singleProducts__title {
    font-size: 4.8rem;
  }
}
@media screen and (max-width: 767px) {
  .p-singleProducts__title {
    margin-top: 1.6rem;
    font-size: max(2rem, 14px);
    line-height: 1.2;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-singleProducts__title {
    font-size: 2rem;
  }
}

.p-singleProducts__text {
  margin-top: 3rem;
  font-size: max(1.6rem, 11.2px);
  font-weight: 700;
  line-height: 2.25;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767px) {
  .p-singleProducts__text {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .p-singleProducts__text {
    font-size: max(1.4rem, 9.8px);
    line-height: 2;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-singleProducts__text {
    font-size: 1.4rem;
  }
}

.p-singleProducts__gallery {
  margin-top: 5rem;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1.8rem;
}
@media screen and (max-width: 767px) {
  .p-singleProducts__gallery {
    margin-top: 3rem;
    gap: 1.1rem;
  }
}

.p-singleProducts__img {
  width: calc(25% - 1.35rem);
  aspect-ratio: 1/1;
}
@media screen and (max-width: 767px) {
  .p-singleProducts__img {
    width: calc(50% - 0.55rem);
  }
}

.p-singleProducts__deals {
  position: relative;
  padding-block: 11.8rem 12rem;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-singleProducts__deals {
    padding-block: 5rem;
  }
}
.p-singleProducts__deals::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(42deg, #2F84B2 0.84%, #98FFF6 101.13%);
  opacity: 0.2;
  z-index: -1;
}

.p-singleProducts__heading {
  letter-spacing: 0.05em;
  text-align: center;
}
.p-singleProducts__heading .ja {
  font-size: max(1.6rem, 11.2px);
  font-weight: 700;
  line-height: 1.25;
}
@media screen and (max-width: 767px) {
  .p-singleProducts__heading .ja {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .p-singleProducts__heading .ja {
    font-size: max(1.2rem, 8.4px);
    line-height: 1.6666666667;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-singleProducts__heading .ja {
    font-size: 1.2rem;
  }
}
.p-singleProducts__heading .en {
  margin-top: 1.3rem;
  font-size: max(4.8rem, 33.6px);
  font-weight: 700;
  font-family: "Optima", sans-serif;
  line-height: 1.2083333333;
}
@media screen and (max-width: 767px) {
  .p-singleProducts__heading .en {
    font-size: 4.8rem;
  }
}
@media screen and (max-width: 767px) {
  .p-singleProducts__heading .en {
    margin-top: 0.6rem;
    font-size: max(2.4rem, 16.8px);
    line-height: 1.2083333333;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-singleProducts__heading .en {
    font-size: 2.4rem;
  }
}

.p-singleProducts__dealsList {
  margin-top: 2.3rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem 1.7rem;
}
@media screen and (max-width: 767px) {
  .p-singleProducts__dealsList {
    margin-top: 2.2rem;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.6rem;
  }
}
@media (hover: hover) {
  .p-singleProducts__dealsList a:hover {
    box-shadow: none;
    color: #5383F2;
  }
}

.p-singleProducts__dealsLink {
  display: block;
  box-shadow: 0 0.4rem 0.4rem rgba(0, 0, 0, 0.1);
  border-radius: 0.5rem;
  background-color: #fff;
  font-size: max(1.8rem, 12.6px);
  font-weight: 700;
  line-height: 1.7777777778;
  letter-spacing: 0.05em;
  text-align: center;
  padding: 1.2rem 1.2rem 1.3rem;
  transition: box-shadow 0.3s, color 0.3s;
}
@media screen and (max-width: 767px) {
  .p-singleProducts__dealsLink {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .p-singleProducts__dealsLink {
    font-size: max(1.2rem, 8.4px);
    line-height: 1.1666666667;
    padding: 1.1rem 0.2rem;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-singleProducts__dealsLink {
    font-size: 1.2rem;
  }
}

.p-singleProducts__pickup {
  padding-top: 12rem;
}
@media screen and (max-width: 767px) {
  .p-singleProducts__pickup {
    padding-top: 5rem;
  }
}

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

.p-singleProducts__contact {
  margin-top: 8rem;
}
@media screen and (max-width: 767px) {
  .p-singleProducts__contact {
    margin-top: 5rem;
  }
}

.p-singleProducts__pickupBtn {
  margin-top: 5rem;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-singleProducts__pickupBtn {
    margin-top: 3rem;
  }
}

.p-contact {
  padding-block: 9.5rem 20rem;
}
@media screen and (max-width: 767px) {
  .p-contact {
    padding-block: 5rem 20rem;
    overflow: hidden;
  }
}

.p-contact__tag {
  font-size: max(2rem, 14px);
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0.05em;
  width: 100%;
  max-width: 261px;
  margin-inline: auto;
  color: #fff;
  padding: 0.3rem 3rem 0.4rem;
  border-radius: 100vmax;
  background-color: #EF9C2F;
  text-align: center;
  margin-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  .p-contact__tag {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .p-contact__tag {
    max-width: 16.9rem;
    font-size: max(1.4rem, 9.8px);
    line-height: 1.6428571429;
    padding: 0.2rem 2rem 0.3rem;
    margin-bottom: 1.1rem;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-contact__tag {
    font-size: 1.4rem;
  }
}

.p-contact__title {
  font-size: max(3.6rem, 25.2px);
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1.6;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-contact__title {
    font-size: 3.6rem;
  }
}
@media screen and (max-width: 767px) {
  .p-contact__title {
    font-size: max(2rem, 14px);
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-contact__title {
    font-size: 2rem;
  }
}

.p-contact__text {
  margin-top: 1.7rem;
  font-size: max(1.6rem, 11.2px);
  font-weight: 700;
  line-height: 2.5;
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-contact__text {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .p-contact__text {
    margin-top: 1rem;
    font-size: max(1.2rem, 8.4px);
    line-height: 2;
    letter-spacing: 0.03em;
    margin-inline: calc(50% - 50vw);
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-contact__text {
    font-size: 1.2rem;
  }
}

.p-contact__required {
  margin-right: 0.3rem;
  color: #fff;
  line-height: 23px;
  padding-inline: 1.2rem;
  background-color: #F53232;
}
@media screen and (max-width: 767px) {
  .p-contact__required {
    padding-inline: 0.9rem;
    font-size: max(1.2rem, 8.4px);
    line-height: 16px;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-contact__required {
    font-size: 1.2rem;
  }
}

.p-contact__form {
  margin-top: 2.5rem;
  padding: 5.1rem 3rem 6.6rem 7.6rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-contact__form {
    margin-top: 3rem;
    padding: 2.2rem 2.7rem 6rem;
    margin-inline: calc(50% - 50vw);
  }
}
.p-contact__form::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(42deg, #254DCF 0.84%, #4EDFD3 101.13%);
  opacity: 0.2;
  z-index: -1;
}
.p-contact__form .smf-form--simple-table .smf-item {
  padding: 1.5rem 0;
}
@media screen and (max-width: 767px) {
  .p-contact__form .smf-form--simple-table .smf-item {
    padding: 0.7rem 0;
  }
}
.p-contact__form .smf-form--simple-table .smf-item:has(.smf-control-description) .smf-item__col--label {
  justify-content: flex-end;
}
.p-contact__form .smf-form--simple-table .smf-item:has(.smf-control-description):not(:has(.smf-item__description)) .smf-item__label {
  margin-top: 1.4rem;
}
@media screen and (max-width: 767px) {
  .p-contact__form .smf-form--simple-table .smf-item:has(.smf-control-description):not(:has(.smf-item__description)) .smf-item__label {
    margin-top: 0;
  }
}
.p-contact__form .smf-form--simple-table .smf-item:has(.smf-textarea-control__control) .smf-item__col--label {
  justify-content: flex-end;
}
.p-contact__form .smf-form--simple-table .smf-item__col--label {
  display: flex;
  flex-direction: column-reverse;
  justify-content: center;
  row-gap: 0.8rem;
  padding-right: 3rem;
  flex: 0 0 calc(236px + 3rem);
  max-width: calc(236px + 3rem);
}
@media screen and (max-width: 767px) {
  .p-contact__form .smf-form--simple-table .smf-item__col--label {
    flex-direction: row-reverse;
    column-gap: 0.7rem;
    padding-right: 0;
    flex: 0 0 auto;
    max-width: 100%;
    justify-content: flex-end;
    padding-bottom: 0;
  }
}
.p-contact__form .smf-item__label {
  font-size: max(1.8rem, 12.6px);
  line-height: 1.3888888889;
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-contact__form .smf-item__label {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .p-contact__form .smf-item__label {
    font-size: max(1.4rem, 9.8px);
    line-height: 1.3571428571;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-contact__form .smf-item__label {
    font-size: 1.4rem;
  }
}
.p-contact__form .smf-item__description {
  margin-top: 0;
  color: #fff;
  line-height: 23px;
  padding-inline: 1.2rem;
  background-color: #F53232;
  font-size: max(1.6rem, 11.2px);
  font-weight: 700;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  .p-contact__form .smf-item__description {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .p-contact__form .smf-item__description {
    padding-inline: 0.9rem;
    font-size: max(1.2rem, 8.4px);
    line-height: 16px;
    padding-top: 0.1rem;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-contact__form .smf-item__description {
    font-size: 1.2rem;
  }
}
.p-contact__form .smf-form--simple-table .smf-item__col--controls {
  flex: 1 1 calc(100% - 236px - 3rem);
  max-width: calc(100% - 236px - 3rem);
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .p-contact__form .smf-form--simple-table .smf-item__col--controls {
    flex: 1 1 100%;
    max-width: 100%;
    margin-top: 0.3rem;
  }
}
.p-contact__form .smf-item__controls {
  width: 100%;
}
.p-contact__form input[type=text],
.p-contact__form input[type=email],
.p-contact__form input[type=tel],
.p-contact__form .smf-form .smf-select-control__control,
.p-contact__form .smf-textarea-control__control {
  font-size: max(1.8rem, 12.6px);
  font-weight: 700;
  line-height: 1.3888888889;
  letter-spacing: 0.05em;
  border: 0.2rem solid #CDCDCD;
  border-radius: 0.5rem;
  padding: 1.3rem 1.7rem;
  color: #755A49;
  width: calc(100% - 2.8rem);
}
@media screen and (max-width: 767px) {
  .p-contact__form input[type=text],
  .p-contact__form input[type=email],
  .p-contact__form input[type=tel],
  .p-contact__form .smf-form .smf-select-control__control,
  .p-contact__form .smf-textarea-control__control {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .p-contact__form input[type=text],
  .p-contact__form input[type=email],
  .p-contact__form input[type=tel],
  .p-contact__form .smf-form .smf-select-control__control,
  .p-contact__form .smf-textarea-control__control {
    margin-top: 0.9rem;
    font-size: max(1.4rem, 9.8px);
    line-height: 1.3571428571;
    padding: 0.8rem 1.4rem;
    width: 100%;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-contact__form input[type=text],
  .p-contact__form input[type=email],
  .p-contact__form input[type=tel],
  .p-contact__form .smf-form .smf-select-control__control,
  .p-contact__form .smf-textarea-control__control {
    font-size: 1.4rem;
  }
}
.p-contact__form input[type=text].p-contact__inputShort,
.p-contact__form input[type=email].p-contact__inputShort,
.p-contact__form input[type=tel].p-contact__inputShort,
.p-contact__form .smf-form .smf-select-control__control.p-contact__inputShort,
.p-contact__form .smf-textarea-control__control.p-contact__inputShort {
  max-width: 257px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-contact__form input[type=text].p-contact__inputShort,
  .p-contact__form input[type=email].p-contact__inputShort,
  .p-contact__form input[type=tel].p-contact__inputShort,
  .p-contact__form .smf-form .smf-select-control__control.p-contact__inputShort,
  .p-contact__form .smf-textarea-control__control.p-contact__inputShort {
    max-width: 15.5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-contact__form input[type=text].p-contact__inputShort[name=nearest-area], .p-contact__form input[type=text].p-contact__inputShort[name=date], .p-contact__form input[type=text].p-contact__inputShort[name=time],
  .p-contact__form input[type=email].p-contact__inputShort[name=nearest-area],
  .p-contact__form input[type=email].p-contact__inputShort[name=date],
  .p-contact__form input[type=email].p-contact__inputShort[name=time],
  .p-contact__form input[type=tel].p-contact__inputShort[name=nearest-area],
  .p-contact__form input[type=tel].p-contact__inputShort[name=date],
  .p-contact__form input[type=tel].p-contact__inputShort[name=time],
  .p-contact__form .smf-form .smf-select-control__control.p-contact__inputShort[name=nearest-area],
  .p-contact__form .smf-form .smf-select-control__control.p-contact__inputShort[name=date],
  .p-contact__form .smf-form .smf-select-control__control.p-contact__inputShort[name=time],
  .p-contact__form .smf-textarea-control__control.p-contact__inputShort[name=nearest-area],
  .p-contact__form .smf-textarea-control__control.p-contact__inputShort[name=date],
  .p-contact__form .smf-textarea-control__control.p-contact__inputShort[name=time] {
    max-width: 100%;
  }
}
.p-contact__form input[type=text]::placeholder,
.p-contact__form input[type=email]::placeholder,
.p-contact__form input[type=tel]::placeholder,
.p-contact__form .smf-form .smf-select-control__control::placeholder,
.p-contact__form .smf-textarea-control__control::placeholder {
  color: #CDCDCD;
}
.p-contact__form input[type=text]:-webkit-autofill,
.p-contact__form input[type=email]:-webkit-autofill,
.p-contact__form input[type=tel]:-webkit-autofill,
.p-contact__form .smf-form .smf-select-control__control:-webkit-autofill,
.p-contact__form .smf-textarea-control__control:-webkit-autofill {
  -webkit-text-fill-color: #755A49;
}
@media screen and (max-width: 767px) {
  .p-contact__form :where(.is-layout-flex) {
    gap: 0.2rem;
  }
}
.p-contact__form .smf-textarea-control__control {
  min-height: 30rem;
  resize: vertical;
}
@media screen and (max-width: 767px) {
  .p-contact__form .smf-textarea-control__control {
    min-height: 35.9rem;
  }
}
.p-contact__form input[type=checkbox], .p-contact__form input[type=radio] {
  display: none;
}
.p-contact__form .smf-form .smf-checkbox-control, .p-contact__form .smf-form .smf-radio-button-control__control {
  gap: 0;
}
.p-contact__form .smf-checkbox-control__label, .p-contact__form .smf-radio-button-control__label {
  font-size: max(1.6rem, 11.2px);
  font-weight: 700;
  line-height: 1.375;
  letter-spacing: 0.05em;
  padding-left: 2.9rem;
  position: relative;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .p-contact__form .smf-checkbox-control__label, .p-contact__form .smf-radio-button-control__label {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .p-contact__form .smf-checkbox-control__label, .p-contact__form .smf-radio-button-control__label {
    font-size: max(1.3rem, 9.1px);
    line-height: 1.3846153846;
    padding-left: 1.9rem;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-contact__form .smf-checkbox-control__label, .p-contact__form .smf-radio-button-control__label {
    font-size: 1.3rem;
  }
}
.p-contact__form .smf-checkbox-control__label::before, .p-contact__form .smf-radio-button-control__label::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 1.8rem;
  height: 1.8rem;
  border: 0.2rem solid #CDCDCD;
  border-radius: 0.3rem;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .p-contact__form .smf-checkbox-control__label::before, .p-contact__form .smf-radio-button-control__label::before {
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 0.2rem;
  }
}
.p-contact__form .smf-checkbox-control__label::after, .p-contact__form .smf-radio-button-control__label::after {
  content: "";
  position: absolute;
  top: 0.6rem;
  left: 0.4rem;
  width: 1rem;
  height: 0.7rem;
  border-left: 0.3rem solid #755A49;
  border-bottom: 0.3rem solid #755A49;
  transform-origin: center;
  rotate: -45deg;
  display: none;
}
@media screen and (max-width: 767px) {
  .p-contact__form .smf-checkbox-control__label::after, .p-contact__form .smf-radio-button-control__label::after {
    top: 0.5rem;
    left: 0.3rem;
    width: 0.9rem;
    height: 0.6rem;
    border-left: 0.2rem solid #755A49;
    border-bottom: 0.2rem solid #755A49;
  }
}
.p-contact__form .smf-radio-buttons-control__control {
  max-width: 490px;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-contact__form .smf-radio-buttons-control__control {
    grid-template-columns: repeat(2, 1fr);
    gap: 0 1rem;
    max-width: 100%;
  }
}
.p-contact__form .smf-form .smf-radio-buttons-control--horizontal .smf-radio-buttons-control__control > .smf-label {
  margin-right: 0;
}
.p-contact__form .smf-form .smf-radio-buttons-control--horizontal .smf-radio-buttons-control__control > .smf-label label input[type=radio]:checked + .smf-radio-button-control__label::after {
  display: block;
}
.p-contact__form .wp-block-group:has(.smf-checkboxes-control__control) {
  margin-top: 3.6rem;
  margin-right: 4rem;
  position: relative;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-contact__form .wp-block-group:has(.smf-checkboxes-control__control) {
    margin-top: 2.2rem;
    margin-right: 0;
  }
}
.p-contact__form .wp-block-group:has(.smf-checkboxes-control__control) .smf-checkboxes-control__control {
  margin-right: 0;
}
.p-contact__form .wp-block-group:has(.smf-checkboxes-control__control) .smf-checkboxes-control__control .smf-checkbox-control__label {
  position: relative;
  z-index: 1;
  color: transparent;
}
@media screen and (max-width: 767px) {
  .p-contact__form .wp-block-group:has(.smf-checkboxes-control__control) .smf-checkboxes-control__control .smf-checkbox-control__label {
    padding-left: 4.9rem;
  }
  .p-contact__form .wp-block-group:has(.smf-checkboxes-control__control) .smf-checkboxes-control__control .smf-checkbox-control__label::before {
    width: 1.8rem;
    height: 1.8rem;
    border-radius: 0.3rem;
  }
  .p-contact__form .wp-block-group:has(.smf-checkboxes-control__control) .smf-checkboxes-control__control .smf-checkbox-control__label::after {
    left: 0.4rem;
    width: 1rem;
  }
}
.p-contact__form .wp-block-group:has(.smf-checkboxes-control__control) .smf-checkboxes-control__control label input[type=checkbox]:checked + .smf-checkbox-control__label::after {
  display: block;
}
.p-contact__form .wp-block-group:has(.smf-checkboxes-control__control) .p-contact__consentText {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: max(1.6rem, 11.2px);
  font-weight: 700;
  line-height: 1.375;
  letter-spacing: 0.05em;
  padding-left: 2.9rem;
  cursor: pointer;
  z-index: 2;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .p-contact__form .wp-block-group:has(.smf-checkboxes-control__control) .p-contact__consentText {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .p-contact__form .wp-block-group:has(.smf-checkboxes-control__control) .p-contact__consentText {
    font-size: max(1.4rem, 9.8px);
    line-height: 1.3571428571;
    padding-left: 2.9rem;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-contact__form .wp-block-group:has(.smf-checkboxes-control__control) .p-contact__consentText {
    font-size: 1.4rem;
  }
}
.p-contact__form .wp-block-group:has(.smf-checkboxes-control__control) .p-contact__consentText a {
  text-decoration: underline;
  pointer-events: auto;
  text-underline-offset: 0.2rem;
  transition: opacity 0.3s;
}
@media (hover: hover) {
  .p-contact__form .wp-block-group:has(.smf-checkboxes-control__control) .p-contact__consentText a:hover {
    opacity: 0.7;
  }
}
.p-contact__form .wp-block-group:has(.smf-checkboxes-control__control) .smf-error-messages {
  position: absolute;
  top: 2rem;
}
.p-contact__form .wp-block-group:has(.smf-checkboxes-control__control):has(.smf-error-messages) {
  margin-bottom: 4rem;
}
.p-contact__form .smf-error-messages {
  font-size: max(1.2rem, 8.4px);
}
@media screen and (max-width: 767px) {
  .p-contact__form .smf-error-messages {
    font-size: 1.2rem;
  }
}
.p-contact__form .smf-control-description {
  margin-top: 0.8rem;
  font-size: max(1.3rem, 9.1px);
  font-weight: 500;
  line-height: 1.5384615385;
  letter-spacing: 0.03em;
  color: #755A49;
}
@media screen and (max-width: 767px) {
  .p-contact__form .smf-control-description {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 767px) {
  .p-contact__form .smf-control-description {
    margin-top: 0.4rem;
    font-size: max(1.2rem, 8.4px);
    line-height: 1.5;
    letter-spacing: 0.05em;
    margin-bottom: 0.4rem;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-contact__form .smf-control-description {
    font-size: 1.2rem;
  }
}
.p-contact__form .p-contact__postText {
  font-size: max(1.8rem, 12.6px);
  font-weight: 700;
  line-height: 1.3888888889;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-contact__form .p-contact__postText {
    font-size: 1.8rem;
  }
}
.p-contact__form .smf-form .smf-select-control {
  display: block;
  max-width: 257px;
  border-radius: 0.5rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-contact__form .smf-form .smf-select-control {
    max-width: 15.5rem;
  }
}
.p-contact__form .smf-form .smf-select-control::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.7rem;
  transform: translateY(-50%);
  width: 1.6rem;
  height: 1.4rem;
  background-color: #755A49;
  pointer-events: none;
  clip-path: polygon(100% 0, 0 0, 50% 100%);
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-contact__form .smf-form .smf-select-control::after {
    right: 1.2rem;
    width: 1.2rem;
    height: 1rem;
    top: 60%;
  }
}
@media screen and (max-width: 767px) {
  .p-contact__form .smf-form .smf-select-control:has([name=nearest-area]) {
    max-width: 100%;
  }
}
.p-contact__form .smf-select-control__toggle {
  background-color: transparent;
}
.p-contact__form .smf-form .smf-select-control__toggle:before {
  display: none;
}
.p-contact__form .smf-form .smf-select-control__control {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fff;
}
.p-contact__form .smf-form .smf-select-control__control.is-placeholder {
  color: #CDCDCD;
}
.p-contact__form .p-contact__bottomTitle {
  margin: 5rem 4.8rem 2.8rem 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-contact__form .p-contact__bottomTitle {
    margin: 2.2rem 0 1.6rem;
  }
}
.p-contact__form .p-contact__bottomTitle p {
  display: inline-block;
  border-radius: 100vmax;
  background-color: #755A49;
  color: #fff;
  font-size: max(2rem, 14px);
  font-weight: 700;
  line-height: 1.65;
  letter-spacing: 0.03em;
  padding: 0.4rem 3.3rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-contact__form .p-contact__bottomTitle p {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .p-contact__form .p-contact__bottomTitle p {
    font-size: max(1.4rem, 9.8px);
    line-height: 1.4285714286;
    padding: 0.7rem 1rem;
    width: 100%;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-contact__form .p-contact__bottomTitle p {
    font-size: 1.4rem;
  }
}
.p-contact__form .p-contact__bottomTitle p::before {
  content: "";
  position: absolute;
  bottom: -1.4rem;
  left: 50%;
  transform: translateX(-50%);
  width: 2.4rem;
  height: 2.3rem;
  background-color: #755A49;
  clip-path: polygon(100% 0, 0 0, 50% 100%);
  z-index: -1;
}
.p-contact__form .p-contact__bottomTitle p:nth-child(2) {
  display: none;
}
.p-contact__form .smf-form--simple-table + .smf-action {
  margin: 2rem 4rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-contact__form .smf-form--simple-table + .smf-action {
    margin: 1.5rem 0 0;
  }
}
.p-contact__form .smf-action .smf-button-control__control {
  font-size: max(1.6rem, 11.2px);
  font-weight: 700;
  line-height: 1.375;
  letter-spacing: 0.05em;
  width: fit-content;
  margin-inline: auto;
  color: #fff;
  padding: 1.7rem 5.5rem;
  border-radius: 100vmax;
  background: #EF9C2F;
  text-align: center;
  border: none;
  cursor: pointer;
  transition: opacity 0.3s;
}
@media screen and (max-width: 767px) {
  .p-contact__form .smf-action .smf-button-control__control {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .p-contact__form .smf-action .smf-button-control__control {
    padding: 1rem 2.3rem;
  }
}
@media (hover: hover) {
  .p-contact__form .smf-action .smf-button-control__control:hover {
    opacity: 0.8;
  }
}
.p-contact__form .snow-monkey-form[data-screen=confirm] .smf-form--simple-table .smf-item__col--controls {
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-contact__form .snow-monkey-form[data-screen=confirm] .smf-form--simple-table .smf-item__col--controls {
    margin-top: 0.7rem;
  }
}
.p-contact__form .snow-monkey-form[data-screen=confirm] .smf-placeholder {
  background-color: #fff;
  font-size: max(1.8rem, 12.6px);
  font-weight: 700;
  line-height: 1.3888888889;
  letter-spacing: 0.05em;
  border: 0.2rem solid #CDCDCD;
  border-radius: 0.5rem;
  padding: 1.3rem 1.7rem;
  color: #755A49;
  width: calc(100% - 2.8rem);
  min-height: 5.6rem;
}
@media screen and (max-width: 767px) {
  .p-contact__form .snow-monkey-form[data-screen=confirm] .smf-placeholder {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .p-contact__form .snow-monkey-form[data-screen=confirm] .smf-placeholder {
    min-height: 3.6rem;
    font-size: max(1.4rem, 9.8px);
    line-height: 1.3571428571;
    padding: 0.8rem 1.4rem;
    width: 100%;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-contact__form .snow-monkey-form[data-screen=confirm] .smf-placeholder {
    font-size: 1.4rem;
  }
}
.p-contact__form .snow-monkey-form[data-screen=confirm] .smf-placeholder[data-name=post-number], .p-contact__form .snow-monkey-form[data-screen=confirm] .smf-placeholder[data-name=prefectures], .p-contact__form .snow-monkey-form[data-screen=confirm] .smf-placeholder[data-name=nearest-area], .p-contact__form .snow-monkey-form[data-screen=confirm] .smf-placeholder[data-name=date], .p-contact__form .snow-monkey-form[data-screen=confirm] .smf-placeholder[data-name=time] {
  max-width: 257px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-contact__form .snow-monkey-form[data-screen=confirm] .smf-placeholder[data-name=post-number], .p-contact__form .snow-monkey-form[data-screen=confirm] .smf-placeholder[data-name=prefectures], .p-contact__form .snow-monkey-form[data-screen=confirm] .smf-placeholder[data-name=nearest-area], .p-contact__form .snow-monkey-form[data-screen=confirm] .smf-placeholder[data-name=date], .p-contact__form .snow-monkey-form[data-screen=confirm] .smf-placeholder[data-name=time] {
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .p-contact__form .snow-monkey-form[data-screen=confirm] .smf-placeholder[data-name=post-number] {
    max-width: 13.5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-contact__form .snow-monkey-form[data-screen=confirm] .smf-placeholder[data-name=prefectures] {
    max-width: 15.5rem;
  }
}
.p-contact__form .snow-monkey-form[data-screen=confirm] .smf-placeholder[data-name=content] {
  min-height: 30rem;
}
.p-contact__form .snow-monkey-form[data-screen=confirm] .smf-placeholder[data-name=consent] {
  display: none;
}
.p-contact__form .snow-monkey-form[data-screen=confirm] .smf-control-description {
  margin-top: 0;
  position: absolute;
  width: calc(100% + 0.6rem);
  top: 100%;
  left: 0;
}
@media screen and (max-width: 767px) {
  .p-contact__form .snow-monkey-form[data-screen=confirm] .smf-control-description {
    width: 100%;
  }
}
.p-contact__form .snow-monkey-form[data-screen=confirm] .smf-form--simple-table .smf-item:has(.smf-control-description) {
  padding-bottom: 4.6rem;
}
@media screen and (max-width: 767px) {
  .p-contact__form .snow-monkey-form[data-screen=confirm] .smf-form--simple-table .smf-item:has(.smf-control-description) {
    padding-bottom: 2.6rem;
  }
}
@media screen and (max-width: 767px) {
  .p-contact__form .snow-monkey-form[data-screen=confirm] .smf-form--simple-table .smf-item:has(.smf-control-description):has([name=email]) {
    padding-bottom: 6.6rem;
  }
}
.p-contact__form .snow-monkey-form[data-screen=confirm] .smf-form--simple-table .smf-item:has(.smf-placeholder[data-name=content]) .smf-form--simple-table .smf-item__col--label {
  justify-content: flex-end;
}
.p-contact__form .snow-monkey-form[data-screen=confirm] .p-contact__bottomTitle {
  margin-top: 3.6rem;
}
@media screen and (max-width: 767px) {
  .p-contact__form .snow-monkey-form[data-screen=confirm] .p-contact__bottomTitle {
    margin-top: 2.2rem;
  }
}
.p-contact__form .snow-monkey-form[data-screen=confirm] .wp-block-group:has(.p-contact__consentText) {
  margin-top: 3.6rem;
  margin-right: 4rem;
}
@media screen and (max-width: 767px) {
  .p-contact__form .snow-monkey-form[data-screen=confirm] .wp-block-group:has(.p-contact__consentText) {
    margin-top: 2.2rem;
    margin-right: 0;
  }
}
.p-contact__form .snow-monkey-form[data-screen=confirm] .wp-block-group:has(.p-contact__consentText) .p-contact__consentText {
  margin-inline: auto;
}
.p-contact__form .snow-monkey-form[data-screen=confirm] .wp-block-group:has(.p-contact__consentText) .p-contact__consentText a {
  font-size: max(1.6rem, 11.2px);
  font-weight: 700;
  line-height: 1.375;
  text-decoration: underline;
  pointer-events: auto;
  text-underline-offset: 0.2rem;
  transition: opacity 0.3s;
}
@media screen and (max-width: 767px) {
  .p-contact__form .snow-monkey-form[data-screen=confirm] .wp-block-group:has(.p-contact__consentText) .p-contact__consentText a {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .p-contact__form .snow-monkey-form[data-screen=confirm] .wp-block-group:has(.p-contact__consentText) .p-contact__consentText a {
    font-size: max(1.4rem, 9.8px);
    line-height: 1.3571428571;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-contact__form .snow-monkey-form[data-screen=confirm] .wp-block-group:has(.p-contact__consentText) .p-contact__consentText a {
    font-size: 1.4rem;
  }
}
@media (hover: hover) {
  .p-contact__form .snow-monkey-form[data-screen=confirm] .wp-block-group:has(.p-contact__consentText) .p-contact__consentText a:hover {
    opacity: 0.7;
  }
}
.p-contact__form .snow-monkey-form[data-screen=confirm] .smf-form--simple-table + .smf-action {
  display: flex;
  flex-direction: column-reverse;
  gap: 2rem;
}
.p-contact__form .snow-monkey-form[data-screen=confirm] .smf-action .smf-button-control + .smf-button-control {
  margin: 0;
}
.p-contact__form .snow-monkey-form[data-screen=confirm] .smf-action .smf-button-control__control[data-action=back] {
  background: transparent;
  padding: 0;
  color: #755A49;
  position: relative;
}
.p-contact__form .snow-monkey-form[data-screen=confirm] .smf-action .smf-button-control__control[data-action=back]::after {
  content: "";
  position: absolute;
  bottom: -0.2rem;
  left: -0.2rem;
  width: 100%;
  height: 0.1rem;
  background-color: #755A49;
}
.p-contact__form .smf-complete-content {
  text-align: center;
  font-size: max(1.8rem, 12.6px);
  font-weight: 700;
  line-height: 1.3888888889;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-contact__form .smf-complete-content {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .p-contact__form .smf-complete-content {
    font-size: max(1.4rem, 9.8px);
    line-height: 1.3571428571;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-contact__form .smf-complete-content {
    font-size: 1.4rem;
  }
}
.p-contact__form:has([data-screen=complete]) {
  padding: 5.1rem 3rem 3.6rem 7.6rem;
}
@media screen and (max-width: 767px) {
  .p-contact__form:has([data-screen=complete]) {
    padding: 4.2rem 2.7rem 2.6rem;
  }
}
.p-contact__form .smf-form--simple-table .smf-item:has(.p-contact__hidden),
.p-contact__form .smf-form--simple-table .smf-item:has([name=prefectures-value]),
.p-contact__form .smf-form--simple-table .smf-item:has([name=nearest-area-value]) {
  display: none;
}

.p-under-mv {
  padding-top: 7rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-under-mv {
    padding-top: 3.1rem;
  }
}
.p-under-mv__decoLeft {
  position: absolute;
  left: 0;
  top: -1.2rem;
  width: 28.8vw;
  max-width: 393px;
}
@media screen and (max-width: 767px) {
  .p-under-mv__decoLeft {
    top: -1rem;
    width: 26vw;
  }
}
.p-under-mv__decoRight {
  right: 0;
  position: absolute;
  top: -6.5rem;
  width: 29.3vw;
  max-width: 400px;
}
@media screen and (max-width: 767px) {
  .p-under-mv__decoRight {
    top: -1.3rem;
    width: 24.3vw;
  }
}
.p-under-mv__title {
  text-align: center;
  color: #755A49;
}
.p-under-mv__title .ja {
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-under-mv__title .ja {
    font-size: 11px;
  }
}
.p-under-mv__title .en {
  font-family: "Optima", sans-serif;
  font-size: 7.2rem;
  font-weight: 700;
  letter-spacing: 3.6px;
  line-height: 1;
  margin-top: 1.3rem;
}
@media screen and (max-width: 767px) {
  .p-under-mv__title .en {
    font-size: 34px;
    letter-spacing: 0.05em;
    margin-top: 0.7rem;
  }
}
.p-under-mv svg {
  margin-top: 10rem;
}
@media screen and (max-width: 767px) {
  .p-under-mv svg {
    margin-top: 3.6rem;
  }
}

/* デフォルトではPC版を表示 */
.line--sp {
  display: none;
}

/* 768px以下ではSP版を表示 */
@media (max-width: 768px) {
  .line--pc {
    display: none;
  }
  .line--sp {
    display: block;
  }
}
.p-accessContents {
  padding-block: 5rem 0rem;
}
@media screen and (max-width: 767px) {
  .p-accessContents {
    padding-block: 4rem 0.2rem;
  }
}

.p-accessContents__inner {
  padding-bottom: 10rem;
}
@media screen and (max-width: 767px) {
  .p-accessContents__inner {
    padding-bottom: 0rem;
  }
}

.p-accessContents__head {
  display: flex;
  align-items: center;
  white-space: nowrap;
  gap: 3rem;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .p-accessContents__head {
    gap: 2rem;
  }
}
.p-accessContents__head h2 {
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .p-accessContents__head h2 {
    font-size: 20px;
    letter-spacing: 0.05em;
  }
}
.p-accessContents__head svg {
  width: 100%;
}

.p-accessContents__head:nth-of-type(2) {
  margin-top: 12.3rem;
}
@media screen and (max-width: 767px) {
  .p-accessContents__head:nth-of-type(2) {
    margin-top: 5rem;
  }
}

.p-accessContents__lists {
  margin-top: 5rem;
  flex-flow: column;
  gap: 4.8rem;
  display: flex;
}
@media screen and (max-width: 767px) {
  .p-accessContents__lists {
    margin-top: 3rem;
    gap: 2.4rem;
  }
}

.p-accessContents__list {
  display: flex;
  gap: 3.6rem;
}
@media screen and (max-width: 767px) {
  .p-accessContents__list {
    flex-flow: column;
    gap: 1.2rem;
  }
}

.p-accessContents__img {
  width: 51rem;
}
@media screen and (max-width: 767px) {
  .p-accessContents__img {
    width: 100%;
  }
}

.p-accessContents__img img {
  aspect-ratio: 511/415;
  height: auto;
}

.p-accessContents__textBox {
  flex: 1;
  display: flex;
  flex-flow: column;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-accessContents__textBox {
    display: block;
  }
}
.p-accessContents__textBox svg {
  width: 2.2rem;
}
@media screen and (max-width: 767px) {
  .p-accessContents__textBox svg {
    width: 1.8rem;
  }
}
.p-accessContents__textBox h3 {
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767px) {
  .p-accessContents__textBox h3 {
    font-size: 1.6rem;
  }
}
.p-accessContents__textBox h3 span {
  font-size: 16px;
  font-weight: 700;
  padding-inline: 0.8rem 0.2rem;
}
@media screen and (max-width: 767px) {
  .p-accessContents__textBox h3 span {
    padding-inline: 0.4rem 0.1rem;
  }
}
.p-accessContents__textBox h3 span svg {
  width: 1rem;
}
@media screen and (max-width: 767px) {
  .p-accessContents__textBox h3 span svg {
    width: 0.8rem;
  }
}

.p-accessContents__textBox-title {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.p-accessContents__addr {
  margin-top: 2.5rem;
  letter-spacing: 0.01em;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767px) {
  .p-accessContents__addr {
    font-size: 1.4rem;
    margin-top: 0.8rem;
  }
}

.p-accessContents__zip {
  letter-spacing: 0.01em;
}
@media screen and (max-width: 767px) {
  .p-accessContents__zip {
    letter-spacing: 0.05em;
  }
}

.p-accessContents__street {
  line-height: 1.4;
  margin-top: 0.4rem;
}
@media screen and (max-width: 767px) {
  .p-accessContents__street {
    margin-top: 0.9rem;
    letter-spacing: 0.06em;
  }
}

.p-accessContents__flex {
  display: flex;
  align-items: center;
  margin-top: 0.4rem;
}
@media screen and (max-width: 767px) {
  .p-accessContents__flex {
    margin-top: 0.8rem;
  }
}
.p-accessContents__flex svg {
  width: 1rem;
}
@media screen and (max-width: 767px) {
  .p-accessContents__flex svg {
    width: 1.4rem;
  }
}

.p-accessContents__tel {
  letter-spacing: 0.01em;
}

.p-accessContents__maplink {
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0.05em;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  margin-top: 1.6rem;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 767px) {
  .p-accessContents__maplink {
    margin-top: 0.8rem;
  }
}
.p-accessContents__maplink a {
  position: relative;
}
.p-accessContents__maplink a img {
  width: 9.2rem;
}
@media screen and (max-width: 767px) {
  .p-accessContents__maplink a img {
    width: 8.2rem;
  }
}

.p-accessContents__map {
  max-width: 50rem;
  aspect-ratio: 500/209;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-accessContents__map {
    margin-top: 1.5rem;
    aspect-ratio: 32/17;
  }
}
.p-accessContents__map iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.p-accessContents__subLists {
  display: flex;
  gap: 2.5rem;
  margin-top: 0.4rem;
}
@media screen and (max-width: 767px) {
  .p-accessContents__subLists {
    flex-flow: column;
    margin-top: -0.3rem;
    gap: 2.2rem;
  }
}
@media screen and (max-width: 767px) {
  .p-accessContents__subLists .p-accessContents__map {
    margin-top: 0.4rem;
  }
}

.p-accessContents__subList {
  width: 32%;
}
@media screen and (max-width: 767px) {
  .p-accessContents__subList {
    width: 100%;
    margin-top: 0.4rem;
  }
}
.p-accessContents__subList .p-accessContents__map {
  margin-top: 2.8rem;
  aspect-ratio: 347/176;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-accessContents__subList .p-accessContents__map {
    margin-top: 0.5rem;
    aspect-ratio: 32/17;
  }
}
.p-accessContents__subList .p-accessContents__maplink {
  text-align: right;
  margin-top: 1.6rem;
}
@media screen and (max-width: 767px) {
  .p-accessContents__subList .p-accessContents__maplink {
    text-align: left;
    margin-top: 0.9rem;
  }
}

.p-accessContents__subaddr {
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.03em;
  margin-top: 1.6rem;
}
@media screen and (max-width: 767px) {
  .p-accessContents__subaddr {
    font-size: 1.4rem;
    margin-top: 0.7rem;
  }
}

.p-accessContents__svg {
  margin-top: 6.8rem;
}
@media screen and (max-width: 767px) {
  .p-accessContents__svg {
    margin-top: 2.2rem;
  }
}

.p-companyContents {
  padding-block: 8.5rem;
}
@media screen and (max-width: 767px) {
  .p-companyContents {
    padding-block: 3.5rem;
  }
}
.p-companyContents:nth-of-type(3) {
  padding-top: 0;
}

.p-companyContents__title {
  width: 28.2rem;
}

.p-companyContents__victoryListsTitle {
  width: 28.2rem;
}

.p-companyContents__inner {
  display: flex;
  gap: 5rem;
}
@media screen and (max-width: 767px) {
  .p-companyContents__inner {
    flex-flow: column;
    gap: 1rem;
  }
}

.p-companyContents__wrap {
  flex: 1;
}

.p-companyContents__lists {
  margin-top: 1.2rem;
  display: flex;
  flex-flow: column;
  gap: 1rem;
  padding-left: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-companyContents__lists {
    padding-left: 0;
    margin-top: 0.9rem;
    gap: 0.8rem;
  }
}

.p-companyContents__list {
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  position: relative;
  padding-left: 2.2rem;
}
@media screen and (max-width: 767px) {
  .p-companyContents__list {
    letter-spacing: 0.01em;
    font-size: 1.6rem;
    padding-left: 1.7rem;
  }
}

.p-companyContents__list::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 0.8rem;
  aspect-ratio: 1/1;
  background: url(../img/company/list_circle.svg) no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .p-companyContents__list::before {
    width: 0.6rem;
  }
}

.p-companyContents__victoryList {
  margin-top: 3.6rem;
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  row-gap: 0.8rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .p-companyContents__victoryList {
    row-gap: 0.5rem;
    white-space: nowrap;
    padding-block: 0rem 2rem;
    margin-top: 1rem;
  }
}

.p-companyContents__victoryItem {
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .p-companyContents__victoryItem {
    font-size: 1.2rem;
    letter-spacing: 0.01em;
  }
}

.p-company__slider {
  margin-top: 3.4rem;
}
@media screen and (max-width: 767px) {
  .p-company__slider {
    margin-top: 1.4rem;
  }
}

.p-company__slideImg {
  height: 100%;
}

.p-company__slideImg img {
  border-radius: 10px;
}

.p-companyInfo {
  padding-block: 25.9rem 12.5rem;
  position: relative;
  margin-top: -15rem;
}
@media screen and (max-width: 767px) {
  .p-companyInfo {
    padding-block: 19.2rem 4.5rem;
  }
}
.p-companyInfo::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  opacity: 0.2;
  background: linear-gradient(42deg, #2F84B2 0.84%, #98FFF6 101.13%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.p-companyInfo__inner {
  display: flex;
  gap: 5.5rem;
}
@media screen and (max-width: 767px) {
  .p-companyInfo__inner {
    flex-flow: column;
    gap: 0.7rem;
  }
}

.p-companyInfo__title {
  width: 28.2rem;
}

.p-companyInfo__contents {
  flex: 1;
  margin-top: 0.8rem;
}

.p-companyInfo__contents-dl {
  display: flex;
  padding-block: 1.1rem;
  min-height: 6.1rem;
  align-items: center;
  background: linear-gradient(to right, white 16.1rem, transparent 16.1rem);
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-companyInfo__contents-dl {
    background: unset;
    height: unset !important;
    flex-flow: column;
    padding-block: 0;
  }
}
.p-companyInfo__contents-dl:nth-of-type(1)::before {
  content: "";
  display: inline-block;
  width: 100%;
  background: url(../img/company/dl_line01.png) no-repeat center/cover;
  top: 0;
  height: 0.1rem;
  position: absolute;
  left: 0;
}
.p-companyInfo__contents-dl::after {
  content: "";
  display: inline-block;
  width: 100%;
  background: url(../img/company/dl_line01.png) no-repeat center/cover;
  bottom: 0;
  height: 0.1rem;
  position: absolute;
  left: 0;
}
.p-companyInfo__contents-dl:nth-of-type(2)::after, .p-companyInfo__contents-dl:nth-of-type(11)::after {
  background: url(../img/company/dl_line02.png) no-repeat center/cover;
}
@media screen and (max-width: 767px) {
  .p-companyInfo__contents-dl:nth-of-type(11)::after {
    display: none;
  }
}

.p-companyInfo__contents-dt {
  width: 16.1rem;
  text-align: center;
  background: #fff;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767px) {
  .p-companyInfo__contents-dt {
    line-height: 1;
    width: 100%;
    height: 3rem;
    text-align: left;
    font-size: 1.4rem;
    display: flex;
    align-items: center;
    padding-left: 1.4rem;
  }
}

.p-companyInfo__contents-dd {
  padding-left: 1.6rem;
  line-height: 1.5;
  flex: 1;
}
@media screen and (max-width: 767px) {
  .p-companyInfo__contents-dd {
    padding-left: 1.4rem;
    line-height: 1.2;
    width: 100%;
    padding-block: 0.6rem 0.7rem;
    font-size: 1.4rem;
    letter-spacing: 0.01em;
  }
}

.p-companyInfo__contents-dt-link {
  font-size: 1.3rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.03em;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-companyInfo__contents-dt-link {
    padding-bottom: 0.8rem;
    font-size: 1.2rem;
    letter-spacing: 0.01em;
  }
}
.p-companyInfo__contents-dt-link::before {
  content: "";
  display: inline-block;
  width: 100%;
  background: #5fbddb;
  bottom: 0.4rem;
  height: 0.3rem;
  position: absolute;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-companyInfo__contents-dt-link::before {
    bottom: 0.9rem;
  }
}

.p-companyOfficer {
  padding-block: 11.5rem 12rem;
}
@media screen and (max-width: 767px) {
  .p-companyOfficer {
    padding-block: 4.6rem 5rem;
  }
}

.p-companyOfficer__inner {
  display: flex;
  gap: 5.5rem;
}
@media screen and (max-width: 767px) {
  .p-companyOfficer__inner {
    flex-flow: column;
    gap: 1.3rem;
  }
}

.p-companyOfficer__title {
  width: 28.2rem;
}

.p-companyOfficer__contents {
  flex: 1;
  margin-top: -1rem;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767px) {
  .p-companyOfficer__contents {
    margin-top: 0;
  }
}

.p-companyOfficer__contents-dl {
  display: flex;
  position: relative;
  height: 6.3rem;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .p-companyOfficer__contents-dl {
    height: auto;
    padding-bottom: 0.8rem;
  }
}
@media screen and (max-width: 767px) {
  .p-companyOfficer__contents-dl:nth-child(n+2) {
    padding-top: 0.5rem;
  }
}
.p-companyOfficer__contents-dl::before {
  content: "";
  display: inline-block;
  width: 100%;
  background: url(../img/company/officer_wide_line.png) no-repeat center/cover;
  bottom: 0;
  left: 0;
  height: 0.1rem;
  position: absolute;
  z-index: -1;
}

.p-companyOfficer__contents-dt {
  padding-left: 2rem;
  width: 28.6rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-companyOfficer__contents-dt {
    padding-left: 1.6rem;
    width: 21.6rem;
    position: relative;
    font-size: 1.4rem;
  }
}
.p-companyOfficer__contents-dt::before {
  content: "";
  display: inline-block;
  background-color: #755A49;
  width: 1.2rem;
  height: 1.2rem;
  border-radius: 50%;
  transform: translateY(-50%);
  top: 50%;
  position: absolute;
  left: 0;
}
@media screen and (max-width: 767px) {
  .p-companyOfficer__contents-dt::before {
    width: 0.8rem;
    height: 0.8rem;
  }
}

.p-companyOfficer__contents-dd {
  position: relative;
  padding-left: 2.2rem;
}
@media screen and (max-width: 767px) {
  .p-companyOfficer__contents-dd {
    padding-left: 1.3rem;
    font-size: 1.4rem;
  }
}
.p-companyOfficer__contents-dd::before {
  content: "";
  display: inline-block;
  width: 0.2rem;
  background: url(../img/company/officer_line.svg) no-repeat center/cover;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  height: 2.4rem;
  position: absolute;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-companyOfficer__contents-dd::before {
    height: 1.8rem;
  }
}

.p-companyHistory {
  padding-block: 11rem 13rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-companyHistory {
    padding-block: 4.5rem 6rem;
  }
}
.p-companyHistory::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  opacity: 0.2;
  background: linear-gradient(42deg, #2F84B2 0.84%, #98FFF6 101.13%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.p-companyHistory__inner {
  display: flex;
  gap: 5.5rem;
}
@media screen and (max-width: 767px) {
  .p-companyHistory__inner {
    flex-flow: column;
    gap: 1.4rem;
  }
}

.p-companyHistory__title {
  width: 28.2rem;
}

.p-companyHistory__contents {
  flex: 1;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.03em;
}

.p-companyHistory__contents-dt {
  color: transparent;
  background: linear-gradient(42deg, #254DCF 0.84%, #4EDFD3 101.13%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  font-weight: 700;
  line-height: 1;
  font-family: "Optima", sans-serif;
  color: transparent;
  background: linear-gradient(42deg, #254DCF 0.84%, #4EDFD3 101.13%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  font-size: 3.2rem;
  align-items: baseline;
  gap: 0.2rem;
  width: 21.5rem;
}
@media screen and (max-width: 767px) {
  .p-companyHistory__contents-dt {
    font-size: 2rem;
  }
}
.p-companyHistory__contents-dt span {
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .p-companyHistory__contents-dt span {
    font-size: 1.3rem;
  }
}

.p-companyHistory__contents-dd {
  flex: 1;
}
@media screen and (max-width: 767px) {
  .p-companyHistory__contents-dd {
    font-size: 1.4rem;
    line-height: 2;
  }
}

.p-companyHistory__contents-dl {
  display: flex;
  gap: 6rem;
  align-items: start;
  position: relative;
  padding-top: 1.9rem;
  padding-bottom: 1.8rem;
}
@media screen and (max-width: 767px) {
  .p-companyHistory__contents-dl {
    flex-flow: column;
    padding-top: 1.6rem;
    gap: 0.3rem;
    padding-bottom: 1.6rem;
  }
}
.p-companyHistory__contents-dl::before {
  content: "";
  display: inline-block;
  width: 100%;
  background: url(../img/company/history_line.png) no-repeat center/cover;
  bottom: 0;
  left: 0;
  height: 0.1rem;
  position: absolute;
  z-index: -1;
}
.p-companyHistory__contents-dl:first-of-type {
  padding-top: 0.4rem;
  padding-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  .p-companyHistory__contents-dl:first-of-type {
    padding-bottom: 1.6rem;
  }
}

.p-aboutContents {
  position: relative;
  padding-block: 9.1rem 42rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-aboutContents {
    padding-block: 14rem 15rem;
  }
}

.p-aboutContents__decoLeft01 {
  position: absolute;
  left: -4.2rem;
  top: 15.5rem;
  width: 31.3rem;
  aspect-ratio: 313/484;
}
@media screen and (max-width: 767px) {
  .p-aboutContents__decoLeft01 {
    top: 4rem;
    left: -1.2rem;
    width: 18.2rem;
    aspect-ratio: 182/86;
  }
}

.p-aboutContents__decoLeft02 {
  position: absolute;
  left: 20rem;
  bottom: 8.5rem;
  width: 42.5rem;
  aspect-ratio: 425/264;
}
@media screen and (max-width: 767px) {
  .p-aboutContents__decoLeft02 {
    bottom: 4rem;
    width: 18.6rem;
    aspect-ratio: 186/107;
    left: -1.5rem;
  }
}

.p-aboutContents__decoRight01 {
  position: absolute;
  right: -4rem;
  width: 22.3rem;
  aspect-ratio: 223/397;
  top: 20rem;
}
@media screen and (max-width: 767px) {
  .p-aboutContents__decoRight01 {
    width: 14.5rem;
    aspect-ratio: 145/81;
    top: 4rem;
    right: -0.6rem;
  }
}

.p-aboutContents__decoRight02 {
  position: absolute;
  right: 22rem;
  bottom: 14.8rem;
  width: 40.9rem;
  aspect-ratio: 409/199;
}
@media screen and (max-width: 767px) {
  .p-aboutContents__decoRight02 {
    width: 17.5rem;
    aspect-ratio: 175/85;
    bottom: 4.7rem;
    right: -1rem;
  }
}

.p-aboutContents__head {
  text-align: center;
}
.p-aboutContents__head h2.jp {
  font-size: 6.4rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .p-aboutContents__head h2.jp {
    text-shadow: 0 6px 8px var(--4, #FFF);
    font-size: 2.6rem;
    font-weight: 600;
    line-height: 2.1;
    letter-spacing: 1.56px;
  }
}
.p-aboutContents__head p.en {
  font-size: 2rem;
  font-style: normal;
  font-weight: 700;
  line-height: 3.2;
  letter-spacing: 0.05em;
  margin-top: 0.8rem;
}
@media screen and (max-width: 767px) {
  .p-aboutContents__head p.en {
    text-shadow: 0 4px 4px #FFF;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: -0.03em;
    margin-top: 0rem;
  }
}

.p-aboutContents__headText {
  font-size: 2rem;
  font-weight: 700;
  line-height: 2.9;
  letter-spacing: 0.1em;
  margin-top: 0.6rem;
}
@media screen and (max-width: 767px) {
  .p-aboutContents__headText {
    letter-spacing: 0.09em;
    margin-top: 1.1rem;
    line-height: 2.27;
    font-size: 1.4rem;
  }
}

.p-aboutContents__banner {
  padding-block: 12rem 8rem;
}
@media screen and (max-width: 767px) {
  .p-aboutContents__banner {
    padding-block: 5rem 0;
  }
}

.p-aboutValue {
  position: relative;
  padding-block: 12rem;
}
@media screen and (max-width: 767px) {
  .p-aboutValue {
    padding-block: 5.2rem 5rem;
  }
}
.p-aboutValue::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  opacity: 0.2;
  background: linear-gradient(42deg, #2F84B2 0.84%, #98FFF6 101.13%);
  position: absolute;
  top: 0;
  left: 0;
}

.p-aboutValue__head {
  text-align: center;
}
.p-aboutValue__head .jp {
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-aboutValue__head .jp {
    font-size: 1.2rem;
  }
}
.p-aboutValue__head .en {
  font-family: "Optima", sans-serif;
  font-size: 4.8rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
  text-transform: capitalize;
  margin-top: 1.7rem;
}
@media screen and (max-width: 767px) {
  .p-aboutValue__head .en {
    font-size: 2.4rem;
    margin-top: 0.8rem;
  }
}

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

.p-aboutValue__contentsItems {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.9rem;
  row-gap: 3.3rem;
}
@media screen and (max-width: 767px) {
  .p-aboutValue__contentsItems {
    grid-template-columns: repeat(1, 1fr);
    row-gap: 1.7rem;
  }
}

.p-aboutValue__contentsItem {
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-aboutValue__contentsItem:nth-child(2) .p-aboutValue__contentsText {
    top: calc(50% + 3.5rem);
  }
}

.p-aboutValue__contentsText {
  position: absolute;
  -webkit-transform: translateX(-50%);
  transform: translate(-50%, -50%);
  left: 50%;
  top: calc(50% + 6rem);
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-aboutValue__contentsText {
    top: calc(50% + 5rem);
    width: 88%;
  }
}

.p-aboutValue__title {
  text-align: center;
  font-size: 2.6rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-aboutValue__title {
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.9;
  }
}

.p-aboutValue__text {
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.05em;
  margin-top: 1.9rem;
  padding-inline: 1rem;
  width: 88%;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-aboutValue__text {
    font-size: 1.4rem;
    padding-inline: 0;
    margin-top: 0.6rem;
    width: 100%;
  }
}

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

.p-about__slide {
  max-width: 82rem;
  margin-inline: auto;
}

.p-about__thumbs .splide__slide {
  opacity: 0.6;
  cursor: pointer;
}

.p-about__thumbs .splide__slide.is-active {
  opacity: 1;
}

.p-about__thumbs img {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
  display: block;
}

.splide__pagination.is-numbered {
  gap: 0.5rem;
}

.splide__pagination__page.is-active {
  font-size: 3.2rem !important;
  font-family: "Optima", sans-serif;
  left: -0.5rem;
  transform: unset !important;
}
@media screen and (max-width: 767px) {
  .splide__pagination__page.is-active {
    font-size: 2rem !important;
    left: -0.3rem;
  }
}

.p-about__slide .splide__pagination.is-numbered {
  display: flex;
  gap: 0;
  justify-content: center;
  white-space: nowrap;
  position: relative;
  top: 2.5rem;
  align-items: baseline;
}
@media screen and (max-width: 767px) {
  .p-about__slide .splide__pagination.is-numbered {
    top: 0.8rem;
  }
}

.p-about__slide .splide__pagination.is-numbered .splide__pagination__page {
  min-width: 1.1rem;
  height: 2.2rem;
  line-height: 2.2rem;
  padding: 0 0.6rem;
  border-radius: 0.4rem;
  background: transparent;
  text-indent: 0;
  text-align: center;
  opacity: 1;
  font-family: "Optima", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: 0.02em;
  margin-inline: 0;
  padding-inline: 0;
}
@media screen and (max-width: 767px) {
  .p-about__slide .splide__pagination.is-numbered .splide__pagination__page {
    font-size: 1.3rem;
    width: 0.6rem;
    min-width: unset;
    margin: 0;
  }
}

.p-about__slide .splide__pagination.is-numbered li + li::before {
  content: "・";
  display: inline-block;
  margin: 0 0.5rem;
  color: currentColor;
  pointer-events: none;
  line-height: 2.2rem;
  margin-inline: 0;
}
@media screen and (max-width: 767px) {
  .p-about__slide .splide__pagination.is-numbered li + li::before {
    position: relative;
    left: 0.2rem;
    top: 0.2rem;
  }
}

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

.splide__pagination li {
  position: relative;
}

.splide__track--nav > .splide__list > .splide__slide.is-active {
  border: 3px solid transparent;
  background: linear-gradient(#fff, #fff) padding-box, var(--Linear, linear-gradient(42deg, #254DCF 0.84%, #4EDFD3 101.13%)) border-box;
}

.p-about__slide .splide__arrow {
  width: 4.4rem;
  height: 4.4rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: none;
  box-shadow: none;
  opacity: 1;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .p-about__slide .splide__arrow {
    width: 2.7rem;
    height: 2.7rem;
  }
}
@media (hover: hover) {
  .p-about__slide .splide__arrow:hover {
    opacity: 1;
  }
}

.p-about__slide .splide__arrow svg {
  display: none;
}

.p-about__slide .splide__arrow--prev {
  left: -2.5rem;
  position: absolute;
  transform: translateY(-50%);
  top: calc(50% - 1.6rem);
}
@media screen and (max-width: 767px) {
  .p-about__slide .splide__arrow--prev {
    left: -1.5rem;
    top: calc(50% - 1rem);
  }
}
.p-about__slide .splide__arrow--prev::before, .p-about__slide .splide__arrow--prev::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(../img/common/icon_arrow_btn.svg) center/contain no-repeat;
  top: 0;
  left: 0;
  transition: opacity 0.3s;
  rotate: 180deg;
}
.p-about__slide .splide__arrow--prev::after {
  background: url(../img/common/icon_arrow_btn-hover.svg) center/contain no-repeat;
  opacity: 0;
  rotate: 180deg;
}
@media (hover: hover) {
  .p-about__slide .splide__arrow--prev:hover::before {
    opacity: 0;
  }
  .p-about__slide .splide__arrow--prev:hover::after {
    opacity: 1;
  }
}

.p-about__slide .splide__arrow--next {
  background-image: url(../img/about/slider_arrpw_next.png);
  right: -2.5rem;
  position: absolute;
  transform: translateY(-50%);
  top: calc(50% - 1.6rem);
}
@media screen and (max-width: 767px) {
  .p-about__slide .splide__arrow--next {
    right: -1.4rem;
    top: calc(50% - 1rem);
  }
}
.p-about__slide .splide__arrow--next::before, .p-about__slide .splide__arrow--next::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(../img/common/icon_arrow_btn.svg) center/contain no-repeat;
  top: 0;
  left: 0;
  transition: opacity 0.3s;
}
.p-about__slide .splide__arrow--next::after {
  background: url(../img/common/icon_arrow_btn-hover.svg) center/contain no-repeat;
  opacity: 0;
}
@media (hover: hover) {
  .p-about__slide .splide__arrow--next:hover::before {
    opacity: 0;
  }
  .p-about__slide .splide__arrow--next:hover::after {
    opacity: 1;
  }
}

@media (max-width: 767px) {
  .p-about__thumbs .splide__list {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.6rem;
    transform: none !important;
    width: 100% !important;
  }
  .p-about__thumbs .splide__slide {
    width: auto !important;
    margin: 0 !important;
  }
  .p-about__thumbs img {
    width: 100%;
    height: auto;
    display: block;
  }
  .p-about__thumbs .splide__track {
    overflow: visible;
  }
}
.p-aboutGallery {
  position: relative;
  padding-block: 12.1rem 20rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-aboutGallery {
    padding-block: 5.3rem 7rem;
  }
}

.p-aboutGallery__decoLeft {
  position: absolute;
  width: 20vw;
  left: 0;
  top: 9rem;
}

.p-aboutGallery__decoRight {
  position: absolute;
  right: 0;
  width: 21vw;
  top: 9rem;
}

.p-aboutGallery__head {
  text-align: center;
}
.p-aboutGallery__head .jp {
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-aboutGallery__head .jp {
    font-size: 1.2rem;
  }
}
.p-aboutGallery__head .en {
  font-family: "Optima", sans-serif;
  font-size: 4.8rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
  text-transform: capitalize;
  margin-top: 1.7rem;
}
@media screen and (max-width: 767px) {
  .p-aboutGallery__head .en {
    font-size: 2.4rem;
    margin-top: 0.8rem;
  }
}

.p-aboutContents__decoInner {
  position: absolute;
  max-width: 1366px;
  margin-inline: auto;
  width: 100%;
  height: 100%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.p-privacy {
  padding-block: 10rem 20rem;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .p-privacy {
    padding-block: 4rem 5rem;
  }
}

.p-privacy__content > *:first-child {
  margin-top: 0;
}
.p-privacy__content p {
  margin-top: 2lh;
  font-size: max(1.8rem, 12.6px);
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767px) {
  .p-privacy__content p {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .p-privacy__content p {
    font-size: 1.4rem;
    letter-spacing: 0.055em;
  }
}
.p-privacy__content a {
  text-decoration: underline;
  transition: opacity 0.3s;
}
@media (hover: hover) {
  .p-privacy__content a:hover {
    opacity: 0.7;
  }
}
.p-privacy__content ol {
  margin-top: 2lh;
  list-style-position: inside;
  list-style-type: decimal;
}
.p-privacy__content ol li {
  list-style-type: decimal;
  font-size: max(1.8rem, 12.6px);
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.03em;
  padding-left: 1em;
  text-indent: -1em;
}
@media screen and (max-width: 767px) {
  .p-privacy__content ol li {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .p-privacy__content ol li {
    font-size: 1.4rem;
    letter-spacing: 0.055em;
  }
}
.p-privacy__content ol li a {
  padding-left: 1em;
}
.p-privacy__content ul {
  margin-top: 2lh;
  list-style-position: inside;
  list-style-type: disc;
}
.p-privacy__content ul li {
  list-style-type: disc;
  font-size: max(1.8rem, 12.6px);
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.03em;
  padding-left: 1em;
  text-indent: -1em;
}
@media screen and (max-width: 767px) {
  .p-privacy__content ul li {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .p-privacy__content ul li {
    font-size: 1.4rem;
    letter-spacing: 0.055em;
  }
}

@media (min-width: 768px) {
  .u-sp {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .u-pc {
    display: none !important;
  }
}
:root {
  --clip-path1: 0 100% 0 0;
  --clip-path2: 0 100% 0 0;
}

.js-colorChange {
  clip-path: inset(var(--clip-path1));
}
.js-colorChange::after {
  clip-path: inset(var(--clip-path2));
}