@charset "UTF-8";
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html, body {
  margin: 0;
  padding: 0;
}

*,
::before,
::after {
  box-sizing: inherit;
}

h1, h2, h3, h4, h5, h6, a, p, span, em, small, strong, sub, sup, mark, del, ins, strike, abbr, dfn, blockquote, q, cite, code, pre, ol, ul, li, dl, dt, dd, div, section, article, main, aside, nav, header, hgroup, footer, img, figure, figcaption, address, time, audio, video, canvas, iframe, details, summary, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  border: 0;
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}

article, aside, footer, header, nav, section, main, figure, figcaption {
  display: block;
}

ul, ol {
  list-style: none;
  list-style-type: none;
}

code, kbd, pre, samp {
  font-family: monospace, sans-serif;
  font-size: inherit;
}

blockquote, q {
  quotes: none;
}

blockquote::after, blockquote::before, q::after, q::before {
  content: "";
  content: none;
}

address {
  font-style: normal;
}

button {
  border: 0;
  background-color: unset;
}

mark {
  background-color: transparent;
}

/**font size*********/
/**font weight*********/
/**カラー*********/
/**font-family*********/
/******縦書き*******/
html {
  scroll-behavior: smooth;
}

body {
  font-family: "Noto Sans JP", "Roboto", sans-serif;
  color: #272727;
  line-height: 1.8;
  font-size: clamp(14px, 2.0833333333vw, 16px);
  font-feature-settings: "palt";
  letter-spacing: 1px;
  text-align: justify;
}

a {
  text-decoration: none;
  display: inline-block;
  transition: ease 0.3s;
  color: #272727;
  /*  &:hover {
       opacity: 0.8;
   } */
}

@media (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

*, ::before, ::after {
  box-sizing: border-box;
}

.c-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.c-logo {
  max-width: 123px;
  width: 100%;
  margin-right: 30px;
}
.c-logo a {
  display: block;
}
@media screen and (max-width: 767px) {
  .c-logo {
    max-width: 80px;
    margin: 0;
  }
}

.c-sp__on {
  display: none;
}
@media screen and (max-width: 480px) {
  .c-sp__on {
    display: block;
  }
}

.c-sp__off {
  display: block;
}
@media screen and (max-width: 480px) {
  .c-sp__off {
    display: none;
  }
}

.c-anime {
  position: relative;
  overflow: hidden;
}

.c-anime::before {
  position: absolute;
  content: "";
  display: inline-block;
  top: -180px;
  left: 0;
  width: 30px;
  height: 100%;
  background: #eafffe;
  animation: btn_animation 3.5s ease-in-out infinite;
}

@keyframes btn_animation {
  0% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  80% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }
  81% {
    -webkit-transform: scale(4) rotate(45deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}
/************ FVタイトル ***********/
.c-title2 {
  max-width: 640px;
  width: 100%;
  margin: 0;
}
.c-title2__text {
  font-family: "Noto Serif JP", serif;
  font-size: clamp(1.5rem, 0.706rem + 3.39vw, 2.875rem);
  color: #6d939a;
  transform: skew(-10deg);
}
.c-title2 img {
  max-width: 120%;
  transform: translateX(-10%);
  opacity: 0.8;
}

/************ セクションタイトル ***********/
.c-title3 {
  width: fit-content;
  margin: 20px auto 40px;
  text-align: center;
  font-family: "Mochiy Pop One", sans-serif;
  font-size: 24px;
}

/*** headerCTAボタン ***/
.c-headerCta {
  max-width: 210px;
  width: 100%;
  height: 50px;
  position: relative;
  /* @media screen and (max-width: 480px)  {
      display: none;
  } */
}
.c-headerCta a {
  position: relative;
  color: #fff;
  padding: 14px;
  border-radius: 50px;
  background-image: linear-gradient(129deg, rgb(24, 182, 229) 0%, rgb(109, 206, 204) 50%, rgb(193, 230, 179) 100%);
  justify-content: center;
  overflow: hidden;
  font-weight: 700;
  color: #fff;
  font-size: 12px;
}
.c-headerCta__icon {
  position: relative;
  z-index: 10;
  width: 12px;
  margin-right: 6px;
}

/*********************/
/***** ボタンタイプ１******/
.c-btn01 {
  font-size: 12px;
  margin-top: 40px;
  text-align: center;
}
.c-btn01 a {
  background-color: #fff;
  color: #272727;
  font-weight: 700;
  max-width: 300px;
  width: 100%;
  padding: 16px 0;
  text-align: center;
  border-radius: 50px;
}

.c-btn02 {
  font-size: 12px;
  margin: 0 auto;
  margin-top: 40px;
  max-width: 340px;
  width: 100%;
  text-align: center;
}
.c-btn02 a {
  background-image: linear-gradient(129deg, rgb(24, 182, 229) 0%, rgb(109, 206, 204) 50%, rgb(193, 230, 179) 100%);
  color: #fff;
  font-weight: 700;
  width: 100%;
  padding: 20px 0;
  border-radius: 50px;
  justify-content: center;
}

/*********************/
.c-card {
  background-color: #797979;
  width: 100%;
  padding: 40px 30px;
  border-radius: 8px;
  color: #fff;
  position: relative;
  flex-flow: column;
  justify-content: space-between;
  align-items: normal;
}
.c-card__title {
  width: 100%;
  margin-bottom: 6px;
  text-align: center;
  font-weight: 700;
  font-size: clamp(1.375rem, 1.256rem + 0.51vw, 1.5rem);
}
.c-card__sub {
  width: 100%;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 6px;
}
.c-card__image {
  width: 100%;
  margin: 10px 0;
  border-radius: 6px;
  overflow: hidden;
}
.c-card__text__term {
  padding-bottom: 3px;
  border-bottom: 1px solid #fff;
  margin-bottom: 10px;
  font-size: 16px;
}
.c-card__text__disc {
  font-size: 14px;
}

.home .p-fv {
  width: 100%;
  height: 768px;
  margin: 0;
  background-image: url(../images/img-fv.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom left;
  position: relative;
}
@media screen and (max-width: 767px) {
  .home .p-fv {
    background-image: url(../images/img-fv_sp.webp);
    background-position: bottom center;
    background-size: cover;
  }
}
.home .p-fv__sp {
  max-width: clamp(18.75rem, -1.491rem + 42.17vw, 27.5rem);
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  display: none;
}
@media screen and (max-width: 767px) {
  .home .p-fv__sp {
    max-width: 300px;
    display: block;
  }
}
.home .p-fv__bottom {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  z-index: 10;
}
.home .p-fv__bottom img {
  width: 100%;
}
.home .p-fv__inner {
  height: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
}
@media screen and (max-width: 767px) {
  .home .p-fv__inner {
    justify-content: normal;
    padding-top: 180px;
  }
}
.home .p-fv__catch {
  width: clamp(28.125rem, -61.313rem + 159vw, 48rem);
}
@media screen and (max-width: 480px) {
  .home .p-fv__catch {
    width: 100%;
  }
}
.home .p-fv__sub {
  font-family: "Mochiy Pop One", sans-serif;
  font-weight: 700;
  font-size: clamp(1.125rem, -0.208rem + 2.67vw, 1.625rem);
  color: #fff;
  transform: skew(-11deg);
  width: 100%;
  margin-top: -30px;
  text-align: center;
  text-shadow: 0 4px 6px rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 1200px) {
  .home .p-fv__sub {
    width: fit-content;
    text-align: justify;
    font-size: clamp(1.125rem, -0.208rem + 2.67vw, 1.625rem);
    margin-top: 0;
  }
}
@media screen and (max-width: 480px) {
  .home .p-fv__sub {
    text-align: center;
    margin: 0 auto;
  }
}
.home .p-fv__sub2 {
  font-family: "Mochiy Pop One", sans-serif;
  font-weight: 700;
  font-size: clamp(1rem, 0.856rem + 0.62vw, 1.25rem);
  color: #fff;
  transform: skew(-11deg);
  width: 100%;
  text-align: center;
  text-shadow: 0 4px 6px rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 1200px) {
  .home .p-fv__sub2 {
    width: fit-content;
    font-size: clamp(1rem, 0.928rem + 0.31vw, 1.125rem);
  }
}
@media screen and (max-width: 767px) {
  .home .p-fv__sub2 {
    margin: 12px auto;
  }
}

.p-sec01 {
  position: relative;
  z-index: 100;
}
.p-sec01__inner {
  margin-top: -280px;
}
@media screen and (max-width: 767px) {
  .p-sec01__inner {
    margin-top: -240px;
  }
}
.p-sec01__container {
  background-color: rgba(255, 255, 255, 0.95);
  padding: 16px;
  border-radius: 10px;
  margin: 40px auto;
}
.p-sec01__title {
  margin: 0 auto;
  background: unset;
}
.p-sec01__title__sub {
  display: block;
  font-size: clamp(0.75rem, 0.678rem + 0.31vw, 0.875rem);
  color: #656565;
}
.p-sec01__title__main {
  font-size: clamp(1.25rem, 1.106rem + 0.62vw, 1.5rem);
  background: linear-gradient(129deg, rgb(24, 182, 229) 0%, rgb(109, 206, 204) 50%, rgb(193, 230, 179) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.p-sec01__list {
  flex-wrap: nowrap;
  gap: 26px;
}
@media screen and (max-width: 767px) {
  .p-sec01__list {
    flex-wrap: wrap;
  }
}

.p-sec02 {
  padding-top: clamp(2.5rem, 1.307rem + 5.09vw, 3.75rem) !important;
  position: relative;
}
.p-sec02__title {
  background: unset;
}
.p-sec02__title span {
  margin-right: 4px;
}
.p-sec02__title span img {
  vertical-align: middle;
}
.p-sec02 p {
  text-align: center;
}

.single .p-fv {
  width: 100%;
  height: 480px;
  margin: 0;
  background-image: url(../images/img-fv_archive.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom center;
  position: relative;
}
.single .p-fv__inner {
  justify-content: center;
  height: 100%;
  padding: 0 10%;
}
.single .p-fv__inner__content {
  text-align: center;
  margin-top: 40px;
}
.single .p-fv__title {
  color: #272727;
}
.single .p-fv__object {
  position: absolute;
  bottom: -10%;
}

.single .p-main {
  padding-top: clamp(3.125rem, 2.403rem + 3.08vw, 4.375rem);
}
.single .p-main__inner {
  align-items: stretch;
}
.single .p-main__left {
  width: 60%;
}
.single .p-main__left__inner {
  margin-top: clamp(1.875rem, 1.153rem + 3.08vw, 3.125rem);
}
.single .p-main__left__inner p {
  font-size: 14px;
}
.single .p-main__right {
  width: 35%;
}
.single .p-main__content__item time {
  color: #2a9e55;
  font-weight: 700;
}
.single .p-main__content__item {
  border-bottom: 1px solid #6d939a;
  padding-bottom: clamp(0.5rem, 0.067rem + 1.85vw, 1.25rem);
  margin-bottom: 20px;
  justify-content: flex-start;
  gap: 50px;
}
.single .p-main__content__item:last-child {
  margin-bottom: 0;
}
.single .p-main__content__wrap {
  gap: 22px;
}

.u-letter {
  letter-spacing: 5px;
  font-size: 26px;
  line-height: 1.5;
}

.l-footer {
  width: 100%;
}
.l-footer__inner {
  width: calc(100% - 60px);
  margin: 0 auto 30px;
  padding-top: clamp(5rem, 3.7rem + 5.55vw, 7.25rem);
  padding-bottom: clamp(5rem, 3.7rem + 5.55vw, 7.25rem);
  background: linear-gradient(129deg, rgb(24, 182, 229) 0%, rgb(109, 206, 204) 50%, rgb(193, 230, 179) 100%);
  color: #fff;
  border-radius: 12px;
}
@media screen and (max-width: 767px) {
  .l-footer__inner {
    width: 100%;
    margin-bottom: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
}
.l-footer__logo {
  width: fit-content;
  margin: 0 auto;
  margin-bottom: 40px;
}
.l-footer__logo a {
  max-width: 260px;
  width: 100%;
  background-color: #fff;
  padding: 6px 40px;
  border-radius: 6px;
  margin: 0 auto;
}
.l-footer__sub {
  font-size: 14px;
  text-align: center;
  margin-bottom: 40px;
  line-height: 2;
}
.l-footer__bottom {
  align-items: flex-start;
}
.l-footer__left {
  width: 40%;
}
@media screen and (max-width: 767px) {
  .l-footer__left {
    width: 100%;
    margin-bottom: 40px;
  }
}
.l-footer__right {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .l-footer__right {
    width: 100%;
  }
}
.l-footer__company {
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 20px;
  padding-bottom: 4px;
  border-bottom: 1px solid #fff;
}
.l-footer__data {
  font-size: 12px;
  margin-bottom: 12px;
}
.l-footer__data__term {
  font-weight: 700;
}
.l-footer__data__disc a {
  color: #fff;
}
.l-footer__right map iframe {
  border-radius: 6px;
}
.l-footer small {
  display: inline-block;
  width: 100%;
  margin-top: 20px;
  text-align: center;
  color: #fff;
}

.l-header {
  width: calc(100% - 50px);
  margin: 0 auto;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 12px 40px;
  border-radius: 6px;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.25);
  position: fixed;
  z-index: 1000;
  top: 25px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1000;
  transition: ease-in-out 0.4s;
}
@media screen and (max-width: 767px) {
  .l-header {
    width: 95%;
    padding: 12px;
  }
}
.l-header__inner__wrap {
  width: fit-content;
  margin: 0;
}
.l-header__inner__sub {
  font-weight: 700;
}
.l-header__inner__sub:nth-child(1) {
  font-size: 16px;
  background: #18B6E5;
  background: linear-gradient(129deg, rgb(24, 182, 229) 0%, rgb(109, 206, 204) 50%, rgb(193, 230, 179) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.l-header__inner__sub:nth-child(2) {
  font-size: 12px;
}
@media screen and (max-width: 767px) {
  .l-header__inner__sub {
    display: none;
  }
}

.l-main {
  padding-bottom: clamp(5rem, 3.194rem + 7.7vw, 8.125rem);
}

.l-wrap {
  max-width: 768px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}

/****** TOPへ戻るボタン ******/
#topBtn {
  width: 55px;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 777;
}