@charset "UTF-8";
@keyframes btn {
  0% {
    transform: translateX(-100%);
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: translateX(100%);
  }
}
.bold {
  font-weight: bold;
}

.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: 20px;
  letter-spacing: 2px;
  line-height: 1.8;
}
@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: 18px;
  letter-spacing: 2px;
  line-height: 2;
  margin-bottom: 10px;
}
@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, .p-news__content {
  font-size: 14px;
  letter-spacing: 2px;
  line-height: 2;
}
@media screen and (min-width: 600px) {
  .c-txt-sm, .c-contact-text, .p-news__content {
    font-size: 16px;
    line-height: 1.7;
  }
}
@media screen and (min-width: 960px) {
  .c-txt-sm, .c-contact-text, .p-news__content {
    font-size: 18px;
  }
}
@media screen and (min-width: 1200px) {
  .c-txt-sm, .c-contact-text, .p-news__content {
    font-size: 20px;
  }
}

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

.mb-sm, .tab-cate, .c-contact .contact-form .submit-btn, .c-contact .contact-form .privacy, .c-contact-text, .news-wrapper .p-news .category-list, .faq__item, .faq .c-txtarea01, .p-footer .sns-link, .p-footer__logo, .c-title, .c-topview, .breadcrumb {
  margin-bottom: 30px;
}
@media screen and (min-width: 600px) {
  .mb-sm, .tab-cate, .c-contact .contact-form .submit-btn, .c-contact .contact-form .privacy, .c-contact-text, .news-wrapper .p-news .category-list, .faq__item, .faq .c-txtarea01, .p-footer .sns-link, .p-footer__logo, .c-title, .c-topview, .breadcrumb {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 960px) {
  .mb-sm, .tab-cate, .c-contact .contact-form .submit-btn, .c-contact .contact-form .privacy, .c-contact-text, .news-wrapper .p-news .category-list, .faq__item, .faq .c-txtarea01, .p-footer .sns-link, .p-footer__logo, .c-title, .c-topview, .breadcrumb {
    margin-bottom: 30px;
  }
}

.mb-md, .c-thanks-text, .c-privacy-text, .voices .hero .swiper-container3 {
  margin-bottom: 50px;
}
@media screen and (min-width: 600px) {
  .mb-md, .c-thanks-text, .c-privacy-text, .voices .hero .swiper-container3 {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 960px) {
  .mb-md, .c-thanks-text, .c-privacy-text, .voices .hero .swiper-container3 {
    margin-bottom: 60px;
  }
}

.mb-lr, .c-thanks, .c-privacy, .faq, .achievement, .c-schedule, .c-flow, .c-price, .c-studio, .c-feature, .p-concept, .p-access, .voices, .p-menu, .p-news, .p-message {
  margin-bottom: 70px;
}
@media screen and (min-width: 600px) {
  .mb-lr, .c-thanks, .c-privacy, .faq, .achievement, .c-schedule, .c-flow, .c-price, .c-studio, .c-feature, .p-concept, .p-access, .voices, .p-menu, .p-news, .p-message {
    margin-bottom: 80px;
  }
}
@media screen and (min-width: 960px) {
  .mb-lr, .c-thanks, .c-privacy, .faq, .achievement, .c-schedule, .c-flow, .c-price, .c-studio, .c-feature, .p-concept, .p-access, .voices, .p-menu, .p-news, .p-message {
    margin-bottom: 90px;
  }
}
@media screen and (min-width: 1200px) {
  .mb-lr, .c-thanks, .c-privacy, .faq, .achievement, .c-schedule, .c-flow, .c-price, .c-studio, .c-feature, .p-concept, .p-access, .voices, .p-menu, .p-news, .p-message {
    margin-bottom: 100px;
  }
}

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

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

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

.c-container, .p-access__desc, .p-message__desc, .breadcrumb {
  padding: 0 5vw;
}
@media screen and (min-width: 600px) {
  .c-container, .p-access__desc, .p-message__desc, .breadcrumb {
    padding: 0 6vw;
  }
}
@media screen and (min-width: 960px) {
  .c-container, .p-access__desc, .p-message__desc, .breadcrumb {
    padding: 0 8vw;
  }
}
@media screen and (min-width: 1200px) {
  .c-container, .p-access__desc, .p-message__desc, .breadcrumb {
    padding: 0 12vw;
  }
}
@media screen and (min-width: 2000px) {
  .c-container, .p-access__desc, .p-message__desc, .breadcrumb {
    padding: 0 20vw;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Stylesheet: ベーススタイル

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

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

.breadcrumb {
  display: flex;
}
.breadcrumb li {
  color: rgb(165, 165, 165);
  padding-right: 10px;
}
.breadcrumb li a {
  color: #0ca19a;
  border-bottom: 1px solid #0ca19a;
}

body {
  color: #fff;
  background-color: rgb(0, 0, 0);
  letter-spacing: 1px;
  font-family: "Oswald", "ヒラギノ角ゴ ProN W3", HiraKakuProN-W3, 游ゴシック, "Yu Gothic", メイリオ, Meiryo, Verdana, Helvetica, Arial, sans-serif;
  position: relative;
}

body.hidden {
  overflow: hidden;
}

.superwrapper {
  overflow: hidden;
}

.c-topview {
  padding: 10vh 0;
  border-bottom: 1px solid #fff;
}
.c-topview .p-title {
  margin-bottom: 0;
  padding-bottom: 0;
}
.c-topview .p-title::before {
  display: none;
}
.c-topview .p-title .en {
  font-size: 3rem;
}
@media (min-width: 600px) {
  .c-topview .p-title .en {
    font-size: 4rem;
  }
}
@media (min-width: 960px) {
  .c-topview {
    margin-top: 100px;
    margin-bottom: 60px;
    padding: 10vh 0 12vh;
  }
  .c-topview .p-title .en {
    font-size: 5rem;
  }
}

.p-title {
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 40px;
}
.p-title::before {
  content: "";
  width: 120px;
  height: 2px;
  background-color: #0ca19a;
  position: absolute;
  bottom: 0;
  left: 0;
}
.p-title .en {
  display: block;
  font-size: 4rem;
  letter-spacing: 4px;
  -webkit-text-stroke: 1.5px #fff;
  color: transparent;
  font-weight: bold;
  font-family: "Oswald", sans-serif;
  line-height: 1;
}
.p-title .en small {
  font-size: 3.5rem;
}
.p-title .ja {
  color: #fff;
  font-size: 18px;
  padding-top: 10px;
}
@media (min-width: 600px) {
  .p-title .en {
    font-size: 5rem;
  }
  .p-title .ja {
    font-size: 22px;
    padding-top: 15px;
  }
}
@media (min-width: 960px) {
  .p-title {
    margin-bottom: 60px;
    padding-bottom: 30px;
  }
  .p-title::before {
    width: 220px;
  }
  .p-title .en {
    font-size: 6rem;
  }
  .p-title .ja {
    font-size: 28px;
    padding-top: 20px;
  }
}
@media (min-width: 1200px) {
  .p-title {
    margin-bottom: 80px;
  }
  .p-title .en {
    font-size: 7rem;
  }
  .p-title .ja {
    font-size: 32px;
  }
}

.c-title {
  position: relative;
  text-transform: uppercase;
  text-align: center;
}
.c-title .en {
  display: block;
  font-size: 30px;
  letter-spacing: 4px;
  font-weight: 500;
  margin-bottom: 5px;
}
.c-title .ja {
  position: relative;
  top: -0.3rem;
  font-size: 14px;
  padding-bottom: 10px;
}
.c-title .ja::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  display: inline-block;
  width: 80px;
  height: 1px;
  background-color: #0ca19a;
}
@media (min-width: 600px) {
  .c-title {
    margin-bottom: 40px;
  }
  .c-title .en {
    font-size: 36px;
  }
  .c-title .ja {
    font-size: 16px;
  }
}
@media (min-width: 960px) {
  .c-title .en {
    font-size: 42px;
  }
  .c-title .ja {
    font-size: 18px;
    padding-bottom: 20px;
  }
  .c-title .ja::after {
    height: 2px;
  }
}
@media (min-width: 1200px) {
  .c-title {
    margin-bottom: 50px;
  }
}

.more-btn {
  position: relative;
  text-align: center;
}
.more-btn__link {
  background-color: transparent;
  display: inline-block;
  width: 220px;
  padding: 15px 30px;
  border: 1px solid #fff;
  z-index: 1;
}
.more-btn__link span {
  position: relative;
  color: #fff;
}
.more-btn__link span:first-child {
  padding-right: 30px;
}
.more-btn__link span:first-child::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: -10px;
  bottom: 0;
  margin: auto;
  width: 30px;
  background-image: url(../images/common/arrow02_sp.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: 0.3s;
  z-index: 100;
}
.more-btn__link.slide-bg {
  position: relative;
  overflow: hidden;
}
.more-btn__link.slide-bg .bg {
  display: inline-block;
  width: 100%;
  height: 100%;
  background-color: #0ca19a;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateX(-101%);
  transition: transform 0.3s;
  z-index: -1;
}
.more-btn__link.slide-bg:hover {
  z-index: 1;
}
.more-btn__link.slide-bg:hover span {
  color: rgb(0, 0, 0);
  transform: none;
}
.more-btn__link.slide-bg:hover span:first-child::before {
  background-image: url(../images/common/arrow02_bl.svg);
}
@media (min-width: 600px) {
  .more-btn__link {
    padding: 20px 40px;
  }
}
@media (min-width: 960px) {
  .more-btn__link {
    width: 280px;
    padding: 22px 10px;
  }
  .more-btn__link span.c-txt-sm, .more-btn__link span.c-contact-text, .more-btn__link span.p-news__content {
    font-size: 18px;
  }
}

.top-view {
  position: relative;
  margin-bottom: 150px;
}
@media (min-width: 600px) {
  .top-view {
    margin-bottom: 180px;
  }
}
@media (min-width: 960px) {
  .top-view {
    margin-bottom: 100px;
  }
}
.top-view .hero {
  position: relative;
}
.top-view .hero::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.5019607843));
  z-index: 10;
}
.top-view .hero .swiper-slide {
  height: 50vh;
}
.top-view .hero__logo {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 10;
}
.top-view .hero__logo img {
  -o-object-fit: contain;
     object-fit: contain;
}
.top-view .hero__desc {
  position: absolute;
  bottom: -90px;
  left: 0;
  width: 100%;
  padding: 0 10vw;
  z-index: 20;
  text-align: center;
}
.top-view .hero__desc h2 {
  font-size: 38px;
}
.top-view .hero__desc h3 {
  font-size: 15px;
}
.top-view .hero__desc h3 strong {
  color: rgb(234, 122, 33);
}
.top-view .hero__desc h3 span {
  background: linear-gradient(transparent 60%, #0ca19a 40%);
  padding: 0 2px;
}
@media (min-width: 600px) {
  .top-view .hero .swiper-slide {
    height: 55vh;
  }
  .top-view .hero__desc {
    bottom: -130px;
  }
  .top-view .hero__desc h2 {
    font-size: 58px;
  }
  .top-view .hero__desc h3 {
    font-size: 20px;
  }
}
@media (max-width: 959px) {
  .top-view .hero .hero__desc__pc {
    display: none;
  }
}
@media (min-width: 960px) {
  .top-view .hero__desc {
    display: none;
  }
  .top-view .hero .swiper-slide {
    height: 100vh;
  }
  .top-view .hero__logo {
    top: 60%;
    left: 3vw;
    width: 100%;
    transform: translateY(-50%);
  }
  .top-view .hero__logo .Img {
    width: 480px;
    margin-bottom: 30px;
  }
  .top-view .hero__logo .hero__desc__pc {
    display: block;
    width: 100%;
  }
  .top-view .hero__logo .hero__desc__pc h2 {
    font-size: 62px;
    margin-bottom: 10px;
  }
  .top-view .hero__logo .hero__desc__pc h3 {
    font-size: 24px;
  }
  .top-view .hero__logo .hero__desc__pc h3 strong {
    color: rgb(234, 122, 33);
  }
  .top-view .hero__logo .hero__desc__pc h3 span {
    background: linear-gradient(transparent 60%, #0ca19a 40%);
    padding: 0 2px;
    font-size: 32px;
    line-height: 2;
  }
}
@media (min-width: 1200px) {
  .top-view .hero__logo {
    left: 4vw;
  }
  .top-view .hero__logo .Img {
    width: 520px;
  }
  .top-view .hero__logo .hero__desc__pc h2 {
    font-size: 68px;
    margin-bottom: 10px;
  }
  .top-view .hero__logo .hero__desc__pc h3 {
    font-size: 28px;
  }
  .top-view .hero__logo .hero__desc__pc h3 strong {
    color: rgb(234, 122, 33);
  }
  .top-view .hero__logo .hero__desc__pc h3 span {
    font-size: 36px;
  }
}

.p-message__img {
  margin-bottom: 20px;
}
.p-message__desc h3 {
  font-size: 20px;
  text-align: center;
  padding-bottom: 10px;
  margin-bottom: 15px;
  position: relative;
}
.p-message__desc h3::before {
  content: "";
  width: 80px;
  height: 2px;
  background-color: #0ca19a;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media (min-width: 600px) {
  .p-message__img {
    margin-bottom: 30px;
    text-align: center;
  }
  .p-message__img img {
    width: 60%;
  }
  .p-message__desc {
    text-align: center;
  }
  .p-message__desc h3 {
    font-size: 24px;
    padding-bottom: 15px;
    margin-bottom: 30px;
  }
}
@media (min-width: 960px) {
  .p-message {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .p-message__img {
    flex-basis: 48%;
    margin-bottom: 0;
  }
  .p-message__img img {
    width: 100%;
  }
  .p-message__desc {
    flex-basis: 48%;
    text-align: left;
    padding: 0 8vw 0 0;
  }
}
@media (min-width: 1200px) {
  .p-message__desc {
    padding: 0 10vw 0 0;
  }
  .p-message__desc h3 {
    font-size: 28px;
  }
}
@media (min-width: 2000px) {
  .p-message {
    padding: 0 20vw;
  }
  .p-message__desc {
    padding: 0;
  }
}

.p-news__list {
  border-top: 1px solid #747474;
}
.p-news__item a {
  color: #fff;
}
.p-news-wrap {
  padding: 20px 0;
  position: relative;
  border-bottom: 1px solid #747474;
}
.p-news__date {
  color: #fff;
  font-size: 13px;
  display: inline-block;
  margin-right: 10px;
}
.p-news .cate-item {
  display: inline-block;
  background-color: rgb(234, 122, 33);
  font-size: 12px;
  padding: 5px 10px;
  border-radius: 5px;
}
.p-news__content {
  margin-top: 8px;
}
.p-news .more-btn {
  margin-top: 30px;
}
@media (min-width: 600px) {
  .p-news .c-container, .p-news .p-access__desc, .p-news .breadcrumb, .p-news .p-message__desc {
    padding: 0 10vw;
  }
  .p-news .p-title br {
    display: none;
  }
}
@media (min-width: 960px) {
  .p-news .c-container, .p-news .p-access__desc, .p-news .breadcrumb, .p-news .p-message__desc {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 0 12vw;
  }
  .p-news .p-title {
    padding-bottom: 20px;
    flex: 1;
  }
  .p-news .p-title br {
    display: block;
  }
  .p-news .p-title::before {
    width: 120px;
  }
  .p-news .p-title .en {
    font-size: 5rem;
  }
  .p-news .p-title .ja {
    font-size: 22px;
    padding-top: 15px;
  }
  .p-news__date {
    font-size: 17px;
  }
  .p-news .cate-item {
    font-size: 14px;
  }
  .p-news-wrap {
    padding: 30px 0;
  }
  .p-news__content {
    margin-top: 15px;
  }
  .p-news__flex {
    flex-basis: 65%;
  }
  .p-news .more-btn {
    margin-top: 50px;
  }
}
@media (min-width: 1200px) {
  .p-news .p-title {
    padding-bottom: 30px;
  }
  .p-news .p-title::before {
    width: 220px;
  }
  .p-news .p-title .en {
    font-size: 6rem;
  }
  .p-news .p-title .ja {
    font-size: 28px;
    padding-top: 20px;
  }
  .p-news__content {
    font-size: 18px;
  }
}
@media (min-width: 2000px) {
  .p-news .c-container, .p-news .p-access__desc, .p-news .breadcrumb, .p-news .p-message__desc {
    padding: 0 25vw;
  }
}

.p-menu__video {
  margin-bottom: 10px;
}
.p-menu__video video {
  width: 100%;
}
.p-menu__list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.p-menu__list__item {
  flex-basis: 48%;
  margin-bottom: 10px;
}
.p-menu__list__item:nth-child(2) .Icon img {
  padding: 8px;
}
.p-menu__list__item:nth-child(3) .Icon img {
  padding: 12px;
}
.p-menu__list__item:nth-child(3) a, .p-menu__list__item:nth-child(4) a {
  background-color: rgb(234, 122, 33);
}
.p-menu__list__item a {
  display: block;
  text-align: center;
  background-color: #0ca19a;
  padding: 10px;
  color: #fff;
  transition: all 0.3s;
}
.p-menu__list__item a:hover {
  opacity: 0.5;
}
.p-menu__list__item .Icon {
  width: 80px;
  height: 80px;
  margin: 0 auto 5px;
  border-radius: 50%;
  background-color: #fff;
}
.p-menu__list__item .Icon img {
  padding: 20px;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-menu__list__item h3 {
  font-size: 14px;
  margin-bottom: 5px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-menu__list__item .btn {
  position: relative;
}
.p-menu__list__item .btn::before {
  content: "";
  width: 8px;
  height: 8px;
  background: url(../images/common/arrow-wh.png) no-repeat center/contain;
  position: absolute;
  top: 50%;
  right: 8px;
  transform: translateY(-50%);
}
.p-menu__list__item .btn h4 {
  font-size: 14px;
  font-weight: 300;
  color: #fff;
  border: 1px solid #fff;
  padding: 3px 0;
}
@media (min-width: 600px) {
  .p-menu__video {
    margin-bottom: 15px;
  }
  .p-menu__list__item {
    flex-basis: 49%;
    margin-bottom: 15px;
  }
  .p-menu__list__item a {
    padding: 15px;
  }
  .p-menu__list__item .Icon {
    width: 100px;
    height: 100px;
    margin-bottom: 10px;
  }
  .p-menu__list__item h3 {
    height: auto;
    font-size: 18px;
    margin-bottom: 15px;
  }
  .p-menu__list__item h3 br {
    display: none;
  }
  .p-menu__list__item .btn h4 {
    padding: 5px 0;
    font-size: 16px;
  }
}
@media (min-width: 960px) {
  .p-menu .c-container, .p-menu .p-access__desc, .p-menu .breadcrumb, .p-menu .p-message__desc {
    padding: 0 3vw;
  }
  .p-menu__list {
    display: grid;
    grid-template-columns: 39% 9% 19% 29%;
    grid-template-rows: auto auto;
    gap: 1%;
  }
  .p-menu__list__item {
    margin-bottom: 10px;
  }
  .p-menu__list__item:nth-child(2) {
    grid-row: 1/2;
    grid-column: 2/4;
  }
  .p-menu__list__item:nth-child(2) .Icon img {
    padding: 12px;
  }
  .p-menu__list__item:nth-child(3) {
    grid-row: 1/2;
    grid-column: 4/5;
  }
  .p-menu__list__item:nth-child(3) .Icon img {
    padding: 18px;
  }
  .p-menu__list__item:nth-child(4) {
    grid-row: 2/3;
    grid-column: 1/3;
  }
  .p-menu__list__item:nth-child(4) .Icon {
    margin-bottom: 25px;
  }
  .p-menu__list__item:nth-child(4) .Icon img {
    padding: 25px;
  }
  .p-menu__list__item:nth-child(4) h3 {
    font-size: 24px;
    margin-bottom: 25px;
  }
  .p-menu__list__item:nth-child(4) .btn h4 {
    font-size: 22px;
    padding: 8px 0;
  }
  .p-menu__list__item:nth-child(5) {
    grid-row: 2/3;
    grid-column: 3/5;
  }
  .p-menu__list__item:nth-child(5) .Icon {
    margin-bottom: 25px;
  }
  .p-menu__list__item:nth-child(5) .Icon img {
    padding: 25px;
  }
  .p-menu__list__item:nth-child(5) h3 {
    font-size: 24px;
    margin-bottom: 25px;
  }
  .p-menu__list__item:nth-child(5) .btn h4 {
    font-size: 22px;
    padding: 8px 0;
  }
  .p-menu__list__item a {
    padding: 20px;
  }
  .p-menu__list__item .Icon {
    height: 120px;
    width: 120px;
    margin-bottom: 15px;
  }
  .p-menu__list__item h3 {
    font-size: 20px;
  }
  .p-menu__list__item .btn::before {
    width: 12px;
    height: 12px;
  }
  .p-menu__list__item .btn h4 {
    font-size: 18px;
  }
  .p-menu__video {
    grid-row: 1/2;
    grid-column: 1/2;
    margin-bottom: 10px;
  }
  .p-menu__video video {
    height: 100%;
  }
}
@media (min-width: 1200px) {
  .p-menu .c-container, .p-menu .p-access__desc, .p-menu .breadcrumb, .p-menu .p-message__desc {
    padding: 0 10vw;
  }
  .p-menu__list {
    grid-template-rows: 48% 48%;
  }
}
@media (min-width: 2000px) {
  .p-menu .c-container, .p-menu .p-access__desc, .p-menu .breadcrumb, .p-menu .p-message__desc {
    padding: 0 25vw;
  }
}

.voices {
  position: relative;
  z-index: 10;
}
.voices .hero {
  margin-bottom: 100px;
}
@media (min-width: 960px) {
  .voices .hero {
    margin-bottom: 120px;
  }
}
@media (min-width: 1400px) {
  .voices .hero {
    margin-bottom: 140px;
  }
}
.voices .hero .swiper-container3 {
  position: relative;
}
.voices .hero .swiper-container3 .swiper-slide {
  color: #fff;
}
.voices .hero .swiper-container3 .swiper-slide .Img {
  height: 180px;
  width: 70%;
  margin: 0 auto 20px;
}
.voices .hero .swiper-container3 .swiper-slide .Desc {
  padding: 0 20px 20px;
}
.voices .hero .swiper-container3 .swiper-slide .Desc h3 {
  font-size: 18px;
  font-weight: 600;
  border-bottom: 1px solid #fff;
  padding-bottom: 5px;
  margin-bottom: 10px;
}
.voices .hero .swiper-container3 .swiper-slide .Desc h4 {
  font-weight: 400;
  font-size: 15px;
  color: #ccc;
  margin-bottom: 15px;
}
.voices .hero .swiper-container3 .swiper-slide .Desc .c-txt-sm, .voices .hero .swiper-container3 .swiper-slide .Desc .c-contact-text, .voices .hero .swiper-container3 .swiper-slide .Desc .p-news__content {
  line-height: 1.6;
  font-size: 14px;
}
.voices .hero .swiper-container3 .swiper-button-prev,
.voices .hero .swiper-container3 .swiper-button-next {
  top: 105%;
  border: 1px solid #fff;
  border-radius: 100px;
  width: 34px;
  height: 35px;
  z-index: 100;
}
.voices .hero .swiper-container3 .swiper-button-prev::after,
.voices .hero .swiper-container3 .swiper-button-next::after {
  color: #fff;
  font-size: 28px;
  display: none;
}
.voices .hero .swiper-container3 .swiper-button-prev {
  left: 20px;
}
.voices .hero .swiper-container3 .swiper-button-prev::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  content: "";
  height: 13px;
  width: 13px;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  transform: rotate(-45deg);
}
.voices .hero .swiper-container3 .swiper-button-next {
  right: 20px;
}
.voices .hero .swiper-container3 .swiper-button-next::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  content: "";
  height: 13px;
  width: 13px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
}
.voices .hero .swiper-container3 .Wrap {
  position: relative;
}
.voices .hero .swiper-container3 .line {
  width: 60%;
  height: 2px;
  background-color: #fff;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 11px;
}
.voices .hero .swiper-container3 .swiper-pagination-bullets {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.voices .hero .swiper-container3 .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  margin: 0 10px;
}
.voices .hero .swiper-container3 .swiper-pagination-bullet-active {
  border: 1px solid #fff;
  background: rgb(0, 0, 0);
  opacity: 1;
  transition: all 0.3s;
}
@media (min-width: 600px) {
  .voices .hero .swiper-container3 .swiper-slide .Img {
    width: 60%;
  }
  .voices .hero .swiper-container3 .swiper-slide .Desc {
    padding: 0 20px 40px;
  }
  .voices .hero .swiper-container3 .swiper-slide .Desc h3 {
    font-size: 20px;
    padding-bottom: 15px;
    margin-bottom: 20px;
  }
  .voices .hero .swiper-container3 .line {
    top: 22px;
  }
  .voices .hero .swiper-container3 .swiper-pagination-bullets {
    top: 11px;
  }
  .voices .hero .swiper-container3 .swiper-pagination-bullet {
    margin: 0 20px;
  }
  .voices .hero .swiper-container3 .swiper-button-prev,
  .voices .hero .swiper-container3 .swiper-button-next {
    height: 40px;
    width: 40px;
  }
  .voices .hero .swiper-container3 .swiper-button-prev::after,
  .voices .hero .swiper-container3 .swiper-button-next::after {
    color: #fff;
    font-size: 36px;
  }
  .voices .hero .swiper-container3 .swiper-button-prev {
    left: 5vw;
  }
  .voices .hero .swiper-container3 .swiper-button-next {
    right: 5vw;
  }
}
@media (min-width: 960px) {
  .voices .hero .swiper-container3 .swiper-slide .Img {
    height: 200px;
    margin-bottom: 30px;
  }
  .voices .hero .swiper-container3 .swiper-slide .Desc {
    padding: 0 20px 40px;
  }
  .voices .hero .swiper-container3 .swiper-slide .Desc h4 {
    font-size: 17px;
  }
  .voices .hero .swiper-container3 .swiper-slide .Desc .c-txt-sm, .voices .hero .swiper-container3 .swiper-slide .Desc .c-contact-text, .voices .hero .swiper-container3 .swiper-slide .Desc .p-news__content {
    font-size: 16px;
  }
  .voices .hero .swiper-container3 .line {
    width: 65%;
    top: 39px;
  }
  .voices .hero .swiper-container3 .swiper-pagination-bullets {
    top: 30px;
  }
  .voices .hero .swiper-container3 .swiper-pagination-bullet {
    width: 20px;
    height: 20px;
    margin: 0 40px;
  }
  .voices .hero .swiper-container3 .swiper-button-prev,
  .voices .hero .swiper-container3 .swiper-button-next {
    top: 110%;
    height: 50px;
    width: 50px;
  }
  .voices .hero .swiper-container3 .swiper-button-prev::after,
  .voices .hero .swiper-container3 .swiper-button-next::after {
    color: #fff;
    font-size: 40px;
  }
}
@media (min-width: 1400px) {
  .voices .hero .swiper-container3 .line {
    top: 57px;
  }
  .voices .hero .swiper-container3 .swiper-pagination-bullets {
    top: 48px;
  }
  .voices .hero .swiper-container3 .swiper-pagination-bullet {
    margin: 0 60px;
  }
  .voices .hero .swiper-container3 .swiper-button-prev,
  .voices .hero .swiper-container3 .swiper-button-next {
    top: 115%;
  }
  .voices .hero .swiper-container3 .swiper-button-prev {
    left: 10vw;
  }
  .voices .hero .swiper-container3 .swiper-button-next {
    right: 10vw;
  }
}

.p-access {
  scroll-margin: 70px;
}
.p-access .g-map {
  height: 350px;
  margin-bottom: 30px;
}
.p-access .g-map iframe {
  width: 100%;
  height: 100%;
}
.p-access__desc .more-btn {
  margin-top: 20px;
}
@media (min-width: 600px) {
  .p-access .g-map {
    margin-bottom: 50px;
  }
  .p-access__desc .more-btn {
    margin-top: 40px;
  }
}
@media (min-width: 960px) {
  .p-access {
    scroll-margin: 110px;
  }
  .p-access .g-map {
    height: 400px;
    margin-bottom: 70px;
  }
  .p-access__desc {
    display: flex;
    justify-content: space-between;
  }
  .p-access__desc .more-btn {
    margin-top: 0;
  }
}
@media (min-width: 1200px) {
  .p-access .g-map {
    height: 50vh;
  }
}

.p-contact {
  padding: 50px 0;
  background: url(../images/home/img15.webp) no-repeat center/cover;
  position: relative;
}
.p-contact::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgb(0, 0, 0);
  opacity: 0.5;
}
.p-contact__title {
  position: relative;
  z-index: 10;
  text-align: center;
  letter-spacing: 2px;
  line-height: 2;
  font-size: 24px;
  margin-bottom: 30px;
}
.p-contact__wrap {
  position: relative;
  z-index: 10;
  margin-bottom: 30px;
}
.p-contact__wrap ul li {
  background-color: rgb(0, 0, 0);
  border: 2px solid #fff;
  margin: 0 auto 25px;
  padding: 0;
  border-radius: 9999px;
  text-align: center;
  max-width: 340px;
  height: 85px;
}
.p-contact__wrap ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 28px;
  height: 100%;
  width: 100%;
  border-radius: 9999px;
  gap: 15px;
}
.p-contact__wrap ul li a::before {
  content: "";
  height: 30px;
  width: 30px;
  background: url(../images/common/tel-white.png) no-repeat center/contain;
  flex-shrink: 0;
}
.p-contact__wrap ul li#bnr2 a {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
}
.p-contact__wrap ul li#bnr2 a::before {
  background: url(../images/common/ico-mail-wh.png) no-repeat center/contain;
}
.p-contact .sns-link {
  position: relative;
  z-index: 10;
}
.p-contact .sns-link h3 {
  text-align: center;
  font-size: 22px;
  margin-bottom: 10px;
}
.p-contact .sns-link ul {
  display: flex;
  justify-content: center;
}
.p-contact .sns-link ul li {
  width: 70px;
  height: 70px;
  margin: 0 8px;
}
.p-contact .sns-link ul li img {
  -o-object-fit: contain;
     object-fit: contain;
}
@media (min-width: 960px) {
  .p-contact {
    padding: 80px 0;
  }
  .p-contact__title {
    font-size: 32px;
    line-height: 1.8;
  }
  .p-contact__wrap {
    margin-bottom: 50px;
  }
  .p-contact__wrap ul {
    display: flex;
    justify-content: center;
  }
  .p-contact__wrap ul li {
    flex-basis: 48%;
    margin: 0 15px;
    max-width: 420px;
    height: 95px;
  }
  .p-contact__wrap ul li a {
    font-size: 34px;
  }
  .p-contact__wrap ul li#bnr2 a {
    font-size: 24px;
  }
  .p-contact .sns-link h3 {
    letter-spacing: 2px;
    font-size: 38px;
    margin-bottom: 20px;
  }
  .p-contact .sns-link ul li {
    width: 100px;
    height: 100px;
    margin: 0 12px;
  }
}

.p-footer {
  padding: 40px 0 12vh;
  background-color: #1a1a1a;
  position: relative;
  z-index: 10;
}
.p-footer__logo {
  text-align: center;
}
.p-footer__logo img {
  width: 50%;
}
.p-footer .sns-link ul {
  display: flex;
  justify-content: center;
}
.p-footer .sns-link ul li {
  margin: 0 10px;
  width: 50px;
  height: 50px;
}
.p-footer .sns-link ul li img {
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 50%;
  border: 1px solid #fff;
}
.p-footer__nav {
  display: block;
  margin-bottom: 40px;
}
.p-footer__nav ul {
  display: inline-block;
}
.p-footer__nav li {
  margin-bottom: 15px;
  text-align: left;
}
.p-footer__nav li span {
  position: relative;
  display: block;
  padding-left: 22px;
  color: #fff;
}
.p-footer__nav li span::before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  content: "";
  height: 10px;
  width: 10px;
  background-image: url(../images/common/arrow-wh.png);
  background-repeat: no-repeat;
  background-size: contain;
}
.p-footer__nav li .c-txt-sm, .p-footer__nav li .c-contact-text, .p-footer__nav li .p-news__content {
  font-size: 15px;
}
.p-footer .copyright {
  text-align: center;
  font-size: 12px;
  color: #888;
  border-top: 2px solid #fff;
  padding-top: 20px;
}
@media (min-width: 600px) {
  .p-footer__logo img {
    width: 220px;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .p-footer .sns-link {
    margin-bottom: 50px;
  }
  .p-footer__nav ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 40px 10vw 0;
  }
  .p-footer__nav li {
    width: 48%;
  }
}
@media (min-width: 960px) {
  .p-footer {
    padding: 70px 0 30px;
  }
  .p-footer .c-container, .p-footer .breadcrumb, .p-footer .p-message__desc, .p-footer .p-access__desc {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 70px;
  }
  .p-footer__wrap {
    flex-basis: 40%;
  }
  .p-footer .sns-link {
    margin-bottom: 0;
  }
  .p-footer__nav {
    flex-basis: 48%;
    margin-bottom: 0;
  }
  .p-footer__nav ul {
    margin: 0;
  }
  .p-footer .copyright {
    font-size: 14px;
    padding-top: 30px;
  }
}
@media (min-width: 1200px) {
  .p-footer__nav {
    flex-basis: 55%;
  }
  .p-footer__nav li .c-txt-sm, .p-footer__nav li .c-contact-text, .p-footer__nav li .p-news__content {
    font-size: 18px;
  }
}

.p-concept__list__item {
  margin-bottom: 50px;
}
.p-concept__list__item .Img {
  height: 350px;
  margin-bottom: 40px;
}
.p-concept__list__item .Desc {
  position: relative;
}
.p-concept__list__item .Desc .num {
  position: absolute;
  top: -110px;
  left: 5px;
  font-size: 90px;
  font-weight: 900;
}
.p-concept__list__item .Desc h3 {
  font-size: 38px;
  letter-spacing: 2px;
  font-weight: 400;
  margin-bottom: 15px;
}
.p-concept__list__item .Desc h3 strong {
  font-size: 42px;
  color: #0ca19a;
}
.p-concept__list__item .Desc h3 span {
  font-size: 22px;
}
.p-concept__desc strong {
  color: #0ca19a;
}
.p-concept__desc .onlyPC {
  display: none;
}
.p-concept__desc .more-btn {
  margin-top: 30px;
}
@media (min-width: 600px) {
  .p-concept__list__item .Img {
    margin-right: 30vw;
  }
  .p-concept__list__item .Desc {
    margin-left: 30vw;
  }
  .p-concept__list__item:nth-child(2n) .Img {
    margin-right: 0;
    margin-left: 30vw;
  }
  .p-concept__list__item:nth-child(2n) .Desc {
    margin-left: 0;
    margin-right: 30vw;
  }
  .p-concept__desc {
    text-align: center;
  }
  .p-concept__desc .onlyPC {
    display: block;
  }
}
@media (min-width: 960px) {
  .p-concept__list__item {
    display: flex;
    justify-content: space-between;
    margin-bottom: 70px;
  }
  .p-concept__list__item .Img {
    margin: 0;
    flex-basis: 48%;
  }
  .p-concept__list__item .Desc {
    margin: 0;
    flex-basis: 48%;
  }
  .p-concept__list__item .Desc .num {
    position: relative;
    top: 0;
    left: 0;
    line-height: 1;
    margin-bottom: 20px;
  }
  .p-concept__list__item .Desc h3 {
    font-size: 48px;
  }
  .p-concept__list__item .Desc h3 strong {
    font-size: 58px;
  }
  .p-concept__list__item .Desc h3 span {
    font-size: 28px;
  }
  .p-concept__list__item:nth-child(2n) {
    flex-direction: row-reverse;
  }
  .p-concept__list__item:nth-child(2n) .Img,
  .p-concept__list__item:nth-child(2n) .Desc {
    margin: 0;
  }
  .p-concept__desc .c-txt-sm, .p-concept__desc .c-contact-text, .p-concept__desc .p-news__content {
    font-size: 24px;
  }
  .p-concept__desc .more-btn {
    margin-top: 50px;
  }
}
@media (min-width: 1200px) {
  .p-concept__list {
    margin: 0 3vw;
  }
}
@media (min-width: 2000px) {
  .p-concept__list {
    margin: 0 8vw;
  }
  .p-concept__list__item .Img,
  .p-concept__list__item .Desc {
    flex-basis: 45%;
  }
}

.c-feature__list__item {
  background-color: #fff;
  color: rgb(0, 0, 0);
  margin-bottom: 30px;
  border-radius: 15px;
  padding: 30px 20px;
}
.c-feature__list__item .Icon {
  width: 120px;
  height: 120px;
  padding: 20px;
  border-radius: 50%;
  margin: 0 auto 20px;
  background-color: #0ca19a;
}
.c-feature__list__item .Icon img {
  -o-object-fit: contain;
     object-fit: contain;
}
.c-feature__list__item .Desc .num {
  text-align: center;
  color: #0ca19a;
  font-size: 28px;
  margin-bottom: 10px;
  font-weight: bold;
}
.c-feature__list__item .Desc .num span {
  border-bottom: 2px solid #0ca19a;
}
.c-feature__list__item .Desc h3 {
  text-align: center;
  color: #0ca19a;
  font-size: 20px;
  margin-bottom: 15px;
}
.c-feature__list__item:nth-child(2) .Icon {
  padding: 30px;
}
@media (min-width: 600px) {
  .c-feature__list__item .Desc h3 {
    font-size: 24px;
  }
  .c-feature__list__item .Desc h3 br {
    display: none;
  }
}
@media (min-width: 960px) {
  .c-feature__list__item {
    display: flex;
    align-items: center;
    padding: 30px 40px 40px 30px;
  }
  .c-feature__list__item .Icon {
    width: 150px;
    height: 150px;
    margin: 0 30px 0 0;
  }
  .c-feature__list__item .Desc {
    flex: 1;
  }
  .c-feature__list__item .Desc .num {
    display: inline-block;
    font-size: 38px;
    margin-right: 15px;
    margin-bottom: 0;
  }
  .c-feature__list__item .Desc h3 {
    display: inline-block;
    margin-bottom: 0;
  }
  .c-feature__list__item .Desc .c-txt-sm, .c-feature__list__item .Desc .c-contact-text, .c-feature__list__item .Desc .p-news__content {
    margin-top: 20px;
  }
}
@media (min-width: 1200px) {
  .c-feature__list__item {
    padding: 40px 50px 50px 40px;
  }
  .c-feature__list__item .Icon {
    width: 180px;
    height: 180px;
    margin: 0 40px 0 0;
  }
  .c-feature__list__item .Desc .num {
    font-size: 42px;
  }
  .c-feature__list__item .Desc h3 {
    font-size: 28px;
  }
}

.c-studio {
  position: relative;
  z-index: 10;
}
.c-studio__tit {
  color: #fff;
  text-align: center;
  font-size: 20px;
  font-weight: normal;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 20px;
  padding-top: 100px;
  margin-top: -100px;
}
.c-studio__tit::after {
  content: "";
  width: 30%;
  height: 1px;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.c-studio__item {
  margin-bottom: 50px;
  border: 1px solid #fff;
  padding: 10px 5px;
  background-color: rgba(173, 173, 173, 0.2901960784);
}
.c-studio__img {
  width: 80%;
  margin: 0 auto 20px;
}
.c-studio__img img {
  -o-object-fit: contain;
     object-fit: contain;
}
.c-studio__desc {
  color: #fff;
}
.c-studio__desc h3 {
  font-size: 28px;
  letter-spacing: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding-bottom: 5px;
  margin-bottom: 5px;
}
.c-studio__desc h3::after {
  content: "";
  width: 50%;
  height: 1px;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.c-studio__desc h3 strong {
  font-weight: normal;
}
.c-studio__desc h3 span {
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 2px;
}
.c-studio__desc h4 {
  font-weight: normal;
  text-align: center;
  font-size: 16px;
  margin-bottom: 20px;
}
.c-studio__desc .c-txt-sm, .c-studio__desc .c-contact-text, .c-studio__desc .p-news__content {
  font-size: 13px;
  padding-left: 1em;
  text-indent: -1em;
}
.c-studio__desc .c-txt-sm.cyusya, .c-studio__desc .cyusya.c-contact-text, .c-studio__desc .cyusya.p-news__content {
  text-align: center;
  padding-left: 0;
  text-indent: 0;
  padding-top: 20px;
  font-size: 14px;
}
.c-studio .com {
  color: #fff;
  text-align: center;
  font-size: 22px;
  padding: 20px 0;
}
@media (min-width: 600px) {
  .c-studio__tit {
    font-size: 24px;
  }
  .c-studio__desc .c-txt-sm, .c-studio__desc .c-contact-text, .c-studio__desc .p-news__content {
    text-align: center;
  }
}
@media (min-width: 960px) {
  .c-studio__tit {
    font-size: 28px;
  }
  .c-studio__item {
    margin-bottom: 70px;
  }
  .c-studio__desc h3 {
    font-size: 32px;
  }
  .c-studio__desc h3 span {
    padding: 0 20px;
    font-size: 16px;
  }
  .c-studio .com {
    font-size: 32px;
  }
}

.c-price__list {
  margin-bottom: 50px;
}
.c-price__list__item {
  margin-bottom: 30px;
  border: 1px solid #ccc;
  border-radius: 5px;
  padding-bottom: 15px;
}
.c-price__list__item .Tit {
  background-color: #737373;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 80px;
  border-radius: 3px 3px 0 0;
  margin-bottom: 15px;
}
.c-price__list__item .Tit h3 {
  font-size: 20px;
}
.c-price__list__item .Tit h3 small {
  font-size: 16px;
}
.c-price__list__item dl {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 10vw 10px;
}
.c-price__list__item dl dt {
  font-size: 18px;
}
.c-price__list__item dl dd {
  font-size: 20px;
}
.c-price__list__item .check {
  border-top: 1px solid #ccc;
  padding: 15px 15px 0;
  margin-top: 15px;
}
.c-price__list__item .check .c-txt-sm, .c-price__list__item .check .c-contact-text, .c-price__list__item .check .p-news__content {
  font-size: 15px;
}
.c-price__list__item.item3 .Tit {
  margin-bottom: 20px;
}
.c-price__list__item.item3 dl {
  padding: 0 10vw 20px;
}
.c-price__list__item.item3 dl dt {
  line-height: 1;
}
.c-price .caution {
  border: 1px solid #fff;
  padding: 15px;
}
.c-price .caution h3 {
  font-size: 18px;
  margin-bottom: 10px;
}
.c-price .caution .c-txt-sm, .c-price .caution .c-contact-text, .c-price .caution .p-news__content {
  padding-left: 1em;
  text-indent: -1em;
}
@media (min-width: 600px) {
  .c-price__list {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
  }
  .c-price__list__item {
    flex-basis: 48%;
  }
  .c-price__list__item dl {
    padding: 0 20px 20px;
  }
  .c-price__list__item.item3 dl {
    padding: 0 20px 20px;
  }
  .c-price .caution {
    padding: 20px;
  }
  .c-price .caution h3 {
    font-size: 22px;
  }
}
@media (min-width: 960px) {
  .c-price__list__item {
    flex-basis: 31%;
  }
  .c-price .caution {
    padding: 30px;
  }
  .c-price .caution h3 {
    font-size: 28px;
    margin-bottom: 20px;
  }
}
.c-flow__list__item {
  margin-top: 50px;
  border: 2px solid #0ca19a;
  border-radius: 8px;
  padding: 40px 15px 20px;
  position: relative;
}
.c-flow__list__item .num {
  font-size: 24px;
  position: absolute;
  z-index: 20;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
}
.c-flow__list__item .num::before {
  content: "";
  width: 60px;
  height: 60px;
  background-color: #0ca19a;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: -1;
}
.c-flow__list__item .Wrap {
  display: flex;
  justify-content: left;
  align-items: center;
  margin-bottom: 20px;
}
.c-flow__list__item .Wrap .Icon {
  width: 40px;
  height: 40px;
  margin-right: 10px;
}
.c-flow__list__item .Wrap .Icon img {
  -o-object-fit: contain;
     object-fit: contain;
}
.c-flow__list__item .Wrap .Title {
  flex: 1;
  font-size: 20px;
}
@media (min-width: 600px) {
  .c-flow__list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .c-flow__list__item {
    flex-basis: 48%;
  }
}
@media (min-width: 960px) {
  .c-flow .c-title {
    margin-bottom: 0;
  }
  .c-flow__list__item {
    margin-top: 80px;
    padding: 55px 20px 30px;
  }
  .c-flow__list__item .num {
    font-size: 42px;
    top: -40px;
  }
  .c-flow__list__item .num::before {
    width: 80px;
    height: 80px;
  }
  .c-flow__list__item .Wrap {
    margin-bottom: 30px;
  }
  .c-flow__list__item .Wrap .Icon {
    width: 40px;
    height: 40px;
  }
  .c-flow__list__item .Wrap .Title {
    font-size: 24px;
  }
}
@media (min-width: 1200px) {
  .c-flow .c-container, .c-flow .breadcrumb, .c-flow .p-message__desc, .c-flow .p-access__desc {
    padding: 0 8vw;
  }
  .c-flow__list__item {
    flex-basis: 32%;
  }
}
@media (min-width: 2000px) {
  .c-flow .c-container, .c-flow .breadcrumb, .c-flow .p-message__desc, .c-flow .p-access__desc {
    padding: 0 20vw;
  }
}

.c-table__list__item {
  margin-bottom: 15px;
  border: 1px solid #0ca19a;
  background-color: rgba(128, 207, 191, 0.3019607843);
  padding: 15px;
  border-radius: 5px;
}
.c-table__list__item .time {
  font-size: 14px;
  color: #ccc;
}
.c-table__list__item .title {
  font-size: 18px;
  font-weight: bold;
  padding: 15px 0;
  line-height: 1.6;
}
.c-table__list__item.picture {
  border: 1px solid rgb(234, 122, 33);
  background-color: rgba(255, 162, 88, 0.3019607843);
}
.c-table__list__item.picture .teacher {
  display: flex;
  align-items: center;
}
.c-table__list__item.picture .teacher .Icon {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-color: rgb(234, 122, 33);
}
.c-table__list__item.picture .teacher .Icon img {
  border-radius: 50%;
  -o-object-position: center top;
     object-position: center top;
}
.c-table__list__item.picture .teacher .name {
  flex: 1;
  font-size: 28px;
  margin-left: 30px;
  letter-spacing: 2px;
  font-weight: bold;
}
.c-table__list__item.pre {
  position: relative;
}
.c-table__list__item.pre::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5568627451);
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
}
.c-table__list__item.pre::after {
  content: "準備中...";
  color: #fff;
  font-size: 24px;
  letter-spacing: 2px;
  font-weight: bold;
  position: absolute;
  bottom: 20px;
  right: 20px;
  transform: rotate(-8deg);
}
@media (min-width: 600px) {
  .c-table__list {
    margin: 0 10vw;
  }
  .c-table__list__item {
    margin-bottom: 15px;
    padding: 20px 30px;
  }
  .c-table__list__item .time {
    font-size: 16px;
  }
  .c-table__list__item .title {
    font-size: 20px;
    padding: 20px 0 10px;
  }
  .c-table__list__item.picture .title {
    padding: 20px 0 20px;
  }
  .c-table__list__item.picture .teacher .name {
    font-size: 36px;
  }
}
@media (min-width: 960px) {
  .c-table__list {
    margin: 0 5vw;
  }
  .c-table__list__item {
    padding: 40px 30px;
    margin-bottom: 30px;
  }
  .c-table__list__item .title {
    padding: 0;
  }
  .c-table__list__item .Wrap {
    display: flex;
    align-items: center;
  }
  .c-table__list__item .time {
    font-size: 20px;
    width: 160px;
  }
  .c-table__list__item .title {
    font-size: 24px;
  }
  .c-table__list__item.picture .title {
    padding: 0;
  }
  .c-table__list__item.picture .teacher {
    margin-top: 20px;
    margin-left: 160px;
  }
  .c-table__list__item.picture .teacher .name {
    font-size: 42px;
  }
  .c-table__list__item.pre::after {
    font-size: 38px;
    bottom: 30px;
    right: 50px;
  }
}
@media (min-width: 1200px) {
  .c-table__list {
    margin: 0 5vw;
  }
  .c-table__list__item {
    padding: 40px 5vw;
  }
  .c-table__list__item .time {
    font-size: 28px;
    width: 220px;
  }
  .c-table__list__item .title {
    font-size: 28px;
  }
  .c-table__list__item.picture .teacher {
    margin-left: 220px;
  }
  .c-table__list__item.picture .teacher .name {
    font-size: 48px;
  }
}

.c-works-sl-name {
  margin: 20px 0 40px;
}
.c-works-sl-name h2 {
  font-size: 28px;
  letter-spacing: 2px;
  margin-bottom: 10px;
}
.c-works-sl-name ul li {
  display: flex;
  flex-wrap: wrap;
}
.c-works-sl-name .genre-tag {
  background-color: #0ca19a;
  padding: 4px 8px;
  border-radius: 2px;
  font-size: 12px;
  margin: 0 5px 5px 0;
  font-weight: bold;
}
.c-works-sl__subtit {
  position: relative;
  padding-bottom: 8px;
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: bold;
}
.c-works-sl__subtit::before {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  height: 1px;
  width: 50px;
  background-color: #0ca19a;
}
.c-works-sl__desc {
  margin-bottom: 50px;
}
.c-works-sl__desc__item {
  margin-bottom: 40px;
}
.c-works-sl .sns-link ul {
  display: flex;
  flex-wrap: wrap;
}
.c-works-sl .sns-link ul li {
  width: 50px;
  height: 50px;
  margin: 10px 15px 0 0;
}
.c-works-sl .sns-link ul li img {
  -o-object-fit: contain;
     object-fit: contain;
}
@media (min-width: 600px) {
  .c-works-sl-name {
    margin: 30px 0 50px;
  }
  .c-works-sl-name h2 {
    font-size: 38px;
  }
  .c-works-sl-name .genre-tag {
    font-size: 14px;
  }
  .c-works-sl__subtit {
    padding-bottom: 10px;
    margin-bottom: 20px;
    font-size: 22px;
  }
}
@media (min-width: 960px) {
  .c-works-sl__wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 40px;
  }
  .c-works-sl__img {
    flex-basis: 48%;
  }
  .c-works-sl-name {
    flex-basis: 48%;
    margin: 0 0 0 4%;
  }
  .c-works-sl-name h2 {
    font-size: 48px;
  }
  .c-works-sl-name .genre-tag {
    font-size: 16px;
    margin: 0 8px 8px 0;
  }
  .c-works-sl__subtit {
    padding-bottom: 12px;
    margin-bottom: 30px;
    font-size: 26px;
  }
  .c-works-sl__subtit::before {
    height: 2px;
    width: 80px;
  }
  .c-works-sl__desc {
    margin-bottom: 80px;
  }
  .c-works-sl__desc__item {
    margin-bottom: 60px;
  }
  .c-works-sl .sns-link ul li {
    width: 80px;
    height: 80px;
    margin: 20px 20px 0 0;
  }
}
@media (min-width: 1200px) {
  .c-works-sl .c-container, .c-works-sl .breadcrumb, .c-works-sl .p-message__desc, .c-works-sl .p-access__desc {
    padding: 0 18vw;
  }
}
@media (min-width: 2000px) {
  .c-works-sl .c-container, .c-works-sl .breadcrumb, .c-works-sl .p-message__desc, .c-works-sl .p-access__desc {
    padding: 0 25vw;
  }
}

.achievement ul {
  display: flex;
  justify-content: left;
  flex-wrap: wrap;
}
.achievement__item {
  position: relative;
  flex-basis: 49%;
  margin: 0 2% 15px 0;
  border-radius: 5px;
  overflow: hidden;
}
.achievement__item a {
  color: #fff;
}
.achievement__item a p {
  margin-bottom: 5px;
}
.achievement__item:nth-child(2n) {
  margin: 0 0 15px 0;
}
.achievement__text {
  background-color: #0ca19a;
  padding: 5px 10px;
  color: #fff;
  text-align: center;
  font-size: 18px;
}
.achievement__img {
  position: relative;
  height: 180px;
}
.achievement__img img {
  -o-object-position: center top;
     object-position: center top;
}
@media (min-width: 600px) {
  .achievement__text {
    font-size: 24px;
  }
  .achievement__img {
    height: 350px;
  }
}
@media (min-width: 960px) {
  .achievement__item {
    flex-basis: 32%;
    margin: 0 2% 30px 0;
  }
  .achievement__item:nth-child(2n) {
    margin: 0 2% 30px 0;
  }
  .achievement__item:nth-child(3n) {
    margin: 0 0 30px 0;
  }
  .achievement__text {
    font-size: 28px;
    letter-spacing: 2px;
  }
}
@media (min-width: 1200px) {
  .achievement__img {
    height: 350px;
  }
}

.faq {
  position: relative;
}
.faq .c-txt-sm, .faq .c-contact-text, .faq .p-news__content {
  font-size: 14px;
  font-weight: 300;
}
.faq dt {
  position: relative;
  cursor: pointer;
  transition: color 0.2s cubic-bezier(0, 0, 0.58, 1);
  border-bottom: 1px solid gainsboro;
}
.faq dt::before {
  position: absolute;
  top: 45%;
  transform: translateY(-50%);
  left: 0;
  content: "Q";
  color: #0ca19a;
  font-size: 20px;
  padding: 10px;
}
.faq dt span {
  margin-left: 8vw;
  margin-right: 8vw;
  line-height: 1.5;
  display: block;
  position: relative;
  padding: 20px 10px;
}
.faq dt .i_box {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 3vw;
  width: 20px;
  height: 20px;
}
.faq dt .i_box::before {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  background: url(../images/common/arrow-wh.png) no-repeat center/contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%) rotate(90deg);
  transition: transform 0.3s ease;
}
.faq dd {
  position: relative;
}
.faq dd::before {
  content: "A";
  position: absolute;
  top: 20px;
  left: 10px;
  bottom: 0;
  margin: auto;
  width: 12px;
  font-size: 22px;
  color: rgb(234, 122, 33);
}
.faq dd .m-description-article {
  font-size: 3.7vw;
  display: block;
  line-height: 2;
  margin-left: 8vw;
  padding: 20px 10px;
}
@media (min-width: 600px) {
  .faq .c-txt-sm, .faq .c-contact-text, .faq .p-news__content {
    font-size: 16px;
  }
  .faq dt span {
    margin-left: 5vw;
    margin-right: 5vw;
  }
  .faq dd {
    position: relative;
  }
  .faq dd .m-description-article {
    margin-left: 5vw;
  }
}
@media (min-width: 960px) {
  .faq {
    padding: 0 5vw;
  }
  .faq .c-txt-sm, .faq .c-contact-text, .faq .p-news__content {
    font-size: 20px;
  }
  .faq dt span {
    margin-left: 4vw;
    margin-right: 4vw;
  }
  .faq dt::before {
    top: 43%;
    font-size: 26px;
  }
  .faq dt .i_box {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 3vw;
    width: 20px;
    height: 20px;
  }
  .faq dt .i_box::before {
    width: 15px;
    height: 15px;
  }
  .faq dd::before {
    top: 15px;
    font-size: 28px;
  }
  .faq dd .m-description-article {
    margin-left: 4vw;
  }
}
@media (min-width: 1200px) {
  .faq .c-txt-sm, .faq .c-contact-text, .faq .p-news__content {
    font-size: 22px;
  }
}

.news-wrapper .p-news {
  margin-bottom: 0;
}
.news-wrapper .p-news .category-list {
  margin-top: 50px;
}
.news-wrapper .p-news .category-list h4 {
  text-align: center;
  font-size: 32px;
  margin-bottom: 10px;
}
.news-wrapper .p-news .category-list ul {
  max-width: 300px;
  margin: 0 auto;
}
.news-wrapper .p-news .category-list ul li {
  border-bottom: 1px solid #ccc;
  padding: 10px;
  position: relative;
}
.news-wrapper .p-news .category-list ul li::before {
  position: absolute;
  top: 0;
  right: 5px;
  bottom: 0;
  margin: auto;
  content: "";
  width: 0;
  height: 0;
  border-left: 10px solid #64d4b8;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}
.news-wrapper .p-news .category-list ul li a {
  color: #fff;
}
@media (min-width: 960px) {
  .news-wrapper .p-news .c-container, .news-wrapper .p-news .breadcrumb, .news-wrapper .p-news .p-message__desc, .news-wrapper .p-news .p-access__desc {
    display: grid;
    grid-template-rows: auto auto;
    grid-template-columns: 65% 30%;
    gap: 0 5%;
    padding: 0 8vw;
  }
  .news-wrapper .p-news .c-container .p-news__list, .news-wrapper .p-news .breadcrumb .p-news__list, .news-wrapper .p-news .p-message__desc .p-news__list, .news-wrapper .p-news .p-access__desc .p-news__list {
    grid-row: 1/2;
    grid-column: 1/2;
  }
  .news-wrapper .p-news .c-container .pagination, .news-wrapper .p-news .breadcrumb .pagination, .news-wrapper .p-news .p-message__desc .pagination, .news-wrapper .p-news .p-access__desc .pagination {
    grid-row: 2/3;
    grid-column: 1/2;
  }
  .news-wrapper .p-news .c-container .category-list, .news-wrapper .p-news .breadcrumb .category-list, .news-wrapper .p-news .p-message__desc .category-list, .news-wrapper .p-news .p-access__desc .category-list {
    grid-row: 1/3;
    grid-column: 2/3;
    margin-top: 0;
  }
}
@media (min-width: 1200px) {
  .news-wrapper .p-news .c-container, .news-wrapper .p-news .breadcrumb, .news-wrapper .p-news .p-message__desc, .news-wrapper .p-news .p-access__desc {
    padding: 0 12vw;
  }
}

.c-news-sl .c-container, .c-news-sl .breadcrumb, .c-news-sl .p-message__desc, .c-news-sl .p-access__desc {
  padding: 0 5vw 0 5vw;
}
.c-news-sl__date {
  color: #fff;
}
.c-news-sl__tit .c-txt-md {
  line-height: 1.5;
}
.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.8rem;
}
.c-news-sl__link a {
  display: inline-block;
  padding-bottom: 5px;
  border-bottom: 1px solid rgb(255, 255, 255);
}
.c-news-sl__link a span {
  color: #fff;
}
@media (min-width: 600px) {
  .c-news-sl .c-container, .c-news-sl .breadcrumb, .c-news-sl .p-message__desc, .c-news-sl .p-access__desc {
    padding: 0 8vw;
  }
  .c-news-sl__contents {
    padding: 5vw 0;
  }
}
@media (min-width: 960px) {
  .c-news-sl .c-container, .c-news-sl .breadcrumb, .c-news-sl .p-message__desc, .c-news-sl .p-access__desc {
    padding: 0 12vw;
  }
  .c-news-sl__contents {
    padding: 4vw 0;
  }
}
@media (min-width: 1200px) {
  .c-news-sl .c-container, .c-news-sl .breadcrumb, .c-news-sl .p-message__desc, .c-news-sl .p-access__desc {
    padding: 0 18vw;
  }
  .c-news-sl__contents {
    padding: 3vw 0;
  }
  .c-news-sl__contents figure {
    max-width: 800px;
    margin: 30px auto;
  }
  .c-news-sl__link {
    margin: 0 0 6vw 0;
  }
}
@media (min-width: 1200px) {
  .c-news-sl .c-container, .c-news-sl .breadcrumb, .c-news-sl .p-message__desc, .c-news-sl .p-access__desc {
    padding: 0 25vw;
  }
}

.wp-categories {
  margin-bottom: 20px;
}
.wp-categories ul {
  display: flex;
}
.wp-categories ul li {
  margin-right: 10px;
}
.wp-categories ul li a {
  color: #fff;
  background-color: rgb(234, 122, 33);
  padding: 5px 10px;
  border-radius: 5px;
  font-size: 12px;
}
@media (min-width: 960px) {
  .wp-categories ul li a {
    font-size: 14px;
  }
}

.pagination .page-numbers {
  margin: 6vw 0;
}
.pagination .page-numbers:not(.next):not(.prev) {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgb(0, 0, 0);
  font-size: 12px;
  padding-left: 3px;
}
.pagination .page-numbers:not(.next):not(.prev) .current {
  border: 1px solid rgba(0, 0, 0, 0);
  background: #0ca19a !important;
  color: #fff;
}
.pagination .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;
}
.pagination .page-numbers:not(.next):not(.prev) .next {
  position: relative;
  padding-right: 22px;
  color: rgb(0, 0, 0);
  top: 0;
}
.pagination .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-wh.png);
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  top: 1px;
  width: 12px;
  height: 12px;
  margin-left: 8px;
}
@media (min-width: 600px) {
  .pagination .page-numbers:not(.next):not(.prev) .page-numbers:not(.next):not(.prev) {
    width: 45px;
    height: 45px;
  }
  .pagination .page-numbers:not(.next):not(.prev) .next {
    top: 1px;
  }
}
@media (min-width: 900px) {
  .pagination .page-numbers:not(.next):not(.prev) .page-numbers:not(.next):not(.prev) {
    width: 55px;
    height: 55px;
    font-size: 18px;
  }
  .pagination .page-numbers:not(.next):not(.prev) .next {
    top: 2px;
    font-size: 18px;
  }
  .pagination .page-numbers:not(.next):not(.prev) .next::after {
    top: 4px;
  }
}
@media (min-width: 960px) {
  .pagination {
    margin: 0 24vw;
  }
}

.c-contact dt p {
  display: inline-block;
}
.c-contact .contact-form {
  margin-bottom: 40px;
  text-align: center;
}
.c-contact .contact-form h1 {
  display: block;
  text-align: center;
  margin: 30px 0;
}
.c-contact .contact-form input, .c-contact .contact-form textarea {
  width: 100%;
  border: 1px solid rgb(0, 0, 0);
}
.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(0, 0, 0);
}
.c-contact .contact-form dl {
  text-align: left;
  display: inline-block;
  width: 280px;
  padding-bottom: 20px;
}
.c-contact .contact-form dt {
  font-size: 14px;
}
.c-contact .contact-form .must {
  position: relative;
  padding: 5px 15px 5px 0;
  margin-right: 10px;
}
.c-contact .contact-form .must::after {
  content: "*";
  font-size: 14px;
  color: #64d4b8;
}
.c-contact .contact-form .free {
  padding: 5px 15px 5px 0;
  margin-right: 10px;
}
.c-contact .contact-form .ct-request select {
  width: 100%;
}
.c-contact .contact-form .ct-flex {
  display: flex;
  justify-content: space-between;
  width: 280px;
  text-align: center;
  margin: auto;
  padding-bottom: 20px;
}
.c-contact .contact-form .ct-sex {
  display: inline-block;
  text-align: left;
}
.c-contact .contact-form .ct-sex input {
  margin: 0;
}
.c-contact .contact-form .ct-sex select {
  height: 45px;
}
.c-contact .contact-form .ct-age {
  display: inline-block;
  text-align: right;
}
.c-contact .contact-form .ct-age dt {
  text-align: left;
  display: block;
  padding-left: 13px;
}
.c-contact .contact-form .ct-date {
  text-align: left;
  font-size: 14px;
}
.c-contact .contact-form .ct-date input {
  margin-top: 0;
  width: 130px;
}
.c-contact .contact-form .ct-time {
  display: inline-block;
  text-align: right;
}
.c-contact .contact-form .ct-time dt {
  text-align: left;
  display: block;
  padding-left: 13px;
}
.c-contact .contact-form .wpcf7 form.invalid .wpcf7-response-output {
  border: 1px solid red;
}
.c-contact .contact-form .wpcf7-acceptance input {
  height: 20px;
  width: 20px;
  margin-right: 10px;
}
.c-contact .contact-form .ms-1 {
  color: #64d4b8;
  border-bottom: 1px solid #64d4b8;
}
.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(0, 0, 0);
  width: 70%;
  max-width: 320px;
}
.c-contact .contact-form .ajax-loader {
  display: none;
}
.c-contact .contact-form .wpcf7-spinner {
  display: none;
}
@media (min-width: 600px) {
  .c-contact .contact-form .c-contact-text {
    font-size: 18px;
  }
  .c-contact .contact-form dt {
    font-size: 20px;
  }
  .c-contact .contact-form dl {
    width: 540px;
  }
  .c-contact .contact-form .ct-date input {
    width: 250px;
  }
  .c-contact .contact-form .ct-flex {
    width: 540px;
  }
  .c-contact .contact-form select {
    width: 250px;
  }
  .c-contact .contact-form .submit-btn input {
    width: 70%;
    max-width: 320px;
    height: 64px;
    font-size: 20px;
  }
  .c-contact .contact-form .wpcf7-acceptance input {
    height: 30px;
    width: 30px;
    margin-right: 15px;
  }
  .c-contact .contact-form .ms-1 {
    font-size: 18px;
  }
}
@media (min-width: 1200px) {
  .c-contact .contact-form dl {
    width: 800px;
  }
  .c-contact .contact-form .ct-date input {
    width: 380px;
  }
  .c-contact .contact-form .ct-flex {
    width: 800px;
  }
  .c-contact .contact-form select {
    width: 380px;
  }
  .c-contact .contact-form .ct-age dt,
  .c-contact .contact-form .ct-time dt {
    padding-left: 25px;
  }
}
.c-contact .grecaptcha-badge {
  box-shadow: none !important;
  width: 100% !important;
}
.c-contact .grecaptcha-badge iframe {
  box-shadow: grey 0px 0px 5px;
}
@media (min-width: 1500px) {
  .c-contact .wrap {
    padding: 0 200px;
  }
}

.grecaptcha-badge {
  visibility: hidden;
}

.c-privacy-title {
  text-align: center;
  font-size: 26px;
  display: block;
  margin-bottom: 50px;
  font-weight: bold;
}
.c-privacy h3 {
  margin-bottom: 20px;
}
.c-privacy-item {
  margin-bottom: 30px;
}
.c-privacy .more-btn {
  margin-top: 50px;
}
@media (min-width: 600px) {
  .c-privacy .p-title br {
    display: none;
  }
}
@media (min-width: 960px) {
  .c-privacy h3 {
    font-size: 24px;
  }
  .c-privacy-item {
    margin-bottom: 50px;
  }
  .c-privacy .more-btn {
    margin-top: 70px;
  }
}

.c-thanks {
  margin-top: 50px;
}
.c-thanks-title {
  text-align: center;
  font-size: 24px;
  display: block;
  margin-bottom: 30px;
  font-weight: bold;
}
.c-thanks h3 {
  margin-bottom: 20px;
}
.c-thanks-item {
  margin-bottom: 30px;
}
.c-thanks .more-btn {
  margin-top: 50px;
}
@media (min-width: 600px) {
  .c-thanks-title {
    font-size: 28px;
  }
  .c-thanks-title br {
    display: none;
  }
}
@media (min-width: 960px) {
  .c-thanks {
    margin-top: 150px;
  }
  .c-thanks-title {
    font-size: 32px;
    margin-bottom: 50px;
  }
  .c-thanks-item {
    margin-bottom: 50px;
  }
  .c-thanks h3 {
    font-size: 24px;
  }
  .c-thanks .more-btn {
    margin-top: 70px;
  }
}
.p-header {
  width: 100%;
  height: 64px;
}
.p-header .logo__img {
  display: inline-block;
  margin: 0 10px 0 8px;
}
.p-header .logo {
  background-image: url(../images/common/logo.webp);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  height: 60px;
  width: 95px;
  opacity: 1;
}
@media (min-width: 960px) {
  .p-header .logo {
    height: 80px;
    width: 130px;
  }
}
.p-header .sp-navbtn {
  position: fixed;
  bottom: 0;
  left: 0;
  height: 9vh;
  width: 100%;
  z-index: 9999;
  transition: all 0.3s;
  background-color: rgba(255, 255, 255, 0.8235294118);
}
.p-header .sp-navbtn__container {
  display: flex;
  align-items: center;
  justify-content: space-around;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.p-header .sp-navbtn__container li {
  width: 50%;
  height: 100%;
  background: linear-gradient(-45deg, #ff6b35 0%, #f7931e 100%);
  display: flex;
  justify-content: center;
  align-items: center;
}
.p-header .sp-navbtn__container a {
  position: relative;
  letter-spacing: 2px;
  color: #fff;
  font-weight: bold;
  padding-top: 25px;
  font-size: 13px;
}
.p-header .sp-navbtn__container a::before {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  margin: auto;
  content: "";
  height: 20px;
  width: 20px;
  background-image: url(../images/common/tel-white.png);
  background-size: contain;
  background-repeat: no-repeat;
}
.p-header .sp-navbtn__container .sp2 {
  background: linear-gradient(135deg, #06c755 0%, #05a647 100%);
}
.p-header .sp-navbtn__container .sp2 a::before {
  width: 23px;
  height: 23px;
  background-image: url(../images/common/navbtn1.svg);
}
.p-header .sp-navbtn__container .sp3 {
  background: linear-gradient(135deg, #e1306c 0%, #c13584 50%, #833ab4 100%);
}
.p-header .sp-navbtn__container .sp3 a::before {
  width: 23px;
  height: 23px;
  background-image: url(../images/common/navbtn2.svg);
}
.p-header .sp-navbtn__container a:hover,
.p-header .sp-navbtn__container a:active {
  text-decoration: underline;
}
@media (max-width: 959px) {
  .p-header {
    height: 64px;
  }
  .p-header .pc-container,
  .p-header .pc-navbtn {
    display: none;
  }
}
@media (min-width: 960px) {
  .p-header {
    height: 0px;
  }
  .p-header .pc-container {
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    justify-content: right;
    align-items: center;
    z-index: 8000;
    width: 100%;
    height: 100px;
    background-color: rgba(0, 0, 0, 0.5);
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  }
  .p-header .pc-container .sns-link {
    margin-right: 3vw;
  }
  .p-header .pc-container .sns-link ul {
    display: flex;
    justify-content: right;
  }
  .p-header .pc-container .sns-link ul li {
    width: 40px;
    height: 40px;
    margin: 0 5px;
  }
  .p-header .pc-container .sns-link ul li img {
    -o-object-fit: contain;
       object-fit: contain;
  }
  .p-header .pc-container .pc-nav {
    margin-bottom: 10px;
  }
  .p-header .pc-container .pc-nav-list {
    display: flex;
    justify-content: flex-end;
  }
  .p-header .pc-container .pc-nav-item {
    font-size: 16px;
    padding-top: 10px;
    padding-right: 2.2vw;
    transition: all 0.3s;
  }
  .p-header .pc-container .pc-nav-item a {
    color: #fff;
  }
  .p-header .pc-container .pc-nav-item:hover {
    transform: translateY(4px);
    transition: all 0.3s;
  }
  .p-header .pc-container .pc-contact {
    position: absolute;
    top: 2px;
    right: 10px;
  }
  .p-header .pc-container .pc-contact a {
    position: relative;
    background-color: rgb(32, 80, 119);
    padding: 8px 20px 8px 30px;
    border-radius: 4px;
    color: #fff;
    display: inline-block;
    transition: all 0.3s;
  }
  .p-header .pc-container .pc-contact a:hover {
    transform: translateY(4px);
    transition: all 0.3s;
  }
  .p-header .pc-container .pc-contact .pc-tel::before {
    position: absolute;
    top: 0;
    left: 5px;
    bottom: 0;
    margin: auto;
    content: "";
    height: 18px;
    width: 18px;
    background-image: url(../images/common/tel-white.png);
    background-size: contain;
    background-repeat: no-repeat;
  }
  .p-header .pc-container .pc-contact .pc-net::before {
    position: absolute;
    top: 0;
    left: 5px;
    bottom: 0;
    margin: auto;
    content: "";
    height: 18px;
    width: 18px;
    background-image: url(../images/common/icon-link-1-white.png);
    background-size: contain;
    background-repeat: no-repeat;
  }
  .p-header .pc-container .logo__img {
    display: inline-block;
    margin: 0 10px 8px 20px;
    position: fixed;
    top: 0;
    left: 0;
  }
  .p-header .pc-container.header-hidden {
    transform: translateY(-100%);
  }
  .p-header .mobile-container,
  .p-header .sp-navbtn,
  .p-header .mobile-menu {
    display: none;
  }
}
@media (min-width: 1200px) {
  .p-header .pc-container .sns-link ul li {
    width: 60px;
    height: 60px;
  }
  .p-header .pc-container .pc-nav-item {
    font-size: 18px;
    padding-right: 2.5vw;
  }
}
@media (min-width: 2000px) {
  .p-header .pc-container {
    padding: 0 18vw;
  }
  .p-header .pc-container .logo__img {
    left: 18vw;
  }
}

.mobile-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: translateX(100%);
  transition: all 0.5s;
  z-index: 8000;
}
.mobile-menu__nav {
  display: block;
  height: 100%;
  width: 100%;
  background-color: rgb(0, 0, 0);
}
.mobile-menu__list {
  width: 100%;
  list-style: none;
  padding-top: 120px;
  margin-bottom: 50px;
}
.mobile-menu__item {
  opacity: 0;
  margin: 0 0 20px;
  font-size: 16px;
  text-align: center;
}
.mobile-menu__item a {
  display: block;
  width: 80%;
  color: #fff !important;
  position: relative;
}
@media (min-width: 600px) {
  .mobile-menu__item {
    margin: 0 0 30px;
    font-size: 18px;
  }
  .mobile-menu__item a {
    width: 50%;
  }
}

.mobile-container {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 9999;
  overflow: hidden;
  height: 64px;
  width: 100%;
  background-color: rgb(0, 0, 0);
}
.mobile-container .mobile-button {
  position: fixed;
  top: 0px;
  right: 0px;
  z-index: 3000;
  display: flex;
  justify-content: right;
}
.mobile-container .mobile-menu__btn {
  background-color: unset;
  border: none;
  outline: none !important;
  cursor: pointer;
  display: block;
  background-color: #0ca19a;
  height: 64px;
  padding: 10px 20px;
}
.mobile-container .mobile-menu__btn.inview > span {
  background-color: #fff;
}
.mobile-container .mobile-menu__btn > span {
  background-color: #fff;
  width: 25px;
  height: 2px;
  display: block;
  margin-bottom: 7px;
  transition: transform 0.7s;
  opacity: 1;
}
.mobile-container .mobile-menu__btn > span:last-child {
  margin-bottom: 0;
}
@media (min-width: 600px) {
  .mobile-container .mobile-menu__btn span {
    width: 35px;
    margin-bottom: 9px;
  }
}

.menu-open.mobile-menu {
  z-index: 8000;
  transition: all 0.5s;
  transform: translateX(20%);
}
.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;
}
@media (min-width: 600px) {
  .menu-open.mobile-menu {
    transform: translateX(50%);
  }
}
.menu-open .mobile-menu__btn > span {
  background-color: #fff !important;
}
.menu-open .mobile-menu__btn > span:nth-child(1) {
  transition-delay: 70ms;
  transform: translateY(10px) rotate(135deg);
}
.menu-open .mobile-menu__btn > span:nth-child(2) {
  transition-delay: 140ms;
  transform: scaleX(0);
}
.menu-open .mobile-menu__btn > span:nth-child(3) {
  transition-delay: 140ms;
  transform: translateY(-8px) rotate(-135deg);
}
@media (min-width: 600px) {
  .menu-open .mobile-menu__btn > span:nth-child(1) {
    transform: translateY(13px) 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 3s ease;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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;
  width: 250px;
  height: auto !important;
  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;
  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;
}

.panel {
  display: none;
}

.tab-cate {
  text-align: center;
  border-bottom: 3px solid #0ca19a;
  padding-bottom: 5px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.tab-cate .tab,
.tab-cate .tab2 {
  padding: 10px;
  border: 2px solid #0ca19a;
  font-weight: bold;
  color: #0ca19a;
  background-color: #fff;
  font-size: 14px;
  text-align: center;
  cursor: pointer;
  margin: 0 5px 10px;
}
@media (min-width: 600px) {
  .tab-cate .tab,
  .tab-cate .tab2 {
    font-size: 18px;
    padding: 12px;
    margin: 0 8px 15px;
  }
}
@media (min-width: 960px) {
  .tab-cate .tab,
  .tab-cate .tab2 {
    font-size: 22px;
    padding: 12px 20px;
  }
}
@media (min-width: 1200px) {
  .tab-cate .tab,
  .tab-cate .tab2 {
    font-size: 28px;
    padding: 15px 25px;
  }
}
@media (min-width: 960px) {
  .tab-cate {
    margin-bottom: 40px;
  }
}

.tab.is-active {
  color: #fff;
  transition: all 0.2s ease-out;
  background-color: #0ca19a;
  border: 2px solid #0ca19a;
}

.panel.is-show {
  display: block;
}/*# sourceMappingURL=style.css.map */