@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, .c-news-sl__contents, .category-list__list .cat-item a, .c-menu .breadcrumb {
  font-size: 13px;
  letter-spacing: 2px;
  line-height: 2;
}
@media screen and (min-width: 600px) {
  .c-txt-sm, .c-contact-text, .c-news-sl__contents, .category-list__list .cat-item a, .c-menu .breadcrumb {
    font-size: 14px;
  }
}
@media screen and (min-width: 960px) {
  .c-txt-sm, .c-contact-text, .c-news-sl__contents, .category-list__list .cat-item a, .c-menu .breadcrumb {
    font-size: 14px;
  }
}
@media screen and (min-width: 1200px) {
  .c-txt-sm, .c-contact-text, .c-news-sl__contents, .category-list__list .cat-item a, .c-menu .breadcrumb {
    font-size: 17px;
  }
}

.c-txt-xs {
  font-size: 10px;
  letter-spacing: 2px;
  line-height: 2;
  color: #a59561;
}
@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, .category-list, .c-recflow__list, .c-feature #service-infiniteslide, .c-service__list__item .program, .c-service__list__item .fullness, .c-service__list__item .Expla, .c-service__list__item .Title, .c-message__wrap, .p-footer__address, .p-footer__nav, .p-footer__sns, .p-news__list, .p-service__desc, .p-about__desc, .p-about__img ul, .section-title, .p-title, .c-menu__list {
  margin-bottom: 40px;
}
@media screen and (min-width: 600px) {
  .mb-sm, .c-contact .contact-form .submit-btn, .c-contact .contact-form .privacy, .c-contact-text, .category-list, .c-recflow__list, .c-feature #service-infiniteslide, .c-service__list__item .program, .c-service__list__item .fullness, .c-service__list__item .Expla, .c-service__list__item .Title, .c-message__wrap, .p-footer__address, .p-footer__nav, .p-footer__sns, .p-news__list, .p-service__desc, .p-about__desc, .p-about__img ul, .section-title, .p-title, .c-menu__list {
    margin-bottom: 45px;
  }
}
@media screen and (min-width: 960px) {
  .mb-sm, .c-contact .contact-form .submit-btn, .c-contact .contact-form .privacy, .c-contact-text, .category-list, .c-recflow__list, .c-feature #service-infiniteslide, .c-service__list__item .program, .c-service__list__item .fullness, .c-service__list__item .Expla, .c-service__list__item .Title, .c-message__wrap, .p-footer__address, .p-footer__nav, .p-footer__sns, .p-news__list, .p-service__desc, .p-about__desc, .p-about__img ul, .section-title, .p-title, .c-menu__list {
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 1200px) {
  .mb-sm, .c-contact .contact-form .submit-btn, .c-contact .contact-form .privacy, .c-contact-text, .category-list, .c-recflow__list, .c-feature #service-infiniteslide, .c-service__list__item .program, .c-service__list__item .fullness, .c-service__list__item .Expla, .c-service__list__item .Title, .c-message__wrap, .p-footer__address, .p-footer__nav, .p-footer__sns, .p-news__list, .p-service__desc, .p-about__desc, .p-about__img ul, .section-title, .p-title, .c-menu__list {
    margin-bottom: 60px;
  }
}

.mb-md, .c-news-sl #ez-toc-container, .c-merit, .c-plan__list, .c-plan, .c-recflow {
  margin-bottom: 50px;
}
@media screen and (min-width: 600px) {
  .mb-md, .c-news-sl #ez-toc-container, .c-merit, .c-plan__list, .c-plan, .c-recflow {
    margin-bottom: 70px;
  }
}
@media screen and (min-width: 960px) {
  .mb-md, .c-news-sl #ez-toc-container, .c-merit, .c-plan__list, .c-plan, .c-recflow {
    margin-bottom: 100px;
  }
}

.mb-lr, .c-recruit, .faq-contents, .c-feature, .c-service__list__item, .c-topdesc, .c-about, .c-policy, .c-message, .p-news, .p-movie, .p-service, .p-about, .top-view {
  margin-bottom: 100px;
}
@media screen and (min-width: 600px) {
  .mb-lr, .c-recruit, .faq-contents, .c-feature, .c-service__list__item, .c-topdesc, .c-about, .c-policy, .c-message, .p-news, .p-movie, .p-service, .p-about, .top-view {
    margin-bottom: 120px;
  }
}
@media screen and (min-width: 960px) {
  .mb-lr, .c-recruit, .faq-contents, .c-feature, .c-service__list__item, .c-topdesc, .c-about, .c-policy, .c-message, .p-news, .p-movie, .p-service, .p-about, .top-view {
    margin-bottom: 150px;
  }
}
@media screen and (min-width: 1200px) {
  .mb-lr, .c-recruit, .faq-contents, .c-feature, .c-service__list__item, .c-topdesc, .c-about, .c-policy, .c-message, .p-news, .p-movie, .p-service, .p-about, .top-view {
    margin-bottom: 180px;
  }
}

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

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

.swiper-slide {
  overflow: hidden;
}

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

@keyframes zoom {
  from {
    transform: scale(1.1);
  }
  to {
    transform: scale(1);
  }
}
/******************************************************************

Stylesheet: ベーススタイル

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

body {
  color: rgb(26, 26, 26);
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Noto Sans JP", Meiryo, sans-serif;
  letter-spacing: 1px;
}

body.hidden {
  overflow: hidden;
}

.superwrapper {
  overflow: hidden;
}

.c-topview {
  position: relative;
}
.c-topview__img {
  position: relative;
  height: 40vh;
}
.c-topview__img::before {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  background-color: rgb(35, 35, 35);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 30;
  opacity: 0.4;
}
.c-topview .c-title {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0 5vw;
  z-index: 100;
  color: #fff;
}
.c-topview .c-title .en {
  font-size: 3rem;
  letter-spacing: 4px;
  font-weight: 500;
  display: block;
  margin-bottom: 10px;
}
.c-topview .c-title .ja {
  font-size: 14px;
  letter-spacing: 2px;
  font-weight: 500;
  writing-mode: vertical-rl;
}
@media (max-width: 599px) {
  .c-topview .view-pc {
    display: none;
  }
}
@media (min-width: 600px) {
  .c-topview .view-sp {
    display: none;
  }
  .c-topview__img {
    position: relative;
    height: 50vh;
  }
  .c-topview .c-title {
    padding: 0 3vw;
  }
}
@media (min-width: 960px) {
  .c-topview {
    margin-left: 20vw;
    margin-bottom: 120px;
  }
  .c-topview__img {
    height: 80vh;
  }
  .c-topview .c-title {
    padding: 0 5vw;
  }
  .c-topview .c-title .en {
    font-size: 4.4rem;
    letter-spacing: 6px;
  }
  .c-topview .c-title .ja {
    font-size: 16px;
    letter-spacing: 2px;
  }
}
@media (min-width: 1200px) {
  .c-topview {
    margin-bottom: 140px;
  }
  .c-topview__img {
    height: 90vh;
  }
  .c-topview .c-title {
    bottom: 5vh;
    padding: 0 10vw;
  }
  .c-topview .c-title .en {
    font-size: 4.8rem;
    letter-spacing: 6px;
  }
}

.c-menu {
  background-color: rgb(26, 26, 26);
  color: #fff;
  padding: 40px 0;
  margin-bottom: 80px;
}
.c-menu__list__item {
  margin-bottom: 10px;
}
.c-menu__list__item a {
  color: #fff;
}
.c-menu__index {
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 1.5px;
  margin-bottom: 0;
}
.c-menu .breadcrumb {
  margin-bottom: 0;
  display: flex;
}
.c-menu .breadcrumb li {
  color: rgb(165, 165, 165);
  padding-right: 10px;
}
.c-menu .breadcrumb li a {
  color: #3ab5ff;
  border-bottom: 1px solid #3ab5ff;
}
.c-menu .breadcrumb li.bc-sep {
  display: inline-block;
  width: 40px;
  position: relative;
}
.c-menu .breadcrumb li.bc-sep::before {
  content: "";
  width: 30px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.c-menu .Wrap {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
}
@media (min-width: 600px) {
  .c-menu {
    padding: 50px 0;
    margin-bottom: 100px;
  }
}
@media (min-width: 960px) {
  .c-menu {
    position: fixed;
    z-index: 3000;
    top: 0;
    left: 0;
    width: 20vw;
    padding: 150px 0 50px;
    transition: all 0.3s ease-in-out;
  }
  .c-menu .Wrap {
    display: block;
    margin-bottom: 50px;
  }
  .c-menu__index {
    font-size: 1.7rem;
    margin-bottom: 15px;
  }
  .c-menu__list {
    margin-bottom: 0;
  }
  .c-menu .c-container {
    padding: 0 20px;
    display: flex;
    flex-direction: column-reverse;
  }
  .c-menu .breadcrumb {
    font-size: 10px;
  }
  .c-menu .breadcrumb li {
    padding-right: 5px;
  }
  .c-menu .breadcrumb li.bc-sep {
    width: 15px;
  }
  .c-menu .breadcrumb li.bc-sep::before {
    width: 10px;
  }
  .c-menu.hide {
    padding: 50px 0;
  }
}
@media (min-width: 1200px) {
  .c-menu {
    padding: 170px 0 50px;
  }
  .c-menu .c-container {
    padding: 0 30px;
  }
  .c-menu .breadcrumb {
    font-size: 12px;
  }
}

.p-title {
  display: inline-block;
  padding: 20px 30px 0 0;
  position: relative;
}
.p-title .en {
  position: relative;
  font-size: 2.8rem;
  font-weight: 500;
}
.p-title .ja {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  text-align: right;
  font-size: 12px;
  color: #586166;
  padding: 0 15px 5px 0;
  font-weight: 400;
}
.p-title .ja::before {
  content: "";
  width: 12px;
  height: 12px;
  border-bottom: 1px solid #3ab5ff;
  border-right: 1px solid #3ab5ff;
  position: absolute;
  bottom: 0;
  right: 0;
}
@media (min-width: 600px) {
  .p-title {
    padding: 0;
    display: flex;
    align-items: flex-start;
  }
  .p-title .en {
    font-size: 3.4rem;
    letter-spacing: 2px;
  }
  .p-title .ja {
    position: relative;
    width: auto;
    padding: 0 15px 5px 15px;
  }
}
@media (min-width: 960px) {
  .p-title .en {
    font-size: 4rem;
  }
  .p-title .ja {
    font-size: 14px;
    font-weight: 500;
    padding: 0 20px 10px 30px;
  }
  .p-title .ja::before {
    width: 15px;
    height: 20px;
    border-bottom: 2px solid #3ab5ff;
    border-right: 2px solid #3ab5ff;
  }
}
@media (min-width: 1200px) {
  .p-title .en {
    font-size: 5.5rem;
  }
  .p-title .ja {
    font-size: 16px;
  }
}

.section-title {
  scroll-margin: 70px;
  font-size: 1.2rem;
  font-weight: 600;
  padding-left: 30px;
  position: relative;
}
.section-title::before {
  content: "";
  width: 20px;
  height: 20px;
  background-color: #3ab5ff;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
@media (min-width: 600px) {
  .section-title {
    scroll-margin: 100px;
  }
}
@media (min-width: 960px) {
  .section-title {
    scroll-margin: 120px;
    font-size: 1.5rem;
  }
}
@media (min-width: 1200px) {
  .section-title {
    scroll-margin: 140px;
  }
}

.more-btn {
  position: relative;
  display: block;
  text-align: center;
}
.more-btn__link {
  background-color: #fff;
  display: inline-block;
  padding: 15px;
  width: 250px;
  border: 1px solid rgb(26, 26, 26);
  text-align: center;
}
.more-btn__link:hover span:first-child::before {
  background-color: #fff;
  right: -10px;
}
.more-btn__link:hover span:first-child::after {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  right: -9px;
}
.more-btn__link span {
  position: relative;
  color: rgb(26, 26, 26);
  padding-right: 45px;
  font-weight: bold;
  transition: all 0.3s;
}
.more-btn__link span:first-child::before {
  content: "";
  width: 20px;
  height: 1px;
  background-color: rgb(26, 26, 26);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  transition: all 0.3s;
}
.more-btn__link span:first-child::after {
  content: "";
  width: 12px;
  height: 12px;
  border-top: 1px solid rgb(26, 26, 26);
  border-right: 1px solid rgb(26, 26, 26);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 1px;
  margin: auto;
  transform: rotate(45deg);
  transition: all 0.3s;
}
.more-btn__link span.c-txt-sm, .more-btn__link span.c-contact-text, .more-btn__link span.c-news-sl__contents, .more-btn__link .c-menu span.breadcrumb, .c-menu .more-btn__link span.breadcrumb {
  font-weight: 300;
}
.more-btn__link.slide-bg {
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.more-btn__link.slide-bg .bg {
  display: inline-block;
  width: 100%;
  height: 100%;
  background-color: #3ab5ff;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateX(-101%);
  transition: transform 0.3s;
  z-index: -1;
}
.more-btn__link.slide-bg:hover span {
  color: #fff;
  transform: none;
}
@media (min-width: 960px) {
  .more-btn__link {
    width: 300px;
    padding: 20px;
    border: 2px solid rgb(26, 26, 26);
  }
  .more-btn__link:hover span:first-child::before {
    right: -20px;
  }
  .more-btn__link:hover span:first-child::after {
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    right: -18px;
  }
  .more-btn__link span {
    padding-right: 55px;
  }
  .more-btn__link span:first-child::before {
    width: 30px;
    height: 2px;
  }
  .more-btn__link span:first-child::after {
    content: "";
    width: 17px;
    height: 17px;
    border-top: 2px solid rgb(26, 26, 26);
    border-right: 2px solid rgb(26, 26, 26);
    right: 2px;
  }
  .more-btn__link span.c-txt-sm, .more-btn__link span.c-contact-text, .more-btn__link span.c-news-sl__contents, .more-btn__link .c-menu span.breadcrumb, .c-menu .more-btn__link span.breadcrumb {
    font-size: 18px;
    font-weight: 500;
  }
}

.top-view {
  position: relative;
}
.top-view .hero {
  position: relative;
  height: 65vh;
  overflow: hidden;
}
.top-view .hero #top-infiniteslide {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.top-view .hero #top-infiniteslide .slide-item {
  flex: none;
  display: block;
  width: 100%;
  margin-bottom: 10px;
}
.top-view .hero #top-infiniteslide img {
  display: block;
  width: 100%;
  height: 300px !important;
  -o-object-fit: cover;
     object-fit: cover;
}
.top-view .hero .infiniteslide_wrap {
  overflow: hidden;
  height: inherit;
}
.top-view__text {
  margin: 30px 5vw;
}
.top-view__text h2 {
  text-align: right;
  font-size: 1.3rem;
  line-height: 1.6;
  letter-spacing: 1.5px;
  font-weight: 600;
}
@media (min-width: 600px) {
  .top-view::before {
    content: "";
    width: calc(100vw - 250px);
    height: 20vh;
    background-color: #3ab5ff;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
  }
  .top-view .hero {
    width: 250px;
    height: 100vh;
  }
  .top-view__text {
    position: absolute;
    top: 45%;
    right: 0;
    width: 100%;
    transform: translateY(-50%);
    margin: 0 5vw;
  }
  .top-view__text h2 {
    font-size: 2rem;
    line-height: 2;
  }
}
@media (min-width: 960px) {
  .top-view::before {
    width: calc(100vw - 350px);
  }
  .top-view .hero {
    width: 350px;
  }
  .top-view__text {
    top: 50%;
  }
  .top-view__text h2 {
    font-size: 2.2rem;
  }
  .top-view__text h2 .onlySP {
    display: none;
  }
}
@media (min-width: 1200px) {
  .top-view__text h2 {
    font-size: 2.8rem;
    line-height: 1.6;
  }
}
@media (min-width: 1400px) {
  .top-view::before {
    width: calc(100vw - 450px);
  }
  .top-view .hero {
    width: 450px;
  }
}

.p-about {
  position: relative;
}
.p-about__img ul {
  display: flex;
  justify-content: space-between;
}
.p-about__img ul li {
  width: 48%;
  height: 240px;
}
.p-about__img ul li .simpleParallax {
  height: 100%;
}
.p-about__img ul li:last-of-type {
  margin-top: 60px;
}
.p-about__desc .c-txt-sm, .p-about__desc .c-contact-text, .p-about__desc .c-news-sl__contents, .p-about__desc .category-list__list .cat-item a, .category-list__list .cat-item .p-about__desc a, .p-about__desc .c-menu .breadcrumb, .c-menu .p-about__desc .breadcrumb {
  line-height: 2.4;
}
@media (min-width: 600px) {
  .p-about__container {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
  }
  .p-about__img ul {
    margin-bottom: 0;
  }
  .p-about__img ul li:last-of-type {
    margin-top: 120px;
  }
  .p-about__txt {
    width: 45%;
  }
  .p-about__desc .c-txt-sm, .p-about__desc .c-contact-text, .p-about__desc .c-news-sl__contents, .p-about__desc .category-list__list .cat-item a, .category-list__list .cat-item .p-about__desc a, .p-about__desc .c-menu .breadcrumb, .c-menu .p-about__desc .breadcrumb {
    line-height: 2.2;
  }
  .p-about__img {
    width: 50%;
    margin-top: -50px;
  }
  .p-about .more-btn {
    text-align: left;
  }
}
@media (min-width: 960px) {
  .p-about__img ul li {
    height: 320px;
  }
}
@media (min-width: 1200px) {
  .p-about__img {
    margin-top: -80px;
  }
  .p-about__img ul li {
    height: 380px;
  }
}

.p-service {
  position: relative;
}
.p-service__desc h3 {
  font-size: 18px;
  line-height: 1.7;
  letter-spacing: 1.2px;
  font-weight: 600;
  margin-bottom: 15px;
}
.p-service__list {
  border: 1px solid rgb(26, 26, 26);
  border-bottom: none;
  border-right: none;
  margin-left: 5vw;
}
.p-service__list__item {
  padding: 50px 5vw;
  border-bottom: 1px solid rgb(26, 26, 26);
}
.p-service__list__item a {
  display: block;
  color: rgb(26, 26, 26);
}
.p-service__list__item a .Img {
  margin-bottom: 20px;
  overflow: hidden;
  transition: all 0.3s;
}
.p-service__list__item a .Img img {
  transition: all 0.3s;
}
.p-service__list__item a .Desc {
  margin-bottom: 30px;
}
.p-service__list__item a .Desc h4 {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 15px;
}
.p-service__list__item a .arrow {
  height: 30px;
  position: relative;
}
.p-service__list__item a .arrow::before {
  content: "";
  width: 30px;
  height: 1px;
  background-color: rgb(26, 26, 26);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
  transition: all 0.3s;
}
.p-service__list__item a .arrow::after {
  content: "";
  width: 16px;
  height: 16px;
  border-top: 1px solid rgb(26, 26, 26);
  border-right: 1px solid rgb(26, 26, 26);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 23px;
  margin: auto;
  transform: rotate(45deg);
  transition: all 0.3s;
}
.p-service__list__item a:hover .Img {
  filter: brightness(120%);
}
.p-service__list__item a:hover .Img img {
  transform: scale(1.1);
}
.p-service__list__item a:hover .arrow::before {
  right: 0;
}
.p-service__list__item a:hover .arrow::after {
  right: 3px;
}
.p-service__tit {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 30px;
  position: relative;
}
.p-service__tit span {
  display: block;
}
.p-service__tit span.ja {
  padding-left: 45px;
  position: relative;
}
.p-service__tit span.ja::before {
  content: "";
  width: 30px;
  height: 10px;
  border-top: 1px solid #3ab5ff;
  border-bottom: 1px solid #3ab5ff;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.p-service__tit span.ja::after {
  content: "";
  width: 10px;
  height: 30px;
  border-left: 1px solid #3ab5ff;
  border-right: 1px solid #3ab5ff;
  position: absolute;
  left: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.p-service__tit span.en {
  padding-left: 45px;
  font-size: 14px;
  font-weight: 300;
}
.p-service .more-btn {
  margin-top: 50px;
}
@media (min-width: 600px) {
  .p-service__list__item {
    padding: 50px 8vw;
  }
  .p-service__list__item a .Img {
    margin: 0;
  }
  .p-service__list__item a .Desc h4 {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .p-service__wrap {
    display: flex;
    margin-bottom: 30px;
  }
  .p-service__tit {
    font-size: 22px;
    margin: 0 30px 0 0;
    writing-mode: vertical-rl;
  }
  .p-service__tit span.ja {
    padding: 45px 0 0 0;
  }
  .p-service__tit span.ja::before {
    width: 30px;
    height: 10px;
    left: -15px;
    top: 10px;
    bottom: auto;
    margin: 0;
  }
  .p-service__tit span.ja::after {
    width: 10px;
    height: 30px;
    left: -5px;
    top: 0;
    bottom: auto;
    margin: 0;
  }
  .p-service__tit span.en {
    padding: 45px 0 0 0;
  }
}
@media (min-width: 960px) {
  .p-service__desc h3 {
    font-size: 22px;
    margin-bottom: 30px;
  }
  .p-service__list {
    border-right: 1px solid rgb(26, 26, 26);
    margin: 0 5vw;
  }
  .p-service__list__item {
    padding: 70px 5vw;
  }
  .p-service__list__item a {
    display: flex;
    justify-content: space-between;
    position: relative;
  }
  .p-service__list__item a .Desc {
    flex-basis: 48%;
  }
  .p-service__list__item a .arrow {
    position: absolute;
    top: 0;
    right: 0;
  }
  .p-service__list__item a .arrow::before {
    height: 2px;
  }
  .p-service__list__item a .arrow::after {
    border-top: 2px solid rgb(26, 26, 26);
    border-right: 2px solid rgb(26, 26, 26);
  }
  .p-service__wrap {
    flex-basis: 48%;
    margin-bottom: 0;
  }
  .p-service .more-btn {
    margin-top: 80px;
  }
}
@media (min-width: 1200px) {
  .p-service__desc h3 {
    font-size: 28px;
  }
  .p-service__list {
    margin: 0 10vw;
  }
  .p-service__list__item {
    padding: 80px 4vw;
  }
  .p-service__list__item a .Desc h4 {
    font-size: 22px;
    margin-bottom: 30px;
  }
  .p-service__list__item a .arrow {
    top: 15px;
  }
  .p-service__tit {
    font-size: 28px;
    letter-spacing: 3px;
    margin: 0 40px 0 0;
  }
  .p-service__tit span.ja::before {
    left: -10px;
  }
  .p-service__tit span.ja::after {
    left: 0px;
  }
  .p-service__tit span.en {
    font-size: 16px;
    letter-spacing: 1px;
  }
}

.p-movie {
  padding: 70px 0;
  background-color: #f2f2f2;
}
.p-movie-youtube {
  width: 100%;
  aspect-ratio: 16/9;
  margin-bottom: 30px;
}
.p-movie-youtube iframe {
  width: 100%;
  height: 100%;
}
.p-movie__desc h3 {
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 1.5px;
  margin-bottom: 15px;
}
@media (min-width: 600px) {
  .p-movie {
    padding: 80px 0;
  }
  .p-movie-youtube {
    margin-bottom: 50px;
  }
  .p-movie__desc {
    text-align: center;
  }
  .p-movie__desc h3 br {
    display: none;
  }
}
@media (min-width: 960px) {
  .p-movie {
    padding: 90px 0;
  }
  .p-movie-youtube {
    margin: 0 auto 60px;
    width: 90%;
  }
  .p-movie__desc h3 {
    font-size: 24px;
    margin-bottom: 25px;
  }
}
@media (min-width: 1200px) {
  .p-movie {
    padding: 100px 0;
  }
  .p-movie-youtube {
    margin: 0 auto 60px;
    width: 80%;
  }
  .p-movie__desc h3 {
    font-size: 28px;
    margin-bottom: 30px;
  }
}

.p-news__item {
  margin-bottom: 30px;
  box-shadow: 5px 5px 10px rgba(136, 136, 136, 0.3764705882);
  position: relative;
}
.p-news__item::before {
  content: "";
  width: 0;
  height: 0;
  border-left: 10px solid #3ab5ff;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  position: absolute;
  bottom: 0;
  right: 5px;
  transform: rotate(45deg);
}
.p-news__item.has-thumbnail .thumbnail-img {
  position: relative;
  height: 240px;
}
.p-news__item.has-thumbnail .thumbnail-img .cate-item {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #3ab5ff;
  z-index: 10;
  padding: 8px 15px;
  font-size: 12px;
}
.p-news__item.has-thumbnail .thumbnail-img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-news__item.no-thumbnail .no-thumbnail-placeholder {
  position: relative;
  height: 240px;
  background-color: #f5f5f5;
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-news__item.no-thumbnail .no-thumbnail-placeholder .cate-item {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #3ab5ff;
  z-index: 10;
  padding: 8px 15px;
  font-size: 12px;
}
.p-news__item.no-thumbnail .no-thumbnail-placeholder::before {
  content: "No Image";
  color: #999;
  font-size: 14px;
}
.p-news__item a {
  color: rgb(26, 26, 26);
}
.p-news__date {
  color: #3ab5ff;
  display: inline-block;
  font-size: 14px;
  margin-bottom: 8px;
}
.p-news__wrap {
  padding: 15px 15px 30px;
}
@media (min-width: 600px) {
  .p-news__list {
    display: flex;
    flex-wrap: wrap;
  }
  .p-news__item {
    flex-basis: 48%;
    margin: 0 4% 30px 0;
  }
  .p-news__item:nth-child(2n) {
    margin: 0 0 30px 0;
  }
}
@media (min-width: 960px) {
  .p-news__item {
    flex-basis: 32%;
    margin: 0 2% 40px 0;
  }
  .p-news__item:nth-child(2n) {
    margin: 0 2% 40px 0;
  }
  .p-news__item:nth-child(3n) {
    margin: 0 0 40px 0;
  }
  .p-news__item.has-thumbnail .thumbnail-img .cate-item {
    font-size: 14px;
  }
  .p-news__item.no-thumbnail .no-thumbnail-placeholder .cate-item {
    font-size: 14px;
  }
  .p-news__item.no-thumbnail .no-thumbnail-placeholder::before {
    font-size: 18px;
  }
  .p-news__date {
    font-size: 15px;
  }
  .p-news.c-news {
    margin-left: 20vw;
  }
  .p-news.c-news .p-news__item {
    flex-basis: 48%;
    margin: 0 4% 30px 0;
  }
  .p-news.c-news .p-news__item:nth-child(2n) {
    margin: 0 0 30px 0;
  }
}
@media (min-width: 1200px) {
  .p-news__wrap {
    padding: 20px 20px 30px;
  }
}

.p-recruit {
  position: relative;
}
.p-recruit__img {
  position: relative;
  height: 65vh;
  overflow: hidden;
  display: flex;
  justify-content: center;
}
.p-recruit__img #rec-infiniteslide1,
.p-recruit__img #rec-infiniteslide2 {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p-recruit__img #rec-infiniteslide1 .slide-item,
.p-recruit__img #rec-infiniteslide2 .slide-item {
  flex: none;
  display: block;
  width: 100%;
}
.p-recruit__img #rec-infiniteslide1 img,
.p-recruit__img #rec-infiniteslide2 img {
  display: block;
  width: 100%;
  height: 200px !important;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-recruit__img .infiniteslide_wrap {
  overflow: hidden;
  height: inherit;
  flex-basis: 50%;
}
.p-recruit__btn {
  background-color: #f2f2f2;
  margin-top: -25px;
  padding-bottom: 80px;
}
.p-recruit__btn .more-btn:nth-child(1) {
  text-align: right;
  margin-bottom: 25px;
}
.p-recruit__btn .more-btn:nth-child(2) {
  text-align: left;
}
@media (min-width: 600px) {
  .p-recruit__img {
    height: 70vh;
  }
  .p-recruit__img #rec-infiniteslide1 img,
  .p-recruit__img #rec-infiniteslide2 img {
    height: 300px !important;
  }
  .p-recruit__btn {
    margin-top: -25px;
    padding: 0 15vw 80px;
  }
  .p-recruit__btn .more-btn:nth-child(1) {
    text-align: right;
    margin-bottom: 25px;
  }
  .p-recruit__btn .more-btn:nth-child(2) {
    text-align: left;
  }
}
@media (min-width: 960px) {
  .p-recruit__img {
    height: 75vh;
    width: 60%;
  }
  .p-recruit__btn {
    position: absolute;
    top: 50%;
    right: 0;
    background-color: transparent;
  }
  .p-recruit__btn .more-btn:nth-child(1) {
    text-align: right;
    margin-bottom: 25px;
  }
  .p-recruit__btn .more-btn:nth-child(2) {
    text-align: left;
  }
}
@media (min-width: 1200px) {
  .p-recruit__img #rec-infiniteslide1 img,
  .p-recruit__img #rec-infiniteslide2 img {
    height: 400px !important;
  }
  .p-recruit__btn {
    padding: 0 25vw 80px 0;
  }
}

.p-contact .p-title {
  color: #fff;
  margin-bottom: 30px;
}
.p-contact .p-title .ja {
  color: #fff;
}
.p-contact .p-title .ja::before {
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
}
.p-contact__desc {
  color: #fff;
  margin-bottom: 30px;
}
.p-contact__wrap {
  position: relative;
  padding: 40px 5vw 50px;
  background-image: url(../images/home/img31.webp);
  background-size: cover;
  text-align: center;
}
.p-contact__wrap::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  background-color: #2c8ac2;
  opacity: 0.7;
  z-index: 100;
}
.p-contact-block {
  position: relative;
  z-index: 200;
}
.p-contact .link-btn {
  position: relative;
  color: rgb(26, 26, 26);
  display: inline-block;
  padding: 20px 40px;
  background-color: #fff;
  z-index: 10;
}
.p-contact .link-btn::before {
  content: "";
  position: absolute;
  top: -2px;
  right: -8px;
  width: 48px;
  height: 1px;
  background-color: #fff;
  transition: all 0.2s ease-out;
}
.p-contact .link-btn::after {
  content: "";
  position: absolute;
  top: -8px;
  right: -2px;
  width: 1px;
  height: 48px;
  background-color: #fff;
  transition: all 0.2s ease-out;
}
.p-contact .link-btn span {
  font-size: 17px;
  font-weight: 400;
  letter-spacing: 2px;
}
.p-contact .link-btn span::before {
  content: "";
  position: absolute;
  bottom: -2px;
  left: -8px;
  width: 48px;
  height: 1px;
  background-color: #fff;
  transition: all 0.2s ease-out;
}
.p-contact .link-btn span::after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: -2px;
  width: 1px;
  height: 48px;
  background-color: #fff;
  transition: all 0.2s ease-out;
}
.p-contact .link-btn:active::before, .p-contact .link-btn:hover::before {
  width: 88px;
  transition: all 0.2s ease-out;
}
.p-contact .link-btn:active::after, .p-contact .link-btn:hover::after {
  height: 88px;
  transition: all 0.2s ease-out;
}
.p-contact .link-btn:active span::before, .p-contact .link-btn:hover span::before {
  width: 88px;
  transition: all 0.2s ease-out;
}
.p-contact .link-btn:active span::after, .p-contact .link-btn:hover span::after {
  height: 88px;
  transition: all 0.2s ease-out;
}
.p-contact.recruit-btn .p-contact__wrap {
  background: rgb(26, 26, 26);
}
.p-contact.recruit-btn .p-contact__wrap::before {
  display: none;
}
@media (min-width: 600px) {
  .p-contact .p-title {
    justify-content: center;
  }
  .p-contact__desc {
    font-size: 17px;
  }
  .p-contact__desc br {
    display: none;
  }
  .p-contact__wrap {
    padding: 60px 5vw 70px;
  }
}
@media (min-width: 960px) {
  .p-contact__desc {
    font-size: 20px;
  }
  .p-contact .link-btn {
    padding: 25px 60px;
  }
  .p-contact .link-btn span {
    font-size: 22px;
  }
}
@media (min-width: 1200px) {
  .p-contact__wrap {
    padding: 80px 5vw 90px;
  }
  .p-contact__desc {
    font-size: 24px;
    margin-bottom: 40px;
  }
  .p-contact .link-btn {
    padding: 30px 70px;
  }
  .p-contact .link-btn span {
    font-size: 28px;
  }
}

.p-footer {
  padding: 40px 0 20px;
}
.p-footer__sns ul {
  display: flex;
  justify-content: center;
}
.p-footer__sns ul li {
  width: 40px;
  height: 40px;
  margin: 0 8px;
}
.p-footer__sns ul li img {
  -o-object-fit: contain;
     object-fit: contain;
}
.p-footer__logo {
  text-align: center;
  margin-bottom: 30px;
}
.p-footer__logo img {
  width: 150px;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-footer__nav li {
  border-bottom: 1px solid #dedede;
  padding: 12px 40px 12px 0;
  position: relative;
}
.p-footer__nav li::before {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 2px solid #3ab5ff;
  border-right: 2px solid #3ab5ff;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
  transform: rotate(45deg);
}
.p-footer__nav li:first-child {
  border-top: 1px solid #dedede;
}
.p-footer__nav li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.p-footer__nav li .c-txt-sm, .p-footer__nav li .c-contact-text, .p-footer__nav li .c-news-sl__contents, .p-footer__nav li .category-list__list .cat-item a, .category-list__list .cat-item .p-footer__nav li a, .p-footer__nav li .c-menu .breadcrumb, .c-menu .p-footer__nav li .breadcrumb {
  position: relative;
  font-size: 15px;
  color: rgb(26, 26, 26);
}
.p-footer__nav li .c-txt-xs {
  color: rgb(26, 26, 26);
}
.p-footer__address {
  padding-left: 20px;
}
.p-footer__address .address {
  margin-bottom: 10px;
}
.p-footer__address a span {
  color: rgb(26, 26, 26);
}
.p-footer .copyright {
  font-size: 12px;
  text-align: center;
}
@media (min-width: 600px) {
  .p-footer .c-container {
    padding: 0 10vw;
  }
}
@media (min-width: 960px) {
  .p-footer {
    padding: 70px 0 30px;
  }
  .p-footer .c-container {
    display: flex;
    justify-content: space-between;
  }
  .p-footer__logo {
    text-align: left;
    margin-right: 5vw;
  }
  .p-footer__logo img {
    width: 180px;
  }
  .p-footer__sns ul {
    justify-content: left;
  }
  .p-footer__nav {
    flex: 1;
  }
  .p-footer__nav ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .p-footer__nav ul li {
    flex-basis: 48%;
  }
  .p-footer__nav ul li::before {
    width: 12px;
    height: 12px;
    right: 15px;
  }
  .p-footer__nav ul li:first-child {
    border-top: none;
  }
  .p-footer__nav ul li a {
    display: block;
  }
  .p-footer__nav ul li a span {
    display: block;
  }
  .p-footer__nav ul li a span.c-txt-xs {
    font-size: 12px;
  }
  .p-footer__nav ul li a span.c-txt-sm, .p-footer__nav ul li a span.c-contact-text, .p-footer__nav ul li a span.c-news-sl__contents, .p-footer__nav ul li a .c-menu span.breadcrumb, .c-menu .p-footer__nav ul li a span.breadcrumb {
    font-size: 18px;
  }
  .p-footer .copyright {
    font-size: 14px;
  }
}
@media (min-width: 1200px) {
  .p-footer {
    padding: 80px 0 40px;
  }
  .p-footer .c-container {
    justify-content: center;
  }
  .p-footer__nav {
    flex: none;
    flex-basis: 60%;
  }
}

.c-message__wrap .Img {
  max-width: 200px;
  margin: 0 auto 20px;
}
.c-message__wrap .Img img {
  border-radius: 50%;
}
.c-message__wrap .Name {
  text-align: center;
}
.c-message__wrap .Name h3 {
  line-height: 1.8;
  font-size: 17px;
  font-weight: 500;
}
@media (min-width: 600px) {
  .c-message .c-container {
    padding: 0 8vw;
  }
  .c-message__wrap {
    display: flex;
    align-items: flex-end;
    justify-content: center;
  }
  .c-message__wrap .Img {
    margin: 0 50px 0 0;
    max-width: 220px;
  }
  .c-message__wrap .Name {
    text-align: left;
  }
  .c-message__wrap .Name h3 {
    font-size: 20px;
  }
}
@media (min-width: 960px) {
  .c-message {
    margin-left: 20vw;
  }
  .c-message .c-container {
    padding: 0 5vw;
  }
  .c-message__wrap .Img {
    max-width: 240px;
  }
  .c-message__wrap .Name h3 {
    font-size: 22px;
  }
}
@media (min-width: 1200px) {
  .c-message .c-container {
    padding: 0 10vw;
  }
}

.c-policy {
  padding: 70px 0 40px;
  background: rgb(247, 247, 247);
}
.c-policy__list__item {
  border: 1px solid #888;
  background-color: #fff;
  margin-bottom: 30px;
  padding: 30px 5vw;
}
.c-policy__list__item .Title {
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 2px;
  padding-left: 20px;
  margin-bottom: 25px;
  position: relative;
}
.c-policy__list__item .Title::before {
  content: "";
  width: 12px;
  height: 1px;
  background-color: #3ab5ff;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.c-policy__list__item:nth-child(1) p:nth-child(1) {
  margin-bottom: 20px;
}
@media (min-width: 600px) {
  .c-policy {
    padding: 100px 0 60px;
  }
  .c-policy .c-container {
    padding: 0 8vw;
  }
}
@media (min-width: 960px) {
  .c-policy {
    padding: 120px 0 80px;
  }
  .c-policy .c-container {
    padding: 0 5vw 0 25vw;
  }
  .c-policy__list__item {
    display: flex;
    align-items: flex-start;
    padding: 50px 30px;
  }
  .c-policy__list__item .Title {
    font-size: 17px;
    margin-right: 30px;
  }
}
@media (min-width: 1200px) {
  .c-policy {
    padding: 140px 0 100px;
  }
  .c-policy .c-container {
    padding: 0 10vw 0 30vw;
  }
  .c-policy__list__item {
    padding: 50px;
  }
  .c-policy__list__item .Title {
    font-size: 18px;
    margin-right: 50px;
  }
}

.c-about__desc tr {
  display: block;
  border-bottom: 1px solid #ccc;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.c-about__desc th {
  display: block;
  width: 100%;
  font-weight: 500;
  margin-bottom: 5px;
}
.c-about__desc th span {
  position: relative;
  padding-left: 25px;
}
.c-about__desc th span::before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  width: 15px;
  height: 1px;
  background: #3ab5ff;
}
.c-about__desc td {
  display: block;
  width: 100%;
  padding-left: 25px;
}
.c-about__desc td a {
  color: rgb(26, 26, 26);
}
@media (min-width: 600px) {
  .c-about .c-container {
    padding: 0 8vw;
  }
}
@media (min-width: 960px) {
  .c-about {
    margin-left: 20vw;
  }
  .c-about .c-container {
    padding: 0 5vw;
  }
  .c-about__desc tr {
    display: flex;
    align-items: center;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .c-about__desc th {
    flex-basis: 30%;
    margin-bottom: 0;
  }
  .c-about__desc td {
    flex-basis: 70%;
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  .c-about .c-container {
    padding: 0 10vw;
  }
  .c-about__desc tr {
    padding-bottom: 25px;
    margin-bottom: 25px;
  }
}

.c-topdesc__title {
  font-size: 21px;
  font-weight: 500;
  line-height: 2;
  padding-bottom: 20px;
  margin-bottom: 40px;
  position: relative;
}
.c-topdesc__title::before {
  content: "";
  width: 30px;
  height: 1px;
  background-color: #3ab5ff;
  position: absolute;
  bottom: 0;
  left: 0;
}
.c-topdesc .c-txt-sm.mb, .c-topdesc .mb.c-contact-text, .c-topdesc .mb.c-news-sl__contents, .c-topdesc .category-list__list .cat-item a.mb, .category-list__list .cat-item .c-topdesc a.mb, .c-topdesc .c-menu .mb.breadcrumb, .c-menu .c-topdesc .mb.breadcrumb {
  margin-bottom: 20px;
}
@media (min-width: 600px) {
  .c-topdesc .c-container {
    padding: 0 8vw;
  }
  .c-topdesc__title {
    font-size: 24px;
    line-height: 2;
    padding-bottom: 30px;
    margin-bottom: 50px;
  }
  .c-topdesc__title::before {
    width: 40px;
  }
}
@media (min-width: 960px) {
  .c-topdesc {
    margin-left: 20vw;
  }
  .c-topdesc .c-container {
    padding: 0 5vw;
  }
  .c-topdesc__title {
    font-size: 28px;
    padding-bottom: 40px;
    margin-bottom: 60px;
  }
  .c-topdesc__title::before {
    width: 40px;
  }
}
@media (min-width: 1200px) {
  .c-topdesc .c-container {
    padding: 0 10vw;
  }
}

.c-service__title {
  font-size: 18px;
  padding-bottom: 20px;
  margin-bottom: 30px;
  font-weight: 500;
  letter-spacing: 1.5px;
  line-height: 1.8;
  position: relative;
}
.c-service__title::before {
  content: "";
  width: 30px;
  height: 1px;
  background-color: #3ab5ff;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media (min-width: 600px) {
  .c-service__title {
    font-size: 20px;
  }
}
@media (min-width: 960px) {
  .c-service__title {
    font-size: 22px;
  }
}
@media (min-width: 1200px) {
  .c-service__title {
    font-size: 24px;
  }
}
.c-service__list__item .Title {
  position: relative;
}
.c-service__list__item .Title .Img {
  height: 240px;
  position: relative;
}
.c-service__list__item .Title .Img::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgb(26, 26, 26);
  opacity: 0.5;
}
.c-service__list__item .Title .Desc {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  padding: 0 5vw;
  text-align: right;
  color: #fff;
  z-index: 10;
}
.c-service__list__item .Title .Desc .en {
  writing-mode: vertical-rl;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1.2px;
}
.c-service__list__item .Title .Desc .ja {
  font-size: 2rem;
  display: inline-block;
  margin-right: 10px;
  font-weight: 600;
  letter-spacing: 2px;
}
@media (min-width: 600px) {
  .c-service__list__item .Title .Img {
    height: 300px;
  }
  .c-service__list__item .Title .Desc .en {
    font-size: 14px;
  }
  .c-service__list__item .Title .Desc .ja {
    font-size: 3.5rem;
    margin-right: 20px;
    letter-spacing: 4px;
  }
}
@media (min-width: 960px) {
  .c-service__list__item .Title .Img {
    height: 350px;
  }
  .c-service__list__item .Title .Desc {
    margin-bottom: 3vh;
  }
  .c-service__list__item .Title .Desc .en {
    font-size: 16px;
  }
  .c-service__list__item .Title .Desc .ja {
    font-size: 4.2rem;
    margin-right: 30px;
    letter-spacing: 6px;
  }
}
@media (min-width: 1200px) {
  .c-service__list__item .Title .Img {
    height: 400px;
  }
  .c-service__list__item .Title .Desc {
    padding: 0 8vw;
    margin-bottom: 5vh;
  }
  .c-service__list__item .Title .Desc .ja {
    font-size: 4.6rem;
    margin-right: 30px;
    letter-spacing: 6px;
  }
}
.c-service__list__item .Expla .List {
  border: 1px solid #ccc;
  padding: 20px 15px 15px;
  max-width: 450px;
  margin: 20px auto;
}
.c-service__list__item .Expla .List-item {
  margin-bottom: 5px;
}
.c-service__list__item .Expla .List-item .c-txt-sm, .c-service__list__item .Expla .List-item .c-contact-text, .c-service__list__item .Expla .List-item .c-news-sl__contents, .c-service__list__item .Expla .List-item .category-list__list .cat-item a, .category-list__list .cat-item .c-service__list__item .Expla .List-item a, .c-service__list__item .Expla .List-item .c-menu .breadcrumb, .c-menu .c-service__list__item .Expla .List-item .breadcrumb {
  display: inline-block;
  font-size: 15px;
  padding-left: 24px;
  position: relative;
}
.c-service__list__item .Expla .List-item .c-txt-sm::before, .c-service__list__item .Expla .List-item .c-contact-text::before, .c-service__list__item .Expla .List-item .c-news-sl__contents::before, .c-service__list__item .Expla .List-item .category-list__list .cat-item a::before, .category-list__list .cat-item .c-service__list__item .Expla .List-item a::before, .c-service__list__item .Expla .List-item .c-menu .breadcrumb::before, .c-menu .c-service__list__item .Expla .List-item .breadcrumb::before {
  content: "";
  width: 18px;
  height: 18px;
  background: url(../images/common/check.svg) no-repeat center/contain;
  position: absolute;
  top: 2px;
  bottom: 0;
  left: 0;
  margin: auto;
}
@media (min-width: 960px) {
  .c-service__list__item .Expla {
    margin-left: 20vw;
  }
  .c-service__list__item .Expla .List {
    padding: 30px 30px 20px;
    max-width: 550px;
    margin: 40px auto;
  }
  .c-service__list__item .Expla .List-item {
    margin-bottom: 10px;
  }
  .c-service__list__item .Expla .List-item .c-txt-sm, .c-service__list__item .Expla .List-item .c-contact-text, .c-service__list__item .Expla .List-item .c-news-sl__contents, .c-service__list__item .Expla .List-item .category-list__list .cat-item a, .category-list__list .cat-item .c-service__list__item .Expla .List-item a, .c-service__list__item .Expla .List-item .c-menu .breadcrumb, .c-menu .c-service__list__item .Expla .List-item .breadcrumb {
    font-size: 17px;
    padding-left: 30px;
  }
  .c-service__list__item .Expla .List-item .c-txt-sm::before, .c-service__list__item .Expla .List-item .c-contact-text::before, .c-service__list__item .Expla .List-item .c-news-sl__contents::before, .c-service__list__item .Expla .List-item .category-list__list .cat-item a::before, .category-list__list .cat-item .c-service__list__item .Expla .List-item a::before, .c-service__list__item .Expla .List-item .c-menu .breadcrumb::before, .c-menu .c-service__list__item .Expla .List-item .breadcrumb::before {
    width: 22px;
    height: 22px;
  }
}
.c-service__list__item .fullness {
  background-color: #f4f4f4;
  padding: 50px 0;
}
@media (min-width: 960px) {
  .c-service__list__item .fullness {
    padding: 80px 0;
  }
  .c-service__list__item .fullness .c-container {
    padding: 0 5vw 0 25vw;
  }
}
@media (min-width: 1200px) {
  .c-service__list__item .fullness .c-container {
    padding: 0 10vw 0 30vw;
  }
}
.c-service__list__item .flow__list {
  max-width: 450px;
  margin: 0 auto;
}
.c-service__list__item .flow__list__item {
  margin-bottom: 40px;
}
.c-service__list__item .flow__list__item .Icon {
  background-color: rgb(26, 26, 26);
  width: 150px;
  height: 150px;
  margin: 0 auto 15px;
}
.c-service__list__item .flow__list__item .Icon img {
  -o-object-fit: contain;
     object-fit: contain;
  padding: 20px;
}
.c-service__list__item .flow__list__item .num {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  border-bottom: 1px solid rgb(26, 26, 26);
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.c-service__list__item .flow__list__item .num h4 {
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 1.5px;
  margin-bottom: 0;
}
.c-service__list__item .flow__list__item .num span {
  font-size: 24px;
  font-weight: 500;
}
.c-service__list__item .flow__list__item .Desc-list {
  text-align: center;
}
.c-service__list__item .flow__list__item .Desc-list-item {
  padding-bottom: 5px;
  margin-bottom: 15px;
  position: relative;
  font-weight: 500;
}
.c-service__list__item .flow__list__item .Desc-list-item::before {
  position: absolute;
  content: "";
  /* 上向きの二等辺三角形の場合 */
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #ccc;
  /* 色は任意に変更可能 */
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%) rotate(180deg);
}
.c-service__list__item .flow__list__item .Desc-list-item:last-child::before {
  display: none;
}
@media (min-width: 960px) {
  .c-service__list__item .flow {
    margin-left: 20vw;
  }
  .c-service__list__item .flow__list {
    max-width: none;
    margin: 0;
  }
  .c-service__list__item .flow__list__item {
    display: flex;
    align-items: center;
    margin-bottom: 50px;
  }
  .c-service__list__item .flow__list__item .Icon {
    width: 180px;
    height: 180px;
    margin: 0 5vw 0 0;
  }
  .c-service__list__item .flow__list__item .Icon img {
    padding: 30px;
  }
  .c-service__list__item .flow__list__item .Desc {
    flex: 1;
  }
  .c-service__list__item .flow__list__item .num {
    padding-bottom: 10px;
    margin-bottom: 20px;
  }
  .c-service__list__item .flow__list__item .num h4 {
    font-size: 22px;
  }
  .c-service__list__item .flow__list__item .num span {
    font-size: 28px;
  }
}
.c-service__list__item .program {
  padding: 50px 0;
  background-color: #f2f6fa;
}
.c-service__list__item .program__list__item {
  background-color: #fff;
  padding: 5vw;
  margin-bottom: 20px;
}
.c-service__list__item .program__list__item .Img {
  max-width: 400px;
  margin: 0 auto 20px;
}
.c-service__list__item .program__list__item .Desc h3 {
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 1.5px;
  margin-bottom: 20px;
}
@media (min-width: 960px) {
  .c-service__list__item .program {
    padding: 80px 0;
  }
  .c-service__list__item .program .c-container {
    padding: 0 5vw 0 25vw;
  }
  .c-service__list__item .program__list__item {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    padding: 30px;
    margin-bottom: 30px;
  }
  .c-service__list__item .program__list__item .Img {
    margin: 0 0 0 30px;
    width: 45%;
  }
  .c-service__list__item .program__list__item .Desc {
    flex: 1;
  }
  .c-service__list__item .program__list__item .Desc h3 {
    font-size: 20px;
    margin-bottom: 30px;
  }
}
@media (min-width: 1200px) {
  .c-service__list__item .program__list__item {
    align-items: center;
  }
  .c-service__list__item .program__list__item .Img {
    width: 40%;
  }
  .c-service__list__item .program__list__item .Desc h3 {
    font-size: 22px;
  }
}
.c-service__list__item:nth-child(1) .Title .Img img {
  -o-object-position: 50% 60%;
     object-position: 50% 60%;
}
.c-service__list__item:nth-child(3) .Title .Img img, .c-service__list__item:nth-child(4) .Title .Img img {
  -o-object-position: center top;
     object-position: center top;
}

.c-feature #service-infiniteslide {
  display: flex;
  align-items: center;
}
.c-feature #service-infiniteslide .slide-item {
  flex: none;
  display: block;
  width: 100%;
}
.c-feature #service-infiniteslide img {
  display: block;
  width: 70%;
  height: 240px !important;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 600px) {
  .c-feature #service-infiniteslide img {
    width: 50%;
  }
}
@media (min-width: 960px) {
  .c-feature #service-infiniteslide img {
    width: 30%;
  }
}
@media (min-width: 1200px) {
  .c-feature #service-infiniteslide img {
    width: 25%;
  }
}
.c-feature__list {
  margin: 0 5vw;
}
.c-feature__list__item {
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 1px solid rgb(26, 26, 26);
}
.c-feature__list__item .num {
  font-size: 2.5rem;
  font-weight: 300;
  letter-spacing: 4px;
  margin-bottom: 20px;
}
.c-feature__list__item .Desc h3 {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 1.5px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  position: relative;
}
.c-feature__list__item .Desc h3::before {
  content: "";
  width: 30px;
  height: 1px;
  background-color: #3ab5ff;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media (min-width: 600px) {
  .c-feature__list__item {
    padding-bottom: 50px;
    margin-bottom: 50px;
  }
  .c-feature__list__item .Desc h3 {
    font-size: 18px;
  }
}
@media (min-width: 960px) {
  .c-feature .c-container {
    margin-left: 20vw;
  }
  .c-feature #service-infiniteslide {
    margin-bottom: 60px;
  }
  .c-feature__list {
    margin: 0 5vw 0 25vw;
  }
  .c-feature__list__item {
    display: flex;
    padding-bottom: 60px;
    margin-bottom: 60px;
  }
  .c-feature__list__item .num {
    flex-basis: 100px;
    line-height: 1;
  }
  .c-feature__list__item .Desc {
    flex: 1;
  }
  .c-feature__list__item .Desc h3 {
    font-size: 20px;
  }
}
@media (min-width: 1200px) {
  .c-feature__list {
    margin: 0 10vw 0 30vw;
  }
}

.faq-contents .faq dt {
  position: relative;
  cursor: pointer;
  transition: color 0.2s cubic-bezier(0, 0, 0.58, 1);
  border-bottom: 1px solid rgb(26, 26, 26);
  font-weight: 500;
}
.faq-contents .faq dt::before {
  position: absolute;
  top: 22px;
  left: 0;
  content: "Q";
  font-style: italic;
  color: #3ab5ff;
  font-size: 2rem;
  line-height: 1;
  font-weight: 600;
}
.faq-contents .faq dt span {
  margin-left: 8vw;
  margin-right: 8vw;
  display: block;
  position: relative;
  padding: 20px 10px;
}
.faq-contents .faq dt span.c-txt-sm, .faq-contents .faq dt span.c-contact-text, .faq-contents .faq dt span.c-news-sl__contents, .faq-contents .faq dt .c-menu span.breadcrumb, .c-menu .faq-contents .faq dt span.breadcrumb {
  font-size: 15px;
}
.faq-contents .faq dt .i_box {
  position: absolute;
  top: 50%;
  right: 1rem;
  width: 20px;
  height: 20px;
  margin-top: -10px;
}
.faq-contents .faq dt .i_box::before {
  position: absolute;
  content: "";
  margin: auto;
  box-sizing: border-box;
  vertical-align: middle;
  border-top: 1px solid rgb(26, 26, 26);
  width: 16px;
  height: 0;
  top: 0;
  bottom: 0;
  right: 0;
}
.faq-contents .faq dt .i_box::after {
  position: absolute;
  content: "";
  margin: auto;
  box-sizing: border-box;
  vertical-align: middle;
  border-left: 1px solid rgb(26, 26, 26);
  width: 0;
  height: 16px;
  top: 0;
  bottom: 0;
  right: 7px;
  transition: 0.3s;
}
.faq-contents .faq dd {
  position: relative;
}
.faq-contents .faq dd .m-description-article {
  display: block;
  margin-left: 8vw;
  padding: 20px 10px;
}
.faq-contents .faq .more-btn {
  display: block;
}
@media (min-width: 600px) {
  .faq-contents .c-container {
    padding: 0 5vw;
  }
  .faq-contents .faq dt::before {
    font-size: 2.2rem;
  }
  .faq-contents .faq dt span {
    padding: 30px 0;
  }
  .faq-contents .faq dt span.c-txt-sm, .faq-contents .faq dt span.c-contact-text, .faq-contents .faq dt span.c-news-sl__contents, .faq-contents .faq dt .c-menu span.breadcrumb, .c-menu .faq-contents .faq dt span.breadcrumb {
    font-size: 16px;
  }
  .faq-contents .faq dd .m-description-article {
    padding: 30px 0;
  }
}
@media (min-width: 960px) {
  .faq-contents .c-container {
    padding: 0 5vw 0 25vw;
  }
  .faq-contents .faq dt span {
    margin-left: 5vw;
    margin-right: 7vw;
  }
  .faq-contents .faq dt .i_box::before {
    width: 24px;
  }
  .faq-contents .faq dt .i_box::after {
    height: 24px;
    right: 12px;
  }
  .faq-contents .faq dd .m-description-article {
    margin-left: 5vw;
  }
}
@media (min-width: 1200px) {
  .faq-contents .c-container {
    padding: 0 10vw 0 30vw;
  }
  .faq-contents .faq dt::before {
    font-size: 2.8rem;
    top: 32px;
  }
  .faq-contents .faq dt span {
    padding: 40px 0;
  }
  .faq-contents .faq dt span.c-txt-sm, .faq-contents .faq dt span.c-contact-text, .faq-contents .faq dt span.c-news-sl__contents, .faq-contents .faq dt .c-menu span.breadcrumb, .c-menu .faq-contents .faq dt span.breadcrumb {
    font-size: 18px;
  }
  .faq-contents .faq dd .m-description-article {
    padding: 40px 0;
  }
}

.c-recflow__list__item {
  padding: 30px 20px;
  margin-bottom: 15px;
}
.c-recflow__list__item:nth-child(1) {
  background-color: #ceeaff;
}
.c-recflow__list__item:nth-child(2) {
  background-color: #9dd9ff;
}
.c-recflow__list__item:nth-child(3) {
  background-color: #3ab5ff;
  color: #fff;
}
.c-recflow__list__item h3 {
  font-size: 17px;
  font-weight: 600;
  letter-spacing: 1.5px;
  margin-bottom: 15px;
}
.c-recflow__list__item h3 br {
  display: none;
}
@media (min-width: 960px) {
  .c-recflow {
    margin-left: 20vw;
  }
  .c-recflow__list__item {
    display: flex;
    align-items: flex-start;
    padding: 30px;
    margin-bottom: 20px;
  }
  .c-recflow__list__item h3 {
    width: 180px;
    font-size: 20px;
  }
  .c-recflow__list__item h3 br {
    display: block;
  }
  .c-recflow__list__item .c-txt-sm, .c-recflow__list__item .c-contact-text, .c-recflow__list__item .c-news-sl__contents, .c-recflow__list__item .category-list__list .cat-item a, .category-list__list .cat-item .c-recflow__list__item a, .c-recflow__list__item .c-menu .breadcrumb, .c-menu .c-recflow__list__item .breadcrumb {
    flex: 1;
  }
}
@media (min-width: 1200px) {
  .c-recflow__list__item {
    padding: 40px;
  }
}

.c-recruit {
  padding: 70px 0;
  background-color: #f4f4f4;
}
.c-recruit__table {
  max-width: 600px;
  margin: 0 auto;
}
.c-recruit__table table th,
.c-recruit__table table td {
  background-color: #fff;
  border: 1px solid #888;
  padding: 8px;
}
.c-recruit__table table th {
  background-color: #3ab5ff;
  font-weight: 500;
}
.c-recruit__table table td a {
  color: #3ab5ff;
  border-bottom: 1px solid #3ab5ff;
}
@media (min-width: 600px) {
  .c-recruit {
    padding: 90px 0;
  }
  .c-recruit .c-container {
    padding: 0 8vw;
  }
  .c-recruit__table table th,
  .c-recruit__table table td {
    padding: 12px;
  }
}
@media (min-width: 960px) {
  .c-recruit .c-container {
    padding: 0 5vw 0 25vw;
  }
  .c-recruit__table table th,
  .c-recruit__table table td {
    padding: 12px 20px;
  }
  .c-recruit__table table th {
    width: 30%;
  }
}
@media (min-width: 1200px) {
  .c-recruit {
    padding: 110px 0;
  }
  .c-recruit .c-container {
    padding: 0 10vw 0 30vw;
  }
  .c-recruit__table {
    max-width: 750px;
  }
  .c-recruit__table table th,
  .c-recruit__table table td {
    padding: 15px 30px;
  }
}

.c-plan {
  background-color: #f2f2f2;
  padding: 70px 0 40px;
}
.c-plan__title {
  font-size: 18px;
  padding-bottom: 20px;
  margin-bottom: 30px;
  font-weight: 500;
  letter-spacing: 1.5px;
  line-height: 1.8;
  position: relative;
}
.c-plan__title::before {
  content: "";
  width: 30px;
  height: 1px;
  background-color: #3ab5ff;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media (min-width: 600px) {
  .c-plan__title {
    font-size: 20px;
  }
}
@media (min-width: 960px) {
  .c-plan__title {
    font-size: 22px;
  }
}
@media (min-width: 1200px) {
  .c-plan__title {
    font-size: 24px;
  }
}
.c-plan__list__item {
  padding: 3px;
  border-radius: 8px;
  margin-bottom: 20px;
}
.c-plan__list__item:nth-child(1) {
  background: linear-gradient(45deg, #D2691E, #CD853F, #8B4513);
}
.c-plan__list__item:nth-child(1) .Ttl {
  background: linear-gradient(45deg, #D2691E, #CD853F, #8B4513);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
  border-bottom: 1px solid #D2691E;
}
.c-plan__list__item:nth-child(1) .List-item .c-txt-sm::before, .c-plan__list__item:nth-child(1) .List-item .c-contact-text::before, .c-plan__list__item:nth-child(1) .List-item .c-news-sl__contents::before, .c-plan__list__item:nth-child(1) .List-item .category-list__list .cat-item a::before, .category-list__list .cat-item .c-plan__list__item:nth-child(1) .List-item a::before, .c-plan__list__item:nth-child(1) .List-item .c-menu .breadcrumb::before, .c-menu .c-plan__list__item:nth-child(1) .List-item .breadcrumb::before {
  background: url(../images/common/check-bl.svg) no-repeat center/contain;
}
.c-plan__list__item:nth-child(2) {
  background: linear-gradient(135deg, #9A9A9A, #7A7A7A, #5A5A5A);
}
.c-plan__list__item:nth-child(2) .Ttl {
  background: linear-gradient(135deg, #9A9A9A, #7A7A7A, #5A5A5A);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
  border-bottom: 1px solid #9A9A9A;
}
.c-plan__list__item:nth-child(2) .List-item .c-txt-sm::before, .c-plan__list__item:nth-child(2) .List-item .c-contact-text::before, .c-plan__list__item:nth-child(2) .List-item .c-news-sl__contents::before, .c-plan__list__item:nth-child(2) .List-item .category-list__list .cat-item a::before, .category-list__list .cat-item .c-plan__list__item:nth-child(2) .List-item a::before, .c-plan__list__item:nth-child(2) .List-item .c-menu .breadcrumb::before, .c-menu .c-plan__list__item:nth-child(2) .List-item .breadcrumb::before {
  background: url(../images/common/check-sl.svg) no-repeat center/contain;
}
.c-plan__list__item:nth-child(3) {
  background: linear-gradient(to right, #F0D78C, #DAA520, #B8860B);
}
.c-plan__list__item:nth-child(3) .Ttl {
  background: linear-gradient(to right, #F0D78C, #DAA520, #B8860B);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
  border-bottom: 1px solid #DAA520;
}
.c-plan__list__item:nth-child(3) .List-item .c-txt-sm::before, .c-plan__list__item:nth-child(3) .List-item .c-contact-text::before, .c-plan__list__item:nth-child(3) .List-item .c-news-sl__contents::before, .c-plan__list__item:nth-child(3) .List-item .category-list__list .cat-item a::before, .category-list__list .cat-item .c-plan__list__item:nth-child(3) .List-item a::before, .c-plan__list__item:nth-child(3) .List-item .c-menu .breadcrumb::before, .c-menu .c-plan__list__item:nth-child(3) .List-item .breadcrumb::before {
  background: url(../images/common/check-gl.svg) no-repeat center/contain;
}
.c-plan__list__item .inner {
  background: white;
  border-radius: 5px;
  padding: 20px;
}
.c-plan__list__item .Ttl {
  text-align: center;
  padding-bottom: 20px;
  margin-bottom: 30px;
}
.c-plan__list__item .Ttl h4 {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 2px;
  display: inline-block;
  margin-bottom: 10px;
}
.c-plan__list__item .Ttl .price {
  font-weight: 500;
  letter-spacing: 2px;
  font-size: 22px;
  margin-bottom: 0;
}
.c-plan__list__item .Ttl .price strong {
  font-size: 3rem;
  line-height: 1;
  font-weight: 600;
  display: inline-block;
  padding: 0 5px;
}
.c-plan__list__item .List {
  text-align: center;
}
.c-plan__list__item .List-item {
  margin-bottom: 10px;
}
.c-plan__list__item .List-item .c-txt-sm, .c-plan__list__item .List-item .c-contact-text, .c-plan__list__item .List-item .c-news-sl__contents, .c-plan__list__item .List-item .category-list__list .cat-item a, .category-list__list .cat-item .c-plan__list__item .List-item a, .c-plan__list__item .List-item .c-menu .breadcrumb, .c-menu .c-plan__list__item .List-item .breadcrumb {
  display: inline-block;
  padding-left: 18px;
  position: relative;
}
.c-plan__list__item .List-item .c-txt-sm::before, .c-plan__list__item .List-item .c-contact-text::before, .c-plan__list__item .List-item .c-news-sl__contents::before, .c-plan__list__item .List-item .category-list__list .cat-item a::before, .category-list__list .cat-item .c-plan__list__item .List-item a::before, .c-plan__list__item .List-item .c-menu .breadcrumb::before, .c-menu .c-plan__list__item .List-item .breadcrumb::before {
  content: "";
  width: 14px;
  height: 14px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.c-plan__desc {
  margin-bottom: 30px;
}
.c-plan__pick__up {
  border: 3px solid #888;
  background-color: #fff;
  border-radius: 10px;
  padding: 20px;
  margin-bottom: 20px;
}
.c-plan__pick__up .Icon {
  width: 100px;
  height: 100px;
  margin: 0 auto 15px;
}
.c-plan__pick__up .Icon img {
  -o-object-fit: contain;
     object-fit: contain;
}
.c-plan__pick__up .Desc {
  text-align: center;
}
.c-plan__pick__up .Desc h4 {
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 1.5px;
  margin-bottom: 0;
}
@media (min-width: 600px) {
  .c-plan {
    padding: 90px 0 60px;
  }
  .c-plan__list__item:nth-child(1) .Ttl {
    border-bottom: none;
    border-right: 1px solid #D2691E;
  }
  .c-plan__list__item:nth-child(2) .Ttl {
    border-bottom: none;
    border-right: 1px solid #9A9A9A;
  }
  .c-plan__list__item:nth-child(3) .Ttl {
    border-bottom: none;
    border-right: 1px solid #DAA520;
  }
  .c-plan__list__item .inner {
    display: flex;
    padding: 30px 5vw;
  }
  .c-plan__list__item .Ttl {
    padding: 0 5vw 0 0;
    margin: 0 30px 0 0;
    display: grid;
  }
  .c-plan__list__item .Ttl h4 {
    align-self: flex-end;
  }
  .c-plan__list__item .Ttl .price {
    align-self: flex-start;
  }
  .c-plan__list__item .List {
    text-align: left;
    flex: 1;
  }
  .c-plan__desc {
    text-align: center;
  }
  .c-plan__pick {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .c-plan__pick__up {
    flex-basis: 48%;
  }
  .c-plan__pick__up .Desc {
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media (min-width: 960px) {
  .c-plan {
    padding: 110px 0 80px;
  }
  .c-plan .c-container {
    padding: 0 5vw 0 25vw;
  }
  .c-plan__list__item {
    padding: 5px;
    margin-bottom: 30px;
  }
  .c-plan__list__item .inner {
    padding: 40px 3vw;
  }
  .c-plan__list__item .Ttl {
    padding: 0 3vw 0 0;
  }
  .c-plan__pick {
    justify-content: space-around;
  }
  .c-plan__pick__up {
    padding: 30px;
    flex-basis: 45%;
    margin-bottom: 30px;
  }
}
@media (min-width: 1200px) {
  .c-plan .c-container {
    padding: 0 10vw 0 30vw;
  }
}

.c-merit__list__item {
  margin-bottom: 20px;
}
.c-merit__list__item .Ttl {
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 1.5px;
  padding-left: 22px;
  position: relative;
  margin-bottom: 15px;
}
.c-merit__list__item .Ttl::before {
  content: "";
  width: 15px;
  height: 1px;
  background-color: #3ab5ff;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
@media (min-width: 600px) {
  .c-merit .c-container {
    padding: 0 8vw;
  }
}
@media (min-width: 960px) {
  .c-merit {
    margin-left: 20vw;
  }
  .c-merit .c-container {
    padding: 0 5vw;
  }
  .c-merit__list__item {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
  }
  .c-merit__list__item .Ttl {
    width: 180px;
    margin-bottom: 0;
  }
  .c-merit__list__item .c-txt-sm, .c-merit__list__item .c-contact-text, .c-merit__list__item .c-news-sl__contents, .c-merit__list__item .category-list__list .cat-item a, .category-list__list .cat-item .c-merit__list__item a, .c-merit__list__item .c-menu .breadcrumb, .c-menu .c-merit__list__item .breadcrumb {
    flex: 1;
  }
}
@media (min-width: 1200px) {
  .c-merit .c-container {
    padding: 0 10vw;
  }
}

.page-numbers {
  margin: 6vw 0;
}

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

.category-list h3 {
  margin-bottom: 20px;
  text-align: center;
  font-size: 20px;
  letter-spacing: 2px;
  font-weight: 400;
}
.category-list__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.category-list__list .cat-item {
  margin: 5px;
  border-radius: 9999px;
  transition: background-color 0.3s ease;
}
.category-list__list .cat-item a {
  display: block;
  padding: 5px 18px;
  text-decoration: none;
  color: #333;
  border: 1px solid #ccc;
  border-radius: 9999px;
  transition: all 0.3s ease;
}
.category-list__list .cat-item a:hover {
  background-color: rgb(26, 26, 26);
  color: #fff;
}
.category-list__list .cat-item.current-cat, .category-list__list .cat-item.current-cat-parent {
  background-color: rgb(26, 26, 26);
}
.category-list__list .cat-item.current-cat a, .category-list__list .cat-item.current-cat-parent a {
  color: #fff;
}
.category-list__list .cat-item.current-cat a:hover, .category-list__list .cat-item.current-cat-parent a:hover {
  background-color: transparent;
  color: white;
}
@media (min-width: 600px) {
  .category-list h3 {
    margin-bottom: 40px;
    font-size: 1.6rem;
  }
}
.c-news-sl {
  margin-top: 50px;
}
.c-news-sl #ez-toc-container {
  border: 2px solid gray;
  padding: 20px;
}
.c-news-sl #ez-toc-container nav {
  counter-reset: count 0;
}
.c-news-sl #ez-toc-container .ez-toc-title {
  font-weight: bold;
  text-align: center;
  font-size: 20px;
}
@media (min-width: 960px) {
  .c-news-sl #ez-toc-container .ez-toc-title {
    font-size: 22px;
  }
}
.c-news-sl #ez-toc-container .ez-toc-link {
  color: rgb(41, 159, 149);
  font-size: 18px;
}
.c-news-sl #ez-toc-container .ez-toc-link::before {
  content: counter(count) ". ";
  counter-increment: count 1;
  color: rgb(41, 159, 149);
  font-size: 24px;
}
@media (min-width: 960px) {
  .c-news-sl #ez-toc-container .ez-toc-link {
    font-size: 22px;
  }
}
.c-news-sl .c-container {
  padding: 0 5vw;
}
.c-news-sl__date {
  color: #3ab5ff;
}
.c-news-sl__contents {
  padding: 10vw 0;
  line-height: 2.5;
}
.c-news-sl__link {
  margin: 0 0 10vw 0;
  text-align: right;
  font-size: 0.7rem;
}
.c-news-sl__link a {
  display: inline-block;
  padding-bottom: 5px;
  border-bottom: 1px solid rgb(114, 114, 114);
}
.c-news-sl__link a span {
  color: rgb(26, 26, 26);
}
@media (min-width: 600px) {
  .c-news-sl {
    margin-top: 120px;
  }
  .c-news-sl .c-container {
    padding: 0 10vw;
  }
  .c-news-sl__contents {
    padding: 5vw 0;
  }
}
@media (min-width: 960px) {
  .c-news-sl {
    margin-top: 150px;
  }
  .c-news-sl .c-container {
    padding: 0 14vw;
  }
  .c-news-sl__contents {
    padding: 3vw 0;
  }
  .c-news-sl__link {
    margin: 0 0 8vw 0;
    font-size: 1.1rem;
  }
}
@media (min-width: 1200px) {
  .c-news-sl {
    margin-top: 170px;
  }
  .c-news-sl .c-container {
    padding: 0 18vw;
  }
  .c-news-sl__contents {
    padding: 2vw 0;
  }
}

#contact-page .c-menu {
  margin-bottom: 0;
}

.c-contact {
  background-color: #f4f4f4;
  padding: 50px 0;
}
.c-contact .contact-form {
  text-align: center;
}
.c-contact .contact-form h1 {
  display: block;
  text-align: center;
  margin: 30px 0;
}
.c-contact .contact-form input, .c-contact .contact-form textarea {
  width: 100%;
  border: 1px solid rgb(26, 26, 26);
}
.c-contact .contact-form textarea {
  margin-bottom: 0;
}
.c-contact .contact-form input {
  height: 45px;
}
.c-contact .contact-form select {
  width: 130px;
  height: 45px;
  border: 1px solid rgb(26, 26, 26);
}
.c-contact .contact-form dl {
  text-align: left;
  display: inline-block;
  width: 280px;
  padding-bottom: 20px;
}
.c-contact .contact-form dt {
  font-size: 14px;
  font-weight: 500;
}
.c-contact .contact-form .must {
  padding: 0 0 5px 0;
}
.c-contact .contact-form .must p {
  position: relative;
}
.c-contact .contact-form .must p::after {
  content: "必須";
  font-size: 12px;
  display: inline-block;
  padding: 3px 8px;
  color: #fff;
  background-color: #888;
}
.c-contact .contact-form .free {
  padding: 0 0 10px 0;
}
.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;
  padding-bottom: 0;
}
.c-contact .contact-form .ct-date input {
  margin-top: 0;
  width: 130px;
}
.c-contact .contact-form .ct-time {
  display: inline-block;
  text-align: right;
  padding-bottom: 0;
}
.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 {
  border-color: rgb(26, 26, 26);
  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 br {
    display: none;
  }
  .c-contact .contact-form dt {
    font-size: 15px;
  }
  .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: 700px;
  }
  .c-contact .contact-form dt {
    font-size: 16px;
  }
  .c-contact .contact-form .must {
    padding-bottom: 10px;
  }
  .c-contact .contact-form .must p::after {
    margin-left: 5px;
  }
  .c-contact .contact-form .ct-date input {
    width: 320px;
  }
  .c-contact .contact-form .ct-flex {
    width: 700px;
  }
  .c-contact .contact-form select {
    width: 320px;
  }
  .c-contact .contact-form .ct-age dt,
  .c-contact .contact-form .ct-time dt {
    padding-left: 35px;
  }
}
@media (min-width: 600px) {
  .c-contact {
    padding: 70px 0 30px;
  }
}
@media (min-width: 960px) {
  .c-contact {
    padding: 90px 0 30px;
  }
}
.grecaptcha-badge {
  visibility: hidden;
}

.contents-wrapper .c-topview {
  margin-bottom: 0;
}

.c-privacy {
  margin-top: 50px;
  border-bottom: 1px solid #ccc;
}
.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 .more-btn {
  margin: 60px 0;
}
@media (min-width: 600px) {
  .c-privacy {
    margin-top: 120px;
  }
  .c-privacy .c-container {
    padding: 0 10vw;
  }
}
@media (min-width: 960px) {
  .c-privacy {
    margin-top: 150px;
  }
  .c-privacy .c-title {
    font-size: 32px;
    margin-bottom: 70px;
  }
  .c-privacy h3 {
    font-size: 20px;
  }
  .c-privacy .more-btn {
    margin: 80px 0;
  }
}
@media (min-width: 1200px) {
  .c-privacy {
    margin-top: 170px;
  }
  .c-privacy .c-container {
    padding: 0 15vw;
  }
}

.c-thanks {
  margin-top: 50px;
  border-bottom: 1px solid #ccc;
}
.c-thanks .c-title {
  text-align: center;
  font-size: 20px;
  display: block;
  margin-bottom: 30px;
  font-weight: 600;
}
.c-thanks h3 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 20px;
}
.c-thanks-item {
  margin-bottom: 30px;
}
.c-thanks .more-btn {
  margin: 60px 0;
}
@media (min-width: 600px) {
  .c-thanks {
    margin-top: 120px;
  }
  .c-thanks .c-container {
    padding: 0 10vw;
  }
  .c-thanks .c-title br {
    display: none;
  }
}
@media (min-width: 960px) {
  .c-thanks {
    margin-top: 150px;
  }
  .c-thanks .c-title {
    font-size: 28px;
    margin-bottom: 70px;
  }
  .c-thanks h3 {
    font-size: 20px;
  }
  .c-thanks .more-btn {
    margin: 80px 0;
  }
}
@media (min-width: 1200px) {
  .c-thanks {
    margin-top: 170px;
  }
  .c-thanks .c-container {
    padding: 0 15vw;
  }
}

.p-header {
  width: 100%;
  height: 64px;
}
.p-header .logo__img {
  display: inline-block;
}
.p-header .logo {
  background-image: url(../images/common/logo.webp);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  height: 64px;
  width: 64px;
  opacity: 1;
}
.p-header .mobile-button {
  position: fixed;
  top: 16px;
  right: 10px;
  z-index: 3000;
}
@media (min-width: 600px) {
  .p-header {
    height: 0;
  }
  .p-header .logo {
    height: 80px;
    width: 80px;
  }
}
@media (max-width: 959px) {
  .p-header .pc-container {
    display: none;
  }
}
@media (min-width: 960px) {
  .p-header .mobile-container {
    display: none;
  }
  .p-header .pc-container {
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 4000;
    width: 100%;
    height: 100px;
    background-color: #ffffff;
    transition: transform 0.3s ease-in-out;
    transform: translateY(0);
  }
  .p-header .pc-container .pc-nav-list {
    display: flex;
  }
  .p-header .pc-container .pc-nav-item {
    font-size: 15px;
    padding-top: 20px;
    padding-right: 3vw;
    transition: all 0.3s;
  }
  .p-header .pc-container .pc-nav-item:last-of-type {
    padding-right: 0;
  }
  .p-header .pc-container .pc-nav-item a {
    color: rgb(26, 26, 26);
  }
  .p-header .pc-container .pc-nav-item small {
    color: #3ab5ff;
    display: block;
    text-align: center;
    font-size: 10px;
  }
  .p-header .pc-container .pc-nav-item:hover {
    transform: translateY(-4px);
  }
  .p-header .pc-container .logo {
    height: 100px;
    width: 100px;
  }
  .p-header .pc-container .sns-link ul {
    display: flex;
    justify-content: right;
    margin-right: 3vw;
    margin-bottom: 0;
  }
  .p-header .pc-container .sns-link ul li {
    width: 40px;
    height: 40px;
    margin: 0 8px;
  }
  .p-header .pc-container .sns-link ul li img {
    -o-object-fit: contain;
       object-fit: contain;
  }
  .p-header .pc-container.hide {
    transform: translateY(-100%);
  }
}
@media (min-width: 1200px) {
  .p-header .pc-container {
    height: 120px;
  }
  .p-header .pc-container .pc-nav-item {
    font-size: 18px;
    padding-top: 20px;
    padding-right: 3vw;
  }
  .p-header .pc-container .pc-nav-item small {
    font-size: 14px;
  }
  .p-header .pc-container .logo {
    height: 120px;
    width: 120px;
  }
  .p-header .pc-container .sns-link ul li {
    width: 50px;
    height: 50px;
    margin: 0 12px;
  }
}

.mobile-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0;
  transition: all 0.5s;
}
.mobile-menu__nav {
  display: block;
  height: 100%;
  width: 100%;
  background-color: #fff;
}
.mobile-menu__list {
  width: 100%;
  list-style: none;
  padding-top: 120px;
}
.mobile-menu__item {
  opacity: 0;
  font-size: 18px;
  font-weight: 500;
  margin: 0 5vw 30px;
}
.mobile-menu__item a {
  color: rgb(26, 26, 26) !important;
  display: flex;
  align-items: center;
}
.mobile-menu__item a small {
  display: inline-block;
  padding-left: 30px;
  font-weight: 400;
  font-size: 12px;
}
.mobile-menu .sns-link ul {
  display: flex;
  justify-content: left;
  margin: 50px 5vw;
}
.mobile-menu .sns-link ul li {
  width: 40px;
  height: 40px;
  margin: 0 12px;
}
.mobile-menu .sns-link ul li img {
  -o-object-fit: contain;
     object-fit: contain;
}
@media (min-width: 600px) {
  .mobile-menu {
    width: 60%;
    left: auto;
    right: 0;
    border-left: 1px solid #3ab5ff;
  }
}

.mobile-container {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 9999;
  overflow: hidden;
  height: 64px;
  width: 100%;
}
.mobile-container .mobile-button {
  position: fixed;
  top: 23px;
  right: 12px;
  z-index: 200;
}
.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: black;
  width: 25px;
  height: 1px;
  display: block;
  margin-bottom: 6px;
  transition: transform 0.7s;
  opacity: 1;
}
.mobile-container .mobile-menu__btn > span:last-child {
  margin-bottom: 0;
}
@media (min-width: 600px) {
  .mobile-container .mobile-menu__btn span {
    width: 35px;
    margin-bottom: 9px;
  }
}
@media (min-width: 600px) {
  .mobile-container {
    height: 80px;
  }
  .mobile-container .mobile-button {
    top: 28px;
    right: 20px;
  }
}

.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: rgb(26, 26, 26) !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);
}
@media (min-width: 600px) {
  .menu-open .mobile-menu__btn > span:nth-child(1) {
    transform: translateY(10px) rotate(135deg);
  }
  .menu-open .mobile-menu__btn > span:nth-child(3) {
    transform: translateY(-10px) 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);
}

.faq-contents .faq .ac-title.is-active {
  transition: all 3s;
}
.faq-contents .faq .ac-title.is-active .i_box::after {
  height: 0;
  transition: all 0.3s;
}

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

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

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

.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(20px);
}

.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.6s;
  opacity: 0;
}
.appear.inview .item {
  opacity: 1;
  transform: none;
}
.appear.inview .item:nth-child(1) {
  transition-delay: 0.5s;
}
.appear.inview .item:nth-child(2) {
  transition-delay: 1s;
}
.appear.inview .item:nth-child(3) {
  transition-delay: 1.5s;
}
.appear.inview .item:nth-child(4) {
  transition-delay: 2s;
}
.appear.inview .item:nth-child(5) {
  transition-delay: 2.5s;
}
.appear.inview .item:nth-child(6) {
  transition-delay: 3s;
}
.appear.inview .item:nth-child(7) {
  transition-delay: 3.5s;
}
.appear.inview .item:nth-child(8) {
  transition-delay: 4s;
}
.appear.inview .item:nth-child(9) {
  transition-delay: 4.5s;
}
.appear.inview .item:nth-child(10) {
  transition-delay: 5s;
}
.appear.inview .item:nth-child(11) {
  transition-delay: 5.5s;
}
.appear.inview .item:nth-child(12) {
  transition-delay: 6s;
}
.appear.inview .item:nth-child(13) {
  transition-delay: 6.5s;
}
.appear.inview .item:nth-child(14) {
  transition-delay: 7s;
}
.appear.inview .item:nth-child(15) {
  transition-delay: 7.5s;
}
.appear.inview .item:nth-child(16) {
  transition-delay: 8s;
}
.appear.inview .item:nth-child(17) {
  transition-delay: 8.5s;
}
.appear.inview .item:nth-child(18) {
  transition-delay: 9s;
}
.appear.inview .item:nth-child(19) {
  transition-delay: 9.5s;
}
.appear.inview .item:nth-child(20) {
  transition-delay: 10s;
}
.appear.inview .item:nth-child(21) {
  transition-delay: 10.5s;
}
.appear.inview .item:nth-child(22) {
  transition-delay: 11s;
}
.appear.inview .item:nth-child(23) {
  transition-delay: 11.5s;
}
.appear.inview .item:nth-child(24) {
  transition-delay: 12s;
}
.appear.inview .item:nth-child(25) {
  transition-delay: 12.5s;
}
.appear.inview .item:nth-child(26) {
  transition-delay: 13s;
}
.appear.inview .item:nth-child(27) {
  transition-delay: 13.5s;
}
.appear.inview .item:nth-child(28) {
  transition-delay: 14s;
}
.appear.inview .item:nth-child(29) {
  transition-delay: 14.5s;
}
.appear.inview .item:nth-child(30) {
  transition-delay: 15s;
}
.appear.inview .item:nth-child(31) {
  transition-delay: 15.5s;
}
.appear.inview .item:nth-child(32) {
  transition-delay: 16s;
}
.appear.inview .item:nth-child(33) {
  transition-delay: 16.5s;
}
.appear.inview .item:nth-child(34) {
  transition-delay: 17s;
}
.appear.inview .item:nth-child(35) {
  transition-delay: 17.5s;
}
.appear.inview .item:nth-child(36) {
  transition-delay: 18s;
}
.appear.inview .item:nth-child(37) {
  transition-delay: 18.5s;
}
.appear.inview .item:nth-child(38) {
  transition-delay: 19s;
}
.appear.inview .item:nth-child(39) {
  transition-delay: 19.5s;
}

.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: #e2eaf3;
  opacity: 0;
}
.cover-slide.inview::after {
  opacity: 1;
  animation-name: kf-cover-slide;
  animation-duration: 1.6s;
  animation-timing-function: ease-in-out;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: both;
}

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

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

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

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

body.lb-disable-scrolling {
  overflow: hidden;
}

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}

.lightbox {
  position: fixed;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
  outline: none;
}

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  max-height: none;
  border-radius: 3px;
}

.lightbox a img {
  border: none;
}

.lb-outerContainer {
  position: relative;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px;
}

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

.lb-cancel {
  display: block;
  width: 20px;
  height: 20px;
  margin: 0 auto;
  background: url(/images/common/loading.gif);
  background-size: cover;
}

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.lb-container > .nav {
  left: 0;
}

.lb-nav a {
  outline: none;
  background-image: url("data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==");
}

.lb-prev,
.lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}

.lb-nav a.lb-prev {
  position: absolute;
  top: 50%;
  left: 0;
  height: 40px;
  width: 40px;
}
.lb-nav a.lb-prev::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  content: "";
  display: block;
  background-image: url(/images/common/prev.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 30px;
  height: 30px;
}

.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-nav a.lb-next {
  position: absolute;
  top: 50%;
  right: 0;
  height: 40px;
  width: 40px;
}
.lb-nav a.lb-next::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  content: "";
  display: block;
  background-image: url(/images/common/next.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 30px;
  height: 30px;
}

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-data {
  padding: 0 4px;
  color: #ccc;
}

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}

.lb-data .lb-caption a {
  color: #4ae;
}

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(/images/common/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}/*# sourceMappingURL=style.css.map */