@charset "UTF-8";
/*
Template: arkhe
Theme Name: Arkhe Child
Theme URI: https://arkhe-theme.com/ja/
Description: Arkhe用子テーマ
Version: 1.0.0
Text Domain: arkhe
License: GNU General Public License
License URI: http://www.gnu.org/licenses/gpl.html
*/
/* ==========================================================================
Foundation
========================================================================== */
a {
  color: unset;
  text-decoration: none;
}

@media screen and (min-width: 769px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

address {
  font-style: unset;
}

.home :where(ol, ul) {
  list-style: none;
  padding: 0;
}

html {
  font-size: 16px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  html {
    font-size: 14px;
  }
}
html:has(.home) {
  overflow-x: hidden;
}

body {
  color: #613B20;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  background-color: #FFFBDE;
}

.home .l-container:not(.l-header__body) {
  max-width: calc(1240px + var(--ark-padding--container) * 2);
}

.top #content {
  padding-top: 0;
}

.home .l-content {
  margin-bottom: 0;
}

.l-article {
  max-width: 1200px;
}

body:not(.home) .l-article {
  background-color: #FFFFFF;
  padding: 40px;
  border-radius: 20px;
  box-shadow: 0 0 32px 0 rgba(97, 59, 32, 0.06);
}
@media screen and (max-width: 999px) {
  body:not(.home) .l-article {
    padding: 20px;
  }
}

.c-gnav > .menu-item > a .ttl {
  font-size: 16px;
}

/* ==========================================================================
Layout
========================================================================== */
.l-wide_block {
  position: relative;
  left: calc(50% - 50vw);
  width: 100vw;
  max-width: 100vw;
}

.l-bg {
  position: relative;
  background-color: #FFF5A8;
  padding-top: 60px;
  padding-bottom: 100px;
  margin-top: calc(9.0909090909vw + 20px);
  margin-bottom: calc(3.125vw + 20px);
}
@media screen and (max-width: 999px) {
  .l-bg {
    padding-top: 30px;
    padding-bottom: 50px;
  }
}
.l-bg::before, .l-bg::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  background-repeat: no-repeat;
  background-size: cover;
}
.l-bg::before {
  bottom: calc(100% - 1px);
  aspect-ratio: 11/1;
  background-image: url(img/frame02.svg);
  background-position: bottom;
}
.l-bg::after {
  top: 100%;
  aspect-ratio: 32/1;
  background-image: url(img/frame03.svg);
  background-position: top;
}
.l-bg .l-bg__flower {
  position: absolute;
  display: flex;
}
.l-bg .l-bg__flower img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.l-bg .l-bg__flower.--1 {
  top: 8%;
  left: 5%;
  width: 6.25%;
}
@media screen and (max-width: 999px) {
  .l-bg .l-bg__flower.--1 {
    top: 20px;
    width: 10%;
  }
}
.l-bg .l-bg__flower.--2 {
  top: 5%;
  right: 23%;
  width: 3.5%;
}
@media screen and (max-width: 999px) {
  .l-bg .l-bg__flower.--2 {
    top: 10px;
    width: 6%;
  }
}
.l-bg .l-bg__flower.--3 {
  top: 11%;
  right: 7%;
  width: 3%;
}
@media screen and (max-width: 999px) {
  .l-bg .l-bg__flower.--3 {
    top: 40px;
    width: 5%;
  }
}
.l-bg .l-bg__flower.--4 {
  bottom: 35%;
  left: 6%;
  width: 3%;
}
@media screen and (max-width: 999px) {
  .l-bg .l-bg__flower.--4 {
    bottom: 10px;
    width: 5%;
  }
}
.l-bg .l-bg__flower.--5 {
  bottom: 20%;
  right: 5%;
  width: 3.5%;
}
@media screen and (max-width: 999px) {
  .l-bg .l-bg__flower.--5 {
    bottom: 0;
    width: 6%;
  }
}

/* ==========================================================================
Object
========================================================================== */
/* Component
----------------------------------------------------------------- */
.c-diary__list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.c-diary {
  display: grid;
  grid-template-columns: auto 17% 1fr;
  align-items: center;
  gap: 30px;
  background-color: #FFFFFF;
  padding: 0.875rem 2rem;
  border-radius: 20px;
  box-shadow: 0 0 32px 0 rgba(97, 59, 32, 0.06);
  transition: 0.2s;
}
@media screen and (max-width: 999px) {
  .c-diary {
    grid-template-columns: 1fr;
    gap: 15px;
    padding: 1.5rem 1rem;
  }
}
.c-diary:hover {
  opacity: 0.8;
}
.c-diary .c-diary__date {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  font-size: 2rem;
  line-height: 1;
}
.c-diary .c-diary__date .__year {
  font-size: 1.5rem;
}
.c-diary .c-diary__img {
  display: flex;
  border-radius: 8px;
  aspect-ratio: 8/5;
  overflow: hidden;
}
.c-diary .c-diary__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-diary .c-diary__main {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
@media screen and (max-width: 768px) {
  .c-diary .c-diary__main {
    gap: 5px;
  }
}
.c-diary .c-diary__title {
  font-size: 1.25rem;
  font-weight: 500;
}
.c-diary .c-diary__text {
  font-size: 0.875rem;
}

.c-news__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}
@media screen and (max-width: 999px) {
  .c-news__list {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
}

.c-news {
  display: flex;
  flex-direction: column;
  gap: 5px;
  background-color: #FFFFFF;
  border-radius: 20px;
  height: 100%;
  padding: 2rem 1.5rem;
  box-shadow: 0 0 32px 0 rgba(97, 59, 32, 0.06);
}
.c-news:hover .c-news__title {
  text-decoration: none;
}
.c-news .c-news__date {
  color: #B29E90;
}
.c-news .c-news__title {
  font-size: 1.125rem;
  font-weight: 500;
  text-decoration: underline;
  color: #613B20;
  text-underline-position: from-font;
  transition: 0.2s;
}

.c-about_item__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
}
@media screen and (max-width: 999px) {
  .c-about_item__list {
    grid-template-columns: 1fr;
    gap: 25px;
  }
}

.c-about_item {
  position: relative;
  display: flex;
  aspect-ratio: 1/1;
  border-radius: 20px;
  overflow: hidden;
  transition: 0.2s;
}
.c-about_item:hover {
  opacity: 0.8;
}
.c-about_item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-about_item .c-about_item__title {
  position: absolute;
  bottom: 25px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 1.25rem;
  white-space: nowrap;
  background-color: #FFFFFF;
  padding: 0.3em 2em 0.3em 1.5em;
  border-radius: 999px;
  z-index: 1;
}
.c-about_item .c-about_item__title::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 1rem;
  transform: translateY(-50%);
  width: 0.7em;
  aspect-ratio: 1/1;
  background-image: url(img/arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.c-application_status .c-application_status__title {
  font-size: 1.125rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.7;
  background-color: #FFF09F;
  border-radius: 8px;
}
.c-application_status .c-application_status__list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 1rem;
}
.c-application_status .c-application_status__item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0 0.5rem;
}

.c-fixed_application {
  background: rgba(255, 255, 255, 0.97);
  border-radius: 20px;
  width: 400px;
  max-width: 94%;
  padding: 20px 30px;
  box-shadow: 0 0 32px 0 rgba(97, 59, 32, 0.12);
  transition: opacity 0.5s, visibility 0.5s;
  z-index: 10;
  /* 透明にしたかったら */
}
.c-fixed_application > * + * {
  border-top: 2px dashed #E4E2C4;
  margin-top: 20px;
  padding-top: 20px !important;
}
.c-fixed_application .c-news {
  background-color: unset;
  border-radius: unset;
  box-shadow: unset;
  padding: unset;
}

.c-tel__box .c-tel {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .c-tel__box .c-tel {
    margin-top: 10px;
  }
}

.c-tel {
  display: block;
  color: #FF767D;
  font-size: 2.5rem;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  background-color: #FFEDEB;
  border-radius: 999px;
  padding: 0.4em 1em;
}
@media screen and (max-width: 768px) {
  .c-tel {
    font-size: 1.75rem;
  }
}

.c-tel__text {
  font-size: 1.75rem;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .c-tel__text {
    font-size: 1.15rem;
  }
}

.c-admission_button {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #FFFFFF;
  font-size: 1.75rem;
  font-weight: bold;
  background-color: #FF767D;
  border-radius: 10px;
  width: 550px;
  max-width: 100%;
  min-height: 100px;
  aspect-ratio: 10/3;
  padding: 15px;
  transition: 0.2s;
}
.c-admission_button:hover {
  opacity: 0.8;
}
@media screen and (max-width: 600px) {
  .c-admission_button {
    font-size: 1.5rem;
  }
}
.c-admission_button::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 2rem;
  transform: translateY(-50%);
  width: 1.7rem;
  aspect-ratio: 1/1;
  background-image: url(img/arrow-white.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
@media screen and (max-width: 600px) {
  .c-admission_button::before {
    right: 1rem;
    width: 1.3rem;
  }
}
.c-admission_button .c-admission_button__small {
  font-size: 1rem;
  font-weight: 500;
}
@media screen and (max-width: 600px) {
  .c-admission_button .c-admission_button__small {
    font-size: 0.8rem;
  }
}
.c-admission_button .c-admission_button__flower {
  position: absolute;
  display: flex;
}
.c-admission_button .c-admission_button__flower img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.c-admission_button .c-admission_button__flower.--1 {
  top: 15%;
  left: 8%;
  width: 3.7%;
}
@media screen and (max-width: 600px) {
  .c-admission_button .c-admission_button__flower.--1 {
    left: 5%;
  }
}
.c-admission_button .c-admission_button__flower.--2 {
  top: 12%;
  right: 16.4%;
  width: 6.8%;
}
@media screen and (max-width: 600px) {
  .c-admission_button .c-admission_button__flower.--2 {
    right: 13%;
  }
}
.c-admission_button .c-admission_button__flower.--3 {
  bottom: 20%;
  left: 10%;
  width: 6.9%;
}
@media screen and (max-width: 600px) {
  .c-admission_button .c-admission_button__flower.--3 {
    bottom: 10%;
    left: 8%;
  }
}
.c-admission_button .c-admission_button__flower.--4 {
  bottom: 11.7%;
  right: 10%;
  width: 3.7%;
}

.c-label {
  color: #B29E90;
  font-weight: bold;
  text-align: center;
  border: 2px solid #B29E90;
  border-radius: 8px;
  padding: 0.1em 0.5em;
}

.c-intro_item__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
@media screen and (max-width: 999px) {
  .c-intro_item__list {
    grid-template-columns: 1fr;
    gap: 25px;
  }
}

.c-intro_item {
  background-color: #FFFFFF;
  padding: 1.5rem;
  border-radius: 20px;
  box-shadow: 0 0 32px 0 rgba(97, 59, 32, 0.06);
}
.c-intro_item .c-intro_item__img {
  aspect-ratio: 8/5;
  border-radius: 8px;
  overflow: hidden;
}
.c-intro_item .c-intro_item__img img {
  width: 100%;
  object-fit: contain;
}
.c-intro_item .c-intro_item__text {
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
  margin-top: 1rem;
}
@media screen and (max-width: 1400px) {
  .c-intro_item .c-intro_item__text {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 1200px) {
  .c-intro_item .c-intro_item__text {
    font-size: 1.1rem;
  }
}
@media screen and (max-width: 999px) {
  .c-intro_item .c-intro_item__text {
    font-size: 1.5rem;
  }
}

.c-title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
}
.c-title .c-title__en {
  line-height: 1;
}

.c-list_link {
  position: relative;
  font-size: 1.125rem;
  font-weight: bold;
  padding-right: 1.2em;
  transition: opacity 0.2s;
}
.c-list_link:hover {
  opacity: 0.8;
}
.c-list_link::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 0.7em;
  aspect-ratio: 1/1;
  background-image: url(img/arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.c-slide {
  position: relative;
}
.c-slide .swiper-slide {
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 999px) {
  .c-slide .swiper-slide {
    aspect-ratio: unset;
  }
}

.l-header__drawerBtn {
  width: unset;
  height: unset;
}
.l-header__drawerBtn .c-iconBtn {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  width: 80px;
  height: 80px;
}
.l-header__drawerBtn .c-iconBtn .c-iconBtn__icon {
  width: 100%;
  height: unset;
}
.l-header__drawerBtn .c-iconBtn .arkhe-svg-menu {
  width: 100%;
  height: 100%;
  transform: unset !important;
}
.l-header__drawerBtn .c-iconBtn .arkhe-svg-menu img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.c-drawerNav {
  --ark-menulist_border: solid 1px #FFFFFF;
  border-top: unset;
  border-bottom: unset;
}
.c-drawerNav .c-drawerNav__a {
  font-size: 1.4rem;
  padding: 1.5em var(--ark-nav-padding--R, 0.5rem) 1.5em 1.5em;
}
.c-drawerNav .c-drawerNav__a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 3px;
  transform: translateY(-40%);
  width: 0.7em;
  aspect-ratio: 1/1;
  background-image: url(img/arrow-drawer.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.c-drawer::before {
  background: #FFD27F !important;
}
.c-drawer .p-drawer__inner {
  color: #613B20 !important;
}
.c-drawer .c-tel__box {
  margin-top: 20px;
}

.c-frame__box {
  width: 0;
  height: 0;
  pointer-events: none;
}

.c-frame {
  width: 0;
  height: 0;
  pointer-events: none;
}

/* Project
----------------------------------------------------------------- */
.p-admission {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
  background-color: #FFFFFF;
  margin-top: 40px;
  padding: 35px;
  border-radius: 20px;
  z-index: 1;
}
@media screen and (max-width: 999px) {
  .p-admission {
    flex-direction: column;
    padding: 25px 20px;
  }
}
.p-admission .c-tel__box {
  margin: 0 auto;
}
.p-admission .c-admission_button {
  margin: 0 auto;
}

.l-footer {
  position: relative;
  color: #613B20;
  background-color: #FFFFFF;
  margin-top: 60px;
  padding-top: calc(3.125vw + 80px);
}
@media screen and (max-width: 999px) {
  .l-footer {
    padding-top: calc(3.125vw + 40px);
  }
}
.l-footer::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  aspect-ratio: 32/1;
  background-image: url(img/frame04.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
}
.l-footer .p-footer__flower {
  position: absolute;
  bottom: calc(100% - (3.125vw + 40px));
  transform: translateY(10%);
  max-width: 150px;
  min-width: 60px;
  pointer-events: none;
}
@media screen and (max-width: 999px) {
  .l-footer .p-footer__flower {
    bottom: calc(100% - 40px);
  }
}
.l-footer .p-footer__flower img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.l-footer .p-footer__flower.--1 {
  left: 5%;
  width: 6.5%;
}
.l-footer .p-footer__flower.--2 {
  right: 5%;
  width: 8%;
}

.p-footer {
  color: #613B20;
  margin-top: 50px;
  padding-bottom: 60px;
}
@media screen and (max-width: 999px) {
  .p-footer {
    margin-top: 30px;
    padding-bottom: 30px;
  }
}
.p-footer .p-footer__main {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 999px) {
  .p-footer .p-footer__main {
    flex-direction: column;
    gap: 30px;
  }
}
.p-footer .p-footer__nav {
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 1em 4em;
  height: 10em;
  font-size: 1.25rem;
}
@media screen and (max-width: 1200px) {
  .p-footer .p-footer__nav {
    gap: 1em 3em;
  }
}
@media screen and (max-width: 999px) {
  .p-footer .p-footer__nav {
    width: 100%;
    height: unset;
  }
}
.p-footer .p-footer__nav a {
  position: relative;
  padding-left: 1.4em;
  transition: 0.2s;
}
.p-footer .p-footer__nav a:hover {
  opacity: 0.8;
}
.p-footer .p-footer__nav a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 0.7em;
  aspect-ratio: 1/1;
  background-image: url(img/arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.p-access {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 60px;
}
@media screen and (max-width: 999px) {
  .p-access {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}
.p-access .p-access__map {
  width: 100%;
  aspect-ratio: 8/5;
  border-radius: 20px;
  overflow: hidden;
}
.p-access .p-access__info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 25px;
}
@media screen and (max-width: 999px) {
  .p-access .p-access__info {
    gap: 20px;
  }
}
.p-access .p-access__info .c-label {
  color: #B29E90;
  width: 6em;
}
.p-access .p-access__item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1em;
  font-size: 1.125rem;
}

.p-news {
  margin-top: 60px;
}
@media screen and (max-width: 999px) {
  .p-news {
    position: relative;
    margin-top: 40px;
    padding-bottom: calc(30px + 1.125rem);
  }
}
.p-news .p-news__title {
  position: relative;
}
@media screen and (max-width: 999px) {
  .p-news .p-news__title {
    position: static;
  }
}
.p-news .p-news__title .c-list_link {
  position: absolute;
  bottom: 0;
  right: 0;
}
.p-news .c-news__list {
  margin-top: 30px;
}
@media screen and (max-width: 999px) {
  .p-news .c-news__list {
    margin-top: 20px;
  }
}

.p-diary {
  margin-top: 100px;
}
@media screen and (max-width: 999px) {
  .p-diary {
    position: relative;
    margin-top: 60px;
    padding-bottom: calc(30px + 1.125rem);
  }
}
.p-diary .p-diary__title {
  position: relative;
}
@media screen and (max-width: 999px) {
  .p-diary .p-diary__title {
    position: static;
  }
}
.p-diary .p-diary__title .c-list_link {
  position: absolute;
  bottom: 0;
  right: 0;
}
.p-diary .c-diary__list {
  margin-top: 30px;
}
@media screen and (max-width: 999px) {
  .p-diary .c-diary__list {
    margin-top: 20px;
  }
}

.p-about .c-about_item__list {
  margin-top: 40px;
}
@media screen and (max-width: 999px) {
  .p-about .c-about_item__list {
    margin-top: 20px;
  }
}

.p-intro {
  margin-top: 40px;
}
.p-intro .p-intro__main {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p-intro .p-intro__img_box {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 100%;
  z-index: -1;
}
@media screen and (max-width: 999px) {
  .p-intro .p-intro__img_box {
    position: relative;
    top: unset;
    left: unset;
    transform: unset;
    height: 123vw;
  }
}
.p-intro .p-intro__text {
  position: relative;
  font-size: 1.25rem;
  text-align: center;
  line-height: 3;
}
@media screen and (max-width: 999px) {
  .p-intro .p-intro__text {
    text-align: left;
  }
}
.p-intro .p-intro__text::before {
  content: "";
  position: absolute;
  bottom: -1.5em;
  left: 100%;
  width: 17%;
  aspect-ratio: 1.1/1;
  background-image: url(img/deco_flower05.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  z-index: -1;
}
@media screen and (max-width: 1200px) {
  .p-intro .p-intro__text::before {
    left: 95%;
  }
}
@media screen and (max-width: 999px) {
  .p-intro .p-intro__text::before {
    content: unset;
  }
}
.p-intro .c-intro_item__list {
  margin-top: 60px;
}
.p-intro .p-intro__img {
  position: absolute;
}
.p-intro .p-intro__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-intro .p-intro__img.--1 {
  top: 7%;
  left: -8%;
  width: 23%;
  aspect-ratio: 1.172/1;
}
.p-intro .p-intro__img.--1 img {
  clip-path: url(#frame03);
}
@media screen and (max-width: 999px) {
  .p-intro .p-intro__img.--1 {
    top: 50vw;
    right: -9vw;
    left: unset;
    width: 63%;
  }
}
.p-intro .p-intro__img.--1::before {
  content: "";
  position: absolute;
  bottom: 90%;
  right: 105%;
  width: 20%;
  aspect-ratio: 5/8;
  background-image: url(img/deco_flower01.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
@media screen and (max-width: 999px) {
  .p-intro .p-intro__img.--1::before {
    bottom: unset;
    top: 105%;
    right: 13vw;
    width: 40%;
    aspect-ratio: 1.1/1;
    background-image: url(img/deco_flower05.svg);
  }
}
.p-intro .p-intro__img.--2 {
  top: 55%;
  left: -17%;
  width: 18%;
  aspect-ratio: 1.1/1;
}
.p-intro .p-intro__img.--2 img {
  clip-path: url(#frame04);
}
@media screen and (max-width: 1400px) {
  .p-intro .p-intro__img.--2 {
    left: -10%;
  }
}
@media screen and (max-width: 999px) {
  .p-intro .p-intro__img.--2 {
    top: 70vw;
    left: -2vw;
    width: 50%;
  }
}
.p-intro .p-intro__img.--2::before {
  content: "";
  position: absolute;
  top: 45%;
  right: -70%;
  width: 17%;
  aspect-ratio: 1/1;
  background-image: url(img/deco_flower03.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
@media screen and (max-width: 1400px) {
  .p-intro .p-intro__img.--2::before {
    right: -40%;
  }
}
@media screen and (max-width: 999px) {
  .p-intro .p-intro__img.--2::before {
    top: unset;
    bottom: 110%;
    right: 40%;
    width: 20%;
  }
}
.p-intro .p-intro__img.--3 {
  top: 22%;
  right: -13%;
  width: 27%;
  aspect-ratio: 1.256/1;
}
.p-intro .p-intro__img.--3 img {
  clip-path: url(#frame05);
}
@media screen and (max-width: 999px) {
  .p-intro .p-intro__img.--3 {
    top: 0;
    left: 0;
    right: unset;
    width: 73%;
  }
}
.p-intro .p-intro__img.--3::before {
  content: "";
  position: absolute;
  bottom: 110%;
  left: 5%;
  width: 17%;
  aspect-ratio: 1/1;
  background-image: url(img/deco_flower02.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
@media screen and (max-width: 999px) {
  .p-intro .p-intro__img.--3::before {
    content: unset;
  }
}
.p-intro .p-intro__img.--3::after {
  content: "";
  position: absolute;
  top: 105%;
  right: 20%;
  width: 17%;
  aspect-ratio: 1/1;
  background-image: url(img/deco_flower04.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
@media screen and (max-width: 999px) {
  .p-intro .p-intro__img.--3::after {
    top: 15%;
    left: 105%;
    width: 25%;
  }
}

.p-catch {
  position: relative;
  display: grid;
  grid-template-columns: 28% 1fr 27%;
  justify-content: space-between;
  gap: 4vw;
  margin-top: 40px;
}
@media screen and (max-width: 999px) {
  .p-catch {
    grid-template-columns: 1fr;
    padding-bottom: 120vw;
    margin-top: 0;
  }
}
.p-catch .p-catch__copy {
  display: flex;
  justify-content: center;
  align-items: center;
}
.p-catch .p-catch__copy img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media screen and (max-width: 999px) {
  .p-catch .p-catch__copy {
    padding-left: var(--ark-padding--container);
    padding-right: var(--ark-padding--container);
  }
}
.p-catch .p-catch__img {
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 999px) {
  .p-catch .p-catch__img {
    position: absolute;
  }
}
.p-catch .p-catch__img.--1 {
  margin-bottom: 5vw;
  aspect-ratio: 1/1.17;
}
.p-catch .p-catch__img.--1 img {
  clip-path: url(#frame01);
}
@media screen and (max-width: 999px) {
  .p-catch .p-catch__img.--1 {
    bottom: 45vw;
    left: -5vw;
    width: 62.5%;
    margin-bottom: unset;
  }
  .p-catch .p-catch__img.--1::before {
    content: "";
    position: absolute;
    top: 18%;
    left: 125%;
    width: 16%;
    aspect-ratio: 1/1;
    background-image: url(img/deco_flower02.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
  }
}
.p-catch .p-catch__img.--2 {
  margin-top: 5vw;
  aspect-ratio: 1/1.16;
}
.p-catch .p-catch__img.--2 img {
  clip-path: url(#frame02);
}
@media screen and (max-width: 999px) {
  .p-catch .p-catch__img.--2 {
    bottom: 0;
    right: -13vw;
    width: 63.75%;
    margin-top: unset;
  }
  .p-catch .p-catch__img.--2::before {
    content: "";
    position: absolute;
    bottom: 20%;
    right: 135%;
    width: 13%;
    aspect-ratio: 5/8;
    background-image: url(img/deco_flower01.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
  }
}
.p-catch .p-catch__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p-mv {
  position: relative;
}
.p-mv .c-slide {
  position: relative;
}
.p-mv .c-slide::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  aspect-ratio: 11/1;
  background-image: url(img/frame01.svg);
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
  z-index: 1;
}
.p-mv .swiper-slide {
  position: relative;
  height: 100vh;
}
@media screen and (max-width: 999px) {
  .p-mv .swiper-slide {
    height: 110vw;
  }
}
.p-mv .c-fixed_application {
  position: absolute;
  right: 3%;
  bottom: 0;
  transform: translateY(20%);
}
@media screen and (max-width: 999px) {
  .p-mv .c-fixed_application {
    position: relative;
    bottom: unset;
    right: unset;
    left: 50%;
    transform: translate(-50%, -15%);
    width: 100%;
  }
}

.l-header {
  position: fixed !important;
  background-color: transparent;
  padding-top: 0;
}
.l-header .l-header__body {
  grid-template-areas: "center right search menu";
  grid-template-columns: 25% 50% auto var(--ark-searchW) 80px;
  padding-right: 0;
}
@media screen and (min-width: 1000px) {
  .l-header {
    padding-top: 40px;
  }
  .l-header .l-header__body {
    padding-right: var(--ark-padding--container);
  }
}
.l-header .l-header__body {
  max-width: unset;
}
.l-header .l-header__logo {
  position: absolute;
  top: 2vw;
  left: 2vw;
}
@media screen and (min-width: 1000px) {
  .l-header .l-header__logo {
    top: 0;
    left: unset;
  }
}
.l-header .l-header__logo .c-headLogo {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 200px;
  aspect-ratio: 7/9;
  background-color: #FFFFFF;
  border-radius: 9999px;
  height: unset;
}
@media screen and (max-width: 1400px) {
  .l-header .l-header__logo .c-headLogo {
    width: 150px;
  }
}
@media screen and (max-width: 999px) {
  .l-header .l-header__logo .c-headLogo {
    width: 100px;
    aspect-ratio: 1/1;
  }
}
.l-header .l-header__logo .c-headLogo .c-headLogo__img {
  width: 60%;
}
@media screen and (min-width: 1000px) {
  .l-header .l-header__logo .c-headLogo .c-headLogo__img {
    width: 70%;
  }
}
.l-header .c-gnav {
  gap: 30px;
  font-size: 1.25rem;
}
@media screen and (max-width: 1400px) {
  .l-header .c-gnav {
    gap: 15px;
    font-size: 1rem;
  }
}
.l-header .c-gnav__li {
  transition: opacity 0.2s;
}
.l-header .c-gnav__li:hover {
  color: inherit;
  opacity: 0.8;
}
.l-header .c-gnav__li .c-gnav__a {
  padding: 0.4em 1.5em;
  background-color: #FFFFFF;
  border-radius: 999px;
}
@media screen and (max-width: 1200px) {
  .l-header .c-gnav__li .c-gnav__a {
    padding: 0.4em 1em;
  }
}

.p-topArea {
  position: relative;
  min-height: 710px;
}
@media screen and (max-width: 999px) {
  .p-topArea {
    min-height: 400px;
  }
}
.p-topArea::before {
  content: "" !important;
  position: absolute;
  top: unset;
  bottom: -1px;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  height: unset;
  aspect-ratio: 11/1;
  opacity: unset !important;
  background-color: unset !important;
  background-image: url(img/frame01.svg);
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
  z-index: 1;
}
.p-topArea .c-filterLayer__img {
  filter: brightness(70%);
}
.p-topArea .c-pageTitle__main {
  text-shadow: 0 0 16px rgba(0, 0, 0, 0.24);
}

/* Utility
----------------------------------------------------------------- */
@media screen and (min-width: 769px) {
  .sp {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
}
@media screen and (min-width: 1000px) {
  .ar-u {
    display: none !important;
  }
}
@media screen and (max-width: 999px) {
  .ar-d {
    display: none !important;
  }
}
.u-fadeup {
  opacity: 0;
}
.u-fadeup.loaded {
  animation: 1.5s cubic-bezier(0.33, 1, 0.68, 1) 1 forwards fadeup;
}
.u-fadeup.loaded.--delay {
  animation-delay: 0.5s;
}
.u-fadeup.loaded.--delay-double {
  animation-delay: 1s;
}

.u-fadedown {
  opacity: 0;
}
.u-fadedown.loaded {
  animation: 1.5s cubic-bezier(0.33, 1, 0.68, 1) 1 forwards fadedown;
}
.u-fadedown.loaded.--delay {
  animation-delay: 0.5s;
}
.u-fadedown.loaded.--delay-double {
  animation-delay: 1s;
}

.u-scale {
  opacity: 0;
}
.u-scale.loaded {
  animation: 0.5s cubic-bezier(0.33, 1, 0.68, 1) 1 forwards scale;
}
.u-scale.loaded.--delay {
  animation-delay: 0.5s;
}
.u-scale.loaded.--delay-double {
  animation-delay: 1s;
}

@keyframes fadeup {
  0% {
    transform: translateY(50px);
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadedown {
  0% {
    transform: translateY(-50px);
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes scale {
  0% {
    transform: scale(0.9);
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
/* Block
----------------------------------------------------------------- */
/*--------------------------------
    継承元
--------------------------------*/
/*------ 見出しH2 -------*/
/*------ 見出しH3 -------*/
/*------ 見出しH4 -------*/
/*------ リンク -------*/
.post_content a:not(a[class]), .editor-styles-wrapper a:not(a[class]),
.block-editor-block-preview__content a:not(a[class]) {
  color: var(--color_link);
  text-decoration: underline;
}
.post_content a:hover:not(a[class]), .editor-styles-wrapper a:hover:not(a[class]),
.block-editor-block-preview__content a:hover:not(a[class]) {
  text-decoration: none;
}

/*--------------------------------
    出力
--------------------------------*/
.editor-styles-wrapper h2.wp-block,
.block-editor-block-preview__content h2.wp-block {
  margin-left: auto;
  margin-right: auto;
}
