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

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

html {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

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

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

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

html {
  margin-top: 0 !important;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
   -ms-text-size-adjust: 100%;
       text-size-adjust: 100%;
}
@media screen and (max-width: 1439px) and (min-width: 768px) {
  html {
    font-size: calc(16 / 1440 * 100vw);
  }
}
@media screen and (max-width: 374px) {
  html {
    font-size: calc(16 / 375 * 100vw);
  }
}

html,
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  color: #191919;
  font-family: "Zen Kaku Gothic New", sans-serif;
  background: #eff6ee;
  position: relative;
}

body.js-show {
  overflow: hidden;
}

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

@media (any-hover: hover) {
  button:hover {
    cursor: pointer;
  }
}

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

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

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

input,
textarea,
select {
  font: inherit;
}

@media (min-width: 768px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
.l-loading {
  position: fixed;
  inset: 0;
  background-color: #ffffff;
  z-index: 120;
}

.l-loading__text {
  color: #191919;
  font-size: 2.6388888889vw;
  font-weight: 700;
  letter-spacing: 3.84px;
  line-height: 1.2;
  position: absolute;
  top: 32.2222222222vw;
  left: 5.6944444444vw;
}
@media screen and (max-width: 767px) {
  .l-loading__text {
    top: calc(27.7777777778vw + 3.625rem);
  }
}
@media (max-width: 600px) {
  .l-loading__text {
    top: calc(97.2222222222vw + 3.625rem);
    left: 1rem;
    font-size: 1.5rem;
    letter-spacing: 2.88px;
  }
}
.l-loading__text .large {
  font-size: 4.4444444444vw;
}
@media (max-width: 600px) {
  .l-loading__text .large {
    font-size: 2.25rem;
  }
}
.l-loading__text .line:nth-child(2) {
  margin-left: 4.1666666667vw;
}
@media (max-width: 600px) {
  .l-loading__text .line:nth-child(2) {
    margin-left: 2.5rem;
  }
}

.l-loading__img {
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
}
.l-loading__img img {
  width: 20.8333333333vw;
  height: auto;
  aspect-ratio: 300/60;
}
@media (max-width: 600px) {
  .l-loading__img img {
    width: 8.75rem;
  }
}

.nojq {
  display: none;
}

.l-header {
  padding-block: 0.6944444444vw;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  -webkit-transition: background-color 1s;
  transition: background-color 1s;
}
@media screen and (max-width: 767px) {
  .l-header {
    padding-block: 1.0625rem;
  }
}

.l-header.js-scroll {
  background-color: #ffffff;
}

.l-header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-inline: 2.7777777778vw;
}

.l-header__title-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.l-header__logo img {
  width: 13.8888888889vw;
  height: auto;
  aspect-ratio: 300/60;
}
@media screen and (max-width: 767px) {
  .l-header__logo img {
    width: 7.5rem;
  }
}

.l-header__title-sub {
  font-family: "Montserrat", sans-serif;
  font-size: 1.1111111111vw;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .l-header__title-sub {
    font-size: 0.625rem;
  }
}

@media screen and (max-width: 767px) {
  .l-header__nav {
    display: none;
  }
}

.l-header__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 2.2222222222vw;
     -moz-column-gap: 2.2222222222vw;
          column-gap: 2.2222222222vw;
}

.l-header__list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.l-header__list-item a,
.l-header__list-item button {
  font-size: max(1.25vw, 11.2px);
  font-weight: 700;
  letter-spacing: 0.8px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (any-hover: hover) {
  .l-header__list-item a:hover,
  .l-header__list-item button:hover {
    cursor: pointer;
    color: #55b538;
  }
}

.l-header__list-item--button {
  padding-right: 1rem;
  position: relative;
}
.l-header__list-item--button::after {
  content: "";
  position: absolute;
  top: 50%;
  translate: 0 -30%;
  right: 0;
  width: 0.75rem;
  height: 0.5rem;
  background: url(../../assets/img/icon-header-nav-arrow.svg) no-repeat center center/cover;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.l-header__list-item--button.js-active::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.l-header__dropDown-contents {
  padding: 1.1111111111vw;
  border-radius: 0.5555555556vw;
  border: 1px solid #191919;
  background: #ffffff;
  position: absolute;
  left: 0;
  top: calc(100% + 1.1111111111vw);
  width: auto;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s ease, visibility 0s 0.3s;
  transition: opacity 0.3s ease, visibility 0s 0.3s; /* visibilityは0.3s遅らせる */
}

.l-header__dropDown-contents.js-open {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.3s ease, visibility 0s 0s;
  transition: opacity 0.3s ease, visibility 0s 0s;
}

.l-header__dropDown-top {
  padding-bottom: 0.5555555556vw;
  border-bottom: 1px solid #191919;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 0.6944444444vw;
     -moz-column-gap: 0.6944444444vw;
          column-gap: 0.6944444444vw;
}
.l-header__dropDown-top a {
  font-size: 1.1111111111vw;
  font-weight: 700;
  line-height: normal;
  white-space: nowrap;
}
@media (any-hover: hover) {
  .l-header__dropDown-top:hover {
    cursor: pointer;
  }
  .l-header__dropDown-top:hover a {
    color: #55b538;
  }
  .l-header__dropDown-top:hover svg circle {
    stroke: #55b538;
  }
  .l-header__dropDown-top:hover svg path {
    fill: #55b538;
  }
}

.l-header__dropDown-top-icon {
  width: 1.1111111111vw;
  height: auto;
  aspect-ratio: 1;
}
.l-header__dropDown-top-icon svg circle,
.l-header__dropDown-top-icon svg path {
  -webkit-transition: stroke 0.3s;
  transition: stroke 0.3s;
  -webkit-transition: fill 0.3s;
  transition: fill 0.3s;
}

.l-header__dropDown-body {
  margin-top: 0.5555555556vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 0.5555555556vw;
}

.l-header__dropDown-body-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 2;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.l-header__dropDown-body-item a {
  font-size: 0.9722222222vw;
  font-weight: 700;
  line-height: normal;
  width: 100%;
}
@media (any-hover: hover) {
  .l-header__dropDown-body-item:hover {
    cursor: pointer;
  }
  .l-header__dropDown-body-item:hover a {
    color: #55b538;
  }
  .l-header__dropDown-body-item:hover svg path {
    fill: #55b538;
  }
}

.l-header__dropDown-body-icon {
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  right: 0;
  z-index: -1;
}
.l-header__dropDown-body-icon svg path {
  -webkit-transition: fill 0.3s;
  transition: fill 0.3s;
}

.l-drawer__icon {
  width: 3.125rem;
  height: auto;
  aspect-ratio: 1;
  background: url(../../assets/img/drawer-icon.svg) no-repeat center center/cover;
  position: fixed;
  top: 0.375rem;
  right: 1rem;
  z-index: 102;
}
@media (min-width: 768px) {
  .l-drawer__icon {
    display: none;
  }
}

.l-drawer__icon--bar {
  width: 1.75rem;
  height: 0.1875rem;
  background-color: #ffffff;
  position: absolute;
  left: 50%;
  translate: -50% 0;
  border-radius: 0.1875rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform-origin: center;
          transform-origin: center;
}
.l-drawer__icon--bar:nth-child(1) {
  top: 1rem;
}
.l-drawer__icon--bar:nth-child(2) {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.l-drawer__icon--bar:nth-child(3) {
  bottom: 1rem;
}

.l-drawer__icon.js-show .l-drawer__icon--bar:nth-child(1) {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  rotate: 45deg;
}
.l-drawer__icon.js-show .l-drawer__icon--bar:nth-child(2) {
  opacity: 0;
}
.l-drawer__icon.js-show .l-drawer__icon--bar:nth-child(3) {
  bottom: 50%;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  rotate: -45deg;
}

.l-drawer {
  position: fixed;
  top: 0;
  right: -100%;
  height: 100vh;
  padding-block: 1.5rem;
  padding-left: 1.5rem;
  padding-right: 2rem;
  background: #ffffff;
  border-radius: 0 0 0 1rem;
  z-index: 101;
  -webkit-transition: right 0.3s ease;
  transition: right 0.3s ease;
  overflow: auto;
}
@media (min-width: 768px) {
  .l-drawer {
    display: none;
  }
}

.l-drawer.js-show {
  right: 0;
}

.l-drawer__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 1.5rem;
}

.l-drawer__list-item a,
.l-drawer__list-item button {
  font-size: 1rem;
  font-weight: 700;
  line-height: normal;
}

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

.l-drawer__contents-top {
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #191919;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 0.5rem;
     -moz-column-gap: 0.5rem;
          column-gap: 0.5rem;
}

.l-drawer__contents-top-icon {
  width: 1rem;
  height: auto;
  aspect-ratio: 1;
}

.l-drawer__contents-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 1rem;
}

.l-drawer__contents-body-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 1;
}
.l-drawer__contents-body-item a {
  width: 100%;
  font-size: 0.875rem;
}

.l-drawer__contents-body-icon {
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  right: 0;
  z-index: -1;
}

.l-drawer__list-item .--corporate {
  display: inline-block;
  padding-right: 1.125rem;
  position: relative;
}
.l-drawer__list-item .--corporate::after {
  content: "";
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  right: 0;
  width: 0.625rem;
  height: auto;
  aspect-ratio: 1;
  background: url(../../assets/img/icon-corporate-link.svg) no-repeat center center/contain;
}

.l-inner {
  position: relative;
  width: 100%;
  max-width: 1440px;
  height: inherit;
  padding: 0 2.5rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .l-inner {
    width: 100%;
    padding: 0 1rem;
  }
}

.l-inner__narrow {
  max-width: 77.5rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .l-inner__narrow {
    padding: 0 1rem;
    max-width: 600px;
  }
}

.l-footer {
  background: #ffffff;
  padding-top: 5rem;
  padding-bottom: 1.25rem;
}
@media screen and (max-width: 767px) {
  .l-footer {
    padding-top: 2rem;
    padding-bottom: 1rem;
  }
}

.l-footer__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .l-footer__contents {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.l-footer__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 1rem;
}
@media screen and (max-width: 767px) {
  .l-footer__info {
    width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.l-footer__logo img {
  width: 22.5rem;
  height: auto;
  aspect-ratio: 256/56;
}
@media screen and (max-width: 767px) {
  .l-footer__logo img {
    width: 15rem;
  }
}

.l-footer__address p {
  font-size: 1.125rem;
  font-weight: 600;
  line-height: normal;
}
@media screen and (max-width: 767px) {
  .l-footer__address p {
    font-size: 0.875rem;
    font-weight: 400;
  }
}

.l-footer__corporate-link a {
  font-size: 1.125rem;
  font-weight: 600;
  line-height: normal;
  display: inline-block;
  padding-right: 1.125rem;
  position: relative;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
@media screen and (max-width: 767px) {
  .l-footer__corporate-link a {
    font-size: 0.875rem;
    font-weight: 400;
  }
}
@media (any-hover: hover) {
  .l-footer__corporate-link a:hover {
    cursor: pointer;
    color: #55b538;
  }
  .l-footer__corporate-link a:hover::before {
    background-color: #55b538;
  }
}
.l-footer__corporate-link a::after {
  content: "";
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  right: 0;
  width: 0.625rem;
  height: auto;
  aspect-ratio: 1;
  background: url(../../assets/img/icon-corporate-link.svg) no-repeat center center/contain;
}

.l-footer__copyright {
  color: #d2d2d2;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: normal;
}
@media screen and (max-width: 767px) {
  .l-footer__copyright {
    font-size: 0.75rem;
  }
}

.l-footer__nav {
  padding-right: 1.5rem;
}
@media screen and (max-width: 767px) {
  .l-footer__nav {
    display: none;
  }
}

.l-footer__nav-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 5rem;
     -moz-column-gap: 5rem;
          column-gap: 5rem;
}

.l-footer__nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 1.5rem;
}

.l-footer__nav-item-head {
  font-size: 1.375rem;
  font-weight: 700;
  line-height: normal;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
@media (any-hover: hover) {
  .l-footer__nav-item-head:hover {
    cursor: pointer;
    color: #55b538;
  }
}

.l-footer__page-links {
  margin-top: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 0.5rem;
}

.l-footer__page-link {
  font-size: 1.125rem;
  font-weight: 600;
  line-height: normal;
  padding-left: 1.125rem;
  position: relative;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
@media (any-hover: hover) {
  .l-footer__page-link:hover {
    cursor: pointer;
    color: #55b538;
  }
  .l-footer__page-link:hover::before {
    background-color: #55b538;
  }
}
.l-footer__page-link::before {
  content: "";
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  left: 0;
  width: 0.625rem;
  height: 1px;
  background-color: #191919;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}

.l-fv {
  margin-top: 4.4444444444vw;
  padding-top: 2.2222222222vw;
}
@media screen and (max-width: 767px) {
  .l-fv {
    margin-top: 3.625rem;
  }
}
@media (max-width: 600px) {
  .l-fv {
    padding-top: 0;
  }
}

.l-fv__inner {
  padding-inline: 2.7777777778vw;
}
@media (max-width: 600px) {
  .l-fv__inner {
    padding-inline: 1rem;
  }
}

.l-section {
  padding-block: 3.75rem;
}
@media screen and (max-width: 767px) {
  .l-section {
    padding-block: 2rem;
  }
}

.l-section__contents {
  margin-top: 2rem;
}

.l-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: -1;
}

.l-bg__cattle {
  position: absolute;
}
.l-bg__cattle.--musk1 {
  top: 16.875vw;
  translate: 0 6.9444444444vw;
  left: -18.3333333333vw;
  z-index: -100;
  width: 123.2638888889vw;
  height: 103.6111111111vw;
  opacity: 0.4;
}
@media (max-width: 600px) {
  .l-bg__cattle.--musk1 {
    display: none;
  }
}
.l-bg__cattle.--musk2 {
  top: 34.375vw;
  translate: 0 6.9444444444vw;
  right: -8.3333333333vw;
  width: 53.2638888889vw;
  height: 57.3611111111vw;
  z-index: -100;
  opacity: 0.4;
}
@media (max-width: 600px) {
  .l-bg__cattle.--musk2 {
    display: none;
  }
}
.l-bg__cattle.--musk1-sp {
  width: 100%;
  height: auto;
  top: 21.25rem;
  left: 0;
  z-index: -100;
  translate: 0 2.5rem;
  opacity: 0.4;
}
@media (min-width: 601px) {
  .l-bg__cattle.--musk1-sp {
    display: none;
  }
}
.l-bg__cattle.is-translateY.--musk1 {
  -webkit-animation: 1.5s ease-out forwards translateY;
          animation: 1.5s ease-out forwards translateY;
}
@-webkit-keyframes translateY {
  0% {
    translate: 0 6.9444444444vw;
    opacity: 0.4;
  }
  100% {
    translate: 0 0;
    opacity: 1;
  }
}
@keyframes translateY {
  0% {
    translate: 0 6.9444444444vw;
    opacity: 0.4;
  }
  100% {
    translate: 0 0;
    opacity: 1;
  }
}
.l-bg__cattle.is-translateY.--musk2 {
  -webkit-animation: 2.5s ease-out forwards translateY;
          animation: 2.5s ease-out forwards translateY;
}
@keyframes translateY {
  0% {
    translate: 0 6.9444444444vw;
    opacity: 0.4;
  }
  100% {
    translate: 0 0;
    opacity: 1;
  }
}
.l-bg__cattle.is-translateY.--musk1-sp {
  -webkit-animation: 1.5s ease-out forwards translateY;
          animation: 1.5s ease-out forwards translateY;
}
@keyframes translateY {
  0% {
    translate: 0 2.5rem;
    opacity: 0.4;
  }
  100% {
    translate: 0 0;
    opacity: 1;
  }
}

.l-contents-wrap {
  position: relative;
}

button {
  background: none;
}

:where(dialog) {
  width: unset;
  max-width: unset;
  height: unset;
  max-height: unset;
  padding: unset;
  color: unset;
  background-color: unset;
  border: unset;
  overflow: unset;
}

body:has(dialog[open]) {
  overflow: hidden;
}

.wrapper:has(dialog[open]) {
  overflow-y: auto;
  scrollbar-gutter: stable;
}

dialog {
  overflow: visible !important;
}
dialog::-ms-backdrop {
  opacity: 0;
  -ms-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
}
dialog::backdrop {
  opacity: 0;
  -webkit-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
}
dialog.js-show.l-modal__content {
  opacity: 1;
}
dialog.js-show::-ms-backdrop {
  opacity: 1;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(6px);
}
dialog.js-show::backdrop {
  opacity: 1;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(6px);
}

.l-modal__content {
  overflow: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  width: 94.4444444444%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  max-width: 1440px;
  max-height: 80vh;
  background: #eff6ee;
  border-radius: 1.1111111111vw;
  z-index: 100;
}

.l-modal__close-btn {
  font-size: 40px;
  color: #ffffff;
  position: absolute;
  top: -50px;
  right: 0;
}
@media screen and (max-width: 767px) {
  .l-modal__close-btn {
    font-size: 2.5rem;
    top: -3.125rem;
  }
}

.l-modal__close-btn:focus-visible {
  outline: none;
}

.l-modal__inner {
  overflow-y: scroll;
  height: inherit;
  max-height: inherit;
  position: relative;
  padding-block: 2.5rem;
  padding-inline: 4rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .l-modal__inner {
    padding-inline: 1rem;
    padding-block: 2rem;
  }
}

.l-modal__body {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.l-page-top {
  margin-top: 6.1111111111vw;
}
@media screen and (max-width: 767px) {
  .l-page-top {
    margin-top: 4.875rem;
  }
}

.l-page-top__inner {
  padding-inline: 2.7777777778vw;
}
@media screen and (max-width: 767px) {
  .l-page-top__inner {
    padding-inline: 1rem;
  }
}

.l-page-top__breadcrumb {
  margin-top: 1.1111111111vw;
  margin-left: 2.7777777778vw;
  font-size: 1.1111111111vw;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media screen and (max-width: 767px) {
  .l-page-top__breadcrumb {
    margin-top: 1rem;
    font-size: 0.75rem;
    margin-left: 0;
  }
}
.l-page-top__breadcrumb a {
  display: block;
}
.l-page-top__breadcrumb .breadcrumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 0.8333333333vw;
     -moz-column-gap: 0.8333333333vw;
          column-gap: 0.8333333333vw;
}
@media screen and (max-width: 767px) {
  .l-page-top__breadcrumb .breadcrumbs {
    -webkit-column-gap: 0.5rem;
       -moz-column-gap: 0.5rem;
            column-gap: 0.5rem;
  }
}
.l-page-top__breadcrumb .home {
  color: rgba(25, 25, 25, 0.5);
  font-family: "Montserrat", sans-serif;
}
.l-page-top__breadcrumb .current-item {
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #191919;
}
.l-page-top__breadcrumb .breadcrumbs a[href*="/work/"] {
  pointer-events: none;
  text-decoration: none;
  color: inherit;
}

.l-page-contents {
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .l-page-contents {
    margin-top: 1rem;
  }
}

.l-page-section-padding {
  padding-top: 3.75rem;
}
@media screen and (max-width: 767px) {
  .l-page-section-padding {
    padding-block: 1.25rem;
  }
}

.c-btn {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-right: 4.75rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-btn {
    padding-right: 3rem;
  }
}
.c-btn::after {
  content: "";
  position: absolute;
  width: 3.75rem;
  height: auto;
  aspect-ratio: 1;
  top: 50%;
  translate: 0 -50%;
  right: 0;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
@media screen and (max-width: 767px) {
  .c-btn::after {
    width: 2.5rem;
  }
}
@media (any-hover: hover) {
  .c-btn:hover::after {
    cursor: pointer;
    -webkit-transform: translateX(0.625rem);
            transform: translateX(0.625rem);
  }
}
.c-btn.--white .c-btn__text {
  border-bottom: 1px solid #ffffff;
}
.c-btn.--white::after {
  background: url(../img/btn-arrow-white.svg) no-repeat center center/contain;
}
.c-btn.--black .c-btn__text {
  border-bottom: 1px solid #191919;
}
.c-btn.--black::after {
  background: url(../img/btn-arrow-black.svg) no-repeat center center/contain;
}
.c-btn.--large .c-btn__text {
  font-size: 2rem;
  line-height: 100%;
}
@media screen and (max-width: 767px) {
  .c-btn.--large .c-btn__text {
    font-size: 0.875rem;
    letter-spacing: 0.112px;
  }
}
.c-btn.--en .c-btn__text {
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
}

.c-btn__text {
  padding-bottom: 0.375rem;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.128px;
  line-height: 100%;
}
@media screen and (max-width: 767px) {
  .c-btn__text {
    font-size: 0.875rem;
    letter-spacing: 0.112px;
  }
}

.c-btn--down::after {
  rotate: 90deg;
}
.c-btn--down.js-show::after {
  rotate: -90deg;
}

.c-contact-btn {
  padding: 0.5555555556vw 1.3888888889vw;
  border-radius: 0.6944444444vw;
  background: #971e1e;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 0.6944444444vw;
     -moz-column-gap: 0.6944444444vw;
          column-gap: 0.6944444444vw;
}
@media (any-hover: hover) {
  .c-contact-btn:hover {
    cursor: pointer;
    opacity: 0.6;
  }
}
@media screen and (max-width: 767px) {
  .c-contact-btn {
    padding: 0.5rem 1.25rem;
    -webkit-column-gap: 0.625rem;
       -moz-column-gap: 0.625rem;
            column-gap: 0.625rem;
    border-radius: 0.625rem;
  }
}
.c-contact-btn .icon-mail {
  width: 1.25vw;
  height: 0.9027777778vw;
  display: grid;
  place-items: center;
}
@media screen and (max-width: 767px) {
  .c-contact-btn .icon-mail {
    width: 1.125rem;
    height: 0.8125rem;
  }
}
.c-contact-btn .text {
  color: #ffffff;
  font-size: 1.25vw;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .c-contact-btn .text {
    font-size: 1rem;
  }
}
.c-contact-btn .icon-arrow {
  width: 1.25vw;
  height: auto;
  aspect-ratio: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .c-contact-btn .icon-arrow {
    width: 1.125rem;
  }
}

.c-section-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 0.5rem;
}
.c-section-title.--colorWhite {
  color: #ffffff;
}
.c-section-title.--colorBlack {
  color: #191919;
}

.c-section-title--en {
  font-family: "Montserrat", sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .c-section-title--en {
    font-size: 1.5rem;
  }
}

.c-section-title--jp {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .c-section-title--jp {
    font-size: 0.875rem;
  }
}

.c-page-title__wrap {
  position: relative;
  aspect-ratio: 1360/328;
}
@media (max-width: 600px) {
  .c-page-title__wrap {
    aspect-ratio: 343/110;
  }
}
.c-page-title__wrap picture {
  width: 100%;
  height: 100%;
}
.c-page-title__wrap img {
  border-radius: 2rem;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .c-page-title__wrap img {
    border-radius: 0.625rem;
  }
}

.c-page-title__text-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  color: #ffffff;
  text-align: center;
}

.c-page-title__text--jp {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 2.7777777778vw;
  font-weight: 700;
  line-height: normal;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .c-page-title__text--jp {
    font-size: 1.25rem;
  }
}

.c-page-title__text--en {
  margin-top: 1.25rem;
  font-family: Montserrat;
  font-size: 1.6666666667vw;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .c-page-title__text--en {
    font-size: 0.75rem;
  }
}

.c-page-title__text-lead {
  font-size: 1.3888888889vw;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .c-page-title__text-lead {
    font-size: 0.625rem;
  }
}

.c-page-title__text-wrap-icon img {
  width: 4.8611111111vw;
  height: auto;
  aspect-ratio: 1;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .c-page-title__text-wrap-icon img {
    width: 1.5rem;
  }
}

.c-map-btn__wrap {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-map-btn__wrap.--top {
  left: 50%;
  translate: -50% 0;
  top: 200%;
}
@media screen and (max-width: 767px) {
  .c-map-btn__wrap.--top {
    top: 250%;
  }
}
.c-map-btn__wrap.--bottom {
  left: 50%;
  translate: -50% 0;
  bottom: 200%;
}
@media screen and (max-width: 767px) {
  .c-map-btn__wrap.--bottom {
    bottom: 250%;
  }
}
.c-map-btn__wrap.--right {
  top: 50%;
  translate: 0 -50%;
  right: 200%;
}
@media screen and (max-width: 767px) {
  .c-map-btn__wrap.--right {
    right: 250%;
  }
}
.c-map-btn__wrap.--left {
  top: 50%;
  translate: 0 -50%;
  left: 200%;
}
@media screen and (max-width: 767px) {
  .c-map-btn__wrap.--left {
    left: 250%;
  }
}

.c-map-btn__wrap.--green.--top::before, .c-map-btn__wrap.--green.--top::after {
  content: "";
  position: absolute;
  border-style: solid;
}
.c-map-btn__wrap.--green.--top::before {
  top: 0.1388888889vw;
  left: 50%;
  border-width: 0 0.5555555556vw 1.1111111111vw 0.5555555556vw;
  border-color: transparent transparent #55b538 transparent;
  translate: -50% -100%;
}
@media screen and (max-width: 767px) {
  .c-map-btn__wrap.--green.--top::before {
    top: 0.125rem;
    border-width: 0 0.4375rem 0.875rem 0.4375rem;
  }
}
@media (max-width: 425px) {
  .c-map-btn__wrap.--green.--top::before {
    top: 0.25rem;
    border-width: 0 0.3125rem 0.625rem 0.3125rem;
  }
}
.c-map-btn__wrap.--green.--top::after {
  top: 0.1388888889vw;
  left: 50%;
  border-width: 0 0.4027777778vw 0.7986111111vw 0.4027777778vw;
  border-color: transparent transparent #fff transparent;
  translate: -50% -100%;
}
@media screen and (max-width: 767px) {
  .c-map-btn__wrap.--green.--top::after {
    top: 0.125rem;
    border-width: 0 0.3rem 0.59375rem 0.3rem;
  }
}
@media (max-width: 425px) {
  .c-map-btn__wrap.--green.--top::after {
    top: 0.25rem;
    border-width: 0 0.2375rem 0.4875rem 0.2375rem;
  }
}
.c-map-btn__wrap.--green.--bottom::before, .c-map-btn__wrap.--green.--bottom::after {
  content: "";
  position: absolute;
  border-style: solid;
}
.c-map-btn__wrap.--green.--bottom::before {
  bottom: 0.1388888889vw;
  left: 50%;
  border-width: 1.1111111111vw 0.5555555556vw 0 0.5555555556vw;
  border-color: #55b538 transparent transparent transparent;
  translate: -50% 100%;
}
@media screen and (max-width: 767px) {
  .c-map-btn__wrap.--green.--bottom::before {
    bottom: 0.125rem;
    border-width: 0.875rem 0.4375rem 0 0.4375rem;
  }
}
@media (max-width: 425px) {
  .c-map-btn__wrap.--green.--bottom::before {
    bottom: 0.25rem;
    border-width: 0.625rem 0.3125rem 0 0.3125rem;
  }
}
.c-map-btn__wrap.--green.--bottom::after {
  bottom: 0.1388888889vw;
  left: 50%;
  border-width: 0.7986111111vw 0.4027777778vw 0 0.4027777778vw;
  border-color: #fff transparent transparent transparent;
  translate: -50% 100%;
}
@media screen and (max-width: 767px) {
  .c-map-btn__wrap.--green.--bottom::after {
    bottom: 0.125rem;
    border-width: 0.59375rem 0.3rem 0 0.3rem;
  }
}
@media (max-width: 425px) {
  .c-map-btn__wrap.--green.--bottom::after {
    bottom: 0.25rem;
    border-width: 0.4875rem 0.24375rem 0 0.24375rem;
  }
}
.c-map-btn__wrap.--green.--left::before, .c-map-btn__wrap.--green.--left::after {
  content: "";
  position: absolute;
  border-style: solid;
}
.c-map-btn__wrap.--green.--left::before {
  top: 50%;
  left: 0.1388888889vw;
  border-width: 0.5555555556vw 1.1111111111vw 0.5555555556vw 0;
  border-color: transparent #55b538 transparent transparent;
  translate: -100% -50%;
}
@media screen and (max-width: 767px) {
  .c-map-btn__wrap.--green.--left::before {
    left: 0.125rem;
    border-width: 0.4375rem 0.875rem 0.4375rem 0;
  }
}
@media (max-width: 425px) {
  .c-map-btn__wrap.--green.--left::before {
    left: 0.25rem;
    border-width: 0.3125rem 0.625rem 0.3125rem 0;
  }
}
.c-map-btn__wrap.--green.--left::after {
  top: 50%;
  left: 0.1388888889vw;
  border-width: 0.4027777778vw 0.7986111111vw 0.4027777778vw 0;
  border-color: transparent #fff transparent transparent;
  translate: -100% -50%;
}
@media screen and (max-width: 767px) {
  .c-map-btn__wrap.--green.--left::after {
    left: 0.125rem;
    border-width: 0.3rem 0.59375rem 0.3rem 0;
  }
}
@media (max-width: 425px) {
  .c-map-btn__wrap.--green.--left::after {
    left: 0.25rem;
    border-width: 0.24375rem 0.4875rem 0.24375rem 0;
  }
}
.c-map-btn__wrap.--green.--right::before, .c-map-btn__wrap.--green.--right::after {
  content: "";
  position: absolute;
  border-style: solid;
}
.c-map-btn__wrap.--green.--right::before {
  top: 50%;
  right: 0.1388888889vw;
  border-width: 0.5555555556vw 0 0.5555555556vw 1.1111111111vw;
  border-color: transparent transparent transparent #55b538;
  translate: 100% -50%;
}
@media screen and (max-width: 767px) {
  .c-map-btn__wrap.--green.--right::before {
    right: 0.125rem;
    border-width: 0.4375rem 0 0.4375rem 0.875rem;
  }
}
@media (max-width: 425px) {
  .c-map-btn__wrap.--green.--right::before {
    right: 0.25rem;
    border-width: 0.3125rem 0 0.3125rem 0.625rem;
  }
}
.c-map-btn__wrap.--green.--right::after {
  top: 50%;
  right: 0.1388888889vw;
  border-width: 0.4027777778vw 0 0.4027777778vw 0.7986111111vw;
  border-color: transparent transparent transparent #fff;
  translate: 100% -50%;
}
@media screen and (max-width: 767px) {
  .c-map-btn__wrap.--green.--right::after {
    right: 0.125rem;
    border-width: 0.3rem 0 0.3rem 0.59375rem;
  }
}
@media (max-width: 425px) {
  .c-map-btn__wrap.--green.--right::after {
    right: 0.25rem;
    border-width: 0.24375rem 0 0.24375rem 0.4875rem;
  }
}
.c-map-btn__wrap.--black.--top::before, .c-map-btn__wrap.--black.--top::after {
  content: "";
  position: absolute;
  border-style: solid;
}
.c-map-btn__wrap.--black.--top::before {
  top: 0.1388888889vw;
  left: 50%;
  border-width: 0 0.5555555556vw 1.1111111111vw 0.5555555556vw;
  border-color: transparent transparent #191919 transparent;
  translate: -50% -100%;
}
@media screen and (max-width: 767px) {
  .c-map-btn__wrap.--black.--top::before {
    top: 0.125rem;
    border-width: 0 0.4375rem 0.875rem 0.4375rem;
  }
}
@media (max-width: 425px) {
  .c-map-btn__wrap.--black.--top::before {
    top: 0.25rem;
    border-width: 0 0.3125rem 0.625rem 0.3125rem;
  }
}
.c-map-btn__wrap.--black.--top::after {
  top: 0.1388888889vw;
  left: 50%;
  border-width: 0 0.4027777778vw 0.7986111111vw 0.4027777778vw;
  border-color: transparent transparent #fff transparent;
  translate: -50% -100%;
}
@media screen and (max-width: 767px) {
  .c-map-btn__wrap.--black.--top::after {
    top: 0.125rem;
    border-width: 0 0.3rem 0.59375rem 0.3rem;
  }
}
@media (max-width: 425px) {
  .c-map-btn__wrap.--black.--top::after {
    top: 0.25rem;
    border-width: 0 0.2375rem 0.4875rem 0.2375rem;
  }
}
.c-map-btn__wrap.--black.--bottom::before, .c-map-btn__wrap.--black.--bottom::after {
  content: "";
  position: absolute;
  border-style: solid;
}
.c-map-btn__wrap.--black.--bottom::before {
  bottom: 0.1388888889vw;
  left: 50%;
  border-width: 1.1111111111vw 0.5555555556vw 0 0.5555555556vw;
  border-color: #191919 transparent transparent transparent;
  translate: -50% 100%;
}
@media screen and (max-width: 767px) {
  .c-map-btn__wrap.--black.--bottom::before {
    bottom: 0.125rem;
    border-width: 0.875rem 0.4375rem 0 0.4375rem;
  }
}
@media (max-width: 425px) {
  .c-map-btn__wrap.--black.--bottom::before {
    bottom: 0.25rem;
    border-width: 0.625rem 0.3125rem 0 0.3125rem;
  }
}
.c-map-btn__wrap.--black.--bottom::after {
  bottom: 0.1388888889vw;
  left: 50%;
  border-width: 0.7986111111vw 0.4027777778vw 0 0.4027777778vw;
  border-color: #fff transparent transparent transparent;
  translate: -50% 100%;
}
@media screen and (max-width: 767px) {
  .c-map-btn__wrap.--black.--bottom::after {
    bottom: 0.125rem;
    border-width: 0.59375rem 0.3rem 0 0.3rem;
  }
}
@media (max-width: 425px) {
  .c-map-btn__wrap.--black.--bottom::after {
    bottom: 0.25rem;
    border-width: 0.4875rem 0.24375rem 0 0.24375rem;
  }
}
.c-map-btn__wrap.--black.--left::before, .c-map-btn__wrap.--black.--left::after {
  content: "";
  position: absolute;
  border-style: solid;
}
.c-map-btn__wrap.--black.--left::before {
  top: 50%;
  left: 0.1388888889vw;
  border-width: 0.5555555556vw 1.1111111111vw 0.5555555556vw 0;
  border-color: transparent #191919 transparent transparent;
  translate: -100% -50%;
}
@media screen and (max-width: 767px) {
  .c-map-btn__wrap.--black.--left::before {
    left: 0.125rem;
    border-width: 0.4375rem 0.875rem 0.4375rem 0;
  }
}
@media (max-width: 425px) {
  .c-map-btn__wrap.--black.--left::before {
    left: 0.25rem;
    border-width: 0.3125rem 0.625rem 0.3125rem 0;
  }
}
.c-map-btn__wrap.--black.--left::after {
  top: 50%;
  left: 0.1388888889vw;
  border-width: 0.4027777778vw 0.7986111111vw 0.4027777778vw 0;
  border-color: transparent #fff transparent transparent;
  translate: -100% -50%;
}
@media screen and (max-width: 767px) {
  .c-map-btn__wrap.--black.--left::after {
    left: 0.125rem;
    border-width: 0.3rem 0.59375rem 0.3rem 0;
  }
}
@media (max-width: 425px) {
  .c-map-btn__wrap.--black.--left::after {
    left: 0.25rem;
    border-width: 0.24375rem 0.4875rem 0.24375rem 0;
  }
}
.c-map-btn__wrap.--black.--right::before, .c-map-btn__wrap.--black.--right::after {
  content: "";
  position: absolute;
  border-style: solid;
}
.c-map-btn__wrap.--black.--right::before {
  top: 50%;
  right: 0.1388888889vw;
  border-width: 0.5555555556vw 0 0.5555555556vw 1.1111111111vw;
  border-color: transparent transparent transparent #191919;
  translate: 100% -50%;
}
@media screen and (max-width: 767px) {
  .c-map-btn__wrap.--black.--right::before {
    right: 0.125rem;
    border-width: 0.4375rem 0 0.4375rem 0.875rem;
  }
}
@media (max-width: 425px) {
  .c-map-btn__wrap.--black.--right::before {
    right: 0.25rem;
    border-width: 0.3125rem 0 0.3125rem 0.625rem;
  }
}
.c-map-btn__wrap.--black.--right::after {
  top: 50%;
  right: 0.1388888889vw;
  border-width: 0.4027777778vw 0 0.4027777778vw 0.7986111111vw;
  border-color: transparent transparent transparent #fff;
  translate: 100% -50%;
}
@media screen and (max-width: 767px) {
  .c-map-btn__wrap.--black.--right::after {
    right: 0.125rem;
    border-width: 0.3rem 0 0.3rem 0.59375rem;
  }
}
@media (max-width: 425px) {
  .c-map-btn__wrap.--black.--right::after {
    right: 0.25rem;
    border-width: 0.24375rem 0 0.24375rem 0.4875rem;
  }
}

.c-map-btn__wrap.--green .c-map-btn {
  border: 0.1388888889vw solid #55b538;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-map-btn__wrap.--green .c-map-btn {
    border: 0.125rem solid #55b538;
  }
}
@media (max-width: 425px) {
  .c-map-btn__wrap.--green .c-map-btn {
    border: 0.0625rem solid #55b538;
  }
}
.c-map-btn__wrap.--green .c-map-btn::before, .c-map-btn__wrap.--green .c-map-btn::after {
  content: "";
  position: absolute;
}
.c-map-btn__wrap.--green .c-map-btn::before {
  top: 50%;
  translate: 0 -50%;
  left: 0.8333333333vw;
  width: 1.3888888889vw;
  height: 1.1111111111vw;
  background: url(../img/btn-map-movie.svg) no-repeat center center/cover;
}
@media screen and (max-width: 767px) {
  .c-map-btn__wrap.--green .c-map-btn::before {
    left: 0.375rem;
    width: 0.75rem;
    height: 0.625rem;
  }
}
.c-map-btn__wrap.--green .c-map-btn::after {
  background-color: #55b538;
}

.c-map-btn__wrap.--black .c-map-btn {
  border: 0.1388888889vw solid #191919;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-map-btn__wrap.--black .c-map-btn {
    border: 0.125rem solid #191919;
  }
}
@media (max-width: 425px) {
  .c-map-btn__wrap.--black .c-map-btn {
    border: 0.0625rem solid #191919;
  }
}
.c-map-btn__wrap.--black .c-map-btn::before, .c-map-btn__wrap.--black .c-map-btn::after {
  content: "";
  position: absolute;
}
.c-map-btn__wrap.--black .c-map-btn::before {
  top: 50%;
  translate: 0 -50%;
  left: 0.8333333333vw;
  width: 1.3888888889vw;
  height: 1.1111111111vw;
  background: url(../img/btn-map-photo.svg) no-repeat center center/cover;
}
@media screen and (max-width: 767px) {
  .c-map-btn__wrap.--black .c-map-btn::before {
    left: 0.375rem;
    width: 0.625rem;
    height: 0.625rem;
  }
}
.c-map-btn__wrap.--black .c-map-btn::after {
  background-color: #191919;
}

.c-map-btn {
  font-size: 1.5277777778vw;
  font-weight: 500;
  padding: 0.5555555556vw 1.3888888889vw 0.5555555556vw 2.4305555556vw;
  background: #ffffff;
  border-radius: 0.2777777778vw;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .c-map-btn {
    font-size: 0.75rem;
    padding: 0.25rem 0.3125rem 0.25rem 1.3125rem;
    border-radius: 0.25rem;
  }
}
@media (max-width: 600px) {
  .c-map-btn {
    font-size: 0.625rem;
  }
}
@media (max-width: 425px) {
  .c-map-btn {
    padding: 0.125rem 0.15625rem 0.125rem 1.3125rem;
    border-radius: 0.125rem;
  }
}
.c-map-btn .--pudding {
  color: #55b538;
  font-size: 0.8333333333vw;
  font-weight: 700;
  line-height: 100%;
}
@media (max-width: 767px) {
  .c-map-btn .--pudding {
    font-size: 0.625rem;
  }
}
@media (max-width: 600px) {
  .c-map-btn .--pudding {
    font-size: 0.5rem;
  }
}
@media (any-hover: hover) {
  .c-map-btn:hover {
    cursor: pointer;
  }
}

.c-page-contents-title {
  color: #191919;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: normal;
  padding-left: 1.5rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-page-contents-title {
    font-size: 1.25rem;
    padding-left: 1rem;
  }
}
.c-page-contents-title.--requirements {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 2.5rem;
     -moz-column-gap: 2.5rem;
          column-gap: 2.5rem;
}
.c-page-contents-title::before {
  content: "";
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  left: 0;
  width: 0.375rem;
  height: 1.75rem;
  background: #55b538;
  border-radius: 9999px;
}
@media screen and (max-width: 767px) {
  .c-page-contents-title::before {
    width: 0.125rem;
    height: 1.25rem;
  }
}

.c-page-contents-title__annotation {
  color: #f30206;
  font-size: 1.375rem;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .c-page-contents-title__annotation {
    font-size: 0.875rem;
    font-weight: 400;
  }
}

.c-page-contents-title--requirements {
  position: relative;
}
.c-page-contents-title--requirements::after {
  content: "";
  position: absolute;
  width: 0.125rem;
  height: 2rem;
  background: #191919;
  top: 50%;
  translate: 0 -50%;
  left: calc(100% + 1.25rem);
}
@media screen and (max-width: 767px) {
  .c-page-contents-title--requirements::after {
    width: 0.0625rem;
    height: 1.125rem;
  }
}

.p-fv {
  position: relative;
}

.p-fv__text {
  color: #ffffff;
  text-shadow: 6px 6px 4px rgba(0, 0, 0, 0.25);
  font-size: 2.6388888889vw;
  font-weight: 700;
  letter-spacing: 3.84px;
  line-height: 1.2;
  position: absolute;
  top: 27.7777777778vw;
  left: 5.6944444444vw;
}
@media (max-width: 600px) {
  .p-fv__text {
    top: 97.2222222222vw;
    left: 1rem;
    font-size: 1.5rem;
    letter-spacing: 2.88px;
  }
}
.p-fv__text .large {
  font-size: 4.4444444444vw;
}
@media (max-width: 600px) {
  .p-fv__text .large {
    font-size: 2.25rem;
  }
}
.p-fv__text .line {
  width: -webkit-fit-content !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
}
.p-fv__text .line:nth-child(2) {
  margin-left: 4.1666666667vw;
}
@media (max-width: 600px) {
  .p-fv__text .line:nth-child(2) {
    margin-left: 2.5rem;
  }
}
.p-fv__text .char {
  opacity: 0;
  display: inline-block;
}

.p-fv__slide {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  padding-top: 2.2222222222vw;
  width: 83.3333333333vw;
  height: auto;
  aspect-ratio: 1200/600;
  position: relative;
}
@media (max-width: 600px) {
  .p-fv__slide {
    width: 100%;
    max-width: 460px;
    height: auto;
    padding-top: 0;
    aspect-ratio: 343/520;
    margin-inline: auto;
  }
}

.p-fv__slide-item {
  position: absolute;
  inset: 0;
  border-radius: 1.3888888889vw;
  overflow: hidden;
}
@media (max-width: 600px) {
  .p-fv__slide-item {
    border-radius: 1rem;
  }
}

.p-fv__slide-item picture {
  width: 100%;
  height: 100%;
}

.p-fv__slide-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0;
  -webkit-animation: 15s ease infinite slide;
          animation: 15s ease infinite slide;
}
@-webkit-keyframes slide {
  0% {
    opacity: 0;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  15% {
    opacity: 1;
  }
  30% {
    opacity: 1;
  }
  45% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
@keyframes slide {
  0% {
    opacity: 0;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  15% {
    opacity: 1;
  }
  30% {
    opacity: 1;
  }
  45% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}

.p-fv__slide-item:nth-child(1) img {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}

.p-fv__slide-item:nth-child(2) img {
  -webkit-animation-delay: 7s;
          animation-delay: 7s;
}

.p-fv__slide-item:nth-child(3) img {
  -webkit-animation-delay: 12s;
          animation-delay: 12s;
}

.p-fv__scrolldown-wrap {
  position: absolute;
  bottom: 22.2222222222vw;
  left: 50%;
  translate: -50% 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.25vw;
}
@media (max-width: 600px) {
  .p-fv__scrolldown-wrap {
    bottom: 12%;
    gap: 1rem;
  }
}

.p-fv__scrolldown-text {
  color: #ffffff;
  font-family: Montserrat;
  font-size: 1.3888888889vw;
  font-weight: 500;
  line-height: normal;
}
@media (max-width: 600px) {
  .p-fv__scrolldown-text {
    font-size: 1.25rem;
  }
}

.p-fv__scrolldown-bar {
  position: relative;
  width: 0.2777777778vw;
  height: 6.9444444444vw;
  border-radius: 3.4722222222vw;
  background: #fff;
  overflow: hidden;
}
@media (max-width: 600px) {
  .p-fv__scrolldown-bar {
    width: 0.25rem;
    height: 5rem;
  }
}

.p-fv__usisan {
  position: absolute;
  bottom: 18.75vw;
  left: calc(50% + 13.8888888889vw);
}
@media (max-width: 767px) {
  .p-fv__usisan {
    bottom: 20.8333333333vw;
  }
}
@media (max-width: 600px) {
  .p-fv__usisan {
    bottom: 6.25rem;
  }
}
.p-fv__usisan img {
  width: 20.8333333333vw;
  height: auto;
  aspect-ratio: 360/190;
}
@media screen and (max-width: 767px) {
  .p-fv__usisan img {
    width: 6.25rem;
  }
}

.p-fv__scrolldown-bar-actice {
  position: absolute;
  bottom: 100%;
  left: 0;
  width: 0.2777777778vw;
  height: 3.4722222222vw;
  background: #55b538;
  -webkit-animation: 2s ease-in-out backwards infinite scrollDown;
          animation: 2s ease-in-out backwards infinite scrollDown;
}
@media (max-width: 600px) {
  .p-fv__scrolldown-bar-actice {
    width: 0.25rem;
    height: 2.5rem;
    -webkit-animation: 2s ease-in-out backwards infinite scrollDown-sp;
            animation: 2s ease-in-out backwards infinite scrollDown-sp;
  }
}
@-webkit-keyframes scrollDown {
  0% {
    bottom: 100%;
  }
  100% {
    bottom: -3.4722222222vw;
  }
}
@keyframes scrollDown {
  0% {
    bottom: 100%;
  }
  100% {
    bottom: -3.4722222222vw;
  }
}
@-webkit-keyframes scrollDown-sp {
  0% {
    bottom: 100%;
  }
  100% {
    bottom: -2.5rem;
  }
}
@keyframes scrollDown-sp {
  0% {
    bottom: 100%;
  }
  100% {
    bottom: -2.5rem;
  }
}

.p-fv__bottom {
  margin-top: 16.6666666667vw;
  display: grid;
  place-items: center;
}
@media (max-width: 600px) {
  .p-fv__bottom {
    margin-top: 7.25rem;
  }
}
.p-fv__bottom img {
  width: 96.5277777778vw;
  aspect-ratio: 1390/244;
}

.p-about {
  overflow: hidden;
  padding-bottom: 37.5rem;
  position: relative;
}
.p-about::before {
  content: "";
  position: absolute;
  top: 20%;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #99cb2b;
}
@media screen and (max-width: 767px) {
  .p-about::before {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .p-about {
    padding-bottom: 0;
  }
}

.p-about__inner {
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-about__inner {
    padding-bottom: 14.1875rem;
  }
}
@media screen and (max-width: 767px) {
  .p-about__inner::before {
    content: "";
    position: absolute;
    top: 6.4375rem;
    left: calc(50% + 0rem);
    bottom: 0;
    translate: -50% 0;
    width: 265.8666666667%;
    height: auto;
    aspect-ratio: 997/950;
    background: url(../img/bg-about1-sp.svg) no-repeat center center/contain;
    z-index: -1;
  }
}

.p-about__top {
  padding: 0 2.5rem;
  width: 100%;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-about__top {
    padding: 0 1rem;
  }
}
.p-about__top img {
  border-radius: 4.1666666667vw;
}
@media screen and (max-width: 767px) {
  .p-about__top img {
    aspect-ratio: 343/200;
    width: 100%;
    height: auto;
    border-radius: 0.5rem;
  }
}

.p-about__title {
  margin-top: -7.1875rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-about__title {
    margin-top: -1.25rem;
  }
}
@media (min-width: 632px) {
  .p-about__title {
    margin-top: -3.75rem;
  }
}

.p-about__title__bg {
  position: absolute;
  width: 98.125rem;
  height: 101.625rem;
  top: -5.75rem;
  left: -30.875rem;
  z-index: -1;
  /* SVGの形でマスク */
  mask-image: url(../img/bg-about2.svg);
  -webkit-mask-image: url(../img/bg-about2.svg);
  mask-size: cover;
  -webkit-mask-size: cover;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  background-color: rgba(85, 181, 56, 0.6);
  backdrop-filter: blur(25px);
}
@media screen and (max-width: 767px) {
  .p-about__title__bg {
    width: 61.6875rem;
    height: 62.5rem;
    top: -1.25rem;
    left: -19.375rem;
  }
}
@media screen and (max-width: 767px) and (min-width: 632px) {
  .p-about__title__bg {
    top: -2.5rem;
  }
}

.p-about__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 2.5rem;
     -moz-column-gap: 2.5rem;
          column-gap: 2.5rem;
  position: relative;
  z-index: 50;
}
@media screen and (max-width: 767px) {
  .p-about__contents {
    margin-top: 2rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-about__contents-text-wrap {
  color: #ffffff;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .p-about__contents-text-wrap {
    display: contents;
  }
}

.p-about__contents-text-top {
  font-size: 2rem;
  font-weight: 600;
  line-height: 180%; /* 45px */
}
@media screen and (max-width: 767px) {
  .p-about__contents-text-top {
    font-size: 1.25rem;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.p-about__contents-text-body {
  margin-top: 3.75rem;
  font-size: 1.375rem;
  font-weight: 600;
  line-height: 250%;
  letter-spacing: 0.128px;
}
@media screen and (max-width: 767px) {
  .p-about__contents-text-body {
    margin-top: 2rem;
    font-size: 1rem;
    font-weight: 400;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    text-align: justify;
    line-height: 150%; /* 24px */
  }
}

.p-about__contents-btn {
  margin-top: 4.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}
@media screen and (max-width: 767px) {
  .p-about__contents-btn {
    margin-top: 2rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
}

.p-about__contents-img {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .p-about__contents-img {
    margin-top: 2rem;
    margin-inline: auto;
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.p-about__contents-img img {
  border-radius: 2rem;
  max-width: 100%;
  height: auto;
  aspect-ratio: 624/468;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .p-about__contents-img img {
    border-radius: 1rem;
  }
}

.p-about-modal__content {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 400px) {
  .p-about-modal__content {
    width: 91.4666666667%;
  }
}

.p-about-modal__inner {
  overflow: hidden;
  padding: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-about-modal__inner {
    padding: 1rem;
  }
}

.p-about-modal__body {
  text-align: center;
}

.p-about-modal__img {
  max-width: 100%; /* 横幅はモーダル幅に合わせて縮小 */
  max-height: 70vh; /* 高さを画面内に収める */
  height: auto;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain; /* 画像比率を保って全体表示 */
}

.p-data {
  background: #ffffff;
}

.p-data__contents {
  height: 37.5rem;
  overflow-y: hidden;
  position: relative;
  -webkit-transition: height 0.3s ease;
  transition: height 0.3s ease;
}
@media screen and (max-width: 767px) {
  .p-data__contents {
    height: auto;
  }
  .p-data__contents::before {
    content: "";
    display: block;
    padding-top: 83.6012861736%;
    -webkit-transition: padding-top 0.3s ease;
    transition: padding-top 0.3s ease;
  }
  .p-data__contents > * {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }
}
.p-data__contents::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 12.5rem;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50.48%, rgba(239, 246, 238, 0.5)), to(#fff));
  background: linear-gradient(180deg, rgba(239, 246, 238, 0.5) 50.48%, #fff 100%);
}
@media screen and (max-width: 767px) {
  .p-data__contents::after {
    height: auto;
    aspect-ratio: 311/120;
  }
}
.p-data__contents.js-show {
  height: auto;
  padding-bottom: 7.5rem;
}
@media screen and (max-width: 767px) {
  .p-data__contents.js-show {
    padding-bottom: 1.75rem;
  }
  .p-data__contents.js-show::before {
    content: "";
    display: block;
    padding-top: 253.6977491961%;
  }
}
.p-data__contents.js-show::after {
  background: transparent;
}
@media screen and (max-width: 767px) {
  .p-data__contents.js-show::after {
    height: auto;
    aspect-ratio: auto;
  }
}
@media screen and (max-width: 767px) {
  .p-data__contents.js-show .p-data__contents-btn {
    translate: -50% 1.25rem;
  }
}

.p-data__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-data__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.5rem;
  }
}

.p-data__contents-btn {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: absolute;
  bottom: 1.5rem;
  left: 50%;
  translate: -50% 0;
  z-index: 100;
}
@media screen and (max-width: 767px) {
  .p-data__contents-btn {
    position: relative;
    bottom: unset;
    left: 50%;
    translate: -50% -40px;
    z-index: 100;
  }
}

.p-top-charm {
  margin-top: -33.125rem;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-top-charm {
    margin-top: -11.75rem;
  }
}

.p-top-charm__container {
  padding-top: 5rem;
  padding-bottom: 5rem;
  border-radius: 3.75rem;
  background: url(../img/bg-musk.svg) no-repeat center center/cover;
}
@media screen and (max-width: 767px) {
  .p-top-charm__container {
    padding-block: 2rem;
    border-radius: 1rem;
  }
}

.p-top-charm__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 5rem;
}
@media screen and (max-width: 767px) {
  .p-top-charm__items {
    row-gap: 2rem;
  }
}

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

.p-top-charm-item__texts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 2.125rem;
  color: #191919;
}
@media screen and (max-width: 767px) {
  .p-top-charm-item__texts {
    display: contents;
  }
}

.p-top-charm-item__title {
  font-size: 2rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-top-charm-item__title {
    width: 100%;
    font-size: 1.25rem;
    text-align: left;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.p-top-charm-item__text {
  font-size: 1.375rem;
  font-weight: 600;
  line-height: 250%;
}
@media screen and (max-width: 767px) {
  .p-top-charm-item__text {
    font-size: 1rem;
    font-weight: 400;
    text-align: justify;
    line-height: 150%; /* 24px */
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}

.p-top-charm-item__img {
  width: 43.1034482759%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .p-top-charm-item__img {
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.p-top-charm-item__img img {
  aspect-ratio: 500/300;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 1rem;
}
@media screen and (max-width: 767px) {
  .p-top-charm-item__img img {
    border-radius: 0.5rem;
  }
}

.p-top-charm-item:nth-child(even) .p-top-charm-item__texts {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.p-top-charm-item:nth-child(even) .p-top-charm-item__img {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.p-top-charm__contents-bottom {
  margin-top: 3.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-top-charm__contents-bottom {
    margin-top: 2rem;
  }
}

@media screen and (max-width: 767px) {
  .p-top-charm__contents-btn {
    margin-inline: auto;
  }
}

.p-top-charm__contents-img {
  margin-right: 14.75rem;
  translate: 0 calc(-50% + 1.75rem);
}
@media screen and (max-width: 767px) {
  .p-top-charm__contents-img {
    display: none;
  }
}
.p-top-charm__contents-img img {
  width: 16.25rem;
  height: auto;
  aspect-ratio: 260/160;
}

@media screen and (max-width: 767px) {
  .p-charm:first-child {
    padding-top: 2.5rem;
  }
}
.p-charm:nth-child(2) {
  padding-bottom: 3.75rem;
}
@media screen and (max-width: 767px) {
  .p-charm:nth-child(2) {
    padding-bottom: 2.5rem;
  }
}

.p-charm__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 1.5rem;
     -moz-column-gap: 1.5rem;
          column-gap: 1.5rem;
  row-gap: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-charm__items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 2rem;
  }
}

.p-charm__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 1rem;
     -moz-column-gap: 1rem;
          column-gap: 1rem;
  width: calc(50% - 0.75rem);
}
@media screen and (max-width: 767px) {
  .p-charm__item {
    width: 100%;
  }
}

.p-charm__item-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-charm__item-icon img {
  width: 7.5rem;
  height: auto;
  aspect-ratio: 1;
}
@media screen and (max-width: 767px) {
  .p-charm__item-icon img {
    width: 5rem;
  }
}

.p-charm__item-texts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 0.625rem;
}

.p-charm__item-title {
  color: #55b538;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: normal;
}
@media screen and (max-width: 767px) {
  .p-charm__item-title {
    font-size: 1rem;
  }
}

.p-charm__item-text {
  font-size: 1.375rem;
  font-weight: 600;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-charm__item-text {
    font-size: 0.875rem;
  }
}
.p-charm__item-text .--nowrap {
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .p-charm__item-text .--nowrap {
    white-space: wrap;
  }
}

.scroll-adjust {
  scroll-margin-top: 64px; /* ヘッダーの高さに合わせて調整 */
}
@media screen and (max-width: 767px) {
  .scroll-adjust {
    scroll-margin-top: 58px;
  }
}

.p-message {
  background-color: #ffffff;
}

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

.p-message__contents-texts {
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-message__contents-texts {
    display: contents;
  }
}

@media screen and (max-width: 767px) {
  .p-message__title {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.p-message__contents-text-wrap {
  margin-top: 3.375rem;
}
@media screen and (max-width: 767px) {
  .p-message__contents-text-wrap {
    margin-top: 0;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}

.p-message__contents-text {
  font-size: 1.375rem;
  font-weight: 600;
  line-height: normal;
}
@media screen and (max-width: 767px) {
  .p-message__contents-text {
    font-size: 1rem;
    font-weight: 400;
  }
}
.p-message__contents-text:nth-child(2) {
  margin-top: 2.125rem;
}

.p-message__contents-btn {
  position: absolute;
  left: 0;
  bottom: 1rem;
  z-index: 100;
}
@media screen and (max-width: 767px) {
  .p-message__contents-btn {
    position: static;
    text-align: center;
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
}

.p-message__contents-img {
  width: 43.1034482759%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .p-message__contents-img {
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.p-message__contents-img img {
  border-radius: 1rem;
}
@media screen and (max-width: 767px) {
  .p-message__contents-img img {
    border-radius: 0.5rem;
  }
}

.p-message-modal__contents {
  margin-top: 3.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-message-modal__contents {
    margin-top: 2rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 2rem;
  }
}

.p-message-modal__img {
  position: sticky;
  left: 0;
  top: 0;
  width: 43.8596491228%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
@media screen and (max-width: 767px) {
  .p-message-modal__img {
    width: 100%;
    text-align: center;
    position: static;
  }
}
.p-message-modal__img img {
  border-radius: 1rem;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .p-message-modal__img img {
    border-radius: 0.5rem;
    max-width: 400px;
  }
}

.p-message-modal__text {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 2rem;
  font-size: 1.375rem;
  font-weight: 600;
  line-height: normal;
}
@media screen and (max-width: 767px) {
  .p-message-modal__text {
    font-size: 1rem;
    font-weight: 400;
    text-align: justify;
    width: 100%;
    row-gap: 1rem;
  }
}

.p-environment {
  overflow: hidden;
  padding-bottom: 3.75rem;
}
@media screen and (max-width: 767px) {
  .p-environment {
    padding-bottom: 0;
  }
}

.p-environment__inner {
  padding-top: 10.125rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-environment__inner {
    padding-top: 3.75rem;
    padding-bottom: 2rem;
  }
}
.p-environment__inner::before, .p-environment__inner::after {
  content: "";
  position: absolute;
}
.p-environment__inner::before {
  width: 133.125rem;
  height: 101.625rem;
  top: 0;
  left: calc(50% + 18.125rem);
  translate: -50% 0;
  background: url(../img/bg-environment1.svg) no-repeat center center/cover;
  z-index: -2;
}
@media screen and (max-width: 767px) {
  .p-environment__inner::before {
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    translate: 0;
    background: url(../img/bg-environment1-sp.svg) no-repeat top center/cover;
  }
}
.p-environment__inner::after {
  width: 98.0625rem;
  height: 101.625rem;
  top: 1.875rem;
  left: calc(50% - 63.6875rem);
  background: url(../img/bg-environment2.svg) no-repeat center center/cover;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-environment__inner::after {
    width: 100%;
    height: 100%;
    top: 1.25rem;
    left: 0;
    right: 0;
    translate: 0;
    background: url(../img/bg-environment2-sp.svg) no-repeat top center/cover;
  }
}

.p-environment__usisan {
  position: absolute;
  top: 3.75rem;
  right: 8.75rem;
}
@media (max-width: 767px) {
  .p-environment__usisan {
    top: 2rem;
    right: 2rem;
  }
}
@media (max-width: 430px) {
  .p-environment__usisan {
    right: 1rem;
  }
}
.p-environment__usisan img {
  width: 15rem;
  height: auto;
  aspect-ratio: 240/127;
}
@media screen and (max-width: 767px) {
  .p-environment__usisan img {
    width: 6.25rem;
  }
}

.p-environment__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 5rem;
}
@media screen and (max-width: 767px) {
  .p-environment__items {
    row-gap: 2rem;
  }
}

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

.p-environment-item__texts {
  width: 47.9032258065%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 2.125rem;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .p-environment-item__texts {
    display: contents;
  }
}

.p-environment-item__title {
  font-size: 1.75rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-environment-item__title {
    font-size: 1.25rem;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.p-environment-item__text {
  font-size: 1.375rem;
  font-weight: 600;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .p-environment-item__text {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    text-align: justify;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}

.p-environment-item__img {
  width: 43.1034482759%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .p-environment-item__img {
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.p-environment-item__img img {
  aspect-ratio: 500/300;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 1rem;
}
@media screen and (max-width: 767px) {
  .p-environment-item__img img {
    border-radius: 0.5rem;
  }
}

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

.p-interviews__contents-texts {
  width: 43.4482758621%;
  position: relative;
}

.p-interviews__contents-text-wrap {
  margin-top: 3.375rem;
}

.p-interviews__contents-text {
  font-size: 1rem;
  font-weight: 400;
  line-height: normal;
}
.p-interviews__contents-text:nth-child(2) {
  margin-top: 2.125rem;
}

.p-interviews__contents-btn {
  position: absolute;
  right: 0;
  bottom: 1rem;
}

.p-interviews__contents-img {
  width: 43.1034482759%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.p-interviews__contents-img img {
  border-radius: 1rem;
}

.p-map {
  padding-block: 5rem;
}
@media screen and (max-width: 767px) {
  .p-map {
    padding-block: 3.75rem;
  }
}

.p-map__inner {
  padding-inline: 2.7777777778vw;
}
@media screen and (max-width: 767px) {
  .p-map__inner {
    padding-inline: 1rem;
  }
}

.p-map__description {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 1.3888888889vw;
}
.p-map__description p {
  font-size: max(1.5277777778vw, 16px);
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .p-map__description p {
    font-size: 0.875rem;
    font-weight: 400;
  }
}
.p-map__description p span {
  color: #55b538;
}

.p-map__container {
  margin-top: 3.75rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-map__container {
    margin-top: 2.5rem;
    margin-inline: calc(50% - 50vw);
  }
}

.p-map__btn {
  position: absolute;
  -webkit-transform-origin: bottom;
          transform-origin: bottom;
  -webkit-transition: scale 0.3s;
  transition: scale 0.3s;
}
@media (any-hover: hover) {
  .p-map__btn:hover {
    scale: 1.2;
  }
}
.p-map__btn.--item1 {
  top: 21.875%;
  left: 56.8965517241%;
}
.p-map__btn.--item2 {
  top: 29.21875%;
  left: 50.6034482759%;
}
.p-map__btn.--item3 {
  top: 29.21875%;
  left: 58.6206896552%;
}
.p-map__btn.--item4 {
  top: 58.28125%;
  left: 17.6724137931%;
}
@media screen and (max-width: 767px) {
  .p-map__btn.--item4 {
    top: 57.4879227053%;
    left: 25.3333333333%;
  }
}
.p-map__btn.--item5 {
  top: 46.875%;
  left: 56.2068965517%;
}
.p-map__btn.--item6 {
  top: 46.875%;
  left: 71.3793103448%;
}
@media screen and (max-width: 767px) {
  .p-map__btn.--item6 {
    top: 57.9710144928%;
    left: 72.2666666667%;
  }
}
.p-map__btn.--item7 {
  top: 44.21875%;
  left: 81.724137931%;
}
@media screen and (max-width: 767px) {
  .p-map__btn.--item7 {
    top: 43.4782608696%;
    left: 84.8%;
  }
}
.p-map__btn.--item8 {
  top: 75.3125%;
  left: 61.6379310345%;
}
@media screen and (max-width: 767px) {
  .p-map__btn.--item8 {
    top: 72.9468599034%;
    left: 57.0666666667%;
  }
}
.p-map__btn.--item9 {
  top: 46.875%;
  left: 49.9137931034%;
}
.p-map__btn.--item10 {
  top: 46.875%;
  left: 64.3103448276%;
}
@media screen and (max-width: 767px) {
  .p-map__btn.--item10 {
    top: 42.9951690821%;
    left: 61.3333333333%;
  }
}

.p-map__btn-marker {
  width: 1.1111111111vw;
  height: auto;
  aspect-ratio: 1;
  border-radius: 50%;
  background: #55b538;
  border: 0.125rem solid #ffffff;
}
@media (max-width: 767px) {
  .p-map__btn-marker {
    width: 0.75rem;
  }
}
@media (max-width: 600px) {
  .p-map__btn-marker {
    width: 0.5rem;
    border: 0.0625rem solid #ffffff;
  }
}
.p-map__btn-marker.--black {
  background: #191919;
}

.p-top-map {
  padding-top: 5.5555555556vw;
  padding-bottom: 4.1666666667vw;
  text-align: center;
  background: url(../../assets/img/top-map-bg-pc.jpg) no-repeat center center/cover;
}
@media screen and (max-width: 767px) {
  .p-top-map {
    padding-block: 3.75rem;
    background: url(../../assets/img/top-map-bg-sp.jpg) no-repeat center center/cover;
  }
}

.p-top-map__text-wrap {
  color: #fff;
  font-weight: 700;
}

.p-top-map__text-head {
  font-size: 1.3888888889vw;
  line-height: normal;
}
@media screen and (max-width: 767px) {
  .p-top-map__text-head {
    font-size: 0.875rem;
  }
}

.p-top-map__text-title {
  font-size: 2.7777777778vw;
  line-height: normal;
}
@media screen and (max-width: 767px) {
  .p-top-map__text-title {
    font-size: 1.5rem;
  }
}

.p-top-map__icon img {
  width: 4.8611111111vw;
  height: auto;
  aspect-ratio: 1;
}
@media screen and (max-width: 767px) {
  .p-top-map__icon img {
    width: 2.5rem;
  }
}

.p-top-map__btn {
  margin-top: 1.3888888889vw;
}
@media screen and (max-width: 767px) {
  .p-top-map__btn {
    margin-top: 0.625rem;
  }
}
.p-top-map__btn a {
  color: #55b538;
  font-size: 1.3888888889vw;
  font-weight: 700;
  line-height: normal;
  padding: 1.4583333333vw 1.1111111111vw;
  border-radius: 2.5vw;
  border: 0.1388888889vw solid currentColor;
  background: #fff;
  position: relative;
  z-index: 10;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  .p-top-map__btn a {
    font-size: 0.625rem;
    padding: 0.625rem;
    border-radius: 9999px;
    border: 0.125rem solid currentColor;
  }
}
@media (any-hover: hover) {
  .p-top-map__btn a:hover {
    cursor: pointer;
    color: #ffffff;
    background-color: #55b538;
  }
}

.p-map-modal__title {
  color: #55b538;
  font-size: max(2.2222222222vw, 24px);
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-map-modal__title {
    font-size: 1.5rem;
  }
}
@media (max-width: 600px) {
  .p-map-modal__title {
    font-size: 1.125rem;
  }
}

.p-map-modal__text {
  margin-top: 2.5rem;
  font-size: max(1.375rem, 14px);
  font-weight: 600;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-map-modal__text {
    margin-top: 1.25rem;
    font-size: 0.875rem;
    font-weight: 400;
  }
}
@media (max-width: 600px) {
  .p-map-modal__text {
    font-size: 0.75rem;
  }
}

.p-map-modal__video {
  margin-top: 2.5rem;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .p-map-modal__video {
    margin-top: 1.25rem;
  }
}
.p-map-modal__video img,
.p-map-modal__video video {
  max-width: 640px;
  width: 100%;
  aspect-ratio: 640/360;
}
.p-map-modal__video img.--aspect2,
.p-map-modal__video video.--aspect2 {
  aspect-ratio: 640/480;
}

.p-map-modal__video .--pudding {
  margin-top: 1.25rem;
  padding: 2.5rem;
  border-radius: 0.875rem;
  border: 0.25rem solid #55b538;
  background: #fff;
  width: 100%;
  max-width: 720px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-map-modal__video .--pudding {
    padding: 1.5rem 1.25rem 1.25rem 1.25rem;
    border: 0.125rem solid #55b538;
  }
}
@media (max-width: 425px) {
  .p-map-modal__video .--pudding {
    padding: 1rem 0.5rem 0.5rem 0.5rem;
    border-radius: 0.5rem;
  }
}
.p-map-modal__video .--pudding::after {
  content: "プリン製造手順";
  position: absolute;
  bottom: calc(100% - 1.25rem);
  left: 50%;
  translate: -50% 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: auto;
  color: #ffffff;
  font-size: max(1.25rem, 16px);
  font-weight: 600;
  line-height: 100%; /* 20px */
  padding: 0.625rem 2.875rem;
  border-radius: 999px;
  background: #55b538;
}
@media screen and (max-width: 767px) {
  .p-map-modal__video .--pudding::after {
    bottom: calc(100% - 0.75rem);
    font-size: 1rem;
    padding: 0.25rem 1.5rem;
  }
}
@media (max-width: 425px) {
  .p-map-modal__video .--pudding::after {
    bottom: calc(100% - 0.5625rem);
    padding: 0.25rem 1.5rem;
    font-size: 0.625rem;
  }
}
.p-map-modal__video .--pudding video {
  max-width: 100%;
}

.p-top-work__inner {
  padding-inline: 0;
}

.p-top-work__swiper-container,
.p-top-work__swiper,
.p-top-work__swiper-wrapper,
.p-top-work__swiper-slide {
  position: relative;
}

@media screen and (max-width: 767px) {
  .p-top-work__swiper {
    max-width: 400px;
  }
}

/* 位置のreset */
.swiper-button-prev,
.swiper-button-next,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  top: unset;
  bottom: unset;
  left: unset;
  right: unset;
  margin: 0;
  padding: 0;
}

/* =============================
   ナビゲーションボタン
============================= */
/* デフォルトのボタンを初期化 */
.swiper-button-prev::after,
.swiper-button-next::after {
  content: ""; /* デフォルトのものを初期化 */
}

/* 各ボタンのカスタマイズ(オリジナル) */
.p-top-work__button-prev,
.p-top-work__button-next {
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  width: 3.75rem;
  height: auto;
  aspect-ratio: 1;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
@media screen and (max-width: 767px) {
  .p-top-work__button-prev,
  .p-top-work__button-next {
    width: 2.5rem;
  }
}

.p-top-work__button-prev {
  background: url(../../assets/img/swiper-btn-prev.svg) no-repeat center center/contain;
  left: -4.7916666667vw;
}
@media screen and (max-width: 767px) {
  .p-top-work__button-prev {
    left: -0.6875rem;
  }
}
@media (any-hover: hover) {
  .p-top-work__button-prev:hover {
    cursor: pointer;
    -webkit-transform: translateX(-0.625rem);
            transform: translateX(-0.625rem);
  }
}

.p-top-work__button-next {
  background: url(../../assets/img/swiper-btn-next.svg) no-repeat center center/contain;
  right: -4.7916666667vw;
}
@media screen and (max-width: 767px) {
  .p-top-work__button-next {
    right: -0.6875rem;
  }
}
@media (any-hover: hover) {
  .p-top-work__button-next:hover {
    cursor: pointer;
    -webkit-transform: translateX(0.625rem);
            transform: translateX(0.625rem);
  }
}

/* =============================
   ページネーション (bullets)
============================= */
/* 位置の設定 (枠組み) */
.swiper-pagination-bullets.swiper-pagination-horizontal {
  position: static;
  margin-top: 4.1666666667vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; /* デフォルトの余白を消す */
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .swiper-pagination-bullets.swiper-pagination-horizontal {
    margin-top: 2rem;
  }
}

/* それぞれのページネーション */
.swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet {
  margin-inline: 0.5555555556vw; /* デフォルトの余白を消す */
  opacity: 1;
  width: 0.8333333333vw;
  height: auto;
  aspect-ratio: 1;
  background-color: #d9d9d9;
}
@media screen and (max-width: 767px) {
  .swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet {
    margin-inline: 0.5rem;
    width: 0.75rem;
  }
}

/* activeな部分 */
.swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet-active {
  background-color: #191919;
}

.p-top-work-item {
  background: #ffffff;
  width: 100%;
  height: auto;
  padding-block: 2.5rem;
  padding-inline: 1.25rem;
  aspect-ratio: 360/600;
  border-radius: 2.5rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-top-work-item {
    padding-block: 2rem;
    padding-inline: 1.8125rem;
    aspect-ratio: 343/540;
    border-radius: 2.5rem;
  }
}

.p-top-work-item__title {
  color: #55b538;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: normal;
  border-bottom: 1px solid #55b538;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-top-work-item__title {
    font-size: 1.25rem;
  }
}

.p-top-work-item__img {
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .p-top-work-item__img {
    margin-top: 2rem;
  }
}
.p-top-work-item__img img {
  width: 100%;
  height: auto;
  aspect-ratio: 320/240;
  border-radius: 0.5rem;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .p-top-work-item__img img {
    aspect-ratio: 285/200;
    border-radius: 0.5rem;
  }
}

.p-top-work-item__text {
  margin-top: 2rem;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: normal;
}
@media screen and (max-width: 767px) {
  .p-top-work-item__text {
    margin-top: 2rem;
    font-size: 1rem;
    font-weight: 400;
  }
}

.p-top-work-item__btn {
  width: 100%;
  text-align: center;
  position: absolute;
  left: 50%;
  translate: -50% 0;
  bottom: min(1.9444444444vw, 28px);
  bottom: 1.75rem;
}
@media screen and (max-width: 767px) {
  .p-top-work-item__btn {
    bottom: 2rem;
  }
}
.p-top-work-item__btn a {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #55b538;
  padding: 1rem;
  font-size: 1rem;
  font-weight: 700;
  line-height: 100%; /* 16px */
  letter-spacing: 0.128px;
  border-radius: 9999px;
  border: 0.125rem solid #55b538;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  .p-top-work-item__btn a {
    font-size: 1rem;
    padding-block: 0.625rem;
    padding-inline: 1rem;
    border: 0.125rem solid #55b538;
  }
}
@media (any-hover: hover) {
  .p-top-work-item__btn a:hover {
    cursor: pointer;
    color: #ffffff;
    background-color: #55b538;
  }
}

.p-work__head-btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 1.5rem;
     -moz-column-gap: 1.5rem;
          column-gap: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-work__head-btn-wrap {
    -webkit-column-gap: 0.5rem;
       -moz-column-gap: 0.5rem;
            column-gap: 0.5rem;
  }
}

.p-work__head-btn a {
  color: #55b538;
  font-size: 1.5rem;
  font-weight: 700;
  padding: 0.375rem 0.625rem;
  border-radius: 0.375rem;
  border: 0.25rem solid #55b538;
  background: #fff;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .p-work__head-btn a {
    font-size: 0.75rem;
    padding: 0.25rem 0.5rem;
    border: 0.125rem solid #55b538;
  }
}
@media (any-hover: hover) {
  .p-work__head-btn a:hover {
    cursor: pointer;
    color: #ffffff;
    background: #55b538;
  }
}
.p-work__head-btn.is-current {
  color: #ffffff;
  background: #55b538;
  font-size: 1.5rem;
  font-weight: 700;
  padding: 0.375rem 0.625rem;
  border-radius: 0.375rem;
  border: 0.25rem solid #55b538;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .p-work__head-btn.is-current {
    font-size: 0.625rem;
    border: 0.125rem solid #55b538;
  }
}

.p-work-about__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 2rem;
     -moz-column-gap: 2rem;
          column-gap: 2rem;
}
@media screen and (max-width: 767px) {
  .p-work-about__title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    row-gap: 0.75rem;
  }
}

.p-work-about__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-work-about__contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-work-about__img {
  width: 43.1034482759%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .p-work-about__img {
    width: 100%;
  }
}
.p-work-about__img img {
  width: 100%;
  height: auto;
  aspect-ratio: 500/289;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-work-about__text {
  width: 52.5862068966%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 2rem;
}
@media screen and (max-width: 767px) {
  .p-work-about__text {
    width: 100%;
    margin-top: 1rem;
    row-gap: 1rem;
  }
}
.p-work-about__text p {
  font-size: 1.375rem;
  font-weight: 600;
  line-height: normal;
}
@media screen and (max-width: 767px) {
  .p-work-about__text p {
    font-size: 1rem;
    font-weight: 400;
  }
}

.p-work-requirements__list {
  padding: 2.5rem 5rem;
  border-radius: 1rem;
  border: 0.125rem solid #d9d9d9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #ffffff;
}
@media screen and (max-width: 767px) {
  .p-work-requirements__list {
    padding: 2rem 1rem;
  }
}

.p-work-requirements__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-block: 1.25rem;
  border-top: 0.125rem dotted #d9d9d9;
}
@media screen and (max-width: 767px) {
  .p-work-requirements__item {
    padding-block: 1rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-work-requirements__item:first-child {
  padding-top: 0;
  border-top: none;
}
.p-work-requirements__item:last-child {
  padding-bottom: 0;
}

.p-work-requirements__item-title {
  font-size: 1.375rem;
  font-weight: 700;
  line-height: normal;
}
@media screen and (max-width: 767px) {
  .p-work-requirements__item-title {
    font-size: 1.125rem;
  }
}

.p-work-requirements__item-text {
  width: 65%;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: normal;
}
@media screen and (max-width: 767px) {
  .p-work-requirements__item-text {
    width: 100%;
    margin-top: 1rem;
    font-size: 1rem;
    font-weight: 400;
  }
}

.p-work-requirements__item-text.--benefits {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 1rem;
}
.p-work-requirements__item-text.--benefits .benefit-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 1rem;
     -moz-column-gap: 1rem;
          column-gap: 1rem;
}
.p-work-requirements__item-text.--benefits .benefit-item img {
  width: 2.5rem;
  height: auto;
  aspect-ratio: 1;
}

.p-work-interview {
  padding-bottom: 3.75rem;
}
@media screen and (max-width: 767px) {
  .p-work-interview {
    padding-bottom: 2.5rem;
  }
}

.p-work-interview__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-work-interview__contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-work-interview__img {
  width: 43.1034482759%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-work-interview__img {
    width: 100%;
  }
}
.p-work-interview__img img {
  width: 14.375rem;
  height: auto;
  aspect-ratio: 230/400;
  -o-object-fit: cover;
     object-fit: cover;
  position: sticky;
  top: 5.25rem;
}
@media screen and (max-width: 767px) {
  .p-work-interview__img img {
    width: 12.5rem;
    position: static;
  }
}

.p-work-interview__text-wrap {
  width: 53.4482758621%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 3.75rem;
}
@media screen and (max-width: 767px) {
  .p-work-interview__text-wrap {
    width: 100%;
    margin-top: 1rem;
    row-gap: 1rem;
  }
}

.p-work-interview__texts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-work-interview__texts {
    row-gap: 1rem;
  }
}

.p-work-interview__title {
  color: #55b538;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: normal;
}
@media screen and (max-width: 767px) {
  .p-work-interview__title {
    font-size: 1.125rem;
  }
}

.p-work-interview__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 2rem;
}
@media screen and (max-width: 767px) {
  .p-work-interview__text {
    row-gap: 1rem;
  }
}
.p-work-interview__text p {
  font-size: 1.375rem;
  font-weight: 600;
  line-height: normal;
}
@media screen and (max-width: 767px) {
  .p-work-interview__text p {
    font-size: 1rem;
    font-weight: 400;
  }
}

.p-entry {
  background: #99cb2b;
  position: relative;
}
.p-entry::before {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background: url(../../assets/img/entry_bg-img.svg) repeat center center;
  background-size: 640px 640px;
  -webkit-animation: 8s linear infinite bg-fall;
          animation: 8s linear infinite bg-fall;
}
@-webkit-keyframes bg-fall {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -640px 640px;
  }
}
@keyframes bg-fall {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -640px 640px;
  }
}

.p-contact {
  margin-inline: auto;
  padding-block: 3.75rem;
  padding-left: 5rem;
  padding-right: 2.5rem;
  border-radius: 1.25rem;
  background: #ffffff;
}
@media screen and (max-width: 767px) {
  .p-contact {
    padding-block: 2rem;
    padding-inline: 1rem;
  }
}

.p-contact__row-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 2rem;
}

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

.p-contact__head {
  width: 12.5rem;
  font-size: 1.375rem;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .p-contact__head {
    width: 100%;
    font-size: 1rem;
  }
}
.p-contact__head .--must {
  position: relative;
}
.p-contact__head .--must::after {
  content: "必須";
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  left: calc(100% + 0.625rem);
  color: #f30206;
  font-size: 0.875rem;
  font-weight: 500;
  padding-block: 0.125rem;
  padding-inline: 0.25rem;
  border: 1px solid currentColor;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .p-contact__head .--must::after {
    font-size: 0.5rem;
  }
}
.p-contact__head .--must.--any::after {
  content: "任意";
  color: #191919;
}

.p-contact__data {
  width: 60%;
}
@media screen and (max-width: 767px) {
  .p-contact__data {
    width: 100%;
  }
}

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

.p-contact__acceptance-wrap {
  width: 100%;
  max-width: 620px;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-contact__acceptance-wrap {
    width: 100%;
  }
}

.p-contact__privacy-head-text {
  font-size: 1.375rem;
  font-weight: 400;
  line-height: 200%; /* 200% */
}
@media screen and (max-width: 767px) {
  .p-contact__privacy-head-text {
    font-size: 1rem;
  }
}
@media (max-width: 600px) {
  .p-contact__privacy-head-text {
    font-size: 0.875rem;
  }
}

.p-contact__privacy__text-container {
  margin-top: 1rem;
  padding: 1rem;
  overflow: auto;
  height: 13.625rem;
  border-radius: 0.25rem;
  border: 0.125rem solid #d9d9d9;
}

.p-contact__privacy__texts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 1rem;
}
@media (max-width: 600px) {
  .p-contact__privacy__texts {
    row-gap: 0.875rem;
  }
}
.p-contact__privacy__texts p {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 100%; /* 16px */
}
@media screen and (max-width: 767px) {
  .p-contact__privacy__texts p {
    font-size: 1rem;
  }
}
@media (max-width: 600px) {
  .p-contact__privacy__texts p {
    font-size: 0.875rem;
  }
}

input[type=text],
input[type=email],
input[type=tel],
select,
textarea {
  border-radius: 0;
  width: 100%;
  padding: 0.625rem 1rem;
  border-radius: 0.375rem;
  border: 1px solid #d9d9d9;
  background: #fff;
  font-size: 1.375rem;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  input[type=text],
  input[type=email],
  input[type=tel],
  select,
  textarea {
    font-size: 1rem;
  }
}
@media (max-width: 600px) {
  input[type=text],
  input[type=email],
  input[type=tel],
  select,
  textarea {
    font-size: 1rem;
  }
}
input[type=text]::-webkit-input-placeholder, input[type=email]::-webkit-input-placeholder, input[type=tel]::-webkit-input-placeholder, select::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #d9d9d9;
}
input[type=text]::-moz-placeholder, input[type=email]::-moz-placeholder, input[type=tel]::-moz-placeholder, select::-moz-placeholder, textarea::-moz-placeholder {
  color: #d9d9d9;
}
input[type=text]:-ms-input-placeholder, input[type=email]:-ms-input-placeholder, input[type=tel]:-ms-input-placeholder, select:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #d9d9d9;
}
input[type=text]::-ms-input-placeholder, input[type=email]::-ms-input-placeholder, input[type=tel]::-ms-input-placeholder, select::-ms-input-placeholder, textarea::-ms-input-placeholder {
  color: #d9d9d9;
}
input[type=text]::placeholder,
input[type=email]::placeholder,
input[type=tel]::placeholder,
select::placeholder,
textarea::placeholder {
  color: #d9d9d9;
}

textarea {
  resize: vertical;
  height: 12.5rem;
}

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

input[type=checkbox]:focus + span::before {
  outline: 2px solid #55b538;
}

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

.p-contact__data-checkbox {
  margin-top: 1rem;
}
.p-contact__data-checkbox .wpcf7-acceptance .wpcf7-list-item-label {
  display: inline-block;
  padding-left: 1.875rem;
  font-size: 1.375rem;
  font-weight: 600;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-contact__data-checkbox .wpcf7-acceptance .wpcf7-list-item-label {
    font-size: 1rem;
  }
}
@media (max-width: 600px) {
  .p-contact__data-checkbox .wpcf7-acceptance .wpcf7-list-item-label {
    font-size: 0.875rem;
  }
}
.p-contact__data-checkbox .wpcf7-acceptance .wpcf7-list-item-label::before {
  content: "";
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  left: 0;
  width: 1.125rem;
  height: auto;
  aspect-ratio: 1;
  border: 1px solid #d9d9d9;
  border-radius: 0.125rem;
}
.p-contact__data-checkbox .wpcf7-acceptance .wpcf7-list-item-label::after {
  content: "";
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  left: 0.1875rem;
  width: 0.75rem;
  height: 0.5625rem;
  background: url(../../assets/img/icon-check.svg) no-repeat center center/cover;
  opacity: 0;
}
@media (any-hover: hover) {
  .p-contact__data-checkbox .wpcf7-acceptance .wpcf7-list-item-label:hover {
    cursor: pointer;
  }
}
.p-contact__data-checkbox a {
  border-bottom: 1px solid #191919;
}

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

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

.wpcf7-form-control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 2rem;
     -moz-column-gap: 2rem;
          column-gap: 2rem;
  row-gap: 1rem;
}
@media screen and (max-width: 767px) {
  .wpcf7-form-control {
    -webkit-column-gap: 1.25rem;
       -moz-column-gap: 1.25rem;
            column-gap: 1.25rem;
  }
}

.wpcf7-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
}
.wpcf7-list-item .wpcf7-list-item-label {
  display: inline-block;
  font-size: 1.375rem;
  font-weight: 600;
  line-height: normal;
  padding-left: 1.75rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .wpcf7-list-item .wpcf7-list-item-label {
    font-size: 1rem;
  }
}
.wpcf7-list-item .wpcf7-list-item-label::before {
  content: "";
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  left: 0;
  width: 1.125rem;
  height: auto;
  aspect-ratio: 1;
  border-radius: 50%;
  border: 1px solid #d9d9d9;
}
.wpcf7-list-item .wpcf7-list-item-label::after {
  content: "";
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  left: 0.1875rem;
  width: 0.75rem;
  height: auto;
  aspect-ratio: 1;
  border-radius: 50%;
  background: #55b538;
  opacity: 0;
}

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

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

.row.jc-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p-contact__submit {
  margin-top: 2.5rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-contact__submit {
    margin-top: 2rem;
  }
}
.p-contact__submit input[type=submit] {
  display: inline-block;
  color: #55b538;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.75rem; /* 116.667% */
  padding: 0.5rem 2rem;
  border-radius: 60px;
  border: 2px solid #53ab61;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .p-contact__submit input[type=submit] {
    font-size: 1rem;
    padding: 0.25rem 1.5rem;
  }
}
@media (any-hover: hover) {
  .p-contact__submit input[type=submit]:hover {
    cursor: pointer;
    color: #ffffff;
    background-color: #55b538;
  }
}

.wpcf7-spinner {
  position: absolute;
}

.wpcf7-not-valid-tip {
  margin-top: 0.625rem;
  font-size: 1rem;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .wpcf7-not-valid-tip {
    margin-top: 0.5rem;
    font-size: 0.75rem;
  }
}

@media (min-width: 768px) {
  .u-sp {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .u-pc {
    display: none !important;
  }
}
.u-font {
  font-family: "Zen Kaku Gothic New", sans-serif;
}
.u-font__jp {
  font-family: "Zen Kaku Gothic New", sans-serif;
}
.u-font__en {
  font-family: "Montserrat", sans-serif;
}

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

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

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

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

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

.u-animation__fadeIn {
  translate: 0 20px;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.u-animation__fadeIn.js-show {
  translate: 0;
  opacity: 1;
}

.animation__text {
  visibility: hidden;
}

.animation__text .char {
  opacity: 0;
}

#loading {
  -webkit-transition: opacity 2.5s ease;
  transition: opacity 2.5s ease; /* ← 1秒かけてフェード */
}

#loading.js-loading-end {
  opacity: 0;
}

.u-nowrap {
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .u-nowrap {
    white-space: wrap;
  }
}