@charset "UTF-8";
body {
  min-width: 375px;
}

.inner {
  width: min(100% - 40px, 1100px);
  margin-inline: auto;
}

.inner--wide {
  width: min(100% - 40px, 1300px);
  margin-inline: auto;
}

#works,
#about,
#service,
#news,
#contact {
  scroll-margin-top: 100px;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: #EFE7DC;
  border-bottom: 1px solid rgba(51, 51, 51, 0.12);
}

.site-header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-height: 100px;
  padding-block: 12px;
  width: min(100% - 48px, 1320px);
  margin-inline: auto;
}

.site-header__logo {
  margin: 0;
  font-family: "M PLUS 1", sans-serif;
  font-weight: 700;
  font-size: 24px;
  letter-spacing: -0.05em;
  line-height: 1.1;
  color: #333;
}
.site-header__logo a {
  color: inherit;
  text-decoration: none;
}

.site-header__nav-toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 6px;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}
.site-header__nav-toggle span {
  display: block;
  height: 2px;
  background: #333;
  border-radius: 1px;
}
@media screen and (min-width: 768px) {
  .site-header__nav-toggle {
    display: none;
  }
}

@media (max-width: 767px) {
  .site-header__nav {
    position: fixed;
    inset: 0;
    top: 100px;
    background: #EFE7DC;
    padding: 24px;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    -webkit-transition: -webkit-transform 0.25s ease;
    transition: -webkit-transform 0.25s ease;
    transition: transform 0.25s ease;
    transition: transform 0.25s ease, -webkit-transform 0.25s ease;
  }
  .site-header__nav.is-open {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

.site-header__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (max-width: 767px) {
  .site-header__lists {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 20px;
  }
}

.site-header__link {
  font-family: "M PLUS 1", sans-serif;
  font-weight: 500;
  font-size: clamp(1.125rem, 2vw, 32px);
  color: #333;
  text-decoration: none;
  border-bottom: 1px solid #333;
  padding-bottom: 2px;
}

.site-header__cta, .site-footer__cta {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px 36px;
  font-family: "M PLUS 1", sans-serif;
  font-weight: 700;
  font-size: clamp(1.125rem, 2vw, 32px);
  color: #333;
  text-decoration: none;
  background: #98D98E;
  border-radius: 40px;
  -webkit-box-shadow: 2px 3px 2px rgba(0, 0, 0, 0.5);
          box-shadow: 2px 3px 2px rgba(0, 0, 0, 0.5);
  border: none;
  cursor: pointer;
}

.fv {
  position: relative;
  background: #F7F7F7;
  min-height: clamp(420px, 85vw, 739px);
  overflow: hidden;
}

.fv__bg-wrap {
  position: absolute;
  inset: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.fv__bg {
  position: absolute;
  width: 100%;
  height: min(100%, 731px);
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, calc(-50% - 4px));
          transform: translate(-50%, calc(-50% - 4px));
}
.fv__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.fv__content {
  position: absolute;
  left: clamp(24px, 8vw, 843px);
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: min(477px, 100% - 48px);
  color: #F7F7F7;
  text-shadow: 0 4px 6px rgba(0, 0, 0, 0.7);
}
@media (min-width: 900px) {
  .fv__content {
    right: clamp(24px, 8vw, 120px);
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    text-align: left;
  }
}

.fv__title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: clamp(2.5rem, 8vw, 80px);
  letter-spacing: 0.06em;
  line-height: 1;
  margin: 0 0 30px;
}

.fv__lead {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  font-size: clamp(1rem, 2.5vw, 32px);
  line-height: 1.5;
  margin: 0;
}

.fv__wave {
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  line-height: 0;
}
.fv__wave img {
  width: 100%;
  height: auto;
  display: block;
  vertical-align: bottom;
}

.works {
  position: relative;
  background: #EFE7DC;
  padding: clamp(48px, 8vw, 100px) 0 clamp(64px, 10vw, 120px);
}

.works__title {
  text-align: center;
  color: #333;
  margin-bottom: 0;
}
.works__title-ja {
  font-family: "M PLUS 1", sans-serif;
  font-weight: 500;
  font-size: clamp(2rem, 4vw, 48px);
  letter-spacing: 0.15em;
  line-height: 1.2;
}
.works__title-en {
  font-family: "M PLUS 1", sans-serif;
  font-weight: 400;
  font-size: 20px;
  letter-spacing: 0.1em;
  margin-top: 4px;
}
.works__title {
  margin-bottom: clamp(40px, 6vw, 65px);
}

.works__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: clamp(48px, 8vw, 100px) clamp(40px, 6vw, 118px);
}

.works-card {
  width: 100%;
  max-width: 491px;
}

.works-card__thumb {
  border-radius: 10px;
  overflow: hidden;
  aspect-ratio: 490/300;
  margin-bottom: 10px;
}
.works-card__thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.works-card__name {
  font-family: "M PLUS 1", sans-serif;
  font-weight: 700;
  font-size: clamp(1.125rem, 2vw, 28px);
  color: #333;
  margin: 0 0 10px;
  line-height: 1.3;
}

.works-card__tag {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 4px 10px;
  font-family: "M PLUS 1", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #333;
  background: #98D98E;
  border: 1px solid #333;
  border-radius: 5px;
}

.about {
  position: relative;
  background: #F7F7F7;
  padding: clamp(48px, 8vw, 80px) 0 clamp(80px, 12vw, 140px);
}

.about__title {
  text-align: center;
  color: #333;
  margin-bottom: 0;
}
.about__title-ja {
  font-family: "M PLUS 1", sans-serif;
  font-weight: 500;
  font-size: clamp(2rem, 4vw, 48px);
  letter-spacing: 0.15em;
  line-height: 1.2;
}
.about__title-en {
  font-family: "M PLUS 1", sans-serif;
  font-weight: 400;
  font-size: 20px;
  letter-spacing: 0.1em;
  margin-top: 4px;
}
.about__title {
  margin-bottom: clamp(36px, 5vw, 50px);
}

.about__card {
  background: #C7E8C3;
  border-radius: 40px;
  padding: clamp(32px, 5vw, 48px) clamp(20px, 4vw, 40px) clamp(40px, 6vw, 60px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .about__card {
    display: grid;
    grid-template-columns: 1fr;
    gap: 32px;
  }
}
@media screen and (min-width: 1280px) {
  .about__card {
    grid-template-columns: 450px 1fr;
    gap: 50px;
    padding: 60px 50px 70px 25px;
    min-height: 788px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

.about__photo {
  margin-inline: auto;
  max-width: 450px;
}
.about__photo img {
  width: 100%;
  height: auto;
  aspect-ratio: 1;
  border-radius: 50%;
  border: 4px solid #fff;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.about__body {
  color: #333;
}

.about__name {
  font-family: "M PLUS 1", sans-serif;
  font-weight: 700;
  font-size: 36px;
  margin: 0 0 20px;
}

.about__bio {
  font-family: "M PLUS 1", "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.5;
  margin: 0 0 31px;
}
.about__bio p {
  margin: 0 0 0.5em;
}
.about__bio p:last-child {
  margin-bottom: 0;
}

.about__subheading {
  font-family: "M PLUS 1", sans-serif;
  font-weight: 700;
  font-size: 24px;
  margin: 0 0 8px;
}

.about__text {
  font-family: "M PLUS 1", sans-serif;
  font-size: 20px;
  line-height: 1.5;
  margin: 0 0 24px;
}

.about__sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  margin-top: 8px;
}

.about__sns-link {
  position: relative;
  display: grid;
  place-items: center;
  border-radius: 3px;
  overflow: hidden;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.about__sns-link img {
  width: 60px;
  height: 60px;
  -o-object-fit: contain;
     object-fit: contain;
}
.about__sns-link--instagram {
  background: -webkit-gradient(linear, left top, left bottom, from(#7638fa), color-stop(15.17%, #d300c5), color-stop(50%, #ff0069), color-stop(85.43%, #ff7a00), to(#ffd600));
  background: linear-gradient(180deg, #7638fa 0%, #d300c5 15.17%, #ff0069 50%, #ff7a00 85.43%, #ffd600 100%);
}
.about__sns-link--x {
  background: #000;
}

.about__wave {
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  max-width: 1440px;
  line-height: 0;
}
.about__wave img {
  width: 100%;
  height: auto;
  display: block;
}

.service {
  position: relative;
  background: #EFE7DC;
  padding: clamp(48px, 8vw, 100px) 0 clamp(64px, 10vw, 120px);
}

.service__title {
  text-align: center;
  color: #333;
  margin-bottom: 0;
}
.service__title-ja {
  font-family: "M PLUS 1", sans-serif;
  font-weight: 500;
  font-size: clamp(2rem, 4vw, 48px);
  letter-spacing: 0.15em;
  line-height: 1.2;
}
.service__title-en {
  font-family: "M PLUS 1", sans-serif;
  font-weight: 400;
  font-size: 20px;
  letter-spacing: 0.1em;
  margin-top: 4px;
}
.service__title {
  margin-bottom: clamp(48px, 6vw, 98px);
}

.service__flow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  max-width: 1096px;
  margin-inline: auto;
}

.service-step {
  width: 100%;
  background: #F7F7F7;
  border-radius: 30px;
  padding: 28px 30px;
}

.service-step__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 20px;
  max-width: 1036px;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .service-step__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 19px;
  }
}

.service-step__badge {
  position: relative;
  width: 120px;
  height: 120px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-inline: auto;
}
@media screen and (min-width: 1024px) {
  .service-step__badge {
    margin-inline: 0;
  }
}
.service-step__badge img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.service-step__step-label {
  position: absolute;
  left: 50%;
  top: 22px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-family: "M PLUS 1", sans-serif;
  font-size: 24px;
  color: #333;
  margin: 0;
  white-space: nowrap;
}

.service-step__num {
  position: absolute;
  left: 50%;
  top: 55px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-family: "M PLUS 1", sans-serif;
  font-size: 48px;
  line-height: 1;
  color: #333;
  margin: 0;
}

.service-step__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 897px;
  color: #333;
}

.service-step__heading {
  font-family: "M PLUS 1", sans-serif;
  font-weight: 400;
  font-size: clamp(1.25rem, 2.5vw, 32px);
  margin: 0 0 10px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .service-step__heading {
    text-align: left;
  }
}

.service-step__desc {
  font-family: "M PLUS 1", "Noto Sans JP", sans-serif;
  font-size: 20px;
  line-height: 1.5;
  margin: 0;
}
.service-step__desc p {
  margin: 0;
}

.service__arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 0;
}
.service__arrow img {
  width: 51px;
  height: auto;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.news {
  padding-top: 116px;
}
@media screen and (min-width: 1024px) {
  .news {
    padding-top: 120px;
  }
}

.news__inner {
  padding-inline: 30px;
  padding-bottom: 67px;
}
@media screen and (min-width: 768px) {
  .news__inner {
    padding-inline: 40px;
  }
}
@media screen and (min-width: 1024px) {
  .news__inner {
    padding-inline: 50px;
  }
}
@media screen and (min-width: 1280px) {
  .news__inner {
    padding-inline: 90px;
    padding-bottom: 167px;
    max-width: 1300px;
    margin-inline: auto;
  }
}

.news-title {
  margin-bottom: 40px;
  text-align: center;
}

.news-title_en {
  font-family: "M PLUS 1", sans-serif;
  font-weight: 400;
  font-size: 20px;
  letter-spacing: 0.1em;
  margin-top: 4px;
}

.news-title_ja {
  font-family: "M PLUS 1", sans-serif;
  font-weight: 500;
  font-size: clamp(2rem, 4vw, 48px);
  letter-spacing: 0.15em;
  line-height: 1.2;
}

.news__boxes {
  margin-top: 37px;
}
@media screen and (min-width: 768px) {
  .news__boxes {
    padding-inline: 100px;
    margin-inline: auto;
  }
}
@media screen and (min-width: 1024px) {
  .news__boxes {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 37px;
    margin-top: 40px;
    padding-inline: 0;
    margin-inline: 0;
  }
}

.news__box {
  position: relative;
  z-index: 48;
}

.news__main {
  max-width: 510px;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media screen and (min-width: 1280px) {
  .news__main {
    width: 510px;
  }
}

.news__box-image_main {
  overflow: hidden; /* 拡大時に画像が枠外に出ないように隠す */
}
.news__box-image_main img {
  width: 100%;
  -webkit-transition: opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out; /* スムーズなアニメーションを適用 */
}
.news__box-image_main:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1); /* 画像を1.1倍に拡大 */
  opacity: 0.7; /* 透明度70％を追加 */
}

.news__box-title {
  font-size: 14px;
  font-weight: 700;
  line-height: 24px; /* 171.429% */
  margin-top: 10px;
}
@media screen and (min-width: 1024px) {
  .news__box-title {
    font-size: 20px;
    line-height: 32px; /* 160% */
    margin-top: 16px;
    padding-right: 30px;
  }
}

.news__box-text {
  font-size: 12px;
  font-weight: 400;
  line-height: 18px; /* 150% */
  margin-top: 10px;
}
@media screen and (min-width: 1024px) {
  .news__box-text {
    font-size: 14px;
    line-height: 24px; /* 171.429% */
  }
}

.news__box-time {
  margin-top: 10px;
  font-size: 12px;
  font-weight: 500;
}
@media screen and (min-width: 1024px) {
  .news__box-time {
    font-size: 14px;
    margin-top: 12px;
  }
}

.news_sub-boxes {
  display: grid;
  grid-template-columns: repeat(2, 1fr); /* 2列 */
  grid-template-rows: repeat(2, 1fr); /* 2行 */
  row-gap: 25px;
  -webkit-column-gap: 25px;
     -moz-column-gap: 25px;
          column-gap: 25px;
  margin-top: 21px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media screen and (min-width: 1024px) {
  .news_sub-boxes {
    margin-top: 0;
    row-gap: 32px;
    -webkit-column-gap: 43px;
       -moz-column-gap: 43px;
            column-gap: 43px;
  }
}

.news__sub {
  margin-inline: auto;
}
@media screen and (min-width: 1024px) {
  .news__sub {
    width: 255px;
  }
}

.news__box-image_sub {
  overflow: hidden; /* 拡大時に画像が枠外に出ないように隠す */
}
.news__box-image_sub img {
  width: 100%;
  -webkit-transition: opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out; /* スムーズなアニメーションを適用 */
}
.news__box-image_sub:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1); /* 画像を1.3倍に拡大 */
  opacity: 0.7; /* 透明度70％を追加 */
}

.news__box-title_sub {
  font-size: 12px;
  font-weight: 700;
  line-height: 18px; /* 150% */
  margin-top: 6.25px;
}
@media screen and (min-width: 768px) {
  .news__box-title_sub {
    font-size: 14px;
    line-height: 24px; /* 171.429% */
    margin-top: 10px;
  }
}

.news__box-time_sub {
  font-size: 12px;
  font-weight: 500;
  margin-top: 8px;
}
@media screen and (min-width: 768px) {
  .news__box-time_sub {
    margin-top: 10px;
  }
}

.news_button-box {
  margin-top: 37px;
  margin-inline: auto;
}
@media screen and (min-width: 1024px) {
  .news_button-box {
    margin-top: 59px;
  }
}
@media screen and (min-width: 1280px) {
  .news_button-box {
    margin-left: 402px;
    margin-right: 418px;
  }
}

.news_button {
  padding-top: 24px;
  padding-left: 89px;
}

.news__btn--wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 92px;
}

.news__btn--link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px 60px;
  font-family: "M PLUS 1", sans-serif;
  font-weight: 500;
  font-size: 20px;
  color: #333;
  background: #C0E6BC;
  border: none;
  border-radius: 40px;
  -webkit-box-shadow: 2px 3px 2px rgba(0, 0, 0, 0.5);
          box-shadow: 2px 3px 2px rgba(0, 0, 0, 0.5);
  cursor: pointer;
}

.contact {
  position: relative;
  background: #C0E6BC;
  padding: clamp(56px, 8vw, 120px) 0 clamp(72px, 10vw, 140px);
}

.contact__inner {
  max-width: 841px;
  margin-inline: auto;
  width: min(100% - 40px, 841px);
}

.contact__title {
  text-align: center;
  color: #333;
  margin-bottom: 0;
}
.contact__title-ja {
  font-family: "M PLUS 1", sans-serif;
  font-weight: 500;
  font-size: clamp(2rem, 4vw, 48px);
  letter-spacing: 0.15em;
  line-height: 1.2;
}
.contact__title-en {
  font-family: "M PLUS 1", sans-serif;
  font-weight: 400;
  font-size: 20px;
  letter-spacing: 0.1em;
  margin-top: 4px;
}
.contact__title {
  margin-bottom: 40px;
}

.contact__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
}

.contact__field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
}

.contact__label {
  font-family: "M PLUS 1", sans-serif;
  font-weight: 500;
  font-size: clamp(1.125rem, 2vw, 28px);
  color: #333;
}

.contact__input,
.contact__textarea {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "M PLUS 1", "Noto Sans JP", sans-serif;
  font-size: 16px;
  color: #333;
  background: #F7F7F7;
  border: 1px solid #333;
  border-radius: 5px;
  padding: 8px 12px;
}

.contact__input {
  min-height: 39px;
}

.contact__textarea {
  min-height: 260px;
  resize: vertical;
}

.contact__submit-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 92px;
  position: relative;
}
.contact__submit-wrap .wpcf7-spinner {
  display: none;
  margin: 0;
}

.contact form.submitting .contact__submit-wrap .wpcf7-spinner {
  display: inline-block;
  margin-left: 12px;
}

.contact__submit {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px 60px;
  font-family: "M PLUS 1", sans-serif;
  font-weight: 700;
  font-size: 32px;
  color: #333;
  background: #98D98E;
  border: none;
  border-radius: 40px;
  -webkit-box-shadow: 2px 3px 2px rgba(0, 0, 0, 0.5);
          box-shadow: 2px 3px 2px rgba(0, 0, 0, 0.5);
  cursor: pointer;
}

.site-footer {
  background: #F7F7F7;
  padding: 75px 20px 32px;
  text-align: center;
}

.site-footer__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px 50px;
  margin-bottom: 48px;
}

.site-footer__link {
  font-family: "M PLUS 1", sans-serif;
  font-weight: 700;
  font-size: clamp(1.125rem, 2vw, 32px);
  color: #333;
  text-decoration: none;
  border-bottom: 1px solid #333;
  padding-bottom: 2px;
}

.site-footer__copy {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 10px;
  color: #333;
  margin: 0;
}

.news__main--page {
  min-width: 375px;
  width: 100%;
  padding-top: 100px;
  background-color: #EFE7DC;
  padding-bottom: 100px;
}

.news__main--page__inner {
  margin-inline: auto;
  max-width: 1200px;
  margin-inline: 25px;
}
@media screen and (min-width: 1024px) {
  .news__main--page__inner {
    margin-inline: 40px;
  }
}
@media screen and (min-width: 1280px) {
  .news__main--page__inner {
    margin-inline: auto;
  }
}

.news-wrapper {
  margin-top: 48px;
}
@media screen and (min-width: 1024px) {
  .news-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 40px;
    margin-left: 40px;
    margin-right: 40px;
    margin-top: 80px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (min-width: 1280px) {
  .news-wrapper {
    margin-left: 90px;
    margin-right: 90px;
    gap: 72px;
  }
}

.news__category-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
}

.news__category-cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr); /* 2列 */
  grid-template-rows: repeat(5, auto); /* 5行 */
  row-gap: 23px;
  -webkit-column-gap: 19px;
     -moz-column-gap: 19px;
          column-gap: 19px;
  padding-inline: 20px;
  margin-top: 38px;
}
@media screen and (min-width: 1024px) {
  .news__category-cards {
    padding-inline: 0;
    row-gap: 39px;
    -webkit-column-gap: 40px;
       -moz-column-gap: 40px;
            column-gap: 40px;
    padding-left: 8px;
    margin-top: 21px;
  }
}

.news__category-card {
  position: relative;
  width: 100%;
  max-width: 158px;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .news__category-card {
    max-width: 200px;
  }
}
@media screen and (min-width: 1024px) {
  .news__category-card {
    max-width: 240px;
  }
}
@media screen and (min-width: 1280px) {
  .news__category-card {
    max-width: 340px;
  }
}

.news__category-image {
  position: relative;
  overflow: hidden; /* 拡大時に画像が枠外に出ないように隠す */
}
.news__category-image img {
  width: 100%;
  -webkit-transition: opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out; /* スムーズなアニメーションを適用 */
}
.news__category-image:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1); /* 画像を1.1倍に拡大 */
}

.news__category-text {
  font-size: 12px;
  font-weight: 700;
  line-height: 18px; /* 150% */
  margin-top: 8px;
}
@media screen and (min-width: 1024px) {
  .news__category-text {
    font-size: 16px;
    margin-top: 17px;
  }
}

.news__category-time {
  font-size: 12px;
  font-weight: 500;
  margin-top: 7px;
}
@media screen and (min-width: 1024px) {
  .news__category-time {
    font-size: 14px;
    margin-top: 18px;
  }
}

.news__category-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 60px;
}
@media screen and (min-width: 1024px) {
  .news__category-pagination {
    margin-bottom: 0;
  }
}

.news_pagination {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #000; /* 枠線を指定 */
  text-align: center;
  padding-top: 5px;
}
.news__widget-boxes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
}
@media screen and (min-width: 1024px) {
  .news__widget-boxes {
    gap: 60px;
  }
}

.widget__recent-box {
  margin-inline: 20px;
  padding: 20px;
  background: #F7F7F7;
}
@media screen and (min-width: 768px) {
  .widget__recent-box {
    margin-inline: 40px;
  }
}
@media screen and (min-width: 1024px) {
  .widget__recent-box {
    margin-inline: 0;
    min-width: 300px;
    max-width: 350px;
  }
}

.widget__recent-title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 39px;
  position: relative;
}
.widget__recent-title::before {
  content: "";
  width: 32px;
  height: 1px;
  background: #000;
  position: absolute;
  left: 0;
  bottom: -19px;
}

.widget__recent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 14px;
}
.widget__recent + .widget__recent {
  margin-top: 16px;
}

.widget__recent-image {
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  overflow: hidden; /* 拡大時に画像が枠外に出ないように隠す */
}
.widget__recent-image img {
  min-width: 185px;
  max-width: 185px;
  -webkit-transition: opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  /* スムーズなアニメーションを適用 */
}
.widget__recent-image:hover img {
  opacity: 0.7;
}

.widget__recent-text_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; /* 右側の余ったスペースいっぱいに広げる */
  min-width: 0; /* 【重要】これがないと、中のテキストが折り返さずに突き抜けます */
}

.widget__recent-text {
  font-size: 14px;
  font-weight: 700;
  line-height: 24px; /* 171.429% */
  overflow-wrap: break-word;
}

.widget__recent-time {
  font-size: 12px;
  font-weight: 500;
}

.widget__category-box {
  background: #f8f8f8;
  margin-inline: 20px;
  padding-top: 20px;
  margin-bottom: 60px;
  padding-bottom: 18px;
}
@media screen and (min-width: 1024px) {
  .widget__category-box {
    margin-inline: 0;
    margin-bottom: 0;
  }
}

.widget__category-title {
  font-size: 20px;
  font-weight: 700;
  padding-left: 20px;
  margin-bottom: 40px;
  position: relative;
}
.widget__category-title::before {
  content: "";
  width: 32px;
  height: 1px;
  background: #000;
  position: absolute;
  left: 20px;
  bottom: -19px;
}

.widget__category-name {
  color: #000;
  font-size: 16px;
  font-weight: 700;
  padding-left: 32px;
  position: relative;
}
.widget__category-name + .widget__category-name {
  margin-top: 15px;
}
.widget__category-name::before {
  content: "";
  width: 6px;
  height: 12px;
  position: absolute;
  top: 6px;
  left: 20px;
  background: url(../img/sp/news/Icon\ metro-chevron-thin-right.svg) no-repeat center center/contain;
}

.privacy-policy__inner {
  padding-top: 66px;
  padding-bottom: 33px;
}

.site-policy__inner {
  padding-top: 66px;
}

.page__title {
  font-size: 28px;
  font-weight: 500;
  margin-top: 110px;
}
@media screen and (min-width: 1024px) {
  .page__title {
    font-size: 40px;
    font-weight: 700;
  }
}

.page__boxes {
  margin-top: 40px;
}
@media screen and (min-width: 1024px) {
  .page__boxes {
    margin-top: 64px;
  }
}

.page__box {
  margin-bottom: 60px;
}
@media screen and (min-width: 1024px) {
  .page__box {
    margin-bottom: 88px;
  }
}

.page__box--title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 15px;
}
@media screen and (min-width: 1024px) {
  .page__box--title {
    font-size: 23px;
    font-weight: 700;
  }
}

.page__box--text {
  font-size: 17px;
  font-weight: 300;
}
@media screen and (min-width: 1024px) {
  .page__box--text {
    font-size: 19px;
    font-weight: 400;
  }
}
.page__box--text + .page__box--text {
  margin-top: 20px;
}

.page__box--list {
  margin-left: 29px;
  list-style: disc;
  font-size: 16px;
}
@media screen and (min-width: 1024px) {
  .page__box--list {
    font-size: 19px;
  }
}

.page__box--border {
  border-bottom: 1px solid #000;
}

.single--wrapper {
  margin-top: 130px;
  padding-top: 120px;
  padding-bottom: 150px;
}

.single__h1 {
  color: #000;
  font-size: 25px;
  font-weight: 800;
  line-height: 30px;
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .single__h1 {
    font-size: 32px;
  }
}

.single__date {
  margin-top: 10px;
}

.single__content p {
  font-size: 14px;
  font-weight: 500;
  line-height: 28px;
  margin-top: 20px;
}
@media screen and (min-width: 1024px) {
  .single__content p {
    font-size: 16px;
    line-height: 32px;
    margin-top: 19px;
  }
}
.single__content .wp-block-image {
  text-align: center;
  margin-top: 36px;
}
@media screen and (min-width: 1024px) {
  .single__content .wp-block-image img {
    width: 688px;
  }
}
.single__content h2 {
  color: #000;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
  margin-top: 75px;
}
@media screen and (min-width: 768px) {
  .single__content h2 {
    font-size: 24px;
    margin-top: 97px;
  }
}
.single__content h3 {
  color: #000;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  margin-top: 54px;
}
@media screen and (min-width: 1024px) {
  .single__content h3 {
    font-size: 20px;
    margin-top: 59px;
  }
}
.single__content h4 {
  color: #000;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
  margin-top: 54px;
}
@media screen and (min-width: 1024px) {
  .single__content h4 {
    font-size: 16px;
    margin-top: 56px;
  }
}
.single__content .wp-block-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 7px;
  margin-top: 28px;
  margin-left: 20px;
}
.single__content li {
  font-size: 14px;
  font-weight: 500;
}
@media screen and (min-width: 1024px) {
  .single__content li {
    font-size: 16px;
  }
}
.single__content .wp-block-list {
  margin-top: 8px;
}