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

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

a {
  text-decoration: none;
  -webkit-transition: 0.3s;
  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%;
}

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-inner {
  position: relative;
  width: 100%;
  max-width: 1180px;
  height: inherit;
  padding: 0 2.5rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .l-inner {
    width: 100%;
    max-width: 548px;
    padding: 0 1.5rem;
  }
}

.l-inner__narrow {
  max-width: 56.25rem;
}
@media screen and (max-width: 767px) {
  .l-inner__narrow {
    padding: 0 1.5rem;
    max-width: 500px;
  }
}

.l-section {
  padding-block: 64px;
}
@media (min-width: 768px) {
  .l-section {
    padding-block: clamp(5rem, 3.5714285714rem + 2.9761904762vw, 6.25rem);
  }
}

.c-btn {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  border-radius: 100px;
  background: #cdb726;
  padding: 10px 46px;
  border: 2px solid transparent;
}
@media (min-width: 768px) {
  .c-btn {
    font-size: clamp(0.875rem, 0.5892857143rem + 0.5952380952vw, 1.125rem);
    padding: 10px 46px;
  }
}
@media (hover: hover) {
  .c-btn:hover {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
    background: #fff;
    color: #cdb726;
    border: 2px solid #cdb726;
  }
}

.c-title {
  font-size: 22px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  position: relative;
}
@media (min-width: 768px) {
  .c-title {
    font-size: clamp(1.75rem, 1.1785714286rem + 1.1904761905vw, 2.25rem);
  }
}

.c-title__sub {
  position: absolute;
  top: -20px;
  left: 0;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-align: center;
  color: #333;
}
@media (min-width: 768px) {
  .c-title__sub {
    font-size: clamp(0.875rem, 0.5892857143rem + 0.5952380952vw, 1.125rem);
    top: -24px;
  }
}

.c-page-fv {
  position: relative;
}

.c-page-fv__inner {
  position: relative;
}

.c-page-fv__title {
  position: absolute;
  left: 50%;
  translate: -50%;
  top: 110px;
  font-size: 24px;
  font-weight: 900;
  line-height: 1.5;
  color: #fff;
  white-space: nowrap;
  text-align: center;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}
@media (min-width: 768px) {
  .c-page-fv__title {
    top: clamp(11.25rem, 1.25rem + 20.8333333333vw, 20rem);
    font-size: clamp(2rem, -0.2857142857rem + 4.7619047619vw, 4rem);
    line-height: 1.5;
  }
}

.c-page-fv__img {
  height: 500px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .c-page-fv__img {
    height: 400px;
    height: 250px;
  }
  .c-page-fv__img picture {
    display: block;
    width: 100%;
    height: 100%;
  }
  .c-page-fv__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
}
@media screen and (max-width: 767px) {
  .c-page-fv__img.--left img {
    width: 130%;
  }
}
@media (min-width: 768px) {
  .c-page-fv__img {
    height: auto;
  }
  .c-page-fv__img picture {
    display: block;
    width: 100%;
  }
  .c-page-fv__img img {
    width: 100%;
    height: auto;
  }
}

.c-cta {
  background: #FFFAE9;
  padding-block: 64px;
}

.c-cta__text {
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media (min-width: 768px) {
  .c-cta__text {
    font-size: clamp(1.25rem, 1.25rem + 0vw, 1.25rem);
  }
}

.c-cta__btn-wrap {
  text-align: center;
  margin-top: 24px;
}
@media (min-width: 768px) {
  .c-cta__btn-wrap {
    margin-top: 40px;
  }
}

.c-cta__sns-wrap {
  margin-top: 90px;
}
@media screen and (max-width: 767px) {
  .c-cta__sns-wrap {
    display: none;
  }
}

.c-cta__sns-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 80px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.c-cta__sns-link {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.c-cta__sns-link img {
  width: 48px;
}
.c-cta__sns-link span {
  font-size: 14px;
}
@media (any-hover: hover) {
  .c-cta__sns-link:hover {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}

.c-cta__line-wrap {
  margin-top: 64px;
}
@media (min-width: 768px) {
  .c-cta__line-wrap {
    display: none;
  }
}

.p-header {
  position: fixed;
  z-index: 100;
  top: 30px;
  left: 0;
  width: 100%;
  height: auto;
  padding-inline: 1rem;
  background: transparent;
}
@media (min-width: 768px) {
  .p-header {
    background: #fff;
    top: 30px;
    width: 91%;
    left: 50%;
    translate: -50%;
    border-radius: 50vmax;
    padding-inline: 2rem;
  }
}
@media (min-width: 768px) and (min-width: 768px) and (max-width: 1024px) {
  .p-header {
    background: transparent;
    top: 20px;
    padding-block: 0;
  }
}

.p-header__inner {
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 768px) {
  .p-header__inner {
    grid-template-columns: clamp(7.5rem, 1.7857142857rem + 11.9047619048vw, 12.5rem) 1fr;
    padding-block: 24px;
  }
}
@media (min-width: 768px) and (min-width: 768px) and (max-width: 1024px) {
  .p-header__inner {
    padding-block: 0;
  }
}

.p-header__logo {
  width: 40px;
  width: 200px;
}
@media (min-width: 768px) {
  .p-header__logo {
    width: 100%;
  }
}
@media (hover: hover) {
  .p-header__logo:hover {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}

.p-header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  -webkit-column-gap: clamp(1rem, 0.4285714286rem + 1.1904761905vw, 1.5rem);
     -moz-column-gap: clamp(1rem, 0.4285714286rem + 1.1904761905vw, 1.5rem);
          column-gap: clamp(1rem, 0.4285714286rem + 1.1904761905vw, 1.5rem);
}
@media (min-width: 768px) and (max-width: 1024px) {
  .p-header__nav {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .p-header__nav {
    display: none;
  }
}

.p-header__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: clamp(1rem, -0.1428571429rem + 2.380952381vw, 2rem);
     -moz-column-gap: clamp(1rem, -0.1428571429rem + 2.380952381vw, 2rem);
          column-gap: clamp(1rem, -0.1428571429rem + 2.380952381vw, 2rem);
}
.p-header__list li a {
  font-size: clamp(0.875rem, 0.5892857143rem + 0.5952380952vw, 1.125rem);
  font-weight: 700;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (any-hover: hover) {
  .p-header__list li a:hover {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}

.p-header__sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: clamp(1rem, 0.4285714286rem + 1.1904761905vw, 1.5rem);
     -moz-column-gap: clamp(1rem, 0.4285714286rem + 1.1904761905vw, 1.5rem);
          column-gap: clamp(1rem, 0.4285714286rem + 1.1904761905vw, 1.5rem);
}
.p-header__sns li a {
  width: 48px;
  height: 48px;
}
@media (any-hover: hover) {
  .p-header__sns li a:hover {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}

.p-drawer__icon {
  position: fixed;
  z-index: 102;
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  top: 32px;
  right: 32px;
  width: 32px;
  height: 24px;
}
@media (min-width: 768px) and (min-width: 1025px) {
  .p-drawer__icon {
    display: none;
  }
}

.p-drawer__icon--bar {
  width: 100%;
  height: 3px;
  background: #333;
  background: #CDB726;
}

.p-drawer__icon-wrap {
  position: relative;
}
.p-drawer__icon-wrap::before {
  content: "";
  position: absolute;
  width: 55px;
  height: 55px;
  background: #fff;
  border-radius: 50vmax;
  left: -12px;
  top: -43px;
  z-index: -1;
}

.p-drawer__icon.js-show .p-drawer__icon--bar:nth-of-type(1) {
  rotate: 45deg;
  translate: 0 8px;
}
.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 -4px;
}

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

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

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

.p-drawer__body {
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding-block: 160px 40px;
  color: #fff;
  text-align: center;
}

.p-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: 2rem;
  margin-bottom: 2.5rem;
}
.p-drawer__list li a {
  font-size: 20px;
  font-weight: 700;
}

.p-drawer__sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-drawer__sns li a {
  width: 48px;
  height: 48px;
}

.p-footer {
  background: #15722C;
  background: url(../img/footer.jpg) no-repeat center center/cover;
  padding-top: 40px;
  padding-bottom: 12px;
}
@media (min-width: 768px) {
  .p-footer {
    background: url(../img/footer.jpg) no-repeat center center/cover;
  }
}

.p-footer__inner {
  padding-inline: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 0;
}
@media (min-width: 768px) {
  .p-footer__inner {
    padding-inline: clamp(2.5rem, -3.2142857143rem + 11.9047619048vw, 7.5rem);
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-bottom: clamp(3.75rem, -6.25rem + 20.8333333333vw, 12.5rem);
  }
}
@media (min-width: 768px) and (min-width: 768px) and (max-width: 1024px) {
  .p-footer__inner {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
}

.p-footer__logo {
  width: 60px;
}
@media (min-width: 768px) {
  .p-footer__logo {
    width: clamp(3.75rem, 0.8928571429rem + 5.9523809524vw, 6.25rem);
  }
}
.p-footer__logo img {
  height: auto;
}

.p-footer__nav {
  border-radius: 20px;
  background: #fff;
  background: rgba(255, 255, 255, 0.7);
  padding: 24px;
}
@media (min-width: 768px) {
  .p-footer__nav {
    border-radius: 50px;
    padding-inline: 40px;
  }
}

.p-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;
  gap: 16px;
}
@media (min-width: 768px) {
  .p-footer__nav-list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: clamp(1rem, 0.4285714286rem + 1.1904761905vw, 1.5rem);
  }
}
@media (min-width: 768px) and (min-width: 768px) and (max-width: 1024px) {
  .p-footer__nav-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px;
  }
}

.p-footer__nav-link {
  font-weight: 700;
  line-height: normal;
}
@media (min-width: 768px) {
  .p-footer__nav-link {
    font-size: clamp(0.875rem, 0.7321428571rem + 0.2976190476vw, 1rem);
  }
}
@media (hover: hover) {
  .p-footer__nav-link:hover {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}

.p-footer__copy {
  text-align: center;
  margin-top: 24px;
  padding-top: 24px;
}

.p-footer__copy-text {
  font-size: 12px;
  font-weight: 500;
  line-height: normal;
}

.p-test {
  padding: 20px;
}
.p-test h2 {
  font-size: clamp(2.5rem, 1.0714285714rem + 2.9761904762vw, 3.75rem);
  font-weight: 900;
}
@media screen and (max-width: 767px) {
  .p-test h2 {
    font-size: 20px;
  }
}
.p-test p {
  font-size: 30px;
  margin-top: 30px;
  font-family: "Poppins", sans-serif;
  color: #CDB726;
}

.p-fv-text {
  position: absolute;
  font-size: 30px;
  font-weight: 900;
  line-height: 140%;
  color: #fff;
  white-space: nowrap;
  text-align: center;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.6);
}
@media screen and (max-width: 767px) {
  .p-fv-text {
    left: 50%;
    translate: -50%;
    top: 120px;
  }
}
@media (min-width: 768px) {
  .p-fv-text {
    font-size: clamp(1.75rem, 0.8928571429rem + 1.7857142857vw, 2.5rem);
    line-height: 160%;
    top: 160px;
    left: 50%;
    translate: -50%;
  }
}

.p-fv__swiper-container {
  position: relative;
}

.p-fv__btn-wrap {
  position: absolute;
  bottom: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
  white-space: nowrap;
}
@media (min-width: 768px) {
  .p-fv__btn-wrap {
    bottom: clamp(2rem, -1.4285714286rem + 7.1428571429vw, 5rem);
  }
}

.p-fv__btn {
  -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  font-size: 14px;
  padding: 10px 20px;
}
@media (min-width: 768px) {
  .p-fv__btn {
    font-size: clamp(0.875rem, 0.5892857143rem + 0.5952380952vw, 1.125rem);
  }
}

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

.p-fv__swiper-slide {
  height: 700px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-fv__swiper-slide picture {
    display: block;
    width: 100%;
    height: 100%;
  }
  .p-fv__swiper-slide img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
}
@media (min-width: 768px) {
  .p-fv__swiper-slide {
    height: auto;
  }
  .p-fv__swiper-slide picture {
    display: block;
    width: 100%;
  }
  .p-fv__swiper-slide img {
    width: 100%;
    height: auto;
  }
}

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

.swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet {
  opacity: 1;
}

.p-top-service {
  background: #FFFAE9;
}

.p-top-service__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  margin-top: 32px;
}
@media (min-width: 768px) {
  .p-top-service__items {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: clamp(2.5rem, -0.3571428571rem + 5.9523809524vw, 5rem);
    margin-top: 64px;
  }
}
@media (min-width: 768px) and (min-width: 768px) and (max-width: 1024px) {
  .p-top-service__items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    margin-inline: auto;
    max-width: 70%;
  }
}

.p-top-service__item {
  position: relative;
}
@media (min-width: 768px) {
  .p-top-service__item {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

.p-top-service__item-link {
  border-radius: 16px;
  padding-top: 24px;
  padding-bottom: 28px;
  padding-inline: 8px;
  color: #fff;
  aspect-ratio: 152/109;
  position: relative;
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  overflow: hidden;
}
.p-top-service__item-link::before {
  content: "";
  position: absolute;
  inset: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: -webkit-transform 0.6s ease;
  transition: -webkit-transform 0.6s ease;
  transition: transform 0.6s ease;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease;
  will-change: transform;
  z-index: 0;
}
.p-top-service__item-link > * {
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) {
  .p-top-service__item-link {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding-inline: clamp(1.5rem, 0.9285714286rem + 1.1904761905vw, 2rem);
    padding-bottom: clamp(2rem, 0.8571428571rem + 2.380952381vw, 3rem);
  }
}
.p-top-service__item-link.--baby-sitter::before {
  background-image: url(../img/babysitter-card-image.jpg);
}
.p-top-service__item-link.--baby-sitter .p-top-service__item-title {
  background: #15722C;
}
.p-top-service__item-link.--event::before {
  background-image: url(../img/top-service-02.jpg);
}
.p-top-service__item-link.--event .p-top-service__item-title {
  background: #EB6100;
}
@media (any-hover: hover) {
  .p-top-service__item-link:hover {
    cursor: pointer;
  }
  .p-top-service__item-link:hover::before {
    -webkit-transform: scale(1.08);
            transform: scale(1.08);
  }
}

.p-top-service__item-title {
  font-weight: 700;
  line-height: normal;
  padding-inline: 8px;
  padding-block: 4px;
  border-radius: 50vh;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media (min-width: 768px) {
  .p-top-service__item-title {
    font-size: clamp(1rem, 0.7142857143rem + 0.5952380952vw, 1.25rem);
    padding-block: clamp(0.375rem, 0.0892857143rem + 0.5952380952vw, 0.625rem);
    padding-inline: clamp(0.75rem, 0.1785714286rem + 1.1904761905vw, 1.25rem);
  }
}
.p-top-service__item-title span {
  font-size: 10px;
}
@media (min-width: 768px) {
  .p-top-service__item-title span {
    font-size: clamp(0.75rem, 0.6071428571rem + 0.2976190476vw, 0.875rem);
  }
}

.p-top-service__item-text {
  font-size: 11.2px;
  font-weight: 700;
  line-height: 130%;
  color: #333;
}
@media (min-width: 768px) {
  .p-top-service__item-text {
    font-size: clamp(0.875rem, 0.7321428571rem + 0.2976190476vw, 1rem);
    line-height: 140%;
  }
}
.p-top-service__item-text span {
  display: inline-block;
  background: rgba(255, 255, 255, 0.9);
  padding: 1px 2px;
  margin-bottom: 4px;
  border-radius: 4px;
}
.p-top-service__item-text span:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .p-top-service__item-text span {
    margin-bottom: 4px;
  }
}

.p-top-service__item-more {
  position: absolute;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 22.4px */
  bottom: 0;
  right: 0;
  background: rgba(205, 183, 38, 0.7);
  padding-block: 6px;
  padding-inline: 16px;
  border-radius: 0 0 16px 0;
}
@media (min-width: 768px) {
  .p-top-service__item-more {
    font-size: clamp(1rem, 0.8571428571rem + 0.2976190476vw, 1.125rem);
    padding-block: clamp(0.5rem, 0.3571428571rem + 0.2976190476vw, 0.625rem);
    padding-inline: clamp(1rem, 0.7142857143rem + 0.5952380952vw, 1.25rem);
  }
}

.p-top-about__content {
  margin-top: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px;
  padding-inline: 16px;
}
@media (min-width: 768px) {
  .p-top-about__content {
    margin-top: 64px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: clamp(2.5rem, -1.7857142857rem + 8.9285714286vw, 6.25rem);
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media (min-width: 768px) {
  .p-top-about__image {
    width: 43%;
  }
}

@media (min-width: 768px) {
  .p-top-about__body {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    text-align: start;
  }
}

.p-top-about__body-title {
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-align: center;
}
@media (min-width: 768px) {
  .p-top-about__body-title {
    font-size: clamp(1.25rem, 0.6785714286rem + 1.1904761905vw, 1.75rem);
    text-align: start;
  }
}

.p-top-about__text {
  margin-top: 24px;
  font-weight: 700;
  font-weight: 500;
  line-height: 160%; /* 25.6px */
  font-size: 14px;
}
@media (min-width: 768px) {
  .p-top-about__text {
    font-size: clamp(0.875rem, 0.5892857143rem + 0.5952380952vw, 1.125rem);
    margin-top: clamp(1.5rem, 0.9285714286rem + 1.1904761905vw, 2rem);
  }
}

.p-top-about__btn-wrap {
  margin-top: 24px;
  text-align: center;
}
@media (min-width: 768px) {
  .p-top-about__btn-wrap {
    text-align: start;
    margin-top: clamp(1.5rem, 0.9285714286rem + 1.1904761905vw, 2rem);
  }
}

.p-top-qa {
  background: #FFFAE9;
}

summary {
  display: block;
}
summary::-webkit-details-marker {
  display: none;
}

.faq__items {
  margin-top: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}
@media (min-width: 768px) {
  .faq__items {
    margin-top: 64px;
    gap: 40px;
  }
}

.faq__item {
  font-size: 14px;
  line-height: normal;
  padding-left: 16px;
  background: #fff;
  border-radius: 20px;
}
@media (min-width: 768px) {
  .faq__item {
    padding-left: 40px;
  }
}
.faq__question {
  padding-block: 16px 16px;
  position: relative;
  width: 100%;
}
@media (min-width: 768px) {
  .faq__question {
    padding-block: 24px 24px;
  }
}
.faq__question::before, .faq__question::after {
  content: "";
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  background: #333;
}
.faq__question::before {
  right: 20px;
  width: 20px;
  height: 2px;
}
.faq__question::after {
  right: 29px;
  width: 2px;
  height: 20px;
  -webkit-transition: rotate 0.3s ease;
  transition: rotate 0.3s ease;
}
@media (any-hover: hover) {
  .faq__question:hover {
    cursor: pointer;
  }
}

details[open] .faq__question::after {
  rotate: 90deg;
}

.faq__question-text {
  list-style: none;
  position: relative;
  padding-inline: 47px 50px;
  font-weight: 500;
  line-height: normal;
}
@media (min-width: 768px) {
  .faq__question-text {
    font-size: clamp(0.875rem, 0.5892857143rem + 0.5952380952vw, 1.125rem);
    padding-inline: 80px 100px;
  }
}
.faq__question-text::before {
  content: "";
  position: absolute;
  background: url(../img/Q.png) no-repeat center center/contain;
  top: 50%;
  translate: 0 -50%;
  left: 0;
  width: 30px;
  height: 30px;
}
@media (min-width: 768px) {
  .faq__question-text::before {
    width: clamp(2rem, 1.4285714286rem + 1.1904761905vw, 2.5rem);
    height: clamp(2rem, 1.4285714286rem + 1.1904761905vw, 2.5rem);
  }
}

.faq__answer {
  padding-bottom: 20px;
}
@media (min-width: 768px) {
  .faq__answer {
    padding-top: 24px;
    padding-bottom: 24px;
  }
}

.faq__answer-text {
  list-style: none;
  position: relative;
  padding-inline: 47px 20px;
  line-height: 160%;
}
@media (min-width: 768px) {
  .faq__answer-text {
    padding-inline: 80px 100px;
    font-size: clamp(0.875rem, 0.5892857143rem + 0.5952380952vw, 1.125rem);
    font-weight: 500;
  }
}
.faq__answer-text::before {
  content: "";
  position: absolute;
  background: url(../img/A.png) no-repeat center center/contain;
  top: 6px;
  left: 0;
  width: 30px;
  height: 30px;
}
@media (min-width: 768px) {
  .faq__answer-text::before {
    width: clamp(2rem, 1.4285714286rem + 1.1904761905vw, 2.5rem);
    height: clamp(2rem, 1.4285714286rem + 1.1904761905vw, 2.5rem);
  }
}

.p-news__items {
  margin-top: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}
@media (min-width: 768px) {
  .p-news__items {
    margin-top: 64px;
    max-width: 900px;
    margin-inline: auto;
    width: 100%;
  }
}

.p-news__item-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid #464646;
}
@media (hover: hover) {
  .p-news__item-link:hover {
    -webkit-transform: scale(1.02);
            transform: scale(1.02);
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .p-news__item-link {
    gap: 16px;
    padding-bottom: 16px;
  }
}

.p-news__item-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 768px) {
  .p-news__item-body {
    gap: clamp(0.5rem, -0.0714285714rem + 1.1904761905vw, 1rem);
  }
}

.p-news__item-date {
  font-size: 12px;
  font-weight: 500;
  line-height: normal;
}
@media (min-width: 768px) {
  .p-news__item-date {
    font-size: clamp(0.875rem, 0.7321428571rem + 0.2976190476vw, 1rem);
  }
}

.p-news__item-tag {
  font-size: 14px;
  background: #15722C;
  color: #fff;
  padding: 6px 12px;
  border-radius: 50px;
}
@media (min-width: 768px) {
  .p-news__item-tag {
    padding: clamp(0.25rem, -0.0357142857rem + 0.5952380952vw, 0.5rem) clamp(1rem, 0.4285714286rem + 1.1904761905vw, 1.5rem);
    font-weight: 700;
  }
}
.p-news__item-tag.--event {
  background: #EB6100;
}

.p-news__item-title {
  font-weight: 700;
  line-height: 160%; /* 25.6px */
  font-size: 14px;
}
@media (min-width: 768px) {
  .p-news__item-title {
    font-size: clamp(0.875rem, 0.5892857143rem + 0.5952380952vw, 1.125rem);
    font-weight: 700;
    line-height: 160%;
  }
}

.p-news__btn-wrap {
  margin-top: 32px;
  text-align: center;
}
@media (min-width: 768px) {
  .p-news__btn-wrap {
    margin-top: 64px;
  }
}

.p-sitter-about {
  background: #FFFAE9;
}

@media (min-width: 768px) {
  .p-sitter-about__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: clamp(2.5rem, -0.3571428571rem + 5.9523809524vw, 5rem);
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (min-width: 768px) and (min-width: 768px) and (max-width: 1024px) {
  .p-sitter-about__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: clamp(2.5rem, -0.3571428571rem + 5.9523809524vw, 5rem);
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media screen and (max-width: 767px) {
  .p-sitter-about__image {
    margin-top: 40px;
  }
}
@media (min-width: 768px) {
  .p-sitter-about__image {
    width: clamp(25rem, 17.8571428571rem + 14.880952381vw, 31.25rem);
  }
}
.p-sitter-about__image img {
  border-radius: 20px;
  height: auto;
}

@media (min-width: 768px) {
  .p-sitter-about__body {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
@media (min-width: 768px) and (min-width: 768px) and (max-width: 1024px) {
  .p-sitter-about__body {
    max-width: 70%;
    margin-inline: auto;
  }
}

.p-sitter-about__text {
  margin-top: 40px;
  font-weight: 700;
  line-height: 160%; /* 25.6px */
  font-size: 14px;
}
@media (min-width: 768px) {
  .p-sitter-about__text {
    font-size: clamp(1.125rem, 0.9821428571rem + 0.2976190476vw, 1.25rem);
  }
}
@media (min-width: 768px) and (min-width: 768px) and (max-width: 1024px) {
  .p-sitter-about__text {
    margin-top: 0;
  }
}

.p-sitter-about__explanation-wrap {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px;
}
@media (min-width: 768px) {
  .p-sitter-about__explanation-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: clamp(3.75rem, 3.75rem + 0vw, 3.75rem);
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media screen and (max-width: 767px) {
  .p-sitter-about__explanation-item {
    text-align: center;
  }
}

.p-sitter-about__explanation-title {
  color: #15722C;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%; /* 38.4px */
}
@media (min-width: 768px) {
  .p-sitter-about__explanation-title {
    font-size: clamp(1.5rem, 0.9285714286rem + 1.1904761905vw, 2rem);
    font-weight: 900;
  }
}

.p-sitter-about__explanation-text {
  margin-top: 16px;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%; /* 28.8px */
  text-align: center;
}
@media (min-width: 768px) {
  .p-sitter-about__explanation-text {
    font-size: clamp(1.125rem, 0.9821428571rem + 0.2976190476vw, 1.25rem);
  }
}

.p-sitter-system__items {
  margin-top: 64px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 64px;
}
@media (min-width: 768px) {
  .p-sitter-system__items {
    margin-top: 80px;
    gap: clamp(5rem, 2.1428571429rem + 5.9523809524vw, 7.5rem);
  }
}

.p-sitter-system__item {
  border: 3px solid #eb6100;
  border-radius: 24px;
  padding-top: 48px;
  padding-inline: 32px;
  padding-bottom: 48px;
  position: relative;
}
@media (min-width: 768px) {
  .p-sitter-system__item {
    padding-block: clamp(4rem, 2.8571428571rem + 2.380952381vw, 5rem);
  }
}
.p-sitter-system__item.--other {
  border-color: #15722C;
}
@media (min-width: 768px) {
  .p-sitter-system__item.--other {
    padding-inline: clamp(2.5rem, -1.7857142857rem + 8.9285714286vw, 6.25rem);
  }
}
.p-sitter-system__item.--other .p-sitter-system__item-title {
  background: #15722C;
}
.p-sitter-system__item.--cancel {
  border-color: #CDB726;
}
@media (min-width: 768px) {
  .p-sitter-system__item.--cancel {
    padding-inline: clamp(2.5rem, -1.7857142857rem + 8.9285714286vw, 6.25rem);
  }
}
.p-sitter-system__item.--cancel .p-sitter-system__item-title {
  background: #CDB726;
}

.p-sitter-system__item-title {
  color: #fff;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  background: #EB6100;
  border-radius: 50px;
  padding-block: 10px;
  padding-inline: 32px;
  white-space: nowrap;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media (min-width: 768px) {
  .p-sitter-system__item-title {
    font-size: clamp(1.25rem, 0.6785714286rem + 1.1904761905vw, 1.75rem);
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding-inline: clamp(2.5rem, 1.0714285714rem + 2.9761904762vw, 3.75rem);
  }
}

.p-sitter-system__price {
  display: block;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  line-height: normal;
}
@media (min-width: 768px) {
  .p-sitter-system__price {
    font-size: clamp(1.5rem, 1.2142857143rem + 0.5952380952vw, 1.75rem);
  }
}
.p-sitter-system__price span {
  font-size: 16px;
}
@media (min-width: 768px) {
  .p-sitter-system__price span {
    font-size: clamp(1.125rem, 0.6964285714rem + 0.8928571429vw, 1.5rem);
  }
}

.p-sitter-system__price-text {
  margin-top: 32px;
  font-weight: 700;
  line-height: normal;
  font-size: 14px;
}
@media (min-width: 768px) {
  .p-sitter-system__price-text {
    font-size: clamp(0.875rem, 0.5892857143rem + 0.5952380952vw, 1.125rem);
    text-align: center;
  }
}

.p-sitter-system__price-lists {
  margin-top: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}
@media (min-width: 768px) {
  .p-sitter-system__price-lists {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: clamp(3rem, -0.7142857143rem + 7.7380952381vw, 6.25rem);
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.p-sitter-system__price-list {
  text-align: center;
}

.p-sitter-system__price-item-heading {
  font-weight: 700;
  line-height: normal;
}
@media (min-width: 768px) {
  .p-sitter-system__price-item-heading {
    font-size: clamp(1.125rem, 0.9821428571rem + 0.2976190476vw, 1.25rem);
  }
}

.p-sitter-system__price-item-price {
  margin-top: 8px;
  font-weight: 700;
  line-height: 100%;
  font-size: 20px;
}
@media (min-width: 768px) {
  .p-sitter-system__price-item-price {
    font-size: clamp(1.5rem, 1.2142857143rem + 0.5952380952vw, 1.75rem);
  }
}
.p-sitter-system__price-item-price span {
  font-size: 16px;
}
@media (min-width: 768px) {
  .p-sitter-system__price-item-price span {
    font-size: clamp(1rem, 1rem + 0vw, 1rem);
  }
}

.p-sitter-system__other-item-lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}
@media (min-width: 768px) {
  .p-sitter-system__other-item-lists {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: clamp(2rem, 1.4285714286rem + 1.1904761905vw, 2.5rem);
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media (min-width: 768px) {
  .p-sitter-system__other-item-list {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

.p-sitter-system__other-item-heading {
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-align: center;
}
@media (min-width: 768px) {
  .p-sitter-system__other-item-heading {
    font-size: clamp(1.5rem, 1.2142857143rem + 0.5952380952vw, 1.75rem);
  }
}

.p-sitter-system__other-item-price {
  margin-top: 16px;
  font-weight: 700;
  line-height: 160%;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .p-sitter-system__other-item-price {
    padding-inline: 32px;
  }
}
@media (min-width: 768px) {
  .p-sitter-system__other-item-price {
    font-size: clamp(0.875rem, 0.5892857143rem + 0.5952380952vw, 1.125rem);
  }
}

.p-sitter-system__cancel-text {
  font-style: normal;
  font-weight: 700;
  line-height: 160%; /* 25.6px */
  font-size: 14px;
}
@media (min-width: 768px) {
  .p-sitter-system__cancel-text {
    font-size: clamp(0.875rem, 0.5892857143rem + 0.5952380952vw, 1.125rem);
  }
}

.p-sitter-system__cancel-lists {
  margin-top: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}
@media (min-width: 768px) {
  .p-sitter-system__cancel-lists {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: clamp(2.5rem, -0.9285714286rem + 7.1428571429vw, 5.5rem);
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.p-sitter-system__cancel-list {
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%; /* 38.4px */
}
@media (min-width: 768px) {
  .p-sitter-system__cancel-list {
    font-size: clamp(1.25rem, 0.9642857143rem + 0.5952380952vw, 1.5rem);
  }
}

.p-sitter-flow {
  background: #FFFAE9;
}

.p-sitter-flow__items {
  margin-top: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px;
}
@media (min-width: 768px) {
  .p-sitter-flow__items {
    margin-top: 64px;
    gap: 64px;
  }
}

.p-sitter-flow__item {
  padding: 24px;
  border-radius: 20px;
  background: #fff;
  -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px;
}
@media (min-width: 768px) {
  .p-sitter-flow__item {
    padding-block: clamp(2rem, 1.4285714286rem + 1.1904761905vw, 2.5rem);
    padding-inline: clamp(2.5rem, 1.0714285714rem + 2.9761904762vw, 3.75rem);
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: clamp(4rem, 2.8571428571rem + 2.380952381vw, 5rem);
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.p-sitter-flow__item-number {
  color: #15722C;
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-align: center;
  position: relative;
}
.p-sitter-flow__item-number::before {
  content: "";
  position: absolute;
  bottom: -15px;
  background: #15722C;
  width: 120px;
  height: 2px;
}
@media screen and (max-width: 767px) {
  .p-sitter-flow__item-number::before {
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
@media (min-width: 768px) {
  .p-sitter-flow__item-number::before {
    height: clamp(8.75rem, 7.3214285714rem + 2.9761904762vw, 10rem);
    width: 4px;
    bottom: unset;
    left: unset;
    right: -24px;
    top: 50%;
    translate: 0 -50%;
  }
}
@media (min-width: 768px) {
  .p-sitter-flow__item-number {
    font-size: clamp(1.25rem, 0.9642857143rem + 0.5952380952vw, 1.5rem);
    padding-inline: clamp(1.5rem, 0.9285714286rem + 1.1904761905vw, 2rem);
  }
}
.p-sitter-flow__item-number span {
  font-size: 32px;
}
@media (min-width: 768px) {
  .p-sitter-flow__item-number span {
    font-size: clamp(3rem, 1.2857142857rem + 3.5714285714vw, 4.5rem);
  }
}

.p-sitter-flow__item-title {
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%; /* 38.4px */
  text-align: center;
}
@media (min-width: 768px) {
  .p-sitter-flow__item-title {
    font-size: clamp(1.25rem, 0.6785714286rem + 1.1904761905vw, 1.75rem);
    text-align: start;
  }
}

.p-sitter-flow__item-text {
  margin-top: 16px;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%; /* 25.6px */
  font-size: 14px;
}
@media (min-width: 768px) {
  .p-sitter-flow__item-text {
    font-size: clamp(0.875rem, 0.5892857143rem + 0.5952380952vw, 1.125rem);
  }
}

.p-sitter-flow__text {
  margin-top: 40px;
  font-weight: 700;
  line-height: 160%; /* 25.6px */
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  font-size: 14px;
}
@media (min-width: 768px) {
  .p-sitter-flow__text {
    margin-top: 64px;
    font-size: clamp(0.875rem, 0.5892857143rem + 0.5952380952vw, 1.125rem);
  }
}

.p-sitter-notes__lists {
  margin-top: 64px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 64px;
}
@media (min-width: 768px) {
  .p-sitter-notes__lists {
    margin-top: 80px;
    gap: clamp(4rem, 2.8571428571rem + 2.380952381vw, 5rem);
    max-width: 960px;
    margin-inline: auto;
  }
}

.p-sitter-notes__list-title {
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%; /* 38.4px */
  color: #15722C;
}
@media (min-width: 768px) {
  .p-sitter-notes__list-title {
    font-size: clamp(1.25rem, 0.6785714286rem + 1.1904761905vw, 1.75rem);
  }
}

.p-sitter-notes__list-text {
  margin-top: 16px;
  font-weight: 700;
  line-height: 160%; /* 25.6px */
  font-size: 14px;
}
@media (min-width: 768px) {
  .p-sitter-notes__list-text {
    font-size: clamp(0.875rem, 0.5892857143rem + 0.5952380952vw, 1.125rem);
  }
}
.p-sitter-notes__list-text span {
  padding-left: 16px;
  position: relative;
}
.p-sitter-notes__list-text span::before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
}

.p-sitter-notes__list-btn-wrap {
  margin-top: 24px;
  text-align: center;
}
@media (min-width: 768px) {
  .p-sitter-notes__list-btn-wrap {
    margin-top: 40px;
  }
}

@media screen and (max-width: 767px) {
  .p-sitter-notes__list-btn {
    font-size: 16px;
    padding-inline: 32px;
  }
}

.p-event-message {
  background: #FFFAE9;
}

.p-event-message__content {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  gap: 32px;
}
@media (min-width: 768px) {
  .p-event-message__content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: clamp(2.5rem, -1.7857142857rem + 8.9285714286vw, 6.25rem);
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 64px;
  }
}

@media (min-width: 768px) {
  .p-event-message__content-body {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

.p-event-message__content-title {
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  color: #15722C;
}
@media screen and (max-width: 767px) {
  .p-event-message__content-title {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-inline: auto;
  }
}
@media (min-width: 768px) {
  .p-event-message__content-title {
    font-size: clamp(1.25rem, 0.6785714286rem + 1.1904761905vw, 1.75rem);
  }
}

.p-event-message__content-text {
  margin-top: 32px;
  font-weight: 700;
  line-height: 160%;
  letter-spacing: 1px;
  font-size: 14px;
}
@media (min-width: 768px) {
  .p-event-message__content-text {
    font-size: clamp(0.875rem, 0.5892857143rem + 0.5952380952vw, 1.125rem);
  }
}

.p-event-message__content-image img {
  border-radius: 20px;
}
@media (min-width: 768px) {
  .p-event-message__content-image {
    width: clamp(18.75rem, 4.4642857143rem + 29.7619047619vw, 31.25rem);
  }
  .p-event-message__content-image img {
    height: auto;
    border-radius: 20px;
  }
}

.p-event-archive__cards {
  margin-top: 48px;
  display: grid;
  gap: 40px;
}
@media (min-width: 768px) {
  .p-event-archive__cards {
    margin-top: 64px;
    grid-template-columns: repeat(2, 1fr);
    max-width: 1080px;
    margin-inline: auto;
    width: 100%;
    gap: clamp(3rem, 1.8571428571rem + 2.380952381vw, 4rem);
  }
}

.p-event-archive__card {
  border-radius: 16px;
  background: #fffae9;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (any-hover: hover) {
  .p-event-archive__card:hover {
    -webkit-transform: scale(1.02);
            transform: scale(1.02);
    opacity: 0.7;
  }
}

.p-event-archive__card-image {
  position: relative;
  width: 100%;
  height: 100%;
  aspect-ratio: 152/109;
}
.p-event-archive__card-image img {
  border-radius: 16px 16px 0 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-event-archive__card-image-tag {
  position: absolute;
  top: 20px;
  left: 20px;
  background: #EB6100;
  color: #fff;
  padding-inline: 12px;
  padding-block: 6px;
  border-radius: 10px;
  font-size: 18px;
  font-weight: 700;
}
@media (min-width: 768px) {
  .p-event-archive__card-image-tag {
    font-size: clamp(1.5rem, 1.2142857143rem + 0.5952380952vw, 1.75rem);
    padding-inline: clamp(0.75rem, 0.4642857143rem + 0.5952380952vw, 1rem);
    padding-block: clamp(0.5rem, 0.3571428571rem + 0.2976190476vw, 0.625rem);
  }
}
.p-event-archive__card-image-tag.is-full {
  background: #15722C;
}

.p-event-archive__card-body {
  padding: 24px;
}

.p-event-archive__card-title {
  font-size: 20px;
  font-weight: 700;
  line-height: 160%;
}
@media (min-width: 768px) {
  .p-event-archive__card-title {
    font-size: clamp(1.25rem, 0.6785714286rem + 1.1904761905vw, 1.75rem);
  }
}

.p-event-archive__card-lists {
  margin-top: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}

.p-event-archive__card-list {
  font-size: 14px;
  font-weight: 700;
  line-height: 160%;
  padding-left: 32px;
  position: relative;
}
@media (min-width: 768px) {
  .p-event-archive__card-list {
    font-size: clamp(0.875rem, 0.5892857143rem + 0.5952380952vw, 1.125rem);
    padding-left: clamp(2rem, 1.4285714286rem + 1.1904761905vw, 2.5rem);
  }
}
.p-event-archive__card-list::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  translate: 0 -50%;
  width: 24px;
  height: 24px;
  background: url(../img/icon-calender.png) no-repeat center center/contain;
}
@media (min-width: 768px) {
  .p-event-archive__card-list::before {
    width: clamp(1.5rem, 1.2142857143rem + 0.5952380952vw, 1.75rem);
    height: clamp(1.5rem, 1.2142857143rem + 0.5952380952vw, 1.75rem);
  }
}

.--date::before {
  background: url(../img/icon-calender.png) no-repeat center center/contain;
}

.--place::before {
  background: url(../img/icon-place.png) no-repeat center center/contain;
}

.--target::before {
  background: url(../img/icon-pepple.png) no-repeat center center/contain;
}

.p-event-faq {
  background: #FFFAE9;
  padding-bottom: 0;
}

.p-single-event__date {
  margin-top: 40px;
  font-weight: 700;
  line-height: normal;
}

.p-single-event__content {
  margin-top: 40px;
}
.p-single-event__content h2 {
  margin-top: 40px;
  font-size: 28px;
  line-height: normal;
  font-weight: 700;
}
@media (min-width: 768px) {
  .p-single-event__content h2 {
    font-size: clamp(1.75rem, 1.4642857143rem + 0.5952380952vw, 2rem);
  }
}
.p-single-event__content h3 {
  margin-top: 40px;
  font-size: 24px;
  line-height: normal;
  font-weight: 700;
}
@media (min-width: 768px) {
  .p-single-event__content h3 {
    font-size: clamp(1.5rem, 1.2142857143rem + 0.5952380952vw, 1.75rem);
  }
}
.p-single-event__content h4 {
  margin-top: 32px;
  font-size: 20px;
  line-height: normal;
  font-weight: 700;
}
@media (min-width: 768px) {
  .p-single-event__content h4 {
    font-size: clamp(1.25rem, 0.9642857143rem + 0.5952380952vw, 1.5rem);
  }
}
.p-single-event__content h5 {
  margin-top: 32px;
  font-size: 18px;
  line-height: normal;
  font-weight: 700;
}
@media (min-width: 768px) {
  .p-single-event__content h5 {
    font-size: clamp(1.125rem, 0.9821428571rem + 0.2976190476vw, 1.25rem);
  }
}
.p-single-event__content h6 {
  margin-top: 32px;
  font-size: 18px;
  line-height: normal;
  font-weight: 700;
}
@media (min-width: 768px) {
  .p-single-event__content h6 {
    font-size: clamp(1.125rem, 0.9821428571rem + 0.2976190476vw, 1.25rem);
  }
}
.p-single-event__content p {
  margin-top: 32px;
  font-size: 16px;
  line-height: normal;
  font-weight: 700;
}
@media (min-width: 768px) {
  .p-single-event__content p {
    font-size: clamp(1rem, 0.8571428571rem + 0.2976190476vw, 1.125rem);
  }
}
.p-single-event__content img {
  margin-top: 32px;
}
@media (min-width: 768px) {
  .p-single-event__content img {
    margin-top: 40px;
  }
}
.p-single-event__content ul {
  margin-top: 32px;
}
@media (min-width: 768px) {
  .p-single-event__content ul {
    margin-top: 40px;
  }
}
.p-single-event__content ul li {
  margin-top: 16px;
  font-weight: 700;
  padding-left: 16px;
  position: relative;
}
.p-single-event__content ul li::before {
  content: "・";
  position: absolute;
  left: 0;
  top: 50%;
  translate: 0 -50%;
}
@media (min-width: 768px) {
  .p-single-event__content ul li {
    margin-top: 24px;
  }
}
.p-single-event__content a {
  text-decoration: underline;
}

.p-single-event__filed {
  margin-top: 80px;
}
@media (min-width: 768px) {
  .p-single-event__filed {
    margin-top: 100px;
  }
}

.p-single-event__filed-title {
  font-size: 24px;
  font-weight: 700;
  line-height: normal;
}
@media (min-width: 768px) {
  .p-single-event__filed-title {
    font-size: clamp(2rem, 1.4285714286rem + 1.1904761905vw, 2.5rem);
  }
}

.p-single-event__filed-content {
  margin-top: 32px;
}
@media (min-width: 768px) {
  .p-single-event__filed-content {
    margin-top: 40px;
  }
}

.p-single-event__filed-lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
@media (min-width: 768px) {
  .p-single-event__filed-lists {
    gap: 32px;
  }
}

.p-single-event__filed-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  position: relative;
}
@media (min-width: 768px) {
  .p-single-event__filed-list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-top: 0 !important;
  }
}
@media (min-width: 768px) {
  .p-single-event__filed-list.--ais {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
}
.p-single-event__filed-list::before {
  content: "";
  position: absolute;
  display: none;
}
@media (min-width: 768px) {
  .p-single-event__filed-list {
    gap: clamp(2rem, -0.2857142857rem + 4.7619047619vw, 4rem);
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.p-single-event__filed-head {
  border-radius: 10px;
  background: #15722C;
  color: #fff;
  padding-inline: 8px;
  padding-block: 8px;
  font-weight: 700;
  width: 108px;
  text-align: center;
  line-height: 100%;
  font-size: 12px;
}
@media (min-width: 768px) {
  .p-single-event__filed-head {
    font-size: clamp(1rem, 1rem + 0vw, 1rem);
    padding-inline: clamp(1rem, 0.7142857143rem + 0.5952380952vw, 1.25rem);
    padding-block: clamp(0.75rem, 0.4642857143rem + 0.5952380952vw, 1rem);
    width: clamp(11rem, 11rem + 0vw, 11rem);
  }
}

.p-single-event__filed-body {
  font-weight: 700;
  line-height: normal;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (min-width: 768px) {
  .p-single-event__filed-body {
    font-size: clamp(1.125rem, 0.9821428571rem + 0.2976190476vw, 1.25rem);
  }
}

.p-single-event__button-wrap {
  margin-top: 32px;
  text-align: center;
}
@media (min-width: 768px) {
  .p-single-event__button-wrap {
    margin-top: clamp(3rem, 1.8571428571rem + 2.380952381vw, 4rem);
  }
}

.p-single-event__btn {
  font-size: 16px !important;
  padding-inline: 32px !important;
  background: #15722C !important;
}
@media (hover: hover) {
  .p-single-event__btn:hover {
    background: #fff !important;
    color: #15722C !important;
    border: 2px solid #15722C !important;
  }
}

.p-about-message {
  background: #FFFAE9;
}

.p-about-message__content {
  margin-top: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px;
}
@media (min-width: 768px) {
  .p-about-message__content {
    margin-top: 48px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: clamp(2.5rem, -1.7857142857rem + 8.9285714286vw, 6.25rem);
  }
}

@media (min-width: 768px) {
  .p-about-message__content-body {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

.p-about-message__content-title {
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%; /* 32px */
  color: #15722C;
}
@media (min-width: 768px) {
  .p-about-message__content-title {
    font-size: clamp(1.25rem, 0.9642857143rem + 0.5952380952vw, 1.5rem);
  }
}

.p-about-message__content-text {
  margin-top: 20px;
  font-weight: 700;
  line-height: 160%;
  font-size: 14px;
}
@media (min-width: 768px) {
  .p-about-message__content-text {
    font-size: clamp(0.875rem, 0.5892857143rem + 0.5952380952vw, 1.125rem);
  }
}

.p-about-message__name {
  margin-top: 20px;
  font-weight: 700;
  line-height: 160%;
  text-align: end;
  font-size: 14px;
}
@media (min-width: 768px) {
  .p-about-message__name {
    font-size: clamp(1.125rem, 1.125rem + 0vw, 1.125rem);
  }
}

@media (min-width: 768px) {
  .p-about-message__content-image {
    width: clamp(20rem, 7.1428571429rem + 26.7857142857vw, 31.25rem);
  }
}
.p-about-message__content-image img {
  height: auto;
  border-radius: 20px;
}

.p-about-thought__title {
  text-align: start;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.p-about-thought__items {
  margin-top: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px;
}
@media (min-width: 768px) {
  .p-about-thought__items {
    margin-top: 64px;
    gap: 48px;
  }
}

.p-about-thought__item {
  padding-block: 20px;
  padding-inline: 16px;
  border-radius: 20px;
  background: #fff;
  border: 4px solid #EB6100;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 768px) {
  .p-about-thought__item {
    padding-block: clamp(1.5rem, 0.3571428571rem + 2.380952381vw, 2.5rem);
    padding-inline: clamp(1.5rem, 0.9285714286rem + 1.1904761905vw, 2rem);
    gap: clamp(1.5rem, 1.2142857143rem + 0.5952380952vw, 1.75rem);
  }
}
.p-about-thought__item.--green {
  border-color: #15722C;
}
.p-about-thought__item.--green .p-about-thought__item-number {
  background: #15722C;
}
.p-about-thought__item.--yellow {
  border-color: #CDB726;
}
.p-about-thought__item.--yellow .p-about-thought__item-number {
  background: #CDB726;
}

.p-about-thought__item-number {
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  color: #fff;
  background: #EB6100;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 768px) {
  .p-about-thought__item-number {
    font-size: clamp(1.5rem, 0.3571428571rem + 2.380952381vw, 2.5rem);
    width: clamp(3rem, 1.8571428571rem + 2.380952381vw, 4rem);
    height: clamp(3rem, 1.8571428571rem + 2.380952381vw, 4rem);
  }
}

.p-about-thought__item-text {
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%; /* 25.6px */
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (min-width: 768px) {
  .p-about-thought__item-text {
    font-size: clamp(0.875rem, 0.5892857143rem + 0.5952380952vw, 1.125rem);
  }
}

.p-about-profile {
  background: #FFFAE9;
}

.p-about-profile__title {
  text-align: start;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.p-about-profile__content {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px;
}
@media (min-width: 768px) {
  .p-about-profile__content {
    margin-top: 64px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: clamp(2.5rem, -0.3571428571rem + 5.9523809524vw, 5rem);
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.p-about-profile__content-image {
  width: 92%;
  margin-inline: auto;
}
@media (min-width: 768px) {
  .p-about-profile__content-image {
    width: clamp(20rem, 8.5714285714rem + 23.8095238095vw, 30rem);
  }
  .p-about-profile__content-image img {
    height: auto;
  }
}

@media (min-width: 768px) {
  .p-about-profile__content-body {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

.p-about-profile__content-name {
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 80%;
  text-align: center;
}
.p-about-profile__content-name span {
  font-size: 12px;
}
@media (min-width: 768px) {
  .p-about-profile__content-name span {
    font-size: clamp(1rem, 0.4285714286rem + 1.1904761905vw, 1.5rem);
  }
}
@media (min-width: 768px) {
  .p-about-profile__content-name {
    font-size: clamp(1.5rem, 0.9285714286rem + 1.1904761905vw, 2rem);
    text-align: start;
  }
}

.p-about-profile__content-text {
  margin-top: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%; /* 25.6px */
  font-size: 14px;
}
@media (min-width: 768px) {
  .p-about-profile__content-text {
    font-size: clamp(0.875rem, 0.5892857143rem + 0.5952380952vw, 1.125rem);
    margin-top: 32px;
  }
}

.p-about-profile__content-subtitle {
  margin-top: 40px;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media (min-width: 768px) {
  .p-about-profile__content-subtitle {
    margin-top: 48px;
    font-size: clamp(1.25rem, 0.9642857143rem + 0.5952380952vw, 1.5rem);
  }
}

.p-about-profile__content-list {
  margin-top: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}
@media (min-width: 768px) {
  .p-about-profile__content-list {
    margin-top: 24px;
    gap: 8px;
  }
}

.p-about-profile__content-item {
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  padding-left: 20px;
  position: relative;
}
@media (min-width: 768px) {
  .p-about-profile__content-item {
    font-size: clamp(1.125rem, 1.125rem + 0vw, 1.125rem);
  }
}
.p-about-profile__content-item::before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
}

.p-about-company__title {
  text-align: start;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.p-about-company__content {
  margin-top: 40px;
}
@media (min-width: 768px) {
  .p-about-company__content {
    margin-top: 64px;
  }
}

.p-about-company__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
@media (min-width: 768px) {
  .p-about-company__lists {
    gap: clamp(1.5rem, 1.5rem + 0vw, 1.5rem);
  }
}

.p-about-company__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-about-company__item-head {
  width: 90px;
  border-radius: 10px 0 0 10px;
  background: rgba(205, 183, 38, 0.7);
  padding-block: 7px;
  padding-left: 8px;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 768px) {
  .p-about-company__item-head {
    width: clamp(10rem, 7.1428571429rem + 5.9523809524vw, 12.5rem);
    font-size: clamp(1.125rem, 0.9821428571rem + 0.2976190476vw, 1.25rem);
    padding-left: 24px;
  }
}

.p-about-company__item-body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-radius: 0 10px 10px 0;
  background: #fffae9;
  padding-block: 6px;
  padding-left: 10px;
  font-size: 13.5px;
  letter-spacing: -0.1px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media (min-width: 768px) {
  .p-about-company__item-body {
    font-size: clamp(0.875rem, 0.5892857143rem + 0.5952380952vw, 1.125rem);
    padding-block: 12px;
    padding-left: 24px;
  }
}

.p-about-company__map {
  margin-top: 40px;
  text-align: center;
}
.p-about-company__map iframe {
  width: 100%;
}
@media (min-width: 768px) {
  .p-about-company__map {
    margin-top: 80px;
  }
  .p-about-company__map iframe {
    width: 70%;
  }
}

.p-news-archive__pagination-wrap {
  margin-top: 48px;
}
@media (min-width: 768px) {
  .p-news-archive__pagination-wrap {
    margin-top: 64px;
  }
}

.p-news-archive__pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 24px;
}
@media (min-width: 768px) {
  .p-news-archive__pagination {
    margin-top: 64px;
  }
}

.page-numbers {
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
  color: #CDB726;
  padding: 10px 15px;
  border-radius: 16px;
  border: 1px solid #cdb726;
  background: #fff;
}
@media (min-width: 768px) {
  .page-numbers {
    font-size: clamp(1rem, 0.8571428571rem + 0.2976190476vw, 1.125rem);
  }
}
.page-numbers.prev {
  border: none;
  background: transparent;
}
@media (any-hover: hover) {
  .page-numbers.prev:hover {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}
.page-numbers.next {
  border: none;
  background: transparent;
}
@media (any-hover: hover) {
  .page-numbers.next:hover {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}
@media (any-hover: hover) {
  .page-numbers:hover {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}

.page-numbers.current {
  color: #fff;
  background: #CDB726;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (any-hover: hover) {
  .page-numbers.current:hover {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}

.p-single-news__date {
  margin-top: 40px;
  font-weight: 700;
  line-height: normal;
}

.p-single-news__content {
  margin-top: 40px;
}
.p-single-news__content h2 {
  margin-top: 40px;
  font-size: 28px;
  line-height: normal;
  font-weight: 700;
}
@media (min-width: 768px) {
  .p-single-news__content h2 {
    font-size: clamp(1.75rem, 1.4642857143rem + 0.5952380952vw, 2rem);
  }
}
.p-single-news__content h3 {
  margin-top: 40px;
  font-size: 24px;
  line-height: normal;
  font-weight: 700;
}
@media (min-width: 768px) {
  .p-single-news__content h3 {
    font-size: clamp(1.5rem, 1.2142857143rem + 0.5952380952vw, 1.75rem);
  }
}
.p-single-news__content h4 {
  margin-top: 32px;
  font-size: 20px;
  line-height: normal;
  font-weight: 700;
}
@media (min-width: 768px) {
  .p-single-news__content h4 {
    font-size: clamp(1.25rem, 0.9642857143rem + 0.5952380952vw, 1.5rem);
  }
}
.p-single-news__content h5 {
  margin-top: 32px;
  font-size: 18px;
  line-height: normal;
  font-weight: 700;
}
@media (min-width: 768px) {
  .p-single-news__content h5 {
    font-size: clamp(1.125rem, 0.9821428571rem + 0.2976190476vw, 1.25rem);
  }
}
.p-single-news__content h6 {
  margin-top: 32px;
  font-size: 18px;
  line-height: normal;
  font-weight: 700;
}
@media (min-width: 768px) {
  .p-single-news__content h6 {
    font-size: clamp(1.125rem, 0.9821428571rem + 0.2976190476vw, 1.25rem);
  }
}
.p-single-news__content p {
  margin-top: 32px;
  font-size: 16px;
  line-height: 140%;
  font-weight: 700;
}
@media (min-width: 768px) {
  .p-single-news__content p {
    font-size: clamp(1rem, 0.8571428571rem + 0.2976190476vw, 1.125rem);
    line-height: 160%;
  }
}
.p-single-news__content img {
  margin-top: 32px;
}
@media (min-width: 768px) {
  .p-single-news__content img {
    margin-top: 40px;
  }
}
.p-single-news__content ul {
  margin-top: 32px;
}
@media (min-width: 768px) {
  .p-single-news__content ul {
    margin-top: 40px;
  }
}
.p-single-news__content ul li {
  margin-top: 16px;
  font-weight: 700;
  padding-left: 16px;
  position: relative;
}
.p-single-news__content ul li::before {
  content: "・";
  position: absolute;
  left: 0;
  top: 50%;
  translate: 0 -50%;
}
@media (min-width: 768px) {
  .p-single-news__content ul li {
    margin-top: 24px;
  }
}
.p-single-news__content a {
  text-decoration: underline;
}

.p-single-news__btn-wrap {
  margin-top: 32px;
  text-align: center;
}
@media (min-width: 768px) {
  .p-single-news__btn-wrap {
    margin-top: 64px;
  }
}

.p-contact {
  background: #FFFAE9;
}

.p-contact-form-wrap {
  margin-top: 80px;
}

.contact__form {
  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: 30px;
}

.contact__row {
  display: grid;
  grid-template-columns: 212px 1fr;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .contact__row {
    grid-template-columns: 1fr;
    row-gap: 8px;
  }
}
.contact__row.--aifs {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.contact__head {
  font-size: 20px;
  line-height: normal;
  font-weight: 700;
  line-height: normal;
}
.contact__head span.--must {
  position: relative;
  display: inline-block;
}
.contact__head span.--must::after {
  content: "必須";
  position: absolute;
  top: calc(50% + 1px);
  translate: 0 -50%;
  left: calc(100% + 14px);
  font-size: 12px;
  line-height: normal;
  display: inline-block;
  padding: 4px 8px;
  border-radius: 4px;
  background: #EB6100;
  white-space: nowrap;
  color: #fff;
  font-weight: 700;
}

input[type=text],
input[type=email],
input[type=tel],
select,
textarea {
  border-radius: 10px;
  width: 100%;
  border: none;
  padding: 12px 24px;
  background: #fff;
  font-size: 16px;
  line-height: normal;
  border: 2px solid #efefef;
}
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: #aaa;
}
input[type=text]::-moz-placeholder, input[type=email]::-moz-placeholder, input[type=tel]::-moz-placeholder, select::-moz-placeholder, textarea::-moz-placeholder {
  color: #aaa;
}
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: #aaa;
}
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: #aaa;
}
input[type=text]::placeholder,
input[type=email]::placeholder,
input[type=tel]::placeholder,
select::placeholder,
textarea::placeholder {
  color: #aaa;
}

textarea {
  height: 243px;
  resize: vertical;
}

.contact__acceptance-title {
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-top: 80px;
}

.contact__acceptance-text {
  margin-top: 24px;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 19.6px */
  text-align: start;
}
.contact__acceptance-text a {
  text-decoration: underline;
}
@media (min-width: 768px) {
  .contact__acceptance-text {
    font-size: clamp(1rem, 1rem + 0vw, 1rem);
    max-width: 960px;
    margin-inline: auto;
    text-align: start;
  }
}

.contact__acceptance {
  text-align: center;
  font-weight: 400;
  line-height: normal;
}

input[type=checkbox] {
  margin-top: 40px;
}

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

.contact__submit {
  text-align: center;
}
.contact__submit input[type=submit] {
  display: inline-block;
  border-radius: 100px;
  background: #cdb726;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: normal;
  padding: 12px 50px;
}
@media (min-width: 768px) {
  .contact__submit input[type=submit] {
    font-size: clamp(1.25rem, 0.9642857143rem + 0.5952380952vw, 1.5rem);
    padding: 12px 50px;
  }
}

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

.wpcf7-submit {
  width: 300px;
}

.contact__submit {
  margin-top: 40px;
}

.p-terms {
  background: #FFFAE9;
}

.p-terms__inner {
  background: #fff;
  padding-top: 40px;
  padding-bottom: 40px;
  border-radius: 24px;
}
@media (min-width: 768px) {
  .p-terms__inner {
    max-width: 960px;
    margin-inline: auto;
    width: 100%;
    padding-block: 64px;
    padding-inline: clamp(2.5rem, -0.3571428571rem + 5.9523809524vw, 5rem);
  }
}

.p-terms__title {
  font-size: 24px;
  font-weight: 900;
  line-height: 160%;
  position: relative;
}
@media (min-width: 768px) {
  .p-terms__title {
    font-size: 32px;
  }
}

.p-terms__text {
  margin-top: 24px;
  font-weight: 400;
  line-height: 140%;
}
@media (min-width: 768px) {
  .p-terms__text {
    font-size: clamp(1rem, 0.8571428571rem + 0.2976190476vw, 1.125rem);
  }
}

.p-terms__lists {
  margin-top: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}
@media (min-width: 768px) {
  .p-terms__lists {
    margin-top: 64px;
  }
}

.p-terms__list-title {
  font-size: 20px;
  font-weight: 700;
  line-height: 160%;
  border-bottom: 1px solid #333;
}
@media (min-width: 768px) {
  .p-terms__list-title {
    font-size: clamp(1.5rem, 1.2142857143rem + 0.5952380952vw, 1.75rem);
  }
}

.p-terms__list-text {
  margin-top: 8px;
  font-weight: 400;
  line-height: 140%;
}
@media (min-width: 768px) {
  .p-terms__list-text {
    font-size: clamp(1rem, 0.8571428571rem + 0.2976190476vw, 1.125rem);
  }
}

.p-terms__contact-heading {
  margin-top: 40px;
  font-size: 20px;
  font-weight: 700;
  line-height: 160%;
}
@media (min-width: 768px) {
  .p-terms__contact-heading {
    font-size: clamp(1.5rem, 1.2142857143rem + 0.5952380952vw, 1.75rem);
  }
}

.p-terms__contact-text {
  margin-top: 8px;
  font-weight: 400;
  line-height: 140%;
}
@media (min-width: 768px) {
  .p-terms__contact-text {
    font-size: clamp(1rem, 0.8571428571rem + 0.2976190476vw, 1.125rem);
  }
}

@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: "Poppins", 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;
}

.slide-in-top {
  opacity: 0;
  -webkit-transform: translateY(24px);
          transform: translateY(24px);
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
.slide-in-top.is-in-view {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.slide-in-right {
  opacity: 0;
  -webkit-transform: translateX(48px);
          transform: translateX(48px);
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
.slide-in-right.is-in-view {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.slide-in-left {
  opacity: 0;
  -webkit-transform: translateX(-48px);
          transform: translateX(-48px);
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
.slide-in-left.is-in-view {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
  background: #FFFAE9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: opacity 1s ease;
  transition: opacity 1s ease;
}
.loading .loading-img {
  width: 200px;
}
.loading.js-loading-end {
  opacity: 0;
}