@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;
  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-works-sl2__desc, .c-contact .contact-form .privacy, .c-contact .contact-form {
  font-size: 13px;
  letter-spacing: 2px;
  line-height: 2.5;
  font-weight: 300;
}
@media screen and (min-width: 600px) {
  .c-txt-sm, .c-works-sl2__desc, .c-contact .contact-form .privacy, .c-contact .contact-form {
    line-height: 2.2;
  }
}
@media screen and (min-width: 960px) {
  .c-txt-sm, .c-works-sl2__desc, .c-contact .contact-form .privacy, .c-contact .contact-form {
    font-size: 16px;
  }
}
@media screen and (min-width: 1200px) {
  .c-txt-sm, .c-works-sl2__desc, .c-contact .contact-form .privacy, .c-contact .contact-form {
    font-size: 17px;
  }
}

.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-works-sl__title, .c-works-sl__subtit, .cptu2__item, .faq__item, .faq .c-txtarea01, .p-footer .sns-link, .p-company__desc, .p-service__desc .c-txt-sm, .p-service__desc .c-works-sl2__desc, .p-service__desc .c-contact .contact-form .privacy, .c-contact .contact-form .p-service__desc .privacy, .p-service__desc .c-contact .contact-form, .c-contact .p-service__desc .contact-form, .p-service__tit, .cta__block, .c-title, .top-title, .breadcrumb {
  margin-bottom: 30px;
}
@media screen and (min-width: 600px) {
  .mb-sm, .c-works-sl__title, .c-works-sl__subtit, .cptu2__item, .faq__item, .faq .c-txtarea01, .p-footer .sns-link, .p-company__desc, .p-service__desc .c-txt-sm, .p-service__desc .c-works-sl2__desc, .p-service__desc .c-contact .contact-form .privacy, .c-contact .contact-form .p-service__desc .privacy, .p-service__desc .c-contact .contact-form, .c-contact .p-service__desc .contact-form, .p-service__tit, .cta__block, .c-title, .top-title, .breadcrumb {
    margin-bottom: 45px;
  }
}
@media screen and (min-width: 960px) {
  .mb-sm, .c-works-sl__title, .c-works-sl__subtit, .cptu2__item, .faq__item, .faq .c-txtarea01, .p-footer .sns-link, .p-company__desc, .p-service__desc .c-txt-sm, .p-service__desc .c-works-sl2__desc, .p-service__desc .c-contact .contact-form .privacy, .c-contact .contact-form .p-service__desc .privacy, .p-service__desc .c-contact .contact-form, .c-contact .p-service__desc .contact-form, .p-service__tit, .cta__block, .c-title, .top-title, .breadcrumb {
    margin-bottom: 60px;
  }
}

.mb-md, .c-works-sl2__desc, .c-works-sl-slider, .c-works-sl-title, .c-thanks-text, .c-privacy-text, .c-news__list,
.c-works__list, .c-news .category-list,
.c-works .category-list, .p-news__list,
.p-works__list, .p-footer__nav ul, .p-footer__logo, .p-company__img, .c-topview, .cta {
  margin-bottom: 50px;
}
@media screen and (min-width: 600px) {
  .mb-md, .c-works-sl2__desc, .c-works-sl-slider, .c-works-sl-title, .c-thanks-text, .c-privacy-text, .c-news__list,
  .c-works__list, .c-news .category-list,
  .c-works .category-list, .p-news__list,
  .p-works__list, .p-footer__nav ul, .p-footer__logo, .p-company__img, .c-topview, .cta {
    margin-bottom: 65px;
  }
}
@media screen and (min-width: 960px) {
  .mb-md, .c-works-sl2__desc, .c-works-sl-slider, .c-works-sl-title, .c-thanks-text, .c-privacy-text, .c-news__list,
  .c-works__list, .c-news .category-list,
  .c-works .category-list, .p-news__list,
  .p-works__list, .p-footer__nav ul, .p-footer__logo, .p-company__img, .c-topview, .cta {
    margin-bottom: 80px;
  }
}

.mb-lr, .c-works-sl__imgWrap, .cptu2, .c-thanks, .c-privacy, .c-news,
.c-works, .faq, .c-service #flow, .c-service .c-kouzi, .c-service .c-overview, .c-company .c-map, .c-company .c-mission, .c-company .c-message, .c-company .c-about, .p-company, .p-service, .top-view {
  margin-bottom: 80px;
}
@media screen and (min-width: 600px) {
  .mb-lr, .c-works-sl__imgWrap, .cptu2, .c-thanks, .c-privacy, .c-news,
  .c-works, .faq, .c-service #flow, .c-service .c-kouzi, .c-service .c-overview, .c-company .c-map, .c-company .c-mission, .c-company .c-message, .c-company .c-about, .p-company, .p-service, .top-view {
    margin-bottom: 90px;
  }
}
@media screen and (min-width: 960px) {
  .mb-lr, .c-works-sl__imgWrap, .cptu2, .c-thanks, .c-privacy, .c-news,
  .c-works, .faq, .c-service #flow, .c-service .c-kouzi, .c-service .c-overview, .c-company .c-map, .c-company .c-mission, .c-company .c-message, .c-company .c-about, .p-company, .p-service, .top-view {
    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;
  }
}

/* ---------------------------------- **
		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;
}
.swiper-slide > img {
  max-width: 100%;
  transform: scale(1.2);
  transition: transform 4s ease;
}
.swiper-slide-active > img {
  transform: none;
}

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

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

Stylesheet: ベーススタイル

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

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

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

body {
  color: #fff;
  background-color: #001125;
  letter-spacing: 1px;
  font-family: "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: rgb(39, 39, 39);
  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-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-size: 32px;
  letter-spacing: 4px;
  background: linear-gradient(90deg, rgb(0, 238, 255) 3%, rgba(0, 180, 255, 0.98) 20%, rgba(68, 85, 255, 0.95) 35%, rgba(34, 136, 238, 0.96) 50%, rgba(68, 170, 238, 0.94) 70%, rgba(102, 187, 238, 0.92) 85%);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (min-width: 600px) {
  .top-title h2 {
    font-size: 42px;
  }
}
@media (min-width: 960px) {
  .top-title h2 {
    font-size: 48px;
  }
}
@media (min-width: 1200px) {
  .top-title h2 {
    font-size: 52px;
  }
}

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

.Typing::after {
  content: "|";
  background: linear-gradient(90deg, rgb(0, 238, 255) 3%, rgba(0, 180, 255, 0.98) 20%, rgba(68, 85, 255, 0.95) 35%, rgba(34, 136, 238, 0.96) 50%, rgba(68, 170, 238, 0.94) 70%, rgba(102, 187, 238, 0.92) 85%);
  -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 .ja {
  position: relative;
  font-size: 18px;
  letter-spacing: 2px;
  font-weight: 500;
  padding-left: 40px;
}
.c-title .ja::before {
  content: "";
  width: 30px;
  height: 2px;
  background: linear-gradient(90deg, rgb(0, 238, 255) 3%, rgba(0, 180, 255, 0.98) 20%, rgba(68, 85, 255, 0.95) 35%, rgba(34, 136, 238, 0.96) 50%, rgba(68, 170, 238, 0.94) 70%, rgba(102, 187, 238, 0.92) 85%);
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
@media (min-width: 960px) {
  .c-title .ja {
    font-size: 20px;
  }
}

.more-btn {
  position: relative;
  display: inline-block;
  text-align: center;
}
.more-btn__link {
  background-color: transparent;
  display: inline-block;
  padding: 12px 50px;
  border-radius: 9999px;
  border: 1px solid #fff;
  z-index: 1;
}
.more-btn__link span {
  position: relative;
  color: #fff;
}
.more-btn__link span:first-child {
  padding-right: 30px;
}
.more-btn__link span:first-child::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: -10px;
  bottom: 0;
  margin: auto;
  width: 30px;
  background-image: url(../images/common/arrow02_sp.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: 0.3s;
  z-index: 100;
}
.more-btn__link.slide-bg {
  position: relative;
  overflow: hidden;
}
.more-btn__link.slide-bg .bg {
  display: inline-block;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateX(-101%);
  transition: transform 0.3s;
  z-index: -1;
}
.more-btn__link.slide-bg:hover {
  z-index: 1;
}
.more-btn__link.slide-bg:hover span {
  color: rgb(39, 39, 39);
  transform: none;
}
.more-btn__link.slide-bg:hover span:first-child::before {
  background-image: url(../images/common/arrow02_bl.svg);
}
@media (min-width: 960px) {
  .more-btn__link {
    padding: 15px 65px;
    height: auto;
  }
  .more-btn__link .c-txt-sm, .more-btn__link .c-works-sl2__desc, .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 {
    font-size: 16px;
  }
}

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

.cta {
  text-align: center;
}
.cta__block {
  padding: 14px 10px;
  background-color: #141414;
  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: #141414;
  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: #141414;
    font-size: 1.4rem;
  }
  .cta p span {
    font-size: 1.8rem;
  }
  .cta .line-cta {
    font-size: 22px;
  }
}

.c-topview {
  position: relative;
  margin-top: 88px;
}
@media (min-width: 600px) {
  .c-topview {
    margin-top: 95px;
  }
}
@media (min-width: 960px) {
  .c-topview {
    margin-top: 115px;
  }
}
@media (min-width: 1200px) {
  .c-topview {
    margin-top: 120px;
  }
  .c-topview .c-container, .c-topview .breadcrumb {
    padding: 0 15vw;
  }
}
@media (min-width: 2000px) {
  .c-topview {
    margin-top: 150px;
  }
  .c-topview .c-container, .c-topview .breadcrumb {
    padding: 0 25vw;
  }
}

.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: rgb(39, 39, 39);
}
.pagination .page-numbers:not(.next):not(.prev) .page-numbers:not(.next):not(.prev) {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  border: 1px solid #fff;
  background: rgb(39, 39, 39);
  margin: 0 1.3vw;
}
.pagination .page-numbers:not(.next):not(.prev) .next {
  position: relative;
  padding-right: 22px;
  color: rgb(39, 39, 39);
  top: 0;
}
.pagination .page-numbers:not(.next):not(.prev) .next::after {
  transition: all 0.2s cubic-bezier(0, 0, 0.58, 1);
  content: "";
  position: absolute;
  right: 0;
  background-image: url(../images/common/arrow-wh.png);
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  top: 1px;
  width: 12px;
  height: 12px;
  margin-left: 8px;
}
@media (min-width: 600px) {
  .pagination .page-numbers:not(.next):not(.prev) .page-numbers:not(.next):not(.prev) {
    width: 45px;
    height: 45px;
  }
  .pagination .page-numbers:not(.next):not(.prev) .next {
    top: 1px;
  }
}
@media (min-width: 900px) {
  .pagination .page-numbers:not(.next):not(.prev) .page-numbers:not(.next):not(.prev) {
    width: 55px;
    height: 55px;
    font-size: 18px;
  }
  .pagination .page-numbers:not(.next):not(.prev) .next {
    top: 2px;
    font-size: 18px;
  }
  .pagination .page-numbers:not(.next):not(.prev) .next::after {
    top: 4px;
  }
}
@media (min-width: 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;
  }
}

.bg-grade {
  overflow: hidden;
  position: absolute;
  z-index: -1;
}
.bg-grade img {
  -o-object-fit: contain;
     object-fit: contain;
}

@keyframes flameFlicker {
  0% {
    transform: translateX(0) translateY(0) scale(1) rotate(0deg);
  }
  15% {
    transform: translateX(-2px) translateY(-3px) scale(1.01) rotate(-0.5deg);
  }
  30% {
    transform: translateX(3px) translateY(-1px) scale(0.99) rotate(0.8deg);
  }
  45% {
    transform: translateX(-1px) translateY(-4px) scale(1.02) rotate(-0.3deg);
  }
  60% {
    transform: translateX(2px) translateY(-2px) scale(0.98) rotate(0.6deg);
  }
  75% {
    transform: translateX(-3px) translateY(-3px) scale(1.01) rotate(-0.7deg);
  }
  90% {
    transform: translateX(1px) translateY(-1px) scale(1) rotate(0.2deg);
  }
  100% {
    transform: translateX(0) translateY(0) scale(1) rotate(0deg);
  }
}
@keyframes gentleFlameWithOpacity {
  0%, 100% {
    transform: translateX(0) translateY(0) rotate(0deg);
    opacity: 0.8;
  }
  25% {
    transform: translateX(-5px) translateY(-10px) rotate(-0.3deg);
    opacity: 0.7;
  }
  50% {
    transform: translateX(10px) translateY(-5px) rotate(0.5deg);
    opacity: 0.6;
  }
  75% {
    transform: translateX(-5px) translateY(-15px) rotate(-0.2deg);
    opacity: 0.7;
  }
}
@keyframes intenseFlame {
  0% {
    transform: translateX(0) translateY(0) scale(1) rotate(0deg);
  }
  12% {
    transform: translateX(-4px) translateY(-5px) scale(1.03) rotate(-1deg);
  }
  25% {
    transform: translateX(5px) translateY(-2px) scale(0.97) rotate(1.2deg);
  }
  37% {
    transform: translateX(-2px) translateY(-6px) scale(1.04) rotate(-0.8deg);
  }
  50% {
    transform: translateX(3px) translateY(-3px) scale(0.96) rotate(0.9deg);
  }
  62% {
    transform: translateX(-5px) translateY(-4px) scale(1.02) rotate(-1.1deg);
  }
  75% {
    transform: translateX(2px) translateY(-1px) scale(0.99) rotate(0.4deg);
  }
  87% {
    transform: translateX(-3px) translateY(-5px) scale(1.01) rotate(-0.6deg);
  }
  100% {
    transform: translateX(0) translateY(0) scale(1) rotate(0deg);
  }
}
.top-view {
  padding-top: 84px;
  position: relative;
}
@media (min-width: 600px) {
  .top-view {
    padding-top: 100px;
  }
}
.top-view .bg-grade {
  width: 80%;
  height: 80%;
  top: -30%;
  right: -30%;
}
.top-view .bg-grade img {
  animation: gentleFlameWithOpacity 15s ease-in-out infinite;
  transform-origin: center bottom;
}
.top-view .mv {
  width: 100%;
  overflow: hidden;
  height: 50vh;
  position: relative;
  margin-right: 15vw;
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
  animation: mvExpand 1.2s cubic-bezier(0.8, 0, 0.2, 1) forwards;
  animation-delay: 0.2s;
  animation-fill-mode: both;
}
.top-view .mv video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 10% center;
     object-position: 10% center;
}
@keyframes mvExpand {
  0% {
    -webkit-clip-path: inset(0 100% 0 0);
            clip-path: inset(0 100% 0 0);
  }
  100% {
    -webkit-clip-path: inset(0 calc(100% - 85vw) 0 0);
            clip-path: inset(0 calc(100% - 85vw) 0 0);
  }
}
.top-view__txt {
  position: relative;
  z-index: 10;
}
.top-view__txt h2 {
  color: #001125;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 50px;
}
.top-view__txt h2 span {
  display: inline-block;
  padding: 0 5px;
  position: relative;
}
.top-view__txt h2 span::before {
  content: "";
  width: 0%;
  height: 100%;
  background-color: #fff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  z-index: -1;
  animation-fill-mode: both;
}
.top-view__txt h2 span.inview::before {
  animation: spanExpand 1.2s cubic-bezier(0.8, 0, 0.2, 1) forwards;
  animation-delay: 0.1s;
}
.top-view__txt h3 {
  font-size: 18px;
  letter-spacing: 2px;
  font-weight: 400;
  line-height: 1.8;
}
@keyframes spanExpand {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@media (min-width: 2000px) {
  .top-view {
    margin: 0 18vw 200px;
  }
}

.p-service {
  position: relative;
}
.p-service .bg-grade img {
  animation: gentleFlameWithOpacity 20s ease-in-out infinite;
  transform-origin: center bottom;
}
.p-service .bg-grade.top {
  top: 15%;
  right: -30%;
}
.p-service .bg-grade.bottom {
  bottom: 15%;
  left: -20%;
}
.p-service__list__item {
  margin-bottom: 80px;
}
.p-service__img {
  height: 220px;
  margin-bottom: 30px;
}
.p-service__tit {
  position: relative;
}
.p-service__tit::before {
  content: "";
  width: 30px;
  height: 2px;
  background: linear-gradient(90deg, rgb(0, 238, 255) 3%, rgba(0, 180, 255, 0.98) 20%, rgba(68, 85, 255, 0.95) 35%, rgba(34, 136, 238, 0.96) 50%, rgba(68, 170, 238, 0.94) 70%, rgba(102, 187, 238, 0.92) 85%);
  position: absolute;
  bottom: 0;
  left: 0;
}
.p-service__tit .num {
  font-size: 12px;
  background: linear-gradient(90deg, rgb(0, 238, 255) 3%, rgba(0, 180, 255, 0.98) 20%, rgba(68, 85, 255, 0.95) 35%, rgba(34, 136, 238, 0.96) 50%, rgba(68, 170, 238, 0.94) 70%, rgba(102, 187, 238, 0.92) 85%);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
}
.p-service__tit h3 {
  font-size: 20px;
  letter-spacing: 3px;
  font-weight: 500;
  padding-bottom: 15px;
}
@media (min-width: 600px) {
  .p-service .c-container, .p-service .breadcrumb {
    padding: 0 15vw;
  }
  .p-service .bg-grade.top {
    width: 70%;
    height: 40%;
    top: 10%;
    right: -10%;
  }
  .p-service .bg-grade.bottom {
    width: 100%;
    height: 100%;
    bottom: -30%;
    left: -20%;
  }
  .p-service__img {
    margin: 0 10vw 40px;
  }
}
@media (min-width: 960px) {
  .p-service .c-container, .p-service .breadcrumb {
    padding: 0 6vw 0 15vw;
    position: relative;
  }
  .p-service .bg-grade.top {
    width: 80%;
    height: 80%;
    top: 0%;
    right: -20%;
  }
  .p-service .bg-grade.bottom {
    width: 100%;
    height: 100%;
    bottom: -30%;
    left: -30%;
  }
  .p-service .top-title {
    position: absolute;
    top: 5vw;
    left: 5vw;
    writing-mode: vertical-rl;
  }
  .p-service .top-title h2 {
    margin: 0;
    background: linear-gradient(0deg, rgb(0, 238, 255) 3%, rgba(0, 180, 255, 0.98) 20%, rgba(68, 85, 255, 0.95) 35%, rgba(34, 136, 238, 0.96) 50%, rgba(68, 170, 238, 0.94) 70%, rgba(102, 187, 238, 0.92) 85%);
    -webkit-background-clip: text;
            background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .p-service .top-title h2.Typing::after {
    background: rgba(68, 170, 238, 0.9411764706);
    -webkit-background-clip: text;
            background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .p-service__list__item {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 110px;
  }
  .p-service__list__item:nth-child(2n) {
    flex-direction: row-reverse;
  }
  .p-service__img {
    margin: 0;
    flex-basis: 48%;
  }
  .p-service__wrap {
    flex-basis: 48%;
  }
  .p-service__tit {
    margin-bottom: 15px;
  }
  .p-service__tit .num {
    font-size: 14px;
  }
  .p-service__tit h3 {
    font-size: 24px;
  }
  .p-service__desc .c-txt-sm, .p-service__desc .c-works-sl2__desc, .p-service__desc .c-contact .contact-form .privacy, .c-contact .contact-form .p-service__desc .privacy, .p-service__desc .c-contact .contact-form, .c-contact .p-service__desc .contact-form {
    margin-bottom: 15px;
  }
}
@media (min-width: 1200px) {
  .p-service .c-container, .p-service .breadcrumb {
    padding: 0 10vw 0 18vw;
  }
  .p-service .top-title {
    position: absolute;
    top: 5vw;
    left: 9vw;
  }
  .p-service__img {
    height: 300px;
    flex-basis: 43%;
  }
  .p-service__tit {
    margin-bottom: 30px;
  }
  .p-service__tit .num {
    font-size: 16px;
  }
  .p-service__tit h3 {
    font-size: 28px;
  }
  .p-service__desc .c-txt-sm, .p-service__desc .c-works-sl2__desc, .p-service__desc .c-contact .contact-form .privacy, .c-contact .contact-form .p-service__desc .privacy, .p-service__desc .c-contact .contact-form, .c-contact .p-service__desc .contact-form {
    margin-bottom: 45px;
  }
}
@media (min-width: 2000px) {
  .p-service .c-container, .p-service .breadcrumb {
    padding: 0 20vw 0 28vw;
  }
  .p-service .top-title {
    position: absolute;
    top: 5vw;
    left: 22vw;
  }
}

.p-company {
  position: relative;
}
.p-company__img {
  height: 200px;
}
.p-company__tit {
  line-height: 2;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 1.5px;
  margin-bottom: 40px;
}
.p-company .bg-grade {
  width: 150%;
  height: 150%;
  bottom: -50%;
  left: 0%;
}
.p-company .bg-grade img {
  animation: gentleFlameWithOpacity 20s ease-in-out infinite;
  transform-origin: center bottom;
}
@media (min-width: 600px) {
  .p-company .c-container, .p-company .breadcrumb {
    padding: 0 12vw;
  }
  .p-company .bg-grade {
    width: 100%;
    height: 80%;
    bottom: -20%;
    left: 20%;
  }
  .p-company__img {
    height: 250px;
  }
}
@media (min-width: 960px) {
  .p-company {
    display: flex;
    justify-content: space-between;
  }
  .p-company__img {
    margin: 0;
    flex-basis: 40%;
    height: auto;
  }
  .p-company .c-container, .p-company .breadcrumb {
    padding: 0 12vw 0 5vw;
    flex-basis: 60%;
    position: relative;
  }
  .p-company .bg-grade {
    width: 120%;
    height: 100%;
    bottom: -40%;
    left: 20%;
  }
  .p-company .top-title {
    position: absolute;
    top: 5vw;
    right: 3vw;
    writing-mode: vertical-rl;
  }
  .p-company .top-title h2 {
    margin: 0;
    background: linear-gradient(0deg, rgb(0, 238, 255) 3%, rgba(0, 180, 255, 0.98) 20%, rgba(68, 85, 255, 0.95) 35%, rgba(34, 136, 238, 0.96) 50%, rgba(68, 170, 238, 0.94) 70%, rgba(102, 187, 238, 0.92) 85%);
    -webkit-background-clip: text;
            background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .p-company .top-title h2.Typing::after {
    background: rgba(68, 170, 238, 0.9411764706);
    -webkit-background-clip: text;
            background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .p-company__tit {
    font-size: 24px;
    margin-bottom: 30px;
  }
}
@media (min-width: 1200px) {
  .p-company .c-container, .p-company .breadcrumb {
    padding: 0 18vw 0 5vw;
  }
  .p-company .top-title {
    top: 5vw;
    right: 9vw;
  }
  .p-company__tit {
    font-size: 28px;
    margin-bottom: 30px;
  }
}
@media (min-width: 2000px) {
  .p-company .c-container, .p-company .breadcrumb {
    padding: 0 28vw 0 3vw;
  }
  .p-company .top-title {
    right: 22vw;
  }
  .p-company__img {
    margin-left: 20vw;
  }
  .p-company .bg-grade {
    left: 10%;
  }
}

.p-contact {
  border-top: 1px solid #888;
  padding: 50px 0;
}
.p-contact__desc {
  margin-bottom: 50px;
}
.p-contact__desc .c-txt-sm, .p-contact__desc .c-works-sl2__desc, .p-contact__desc .c-contact .contact-form .privacy, .c-contact .contact-form .p-contact__desc .privacy, .p-contact__desc .c-contact .contact-form, .c-contact .p-contact__desc .contact-form {
  margin-bottom: 15px;
}
.p-contact__btn {
  text-align: center;
}
.p-contact__btn a {
  color: #fff;
  border: 1px solid #fff;
  display: inline-block;
  width: 300px;
  margin: 0 auto 20px;
  text-align: center;
  padding: 12px 0;
  border-radius: 9999px;
}
.p-contact__btn a span {
  padding-left: 15px;
  position: relative;
}
.p-contact__btn a span::before {
  content: "";
  width: 15px;
  height: 15px;
  background: url(../images/common/tel-white.png) no-repeat center/contain;
  position: absolute;
  top: 50%;
  left: -10px;
  transform: translateY(-50%);
}
.p-contact__btn a.form span::before {
  background: url(../images/common/ico-mail-wh.png) no-repeat center/contain;
}
.p-contact__btn a.line span::before {
  background: url(../images/common/icon_line_w.svg) no-repeat center/contain;
}
@media (min-width: 600px) {
  .p-contact .c-container, .p-contact .breadcrumb {
    padding: 0 15vw;
  }
}
@media (min-width: 960px) {
  .p-contact {
    padding: 80px 0;
  }
  .p-contact .c-container, .p-contact .breadcrumb {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 8vw;
  }
  .p-contact .top-title {
    margin-bottom: 20px;
  }
  .p-contact__desc {
    margin-bottom: 0;
  }
  .p-contact__wrap {
    flex-basis: 48%;
  }
  .p-contact ul {
    margin-top: 40px;
  }
}
@media (min-width: 1200px) {
  .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 {
  padding: 60px 0 30px;
  border-top: 1px solid #888;
  position: relative;
}
.p-footer .bg-grade {
  width: 150%;
  height: 120%;
  top: 0%;
  left: -60%;
}
.p-footer .bg-grade img {
  animation: gentleFlameWithOpacity 15s ease-in-out infinite;
  transform-origin: center bottom;
}
.p-footer__logo img {
  width: 80%;
}
.p-footer .sns-link ul {
  display: flex;
  justify-content: center;
}
.p-footer .sns-link ul li {
  margin: 10px;
  width: 13%;
}
.p-footer .sns-link ul li img {
  border-radius: 50%;
  border: 1px solid #fff;
}
.p-footer__nav {
  margin: auto;
  display: block;
}
.p-footer__nav ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.p-footer__nav li {
  flex-basis: 45%;
  margin-bottom: 25px;
}
.p-footer__nav li .c-txt-sm, .p-footer__nav li .c-works-sl2__desc, .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 {
  font-size: 12px;
  font-weight: 500;
}
.p-footer__nav li a {
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  color: #fff;
}
.p-footer__nav li a:hover {
  background: linear-gradient(45deg, #fff 20%, #3c536c 50%, #fff 70%, #3c536c 100%);
  background-size: 200% 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-footer .copyright {
  text-align: center;
  font-size: 12px;
  color: #888;
}
@media (min-width: 960px) {
  .p-footer .bg-grade {
    left: -50%;
  }
}
@media (min-width: 2000px) {
  .p-footer .c-container, .p-footer .breadcrumb {
    padding: 0 25vw;
  }
  .p-footer .bg-grade {
    left: -40%;
  }
}

.p-news,
.p-works {
  margin-bottom: 120px;
  position: relative;
}
.p-news .c-container, .p-news .breadcrumb,
.p-works .c-container,
.p-works .breadcrumb {
  padding: 0 8vw;
}
.p-news__item,
.p-works__item {
  margin-bottom: 60px;
}
.p-news__link,
.p-works__link {
  color: #fff;
  display: block;
}
.p-news__img,
.p-works__img {
  border-radius: 5px;
}
.p-news__img img,
.p-works__img img {
  border-radius: 5px;
}
.p-news__img.has-thumbnail,
.p-works__img.has-thumbnail {
  height: 200px;
  overflow: hidden;
}
.p-news__img.no-thumbnail,
.p-works__img.no-thumbnail {
  height: 200px;
  /* 同じ高さで統一感を保つ */
  background-color: #ccc;
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-news__img.no-thumbnail span,
.p-works__img.no-thumbnail span {
  color: #fff;
}
.p-news-wrap,
.p-works-wrap {
  padding: 15px 0;
}
.p-news__date,
.p-works__date {
  padding: 5px 0;
  font-size: 13px;
  font-weight: 300;
}
.p-news .cate-item .category-tag,
.p-works .cate-item .category-tag {
  background-color: rgba(255, 255, 255, 0.4);
  border-radius: 3px;
  font-size: 12px;
  display: inline-block;
  padding: 5px 12px 5px 25px;
  margin-right: 3px;
  margin-bottom: 8px;
  position: relative;
  /* カテゴリー1〜4の個別スタイル */
}
.p-news .cate-item .category-tag::before,
.p-works .cate-item .category-tag::before {
  content: "";
  width: 8px;
  height: 8px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 8px;
  transform: translateY(-50%);
  border-radius: 50%;
}
.p-news .cate-item .category-tag.category1::before,
.p-works .cate-item .category-tag.category1::before {
  background: #e74c3c;
}
.p-news .cate-item .category-tag.category2::before,
.p-works .cate-item .category-tag.category2::before {
  background: #3498db;
}
.p-news .cate-item .category-tag.category3::before,
.p-works .cate-item .category-tag.category3::before {
  background: #2ecc71;
}
.p-news .cate-item .category-tag.category4::before,
.p-works .cate-item .category-tag.category4::before {
  background: #f39c12;
}
.p-news__content,
.p-works__content {
  padding: 0 0 3vw;
}
@media (min-width: 600px) {
  .p-news,
  .p-works {
    margin-bottom: 150px;
  }
  .p-news__list,
  .p-works__list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 40px;
  }
  .p-news__item,
  .p-works__item {
    flex-basis: 45%;
    margin-bottom: 40px;
  }
}
@media (min-width: 960px) {
  .p-news,
  .p-works {
    margin-bottom: 150px;
  }
  .p-news__img,
  .p-works__img {
    border-radius: 5px;
  }
  .p-news__img img,
  .p-works__img img {
    border-radius: 5px;
  }
  .p-news__img.has-thumbnail,
  .p-works__img.has-thumbnail {
    height: 250px;
  }
  .p-news__img.no-thumbnail,
  .p-works__img.no-thumbnail {
    height: 250px;
  }
  .p-news__date,
  .p-works__date {
    font-size: 15px;
  }
  .p-news .cate-item .category-tag,
  .p-works .cate-item .category-tag {
    font-size: 14px;
  }
  .p-news__content,
  .p-works__content {
    padding: 0 0 15px;
  }
}

.p-news::before {
  content: "";
  width: 100%;
  height: 95%;
  background-color: rgba(26, 41, 59, 0.8);
  border: 1px solid #888;
  border-radius: 5px;
  position: absolute;
  top: 140px;
  left: 3vw;
  z-index: -1;
}
@media (min-width: 600px) {
  .p-news::before {
    height: 90%;
    top: 160px;
  }
}
@media (min-width: 960px) {
  .p-news .c-container, .p-news .breadcrumb {
    padding: 0 10vw 0 18vw;
    position: relative;
  }
  .p-news .top-title {
    position: absolute;
    top: 5vw;
    left: 5vw;
    writing-mode: vertical-rl;
  }
  .p-news .top-title h2 {
    margin: 0;
    background: linear-gradient(0deg, rgb(0, 238, 255) 3%, rgba(0, 180, 255, 0.98) 20%, rgba(68, 85, 255, 0.95) 35%, rgba(34, 136, 238, 0.96) 50%, rgba(68, 170, 238, 0.94) 70%, rgba(102, 187, 238, 0.92) 85%);
    -webkit-background-clip: text;
            background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .p-news .top-title h2.Typing::after {
    background: rgba(68, 170, 238, 0.9411764706);
    -webkit-background-clip: text;
            background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .p-news::before {
    height: 95%;
    top: 100px;
    left: 13vw;
  }
}
@media (min-width: 1200px) {
  .p-news .c-container, .p-news .breadcrumb {
    padding: 0 18vw 0 25vw;
  }
  .p-news .top-title {
    position: absolute;
    top: 5vw;
    left: 9vw;
  }
  .p-news::before {
    height: 95%;
    top: 100px;
    left: 19vw;
  }
}
@media (min-width: 2000px) {
  .p-news .c-container, .p-news .breadcrumb {
    padding: 0 28vw 0 38vw;
  }
  .p-news .top-title {
    position: absolute;
    top: 5vw;
    left: 22vw;
  }
  .p-news::before {
    left: 30vw;
  }
}

.p-works::before {
  content: "";
  width: 100%;
  height: 95%;
  background-color: rgba(26, 41, 59, 0.8);
  border: 1px solid #888;
  border-radius: 5px;
  position: absolute;
  top: 140px;
  right: 3vw;
  z-index: -1;
}
@media (min-width: 600px) {
  .p-works::before {
    height: 90%;
    top: 160px;
  }
}
@media (min-width: 960px) {
  .p-works .c-container, .p-works .breadcrumb {
    padding: 0 18vw 0 10vw;
    position: relative;
  }
  .p-works .top-title {
    position: absolute;
    top: 5vw;
    right: 5vw;
    writing-mode: vertical-rl;
  }
  .p-works .top-title h2 {
    margin: 0;
    background: linear-gradient(0deg, rgb(0, 238, 255) 3%, rgba(0, 180, 255, 0.98) 20%, rgba(68, 85, 255, 0.95) 35%, rgba(34, 136, 238, 0.96) 50%, rgba(68, 170, 238, 0.94) 70%, rgba(102, 187, 238, 0.92) 85%);
    -webkit-background-clip: text;
            background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .p-works .top-title h2.Typing::after {
    background: rgba(68, 170, 238, 0.9411764706);
    -webkit-background-clip: text;
            background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .p-works::before {
    height: 95%;
    top: 100px;
    right: 13vw;
  }
}
@media (min-width: 1200px) {
  .p-works .c-container, .p-works .breadcrumb {
    padding: 0 25vw 0 18vw;
  }
  .p-works .top-title {
    position: absolute;
    top: 5vw;
    right: 9vw;
  }
  .p-works::before {
    height: 95%;
    top: 100px;
    right: 19vw;
  }
}
@media (min-width: 2000px) {
  .p-works .c-container, .p-works .breadcrumb {
    padding: 0 38vw 0 28vw;
  }
  .p-works .top-title {
    position: absolute;
    top: 5vw;
    right: 22vw;
  }
  .p-works::before {
    right: 30vw;
  }
}

.p-slide__wrap {
  width: 100%;
  overflow: hidden;
}
.p-slide .gallery {
  display: flex;
  width: 100%;
}
.p-slide .gallery .slide-item {
  width: 100%;
  height: 120px !important;
  flex-shrink: 0;
  -o-object-fit: contain;
     object-fit: contain;
  margin: 0 15px 15px;
}
@media (min-width: 600px) {
  .p-slide .gallery .slide-item {
    margin: 0 20px 30px;
    width: 60%;
    height: 100px !important;
  }
}
@media (min-width: 960px) {
  .p-slide .gallery .slide-item {
    margin: 0 30px 40px;
    width: 70%;
    height: 150px !important;
  }
}
@media (min-width: 1200px) {
  .p-slide .gallery .slide-item {
    width: 50%;
    margin: 0 30px 50px;
  }
}
@media (min-width: 2000px) {
  .p-slide .gallery .slide-item {
    width: 30%;
    margin: 0 30px 50px;
  }
}

.c-company .c-about {
  position: relative;
}
.c-company .c-about__desc tr:nth-child(1) th {
  border-top: 1px solid rgba(229, 229, 229, 0.2666666667);
}
.c-company .c-about__desc th {
  width: 100%;
  padding: 15px 5px 5px 5px;
}
.c-company .c-about__desc th .c-txt-sm, .c-company .c-about__desc th .c-works-sl2__desc, .c-company .c-about__desc th .c-contact .contact-form .privacy, .c-contact .contact-form .c-company .c-about__desc th .privacy, .c-company .c-about__desc th .c-contact .contact-form, .c-contact .c-company .c-about__desc th .contact-form {
  font-weight: 500;
}
.c-company .c-about__desc td {
  width: 100%;
  border-bottom: 1px solid rgba(229, 229, 229, 0.2666666667);
  padding: 5px 5px 15px 5px;
}
.c-company .c-about__desc td a {
  color: #fff;
  border-bottom: 1px solid #fff;
}
.c-company .c-about__desc th, .c-company .c-about__desc td {
  display: block;
}
@media (max-width: 960px) {
  .c-company .c-about__desc th .c-txt-sm, .c-company .c-about__desc th .c-works-sl2__desc, .c-company .c-about__desc th .c-contact .contact-form .privacy, .c-contact .contact-form .c-company .c-about__desc th .privacy, .c-company .c-about__desc th .c-contact .contact-form, .c-contact .c-company .c-about__desc th .contact-form, .c-company .c-about__desc td .c-txt-sm, .c-company .c-about__desc td .c-works-sl2__desc, .c-company .c-about__desc td .c-contact .contact-form .privacy, .c-contact .contact-form .c-company .c-about__desc td .privacy, .c-company .c-about__desc td .c-contact .contact-form, .c-contact .c-company .c-about__desc td .contact-form {
    font-size: 14px;
  }
}
.c-company .c-about .bg-grade {
  width: 100%;
  height: 100%;
  bottom: -20%;
  right: -30%;
}
.c-company .c-about .bg-grade img {
  animation: gentleFlameWithOpacity 20s ease-in-out infinite;
  transform-origin: center bottom;
}
@media (min-width: 600px) {
  .c-company .c-about .c-container, .c-company .c-about .breadcrumb {
    padding: 0 8vw;
  }
  .c-company .c-about__desc tr {
    display: flex;
    align-items: center;
    border-bottom: 1px solid rgba(229, 229, 229, 0.2666666667);
  }
  .c-company .c-about__desc tr:nth-child(1) {
    border-top: 1px solid rgba(229, 229, 229, 0.2666666667);
  }
  .c-company .c-about__desc tr:nth-child(1) th {
    border-top: none;
  }
  .c-company .c-about__desc th {
    width: 20%;
    padding: 20px 5px;
  }
  .c-company .c-about__desc td {
    width: 80%;
    border-bottom: none;
    padding: 20px 5px;
  }
  .c-company .c-about .bg-grade {
    width: 120%;
    height: 120%;
    bottom: -20%;
    right: -40%;
  }
}
@media (min-width: 960px) {
  .c-company .c-about .c-container, .c-company .c-about .breadcrumb {
    padding: 0 12vw;
  }
  .c-company .c-about__desc th {
    padding: 30px 10px;
  }
  .c-company .c-about__desc td {
    padding: 30px 10px;
  }
}
@media (min-width: 1200px) {
  .c-company .c-about .c-container, .c-company .c-about .breadcrumb {
    padding: 0 15vw;
  }
  .c-company .c-about .bg-grade {
    right: -30%;
  }
}
@media (min-width: 2000px) {
  .c-company .c-about .c-container, .c-company .c-about .breadcrumb {
    padding: 0 25vw;
  }
}
.c-company .c-message {
  position: relative;
}
.c-company .c-message__img {
  height: 250px;
  position: relative;
  margin-right: 15vw;
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
  animation: mvExpand 1.2s cubic-bezier(0.8, 0, 0.2, 1) forwards;
  animation-delay: 0.2s;
  animation-fill-mode: both;
  margin-bottom: 40px;
}
.c-company .c-message__desc {
  padding: 0 5vw 30px;
}
.c-company .c-message__desc .c-txt-md {
  color: #001125;
  font-size: 24px;
  font-weight: 300;
  line-height: 1.3;
  margin-bottom: 20px;
  position: relative;
  z-index: 20;
}
.c-company .c-message__desc .c-txt-md span {
  display: inline-block;
  padding: 0 5px;
  margin-bottom: 8px;
  position: relative;
}
.c-company .c-message__desc .c-txt-md span::before {
  content: "";
  width: 0%;
  height: 100%;
  background-color: #fff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  z-index: -1;
  animation-fill-mode: both;
}
.c-company .c-message__desc .c-txt-md span.inview::before {
  animation: spanExpand 1.2s cubic-bezier(0.8, 0, 0.2, 1) forwards;
  animation-delay: 0.1s;
}
.c-company .c-message__desc .c-txt-sm, .c-company .c-message__desc .c-works-sl2__desc, .c-company .c-message__desc .c-contact .contact-form .privacy, .c-contact .contact-form .c-company .c-message__desc .privacy, .c-company .c-message__desc .c-contact .contact-form, .c-contact .c-company .c-message__desc .contact-form {
  margin-bottom: 15px;
}
.c-company .c-message__name {
  margin-top: 30px;
  text-align: right;
  font-size: 15px;
  line-height: 2;
  font-weight: 300;
}
.c-company .c-message .bg-grade {
  width: 100%;
  height: 100%;
  bottom: -35%;
  left: -30%;
}
.c-company .c-message .bg-grade img {
  animation: gentleFlameWithOpacity 20s ease-in-out infinite;
  transform-origin: center bottom;
}
@media (min-width: 600px) {
  .c-company .c-message .c-container, .c-company .c-message .breadcrumb {
    padding: 0 8vw;
  }
  .c-company .c-message__wrap {
    position: relative;
  }
  .c-company .c-message__img {
    position: absolute;
    top: 25vh;
    right: -15vw;
    margin: 0;
    width: 60%;
  }
  .c-company .c-message__img img {
    width: 60%;
  }
  .c-company .c-message__desc {
    position: relative;
    z-index: 10;
    padding: 0 8vw;
  }
  .c-company .c-message__desc .c-txt-md {
    font-size: 28px;
  }
  .c-company .c-message__desc .Desc {
    padding: 0 40vw 0 0;
  }
  .c-company .c-message .bg-grade {
    width: 110%;
    height: 110%;
    bottom: -20%;
    left: -30%;
  }
}
@media (min-width: 960px) {
  .c-company .c-message .c-container, .c-company .c-message .breadcrumb {
    padding: 0 12vw;
  }
  .c-company .c-message__img {
    position: absolute;
    top: 30vh;
    right: -15vw;
    margin: 0;
    width: 60%;
  }
  .c-company .c-message__img img {
    width: 60%;
  }
  .c-company .c-message__desc {
    padding: 0 12vw;
  }
  .c-company .c-message__desc .c-txt-md {
    font-size: 36px;
  }
  .c-company .c-message__desc .Desc {
    padding: 0 36vw 0 0;
  }
  .c-company .c-message__name {
    font-size: 18px;
  }
  .c-company .c-message .bg-grade {
    bottom: -25%;
  }
}
@media (min-width: 1200px) {
  .c-company .c-message .c-container, .c-company .c-message .breadcrumb {
    padding: 0 15vw;
  }
  .c-company .c-message__img {
    position: absolute;
    top: 30vh;
    right: -10vw;
    margin: 0;
    width: 50%;
  }
  .c-company .c-message__img img {
    width: 50%;
  }
  .c-company .c-message__desc {
    padding: 0 15vw;
  }
  .c-company .c-message__desc .c-txt-md {
    font-size: 42px;
  }
  .c-company .c-message__desc .Desc {
    padding: 0 30vw 0 0;
  }
  .c-company .c-message .bg-grade {
    left: -25%;
  }
}
@media (min-width: 2000px) {
  .c-company .c-message .c-container, .c-company .c-message .breadcrumb {
    padding: 0 25vw;
  }
  .c-company .c-message__img {
    position: absolute;
    top: 30vh;
    right: 28vw;
    margin: 0;
    width: 400px;
    height: 300px;
  }
  .c-company .c-message__img img {
    width: 100%;
  }
  .c-company .c-message__desc {
    padding: 0 25vw;
  }
  .c-company .c-message__desc .Desc {
    padding: 0 25vw 0 0;
  }
  .c-company .c-message .bg-grade {
    left: -20%;
  }
}
.c-company .c-mission {
  position: relative;
}
.c-company .c-mission__list__item {
  margin-bottom: 80px;
}
.c-company .c-mission__list__item .Wrap {
  position: relative;
}
.c-company .c-mission__list__item .Wrap .Img {
  height: 300px;
  position: relative;
  z-index: -1;
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
  animation: mvExpand 1.2s cubic-bezier(0.8, 0, 0.2, 1) forwards;
  animation-delay: 0.2s;
  animation-fill-mode: both;
}
.c-company .c-mission__list__item .Wrap .c-txt-md {
  color: #001125;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.3;
  position: absolute;
  bottom: 15px;
}
.c-company .c-mission__list__item .Wrap .c-txt-md .Tit {
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-size: 24px;
}
.c-company .c-mission__list__item .Wrap .c-txt-md span {
  display: inline-block;
  padding: 3px 5px;
  margin-bottom: 8px;
  position: relative;
}
.c-company .c-mission__list__item .Wrap .c-txt-md span::before {
  content: "";
  width: 0%;
  height: 100%;
  background-color: #fff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  z-index: -1;
  animation-fill-mode: both;
}
.c-company .c-mission__list__item .Wrap .c-txt-md span.inview::before {
  animation: spanExpand 1.2s cubic-bezier(0.8, 0, 0.2, 1) forwards;
  animation-delay: 0.1s;
}
.c-company .c-mission__list__item:nth-child(1) .Wrap .Img {
  margin: 0 15vw 30px 0;
}
.c-company .c-mission__list__item:nth-child(1) .Wrap .c-txt-md {
  width: 100%;
  right: 0;
  padding-right: 5vw;
  text-align: right;
}
.c-company .c-mission__list__item:nth-child(2) .Wrap .Img {
  margin: 0 0 30px 15vw;
}
.c-company .c-mission__list__item:nth-child(2) .Wrap .c-txt-md {
  left: 5vw;
}
.c-company .c-mission__list__item .c-txt-sm, .c-company .c-mission__list__item .c-works-sl2__desc, .c-company .c-mission__list__item .c-contact .contact-form .privacy, .c-contact .contact-form .c-company .c-mission__list__item .privacy, .c-company .c-mission__list__item .c-contact .contact-form, .c-contact .c-company .c-mission__list__item .contact-form {
  padding: 0 5vw;
}
.c-company .c-mission .bg-grade {
  width: 200%;
  height: 200%;
  top: -50%;
  left: -50%;
  transform: rotate(240deg);
}
.c-company .c-mission .bg-grade img {
  animation: gentleFlameWithOpacity 15s ease-in-out infinite;
  transform-origin: center bottom;
}
@media (min-width: 600px) {
  .c-company .c-mission__list__item {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }
  .c-company .c-mission__list__item:nth-child(1) .Wrap .Img {
    margin: 0 8vw 0 0;
  }
  .c-company .c-mission__list__item:nth-child(1) .Wrap .c-txt-md {
    width: 100%;
    right: 0;
    padding-right: 2vw;
    text-align: right;
  }
  .c-company .c-mission__list__item:nth-child(1) .c-txt-sm, .c-company .c-mission__list__item:nth-child(1) .c-works-sl2__desc, .c-company .c-mission__list__item:nth-child(1) .c-contact .contact-form .privacy, .c-contact .contact-form .c-company .c-mission__list__item:nth-child(1) .privacy, .c-company .c-mission__list__item:nth-child(1) .c-contact .contact-form, .c-contact .c-company .c-mission__list__item:nth-child(1) .contact-form {
    padding: 0 8vw 0 0;
  }
  .c-company .c-mission__list__item:nth-child(2) {
    flex-direction: row-reverse;
  }
  .c-company .c-mission__list__item:nth-child(2) .Wrap .Img {
    margin: 0 0 0 8vw;
  }
  .c-company .c-mission__list__item:nth-child(2) .Wrap .c-txt-md {
    left: 2vw;
  }
  .c-company .c-mission__list__item:nth-child(2) .c-txt-sm, .c-company .c-mission__list__item:nth-child(2) .c-works-sl2__desc, .c-company .c-mission__list__item:nth-child(2) .c-contact .contact-form .privacy, .c-contact .contact-form .c-company .c-mission__list__item:nth-child(2) .privacy, .c-company .c-mission__list__item:nth-child(2) .c-contact .contact-form, .c-contact .c-company .c-mission__list__item:nth-child(2) .contact-form {
    padding: 0 0 0 8vw;
  }
  .c-company .c-mission__list__item .Wrap {
    flex-basis: 50%;
  }
  .c-company .c-mission__list__item .Wrap .c-txt-md {
    bottom: 180px;
  }
  .c-company .c-mission__list__item .c-txt-sm, .c-company .c-mission__list__item .c-works-sl2__desc, .c-company .c-mission__list__item .c-contact .contact-form .privacy, .c-contact .contact-form .c-company .c-mission__list__item .privacy, .c-company .c-mission__list__item .c-contact .contact-form, .c-contact .c-company .c-mission__list__item .contact-form {
    flex-basis: 50%;
  }
  .c-company .c-mission .bg-grade {
    width: 120%;
    height: 120%;
    top: 0%;
    left: -10%;
    transform: rotate(270deg);
  }
}
@media (min-width: 960px) {
  .c-company .c-mission .c-container, .c-company .c-mission .breadcrumb {
    padding: 0 8vw;
  }
  .c-company .c-mission__list__item {
    padding: 0 8vw;
  }
  .c-company .c-mission__list__item:nth-child(1) .Wrap .Img {
    margin: 0 5vw 0 0;
  }
  .c-company .c-mission__list__item:nth-child(1) .Wrap .c-txt-md {
    width: 100%;
    right: 0;
    padding-right: 2vw;
    text-align: right;
  }
  .c-company .c-mission__list__item:nth-child(1) .c-txt-sm, .c-company .c-mission__list__item:nth-child(1) .c-works-sl2__desc, .c-company .c-mission__list__item:nth-child(1) .c-contact .contact-form .privacy, .c-contact .contact-form .c-company .c-mission__list__item:nth-child(1) .privacy, .c-company .c-mission__list__item:nth-child(1) .c-contact .contact-form, .c-contact .c-company .c-mission__list__item:nth-child(1) .contact-form {
    padding: 0;
  }
  .c-company .c-mission__list__item:nth-child(2) {
    flex-direction: row-reverse;
  }
  .c-company .c-mission__list__item:nth-child(2) .Wrap .Img {
    margin: 0 0 0 5vw;
  }
  .c-company .c-mission__list__item:nth-child(2) .c-txt-sm, .c-company .c-mission__list__item:nth-child(2) .c-works-sl2__desc, .c-company .c-mission__list__item:nth-child(2) .c-contact .contact-form .privacy, .c-contact .contact-form .c-company .c-mission__list__item:nth-child(2) .privacy, .c-company .c-mission__list__item:nth-child(2) .c-contact .contact-form, .c-contact .c-company .c-mission__list__item:nth-child(2) .contact-form {
    padding: 0;
  }
  .c-company .c-mission__list__item .Wrap .c-txt-md .Tit {
    font-size: 28px;
  }
}
@media (min-width: 1200px) {
  .c-company .c-mission .c-container, .c-company .c-mission .breadcrumb {
    padding: 0 12vw;
  }
  .c-company .c-mission__list__item {
    padding: 0 12vw;
    margin-bottom: 120px;
  }
  .c-company .c-mission__list__item:nth-child(2) .c-txt-sm, .c-company .c-mission__list__item:nth-child(2) .c-works-sl2__desc, .c-company .c-mission__list__item:nth-child(2) .c-contact .contact-form .privacy, .c-contact .contact-form .c-company .c-mission__list__item:nth-child(2) .privacy, .c-company .c-mission__list__item:nth-child(2) .c-contact .contact-form, .c-contact .c-company .c-mission__list__item:nth-child(2) .contact-form {
    text-align: right;
  }
  .c-company .c-mission__list__item .Wrap .c-txt-md {
    font-size: 22px;
    bottom: 160px;
  }
  .c-company .c-mission__list__item .Wrap .c-txt-md .Tit {
    font-size: 32px;
  }
  .c-company .c-mission .bg-grade {
    width: 150%;
    height: 150%;
    top: -20%;
    left: -20%;
    transform: rotate(270deg);
  }
}
@media (min-width: 2000px) {
  .c-company .c-mission .c-container, .c-company .c-mission .breadcrumb {
    padding: 0 25vw;
  }
  .c-company .c-mission__list__item {
    padding: 0 25vw;
  }
}
.c-company .c-map__list__item {
  margin-bottom: 50px;
}
.c-company .c-map__list__item h3 {
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 3px;
  margin-bottom: 20px;
  padding-left: 15px;
  position: relative;
}
.c-company .c-map__list__item h3::before {
  content: "";
  width: 8px;
  height: 8px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.c-company .c-map__map {
  height: 250px;
  margin-bottom: 15px;
}
.c-company .c-map__map iframe {
  filter: grayscale(100%);
  transition: 0.3s;
}
.c-company .c-map__map iframe:hover {
  filter: none;
}
@media (min-width: 600px) {
  .c-company .c-map__list {
    display: flex;
    justify-content: space-between;
  }
  .c-company .c-map__list__item {
    flex-basis: 48%;
    margin: 0;
  }
  .c-company .c-map__map {
    margin-bottom: 20px;
  }
}
@media (min-width: 960px) {
  .c-company .c-map__list__item {
    flex-basis: 45%;
  }
  .c-company .c-map__list__item h3 {
    font-size: 22px;
  }
  .c-company .c-map__map {
    height: 350px;
    margin-bottom: 30px;
  }
}
@media (min-width: 1200px) {
  .c-company .c-map__list__item {
    flex-basis: 42%;
  }
}
@media (min-width: 2000px) {
  .c-company .c-map .c-container, .c-company .c-map .breadcrumb {
    padding: 0 25vw;
  }
}

.c-service .c-overview {
  position: relative;
}
.c-service .c-overview__img {
  margin: 0 15vw 0 0;
  height: 300px;
  position: relative;
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
  animation: mvExpand 1.2s cubic-bezier(0.8, 0, 0.2, 1) forwards;
  animation-delay: 0.2s;
  animation-fill-mode: both;
}
.c-service .c-overview__desc {
  padding: 0 5vw;
  margin-top: -30px;
}
.c-service .c-overview__desc .c-txt-md {
  position: relative;
  z-index: 20;
  color: #001125;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.3;
  margin-bottom: 20px;
}
.c-service .c-overview__desc .c-txt-md span {
  display: inline-block;
  padding: 3px 5px;
  margin-bottom: 8px;
  position: relative;
}
.c-service .c-overview__desc .c-txt-md span::before {
  content: "";
  width: 0%;
  height: 100%;
  background-color: #fff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  z-index: -1;
  animation-fill-mode: both;
}
.c-service .c-overview__desc .c-txt-md span.inview::before {
  animation: spanExpand 1.2s cubic-bezier(0.8, 0, 0.2, 1) forwards;
  animation-delay: 0.1s;
}
.c-service .c-overview__desc .Desc {
  position: relative;
  z-index: 20;
}
.c-service .c-overview__desc .Desc .c-txt-sm, .c-service .c-overview__desc .Desc .c-works-sl2__desc, .c-service .c-overview__desc .Desc .c-contact .contact-form .privacy, .c-contact .contact-form .c-service .c-overview__desc .Desc .privacy, .c-service .c-overview__desc .Desc .c-contact .contact-form, .c-contact .c-service .c-overview__desc .Desc .contact-form {
  margin-bottom: 15px;
}
.c-service .c-overview .btn-wrap {
  margin-top: 50px;
}
.c-service .c-overview .bg-grade {
  width: 120%;
  height: 120%;
  bottom: -20%;
  left: 0%;
  transform: rotate(80deg);
}
.c-service .c-overview .bg-grade img {
  animation: gentleFlameWithOpacity 15s ease-in-out infinite;
  transform-origin: center bottom;
}
@media (min-width: 600px) {
  .c-service .c-overview__img {
    margin: 0 30vw 0 0;
  }
  .c-service .c-overview__desc {
    padding: 0 8vw;
  }
  .c-service .c-overview__desc .c-txt-md {
    font-size: 24px;
  }
  .c-service .c-overview .bg-grade {
    width: 100%;
    height: 100%;
    bottom: -20%;
    left: 15%;
    transform: rotate(95deg);
  }
}
@media (min-width: 960px) {
  .c-service .c-overview {
    position: relative;
  }
  .c-service .c-overview__img {
    height: 450px;
    margin: 0 50vw 0 0;
    position: absolute;
    top: 0;
    left: 0;
  }
  .c-service .c-overview__desc {
    padding: 50px 5vw 0 30vw;
  }
  .c-service .c-overview__desc .c-txt-md {
    font-size: 28px;
    margin-bottom: 30px;
  }
  .c-service .c-overview__desc .Desc {
    background-color: rgba(0, 0, 0, 0.3764705882);
    padding: 30px;
  }
  .c-service .c-overview .btn-wrap {
    text-align: right;
    margin-right: 5vw;
  }
  .c-service .c-overview .bg-grade {
    width: 150%;
    height: 150%;
    bottom: -30%;
    left: -20%;
    transform: rotate(95deg);
  }
}
@media (min-width: 1200px) {
  .c-service .c-overview__img {
    left: 10vw;
  }
  .c-service .c-overview__desc {
    padding: 50px 10vw 0 35vw;
  }
  .c-service .c-overview__desc .c-txt-md {
    font-size: 32px;
  }
  .c-service .c-overview .btn-wrap {
    margin-right: 10vw;
  }
}
@media (min-width: 2000px) {
  .c-service .c-overview__img {
    left: 20vw;
  }
  .c-service .c-overview__desc {
    padding: 100px 20vw 0 45vw;
  }
  .c-service .c-overview__desc .c-txt-md {
    font-size: 38px;
  }
  .c-service .c-overview .btn-wrap {
    margin-right: 20vw;
  }
}
.c-service .c-kouzi {
  position: relative;
  padding: 50px 0;
}
.c-service .c-kouzi::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #eff0f7;
  position: absolute;
  top: 0;
  left: 3vw;
  border-radius: 5px;
}
.c-service .c-kouzi .c-container, .c-service .c-kouzi .breadcrumb {
  padding: 0 8vw;
}
.c-service .c-kouzi .c-title {
  color: rgb(39, 39, 39);
}
.c-service .c-kouzi__list {
  position: relative;
  z-index: 10;
}
.c-service .c-kouzi__list__item {
  margin-bottom: 50px;
}
.c-service .c-kouzi__list__item .Img {
  height: 180px;
  margin-bottom: 15px;
}
.c-service .c-kouzi__list__item .Img img {
  border-radius: 5px;
}
.c-service .c-kouzi__list__item h3 {
  color: rgb(39, 39, 39);
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 2px;
}
@media (min-width: 600px) {
  .c-service .c-kouzi .c-container, .c-service .c-kouzi .breadcrumb {
    padding: 0 12vw;
  }
  .c-service .c-kouzi::before {
    left: 4vw;
  }
  .c-service .c-kouzi__list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .c-service .c-kouzi__list__item {
    flex-basis: 48%;
  }
}
@media (min-width: 960px) {
  .c-service .c-kouzi {
    padding: 80px 0 30px;
  }
  .c-service .c-kouzi .c-container, .c-service .c-kouzi .breadcrumb {
    padding: 0 12vw;
  }
  .c-service .c-kouzi::before {
    left: 6vw;
    border-radius: 15px;
  }
  .c-service .c-kouzi__list {
    display: flex;
    justify-content: left;
    flex-wrap: wrap;
  }
  .c-service .c-kouzi__list__item {
    flex-basis: 31%;
    margin: 0 1% 50px;
  }
}
@media (min-width: 1200px) {
  .c-service .c-kouzi .c-container, .c-service .c-kouzi .breadcrumb {
    padding: 0 15vw;
  }
  .c-service .c-kouzi::before {
    left: 7vw;
  }
  .c-service .c-kouzi__list__item {
    flex-basis: 29%;
    margin: 0 2% 50px;
  }
}
@media (min-width: 2000px) {
  .c-service .c-kouzi {
    padding: 100px 0 50px;
  }
  .c-service .c-kouzi .c-container, .c-service .c-kouzi .breadcrumb {
    padding: 0 25vw;
  }
  .c-service .c-kouzi::before {
    left: 12vw;
  }
  .c-service .c-kouzi__list__item .Img {
    height: 240px;
  }
}
.c-service #flow {
  position: relative;
}
.c-service #flow .flow__list {
  padding-left: 0;
}
.c-service #flow .flow__list__item {
  position: relative;
  display: flex;
  margin-bottom: 30px;
}
.c-service #flow .flow__list__item .num {
  background-color: #141414;
  padding: 20px 5vw 0;
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  border-radius: 6px 0 0 6px;
  position: relative;
}
.c-service #flow .flow__list__item .num::before {
  position: absolute;
  content: "";
  /* 上向きの二等辺三角形の場合 */
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #141414;
  /* 色は任意に変更可能 */
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%) rotate(180deg);
}
.c-service #flow .flow__list__item .txt_box {
  padding: 20px;
  border: 1px solid rgba(229, 229, 229, 0.2666666667);
  background: rgba(0, 17, 37, 0.2509803922);
  border-radius: 0 6px 6px 0;
  flex-basis: 100%;
}
.c-service #flow .flow__list__item .txt_box h3 {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 10px;
}
.c-service #flow .flow__list__item .txt_box .c-txt-sm, .c-service #flow .flow__list__item .txt_box .c-works-sl2__desc, .c-service #flow .flow__list__item .txt_box .c-contact .contact-form .privacy, .c-contact .contact-form .c-service #flow .flow__list__item .txt_box .privacy, .c-service #flow .flow__list__item .txt_box .c-contact .contact-form, .c-contact .c-service #flow .flow__list__item .txt_box .contact-form {
  line-height: 1.5;
}
.c-service #flow .flow__list__item:last-child .num::before {
  display: none;
}
.c-service #flow .flow__list__item:nth-child(1) .num {
  background-color: #00ddff;
}
.c-service #flow .flow__list__item:nth-child(1) .num::before {
  border-bottom: 10px solid #00ddff;
}
.c-service #flow .flow__list__item:nth-child(2) .num {
  background-color: #00aaee;
}
.c-service #flow .flow__list__item:nth-child(2) .num::before {
  border-bottom: 10px solid #00aaee;
}
.c-service #flow .flow__list__item:nth-child(3) .num {
  background-color: #0088ff;
}
.c-service #flow .flow__list__item:nth-child(3) .num::before {
  border-bottom: 10px solid #0088ff;
}
.c-service #flow .flow__list__item:nth-child(4) .num {
  background-color: #4455ff;
}
.c-service #flow .flow__list__item:nth-child(4) .num::before {
  border-bottom: 10px solid #4455ff;
}
.c-service #flow .bg-grade {
  width: 110%;
  height: 110%;
  bottom: -20%;
  left: 0%;
  transform: rotate(45deg);
}
.c-service #flow .bg-grade img {
  animation: gentleFlameWithOpacity 20s ease-in-out infinite;
  transform-origin: center bottom;
}
@media (min-width: 600px) {
  .c-service #flow .c-container, .c-service #flow .breadcrumb {
    padding: 0 15vw;
  }
  .c-service #flow .flow__list__item .num {
    padding: 20px 3.5vw 0;
    font-size: 18px;
  }
}
@media (min-width: 960px) {
  .c-service #flow .c-container, .c-service #flow .breadcrumb {
    padding: 0 12vw;
  }
  .c-service #flow .flow__list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .c-service #flow .flow__list__item {
    flex-basis: 45%;
    display: block;
    margin-bottom: 50px;
  }
  .c-service #flow .flow__list__item .num {
    text-align: center;
    padding: 15px 0;
    font-size: 24px;
    border-radius: 6px 6px 0 0;
  }
  .c-service #flow .flow__list__item .num::before {
    display: none;
  }
  .c-service #flow .flow__list__item .num::after {
    position: absolute;
    content: "";
    /* 上向きの二等辺三角形の場合 */
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 15px solid #fff;
    /* 色は任意に変更可能 */
    top: 50%;
    right: -20px;
    transform: translateY(-50%) rotate(90deg);
  }
  .c-service #flow .flow__list__item:nth-child(1) .num::after {
    border-bottom: 15px solid #00ddff;
  }
  .c-service #flow .flow__list__item:nth-child(2) .num::after {
    border-bottom: 15px solid #00aaee;
  }
  .c-service #flow .flow__list__item:nth-child(3) .num::after {
    border-bottom: 15px solid #0088ff;
  }
  .c-service #flow .flow__list__item:nth-child(4) .num::after {
    border-bottom: 15px solid #4455ff;
  }
  .c-service #flow .flow__list__item .txt_box {
    padding: 20px;
    border-radius: 0 0 6px 6px;
    height: 180px;
  }
  .c-service #flow .flow__list__item .txt_box h3 {
    font-size: 18px;
  }
  .c-service #flow .flow__list__item:last-child .num::after {
    display: none;
  }
  .c-service #flow .bg-grade {
    width: 120%;
    height: 120%;
    bottom: -15%;
    left: -10%;
    transform: rotate(75deg);
  }
}
@media (min-width: 1200px) {
  .c-service #flow .c-container, .c-service #flow .breadcrumb {
    padding: 0 5vw;
  }
  .c-service #flow .flow__list__item {
    flex-basis: 23%;
  }
  .c-service #flow .flow__list__item .txt_box {
    padding: 20px;
    height: 220px;
  }
  .c-service #flow .bg-grade {
    width: 150%;
    height: 250%;
    bottom: -80%;
    left: -20%;
    transform: rotate(75deg);
  }
}
@media (min-width: 2000px) {
  .c-service #flow .c-container, .c-service #flow .breadcrumb {
    padding: 0 22vw;
  }
}
.c-service .c-link {
  padding: 30px 0;
  border-top: 1px solid #888;
  background-color: rgba(255, 255, 255, 0.1882352941);
}
.c-service .c-link h3 {
  text-align: center;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-size: 22px;
  letter-spacing: 2px;
  margin-bottom: 15px;
}
@media (min-width: 600px) {
  .c-service .c-link {
    padding: 40px 0;
  }
  .c-service .c-link h3 {
    font-size: 24px;
    margin-bottom: 20px;
  }
}
@media (min-width: 960px) {
  .c-service .c-link {
    padding: 50px 0;
  }
  .c-service .c-link h3 {
    font-size: 28px;
    margin-bottom: 30px;
  }
}
@media (min-width: 1200px) {
  .c-service .c-link {
    padding: 60px 0;
  }
  .c-service .c-link h3 {
    font-size: 30px;
  }
}
@media (min-width: 2000px) {
  .c-service .c-link {
    padding: 80px 0;
  }
  .c-service .c-link h3 {
    font-size: 36px;
    margin-bottom: 50px;
  }
}

.faq-contents {
  position: relative;
}
.faq-contents .bg-grade {
  width: 110%;
  height: 110%;
  top: -20%;
  left: -30%;
  transform: rotate(335deg);
}
.faq-contents .bg-grade img {
  animation: gentleFlameWithOpacity 20s ease-in-out infinite;
  transform-origin: center bottom;
}

.faq .c-txt-sm, .faq .c-works-sl2__desc, .faq .c-contact .contact-form .privacy, .c-contact .contact-form .faq .privacy, .faq .c-contact .contact-form, .c-contact .faq .contact-form {
  font-size: 14px;
}
.faq__item {
  background: rgba(0, 17, 37, 0.2509803922);
}
.faq dt {
  position: relative;
  cursor: pointer;
  transition: color 0.2s cubic-bezier(0, 0, 0.58, 1);
  border: 1px solid rgba(229, 229, 229, 0.2666666667);
}
.faq dt::before {
  position: absolute;
  left: 0;
  content: "Q";
  color: #001125;
  font-size: 20px;
  font-weight: 700;
  background: #fff;
  height: 100%;
  padding: 10px;
}
.faq dt span {
  margin-left: 10vw;
  margin-right: 8vw;
  line-height: 1.5;
  display: block;
  position: relative;
  padding: 20px 10px;
}
.faq dt .i_box {
  position: absolute;
  top: 50%;
  right: 1rem;
  width: 20px;
  height: 20px;
  margin-top: -10px;
}
.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 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 dd {
  position: relative;
  border-left: 1px solid rgba(229, 229, 229, 0.2666666667);
  border-right: 1px solid rgba(229, 229, 229, 0.2666666667);
  border-bottom: 1px solid rgba(229, 229, 229, 0.2666666667);
}
.faq dd::before {
  content: "A";
  position: absolute;
  top: 20px;
  left: 10px;
  bottom: 0;
  margin: auto;
  width: 12px;
  font-size: 22px;
  color: #fff;
}
.faq dd .m-description-article {
  font-size: 3.7vw;
  display: block;
  line-height: 2;
  margin-left: 8vw;
  padding: 20px 10px;
}
.faq .more-btn {
  display: block;
}

.c-news,
.c-works {
  position: relative;
}
.c-news .c-container, .c-news .breadcrumb,
.c-works .c-container,
.c-works .breadcrumb {
  padding: 0 8vw;
}
.c-news .category-list,
.c-works .category-list {
  padding: 30px 15px;
  position: relative;
}
.c-news .category-list::before,
.c-works .category-list::before {
  content: "";
  width: 120%;
  height: 100%;
  background-color: rgba(26, 41, 59, 0.8);
  border: 1px solid #888;
  border-radius: 5px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.c-news .category-list h4,
.c-works .category-list h4 {
  background: linear-gradient(90deg, rgb(0, 238, 255) 3%, rgba(0, 180, 255, 0.98) 20%, rgba(68, 85, 255, 0.95) 35%, rgba(34, 136, 238, 0.96) 50%, rgba(68, 170, 238, 0.94) 70%, rgba(102, 187, 238, 0.92) 85%);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 500;
  letter-spacing: 2px;
  margin-bottom: 20px;
}
.c-news .category-list .cate-item,
.c-works .category-list .cate-item {
  padding: 15px;
  background-color: #001125;
}
.c-news .bg-grade,
.c-works .bg-grade {
  width: 100%;
  height: 100%;
  top: -45%;
  left: 15%;
}
.c-news .bg-grade img,
.c-works .bg-grade img {
  animation: gentleFlameWithOpacity 20s ease-in-out infinite;
  transform-origin: center bottom;
}
.c-news__item,
.c-works__item {
  margin-bottom: 60px;
}
.c-news__link,
.c-works__link {
  color: #fff;
  display: block;
}
.c-news__img,
.c-works__img {
  border-radius: 5px;
}
.c-news__img img,
.c-works__img img {
  border-radius: 5px;
}
.c-news__img.has-thumbnail,
.c-works__img.has-thumbnail {
  height: 200px;
  overflow: hidden;
}
.c-news__img.no-thumbnail,
.c-works__img.no-thumbnail {
  height: 200px;
  /* 同じ高さで統一感を保つ */
  background-color: #ccc;
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-news__img.no-thumbnail span,
.c-works__img.no-thumbnail span {
  color: #fff;
}
.c-news-wrap,
.c-works-wrap {
  padding: 15px 0;
}
.c-news__date,
.c-works__date {
  padding: 5px 0;
  font-size: 13px;
  font-weight: 300;
}
.c-news .cate-item .category-tag,
.c-works .cate-item .category-tag {
  background-color: rgba(255, 255, 255, 0.4);
  color: #fff;
  border-radius: 3px;
  font-size: 12px;
  display: inline-block;
  padding: 5px 12px 5px 25px;
  margin-right: 3px;
  margin-bottom: 8px;
  position: relative;
  /* カテゴリー1〜4の個別スタイル */
}
.c-news .cate-item .category-tag::before,
.c-works .cate-item .category-tag::before {
  content: "";
  width: 8px;
  height: 8px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 8px;
  transform: translateY(-50%);
  border-radius: 50%;
}
.c-news .cate-item .category-tag.category1::before,
.c-works .cate-item .category-tag.category1::before {
  background: #e74c3c;
}
.c-news .cate-item .category-tag.category2::before,
.c-works .cate-item .category-tag.category2::before {
  background: #3498db;
}
.c-news .cate-item .category-tag.category3::before,
.c-works .cate-item .category-tag.category3::before {
  background: #2ecc71;
}
.c-news .cate-item .category-tag.category4::before,
.c-works .cate-item .category-tag.category4::before {
  background: #f39c12;
}
.c-news__content,
.c-works__content {
  padding: 0 0 3vw;
}
@media (min-width: 600px) {
  .c-news__list,
  .c-works__list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 40px;
  }
  .c-news__item,
  .c-works__item {
    flex-basis: 45%;
    margin-bottom: 40px;
  }
  .c-news .category-list,
  .c-works .category-list {
    padding: 30px 30px;
  }
  .c-news .category-list .cate-item,
  .c-works .category-list .cate-item {
    padding: 20px 15px 15px;
  }
  .c-news .bg-grade,
  .c-works .bg-grade {
    left: 30%;
  }
}
@media (min-width: 960px) {
  .c-news .category-list,
  .c-works .category-list {
    padding: 50px 40px;
  }
  .c-news .category-list::before,
  .c-works .category-list::before {
    width: 100%;
  }
  .c-news .category-list h4,
  .c-works .category-list h4 {
    font-size: 22px;
    margin-bottom: 30px;
  }
  .c-news .category-list .cate-item,
  .c-works .category-list .cate-item {
    padding: 40px 30px 35px;
  }
  .c-news__list,
  .c-works__list {
    justify-content: left;
    margin-bottom: 40px;
  }
  .c-news__item,
  .c-works__item {
    flex-basis: 31%;
    margin: 0 1% 40px;
  }
  .c-news__content,
  .c-works__content {
    padding: 0 0 15px;
  }
  .c-news .bg-grade,
  .c-works .bg-grade {
    top: -40%;
    left: 30%;
  }
}
@media (min-width: 1200px) {
  .c-news .c-container, .c-news .breadcrumb,
  .c-works .c-container,
  .c-works .breadcrumb {
    padding: 0 15vw;
  }
  .c-news__item,
  .c-works__item {
    flex-basis: 29%;
    margin: 0 2% 40px;
  }
  .c-news__date,
  .c-works__date {
    font-size: 15px;
  }
  .c-news .cate-item .category-tag,
  .c-works .cate-item .category-tag {
    font-size: 14px;
  }
  .c-news .bg-grade,
  .c-works .bg-grade {
    width: 80%;
    height: 80%;
    top: -30%;
    left: 30%;
  }
}
@media (min-width: 2000px) {
  .c-news .c-container, .c-news .breadcrumb,
  .c-works .c-container,
  .c-works .breadcrumb {
    padding: 0 25vw;
  }
  .c-news .bg-grade,
  .c-works .bg-grade {
    width: 50%;
    height: 50%;
    top: -10%;
    left: 40%;
  }
}

.c-news-sl {
  padding: 5vw 0 0;
}
.c-news-sl .wp-categories {
  margin-bottom: 30px;
}
.c-news-sl .wp-categories ul {
  display: flex;
}
.c-news-sl .wp-categories ul li {
  margin-right: 10px;
}
.c-news-sl .wp-categories ul li a {
  color: gray;
  border: 1px solid gray;
  padding: 7px;
  border-radius: 30px;
  font-size: 12px;
}
.c-news-sl__date {
  color: #fff;
}
.c-news-sl__contents {
  padding: 10vw 0 5vw 0;
  line-height: 2.5;
}
.c-news-sl__link {
  margin: 0 0 10vw 0;
  text-align: right;
  font-size: 0.8rem;
}
.c-news-sl__link a {
  display: inline-block;
  padding-bottom: 5px;
  border-bottom: 1px solid rgb(114, 114, 114);
}
.c-news-sl__link a span {
  color: #fff;
}
@media (min-width: 600px) {
  .c-news-sl {
    padding: 3vw 0 0;
  }
  .c-news-sl__contents {
    padding: 10vw 0 8vw;
  }
}
@media (min-width: 960px) {
  .c-news-sl {
    padding: 0;
  }
  .c-news-sl__contents {
    padding: 5vw 0;
  }
  .c-news-sl__link {
    margin: 0 0 6vw 0;
  }
}
@media (min-width: 2000px) {
  .c-news-sl .c-container, .c-news-sl .breadcrumb {
    padding: 0 25vw;
  }
}

.c-contact {
  position: relative;
}
.c-contact .contact-form {
  text-align: center;
  margin: 50px 5vw;
}
.c-contact .contact-form .ct-tit {
  padding: 20px 10px;
  background-color: #fff;
  font-size: 22px;
}
.c-contact .contact-form .ct-tit small {
  font-size: 14px;
}
@media (min-width: 960px) {
  .c-contact .contact-form .ct-tit {
    font-size: 22px;
  }
  .c-contact .contact-form .ct-tit small {
    font-size: 18px;
  }
}
@media (min-width: 1200px) {
  .c-contact .contact-form .ct-tit {
    font-size: 31px;
  }
  .c-contact .contact-form .ct-tit small {
    font-size: 22px;
  }
}
.c-contact .contact-form h1 {
  display: block;
  text-align: center;
  margin: 30px 0;
}
.c-contact .contact-form input, .c-contact .contact-form textarea {
  width: 100%;
  border: 1px solid rgb(39, 39, 39);
  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: 130px;
  height: 45px;
  border: 1px solid rgb(39, 39, 39);
}
.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 dt strong {
  color: rgb(199, 1, 1);
}
.c-contact .contact-form .ct-name .number {
  position: relative;
}
.c-contact .contact-form .ct-name .number .num {
  position: absolute;
  top: 0;
  left: -28px;
  bottom: 0;
  margin: auto;
  font-size: 30px;
  font-weight: 300;
}
.c-contact .contact-form .free {
  position: relative;
  padding: 5px 0 5px 0;
  display: flex;
  align-items: center;
}
.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: 10px;
  background-color: rgb(230, 60, 60);
  margin-left: 5px;
}
.c-contact .contact-form .ct-request select {
  width: 100%;
}
.c-contact .contact-form .ct-flex {
  display: flex;
  justify-content: space-between;
  text-align: center;
  padding-bottom: 20px;
  margin: auto;
}
.c-contact .contact-form .ct-sex {
  display: inline-block;
  text-align: left;
}
.c-contact .contact-form .ct-sex input {
  margin: 0;
}
.c-contact .contact-form .ct-sex select {
  height: 45px;
}
.c-contact .contact-form .ct-age {
  display: inline-block;
  text-align: right;
}
.c-contact .contact-form .ct-age dt {
  text-align: left;
  display: block;
  padding-left: 13px;
}
.c-contact .contact-form .ct-date {
  text-align: left;
  font-size: 14px;
}
.c-contact .contact-form .ct-date input {
  margin-top: 0;
}
.c-contact .contact-form .ct-time {
  display: inline-block;
  text-align: right;
}
.c-contact .contact-form .ct-time dt {
  text-align: left;
  display: block;
  padding-left: 13px;
}
.c-contact .contact-form .wpcf7 form.invalid .wpcf7-response-output {
  border: 1px solid red;
}
.c-contact .contact-form .wpcf7-acceptance input {
  height: 20px;
  width: 20px;
  margin-right: 10px;
}
.c-contact .contact-form .ms-1 {
  color: rgb(33, 128, 218);
  border-bottom: 1px solid rgb(33, 128, 218);
}
.c-contact .contact-form .privacy {
  margin-bottom: 30px;
}
.c-contact .contact-form .submit-btn {
  text-align: center;
}
.c-contact .contact-form .submit-btn input:disabled {
  border-color: #949494;
  background: #eee;
}
.c-contact .contact-form .submit-btn input {
  border-color: #6c31c7;
  width: 70%;
  max-width: 320px;
  background: #6c31c7;
  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 dl {
    width: 540px;
  }
  .c-contact .contact-form .ct-date input {
    width: 250px;
  }
  .c-contact .contact-form .ct-flex {
    width: 540px;
  }
  .c-contact .contact-form select {
    width: 250px;
  }
  .c-contact .contact-form .submit-btn input {
    width: 60%;
    max-width: 300px;
    height: 50px;
    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: 50px 5vw 100px;
  }
  .c-contact .contact-form input {
    height: 55px;
  }
  .c-contact .contact-form select {
    height: 55px;
  }
  .c-contact .contact-form dl {
    padding-bottom: 30px;
  }
  .c-contact .contact-form dt {
    font-size: 16px;
  }
  .c-contact .contact-form .privacy {
    margin-bottom: 50px;
  }
}
@media (min-width: 1200px) {
  .c-contact .contact-form dl {
    width: 800px;
  }
  .c-contact .contact-form dt {
    font-size: 18px;
  }
  .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: 18px;
  }
}
.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;
}
.c-contact .bg-grade {
  width: 100%;
  height: 100%;
  top: -20%;
  left: 15%;
}
.c-contact .bg-grade img {
  animation: gentleFlameWithOpacity 15s ease-in-out infinite;
  transform-origin: center bottom;
}
@media (min-width: 960px) {
  .c-contact .bg-grade {
    width: 80%;
    height: 80%;
    top: -10%;
    left: 30%;
  }
}
@media (min-width: 2000px) {
  .c-contact .bg-grade {
    width: 100%;
    height: 100%;
    top: -10%;
    left: 10%;
  }
}

.grecaptcha-badge {
  visibility: hidden;
}

.c-privacy {
  margin-top: 30px;
}
.c-privacy-title {
  text-align: center;
  font-size: 22px;
  display: block;
  margin-bottom: 50px;
  font-weight: 500;
}
.c-privacy h3 {
  margin-bottom: 18px;
  font-weight: 500;
}
.c-privacy-item {
  margin-bottom: 30px;
}
@media (min-width: 960px) {
  .c-privacy .c-container, .c-privacy .breadcrumb {
    padding: 0 10vw;
  }
  .c-privacy-title {
    font-size: 32px;
  }
  .c-privacy h3 {
    font-size: 22px;
  }
}
@media (min-width: 1200px) {
  .c-privacy .c-container, .c-privacy .breadcrumb {
    padding: 0 15vw;
  }
}
@media (min-width: 2000px) {
  .c-privacy .c-container, .c-privacy .breadcrumb {
    padding: 0 25vw;
  }
}

.c-thanks {
  margin-top: 30px;
}
.c-thanks-title {
  font-size: 22px;
  display: block;
  margin-bottom: 50px;
  font-weight: 500;
}
.c-thanks h3 {
  margin-bottom: 18px;
  font-weight: 500;
}
.c-thanks-item {
  margin-bottom: 30px;
}
@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: 32px;
  }
  .c-thanks h3 {
    font-size: 22px;
  }
}
@media (min-width: 1200px) {
  .c-thanks .c-container, .c-thanks .breadcrumb {
    padding: 0 15vw;
  }
}
@media (min-width: 2000px) {
  .c-thanks .c-container, .c-thanks .breadcrumb {
    padding: 0 25vw;
  }
}

.cptu {
  margin-bottom: 50px;
  color: #fff;
}
.cptu h3 {
  margin-bottom: 20px;
  font-weight: bold;
}
.cptu__item {
  margin-bottom: 50px;
}
.cptu__content {
  width: 48%;
  color: #fff;
}
.cptu .thumbnail-wrap {
  display: flex;
  justify-content: space-between;
}
.cptu .thumbnail-img {
  width: 48%;
  height: 100px;
}
@media (min-width: 960px) {
  .cptu .cptu__list {
    display: flex;
    flex-wrap: wrap;
  }
  .cptu .cptu__item {
    margin-left: 30px;
    width: 24%;
  }
  .cptu .thumbnail-wrap {
    display: block;
  }
  .cptu .thumbnail-img {
    width: 100%;
    height: 150px;
  }
  .cptu .cptu__content {
    width: 100%;
  }
}

.cptu2 {
  margin-top: 60px;
}
@media (min-width: 600px) {
  .cptu2__list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
@media (min-width: 960px) {
  .cptu2__list li {
    margin-right: 30px;
  }
}
.cptu2 .thumbnail-img {
  display: block;
  overflow: hidden;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transform: scale3d(1.01, 1.01, 1);
  margin-bottom: 15px;
}
.cptu2__tit {
  margin: 10px 0;
  font-size: 16px;
}
.cptu2__content {
  color: #fff;
  font-weight: bold;
  font-size: 18px;
}
@media (min-width: 960px) {
  .cptu2__item {
    width: 29%;
  }
}

.c-works-sl {
  padding-top: 50px;
  padding-bottom: 50px;
}
.c-works-sl .label {
  background-color: #141414;
  padding: 4px 20px;
  color: #fff;
  position: absolute;
  top: -20px;
  left: 10px;
}
.c-works-sl .txt {
  background-color: #141414;
  padding: 4px 20px;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
}
.c-works-sl .dwn-arrow {
  position: relative;
  margin: 30px 0 80px 0;
  text-align: center;
  font-size: 22px;
}
.c-works-sl .dwn-arrow::before {
  position: absolute;
  bottom: -1.5em;
  left: 50%;
  content: "";
  width: 24px;
  height: 24px;
  display: block;
  visibility: visible;
  margin-left: -12px;
  border-bottom: 3px solid #141414;
  border-right: 3px solid #141414;
  transform: rotate(45deg);
}
.c-works-sl-title p {
  padding-left: 5px;
  border-left: 18px solid #141414;
  font-size: 1.2rem;
  font-weight: bold;
}
@media (min-width: 960px) {
  .c-works-sl-title p {
    font-size: 2rem;
  }
}
.c-works-sl__imgWrap {
  position: relative;
}
.c-works-sl__imgWrap::before {
  content: "";
  width: 48px;
  height: 48px;
  background: url(../images/common/img_arrow.png) no-repeat center/contain;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(90deg);
  z-index: 100;
}
@media (min-width: 960px) {
  .c-works-sl__imgWrap::before {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
.c-works-sl__img {
  position: relative;
  margin-bottom: 20px;
}
.c-works-sl__subtit {
  position: relative;
  font-size: 16px;
  font-weight: bold;
  padding-left: 40px;
}
.c-works-sl__subtit::before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  content: "";
  height: 3px;
  width: 30px;
  background-color: #141414;
}
@media (min-width: 960px) {
  .c-works-sl__subtit {
    font-size: 22px;
  }
}
.c-works-sl__title {
  position: relative;
  font-size: 20px;
  font-weight: bold;
  padding-left: 40px;
}
.c-works-sl__title::before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  content: "";
  height: 3px;
  width: 30px;
  background-color: #141414;
}
@media (min-width: 960px) {
  .c-works-sl__title {
    font-size: 26px;
  }
}
.c-works-sl-slider .mySwiper2 {
  position: relative;
}
.c-works-sl-slider .mySwiper2 .works-sl__img {
  margin-bottom: 0;
  height: auto;
}
.c-works-sl-slider .mySwiper2 .swiper-wrapper {
  position: relative;
  width: 100%;
}
.c-works-sl-slider .mySwiper2 .swiper-slide {
  opacity: 0;
}
.c-works-sl-slider .mySwiper2 .swiper-slide img {
  -o-object-fit: contain;
     object-fit: contain;
}
.c-works-sl-slider .mySwiper2 .swiper-slide-active {
  opacity: 1;
}
.c-works-sl-slider .mySwiper {
  box-sizing: border-box;
}
.c-works-sl-slider .mySwiper .swiper-wrapper {
  flex-wrap: wrap;
  margin-bottom: 40px;
}
.c-works-sl-slider .mySwiper .swiper-slide {
  width: 31% !important;
  height: 100%;
  opacity: 0.4;
  line-height: 80px;
  margin-bottom: 10px;
}
.c-works-sl-slider .mySwiper .swiper-slide .c-works-sl__img {
  height: 100px;
}
.c-works-sl-slider .mySwiper .swiper-slide-thumb-active {
  opacity: 1;
}
.c-works-sl-slider .swiper-button-prev, .c-works-sl-slider .swiper-button-next {
  position: absolute;
  background-color: rgb(39, 39, 39);
}
.c-works-sl-slider .swiper-button-prev::after, .c-works-sl-slider .swiper-button-next::after {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
}
.c-works-sl-slider .swiper-button-prev {
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}
.c-works-sl-slider .swiper-button-next {
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
@media (min-width: 960px) {
  .c-works-sl .c-container, .c-works-sl .breadcrumb {
    margin: 0 8vw;
  }
  .c-works-sl__imgWrap {
    display: flex;
    justify-content: space-between;
  }
  .c-works-sl__imgWrap .c-works-sl__img {
    width: 44%;
    height: 200px;
  }
  .c-works-sl::before {
    transform: none;
  }
}
.c-works-sl .mySwiper2 .swiper-slide {
  width: 100% !important;
}

.c-works-sl2 {
  margin-top: 50px;
  margin-bottom: 50px;
}
@media (min-width: 2000px) {
  .c-works-sl2 .c-container, .c-works-sl2 .breadcrumb {
    padding: 0 30vw;
  }
}

.c-works-sl2 .swiper-slide {
  height: auto;
}

.c-works-sl2__title {
  font-size: 20px;
  margin-bottom: 30px;
  padding-bottom: 10px;
  border-bottom: 2px solid rgb(39, 39, 39);
}

.c-works-sl2__subtit {
  margin-top: 50px;
  font-size: 18px;
  margin-bottom: 15px;
}

.slider {
  overflow: hidden;
}
.slider .hero .swiper-container4 {
  position: relative;
}
.slider .hero .swiper-container4 .swiper-slide .Img {
  text-align: center;
  position: relative;
  height: 200px;
}
.slider .hero .swiper-container4 .swiper-button-prev,
.slider .hero .swiper-container4 .swiper-button-next {
  display: none;
}
.slider .hero .swiper-navigation {
  display: flex;
  justify-content: right;
  gap: 8px;
  margin-top: 16px;
}
.slider .hero .swiper-button-prev,
.slider .hero .swiper-button-next {
  position: static;
  width: 32px;
  height: 32px;
  margin: 0;
  border: none;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  transition: all 0.25s ease;
  cursor: pointer;
}
.slider .hero .swiper-button-prev::after,
.slider .hero .swiper-button-next::after {
  display: none;
}
.slider .hero .swiper-button-prev::before,
.slider .hero .swiper-button-next::before {
  position: absolute;
  top: 50%;
  left: 50%;
  content: "";
  width: 8px;
  height: 8px;
  border-top: 1.5px solid #141414;
  transform: translate(-50%, -50%);
}
.slider .hero .swiper-button-prev::before {
  border-left: 1.5px solid #141414;
  transform: translate(-40%, -50%) rotate(-45deg);
}
.slider .hero .swiper-button-next::before {
  border-right: 1.5px solid #141414;
  transform: translate(-60%, -50%) rotate(45deg);
}
@media (min-width: 600px) {
  .slider .hero .swiper-navigation {
    margin-top: 20px;
    gap: 10px;
  }
  .slider .hero .swiper-button-prev,
  .slider .hero .swiper-button-next {
    width: 36px;
    height: 36px;
  }
  .slider .hero .swiper-button-prev::before,
  .slider .hero .swiper-button-next::before {
    width: 9px;
    height: 9px;
    border-width: 1.8px;
  }
}
@media (min-width: 960px) {
  .slider .hero {
    margin-bottom: 40px;
  }
  .slider .hero .swiper-slide .Img {
    height: 300px;
  }
  .slider .hero .swiper-navigation {
    margin-top: 24px;
    gap: 12px;
  }
  .slider .hero .swiper-button-prev,
  .slider .hero .swiper-button-next {
    width: 40px;
    height: 40px;
  }
  .slider .hero .swiper-button-prev::before,
  .slider .hero .swiper-button-next::before {
    width: 10px;
    height: 10px;
    border-width: 2px;
  }
  .slider .hero .swiper-button-prev:hover,
  .slider .hero .swiper-button-next:hover {
    transform: translateY(-2px);
  }
}

.c-ba__wrap {
  position: relative;
  padding: 40px 0;
}
.c-ba__wrap .bg-grade {
  width: 100%;
  height: 100%;
  top: -15%;
  left: -45%;
  transform: rotate(90deg);
}
.c-ba__wrap .bg-grade img {
  animation: gentleFlameWithOpacity 20s ease-in-out infinite;
  transform-origin: center bottom;
}
@media (min-width: 600px) {
  .c-ba__wrap .bg-grade {
    top: 15%;
    left: -30%;
    transform: rotate(50deg);
  }
}
@media (min-width: 960px) {
  .c-ba__wrap .bg-grade {
    width: 90%;
    height: 90%;
    left: -30%;
  }
}
.c-ba__wrap .dwn-arrow {
  position: relative;
  margin-bottom: 50px;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.5px;
}
.c-ba__wrap .dwn-arrow::before {
  position: absolute;
  bottom: -25px;
  left: 50%;
  content: "";
  width: 20px;
  height: 20px;
  display: block;
  margin-left: -10px;
  border-bottom: 2px solid #ccc;
  border-right: 2px solid #ccc;
  transform: rotate(45deg);
}
@media (min-width: 960px) {
  .c-ba__wrap .dwn-arrow {
    margin-bottom: 70px;
    font-size: 18px;
  }
  .c-ba__wrap .dwn-arrow::before {
    bottom: -30px;
  }
}
.c-ba__imgWrap {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  margin-bottom: 50px;
  padding: 0 20px;
}
.c-ba__imgWrap::before {
  content: "→";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60px;
  height: 60px;
  background: rgba(255, 255, 255, 0.5);
  border: 1px solid #fff;
  color: #141414;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  font-weight: bold;
  z-index: 2;
}
.c-ba__imgWrap .c-ba__img {
  flex: 1;
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  transition: all 0.3s ease;
  height: 250px;
}
.c-ba__imgWrap .c-ba__img .txt {
  position: absolute;
  top: 10px;
  left: 10px;
  background: rgba(0, 0, 0, 0.8);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  color: white;
  padding: 8px 16px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  z-index: 1;
}
.c-ba__imgWrap .c-ba__img .txt::before {
  content: "";
  position: absolute;
  top: -2px;
  left: -2px;
  right: -2px;
  bottom: -2px;
  background: linear-gradient(45deg, #f77f00, #ff9500, #f77f00);
  border-radius: 22px;
  z-index: -1;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.c-ba__imgWrap .c-ba__img:first-child .txt {
  background: #141414;
}
.c-ba__imgWrap .c-ba__img:first-child .txt::before {
  background: #141414;
}
.c-ba__imgWrap .c-ba__img:last-child .txt {
  background: linear-gradient(45deg, rgb(0, 238, 255) 3%, rgba(0, 180, 255, 0.98) 20%, rgba(34, 136, 238, 0.96) 50%, rgba(68, 170, 238, 0.94) 70%, rgba(102, 187, 238, 0.92) 85%);
}
.c-ba__imgWrap .c-ba__img:last-child .txt::before {
  background: linear-gradient(45deg, rgb(0, 238, 255) 3%, rgba(0, 180, 255, 0.98) 20%, rgba(34, 136, 238, 0.96) 50%, rgba(68, 170, 238, 0.94) 70%, rgba(102, 187, 238, 0.92) 85%);
}
.c-ba__imgWrap .c-ba__img:hover .txt::before {
  opacity: 1;
}

@media (max-width: 600px) {
  .c-ba__imgWrap {
    flex-direction: column;
    gap: 30px;
    padding: 0 10px;
  }
  .c-ba__imgWrap::before {
    content: "↓";
    transform: translate(-50%, -50%);
    font-size: 20px;
    width: 50px;
    height: 50px;
  }
  .c-ba__imgWrap .c-ba__img {
    width: 100%;
  }
  .c-ba__imgWrap .c-ba__img img {
    height: 200px;
  }
}
.p-header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  transition: transform 0.8s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.8s cubic-bezier(0.16, 1, 0.3, 1);
  transform: translateY(0);
  opacity: 1;
}
.p-header.hide {
  transform: translateY(-30px);
  opacity: 0;
}
.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 .pc-container {
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 8000;
    width: 100%;
    height: 100px;
  }
  .p-header .pc-container .pc-nav {
    margin-right: 0.5vw;
  }
  .p-header .pc-container .pc-nav-list {
    display: flex;
    align-items: center;
  }
  .p-header .pc-container .pc-nav-item {
    font-family: "Montserrat", Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-weight: 500;
    padding-right: 4vw;
    transition: all 0.3s;
  }
  .p-header .pc-container .pc-nav-item a {
    color: #fff;
    transition: all 0.3s;
    position: relative;
  }
  .p-header .pc-container .pc-nav-item a:hover {
    background: linear-gradient(90deg, #00aaee 20%, rgba(0, 136, 255, 0.91) 40%, rgba(68, 85, 255, 0.97) 50%, rgba(34, 119, 255, 0.95) 70%, #00aaee 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;
  }
  @keyframes gradientSweep {
    0% {
      background-position: -100% 0%;
    }
    100% {
      background-position: 100% 0%;
    }
  }
  .p-header .mobile-container,
  .p-header .sp-navbtn,
  .p-header .mobile-menu {
    display: none;
  }
  .p-header .hoverItem {
    position: relative;
  }
  .p-header .hoverItem p {
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    position: relative;
  }
  .p-header .hoverItem p::before {
    position: absolute;
    top: 3px;
    right: -15px;
    bottom: 0;
    margin: auto;
    content: "";
    width: 8px;
    height: 8px;
    background-image: url(../images/common/arrow-wh.png);
    background-size: contain;
    background-repeat: no-repeat;
    transform: rotate(90deg);
    transition: transform 0.3s ease;
  }
  .p-header .hoverItem .dropDown {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    top: 110%;
    left: -50%;
    width: 200px;
    padding: 15px 10px 5px;
    border: 1px solid #fff;
    background-color: rgba(26, 41, 59, 0.8);
    border-radius: 5px;
    transform: translateY(-10px);
    transition: all 0.3s ease;
  }
  .p-header .hoverItem .dropDown li {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
    opacity: 0;
    transform: translateY(-5px);
    transition: all 0.3s ease;
  }
  .p-header .hoverItem .dropDown li:hover {
    opacity: 0.3;
  }
  .p-header .hoverItem .dropDown li a {
    font-size: 12px;
    font-weight: 500;
  }
  .p-header .hoverItem .dropDown li a span {
    color: #fff;
  }
  .p-header .hoverItem .dropDown li:last-child {
    border-bottom: none;
    margin-bottom: 0;
  }
  .p-header .hoverItem:hover p {
    cursor: pointer;
  }
  .p-header .hoverItem:hover p:hover {
    background: linear-gradient(90deg, #00aaee 20%, rgba(0, 136, 255, 0.91) 40%, rgba(68, 85, 255, 0.97) 50%, rgba(34, 119, 255, 0.95) 70%, #00aaee 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 .hoverItem:hover p::before {
    transform: rotate(270deg);
  }
  .p-header .hoverItem:hover .dropDown {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
  .p-header .hoverItem:hover .dropDown li {
    opacity: 1;
    transform: translateY(0);
  }
  .p-header .hoverItem:hover .dropDown li:nth-child(1) {
    transition-delay: 0.1s;
  }
  .p-header .hoverItem:hover .dropDown li:nth-child(2) {
    transition-delay: 0.2s;
  }
  .p-header .hoverItem:hover .dropDown li:nth-child(3) {
    transition-delay: 0.3s;
  }
  .p-header .hoverItem:hover .dropDown li:nth-child(4) {
    transition-delay: 0.4s;
  }
  .p-header .hoverItem:hover .dropDown li:nth-child(5) {
    transition-delay: 0.5s;
  }
}
@media (min-width: 960px) {
  .p-header .pc-container .pc-nav {
    margin-right: 3vw;
  }
  .p-header .pc-container .pc-nav-item {
    font-size: 14px;
    padding-right: 4vw;
  }
  .p-header .pc-container .hoverItem p {
    font-size: 14px;
  }
  .p-header .pc-container .hoverItem .dropDown li a {
    font-size: 14px;
  }
}
@media (min-width: 2000px) {
  .p-header .pc-container {
    padding: 0 17vw;
  }
  .p-header .pc-container .pc-nav {
    margin-right: 0;
  }
}

.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(26, 41, 59, 0.8);
  border: 1px solid #fff;
  border-radius: 5px;
  padding: 20px;
}
.mobile-menu__item > a, .mobile-menu__item > p {
  display: block;
  padding: 16px 20px;
  text-decoration: none;
  color: #fff;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 16px;
  cursor: pointer;
  position: relative;
}
.mobile-menu .accordion-trigger {
  position: relative;
}
.mobile-menu .accordion-trigger::after {
  content: "+";
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 20px;
  transition: transform 0.3s ease;
}
.mobile-menu .accordion-trigger.active::after {
  transform: translateY(-50%) rotate(45deg);
}
.mobile-menu .submenu {
  list-style: none;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}
.mobile-menu .submenu.active {
  max-height: 200px;
  /* 適切な高さに調整 */
}
.mobile-menu .submenu .mobile-menu__item:last-child {
  border-bottom: none;
}
.mobile-menu .submenu .mobile-menu__item a {
  padding: 12px 20px 12px 40px;
  font-size: 14px;
  color: #fff;
  background-color: transparent;
}
@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: rgb(39, 39, 39);
  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: #64d4b8;
  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: 84px;
  width: 100%;
}
.mobile-container .mobile-ico {
  position: absolute;
  top: 34%;
  right: 20%;
  height: 20px;
  width: 20px;
  background-image: url(../images/tel-gray.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: all 0.3s;
}
.mobile-container .mobile-ico.inview {
  transition: all 0.3s;
  background-image: url(../images/tel-white.png);
}
.mobile-container .mobile-ico a {
  height: 100%;
  width: 100%;
  display: block;
}
.mobile-container .mobile-logo {
  position: absolute;
  top: 25%;
  left: 5%;
  height: 43px;
  width: 138px;
  background-image: url(../images/riv_logo-gray.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: all 0.3s;
}
.mobile-container .mobile-logo.inview {
  transition: all 0.3s;
  background-image: url(../images/riv_logo-white.png);
}
.mobile-container .mobile-button {
  position: fixed;
  top: 18px;
  right: 20px;
  z-index: 9999;
  border-radius: 50%;
}
.mobile-container .mobile-button .mobile-menu__btn {
  background: rgba(255, 255, 255, 0.2);
  border: 1px solid #fff;
  width: 50px;
  height: 50px;
  outline: none !important;
  cursor: pointer;
  display: block;
  padding: 12px 14px;
  border-radius: 50%;
}
.mobile-container .mobile-button .mobile-menu__btn.inview > span {
  background-color: #fff;
}
.mobile-container .mobile-button .mobile-menu__btn > span {
  background-color: #fff;
  width: 20px;
  height: 2px;
  display: block;
  margin-bottom: 4px;
  transition: transform 0.7s;
  opacity: 1;
}
.mobile-container .mobile-button .mobile-menu__btn > span:last-child {
  margin-bottom: 0;
}

.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: #fff !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 {
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
}
.clip-js.right,
.clip-js1.right,
.clip-js2.right,
.clip-js3.right {
  -webkit-clip-path: inset(0 0 0 100%);
          clip-path: inset(0 0 0 100%);
}
.clip-js.top,
.clip-js1.top,
.clip-js2.top,
.clip-js3.top {
  -webkit-clip-path: inset(0 0 100% 0);
          clip-path: inset(0 0 100% 0);
}
.clip-js.top-left,
.clip-js1.top-left,
.clip-js2.top-left,
.clip-js3.top-left {
  -webkit-clip-path: inset(0 100% 100% 0);
          clip-path: inset(0 100% 100% 0);
}
.clip-js.bottom,
.clip-js1.bottom,
.clip-js2.bottom,
.clip-js3.bottom {
  -webkit-clip-path: inset(100% 0 0 0);
          clip-path: inset(100% 0 0 0);
}
.clip-js.center,
.clip-js1.center,
.clip-js2.center,
.clip-js3.center {
  -webkit-clip-path: inset(100%);
          clip-path: inset(100%);
}
.clip-js.circle,
.clip-js1.circle,
.clip-js2.circle,
.clip-js3.circle {
  -webkit-clip-path: circle(0 at 50% 50%);
          clip-path: circle(0 at 50% 50%);
}
.clip-js.skew,
.clip-js1.skew,
.clip-js2.skew,
.clip-js3.skew {
  -webkit-clip-path: polygon(0 0, 0 0, 0 0);
          clip-path: polygon(0 0, 0 0, 0 0);
}
.clip-js.transform,
.clip-js1.transform,
.clip-js2.transform,
.clip-js3.transform {
  -webkit-clip-path: polygon(0 0, 0 0, 0 0);
          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 {
  -webkit-clip-path: inset(0);
          clip-path: inset(0);
}
.clip-js.reveal.circle,
.clip-js1.reveal.circle,
.clip-js2.reveal.circle,
.clip-js3.reveal.circle {
  -webkit-clip-path: circle(100% at 50% 50%);
          clip-path: circle(100% at 50% 50%);
}
.clip-js.reveal.skew,
.clip-js1.reveal.skew,
.clip-js2.reveal.skew,
.clip-js3.reveal.skew {
  -webkit-clip-path: polygon(0 0, 200% 0, 0 200%);
          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 {
  -webkit-clip-path: polygon(0 0, 200% 0, 0 200%);
          clip-path: polygon(0 0, 200% 0, 0 200%);
  transform: translateX(0) scale(1) skew(0);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.cover-slide {
  position: relative;
  overflow: hidden;
}
.cover-slide::after {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #001125;
  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;
}

@media (min-width: 600px) {
  .top-view {
    position: relative;
  }
  .top-view .mv {
    height: 50vh;
  }
  .top-view__txt {
    position: absolute;
    bottom: 5vh;
    right: 0;
  }
  .top-view__txt h2 {
    font-size: 44px;
    margin-bottom: 30px;
  }
  .top-view__txt h3 {
    font-size: 16px;
    text-shadow: 1px 1px 0 #001125;
  }
  .p-footer {
    padding: 80px 0 30px;
  }
  .p-footer__logo img {
    width: 50%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .p-footer__nav ul {
    justify-content: left;
  }
  .p-footer__nav li {
    flex-basis: 40%;
  }
  .p-footer__nav li .c-txt-sm, .p-footer__nav li .c-contact .contact-form, .c-contact .p-footer__nav li .contact-form, .p-footer__nav li .c-contact .contact-form .privacy, .c-contact .contact-form .p-footer__nav li .privacy, .p-footer__nav li .c-works-sl2__desc {
    font-size: 14px;
  }
  .c-about .c-features .c-container, .c-about .c-features .breadcrumb,
  .c-method .c-features .c-container,
  .c-method .c-features .breadcrumb {
    display: flex;
    justify-content: space-between;
  }
  .c-about .c-features .c-title,
  .c-method .c-features .c-title {
    width: 30%;
  }
  .c-about .c-features__desc,
  .c-method .c-features__desc {
    width: 65%;
  }
  .c-about .c-points li,
  .c-method .c-points li {
    display: flex;
    justify-content: space-between;
  }
  .c-about .c-points li:nth-child(2n),
  .c-method .c-points li:nth-child(2n) {
    flex-direction: row-reverse;
  }
  .c-about .c-points__img,
  .c-method .c-points__img {
    width: 50%;
  }
  .c-about .c-points__desc,
  .c-method .c-points__desc {
    width: 50%;
  }
  .c-price__img {
    height: 200px;
  }
  .faq-contents .bg-grade {
    width: 110%;
    height: 110%;
    top: 0%;
    left: -20%;
    transform: rotate(335deg);
  }
  .faq-contents .c-container, .faq-contents .breadcrumb {
    padding: 0 8vw;
  }
  .faq-contents .faq__title {
    text-align: center;
  }
  .faq-contents .faq .c-txt-sm, .faq-contents .faq .c-contact .contact-form, .c-contact .faq-contents .faq .contact-form, .faq-contents .faq .c-contact .contact-form .privacy, .c-contact .contact-form .faq-contents .faq .privacy, .faq-contents .faq .c-works-sl2__desc {
    font-size: 15px;
  }
  .faq-contents .faq dt::before {
    padding: 14px 10px;
  }
  .faq-contents .faq dt span {
    margin-left: 6vw;
  }
  .faq-contents .faq dt span::after {
    width: 3vw;
  }
  .faq-contents .faq dd .m-description-article {
    margin-left: 6vw;
    padding: 20px 10px;
  }
  .c-recruit .c-container, .c-recruit .breadcrumb {
    padding: 0 5vw;
  }
  .c-recruit ul {
    display: flex;
    justify-content: space-between;
  }
  .c-recruit ul li {
    width: 47%;
    line-height: 1;
  }
  .c-recruit ul .points-title {
    margin-bottom: 25px;
  }
  .c-recruit ul .points-title .c-txt-lr {
    line-height: 1.5;
    font-size: 18px;
  }
  .c-recruit ul .points-desc .c-txt-sm, .c-recruit ul .points-desc .c-contact .contact-form, .c-contact .c-recruit ul .points-desc .contact-form, .c-recruit ul .points-desc .c-contact .contact-form .privacy, .c-contact .contact-form .c-recruit ul .points-desc .privacy, .c-recruit ul .points-desc .c-works-sl2__desc {
    font-size: 14px;
    line-height: 1.7;
  }
  .c-recruit .contents-recruit .c-table01 tr th {
    vertical-align: top;
    min-width: 200px;
  }
  .c-recruit .contents-recruit .c-table01 .u-view-sp {
    display: none;
  }
  .c-points2 li {
    display: flex;
    justify-content: space-between;
  }
  .c-points2 li:nth-child(2n) {
    flex-direction: row-reverse;
  }
  .c-points2__img {
    width: 50%;
    height: 400px;
  }
  .c-points2__desc {
    width: 50%;
  }
  .c-points2__desc .num img {
    width: 28%;
  }
}
@media (min-width: 960px) {
  .top-view {
    position: relative;
  }
  .top-view .mv {
    height: 65vh;
  }
  .top-view__txt {
    position: absolute;
    bottom: 5vh;
    right: 0;
  }
  .top-view__txt h2 {
    font-size: 64px;
    margin-bottom: 30px;
  }
  .top-view__txt h3 {
    font-size: 18px;
  }
  .p-footer {
    padding: 100px 0 40px;
  }
  .p-footer__wrap {
    display: flex;
    justify-content: space-between;
  }
  .p-footer__logo {
    flex-basis: 48%;
  }
  .p-footer__logo img {
    width: 80%;
  }
  .p-footer__nav {
    flex-basis: 48%;
  }
  .p-footer__nav li {
    flex-basis: 50%;
  }
  .p-footer__nav li .c-txt-sm, .p-footer__nav li .c-contact .contact-form, .c-contact .p-footer__nav li .contact-form, .p-footer__nav li .c-contact .contact-form .privacy, .c-contact .contact-form .p-footer__nav li .privacy, .p-footer__nav li .c-works-sl2__desc {
    font-size: 15px;
  }
  .c-price__img {
    height: 250px;
  }
  .faq-contents .bg-grade {
    width: 100%;
    height: 100%;
    top: 0%;
    left: -10%;
  }
  .faq-contents .c-container, .faq-contents .breadcrumb {
    padding: 0 15vw;
  }
  .faq-contents .faq dt::before {
    padding: 16px 10px;
  }
  .faq-contents .faq dt span {
    margin-left: 4vw;
  }
  .faq-contents .faq dt span::after {
    height: 24px;
  }
  .faq-contents .faq dd::before {
    top: 23px;
    left: 12px;
  }
  .faq-contents .faq dd .m-description-article {
    margin-left: 4vw;
  }
  .faq-contents .faq .c-txt-sm, .faq-contents .faq .c-contact .contact-form, .c-contact .faq-contents .faq .contact-form, .faq-contents .faq .c-contact .contact-form .privacy, .c-contact .contact-form .faq-contents .faq .privacy, .faq-contents .faq .c-works-sl2__desc {
    font-size: 18px;
  }
}
@media (min-width: 1200px) {
  .top-view {
    position: relative;
  }
  .top-view .mv {
    height: 70vh;
  }
  .top-view__txt .c-container, .top-view__txt .breadcrumb {
    padding: 0 8vw;
  }
  .p-about__img ul li {
    height: 500px;
  }
  .p-footer__logo img {
    width: 70%;
  }
  .faq-contents .bg-grade {
    width: 110%;
    height: 110%;
    top: 10%;
    left: 0%;
  }
  .faq-contents .c-container, .faq-contents .breadcrumb {
    padding: 0 25vw;
  }
  .faq-contents .faq dt::before {
    font-size: 24px;
    padding: 20px 10px;
  }
  .faq-contents .faq dt span {
    padding: 30px 15px;
  }
  .faq-contents .faq dt span::after {
    height: 24px;
  }
  .faq-contents .faq dd::before {
    font-size: 26px;
    top: 30px;
    left: 14px;
  }
  .faq-contents .faq dd .m-description-article {
    padding: 30px 15px;
  }
  .c-recruit .c-container, .c-recruit .breadcrumb {
    padding: 0 18vw;
  }
  .c-recruit .recruit-message {
    margin: 0 -5vw;
  }
  .c-recruit .recruit-message ul li .points-title {
    margin-bottom: 30px;
  }
  .c-recruit .recruit-message ul li .points-title .c-txt-lr {
    font-size: 22px;
  }
  .c-recruit .recruit-message ul li .points-desc .c-txt-sm, .c-recruit .recruit-message ul li .points-desc .c-contact .contact-form, .c-contact .c-recruit .recruit-message ul li .points-desc .contact-form, .c-recruit .recruit-message ul li .points-desc .c-contact .contact-form .privacy, .c-contact .contact-form .c-recruit .recruit-message ul li .points-desc .privacy, .c-recruit .recruit-message ul li .points-desc .c-works-sl2__desc {
    font-size: 18px;
  }
  .c-price dl p,
  .c-price dl span {
    font-size: 18px;
  }
}/*# sourceMappingURL=style.css.map */