@charset "UTF-8";

html {
  font-size: 100%;
}

@media (max-width: 2400px) {
  html {
    font-size: 0.6666666667vw;
  }
}

@media screen and (max-width: 767px) {
  html {
    font-size: 100%;
  }
}

@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}

body {
  color: #000;
  font-family: "M PLUS Rounded 1c", sans-serif;
}

@media screen and (max-width: 767px) {

  a,
  button {
    transition: 0.3s;
  }

  a:hover,
  button:hover {
    cursor: pointer;
  }
}

/*****************************
* A Modern CSS Reset (https://github.com/hankchizljaw/modern-css-reset)
* 上記に、ul要素,ol要素,a要素への記述追加
*****************************/
/* Box sizing rules */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd,
ul,
li {
  margin: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  line-height: 1.5;
  min-height: 100vh;
  text-rendering: optimizeSpeed;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
  text-decoration-skip-ink: auto;
}

a {
  color: inherit;
  text-decoration: none;
}

/* Make images easier to work with */
img,
picture {
  display: block;
  max-width: 100%;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

button {
  background-color: initial;
  border: none;
  outline: none;
  padding: 0;
}

/* Remove all animations, transitions and smooth scroll for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}

.l-inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 118.425rem;
  padding-left: 25px;
  padding-right: 25px;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .l-inner {
    padding-left: 0.078125rem;
    padding-right: 0.078125rem;
  }
}

.l-top-bg {
  position: relative;
}

.l-top-bg::before {
  background-image: url(../images/common/fv_top_bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  content: "";
  height: 39.5rem;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.c-btn {
  align-items: center;
  color: #59C8DE;
  display: inline-flex;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 2.125rem;
  font-weight: 700;
  gap: 0.4375rem;
  letter-spacing: 0.07em;
  position: relative;
  text-decoration: none;
}

.c-btn::after {
  align-items: center;
  background-color: #59C8DE;
  border-radius: 50%;
  content: "";
  display: flex;
  flex-shrink: 0;
  height: 2.6875rem;
  justify-content: center;
  position: relative;
  transition: transform 0.3s ease;
  width: 2.6875rem;
}

.c-btn::before {
  border-color: transparent transparent transparent #fff;
  border-radius: 0.125rem;
  border-style: solid;
  border-width: 0.5625rem 0 0.5625rem 1.125rem;
  content: "";
  height: 0;
  position: absolute;
  right: 0.6875rem;
  top: 50%;
  transform: translateY(-50%);
  transition: transform 0.3s ease;
  width: 0;
  z-index: 1;
}

@media (any-hover: hover) {
  .c-btn:hover::after {
    transform: translateX(5px);
  }

  .c-btn:hover::before {
    transform: translateY(-50%) translateX(5px);
  }
}

.c-head-bg {
  position: relative;
}

.c-head-bg::before {
  background-image: url(../images/common/fv_top_bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  content: "";
  height: 39.5rem;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}

.p-footer {
  background-color: #E6FBFF;
  height: 100%;
  position: relative;
  width: 100%;
}

.p-footer::before {
  aspect-ratio: 2400/730;
  background-image: url(../images/common/footer_bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 1;
}

.p-footer::after {
  background-image: url(../images/common/footer_deco_cloud.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 38.3125rem;
  left: 0;
  position: absolute;
  top: -100%;
  width: 25.5625rem;
  z-index: 0;
}

.p-footer__inner {
  position: relative;
  text-align: center;
  z-index: 2;
}

.p-footer__title {
  background-color: #fff;
  border-radius: 3.125rem;
  color: #59C8DE;
  display: inline-block;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  padding: 0.375rem 2rem;
}

.p-footer__subtitle {
  font-size: 2.125rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.7647058824;
  margin-top: 0.4375rem;
}

.p-footer__contact {
  align-items: center;
  display: flex;
  flex-direction: row;
  font-size: 1.75rem;
  font-weight: 500;
  justify-content: center;
  letter-spacing: 0.05em;
  line-height: 2;
  margin-top: 1.75rem;
}

.p-footer__contact-email {
  padding-right: 2.125rem;
}

.p-footer__contact-phone {
  padding-left: 2.125rem;
  position: relative;
}

.p-footer__contact-phone::before {
  background-color: #000;
  content: "";
  height: 1.125rem;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 0.1875rem;
}

.p-footer__contact-btn {
  align-items: center;
  background: linear-gradient(135deg, #5DD4DC 0%, #4EC3CA 100%);
  border-radius: 6.25rem;
  box-shadow: 0 4px 12px rgba(78, 195, 202, 0.3);
  color: #fff;
  display: inline-flex;
  font-size: 2rem;
  font-weight: 700;
  justify-content: space-between;
  letter-spacing: 0.05em;
  margin-top: 3rem;
  padding: 1rem 1.5rem 1rem 3rem;
  position: relative;
  text-decoration: none;
  transition: all 0.3s ease;
}

.p-footer__contact-btn::before {
  background-color: rgba(255, 255, 255, 0.3);
  content: "";
  height: 60%;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 0.125rem;
}

.p-footer__contact-btn-icon {
  align-items: center;
  background-color: #fff;
  border-radius: 50%;
  display: flex;
  flex-shrink: 0;
  height: 2.6875rem;
  justify-content: center;
  margin-left: 1.5rem;
  position: relative;
  width: 2.6875rem;
}

.p-footer__contact-btn-icon::before {
  border-color: transparent transparent transparent #4EC3CA;
  border-style: solid;
  border-width: 0.5625rem 0 0.5625rem 1.0625rem;
  content: "";
  height: 0;
  position: absolute;
  right: 0.6875rem;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  z-index: 1;
}

.p-footer__contact-btn:hover {
  box-shadow: 0 6px 16px rgba(78, 195, 202, 0.4);
  transform: translateY(-2px);
}

.p-footer__copyright {
  font-size: 1.75rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.5;
  margin-top: 2rem;
  padding-bottom: 6.875rem;
}

.p-fv {
  padding-top: 14.0625rem;
  position: relative;
}

.p-fv__inner {
  margin: 0 auto;
  max-width: 79.5rem;
  position: relative;
  width: 100%;
}

.p-fv__inner::before {
  background-image: url(../images/top/fv_deco_line.png);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 6.375rem;
  left: 0.5625rem;
  position: absolute;
  top: -1.0625rem;
  width: 6.375rem;
}

.p-fv__inner::after {
  background-image: url(../images/top/fv_deco_line.png);
  background-repeat: no-repeat;
  background-size: contain;
  bottom: -1.125rem;
  content: "";
  height: 6.375rem;
  position: absolute;
  right: 0.5rem;
  width: 6.375rem;
}

.p-fv__swiper {
  max-width: 79.5rem;
  position: relative;
  width: 100%;
  z-index: 2;
}

.p-fv__swiper .swiper-wrapper {
  aspect-ratio: 1272/785;
  overflow: hidden;
}

.p-fv__swiper .swiper-slide {
  align-items: center;
  clip-path: polygon(8% 0%, 79% 0%, 100% 0, 100% 86%, 100% 100%, 0 100%, 0% 85%, 0% 14%);
  display: flex;
  justify-content: center;
  opacity: 0;
  transition: opacity 1s ease-in-out;
}

.p-fv__swiper .swiper-slide-active {
  opacity: 1;
}

.p-fv__img {
  aspect-ratio: 1272/785;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  display: block;
  object-fit: cover;
}

.p-fv__catch {
  height: 9.0625rem;
  left: -15.5rem;
  position: absolute;
  top: -9.375rem;
  width: 48.5625rem;
}

.p-fv__deco--flower {
  height: 23.4375rem;
  left: -39%;
  position: absolute;
  top: 12.3125rem;
  width: 23.4375rem;
  z-index: 2;
}

.p-fv__deco--flower img {
  aspect-ratio: 375/375;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-fv__deco--tree {
  height: 31.75rem;
  left: -35%;
  position: absolute;
  top: 68%;
  width: 31.75rem;
  z-index: 1;
}

.p-fv__deco--tree img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  display: block;
  object-fit: cover;
}

.p-fv__deco--staff {
  height: 43.125rem;
  position: absolute;
  right: -40.5%;
  top: 97.6%;
  width: 43.125rem;
  z-index: 1;
}

.p-fv__deco--staff img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  display: block;
  object-fit: cover;
}

.p-fv__deco--map {
  height: 39.375rem;
  position: absolute;
  right: -35%;
  top: -16%;
  width: 34.75rem;
  z-index: 2;
}

.p-fv__deco--map img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  display: block;
  object-fit: cover;
}

.p-kv {
  position: relative;
  z-index: 1;
}

.p-kv__inner {
  padding-top: 6rem;
}

.p-introduction-bg {
  background: linear-gradient(to bottom, #fff 0%, #E6FBFF 18%);
  position: relative;
}

.p-introduction-bg__inner {
  background-color: #fff;
  padding-bottom: 8.875rem;
}

.p-kv__text-wrapper {
  align-items: center;
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 1;
}

.p-kv__sub-title {
  background-color: #59C8DE;
  border-radius: 3.125rem;
  color: #fff;
  display: block;
  font-size: 2.625rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.625;
  padding: 0.4375rem 5rem;
}

.p-kv__title {
  margin-top: 3.9375rem;
  position: relative;
  width: 57.625rem;
  z-index: 1;
}

.p-kv__title img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-kv__text {
  margin-top: 3.25rem;
  position: relative;
  z-index: 1;
}

.p-kv__text-item {
  color: #16333F;
  display: block;
  font-size: 2.125rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1.7058823529;
  text-align: center;
}

.p-kv__deco--flower {
  height: 25.5625rem;
  left: 3.7%;
  position: absolute;
  top: 13%;
  width: 25.5625rem;
  z-index: 2;
}

.p-kv__deco--flower img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  display: block;
  object-fit: cover;
}

.p-kv__deco--sky {
  height: 34.3125rem;
  left: 5.3%;
  position: absolute;
  top: 46%;
  width: 34.3125rem;
  z-index: 1;
}

.p-kv__deco--sky img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  display: block;
  object-fit: cover;
}

.p-kv__deco--mountain {
  bottom: -16%;
  height: 29.1875rem;
  position: absolute;
  right: 9.6%;
  width: 29.125rem;
  z-index: 1;
}

.p-kv__deco--mountain img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  display: block;
  object-fit: cover;
}

.p-kv__deco--goat {
  bottom: -40.3%;
  height: 21.3125rem;
  position: absolute;
  right: 5.6%;
  width: 21.3125rem;
  z-index: 2;
}

.p-kv__deco--goat img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  display: block;
  object-fit: cover;
}

.p-kv__deco--map {
  height: 39.375rem;
  position: absolute;
  right: 5%;
  top: 8.3%;
  width: 34.75rem;
  z-index: 2;
}

.p-kv__deco--map img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  display: block;
  object-fit: cover;
}

.p-kv__deco--butterfly {
  bottom: -46%;
  height: 23rem;
  left: 5.2%;
  position: absolute;
  width: 25.625rem;
  z-index: 2;
}

.p-kv__deco--butterfly img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  display: block;
  object-fit: cover;
}

.p-top-guidance__title-wrapper {
  display: block;
  justify-items: center;
  margin-top: 3.625rem;
  padding-right: 0.9375rem;
}

.p-top-guidance__subtitle {
  background-color: #59C8DE;
  border-radius: 3.125rem;
  color: #fff;
  font-size: 2.625rem;
  font-weight: 500;
  line-height: 1.5476190476;
  margin-top: 3.125rem;
  padding: 0.4375rem 3rem;
  width: -moz-fit-content;
  width: fit-content;
}

.p-top-guidance__activity-inner {
  background-color: #fff;
}

.p-introduction__title-wrapper {
  margin-top: 10.125rem;
  text-align: center;
}

.p-introduction__title {
  font-size: 4.375rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  line-height: 1.6142857143;
  text-align: center;
}

.p-introduction__catch {
  height: 4rem;
  margin: 1.125rem auto 0;
  width: 59.875rem;
}

.p-introduction__subtitle {
  color: #59C8DE;
  font-size: 2.625rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  margin-top: 2.1875rem;
}

.p-introduction__list {
  display: grid;
  gap: 1.375rem;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 3.5rem;
  padding: 0 5.625rem;
}

@media screen and (max-width: 767px) {
  .p-introduction__list {
    gap: 1.25rem;
    grid-template-columns: 1fr;
    padding: 0 1.25rem;
  }
}

@media (max-width: 1024px) {
  .p-introduction__list {
    gap: 1.5625rem;
    grid-template-columns: repeat(2, 1fr);
    padding: 0 1.875rem;
  }
}

.p-introduction__item {
  list-style: none;
}

.p-introduction__link {
  background-color: #fff;
  border: 0.1875rem solid #59C8DE;
  border-radius: 3.125rem;
  color: inherit;
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
  text-decoration: none;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  width: 100%;
}

.p-introduction__card-img {
  flex-shrink: 0;
  height: 16.375rem;
  overflow: hidden;
  position: relative;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .p-introduction__card-img {
    height: 12.5rem;
  }
}

.p-introduction__card-img img {
  aspect-ratio: 546/244;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  display: block;
  object-fit: cover;
}

.p-introduction__badge {
  background-color: #FF5A5F;
  border-radius: 3.125rem;
  color: #fff;
  font-size: 2rem;
  font-weight: 500;
  left: 50%;
  letter-spacing: 0.05em;
  padding: 0.5rem 1.5rem;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  white-space: nowrap;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .p-introduction__badge {
    font-size: 1rem;
    padding: 0.375rem 1.25rem;
  }
}

.p-introduction__card-content {
  background-color: #fff;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  justify-content: center;
  padding: 0.75rem 0 2.5rem 0;
  transition: background-color 0.3s ease;
}

@media screen and (max-width: 767px) {
  .p-introduction__card-content {
    padding: 1.25rem 1.125rem;
  }
}

@media (any-hover: hover) {
  .p-introduction__link:hover {
    box-shadow: 0 0.5rem 1.25rem rgba(89, 200, 222, 0.3);
    transform: translateY(-0.3125rem);
  }

  .p-introduction__link:hover .p-introduction__card-content {
    background-color: #E6FBFF;
  }

  .p-introduction__link:hover .p-introduction__card-title {
    color: #fff;
  }

  .p-introduction__card-text {
    color: #000;
  }

  .p-introduction__link:hover .p-introduction__card-text {
    color: #fff;
  }
}

.p-introduction__card-title {
  color: #000;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.32;
  text-align: center;
  transition: color 0.3s ease;
}

@media screen and (max-width: 767px) {
  .p-introduction__card-title {
    font-size: 1.375rem;
    margin-bottom: 0.75rem;
  }
}

.p-introduction__card-text {
  font-size: 1.875rem;
  font-weight: 400;
  line-height: 1.4666666667;
  margin-top: 0.75rem;
  text-align: center;
  transition: color 0.3s ease;
}

@media screen and (max-width: 767px) {
  .p-introduction__card-text {
    font-size: 1rem;
    line-height: 1.625;
  }
}

.p-introduction__btn-wrapper {
  margin-top: 0.9375rem;
  padding-left: 6.25rem;
  padding-right: 6.125rem;
  text-align: right;
}

@media screen and (max-width: 767px) {
  .p-introduction__btn-wrapper {
    padding-left: 1.125rem;
    padding-right: 1rem;
  }
}

.p-introduction-certification {
  margin-top: 6.25rem;
}

.p-introduction-certification__inner {
  background-color: #E6FBFF;
  margin: 0 auto;
  max-width: 88.375rem;
}

.p-introduction-certification__list {
  align-items: center;
  display: flex;
  flex-direction: row;
  gap: 6.5625rem;
  padding: 2.5625rem 1.9375rem 2.4375rem 2.0625rem;
}

.p-introduction-certification__item {
  flex: 1;
}

.p-introduction-certification__title {
  font-size: 3.75rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1.8833333333;
}

.p-introduction-certification__text {
  font-size: 2.125rem;
  font-weight: 500;
  letter-spacing: 0.03em;
  line-height: 1.7058823529;
  margin-top: 1.875rem;
}

.p-introduction-certification__btn {
  margin-top: 1.875rem;
  text-align: right;
}

.p-introduction-certification__img {
  max-width: 22.0625rem;
}

.p-introduction-guide {
  margin-top: 5.3125rem;
}

.p-introduction-guide__inner {
  margin: 0 auto;
  max-width: 88.375rem;
}

.p-introduction-guide__title {
  font-size: 2.125rem;
  font-weight: 500;
  line-height: 1.7058823529;
  text-align: center;
}

.p-introduction-guide__img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  display: block;
  margin-top: 1.75rem;
  object-fit: cover;
}

.p-introduction-news {
  background-color: #E6FBFF;
  padding: 5rem 0 18.75rem;
}

.p-introduction-news__inner {
  margin: 0 auto;
  max-width: 118.125rem;
  overflow: hidden;
  position: relative;
}

@media screen and (max-width: 767px) {
  .p-introduction-news__inner {
    padding: 0 1.25rem;
  }
}

.p-introduction-news__title-wrapper {
  display: flex;
  justify-content: space-between;
}

.p-introduction-news__title {
  font-size: 3rem;
  font-weight: 700;
  letter-spacing: 0.09em;
  line-height: 2.8125;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-introduction-news__title {
    font-size: 2.25rem;
    margin-bottom: 1.875rem;
  }
}

.p-introduction-news__swiper-container {
  padding: 0 3.75rem;
  position: relative;
}

@media screen and (max-width: 767px) {
  .p-introduction-news__swiper-container {
    padding: 0;
  }
}

.p-introduction-news__swiper {
  overflow: visible;
  padding-bottom: 4.25rem;
  position: relative;
}

.p-introduction-news__slide {
  height: auto;
}

.p-introduction-news__card {
  background-color: #fff;
  border: 0.1875rem solid #59C8DE;
  border-radius: 3.75rem;
  color: inherit;
  display: flex;
  flex-direction: column;
  height: 100%;
  max-width: 34.25rem;
  overflow: hidden;
  text-decoration: none;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.p-introduction-news__card-img {
  flex-shrink: 0;
  height: 22.625rem;
  overflow: hidden;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .p-introduction-news__card-img {
    height: 17.5rem;
  }
}

.p-introduction-news__card-img img {
  aspect-ratio: 548/362;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  display: block;
  object-fit: cover;
}

.p-introduction-news__card-content {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  padding: 1.5rem 2.125rem 1.75rem;
}

@media screen and (max-width: 767px) {
  .p-introduction-news__card-content {
    padding: 1.25rem 1rem 1.5rem;
  }
}

.p-introduction-news__card-date {
  font-size: 1.875rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.6666666667;
  text-align: right;
}

@media screen and (max-width: 767px) {
  .p-introduction-news__card-date {
    font-size: 0.8125rem;
  }
}

.p-introduction-news__card-title {
  display: -webkit-box;
  font-size: 2.125rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.6470588235;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .p-introduction-news__card-title {
    font-size: 1.125rem;
  }
}

.p-introduction-news__card-text {
  display: -webkit-box;
  font-size: 1.875rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.6666666667;
  margin-top: 1.875rem;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .p-introduction-news__card-text {
    font-size: 0.875rem;
    line-height: 1.5714285714;
  }
}

/* ページネーション */
.p-introduction-news__pagination {
  bottom: 0;
  display: flex;
  position: absolute;
  right: 0;
  width: 30%;
  z-index: 10;
}

@media screen and (max-width: 767px) {
  .p-introduction-news__pagination {
    bottom: auto;
    justify-content: center;
    margin-top: 1.875rem;
    position: relative;
    right: auto;
    width: 100%;
  }
}

.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  left: unset;
  right: 0;
  width: 24%;
}

.p-introduction-news__pagination .swiper-pagination-bullet {
  background: #d9d9d9;
  border-radius: 0;
  flex: 1;
  height: 0.875rem;
  margin: 0 !important;
  opacity: 1;
  width: 9.3125rem;
}

.p-introduction-news__pagination .swiper-pagination-bullet-active {
  background: #4fc3dc;
}

/* ナビゲーションボタン */
.p-introduction-news__button-prev,
.p-introduction-news__button-next {
  background: #fff;
  border-radius: 50%;
  bottom: 0;
  cursor: pointer;
  height: 2.25rem;
  position: absolute;
  width: 2.25rem;
  z-index: 10;
}

@media screen and (max-width: 767px) {

  .p-introduction-news__button-prev,
  .p-introduction-news__button-next {
    display: none;
  }
}

.p-introduction-news__button-prev {
  right: calc(30% + 3.125rem);
}

.p-introduction-news__button-next {
  right: 0;
}

.p-introduction-news__button-prev::after,
.p-introduction-news__button-next::after {
  display: none;
}

.p-introduction-news__button-prev::before,
.p-introduction-news__button-next::before {
  border-style: solid;
  content: "";
  height: 0;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 0;
}

.p-introduction-news__button-prev::before {
  border-color: transparent #4fc3dc transparent transparent;
  border-width: 0.375rem 0.5rem 0.375rem 0;
}

.p-introduction-news__button-next::before {
  border-color: transparent transparent transparent #4fc3dc;
  border-width: 0.375rem 0 0.375rem 0.5rem;
}

.p-introduction-news__button-prev:hover,
.p-introduction-news__button-next:hover {
  background: #f3fbfd;
}

.p-trekking {
  position: relative;
}

.p-trekking-top__inner {
  padding-top: 8rem;
}

.p-trekking-top__title {
  margin: 0 auto;
  position: relative;
  width: 64.375rem;
  z-index: 0;
}

.p-trekking-top__text {
  color: #16333F;
  font-size: 2.125rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.7647058824;
  margin-top: 3.75rem;
  position: relative;
  text-align: center;
  z-index: 0;
}

.p-trekking-top__text-item {
  display: block;
}

.p-trekking-top__deco--picture {
  margin: 2.875rem auto 0;
  width: 57.375rem;
}

.p-trekking-top__deco--forest {
  height: 38.875rem;
  left: 5.6875rem;
  position: absolute;
  top: 17%;
  width: 38.9375rem;
  z-index: 1;
}

.p-trekking-top__deco--forest img {
  display: block;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-trekking-top__deco--plum {
  height: 21.3125rem;
  position: absolute;
  right: 8%;
  top: 40.5%;
  width: 21.3125rem;
  z-index: 1;
}

.p-trekking-top__deco--plum img {
  display: block;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-trekking-top__deco--goat {
  bottom: -0.625rem;
  height: 29.1875rem;
  position: absolute;
  right: 9.6%;
  width: 29.125rem;
  z-index: 2;
}

.p-trekking-top__deco--goat img {
  display: block;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-trekking-top__deco--small-butterfly {
  bottom: 6%;
  height: 15.625rem;
  left: 12%;
  position: absolute;
  width: 14.4375rem;
  z-index: 2;
}

.p-trekking-top__deco--small-butterfly img {
  display: block;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-trekking-top__deco--big-butterfly {
  height: 17rem;
  position: absolute;
  right: 10.7%;
  top: 14.5%;
  width: 20.5rem;
  z-index: 2;
}

.p-trekking-top__deco--big-butterfly img {
  display: block;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-trekking-activity {
  background: linear-gradient(to bottom, #fff 0%, #E6FBFF 18%);
  padding-bottom: 10.3125rem;
  position: relative;
}

.p-trekking-activity__inner {
  background-color: #fff;
  border-radius: 1.875rem;
  margin: 0 auto;
  max-width: 118.125rem;
  padding: 5rem 6.75rem 18.75rem;
}

.p-trekking-activity__title {
  background-color: #59C8DE;
  border-radius: 3.125rem;
  color: #fff;
  font-size: 2.625rem;
  font-weight: 500;
  letter-spacing: 0.03em;
  line-height: 1.5476190476;
  margin: 0 auto;
  padding: 0.3125rem 8.125rem;
  position: relative;
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
}

.p-trekking-activity__title::before {
  background-image: url(../images/page03/activity_trekking_logo.webp);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 10.5625rem;
  left: -5.75rem;
  position: absolute;
  top: -3.25rem;
  width: 10.5625rem;
}

.p-trekking-activity__lead {
  color: #080808;
  font-size: 4.375rem;
  font-weight: 700;
  line-height: 1.4285714286;
  margin-top: 6.75rem;
  text-align: center;
}

.p-trekking-activity__list {
  list-style: none;
}

.p-trekking-activity__item {
  align-items: flex-start;
  display: flex;
  gap: 4.375rem;
  margin-top: 6rem;
  padding-bottom: 5.625rem;
  position: relative;
}

.p-trekking-activity__item::before {
  background-image: radial-gradient(circle, #59C8DE 50%, transparent 50%), radial-gradient(circle, #59C8DE 50%, transparent 50%);
  background-position: 0 center, 100% center;
  background-repeat: no-repeat;
  background-size: 1.1875rem 1.1875rem;
  bottom: -0.59375rem;
  content: "";
  height: 1.1875rem;
  left: 5%;
  position: absolute;
  width: 90%;
}

.p-trekking-activity__item::after {
  background-color: #59C8DE;
  bottom: 0;
  content: "";
  height: 0.125rem;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 90%;
}

.p-trekking-activity__images {
  max-width: 45.1875rem;
}

.p-trekking-activity__main-image {
  margin-bottom: 1.25rem;
  width: 100%;
}

.p-trekking-activity__main-image img {
  display: block;
  height: auto;
  width: 100%;
}

.p-trekking-activity__sub-images {
  display: flex;
  gap: 1.125rem;
}

.p-trekking-activity__sub-image {
  width: calc(50% - 0.625rem);
}

.p-trekking-activity__sub-image img {
  aspect-ratio: 353/295;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-trekking-activity__content {
  flex: 1;
}

.p-trekking-activity__subtitle {
  color: #16333F;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.6666666667;
  margin-top: -1.875rem;
}

.p-trekking-activity__text {
  color: #000;
  font-size: 2.125rem;
  font-weight: 500;
  letter-spacing: 0.03em;
  line-height: 1.7058823529;
  margin-top: 2.5rem;
}

.p-trekking-activity__info {
  margin-top: 1.1875rem;
}

.p-trekking-activity__info-item {
  display: flex;
  margin-bottom: 0.9375rem;
}

.p-trekking-activity__info-label {
  color: #59C8DE;
  flex-shrink: 0;
  font-size: 2.125rem;
  font-weight: 500;
  letter-spacing: 0.03em;
  line-height: 1.7058823529;
  margin-right: 0.625rem;
}

.p-trekking-activity__info-value {
  font-size: 2.125rem;
  font-weight: 500;
  letter-spacing: 0.03em;
  line-height: 1.7058823529;
}

.p-trekking-activity__btn {
  align-items: center;
  background: #59C8DE;
  border-radius: 5rem;
  color: #fff;
  display: inline-flex;
  font-size: 2.125rem;
  font-weight: 700;
  gap: 1.875rem;
  justify-content: space-between;
  margin-top: 4.375rem;
  padding: 0.3125rem 2.1875rem;
  position: relative;
  text-decoration: none;
  transition: opacity 0.3s;
}

.p-trekking-activity__btn-wrapper {
  text-align: center;
}

@media (any-hover: hover) {
  .p-trekking-activity__btn:hover::after {
    transform: translateX(5px);
  }

  .p-trekking-activity__btn:hover::before {
    transform: translateY(-50%) translateX(5px);
  }
}

.p-trekking-activity__btn::after {
  background-color: #fff;
  border-radius: 50%;
  content: "";
  display: block;
  flex-shrink: 0;
  height: 2.6875rem;
  position: relative;
  transition: transform 0.3s ease;
  width: 2.6875rem;
}

.p-trekking-activity__btn::before {
  border-color: transparent transparent transparent #59C8DE;
  border-radius: 0.3125rem;
  border-style: solid;
  border-width: 0.6875rem 0 0.6875rem 1.125rem;
  content: "";
  height: 0;
  position: absolute;
  right: 3.0625rem;
  top: 50%;
  transform: translateY(-50%);
  transition: transform 0.3s ease;
  width: 0;
  z-index: 1;
}

.p-trekking-activity__extra {
  margin-top: 3.75rem;
}

.p-trekking-activity__extra-title {
  font-size: 1.875rem;
  font-weight: 500;
  letter-spacing: 0.03em;
  line-height: 1.7333333333;
}

.p-trekking-activity__extra-item {
  font-size: 1.875rem;
  font-weight: 500;
  letter-spacing: 0.03em;
  line-height: 1.7333333333;
  margin-bottom: 0.5rem;
  padding-left: 1.5rem;
  position: relative;
}

.p-trekking-activity__extra-item::before {
  background-color: #59C8DE;
  border-radius: 50%;
  content: "";
  height: 0.625rem;
  left: 0;
  position: absolute;
  top: 1.125rem;
  width: 0.625rem;
}

.p-trekking-activity__facility {
  padding-top: 1.875rem;
}

.p-trekking-activity__facility-title {
  color: #59C8DE;
  font-size: 1.875rem;
  font-weight: 500;
  font-weight: 500;
  letter-spacing: 0.03em;
  line-height: 1.7333333333;
  margin-bottom: 0.9375rem;
}

.p-trekking-activity__facility-name {
  color: #16333F;
  font-size: 1.875rem;
  font-weight: 500;
  letter-spacing: 0.03em;
  line-height: 1.9333333333;
  margin-bottom: 0.5rem;
}

.p-trekking-activity__facility-url {
  font-size: 1.875rem;
  font-weight: 500;
  letter-spacing: 0.03em;
  line-height: 1.7333333333;
  margin-bottom: 0.5rem;
}

.p-trekking-activity__facility-address {
  color: #16333F;
  font-size: 1.875rem;
  font-weight: 500;
  letter-spacing: 0.03em;
  line-height: 1.7333333333;
}

.p-top-guidance {
  background: linear-gradient(to bottom, #fff 0%, #E6FBFF 18%);
  padding-bottom: 7.3125rem;
  position: relative;
}

.p-top-guidance__inner {
  background-color: #fff;
  border-radius: 1.875rem;
}

.p-top-guidance__title-wrapper {
  display: block;
  justify-items: center;
  margin-top: 3.625rem;
  padding-right: 0.9375rem;
}

.p-top-guidance__lead {
  color: #16333F;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.05;
}

.p-top-guidance__title {
  height: 10.125rem;
  margin-top: 3.25rem;
  width: 54.0625rem;
}

.p-top-guidance__title img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-top-guidance__subtitle {
  background-color: #59C8DE;
  border-radius: 3.125rem;
  color: #fff;
  font-size: 2.625rem;
  font-weight: 500;
  line-height: 1.5476190476;
  margin-top: 3.125rem;
  padding: 0.4375rem 3rem;
  width: -moz-fit-content;
  width: fit-content;
}

.p-top-guidance__activity {
  padding-top: 10.3125rem;
  position: relative;
}

.p-top-guidance__activity::before {
  background-color: #E6FBFF;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -2;
}

.p-top-guidance__activity-inner {
  background-color: #fff;
}

.p-top-guidance__activity-title {
  font-size: 4.375rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  line-height: 1.6142857143;
  text-align: center;
}

.p-top-guidance__activity-catch {
  height: 4rem;
  margin: 1.1875rem auto 0;
  width: 57.1875rem;
}

.p-top-guidance__activity-img-wrapper {
  position: relative;
}

.p-top-guidance__activity-img--door {
  height: 59.0625rem;
  margin: 2.375rem auto 0;
  width: 68.375rem;
}

.p-top-guidance__activity-img--view {
  height: 25.875rem;
  left: -10%;
  position: absolute;
  top: -29%;
  width: 25.875rem;
}

.p-top-guidance__activity-img--cow {
  height: 18.875rem;
  left: 0.6875rem;
  position: absolute;
  top: 6%;
  width: 18.875rem;
}

.p-top-guidance__activity-img--horse {
  bottom: 10.125rem;
  height: 20.5rem;
  position: absolute;
  right: 1.875rem;
  width: 20.5rem;
}

.p-top-guidance__activity-img--sky {
  bottom: -18.5%;
  height: 25.5rem;
  position: absolute;
  right: -8.5rem;
  width: 25.5rem;
}

.p-top-guidance__activity-img--butterfly {
  bottom: -7.9%;
  height: 29.875rem;
  left: -0.3125rem;
  position: absolute;
  width: 35.9375rem;
}

.p-top-guidance__activity-btn {
  margin-top: 0.5rem;
  padding-right: 26.75rem;
  text-align: right;
}

.p-top-guidance__activity-text-wrapper {
  margin: 0 auto;
  max-width: 80rem;
  padding-top: 6.125rem;
}

.p-top-guidance__activity-text-title {
  font-size: 3.75rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1.8833333333;
}

.p-top-guidance__activity-text {
  font-size: 2.125rem;
  font-weight: 500;
  letter-spacing: 0.02;
  line-height: 1.7058823529;
  margin-top: 1.0625rem;
}

.p-top-guidance__activity-text--bottom {
  font-size: 2.125rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1.7058823529;
  margin-top: 1.875rem;
}

.p-top-guidance__work {
  margin-top: 9.375rem;
}

.p-top-guidance__work-title-wrapper {
  text-align: center;
}

.p-top-guidance__work-title {
  font-size: 4.375rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1.6142857143;
}

.p-top-guidance__work-subtitle {
  color: #59C8DE;
  font-size: 2.5rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.05;
  margin-top: 1.4375rem;
  padding-right: 26.5rem;
  text-align: center;
}

.p-top-guidance__work-catch {
  height: 4.375rem;
  margin: 1.125rem auto 0;
  width: 38.125rem;
}

.p-top-guidance__work-img-wrapper {
  height: auto;
  position: relative;
}

.p-top-guidance__work-img--boat {
  height: 19.8125rem;
  position: absolute;
  right: -4.2%;
  top: -11.375rem;
  width: 19.8125rem;
}

.p-top-guidance__work-img--beach {
  height: 23rem;
  left: -7%;
  position: absolute;
  top: 21.0625rem;
  width: 23rem;
}

.p-top-guidance__work-link-wrapper {
  border: 3px solid #59C8DE;
  border-radius: 3.75rem;
  color: inherit;
  display: block;
  margin: 2.5rem auto 0;
  max-width: 66.625rem;
  padding: 2.9375rem 8.75rem 2.5625rem;
  text-decoration: none;
  transition: background-color 0.3s ease;
}

@media (any-hover: hover) {
  .p-top-guidance__work-link-wrapper:hover {
    background-color: #E6FBFF;
  }

  .p-top-guidance__work-link-wrapper:hover .c-btn::after {
    transform: translateX(5px);
  }

  .p-top-guidance__work-link-wrapper:hover .c-btn::before {
    transform: translateY(-50%) translateX(5px);
  }
}

.p-top-guidance__work-logo {
  height: auto;
  margin: 0 auto;
  max-width: 48.75rem;
}

.p-top-guidance__work-btn {
  margin-top: 2.1875rem;
  text-align: center;
}

.p-top-guidance__other-link {
  margin-top: 6.0625rem;
  padding-bottom: 6.25rem;
}

.p-top-guidance__other-link-inner {
  margin: 0 auto;
  max-width: 105rem;
}

.p-top-guidance__other-link-news {
  align-items: stretch;
  border-radius: 3.75rem;
  display: flex;
  flex-direction: row;
  margin: 0 auto;
  max-width: 88.4375rem;
  overflow: hidden;
}

.p-top-guidance__other-link-news-img-wrapper {
  align-items: center;
  align-self: stretch;
  display: flex;
  flex-shrink: 0;
  justify-content: center;
  padding: 4rem 4.375rem 4.375rem 4.875rem;
  position: relative;
}

.p-top-guidance__other-link-news-img-wrapper::before {
  background-image: url(../images/top/top_news_title_bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.p-top-guidance__other-link-news-img {
  height: 9.75rem;
  position: relative;
  width: 10.8125rem;
  z-index: 1;
}

.p-top-guidance__other-link-news-content {
  background-color: #E6FBFF;
  flex: 1;
  padding: 2.25rem 0 1.75rem 3.3125rem;
}

.p-top-guidance__other-link-news-link {
  display: flex;
  gap: 0.625rem;
  transition: opacity 0.3s ease;
}

.p-top-guidance__other-link-news-date,
.p-top-guidance__other-link-news-title {
  font-size: 2.125rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.7647058824;
}

.p-top-guidance__other-link-news-title {
  max-width: 20em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.p-top-guidance__other-link-news-btn {
  display: block;
  margin-top: 2.1875rem;
}

@media (any-hover: hover) {
  .p-top-guidance__other-link-news-link:hover {
    opacity: 0.7;
  }

  .p-top-guidance__other-link-news-btn a:hover .c-btn::after {
    transform: translateX(5px);
  }

  .p-top-guidance__other-link-news-btn a:hover .c-btn::before {
    transform: translateY(-50%) translateX(5px);
  }
}

.p-top-guidance__other-link-bnr-wrapper {
  display: flex;
  flex-direction: row;
  gap: 2.625rem;
  margin-top: 5.0625rem;
  padding-top: 0.625rem;
}

.p-top-guidance__other-link-bnr-item {
  flex: 1;
}

.p-top-guidance__other-link-bnr-link {
  border-radius: 1.25rem;
  display: block;
  transition: transform 0.3s ease;
}

.p-top-guidance__other-link-bnr-link img {
  display: block;
  height: auto;
  transition: transform 0.3s ease;
  width: 100%;
}

@media (any-hover: hover) {
  .p-top-guidance__other-link-bnr-link:hover img {
    transform: scale(1.03);
  }
}

.u-pc {
  display: block;
}

@media screen and (max-width: 767px) {
  .u-pc {
    display: none;
  }
}

.u-sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .u-sp {
    display: block;
  }
}
/*# sourceMappingURL=styles.css.map */