@charset "UTF-8";
img {
  image-rendering: -webkit-optimize-contrast;
}

figure {
  margin-bottom: 0;
}

a.c-undeline {
  text-decoration: underline;
}

/*-------------------------------
  anker
-------------------------------*/
.anker {
  padding-top: 30px;
  display: block;
  height: 1px;
  margin-top: -30px;
}

/*-------------------------------
  midashi
-------------------------------*/
.c-midashi1 {
  padding-top: 25px;
  position: relative;
  font-weight: normal;
  color: #50B4F0;
  line-height: 1;
  margin-bottom: 60px;
}
.c-midashi1__tit {
  font-weight: 900;
  font-size: clamp(2.6rem, -2.092rem + 8.08vw, 3.6rem);
}
.c-midashi1__black {
  font-weight: 900;
  color: #000;
}
.c-midashi1__black:before {
  background: #000;
}

@media (max-width: 1024px) {
  .c-midashi1 {
    margin-bottom: 40px;
  }
}
/*-------------------------------
  c-list
-------------------------------*/
.c-list__1 ul {
  display: block;
}
.c-list__1 ul li {
  position: relative;
  display: block;
  margin-bottom: 10px;
  padding-left: 30px;
}
.c-list__1 ul li:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 16px;
  height: 16px;
  border-radius: 20px;
  background: #F08296;
  margin-top: 0.4em;
}
.c-list__1:has(.black) li:before {
  background: #000;
}
.c-list__1:has(.kome) li:before {
  background: none;
  content: "※";
  margin-top: 0;
}

@media (max-width: 767px) {
  .c-list__1 ul li {
    padding-left: 20px;
    gap: 10px;
  }
  .c-list__1 ul li:before {
    width: 12px;
    height: 12px;
  }
}
/*-------------------------------
  c-table
-------------------------------*/
.c-table__1 table {
  width: 100%;
  border: 1px solid #E6E6E6;
}
.c-table__1 table th {
  border: 1px solid #E6E6E6;
  padding: 2% 5%;
  line-height: 1.6;
  text-align: left;
  font-weight: 600;
}
.c-table__1 table th.size1 {
  width: 20%;
}
.c-table__1 table td {
  border: 1px solid #E6E6E6;
  padding: 2% 1%;
  text-align: center;
}
.c-table__1 table td.size1 {
  width: 25%;
}
.c-table__1 table td.size2 {
  width: 30%;
}

/*-------------------------------
  1-main
-------------------------------*/
#main {
  position: relative;
}

.img_view {
  position: relative;
  display: block;
  overflow: hidden;
}
.img_view picture img {
  opacity: 0;
  height: auto;
  max-width: 100%;
  -webkit-transition: all 0.2s cubic-bezier(0.51, 0.11, 0.4, 0.9) 0.02s;
  transition: all 0.2s cubic-bezier(0.51, 0.11, 0.4, 0.9) 0.02s;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  -webkit-transition: all 0.8s ease 0.3s;
  transition: all 0.8s ease 0.3s;
  z-index: 1;
}
@media all and (-ms-high-contrast: none) {
  .img_view picture img {
    opacity: 1;
    -webkit-transform: scale(1) !important;
            transform: scale(1) !important;
    -webkit-animation: none !important;
            animation: none !important;
  }
}
.img_view:before {
  width: 200%;
  height: 100%;
  display: block;
  content: "";
  background: -webkit-gradient(linear, left top, right top, from(#fff), color-stop(70%, #2D8CC8), to(#2D8CC8));
  background: linear-gradient(90deg, #fff 0%, #2D8CC8 70%, #2D8CC8 100%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  -webkit-transition: all 0.2s cubic-bezier(0.51, 0.11, 0.4, 0.9) 0.02s;
  transition: all 0.2s cubic-bezier(0.51, 0.11, 0.4, 0.9) 0.02s;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}
@media all and (-ms-high-contrast: none) {
  .img_view:before {
    -webkit-animation: none !important;
            animation: none !important;
    display: none !important;
  }
}
.img_view.active picture img {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.img_view.active:before {
  -webkit-animation-name: img_view;
          animation-name: img_view;
  -webkit-animation-duration: 1.8s;
          animation-duration: 1.8s;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
@media all and (-ms-high-contrast: none) {
  .img_view.active:before {
    -webkit-animation: none !important;
            animation: none !important;
  }
}

@-webkit-keyframes img_view {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}

@keyframes img_view {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}
.p-scroll {
  width: 10px;
  height: 340px;
  cursor: pointer;
  line-height: 1;
  z-index: 3;
  background: #E6E6E6;
  content: "";
  display: block;
  height: 10px;
  width: 10px;
  border-radius: 10px;
  top: 0;
  position: absolute;
  -webkit-animation-name: scrolling;
  animation-name: scrolling;
  -webkit-animation-duration: 2.5s;
  animation-duration: 2.5s;
  -webkit-animation-timing-function: cubic-bezier(0.215, 0.871, 0.355, 1);
  animation-timing-function: cubic-bezier(0.215, 0.81, 0.355, 1);
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

@-webkit-keyframes scrolling {
  0% {
    opacity: 1;
    top: 0;
  }
  80% {
    top: 100%;
    opacity: 1;
  }
  85% {
    top: 100%;
    opacity: 0;
  }
  90% {
    top: 0;
    opacity: 0;
  }
  100% {
    top: 0;
    opacity: 1;
  }
}

@keyframes scrolling {
  0% {
    opacity: 1;
    top: 0;
  }
  80% {
    top: 100%;
    opacity: 1;
  }
  85% {
    top: 100%;
    opacity: 0;
  }
  90% {
    top: 0;
    opacity: 0;
  }
  100% {
    top: 0;
    opacity: 1;
  }
}
/*-------------------------------
  hero
-------------------------------*/
.p-hero-to-section1 {
  background: -webkit-gradient(linear, left top, left bottom, from(#edf4ff), color-stop(46.43%, #edf9ff), to(#edfff9));
  background: linear-gradient(#edf4ff 0%, #edf9ff 46.43%, #edfff9 100%);
  background-size: 400% 400%;
  -webkit-animation: Gradient 15s ease infinite;
  animation: Gradient 15s ease infinite;
}
@-webkit-keyframes Gradient {
  0% {
    background-position: 0 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0 50%;
  }
}
@keyframes Gradient {
  0% {
    background-position: 0 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0 50%;
  }
}

.p-hero {
  position: relative;
  height: 100dvh;
  overflow: hidden;
  padding-top: 100px;
}
.p-hero__h1 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 650px;
  height: 270px;
  max-width: 100%;
  max-height: 100%;
  z-index: 7;
  border-radius: 20px;
  background: #E6E6E6;
  -webkit-backdrop-filter: blur(5.5px);
          backdrop-filter: blur(5.5px);
  --webkit-backdrop-filter: blur(6.5px);
  background-color: rgba(255, 255, 255, 0.48);
  font-weight: 900;
  font-size: 4.8rem;
  line-height: 1.5;
  text-align: left;
  padding: 20px 40px;
}
.p-hero__h1__3 {
  color: #F08296;
}
.p-hero__img__1 {
  width: 354px;
  height: 354px;
  border-radius: 50vw;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  position: absolute;
  top: 28%;
  left: -5%;
  z-index: 2;
}
.p-hero__img__1 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.p-hero__img__2 {
  width: 332px;
  height: 332px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  position: absolute;
  border-radius: 50vw;
  top: 65%;
  left: 16%;
  z-index: 3;
}
.p-hero__img__2 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.p-hero__img__3 {
  width: 198px;
  height: 198px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 50vw;
  position: absolute;
  top: 81%;
  right: -2%;
  z-index: 3;
}
.p-hero__img__3 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.p-hero__img__4 {
  width: 640px;
  height: 640px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  position: absolute;
  top: 2dvh;
  border-radius: 50vw;
  left: 62%;
  z-index: 3;
}
.p-hero__img__4 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.p-hero__circle1 {
  width: 903px;
  height: 903px;
  -webkit-filter: drop-shadow(0px 3px 36px rgba(0, 0, 0, 0.03));
          filter: drop-shadow(0px 3px 36px rgba(0, 0, 0, 0.03));
  content: "";
  width: 70vmax;
  height: 70vmax;
  position: absolute;
  background: rgba(236, 249, 255, 0.87);
  left: -31vmin;
  top: 18vmin;
  -webkit-animation: morph 25s linear infinite alternate, spin 70s linear infinite;
          animation: morph 25s linear infinite alternate, spin 70s linear infinite;
  z-index: 1;
  will-change: border-radius, transform;
  -webkit-transform-origin: 55% 55%;
          transform-origin: 55% 55%;
  pointer-events: none;
}
.p-hero__circle2 {
  -webkit-filter: drop-shadow(0px 3px 36px rgba(0, 0, 0, 0.03));
          filter: drop-shadow(0px 3px 36px rgba(0, 0, 0, 0.03));
  content: "";
  width: 30vmax;
  height: 30vmax;
  position: absolute;
  background: rgba(236, 249, 255, 0.87);
  right: 15vmin;
  top: -8vmin;
  -webkit-animation: morph2 20s linear infinite alternate, spin 50s linear infinite;
          animation: morph2 20s linear infinite alternate, spin 50s linear infinite;
  z-index: 1;
  will-change: border-radius, transform;
  -webkit-transform-origin: 55% 55%;
          transform-origin: 55% 55%;
  pointer-events: none;
}
.p-hero__circle3 {
  -webkit-filter: drop-shadow(0px 3px 36px rgba(0, 0, 0, 0.03));
          filter: drop-shadow(0px 3px 36px rgba(0, 0, 0, 0.03));
  content: "";
  width: 60vmax;
  height: 60vmax;
  position: absolute;
  background: rgba(236, 249, 255, 0.87);
  right: -15vmin;
  top: 80vmin;
  -webkit-animation: morph2 35s linear infinite alternate, spin 50s linear infinite;
          animation: morph2 35s linear infinite alternate, spin 50s linear infinite;
  z-index: 1;
  will-change: border-radius, transform;
  -webkit-transform-origin: 55% 55%;
          transform-origin: 55% 55%;
  pointer-events: none;
}
.p-hero__circle4 {
  background: #fff;
  content: "";
  width: 10vmax;
  height: 10vmax;
  position: absolute;
  left: -1vmin;
  top: 80vmin;
  -webkit-animation: morph2 45s linear infinite alternate, spin 50s linear infinite;
          animation: morph2 45s linear infinite alternate, spin 50s linear infinite;
  z-index: 2;
  will-change: border-radius, transform;
  -webkit-transform-origin: 55% 55%;
          transform-origin: 55% 55%;
  pointer-events: none;
}
.p-hero__circle5 {
  background: #fff;
  content: "";
  width: 6vmax;
  height: 6vmax;
  position: absolute;
  right: 12vmin;
  top: 85vmin;
  -webkit-animation: morph3 45s linear infinite alternate, spin 50s linear infinite;
          animation: morph3 45s linear infinite alternate, spin 50s linear infinite;
  z-index: 3;
  will-change: border-radius, transform;
  -webkit-transform-origin: 55% 55%;
          transform-origin: 55% 55%;
  pointer-events: none;
}
.p-hero__scroll {
  -webkit-animation: scrollSpin 4.5s ease-in-out infinite;
          animation: scrollSpin 4.5s ease-in-out infinite;
  -webkit-transform-origin: center;
          transform-origin: center;
  display: inline-block; /* 変形が効くようにする */
  position: absolute;
  bottom: 2%;
  left: calc(50% - 30px);
  z-index: 5;
}
@-webkit-keyframes scrollSpin {
  0% {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
  50% {
    -webkit-transform: rotateY(-360deg);
            transform: rotateY(-360deg);
  }
  100% {
    -webkit-transform: rotateY(-360deg);
            transform: rotateY(-360deg); /* 待機：変化なし */
  }
}
@keyframes scrollSpin {
  0% {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
  50% {
    -webkit-transform: rotateY(-360deg);
            transform: rotateY(-360deg);
  }
  100% {
    -webkit-transform: rotateY(-360deg);
            transform: rotateY(-360deg); /* 待機：変化なし */
  }
}

@media (max-width: 1024px) {
  .p-hero {
    overflow: hidden;
    padding-top: 60px;
  }
  .p-hero__h1 {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 90vw;
    height: 160px;
    max-width: 100%;
    max-height: 100%;
    z-index: 7;
    border-radius: 10px;
    font-size: clamp(2rem, 1.636rem + 2.42vw, 2.8rem);
    padding: 20px 20px;
  }
  .p-hero__img__1 {
    width: 46vw;
    height: 46vw;
    top: 60%;
    left: -14%;
  }
  .p-hero__img__2 {
    width: 35vw;
    height: 35vw;
    top: 80%;
    left: -3%;
  }
  .p-hero__img__3 {
    width: 25vw;
    height: 25vw;
    top: 68%;
    right: -2%;
  }
  .p-hero__img__4 {
    width: 85vw;
    height: 85vw;
    top: 0dvh;
    left: 26%;
  }
  .p-hero__circle1 {
    width: 100vw;
    height: 100vw;
    width: 50vmax;
    height: 50vmax;
    left: -41vmin;
    top: 22vmin;
  }
  .p-hero__circle2 {
    width: 30vmax;
    height: 30vmax;
    right: -3vmin;
    top: 1vmin;
  }
  .p-hero__circle3 {
    width: 70vmax;
    height: 70vmax;
    right: -95vmin;
    top: 140vmin;
  }
  .p-hero__circle4 {
    background: #fff;
    content: "";
    width: 10vmax;
    height: 10vmax;
    position: absolute;
    left: 5vmin;
    top: 50vmin;
    -webkit-animation: morph2 45s linear infinite alternate, spin 50s linear infinite;
            animation: morph2 45s linear infinite alternate, spin 50s linear infinite;
    z-index: 2;
    will-change: border-radius, transform;
    -webkit-transform-origin: 55% 55%;
            transform-origin: 55% 55%;
    pointer-events: none;
  }
  .p-hero__circle5 {
    background: #fff;
    content: "";
    width: 6vmax;
    height: 6vmax;
    position: absolute;
    right: 1vmin;
    top: auto;
    bottom: 20vmin;
    -webkit-animation: morph3 45s linear infinite alternate, spin 50s linear infinite;
            animation: morph3 45s linear infinite alternate, spin 50s linear infinite;
    z-index: 3;
    will-change: border-radius, transform;
    -webkit-transform-origin: 55% 55%;
            transform-origin: 55% 55%;
    pointer-events: none;
  }
  .p-hero__scroll {
    bottom: 1%;
    left: calc(50% - 25px);
  }
  .p-hero__scroll img {
    width: 50px;
    height: auto;
  }
  @-webkit-keyframes scrollSpin {
    0% {
      -webkit-transform: rotateY(0deg);
              transform: rotateY(0deg);
    }
    50% {
      -webkit-transform: rotateY(-360deg);
              transform: rotateY(-360deg);
    }
    100% {
      -webkit-transform: rotateY(-360deg);
              transform: rotateY(-360deg); /* 待機：変化なし */
    }
  }
  @keyframes scrollSpin {
    0% {
      -webkit-transform: rotateY(0deg);
              transform: rotateY(0deg);
    }
    50% {
      -webkit-transform: rotateY(-360deg);
              transform: rotateY(-360deg);
    }
    100% {
      -webkit-transform: rotateY(-360deg);
              transform: rotateY(-360deg); /* 待機：変化なし */
    }
  }
}
/* ── 1. キーフレーム ───────────────────────────── */
@-webkit-keyframes fluffyY {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  } /* スタート位置 */
  50% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  } /* ふわっと上へ */
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  } /* 元に戻る */
}
@keyframes fluffyY {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  } /* スタート位置 */
  50% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  } /* ふわっと上へ */
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  } /* 元に戻る */
}
@-webkit-keyframes fluffyY2 {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  } /* スタート位置 */
  50% {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
  } /* ふわっと上へ */
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  } /* 元に戻る */
}
@keyframes fluffyY2 {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  } /* スタート位置 */
  50% {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
  } /* ふわっと上へ */
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  } /* 元に戻る */
}
/* ── 2. 好きな要素に付けるクラス ───────────────── */
.fluffy {
  -webkit-animation: fluffyY 7s ease-in-out infinite;
          animation: fluffyY 7s ease-in-out infinite;
  will-change: transform; /* パフォーマンスのおまじない */
}

.fluffy2 {
  -webkit-animation: fluffyY2 6s ease-in-out infinite;
          animation: fluffyY2 6s ease-in-out infinite;
  will-change: transform; /* パフォーマンスのおまじない */
}

.fluffy3 {
  -webkit-animation: fluffyY 5s ease-in-out infinite;
          animation: fluffyY 5s ease-in-out infinite;
  will-change: transform; /* パフォーマンスのおまじない */
}

@-webkit-keyframes morph {
  0% {
    border-radius: 40% 60% 60% 40%/70% 30% 70% 30%;
  }
  100% {
    border-radius: 40% 60%;
  }
}

@keyframes morph {
  0% {
    border-radius: 40% 60% 60% 40%/70% 30% 70% 30%;
  }
  100% {
    border-radius: 40% 60%;
  }
}
@-webkit-keyframes morph2 {
  0% {
    border-radius: 60% 80% 60% 60%/80% 40% 80% 40%;
  }
  100% {
    border-radius: 50% 70%;
  }
}
@keyframes morph2 {
  0% {
    border-radius: 60% 80% 60% 60%/80% 40% 80% 40%;
  }
  100% {
    border-radius: 50% 70%;
  }
}
@-webkit-keyframes morph3 {
  0% {
    border-radius: 70% 80% 70% 60%/70% 50% 70% 50%;
  }
  100% {
    border-radius: 40% 60%;
  }
}
@keyframes morph3 {
  0% {
    border-radius: 70% 80% 70% 60%/70% 50% 70% 50%;
  }
  100% {
    border-radius: 40% 60%;
  }
}
@-webkit-keyframes spin {
  to {
    -webkit-transform: rotate(1turn);
            transform: rotate(1turn);
  }
}
@keyframes spin {
  to {
    -webkit-transform: rotate(1turn);
            transform: rotate(1turn);
  }
}
.st0 {
  display: none;
}

.st1 {
  display: inline;
}

.st2 {
  opacity: 0.29;
}

.st3 {
  fill: #FFFFFF;
}

.st4 {
  clip-path: url(#SVGID_2_);
  fill: #FFFFFF;
}

.st5 {
  clip-path: url(#SVGID_4_);
}

.st6 {
  clip-path: url(#SVGID_6_);
}

.st7 {
  clip-path: url(#SVGID_8_);
}

.st8 {
  clip-path: url(#SVGID_10_);
}

.st9 {
  fill: none;
}

.st10 {
  clip-path: url(#SVGID_12_);
}

.st11 {
  opacity: 0.7;
}

.st12 {
  clip-path: url(#SVGID_14_);
}

.st13 {
  opacity: 0.2;
}

.st14 {
  clip-path: url(#SVGID_16_);
}

.st15 {
  opacity: 0.3;
  fill: #FFFFFF;
  enable-background: new;
}

/*-------------------------------
  section1
-------------------------------*/
.p-section1 {
  position: relative;
  z-index: 2;
  padding-top: 100px;
  margin-top: -40px;
  padding-bottom: 0px;
}
.p-section1__slide {
  margin-top: 100px;
  -webkit-transform: translateX(2vw);
          transform: translateX(2vw);
}
.p-section1__slide .slick-list {
  margin: 0 -5px; /* はみ出しを帳消し（左右の余白の逆数） */
}
.p-section1__slide .slick-slide {
  height: auto;
  margin: 0 5px;
  position: relative;
}
.p-section1__slide .slick-slide picture {
  display: block;
  overflow: hidden;
  border-radius: 20px;
  margin-inline: auto;
}
.p-section1__slide .slick-slide img {
  width: auto;
  height: 100%;
  max-width: none;
  -o-object-fit: fill;
     object-fit: fill;
  -webkit-transform: translateX(0vw) scale(0.9);
          transform: translateX(0vw) scale(0.9);
  border-radius: 20px;
  position: relative;
  -webkit-transition: all 0.4s cubic-bezier(0.51, 0.11, 0.4, 0.9);
  transition: all 0.4s cubic-bezier(0.51, 0.11, 0.4, 0.9);
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
  -o-object-position: center;
     object-position: center;
}
.p-section1__slide .slick-slide figcaption {
  position: absolute;
  bottom: 15px;
  left: 15px;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 900;
  opacity: 0;
}
.p-section1__slide .slick-prev, .p-section1__slide .slick-next {
  width: 66px;
  height: 66px;
  opacity: 1;
  z-index: 3;
}
.p-section1__slide .slick-prev:before, .p-section1__slide .slick-next:before {
  display: block;
  content: "";
  width: 100%;
  opacity: 1;
  height: 100%;
  background: url("../images//img_slide_l.svg") 50% 50% repeat;
  background-size: cover;
}
.p-section1__slide .slick-prev {
  left: -1%;
  top: 45%;
}
.p-section1__slide .slick-next {
  right: 2%;
  top: 45%;
}
.p-section1__slide .slick-next:before {
  background: url("../images//img_slide_r.svg") 50% 50% repeat;
  background-size: cover;
}
.p-section1 .slick-slide.slick-active.slick-center picture {
  -webkit-transform: scale(1);
          transform: scale(1);
  max-width: 100%;
}
.p-section1 .slick-slide.slick-active.slick-center img {
  width: auto;
  -webkit-transform: translateX(0) scale(1);
          transform: translateX(0) scale(1);
  height: 100%;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  max-width: 150%;
}
.p-section1 .slick-slide.slick-active.slick-center figcaption {
  opacity: 1;
}

@media (max-width: 1024px) {
  .p-section1 {
    padding-top: 60px;
    padding-bottom: 100px;
  }
  .p-section1__slide {
    margin-top: 50px;
  }
  .p-section1__slide .slick-list {
    margin: 0 -5px; /* はみ出しを帳消し（左右の余白の逆数） */
  }
  .p-section1__slide .slick-slide {
    height: auto;
    margin: 0 5px;
  }
  .p-section1__slide .slick-slide img {
    width: 100vw;
    min-width: 100vw;
    max-width: 100vw;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  .p-section1__slide .slick-prev, .p-section1__slide .slick-next {
    width: 66px;
    height: 66px;
    opacity: 1;
    z-index: 3;
  }
  .p-section1__slide .slick-prev:before, .p-section1__slide .slick-next:before {
    display: block;
    content: "";
    width: 100%;
    opacity: 1;
    height: 100%;
    background: url("../images//img_slide_l.svg") 50% 50% repeat;
    background-size: cover;
  }
  .p-section1__slide .slick-prev {
    left: -4%;
    top: 100%;
  }
  .p-section1__slide .slick-next {
    right: 0%;
    top: 100%;
  }
  .p-section1__slide .slick-next:before {
    background: url("../images//img_slide_r.svg") 50% 50% repeat;
    background-size: cover;
  }
  .p-section1 .slick-slide.slick-active.slick-center {
    -webkit-transform: translateX(-2.5vw) scale(1);
            transform: translateX(-2.5vw) scale(1);
  }
  .p-section1 .slick-slide.slick-active.slick-center picture {
    -webkit-transform: scale(1);
            transform: scale(1);
    max-width: 100vw;
  }
  .p-section1 .slick-slide.slick-active.slick-center img {
    width: 100vw;
    min-width: 100vw;
    max-width: 100vw;
  }
}
@media (min-width: 1025px) {
  .p-section1 {
    position: relative;
    padding-bottom: 150px;
  }
  .p-section1__slide .slick-slide {
    height: 375px;
    -webkit-transform: translateX(-2vw) scale(0.6);
            transform: translateX(-2vw) scale(0.6);
  }
  .p-section1__slide .slick-slide picture {
    height: 100%;
  }
  .p-section1__slide .slick-slide picture img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
  .p-section1 .slick-slide.slick-active.slick-center {
    -webkit-transform: translateX(-2vw) scale(1);
            transform: translateX(-2vw) scale(1);
  }
  .p-section1 .slick-slide.slick-active.slick-center picture img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
}
/*-------------------------------
  section1
-------------------------------*/
.p-section2 {
  position: relative;
  z-index: 2;
  padding-top: 60px;
  padding-bottom: 100px;
}
.p-section2__tit {
  padding-left: 60px;
}
.p-section2__slide .slick-list {
  margin: 0 -15px; /* はみ出しを帳消し（左右の余白の逆数） */
}
.p-section2__slide .slick-prev, .p-section2__slide .slick-next {
  width: 66px;
  height: 66px;
  opacity: 1;
  z-index: 3;
}
.p-section2__slide .slick-prev:before, .p-section2__slide .slick-next:before {
  display: block;
  content: "";
  width: 100%;
  opacity: 1;
  height: 100%;
  background: url("../images//img_slide_l.svg") 50% 50% repeat;
  background-size: cover;
}
.p-section2__slide .slick-prev {
  left: -1%;
  top: 35%;
}
.p-section2__slide .slick-next {
  right: -1%;
  top: 35%;
}
.p-section2__slide .slick-next:before {
  background: url("../images//img_slide_r.svg") 50% 50% repeat;
  background-size: cover;
}
.p-section2___item {
  height: 100%;
  border-radius: 20px;
  overflow: hidden;
  margin: 0 15px;
  background: #ecf9ff;
}
.p-section2___item figure {
  display: block;
}
.p-section2___item figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.p-section2___item div {
  min-height: 230px;
  padding: 25px 20px;
}
.p-section2___item__tit {
  font-size: 2.4rem;
  font-weight: 900;
  line-height: 1.4;
  margin-bottom: 25px;
  margin-left: 10px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
}
.p-section2___item__tit__1::before {
  background: url("../images/ico_what_1.svg") 50% 50% no-repeat;
  background-size: contain;
  width: 50px;
  height: 50px;
  content: "";
  display: block;
}
.p-section2___item__tit__2::before {
  background: url("../images/ico_what_2.svg") 50% 50% no-repeat;
  background-size: contain;
  width: 50px;
  height: 50px;
  content: "";
  display: block;
}
.p-section2___item__tit__3::before {
  background: url("../images/ico_what_3.svg") 50% 50% no-repeat;
  background-size: contain;
  width: 50px;
  height: 50px;
  content: "";
  display: block;
}
.p-section2___item__tit__4::before {
  background: url("../images/ico_what_4.svg") 50% 50% no-repeat;
  background-size: contain;
  width: 50px;
  height: 50px;
  content: "";
  display: block;
}
.p-section2___item__tit__5::before {
  background: url("../images/ico_what_5.svg") 50% 50% no-repeat;
  background-size: contain;
  width: 50px;
  height: 50px;
  content: "";
  display: block;
}
.p-section2___item__tit__6::before {
  background: url("../images/ico_what_6.svg") 50% 50% no-repeat;
  background-size: contain;
  width: 50px;
  height: 50px;
  content: "";
  display: block;
}
.p-section2___item__tit__7::before {
  background: url("../images/ico_what_7.svg") 50% 50% no-repeat;
  background-size: contain;
  width: 50px;
  height: 50px;
  content: "";
  display: block;
}
.p-section2___item__tit__8::before {
  background: url("../images/ico_what_8.svg") 50% 50% no-repeat;
  background-size: contain;
  width: 50px;
  height: 50px;
  content: "";
  display: block;
}

@media (max-width: 1024px) {
  .p-section2 {
    padding-top: 60px;
    padding-bottom: 80px;
  }
  .p-section2__tit {
    padding-left: 60px;
  }
  .p-section2___item {
    height: 100%;
    border-radius: 20px;
    overflow: hidden;
    margin: 0 15px;
    background: #ecf9ff;
  }
  .p-section2___item figure {
    display: block;
  }
  .p-section2___item figure img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
  .p-section2___item div {
    min-height: auto;
    padding: 25px 15px 40px 20px;
  }
  .p-section2___item__tit {
    font-size: 1.8rem;
    margin-bottom: 20px;
    margin-left: 0px;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .p-section2___item__tit__1::before {
    background: url("../images/ico_what_1.svg") 50% 50% no-repeat;
    background-size: contain;
    width: 40px;
    height: 40px;
    content: "";
    display: block;
  }
  .p-section2___item__tit__2::before {
    background: url("../images/ico_what_2.svg") 50% 50% no-repeat;
    background-size: contain;
    width: 40px;
    height: 40px;
    content: "";
    display: block;
  }
  .p-section2___item__tit__3::before {
    background: url("../images/ico_what_3.svg") 50% 50% no-repeat;
    background-size: contain;
    width: 40px;
    height: 40px;
    content: "";
    display: block;
  }
  .p-section2___item__tit__4::before {
    background: url("../images/ico_what_4.svg") 50% 50% no-repeat;
    background-size: contain;
    width: 40px;
    height: 40px;
    content: "";
    display: block;
  }
  .p-section2___item__tit__5::before {
    background: url("../images/ico_what_5.svg") 50% 50% no-repeat;
    background-size: contain;
    width: 40px;
    height: 40px;
    content: "";
    display: block;
  }
  .p-section2___item__tit__6::before {
    background: url("../images/ico_what_6.svg") 50% 50% no-repeat;
    background-size: contain;
    width: 40px;
    height: 40px;
    content: "";
    display: block;
  }
  .p-section2___item__tit__7::before {
    background: url("../images/ico_what_7.svg") 50% 50% no-repeat;
    background-size: contain;
    width: 40px;
    height: 40px;
    content: "";
    display: block;
  }
  .p-section2___item__tit__8::before {
    background: url("../images/ico_what_8.svg") 50% 50% no-repeat;
    background-size: contain;
    width: 40px;
    height: 40px;
    content: "";
    display: block;
  }
}
/*-------------------------------
  section3
-------------------------------*/
.p-section3 {
  position: relative;
  z-index: 2;
  padding-top: 100px;
  padding-bottom: 100px;
  background: -webkit-gradient(linear, left top, left bottom, from(#edf4ff), color-stop(46.43%, #edf9ff), to(#edfff9));
  background: linear-gradient(#edf4ff 0%, #edf9ff 46.43%, #edfff9 100%);
  background-size: 400% 400%;
  -webkit-animation: Gradient 15s ease infinite;
  animation: Gradient 15s ease infinite;
}
.p-section3__inner {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 40px;
}
.p-section3__tit {
  width: 100%;
  margin-bottom: 50px;
}
.p-section3__img {
  width: 600px;
  max-width: calc(52% - 20px);
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  position: relative;
}
.p-section3__img picture {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-section3__img img {
  width: 100%;
  height: 100%;
  width: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.p-section3__img figcaption {
  position: absolute;
  bottom: 20px;
  right: 20px;
  width: 60%;
  line-height: 1.8;
  -webkit-backdrop-filter: blur(5.5px);
          backdrop-filter: blur(5.5px);
  --webkit-backdrop-filter: blur(6.5px);
  background-color: rgba(255, 255, 255, 0.48);
  background: #fff;
  padding: 40px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 20px;
  font-size: 1.8rem;
  line-height: 1.4;
  font-weight: 600;
}
.p-section3__list {
  display: block;
  width: 46%;
  max-width: calc(46% - 20px);
  position: relative;
}
.p-section3__list li {
  display: block;
  padding-bottom: 30px;
  margin-bottom: 25px;
  background-image: linear-gradient(to bottom, #50B4F0 3px, transparent 4px);
  background-size: 4px 10px;
  background-repeat: repeat-y;
}
.p-section3__list li h3 {
  font-size: clamp(1.8rem, -0.369rem + 1.88vw, 2.4rem);
  font-weight: 900;
  line-height: 1.2;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 10px;
  -webkit-transform: translateY(-7px);
          transform: translateY(-7px);
}
.p-section3__list li h3::before {
  background: #50B4F0;
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  position: relative;
  left: -5px;
  top: 6px;
  border-radius: 50%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.p-section3__list li p {
  padding-top: 20px;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.4;
  padding-left: 25px;
}

@media (max-width: 1024px) {
  .p-section3 {
    padding-top: 40px;
    padding-bottom: 60px;
  }
  .p-section3__inner {
    gap: 20px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .p-section3__tit {
    width: 100%;
    margin-bottom: 40px;
  }
  .p-section3__img {
    width: 100%;
    max-width: 100%;
  }
  .p-section3__img img {
    width: 100%;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
  .p-section3__img figcaption {
    bottom: 12px;
    right: 12px;
    width: 59%;
    line-height: 1.8;
    padding: 15px 10px 15px 15px;
    font-size: 1.4rem;
  }
  .p-section3__img figcaption br {
    display: none;
  }
  .p-section3__list {
    padding-top: 40px;
    width: 100%;
    max-width: 100%;
  }
  .p-section3__list li {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .p-section3__list li h3 {
    font-size: 1.8rem;
    -webkit-transform: translateY(-7px);
            transform: translateY(-7px);
  }
  .p-section3__list li h3::before {
    background: #50B4F0;
    content: "";
    display: block;
    width: 15px;
    height: 15px;
    left: -5px;
    top: 6px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .p-section3__list li p {
    padding-top: 20px;
    font-size: 1.4rem;
    padding-left: 25px;
  }
}
/*-------------------------------
  section4
-------------------------------*/
.p-section4 {
  position: relative;
  z-index: 2;
  padding-top: 80px;
  padding-bottom: 20px;
}
.p-section4__inner {
  margin-bottom: 40px;
}
.p-section4__item {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 50px;
  margin-bottom: 70px;
}
.p-section4__item > figure {
  width: 460px;
  max-width: 48%;
  border-radius: 20px;
  overflow: hidden;
}
.p-section4__item > figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.p-section4__item:nth-of-type(1) > figure, .p-section4__item:nth-of-type(1) .p-section4__slide {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.p-section4__item:nth-of-type(1) .p-section4__text {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.p-section4__item:nth-of-type(2) > figure, .p-section4__item:nth-of-type(2) .p-section4__slide {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.p-section4__item:nth-of-type(2) .p-section4__text {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.p-section4__slide {
  width: 460px;
  max-width: 48%;
}
.p-section4__slide .slick-slide figure {
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
}
.p-section4__slide .slick-slide figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.p-section4__text {
  width: 48%;
}
.p-section4__text h3 {
  font-size: 2.4rem;
  font-weight: 900;
  line-height: 1.2;
  margin-bottom: 40px;
}
.p-section4__text p {
  font-size: 1.8rem;
}
.p-section4__tit {
  width: 100%;
  margin-bottom: 60px;
}

@media (max-width: 1024px) {
  .p-section4 {
    padding-top: 40px;
    padding-bottom: 60px;
  }
  .p-section4__inner {
    margin-bottom: 40px;
  }
  .p-section4__item {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 70px;
  }
  .p-section4__item > figure {
    width: 100%;
    max-width: 100%;
  }
  .p-section4__item:nth-of-type(1) > figure, .p-section4__item:nth-of-type(1) .p-section4__slide {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .p-section4__item:nth-of-type(1) .p-section4__text {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .p-section4__item:nth-of-type(2) > figure, .p-section4__item:nth-of-type(2) .p-section4__slide {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .p-section4__item:nth-of-type(2) .p-section4__text {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .p-section4__slide {
    width: 100%;
    max-width: 100%;
  }
  .p-section4__slide picture {
    border-radius: 20px;
  }
  .p-section4__slide img {
    width: 100%;
    height: auto;
    border-radius: 20px;
  }
  .p-section4__text {
    width: 100%;
  }
  .p-section4__text h3 {
    font-size: 2rem;
    margin-bottom: 20px;
  }
  .p-section4__text p {
    font-size: 1.4rem;
  }
  .p-section4__tit {
    width: 100%;
    margin-bottom: 60px;
  }
}
/*-------------------------------
  section5
-------------------------------*/
.p-section5 {
  position: relative;
  z-index: 2;
  padding-top: 80px;
  padding-bottom: 100px;
}
.p-section5__inner {
  margin-bottom: 40px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-section5__tit {
  padding: 30px 40px 40px 40px;
  border-radius: 20px;
  background: rgba(236, 249, 255, 0.35);
  font-weight: 900;
  line-height: 1.2;
}
.p-section5__tit h2 {
  font-size: clamp(2.8rem, -2.123rem + 4.69vw, 4.8rem);
  font-weight: 900;
  line-height: 1.5;
  margin-bottom: 15px;
}
.p-section5__tit p {
  font-size: clamp(1.6rem, -0.369rem + 1.88vw, 2.4rem);
  color: #2D8CC8;
  font-weight: 800;
  line-height: 1.4;
}
.p-section5__img {
  max-width: 48%;
}
.p-section5__visionvalue {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
  padding-top: 40px;
}
.p-section5__visionvalue section {
  width: 463px;
  max-width: 48%;
}
.p-section5__visionvalue section figure {
  width: 100%;
  height: auto;
  margin-bottom: 25px;
}
.p-section5__visionvalue section figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.p-section5__visionvalue section p {
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.8;
  padding: 0 10px;
}
.p-section5__visionvalue section ul {
  padding: 0 10px;
}
.p-section5__visionvalue section ul li {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 20px;
  gap: 10px;
}
.p-section5__visionvalue section ul li::before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  margin-top: 8px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background: #50B4F0;
  border-radius: 50%;
}

@media (max-width: 1024px) {
  .p-section5 {
    position: relative;
    z-index: 2;
    padding-top: 20px;
    padding-bottom: 60px;
  }
  .p-section5__inner {
    margin-bottom: 40px;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 50px;
    position: relative;
  }
  .p-section5__tit {
    padding: 20px 30px 20px 30px;
    position: relative;
    z-index: 2;
    background: rgba(255, 255, 255, 0.75);
  }
  .p-section5__tit h2 {
    font-size: clamp(2.2rem, -2.223rem + 3.89vw, 3.2rem);
    margin-bottom: 15px;
  }
  .p-section5__tit p {
    font-size: clamp(1.6rem, -0.369rem + 1.38vw, 1.8rem);
    line-height: 1.6;
  }
  .p-section5__img {
    width: calc(100% + 10vw);
    max-width: calc(100% + 10vw);
    top: -20vw;
    left: -5vw;
    position: absolute;
    height: 95vw;
    z-index: 0;
    overflow-y: hidden;
    overflow-x: visible;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
  .p-section5__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
  .p-section5__visionvalue {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 50px;
    padding-top: 80px;
  }
  .p-section5__visionvalue section {
    width: 100%;
    max-width: 100%;
  }
  .p-section5__visionvalue section p {
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 1.8;
    padding: 0 10px;
  }
  .p-section5__visionvalue section ul {
    padding: 0 10px;
  }
  .p-section5__visionvalue section ul li {
    margin-bottom: 15px;
    gap: 10px;
  }
  .p-section5__visionvalue section ul li::before {
    content: "";
    display: block;
    width: 15px;
    height: 15px;
    margin-top: 6px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    background: #50B4F0;
    border-radius: 50%;
  }
}
/*-------------------------------
  section6
-------------------------------*/
.p-section6 {
  position: relative;
  z-index: 2;
  padding-top: 100px;
  padding-bottom: 100px;
  background: -webkit-gradient(linear, left top, left bottom, from(#edf4ff), color-stop(46.43%, #edf9ff), to(#edfff9));
  background: linear-gradient(#edf4ff 0%, #edf9ff 46.43%, #edfff9 100%);
  background-size: 400% 400%;
  -webkit-animation: Gradient 15s ease infinite;
  animation: Gradient 15s ease infinite;
}
.p-section6__inner {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 40px;
  font-size: 1.8rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.p-section6__inner p {
  line-height: 2;
}

@media (max-width: 1024px) {
  .p-section6 {
    padding-top: 40px;
    padding-bottom: 50px;
  }
  .p-section6__inner {
    font-size: 1.4rem;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .p-section6__inner figure {
    width: 100%;
    max-width: 100%;
  }
  .p-section6__inner figure img {
    width: 100%;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
}
/*-------------------------------
  section7
-------------------------------*/
.p-section7 {
  position: relative;
  z-index: 2;
  padding-top: 100px;
  padding-bottom: 100px;
}
.p-section7__inner {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 40px;
  font-size: 1.8rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.p-section7__inner section {
  width: 550px;
  max-width: 48%;
  background: #ecf9ff;
  border-radius: 20px;
  padding: 40px 35px;
}
.p-section7__inner section:nth-of-type(3) {
  width: 100%;
  max-width: 100%;
}
.p-section7__inner section h3 {
  font-size: 2.4rem;
  font-weight: 900;
  line-height: 1.2;
  margin-bottom: 40px;
}
.p-section7__inner section p {
  font-size: 1.8rem;
  font-weight: 500;
  margin-bottom: 30px;
  line-height: 1.4;
}
.p-section7__inner section p:nth-of-type(2) {
  font-size: 1.4rem;
}
.p-section7__inner section table {
  width: 100%;
  border: 5px solid #fff;
  border-collapse: collapse;
  overflow: hidden;
  margin-bottom: 20px;
  background: #fff;
}
.p-section7__inner section table tr:nth-of-type(2) {
  background: #ecf9ff;
}
.p-section7__inner section table th {
  font-size: 1.8rem;
  font-weight: 600;
  padding: 15px 0 15px 20px;
  text-align: left;
  line-height: 1.4;
}
.p-section7__inner section table th.size1 {
  width: 35%;
}
.p-section7__inner section table td {
  padding: 15px 0;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.4;
}
.p-section7__inner section table td span {
  color: #F08296;
  font-size: 2.4rem;
  font-weight: 900;
  letter-spacing: 0;
}
.p-section7__inner section ol li{
  /* Start Generation Here */
  list-style: decimal;
  margin-left: 20px;
  margin-bottom: 10px;
  line-height: 1.4;
  font-size: 1.6rem;
  /* End Generation Here */
}

@media (max-width: 1024px) {
  .p-section7 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .p-section7__inner {
    font-size: 1.4rem;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .p-section7__inner section {
    width: 100%;
    max-width: 100%;
    border-radius: 20px;
    padding: 20px 15px;
  }
  .p-section7__inner section h3 {
    font-size: 2rem;
    margin-bottom: 30px;
  }
  .p-section7__inner section p {
    font-size: 1.4rem;
    margin-bottom: 30px;
  }
  .p-section7__inner section table {
    margin-bottom: 20px;
  }
  .p-section7__inner section table tr:nth-of-type(2) {
    background: #ecf9ff;
  }
  .p-section7__inner section table th {
    font-size: 1.4rem;
    padding: 15px 0 15px 10px;
  }
  .p-section7__inner section table th.size1 {
    width: auto;
  }

  .p-section7__inner section table td {
    font-size: 1.2rem;
  }
  .p-section7__inner section table td span {
    color: #F08296;
    font-size: 1.8rem;
    font-weight: 900;
    letter-spacing: 0;
  }
  .p-section7__inner section ol li{
    font-size: 1.4rem;
  }
}
/*-------------------------------
  section8
-------------------------------*/
.p-section8 {
  position: relative;
  z-index: 2;
  padding-top: 100px;
  padding-bottom: 100px;
  background: -webkit-gradient(linear, left top, left bottom, from(#edf4ff), color-stop(46.43%, #edf9ff), to(#edfff9));
  background: linear-gradient(#edf4ff 0%, #edf9ff 46.43%, #edfff9 100%);
  background-size: 400% 400%;
  -webkit-animation: Gradient 15s ease infinite;
  animation: Gradient 15s ease infinite;
}
.p-section8__faq {
  background: #fff;
  border-radius: 20px;
  margin-bottom: 40px;
  width: 1000px;
  margin-inline: auto;
  max-width: 100%;
}
.p-section8__faq dt {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 25px 30px;
  color: #50B4F0;
  font-size: 2.4rem;
  font-weight: 900;
  gap: 30px;
}
.p-section8__faq dd {
  display: none;
  border-top: 2px dotted #ecf9ff;
  padding: 25px 30px 30px 40px;
}
.p-section8__faq dd>div {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 45px;
}
.p-section8__faq dd div ul li{
  display: flex;
  gap:10px;
}
.p-section8__faq dd div ul li:before{
  content: "";
  display: flex;
  width: 10px;
  height: 10px;
  background: #50B4F0;
  border-radius: 50%;
  margin-right: 1px;
  margin-top: 10px;
}
.p-section8__faq dd div p {
  padding-top: 5px;
}
.p-section8__faq dd div p span{
  font-weight: 900;
  color: #50B4F0;
}
.p-section8__faq__num {
  width: 60px;
  height: 60px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #50B4F0;
  border-radius: 50%;
  color: #fff;
  font-size: 2.5rem;
  line-height: 1.5;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-family: "Prompt", sans-serif;
  font-weight: 300;
  font-style: normal;
}
.p-section8__faq__answer {
  width: 40px;
  height: 40px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #50B4F0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50%;
  color: #50B4F0;
  font-size: 2.5rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  line-height: 1.5;
  font-family: "Prompt", sans-serif;
  font-weight: 800;
  font-style: normal;
  font-weight: 900;
  flex-shrink: 0;
}
.p-section8__faq__toggle {
  position: relative;
  width: 40px;
  height: 40px;
  margin-left: auto;
}
.p-section8__faq__toggle:before, .p-section8__faq__toggle:after {
  content: "";
  display: block;
  width: 100%;
  height: 4px;
  background: #50B4F0;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transition: all 0.2s cubic-bezier(0.51, 0.11, 0.4, 0.9) 0.02s;
  transition: all 0.2s cubic-bezier(0.51, 0.11, 0.4, 0.9) 0.02s;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.p-section8__faq__toggle:after {
  -webkit-transform: translate(-50%, -50%) rotate(-90deg);
          transform: translate(-50%, -50%) rotate(-90deg);
}
.p-section8__faq.open dt .p-section8__faq__toggle:before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.p-section8__faq.open dt .p-section8__faq__toggle:after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}

@media (max-width: 1024px) {
  .p-section8 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .p-section8__faq {
    border-radius: 10px;
    margin-bottom: 40px;
    width: 100%;
    max-width: 100%;
  }
  .p-section8__faq dt {
    padding: 15px 15px;
    gap: 20px;
  }
  .p-section8__faq dt h3 {
    font-size: 1.6rem;
  }
  .p-section8__faq dd {
    padding: 20px 20px 20px 15px;
  }
  .p-section8__faq dd>div {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
  }
  .p-section8__faq dd div p {
    padding-top: 5px;
  }
  .p-section8__faq__num {
    width: 40px;
    height: 40px;
    font-size: 2rem;
  }
  .p-section8__faq__answer {
    width: 40px;
    height: 40px;
    font-size: 2rem;
  }
  .p-section8__faq__toggle {
    width: 20px;
    height: 20px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
/*-------------------------------
  section9
-------------------------------*/
.p-section9 {
  position: relative;
  z-index: 2;
  padding-top: 100px;
  padding-bottom: 100px;
}
.p-section9__inner {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 6%;
  font-size: 1.8rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.p-section9__inner ul {
  width: 585px;
  padding-top: 4%;
  padding-left: 10%;
  max-width: 47%;
  height: 340px;
  line-height: 1.6;
  background: url("../images//img_map_bg.svg") 50% 50% no-repeat;
  background-size: 100%;
}
.p-section9__inner ul li {
  font-size: clamp(2.4rem, 5vw, 3.6rem);
}
.p-section9__inner figure {
  max-width: 47%;
}
.p-section9__inner figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

@media (max-width: 1024px) {
  .p-section9 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .p-section9__inner {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 6%;
    font-size: 1.6rem;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .p-section9__inner ul {
    width: 100%;
    padding-top: 8%;
    padding-left: 15%;
    max-width: 100%;
    height: 55vw;
    line-height: 1.6;
    background: url("../images//img_map_bg.svg") 50% 50% no-repeat;
    background-size: 100%;
  }
  .p-section9__inner ul li {
    font-size: clamp(1.8rem, 5.5vw, 2.8rem);
  }
  .p-section9__inner figure {
    max-width: 100%;
  }
}
/*-------------------------------
  section10
-------------------------------*/
.p-section10 {
  position: relative;
  z-index: 2;
  padding-bottom: 100px;
}
.p-section10__inner {
  font-size: 1.6rem;
}
.p-section10__jirei {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 4%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  margin-bottom: 60px;
}
.p-section10__jirei > * {
  width: 540px;
  max-width: 48%;
}
.p-section10__jirei > * h3 {
  font-size: 2.4rem;
  font-weight: 900;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 20px;
  margin-bottom: 40px;
}
.p-section10__jirei > * h3 > span {
  font-size: 1.6rem;
  -webkit-transform: translateY(-0.3em);
          transform: translateY(-0.3em);
}
.p-section10__jirei > * h3 > span.shien {
  display: inline-block;
  padding: 7px;
  border: 2px dashed #50B4F0;
  -webkit-transform: translateY(0.6em);
          transform: translateY(0.6em);
}
.p-section10__jirei > * h3 > span.shien > span {
  font-size: 2.4rem;
  font-weight: 900;
  color: #fff;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  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;
  background: #50B4F0;
  width: 145px;
  height: 50px;
  line-height: 1;
}
.p-section10__jirei__1 > div {
  line-height: 2;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.p-section10__jirei__1 > figure {
  width: 570px;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.p-section10__jirei__1 > figure img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.p-section10__jirei__1 ul {
  padding-top: 10px;
  margin-bottom: 45px;
}
.p-section10__jirei__1 ul li {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 10px;
  gap: 10px;
}
.p-section10__jirei__1 ul li::before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  margin-top: 8px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background: #50B4F0;
  border-radius: 50%;
}
.p-section10__jirei__2 {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.p-section10__jirei__2 > div {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  line-height: 2;
  margin-top: -80px;
}
.p-section10__jirei__2 > figure {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  width: 570px;
}
.p-section10__jirei__2 > figure img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.p-section10__hosok {
  margin-bottom: 80px;
  margin-top: 120px;
}
.p-section10__hosok__inner {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 40px;
}
.p-section10__hosok__item {
  width: 395px;
  max-width: 33%;
  background: #ecf9ff;
  padding: 0px 25px 30px 25px;
  border-radius: 5px;
  font-size: 1.6rem;
  line-height: 1.8;
  -webkit-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.01);
          box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.01);
}
.p-section10__hosok__item h3 {
  font-size: 1.8rem;
  font-weight: 900;
  width: 100%;
  height: 60px;
  padding: 0 20px;
  gap: 0.8em;
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  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;
  background: #50B4F0;
  color: #fff;
  border-radius: 50vw;
  position: relative;
  line-height: 1;
}
.p-section10__hosok__item h3::after {
  content: "▼";
  position: absolute;
  bottom: -19px;
  font-size: 2.4rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  color: #50B4F0;
  width: 30px;
  height: 30px;
}
.p-section10__hosok__item h3 span {
  font-size: 1.6rem;
  -webkit-transform: translateY(0.05em);
          transform: translateY(0.05em);
  border-right: 2px solid #fff;
  padding-right: 0.8em;
}
.p-section10__hosok a {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-section10__hosok a:before {
  content: ">";
  display: inline-block;
  width: 1em;
  height: 1em;
}
.p-section10__slide__parent {
  position: relative;
}
.p-section10__slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.p-section10__slide__comment {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  width: 686px;
  max-width: 90%;
  height: 150px;
  -webkit-backdrop-filter: blur(20.5px);
          backdrop-filter: blur(20.5px);
  --webkit-backdrop-filter: blur(20.5px);
  background-color: rgba(255, 255, 255, 0.65);
  border-radius: 15px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  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;
}
.p-section10__slide__comment p {
  font-weight: 900;
  font-size: clamp(2.4rem, 5vw, 3.6rem);
}
.p-section10__slide__comment p span {
  color: #50B4F0;
}

@media (max-width: 1024px) {
  .p-section10 {
    padding-bottom: 60px;
  }
  .p-section10__inner {
    font-size: 1.4rem;
  }
  .p-section10__jirei {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 4%;
    width: 100%;
    margin-bottom: 70px;
  }
  .p-section10__jirei > * {
    width: 100%;
    max-width: 100%;
  }
  .p-section10__jirei > * h3 {
    font-size: 2rem;
    gap: 20px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 30px;
  }
  .p-section10__jirei > * h3 > span {
    font-size: 1.4rem;
    -webkit-transform: translateY(-0.3em);
            transform: translateY(-0.3em);
    width: 100%;
  }
  .p-section10__jirei > * h3 > span.shien {
    -webkit-transform: translateY(0.6em);
            transform: translateY(0.6em);
    padding: 6px;
    width: 116px;
  }
  .p-section10__jirei > * h3 > span.shien > span {
    font-size: 1.6rem;
    width: 100px;
    height: 36px;
    line-height: 1;
  }
  .p-section10__jirei__1 > div {
    line-height: 2;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .p-section10__jirei__1 > figure {
    width: 100%;
    margin-top: 30px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .p-section10__jirei__1 ul {
    padding-top: 10px;
    margin-bottom: 45px;
  }
  .p-section10__jirei__1 ul li {
    margin-bottom: 6px;
    gap: 10px;
  }
  .p-section10__jirei__2 {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .p-section10__jirei__2 > div {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    line-height: 2;
    margin-top: 0;
  }
  .p-section10__jirei__2 > figure {
    margin-top: 30px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 100%;
  }
  .p-section10__hosok {
    margin-bottom: 130px;
    margin-top: 50px;
  }
  .p-section10__hosok__inner {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 6%;
    margin-bottom: 0px;
  }
  .p-section10__hosok__item {
    width: 100%;
    max-width: 100%;
    padding: 0px 20px 30px 20px;
    font-size: 1.4rem;
    margin-bottom: 60px;
  }
  .p-section10__hosok__item:last-of-type {
    margin-bottom: 30px;
  }
  .p-section10__hosok__item h3 {
    font-size: 1.6rem;
    height: 50px;
  }
  .p-section10__hosok__item h3 span {
    font-size: 1.4rem;
  }
  .p-section10__slide__parent {
    position: relative;
  }
  .p-section10__slide__comment {
    max-width: 92%;
    top: -40%;
    height: 100px;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    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;
  }
  .p-section10__slide__comment p {
    font-weight: 900;
    font-size: clamp(1.8rem, 4vw, 2.6rem);
  }
  .p-section10__slide__comment p span {
    color: #50B4F0;
  }
}
/*-------------------------------
  section11
-------------------------------*/
.p-section11 {
  position: relative;
  z-index: 2;
  padding-top: 100px;
  padding-bottom: 100px;
  background: -webkit-gradient(linear, left top, left bottom, from(#edf4ff), color-stop(46.43%, #edf9ff), to(#edfff9));
  background: linear-gradient(#edf4ff 0%, #edf9ff 46.43%, #edfff9 100%);
  background-size: 400% 400%;
  -webkit-animation: Gradient 15s ease infinite;
  animation: Gradient 15s ease infinite;
}
.p-section11__inner {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 40px;
  font-size: 1.8rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.p-section11__inner p {
  line-height: 2;
}
.p-section11__item {
  width: calc(50% - 20px);
  background: #fff;
  gap: 20px;
  padding: 30px 10px 30px 25px;
  border-radius: 15px;
  -webkit-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.01);
          box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.01);
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-section11__item__img {
  width: 115px;
  height: 115px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.p-section11__item__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.p-section11__item__txt h3 {
  font-size: 2rem;
  font-weight: 900;
  letter-spacing: 0;
  margin-bottom: 10px;
}
.p-section11__item__txt p {
  font-size: 1.6rem;
  line-height: 1.8;
}

@media (max-width: 1024px) {
  .p-section11 {
    padding-top: 40px;
    padding-bottom: 80px;
  }
  .p-section11__inner {
    gap: 30px;
    font-size: 1.4rem;
  }
  .p-section11__item {
    width: 100%;
    padding: 20px 20px 30px 20px;
    border-radius: 10px;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .p-section11__item__img {
    width: 115px;
    height: 115px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-inline: auto;
    margin-bottom: 0px;
  }
  .p-section11__item__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
  .p-section11__item__txt h3 {
    font-size: 1.8rem;
    margin-bottom: 10px;
  }
  .p-section11__item__txt p {
    font-size: 1.4rem;
    line-height: 1.8;
  }
}
/*-------------------------------
  section12
-------------------------------*/
.p-section12 {
  position: relative;
  z-index: 2;
  padding-top: 80px;
  padding-bottom: 100px;
}
.p-section12__inner {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 40px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.p-section12__txt {
  width: 490px;
  max-width: calc(42% - 20px);
}
.p-section12__txt h3 {
  font-size: 2.4rem;
  font-weight: 900;
  margin-bottom: 20px;
}
.p-section12__txt p {
  line-height: 2;
  font-size: 1.7rem;
}
.p-section12__txt p:not(:last-child) {
  margin-bottom: 30px;
}
.p-section12__img {
  width: 700px;
  max-width: calc(58% - 20px);
}
.p-section12__img figure {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 20px;
}
.p-section12__img figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.p-section12__img__comment {
  background: url("../images//img_aisatsu_bg.svg") 50% 50% no-repeat;
  background-size: 100%;
  padding: 30px 5% 40px 7%;
  border-radius: 10px;
  font-size: 1.4rem;
  height: 320px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-section12__img__comment__tit {
  width: 38%;
}
.p-section12__img__comment__tit h4 {
  line-height: 1;
  font-size: 2.4rem;
  font-weight: 900;
  margin-bottom: 30px;
}
.p-section12__img__comment ul li {
  font-size: 1.3rem;
  line-height: 1.3;
}
.p-section12__img__comment ul li:not(:last-child) {
  margin-bottom: 10px;
}
.p-section12__img__comment p {
  width: 60%;
  font-size: 1.3rem;
  line-height: 1.8;
  padding-left: 20px;
  border-left: 1px solid rgba(0, 0, 0, 0.7);
}

@media (max-width: 1024px) {
  .p-section12 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .p-section12__inner {
    gap: 40px;
  }
  .p-section12__txt {
    width: 100%;
    max-width: 100%;
  }
  .p-section12__txt h3 {
    font-size: 1.8rem;
    margin-bottom: 20px;
  }
  .p-section12__txt p {
    line-height: 1.8;
    font-size: 1.4rem;
  }
  .p-section12__txt p:not(:last-child) {
    margin-bottom: 20px;
  }
  .p-section12__img {
    width: 100%;
    max-width: 100%;
  }
  .p-section12__img figure {
    margin-bottom: 20px;
  }
  .p-section12__img__comment {
    background: url("../images//img_aisatsu_bg_sp.svg") 50% 50% no-repeat;
    background-size: 100%;
    padding: 50px 8% 40px 8%;
    border-radius: 10px;
    font-size: 1.4rem;
    height: 430px;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .p-section12__img__comment__tit {
    width: 100%;
    margin-bottom: 0px;
  }
  .p-section12__img__comment__tit h4 {
    line-height: 1;
    font-size: 2rem;
    font-weight: 900;
    margin-bottom: 30px;
  }
  .p-section12__img__comment ul li {
    font-size: 1.2rem;
    line-height: 1.3;
  }
  .p-section12__img__comment ul li:not(:last-child) {
    margin-bottom: 10px;
  }
  .p-section12__img__comment p {
    width: 100%;
    font-size: 1.2rem;
    line-height: 1.8;
    padding-left: 0;
    margin-top: -15px;
    padding-top: 15px;
    border-top: 1px solid rgba(0, 0, 0, 0.7);
    border-left: 0;
  }
}
/*-------------------------------
  section13
-------------------------------*/
.p-section13 {
  position: relative;
  z-index: 2;
  padding-top: 100px;
  padding-bottom: 100px;
}
.p-section13__parent {
  background: -webkit-gradient(linear, left top, left bottom, from(#edf4ff), color-stop(46.43%, #edf9ff), to(#edfff9));
  background: linear-gradient(#edf4ff 0%, #edf9ff 46.43%, #edfff9 100%);
  background-size: 400% 400%;
  -webkit-animation: Gradient 15s ease infinite;
  animation: Gradient 15s ease infinite;
}
.p-section13__staff {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 25px 20px;
  margin-bottom: 100px;
  margin-top: 80px;
  font-size: 1.8rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 1100px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.p-section13__staff__item {
  width: calc(33.3333333333% - 20px);
  background: #fff;
  padding: 30px 20px 30px 20px;
  border-radius: 15px;
  -webkit-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.01);
          box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.01);
  border: 4px solid #50B4F0;
}
.p-section13__staff__item figure {
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
}
.p-section13__staff__item figure picture {
  width: 200px;
  height: 200px;
  display: block;
  margin-inline: auto;
  margin-bottom: 10px;
}
.p-section13__staff__item figure figcaption {
  text-align: center;
  color: #50B4F0;
  font-size: 2rem;
  font-weight: 900;
}
.p-section13__staff__item figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.p-section13__staff__item p {
  font-size: 1.6rem;
  line-height: 1.8;
}
.p-section13__access {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 12%;
  width: 910px;
  height: 400px;
  max-width: 100%;
  margin-inline: auto;
  background: url("../images//img_access_bg.svg") 50% 50% no-repeat;
  background-size: 100%;
  padding: 30px 5% 40px 7%;
  border-radius: 10px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-section13__access h3 {
  font-size: clamp(2.4rem, 5vw, 3.6rem);
  font-weight: 900;
  margin-bottom: 5px;
  color: #50B4F0;
}
.p-section13__access p {
  font-size: 1.6rem;
  margin-bottom: 40px;
}
.p-section13__access a {
  font-size: clamp(2.4rem, 5vw, 3.6rem);
  font-weight: 900;
  color: #50B4F0;
  pointer-events: none;
  background: url("../images//img_tel.svg") 0% 60% no-repeat;
  background-size: 24px;
  padding-left: 40px;
}

@media (max-width: 1024px) {
  .p-section13 {
    padding-top: 60px;
    padding-bottom: 20px;
  }
  .p-section13__staff {
    gap: 20px;
    margin-bottom: 50px;
    margin-top: 60px;
    font-size: 1.4rem;
  }
  .p-section13__staff__item {
    width: 100%;
    padding: 30px 20px 30px 20px;
    border-radius: 15px;
    -webkit-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.01);
            box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.01);
    border: 3px solid #50B4F0;
  }
  .p-section13__staff__item figure {
    margin-bottom: 10px;
  }
  .p-section13__staff__item figure picture {
    width: 160px;
    height: 160px;
    display: block;
    margin-inline: auto;
    margin-bottom: 10px;
  }
  .p-section13__staff__item figure figcaption {
    text-align: center;
    color: #50B4F0;
    font-size: 2rem;
    font-weight: 900;
  }
  .p-section13__staff__item p {
    font-size: 1.4rem;
  }
  .p-section13__access {
    gap: 10%;
    width: 910px;
    height: auto;
    max-width: 100%;
    margin-inline: auto;
    background: none;
    background-size: 100%;
    padding: 30px 0 40px 0;
    border-radius: 10px;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    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;
  }
  .p-section13__access > div {
    background: url("../images//img_access_bg_sp.svg") 50% 50% no-repeat;
    background-size: 100%;
    padding: 40px 5% 40px 8%;
  }
  .p-section13__access h3 {
    font-size: clamp(2rem, 4vw, 2.8rem);
  }
  .p-section13__access p {
    font-size: 1.4rem;
    margin-bottom: 15px;
  }
  .p-section13__access a {
    font-size: clamp(2rem, 5vw, 2.6rem);
    padding-left: 40px;
    margin-left: 20px;
    pointer-events: inherit;
  }
  .p-section13__access figure {
    display: block;
    margin-top: 40px;
  }
}
/*-------------------------------
  p-topback
-------------------------------*/
.p-topback {
  position: fixed;
  bottom: 3%;
  right: 2%;
  z-index: 2;
  opacity: 0;
  -webkit-transition: all 0.4s cubic-bezier(0.51, 0.11, 0.4, 0.9);
  transition: all 0.4s cubic-bezier(0.51, 0.11, 0.4, 0.9);
}
.p-topback.active {
  opacity: 1;
}
.p-topback__inner {
  width: 100px;
  height: 100px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 25px 5px 20px;
  gap: 10px;
  position: relative;
}
.p-topback__line {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -webkit-transition: all 0.4s cubic-bezier(0.51, 0.11, 0.4, 0.9);
  transition: all 0.4s cubic-bezier(0.51, 0.11, 0.4, 0.9);
}
.p-topback__line > span {
  width: 10px;
  height: 10px;
  content: "";
  background: #fff;
  display: block;
  border-radius: 20px;
  position: absolute;
  z-index: 2;
  top: 15px;
  left: calc(50% - 5px);
}
.p-topback__txt {
  color: #fff;
  font-size: 1.4rem;
  line-height: 1;
  position: relative;
  z-index: 2;
  letter-spacing: 0;
  text-align: center;
}
.p-topback__txt span {
  padding-top: 10px;
  display: block;
  letter-spacing: 0.1em;
  text-align: center;
  font-size: 1rem;
}
.p-topback__bg {
  position: absolute;
  z-index: 0;
  background: #50B4F0;
  border-radius: 20vw;
  content: "";
  width: 100px;
  height: 100px;
  top: 0;
  border: 1px solid #fff;
  left: 0;
}
.p-topback:hover .p-topback__line {
  -webkit-transform: rotateZ(180deg);
          transform: rotateZ(180deg);
}
.p-topback:hover .p-topback__bg {
  background: #50B4F0;
  animation: animScale 0.8s ease-out;
  transform-origin: 50% 50%;
  -webkit-animation: animScale 0.8s ease-out;
  -webkit-transform-origin: 50% 50%;
  -moz-animation: animScale 0.8s ease-out;
  -moz-transform-origin: 50% 50%;
}
@keyframes animScale {
  0% {
    -webkit-transform: scale(0.8, 0.8);
            transform: scale(0.8, 0.8);
  }
  30% {
    -webkit-transform: scale(1.2, 1.2);
            transform: scale(1.2, 1.2);
  }
  45% {
    -webkit-transform: scale(0.95, 0.95);
            transform: scale(0.95, 0.95);
  }
  55% {
    -webkit-transform: scale(1.1, 1.1);
            transform: scale(1.1, 1.1);
  }
  70% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  85% {
    -webkit-transform: scale(1.02, 1.02);
            transform: scale(1.02, 1.02);
  }
  100% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}
@-webkit-keyframes animScale {
  0% {
    -webkit-transform: scale(0.8, 0.8);
            transform: scale(0.8, 0.8);
  }
  30% {
    -webkit-transform: scale(1.2, 1.2);
            transform: scale(1.2, 1.2);
  }
  45% {
    -webkit-transform: scale(0.95, 0.95);
            transform: scale(0.95, 0.95);
  }
  55% {
    -webkit-transform: scale(1.1, 1.1);
            transform: scale(1.1, 1.1);
  }
  70% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  85% {
    -webkit-transform: scale(1.02, 1.02);
            transform: scale(1.02, 1.02);
  }
  100% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}

@media (max-width: 1024px) {
  .p-topback {
    bottom: 1%;
    right: 2%;
  }
  .p-topback__inner {
    width: 50px;
    height: 50px;
    padding: 15px 5px 10px;
  }
  .p-topback__line > span {
    width: 8px;
    height: 8px;
    top: 10px;
    left: calc(50% - 5px);
  }
  .p-topback__txt {
    font-size: 1rem;
  }
  .p-topback__txt span {
    font-size: 1rem;
  }
  .p-topback__bg {
    width: 50px;
    height: 50px;
  }
  .p-topback:hover .p-topback__line {
    -webkit-transform: rotateZ(180deg);
            transform: rotateZ(180deg);
  }
  .p-topback:hover .p-topback__bg {
    background: #50B4F0;
    animation: animScale 0.8s ease-out;
    transform-origin: 50% 50%;
    -webkit-animation: animScale 0.8s ease-out;
    -webkit-transform-origin: 50% 50%;
    -moz-animation: animScale 0.8s ease-out;
    -moz-transform-origin: 50% 50%;
  }
}
/*-------------------------------
  footer
-------------------------------*/
.p-footer {
  width: 100%;
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding-top: 40px;
  padding-bottom: 40px;
}
.p-footer__inner {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-footer__copyright {
  font-size: 1.4rem;
  line-height: 1;
  text-align: center;
  display: block;
  width: 100%;
  letter-spacing: 0.05em;
}

@media (max-width: 767px) {
  .p-footer {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .p-footer__copyright {
    font-size: 1rem;
  }
}
.p-footer__menu {
  width: 100%;
}

#bread_crumb_wrapper{
  width: calc(100% - 20px);
  margin-inline: auto;
  max-width: 100%;
  padding: 0 10px;
}
#bread_crumb_wrapper ul{
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
#bread_crumb_wrapper ul li{
  font-size: 1.4rem;
  line-height: 1;
  letter-spacing: 0.05em;
}
#bread_crumb_wrapper ul li a{
  color: #000;
}
#bread_crumb_wrapper ul li a:after{
  content: ">";
  margin-left: 10px;
  color: #000;
}

@media (max-width: 767px) {
  #bread_crumb_wrapper ul li{
    font-size: 1.2rem;
  }
}