@charset "UTF-8";@import url("https://fonts.googleapis.com/css2?family=Lora:wght@400..700&family=Noto+Sans+JP:wght@100..900&display=swap");

/*
  INIT
---------------------------------------------------------------- */
*,
*:before,
*:after {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  -webkit-font-smoothing: antialiased;
  scroll-behavior: smooth;
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  html {
    font-size: 0.8333333333vw;
  }
}
@media only screen and (max-width: 767px) {
  html {
    font-size: 2.5641025641vw;
  }
}

body {
  font-size: 1.6rem;
  font-weight: 500;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Helvetica, Arial, Verdana, sans-serif;
  letter-spacing: 0.05em;
  text-rendering: optimizeLegibility;
  line-height: 1.8;
  color: #29241F;
  margin: 0;
  padding: 0;
  -webkit-text-size-adjust: 100%;
}
@media only screen and (max-width: 47.9375em) {
  body {
    font-size: 1.4rem;
  }
}

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

div,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  line-height: 1.4;
}

p {
  margin: 0;
}

ul,
ol {
  list-style: none;
}

img {
  vertical-align: bottom;
  border-style: none;
  max-width: 100%;
  width: 100%;
  height: auto;
}

map,
area,
map:active,
area:active {
  border: none;
  outline: none;
}

figure {
  margin: 0;
}

:root {
  --text: #29241F;
  --primary: #C0E647;
  --primary--dark: #82AC00;
  --primary--light: #EFEF6F;
}

:root {
  --swiper-theme-color: #007aff;
  --swiper-navigation-size: 4.4rem;
  --swiper-navigation-sides-offset: 1.6rem;
  --swiper-pagination-bottom: 1rem;
}

.swiper {
  display: block;
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 0;
  margin-right: auto;
  margin-left: auto;
  list-style: none;
}

.swiper-wrapper {
  position: relative;
  z-index: 1;
  display: flex;
  width: 100%;
  height: 100%;
  box-sizing: content-box;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0, 0, 0);
}

.swiper-horizontal {
  touch-action: pan-y;
}

.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  position: relative;
  display: block;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  transition-property: transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  backface-visibility: hidden;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}
.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}
.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-fade .swiper-slide-active {
  pointer-events: auto;
}
.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  width: var(--swiper-navigation-size);
  height: var(--swiper-navigation-size);
  margin-top: calc(0rem - var(--swiper-navigation-size) / 2);
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
  cursor: pointer;
}
.swiper-button-prev.swiper-button-disabled, .swiper-button-prev.swiper-button-hidden,
.swiper-button-next.swiper-button-disabled,
.swiper-button-next.swiper-button-hidden {
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
}
.swiper-button-prev.swiper-button-hidden,
.swiper-button-next.swiper-button-hidden {
  opacity: 0;
}
.swiper-navigation-disabled .swiper-button-prev,
.swiper-navigation-disabled .swiper-button-next {
  display: none !important;
}
.swiper-button-prev svg,
.swiper-button-prev .swiper-navigation-icon,
.swiper-button-next svg,
.swiper-button-next .swiper-navigation-icon {
  width: 100%;
  height: 100%;
  object-fit: contain;
  fill: currentColor;
  pointer-events: none;
}

.swiper-button-prev {
  right: auto;
  left: var(--swiper-navigation-sides-offset);
}
.swiper-button-prev .swiper-navigation-icon {
  transform: rotate(180deg);
}

.swiper-button-next {
  right: var(--swiper-navigation-sides-offset);
  left: auto;
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  z-index: 10;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
.swiper-pagination-disabled > .swiper-pagination, .swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: var(--swiper-pagination-bottom);
  left: 0;
  width: 100%;
}

.swiper-pagination-bullet {
  display: inline-block;
  width: var(--swiper-pagination-bullet-size, 0.8rem);
  height: var(--swiper-pagination-bullet-size, 0.8rem);
  border-radius: 50%;
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}
button.swiper-pagination-bullet {
  padding: 0;
  margin: 0;
  border: 0;
  appearance: none;
  box-shadow: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  opacity: var(--swiper-pagination-bullet-opacity, 1);
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 0.4rem);
}

.swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  top: 50%;
  right: var(--swiper-pagination-right, 0.8rem);
  left: var(--swiper-pagination-left, auto);
  transform: translate3d(0, -50%, 0);
}
.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
  display: block;
  margin: var(--swiper-pagination-bullet-vertical-gap, 0.6rem) 0;
}

.swiper-pagination-lock {
  display: none;
}

a {
  text-decoration: none;
  outline: none;
  color: inherit;
}
@media only screen and (min-width: 48em) {
  a.alpha {
    transition: 200ms;
  }
  a.alpha:hover {
    opacity: 0.7;
  }
}

@media only screen and (min-width: 48em) {
  .alpha a {
    transition: 200ms;
  }
  .alpha a:hover {
    opacity: 0.7;
  }
}

/** Small Text
==============================================*/
small.small {
  padding-left: 1.5em;
}

small.small::before {
  content: "※";
  display: inline-block;
  text-indent: -1.5em;
}

/** Text alignment
==============================================*/
.text-center, .text-center--pc, .text-center--sm {
  text-align: center;
}
@media only screen and (min-width: 48em) {
  .text-center--sm {
    text-align: inherit;
  }
}
@media only screen and (max-width: 47.9375em) {
  .text-center--pc {
    text-align: inherit;
  }
}

.text-left, .text-left--pc, .text-left--sm {
  text-align: left;
}
@media only screen and (min-width: 48em) {
  .text-left--sm {
    text-align: inherit;
  }
}
@media only screen and (max-width: 47.9375em) {
  .text-left--pc {
    text-align: inherit;
  }
}

.text-right, .text-right--pc, .text-right--sm {
  text-align: right;
}
@media only screen and (min-width: 48em) {
  .text-right--sm {
    text-align: inherit;
  }
}
@media only screen and (max-width: 47.9375em) {
  .text-right--pc {
    text-align: inherit;
  }
}

/** Font Weight
==============================================*/
.bold {
  font-weight: bold;
}

.font-normal {
  font-weight: normal;
}

/** Hide & Show
==============================================*/
.show-small {
  display: none;
}
@media only screen and (max-width: 47.9375em) {
  .show-small {
    display: inherit;
  }
}

@media only screen and (max-width: 47.9375em) {
  .hide-small {
    display: none;
  }
}

/** Margin Bottom
==============================================*/
/** Margin Top
==============================================*/
.row {
  margin: 0 auto;
  padding: 0 2rem;
  max-width: 124rem;
}
.row .row {
  padding: 0;
}
.row.nopad {
  padding: 0;
}
@media only screen and (max-width: 47.9375em) {
  .row {
    padding: 0 2rem;
  }
}
@media only screen and (max-width: 47.9375em) {
  .row.sp-nopad {
    padding: 0;
  }
}

.w1024 {
  max-width: 106.4rem;
}

.btn button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  border: none;
  outline: none;
  background: transparent;
  border-radius: 0;
  font-family: inherit;
  font-size: 1em;
  color: inherit;
  letter-spacing: inherit;
  text-align: inherit;
}
.btn a,
.btn button {
  display: inline-block;
  background: var(--primary--dark);
  color: #fff;
  padding: 1rem 2rem;
  border: 0.2rem solid #fff;
  border-radius: 50vw;
  position: relative;
  min-width: 30rem;
  transition: 200ms;
  font-size: 2.2rem;
  font-weight: bold;
  box-shadow: 0 1rem 0 rgba(0, 0, 0, 0.1);
}
@media only screen and (min-width: 48em) {
  .btn a:hover,
  .btn button:hover {
    background: #fff;
    border-color: var(--primary--dark);
    color: var(--primary--dark);
  }
}
@media only screen and (max-width: 47.9375em) {
  .btn a,
  .btn button {
    padding: 0.7rem 2rem;
    font-size: 1.8rem;
    box-shadow: 0 0.5rem 0 rgba(0, 0, 0, 0.1);
  }
}
.btn a .icon-arrow,
.btn button .icon-arrow {
  border: none;
  right: 1rem;
}
.btn.icon--right a,
.btn.icon--right button {
  position: relative;
  padding-right: 5rem;
}
.btn.icon--right a::after,
.btn.icon--right button::after {
  content: "";
  display: block;
  width: 1.5em;
  height: 1.5em;
  background: #f00;
  position: absolute;
  top: 50%;
  right: 1.5rem;
  transform: translate(0%, -50%);
}
.btn.icon--left a,
.btn.icon--left button {
  position: relative;
  padding-left: 5rem;
}
.btn.icon--left a::after,
.btn.icon--left button::after {
  content: "";
  display: block;
  width: 1.5em;
  height: 1.5em;
  background: #f00;
  position: absolute;
  top: 50%;
  left: 1.5rem;
  transform: translate(0%, -50%);
}
.btn.back .icon-arrow {
  transform: translate(0%, -50%) rotate(180deg);
  left: 1rem;
  right: auto;
}

.siblings {
  border-top: 0.1rem solid #D2E3DF;
  padding-top: 4.8rem;
  margin-top: 3.6rem;
}
@media only screen and (max-width: 47.9375em) {
  .siblings {
    padding-top: 2.8rem;
    margin-top: 2.8rem;
  }
}
.siblings-inner {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: center;
}
.siblings-inner .next-arrow a,
.siblings-inner .prev-arrow a,
.siblings-inner .prev a,
.siblings-inner .next a {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  color: var(--themeColor);
  font-weight: bold;
  letter-spacing: 0;
  gap: 1rem;
  font-size: 2.2rem;
}
@media only screen and (min-width: 48em) {
  .siblings-inner .next-arrow a:hover,
  .siblings-inner .prev-arrow a:hover,
  .siblings-inner .prev a:hover,
  .siblings-inner .next a:hover {
    border-color: transparent;
  }
}
@media only screen and (max-width: 47.9375em) {
  .siblings-inner .next-arrow a,
  .siblings-inner .prev-arrow a,
  .siblings-inner .prev a,
  .siblings-inner .next a {
    font-size: 1.6rem;
    gap: 0.8rem;
  }
}
.siblings-inner .next-arrow a .icon-arrow,
.siblings-inner .prev-arrow a .icon-arrow,
.siblings-inner .prev a .icon-arrow,
.siblings-inner .next a .icon-arrow {
  position: static;
  transform: translate(0);
}
@media only screen and (max-width: 47.9375em) {
  .siblings-inner .next-arrow a .icon-arrow,
  .siblings-inner .prev-arrow a .icon-arrow,
  .siblings-inner .prev a .icon-arrow,
  .siblings-inner .next a .icon-arrow {
    width: 4.8rem;
  }
}
.siblings-inner .prev-arrow a,
.siblings-inner .next-arrow a {
  border: 1px solid var(--themeColor);
  padding: 1.8rem 2.4rem;
  display: inline-block;
}
@media only screen and (max-width: 47.9375em) {
  .siblings-inner .prev-arrow a,
  .siblings-inner .next-arrow a {
    padding: 0.8rem 1rem;
  }
}
.siblings-inner .prev-arrow a .icon-arrow,
.siblings-inner .prev a .icon-arrow {
  transform: translate(0) rotate(180deg);
}
.siblings-inner .next-arrow,
.siblings-inner .next {
  margin-left: auto;
}
.siblings-all {
  text-align: center;
  margin-top: 6rem;
}
@media only screen and (max-width: 47.9375em) {
  .siblings-all {
    margin-top: 2.8rem;
  }
}
.siblings-all a .icon-arrow {
  right: auto;
  left: 1rem;
  transform: translate(0%, -50%) rotate(180deg);
}
.pager {
  margin-top: 6rem !important;
}
@media only screen and (max-width: 47.9375em) {
  .pager {
    margin-top: 3rem !important;
  }
}
.pager-list {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
}
.pager-list__item {
  margin: 0 1rem;
}
@media only screen and (max-width: 47.9375em) {
  .pager-list__item {
    margin: 0 0.3rem;
  }
}
.pager-list__item .pager-inr {
  width: 6rem;
  height: 6rem;
  border-radius: 50vw;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1;
  background: var(--primary--dark);
  border: 1px solid var(--primary--dark);
  color: #fff;
}
@media only screen and (max-width: 47.9375em) {
  .pager-list__item .pager-inr {
    width: 3rem;
    height: 3rem;
    font-size: 1.4rem;
  }
}
.pager-list__item .pager-inr.prev {
  position: relative;
}
.pager-list__item .pager-inr.prev::before, .pager-list__item .pager-inr.prev::after {
  content: "";
  display: block;
  width: 0.8rem;
  aspect-ratio: 8/14;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 47.9375em) {
  .pager-list__item .pager-inr.prev::before, .pager-list__item .pager-inr.prev::after {
    width: 0.6rem;
  }
}
.pager-list__item .pager-inr.prev::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='14' viewBox='0 0 8 14'%3E%3Cpath id='ic-arrow' d='M1440.875,3570.25a1,1,0,0,1-.707-.293l-6-6a1,1,0,0,1,0-1.414l6-6a1,1,0,0,1,1.414,1.414l-5.293,5.293,5.293,5.293a1,1,0,0,1-.707,1.707Z' transform='translate(-1433.875 -3556.25)' fill='%23fff'/%3E%3C/svg%3E%0A");
  transition: 200ms;
}
.pager-list__item .pager-inr.prev::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='14' viewBox='0 0 8 14'%3E%3Cpath id='ic-arrow' d='M1440.875,3570.25a1,1,0,0,1-.707-.293l-6-6a1,1,0,0,1,0-1.414l6-6a1,1,0,0,1,1.414,1.414l-5.293,5.293,5.293,5.293a1,1,0,0,1-.707,1.707Z' transform='translate(-1433.875 -3556.25)' fill='%2382AC00'/%3E%3C/svg%3E%0A");
  opacity: 0;
  transition: 200ms;
}
.pager-list__item .pager-inr.next {
  position: relative;
}
.pager-list__item .pager-inr.next::before, .pager-list__item .pager-inr.next::after {
  content: "";
  display: block;
  width: 0.8rem;
  aspect-ratio: 8/14;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 47.9375em) {
  .pager-list__item .pager-inr.next::before, .pager-list__item .pager-inr.next::after {
    width: 0.6rem;
  }
}
.pager-list__item .pager-inr.next::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='14' viewBox='0 0 8 14'%3E%3Cpath id='ic-arrow' d='M0,13a1,1,0,0,1-.707-.293,1,1,0,0,1,0-1.414L4.586,6-.707.707a1,1,0,0,1,0-1.414,1,1,0,0,1,1.414,0l6,6a1,1,0,0,1,0,1.414l-6,6A1,1,0,0,1,0,13Z' transform='translate(1 1)' fill='%23fff'/%3E%3C/svg%3E%0A");
  transition: 200ms;
}
.pager-list__item .pager-inr.next::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='14' viewBox='0 0 8 14'%3E%3Cpath id='ic-arrow' d='M0,13a1,1,0,0,1-.707-.293,1,1,0,0,1,0-1.414L4.586,6-.707.707a1,1,0,0,1,0-1.414,1,1,0,0,1,1.414,0l6,6a1,1,0,0,1,0,1.414l-6,6A1,1,0,0,1,0,13Z' transform='translate(1 1)' fill='%2382AC00'/%3E%3C/svg%3E%0A");
  opacity: 0;
  transition: 200ms;
}
@media only screen and (min-width: 48em) {
  .pager-list__item a {
    transition: 200ms;
  }
  .pager-list__item a:hover {
    color: var(--primary--dark) !important;
    background: #fff !important;
  }
  .pager-list__item a:hover::after {
    opacity: 1 !important;
  }
}
.pager-list__item .current {
  color: var(--primary--dark) !important;
  background: #fff !important;
}
.pager-list__item span.prev,
.pager-list__item span.next {
  background: #B5B5B5;
  color: #fff;
  border-color: #B5B5B5;
}

.breadcrumbs {
  max-width: 136.6rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 48em) {
  .breadcrumbs {
    padding: 0.8rem 3.2rem;
  }
}
@media only screen and (max-width: 47.9375em) {
  .breadcrumbs {
    padding: 0 1.4rem;
  }
}
.breadcrumbs .content {
  position: relative;
}

.pkz {
  display: flex;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  overflow: auto;
  word-break: keep-all;
  -ms-overflow-style: none;
  scrollbar-width: none;
  font-size: 1.6rem;
  padding: 1.3rem 0;
}
@media only screen and (max-width: 47.9375em) {
  .pkz {
    font-size: 1.4rem;
  }
}
.pkz::-webkit-scrollbar {
  display: none;
}
.pkz > span {
  white-space: nowrap;
}
.pkz .icon-home::before {
  content: "";
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  box-sizing: content-box;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='15' height='15' viewBox='0 0 15 15'%3E%3Cdefs%3E%3CclipPath id='clip-path'%3E%3Crect id='mask' width='15' height='15' transform='translate(0 -1)' fill='none'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg id='ic-home' transform='translate(0 1)' clip-path='url(%23clip-path)'%3E%3Cpath id='パス_27292' data-name='パス 27292' d='M14.5,13H13V7h1.5a.5.5,0,0,0,.326-.88l-7-6a.5.5,0,0,0-.652,0l-7,6A.5.5,0,0,0,.5,7H2v6H.5a.5.5,0,0,0,0,1h14a.5.5,0,1,0,0-1M8.667,10h1v3h-1Zm2,3V9.5a.5.5,0,0,0-.5-.5h-2a.5.5,0,0,0-.5.5V13H3V6.5A.5.5,0,0,0,2.5,6H1.852L7.5,1.158,13.148,6H12.5a.5.5,0,0,0-.5.5V13Z' fill='%2382ac00'/%3E%3C/g%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 1.5rem;
  vertical-align: bottom;
  margin-bottom: 0.7rem;
  margin-right: 0.5rem;
}
@media only screen and (max-width: 47.9375em) {
  .pkz .icon-home::before {
    margin-bottom: 0.6rem;
  }
}
.pkz a {
  color: var(--primary--dark);
}
@media only screen and (min-width: 48em) {
  .pkz a:hover {
    text-decoration: underline;
  }
}
.pkz .pkz-arrow {
  display: inline-block;
  width: 1.6rem;
  aspect-ratio: 1;
  margin: 0 0.8rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cg id='ic_arrow' transform='translate(-15.154)'%3E%3Crect id='bg' width='16' height='16' transform='translate(15.154)' fill='none'/%3E%3Cpath id='ic-arrow' d='M1434.875,3557.25l5,5-5,5' transform='translate(-1414.221 -3553.75)' fill='none' stroke='%231a1919' stroke-linecap='round' stroke-linejoin='round' stroke-width='1'/%3E%3C/g%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  margin-bottom: -0.2rem;
}
@media only screen and (max-width: 47.9375em) {
  .pkz .pkz-arrow {
    margin: 0 0.4rem;
    margin-bottom: -0.2rem;
  }
}

.c-modal {
  width: min(92rem, 100% - 4rem);
  max-height: calc(100dvh - 3rem);
  padding: 0;
  border: 0;
  background: transparent;
  color: inherit;
  overflow: visible;
  opacity: 0;
  visibility: hidden;
  transition: opacity 220ms ease, visibility 220ms ease;
}
.c-modal.is-open {
  opacity: 1;
  visibility: visible;
}
.c-modal.is-closing {
  opacity: 0;
  visibility: hidden;
}
.c-modal::backdrop {
  background: rgba(0, 0, 0, 0.65);
}
.c-modal__inner {
  position: relative;
  max-height: calc(100dvh - 3rem);
  padding: 4rem;
  background: #fff;
  opacity: 0;
  transform: translateY(1.2rem) scale(0.92);
  transition: opacity 220ms ease, transform 280ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.c-modal.is-open .c-modal__inner {
  opacity: 1;
  transform: translateY(0) scale(1);
}
.c-modal.is-closing .c-modal__inner {
  opacity: 0;
  transform: translateY(0.8rem) scale(0.98);
  transition-timing-function: ease;
}
@media only screen and (max-width: 767px) {
  .c-modal__inner {
    padding: 2.4rem 1.8rem;
  }
}
.c-modal__close {
  position: absolute;
  top: -2rem;
  right: -2rem;
  display: grid;
  place-items: center;
  width: 4rem;
  height: 4rem;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: #111;
  color: #fff;
  font-size: 2.4rem;
  line-height: 1;
  cursor: pointer;
}
.c-modal__body {
  max-height: calc(100dvh - 3rem - 8rem);
  overflow: auto;
}
.c-modal__body > *:first-child {
  margin-top: 0;
}
.c-modal__body > *:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .c-modal__body {
    max-height: calc(100dvh - 3rem - 4.8rem);
  }
}
.c-modal__figure {
  margin: 0;
}
.c-modal__figure img {
  display: block;
  width: 100%;
  height: auto;
}
.c-modal__figure figcaption {
  margin-top: 1rem;
  font-size: 1.4rem;
  line-height: 1.7;
  text-align: center;
}

.c-modal-source {
  display: none;
}

.c-modal-thumb {
  display: block;
  width: min(42rem, 100%);
  margin-top: 2rem;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}
.c-modal-thumb img {
  display: block;
  width: 100%;
  height: auto;
}

.masthead .header-catch {
  display: inline-flex;
  align-items: center;
  min-height: 2.8rem;
  margin: 0 0 0.8rem;
  padding: 0.5rem 2.2rem;
  background: var(--primary);
  color: var(--text);
  font-size: 1.4rem;
  line-height: 1;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 47.9375em) {
  .masthead .header-catch {
    min-height: 1.6rem;
    padding: 0.4rem;
    font-size: 0.9rem;
    margin-bottom: 0.5rem;
  }
}
@media only screen and (max-width: 47.9375em) {
  .masthead .brand-area {
    display: flex;
    flex-flow: column;
    align-items: flex-start;
  }
}
.masthead .brand-logo a {
  display: block;
  line-height: 1;
}
.masthead .brand-logo img {
  width: 29rem;
}
@media only screen and (max-width: 47.9375em) {
  .masthead .brand-logo img {
    width: 16.6rem;
  }
}

.header-utility {
  display: flex;
  flex-flow: row wrap;
  align-items: flex-end;
  gap: 4rem;
}
@media only screen and (max-width: 47.9375em) {
  .header-utility {
    display: none;
  }
}

.globalnav {
  width: 100%;
}
@media only screen and (min-width: 48em) {
  .globalnav {
    flex: 0 0 auto;
  }
}
@media only screen and (max-width: 47.9375em) {
  .globalnav {
    opacity: 0;
    visibility: hidden;
    transform: translateX(100%);
    transition: 400ms;
    position: absolute;
    top: 6rem;
    left: 0;
    background: #fff;
    width: 100%;
    height: calc(100dvh - 6rem);
    z-index: 9999;
    overflow: auto;
  }
}
.globalnav .menu-list {
  display: flex;
  align-items: stretch;
  justify-content: flex-end;
  gap: 4.8rem;
}
@media only screen and (min-width: 48em) {
  .globalnav .menu-list {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 47.9375em) {
  .globalnav .menu-list {
    display: block;
    border-top: 1px solid var(--primary);
  }
}
@media only screen and (min-width: 48em) {
  .globalnav .menu-list > li {
    position: relative;
  }
  .globalnav .menu-list > li:hover > ul {
    opacity: 1;
    visibility: inherit;
  }
}
@media only screen and (max-width: 47.9375em) {
  .globalnav .menu-list > li:not(:last-of-type) a {
    border-bottom: 1px solid var(--primary);
  }
}
.globalnav .menu-list > li a {
  display: flex;
  align-items: center;
  color: var(--text);
  line-height: 1;
  letter-spacing: 0;
  position: relative;
  padding: 1.6rem 0;
}
@media only screen and (max-width: 47.9375em) {
  .globalnav .menu-list > li a {
    font-size: 1.6rem;
    padding: 2rem 2rem;
  }
}
@media only screen and (min-width: 48em) {
  .globalnav .menu-list > li a[aria-current]::after {
    width: 100%;
  }
}
.globalnav .menu-list > li a::after {
  content: "";
  display: block;
  width: 0;
  height: 0.4rem;
  position: absolute;
}
@media only screen and (min-width: 48em) {
  .globalnav .menu-list > li a::after {
    transition: 200ms;
    bottom: 0;
    left: 0;
    background: var(--primary);
  }
}
@media only screen and (max-width: 47.9375em) {
  .globalnav .menu-list > li a::after {
    width: 2.4rem;
    height: auto;
    border-radius: 50vw;
    aspect-ratio: 1;
    background-color: var(--primary--dark);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 6'%3E%3Cpath d='m.5.5 2.4 2.4-2.4 2.4' fill='none' stroke='%23fff' stroke-linecap='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 0.4rem;
    position: absolute;
    top: 50%;
    right: 2rem;
    transform: translate(0%, -50%);
  }
}
@media only screen and (min-width: 48em) {
  .globalnav .menu-list > li a {
    transition: 200ms;
  }
  .globalnav .menu-list > li a:hover {
    color: var(--primary);
  }
  .globalnav .menu-list > li a:hover::after {
    width: 100%;
  }
}
.globalnav .menu-list > li > .toggle-btn {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  border: none;
  outline: none;
  background: transparent;
  border-radius: 0;
  font-family: inherit;
  font-size: 1em;
  color: inherit;
  width: 2rem;
  height: 2rem;
  position: relative;
}
.globalnav .menu-list > li > .toggle-btn::before, .globalnav .menu-list > li > .toggle-btn::after {
  content: "";
  display: block;
  width: 1rem;
  height: 1px;
  background: var(--themeColor);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.globalnav .menu-list > li > .toggle-btn::after {
  transform: translate(-50%, -50%) rotate(90deg);
  transition: 400ms;
}
@media only screen and (min-width: 48em) {
  .globalnav .menu-list > li ul {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 100%);
    opacity: 0;
    visibility: hidden;
    transition: 400ms;
    background: #fff;
    padding: 2rem;
    box-shadow: 0 0.3rem 0.3rem rgba(0, 0, 0, 0.15);
    min-width: 16rem;
  }
}
.globalnav .menu-list > li.is-active > ul {
  opacity: 1;
  visibility: inherit;
}
.globalnav .menu-list > li.is-active .toggle-btn::after {
  transform: translate(-50%, -50%) rotate(0deg);
}
@media only screen and (max-width: 47.9375em) {
  .globalnav.is-active {
    opacity: 1;
    visibility: inherit;
    transform: translateX(0%);
  }
}
@media only screen and (max-width: 47.9375em) {
  .globalnav .gnav-content {
    display: flex;
    flex-flow: column;
    width: 100%;
    height: 100%;
  }
}
@media only screen and (min-width: 48em) {
  .globalnav .gnav-content__inner {
    display: none;
  }
}
@media only screen and (max-width: 47.9375em) {
  .globalnav .gnav-content__inner {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 12rem;
    max-width: 112rem;
    margin-left: auto;
    margin-right: auto;
    background: var(--primary);
    border-radius: 6rem 0 0 0;
    padding-top: 4.2rem;
    padding-left: 3.5rem;
    padding-right: 3.5rem;
    padding-bottom: 4.2rem;
    margin-top: auto;
    width: 100%;
  }
}
@media only screen and (max-width: 47.9375em) {
  .globalnav .gnav-content__inner {
    display: block;
  }
}
@media only screen and (max-width: 47.9375em) {
  .globalnav .gnav-content__brand {
    margin-bottom: 1rem;
  }
}
.globalnav .gnav-content__catch {
  display: inline-flex;
  align-items: center;
  min-height: 3.3rem;
  margin: 0 0 0.8rem;
  padding: 0.5rem 2.8rem;
  border: 0.1rem solid #fff;
  color: var(--text);
  font-size: 1.7rem;
  line-height: 1;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 47.9375em) {
  .globalnav .gnav-content__catch {
    padding: 0.5rem 1.4rem;
    font-size: 1.4rem;
    width: 100%;
    justify-content: center;
  }
}
.globalnav .gnav-content__logo {
  margin: 0;
}
.globalnav .gnav-content__logo a {
  display: inline-flex;
}
.globalnav .gnav-content__logo img {
  width: 36rem;
  max-width: 100%;
  height: auto;
}
@media only screen and (max-width: 47.9375em) {
  .globalnav .gnav-content__address {
    margin: 0 0 2.4rem;
    font-style: normal;
    line-height: 1.5;
    margin-bottom: 1.6rem;
  }
}
.globalnav .gnav-content__address-text {
  margin: 0;
}
@media only screen and (max-width: 47.9375em) {
  .globalnav .gnav-content__utility {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 1.6rem;
  }
}
@media only screen and (max-width: 47.9375em) {
  .globalnav .gnav-content__tel {
    display: flex;
    align-items: center;
    padding: 0.9rem;
    color: var(--primary--dark);
    line-height: 1;
    background: #fff;
    width: 100%;
    justify-content: center;
  }
}
@media only screen and (max-width: 47.9375em) {
  .globalnav .gnav-content__tel-label {
    display: inline-block;
    padding: 0 1rem;
    border-right: 0.1rem dashed var(--primary--dark);
    font-size: 1.8rem;
    white-space: nowrap;
  }
}
@media only screen and (max-width: 47.9375em) {
  .globalnav .gnav-content__tel-link {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0 1rem;
    color: inherit;
    text-decoration: none;
  }
}
@media only screen and (max-width: 47.9375em) {
  .globalnav .gnav-content__tel-link::before {
    content: "";
    display: block;
    width: 1.8rem;
    aspect-ratio: 1;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%2382ac00' d='M.663 1.194C-.371 2.227-.09 4.709.784 6.599a18.3 18.3 0 0 0 3.55 5.061 19.01 19.01 0 0 0 5.057 3.556c1.885.876 4.367 1.161 5.4.128a6.211 6.211 0 0 0 1.2-1.99l-3.209-3.213c-.175-.175-.961.186-1.33.513a4.084 4.084 0 0 0-.836 1.412c-.34.307-.713.152-1.459-.016a8.454 8.454 0 0 1-3.088-2.127A8.454 8.454 0 0 1 3.95 6.836c-.167-.746-.321-1.118-.014-1.459A4.085 4.085 0 0 0 5.35 4.543c.327-.369.689-1.155.515-1.33L2.655-.001A6.212 6.212 0 0 0 .663 1.194'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
  }
}
@media only screen and (max-width: 47.9375em) {
  .globalnav .gnav-content__tel-number {
    font-family: "Lora", serif;
    letter-spacing: 0;
    white-space: nowrap;
    font-size: 2rem;
  }
}
.globalnav .gnav-content__social-list {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: center;
  gap: 2rem;
}
.globalnav .gnav-content__social-link {
  display: block;
  background: #fff;
  width: 5.6rem;
  aspect-ratio: 1/1;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  border-radius: 50vw;
}
@media only screen and (min-width: 48em) {
  .globalnav .gnav-content__social-link {
    transition: opacity 200ms;
  }
  .globalnav .gnav-content__social-link:hover {
    opacity: 0.7;
  }
}
.globalnav .gnav-content__social-link img {
  display: block;
  width: 3.6rem;
  height: auto;
}
.globalnav .gnav-content__nav-area {
  flex: 1 1 auto;
  min-width: 0;
}
@media only screen and (max-width: 47.9375em) {
  .globalnav .gnav-content__nav-area {
    display: none;
  }
}
.globalnav .gnav-content__nav-list {
  display: flex;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 1.5rem;
}
.globalnav .gnav-content__nav-item a {
  position: relative;
  padding-left: 2.2rem;
}
@media only screen and (min-width: 48em) {
  .globalnav .gnav-content__nav-item a:hover::before {
    left: 1.2rem;
  }
  .globalnav .gnav-content__nav-item a:hover::after {
    opacity: 1;
  }
}
.globalnav .gnav-content__nav-item a::before {
  content: "";
  display: block;
  width: 0.5rem;
  aspect-ratio: 5/9;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 5 9'%3E%3Cpath d='m.5.5 4 4-4 4' fill='none' stroke='%2329241f' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  top: 1.3rem;
  left: 0.6rem;
  transform: translateY(-50%);
  transition: 200ms;
}
.globalnav .gnav-content__nav-item a::after {
  content: "";
  display: block;
  width: 1.6rem;
  height: 0.1rem;
  opacity: 0;
  background: var(--text);
  border-radius: 1rem;
  position: absolute;
  top: 1.3rem;
  left: 0;
  transform: translateY(-50%);
  transition: 200ms;
}

.contact-tel {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0.7rem;
  border: 0.1rem solid var(--primary--dark);
  color: var(--primary--dark);
  line-height: 1;
}
.contact-tel-label {
  font-size: 1.4rem;
  display: inline-block;
  padding: 0 1rem;
  border-right: 0.1rem dashed var(--primary--dark);
}
.contact-tel-number {
  font-size: 2rem;
  font-family: "Lora", serif;
  letter-spacing: 0;
}
.contact-tel-link {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: center;
  gap: 0.5rem;
  padding: 0 1rem;
}
.contact-tel-link::before {
  content: "";
  display: block;
  width: 1.8rem;
  aspect-ratio: 1;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%2382ac00' d='M.663 1.194C-.371 2.227-.09 4.709.784 6.599a18.3 18.3 0 0 0 3.55 5.061 19.01 19.01 0 0 0 5.057 3.556c1.885.876 4.367 1.161 5.4.128a6.211 6.211 0 0 0 1.2-1.99l-3.209-3.213c-.175-.175-.961.186-1.33.513a4.084 4.084 0 0 0-.836 1.412c-.34.307-.713.152-1.459-.016a8.454 8.454 0 0 1-3.088-2.127A8.454 8.454 0 0 1 3.95 6.836c-.167-.746-.321-1.118-.014-1.459A4.085 4.085 0 0 0 5.35 4.543c.327-.369.689-1.155.515-1.33L2.655-.001A6.212 6.212 0 0 0 .663 1.194'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}

.social-list {
  display: flex;
  align-items: center;
  gap: 2rem;
}
.social-list__item a {
  display: block;
}
@media only screen and (min-width: 48em) {
  .social-list__item a {
    transition: 200ms;
  }
  .social-list__item a:hover {
    opacity: 0.6;
  }
}

.social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3.6rem;
  height: 3.6rem;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
}
.site-header {
  position: relative;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  background: #ffffff;
  width: 100%;
}
.site-header .content {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: center;
  padding: 0 3.2rem;
  padding-top: 1rem;
  width: 100%;
  min-height: 10rem;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 47.9375em) {
  .site-header .content {
    padding: 1rem 1.2rem;
    min-height: 6rem;
  }
}
.site-header .inner {
  width: 100%;
}
@media only screen and (min-width: 48em) {
  .site-header .inner {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: flex-start;
    gap: 4rem;
  }
}
@media only screen and (max-width: 47.9375em) {
  .site-header .inner {
    height: 4rem;
  }
}
.site-header .header-body {
  min-width: 0;
  display: flex;
  flex-flow: column;
  align-items: flex-end;
  gap: 0.5rem;
}
.site-header .hamburger {
  width: 4rem;
  height: 4rem;
  background: var(--primary--dark);
  border-radius: 0.2rem;
  border: 0.1rem solid var(--primary--dark);
  position: absolute;
  top: 1rem;
  right: 1rem;
  z-index: 999;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
}
@media only screen and (min-width: 48em) {
  .site-header .hamburger {
    display: none;
  }
}
@media only screen and (max-width: 47.9375em) {
  .site-header .hamburger {
    transition: 300ms;
  }
}
.site-header .hamburger__inner {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
}
@media only screen and (max-width: 47.9375em) {
  .site-header .hamburger__inner {
    width: 2.2rem;
    height: 1.8rem;
  }
}
.site-header .hamburger__inner span {
  width: 100%;
  height: 1px;
  background: #fff;
  transition: 300ms;
}
.site-header .hamburger__inner span:nth-of-type(2) {
  margin: 1rem 0;
}
@media only screen and (max-width: 47.9375em) {
  .site-header .hamburger__inner span:nth-of-type(2) {
    margin: 0.7rem 0;
  }
}
.site-header .hamburger__inner span:nth-of-type(3) {
  width: 64%;
}
.site-header .hamburger.def.is-active {
  background: #fff;
}
.site-header .hamburger.def.is-active span {
  width: 100%;
  background: var(--primary--dark);
}
.site-header .hamburger.def.is-active span:nth-of-type(1) {
  transform: rotate(45deg);
}
.site-header .hamburger.def.is-active span:nth-of-type(2) {
  margin: -1px 0;
  opacity: 0;
}
.site-header .hamburger.def.is-active span:nth-of-type(3) {
  transform: rotate(-45deg);
}
.site-header .hamburger.anim span:nth-of-type(1) {
  transition-delay: 0ms;
}
.site-header .hamburger.anim span:nth-of-type(2) {
  transition-delay: 400ms;
}
.site-header .hamburger.anim span:nth-of-type(3) {
  transition-delay: 0ms;
}
.site-header .hamburger.anim.is-active span:nth-of-type(1) {
  transform: rotate(45deg);
  transition-delay: 400ms;
}
.site-header .hamburger.anim.is-active span:nth-of-type(2) {
  margin: -0.1rem 0;
  opacity: 0;
  transition-delay: 0ms;
}
.site-header .hamburger.anim.is-active span:nth-of-type(3) {
  transform: rotate(-45deg);
  transition-delay: 400ms;
}

.site-footer {
  margin-top: auto;
  background: #fff;
}
@media only screen and (min-width: 48em) {
  .site-footer {
    padding-left: 3.2rem;
    padding-right: 3.2rem;
  }
}
@media only screen and (max-width: 47.9375em) {
  .site-footer {
    padding-right: 2rem;
  }
}
.site-footer .content {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  background: var(--primary);
  overflow: hidden;
  padding-top: 9.6rem;
}
@media only screen and (min-width: 48em) {
  .site-footer .content {
    border-radius: 4.8rem 4.8rem 0 0;
  }
}
@media only screen and (max-width: 47.9375em) {
  .site-footer .content {
    border-radius: 0 6rem 0 0;
    padding-top: 8rem;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
.site-footer__inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 12rem;
  max-width: 112rem;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 47.9375em) {
  .site-footer__inner {
    display: block;
  }
}
.site-footer__brand {
  margin-bottom: 1rem;
}
.site-footer__catch {
  display: inline-flex;
  align-items: center;
  min-height: 3.3rem;
  margin: 0 0 0.8rem;
  padding: 0.5rem 2.8rem;
  border: 0.1rem solid #fff;
  color: var(--text);
  font-size: 1.7rem;
  line-height: 1;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 47.9375em) {
  .site-footer__catch {
    padding: 0.5rem 1.4rem;
    font-size: 1.4rem;
    width: 100%;
    justify-content: center;
  }
}
.site-footer__logo {
  margin: 0;
}
.site-footer__logo a {
  display: inline-flex;
}
.site-footer__logo img {
  width: 36rem;
  max-width: 100%;
  height: auto;
}
.site-footer__address {
  margin: 0 0 2.4rem;
  font-style: normal;
  line-height: 1.5;
}
@media only screen and (max-width: 47.9375em) {
  .site-footer__address {
    margin-bottom: 1.6rem;
  }
}
.site-footer__address-text {
  margin: 0;
}
.site-footer__utility {
  display: flex;
  flex-flow: column;
  align-items: flex-start;
  gap: 2.4rem;
}
@media only screen and (max-width: 47.9375em) {
  .site-footer__utility {
    align-items: center;
    flex-direction: column;
    gap: 1.6rem;
  }
}
.site-footer__tel {
  display: flex;
  align-items: center;
  padding: 0.9rem;
  color: var(--primary--dark);
  line-height: 1;
  background: #fff;
}
@media only screen and (max-width: 47.9375em) {
  .site-footer__tel {
    width: 100%;
    justify-content: center;
  }
}
.site-footer__tel-label {
  display: inline-block;
  padding: 0 1rem;
  border-right: 0.1rem dashed var(--primary--dark);
  font-size: 1.8rem;
  white-space: nowrap;
}
@media only screen and (max-width: 47.9375em) {
  .site-footer__tel-label {
    font-size: 1.5rem;
  }
}
.site-footer__tel-link {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0 1rem;
  color: inherit;
  text-decoration: none;
}
.site-footer__tel-link::before {
  content: "";
  display: block;
  width: 2rem;
  aspect-ratio: 1;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%2382ac00' d='M.663 1.194C-.371 2.227-.09 4.709.784 6.599a18.3 18.3 0 0 0 3.55 5.061 19.01 19.01 0 0 0 5.057 3.556c1.885.876 4.367 1.161 5.4.128a6.211 6.211 0 0 0 1.2-1.99l-3.209-3.213c-.175-.175-.961.186-1.33.513a4.084 4.084 0 0 0-.836 1.412c-.34.307-.713.152-1.459-.016a8.454 8.454 0 0 1-3.088-2.127A8.454 8.454 0 0 1 3.95 6.836c-.167-.746-.321-1.118-.014-1.459A4.085 4.085 0 0 0 5.35 4.543c.327-.369.689-1.155.515-1.33L2.655-.001A6.212 6.212 0 0 0 .663 1.194'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
@media only screen and (max-width: 47.9375em) {
  .site-footer__tel-link::before {
    width: 1.8rem;
  }
}
.site-footer__tel-number {
  font-family: "Lora", serif;
  font-size: 2.4rem;
  letter-spacing: 0;
  white-space: nowrap;
}
@media only screen and (max-width: 47.9375em) {
  .site-footer__tel-number {
    font-size: 2rem;
  }
}
.site-footer__social-list {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: center;
  gap: 2rem;
}
.site-footer__social-link {
  display: block;
  background: #fff;
  width: 5.6rem;
  aspect-ratio: 1/1;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  border-radius: 50vw;
}
@media only screen and (min-width: 48em) {
  .site-footer__social-link {
    transition: opacity 200ms;
  }
  .site-footer__social-link:hover {
    opacity: 0.7;
  }
}
.site-footer__social-link img {
  display: block;
  width: 3.6rem;
  height: auto;
}
.site-footer__nav-area {
  flex: 1 1 auto;
  min-width: 0;
}
@media only screen and (max-width: 47.9375em) {
  .site-footer__nav-area {
    display: none;
  }
}
.site-footer__nav-list {
  display: flex;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 1.5rem;
}
.site-footer__nav-item a {
  position: relative;
  padding-left: 2.2rem;
}
@media only screen and (min-width: 48em) {
  .site-footer__nav-item a:hover::before {
    left: 1.2rem;
  }
  .site-footer__nav-item a:hover::after {
    opacity: 1;
  }
}
.site-footer__nav-item a::before {
  content: "";
  display: block;
  width: 0.5rem;
  aspect-ratio: 5/9;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 5 9'%3E%3Cpath d='m.5.5 4 4-4 4' fill='none' stroke='%2329241f' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  top: 1.3rem;
  left: 0.6rem;
  transform: translateY(-50%);
  transition: 200ms;
}
.site-footer__nav-item a::after {
  content: "";
  display: block;
  width: 1.6rem;
  height: 0.1rem;
  opacity: 0;
  background: var(--text);
  border-radius: 1rem;
  position: absolute;
  top: 1.3rem;
  left: 0;
  transform: translateY(-50%);
  transition: 200ms;
}
.site-footer .copyright {
  text-align: right;
  position: relative;
}
@media only screen and (max-width: 47.9375em) {
  .site-footer .copyright {
    margin-top: 7.5rem;
    margin-right: calc(-2.5rem - 0.5px);
  }
}
.site-footer .copyright span {
  font-size: 1.4rem;
  background: #fff;
  display: inline-flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  min-height: 8rem;
  min-width: 33rem;
  border-radius: 4.8rem 0 0 0;
  position: relative;
}
@media only screen and (max-width: 47.9375em) {
  .site-footer .copyright span {
    font-size: 1.2rem;
    min-height: 6.4rem;
    border-radius: 3.2rem 0 0 0;
    min-width: 27.7rem;
  }
}
.site-footer .copyright span::before, .site-footer .copyright span::after {
  content: "";
  display: block;
  width: 3.2rem;
  height: 3.2rem;
  background: #fff;
  position: absolute;
  top: 0;
  right: 0;
  transform: translateY(-100%);
}
.site-footer .copyright span::after {
  background: var(--primary);
  border-radius: 50vw;
  width: 6.4rem;
  height: 6.4rem;
}