@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
@keyframes btn {
  0% {
    transform: translateX(-100%);
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: translateX(100%);
  }
}
.bold {
  font-weight: bold;
}

.txt-right {
  text-align: right;
}

.txt-center {
  text-align: center;
}

.d-block {
  display: block !important;
}

.c-txt-lg {
  font-size: 26px;
  letter-spacing: 2px;
  line-height: 2;
}
@media screen and (min-width: 600px) {
  .c-txt-lg {
    font-size: 32px;
  }
}
@media screen and (min-width: 960px) {
  .c-txt-lg {
    font-size: 38px;
  }
}
@media screen and (min-width: 1200px) {
  .c-txt-lg {
    font-size: 42px;
  }
}

.c-txt-lr {
  font-size: 24px;
}
@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: 17px;
  letter-spacing: 0.05em;
  margin-bottom: 10px;
}
@media screen and (min-width: 600px) {
  .c-txt-md {
    font-size: 24px;
  }
}
@media screen and (min-width: 960px) {
  .c-txt-md {
    font-size: 28px;
  }
}
@media screen and (min-width: 1200px) {
  .c-txt-md {
    font-size: 28px;
  }
}

.c-txt-sm, .c-contact-text {
  font-size: 13px;
  line-height: 2;
}
@media screen and (min-width: 600px) {
  .c-txt-sm, .c-contact-text {
    font-size: 15px;
    line-height: 1.8;
  }
}
@media screen and (min-width: 1200px) {
  .c-txt-sm, .c-contact-text {
    font-size: 18px;
  }
}

.c-txt-xs {
  font-size: 10px;
  line-height: 1.5;
}
@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-xs {
  margin-bottom: 10px;
}
@media screen and (min-width: 600px) {
  .mb-xs {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 960px) {
  .mb-xs {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .mb-xs {
    margin-bottom: 30px;
  }
}

.mb-sm, .tab-cate, .c-privacy-text, .c-contact .contact-form .submit-btn, .c-contact .contact-form .privacy, .c-contact .c-topview, .c-contact h3, .c-contact-text, .p-question .faq__item, .p-question .faq .c-txtarea01, .p-worry__tit, .p-title {
  margin-bottom: 30px;
}
@media screen and (min-width: 600px) {
  .mb-sm, .tab-cate, .c-privacy-text, .c-contact .contact-form .submit-btn, .c-contact .contact-form .privacy, .c-contact .c-topview, .c-contact h3, .c-contact-text, .p-question .faq__item, .p-question .faq .c-txtarea01, .p-worry__tit, .p-title {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 960px) {
  .mb-sm, .tab-cate, .c-privacy-text, .c-contact .contact-form .submit-btn, .c-contact .contact-form .privacy, .c-contact .c-topview, .c-contact h3, .c-contact-text, .p-question .faq__item, .p-question .faq .c-txtarea01, .p-worry__tit, .p-title {
    margin-bottom: 50px;
  }
}

.mb-md, .c-thanks-text {
  margin-bottom: 50px;
}
@media screen and (min-width: 600px) {
  .mb-md, .c-thanks-text {
    margin-bottom: 70px;
  }
}
@media screen and (min-width: 960px) {
  .mb-md, .c-thanks-text {
    margin-bottom: 80px;
  }
}

.mb-lr, .c-privacy, .p-question .faq, .comparison, .p-content, .p-str {
  margin-bottom: 60px;
}
@media screen and (min-width: 600px) {
  .mb-lr, .c-privacy, .p-question .faq, .comparison, .p-content, .p-str {
    margin-bottom: 70px;
  }
}
@media screen and (min-width: 960px) {
  .mb-lr, .c-privacy, .p-question .faq, .comparison, .p-content, .p-str {
    margin-bottom: 80px;
  }
}

.pd-lr {
  padding: 50px 0;
}
@media screen and (min-width: 600px) {
  .pd-lr {
    padding: 80px 0;
  }
}
@media screen and (min-width: 960px) {
  .pd-lr {
    padding: 80px 0;
  }
}

.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 {
  padding: 0 7vw;
}
@media screen and (min-width: 600px) {
  .c-container {
    padding: 0 12vw;
  }
}
@media screen and (min-width: 960px) {
  .c-container {
    padding: 0 15vw;
  }
}
@media screen and (min-width: 1200px) {
  .c-container {
    padding: 0 18vw;
  }
}
@media screen and (min-width: 2000px) {
  .c-container {
    padding: 0 25vw;
  }
}

/* ---------------------------------- **
		Modal Window
** ---------------------------------- */
#layer_board_area {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0 3vw;
  overflow-y: auto;
  box-sizing: border-box;
  /*スクロールバーを非表示*/
  -ms-overflow-style: none;
  /*スクロールバーを非表示*/
  scrollbar-width: none;
  /*スクロールバーを非表示*/
  z-index: 8000;
}

#layer_board_area::-webkit-scrollbar {
  display: none;
  /*スクロールバーを非表示*/
}

.layer_board_bg {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  cursor: pointer;
  background: #000;
  z-index: 0;
}

/* --modalWindow ポップアップ部分-- */
.layer_board {
  display: none;
  position: relative;
  width: 80%;
  max-width: 800px;
  margin: 3em auto;
  box-sizing: border-box;
  background: #fff;
  z-index: 8000;
  font-size: 12px;
  color: black;
}
.layer_board .desc {
  margin-bottom: 20px;
}

.layer_board.shortLayer {
  margin: 0;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* --modalWindow バツ(閉じる)ボタン-- */
.layer_board .mdl_btn_close.circle_btn {
  position: absolute;
  top: 0;
  right: 0;
  width: 35px;
  height: 35px;
  background-color: #000;
  background-image: url(../images/common/btn_close.png);
  background-repeat: no-repeat;
  background-size: 18px;
  background-position: 50%;
  transition: 0.15s;
}

.layer_board .mdl_btn_close.circle_btn:hover {
  background-color: rgb(57, 57, 57);
  border: 1px solid rgb(57, 57, 57);
  cursor: pointer;
}

/* --↑必須なのはここまで↑-- */
/* --modalWindow タイトル部分-- */
.layer_borad_title {
  padding: 30px 0 10px 0;
  line-height: 2;
  font-weight: bold;
  color: rgb(57, 57, 57);
  font-size: 14px;
  text-align: center;
  background-color: black;
  background-color: rgb(243, 242, 242);
}

/* --modalWindow コンテンツ部分-- */
.layer_borad_content {
  padding: 20px 10px;
}
.layer_borad_content ul {
  margin-bottom: 20px;
}
.layer_borad_content li {
  margin-bottom: 5px;
}
.layer_borad_content .guideline_link {
  margin-bottom: 20px;
}
.layer_borad_content .guideline_link a {
  border-bottom: 1px solid #000;
}
.layer_borad_content .guideline_link::before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  margin: 0 0.3em 0 0;
  border: 5px solid transparent;
  border-right: 0 solid transparent;
  border-left: 7px solid #000;
}
.layer_borad_content .guideline_link-bf {
  margin-bottom: 5px;
}

/* --modalWindow 四角ボタン-- */
.layer_board .square_btn {
  display: block;
  position: relative;
  width: 140px;
  margin: 20px auto 0 auto;
  padding: 7px 10px;
  border: 1px solid #111;
  border-radius: 2px;
  font-weight: 300;
  color: #111;
  text-align: center;
  letter-spacing: 1px;
  text-decoration: none;
  transition: 0.15s;
}

.layer_board .square_btn:hover {
  background: #111;
  color: #fff;
}

@media screen and (max-width: 480px) {
  .layer_board {
    width: 95%;
    margin: 3em auto;
  }
  .layer_board .mdl_btn_close.circle_btn {
    width: 30px;
    height: 30px;
  }
}
@media (min-width: 600px) {
  .layer_borad_content {
    padding: 20px 40px;
    font-size: 14px;
  }
  .layer_borad_content ul {
    padding-left: 20px;
  }
  .layer_borad_title {
    font-size: 16px;
  }
  .layer_board .mdl_btn_close.circle_btn {
    width: 40px;
    height: 40px;
  }
}
.swiper-container {
  overflow: visible !important;
}

.swiper-slide {
  overflow: hidden;
}

.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%;
}

html {
  scroll-behavior: smooth;
}

.h1-title {
  position: absolute;
  opacity: 0;
}

body {
  color: #2d3748;
  letter-spacing: 0.05em;
  font-family: "Roboto", "Noto Sans JP", sans-serif;
}

body.hidden {
  overflow: hidden;
}

.superwrapper,
#main-wrapper {
  overflow: hidden;
}

.p-title {
  text-align: center;
  position: relative;
  z-index: 10;
  font-weight: 600;
}
.p-title .en {
  display: inline-block;
  letter-spacing: 2px;
  font-size: 28px;
  background: linear-gradient(90deg, #2a9de0 0%, #40b5fa 35%, #1a85c6 70%, #2575b8 100%);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
}
.p-title .ja {
  font-size: 14px;
}
@media (min-width: 600px) {
  .p-title .en {
    font-size: 32px;
  }
}
@media (min-width: 960px) {
  .p-title .en {
    font-size: 36px;
  }
  .p-title .ja {
    font-size: 16px;
  }
}
@media (min-width: 1200px) {
  .p-title .en {
    font-size: 42px;
  }
  .p-title .ja {
    font-size: 18px;
  }
}

.btn-wrap {
  text-align: center;
  margin-top: 50px;
}
.btn-wrap .more-btn {
  position: relative;
  display: inline-block;
  text-align: center;
}
.btn-wrap .more-btn__link {
  background-color: #40b5fa;
  display: inline-block;
  padding: 15px 30px;
  border-radius: 9999px;
  border: 2px solid #40b5fa;
  border-image-slice: 1;
  z-index: 1;
}
.btn-wrap .more-btn__link span {
  position: relative;
  color: #fff;
}
.btn-wrap .more-btn__link span:first-child {
  padding-right: 30px;
}
.btn-wrap .more-btn__link span:first-child::before {
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 10px;
  background-image: url(../images/common/arrow-wh.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: 0.3s;
  z-index: 100;
}
.btn-wrap .more-btn__link.slide-bg {
  position: relative;
  overflow: hidden;
}
.btn-wrap .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;
}
.btn-wrap .more-btn__link.slide-bg:hover {
  z-index: 1;
}
.btn-wrap .more-btn__link.slide-bg:hover span {
  color: #2d3748;
  transform: none;
}
.btn-wrap .more-btn__link.slide-bg:hover span:first-child::before {
  background-image: url(../images/common/arrow.png);
}
@media (min-width: 600px) {
  .btn-wrap .more-btn__link {
    padding: 20px 40px;
    height: auto;
  }
  .btn-wrap .more-btn__link .c-txt-sm, .btn-wrap .more-btn__link .c-contact-text {
    font-size: 16px;
  }
}

.top-view {
  position: relative;
}
.top-view .hero {
  position: relative;
}
.top-view .hero__img {
  height: 650px;
  position: relative;
}
.top-view .hero__img::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #fff;
  opacity: 0.85;
}
.top-view .hero__flex .hero-contact {
  display: none;
}
@media (min-width: 1200px) {
  .top-view .hero__flex .hero-contact {
    display: inline-block;
  }
}
.top-view .hero__wrap {
  position: absolute;
  top: 50px;
  left: 0;
  text-align: center;
  z-index: 100;
}
.top-view .hero__text {
  margin: 0 auto 30px;
  max-width: 350px;
}
.top-view .hero__text h2 {
  margin: 0 3vw;
  font-size: 13px;
  letter-spacing: 0.05em;
  padding: 5px 0;
  line-height: 2;
  font-weight: 600;
  border: 2px solid #2d3748;
  border-bottom: none;
}
.top-view .hero__text h3 {
  font-size: 18px;
  padding: 12px 0;
  letter-spacing: 0.05em;
  color: #fff;
  font-weight: 700;
  background-color: #2d3748;
}
.top-view .hero__list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 5vw 30px;
  position: relative;
}
.top-view .hero__list::before {
  content: "";
  width: 30%;
  height: 50%;
  background: url(../images/home/serif.webp) no-repeat center/contain;
  position: absolute;
  top: 0;
  left: -2vw;
}
.top-view .hero__list__item {
  flex-basis: 150px;
  text-align: center;
  margin: 0 1%;
}
.top-view .hero__list__item img {
  -o-object-fit: contain;
     object-fit: contain;
}
.top-view .hero__list__item:nth-child(1) {
  margin: 0 20vw 10px;
}
.top-view .hero__btn {
  margin: 0 5vw;
}
.top-view .hero__btn__item a {
  display: block;
  background-color: #40b5fa;
  border: 2px solid #40b5fa;
  padding: 12px 0;
  max-width: 350px;
  margin: 0 auto 10px;
  border-radius: 9999px;
  margin-bottom: 10px;
  color: #fff;
  font-weight: 600;
}
.top-view .hero__btn__item a span {
  display: inline-block;
  padding-right: 20px;
  position: relative;
}
.top-view .hero__btn__item a span::before {
  content: "";
  width: 15px;
  height: 15px;
  background: url(../images/common/line-cta.svg) no-repeat center/contain;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.top-view .hero__btn__item a.mail {
  background-color: #fff;
  color: #40b5fa;
}
.top-view .hero__btn__item a.mail span::before {
  background: url(../images/common/btn-mail.svg) no-repeat center/contain;
}
@media (min-width: 600px) {
  .top-view .hero__wrap {
    top: 70px;
  }
  .top-view .hero__text {
    max-width: 450px;
    margin: 0 0 40px 8vw;
  }
  .top-view .hero__text h2 {
    text-align: left;
    padding: 5px 5px 5px 25px;
    margin: 0 30px 0 0;
    font-size: 15px;
  }
  .top-view .hero__text h3 {
    font-size: 24px;
    text-align: left;
    padding: 30px 10px 30px 25px;
  }
  .top-view .hero__list {
    margin: 0 0 40px 8vw;
    width: 100%;
    justify-content: left;
  }
  .top-view .hero__list::before {
    content: "";
    width: 100px;
    height: 80px;
    top: -35px;
    left: -6vw;
  }
  .top-view .hero__list__item {
    flex-basis: 150px;
    text-align: center;
    margin: 0 5px;
  }
  .top-view .hero__list__item:nth-child(1) {
    margin: 0 5px;
  }
  .top-view .hero__btn {
    margin: 0 0 0 8vw;
  }
  .top-view .hero__btn__item a {
    max-width: 350px;
    margin: 0 0 10px 0;
    font-size: 18px;
  }
  .top-view .hero__btn__item a span {
    padding-right: 30px;
  }
  .top-view .hero__btn__item a span::before {
    content: "";
    width: 20px;
    height: 20px;
  }
}
@media (min-width: 960px) {
  .top-view .hero__img {
    height: 630px;
  }
  .top-view .hero__text {
    max-width: 500px;
    margin: 0 0 80px 8vw;
  }
  .top-view .hero__text h2 {
    font-size: 18px;
  }
  .top-view .hero__text h3 {
    font-size: 28px;
  }
  .top-view .hero__list::before {
    content: "";
    width: 130px;
    height: 100px;
    top: -70px;
    left: -6vw;
  }
  .top-view .hero__list__item {
    flex-basis: 180px;
  }
  .top-view .hero__btn {
    display: flex;
  }
  .top-view .hero__btn__item a {
    max-width: none;
    width: 280px;
    padding: 15px 0;
    margin: 0 10px 0 0;
    font-size: 16px;
  }
}
@media (min-width: 1200px) {
  .top-view .hero__flex {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 30px;
    left: 0;
    width: 100%;
  }
  .top-view .hero__wrap {
    width: 600px;
    position: relative;
    top: 0;
  }
  .top-view .hero-contact {
    width: 450px;
    margin-left: 40px;
  }
  .top-view .hero__img {
    height: 800px;
  }
  .top-view .hero__text {
    margin: 0 0 60px;
  }
  .top-view .hero__text h2 {
    font-size: 22px;
    letter-spacing: 0;
  }
  .top-view .hero__text h3 {
    font-size: 28px;
  }
  .top-view .hero__list {
    margin: 0 0 50px;
  }
  .top-view .hero__btn {
    margin: 0;
  }
}

.hero-contact {
  background-color: #fff;
  padding: 30px 20px;
  border-radius: 15px;
  box-shadow: 0 0 10px #bababa;
}
.hero-contact .contact-form {
  text-align: center;
}
.hero-contact .contact-form input {
  width: 100%;
  border: 1px solid #a0a0a0;
  height: 45px;
}
.hero-contact .contact-form textarea {
  width: 100%;
  border: 1px solid #a0a0a0;
  height: 90px;
}
.hero-contact .contact-form dl {
  text-align: left;
  display: block;
  padding-bottom: 15px;
}
.hero-contact .contact-form dt {
  font-size: 14px;
  font-weight: 600;
}
.hero-contact .contact-form .must {
  position: relative;
  padding: 5px 15px 5px 0;
  margin-right: 10px;
  display: flex;
  align-items: center;
}
.hero-contact .contact-form .must::after {
  content: "必須";
  font-size: 12px;
  color: #fff;
  padding: 5px 10px;
  border-radius: 10px;
  background-color: #40b5fa;
  margin-left: 10px;
}
.hero-contact .contact-form .wpcf7 form.invalid .wpcf7-response-output {
  border: 1px solid red;
}
.hero-contact .contact-form .wpcf7-acceptance input {
  height: 20px;
  width: 20px;
  margin-right: 10px;
}
.hero-contact .contact-form .privacy {
  padding-bottom: 25px;
  text-align: left;
}
.hero-contact .contact-form .ms-1 {
  color: #40b5fa;
  border-bottom: #40b5fa;
  text-decoration: underline;
}
.hero-contact .contact-form .submit-btn {
  text-align: center;
}
.hero-contact .contact-form .submit-btn input:disabled {
  border-color: #f7fafc;
  background-color: #f7fafc;
}
.hero-contact .contact-form .submit-btn input {
  border-color: #40b5fa;
  background-color: #40b5fa;
  color: #fff;
  width: 70%;
  max-width: 320px;
  border-radius: 9999px;
}
.hero-contact .contact-form .ajax-loader {
  display: none;
}
.hero-contact .contact-form .wpcf7-spinner {
  display: none;
}

.p-footer {
  padding: 50px 0 0;
  background-color: #f8f8f8;
}
.p-footer__logo {
  text-align: center;
  margin-bottom: 30px;
}
.p-footer__logo img {
  width: 85%;
}
.p-footer .sns-link {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}
.p-footer .sns-link li {
  width: 40px;
  height: 40px;
}
.p-footer .sns-link li img {
  -o-object-fit: contain;
     object-fit: contain;
}
.p-footer__flex {
  border-top: 1px solid #ccc;
}
.p-footer .privacy {
  text-align: center;
  padding: 20px 0 10px;
}
.p-footer .privacy a {
  color: #969696;
  border-bottom: 1px solid #969696;
  font-size: 13px;
}
.p-footer .copyright {
  text-align: center;
  font-size: 12px;
  color: #ccc;
  padding: 10px 0 20px;
}
@media (min-width: 600px) {
  .p-footer {
    padding: 70px 0 0;
  }
  .p-footer__logo img {
    width: 60%;
  }
  .p-footer .privacy {
    padding: 30px 0 10px;
  }
  .p-footer .copyright {
    padding: 10px 0 30px;
  }
}
@media (min-width: 960px) {
  .p-footer {
    padding: 80px 0 0;
  }
  .p-footer__flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 40px 15vw;
  }
  .p-footer .privacy {
    padding: 0;
  }
  .p-footer .copyright {
    padding: 0;
  }
  .p-footer__logo img {
    width: 350px;
  }
  .p-footer .sns-link {
    margin-bottom: 40px;
  }
  .p-footer .sns-link li {
    width: 50px;
    height: 50px;
  }
}
@media (min-width: 1200px) {
  .p-footer__flex {
    padding: 40px 18vw;
  }
}

.p-service {
  padding: 100px 0 50px;
  margin-top: -50px;
  position: relative;
}
.p-service__top {
  margin-bottom: 30px;
}
.p-service__top__item {
  background-color: #f5f5f5;
  margin-bottom: 10px;
  padding: 25px 15px;
  border-radius: 10px;
  text-align: center;
}
.p-service__top__item h3 {
  color: #40b5fa;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 5px;
}
.p-service__top__item h3 strong {
  font-size: 32px;
  display: inline-block;
  padding: 0 3px;
}
.p-service__top__item h4 {
  font-size: 16px;
  font-weight: 600;
}
.p-service__list {
  margin-bottom: 30px;
  display: flex;
  justify-content: center;
}
.p-service__list__item {
  flex-basis: 100%;
}
.p-service__desc {
  position: relative;
  z-index: 10;
  color: #858585;
}
@media (min-width: 600px) {
  .p-service {
    padding: 110px 0 60px;
  }
  .p-service__top {
    display: flex;
    justify-content: center;
  }
  .p-service__top__item {
    flex-basis: 48%;
    margin: 0 1%;
  }
  .p-service__list__item {
    flex-basis: 48%;
    margin: 0 1% 10px;
  }
}
@media (min-width: 960px) {
  .p-service {
    padding: 180px 0 80px;
    margin-top: -100px;
  }
  .p-service__top {
    margin-bottom: 40px;
  }
  .p-service__top__item {
    flex-basis: 44%;
  }
  .p-service__top__item h3 {
    font-size: 18px;
  }
  .p-service__top__item h3 strong {
    font-size: 42px;
    padding: 0 5px;
  }
  .p-service__top__item h4 {
    font-size: 18px;
  }
  .p-service__list {
    margin-bottom: 40px;
  }
  .p-service__desc {
    text-align: center;
  }
}
@media (min-width: 1200px) {
  .p-service__top__item {
    flex-basis: 40%;
  }
  .p-service__top__item h3 {
    font-size: 20px;
  }
  .p-service__top__item h3 strong {
    font-size: 48px;
  }
  .p-service__top__item h4 {
    font-size: 20px;
  }
  .p-service__list__item {
    flex-basis: 23%;
    margin: 0 1% 10px;
  }
}

.p-worry {
  position: relative;
  padding: 50px 0 30px;
  background-color: #efefef;
}
.p-worry::before {
  content: "";
  position: absolute;
  z-index: 300;
  bottom: -60px;
  left: 0;
  width: 100%;
  height: 60px;
  background: linear-gradient(to bottom right, transparent 49.5%, #efefef 50%) left/50% 100% no-repeat, linear-gradient(to bottom left, transparent 49.5%, #efefef 50%) right/50% 100% no-repeat;
  transform: rotate(180deg);
}
.p-worry__tit {
  position: relative;
  z-index: 10;
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  color: #0d6dac;
}
.p-worry__list {
  position: relative;
  z-index: 10;
  background-color: #fff;
  padding: 30px 20px 40px;
  box-shadow: 0 0 10px rgba(192, 192, 192, 0.5019607843);
  position: relative;
}
.p-worry__list::before {
  content: "";
  width: 120px;
  height: 140px;
  background: url(../images/home/worry.webp) no-repeat center/contain;
  position: absolute;
  bottom: -20px;
  right: -20px;
}
.p-worry__list__item {
  color: #565656;
  margin-bottom: 15px;
}
.p-worry__list__item:last-child {
  padding-right: 60px;
}
.p-worry__list__item .c-txt-sm, .p-worry__list__item .c-contact-text {
  display: inline-block;
  padding-left: 22px;
  position: relative;
  font-weight: 600;
}
.p-worry__list__item .c-txt-sm span, .p-worry__list__item .c-contact-text span {
  color: #0d6dac;
}
.p-worry__list__item .c-txt-sm::before, .p-worry__list__item .c-contact-text::before {
  content: "";
  width: 15px;
  height: 15px;
  background: url(../images/common/check.svg) no-repeat center/contain;
  position: absolute;
  top: 50%;
  left: -5px;
  transform: translateY(-50%);
}
.p-worry__desc {
  text-align: center;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.8;
  padding-top: 40px;
  position: relative;
  z-index: 10;
}
.p-worry__desc::before {
  content: "……";
  font-size: 28px;
  color: #0d6dac;
  position: absolute;
  top: -25px;
  left: 50%;
  transform: translateX(-50%) rotate(90deg);
  z-index: 10;
}
@media (min-width: 600px) {
  .p-worry {
    padding: 60px 0 20px;
  }
  .p-worry__tit {
    font-size: 24px;
  }
  .p-worry__list {
    padding: 30px 40px 20px;
  }
  .p-worry__list__item {
    margin-bottom: 25px;
  }
  .p-worry__desc {
    font-size: 20px;
  }
}
@media (min-width: 960px) {
  .p-worry {
    padding: 80px 0 15px;
  }
  .p-worry::before {
    bottom: -80px;
    height: 80px;
  }
  .p-worry__tit {
    font-size: 28px;
    letter-spacing: 2px;
  }
  .p-worry__list::before {
    content: "";
    width: 150px;
    height: 180px;
    bottom: -30px;
    right: -30px;
  }
  .p-worry__list__item {
    text-align: center;
  }
  .p-worry__list__item .c-txt-sm, .p-worry__list__item .c-contact-text {
    padding-left: 30px;
  }
  .p-worry__list__item .c-txt-sm::before, .p-worry__list__item .c-contact-text::before {
    content: "";
    width: 22px;
    height: 22px;
  }
  .p-worry__desc {
    font-size: 24px;
  }
}
@media (min-width: 1200px) {
  .p-worry__list {
    margin: 0 5vw;
  }
  .p-worry__list::before {
    bottom: -80px;
    right: -50px;
  }
  .p-worry__desc {
    font-size: 28px;
  }
}

.p-str {
  padding: 110px 0 50px;
  background-color: #ebf8ff;
}
.p-str__list__item {
  background-color: #fff;
  box-shadow: 0 0 10px rgba(192, 192, 192, 0.5019607843);
  border-radius: 8px;
  margin-bottom: 50px;
}
.p-str .Tit {
  background: linear-gradient(90deg, #0d6dac 0%, #1a85c6 40%, #2a9de0 70%, #40b5fa 100%);
  border-radius: 8px 8px 0 0;
  position: relative;
  overflow: hidden;
}
.p-str .Tit .num {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -15px;
  font-style: italic;
  font-weight: 800;
  font-size: 88px;
  color: rgba(255, 255, 255, 0.5019607843);
  mask: linear-gradient(to right, transparent 0%, black 30px, black 100%);
  -webkit-mask: linear-gradient(to right, transparent 0%, black 30px, black 100%);
}
.p-str .Tit h3 {
  text-align: center;
  font-weight: 700;
  padding: 15px 0;
  color: #fff;
}
.p-str .Img {
  height: 200px;
  padding: 20px;
}
.p-str .Img img {
  -o-object-fit: contain;
     object-fit: contain;
}
.p-str .Desc {
  padding: 0 30px 30px;
}
@media (min-width: 600px) {
  .p-str {
    padding: 120px 0 60px;
  }
  .p-str .Tit .num {
    left: 30px;
  }
  .p-str .Wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
  }
  .p-str .Wrap .Img {
    flex-basis: 38%;
    padding: 0 20px 0 0;
  }
  .p-str .Wrap .Desc {
    flex-basis: 58%;
    padding: 0;
  }
  .p-str__list__item:nth-child(2n) .Wrap {
    flex-direction: row-reverse;
  }
  .p-str__list__item:nth-child(2n) .Wrap .Img {
    padding: 0 0 0 20px;
  }
}
@media (min-width: 960px) {
  .p-str {
    padding: 140px 0 80px;
  }
  .p-str__list__item {
    border-radius: 12px;
  }
  .p-str__list__item:nth-child(2n) .Wrap .Img {
    padding: 0 0 0 30px;
  }
  .p-str .Tit {
    border-radius: 12px 12px 0 0;
  }
  .p-str .Tit .num {
    left: 5vw;
    font-size: 128px;
    color: rgba(255, 255, 255, 0.5019607843);
  }
  .p-str .Tit h3 {
    font-size: 24px;
    padding: 20px 0;
  }
  .p-str .Wrap {
    padding: 20px 30px;
  }
  .p-str .Wrap .Img {
    padding: 0 30px 0 0;
  }
}
@media (min-width: 1200px) {
  .p-str__list {
    margin: 0 5vw;
  }
  .p-str .Wrap {
    padding: 30px 30px;
  }
}

.p-content__list__item {
  background-color: #ffffff;
  padding: 28px 32px;
  border-radius: 20px;
  border-left: 4px solid #40b5fa;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
  position: relative;
  overflow: hidden;
  margin-bottom: 15px;
}
.p-content__list__item::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, rgba(64, 181, 250, 0.1) 0%, transparent 70%);
  border-radius: 0 20px 0 60px;
}
.p-content__list__item .c-txt-sm, .p-content__list__item .c-contact-text {
  display: inline-block;
  padding-left: 36px;
  position: relative;
  font-weight: 500;
}
.p-content__list__item .c-txt-sm::before, .p-content__list__item .c-contact-text::before {
  content: "✓";
  width: 24px;
  height: 24px;
  background-color: #40b5fa;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 12px;
  font-weight: bold;
}
@media (min-width: 600px) {
  .p-content__list__item {
    margin-bottom: 25px;
  }
}
@media (min-width: 960px) {
  .p-content__list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  .p-content__list__item {
    flex-basis: 48%;
    margin: 0 1% 30px;
  }
}
@media (min-width: 1200px) {
  .p-content__list__item {
    flex-basis: 46%;
    margin: 0 2% 30px;
  }
}

.p-point {
  padding: 80px 0 60px;
  margin-top: -50px;
  background-color: #fff;
  position: relative;
}
.p-point__desc {
  position: relative;
  z-index: 10;
  color: #858585;
}
.p-point__desc h3 {
  font-weight: 500;
  letter-spacing: 2px;
  line-height: 3;
  font-size: 20px;
}
.p-point__desc h3 span {
  color: #40b5fa;
}
.p-point__desc h4 {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.8;
  margin-bottom: 30px;
}
.p-point__desc .c-txt-sm, .p-point__desc .c-contact-text {
  margin-bottom: 15px;
}
.p-point__img {
  height: 220px;
  margin-bottom: 30px;
  box-shadow: 0 0 15px rgba(136, 136, 136, 0.8549019608);
  border-radius: 10px;
}
.p-point__img img {
  border-radius: 10px;
}
.p-point__text .num {
  width: 60px;
  height: 60px;
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 2px 2px 5px #888;
  line-height: 56px;
  font-size: 20px;
  font-style: italic;
  padding: 0 23px;
  position: relative;
}
.p-point__text .num span {
  position: absolute;
  top: -23px;
  left: -15px;
  font-size: 14px;
  font-family: cursive;
  color: #40b5fa;
  transform: rotate(-15deg);
}
.p-point__text .Wrap {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.p-point__text .Wrap .c-txt-md {
  font-weight: 600;
  margin-bottom: 0;
  padding-left: 20px;
}
.p-point__list__item {
  margin-bottom: 50px;
  position: relative;
  z-index: 20;
}
.p-point__list__item::before {
  content: "";
  width: 300px;
  height: 300px;
  border-radius: 63% 37% 54% 46%/55% 48% 52% 45%;
  background: conic-gradient(from 45deg, #f7f2ea, white, #f7f2ea);
  position: absolute;
  bottom: 0;
  z-index: -1;
  animation: complexFloat 6s ease-in-out infinite;
}
.p-point__list__item:nth-child(2n)::before {
  left: -30%;
  animation-direction: reverse;
  animation-duration: 7s;
}
.p-point__list__item:nth-child(2n+1)::before {
  right: -30%;
  animation-duration: 8s;
}
@keyframes complexFloat {
  0% {
    transform: translateY(0) translateX(0) rotate(0deg);
  }
  25% {
    transform: translateY(-8px) translateX(3px) rotate(2deg);
  }
  50% {
    transform: translateY(-15px) translateX(-2px) rotate(-1deg);
  }
  75% {
    transform: translateY(-5px) translateX(4px) rotate(1.5deg);
  }
  100% {
    transform: translateY(0) translateX(0) rotate(0deg);
  }
}
@media (min-width: 600px) {
  .p-point__desc h3 {
    font-size: 26px;
  }
  .p-point__desc h4 {
    font-size: 26px;
    margin-bottom: 40px;
  }
  .p-point__img {
    height: 300px;
  }
  .p-point__list {
    margin: 0 8vw;
  }
  .p-point__text .Wrap .c-txt-md {
    font-size: 22px;
  }
}
@media (min-width: 960px) {
  .p-point {
    padding: 100px 0;
    position: relative;
    margin-top: 0;
  }
  .p-point .p-title {
    position: absolute;
    top: 120px;
    left: 3vw;
    writing-mode: vertical-rl;
    margin: 0;
  }
  .p-point .p-title p {
    margin: 0;
  }
  .p-point__desc {
    margin-left: 5vw;
  }
  .p-point__desc h3 {
    font-size: 30px;
    line-height: 2.4;
  }
  .p-point__desc h4 {
    font-size: 20px;
    margin-bottom: 50px;
  }
  .p-point__list {
    margin: 0 0 0 5vw;
  }
  .p-point__list__item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 80px;
  }
  .p-point__list__item:nth-child(2n) {
    flex-direction: row-reverse;
  }
  .p-point__list__item:nth-child(2n)::before {
    left: -10%;
  }
  .p-point__list__item:nth-child(2n+1)::before {
    right: -10%;
  }
  .p-point__img {
    height: 220px;
    flex-basis: 48%;
    margin-bottom: 0;
  }
  .p-point__text {
    flex-basis: 48%;
  }
  .p-point__text .Wrap {
    display: block;
  }
  .p-point__text .Wrap .num {
    margin-bottom: 15px;
  }
  .p-point__text .Wrap .c-txt-md {
    padding-left: 0;
  }
}
@media (min-width: 1400px) {
  .p-point .p-title {
    left: 8vw;
  }
  .p-point__desc h3 {
    font-size: 34px;
  }
  .p-point__desc h4 {
    font-size: 34px;
  }
  .p-point__img {
    height: 300px;
  }
  .p-point__text .Wrap .c-txt-md {
    font-size: 26px;
  }
  .p-point__list__item {
    margin-bottom: 100px;
  }
  .p-point__list__item:nth-child(2n)::before {
    left: 0%;
  }
  .p-point__list__item:nth-child(2n+1)::before {
    right: 0%;
  }
}

.p-price {
  padding: 100px 0 50px;
  margin-top: -50px;
  background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
  position: relative;
  z-index: 10;
}
.p-price__item {
  background: white;
  padding: 40px 30px;
  border-radius: 20px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(64, 181, 250, 0.1);
  margin-bottom: 30px;
}
.p-price__item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, #40b5fa 0%, #2a9de0 50%, #1a85c6 100%);
}
.p-price__tit {
  text-align: center;
  font-size: 22px;
  letter-spacing: 1px;
  font-weight: 700;
  margin-bottom: 25px;
  color: #1e293b;
  position: relative;
}
.p-price__tit::after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
  width: 40px;
  height: 2px;
  background: #40b5fa;
  border-radius: 2px;
}
.p-price__price {
  text-align: center;
  font-size: 18px;
  color: #64748b;
  font-weight: 500;
  margin-bottom: 8px;
}
.p-price__price strong {
  font-size: 48px;
  font-weight: 800;
  background: linear-gradient(135deg, #40b5fa 0%, #8bd2fc 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  display: inline-block;
  padding: 0 15px 0 0;
}
.p-price__seika {
  background: linear-gradient(135deg, #40b5fa 0%, #0ea2f9 100%);
  text-align: center;
  color: white;
  font-size: 16px;
  font-weight: 600;
  padding: 15px 20px;
  border-radius: 10px;
  margin: 20px 0 35px;
  position: relative;
}
.p-price__seika span {
  display: block;
  font-size: 20px;
  font-weight: 800;
  margin-top: 4px;
}
.p-price__list__item {
  margin-bottom: 5px;
}
.p-price__list__item .c-txt-sm, .p-price__list__item .c-contact-text {
  font-weight: 500;
  padding-left: 20px;
  position: relative;
  color: #475569;
}
.p-price__list__item .c-txt-sm::before, .p-price__list__item .c-contact-text::before {
  content: "";
  width: 12px;
  height: 12px;
  background: url(../images/common/check2.svg) no-repeat center/contain;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
@media (min-width: 600px) {
  .p-price {
    padding: 110px 0 60px;
  }
  .p-price__wrap {
    margin: 0 8vw;
  }
  .p-price__item {
    margin-bottom: 40px;
  }
  .p-price__list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .p-price__list__item {
    flex-basis: 48%;
  }
  .p-price__list__item .c-txt-sm, .p-price__list__item .c-contact-text {
    font-size: 14px;
  }
}
@media (min-width: 960px) {
  .p-price {
    padding: 170px 0 70px;
    margin-top: -100px;
  }
  .p-price__wrap {
    margin: 0;
  }
  .p-price__item {
    display: flex;
    justify-content: center;
    margin-bottom: 50px;
  }
  .p-price__left {
    flex-basis: 50%;
    margin-right: 50px;
  }
  .p-price__list {
    flex-basis: 46%;
    display: block;
  }
  .p-price__seika {
    margin: 20px 0 0;
  }
}
@media (min-width: 1200px) {
  .p-price .c-container {
    padding: 0 22vw;
  }
}
@media (min-width: 2000px) {
  .p-price .c-container {
    padding: 0 25vw;
  }
}

.p-trainer {
  padding: 80px 0;
  margin-top: -50px;
  position: relative;
  color: #fff;
  background: url(../images/home/gym2.webp) no-repeat center/cover;
}
.p-trainer::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #2d3748;
  opacity: 0.8;
}
.p-trainer__desc {
  position: relative;
  z-index: 10;
}
.p-trainer__desc h3 {
  font-weight: 500;
  letter-spacing: 2px;
  line-height: 1.8;
  font-size: 20px;
  margin-bottom: 15px;
}
.p-trainer__desc h3 span {
  color: #40b5fa;
}
.p-trainer__desc h4 {
  font-weight: 500;
  line-height: 1.8;
  margin-bottom: 30px;
}
.p-trainer__wrap {
  position: relative;
  z-index: 10;
}
.p-trainer__wrap .Img {
  width: 200px;
  height: 200px;
  margin: 0 auto 15px;
  border-radius: 50%;
}
.p-trainer__wrap .Img img {
  border-radius: 50%;
}
.p-trainer__wrap .name {
  text-align: center;
  margin-bottom: 20px;
}
.p-trainer__wrap .name h3 {
  font-size: 20px;
  line-height: 2;
  font-weight: 300;
}
.p-trainer .Desc {
  position: relative;
  z-index: 10;
}
.p-trainer .Desc .c-txt-sm, .p-trainer .Desc .c-contact-text {
  margin-bottom: 15px;
}
@media (min-width: 600px) {
  .p-trainer__desc h3 {
    font-size: 26px;
    line-height: 3;
    margin-bottom: 0;
  }
  .p-trainer__desc h3 .onlySP {
    display: none;
  }
  .p-trainer__desc h4 {
    font-size: 18px;
    margin-bottom: 40px;
  }
  .p-trainer__wrap .Img {
    width: 280px;
    height: 280px;
  }
  .p-trainer__wrap .name {
    font-size: 24px;
    margin-bottom: 30px;
  }
}
@media (min-width: 960px) {
  .p-trainer {
    position: relative;
    margin-top: 0;
    padding: 100px 0;
  }
  .p-trainer .p-title {
    position: absolute;
    top: 120px;
    left: 3vw;
    writing-mode: vertical-rl;
    margin: 0;
  }
  .p-trainer .p-title p {
    margin: 0;
  }
  .p-trainer__desc {
    margin-left: 5vw;
  }
  .p-trainer__desc h3 {
    font-size: 30px;
    line-height: 2.4;
  }
  .p-trainer__desc h4 {
    font-size: 20px;
    margin-bottom: 50px;
  }
  .p-trainer__wrap {
    margin: 0 0 50px 5vw;
    display: flex;
    justify-content: center;
    align-items: flex-end;
  }
  .p-trainer__wrap .Img {
    margin: 0;
  }
  .p-trainer__wrap .name {
    margin-left: 50px;
    text-align: left;
  }
  .p-trainer__wrap .name h3 {
    font-size: 28px;
  }
  .p-trainer .Desc {
    margin-left: 5vw;
  }
  .p-trainer .Desc .c-txt-sm, .p-trainer .Desc .c-contact-text {
    margin-bottom: 25px;
  }
}
@media (min-width: 1400px) {
  .p-trainer .p-title {
    left: 8vw;
  }
  .p-trainer__desc h3 {
    font-size: 34px;
  }
  .p-trainer__desc h4 {
    font-size: 22px;
  }
}

.comparison table {
  width: 100%;
  table-layout: fixed;
  margin: 0 auto;
  overflow: hidden;
}
.comparison table thead tr:first-child div {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px 10px 0 0;
  text-align: center;
  padding: 15px 10px;
  background: linear-gradient(135deg, #0ea5e9 0%, #0284c7 100%);
}
.comparison table thead tr:first-child div img {
  -o-object-fit: contain;
     object-fit: contain;
}
@media (min-width: 600px) {
  .comparison table thead tr:first-child div img {
    width: 200px;
  }
}
.comparison table thead tr:last-child th {
  border-radius: 10px 10px 0 0;
}
.comparison table thead tr th {
  border-radius: 10px 10px 0 0;
  color: #ffffff;
}
.comparison table thead tr th.other {
  align-content: end;
}
.comparison table thead tr th.other div {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  border-radius: 10px 10px 0 0;
  text-align: center;
  background: #888 none;
  font-size: 14px;
  font-weight: 500;
  padding: 10px;
}
.comparison table tbody tr th {
  text-align: center;
  background: #f8fafc;
  padding: 18px;
  border: 1px solid #e2e8f0;
  font-size: 16px;
  font-weight: 700;
  color: #1e293b;
}
.comparison table tbody tr td {
  text-align: center;
  background: #ffffff;
  border: 1px solid #e2e8f0;
}
.comparison table tbody tr td div {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100px;
  padding: 20px 15px;
  box-sizing: border-box;
  font-weight: 600;
  font-size: 16px;
}
.comparison table tbody tr td div strong {
  background: linear-gradient(135deg, #0ea5e9 0%, #0284c7 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-size: 20px;
  font-weight: 700;
}
.comparison table tbody tr td div strong small {
  display: block;
  background: #64748b;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 6px;
}
.comparison table tbody tr td.riv {
  background: linear-gradient(135deg, #f0f9ff 0%, #e0f2fe 100%);
}
.comparison table tbody tr .other div {
  color: #64748b;
  font-size: 16px;
  font-weight: 500;
}
@media (max-width: 959px) {
  .comparison .view-pc {
    display: none;
  }
}
@media (min-width: 960px) {
  .comparison {
    padding: 50px 0;
  }
  .comparison .view-sp {
    display: none;
  }
  .comparison .view-pc table .hiden {
    opacity: 0;
    width: 30%;
  }
  .comparison .view-pc table thead tr:first-child div img {
    width: 220px;
  }
  .comparison .view-pc table thead tr:last-child th {
    border-radius: 10px 10px 0 0;
  }
  .comparison .view-pc table thead tr th.other div {
    font-size: 17px;
  }
  .comparison .view-pc table tbody tr:nth-child(1) th {
    border-radius: 12px 0 0 0;
  }
  .comparison .view-pc table tbody tr:last-child th {
    border-radius: 0 0 0 12px;
    border: none;
  }
  .comparison .view-pc table tbody tr th {
    text-align: left;
    background: linear-gradient(90deg, #0d6dac 0%, #1a85c6 40%, #2a9de0 70%, #40b5fa 100%);
    padding: 18px;
    border: none;
    border-bottom: 1px solid #e2e8f0;
    font-size: 18px;
    color: #fff;
  }
  .comparison .view-pc table tbody tr td div {
    padding: 30px 15px;
    height: 80px;
    font-size: 16px;
  }
  .comparison .view-pc table tbody tr td div strong {
    font-size: 22px;
  }
  .comparison .view-pc table tbody tr td div strong small {
    font-size: 16px;
  }
  .comparison .view-pc table tbody tr td.riv {
    background: linear-gradient(135deg, #f0f9ff 0%, #e0f2fe 100%);
  }
  .comparison .view-pc table tbody tr .other div {
    font-size: 18px;
  }
}

#flow {
  padding: 100px 0 50px;
  margin-top: -50px;
  background: linear-gradient(transparent 0%, #fff 100%);
  position: relative;
  z-index: 15;
}
#flow .flow__list {
  padding-left: 0;
}
#flow .flow__list__item {
  position: relative;
  display: flex;
  margin-bottom: 80px;
}
#flow .flow__list__item::before {
  content: "";
  width: 110px;
  height: 80px;
  background: url(../images/home/img7.webp) no-repeat center/contain;
  position: absolute;
  bottom: -60px;
  right: -15px;
}
#flow .flow__list__item .num {
  background-color: #66c5ff;
  padding: 20px 5vw 0;
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  border-radius: 6px 0 0 6px;
  position: relative;
}
#flow .flow__list__item .num::before {
  position: absolute;
  content: "";
  /* 上向きの二等辺三角形の場合 */
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #66c5ff;
  /* 色は任意に変更可能 */
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%) rotate(180deg);
}
#flow .flow__list__item .txt_box {
  background-color: #f5f5f5;
  padding: 20px;
  border-radius: 0 6px 6px 0;
  flex-basis: 100%;
}
#flow .flow__list__item .txt_box h3 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
}
#flow .flow__list__item .txt_box .c-txt-sm, #flow .flow__list__item .txt_box .c-contact-text {
  line-height: 1.6;
}
#flow .flow__list__item:last-child .num::before {
  display: none;
}
#flow .flow__list__item:nth-child(2) .num {
  background-color: #40b5fa;
}
#flow .flow__list__item:nth-child(2) .num::before {
  border-bottom: 10px solid #40b5fa;
}
#flow .flow__list__item:nth-child(2)::before {
  background: url(../images/home/img6.webp) no-repeat center/contain;
}
#flow .flow__list__item:nth-child(3) .num {
  background-color: #2a9fe6;
}
#flow .flow__list__item:nth-child(3) .num::before {
  border-bottom: 10px solid #2a9fe6;
}
#flow .flow__list__item:nth-child(3)::before {
  background: url(../images/home/img8.webp) no-repeat center/contain;
}
#flow .flow__list__item:nth-child(4) .num {
  background-color: #1a89d2;
}
#flow .flow__list__item:nth-child(4) .num::before {
  border-bottom: 10px solid #1a89d2;
}
#flow .flow__list__item:nth-child(4)::before {
  background: url(../images/home/img9.webp) no-repeat center/contain;
}
#flow .flow__list__item:nth-child(5) .num {
  background-color: #0d73be;
}
#flow .flow__list__item:nth-child(5) .num::before {
  border-bottom: 10px solid #0d73be;
}
#flow .flow__list__item:nth-child(5)::before {
  background: url(../images/home/img10.webp) no-repeat center/contain;
}
@media (min-width: 600px) {
  #flow {
    padding: 110px 0 60px;
  }
  #flow .c-container {
    padding: 0 14vw;
  }
  #flow .flow__list__item::before {
    width: 130px;
    height: 100px;
    bottom: -40px;
    right: -55px;
  }
  #flow .flow__list__item .num {
    padding: 20px 3.5vw 0;
    font-size: 18px;
  }
  #flow .flow__list__item .txt_box {
    padding: 30px;
  }
  #flow .flow__list__item .txt_box .c-txt-sm, #flow .flow__list__item .txt_box .c-contact-text {
    font-size: 14px;
    padding-right: 50px;
  }
}
@media (min-width: 960px) {
  #flow {
    padding: 170px 0 70px;
    margin-top: -100px;
  }
  #flow .c-container {
    padding: 0 18vw;
  }
  #flow .flow__list__item {
    margin-bottom: 50px;
  }
  #flow .flow__list__item::before {
    width: 170px;
    height: 120px;
    bottom: -15px;
    right: -80px;
  }
  #flow .flow__list__item .num {
    padding: 30px 3.5vw 0;
    font-size: 24px;
  }
  #flow .flow__list__item .num::before {
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 18px solid #66c5ff;
    /* 色は任意に変更可能 */
    bottom: -18px;
  }
  #flow .flow__list__item .txt_box {
    padding: 30px 30px 45px;
  }
  #flow .flow__list__item .txt_box h3 {
    font-size: 22px;
    margin-bottom: 15px;
  }
  #flow .flow__list__item .txt_box .c-txt-sm, #flow .flow__list__item .txt_box .c-contact-text {
    font-size: 18px;
    padding-right: 5vw;
  }
  #flow .flow__list__item:nth-child(2) .num {
    background-color: #40b5fa;
  }
  #flow .flow__list__item:nth-child(2) .num::before {
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 18px solid #40b5fa;
  }
  #flow .flow__list__item:nth-child(3) .num {
    background-color: #2a9fe6;
  }
  #flow .flow__list__item:nth-child(3) .num::before {
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 18px solid #2a9fe6;
  }
  #flow .flow__list__item:nth-child(4) .num {
    background-color: #1a89d2;
  }
  #flow .flow__list__item:nth-child(4) .num::before {
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 18px solid #1a89d2;
  }
  #flow .flow__list__item:nth-child(5) .num {
    background-color: #0d73be;
  }
  #flow .flow__list__item:nth-child(5) .num::before {
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 18px solid #0d73be;
  }
}
@media (min-width: 1200px) {
  #flow .c-container {
    padding: 0 20vw;
  }
  #flow .flow__list__item::before {
    right: -60px;
  }
}

.p-case {
  padding: 100px 0 50px;
  margin-top: -50px;
  position: relative;
  z-index: 5;
}
.p-case__list {
  display: grid;
  gap: 40px;
}
.p-case__list__item {
  background: #f5f5f5;
  padding: 20px;
  border-radius: 16px;
  overflow: hidden;
  position: relative;
}
.p-case__list__item .Wrap {
  position: relative;
}
.p-case__list__item .Wrap .Img {
  margin: 0;
  position: relative;
}
.p-case__list__item .Wrap .Img img {
  width: 100%;
  height: 280px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 14px 14px 0 0;
}
.p-case__list__item .Wrap .Img::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.6) 0%, transparent 100%);
}
.p-case__list__item .Wrap .name {
  position: absolute;
  bottom: 10px;
  left: 10px;
  margin-bottom: 0;
  color: white;
  font-size: 13px;
  font-weight: 600;
  z-index: 2;
}
.p-case__list__item .Desc {
  padding: 20px 0px;
}
.p-case__list__item .Desc h3 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #0f172a;
  line-height: 1.6;
  position: relative;
  padding-left: 20px;
}
.p-case__list__item .Desc h3::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 4px;
  height: 100%;
  background: linear-gradient(135deg, #40b5fa 0%, #1a85c6 100%);
  border-radius: 2px;
}
@media (min-width: 600px) {
  .p-case {
    padding: 110px 0 60px;
  }
  .p-case__list {
    margin: 0 5vw;
  }
  .p-case__list__item {
    padding: 30px 30px 10px;
  }
  .p-case__list__item .Desc {
    padding: 30px 0 20px;
  }
}
@media (min-width: 960px) {
  .p-case {
    padding: 170px 0 70px;
    margin-top: -100px;
  }
  .p-case__list {
    margin: 0;
  }
  .p-case__list__item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px;
  }
  .p-case__list__item .Wrap {
    flex-basis: 48%;
  }
  .p-case__list__item .Wrap .Img img {
    -o-object-fit: contain;
       object-fit: contain;
    border-radius: 14px 0 0 14px;
  }
  .p-case__list__item .Wrap .Img::after {
    border-radius: 14px 0 0 14px;
  }
  .p-case__list__item .Desc {
    padding: 0;
    flex-basis: 48%;
  }
  .p-case__list__item .Desc h3 {
    font-size: 20px;
  }
}
@media (min-width: 1200px) {
  .p-case__list__item {
    padding: 40px;
  }
  .p-case__list__item .Wrap {
    flex-basis: 38%;
  }
  .p-case__list__item .Desc {
    flex-basis: 58%;
  }
  .p-case__list__item .Desc h3 {
    font-size: 22px;
  }
}

.p-question {
  padding: 100px 0 50px;
  background: linear-gradient(#fff 0%, transparent 100%);
  margin-top: -50px;
}
.p-question .faq {
  position: relative;
}
.p-question .faq .c-txt-sm, .p-question .faq .c-contact-text {
  font-size: 14px;
}
.p-question .faq dt {
  position: relative;
  cursor: pointer;
  transition: color 0.2s cubic-bezier(0, 0, 0.58, 1);
  background-color: #fff;
  border-bottom: 1px solid gainsboro;
  font-weight: 500;
}
.p-question .faq dt::before {
  position: absolute;
  top: 45%;
  transform: translateY(-50%);
  left: 0;
  content: "Q";
  color: #40b5fa;
  font-size: 20px;
  padding: 10px;
}
.p-question .faq dt span {
  margin-left: 8vw;
  margin-right: 8vw;
  line-height: 1.5;
  display: block;
  position: relative;
  padding: 20px 10px;
}
.p-question .faq dt .i_box {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 3vw;
  width: 20px;
  height: 20px;
}
.p-question .faq dt .i_box::before {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  background: url(../images/common/arrow.png) no-repeat center/contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%) rotate(90deg);
  transition: transform 0.3s ease;
}
.p-question .faq dd {
  position: relative;
}
.p-question .faq dd::before {
  content: "A";
  position: absolute;
  top: 20px;
  left: 10px;
  bottom: 0;
  margin: auto;
  width: 12px;
  font-size: 22px;
  color: #888;
}
.p-question .faq dd .m-description-article {
  font-size: 3.7vw;
  display: block;
  line-height: 2;
  margin-left: 8vw;
  padding: 20px 10px;
}
@media (min-width: 600px) {
  .p-question {
    padding: 110px 0 60px;
  }
  .p-question .faq .c-txt-sm, .p-question .faq .c-contact-text {
    font-size: 15px;
  }
  .p-question .faq dt span {
    margin-left: 5vw;
    margin-right: 5vw;
  }
  .p-question .faq dd {
    position: relative;
  }
  .p-question .faq dd .m-description-article {
    margin-left: 5vw;
  }
}
@media (min-width: 960px) {
  .p-question {
    padding: 170px 0 70px;
    margin-top: -100px;
  }
  .p-question .faq {
    margin-right: 5vw;
  }
  .p-question .faq .c-txt-sm, .p-question .faq .c-contact-text {
    font-size: 17px;
  }
  .p-question .faq dt span {
    margin-left: 4vw;
    margin-right: 4vw;
  }
  .p-question .faq dt::before {
    top: 43%;
    font-size: 26px;
  }
  .p-question .faq dt .i_box {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 3vw;
    width: 20px;
    height: 20px;
  }
  .p-question .faq dt .i_box::before {
    width: 15px;
    height: 15px;
  }
  .p-question .faq dd::before {
    top: 15px;
    font-size: 28px;
  }
  .p-question .faq dd .m-description-article {
    margin-left: 4vw;
  }
}
@media (min-width: 1400px) {
  .p-question .faq {
    margin-left: 5vw;
  }
  .p-question .faq .c-txt-sm, .p-question .faq .c-contact-text {
    font-size: 18px;
  }
}

.p-request {
  padding: 100px 0 50px;
  margin-top: -50px;
}
.p-request__desc {
  text-align: center;
  margin-bottom: 15px;
}
.p-request__desc .c-txt-sm, .p-request__desc .c-contact-text {
  font-weight: 500;
}
.p-request__img {
  margin-bottom: 30px;
  height: 200px;
}
.p-request__img img {
  -o-object-fit: contain;
     object-fit: contain;
}
.p-request .hero-contact .contact-form textarea {
  height: 220px;
}
.p-request .hero-contact .contact-form .privacy {
  font-size: 14px;
}
.p-request .hero-contact .contact-form .submit-btn input {
  max-width: none;
  width: 100%;
}
@media (min-width: 600px) {
  .p-request {
    padding: 110px 0 60px;
  }
  .p-request .hero-contact .contact-form .privacy {
    font-size: 14px;
  }
  .p-request .hero-contact .contact-form .submit-btn input {
    max-width: 320px;
  }
}
@media (min-width: 960px) {
  .p-request {
    padding: 170px 0 70px;
    margin-top: -100px;
  }
  .p-request .c-container {
    padding: 0 8vw;
  }
  .p-request__desc {
    margin-bottom: 30px;
  }
  .p-request__desc .c-txt-sm, .p-request__desc .c-contact-text {
    font-size: 17px;
  }
  .p-request__wrap {
    position: relative;
  }
  .p-request__img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    margin-bottom: 0;
  }
  .p-request .hero-contact {
    margin-right: 300px;
  }
}
@media (min-width: 1200px) {
  .p-request .c-container {
    padding: 0 12vw;
  }
  .p-request__desc {
    margin-bottom: 50px;
  }
  .p-request__desc .c-txt-sm, .p-request__desc .c-contact-text {
    font-size: 22px;
  }
  .p-request .hero-contact {
    margin-right: 450px;
  }
  .p-request__img {
    height: 300px;
  }
}
@media (min-width: 2000px) {
  .p-request .c-container {
    padding: 0 25vw;
  }
}

.p-cta {
  padding: 50px 0;
  position: relative;
}
.p-cta::before {
  content: "";
  width: 100%;
  height: 80%;
  background: linear-gradient(90deg, #2a9de0 0%, #40b5fa 35%, #1a85c6 70%, #2575b8 100%);
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%) skewY(-15deg);
  z-index: -1;
}
.p-cta__wrap {
  background-color: #fff;
  box-shadow: 0 0 20px rgba(79, 85, 112, 0.7019607843);
  padding: 30px 20px 10px;
}
.p-cta__btn h3 {
  text-align: center;
  font-size: 15px;
  margin-bottom: 10px;
}
.p-cta__btn a {
  text-align: center;
  display: block;
  background: linear-gradient(135deg, #ff6b35 0%, #f7931e 100%);
  border-radius: 9999px;
  color: #fff;
  padding: 15px 0;
  font-weight: 600;
  max-width: 350px;
  box-shadow: 0 4px 12px rgba(255, 107, 53, 0.3);
  transition: all 0.3s ease;
  margin: 0 auto 30px;
}
.p-cta__btn a p {
  display: inline-block;
  padding-right: 30px;
  position: relative;
}
.p-cta__btn a p::before {
  content: "";
  width: 20px;
  height: 20px;
  background: url(../images/common/btn-mail-or.svg) no-repeat center/contain;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.p-cta__btn a.line {
  background: transparent;
  border: 2px solid #ff6b35;
  color: #ff6b35;
  position: relative;
}
.p-cta__btn a.line p::before {
  background: url(../images/common/line-cta-or.svg) no-repeat center/contain;
}
.p-cta__btn a.line:hover {
  background: #fff;
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(255, 107, 53, 0.2);
}
.p-cta__btn a:hover {
  transform: translateY(-1px);
  box-shadow: 0 6px 18px rgba(255, 107, 53, 0.4);
  background: linear-gradient(135deg, #f7931e 0%, #ff6b35 100%);
}
@media (min-width: 600px) {
  .p-cta::before {
    height: 70%;
    transform: translateY(-50%) skewY(-10deg);
  }
}
@media (min-width: 960px) {
  .p-cta::before {
    height: 80%;
    transform: translateY(-50%) skewY(-6deg);
  }
  .p-cta__wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 40px 30px;
  }
  .p-cta__btn {
    flex-basis: 350px;
    margin: 0 15px;
  }
  .p-cta__btn h3 {
    font-size: 17px;
    margin-bottom: 15px;
  }
  .p-cta__btn a {
    margin: 0;
  }
}
@media (min-width: 1200px) {
  .p-cta::before {
    height: 75%;
    transform: translateY(-50%) skewY(-5deg);
  }
  .p-cta__wrap {
    padding: 50px 40px;
  }
  .p-cta__btn {
    flex-basis: 420px;
    margin: 0 20px;
  }
  .p-cta__btn a {
    max-width: 420px;
    padding: 20px 0;
  }
}

.c-contact {
  padding: 50px 0;
}
.c-contact .center {
  margin: 30px 0;
  text-align: center;
  font-size: 24px;
}
.c-contact h3 {
  display: inline-block;
  width: 340px;
}
.c-contact h3 .desc {
  font-size: 14px;
}
@media (min-width: 600px) {
  .c-contact h3 {
    width: 540px;
  }
}
@media (min-width: 1200px) {
  .c-contact h3 {
    width: 800px;
  }
  .c-contact h3 .desc {
    font-size: 18px;
  }
}
.c-contact .c-topview .onlySP {
  display: none;
}
.c-contact .c-topview .c-container p {
  text-align: center;
}
@media (min-width: 960px) {
  .c-contact .c-topview .onlySP {
    display: block;
  }
}
.c-contact .contact-form {
  text-align: center;
}
.c-contact .contact-form .ct-tit {
  padding: 20px 10px;
  background-color: #fff;
  font-size: 22px;
}
.c-contact .contact-form .ct-tit small {
  font-size: 14px;
}
@media (min-width: 960px) {
  .c-contact .contact-form .ct-tit {
    font-size: 22px;
  }
  .c-contact .contact-form .ct-tit small {
    font-size: 18px;
  }
}
@media (min-width: 1200px) {
  .c-contact .contact-form .ct-tit {
    font-size: 31px;
  }
  .c-contact .contact-form .ct-tit small {
    font-size: 22px;
  }
}
.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: 1px solid #a0a0a0;
}
.c-contact .contact-form textarea {
  margin-bottom: 0;
}
.c-contact .contact-form input {
  height: 45px;
}
.c-contact .contact-form select {
  width: 130px;
  height: 45px;
  border: 1px solid #a0a0a0;
}
.c-contact .contact-form dl {
  text-align: left;
  display: inline-block;
  width: 320px;
  padding-bottom: 20px;
}
.c-contact .contact-form dt {
  font-size: 14px;
  font-weight: 400;
}
.c-contact .contact-form .ct-name .number {
  position: relative;
}
.c-contact .contact-form .ct-name .number .num {
  position: absolute;
  top: 0;
  left: -28px;
  bottom: 0;
  margin: auto;
  font-size: 30px;
  font-weight: 300;
}
.c-contact .contact-form .must {
  position: relative;
  padding: 5px 15px 5px 0;
  margin-right: 10px;
  display: flex;
  align-items: center;
}
.c-contact .contact-form .must::after {
  content: "必須";
  font-size: 12px;
  color: #fff;
  padding: 5px 10px;
  border-radius: 10px;
  background-color: #40b5fa;
  margin-left: 10px;
}
.c-contact .contact-form .free {
  position: relative;
  display: flex;
  align-items: center;
  padding: 5px 15px 5px 0;
  margin-right: 10px;
}
.c-contact .contact-form .free .anNeed {
  font-size: 12px;
  color: #fff;
  padding: 5px 10px;
  border-radius: 10px;
  background: rgb(107, 144, 219);
  background: linear-gradient(to right, rgb(107, 144, 219) 0%, rgb(102, 213, 233) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#6b90db", endColorstr="#66d5e9", GradientType=1);
  margin-right: 10px;
  display: inline-block;
  white-space: nowrap;
}
.c-contact .contact-form .ct-request select {
  width: 100%;
}
.c-contact .contact-form .ct-flex {
  display: flex;
  justify-content: space-between;
  width: 280px;
  text-align: center;
  margin: auto;
  padding-bottom: 20px;
}
.c-contact .contact-form .ct-sex {
  display: inline-block;
  text-align: left;
}
.c-contact .contact-form .ct-sex input {
  margin: 0;
}
.c-contact .contact-form .ct-sex select {
  height: 45px;
}
.c-contact .contact-form .ct-age {
  display: inline-block;
  text-align: right;
}
.c-contact .contact-form .ct-age dt {
  text-align: left;
  display: block;
  padding-left: 13px;
}
.c-contact .contact-form .ct-date {
  text-align: left;
  font-size: 14px;
}
.c-contact .contact-form .ct-date input {
  margin-top: 0;
  width: 130px;
}
.c-contact .contact-form .ct-time {
  display: inline-block;
  text-align: right;
}
.c-contact .contact-form .ct-time dt {
  text-align: left;
  display: block;
  padding-left: 13px;
}
.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: #f7fafc;
}
.c-contact .contact-form .submit-btn input {
  border-color: #2d3748;
  width: 70%;
  max-width: 320px;
}
.c-contact .contact-form .ajax-loader {
  display: none;
}
.c-contact .contact-form .wpcf7-spinner {
  display: none;
}
@media (min-width: 600px) {
  .c-contact .contact-form .c-contact-text {
    font-size: 18px;
  }
  .c-contact .contact-form dt {
    font-size: 16px;
  }
  .c-contact .contact-form dl {
    width: 540px;
  }
  .c-contact .contact-form .ct-date input {
    width: 250px;
  }
  .c-contact .contact-form .ct-flex {
    width: 540px;
  }
  .c-contact .contact-form select {
    width: 250px;
  }
  .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: 30px;
    width: 30px;
    margin-right: 15px;
  }
  .c-contact .contact-form .ms-1 {
    font-size: 18px;
  }
}
@media (min-width: 1200px) {
  .c-contact .contact-form dl {
    width: 800px;
  }
  .c-contact .contact-form dt {
    font-size: 18px;
  }
  .c-contact .contact-form .ct-date input {
    width: 380px;
  }
  .c-contact .contact-form .ct-flex {
    width: 800px;
  }
  .c-contact .contact-form select {
    width: 380px;
  }
  .c-contact .contact-form .ct-age dt,
  .c-contact .contact-form .ct-time dt {
    padding-left: 25px;
  }
}
.c-contact .grecaptcha-badge {
  box-shadow: none !important;
  width: 100% !important;
}
.c-contact .grecaptcha-badge iframe {
  box-shadow: grey 0px 0px 5px;
}
.c-contact .form {
  background: rgb(255, 247, 232);
  padding: 20px;
}
.c-contact .ct-check {
  background-color: #fff;
}
.c-contact .ct-check .must {
  margin-bottom: 10px;
}
@media (min-width: 960px) {
  .c-contact .ct-check.flex .wpcf7-checkbox {
    display: flex;
  }
}
.c-contact .ct-check.flex .wpcf7-list-item-label {
  white-space: nowrap;
}
.c-contact .ct-check.flex .need {
  margin-left: -10px;
}
@media (min-width: 960px) {
  .c-contact .ct-check.flex.second .wpcf7-checkbox {
    flex-wrap: wrap;
  }
  .c-contact .ct-check.flex.second .wpcf7-checkbox .wpcf7-list-item {
    width: 48%;
  }
}
.c-contact .ct-check input {
  height: 18px;
  width: 20px;
  margin-right: 10px;
}
.c-contact .ct-check .wpcf7-list-item {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  align-items: center;
  margin: 0 20px 0 0;
}
.c-contact .ct-check .wpcf7-list-item-label {
  font-size: 14px;
  width: 80%;
}
@media (min-width: 1200px) {
  .c-contact .ct-check .wpcf7-list-item-label {
    font-size: 22px;
  }
}
@media (min-width: 1500px) {
  .c-contact .ct-check .wpcf7-list-item-label {
    font-size: 26px;
  }
}
.c-contact .ct-text-sm textarea {
  height: 80px;
}
@media (min-width: 960px) {
  .c-contact .ct-text-sm textarea {
    height: 120px;
  }
}
.c-contact .ct-redio .wpcf7-list-item {
  margin: 0 10px 0 0;
  display: flex;
  align-items: center;
}
.c-contact .ct-redio input {
  height: 35px;
  width: 20px;
  margin-right: 10px;
}
.c-contact .ct-redio .wpcf7-radio {
  display: flex;
}
.c-contact .tyui {
  text-align: center;
  margin: 0 auto 20px auto;
  width: 340px;
}
.c-contact .tyui p {
  text-align: left;
  margin-bottom: 10px;
}
@media (min-width: 600px) {
  .c-contact .tyui {
    width: 540px;
  }
}
@media (min-width: 1200px) {
  .c-contact .tyui {
    width: 800px;
  }
}
@media (min-width: 960px) {
  .c-contact#contact5 .ct-check.flex .wpcf7-checkbox {
    display: flex;
    justify-content: flex-start;
  }
}
.c-contact#contact5 .ct-check .wpcf7-list-item {
  padding-right: 10px;
}
@media (min-width: 960px) {
  .c-contact {
    padding: 80px 0;
  }
}

.grecaptcha-badge {
  visibility: hidden;
}

.c-privacy {
  margin-top: 80px;
}
.c-privacy .c-title {
  text-align: center;
  font-size: 24px;
  display: block;
  margin-bottom: 50px;
  font-weight: 500;
}
.c-privacy h3 {
  font-size: 18px;
  margin-bottom: 20px;
  font-weight: 500;
}
.c-privacy-item {
  margin-bottom: 30px;
}
@media (min-width: 960px) {
  .c-privacy {
    margin-top: 100px;
  }
  .c-privacy .c-title {
    font-size: 28px;
  }
  .c-privacy h3 {
    font-size: 22px;
  }
}

.c-thanks {
  margin-top: 80px;
}
.c-thanks .c-title {
  text-align: center;
  font-size: 22px;
  display: block;
  margin-bottom: 50px;
  font-weight: 500;
}
.c-thanks h3 {
  font-size: 18px;
  margin-bottom: 20px;
  font-weight: 500;
}
.c-thanks-item {
  margin-bottom: 30px;
}
@media (min-width: 600px) {
  .c-thanks .onlySP {
    display: none;
  }
}
@media (min-width: 960px) {
  .c-thanks {
    margin-top: 100px;
  }
  .c-thanks .c-title {
    font-size: 24px;
  }
  .c-thanks h3 {
    font-size: 20px;
  }
}

.p-header {
  height: 64px;
  width: 100%;
}
.p-header .logo__img {
  display: inline-block;
  margin: 5px 10px 0 5px;
}
.p-header .logo {
  background-image: url(../images/common/fot-logo.webp);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  height: 60px;
  width: 150px;
  opacity: 1;
}
@media (min-width: 600px) {
  .p-header .logo {
    width: 250px;
  }
}
.p-header .sp-navbtn {
  position: fixed;
  bottom: 0;
  left: 0;
  height: 9vh;
  width: 100%;
  z-index: 9999;
  transition: all 0.3s;
  background-color: rgba(255, 255, 255, 0.8235294118);
}
.p-header .sp-navbtn__container {
  display: flex;
  align-items: center;
  justify-content: space-around;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.p-header .sp-navbtn__container li {
  width: 50%;
  height: 100%;
  background: linear-gradient(135deg, #0ea5e9 0%, #0284c7 100%);
  display: flex;
  justify-content: center;
  align-items: center;
}
.p-header .sp-navbtn__container a {
  position: relative;
  letter-spacing: 2px;
  color: #fff;
  font-weight: bold;
  padding-top: 25px;
  font-size: 13px;
}
.p-header .sp-navbtn__container a::before {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  margin: auto;
  content: "";
  height: 20px;
  width: 20px;
  background-image: url(../images/common/tel-white.png);
  background-size: contain;
  background-repeat: no-repeat;
}
.p-header .sp-navbtn__container .sp2 {
  background: linear-gradient(-45deg, #ff6b35 0%, #f7931e 100%);
}
.p-header .sp-navbtn__container .sp2 a::before {
  background-image: url(../images/common/ico-mail-wh.png);
}
.p-header .sp-navbtn__container .sp3 {
  background: linear-gradient(135deg, #06c755 0%, #05a647 100%);
}
.p-header .sp-navbtn__container .sp3 a::before {
  width: 23px;
  height: 23px;
  background-image: url(../images/common/line-cta.svg);
}
.p-header .sp-navbtn__container a:hover,
.p-header .sp-navbtn__container a:active {
  text-decoration: underline;
}
.p-header .pc-navbtn {
  position: fixed;
  top: 50%;
  bottom: 0;
  margin: auto;
  right: 0;
  width: 80px;
  z-index: 2000;
  transition: transform 0.4s ease-in-out;
}
.p-header .pc-navbtn__container li {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px 0 0 10px;
  background: linear-gradient(135deg, #06c755 0%, #05a647 100%);
  padding: 20px;
  position: relative;
}
.p-header .pc-navbtn__container a {
  position: relative;
  display: block;
  width: 40px;
  height: 40px;
}
.p-header .pc-navbtn__container a img {
  -o-object-fit: contain;
     object-fit: contain;
}
.p-header .pc-navbtn__container .sp2 {
  margin-bottom: 15px;
  background: linear-gradient(-45deg, #ff6b35 0%, #f7931e 100%);
}
.p-header .pc-navbtn__container a:hover,
.p-header .pc-navbtn__container a:active {
  text-decoration: underline;
}
.p-header .hide.sp-navbtn {
  transform: translateY(100%);
  transition: all 0.4s;
}
.p-header .hide.pc-navbtn {
  transform: translateX(100%);
  /* 完全に隠すために余裕を持たせる */
}
@media (max-width: 959px) {
  .p-header .pc-navbtn {
    display: none;
  }
}
@media (min-width: 960px) {
  .p-header {
    height: 100px;
  }
  .p-header .sp-navbtn {
    display: none;
  }
  .p-header .logo__img {
    margin: 5px 10px 0 15px;
  }
  .p-header .logo {
    width: 300px;
  }
}
@media (max-width: 1199px) {
  .p-header .pc-container {
    display: none;
  }
}
@media (min-width: 1200px) {
  .p-header .mobile-container,
  .p-header .mobile-menu {
    display: none !important;
  }
  .p-header .pc-container {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 9999;
    overflow: hidden;
    height: 100px;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.8666666667);
    box-shadow: 10px 0 10px rgba(119, 119, 119, 0.5254901961);
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .p-header .pc-container .flex-right {
    display: flex;
    align-items: center;
  }
  .p-header .pc-container .logo-link {
    margin: 0 20px;
  }
  .p-header .pc-container .pc-nav {
    margin-bottom: 10px;
  }
  .p-header .pc-container .pc-nav-list {
    display: flex;
  }
  .p-header .pc-container .pc-nav-item {
    font-size: 14px;
    font-weight: 600;
    padding-right: 1.8vw;
    padding-top: 15px;
    transition: all 0.3s;
  }
  .p-header .pc-container .pc-nav-item a {
    color: #2d3748;
  }
  .p-header .pc-container .pc-nav-item:hover {
    transform: translateY(4px);
    transition: all 0.3s;
  }
  .p-header .pc-container .logo__img {
    margin: 30px 10px 20px 15px;
  }
  .p-header .pc-container .logo__img .logo {
    height: 60px;
    width: 300px;
  }
  .p-header .pc-container .pc-button {
    display: flex;
    align-items: center;
    margin: 0 10px 0 30px;
    position: relative;
  }
  .p-header .pc-container .pc-button::before {
    content: "";
    width: 2px;
    height: 100%;
    background: #ccc;
    position: absolute;
    top: 0;
    left: -35px;
  }
  .p-header .pc-container .pc-button .tel-btn {
    display: inline-block;
    margin-right: 15px;
  }
  .p-header .pc-container .pc-button .tel-btn a {
    color: #2d3748;
    font-size: 20px;
    font-weight: 600;
  }
  .p-header .pc-container .pc-button .tel-btn a span {
    position: relative;
  }
  .p-header .pc-container .pc-button .tel-btn a span::before {
    content: "";
    width: 15px;
    height: 15px;
    background: url(../images/common/icon-tel.png) no-repeat center/contain;
    position: absolute;
    top: 50%;
    left: -20px;
    transform: translateY(-50%);
  }
  .p-header .pc-container .pc-button .tel-btn small {
    display: block;
    text-align: center;
    font-size: 12px;
  }
  .p-header .pc-container .pc-button .request-btn {
    display: flex;
  }
  .p-header .pc-container .pc-button .request-btn a {
    display: block;
    margin-right: 10px;
    background-color: #40b5fa;
    border: 2px solid #40b5fa;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    padding: 10px 45px 8px 30px;
    border-radius: 9999px;
  }
  .p-header .pc-container .pc-button .request-btn a span {
    position: relative;
  }
  .p-header .pc-container .pc-button .request-btn a span::before {
    content: "";
    width: 13px;
    height: 13px;
    background: url(../images/common/btn-dl.svg) no-repeat center/contain;
    position: absolute;
    top: 50%;
    right: -20px;
    transform: translateY(-50%);
  }
  .p-header .pc-container .pc-button .request-btn a.mail {
    background-color: #fff;
    color: #40b5fa;
  }
  .p-header .pc-container .pc-button .request-btn a.mail span::before {
    background: url(../images/common/btn-mail.svg) no-repeat center/contain;
  }
}
@media (min-width: 2000px) {
  .p-header .pc-container {
    padding: 0 18vw;
  }
}

.mobile-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.5s;
  opacity: 0;
  z-index: -1;
  background-color: rgba(255, 255, 255, 0.9411764706);
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.mobile-menu__nav {
  display: block;
  height: auto;
  width: 100%;
  min-height: 100vh;
}
.mobile-menu__list {
  width: 100%;
  list-style: none;
  padding-top: 120px;
  padding-bottom: 60px;
}
.mobile-menu__item {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 30px;
  text-align: center;
}
.mobile-menu a {
  color: #2d3748;
}
@media (min-width: 600px) {
  .mobile-menu__item {
    font-size: 18px;
    margin-bottom: 40px;
  }
}
@media (min-width: 960px) {
  .mobile-menu {
    width: 60%;
  }
  .mobile-menu__list {
    padding-top: 160px;
  }
  .mobile-menu__item {
    font-size: 20px;
    margin-bottom: 40px;
  }
}

.mobile-menu-hidden {
  overflow: hidden !important;
  position: fixed !important;
  width: 100% !important;
  -webkit-overflow-scrolling: touch;
}

.contact-btn {
  padding: 0 10px;
}
.contact-btn-list {
  display: flex;
  justify-content: space-between;
}
.contact-btn-item {
  width: 100%;
  text-align: center;
}
.contact-btn-item span {
  position: relative;
  font-size: 12px;
  color: #2d3748;
  padding: 40px 5px 10px 5px;
  display: block;
  background-color: #fff;
  border: 1px solid #dad7cd;
}
.contact-btn-item span::before {
  position: absolute;
  top: 10px;
  left: 0;
  right: 0;
  margin: auto;
  content: "";
  display: block;
  height: 22px;
  width: 22px;
  background-size: contain;
  background-repeat: no-repeat;
}
.contact-btn-item .tel::before {
  background-image: url(../images/common/icon-tel.png);
}
.contact-btn-item .mail::before {
  background-image: url(../images/common/icon-link-1-black.png);
}
.contact-btn-item .insta::before {
  background-image: url(../images/common/insta-black.png);
}

.mobile-container {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 9999;
  overflow: hidden;
  height: 64px;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.8666666667);
  box-shadow: 10px 0 10px rgba(119, 119, 119, 0.5254901961);
  display: flex;
  align-items: center;
}
.mobile-container .mobile-button {
  position: fixed;
  top: 15px;
  right: 10px;
  z-index: 200;
  display: flex;
}
.mobile-container .request-btn {
  margin-right: 10px;
}
.mobile-container .request-btn a {
  display: block;
  border: 2px solid #40b5fa;
  background-color: #fff;
  color: #40b5fa;
  font-size: 12px;
  font-weight: 600;
  padding: 10px 40px 8px 20px;
  border-radius: 9999px;
}
.mobile-container .request-btn a span {
  position: relative;
}
.mobile-container .request-btn a span::before {
  content: "";
  width: 13px;
  height: 13px;
  background: url(../images/common/btn-mail.svg) no-repeat center/contain;
  position: absolute;
  top: 50%;
  right: -20px;
  transform: translateY(-50%);
}
.mobile-container .tel-btn {
  display: none;
}
.mobile-container .mobile-menu__btn {
  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: #2d3748;
  width: 25px;
  height: 2px;
  display: block;
  margin-bottom: 5px;
  transition: transform 0.7s;
  opacity: 1;
}
.mobile-container .mobile-menu__btn > span:last-child {
  margin-bottom: 0;
}
@media (min-width: 960px) {
  .mobile-container .mobile-menu__btn span {
    width: 35px;
    margin-bottom: 7px;
  }
}
@media (min-width: 960px) {
  .mobile-container {
    height: 100px;
  }
  .mobile-container .mobile-button {
    top: 25px;
    right: 20px;
  }
  .mobile-container .mobile-button::before {
    content: "";
    width: 2px;
    height: 100%;
    background: #ccc;
    position: absolute;
    top: 0;
    left: -50px;
  }
  .mobile-container .request-btn {
    margin: 0 15px;
  }
  .mobile-container .request-btn a {
    display: block;
    font-size: 15px;
    font-weight: 600;
    padding: 15px 55px 12px 30px;
    border-radius: 9999px;
  }
  .mobile-container .request-btn a span {
    position: relative;
  }
  .mobile-container .request-btn a span::before {
    content: "";
    width: 18px;
    height: 18px;
    right: -25px;
  }
  .mobile-container .tel-btn {
    display: inline-block;
  }
  .mobile-container .tel-btn a {
    color: #2d3748;
    font-size: 20px;
    font-weight: 600;
  }
  .mobile-container .tel-btn a span {
    position: relative;
  }
  .mobile-container .tel-btn a span::before {
    content: "";
    width: 15px;
    height: 15px;
    background: url(../images/common/icon-tel.png) no-repeat center/contain;
    position: absolute;
    top: 50%;
    left: -20px;
    transform: translateY(-50%);
  }
  .mobile-container .tel-btn small {
    display: block;
    text-align: center;
    font-size: 12px;
  }
}

.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: #2d3748 !important;
}
.menu-open .mobile-menu__btn > span:nth-child(1) {
  transition-delay: 70ms;
  transform: translateY(6px) 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(-8px) rotate(-135deg);
}
@media (min-width: 960px) {
  .menu-open .mobile-menu__btn > span:nth-child(1) {
    transform: translateY(11px) 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 {
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
}
.clip-js.right,
.clip-js1.right,
.clip-js2.right,
.clip-js3.right {
  -webkit-clip-path: inset(0 0 0 100%);
          clip-path: inset(0 0 0 100%);
}
.clip-js.top-left,
.clip-js1.top-left,
.clip-js2.top-left,
.clip-js3.top-left {
  -webkit-clip-path: inset(0 100% 100% 0);
          clip-path: inset(0 100% 100% 0);
}
.clip-js.bottom,
.clip-js1.bottom,
.clip-js2.bottom,
.clip-js3.bottom {
  -webkit-clip-path: inset(100% 0 0 0);
          clip-path: inset(100% 0 0 0);
}
.clip-js.center,
.clip-js1.center,
.clip-js2.center,
.clip-js3.center {
  -webkit-clip-path: inset(100%);
          clip-path: inset(100%);
}
.clip-js.circle,
.clip-js1.circle,
.clip-js2.circle,
.clip-js3.circle {
  -webkit-clip-path: circle(0 at 50% 50%);
          clip-path: circle(0 at 50% 50%);
}
.clip-js.skew,
.clip-js1.skew,
.clip-js2.skew,
.clip-js3.skew {
  -webkit-clip-path: polygon(0 0, 0 0, 0 0);
          clip-path: polygon(0 0, 0 0, 0 0);
}
.clip-js.transform,
.clip-js1.transform,
.clip-js2.transform,
.clip-js3.transform {
  -webkit-clip-path: polygon(0 0, 0 0, 0 0);
          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 {
  -webkit-clip-path: inset(0);
          clip-path: inset(0);
}
.clip-js.reveal.bound,
.clip-js1.reveal.bound,
.clip-js2.reveal.bound,
.clip-js3.reveal.bound {
  animation-name: bound;
  animation-duration: 1.6s;
  animation-timing-function: ease-in-out;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: both;
}
.clip-js.reveal.circle,
.clip-js1.reveal.circle,
.clip-js2.reveal.circle,
.clip-js3.reveal.circle {
  -webkit-clip-path: circle(100% at 50% 50%);
          clip-path: circle(100% at 50% 50%);
}
.clip-js.reveal.skew,
.clip-js1.reveal.skew,
.clip-js2.reveal.skew,
.clip-js3.reveal.skew {
  -webkit-clip-path: polygon(0 0, 200% 0, 0 200%);
          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 {
  -webkit-clip-path: polygon(0 0, 200% 0, 0 200%);
          clip-path: polygon(0 0, 200% 0, 0 200%);
  transform: translateX(0) scale(1) skew(0);
}

.clip-js1 {
  transition: all 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);
}

.wow.inview .item,
.wow2.inview .item {
  animation-name: wow;
  animation-duration: 2s;
  animation-timing-function: ease-in-out;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: both;
}
.wow.inview .item:nth-child(1),
.wow2.inview .item:nth-child(1) {
  transition-delay: 0.4s;
}
.wow.inview .item:nth-child(2),
.wow2.inview .item:nth-child(2) {
  transition-delay: 0.8s;
}
.wow.inview .item:nth-child(3),
.wow2.inview .item:nth-child(3) {
  transition-delay: 1.2s;
}
.wow.inview .item:nth-child(4),
.wow2.inview .item:nth-child(4) {
  transition-delay: 1.6s;
}
.wow.inview .item:nth-child(5),
.wow2.inview .item:nth-child(5) {
  transition-delay: 2s;
}
.wow.inview .item:nth-child(6),
.wow2.inview .item:nth-child(6) {
  transition-delay: 2.4s;
}
.wow.inview .item:nth-child(7),
.wow2.inview .item:nth-child(7) {
  transition-delay: 2.8s;
}
.wow.inview .item:nth-child(8),
.wow2.inview .item:nth-child(8) {
  transition-delay: 3.2s;
}
.wow.inview .item:nth-child(9),
.wow2.inview .item:nth-child(9) {
  transition-delay: 3.6s;
}
.wow.inview .item:nth-child(10),
.wow2.inview .item:nth-child(10) {
  transition-delay: 4s;
}
.wow.inview .item:nth-child(11),
.wow2.inview .item:nth-child(11) {
  transition-delay: 4.4s;
}
.wow.inview .item:nth-child(12),
.wow2.inview .item:nth-child(12) {
  transition-delay: 4.8s;
}
.wow.inview .item:nth-child(13),
.wow2.inview .item:nth-child(13) {
  transition-delay: 5.2s;
}
.wow.inview .item:nth-child(14),
.wow2.inview .item:nth-child(14) {
  transition-delay: 5.6s;
}
.wow.inview .item:nth-child(15),
.wow2.inview .item:nth-child(15) {
  transition-delay: 6s;
}
.wow.inview .item:nth-child(16),
.wow2.inview .item:nth-child(16) {
  transition-delay: 6.4s;
}
.wow.inview .item:nth-child(17),
.wow2.inview .item:nth-child(17) {
  transition-delay: 6.8s;
}
.wow.inview .item:nth-child(18),
.wow2.inview .item:nth-child(18) {
  transition-delay: 7.2s;
}
.wow.inview .item:nth-child(19),
.wow2.inview .item:nth-child(19) {
  transition-delay: 7.6s;
}
.wow.inview .item:nth-child(20),
.wow2.inview .item:nth-child(20) {
  transition-delay: 8s;
}
.wow.inview .item:nth-child(21),
.wow2.inview .item:nth-child(21) {
  transition-delay: 8.4s;
}
.wow.inview .item:nth-child(22),
.wow2.inview .item:nth-child(22) {
  transition-delay: 8.8s;
}
.wow.inview .item:nth-child(23),
.wow2.inview .item:nth-child(23) {
  transition-delay: 9.2s;
}
.wow.inview .item:nth-child(24),
.wow2.inview .item:nth-child(24) {
  transition-delay: 9.6s;
}
.wow.inview .item:nth-child(25),
.wow2.inview .item:nth-child(25) {
  transition-delay: 10s;
}
.wow.inview .item:nth-child(26),
.wow2.inview .item:nth-child(26) {
  transition-delay: 10.4s;
}
.wow.inview .item:nth-child(27),
.wow2.inview .item:nth-child(27) {
  transition-delay: 10.8s;
}
.wow.inview .item:nth-child(28),
.wow2.inview .item:nth-child(28) {
  transition-delay: 11.2s;
}
.wow.inview .item:nth-child(29),
.wow2.inview .item:nth-child(29) {
  transition-delay: 11.6s;
}
.wow.inview .item:nth-child(30),
.wow2.inview .item:nth-child(30) {
  transition-delay: 12s;
}
.wow.inview .item:nth-child(31),
.wow2.inview .item:nth-child(31) {
  transition-delay: 12.4s;
}
.wow.inview .item:nth-child(32),
.wow2.inview .item:nth-child(32) {
  transition-delay: 12.8s;
}
.wow.inview .item:nth-child(33),
.wow2.inview .item:nth-child(33) {
  transition-delay: 13.2s;
}
.wow.inview .item:nth-child(34),
.wow2.inview .item:nth-child(34) {
  transition-delay: 13.6s;
}
.wow.inview .item:nth-child(35),
.wow2.inview .item:nth-child(35) {
  transition-delay: 14s;
}
.wow.inview .item:nth-child(36),
.wow2.inview .item:nth-child(36) {
  transition-delay: 14.4s;
}
.wow.inview .item:nth-child(37),
.wow2.inview .item:nth-child(37) {
  transition-delay: 14.8s;
}
.wow.inview .item:nth-child(38),
.wow2.inview .item:nth-child(38) {
  transition-delay: 15.2s;
}
.wow.inview .item:nth-child(39),
.wow2.inview .item:nth-child(39) {
  transition-delay: 15.6s;
}

@keyframes bound {
  0% {
    transform: translateY(-200px);
    opacity: 0;
  }
  20% {
    opacity: 1;
    transform: translateY(40px);
  }
  30% {
    transform: translateY(-40px);
  }
  40% {
    transform: translateY(0);
  }
}
@keyframes wow {
  0% {
    transform: scale(0) rotate(10deg);
  }
  5% {
    transform: scale(2) rotate(10deg) translate(-10px, 5px);
  }
  10% {
    transform: scale(2) rotate(10deg) translate(10px, -5px);
  }
  15% {
    transform: scale(2) rotate(10deg) translate(-10px, 5px);
  }
  20% {
    transform: scale(2) rotate(10deg) translate(10px, -5px);
  }
  30% {
    transform: scale(0.9) rotate(-3deg);
  }
  35% {
    transform: scale(1) rotate(0);
  }
  40% {
    transform: translate(-10px, 5px);
  }
  45% {
    transform: translate(10px, -5px);
  }
  50% {
    transform: translate(-10px, 5px);
  }
  55% {
    transform: translate(0);
  }
}
.tab-group {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  padding-bottom: 3vw;
  border-bottom: 1px solid rgb(143, 143, 143);
}
@media (min-width: 600px) {
  .tab-group {
    justify-content: center;
  }
}

.panel {
  display: none;
}

.panel2 {
  display: none;
}

.tab-cate {
  text-align: center;
  border-bottom: 3px solid #40b5fa;
  padding-bottom: 5px;
  display: flex;
  flex-wrap: wrap;
}
.tab-cate .tab {
  padding: 10px 5px;
  border: 1px solid gray;
  font-weight: bold;
  color: gray;
  font-size: 12px;
  text-align: center;
  cursor: pointer;
  width: 43%;
  margin: 10px;
}
@media (min-width: 960px) {
  .tab-cate .tab {
    font-size: 20px;
    padding: 20px 20px;
    width: 30%;
  }
}
@media (min-width: 960px) {
  .tab-cate {
    padding-bottom: 17px;
  }
}

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

.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 cubic-bezier(0.25, 0.46, 0.45, 0.94);
  opacity: 0;
  transform: translateY(20px);
}
.appear.inview .item {
  opacity: 1;
  transform: translateY(0);
}
.appear.inview .item:nth-child(1) {
  transition-delay: 0s;
}
.appear.inview .item:nth-child(2) {
  transition-delay: 0.08s;
}
.appear.inview .item:nth-child(3) {
  transition-delay: 0.16s;
}
.appear.inview .item:nth-child(4) {
  transition-delay: 0.24s;
}
.appear.inview .item:nth-child(5) {
  transition-delay: 0.32s;
}
.appear.inview .item:nth-child(6) {
  transition-delay: 0.4s;
}
.appear.inview .item:nth-child(7) {
  transition-delay: 0.48s;
}
.appear.inview .item:nth-child(8) {
  transition-delay: 0.56s;
}
.appear.inview .item:nth-child(9) {
  transition-delay: 0.64s;
}
.appear.inview .item:nth-child(10) {
  transition-delay: 0.72s;
}
.appear.inview .item:nth-child(11) {
  transition-delay: 0.8s;
}
.appear.inview .item:nth-child(12) {
  transition-delay: 0.88s;
}
.appear.inview .item:nth-child(13) {
  transition-delay: 0.96s;
}
.appear.inview .item:nth-child(14) {
  transition-delay: 1.04s;
}
.appear.inview .item:nth-child(15) {
  transition-delay: 1.12s;
}
.appear.inview .item:nth-child(16) {
  transition-delay: 1.2s;
}
.appear.inview .item:nth-child(17) {
  transition-delay: 1.28s;
}
.appear.inview .item:nth-child(18) {
  transition-delay: 1.36s;
}
.appear.inview .item:nth-child(19) {
  transition-delay: 1.44s;
}
.appear.inview .item:nth-child(20) {
  transition-delay: 1.52s;
}
.appear.inview .item:nth-child(21) {
  transition-delay: 1.6s;
}
.appear.inview .item:nth-child(22) {
  transition-delay: 1.68s;
}
.appear.inview .item:nth-child(23) {
  transition-delay: 1.76s;
}
.appear.inview .item:nth-child(24) {
  transition-delay: 1.84s;
}
.appear.inview .item:nth-child(25) {
  transition-delay: 1.92s;
}
.appear.inview .item:nth-child(26) {
  transition-delay: 2s;
}
.appear.inview .item:nth-child(27) {
  transition-delay: 2.08s;
}
.appear.inview .item:nth-child(28) {
  transition-delay: 2.16s;
}
.appear.inview .item:nth-child(29) {
  transition-delay: 2.24s;
}
.appear.inview .item:nth-child(30) {
  transition-delay: 2.32s;
}
.appear.inview .item:nth-child(31) {
  transition-delay: 2.4s;
}
.appear.inview .item:nth-child(32) {
  transition-delay: 2.48s;
}
.appear.inview .item:nth-child(33) {
  transition-delay: 2.56s;
}
.appear.inview .item:nth-child(34) {
  transition-delay: 2.64s;
}
.appear.inview .item:nth-child(35) {
  transition-delay: 2.72s;
}
.appear.inview .item:nth-child(36) {
  transition-delay: 2.8s;
}
.appear.inview .item:nth-child(37) {
  transition-delay: 2.88s;
}
.appear.inview .item:nth-child(38) {
  transition-delay: 2.96s;
}
.appear.inview .item:nth-child(39) {
  transition-delay: 3.04s;
}

.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: #e2eaf3;
  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%;
}

.p-question .faq dt.ac-title.is-active .i_box::before {
  transform: translateX(-50%) translateY(-50%) rotate(270deg);
}

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

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