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

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

html {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

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

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

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

@media screen and (max-width: 1259px) and (min-width: 768px) {
  html {
    font-size: calc(16 / 1260 * 100vw);
  }
}
@media screen and (max-width: 374px) {
  html {
    font-size: calc(16 / 375 * 100vw);
  }
}

body {
  color: #565956;
  font-family: "Noto Sans JP", sans-serif;
}

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

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

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

h2, h3, h4, p {
  letter-spacing: 0.04em;
}

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

input,
textarea,
select {
  font: inherit;
}

@media (min-width: 768px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
.l-main {
  min-height: 100vh;
}

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

.l-inner__narrow {
  max-width: 50rem;
}
@media screen and (max-width: 767px) {
  .l-inner__narrow {
    padding: 0 1.25rem;
    max-width: 600px;
  }
}

.l-footer {
  padding-block: 56px 32px;
  width: 100%;
  height: auto;
  background-color: #565956;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .l-footer {
    padding-block: 32px;
  }
}

.c-heading__Lv2 {
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: 700;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.c-heading__Lv2::after {
  content: "";
  width: 160px;
  height: 1px;
  background-color: #565956;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  opacity: 0;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 767px) {
  .c-heading__Lv2::after {
    top: unset;
    bottom: calc(50% - 18px);
  }
}
@media screen and (max-width: 767px) {
  　 .c-heading__Lv2.--straight::after {
    top: unset;
    bottom: calc(50% - 0px);
  }
}
.c-heading__Lv2 .heading__en {
  display: block;
  font-family: "Jost", sans-serif;
  margin-top: 32px;
  font-weight: 600;
}
.c-heading__Lv2 span {
  translate: 0 300%;
  transition: translate 0.5s ease;
}
.c-heading__Lv2 span::after {
  opacity: 0;
}
.c-heading__Lv2.is-active::after {
  opacity: 1;
}
.c-heading__Lv2.is-active span {
  translate: 0;
}

.c-main__btn {
  width: min(305.25px, 100%);
  margin-inline: auto;
  display: block;
}
.c-main__btn a {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  padding-block: 20px;
  border-radius: 100vmax;
  padding-right: 43px;
  background-color: #609484;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  color: #fff;
  position: relative;
  cursor: pointer;
  transition: opacity 0.3s ease;
}
.c-main__btn a::before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  background-color: #fff;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  right: 39.5px;
  z-index: 11;
  transition: right 0.3s ease;
}
@media (hover: hover) {
  .c-main__btn a:hover {
    opacity: 0.7;
  }
  .c-main__btn a:hover::before {
    right: 36.5px;
  }
}

.c-animated__fadeIn {
  translate: 0 20px;
  opacity: 0;
}
.c-animated__fadeIn.js-show {
  translate: 0;
  opacity: 1;
}

.c-mega-menu {
  position: absolute;
  top: 120px;
  left: 50%;
  translate: -50%;
  width: min(1180px, 100% - 80px);
  height: auto;
  background-color: #fff;
  border-radius: 8px;
  z-index: 222;
  display: none;
}
@media screen and (max-width: 767px) {
  .c-mega-menu {
    width: calc(100% - 40px);
  }
}

.c-mega-menu__container {
  padding: 24px 40px;
  display: flex;
  flex-direction: column;
  row-gap: 24px;
}

.c-mega-menu__title {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
}

.c-mega-menu__nav {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  column-gap: 32px;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .c-mega-menu__nav {
    grid-template-columns: repeat(2, 1fr);
  }
}

.c-mega-menu__list {
  display: flex;
  flex-direction: column;
  row-gap: 28px;
}
@media screen and (max-width: 767px) {
  .c-mega-menu__list {
    row-gap: 0;
  }
}
.c-mega-menu__list a {
  display: block;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  padding-block: 20px 8px;
  border-bottom: 2px solid #F2F4F1;
  position: relative;
}
.c-mega-menu__list a::before {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #609484;
  position: absolute;
  bottom: 0;
  left: 0;
  scale: 0 1;
  transform-origin: bottom left;
  transition: scale 0.5s ease-in-out;
}
@media (hover: hover) {
  .c-mega-menu__list a:hover::before {
    scale: 1 1;
  }
}

.c-bg-background {
  width: 100%;
  height: 100%;
  background-color: rgba(86, 89, 86, 0.5607843137);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -3;
  opacity: 0;
  visibility: hidden;
}
.c-bg-background.js-show {
  z-index: 200;
  opacity: 1;
  visibility: visible;
}

.p-header {
  position: relative;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  padding-inline: 2.5rem;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .p-header {
    padding-inline: 0.75rem;
  }
}

.p-header__inner {
  display: grid;
  align-items: center;
  grid-template-columns: 7.0625rem 1fr;
  padding-block: 0.8125rem;
  max-width: 1180px;
  width: 100%;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-header__inner {
    padding-block: 16px;
  }
}

.p-header__logo {
  width: clamp(3.188rem, 1.823rem + 5.82vw, 7.063rem);
  height: auto;
  aspect-ratio: 113/45.4;
}
.p-header__logo img {
  object-fit: contain;
}

.p-header__nav {
  display: flex;
  align-items: center;
  justify-content: end;
  column-gap: 2rem;
}

.p-header__list {
  display: flex;
  align-items: center;
  column-gap: 2rem;
}
@media screen and (max-width: 767px) {
  .p-header__list.--right {
    display: none;
  }
}
.p-header__list li a {
  font-size: 1rem;
  font-weight: 700;
  line-height: 19.5px;
  letter-spacing: 0.04;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 767px) {
  .p-header__list li a {
    line-height: 1;
  }
}
@media (hover: hover) {
  .p-header__list li a:hover {
    opacity: 0.7;
  }
}

.p-header__list-item.mega-menu {
  padding-right: 12px;
  position: relative;
}
.p-header__list-item.mega-menu::before {
  content: "";
  display: block;
  width: 11px;
  height: 11px;
  background-color: #000;
  clip-path: polygon(0 100%, 100% 100%, 50% 0);
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  right: -8px;
  rotate: 180deg;
  z-index: 11;
  transition: background-color 0.3s ease, opacity 0.3s ease, rotate 0.3s ease;
}
.p-header__list-item.mega-menu.js-show::before {
  rotate: 0deg;
}
@media (hover: hover) {
  .p-header__list-item.mega-menu:hover::before {
    opacity: 0.7;
    background-color: rgba(0, 0, 0, 0.7);
  }
}
.p-header__list-item.--list-btn a {
  display: inline-block;
  padding: 0.5rem 1.5rem;
  line-height: 1.5;
  border: 1px solid #609484;
  background-color: #fff;
  border-radius: 100vmax;
  transition: background-color 0.3s ease, border 0.3s ease, color 0.3s ease;
}
@media (hover: hover) {
  .p-header__list-item.--list-btn a:hover {
    background-color: #565956;
    border: none;
    color: #fff;
  }
}

.p-header__btn {
  padding: 0.5rem 1.625rem;
  background: #fff;
  border: 1px solid #fff;
  color: #001A75;
  font-size: 1.25rem;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  .p-header__btn {
    padding: 0.5rem 0rem;
  }
}

.p-header__btn i {
  font-size: 1.5625rem;
}

.p-header__icon {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-header__icon {
    display: block;
  }
}
.p-header__icon i {
  font-size: 1.5rem;
  rotate: 180deg;
  margin-left: 8px;
}

.p-drawer__icon {
  position: fixed;
  z-index: 102;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  top: 17px;
  right: 20px;
  width: 24px;
  height: 16px;
}
@media (min-width: 768px) {
  .p-drawer__icon {
    display: none;
  }
}

.p-drawer__icon--bar {
  width: 100%;
  height: 1px;
  background: #000;
}

.p-drawer__icon.js-show .p-drawer__icon--bar:nth-of-type(1) {
  rotate: 45deg;
  translate: 0 7.5px;
}
.p-drawer__icon.js-show .p-drawer__icon--bar:nth-of-type(2) {
  display: none;
}
.p-drawer__icon.js-show .p-drawer__icon--bar:nth-of-type(3) {
  rotate: -45deg;
  translate: 0 -7.5px;
}

.p-drawer {
  position: fixed;
  z-index: 101;
  overflow-y: scroll;
  top: 0;
  right: 0;
  width: 278px;
  height: 100vh;
  height: 100svh;
  background: #b6e7f3;
}

.p-drawer__icon--bar {
  transition: all 0.5s ease;
}

.p-drawer {
  translate: 101%;
  transition: translate 0.5s ease;
}
.p-drawer.js-show {
  translate: 0;
}

.p-drawer__body {
  width: 100%;
  height: fit-content;
  padding-block: 88px 40px;
  padding-left: 34px;
}

.p-drawer__list {
  display: flex;
  flex-direction: column;
  row-gap: 32px;
  margin-bottom: 40px;
}
.p-drawer__list li a {
  font-size: 20px;
  font-weight: 400;
}

.p-drawer__btn {
  display: inline-block;
  padding: 6px 30px;
  background: #fff;
  font-size: 20px;
  font-weight: 400;
}

.p-footer__container {
  display: grid;
  grid-column: 1fr;
  grid-template-rows: repeat(3, fit-content);
  row-gap: 72px;
}

.p-footer__nav {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-footer__nav {
    grid-template-columns: 1fr;
    row-gap: 48px;
  }
}

.p-footer__nav-title {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 24px;
  font-family: "Jost", sans-serif;
  position: relative;
}
.p-footer__nav-title::before {
  content: "";
  width: 72px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  bottom: -8px;
  left: 0;
}

.p-footer__nav-list {
  display: flex;
  flex-direction: column;
  row-gap: 0.5rem;
}

.p-footer__link a {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
}

.p-footer__sns {
  display: flex;
  column-gap: 1.4375rem;
  align-items: center;
}
.p-footer__sns li i {
  font-size: 1.5rem;
}

.p-footer__copy {
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1.5;
}
.p-footer__copy + p {
  margin-top: 16px;
}

.p-footer__copyright small {
  font-size: 0.625rem;
  font-weight: 500;
  line-height: 1.5;
}

.p-test {
  padding-block: 7.5rem;
}
@media screen and (max-width: 767px) {
  .p-test {
    padding-block: 4.375rem;
  }
}

.p-test__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-test__container {
    flex-direction: column;
    row-gap: 1.25rem;
  }
}

.p-test__title {
  font-size: max(3.125rem, 40px);
  font-weight: 700;
  line-height: 0.94;
  letter-spacing: 0em;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .p-test__title {
    font-size: 3.125rem;
  }
}

.p-test__text {
  margin-block-start: 2.5rem;
  font-size: max(1.75rem, 22.4px);
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0em;
}
@media screen and (max-width: 767px) {
  .p-test__text {
    font-size: 1.75rem;
  }
}

.p-test__text-wrap {
  width: min(25rem, 100%);
}

.p-test__img {
  width: min(37.5rem, 100%);
  height: auto;
}

.p-fv {
  width: 100%;
  height: 476px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-fv {
    height: 476px;
    background-position: bottom center;
    background-size: cover;
  }
}

.p-fv__imge {
  position: absolute;
  width: 100%;
  height: 100%;
  object-position: center;
  animation: 3.5s ease-in-out forwards infinite fvAnimation;
  z-index: -1;
}
.p-fv__imge img {
  object-fit: cover;
}
.p-fv__imge.--delay1 {
  animation-delay: 2s;
  z-index: -2;
  object-position: center center 200px;
}
@keyframes fvAnimation {
  0% {
    scale: 1;
    opacity: 0;
  }
  50% {
    scale: 1.1;
    opacity: 1;
  }
  100% {
    scale: 1.1;
    opacity: 0;
  }
}

.p-fv__container {
  width: min(100% - 260px, 100%);
  margin-inline: auto;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .p-fv__container {
    width: min(100% - 64px, 100%);
  }
}
@media screen and (max-width: 767px) {
  .p-fv__container {
    width: min(100% - 32px, 100%);
  }
}

.p-fv__text-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  row-gap: 24px;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .p-fv__text-wrap {
    row-gap: 8px;
  }
}

.p-fv__title {
  display: inline-flex;
  flex-direction: column;
  row-gap: 8px;
}

.p-fv__title span, .p-fv__text span {
  display: inline-block;
  width: fit-content;
  padding: 4px 24px;
  background-color: #fff;
  font-size: clamp(1.75rem, 1.486rem + 1.13vw, 2.5rem);
  font-weight: 700;
  line-height: 1.5;
  opacity: 0;
  clip-path: inset(0 100% 0 0);
  transform-origin: left center;
}
.p-fv__title span.is-active, .p-fv__text span.is-active {
  animation: fv_animation 0.5s linear forwards;
}
@keyframes fv_animation {
  0% {
    clip-path: inset(0 100% 0 0);
    opacity: 0;
  }
  100% {
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}
.p-fv__title span + span, .p-fv__text span + span {
  margin-top: 8px;
}

.p-fv__text span {
  font-size: clamp(1rem, 0.824rem + 0.75vw, 1.5rem);
  white-space: nowrap;
}

.p-cta {
  width: 100%;
  height: auto;
  padding-block: 48px;
  background-image: url("./../img/cta-bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  padding-inline: 16px;
}
@media screen and (max-width: 767px) {
  .p-cta {
    padding-block: 56px;
  }
}

.p-cta__container {
  padding: 54px 64px;
  width: 49.9305555556%;
  margin-inline: auto;
  background-color: #fff;
  border-radius: 1rem;
}
@media screen and (max-width: 767px) {
  .p-cta__container {
    width: min(100% - 0px, 100%);
    padding: 64px 16px 32px;
  }
}

.p-cta__text-wrap {
  width: fit-content;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-inline: auto;
  gap: 8px;
  position: relative;
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .p-cta__text-wrap {
    row-gap: 8px;
  }
}

.p-cta__copy {
  font-size: 1rem;
  color: #fff;
  line-height: 1.5;
  font-weight: 700;
  padding: 2px 13.95px;
  background-color: #565956;
  position: absolute;
  top: -10.02px;
  left: -45px;
  rotate: -30deg;
}
@media screen and (max-width: 767px) {
  .p-cta__copy {
    left: 50%;
    translate: -50%;
    top: -32px;
    rotate: 0deg;
  }
}

.p-cta__text {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-cta__text {
    font-size: 1rem;
  }
}
.p-cta__text.--large {
  font-size: 1.75rem;
}
@media screen and (max-width: 767px) {
  .p-cta__text.--large {
    text-align: center;
  }
}

.p-cta__btn-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-cta__btn-wrap {
    flex-direction: column;
    row-gap: 0.5rem;
  }
}
.p-cta__btn-wrap + .p-cta__btn-wrap {
  margin-top: 54px;
}
@media screen and (max-width: 767px) {
  .p-cta__btn-wrap + .p-cta__btn-wrap {
    margin-top: 24px;
  }
}

.p-cta__btn {
  width: 199.7px;
  padding-block: 1rem;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  color: #fff;
  text-align: center;
  border-radius: 1rem;
  background-color: #565956;
}
@media screen and (max-width: 767px) {
  .p-cta__btn {
    width: min(311px, 100%);
  }
}

.p-cta__btn-wrap.--cta-btn2 {
  column-gap: 37.05px;
}
@media screen and (max-width: 767px) {
  .p-cta__btn-wrap.--cta-btn2 {
    row-gap: 30px;
  }
}
.p-cta__btn-wrap.--cta-btn2 span {
  display: inline-block;
  padding: 15px 40px;
  background-color: #F2F4F1;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
}
.p-cta__btn-wrap.--cta-btn2 span::before {
  content: "";
  display: block;
  width: 29px;
  height: 18px;
  background-color: #F2F4F1;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  right: -25px;
  z-index: 11;
}
@media screen and (max-width: 767px) {
  .p-cta__btn-wrap.--cta-btn2 span::before {
    content: none;
  }
}
@media screen and (max-width: 767px) {
  .p-cta__btn-wrap.--cta-btn2 button {
    display: block;
    width: min(311px, 100%);
  }
}
.p-cta__btn-wrap.--cta-btn2 button a {
  display: inline-block;
  padding: 20px 24px;
  padding-right: 64px;
  border-radius: 1rem;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  color: #fff;
  position: relative;
  background-color: #609484;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 767px) {
  .p-cta__btn-wrap.--cta-btn2 button a {
    display: block;
    width: min(311px, 100%);
  }
}
.p-cta__btn-wrap.--cta-btn2 button a::before {
  content: "\f061";
  position: absolute;
  font-family: "Font Awesome 6 Free";
  top: 50%;
  translate: 0 -50%;
  right: 24px;
  color: #fff;
  transition: right 0.3s ease;
}
@media (hover: hover) {
  .p-cta__btn-wrap.--cta-btn2 button a:hover {
    opacity: 0.7;
  }
  .p-cta__btn-wrap.--cta-btn2 button a:hover::before {
    right: 21px;
  }
}

.p-benefit {
  padding-block: 88px;
}

.p-benefit__card-wrap {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  column-gap: 30px;
  justify-content: space-between;
  width: 100%;
  margin-top: 64px;
}
@media screen and (max-width: 767px) {
  .p-benefit__card-wrap {
    grid-template-columns: 1fr;
    justify-content: center;
    row-gap: 32px;
  }
}

.p-benefit__card {
  text-align: center;
  width: min(168px, 100%);
  height: auto;
  clip-path: inset(0 100% 0 0);
}
.p-benefit__card.is-active {
  animation: 1s 0s linear forwards slideLeft;
}
@media screen and (max-width: 767px) {
  .p-benefit__card {
    margin-inline: auto;
  }
}

.p-benefit__title {
  display: inline-block;
  padding: 4px 24px;
  background-color: #948260;
  color: #fff;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.5;
  font-family: "Jost", sans-serif;
}

.p-banner {
  width: 100%;
  height: 293px;
  background-image: url("./../img/img_background_bottom.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  display: grid;
  place-items: center;
  padding-block: 18px;
}

.p-banner__text-wrap {
  position: relative;
  text-align: center;
}
.p-banner__text-wrap::before, .p-banner__text-wrap::after {
  content: "";
  width: 153px;
  height: auto;
  aspect-ratio: 153/203;
  position: absolute;
  top: 60%;
  translate: 0 -50%;
  background-image: url("./../img/leaf_left.png");
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .p-banner__text-wrap::before, .p-banner__text-wrap::after {
    width: 42px;
  }
}
.p-banner__text-wrap::before {
  left: -159px;
}
@media screen and (max-width: 767px) {
  .p-banner__text-wrap::before {
    left: -40px;
  }
}
.p-banner__text-wrap::after {
  right: -159px;
  transform: rotateY(-180deg);
}
@media screen and (max-width: 767px) {
  .p-banner__text-wrap::after {
    right: -40px;
  }
}

.p-banner__title {
  font-size: clamp(1rem, 0.824rem + 0.75vw, 1.5rem);
  font-weight: 700;
  line-height: 1.5;
}

.p-banner__text {
  font-size: clamp(2rem, 1.296rem + 3vw, 4rem);
  font-weight: 700;
}

.p-voice {
  padding-block: 63px 88px;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .p-voice {
    padding-block: 56px;
  }
}

.p-voice__card-wrap {
  display: flex;
  align-items: flex-start;
  margin-top: 64px;
}
@media screen and (max-width: 767px) {
  .p-voice__card-wrap {
    flex-direction: column;
    align-items: center;
  }
}

.p-voice__card {
  width: 33.3333333333%;
  background-color: #F2F4F1;
  height: 640px;
  position: relative;
  clip-path: inset(0 100% 0 0);
}
.p-voice__card.is-active {
  animation: 1s 0s linear forwards slideLeft;
}
@media screen and (max-width: 767px) {
  .p-voice__card {
    width: 100%;
    height: 620px;
  }
}
.p-voice__card.--delay1 {
  animation-delay: 0.5s;
}
.p-voice__card.--delay2 {
  animation-delay: 1s;
}
@keyframes slideLeft {
  0% {
    clip-path: inset(0 100% 0 0);
  }
  100% {
    clip-path: inset(0 0 0 0);
  }
}
.p-voice__card:nth-of-type(2) {
  background-color: #fff;
}
.p-voice__card picture {
  display: block;
}

.p-voice__copy {
  display: inline-block;
  padding: 0.5rem 1rem;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 600;
  color: #fff;
  background-color: #609484;
  position: absolute;
  top: 0;
  left: 0;
}

.p-voice__img {
  width: 100%;
  max-width: 100%;
  height: auto;
  aspect-ratio: 393/221;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .p-voice__img {
    max-height: 320px;
  }
}

.p-voice__text-wrap {
  padding: 24px 48px;
  display: flex;
  flex-direction: column;
  row-gap: 16px;
}
@media screen and (max-width: 767px) {
  .p-voice__text-wrap {
    padding: 24px;
  }
}

.p-voice__title {
  display: flex;
  flex-direction: column;
  row-gap: 8px;
}
@media screen and (max-width: 767px) {
  .p-voice__title {
    row-gap: 12px;
  }
}
.p-voice__title span {
  display: inline-block;
  width: fit-content;
  padding: 4px 10px;
  background-color: #948260;
  font-size: 1.25rem;
  font-weight: 700;
  color: #fff;
  line-height: 1.5;
}

.p-voice__text,
.p-voice__desc {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
}

.p-voice__text {
  margin-bottom: auto;
}

.p-solution {
  padding-block: 88px 124px;
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-solution {
    padding-block: 56px 112px;
  }
}

.p-solution__bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: -1;
}
.p-solution__bg img {
  height: calc(100% + 120px);
}

.p-solution__container {
  margin-top: 72px;
  display: flex;
  flex-direction: column;
  row-gap: 27px;
}
@media screen and (max-width: 767px) {
  .p-solution__container {
    margin-top: 32px;
  }
}

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

.p-solution__item {
  padding: 28px 50px;
  border-radius: 2rem;
  background-color: #fff;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.16);
  display: flex;
  align-items: center;
  column-gap: 32px;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.p-solution__item.is-active {
  animation: slideShowAnimation 1s ease forwards;
}
@keyframes slideShowAnimation {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@media screen and (max-width: 767px) {
  .p-solution__item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    row-gap: 24px;
    height: auto;
  }
}
.p-solution__item span {
  position: relative;
}
.p-solution__item span::before {
  content: "";
  position: absolute;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 2px solid #609484;
  top: 50%;
  left: 0;
  translate: -50% -50%;
}
@media screen and (max-width: 767px) {
  .p-solution__item span::before {
    left: 18px;
  }
}
.p-solution__item span::after {
  content: "";
  position: absolute;
  width: 16.25px;
  height: 11px;
  border-bottom: 3px solid #609484;
  border-left: 3px solid #609484;
  rotate: -45deg;
  top: calc(50% - 2px);
  left: 0;
  translate: -50% -50%;
}
@media screen and (max-width: 767px) {
  .p-solution__item span::after {
    left: 18px;
  }
}
.p-solution__item.--item-half {
  width: calc(50% - 12px);
}
@media screen and (max-width: 767px) {
  .p-solution__item.--item-half {
    width: 100%;
  }
}

.p-solution__text {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.5;
}

.p-realization {
  padding-block: 54px 108px;
}

.p-realization__head {
  position: relative;
  width: min(100% - 63px, 100%);
  height: 96px;
  background-color: #609484;
  display: grid;
  place-items: center;
  margin-top: -81.5px;
  margin-inline: auto;
  margin-bottom: 57px;
}
@media screen and (max-width: 767px) {
  .p-realization__head {
    padding: 24px 30px;
    height: auto;
    width: min(100% - 0px, 100%);
  }
}
.p-realization__head::before {
  content: "";
  width: calc(100% + 63px);
  height: 78px;
  border: 1px solid #565956;
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  left: -31.5px;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-realization__head::before {
    width: calc(100% + 30px);
    left: 50%;
    top: 50%;
    translate: -50% -50%;
    height: calc(100% - 27px);
  }
}
.p-realization__head::after {
  content: "";
  width: 1px;
  height: 56px;
  border-left: 1px solid #565956;
  position: absolute;
  bottom: -38px;
  left: calc(50% + 18px);
  translate: -50%;
  rotate: 45deg;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-realization__head::after {
    bottom: -32px;
  }
}

.p-realization__head-title {
  color: #fff;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-realization__head-title {
    text-align: center;
  }
}
.p-realization__head-title::before {
  content: "";
  width: 69px;
  height: 10px;
  background-color: #609484;
  position: absolute;
  left: 50%;
  translate: -50%;
  bottom: -25px;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .p-realization__head-title::before {
    bottom: -18px;
  }
}

.p-realization__container {
  position: relative;
  display: flex;
  flex-direction: column;
  row-gap: 131px;
  margin-top: 93px;
}
@media screen and (max-width: 767px) {
  .p-realization__container {
    margin-top: 32px;
    row-gap: 63px;
  }
}
.p-realization__container::before {
  content: "";
  width: 100%;
  height: auto;
  max-height: 1369px;
  aspect-ratio: 1369/1440;
  background-color: #F2F4F1;
  position: absolute;
  top: 179px;
  left: 0;
  right: 0;
  z-index: -1;
}
.p-realization__container + .p-realization__container {
  margin-top: 163px;
}
@media screen and (max-width: 767px) {
  .p-realization__container + .p-realization__container {
    margin-top: 67px;
  }
}
.p-realization__container:nth-of-type(odd) .p-realization__content-wrap {
  flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .p-realization__container:nth-of-type(odd) .p-realization__content-wrap {
    flex-direction: column;
  }
}
.p-realization__container:nth-of-type(odd) .p-realization__text-content {
  z-index: 2;
}
.p-realization__container:nth-of-type(odd) .p-realization__image-content {
  position: relative;
  z-index: 10;
}
.p-realization__container:nth-of-type(odd) .p-realization__bottom {
  margin-top: 64px;
}
.p-realization__container:nth-of-type(odd) .p-realization__image1 {
  left: 0;
}
.p-realization__container:nth-of-type(odd) .p-realization__image2 {
  right: -18px;
}
@media screen and (max-width: 767px) {
  .p-realization__container:nth-of-type(odd) .p-realization__image2 {
    right: unset;
  }
}

.p-realization__top {
  position: relative;
}

.p-realization__image {
  position: relative;
  width: 100%;
  height: 557px;
  opacity: 0;
  transition: scale 0.3s ease, box-shadow 0.3s ease, opacity 0.3s ease;
}
.p-realization__image.is-active {
  animation: slideShowAnimation 1s ease forwards;
}
@keyframes slideShowAnimation {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@media screen and (max-width: 767px) {
  .p-realization__image {
    height: auto;
    aspect-ratio: 334/147;
  }
}
.p-realization__image img {
  object-fit: cover;
}

.p-realization__copy {
  font-size: 2.5rem;
  font-family: "Jost", sans-serif;
  font-weight: 600;
  line-height: 1.5;
  position: absolute;
  top: 0;
  left: 39px;
  translate: 0 -50%;
}
@media screen and (max-width: 767px) {
  .p-realization__copy {
    font-size: 1rem;
    left: 12px;
  }
}

.p-realization__content-wrap {
  display: flex;
  align-items: flex-start;
  margin-top: -28px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-realization__content-wrap {
    flex-direction: column;
    position: relative;
  }
}

.p-realization__text-content {
  width: 50%;
  padding: 64px;
  background-color: #fff;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.16);
  display: flex;
  flex-direction: column;
  row-gap: 51px;
  position: relative;
  opacity: 0;
  translate: -100px;
  transition: translate 0.3s ease, opacity 0.3s ease;
}
.p-realization__text-content.is-active {
  animation: slideShowRightAnimation 1s ease forwards;
}
.p-realization__text-content.--image-right {
  translate: 100px;
}
.p-realization__text-content.--image-right.is-active {
  animation: slideShowLeftAnimation 1s ease forwards;
}
@keyframes slideShowRightAnimation {
  0% {
    opacity: 0;
    translate: -100px;
  }
  100% {
    opacity: 1;
    translate: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-realization__text-content {
    width: 100%;
  }
}

.p-realization__text-copy {
  display: inline-block;
  width: fit-content;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5;
  padding: 4px 8px;
  white-space: nowrap;
  color: #fff;
  background-color: #948260;
}
@media screen and (max-width: 767px) {
  .p-realization__text-copy {
    white-space: wrap;
  }
}

.p-realization__text-wrap {
  display: flex;
  flex-direction: column;
  row-gap: 16px;
}
@media screen and (max-width: 767px) {
  .p-realization__text-wrap {
    padding-bottom: 245px;
  }
}

.p-realization__text-title {
  position: relative;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.5;
  font-family: "Jost", sans-serif;
}

.p-realization__text-text {
  position: relative;
  font-size: 1rem;
  font-weight: 5600;
  line-height: 1.5;
}

.p-realization__image-content {
  width: 50%;
  max-width: 50%;
  position: relative;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .p-realization__image-content {
    display: contents;
  }
}

.p-realization__image1 {
  width: 283.46px;
  height: 365.87px;
  position: absolute;
  left: -21px;
  top: 124px;
  cursor: pointer;
}
@media (hover: hover) {
  .p-realization__image1:hover {
    filter: blur(2px);
  }
}
@media screen and (max-width: 767px) {
  .p-realization__image1 {
    width: min(450px, 100%);
    height: auto;
    aspect-ratio: 311/175;
    left: 0%;
    translate: -50%;
    bottom: 574px;
    top: unset;
    z-index: 111;
  }
}
.p-realization__image1 img {
  object-fit: cover;
}

.p-realization__image2 {
  width: 299.76px;
  height: 365.87px;
  position: absolute;
  right: 0;
  top: 39px;
  cursor: pointer;
}
@media (hover: hover) {
  .p-realization__image2:hover {
    filter: blur(2px);
  }
}
@media screen and (max-width: 767px) {
  .p-realization__image2 {
    width: min(450px, 100%);
    height: auto;
    aspect-ratio: 311/175;
    left: 0%;
    translate: -50%;
    bottom: 24px;
    top: unset;
    z-index: 111;
  }
}
.p-realization__image2 img {
  object-fit: cover;
}

.p-realization__imageItem {
  opacity: 0;
  translate: 100px;
  transition: translate 0.3s ease, opacity 0.3s ease;
}
.p-realization__imageItem.is-active {
  animation: slideShowLeftAnimation 1s ease forwards;
}
.p-realization__imageItem.--image-left {
  translate: -100px;
}
.p-realization__imageItem.--image-left.is-active {
  animation: slideShowRightAnimation 1s ease forwards;
}
@keyframes slideShowLeftAnimation {
  0% {
    opacity: 0;
    translate: 100px;
  }
  100% {
    opacity: 1;
    translate: 0;
  }
}

.p-realization__bottom {
  margin-top: 80px;
  width: min(998px, 100%);
  margin-inline: auto;
}

.p-realization-desc {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  position: relative;
}
.p-realization-desc::before, .p-realization-desc::after {
  content: "";
  width: 24.0480961924%;
  height: 1px;
  background-color: #565956;
  position: absolute;
  top: calc(50% - 18px);
  translate: 0 -50%;
}
@media screen and (max-width: 767px) {
  .p-realization-desc::before, .p-realization-desc::after {
    width: 8.9333333333%;
  }
}
.p-realization-desc::after {
  right: 0;
}
.p-realization-desc::before {
  left: 0;
}
.p-realization-desc span {
  display: block;
  font-weight: 600;
  font-family: "Jost", sans-serif;
  color: #B1B6AF;
  margin-top: 8px;
}

.p-realization__card-wrap {
  display: grid;
  grid-template-columns: repeat(3, 300px);
  justify-content: space-between;
  margin-top: 23px;
}
@media screen and (max-width: 767px) {
  .p-realization__card-wrap {
    grid-template-columns: 1fr;
    justify-content: center;
    align-items: center;
    row-gap: 49px;
  }
}

.p-realization__card {
  width: min(300px, 100%);
  height: 450px;
  background-color: #F2F4F1;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.16);
  opacity: 0;
  transition: scale 0.3s ease, box-shadow 0.3s ease, opacity 0.3s ease;
}
.p-realization__card.is-active {
  animation: slideShowAnimation 1s ease forwards;
}
@keyframes slideShowAnimation {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@media screen and (max-width: 767px) {
  .p-realization__card {
    width: min(350px, 100%);
    height: auto;
    margin-inline: auto;
  }
}
.p-realization__card picture {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  overflow: hidden;
}
.p-realization__card picture img {
  transition: scale 0.3s ease;
}
@media (hover: hover) {
  .p-realization__card:hover {
    cursor: pointer;
    scale: 1.05;
    box-shadow: 0 4px 4px 4px rgba(0, 0, 0, 0.16);
  }
  .p-realization__card:hover img {
    scale: 1.1;
  }
}

.p-realization__card-textbox {
  padding: 24px;
}
@media screen and (max-width: 767px) {
  .p-realization__card-textbox {
    padding-bottom: 64px;
  }
}
.p-realization__card-textbox p + p {
  margin-top: 8px;
}

.p-realization__card-title {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
}

.p-realization__card-text {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  font-family: "Jost", sans-serif;
}

.p-feature {
  width: 100%;
  height: auto;
  padding-block: 80px 50px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-feature {
    padding-block: 56px;
  }
}

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

.p-feature__container {
  display: flex;
  flex-direction: column;
  row-gap: 32px;
  margin-top: 52px;
}

.p-feature__item {
  width: 100%;
  height: auto;
  background-color: #fff;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  border-radius: 1rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-block: 32px;
  padding-inline: 106px 103px;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.p-feature__item.is-active {
  animation: slideShowAnimation 1s ease forwards;
}
@keyframes slideShowAnimation {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@media screen and (max-width: 767px) {
  .p-feature__item {
    flex-direction: column;
    align-items: center;
    padding: 32px 16px;
    row-gap: 24px;
  }
}
.p-feature__item:nth-child(even) {
  flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .p-feature__item:nth-child(even) {
    flex-direction: column;
  }
}

.p-feature__image {
  max-width: 446px;
  width: calc((100% - 40px) / 2);
  height: auto;
  aspect-ratio: 446/275;
}
@media screen and (max-width: 767px) {
  .p-feature__image {
    width: 100%;
  }
}

.p-feature__text-content {
  width: calc((100% - 20px) / 2);
  height: auto;
  display: flex;
  flex-direction: column;
  row-gap: 12px;
}
@media screen and (max-width: 767px) {
  .p-feature__text-content {
    width: 100%;
  }
}

.p-feature__copy {
  display: inline-block;
  width: fit-content;
  padding: 4px 16px;
  background-color: #948260;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.5;
  font-family: "Jost", sans-serif;
  color: #fff;
}

.p-feature__desc {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5;
}
.p-feature__desc span {
  font-size: 1.25rem;
  display: inline;
  margin-left: -0.3em;
}

.p-feature__text {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
}

.p-how-to-use {
  width: 100%;
  height: auto;
  padding-block: 88px 60px;
}
@media screen and (max-width: 767px) {
  .p-how-to-use {
    padding-block: 56px;
  }
}

.p-how-to-use__card-container {
  margin-top: 72px;
  display: flex;
  justify-content: space-between;
  column-gap: 36px;
}
@media screen and (max-width: 767px) {
  .p-how-to-use__card-container {
    margin-top: 32px;
    flex-direction: column;
    row-gap: 32px;
  }
}

.p-how-to-use__card {
  display: flex;
  flex-direction: column;
  row-gap: 26px;
  width: min(286px, 25% - 36px);
  height: auto;
  text-align: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.p-how-to-use__card.is-active {
  animation: slideShowAnimation 1s ease forwards;
}
@keyframes slideShowAnimation {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@media screen and (max-width: 767px) {
  .p-how-to-use__card.is-active {
    width: 100%;
  }
}

.p-how-to-use__image {
  width: 100%;
  height: auto;
  aspect-ratio: 1;
}
.p-how-to-use__image img {
  object-fit: cover;
}

.p-how-to-use__title {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
}
.p-how-to-use__title span {
  display: inline-block;
  font-size: 1.5rem;
  font-weight: 600;
  color: #609484;
  font-family: "Jost", sans-serif;
  margin-right: 24px;
}
.p-how-to-use__title + p {
  margin-top: 14px;
}

.p-how-to-use__text {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  text-align: left;
}

.p-faq {
  width: 100%;
  height: auto;
  padding-block: 92px 88px;
}
@media screen and (max-width: 767px) {
  .p-faq {
    padding-block: 32px;
  }
}

.p-faq__list-wrap {
  margin-block: 51px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 24px;
}
@media screen and (max-width: 767px) {
  .p-faq__list-wrap {
    margin-block: 32px;
    grid-template-columns: 1fr;
    row-gap: 0;
  }
}

.p-faq__list {
  border-bottom: 1px solid #565956;
}

.p-faq__question,
.p-faq__answer {
  padding-block: 32px 22px;
  padding-inline: 22px 44px;
  display: flex;
  column-gap: 1.5rem;
  align-items: flex-start;
  position: relative;
  flex-wrap: nowrap;
}
@media screen and (max-width: 767px) {
  .p-faq__question,
  .p-faq__answer {
    padding-block: 24px;
    padding-inline: 0 32px;
    align-items: center;
  }
}
.p-faq__question div,
.p-faq__answer div {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1;
  color: #948260;
  display: inline-block;
  width: fit-content;
}

@media (hover: hover) {
  .p-faq__question:hover {
    cursor: pointer;
  }
}
.p-faq__question::before, .p-faq__question::after {
  content: "";
  width: 16px;
  height: 1px;
  background-color: #565956;
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  right: 24px;
}
.p-faq__question::after {
  rotate: 90deg;
  transition: rotate 0.3s ease;
}
.p-faq__question.is_open::after {
  rotate: 0deg;
}

.p-faq__answer {
  display: none;
}

.p-faq__text,
.p-faq__title,
.p-faq__text-list {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.p-faq__text-list {
  margin-left: 1em;
}
.p-faq__text-list li {
  list-style: decimal;
}

.p-over-content {
  max-width: 100%;
  height: auto;
  overflow-x: hidden;
  pointer-events: none;
}

@media (min-width: 768px) {
  .u-sp {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .u-pc {
    display: none !important;
  }
}
.u-font {
  font-family: "Noto Sans JP", sans-serif;
}
.u-font__jp {
  font-family: "Noto Sans JP", sans-serif;
}
.u-font__en {
  font-family: "Jost", 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;
  }
}

.sp-only {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp-only {
    display: block;
  }
}

.sp-only2 {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp-only2 {
    display: inline-block;
  }
}

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

/* 画像全体を拡大する */
.img-zoom {
  transition: 0.4s;
}

.img-zoom:hover {
  scale: 1.1;
}

/* 画像の一部を拡大する */
.img-container1,
.img-container2 {
  position: relative;
  display: inline-block;
}

.img-magnifier1,
.img-magnifier2 {
  position: absolute;
  border: 1px solid #fff;
  border-radius: 50%;
  width: 300px;
  height: 300px;
  overflow: hidden;
  pointer-events: none;
  display: none;
  cursor: pointer;
}

.img-magnifier1 img,
.img-magnifier2 img {
  position: absolute;
  width: 1000px; /* 拡大用の画像サイズ */
  height: auto;
  transform-origin: top left;
}

/* 基本スタイル */
img {
  display: block;
}

h2 {
  margin-top: 3rem;
}/*# sourceMappingURL=style.css.map */