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

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

.c-txt-sm, .c-contact .contact-form .privacy, .c-contact .contact-form, .c-news-sl__contents, .breadcrumb {
  font-size: 13px;
  letter-spacing: 2px;
  line-height: 2.5;
}
@media screen and (min-width: 600px) {
  .c-txt-sm, .c-contact .contact-form .privacy, .c-contact .contact-form, .c-news-sl__contents, .breadcrumb {
    font-size: 14px;
    line-height: 2.2;
  }
}
@media screen and (min-width: 960px) {
  .c-txt-sm, .c-contact .contact-form .privacy, .c-contact .contact-form, .c-news-sl__contents, .breadcrumb {
    font-size: 15px;
  }
}
@media screen and (min-width: 1200px) {
  .c-txt-sm, .c-contact .contact-form .privacy, .c-contact .contact-form, .c-news-sl__contents, .breadcrumb {
    font-size: 16px;
  }
}
@media screen and (min-width: 2000px) {
  .c-txt-sm, .c-contact .contact-form .privacy, .c-contact .contact-form, .c-news-sl__contents, .breadcrumb {
    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, .c-contact-text, .p-slide, .p-contact__desc, .p-service__tit, .cta__block, .c-title, .top-title, .breadcrumb {
  margin-bottom: 30px;
}
@media screen and (min-width: 600px) {
  .mb-sm, .c-contact-text, .p-slide, .p-contact__desc, .p-service__tit, .cta__block, .c-title, .top-title, .breadcrumb {
    margin-bottom: 45px;
  }
}
@media screen and (min-width: 960px) {
  .mb-sm, .c-contact-text, .p-slide, .p-contact__desc, .p-service__tit, .cta__block, .c-title, .top-title, .breadcrumb {
    margin-bottom: 60px;
  }
}

.mb-md, .c-contact, .c-news-sl, .c-news .category-list, .c-news, .c-service .c-able, .p-news__list, .p-news, .p-footer__nav ul, .p-footer .sns-link, .p-calendar, .p-service, .p-sns, .p-prof, .cta {
  margin-bottom: 50px;
}
@media screen and (min-width: 600px) {
  .mb-md, .c-contact, .c-news-sl, .c-news .category-list, .c-news, .c-service .c-able, .p-news__list, .p-news, .p-footer__nav ul, .p-footer .sns-link, .p-calendar, .p-service, .p-sns, .p-prof, .cta {
    margin-bottom: 65px;
  }
}
@media screen and (min-width: 960px) {
  .mb-md, .c-contact, .c-news-sl, .c-news .category-list, .c-news, .c-service .c-able, .p-news__list, .p-news, .p-footer__nav ul, .p-footer .sns-link, .p-calendar, .p-service, .p-sns, .p-prof, .cta {
    margin-bottom: 80px;
  }
}
@media screen and (min-width: 1200px) {
  .mb-md, .c-contact, .c-news-sl, .c-news .category-list, .c-news, .c-service .c-able, .p-news__list, .p-news, .p-footer__nav ul, .p-footer .sns-link, .p-calendar, .p-service, .p-sns, .p-prof, .cta {
    margin-bottom: 100px;
  }
}
@media screen and (min-width: 2000px) {
  .mb-md, .c-contact, .c-news-sl, .c-news .category-list, .c-news, .c-service .c-able, .p-news__list, .p-news, .p-footer__nav ul, .p-footer .sns-link, .p-calendar, .p-service, .p-sns, .p-prof, .cta {
    margin-bottom: 10vw;
  }
}

.mb-lr, .c-thanks, .c-privacy, .c-service .c-works, .c-profile .c-message {
  margin-bottom: 80px;
}
@media screen and (min-width: 600px) {
  .mb-lr, .c-thanks, .c-privacy, .c-service .c-works, .c-profile .c-message {
    margin-bottom: 120px;
  }
}
@media screen and (min-width: 960px) {
  .mb-lr, .c-thanks, .c-privacy, .c-service .c-works, .c-profile .c-message {
    margin-bottom: 150px;
  }
}

.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, .breadcrumb {
  padding: 0 5vw;
}
@media screen and (min-width: 600px) {
  .c-container, .breadcrumb {
    padding: 0 6vw;
  }
}
@media screen and (min-width: 960px) {
  .c-container, .breadcrumb {
    padding: 0 8vw;
  }
}
@media screen and (min-width: 1200px) {
  .c-container, .breadcrumb {
    padding: 0 15vw;
  }
}
@media screen and (min-width: 2000px) {
  .c-container, .breadcrumb {
    padding: 0 22vw;
  }
}

/* ---------------------------------- **
		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: #001125;
  background-color: rgb(243, 242, 242);
}

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

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

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

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

.swiper-slide {
  overflow: hidden;
}

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

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

Stylesheet: ベーススタイル

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

.breadcrumb {
  display: flex;
  padding-top: 20px;
  padding-bottom: 20px;
}
.breadcrumb li {
  color: rgb(165, 165, 165);
  padding-right: 10px;
}
.breadcrumb li a {
  color: #fca8eb;
  border-bottom: 1px solid #fca8eb;
}
@media (min-width: 960px) {
  .breadcrumb {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 20px;
  }
}

body {
  color: #222222;
  letter-spacing: 1px;
  font-family: "Montserrat", "Noto Sans JP", "ヒラギノ角ゴ ProN W3", HiraKakuProN-W3, 游ゴシック, "Yu Gothic", メイリオ, Meiryo, Verdana, Helvetica, Arial, sans-serif;
  position: relative;
}

body.hidden {
  overflow: hidden;
}

.superwrapper {
  overflow: hidden;
}

.readmore {
  text-align: right;
}
.readmore span {
  position: relative;
  color: #222222;
  display: inline-block;
  padding-right: 20px;
  font-size: 16px;
}
.readmore span::after {
  position: absolute;
  top: 6px;
  right: 0;
  content: "";
  display: inline-block;
  height: 12px;
  width: 12px;
  background-image: url(../images/common/arrow.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
@media (min-width: 600px) {
  .readmore span {
    font-size: 20px;
    padding-right: 25px;
  }
  .readmore span::after {
    height: 16px;
    width: 16px;
  }
}

.top-title h2 {
  font-weight: 500;
  font-size: 2rem;
  letter-spacing: 4px;
  background: linear-gradient(#00c8f2 20%, #fca8eb 65%);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (min-width: 600px) {
  .top-title h2 {
    font-size: 3rem;
  }
}
@media (min-width: 960px) {
  .top-title h2 {
    font-size: 4rem;
  }
}
@media (min-width: 1200px) {
  .top-title h2 {
    font-size: 4.2rem;
  }
}

/*タイプライター*/
.Typing span {
  display: none;
}

.Typing::after {
  content: "|";
  background: linear-gradient(#00c8f2 20%, #fca8eb 65%);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: typinganime 0.8s ease infinite;
}

@keyframes typinganime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.c-title {
  position: relative;
}
.c-title .en {
  font-size: 0.9rem;
  color: #999999;
  font-weight: 400;
}
.c-title .ja {
  position: relative;
  font-size: 1.1rem;
  letter-spacing: 2px;
  font-weight: 500;
}
@media (min-width: 600px) {
  .c-title .ja {
    font-size: 1.3rem;
  }
}
@media (min-width: 960px) {
  .c-title .en {
    font-size: 1rem;
  }
  .c-title .ja {
    font-size: 1.6rem;
  }
}
@media (min-width: 1200px) {
  .c-title .ja {
    font-size: 1.8rem;
  }
}

.more-btn {
  position: relative;
  display: block;
  text-align: center;
}
.more-btn__link {
  background-color: transparent;
  display: inline-block;
  padding: 12px 50px;
  border-radius: 9999px;
  border: 1px solid #222222;
  z-index: 1;
  transition: all 0.3s;
}
.more-btn__link span {
  position: relative;
  color: #222222;
}
.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_bl.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: linear-gradient(90deg, #fca8eb 25%, #00c8f2 100%);
  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;
  border: 1px solid #fff;
}
.more-btn__link.slide-bg:hover span {
  color: #fff;
  transform: none;
}
.more-btn__link.slide-bg:hover span:first-child::before {
  background-image: url(../images/common/arrow02_sp.svg);
}
@media (min-width: 960px) {
  .more-btn__link {
    padding: 15px 65px;
    height: auto;
  }
  .more-btn__link .c-txt-sm, .more-btn__link .c-contact .contact-form .privacy, .c-contact .contact-form .more-btn__link .privacy, .more-btn__link .c-contact .contact-form, .c-contact .more-btn__link .contact-form, .more-btn__link .c-news-sl__contents, .more-btn__link .breadcrumb {
    font-size: 16px;
  }
}

.btn-wrap {
  text-align: center;
}

.cta {
  text-align: center;
}
.cta__block {
  padding: 14px 10px;
  background-color: #fca8eb;
  display: inline-block;
  position: relative;
  z-index: 1000;
  border-radius: 3em;
  box-shadow: 5px 5px 5px rgb(201, 200, 200);
  text-align: center;
}
.cta__block a {
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  position: relative;
  padding-left: 25px;
}
.cta__block a::before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  content: "";
  height: 18px;
  width: 18px;
  background-image: url(../images/common/tel-white.png);
  background-size: contain;
  background-repeat: no-repeat;
}
.cta__block a::after {
  display: block;
  position: absolute;
  top: 10px;
  right: -12px;
  bottom: 0;
  margin: auto;
  width: 0.5em;
  height: 0.5em;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  content: "";
  transform: translateY(-50%) rotate(45deg);
}
.cta__block .mail::before {
  background-image: url(../images/common/ico-mail-wh.png);
}
@media (min-width: 374px) {
  .cta__block {
    width: 290px;
  }
}
@media (min-width: 960px) {
  .cta__block {
    width: 300px;
    padding: 22px 10px;
  }
  .cta__block a {
    font-size: 18px;
  }
}
@media (min-width: 1200px) {
  .cta__block {
    width: 400px;
    padding: 22px 10px;
  }
  .cta__block a {
    font-size: 22px;
  }
}
.cta.line .cta__block {
  background-color: rgb(6, 80, 82);
}
.cta.line .cta__block .line-cta {
  padding-left: 30px;
}
.cta.line .cta__block .line-cta::before {
  background-image: url(../images/common/icon-line-cta.png);
  height: 36px;
  width: 36px;
  left: -20px;
}
.cta p {
  margin-bottom: 6px;
  font-weight: bold;
  color: #fca8eb;
  font-size: 1rem;
}
.cta p span {
  font-size: 1.2rem;
}
.cta small {
  display: block;
}
@media (min-width: 960px) {
  .cta p {
    margin-bottom: 6px;
    font-weight: bold;
    color: #fca8eb;
    font-size: 1.4rem;
  }
  .cta p span {
    font-size: 1.8rem;
  }
  .cta .line-cta {
    font-size: 22px;
  }
}

.c-topview {
  position: relative;
  margin-top: 50px;
  border-bottom: 1px solid #888;
  padding-bottom: 15px;
}
.c-topview h3 {
  font-size: 0.9rem;
  color: #999999;
  font-weight: 500;
  padding-left: 30px;
  position: relative;
}
.c-topview h3::before {
  content: "";
  width: 20px;
  height: 1px;
  background-color: #999999;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
@media (min-width: 600px) {
  .c-topview {
    margin-top: 80px;
    padding-bottom: 20px;
  }
  .c-topview h3 {
    font-size: 1rem;
  }
}
@media (min-width: 960px) {
  .c-topview {
    margin-top: 100px;
    padding-bottom: 25px;
  }
  .c-topview h3 {
    font-size: 1.2rem;
    padding-left: 50px;
  }
  .c-topview h3::before {
    width: 40px;
    height: 2px;
  }
}
@media (min-width: 1200px) {
  .c-topview {
    margin-top: 120px;
    padding-bottom: 30px;
  }
  .c-topview h3 {
    font-size: 1.4rem;
  }
}

.pagination .page-numbers {
  margin: 6vw 0;
}
.pagination .page-numbers:not(.next):not(.prev) {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 12px;
  padding-left: 3px;
}
.pagination .page-numbers:not(.next):not(.prev) .current {
  border: 1px solid rgba(0, 0, 0, 0);
  background: #fff !important;
  color: #222222;
}
.pagination .page-numbers:not(.next):not(.prev) .page-numbers:not(.next):not(.prev) {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  border: 1px solid #222222;
  background: #222222;
  margin: 0 1.3vw;
}
.pagination .page-numbers:not(.next):not(.prev) .next {
  position: relative;
  padding-right: 22px;
  color: #222222;
  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.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: 1200px) {
  .pagination .page-numbers:not(.next):not(.prev) .page-numbers:not(.next):not(.prev) {
    margin: 0 15px;
  }
}
@media (min-width: 600px) {
  .pagination .page-numbers {
    margin: 0;
  }
}

.top-view {
  position: relative;
  margin-bottom: calc(10vw + 50px);
}
.top-view__logo .Img {
  max-width: 250px;
  margin: 50px auto 15px;
}
.top-view__logo .sns-link {
  margin-bottom: 15vw;
}
.top-view__logo .sns-link h3 {
  text-align: center;
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 10px;
}
.top-view__logo .sns-link ul {
  display: flex;
  justify-content: center;
}
.top-view__logo .sns-link ul li {
  width: 50px;
  height: 50px;
  margin: 0 10px;
}
.top-view__logo .sns-link ul li a {
  padding: 0;
  display: block;
}
.top-view__logo .sns-link ul li a img {
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 50%;
}
.top-view__logo .sns-link ul li a span {
  margin-top: 3px;
  display: block;
  text-align: center;
  font-size: 0.6rem;
  letter-spacing: 0;
  color: #999999;
}
.top-view .hero {
  position: relative;
  padding: 0 5vw;
}
.top-view .hero::before {
  content: "";
  width: 100%;
  height: calc(100% + 10vw);
  background: linear-gradient(180deg, #fca8eb, #00c8f2, #fca8eb);
  background-size: 100% 200%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: -1;
  animation: gradientMove 8s linear infinite;
}
.top-view .hero .swiper-slide {
  height: 50vh;
}
.top-view .hero .swiper-slide .top-1 {
  -o-object-position: left top;
     object-position: left top;
}
.top-view .hero .swiper-slide .top-2 {
  -o-object-position: right bottom;
     object-position: right bottom;
}
.top-view .hero .swiper-slide .top-3 {
  -o-object-position: right center;
     object-position: right center;
}
@media (min-width: 600px) {
  .top-view {
    margin-bottom: calc(8vw + 50px);
  }
  .top-view__logo .Img {
    max-width: 320px;
    margin: 8vh auto 20px;
  }
  .top-view__logo .sns-link {
    margin-bottom: 10vw;
  }
  .top-view__logo .sns-link h3 {
    font-size: 22px;
    margin-bottom: 10px;
  }
  .top-view__logo .sns-link ul li {
    width: 70px;
    height: 70px;
    padding: 5px;
    margin: 0 10px;
  }
  .top-view__logo .sns-link ul li a span {
    font-size: 0.8rem;
  }
  .top-view .hero {
    padding: 0 10vw;
  }
  .top-view .hero::before {
    width: calc(100% - 15vw);
    height: calc(100% + 5vw);
  }
  .top-view .hero .swiper-slide .top-3 {
    -o-object-position: right 40%;
       object-position: right 40%;
  }
}
@media (max-width: 959px) {
  .top-view .view-pc {
    display: none;
  }
}
@media (min-width: 960px) {
  .top-view {
    display: flex;
    justify-content: space-between;
    margin-bottom: 80px;
  }
  .top-view .view-sp {
    display: none;
  }
  .top-view__logo {
    flex-basis: 50%;
    align-self: center;
  }
  .top-view__logo .Img {
    margin-top: 0;
    max-width: 350px;
    margin-bottom: 30px;
  }
  .top-view__logo .sns-link {
    margin-bottom: 0;
  }
  .top-view__logo .sns-link h3 {
    font-size: 24px;
    margin-bottom: 10px;
  }
  .top-view__logo .sns-link ul li {
    margin: 0 12px;
  }
  .top-view__wrap {
    width: 50%;
  }
  .top-view__wrap .hero {
    padding: 0;
  }
  .top-view__wrap .hero::before {
    width: calc(100% + 20px);
    height: calc(100% + 20px);
    left: -20px;
    top: 0;
    transform: translateX(0%) translateY(0%);
    border-radius: 0 0 0 30px;
  }
  .top-view__wrap .hero .swiper-slide {
    height: 80vh;
    border-radius: 0 0 0 30px;
  }
  .top-view__wrap .hero .swiper-slide .top-2 {
    -o-object-position: 70% bottom;
       object-position: 70% bottom;
  }
  .top-view__wrap .hero .swiper-slide .top-3 {
    -o-object-position: right 65%;
       object-position: right 65%;
  }
}
@media (min-width: 1200px) {
  .top-view {
    margin-bottom: 8vw;
  }
  .top-view__logo {
    flex-basis: 45%;
  }
  .top-view__wrap {
    width: 55%;
  }
  .top-view__wrap .hero {
    padding: 0;
  }
  .top-view__wrap .hero::before {
    width: calc(100% + 30px);
    height: calc(100% + 30px);
    left: -30px;
    top: 0;
    border-radius: 0 0 0 65px;
  }
  .top-view__wrap .hero .swiper-slide {
    border-radius: 0 0 0 50px;
  }
  .top-view__wrap .hero .swiper-slide .top-3 {
    -o-object-position: right 50%;
       object-position: right 50%;
  }
}
@media (min-width: 2000px) {
  .top-view {
    margin-bottom: 10vw;
  }
  .top-view__logo {
    margin-left: 10vw;
  }
}

@keyframes gradientMove {
  0% {
    background-position: 50% 0%;
  }
  100% {
    background-position: 50% 200%;
  }
}
.p-prof {
  position: relative;
}
.p-prof__desc {
  padding: 10vw 5vw;
  margin: -50px 8vw 0 0;
  background-color: #fff;
  position: relative;
  z-index: 10;
  border: 1px solid #ccc;
}
.p-prof__desc::before {
  content: "";
  background: linear-gradient(#fca8eb 25%, #00c8f2 100%);
  width: calc(100% + 20px);
  height: 100%;
  position: absolute;
  top: 15px;
  left: -4px;
  opacity: 0.4;
  z-index: -1;
}
.p-prof__desc p {
  margin-bottom: 30px;
}
.p-prof__desc .more-btn {
  text-align: right;
}
.p-prof__topimg {
  margin: 0 0 0 20vw;
  height: 50vh;
}
.p-prof__btmimg {
  margin: -50px 0 0 20vw;
  height: 50vh;
}
@media (min-width: 600px) {
  .p-prof__desc {
    padding: 8vw 8vw 5vw;
    margin: -50px 15vw 0 0;
  }
  .p-prof__desc::before {
    width: calc(100% + 21px);
    top: 20px;
    left: -1px;
  }
  .p-prof__desc p {
    margin-bottom: 30px;
  }
  .p-prof__desc .more-btn {
    margin-top: 50px;
  }
}
@media (min-width: 960px) {
  .p-prof .top-title {
    position: absolute;
    top: 0;
    right: 10vw;
    writing-mode: vertical-rl;
  }
  .p-prof .top-title h2 {
    margin: 0;
    background: linear-gradient(#00c8f2 20%, #fca8eb 65%);
    -webkit-background-clip: text;
            background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .p-prof .top-title h2.Typing::after {
    background: #fca8eb;
    -webkit-background-clip: text;
            background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .p-prof__desc {
    padding: 8vw 5vw 5vw;
    margin: -80px 10vw 0 10vw;
  }
  .p-prof__desc::before {
    width: 100%;
    top: 20px;
    left: 20px;
  }
  .p-prof__topimg {
    margin: 0 30vw 0 0;
    height: 65vh;
    min-height: 480px;
  }
  .p-prof__btmimg {
    margin: -80px 0 0 30vw;
    height: 65vh;
    min-height: 480px;
  }
}
@media (min-width: 1200px) {
  .p-prof__desc {
    padding: 6vw 5vw 3vw;
    margin: -80px 18vw 0 18vw;
  }
  .p-prof__desc::before {
    width: 100%;
    top: 30px;
    left: 30px;
  }
  .p-prof__topimg {
    margin: 0 45vw 0 0;
    height: 50vh;
  }
  .p-prof__btmimg {
    margin: -80px 0 0 45vw;
    height: 50vh;
  }
}
@media (min-width: 2000px) {
  .p-prof {
    padding: 0 20vw;
  }
  .p-prof .top-title {
    right: 20vw;
  }
  .p-prof__desc {
    padding: 5vw 4vw 3vw;
    margin: -80px 5vw 0 5vw;
  }
  .p-prof__topimg {
    margin: 0 20vw 0 0;
    height: 50vh;
  }
  .p-prof__btmimg {
    margin: -80px 0 0 20vw;
    height: 50vh;
  }
}

.p-sns {
  background: url(../images/home/sns-bg-sp.webp) no-repeat center/cover;
  padding: 50px 0;
  position: relative;
}
.p-sns .top-title h2 {
  background: #fff;
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
}
.p-sns .Typing::after {
  background: #fff;
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
}
.p-sns__list__item {
  border: 3px solid #fff;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 20px;
  margin-bottom: 20px;
  border-radius: 15px;
}
.p-sns__list__item h3 {
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 2px;
  margin-bottom: 10px;
}
.p-sns__list__item .Img {
  margin-bottom: 20px;
  filter: blur(3px);
}
.p-sns__list__item:nth-child(1) {
  background-color: #222222;
}
.p-sns__list__item:nth-child(1) h3 {
  background: linear-gradient(#FE2C55 50%, #25F4EE 51%);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
}
.p-sns__list__item:nth-child(1) .more-btn.mb {
  margin-bottom: 8px;
}
.p-sns__list__item:nth-child(1) .more-btn__txt {
  color: #fff;
  text-align: center;
  margin-bottom: 5px;
}
.p-sns__list__item:nth-child(1) .more-btn__txt small {
  font-size: 0.8rem;
}
.p-sns__list__item:nth-child(1) .more-btn__link {
  border: 1px solid #fff;
}
.p-sns__list__item:nth-child(1) .more-btn__link span {
  color: #fff;
}
.p-sns__list__item:nth-child(1) .more-btn__link span:first-child::before {
  background-image: url(../images/common/arrow02_sp.svg);
}
.p-sns__list__item:nth-child(1) .more-btn__link.slide-bg:hover {
  z-index: 1;
  border: 1px solid #222222;
}
.p-sns__list__item:nth-child(2) {
  background: linear-gradient(45deg, #FCAF45 0%, #F77737 25%, #F56040 50%, #FD1D1D 75%, #E1306C 87.5%, #C13584 100%);
}
.p-sns__list__item:nth-child(2) h3 {
  color: #fff;
}
.p-sns__list__item:nth-child(2) .more-btn.mb {
  margin-bottom: 8px;
}
.p-sns__list__item:nth-child(2) .more-btn__txt {
  color: #fff;
  text-align: center;
  margin-bottom: 5px;
}
.p-sns__list__item:nth-child(2) .more-btn__txt small {
  font-size: 0.8rem;
}
.p-sns__list__item:nth-child(2) .more-btn__link {
  border: 1px solid #fff;
}
.p-sns__list__item:nth-child(2) .more-btn__link span {
  color: #fff;
}
.p-sns__list__item:nth-child(2) .more-btn__link span:first-child::before {
  background-image: url(../images/common/arrow02_sp.svg);
}
.p-sns__list__item:nth-child(2) .more-btn__link.slide-bg:hover {
  z-index: 1;
  border: 1px solid #fff;
}
.p-sns__list__item:nth-child(3) {
  background-color: #CC0000;
}
.p-sns__list__item:nth-child(3) h3 {
  color: #fff;
}
.p-sns__list__item:nth-child(3) .more-btn__link {
  border: 1px solid #fff;
}
.p-sns__list__item:nth-child(3) .more-btn__link span {
  color: #fff;
}
.p-sns__list__item:nth-child(3) .more-btn__link span:first-child::before {
  background-image: url(../images/common/arrow02_sp.svg);
}
.p-sns__list__item:nth-child(3) .more-btn__link.slide-bg:hover {
  z-index: 1;
  border: 1px solid #fff;
}
@media (min-width: 600px) {
  .p-sns__list__item {
    display: grid;
    grid-template-rows: auto auto;
    grid-template-columns: 50% auto;
    padding: 20px 0 20px 20px;
  }
  .p-sns__list__item .Img {
    grid-row: 1/3;
    grid-column: 1/2;
    margin-bottom: 0;
    height: 250px;
  }
  .p-sns__list__item h3 {
    grid-row: 1/2;
    grid-column: 2/3;
    align-self: flex-end;
  }
  .p-sns__list__item .more-btn {
    grid-row: 2/3;
    grid-column: 2/3;
  }
}
@media (min-width: 960px) {
  .p-sns {
    padding: 80px 0 60px;
    background: url(../images/home/sns-bg.webp) no-repeat center/cover;
  }
  .p-sns .top-title {
    position: absolute;
    top: 80px;
    left: 5vw;
    writing-mode: vertical-rl;
  }
  .p-sns .top-title h2 {
    margin: 0;
    -webkit-background-clip: text;
            background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .p-sns .top-title h2.Typing::after {
    -webkit-background-clip: text;
            background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .p-sns__list {
    margin-left: 8vw;
  }
  .p-sns__list__item {
    padding: 30px 0 30px 30px;
  }
  .p-sns__list__item .Img {
    height: 300px;
  }
  .p-sns__list__item h3 {
    font-size: 2.4rem;
  }
  .p-sns__list__item:nth-child(2n) {
    margin-left: 8vw;
  }
  .p-sns__list__item:nth-child(2n+1) {
    margin-right: 8vw;
  }
}
@media (min-width: 1200px) {
  .p-sns .top-title {
    left: 12vw;
  }
  .p-sns__list {
    margin-left: 10vw;
  }
  .p-sns__list__item {
    padding: 30px 0 30px 30px;
  }
  .p-sns__list__item .more-btn.mb {
    margin-bottom: 12px;
  }
  .p-sns__list__item .more-btn__txt {
    margin-bottom: 8px;
  }
  .p-sns__list__item .more-btn__txt small {
    font-size: 0.9rem;
  }
  .p-sns__list__item:nth-child(2n) {
    margin-left: 10vw;
  }
  .p-sns__list__item:nth-child(2n+1) {
    margin-right: 10vw;
  }
}
@media (min-width: 2000px) {
  .p-sns .top-title {
    left: 22vw;
  }
}

.p-service {
  position: relative;
}
.p-service__list {
  position: relative;
}
.p-service__list::before {
  content: "";
  width: 15px;
  height: 100%;
  background: url(../images/common/line-bl.svg) repeat-y center/contain;
  position: absolute;
  top: 0;
  left: 0;
}
.p-service__list__item {
  padding: 50px 0 30px 10vw;
  position: relative;
}
.p-service__list__item::before {
  content: "";
  width: 100%;
  height: 15px;
  background: url(../images/common/line.svg) repeat-x center/contain;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.p-service__list__item:last-child::before {
  display: none;
}
.p-service__list__item a {
  display: block;
  color: #222222;
}
.p-service__list__item a:hover .arrow {
  padding-right: 0;
}
.p-service__list__item a:hover .p-service__img img {
  transform: scale(1.2);
  filter: brightness(130%);
}
.p-service__tit {
  position: relative;
}
.p-service__tit h3 {
  font-size: 1.2rem;
  letter-spacing: 1px;
  font-weight: 500;
  padding-left: 40px;
}
.p-service__tit h3::before {
  content: "";
  width: 30px;
  height: 10px;
  border-top: 2px solid #00c8f2;
  border-bottom: 2px solid #fca8eb;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  transform: skewX(-15deg);
}
.p-service__tit h3::after {
  content: "";
  width: 10px;
  height: 30px;
  border-right: 2px solid #fca8eb;
  border-left: 2px solid #00c8f2;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 10px;
  margin: auto;
  transform: skewX(-15deg);
}
.p-service__img {
  margin-bottom: 15px;
  overflow: hidden;
}
.p-service__img img {
  transition: all 0.3s;
}
.p-service__desc {
  margin-bottom: 30px;
}
.p-service .arrow {
  display: block;
  text-align: right;
  padding-right: 10px;
  transition: all 0.3s;
}
.p-service .arrow span {
  display: inline-block;
  width: 50px;
  height: 50px;
  position: relative;
}
.p-service .arrow span::before {
  content: "";
  width: 20px;
  height: 20px;
  border-top: 2px solid #222222;
  border-right: 2px solid #222222;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.p-service .arrow span::after {
  content: "";
  width: 30px;
  height: 2px;
  background-color: #222222;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 3px;
  margin: auto;
}
@media (min-width: 600px) {
  .p-service__wrap {
    display: flex;
  }
  .p-service__list::before {
    width: 20px;
  }
  .p-service__list__item::before {
    height: 20px;
  }
  .p-service__tit {
    grid-row: 1/2;
    grid-column: 1/2;
    align-self: flex-start;
    justify-self: flex-start;
    writing-mode: vertical-rl;
    margin-bottom: 0;
  }
  .p-service__tit h3 {
    padding: 40px 0 0 0;
    margin: 0;
    font-size: 1.4rem;
  }
  .p-service__tit h3::before {
    top: 10px;
    bottom: auto;
    left: 5px;
    right: 0;
  }
  .p-service__tit h3::after {
    top: 0;
    bottom: auto;
    left: 5px;
    right: 0;
  }
  .p-service__img {
    margin: 0 0 30px 10vw;
  }
}
@media (min-width: 960px) {
  .p-service .c-container, .p-service .breadcrumb {
    padding: 0 8vw 0 16vw;
  }
  .p-service .top-title {
    position: absolute;
    top: 0;
    left: 5vw;
    writing-mode: vertical-rl;
  }
  .p-service .top-title h2 {
    margin: 0;
    background: linear-gradient(#00c8f2 20%, #fca8eb 65%);
    -webkit-background-clip: text;
            background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .p-service .top-title h2.Typing::after {
    background: #fca8eb;
    -webkit-background-clip: text;
            background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .p-service__list__item {
    padding: 50px 0 80px 5vw;
    position: relative;
  }
  .p-service__list__item a {
    display: flex;
    justify-content: space-between;
  }
  .p-service__img {
    margin: 0 0 0 4vw;
    height: 220px;
  }
  .p-service__wrap {
    flex-basis: 48%;
  }
  .p-service__desc {
    flex-basis: 48%;
  }
  .p-service .arrow {
    position: absolute;
    bottom: 50px;
    right: 0;
    padding-right: 30px;
  }
}
@media (min-width: 1200px) {
  .p-service .c-container, .p-service .breadcrumb {
    padding: 0 12vw 0 18vw;
  }
  .p-service .top-title {
    left: 9vw;
  }
  .p-service__img {
    height: 300px;
  }
  .p-service__list::before {
    width: 30px;
  }
  .p-service__list__item::before {
    height: 30px;
  }
  .p-service__wrap {
    flex-basis: 58%;
  }
  .p-service__desc {
    flex-basis: 38%;
  }
  .p-service__tit h3 {
    font-size: 1.7rem;
  }
  .p-service .arrow {
    bottom: 70px;
  }
}
@media (min-width: 1400px) {
  .p-service__wrap {
    flex-basis: auto;
  }
  .p-service__desc {
    flex: 1;
    margin-left: 3vw;
  }
  .p-service__list__item a {
    justify-content: center;
  }
}
@media (min-width: 2000px) {
  .p-service .c-container, .p-service .breadcrumb {
    padding: 0 20vw 0 28vw;
  }
  .p-service .top-title {
    left: 22vw;
  }
  .p-service__list__item {
    padding: 50px 4vw 80px;
  }
  .p-service__img {
    margin-left: 3vw;
  }
}

.p-calendar__wrap .List,
.p-calendar__wrap .Table {
  height: 70vh;
}
@media (max-width: 767px) {
  .p-calendar .Table {
    display: none;
  }
}
@media (min-width: 768px) {
  .p-calendar .List {
    display: none;
  }
}
@media (min-width: 1200px) {
  .p-calendar__wrap {
    display: flex;
    justify-content: space-between;
  }
  .p-calendar__wrap .List,
  .p-calendar__wrap .Table {
    height: 70vh;
  }
  .p-calendar__wrap .List {
    flex-basis: 30%;
  }
  .p-calendar__wrap .Table {
    flex-basis: 65%;
  }
  .p-calendar .List {
    display: block;
  }
}
@media (min-width: 2000px) {
  .p-calendar__wrap .List,
  .p-calendar__wrap .Table {
    height: 700px;
  }
}

.p-sponsor {
  background: url(../images/home/sns-bg-sp.webp) no-repeat center/cover;
  padding: 50px 0;
  position: relative;
}
.p-sponsor .top-title h2 {
  background: #fff;
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
}
.p-sponsor .Typing::after {
  background: #fff;
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
}
.p-sponsor__list {
  background-color: #fff;
  padding: 30px 20px 20px;
  border-radius: 10px;
}
.p-sponsor__list a {
  color: #222222;
}
.p-sponsor__list dl {
  padding-bottom: 10px;
  margin-bottom: 10px;
  text-align: center;
  border-bottom: 1px solid #ccc;
}
.p-sponsor__list dl dt {
  font-weight: 400;
  margin-bottom: 10px;
}
.p-sponsor__list dl dd img {
  width: 180px;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-sponsor__list dl dd h3 {
  font-weight: 400;
}
@media (min-width: 600px) {
  .p-sponsor__list {
    padding: 40px 40px 30px;
  }
  .p-sponsor__list dl {
    padding-bottom: 15px;
    margin-bottom: 15px;
    text-align: left;
    display: flex;
    align-items: center;
  }
  .p-sponsor__list dl dt {
    margin-bottom: 0px;
    flex-basis: 40%;
  }
  .p-sponsor__list dl dd {
    text-align: center;
  }
}
@media (min-width: 960px) {
  .p-sponsor {
    padding: 80px 0 60px;
    background: url(../images/home/sns-bg.webp) no-repeat center/cover;
    min-height: 500px;
  }
  .p-sponsor .top-title {
    position: absolute;
    top: 80px;
    left: 5vw;
    writing-mode: vertical-rl;
  }
  .p-sponsor .top-title h2 {
    margin: 0;
    -webkit-background-clip: text;
            background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .p-sponsor .top-title h2.Typing::after {
    -webkit-background-clip: text;
            background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .p-sponsor__list {
    margin-left: 8vw;
    padding: 60px 50px 40px;
  }
  .p-sponsor__list dl {
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
}
@media (min-width: 1200px) {
  .p-sponsor .top-title {
    left: 12vw;
  }
  .p-sponsor__list {
    margin-left: 10vw;
    padding: 60px 5vw 40px;
  }
}
@media (min-width: 2000px) {
  .p-sponsor .top-title {
    left: 22vw;
  }
}

.p-contact {
  padding: 80px 0;
  position: relative;
}
.p-contact::before {
  content: "";
  width: 100%;
  height: 20px;
  background: url(../images/common/line.svg) repeat-x center/contain;
  position: absolute;
  top: 0;
  left: 0;
}
.p-contact__btn {
  text-align: center;
}
.p-contact__btn a {
  color: #222222;
  border: 1px solid #222222;
  display: inline-block;
  width: 300px;
  margin: 0 auto 20px;
  text-align: center;
  padding: 12px 0;
  border-radius: 9999px;
  transition: all 0.3s;
}
.p-contact__btn a span {
  padding-left: 15px;
  position: relative;
}
.p-contact__btn a span::before {
  content: "";
  width: 20px;
  height: 20px;
  background: url(../images/common/mail.svg) no-repeat center/contain;
  position: absolute;
  top: 50%;
  left: -15px;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.p-contact__btn a:hover {
  transform: translateY(-4px);
  background: linear-gradient(90deg, #fca8eb 25%, #00c8f2 100%);
  color: #fff;
  border: 1px solid #fff;
}
.p-contact__btn a:hover span::before {
  background: url(../images/common/mail-wh.svg) no-repeat center/contain;
}
@media (min-width: 600px) {
  .p-contact {
    padding: 100px 0;
  }
  .p-contact::before {
    height: 30px;
  }
  .p-contact .c-container, .p-contact .breadcrumb {
    padding: 0 15vw;
  }
}
@media (min-width: 960px) {
  .p-contact {
    padding: 120px 0 160px;
  }
  .p-contact .c-container, .p-contact .breadcrumb {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 8vw;
  }
  .p-contact .top-title {
    margin-bottom: 20px;
  }
  .p-contact__desc {
    margin-bottom: 0;
  }
  .p-contact__wrap {
    flex: 1;
  }
  .p-contact ul {
    margin-top: 40px;
  }
  .p-contact__btn {
    text-align: center;
  }
  .p-contact__btn a {
    width: 380px;
    margin: 0;
    padding: 15px 0;
  }
  .p-contact__btn a span {
    padding-left: 25px;
  }
  .p-contact__btn a span.c-txt-sm, .p-contact__btn a .c-contact .contact-form span.privacy, .c-contact .contact-form .p-contact__btn a span.privacy, .p-contact__btn a .c-contact span.contact-form, .c-contact .p-contact__btn a span.contact-form, .p-contact__btn a span.c-news-sl__contents, .p-contact__btn a span.breadcrumb {
    font-size: 22px;
  }
  .p-contact__btn a span::before {
    width: 30px;
    height: 30px;
    left: -20px;
  }
}
@media (min-width: 1200px) {
  .p-contact {
    padding: 140px 0 180px;
  }
  .p-contact::before {
    height: 40px;
  }
  .p-contact .c-container, .p-contact .breadcrumb {
    padding: 0 18vw;
  }
}
@media (min-width: 2000px) {
  .p-contact .c-container, .p-contact .breadcrumb {
    padding: 0 28vw;
  }
}

.p-footer {
  background: linear-gradient(#fca4ea 0%, #fca8eb 40%, #00c8f2 100%);
  padding: 60px 0 20px;
  position: relative;
}
.p-footer::before {
  content: "";
  width: 50%;
  height: 40%;
  background: url(../images/home/footer-1.webp) no-repeat center/contain;
  position: absolute;
  bottom: 30%;
  right: 0;
}
.p-footer::after {
  content: "";
  width: 30%;
  height: 300px;
  background: url(../images/home/footer-2.webp) no-repeat center/contain;
  position: absolute;
  bottom: 0;
  left: 0;
}
.p-footer__logo {
  text-align: center;
  margin-bottom: 30px;
  position: relative;
  z-index: 10;
}
.p-footer__logo img {
  width: 220px;
}
.p-footer .sns-link {
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 10;
}
.p-footer .sns-link li {
  width: 50px;
  height: 50px;
  margin: 0 10px;
}
.p-footer .sns-link li a {
  padding: 0;
  display: block;
  transition: all 0.3s;
}
.p-footer .sns-link li a img {
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-footer .sns-link li a span {
  margin-top: 3px;
  display: block;
  text-align: center;
  font-size: 0.6rem;
  letter-spacing: 0;
  color: #fff;
}
.p-footer .sns-link li a:hover {
  opacity: 0.6;
}
.p-footer__nav {
  margin: auto;
  display: block;
  position: relative;
  z-index: 10;
}
.p-footer__nav ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.p-footer__nav li {
  flex-basis: 100%;
  text-align: center;
  margin-bottom: 15px;
}
.p-footer__nav li .c-txt-sm, .p-footer__nav li .c-contact .contact-form .privacy, .c-contact .contact-form .p-footer__nav li .privacy, .p-footer__nav li .c-contact .contact-form, .c-contact .p-footer__nav li .contact-form, .p-footer__nav li .c-news-sl__contents, .p-footer__nav li .breadcrumb {
  font-size: 12px;
  font-weight: 500;
}
.p-footer__nav li a {
  color: #fff;
  transition: all 0.3s;
}
.p-footer__nav li a:hover {
  opacity: 0.6;
}
.p-footer .copyright {
  text-align: center;
  font-size: 12px;
  color: #fff;
}
@media (min-width: 600px) {
  .p-footer {
    padding: 70px 0 30px;
  }
  .p-footer::before {
    width: 35%;
    height: 40%;
    bottom: 20%;
  }
  .p-footer__logo img {
    width: 300px;
  }
  .p-footer .sns-link li {
    width: 70px;
    height: 70px;
    margin: 0 15px;
  }
  .p-footer .sns-link li a img {
    display: block;
    -o-object-fit: contain;
       object-fit: contain;
    padding: 5px;
  }
  .p-footer .sns-link li a span {
    margin-top: 0;
    font-size: 0.8rem;
  }
  .p-footer__nav ul {
    justify-content: space-between;
  }
  .p-footer__nav li {
    flex-basis: 45%;
  }
  .p-footer__nav li .c-txt-sm, .p-footer__nav li .c-contact .contact-form .privacy, .c-contact .contact-form .p-footer__nav li .privacy, .p-footer__nav li .c-contact .contact-form, .c-contact .p-footer__nav li .contact-form, .p-footer__nav li .c-news-sl__contents, .p-footer__nav li .breadcrumb {
    font-size: 14px;
  }
  .p-footer__nav li:nth-child(2n) {
    text-align: left;
  }
  .p-footer__nav li:nth-child(2n+1) {
    text-align: right;
  }
}
@media (min-width: 960px) {
  .p-footer {
    padding: 80px 0 40px;
  }
  .p-footer::before {
    width: 170px;
    height: 170px;
    bottom: 30px;
    right: 50px;
  }
  .p-footer::after {
    width: 100px;
    height: 250px;
    left: auto;
    right: 230px;
  }
  .p-footer .c-container, .p-footer .breadcrumb {
    display: flex;
    justify-content: center;
    padding: 0 12vw;
  }
  .p-footer__wrap {
    margin-right: 5vw;
  }
  .p-footer__logo img {
    width: 300px;
  }
  .p-footer__nav {
    flex: 1;
  }
  .p-footer__nav ul {
    justify-content: center;
  }
  .p-footer__nav li {
    flex-basis: auto;
    margin: 0 30px 20px;
  }
  .p-footer__nav li .c-txt-sm, .p-footer__nav li .c-contact .contact-form .privacy, .c-contact .contact-form .p-footer__nav li .privacy, .p-footer__nav li .c-contact .contact-form, .c-contact .p-footer__nav li .contact-form, .p-footer__nav li .c-news-sl__contents, .p-footer__nav li .breadcrumb {
    font-size: 16px;
  }
  .p-footer__nav li:nth-child(2n) {
    text-align: center;
  }
  .p-footer__nav li:nth-child(2n+1) {
    text-align: center;
  }
}
@media (min-width: 1200px) {
  .p-footer .c-container, .p-footer .breadcrumb {
    padding: 0 20vw;
  }
  .p-footer::before {
    right: 8vw;
  }
  .p-footer::after {
    right: calc(8vw + 200px);
  }
}
@media (min-width: 2000px) {
  .p-footer .c-container, .p-footer .breadcrumb {
    padding: 0 30vw;
  }
  .p-footer::before {
    right: 15vw;
  }
  .p-footer::after {
    right: calc(15vw + 200px);
  }
  .p-footer__nav ul {
    margin-bottom: 100px;
  }
  .p-footer .sns-link {
    margin-bottom: 100px;
  }
}

.wave-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 60px;
  margin: -59px auto 0;
  z-index: 10;
}
@media (min-width: 768px) and (max-width: 959px) {
  .wave-container {
    height: 90px;
    margin: -89px auto 0;
  }
}
@media (min-width: 960px) {
  .wave-container {
    height: 120px;
    margin: -119px auto 0;
  }
}
@media (max-width: 767px) {
  .wave-container {
    height: 60px;
    margin: -59px auto 0;
  }
}

.wave-layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 200%;
  height: 100%;
}
.wave-layer path {
  fill: #fca8eb;
}

.wave-layer-1 {
  opacity: 0.3;
  animation: waveMove 12s linear infinite;
}
.wave-layer-1 path {
  fill: rgb(253.7, 217.3, 246.3333333333);
}

.wave-layer-2 {
  opacity: 0.5;
  animation: waveMove 8s linear infinite reverse;
}
.wave-layer-2 path {
  fill: #fca8eb;
}

.wave-layer-3 {
  opacity: 0.7;
  animation: waveMove 10s linear infinite;
}
.wave-layer-3 path {
  fill: rgb(251.15, 143.35, 229.3333333333);
}

@keyframes waveMove {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.p-news {
  padding-bottom: 30px;
  position: relative;
}
.p-news::before {
  content: "";
  width: 100%;
  height: calc(100% - 150px);
  background: url(../images/home/news-bg.webp) no-repeat center/cover;
  border: 3px solid #fca8eb;
  border-radius: 0 8vw 8vw 0;
  position: absolute;
  bottom: 0;
  right: 5vw;
  z-index: -1;
}
.p-news .c-container, .p-news .breadcrumb {
  padding: 0 8vw;
}
.p-news__link {
  color: #222222;
  display: block;
}
.p-news__img {
  border-radius: 10px 10px 0 0;
}
.p-news__img img {
  border-radius: 10px 10px 0 0;
}
.p-news__img.has-thumbnail {
  height: 240px;
  overflow: hidden;
}
.p-news__img.no-thumbnail {
  height: 240px;
  /* 同じ高さで統一感を保つ */
  background-color: #ddd;
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-news__img.no-thumbnail span {
  width: 60px;
  height: 60px;
  display: inline-block;
  transform: rotate(30deg);
}
.p-news__img.no-thumbnail span img {
  -o-object-fit: contain;
     object-fit: contain;
}
.p-news-wrap {
  background-color: #fff;
  border-radius: 0 0 10px 10px;
  padding: 15px;
  height: 140px;
}
.p-news__date {
  padding: 5px 0;
  font-size: 13px;
}
.p-news .cate-item {
  border-radius: 3px;
  color: #fff;
  font-size: 12px;
  display: inline-block;
  padding: 5px 12px;
  margin-right: 3px;
  position: relative;
  /* カテゴリー1〜4の個別スタイル */
}
.p-news .cate-item.category1 {
  background: #FF6B9D;
}
.p-news .cate-item.category2 {
  background: #00c8f2;
}
.p-news .cate-item.category3 {
  background: #9C7FD8;
}
.p-news__content {
  margin-top: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  /* 2行で切り詰め */
}
.p-news-swiper__navigation {
  display: flex;
  gap: 10px;
  margin: 15px 0 20px;
  justify-content: flex-start;
}
.p-news-swiper-prev, .p-news-swiper-next {
  position: static;
  width: 40px;
  height: 40px;
  margin: 0;
  background: #fff;
  border: 1px solid #222222;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-news-swiper-prev::after, .p-news-swiper-next::after {
  font-size: 10px;
  color: #222222;
  font-weight: bold;
}
.p-news-swiper-prev:hover, .p-news-swiper-next:hover {
  background: #222222;
}
.p-news-swiper-prev:hover::after, .p-news-swiper-next:hover::after {
  color: #fff;
}
@media (min-width: 600px) {
  .p-news-swiper__navigation {
    margin: 20px 0 30px;
  }
}
@media (min-width: 960px) {
  .p-news-swiper-wrapper {
    position: relative;
  }
  .p-news-swiper-prev, .p-news-swiper-next {
    position: absolute;
    top: -150px;
    width: 80px;
    height: 80px;
  }
  .p-news-swiper-prev::after, .p-news-swiper-next::after {
    font-size: 18px;
  }
  .p-news-swiper-prev {
    right: auto;
    left: 10vw;
  }
  .p-news-swiper-next {
    right: auto;
    left: calc(10vw + 100px);
  }
}
@media (min-width: 2000px) {
  .p-news-swiper-prev {
    right: auto;
    left: 22vw;
  }
  .p-news-swiper-next {
    right: auto;
    left: calc(22vw + 100px);
  }
}
.p-news .swiper-button-disabled {
  opacity: 0.3;
  cursor: not-allowed;
}
.p-news .more-btn__link {
  background-color: #fff;
}
@media (min-width: 600px) {
  .p-news {
    padding-bottom: 40px;
  }
  .p-news::before {
    background: url(../images/home/news-bg-pc.webp) no-repeat center/cover;
    height: calc(100% - 200px);
  }
}
@media (min-width: 960px) {
  .p-news {
    padding: 300px 0 50px;
  }
  .p-news .c-container, .p-news .breadcrumb {
    padding: 0 18vw 0 10vw;
    position: relative;
  }
  .p-news .top-title {
    position: absolute;
    top: -300px;
    right: 10vw;
    writing-mode: vertical-rl;
  }
  .p-news .top-title h2 {
    margin: 0;
    background: linear-gradient(#00c8f2 20%, #fca8eb 65%);
    -webkit-background-clip: text;
            background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .p-news .top-title h2.Typing::after {
    background: #fca8eb;
    -webkit-background-clip: text;
            background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .p-news::before {
    height: 100%;
    right: 20vw;
    background: url(../images/home/news-bg-pc.webp) no-repeat top left/cover;
    border: 8px solid #fca8eb;
  }
  .p-news-wrap {
    padding: 20px;
    height: 160px;
  }
  .p-news__img {
    border-radius: 5px;
  }
  .p-news__img img {
    border-radius: 5px;
  }
  .p-news__date {
    font-size: 15px;
  }
  .p-news .cate-item {
    font-size: 14px;
  }
}
@media (min-width: 2000px) {
  .p-news .c-container, .p-news .breadcrumb {
    padding: 0 28vw 0 20vw;
  }
  .p-news .top-title {
    right: 20vw;
  }
  .p-news::before {
    right: 25vw;
    border-radius: 0 5vw 5vw 0;
  }
  .p-news-wrap {
    height: 180px;
  }
}

.p-slide__wrap {
  width: 100%;
  overflow: hidden;
}
.p-slide .gallery {
  display: flex;
  width: 100%;
}
.p-slide .gallery .slide-item {
  width: 80%;
  height: 200px !important;
}
@media (min-width: 600px) {
  .p-slide .gallery .slide-item {
    width: 50%;
    height: 300px !important;
  }
}
@media (min-width: 960px) {
  .p-slide .gallery .slide-item {
    width: 40%;
    height: 300px !important;
  }
}
@media (min-width: 1200px) {
  .p-slide .gallery .slide-item {
    width: 35%;
    height: 400px !important;
  }
}
@media (min-width: 2000px) {
  .p-slide .gallery .slide-item {
    width: 30%;
  }
}

.c-profile .c-message {
  position: relative;
}
.c-profile .c-message__name {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 400;
  font-size: 1.4rem;
  position: relative;
  z-index: 10;
}
.c-profile .c-message__name div {
  writing-mode: vertical-rl;
}
.c-profile .c-message__name div.ja {
  letter-spacing: 4px;
}
.c-profile .c-message__name div.en {
  font-size: 0.9rem;
  background: linear-gradient(#00c8f2 20%, #fca8eb 65%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.c-profile .c-message__img {
  margin: -30px 0 40px;
}
.c-profile .c-message__desc .c-txt-sm, .c-profile .c-message__desc .c-contact .contact-form .privacy, .c-contact .contact-form .c-profile .c-message__desc .privacy, .c-profile .c-message__desc .c-contact .contact-form, .c-contact .c-profile .c-message__desc .contact-form, .c-profile .c-message__desc .c-news-sl__contents, .c-profile .c-message__desc .breadcrumb {
  margin-bottom: 30px;
}
.c-profile .c-message__desc .c-txt-sm span, .c-contact .contact-form .c-profile .c-message__desc .privacy span, .c-profile .c-message__desc .c-contact .contact-form span, .c-contact .c-profile .c-message__desc .contact-form span, .c-profile .c-message__desc .c-news-sl__contents span, .c-profile .c-message__desc .breadcrumb span {
  background: linear-gradient(transparent 60%, #fff3b2 40%);
  padding: 0 2px;
}
@media (min-width: 600px) {
  .c-profile .c-message .c-container, .c-profile .c-message .breadcrumb {
    padding: 0 10vw;
  }
  .c-profile .c-message__name {
    font-size: 1.8rem;
  }
  .c-profile .c-message__name div.en {
    font-size: 1rem;
  }
  .c-profile .c-message__img {
    margin: -50px 0 50px;
  }
}
@media (min-width: 960px) {
  .c-profile .c-message .c-container, .c-profile .c-message .breadcrumb {
    padding: 0 15vw;
  }
  .c-profile .c-message__name {
    font-size: 2rem;
  }
  .c-profile .c-message__name div.en {
    font-size: 1.2rem;
  }
}
@media (min-width: 1200px) {
  .c-profile .c-message .c-container, .c-profile .c-message .breadcrumb {
    padding: 0 20vw;
  }
}
@media (min-width: 2000px) {
  .c-profile .c-message .c-container, .c-profile .c-message .breadcrumb {
    padding: 0 30vw;
  }
}
.c-profile .c-career {
  padding: 50px 0;
  background-color: #eff0f7;
}
.c-profile .c-career__list__item {
  margin-bottom: 40px;
}
.c-profile .c-career__list__item .Img {
  margin-bottom: 20px;
}
.c-profile .c-career__list__item h3 {
  font-size: 1.1rem;
  letter-spacing: 2px;
  font-weight: 400;
  margin-bottom: 30px;
}
.c-profile .c-career__list__item h3 span {
  display: inline-block;
  padding: 10px 20px 8px;
  background: #fff;
  border: 4px solid;
  -o-border-image: linear-gradient(135deg, #fca8eb 30%, #00c8f2) 1;
     border-image: linear-gradient(135deg, #fca8eb 30%, #00c8f2) 1;
}
.c-profile .c-career__list__item .Desc {
  padding: 0 0 30px 40px;
  position: relative;
}
.c-profile .c-career__list__item .Desc::before {
  content: "";
  width: 4px;
  height: 100%;
  background: linear-gradient(#fca8eb 30%, #00c8f2);
  position: absolute;
  top: 0;
  left: 10px;
}
.c-profile .c-career__list__item .Desc::after {
  content: "";
  width: 4px;
  height: 30px;
  background-color: #00c8f2;
  position: absolute;
  bottom: -2px;
  left: 18px;
  transform: rotate(35deg);
}
.c-profile .c-career__list__item .Desc p {
  margin-bottom: 15px;
}
.c-profile .c-career__list__item .Desc .List {
  margin-bottom: 15px;
}
.c-profile .c-career__list__item .Desc .List dl {
  margin-bottom: 8px;
}
.c-profile .c-career__list__item .Desc .List dl dt {
  font-weight: 400;
}
.c-profile .c-career__list__item .Desc .List dl dt.c-txt-sm, .c-profile .c-career__list__item .Desc .List dl .c-contact .contact-form dt.privacy, .c-contact .contact-form .c-profile .c-career__list__item .Desc .List dl dt.privacy, .c-profile .c-career__list__item .Desc .List dl .c-contact dt.contact-form, .c-contact .c-profile .c-career__list__item .Desc .List dl dt.contact-form, .c-profile .c-career__list__item .Desc .List dl dt.c-news-sl__contents, .c-profile .c-career__list__item .Desc .List dl dt.breadcrumb {
  line-height: 1.5;
}
.c-profile .c-career__list__item .Desc .List dl dt span {
  display: inline-block;
  padding-right: 40px;
  position: relative;
}
.c-profile .c-career__list__item .Desc .List dl dt span::before {
  content: "";
  width: 30px;
  height: 1px;
  background-color: #999999;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
.c-profile .c-career__list__item .Desc .Btn {
  margin-top: 50px;
  text-align: right;
}
.c-profile .c-career__list__item .Desc .Btn .more-btn {
  text-align: right;
}
.c-profile .c-career__list__item .Desc .Btn .more-btn__link {
  background-color: #fff;
}
.c-profile .c-career__list__item:last-child {
  margin-bottom: 0;
}
.c-profile .c-career__list__item:last-child .Desc::after {
  display: none;
}
@media (min-width: 600px) {
  .c-profile .c-career {
    padding: 80px 0;
  }
  .c-profile .c-career__list__item .Img {
    margin-left: 30vw;
  }
  .c-profile .c-career__list__item h3 {
    margin-top: -72px;
  }
  .c-profile .c-career__list__item .Desc {
    padding: 0 0 30px 50px;
  }
  .c-profile .c-career__list__item .Desc .List dl {
    display: flex;
    align-items: center;
  }
  .c-profile .c-career__list__item .Desc .List dl dt {
    margin-right: 15px;
  }
  .c-profile .c-career__list__item .Btn {
    display: flex;
    align-items: center;
    justify-content: right;
  }
  .c-profile .c-career__list__item .Btn p {
    padding: 10px 30px 0 0;
  }
}
@media (min-width: 960px) {
  .c-profile .c-career {
    padding: 100px 0;
  }
  .c-profile .c-career__list__item {
    display: grid;
    grid-template-rows: auto auto;
    grid-template-columns: 48% 48%;
    gap: 0 4%;
    margin-bottom: 60px;
  }
  .c-profile .c-career__list__item .Img {
    grid-row: 1/3;
    grid-column: 1/2;
    margin: 0;
    align-self: flex-end;
  }
  .c-profile .c-career__list__item h3 {
    grid-row: 1/2;
    grid-column: 2/3;
    margin: 0 0 40px;
    font-size: 1.4rem;
    letter-spacing: 3px;
  }
  .c-profile .c-career__list__item h3 span {
    padding: 15px 30px 12px;
  }
  .c-profile .c-career__list__item .Desc {
    grid-row: 2/3;
    grid-column: 2/3;
  }
  .c-profile .c-career__list__item .Desc .List dl {
    display: block;
  }
  .c-profile .c-career__list__item .Desc .Btn {
    display: block;
  }
  .c-profile .c-career__list__item .Desc .Btn p {
    padding: 0;
  }
  .c-profile .c-career__list__item:nth-child(2n) .Img {
    grid-column: 2/3;
  }
  .c-profile .c-career__list__item:nth-child(2n) h3 {
    grid-column: 1/2;
    text-align: right;
  }
  .c-profile .c-career__list__item:nth-child(2n) .Desc {
    grid-column: 1/2;
    padding: 0 40px 30px 0;
  }
  .c-profile .c-career__list__item:nth-child(2n) .Desc::before {
    right: 10px;
    left: auto;
  }
  .c-profile .c-career__list__item:nth-child(2n) .Desc::after {
    right: 18px;
    left: auto;
    transform: rotate(-35deg);
  }
}
.c-service .breadcrumb {
  margin-bottom: 0;
}
.c-service .c-topdesc {
  position: relative;
  background: url(../images/home/sns-bg-sp.webp) no-repeat center/cover;
  padding-bottom: 50px;
}
.c-service .c-topdesc::before {
  content: "";
  width: 100%;
  height: 50%;
  background: linear-gradient(#fff, transparent);
  position: absolute;
  top: 0;
  right: 0;
}
.c-service .c-topdesc__img {
  position: relative;
  z-index: 10;
}
.c-service .c-topdesc__desc {
  position: relative;
  z-index: 20;
}
.c-service .c-topdesc__desc .Desc {
  background-color: rgba(255, 255, 255, 0.5019607843);
  padding: 40px 5vw;
}
.c-service .c-topdesc__desc .Desc .Title {
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 2;
  margin-bottom: 20px;
}
.c-service .c-topdesc__desc .Desc .c-txt-sm, .c-service .c-topdesc__desc .Desc .c-contact .contact-form .privacy, .c-contact .contact-form .c-service .c-topdesc__desc .Desc .privacy, .c-service .c-topdesc__desc .Desc .c-contact .contact-form, .c-contact .c-service .c-topdesc__desc .Desc .contact-form, .c-service .c-topdesc__desc .Desc .c-news-sl__contents, .c-service .c-topdesc__desc .Desc .breadcrumb {
  margin-bottom: 15px;
}
.c-service .c-topdesc .btn-wrap {
  margin-top: 50px;
}
.c-service .c-topdesc .btn-wrap h3 {
  font-weight: 400;
  margin-bottom: 10px;
}
.c-service .c-topdesc .btn-wrap .more-btn__link {
  background-color: #fff;
}
@media (min-width: 600px) {
  .c-service .c-topdesc__img {
    margin: 0 20vw 0 0;
  }
  .c-service .c-topdesc__desc {
    padding: 0;
    margin: -160px 8vw 0 15vw;
  }
  .c-service .c-topdesc__desc .Desc {
    background-color: rgba(255, 255, 255, 0.8);
    position: relative;
    z-index: 20;
    padding: 50px 30px 30px;
  }
  .c-service .c-topdesc__desc .Desc .Title br {
    display: none;
  }
}
@media (min-width: 960px) {
  .c-service .c-topdesc {
    background: url(../images/home/sns-bg.webp) no-repeat center/cover;
    padding-bottom: 80px;
  }
  .c-service .c-topdesc__img {
    margin: 0 35vw 0 0;
  }
  .c-service .c-topdesc__desc {
    margin: -160px 8vw 0 15vw;
  }
  .c-service .c-topdesc__desc .Desc {
    padding: 50px 40px 30px;
  }
  .c-service .c-topdesc__desc .Desc .Title {
    font-size: 1.6rem;
    font-weight: 400;
  }
  .c-service .c-topdesc .btn-wrap {
    text-align: right;
  }
  .c-service .c-topdesc .btn-wrap .more-btn {
    text-align: right;
  }
}
@media (min-width: 1200px) {
  .c-service .c-topdesc__img {
    margin: 0 35vw 0 15vw;
  }
  .c-service .c-topdesc__desc {
    margin: -160px 15vw 0 25vw;
  }
  .c-service .c-topdesc__desc .Desc {
    padding: 50px 50px 40px;
  }
}
@media (min-width: 2000px) {
  .c-service .c-topdesc__img {
    margin: 0 35vw 0 22vw;
  }
  .c-service .c-topdesc__desc {
    margin: -300px 22vw 0 30vw;
  }
  .c-service .c-topdesc__desc .Desc {
    padding: 3vw;
  }
}
.c-service .c-able {
  background-color: #eff0f7;
  padding: 50px 0;
}
.c-service .c-able__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.c-service .c-able__list__item {
  width: 120px;
  margin: 0 15px 20px;
}
.c-service .c-able__list__item .Icon {
  background-color: #fff;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  margin: 0 auto 5px;
}
.c-service .c-able__list__item .Icon img {
  -o-object-fit: contain;
     object-fit: contain;
  padding: 20px;
}
.c-service .c-able__list__item h3 {
  text-align: center;
  font-size: 0.9rem;
  font-weight: 400;
}
@media (min-width: 600px) {
  .c-service .c-able__list__item {
    width: 160px;
    margin: 0 15px 20px;
  }
  .c-service .c-able__list__item .Icon {
    width: 160px;
    height: 160px;
    margin: 0 auto 10px;
  }
  .c-service .c-able__list__item .Icon img {
    padding: 30px;
  }
}
@media (min-width: 960px) {
  .c-service .c-able {
    padding: 80px 0;
  }
  .c-service .c-able__list {
    justify-content: center;
  }
  .c-service .c-able__list__item {
    width: 170px;
    margin: 0 15px 30px;
  }
  .c-service .c-able__list__item .Icon {
    width: 170px;
    height: 170px;
    margin: 0 auto 13px;
  }
  .c-service .c-able__list__item .Icon img {
    padding: 40px;
  }
  .c-service .c-able__list__item h3 {
    font-size: 1rem;
  }
}
@media (min-width: 1400px) {
  .c-service .c-able__list {
    justify-content: center;
  }
  .c-service .c-able__list__item {
    width: 200px;
    margin: 0 20px 30px;
  }
  .c-service .c-able__list__item .Icon {
    width: 200px;
    height: 200px;
    margin: 0 auto 15px;
  }
  .c-service .c-able__list__item .Icon img {
    padding: 50px;
  }
  .c-service .c-able__list__item h3 {
    font-size: 1.2rem;
  }
}
.c-service .c-works .hero {
  position: relative;
  padding: 0 3vw;
}
.c-service .c-works .hero::before {
  content: "";
  width: 100%;
  height: calc(100% + 6vw);
  background: linear-gradient(180deg, #fca8eb, #00c8f2, #fca8eb);
  background-size: 100% 200%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: -1;
  animation: gradientMove 8s linear infinite;
}
.c-service .c-works .hero .swiper-slide {
  height: 50vh;
}
.c-service .c-works .hero .swiper-slide .top-img {
  -o-object-position: top center;
     object-position: top center;
}
.c-service .c-works__list__item {
  margin: 50px 0;
  position: relative;
  scroll-margin: 90px;
  padding-bottom: 50px;
  border-bottom: 1px solid #888;
}
.c-service .c-works__list__item:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.c-service .c-works__list__item .num {
  font-size: 4rem;
  position: absolute;
  top: -15px;
  right: -5px;
  z-index: 20;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 6px;
  color: #fff;
}
.c-service .c-works__list__item .num span {
  position: relative;
  padding-left: 60px;
}
.c-service .c-works__list__item .num span::before {
  content: "";
  width: 50px;
  height: 25px;
  border-top: 7px solid #fff;
  border-bottom: 7px solid #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  transform: skewX(-15deg);
}
.c-service .c-works__list__item .num span::after {
  content: "";
  width: 25px;
  height: 50px;
  border-left: 7px solid #fff;
  border-right: 7px solid #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 12px;
  margin: auto;
  transform: skewX(-15deg);
}
.c-service .c-works__list__item .Desc {
  margin-bottom: 40px;
}
.c-service .c-works__list__item .Desc h3 {
  font-size: 1.2rem;
  letter-spacing: 1px;
  font-weight: 500;
  padding-left: 40px;
  margin-bottom: 15px;
  position: relative;
}
.c-service .c-works__list__item .Desc h3::before {
  content: "";
  width: 30px;
  height: 10px;
  border-top: 2px solid #00c8f2;
  border-bottom: 2px solid #fca8eb;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  transform: skewX(-15deg);
}
.c-service .c-works__list__item .Desc h3::after {
  content: "";
  width: 10px;
  height: 30px;
  border-right: 2px solid #fca8eb;
  border-left: 2px solid #00c8f2;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 10px;
  margin: auto;
  transform: skewX(-15deg);
}
.c-service .c-works__list__item .Desc__list__item {
  padding-left: 15px;
  margin-bottom: 5px;
  position: relative;
}
.c-service .c-works__list__item .Desc__list__item::before {
  content: "";
  width: 5px;
  height: 5px;
  background-color: #fca8eb;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.c-service .c-works__list__item .Desc__list__item:nth-child(2n)::before {
  background-color: #00c8f2;
}
.c-service .c-works__list__item .Desc__list__item.hukidasi::before {
  top: 40px;
}
.c-service .c-works__list__item .Desc__list__item.hukidasi span {
  display: inline-block;
  padding: 40px 50px 0 0;
  position: relative;
}
.c-service .c-works__list__item .Desc__list__item.hukidasi span strong {
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  padding: 5px 15px 2px;
  color: #fff;
  background-color: #fca8eb;
  z-index: -1;
  border-radius: 9999px;
}
.c-service .c-works__list__item .Desc__list__item.hukidasi span strong::before {
  position: absolute;
  content: "";
  /* 上向きの二等辺三角形の場合 */
  border-left: 20px solid transparent;
  border-right: 0px solid transparent;
  border-bottom: 20px solid #fca8eb;
  /* 色は任意に変更可能 */
  bottom: -10px;
  right: 20%;
  transform: rotate(190deg);
}
.c-service .c-works__list__item .Desc__list__item.hukidasi span strong.blue {
  background-color: #00c8f2;
}
.c-service .c-works__list__item .Desc__list__item.hukidasi span strong.blue::before {
  border-bottom: 20px solid #00c8f2;
}
@media (min-width: 600px) {
  .c-service .c-works .hero {
    margin: 0 8vw;
  }
  .c-service .c-works .hero::before {
    width: 100%;
    height: calc(100% + 5vw);
  }
  .c-service .c-works__list__item {
    margin: 70px 0;
    padding-bottom: 70px;
    scroll-margin: 110px;
  }
  .c-service .c-works__list__item .Desc {
    padding: 0 8vw;
    margin-bottom: 60px;
  }
  .c-service .c-works__list__item .Desc h3 {
    font-size: 1.4rem;
    margin-bottom: 25px;
  }
  .c-service .c-works__list__item .Desc__list__item {
    padding-left: 20px;
    margin-bottom: 8px;
  }
  .c-service .c-works__list__item .Desc__list__item.hukidasi::before {
    top: 45px;
  }
  .c-service .c-works__list__item .Desc__list__item.hukidasi span {
    padding: 45px 100px 0 0;
  }
  .c-service .c-works__list__item .Desc__list__item.hukidasi span strong {
    padding: 6px 30px 4px;
  }
  .c-service .c-works__list__item .Desc__list__item.hukidasi span strong::before {
    right: 40%;
  }
}
@media (min-width: 960px) {
  .c-service .c-works .c-container, .c-service .c-works .breadcrumb {
    padding: 0 5vw;
  }
  .c-service .c-works__list__item {
    scroll-margin: 150px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .c-service .c-works__list__item:nth-child(2n) {
    flex-direction: row-reverse;
  }
  .c-service .c-works__list__item:nth-child(2n) .Desc {
    padding: 0 0 0 30px;
  }
  .c-service .c-works__list__item .Desc {
    flex-basis: 50%;
    padding: 0 30px 0 0;
    margin-bottom: 0;
  }
  .c-service .c-works__list__item .Desc__list__item {
    padding-left: 25px;
    margin-bottom: 12px;
  }
  .c-service .c-works__list__item .Desc__list__item::before {
    width: 8px;
    height: 8px;
  }
  .c-service .c-works__list__item .Desc__list__item.hukidasi::before {
    top: 50px;
  }
  .c-service .c-works__list__item .Desc__list__item.hukidasi span {
    padding: 50px 100px 0 0;
  }
  .c-service .c-works__img {
    width: 50%;
  }
  .c-service .c-works .hero {
    margin: 0;
    width: 100%;
    padding: 0 20px;
  }
  .c-service .c-works .hero::before {
    width: 100%;
    height: calc(100% + 40px);
  }
}
@media (min-width: 1200px) {
  .c-service .c-works .c-container, .c-service .c-works .breadcrumb {
    padding: 0 8vw;
  }
  .c-service .c-works__list__item .Desc {
    padding: 0 50px 0 0;
  }
  .c-service .c-works__list__item .Desc h3 {
    font-size: 1.7rem;
  }
  .c-service .c-works .hero .swiper-slide {
    height: 30vw;
  }
}
@media (min-width: 1400px) {
  .c-service .c-works .c-container, .c-service .c-works .breadcrumb {
    padding: 0 12vw;
  }
  .c-service .c-works .hero .swiper-slide {
    height: 28vw;
  }
}
@media (min-width: 2000px) {
  .c-service .c-works .c-container, .c-service .c-works .breadcrumb {
    padding: 0 22vw;
  }
  .c-service .c-works .hero .swiper-slide {
    height: 22vw;
  }
}

.c-news {
  position: relative;
}
.c-news .c-container, .c-news .breadcrumb {
  padding: 0 8vw;
}
.c-news .category-list {
  padding: 30px 15px;
  position: relative;
}
.c-news .category-list::before {
  content: "";
  width: 120%;
  height: 100%;
  background-color: #efefef;
  border: 1px solid #888;
  border-radius: 5px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.c-news .category-list h4 {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 2px;
  margin-bottom: 15px;
}
.c-news .category-list .cate-item {
  font-size: 14px;
  margin: 5px 3px;
}
.c-news .category-list .cate-item a {
  color: #fff;
}
.c-news__item {
  padding-bottom: 30px;
  border-bottom: 1px solid #999999;
  margin-bottom: 30px;
}
.c-news__link {
  color: #222222;
  display: block;
}
.c-news__img {
  border-radius: 10px;
}
.c-news__img img {
  border-radius: 10px;
}
.c-news__img.has-thumbnail {
  height: 240px;
  overflow: hidden;
}
.c-news__img.no-thumbnail {
  height: 240px;
  /* 同じ高さで統一感を保つ */
  background-color: #ddd;
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-news__img.no-thumbnail span {
  width: 60px;
  height: 60px;
  display: inline-block;
  transform: rotate(30deg);
}
.c-news__img.no-thumbnail span img {
  -o-object-fit: contain;
     object-fit: contain;
}
.c-news-wrap {
  padding: 15px 0 0;
}
.c-news__date {
  padding: 5px 0;
  font-size: 13px;
}
.c-news__list {
  margin-bottom: 30px;
}
.c-news .cate-item {
  border-radius: 3px;
  color: #fff;
  font-size: 12px;
  display: inline-block;
  padding: 5px 12px;
  margin-right: 3px;
  position: relative;
  /* カテゴリー1〜4の個別スタイル */
}
.c-news .cate-item.category1 {
  background: #FF6B9D;
}
.c-news .cate-item.category2 {
  background: #00c8f2;
}
.c-news .cate-item.category3 {
  background: #9C7FD8;
}
.c-news__content {
  margin-top: 10px;
}
@media (min-width: 600px) {
  .c-news__list {
    display: flex;
    flex-wrap: wrap;
  }
  .c-news__item {
    flex-basis: 46%;
    margin: 0 8% 30px 0;
  }
  .c-news__item:nth-child(2n) {
    margin: 0 0 30px;
  }
  .c-news .category-list {
    padding: 50px 30px 40px 50px;
  }
}
@media (min-width: 960px) {
  .c-news .category-list {
    padding: 50px 40px;
    display: flex;
    align-items: center;
  }
  .c-news .category-list::before {
    width: 100%;
  }
  .c-news .category-list h4 {
    font-size: 22px;
    margin: 0 50px 0 0;
  }
  .c-news .category-list .cate-item {
    font-size: 16px;
    margin: 6px;
    padding: 8px 16px;
  }
  .c-news__item {
    flex-basis: 32%;
    padding-bottom: 40px;
    margin: 0 2% 40px 0;
  }
  .c-news__item:nth-child(2n) {
    margin: 0 2% 40px 0;
  }
  .c-news__item:nth-child(3n) {
    margin: 0 0 40px;
  }
  .c-news__date {
    font-size: 15px;
  }
  .c-news .cate-item {
    font-size: 14px;
  }
  .c-news-wrap {
    padding: 20px 0 0;
  }
}
@media (min-width: 1200px) {
  .c-news .c-container, .c-news .breadcrumb {
    padding: 0 15vw;
  }
  .c-news .category-list {
    padding: 70px 50px;
  }
  .c-news .category-list h4 {
    font-size: 24px;
    margin: 0 70px 0 0;
  }
  .c-news .category-list .cate-item {
    font-size: 18px;
  }
}
@media (min-width: 2000px) {
  .c-news {
    margin-bottom: 100px;
  }
  .c-news .c-container, .c-news .breadcrumb {
    padding: 0 25vw;
  }
  .c-news .category-list {
    margin-bottom: 100px;
  }
}

.c-news-sl .wp-categories {
  margin: 40px 0 15px;
}
.c-news-sl .wp-categories .cate-item {
  border-radius: 3px;
  color: #fff;
  font-size: 12px;
  display: inline-block;
  padding: 5px 12px;
  position: relative;
  /* カテゴリー1〜4の個別スタイル */
}
.c-news-sl .wp-categories .cate-item a {
  color: #fff;
}
.c-news-sl .wp-categories .cate-item.category1 {
  background: #FF6B9D;
}
.c-news-sl .wp-categories .cate-item.category2 {
  background: #00c8f2;
}
.c-news-sl .wp-categories .cate-item.category3 {
  background: #9C7FD8;
}
.c-news-sl__thumbnail {
  max-width: 600px;
  margin: 30px auto;
}
.c-news-sl__contents {
  padding: 5vw 0 10vw;
  line-height: 2.5;
}
.c-news-sl .more-btn {
  text-align: right;
}
@media (min-width: 600px) {
  .c-news-sl .c-container, .c-news-sl .breadcrumb {
    padding: 0 10vw;
  }
  .c-news-sl .wp-categories {
    margin: 40px 0 15px;
  }
  .c-news-sl .wp-categories .cate-item {
    font-size: 14px;
  }
  .c-news-sl__thumbnail {
    margin: 50px auto 0;
  }
  .c-news-sl__contents {
    padding: 7vw 0;
  }
}
@media (min-width: 960px) {
  .c-news-sl .c-container, .c-news-sl .breadcrumb {
    padding: 0 15vw;
  }
  .c-news-sl .wp-categories {
    margin: 50px 0 15px;
  }
  .c-news-sl .wp-categories .cate-item {
    font-size: 16px;
    padding: 8px 16px;
  }
  .c-news-sl__thumbnail {
    margin: 50px auto 0;
  }
  .c-news-sl__contents {
    padding: 5vw 0;
  }
}
@media (min-width: 1200px) {
  .c-news-sl .c-container, .c-news-sl .breadcrumb {
    padding: 0 20vw;
  }
  .c-news-sl__thumbnail {
    max-width: 800px;
  }
  .c-news-sl__contents {
    padding: 3vw 0;
  }
}
@media (min-width: 2000px) {
  .c-news-sl {
    margin-bottom: 100px;
  }
  .c-news-sl .c-container, .c-news-sl .breadcrumb {
    padding: 0 25vw;
  }
}

.contact-page .breadcrumb {
  margin-bottom: 0;
}

.c-contact {
  position: relative;
}
.c-contact-text {
  text-align: left;
}
@media (min-width: 600px) {
  .c-contact-text {
    margin-top: 30px;
    text-align: center;
  }
}
.c-contact .contact-form {
  text-align: center;
  margin-bottom: 100px;
}
.c-contact .contact-form input, .c-contact .contact-form textarea {
  width: 100%;
  border: none;
  background-color: #eee;
  border-radius: 5px;
  padding: 5px 10px;
}
.c-contact .contact-form textarea {
  padding: 5px 10px;
  margin-bottom: 0;
}
.c-contact .contact-form input {
  height: 45px;
}
.c-contact .contact-form select {
  width: 100%;
  height: 45px;
  border: none;
  background-color: #eee;
  border-radius: 5px;
  padding: 5px 10px;
}
.c-contact .contact-form dl {
  text-align: left;
  display: inline-block;
  width: 100%;
  padding-bottom: 20px;
}
.c-contact .contact-form dt {
  font-size: 14px;
  line-height: 1.5;
  font-weight: normal;
}
.c-contact .contact-form dt p {
  width: 100%;
}
.c-contact .contact-form .free {
  position: relative;
  padding: 5px 0 5px 0;
  margin-bottom: 5px;
}
.c-contact .contact-form .free p {
  position: relative;
}
.c-contact .contact-form .free p::after {
  content: "任意";
  font-size: 12px;
  color: #fff;
  padding: 5px 10px;
  border-radius: 5px;
  background-color: #888;
  margin-left: 5px;
}
.c-contact .contact-form .must {
  position: relative;
  padding: 5px 0 5px 0;
  margin-bottom: 5px;
}
.c-contact .contact-form .must p {
  position: relative;
}
.c-contact .contact-form .must p::after {
  content: "必須";
  font-size: 12px;
  color: #fff;
  padding: 5px 10px;
  border-radius: 5px;
  background-color: rgb(230, 60, 60);
  margin-left: 5px;
}
.c-contact .contact-form .wpcf7 form.invalid .wpcf7-response-output {
  border: 1px solid red;
}
.c-contact .contact-form .wpcf7-acceptance input {
  height: 17px;
  width: 17px;
  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 .privacy {
  margin-bottom: 30px;
}
.c-contact .contact-form .submit-btn {
  text-align: center;
}
.c-contact .contact-form .submit-btn input:disabled {
  border-color: #999999;
  background: #eee;
}
.c-contact .contact-form .submit-btn input {
  border-color: transparent;
  width: 70%;
  max-width: 320px;
  background: linear-gradient(90deg, #fca8eb 25%, #00c8f2 100%);
  color: #fff;
  letter-spacing: 2px;
}
.c-contact .contact-form .ajax-loader {
  display: none;
}
.c-contact .contact-form .wpcf7-spinner {
  display: none;
}
@media (min-width: 600px) {
  .c-contact .contact-form {
    margin-bottom: 130px;
  }
  .c-contact .contact-form dl {
    width: 500px;
  }
  .c-contact .contact-form .submit-btn input {
    width: 60%;
    max-width: 300px;
    height: 60px;
    font-size: 16px;
  }
  .c-contact .contact-form .wpcf7-acceptance input {
    margin-right: 15px;
  }
  .c-contact .contact-form .privacy {
    font-size: 16px;
  }
}
@media (min-width: 960px) {
  .c-contact .contact-form {
    margin-bottom: 150px;
  }
  .c-contact .contact-form input {
    height: 55px;
  }
  .c-contact .contact-form select {
    height: 55px;
  }
  .c-contact .contact-form dl {
    display: flex;
    align-items: center;
    padding-bottom: 30px;
    width: 100%;
  }
  .c-contact .contact-form dl.ct-other {
    align-items: flex-start;
  }
  .c-contact .contact-form dt {
    flex-basis: 40%;
    font-size: 16px;
  }
  .c-contact .contact-form dd {
    flex-basis: 60%;
  }
}
@media (min-width: 1200px) {
  .c-contact .contact-form dl {
    width: 800px;
    margin: 0 auto;
    padding-bottom: 40px;
  }
  .c-contact .contact-form dt {
    font-size: 18px;
  }
  .c-contact .contact-form .privacy {
    font-size: 18px;
  }
}
.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: 960px) {
  .c-contact#contact5 .ct-check.flex .wpcf7-checkbox {
    display: flex;
    justify-content: center;
  }
}
.c-contact#contact5 .ct-check .wpcf7-list-item {
  padding-right: 10px;
}
@media (min-width: 960px) {
  .c-contact .c-container, .c-contact .breadcrumb {
    padding: 0 10vw;
  }
}

.grecaptcha-badge {
  visibility: hidden;
}

.c-privacy {
  margin-top: 30px;
}
.c-privacy-title {
  text-align: center;
  font-size: 20px;
  display: block;
  margin-bottom: 50px;
  font-weight: 500;
}
.c-privacy h3 {
  font-size: 17px;
  margin-bottom: 18px;
  font-weight: 500;
}
.c-privacy-item {
  margin-bottom: 30px;
}
.c-privacy-item .c-txt-sm, .c-privacy-item .breadcrumb, .c-privacy-item .c-news-sl__contents, .c-privacy-item .c-contact .contact-form, .c-contact .c-privacy-item .contact-form, .c-privacy-item .c-contact .contact-form .privacy, .c-contact .contact-form .c-privacy-item .privacy {
  letter-spacing: 1px;
}
.c-privacy-item .List .c-txt-sm, .c-privacy-item .List .breadcrumb, .c-privacy-item .List .c-news-sl__contents, .c-privacy-item .List .c-contact .contact-form, .c-contact .c-privacy-item .List .contact-form, .c-privacy-item .List .c-contact .contact-form .privacy, .c-contact .contact-form .c-privacy-item .List .privacy {
  padding-left: 1em;
  text-indent: -1em;
}
.c-privacy-item:last-child {
  text-align: right;
  margin-bottom: 50px;
}
@media (min-width: 960px) {
  .c-privacy .c-container, .c-privacy .breadcrumb {
    padding: 0 10vw;
  }
  .c-privacy-title {
    font-size: 28px;
  }
  .c-privacy h3 {
    font-size: 18px;
  }
  .c-privacy-item {
    margin-bottom: 40px;
  }
}
@media (min-width: 1200px) {
  .c-privacy .c-container, .c-privacy .breadcrumb {
    padding: 0 15vw;
  }
  .c-privacy-title {
    margin-bottom: 70px;
  }
  .c-privacy h3 {
    font-size: 20px;
  }
}
@media (min-width: 2000px) {
  .c-privacy .c-container, .c-privacy .breadcrumb {
    padding: 0 25vw;
  }
}

.c-thanks {
  margin-top: 30px;
}
.c-thanks-title {
  font-size: 20px;
  display: block;
  margin-bottom: 50px;
  font-weight: 500;
}
.c-thanks h3 {
  font-size: 17px;
  margin-bottom: 18px;
  font-weight: 500;
}
.c-thanks-item {
  margin-bottom: 30px;
}
.c-thanks .more-btn {
  margin-top: 50px;
}
@media (min-width: 600px) {
  .c-thanks .onlySP {
    display: none;
  }
  .c-thanks-title {
    text-align: center;
  }
}
@media (min-width: 960px) {
  .c-thanks .c-container, .c-thanks .breadcrumb {
    padding: 0 10vw;
  }
  .c-thanks-title {
    font-size: 28px;
  }
  .c-thanks h3 {
    font-size: 18px;
  }
  .c-thanks-item {
    margin-bottom: 40px;
  }
}
@media (min-width: 1200px) {
  .c-thanks .c-container, .c-thanks .breadcrumb {
    padding: 0 15vw;
  }
  .c-thanks-title {
    margin-bottom: 70px;
  }
  .c-thanks h3 {
    font-size: 20px;
  }
}
@media (min-width: 2000px) {
  .c-thanks .c-container, .c-thanks .breadcrumb {
    padding: 0 25vw;
  }
}

.p-header {
  width: 100%;
  height: 68px;
}
.p-header .h1-title {
  font-size: 0.8rem;
  text-align: center;
  height: 68px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 400;
  letter-spacing: 0.12em;
}
.p-header .h1-title a {
  color: #222222;
}
.p-header .logo__img {
  display: inline-block;
  margin: 10px 10px 0 10px;
}
@media (min-width: 600px) {
  .p-header .logo__img {
    margin: 10px 10px 8px 10px;
  }
}
@media (min-width: 960px) {
  .p-header .logo__img {
    margin: 0px 10px 0 20px;
  }
}
.p-header .logo {
  background-image: url(../images/common/logo-mark.webp);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  height: 70px;
  width: 260px;
  opacity: 1;
  position: relative;
}
.p-header .logo.inview {
  background-image: url(../images/common/logo-mark.webp);
}
@media (min-width: 960px) {
  .p-header .logo {
    height: 90px;
    width: 250px;
  }
}
@media (min-width: 1200px) {
  .p-header .logo {
    height: 100px;
    width: 300px;
  }
}
@media (max-width: 959px) {
  .p-header .pc-container,
  .p-header .pc-navbtn {
    display: none;
  }
}
@media (min-width: 960px) {
  .p-header {
    height: 95px;
  }
  .p-header .pc-container {
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 8000;
    width: 100%;
    height: 95px;
    background-color: #fff;
  }
  .p-header .pc-container::before {
    content: "";
    width: 100%;
    height: 5px;
    background: linear-gradient(90deg, #fca8eb 25%, #00c8f2 100%);
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .p-header .pc-container .h1-title {
    font-size: 1.1rem;
    text-align: left;
    height: 95px;
    letter-spacing: 0.12em;
    margin-left: 30px;
  }
  .p-header .pc-container .h1-title a {
    color: #222222;
    transition: all 0.3s;
  }
  .p-header .pc-container .h1-title a:hover {
    opacity: 0.6;
  }
  .p-header .pc-container .pc-nav {
    display: flex;
    margin-right: 0.5vw;
  }
  .p-header .pc-container .pc-nav-list {
    display: flex;
    align-items: center;
  }
  .p-header .pc-container .pc-nav-item {
    font-size: 14px;
    font-weight: 500;
    padding-right: 3.5vw;
    transition: all 0.3s;
  }
  .p-header .pc-container .pc-nav-item a {
    text-align: center;
    color: #222222;
    display: block;
    transition: all 0.3s;
    position: relative;
  }
  .p-header .pc-container .pc-nav-item a:hover {
    background: linear-gradient(45deg, #fca8eb 20%, #00c8f2 40%, #fca8eb 50%, #00c8f2 70%, #fca8eb 100%);
    background-size: 140% 100%;
    background-position: -100% 0%;
    -webkit-background-clip: text;
            background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: gradientSweep 0.4s ease-out forwards;
  }
  .p-header .pc-container .pc-nav-item a span {
    display: block;
    text-align: center;
  }
  .p-header .pc-container .pc-nav-item a small {
    display: block;
    font-size: 10px;
  }
  @keyframes gradientSweep {
    0% {
      background-position: -100% 0%;
    }
    100% {
      background-position: 100% 0%;
    }
  }
  .p-header .pc-container .sns-link {
    display: flex;
    justify-content: right;
  }
  .p-header .pc-container .sns-link li {
    width: 45px;
    height: 45px;
    margin: 0 8px 0 0;
  }
  .p-header .pc-container .sns-link li a {
    display: block;
    transition: all 0.3s;
  }
  .p-header .pc-container .sns-link li a img {
    -o-object-fit: contain;
       object-fit: contain;
    border: 1px solid #999999;
    border-radius: 50%;
  }
  .p-header .pc-container .sns-link li a:hover {
    opacity: 0.6;
  }
  .p-header .mobile-container,
  .p-header .sp-navbtn,
  .p-header .mobile-menu {
    display: none;
  }
}
@media (min-width: 1200px) {
  .p-header .pc-container .h1-title {
    font-size: 1.2rem;
  }
  .p-header .pc-container .sns-link li {
    width: 50px;
    height: 50px;
    margin: 0 10px 0 0;
  }
}
@media (min-width: 2000px) {
  .p-header .pc-container {
    padding: 0 20vw;
  }
  .p-header .pc-container .pc-nav {
    margin-right: 0;
  }
  .p-header .pc-container .pc-nav-item {
    padding-right: 3vw;
  }
}

.mobile-menu {
  position: fixed;
  top: 90px;
  left: 0;
  width: 100%;
  height: 100%;
  transform: translateY(100%);
  transition: all 0.5s;
  z-index: 8000;
}
.mobile-menu__nav {
  display: block;
  height: 100%;
  width: 100%;
}
.mobile-menu__list {
  width: 90%;
  margin: 0 auto;
  height: 80vh;
  list-style: none;
  background-color: rgba(255, 255, 255, 0.9333333333);
  border: 1px solid #999999;
  border-radius: 5px;
  padding: 20px;
  overflow: scroll;
}
.mobile-menu__item a {
  display: block;
  padding: 12px 20px;
  text-decoration: none;
  color: #222222;
  font-size: 16px;
  cursor: pointer;
  display: flex;
  align-items: center;
  position: relative;
}
.mobile-menu__item a small {
  padding-left: 30px;
  color: #999999;
  position: relative;
}
.mobile-menu__item a small::before {
  content: "";
  width: 15px;
  height: 1px;
  background-color: #999999;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 10px;
  margin: auto;
}
.mobile-menu__item:last-child {
  margin: 15px 0 30px;
}
.mobile-menu__item:last-child h3 {
  text-align: center;
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 10px;
}
.mobile-menu__item:last-child .sns-link {
  display: flex;
  justify-content: center;
}
.mobile-menu__item:last-child .sns-link li {
  width: 50px;
  height: 50px;
  margin: 0 10px;
}
.mobile-menu__item:last-child .sns-link li a {
  padding: 0;
  display: block;
}
.mobile-menu__item:last-child .sns-link li a img {
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 50%;
}
.mobile-menu__item:last-child .sns-link li a span {
  margin-top: 3px;
  display: block;
  text-align: center;
  font-size: 0.6rem;
  letter-spacing: 0;
  color: #999999;
}
@media (min-width: 600px) {
  .mobile-menu__list {
    width: 80%;
    padding: 40px 5vw;
  }
  .mobile-menu__item > a, .mobile-menu__item > p {
    font-size: 18px;
  }
  .mobile-menu .submenu .mobile-menu__item a {
    padding: 12px 20px 12px 40px;
    font-size: 16px;
    color: #fff;
    background-color: transparent;
  }
}

.contact-btn {
  padding: 0 10px;
}
.contact-btn-list {
  display: flex;
  justify-content: center;
}
.contact-btn-item {
  width: 40%;
  text-align: center;
  margin: 0 10px;
}
.contact-btn-item span {
  position: relative;
  font-size: 14px;
  color: #222222;
  padding: 40px 5px 10px 5px;
  display: block;
  background: #fff;
  border-radius: 10px;
}
.contact-btn-item span::before {
  position: absolute;
  top: 10px;
  left: 0;
  right: 0;
  margin: auto;
  content: "";
  display: block;
  height: 30px;
  width: 30px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.contact-btn-item .tel::before {
  background-image: url(../images/common/door.svg);
}
.contact-btn-item .mail {
  background: #ea65c7;
  color: #fff;
}
.contact-btn-item .mail::before {
  background-image: url(../images/common/bigin.svg);
}
.contact-btn-item .line::before {
  background-image: url(../images/common/icon-line-cta.png);
}

.mobile-container {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 9999;
  overflow: hidden;
  height: 68px;
  background-color: #fff;
  width: 100%;
}
.mobile-container::before {
  content: "";
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, #fca8eb 25%, #00c8f2 100%);
  position: absolute;
  bottom: 0;
  left: 0;
}
.mobile-container .mobile-button {
  position: fixed;
  top: 18px;
  right: 15px;
  z-index: 9999;
  border-radius: 50%;
}
.mobile-container .mobile-button .mobile-menu__btn {
  background-color: #fff;
  border: none;
  outline: none !important;
  cursor: pointer;
  display: block;
  border-radius: 50%;
}
.mobile-container .mobile-button .mobile-menu__btn.inview > span {
  background-color: #222222;
}
.mobile-container .mobile-button .mobile-menu__btn > span {
  background-color: #222222;
  width: 24px;
  height: 1px;
  display: block;
  margin-bottom: 5px;
  transition: transform 0.7s;
  opacity: 1;
}
.mobile-container .mobile-button .mobile-menu__btn > span:last-child {
  margin-bottom: 0;
}
.mobile-container .mobile-button small {
  position: absolute;
  bottom: -19px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 0.6rem;
}

.menu-open.mobile-menu {
  z-index: 8000;
  transition: all 0.5s;
  transform: none;
}
.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: #222222 !important;
}
.menu-open .mobile-menu__btn > span:nth-child(1) {
  transition-delay: 70ms;
  transform: translateY(6px) rotate(135deg);
}
.menu-open .mobile-menu__btn > span:nth-child(2) {
  transition-delay: 140ms;
  transform: scaleX(0);
}
.menu-open .mobile-menu__btn > span:nth-child(3) {
  transition-delay: 140ms;
  transform: translateY(-6px) 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.fade .item {
  transform: translateY(0);
}

.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-l.fade .item {
  transform: translateY(0);
}

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

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

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

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

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

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

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

.ac-title.is-active {
  transition: all 3s;
}
.ac-title.is-active .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;
}

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: 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;
  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 */