@charset "UTF-8";
/*
Template: arkhe
Theme Name: Arkhe Child-v2
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;
}

html {
  font-size: 16px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  html {
    font-size: 14px;
  }
}

body {
  color: #333333;
  font-family: "Noto Sans JP", sans-serif;
  background-color: #FFFFFF;
  font-weight: 500;
}

.l-container:not(.l-header__body) {
  max-width: 1336px;
}

body:not(.home) .l-container:not(.l-header__body) {
  max-width: 1200px;
}

.home .l-content__body {
  margin-top: 0;
  margin-bottom: 0;
}

.home .l-content {
  margin-bottom: 0;
}

.home figure {
  margin: 0;
}

:is(ol, ul) {
  margin: unset;
  padding: unset;
  list-style: none;
}

.l-article {
  max-width: 1240px;
}

.c-gnav > .menu-item > a .ttl {
  font-size: 16px;
}

/* ドロワーメニュー関連 */
[data-btns=rr-rl] .l-header__body {
  grid-template-areas: "left center right search menu";
  grid-template-columns: 0 50% auto var(--ark-searchW) var(--ark-drawerW);
}

.c-iconBtn__icon {
  width: 32px;
}

.c-iconBtn__label {
  font-size: 13px;
  margin-top: 2px;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: bold;
}

.l-header__drawerBtn {
  width: 60px;
  height: 60px;
}

:root {
  --ark-drawerW: 60px;
  --ark-searchW: 60px;
}

/* 固定ページの上の方 */
.p-topArea.-noimg {
  background: unset;
}

.c-pageTitle__main {
  color: #333333;
  font-family: "fot-tsukuardgothic-std", sans-serif;
}

#top_title_area {
  position: relative;
  background-image: url(img/bg-blue-head.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: top center;
  min-height: max(32vh, 250px);
}
.pink_ver #top_title_area {
  background-image: url(img/pinkver/bg-pink-head.png);
}
#top_title_area .p-topArea_leaves {
  position: absolute;
  bottom: 0;
  left: 25%;
  height: 75%;
  aspect-ratio: 1/1.6;
  pointer-events: none;
}
@media screen and (max-width: 600px) {
  #top_title_area .p-topArea_leaves {
    left: 10%;
  }
}
#top_title_area .p-topArea_leaves .p-topArea_leaves__leaf1 {
  position: absolute;
  top: 0;
  right: 40%;
  width: 10%;
  aspect-ratio: 1/1;
  background-image: url(img/leaf01.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
#top_title_area .p-topArea_leaves .p-topArea_leaves__leaf2 {
  position: absolute;
  bottom: 35%;
  left: 0;
  width: 10%;
  aspect-ratio: 1/2.17;
  background-image: url(img/leaf02.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
#top_title_area .p-topArea_leaves .p-topArea_leaves__leaf3 {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 30%;
  aspect-ratio: 1/1;
  background-image: url(img/leaf03.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.swiper-area {
  position: relative;
}

.swiper-slide {
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

/* ==========================================================================
Layout
========================================================================== */
.l-wide_block {
  position: relative;
  left: calc(50% - 50vw);
  width: 100vw;
  max-width: 100vw;
}

.l-bg_wrapper {
  position: relative;
  padding-bottom: calc(12.0274914089vw + 80px);
}
@media screen and (max-width: 999px) {
  .l-bg_wrapper {
    padding-bottom: calc(26.1780104712vw + 80px);
  }
}
.l-bg_wrapper .l-bg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background-color: rgba(203, 237, 255, 0.31);
  z-index: -1;
}
.pink_ver .l-bg_wrapper .l-bg {
  background-color: rgba(255, 203, 203, 0.31);
}
.l-bg_wrapper .l-bg::before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 0;
  width: 100%;
  aspect-ratio: 5/1;
  background-image: url(img/bg-blue.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
}
.pink_ver .l-bg_wrapper .l-bg::before {
  background-image: url(img/pinkver/bg-pink.png);
}

.l-section {
  margin-top: 120px;
}
@media screen and (max-width: 1024px) {
  .l-section {
    margin-top: 80px;
  }
}

.l-line_section {
  margin-top: 100px;
  padding-top: 90px;
  padding-bottom: 90px;
  border-image-source: repeating-linear-gradient(to right, #333333, #333333 1px, transparent 1px, transparent 6px);
  border-image-slice: 1;
  border-top: 1px solid #333333;
  border-bottom: 1px solid #333333;
  border-image-width: 1px 0 1px 0;
}
@media screen and (max-width: 999px) {
  .l-line_section {
    margin-top: 50px;
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

/* ==========================================================================
Object
========================================================================== */
/* Component
----------------------------------------------------------------- */
.c-category {
  display: inline-block;
  font-size: 0.75rem;
  color: #008129;
  background-color: #FFFFFF;
  border: 1px solid #008129;
  padding: 0.4em 1.5em;
  text-align: center;
  line-height: 1;
  border-radius: 6px;
}
@media screen and (max-width: 999px) {
  .c-category {
    font-size: 0.8rem;
  }
}

.c-category__wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
@media screen and (max-width: 999px) {
  .c-category__wrapper {
    gap: 5px;
  }
}

.c-date {
  font-size: 0.875rem;
}

.c-button {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background-color: #008129;
  border: 2px solid #008129;
  color: #FFFFFF;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-size: 1.125rem;
  font-weight: bold;
  text-align: center;
  padding: 0.9em 2em;
  border-radius: 40px;
  line-height: 1;
  transition: 0.2s;
}
.c-button:hover {
  background-color: #FFFFFF;
  color: #008129;
}

.c-news_card__wrapper {
  display: flex;
  flex-direction: column;
}

.c-news_card {
  border-radius: 10px;
  color: #333333;
  transition: 0.2s;
}
.c-news_card + .c-news_card {
  border-image-source: repeating-linear-gradient(to right, #333333, #333333 1px, transparent 1px, transparent 6px);
  border-image-slice: 1;
  border-top: 1px solid #333333;
  border-image-width: 1px 0 0 0;
}
.c-news_card a {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 2rem 3.5rem 2rem 1.5rem;
}
@media screen and (max-width: 999px) {
  .c-news_card a {
    flex-direction: column;
    gap: 10px;
    padding: 1rem 3rem 1rem 1rem;
  }
}
.c-news_card .c-news_card__info {
  display: flex;
  align-items: center;
  gap: 20px;
}
.c-news_card .c-news_card__title {
  color: #008129;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: bold;
}

.c-garden_name {
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: bold;
  font-size: 2.375rem;
  line-height: 1.2;
}
.c-garden_name .c-garden_name__small {
  font-weight: 500;
  font-size: 1.25rem;
}

.c-fixBtn.-pagetop {
  border-radius: 50%;
  width: 50px;
  height: 50px;
  border: 2px solid #008129;
  background-color: #FFFFFF;
  box-shadow: unset;
  opacity: 1;
  transition: 0.2s;
}
.c-fixBtn.-pagetop svg {
  fill: #008129;
  transition: 0.2s;
}
.c-fixBtn.-pagetop:hover {
  background-color: #008129;
}
.c-fixBtn.-pagetop:hover svg {
  fill: #FFFFFF;
}

.wpcf7 {
  display: flex;
  justify-content: center;
  align-items: center;
}

.wpcf7-form {
  width: 600px;
  max-width: 100%;
}
.wpcf7-form > * + * {
  margin-top: 30px;
}
.wpcf7-form .wpcf7-form-control:not([type=submit]):not(.wpcf7-eventtime):not(.wpcf7-eventdate) {
  width: 100%;
}
.wpcf7-form .wpcf7-eventtime,
.wpcf7-form .wpcf7-eventdate,
.wpcf7-form .wpcf7-eventtitle {
  background-color: #e7e7e7;
  pointer-events: none;
}
.wpcf7-form .wpcf7-eventtime,
.wpcf7-form .wpcf7-eventdate {
  border: none;
  width: 9em;
}
.wpcf7-form .c-form__date_wrapper {
  margin-top: 0;
  width: 100%;
  background-color: #e7e7e7;
  border: 1px solid hsla(0, 0%, 78%, 0.5);
}
.wpcf7-form .c-form__date__attention {
  margin-top: 5px;
}
.wpcf7-form .wpcf7-radio {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.wpcf7-form .wpcf7-radio span label {
  display: flex;
  align-items: baseline;
  gap: 10px;
}

.c-form__submit_wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.c-form__title {
  display: inline-block;
  font-weight: bold;
  margin-bottom: 5px;
}
.c-form__title.c-form__title--required::after {
  content: "必須";
  display: inline-block;
  background-color: #d40000;
  color: #ffffff;
  font-size: 0.7em;
  font-weight: bold;
  margin-left: 10px;
  padding: 1px 5px;
}

.c-title {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-size: 2rem;
  font-weight: bold;
}
.c-title .c-title__en {
  font-size: 0.75rem;
}
.c-title.c-title--small {
  font-size: 1.25rem;
}
.c-title.c-title--line {
  padding-bottom: 5px;
  border-image-source: repeating-linear-gradient(to right, #333333, #333333 4px, transparent 4px, transparent 10px);
  border-image-slice: 1;
  border-bottom: 2px solid #333333;
  border-image-width: 0 0 2px 0;
}

.c-contact_box {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #FFFFFF;
  border-radius: 10px;
  padding: 20px;
}
.c-contact_box.c-contact_box--pink {
  background-color: #FFEFEF;
}
.c-contact_box .c-contact_box__tel {
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: bold;
  line-height: 1.2;
}
.c-contact_box .c-contact_box__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: 1.125rem;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: bold;
  color: #FFFFFF;
  background-color: #991821;
  padding: 0.8em 1.5em;
  border: 2px solid #991821;
  border-radius: 0.25rem 1.25rem 0.25rem 0.25rem;
  width: 100%;
  max-width: 300px;
  transition: 0.2s;
  margin-top: 15px;
}
.c-contact_box .c-contact_box__button:hover {
  background-color: #FFFFFF;
  color: #991821;
}

.c-tel {
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-size: 1.875rem;
  font-weight: bold;
}
.c-tel .c-tel__head {
  font-size: 0.67em;
}

.c-icon_wrapper {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 1.2em;
  height: 1.2em;
  margin: 0;
  transition: 0.2s;
}
.c-icon_wrapper .c-icon {
  position: absolute;
  width: 100%;
  height: 100%;
  transition: 0.2s;
}
.c-icon_wrapper .c-icon.c-icon--hover {
  opacity: 0;
}
*:hover > .c-icon_wrapper .c-icon {
  opacity: 0;
}
*:hover > .c-icon_wrapper .c-icon.c-icon--hover {
  opacity: 1;
}

.c-card {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
  max-width: 800px;
}
.c-card[href]:hover .c-card__img img {
  transform: scale(1.1);
}
.c-card.c-card--l_leaf .c-card__img_wrapper::after {
  content: "";
  position: absolute;
  bottom: 20%;
  left: 0;
  transform: translateX(-50%);
  width: 7%;
  max-width: 30px;
  aspect-ratio: 1/1;
  background-image: url(img/leaf07.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.c-card.c-card--t_leaf .c-card__img_wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  right: 5%;
  transform: translateY(-50%);
  width: 10%;
  max-width: 40px;
  aspect-ratio: 2/3;
  background-image: url(img/leaf08.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.c-card.c-card--r_leaf .c-card__img_wrapper::after {
  content: "";
  position: absolute;
  top: 20%;
  right: 0;
  transform: translateX(50%);
  width: 7%;
  max-width: 30px;
  aspect-ratio: 1/1;
  background-image: url(img/leaf09.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.c-card .c-card__img_wrapper {
  position: relative;
  width: 100%;
  aspect-ratio: 8/5;
}
.c-card .c-card__img_wrapper .c-card__img_title {
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 1.125rem;
  font-weight: bold;
  color: #FFFFFF;
  padding: 0.5rem 1.5rem;
  background-color: #399D26;
  border-radius: 0 10px 0 10px;
  z-index: 2;
}
.c-card .c-card__img {
  display: flex;
  width: 100%;
  border-radius: 4px 40px 4px 40px;
  overflow: hidden;
  aspect-ratio: 8/5;
}
.c-card .c-card__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.2s;
}
.c-card .c-card__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.c-card .c-card__title {
  font-size: 1.5rem;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: bold;
  color: #008129;
}

.c-slide {
  position: relative;
}
.c-slide .swiper-slide {
  width: 100%;
  aspect-ratio: 1.55/1;
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 768px) {
  .c-slide .swiper-slide {
    aspect-ratio: 8/7;
  }
}

.c-big_button__wrapper {
  padding-top: 2.288%;
  padding-bottom: 3.584%;
}

.c-big_button {
  display: flex;
  align-items: center;
  gap: 60px;
  background-color: rgba(190, 246, 147, 0.46);
  padding: 20px 60px 20px 40px;
  border-radius: 20px;
  width: 100%;
  aspect-ratio: 4.69/1;
}
.pink_ver .c-big_button {
  background-color: rgba(255, 210, 210, 0.46);
}
@media screen and (max-width: 999px) {
  .c-big_button {
    flex-direction: column;
    gap: 20px;
    padding: 20px 30px;
  }
}
.c-big_button .c-big_button__img_box {
  position: relative;
  width: 40%;
  height: 100%;
}
@media screen and (max-width: 999px) {
  .c-big_button .c-big_button__img_box {
    width: 265px;
    height: 100px;
  }
}
.c-big_button .c-big_button__img_box .c-big_button__img {
  position: absolute;
  aspect-ratio: 1/1;
  overflow: hidden;
}
.c-big_button .c-big_button__img_box .c-big_button__img.c-big_button__img--left {
  bottom: 0;
  left: 0;
  transform: translateY(calc(16% + 20px));
  width: 56%;
  border-radius: 4px 0 0 80px;
}
@media screen and (max-width: 999px) {
  .c-big_button .c-big_button__img_box .c-big_button__img.c-big_button__img--left {
    width: unset;
    height: 150%;
    border-radius: 4px 0 0 40px;
    transform: unset;
  }
}
.c-big_button .c-big_button__img_box .c-big_button__img.c-big_button__img--right {
  top: 0;
  right: 0;
  transform: translateY(calc(-1 * (14.3% + 20px)));
  width: 40%;
  border-radius: 0 80px 4px 0;
}
@media screen and (max-width: 999px) {
  .c-big_button .c-big_button__img_box .c-big_button__img.c-big_button__img--right {
    top: unset;
    bottom: 70%;
    width: unset;
    height: 100%;
    border-radius: 0 40px 4px 0;
    transform: unset;
  }
}
.c-big_button .c-big_button__img_box .c-big_button__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-big_button .c-big_button__text_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
  width: 60%;
}
@media screen and (max-width: 999px) {
  .c-big_button .c-big_button__text_box {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .c-big_button .c-big_button__text_box {
    gap: 10px;
  }
}
.c-big_button .c-big_button__arrow {
  width: 80px;
  aspect-ratio: 1/1;
  margin-left: auto;
  background-image: url(img/arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.pink_ver .c-big_button .c-big_button__arrow {
  background-image: url(img/pinkver/arrow-pink.svg);
}
.c-big_button .c-big_button__arrow img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.c-menu_button {
  border: none;
  padding: unset;
  color: unset;
  display: none;
  position: fixed;
  top: calc(var(--ark-adminbar_height, 0) + 2vw);
  right: 2vw;
  font-size: 0.9rem;
  width: 4em;
  height: 5em;
  z-index: 200;
}
@media not all and (min-width: 1200px) {
  .c-menu_button {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
[data-drawer=opened] .c-menu_button {
  display: none;
}
.c-menu_button .c-menu_button__icon {
  width: 70%;
  height: 70%;
  background-image: url(img/bars-solid.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.c-menu_button .c-menu_button__text {
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: bold;
}

/* Project
----------------------------------------------------------------- */
.l-header__body {
  max-width: unset;
}

.l-header__right {
  padding-left: 1.5em;
  background-color: #FFFFFF;
  border-bottom-left-radius: 30px;
}

:is(.home, .page) .p-header {
  position: fixed !important;
}

.p-header {
  top: var(--wp-admin--admin-bar--height, 0);
  background-color: unset;
}
.p-header .l-header__body {
  padding-left: 1rem;
  padding-right: 0;
}
.p-header .c-gnav li a {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.p-header .c-headLogo {
  max-width: clamp(160px, 15vw, 300px);
}
.p-header .l-header__logo {
  justify-content: start;
}

.p-header__mail {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: bold;
  border-bottom: 3px solid #991821;
  height: 100%;
  margin-left: 30px;
  padding-left: 1em;
  padding-right: 1em;
  transition: 0.2s;
}
.p-header__mail:hover {
  color: #008129;
}
.p-header__mail .p-header__mail_icon {
  width: 2em;
  height: 2em;
}

.c-gnav__li:hover, .c-gnav__li.-current {
  color: #008129;
}
.c-gnav__li > .c-gnav__a {
  position: relative;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-size: 1.125rem;
  font-weight: bold;
}
@media screen and (max-width: 1400px) {
  .c-gnav__li > .c-gnav__a {
    font-size: 1rem;
  }
}

.p-drawer {
  background-color: rgba(53, 157, 58, 0.9607843137);
}

#footer .l-container {
  max-width: 1336px;
}

.l-footer__foot {
  padding: unset;
}

.p-footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 120px;
  padding-bottom: 80px;
}
@media screen and (max-width: 1250px) {
  .p-footer {
    flex-direction: column;
    gap: 40px;
    margin-top: 60px;
  }
}
.p-footer .p-footer__info {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 40px;
}
@media screen and (max-width: 1250px) {
  .p-footer .p-footer__info {
    flex-direction: row;
  }
}
.p-footer .p-footer__garden {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 1250px) {
  .p-footer .p-footer__garden {
    align-items: center;
    justify-content: center;
  }
}
.p-footer .p-footer__tel {
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-size: 1.5rem;
  font-weight: bold;
  margin-top: 30px;
}
@media screen and (max-width: 600px) {
  .p-footer .p-footer__tel {
    font-size: 1.2rem;
  }
}
.p-footer .p-footer__mail {
  color: #FFFFFF;
  margin-top: 20px;
}
.p-footer .p-footer__mail:hover {
  color: #008129;
}
.p-footer .p-footer__address {
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: bold;
  margin-top: 8px;
}
.p-footer .p-footer__address .p-footer__address_br {
  display: none;
}
@media screen and (max-width: 1250px) {
  .p-footer .p-footer__address {
    text-align: center;
  }
  .p-footer .p-footer__address .p-footer__address_br {
    display: block;
  }
}
.p-footer .p-footer__menu_wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 30px;
  flex-basis: 60%;
}
.p-footer .p-footer__menu {
  display: flex;
  flex-flow: column wrap;
  gap: 1em 2em;
  font-size: 1.125rem;
  width: 100%;
  height: 7em;
}
@media screen and (max-width: 999px) {
  .p-footer .p-footer__menu {
    height: 12em;
  }
}
@media screen and (max-width: 600px) {
  .p-footer .p-footer__menu {
    height: unset;
  }
}
.p-footer .p-footer__menu > li {
  position: relative;
  padding-left: 1.5em;
}
.p-footer .p-footer__menu > li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1em;
  aspect-ratio: 1/1;
  background-image: url(img/arrow-right-solid.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.p-footer .p-footer__menu > li > a {
  position: relative;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: bold;
  transition: 0.2s;
}
.p-footer .p-footer__menu > li > a:hover {
  opacity: 0.6;
}
.p-footer .p-footer__submenu {
  display: flex;
  flex-flow: column wrap;
  gap: 0.5em;
  margin-top: 0.5em;
}
@media screen and (max-width: 600px) {
  .p-footer .p-footer__submenu {
    font-size: 0.9rem;
    gap: 0.2em;
  }
}
.p-footer .p-footer__submenu > li > a {
  position: relative;
  font-size: 1rem;
  transition: 0.2s;
}
.p-footer .p-footer__submenu > li > a:hover {
  opacity: 0.6;
}

.p-footer__copy {
  font-size: 0.875rem;
  width: 100%;
}
@media screen and (max-width: 1250px) {
  .p-footer__copy {
    text-align: center;
  }
}

.p-access {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  gap: 60px;
}
@media screen and (max-width: 999px) {
  .p-access {
    flex-wrap: wrap;
    gap: 30px;
  }
}
.p-access > * {
  flex-basis: 100%;
}
.p-access .p-access__map {
  width: 100%;
  border-radius: 1.6rem;
  overflow: hidden;
  aspect-ratio: 5/3;
}
.p-access .p-access__map iframe {
  width: 100%;
  height: 100%;
}
.p-access .p-access__info .p-access__info_item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.p-access .p-access__info .p-access__info_item + .p-access__info_item {
  border-image-source: repeating-linear-gradient(to right, #333333, #333333 1px, transparent 1px, transparent 6px);
  border-image-slice: 1;
  border-top: 1px solid #333333;
  border-image-width: 1px 0 0 0;
}
.p-access .p-access__info .p-access__info_item dt {
  font-size: 0.875rem;
  color: #008129;
  font-weight: bold;
  width: 4.5em;
}
.p-access .p-access__info .p-access__info_item dd {
  font-weight: bold;
}
.p-access .p-access__buttons {
  display: flex;
  align-content: inherit;
  justify-content: center;
  gap: 24px;
  margin-top: 30px;
}
.p-access .p-access__buttons .p-access__group {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.125rem;
  font-weight: bold;
  color: #FFFFFF;
  background-color: #991821;
  padding: 1.5em 0.1em;
  border: 2px solid #991821;
  border-radius: 0.5rem 0.5rem 0.5rem 2rem;
  flex-basis: 100%;
  transition: 0.2s;
}
.p-access .p-access__buttons .p-access__group:hover {
  background-color: #FFFFFF;
  color: #991821;
}
@media screen and (max-width: 999px) {
  .p-access .p-access__buttons .p-access__group {
    font-size: 1rem;
    padding: 1.2em 0.1em;
  }
}
.p-access .p-access__buttons .p-access__public_info {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.125rem;
  font-weight: bold;
  color: #FFFFFF;
  border: 2px solid #008129;
  background-color: #008129;
  padding: 1.5em 0.1em;
  border-radius: 0.5rem 2rem 0.5rem 0.5rem;
  flex-basis: 100%;
  transition: 0.2s;
}
.p-access .p-access__buttons .p-access__public_info:hover {
  background-color: #FFFFFF;
  color: #008129;
}
@media screen and (max-width: 999px) {
  .p-access .p-access__buttons .p-access__public_info {
    font-size: 1rem;
    padding: 1.2em 0.1em;
  }
}

.p-feature {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 100px;
}
.p-feature .p-feature__card_box {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 60px;
  width: 100%;
}
@media screen and (max-width: 999px) {
  .p-feature .p-feature__card_box {
    flex-wrap: wrap;
  }
}
.p-feature .p-feature__card_box .c-card {
  flex-basis: 100%;
}
.p-feature .p-feature__button {
  font-size: 1.5rem;
  padding: 1em 3em;
  margin-top: 50px;
}

.p-main_visual {
  position: relative;
}
.p-main_visual::before {
  content: "";
  position: absolute;
  top: -2px;
  left: 0;
  width: 33.5%;
  aspect-ratio: 1.32/1;
  background-image: url(img/flame-top.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top left;
  z-index: 2;
}
.p-main_visual::after {
  content: "";
  position: absolute;
  bottom: -2px;
  right: 0;
  width: 100%;
  aspect-ratio: 3.58/1;
  background-image: url(img/flame-bottom.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom right;
  z-index: 2;
}
.pink_ver .p-main_visual::after {
  background-image: url(img/pinkver/flame-bottom.png);
}
.p-main_visual .p-main_visual__petal_top {
  position: absolute;
  top: -2px;
  left: 0;
  width: 33.5%;
  aspect-ratio: 1.32/1;
  z-index: 3;
}
.p-main_visual .p-main_visual__petal_top::before {
  content: "";
  position: absolute;
  top: 25%;
  left: 10%;
  width: 50%;
  aspect-ratio: 1.6/1;
  background-image: url(img/petal01.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.pink_ver .p-main_visual .p-main_visual__petal_top::before {
  background-image: url(img/pinkver/petal-yellow01.svg);
}
@media screen and (max-width: 999px) {
  .p-main_visual .p-main_visual__petal_top::before {
    top: 60px;
  }
}
.p-main_visual .p-main_visual__petal_bottom {
  position: absolute;
  bottom: -2px;
  right: 0;
  width: 100%;
  aspect-ratio: 3.58/1;
  z-index: 3;
}
.p-main_visual .p-main_visual__petal_bottom::before {
  content: "";
  position: absolute;
  bottom: 15%;
  right: 10%;
  width: 3.5%;
  aspect-ratio: 1/1.2;
  background-image: url(img/petal02.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.pink_ver .p-main_visual .p-main_visual__petal_bottom::before {
  background-image: url(img/pinkver/petal-yellow02.svg);
}
@media screen and (max-width: 999px) {
  .p-main_visual .p-main_visual__petal_bottom::before {
    bottom: 0;
    right: 5%;
    width: 8%;
  }
}
.p-main_visual .p-main_visual__logo {
  position: absolute;
  top: 1vw;
  left: 2vw;
  width: clamp(160px, 15vw, 300px);
  z-index: 2;
}
.p-main_visual .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  /*スワイパーの切り替え速度と自動再生の停止時間を合計した秒数に設定する*/
  transition: 7s;
}
.p-main_visual .swiper-slide-active img {
  transform: scale(1.25);
}

.p-info {
  position: relative;
  display: flex;
  gap: 60px;
  margin-top: 80px;
}
.p-info::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 25px;
  aspect-ratio: 1/1;
  background-image: url(img/petal04.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.pink_ver .p-info::after {
  background-image: url(img/pinkver/petal-yellow04.svg);
}
@media screen and (max-width: 999px) {
  .p-info::after {
    content: unset;
  }
}
@media screen and (max-width: 999px) {
  .p-info {
    flex-direction: column;
  }
}
.p-info .p-news {
  flex-basis: calc(100% - 350px);
}
@media screen and (max-width: 999px) {
  .p-info .p-news {
    flex-basis: 100%;
    width: 100%;
  }
}
.p-info .p-contact {
  flex-basis: 350px;
}
@media screen and (max-width: 999px) {
  .p-info .p-contact {
    flex-basis: 100%;
    width: 100%;
  }
  .p-info .p-contact .c-contact_box {
    width: 100%;
  }
}

.p-news {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.p-news .p-news__title_box {
  display: flex;
  align-items: flex-end;
  gap: 30px;
}
.p-news .p-news__button {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.875rem;
  font-weight: bold;
  color: #FFFFFF;
  background-color: #008129;
  padding: 0.25em 2em 0.25em 1em;
  border: 2px solid #008129;
  border-radius: 0.25rem 1rem 0.25rem 1rem;
  flex-basis: 100%;
  transition: 0.2s;
  max-width: 160px;
}
.p-news .p-news__button:hover {
  background-color: #FFFFFF;
  color: #008129;
}
.p-news .p-news__button:hover::after {
  border-left-color: #008129;
}
.p-news .p-news__button::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1em;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 2px solid transparent;
  border-left: 6px solid #FFFFFF;
  border-bottom: 2px solid transparent;
  border-right: 0px solid transparent;
  transition: 0.2s;
}

.p-contact {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 20px;
}

.p-consider {
  display: flex;
  flex-direction: column;
  margin-top: 100px;
}
.p-consider .p-consider__card_box {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 60px;
  margin-top: 25px;
}
@media screen and (max-width: 999px) {
  .p-consider .p-consider__card_box {
    flex-direction: column;
  }
}
.p-consider .p-consider__card_box .c-card {
  flex-basis: 100%;
}
@media screen and (max-width: 999px) {
  .p-consider .p-consider__card_box .c-card {
    width: 100%;
  }
}

.p-catch {
  position: relative;
  display: flex;
  justify-content: space-between;
  gap: 30px;
  margin-top: 180px;
  z-index: 2;
}
@media screen and (max-width: 999px) {
  .p-catch {
    flex-direction: column-reverse;
    margin-top: 50px;
  }
}
.p-catch .p-catch__text_box {
  width: 500px;
  z-index: 1;
}
@media screen and (max-width: 999px) {
  .p-catch .p-catch__text_box {
    width: 100%;
    padding-left: var(--ark-padding--container);
    padding-right: var(--ark-padding--container);
  }
}
.p-catch .p-catch__title {
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-size: 2.5rem;
  color: #008129;
}
.p-catch .p-catch__text {
  font-size: 1.125rem;
  line-height: 2.2;
  margin-top: 30px;
}
.p-catch .p-catch__text.p-catch__text--occ {
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
  color: #008129;
  line-height: 2;
}
.p-catch .p-catch__img {
  aspect-ratio: 1/1;
  overflow: hidden;
}
.p-catch .p-catch__img.p-catch__img--left {
  width: 20%;
  border-radius: 0 80px 4px 0;
  margin-top: auto;
}
@media screen and (max-width: 999px) {
  .p-catch .p-catch__img.p-catch__img--left {
    width: 50%;
    margin-right: auto;
  }
}
.p-catch .p-catch__img.p-catch__img--right {
  width: 27.5%;
  border-radius: 4px 0 0 80px;
  transform: translateY(-30%);
  margin-bottom: auto;
}
@media screen and (max-width: 999px) {
  .p-catch .p-catch__img.p-catch__img--right {
    width: 60%;
    transform: unset;
    margin-left: auto;
  }
}
.p-catch .p-catch__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-catch .p-catch__leaves_wrapper {
  position: absolute;
  top: -120px;
  left: 22%;
  height: calc(100% + 90px + 100px);
  aspect-ratio: 1/2.3;
  z-index: -1;
}
@media screen and (max-width: 999px) {
  .p-catch .p-catch__leaves_wrapper {
    height: 65vw;
    top: -3vw;
    left: 10%;
  }
}
.p-catch .p-catch__leaves_wrapper .p-catch__leaves {
  position: absolute;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.p-catch .p-catch__leaves_wrapper .p-catch__leaves.p-catch__leaves--1 {
  top: 0;
  right: 20%;
  width: 7%;
  aspect-ratio: 1/1;
  background-image: url(img/leaf01.svg);
}
.p-catch .p-catch__leaves_wrapper .p-catch__leaves.p-catch__leaves--2 {
  top: 20%;
  left: 10%;
  width: 10%;
  aspect-ratio: 1/2.17;
  background-image: url(img/leaf02.svg);
}
.p-catch .p-catch__leaves_wrapper .p-catch__leaves.p-catch__leaves--3 {
  top: 55%;
  left: 0;
  width: 25%;
  aspect-ratio: 6/5;
  background-image: url(img/petal03.svg);
}
.pink_ver .p-catch .p-catch__leaves_wrapper .p-catch__leaves.p-catch__leaves--3 {
  background-image: url(img/pinkver/petal-yellow03.svg);
}
.p-catch .p-catch__leaves_wrapper .p-catch__leaves.p-catch__leaves--4 {
  bottom: 0;
  right: 0;
  width: 22%;
  aspect-ratio: 1/1;
  background-image: url(img/leaf03.svg);
}

.p-main_feature {
  position: relative;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 999px) {
  .p-main_feature {
    flex-direction: column;
  }
}
.p-main_feature::before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 0;
  transform: translateY(30%);
  width: 100%;
  aspect-ratio: 5.82/1;
  background-image: url(img/bg-cloud.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom left;
  z-index: -1;
}
@media screen and (max-width: 999px) {
  .p-main_feature::before {
    transform: unset;
    aspect-ratio: 3.82/1;
  }
}
@media screen and (max-width: 600px) {
  .p-main_feature::before {
    aspect-ratio: 3/1;
  }
}
.p-main_feature .p-main_feature__leaves {
  position: absolute;
  bottom: 100%;
  left: 0;
  transform: translateY(30%);
  width: 100%;
  aspect-ratio: 5.82/1;
}
@media screen and (max-width: 999px) {
  .p-main_feature .p-main_feature__leaves {
    transform: unset;
    aspect-ratio: 3.82/1;
  }
}
@media screen and (max-width: 600px) {
  .p-main_feature .p-main_feature__leaves {
    aspect-ratio: 3/1;
  }
}
.p-main_feature .p-main_feature__leaves .p-main_feature__leaf {
  position: absolute;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.p-main_feature .p-main_feature__leaves .p-main_feature__leaf.p-main_feature__leaf--1 {
  bottom: 90%;
  right: 60%;
  width: 20px;
  aspect-ratio: 1/2.17;
  background-image: url(img/leaf04.svg);
}
@media screen and (max-width: 999px) {
  .p-main_feature .p-main_feature__leaves .p-main_feature__leaf.p-main_feature__leaf--1 {
    bottom: unset;
    top: -10%;
    right: var(--ark-padding--container);
  }
}
.p-main_feature .p-main_feature__leaves .p-main_feature__leaf.p-main_feature__leaf--2 {
  bottom: 50%;
  right: 60%;
  width: 20px;
  aspect-ratio: 1/1;
  background-image: url(img/leaf05.svg);
}
@media screen and (max-width: 999px) {
  .p-main_feature .p-main_feature__leaves .p-main_feature__leaf.p-main_feature__leaf--2 {
    bottom: unset;
    top: 50%;
    right: unset;
    left: 5%;
  }
}
.p-main_feature .p-main_feature__leaves .p-main_feature__leaf.p-main_feature__leaf--3 {
  display: none;
  bottom: 10%;
  right: calc(var(--ark-padding--container) + 5%);
  width: 20px;
  aspect-ratio: 1/1;
  background-image: url(img/leaf06.svg);
}
@media screen and (max-width: 999px) {
  .p-main_feature .p-main_feature__leaves .p-main_feature__leaf.p-main_feature__leaf--3 {
    display: block;
  }
}
.p-main_feature .p-main_feature__text_box {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 45%;
  padding-left: min(5vw, 100px);
  padding-right: min(5vw, 100px);
  margin-left: auto;
  margin-right: auto;
  transform: translateY(-3.4364261168vw);
}
@media screen and (max-width: 999px) {
  .p-main_feature .p-main_feature__text_box {
    transform: unset;
    width: 100%;
    padding-left: var(--ark-padding--container);
    padding-right: var(--ark-padding--container);
  }
}
.p-main_feature .c-title {
  width: 100%;
}
.p-main_feature .p-main_feature__title {
  position: relative;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: bold;
  font-size: 1.8rem;
  color: #008129;
  line-height: 1.8;
  margin-right: auto;
}
.p-main_feature .p-main_feature__title::after {
  content: "";
  position: absolute;
  top: calc(100% + 10px);
  right: calc(100% + 10px);
  width: 20px;
  aspect-ratio: 1/1;
  background-image: url(img/leaf06.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
@media screen and (max-width: 999px) {
  .p-main_feature .p-main_feature__title::after {
    display: none;
  }
}
.p-main_feature .p-main_feature__text {
  font-size: 1.125rem;
  line-height: 2;
  margin-top: 50px;
}
@media screen and (max-width: 999px) {
  .p-main_feature .p-main_feature__text {
    margin-top: 30px;
  }
}
.p-main_feature .p-main_feature__img {
  position: relative;
  transform: translateY(-5.1546391753vw);
  width: 55%;
  aspect-ratio: 1.167/1;
}
.p-main_feature .p-main_feature__img::before {
  content: "";
  position: absolute;
  bottom: 20%;
  left: 0;
  transform: translateX(-60%);
  width: 8%;
  aspect-ratio: 6/5;
  background-image: url(img/petal05.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.pink_ver .p-main_feature .p-main_feature__img::before {
  background-image: url(img/pinkver/petal-yellow05.svg);
}
@media screen and (max-width: 999px) {
  .p-main_feature .p-main_feature__img::before {
    bottom: 0;
    left: var(--ark-padding--container);
    width: 13%;
    transform: translateX(-15%);
  }
}
@media screen and (max-width: 999px) {
  .p-main_feature .p-main_feature__img {
    transform: unset;
    width: 100%;
    margin-top: 40px;
    padding-left: var(--ark-padding--container);
  }
}
.p-main_feature .p-main_feature__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px 0 0 80px;
}

.p-big_button {
  margin-top: 60px;
}
@media screen and (max-width: 999px) {
  .p-big_button {
    margin-top: 100px;
  }
}
.p-big_button .l-container {
  max-width: 1336px;
}

.p-loading-animation {
  width: 100vw;
  height: 100vh;
  opacity: 1;
  visibility: visible;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-loading-animation .p-loading-animation__leaf {
  width: 165%;
  aspect-ratio: 457/307;
  position: absolute;
  transform: translate(35%, -35%);
  z-index: 1;
  background-image: url(img/leaf.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  opacity: 0;
  transition: 0.3s;
}
.p-loading-animation.loading {
  width: 100vw;
  height: 100vh;
  opacity: 1;
  visibility: visible;
  animation: load_bg 1.5s forwards;
}
.p-loading-animation.loading .p-loading-animation__leaf {
  transform: translate(0, 0);
  opacity: 1;
}

@keyframes load_bg {
  0% {
    opacity: 1;
  }
  70% {
    opacity: 1;
  }
  80% {
    opacity: 0;
    visibility: hidden;
  }
  100% {
    opacity: 0;
    width: 0;
    height: 0;
  }
}
.p-loading-animation.loaded {
  width: 0;
  height: 0;
  opacity: 0;
  visibility: hidden;
}

.p-facility {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.p-facility .p-facility__title.c-title {
  gap: 0;
  color: #008129;
  text-align: center;
}
.p-facility .p-facility__card_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  gap: 60px;
  margin-top: 60px;
}
.p-facility .p-facility__card_box .c-card {
  flex-basis: calc(33.333% - 60px);
}
@media screen and (max-width: 999px) {
  .p-facility .p-facility__card_box .c-card {
    flex-basis: 100%;
  }
}

.p-recruit {
  display: flex;
  margin-top: 120px;
}
@media screen and (max-width: 999px) {
  .p-recruit {
    flex-wrap: wrap;
    margin-top: 60px;
  }
}
.p-recruit > * {
  flex-basis: 100%;
}
.p-recruit .p-recruit__img {
  display: flex;
}
.p-recruit .p-recruit__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-recruit .p-recruit__text_box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 30px;
  background-color: rgba(190, 246, 147, 0.46);
  padding: 60px;
  max-width: max(500px, 33vw);
  flex-shrink: 0;
}
@media screen and (max-width: 999px) {
  .p-recruit .p-recruit__text_box {
    max-width: 100%;
  }
}
.p-recruit .p-recruit__text {
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-size: 1.125rem;
  font-weight: bold;
  text-align: center;
}
.p-recruit .p-recruit__arrow {
  width: 50px;
  aspect-ratio: 1/1;
}
.p-recruit .p-recruit__arrow img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* Utility
----------------------------------------------------------------- */
@media screen and (min-width: 769px) {
  .sp {
    display: none !important;
  }
}
@media screen and (min-width: 1000px) {
  .ar {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
}
.u-overflow_hidden {
  overflow: hidden;
}

.u-fluffy {
  opacity: 0;
}
.u-fluffy.loaded {
  animation: 0.6s fluffy cubic-bezier(0.5, 0, 0, 1) 1 forwards;
}
.u-fluffy.loaded.u-fluffy--slow {
  animation: 0.6s fluffy 0.2s cubic-bezier(0.5, 0, 0, 1) 1 forwards;
}
@media screen and (max-width: 999px) {
  .u-fluffy.loaded.u-fluffy--slow {
    animation: 0.6s fluffy cubic-bezier(0.5, 0, 0, 1) 1 forwards;
  }
}
.u-fluffy.loaded.u-fluffy--slowest {
  animation: 0.6s fluffy 0.4s cubic-bezier(0.5, 0, 0, 1) 1 forwards;
}
@media screen and (max-width: 999px) {
  .u-fluffy.loaded.u-fluffy--slowest {
    animation: 0.6s fluffy cubic-bezier(0.5, 0, 0, 1) 1 forwards;
  }
}
.u-fluffy.loaded.u-fluffy--catch_img {
  animation: 0.6s fluffy--catch cubic-bezier(0.5, 0, 0, 1) 1 forwards;
}
@media screen and (max-width: 999px) {
  .u-fluffy.loaded.u-fluffy--catch_img {
    animation: 0.6s fluffy cubic-bezier(0.5, 0, 0, 1) 1 forwards;
  }
}

@keyframes fluffy {
  0% {
    transform: translate(0, 30px);
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@keyframes fluffy--catch {
  0% {
    transform: translate(0, calc(-30% + 30px));
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: translate(0, -30%);
  }
}
.u-color--main {
  color: #008129;
}

.u-text-align--center {
  text-align: center;
}

/* Block
----------------------------------------------------------------- */
/*--------------------------------
    継承元
--------------------------------*/
/*------ 見出しH2 -------*/
.c-postContent h2, .editor-styles-wrapper h2.wp-block,
.block-editor-block-preview__content h2.wp-block {
  position: relative;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-size: 2.5rem;
  font-weight: bold;
  color: #008129;
}
@media screen and (max-width: 768px) {
  .c-postContent h2, .editor-styles-wrapper h2.wp-block,
  .block-editor-block-preview__content h2.wp-block {
    font-size: 2rem;
  }
}

/*------ 見出しH3 -------*/
.c-postContent h3, .editor-styles-wrapper h3.wp-block,
.block-editor-block-preview__content h3.wp-block {
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-size: 1.5rem;
  font-weight: bold;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .c-postContent h3, .editor-styles-wrapper h3.wp-block,
  .block-editor-block-preview__content h3.wp-block {
    font-size: 1.5rem;
  }
}

/*------ 見出しH4 -------*/
.c-postContent h4, .editor-styles-wrapper h4.wp-block,
.block-editor-block-preview__content h4.wp-block {
  display: inline-block;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-size: 1.25rem;
  font-weight: bold;
  padding-bottom: 5px;
  border-image-source: repeating-linear-gradient(to right, #333333, #333333 4px, transparent 4px, transparent 10px);
  border-image-slice: 1;
  border-bottom: 2px solid #333333;
  border-image-width: 0 0 2px 0;
}
@media screen and (max-width: 768px) {
  .c-postContent h4, .editor-styles-wrapper h4.wp-block,
  .block-editor-block-preview__content h4.wp-block {
    font-size: 1.3rem;
  }
}

/*------ リンク -------*/
.c-postContent 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;
}
.c-postContent 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;
}

/*--------------------------------
    出力
--------------------------------*/
.c-postContent .wp-block-table:is(figure, form) table, .editor-styles-wrapper .wp-block-table:is(figure, form) table,
.block-editor-block-preview__content .wp-block-table:is(figure, form) table {
  border: none !important;
}
.c-postContent .wp-block-table:is(figure, form) td, .editor-styles-wrapper .wp-block-table:is(figure, form) td,
.block-editor-block-preview__content .wp-block-table:is(figure, form) td, .c-postContent .wp-block-table:is(figure, form) th, .editor-styles-wrapper .wp-block-table:is(figure, form) th,
.block-editor-block-preview__content .wp-block-table:is(figure, form) th {
  padding: 1rem 1.5rem !important;
  margin: 4px;
  flex: 0 1 70%;
  border-radius: 3px;
}
.c-postContent .wp-block-table:is(figure, form) th, .editor-styles-wrapper .wp-block-table:is(figure, form) th,
.block-editor-block-preview__content .wp-block-table:is(figure, form) th, .c-postContent .wp-block-table:is(figure, form).is-style-td_to_th_ tbody tr > :first-child, .editor-styles-wrapper .wp-block-table:is(figure, form).is-style-td_to_th_ tbody tr > :first-child,
.block-editor-block-preview__content .wp-block-table:is(figure, form).is-style-td_to_th_ tbody tr > :first-child {
  background-color: #71899F;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  color: #FFFFFF;
  font-weight: bold;
  border: none !important;
  width: 100%;
  flex: 1 1 30%;
}
.c-postContent .wp-block-table:is(figure, form) td, .editor-styles-wrapper .wp-block-table:is(figure, form) td,
.block-editor-block-preview__content .wp-block-table:is(figure, form) td {
  background-color: #EFFAFF;
  border: none !important;
  width: 100%;
}
.c-postContent .wp-block-table:is(figure, form) tr, .editor-styles-wrapper .wp-block-table:is(figure, form) tr,
.block-editor-block-preview__content .wp-block-table:is(figure, form) tr {
  display: flex;
}
@media screen and (max-width: 768px) {
  .c-postContent .wp-block-table:is(figure, form).is-style-td_to_th_ tbody tr, .editor-styles-wrapper .wp-block-table:is(figure, form).is-style-td_to_th_ tbody tr,
  .block-editor-block-preview__content .wp-block-table:is(figure, form).is-style-td_to_th_ tbody tr {
    display: flex;
    flex-direction: column;
  }
  .c-postContent .wp-block-table:is(figure, form).is-style-td_to_th_ tbody tr td, .editor-styles-wrapper .wp-block-table:is(figure, form).is-style-td_to_th_ tbody tr td,
  .block-editor-block-preview__content .wp-block-table:is(figure, form).is-style-td_to_th_ tbody tr td, .c-postContent .wp-block-table:is(figure, form).is-style-td_to_th_ tbody tr th, .editor-styles-wrapper .wp-block-table:is(figure, form).is-style-td_to_th_ tbody tr th,
  .block-editor-block-preview__content .wp-block-table:is(figure, form).is-style-td_to_th_ tbody tr th {
    margin-left: unset;
    margin-right: unset;
  }
}

/*--------------------------------
    継承元
--------------------------------*/
/*------ 説明ブロック -------*/
.c-postContent .ark-block-dl .ark-block-dl__div, .editor-styles-wrapper .ark-block-dl .ark-block-dl__div,
.block-editor-block-preview__content .ark-block-dl .ark-block-dl__div {
  border-top: unset;
  border-bottom: unset;
  gap: 1em;
}
.c-postContent .ark-block-dl .ark-block-dl__div + .ark-block-dl__div, .editor-styles-wrapper .ark-block-dl .ark-block-dl__div + .ark-block-dl__div,
.block-editor-block-preview__content .ark-block-dl .ark-block-dl__div + .ark-block-dl__div {
  border-image-source: repeating-linear-gradient(to right, #333333, #333333 1px, transparent 1px, transparent 6px);
  border-image-slice: 1;
  border-top: 1px solid #333333;
  border-image-width: 1px 0 0 0;
}
.c-postContent .ark-block-dl .ark-block-dl__div .ark-block-dl__dt, .editor-styles-wrapper .ark-block-dl .ark-block-dl__div .ark-block-dl__dt,
.block-editor-block-preview__content .ark-block-dl .ark-block-dl__div .ark-block-dl__dt {
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: bold;
  color: #008129;
  flex: 1 1 20%;
  margin-right: unset;
}
.c-postContent .ark-block-dl .ark-block-dl__div .ark-block-dl__dd, .editor-styles-wrapper .ark-block-dl .ark-block-dl__div .ark-block-dl__dd,
.block-editor-block-preview__content .ark-block-dl .ark-block-dl__div .ark-block-dl__dd {
  font-size: 1.125rem;
  flex: 1 1 80%;
}
@media screen and (max-width: 768px) {
  .c-postContent .ark-block-dl .ark-block-dl__div, .editor-styles-wrapper .ark-block-dl .ark-block-dl__div,
  .block-editor-block-preview__content .ark-block-dl .ark-block-dl__div {
    flex-direction: column;
    gap: 0.2em;
  }
}

/*--------------------------------
    出力
--------------------------------*/
/*--------------------------------
    継承元
--------------------------------*/
/*------ ボタンブロック -------*/
.c-postContent .ark-block-button__link, .editor-styles-wrapper .ark-block-button__link,
.block-editor-block-preview__content .ark-block-button__link {
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: bold;
  font-size: 1.5rem;
  padding: 1em 4em;
}

/*--------------------------------
    出力
--------------------------------*/
