@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@keyframes btn {
  0% {
    transform: translateX(-100%);
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: translateX(100%);
  }
}
.c-txt-lg {
  font-size: 26px;
  letter-spacing: 2px;
  line-height: 2;
}
@media screen and (min-width: 600px) {
  .c-txt-lg {
    font-size: 30px;
  }
}
@media screen and (min-width: 960px) {
  .c-txt-lg {
    font-size: 36px;
  }
}
@media screen and (min-width: 1200px) {
  .c-txt-lg {
    font-size: 40px;
  }
}

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

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

.c-txt-sm, .c-contact-text {
  font-size: 14px;
  letter-spacing: 2px;
  line-height: 1.6;
  font-weight: 600;
}
@media screen and (min-width: 600px) {
  .c-txt-sm, .c-contact-text {
    line-height: 1.7;
  }
}
@media screen and (min-width: 960px) {
  .c-txt-sm, .c-contact-text {
    font-size: 16px;
  }
}
@media screen and (min-width: 1200px) {
  .c-txt-sm, .c-contact-text {
    font-size: 18px;
  }
}

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

.mb-sm, .c-contact .contact-form .submit-btn, .c-contact .contact-form .privacy, .c-contact-text, .c-about__title, .p-contact__desc, .p-footer__nav, .p-footer__logo, .p-movie__tit, .voices__desc, .tit, .c-title, .p-title {
  margin-bottom: 30px;
}
@media screen and (min-width: 600px) {
  .mb-sm, .c-contact .contact-form .submit-btn, .c-contact .contact-form .privacy, .c-contact-text, .c-about__title, .p-contact__desc, .p-footer__nav, .p-footer__logo, .p-movie__tit, .voices__desc, .tit, .c-title, .p-title {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 960px) {
  .mb-sm, .c-contact .contact-form .submit-btn, .c-contact .contact-form .privacy, .c-contact-text, .c-about__title, .p-contact__desc, .p-footer__nav, .p-footer__logo, .p-movie__tit, .voices__desc, .tit, .c-title, .p-title {
    margin-bottom: 50px;
  }
}

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

.mb-lr, .c-about, .p-contact, .p-movie, .voices, .comparison, .p-point {
  margin-bottom: 70px;
}
@media screen and (min-width: 600px) {
  .mb-lr, .c-about, .p-contact, .p-movie, .voices, .comparison, .p-point {
    margin-bottom: 80px;
  }
}
@media screen and (min-width: 960px) {
  .mb-lr, .c-about, .p-contact, .p-movie, .voices, .comparison, .p-point {
    margin-bottom: 80px;
  }
}

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

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

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

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

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

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

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

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

Stylesheet: ベーススタイル

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

body {
  color: rgb(39, 39, 39);
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.btn {
  text-align: center;
  margin: 20px 0;
}
.btn a {
  position: relative;
  display: inline-block;
  padding: 15px 30px;
  color: #fff;
  background-color: red;
  border-radius: 40px;
  font-weight: bold;
  letter-spacing: 2px;
  font-size: 20px;
}
.btn a::before {
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  margin: auto;
  content: "";
  height: 16px;
  width: 16px;
  background-image: url(../images/common/arrow-wh.png);
  background-size: contain;
  background-repeat: no-repeat;
}
@media (min-width: 960px) {
  .btn a {
    font-size: 24px;
  }
}

body.hidden {
  overflow: hidden;
}

.superwrapper {
  overflow: hidden;
}

.p-title {
  position: relative;
  text-transform: uppercase;
  text-align: center;
}
.p-title .en {
  display: block;
  font-size: 2.4rem;
  letter-spacing: 1px;
  line-height: 1.2;
  color: #40b6fa;
}
.p-title .ja {
  position: relative;
  font-size: 0.8rem;
  color: #fff;
  font-weight: 500;
  display: inline-block;
  padding: 7px 20px;
  border-radius: 9999px;
  background-color: #40b6fa;
}
@media (min-width: 600px) {
  .p-title .en {
    font-size: 3rem;
  }
  .p-title .ja {
    font-size: 0.9rem;
  }
}
@media (min-width: 960px) {
  .p-title .en {
    font-size: 3.8rem;
    line-height: 1.5;
  }
  .p-title .ja {
    font-size: 1.2rem;
    padding: 10px 30px;
  }
}
@media (min-width: 1200px) {
  .p-title .en {
    font-size: 4.2rem;
    line-height: 1.5;
  }
  .p-title .ja {
    font-size: 1.4rem;
  }
}

.c-title {
  position: relative;
}
.c-title .en {
  display: block;
  font-size: 30px;
  letter-spacing: 4px;
}
.c-title .ja {
  position: relative;
  top: -0.3rem;
  font-size: 14px;
  color: #434749;
  padding-bottom: 10px;
}
.c-title .ja::after {
  position: absolute;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  display: inline-block;
  width: 80px;
  height: 1px;
  background-color: #ffeb82;
}

.c-topview {
  position: relative;
}
.c-topview__img {
  position: relative;
  height: 30vh;
}
.c-topview__img img {
  border: 5px solid #fff;
}
.c-topview__img::before {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  background-color: rgb(16, 16, 63);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3000;
  opacity: 0.2;
}
.c-topview__title {
  position: absolute;
  top: 60%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  text-align: center;
  z-index: 6000;
  color: #fff;
  text-shadow: rgb(39, 39, 39) 1px 1px 1px;
}
.c-topview__title h2 {
  font-weight: normal;
}
@media (max-width: 599px) {
  .c-topview .view-pc {
    display: none;
  }
}
@media (min-width: 600px) {
  .c-topview .view-sp {
    display: none;
  }
  .c-topview__img {
    height: 40vh;
  }
}
@media (min-width: 960px) {
  .c-topview {
    margin-bottom: 60px;
  }
  .c-topview__title {
    top: 50%;
  }
}

.tit {
  text-align: center;
  font-size: 20px;
}
.tit .en {
  font-size: 12px;
  color: #ffeb82;
}

.c-sub-title p {
  position: relative;
  padding-left: 30px;
}
.c-sub-title p::before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  width: 20px;
  height: 3px;
  background: #ffeb82;
}

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

.top-view {
  padding: 100px 0 0;
  background-color: #f0f8ff;
}
.top-view__desc {
  padding: 0 5vw;
  text-align: center;
  margin-bottom: 20px;
}
.top-view__desc .hukidasi {
  text-align: center;
}
.top-view__desc .hukidasi span {
  background-color: #40b6fa;
  font-size: 13px;
  color: #fff;
  font-weight: 600;
  display: inline-block;
  padding: 10px 30px;
  margin: 0 auto 20px;
  border-radius: 9999px;
  position: relative;
}
.top-view__desc .hukidasi span::before {
  position: absolute;
  content: "";
  /* 上向きの二等辺三角形の場合 */
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #40b6fa;
  /* 色は任意に変更可能 */
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%) rotate(180deg);
}
.top-view__desc h3 {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 10px;
  line-height: 1.7;
}
.top-view__desc h3 strong {
  background: linear-gradient(transparent 60%, #ffeb82 40%);
  padding: 0 2px;
  color: #e11818;
}
.top-view__desc h2 {
  font-size: 2.2rem;
  font-weight: 600;
  letter-spacing: 1px;
  margin-bottom: 15px;
  color: #073f5f;
}
.top-view__desc h4 {
  line-height: 1.7;
  font-size: 16px;
  font-weight: 500;
}
.top-view__medal {
  display: flex;
  justify-content: center;
  margin: 0 5vw;
}
.top-view__medal__item {
  margin: 0 3px;
  max-width: 180px;
}
.top-view__img {
  height: 320px;
  position: relative;
}
.top-view__img::before {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(#f0f8ff, transparent);
  position: absolute;
  top: 0;
  left: 0;
}
.top-view__img::after {
  content: "";
  width: 130px;
  height: 300px;
  background: url(../images/home/top-people.webp) no-repeat center/contain;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.top-view__wrap {
  position: relative;
}
.top-view__btn {
  position: absolute;
  bottom: 40px;
  left: 0;
  width: 100%;
}
.top-view__btn a {
  display: block;
  width: 300px;
  background-color: #ff8c42;
  margin: 0 auto;
  padding: 20px 0;
  border: 2px solid #414349;
  border-radius: 9999px;
  box-shadow: 4px 4px 0 #414349;
  color: #fff;
  font-size: 18px;
  letter-spacing: 1px;
  font-weight: 500;
  position: relative;
  transition: all 0.3s;
}
.top-view__btn a::before {
  content: "";
  width: 50px;
  height: 50px;
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 8px;
  margin: auto;
}
.top-view__btn a::after {
  content: "";
  width: 25px;
  height: 25px;
  background: url(../images/common/material-cta.svg) no-repeat center/contain;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 20px;
  margin: auto;
}
.top-view__btn a span {
  display: inline-block;
  padding: 0 40px 0 70px;
  position: relative;
}
.top-view__btn a span::before {
  content: "";
  width: 20px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  transition: all 0.3s;
}
.top-view__btn a span::after {
  content: "";
  width: 12px;
  height: 12px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  transform: rotate(45deg);
  transition: all 0.3s;
}
.top-view__btn a:hover {
  background-color: #fff;
  color: #ff8c42;
}
.top-view__btn a:hover span::before {
  background-color: #ff8c42;
}
.top-view__btn a:hover span::after {
  border-top: 2px solid #ff8c42;
  border-right: 2px solid #ff8c42;
}
@media (min-width: 600px) {
  .top-view__desc {
    margin-bottom: 30px;
  }
  .top-view__desc .hukidasi span {
    font-size: 16px;
    padding: 12px 30px;
  }
  .top-view__desc h3 {
    font-size: 20px;
    margin-bottom: 15px;
  }
  .top-view__desc h2 {
    font-size: 3rem;
  }
  .top-view__desc h4 {
    font-size: 20px;
  }
  .top-view__img {
    height: 400px;
  }
  .top-view__img::after {
    content: "";
    width: 165px;
    height: 380px;
  }
  .top-view__btn {
    position: absolute;
    bottom: 40px;
    left: 0;
    width: 100%;
  }
  .top-view__btn a {
    width: 350px;
    padding: 25px 0;
    box-shadow: 6px 6px 0 #414349;
    font-size: 20px;
  }
  .top-view__btn a::before {
    width: 60px;
    height: 60px;
    left: 10px;
  }
  .top-view__btn a::after {
    width: 35px;
    height: 35px;
    left: 23px;
  }
  .top-view__btn a span {
    padding: 0 40px 0 90px;
  }
}
@media (min-width: 960px) {
  .top-view {
    padding-top: 85px;
    display: grid;
    grid-template-rows: auto auto;
    grid-template-columns: 50% 50%;
  }
  .top-view__desc {
    grid-row: 1/3;
    grid-column: 1/2;
    padding: 0;
    margin-bottom: 0;
    background-color: #f0f8ff;
  }
  .top-view__medal {
    grid-row: 1/2;
    grid-column: 2/3;
    margin: 0;
  }
  .top-view__wrap {
    grid-row: 2/3;
    grid-column: 2/3;
    position: relative;
  }
  .top-view__wrap::before {
    content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, #f0f8ff, transparent);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
  }
  .top-view__img {
    height: 450px;
  }
  .top-view__img::after {
    width: 186px;
    height: 430px;
    z-index: 20;
  }
  .top-view__btn {
    bottom: 100px;
    left: -50vw;
  }
}
@media (min-width: 1200px) {
  .top-view__desc .hukidasi span {
    font-size: 18px;
    padding: 15px 40px;
  }
  .top-view__desc h3 {
    font-size: 24px;
    margin-bottom: 15px;
  }
  .top-view__desc h2 {
    font-size: 3.5rem;
  }
  .top-view__desc h4 {
    font-size: 24px;
  }
  .top-view__medal__item {
    margin: 0 8px;
  }
  .top-view__img {
    height: 480px;
  }
  .top-view__img::after {
    width: 200px;
    height: 460px;
  }
  .top-view__btn {
    bottom: 90px;
  }
}

.p-slide {
  background-color: #40b6fa;
}
.p-slide__wrap {
  width: 100%;
  overflow: hidden;
  margin-top: -20px;
  position: relative;
  z-index: 30;
}
@media (min-width: 960px) {
  .p-slide__wrap {
    margin-top: -50px;
  }
}
.p-slide .gallery {
  display: flex;
  width: 100%;
}
.p-slide .gallery .slide-item {
  width: 60%;
  height: 180px !important;
  flex-shrink: 0;
  margin: 0 5px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 600px) {
  .p-slide .gallery .slide-item {
    width: 40%;
    height: 220px !important;
  }
}
@media (min-width: 960px) {
  .p-slide .gallery .slide-item {
    width: 35%;
    height: 280px !important;
    margin: 0 10px;
  }
}
@media (min-width: 1200px) {
  .p-slide .gallery .slide-item {
    width: 30%;
    height: 300px !important;
  }
}

.cta {
  padding: 50px 0 20px;
  background-color: #40b6fa;
  position: relative;
}
.cta::before {
  content: "";
  width: 70%;
  height: 50%;
  background: url(../images/home/cta-bg-1.webp) no-repeat center/contain;
  position: absolute;
  top: 0%;
  left: -30%;
  opacity: 0.5;
}
.cta::after {
  content: "";
  width: 60%;
  height: 50%;
  background: url(../images/home/cta-bg-2.webp) no-repeat center/contain;
  position: absolute;
  bottom: 0;
  right: -10%;
  opacity: 0.5;
}
.cta-box {
  text-align: center;
  margin-bottom: 40px;
  position: relative;
  z-index: 30;
}
.cta__tit {
  color: #fff;
}
.cta__tit h4 {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 2px;
  margin-bottom: 15px;
  line-height: 1.7;
}
.cta__tit h4 span {
  display: inline-block;
  padding: 2px 8px;
  margin: 0 8px;
  background-color: #fff;
  border-radius: 5px;
  color: #ff8c42;
}
.cta__tit h4 span.line {
  color: #2bc240;
}
@media (min-width: 600px) {
  .cta::before {
    width: 70%;
    height: 60%;
    left: -20%;
  }
  .cta::after {
    width: 60%;
    height: 60%;
    right: -10%;
  }
}
@media (min-width: 960px) {
  .cta {
    padding: 80px 0;
  }
  .cta::before {
    width: 40%;
    height: 80%;
    left: -10%;
  }
  .cta::after {
    content: "";
    width: 40%;
    height: 80%;
    right: -5%;
  }
  .cta .c-container {
    display: flex;
    justify-content: center;
  }
  .cta-box {
    margin: 0 2vw;
  }
  .cta__tit h4 {
    font-size: 24px;
  }
}

.contact-btn a {
  display: block;
  width: 300px;
  background-color: #ff8c42;
  margin: 0 auto;
  padding: 20px 0;
  border: 2px solid #414349;
  border-radius: 9999px;
  box-shadow: 4px 4px 0 #414349;
  color: #fff;
  font-size: 16px;
  letter-spacing: 1px;
  font-weight: 600;
  position: relative;
  transition: all 0.3s;
}
.contact-btn a::before {
  content: "";
  width: 50px;
  height: 50px;
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 8px;
  margin: auto;
}
.contact-btn a::after {
  content: "";
  width: 25px;
  height: 25px;
  background: url(../images/common/material-cta.svg) no-repeat center/contain;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 20px;
  margin: auto;
}
.contact-btn a span {
  display: inline-block;
  padding: 0 40px 0 45px;
  position: relative;
}
.contact-btn a span::before {
  content: "";
  width: 20px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  transition: all 0.3s;
}
.contact-btn a span::after {
  content: "";
  width: 12px;
  height: 12px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  transform: rotate(45deg);
  transition: all 0.3s;
}
.contact-btn a:hover {
  background-color: #fff;
  color: #ff8c42;
}
.contact-btn a:hover span::before {
  background-color: #ff8c42;
}
.contact-btn a:hover span::after {
  border-top: 2px solid #ff8c42;
  border-right: 2px solid #ff8c42;
}
.contact-btn.line a {
  background-color: #2bc240;
}
.contact-btn.line a::after {
  background: url(../images/common/line.svg) no-repeat center/contain;
}
.contact-btn.line a span {
  padding: 0 35px 0 40px;
}
.contact-btn.line a:hover {
  background-color: #fff;
  color: #2bc240;
}
.contact-btn.line a:hover span::before {
  background-color: #2bc240;
}
.contact-btn.line a:hover span::after {
  border-top: 2px solid #2bc240;
  border-right: 2px solid #2bc240;
}
@media (min-width: 960px) {
  .contact-btn a {
    width: 350px;
    padding: 25px 0;
    box-shadow: 6px 6px 0 #414349;
    font-size: 18px;
  }
  .contact-btn a::before {
    width: 60px;
    height: 60px;
    left: 12px;
  }
  .contact-btn a::after {
    width: 35px;
    height: 35px;
    left: 24px;
  }
  .contact-btn a span {
    padding: 0 45px 0 45px;
  }
  .contact-btn.line a span {
    padding: 0 35px 0 45px;
  }
}

.top-message {
  padding: 50px 0;
  background-image: url(../images/home/bg1.webp);
  background-size: cover;
}
.top-message__tit {
  margin-bottom: 25px;
  text-align: center;
  color: #40b6fa;
  font-size: 20px;
}
.top-message__tit span {
  display: inline-block;
  color: #fff;
  background-color: #40b6fa;
  padding: 2px 8px;
  margin-right: 5px;
  border-radius: 5px;
}
.top-message__wrap .top-message__desc {
  margin-bottom: 25px;
}
.top-message__wrap .top-message__desc .c-txt-sm, .top-message__wrap .top-message__desc .c-contact-text {
  margin-bottom: 20px;
}
.top-message__wrap .top-message__desc ul {
  background-color: #fff;
  padding: 20px 10px 5px;
  border-radius: 8px;
  max-width: 500px;
  margin: 0 auto;
}
.top-message__wrap .top-message__desc ul li {
  position: relative;
  margin-bottom: 15px;
  font-size: 15px;
  font-weight: 600;
  padding-left: 20px;
}
.top-message__wrap .top-message__desc ul li span {
  background: linear-gradient(transparent 70%, #ffeb82 30%);
}
.top-message__wrap .top-message__desc ul li::before {
  position: absolute;
  top: 3px;
  left: 0;
  bottom: 0;
  margin: auto;
  content: "";
  width: 10px;
  height: 10px;
  background-image: url(../images/home/hosi.png);
  background-size: contain;
  background-repeat: no-repeat;
}
.top-message__img {
  display: flex;
  justify-content: space-between;
  max-width: 500px;
  margin: 0 auto;
}
.top-message__img .Img {
  flex-basis: 48%;
}
@media (min-width: 960px) {
  .top-message {
    padding: 80px 0;
  }
  .top-message__tit {
    font-size: 24px;
    margin-bottom: 50px;
  }
  .top-message__wrap {
    display: flex;
    justify-content: space-between;
  }
  .top-message__wrap .top-message__desc {
    width: 48%;
    margin-bottom: 0;
  }
  .top-message__wrap .top-message__img {
    width: 48%;
    max-width: none;
  }
  .top-message__wrap .top-message__img .Img {
    flex-basis: 49%;
  }
}
@media (min-width: 1200px) {
  .top-message__tit {
    font-size: 28px;
  }
  .top-message__wrap .top-message__desc {
    width: 38%;
  }
  .top-message__wrap .top-message__img {
    width: 58%;
  }
}

.worries {
  position: relative;
}
.worries-tit {
  text-align: center;
  font-size: 16px;
  margin-bottom: 20px;
}
.worries-tit p {
  position: relative;
  display: inline-block;
}
.worries-tit p span {
  color: #40b6fa;
  font-weight: bold;
  font-size: 19px;
  padding: 0 2px;
}
.worries__img {
  text-align: center;
}
.worries__img img {
  max-width: 500px;
}
.worries .ans {
  text-align: center;
  background-color: #f0f8ff;
  padding: 80px 0 50px;
  margin-top: -50px;
}
.worries .ans h4 {
  font-size: 1.2rem;
  line-height: 2.2;
  font-weight: 500;
  margin-bottom: 25px;
}
.worries .ans h4 span {
  display: inline-block;
  position: relative;
}
.worries .ans h4 span::before {
  content: "";
  width: 100px;
  height: 100px;
  background: url(../images/home/clac-1.webp) no-repeat center/contain;
  position: absolute;
  bottom: -50px;
  left: -40px;
  transform: rotate(15deg);
}
.worries .ans h4 span::after {
  content: "";
  width: 100px;
  height: 100px;
  background: url(../images/home/clac-2.webp) no-repeat center/contain;
  position: absolute;
  bottom: -50px;
  right: -40px;
  transform: rotate(-15deg);
}
.worries .ans h4 strong {
  font-size: 1.5rem;
  background: linear-gradient(transparent 60%, #ffeb82 40%);
  padding: 0 2px;
}
@media (max-width: 500px) {
  .worries .c-container {
    padding: 0 3vw;
  }
}
@media (min-width: 600px) {
  .worries-tit {
    font-size: 20px;
    margin-bottom: 30px;
  }
  .worries-tit p span {
    font-size: 24px;
    padding: 0 4px;
  }
  .worries .ans h4 {
    font-size: 1.4rem;
  }
  .worries .ans h4 span::before {
    width: 120px;
    height: 120px;
    left: -70px;
    transform: rotate(20deg);
  }
  .worries .ans h4 span::after {
    width: 120px;
    height: 120px;
    right: -70px;
    transform: rotate(-20deg);
  }
  .worries .ans h4 strong {
    font-size: 2rem;
    padding: 0 2px;
  }
}
@media (max-width: 959px) {
  .worries .view-pc {
    display: none;
  }
}
@media (min-width: 960px) {
  .worries .view-sp {
    display: none;
  }
  .worries-tit {
    font-size: 28px;
    margin-bottom: 50px;
  }
  .worries-tit p span {
    font-size: 36px;
  }
  .worries__img {
    text-align: center;
  }
  .worries__img img {
    max-width: 950px;
  }
  .worries .ans {
    padding: 100px 0 80px;
    margin-top: -80px;
  }
  .worries .ans h4 {
    font-size: 1.7rem;
    line-height: 1.8;
    margin-bottom: 40px;
  }
  .worries .ans h4 span::before {
    width: 180px;
    height: 180px;
    left: -180px;
  }
  .worries .ans h4 span::after {
    width: 180px;
    height: 180px;
    right: -180px;
  }
  .worries .ans h4 strong {
    font-size: 3rem;
  }
}

.p-point {
  position: relative;
  background-color: #40b6fa;
  padding: 50px 0 10px;
  scroll-margin: 70px;
}
.p-point .p-title {
  margin-bottom: 50px;
}
.p-point .p-title .en {
  color: #fff;
}
.p-point .p-title .ja {
  background-color: #fff;
  color: #40b6fa;
}
.p-point__num {
  position: absolute;
  top: -35px;
  left: 10px;
  display: flex;
  align-items: baseline;
}
.p-point__num img {
  width: 120px;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-point__num span {
  font-size: 3.5rem;
  color: #ff8c42;
  line-height: 1;
  display: inline-block;
  margin-left: 10px;
  text-shadow: -1px -1px 0 white, 1px -1px 0 white, -1px 1px 0 white, 1px 1px 0 white;
}
.p-point__img {
  margin-bottom: 15px;
  text-align: center;
}
.p-point__img img {
  max-width: 500px;
  border-radius: 10px;
}
.p-point__list ul li {
  background-color: #fff;
  margin-bottom: 50px;
  border-radius: 15px;
  position: relative;
  padding: 40px 15px 20px;
}
.p-point__ttl {
  font-weight: 500;
  padding-bottom: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  border-bottom: 1px solid #ccc;
}
.p-point__ttl strong {
  background: linear-gradient(transparent 60%, #ffeb82 40%);
  padding: 0 2px;
  font-weight: 600;
}
.p-point__desc {
  max-width: 500px;
  margin: 0 auto;
}
.p-point__desc .c-txt-sm, .p-point__desc .c-contact-text {
  font-weight: 400;
}
@media (min-width: 600px) {
  .p-point__list ul li {
    background-color: #fff;
    margin-bottom: 50px;
    border-radius: 15px;
    position: relative;
    padding: 40px 20px 40px;
  }
}
@media (min-width: 960px) {
  .p-point {
    padding: 80px 0 20px;
    scroll-margin: 100px;
  }
  .p-point__list ul li {
    display: flex;
    align-items: center;
    padding: 40px;
    margin-bottom: 60px;
  }
  .p-point__list ul li:nth-child(2n+1) {
    flex-direction: row-reverse;
  }
  .p-point__list ul li:nth-child(2n+1) .p-point__desc {
    margin: 0 3vw 0 0;
  }
  .p-point__list ul li:nth-child(2n) .p-point__num {
    left: 40vw;
  }
  .p-point .p-title {
    margin-bottom: 60px;
  }
  .p-point__num {
    top: -50px;
    left: 20px;
  }
  .p-point__num img {
    width: 180px;
  }
  .p-point__num span {
    font-size: 5rem;
    margin-left: 15px;
  }
  .p-point__img {
    margin-bottom: 0;
    text-align: left;
  }
  .p-point__img img {
    max-width: 350px;
  }
  .p-point__ttl {
    padding-bottom: 15px;
    margin-bottom: 15px;
    font-size: 24px;
  }
  .p-point__desc {
    flex: 1;
    max-width: none;
    margin-left: 3vw;
  }
}
@media (min-width: 1200px) {
  .p-point__ttl {
    font-size: 28px;
  }
}

.comparison {
  scroll-margin: 150px;
}
.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: 18px;
  font-weight: 700;
}
@media (min-width: 600px) {
  .comparison table tbody tr td div strong br {
    display: none;
  }
}
.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 {
    scroll-margin: 180px;
  }
  .comparison .view-sp {
    display: none;
  }
  .comparison .view-pc table {
    max-width: 1000px;
  }
  .comparison .view-pc table .hiden {
    opacity: 0;
    width: 180px;
  }
  .comparison .view-pc table thead tr:first-child div {
    font-size: 22px;
  }
  .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: #40b6fa;
    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: 90px;
    font-size: 16px;
  }
  .comparison .view-pc table tbody tr td div strong {
    font-size: 20px;
  }
  .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;
  }
}

.case {
  padding: 50px 0;
  background-color: #f2f2f2;
  scroll-margin: 70px;
}
.case ul li {
  background-color: #fff;
  box-shadow: 3px 3px 3px gainsboro;
  padding: 10px;
  margin-bottom: 30px;
}
.case ul li .case__tit {
  text-align: center;
  margin-bottom: 20px;
  background-color: #40b6fa;
  padding: 5px;
  margin-top: 15px;
  color: #fff;
}
.case ul li .case__box {
  margin-bottom: 20px;
}
.case ul li .case__box .gesyo {
  display: flex;
  justify-content: center;
  margin-bottom: 10px;
}
.case ul li .case__box .gesyo .label {
  font-size: 21px;
  width: 85px;
  display: flex;
  align-items: center;
}
.case ul li .case__box .gesyo .label h3 {
  background-color: rgb(39, 39, 39);
  color: #fff;
  padding: 5px;
}
.case ul li .case__box .gesyo .plaice {
  flex: 1;
  display: flex;
  align-items: center;
  font-size: 50px;
  font-style: italic;
}
.case ul li .case__box .gesyo .plaice h3 {
  line-height: 0.95em;
  color: transparent;
  background: repeating-linear-gradient(0deg, #b67b03 0.1em, #daaf08 0.2em, #fae391 0.3em, #daaf08 0.4em, #b67b03 0.5em);
  -webkit-background-clip: text;
          background-clip: text;
}
.case ul li .case__box .gesyo .plaice h3 span {
  font-size: 26px;
}
.case ul li .case__box .arari {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}
.case ul li .case__box .arari .label2 {
  font-size: 21px;
  width: 70px;
  text-align: center;
}
.case ul li .case__box .arari .label2 h3 {
  background-color: #272727;
  color: #fff;
  padding: 5px;
}
.case ul li .case__box .arari .plaice2 {
  flex: 1;
  display: flex;
  align-items: center;
  font-size: 50px;
  font-style: italic;
}
.case ul li .case__box .arari .plaice2 h3 {
  margin-left: 10px;
  line-height: 0.95em;
  color: transparent;
  background: repeating-linear-gradient(0deg, #b67b03 0.1em, #daaf08 0.2em, #fae391 0.3em, #daaf08 0.4em, #b67b03 0.5em);
  -webkit-background-clip: text;
          background-clip: text;
}
.case ul li .case__box .arari .plaice2 h3 span {
  font-size: 26px;
}
@media (min-width: 400px) {
  .case ul li .case__box .gesyo .plaice {
    flex: none;
  }
  .case ul li .case__box .arari {
    justify-content: center;
    align-items: center;
  }
  .case ul li .case__box .arari .label2 {
    width: 120px;
  }
  .case ul li .case__box .arari .label2 br {
    display: none;
  }
  .case ul li .case__box .arari .plaice2 {
    flex: none;
  }
}
@media (min-width: 768px) {
  .case ul li .case__box .gesyo {
    justify-content: space-between;
  }
  .case ul li .case__box .gesyo .label h3 {
    padding: 5px 17px;
  }
  .case ul li .case__box .arari {
    justify-content: space-between;
    align-items: center;
  }
  .case ul li .case__box .arari .label2 {
    width: 85px;
  }
  .case ul li .case__box .arari .label2 br {
    display: block;
  }
}
@media (min-width: 768px) {
  .case ul {
    display: flex;
    justify-content: space-between;
  }
  .case ul li {
    width: 49%;
  }
}
@media (min-width: 960px) {
  .case {
    padding: 80px 0;
    scroll-margin: 100px;
  }
  .case ul li {
    padding: 20px;
    margin-bottom: 0;
  }
  .case ul li .case__tit {
    padding: 10px;
    margin-top: 0;
    font-size: 20px;
    letter-spacing: 2px;
  }
  .case ul li .case__box {
    margin-bottom: 0px;
  }
  .case ul li .case__box .gesyo {
    margin-bottom: 10px;
  }
  .case ul li .case__box .gesyo .label {
    width: 85px;
  }
  .case ul li .case__box .gesyo .plaice {
    font-size: 68px;
  }
  .case ul li .case__box .gesyo .plaice h3 span {
    font-size: 32px;
  }
  .case ul li .case__box .arari .plaice2 {
    font-size: 68px;
  }
  .case ul li .case__box .arari .plaice2 h3 {
    margin-left: 0px;
  }
  .case ul li .case__box .arari .plaice2 h3 span {
    font-size: 32px;
  }
}
@media (min-width: 1200px) {
  .case ul li {
    padding: 20px;
  }
  .case ul li .case__tit {
    font-size: 24px;
  }
  .case ul li .case__box .gesyo .label {
    width: 140px;
  }
  .case ul li .case__box .gesyo .label h3 {
    padding: 10px 45px;
  }
  .case ul li .case__box .gesyo .plaice {
    font-size: 68px;
  }
  .case ul li .case__box .gesyo .plaice h3 span {
    font-size: 32px;
  }
  .case ul li .case__box .arari .label2 {
    width: 140px;
  }
  .case ul li .case__box .arari .label2 h3 {
    padding: 10px;
  }
  .case ul li .case__box .arari .label2 h3 br {
    display: none;
  }
  .case ul li .case__box .arari .plaice2 {
    font-size: 68px;
  }
  .case ul li .case__box .arari .plaice2 h3 {
    margin-left: 0px;
  }
  .case ul li .case__box .arari .plaice2 h3 span {
    font-size: 32px;
  }
}

.voices {
  background-color: #40b6fa;
  padding: 50px 0;
}
.voices .p-title .en {
  color: #fff;
}
.voices .p-title .ja {
  background-color: #fff;
  color: #40b6fa;
}
.voices__desc {
  text-align: center;
  color: #fff;
}
.voices__desc h3 {
  font-size: 22px;
  letter-spacing: 2px;
  font-weight: 500;
  margin-bottom: 50px;
  display: inline-block;
  position: relative;
}
.voices__desc h3::before {
  content: "";
  width: 80px;
  height: 60px;
  background: url(../images/home/kira.webp) no-repeat center/contain;
  position: absolute;
  top: -50px;
  left: -50px;
  transform: rotate(180deg);
}
.voices__desc h3::after {
  content: "";
  width: 80px;
  height: 60px;
  background: url(../images/home/kira.webp) no-repeat center/contain;
  position: absolute;
  bottom: -50px;
  right: -50px;
}
.voices__item {
  padding: 20px 15px;
  background-color: #fff;
  border-radius: 15px;
}
.voices__img {
  width: 100%;
  width: 150px;
  height: 150px;
  margin: 0 auto 1rem;
  text-align: center;
}
.voices__img img {
  border-radius: 50%;
}
.voices__title {
  text-align: center;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #ccc;
}
.voices__title .title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 8px;
}
.voices__title .name {
  font-size: 14px;
  font-weight: 400;
}
.voices-txt .c-txt-sm, .voices-txt .c-contact-text {
  font-weight: 400;
}
.voices-txt .c-txt-sm span, .voices-txt .c-contact-text span {
  background: linear-gradient(transparent 60%, #ffeb82 40%);
  padding: 0 2px;
}
@media (min-width: 600px) {
  .voices__desc h3::before {
    width: 100px;
    height: 80px;
    left: -80px;
  }
  .voices__desc h3::after {
    width: 100px;
    height: 80px;
    right: -80px;
  }
  .voices-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #ccc;
  }
  .voices__img {
    margin: 0 30px 0 0;
  }
  .voices__title {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
  }
  .voices__title .title {
    font-size: 22px;
    margin-bottom: 12px;
  }
  .voices__title .name {
    font-size: 16px;
  }
  .voices__item {
    padding: 20px;
  }
}
@media (min-width: 960px) {
  .voices {
    padding: 80px 0;
  }
  .voices .Wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .voices__desc {
    flex: 1;
    margin-bottom: 0;
    text-align: left;
  }
  .voices__desc h3 {
    font-size: 28px;
    letter-spacing: 2px;
    font-weight: 500;
    margin-bottom: 80px;
  }
  .voices__desc h3::before {
    width: 100px;
    height: 80px;
    top: -80px;
    left: -20px;
  }
  .voices__desc h3::after {
    width: 100px;
    height: 80px;
    bottom: -80px;
    right: -20px;
  }
  .voices ul {
    flex-basis: 58%;
  }
}
@media (min-width: 1200px) {
  .voices .Wrap {
    justify-content: center;
  }
  .voices__desc {
    flex: none;
  }
  .voices__desc h3 {
    font-size: 36px;
  }
  .voices ul {
    flex-basis: 60%;
    margin-left: 3vw;
  }
  .voices__item {
    padding: 30px;
  }
}

.p-movie__tit {
  font-size: 20px;
  line-height: 1.7;
  text-align: center;
  color: #3397d1;
}
.p-movie .mv {
  width: 100%;
  aspect-ratio: 16/9;
}
.p-movie .mv video {
  width: 100%;
  height: 100%;
}
@media (min-width: 600px) {
  .p-movie__tit {
    font-size: 26px;
  }
}
@media (min-width: 960px) {
  .p-movie__tit {
    font-size: 28px;
  }
  .p-movie__tit .onlySP {
    display: none;
  }
  .p-movie .mv {
    width: 80%;
    margin: 0 auto;
  }
}
@media (min-width: 1200px) {
  .p-movie__tit {
    font-size: 36px;
  }
  .p-movie .mv {
    width: 75%;
  }
}

#faq {
  padding: 50px 0;
  background-color: #f3fcff;
  scroll-margin: 70px;
}
#faq ul li {
  margin-bottom: 35px;
}
#faq ul li dl dt {
  position: relative;
  padding: 15px 10px 15px 50px;
  background-color: #b5e4ff;
  border-radius: 9999px;
  letter-spacing: 1px;
}
#faq ul li dl dt .q {
  color: #40b6fa;
  display: inline-block;
  padding: 11px 9px;
  font-size: 20px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 10px;
  margin: auto;
  z-index: 10;
}
#faq ul li dl dt .q::before {
  content: "";
  width: 35px;
  height: 35px;
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: -1;
}
#faq ul li dl dd {
  padding: 20px 15px 20px 55px;
  position: relative;
}
#faq ul li dl dd .a {
  color: #fff;
  display: inline-block;
  padding: 13px 10px;
  font-size: 20px;
  position: absolute;
  top: 0;
  left: 10px;
  z-index: 10;
}
#faq ul li dl dd .a::before {
  content: "";
  width: 35px;
  height: 35px;
  background-color: #ff8c42;
  border-radius: 50%;
  position: absolute;
  top: 4px;
  bottom: 0;
  left: -2px;
  right: 0;
  margin: auto;
  z-index: -1;
}
@media (min-width: 600px) {
  #faq ul li dl dd br {
    display: none;
  }
}
@media (min-width: 960px) {
  #faq {
    padding: 80px 0;
    scroll-margin: 100px;
  }
  #faq ul li {
    margin-bottom: 45px;
  }
  #faq ul li dl dt {
    padding: 20px 10px 20px 70px;
    font-size: 22px;
  }
  #faq ul li dl dt .q {
    padding: 13px 10px;
    font-size: 28px;
    left: 14px;
  }
  #faq ul li dl dt .q::before {
    width: 45px;
    height: 45px;
  }
  #faq ul li dl dd {
    padding: 30px 15px 20px 70px;
  }
  #faq ul li dl dd.c-txt-sm, #faq ul li dl dd.c-contact-text {
    font-size: 20px;
  }
  #faq ul li dl dd .a {
    padding: 20px 10px;
    font-size: 28px;
    left: 14px;
  }
  #faq ul li dl dd .a::before {
    width: 45px;
    height: 45px;
    top: 4px;
    left: -3px;
  }
}
@media (min-width: 960px) and (min-width: 600px) {
  #faq ul li dl dd br {
    display: none;
  }
}
@media (min-width: 1200px) {
  #faq .c-container {
    padding: 0 15vw;
  }
}

@media (max-width: 959px) {
  .p-camp .view-pc {
    display: none;
  }
}
@media (min-width: 960px) {
  .p-camp .view-sp {
    display: none;
  }
}
@media (min-width: 1200px) {
  .p-camp {
    text-align: center;
    margin: 5vw 0;
  }
  .p-camp img {
    max-width: 1000px;
  }
}

.p-flow {
  background-image: url(../images/home/bg-04.jpg);
  padding: 50px 0;
  background-size: cover;
  background-position: center;
  scroll-margin: 70px;
}
.p-flow__list__item {
  margin-bottom: 30px;
  background-color: #fff;
  padding: 20px 15px;
  border-radius: 10px;
  box-shadow: 5px 5px 10px rgba(149, 149, 149, 0.5019607843);
}
.p-flow__list__item .Wrap {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.p-flow__list__item .Icon {
  width: 110px;
  height: 110px;
  border-radius: 50%;
  background-color: #40b6fa;
}
.p-flow__list__item .Icon img {
  padding: 20px;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-flow__list__item .Title {
  flex: 1;
  margin-left: 20px;
}
.p-flow__list__item .Title h2 {
  text-transform: uppercase;
  font-size: 14px;
  color: #40b6fa;
}
.p-flow__list__item .Title h3 {
  font-size: 20px;
  letter-spacing: 1.5px;
  font-weight: 600;
}
@media (min-width: 600px) {
  .p-flow__list__item {
    padding: 30px;
  }
  .p-flow__list__item .Title {
    margin-left: 30px;
  }
  .p-flow__list__item .Title h2 {
    font-size: 18px;
    margin-bottom: 5px;
  }
  .p-flow__list__item .Title h3 {
    font-size: 22px;
  }
}
@media (min-width: 960px) {
  .p-flow {
    padding: 80px 0;
    scroll-margin: 100px;
  }
  .p-flow__list__item {
    display: flex;
  }
  .p-flow__list__item .Wrap {
    flex: 1;
    margin-bottom: 0;
  }
  .p-flow__list__item .Desc {
    flex-basis: 60%;
    border-left: 2px solid #ccc;
    padding-left: 30px;
    display: flex;
    align-items: center;
  }
}
@media (min-width: 1200px) {
  .p-flow__list__item {
    padding: 40px;
  }
  .p-flow__list__item .Icon {
    width: 130px;
    height: 130px;
  }
  .p-flow__list__item .Icon img {
    padding: 30px;
  }
  .p-flow__list__item .Title h3 {
    font-size: 24px;
  }
  .p-flow__list__item .Desc {
    padding-left: 40px;
  }
}

.p-footer {
  padding: 40px 0 0;
  margin-top: 50px;
  border-top: 1px solid #ccc;
}
.p-footer__logo img {
  width: 220px;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-footer__address {
  margin-bottom: 15px;
}
.p-footer__address h3 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 10px;
}
.p-footer__address .c-txt-sm, .p-footer__address .c-contact-text {
  font-weight: 400;
  margin-bottom: 10px;
}
.p-footer__address a span {
  color: rgb(39, 39, 39);
}
.p-footer__top {
  text-align: right;
  margin-bottom: 15px;
}
.p-footer__top a {
  display: inline-block;
  background-color: #ff8c42;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  line-height: 60px;
  padding: 5px 14px 0;
  color: #fff;
  font-size: 15px;
  letter-spacing: 1px;
  font-weight: 600;
}
.p-footer__top a span {
  position: relative;
}
.p-footer__top a span::before {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  position: absolute;
  top: -8px;
  left: 50%;
  transform: translateX(-50%) rotate(315deg);
}
.p-footer__nav {
  display: block;
}
.p-footer__nav ul {
  display: inline-block;
}
.p-footer__nav li {
  margin-bottom: 15px;
  text-align: left;
}
.p-footer__nav li span {
  position: relative;
  display: block;
  padding-left: 20px;
}
.p-footer__nav li span::before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  content: "";
  height: 10px;
  width: 10px;
  background-image: url(../images/common/arrow.png);
  background-repeat: no-repeat;
  background-size: contain;
}
.p-footer__nav li .c-txt-sm, .p-footer__nav li .c-contact-text {
  font-size: 13px;
  color: rgb(39, 39, 39);
}
.p-footer .copyright {
  text-align: center;
  background-color: rgb(39, 39, 39);
  color: #fff;
  padding: 15px 0 10vh;
  font-size: 12px;
}
@media (min-width: 600px) {
  .p-footer__nav ul {
    display: flex;
    justify-content: center;
  }
  .p-footer__nav li {
    padding: 0 20px;
    margin: 0;
  }
  .p-footer__nav li span {
    padding-left: 0;
  }
  .p-footer__nav li span::before {
    display: none;
  }
  .p-footer__nav li:nth-child(1) {
    position: relative;
  }
  .p-footer__nav li:nth-child(1)::after {
    content: "";
    width: 2px;
    height: 100%;
    background-color: #ccc;
    position: absolute;
    right: 0;
    top: 0;
  }
}
@media (min-width: 960px) {
  .p-footer {
    padding: 60px 0 0;
  }
  .p-footer .c-container {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 50px;
  }
  .p-footer__logo img {
    width: 280px;
  }
  .p-footer__nav {
    margin-bottom: 10px;
  }
  .p-footer__nav li .c-txt-sm, .p-footer__nav li .c-contact-text {
    font-size: 16px;
  }
  .p-footer__address {
    margin-bottom: 0;
  }
  .p-footer__address h3 {
    font-size: 24px;
    margin-bottom: 15px;
  }
  .p-footer__top {
    margin-bottom: 30px;
  }
  .p-footer__top a {
    width: 80px;
    height: 80px;
    line-height: 80px;
    padding: 9px 20px 0;
    font-size: 18px;
  }
  .p-footer__top a span::before {
    width: 12px;
    height: 12px;
    top: -12px;
  }
  .p-footer .copyright {
    padding: 30px 0;
    font-size: 14px;
  }
}
@media (min-width: 1200px) {
  .p-footer .c-container {
    margin-bottom: 70px;
  }
}

.p-contact {
  background-color: #f2ead5;
  padding: 50px 0;
}
.p-contact__desc {
  position: relative;
  z-index: 1000;
  color: #fff;
}
.p-contact__wrap {
  padding: 30px 30px;
  text-align: center;
}
.p-contact__wrap li {
  border-bottom: 1px solid rgb(170, 170, 170);
  margin-bottom: 20px;
}
.p-contact__tit {
  text-align: center;
}
.p-contact__tit h4 {
  color: #40b6fa;
  border-bottom: 1px solid #40b6fa;
  display: inline-block;
  padding-bottom: 10px;
}
@media (min-width: 960px) {
  .p-contact__tit h4 {
    font-size: 37px;
  }
}
.p-contact__tel {
  padding: 20px 10px;
  background-color: #fff;
  display: inline-block;
  position: relative;
  z-index: 1000;
  border-radius: 50px;
  background: #62c1b4;
  box-shadow: 5px 5px 5px rgb(214, 214, 214);
  border: 2px solid rgb(83, 83, 83);
  text-align: center;
}
.p-contact__tel a {
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  position: relative;
  padding-left: 35px;
}
.p-contact__tel a::before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  content: "";
  height: 30px;
  width: 30px;
  background-image: url(../images/common/tel-white.png);
  background-size: contain;
  background-repeat: no-repeat;
}
@media (min-width: 960px) {
  .p-contact__tel a {
    font-size: 32px;
  }
}
.p-contact__tel#bnr1 {
  margin-bottom: 20px;
}
.p-contact__tel#bnr2 {
  background: #ff7f7f;
  margin: 0 0 50px 0;
}
.p-contact__tel#bnr2 a::before {
  background-image: url(../images/common/ico-mail-wh.png);
}
@media (min-width: 374px) {
  .p-contact__tel {
    width: 300px;
  }
}
.p-contact #bnr3 {
  background: transparent;
  margin: 0 0 30px 0;
}
.p-contact #bnr3 a {
  text-align: center;
  display: block;
}
.p-contact #bnr3 img {
  width: 80%;
}
@media (min-width: 960px) {
  .p-contact #bnr3 .view-sp {
    display: none;
  }
}
@media (max-width: 959px) {
  .p-contact #bnr3 .view-pc {
    display: none;
  }
}
.p-contact .info:last-of-type {
  margin-bottom: 20px;
}
.p-contact .contact-tit {
  font-weight: bold;
  margin-bottom: 10px;
  color: rgb(85, 85, 85);
}
.p-contact__form a {
  background-color: #fff;
}
@media (min-width: 960px) {
  .p-contact .contact-tit {
    font-size: 36px;
  }
  .p-contact .info {
    font-size: 27px;
    font-weight: bold;
  }
  .p-contact ul {
    display: flex;
    justify-content: center;
  }
  .p-contact ul li {
    width: 45%;
    border: none;
  }
}
@media (min-width: 1200px) {
  .p-contact__tel {
    width: 430px;
    padding: 25px 10px;
  }
}

.c-about__title {
  text-align: center;
}
.c-about__title .ja {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 2px;
  margin-bottom: 5px;
}
.c-about__title .en {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1px;
  color: #40b6fa;
}
.c-about__desc dl {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #ccc;
}
.c-about__desc dl dt {
  margin-bottom: 10px;
  font-size: 16px;
}
.c-about__desc dl dd a {
  color: rgb(39, 39, 39);
  position: relative;
}
.c-about__desc dl dd a::before {
  position: absolute;
  top: 5px;
  right: -30px;
  bottom: 0;
  margin: auto;
  content: "";
  width: 20px;
  height: 20px;
  background-image: url(../images/common/icon-link-1-black.png);
  background-size: contain;
  background-repeat: no-repeat;
}
@media (min-width: 600px) {
  .c-about .c-container {
    padding: 0 10vw;
  }
  .c-about__desc dl {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
  .c-about__desc dl dt {
    display: inline-block;
    width: 150px;
    margin-bottom: 0;
    display: flex;
    align-items: center;
  }
  .c-about__desc dl dd {
    flex: 1;
    display: inline-block;
  }
}
@media (min-width: 960px) {
  .c-about .c-container {
    padding: 0 15vw;
  }
  .c-about__title .ja {
    font-size: 32px;
    margin-bottom: 5px;
  }
  .c-about__title .en {
    font-size: 18px;
  }
  .c-about__desc dl {
    margin-bottom: 25px;
    padding-bottom: 25px;
  }
  .c-about__desc dl dt {
    width: 200px;
    font-size: 18px;
  }
}
@media (min-width: 1200px) {
  .c-about .c-container {
    padding: 0 18vw;
  }
}

.c-contact {
  scroll-margin: 70px;
}
@media (min-width: 960px) {
  .c-contact {
    scroll-margin: 150px;
  }
}
.c-contact .plan-box {
  position: relative;
  padding: 15px 10px;
  margin-bottom: 50px;
  border-radius: 10px;
  background: #40b6fa;
  color: #fff;
}
.c-contact .plan-box::after {
  position: absolute;
  left: 50%;
  bottom: -20px;
  transform: translate(-50%, 0%);
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 25px 25px 0 25px;
  border-color: #40b6fa transparent transparent transparent;
}
.c-contact .plan-box h4 {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 5px;
}
.c-contact .plan-box h3 {
  color: #ffec13;
  font-size: 20px;
}
@media (min-width: 960px) {
  .c-contact .plan-box {
    padding: 25px 10px;
    max-width: 700px;
    margin: 0 auto 50px;
  }
  .c-contact .plan-box h4 {
    font-size: 24px;
    margin-bottom: 10px;
  }
  .c-contact .plan-box h3 {
    font-size: 32px;
  }
}
.c-contact .wrap br {
  display: none;
}
.c-contact .wrap p {
  display: inline;
}
.c-contact .wrap p.privacy {
  display: block;
}
.c-contact .center {
  margin: 30px 0;
  text-align: center;
  font-size: 24px;
}
.c-contact .white {
  background: #fff !important;
}
.c-contact .contact-form {
  text-align: center;
  background: #f6f6f6;
  margin: 50px 5vw;
  padding: 5vw 0;
  border-radius: 15px;
}
.c-contact .contact-form .ct-checkbox input {
  height: 20px;
  width: 20px;
}
.c-contact .contact-form .ct-checkbox .wpcf7-list-item {
  display: flex;
  justify-content: space-between;
  margin-left: 0;
  margin-bottom: 10px;
}
.c-contact .contact-form .ct-checkbox .wpcf7-list-item-label {
  width: 92%;
}
.c-contact .contact-form .ct-radio input {
  height: 20px;
  width: 20px;
}
.c-contact .contact-form .ct-radio .wpcf7-list-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-left: 0;
  margin-bottom: 10px;
}
.c-contact .contact-form .ct-radio .wpcf7-list-item-label {
  flex: 1;
  margin-left: 8px;
}
.c-contact .contact-form .left {
  text-align: left;
  margin-bottom: 15px;
}
.c-contact .contact-form .left span {
  color: rgb(224, 15, 15);
}
.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 rgb(39, 39, 39);
}
.c-contact .contact-form textarea {
  margin-bottom: 0;
}
.c-contact .contact-form input {
  height: 45px;
}
.c-contact .contact-form select {
  width: 100%;
  height: 45px;
  border: 1px solid rgb(39, 39, 39);
}
.c-contact .contact-form dl {
  text-align: left;
  display: inline-block;
  width: 100%;
  padding-bottom: 30px;
}
.c-contact .contact-form dt {
  font-size: 14px;
  margin-bottom: 10px;
}
.c-contact .contact-form dt p {
  display: inline;
}
.c-contact .contact-form dt strong {
  color: rgb(199, 1, 1);
}
.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;
}
.c-contact .contact-form .must::after {
  content: "*";
  font-size: 14px;
  color: rgb(224, 15, 15);
}
.c-contact .contact-form .free p {
  margin-bottom: 10px;
}
.c-contact .contact-form .ct-request select {
  width: 100%;
}
.c-contact .contact-form .ct-flex {
  display: flex;
  justify-content: space-between;
  text-align: center;
  padding-bottom: 20px;
  margin: auto;
}
.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;
}
.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: #949494;
}
.c-contact .contact-form .submit-btn input {
  background-color: #83b9df;
  color: #fff;
  font-weight: bold;
  width: 70%;
  max-width: 320px;
}
.c-contact .contact-form .ajax-loader {
  display: none;
}
.c-contact .contact-form .wpcf7-spinner {
  display: none;
}
@media (min-width: 960px) {
  .c-contact .contact-form .c-contact-text {
    font-size: 22px;
  }
  .c-contact .contact-form dt {
    font-size: 20px;
    margin-bottom: 15px;
  }
  .c-contact .contact-form dl {
    width: 600px;
  }
  .c-contact .contact-form .must::after {
    font-size: 18px;
  }
  .c-contact .contact-form .ct-flex {
    width: 600px;
  }
  .c-contact .contact-form select {
    width: 600px;
  }
  .c-contact .contact-form .ct-radio .wpcf7-radio {
    display: flex;
  }
  .c-contact .contact-form .ct-radio .wpcf7-list-item {
    margin: 0 50px 0 0;
  }
  .c-contact .contact-form .submit-btn {
    margin-bottom: 0;
  }
  .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: auto;
    display: flex;
    align-items: center;
  }
  .c-contact .contact-form dt {
    flex-basis: 40%;
  }
  .c-contact .contact-form dd {
    flex-basis: 60%;
  }
  .c-contact .contact-form .ct-sex {
    display: flex;
    align-items: center;
  }
  .c-contact .contact-form select {
    width: auto;
  }
}
.c-contact .grecaptcha-badge {
  box-shadow: none !important;
  width: 100% !important;
}
.c-contact .grecaptcha-badge iframe {
  box-shadow: grey 0px 0px 5px;
}
@media (min-width: 2000px) {
  .c-contact .c-container {
    padding: 0 20vw;
  }
}
.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 .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;
}

.grecaptcha-badge {
  visibility: hidden;
}

.c-privacy {
  margin-top: 130px;
}
.c-privacy .c-title {
  text-align: center;
  font-size: 26px;
  display: block;
  margin-bottom: 50px;
  font-weight: 600;
}
.c-privacy h3 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 20px;
}
.c-privacy-item {
  margin-bottom: 30px;
}
.c-privacy-item .c-txt-sm, .c-privacy-item .c-contact-text {
  font-weight: 400;
}
@media (min-width: 960px) {
  .c-privacy .c-title {
    font-size: 32px;
    margin-bottom: 60px;
  }
  .c-privacy h3 {
    font-size: 22px;
  }
  .c-privacy-item {
    margin-bottom: 40px;
  }
}

.c-thanks {
  margin-top: 130px;
}
.c-thanks .c-title {
  text-align: center;
  font-size: 22px;
  display: block;
  margin-bottom: 50px;
  font-weight: 600;
}
.c-thanks h3 {
  font-weight: 500;
  margin-bottom: 20px;
}
.c-thanks-item {
  margin-bottom: 30px;
}
.c-thanks-item .c-txt-sm, .c-thanks-item .c-contact-text {
  font-weight: 400;
}
.c-thanks-btn {
  text-align: center;
  margin: 40px 0;
  font-size: 18px;
}
.c-thanks-btn a {
  position: relative;
  border: 1px solid rgb(39, 39, 39);
  padding: 10px 30px;
  border-radius: 5px;
  background-color: #fff;
  transition: all 0.3s;
  letter-spacing: 2px;
}
.c-thanks-btn a:hover {
  letter-spacing: 5px;
  transition: all 0.3s;
}
.c-thanks-btn a::after {
  position: absolute;
  top: 0;
  right: 7px;
  bottom: 0;
  margin: auto;
  content: "";
  display: inline-block;
  height: 16px;
  width: 16px;
  background-image: url(../images/common/arrow.png);
  background-size: contain;
  background-repeat: no-repeat;
}
@media (min-width: 600px) {
  .c-thanks .c-title br {
    display: none;
  }
}
@media (min-width: 960px) {
  .c-thanks .c-title {
    font-size: 28px;
    margin-bottom: 70px;
  }
  .c-thanks h3 {
    font-size: 20px;
  }
}

.p-header {
  width: 100%;
  height: 0;
}
.p-header .logo__img {
  display: inline-block;
  margin: -3px 5px 0 5px;
}
.p-header .logo {
  background-image: url(../images/common/logo.jpg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  height: 70px;
  width: 103px;
  opacity: 1;
}
.p-header .sp-navbtn {
  position: fixed;
  bottom: 0;
  left: 0;
  height: 8vh;
  width: 100%;
  z-index: 8000;
  transition: all 0.3s;
}
.p-header .sp-navbtn__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.p-header .sp-navbtn__container li {
  width: 100%;
  height: 100%;
  background-color: #ff8c42;
  display: flex;
  justify-content: space-around;
  align-items: center;
  border-radius: 5px 5px 0 0;
}
.p-header .sp-navbtn__container a {
  position: relative;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
}
.p-header .sp-navbtn__container .sp2 {
  width: 49%;
}
.p-header .sp-navbtn__container .sp3 {
  width: 49%;
  background-color: #2bc240;
}
.p-header .sp-navbtn__container a:hover,
.p-header .sp-navbtn__container a:active {
  text-decoration: underline;
}
.p-header .hide.sp-navbtn {
  transform: translateY(100%);
  transition: all 0.4s;
}
@media (min-width: 600px) {
  .p-header .sp-navbtn {
    height: 10vh;
  }
  .p-header .sp-navbtn__container li {
    border-radius: 15px 15px 0 0;
  }
  .p-header .sp-navbtn__container a {
    font-size: 18px;
  }
}
@media (max-width: 959px) {
  .p-header {
    height: 0px;
  }
  .p-header .pc-container,
  .p-header .pc-navbtn {
    display: none;
  }
}
@media (min-width: 960px) {
  .p-header {
    height: 100px;
  }
  .p-header .mobile-container,
  .p-header .sp-navbtn,
  .p-header .mobile-menu {
    display: none !important;
  }
  .p-header .pc-container {
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    justify-content: right;
    align-items: center;
    z-index: 8000;
    width: 100%;
    height: 100px;
    background-color: #fff;
    box-shadow: 0 5px 10px rgba(103, 103, 103, 0.5019607843);
  }
  .p-header .pc-container .pc-nav-list {
    display: flex;
    align-items: center;
  }
  .p-header .pc-container .pc-nav-item {
    font-size: 15px;
    font-weight: 500;
    padding-right: 2.5vw;
    transition: all 0.3s;
    text-align: center;
  }
  .p-header .pc-container .pc-nav-item a {
    color: rgb(39, 39, 39);
  }
  .p-header .pc-container .pc-nav-item:hover {
    transform: translateY(4px);
    transition: all 0.3s;
  }
  .p-header .pc-container .pc-contact-btn {
    margin-right: 3vw;
  }
  .p-header .pc-container .pc-contact-btn a {
    display: block;
    width: 70px;
    height: 70px;
    background-color: #ff8c42;
    border-radius: 5px;
    position: relative;
    border: 2px solid #414349;
    box-shadow: 4px 4px 0 #414349;
    transition: all 0.3s;
  }
  .p-header .pc-container .pc-contact-btn a::before {
    content: "";
    width: 30px;
    height: 30px;
    background: url(../images/common/material.svg) no-repeat center/contain;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    transition: all 0.3s;
  }
  .p-header .pc-container .pc-contact-btn a span {
    display: none;
  }
  .p-header .pc-container .pc-contact-btn a:hover {
    background-color: #fff;
  }
  .p-header .pc-container .pc-contact-btn a:hover::before {
    background: url(../images/common/material-cta.svg) no-repeat center/contain;
  }
  .p-header .pc-container .contact-line {
    position: fixed;
    top: 100px;
    right: 0;
  }
  .p-header .pc-container .contact-line a {
    display: block;
    background-color: #2bc240;
    padding: 22px 40px 22px 70px;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 1px;
    border-radius: 0 0 0 20px;
    box-shadow: 0 5px 10px rgba(103, 103, 103, 0.5019607843);
    color: #fff;
  }
  .p-header .pc-container .contact-line a span {
    display: inline-block;
    position: relative;
  }
  .p-header .pc-container .contact-line a span::before {
    content: "";
    width: 35px;
    height: 35px;
    background: url(../images/common/line-wh.svg) no-repeat center/contain;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -45px;
    margin: auto;
  }
  .p-header .pc-container .logo__img {
    display: inline-block;
    margin: 4px 10px 0 10px;
    position: fixed;
    top: 0;
    left: 0;
  }
  .p-header .pc-container .logo__img .logo {
    height: 85px;
    width: 200px;
  }
}
@media (min-width: 1200px) {
  .p-header .pc-container .pc-contact-btn {
    margin-right: 3vw;
  }
  .p-header .pc-container .pc-contact-btn a {
    display: block;
    width: auto;
    padding: 15px 30px 15px 60px;
    height: auto;
    border-radius: 9999px;
    position: relative;
    color: #fff;
    font-size: 18px;
  }
  .p-header .pc-container .pc-contact-btn a::before {
    top: 0;
    bottom: 0;
    left: 20px;
    right: auto;
    margin: auto;
  }
  .p-header .pc-container .pc-contact-btn a span {
    display: block;
  }
  .p-header .pc-container .pc-nav-item br {
    display: none;
  }
}
@media (min-width: 1400px) {
  .p-header .pc-container .pc-nav-item {
    font-size: 17px;
  }
  .p-header .pc-container .logo__img {
    margin: 4px 10px 0 20px;
  }
  .p-header .pc-container .logo__img .logo {
    height: 90px;
    width: 220px;
  }
}

.mobile-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: translateY(-100%);
  transition: all 0.5s;
  opacity: 0;
  z-index: -1;
  background-color: #fff;
}
.mobile-menu__nav {
  display: block;
  height: 100%;
  width: 100%;
  overflow: scroll;
}
.mobile-menu__list {
  width: 100%;
  text-align: center;
  list-style: none;
  padding-top: 120px;
}
.mobile-menu__item {
  margin-bottom: 35px;
  font-size: 15px;
  letter-spacing: 1px;
  font-weight: 500;
}
.mobile-menu a {
  color: rgb(39, 39, 39);
}
.mobile-menu__btn {
  padding-bottom: 30px;
}
.mobile-menu__btn ul li a {
  display: block;
  max-width: 300px;
  margin: 0 auto 20px;
  text-align: center;
  font-size: 15px;
  letter-spacing: 1px;
  font-weight: 600;
  padding: 20px 0;
  background-color: #ff8c42;
  color: #fff;
  border-radius: 9999px;
  box-shadow: 4px 6px 0 #414349;
  border: 2px solid #414349;
  position: relative;
}
.mobile-menu__btn ul li a::before {
  content: "";
  width: 50px;
  height: 50px;
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 8px;
  margin: auto;
}
.mobile-menu__btn ul li a::after {
  content: "";
  width: 25px;
  height: 25px;
  background: url(../images/common/material-cta.svg) no-repeat center/contain;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 20px;
  margin: auto;
}
.mobile-menu__btn ul li a span {
  display: inline-block;
  padding-left: 20px;
}
.mobile-menu__btn ul li:nth-child(2) a {
  background-color: #2bc240;
}
.mobile-menu__btn ul li:nth-child(2) a::after {
  background: url(../images/common/line.svg) no-repeat center/contain;
}
@media (min-width: 600px) {
  .mobile-menu__list {
    padding-top: 150px;
  }
  .mobile-menu__item {
    margin-bottom: 45px;
    font-size: 18px;
  }
  .mobile-menu__btn {
    padding-bottom: 50px;
  }
  .mobile-menu__btn ul li a {
    max-width: 400px;
    margin: 0 auto 30px;
    font-size: 20px;
    padding: 25px 0;
    box-shadow: 6px 8px 0 #414349;
  }
  .mobile-menu__btn ul li a::before {
    width: 60px;
    height: 60px;
    left: 12px;
  }
  .mobile-menu__btn ul li a::after {
    width: 35px;
    height: 35px;
    left: 24px;
  }
  .mobile-menu__btn ul li a span {
    padding-left: 30px;
  }
}

.mobile-container {
  position: fixed;
  top: 5px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 9999;
  overflow: hidden;
  height: 64px;
  width: calc(100vw - 10px);
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 3px 3px 10px rgba(51, 51, 51, 0.5019607843);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.mobile-container .mobile-button {
  position: fixed;
  top: 13px;
  right: 15px;
  z-index: 200;
  display: flex;
  justify-content: right;
  align-items: center;
}
.mobile-container .mobile-menu__btn {
  background-color: unset;
  border: none;
  outline: none !important;
  cursor: pointer;
  display: block;
  background-color: #40b6fa;
  width: 50px;
  height: 50px;
  border-radius: 5px;
  padding: 0 12px;
}
.mobile-container .mobile-menu__btn.inview > span {
  background-color: #fff;
}
.mobile-container .mobile-menu__btn > span {
  background-color: #fff;
  width: 25px;
  height: 2px;
  display: block;
  margin-bottom: 5px;
  transition: transform 0.7s;
  opacity: 1;
}
.mobile-container .mobile-menu__btn > span:last-child {
  margin-bottom: 0;
}
.mobile-container .mobile-contact-btn {
  padding: 0 10px;
}
.mobile-container .mobile-contact-btn a {
  display: block;
  background-color: #ff8c42;
  width: 50px;
  height: 50px;
  border-radius: 5px;
  padding: 5px 5px 25px;
  position: relative;
}
.mobile-container .mobile-contact-btn a::before {
  content: "資料請求";
  font-size: 9px;
  font-weight: 600;
  color: #fff;
  position: absolute;
  bottom: 4px;
  left: 0;
  text-align: center;
  width: 100%;
}
.mobile-container .mobile-contact-btn a img {
  -o-object-fit: contain;
     object-fit: contain;
}

.menu-open.mobile-menu {
  z-index: 9000;
  transition: all 0.5s;
  transform: none;
  opacity: 1;
}
.menu-open.mobile-menu nav li {
  opacity: 1;
  transition: 0.1s;
}
.menu-open.mobile-menu nav li:nth-child(1) {
  transition-delay: 0.03s;
}
.menu-open.mobile-menu nav li:nth-child(2) {
  transition-delay: 0.06s;
}
.menu-open.mobile-menu nav li:nth-child(3) {
  transition-delay: 0.09s;
}
.menu-open.mobile-menu nav li:nth-child(4) {
  transition-delay: 0.12s;
}
.menu-open.mobile-menu nav li:nth-child(5) {
  transition-delay: 0.15s;
}
.menu-open.mobile-menu nav li:nth-child(6) {
  transition-delay: 0.18s;
}
.menu-open.mobile-menu nav li:nth-child(7) {
  transition-delay: 0.21s;
}
.menu-open.mobile-menu nav li:nth-child(8) {
  transition-delay: 0.24s;
}
.menu-open.mobile-menu nav li:nth-child(9) {
  transition-delay: 0.27s;
}
.menu-open.mobile-menu nav li:nth-child(10) {
  transition-delay: 0.3s;
}
.menu-open .mobile-menu__btn > span {
  background-color: #fff !important;
}
.menu-open .mobile-menu__btn > span:nth-child(1) {
  transition-delay: 70ms;
  transform: translateY(7px) 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(-7px) rotate(-135deg);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ac-title.is-active {
  transition: all 3s;
}
.ac-title.is-active span::after {
  transform: rotate(-180deg);
  transition: all 0.2s;
}

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

.ac-content.is-open {
  height: auto;
  overflow: visible;
  opacity: 1;
  display: block;
  transition: all 0.3s;
}

/* ---------------------------------- **
		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: rgb(243, 166, 1);
  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(52, 126, 175);
  border: 1px solid rgb(52, 126, 175);
  cursor: pointer;
}

/* --↑必須なのはここまで↑-- */
/* --modalWindow タイトル部分-- */
.layer_borad_title {
  padding: 30px 0 10px 0;
  line-height: 2;
  font-weight: bold;
  color: rgb(52, 126, 175);
  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;
  }
}
/* ---------------------------------- **
		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: rgb(243, 166, 1);
  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(52, 126, 175);
  border: 1px solid rgb(52, 126, 175);
  cursor: pointer;
}

/* --↑必須なのはここまで↑-- */
/* --modalWindow タイトル部分-- */
.layer_borad_title {
  padding: 30px 0 10px 0;
  line-height: 2;
  font-weight: bold;
  color: rgb(52, 126, 175);
  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;
  }
}/*# sourceMappingURL=style.css.map */