@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Oswald:wght@200..700&display=swap");
/*==========================================================================
# reset - ブラウザの差異や不要なスタイルを無くすためのスタイル
========================================================================== */
* {
  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;
  letter-spacing: 0;
}

html {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

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

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

a {
  text-decoration: none;
}

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

address {
  font-style: normal;
}

table {
  border-collapse: collapse;
}

input[type=submit] {
  -webkit-appearance: none;
  border-radius: 0;
}

html {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  line-height: 1.5;
  letter-spacing: 0.1em;
  font-size: 16px;
  font-weight: 500;
  scroll-behavior: smooth;
  scroll-padding-top: calc((var(--headerHeight, 50px)) + 10px);
  overflow-x: hidden;
}

body {
  font-family: "Zen Maru Gothic", sans-serif;
  color: #3B4043;
  counter-reset: number 0;
  font-optical-sizing: auto;
  font-style: normal;
  position: relative;
  overflow-x: hidden;
}

a {
  color: #3B4043;
  cursor: pointer;
}

.top {
  overflow-x: hidden;
  background-image: url("../../img/bgi-pc.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
}

.about-page {
  overflow-x: hidden;
  background-image: url("../../img/about-bg-pc.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
}

.page-life,
.page-overview {
  background-color: #FCFAF6;
}

@media screen and (max-width: 550px) {
  .top {
    background-image: url("../../img/bgi-sp.webp");
    background-size: cover;
  }
}
@media screen and (max-width: 390px) {
  .about-page {
    background-image: url("../../img/about-bg-sp.webp");
    background-size: cover;
  }
}
.u-pconly {
  display: block;
}
@media screen and (max-width: 768px) {
  .u-pconly {
    display: none !important;
  }
}

.u-pconly-flex {
  display: flex !important;
}
@media screen and (max-width: 768px) {
  .u-pconly-flex {
    display: none !important;
  }
}

.u-sponly {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .u-sponly {
    display: block !important;
  }
}

.u-sponly-flex {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .u-sponly-flex {
    display: flex !important;
  }
}

.u-subfont {
  font-family: "Zen Maru Gothic", sans-serif;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 96px;
  z-index: 999;
  background-color: #476D48;
}
.header .header__inner {
  width: calc(100% - 153px);
  margin: 0 auto;
  padding: 0 25px 0 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header .header__inner .header__wrapper {
  width: 80%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header .header__inner .header__wrapper .header__logo {
  width: 264px;
  height: 105px;
  transition: opacity 0.3s ease;
}
.header .header__inner .header__wrapper .header__logo img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (hover: hover) and (pointer: fine) {
  .header .header__inner .header__wrapper .header__logo:hover {
    opacity: 0.8;
  }
}
.header .header__inner .header__wrapper .header__nav {
  display: block;
  padding: 0 45px 0 0;
}
.header .header__inner .header__wrapper .header__nav .header__nav--list {
  display: flex;
  align-items: center;
  gap: 41px;
  margin: -3px 2px 10px 0;
}
.header .header__inner .header__wrapper .header__nav .header__nav--list .header__nav--item:nth-child(1) .header__nav--link {
  gap: 10px;
  letter-spacing: 0.1em;
}
.header .header__inner .header__wrapper .header__nav .header__nav--list .header__nav--item:nth-child(2) .header__nav--link {
  gap: 10px;
  margin: 0 0 0 -2px;
}
.header .header__inner .header__wrapper .header__nav .header__nav--list .header__nav--item:nth-child(3) .header__nav--link {
  gap: 11px;
  margin: 0 0 0 -2px;
}
.header .header__inner .header__wrapper .header__nav .header__nav--list .header__nav--item:nth-child(4) .header__nav--link {
  gap: 10px;
}
.header .header__inner .header__wrapper .header__nav .header__nav--list .header__nav--item .header__nav--link {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: 400;
  font-family: "Kiwi Maru", serif;
  color: #F5F5F5;
  line-height: normal;
  letter-spacing: 0;
  text-decoration: none;
  transition: all 0.3s ease;
}
.header .header__inner .header__wrapper .header__nav .header__nav--list .header__nav--item .header__nav--link img {
  width: 18px;
  height: 19px;
  transition: all 0.3s ease;
}
@media (hover: hover) and (pointer: fine) {
  .header .header__inner .header__wrapper .header__nav .header__nav--list .header__nav--item .header__nav--link:hover {
    opacity: 0.8;
  }
}
.header .header__inner .header__hamburger {
  display: none;
}
.header .header__inner .header__nav--sp {
  display: none;
}
.header .header__inner .header__links {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 26px;
  transform: translateY(28%);
}
.header .header__inner .header__links .header__instagram--link {
  width: 105px;
  height: 105px;
  border-radius: 50%;
  background-color: #EA8988;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 4px;
  padding: 0 1px 0 0;
  text-decoration: none;
  color: #F5F5F5;
  box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.2509803922);
  transition: all 0.3s ease;
}
@media (hover: hover) and (pointer: fine) {
  .header .header__inner .header__links .header__instagram--link:hover {
    background-color: #F6CBC8;
  }
}
.header .header__inner .header__links .header__instagram--link img {
  width: 32px;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.header .header__inner .header__links .header__instagram--link span {
  font-size: 14px;
  font-weight: 500;
  font-family: "Zen Maru Gothic", sans-serif;
  color: #F5F5F5;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: center;
}
.header .header__inner .header__links .header__mail--link {
  width: 105px;
  height: 105px;
  border-radius: 50%;
  background-color: #EA8988;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  color: #F5F5F5;
  box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.2509803922);
  transition: all 0.3s ease;
}
@media (hover: hover) and (pointer: fine) {
  .header .header__inner .header__links .header__mail--link:hover {
    background-color: #F6CBC8;
  }
}
.header .header__inner .header__links .header__mail--link img {
  width: 35px;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.header .header__inner .header__links .header__mail--link span {
  font-size: 12px;
  font-weight: 500;
  font-family: "Zen Maru Gothic", sans-serif;
  color: #F5F5F5;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: center;
  padding: 0 0 0 7px;
  margin: 0 0 -3px;
}

@media screen and (max-width: 1300px) {
  .header .header__inner {
    width: calc(100% - 80px);
    margin: 0 auto;
    padding: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .header .header__inner .header__wrapper {
    width: 80%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .header .header__inner .header__wrapper .header__nav {
    display: block;
    padding: 0 25px 0 0;
  }
  .header .header__inner .header__wrapper .header__nav .header__nav--list {
    display: flex;
    align-items: center;
    gap: 30px;
    margin: -3px 2px 10px 0;
  }
  .header .header__inner .header__links {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
    transform: translateY(28%);
  }
}
@media screen and (max-width: 1100px) {
  .header .header__inner {
    width: calc(100% - 40px);
    margin: 0 auto;
    padding: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .header .header__inner .header__wrapper {
    width: 80%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .header .header__inner .header__wrapper .header__nav {
    display: block;
    padding: 0 25px 0 0;
  }
  .header .header__inner .header__wrapper .header__nav .header__nav--list {
    display: flex;
    align-items: center;
    gap: 20px;
    margin: -3px 0 10px 0;
  }
  .header .header__inner .header__links {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
    transform: translateY(28%);
  }
}
@media screen and (max-width: 1000px) {
  .header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 80px;
    z-index: 999;
    background-color: #476D48;
  }
  .header .header__inner {
    position: relative;
    width: 100%;
  }
  .header .header__inner .header__wrapper {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translateX(25px);
  }
  .header .header__inner .header__wrapper .header__logo {
    width: 100%;
    max-width: 201px;
    height: auto;
    transform: translateX(-28px);
  }
  .header .header__inner .header__wrapper .header__nav {
    display: none;
  }
  .header .header__inner .header__hamburger {
    display: block;
    position: absolute;
    right: 23px;
    top: 33%;
    width: 65px;
    height: 65px;
    border-radius: 50%;
    background-color: #EA8988;
    box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.2509803922);
    cursor: pointer;
    z-index: 100;
  }
  .header .header__inner .header__hamburger .header__hamburger--line {
    display: inline-block;
    transition: all 0.4s;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 30px;
    height: 2px;
    border-radius: 5px;
    background: #F5F5F5;
  }
  .header .header__inner .header__hamburger .header__hamburger--line:nth-of-type(1) {
    top: 33%;
  }
  .header .header__inner .header__hamburger .header__hamburger--line:nth-of-type(2) {
    top: 49%;
  }
  .header .header__inner .header__hamburger .header__hamburger--text {
    font-size: 10px;
    font-weight: 500;
    font-family: "Zen Maru Gothic", sans-serif;
    color: #fff;
    line-height: normal;
    letter-spacing: 0.05em;
    text-align: center;
    text-transform: uppercase;
    position: absolute;
    top: 66%;
    left: 51%;
    transform: translate(-50%, -50%);
  }
  .header .header__inner .header__hamburger.active .header__hamburger--line:nth-of-type(1) {
    top: 35%;
    left: 50%;
    transform: translateY(0px) translateX(-50%) rotate(25deg);
    width: 40%;
  }
  .header .header__inner .header__hamburger.active .header__hamburger--line:nth-of-type(2) {
    top: 50%;
    left: 50%;
    transform: translateY(-10px) translateX(-50%) rotate(-25deg);
    width: 40%;
  }
  .header .header__inner .header__nav--sp {
    display: block;
    position: fixed;
    top: 80px;
    width: 100%;
    height: 100dvh;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    padding: 60px 0;
    background: #FCFAF6;
    opacity: 0;
    z-index: -1;
    pointer-events: none;
    transition: all 0.6s;
  }
  .header .header__inner .header__nav--sp.active {
    top: 80px;
    opacity: 1;
    z-index: 99;
    pointer-events: auto;
  }
  .header .header__inner .header__nav--sp .header__nav--sp--inner {
    width: calc(100% - 80px);
    margin: 0 auto;
    border-radius: 12px;
    background-color: #fff;
    padding: 140px 14px 58px;
  }
  .header .header__inner .header__nav--sp .header__nav--sp--inner .header__nav--sp--list {
    width: 100%;
    max-width: 140px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 40px;
    margin: 0 auto 78px;
  }
  .header .header__inner .header__nav--sp .header__nav--sp--inner .header__nav--sp--list .header__nav--sp--item .header__nav--sp--link {
    display: flex;
    align-items: center;
    gap: 16px;
    font-size: 20px;
    font-weight: 400;
    font-family: "Kiwi Maru", serif;
    color: #476D48;
    line-height: normal;
    letter-spacing: 0;
    text-decoration: none;
    transition: all 0.3s ease;
  }
  .header .header__inner .header__nav--sp .header__nav--sp--inner .header__nav--sp--list .header__nav--sp--item .header__nav--sp--link img {
    width: 22px;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
    filter: brightness(0) saturate(100%) invert(82%) sepia(10%) saturate(660%) hue-rotate(315deg) brightness(103%) contrast(93%);
    transition: all 0.3s ease;
  }
}
@media screen and (max-width: 1000px) and (hover: hover) and (pointer: fine) {
  .header .header__inner .header__nav--sp .header__nav--sp--inner .header__nav--sp--list .header__nav--sp--item .header__nav--sp--link:hover {
    color: #F6CBC8;
  }
  .header .header__inner .header__nav--sp .header__nav--sp--inner .header__nav--sp--list .header__nav--sp--item .header__nav--sp--link:hover img {
    filter: brightness(0) saturate(100%) invert(83%) sepia(28%) saturate(2389%) hue-rotate(303deg) brightness(102%) contrast(83%);
  }
}
@media screen and (max-width: 1000px) {
  .header .header__inner .header__nav--sp .header__nav--sp--inner .header__nav--sp--list .header__nav--sp--item .header__nav--sp--link--home {
    letter-spacing: 0.1em;
  }
  .header .header__inner .header__nav--sp .header__nav--sp--inner .header__links--sp {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
  }
  .header .header__inner .header__nav--sp .header__nav--sp--inner .header__links--sp .header__instagram--link--sp {
    width: 105px;
    height: 105px;
    border-radius: 50%;
    background-color: #EA8988;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 4px;
    padding: 0 1px 0 0;
    text-decoration: none;
    color: #F5F5F5;
    box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.2509803922);
    transition: all 0.3s ease;
  }
}
@media screen and (max-width: 1000px) and (hover: hover) and (pointer: fine) {
  .header .header__inner .header__nav--sp .header__nav--sp--inner .header__links--sp .header__instagram--link--sp:hover {
    background-color: #F6CBC8;
  }
}
@media screen and (max-width: 1000px) {
  .header .header__inner .header__nav--sp .header__nav--sp--inner .header__links--sp .header__instagram--link--sp img {
    width: 32px;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .header .header__inner .header__nav--sp .header__nav--sp--inner .header__links--sp .header__instagram--link--sp span {
    font-size: 14px;
    font-weight: 500;
    font-family: "Zen Maru Gothic", sans-serif;
    color: #F5F5F5;
    line-height: 1.2;
    letter-spacing: 0;
    text-align: center;
    padding: 0 2px 0 0;
  }
  .header .header__inner .header__nav--sp .header__nav--sp--inner .header__links--sp .header__mail--link--sp {
    width: 105px;
    height: 105px;
    border-radius: 50%;
    background-color: #EA8988;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 7px;
    padding: 3px 0 0 0;
    text-decoration: none;
    color: #F5F5F5;
    box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.2509803922);
    transition: all 0.3s ease;
  }
}
@media screen and (max-width: 1000px) and (hover: hover) and (pointer: fine) {
  .header .header__inner .header__nav--sp .header__nav--sp--inner .header__links--sp .header__mail--link--sp:hover {
    background-color: #F6CBC8;
  }
}
@media screen and (max-width: 1000px) {
  .header .header__inner .header__nav--sp .header__nav--sp--inner .header__links--sp .header__mail--link--sp img {
    width: 36px;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .header .header__inner .header__nav--sp .header__nav--sp--inner .header__links--sp .header__mail--link--sp span {
    font-size: 12px;
    font-weight: 500;
    font-family: "Zen Maru Gothic", sans-serif;
    color: #F5F5F5;
    line-height: normal;
    letter-spacing: 0;
    text-align: center;
    padding: 0 0 0 4px;
  }
  .header .header__inner .header__nav--sp .header__address--sp {
    font-size: 12px;
    font-weight: 500;
    font-family: "Zen Maru Gothic", sans-serif;
    color: #476D48;
    line-height: normal;
    letter-spacing: 0;
    text-align: center;
    margin: 20px 0 0;
  }
  .header .header__inner .header__nav--sp .header__address--sp .address-space {
    margin: 0 12px;
  }
  .header .header__inner .header__links {
    display: none;
  }
}
@media screen and (max-width: 390px) {
  .header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(80 / 390 * 100vw);
    z-index: 100;
    background-color: #476D48;
  }
  .header .header__inner {
    position: relative;
    width: 100%;
  }
  .header .header__inner .header__wrapper {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translateX(calc(25 / 390 * 100vw));
  }
  .header .header__inner .header__wrapper .header__logo {
    width: 100%;
    max-width: calc(201 / 390 * 100vw);
    height: auto;
    transform: translateX(-vw(28));
  }
  .header .header__inner .header__wrapper .header__nav {
    display: none;
  }
  .header .header__inner .header__wrapper .header__hamburger {
    display: block;
    position: absolute;
    right: calc(23 / 390 * 100vw);
    top: 33%;
    width: calc(65 / 390 * 100vw);
    height: calc(65 / 390 * 100vw);
    border-radius: 50%;
    background-color: #EA8988;
    box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.2509803922);
    transform: translateY(25%);
    cursor: pointer;
    z-index: 100;
  }
  .header .header__inner .header__wrapper .header__hamburger .header__hamburger--line {
    display: inline-block;
    transition: all 0.4s;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: calc(30 / 390 * 100vw);
    height: calc(2 / 390 * 100vw);
    border-radius: 5px;
    background: #F5F5F5;
  }
  .header .header__inner .header__wrapper .header__hamburger .header__hamburger--line:nth-of-type(1) {
    top: 33%;
  }
  .header .header__inner .header__wrapper .header__hamburger .header__hamburger--line:nth-of-type(2) {
    top: 49%;
  }
  .header .header__inner .header__wrapper .header__hamburger .header__hamburger--text {
    font-size: calc(10 / 390 * 100vw);
    font-weight: 500;
    font-family: "Zen Maru Gothic", sans-serif;
    color: #fff;
    line-height: normal;
    letter-spacing: 0.05em;
    text-align: center;
    text-transform: uppercase;
    position: absolute;
    top: 66%;
    left: 51%;
    transform: translate(-50%, -50%);
  }
  .header .header__inner .header__wrapper .header__hamburger.active .header__hamburger--line:nth-of-type(1) {
    top: 35%;
    left: 50%;
    transform: translateY(0px) translateX(-50%) rotate(25deg);
    width: 40%;
  }
  .header .header__inner .header__wrapper .header__hamburger.active .header__hamburger--line:nth-of-type(2) {
    top: 50%;
    left: 50%;
    transform: translateY(-10px) translateX(-50%) rotate(-25deg);
    width: 40%;
  }
  .header .header__inner .header__nav--sp {
    display: block;
    position: fixed;
    top: calc(80 / 390 * 100vw);
    width: 100%;
    height: 100dvh;
    overflow-y: auto;
    padding: 60px 0;
    background: #FCFAF6;
    opacity: 0;
    z-index: -1;
    pointer-events: none;
    transition: all 0.6s;
  }
  .header .header__inner .header__nav--sp.active {
    top: calc(80 / 390 * 100vw);
    opacity: 1;
    z-index: 99;
    pointer-events: auto;
  }
  .header .header__inner .header__nav--sp .header__nav--sp--inner {
    width: calc(100% - 80 / 390 * 100vw);
    margin: 0 auto;
    border-radius: 12px;
    background-color: #fff;
    padding: calc(140 / 390 * 100vw) calc(14 / 390 * 100vw) calc(58 / 390 * 100vw);
  }
  .header .header__inner .header__nav--sp .header__nav--sp--inner .header__nav--sp--list {
    width: 100%;
    max-width: calc(140 / 390 * 100vw);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: calc(40 / 390 * 100vw);
    margin: 0 auto calc(78 / 390 * 100vw);
  }
  .header .header__inner .header__nav--sp .header__nav--sp--inner .header__nav--sp--list .header__nav--sp--item .header__nav--sp--link {
    display: flex;
    align-items: center;
    gap: calc(16 / 390 * 100vw);
    font-size: calc(20 / 390 * 100vw);
    font-weight: 400;
    font-family: "Kiwi Maru", serif;
    color: #476D48;
    line-height: normal;
    letter-spacing: 0;
    text-decoration: none;
    transition: all 0.3s ease;
  }
  .header .header__inner .header__nav--sp .header__nav--sp--inner .header__nav--sp--list .header__nav--sp--item .header__nav--sp--link img {
    width: calc(22 / 390 * 100vw);
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
    filter: brightness(0) saturate(100%) invert(82%) sepia(10%) saturate(660%) hue-rotate(315deg) brightness(103%) contrast(93%);
    transition: all 0.3s ease;
  }
}
@media screen and (max-width: 390px) and (hover: hover) and (pointer: fine) {
  .header .header__inner .header__nav--sp .header__nav--sp--inner .header__nav--sp--list .header__nav--sp--item .header__nav--sp--link:hover {
    color: #F6CBC8;
  }
  .header .header__inner .header__nav--sp .header__nav--sp--inner .header__nav--sp--list .header__nav--sp--item .header__nav--sp--link:hover img {
    filter: brightness(0) saturate(100%) invert(83%) sepia(28%) saturate(2389%) hue-rotate(303deg) brightness(102%) contrast(83%);
  }
}
@media screen and (max-width: 390px) {
  .header .header__inner .header__nav--sp .header__nav--sp--inner .header__nav--sp--list .header__nav--sp--item .header__nav--sp--link--home {
    letter-spacing: 0.1em;
  }
  .header .header__inner .header__nav--sp .header__nav--sp--inner .header__links--sp {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: calc(30 / 390 * 100vw);
  }
  .header .header__inner .header__nav--sp .header__nav--sp--inner .header__links--sp .header__instagram--link--sp {
    width: calc(105 / 390 * 100vw);
    height: calc(105 / 390 * 100vw);
    border-radius: 50%;
    background-color: #EA8988;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: calc(4 / 390 * 100vw);
    padding: 0 calc(1 / 390 * 100vw) 0 0;
    text-decoration: none;
    color: #F5F5F5;
    box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.2509803922);
    transition: all 0.3s ease;
  }
}
@media screen and (max-width: 390px) and (hover: hover) and (pointer: fine) {
  .header .header__inner .header__nav--sp .header__nav--sp--inner .header__links--sp .header__instagram--link--sp:hover {
    background-color: #F6CBC8;
  }
}
@media screen and (max-width: 390px) {
  .header .header__inner .header__nav--sp .header__nav--sp--inner .header__links--sp .header__instagram--link--sp img {
    width: calc(32 / 390 * 100vw);
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .header .header__inner .header__nav--sp .header__nav--sp--inner .header__links--sp .header__instagram--link--sp span {
    font-size: calc(14 / 390 * 100vw);
    font-weight: 500;
    font-family: "Zen Maru Gothic", sans-serif;
    color: #F5F5F5;
    line-height: 1.2;
    letter-spacing: 0;
    text-align: center;
    padding: 0 calc(2 / 390 * 100vw) 0 0;
  }
  .header .header__inner .header__nav--sp .header__nav--sp--inner .header__links--sp .header__mail--link--sp {
    width: calc(105 / 390 * 100vw);
    height: calc(105 / 390 * 100vw);
    border-radius: 50%;
    background-color: #EA8988;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: calc(7 / 390 * 100vw);
    padding: calc(3 / 390 * 100vw) 0 0 0;
    text-decoration: none;
    color: #F5F5F5;
    box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.2509803922);
    transition: all 0.3s ease;
  }
}
@media screen and (max-width: 390px) and (hover: hover) and (pointer: fine) {
  .header .header__inner .header__nav--sp .header__nav--sp--inner .header__links--sp .header__mail--link--sp:hover {
    background-color: #F6CBC8;
  }
}
@media screen and (max-width: 390px) {
  .header .header__inner .header__nav--sp .header__nav--sp--inner .header__links--sp .header__mail--link--sp img {
    width: calc(36 / 390 * 100vw);
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .header .header__inner .header__nav--sp .header__nav--sp--inner .header__links--sp .header__mail--link--sp span {
    font-size: calc(12 / 390 * 100vw);
    font-weight: 500;
    font-family: "Zen Maru Gothic", sans-serif;
    color: #F5F5F5;
    line-height: normal;
    letter-spacing: 0;
    text-align: center;
    padding: 0 calc(4 / 390 * 100vw) 0 0;
  }
  .header .header__inner .header__nav--sp .header__address--sp {
    font-size: calc(12 / 390 * 100vw);
    font-weight: 500;
    font-family: "Zen Maru Gothic", sans-serif;
    color: #476D48;
    line-height: normal;
    letter-spacing: 0;
    text-align: center;
    margin: calc(20 / 390 * 100vw) 0 0;
  }
  .header .header__inner .header__nav--sp .header__address--sp .address-space {
    margin: 0 calc(12 / 390 * 100vw);
  }
  .header .header__inner .header__links {
    display: none;
  }
}
.footer {
  position: relative;
  width: 100%;
  background-image: url("../../img/footer-bg.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  padding: 229px 0 0;
}
.footer::before {
  content: "";
  position: absolute;
  top: 14px;
  left: 260px;
  width: 128px;
  height: 105px;
  background-image: url(../../img/footer-deco.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 10;
  animation: heartbeat 2s infinite ease-in-out;
}
@keyframes heartbeat {
  0%, 100% {
    transform: scale(1);
  }
  25% {
    transform: scale(1.1);
  }
  50% {
    transform: scale(0.95);
  }
  75% {
    transform: scale(1.05);
  }
}
.footer .footer__inner {
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}
.footer .footer__inner .footer__wrapper {
  width: calc(100% - 402px);
  max-width: 1200px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  margin: 0 auto 26px;
}
.footer .footer__inner .footer__wrapper .footer__contents {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 12px;
  margin: 2px 0 0 -32px;
}
.footer .footer__inner .footer__wrapper .footer__contents .footer__logo {
  width: 235px;
  height: 235px;
}
.footer .footer__inner .footer__wrapper .footer__contents .footer__info {
  display: flex;
  flex-direction: column;
  margin: -5px 0 0;
}
.footer .footer__inner .footer__wrapper .footer__contents .footer__info .footer__name {
  font-size: 14px;
  font-weight: 500;
  font-family: "Zen Maru Gothic", sans-serif;
  color: #fff;
  line-height: normal;
  letter-spacing: 0;
  margin: 0 0 39px;
}
.footer .footer__inner .footer__wrapper .footer__contents .footer__info .footer__address {
  font-size: 14px;
  font-weight: 500;
  font-family: "Zen Maru Gothic", sans-serif;
  color: #fff;
  line-height: normal;
  letter-spacing: 0;
  margin: 0 0 11px;
}
.footer .footer__inner .footer__wrapper .footer__contents .footer__info .footer__map {
  width: 117px;
  height: 23px;
  box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.2509803922);
  font-size: 14px;
  font-weight: 500;
  font-family: "Zen Maru Gothic", sans-serif;
  color: #fff;
  line-height: normal;
  letter-spacing: 0;
  text-align: center;
  border: 1px solid #fff;
  border-radius: 17px;
  transition: all 0.3s ease;
}
@media (hover: hover) and (pointer: fine) {
  .footer .footer__inner .footer__wrapper .footer__contents .footer__info .footer__map:hover {
    color: #EA8988;
    border: 1px solid #EA8988;
  }
}
.footer .footer__inner .footer__wrapper .footer__contact {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.footer .footer__inner .footer__wrapper .footer__contact .footer__contact--text {
  font-size: 16px;
  font-weight: 500;
  font-family: "Zen Maru Gothic", sans-serif;
  color: #fff;
  line-height: normal;
  letter-spacing: 0;
  margin: -2px 0 29px 10px;
}
.footer .footer__inner .footer__wrapper .footer__contact .footer__contact--text .sp-only {
  display: none;
}
.footer .footer__inner .footer__wrapper .footer__contact .footer__contact--wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 34px;
}
.footer .footer__inner .footer__wrapper .footer__contact .footer__contact--wrapper .footer__contact--tel,
.footer .footer__inner .footer__wrapper .footer__contact .footer__contact--wrapper .footer__contact--mail {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
.footer .footer__inner .footer__wrapper .footer__contact .footer__contact--wrapper .footer__contact--tel .footer__contact--tel--text,
.footer .footer__inner .footer__wrapper .footer__contact .footer__contact--wrapper .footer__contact--tel .footer__contact--mail--text,
.footer .footer__inner .footer__wrapper .footer__contact .footer__contact--wrapper .footer__contact--mail .footer__contact--tel--text,
.footer .footer__inner .footer__wrapper .footer__contact .footer__contact--wrapper .footer__contact--mail .footer__contact--mail--text {
  font-size: 16px;
  font-weight: 500;
  font-family: "Zen Maru Gothic", sans-serif;
  color: #fff;
  line-height: normal;
  letter-spacing: 0;
}
.footer .footer__inner .footer__wrapper .footer__contact .footer__contact--wrapper .footer__contact--tel .footer__contact--mail--text,
.footer .footer__inner .footer__wrapper .footer__contact .footer__contact--wrapper .footer__contact--mail .footer__contact--mail--text {
  margin: 0 0 0 5px;
}
.footer .footer__inner .footer__wrapper .footer__contact .footer__contact--wrapper .footer__contact--tel .footer__contact--tel--link,
.footer .footer__inner .footer__wrapper .footer__contact .footer__contact--wrapper .footer__contact--mail .footer__contact--tel--link {
  position: relative;
  width: 264px;
  height: 90px;
  display: flex;
  justify-content: center;
  font-size: 24px;
  font-weight: 500;
  font-family: "Zen Maru Gothic", sans-serif;
  color: #EA8988;
  line-height: normal;
  letter-spacing: 0;
  background-color: #fff;
  border: 3px solid #EA8988;
  border-radius: 53.5px;
  box-shadow: 1px 1px 8px 0px rgba(0, 0, 0, 0.2509803922);
  padding: 23px 0 0 11px;
  transition: all 0.3s ease;
}
@media (hover: hover) and (pointer: fine) {
  .footer .footer__inner .footer__wrapper .footer__contact .footer__contact--wrapper .footer__contact--tel .footer__contact--tel--link:hover,
  .footer .footer__inner .footer__wrapper .footer__contact .footer__contact--wrapper .footer__contact--mail .footer__contact--tel--link:hover {
    background-color: #EA8988;
    border: 3px solid #fff;
    color: #fff;
  }
  .footer .footer__inner .footer__wrapper .footer__contact .footer__contact--wrapper .footer__contact--tel .footer__contact--tel--link:hover::before,
  .footer .footer__inner .footer__wrapper .footer__contact .footer__contact--wrapper .footer__contact--mail .footer__contact--tel--link:hover::before {
    background-image: url("../../img/tell-hover.webp");
  }
}
.footer .footer__inner .footer__wrapper .footer__contact .footer__contact--wrapper .footer__contact--tel .footer__contact--tel--link::before,
.footer .footer__inner .footer__wrapper .footer__contact .footer__contact--wrapper .footer__contact--mail .footer__contact--tel--link::before {
  content: "";
  position: absolute;
  left: 16px;
  top: 51%;
  transform: translateY(-50%);
  width: 20px;
  height: 31px;
  background-image: url("../../img/tell.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  transition: background-image 0.3s ease;
}
.footer .footer__inner .footer__wrapper .footer__contact .footer__contact--wrapper .footer__contact--tel .footer__contact--mail--link,
.footer .footer__inner .footer__wrapper .footer__contact .footer__contact--wrapper .footer__contact--mail .footer__contact--mail--link {
  position: relative;
  width: 264px;
  height: 90px;
  display: flex;
  justify-content: center;
  font-size: 20px;
  font-weight: 700;
  font-family: "Zen Maru Gothic", sans-serif;
  color: #fff;
  line-height: normal;
  letter-spacing: 0;
  background-color: #EA8988;
  border: 3px solid #fff;
  border-radius: 53.5px;
  box-shadow: 1px 1px 8px 0px rgba(0, 0, 0, 0.2509803922);
  padding: 28px 0 0 44px;
  transition: all 0.3s ease;
}
@media (hover: hover) and (pointer: fine) {
  .footer .footer__inner .footer__wrapper .footer__contact .footer__contact--wrapper .footer__contact--tel .footer__contact--mail--link:hover,
  .footer .footer__inner .footer__wrapper .footer__contact .footer__contact--wrapper .footer__contact--mail .footer__contact--mail--link:hover {
    background-color: #fff;
    border: 3px solid #EA8988;
    color: #EA8988;
  }
  .footer .footer__inner .footer__wrapper .footer__contact .footer__contact--wrapper .footer__contact--tel .footer__contact--mail--link:hover::before,
  .footer .footer__inner .footer__wrapper .footer__contact .footer__contact--wrapper .footer__contact--mail .footer__contact--mail--link:hover::before {
    background-image: url("../../img/mail-hover.webp");
  }
}
.footer .footer__inner .footer__wrapper .footer__contact .footer__contact--wrapper .footer__contact--tel .footer__contact--mail--link::before,
.footer .footer__inner .footer__wrapper .footer__contact .footer__contact--wrapper .footer__contact--mail .footer__contact--mail--link::before {
  content: "";
  position: absolute;
  left: 28px;
  top: 49%;
  transform: translateY(-50%);
  width: 32px;
  height: 24px;
  background-image: url("../../img/mail.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.footer .footer__inner .footer__nav--wrapper {
  width: calc(100% - 303px);
  max-width: 1500px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 108px;
  margin: 0 0 56px 0;
}
.footer .footer__inner .footer__nav--wrapper .footer__nav .footer__nav--list {
  display: flex;
  align-items: center;
}
.footer .footer__inner .footer__nav--wrapper .footer__nav .footer__nav--list .footer__nav--item:nth-child(1) .footer__nav--link {
  gap: 10px;
  letter-spacing: 0.1em;
}
.footer .footer__inner .footer__nav--wrapper .footer__nav .footer__nav--list .footer__nav--item:nth-child(2) .footer__nav--link {
  gap: 10px;
  margin: -6px 0 0 40px;
}
.footer .footer__inner .footer__nav--wrapper .footer__nav .footer__nav--list .footer__nav--item:nth-child(3) .footer__nav--link {
  gap: 11px;
}
.footer .footer__inner .footer__nav--wrapper .footer__nav .footer__nav--list .footer__nav--item:nth-child(4) .footer__nav--link {
  gap: 10px;
}
.footer .footer__inner .footer__nav--wrapper .footer__nav .footer__nav--list .footer__nav--item .footer__nav--link {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: 400;
  font-family: "Kiwi Maru", serif;
  color: #F5F5F5;
  line-height: normal;
  letter-spacing: 0;
  text-decoration: none;
  transition: all 0.3s ease;
  margin: -6px 0 0 41px;
}
.footer .footer__inner .footer__nav--wrapper .footer__nav .footer__nav--list .footer__nav--item .footer__nav--link img {
  width: 17px;
  height: 19px;
  transition: all 0.3s ease;
}
@media (hover: hover) and (pointer: fine) {
  .footer .footer__inner .footer__nav--wrapper .footer__nav .footer__nav--list .footer__nav--item .footer__nav--link:hover {
    opacity: 0.8;
  }
}
.footer .footer__inner .footer__nav--wrapper .footer__instagram .footer__instagram--link {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1px;
  transition: all 0.3s ease;
}
.footer .footer__inner .footer__nav--wrapper .footer__instagram .footer__instagram--link .footer__instagram--img {
  width: 45px;
  height: 45px;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.3s ease;
}
.footer .footer__inner .footer__nav--wrapper .footer__instagram .footer__instagram--link .footer__instagram--text {
  font-size: 14px;
  font-weight: 500;
  font-family: "Zen Maru Gothic", sans-serif;
  color: #fff;
  line-height: normal;
  letter-spacing: 0;
}
@media (hover: hover) and (pointer: fine) {
  .footer .footer__inner .footer__nav--wrapper .footer__instagram .footer__instagram--link:hover {
    opacity: 0.8;
  }
}
.footer .footer__inner .footer__copyright {
  width: 100%;
  font-size: 14px;
  font-weight: 500;
  font-family: "Zen Maru Gothic", sans-serif;
  color: #fff;
  line-height: normal;
  letter-spacing: 0;
  text-align: center;
  background-color: #476D48;
  padding: 38px 0;
}

@media screen and (max-width: 1400px) {
  .footer .footer__inner .footer__wrapper {
    width: calc(100% - 300px);
  }
  .footer .footer__inner .footer__nav--wrapper {
    width: calc(100% - 200px);
  }
}
@media screen and (max-width: 1330px) {
  .footer::before {
    top: 30px;
    left: 180px;
    width: 128px;
    height: 105px;
  }
}
@media screen and (max-width: 1300px) {
  .footer .footer__inner .footer__wrapper {
    width: calc(100% - 200px);
  }
  .footer .footer__inner .footer__nav--wrapper {
    width: calc(100% - 100px);
  }
}
@media screen and (max-width: 1200px) {
  .footer::before {
    top: 50px;
    left: 130px;
    width: 128px;
    height: 105px;
  }
  .footer .footer__inner .footer__wrapper {
    width: calc(100% - 150px);
  }
  .footer .footer__inner .footer__wrapper .footer__contents {
    gap: 0;
  }
  .footer .footer__inner .footer__wrapper .footer__contact .footer__contact--wrapper {
    gap: 20px;
  }
  .footer .footer__inner .footer__nav--wrapper {
    width: calc(100% - 100px);
  }
}
@media screen and (max-width: 1100px) {
  .footer {
    margin: -100px 0 0;
  }
  .footer::before {
    top: 130px;
    left: 105px;
    width: 128px;
    height: 105px;
  }
  .footer .footer__inner .footer__wrapper {
    display: flex;
    flex-direction: column;
    margin: 0 auto 50px;
  }
  .footer .footer__inner .footer__wrapper .footer__contents {
    gap: 12px;
  }
  .footer .footer__inner .footer__wrapper .footer__contact .footer__contact--text {
    margin: 0 0 29px;
  }
  .footer .footer__inner .footer__wrapper .footer__contact .footer__contact--wrapper {
    gap: 34px;
  }
  .footer .footer__inner .footer__nav--wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    gap: 50px;
  }
  .footer .footer__inner .footer__nav--wrapper .footer__nav .footer__nav--list .footer__nav--item:nth-child(1) .footer__nav--link {
    gap: 10px;
    letter-spacing: 0.1em;
    margin: 0;
  }
}
@media screen and (max-width: 1000px) {
  .footer .footer__inner .footer__wrapper {
    margin: 0 auto 40px;
  }
  .footer .footer__inner .footer__nav--wrapper .footer__nav {
    display: none;
  }
}
@media screen and (max-width: 900px) {
  .footer::before {
    top: 130px;
    left: 105px;
    width: 108px;
    height: 86px;
  }
}
@media screen and (max-width: 768px) {
  .footer {
    margin: -60px 0 0;
  }
}
@media screen and (max-width: 650px) {
  .footer::before {
    top: 130px;
    left: 72px;
    width: 88px;
    height: 72px;
  }
  .footer .footer__inner .footer__wrapper {
    display: flex;
    flex-direction: column;
    margin: 0 auto 50px;
    gap: 30px;
  }
  .footer .footer__inner .footer__wrapper .footer__contents {
    gap: 12px;
  }
  .footer .footer__inner .footer__wrapper .footer__contact .footer__contact--text {
    margin: 0 0 30px;
  }
  .footer .footer__inner .footer__wrapper .footer__contact .footer__contact--text .sp-only {
    display: block;
  }
  .footer .footer__inner .footer__wrapper .footer__contact .footer__contact--wrapper {
    display: flex;
    flex-direction: column;
    gap: 34px;
  }
  .footer .footer__inner .footer__wrapper .footer__contact .footer__contact--wrapper .footer__contact--tel .footer__contact--tel--link,
  .footer .footer__inner .footer__wrapper .footer__contact .footer__contact--wrapper .footer__contact--tel .footer__contact--mail--link,
  .footer .footer__inner .footer__wrapper .footer__contact .footer__contact--wrapper .footer__contact--mail .footer__contact--tel--link,
  .footer .footer__inner .footer__wrapper .footer__contact .footer__contact--wrapper .footer__contact--mail .footer__contact--mail--link {
    width: 310px;
    height: 90px;
  }
  .footer .footer__inner .footer__nav--wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    gap: 50px;
  }
  .footer .footer__inner .footer__nav--wrapper .footer__nav .footer__nav--list .footer__nav--item:nth-child(1) .footer__nav--link {
    gap: 10px;
    letter-spacing: 0.1em;
    margin: 0;
  }
}
@media screen and (max-width: 550px) {
  .footer .footer__inner .footer__wrapper {
    width: calc(100% - 100px);
  }
}
@media screen and (max-width: 500px) {
  .footer .footer__inner .footer__wrapper {
    width: calc(100% - 80px);
    max-width: 100%;
    margin: 0 auto 60px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 59px;
  }
  .footer .footer__inner .footer__wrapper .footer__contents {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0;
    margin: 27px 0 0 0;
  }
  .footer .footer__inner .footer__wrapper .footer__contact .footer__contact--text {
    margin: 0 0 40px;
  }
}
@media screen and (max-width: 390px) {
  .footer {
    position: relative;
    width: 100%;
    background-image: url("../../img/footer-bg-sp.webp");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    padding: calc(114 / 390 * 100vw) 0 0;
    margin: 0;
  }
  .footer::before {
    content: "";
    position: absolute;
    top: calc(13 / 390 * 100vw);
    left: calc(40 / 390 * 100vw);
    width: calc(71 / 390 * 100vw);
    height: calc(58 / 390 * 100vw);
    background-image: url(../../img/footer-deco.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 10;
  }
  .footer .footer__inner {
    width: 100%;
  }
  .footer .footer__inner .footer__wrapper {
    width: calc(100% - 80 / 390 * 100vw);
    max-width: 100%;
    margin: 0 auto calc(60 / 390 * 100vw);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: calc(59 / 390 * 100vw);
  }
  .footer .footer__inner .footer__wrapper .footer__contents {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0;
    margin: calc(27 / 390 * 100vw) 0 0 0;
  }
  .footer .footer__inner .footer__wrapper .footer__contents .footer__logo {
    width: calc(235 / 390 * 100vw);
    height: calc(235 / 390 * 100vw);
  }
  .footer .footer__inner .footer__wrapper .footer__contents .footer__info {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: calc(20 / 390 * 100vw);
    margin: calc(6 / 390 * 100vw) 0 0 -vw(2);
  }
  .footer .footer__inner .footer__wrapper .footer__contents .footer__info .footer__name {
    font-size: calc(12 / 390 * 100vw);
    font-weight: 500;
    font-family: "Zen Maru Gothic", sans-serif;
    color: #fff;
    line-height: normal;
    letter-spacing: 0;
    margin: 0 0 0 -vw(10);
  }
  .footer .footer__inner .footer__wrapper .footer__contents .footer__info .footer__address {
    font-size: calc(12 / 390 * 100vw);
    font-weight: 500;
    font-family: "Zen Maru Gothic", sans-serif;
    color: #fff;
    line-height: normal;
    letter-spacing: 0;
    margin: 0 calc(2 / 390 * 100vw) 0 0;
  }
  .footer .footer__inner .footer__wrapper .footer__contents .footer__info .footer__map {
    display: flex;
    justify-content: center;
    align-items: center;
    width: calc(151 / 390 * 100vw);
    height: calc(30 / 390 * 100vw);
    box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.2509803922);
    font-size: calc(14 / 390 * 100vw);
    font-weight: 500;
    font-family: "Zen Maru Gothic", sans-serif;
    color: #fff;
    line-height: normal;
    letter-spacing: 0;
    text-align: center;
    border: 1px solid #fff;
    border-radius: 17px;
    padding: 0 calc(1 / 390 * 100vw) 1px calc(2 / 390 * 100vw);
    transition: all 0.3s ease;
  }
}
@media screen and (max-width: 390px) and (hover: hover) and (pointer: fine) {
  .footer .footer__inner .footer__wrapper .footer__contents .footer__info .footer__map:hover {
    color: #EA8988;
    border: 1px solid #EA8988;
  }
}
@media screen and (max-width: 390px) {
  .footer .footer__inner .footer__wrapper .footer__contact {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .footer .footer__inner .footer__wrapper .footer__contact .footer__contact--text {
    font-size: calc(16 / 390 * 100vw);
    font-weight: 500;
    font-family: "Zen Maru Gothic", sans-serif;
    color: #fff;
    line-height: normal;
    letter-spacing: 0;
    margin: 0 0 calc(38 / 390 * 100vw);
  }
  .footer .footer__inner .footer__wrapper .footer__contact .footer__contact--text .sp-only {
    display: block;
  }
  .footer .footer__inner .footer__wrapper .footer__contact .footer__contact--wrapper {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: calc(29 / 390 * 100vw);
  }
  .footer .footer__inner .footer__wrapper .footer__contact .footer__contact--wrapper .footer__contact--tel,
  .footer .footer__inner .footer__wrapper .footer__contact .footer__contact--wrapper .footer__contact--mail {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }
  .footer .footer__inner .footer__wrapper .footer__contact .footer__contact--wrapper .footer__contact--tel .footer__contact--tel--text,
  .footer .footer__inner .footer__wrapper .footer__contact .footer__contact--wrapper .footer__contact--tel .footer__contact--mail--text,
  .footer .footer__inner .footer__wrapper .footer__contact .footer__contact--wrapper .footer__contact--mail .footer__contact--tel--text,
  .footer .footer__inner .footer__wrapper .footer__contact .footer__contact--wrapper .footer__contact--mail .footer__contact--mail--text {
    font-size: calc(16 / 390 * 100vw);
    font-weight: 500;
    font-family: "Zen Maru Gothic", sans-serif;
    color: #fff;
    line-height: normal;
    letter-spacing: 0;
  }
  .footer .footer__inner .footer__wrapper .footer__contact .footer__contact--wrapper .footer__contact--tel .footer__contact--mail--text,
  .footer .footer__inner .footer__wrapper .footer__contact .footer__contact--wrapper .footer__contact--mail .footer__contact--mail--text {
    margin: 0 0 0 calc(26 / 390 * 100vw);
  }
  .footer .footer__inner .footer__wrapper .footer__contact .footer__contact--wrapper .footer__contact--tel .footer__contact--tel--link,
  .footer .footer__inner .footer__wrapper .footer__contact .footer__contact--wrapper .footer__contact--mail .footer__contact--tel--link {
    position: relative;
    width: calc(310 / 390 * 100vw);
    height: calc(90 / 390 * 100vw);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: calc(24 / 390 * 100vw);
    font-weight: 500;
    font-family: "Zen Maru Gothic", sans-serif;
    color: #EA8988;
    line-height: normal;
    letter-spacing: 0;
    background-color: #fff;
    border: calc(3 / 390 * 100vw) solid #EA8988;
    border-radius: 53.5px;
    box-shadow: 1px 1px 8px 0px rgba(0, 0, 0, 0.2509803922);
    padding: 0 calc(20 / 390 * 100vw) 0 0;
    transition: all 0.3s ease;
  }
}
@media screen and (max-width: 390px) and (hover: hover) and (pointer: fine) {
  .footer .footer__inner .footer__wrapper .footer__contact .footer__contact--wrapper .footer__contact--tel .footer__contact--tel--link:hover,
  .footer .footer__inner .footer__wrapper .footer__contact .footer__contact--wrapper .footer__contact--mail .footer__contact--tel--link:hover {
    background-color: #EA8988;
    border: calc(3 / 390 * 100vw) solid #fff;
    color: #fff;
  }
  .footer .footer__inner .footer__wrapper .footer__contact .footer__contact--wrapper .footer__contact--tel .footer__contact--tel--link:hover::before,
  .footer .footer__inner .footer__wrapper .footer__contact .footer__contact--wrapper .footer__contact--mail .footer__contact--tel--link:hover::before {
    background-image: url("../../img/tell-hover.webp");
  }
}
@media screen and (max-width: 390px) {
  .footer .footer__inner .footer__wrapper .footer__contact .footer__contact--wrapper .footer__contact--tel .footer__contact--tel--link::before,
  .footer .footer__inner .footer__wrapper .footer__contact .footer__contact--wrapper .footer__contact--mail .footer__contact--tel--link::before {
    content: "";
    position: absolute;
    left: calc(43 / 390 * 100vw);
    top: 53%;
    transform: translateY(-50%);
    width: calc(20 / 390 * 100vw);
    height: calc(31 / 390 * 100vw);
    background-image: url("../../img/tell.webp");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    transition: background-image 0.3s ease;
  }
  .footer .footer__inner .footer__wrapper .footer__contact .footer__contact--wrapper .footer__contact--tel .footer__contact--mail--link,
  .footer .footer__inner .footer__wrapper .footer__contact .footer__contact--wrapper .footer__contact--mail .footer__contact--mail--link {
    position: relative;
    width: calc(310 / 390 * 100vw);
    height: calc(90 / 390 * 100vw);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: calc(20 / 390 * 100vw);
    font-weight: 700;
    font-family: "Zen Maru Gothic", sans-serif;
    color: #fff;
    line-height: normal;
    letter-spacing: 0;
    background-color: #EA8988;
    border: calc(3 / 390 * 100vw) solid #fff;
    border-radius: 53.5px;
    box-shadow: 1px 1px 8px 0px rgba(0, 0, 0, 0.2509803922);
    padding: 0 0 0 calc(46 / 390 * 100vw);
    transition: all 0.3s ease;
  }
}
@media screen and (max-width: 390px) and (hover: hover) and (pointer: fine) {
  .footer .footer__inner .footer__wrapper .footer__contact .footer__contact--wrapper .footer__contact--tel .footer__contact--mail--link:hover,
  .footer .footer__inner .footer__wrapper .footer__contact .footer__contact--wrapper .footer__contact--mail .footer__contact--mail--link:hover {
    background-color: #fff;
    border: calc(3 / 390 * 100vw) solid #EA8988;
    color: #EA8988;
  }
  .footer .footer__inner .footer__wrapper .footer__contact .footer__contact--wrapper .footer__contact--tel .footer__contact--mail--link:hover::before,
  .footer .footer__inner .footer__wrapper .footer__contact .footer__contact--wrapper .footer__contact--mail .footer__contact--mail--link:hover::before {
    background-image: url("../../img/mail-hover.webp");
  }
}
@media screen and (max-width: 390px) {
  .footer .footer__inner .footer__wrapper .footer__contact .footer__contact--wrapper .footer__contact--tel .footer__contact--mail--link::before,
  .footer .footer__inner .footer__wrapper .footer__contact .footer__contact--wrapper .footer__contact--mail .footer__contact--mail--link::before {
    content: "";
    position: absolute;
    left: calc(41 / 390 * 100vw);
    top: 50%;
    transform: translateY(-50%);
    width: calc(32 / 390 * 100vw);
    height: calc(24 / 390 * 100vw);
    background-image: url("../../img/mail.webp");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
  .footer .footer__inner .footer__nav--wrapper {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0;
  }
  .footer .footer__inner .footer__nav--wrapper .footer__nav {
    display: none;
  }
  .footer .footer__inner .footer__nav--wrapper .footer__instagram {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 0 calc(58 / 390 * 100vw) calc(17 / 390 * 100vw);
  }
  .footer .footer__inner .footer__nav--wrapper .footer__instagram .footer__instagram--link {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease;
  }
  .footer .footer__inner .footer__nav--wrapper .footer__instagram .footer__instagram--link .footer__instagram--img {
    width: calc(45 / 390 * 100vw);
    height: calc(45 / 390 * 100vw);
    -o-object-fit: cover;
       object-fit: cover;
    transition: all 0.3s ease;
  }
  .footer .footer__inner .footer__nav--wrapper .footer__instagram .footer__instagram--link .footer__instagram--text {
    font-size: calc(14 / 390 * 100vw);
    font-weight: 500;
    font-family: "Zen Maru Gothic", sans-serif;
    color: #fff;
    line-height: normal;
    letter-spacing: 0;
  }
  .footer .footer__inner .footer__copyright {
    width: 100%;
    font-size: calc(10 / 390 * 100vw);
    font-weight: 500;
    font-family: "Zen Maru Gothic", sans-serif;
    color: #fff;
    line-height: normal;
    letter-spacing: 0;
    text-align: center;
    background-color: #476D48;
    padding: calc(23 / 390 * 100vw) 0;
  }
}
.loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #FCFAF6;
  z-index: 9999;
}
.loading .loading__inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.loading .loading__inner .loading__image {
  width: 100px;
  height: auto;
}

@media (max-width: 1000px) {
  .loading .loading__inner .loading__image {
    width: 80px;
    height: auto;
  }
}
@media (max-width: 768px) {
  .loading .loading__inner .loading__image {
    width: 70px;
    height: auto;
  }
}
@media (max-width: 600px) {
  .loading .loading__inner .loading__image {
    width: 60px;
  }
}
@media (max-width: 500px) {
  .loading .loading__inner {
    gap: 10px;
  }
}
@media (max-width: 400px) {
  .loading .loading__inner .loading__image {
    width: 50px;
  }
}
.fadeUp {
  opacity: 0;
  transform: translateY(100px);
  transition: all 1s ease;
}
.fadeUp.active {
  opacity: 1;
  transform: translateY(0);
}

/* 拡大 */
.zoomIn {
  opacity: 0;
  transform: scale(0.6);
  transition: transform 0.5s ease, opacity 0.5s ease;
}

.zoomIn.active {
  opacity: 1;
  transform: scale(1);
}

@keyframes zoomInAnime {
  from {
    transform: scale(0.6);
  }
  to {
    transform: scale(1);
  }
}
.fv {
  position: relative;
  width: 100%;
  margin: 164px 0 0;
}
.fv::before {
  content: "";
  position: absolute;
  bottom: -22px;
  left: 50px;
  width: 377px;
  height: 305px;
  background-image: url(../img/fv-deco2.webp);
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0.9;
  z-index: 10;
}
.fv::after {
  content: "";
  position: absolute;
  top: 126px;
  right: -30px;
  width: 360px;
  height: 347px;
  background-image: url(../img/fv-deco3.webp);
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0.9;
  z-index: 10;
}
.fv .fv__inner {
  width: 100%;
}
.fv .fv__inner .swiper {
  position: relative;
  width: 100%;
  margin: 0 auto 0;
}
.fv .fv__inner .swiper .fv__character {
  content: "";
  position: absolute;
  top: 140px;
  left: 385px;
  width: 160px;
  height: 123px;
  background-image: url(../img/fv-deco.webp);
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 10;
}
.fv .fv__inner .swiper .fv__character.is-jumping {
  animation: jump 2s ease;
}
@keyframes jump {
  0% {
    transform: translateY(0);
  }
  25% {
    transform: translateY(-50px);
  }
  60% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(0);
  }
}
.fv .fv__inner .swiper .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 0 52px;
}
.fv .fv__inner .swiper .swiper-slide img {
  width: calc(100% - 350px);
  height: auto;
  display: block;
}
.fv .fv__inner .swiper .swiper-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
}
.fv .fv__inner .swiper .swiper-pagination .swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  background-color: #D2DDA7;
  opacity: 1;
}
.fv .fv__inner .swiper .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #75BE63;
}

@media screen and (max-width: 1650px) {
  .fv .fv__inner .swiper .fv__character {
    top: 130px;
    left: 365px;
    width: 150px;
    height: 114px;
  }
}
@media screen and (max-width: 1550px) {
  .fv .fv__inner .swiper .fv__character {
    top: 120px;
    left: 350px;
    width: 140px;
    height: 106px;
  }
}
@media screen and (max-width: 1440px) {
  .fv {
    position: relative;
    width: 100%;
    margin: 164px 0 0;
  }
  .fv::before {
    content: "";
    position: absolute;
    bottom: -22px;
    left: 50px;
    width: 377px;
    height: 305px;
    background-image: url(../img/fv-deco2.webp);
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 0.9;
    z-index: 10;
  }
  .fv::after {
    content: "";
    position: absolute;
    top: 126px;
    right: -30px;
    width: 360px;
    height: 347px;
    background-image: url(../img/fv-deco3.webp);
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 0.9;
    z-index: 10;
  }
  .fv .fv__inner {
    width: 100%;
  }
  .fv .fv__inner .swiper {
    position: relative;
    width: 100%;
    margin: 0 auto 0;
  }
  .fv .fv__inner .swiper .fv__character {
    content: "";
    position: absolute;
    top: 97px;
    left: 334px;
    width: 133px;
    height: 103px;
    background-image: url(../img/fv-deco.webp);
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 10;
  }
  .fv .fv__inner .swiper .fv__character.is-jumping {
    animation: jump 2s ease;
  }
  @keyframes jump {
    0% {
      transform: translateY(0);
    }
    25% {
      transform: translateY(-50px);
    }
    60% {
      transform: translateY(0);
    }
    100% {
      transform: translateY(0);
    }
  }
  .fv .fv__inner .swiper .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 0 52px;
  }
  .fv .fv__inner .swiper .swiper-slide img {
    width: calc(100% - 350px);
    height: auto;
    display: block;
  }
  .fv .fv__inner .swiper .swiper-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
  }
  .fv .fv__inner .swiper .swiper-pagination .swiper-pagination-bullet {
    width: 16px;
    height: 16px;
    background-color: #D2DDA7;
    opacity: 1;
  }
  .fv .fv__inner .swiper .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #75BE63;
  }
}
@media screen and (max-width: 1300px) {
  .fv .fv__inner .swiper .fv__character {
    content: "";
    position: absolute;
    top: 77px;
    left: 334px;
  }
}
@media screen and (max-width: 1200px) {
  .fv::before {
    content: "";
    position: absolute;
    bottom: -55px;
    left: 15px;
  }
  .fv::after {
    content: "";
    position: absolute;
    top: 88px;
    right: -55px;
  }
  .fv .fv__inner .swiper .fv__character {
    content: "";
    position: absolute;
    top: 70px;
    left: 310px;
    width: 120px;
    height: 93px;
  }
}
@media screen and (max-width: 1100px) {
  .fv::before {
    content: "";
    position: absolute;
    bottom: -45px;
    left: 15px;
    width: 320px;
    height: 260px;
  }
  .fv::after {
    content: "";
    position: absolute;
    top: 25px;
    right: -40px;
    width: 320px;
    height: 309px;
  }
  .fv .fv__inner .swiper .fv__character {
    left: 260px;
  }
  .fv .fv__inner .swiper .swiper-slide img {
    width: calc(100% - 250px);
  }
  .fv .fv__inner .swiper .swiper-pagination {
    gap: 10px;
  }
  .fv .fv__inner .swiper .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: #D2DDA7;
    opacity: 1;
  }
  .fv .fv__inner .swiper .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #75BE63;
  }
}
@media screen and (max-width: 1000px) {
  .fv::before {
    content: "";
    position: absolute;
    bottom: -15px;
    left: -30px;
  }
  .fv::after {
    content: "";
    position: absolute;
    top: 0;
    right: -50px;
    width: 320px;
    height: 309px;
  }
  .fv .fv__inner .swiper .fv__character {
    left: 200px;
  }
  .fv .fv__inner .swiper .swiper-slide img {
    width: calc(100% - 150px);
  }
}
@media screen and (max-width: 900px) {
  .fv .fv__inner .swiper .fv__character {
    left: 150px;
  }
}
@media screen and (max-width: 850px) {
  .fv::before {
    content: "";
    position: absolute;
    bottom: -15px;
    left: -30px;
    width: 300px;
    height: 211px;
  }
  .fv::after {
    content: "";
    position: absolute;
    top: -20px;
    right: -61px;
    width: 300px;
    height: 289px;
  }
  .fv .fv__inner .swiper .fv__character {
    top: 60px;
    left: 150px;
    width: 110px;
    height: 85px;
  }
}
@media screen and (max-width: 785px) {
  .fv .fv__inner .swiper .fv__character {
    top: 65px;
    left: 100px;
  }
  .fv .fv__inner .swiper .swiper-slide img {
    width: calc(100% - 40px);
  }
}
@media screen and (max-width: 700px) {
  .fv {
    position: relative;
    width: 100%;
    margin: 151px 0 0;
  }
  .fv::before {
    content: "";
    position: absolute;
    bottom: -23px;
    left: -48px;
    width: 240px;
    height: 169px;
    background-image: url(../img/fv-deco2.webp);
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 0.9;
    z-index: 10;
  }
  .fv::after {
    content: "";
    position: absolute;
    top: -20px;
    right: -27px;
    width: 250px;
    height: 232px;
    background-image: url(../img/fv-deco3.webp);
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 0.9;
    z-index: 10;
  }
  .fv .fv__inner .swiper {
    position: relative;
    overflow: visible;
    width: calc(100vw + 94px);
    margin-left: -47px;
    overflow: visible;
  }
  .fv .fv__inner .swiper .fv__character {
    content: "";
    position: absolute;
    top: 75px;
    left: 12%;
    width: 110px;
    height: 85px;
    background-image: url(../img/fv-deco.webp);
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 10;
  }
  .fv .fv__inner .swiper .swiper-wrapper {
    overflow: visible;
  }
  .fv .fv__inner .swiper .swiper-wrapper .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 0 35px;
  }
  .fv .fv__inner .swiper .swiper-wrapper .swiper-slide img {
    width: 100%;
    max-width: none;
    display: block;
  }
  .fv .fv__inner .swiper .swiper-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
  }
  .fv .fv__inner .swiper .swiper-pagination .swiper-pagination-bullet {
    width: 7px;
    height: 7px;
    background-color: #D2DDA7;
    opacity: 1;
  }
  .fv .fv__inner .swiper .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #75BE63;
  }
}
@media screen and (max-width: 650px) {
  .fv::after {
    top: -15px;
    right: -62px;
    width: 213px;
    height: 200px;
  }
  .fv::before {
    bottom: -35px;
    left: -70px;
    width: 200px;
    height: 170px;
  }
  .fv .fv__inner .swiper .fv__character {
    top: 60px;
    left: 12%;
  }
}
@media screen and (max-width: 530px) {
  .fv .fv__inner .swiper .fv__character {
    top: 50px;
    left: 12%;
  }
}
@media screen and (max-width: 500px) {
  .fv::after {
    top: -33px;
    right: -62px;
    width: 200px;
    height: 188px;
  }
  .fv .fv__inner .swiper .fv__character {
    top: 45px;
    left: 15%;
    width: 90px;
    height: 70px;
  }
}
@media screen and (max-width: 400px) {
  .fv::before {
    content: "";
    position: absolute;
    bottom: -23px;
    left: -48px;
    width: 150.2px;
    height: 129.1px;
    background-image: url(../img/fv-deco2.webp);
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 0.9;
    z-index: 10;
  }
  .fv::after {
    content: "";
    position: absolute;
    top: -43px;
    right: -27px;
    width: 163.4px;
    height: 154px;
    background-image: url(../img/fv-deco3.webp);
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 0.9;
    z-index: 10;
  }
  .fv .fv__inner .swiper .fv__character {
    top: 40px;
  }
}
@media screen and (max-width: 390px) {
  .fv {
    position: relative;
    width: 100%;
    margin: calc(151 / 390 * 100vw) 0 0;
  }
  .fv::before {
    content: "";
    position: absolute;
    bottom: calc(-23 / 390 * 100vw);
    left: calc(-48 / 390 * 100vw);
    width: calc(150.2 / 390 * 100vw);
    height: calc(129.1 / 390 * 100vw);
    background-image: url(../img/fv-deco2.webp);
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 0.9;
    z-index: 10;
  }
  .fv::after {
    content: "";
    position: absolute;
    top: calc(-43 / 390 * 100vw);
    right: calc(-27 / 390 * 100vw);
    width: calc(163.4 / 390 * 100vw);
    height: calc(154 / 390 * 100vw);
    background-image: url(../img/fv-deco3.webp);
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 0.9;
    z-index: 10;
  }
  .fv .fv__inner .swiper {
    position: relative;
    overflow: visible;
    width: calc(100vw + 94 / 390 * 100vw);
    margin-left: calc(-47 / 390 * 100vw);
    overflow: visible;
  }
  .fv .fv__inner .swiper .fv__character {
    content: "";
    position: absolute;
    top: calc(32 / 390 * 100vw);
    left: 14%;
    width: calc(74.1 / 390 * 100vw);
    height: calc(57.1 / 390 * 100vw);
    background-image: url(../img/fv-deco.webp);
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 10;
  }
  .fv .fv__inner .swiper .swiper-wrapper {
    overflow: visible;
  }
  .fv .fv__inner .swiper .swiper-wrapper .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 0 calc(35 / 390 * 100vw);
  }
  .fv .fv__inner .swiper .swiper-wrapper .swiper-slide img {
    width: 100%;
    max-width: none;
    display: block;
  }
  .fv .fv__inner .swiper .swiper-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: calc(2 / 390 * 100vw);
  }
  .fv .fv__inner .swiper .swiper-pagination .swiper-pagination-bullet {
    width: calc(7 / 390 * 100vw);
    height: calc(7 / 390 * 100vw);
    background-color: #D2DDA7;
    opacity: 1;
  }
  .fv .fv__inner .swiper .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #75BE63;
  }
}
.about {
  position: relative;
  width: 100%;
  z-index: 0;
}
.about::before {
  content: "";
  position: absolute;
  top: 62%;
  left: 195px;
  transform: translateY(-50%);
  width: 115px;
  height: 124px;
  background-image: url(../../../img/top-about-deco3.webp);
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 10;
  animation: small-jump 2s infinite ease-in-out;
}
@keyframes small-jump {
  0%, 100% {
    transform: translateY(-50%);
  }
  50% {
    transform: translateY(-60%);
  }
}
.about .about__inner {
  position: relative;
  width: 100%;
  max-width: 1500px;
  text-align: center;
  margin: 200px auto 0;
}
.about .about__inner .about__title {
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url(../../../img/title-deco.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 471px;
  height: 97px;
  font-size: 36px;
  font-weight: 500;
  font-family: "Kiwi Maru", serif;
  color: #FFFFFF;
  line-height: 1;
  letter-spacing: 0;
  padding: 0 0 0 35px;
  margin: 0 auto 49px;
}
.about .about__inner .about__text {
  position: relative;
  font-size: 24px;
  font-weight: 500;
  font-family: "Zen Maru Gothic", sans-serif;
  color: #3B4043;
  line-height: normal;
  letter-spacing: 0;
  text-align: center;
  margin: 0 auto 58px;
  padding: 0 0 61px 12px;
  z-index: 2;
}
.about .about__inner .about__text .sp-only {
  display: none;
}
.about .about__inner .about__text::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 501px;
  height: 13px;
  background-image: url(../../../img/line-deco.webp);
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0.9;
  z-index: 10;
}
.about .about__inner .about__link {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url(../../../img/btn-deco.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 476px;
  height: 170px;
  font-size: 24px;
  font-weight: 500;
  font-family: "Zen Maru Gothic", sans-serif;
  color: #FFFFFF;
  line-height: 1;
  letter-spacing: 0;
  text-align: center;
  margin: 0 auto;
  padding: 0 37px 7px 0;
  transition: opacity 0.3s ease-in-out;
  z-index: 2;
}
@media (hover: hover) and (pointer: fine) {
  .about .about__inner .about__link:hover {
    opacity: 0.7;
  }
}
.about .about__inner .about__link::before {
  content: "";
  position: absolute;
  right: 57px;
  top: 48%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  background-color: #fff;
  border-radius: 50%;
  z-index: 1;
}
.about .about__inner .about__link::after {
  content: "";
  position: absolute;
  right: 71px;
  top: 48%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 10px solid #89BF48;
  border-radius: 1px;
  z-index: 2;
}
.about .about__inner .about__image {
  position: absolute;
  bottom: 17px;
  right: -68px;
}
.about .about__inner .about__image img {
  width: 482px;
  height: auto;
  z-index: 10;
}
.about .about__inner .about__image::before {
  content: "";
  position: absolute;
  top: -130px;
  left: 2px;
  width: 188.3px;
  height: 185.8px;
  background-image: url(../../../img/top-about-deco.webp);
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 10;
  animation: small-jump 2s infinite ease-in-out;
}
.about .about__inner .about__image::after {
  content: "";
  position: absolute;
  top: -33px;
  left: 47%;
  transform: translateY(-50%);
  width: 119.3px;
  height: 107.9px;
  background-image: url(../../../img/top-about-deco2.webp);
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 10;
  animation: tilt 1.5s infinite ease-in-out;
}
@keyframes tilt {
  0%, 100% {
    transform: translateY(-50%) rotate(0deg);
  }
  25% {
    transform: translateY(-50%) rotate(3deg);
  }
  50% {
    transform: translateY(-50%) rotate(0deg);
  }
  75% {
    transform: translateY(-50%) rotate(-3deg);
  }
}

@media screen and (max-width: 1530px) {
  .about .about__inner {
    margin: 150px auto 0;
  }
}
@media screen and (max-width: 1440px) {
  .about {
    position: relative;
    width: 100%;
    z-index: 0;
  }
  .about::before {
    content: "";
    position: absolute;
    top: 62%;
    left: 195px;
    transform: translateY(-50%);
    width: 115px;
    height: 124px;
    background-image: url(../../../img/top-about-deco3.webp);
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 10;
    animation: small-jump 2s infinite ease-in-out;
  }
  @keyframes small-jump {
    0%, 100% {
      transform: translateY(-50%);
    }
    50% {
      transform: translateY(-60%);
    }
  }
  .about .about__inner {
    position: relative;
    width: 100%;
    max-width: 1500px;
    text-align: center;
    margin: 95px auto 0;
  }
  .about .about__inner .about__title {
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url(../../../img/title-deco.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 471px;
    height: 97px;
    font-size: 36px;
    font-weight: 500;
    font-family: "Kiwi Maru", serif;
    color: #FFFFFF;
    line-height: 1;
    letter-spacing: 0;
    padding: 0 0 0 35px;
    margin: 0 auto 49px;
  }
  .about .about__inner .about__text {
    position: relative;
    font-size: 24px;
    font-weight: 500;
    font-family: "Zen Maru Gothic", sans-serif;
    color: #3B4043;
    line-height: normal;
    letter-spacing: 0;
    text-align: center;
    margin: 0 auto 58px;
    padding: 0 0 61px 12px;
    z-index: 2;
  }
  .about .about__inner .about__text .sp-only {
    display: none;
  }
  .about .about__inner .about__text::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 501px;
    height: 13px;
    background-image: url(../../../img/line-deco.webp);
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 0.9;
    z-index: 10;
  }
  .about .about__inner .about__link {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url(../../../img/btn-deco.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 476px;
    height: 170px;
    font-size: 24px;
    font-weight: 500;
    font-family: "Zen Maru Gothic", sans-serif;
    color: #FFFFFF;
    line-height: 1;
    letter-spacing: 0;
    text-align: center;
    margin: 0 auto;
    padding: 0 37px 7px 0;
    transition: opacity 0.3s ease-in-out;
    z-index: 2;
  }
}
@media screen and (max-width: 1440px) and (hover: hover) and (pointer: fine) {
  .about .about__inner .about__link:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 1440px) {
  .about .about__inner .about__link::before {
    content: "";
    position: absolute;
    right: 57px;
    top: 48%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    background-color: #fff;
    border-radius: 50%;
    z-index: 1;
  }
  .about .about__inner .about__link::after {
    content: "";
    position: absolute;
    right: 71px;
    top: 48%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 10px solid #89BF48;
    border-radius: 1px;
    z-index: 2;
  }
  .about .about__inner .about__image {
    position: absolute;
    bottom: 17px;
    right: -68px;
  }
  .about .about__inner .about__image img {
    width: 482px;
    height: auto;
    z-index: 10;
  }
  .about .about__inner .about__image::before {
    content: "";
    position: absolute;
    top: -130px;
    left: 2px;
    width: 188.3px;
    height: 185.8px;
    background-image: url(../../../img/top-about-deco.webp);
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 10;
    animation: small-jump 2s infinite ease-in-out;
  }
  .about .about__inner .about__image::after {
    content: "";
    position: absolute;
    top: -33px;
    left: 47%;
    transform: translateY(-50%);
    width: 119.3px;
    height: 107.9px;
    background-image: url(../../../img/top-about-deco2.webp);
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 10;
    animation: tilt 1.5s infinite ease-in-out;
  }
  @keyframes tilt {
    0%, 100% {
      transform: translateY(-50%) rotate(0deg);
    }
    25% {
      transform: translateY(-50%) rotate(3deg);
    }
    50% {
      transform: translateY(-50%) rotate(0deg);
    }
    75% {
      transform: translateY(-50%) rotate(-3deg);
    }
  }
}
@media screen and (max-width: 1330px) {
  .about::before {
    content: "";
    position: absolute;
    top: 76%;
    left: 150px;
    transform: translateY(-50%);
    width: 97px;
    height: 104px;
    background-image: url(../../../img/top-about-deco3.webp);
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 10;
  }
  .about .about__inner {
    width: 100%;
    max-width: 100%;
    margin: 130px auto 0;
  }
  .about .about__inner .about__image {
    position: absolute;
    bottom: 17px;
    right: -68px;
  }
  .about .about__inner .about__image img {
    width: 440px;
    height: auto;
    z-index: 10;
  }
  .about .about__inner .about__image::before {
    content: "";
    position: absolute;
    top: -110px;
    left: 42px;
    width: 160px;
    height: 157.7px;
    background-image: url(../../../img/top-about-deco.webp);
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 10;
  }
  .about .about__inner .about__image::after {
    content: "";
    position: absolute;
    top: -33px;
    left: 47%;
    transform: translateY(-50%);
    width: 100px;
    height: 90.5px;
    background-image: url(../../../img/top-about-deco2.webp);
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 10;
  }
}
@media screen and (max-width: 1200px) {
  .about .about__inner .about__image {
    position: absolute;
    bottom: 17px;
    right: -68px;
  }
  .about .about__inner .about__image img {
    width: 400px;
    height: auto;
    z-index: 10;
  }
  .about .about__inner .about__image::before {
    content: "";
    position: absolute;
    top: -110px;
    left: 85px;
    width: 120px;
    height: 117.9px;
    background-image: url(../../../img/top-about-deco.webp);
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 10;
  }
  .about .about__inner .about__image::after {
    content: "";
    position: absolute;
    top: -10px;
    left: 58%;
    transform: translateY(-50%);
    width: 80px;
    height: 72.4px;
    background-image: url(../../../img/top-about-deco2.webp);
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 10;
  }
}
@media screen and (max-width: 1100px) {
  .about::before {
    left: 78px;
  }
  .about .about__inner {
    margin: 130px auto 0;
  }
  .about .about__inner .about__image {
    position: absolute;
    bottom: 17px;
    right: -68px;
  }
  .about .about__inner .about__image::before {
    content: "";
    position: absolute;
    top: -245px;
    left: 85px;
    width: 91px;
    height: 91px;
  }
  .about .about__inner .about__image::after {
    top: -70px;
    left: 40%;
    transform: translateY(-50%);
    width: 70px;
    height: 62.4px;
  }
  .about .about__inner .about__image img {
    width: 320px;
    height: auto;
    z-index: 10;
  }
}
@media screen and (max-width: 900px) {
  .about::before {
    width: 80px;
    height: 86px;
    top: 68%;
    left: 55px;
  }
  .about .about__inner .about__link {
    width: 456px;
    height: 172px;
  }
  .about .about__inner .about__image {
    position: absolute;
    bottom: 40px;
    right: -85px;
  }
  .about .about__inner .about__image img {
    width: 300px;
    height: auto;
    z-index: 10;
  }
  .about .about__inner .about__image::before {
    width: 100px;
    height: 98.9px;
  }
  .about .about__inner .about__image::after {
    top: -70px;
    left: 41%;
    transform: translateY(-50%);
  }
  .about .about__inner .about__text::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 400px;
    height: 13px;
    background-image: url(../../../img/line-deco.webp);
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 0.9;
    z-index: 10;
  }
}
@media screen and (max-width: 768px) {
  .about {
    position: relative;
    width: 100%;
  }
  .about::before {
    width: 71px;
    height: 76px;
    top: 68%;
    left: 20px;
  }
  .about .about__inner {
    width: calc(100% - 80px);
    max-width: 100%;
    margin: 130px auto 0;
  }
  .about .about__inner .about__title {
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url(../../../img/title-deco.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    font-size: 28px;
    font-weight: 500;
    font-family: "Kiwi Maru", serif;
    color: #FFFFFF;
    line-height: 1;
    letter-spacing: 0;
    padding: 0 0 1px 9px;
    margin: 0 auto 40px;
  }
  .about .about__inner .about__text {
    position: relative;
    font-size: 18px;
    font-weight: 500;
    font-family: "Zen Maru Gothic", sans-serif;
    color: #3B4043;
    line-height: normal;
    letter-spacing: 0;
    text-align: center;
    margin: 0 auto 45px;
    padding: 0 0 40px 8px;
    z-index: 2;
  }
  .about .about__inner .about__text .sp-only {
    display: block;
  }
  .about .about__inner .about__image {
    position: absolute;
    bottom: -215px;
    right: -81px;
  }
  .about .about__inner .about__image img {
    width: 280px;
    height: auto;
  }
  .about .about__inner .about__image::before {
    top: -350px;
    left: 135px;
    width: 61px;
    height: 60px;
  }
  .about .about__inner .about__image::after {
    top: -45px;
    left: 52%;
    transform: translateY(-50%);
  }
}
@media screen and (max-width: 650px) {
  .about::before {
    width: 61px;
    height: 66px;
    top: 66%;
    left: 20px;
  }
  .about .about__inner .about__image img {
    width: 260px;
    height: auto;
  }
}
@media screen and (max-width: 550px) {
  .about {
    position: relative;
    width: 100%;
  }
  .about::before {
    display: none;
  }
  .about .about__inner {
    width: calc(100% - 80px);
    max-width: 100%;
    margin: 130px auto 0;
  }
  .about .about__inner .about__title {
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url(../../../img/title-deco.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 400px;
    height: 82px;
    font-size: 28px;
    font-weight: 500;
    font-family: "Kiwi Maru", serif;
    color: #FFFFFF;
    line-height: 1;
    letter-spacing: 0;
    padding: 0 0 1px 9px;
    margin: 0 auto 30px;
  }
  .about .about__inner .about__text {
    position: relative;
    font-size: 18px;
    font-weight: 500;
    font-family: "Zen Maru Gothic", sans-serif;
    color: #3B4043;
    line-height: normal;
    letter-spacing: 0;
    text-align: center;
    margin: 0 auto 45px;
    padding: 0 0 50px;
    z-index: 2;
  }
  .about .about__inner .about__text .sp-only {
    display: block;
  }
  .about .about__inner .about__link {
    width: 410px;
    height: 154px;
  }
  .about .about__inner .about__link::before {
    right: 35px;
  }
  .about .about__inner .about__link::after {
    right: 49px;
  }
  .about .about__inner .about__image {
    position: absolute;
    bottom: -280px;
    right: -65px;
  }
  .about .about__inner .about__image::before {
    top: -40px;
    left: 72px;
    width: 51px;
    height: 50px;
  }
  .about .about__inner .about__image::after {
    top: -40px;
    left: 54%;
  }
}
@media screen and (max-width: 500px) {
  .about {
    position: relative;
    width: 100%;
    margin: 32px 0 0;
  }
  .about .about__inner {
    width: calc(100% - 80px);
    max-width: 100%;
  }
  .about .about__inner .about__title {
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url(../../../img/title-deco.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 308px;
    height: 63px;
    font-size: 24px;
    font-weight: 500;
    font-family: "Kiwi Maru", serif;
    color: #FFFFFF;
    line-height: 1;
    letter-spacing: 0;
    padding: 0 0 1px 9px;
    margin: 0 auto 40px;
  }
  .about .about__inner .about__text {
    position: relative;
    font-size: 16px;
    font-weight: 500;
    font-family: "Zen Maru Gothic", sans-serif;
    color: #3B4043;
    line-height: normal;
    letter-spacing: 0;
    text-align: center;
    margin: 0 auto 45px;
    padding: 0 0 40px 8px;
    z-index: 2;
  }
  .about .about__inner .about__text .sp-only {
    display: block;
  }
  .about .about__inner .about__text::before {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 49%;
    transform: translateX(-50%);
    width: 240px;
    height: 6.16px;
    background-image: url(../../../img/line-deco.webp);
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 0.9;
    z-index: 10;
  }
  .about .about__inner .about__link {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url(../../../img/btn-deco.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 310px;
    height: 110px;
    font-size: 18px;
    font-weight: 500;
    font-family: "Zen Maru Gothic", sans-serif;
    color: #FFFFFF;
    line-height: 1;
    letter-spacing: 0;
    text-align: center;
    margin: 0 auto;
    padding: 0 25px 4px 0;
    transition: opacity 0.3s ease-in-out;
  }
}
@media screen and (max-width: 500px) and (hover: hover) and (pointer: fine) {
  .about .about__inner .about__link:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 500px) {
  .about .about__inner .about__link::before {
    right: 27px;
    top: 49%;
    transform: translateY(-50%);
    width: 26px;
    height: 26px;
    background-color: #fff;
    border-radius: 50%;
    z-index: 1;
  }
  .about .about__inner .about__link::after {
    content: "";
    position: absolute;
    right: 35px;
    top: 49%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 7px solid #89BF48;
    border-radius: 1px;
    z-index: 2;
  }
}
@media screen and (max-width: 390px) {
  .about {
    position: relative;
    width: 100%;
    margin: calc(32 / 390 * 100vw) 0 0;
  }
  .about::before {
    display: none;
  }
  .about .about__inner {
    width: calc(100% - 80 / 390 * 100vw);
    max-width: 100%;
    margin: 0 auto;
  }
  .about .about__inner .about__title {
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url(../../../img/title-deco.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: calc(308 / 390 * 100vw);
    height: calc(63 / 390 * 100vw);
    font-size: calc(22 / 390 * 100vw);
    font-weight: 500;
    font-family: "Kiwi Maru", serif;
    color: #FFFFFF;
    line-height: 1;
    letter-spacing: 0;
    padding: 0 0 calc(1 / 390 * 100vw) calc(9 / 390 * 100vw);
    margin: 0 auto calc(40 / 390 * 100vw);
  }
  .about .about__inner .about__text {
    position: relative;
    font-size: calc(14 / 390 * 100vw);
    font-weight: 500;
    font-family: "Zen Maru Gothic", sans-serif;
    color: #3B4043;
    line-height: normal;
    letter-spacing: 0;
    text-align: center;
    margin: 0 auto calc(45 / 390 * 100vw);
    padding: 0 0 calc(40 / 390 * 100vw) calc(8 / 390 * 100vw);
    z-index: 2;
  }
  .about .about__inner .about__text .sp-only {
    display: block;
  }
  .about .about__inner .about__text::before {
    content: "";
    position: absolute;
    bottom: calc(-5 / 390 * 100vw);
    left: 49%;
    transform: translateX(-50%);
    width: calc(240 / 390 * 100vw);
    height: calc(6.16 / 390 * 100vw);
    background-image: url(../../../img/line-deco.webp);
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 0.9;
    z-index: 10;
  }
  .about .about__inner .about__link {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url(../../../img/btn-deco.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: calc(110 / 390 * 100vw);
    font-size: calc(16 / 390 * 100vw);
    font-weight: 500;
    font-family: "Zen Maru Gothic", sans-serif;
    color: #FFFFFF;
    line-height: 1;
    letter-spacing: 0;
    text-align: center;
    margin: 0 auto;
    padding: 0 calc(20 / 390 * 100vw) calc(4 / 390 * 100vw) 0;
    transition: opacity 0.3s ease-in-out;
  }
}
@media screen and (max-width: 390px) and (hover: hover) and (pointer: fine) {
  .about .about__inner .about__link:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 390px) {
  .about .about__inner .about__link::before {
    content: "";
    position: absolute;
    right: calc(36 / 390 * 100vw);
    top: 49%;
    transform: translateY(-50%);
    width: calc(26 / 390 * 100vw);
    height: calc(26 / 390 * 100vw);
    background-color: #fff;
    border-radius: 50%;
    z-index: 1;
  }
  .about .about__inner .about__link::after {
    content: "";
    position: absolute;
    right: calc(44 / 390 * 100vw);
    top: 49%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-top: calc(5 / 390 * 100vw) solid transparent;
    border-bottom: calc(5 / 390 * 100vw) solid transparent;
    border-left: calc(7 / 390 * 100vw) solid #89BF48;
    border-radius: 1px;
    z-index: 2;
  }
  .about .about__inner .about__image {
    position: absolute;
    bottom: calc(-335 / 390 * 100vw);
    right: calc(-81 / 390 * 100vw);
  }
  .about .about__inner .about__image img {
    width: calc(325.1 / 390 * 100vw);
    height: auto;
    z-index: 10;
  }
  .about .about__inner .about__image::before {
    content: "";
    position: absolute;
    top: calc(-39 / 390 * 100vw);
    left: calc(-20 / 390 * 100vw);
    width: calc(106.3 / 390 * 100vw);
    height: calc(104.9 / 390 * 100vw);
    background-image: url(../../../img/top-about-deco.webp);
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 10;
  }
  .about .about__inner .about__image::after {
    content: "";
    position: absolute;
    top: calc(-5 / 390 * 100vw);
    left: 51%;
    transform: translateY(-50%);
    width: calc(65.9 / 390 * 100vw);
    height: calc(59.6 / 390 * 100vw);
    background-image: url(../../../img/top-about-deco2.webp);
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 10;
  }
}
.news {
  position: relative;
  width: 100%;
}
.news::before {
  content: "";
  position: absolute;
  bottom: -203px;
  right: 284px;
  width: 180px;
  height: 137px;
  background-image: url(../../../img/top-news-deco5.webp);
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 1;
  animation: stretchX 2s infinite ease-in-out;
}
@keyframes stretchX {
  0%, 100% {
    transform: scaleX(1);
  }
  50% {
    transform: scaleX(1.1);
  }
}
.news .news__inner {
  position: relative;
  width: 100%;
  max-width: 1500px;
  margin: 300px auto 0;
}
.news .news__inner .news__image {
  position: absolute;
  top: -282px;
  left: -45px;
}
.news .news__inner .news__image img {
  width: 438.33px;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 10;
}
.news .news__inner .news__image::before {
  content: "";
  position: absolute;
  bottom: 90px;
  right: -80px;
  width: 163.78px;
  height: 149.85px;
  background-image: url(../../../img/top-news-deco3.webp);
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 10;
}
.news .news__inner .news__image::after {
  content: "";
  position: absolute;
  bottom: -137px;
  left: -33px;
  width: 215px;
  height: 212px;
  background-image: url(../../../img/top-news-deco4.webp);
  background-size: cover;
  opacity: 0.7;
}
.news .news__inner::before {
  content: "";
  position: absolute;
  top: -225px;
  right: -86px;
  width: 342.2px;
  height: 364px;
  background-image: url(../../../img/top-news-deco.webp);
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0.7;
  z-index: 1;
}
.news .news__inner .news__title {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url(../../../img/title-deco-white.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 340px;
  height: 70px;
  font-size: 32px;
  font-weight: 500;
  font-family: "Zen Maru Gothic", sans-serif;
  color: #476D48;
  line-height: normal;
  letter-spacing: 0;
  margin: 0 auto 65px;
  z-index: 2;
}
.news .news__inner .news__text {
  font-size: 24px;
  font-weight: 500;
  font-family: "Zen Maru Gothic", sans-serif;
  color: #3B4043;
  line-height: normal;
  letter-spacing: 0;
  text-align: center;
  margin: 0 auto 43px;
}
.news .news__inner .news__text span {
  margin: 0 0 0 7px;
}
.news .news__inner .news__link--wrapper {
  margin: 0 0 0 17px;
}
.news .news__inner .news__link--wrapper .news__link {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-image: url(../../../img/btn-deco2.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 470px;
  height: 184px;
  font-size: 24px;
  font-weight: 500;
  font-family: "Zen Maru Gothic", sans-serif;
  color: #FFFFFF;
  line-height: normal;
  letter-spacing: 0;
  text-align: center;
  margin: 0 auto;
  padding: 5px 35px 0 3px;
  transition: opacity 0.3s ease-in-out;
  z-index: 2;
}
.news .news__inner .news__link--wrapper .news__link span {
  margin: 0 0 0 -6px;
}
@media (hover: hover) and (pointer: fine) {
  .news .news__inner .news__link--wrapper .news__link:hover {
    opacity: 0.7;
  }
}
.news .news__inner .news__link--wrapper .news__link::before {
  content: "";
  position: absolute;
  right: 64px;
  top: 53%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  background-color: #fff;
  border-radius: 50%;
  z-index: 1;
}
.news .news__inner .news__link--wrapper .news__link::after {
  content: "";
  position: absolute;
  right: 77px;
  top: 53%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 10px solid #89BF48;
  border-radius: 1px;
  z-index: 2;
}

@media screen and (max-width: 1650px) {
  .news .news__inner {
    position: relative;
    width: 100%;
    max-width: 1500px;
    margin: 200px auto 0;
  }
}
@media screen and (max-width: 1440px) {
  .news {
    position: relative;
    width: 100%;
  }
  .news::before {
    content: "";
    position: absolute;
    bottom: -203px;
    right: 284px;
    width: 180px;
    height: 137px;
    background-image: url(../../../img/top-news-deco5.webp);
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 1;
    animation: stretchX 2s infinite ease-in-out;
  }
  @keyframes stretchX {
    0%, 100% {
      transform: scaleX(1);
    }
    50% {
      transform: scaleX(1.1);
    }
  }
  .news .news__inner {
    position: relative;
    width: 100%;
    max-width: 1500px;
    margin: 158px auto;
  }
  .news .news__inner .news__image {
    position: absolute;
    top: -282px;
    left: -45px;
  }
  .news .news__inner .news__image img {
    width: 438.33px;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
    z-index: 10;
  }
  .news .news__inner .news__image::before {
    content: "";
    position: absolute;
    bottom: 90px;
    right: -80px;
    width: 163.78px;
    height: 149.85px;
    background-image: url(../../../img/top-news-deco3.webp);
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 10;
  }
  .news .news__inner .news__image::after {
    content: "";
    position: absolute;
    bottom: -137px;
    left: -33px;
    width: 215px;
    height: 212px;
    background-image: url(../../../img/top-news-deco4.webp);
    background-size: cover;
    opacity: 0.7;
  }
  .news .news__inner::before {
    content: "";
    position: absolute;
    top: -225px;
    right: -86px;
    width: 342.2px;
    height: 364px;
    background-image: url(../../../img/top-news-deco.webp);
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 0.7;
    z-index: 1;
  }
  .news .news__inner .news__title {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url(../../../img/title-deco-white.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 340px;
    height: 70px;
    font-size: 32px;
    font-weight: 500;
    font-family: "Zen Maru Gothic", sans-serif;
    color: #476D48;
    line-height: normal;
    letter-spacing: 0;
    margin: 0 auto 65px;
    z-index: 2;
  }
  .news .news__inner .news__text {
    font-size: 24px;
    font-weight: 500;
    font-family: "Zen Maru Gothic", sans-serif;
    color: #3B4043;
    line-height: normal;
    letter-spacing: 0;
    text-align: center;
    margin: 0 auto 43px;
  }
  .news .news__inner .news__text span {
    margin: 0 0 0 7px;
  }
  .news .news__inner .news__link--wrapper {
    margin: 0 0 0 17px;
  }
  .news .news__inner .news__link--wrapper .news__link {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-image: url(../../../img/btn-deco2.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 470px;
    height: 184px;
    font-size: 24px;
    font-weight: 500;
    font-family: "Zen Maru Gothic", sans-serif;
    color: #FFFFFF;
    line-height: normal;
    letter-spacing: 0;
    text-align: center;
    margin: 0 auto;
    padding: 5px 35px 0 3px;
    transition: opacity 0.3s ease-in-out;
    z-index: 2;
  }
  .news .news__inner .news__link--wrapper .news__link span {
    margin: 0 0 0 -6px;
  }
}
@media screen and (max-width: 1440px) and (hover: hover) and (pointer: fine) {
  .news .news__inner .news__link--wrapper .news__link:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 1440px) {
  .news .news__inner .news__link--wrapper .news__link::before {
    content: "";
    position: absolute;
    right: 64px;
    top: 53%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    background-color: #fff;
    border-radius: 50%;
    z-index: 1;
  }
  .news .news__inner .news__link--wrapper .news__link::after {
    content: "";
    position: absolute;
    right: 77px;
    top: 53%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 10px solid #89BF48;
    border-radius: 1px;
    z-index: 2;
  }
}
@media screen and (max-width: 1330px) {
  .news {
    position: relative;
    width: 100%;
    max-width: 100%;
  }
  .news::before {
    content: "";
    position: absolute;
    bottom: -150px;
    right: 200px;
    width: 160px;
    height: 119px;
  }
  .news .news__inner {
    margin: 200px auto 150px;
  }
  .news .news__inner .news__image {
    position: absolute;
    top: -282px;
    left: -45px;
  }
  .news .news__inner .news__image img {
    width: 400px;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
    z-index: 10;
  }
  .news .news__inner .news__image::before {
    content: "";
    position: absolute;
    bottom: 90px;
    right: -80px;
    width: 163.78px;
    height: 149.85px;
    background-image: url(../../../img/top-news-deco3.webp);
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 10;
  }
  .news .news__inner .news__image::after {
    content: "";
    position: absolute;
    bottom: -137px;
    left: -33px;
    width: 215px;
    height: 212px;
    background-image: url(../../../img/top-news-deco4.webp);
    background-size: cover;
    opacity: 0.7;
  }
}
@media screen and (max-width: 1200px) {
  .news .news__inner::before {
    content: "";
    position: absolute;
    top: -225px;
    right: -86px;
    width: 280px;
    height: 306px;
    background-image: url(../../../img/top-news-deco.webp);
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 0.7;
  }
  .news .news__inner .news__image {
    position: absolute;
    top: -200px;
    left: -45px;
  }
  .news .news__inner .news__image img {
    width: 400px;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
    z-index: 10;
  }
  .news .news__inner .news__image::before {
    content: "";
    position: absolute;
    top: 45px;
    bottom: auto;
    right: -80px;
    width: 140px;
    height: 128.1px;
    background-image: url(../../../img/top-news-deco3.webp);
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 10;
  }
  .news .news__inner .news__image::after {
    content: "";
    position: absolute;
    bottom: -120px;
    left: -20px;
    width: 180px;
    height: 178px;
    background-image: url(../../../img/top-news-deco4.webp);
    background-size: cover;
    opacity: 0.7;
  }
}
@media screen and (max-width: 1100px) {
  .news::before {
    bottom: -135px;
    right: 150px;
    width: 160px;
    height: 119px;
  }
  .news .news__inner {
    margin: 180px auto 0;
  }
  .news .news__inner::before {
    top: -140px;
    right: -86px;
    width: 220px;
    height: 242px;
  }
  .news .news__inner .news__image {
    position: absolute;
    top: -190px;
    left: -25px;
  }
  .news .news__inner .news__image img {
    width: 300px;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
    z-index: 10;
  }
  .news .news__inner .news__image::before {
    width: 100px;
    height: 93px;
  }
  .news .news__inner .news__image::after {
    bottom: -95px;
    left: 0;
    width: 130px;
    height: 128px;
  }
}
@media screen and (max-width: 1000px) {
  .news::before {
    bottom: -130px;
    right: 110px;
    width: 160px;
    height: 119px;
  }
}
@media screen and (max-width: 900px) {
  .news .news__inner .news__link--wrapper .news__link {
    width: 455px;
    height: 182px;
  }
  .news .news__inner .news__image {
    left: -40px;
  }
}
@media screen and (max-width: 768px) {
  .news {
    width: 100%;
  }
  .news::before {
    bottom: -130px;
    right: 48px;
    width: 120px;
    height: 91px;
  }
  .news .news__inner {
    width: 100%;
    max-width: 100%;
  }
  .news .news__inner .news__image {
    position: absolute;
    top: 380px;
    left: -25px;
  }
  .news .news__inner .news__image img {
    width: 275px;
  }
  .news .news__inner .news__image::before {
    top: 55px;
    bottom: auto;
    right: -25px;
    width: 61px;
    height: 55px;
  }
  .news .news__inner .news__image::after {
    bottom: 0;
    left: 13px;
    width: 75px;
    height: 73px;
  }
  .news .news__inner::before {
    top: 80px;
    right: -67px;
    width: 155px;
    height: 172px;
  }
  .news .news__inner .news__title {
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url(../../../img/title-deco-white.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    font-size: 28px;
    font-weight: 500;
    font-family: "Zen Maru Gothic", sans-serif;
    color: #476D48;
    line-height: 1;
    letter-spacing: 0;
    padding: 0 0 0 6px;
    margin: 0 auto 40px;
  }
  .news .news__inner .news__text {
    font-size: 18px;
    font-weight: 500;
    font-family: "Zen Maru Gothic", sans-serif;
    color: #3B4043;
    line-height: normal;
    letter-spacing: 0;
    text-align: center;
    margin: 0 auto 40px;
  }
  .news .news__inner .news__text span {
    margin: 0 0 0 4px;
  }
}
@media screen and (max-width: 650px) {
  .news::before {
    bottom: -130px;
    right: 20px;
    width: 110px;
    height: 82px;
  }
}
@media screen and (max-width: 550px) {
  .news {
    width: 100%;
  }
  .news::before {
    content: "";
    position: absolute;
    width: 61px;
    height: 66px;
    top: -8%;
    left: 20px;
    background-image: url(../../../img/top-about-deco3.webp);
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 10;
    animation: small-jump 2s infinite ease-in-out;
  }
  @keyframes small-jump {
    0%, 100% {
      transform: translateY(-50%);
    }
    50% {
      transform: translateY(-60%);
    }
  }
  .news .news__inner {
    width: 100%;
    max-width: 100%;
    margin: 300px auto 0;
  }
  .news .news__inner .news__image {
    position: absolute;
    top: auto;
    bottom: -330px;
    left: -37px;
  }
  .news .news__inner .news__image img {
    width: 356px;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
    z-index: 10;
  }
  .news .news__inner .news__image::before {
    content: "";
    position: absolute;
    top: 18px;
    bottom: auto;
    right: -30px;
    width: 92px;
    height: 84px;
    background-image: url(../../../img/top-news-deco3.webp);
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 10;
  }
  .news .news__inner .news__image::after {
    content: "";
    position: absolute;
    bottom: -61px;
    left: -6px;
    width: 155px;
    height: 153px;
    background-image: url(../../../img/top-news-deco4.webp);
    background-size: cover;
    opacity: 0.7;
  }
  .news .news__inner .news__link--wrapper {
    margin: 0;
  }
}
@media screen and (max-width: 500px) {
  .news {
    width: 100%;
  }
  .news::before {
    top: -20%;
  }
  .news .news__inner {
    width: 100%;
    max-width: 100%;
  }
  .news .news__inner::before {
    top: 115px;
    right: -70px;
    width: 135px;
    height: 152px;
  }
  .news .news__inner .news__image {
    position: absolute;
    top: auto;
    bottom: -250px;
    left: -37px;
  }
  .news .news__inner .news__image img {
    width: 270px;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
    z-index: 10;
  }
  .news .news__inner .news__image::before {
    content: "";
    position: absolute;
    top: 18px;
    bottom: auto;
    right: -30px;
    width: 92px;
    height: 84px;
    background-image: url(../../../img/top-news-deco3.webp);
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 10;
  }
  .news .news__inner .news__image::after {
    bottom: -30px;
    left: 10px;
    width: 85px;
    height: 83px;
  }
  .news .news__inner .news__link--wrapper {
    margin: 0;
  }
  .news .news__inner .news__link--wrapper .news__link {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-image: url(../../../img/btn-deco2.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 320px;
    height: 130px;
    font-size: 18px;
    font-weight: 500;
    font-family: "Zen Maru Gothic", sans-serif;
    color: #FFFFFF;
    line-height: normal;
    letter-spacing: 0;
    text-align: center;
    margin: 0 auto;
  }
  .news .news__inner .news__link--wrapper .news__link::before {
    right: 33px;
    top: 53%;
    transform: translateY(-50%);
    width: 26px;
    height: 26px;
    background-color: #fff;
    border-radius: 50%;
    z-index: 1;
  }
  .news .news__inner .news__link--wrapper .news__link::after {
    content: "";
    position: absolute;
    right: 41px;
    top: 53%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 7px solid #89BF48;
    border-radius: 1px;
    z-index: 2;
  }
}
@media screen and (max-width: 390px) {
  .news {
    position: relative;
    width: 100%;
  }
  .news::before {
    content: "";
    position: absolute;
    top: auto;
    bottom: calc(-109 / 390 * 100vw);
    left: calc(40 / 390 * 100vw);
    width: calc(64 / 390 * 100vw);
    height: calc(69 / 390 * 100vw);
    background-image: url(../../../img/top-about-deco3.webp);
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 10;
  }
  .news .news__inner {
    width: 100%;
    max-width: 100%;
    margin: calc(427 / 390 * 100vw) auto 0;
  }
  .news .news__inner .news__image {
    position: absolute;
    top: auto;
    bottom: calc(-387 / 390 * 100vw);
    left: calc(-37 / 390 * 100vw);
  }
  .news .news__inner .news__image img {
    width: calc(356 / 390 * 100vw);
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
    z-index: 10;
  }
  .news .news__inner .news__image::before {
    content: "";
    position: absolute;
    top: calc(18 / 390 * 100vw);
    bottom: auto;
    right: calc(-30 / 390 * 100vw);
    width: calc(92 / 390 * 100vw);
    height: calc(84 / 390 * 100vw);
    background-image: url(../../../img/top-news-deco3.webp);
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 10;
  }
  .news .news__inner .news__image::after {
    content: "";
    position: absolute;
    bottom: calc(-61 / 390 * 100vw);
    left: calc(-6 / 390 * 100vw);
    width: calc(155 / 390 * 100vw);
    height: calc(153 / 390 * 100vw);
    background-image: url(../../../img/top-news-deco4.webp);
    background-size: cover;
    opacity: 0.7;
  }
  .news .news__inner::before {
    content: "";
    position: absolute;
    top: calc(-139 / 390 * 100vw);
    right: calc(-31 / 390 * 100vw);
    width: calc(158.74 / 390 * 100vw);
    height: calc(170.35 / 390 * 100vw);
    background-image: url(../../../img/top-news-deco.webp);
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 0.7;
    z-index: 10;
  }
  .news .news__inner .news__title {
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url(../../../img/title-deco-white.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: calc(310 / 390 * 100vw);
    height: calc(64 / 390 * 100vw);
    font-size: calc(22 / 390 * 100vw);
    font-weight: 500;
    font-family: "Zen Maru Gothic", sans-serif;
    color: #476D48;
    line-height: 1;
    letter-spacing: 0;
    padding: 0 0 0 calc(6 / 390 * 100vw);
    margin: 0 auto calc(40 / 390 * 100vw);
  }
  .news .news__inner .news__text {
    font-size: calc(14 / 390 * 100vw);
    font-weight: 500;
    font-family: "Zen Maru Gothic", sans-serif;
    color: #3B4043;
    line-height: normal;
    letter-spacing: 0;
    text-align: center;
    margin: 0 auto calc(40 / 390 * 100vw);
  }
  .news .news__inner .news__text span {
    margin: 0 0 0 calc(4 / 390 * 100vw);
  }
  .news .news__inner .news__link--wrapper {
    margin: 0;
  }
  .news .news__inner .news__link--wrapper .news__link {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url(../../../img/btn-deco2.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: calc(310 / 390 * 100vw);
    height: calc(116.8 / 390 * 100vw);
    font-size: calc(16 / 390 * 100vw);
    font-weight: 500;
    font-family: "Zen Maru Gothic", sans-serif;
    color: #FFFFFF;
    line-height: normal;
    letter-spacing: 0;
    text-align: center;
    margin: 0 auto;
    padding: calc(2 / 390 * 100vw) calc(17 / 390 * 100vw) 0 0;
    transition: opacity 0.3s ease-in-out;
  }
}
@media screen and (max-width: 390px) and (hover: hover) and (pointer: fine) {
  .news .news__inner .news__link--wrapper .news__link:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 390px) {
  .news .news__inner .news__link--wrapper .news__link::before {
    content: "";
    position: absolute;
    right: calc(36 / 390 * 100vw);
    top: 53%;
    transform: translateY(-50%);
    width: calc(26 / 390 * 100vw);
    height: calc(26 / 390 * 100vw);
    background-color: #fff;
    border-radius: 50%;
    z-index: 1;
  }
  .news .news__inner .news__link--wrapper .news__link::after {
    content: "";
    position: absolute;
    right: calc(44 / 390 * 100vw);
    top: 53%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-top: calc(5 / 390 * 100vw) solid transparent;
    border-bottom: calc(5 / 390 * 100vw) solid transparent;
    border-left: calc(7 / 390 * 100vw) solid #89BF48;
    border-radius: 1px;
    z-index: 2;
  }
}
.links {
  width: 100%;
}
.links .links__inner {
  width: calc(100% - 560px);
  max-width: 1000px;
  margin: 300px auto 150px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
}
.links .links__inner .links__link {
  position: relative;
  height: 336px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
.links .links__inner .links__link span {
  position: relative;
  font-size: 32px;
  font-weight: 700;
  font-family: "Zen Maru Gothic", sans-serif;
  color: #476D48;
  line-height: normal;
  letter-spacing: 0;
  margin: 40px 0 0;
  padding: 0 50px 0 0;
  transition: opacity 0.3s ease-in-out;
}
.links .links__inner .links__link span::before {
  content: "";
  position: absolute;
  right: -3px;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  background-color: #476D48;
  border-radius: 50%;
  z-index: 1;
}
.links .links__inner .links__link span::after {
  content: "";
  position: absolute;
  right: 10px;
  top: 52%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 10px solid #FFFFFF;
  border-radius: 1px;
  z-index: 2;
}
.links .links__inner .links__link--about {
  position: relative;
}
.links .links__inner .links__link--about img {
  position: relative;
  width: 100%;
  max-width: 257.7px;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  transition: opacity 0.3s ease-in-out;
  z-index: 10;
}
.links .links__inner .links__link--about::before {
  content: "";
  position: absolute;
  top: -50px;
  left: -127px;
  width: 188.3px;
  height: 185.8px;
  background-image: url(../../../img/top-links-deco.webp);
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 1;
  animation: small-jump 2s infinite ease-in-out;
}
.links .links__inner .links__link--life img {
  width: 100%;
  max-width: 253.9px;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  transition: opacity 0.3s ease-in-out;
  margin: -6px 0 0;
}
.links .links__inner .links__link--life span {
  padding: 0 35px 0 0;
}
.links .links__inner .links__link--life span::before {
  content: "";
  position: absolute;
  right: -12px;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  background-color: #476D48;
  border-radius: 50%;
  z-index: 1;
}
.links .links__inner .links__link--life span::after {
  content: "";
  position: absolute;
  right: 2px;
  top: 52%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 10px solid #FFFFFF;
  border-radius: 1px;
  z-index: 2;
}
.links .links__inner .links__link--overview {
  position: relative;
}
.links .links__inner .links__link--overview img {
  position: relative;
  width: 100%;
  max-width: 251.6px;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  transition: opacity 0.3s ease-in-out;
  z-index: 10;
}
.links .links__inner .links__link--overview span {
  margin: 0 0 1px;
}
.links .links__inner .links__link--overview span::before {
  content: "";
  position: absolute;
  right: -3px;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  background-color: #476D48;
  border-radius: 50%;
  z-index: 1;
}
.links .links__inner .links__link--overview span::after {
  content: "";
  position: absolute;
  right: 10px;
  top: 52%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 10px solid #FFFFFF;
  z-index: 2;
}
.links .links__inner .links__link--overview::before {
  content: "";
  position: absolute;
  bottom: 37px;
  right: -263px;
  width: 299.54px;
  height: 233px;
  background-image: url(../../../img/top-links-deco2.webp);
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0.7;
  z-index: 1;
  animation: tilt 1.5s infinite ease-in-out;
}
@media (hover: hover) and (pointer: fine) {
  .links .links__inner .links__link:hover img {
    opacity: 0.7;
  }
  .links .links__inner .links__link:hover span {
    opacity: 0.7;
  }
}

@media screen and (max-width: 1440px) {
  .links {
    width: 100%;
  }
  .links .links__inner {
    width: calc(100% - 560px);
    max-width: 1000px;
    margin: 346px auto 269px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
  }
  .links .links__inner .links__link {
    position: relative;
    height: 336px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
  }
  .links .links__inner .links__link span {
    position: relative;
    font-size: 32px;
    font-weight: 700;
    font-family: "Zen Maru Gothic", sans-serif;
    color: #476D48;
    line-height: normal;
    letter-spacing: 0;
    margin: 40px 0 0;
    padding: 0 50px 0 0;
    transition: opacity 0.3s ease-in-out;
  }
  .links .links__inner .links__link span::before {
    content: "";
    position: absolute;
    right: -3px;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    background-color: #476D48;
    border-radius: 50%;
    z-index: 1;
  }
  .links .links__inner .links__link span::after {
    content: "";
    position: absolute;
    right: 10px;
    top: 52%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 10px solid #FFFFFF;
    border-radius: 1px;
    z-index: 2;
  }
  .links .links__inner .links__link--about {
    position: relative;
  }
  .links .links__inner .links__link--about img {
    position: relative;
    width: 100%;
    max-width: 257.7px;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
    transition: opacity 0.3s ease-in-out;
    z-index: 10;
  }
  .links .links__inner .links__link--about::before {
    content: "";
    position: absolute;
    top: -50px;
    left: -127px;
    width: 188.3px;
    height: 185.8px;
    background-image: url(../../../img/top-links-deco.webp);
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 1;
    animation: small-jump 2s infinite ease-in-out;
  }
  .links .links__inner .links__link--life img {
    width: 100%;
    max-width: 253.9px;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
    transition: opacity 0.3s ease-in-out;
    margin: -6px 0 0;
  }
  .links .links__inner .links__link--life span {
    padding: 0 35px 0 0;
  }
  .links .links__inner .links__link--life span::before {
    content: "";
    position: absolute;
    right: -12px;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    background-color: #476D48;
    border-radius: 50%;
    z-index: 1;
  }
  .links .links__inner .links__link--life span::after {
    content: "";
    position: absolute;
    right: 2px;
    top: 52%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 10px solid #FFFFFF;
    border-radius: 1px;
    z-index: 2;
  }
  .links .links__inner .links__link--overview {
    position: relative;
  }
  .links .links__inner .links__link--overview img {
    position: relative;
    width: 100%;
    max-width: 251.6px;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
    transition: opacity 0.3s ease-in-out;
    z-index: 10;
  }
  .links .links__inner .links__link--overview span {
    margin: 0 0 1px;
  }
  .links .links__inner .links__link--overview span::before {
    content: "";
    position: absolute;
    right: -3px;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    background-color: #476D48;
    border-radius: 50%;
    z-index: 1;
  }
  .links .links__inner .links__link--overview span::after {
    content: "";
    position: absolute;
    right: 10px;
    top: 52%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 10px solid #FFFFFF;
    z-index: 2;
  }
  .links .links__inner .links__link--overview::before {
    content: "";
    position: absolute;
    bottom: 37px;
    right: -263px;
    width: 299.54px;
    height: 233px;
    background-image: url(../../../img/top-links-deco2.webp);
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 0.7;
    z-index: 1;
    animation: tilt 1.5s infinite ease-in-out;
  }
}
@media screen and (max-width: 1440px) and (hover: hover) and (pointer: fine) {
  .links .links__inner .links__link:hover img {
    opacity: 0.7;
  }
  .links .links__inner .links__link:hover span {
    opacity: 0.7;
  }
}
@media screen and (max-width: 1400px) {
  .links .links__inner {
    width: calc(100% - 400px);
  }
}
@media screen and (max-width: 1330px) {
  .links .links__inner {
    margin: 300px auto 210px;
  }
  .links .links__inner .links__link--about::before {
    content: "";
    position: absolute;
    top: -50px;
    left: -100px;
    width: 158px;
    height: 155px;
  }
  .links .links__inner .links__link--overview::before {
    content: "";
    position: absolute;
    bottom: 37px;
    right: -230px;
    width: 230px;
    height: 179px;
  }
}
@media screen and (max-width: 1200px) {
  .links .links__inner {
    width: calc(100% - 300px);
  }
}
@media screen and (max-width: 1100px) {
  .links .links__inner {
    width: calc(100% - 200px);
    margin: 160px auto 90px;
  }
  .links .links__inner .links__link span {
    margin: 0;
  }
  .links .links__inner .links__link--about::before {
    top: -50px;
    left: -100px;
    width: 128px;
    height: 126px;
  }
  .links .links__inner .links__link--overview::before {
    bottom: 0;
    right: -200px;
    width: 210px;
    height: 163px;
  }
}
@media screen and (max-width: 1000px) {
  .links .links__inner {
    gap: 20px;
  }
  .links .links__inner .links__link {
    height: 275px;
  }
  .links .links__inner .links__link--about img {
    width: 100%;
    max-width: 220px;
  }
  .links .links__inner .links__link--about::before {
    top: -65px;
    left: -85px;
    width: 108px;
    height: 106px;
  }
  .links .links__inner .links__link--life img {
    width: 100%;
    max-width: 220px;
  }
  .links .links__inner .links__link--overview img {
    width: 100%;
    max-width: 210px;
  }
  .links .links__inner .links__link--overview::before {
    content: "";
    position: absolute;
    bottom: 0;
    right: -190px;
    width: 186px;
    height: 145px;
  }
}
@media screen and (max-width: 900px) {
  .links .links__inner {
    width: calc(100% - 100px);
  }
}
@media screen and (max-width: 768px) {
  .links {
    width: 100%;
  }
  .links .links__inner {
    width: calc(100% - 40px);
    max-width: 100%;
    margin: 240px auto 50px;
    display: flex;
    align-items: center;
    gap: 20px;
  }
  .links .links__inner .links__link {
    height: 250px;
  }
  .links .links__inner .links__link span {
    font-size: 24px;
  }
  .links .links__inner .links__link--about img {
    width: 100%;
    max-width: 195px;
  }
  .links .links__inner .links__link--about span::before {
    width: 35px;
    height: 35px;
  }
  .links .links__inner .links__link--about span::after {
    content: "";
    position: absolute;
    right: 9px;
    top: 51%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 9px solid #FFFFFF;
    border-radius: 1px;
    z-index: 2;
  }
  .links .links__inner .links__link--about::before {
    top: auto;
    bottom: -100px;
    left: -60px;
    width: 108px;
    height: 106px;
  }
  .links .links__inner .links__link--life img {
    width: 100%;
    max-width: 195px;
  }
  .links .links__inner .links__link--life span::before {
    width: 35px;
    height: 35px;
  }
  .links .links__inner .links__link--life span::after {
    content: "";
    position: absolute;
    right: 0px;
    top: 51%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 9px solid #FFFFFF;
    border-radius: 1px;
    z-index: 2;
  }
  .links .links__inner .links__link--overview img {
    width: 100%;
    max-width: 190px;
    margin: -6px 0 0;
  }
  .links .links__inner .links__link--overview::before {
    bottom: 180px;
    right: -100px;
    width: 156px;
    height: 122px;
  }
  .links .links__inner .links__link--overview span::before {
    width: 35px;
    height: 35px;
  }
  .links .links__inner .links__link--overview span::after {
    content: "";
    position: absolute;
    right: 9px;
    top: 51%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 9px solid #FFFFFF;
    border-radius: 1px;
    z-index: 2;
  }
}
@media screen and (max-width: 600px) {
  .links .links__inner {
    margin: 280px auto 0;
    gap: 15px;
  }
  .links .links__inner .links__link {
    height: 200px;
  }
  .links .links__inner .links__link span {
    font-size: 22px;
  }
  .links .links__inner .links__link--about img {
    width: 100%;
    max-width: 175px;
  }
  .links .links__inner .links__link--life img {
    width: 100%;
    max-width: 175px;
  }
  .links .links__inner .links__link--overview img {
    width: 100%;
    max-width: 170px;
    margin: -6px 0 0;
  }
}
@media screen and (max-width: 550px) {
  .links {
    position: relative;
    width: 100%;
  }
  .links::before {
    content: "";
    position: absolute;
    top: -100px;
    right: 20px;
    width: 110px;
    height: 82px;
    background-image: url(../../../img/top-news-deco5.webp);
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 1;
    animation: stretchX 2s infinite ease-in-out;
  }
  @keyframes stretchX {
    0%, 100% {
      transform: scaleX(1);
    }
    50% {
      transform: scaleX(1.1);
    }
  }
  .links .links__inner {
    width: calc(100% - 80px);
    max-width: 100%;
    margin: 380px auto 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 45px;
  }
  .links .links__inner .links__link {
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 30px;
  }
  .links .links__inner .links__link span {
    position: relative;
    font-size: 28px;
    font-weight: 700;
    font-family: "Zen Maru Gothic", sans-serif;
    color: #476D48;
    line-height: normal;
    letter-spacing: 0;
    margin: 0;
    padding: 0 38px 0 0;
    transition: opacity 0.3s ease-in-out;
  }
  .links .links__inner .links__link span::before {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 32px;
    height: 32px;
    background-color: #476D48;
    border-radius: 50%;
    z-index: 1;
  }
  .links .links__inner .links__link span::after {
    content: "";
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 10px solid #FFFFFF;
    border-radius: 1px;
    z-index: 2;
  }
  .links .links__inner .links__link--about::before {
    bottom: -90px;
    left: -115px;
    width: 98px;
    height: 96px;
  }
  .links .links__inner .links__link--overview::before {
    bottom: 100px;
    right: -200px;
    width: 126px;
    height: 98px;
  }
}
@media screen and (max-width: 500px) {
  .links .links__inner {
    margin: 250px auto 0;
  }
  .links .links__inner .links__link--about::before {
    bottom: -131px;
    left: -126px;
    width: 78px;
    height: 76px;
  }
  .links .links__inner .links__link--overview::before {
    bottom: 220px;
    right: -180px;
    width: 96px;
    height: 74px;
  }
}
@media screen and (max-width: 390px) {
  .links {
    position: relative;
    width: 100%;
  }
  .links::before {
    content: "";
    position: absolute;
    top: calc(-115 / 390 * 100vw);
    right: calc(36 / 390 * 100vw);
    width: calc(99 / 390 * 100vw);
    height: calc(77 / 390 * 100vw);
    background-image: url(../../../img/top-news-deco5.webp);
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 10;
  }
  .links .links__inner {
    width: calc(100% - 80 / 390 * 100vw);
    max-width: 100%;
    margin: calc(593 / 390 * 100vw) auto calc(152 / 390 * 100vw);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: calc(68 / 390 * 100vw);
  }
  .links .links__inner .links__link {
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: calc(30 / 390 * 100vw);
  }
  .links .links__inner .links__link span {
    position: relative;
    font-size: calc(16 / 390 * 100vw);
    font-weight: 700;
    font-family: "Zen Maru Gothic", sans-serif;
    color: #476D48;
    line-height: normal;
    letter-spacing: 0;
    margin: 0;
    padding: 0 calc(38 / 390 * 100vw) 0 0;
    transition: opacity 0.3s ease-in-out;
  }
  .links .links__inner .links__link span::before {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: calc(26 / 390 * 100vw);
    height: calc(26 / 390 * 100vw);
    background-color: #476D48;
    border-radius: 50%;
    z-index: 1;
  }
  .links .links__inner .links__link span::after {
    content: "";
    position: absolute;
    right: calc(8 / 390 * 100vw);
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-top: calc(5.5 / 390 * 100vw) solid transparent;
    border-bottom: calc(5.5 / 390 * 100vw) solid transparent;
    border-left: calc(8 / 390 * 100vw) solid #FFFFFF;
    border-radius: 1px;
    z-index: 2;
  }
  .links .links__inner .links__link--about img {
    width: 100%;
    max-width: calc(187.4 / 390 * 100vw);
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
    transition: opacity 0.3s ease-in-out;
  }
  .links .links__inner .links__link--about::before {
    content: "";
    position: absolute;
    top: calc(-38 / 390 * 100vw);
    left: calc(-66 / 390 * 100vw);
    width: calc(106.3 / 390 * 100vw);
    height: calc(104.9 / 390 * 100vw);
    background-image: url(../../../img/top-links-deco.webp);
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 10;
  }
  .links .links__inner .links__link--life img {
    width: 100%;
    max-width: calc(184.6 / 390 * 100vw);
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
    transition: opacity 0.3s ease-in-out;
  }
  .links .links__inner .links__link--life span {
    padding: 0 calc(35 / 390 * 100vw) 0 0;
  }
  .links .links__inner .links__link--overview img {
    width: 100%;
    max-width: calc(182.9 / 390 * 100vw);
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
    transition: opacity 0.3s ease-in-out;
  }
  .links .links__inner .links__link--overview span {
    margin: 0 calc(1 / 390 * 100vw);
  }
  .links .links__inner .links__link--overview::before {
    content: "";
    position: absolute;
    bottom: calc(40 / 390 * 100vw);
    right: calc(-116 / 390 * 100vw);
    width: calc(149 / 390 * 100vw);
    height: calc(115.9 / 390 * 100vw);
    background-image: url(../../../img/top-links-deco2.webp);
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 0.7;
    z-index: 10;
  }
}
@media screen and (max-width: 390px) and (hover: hover) and (pointer: fine) {
  .links .links__inner .links__link:hover img {
    opacity: 0.7;
  }
  .links .links__inner .links__link:hover span {
    opacity: 0.7;
  }
}
.page-about {
  position: relative;
  width: 100%;
  margin: 150px 0 59px;
}
.page-about .page-about__title {
  position: relative;
  font-size: 40px;
  font-weight: 400;
  font-family: "Kiwi Maru", serif;
  color: #476D48;
  line-height: 1.7;
  letter-spacing: 0;
  text-align: center;
  margin: 0 auto;
  padding: 78px 0 0;
  z-index: 2;
}
.page-about .animated__clipView {
  clip-path: inset(0 100% 0 0);
  transition: clip-path 1s ease;
}
.page-about .animated__clipView.js-show {
  clip-path: inset(0 0 0 0);
}
.page-about .page-about__image--left {
  position: absolute;
  top: 0;
  left: -100px;
  width: 738px;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
}
.page-about .page-about__image--right--wrapper {
  position: absolute;
  top: 147px;
  right: -90px;
  z-index: 1;
}
.page-about .page-about__image--right--wrapper::after {
  content: "";
  position: absolute;
  background-image: url("../img/about-deco.webp");
  background-repeat: no-repeat;
  background-size: contain;
  width: 155px;
  height: 153px;
  bottom: -107px;
  right: 113px;
  z-index: 2;
  animation: float 3s ease-in-out infinite;
}
@keyframes float {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}
.page-about .page-about__image--right--wrapper .page-about__image--right {
  width: 722px;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.page-about .page-about__contents {
  width: calc(100% - 402px);
  margin: 445px auto 0;
  max-width: 1500px;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.page-about .page-about__contents .page-about__contents--wrapper {
  position: relative;
}
.page-about .page-about__contents .page-about__contents--wrapper .page-about__text {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  font-size: 20px;
  font-weight: 500;
  font-family: "Zen Maru Gothic", sans-serif;
  color: #3B3E3B;
  line-height: 2;
  letter-spacing: 0;
  background-color: #E6EAD8;
  border-radius: 24px;
  opacity: 0.8;
}
.page-about .page-about__contents .page-about__contents--wrapper .page-about__text .sp-only {
  display: none;
}
.page-about .page-about__contents .page-about__contents--wrapper .page-about__text .pc-only {
  display: block;
}
.page-about .page-about__contents .page-about__contents--wrapper .page-about__text .green {
  font-size: 24px;
  font-weight: 700;
  font-family: "Zen Maru Gothic", sans-serif;
  color: #5CAC6A;
  line-height: 1.4;
  letter-spacing: 0;
}
.page-about .page-about__contents .page-about__contents--wrapper .page-about__text .black {
  font-size: 24px;
  font-weight: 700;
  font-family: "Zen Maru Gothic", sans-serif;
  color: #3B3E3B;
  line-height: 1.4;
}
.page-about .page-about__contents .page-about__contents--wrapper .page-about__text .bracket {
  display: inline-block;
  transform-origin: center;
  font-size: 24px;
  font-weight: 700;
  font-family: "Zen Maru Gothic", sans-serif;
  color: #3B3E3B;
  line-height: 1.75;
  letter-spacing: -0.8em;
}
.page-about .page-about__contents .page-about__contents--wrapper .page-about__text .bracket-mark {
  display: inline-block;
  transform-origin: center;
  font-size: 24px;
  font-weight: 700;
  font-family: "Zen Maru Gothic", sans-serif;
  color: #3B3E3B;
  line-height: 1.75;
}
.page-about .page-about__contents .page-about__contents--wrapper .page-about__image--center {
  position: absolute;
  top: 13px;
  right: -348px;
  transform: rotate(0.19deg);
  width: 628px;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
}
.page-about .page-about__contents .page-about__contents--wrapper .page-about__image--bottom-left {
  position: absolute;
  top: 104px;
  right: -179px;
  width: 808.8px;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
}
.page-about .page-about__contents .page-about__text {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  font-size: 20px;
  font-weight: 500;
  font-family: "Zen Maru Gothic", sans-serif;
  color: #3B3E3B;
  line-height: 2;
  letter-spacing: 0;
  background-color: #E6EAD8;
  border-radius: 24px;
  opacity: 0.8;
}
.page-about .page-about__contents .page-about__text .sp-only {
  display: none;
}
.page-about .page-about__contents .page-about__text .pc-only {
  display: block;
}
.page-about .page-about__contents .page-about__text .green {
  font-size: 24px;
  font-weight: 700;
  font-family: "Zen Maru Gothic", sans-serif;
  color: #5CAC6A;
  line-height: 1.4;
  letter-spacing: 0;
}
.page-about .page-about__contents .page-about__text .black {
  font-size: 24px;
  font-weight: 700;
  font-family: "Zen Maru Gothic", sans-serif;
  color: #3B3E3B;
  line-height: 1.4;
}
.page-about .page-about__contents .page-about__text .bracket {
  display: inline-block;
  transform-origin: center;
  font-size: 24px;
  font-weight: 700;
  font-family: "Zen Maru Gothic", sans-serif;
  color: #3B3E3B;
  line-height: 1.75;
  letter-spacing: -0.8em;
}
.page-about .page-about__contents .page-about__text .bracket-mark {
  display: inline-block;
  transform-origin: center;
  font-size: 24px;
  font-weight: 700;
  font-family: "Zen Maru Gothic", sans-serif;
  color: #3B3E3B;
  line-height: 1.75;
}
.page-about .page-about__contents .--1 {
  padding: 27px 35px 21px 26px;
  z-index: 3;
}
.page-about .page-about__contents .--2 {
  padding: 20px 39px;
  margin: 0 100px;
}
.page-about .page-about__contents .--3 {
  padding: 30px 35px 28px 47px;
}
.page-about .page-about__contents .--4 {
  line-height: 1.95;
  padding: 21px 27px 19px 39px;
  margin: 0 0 0 100px;
  z-index: 3;
}
.page-about .page-about__contents .--5 {
  padding: 19px 30px 23px 44px;
}
.page-about .page-about__goiku {
  width: calc(100% - 200px);
  margin: 577px auto 0;
}
.page-about .page-about__goiku .page-about__goiku--wrapper {
  width: 100%;
  max-width: 832px;
  margin: 0 auto;
}
.page-about .page-about__goiku .page-about__goiku--wrapper .page-about__goiku--title {
  font-size: 40px;
  font-weight: 500;
  font-family: "Zen Maru Gothic", sans-serif;
  color: #476D48;
  line-height: 1.4;
  letter-spacing: 0;
  margin: 0 0 42px 2px;
}
.page-about .page-about__goiku .page-about__goiku--wrapper .page-about__goiku--title span {
  font-size: 29.81px;
  font-weight: 500;
  font-family: "Zen Maru Gothic", sans-serif;
  color: #476D48;
  line-height: normal;
  letter-spacing: 0;
  margin: 0 0 0 3px;
}
.page-about .page-about__goiku .page-about__goiku--wrapper .page-about__goiku--items {
  display: flex;
  flex-direction: column;
  gap: 19px;
}
.page-about .page-about__goiku .page-about__goiku--wrapper .page-about__goiku--items .page-about__goiku--images {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.page-about .page-about__goiku .page-about__goiku--wrapper .page-about__goiku--items .page-about__goiku--images .page-about__goiku--image:nth-child(1) {
  width: 138.5px;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 10px 49px 0 0;
}
.page-about .page-about__goiku .page-about__goiku--wrapper .page-about__goiku--items .page-about__goiku--images .page-about__goiku--image:nth-child(2) {
  width: 99.08px;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 5px 60px 0 0;
}
.page-about .page-about__goiku .page-about__goiku--wrapper .page-about__goiku--items .page-about__goiku--images .page-about__goiku--image:nth-child(3) {
  width: 142.7px;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 10px 50px 0 0;
}
.page-about .page-about__goiku .page-about__goiku--wrapper .page-about__goiku--items .page-about__goiku--images .page-about__goiku--image:nth-child(4) {
  width: 110.4px;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 14px 50px 0 0;
}
.page-about .page-about__goiku .page-about__goiku--wrapper .page-about__goiku--items .page-about__goiku--images .page-about__goiku--image:nth-child(5) {
  width: 124.2px;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.page-about .page-about__goiku .page-about__goiku--wrapper .page-about__goiku--items .page-about__goiku--names {
  width: calc(100% - 72px);
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 110px;
}
.page-about .page-about__goiku .page-about__goiku--wrapper .page-about__goiku--items .page-about__goiku--names .page-about__goiku--name {
  font-size: 32px;
  font-weight: 500;
  font-family: "Zen Maru Gothic", sans-serif;
  color: #466E47;
  line-height: normal;
  letter-spacing: 0;
}
.page-about .page-about__goiku .page-about__goiku--wrapper .page-about__goiku--items-sp {
  display: none;
}
.page-about .page-about__goiku .page-about__goiku--wrapper .page-about__goiku--text {
  font-size: 20px;
  font-weight: 500;
  font-family: "Zen Maru Gothic", sans-serif;
  color: #466E47;
  line-height: normal;
  letter-spacing: 0;
  text-align: center;
  margin: 50px 0 0 -10px;
}
.page-about .page-about__goiku .page-about__goiku--wrapper .page-about__goiku--text .sp-only {
  display: none;
}
.page-about .page-about__goiku .page-about__goiku--list {
  display: flex;
  flex-direction: column;
  margin: 76px 0 0;
}
.page-about .page-about__goiku .page-about__goiku--list .page-about__goiku--description {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.page-about .page-about__goiku .page-about__goiku--list .page-about__goiku--description .page-about__goiku--note {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.page-about .page-about__goiku .page-about__goiku--list .page-about__goiku--description .page-about__goiku--note .page-about__goiku--note--name {
  font-size: 29.81px;
  font-weight: 500;
  font-family: "Kiwi Maru", serif;
  color: #476D48;
  line-height: normal;
  letter-spacing: 0;
}
.page-about .page-about__goiku .page-about__goiku--list .page-about__goiku--description .page-about__goiku--note .page-about__goiku--note--text {
  font-size: 18px;
  font-weight: 500;
  font-family: "Zen Maru Gothic", sans-serif;
  color: #3B3E3B;
  line-height: 1.7778;
  letter-spacing: 0;
}
.page-about .page-about__goiku .page-about__goiku--list .page-about__goiku--description .page-about__goiku--note .page-about__goiku--note--text span {
  font-size: 18px;
  font-weight: 500;
  font-family: "Zen Maru Gothic", sans-serif;
  color: #5CAC6A;
  line-height: 1.7778;
  letter-spacing: 0;
}
.page-about .page-about__goiku .page-about__goiku--list .description-chiiku {
  justify-content: flex-start;
}
.page-about .page-about__goiku .page-about__goiku--list .description-chiiku .page-about__goiku--note {
  width: 571px;
  transform: translate(-63px, -11px);
  z-index: 2;
}
.page-about .page-about__goiku .page-about__goiku--list .description-shyokuiku {
  justify-content: flex-end;
  transform: translateY(-75px);
}
.page-about .page-about__goiku .page-about__goiku--list .description-shyokuiku .page-about__goiku--note {
  width: 626px;
  transform: translate(-1px, 16px);
  z-index: 2;
}
.page-about .page-about__goiku .page-about__goiku--list .description-taiiku {
  transform: translateY(-68px);
}
.page-about .page-about__goiku .page-about__goiku--list .description-taiiku .page-about__goiku--note {
  width: 608px;
  transform: translate(-77px, -7px);
  z-index: 2;
}
.page-about .page-about__goiku .page-about__goiku--list .description-tokuiku {
  justify-content: flex-end;
  gap: 56px;
  transform: translate(6px, -78px);
}
.page-about .page-about__goiku .page-about__goiku--list .description-tokuiku .page-about__goiku--note {
  width: 538px;
  transform: translateY(33px);
  z-index: 2;
}
.page-about .page-about__goiku .page-about__goiku--list .description-saiiku {
  transform: translateY(-43px);
}
.page-about .page-about__goiku .page-about__goiku--list .description-saiiku .page-about__goiku--note {
  width: 571px;
  transform: translate(-13px, -15px);
  z-index: 2;
}
.page-about .page-about__goiku .page-about__goiku--closing {
  font-size: 24px;
  font-weight: 500;
  font-family: "Kiwi Maru", serif;
  color: #476D48;
  line-height: normal;
  letter-spacing: 0;
  text-align: center;
  margin: 57px 0 0;
}
.page-about .page-about__goiku .page-about__goiku--closing span {
  margin: 0 0 0 10px;
}
.page-about .page-about__goiku .page-about__goiku--closing .sp-only {
  display: none;
}

@media screen and (max-width: 1400px) {
  .page-about .page-about__image--left {
    position: absolute;
    top: 0;
    left: -100px;
    width: 650px;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
    z-index: 1;
  }
  .page-about .page-about__image--right--wrapper {
    position: absolute;
    top: 147px;
    right: -70px;
    z-index: 1;
  }
  .page-about .page-about__image--right--wrapper::after {
    content: "";
    position: absolute;
    background-image: url("../img/about-deco.webp");
    background-repeat: no-repeat;
    background-size: contain;
    width: 155px;
    height: 153px;
    bottom: -107px;
    right: 113px;
    z-index: 2;
  }
  .page-about .page-about__image--right--wrapper .page-about__image--right {
    width: 634px;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .page-about .page-about__contents {
    width: calc(100% - 350px);
  }
  .page-about .page-about__contents .page-about__contents--wrapper .page-about__image--center {
    top: 70px;
    right: -300px;
    transform: rotate(0.19deg);
    width: 600px;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
    z-index: 1;
  }
}
@media screen and (max-width: 1280px) {
  .page-about .page-about__image--left {
    position: absolute;
    top: 0;
    left: -100px;
    width: 600px;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
    z-index: 1;
  }
  .page-about .page-about__image--right--wrapper {
    position: absolute;
    top: 147px;
    right: -70px;
    z-index: 1;
  }
  .page-about .page-about__image--right--wrapper::after {
    content: "";
    position: absolute;
    background-image: url("../img/about-deco.webp");
    background-repeat: no-repeat;
    background-size: contain;
    width: 130px;
    height: 132px;
    bottom: -98px;
    right: 95px;
    z-index: 2;
  }
  .page-about .page-about__image--right--wrapper .page-about__image--right {
    width: 584px;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .page-about .page-about__contents {
    width: calc(100% - 250px);
  }
}
@media screen and (max-width: 1200px) {
  .page-about .page-about__goiku {
    width: calc(100% - 100px);
    margin: 450px auto 0;
  }
  .page-about .page-about__goiku .page-about__goiku--list .description-chiiku {
    justify-content: flex-start;
  }
  .page-about .page-about__goiku .page-about__goiku--list .description-chiiku .page-about__goiku--note {
    width: 571px;
    transform: translate(-95px, -11px);
  }
  .page-about .page-about__goiku .page-about__goiku--list .description-shyokuiku {
    justify-content: flex-end;
    transform: translateY(-45px);
  }
  .page-about .page-about__goiku .page-about__goiku--list .description-shyokuiku .page-about__goiku--note {
    width: 626px;
    transform: translate(55px, 16px);
  }
  .page-about .page-about__goiku .page-about__goiku--list .description-taiiku {
    transform: translateY(-68px);
  }
  .page-about .page-about__goiku .page-about__goiku--list .description-taiiku .page-about__goiku--note {
    width: 608px;
    transform: translate(-77px, -7px);
  }
  .page-about .page-about__goiku .page-about__goiku--list .description-tokuiku {
    justify-content: flex-end;
    gap: 56px;
    transform: translate(6px, -78px);
  }
  .page-about .page-about__goiku .page-about__goiku--list .description-tokuiku .page-about__goiku--note {
    width: 538px;
    transform: translate(60px, 33px);
  }
  .page-about .page-about__goiku .page-about__goiku--list .description-saiiku {
    transform: translateY(-43px);
  }
  .page-about .page-about__goiku .page-about__goiku--list .description-saiiku .page-about__goiku--note {
    width: 571px;
    transform: translate(-85px, -15px);
  }
}
@media screen and (max-width: 1180px) {
  .page-about .page-about__contents {
    width: calc(100% - 200px);
  }
  .page-about .page-about__contents .page-about__contents--wrapper .page-about__image--center {
    top: 75px;
    right: -200px;
    transform: rotate(0.19deg);
    width: 400px;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
    z-index: 1;
  }
  .page-about .page-about__contents .page-about__contents--wrapper .page-about__image--bottom-left {
    position: absolute;
    top: 104px;
    right: -179px;
    width: 700px;
  }
}
@media screen and (max-width: 1130px) {
  .page-about .page-about__contents {
    width: calc(100% - 100px);
  }
  .page-about .page-about__contents .page-about__contents--wrapper .page-about__image--center {
    top: 128px;
    right: -100px;
    transform: rotate(0.19deg);
    width: 350px;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
    z-index: 1;
  }
}
@media screen and (max-width: 1100px) {
  .page-about .page-about__contents .page-about__text .pc-only {
    display: none;
  }
  .page-about .page-about__contents .--4 {
    margin: 240px 0 0 100px;
  }
  .page-about .page-about__contents .page-about__contents--wrapper .page-about__text .pc-only {
    display: none;
  }
  .page-about .page-about__contents .page-about__contents--wrapper .page-about__image--center {
    top: 215px;
    right: 0;
    width: 400px;
  }
  .page-about .page-about__contents .page-about__contents--wrapper .--3 {
    padding: 30px 20px 28px 20px;
  }
  .page-about .page-about__image--left {
    position: absolute;
    top: 0;
    left: -100px;
    width: 550px;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
    z-index: 1;
  }
  .page-about .page-about__image--right--wrapper {
    position: absolute;
    top: 147px;
    right: -70px;
    z-index: 1;
  }
  .page-about .page-about__image--right--wrapper::after {
    content: "";
    position: absolute;
    background-image: url("../img/about-deco.webp");
    background-repeat: no-repeat;
    background-size: contain;
    width: 130px;
    height: 132px;
    bottom: -98px;
    right: 95px;
    z-index: 2;
  }
  .page-about .page-about__image--right--wrapper .page-about__image--right {
    width: 534px;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .page-about .page-about__goiku .page-about__goiku--wrapper {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
  }
  .page-about .page-about__goiku .page-about__goiku--wrapper .page-about__goiku--title {
    font-size: 40px;
    font-weight: 500;
    font-family: "Zen Maru Gothic", sans-serif;
    color: #476D48;
    line-height: 1.4;
    letter-spacing: 0;
    text-align: center;
    margin: 0 0 42px;
  }
  .page-about .page-about__goiku .page-about__goiku--wrapper .page-about__goiku--title span {
    font-size: 29.81px;
    font-weight: 500;
    font-family: "Zen Maru Gothic", sans-serif;
    color: #476D48;
    line-height: normal;
    letter-spacing: 0;
    margin: 0 0 0 3px;
  }
  .page-about .page-about__goiku .page-about__goiku--wrapper .page-about__goiku--items {
    display: none;
  }
  .page-about .page-about__goiku .page-about__goiku--wrapper .page-about__goiku--items-sp {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 500px;
    margin: 0 auto;
  }
  .page-about .page-about__goiku .page-about__goiku--wrapper .page-about__goiku--items-sp .page-about__goiku--item-sp {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
  }
  .page-about .page-about__goiku .page-about__goiku--wrapper .page-about__goiku--items-sp .page-about__goiku--item-sp .page-about__goiku--item-sp--name {
    font-size: 32px;
    font-weight: 500;
    font-family: "Zen Maru Gothic", sans-serif;
    color: #466E47;
    line-height: normal;
    letter-spacing: 0;
  }
  .page-about .page-about__goiku .page-about__goiku--wrapper .page-about__goiku--items-sp .page-about__goiku--item-sp:nth-child(1) {
    margin: 0 31.6px 0 0;
  }
  .page-about .page-about__goiku .page-about__goiku--wrapper .page-about__goiku--items-sp .page-about__goiku--item-sp:nth-child(1) img {
    width: 138.5px;
    height: auto;
  }
  .page-about .page-about__goiku .page-about__goiku--wrapper .page-about__goiku--items-sp .page-about__goiku--item-sp:nth-child(1) .page-about__goiku--item-sp--name {
    margin: 1px 0 0 10px;
  }
  .page-about .page-about__goiku .page-about__goiku--wrapper .page-about__goiku--items-sp .page-about__goiku--item-sp:nth-child(2) {
    margin: 0 37.4px 0 0;
  }
  .page-about .page-about__goiku .page-about__goiku--wrapper .page-about__goiku--items-sp .page-about__goiku--item-sp:nth-child(2) img {
    width: 99.08px;
    height: auto;
    margin: -3px 0 0;
  }
  .page-about .page-about__goiku .page-about__goiku--wrapper .page-about__goiku--items-sp .page-about__goiku--item-sp:nth-child(2) .page-about__goiku--item-sp--name {
    margin: 0 0 0 5px;
  }
  .page-about .page-about__goiku .page-about__goiku--wrapper .page-about__goiku--items-sp .page-about__goiku--item-sp:nth-child(3) img {
    width: 142.7px;
    height: auto;
  }
  .page-about .page-about__goiku .page-about__goiku--wrapper .page-about__goiku--items-sp .page-about__goiku--item-sp:nth-child(4) {
    margin: 22px 40px 0 6px;
    gap: 9px;
  }
  .page-about .page-about__goiku .page-about__goiku--wrapper .page-about__goiku--items-sp .page-about__goiku--item-sp:nth-child(4) img {
    width: 110.4px;
    height: auto;
  }
  .page-about .page-about__goiku .page-about__goiku--wrapper .page-about__goiku--items-sp .page-about__goiku--item-sp:nth-child(4) .page-about__goiku--item-sp--name {
    margin: -1px 0 0 8px;
  }
  .page-about .page-about__goiku .page-about__goiku--wrapper .page-about__goiku--items-sp .page-about__goiku--item-sp:nth-child(5) {
    margin: 12px 0 0;
  }
  .page-about .page-about__goiku .page-about__goiku--wrapper .page-about__goiku--items-sp .page-about__goiku--item-sp:nth-child(5) img {
    width: 124.2px;
    height: auto;
    margin: -2px 0 0;
  }
  .page-about .page-about__goiku .page-about__goiku--wrapper .page-about__goiku--text .sp-only {
    display: block;
  }
  .page-about .page-about__goiku .page-about__goiku--list .description-chiiku {
    justify-content: flex-start;
  }
  .page-about .page-about__goiku .page-about__goiku--list .description-chiiku img {
    width: 350px;
  }
  .page-about .page-about__goiku .page-about__goiku--list .description-chiiku .page-about__goiku--note {
    width: 571px;
    transform: translate(-63px, -11px);
  }
  .page-about .page-about__goiku .page-about__goiku--list .description-shyokuiku {
    justify-content: flex-end;
    transform: unset;
    margin: 20px 0 0;
  }
  .page-about .page-about__goiku .page-about__goiku--list .description-shyokuiku img {
    width: 213px;
  }
  .page-about .page-about__goiku .page-about__goiku--list .description-shyokuiku .page-about__goiku--note {
    width: 626px;
    transform: translate(-1px, 16px);
  }
  .page-about .page-about__goiku .page-about__goiku--list .description-taiiku {
    transform: unset;
    margin: 60px 0 0;
  }
  .page-about .page-about__goiku .page-about__goiku--list .description-taiiku img {
    width: 364px;
  }
  .page-about .page-about__goiku .page-about__goiku--list .description-taiiku .page-about__goiku--note {
    width: 608px;
    transform: translate(-77px, -7px);
  }
  .page-about .page-about__goiku .page-about__goiku--list .description-tokuiku {
    justify-content: flex-end;
    gap: 56px;
    transform: unset;
    margin: 20px 0 0;
  }
  .page-about .page-about__goiku .page-about__goiku--list .description-tokuiku img {
    width: 252px;
  }
  .page-about .page-about__goiku .page-about__goiku--list .description-tokuiku .page-about__goiku--note {
    width: 538px;
    transform: translate(60px, 33px);
  }
  .page-about .page-about__goiku .page-about__goiku--list .description-saiiku {
    transform: unset;
    margin: 90px 0 0;
  }
  .page-about .page-about__goiku .page-about__goiku--list .description-saiiku img {
    width: 300px;
  }
  .page-about .page-about__goiku .page-about__goiku--list .description-saiiku .page-about__goiku--note {
    width: 571px;
    transform: translate(-13px, -15px);
  }
  .page-about .page-about__goiku .page-about__goiku--closing {
    margin: 90px 0 0;
  }
}
@media screen and (max-width: 1000px) {
  .page-about {
    position: relative;
    width: 100%;
    margin: 108px 0 61px;
  }
  .page-about .page-about__title {
    position: relative;
    padding: 350px 0 0;
    z-index: 2;
  }
  .page-about .page-about__image--left {
    position: absolute;
    top: 0;
    left: -85px;
    width: 550px;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
    z-index: 1;
  }
  .page-about .page-about__image--right--wrapper {
    position: absolute;
    top: 340px;
    right: -70px;
    z-index: 1;
  }
  .page-about .page-about__image--right--wrapper::after {
    content: "";
    position: absolute;
    background-image: url("../img/about-deco.webp");
    background-repeat: no-repeat;
    background-size: contain;
    width: 130px;
    height: 132px;
    bottom: -98px;
    right: 95px;
    z-index: 2;
  }
  .page-about .page-about__image--right--wrapper .page-about__image--right {
    width: 534px;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .page-about .page-about__contents {
    display: flex;
    flex-direction: column;
    gap: 30px;
  }
  .page-about .page-about__contents .page-about__contents--wrapper {
    position: relative;
    padding: 0;
  }
  .page-about .page-about__contents .page-about__contents--wrapper .page-about__image--center {
    position: absolute;
    top: 250px;
    right: -60px;
    transform: rotate(0.19deg);
    width: 400px;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
    z-index: 1;
  }
  .page-about .page-about__contents .page-about__contents--wrapper .page-about__image--bottom-left {
    position: absolute;
    top: 110px;
    right: -25px;
    width: 500px;
  }
  .page-about .page-about__contents {
    width: calc(100% - 100px);
    max-width: 100%;
    margin: 368px auto 112px;
    padding: 0 0 0 20px;
    display: flex;
    flex-direction: column;
    gap: 30px;
  }
  .page-about .page-about__contents .--1,
  .page-about .page-about__contents .--3,
  .page-about .page-about__contents .--5 {
    padding: 15px 20px 17px;
  }
  .page-about .page-about__contents .--2 {
    margin: 0;
    padding: 15px 20px 17px;
  }
  .page-about .page-about__contents .--4 {
    padding: 15px 20px 17px;
    margin: 240px 0 0;
  }
}
@media screen and (max-width: 950px) {
  .page-about .page-about__goiku {
    width: calc(100% - 80px);
  }
  .page-about .page-about__goiku .page-about__goiku--list .description-chiiku img {
    width: 300px;
  }
  .page-about .page-about__goiku .page-about__goiku--list .description-chiiku .page-about__goiku--note {
    width: 571px;
    transform: translate(-35px, -11px);
  }
  .page-about .page-about__goiku .page-about__goiku--list .description-shyokuiku img {
    width: 185.6px;
  }
  .page-about .page-about__goiku .page-about__goiku--list .description-shyokuiku .page-about__goiku--note {
    width: 626px;
    transform: translate(-1px, 16px);
  }
  .page-about .page-about__goiku .page-about__goiku--list .description-taiiku img {
    width: 314px;
  }
  .page-about .page-about__goiku .page-about__goiku--list .description-taiiku .page-about__goiku--note {
    width: 608px;
    transform: translate(-35px, -7px);
  }
  .page-about .page-about__goiku .page-about__goiku--list .description-tokuiku img {
    width: 202px;
  }
  .page-about .page-about__goiku .page-about__goiku--list .description-tokuiku .page-about__goiku--note {
    width: 538px;
    transform: translate(60px, 33px);
  }
  .page-about .page-about__goiku .page-about__goiku--list .description-saiiku img {
    width: 250px;
  }
  .page-about .page-about__goiku .page-about__goiku--list .description-saiiku .page-about__goiku--note {
    width: 571px;
    transform: translate(10px, -15px);
  }
}
@media screen and (max-width: 930px) {
  .page-about .page-about__contents {
    display: flex;
    flex-direction: column;
    gap: 30px;
  }
  .page-about .page-about__contents .page-about__contents--wrapper {
    position: relative;
    padding: 0;
  }
  .page-about .page-about__contents .page-about__contents--wrapper .page-about__image--center {
    position: absolute;
    top: auto;
    bottom: -270px;
    right: -60px;
    transform: rotate(0.19deg);
    width: 400px;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
    z-index: 1;
  }
  .page-about .page-about__contents .page-about__contents--wrapper .page-about__image--bottom-left {
    position: absolute;
    top: 110px;
    right: -25px;
    width: 500px;
  }
  .page-about .page-about__contents {
    width: calc(100% - 50px);
    max-width: 100%;
    margin: 368px auto 112px;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
  }
  .page-about .page-about__contents .page-about__contents--wrapper .page-about__text .pc-only {
    display: none;
  }
  .page-about .page-about__contents .--2 {
    margin: 0;
  }
  .page-about .page-about__contents .--4 {
    margin: 170px 0 0;
  }
}
@media screen and (max-width: 900px) {
  .page-about {
    position: relative;
    width: 100%;
    margin: 108px 0 61px;
  }
  .page-about .page-about__title {
    position: relative;
    padding: 350px 0 0;
  }
  .page-about .page-about__image--left {
    position: absolute;
    top: 0;
    left: -85px;
    width: 500px;
    height: auto;
  }
  .page-about .page-about__image--right--wrapper {
    position: absolute;
    top: 340px;
    right: -70px;
  }
  .page-about .page-about__image--right--wrapper::after {
    content: "";
    position: absolute;
    background-image: url("../img/about-deco.webp");
    background-repeat: no-repeat;
    background-size: contain;
    width: 130px;
    height: 132px;
    bottom: -98px;
    right: 95px;
    z-index: 2;
  }
  .page-about .page-about__image--right--wrapper .page-about__image--right {
    width: 484px;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .page-about .page-about__contents {
    margin: 300px auto 0;
  }
}
@media screen and (max-width: 768px) {
  .page-about .page-about__title {
    position: relative;
    font-size: 32px;
    padding: 350px 0 0;
  }
  .page-about .page-about__image--left {
    position: absolute;
    top: 0;
    left: -85px;
    width: 450px;
    height: auto;
  }
  .page-about .page-about__image--right--wrapper {
    position: absolute;
    top: 340px;
    right: -70px;
  }
  .page-about .page-about__image--right--wrapper::after {
    content: "";
    position: absolute;
    background-image: url("../img/about-deco.webp");
    background-repeat: no-repeat;
    background-size: contain;
    width: 100px;
    height: 102px;
    bottom: -60px;
    right: 50px;
    z-index: 2;
  }
  .page-about .page-about__image--right--wrapper .page-about__image--right {
    width: 434px;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .page-about .page-about__contents {
    display: flex;
    flex-direction: column;
    gap: 30px;
  }
  .page-about .page-about__contents .page-about__contents--wrapper {
    position: relative;
    padding: 0 20px 0 0;
  }
  .page-about .page-about__contents .page-about__contents--wrapper .page-about__text {
    width: -moz-fit-content;
    width: fit-content;
    display: block;
    font-size: 18px;
    font-weight: 500;
    font-family: "Zen Maru Gothic", sans-serif;
    color: #3B3E3B;
    line-height: 1.95;
    letter-spacing: 0;
    background-color: #E6EAD8;
    border-radius: 8px;
    opacity: 0.8;
  }
  .page-about .page-about__contents .page-about__contents--wrapper .page-about__text .pc-only {
    display: none;
  }
  .page-about .page-about__contents .page-about__contents--wrapper .page-about__text .green {
    font-size: 20px;
    font-weight: 700;
    font-family: "Zen Maru Gothic", sans-serif;
    color: #5CAC6A;
    line-height: 1.75;
    letter-spacing: 0;
  }
  .page-about .page-about__contents .page-about__contents--wrapper .page-about__text .black {
    font-size: 20px;
    font-weight: 700;
    font-family: "Zen Maru Gothic", sans-serif;
    color: #3B3E3B;
    line-height: 1.75;
  }
  .page-about .page-about__contents .page-about__contents--wrapper .page-about__text .bracket {
    display: inline-block;
    transform-origin: center;
    font-size: 18px;
    font-weight: 700;
    font-family: "Zen Maru Gothic", sans-serif;
    color: #3B3E3B;
    line-height: 1.75;
    letter-spacing: -0.9em;
  }
  .page-about .page-about__contents .page-about__contents--wrapper .page-about__text .bracket-mark {
    display: inline-block;
    transform-origin: center;
    font-size: 18px;
    font-weight: 700;
    font-family: "Zen Maru Gothic", sans-serif;
    color: #3B3E3B;
    line-height: 1.75;
    margin-left: -0.1em;
  }
  .page-about .page-about__contents .page-about__contents--wrapper .page-about__text .space {
    margin-left: -0.3em;
  }
  .page-about .page-about__contents .page-about__contents--wrapper .page-about__image--center {
    position: absolute;
    top: auto;
    bottom: -260px;
    right: -60px;
    transform: rotate(0.19deg);
    width: 350px;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
    z-index: 1;
  }
  .page-about .page-about__contents {
    width: calc(100% - 40px);
    max-width: 100%;
    margin: 368px auto 112px;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 30px;
  }
  .page-about .page-about__contents .page-about__text {
    width: -moz-fit-content;
    width: fit-content;
    display: block;
    font-size: 18px;
    font-weight: 500;
    font-family: "Zen Maru Gothic", sans-serif;
    color: #3B3E3B;
    line-height: 2;
    letter-spacing: 0;
    background-color: #E6EAD8;
    border-radius: 8px;
    opacity: 0.8;
  }
  .page-about .page-about__contents .page-about__text .sp-only {
    display: block;
  }
  .page-about .page-about__contents .page-about__text .pc-only {
    display: none;
  }
  .page-about .page-about__contents .page-about__text .green {
    font-size: 20px;
    font-weight: 700;
    font-family: "Zen Maru Gothic", sans-serif;
    color: #5CAC6A;
    line-height: 1.75;
    letter-spacing: 0;
  }
  .page-about .page-about__contents .page-about__text .black {
    font-size: 20px;
    font-weight: 700;
    font-family: "Zen Maru Gothic", sans-serif;
    color: #3B3E3B;
    line-height: 1.75;
  }
  .page-about .page-about__contents .page-about__text .bracket {
    display: inline-block;
    transform-origin: center;
    font-size: 18px;
    font-weight: 700;
    font-family: "Zen Maru Gothic", sans-serif;
    color: #3B3E3B;
    line-height: 1.75;
    letter-spacing: -0.9em;
  }
  .page-about .page-about__contents .page-about__text .bracket-mark {
    display: inline-block;
    transform-origin: center;
    font-size: 18px;
    font-weight: 700;
    font-family: "Zen Maru Gothic", sans-serif;
    color: #3B3E3B;
    line-height: 1.75;
    margin-left: -0.1em;
  }
  .page-about .page-about__contents .--4 {
    padding: 15px 20px 17px;
    margin: 190px 0 0;
  }
  .page-about .page-about__goiku {
    width: calc(100% - 100px);
  }
  .page-about .page-about__goiku .page-about__goiku--list {
    display: flex;
    flex-direction: column;
    gap: 25px;
    margin: 84px 0 107px;
  }
  .page-about .page-about__goiku .page-about__goiku--list .page-about__goiku--description {
    display: flex;
    flex-direction: column;
    align-items: unset;
  }
  .page-about .page-about__goiku .page-about__goiku--list .page-about__goiku--description .page-about__goiku--note {
    display: flex;
    flex-direction: column;
    gap: 20px;
    transform: none;
  }
  .page-about .page-about__goiku .page-about__goiku--list .page-about__goiku--description .page-about__goiku--note .sp-only {
    display: block;
  }
  .page-about .page-about__goiku .page-about__goiku--list .description-chiiku {
    flex-direction: column;
    justify-content: center;
    transform: none;
  }
  .page-about .page-about__goiku .page-about__goiku--list .description-chiiku .page-about__goiku--note {
    width: 100%;
    padding: 0 20px;
    margin-top: -37px;
  }
  .page-about .page-about__goiku .page-about__goiku--list .description-shyokuiku {
    flex-direction: column-reverse;
    justify-content: center;
    transform: none;
    transform: translateX(15px);
    margin: 0;
  }
  .page-about .page-about__goiku .page-about__goiku--list .description-shyokuiku img {
    margin: 0 14px 0 auto;
  }
  .page-about .page-about__goiku .page-about__goiku--list .description-shyokuiku .page-about__goiku--note {
    width: 100%;
    padding: 0 26px 0 5px;
    margin-top: -53px;
  }
  .page-about .page-about__goiku .page-about__goiku--list .description-shyokuiku .page-about__goiku--note .bracket-mark {
    margin-left: 0.3em;
  }
  .page-about .page-about__goiku .page-about__goiku--list .description-taiiku {
    transform: none;
    margin-top: -3px;
  }
  .page-about .page-about__goiku .page-about__goiku--list .description-taiiku .page-about__goiku--note {
    width: 100%;
    padding: 0 20px;
    margin-top: -25px;
  }
  .page-about .page-about__goiku .page-about__goiku--list .description-tokuiku {
    flex-direction: column-reverse;
    justify-content: center;
    gap: 0;
    transform: none;
    margin: 2px 0 0;
  }
  .page-about .page-about__goiku .page-about__goiku--list .description-tokuiku img {
    margin: 0 14px 0 auto;
    transform: translateX(12px);
  }
  .page-about .page-about__goiku .page-about__goiku--list .description-tokuiku .page-about__goiku--note {
    width: 100%;
    padding: 0 20px;
    margin-top: -31px;
  }
  .page-about .page-about__goiku .page-about__goiku--list .description-saiiku {
    transform: none;
    margin: 0;
  }
  .page-about .page-about__goiku .page-about__goiku--list .description-saiiku .page-about__goiku--note {
    width: 100%;
    padding: 0 20px;
    margin-top: -20px;
  }
  .page-about .page-about__goiku .page-about__goiku--closing .sp-only {
    display: block;
  }
}
@media screen and (max-width: 700px) {
  .page-about .page-about__image--left {
    position: absolute;
    top: 0;
    left: -85px;
    width: 400px;
    height: auto;
  }
  .page-about .page-about__image--right--wrapper {
    position: absolute;
    top: 370px;
    right: -100px;
  }
  .page-about .page-about__image--right--wrapper::after {
    content: "";
    position: absolute;
    background-image: url("../img/about-deco.webp");
    background-repeat: no-repeat;
    background-size: contain;
    width: 100px;
    height: 102px;
    bottom: -60px;
    right: 50px;
    z-index: 2;
  }
  .page-about .page-about__image--right--wrapper .page-about__image--right {
    width: 384px;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .page-about .page-about__contents .page-about__contents--wrapper .page-about__image--bottom-left {
    position: absolute;
    top: 130px;
    right: -10px;
    width: 410px;
  }
  .page-about .page-about__goiku {
    margin: 400px auto 0;
  }
}
@media screen and (max-width: 600px) {
  .page-about .page-about__contents .page-about__contents--wrapper .page-about__image--bottom-left {
    position: absolute;
    top: 180px;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
    width: 410px;
  }
  .page-about .page-about__goiku {
    width: calc(100% - 40px);
    margin: 450px auto 0;
  }
  .page-about .page-about__goiku .page-about__goiku--wrapper {
    width: 100%;
  }
  .page-about .page-about__goiku .page-about__goiku--wrapper .page-about__goiku--items {
    display: none;
  }
  .page-about .page-about__goiku .page-about__goiku--wrapper .page-about__goiku--items-sp {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
  }
  .page-about .page-about__goiku .page-about__goiku--wrapper .page-about__goiku--items-sp .page-about__goiku--item-sp {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
  }
  .page-about .page-about__goiku .page-about__goiku--wrapper .page-about__goiku--items-sp .page-about__goiku--item-sp .page-about__goiku--item-sp--name {
    font-size: 26px;
    font-weight: 500;
    font-family: "Zen Maru Gothic", sans-serif;
    color: #466E47;
    line-height: normal;
    letter-spacing: 0;
  }
  .page-about .page-about__goiku .page-about__goiku--wrapper .page-about__goiku--items-sp .page-about__goiku--item-sp:nth-child(1) {
    margin: 0 31.6px 0 0;
  }
  .page-about .page-about__goiku .page-about__goiku--wrapper .page-about__goiku--items-sp .page-about__goiku--item-sp:nth-child(1) img {
    width: 100px;
    height: auto;
  }
  .page-about .page-about__goiku .page-about__goiku--wrapper .page-about__goiku--items-sp .page-about__goiku--item-sp:nth-child(1) .page-about__goiku--item-sp--name {
    margin: 1px 0 0 10px;
  }
  .page-about .page-about__goiku .page-about__goiku--wrapper .page-about__goiku--items-sp .page-about__goiku--item-sp:nth-child(2) {
    margin: 0 37.4px 0 0;
  }
  .page-about .page-about__goiku .page-about__goiku--wrapper .page-about__goiku--items-sp .page-about__goiku--item-sp:nth-child(2) img {
    width: 72px;
    height: auto;
    margin: -3px 0 0;
  }
  .page-about .page-about__goiku .page-about__goiku--wrapper .page-about__goiku--items-sp .page-about__goiku--item-sp:nth-child(2) .page-about__goiku--item-sp--name {
    margin: 0 0 0 5px;
  }
  .page-about .page-about__goiku .page-about__goiku--wrapper .page-about__goiku--items-sp .page-about__goiku--item-sp:nth-child(3) img {
    width: 100px;
    height: auto;
  }
  .page-about .page-about__goiku .page-about__goiku--wrapper .page-about__goiku--items-sp .page-about__goiku--item-sp:nth-child(4) {
    margin: 22px 40px 0 6px;
    gap: 9px;
  }
  .page-about .page-about__goiku .page-about__goiku--wrapper .page-about__goiku--items-sp .page-about__goiku--item-sp:nth-child(4) img {
    width: 80px;
    height: auto;
  }
  .page-about .page-about__goiku .page-about__goiku--wrapper .page-about__goiku--items-sp .page-about__goiku--item-sp:nth-child(4) .page-about__goiku--item-sp--name {
    margin: -1px 0 0 8px;
  }
  .page-about .page-about__goiku .page-about__goiku--wrapper .page-about__goiku--items-sp .page-about__goiku--item-sp:nth-child(5) {
    margin: 12px 0 0;
  }
  .page-about .page-about__goiku .page-about__goiku--wrapper .page-about__goiku--items-sp .page-about__goiku--item-sp:nth-child(5) img {
    width: 90px;
    height: auto;
    margin: -2px 0 0;
  }
  .page-about .page-about__goiku .page-about__goiku--wrapper .page-about__goiku--text {
    font-size: 16px;
    font-weight: 500;
    font-family: "Zen Maru Gothic", sans-serif;
    color: #466E47;
    line-height: normal;
    letter-spacing: 0;
    text-align: center;
    margin: 40px 0 0;
  }
  .page-about .page-about__goiku .page-about__goiku--wrapper .page-about__goiku--text .sp-only {
    display: block;
  }
}
@media screen and (max-width: 500px) {
  .page-about .page-about__contents {
    display: flex;
    flex-direction: column;
    gap: 30px;
  }
  .page-about .page-about__contents .page-about__contents--wrapper {
    position: relative;
    padding: 0;
  }
  .page-about .page-about__contents .page-about__contents--wrapper .page-about__text {
    width: -moz-fit-content;
    width: fit-content;
    display: block;
    font-size: 14px;
    font-weight: 500;
    font-family: "Zen Maru Gothic", sans-serif;
    color: #3B3E3B;
    line-height: 1.95;
    letter-spacing: 0;
    background-color: #E6EAD8;
    border-radius: 8px;
    opacity: 0.8;
  }
  .page-about .page-about__contents .page-about__contents--wrapper .page-about__text .pc-only {
    display: none;
  }
  .page-about .page-about__contents .page-about__contents--wrapper .page-about__text .green {
    font-size: 16px;
    font-weight: 700;
    font-family: "Zen Maru Gothic", sans-serif;
    color: #5CAC6A;
    line-height: 1.75;
    letter-spacing: 0;
  }
  .page-about .page-about__contents .page-about__contents--wrapper .page-about__text .black {
    font-size: 16px;
    font-weight: 700;
    font-family: "Zen Maru Gothic", sans-serif;
    color: #3B3E3B;
    line-height: 1.75;
  }
  .page-about .page-about__contents .page-about__contents--wrapper .page-about__text .bracket {
    display: inline-block;
    transform-origin: center;
    font-size: 16px;
    font-weight: 700;
    font-family: "Zen Maru Gothic", sans-serif;
    color: #3B3E3B;
    line-height: 1.75;
    letter-spacing: -0.9em;
  }
  .page-about .page-about__contents .page-about__contents--wrapper .page-about__text .bracket-mark {
    display: inline-block;
    transform-origin: center;
    font-size: 16px;
    font-weight: 700;
    font-family: "Zen Maru Gothic", sans-serif;
    color: #3B3E3B;
    line-height: 1.75;
    margin-left: -0.1em;
  }
  .page-about .page-about__contents .page-about__contents--wrapper .page-about__text .space {
    margin-left: -0.3em;
  }
  .page-about .page-about__contents .page-about__contents--wrapper .page-about__image--center {
    position: static;
    transform: translate(124px, -35px) rotate(0.19deg);
    width: 282px;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
    z-index: 1;
  }
  .page-about .page-about__contents .page-about__contents--wrapper .page-about__image--bottom-left {
    position: absolute;
    top: 140px;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
    width: 350px;
  }
  .page-about .page-about__contents {
    width: calc(100% - 40px);
    max-width: 100%;
    margin: 368px auto 112px;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 30px;
  }
  .page-about .page-about__contents .page-about__text {
    width: -moz-fit-content;
    width: fit-content;
    display: block;
    font-size: 14px;
    font-weight: 500;
    font-family: "Zen Maru Gothic", sans-serif;
    color: #3B3E3B;
    line-height: 2;
    letter-spacing: 0;
    background-color: #E6EAD8;
    border-radius: 8px;
    opacity: 0.8;
  }
  .page-about .page-about__contents .page-about__text .sp-only {
    display: block;
  }
  .page-about .page-about__contents .page-about__text .pc-only {
    display: none;
  }
  .page-about .page-about__contents .page-about__text .green {
    font-size: 16px;
    font-weight: 700;
    font-family: "Zen Maru Gothic", sans-serif;
    color: #5CAC6A;
    line-height: 1.75;
    letter-spacing: 0;
  }
  .page-about .page-about__contents .page-about__text .black {
    font-size: 16px;
    font-weight: 700;
    font-family: "Zen Maru Gothic", sans-serif;
    color: #3B3E3B;
    line-height: 1.75;
  }
  .page-about .page-about__contents .page-about__text .bracket {
    display: inline-block;
    transform-origin: center;
    font-size: 16px;
    font-weight: 700;
    font-family: "Zen Maru Gothic", sans-serif;
    color: #3B3E3B;
    line-height: 1.75;
    letter-spacing: -0.9em;
  }
  .page-about .page-about__contents .page-about__text .bracket-mark {
    display: inline-block;
    transform-origin: center;
    font-size: 16px;
    font-weight: 700;
    font-family: "Zen Maru Gothic", sans-serif;
    color: #3B3E3B;
    line-height: 1.75;
    margin-left: -0.1em;
  }
  .page-about .page-about__contents .--1 {
    padding: 13px 21px 13px 20px;
  }
  .page-about .page-about__contents .--2 {
    margin: 0;
  }
  .page-about .page-about__contents .--3 {
    padding: 15px 18px 20px 21px;
  }
  .page-about .page-about__contents .--4 {
    padding: 15px 20px 17px;
    margin: -100px 0 0 0;
  }
  .page-about .page-about__contents .--5 {
    padding: 15px 22px 13px 21px;
  }
}
@media screen and (max-width: 450px) {
  .page-about .page-about__goiku .page-about__goiku--closing {
    font-size: 20px;
    font-weight: 500;
    font-family: "Kiwi Maru", serif;
    color: #476D48;
    line-height: normal;
    letter-spacing: 0;
    text-align: center;
  }
}
@media screen and (max-width: 390px) {
  .page-about {
    position: relative;
    width: 100%;
    margin: calc(108 / 390 * 100vw) 0 calc(61 / 390 * 100vw);
  }
  .page-about .page-about__title {
    position: relative;
    font-size: calc(24 / 390 * 100vw);
    font-weight: 400;
    font-family: "Kiwi Maru", serif;
    color: #476D48;
    line-height: 1.5;
    letter-spacing: 0;
    text-align: center;
    padding: calc(291 / 390 * 100vw) 0 0;
    z-index: 2;
  }
  .page-about .page-about__image--left {
    position: absolute;
    top: 0;
    left: calc(-48 / 390 * 100vw);
    width: calc(317.61 / 390 * 100vw);
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
    z-index: 1;
  }
  .page-about .page-about__image--right--wrapper {
    position: absolute;
    top: calc(381 / 390 * 100vw);
    right: calc(-15 / 390 * 100vw);
    z-index: 1;
  }
  .page-about .page-about__image--right--wrapper::after {
    content: "";
    position: absolute;
    background: url("../img/about-deco.webp") no-repeat center/contain;
    width: calc(77.02 / 390 * 100vw);
    height: calc(76 / 390 * 100vw);
    bottom: calc(-33 / 390 * 100vw);
    right: auto;
    left: calc(10 / 390 * 100vw);
    z-index: 2;
  }
  .page-about .page-about__image--right--wrapper .page-about__image--right {
    width: calc(310.47 / 390 * 100vw);
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
    z-index: 1;
  }
  .page-about .page-about__contents {
    display: flex;
    flex-direction: column;
    gap: calc(30 / 390 * 100vw);
  }
  .page-about .page-about__contents .page-about__contents--wrapper {
    position: relative;
    padding: 0;
  }
  .page-about .page-about__contents .page-about__contents--wrapper .page-about__text {
    width: -moz-fit-content;
    width: fit-content;
    display: block;
    font-size: calc(14 / 390 * 100vw);
    font-weight: 500;
    font-family: "Zen Maru Gothic", sans-serif;
    color: #3B3E3B;
    line-height: 1.95;
    letter-spacing: 0;
    background-color: #E6EAD8;
    border-radius: 8px;
    opacity: 0.8;
  }
  .page-about .page-about__contents .page-about__contents--wrapper .page-about__text .sp-only {
    display: block;
  }
  .page-about .page-about__contents .page-about__contents--wrapper .page-about__text .pc-only {
    display: none;
  }
  .page-about .page-about__contents .page-about__contents--wrapper .page-about__text .green {
    font-size: calc(16 / 390 * 100vw);
    font-weight: 700;
    font-family: "Zen Maru Gothic", sans-serif;
    color: #5CAC6A;
    line-height: 1.75;
    letter-spacing: 0;
  }
  .page-about .page-about__contents .page-about__contents--wrapper .page-about__text .black {
    font-size: calc(16 / 390 * 100vw);
    font-weight: 700;
    font-family: "Zen Maru Gothic", sans-serif;
    color: #3B3E3B;
    line-height: 1.75;
  }
  .page-about .page-about__contents .page-about__contents--wrapper .page-about__text .bracket {
    display: inline-block;
    transform-origin: center;
    font-size: calc(16 / 390 * 100vw);
    font-weight: 700;
    font-family: "Zen Maru Gothic", sans-serif;
    color: #3B3E3B;
    line-height: 1.75;
    letter-spacing: -0.9em;
  }
  .page-about .page-about__contents .page-about__contents--wrapper .page-about__text .bracket-mark {
    display: inline-block;
    transform-origin: center;
    font-size: calc(16 / 390 * 100vw);
    font-weight: 700;
    font-family: "Zen Maru Gothic", sans-serif;
    color: #3B3E3B;
    line-height: 1.75;
    margin-left: -0.1em;
  }
  .page-about .page-about__contents .page-about__contents--wrapper .page-about__text .space {
    margin-left: -0.3em;
  }
  .page-about .page-about__contents .page-about__contents--wrapper .page-about__image--center {
    position: static;
    transform: translate(calc(124 / 390 * 100vw), calc(-55 / 390 * 100vw)) rotate(0.19deg);
    width: calc(282 / 390 * 100vw);
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
    z-index: 1;
  }
  .page-about .page-about__contents .page-about__contents--wrapper .page-about__image--bottom-left {
    position: static;
    width: calc(336 / 390 * 100vw);
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
    z-index: 1;
    transform: translate(calc(7 / 390 * 100vw), calc(-40 / 390 * 100vw));
  }
  .page-about .page-about__contents {
    width: 100%;
    max-width: 100%;
    margin: calc(368 / 390 * 100vw) 0 calc(112 / 390 * 100vw);
    padding: 0 calc(20 / 390 * 100vw);
    display: flex;
    flex-direction: column;
    gap: calc(30 / 390 * 100vw);
  }
  .page-about .page-about__contents .page-about__text {
    width: -moz-fit-content;
    width: fit-content;
    display: block;
    font-size: calc(14 / 390 * 100vw);
    font-weight: 500;
    font-family: "Zen Maru Gothic", sans-serif;
    color: #3B3E3B;
    line-height: 2;
    letter-spacing: 0;
    background-color: #E6EAD8;
    border-radius: 8px;
    opacity: 0.8;
  }
  .page-about .page-about__contents .page-about__text .sp-only {
    display: block;
  }
  .page-about .page-about__contents .page-about__text .pc-only {
    display: none;
  }
  .page-about .page-about__contents .page-about__text .green {
    font-size: calc(16 / 390 * 100vw);
    font-weight: 700;
    font-family: "Zen Maru Gothic", sans-serif;
    color: #5CAC6A;
    line-height: 1.75;
    letter-spacing: 0;
  }
  .page-about .page-about__contents .page-about__text .black {
    font-size: calc(16 / 390 * 100vw);
    font-weight: 700;
    font-family: "Zen Maru Gothic", sans-serif;
    color: #3B3E3B;
    line-height: 1.75;
  }
  .page-about .page-about__contents .page-about__text .bracket {
    display: inline-block;
    transform-origin: center;
    font-size: calc(16 / 390 * 100vw);
    font-weight: 700;
    font-family: "Zen Maru Gothic", sans-serif;
    color: #3B3E3B;
    line-height: 1.75;
    letter-spacing: -0.9em;
  }
  .page-about .page-about__contents .page-about__text .bracket-mark {
    display: inline-block;
    transform-origin: center;
    font-size: calc(16 / 390 * 100vw);
    font-weight: 700;
    font-family: "Zen Maru Gothic", sans-serif;
    color: #3B3E3B;
    line-height: 1.75;
    margin-left: -0.1em;
  }
  .page-about .page-about__contents .--1 {
    padding: calc(13 / 390 * 100vw) calc(21 / 390 * 100vw) calc(13 / 390 * 100vw) calc(20 / 390 * 100vw);
  }
  .page-about .page-about__contents .--2 {
    padding: calc(14 / 390 * 100vw) calc(49 / 390 * 100vw) calc(14 / 390 * 100vw) calc(21 / 390 * 100vw);
    margin: 0;
  }
  .page-about .page-about__contents .--3 {
    padding: calc(15 / 390 * 100vw) calc(18 / 390 * 100vw) calc(20 / 390 * 100vw) calc(21 / 390 * 100vw);
  }
  .page-about .page-about__contents .--4 {
    padding: calc(15 / 390 * 100vw) calc(20 / 390 * 100vw) calc(17 / 390 * 100vw);
    margin: calc(-132 / 390 * 100vw) 0 0 0;
  }
  .page-about .page-about__contents .--5 {
    padding: calc(15 / 390 * 100vw) calc(22 / 390 * 100vw) calc(13 / 390 * 100vw) calc(21 / 390 * 100vw);
  }
  .page-about .page-about__goiku {
    width: calc(100% - 40 / 390 * 100vw);
    margin: 0 auto calc(120 / 390 * 100vw);
  }
  .page-about .page-about__goiku .page-about__goiku--wrapper {
    width: 100%;
  }
  .page-about .page-about__goiku .page-about__goiku--wrapper .page-about__goiku--title {
    font-size: calc(24 / 390 * 100vw);
    font-weight: 500;
    font-family: "Zen Maru Gothic", sans-serif;
    color: #476D48;
    line-height: normal;
    letter-spacing: 0;
    text-align: center;
    margin: 0 0 calc(43 / 390 * 100vw);
  }
  .page-about .page-about__goiku .page-about__goiku--wrapper .page-about__goiku--title span {
    font-size: calc(16 / 390 * 100vw);
    font-weight: 500;
    font-family: "Zen Maru Gothic", sans-serif;
    color: #476D48;
    line-height: normal;
    letter-spacing: 0;
    margin: 0 calc(3 / 390 * 100vw) 0 0;
  }
  .page-about .page-about__goiku .page-about__goiku--wrapper .page-about__goiku--items {
    display: none;
  }
  .page-about .page-about__goiku .page-about__goiku--wrapper .page-about__goiku--items-sp {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .page-about .page-about__goiku .page-about__goiku--wrapper .page-about__goiku--items-sp .page-about__goiku--item-sp {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
  }
  .page-about .page-about__goiku .page-about__goiku--wrapper .page-about__goiku--items-sp .page-about__goiku--item-sp .page-about__goiku--item-sp--name {
    font-size: calc(20 / 390 * 100vw);
    font-weight: 500;
    font-family: "Zen Maru Gothic", sans-serif;
    color: #466E47;
    line-height: normal;
    letter-spacing: 0;
  }
  .page-about .page-about__goiku .page-about__goiku--wrapper .page-about__goiku--items-sp .page-about__goiku--item-sp:nth-child(1) {
    margin: 0 calc(31.6 / 390 * 100vw) 0 0;
  }
  .page-about .page-about__goiku .page-about__goiku--wrapper .page-about__goiku--items-sp .page-about__goiku--item-sp:nth-child(1) img {
    width: calc(87.03 / 390 * 100vw);
    height: auto;
  }
  .page-about .page-about__goiku .page-about__goiku--wrapper .page-about__goiku--items-sp .page-about__goiku--item-sp:nth-child(1) .page-about__goiku--item-sp--name {
    margin: calc(1 / 390 * 100vw) 0 0 calc(10 / 390 * 100vw);
  }
  .page-about .page-about__goiku .page-about__goiku--wrapper .page-about__goiku--items-sp .page-about__goiku--item-sp:nth-child(2) {
    margin: 0 calc(37.4 / 390 * 100vw) 0 0;
  }
  .page-about .page-about__goiku .page-about__goiku--wrapper .page-about__goiku--items-sp .page-about__goiku--item-sp:nth-child(2) img {
    width: calc(62.26 / 390 * 100vw);
    height: auto;
    margin: calc(-3 / 390 * 100vw) 0 0;
  }
  .page-about .page-about__goiku .page-about__goiku--wrapper .page-about__goiku--items-sp .page-about__goiku--item-sp:nth-child(2) .page-about__goiku--item-sp--name {
    margin: 0 0 0 calc(5 / 390 * 100vw);
  }
  .page-about .page-about__goiku .page-about__goiku--wrapper .page-about__goiku--items-sp .page-about__goiku--item-sp:nth-child(3) img {
    width: calc(89.7 / 390 * 100vw);
    height: auto;
  }
  .page-about .page-about__goiku .page-about__goiku--wrapper .page-about__goiku--items-sp .page-about__goiku--item-sp:nth-child(4) {
    margin: calc(22 / 390 * 100vw) calc(40 / 390 * 100vw) 0 calc(6 / 390 * 100vw);
    gap: calc(9 / 390 * 100vw);
  }
  .page-about .page-about__goiku .page-about__goiku--wrapper .page-about__goiku--items-sp .page-about__goiku--item-sp:nth-child(4) img {
    width: calc(69.4 / 390 * 100vw);
    height: auto;
  }
  .page-about .page-about__goiku .page-about__goiku--wrapper .page-about__goiku--items-sp .page-about__goiku--item-sp:nth-child(4) .page-about__goiku--item-sp--name {
    margin: calc(-1 / 390 * 100vw) 0 0 calc(8 / 390 * 100vw);
  }
  .page-about .page-about__goiku .page-about__goiku--wrapper .page-about__goiku--items-sp .page-about__goiku--item-sp:nth-child(5) {
    margin: calc(12 / 390 * 100vw) 0 0;
  }
  .page-about .page-about__goiku .page-about__goiku--wrapper .page-about__goiku--items-sp .page-about__goiku--item-sp:nth-child(5) img {
    width: calc(78.05 / 390 * 100vw);
    height: auto;
    margin: calc(-2 / 390 * 100vw) 0 0;
  }
  .page-about .page-about__goiku .page-about__goiku--wrapper .page-about__goiku--text {
    font-size: calc(14 / 390 * 100vw);
    font-weight: 500;
    font-family: "Zen Maru Gothic", sans-serif;
    color: #466E47;
    line-height: normal;
    letter-spacing: 0;
    text-align: center;
    margin: calc(40 / 390 * 100vw) 0 0;
  }
  .page-about .page-about__goiku .page-about__goiku--wrapper .page-about__goiku--text .sp-only {
    display: block;
  }
  .page-about .page-about__goiku .page-about__goiku--list {
    display: flex;
    flex-direction: column;
    gap: calc(74 / 390 * 100vw);
    margin: calc(84 / 390 * 100vw) 0 calc(107 / 390 * 100vw);
  }
  .page-about .page-about__goiku .page-about__goiku--list .page-about__goiku--description {
    display: flex;
    flex-direction: column;
    align-items: unset;
  }
  .page-about .page-about__goiku .page-about__goiku--list .page-about__goiku--description .page-about__goiku--note {
    display: flex;
    flex-direction: column;
    gap: calc(20 / 390 * 100vw);
    transform: none;
  }
  .page-about .page-about__goiku .page-about__goiku--list .page-about__goiku--description .page-about__goiku--note .sp-only {
    display: block;
  }
  .page-about .page-about__goiku .page-about__goiku--list .page-about__goiku--description .page-about__goiku--note .page-about__goiku--note--name {
    font-size: calc(24 / 390 * 100vw);
    font-weight: 500;
    font-family: "Kiwi Maru", serif;
    color: #476D48;
    line-height: normal;
    letter-spacing: 0;
  }
  .page-about .page-about__goiku .page-about__goiku--list .page-about__goiku--description .page-about__goiku--note .page-about__goiku--note--text {
    font-size: calc(16 / 390 * 100vw);
    font-weight: 500;
    font-family: "Zen Maru Gothic", sans-serif;
    color: #3B3E3B;
    line-height: 1.75;
    letter-spacing: 0;
  }
  .page-about .page-about__goiku .page-about__goiku--list .page-about__goiku--description .page-about__goiku--note .page-about__goiku--note--text span {
    font-size: calc(16 / 390 * 100vw);
    font-weight: 500;
    font-family: "Zen Maru Gothic", sans-serif;
    color: #5CAC6A;
    line-height: 1.75;
    letter-spacing: 0;
  }
  .page-about .page-about__goiku .page-about__goiku--list .description-chiiku {
    flex-direction: column;
    justify-content: center;
    transform: none;
  }
  .page-about .page-about__goiku .page-about__goiku--list .description-chiiku img {
    width: calc(259.4 / 390 * 100vw);
    height: auto;
  }
  .page-about .page-about__goiku .page-about__goiku--list .description-chiiku .page-about__goiku--note {
    width: 100%;
    padding: 0 calc(20 / 390 * 100vw);
    margin-top: calc(-37 / 390 * 100vw);
  }
  .page-about .page-about__goiku .page-about__goiku--list .description-shyokuiku {
    flex-direction: column-reverse;
    justify-content: center;
    transform: none;
    transform: translateX(15px);
  }
  .page-about .page-about__goiku .page-about__goiku--list .description-shyokuiku img {
    width: calc(185.6 / 390 * 100vw);
    height: auto;
    margin: 0 calc(14 / 390 * 100vw) 0 auto;
  }
  .page-about .page-about__goiku .page-about__goiku--list .description-shyokuiku .page-about__goiku--note {
    width: 100%;
    padding: 0 calc(26 / 390 * 100vw) 0 calc(5 / 390 * 100vw);
    margin-top: calc(-53 / 390 * 100vw);
  }
  .page-about .page-about__goiku .page-about__goiku--list .description-shyokuiku .page-about__goiku--note .bracket-mark {
    margin-left: 0.3em;
  }
  .page-about .page-about__goiku .page-about__goiku--list .description-taiiku {
    transform: none;
    margin-top: calc(-3 / 390 * 100vw);
  }
  .page-about .page-about__goiku .page-about__goiku--list .description-taiiku img {
    width: calc(267.27 / 390 * 100vw);
    height: auto;
  }
  .page-about .page-about__goiku .page-about__goiku--list .description-taiiku .page-about__goiku--note {
    width: 100%;
    padding: 0 calc(20 / 390 * 100vw);
    margin-top: calc(-25 / 390 * 100vw);
  }
  .page-about .page-about__goiku .page-about__goiku--list .description-tokuiku {
    flex-direction: column-reverse;
    justify-content: center;
    gap: 0;
    transform: none;
    margin: calc(2 / 390 * 100vw) 0 0;
  }
  .page-about .page-about__goiku .page-about__goiku--list .description-tokuiku img {
    width: calc(206.7 / 390 * 100vw);
    height: auto;
    margin: 0 calc(14 / 390 * 100vw) 0 auto;
    transform: translateX(calc(12 / 390 * 100vw));
  }
  .page-about .page-about__goiku .page-about__goiku--list .description-tokuiku .page-about__goiku--note {
    width: 100%;
    padding: 0 calc(20 / 390 * 100vw);
    margin-top: calc(-31 / 390 * 100vw);
  }
  .page-about .page-about__goiku .page-about__goiku--list .description-saiiku {
    transform: none;
  }
  .page-about .page-about__goiku .page-about__goiku--list .description-saiiku img {
    width: calc(232.6 / 390 * 100vw);
    height: auto;
  }
  .page-about .page-about__goiku .page-about__goiku--list .description-saiiku .page-about__goiku--note {
    width: 100%;
    padding: 0 calc(20 / 390 * 100vw);
    margin-top: calc(-20 / 390 * 100vw);
  }
  .page-about .page-about__goiku .page-about__goiku--closing {
    font-size: calc(18 / 390 * 100vw);
    font-weight: 500;
    font-family: "Kiwi Maru", serif;
    color: #476D48;
    line-height: normal;
    letter-spacing: 0;
    text-align: center;
  }
  .page-about .page-about__goiku .page-about__goiku--closing .sp-only {
    display: block;
  }
}
.schedule {
  width: 100%;
  max-width: 1500px;
  margin: 249px auto 0;
}
.schedule .schedule__inner {
  width: calc(100% - 400px);
  margin: 0 auto 100px;
  background-color: #E6EAD8;
  border-radius: 40px;
}
.schedule .schedule__inner .schedule__title {
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url(../../../img/title-deco-2.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 535px;
  height: 110px;
  font-size: 47.4px;
  font-weight: 500;
  font-family: "Kiwi Maru", serif;
  color: #fff;
  line-height: normal;
  letter-spacing: 0;
  text-align: center;
  transform: translateY(-50%);
  margin: 0 auto;
}
.schedule .schedule__inner .schedule__list {
  display: flex;
  flex-direction: column;
  gap: 61px;
  margin: 0 auto;
  padding: 25px 60px 106px;
}
.schedule .schedule__inner .schedule__list .schedule__item {
  position: relative;
}
.schedule .schedule__inner .schedule__list .schedule__item .schedule__item--inner {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 124px;
  z-index: 2;
}
.schedule .schedule__inner .schedule__list .schedule__item .schedule__item--inner img {
  position: relative;
  z-index: 2;
}
.schedule .schedule__inner .schedule__list .schedule__item .schedule__item--inner .schedule__text {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 454px;
  height: 70px;
  background-color: #fff;
  border: 3px solid #476D48;
  border-radius: 14px;
  font-size: 24px;
  font-weight: 500;
  font-family: "Zen Maru Gothic", sans-serif;
  color: #476D48;
  line-height: normal;
  letter-spacing: 0;
  text-align: center;
  padding: 2px 0 0;
  margin: 40px 0 0;
}
.schedule .schedule__inner .schedule__list .schedule__item .schedule__item--inner .schedule__text::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -13%;
  transform: translate(-50%, -50%);
  width: 85px;
  height: 3px;
  background-image: linear-gradient(to right, #75BE63 3px, transparent 2px);
  background-size: 10px 2px;
  background-repeat: repeat-x;
  background-position: left bottom;
}
.schedule .schedule__inner .schedule__list .schedule__item .schedule__item--inner .schedule__text--1, .schedule .schedule__inner .schedule__list .schedule__item .schedule__item--inner .schedule__text--8, .schedule .schedule__inner .schedule__list .schedule__item .schedule__item--inner .schedule__text--10 {
  background-color: #75BE63;
  border: 3px solid #75BE63;
  font-size: 24px;
  font-weight: 700;
  font-family: "Zen Maru Gothic", sans-serif;
  color: #fff;
  line-height: normal;
  letter-spacing: 0;
}
.schedule .schedule__inner .schedule__list .schedule__item .schedule__item--inner .schedule__text--3 {
  height: 107px;
  padding: 0 5px 0 0;
  margin: 42px 0 0;
}
.schedule .schedule__inner .schedule__list .schedule__item .schedule__item--image .schedule__item--photo {
  position: absolute;
  top: 76%;
  right: -39px;
  transform: translateY(-50%);
  width: 305px;
  height: auto;
  z-index: 1;
}
.schedule .schedule__inner .schedule__list .schedule__item .schedule__item--image::before {
  content: "";
  position: absolute;
  background-image: url(../img/life-deco.webp);
  background-repeat: no-repeat;
  background-size: contain;
  width: 102px;
  height: 86px;
  bottom: -286px;
  right: 107px;
  z-index: 2;
}
.schedule .schedule__inner .schedule__list .schedule__item .schedule__item--image-2 .schedule__item--photo-2 {
  position: absolute;
  top: -122px;
  right: -110px;
  width: 305px;
  height: auto;
  z-index: 1;
}
.schedule .schedule__inner .schedule__list .schedule__item .schedule__item--image-2::before {
  content: "";
  position: absolute;
  background-image: url(../img/life-deco-2.webp);
  background-repeat: no-repeat;
  background-size: contain;
  width: 105px;
  height: 103px;
  top: -264px;
  right: -102px;
  z-index: 2;
}
.schedule .schedule__inner .schedule__list .schedule__item .schedule__item--image-3 .schedule__item--photo-3 {
  position: absolute;
  bottom: -168px;
  right: -43px;
  width: 323px;
  height: auto;
  z-index: 1;
}
.schedule .schedule__inner .schedule__list .schedule__item .schedule__item--image-3::before {
  content: "";
  position: absolute;
  background-image: url(../img/life-deco-3.webp);
  background-repeat: no-repeat;
  background-size: contain;
  width: 92px;
  height: 78.6px;
  bottom: -239px;
  right: -90px;
  z-index: 2;
}
.schedule .schedule__inner .schedule__list .schedule__item .schedule__item--image-4 .schedule__item--photo-4 {
  position: absolute;
  bottom: -197px;
  right: -124px;
  width: 350.26px;
  height: auto;
  z-index: 1;
}
.schedule .schedule__inner .schedule__list .schedule__item .schedule__item--image-4::before {
  content: "";
  position: absolute;
  background-image: url(../img/life-deco-4.webp);
  background-repeat: no-repeat;
  background-size: contain;
  width: 117.32px;
  height: 109.03px;
  bottom: -303px;
  right: -82px;
  z-index: 2;
}
.schedule .schedule__inner .schedule__list .schedule__item .schedule__item--image-5 .schedule__item--photo-5 {
  position: absolute;
  bottom: -112px;
  right: -50px;
  width: 330.81px;
  height: auto;
  z-index: 1;
}
.schedule .schedule__inner .schedule__list .schedule__item .schedule__item--image-5::before {
  content: "";
  position: absolute;
  background-image: url(../img/life-deco-6.webp);
  background-repeat: no-repeat;
  background-size: contain;
  width: 82px;
  height: 94.83px;
  bottom: -222px;
  right: -80px;
  z-index: 2;
}
.schedule .schedule__inner--main {
  position: relative;
}
.schedule .schedule__inner--main::before {
  content: "";
  position: absolute;
  background-image: url(../img/life-deco-5.webp);
  background-repeat: no-repeat;
  background-size: contain;
  width: 78.86px;
  height: 78.86px;
  bottom: -55px;
  right: 116px;
  z-index: 2;
}
.schedule .schedule__inner--extra {
  background-color: #FFFBE8;
  margin: 0 auto 228px;
}
.schedule .schedule__inner--extra .schedule__subheading {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 454px;
  height: 70px;
  border-radius: 35px;
  background-color: #F6B956;
  font-size: 32px;
  font-weight: 700;
  font-family: "Zen Maru Gothic", sans-serif;
  color: #fff;
  line-height: normal;
  letter-spacing: 0;
  text-align: center;
  transform: translateY(-50%);
  padding: 0 0 8px;
  margin: 0 auto;
}
.schedule .schedule__inner--extra .schedule__list--extra {
  gap: 55px;
  padding: 38px 60px 89px;
}
.schedule .schedule__inner--extra .schedule__list--extra .schedule__item--extra .schedule__item--inner--extra .schedule__text {
  margin: 26px 0 0;
}

.event {
  width: 100%;
  max-width: 1500px;
  margin: 228px auto 0;
}
.event .event__inner {
  width: calc(100% - 400px);
  margin: 0 auto 79px;
  background-color: #FFF3EC;
  border-radius: 40px;
}
.event .event__inner .event__title {
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url(../../../img/title-deco-2.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 535px;
  height: 110px;
  font-size: 47.4px;
  font-weight: 500;
  font-family: "Kiwi Maru", serif;
  color: #fff;
  line-height: normal;
  letter-spacing: 0;
  text-align: center;
  transform: translateY(-56%);
  padding: 6px 0 0;
  margin: 0 auto;
}
.event .event__inner .event__list {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 62px 59px 0;
  margin: 0 auto;
}
.event .event__inner .event__list .event__item {
  position: relative;
}
.event .event__inner .event__list .event__item .event__item--inner {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 124px;
  margin: 0 0 80px;
}
.event .event__inner .event__list .event__item .event__item--inner .event__month {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 110px;
  height: 70px;
  background-color: #EA8988;
  border-radius: 13px;
  font-size: 24px;
  font-weight: 700;
  font-family: "Zen Maru Gothic", sans-serif;
  color: #fff;
  line-height: normal;
  letter-spacing: 0;
  text-align: center;
  padding: 0 0 0 4px;
  z-index: 2;
}
.event .event__inner .event__list .event__item .event__item--inner .event__month--green {
  background-color: #75BE63;
}
.event .event__inner .event__list .event__item .event__item--inner .event__month--yellow {
  background-color: #F6B956;
}
.event .event__inner .event__list .event__item .event__item--inner .event__detail {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 454px;
  height: 70px;
  background-color: #fff;
  border: 3px solid #EA8988;
  border-radius: 13px;
  font-size: 24px;
  font-weight: 700;
  font-family: "Zen Maru Gothic", sans-serif;
  color: #476D48;
  line-height: normal;
  letter-spacing: 0;
  text-align: center;
  z-index: 1;
}
.event .event__inner .event__list .event__item .event__item--inner .event__detail .sp-only {
  display: none;
}
.event .event__inner .event__list .event__item .event__item--inner .event__detail::before {
  content: "";
  position: absolute;
  top: 47%;
  left: -13%;
  transform: translate(-50%, -50%);
  width: 90px;
  height: 3px;
  background-image: linear-gradient(to right, #EA8988 3px, transparent 2px);
  background-size: 10px 2px;
  background-repeat: repeat-x;
  background-position: left bottom;
}
.event .event__inner .event__list .event__item .event__item--inner .event__detail--green {
  position: relative;
  border: 3px solid #476D48;
}
.event .event__inner .event__list .event__item .event__item--inner .event__detail--green::before {
  background-image: linear-gradient(to right, #476D48 3px, transparent 2px);
}
.event .event__inner .event__list .event__item .event__item--inner .event__detail--yellow {
  position: relative;
  background-color: #F6B956;
  border: 3px solid #F6B956;
  color: #fff;
}
.event .event__inner .event__list .event__item .event__item--inner .event__detail--yellow::before {
  background-image: linear-gradient(to right, #476D48 3px, transparent 2px);
}
.event .event__inner .event__list .event__item--small .event__item--inner {
  margin: 0 0 30px;
}
.event .event__inner .event__list .event__item--large .event__item--inner {
  margin: 0 0 130px;
}
.event .event__inner .event__list .event__item--last .event__item--inner {
  margin: 0 0 148px;
}
.event .event__inner .event__list .event__item .event__item--image .event__item--photo {
  position: absolute;
  top: 31px;
  right: -92px;
  width: 268.58px;
  height: auto;
  z-index: 1;
}
.event .event__inner .event__list .event__item .event__item--image::before {
  content: "";
  position: absolute;
  background-image: url(../img/life-event-deco.webp);
  background-repeat: no-repeat;
  background-size: cover;
  width: 33.5px;
  height: 40px;
  top: -80px;
  right: 27px;
  z-index: 2;
}
.event .event__inner .event__list .event__item .event__item--image::after {
  content: "";
  position: absolute;
  background-image: url(../img/life-event-deco2.webp);
  background-repeat: no-repeat;
  background-size: cover;
  width: 76.1px;
  height: 35.72px;
  bottom: -235px;
  right: -73px;
  z-index: 2;
}
.event .event__inner .event__list .event__item .event__item--image-2 .event__item--photo-2 {
  position: absolute;
  bottom: -46px;
  right: -130px;
  width: 317.28px;
  height: auto;
  z-index: 1;
}
.event .event__inner .event__list .event__item .event__item--image-2::before {
  content: "";
  position: absolute;
  background-image: url(../img/life-event-deco5.webp);
  background-repeat: no-repeat;
  background-size: cover;
  width: 48.02px;
  height: 44.19px;
  top: -278px;
  right: 75px;
  z-index: 2;
}
.event .event__inner .event__list .event__item .event__item--image-2::after {
  content: "";
  position: absolute;
  background-image: url(../img/life-event-deco6.webp);
  background-repeat: no-repeat;
  background-size: cover;
  width: 25px;
  height: 22px;
  top: 175px;
  right: 64px;
}
.event .event__inner .event__list .event__item .event__item--image-3 .event__item--photo-3 {
  position: absolute;
  top: -48px;
  right: -127px;
  width: 333.73px;
  height: auto;
  z-index: 1;
}
.event .event__inner .event__list .event__item .event__item--image-3::before {
  content: "";
  position: absolute;
  background-image: url(../img/life-event-deco7.webp);
  background-repeat: no-repeat;
  background-size: cover;
  width: 20px;
  height: 27px;
  top: -53px;
  right: -102px;
}
.event .event__inner .event__list .event__item .event__item--image-3::after {
  content: "";
  position: absolute;
  background-image: url(../img/life-event-deco8.webp);
  background-repeat: no-repeat;
  background-size: cover;
  width: 65px;
  height: 41px;
  top: 395px;
  right: -73px;
}
.event .event__inner .event__list::before {
  content: "";
  position: absolute;
  background-image: url(../img/life-event-deco3.webp);
  background-repeat: no-repeat;
  background-size: cover;
  width: 48.27px;
  height: 30.09px;
  top: 641px;
  right: 87px;
  z-index: 2;
}
.event .event__inner .event__list::after {
  content: "";
  position: absolute;
  background-image: url(../img/life-event-deco4.webp);
  background-repeat: no-repeat;
  background-size: cover;
  width: 61px;
  height: 38px;
  top: 718px;
  right: 26px;
  z-index: 2;
}

@media screen and (max-width: 1400px) {
  .schedule {
    width: 100%;
    max-width: 100%;
  }
  .schedule .schedule__inner {
    width: calc(100% - 300px);
  }
  .event {
    width: 100%;
    max-width: 100%;
  }
  .event .event__inner {
    width: calc(100% - 300px);
  }
}
@media screen and (max-width: 1300px) {
  .schedule {
    width: 100%;
    max-width: 100%;
  }
  .schedule .schedule__inner {
    width: calc(100% - 200px);
  }
  .event {
    width: 100%;
    max-width: 100%;
  }
  .event .event__inner {
    width: calc(100% - 200px);
  }
}
@media screen and (max-width: 1200px) {
  .schedule {
    width: 100%;
    max-width: 100%;
  }
  .schedule .schedule__inner {
    width: calc(100% - 150px);
  }
  .schedule .schedule__inner .schedule__list .schedule__item .schedule__item--image .schedule__item--photo {
    width: 255px;
  }
  .schedule .schedule__inner .schedule__list .schedule__item .schedule__item--image-2 .schedule__item--photo-2 {
    width: 255px;
  }
  .schedule .schedule__inner .schedule__list .schedule__item .schedule__item--image-3 .schedule__item--photo-3 {
    width: 273px;
    right: -70px;
  }
  .schedule .schedule__inner .schedule__list .schedule__item .schedule__item--image-4 .schedule__item--photo-4 {
    width: 300px;
  }
  .schedule .schedule__inner .schedule__list .schedule__item .schedule__item--image-5 .schedule__item--photo-5 {
    width: 250px;
  }
  .event {
    width: 100%;
    max-width: 100%;
  }
  .event .event__inner {
    width: calc(100% - 150px);
  }
}
@media screen and (max-width: 1100px) {
  .schedule .schedule__inner .schedule__list .schedule__item .schedule__item--inner {
    gap: 95px;
  }
  .schedule .schedule__inner .schedule__list .schedule__item .schedule__item--image .schedule__item--photo {
    right: -105px;
  }
  .schedule .schedule__inner .schedule__list .schedule__item .schedule__item--image-3 .schedule__item--photo-3 {
    right: -105px;
  }
  .schedule .schedule__inner .schedule__list .schedule__item .schedule__item--image-5 .schedule__item--photo-5 {
    right: -100px;
  }
  .event .event__inner .event__list .event__item .event__item--inner {
    gap: 120px;
  }
  .event .event__inner .event__list .event__item .event__item--image-3 .event__item--photo-3 {
    top: -20px;
    right: -140px;
    width: 310px;
    height: auto;
  }
  .event .event__inner .event__list .event__item .event__item--image-3::before {
    right: -50px;
  }
}
@media screen and (max-width: 1000px) {
  .schedule .schedule__inner .schedule__list .schedule__item .schedule__item--inner {
    gap: 45px;
  }
  .schedule .schedule__inner .schedule__list .schedule__item .schedule__item--inner .schedule__text {
    width: 430px;
  }
  .schedule .schedule__inner .schedule__list .schedule__item .schedule__item--inner .schedule__text::before {
    width: 45px;
    left: -7%;
  }
  .event .event__inner .event__list .event__item .event__item--inner {
    gap: 60px;
  }
  .event .event__inner .event__list .event__item .event__item--inner .event__detail {
    width: 430px;
  }
  .event .event__inner .event__list .event__item .event__item--inner .event__detail::before {
    width: 45px;
    left: -7%;
  }
}
@media screen and (max-width: 930px) {
  .schedule {
    width: 100%;
    max-width: 100%;
  }
  .schedule .schedule__inner .schedule__list {
    display: flex;
    flex-direction: column;
    gap: 45px;
    padding: 0 60px 106px;
  }
  .schedule .schedule__inner .schedule__list .schedule__item {
    position: relative;
  }
  .schedule .schedule__inner .schedule__list .schedule__item--2 {
    margin: 110px 0 0;
  }
  .schedule .schedule__inner .schedule__list .schedule__item--3 {
    margin: -1px 0 0;
  }
  .schedule .schedule__inner .schedule__list .schedule__item--4 {
    margin: 130px 0 0;
  }
  .schedule .schedule__inner .schedule__list .schedule__item--6 {
    margin: 110px 0 0;
  }
  .schedule .schedule__inner .schedule__list .schedule__item--7 {
    margin: 9px 0 0;
  }
  .schedule .schedule__inner .schedule__list .schedule__item--8 {
    margin: 140px 0 0;
  }
  .schedule .schedule__inner .schedule__list .schedule__item .schedule__item--inner {
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  .schedule .schedule__inner .schedule__list .schedule__item .schedule__item--inner img {
    width: 100px;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .schedule .schedule__inner .schedule__list .schedule__item .schedule__item--image .schedule__item--photo {
    position: absolute;
    top: 82%;
    right: -39px;
    transform: none;
    width: 255px;
    height: auto;
    z-index: 1;
  }
  .schedule .schedule__inner .schedule__list .schedule__item .schedule__item--image::before {
    content: "";
    position: absolute;
    background-image: url(../img/life-deco.webp);
    background-repeat: no-repeat;
    background-size: contain;
    width: 71px;
    height: 64px;
    bottom: 0;
    right: -50px;
    z-index: 2;
  }
  .schedule .schedule__inner .schedule__list .schedule__item .schedule__item--image-2 .schedule__item--photo-2 {
    position: absolute;
    top: -155px;
    right: -70px;
    width: 255px;
    height: auto;
    z-index: 1;
  }
  .schedule .schedule__inner .schedule__list .schedule__item .schedule__item--image-2::before {
    content: "";
    position: absolute;
    background-image: url(../img/life-deco-2.webp);
    background-repeat: no-repeat;
    background-size: contain;
    width: 71px;
    height: 71px;
    top: 112px;
    right: -50px;
    z-index: 2;
  }
  .schedule .schedule__inner .schedule__list .schedule__item .schedule__item--image-3 .schedule__item--photo-3 {
    position: absolute;
    bottom: -213px;
    right: -43px;
    width: 273px;
    height: auto;
    z-index: 1;
  }
  .schedule .schedule__inner .schedule__list .schedule__item .schedule__item--image-3::before {
    content: "";
    position: absolute;
    background-image: url(../img/life-deco-3.webp);
    background-repeat: no-repeat;
    background-size: contain;
    width: 63px;
    height: 60px;
    bottom: -200px;
    right: -50px;
    z-index: 2;
  }
  .schedule .schedule__inner .schedule__list .schedule__item .schedule__item--image-4 .schedule__item--photo-4 {
    position: absolute;
    bottom: -240px;
    right: -80px;
    width: 300px;
    height: auto;
    z-index: 1;
  }
  .schedule .schedule__inner .schedule__list .schedule__item .schedule__item--image-4::before {
    content: "";
    position: absolute;
    background-image: url(../img/life-deco-4.webp);
    background-repeat: no-repeat;
    background-size: contain;
    width: 83px;
    height: 77px;
    bottom: 3px;
    right: -60px;
    z-index: 2;
  }
  .schedule .schedule__inner .schedule__list .schedule__item .schedule__item--image-5 .schedule__item--photo-5 {
    position: absolute;
    bottom: -168px;
    right: -50px;
    width: 250px;
    height: auto;
    z-index: 1;
  }
  .schedule .schedule__inner .schedule__list .schedule__item .schedule__item--image-5::before {
    content: "";
    position: absolute;
    background-image: url(../img/life-deco-6.webp);
    background-repeat: no-repeat;
    background-size: contain;
    width: 53px;
    height: 58px;
    bottom: -340px;
    right: -5px;
    z-index: 2;
  }
  .schedule .schedule__inner--main {
    position: relative;
  }
  .schedule .schedule__inner--main::before {
    content: "";
    position: absolute;
    background-image: url(../img/life-deco-5.webp);
    background-repeat: no-repeat;
    background-size: contain;
    width: 61px;
    height: 58px;
    bottom: 22px;
    right: 12px;
    z-index: 2;
  }
  .schedule .schedule__inner--extra {
    background-color: #FFFBE8;
    margin: 0 auto 70px;
  }
  .schedule .schedule__inner--extra .schedule__list--extra {
    padding: 0 60px 89px;
  }
  .schedule .schedule__inner--extra .schedule__list--extra .schedule__item--extra:nth-child(2) {
    margin: 100px 0 0;
  }
  .event {
    width: 100%;
    max-width: 100%;
  }
  .event .event__inner .event__list {
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 10px 59px 0;
    margin: 0 auto;
  }
  .event .event__inner .event__list .event__item {
    position: relative;
  }
  .event .event__inner .event__list .event__item .event__item--inner {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 40px;
    margin: 0 0 30px;
  }
  .event .event__inner .event__list .event__item--may {
    margin: 170px 0 0;
  }
  .event .event__inner .event__list .event__item--november {
    margin: 140px 0 0;
  }
  .event .event__inner .event__list .event__item--everymonth {
    margin: 235px 0 0;
  }
  .event .event__inner .event__list .event__item--last .event__item--inner {
    margin: 0 0 106px;
  }
  .event .event__inner .event__list .event__item .event__item--image .event__item--photo {
    position: absolute;
    top: 62px;
    right: -45px;
    width: 230px;
    height: auto;
    z-index: 1;
  }
  .event .event__inner .event__list .event__item .event__item--image::before {
    content: "";
    position: absolute;
    background-image: url(../img/life-event-deco.webp);
    background-repeat: no-repeat;
    background-size: cover;
    top: -40px;
    right: 0;
    z-index: 2;
  }
  .event .event__inner .event__list .event__item .event__item--image::after {
    content: "";
    position: absolute;
    background-image: url(../img/life-event-deco2.webp);
    background-repeat: no-repeat;
    background-size: cover;
    bottom: 10px;
    right: -72px;
    z-index: 2;
  }
  .event .event__inner .event__list .event__item .event__item--image-2 .event__item--photo-2 {
    position: absolute;
    width: 350px;
    height: auto;
    bottom: 52px;
    right: -50px;
  }
  .event .event__inner .event__list .event__item .event__item--image-2::before {
    content: "";
    position: absolute;
    background-image: url(../img/life-event-deco5.webp);
    background-repeat: no-repeat;
    background-size: cover;
    width: 34px;
    height: 32px;
    top: auto;
    bottom: 90px;
    right: 0;
    z-index: 2;
  }
  .event .event__inner .event__list .event__item .event__item--image-2::after {
    content: "";
    position: absolute;
    background-image: url(../img/life-event-deco6.webp);
    background-repeat: no-repeat;
    background-size: cover;
    width: 25px;
    height: 22px;
    top: 100px;
    right: 40px;
  }
  .event .event__inner .event__list .event__item .event__item--image-3 .event__item--photo-3 {
    position: absolute;
    width: 350px;
    height: auto;
    top: 43px;
    right: -40px;
    z-index: 1;
  }
  .event .event__inner .event__list .event__item .event__item--image-3::before {
    content: "";
    position: absolute;
    background-image: url(../img/life-event-deco7.webp);
    background-repeat: no-repeat;
    background-size: cover;
    width: 20px;
    height: 27px;
    top: 85px;
    right: -6px;
  }
  .event .event__inner .event__list .event__item .event__item--image-3::after {
    content: "";
    position: absolute;
    background-image: url(../img/life-event-deco8.webp);
    background-repeat: no-repeat;
    background-size: cover;
    width: 60px;
    height: 36px;
    top: auto;
    bottom: -500px;
    right: -30px;
  }
  .event .event__inner .event__list::before {
    content: "";
    position: absolute;
    background-image: url(../img/life-event-deco3.webp);
    background-repeat: no-repeat;
    background-size: cover;
    width: 35px;
    height: 24px;
    top: 809px;
    right: 39px;
    z-index: 2;
  }
  .event .event__inner .event__list::after {
    content: "";
    position: absolute;
    background-image: url(../img/life-event-deco4.webp);
    background-repeat: no-repeat;
    background-size: cover;
    width: 51px;
    height: 32px;
    top: 840px;
    right: 12px;
    z-index: 2;
  }
}
@media screen and (max-width: 830px) {
  .schedule .schedule__inner {
    width: calc(100% - 80px);
  }
  .event .event__inner {
    width: calc(100% - 80px);
  }
  .event .event__inner .event__list .event__item .event__item--inner .event__detail .sp-only {
    display: block;
  }
  .event .event__inner .event__list .event__item .event__item--inner .event__detail--yellow {
    height: 90px;
  }
}
@media screen and (max-width: 768px) {
  .schedule .schedule__inner .schedule__title {
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url(../../../img/title-deco-2.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    max-width: 402px;
    height: 83px;
    font-size: 30px;
    font-weight: 500;
    font-family: "Kiwi Maru", serif;
    color: #fff;
    line-height: normal;
    letter-spacing: 0;
    text-align: center;
    transform: translateY(-60%);
    margin: 0 auto;
    padding: 0 0 1px 8px;
  }
  .schedule .schedule__inner .schedule__list .schedule__item .schedule__item--image-5 .schedule__item--photo-5 {
    position: absolute;
    bottom: -168px;
    right: -50px;
    width: 250px;
    height: auto;
    z-index: 1;
  }
  .schedule .schedule__inner .schedule__list .schedule__item .schedule__item--image-5::before {
    width: 53px;
    height: 58px;
    bottom: -290px;
    right: -5px;
    z-index: 2;
  }
  .schedule .schedule__inner .schedule__list .schedule__item .schedule__item--inner .schedule__text {
    width: 350px;
    height: 60px;
    font-size: 21px;
    font-weight: 500;
    font-family: "Zen Maru Gothic", sans-serif;
    color: #476D48;
    line-height: normal;
    letter-spacing: 0;
    text-align: center;
  }
  .schedule .schedule__inner .schedule__list .schedule__item .schedule__item--inner .schedule__text--1, .schedule .schedule__inner .schedule__list .schedule__item .schedule__item--inner .schedule__text--8, .schedule .schedule__inner .schedule__list .schedule__item .schedule__item--inner .schedule__text--10 {
    background-color: #75BE63;
    border: 2px solid #75BE63;
    font-size: 21px;
    font-weight: 700;
    font-family: "Zen Maru Gothic", sans-serif;
    color: #fff;
    line-height: normal;
    letter-spacing: 0;
  }
  .schedule .schedule__inner .schedule__list .schedule__item .schedule__item--inner .schedule__text--3 {
    height: 90px;
    padding: 0;
    margin: 20px 0 0;
  }
  .schedule .schedule__inner--extra {
    background-color: #FFFBE8;
    margin: 0 auto 70px;
  }
  .schedule .schedule__inner--extra .schedule__subheading {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 350px;
    height: 56px;
    border-radius: 35px;
    background-color: #F6B956;
    font-size: 30px;
    font-weight: 500;
    font-family: "Kiwi Maru", serif;
    color: #fff;
    line-height: normal;
    letter-spacing: 0;
    text-align: center;
    transform: translateY(-50%);
    padding: 0;
    margin: 0 auto;
  }
  .schedule .schedule__inner--extra .schedule__list--extra {
    gap: 10px;
    padding: 10px 60px 60px;
  }
  .schedule .schedule__inner--extra .schedule__list--extra .schedule__item--extra .schedule__item--inner--extra .schedule__text {
    margin: 21px 0 0;
  }
  .event .event__inner .event__title {
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url(../../../img/title-deco-2.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    max-width: 402px;
    height: 83px;
    font-size: 30px;
    font-weight: 500;
    font-family: "Kiwi Maru", serif;
    color: #fff;
    line-height: normal;
    letter-spacing: 0;
    text-align: center;
    transform: translateY(-47%);
    padding: 0;
    margin: 0 auto;
  }
  .event .event__inner .event__list .event__item .event__item--inner .event__month {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 90px;
    height: 50px;
    background-color: #EA8988;
    border-radius: 13px;
    font-size: 21px;
    font-weight: 700;
    font-family: "Zen Maru Gothic", sans-serif;
    color: #fff;
    line-height: normal;
    letter-spacing: 0;
    text-align: center;
    padding: 0;
  }
  .event .event__inner .event__list .event__item .event__item--inner .event__month--green {
    background-color: #75BE63;
  }
  .event .event__inner .event__list .event__item .event__item--inner .event__month--yellow {
    background-color: #F6B956;
  }
  .event .event__inner .event__list .event__item .event__item--inner .event__detail {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 350px;
    height: 60px;
    background-color: #fff;
    border: 3px solid #EA8988;
    border-radius: 13px;
    font-size: 21px;
    font-weight: 700;
    font-family: "Zen Maru Gothic", sans-serif;
    color: #476D48;
    line-height: normal;
    letter-spacing: 0;
    text-align: center;
  }
  .event .event__inner .event__list .event__item .event__item--inner .event__detail .sp-only {
    display: block;
  }
  .event .event__inner .event__list .event__item .event__item--inner .event__detail::before {
    content: "";
    position: absolute;
    top: 53%;
    left: -8%;
    transform: translate(-50%, -50%);
    width: 30px;
    height: 3px;
    background-image: linear-gradient(to right, #EA8988 3px, transparent 2px);
    background-size: 10px 2px;
    background-repeat: repeat-x;
    background-position: left bottom;
  }
  .event .event__inner .event__list .event__item .event__item--inner .event__detail--green {
    position: relative;
    border: 3px solid #476D48;
  }
  .event .event__inner .event__list .event__item .event__item--inner .event__detail--green::before {
    background-image: linear-gradient(to right, #476D48 3px, transparent 2px);
  }
  .event .event__inner .event__list .event__item .event__item--inner .event__detail--yellow {
    position: relative;
    height: 90px;
    background-color: #F6B956;
    border: 3px solid #F6B956;
    color: #fff;
  }
  .event .event__inner .event__list .event__item .event__item--inner .event__detail--yellow::before {
    background-image: linear-gradient(to right, #476D48 3px, transparent 2px);
  }
  .event .event__inner .event__list .event__item .event__item--image .event__item--photo {
    position: absolute;
    top: 52px;
    right: -45px;
    width: 220px;
    height: auto;
    z-index: 1;
  }
  .event .event__inner .event__list .event__item .event__item--image-2 .event__item--photo-2 {
    position: absolute;
    width: 330px;
    height: auto;
    bottom: 47px;
    right: -42px;
  }
  .event .event__inner .event__list .event__item .event__item--image-2::after {
    content: "";
    position: absolute;
    background-image: url(../img/life-event-deco6.webp);
    background-repeat: no-repeat;
    background-size: cover;
    top: auto;
    bottom: -24px;
    right: 27px;
  }
  .event .event__inner .event__list .event__item .event__item--image-3 .event__item--photo-3 {
    position: absolute;
    width: 320px;
    height: auto;
    top: 36px;
    right: -40px;
    z-index: 1;
  }
  .event .event__inner .event__list::before {
    content: "";
    position: absolute;
    background-image: url(../img/life-event-deco3.webp);
    background-repeat: no-repeat;
    background-size: cover;
    top: 700px;
    right: 39px;
    z-index: 2;
  }
  .event .event__inner .event__list::after {
    content: "";
    position: absolute;
    background-image: url(../img/life-event-deco4.webp);
    background-repeat: no-repeat;
    background-size: cover;
    top: 760px;
    right: 12px;
    z-index: 2;
  }
}
@media screen and (max-width: 670px) {
  .schedule .schedule__inner .schedule__list {
    padding: 0 40px 60px;
  }
  .schedule .schedule__inner .schedule__list .schedule__item .schedule__item--inner img {
    width: 90px;
  }
  .schedule .schedule__inner .schedule__list .schedule__item .schedule__item--inner .schedule__text::before {
    width: 45px;
    left: -10%;
  }
  .schedule .schedule__inner--extra .schedule__list--extra {
    padding: 15px 40px 60px;
  }
  .event .event__inner .event__list {
    padding: 10px 40px 0;
  }
}
@media screen and (max-width: 580px) {
  .schedule .schedule__inner .schedule__title {
    width: 100%;
    max-width: 380px;
    height: 77px;
  }
  .schedule .schedule__inner .schedule__list {
    padding: 0 40px 60px;
  }
  .schedule .schedule__inner .schedule__list .schedule__item .schedule__item--inner {
    gap: 25px;
  }
  .schedule .schedule__inner .schedule__list .schedule__item .schedule__item--inner img {
    width: 70px;
  }
  .schedule .schedule__inner .schedule__list .schedule__item .schedule__item--inner .schedule__text {
    margin: 25px 0 0;
  }
  .schedule .schedule__inner .schedule__list .schedule__item .schedule__item--inner .schedule__text::before {
    background-size: 6px 2px;
  }
  .schedule .schedule__inner .schedule__list .schedule__item .schedule__item--image-2::before {
    content: "";
    position: absolute;
    background-image: url(../img/life-deco-2.webp);
    background-repeat: no-repeat;
    background-size: contain;
    width: 71px;
    height: 71px;
    top: 89px;
    right: -40px;
    z-index: 2;
  }
  .schedule .schedule__inner .schedule__list .schedule__item .schedule__item--image-3 .schedule__item--photo-3 {
    position: absolute;
    bottom: -195px;
    right: -33px;
    width: 255px;
    height: auto;
    z-index: 1;
  }
  .schedule .schedule__inner .schedule__list .schedule__item .schedule__item--image-3::before {
    content: "";
    position: absolute;
    background-image: url(../img/life-deco-3.webp);
    background-repeat: no-repeat;
    background-size: contain;
    width: 53px;
    height: 50px;
    bottom: -203px;
    right: -47px;
    z-index: 2;
  }
  .schedule .schedule__inner .schedule__list .schedule__item .schedule__item--image-4 .schedule__item--photo-4 {
    position: absolute;
    bottom: -238px;
    right: -42px;
    width: 250px;
    height: auto;
    z-index: 1;
  }
  .schedule .schedule__inner .schedule__list .schedule__item .schedule__item--image-4::before {
    content: "";
    position: absolute;
    background-image: url(../img/life-deco-4.webp);
    background-repeat: no-repeat;
    background-size: contain;
    width: 83px;
    height: 77px;
    bottom: -46px;
    right: -45px;
    z-index: 2;
  }
  .schedule .schedule__inner .schedule__list .schedule__item .schedule__item--image-5 .schedule__item--photo-5 {
    position: absolute;
    bottom: -165px;
    right: -50px;
    width: 230px;
    height: auto;
    z-index: 1;
  }
  .schedule .schedule__inner .schedule__list .schedule__item .schedule__item--image-5::before {
    content: "";
    position: absolute;
    background-image: url(../img/life-deco-6.webp);
    background-repeat: no-repeat;
    background-size: contain;
    width: 48px;
    height: 52px;
    bottom: -275px;
    right: -23px;
    z-index: 2;
  }
  .schedule .schedule__inner--extra .schedule__list--extra {
    padding: 15px 40px 60px;
  }
  .schedule .schedule__inner--main::before {
    content: "";
    position: absolute;
    background-image: url(../img/life-deco-5.webp);
    background-repeat: no-repeat;
    background-size: contain;
    width: 56px;
    height: 53px;
    bottom: 9px;
    right: 22px;
    z-index: 2;
  }
  .event .event__inner .event__title {
    width: 100%;
    max-width: 380px;
    height: 77px;
  }
  .event .event__inner .event__list {
    position: relative;
    padding: 10px 20px 0;
  }
  .event .event__inner .event__list .event__item .event__item--inner {
    gap: 30px;
  }
  .event .event__inner .event__list .event__item .event__item--inner .event__detail::before {
    left: -10%;
    width: 45px;
    background-size: 6px 2px;
  }
  .event .event__inner .event__list .event__item .event__item--image .event__item--photo {
    position: absolute;
    top: 66px;
    right: -10px;
    width: 214px;
    height: auto;
    z-index: 1;
  }
  .event .event__inner .event__list .event__item .event__item--image::before {
    content: "";
    position: absolute;
    background-image: url(../img/life-event-deco.webp);
    background-repeat: no-repeat;
    background-size: cover;
    width: 28px;
    height: 35px;
    top: -45px;
    right: 0;
    z-index: 2;
  }
  .event .event__inner .event__list .event__item .event__item--image::after {
    content: "";
    position: absolute;
    background-image: url(../img/life-event-deco2.webp);
    background-repeat: no-repeat;
    background-size: cover;
    width: 56px;
    height: 27px;
    bottom: 10px;
    right: -36px;
    z-index: 2;
  }
  .event .event__inner .event__list .event__item .event__item--image-2::before {
    content: "";
    position: absolute;
    background-image: url(../img/life-event-deco5.webp);
    background-repeat: no-repeat;
    background-size: cover;
    width: 34px;
    height: 32px;
    top: auto;
    bottom: 96px;
    right: -15px;
    z-index: 2;
  }
  .event .event__inner .event__list .event__item .event__item--image-2::after {
    width: 20px;
    height: 18px;
  }
  .event .event__inner .event__list .event__item .event__item--image-3::after {
    width: 45px;
    height: 27px;
  }
  .event .event__inner .event__list::before {
    content: "";
    position: absolute;
    background-image: url(../img/life-event-deco3.webp);
    background-repeat: no-repeat;
    background-size: cover;
    width: 30px;
    height: 19px;
    top: 700px;
    right: 0;
    z-index: 2;
  }
  .event .event__inner .event__list::after {
    content: "";
    position: absolute;
    background-image: url(../img/life-event-deco4.webp);
    background-repeat: no-repeat;
    background-size: cover;
    width: 41px;
    height: 26px;
    top: 725px;
    right: -15px;
    z-index: 2;
  }
}
@media screen and (max-width: 560px) {
  .schedule .schedule__inner .schedule__list {
    padding: 0 20px 60px;
  }
  .schedule .schedule__inner .schedule__list .schedule__item .schedule__item--inner img {
    width: 70px;
  }
  .schedule .schedule__inner .schedule__list .schedule__item .schedule__item--inner .schedule__text {
    margin: 25px 0 0;
  }
  .schedule .schedule__inner--extra .schedule__list--extra {
    padding: 15px 20px 60px;
  }
  .event .event__inner .event__list {
    padding: 10px 20px 0;
  }
  .event .event__inner .event__list .event__item .event__item--inner .event__detail::before {
    width: 35px;
  }
}
@media screen and (max-width: 500px) {
  .schedule .schedule__inner {
    width: calc(100% - 60px);
  }
  .schedule .schedule__inner .schedule__title {
    width: 100%;
    max-width: 308px;
    height: 63px;
  }
  .schedule .schedule__inner .schedule__list .schedule__item .schedule__item--inner .schedule__text {
    height: 55px;
    font-size: 18px;
  }
  .schedule .schedule__inner .schedule__list .schedule__item .schedule__item--inner .schedule__text--3 {
    height: 65px;
  }
  .schedule .schedule__inner .schedule__list .schedule__item .schedule__item--image .schedule__item--photo {
    position: absolute;
    top: 82%;
    right: -5px;
    transform: none;
    width: 235px;
    height: auto;
    z-index: 1;
  }
  .schedule .schedule__inner .schedule__list .schedule__item .schedule__item--image::before {
    content: "";
    position: absolute;
    background-image: url(../img/life-deco.webp);
    background-repeat: no-repeat;
    background-size: contain;
    width: 64px;
    height: 46px;
    bottom: -21px;
    right: -40px;
    z-index: 2;
  }
  .schedule .schedule__inner .schedule__list .schedule__item .schedule__item--image-2 .schedule__item--photo-2 {
    position: absolute;
    top: -165px;
    right: -25px;
    width: 220px;
    height: auto;
    z-index: 1;
  }
  .schedule .schedule__inner .schedule__list .schedule__item .schedule__item--image-2::before {
    content: "";
    position: absolute;
    background-image: url(../img/life-deco-2.webp);
    background-repeat: no-repeat;
    background-size: contain;
    width: 52px;
    height: 61px;
    top: 85px;
    right: -28px;
    z-index: 2;
  }
  .schedule .schedule__inner .schedule__list .schedule__item .schedule__item--image-3 .schedule__item--photo-3 {
    position: absolute;
    bottom: -175px;
    right: -10px;
    width: 225px;
    height: auto;
    z-index: 1;
  }
  .schedule .schedule__inner .schedule__list .schedule__item .schedule__item--image-3::before {
    content: "";
    position: absolute;
    background-image: url(../img/life-deco-3.webp);
    background-repeat: no-repeat;
    background-size: contain;
    width: 43px;
    height: 45px;
    bottom: -185px;
    right: -30px;
    z-index: 2;
  }
  .schedule .schedule__inner .schedule__list .schedule__item .schedule__item--image-4 .schedule__item--photo-4 {
    position: absolute;
    bottom: -220px;
    right: -20px;
    width: 235px;
    height: auto;
    z-index: 1;
  }
  .schedule .schedule__inner .schedule__list .schedule__item .schedule__item--image-4::before {
    content: "";
    position: absolute;
    background-image: url(../img/life-deco-4.webp);
    background-repeat: no-repeat;
    background-size: contain;
    width: 66px;
    height: 60px;
    bottom: -42px;
    right: -17px;
    z-index: 2;
  }
  .schedule .schedule__inner .schedule__list .schedule__item .schedule__item--image-5 .schedule__item--photo-5 {
    position: absolute;
    bottom: -160px;
    right: -30px;
    width: 210px;
    height: auto;
    z-index: 1;
  }
  .schedule .schedule__inner .schedule__list .schedule__item .schedule__item--image-5::before {
    content: "";
    position: absolute;
    background-image: url(../img/life-deco-6.webp);
    background-repeat: no-repeat;
    background-size: contain;
    width: 43px;
    height: 47px;
    bottom: -257px;
    right: 0;
    z-index: 2;
  }
  .schedule .schedule__inner--main::before {
    content: "";
    position: absolute;
    background-image: url(../img/life-deco-5.webp);
    background-repeat: no-repeat;
    background-size: contain;
    width: 47px;
    height: 38px;
    bottom: 13px;
    right: 10px;
    z-index: 2;
  }
  .schedule .schedule__inner--extra .schedule__subheading {
    width: 100%;
    max-width: 308px;
    transform: translateY(-25%);
  }
  .schedule .schedule__inner--extra .schedule__subheading .schedule__list--extra {
    padding: 15px 20px 60px;
  }
  .event .event__inner {
    width: calc(100% - 60px);
  }
  .event .event__inner .event__title {
    width: 100%;
    max-width: 308px;
    height: 63px;
  }
  .event .event__inner .event__list .event__item .event__item--inner .event__date {
    width: 100%;
    max-width: 80px;
    font-size: 18px;
  }
  .event .event__inner .event__list .event__item .event__item--inner .event__detail {
    height: 55px;
    font-size: 18px;
  }
  .event .event__inner .event__list .event__item .event__item--inner .event__detail--yellow {
    height: 65px;
  }
  .event .event__inner .event__list .event__item .event__item--image .event__item--photo {
    position: absolute;
    top: 66px;
    right: -10px;
    width: 214px;
    height: auto;
    z-index: 1;
  }
  .event .event__inner .event__list .event__item .event__item--image::before {
    content: "";
    position: absolute;
    background-image: url(../img/life-event-deco.webp);
    background-repeat: no-repeat;
    background-size: cover;
    width: 28px;
    height: 35px;
    top: -45px;
    right: 0;
    z-index: 2;
  }
  .event .event__inner .event__list .event__item .event__item--image::after {
    content: "";
    position: absolute;
    background-image: url(../img/life-event-deco2.webp);
    background-repeat: no-repeat;
    background-size: cover;
    width: 56px;
    height: 27px;
    bottom: 10px;
    right: -36px;
    z-index: 2;
  }
  .event .event__inner .event__list .event__item .event__item--image-2::before {
    content: "";
    position: absolute;
    background-image: url(../img/life-event-deco5.webp);
    background-repeat: no-repeat;
    background-size: cover;
    width: 34px;
    height: 32px;
    top: auto;
    bottom: 96px;
    right: -15px;
    z-index: 2;
  }
  .event .event__inner .event__list .event__item .event__item--image-2::after {
    width: 20px;
    height: 18px;
  }
  .event .event__inner .event__list .event__item .event__item--image-3::after {
    width: 45px;
    height: 27px;
  }
  .event .event__inner .event__list::before {
    content: "";
    position: absolute;
    background-image: url(../img/life-event-deco3.webp);
    background-repeat: no-repeat;
    background-size: cover;
    width: 30px;
    height: 19px;
    top: 700px;
    right: 0;
    z-index: 2;
  }
  .event .event__inner .event__list::after {
    content: "";
    position: absolute;
    background-image: url(../img/life-event-deco4.webp);
    background-repeat: no-repeat;
    background-size: cover;
    width: 41px;
    height: 26px;
    top: 725px;
    right: -15px;
    z-index: 2;
  }
}
@media screen and (max-width: 450px) {
  .schedule {
    margin: 200px auto 0;
  }
  .schedule .schedule__inner {
    width: calc(100% - 40px);
  }
  .schedule .schedule__inner .schedule__title {
    width: 100%;
    max-width: 280px;
    height: 57px;
  }
  .schedule .schedule__inner .schedule__list .schedule__item .schedule__item--inner img {
    width: 65px;
  }
  .schedule .schedule__inner .schedule__list .schedule__item .schedule__item--inner .schedule__text {
    height: 50px;
    font-size: 16px;
  }
  .schedule .schedule__inner .schedule__list .schedule__item .schedule__item--inner .schedule__text::before {
    width: 28px;
    left: -8%;
  }
  .schedule .schedule__inner .schedule__list .schedule__item .schedule__item--inner .schedule__text--3 {
    height: 60px;
  }
  .schedule .schedule__inner--extra .schedule__subheading {
    width: 100%;
    max-width: 280px;
    transform: translateY(-25%);
  }
  .schedule .schedule__inner--extra .schedule__subheading .schedule__list--extra {
    padding: 65px 20px 60px;
  }
  .event {
    margin: 157px auto 0;
  }
  .event .event__inner {
    width: calc(100% - 40px);
  }
  .event .event__inner .event__title {
    width: 100%;
    max-width: 280px;
    height: 57px;
  }
  .event .event__inner .event__list .event__item .event__item--inner .event__date {
    width: 100%;
    max-width: 80px;
    font-size: 16px;
  }
  .event .event__inner .event__list .event__item .event__item--inner .event__detail {
    height: 50px;
    font-size: 16px;
  }
  .event .event__inner .event__list .event__item .event__item--inner .event__detail::before {
    width: 28px;
    left: -9%;
  }
  .event .event__inner .event__list .event__item .event__item--inner .event__detail--yellow {
    height: 60px;
  }
}
@media screen and (max-width: 390px) {
  .schedule {
    width: 100%;
    max-width: 100%;
    margin: calc(157 / 390 * 100vw) auto 0;
  }
  .schedule .schedule__inner {
    width: calc(100% - 40 / 390 * 100vw);
    margin: 0 auto calc(65 / 390 * 100vw);
    border-radius: 12px;
  }
  .schedule .schedule__inner .schedule__title {
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url(../../../img/title-deco-2.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    max-width: calc(308 / 390 * 100vw);
    height: calc(63 / 390 * 100vw);
    font-size: calc(22 / 390 * 100vw);
    font-weight: 500;
    font-family: "Kiwi Maru", serif;
    color: #fff;
    line-height: normal;
    letter-spacing: 0;
    text-align: center;
    transform: translateY(-60%);
    margin: 0 auto;
    padding: 0 0 calc(1 / 390 * 100vw) calc(8 / 390 * 100vw);
  }
  .schedule .schedule__inner .schedule__list {
    display: flex;
    flex-direction: column;
    gap: calc(10 / 390 * 100vw);
    margin: calc(-18 / 390 * 100vw) auto 0;
    padding: 0 calc(20 / 390 * 100vw) calc(60 / 390 * 100vw);
  }
  .schedule .schedule__inner .schedule__list .schedule__item {
    position: relative;
  }
  .schedule .schedule__inner .schedule__list .schedule__item--2, .schedule .schedule__inner .schedule__list .schedule__item--4, .schedule .schedule__inner .schedule__list .schedule__item--6, .schedule .schedule__inner .schedule__list .schedule__item--8 {
    margin: 0;
  }
  .schedule .schedule__inner .schedule__list .schedule__item--3 {
    margin: -1px 0 0;
  }
  .schedule .schedule__inner .schedule__list .schedule__item--7 {
    margin: 9px 0 0;
  }
  .schedule .schedule__inner .schedule__list .schedule__item .schedule__item--inner {
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: calc(40 / 390 * 100vw);
  }
  .schedule .schedule__inner .schedule__list .schedule__item .schedule__item--inner img {
    width: calc(60 / 390 * 100vw);
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .schedule .schedule__inner .schedule__list .schedule__item .schedule__item--inner .schedule__text {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: calc(210 / 390 * 100vw);
    height: calc(40 / 390 * 100vw);
    background-color: #fff;
    border: calc(2 / 390 * 100vw) solid #476D48;
    border-radius: 8px;
    font-size: calc(14 / 390 * 100vw);
    font-weight: 500;
    font-family: "Zen Maru Gothic", sans-serif;
    color: #476D48;
    line-height: normal;
    letter-spacing: 0;
    text-align: center;
    padding: 0;
    margin: calc(19 / 390 * 100vw) 0 0;
  }
  .schedule .schedule__inner .schedule__list .schedule__item .schedule__item--inner .schedule__text::before {
    content: "";
    position: absolute;
    top: 50%;
    left: -8%;
    transform: translate(-50%, -50%);
    width: calc(30 / 390 * 100vw);
    height: calc(3 / 390 * 100vw);
    background-image: linear-gradient(to right, #75BE63 calc(3 / 390 * 100vw), transparent calc(2 / 390 * 100vw));
    background-size: calc(10 / 390 * 100vw) calc(2 / 390 * 100vw);
    background-repeat: repeat-x;
    background-position: left bottom;
  }
  .schedule .schedule__inner .schedule__list .schedule__item .schedule__item--inner .schedule__text--1, .schedule .schedule__inner .schedule__list .schedule__item .schedule__item--inner .schedule__text--8, .schedule .schedule__inner .schedule__list .schedule__item .schedule__item--inner .schedule__text--10 {
    background-color: #75BE63;
    border: calc(2 / 390 * 100vw) solid #75BE63;
    font-size: calc(14 / 390 * 100vw);
    font-weight: 700;
    font-family: "Zen Maru Gothic", sans-serif;
    color: #fff;
    line-height: normal;
    letter-spacing: 0;
  }
  .schedule .schedule__inner .schedule__list .schedule__item .schedule__item--inner .schedule__text--3 {
    height: calc(60 / 390 * 100vw);
    padding: 0;
    margin: calc(20 / 390 * 100vw) 0 0;
  }
  .schedule .schedule__inner .schedule__list .schedule__item .schedule__item--image .schedule__item--photo {
    position: static;
    width: 100%;
    height: auto;
    transform: translateY(calc(15 / 390 * 100vw));
    z-index: 1;
    margin: 0 0 calc(5 / 390 * 100vw);
  }
  .schedule .schedule__inner .schedule__list .schedule__item .schedule__item--image::before {
    content: "";
    position: absolute;
    background-image: url(../img/life-deco.webp);
    background-repeat: no-repeat;
    background-size: contain;
    width: calc(51 / 390 * 100vw);
    height: calc(44 / 390 * 100vw);
    bottom: calc(-25 / 390 * 100vw);
    right: calc(-6 / 390 * 100vw);
    z-index: 2;
  }
  .schedule .schedule__inner .schedule__list .schedule__item .schedule__item--image-2 .schedule__item--photo-2 {
    position: static;
    width: 100%;
    max-width: calc(305 / 390 * 100vw);
    height: auto;
    transform: translate(calc(2 / 390 * 100vw), calc(18 / 390 * 100vw));
    margin: 0 0 calc(8 / 390 * 100vw);
  }
  .schedule .schedule__inner .schedule__list .schedule__item .schedule__item--image-2::before {
    content: "";
    position: absolute;
    background-image: url(../img/life-deco-2.webp);
    background-repeat: no-repeat;
    background-size: contain;
    width: calc(51 / 390 * 100vw);
    height: calc(51 / 390 * 100vw);
    top: calc(87 / 390 * 100vw);
    right: calc(-8 / 390 * 100vw);
    z-index: 2;
  }
  .schedule .schedule__inner .schedule__list .schedule__item .schedule__item--image-3 .schedule__item--photo-3 {
    position: static;
    width: 100%;
    height: auto;
    transform: translateY(calc(18 / 390 * 100vw));
    z-index: 1;
    margin: 0 0 calc(8 / 390 * 100vw);
  }
  .schedule .schedule__inner .schedule__list .schedule__item .schedule__item--image-3::before {
    content: "";
    position: absolute;
    background-image: url(../img/life-deco-3.webp);
    background-repeat: no-repeat;
    background-size: contain;
    width: calc(43 / 390 * 100vw);
    height: calc(40 / 390 * 100vw);
    bottom: calc(-10 / 390 * 100vw);
    right: calc(-4 / 390 * 100vw);
    z-index: 2;
  }
  .schedule .schedule__inner .schedule__list .schedule__item .schedule__item--image-4 .schedule__item--photo-4 {
    position: static;
    width: calc(336 / 390 * 100vw);
    height: auto;
    transform: translate(calc(-12 / 390 * 100vw));
    margin: 0 0 calc(-28 / 390 * 100vw);
  }
  .schedule .schedule__inner .schedule__list .schedule__item .schedule__item--image-4::before {
    content: "";
    position: absolute;
    background-image: url(../img/life-deco-4.webp);
    background-repeat: no-repeat;
    background-size: contain;
    width: calc(58 / 390 * 100vw);
    height: calc(52 / 390 * 100vw);
    bottom: calc(-19 / 390 * 100vw);
    right: calc(-9 / 390 * 100vw);
    z-index: 2;
  }
  .schedule .schedule__inner .schedule__list .schedule__item .schedule__item--image-5 .schedule__item--photo-5 {
    position: static;
    width: 100%;
    height: auto;
    transform: translateY(calc(17 / 390 * 100vw));
    z-index: 1;
    margin: 0 0 calc(5 / 390 * 100vw);
  }
  .schedule .schedule__inner .schedule__list .schedule__item .schedule__item--image-5::before {
    content: "";
    position: absolute;
    background-image: url(../img/life-deco-6.webp);
    background-repeat: no-repeat;
    background-size: contain;
    width: calc(38 / 390 * 100vw);
    height: calc(43 / 390 * 100vw);
    bottom: calc(-137 / 390 * 100vw);
    right: calc(-5 / 390 * 100vw);
    z-index: 2;
  }
  .schedule .schedule__inner--main {
    position: relative;
  }
  .schedule .schedule__inner--main::before {
    content: "";
    position: absolute;
    background-image: url(../img/life-deco-5.webp);
    background-repeat: no-repeat;
    background-size: contain;
    width: calc(41 / 390 * 100vw);
    height: calc(38 / 390 * 100vw);
    bottom: calc(22 / 390 * 100vw);
    right: calc(12 / 390 * 100vw);
    z-index: 2;
  }
  .schedule .schedule__inner--extra {
    background-color: #FFFBE8;
    margin: 0 auto calc(70 / 390 * 100vw);
  }
  .schedule .schedule__inner--extra .schedule__subheading {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: calc(310 / 390 * 100vw);
    height: calc(50 / 390 * 100vw);
    border-radius: calc(35 / 390 * 100vw);
    background-color: #F6B956;
    font-size: calc(22 / 390 * 100vw);
    font-weight: 500;
    font-family: "Kiwi Maru", serif;
    color: #fff;
    line-height: normal;
    letter-spacing: 0;
    text-align: center;
    transform: translateY(-50%);
    padding: 0;
    margin: 0 auto;
  }
  .schedule .schedule__inner--extra .schedule__list--extra {
    gap: calc(10 / 390 * 100vw);
    padding: calc(33 / 390 * 100vw) calc(20 / 390 * 100vw) calc(60 / 390 * 100vw);
  }
  .schedule .schedule__inner--extra .schedule__list--extra .schedule__item--extra:nth-child(2) {
    margin: 0;
  }
  .schedule .schedule__inner--extra .schedule__list--extra .schedule__item--extra .schedule__item--inner--extra .schedule__text {
    margin: calc(21 / 390 * 100vw) 0 0;
  }
  .event {
    width: 100%;
    max-width: 100%;
    margin: calc(70 / 390 * 100vw) auto 0;
  }
  .event .event__inner {
    width: calc(100% - 40 / 390 * 100vw);
    margin: 0 auto calc(38 / 390 * 100vw);
    background-color: #FFF3EC;
    border-radius: 12px;
  }
  .event .event__inner .event__title {
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url(../../../img/title-deco-2.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    max-width: calc(308 / 390 * 100vw);
    height: calc(63 / 390 * 100vw);
    font-size: calc(22 / 390 * 100vw);
    font-weight: 500;
    font-family: "Kiwi Maru", serif;
    color: #fff;
    line-height: normal;
    letter-spacing: 0;
    text-align: center;
    transform: translateY(-47%);
    padding: 0;
    margin: 0 auto;
  }
  .event .event__inner .event__list {
    position: relative;
    display: flex;
    flex-direction: column;
    padding: calc(10 / 390 * 100vw) calc(20 / 390 * 100vw) 0;
    margin: 0 auto;
  }
  .event .event__inner .event__list .event__item {
    position: relative;
  }
  .event .event__inner .event__list .event__item--may, .event .event__inner .event__list .event__item--november {
    margin: 0;
  }
  .event .event__inner .event__list .event__item .event__item--inner {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: calc(40 / 390 * 100vw);
    margin: 0 0 calc(30 / 390 * 100vw);
  }
  .event .event__inner .event__list .event__item .event__item--inner .event__month {
    display: flex;
    justify-content: center;
    align-items: center;
    width: calc(60 / 390 * 100vw);
    height: calc(40 / 390 * 100vw);
    background-color: #EA8988;
    border-radius: 8px;
    font-size: calc(14 / 390 * 100vw);
    font-weight: 700;
    font-family: "Zen Maru Gothic", sans-serif;
    color: #fff;
    line-height: normal;
    letter-spacing: 0;
    text-align: center;
    padding: 0;
  }
  .event .event__inner .event__list .event__item .event__item--inner .event__month--green {
    background-color: #75BE63;
  }
  .event .event__inner .event__list .event__item .event__item--inner .event__month--yellow {
    background-color: #F6B956;
  }
  .event .event__inner .event__list .event__item .event__item--inner .event__detail {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: calc(210 / 390 * 100vw);
    height: calc(40 / 390 * 100vw);
    background-color: #fff;
    border: calc(2 / 390 * 100vw) solid #EA8988;
    border-radius: 8px;
    font-size: calc(14 / 390 * 100vw);
    font-weight: 700;
    font-family: "Zen Maru Gothic", sans-serif;
    color: #476D48;
    line-height: normal;
    letter-spacing: 0;
    text-align: center;
  }
  .event .event__inner .event__list .event__item .event__item--inner .event__detail .sp-only {
    display: block;
  }
  .event .event__inner .event__list .event__item .event__item--inner .event__detail::before {
    content: "";
    position: absolute;
    top: 53%;
    left: -8%;
    transform: translate(-50%, -50%);
    width: calc(30 / 390 * 100vw);
    height: calc(3 / 390 * 100vw);
    background-image: linear-gradient(to right, #EA8988 calc(3 / 390 * 100vw), transparent calc(2 / 390 * 100vw));
    background-size: calc(10 / 390 * 100vw) calc(2 / 390 * 100vw);
    background-repeat: repeat-x;
    background-position: left bottom;
  }
  .event .event__inner .event__list .event__item .event__item--inner .event__detail--green {
    position: relative;
    border: calc(2 / 390 * 100vw) solid #476D48;
  }
  .event .event__inner .event__list .event__item .event__item--inner .event__detail--green::before {
    background-image: linear-gradient(to right, #476D48 calc(3 / 390 * 100vw), transparent calc(2 / 390 * 100vw));
  }
  .event .event__inner .event__list .event__item .event__item--inner .event__detail--yellow {
    position: relative;
    height: calc(60 / 390 * 100vw);
    background-color: #F6B956;
    border: calc(2 / 390 * 100vw) solid #F6B956;
    color: #fff;
  }
  .event .event__inner .event__list .event__item .event__item--inner .event__detail--yellow::before {
    background-image: linear-gradient(to right, #476D48 3px, transparent 2px);
  }
  .event .event__inner .event__list .event__item--small .event__item--inner {
    margin: 0 0 calc(30 / 390 * 100vw);
  }
  .event .event__inner .event__list .event__item--christmas {
    display: flex;
    flex-direction: column-reverse;
    margin: calc(268 / 390 * 100vw) 0 0;
  }
  .event .event__inner .event__list .event__item--large .event__item--inner {
    margin: 0 0 calc(130 / 390 * 100vw);
  }
  .event .event__inner .event__list .event__item--everymonth {
    margin: calc(235 / 390 * 100vw) 0 0;
  }
  .event .event__inner .event__list .event__item--last .event__item--inner {
    margin: 0 0 calc(75 / 390 * 100vw);
  }
  .event .event__inner .event__list .event__item .event__item--image .event__item--photo {
    position: static;
    width: 100%;
    height: auto;
    margin: 0 0 calc(30 / 390 * 100vw);
    z-index: 1;
  }
  .event .event__inner .event__list .event__item .event__item--image::before {
    content: "";
    position: absolute;
    background-image: url(../img/life-event-deco.webp);
    background-repeat: no-repeat;
    background-size: cover;
    width: calc(17 / 390 * 100vw);
    height: calc(19 / 390 * 100vw);
    top: calc(65 / 390 * 100vw);
    right: 0;
    z-index: 2;
  }
  .event .event__inner .event__list .event__item .event__item--image::after {
    content: "";
    position: absolute;
    background-image: url(../img/life-event-deco2.webp);
    background-repeat: no-repeat;
    background-size: cover;
    width: calc(32 / 390 * 100vw);
    height: calc(15 / 390 * 100vw);
    bottom: calc(38 / 390 * 100vw);
    right: calc(-9 / 390 * 100vw);
    z-index: 2;
  }
  .event .event__inner .event__list .event__item .event__item--image-2 .event__item--photo-2 {
    position: absolute;
    width: calc(368 / 390 * 100vw);
    height: auto;
    bottom: calc(52 / 390 * 100vw);
    right: calc(-28 / 390 * 100vw);
  }
  .event .event__inner .event__list .event__item .event__item--image-2::before {
    content: "";
    position: absolute;
    background-image: url(../img/life-event-deco5.webp);
    background-repeat: no-repeat;
    background-size: cover;
    width: calc(19 / 390 * 100vw);
    height: calc(17 / 390 * 100vw);
    top: auto;
    bottom: calc(112 / 390 * 100vw);
    right: calc(-1 / 390 * 100vw);
    z-index: 2;
  }
  .event .event__inner .event__list .event__item .event__item--image-2::after {
    content: "";
    position: absolute;
    background-image: url(../img/life-event-deco6.webp);
    background-repeat: no-repeat;
    background-size: cover;
    width: calc(14 / 390 * 100vw);
    height: calc(12 / 390 * 100vw);
    top: auto;
    bottom: calc(-24 / 390 * 100vw);
    right: calc(27 / 390 * 100vw);
  }
  .event .event__inner .event__list .event__item .event__item--image-3 .event__item--photo-3 {
    position: absolute;
    width: calc(395 / 390 * 100vw);
    height: auto;
    top: calc(31 / 390 * 100vw);
    right: calc(-40 / 390 * 100vw);
    z-index: 1;
  }
  .event .event__inner .event__list .event__item .event__item--image-3::before {
    content: "";
    position: absolute;
    background-image: url(../img/life-event-deco7.webp);
    background-repeat: no-repeat;
    background-size: cover;
    width: calc(10 / 390 * 100vw);
    height: calc(14 / 390 * 100vw);
    top: calc(99 / 390 * 100vw);
    right: calc(-6 / 390 * 100vw);
  }
  .event .event__inner .event__list .event__item .event__item--image-3::after {
    content: "";
    position: absolute;
    background-image: url(../img/life-event-deco8.webp);
    background-repeat: no-repeat;
    background-size: cover;
    width: calc(26 / 390 * 100vw);
    height: calc(16 / 390 * 100vw);
    top: auto;
    bottom: calc(-436 / 390 * 100vw);
    right: calc(-6 / 390 * 100vw);
  }
  .event .event__inner .event__list::before {
    content: "";
    position: absolute;
    background-image: url(../img/life-event-deco3.webp);
    background-repeat: no-repeat;
    background-size: cover;
    width: calc(14 / 390 * 100vw);
    height: calc(9 / 390 * 100vw);
    top: calc(809 / 390 * 100vw);
    right: calc(39 / 390 * 100vw);
    z-index: 2;
  }
  .event .event__inner .event__list::after {
    content: "";
    position: absolute;
    background-image: url(../img/life-event-deco4.webp);
    background-repeat: no-repeat;
    background-size: cover;
    width: calc(17 / 390 * 100vw);
    height: calc(11 / 390 * 100vw);
    top: calc(840 / 390 * 100vw);
    right: calc(12 / 390 * 100vw);
    z-index: 2;
  }
}
.overview {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  padding: 249px 0 0;
}
.overview .overview__inner {
  width: calc(100% - 400px);
  margin: 0 auto 87px;
  background-color: #fff;
  border-radius: 40px;
}
.overview .overview__inner .overview__title {
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url(../../../img/title-deco-2.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 535px;
  height: 110px;
  font-size: 47.4px;
  font-weight: 500;
  font-family: "Kiwi Maru", serif;
  color: #fff;
  line-height: normal;
  letter-spacing: 0;
  text-align: center;
  margin: 0 auto 44px;
  transform: translateY(-50%);
}
.overview .overview__inner .overview__list {
  display: flex;
  flex-direction: column;
  gap: 11px;
  width: calc(100% - 100px);
  max-width: 800px;
  margin: 0 auto 67px;
}
.overview .overview__inner .overview__list .overview__item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  background-color: #E6EAD8;
  border-radius: 8px;
  padding: 20px 55px 21px 56px;
}
.overview .overview__inner .overview__list .overview__item .overview__item--title {
  width: 22%;
  font-size: 16px;
  font-weight: 700;
  font-family: "Zen Maru Gothic", sans-serif;
  color: #476D48;
  line-height: normal;
  letter-spacing: 0;
}
.overview .overview__inner .overview__list .overview__item .overview__item--text {
  width: 70%;
  font-size: 16px;
  font-weight: 500;
  font-family: "Zen Maru Gothic", sans-serif;
  color: #000000;
  line-height: normal;
  letter-spacing: 0;
}
.overview .overview__inner .overview__list .overview__item .overview__item--text .sp-only {
  display: none;
}
.overview .overview__inner .overview__list .overview__item .overview__item--text .address-space {
  margin: 0 12px 0 11px;
}
.overview .overview__inner .overview__list .overview__item .overview__item--text--wrapper {
  width: 70%;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.overview .overview__inner .overview__list .overview__item .overview__item--text--wrapper .overview__item--text--top,
.overview .overview__inner .overview__list .overview__item .overview__item--text--wrapper .overview__item--text--bottom {
  font-size: 16px;
  font-weight: 500;
  font-family: "Zen Maru Gothic", sans-serif;
  color: #000000;
  line-height: normal;
  letter-spacing: 0;
}
.overview .overview__inner .overview__list .overview__item .overview__item--text--wrapper .overview__item--text--top .time-space,
.overview .overview__inner .overview__list .overview__item .overview__item--text--wrapper .overview__item--text--bottom .time-space {
  margin: 0 17px 0 -1px;
}
.overview .overview__inner .overview__list .overview__item .overview__item--text--wrapper .overview__item--text--top .time-space-short,
.overview .overview__inner .overview__list .overview__item .overview__item--text--wrapper .overview__item--text--bottom .time-space-short {
  margin: 0 16px 0 -1px;
}
.overview .overview__inner .overview__list .overview__item .overview__item--text--wrapper .overview__item--text--top .bracket,
.overview .overview__inner .overview__list .overview__item .overview__item--text--wrapper .overview__item--text--bottom .bracket {
  margin-right: 13px;
}
.overview .overview__inner .overview__list .overview__item .overview__item--text--wrapper .overview__item--text--top .text-space,
.overview .overview__inner .overview__list .overview__item .overview__item--text--wrapper .overview__item--text--bottom .text-space {
  margin: 0 19px 0 12px;
}
.overview .overview__inner .overview__list .overview__item .overview__item--text--wrapper .overview__item--text--top .sp-only,
.overview .overview__inner .overview__list .overview__item .overview__item--text--wrapper .overview__item--text--bottom .sp-only {
  display: none;
}
.overview .overview__inner .overview__list .overview__item--time {
  padding: 20px 55px 18px 56px;
}
.overview .overview__inner .overview__list .overview__item--capacity {
  padding: 20px 55px 20px 56px;
}
.overview .overview__inner .overview__list .overview__item--capacity .overview__item--text .capacity-space {
  margin-left: 14px;
}
.overview .overview__inner .overview__map {
  width: calc(100% - 100px);
  max-width: 800px;
  margin: 0 auto 60px;
}
.overview .overview__inner .overview__map .overview__map--title {
  font-size: 32px;
  font-weight: 500;
  font-family: "Kiwi Maru", serif;
  color: #476D48;
  line-height: normal;
  letter-spacing: 0;
  text-align: center;
  margin: 0 0 36px;
}
.overview .overview__inner .overview__map iframe {
  width: 100%;
  max-width: 800px;
  height: 440px;
  border-radius: 40px;
}
.overview .overview__inner .overview__parking {
  width: calc(100% - 100px);
  max-width: 800px;
  margin: 0 auto;
  padding: 0 0 94px;
}
.overview .overview__inner .overview__parking .overview__parking--title {
  font-size: 32px;
  font-weight: 500;
  font-family: "Kiwi Maru", serif;
  color: #476D48;
  line-height: normal;
  letter-spacing: 0;
  text-align: center;
  margin: 0 0 38px;
}
.overview .overview__inner .overview__parking .overview__parking--text {
  font-size: 20px;
  font-weight: 500;
  font-family: "Zen Maru Gothic", sans-serif;
  color: #3B3E3B;
  line-height: normal;
  letter-spacing: 0;
  text-align: center;
  margin: 0 0 38px;
}
.overview .overview__inner .overview__parking .overview__parking--text .sp-only {
  display: none;
}
.overview .overview__inner .overview__parking .overview__parking--img {
  width: 100%;
  max-width: 800px;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 0 auto;
}

@media screen and (max-width: 1400px) {
  .overview {
    width: 100%;
    max-width: 100%;
  }
  .overview .overview__inner {
    width: calc(100% - 300px);
  }
}
@media screen and (max-width: 1300px) {
  .overview .overview__inner {
    width: calc(100% - 200px);
  }
}
@media screen and (max-width: 1200px) {
  .overview .overview__inner {
    width: calc(100% - 150px);
  }
}
@media screen and (max-width: 1000px) {
  .overview .overview__inner .overview__list {
    width: calc(100% - 150px);
  }
  .overview .overview__inner .overview__list .overview__item {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 18px;
    padding: 20px 35px;
  }
  .overview .overview__inner .overview__list .overview__item .overview__item--title {
    width: 20%;
  }
  .overview .overview__inner .overview__list .overview__item .overview__item--text {
    width: 75%;
  }
  .overview .overview__inner .overview__list .overview__item .overview__item--text .sp-only {
    display: block;
  }
  .overview .overview__inner .overview__list .overview__item .overview__item--text .address-space {
    margin: 0;
  }
  .overview .overview__inner .overview__list .overview__item .overview__item--text--wrapper {
    gap: 10px;
  }
  .overview .overview__inner .overview__list .overview__item .overview__item--text--wrapper .overview__item--text--top .time-space,
  .overview .overview__inner .overview__list .overview__item .overview__item--text--wrapper .overview__item--text--bottom .time-space {
    margin: 0 14px 0 0;
  }
  .overview .overview__inner .overview__list .overview__item .overview__item--text--wrapper .overview__item--text--top .time-space-short,
  .overview .overview__inner .overview__list .overview__item .overview__item--text--wrapper .overview__item--text--bottom .time-space-short {
    margin: 0 14px 0 0;
  }
  .overview .overview__inner .overview__list .overview__item .overview__item--text--wrapper .overview__item--text--top .bracket,
  .overview .overview__inner .overview__list .overview__item .overview__item--text--wrapper .overview__item--text--bottom .bracket {
    margin-right: 0;
  }
  .overview .overview__inner .overview__list .overview__item .overview__item--text--wrapper .overview__item--text--top .text-space,
  .overview .overview__inner .overview__list .overview__item .overview__item--text--wrapper .overview__item--text--bottom .text-space {
    display: none;
  }
  .overview .overview__inner .overview__list .overview__item .overview__item--text--wrapper .overview__item--text--top .sp-only,
  .overview .overview__inner .overview__list .overview__item .overview__item--text--wrapper .overview__item--text--bottom .sp-only {
    display: block;
  }
  .overview .overview__inner .overview__list .overview__item--capacity .overview__item--text .capacity-space {
    margin: 0;
  }
  .overview .overview__inner .overview__map {
    width: calc(100% - 150px);
  }
  .overview .overview__inner .overview__parking {
    width: calc(100% - 150px);
  }
  .overview .overview__inner .overview__parking .overview__parking--text .sp-only {
    display: block;
  }
}
@media screen and (max-width: 830px) {
  .overview .overview__inner {
    width: calc(100% - 80px);
  }
}
@media screen and (max-width: 768px) {
  .overview .overview__inner .overview__title {
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url(../../../img/title-deco-2.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    max-width: 402px;
    height: 83px;
    font-size: 30px;
    font-weight: 500;
    font-family: "Kiwi Maru", serif;
    color: #fff;
    line-height: normal;
    letter-spacing: 0;
    text-align: center;
    transform: translateY(-60%);
    margin: 0 auto;
    padding: 0 0 1px 8px;
  }
  .overview .overview__inner .overview__list {
    width: calc(100% - 100px);
  }
  .overview .overview__inner .overview__list .overview__item {
    gap: 15px;
    padding: 20px 25px;
  }
  .overview .overview__inner .overview__map {
    width: calc(100% - 100px);
  }
  .overview .overview__inner .overview__map .overview__map--title {
    font-size: 28px;
    margin: 0 0 30px;
  }
  .overview .overview__inner .overview__map iframe {
    width: 100%;
    max-width: 100%;
    height: 310px;
    border-radius: 20px;
  }
  .overview .overview__inner .overview__parking {
    width: calc(100% - 100px);
  }
  .overview .overview__inner .overview__parking .overview__parking--title {
    font-size: 28px;
    margin: 0 0 30px;
  }
  .overview .overview__inner .overview__parking .overview__parking--text {
    font-size: 18px;
    margin: 0 0 30px;
  }
}
@media screen and (max-width: 700px) {
  .overview .overview__inner .overview__list .overview__item {
    padding: 15px 15px;
  }
}
@media screen and (max-width: 600px) {
  .overview .overview__inner .overview__list {
    width: calc(100% - 50px);
    gap: 20px;
  }
  .overview .overview__inner .overview__map {
    width: calc(100% - 50px);
  }
  .overview .overview__inner .overview__parking {
    width: calc(100% - 50px);
  }
}
@media screen and (max-width: 520px) {
  .overview .overview__inner {
    width: calc(100% - 60px);
  }
  .overview .overview__inner .overview__list {
    width: calc(100% - 40px);
    gap: 20px;
  }
  .overview .overview__inner .overview__map {
    width: calc(100% - 40px);
  }
  .overview .overview__inner .overview__map iframe {
    width: 100%;
    max-width: 100%;
    height: 240px;
  }
  .overview .overview__inner .overview__parking {
    width: calc(100% - 40px);
  }
}
@media screen and (max-width: 500px) {
  .overview .overview__inner .overview__title {
    width: 100%;
    max-width: 308px;
    height: 63px;
  }
  .overview .overview__inner .overview__list {
    margin: 0 auto 50px;
  }
  .overview .overview__inner .overview__list .overview__item .overview__item--title {
    font-size: 14px;
  }
  .overview .overview__inner .overview__list .overview__item .overview__item--text {
    font-size: 14px;
  }
  .overview .overview__inner .overview__list .overview__item .overview__item--text--wrapper {
    width: 75%;
  }
  .overview .overview__inner .overview__list .overview__item .overview__item--text--wrapper .overview__item--text--top,
  .overview .overview__inner .overview__list .overview__item .overview__item--text--wrapper .overview__item--text--bottom {
    font-size: 14px;
  }
  .overview .overview__inner .overview__list .overview__item .overview__item--text--wrapper .overview__item--text--top .text-small,
  .overview .overview__inner .overview__list .overview__item .overview__item--text--wrapper .overview__item--text--bottom .text-small {
    font-size: 13px;
  }
  .overview .overview__inner .overview__map {
    margin: 0 auto 50px;
  }
  .overview .overview__inner .overview__map .overview__map--title {
    font-size: 24px;
  }
  .overview .overview__inner .overview__parking {
    max-width: 100%;
    padding: 0 0 70px;
  }
  .overview .overview__inner .overview__parking .overview__parking--title {
    font-size: 24px;
    margin: 0 0 20px;
  }
  .overview .overview__inner .overview__parking .overview__parking--text {
    font-size: 14px;
  }
}
@media screen and (max-width: 450px) {
  .overview {
    margin: 0 auto;
    padding: 200px 0 0;
  }
  .overview .overview__inner {
    width: calc(100% - 40px);
  }
}
@media screen and (max-width: 390px) {
  .overview {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: calc(157 / 390 * 100vw) 0 0;
  }
  .overview .overview__inner {
    width: calc(100% - 40 / 390 * 100vw);
    margin: 0 auto calc(60 / 390 * 100vw);
    border-radius: 12px;
  }
  .overview .overview__inner .overview__title {
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url(../../../img/title-deco-2.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    max-width: calc(308 / 390 * 100vw);
    height: calc(63 / 390 * 100vw);
    font-size: calc(22 / 390 * 100vw);
    font-weight: 500;
    font-family: "Kiwi Maru", serif;
    color: #fff;
    line-height: normal;
    letter-spacing: 0;
    text-align: center;
    transform: translateY(-60%);
    margin: 0 auto;
    padding: 0 0 calc(1 / 390 * 100vw) calc(8 / 390 * 100vw);
  }
  .overview .overview__inner .overview__list {
    display: flex;
    flex-direction: column;
    gap: calc(20 / 390 * 100vw);
    width: 100%;
    max-width: 100%;
    padding: 0 calc(20 / 390 * 100vw);
    margin: 2px 0 calc(60 / 390 * 100vw);
  }
  .overview .overview__inner .overview__list .overview__item {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    background-color: #E6EAD8;
    border-radius: 8px;
    padding: calc(10 / 390 * 100vw) calc(14 / 390 * 100vw);
  }
  .overview .overview__inner .overview__list .overview__item .overview__item--title {
    width: 23%;
    font-size: calc(14 / 390 * 100vw);
    font-weight: 700;
    font-family: "Zen Maru Gothic", sans-serif;
    color: #476D48;
    line-height: normal;
    letter-spacing: 0;
  }
  .overview .overview__inner .overview__list .overview__item .overview__item--text {
    width: 70%;
    font-size: calc(14 / 390 * 100vw);
    font-weight: 500;
    font-family: "Zen Maru Gothic", sans-serif;
    color: #000000;
    line-height: normal;
    letter-spacing: 0;
  }
  .overview .overview__inner .overview__list .overview__item .overview__item--text .sp-only {
    display: block;
  }
  .overview .overview__inner .overview__list .overview__item .overview__item--text .address-space {
    margin: 0;
  }
  .overview .overview__inner .overview__list .overview__item .overview__item--text--wrapper {
    width: 70%;
    display: flex;
    flex-direction: column;
    gap: calc(3 / 390 * 100vw);
    margin: 0 0 0 calc(2 / 390 * 100vw);
  }
  .overview .overview__inner .overview__list .overview__item .overview__item--text--wrapper .overview__item--text--top,
  .overview .overview__inner .overview__list .overview__item .overview__item--text--wrapper .overview__item--text--bottom {
    font-size: calc(14 / 390 * 100vw);
    font-weight: 500;
    font-family: "Zen Maru Gothic", sans-serif;
    color: #000000;
    line-height: normal;
    letter-spacing: 0;
  }
  .overview .overview__inner .overview__list .overview__item .overview__item--text--wrapper .overview__item--text--top .time-space,
  .overview .overview__inner .overview__list .overview__item .overview__item--text--wrapper .overview__item--text--bottom .time-space {
    margin: 0 calc(14 / 390 * 100vw) 0 0;
  }
  .overview .overview__inner .overview__list .overview__item .overview__item--text--wrapper .overview__item--text--top .bracket,
  .overview .overview__inner .overview__list .overview__item .overview__item--text--wrapper .overview__item--text--bottom .bracket {
    margin-right: 0;
  }
  .overview .overview__inner .overview__list .overview__item .overview__item--text--wrapper .overview__item--text--top .text-space,
  .overview .overview__inner .overview__list .overview__item .overview__item--text--wrapper .overview__item--text--bottom .text-space {
    display: none;
  }
  .overview .overview__inner .overview__list .overview__item .overview__item--text--wrapper .overview__item--text--top .sp-only,
  .overview .overview__inner .overview__list .overview__item .overview__item--text--wrapper .overview__item--text--bottom .sp-only {
    display: block;
  }
  .overview .overview__inner .overview__list .overview__item .overview__item--text--wrapper .overview__item--text--top .text-small,
  .overview .overview__inner .overview__list .overview__item .overview__item--text--wrapper .overview__item--text--bottom .text-small {
    font-size: calc(13 / 390 * 100vw);
  }
  .overview .overview__inner .overview__list .overview__item--time {
    padding: calc(10 / 390 * 100vw) calc(10 / 390 * 100vw) calc(9 / 390 * 100vw) calc(14 / 390 * 100vw);
  }
  .overview .overview__inner .overview__list .overview__item--time .overview__item--text--wrapper {
    width: 75%;
  }
  .overview .overview__inner .overview__list .overview__item--meal {
    padding: calc(10 / 390 * 100vw) calc(10 / 390 * 100vw) calc(8 / 390 * 100vw) calc(14 / 390 * 100vw);
  }
  .overview .overview__inner .overview__map {
    width: 100%;
    padding: 0 calc(20 / 390 * 100vw);
    margin: 0 0 calc(56 / 390 * 100vw);
  }
  .overview .overview__inner .overview__map .overview__map--title {
    font-size: calc(24 / 390 * 100vw);
    font-weight: 500;
    font-family: "Kiwi Maru", serif;
    color: #476D48;
    line-height: normal;
    letter-spacing: 0;
    text-align: center;
    margin: 0 0 calc(32 / 390 * 100vw);
  }
  .overview .overview__inner .overview__map iframe {
    width: 100%;
    max-width: 310px;
    height: calc(280 / 390 * 100vw);
    border-radius: 40px;
  }
  .overview .overview__inner .overview__parking {
    width: 100%;
    padding: 0 calc(20 / 390 * 100vw);
    margin: 0;
  }
  .overview .overview__inner .overview__parking .overview__parking--title {
    font-size: calc(24 / 390 * 100vw);
    font-weight: 500;
    font-family: "Kiwi Maru", serif;
    color: #476D48;
    line-height: normal;
    letter-spacing: 0;
    text-align: center;
    margin: 0 0 calc(33 / 390 * 100vw);
  }
  .overview .overview__inner .overview__parking .overview__parking--text {
    font-size: calc(14 / 390 * 100vw);
    font-weight: 500;
    font-family: "Zen Maru Gothic", sans-serif;
    color: #3B3E3B;
    line-height: normal;
    letter-spacing: 0;
    text-align: center;
    margin: 0 0 calc(20 / 390 * 100vw);
  }
  .overview .overview__inner .overview__parking .overview__parking--text .sp-only {
    display: block;
  }
  .overview .overview__inner .overview__parking .overview__parking--img {
    width: 100%;
    max-width: calc(800 / 390 * 100vw);
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
    margin: 0 auto calc(61 / 390 * 100vw);
  }
}/*# sourceMappingURL=style.css.map */