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

.txt-right {
  text-align: right;
}

.txt-center {
  text-align: center;
}

.d-block {
  display: block !important;
}

.c-txt-lg {
  font-size: 38px;
  letter-spacing: 2px;
  line-height: 2;
}
@media screen and (min-width: 600px) {
  .c-txt-lg {
    font-size: 34px;
  }
}
@media screen and (min-width: 960px) {
  .c-txt-lg {
    font-size: 36px;
  }
}
@media screen and (min-width: 1200px) {
  .c-txt-lg {
    font-size: 40px;
  }
}

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

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

.c-txt-sm, .c-contact-text, .c-works-sl__desc p, .p-news__content {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 2;
}
@media screen and (min-width: 600px) {
  .c-txt-sm, .c-contact-text, .c-works-sl__desc p, .p-news__content {
    line-height: 1.7;
  }
}
@media screen and (min-width: 960px) {
  .c-txt-sm, .c-contact-text, .c-works-sl__desc p, .p-news__content {
    font-size: 15px;
  }
}
@media screen and (min-width: 1200px) {
  .c-txt-sm, .c-contact-text, .c-works-sl__desc p, .p-news__content {
    font-size: 16px;
  }
}

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

.mb-sm, .tab-cate, .c-thanks-item, .c-privacy-item, .c-contact .contact-form .submit-btn, .c-contact .contact-form .privacy, .c-contact h3, .category-list, .faq-contents .faq .c-txtarea01, .p-footer__logo, .p-footer .sns-link, .p-news__list, .p-service__list, .c-title, .p-title {
  margin-bottom: 30px;
}
@media screen and (min-width: 600px) {
  .mb-sm, .tab-cate, .c-thanks-item, .c-privacy-item, .c-contact .contact-form .submit-btn, .c-contact .contact-form .privacy, .c-contact h3, .category-list, .faq-contents .faq .c-txtarea01, .p-footer__logo, .p-footer .sns-link, .p-news__list, .p-service__list, .c-title, .p-title {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 1200px) {
  .mb-sm, .tab-cate, .c-thanks-item, .c-privacy-item, .c-contact .contact-form .submit-btn, .c-contact .contact-form .privacy, .c-contact h3, .category-list, .faq-contents .faq .c-txtarea01, .p-footer__logo, .p-footer .sns-link, .p-news__list, .p-service__list, .c-title, .p-title {
    margin-bottom: 50px;
  }
}

.mb-md, .c-works-sl__desc {
  margin-bottom: 50px;
}
@media screen and (min-width: 600px) {
  .mb-md, .c-works-sl__desc {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 960px) {
  .mb-md, .c-works-sl__desc {
    margin-bottom: 60px;
  }
}

.mb-lr, .c-thanks-text, .c-privacy-text, .c-contact .contact-form, .c-service, .c-flow, .c-team, .c-philosophy, .c-message, .p-news, .p-service, .top-view {
  margin-bottom: 70px;
}
@media screen and (min-width: 600px) {
  .mb-lr, .c-thanks-text, .c-privacy-text, .c-contact .contact-form, .c-service, .c-flow, .c-team, .c-philosophy, .c-message, .p-news, .p-service, .top-view {
    margin-bottom: 80px;
  }
}
@media screen and (min-width: 960px) {
  .mb-lr, .c-thanks-text, .c-privacy-text, .c-contact .contact-form, .c-service, .c-flow, .c-team, .c-philosophy, .c-message, .p-news, .p-service, .top-view {
    margin-bottom: 100px;
  }
}
@media screen and (min-width: 1200px) {
  .mb-lr, .c-thanks-text, .c-privacy-text, .c-contact .contact-form, .c-service, .c-flow, .c-team, .c-philosophy, .c-message, .p-news, .p-service, .top-view {
    margin-bottom: 120px;
  }
}

.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, .c-news-sl, .c-works-sl, .c-works, .faq-contents, .c-about, .p-news.c-news {
  padding-bottom: 70px;
}
@media screen and (min-width: 600px) {
  .pb-lr, .c-news-sl, .c-works-sl, .c-works, .faq-contents, .c-about, .p-news.c-news {
    padding-bottom: 80px;
  }
}
@media screen and (min-width: 960px) {
  .pb-lr, .c-news-sl, .c-works-sl, .c-works, .faq-contents, .c-about, .p-news.c-news {
    padding-bottom: 100px;
  }
}
@media screen and (min-width: 1200px) {
  .pb-lr, .c-news-sl, .c-works-sl, .c-works, .faq-contents, .c-about, .p-news.c-news {
    padding-bottom: 120px;
  }
}

.c-container {
  padding: 0 7vw;
}
@media screen and (min-width: 600px) {
  .c-container {
    padding: 0 6vw;
  }
}
@media screen and (min-width: 960px) {
  .c-container {
    padding: 0 6vw;
  }
}
@media screen and (min-width: 1200px) {
  .c-container {
    padding: 0 12vw;
  }
}
@media screen and (min-width: 2000px) {
  .c-container {
    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(57, 57, 57);
  border: 1px solid rgb(57, 57, 57);
  cursor: pointer;
}

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

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

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

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

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

.scrolldown {
  display: inline-block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  z-index: 2;
  padding: 0 0 80px;
  overflow: hidden;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  z-index: 40;
  line-height: 1;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.scrolldown::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 2px;
  height: 100px;
  background: #fff;
}
.scrolldown::after {
  height: 50px;
  animation: sdl 2s ease infinite;
}
@media (min-width: 960px) {
  .scrolldown {
    font-size: 18px;
  }
  .scrolldown::after {
    width: 2px;
  }
}
@keyframes sdl {
  0% {
    transform: translateY(-20px);
  }
  100% {
    transform: translateY(50px);
  }
}

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

Stylesheet: ベーススタイル

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

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

body {
  font-family: "Ubuntu", "Noto Sans JP", sans-serif;
  background-color: #000000;
  color: #fff;
  letter-spacing: 1px;
  transition: all 0.6s ease;
}
body.is-service-section {
  background-color: #e8e8e8;
  color: #000000;
}

body.hidden {
  overflow: hidden !important;
}

.superwrapper {
  overflow: hidden;
}

#main-contents {
  position: relative;
  z-index: 1;
}
#main-contents::before {
  content: "";
  width: 80%;
  max-width: 400px;
  height: 100%;
  background: url(../images/home/dragon.webp) no-repeat center/contain;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: -1;
  transform: rotateX(45deg) rotateZ(0deg);
  transform-style: preserve-3d;
  animation: dragon-3d-rotate 20s linear infinite;
  opacity: 0.5;
  filter: blur(0px);
  transition: filter 0.8s ease;
}
#main-contents.dragon-blurred::before {
  filter: blur(15px);
}
@media (min-width: 960px) {
  #main-contents::before {
    max-width: 500px;
  }
}
@media (min-width: 1200px) {
  #main-contents::before {
    max-width: 580px;
  }
}

@keyframes dragon-3d-rotate {
  0% {
    transform: rotateX(30deg) rotateY(0deg);
  }
  25% {
    transform: rotateX(50deg) rotateY(90deg);
  }
  50% {
    transform: rotateX(30deg) rotateY(180deg);
  }
  75% {
    transform: rotateX(50deg) rotateY(270deg);
  }
  100% {
    transform: rotateX(30deg) rotateY(360deg);
  }
}
.p-title {
  position: relative;
  text-transform: uppercase;
}
.p-title .en {
  display: block;
  font-weight: 600;
  font-size: 2.2rem;
  letter-spacing: 2px;
}
.p-title .ja {
  font-weight: 700;
  position: relative;
  font-size: 15px;
  letter-spacing: 2px;
  color: #07988b;
}
@media (min-width: 600px) {
  .p-title .en {
    font-size: 2.8rem;
  }
  .p-title .ja {
    font-size: 16px;
    top: -0.5em;
  }
}
@media (min-width: 960px) {
  .p-title {
    display: flex;
    align-items: baseline;
  }
  .p-title .en {
    font-size: 4.2rem;
  }
  .p-title .ja {
    font-size: 1.3rem;
    margin-left: 15px;
    top: 0;
  }
}
@media (min-width: 1200px) {
  .p-title .en {
    font-size: 4.8rem;
  }
  .p-title .ja {
    font-size: 1.5rem;
  }
}

.c-title {
  position: relative;
  font-weight: 500;
}
.c-title .en {
  font-size: 2.4rem;
}
@media (min-width: 600px) {
  .c-title .en {
    font-size: 2.8rem;
  }
}
@media (min-width: 960px) {
  .c-title .en {
    font-size: 3.4rem;
  }
}
@media (min-width: 1200px) {
  .c-title .en {
    font-size: 4rem;
  }
}

.more-btn {
  position: relative;
  display: block;
  text-align: center;
}
.more-btn__link {
  background-color: #fff;
  display: inline-block;
  padding: 8px 15px;
  width: 260px;
  border: 1px solid #ddd;
  z-index: 1;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 -1px 0 rgba(0, 0, 0, 0.05), 0 2px 4px rgba(0, 0, 0, 0.1);
  transition: box-shadow 0.3s ease;
}
.more-btn__link span {
  position: relative;
  color: #000000;
}
.more-btn__link span:first-child {
  padding-right: 40px;
}
.more-btn__link span:first-child::before {
  content: "";
  width: 20px;
  height: 1px;
  background-color: #000000;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
.more-btn__link span:first-child::after {
  content: "";
  width: 6px;
  height: 1px;
  background-color: #000000;
  position: absolute;
  top: -4px;
  bottom: 0;
  right: -1px;
  margin: auto;
  transform: rotate(45deg);
}
.more-btn__link.slide-bg {
  position: relative;
  overflow: hidden;
}
.more-btn__link.slide-bg .bg {
  display: inline-block;
  width: 100%;
  height: 100%;
  background-color: #000000;
  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;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 -1px 0 rgba(0, 0, 0, 0.05), 0 4px 8px rgba(0, 0, 0, 0.15);
}
.more-btn__link.slide-bg:hover span {
  color: #fff;
  transform: none;
}
.more-btn__link.slide-bg:hover span:first-child::before {
  background-color: #fff;
}
.more-btn__link.slide-bg:hover span:first-child::after {
  background-color: #fff;
}
@media (min-width: 960px) {
  .more-btn__link {
    padding: 15px 15px;
    width: 320px;
  }
  .more-btn__link .c-txt-sm, .more-btn__link .c-contact-text, .more-btn__link .c-works-sl__desc p, .c-works-sl__desc .more-btn__link p, .more-btn__link .p-news__content {
    font-size: 17px;
  }
  .more-btn__link span:first-child {
    padding-right: 60px;
  }
  .more-btn__link span:first-child::before {
    width: 30px;
  }
  .more-btn__link span:first-child::after {
    content: "";
    width: 10px;
    height: 1px;
    background-color: #000000;
    position: absolute;
    top: -5px;
    bottom: 0;
    right: -1px;
    margin: auto;
    transform: rotate(30deg);
  }
}

.c-topview {
  padding-top: 80px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 50px;
}
.c-topview__title {
  margin-bottom: 30px;
}
.c-topview__title h2 {
  font-size: 2.8rem;
  letter-spacing: 0.05em;
  line-height: 1.6;
  font-weight: 600;
}
.c-topview__title h3 {
  font-size: 0.9rem;
  font-weight: 600;
}
.c-topview .breadcrumb {
  display: flex;
  align-items: center;
  margin-bottom: 50px;
}
.c-topview .breadcrumb li.bc-current {
  color: #fff;
  background-color: #888;
  border: 1px solid #888;
  padding: 3px 12px;
  border-radius: 9999px;
}
.c-topview .breadcrumb li.bc-sep {
  display: inline-block;
  width: 10px;
  height: 1px;
  background-color: #888;
}
.c-topview .breadcrumb li a {
  background-color: transparent;
  color: #888;
  border: 1px solid #888;
  display: inline-block;
  padding: 3px 12px;
  border-radius: 9999px;
}
@media (min-width: 600px) {
  .c-topview {
    padding-top: 100px;
    margin-bottom: 60px;
  }
  .c-topview__title {
    margin-bottom: 50px;
  }
  .c-topview__title h2 {
    font-size: 3.6rem;
  }
  .c-topview__title h3 {
    font-size: 1.1rem;
  }
}
@media (min-width: 960px) {
  .c-topview {
    padding-top: 130px;
    margin-bottom: 80px;
  }
  .c-topview__title {
    margin-bottom: 50px;
  }
  .c-topview__title h2 {
    font-size: 4.2rem;
  }
  .c-topview__title h3 {
    font-size: 1.3rem;
  }
  .c-topview .breadcrumb {
    margin-bottom: 70px;
  }
  .c-topview .breadcrumb li.bc-current {
    padding: 5px 18px;
  }
  .c-topview .breadcrumb li.bc-sep {
    width: 20px;
  }
  .c-topview .breadcrumb li a {
    padding: 5px 18px;
  }
}
@media (min-width: 1200px) {
  .c-topview {
    padding-top: 150px;
  }
  .c-topview__title {
    margin-bottom: 70px;
  }
  .c-topview__title h2 {
    font-size: 5.6rem;
    line-height: 1.2;
  }
  .c-topview__title h3 {
    font-size: 1.5rem;
  }
}

/* オープニングアニメーション */
.opening-screen {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: #000000;
  z-index: 9999;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  opacity: 1;
  transition: opacity 0.8s ease-out;
}
.opening-screen.fade-out {
  opacity: 0;
  pointer-events: none;
}

/* ロゴアニメーション */
.opening-logo {
  opacity: 0;
  animation: logoFadeIn 1.2s ease-out 0.3s forwards;
  margin-bottom: 40px;
}
.opening-logo img {
  width: 140px;
  height: auto;
  max-width: 90vw;
}
@media (min-width: 600px) {
  .opening-logo img {
    width: 180px;
  }
}
@media (min-width: 960px) {
  .opening-logo img {
    width: 220px;
  }
}
@media (min-width: 1200px) {
  .opening-logo img {
    width: 260px;
  }
}

@keyframes logoFadeIn {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
/* プログレスバー */
.opening-progress {
  width: 200px;
  height: 2px;
  background: rgba(7, 152, 139, 0.2);
  overflow: hidden;
}
@media (min-width: 600px) {
  .opening-progress {
    width: 240px;
  }
}
@media (min-width: 960px) {
  .opening-progress {
    width: 280px;
  }
}

.opening-progress-bar {
  width: 0;
  height: 100%;
  background: #07988b;
  animation: progressBar 3.5s ease-out forwards;
}

@keyframes progressBar {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
.top-view {
  position: relative;
  height: 500vh;
}
.top-view .hero {
  height: 100vh;
  position: sticky;
  top: 0;
  overflow: hidden;
}
.top-view .hero__text {
  color: #fff;
  padding: 0 6vw;
  position: absolute;
  min-width: 380px;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
  left: 50%;
  z-index: 10;
}
.top-view .hero__text h2 {
  transition: transform 0.1s linear, opacity 0.1s linear;
  will-change: transform, opacity;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 500;
  font-size: 3.2rem;
  line-height: 1.2;
}
.top-view .hero__text h2.right {
  text-align: right;
}
@media (min-width: 600px) {
  .top-view .hero__text {
    min-width: 550px;
  }
  .top-view .hero__text h2 {
    font-size: 4.4rem;
  }
}
@media (min-width: 960px) {
  .top-view .hero__text {
    min-width: 820px;
  }
  .top-view .hero__text h2 {
    font-size: 5.8rem;
  }
  .top-view .hero__text h2.third, .top-view .hero__text h2.forth {
    display: inline-block;
  }
  .top-view .hero__text h2.forth {
    margin-left: 30px;
  }
}
@media (min-width: 1200px) {
  .top-view .hero__text {
    min-width: 980px;
  }
  .top-view .hero__text h2 {
    font-size: 7.6rem;
  }
}
.top-view .hero__float {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
  color: #fff;
  z-index: 5;
  will-change: transform, opacity;
  text-align: center;
  padding: 0 20px;
}
.top-view .hero__float h3 {
  font-size: 1.3rem;
  line-height: 2;
  font-weight: 600;
  letter-spacing: 2px;
}
@media (min-width: 960px) {
  .top-view .hero__float h3 {
    font-size: 2rem;
  }
}

.p-service__desc {
  margin-bottom: 80px;
}
.p-service__desc p {
  margin-bottom: 20px;
}
.p-service__desc p strong {
  font-size: 1.2rem;
  font-weight: 600;
}
.p-service__desc p strong span {
  display: none;
}
.p-service__list__item {
  margin-bottom: 40px;
}
.p-service__list__item .Ttl {
  padding-bottom: 8px;
  margin-bottom: 30px;
  border-bottom: 1px solid #888;
}
.p-service__list__item .Ttl strong {
  display: block;
  font-size: 1.8rem;
  line-height: 1.2;
  font-weight: 600;
}
.p-service__list__item .Ttl span {
  font-size: 0.9rem;
  color: #888;
  font-weight: 700;
}
.p-service__list__item .Img {
  max-width: 500px;
  margin: 0 auto 20px;
}
@media (min-width: 600px) {
  .p-service__desc p strong span {
    display: inline;
  }
  .p-service__desc p strong br {
    display: none;
  }
  .p-service__list__item {
    margin-bottom: 60px;
  }
  .p-service__list__item .Ttl {
    padding-bottom: 8px;
    margin-bottom: 45px;
  }
  .p-service__list__item .Ttl strong {
    font-size: 2.2rem;
  }
  .p-service__list__item .Img {
    max-width: 500px;
    margin: 0 auto 45px;
  }
}
@media (min-width: 960px) {
  .p-service__wrap {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 80px;
  }
  .p-service__desc {
    flex: 1;
    margin: 25px 0 0 8vw;
  }
  .p-service__desc p strong {
    font-size: 1.6rem;
  }
  .p-service__desc p strong span {
    display: none;
  }
  .p-service__desc p strong br {
    display: block;
  }
  .p-service .p-title {
    display: block;
  }
  .p-service .p-title .ja {
    margin: 0;
  }
  .p-service__list__item {
    margin-bottom: 50px;
  }
  .p-service__list__item .Ttl {
    padding-bottom: 8px;
    margin-bottom: 45px;
    display: flex;
    align-items: baseline;
  }
  .p-service__list__item .Ttl strong {
    font-size: 2.8rem;
  }
  .p-service__list__item .Ttl span {
    margin-left: 30px;
    font-size: 1.2rem;
  }
  .p-service__list__item .Wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row-reverse;
  }
  .p-service__list__item .Img {
    flex-basis: 40%;
    max-width: none;
    margin: 0;
  }
  .p-service__list__item .Desc {
    flex-basis: 48%;
  }
  .p-service .more-btn {
    margin-top: 80px;
  }
}
@media (min-width: 1200px) {
  .p-service__list__item .Ttl {
    padding-bottom: 12px;
    margin-bottom: 55px;
  }
  .p-service__list__item .Ttl strong {
    font-size: 3.4rem;
  }
}

.p-news__item {
  padding: 20px;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  background-color: rgba(255, 255, 255, 0.25);
  position: relative;
  border-radius: 5px;
  margin-bottom: 20px;
}
.p-news__item::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 30px;
  height: 30px;
  background-color: #fff;
  clip-path: polygon(100% 0%, 100% 100%, 0% 100%);
  border-radius: 0 0 4px 0;
}
.p-news__item a {
  color: #fff;
}
.p-news__wrap {
  display: flex;
  align-items: center;
  margin-top: 8px;
}
.p-news__date {
  color: #888;
  font-size: 13px;
  font-weight: 300;
  display: inline-block;
  margin-left: 15px;
}
.p-news .cate-item {
  background-color: #fff;
  font-size: 11px;
  color: #888;
  padding: 5px 10px;
  border-radius: 9999px;
}
.p-news.c-news {
  border-bottom: 1px solid #888;
  margin-bottom: 0;
}
@media (min-width: 600px) {
  .p-news__list {
    display: flex;
    flex-wrap: wrap;
  }
  .p-news__item {
    flex-basis: 48%;
    margin: 0 4% 30px 0;
  }
  .p-news__item:nth-child(2n) {
    margin: 0 0 30px 0;
  }
  .p-news.c-news {
    padding-bottom: 0;
  }
  .p-news.c-news .p-news__list {
    display: block;
  }
  .p-news.c-news .p-news__item {
    margin: 0 0 30px;
  }
}
@media (min-width: 960px) {
  .p-news .c-container {
    padding: 0 6vw;
    display: grid;
    grid-template-rows: auto auto;
    grid-template-columns: auto auto;
  }
  .p-news .p-title {
    grid-row: 1/2;
    grid-column: 1/2;
  }
  .p-news .more-btn {
    grid-row: 1/2;
    grid-column: 2/3;
    justify-self: right;
    align-self: center;
    margin-bottom: 30px;
  }
  .p-news__list {
    grid-row: 2/3;
    grid-column: 1/3;
    margin-bottom: 0;
  }
  .p-news__item {
    flex-basis: 31%;
    margin: 0 3.5% 30px 0;
  }
  .p-news__item:nth-child(2n) {
    margin: 0 3.5% 30px 0;
  }
  .p-news__item:nth-child(3n) {
    margin: 0 0 30px 0;
  }
  .p-news__wrap {
    display: block;
    margin-top: 15px;
  }
  .p-news .cate-item {
    font-size: 13px;
    padding: 5px 10px;
  }
  .p-news__date {
    display: block;
    font-size: 15px;
    margin: 10px 0px 0 5px;
  }
  .p-news.c-news .p-news__list {
    grid-row: 1/2;
    grid-column: 2/3;
    margin-bottom: 0;
  }
  .p-news.c-news .p-news__item {
    padding: 30px;
  }
  .p-news.c-news .p-news__wrap {
    display: flex;
    margin-top: 15px;
  }
  .p-news.c-news .cate-item {
    font-size: 13px;
    padding: 5px 10px;
  }
  .p-news.c-news .p-news__date {
    font-size: 15px;
    margin: 0px 0px 0 15px;
  }
  .p-news.c-news .pagination {
    grid-row: 2/3;
    grid-column: 2/3;
  }
}
@media (min-width: 1200px) {
  .p-news .c-container {
    padding: 0 12vw;
  }
  .p-news__item {
    padding: 30px;
  }
  .p-news .more-btn {
    margin-bottom: 40px;
  }
}
@media (min-width: 2000px) {
  .p-news .c-container {
    padding: 0 22vw;
  }
}

.p-company {
  height: 100vh;
  min-height: 580px;
  padding: 80px 0;
  background: url(../images/home/bg-1.webp) no-repeat center/cover;
  position: relative;
}
.p-company::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #000000;
  opacity: 0.5;
}
.p-company__desc {
  position: relative;
  z-index: 10;
}
.p-company .more-btn {
  position: absolute;
  bottom: 50px;
  right: 7vw;
}
@media (min-width: 600px) {
  .p-company {
    min-height: 500px;
  }
}
@media (min-width: 960px) {
  .p-company {
    padding: 110px 0;
    min-height: 600px;
  }
  .p-company .more-btn {
    bottom: 80px;
  }
}
@media (min-width: 1200px) {
  .p-company {
    padding: 150px 0;
    min-height: 650px;
  }
  .p-company .more-btn {
    right: 12vw;
  }
}
@media (min-width: 2000px) {
  .p-company {
    height: 60vh;
  }
  .p-company .more-btn {
    position: relative;
    bottom: 0;
    right: 0;
    text-align: right;
    margin: 80px 22vw 0;
  }
  .p-company .more-btn__link {
    text-align: center;
  }
}

.p-contact {
  position: relative;
  z-index: 10;
  padding: 80px 0;
}
.p-contact__desc {
  color: #fff;
  position: relative;
  z-index: 10;
  margin-bottom: 45px;
}
.p-contact__btn {
  margin-bottom: 20px;
}
.p-contact__btn a {
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  background-color: rgba(255, 255, 255, 0.1);
  border: 1px solid #fff;
  position: relative;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 0 auto;
  max-width: 240px;
  padding: 20px 25px;
  border-radius: 9999px;
  color: #fff;
  transition: 0.3s ease-in-out;
  font-weight: 400;
  font-size: 18px;
}
.p-contact__btn a:hover {
  background-color: rgba(255, 255, 255, 0.4);
}
.p-contact .sns-link {
  display: flex;
  justify-content: center;
}
.p-contact .sns-link li {
  width: 30px;
  height: 30px;
  margin: 0 8px;
}
.p-contact .sns-link li a {
  display: block;
}
.p-contact .sns-link li a img {
  -o-object-fit: contain;
     object-fit: contain;
}
@media (min-width: 600px) {
  .p-contact__btn a {
    max-width: 280px;
    font-size: 18px;
  }
}
@media (min-width: 960px) {
  .p-contact {
    padding: 110px 0;
  }
  .p-contact .c-container {
    display: grid;
    grid-template-rows: auto auto;
    grid-template-columns: auto auto;
  }
  .p-contact .p-title {
    grid-row: 1/2;
    grid-column: 1/2;
    display: block;
  }
  .p-contact__desc {
    grid-row: 2/3;
    grid-column: 1/2;
    margin-bottom: 0;
  }
  .p-contact__wrap {
    grid-row: 1/3;
    grid-column: 2/3;
    align-self: flex-end;
    justify-self: right;
  }
  .p-contact__btn a {
    width: 320px;
    padding: 25px;
    max-width: none;
    margin: 0;
    font-size: 22px;
  }
  .p-contact .sns-link li {
    width: 40px;
    height: 40px;
    margin: 0 8px;
  }
}

.p-footer {
  padding: 60px 0 40px;
  border-top: 1px solid #ccc;
  position: relative;
  z-index: 10;
}
.p-footer__nav {
  display: block;
}
.p-footer__nav ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.p-footer__nav li {
  flex-basis: 48%;
  margin-bottom: 25px;
  text-align: left;
}
.p-footer__nav li a {
  color: #fff;
}
.p-footer__nav li span {
  position: relative;
  display: inline-block;
  padding: 0 3px;
  margin-right: 20px;
}
.p-footer__nav li .c-txt-sm, .p-footer__nav li .c-contact-text, .p-footer__nav li .c-works-sl__desc p, .c-works-sl__desc .p-footer__nav li p, .p-footer__nav li .p-news__content {
  font-size: 18px;
  font-weight: 500;
  color: #fff;
}
.p-footer .sns-link {
  display: flex;
  justify-content: right;
}
.p-footer .sns-link li {
  width: 30px;
  height: 30px;
  margin: 0 8px;
}
.p-footer .sns-link li a {
  display: block;
}
.p-footer .sns-link li a img {
  -o-object-fit: contain;
     object-fit: contain;
}
.p-footer .sns-link li a span {
  display: none;
}
.p-footer__logo img {
  width: 150px;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-footer .copyright {
  color: #949494;
  font-size: 12px;
}
@media (min-width: 600px) {
  .p-footer__nav ul {
    justify-content: left;
  }
  .p-footer__nav li {
    flex-basis: 33%;
  }
  .p-footer__logo img {
    width: 180px;
  }
}
@media (min-width: 960px) {
  .p-footer {
    padding: 80px 0 60px;
  }
  .p-footer .c-container {
    display: grid;
    grid-template-rows: auto auto;
    grid-template-columns: auto auto;
  }
  .p-footer .sns-link {
    grid-row: 1/2;
    grid-column: 1/2;
    display: block;
    width: 200px;
  }
  .p-footer .sns-link li {
    width: auto;
    margin: 0 0 30px 0;
    position: relative;
  }
  .p-footer .sns-link li::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-top: 10px solid #fff;
    transition: all 0.3s;
  }
  .p-footer .sns-link li:hover::before {
    top: -3px;
    right: -3px;
  }
  .p-footer .sns-link li a {
    color: #fff;
    display: flex;
    align-items: center;
  }
  .p-footer .sns-link li a img {
    width: 30px;
    height: 30px !important;
  }
  .p-footer .sns-link li a span {
    display: block;
    margin-left: 15px;
  }
  .p-footer__nav {
    grid-row: 1/2;
    grid-column: 2/3;
    margin-bottom: 0;
  }
  .p-footer__nav ul {
    flex-wrap: nowrap;
    justify-content: right;
  }
  .p-footer__nav ul li {
    flex-basis: auto;
    margin-bottom: 30px;
  }
  .p-footer__nav ul li span {
    margin-right: 30px;
  }
  .p-footer__nav ul li:last-child span {
    margin-right: 0;
  }
  .p-footer__logo {
    grid-row: 2/3;
    grid-column: 1/3;
    margin-bottom: 0;
  }
  .p-footer__logo img {
    width: 250px;
  }
  .p-footer .copyright {
    grid-row: 2/3;
    grid-column: 2/3;
    font-size: 14px;
    text-align: right;
    align-self: flex-end;
  }
}
@media (min-width: 1200px) {
  .p-footer__logo img {
    width: 320px;
  }
  .p-footer__nav li .c-txt-sm, .p-footer__nav li .c-contact-text, .p-footer__nav li .c-works-sl__desc p, .c-works-sl__desc .p-footer__nav li p, .p-footer__nav li .p-news__content {
    font-size: 22px;
  }
}

.c-message__img {
  margin-bottom: 40px;
}
.c-message__desc .c-txt-sm, .c-message__desc .c-contact-text, .c-message__desc .c-works-sl__desc p, .c-works-sl__desc .c-message__desc p, .c-message__desc .p-news__content {
  margin-bottom: 15px;
}
.c-message__name {
  margin-top: 50px;
  display: flex;
  align-items: flex-start;
  justify-content: right;
}
.c-message__name .ttl {
  font-size: 16px;
  margin-right: 30px;
}
.c-message__name .name {
  font-size: 18px;
  text-align: right;
}
.c-message__name .name small {
  display: block;
}
@media (min-width: 600px) {
  .c-message .c-container {
    padding: 0 10vw;
  }
  .c-message__name .ttl {
    font-size: 18px;
    margin-right: 45px;
  }
  .c-message__name .name {
    font-size: 20px;
  }
}
@media (min-width: 960px) {
  .c-message .c-container {
    display: flex;
    justify-content: space-between;
  }
  .c-message__img {
    flex-basis: 48%;
    margin: 0;
  }
  .c-message__desc {
    flex-basis: 48%;
    align-self: center;
  }
  .c-message__name .ttl {
    font-size: 20px;
    margin-right: 50px;
  }
  .c-message__name .name {
    font-size: 24px;
  }
}
@media (min-width: 1200px) {
  .c-message .c-container {
    padding: 0 12vw;
  }
  .c-message__img {
    flex-basis: 38%;
  }
  .c-message__desc {
    flex-basis: 58%;
  }
}
@media (min-width: 2000px) {
  .c-message .c-container {
    padding: 0 22vw;
  }
}

.c-philosophy {
  padding: 50px 0 20px;
  background: url(../images/home/bg-2.JPG) no-repeat center/cover;
  position: relative;
}
.c-philosophy::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #000000;
  opacity: 0.6;
}
.c-philosophy .c-title {
  text-align: center;
}
.c-philosophy__desc {
  position: relative;
  z-index: 10;
}
.c-philosophy__desc .c-txt-sm, .c-philosophy__desc .c-contact-text, .c-philosophy__desc .c-works-sl__desc p, .c-works-sl__desc .c-philosophy__desc p, .c-philosophy__desc .p-news__content {
  text-align: center;
  margin-bottom: 30px;
  line-height: 2.2;
}
.c-philosophy__desc h3 {
  font-weight: 600;
  width: 170px;
  margin: 0 auto 30px;
}
.c-philosophy__desc h3 span {
  display: block;
  margin-bottom: 10px;
}
@media (min-width: 600px) {
  .c-philosophy__desc .c-txt-sm, .c-philosophy__desc .c-contact-text, .c-philosophy__desc .c-works-sl__desc p, .c-works-sl__desc .c-philosophy__desc p, .c-philosophy__desc .p-news__content {
    font-size: 16px;
    line-height: 2.2;
  }
  .c-philosophy__desc h3 {
    width: 186px;
    font-size: 1.3rem;
  }
  .c-philosophy__desc h3 span {
    display: block;
    margin-bottom: 15px;
  }
}
@media (min-width: 960px) {
  .c-philosophy {
    padding: 80px 0 30px;
  }
  .c-philosophy__desc .c-txt-sm, .c-philosophy__desc .c-contact-text, .c-philosophy__desc .c-works-sl__desc p, .c-works-sl__desc .c-philosophy__desc p, .c-philosophy__desc .p-news__content {
    font-size: 18px;
    line-height: 2.4;
    margin-bottom: 50px;
  }
  .c-philosophy__desc h3 {
    margin-bottom: 50px;
    width: 227px;
    font-size: 1.6rem;
  }
  .c-philosophy__desc h3 span {
    margin-bottom: 20px;
  }
}

.c-team {
  position: relative;
}
.c-team__list__item {
  background-color: rgba(7, 152, 139, 0.7019607843);
  padding: 20px;
  border-radius: 5px;
  margin-bottom: 20px;
}
.c-team__list__item .Ttl {
  margin-bottom: 20px;
}
.c-team__list__item .Ttl .Icon {
  width: 60px;
  height: 60px;
  margin: 0 auto 15px;
}
.c-team__list__item .Ttl .Icon img {
  -o-object-fit: contain;
     object-fit: contain;
}
.c-team__list__item .Ttl h3 {
  text-align: center;
  font-size: 1.1rem;
  font-weight: 500;
}
.c-team__list__item:last-child {
  padding: 0;
  background-color: transparent;
  margin-top: 50px;
}
@media (min-width: 600px) {
  .c-team__list__item {
    padding: 30px;
  }
  .c-team__list__item .Ttl {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
  }
  .c-team__list__item .Ttl .Icon {
    width: 80px;
    height: 80px;
    margin: 0 30px 0 0;
  }
  .c-team__list__item .Ttl h3 {
    text-align: left;
    font-size: 1.2rem;
  }
}
@media (min-width: 960px) {
  .c-team__list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .c-team__list__item {
    flex-basis: 49%;
  }
  .c-team__list__item .Ttl .Icon {
    width: 70px;
    height: 70px;
    margin: 0 20px 0 0;
  }
  .c-team__list__item .Ttl h3 {
    font-size: 1.1rem;
  }
  .c-team__list__item:last-child {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    padding: 20px;
  }
}
@media (min-width: 1200px) {
  .c-team__list__item .Ttl h3 {
    font-size: 1.2rem;
  }
  .c-team__list__item:last-child {
    padding: 30px;
  }
}

.c-about {
  border-bottom: 1px solid #888;
}
.c-about__desc tr {
  display: flex;
}
.c-about__desc th {
  flex-basis: 30%;
  padding: 8px;
  display: flex;
  align-items: center;
  color: #fff;
}
.c-about__desc td {
  flex-basis: 70%;
  padding: 15px 8px;
  color: #a1a1a1;
}
.c-about__desc td a {
  color: #fff;
  border-bottom: 1px solid #fff;
}
.c-about__desc td .indent {
  display: block;
  padding-left: 1em;
  text-indent: -1em;
}
.c-about__desc th, .c-about__desc td {
  border-bottom: 1px solid #ccc;
}
@media (min-width: 600px) {
  .c-about .c-container {
    padding: 0 10vw;
  }
  .c-about__desc th,
  .c-about__desc td {
    padding: 18px 10px;
  }
}
@media (min-width: 960px) {
  .c-about__desc th {
    flex-basis: 20%;
    padding: 20px 0;
  }
  .c-about__desc td {
    flex-basis: 80%;
    padding: 20px 30px;
  }
}
@media (min-width: 1200px) {
  .c-about .c-container {
    padding: 0 18vw;
  }
  .c-about__desc th {
    padding: 30px 0;
  }
  .c-about__desc td {
    padding: 30px;
  }
}
@media (min-width: 2000px) {
  .c-about .c-container {
    padding: 0 25vw;
  }
}

.c-flow__list__item {
  margin-bottom: 30px;
  border: 1px solid #fff;
  border-radius: 5px;
  padding: 20px;
  position: relative;
  background-image: linear-gradient(0deg, rgba(255, 255, 255, 0.15) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.15) 1px, transparent 1px);
  background-size: 20px 20px;
  background-position: 0 0;
}
.c-flow__list__item::before {
  content: "";
  width: 1px;
  height: 30px;
  background-color: #fff;
  position: absolute;
  bottom: -31px;
  left: 0;
  right: 0;
  margin: auto;
}
.c-flow__list__item:last-child::before {
  display: none;
}
.c-flow__list__item .Icon {
  width: 70px;
  height: 70px;
  margin: 0 auto 15px;
}
.c-flow__list__item .Icon img {
  -o-object-fit: contain;
     object-fit: contain;
}
.c-flow__list__item .Desc {
  text-align: center;
}
.c-flow__list__item .Desc h3 {
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 10px;
}
@media (min-width: 600px) {
  .c-flow__list__item {
    display: flex;
    align-items: center;
    padding: 30px;
  }
  .c-flow__list__item .Icon {
    width: 80px;
    height: 80px;
    margin: 0 20px 0 0;
  }
  .c-flow__list__item .Desc {
    flex: 1;
    text-align: left;
  }
}
@media (min-width: 960px) {
  .c-flow__list {
    margin: 0 5vw;
  }
  .c-flow__list__item {
    padding: 30px 5vw;
    margin-bottom: 50px;
  }
  .c-flow__list__item::before {
    height: 50px;
    bottom: -51px;
  }
  .c-flow__list__item .Icon {
    width: 80px;
    height: 80px;
    margin: 0 5vw 0 0;
  }
  .c-flow__list__item .Desc h3 {
    font-size: 1.3rem;
    margin-bottom: 15px;
  }
}
@media (min-width: 1200px) {
  .c-flow__list__item {
    padding: 40px 5vw;
  }
  .c-flow__list__item .Icon {
    width: 110px;
    height: 110px;
  }
  .c-flow__list__item .Desc h3 {
    font-size: 1.5rem;
  }
}

.c-service-item {
  margin-bottom: 50px;
}
.c-service__img {
  max-width: 500px;
  margin: 0 auto 40px;
}
.c-service__desc .Ttl {
  margin-bottom: 30px;
  display: inline-block;
  position: relative;
}
.c-service__desc .Ttl .num {
  position: absolute;
  bottom: -15px;
  right: -8vw;
  font-size: 6.5rem;
  line-height: 1;
  color: #07988b;
  font-weight: 600;
  opacity: 0.5;
  z-index: -1;
}
.c-service__desc .Ttl h3 {
  font-size: 1.3rem;
  font-weight: 600;
  margin-bottom: 10px;
}
.c-service__desc .Ttl h4 {
  font-size: 0.9rem;
  font-weight: 500;
}
.c-service__desc .desc {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #888;
}
.c-service__other .List,
.c-service__other .Merit {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #888;
}
.c-service__other .List h4,
.c-service__other .Merit h4 {
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 15px;
  padding-left: 30px;
  position: relative;
}
.c-service__other .List h4::before,
.c-service__other .Merit h4::before {
  content: "";
  width: 20px;
  height: 2px;
  background-color: #07988b;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.c-service__other .List ul li {
  margin-bottom: 5px;
}
.c-service__other .List ul li .c-txt-sm, .c-service__other .List ul li .c-contact-text, .c-service__other .List ul li .c-works-sl__desc p, .c-works-sl__desc .c-service__other .List ul li p, .c-service__other .List ul li .p-news__content {
  font-weight: 500;
  padding-left: 20px;
  position: relative;
}
.c-service__other .List ul li .c-txt-sm::before, .c-service__other .List ul li .c-contact-text::before, .c-service__other .List ul li .c-works-sl__desc p::before, .c-works-sl__desc .c-service__other .List ul li p::before, .c-service__other .List ul li .p-news__content::before {
  content: "";
  width: 4px;
  height: 4px;
  background-color: #07988b;
  border-radius: 50%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.c-service__other .Merit ul li {
  background-color: rgba(255, 255, 255, 0.5019607843);
  padding: 20px;
  border-radius: 5px;
  margin-bottom: 20px;
}
.c-service__other .Merit ul li .Icon {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.c-service__other .Merit ul li .Icon .Img {
  width: 60px;
  height: 60px;
  margin: 0 20px 0 0;
}
.c-service__other .Merit ul li .Icon .Img img {
  -o-object-fit: contain;
     object-fit: contain;
}
.c-service__other .Merit ul li .Icon h5 {
  font-size: 1.1rem;
  font-weight: 600;
}
@media (min-width: 600px) {
  .c-service__desc .c-container {
    padding: 0 10vw;
  }
  .c-service__desc .Ttl {
    margin-bottom: 40px;
  }
  .c-service__desc .Ttl h3 {
    font-size: 1.5rem;
  }
  .c-service__desc .Ttl h4 {
    font-size: 1.1rem;
  }
  .c-service__other .c-container {
    padding: 0 10vw;
  }
  .c-service__other .List h4,
  .c-service__other .Merit h4 {
    font-size: 1.3rem;
    margin-bottom: 25px;
  }
  .c-service__other .Merit ul li {
    padding: 30px;
    display: flex;
    justify-content: space-between;
  }
  .c-service__other .Merit ul li .Icon {
    flex-basis: 220px;
    display: flex;
    align-items: center;
    margin: 0;
  }
  .c-service__other .Merit ul li .Icon .Img {
    margin: 0 15px 0 0;
  }
  .c-service__other .Merit ul li .Desc {
    flex: 1;
  }
}
@media (min-width: 960px) {
  .c-service-item {
    display: grid;
    grid-template-rows: auto auto;
    grid-template-columns: 48% 48%;
    gap: 0 4%;
  }
  .c-service__img {
    grid-row: 1/2;
    grid-column: 1/2;
    margin: 0 0 50px;
    max-width: none;
  }
  .c-service__desc {
    grid-row: 1/2;
    grid-column: 2/3;
    align-self: center;
  }
  .c-service__desc .c-container {
    padding: 0 8vw 0 0;
  }
  .c-service__desc .desc {
    padding-bottom: 50px;
    margin-bottom: 50px;
  }
  .c-service__desc .Ttl {
    margin-bottom: 40px;
  }
  .c-service__desc .Ttl h3 {
    font-size: 1.7rem;
  }
  .c-service__desc .Ttl h4 {
    font-size: 1.2rem;
  }
  .c-service__other {
    grid-row: 2/3;
    grid-column: 1/3;
  }
  .c-service__other .List,
  .c-service__other .Merit {
    padding-bottom: 50px;
    margin-bottom: 50px;
  }
  .c-service__other .List h4,
  .c-service__other .Merit h4 {
    font-size: 1.5rem;
    margin-bottom: 30px;
  }
  .c-service__other .List ul li {
    margin-bottom: 15px;
  }
  .c-service__other .Merit ul {
    display: flex;
    justify-content: space-between;
  }
  .c-service__other .Merit ul li {
    flex-basis: 32%;
    display: block;
    margin-bottom: 0;
  }
  .c-service__other .Merit ul li .Icon {
    margin-bottom: 20px;
  }
}
@media (min-width: 1200px) {
  .c-service__img {
    margin-left: 12vw;
  }
  .c-service__desc .c-container {
    padding: 0 12vw 0 0;
  }
  .c-service__desc .Ttl h3 {
    font-size: 2rem;
  }
  .c-service__desc .Ttl h4 {
    font-size: 1.4rem;
  }
  .c-service__desc .Ttl .num {
    right: -5vw;
  }
  .c-service__other .c-container {
    padding: 0 12vw;
  }
  .c-service__other .List h4,
  .c-service__other .Merit h4 {
    font-size: 1.7rem;
  }
  .c-service__other .Merit ul li .Icon .Img {
    width: 80px;
    height: 80px;
    margin: 0 20px 0 0;
  }
  .c-service__other .Merit ul li .Icon h5 {
    font-size: 1.2rem;
  }
}
@media (min-width: 2000px) {
  .c-service ul li {
    margin: 0 20vw 50px;
  }
}

.faq-contents {
  position: relative;
  border-bottom: 1px solid #888;
}
.faq-contents .faq {
  border-top: 1px solid #888;
}
.faq-contents .faq__item {
  padding: 3vw 0;
  border-bottom: 1px solid #888;
}
.faq-contents .faq dt {
  position: relative;
  cursor: pointer;
  transition: color 0.2s cubic-bezier(0, 0, 0.58, 1);
}
.faq-contents .faq dt::before {
  position: absolute;
  top: 18px;
  left: 0;
  content: "Q";
  color: #fff;
  font-size: 16px;
  font-weight: 400;
}
.faq-contents .faq dt span {
  margin-left: 5vw;
  margin-right: 8vw;
  line-height: 1.5;
  display: block;
  position: relative;
  padding: 20px 10px;
}
.faq-contents .faq dt .i_box {
  position: absolute;
  top: 50%;
  right: 1rem;
  width: 20px;
  height: 20px;
  margin-top: -10px;
}
.faq-contents .faq dt .i_box::before {
  position: absolute;
  content: "";
  margin: auto;
  box-sizing: border-box;
  vertical-align: middle;
  border-top: 2px solid #fff;
  width: 16px;
  height: 0;
  top: 0;
  bottom: 0;
  right: 0;
}
.faq-contents .faq dt .i_box::after {
  position: absolute;
  content: "";
  margin: auto;
  box-sizing: border-box;
  vertical-align: middle;
  border-left: 2px solid #fff;
  width: 0;
  height: 16px;
  top: 0;
  bottom: 0;
  right: 7px;
  transition: 0.3s;
}
.faq-contents .faq dd {
  position: relative;
}
.faq-contents .faq dd .c-txt-sm, .faq-contents .faq dd .c-contact-text, .faq-contents .faq dd .c-works-sl__desc p, .c-works-sl__desc .faq-contents .faq dd p, .faq-contents .faq dd .p-news__content {
  margin-left: 5vw;
}
.faq-contents .faq dd .m-description-article {
  font-size: 3.7vw;
  display: block;
  line-height: 2;
  padding: 20px 10px;
  position: relative;
}
.faq-contents .faq dd .m-description-article::before {
  position: absolute;
  top: 20px;
  left: 0;
  content: "A";
  font-weight: 400;
  color: #07988b;
  font-size: 18px;
  line-height: 1.3;
}
@media (min-width: 600px) {
  .faq-contents .c-container {
    padding: 0 10vw;
  }
  .faq-contents .faq__item {
    padding: 2vw;
  }
  .faq-contents .faq dt::before {
    font-size: 18px;
    top: 16px;
  }
  .faq-contents .faq dt span::after {
    width: 3vw;
  }
  .faq-contents .faq dd .m-description-article::before {
    font-size: 23px;
  }
}
@media (min-width: 960px) {
  .faq-contents .c-container {
    padding: 0 15vw;
  }
  .faq-contents .faq__item {
    padding: 1.5vw;
  }
  .faq-contents .faq dt::before {
    font-size: 20px;
    top: 15px;
  }
  .faq-contents .faq dt span {
    margin-left: 3.5vw;
    margin-right: 5vw;
  }
  .faq-contents .faq dt span::after {
    width: 3vw;
  }
  .faq-contents .faq dd .c-txt-sm, .faq-contents .faq dd .c-contact-text, .faq-contents .faq dd .c-works-sl__desc p, .c-works-sl__desc .faq-contents .faq dd p, .faq-contents .faq dd .p-news__content {
    margin-left: 3.5vw;
  }
}
@media (min-width: 1200px) {
  .faq-contents .c-container {
    padding: 0 18vw;
  }
}
@media (min-width: 2000px) {
  .faq-contents .c-container {
    padding: 0 25vw;
  }
}

.c-works {
  border-bottom: 1px solid #888;
}
.c-works__list__item {
  padding: 20px;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  background-color: rgba(255, 255, 255, 0.25);
  position: relative;
  border-radius: 5px;
  margin-bottom: 20px;
}
.c-works__list__item .thumbnail-img {
  aspect-ratio: 3/2;
  margin-bottom: 15px;
}
.c-works__link {
  color: #fff;
}
.c-works__category {
  background-color: #fff;
  color: #888;
  font-size: 11px;
  display: inline-block;
  padding: 5px 10px;
  margin-bottom: 12px;
  border-radius: 9999px;
}
.c-works__content h3 {
  font-size: 1rem;
  line-height: 1.7;
  font-weight: 400;
}
@media (min-width: 600px) {
  .c-works {
    padding-bottom: 0;
  }
  .c-works__list {
    display: flex;
    flex-wrap: wrap;
  }
  .c-works__list__item {
    flex-basis: 48%;
    margin: 0 4% 30px 0;
  }
  .c-works__list__item:nth-child(2n) {
    margin: 0 0 30px;
  }
}
@media (min-width: 960px) {
  .c-works .c-container {
    padding: 0 6vw;
    display: grid;
    grid-template-rows: auto auto;
    grid-template-columns: auto auto;
  }
  .c-works__list {
    grid-row: 1/2;
    grid-column: 2/3;
    margin-bottom: 0;
  }
  .c-works__list__item {
    padding: 30px;
  }
  .c-works__list__item .thumbnail-img {
    margin-bottom: 25px;
  }
  .c-works__category {
    font-size: 13px;
    padding: 5px 10px;
    margin-bottom: 15px;
  }
  .c-works__content h3 {
    font-size: 1.1rem;
  }
  .c-works .pagination {
    grid-row: 2/3;
    grid-column: 2/3;
  }
}
@media (min-width: 1200px) {
  .c-works .c-container {
    padding: 0 12vw;
  }
}
@media (min-width: 2000px) {
  .c-works .c-container {
    padding: 0 22vw;
  }
}

.category-list h4 {
  font-size: 1.5rem;
  font-weight: 500;
  margin-bottom: 15px;
}
.category-list ul {
  display: flex;
  flex-wrap: wrap;
}
.category-list ul li {
  font-size: 14px;
  position: relative;
  margin: 0 10px 10px 0;
}
.category-list ul li a {
  color: #fff;
}
.category-list ul li.current-cat a, .category-list ul li.current-cat-parent a {
  text-decoration: underline;
  font-weight: bold;
}
@media (min-width: 600px) {
  .category-list h4 {
    font-size: 1.8rem;
  }
}
@media (min-width: 960px) {
  .category-list {
    grid-row: 1/3;
    grid-column: 1/2;
    margin-right: 5vw;
  }
  .category-list ul {
    display: block;
  }
  .category-list ul li {
    font-size: 16px;
    margin: 0 0 15px;
  }
}
@media (min-width: 1200px) {
  .category-list {
    margin-right: 8vw;
  }
  .category-list h4 {
    font-size: 2.2rem;
    margin-bottom: 30px;
  }
}

.c-works-sl {
  padding-top: 80px;
  background-color: #000000;
}
.c-works-sl-slider {
  max-width: 800px;
  margin: 0 auto 50px;
  position: relative;
}
.c-works-sl-slider .mySwiper2 {
  margin-bottom: 30px;
  overflow: hidden;
  height: 400px;
}
.c-works-sl-slider .mySwiper2 .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f8f8f8;
  height: 100%;
}
.c-works-sl-slider .mySwiper2 .c-works-sl__img {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-works-sl-slider .mySwiper2 .c-works-sl__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 4px;
}
.c-works-sl-slider .mySwiper.cal {
  padding: 0 10px;
  height: 160px;
}
.c-works-sl-slider .mySwiper.cal .swiper-container {
  height: 100%;
}
.c-works-sl-slider .mySwiper.cal .swiper-wrapper {
  height: 100%;
}
.c-works-sl-slider .mySwiper.cal .swiper-slide {
  cursor: pointer;
  opacity: 0.6;
  transition: opacity 0.3s ease;
  overflow: hidden;
  border: 2px solid transparent;
  filter: grayscale(100%);
  height: calc((100% - 2px) / 2);
  margin-bottom: 2px;
}
.c-works-sl-slider .mySwiper.cal .swiper-slide.swiper-slide-thumb-active {
  opacity: 1;
  border-color: #000000;
  filter: grayscale(0%);
}
.c-works-sl-slider .mySwiper.cal .swiper-slide:hover {
  opacity: 0.8;
}
.c-works-sl-slider .mySwiper.cal .c-works-sl__img {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f0f0f0;
}
.c-works-sl-slider .mySwiper.cal .c-works-sl__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 2px;
}
.c-works-sl-slider .swiper-button-prev,
.c-works-sl-slider .swiper-button-next {
  color: #000000;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  width: 44px;
  height: 44px;
  margin-top: -22px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease;
}
.c-works-sl-slider .swiper-button-prev:hover,
.c-works-sl-slider .swiper-button-next:hover {
  background: #000000;
  color: white;
  transform: scale(1.1);
}
.c-works-sl-slider .swiper-button-prev::after,
.c-works-sl-slider .swiper-button-next::after {
  font-size: 16px;
  font-weight: bold;
}
.c-works-sl__desc h3 {
  font-size: 1.1rem;
  font-weight: 500;
  margin-bottom: 15px;
}
.c-works-sl__desc p {
  line-height: 2;
}
@media (min-width: 600px) {
  .c-works-sl {
    padding-top: 100px;
  }
  .c-works-sl-slider .mySwiper2 {
    height: 600px;
  }
  .c-works-sl-slider .mySwiper.cal {
    height: 242px;
  }
  .c-works-sl__desc h3 {
    font-size: 1.3rem;
  }
}
@media (min-width: 960px) {
  .c-works-sl {
    padding-top: 120px;
  }
  .c-works-sl .c-container {
    padding: 0 12vw;
  }
  .c-works-sl__desc h3 {
    font-size: 1.5rem;
    margin-bottom: 30px;
  }
  .c-works-sl-slider .mySwiper2 {
    height: 700px;
  }
  .c-works-sl-slider .swiper-button-prev,
  .c-works-sl-slider .swiper-button-next {
    width: 68px;
    height: 68px;
    margin-top: -22px;
  }
  .c-works-sl-slider .swiper-button-prev::after,
  .c-works-sl-slider .swiper-button-next::after {
    font-size: 24px;
    font-weight: bold;
  }
}
@media (min-width: 1200px) {
  .c-works-sl {
    padding-top: 150px;
  }
  .c-works-sl .c-container {
    padding: 0 8vw;
  }
  .c-works-sl__wrap {
    display: flex;
    justify-content: center;
  }
  .c-works-sl-slider {
    flex-basis: 58%;
    width: 58%;
    margin: 0;
  }
  .c-works-sl-slider .mySwiper2 {
    height: 500px;
  }
  .c-works-sl__desc {
    flex-basis: 38%;
    align-self: flex-end;
    margin-left: 5vw;
  }
}
@media (min-width: 2000px) {
  .c-works-sl .c-container {
    padding: 0 15vw;
  }
}

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

.c-news-sl {
  padding-top: 80px;
  background-color: #000000;
}
.c-news-sl .c-container {
  padding: 0 5vw;
}
.c-news-sl__date {
  color: #888;
}
.c-news-sl__contents {
  padding: 10vw 0;
  line-height: 2.5;
}
.c-news-sl__link {
  text-align: right;
}
.c-news-sl__link a {
  display: inline-block;
  padding-bottom: 5px;
  border-bottom: 1px solid rgb(114, 114, 114);
}
.c-news-sl__link a span {
  color: #fff;
}
@media (min-width: 600px) {
  .c-news-sl {
    padding-top: 100px;
  }
  .c-news-sl .c-container {
    padding: 0 10vw;
  }
  .c-news-sl__contents {
    padding: 5vw 0;
  }
}
@media (min-width: 960px) {
  .c-news-sl {
    padding-top: 120px;
  }
  .c-news-sl .c-container {
    padding: 0 15vw;
  }
  .c-news-sl__contents {
    padding: 3vw 0;
  }
}
@media (min-width: 1200px) {
  .c-news-sl {
    padding-top: 150px;
  }
  .c-news-sl .c-container {
    padding: 0 18vw;
  }
  .c-news-sl__contents {
    padding: 2vw 0;
  }
}
@media (min-width: 2000px) {
  .c-news-sl .c-container {
    padding: 0 25vw;
  }
}

.wp-categories {
  margin-bottom: 20px;
}
.wp-categories ul {
  display: flex;
}
.wp-categories ul li {
  margin-right: 10px;
}
.wp-categories ul li a {
  color: gray;
  border: 1px solid gray;
  padding: 7px;
  border-radius: 30px;
  font-size: 12px;
}

.c-contact .center {
  margin: 30px 0;
  text-align: center;
  font-size: 24px;
}
.c-contact h3 {
  display: inline-block;
  width: 340px;
}
.c-contact h3 .desc {
  font-size: 14px;
}
@media (min-width: 600px) {
  .c-contact h3 {
    width: 540px;
  }
}
@media (min-width: 1200px) {
  .c-contact h3 {
    width: 800px;
  }
  .c-contact h3 .desc {
    font-size: 18px;
  }
}
.c-contact-text {
  margin-bottom: 30px;
}
.c-contact .contact-form {
  text-align: center;
}
.c-contact .contact-form .ct-tit {
  padding: 20px 10px;
  background-color: #fff;
  font-size: 22px;
}
.c-contact .contact-form .ct-tit small {
  font-size: 14px;
}
@media (min-width: 960px) {
  .c-contact .contact-form .ct-tit {
    font-size: 22px;
  }
  .c-contact .contact-form .ct-tit small {
    font-size: 18px;
  }
}
@media (min-width: 1200px) {
  .c-contact .contact-form .ct-tit {
    font-size: 31px;
  }
  .c-contact .contact-form .ct-tit small {
    font-size: 22px;
  }
}
.c-contact .contact-form h1 {
  display: block;
  text-align: center;
  margin: 30px 0;
}
.c-contact .contact-form input, .c-contact .contact-form textarea {
  width: 100%;
  border: 1px solid #ccc;
  background-color: #eee;
}
.c-contact .contact-form textarea {
  margin-bottom: 0;
}
.c-contact .contact-form input {
  height: 45px;
  margin-bottom: 5px;
}
.c-contact .contact-form select {
  width: 130px;
  height: 45px;
  border: 1px solid #ccc;
  background-color: #eee;
}
.c-contact .contact-form dl {
  text-align: left;
  display: inline-block;
  width: 320px;
  padding-bottom: 20px;
}
.c-contact .contact-form dt {
  font-size: 14px;
  font-weight: 400;
}
.c-contact .contact-form .ct-name .number {
  position: relative;
}
.c-contact .contact-form .ct-name .number .num {
  position: absolute;
  top: 0;
  left: -28px;
  bottom: 0;
  margin: auto;
  font-size: 30px;
  font-weight: 300;
}
.c-contact .contact-form .must {
  position: relative;
  padding: 5px 15px 5px 0;
  margin-right: 10px;
  display: flex;
  align-items: center;
}
.c-contact .contact-form .must .need {
  font-size: 12px;
  color: #fff;
  padding: 5px 10px;
  border-radius: 10px;
  background: rgb(223, 80, 48);
  background: linear-gradient(to right, rgb(242, 124, 97) 0%, rgb(219, 45, 6) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#6b90db", endColorstr="#66d5e9", GradientType=1);
  margin-right: 10px;
  display: inline-block;
}
.c-contact .contact-form .free {
  position: relative;
  display: flex;
  align-items: center;
  padding: 5px 15px 5px 0;
  margin-right: 10px;
}
.c-contact .contact-form .free .anNeed {
  font-size: 12px;
  color: #fff;
  padding: 5px 10px;
  border-radius: 10px;
  background: rgb(107, 144, 219);
  background: linear-gradient(to right, rgb(107, 144, 219) 0%, rgb(102, 213, 233) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#6b90db", endColorstr="#66d5e9", GradientType=1);
  margin-right: 10px;
  display: inline-block;
  white-space: nowrap;
}
.c-contact .contact-form .ct-request select {
  width: 100%;
}
.c-contact .contact-form .ct-flex {
  display: flex;
  justify-content: space-between;
  width: 280px;
  text-align: center;
  margin: auto;
  padding-bottom: 20px;
}
.c-contact .contact-form .ct-sex {
  display: inline-block;
  text-align: left;
}
.c-contact .contact-form .ct-sex input {
  margin: 0;
}
.c-contact .contact-form .ct-sex select {
  height: 45px;
}
.c-contact .contact-form .ct-age {
  display: inline-block;
  text-align: right;
}
.c-contact .contact-form .ct-age dt {
  text-align: left;
  display: block;
  padding-left: 13px;
}
.c-contact .contact-form .ct-date {
  text-align: left;
  font-size: 14px;
}
.c-contact .contact-form .ct-date input {
  margin-top: 0;
  width: 130px;
}
.c-contact .contact-form .ct-time {
  display: inline-block;
  text-align: right;
}
.c-contact .contact-form .ct-time dt {
  text-align: left;
  display: block;
  padding-left: 13px;
}
.c-contact .contact-form .wpcf7 form.invalid .wpcf7-response-output {
  border: 1px solid red;
}
.c-contact .contact-form .wpcf7-acceptance input {
  height: 20px;
  width: 20px;
  margin-right: 10px;
}
.c-contact .contact-form .ms-1 {
  color: rgb(33, 128, 218);
  border-bottom: 1px solid rgb(33, 128, 218);
}
.c-contact .contact-form .privacy {
  font-size: 14px;
}
.c-contact .contact-form .submit-btn {
  text-align: center;
}
.c-contact .contact-form .submit-btn input:disabled {
  border-color: #949494;
}
.c-contact .contact-form .submit-btn input {
  border-color: #000000;
  width: 70%;
  max-width: 320px;
}
.c-contact .contact-form .ajax-loader {
  display: none;
}
.c-contact .contact-form .wpcf7-spinner {
  display: none;
}
@media (min-width: 600px) {
  .c-contact .contact-form dt {
    font-size: 16px;
  }
  .c-contact .contact-form dl {
    width: 540px;
  }
  .c-contact .contact-form .ct-date input {
    width: 250px;
  }
  .c-contact .contact-form .ct-flex {
    width: 540px;
  }
  .c-contact .contact-form select {
    width: 250px;
  }
  .c-contact .contact-form .privacy {
    font-size: 16px;
    margin-top: 20px;
  }
  .c-contact .contact-form .submit-btn input {
    width: 70%;
    max-width: 320px;
    height: 64px;
    font-size: 20px;
  }
  .c-contact .contact-form .wpcf7-acceptance input {
    height: 25px;
    width: 25px;
    margin-right: 15px;
  }
}
@media (min-width: 1200px) {
  .c-contact .contact-form dl {
    width: 800px;
  }
  .c-contact .contact-form dt {
    font-size: 20px;
  }
  .c-contact .contact-form .ct-date input {
    width: 380px;
  }
  .c-contact .contact-form .ct-flex {
    width: 800px;
  }
  .c-contact .contact-form select {
    width: 380px;
  }
  .c-contact .contact-form .ct-age dt,
  .c-contact .contact-form .ct-time dt {
    padding-left: 25px;
  }
  .c-contact .contact-form .privacy {
    font-size: 20px;
    margin-top: 30px;
  }
}
.c-contact .grecaptcha-badge {
  box-shadow: none !important;
  width: 100% !important;
}
.c-contact .grecaptcha-badge iframe {
  box-shadow: grey 0px 0px 5px;
}
.c-contact .form {
  background: rgb(255, 247, 232);
  padding: 20px;
}
.c-contact .ct-check {
  background-color: #fff;
}
.c-contact .ct-check .must {
  margin-bottom: 10px;
}
@media (min-width: 960px) {
  .c-contact .ct-check.flex .wpcf7-checkbox {
    display: flex;
  }
}
.c-contact .ct-check.flex .wpcf7-list-item-label {
  white-space: nowrap;
}
.c-contact .ct-check.flex .need {
  margin-left: -10px;
}
@media (min-width: 960px) {
  .c-contact .ct-check.flex.second .wpcf7-checkbox {
    flex-wrap: wrap;
  }
  .c-contact .ct-check.flex.second .wpcf7-checkbox .wpcf7-list-item {
    width: 48%;
  }
}
.c-contact .ct-check input {
  height: 18px;
  width: 20px;
  margin-right: 10px;
}
.c-contact .ct-check .wpcf7-list-item {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  align-items: center;
  margin: 0 20px 0 0;
}
.c-contact .ct-check .wpcf7-list-item-label {
  font-size: 14px;
  width: 80%;
}
@media (min-width: 1200px) {
  .c-contact .ct-check .wpcf7-list-item-label {
    font-size: 22px;
  }
}
@media (min-width: 1500px) {
  .c-contact .ct-check .wpcf7-list-item-label {
    font-size: 26px;
  }
}
.c-contact .ct-text-sm textarea {
  height: 80px;
}
@media (min-width: 960px) {
  .c-contact .ct-text-sm textarea {
    height: 120px;
  }
}
.c-contact .ct-redio .wpcf7-list-item {
  margin: 0 10px 0 0;
  display: flex;
  align-items: center;
}
.c-contact .ct-redio input {
  height: 35px;
  width: 20px;
  margin-right: 10px;
}
.c-contact .ct-redio .wpcf7-radio {
  display: flex;
}
.c-contact .tyui {
  text-align: center;
  margin: 0 auto 20px auto;
  width: 340px;
}
.c-contact .tyui p {
  text-align: left;
  margin-bottom: 10px;
}
@media (min-width: 600px) {
  .c-contact .tyui {
    width: 540px;
  }
}
@media (min-width: 1200px) {
  .c-contact .tyui {
    width: 800px;
  }
}
@media (min-width: 960px) {
  .c-contact#contact5 .ct-check.flex .wpcf7-checkbox {
    display: flex;
    justify-content: flex-start;
  }
}
.c-contact#contact5 .ct-check .wpcf7-list-item {
  padding-right: 10px;
}

.grecaptcha-badge {
  visibility: hidden;
}

.c-privacy {
  margin-top: 130px;
}
.c-privacy .c-title {
  text-align: center;
  font-size: 26px;
  display: block;
  margin-bottom: 50px;
  font-weight: 500;
  color: #000000;
}
.c-privacy h3 {
  font-weight: 400;
  font-size: 17px;
  margin-bottom: 20px;
}
.c-privacy .more-btn {
  margin-top: 50px;
}
@media (min-width: 960px) {
  .c-privacy {
    margin-top: 150px;
  }
  .c-privacy .c-title {
    font-size: 32px;
    margin-bottom: 70px;
  }
  .c-privacy h3 {
    font-size: 20px;
  }
  .c-privacy .more-btn {
    margin-top: 70px;
  }
}

.c-thanks {
  margin-top: 130px;
}
.c-thanks .c-title {
  text-align: center;
  font-size: 20px;
  display: block;
  margin-bottom: 40px;
  font-weight: 500;
  color: #000000;
}
.c-thanks h3 {
  font-size: 17px;
  font-weight: 400;
  margin-bottom: 20px;
}
.c-thanks .more-btn {
  margin-top: 50px;
}
@media (min-width: 600px) {
  .c-thanks .c-title br {
    display: none;
  }
}
@media (min-width: 960px) {
  .c-thanks {
    margin-top: 150px;
  }
  .c-thanks .c-title {
    font-size: 24px;
    margin-bottom: 70px;
  }
  .c-thanks h3 {
    font-size: 20px;
  }
  .c-thanks .more-btn {
    margin-top: 70px;
  }
}

.p-header {
  width: 100%;
}
.p-header .logo__img {
  display: inline-block;
  margin: 0px 10px 0 15px;
}
.p-header .logo {
  background-image: url(../images/common/logo.webp);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  height: 25px;
  width: 110px;
  opacity: 1;
}
@media (max-width: 959px) {
  .p-header .pc-container,
  .p-header .pc-navbtn {
    display: none;
  }
}
@media (min-width: 960px) {
  .p-header .mobile-container,
  .p-header .sp-navbtn,
  .p-header .mobile-menu {
    display: none !important;
  }
  .p-header .pc-container {
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 8000;
    width: 100%;
    height: 100px;
    transition: all 0.3s ease;
  }
  .p-header .pc-container .logo-wrap {
    display: flex;
    align-items: center;
  }
  .p-header .pc-container .pc-nav {
    display: flex;
    align-items: center;
    justify-content: right;
  }
  .p-header .pc-container .pc-nav-list {
    display: flex;
    align-items: center;
  }
  .p-header .pc-container .pc-nav-item {
    font-size: 16px;
    font-weight: 500;
    padding-right: 3.5vw;
    text-align: center;
  }
  .p-header .pc-container .pc-nav-item a {
    color: #fff;
    position: relative;
    display: inline-block;
    padding-bottom: 4px;
  }
  .p-header .pc-container .pc-nav-item a::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1.5px;
    background-color: #fff;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.3s ease;
  }
  .p-header .pc-container .pc-nav-item a:hover::after {
    transform: scaleX(1);
  }
  .p-header .pc-container .pc-nav-item a:not(:hover)::after {
    transform-origin: right;
    transform: scaleX(0);
  }
  .p-header .pc-container .logo__img {
    display: inline-block;
    margin: 0px 10px 0px 20px;
  }
  .p-header .pc-container .logo__img .logo {
    height: 34px;
    width: 150px;
  }
}

.mobile-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.5s;
  opacity: 0;
  z-index: -1;
  background-color: #000000;
}
.mobile-menu__nav {
  display: block;
  height: 100%;
  width: 100%;
  overflow: scroll;
}
.mobile-menu__list {
  width: 100%;
  list-style: none;
  padding: 90px 0 0;
}
.mobile-menu__item {
  margin: 0 8vw 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #888;
  font-size: 18px;
  letter-spacing: 2px;
  font-weight: 500;
  position: relative;
}
.mobile-menu__item::before {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 5px;
  margin: auto;
  transform: rotate(45deg);
}
.mobile-menu__item::after {
  content: "";
  width: 15px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 5px;
  margin: auto;
}
.mobile-menu__item small {
  display: block;
  font-size: 12px;
  font-weight: 300;
}
.mobile-menu a {
  color: #fff;
}
.mobile-menu .sns-link {
  display: flex;
  margin: 0 0 50px 8vw;
}
.mobile-menu .sns-link li {
  width: 30px;
  height: 30px;
  margin: 0 20px 0 0;
}
.mobile-menu .sns-link li a {
  display: block;
}
.mobile-menu .sns-link li a img {
  -o-object-fit: contain;
     object-fit: contain;
}
@media (min-width: 600px) {
  .mobile-menu__list {
    padding: 120px 0 15px;
  }
  .mobile-menu__item {
    font-size: 22px;
  }
  .mobile-menu__item small {
    display: inline-block;
    font-size: 14px;
    margin: 0 0 0 15px;
  }
}

.mobile-container {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 9998;
  overflow: hidden;
  width: 100%;
  display: flex;
  align-items: center;
  height: 64px;
  transition: all 0.3s ease;
}
.mobile-container .mobile-button {
  position: fixed;
  top: 20px;
  right: 15px;
  z-index: 200;
}
.mobile-container .mobile-menu__btn {
  background-color: unset;
  border: none;
  outline: none !important;
  cursor: pointer;
  display: block;
}
.mobile-container .mobile-menu__btn.inview > span {
  background-color: #fff;
}
.mobile-container .mobile-menu__btn > span {
  background-color: #fff;
  width: 28px;
  height: 2px;
  display: block;
  margin-bottom: 7px;
  transition: transform 0.7s;
  opacity: 1;
  transition: all 0.3s ease;
}
.mobile-container .mobile-menu__btn > span:last-child {
  margin-bottom: 0;
}
@media (min-width: 600px) {
  .mobile-container .mobile-menu__btn span {
    width: 34px;
    margin-bottom: 9px;
  }
}

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

.clip-js,
.clip-js1,
.clip-js2,
.clip-js3 {
  transition: all 1.5s 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.straight,
.clip-js1.straight,
.clip-js2.straight,
.clip-js3.straight {
  clip-path: inset(100% 0 0 0);
}
.clip-js.bottom,
.clip-js1.bottom,
.clip-js2.bottom,
.clip-js3.bottom {
  clip-path: polygon(100% 100%, 100% 100%, 100% 100%, 100% 100%);
}
.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.straight, .clip-js.reveal.center,
.clip-js1.reveal.left,
.clip-js1.reveal.right,
.clip-js1.reveal.top,
.clip-js1.reveal.straight,
.clip-js1.reveal.center,
.clip-js2.reveal.left,
.clip-js2.reveal.right,
.clip-js2.reveal.top,
.clip-js2.reveal.straight,
.clip-js2.reveal.center,
.clip-js3.reveal.left,
.clip-js3.reveal.right,
.clip-js3.reveal.top,
.clip-js3.reveal.straight,
.clip-js3.reveal.center {
  clip-path: inset(0);
}
.clip-js.reveal.bottom,
.clip-js1.reveal.bottom,
.clip-js2.reveal.bottom,
.clip-js3.reveal.bottom {
  clip-path: polygon(-100% 100%, 100% -100%, 100% 100%, 0 100%);
}
.clip-js.reveal.bound,
.clip-js1.reveal.bound,
.clip-js2.reveal.bound,
.clip-js3.reveal.bound {
  animation-name: bound;
  animation-duration: 1.6s;
  animation-timing-function: ease-in-out;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: both;
}
.clip-js.reveal.circle,
.clip-js1.reveal.circle,
.clip-js2.reveal.circle,
.clip-js3.reveal.circle {
  clip-path: circle(100% at 50% 50%);
}
.clip-js.reveal.skew,
.clip-js1.reveal.skew,
.clip-js2.reveal.skew,
.clip-js3.reveal.skew {
  clip-path: polygon(0 0, 200% 0, 0 200%);
}
.clip-js.reveal.transform,
.clip-js1.reveal.transform,
.clip-js2.reveal.transform,
.clip-js3.reveal.transform {
  clip-path: polygon(0 0, 200% 0, 0 200%);
  transform: translateX(0) scale(1) skew(0);
}

.clip-js1 {
  transition: all 1.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);
}

.tab-group {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  padding-bottom: 3vw;
  border-bottom: 1px solid rgb(143, 143, 143);
}
@media (min-width: 600px) {
  .tab-group {
    justify-content: center;
  }
}

.panel {
  display: none;
}

.panel2 {
  display: none;
}

.tab-cate {
  text-align: center;
  border-bottom: 3px solid #000000;
  padding-bottom: 5px;
  display: flex;
  flex-wrap: wrap;
}
.tab-cate .tab {
  padding: 10px 5px;
  border: 1px solid gray;
  font-weight: bold;
  color: gray;
  font-size: 12px;
  text-align: center;
  cursor: pointer;
  width: 43%;
  margin: 10px;
}
@media (min-width: 960px) {
  .tab-cate .tab {
    font-size: 20px;
    padding: 20px 20px;
    width: 30%;
  }
}
@media (min-width: 960px) {
  .tab-cate {
    padding-bottom: 17px;
  }
}

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

.panel.is-show {
  display: block;
}

.panel2.is-show2 {
  display: block;
}

.panel-group {
  padding: 2vw 0vw;
}

.name {
  margin-bottom: 10px;
}

.panel__item {
  width: 47%;
  padding: 3vw 0;
}
.panel__img {
  margin-bottom: 5px;
}
@media (min-width: 960px) {
  .panel__item {
    width: 30%;
    padding: 3vw 0;
  }
  .panel .name {
    font-size: 24px;
  }
  .panel .price {
    font-size: 24px;
  }
  .panel__img {
    margin-bottom: 15px;
  }
}

#hoge {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  z-index: 6000;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ac-content.is-open {
  height: auto;
  opacity: 1;
  display: block;
  transition: all 0.3s;
}/*# sourceMappingURL=style.css.map */