@charset "UTF-8";
/*
 * 参考
 * https://github.com/Andy-set-studio/modern-css-reset/blob/master/src/reset.css
*/
/* Box sizing rules */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
figure,
blockquote,
dl,
dd,
ul {
  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;
}

/* 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;
}

/* Remove all animations and transitions for people that prefer not to see them */
/*****************************************
 * 数値から単位を取り除く
 * 参考
 * https://css-tricks.com/snippets/sass/
******************************************/
/*****************************************
 * px→remの計算
 * 参考
 * https://webdou.net/sass-rem/
 * Sassではmath.div関数の使用が推奨のため、スラッシュ(/)演算子から変更
******************************************/
/*****************************************
 * vwの計算
 * 参考
 * https://webdou.net/sass-vw/
 * Sassではmath.div関数の使用が推奨のため、スラッシュ(/)演算子から変更
******************************************/
html {
  font-size: 16px;
}

body {
  color: #4A4A4A;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  position: relative;
}

a {
  -webkit-text-decoration: none;
  color: inherit;
  text-decoration: none;
  transition: opacity 0.3s;
}

.l-header {
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 900;
}

.l-inner {
  margin: 0 auto;
  max-width: 600px;
  max-width: 37.5rem;
  padding: 0 10px;
  padding: 0 0.625rem;
}

.l-topic-what {
  margin-top: 105px;
  margin-top: 6.5625rem;
}

.l-topic-schedule {
  margin-top: 165px;
  margin-top: 10.3125rem;
}

.p-news-list__item-btn {
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 50%;
  display: inline-block;
  height: 30px;
  height: 1.875rem;
  position: relative;
  transition: 0.3s;
  width: 30px;
  width: 1.875rem;
}

.p-news-list__item-btn::before {
  border-right: 1px solid #005F57;
  border-right: 0.0625rem solid #005F57;
  border-top: 1px solid #005F57;
  border-top: 0.0625rem solid #005F57;
  content: "";
  height: 10px;
  height: 0.625rem;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-65%, -50%) rotate(45deg);
  transition: 0.3s;
  width: 10px;
  width: 0.625rem;
}

.c-btn {
  background-color: #005F57;
  border: 1px solid #005F57;
  border-radius: 1rem;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1;
  max-width: 360px;
  max-width: 22.5rem;
  padding: 20px 25px;
  padding: 1.25rem 1.5625rem;
  position: relative;
  text-align: center;
  transition: 0.3s;
  width: 100%;
}

.c-page-top {
  background-color: #009084;
  border: none;
  border-radius: 50%;
  bottom: 30px;
  bottom: 1.875rem;
  color: #fff;
  cursor: pointer;
  font-size: 21px;
  font-size: 1.3125rem;
  font-weight: 700;
  height: 67px;
  height: 4.1875rem;
  left: 50%;
  letter-spacing: 0;
  line-height: 1;
  opacity: 0;
  position: fixed;
  transform: translateX(-50%) translateY(20px);
  transition: all 0.3s ease;
  visibility: hidden;
  width: 67px;
  width: 4.1875rem;
  z-index: 1000;
}

.c-page-top.is-visible {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
  visibility: visible;
}

.c-page-top:focus {
  outline: none;
}

.c-page-top:active {
  transform: translateX(-50%) translateY(2px) scale(0.95);
}
.c-page-top__arrow {
  border-right: 1px solid #fff;
  border-top: 1px solid #fff;
  display: block;
  height: 13px;
  height: 0.8125rem;
  margin: 0 auto;
  transform: rotate(-45deg);
  width: 13px;
  width: 0.8125rem;
}

.c-section-title {
  color: #005F57;
  font-size: 32px;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1;
  position: relative;
}
.c-section-title::before {
  color: #4A4A4A;
  content: attr(data-title);
  display: block;
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0;
  margin-bottom: 21px;
  margin-bottom: 1.3125rem;
  position: relative;
  text-transform: uppercase;
}
.c-section-title.c-section-title--white {
  color: #fff;
}

.c-section-title.c-section-title--white::before {
  color: #fff;
}

.c-text {
  color: #4A4A4A;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 2;
}

.c-text.c-text--white {
  color: #fff;
}

.c-top-section-title {
  color: #005F57;
  font-size: 32px;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.4;
  position: relative;
}
.c-top-section-title::before {
  color: #009084;
  content: attr(data-title);
  font-family: "Arizonia", cursive;
  font-size: 40px;
  font-size: 2.5rem;
  font-weight: 400;
  left: 0;
  letter-spacing: 0;
  position: absolute;
  rotate: -20deg;
  top: -56px;
}

.c-top-section-title.c-top-section-title--white {
  color: #fff;
}

.c-top-section-title.c-top-section-title--white::before {
  color: #fff;
}

.p-about__page-title {
  color: #005F57;
  font-size: 40px;
  font-size: 2.5rem;
  line-height: 1.5;
  margin: 40px auto 40px;
  margin: 2.5rem auto 2.5rem;
  max-width: 600px;
  max-width: 37.5rem;
  width: 100%;
}

.p-about {
  background-image: url("../images/common/bg-sp.webp"), url("../images/common/bg-sp.png");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 100vh;
  padding-top: 97px;
  padding-top: 6.0625rem;
}

.p-about__article {
  padding-bottom: 164px;
  padding-bottom: 10.25rem;
}

.p-about__inner {
  margin: auto;
  max-width: 600px;
  max-width: 37.5rem;
  padding: 0 10px;
  padding: 0 0.625rem;
  width: 100%;
}

.p-about__wrap {
  background-color: #fff;
  border-radius: 2rem;
}

.p-about__wrap-inner {
  border-radius: 2rem;
  margin: 0 auto;
  max-width: 450px;
  max-width: 28.125rem;
  padding: 60px 10px 0;
  padding: 3.75rem 0.625rem 0;
  width: 100%;
}

.p-about__title {
  color: #005F57;
  font-size: 40px;
  font-size: 2.5rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.5;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
  margin-top: 8px;
  margin-top: 0.5rem;
}

.p-about__plan {
  margin-bottom: 80px;
  margin-bottom: 5rem;
  margin-top: 40px;
  margin-top: 2.5rem;
}

.p-about__plan-img {
  aspect-ratio: 736/331;
  width: 100%;
}

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

.p-about__image-box {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 16px;
  gap: 1rem;
  justify-content: center;
  margin-top: 40px;
  margin-top: 2.5rem;
}

.p-about__image {
  aspect-ratio: 360/240;
  width: 100%;
}

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

.p-about__content-box {
  background-color: #F5F5F5;
  margin: 40px 0;
  margin: 2.5rem 0;
  padding: 28px 20px 60px;
  padding: 1.75rem 1.25rem 3.75rem;
}

.p-about__content-box-list {
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}

.p-about__content {
  padding-bottom: 120px;
  padding-bottom: 7.5rem;
}
.p-about__content h3 {
  color: #005F57;
  font-size: 32px;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.4;
  margin-top: 40px;
  margin-top: 2.5rem;
}
.p-about__content h4, .p-about__content h5, .p-about__content h6 {
  border-bottom: 2px solid #005F57;
  color: #005F57;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.5;
  margin-bottom: 35px;
  margin-bottom: 2.1875rem;
  margin-top: 70px;
  margin-top: 4.375rem;
  padding-bottom: 8px;
  padding-bottom: 0.5rem;
}
.p-about__content p {
  color: #4A4A4A;
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 0.1em;
  line-height: 2;
  margin-bottom: 25px;
  margin-bottom: 1.5625rem;
  margin-top: 20px;
  margin-top: 1.25rem;
}
.p-about__content .p-about__content-box-title {
  font-size: 18px;
  font-size: 1.125rem;
  letter-spacing: 0;
  margin-top: 35px;
  margin-top: 2.1875rem;
  text-align: center;
}
.p-about__content p a {
  color: #005F57;
  text-decoration: underline;
  -webkit-text-decoration: underline #005F57;
          text-decoration: underline #005F57;
}
.p-about__content strong {
  display: inline-block;
  font-weight: 700;
  margin-bottom: 12px;
  margin-bottom: 0.75rem;
}
.p-about__content ul {
  margin-top: 32px;
  margin-top: 2rem;
}
.p-about__content ul li {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  padding-left: 22px;
  padding-left: 1.375rem;
  text-indent: -18px;
  text-indent: -1.125rem;
}
.p-about__content ul li:not(:first-of-type),
.p-about__content ol li:not(:first-of-type) {
  margin-top: 16px;
  margin-top: 1rem;
}
.p-about__content ul li::before {
  background-color: #005F57;
  border-radius: 50%;
  content: "";
  display: inline-block;
  height: 8px;
  height: 0.5rem;
  margin-right: 10px;
  margin-right: 0.625rem;
  position: relative;
  top: -3px;
  top: -0.1875rem;
  width: 8px;
  width: 0.5rem;
}
.p-about__content ol {
  counter-reset: number;
  margin-top: 32px;
  margin-top: 2rem;
}
.p-about__content ol li {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  padding-left: 28px;
  padding-left: 1.75rem;
  text-indent: -12px;
  text-indent: -0.75rem;
}
.p-about__content ol li::before {
  color: #005F57;
  content: counter(number) ".";
  counter-increment: number;
  display: inline-block;
  line-height: 1;
  margin-right: 10px;
  margin-right: 0.625rem;
}
.p-about__content figure {
  margin-top: 32px;
  margin-top: 2rem;
  width: 100%;
}
.p-about__content figure img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-about__content table {
  border-collapse: collapse;
  letter-spacing: 0.1em;
  margin-top: 40px;
  margin-top: 2.5rem;
  width: 100%;
}
.p-about__content table tr {
  border-bottom: 1px solid #005F57;
  display: flex;
  flex-direction: column;
  padding: 14px;
  padding: 0.875rem;
}
.p-about__content table tr:first-child {
  border-top: 1px solid #005F57;
}
.p-about__content table th,
.p-about__content table td {
  font-size: 16px;
  font-size: 1rem;
  line-height: 2;
  text-align: left;
}
.p-about__content table th {
  font-weight: 700;
}
.p-about__content table td {
  background-color: #fff;
}

.p-about__btn {
  margin-top: 45px;
  margin-top: 2.8125rem;
  max-width: 340px;
  max-width: 21.25rem;
}
.p-about__btn a {
  width: 100%;
}

.p-breadcrumb__list {
  color: #4A4A4A;
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.1em;
  line-height: 2;
}

.p-breadcrumb__item {
  display: inline;
}

.p-breadcrumb__item:not(:last-child)::after {
  color: #4A4A4A;
  content: ">";
  margin: 0 16px;
  margin: 0 1rem;
}

.p-breadcrumb__link {
  color: #4A4A4A;
  -webkit-text-decoration: none;
  text-decoration: none;
  transition: opacity 0.3s ease;
}

.p-breadcrumb__current {
  color: #4A4A4A;
}

.p-footer {
  background-color: #005F57;
  padding: 77px 0 147px;
  padding: 4.8125rem 0 9.1875rem;
}

.p-footer__inner {
  margin: auto;
  max-width: 630px;
  max-width: 39.375rem;
  padding: 0 30px;
  padding: 0 1.875rem;
  width: 100%;
}

.p-footer__logo {
  margin: auto;
  max-width: 100%;
  width: 152px;
}

.p-footer__logo a {
  display: block;
}
.p-footer__logo img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-footer__top-text {
  color: #fff;
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 0;
  line-height: 1.5;
  margin-top: 32px;
  margin-top: 2rem;
  text-align: center;
}

.p-footer__bottom-contact {
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 0;
  line-height: 1.5;
  margin-top: 20px;
  margin-top: 1.25rem;
}

.p-footer__bottom-contact a {
  color: #fff;
  display: block;
  letter-spacing: 0;
  padding: 15px 0;
  padding: 0.9375rem 0;
  text-align: center;
  -webkit-text-decoration: underline;
  text-decoration: underline;
}

.p-footer__copyright {
  color: #fff;
  display: block;
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 0;
  line-height: 1;
  margin-top: 6px;
  margin-top: 0.375rem;
  text-align: center;
}

.p-header {
  color: #fff;
  height: 64px;
  height: 4rem;
}

.p-header__inner {
  display: flex;
  height: inherit;
  justify-content: space-between;
  padding: 0 24px;
  padding: 0 1.5rem;
}

.p-header__title {
  display: none;
}

.p-header__title a {
  display: block;
}

.p-header__hamburger {
  background-color: transparent;
  border: none;
  color: #005F57;
  cursor: pointer;
  height: inherit;
  margin-left: auto;
  outline: none;
  padding: 0;
  position: relative;
  transition: 0.3s;
  width: 40px;
  width: 2.5rem;
  z-index: 999;
}

.p-header__hamburger.is-open {
  background-color: transparent;
}

.p-header__hamburger span {
  background-color: #005F57;
  display: block;
  height: 2px;
  left: 50%;
  position: relative;
  transform: translateX(-50%);
  transition: 0.5s;
  width: 35px;
  width: 2.1875rem;
}

.p-header__hamburger.is-open span {
  background-color: #fff;
}

.p-header__hamburger span:nth-of-type(1) {
  top: -12px;
  top: -0.75rem;
}

.p-header__hamburger span:nth-of-type(2) {
  top: 0;
}

.p-header__hamburger span:nth-of-type(3) {
  top: 12px;
  top: 0.75rem;
}

.p-header__hamburger.is-open span:nth-of-type(1) {
  top: 0;
  transform: translateX(-50%) rotate(30deg);
}

.p-header__hamburger.is-open span:nth-of-type(2) {
  opacity: 0;
}

.p-header__hamburger.is-open span:nth-of-type(3) {
  top: -4px;
  top: -0.25rem;
  transform: translateX(-50%) rotate(-30deg);
}

.p-header__drawer {
  background-color: #005F57;
  bottom: 0;
  display: none;
  height: 100svh;
  height: 100vh;
  left: 0;
  overflow-y: scroll;
  position: absolute;
  right: 0;
  scrollbar-width: none;
  top: 0;
  width: 100%;
  z-index: 900;
}

.p-header__drawer-inner {
  align-items: center;
  display: flex;
  flex-direction: column;
  height: inherit;
  justify-content: center;
  justify-content: space-between;
  padding: 100px 0 80px;
  padding: 6.25rem 0 5rem;
}

.p-header__drawer::-webkit-scrollbar {
  display: none;
}

.p-header__drawer-item a {
  color: #fff;
  display: block;
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
  padding: 20px 0;
  padding: 1.25rem 0;
  text-align: center;
  text-transform: uppercase;
}

.p-header__drawer-bottom {
  margin-top: auto;
}

.p-header__drawer-bottom-contact a {
  -webkit-text-decoration: underline;
  display: block;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0;
  text-align: center;
  text-decoration: underline;
}

.p-header__drawer-bottom-text {
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1;
  margin-top: 40px;
  margin-top: 2.5rem;
  text-align: center;
}

.p-mv {
  overflow: hidden;
  padding: 100px 0 160px;
  padding: 6.25rem 0 10rem;
  position: relative;
}

.p-mv__wrap {
  overflow: hidden;
}

.p-mv__image {
  aspect-ratio: 516/285;
  background-image: url("../images/top/mv-sp.webp"), url("../images/top/mv-sp.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  bottom: 0;
  left: 50%;
  overflow: hidden;
  position: absolute;
  transform: translateX(-50%);
  width: 516px;
  width: 32.25rem;
  z-index: -1;
}

.p-mv__title {
  color: #005F57;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.5;
  margin-top: 35px;
  margin-top: 2.1875rem;
}

.p-mv__subtitle {
  color: #005F57;
  font-family: "Montserrat", sans-serif;
  font-size: 60px;
  font-size: 3.75rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 0.91;
}

.p-news {
  background-color: #005F57;
  padding: 95px 0 80px;
  padding: 5.9375rem 0 5rem;
}

.p-news__wrap {
  display: flex;
  flex-direction: column;
  gap: 24px;
  gap: 1.5rem;
}

.p-news-list {
  flex: 1;
}

.p-news-list__item + .p-news-list__item {
  margin-top: 16px;
  margin-top: 1rem;
}

.p-news-list__item-box {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin: 10px 15px 0 0;
  margin: 0.625rem 0.9375rem 0 0;
}

.p-news-list__item-date {
  color: #fff;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.1em;
}

.p-news-list__item-title {
  flex: 1;
}

.p-news-list__item-btn {
  flex-shrink: 0;
}

.p-single-blog__page-title {
  color: #005F57;
  font-size: 40px;
  font-size: 2.5rem;
  line-height: 1.5;
  margin: 40px auto 40px;
  margin: 2.5rem auto 2.5rem;
  max-width: 600px;
  max-width: 37.5rem;
  width: 100%;
}

.p-single-blog {
  background-image: url("../images/common/bg-sp.webp"), url("../images/common/bg-sp.png");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 100vh;
  padding-top: 97px;
  padding-top: 6.0625rem;
}

.p-single-blog__article {
  padding-bottom: 164px;
  padding-bottom: 10.25rem;
}

.p-single-blog__inner {
  margin: auto;
  max-width: 600px;
  max-width: 37.5rem;
  padding: 0 10px;
  padding: 0 0.625rem;
  width: 100%;
}

.p-single-blog__wrap {
  background-color: #fff;
  border-radius: 2rem;
}

.p-single-blog__wrap-inner {
  border-radius: 2rem;
  margin: 0 auto;
  max-width: 450px;
  max-width: 28.125rem;
  padding: 60px 10px 0;
  padding: 3.75rem 0.625rem 0;
  width: 100%;
}

.p-single-blog__meta {
  align-items: center;
  display: flex;
}

.p-single-blog__date {
  color: #4A4A4A;
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1;
}

.p-single-blog__category {
  background-color: #73B2C8;
  color: #fff;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  margin-left: 24px;
  margin-left: 1.5rem;
  padding: 4px 8px;
  padding: 0.25rem 0.5rem;
}

.p-single-blog__title {
  border-bottom: 1px solid #005F57;
  color: #005F57;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.5;
  margin-top: 8px;
  margin-top: 0.5rem;
  padding-bottom: 20px;
  padding-bottom: 1.25rem;
}

.p-single-blog__mv {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 16px;
  gap: 1rem;
  justify-content: center;
  margin-top: 60px;
  margin-top: 3.75rem;
}

.p-single-blog__mv-img {
  aspect-ratio: 360/360;
  width: 100%;
}

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


/* ↓↓↓ index_20250801 ↓↓↓　*/

.p-single-blog__20250801 {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 16px;
  gap: 1rem;
  justify-content: center;
  margin-top: 60px;
  margin-top: 3.75rem;
}

.p-single-blog__20250801-img {
  aspect-ratio: 960/640;
  width: 100%;
}

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

/* ↑↑↑ index_20250801　↑↑↑　*/


.p-single-blog__content {
  padding-bottom: 120px;
  padding-bottom: 7.5rem;
}
.p-single-blog__content h3 {
  color: #005F57;
  font-size: 40px;
  font-size: 2.5rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.5;
  margin-top: 60px;
  margin-top: 3.75rem;
}
.p-single-blog__content h4, .p-single-blog__content h5, .p-single-blog__content h6 {
  color: #005F57;
  font-size: 32px;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.4;
  margin-top: 60px;
  margin-top: 3.75rem;
}
.p-single-blog__content p {
  color: #4A4A4A;
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 0.1em;
  line-height: 2;
  margin-top: 30px;
  margin-top: 1.875rem;
}
.p-single-blog__content p a {
  color: #73B2C8;
  text-decoration: underline;
  -webkit-text-decoration: underline #73B2C8;
          text-decoration: underline #73B2C8;
}
.p-single-blog__content p a[target=_blank]::after {
  background-image: url(./../images/common/link.svg);
  background-size: contain;
  content: "";
  display: inline-block;
  height: 16px;
  height: 1rem;
  margin-bottom: -3px;
  margin-bottom: -0.1875rem;
  margin-left: 5px;
  margin-left: 0.3125rem;
  margin-right: 10px;
  margin-right: 0.625rem;
  width: 16px;
  width: 1rem;
}
.p-single-blog__content ul {
  margin-top: 32px;
  margin-top: 2rem;
}
.p-single-blog__content ul li {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  padding-left: 22px;
  padding-left: 1.375rem;
  text-indent: -18px;
  text-indent: -1.125rem;
}
.p-single-blog__content ul li:not(:first-of-type),
.p-single-blog__content ol li:not(:first-of-type) {
  margin-top: 16px;
  margin-top: 1rem;
}
.p-single-blog__content ul li::before {
  background-color: #005F57;
  border-radius: 50%;
  content: "";
  display: inline-block;
  height: 8px;
  height: 0.5rem;
  margin-right: 10px;
  margin-right: 0.625rem;
  position: relative;
  top: -3px;
  top: -0.1875rem;
  width: 8px;
  width: 0.5rem;
}
.p-single-blog__content ol {
  counter-reset: number;
  margin-top: 32px;
  margin-top: 2rem;
}
.p-single-blog__content ol li {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  padding-left: 28px;
  padding-left: 1.75rem;
  text-indent: -12px;
  text-indent: -0.75rem;
}
.p-single-blog__content ol li::before {
  color: #005F57;
  content: counter(number) ".";
  counter-increment: number;
  display: inline-block;
  line-height: 1;
  margin-right: 10px;
  margin-right: 0.625rem;
}
.p-single-blog__content figure {
  margin-top: 32px;
  margin-top: 2rem;
  width: 100%;
}
.p-single-blog__content figure img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-single-blog__content table {
  border-collapse: collapse;
  letter-spacing: 0.1em;
  margin-top: 40px;
  margin-top: 2.5rem;
  width: 100%;
}
.p-single-blog__content table tr {
  border-bottom: 1px solid #005F57;
  display: flex;
  flex-direction: column;
  padding: 14px;
  padding: 0.875rem;
}
.p-single-blog__content table tr:first-child {
  border-top: 1px solid #005F57;
}
.p-single-blog__content table th,
.p-single-blog__content table td {
  font-size: 16px;
  font-size: 1rem;
  line-height: 2;
  text-align: left;
}
.p-single-blog__content table th {
  font-weight: 700;
}
.p-single-blog__content table td {
  background-color: #fff;
}

.p-top-about {
  background-image: url(../images/top/about-bg-sp.webp), url(../images/top/about-bg-sp.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 120px 0 164px;
  padding: 7.5rem 0 10.25rem;
  position: relative;
}

.p-top-about__image {
  aspect-ratio: 340/286;
  color: rgba(255, 255, 255, 0.7);
  margin: 50px auto 0;
  margin: 3.125rem auto 0;
  max-width: 640px;
  max-width: 40rem;
  position: relative;
  width: 100%;
}

.p-top-about__image::before {
  bottom: -40px;
  content: attr(data-title);
  font-family: "Montserrat", sans-serif;
  font-size: 80px;
  font-size: 5rem;
  font-weight: 700;
  left: 50%;
  letter-spacing: 0;
  line-height: 1;
  position: absolute;
  text-transform: uppercase;
  transform: translateX(-50%);
  z-index: 10;
}

.p-top-about__image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  border-radius: 2rem;
     object-fit: cover;
}

.p-top-about__image.p-top-about__image--pc {
  display: none;
}

.p-top-about__textbox {
  margin-top: 76px;
  margin-top: 4.75rem;
}

.p-top-about__btn {
  margin-top: 40px;
  margin-top: 2.5rem;
  text-align: center;
}

.p-top-bg {
  position: relative;
}
.p-top-bg::before {
  background-image: url(../images/common/bg-sp.webp), url(../images/common/bg-sp.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.p-topic--schedule {
  padding-bottom: 80px;
  padding-bottom: 5rem;
}

.p-topic__textbox {
  margin-top: 16px;
  margin-top: 1rem;
}

.p-topic__btn {
  margin-top: 40px;
  margin-top: 2.5rem;
  text-align: center;
}

.js-fade {
  opacity: 0;
  transform: scale(0.98) translateY(15px);
  transition: opacity 0.8s cubic-bezier(0.4, 0, 0.2, 1), transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}

.js-fade.is-visible {
  opacity: 1;
  transform: scale(1) translateY(0);
}

.js-fade:not(.is-visible) {
  /* アニメーション中のみpointer-events制御、アクセシビリティ保持 */
  pointer-events: none;
  will-change: opacity, transform;
}

.js-fade.is-visible {
  pointer-events: auto;
  will-change: auto;
}

/* 子要素は常にアクセス可能（キーボードナビゲーション対応） */
.js-fade:not(.is-visible) a,
.js-fade:not(.is-visible) button,
.js-fade:not(.is-visible) [tabindex] {
  pointer-events: auto;
  touch-action: manipulation;
}

.u-pc-only {
  display: none;
}

.u-sp-only {
  display: block;
}

@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;
  }
}

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

@media (min-width: 500px){
  html {
    font-size: 16px;
  }
  .p-mv__image {
    aspect-ratio: 800/440;
    width: 1000px;
    width: 62.5rem;
  }
}

@media screen and (min-width: 768px){
  html {
    font-size: 1.4285714286vw;
  }
  .l-inner {
    max-width: 1140px;
    max-width: 71.25rem;
  }
  .l-topic-what {
    margin-top: 150px;
    margin-top: 9.375rem;
  }
  .p-news-list__item-btn {
    height: 44px;
    height: 2.75rem;
    width: 44px;
    width: 2.75rem;
  }
  .p-news-list__item-btn::before {
    height: 14px;
    height: 0.875rem;
    width: 14px;
    width: 0.875rem;
  }
  .c-btn {
    max-width: none;
    max-width: initial;
    padding: 28px 90px 28px 32px;
    padding: 1.75rem 5.625rem 1.75rem 2rem;
    text-align: left;
    width: auto;
  }
  .c-btn::before {
    border-right: 1px solid #fff;
    border-right: 0.0625rem solid #fff;
    border-top: 1px solid #fff;
    border-top: 0.0625rem solid #fff;
    content: "";
    height: 14px;
    height: 0.875rem;
    position: absolute;
    right: 35px;
    right: 2.1875rem;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    transition: 0.3s;
    width: 14px;
    width: 0.875rem;
  }
  .c-page-top {
    height: 70px;
    height: 4.375rem;
    left: auto;
    right: 25px;
    right: 1.5625rem;
    transform: translateY(20px);
    width: 70px;
    width: 4.375rem;
  }
  .c-page-top.is-visible {
    transform: translateY(0);
  }
  .c-page-top:active {
    transform: translateY(2px) scale(0.95);
  }
  .c-top-section-title::before {
    left: -50px;
    left: -3.125rem;
    top: -50px;
    top: -3.125rem;
  }
  .p-about__page-title {
    margin: 120px auto 80px;
    margin: 7.5rem auto 5rem;
    max-width: 1200px;
    max-width: 75rem;
  }
  .p-about {
    background-image: url("../images/common/bg-pc.webp"), url("../images/common/bg-pc.png");
    padding-top: 180px;
    padding-top: 11.25rem;
  }
  .p-about__article {
    padding-bottom: 154px;
    padding-bottom: 9.625rem;
  }
  .p-about__inner {
    max-width: 1170px;
    max-width: 73.125rem;
    padding: 0 25px;
    padding: 0 1.5625rem;
  }
  .p-about__wrap-inner {
    max-width: 756px;
    max-width: 47.25rem;
    padding: 120px 0 0;
    padding: 7.5rem 0 0;
  }
  .p-about__title {
    margin-bottom: 40px;
    margin-bottom: 2.5rem;
  }
  .p-about__image-box {
    flex-direction: row;
  }
  .p-about__image {
    max-width: 360px;
    max-width: 22.5rem;
  }
  .p-about__content-box {
    padding: 28px 48px 60px;
    padding: 1.75rem 3rem 3.75rem;
  }
  .p-about__content ul {
    margin-top: 38px;
    margin-top: 2.375rem;
  }
  .p-about__content ol {
    margin-top: 38px;
    margin-top: 2.375rem;
  }
  .p-about__content figure {
    margin-top: 48px;
    margin-top: 3rem;
  }
  .p-about__content table tr {
    flex-direction: row;
    padding: 14px 0 14px 32px;
    padding: 0.875rem 0 0.875rem 2rem;
  }
  .p-about__content table th {
    width: 17%;
  }
  .p-footer {
    padding: 72px 0 68px;
    padding: 4.5rem 0 4.25rem;
  }
  .p-footer__inner {
    max-width: 1250px;
    max-width: 78.125rem;
    padding: 0 25px;
    padding: 0 1.5625rem;
  }
  .p-footer__wrap {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .p-footer__top {
    align-items: center;
    display: flex;
    gap: 16px;
    gap: 1rem;
  }
  .p-footer__logo {
    margin: 0;
    margin: initial;
  }
  .p-footer__top-text {
    margin-top: 0;
    text-align: left;
  }
  .p-footer__bottom-contact {
    margin-top: 25px;
    margin-top: 1.5625rem;
  }
  .p-footer__copyright {
    margin-top: 10px;
    margin-top: 0.625rem;
  }
  .p-header {
    background-color: #005F57;
    border-radius: 0 0 2.25rem 2.25rem;
    height: 100px;
    height: 6.25rem;
    line-height: 1;
  }
  .p-header__inner {
    padding: 30px;
    padding: 1.875rem;
  }
  .p-header__title {
    display: block;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 32px;
    font-size: 2rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    line-height: 1;
    margin: auto;
  }
  .p-header__hamburger {
    display: none;
  }
  .p-mv {
    padding: 220px 0 420px;
    padding: 13.75rem 0 26.25rem;
  }
  .p-mv__image {
    aspect-ratio: 1793/1019;
    background-image: url("../images/top/mv-pc.webp"), url("../images/top/mv-pc.png");
    width: 1793px;
    width: 112.0625rem;
  }
  .p-mv__title {
    font-size: 32px;
    font-size: 2rem;
  }
  .p-mv__subtitle {
    font-size: 140px;
    font-size: 8.75rem;
  }
  .p-news {
    padding: 80px 0;
    padding: 5rem 0;
  }
  .p-news__inner {
    padding-left: 110px;
    padding-left: 6.875rem;
  }
  .p-news__wrap {
    flex-direction: row;
    gap: 130px;
    gap: 8.125rem;
    width: 100%;
  }
  .p-news-list__item a {
    align-items: center;
    display: flex;
    gap: 30px;
    gap: 1.875rem;
  }
  .p-news-list__item-box {
    margin: 0;
    width: 100%;
  }
  .p-single-blog__page-title {
    margin: 120px auto 80px;
    margin: 7.5rem auto 5rem;
    max-width: 1200px;
    max-width: 75rem;
  }
  .p-single-blog {
    background-image: url("../images/common/bg-pc.webp"), url("../images/common/bg-pc.png");
    padding-top: 180px;
    padding-top: 11.25rem;
  }
  .p-single-blog__article {
    padding-bottom: 154px;
    padding-bottom: 9.625rem;
  }
  .p-single-blog__inner {
    max-width: 1170px;
    max-width: 73.125rem;
    padding: 0 25px;
    padding: 0 1.5625rem;
  }
  .p-single-blog__wrap-inner {
    max-width: 756px;
    max-width: 47.25rem;
    padding: 130px 0 0;
    padding: 8.125rem 0 0;
  }
  .p-single-blog__title {
    padding-bottom: 40px;
    padding-bottom: 2.5rem;
  }
  .p-single-blog__mv {
    flex-direction: row;
  }
  .p-single-blog__mv-img {
    width: 360px;
    width: 22.5rem;
  }

  /* ↓↓↓ index_20250801 ↓↓↓　*/

  .p-single-blog__20250801 {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .p-single-blog__20250801-img {
    width: 50%;
    width: 22.5rem;
  }

  /* ↑↑↑ index_20250801　↑↑↑　*/

  .p-single-blog__content p {
    margin-top: 40px;
    margin-top: 2.5rem;
  }
  .p-single-blog__content ul {
    margin-top: 38px;
    margin-top: 2.375rem;
  }
  .p-single-blog__content ol {
    margin-top: 38px;
    margin-top: 2.375rem;
  }
  .p-single-blog__content figure {
    margin-top: 48px;
    margin-top: 3rem;
  }
  .p-single-blog__content table tr {
    flex-direction: row;
    padding: 14px 0 14px 32px;
    padding: 0.875rem 0 0.875rem 2rem;
  }
  .p-single-blog__content table th {
    width: 17%;
  }
  .p-top-about {
    background-image: url(../images/top/about-bg-pc.webp), url(../images/top/about-bg-pc.png);
    padding: 80px 0 164px;
    padding: 5rem 0 10.25rem;
  }
  .p-top-about__image {
    flex-shrink: 0;
    margin-top: 0;
    width: 576px;
    width: 36rem;
  }
  .p-top-about__image::before {
    bottom: -60px;
    font-size: 120px;
    font-size: 7.5rem;
  }
  .p-top-about__image.p-top-about__image--sp {
    display: none;
  }
  .p-top-about__image.p-top-about__image--pc {
    display: block;
  }
  .p-top-about__textbox {
    margin-top: 32px;
    margin-top: 2rem;
  }
  .p-top-about__btn {
    margin-top: 44px;
    margin-top: 2.75rem;
    text-align: left;
  }
  .p-top-about__wrap {
    align-items: center;
    display: flex;
    gap: 36px;
    gap: 2.25rem;
  }
  .p-top-bg::before {
    background-image: url(../images/common/bg-pc.webp), url(../images/common/bg-pc.png);
  }
  .p-topic__inner {
    padding-left: 110px;
    padding-left: 6.875rem;
    padding-right: 110px;
    padding-right: 6.875rem;
  }
  .p-topic__btn {
    text-align: left;
  }
  .u-pc-only {
    display: block;
  }
  .u-sp-only {
    display: none;
  }
}

@media (min-width: 1120px){
  html {
    font-size: 16px;
  }
}

@media (any-hover: hover){
  a:hover {
    opacity: 0.8;
  }
  .p-news-list__item a:hover .p-news-list__item-btn {
    background-color: #005F57;
    color: #fff;
    opacity: 1;
  }
  .p-news-list__item a:hover .p-news-list__item-btn::before {
    border-color: #fff;
  }
  .c-btn:hover {
    background-color: #fff;
    color: #005F57;
    opacity: 1;
  }
  .c-btn:hover::before {
    border-color: #005F57;
    right: 25px;
    right: 1.5625rem;
  }
  .c-page-top:hover {
    background-color: #fff;
    color: #009084;
  }
  .c-page-top:hover .c-page-top__arrow {
    border-color: #009084;
  }
  .p-breadcrumb__link:hover {
    opacity: 0.7;
  }
}

@media (any-hover: none){
  .c-page-top:focus,
  .c-page-top:focus-visible {
    background-color: #009084;
    color: #fff;
  }
  .c-page-top:focus .c-page-top__arrow,
  .c-page-top:focus-visible .c-page-top__arrow {
    border-color: #fff;
  }
}
/*# sourceMappingURL=style.css.map */
