@charset "UTF-8";
@keyframes btn {
  0% {
    transform: translateX(-100%);
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: translateX(100%);
  }
}
.c-txt-lg {
  font-size: 26px;
  letter-spacing: 2px;
  line-height: 2;
}
@media screen and (min-width: 600px) {
  .c-txt-lg {
    font-size: 30px;
  }
}
@media screen and (min-width: 960px) {
  .c-txt-lg {
    font-size: 36px;
  }
}
@media screen and (min-width: 1200px) {
  .c-txt-lg {
    font-size: 40px;
  }
}

.c-txt-lr {
  font-size: 24px;
  letter-spacing: 4px;
  line-height: 2;
}
@media screen and (min-width: 600px) {
  .c-txt-lr {
    font-size: 24px;
  }
}
@media screen and (min-width: 960px) {
  .c-txt-lr {
    font-size: 32px;
  }
}
@media screen and (min-width: 1200px) {
  .c-txt-lr {
    font-size: 36px;
  }
}

.c-txt-md {
  font-size: 20px;
  letter-spacing: 2px;
  line-height: 2;
}
@media screen and (min-width: 600px) {
  .c-txt-md {
    font-size: 20px;
  }
}
@media screen and (min-width: 960px) {
  .c-txt-md {
    font-size: 22px;
  }
}
@media screen and (min-width: 1200px) {
  .c-txt-md {
    font-size: 24px;
  }
}

.c-txt-sm, .c-contact-text, .c-news-sl__contents, .c-news__content, .c-news .category-list ul li, .p-news__content, .breadcrumb {
  font-size: 14px;
  letter-spacing: 2px;
  line-height: 2;
}
@media screen and (min-width: 600px) {
  .c-txt-sm, .c-contact-text, .c-news-sl__contents, .c-news__content, .c-news .category-list ul li, .p-news__content, .breadcrumb {
    line-height: 1.7;
  }
}
@media screen and (min-width: 960px) {
  .c-txt-sm, .c-contact-text, .c-news-sl__contents, .c-news__content, .c-news .category-list ul li, .p-news__content, .breadcrumb {
    font-size: 18px;
  }
}
@media screen and (min-width: 1200px) {
  .c-txt-sm, .c-contact-text, .c-news-sl__contents, .c-news__content, .c-news .category-list ul li, .p-news__content, .breadcrumb {
    font-size: 18px;
  }
}

.c-txt-xs {
  font-size: 10px;
  letter-spacing: 2px;
  line-height: 2;
  color: pink;
}
@media screen and (min-width: 600px) {
  .c-txt-xs {
    font-size: 12px;
  }
}
@media screen and (min-width: 960px) {
  .c-txt-xs {
    font-size: 18px;
  }
}
@media screen and (min-width: 1200px) {
  .c-txt-xs {
    font-size: 16px;
  }
}

.mb-sm, .tab-cate, .c-contact .contact-form .submit-btn, .c-contact .contact-form .privacy, .c-contact-text, .c-works__category-title, .c-price__tit, .p-footer__logo, .p-contact__desc, .faq-contents.c-faq .c-faq__tit, .faq-contents .faq .c-txtarea01, .faq-contents .faq, .p-news__list, .c-title, .p-title, .wp-categories {
  margin-bottom: 30px;
}
@media screen and (min-width: 600px) {
  .mb-sm, .tab-cate, .c-contact .contact-form .submit-btn, .c-contact .contact-form .privacy, .c-contact-text, .c-works__category-title, .c-price__tit, .p-footer__logo, .p-contact__desc, .faq-contents.c-faq .c-faq__tit, .faq-contents .faq .c-txtarea01, .faq-contents .faq, .p-news__list, .c-title, .p-title, .wp-categories {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 960px) {
  .mb-sm, .tab-cate, .c-contact .contact-form .submit-btn, .c-contact .contact-form .privacy, .c-contact-text, .c-works__category-title, .c-price__tit, .p-footer__logo, .p-contact__desc, .faq-contents.c-faq .c-faq__tit, .faq-contents .faq .c-txtarea01, .faq-contents .faq, .p-news__list, .c-title, .p-title, .wp-categories {
    margin-bottom: 45px;
  }
}

.mb-md, .c-thanks-text, .c-privacy-text, .c-news .category-list, .faq-contents.c-faq .faq {
  margin-bottom: 50px;
}
@media screen and (min-width: 600px) {
  .mb-md, .c-thanks-text, .c-privacy-text, .c-news .category-list, .faq-contents.c-faq .faq {
    margin-bottom: 60px;
  }
}
@media screen and (min-width: 960px) {
  .mb-md, .c-thanks-text, .c-privacy-text, .c-news .category-list, .faq-contents.c-faq .faq {
    margin-bottom: 80px;
  }
}

.mb-lr {
  margin-bottom: 70px;
}
@media screen and (min-width: 600px) {
  .mb-lr {
    margin-bottom: 80px;
  }
}
@media screen and (min-width: 960px) {
  .mb-lr {
    margin-bottom: 80px;
  }
}

.pb-sm {
  padding-bottom: 30px;
}
@media screen and (min-width: 600px) {
  .pb-sm {
    padding-bottom: 30px;
  }
}
@media screen and (min-width: 960px) {
  .pb-sm {
    padding-bottom: 30px;
  }
}

.pb-md {
  padding-bottom: 50px;
}
@media screen and (min-width: 600px) {
  .pb-md {
    padding-bottom: 40px;
  }
}
@media screen and (min-width: 960px) {
  .pb-md {
    padding-bottom: 60px;
  }
}

.pb-lr {
  padding-bottom: 70px;
}
@media screen and (min-width: 600px) {
  .pb-lr {
    padding-bottom: 80px;
  }
}
@media screen and (min-width: 960px) {
  .pb-lr {
    padding-bottom: 80px;
  }
}

.c-container, .breadcrumb {
  padding: 0 8vw;
}
@media screen and (min-width: 600px) {
  .c-container, .breadcrumb {
    padding: 0 6vw;
  }
}
@media screen and (min-width: 960px) {
  .c-container, .breadcrumb {
    padding: 0 8vw;
  }
}
@media screen and (min-width: 1200px) {
  .c-container, .breadcrumb {
    padding: 0 10vw;
  }
}

.swiper-container {
  overflow: visible !important;
}

.swiper-slide {
  overflow: hidden;
}
.swiper-slide > img {
  max-width: 100%;
  transition: transform 4s ease;
}
.swiper-slide-active > img {
  transform: none;
}

.scrolldown {
  display: inline-block;
  position: absolute;
  right: 10px;
  bottom: 0;
  z-index: 2;
  padding: 10px 10px 42px;
  overflow: hidden;
  color: #fff;
  font-size: 12px;
  z-index: 4000;
  font-family: "Josefin Sans", sans-serif;
  line-height: 1;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  writing-mode: vertical-lr;
}
.scrolldown::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 1px;
  height: 60px;
  background: #fff;
}
.scrolldown::after {
  height: 20px;
  animation: sdl 2s ease infinite;
}
@media (min-width: 960px) {
  .scrolldown {
    right: 20px;
    font-size: 18px;
  }
  .scrolldown::after {
    width: 2px;
  }
}
@keyframes sdl {
  0% {
    transform: translateY(-20px);
  }
  100% {
    transform: translateY(40px);
  }
}

/******************************************************************

Stylesheet: ベーススタイル

******************************************************************/
html :where(img) {
  height: 100% !important;
  max-width: 100%;
}

body {
  color: rgb(39, 39, 39);
  letter-spacing: 1px;
  background-color: #fff;
  font-family: "Kosugi Maru", sans-serif;
}
@media (min-width: 960px) {
  body {
    background-color: #99daff;
  }
}

.breadcrumb {
  display: flex;
  background-color: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
}
.breadcrumb li {
  color: rgb(165, 165, 165);
  padding-right: 10px;
}
.breadcrumb li a {
  color: #99daff;
  border-bottom: 1px solid #99daff;
}
@media (min-width: 960px) {
  .breadcrumb {
    margin: 0 20px;
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
@media (min-width: 1200px) {
  .breadcrumb {
    margin: 0 30px;
  }
}

.wp-categories ul {
  display: flex;
}
.wp-categories ul li {
  margin-right: 10px;
}
.wp-categories ul li a {
  color: gray;
  border: 1px solid gray;
  padding: 7px;
  border-radius: 30px;
  font-size: 12px;
}

body.hidden {
  overflow: hidden;
}

.superwrapper {
  overflow: hidden;
}

.c-topview {
  background-color: #fff;
  position: relative;
  padding: 30px 3vw 0;
}
.c-topview__img {
  position: relative;
  height: 30vh;
}
.c-topview__img::before {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  background-color: #99daff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 300;
  opacity: 0.3;
  border-radius: 8px;
}
.c-topview__img img {
  border-radius: 8px;
}
.c-topview__title {
  position: absolute;
  top: 60%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  text-align: center;
  z-index: 600;
  color: #fff;
  text-shadow: rgb(39, 39, 39) 1px 1px 1px;
}
.c-topview__title h2 {
  font-size: 1.6rem;
  letter-spacing: 3px;
}
.c-topview__title h3 {
  font-size: 1rem;
  letter-spacing: 3px;
}
@media (min-width: 600px) {
  .c-topview {
    padding: 40px 6vw 0;
  }
  .c-topview__img {
    height: 40vh;
  }
  .c-topview__title h2 {
    font-size: 2rem;
    letter-spacing: 5px;
    margin-bottom: 5px;
  }
  .c-topview__title h3 {
    font-size: 1.1rem;
    letter-spacing: 3px;
  }
}
@media (min-width: 960px) {
  .c-topview {
    margin: 0 20px;
    padding: 50px 8vw 0;
  }
  .c-topview__img img {
    border-radius: 12px;
  }
  .c-topview__title h2 {
    font-size: 2.4rem;
  }
  .c-topview__title h3 {
    font-size: 1.2rem;
  }
}
@media (min-width: 1200px) {
  .c-topview {
    margin: 0 30px;
  }
  .c-topview__title h2 {
    font-size: 2.8rem;
  }
  .c-topview__title h3 {
    font-size: 1.3rem;
  }
}

.p-title {
  position: relative;
  text-transform: uppercase;
  text-align: center;
  line-height: 1.4;
}
.p-title .en {
  position: relative;
  font-size: 0.8rem;
  letter-spacing: 1px;
  font-weight: bold;
  display: block;
  margin-bottom: 5px;
  color: #99daff;
}
.p-title .ja {
  position: relative;
  font-size: 1.3rem;
  color: #434749;
}
@media (min-width: 600px) {
  .p-title {
    line-height: 1.5;
  }
  .p-title .en {
    font-size: 0.9rem;
  }
  .p-title .ja {
    font-size: 1.5rem;
  }
  .p-title .ja br {
    display: none;
  }
}
@media (min-width: 960px) {
  .p-title .en {
    font-size: 1rem;
  }
  .p-title .ja {
    font-size: 1.8rem;
  }
}
@media (min-width: 1200px) {
  .p-title .en {
    font-size: 1.1rem;
  }
  .p-title .ja {
    font-size: 2rem;
  }
}

.c-title {
  font-size: 1.4rem;
  line-height: 2;
  padding-bottom: 3px;
  border-bottom: 5px solid #99daff;
}
@media (min-width: 960px) {
  .c-title {
    font-size: 1.8em;
    padding-bottom: 5px;
  }
}

.more-btn {
  position: relative;
  text-align: center;
}
.more-btn__link {
  background-color: #ff9797;
  display: inline-block;
  padding: 12px 18px;
  border: 2px solid #ff9797;
  z-index: 1;
  border-radius: 9999px;
}
.more-btn__link span {
  position: relative;
  color: #fff;
  font-weight: bold;
}
.more-btn__link span:first-child {
  padding-right: 30px;
}
.more-btn__link span:first-child::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 20px;
  background-image: url(../images/common/arrow-wh.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: 0.3s;
  z-index: 100;
}
.more-btn__link.slide-bg {
  position: relative;
  overflow: hidden;
}
.more-btn__link.slide-bg .bg {
  display: inline-block;
  width: 100%;
  height: 100%;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateX(-101%);
  transition: transform 0.3s;
  z-index: -1;
}
.more-btn__link.slide-bg:hover {
  z-index: 1;
}
.more-btn__link.slide-bg:hover span {
  color: rgb(39, 39, 39);
  transform: none;
}
.more-btn__link.slide-bg:hover span:first-child::before {
  background-image: url(../images/common/arrow.png);
}
@media (min-width: 600px) {
  .more-btn__link {
    padding: 16px 40px;
    height: auto;
  }
  .more-btn__link .c-txt-sm, .more-btn__link .c-contact-text, .more-btn__link .c-news-sl__contents, .more-btn__link .c-news__content, .more-btn__link .c-news .category-list ul li, .c-news .category-list ul .more-btn__link li, .more-btn__link .p-news__content, .more-btn__link .breadcrumb {
    font-size: 16px;
  }
}

.top-view {
  position: relative;
  padding-bottom: 80px;
}
.top-view::before {
  content: "";
  width: 113px;
  height: 180px;
  position: absolute;
  bottom: -40px;
  right: 3vw;
  z-index: 10;
  background: url(../images/home/chara1.webp) no-repeat center/contain;
  transition: all 0.05s ease;
}
.top-view .hero {
  margin: 50px 0 0 5vw;
  position: relative;
  border-radius: 20px 0 0 20px;
}
.top-view .hero::before {
  content: "";
  width: calc(100% + 10vw);
  height: calc(30vh + 80px);
  background: #99daff;
  position: absolute;
  bottom: -80px;
  left: -5vw;
  z-index: 1;
}
.top-view .hero .swiper-slide {
  height: 50vh;
  min-height: 250px;
  border-radius: 20px 0 0 20px;
  position: relative;
}
.top-view .hero .swiper-slide::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.5019607843), transparent);
}
.top-view .hero__desc {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  margin: auto;
  z-index: 100;
  color: #fff;
  width: 100%;
  padding: 0 5vw;
}
.top-view .hero__desc h3 {
  color: #99daff;
  font-size: 14px;
  margin-bottom: 10px;
}
.top-view .hero__desc h2 {
  font-size: 1.7rem;
  line-height: 1.4;
  margin-bottom: 30px;
  text-shadow: 1px 1px 0 #000;
}
.top-view .hero__desc h2 span {
  color: #ff9797;
}
.top-view .hero__desc p {
  font-size: 13px;
}
@media (min-width: 600px) {
  .top-view .hero__desc {
    padding: 0 5vw;
  }
  .top-view .hero__desc h3 {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .top-view .hero__desc h2 {
    font-size: 2.2rem;
    margin-bottom: 30px;
  }
  .top-view .hero__desc h2 .onlySP {
    display: none;
  }
  .top-view .hero__desc p {
    font-size: 14px;
  }
}
@media (min-width: 960px) {
  .top-view .hero {
    margin: 0 20px;
    padding: 50px 5vw 0;
    background-color: #fff;
    border-radius: 0;
  }
  .top-view .hero::before {
    content: "";
    width: 60%;
    height: 600px;
    background: #99daff;
    position: absolute;
    bottom: -450px;
    left: -5vw;
  }
  .top-view .hero .swiper-slide {
    height: 60vh;
    min-height: 300px;
    border-radius: 30px;
  }
  .top-view .hero__desc {
    padding: 0 10vw;
    top: 56%;
  }
  .top-view .hero__desc h3 {
    font-size: 1.5rem;
  }
  .top-view .hero__desc h2 {
    font-size: 2.8rem;
  }
  .top-view .hero__desc p {
    font-size: 16px;
  }
}
@media (min-width: 1200px) {
  .top-view .hero {
    margin: 0 30px;
    padding: 50px 8vw 0;
  }
  .top-view .hero__desc {
    padding: 0 14vw;
  }
  .top-view .hero__desc h3 {
    font-size: 1.8rem;
  }
  .top-view .hero__desc h2 {
    font-size: 3.2rem;
  }
  .top-view .hero__desc p {
    font-size: 18px;
  }
}
.top-view.blink::before {
  background: url(../images/home/chara2.webp) no-repeat center/contain;
}
@media (min-width: 600px) {
  .top-view::before {
    content: "";
    width: 170px;
    height: 250px;
    position: absolute;
    bottom: -50px;
    right: 8.5vw;
  }
}
@media (min-width: 960px) {
  .top-view {
    padding-bottom: 0;
  }
  .top-view::before {
    width: 210px;
    height: 315px;
    bottom: -30px;
  }
}
@media (min-width: 1200px) {
  .top-view::before {
    width: 260px;
    height: 400px;
    bottom: -30px;
    right: 10vw;
  }
}

.p-scene {
  background-color: #99daff;
  padding: 50px 0 20px;
  position: relative;
  margin-bottom: 60px;
}
.p-scene::before {
  content: "";
  position: absolute;
  bottom: -60px;
  left: 0;
  width: 100%;
  height: 60px;
  background: linear-gradient(to bottom right, #f4f4f4 49.5%, #99daff 50%) left/50% 100% no-repeat, linear-gradient(to bottom left, #f4f4f4 49.5%, #99daff 50%) right/50% 100% no-repeat;
  transform: rotate(180deg);
}
.p-scene .p-title {
  position: relative;
  z-index: 10;
}
.p-scene__wrap {
  margin-bottom: 30px;
}
.p-scene__tit {
  font-size: 1.2rem;
  padding-left: 18px;
  margin-bottom: 15px;
  position: relative;
  z-index: 10;
}
.p-scene__tit::before {
  content: "";
  width: 8px;
  height: 8px;
  background-color: #ff9797;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.p-scene__list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
  z-index: 10;
}
.p-scene__list__item {
  background-color: #fff;
  flex-basis: 49%;
  padding: 15px;
  margin-bottom: 2%;
  border-radius: 5px;
  border: 1px solid #ccc;
}
.p-scene__list__item .Icon {
  width: 100px;
  height: 100px;
  margin: 0 auto 8px;
}
.p-scene__list__item .Icon img {
  -o-object-fit: contain;
     object-fit: contain;
}
.p-scene__list__item h3 {
  text-align: center;
  font-size: 12px;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 600px) {
  .p-scene {
    padding: 60px 0 30px;
  }
  .p-scene__tit {
    font-size: 1.4rem;
    padding-left: 20px;
    margin-bottom: 15px;
  }
  .p-scene__tit::before {
    width: 11px;
    height: 11px;
  }
  .p-scene__list {
    justify-content: left;
  }
  .p-scene__list__item {
    flex-basis: 32%;
    margin: 0 2% 2% 0;
    padding: 20px 15px 15px;
  }
  .p-scene__list__item:nth-child(3n) {
    margin: 0 0 2% 0;
  }
  .p-scene__list__item h3 {
    font-size: 13px;
    height: 45px;
  }
}
@media (min-width: 960px) {
  .p-scene {
    background-color: #fff;
    margin: 0 20px 100px;
  }
  .p-scene::before {
    bottom: -100px;
    height: 100px;
    background: linear-gradient(to bottom right, #f4f4f4 49.5%, #fff 50%) left/50% 100% no-repeat, linear-gradient(to bottom left, #f4f4f4 49.5%, #fff 50%) right/50% 100% no-repeat;
  }
  .p-scene .p-title .ja {
    font-size: 1.4rem;
  }
  .p-scene__wrap {
    display: flex;
    align-items: flex-start;
    margin-bottom: 40px;
  }
  .p-scene__tit {
    width: 160px;
    margin-top: 70px;
    font-size: 1.4rem;
  }
  .p-scene__list {
    flex: 1;
  }
  .p-scene__list__item h3 {
    font-size: 15px;
    height: 45px;
  }
}
@media (min-width: 1200px) {
  .p-scene {
    padding: 80px 0 20px;
    margin: 0 30px 120px;
  }
  .p-scene::before {
    bottom: -120px;
    height: 120px;
  }
  .p-scene .p-title .ja {
    font-size: 1.6rem;
  }
  .p-scene__list {
    justify-content: left;
  }
  .p-scene__list__item {
    flex-basis: 24%;
    margin: 0 1% 1% 0;
  }
  .p-scene__list__item .Icon {
    margin: 0 auto 10px;
  }
  .p-scene__list__item:nth-child(3n) {
    margin: 0 1% 1% 0;
  }
  .p-scene__list__item:nth-child(4n) {
    margin: 0 0 1% 0;
  }
  .p-scene__list__item h3 {
    font-size: 16px;
  }
}

.p-feature {
  background-color: #f4f4f4;
  padding: 50px 0 20px;
  position: relative;
  margin-bottom: 60px;
}
.p-feature::before {
  content: "";
  position: absolute;
  bottom: -60px;
  left: 0;
  width: 100%;
  height: 60px;
  background: linear-gradient(to bottom right, #99daff 49.5%, #f4f4f4 50%) left/50% 100% no-repeat, linear-gradient(to bottom left, #99daff 49.5%, #f4f4f4 50%) right/50% 100% no-repeat;
  transform: rotate(180deg);
}
.p-feature__list {
  margin-top: 50px;
}
.p-feature__list__item {
  background-color: #fff;
  margin-bottom: 50px;
  border-radius: 8px;
  position: relative;
}
.p-feature__list__item .num {
  position: absolute;
  top: -35px;
  left: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #99daff;
  font-size: 12px;
  font-weight: bold;
}
.p-feature__list__item .num strong {
  font-size: 2.2rem;
  line-height: 1;
  text-shadow: 2px 2px 0 rgba(204, 204, 204, 0.5019607843);
}
.p-feature__list__item .Desc {
  padding: 30px 15px 20px;
}
.p-feature__list__item .Desc h3 {
  color: #1797e0;
  font-size: 1.2rem;
  letter-spacing: 1.1px;
  margin-bottom: 10px;
}
.p-feature__list__item .Img img {
  border-radius: 0 0 8px 8px;
}
@media (min-width: 600px) {
  .p-feature {
    padding: 60px 0 30px;
  }
  .p-feature__list__item {
    display: flex;
  }
  .p-feature__list__item:nth-child(2n) {
    flex-direction: row-reverse;
  }
  .p-feature__list__item:nth-child(2n) .num {
    left: auto;
    right: 10px;
  }
  .p-feature__list__item:nth-child(2n) .Img img {
    border-radius: 8px 0 0 8px;
  }
  .p-feature__list__item .Desc {
    flex-basis: 60%;
  }
  .p-feature__list__item .Img {
    flex-basis: 40%;
  }
  .p-feature__list__item .Img img {
    border-radius: 0 8px 8px 0;
  }
}
@media (min-width: 960px) {
  .p-feature {
    margin: 0 20px 100px;
  }
  .p-feature::before {
    bottom: -100px;
    height: 100px;
    background: linear-gradient(to bottom right, #99daff 49.5%, #f4f4f4 50%) left/50% 100% no-repeat, linear-gradient(to bottom left, #99daff 49.5%, #f4f4f4 50%) right/50% 100% no-repeat;
  }
  .p-feature__list {
    margin-top: 60px;
  }
  .p-feature__list__item {
    margin-bottom: 60px;
    border-radius: 12px;
  }
  .p-feature__list__item:nth-child(2n) .Img img {
    border-radius: 12px 0 0 12px;
  }
  .p-feature__list__item .num {
    top: -45px;
    left: 10px;
    font-size: 1rem;
  }
  .p-feature__list__item .num strong {
    font-size: 2.8rem;
  }
  .p-feature__list__item .Desc {
    flex-basis: 50%;
    align-self: center;
    padding: 30px;
  }
  .p-feature__list__item .Desc h3 {
    font-size: 1.3rem;
    letter-spacing: 2px;
    margin-bottom: 15px;
  }
  .p-feature__list__item .Img {
    flex-basis: 50%;
  }
  .p-feature__list__item .Img img {
    border-radius: 0 12px 12px 0;
  }
}
@media (min-width: 1200px) {
  .p-feature {
    padding: 80px 0 20px;
    margin: 0 30px 120px;
  }
  .p-feature::before {
    bottom: -120px;
    height: 120px;
  }
  .p-feature__list__item .Desc h3 {
    font-size: 1.5rem;
  }
}

.p-price {
  background-color: #99daff;
  padding: 50px 0;
}
.p-price .c-container, .p-price .breadcrumb {
  padding: 0 4vw;
}
.p-price .p-title .en {
  color: #fff;
}
.p-price__wrap {
  background-color: #fff;
  padding: 50px 4vw;
  border-radius: 8px;
}
.p-price__wrap .Inner {
  margin-bottom: 30px;
}
.p-price__wrap .Inner__tit {
  color: #1797e0;
  font-size: 1.1rem;
  margin-bottom: 15px;
}
.p-price__wrap .Inner .caution {
  font-size: 12px;
}
.p-price__table {
  overflow-x: scroll;
  margin-bottom: 8px;
}
.p-price__table table {
  width: 500px;
  margin: 0 auto;
}
.p-price__table table thead {
  background-color: #99daff;
}
.p-price__table table thead th {
  border: 1px solid #fff;
  font-size: 14px;
  padding: 12px 0;
  text-align: center;
  color: #fff;
}
.p-price__table table thead th.color {
  background-color: #1797e0;
}
.p-price__table table tbody th,
.p-price__table table tbody td {
  background-color: #efefef;
  border: 1px solid #fff;
  padding: 15px 0;
  text-align: center;
  font-size: 14px;
}
.p-price__desc .p-title {
  line-height: 1.3;
}
.p-price__desc .p-title .ja {
  font-size: 1.2rem;
}
.p-price__desc .more-btn {
  margin-top: 30px;
}
@media (min-width: 600px) {
  .p-price {
    padding: 60px 0;
  }
  .p-price .c-container, .p-price .breadcrumb {
    padding: 0 5vw;
  }
  .p-price__wrap {
    padding: 50px 5vw;
  }
  .p-price__wrap .Inner {
    margin-bottom: 45px;
  }
  .p-price__wrap .Inner__tit {
    font-size: 1.2rem;
    margin-bottom: 15px;
  }
  .p-price__table {
    overflow-x: hidden;
  }
  .p-price__table table {
    width: 100%;
  }
}
@media (min-width: 960px) {
  .p-price__wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 12px;
  }
  .p-price .Inner {
    flex-basis: 48%;
    margin-bottom: 0;
  }
  .p-price__desc {
    flex-basis: 48%;
  }
}
@media (min-width: 1200px) {
  .p-price {
    padding: 80px 0;
  }
  .p-price__wrap {
    padding: 80px 5vw;
  }
  .p-price__wrap .Inner__tit {
    font-size: 1.3rem;
    margin-bottom: 15px;
  }
  .p-price__wrap .Inner .caution {
    font-size: 14px;
  }
  .p-price__table table thead th {
    font-size: 16px;
  }
  .p-price__table table tbody th,
  .p-price__table table tbody td {
    font-size: 16px;
  }
  .p-price__desc .p-title .ja {
    font-size: 1.5rem;
  }
  .p-price__desc .more-btn {
    margin-top: 50px;
  }
}

.p-narrator {
  background-color: #f4f4f4;
  padding: 50px 0 10px;
}
.p-narrator__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}
.p-narrator__nav {
  display: flex;
  gap: 10px;
  margin-right: 5vw;
}
.p-narrator__tit {
  font-size: 1.1rem;
}
.p-narrator__slider {
  position: relative;
}
.p-narrator__slider .swiper-narrator {
  position: relative;
}
.p-narrator__wrap {
  margin-bottom: 50px;
}
.p-narrator-link {
  display: block;
  background-color: #fff;
  text-align: center;
  color: rgb(39, 39, 39);
  padding: 15px 5px;
}
.p-narrator-link .Img {
  width: 100px;
  height: 100px;
  margin: 0 auto 15px;
  border-radius: 50%;
}
.p-narrator-link .Img img {
  border-radius: 50%;
}
.p-narrator-link h3 {
  font-size: 0.9rem;
}
.p-narrator [class*=swiper-button-prev],
.p-narrator [class*=swiper-button-next] {
  position: relative;
  width: 44px;
  height: 44px;
  margin: 0;
  background-color: rgba(255, 255, 255, 0.9);
  border: 1px solid #ddd;
  border-radius: 50%;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  cursor: pointer;
  flex-shrink: 0;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  margin-top: 0;
}
.p-narrator [class*=swiper-button-prev]::after,
.p-narrator [class*=swiper-button-next]::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
}
.p-narrator [class*=swiper-button-prev]:hover,
.p-narrator [class*=swiper-button-next]:hover {
  background-color: #fff;
  border-color: #333;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  transform: scale(1.1);
}
.p-narrator [class*=swiper-button-prev].swiper-button-disabled,
.p-narrator [class*=swiper-button-next].swiper-button-disabled {
  opacity: 0.3;
  cursor: not-allowed;
}
.p-narrator [class*=swiper-button-prev].swiper-button-disabled:hover,
.p-narrator [class*=swiper-button-next].swiper-button-disabled:hover {
  transform: scale(1);
  border-color: #ddd;
}
.p-narrator [class*=swiper-button-prev] {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23333' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='15 18 9 12 15 6'%3E%3C/polyline%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px;
}
.p-narrator [class*=swiper-button-prev]::after {
  content: none;
}
.p-narrator [class*=swiper-button-next] {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23333' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='9 18 15 12 9 6'%3E%3C/polyline%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px;
}
.p-narrator [class*=swiper-button-next]::after {
  content: none;
}
.p-narrator .more-btn {
  margin-top: 30px;
}
@media (min-width: 960px) {
  .p-narrator {
    padding: 60px 0 10px;
    margin: 0 20px;
  }
  .p-narrator__header {
    justify-content: left;
  }
  .p-narrator__nav {
    display: flex;
    gap: 10px;
    margin-right: 0;
  }
  .p-narrator__tit {
    font-size: 1.4rem;
    margin-right: 5vw;
  }
  .p-narrator__wrap {
    margin-bottom: 60px;
  }
  .p-narrator-link {
    display: block;
    background-color: #fff;
    text-align: center;
    color: rgb(39, 39, 39);
    padding: 20px 5px;
  }
  .p-narrator-link .Img {
    width: 150px;
    height: 150px;
    margin: 0 auto 20px;
  }
  .p-narrator-link h3 {
    font-size: 1.1rem;
  }
  .p-narrator .more-btn {
    margin-top: 40px;
  }
}
@media (min-width: 1200px) {
  .p-narrator {
    margin: 0 30px;
    padding: 80px 0 10px;
  }
}

.p-cta {
  padding-bottom: 70px;
  background-color: #fff;
  position: relative;
}
.p-cta::before {
  content: "";
  width: 100%;
  height: calc(100% - 100px);
  background-color: #99daff;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
  border-radius: 10vw 0 0 0;
}
.p-cta__img {
  height: 200px;
  margin: 0 10vw 0 40vw;
  position: relative;
  z-index: 10;
}
.p-cta__img img {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: bottom center;
     object-position: bottom center;
}
.p-cta__desc {
  position: relative;
  z-index: 10;
}
.p-cta__desc h3 {
  font-size: 1.5rem;
  color: #fff;
  line-height: 1.4;
  margin: -30px 0 30px;
}
.p-cta__desc .c-txt-sm, .p-cta__desc .c-contact-text, .p-cta__desc .c-news-sl__contents, .p-cta__desc .c-news__content, .p-cta__desc .c-news .category-list ul li, .c-news .category-list ul .p-cta__desc li, .p-cta__desc .p-news__content, .p-cta__desc .breadcrumb {
  margin-bottom: 30px;
}
.p-cta__btn {
  text-align: center;
}
.p-cta__btn a {
  display: inline-block;
  background-color: #fff;
  color: #ff9797;
  font-size: 1.2rem;
  letter-spacing: 1px;
  font-weight: bold;
  padding: 18px 40px;
  border-radius: 9999px;
  box-shadow: 2px 5px 5px rgba(51, 51, 51, 0.5019607843);
  transition: all 0.3s;
}
.p-cta__btn a:hover {
  transform: translateY(3px);
  box-shadow: 0px 2px 5px rgba(51, 51, 51, 0.5019607843);
  background-color: #ff9797;
  color: #fff;
}
@media (min-width: 600px) {
  .p-cta {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    padding: 50px 0 0;
    margin-bottom: 60px;
  }
  .p-cta::before {
    width: 60%;
    height: calc(100% - 50px);
    border-radius: 20px 0 0 0;
  }
  .p-cta__img {
    height: 300px;
    width: 35%;
    margin: 0 -3vw 0 10vw;
  }
  .p-cta__desc {
    flex: 1;
    padding: 50px 0;
  }
  .p-cta__desc h3 {
    margin: 0 0 30px;
  }
  .p-cta__btn {
    text-align: left;
  }
}
@media (min-width: 960px) {
  .p-cta {
    margin: 0 20px;
    padding: 60px 0;
  }
  .p-cta::before {
    width: 70%;
    height: calc(100% - 120px);
    bottom: 60px;
  }
  .p-cta__img {
    height: 300px;
    width: 30%;
    margin: 0 -3vw 0 8vw;
  }
  .p-cta__desc {
    position: relative;
    z-index: 10;
  }
  .p-cta__desc h3 {
    font-size: 1.8rem;
  }
  .p-cta__desc h3 br {
    display: none;
  }
  .p-cta__desc .c-txt-sm, .p-cta__desc .c-contact-text, .p-cta__desc .c-news-sl__contents, .p-cta__desc .c-news__content, .p-cta__desc .c-news .category-list ul li, .c-news .category-list ul .p-cta__desc li, .p-cta__desc .p-news__content, .p-cta__desc .breadcrumb {
    font-size: 16px;
    letter-spacing: 1px;
  }
}
@media (min-width: 1200px) {
  .p-cta {
    margin: 0 30px;
    padding: 80px 0;
  }
  .p-cta::before {
    width: 70%;
    height: calc(100% - 160px);
    bottom: 80px;
  }
  .p-cta__img {
    width: 25%;
    margin: 0 -5vw 0 12vw;
  }
  .p-cta__desc h3 {
    font-size: 2rem;
  }
  .p-cta__desc .c-txt-sm, .p-cta__desc .c-contact-text, .p-cta__desc .c-news-sl__contents, .p-cta__desc .c-news__content, .p-cta__desc .c-news .category-list ul li, .c-news .category-list ul .p-cta__desc li, .p-cta__desc .p-news__content, .p-cta__desc .breadcrumb {
    font-size: 18px;
  }
}

.p-flow {
  background-color: #fff;
  padding: 50px 0;
}
.p-flow__list__item {
  margin-bottom: 60px;
  position: relative;
}
.p-flow__list__item:last-child::before {
  display: none;
}
.p-flow__list__item::before {
  position: absolute;
  content: "";
  /* 上向きの二等辺三角形の場合 */
  border-left: 25px solid transparent;
  border-right: 25px solid transparent;
  border-bottom: 20px solid #99daff;
  /* 色は任意に変更可能 */
  bottom: -40px;
  left: 50%;
  transform: translateX(-50%) rotate(180deg);
}
.p-flow__list__item .Wrap {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 20px 10vw;
  position: relative;
}
.p-flow__list__item .Wrap::before {
  content: "";
  width: 80%;
  height: 100%;
  background-color: #99daff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  border-radius: 0 12px 12px 0;
}
.p-flow__list__item .Wrap .Tit {
  align-self: center;
  position: relative;
  z-index: 10;
}
.p-flow__list__item .Wrap .Tit h2 {
  font-size: 1.6rem;
  color: #fff;
}
.p-flow__list__item .Wrap .Tit h3 {
  font-size: 1.1rem;
}
.p-flow__list__item .Wrap .Img {
  position: relative;
  z-index: 10;
  flex-basis: 30%;
}
.p-flow__list__item .Desc {
  padding: 15px 8vw 0;
}
.p-flow__list__item .Desc .c-txt-sm, .p-flow__list__item .Desc .c-contact-text, .p-flow__list__item .Desc .c-news-sl__contents, .p-flow__list__item .Desc .c-news__content, .p-flow__list__item .Desc .c-news .category-list ul li, .c-news .category-list ul .p-flow__list__item .Desc li, .p-flow__list__item .Desc .p-news__content, .p-flow__list__item .Desc .breadcrumb {
  letter-spacing: 1px;
  font-size: 13px;
}
@media (min-width: 600px) {
  .p-flow {
    padding: 60px 0;
  }
  .p-flow__list__item {
    margin-bottom: 70px;
    position: relative;
  }
  .p-flow__list__item::before {
    position: absolute;
    content: "";
    /* 上向きの二等辺三角形の場合 */
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    border-bottom: 20px solid #99daff;
    /* 色は任意に変更可能 */
    bottom: -50px;
    left: 50%;
    transform: translateX(-50%) rotate(180deg);
  }
  .p-flow__list__item .Wrap {
    padding: 20px 15vw;
  }
  .p-flow__list__item .Wrap::before {
    width: 80%;
  }
  .p-flow__list__item .Wrap .Tit h2 {
    font-size: 2rem;
  }
  .p-flow__list__item .Wrap .Tit h3 {
    font-size: 1.3rem;
  }
  .p-flow__list__item .Wrap .Img {
    flex-basis: 40%;
  }
  .p-flow__list__item .Desc {
    padding: 30px 10vw 0;
  }
}
@media (min-width: 960px) {
  .p-flow {
    margin: 0 20px;
  }
  .p-flow__list__item .Wrap {
    padding: 20px 15vw;
  }
  .p-flow__list__item .Wrap::before {
    width: 70%;
  }
  .p-flow__list__item .Wrap .Tit h2 {
    font-size: 2.6rem;
  }
  .p-flow__list__item .Wrap .Tit h3 {
    font-size: 1.4rem;
  }
  .p-flow__list__item .Wrap .Img {
    flex-basis: 50%;
  }
}
@media (min-width: 1200px) {
  .p-flow {
    margin: 0 30px;
    padding: 80px 0;
  }
  .p-flow__list {
    display: flex;
    justify-content: space-between;
    padding: 0 3vw;
    margin-bottom: 50px;
    position: relative;
  }
  .p-flow__list::before {
    content: "";
    width: 100%;
    height: 200px;
    background-color: #99daff;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  .p-flow__list__item {
    flex-basis: 19%;
    margin-bottom: 0px;
  }
  .p-flow__list__item::before {
    top: 60%;
    bottom: auto;
    left: auto;
    right: calc(-1% - 30px);
    transform: translateY(-50%) rotate(90deg);
  }
  .p-flow__list__item .Wrap {
    display: block;
    padding: 30px 20px 15px;
  }
  .p-flow__list__item .Wrap::before {
    display: none;
  }
  .p-flow__list__item .Wrap .Tit {
    margin-bottom: 20px;
  }
  .p-flow__list__item .Wrap .Tit h2 {
    font-size: 1.8rem;
    color: #fff;
  }
  .p-flow__list__item .Wrap .Tit h3 {
    font-size: 1.05rem;
  }
  .p-flow__list__item .Desc {
    padding: 0 15px;
  }
  .p-flow__list__item .Desc .c-txt-sm, .p-flow__list__item .Desc .c-contact-text, .p-flow__list__item .Desc .c-news-sl__contents, .p-flow__list__item .Desc .c-news__content, .p-flow__list__item .Desc .c-news .category-list ul li, .c-news .category-list ul .p-flow__list__item .Desc li, .p-flow__list__item .Desc .p-news__content, .p-flow__list__item .Desc .breadcrumb {
    font-size: 14px;
  }
}
@media (min-width: 1200px) {
  .p-flow {
    margin: 0 30px;
  }
}

.p-news {
  background-color: #fff;
  padding: 50px 0;
  position: relative;
}
.p-news::before {
  content: "";
  width: 60%;
  height: 160px;
  background-color: #99daff;
  position: absolute;
  top: 20px;
  left: 0;
  z-index: 1;
  border-radius: 0 30px 30px 0;
}
.p-news .p-title {
  text-align: left;
  position: relative;
  z-index: 10;
  margin-left: 8vw;
}
.p-news .p-title .ja {
  color: #fff;
}
.p-news__list {
  position: relative;
  z-index: 10;
  background-color: #f4f4f4;
  margin-left: 10vw;
  padding: 30px 8vw;
  border-radius: 30px 0 0 30px;
}
.p-news__item {
  padding-bottom: 12px;
  margin-bottom: 15px;
  border-bottom: 1px solid #888;
}
.p-news__item a {
  color: rgb(39, 39, 39);
}
.p-news__date {
  color: #1797e0;
  font-size: 12px;
  letter-spacing: 1px;
}
.p-news .cate-item {
  font-size: 12px;
  display: inline-block;
  border: 1px solid #1797e0;
  color: #1797e0;
  padding: 3px 12px;
  border-radius: 9999px;
  margin-left: 8px;
}
.p-news__content {
  margin-top: 5px;
}
@media (min-width: 960px) {
  .p-news {
    margin: 0 20px;
    padding: 60px 0;
  }
  .p-news::before {
    content: "";
    width: 60%;
    height: 200px;
  }
  .p-news__list {
    margin-left: 20vw;
    padding: 50px 8vw;
  }
  .p-news__item {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .p-news__date {
    font-size: 14px;
  }
  .p-news .cate-item {
    font-size: 14px;
  }
  .p-news__content {
    margin-top: 8px;
  }
}
@media (min-width: 1200px) {
  .p-news {
    margin: 0 30px;
    padding: 80px 0;
  }
  .p-news::before {
    height: 250px;
  }
  .p-news__list {
    margin-left: 17vw;
    padding: 70px 8vw;
  }
  .p-news__item {
    padding-bottom: 25px;
    margin-bottom: 25px;
  }
  .p-news__content {
    margin-top: 12px;
  }
}

.faq-contents {
  padding: 50px 0;
  background-color: #f4f4f4;
}
.faq-contents .c-container, .faq-contents .breadcrumb {
  padding: 0 5vw;
}
.faq-contents .faq__item {
  padding: 10px;
  background: #d6f0ff;
  border-radius: 10px;
  margin-bottom: 10px;
}
.faq-contents .faq dt {
  position: relative;
  cursor: pointer;
  transition: color 0.2s cubic-bezier(0, 0, 0.58, 1);
  background-color: #fff;
  border-radius: 5px;
}
.faq-contents .faq dt::before {
  position: absolute;
  left: 0;
  content: "Q";
  color: #fff;
  font-size: 20px;
  line-height: 40px;
  background: #ff9797;
  height: 100%;
  padding: 10px;
  border-radius: 5px 0 0 5px;
}
.faq-contents .faq dt span {
  margin-left: 10vw;
  margin-right: 6vw;
  line-height: 1.5;
  display: block;
  position: relative;
  padding: 20px 10px;
}
.faq-contents .faq dt .i_box {
  position: absolute;
  top: 50%;
  right: 3vw;
  width: 20px;
  height: 20px;
  margin-top: -10px;
}
.faq-contents .faq dt .i_box::before {
  position: absolute;
  content: "";
  margin: auto;
  box-sizing: border-box;
  vertical-align: middle;
  border-top: 2px solid #ff9797;
  width: 16px;
  height: 0;
  top: 0;
  bottom: 0;
  right: 0;
}
.faq-contents .faq dt .i_box::after {
  position: absolute;
  content: "";
  margin: auto;
  box-sizing: border-box;
  vertical-align: middle;
  border-left: 2px solid #ff9797;
  width: 0;
  height: 16px;
  top: 0;
  bottom: 0;
  right: 7px;
  transition: 0.3s;
}
.faq-contents .faq dd {
  position: relative;
}
.faq-contents .faq dd .c-txt-sm, .faq-contents .faq dd .c-contact-text, .faq-contents .faq dd .c-news-sl__contents, .faq-contents .faq dd .c-news__content, .faq-contents .faq dd .c-news .category-list ul li, .c-news .category-list ul .faq-contents .faq dd li, .faq-contents .faq dd .breadcrumb, .faq-contents .faq dd .p-news__content {
  font-weight: normal;
}
.faq-contents .faq dd .m-description-article {
  font-size: 3.7vw;
  display: block;
  line-height: 2;
  padding: 20px 10px;
}
.faq-contents .faq .more-btn {
  display: block;
}
.faq-contents.c-faq {
  background-color: #fff;
}
.faq-contents.c-faq .c-faq__tit {
  font-size: 1.1rem;
  border-left: 8px solid #ff9797;
  padding-left: 10px;
}
@media (min-width: 600px) {
  .faq-contents {
    padding: 60px 0;
  }
  .faq-contents .c-container, .faq-contents .breadcrumb {
    padding: 0 10vw;
  }
  .faq-contents .faq dt .c-txt-sm, .faq-contents .faq dt .c-contact-text, .faq-contents .faq dt .c-news-sl__contents, .faq-contents .faq dt .c-news__content, .faq-contents .faq dt .c-news .category-list ul li, .c-news .category-list ul .faq-contents .faq dt li, .faq-contents .faq dt .breadcrumb, .faq-contents .faq dt .p-news__content {
    font-size: 16px;
  }
  .faq-contents .faq dt span {
    margin-left: 7vw;
  }
  .faq-contents .faq dd .m-description-article {
    padding: 20px;
  }
}
@media (min-width: 960px) {
  .faq-contents {
    margin: 0 20px;
  }
  .faq-contents .c-container, .faq-contents .breadcrumb {
    padding: 0 12vw;
    display: grid;
    grid-template-rows: auto auto;
    grid-template-columns: 48% 48%;
    gap: 0 4%;
  }
  .faq-contents .p-title {
    grid-row: 1/2;
    grid-column: 1/2;
  }
  .faq-contents .more-btn {
    grid-row: 1/2;
    grid-column: 2/3;
    margin-bottom: 45px;
    align-self: flex-end;
  }
  .faq-contents .faq {
    margin-bottom: 0;
    grid-row: 2/3;
    grid-column: 1/3;
  }
  .faq-contents .faq__item {
    padding: 15px;
    margin-bottom: 20px;
  }
  .faq-contents .faq dt .c-txt-sm, .faq-contents .faq dt .c-contact-text, .faq-contents .faq dt .c-news-sl__contents, .faq-contents .faq dt .c-news__content, .faq-contents .faq dt .c-news .category-list ul li, .c-news .category-list ul .faq-contents .faq dt li, .faq-contents .faq dt .breadcrumb, .faq-contents .faq dt .p-news__content {
    font-size: 18px;
  }
  .faq-contents .faq dt::before {
    font-size: 28px;
    line-height: 45px;
    padding: 10px 15px;
  }
  .faq-contents .faq dt span {
    margin-left: 6vw;
  }
  .faq-contents .faq dd .m-description-article {
    padding: 20px;
  }
  .faq-contents.c-faq .c-container, .faq-contents.c-faq .breadcrumb {
    display: block;
  }
  .faq-contents.c-faq .c-faq__tit {
    font-size: 1.5rem;
    border-left: 12px solid #ff9797;
    padding-left: 15px;
  }
}
@media (min-width: 1200px) {
  .faq-contents {
    margin: 0 30px;
    padding: 80px 0;
  }
  .faq-contents .c-container, .faq-contents .breadcrumb {
    padding: 0 18vw;
  }
}

.p-contact {
  padding: 50px 5vw;
  background-color: #99daff;
}
.p-contact__desc {
  color: #1797e0;
}
.p-contact__desc .c-txt-sm, .p-contact__desc .c-contact-text, .p-contact__desc .c-news-sl__contents, .p-contact__desc .c-news__content, .p-contact__desc .c-news .category-list ul li, .c-news .category-list ul .p-contact__desc li, .p-contact__desc .breadcrumb, .p-contact__desc .p-news__content {
  letter-spacing: 1px;
}
.p-contact__wrap {
  background-color: #fff;
  padding: 30px 0;
  text-align: center;
  border-radius: 20px;
  position: relative;
}
.p-contact__wrap::before {
  content: "";
  width: 88px;
  height: 130px;
  background: url(../images/home/chara2.webp) no-repeat center/contain;
  position: absolute;
  bottom: -50px;
  left: -3vw;
  z-index: 30;
}
.p-contact__btn .Tit {
  font-size: 16px;
  color: #99daff;
  display: inline-block;
  padding: 0 30px;
  margin-bottom: 15px;
  position: relative;
  z-index: 10;
}
.p-contact__btn .Tit::before {
  content: "";
  width: 20px;
  height: 1px;
  background-color: #99daff;
  position: absolute;
  bottom: 10px;
  left: 0;
  transform: rotate(45deg);
}
.p-contact__btn .Tit::after {
  content: "";
  width: 20px;
  height: 1px;
  background-color: #99daff;
  position: absolute;
  bottom: 8px;
  right: 0;
  transform: rotate(-45deg);
}
.p-contact__btn__item {
  position: relative;
}
.p-contact__btn__item a {
  padding: 20px 10px;
  background-color: #fff;
  box-shadow: 5px 5px 5px rgba(51, 51, 51, 0.5019607843);
  border: 1px solid #eee;
  border-radius: 8px;
  text-align: center;
  display: block;
  width: 270px;
  margin: 0 auto;
  color: rgb(39, 39, 39);
  font-weight: bold;
  font-size: 20px;
  position: relative;
  padding-right: 30px;
  transition: all 0.3s;
}
.p-contact__btn__item a::before {
  content: "";
  width: 40px;
  height: 40px;
  background-color: #ff9797;
  border-radius: 50%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  margin: auto;
  transition: all 0.3s;
}
.p-contact__btn__item a::after {
  content: "";
  width: 12px;
  height: 12px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 30px;
  margin: auto;
  transform: rotate(45deg);
  transition: all 0.3s;
}
.p-contact__btn__item a:hover {
  transform: translateY(4px);
  box-shadow: 2px 2px 5px rgba(51, 51, 51, 0.5019607843);
  background-color: #ff9797;
  color: #fff;
}
.p-contact__btn__item a:hover::before {
  background-color: #fff;
}
.p-contact__btn__item a:hover::after {
  border-top: 3px solid #ff9797;
  border-right: 3px solid #ff9797;
}
@media (min-width: 600px) {
  .p-contact {
    padding: 60px 8vw;
  }
  .p-contact__wrap {
    padding: 50px 0;
  }
  .p-contact__wrap::before {
    content: "";
    width: 130px;
    height: 200px;
    bottom: -60px;
    left: -1vw;
  }
}
@media (min-width: 960px) {
  .p-contact {
    padding: 80px 6vw 100px;
  }
  .p-contact__desc {
    margin-bottom: 0;
  }
  .p-contact__wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 70px 0 100px;
  }
  .p-contact__wrap::before {
    bottom: -100px;
    left: 2vw;
  }
  .p-contact .p-title br {
    display: block;
  }
  .p-contact__btn {
    margin-left: 3vw;
  }
  .p-contact__btn .Tit {
    font-size: 18px;
    padding: 0 40px;
    margin-bottom: 20px;
  }
  .p-contact__btn .Tit::before {
    width: 30px;
  }
  .p-contact__btn .Tit::after {
    width: 30px;
  }
  .p-contact__btn__item a {
    border-radius: 12px;
    width: 330px;
    font-size: 24px;
  }
}
@media (min-width: 1200px) {
  .p-contact {
    padding: 80px 8vw;
  }
  .p-contact__wrap {
    padding: 70px 0;
  }
  .p-contact__wrap::before {
    bottom: -80px;
    left: 1vw;
  }
}

.p-footer {
  background-color: #99daff;
}
.p-footer .c-container, .p-footer .breadcrumb {
  padding: 0 5vw;
}
.p-footer__wrap {
  background-color: #fff;
  border-radius: 0 0 12px 12px;
  padding: 50px 5vw 30px;
}
.p-footer__logo img {
  width: 180px;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-footer__nav {
  display: block;
}
.p-footer__nav ul {
  display: inline-block;
}
.p-footer__nav li {
  margin-bottom: 15px;
  text-align: left;
}
.p-footer__nav li span {
  position: relative;
  display: block;
  padding-left: 15px;
}
.p-footer__nav li span::before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  content: "";
  height: 8px;
  width: 8px;
  background-image: url(../images/common/arrow.png);
  background-repeat: no-repeat;
  background-size: contain;
}
.p-footer__nav li .c-txt-sm, .p-footer__nav li .c-contact-text, .p-footer__nav li .c-news-sl__contents, .p-footer__nav li .c-news__content, .p-footer__nav li .c-news .category-list ul li, .c-news .category-list ul .p-footer__nav li li, .p-footer__nav li .breadcrumb, .p-footer__nav li .p-news__content {
  font-size: 13px;
  color: rgb(39, 39, 39);
  font-weight: bold;
}
.p-footer .copyright {
  padding: 15px 0;
  font-size: 12px;
  text-align: center;
  color: #fff;
}
@media (min-width: 600px) {
  .p-footer .c-container, .p-footer .breadcrumb {
    padding: 0 8vw;
  }
  .p-footer__logo {
    flex-basis: 150px;
    margin: 0 5vw 0 0;
  }
  .p-footer__nav {
    flex: 1;
  }
  .p-footer__nav ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .p-footer__nav ul li {
    flex-basis: 48%;
  }
  .p-footer__wrap {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media (min-width: 960px) {
  .p-footer .c-container, .p-footer .breadcrumb {
    padding: 0 20px;
  }
  .p-footer__wrap {
    padding: 50px 8vw 40px;
  }
  .p-footer__logo {
    flex-basis: 220px;
    margin-right: 5vw;
  }
  .p-footer__nav li {
    margin-bottom: 20px;
  }
  .p-footer__nav li span {
    padding-left: 20px;
  }
  .p-footer__nav li span::before {
    height: 12px;
    width: 12px;
  }
  .p-footer__nav li .c-txt-sm, .p-footer__nav li .c-contact-text, .p-footer__nav li .c-news-sl__contents, .p-footer__nav li .c-news__content, .p-footer__nav li .c-news .category-list ul li, .c-news .category-list ul .p-footer__nav li li, .p-footer__nav li .breadcrumb, .p-footer__nav li .p-news__content {
    font-size: 16px;
  }
  .p-footer .copyright {
    padding: 20px 0;
    font-size: 14px;
  }
}
@media (min-width: 1200px) {
  .p-footer .c-container, .p-footer .breadcrumb {
    padding: 0 30px;
  }
  .p-footer__wrap {
    padding: 70px 8vw 50px;
  }
  .p-footer__logo {
    flex-basis: 280px;
    margin-right: 5vw;
  }
  .p-footer__logo img {
    width: 280px;
  }
  .p-footer__nav {
    flex: 1;
  }
  .p-footer__nav ul {
    justify-content: left;
  }
  .p-footer__nav ul li {
    flex-basis: 32%;
    margin: 0 1% 20px 0;
  }
  .p-footer__nav ul li:nth-child(3n) {
    margin: 0 0 20px;
  }
}

.c-company .c-about {
  background-color: #fff;
  padding: 50px 0;
}
.c-company .c-about__desc table {
  border-top: 1px solid #eee;
}
.c-company .c-about__desc table th {
  background-color: #d6f0ff;
  display: block;
  width: 100%;
  padding: 8px 16px;
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
}
.c-company .c-about__desc table td {
  display: block;
  width: 100%;
  padding: 16px 16px;
  border: 1px solid #eee;
}
.c-company .c-about__desc table td a {
  color: rgb(39, 39, 39);
}
.c-company .c-about__desc table td .gmap {
  margin: 15px 0 0;
  height: 300px;
}
@media (min-width: 960px) {
  .c-company .c-about {
    background-color: #fff;
    padding: 60px 0;
    margin: 0 20px;
  }
  .c-company .c-about__desc table {
    border-top: 1px solid #eee;
  }
  .c-company .c-about__desc table tr {
    display: flex;
  }
  .c-company .c-about__desc table th {
    width: 40%;
    padding: 20px;
    border: none;
    border-bottom: 1px solid #fff;
    display: flex;
    align-items: center;
  }
  .c-company .c-about__desc table td {
    width: 60%;
    align-self: center;
    padding: 20px;
    border: none;
    border-bottom: 1px solid #eee;
    border-right: 1px solid #eee;
  }
  .c-company .c-about__desc table td .gmap {
    margin: 20px 0 0;
    height: 300px;
  }
}
@media (min-width: 1200px) {
  .c-company .c-about {
    margin: 0 30px;
    padding-bottom: 80px;
  }
  .c-company .c-about .c-container, .c-company .c-about .breadcrumb {
    padding: 0 15vw;
  }
  .c-company .c-about__desc table th {
    width: 30%;
    padding: 30px;
  }
  .c-company .c-about__desc table td {
    width: 70%;
    padding: 30px;
  }
  .c-company .c-about__desc table td .gmap {
    margin: 30px 0 0;
  }
}

.c-predesc {
  background-color: #fff;
  padding-top: 50px;
}
@media (min-width: 960px) {
  .c-predesc {
    margin: 0 20px;
  }
}
@media (min-width: 1200px) {
  .c-predesc {
    margin: 0 30px;
  }
}

.c-price {
  background-color: #fff;
  padding: 50px 0;
}
.c-price__tit {
  background-color: #1797e0;
  padding: 15px 0;
  padding-left: 8vw;
  font-size: 1.4rem;
  color: #fff;
}
.c-price__wrap {
  margin-bottom: 50px;
}
.c-price__wrap .caution {
  font-size: 12px;
}
.c-price__subtit {
  color: #1797e0;
  font-size: 1.1rem;
  margin-bottom: 15px;
}
.c-price__caution {
  border: 1px solid #ccc;
  padding: 20px;
}
.c-price__caution h4 {
  line-height: 2;
  color: #1797e0;
  margin-bottom: 15px;
}
.c-price__caution .c-txt-sm, .c-price__caution .c-contact-text, .c-price__caution .c-news-sl__contents, .c-price__caution .c-news__content, .c-price__caution .c-news .category-list ul li, .c-news .category-list ul .c-price__caution li, .c-price__caution .breadcrumb, .c-price__caution .p-news__content {
  font-size: 13px;
  letter-spacing: 1px;
}
@media (min-width: 960px) {
  .c-price {
    margin: 0 20px;
    padding-top: 0;
    padding-bottom: 80px;
  }
  .c-price__tit {
    padding: 20px 0;
    padding-left: 8vw;
    font-size: 1.8rem;
  }
  .c-price__subtit {
    font-size: 1.4rem;
    margin-bottom: 20px;
  }
  .c-price__wrap .caution {
    font-size: 14px;
  }
  .c-price .p-price__table table thead th {
    font-size: 18px;
    padding: 15px;
  }
  .c-price .p-price__table table tbody th,
  .c-price .p-price__table table tbody td {
    padding: 20px 10px;
    font-size: 18px;
  }
  .c-price__caution {
    padding: 30px;
  }
  .c-price__caution h4 {
    font-size: 1.2rem;
    margin-bottom: 15px;
  }
  .c-price__caution .c-txt-sm, .c-price__caution .c-contact-text, .c-price__caution .c-news-sl__contents, .c-price__caution .c-news__content, .c-price__caution .c-news .category-list ul li, .c-news .category-list ul .c-price__caution li, .c-price__caution .breadcrumb, .c-price__caution .p-news__content {
    font-size: 15px;
  }
}
@media (min-width: 1200px) {
  .c-price {
    margin: 0 30px;
  }
  .c-price .c-container, .c-price .breadcrumb {
    padding: 0 15vw;
  }
  .c-price__tit {
    padding: 25px 0;
    padding-left: 15vw;
    font-size: 2rem;
  }
  .c-price__subtit {
    font-size: 1.6rem;
  }
}

.c-flow .item-tit {
  display: flex;
  justify-content: start;
  align-items: center;
  margin-bottom: 20px;
}
.c-flow .item-tit .step {
  color: #99daff;
  border: 2px solid #99daff;
  font-weight: normal;
  font-size: 14px;
  padding: 1px 10px;
  border-radius: 9999px;
  letter-spacing: 1px;
}
@media (min-width: 960px) {
  .c-flow .item-tit .step {
    font-size: 16px;
  }
}
.c-flow .item-tit .serif {
  color: #1797e0;
  padding: 0 10px;
  font-size: 20px;
}
@media (min-width: 600px) {
  .c-flow .item-tit .serif {
    font-size: 24px;
  }
}
@media (min-width: 1400px) {
  .c-flow .item-tit .serif {
    font-size: 30px;
  }
}
.c-flow .item-img {
  max-width: 500px;
  margin: 0 auto 30px;
}
.c-flow-item {
  position: relative;
  padding: 50px 0;
}
.c-flow-item::after {
  content: "";
  position: absolute;
  z-index: 200;
  bottom: -20px;
  left: 50%;
  margin-left: -40px;
  display: block;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 20px 40px 0 40px;
  border-color: #f0f0f0 transparent transparent transparent;
}
.c-flow-item:last-child::after {
  display: none;
}
.c-flow #flow02,
.c-flow #flow04,
.c-flow #flow06 {
  background-color: #f4f4f4;
}
.c-flow #flow01,
.c-flow #flow03,
.c-flow #flow05,
.c-flow #flow07 {
  background-color: #fff;
}
.c-flow #flow01::after,
.c-flow #flow03::after,
.c-flow #flow05::after,
.c-flow #flow07::after {
  border-color: #fff transparent transparent transparent;
}
@media (min-width: 600px) {
  .c-flow .c-container, .c-flow .breadcrumb {
    padding: 0 15vw;
  }
}
@media (min-width: 960px) {
  .c-flow {
    margin: 0 20px;
  }
  .c-flow-item .c-container, .c-flow-item .breadcrumb {
    padding: 0 5vw;
  }
  .c-flow-item:nth-child(2n) .item-wrap {
    flex-direction: row-reverse;
  }
  .c-flow .item-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .c-flow .item-img, .c-flow .item-desc {
    width: 48%;
  }
  .c-flow .item-img {
    margin: 0;
    max-width: none;
  }
  .c-flow .item-desc .c-txt-sm, .c-flow .item-desc .c-contact-text, .c-flow .item-desc .c-news-sl__contents, .c-flow .item-desc .c-news__content, .c-flow .item-desc .c-news .category-list ul li, .c-news .category-list ul .c-flow .item-desc li, .c-flow .item-desc .breadcrumb, .c-flow .item-desc .p-news__content {
    font-size: 16px;
  }
}
@media (min-width: 1200px) {
  .c-flow {
    margin: 0 30px;
  }
  .c-flow-item .c-container, .c-flow-item .breadcrumb {
    padding: 0 10vw;
  }
  .c-flow .item-img {
    width: 38%;
  }
  .c-flow .item-desc {
    width: 58%;
  }
}

.c-caution {
  background-color: #fff;
  padding-bottom: 50px;
}
@media (min-width: 960px) {
  .c-caution {
    padding: 60px 0;
    margin: 0 20px;
  }
}
@media (min-width: 1200px) {
  .c-caution {
    padding: 80px 0;
    margin: 0 30px;
  }
}

.c-works__filter {
  background-color: #efefef;
  padding: 30px 8vw;
}
.c-works__filter h3 {
  text-align: center;
  font-size: 18px;
  background-color: #99daff;
  padding: 15px 0;
  color: #fff;
}
.c-works__filter__list {
  margin-bottom: 0;
  background-color: #fff;
  padding: 20px;
}
.c-works__filter__link {
  display: block;
  background-color: #fff;
  padding: 15px;
  margin-bottom: 12px;
  border-radius: 8px;
  border: 1px solid #eee;
  box-shadow: 5px 5px 5px rgba(51, 51, 51, 0.2);
  color: #666;
  transition: color 0.3s ease;
  font-size: 16px;
  font-weight: bold;
}
.c-works__filter__link.active {
  color: #1797e0;
}
.c-works__category-title {
  background-color: #1797e0;
  padding: 15px;
  font-size: 1.2rem;
  color: #fff;
}
.c-works__wrap {
  background-color: #fff;
  padding: 50px 0;
}
.c-works__list {
  margin-bottom: 50px;
}
.c-works__list__item {
  border: 1px solid #ccc;
  margin-bottom: 30px;
  padding: 20px;
}
.c-works__list__item .thumbnail-img {
  aspect-ratio: 1/1;
  margin-bottom: 15px;
}
.c-works__list__item .thumbnail-img img {
  -o-object-position: top center;
     object-position: top center;
  border-radius: 8px;
}
.c-works__link {
  display: block;
  color: #fff;
}
.c-works__content {
  text-align: center;
}
.c-works__content h3 {
  font-size: 1.2rem;
  margin-bottom: 10px;
}
.c-works__content h4 {
  display: inline-block;
  background-color: #1797e0;
  color: #fff;
  padding: 5px 15px;
  border-radius: 5px;
  font-size: 0.9rem;
  margin-bottom: 15px;
  position: relative;
}
.c-works__content h4::before {
  position: absolute;
  content: "";
  /* 上向きの二等辺三角形の場合 */
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #1797e0;
  /* 色は任意に変更可能 */
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%) rotate(180deg);
}
.c-works__content .audio-play {
  margin-bottom: 10px;
}
.c-works__content .audio-play audio {
  width: 100%;
}
.c-works__content h5 {
  background-color: #99daff;
  padding: 8px;
  border-radius: 5px;
  font-weight: normal;
  color: #fff;
  font-size: 0.9rem;
  margin-top: 20px;
}
@media (min-width: 600px) {
  .c-works__filter {
    padding: 40px 10vw;
  }
  .c-works__filter__list {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    padding: 20px;
  }
  .c-works__filter__item {
    flex-basis: 48%;
  }
  .c-works__category-title {
    font-size: 1.4rem;
  }
  .c-works__list {
    display: flex;
    flex-wrap: wrap;
  }
  .c-works__list__item {
    flex-basis: 48%;
    margin: 0 4% 30px 0;
    padding: 20px;
  }
  .c-works__list__item:nth-child(2n) {
    margin: 0 0 30px;
  }
  .c-works__content h3 {
    font-size: 1.3rem;
  }
  .c-works__content h4 {
    font-size: 1rem;
  }
}
@media (min-width: 960px) {
  .c-works__filter {
    margin: 0 20px;
    padding: 50px 10vw;
  }
  .c-works__filter h3 {
    font-size: 24px;
  }
  .c-works__filter__list {
    justify-content: center;
  }
  .c-works__filter__item {
    flex-basis: 31%;
    margin: 8px;
  }
  .c-works__wrap {
    margin: 0 20px;
  }
  .c-works__category-title {
    padding: 20px;
    font-size: 1.6rem;
  }
  .c-works__list {
    display: flex;
    flex-wrap: wrap;
  }
  .c-works__list__item {
    flex-basis: 32%;
    margin: 0 2% 30px 0;
  }
  .c-works__list__item:nth-child(2n) {
    margin: 0 2% 30px 0;
  }
  .c-works__list__item:nth-child(3n) {
    margin: 0 0 30px;
  }
}
@media (min-width: 1200px) {
  .c-works__filter {
    margin: 0 30px;
    padding: 50px 8vw;
  }
  .c-works__filter__list {
    justify-content: space-between;
  }
  .c-works__filter__item {
    flex-basis: 19%;
    margin: 0;
  }
  .c-works__wrap {
    margin: 0 30px;
    padding: 80px 0;
  }
  .c-works__category-title {
    font-size: 1.8rem;
  }
  .c-works__content {
    text-align: center;
  }
  .c-works__content h3 {
    font-size: 1.4rem;
    margin-bottom: 10px;
  }
  .c-works__content h4 {
    font-size: 1.1rem;
  }
  .c-works__content h5 {
    font-size: 1rem;
  }
}

.c-works-sl {
  padding: 30px 0;
  background-color: #f4f4f4;
}
.c-works-sl__wrap {
  background-color: #fff;
  border-radius: 8px;
  padding-bottom: 30px;
}
.c-works-sl__tit {
  padding: 30px;
  font-size: 1.3rem;
  border-bottom: 1px solid #1797e0;
}
.c-works-sl__subtit {
  color: #1797e0;
  font-size: 1.1rem;
  margin-bottom: 15px;
}
.c-works-sl__grid {
  padding: 20px;
}
.c-works-sl__img {
  aspect-ratio: 1/1;
  margin-bottom: 15px;
}
.c-works-sl__img img {
  -o-object-position: top center;
     object-position: top center;
  border-radius: 8px;
}
.c-works-sl__desc {
  margin-bottom: 15px;
}
.c-works-sl__desc .message {
  margin-bottom: 15px;
}
.c-works-sl__voice .audio-play {
  margin-bottom: 10px;
}
.c-works-sl__voice .audio-play audio {
  width: 100%;
}
.c-works-sl__link {
  text-align: right;
  margin: 0 20px;
}
.c-works-sl__link a {
  background-color: #ff9797;
  padding: 8px 15px;
  color: #fff;
  font-weight: bold;
  border-radius: 9999px;
}
@media (min-width: 600px) {
  .c-works-sl__tit {
    font-size: 1.5rem;
  }
  .c-works-sl__grid {
    padding: 30px 50px;
  }
  .c-works-sl__img {
    max-width: 400px;
    margin: 0 auto 30px;
  }
  .c-works-sl__desc {
    margin-bottom: 30px;
  }
  .c-works-sl__desc .message {
    margin-bottom: 30px;
  }
  .c-works-sl__voice .audio-play {
    margin-bottom: 10px;
    text-align: center;
  }
  .c-works-sl__voice .audio-play audio {
    max-width: 300px;
  }
  .c-works-sl__link {
    margin: 0 50px;
  }
}
@media (min-width: 960px) {
  .c-works-sl {
    margin: 0 20px;
    padding: 50px 0;
  }
  .c-works-sl__tit {
    padding: 40px 50px;
    font-size: 1.6rem;
  }
  .c-works-sl__subtit {
    font-size: 1.3rem;
  }
  .c-works-sl__wrap {
    padding-bottom: 50px;
  }
  .c-works-sl__grid {
    display: grid;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 38% 58%;
    gap: 0 4%;
    padding: 50px;
  }
  .c-works-sl__img {
    grid-row: 1/2;
    grid-column: 1/2;
  }
  .c-works-sl__voice {
    grid-row: 2/3;
    grid-column: 1/2;
  }
  .c-works-sl__desc {
    grid-row: 1/3;
    grid-column: 2/3;
  }
  .c-works-sl__link a {
    padding: 12px 30px;
    font-size: 18px;
  }
}
@media (min-width: 1200px) {
  .c-works-sl {
    margin: 0 30px;
    padding: 80px 0;
  }
  .c-works-sl__grid {
    padding: 50px 5vw;
  }
}

.c-news {
  background-color: #f4f4f4;
  padding-bottom: 50px;
}
.c-news .category-list {
  padding: 30px;
  background-color: #fff;
}
.c-news .category-list h3 {
  text-align: center;
  font-size: 18px;
  letter-spacing: 2px;
  margin-bottom: 15px;
}
.c-news .category-list ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.c-news .category-list ul li {
  border: 1px solid #ccc;
  background-color: #fff;
  padding: 5px 15px;
  border-radius: 9999px;
  margin: 5px;
  position: relative;
}
.c-news .category-list ul li a {
  color: rgb(39, 39, 39);
}
.c-news .category-list ul li.current-cat {
  background-color: #99daff;
}
.c-news .category-list ul li.current-cat a {
  color: #fff;
}
.c-news__item {
  margin-bottom: 30px;
  background-color: #fff;
  padding: 15px;
}
.c-news__link {
  display: block;
  color: rgb(39, 39, 39);
}
.c-news__img {
  height: 200px;
  margin-bottom: 15px;
}
.c-news__no-image {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f4f4f4;
  color: #999;
  font-size: 18px;
  font-weight: bold;
}
.c-news .cate-item {
  background-color: #1797e0;
  text-align: center;
  font-size: 12px;
  padding: 5px;
  color: #fff;
  margin-bottom: 5px;
}
.c-news__date {
  color: #99daff;
  font-size: 12px;
  line-height: 2;
}
@media (min-width: 600px) {
  .c-news .category-list {
    padding: 50px 20px;
  }
  .c-news__list {
    display: flex;
    flex-wrap: wrap;
  }
  .c-news__item {
    flex-basis: 48%;
    margin: 0 4% 30px 0;
  }
  .c-news__item:nth-child(2n) {
    margin: 0 0 30px;
  }
}
@media (min-width: 960px) {
  .c-news {
    margin: 0 20px;
  }
  .c-news .category-list h3 {
    font-size: 1.4rem;
    margin-bottom: 20px;
  }
  .c-news .category-list ul li {
    padding: 5px 20px;
    margin: 8px;
  }
  .c-news__item {
    padding: 25px;
  }
  .c-news__img {
    height: 240px;
    margin-bottom: 25px;
  }
  .c-news .cate-item {
    font-size: 14px;
  }
  .c-news__date {
    font-size: 14px;
  }
}
@media (min-width: 1200px) {
  .c-news {
    margin: 0 30px;
  }
  .c-news__item {
    flex-basis: 32%;
    margin: 0 2% 30px 0;
  }
  .c-news__item:nth-child(2n) {
    margin: 0 2% 30px 0;
  }
  .c-news__item:nth-child(3n) {
    margin: 0 0 30px;
  }
}

.page-numbers {
  margin: 6vw 0;
}
@media (min-width: 600px) {
  .page-numbers {
    margin: 4vw 0;
  }
}
@media (min-width: 960px) {
  .page-numbers {
    margin: 2vw 0;
  }
}

.page-numbers:not(.next):not(.prev) {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgb(39, 39, 39);
  font-size: 13px;
  padding-left: 3px;
}
.page-numbers:not(.next):not(.prev) .current {
  border: 1px solid #ff9797;
  background: #ff9797 !important;
}
.page-numbers:not(.next):not(.prev) .page-numbers:not(.next):not(.prev) {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  border: 1px solid #ff9797;
  background: #fff;
  margin: 0 1.3vw;
}
.page-numbers:not(.next):not(.prev) .next {
  position: relative;
  padding-right: 22px;
  color: rgb(39, 39, 39);
  top: 0;
}
.page-numbers:not(.next):not(.prev) .next::after {
  transition: all 0.2s cubic-bezier(0, 0, 0.58, 1);
  content: "";
  position: absolute;
  right: 0;
  background-image: url(../images/common/arrow.png);
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  top: 1px;
  width: 12px;
  height: 12px;
  margin-left: 8px;
}
@media (max-width: 767px) {
  .page-numbers:not(.next):not(.prev) .next {
    display: none;
  }
}
@media (min-width: 600px) {
  .page-numbers:not(.next):not(.prev) .page-numbers:not(.next):not(.prev) {
    width: 45px;
    height: 45px;
  }
  .page-numbers:not(.next):not(.prev) .next {
    top: 1px;
  }
}
@media (min-width: 900px) {
  .page-numbers:not(.next):not(.prev) .page-numbers:not(.next):not(.prev) {
    width: 55px;
    height: 55px;
    font-size: 18px;
  }
  .page-numbers:not(.next):not(.prev) .next {
    top: 2px;
    font-size: 18px;
  }
  .page-numbers:not(.next):not(.prev) .next::after {
    top: 4px;
  }
}

.c-news-sl {
  background-color: #fff;
  padding: 30px 0 50px;
}
.c-news-sl__date {
  color: #99daff;
}
.c-news-sl__contents {
  padding: 10vw 0;
  line-height: 2.5;
}
.c-news-sl__link a {
  display: inline-block;
  padding-bottom: 5px;
  border-bottom: 1px solid #99daff;
}
.c-news-sl__link a span {
  color: rgb(39, 39, 39);
}
@media (min-width: 600px) {
  .c-news-sl {
    padding: 40px 0 60px;
  }
  .c-news-sl .c-container, .c-news-sl .breadcrumb {
    padding: 0 10vw;
  }
  .c-news-sl__contents {
    padding: 5vw 0;
  }
}
@media (min-width: 960px) {
  .c-news-sl {
    margin: 0 20px;
    padding: 50px 0 60px;
  }
  .c-news-sl .c-container, .c-news-sl .breadcrumb {
    padding: 0 12vw;
  }
  .c-news-sl__contents {
    padding: 3vw 0;
  }
}
@media (min-width: 1200px) {
  .c-news-sl {
    margin: 0 30px;
    padding: 80px 0;
  }
  .c-news-sl .c-container, .c-news-sl .breadcrumb {
    padding: 0 15vw;
  }
  .c-news-sl__contents {
    padding: 2vw 0;
  }
}

.c-contact {
  background: #f4f4f4;
  padding: 50px 0 30px;
  border-bottom: 50px solid #99daff;
}
.c-contact .wrap br {
  display: none;
}
.c-contact .wrap p {
  display: inline;
}
.c-contact .wrap p.privacy {
  display: block;
}
.c-contact .contact-form {
  margin-bottom: 40px;
  text-align: center;
}
.c-contact .contact-form h1 {
  display: block;
  text-align: center;
  margin: 30px 0;
}
.c-contact .contact-form input, .c-contact .contact-form textarea {
  width: 100%;
  border: none;
  background-color: #fff;
  padding: 5px;
  border-radius: 5px;
}
.c-contact .contact-form textarea {
  margin-bottom: 0;
}
.c-contact .contact-form input {
  height: 45px;
}
.c-contact .contact-form select {
  width: 100%;
  height: 45px;
  border: none;
  background-color: #fff;
  padding: 5px;
  border-radius: 5px;
}
.c-contact .contact-form dl {
  text-align: left;
  display: inline-block;
  width: 100%;
  padding-bottom: 20px;
}
.c-contact .contact-form dt {
  font-size: 14px;
}
.c-contact .contact-form .must {
  position: relative;
  padding: 0 0 10px 0;
  margin-right: 10px;
}
.c-contact .contact-form .must::after {
  content: "必須";
  font-size: 12px;
  color: #fff;
  background-color: #ff9797;
  padding: 5px;
  margin-left: 5px;
}
.c-contact .contact-form .free {
  padding: 5px 15px 5px 0;
  margin-right: 10px;
}
.c-contact .contact-form .wpcf7 form.invalid .wpcf7-response-output {
  border: 1px solid red;
}
.c-contact .contact-form .wpcf7-acceptance input {
  height: 20px;
  width: 20px;
  margin-right: 10px;
}
.c-contact .contact-form .ms-1 {
  color: rgb(33, 128, 218);
  border-bottom: 1px solid rgb(33, 128, 218);
}
.c-contact .contact-form .submit-btn {
  text-align: center;
}
.c-contact .contact-form .submit-btn input:disabled {
  border-color: #949494;
}
.c-contact .contact-form .submit-btn input {
  border-color: rgb(39, 39, 39);
  width: 70%;
  max-width: 320px;
}
.c-contact .contact-form .ajax-loader {
  display: none;
}
.c-contact .contact-form .wpcf7-spinner {
  display: none;
}
.c-contact .grecaptcha-badge {
  box-shadow: none !important;
  width: 100% !important;
}
.c-contact .grecaptcha-badge iframe {
  box-shadow: grey 0px 0px 5px;
}
@media (min-width: 600px) {
  .c-contact {
    padding: 60px 0 30px;
  }
  .c-contact-text {
    letter-spacing: 1px;
    font-size: 16px;
  }
  .c-contact-text br {
    display: none;
  }
  .c-contact .contact-form dt {
    font-size: 16px;
  }
  .c-contact .contact-form dl {
    width: 500px;
    padding-bottom: 30px;
  }
  .c-contact .contact-form .submit-btn input {
    width: 70%;
    max-width: 320px;
    height: 64px;
    font-size: 20px;
  }
  .c-contact .contact-form .wpcf7-acceptance input {
    height: 22px;
    width: 22px;
    margin-right: 15px;
  }
  .c-contact .contact-form .ms-1 {
    font-size: 18px;
  }
}
@media (min-width: 960px) {
  .c-contact {
    margin: 0 20px;
    border-bottom: 80px solid #99daff;
  }
}
@media (min-width: 1200px) {
  .c-contact {
    margin: 0 30px;
    padding: 80px 0 30px;
  }
  .c-contact .wrap {
    width: 800px;
    margin: 0 auto;
  }
  .c-contact .contact-form dl {
    width: 800px;
  }
}

.grecaptcha-badge {
  visibility: hidden;
}

.c-privacy {
  padding-top: 80px;
  background-color: #fff;
}
.c-privacy .c-title {
  text-align: center;
  font-size: 26px;
  display: block;
  margin-bottom: 50px;
  font-weight: bold;
}
.c-privacy h3 {
  margin-bottom: 20px;
}
.c-privacy-item {
  margin-bottom: 30px;
}
@media (min-width: 600px) {
  .c-privacy .c-container, .c-privacy .breadcrumb {
    padding: 0 10vw;
  }
}
@media (min-width: 960px) {
  .c-privacy {
    margin: 0 20px;
  }
  .c-privacy .c-container, .c-privacy .breadcrumb {
    padding: 0 12vw;
  }
  .c-privacy .c-title {
    font-size: 32px;
  }
  .c-privacy h3 {
    font-size: 22px;
  }
}
@media (min-width: 1200px) {
  .c-privacy {
    margin: 0 30px;
  }
  .c-privacy .c-container, .c-privacy .breadcrumb {
    padding: 0 15vw;
  }
}

.c-thanks {
  padding-top: 80px;
  background-color: #fff;
}
.c-thanks .c-title {
  text-align: center;
  font-size: 20px;
  display: block;
  margin-bottom: 30px;
  font-weight: bold;
}
.c-thanks h3 {
  margin-bottom: 20px;
}
.c-thanks-item {
  margin-bottom: 30px;
}
@media (min-width: 600px) {
  .c-thanks .c-container, .c-thanks .breadcrumb {
    padding: 0 10vw;
  }
  .c-thanks .c-title br {
    display: none;
  }
}
@media (min-width: 960px) {
  .c-thanks {
    margin: 0 20px;
  }
  .c-thanks .c-container, .c-thanks .breadcrumb {
    padding: 0 12vw;
  }
  .c-thanks .c-title {
    font-size: 26px;
  }
  .c-thanks h3 {
    font-size: 22px;
  }
}
@media (min-width: 1200px) {
  .c-thanks {
    margin: 0 30px;
  }
  .c-thanks .c-container, .c-thanks .breadcrumb {
    padding: 0 15vw;
  }
}

.p-header {
  width: 100%;
  height: 64px;
  text-align: center;
}
.p-header .logo__img {
  display: inline-block;
  margin: 6px 0 0 0;
}
.p-header .logo {
  background-image: url(../images/common/logo.webp);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  height: 50px;
  width: 160px;
  opacity: 1;
}
.p-header .sp-navbtn {
  position: fixed;
  top: calc(64px + 10vh);
  right: 0;
  z-index: 9999;
  background-color: #ff9797;
  border-radius: 8px 0 0 8px;
  writing-mode: vertical-rl;
}
.p-header .sp-navbtn__item {
  display: block;
  padding: 30px 10px 15px;
  font-size: 12px;
  color: #fff;
  font-weight: bold;
  position: relative;
}
.p-header .sp-navbtn__item::before {
  content: "";
  width: 18px;
  height: 18px;
  background: url(../images/common/ico-mail-wh.png) no-repeat center/contain;
  position: absolute;
  top: 8px;
  left: 0;
  right: 0;
  margin: auto;
}
@media (min-width: 600px) {
  .p-header .sp-navbtn__item {
    padding: 40px 15px 25px;
    font-size: 16px;
  }
  .p-header .sp-navbtn__item::before {
    width: 22px;
    height: 22px;
    top: 12px;
  }
}
@media (max-width: 959px) {
  .p-header {
    height: 64px;
  }
  .p-header .pc-container {
    display: none;
  }
}
@media (min-width: 960px) {
  .p-header {
    height: 100px;
  }
  .p-header .mobile-container,
  .p-header .mobile-menu {
    display: none;
  }
  .p-header .pc-container {
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 8000;
    width: 100%;
    height: 100px;
    background-color: #99daff;
  }
  .p-header .pc-container__inner {
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: calc(100% - 40px);
    height: 80px;
    margin: 20px auto 0;
    border-radius: 12px 12px 0 0;
  }
  .p-header .pc-container .pc-nav {
    margin-right: 2vw;
  }
  .p-header .pc-container .pc-nav-list {
    display: flex;
    align-items: center;
  }
  .p-header .pc-container .pc-nav-item {
    font-size: 14px;
    font-weight: bold;
    padding: 0 1.5vw;
    transition: all 0.3s;
  }
  .p-header .pc-container .pc-nav-item:last-child {
    background-color: #ff9797;
    padding: 10px 20px;
    border-radius: 9999px;
  }
  .p-header .pc-container .pc-nav-item:last-child a {
    color: #fff;
  }
  .p-header .pc-container .pc-nav-item a {
    color: rgb(39, 39, 39);
  }
  .p-header .pc-container .pc-nav-item:hover {
    transform: translateY(4px);
    transition: all 0.3s;
  }
  .p-header .pc-container .pc-nav-item.hoverItem {
    position: relative;
  }
  .p-header .pc-container .pc-nav-item.hoverItem p {
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
    position: relative;
  }
  .p-header .pc-container .pc-nav-item.hoverItem p::before {
    position: absolute;
    top: 3px;
    right: -15px;
    bottom: 0;
    margin: auto;
    content: "";
    width: 8px;
    height: 8px;
    background-image: url(../images/common/arrow.png);
    background-size: contain;
    background-repeat: no-repeat;
    transform: rotate(90deg);
    transition: transform 0.3s ease;
  }
  .p-header .pc-container .pc-nav-item.hoverItem .dropDown {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    top: 110%;
    left: -20px;
    width: 200px;
    padding: 15px 10px 5px;
    background-color: #fff;
    transform: translateY(-10px);
    transition: all 0.3s ease;
  }
  .p-header .pc-container .pc-nav-item.hoverItem .dropDown li {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #99daff;
    opacity: 0;
    transform: translateY(-5px);
    transition: all 0.3s ease;
  }
  .p-header .pc-container .pc-nav-item.hoverItem .dropDown li:hover {
    opacity: 0.3;
  }
  .p-header .pc-container .pc-nav-item.hoverItem .dropDown li a {
    font-size: 14px;
    font-weight: bold;
  }
  .p-header .pc-container .pc-nav-item.hoverItem .dropDown li a span {
    color: rgb(39, 39, 39);
  }
  .p-header .pc-container .pc-nav-item.hoverItem .dropDown li:last-child {
    border-bottom: none;
    margin-bottom: 0;
  }
  .p-header .pc-container .pc-nav-item.hoverItem:hover p::before {
    transform: rotate(270deg);
  }
  .p-header .pc-container .pc-nav-item.hoverItem:hover .dropDown {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
  .p-header .pc-container .pc-nav-item.hoverItem:hover .dropDown li {
    opacity: 1;
    transform: translateY(0);
  }
  .p-header .pc-container .pc-nav-item.hoverItem:hover .dropDown li:nth-child(1) {
    transition-delay: 0.1s;
  }
  .p-header .pc-container .pc-nav-item.hoverItem:hover .dropDown li:nth-child(2) {
    transition-delay: 0.2s;
  }
  .p-header .pc-container .pc-nav-item.hoverItem:hover .dropDown li:nth-child(3) {
    transition-delay: 0.3s;
  }
  .p-header .pc-container .pc-nav-item.hoverItem:hover .dropDown li:nth-child(4) {
    transition-delay: 0.4s;
  }
  .p-header .pc-container .pc-nav-item.hoverItem:hover .dropDown li:nth-child(5) {
    transition-delay: 0.5s;
  }
  .p-header .pc-container .logo__img {
    display: inline-block;
    margin: 0px 15px 0 15px;
  }
  .p-header .pc-container .logo__img .logo {
    width: 180px;
    height: 80px;
  }
  .p-header .sp-navbtn {
    border-radius: 12px 0 0 12px;
  }
  .p-header .sp-navbtn__item {
    padding: 35px 22px 15px;
    font-size: 16px;
    font-weight: normal;
  }
  .p-header .sp-navbtn__item::before {
    width: 20px;
    height: 20px;
    top: 10px;
  }
}
@media (min-width: 1200px) {
  .p-header .pc-container {
    height: 120px;
  }
  .p-header .pc-container__inner {
    width: calc(100% - 60px);
    height: 100px;
    margin: 30px auto 0;
  }
  .p-header .pc-container .pc-nav-item {
    font-size: 18px;
    padding: 0 1.5vw;
  }
  .p-header .pc-container .pc-nav-item.hoverItem p {
    font-size: 18px;
  }
  .p-header .pc-container .pc-nav-item.hoverItem .dropDown {
    top: 110%;
    left: -20px;
    width: 200px;
  }
  .p-header .pc-container .pc-nav-item.hoverItem .dropDown li a {
    font-size: 18px;
  }
  .p-header .pc-container .logo__img {
    display: inline-block;
    margin: 0px 10px 0 20px;
  }
  .p-header .pc-container .logo__img .logo {
    width: 220px;
    height: 70px;
  }
}

.mobile-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.5s;
  opacity: 0;
  z-index: -1;
  background-color: #fff;
}
.mobile-menu__nav {
  display: block;
  height: 100%;
  width: 100%;
}
.mobile-menu__list {
  width: 100%;
  padding-top: 120px;
}
.mobile-menu__item {
  margin: 0 8vw 30px;
  font-size: 16px;
  font-weight: bold;
  position: relative;
}
.mobile-menu__item::before {
  content: "";
  width: 25px;
  height: 25px;
  background-color: #99daff;
  border-radius: 50%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
}
.mobile-menu__item::after {
  content: "";
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 29px;
  margin: auto;
  transform: rotate(45deg);
}
.mobile-menu a {
  color: rgb(39, 39, 39);
}
@media (min-width: 600px) {
  .mobile-menu__item {
    margin: 0 12vw 35px;
  }
}

.mobile-container {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 9999;
  overflow: hidden;
  height: 64px;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  border-top: 6px solid #99daff;
}
.mobile-container .mobile-button {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 9999;
  background-color: #99daff;
  border-radius: 0 0 0 8px;
}
.mobile-container .mobile-menu__btn {
  height: 64px;
  width: 64px;
  padding: 0 19.5px;
  background-color: unset;
  border: none;
  outline: none !important;
  cursor: pointer;
  display: block;
}
.mobile-container .mobile-menu__btn.inview > span {
  background-color: #fff;
}
.mobile-container .mobile-menu__btn > span {
  background-color: #fff;
  width: 25px;
  height: 2px;
  display: block;
  margin-bottom: 7px;
  transition: transform 0.7s;
  opacity: 1;
}
.mobile-container .mobile-menu__btn > span:last-child {
  margin-bottom: 0;
}
@media (min-width: 600px) {
  .mobile-container .mobile-menu__btn {
    padding: 0 14.5px;
  }
  .mobile-container .mobile-menu__btn span {
    width: 35px;
    margin-bottom: 9px;
  }
}

.menu-open.mobile-menu {
  z-index: 8000;
  transition: all 0.5s;
  opacity: 1;
}
.menu-open.mobile-menu nav li {
  opacity: 1;
  transition: 0.1s;
}
.menu-open.mobile-menu nav li:nth-child(1) {
  transition-delay: 0.03s;
}
.menu-open.mobile-menu nav li:nth-child(2) {
  transition-delay: 0.06s;
}
.menu-open.mobile-menu nav li:nth-child(3) {
  transition-delay: 0.09s;
}
.menu-open.mobile-menu nav li:nth-child(4) {
  transition-delay: 0.12s;
}
.menu-open.mobile-menu nav li:nth-child(5) {
  transition-delay: 0.15s;
}
.menu-open.mobile-menu nav li:nth-child(6) {
  transition-delay: 0.18s;
}
.menu-open.mobile-menu nav li:nth-child(7) {
  transition-delay: 0.21s;
}
.menu-open.mobile-menu nav li:nth-child(8) {
  transition-delay: 0.24s;
}
.menu-open.mobile-menu nav li:nth-child(9) {
  transition-delay: 0.27s;
}
.menu-open.mobile-menu nav li:nth-child(10) {
  transition-delay: 0.3s;
}
.menu-open .mobile-menu__btn > span {
  background-color: #fff;
}
.menu-open .mobile-menu__btn > span:nth-child(1) {
  transition-delay: 70ms;
  transform: translateY(9px) rotate(135deg);
}
.menu-open .mobile-menu__btn > span:nth-child(2) {
  transition-delay: 140ms;
  transform: scaleX(0);
}
.menu-open .mobile-menu__btn > span:nth-child(3) {
  transition-delay: 140ms;
  transform: translateY(-9px) rotate(-135deg);
}
@media (min-width: 600px) {
  .menu-open .mobile-menu__btn > span:nth-child(1) {
    transform: translateY(12px) rotate(135deg);
  }
}

.clip-js,
.clip-js1,
.clip-js2,
.clip-js3 {
  transition: all 3s ease;
}
.clip-js.left,
.clip-js1.left,
.clip-js2.left,
.clip-js3.left {
  clip-path: inset(0 100% 0 0);
}
.clip-js.right,
.clip-js1.right,
.clip-js2.right,
.clip-js3.right {
  clip-path: inset(0 0 0 100%);
}
.clip-js.top,
.clip-js1.top,
.clip-js2.top,
.clip-js3.top {
  clip-path: inset(0 0 100% 0);
}
.clip-js.top-left,
.clip-js1.top-left,
.clip-js2.top-left,
.clip-js3.top-left {
  clip-path: inset(0 100% 100% 0);
}
.clip-js.bottom,
.clip-js1.bottom,
.clip-js2.bottom,
.clip-js3.bottom {
  clip-path: inset(100% 0 0 0);
}
.clip-js.center,
.clip-js1.center,
.clip-js2.center,
.clip-js3.center {
  clip-path: inset(100%);
}
.clip-js.circle,
.clip-js1.circle,
.clip-js2.circle,
.clip-js3.circle {
  clip-path: circle(0 at 50% 50%);
}
.clip-js.skew,
.clip-js1.skew,
.clip-js2.skew,
.clip-js3.skew {
  clip-path: polygon(0 0, 0 0, 0 0);
}
.clip-js.transform,
.clip-js1.transform,
.clip-js2.transform,
.clip-js3.transform {
  clip-path: polygon(0 0, 0 0, 0 0);
  transition: all 1.4s cubic-bezier(0.55, 0.06, 0.33, 1.85);
  transform: translateX(-30px) scale(0.86) skew(8deg);
}
.clip-js.reveal.left, .clip-js.reveal.right, .clip-js.reveal.top, .clip-js.reveal.top-left, .clip-js.reveal.bottom, .clip-js.reveal.center,
.clip-js1.reveal.left,
.clip-js1.reveal.right,
.clip-js1.reveal.top,
.clip-js1.reveal.top-left,
.clip-js1.reveal.bottom,
.clip-js1.reveal.center,
.clip-js2.reveal.left,
.clip-js2.reveal.right,
.clip-js2.reveal.top,
.clip-js2.reveal.top-left,
.clip-js2.reveal.bottom,
.clip-js2.reveal.center,
.clip-js3.reveal.left,
.clip-js3.reveal.right,
.clip-js3.reveal.top,
.clip-js3.reveal.top-left,
.clip-js3.reveal.bottom,
.clip-js3.reveal.center {
  clip-path: inset(0);
}
.clip-js.reveal.circle,
.clip-js1.reveal.circle,
.clip-js2.reveal.circle,
.clip-js3.reveal.circle {
  clip-path: circle(100% at 50% 50%);
}
.clip-js.reveal.skew,
.clip-js1.reveal.skew,
.clip-js2.reveal.skew,
.clip-js3.reveal.skew {
  clip-path: polygon(0 0, 200% 0, 0 200%);
}
.clip-js.reveal.transform,
.clip-js1.reveal.transform,
.clip-js2.reveal.transform,
.clip-js3.reveal.transform {
  clip-path: polygon(0 0, 200% 0, 0 200%);
  transform: translateX(0) scale(1) skew(0);
}

.clip-js1 {
  transition: all 1.3s ease;
}

.clip-js2 {
  transition: all 4s ease;
}

.clip-js3 {
  transition: all 2s ease;
}

.clip-js-bg {
  transition: all 1.8s ease;
}
.clip-js-bg.skew {
  transition: all 1s ease;
  transform: translate(-60%, 60%);
}
.clip-js-bg.skew2 {
  transition: all 1s ease;
  transform: translate(60%, 60%);
}
.clip-js-bg.reveal.skew {
  transform: translate(0);
}
.clip-js-bg.reveal.skew2 {
  transform: translate(0);
}

.tab-group {
  display: flex;
  justify-content: space-around;
  padding-bottom: 3vw;
  border-bottom: 1px solid rgb(143, 143, 143);
}
@media (min-width: 600px) {
  .tab-group {
    justify-content: center;
  }
}

.panel {
  display: none;
}

.p-mv {
  position: relative;
  margin-bottom: 30px;
}
.p-mv .main-tit {
  color: rgb(39, 39, 39);
  border-bottom: rgb(39, 39, 39) solid 4px;
}
.p-mv__text-label {
  position: absolute;
  top: 35px;
  right: -10px;
  transform: rotate(90deg);
}
.p-mv .treatment {
  top: 54px;
  right: -20px;
}
.p-mv__main {
  position: relative;
  margin-bottom: 5vw;
}
.p-mv__title {
  margin-bottom: 10vw;
  font-family: eb-garamond, serif;
}
.p-mv .space {
  right: 0;
}
.p-mv__desc {
  position: relative;
  border-top: 3px solid rgb(255, 255, 255);
  margin: -12vw 0 0 2vw;
  padding: 3vw;
  z-index: 100;
  width: 133%;
  background-color: #dae4ea;
  box-shadow: 20px 25px 45px rgb(151, 151, 151);
}
.p-mv__desc-title {
  padding: 10px 0;
  font-size: 1.1rem;
}
.p-mv__desc .c-txt-sm, .p-mv__desc .breadcrumb, .p-mv__desc .p-news__content, .p-mv__desc .c-news .category-list ul li, .c-news .category-list ul .p-mv__desc li, .p-mv__desc .c-news__content, .p-mv__desc .c-news-sl__contents, .p-mv__desc .c-contact-text {
  line-height: 2.5;
}
.p-mv__mv {
  display: flex;
  justify-content: center;
}
.p-mv__mv .mv-item {
  margin-left: 25px;
}
.p-mv__mv .mv-item video {
  height: 270px;
}
.p-mv__mv .mv-item span {
  background: #99daff;
  padding: 6px;
  text-align: center;
  color: #fff;
  display: block;
}
.p-mv__wrap2 {
  margin-top: 30px;
}
.p-mv__wrap2 li {
  margin-bottom: 25px;
  position: relative;
}
.p-mv__wrap2 li .p-features__img img {
  height: 350px !important;
}
.p-mv__wrap2 li .p-features-desc {
  background-color: #efefef;
  box-shadow: 3px 3px 3px gainsboro;
  margin-right: 50px;
  padding: 13px;
  position: absolute;
  top: 0;
  left: 0;
}
.p-mv__wrap2 li .p-features-desc h4 span {
  color: red;
  font-size: 16px;
}
.p-mv__wrap2 li .p-features-desc h4 .yl {
  color: rgb(185, 185, 85);
  font-size: 18px;
}
@media (min-width: 960px) {
  .p-mv__wrap2 ul {
    display: flex;
    justify-content: space-between;
  }
  .p-mv__wrap2 ul li {
    width: 30%;
  }
}

.panel2 {
  display: none;
}

.tab-cate {
  text-align: center;
  border-bottom: 3px solid #99daff;
  padding-bottom: 5px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.tab-cate .tab,
.tab-cate .tab2 {
  padding: 10px 10px;
  border: 2px solid #99daff;
  font-weight: bold;
  color: #99daff;
  font-size: 14px;
  text-align: center;
  cursor: pointer;
  width: 32%;
  margin-bottom: 10px;
}
@media (min-width: 600px) {
  .tab-cate .tab,
  .tab-cate .tab2 {
    width: 30%;
  }
}
@media (min-width: 960px) {
  .tab-cate .tab,
  .tab-cate .tab2 {
    font-size: 20px;
    padding: 20px 20px;
  }
}
@media (min-width: 960px) {
  .tab-cate {
    padding-bottom: 17px;
  }
}

.tab.is-active {
  color: #fff;
  transition: all 0.2s ease-out;
  background-color: #99daff;
  border: 1px solid #99daff;
}

.panel.is-show {
  display: block;
}

.panel2.is-show2 {
  display: block;
}

.panel-group {
  padding: 2vw 0vw;
}

.name {
  margin-bottom: 10px;
}

.panel__item {
  width: 47%;
  padding: 3vw 0;
}
.panel__img {
  margin-bottom: 5px;
}
@media (min-width: 960px) {
  .panel__item {
    width: 30%;
    padding: 3vw 0;
  }
  .panel .name {
    font-size: 24px;
  }
  .panel .price {
    font-size: 24px;
  }
  .panel__img {
    margin-bottom: 15px;
  }
}

.appear.up .item {
  transform: translateY(10px);
}

.appear.down .item {
  transform: translateY(20px);
}

.appear.left .item {
  transform: translateX(30px);
}

.appear.right .item {
  transform: translateX(-30px);
}

.appear.skew .item {
  transform: translateX(30px) translateY(30px);
}

.appear-l.up .item {
  transform: translateY(10px);
}

.appear-l.down .item {
  transform: translateY(20px);
}

.appear-l.left .item {
  transform: translateX(30px);
}

.appear-l.right .item {
  transform: translateX(-30px);
}

.appear-l.skew .item {
  transform: translateX(30px) translateY(30px);
}

.appear .item {
  transition: all 0.4s;
  opacity: 0;
}
.appear.inview .item {
  opacity: 1;
  transform: none;
}
.appear.inview .item:nth-child(1) {
  transition-delay: 0.4s;
}
.appear.inview .item:nth-child(2) {
  transition-delay: 0.8s;
}
.appear.inview .item:nth-child(3) {
  transition-delay: 1.2s;
}
.appear.inview .item:nth-child(4) {
  transition-delay: 1.6s;
}
.appear.inview .item:nth-child(5) {
  transition-delay: 2s;
}
.appear.inview .item:nth-child(6) {
  transition-delay: 2.4s;
}
.appear.inview .item:nth-child(7) {
  transition-delay: 2.8s;
}
.appear.inview .item:nth-child(8) {
  transition-delay: 3.2s;
}
.appear.inview .item:nth-child(9) {
  transition-delay: 3.6s;
}
.appear.inview .item:nth-child(10) {
  transition-delay: 4s;
}
.appear.inview .item:nth-child(11) {
  transition-delay: 4.4s;
}
.appear.inview .item:nth-child(12) {
  transition-delay: 4.8s;
}
.appear.inview .item:nth-child(13) {
  transition-delay: 5.2s;
}
.appear.inview .item:nth-child(14) {
  transition-delay: 5.6s;
}
.appear.inview .item:nth-child(15) {
  transition-delay: 6s;
}
.appear.inview .item:nth-child(16) {
  transition-delay: 6.4s;
}
.appear.inview .item:nth-child(17) {
  transition-delay: 6.8s;
}
.appear.inview .item:nth-child(18) {
  transition-delay: 7.2s;
}
.appear.inview .item:nth-child(19) {
  transition-delay: 7.6s;
}
.appear.inview .item:nth-child(20) {
  transition-delay: 8s;
}
.appear.inview .item:nth-child(21) {
  transition-delay: 8.4s;
}
.appear.inview .item:nth-child(22) {
  transition-delay: 8.8s;
}
.appear.inview .item:nth-child(23) {
  transition-delay: 9.2s;
}
.appear.inview .item:nth-child(24) {
  transition-delay: 9.6s;
}
.appear.inview .item:nth-child(25) {
  transition-delay: 10s;
}
.appear.inview .item:nth-child(26) {
  transition-delay: 10.4s;
}
.appear.inview .item:nth-child(27) {
  transition-delay: 10.8s;
}
.appear.inview .item:nth-child(28) {
  transition-delay: 11.2s;
}
.appear.inview .item:nth-child(29) {
  transition-delay: 11.6s;
}
.appear.inview .item:nth-child(30) {
  transition-delay: 12s;
}
.appear.inview .item:nth-child(31) {
  transition-delay: 12.4s;
}
.appear.inview .item:nth-child(32) {
  transition-delay: 12.8s;
}
.appear.inview .item:nth-child(33) {
  transition-delay: 13.2s;
}
.appear.inview .item:nth-child(34) {
  transition-delay: 13.6s;
}
.appear.inview .item:nth-child(35) {
  transition-delay: 14s;
}
.appear.inview .item:nth-child(36) {
  transition-delay: 14.4s;
}
.appear.inview .item:nth-child(37) {
  transition-delay: 14.8s;
}
.appear.inview .item:nth-child(38) {
  transition-delay: 15.2s;
}
.appear.inview .item:nth-child(39) {
  transition-delay: 15.6s;
}

.appear-l .item {
  transition: all 0.6s;
  opacity: 0;
}
.appear-l.inview-l .item {
  opacity: 1;
  transform: none;
}
.appear-l.inview-l .item:nth-child(1) {
  transition-delay: 0.9s;
}
.appear-l.inview-l .item:nth-child(2) {
  transition-delay: 1.8s;
}
.appear-l.inview-l .item:nth-child(3) {
  transition-delay: 2.7s;
}
.appear-l.inview-l .item:nth-child(4) {
  transition-delay: 3.6s;
}
.appear-l.inview-l .item:nth-child(5) {
  transition-delay: 4.5s;
}
.appear-l.inview-l .item:nth-child(6) {
  transition-delay: 5.4s;
}
.appear-l.inview-l .item:nth-child(7) {
  transition-delay: 6.3s;
}
.appear-l.inview-l .item:nth-child(8) {
  transition-delay: 7.2s;
}
.appear-l.inview-l .item:nth-child(9) {
  transition-delay: 8.1s;
}
.appear-l.inview-l .item:nth-child(10) {
  transition-delay: 9s;
}
.appear-l.inview-l .item:nth-child(11) {
  transition-delay: 9.9s;
}
.appear-l.inview-l .item:nth-child(12) {
  transition-delay: 10.8s;
}
.appear-l.inview-l .item:nth-child(13) {
  transition-delay: 11.7s;
}
.appear-l.inview-l .item:nth-child(14) {
  transition-delay: 12.6s;
}
.appear-l.inview-l .item:nth-child(15) {
  transition-delay: 13.5s;
}
.appear-l.inview-l .item:nth-child(16) {
  transition-delay: 14.4s;
}
.appear-l.inview-l .item:nth-child(17) {
  transition-delay: 15.3s;
}
.appear-l.inview-l .item:nth-child(18) {
  transition-delay: 16.2s;
}
.appear-l.inview-l .item:nth-child(19) {
  transition-delay: 17.1s;
}
.appear-l.inview-l .item:nth-child(20) {
  transition-delay: 18s;
}
.appear-l.inview-l .item:nth-child(21) {
  transition-delay: 18.9s;
}
.appear-l.inview-l .item:nth-child(22) {
  transition-delay: 19.8s;
}
.appear-l.inview-l .item:nth-child(23) {
  transition-delay: 20.7s;
}
.appear-l.inview-l .item:nth-child(24) {
  transition-delay: 21.6s;
}
.appear-l.inview-l .item:nth-child(25) {
  transition-delay: 22.5s;
}
.appear-l.inview-l .item:nth-child(26) {
  transition-delay: 23.4s;
}
.appear-l.inview-l .item:nth-child(27) {
  transition-delay: 24.3s;
}
.appear-l.inview-l .item:nth-child(28) {
  transition-delay: 25.2s;
}
.appear-l.inview-l .item:nth-child(29) {
  transition-delay: 26.1s;
}
.appear-l.inview-l .item:nth-child(30) {
  transition-delay: 27s;
}
.appear-l.inview-l .item:nth-child(31) {
  transition-delay: 27.9s;
}
.appear-l.inview-l .item:nth-child(32) {
  transition-delay: 28.8s;
}
.appear-l.inview-l .item:nth-child(33) {
  transition-delay: 29.7s;
}
.appear-l.inview-l .item:nth-child(34) {
  transition-delay: 30.6s;
}
.appear-l.inview-l .item:nth-child(35) {
  transition-delay: 31.5s;
}
.appear-l.inview-l .item:nth-child(36) {
  transition-delay: 32.4s;
}
.appear-l.inview-l .item:nth-child(37) {
  transition-delay: 33.3s;
}
.appear-l.inview-l .item:nth-child(38) {
  transition-delay: 34.2s;
}
.appear-l.inview-l .item:nth-child(39) {
  transition-delay: 35.1s;
}

.cover-slide {
  position: relative;
  overflow: hidden;
}
.cover-slide::after {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  opacity: 0;
}
.cover-slide.inview::after {
  opacity: 1;
  animation-name: kf-cover-slide;
  animation-duration: 1.6s;
  animation-timing-function: ease-in-out;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: both;
}

@keyframes kf-cover-slide {
  0% {
    transform-origin: left;
    transform: scaleX(0);
  }
  50% {
    transform-origin: left;
    transform: scaleX(1);
  }
  50.1% {
    transform-origin: right;
    transform: scaleX(1);
  }
  100% {
    transform-origin: right;
    transform: scaleX(0);
  }
}
.img-zoom, .bg-img-zoom {
  opacity: 0;
}
.inview .img-zoom, .inview .bg-img-zoom {
  opacity: 1;
  transition: transform 0.3s ease;
  animation-name: kf-img-show;
  animation-duration: 1.6s;
  animation-timing-function: ease-in-out;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: none;
}
.inview .img-zoom:hover, .inview .bg-img-zoom:hover {
  transform: scale(1.05);
}

@keyframes kf-img-show {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  50.1% {
    opacity: 1;
    transform: scale(1.4);
  }
  100% {
    opacity: 1;
  }
}
.hover-darken::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  transition: background-color 0.3s ease;
  pointer-events: none;
  animation-name: kf-img-show;
  animation-duration: 1.6s;
  animation-timing-function: ease-in-out;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: none;
}
.hover-darken:hover::before {
  background-color: rgba(0, 0, 0, 0.4);
}

.bg-img-zoom {
  background-image: url(../images/image-1.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
}

.img-bg50 {
  position: relative;
}
.img-bg50::before {
  display: block;
  content: "";
  padding-top: 50%;
}

.faq__item .ac-title.is-active {
  transition: all 3s;
}
.faq__item .ac-title.is-active .i_box::after {
  height: 0;
  transition: all 0.2s;
}

.ac-content {
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition: all 0.3s;
}

.ac-content.is-open {
  height: auto;
  overflow: visible;
  opacity: 1;
  display: block;
  transition: all 0.3s;
}/*# sourceMappingURL=style.css.map */