@charset "UTF-8";
/*-----------------------------------------------------------------------------
初期化
-------------------------------------------------------------------------------*/
* {
  box-sizing: border-box;
}

ul, ol, li {
  list-style: none;
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
  transition: all 0.3s ease-in;
}

img {
  vertical-align: bottom;
}

h1, h2, h3, figure, p, dl, dt, dd {
  padding: 0;
  margin: 0;
}

.none {
  display: none;
}

/*-----------------------------------------------------------------------------
break point
-------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------
smooth scroll
-------------------------------------------------------------------------------*/
html {
  scroll-behavior: smooth;
}

/*-----------------------------------------------------------------------------
スライドイン
-------------------------------------------------------------------------------*/
.scroll_up {
  transition: 0.8s ease-in-out;
  transform: translateY(80px);
  opacity: 0;
}

.scroll_up.on {
  transform: translateY(0);
  opacity: 1;
}

/*-----------------------------------------------------------------------------
PC/SP
-------------------------------------------------------------------------------*/
@media screen and (min-width: 768px) {
  .pc-only {
    display: block !important;
  }
  .sp-only {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .pc-only {
    display: none !important;
  }
  .sp-only {
    display: block !important;
  }
}
/*-----------------------------------------------------------------------------
colors
-------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------
font
-------------------------------------------------------------------------------*/
html, body {
  width: 100%;
  padding: 0;
  margin: 0;
}

body {
  font-family: "Zen Maru Gothic", serif;
  font-optical-sizing: auto;
  font-size: 1rem;
  line-height: 1.4;
  width: 100%;
  overflow-x: hidden;
  color: #000000;
}
@media screen and (max-width: 767px) {
  body {
    height: 100%;
    font-size: 14px;
    line-height: 1.4;
    width: 100%;
  }
}

.skip-link {
  position: absolute;
  top: -100%;
  left: 0;
  background: #1F944C;
  color: #ffffff;
  padding: 0.5rem 1rem;
  z-index: 9999;
  font-size: 0.875rem;
}
.skip-link:focus {
  top: 0;
}

/*-----------------------------------------------------------------------------
ローダー
-------------------------------------------------------------------------------*/
.loading-content {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.6);
  transition: all ease-in-out 1s;
  z-index: 1000;
}
.loading-content.js-loaded {
  opacity: 0;
  visibility: hidden;
}
.loading-content .loader {
  font-size: 18px;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-animation: load5 1.1s infinite ease;
  animation: load5 1.1s infinite ease;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  display: flex;
  justify-content: center;
}
.loading-content .loader .loader-text {
  color: #ffffff;
  font-size: 10px;
  font-weight: bold;
}
@-webkit-keyframes load5 {
  0%, 100% {
    box-shadow: 0em -2.6em 0em 0em #fff, 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.5), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7);
  }
  12.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.7), 1.8em -1.8em 0 0em #fff, 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5);
  }
  25% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.5), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7), 2.5em 0em 0 0em #fff, 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  37.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5), 2.5em 0em 0 0em rgba(255, 255, 255, 0.7), 1.75em 1.75em 0 0em #fff, 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  50% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.5), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.7), 0em 2.5em 0 0em #fff, -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  62.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.5), 0em 2.5em 0 0em rgba(255, 255, 255, 0.7), -1.8em 1.8em 0 0em #fff, -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  75% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.5), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.7), -2.6em 0em 0 0em #fff, -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  87.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.5), -2.6em 0em 0 0em rgba(255, 255, 255, 0.7), -1.8em -1.8em 0 0em #fff;
  }
}
@keyframes load5 {
  0%, 100% {
    box-shadow: 0em -2.6em 0em 0em #fff, 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.5), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7);
  }
  12.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.7), 1.8em -1.8em 0 0em #fff, 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5);
  }
  25% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.5), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7), 2.5em 0em 0 0em #fff, 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  37.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5), 2.5em 0em 0 0em rgba(255, 255, 255, 0.7), 1.75em 1.75em 0 0em #fff, 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  50% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.5), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.7), 0em 2.5em 0 0em #fff, -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  62.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.5), 0em 2.5em 0 0em rgba(255, 255, 255, 0.7), -1.8em 1.8em 0 0em #fff, -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  75% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.5), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.7), -2.6em 0em 0 0em #fff, -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  87.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.5), -2.6em 0em 0 0em rgba(255, 255, 255, 0.7), -1.8em -1.8em 0 0em #fff;
  }
}

/*-----------------------------------------------------------------------------
枠
-------------------------------------------------------------------------------*/
.wrapper {
  position: relative;
}
@media screen and (max-width: 767px) {
  .wrapper {
    overflow-x: hidden;
  }
}
.wrapper .inner {
  width: 100%;
  margin: 0 auto;
  position: relative;
  padding: 0 1.25rem;
}
@media screen and (max-width: 767px) {
  .wrapper .inner {
    padding: 0 0.375rem;
  }
}

/*-----------------------------------------------------------------------------
display flex
-------------------------------------------------------------------------------*/
.dflex {
  display: flex;
}

.dflex-center {
  justify-content: center;
}

.dflex-column-reverse {
  flex-direction: column-reverse;
}

.dblock {
  display: block;
}

/*-----------------------------------------------------------------------------
ヘッダー
-------------------------------------------------------------------------------*/
.header {
  padding: 1rem;
}
@media screen and (max-width: 767px) {
  .header {
    padding: 0.75rem;
  }
}

@media screen and (max-width: 767px) {
  .logo img {
    height: 1.25rem;
  }
}

/*-----------------------------------------------------------------------------
パンくずリスト
-------------------------------------------------------------------------------*/
.breadlist {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 7.4%;
  background-color: #ffffff;
  color: #ccc;
  border-bottom: 0.0625rem solid #ccc;
}
@media screen and (max-width: 767px) {
  .breadlist {
    border-bottom: unset;
  }
}
.breadlist .inner {
  padding: 0 0.625rem;
}
@media screen and (max-width: 767px) {
  .breadlist .inner {
    max-width: unset;
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .breadlist {
    padding: 0.25rem 0.375rem 0.25rem;
    width: 100%;
  }
}
.breadlist .list {
  align-items: center;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .breadlist .list {
    padding: 0;
    flex-wrap: wrap;
    gap: 4px 0;
  }
}
.breadlist .list .item {
  font-size: 0.875rem;
}
@media screen and (max-width: 767px) {
  .breadlist .list .item {
    font-size: 0.625rem;
  }
}
.breadlist .list .item:not(:last-of-type):after {
  content: "";
  display: inline-block;
  width: 1rem;
  height: 1rem;
  background: url("../img/icon_arrow_breadlist.svg") no-repeat top center;
  background-size: contain;
  margin-left: 0.125rem;
  position: relative;
  top: 0.125rem;
}
@media screen and (max-width: 767px) {
  .breadlist .list .item:not(:last-of-type):after {
    vertical-align: -2px;
    width: 10px;
    height: 10px;
  }
}
.breadlist .list .item a {
  font-weight: 700;
  font-size: 0.875rem;
  letter-spacing: 0.045rem;
  padding-top: 0.125rem;
  display: inline-block;
  color: #ccc;
}
@media screen and (max-width: 767px) {
  .breadlist .list .item a {
    font-weight: 400;
    font-size: 0.625rem;
    padding-top: 0;
  }
}
.breadlist .list .item a:hover {
  text-decoration: underline;
}

/*-----------------------------------------------------------------------------
共通
-------------------------------------------------------------------------------*/
main {
  position: relative;
  padding-bottom: 0;
  background-color: #F5F2E9;
}

.section-header {
  text-align: center;
  display: flex;
  flex-direction: column;
  width: fit-content;
  align-items: center;
}

.section-subtitle {
  display: block;
  font-size: 1.125rem;
  letter-spacing: 0.15rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  border-bottom: 0.0625rem solid #000000;
  margin-bottom: 1.125rem;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .section-subtitle {
    font-size: 0.6875rem;
    margin-bottom: 0.5rem;
  }
}

.section-title {
  z-index: 2;
  height: 4.5rem;
}
@media screen and (max-width: 767px) {
  .section-title {
    height: 2.375rem;
  }
}

.section-description {
  font-weight: 700;
  margin-top: 2.625rem;
  font-size: 1.0625rem;
}
@media screen and (max-width: 767px) {
  .section-description {
    margin-top: 1.5rem;
    font-size: 0.8125rem;
  }
}

.swiper-button {
  width: 3.25rem;
  height: 3.25rem;
  background: #ffffff;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .swiper-button {
    width: 1.875rem;
    height: 1.875rem;
  }
}

.btn-red {
  background-color: #FF3342;
}
.btn-blue {
  background-color: #6397F2;
}
.btn-green {
  background-color: #1F944C;
}
.btn-purple {
  background-color: #A86AD3;
}
.btn-dashed {
  max-width: 20rem;
  width: 100%;
  padding: 0.3125rem;
  color: #ffffff;
  font-weight: 700;
  font-size: 0.875rem;
  margin: auto;
  border-radius: 2.65625rem;
  display: block;
}
@media screen and (min-width: 768px) {
  .btn-dashed {
    height: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .btn-dashed {
    height: 3.1875rem;
  }
}
.btn-dashed span {
  border: 0.09375rem dashed #ffffff;
  border-radius: 2.8125rem;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

/*-----------------------------------------------------------------------------
アニメーション
-------------------------------------------------------------------------------*/
.floating {
  width: 100%;
  position: relative;
  z-index: 1;
  animation: floating 1.8s ease-in-out infinite alternate-reverse;
}

@keyframes floating {
  0% {
    transform: translateY(-5%);
    margin-top: -3%;
  }
  100% {
    transform: translateY(5%);
    margin-top: 3%;
  }
}
.shake {
  animation: shake 1.5s infinite normal none running;
}

@keyframes shake {
  0% {
    transform: rotate(0);
  }
  30% {
    transform: rotate(0);
  }
  50% {
    transform: rotate(10deg);
  }
  80% {
    transform: rotate(10deg);
  }
  100% {
    transform: rotate(0);
  }
}
.bounce {
  opacity: 0;
}
.bounce.visible {
  opacity: 1;
  animation: bounce 500ms normal forwards ease-in-out;
}

@keyframes bounce {
  0% {
    transform: scale(0.2, 0.2) translate(0%, -40%);
  }
  40% {
    transform: scale(1.1, 1.1) translate(0%, 0%);
  }
  70% {
    transform: scale(0.9, 0.9) translate(0%, 0%);
  }
  100% {
    transform: scale(1, 1) translate(0%, 0%);
  }
}
/*-----------------------------------------------------------------------------
img-center
-------------------------------------------------------------------------------*/
.img-center {
  display: block;
  margin: 0 auto;
}

/*-----------------------------------------------------------------------------
KV（キービジュアル）
-------------------------------------------------------------------------------*/
.kv {
  position: relative;
  background-color: #F5F2E9;
  margin-bottom: 18.5vw;
}
@media screen and (max-width: 767px) {
  .kv {
    margin-bottom: 18vw;
  }
}
.kv .kv-content {
  position: relative;
  z-index: 2;
}
.kv .kv-photo img {
  width: 100%;
  height: auto;
  display: block;
}
.kv .kv-photo .kv-2 {
  position: absolute;
  left: 5.5rem;
  top: 8vw;
  width: 40vw;
}
@media screen and (max-width: 767px) {
  .kv .kv-photo .kv-2 {
    top: 10vw;
    left: 1.25rem;
    width: 43vw;
  }
}
.kv .kv-photo .kv-place {
  color: #053B1A;
  font-size: 0.625rem;
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
}
@media screen and (max-width: 767px) {
  .kv .kv-photo .kv-place {
    font-size: 0.5rem;
    top: 0.25rem;
    right: 0.25rem;
  }
}
.kv .kv-title {
  position: absolute;
  bottom: -17vw;
  left: 49%;
  transform: translateX(-50%);
  width: 36%;
  z-index: 3;
}
.kv .kv-title img {
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (max-width: 767px) {
  .kv .kv-title {
    width: 12.5rem;
    bottom: -4.875rem;
  }
}
.kv .kv-sub {
  position: absolute;
  bottom: -3.1vw;
  left: 0;
  width: 100%;
  z-index: 2;
  height: auto;
  display: block;
}
@media screen and (max-width: 767px) {
  .kv .kv-sub {
    bottom: 0;
  }
}
.kv #img01 {
  position: absolute;
  bottom: -9.5vw;
  left: 5.4vw;
  z-index: 3;
  width: 14.5vw;
}
@media screen and (max-width: 767px) {
  .kv #img01 {
    width: 17vw;
    left: 4.5vw;
    bottom: -10vw;
  }
}
.kv #img02 {
  position: absolute;
  right: 6.4vw;
  bottom: -12.5vw;
  z-index: 3;
  width: 19vw;
}
@media screen and (max-width: 767px) {
  .kv #img02 {
    width: 25vw;
    right: 2.4vw;
    bottom: -13.3vw;
  }
}
.kv #img03 {
  position: absolute;
  bottom: -23vw;
  left: 8.5vw;
  z-index: 3;
  width: 18.5vw;
}
@media screen and (max-width: 767px) {
  .kv #img03 {
    display: none;
  }
}

/*-----------------------------------------------------------------------------
お知らせ
-------------------------------------------------------------------------------*/
.sec-news {
  background-color: #1F944C;
  background-image: url("../img/bg_pc.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  position: relative;
  padding: 3rem 1.125rem;
  z-index: 2;
}
.sec-news .sec-news-wave {
  width: 100%;
  position: absolute;
  left: 0;
  top: -7vw;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .sec-news .sec-news-wave {
    top: -6.6vw;
  }
}
.sec-news .inner {
  max-width: 61.25rem;
}
.sec-news .sec-news-header {
  text-align: center;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 767px) {
  .sec-news .sec-news-header {
    margin-top: -1.5rem;
    margin-bottom: 0.75rem;
  }
}
.sec-news .sec-news-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: #1F944C;
  width: 10.375rem;
}
@media screen and (max-width: 767px) {
  .sec-news .sec-news-title {
    font-size: 1.125rem;
  }
}
.sec-news .sec-news-body {
  position: relative;
}
.sec-news .swiper-news {
  overflow: hidden;
  padding: 0 0.5rem;
}
.sec-news .swiper-news .swiper-slide {
  height: auto;
}
.sec-news .swiper-news .item-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
}
@media screen and (max-width: 767px) {
  .sec-news .swiper-news .item-container {
    grid-template-columns: 1fr;
  }
}
.sec-news .swiper-news .link {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  border-radius: 0.5rem;
  background: #ffffff;
  box-shadow: 0 0.25rem 0rem rgba(0, 0, 0, 0.08);
}
.sec-news .swiper-news .thumb {
  flex-shrink: 0;
  width: 6rem;
  height: 6rem;
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
  overflow: hidden;
  background-image: linear-gradient(45deg, #eee 25%, transparent 25%, transparent 50%, #eee 50%, #eee 75%, transparent 75%, transparent);
}
.sec-news .swiper-news .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.sec-news .swiper-news .link-text {
  padding: 0 0.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.sec-news .swiper-news .date {
  font-size: 0.875rem;
  color: #053B1A;
  display: block;
  margin-bottom: 0.25rem;
}
.sec-news .swiper-news .title {
  color: #053B1A;
  font-size: 1rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.sec-news .swiper-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  margin-top: 1.5rem;
}
.sec-news .swiper-button {
  width: 2.5rem;
  height: 2.5rem;
  background: #ffffff;
  border-radius: 50%;
  border: none;
  cursor: pointer;
  position: relative;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .sec-news .swiper-button {
    width: 2rem;
    height: 2rem;
  }
}
.sec-news .swiper-button::after {
  content: "";
  display: block;
  width: 0.625rem;
  height: 0.625rem;
  border-top: 0.125rem solid #1F944C;
  border-right: 0.125rem solid #1F944C;
  position: absolute;
  top: 50%;
  left: 50%;
}
@media screen and (max-width: 767px) {
  .sec-news .swiper-button::after {
    width: 0.5rem;
    height: 0.5rem;
  }
}
.sec-news .swiper-button.swiper-news-button-prev::after {
  transform: translate(-30%, -50%) rotate(-135deg);
}
.sec-news .swiper-button.swiper-news-button-next::after {
  transform: translate(-65%, -50%) rotate(45deg);
}
.sec-news .swiper-pagination {
  position: static;
  display: flex;
  gap: 0.5rem;
  width: auto;
}
.sec-news .swiper-pagination .swiper-pagination-bullet {
  border-radius: 1rem;
  width: 1.5rem;
  height: 0.5rem;
  background: #ffffff;
  opacity: 1;
}
.sec-news .swiper-pagination .swiper-pagination-bullet-active {
  background: #FAD42E;
}

/*-----------------------------------------------------------------------------
「ペットモ」とは？
-------------------------------------------------------------------------------*/
.sec-about {
  background-color: #1F944C;
  background-image: url("../img/bg_pc.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  color: #ffffff;
  padding-top: 0.5rem;
  padding-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .sec-about {
    padding: 1.5rem 0;
  }
}
.sec-about .about-header {
  text-align: center;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 767px) {
  .sec-about .about-header {
    margin-bottom: 2.25rem;
  }
}
.sec-about .about-label {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 3.5rem;
}
@media screen and (max-width: 767px) {
  .sec-about .about-label {
    line-height: 2.5rem;
    font-size: 0.875rem;
  }
}
.sec-about .about-title {
  font-size: 2.5rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .sec-about .about-title {
    font-size: 1.5rem;
  }
}
.sec-about .about-content {
  position: relative;
  max-width: 56.25rem;
  margin: 0 auto;
  padding: 0 1.25rem;
  padding-top: 0.25rem;
}
.sec-about .about-text {
  text-align: center;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 2.5rem;
}
.sec-about .about-text p + p {
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .sec-about .about-text p + p {
    margin-top: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .sec-about .about-text {
    font-size: 1rem;
    line-height: 2rem;
  }
}
.sec-about .about-illust-04 {
  width: 23vw;
}
@media screen and (min-width: 768px) {
  .sec-about .about-illust-04 {
    position: absolute;
    right: 6.5vw;
    bottom: 24.375rem;
  }
}
@media screen and (max-width: 767px) {
  .sec-about .about-illust-04 {
    width: 100%;
    min-width: 16.25rem;
    padding: 0 3.5rem;
    margin-top: 2.875rem;
  }
}

.about-photo img {
  width: 100%;
  height: auto;
  display: block;
}

/*-----------------------------------------------------------------------------
ペットフレンドアクティビティ
-------------------------------------------------------------------------------*/
.sec-activities {
  background-color: #1F944C;
  background-image: url("../img/bg_pc.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  padding-top: 4rem;
  padding-bottom: 16.5rem;
}
@media screen and (max-width: 767px) {
  .sec-activities {
    padding-top: 2.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-bottom: 8.125rem;
  }
}
.sec-activities .activities-header {
  background-color: #1F944C;
  color: #ffffff;
  text-align: center;
}
.sec-activities .activities-subtitle {
  margin-top: 1.25rem;
  font-size: 1.25rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .sec-activities .activities-subtitle {
    font-size: 1.125rem;
    margin-top: 0.75rem;
  }
}
@media screen and (max-width: 767px) {
  .sec-activities .activities-title {
    width: 100%;
    max-width: 25rem;
  }
}
.sec-activities .activities-content {
  padding: 1.25rem 0 3.75rem;
}
@media screen and (max-width: 767px) {
  .sec-activities .activities-content {
    padding: 1.25rem 0 2.5rem;
  }
}
.sec-activities .activities-content .inner {
  max-width: 63.75rem;
}
.sec-activities .activities-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem 1.5rem;
}
@media screen and (max-width: 767px) {
  .sec-activities .activities-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem 1rem;
  }
}

.activity-card {
  display: block;
}
.activity-card .activity-card-thumb img {
  width: 100%;
  height: auto;
  aspect-ratio: 1.625;
  object-fit: cover;
  display: block;
  border-radius: 2rem;
}
@media screen and (max-width: 767px) {
  .activity-card .activity-card-thumb img {
    border-radius: 1rem;
    border-radius: 1rem;
  }
}
.activity-card .activity-card-title {
  margin-top: 0.25rem;
  color: #ffffff;
  font-size: 1rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .activity-card .activity-card-title {
    font-size: 0.875rem;
  }
}
.activity-card .activity-card-desc {
  margin-top: 0.5rem;
  color: #ffffff;
  font-size: 0.875rem;
  font-weight: 400;
}
.activity-card .activity-card-cta {
  margin-top: 0.5625rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  width: 100%;
  gap: 0.5rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .activity-card .activity-card-cta {
    flex-direction: column;
  }
}
.activity-card .activity-card-cta-hp {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.25rem;
  color: #1F944C;
  background: #ffffff;
  border-radius: 1rem;
  width: 100%;
  font-size: 0.8125rem;
  height: 2rem;
}
.activity-card .activity-card-cta-hp img {
  width: 1rem;
  height: 1rem;
}
.activity-card .activity-card-cta-asoview {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.25rem;
  color: #1F944C;
  background: #ffffff;
  border-radius: 1rem;
  width: 100%;
  font-size: 0.8125rem;
  height: 2rem;
  color: #FF0000;
  border: 0.0625rem solid #FF0000;
  max-width: 50%;
}
@media screen and (max-width: 767px) {
  .activity-card .activity-card-cta-asoview {
    max-width: 100%;
  }
}
.activity-card .activity-card-cta-asoview img {
  width: 1rem;
  height: 1rem;
}

.activity-card-cta-all {
  font-size: 1.25rem;
  font-weight: 700;
  color: #1F944C;
  max-width: 36.25rem;
  background-color: #ffffff;
  border-radius: 1.5rem;
  margin-top: 3rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 3rem;
}
@media screen and (max-width: 767px) {
  .activity-card-cta-all {
    margin-top: 2.5rem;
    height: 2.5rem;
  }
}
.activity-card-cta-all img {
  margin-left: 0.25rem;
  width: 1.5rem;
  height: 1.5rem;
}

/*-----------------------------------------------------------------------------
ペットフレンドリーな施設
-------------------------------------------------------------------------------*/
.sec-facilities {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-bottom: 9rem;
}
@media screen and (max-width: 767px) {
  .sec-facilities {
    padding: 2.5rem 1.5rem;
  }
}
.sec-facilities .facilities-header {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.sec-facilities .facilities-wave {
  position: absolute;
  top: -12vw;
  left: -1.5rem;
  width: calc(100% + 3rem);
  max-width: 100vw;
}
@media screen and (max-width: 767px) {
  .sec-facilities .facilities-wave {
    top: -31.8vw;
    left: -1.5rem;
    width: calc(100% + 3rem);
  }
}
.sec-facilities .facilities-img {
  margin-top: -12.5rem;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .sec-facilities .facilities-img {
    padding-left: 1rem;
    padding-right: 1rem;
    width: 100%;
    max-width: 25rem;
    margin-top: -11rem;
  }
}
.sec-facilities .facilities-title {
  margin-top: 0.75rem;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 767px) {
  .sec-facilities .facilities-title {
    width: 100%;
    max-width: 25rem;
  }
}
.sec-facilities .facilities-tabs {
  display: flex;
  justify-content: center;
  gap: 0.75rem;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 767px) {
  .sec-facilities .facilities-tabs {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.75rem;
    margin-bottom: 1rem;
  }
}
.sec-facilities .tab-btn {
  width: 12.5rem;
  height: 2.5rem;
  border-radius: 1.25rem;
  background: #ffffff;
  color: #BEC9BC;
  border: 1px solid #BEC9BC;
  cursor: pointer;
  transition: all 0.3s ease;
  font-size: 1rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .sec-facilities .tab-btn {
    width: 100%;
  }
}
.sec-facilities .tab-btn.is-active {
  background-color: #1F944C;
  color: #ffffff;
  border: none;
}
.sec-facilities .tab-btn:hover {
  opacity: 0.8;
}
.sec-facilities .facilities-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem 1.5rem;
}
@media screen and (max-width: 767px) {
  .sec-facilities .facilities-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
.sec-facilities .facilities-content {
  max-width: 62.5rem;
  margin: 0 auto;
}

.facilities-sub {
  color: #1F944C;
  font-weight: 700;
  font-size: 1rem;
  margin-top: 1.25rem;
  margin-bottom: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .facilities-sub {
    margin-top: 0.75rem;
    font-size: 0.875rem;
    margin-bottom: 1rem;
  }
}

.facility-card {
  display: block;
}
.facility-card .facility-card-thumb img {
  width: 100%;
  height: auto;
  aspect-ratio: 1.625;
  object-fit: cover;
  display: block;
  border-radius: 2rem;
}
@media screen and (max-width: 767px) {
  .facility-card .facility-card-thumb img {
    border-radius: 1rem;
  }
}
.facility-card .facility-card-tags {
  margin-top: 0.25rem;
  display: flex;
  align-items: center;
  gap: 0.25rem;
}
.facility-card .facility-card-tag {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.5rem;
  height: 1.25rem;
  font-size: 0.75rem;
  font-weight: 500;
  color: #35B9FC;
  background: #F1F9FF;
  border: 1px solid #35B9FC;
  border-radius: 0.625rem;
}
.facility-card .facility-card-gift {
  width: 1.25rem;
  height: 1.25rem;
}
.facility-card .facility-card-title {
  margin-top: 0.25rem;
  color: #053B1A;
  font-size: 1rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .facility-card .facility-card-title {
    font-size: 0.875rem;
  }
}
.facility-card .facility-card-desc {
  margin-top: 0.25rem;
  color: #053B1A;
  font-size: 0.8125rem;
  font-weight: 400;
}
.facility-card .facility-card-cta {
  margin-top: 0.5rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.25rem;
  width: 100%;
  height: 2rem;
  font-size: 0.8125rem;
  font-weight: 700;
  color: #1F944C;
  background: #ffffff;
  border: 1px solid #1F944C;
  border-radius: 1rem;
}
.facility-card .facility-card-cta img {
  width: 1rem;
  height: 1rem;
}

/*-----------------------------------------------------------------------------
フッター
-------------------------------------------------------------------------------*/
.footer {
  position: relative;
  text-align: center;
  background-color: #F5F2E9;
}
.footer .footer-wave {
  height: 9.375rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .footer .footer-wave {
    height: 5rem;
  }
}
.footer .footer-content {
  margin-top: -6rem;
  padding-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  .footer .footer-content {
    margin-top: 0rem;
    padding-bottom: 1.6875rem;
  }
}
.footer .footer-main {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 767px) {
  .footer .footer-main {
    gap: 0.8125rem;
    margin-bottom: 1.75rem;
  }
}
.footer .footer-bg {
  background-color: #FAD42E;
  bottom: 0;
  width: 100%;
  height: 15rem;
  z-index: 0;
  position: absolute;
}
@media screen and (max-width: 767px) {
  .footer .footer-bg {
    height: 10rem;
  }
}
.footer .footer-illust {
  z-index: 1;
  width: 10rem;
  height: auto;
}
@media screen and (max-width: 767px) {
  .footer .footer-illust {
    width: 5rem;
  }
}
.footer .page-top {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.25rem;
  color: #053B1A;
}
@media screen and (max-width: 767px) {
  .footer .page-top {
    margin-top: -2.25rem;
  }
}
.footer .page-top-text {
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 10%;
}
@media screen and (max-width: 767px) {
  .footer .page-top-text {
    font-size: 1rem;
  }
}
.footer .page-top-arrow {
  margin-left: 0.5rem;
  display: inline-block;
  width: 1.25rem;
  height: 1.25rem;
}
.footer .copyright {
  position: relative;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 3%;
  color: #053B1A;
}
@media screen and (max-width: 767px) {
  .footer .copyright {
    font-size: 0.75rem;
    font-weight: 500;
  }
}

/*# sourceMappingURL=style.css.map */
