@charset "UTF-8";
@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, .hero-contact .contact-form .ct-radio, .hero-contact .contact-form select, .hero-contact .contact-form input {
  font-size: 13px;
  line-height: 2;
}
@media screen and (min-width: 600px) {
  .c-txt-sm, .c-contact-text, .hero-contact .contact-form .ct-radio, .hero-contact .contact-form select, .hero-contact .contact-form input {
    font-size: 15px;
    line-height: 1.8;
  }
}
@media screen and (min-width: 1200px) {
  .c-txt-sm, .c-contact-text, .hero-contact .contact-form .ct-radio, .hero-contact .contact-form select, .hero-contact .contact-form input {
    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, .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-str__desc, .p-title {
  margin-bottom: 30px;
}
@media screen and (min-width: 600px) {
  .mb-sm, .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-str__desc, .p-title {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 960px) {
  .mb-sm, .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-str__desc, .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-request, .p-content, .p-kaiketu {
  margin-bottom: 50px;
}
@media screen and (min-width: 600px) {
  .mb-lr, .c-privacy, .p-request, .p-content, .p-kaiketu {
    margin-bottom: 60px;
  }
}
@media screen and (min-width: 960px) {
  .mb-lr, .c-privacy, .p-request, .p-content, .p-kaiketu {
    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;
  }
}

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

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

body {
  color: #333333;
  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, #0d6dac 0%, #40b5fa 25%, #40b5fa 65%, #1a8fd1 85%, #0d6dac 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: #333333;
  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, .btn-wrap .more-btn__link .hero-contact .contact-form .ct-radio, .hero-contact .contact-form .btn-wrap .more-btn__link .ct-radio, .btn-wrap .more-btn__link .hero-contact .contact-form select, .hero-contact .contact-form .btn-wrap .more-btn__link select, .btn-wrap .more-btn__link .hero-contact .contact-form input, .hero-contact .contact-form .btn-wrap .more-btn__link input {
    font-size: 16px;
  }
}

.line-marker {
  font-weight: 700;
  background: linear-gradient(transparent 40%, #fff25b 60%);
  padding: 0 2px;
}

.top-view {
  position: relative;
  z-index: 10;
  background-color: #ebf8ff;
  padding: 30px 5vw;
}
.top-view__title {
  text-align: center;
  color: #40b5fa;
  margin-bottom: 15px;
}
.top-view__title span {
  font-size: 1.6rem;
  letter-spacing: 1px;
  line-height: 2;
}
.top-view__title span strong {
  display: block;
  background-color: #40b5fa;
  color: #fff;
  font-size: 2rem;
  line-height: 1.4;
  font-weight: 800;
  letter-spacing: 1px;
  padding: 15px 0 12px;
  max-width: 350px;
  margin: 0 auto;
  white-space: nowrap;
}
.top-view__title b {
  display: block;
  font-size: 1.4rem;
  line-height: 1.8;
  font-weight: 700;
  margin-top: 20px;
  letter-spacing: -1px;
  white-space: nowrap;
}
.top-view__desc {
  text-align: center;
  margin-bottom: 30px;
}
.top-view__desc .c-txt-sm, .top-view__desc .c-contact-text, .top-view__desc .hero-contact .contact-form .ct-radio, .hero-contact .contact-form .top-view__desc .ct-radio, .top-view__desc .hero-contact .contact-form select, .hero-contact .contact-form .top-view__desc select, .top-view__desc .hero-contact .contact-form input, .hero-contact .contact-form .top-view__desc input {
  font-size: 1.1rem;
  font-weight: 600;
  color: #40b5fa;
  letter-spacing: -0.5px;
  white-space: nowrap;
}
.top-view__img {
  max-width: 450px;
  margin: 0 auto;
}
.top-view__img img {
  -o-object-fit: contain;
     object-fit: contain;
}
.top-view__btn {
  padding-top: 30px;
}
.top-view__btn__item {
  position: relative;
}
.top-view__btn__item .hukidasi {
  position: absolute;
  top: -30px;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 16px;
  color: #40b5fa;
  font-weight: 500;
}
.top-view__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;
  text-align: center;
}
.top-view__btn__item a span {
  display: inline-block;
  padding-left: 15px;
  position: relative;
}
.top-view__btn__item a span::before {
  content: "";
  width: 24px;
  height: 24px;
  background: url(../images/common/line-cta.svg) no-repeat center/contain;
  position: absolute;
  top: 50%;
  left: -30px;
  transform: translateY(-50%);
}
.top-view__btn__item a.mail {
  background-color: #fff;
  color: #40b5fa;
}
.top-view__btn__item a.mail span::before {
  background: url(../images/common/btn-mail.svg) no-repeat center/contain;
}
@media (min-width: 600px) {
  .top-view__title {
    text-align: left;
    margin-bottom: 15px;
  }
  .top-view__title span {
    margin-bottom: 15px;
    display: inline-block;
  }
  .top-view__title span strong {
    display: inline-block;
    background-color: #40b5fa;
    color: #fff;
    font-size: 2.2rem;
    line-height: 1.4;
    font-weight: 800;
    letter-spacing: 2px;
    padding: 20px 20px 15px;
    max-width: none;
    margin: 0 10px 0 0;
  }
  .top-view__title span strong br {
    display: none;
  }
  .top-view__title b {
    font-size: 1.7rem;
    margin-top: 8px;
  }
  .top-view__desc {
    text-align: left;
    margin-bottom: 30px;
  }
  .top-view__desc .c-txt-sm, .top-view__desc .c-contact-text, .top-view__desc .hero-contact .contact-form .ct-radio, .hero-contact .contact-form .top-view__desc .ct-radio, .top-view__desc .hero-contact .contact-form select, .hero-contact .contact-form .top-view__desc select, .top-view__desc .hero-contact .contact-form input, .hero-contact .contact-form .top-view__desc input {
    line-height: 2;
  }
  .top-view__img {
    height: auto;
    width: 50%;
    margin-bottom: 0px;
    position: absolute;
    bottom: 40px;
    right: 0;
    z-index: -1;
  }
  .top-view__img img {
    -o-object-fit: contain;
       object-fit: contain;
  }
  .top-view__btn__item a {
    max-width: 350px;
    margin: 0 0 10px 0;
    font-size: 18px;
  }
}
@media (min-width: 960px) {
  .top-view {
    padding: 50px 6vw 50px;
  }
  .top-view__wrap {
    display: grid;
    grid-template-rows: auto auto auto;
    grid-template-columns: auto auto;
    gap: 0 2%;
    max-width: 1000px;
    margin: 0 auto;
  }
  .top-view__img {
    width: 500px;
    right: 0;
    bottom: 0px;
    position: relative;
    grid-row: 2/4;
    grid-column: 2/3;
  }
  .top-view__title {
    grid-row: 1/2;
    grid-column: 1/3;
    margin-bottom: 30px;
  }
  .top-view__title span {
    font-size: 2.4rem;
    letter-spacing: 1px;
  }
  .top-view__title span strong {
    font-size: 3.4rem;
    line-height: 1.3;
    letter-spacing: 4px;
    padding: 20px 40px 15px;
    max-width: none;
    margin: 0 10px 0 0;
  }
  .top-view__title b {
    font-size: 2.8rem;
    margin-top: 8px;
  }
  .top-view__desc {
    grid-row: 2/3;
    grid-column: 1/2;
    margin-bottom: 0px;
  }
  .top-view__desc .c-txt-sm, .top-view__desc .c-contact-text, .top-view__desc .hero-contact .contact-form .ct-radio, .hero-contact .contact-form .top-view__desc .ct-radio, .top-view__desc .hero-contact .contact-form select, .hero-contact .contact-form .top-view__desc select, .top-view__desc .hero-contact .contact-form input, .hero-contact .contact-form .top-view__desc input {
    line-height: 2;
    font-size: 26px;
  }
  .top-view__btn {
    grid-row: 3/4;
    grid-column: 1/2;
  }
  .top-view__btn__item a {
    max-width: 400px;
    margin: 0 0 15px 0;
    font-size: 22px;
  }
}
@media (min-width: 1200px) {
  .top-view {
    padding: 60px 12vw 60px;
  }
  .top-view__wrap {
    grid-template-columns: 40% 55%;
    gap: 0 5%;
    max-width: 1200px;
  }
  .top-view__img {
    max-width: 550px;
    width: auto;
    margin: 0;
  }
  .top-view__title {
    margin-bottom: 30px;
  }
  .top-view__title span {
    font-size: 2.6rem;
    letter-spacing: 1px;
  }
  .top-view__title span strong {
    font-size: 4rem;
    padding: 20px 40px 15px;
    margin: 0 20px 0 0;
  }
  .top-view__title b {
    font-size: 3rem;
    margin-top: 8px;
  }
  .top-view__desc .c-txt-sm, .top-view__desc .c-contact-text, .top-view__desc .hero-contact .contact-form .ct-radio, .hero-contact .contact-form .top-view__desc .ct-radio, .top-view__desc .hero-contact .contact-form select, .hero-contact .contact-form .top-view__desc select, .top-view__desc .hero-contact .contact-form input, .hero-contact .contact-form .top-view__desc input {
    font-size: 28px;
  }
}

.p-slide {
  background-color: #f97316;
  padding-bottom: 30px;
}
.p-slide__wrap {
  width: 100%;
  overflow: hidden;
}
.p-slide .gallery {
  display: flex;
  width: 100%;
}
.p-slide .gallery .slide-item {
  background-color: #fff;
  width: 40%;
  margin: 0 10px 20px;
  border: 2px solid #40b5fa;
  border-radius: 8px;
}
.p-slide .gallery .slide-item h3 {
  height: 80px;
  font-size: 0.9rem;
  color: #40b5fa;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 600px) {
  .p-slide .gallery .slide-item {
    width: 30%;
  }
  .p-slide .gallery .slide-item h3 {
    font-size: 1rem;
  }
}
@media (min-width: 960px) {
  .p-slide .gallery .slide-item {
    width: 30%;
  }
  .p-slide .gallery .slide-item h3 br {
    display: none;
  }
}
@media (min-width: 1200px) {
  .p-slide .gallery .slide-item {
    width: 25%;
  }
  .p-slide .gallery .slide-item h3 {
    font-size: 1.1rem;
  }
}
@media (min-width: 1500px) {
  .p-slide .gallery .slide-item {
    width: 400px;
  }
}

.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;
  padding: 8px 10px;
}
.hero-contact .contact-form textarea {
  width: 100%;
  border: 1px solid #a0a0a0;
  height: 90px;
}
.hero-contact .contact-form select {
  width: 100%;
  border: 1px solid #a0a0a0;
  height: 45px;
  padding: 8px 10px;
}
.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 .free {
  position: relative;
  padding: 5px 15px 5px 0;
}
.hero-contact .contact-form .ct-radio .wpcf7-list-item {
  margin: 0 15px 0 0;
  display: flex;
  align-items: center;
}
.hero-contact .contact-form .ct-radio input[type=radio] {
  height: 15px;
  width: 15px;
  margin-right: 6px;
}
.hero-contact .contact-form .ct-radio .wpcf7-radio {
  display: flex;
}
.hero-contact .contact-form .wpcf7 form.invalid .wpcf7-response-output {
  border: 1px solid red;
}
.hero-contact .contact-form .wpcf7-acceptance input {
  height: 18px;
  width: 18px;
  margin-right: 10px;
}
.hero-contact .contact-form .privacy {
  padding-bottom: 25px;
}
.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;
}
@media (min-width: 600px) {
  .hero-contact .contact-form dt {
    font-size: 16px;
  }
}
@media (min-width: 960px) {
  .hero-contact {
    padding: 30px;
  }
}

.p-footer {
  padding: 50px 0 0;
  background-color: #0d6dac;
}
.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: #fff;
  border-bottom: 1px solid #fff;
  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-about {
  padding: 50px 0;
  background: #686d73;
  color: #fff;
  position: relative;
}
.p-about::before {
  content: "";
  position: absolute;
  bottom: -60px;
  left: 0;
  width: 100%;
  height: 60px;
  background: linear-gradient(to bottom right, transparent 49.5%, #686d73 50%) left/50% 100% no-repeat, linear-gradient(to bottom left, transparent 49.5%, #686d73 50%) right/50% 100% no-repeat;
  transform: rotate(180deg);
}
.p-about__title {
  font-size: 1.5rem;
  text-align: center;
  line-height: 2;
  margin-bottom: 30px;
}
.p-about__title strong {
  font-weight: 700;
  letter-spacing: 1.2px;
  border-bottom: 1px solid #fff;
  line-height: 1;
  display: inline-block;
  margin-right: 5px;
}
.p-about__img {
  margin: 0 -7vw 30px;
  aspect-ratio: 3/2;
  position: relative;
}
.p-about__img::before {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(#686d73, transparent 5%, transparent 95%, #686d73);
  position: absolute;
  inset: 0;
  margin: auto;
}
.p-about__img img {
  -o-object-position: left bottom;
     object-position: left bottom;
}
.p-about__desc {
  position: relative;
  background-color: #fff;
  margin: 0 -7vw;
  padding: 20px;
  color: #333333;
}
.p-about__desc ul {
  display: grid;
  gap: 15px;
}
.p-about__desc ul li {
  padding-bottom: 15px;
  border-bottom: 1px solid #ccc;
}
.p-about__desc ul li p {
  position: relative;
  padding-left: 20px;
}
.p-about__desc ul li p::before {
  content: "";
  width: 12px;
  height: 12px;
  background: url(../images/common/check.svg) no-repeat center/contain;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.p-about__desc ul li p.c-txt-sm, .p-about__desc ul li p.c-contact-text, .p-about__desc ul li .hero-contact .contact-form p.ct-radio, .hero-contact .contact-form .p-about__desc ul li p.ct-radio {
  font-size: 12px;
  letter-spacing: 0.02em;
}
@media (min-width: 600px) {
  .p-about__title {
    font-size: 2.2rem;
    margin-bottom: 40px;
  }
  .p-about__title strong {
    margin-right: 10px;
  }
  .p-about__img {
    margin: 0 0 40px;
  }
  .p-about__desc {
    margin: 0 auto;
    padding: 30px;
    max-width: 500px;
  }
  .p-about__desc ul li p {
    padding-left: 30px;
  }
  .p-about__desc ul li p::before {
    width: 16px;
    height: 16px;
  }
  .p-about__desc ul li p.c-txt-sm, .p-about__desc ul li p.c-contact-text, .p-about__desc ul li .hero-contact .contact-form p.ct-radio, .hero-contact .contact-form .p-about__desc ul li p.ct-radio {
    font-size: 14px;
  }
}
@media (min-width: 960px) {
  .p-about {
    padding: 80px 0;
  }
  .p-about::before {
    bottom: -100px;
    height: 100px;
  }
  .p-about .c-container {
    display: grid;
    grid-template-rows: auto auto;
    grid-template-columns: 38% 58%;
    gap: 0 4%;
    padding: 0 10vw;
  }
  .p-about__title {
    grid-row: 1/2;
    grid-column: 2/3;
  }
  .p-about__desc {
    grid-row: 2/3;
    grid-column: 2/3;
    margin: 0;
    max-width: none;
  }
  .p-about__desc ul li p.c-txt-sm, .p-about__desc ul li p.c-contact-text, .p-about__desc ul li .hero-contact .contact-form p.ct-radio, .hero-contact .contact-form .p-about__desc ul li p.ct-radio {
    font-size: 18px;
  }
  .p-about__img {
    grid-row: 2/3;
    grid-column: 1/2;
    align-self: flex-end;
    margin: 0 -5vw 0 0;
    aspect-ratio: 5/4;
  }
}
@media (min-width: 1200px) {
  .p-about__title {
    font-size: 2.6rem;
    margin-bottom: 40px;
  }
  .p-about__img {
    margin: 0;
    aspect-ratio: 5/4;
  }
}
@media (min-width: 1500px) {
  .p-about .c-container {
    padding: 0;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }
}

.p-str {
  padding: 110px 0 20px;
  position: relative;
}
.p-str::before {
  content: "";
  position: absolute;
  bottom: -60px;
  left: 0;
  width: 100%;
  height: 60px;
  background: linear-gradient(to bottom right, transparent 49.5%, #ffffff 50%) left/50% 100% no-repeat, linear-gradient(to bottom left, transparent 49.5%, #ffffff 50%) right/50% 100% no-repeat;
  transform: rotate(180deg);
}
.p-str__title {
  text-align: center;
  font-weight: 600;
  font-size: 1.3em;
  margin-bottom: 15px;
  color: #686d73;
}
.p-str__desc {
  text-align: center;
  font-weight: 600;
}
.p-str__list {
  margin-bottom: 30px;
}
.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__list__item:last-child {
  margin-bottom: 0;
}
.p-str__list__item:last-child .Tit {
  background: linear-gradient(-90deg, #0d6dac 0%, #40b5fa 35%, #1a8fd1 70%, #0d6dac 100%);
}
.p-str__list__item:last-child .List__item::before {
  background: url(../images/common/check2.svg) no-repeat center/contain;
}
.p-str .Tit {
  background: linear-gradient(-90deg, #3a4a5c 0%, #4a5e72 35%, #2e3d50 70%, #243040 100%);
  border-radius: 8px 8px 0 0;
  position: relative;
  overflow: hidden;
}
.p-str .Tit h3 {
  text-align: center;
  font-weight: 700;
  padding: 15px 0;
  color: #fff;
}
.p-str .Img {
  text-align: center;
  padding: 30px;
}
.p-str .Img img {
  width: 80%;
  max-width: 300px;
  aspect-ratio: 1/1;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-str .List {
  padding: 0 30px 25px;
}
.p-str .List__item {
  margin-bottom: 4px;
  padding-left: 25px;
  position: relative;
}
.p-str .List__item::before {
  content: "";
  width: 16px;
  height: 16px;
  background: url(../images/common/check3.svg) no-repeat center/contain;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.p-str .List__item .c-txt-sm, .p-str .List__item .c-contact-text, .p-str .List__item .hero-contact .contact-form input, .hero-contact .contact-form .p-str .List__item input, .p-str .List__item .hero-contact .contact-form select, .hero-contact .contact-form .p-str .List__item select, .p-str .List__item .hero-contact .contact-form .ct-radio, .hero-contact .contact-form .p-str .List__item .ct-radio {
  font-size: 15px;
}
@media (min-width: 600px) {
  .p-str__title {
    font-size: 1.6em;
  }
  .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: 60%;
    padding: 30px 0;
  }
  .p-str .Wrap .List {
    flex-basis: 40%;
    padding: 0;
    margin-left: 20px;
  }
  .p-str__list__item:nth-child(2n) .Wrap {
    flex-direction: row-reverse;
  }
}
@media (min-width: 960px) {
  .p-str {
    padding: 160px 0 30px;
  }
  .p-str::before {
    bottom: -100px;
    height: 100px;
  }
  .p-str__title {
    font-size: 2em;
    margin-bottom: 20px;
  }
  .p-str__desc .c-txt-sm, .p-str__desc .c-contact-text, .p-str__desc .hero-contact .contact-form input, .hero-contact .contact-form .p-str__desc input, .p-str__desc .hero-contact .contact-form select, .hero-contact .contact-form .p-str__desc select, .p-str__desc .hero-contact .contact-form .ct-radio, .hero-contact .contact-form .p-str__desc .ct-radio {
    font-size: 18px;
  }
  .p-str .c-container {
    padding: 0 10vw;
  }
  .p-str__list {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
  }
  .p-str__list__item {
    border-radius: 12px;
  }
  .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: 30px;
  }
  .p-str .Wrap .Img {
    padding: 0;
    flex-basis: 50%;
  }
  .p-str .Wrap .List {
    flex-basis: 50%;
    margin-left: 50px;
  }
  .p-str .Wrap .List__item {
    margin-bottom: 8px;
    padding-left: 35px;
  }
  .p-str .Wrap .List__item::before {
    width: 24px;
    height: 24px;
  }
  .p-str .Wrap .List__item .c-txt-sm, .p-str .Wrap .List__item .c-contact-text, .p-str .Wrap .List__item .hero-contact .contact-form input, .hero-contact .contact-form .p-str .Wrap .List__item input, .p-str .Wrap .List__item .hero-contact .contact-form select, .hero-contact .contact-form .p-str .Wrap .List__item select, .p-str .Wrap .List__item .hero-contact .contact-form .ct-radio, .hero-contact .contact-form .p-str .Wrap .List__item .ct-radio {
    font-size: 18px;
  }
}
@media (min-width: 1200px) {
  .p-str .c-container {
    padding: 0 12vw;
  }
}

.p-kaiketu {
  padding-top: 100px;
  padding-bottom: 50px;
  background: url(../images/home/bg-1.webp) no-repeat center/cover;
}
.p-kaiketu h2 {
  font-size: 1.2rem;
  text-align: center;
  line-height: 2;
  color: #fff;
}
.p-kaiketu h2 strong {
  font-size: 1.3rem;
}
@media (min-width: 600px) {
  .p-kaiketu h2 {
    font-size: 1.5rem;
  }
  .p-kaiketu h2 strong {
    font-size: 2rem;
  }
}
@media (min-width: 960px) {
  .p-kaiketu {
    padding: 160px 0 70px;
  }
  .p-kaiketu h2 {
    font-size: 1.8rem;
  }
  .p-kaiketu h2 strong {
    font-size: 2.2rem;
  }
  .p-kaiketu h2 strong br {
    display: none;
  }
}

.p-service {
  position: relative;
  padding-top: 50px;
}
.p-service__topdesc {
  margin-bottom: 50px;
}
.p-service__topdesc h3 {
  color: #1a8fd1;
  margin-bottom: 20px;
  font-size: 1.2em;
  font-weight: 600;
  line-height: 1.8;
}
.p-service__topdesc .c-txt-sm, .p-service__topdesc .c-contact-text, .p-service__topdesc .hero-contact .contact-form input, .hero-contact .contact-form .p-service__topdesc input, .p-service__topdesc .hero-contact .contact-form select, .hero-contact .contact-form .p-service__topdesc select, .p-service__topdesc .hero-contact .contact-form .ct-radio, .hero-contact .contact-form .p-service__topdesc .ct-radio {
  line-height: 2;
}
.p-service .p-title {
  scroll-margin: 100px;
}
.p-service__list {
  margin-bottom: 45px;
}
.p-service__list__item {
  background-color: #f5f5f5;
  margin-bottom: 15px;
  padding: 25px 20px;
  border-radius: 10px;
}
.p-service__list__item h3 {
  text-align: center;
  color: #1a8fd1;
  font-size: 17px;
  line-height: 1.8;
  font-weight: 600;
  margin-bottom: 15px;
}
.p-service__list__item .Img {
  aspect-ratio: 3/2;
  max-width: 500px;
  margin: 0 auto 20px;
}
.p-service__special {
  padding: 50px 0;
  background-color: #0d6dac;
  color: #fff;
}
.p-service__special .Img {
  margin: 0 -7vw 30px;
  aspect-ratio: 16/9;
}
.p-service__special .Desc h3 {
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 15px;
  padding-left: 10px;
  border-left: 5px solid #40b5fa;
}
@media (min-width: 600px) {
  .p-service .c-container {
    padding: 0 7vw;
  }
  .p-service__list__item {
    display: grid;
    grid-template-rows: auto auto;
    grid-template-columns: 38% 58%;
    gap: 0 4%;
    padding: 30px 20px;
  }
  .p-service__list__item h3 {
    grid-row: 1/2;
    grid-column: 2/3;
    font-size: 18px;
    text-align: left;
    align-self: flex-end;
  }
  .p-service__list__item h3 br {
    display: none;
  }
  .p-service__list__item .Img {
    grid-row: 1/3;
    grid-column: 1/2;
    width: 100%;
    margin: 0;
    align-self: center;
  }
  .p-service__list__item .Desc {
    grid-row: 2/3;
    grid-column: 2/3;
    align-self: flex-start;
  }
  .p-service__special .Img {
    margin: 0 -7vw 40px;
    aspect-ratio: 3/1;
  }
}
@media (min-width: 960px) {
  .p-service {
    padding-top: 80px;
  }
  .p-service .p-title {
    scroll-margin: 140px;
  }
  .p-service__topdesc {
    text-align: center;
  }
  .p-service__topdesc h3 {
    font-size: 1.5em;
  }
  .p-service__topdesc h3 br {
    display: none;
  }
  .p-service__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    margin-bottom: 60px;
  }
  .p-service__list__item {
    display: block;
    margin-bottom: 0;
    padding: 30px;
  }
  .p-service__list__item h3 {
    font-size: 24px;
    text-align: center;
  }
  .p-service__list__item .Img {
    margin: 0 auto 20px;
  }
  .p-service__special .c-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 50px;
  }
  .p-service__special .Img {
    margin: 0;
    aspect-ratio: 16/9;
  }
  .p-service__special .Desc {
    align-self: center;
  }
  .p-service__special .Desc h3 {
    font-size: 1.5rem;
    padding-left: 15px;
    border-left: 8px solid #40b5fa;
    margin-bottom: 30px;
  }
}
@media (min-width: 1200px) {
  .p-service .c-container {
    padding: 0 10vw;
  }
  .p-service__list__item {
    padding: 30px 40px;
  }
  .p-service__list__item h3 {
    font-size: 28px;
  }
}
@media (min-width: 1500px) {
  .p-service .c-container {
    padding: 0;
  }
  .p-service__list {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }
  .p-service__special .c-container {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }
}

.p-content {
  padding: 50px 0;
  background-color: #ebf8ff;
  scroll-margin: 64px;
}
.p-content__desc {
  margin-bottom: 50px;
}
.p-content__desc .c-txt-sm, .p-content__desc .c-contact-text, .p-content__desc .hero-contact .contact-form input, .hero-contact .contact-form .p-content__desc input, .p-content__desc .hero-contact .contact-form select, .hero-contact .contact-form .p-content__desc select, .p-content__desc .hero-contact .contact-form .ct-radio, .hero-contact .contact-form .p-content__desc .ct-radio {
  margin-bottom: 30px;
}
.p-content__desc .Img {
  aspect-ratio: 3/2;
  max-width: 500px;
  margin: 0 auto 15px;
}
.p-content__desc .caution {
  text-align: center;
  font-size: 10px;
}
.p-content__list__item {
  background-color: #ffffff;
  padding: 30px 20px;
  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.1019607843) 0%, transparent 70%);
  border-radius: 0 20px 0 60px;
}
.p-content__list__item h3 {
  position: relative;
  padding-left: 36px;
  margin-bottom: 15px;
  font-size: 1.1rem;
  font-weight: 600;
}
.p-content__list__item h3::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;
}
.p-content__list__item .Box dl {
  margin-bottom: 20px;
  text-align: center;
}
.p-content__list__item .Box dl:last-child {
  margin-bottom: 0;
}
.p-content__list__item .Box dl dt {
  font-size: 0.9rem;
  font-weight: 600;
  margin-bottom: 8px;
  display: inline-block;
  background-color: #40b5fa;
  color: #fff;
  padding: 5px 20px;
  border-radius: 9999px;
}
.p-content__list__item .Box dl dd {
  font-weight: 600;
  font-size: 1.2rem;
}
.p-content__list__item .Box dl dd strong {
  font-size: 2rem;
  display: inline-block;
  margin: 0 5px;
  background: linear-gradient(-45deg, #0d6dac 0%, #1a8fd1 40%, #40b5fa 70%, #1a8fd1 100%);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (min-width: 600px) {
  .p-content .c-container {
    padding: 0 5vw;
  }
  .p-content__desc .c-txt-sm, .p-content__desc .c-contact-text, .p-content__desc .hero-contact .contact-form input, .hero-contact .contact-form .p-content__desc input, .p-content__desc .hero-contact .contact-form select, .hero-contact .contact-form .p-content__desc select, .p-content__desc .hero-contact .contact-form .ct-radio, .hero-contact .contact-form .p-content__desc .ct-radio {
    line-height: 2.2;
  }
  .p-content__desc .c-txt-sm strong, .p-content__desc .c-contact-text strong, .p-content__desc .hero-contact .contact-form input strong, .hero-contact .contact-form .p-content__desc input strong, .p-content__desc .hero-contact .contact-form select strong, .hero-contact .contact-form .p-content__desc select strong, .p-content__desc .hero-contact .contact-form .ct-radio strong, .hero-contact .contact-form .p-content__desc .ct-radio strong {
    font-size: 18px;
  }
  .p-content__list {
    display: flex;
    justify-content: center;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
  }
  .p-content__list__item {
    flex-basis: 48%;
    margin: 0 1%;
  }
  .p-content__list__item .Box dl dd {
    font-size: 1.5rem;
  }
  .p-content__list__item .Box dl dd strong {
    font-size: 2.8rem;
    margin: 0 8px;
  }
}
@media (min-width: 960px) {
  .p-content {
    padding: 80px 0;
    scroll-margin: 100px;
  }
  .p-content .c-container {
    padding: 0 8vw;
  }
  .p-content__desc {
    text-align: center;
  }
  .p-content__desc .c-txt-sm, .p-content__desc .c-contact-text, .p-content__desc .hero-contact .contact-form input, .hero-contact .contact-form .p-content__desc input, .p-content__desc .hero-contact .contact-form select, .hero-contact .contact-form .p-content__desc select, .p-content__desc .hero-contact .contact-form .ct-radio, .hero-contact .contact-form .p-content__desc .ct-radio {
    margin-bottom: 45px;
  }
  .p-content__desc .caution {
    font-size: 12px;
  }
  .p-content__list {
    max-width: 750px;
  }
  .p-content__list__item h3 {
    font-size: 1.3rem;
  }
  .p-content__list__item .Box dl {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .p-content__list__item .Box dl dt {
    font-size: 1.1rem;
    margin-bottom: 0px;
  }
  .p-content__list__item .Box dl dd {
    font-size: 1.5rem;
  }
  .p-content__list__item .Box dl dd strong {
    font-size: 2.8rem;
  }
}
@media (min-width: 1200px) {
  .p-content__desc {
    text-align: left;
    display: grid;
    grid-template-rows: auto auto;
    grid-template-columns: 58% 38%;
    gap: 0 4%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }
  .p-content__desc .c-txt-sm, .p-content__desc .c-contact-text, .p-content__desc .hero-contact .contact-form input, .hero-contact .contact-form .p-content__desc input, .p-content__desc .hero-contact .contact-form select, .hero-contact .contact-form .p-content__desc select, .p-content__desc .hero-contact .contact-form .ct-radio, .hero-contact .contact-form .p-content__desc .ct-radio {
    grid-row: 1/3;
    grid-column: 1/2;
    align-self: center;
  }
  .p-content__desc .c-txt-sm strong, .p-content__desc .c-contact-text strong, .p-content__desc .hero-contact .contact-form input strong, .hero-contact .contact-form .p-content__desc input strong, .p-content__desc .hero-contact .contact-form select strong, .hero-contact .contact-form .p-content__desc select strong, .p-content__desc .hero-contact .contact-form .ct-radio strong, .hero-contact .contact-form .p-content__desc .ct-radio strong {
    font-size: 22px;
  }
  .p-content__desc .Img {
    grid-row: 1/2;
    grid-column: 2/3;
    max-width: none;
    margin: 0 0 30px;
  }
  .p-content__desc .caution {
    grid-row: 2/3;
    grid-column: 2/3;
  }
  .p-content__list {
    max-width: 850px;
  }
  .p-content__list__item h3 {
    font-size: 1.5rem;
  }
  .p-content__list__item .Box dl dt {
    font-size: 1.3rem;
  }
  .p-content__list__item .Box dl dd {
    font-size: 1.5rem;
  }
  .p-content__list__item .Box dl dd strong {
    font-size: 3.6rem;
    margin-right: 10px;
  }
}

#flow {
  padding: 50px 0;
  scroll-margin: 64px;
}
#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/img5.webp) no-repeat center/contain;
  position: absolute;
  bottom: -60px;
  right: -15px;
}
#flow .flow__list__item .num {
  background-color: #71caff;
  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 #71caff;
  /* 色は任意に変更可能 */
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%) rotate(180deg);
}
#flow .flow__list__item .txt_box {
  background-color: #fff;
  padding: 20px;
  border-radius: 0 6px 6px 0;
  border: 1px solid #ccc;
  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, #flow .flow__list__item .txt_box .hero-contact .contact-form input, .hero-contact .contact-form #flow .flow__list__item .txt_box input, #flow .flow__list__item .txt_box .hero-contact .contact-form select, .hero-contact .contact-form #flow .flow__list__item .txt_box select, #flow .flow__list__item .txt_box .hero-contact .contact-form .ct-radio, .hero-contact .contact-form #flow .flow__list__item .txt_box .ct-radio {
  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: #1a8fd1;
}
#flow .flow__list__item:nth-child(3) .num::before {
  border-bottom: 10px solid #1a8fd1;
}
#flow .flow__list__item:nth-child(3)::before {
  background: url(../images/home/img7.webp) no-repeat center/contain;
}
#flow .flow__list__item:nth-child(4) .num {
  background-color: #0d6dac;
}
#flow .flow__list__item:nth-child(4) .num::before {
  border-bottom: 10px solid #0d6dac;
}
#flow .flow__list__item:nth-child(4)::before {
  background: url(../images/home/img8.webp) no-repeat center/contain;
}
#flow .flow__list__item:nth-child(5) .num {
  background-color: #f97316;
}
#flow .flow__list__item:nth-child(5)::before {
  background: url(../images/home/img9.webp) no-repeat center/contain;
}
@media (min-width: 600px) {
  #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, #flow .flow__list__item .txt_box .hero-contact .contact-form input, .hero-contact .contact-form #flow .flow__list__item .txt_box input, #flow .flow__list__item .txt_box .hero-contact .contact-form select, .hero-contact .contact-form #flow .flow__list__item .txt_box select, #flow .flow__list__item .txt_box .hero-contact .contact-form .ct-radio, .hero-contact .contact-form #flow .flow__list__item .txt_box .ct-radio {
    font-size: 14px;
    padding-right: 50px;
  }
}
@media (min-width: 960px) {
  #flow {
    padding: 80px 0;
    scroll-margin: 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 #71caff;
    /* 色は任意に変更可能 */
    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, #flow .flow__list__item .txt_box .hero-contact .contact-form input, .hero-contact .contact-form #flow .flow__list__item .txt_box input, #flow .flow__list__item .txt_box .hero-contact .contact-form select, .hero-contact .contact-form #flow .flow__list__item .txt_box select, #flow .flow__list__item .txt_box .hero-contact .contact-form .ct-radio, .hero-contact .contact-form #flow .flow__list__item .txt_box .ct-radio {
    font-size: 18px;
    padding-right: 5vw;
  }
  #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::before {
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 18px solid #1a8fd1;
  }
  #flow .flow__list__item:nth-child(4) .num::before {
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 18px solid #0d6dac;
  }
}
@media (min-width: 1200px) {
  #flow .c-container {
    padding: 0 20vw;
  }
  #flow .flow__list {
    max-width: 1000px;
    margin: 0 auto;
  }
  #flow .flow__list__item::before {
    right: -60px;
  }
}

.p-last {
  padding: 50px 0 100px;
  background: url(../images/home/bg-2.webp) no-repeat center/cover;
  color: #fff;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 60px), 50% 100%, 0 calc(100% - 60px));
}
.p-last h2 {
  font-size: 1.6rem;
  line-height: 1.7;
  margin-bottom: 20px;
}
.p-last h3 {
  font-size: 1rem;
  line-height: 2;
  font-weight: 600;
}
@media (min-width: 600px) {
  .p-last h2 {
    font-size: 1.8rem;
    margin-bottom: 30px;
  }
  .p-last h3 {
    font-size: 1.1rem;
    line-height: 2.2;
  }
  .p-last .onlySP {
    display: none;
  }
}
@media (min-width: 960px) {
  .p-last {
    padding: 80px 0 130px;
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 100px), 50% 100%, 0 calc(100% - 100px));
  }
  .p-last .c-container {
    display: flex;
    align-items: flex-start;
    padding: 0 10vw;
    gap: 50px;
  }
  .p-last h3 {
    font-size: 1rem;
    flex: 1;
  }
}
@media (min-width: 1200px) {
  .p-last .c-container {
    padding: 0;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    gap: 80px;
  }
}

.p-request {
  padding-top: 50px;
  scroll-margin: 64px;
}
.p-request__desc {
  text-align: center;
  margin-bottom: 25px;
}
.p-request__desc .c-txt-sm, .p-request__desc .c-contact-text, .p-request__desc .hero-contact .contact-form input, .hero-contact .contact-form .p-request__desc input, .p-request__desc .hero-contact .contact-form select, .hero-contact .contact-form .p-request__desc select, .p-request__desc .hero-contact .contact-form .ct-radio, .hero-contact .contact-form .p-request__desc .ct-radio {
  font-weight: 500;
}
.p-request__img {
  text-align: center;
  margin-bottom: 30px;
}
.p-request__img img {
  width: 80%;
  max-width: 450px;
  -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 .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-top: 80px;
    scroll-margin: 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, .p-request__desc .hero-contact .contact-form input, .hero-contact .contact-form .p-request__desc input, .p-request__desc .hero-contact .contact-form select, .hero-contact .contact-form .p-request__desc select, .p-request__desc .hero-contact .contact-form .ct-radio, .hero-contact .contact-form .p-request__desc .ct-radio {
    font-size: 17px;
  }
  .p-request__wrap {
    position: relative;
  }
  .p-request__img {
    position: absolute;
    width: 500px;
    bottom: 0;
    right: 0;
    margin-bottom: 0;
    z-index: -1;
  }
  .p-request__img img {
    width: 100%;
    max-width: 500px;
  }
  .p-request .hero-contact {
    margin-right: 30vw;
  }
}
@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, .p-request__desc .hero-contact .contact-form input, .hero-contact .contact-form .p-request__desc input, .p-request__desc .hero-contact .contact-form select, .hero-contact .contact-form .p-request__desc select, .p-request__desc .hero-contact .contact-form .ct-radio, .hero-contact .contact-form .p-request__desc .ct-radio {
    font-size: 22px;
  }
}
@media (min-width: 2000px) {
  .p-request .c-container {
    padding: 0 25vw;
  }
  .p-request .hero-contact {
    margin-right: 400px;
  }
}

.p-cta {
  padding: 50px 0;
  position: relative;
}
.p-cta::before {
  content: "";
  width: 100%;
  height: 80%;
  background: linear-gradient(90deg, #0d6dac 0%, #40b5fa 25%, #40b5fa 65%, #1a8fd1 85%, #0d6dac 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: 40px 20px;
  display: grid;
  gap: 30px;
}
.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, #1a8fd1 0%, #40b5fa 100%);
  border-radius: 9999px;
  color: #fff;
  padding: 15px 0;
  font-weight: 600;
  max-width: 350px;
  box-shadow: 0 4px 12px rgba(64, 181, 250, 0.3);
  transition: all 0.3s ease;
  margin: 0 auto;
}
.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 #1a8fd1;
  color: #1a8fd1;
  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(193, 19, 41, 0.2);
}
.p-cta__btn a:hover {
  transform: translateY(-1px);
  box-shadow: 0 6px 18px rgba(193, 19, 41, 0.4);
  background: linear-gradient(135deg, #e01a3a 0%, #c11329 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 {
    grid-template-columns: repeat(2, 1fr);
    padding: 40px 30px;
    margin: 0 -6vw;
  }
  .p-cta__btn h3 {
    font-size: 17px;
    margin-bottom: 15px;
  }
  .p-cta__btn a {
    font-size: 18px;
  }
  .p-cta__btn a p {
    padding-right: 35px;
  }
  .p-cta__btn a p::before {
    width: 25px;
    height: 25px;
  }
}
@media (min-width: 1200px) {
  .p-cta::before {
    height: 75%;
    transform: translateY(-50%) skewY(-5deg);
  }
  .p-cta__wrap {
    padding: 50px 40px;
    margin: 0;
  }
  .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 {
  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 {
  border: 1px solid #000;
}
.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: #333333;
  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: 0px 10px 0 10px;
}
.p-header .logo {
  background-image: url(../images/common/logo-v2.webp);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  height: 30px;
  width: 160px;
  opacity: 1;
}
.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, #5bb8f5 0%, #0d6dac 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(135deg, #ffb347 0%, #e8620a 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(135deg, #ffb347 0%, #e8620a 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 (min-width: 600px) {
  .p-header .logo__img {
    margin: 0 10px 0 15px;
  }
  .p-header .logo {
    height: 42px;
    width: 230px;
  }
}
@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: 0 10px 0 20px;
  }
  .p-header .logo {
    height: 50px;
    width: 280px;
  }
}
@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;
    margin-right: 15px;
  }
  .p-header .pc-container .pc-nav-item {
    font-size: 16px;
    font-weight: 600;
    padding-right: 1.8vw;
    padding-top: 15px;
    transition: all 0.3s;
  }
  .p-header .pc-container .pc-nav-item a {
    color: #333333;
  }
  .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 10px;
  }
  .p-header .pc-container .logo__img .logo {
    height: 58px;
    width: 220px;
  }
  .p-header .pc-container .pc-button {
    margin: 0 10px 0 30px;
    position: relative;
    display: flex;
    align-items: center;
  }
  .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: #333333;
    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: 1400px) {
  .p-header .pc-container .pc-nav-item {
    padding-right: 2vw;
  }
  .p-header .pc-container .logo__img {
    margin: 30px 10px 20px 20px;
  }
  .p-header .pc-container .logo__img .logo {
    height: 58px;
    width: 320px;
  }
}
@media (min-width: 2000px) {
  .p-header .pc-container {
    padding: 0 14vw;
  }
}

.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: #333333;
}
@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;
}

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

.clip-js1 {
  transition: all 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);
  }
}
.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;
}/*# sourceMappingURL=style.css.map */