@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@keyframes btn {
  0% {
    transform: translateX(-100%);
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: translateX(100%);
  }
}
@keyframes slide {
  0% {
    width: 0;
    opacity: 0;
  }
  100% {
    width: 100%;
  }
}
.ob {
  -o-object-position: bottom;
     object-position: bottom;
}

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

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

.c-txt-sm, .p-news__content {
  font-size: 14px;
  letter-spacing: 2px;
  line-height: 1.8;
}
@media screen and (min-width: 600px) {
  .c-txt-sm, .p-news__content {
    line-height: 1.7;
  }
}
@media screen and (min-width: 960px) {
  .c-txt-sm, .p-news__content {
    font-size: 16px;
  }
}
@media screen and (min-width: 1200px) {
  .c-txt-sm, .p-news__content {
    font-size: 18px;
  }
}

.c-txt-xs {
  font-size: 10px;
  letter-spacing: 2px;
  line-height: 2;
  color: #ffe07c;
}
@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-thanks-desc, .c-privacy-desc, .c-contact .contact-form .submit-btn, .faq__item, .faq .c-txtarea01, .p-footer__logo, .p-service__desc, .p-about__title, .c-tit {
  margin-bottom: 50px;
}
@media screen and (min-width: 960px) {
  .mb-sm, .c-thanks-desc, .c-privacy-desc, .c-contact .contact-form .submit-btn, .faq__item, .faq .c-txtarea01, .p-footer__logo, .p-service__desc, .p-about__title, .c-tit {
    margin-bottom: 65px;
  }
}
@media screen and (min-width: 1200px) {
  .mb-sm, .c-thanks-desc, .c-privacy-desc, .c-contact .contact-form .submit-btn, .faq__item, .faq .c-txtarea01, .p-footer__logo, .p-service__desc, .p-about__title, .c-tit {
    margin-bottom: 80px;
  }
}

.mb-md, .c-thanks-text, .c-privacy-text, .p-news__list, .p-footer__nav, .top-view, .tit {
  margin-bottom: 70px;
}
@media screen and (min-width: 600px) {
  .mb-md, .c-thanks-text, .c-privacy-text, .p-news__list, .p-footer__nav, .top-view, .tit {
    margin-bottom: 80px;
  }
}
@media screen and (min-width: 1200px) {
  .mb-md, .c-thanks-text, .c-privacy-text, .p-news__list, .p-footer__nav, .top-view, .tit {
    margin-bottom: 100px;
  }
}

.mb-lr, .c-contact, .p-news, .c-business, .c-company .c-about, .c-company .c-philosophy, .c-company .c-message, .services, .p-service, .p-about {
  margin-bottom: 70px;
}
@media screen and (min-width: 600px) {
  .mb-lr, .c-contact, .p-news, .c-business, .c-company .c-about, .c-company .c-philosophy, .c-company .c-message, .services, .p-service, .p-about {
    margin-bottom: 80px;
  }
}
@media screen and (min-width: 960px) {
  .mb-lr, .c-contact, .p-news, .c-business, .c-company .c-about, .c-company .c-philosophy, .c-company .c-message, .services, .p-service, .p-about {
    margin-bottom: 90px;
  }
}
@media screen and (min-width: 1200px) {
  .mb-lr, .c-contact, .p-news, .c-business, .c-company .c-about, .c-company .c-philosophy, .c-company .c-message, .services, .p-service, .p-about {
    margin-bottom: 110px;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Stylesheet: ベーススタイル

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

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

body {
  background-color: rgb(0, 0, 0);
  color: #fff;
  letter-spacing: 1px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
}

body.hidden {
  overflow: hidden;
}

.superwrapper {
  overflow: hidden !important;
}

.breadcrumbs-wrap {
  position: relative;
  z-index: 10;
}
.breadcrumbs-wrap .breadcrumb {
  display: flex;
  justify-content: right;
}
.breadcrumbs-wrap .breadcrumb li {
  color: #fff;
  padding-right: 10px;
  font-size: 12px;
  background-color: #aa8c21;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 80px;
}
.breadcrumbs-wrap .breadcrumb li.bc-sep {
  min-width: auto;
}
.breadcrumbs-wrap .breadcrumb li a {
  color: #fff;
  border-bottom: 1px solid #fff;
  font-size: 12px;
}
@media (min-width: 600px) {
  .breadcrumbs-wrap .breadcrumb li {
    min-width: 100px;
  }
}
@media (min-width: 960px) {
  .breadcrumbs-wrap .breadcrumb li {
    font-size: 14px;
    min-width: 120px;
  }
  .breadcrumbs-wrap .breadcrumb li a {
    font-size: 14px;
  }
}
@media (min-width: 2000px) {
  .breadcrumbs-wrap {
    padding: 0 20vw;
  }
}

.c-topview {
  padding-top: 15px;
}
.c-topview__img {
  height: 40vh;
  margin-left: 20vw;
  margin-bottom: 20px;
}
.c-topview__img img {
  border-radius: 30px 0 0 30px;
}
@media (min-width: 600px) {
  .c-topview__img {
    height: 45vh;
  }
}
@media (min-width: 960px) {
  .c-topview {
    position: relative;
  }
  .c-topview__img {
    height: 50vh;
    margin-left: 15vw;
    margin-top: 100px;
    margin-bottom: 0px;
  }
  .c-topview__img img {
    border-radius: 30px 0 0 30px;
  }
  .c-topview .c-title {
    position: absolute;
    bottom: -180px;
    left: 6vw;
  }
}
@media (min-width: 1200px) {
  .c-topview__img {
    height: 50vh;
    margin-left: 20vw;
  }
  .c-topview__img img {
    border-radius: 30px 0 0 30px;
  }
  .c-topview .c-title {
    position: absolute;
    bottom: -200px;
    left: 10vw;
  }
}
@media (min-width: 2000px) {
  .c-topview {
    padding: 0 20vw;
  }
  .c-topview .c-title {
    left: 25vw;
  }
}

.p-title {
  color: #fff;
  margin-bottom: 30px;
}
.p-title__en {
  font-size: 50px;
  line-height: 1.2;
  letter-spacing: -0.02em;
  margin-bottom: 5px;
  font-weight: 300;
}
.p-title__ja {
  font-size: 16px;
  font-weight: 300;
}
@media (min-width: 960px) {
  .p-title__en {
    font-size: 62px;
  }
  .p-title__ja {
    font-size: 18px;
  }
}

.c-title {
  position: relative;
  margin-bottom: 20px;
}
.c-title .en {
  font-size: 14px;
  letter-spacing: 3px;
  font-weight: 300;
  color: #ceb55c;
}
.c-title .ja {
  font-size: 32px;
  font-weight: 400;
  letter-spacing: 4px;
}
@media (min-width: 600px) {
  .c-title .en {
    font-size: 18px;
  }
  .c-title .ja {
    font-size: 42px;
  }
}
@media (min-width: 960px) {
  .c-title .en {
    font-size: 24px;
  }
  .c-title .ja {
    font-size: 62px;
  }
}
@media (min-width: 1200px) {
  .c-title .en {
    font-size: 28px;
  }
  .c-title .ja {
    font-size: 68px;
  }
}

.tit {
  letter-spacing: 2px;
  position: relative;
}
.tit .ja {
  color: #aa8c21;
  font-size: 14px;
  font-weight: bold;
  padding-left: 40px;
  margin-bottom: 50px;
  position: relative;
  z-index: 20;
}
.tit .ja::before {
  content: "";
  width: 30px;
  height: 1px;
  background-color: #aa8c21;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.tit .big {
  font-size: 22px;
  line-height: 2;
  font-weight: bold;
}
.tit .en {
  font-size: 32px;
  font-weight: bold;
  line-height: 1.2;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: rgba(0, 0, 0, 0.1);
  color: transparent;
  position: absolute;
  z-index: 10;
  top: 20px;
  left: 0;
}
.tit.tit2 .en {
  font-size: 42px;
  top: -28px;
  left: 12vw;
}
@media (min-width: 600px) {
  .tit .big {
    font-size: 32px;
  }
  .tit .en {
    font-size: 52px;
  }
  .tit.tit2 .en {
    font-size: 68px;
    top: -33px;
    left: 5vw;
  }
}
@media (min-width: 960px) {
  .tit .ja {
    font-size: 16px;
  }
  .tit .big {
    font-size: 42px;
  }
  .tit .en {
    font-size: 72px;
    top: 50px;
    left: -5vw;
  }
  .tit.tit2 .en {
    font-size: 88px;
    top: -50px;
    left: 10vw;
  }
}
@media (min-width: 1200px) {
  .tit .ja {
    font-size: 18px;
  }
  .tit .big {
    font-size: 52px;
  }
  .tit .en {
    font-size: 88px;
  }
  .tit.tit2 .en {
    font-size: 100px;
    top: -60px;
    left: 10vw;
  }
}

.Title {
  margin-bottom: 20px;
}
.Title .en {
  font-size: 28px;
  letter-spacing: 4px;
  display: inline-block;
  padding-left: 50px;
  position: relative;
}
.Title .en::before {
  content: "";
  width: 35px;
  height: 1px;
  background-color: rgb(0, 0, 0);
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
@media (min-width: 600px) {
  .Title .en {
    font-size: 32px;
  }
}
@media (min-width: 960px) {
  .Title {
    margin-bottom: 40px;
  }
  .Title .en {
    font-size: 38px;
    padding-left: 70px;
  }
  .Title .en::before {
    width: 55px;
  }
}
@media (min-width: 1200px) {
  .Title .en {
    font-size: 42px;
  }
}

.c-tit {
  position: relative;
}
.c-tit .en {
  font-size: 100px;
  font-weight: 300;
  overflow: hidden;
  opacity: 0.4;
  letter-spacing: 0px;
  position: absolute;
  top: 0;
  left: -5vw;
  z-index: -1;
  color: #aa8c21;
}
.c-tit .ja {
  display: block;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.7;
  padding-top: 80px;
}
@media (min-width: 600px) {
  .c-tit .ja {
    font-size: 28px;
    padding-top: 90px;
  }
}
@media (min-width: 960px) {
  .c-tit {
    text-align: center;
  }
  .c-tit .en {
    left: 50%;
    transform: translateX(-50%);
    font-size: 120px;
    top: -40px;
  }
  .c-tit .ja {
    font-size: 32px;
  }
}
@media (min-width: 1200px) {
  .c-tit .en {
    font-size: 140px;
    top: -30px;
  }
  .c-tit .ja {
    font-size: 38px;
  }
}

.more-btn {
  position: relative;
  text-align: center;
}
.more-btn__link {
  background-color: #aa8c21;
  display: inline-block;
  padding: 15px 15px;
  border: 2px solid #aa8c21;
  z-index: 1;
  width: 240px;
  border-radius: 9999px;
}
.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: 0;
  bottom: 0;
  margin: auto;
  width: 12px;
  height: 12px;
  background-image: url(../images/common/arw-wh.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: #fff;
  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: #aa8c21;
  transform: none;
}
.more-btn__link.slide-bg:hover span:first-child::before {
  background-image: url(../images/common/arw-main.svg);
}
@media (min-width: 600px) {
  .more-btn__link {
    padding: 20px 15px;
    width: 280px;
  }
  .more-btn__link .c-txt-sm, .more-btn__link .p-news__content {
    font-size: 16px;
  }
}
@media (min-width: 1200px) {
  .more-btn__link {
    width: 320px;
  }
  .more-btn__link .c-txt-sm, .more-btn__link .p-news__content {
    font-size: 18px;
  }
}
.more-btn .servicebtn {
  border: 1px solid #aa8c21;
  background-color: rgb(0, 0, 0);
}
@media (min-width: 960px) {
  .more-btn__link02 {
    width: 52%;
  }
}

.top-view {
  position: relative;
}
.top-view .hero {
  position: relative;
}
.top-view .hero .mv {
  height: 45vh;
}
.top-view .hero .mv video {
  width: 100%;
  height: 100%;
  -o-object-position: center bottom;
     object-position: center bottom;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 600px) {
  .top-view .hero .mv {
    height: 50vh;
  }
}
@media (min-width: 960px) {
  .top-view .hero .mv {
    height: 100vh;
    margin-left: 40vw;
  }
}
.top-view .hero .mv-wrapper {
  position: relative;
}
.top-view .hero .mv-wrapper .scroll {
  position: absolute;
  bottom: 60px;
  right: 3vw;
  writing-mode: vertical-rl;
  font-size: 14px;
}
.top-view .hero .mv-wrapper .scroll::before {
  content: "";
  width: 1px;
  height: 50px;
  background-color: #fff;
  position: absolute;
  bottom: -60px;
  left: 50%;
  transform: translateX(-50%);
}
.top-view .hero .mv-wrapper .scroll::after {
  content: "";
  width: 1px;
  height: 15px;
  background-color: #fff;
  position: absolute;
  bottom: -62px;
  right: 6px;
  transform: translateX(-50%) rotate(30deg);
}
@media (min-width: 960px) {
  .top-view .hero .mv-wrapper .scroll {
    bottom: 150px;
    font-size: 18px;
    right: 6vw;
  }
  .top-view .hero .mv-wrapper .scroll::before {
    height: 80px;
    bottom: -100px;
  }
  .top-view .hero .mv-wrapper .scroll::after {
    height: 20px;
    bottom: -100px;
    right: 8px;
    transform: translateX(-50%) rotate(25deg);
  }
}
.top-view .hero__text {
  color: #fff;
  padding: 0 3vw;
}
.top-view .hero__text h2 {
  letter-spacing: 4px;
  font-weight: 300;
  font-size: 28px;
  line-height: 2;
  margin-bottom: 15px;
}
.top-view .hero__text h2 .text-cover {
  position: relative;
  display: inline-block;
  color: transparent;
  transition: color 0.1s ease;
}
.top-view .hero__text h2 .text-cover::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: #fff;
  overflow: hidden;
  white-space: nowrap;
  transition: width 0.7s ease-out;
  z-index: 100;
}
.top-view .hero__text h2 .text-cover.phase1::before {
  width: 100%;
}
.top-view .hero__text h2 .text-cover.phase2 {
  color: #fff;
}
.top-view .hero__text h2 .text-cover.phase2::before {
  width: 0%;
  left: auto;
  right: 0;
  transition: width 0.6s ease-in;
}
.top-view .hero__text h2 small {
  font-size: 14px;
  letter-spacing: 2px;
}
.top-view .hero__text h3 {
  font-size: 15px;
  font-weight: 500;
}
@media (min-width: 600px) {
  .top-view .hero__text {
    padding: 0 6vw;
  }
  .top-view .hero__text h2 {
    font-size: 38px;
    line-height: 1.8;
  }
  .top-view .hero__text h2 small {
    font-size: 16px;
  }
  .top-view .hero__text h3 {
    font-size: 18px;
    line-height: 1.6;
  }
}
@media (min-width: 960px) {
  .top-view .hero__text {
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
  }
  .top-view .hero__text h2 {
    font-size: 48px;
  }
  .top-view .hero__text h2 small {
    font-size: 20px;
  }
  .top-view .hero__text h3 {
    font-size: 20px;
    line-height: 1.8;
  }
}
@media (min-width: 1200px) {
  .top-view .hero__text {
    padding: 0 10vw;
  }
  .top-view .hero__text h2 {
    font-size: 60px;
    margin-bottom: 50px;
  }
  .top-view .hero__text h2 small {
    font-size: 22px;
  }
  .top-view .hero__text h3 {
    font-size: 24px;
  }
}

.top-news {
  background-color: #aa8c21;
  margin-right: 10vw;
  padding: 20px 0;
  position: relative;
  margin-top: 30px;
}
.top-news::before {
  content: "";
  width: 15px;
  height: 15px;
  background: url(../images/common/arw-wh.svg) no-repeat center/contain;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
.top-news-wrap {
  font-size: 18px;
}
.top-news-wrap .cate-item {
  display: inline-block;
  font-size: 14px;
  margin-left: 10px;
}
.top-news__content {
  margin-top: 8px;
}
.top-news__link {
  color: #fff;
}
@media (min-width: 600px) {
  .top-news {
    margin-right: 15vw;
    padding: 30px 0;
  }
  .top-news-wrap {
    font-size: 20px;
  }
  .top-news-wrap .cate-item {
    font-size: 16px;
  }
}
@media (min-width: 960px) {
  .top-news {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 60%;
  }
  .top-news .c-container {
    padding: 0 5vw;
  }
  .top-news::before {
    width: 25px;
    height: 25px;
    right: 20px;
  }
}
@media (min-width: 1200px) {
  .top-news {
    width: 50%;
  }
}

.p-about__title {
  position: relative;
}
.p-about__title .en {
  font-size: 58px;
  text-align: center;
  line-height: 1.2;
  font-weight: 300;
  letter-spacing: 0.5px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 100%;
  color: #aa8c21;
  opacity: 0.5;
  z-index: -1;
}
.p-about__title .ja {
  text-align: center;
  font-size: 24px;
  font-weight: 500;
  line-height: 2;
  padding: 50px 0;
}
.p-about__desc {
  text-align: center;
  margin-bottom: 30px;
}
.p-about__desc .c-txt-sm, .p-about__desc .p-news__content {
  margin-bottom: 20px;
}
.p-about__desc .more-btn {
  margin-top: 50px;
}
.p-about__img__top {
  height: 200px;
  margin-bottom: 30px;
}
.p-about__img__bottom {
  height: 200px;
}
@media (min-width: 600px) {
  .p-about__img__top {
    height: 300px;
    margin-bottom: 50px;
  }
  .p-about__img__bottom {
    height: 300px;
  }
  .p-about__title {
    margin-bottom: 30px;
  }
  .p-about__title .ja {
    font-size: 28px;
  }
  .p-about__desc {
    margin-bottom: 50px;
  }
}
@media (min-width: 960px) {
  .p-about {
    position: relative;
  }
  .p-about__img__top {
    position: absolute;
    top: 100px;
    left: 0;
    width: 25vw;
    height: 50%;
  }
  .p-about__img__top.cover-slide {
    position: absolute;
  }
  .p-about__img__bottom {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 25vw;
    height: 30%;
  }
  .p-about__img__bottom.cover-slide {
    position: absolute;
  }
  .p-about__title {
    margin-bottom: 50px;
  }
  .p-about__title .en {
    font-size: 78px;
    top: 0;
    transform: translateX(-50%);
  }
  .p-about__title .en br {
    display: none;
  }
  .p-about__title .ja {
    font-size: 32px;
    padding: 60px 0 0;
    line-height: 1.7;
  }
}
@media (min-width: 1200px) {
  .p-about__title .en {
    font-size: 82px;
  }
  .p-about__title .ja {
    font-size: 36px;
  }
  .p-about__img__top {
    top: 120px;
    height: 60%;
  }
  .p-about__img__bottom {
    width: 30vw;
    height: 40%;
  }
}

.p-service__desc h3 {
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 2px;
  margin-bottom: 20px;
}
.p-service__desc h3 .onlyPC {
  display: none;
}
@media (min-width: 600px) {
  .p-service__desc h3 {
    font-size: 24px;
  }
}
@media (min-width: 960px) {
  .p-service__desc {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .p-service__desc h3 {
    flex-basis: 30%;
    font-size: 28px;
    margin-bottom: 0;
  }
  .p-service__desc h3 .onlyPC {
    display: block;
  }
  .p-service__desc p {
    flex-basis: 65%;
  }
}
@media (min-width: 1200px) {
  .p-service .c-container {
    padding: 0 15vw;
  }
}
@media (min-width: 2000px) {
  .p-service .c-container {
    padding: 0 25vw;
  }
}

.services__aside {
  position: relative;
}
.services__aside a {
  position: relative;
  background-image: url(../images/home/img8.webp);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 30px 20px 20px 20px;
  height: 240px;
  display: block;
  color: #fff;
  background-position: center;
}
.services__aside a.sv2 {
  background-image: url(../images/home/img9.webp);
}
.services__aside a.sv3 {
  background-image: url(../images/home/img4.webp);
}
.services__aside a::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  content: "";
  height: 100%;
  width: 100%;
  background-color: #212529;
  opacity: 0.6;
}
.services__aside a h3,
.services__aside a p {
  position: relative;
  z-index: 100;
}
.services__aside a .third {
  font-size: 19px;
  position: absolute;
  display: inline-block;
  bottom: 20px;
  right: 60px;
}
.services__aside a .third::before {
  position: absolute;
  top: 4px;
  right: -42px;
  bottom: 0;
  margin: auto;
  content: "";
  height: 7px;
  width: 32px;
  border-bottom: 1px solid #fff;
  border-right: 2px solid #fff;
  transform: skew(45deg);
}
.services__aside a h3 {
  font-size: 28px;
  font-weight: 200;
}
.services__aside a h3 small {
  position: relative;
  color: #fff;
  padding-left: 50px;
  margin-top: 10px;
  display: block;
  font-size: 15px;
}
.services__aside a h3 small::before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  content: "";
  height: 1px;
  width: 40px;
  background-color: #fff;
}
@media (min-width: 600px) {
  .services__aside a h3 {
    font-size: 32px;
  }
  .services__aside a h3 small {
    font-size: 16px;
  }
}
.services__aside a .second {
  margin-bottom: 40px;
}
@media (min-width: 600px) {
  .services__aside a {
    height: 350px;
    padding: 40px 30px 30px 30px;
  }
}
@media (min-width: 960px) {
  .services__aside {
    display: flex;
    flex-wrap: wrap;
  }
  .services__aside a {
    padding: 30px 5px 30px 20px;
    width: 33.3%;
    height: 250px;
  }
  .services__aside a h3 {
    font-size: 24px;
  }
  .services__aside a h3 small {
    font-size: 14px;
  }
  .services__aside a .second {
    margin-bottom: 120px;
  }
  .services__aside a .third {
    font-size: 25px;
  }
}
@media (min-width: 2000px) {
  .services {
    padding: 0 20vw;
  }
}

.p-contact {
  padding: 50px 0 30px;
  position: relative;
  background: linear-gradient(to right, #aa8c21, #9a7d1f, #8a6e1c, #7a5f19, #6a5016, #5a4113, #4a3210, #3a230d, #2a140a, #1a0507, #0a0003, #000000);
}
.p-contact__title {
  text-align: center;
  position: relative;
  z-index: 10;
}
.p-contact__title .en {
  font-size: 38px;
  font-weight: 300;
  letter-spacing: 1px;
}
.p-contact__title .ja {
  font-size: 14px;
  font-weight: 300;
}
.p-contact__wrap {
  padding: 30px 30px;
  text-align: center;
}
.p-contact__tel {
  padding: 20px 10px;
  background-color: #fff;
  display: inline-block;
  position: relative;
  z-index: 1000;
  border-radius: 9999px;
  text-align: center;
}
.p-contact__tel a {
  color: #aa8c21;
  font-size: 18px;
  position: relative;
  padding-left: 40px;
}
.p-contact__tel a::before {
  position: absolute;
  top: 10px;
  left: 0;
  bottom: 0;
  margin: auto;
  content: "";
  height: 30px;
  width: 30px;
  background-image: url(../images/common/mail.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
@media (min-width: 374px) {
  .p-contact__tel {
    width: 300px;
  }
}
@media (min-width: 960px) {
  .p-contact {
    padding: 50px 0 50px;
  }
  .p-contact__title .en {
    font-size: 48px;
  }
  .p-contact__title .ja {
    font-size: 18px;
  }
  .p-contact__wrap {
    padding: 50px 30px 30px;
  }
  .p-contact__tel {
    padding: 25px 10px;
    width: 380px;
  }
  .p-contact__tel a {
    font-size: 24px;
  }
}

.p-footer {
  padding: 60px 0 30px;
  color: #fff;
  background-color: #fff;
}
.p-footer__logo {
  text-align: center;
}
.p-footer__logo img {
  width: 150px;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-footer__nav ul li {
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 1px solid #dfdfdf;
  /* アコーディオントリガー用のスタイル */
  /* サブメニューのスタイル */
}
.p-footer__nav ul li a,
.p-footer__nav ul li p {
  color: rgb(0, 0, 0);
  background: none;
  border: none;
  padding: 0;
  font: inherit;
  cursor: pointer;
  width: 100%;
  text-align: left;
}
.p-footer__nav ul li .accordion-trigger {
  position: relative;
}
.p-footer__nav ul li .accordion-trigger::after {
  content: "+";
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 20px;
  transition: transform 0.3s ease;
}
.p-footer__nav ul li .accordion-trigger.active::after {
  transform: translateY(-50%) rotate(45deg);
}
.p-footer__nav ul li .submenu {
  list-style: none;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
  margin: 0;
  padding: 0;
}
.p-footer__nav ul li .submenu.active {
  margin-top: 20px;
  max-height: 170px;
}
.p-footer__nav ul li .submenu li {
  border-bottom: none;
}
.p-footer__nav ul li .submenu li a {
  display: block;
  color: rgb(0, 0, 0);
  background-color: transparent;
  text-decoration: none;
}
.p-footer .copyright {
  text-align: center;
  color: #949494;
  font-size: 12px;
  border-top: 1px solid #ccc;
  padding-top: 30px;
}
@media (min-width: 600px) {
  .p-footer__wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 50px;
  }
  .p-footer__logo {
    flex-basis: 48%;
    margin-bottom: 0;
  }
  .p-footer__logo img {
    width: 180px;
  }
  .p-footer__nav {
    margin-bottom: 0;
    flex-basis: 48%;
  }
  .p-footer__nav li a .en {
    flex-basis: 40%;
    font-size: 36px;
  }
  .p-footer__nav li a .ja {
    flex-basis: 20%;
    font-size: 14px;
  }
}
@media (min-width: 960px) {
  .p-footer {
    padding: 80px 0 40px;
  }
  .p-footer__wrap {
    justify-content: center;
  }
  .p-footer__logo {
    flex-basis: 50%;
    margin-right: 5%;
  }
  .p-footer__logo img {
    width: 220px;
  }
  .p-footer__nav {
    flex-basis: 300px;
  }
  .p-footer__nav ul li .c-txt-sm, .p-footer__nav ul li .p-news__content {
    font-size: 18px;
  }
  .p-footer .copyright {
    padding-top: 40px;
    font-size: 14px;
  }
}
@media (min-width: 1200px) {
  .p-footer .c-container {
    padding: 0 15vw;
  }
}
@media (min-width: 2000px) {
  .p-footer .c-container {
    padding: 0 20vw;
  }
}

.c-company .c-message__desc .c-txt-sm, .c-company .c-message__desc .p-news__content {
  line-height: 2;
}
.c-company .c-message__desc .c-txt-sm .onlyPC, .c-company .c-message__desc .p-news__content .onlyPC {
  display: none;
}
.c-company .c-message__name {
  margin-top: 40px;
  text-align: right;
  font-size: 18px;
  letter-spacing: 2px;
  line-height: 2;
}
.c-company .c-message__name small {
  letter-spacing: 1px;
}
@media (min-width: 600px) {
  .c-company .c-message__name {
    font-size: 20px;
  }
}
@media (min-width: 960px) {
  .c-company .c-message {
    margin-top: 120px;
  }
  .c-company .c-message__desc {
    text-align: center;
  }
  .c-company .c-message__desc .c-txt-sm .onlyPC, .c-company .c-message__desc .p-news__content .onlyPC {
    display: block;
  }
  .c-company .c-message__name {
    margin-top: 50px;
    text-align: center;
    font-size: 22px;
  }
}
@media (min-width: 1200px) {
  .c-company .c-message {
    margin-top: 150px;
  }
}
.c-company .c-philosophy__img {
  height: 240px;
  margin-right: 8vw;
  margin-bottom: 15px;
}
.c-company .c-philosophy__img img {
  border-radius: 0 20px 20px 0;
}
.c-company .c-philosophy__desc {
  padding: 0 6vw;
  text-align: center;
}
.c-company .c-philosophy__desc .c-txt-sm, .c-company .c-philosophy__desc .p-news__content {
  line-height: 2.2;
}
@media (min-width: 600px) {
  .c-company .c-philosophy__img {
    margin-right: 15vw;
    margin-bottom: 40px;
    height: 300px;
  }
  .c-company .c-philosophy__desc .c-txt-sm, .c-company .c-philosophy__desc .p-news__content {
    font-size: 18px;
  }
}
@media (min-width: 960px) {
  .c-company .c-philosophy__wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .c-company .c-philosophy__img {
    flex-basis: 45%;
    margin: 0;
  }
  .c-company .c-philosophy__desc {
    flex-basis: 48%;
    padding: 0 10vw 0 0;
    text-align: left;
  }
}
@media (min-width: 1200px) {
  .c-company .c-philosophy__img {
    height: 450px;
  }
  .c-company .c-philosophy__desc .c-txt-sm, .c-company .c-philosophy__desc .p-news__content {
    font-size: 24px;
    line-height: 2.5;
  }
}
@media (min-width: 2000px) {
  .c-company .c-philosophy {
    padding: 0 20vw;
  }
  .c-company .c-philosophy__desc {
    padding: 0;
  }
}
.c-company .c-about__desc table {
  border-top: 1px solid #ccc;
}
.c-company .c-about__desc tr {
  border-bottom: 1px solid #ccc;
  display: block;
}
.c-company .c-about__desc th {
  display: block;
  width: 100%;
  padding: 15px 8px 0;
}
.c-company .c-about__desc td {
  display: block;
  width: 100%;
  padding: 10px 8px 15px;
}
.c-company .c-about__desc td a {
  color: #aa8c21;
  border-bottom: 1px solid #aa8c21;
}
.c-company .c-about__desc th, .c-company .c-about__desc td {
  font-size: 14px;
}
@media (min-width: 960px) {
  .c-company .c-about__desc tr {
    display: flex;
    align-items: center;
  }
  .c-company .c-about__desc th {
    width: 30%;
    padding: 20px;
  }
  .c-company .c-about__desc td {
    width: 70%;
    padding: 20px;
  }
}
@media (min-width: 1200px) {
  .c-company .c-about__desc {
    padding: 0 10vw;
  }
  .c-company .c-about__desc th {
    width: 20%;
    padding: 20px;
  }
  .c-company .c-about__desc td {
    width: 80%;
    padding: 20px;
  }
}
@media (min-width: 2000px) {
  .c-company .c-about {
    padding: 0 10vw;
  }
}
@media (min-width: 600px) {
  .c-company .c-container {
    padding: 0 10vw;
  }
}

@media (min-width: 600px) {
  .business-wrapper .c-title br {
    display: none;
  }
}
@media (min-width: 960px) {
  .business-wrapper .c-topview .c-title {
    position: absolute;
    bottom: -250px;
    left: 6vw;
  }
}
@media (min-width: 1200px) {
  .business-wrapper .c-topview .c-title {
    position: absolute;
    bottom: -280px;
    left: 10vw;
  }
}
@media (min-width: 2000px) {
  .business-wrapper .c-topview .c-title {
    left: 25vw;
  }
}

.c-business__desc {
  padding: 0 6vw;
  margin-bottom: 50px;
}
.c-business__desc .c-txt-sm, .c-business__desc .p-news__content {
  margin-bottom: 15px;
}
.c-business__img {
  position: relative;
  margin-bottom: 120px;
}
.c-business__img .Img:nth-child(1) {
  margin: 0 6vw 80px 0;
  height: 70vw;
}
.c-business__img .Img:nth-child(1) img {
  border-radius: 0 15px 15px 0;
}
.c-business__img .Img:nth-child(2) {
  position: absolute;
  bottom: -40px;
  right: 3vw;
  width: 50%;
  height: 50%;
}
.c-business__img .Img:nth-child(2) img {
  border-radius: 10px;
}
@media (min-width: 600px) {
  .c-business .c-container {
    padding: 0 10vw;
  }
  .c-business__desc {
    padding: 0 10vw;
  }
  .c-business__img {
    margin-bottom: 150px;
  }
  .c-business__img .Img:nth-child(1) {
    height: 50vw;
    margin: 0 18vw 120px 0;
  }
  .c-business__img .Img:nth-child(2) {
    bottom: -60px;
    right: 9vw;
    width: 50%;
    height: 60%;
  }
  .c-business__img .Img:nth-child(2) img {
    border-radius: 15px;
  }
}
@media (min-width: 960px) {
  .c-business {
    margin-top: 200px;
  }
  .c-business__wrap {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
  }
  .c-business__img {
    flex-basis: 48%;
    margin-bottom: 0;
  }
  .c-business__img .Img:nth-child(1) {
    height: 300px;
    margin: 0 80px 0 0;
  }
  .c-business__img .Img:nth-child(2) {
    right: 0;
    bottom: 40px;
    width: 50%;
    height: 40%;
  }
  .c-business__desc {
    flex-basis: 48%;
    padding: 0 10vw 0 0;
  }
}
@media (min-width: 1200px) {
  .c-business {
    margin-top: 230px;
  }
  .c-business__img {
    flex-basis: 48%;
    margin-bottom: 0;
  }
  .c-business__img .Img:nth-child(1) {
    height: 340px;
    margin: 0 120px 0 0;
  }
  .c-business__img .Img:nth-child(2) {
    right: 0;
    bottom: 0;
    width: 50%;
    height: 50%;
  }
}
@media (min-width: 2000px) {
  .c-business {
    padding: 0 20vw;
  }
  .c-business__desc {
    padding: 0;
  }
}

.faq-contents {
  background-color: #fff;
  padding: 70px 0;
}

.faq dt {
  position: relative;
  cursor: pointer;
  transition: color 0.2s cubic-bezier(0, 0, 0.58, 1);
  border: 1px solid #aa8c21;
}
.faq dt::before {
  position: absolute;
  left: 0;
  content: "Q";
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  background: #aa8c21;
  height: 100%;
  padding: 10px;
}
.faq dt span {
  margin-left: 9vw;
  margin-right: 6vw;
  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 #aa8c21;
  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 #aa8c21;
  width: 0;
  height: 16px;
  top: 0;
  bottom: 0;
  right: 7px;
  transition: 0.3s;
}
.faq dd {
  position: relative;
  border-left: 1px solid #aa8c21;
  border-right: 1px solid #aa8c21;
  border-bottom: 1px solid #aa8c21;
}
.faq dd::before {
  content: "A";
  position: absolute;
  top: 20px;
  left: 10px;
  bottom: 0;
  margin: auto;
  width: 12px;
  font-size: 22px;
  color: #aa8c21;
  font-weight: bold;
}
.faq dd .m-description-article {
  font-size: 3.7vw;
  display: block;
  line-height: 2;
  margin-left: 8vw;
  padding: 20px 20px 20px 10px;
}
.faq .more-btn {
  display: block;
}

.news-wrapper .c-topview {
  position: relative;
}
.news-wrapper .c-topview .c-title {
  position: absolute;
  left: 6vw;
  bottom: -170px;
}
.news-wrapper .breadcrumbs-wrap {
  margin-bottom: 100px;
}
.news-wrapper .breadcrumbs-wrap .breadcrumb li:nth-child(3) {
  min-width: 180px;
}
@media (min-width: 600px) {
  .news-wrapper .c-topview .c-title {
    left: 10vw;
    bottom: -180px;
  }
  .news-wrapper .breadcrumbs-wrap {
    margin-bottom: 130px;
  }
}
@media (min-width: 960px) {
  .news-wrapper .c-topview {
    margin-top: 100px;
    padding-top: 0;
    border-top: 1px solid #6d6d6d;
  }
  .news-wrapper .c-topview .c-title {
    left: 10vw;
    bottom: -230px;
  }
  .news-wrapper .breadcrumbs-wrap {
    margin-bottom: 200px;
  }
  .news-wrapper .breadcrumbs-wrap .breadcrumb li:nth-child(3) {
    min-width: 220px;
  }
}
@media (min-width: 1200px) {
  .news-wrapper .c-topview .c-title {
    left: 15vw;
    bottom: -250px;
  }
  .news-wrapper .breadcrumbs-wrap {
    margin-bottom: 230px;
  }
}
@media (min-width: 2000px) {
  .news-wrapper .c-topview .c-title {
    left: 25vw;
  }
}

.p-news__item {
  padding: 20px 10px;
  border-bottom: 1px solid rgb(135, 135, 135);
}
.p-news__item a {
  color: #fff;
}
.p-news__date {
  color: #aa8c21;
  font-size: 14px;
  letter-spacing: 2px;
  display: inline-block;
  margin-right: 10px;
}
.p-news .cate-item {
  display: inline-block;
  font-size: 12px;
  color: #ccc;
  border: 1px solid #ccc;
  padding: 2px 10px;
}
.p-news-wrap {
  margin-bottom: 15px;
}
.p-news .more-btn {
  margin-top: 50px;
}
@media (min-width: 600px) {
  .p-news .c-container {
    padding: 0 10vw;
  }
  .p-news__list {
    margin-bottom: 0;
  }
}
@media (min-width: 960px) {
  .p-news__link {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .p-news__item {
    padding: 30px 15px;
  }
  .p-news-wrap {
    flex-basis: 35%;
    margin-bottom: 0;
  }
  .p-news__content {
    flex-basis: 60%;
  }
  .p-news__date {
    font-size: 16px;
  }
  .p-news .cate-item {
    font-size: 14px;
  }
}
@media (min-width: 1200px) {
  .p-news .c-container {
    padding: 0 15vw;
  }
  .p-news-wrap {
    flex-basis: 30%;
  }
  .p-news__content {
    flex-basis: 65%;
  }
}
@media (min-width: 2000px) {
  .p-news .c-container {
    padding: 0 25vw;
  }
}

.page-numbers {
  margin: 6vw 0;
}
@media (min-width: 960px) {
  .page-numbers {
    margin: 4vw 0;
  }
}

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

.c-news-sl {
  margin-top: 30px;
}
.c-news-sl .c-container {
  padding: 0 5vw;
}
.c-news-sl__date {
  color: #aa8c21;
}
.c-news-sl__contents {
  padding: 10vw 0;
  line-height: 2.5;
}
.c-news-sl__link {
  margin: 0 0 10vw 0;
  text-align: right;
  font-size: 0.8rem;
}
.c-news-sl__link a {
  display: inline-block;
  padding-bottom: 5px;
  border-bottom: 1px solid rgb(114, 114, 114);
}
.c-news-sl__link a span {
  color: #fff;
}
@media (min-width: 600px) {
  .c-news-sl .c-container {
    padding: 0 10vw;
  }
  .c-news-sl__contents {
    padding: 5vw 0;
  }
}
@media (min-width: 960px) {
  .c-news-sl {
    margin-top: 150px;
  }
  .c-news-sl .c-container {
    padding: 0 15vw;
  }
}
@media (min-width: 1200px) {
  .c-news-sl .c-container {
    padding: 0 18vw;
  }
  .c-news-sl__contents {
    padding: 2vw 0;
  }
  .c-news-sl__link {
    margin: 0 0 6vw 0;
  }
}
@media (min-width: 2000px) {
  .c-news-sl .c-container {
    padding: 0 25vw;
  }
}

.wp-categories {
  margin-bottom: 15px;
}
.wp-categories ul {
  display: flex;
}
.wp-categories ul li {
  margin-right: 10px;
}
.wp-categories ul li a {
  color: gray;
  border: 1px solid gray;
  padding: 7px;
  border-radius: 30px;
  font-size: 12px;
}
@media (min-width: 960px) {
  .wp-categories ul li a {
    font-size: 15px;
  }
}

.contact-wrapper .c-topview {
  position: relative;
}
.contact-wrapper .c-topview .c-title {
  position: absolute;
  left: 6vw;
  bottom: -170px;
}
.contact-wrapper .breadcrumbs-wrap {
  margin-bottom: 130px;
}
@media (min-width: 600px) {
  .contact-wrapper .c-topview .c-title {
    left: 10vw;
    bottom: -180px;
  }
  .contact-wrapper .breadcrumbs-wrap {
    margin-bottom: 150px;
  }
}
@media (min-width: 960px) {
  .contact-wrapper .c-topview {
    margin-top: 100px;
    padding-top: 0;
    border-top: 1px solid #6d6d6d;
  }
  .contact-wrapper .c-topview .c-title {
    left: 10vw;
    bottom: -230px;
  }
  .contact-wrapper .breadcrumbs-wrap {
    margin-bottom: 230px;
  }
}
@media (min-width: 1200px) {
  .contact-wrapper .c-topview .c-title {
    left: 15vw;
    bottom: -250px;
  }
  .contact-wrapper .breadcrumbs-wrap {
    margin-bottom: 230px;
  }
}
@media (min-width: 2000px) {
  .contact-wrapper .c-topview .c-title {
    left: 25vw;
  }
}

.c-contact-text {
  margin-bottom: 15px;
}
.c-contact dt br {
  display: none;
}
.c-contact dt p {
  display: inline;
}
.c-contact .contact-form {
  text-align: center;
}
.c-contact .contact-form h1 {
  display: block;
  text-align: center;
  margin: 30px 0;
}
.c-contact .contact-form input, .c-contact .contact-form textarea {
  width: 100%;
  border: 1px solid rgb(0, 0, 0);
}
.c-contact .contact-form textarea {
  margin-bottom: 0;
}
.c-contact .contact-form input {
  height: 45px;
}
.c-contact .contact-form select {
  width: 130px;
  height: 45px;
  border: 1px solid rgb(0, 0, 0);
}
.c-contact .contact-form dl {
  text-align: left;
  display: inline-block;
  width: 280px;
  padding-bottom: 20px;
}
.c-contact .contact-form dt {
  font-size: 14px;
  font-weight: 400;
}
.c-contact .contact-form .must {
  position: relative;
  padding: 5px 15px 5px 0;
  margin-right: 10px;
}
.c-contact .contact-form .must::after {
  content: "必須";
  font-size: 12px;
  color: rgb(196, 33, 33);
  border: 1px solid rgb(196, 33, 33);
  display: inline-block;
  padding: 0 5px;
}
.c-contact .contact-form .free {
  padding: 5px 15px 5px 0;
  margin-right: 10px;
}
.c-contact .contact-form .ct-request select {
  width: 100%;
}
.c-contact .contact-form .ct-flex {
  width: 280px;
  text-align: center;
  margin: auto;
  padding-bottom: 20px;
}
.c-contact .contact-form .ct-sex {
  display: inline-block;
  text-align: left;
}
.c-contact .contact-form .ct-sex input {
  margin: 0;
}
.c-contact .contact-form .ct-sex select {
  height: 45px;
}
.c-contact .contact-form s .ct-age {
  display: inline-block;
  text-align: right;
}
.c-contact .contact-form s .ct-age dt {
  text-align: left;
  display: block;
  padding-left: 13px;
}
.c-contact .contact-form .ct-date {
  font-size: 14px;
}
.c-contact .contact-form .ct-date input {
  margin-top: 0;
  width: 130px;
}
.c-contact .contact-form .ct-time {
  display: inline-block;
  text-align: right;
}
.c-contact .contact-form .ct-time dt {
  text-align: left;
  display: block;
  padding-left: 13px;
}
.c-contact .contact-form .wpcf7 form.invalid .wpcf7-response-output {
  border: 1px solid red;
}
.c-contact .contact-form .wpcf7-acceptance input {
  height: 20px;
  width: 20px;
  margin-right: 10px;
}
.c-contact .contact-form .ms-1 {
  color: rgb(33, 128, 218);
  border-bottom: 1px solid rgb(33, 128, 218);
}
.c-contact .contact-form .privacy {
  margin: 30px 0;
}
.c-contact .contact-form .submit-btn {
  text-align: center;
}
.c-contact .contact-form .submit-btn input:disabled {
  border-color: #949494;
}
.c-contact .contact-form .submit-btn input {
  border-color: rgb(0, 0, 0);
  width: 70%;
  max-width: 320px;
}
.c-contact .contact-form .ajax-loader {
  display: none;
}
.c-contact .contact-form .wpcf7-spinner {
  display: none;
}
@media (min-width: 600px) {
  .c-contact .contact-form .c-contact-text {
    font-size: 18px;
    margin-bottom: 30px;
  }
  .c-contact .contact-form dt {
    font-size: 16px;
  }
  .c-contact .contact-form .must {
    padding: 5px 15px 15px 0;
  }
  .c-contact .contact-form .must::after {
    font-size: 14px;
  }
  .c-contact .contact-form dl {
    width: 540px;
  }
  .c-contact .contact-form .ct-date input {
    width: 250px;
  }
  .c-contact .contact-form .ct-flex {
    width: 540px;
  }
  .c-contact .contact-form select {
    width: 250px;
  }
  .c-contact .contact-form .submit-btn input {
    width: 70%;
    max-width: 320px;
    height: 64px;
    font-size: 20px;
  }
  .c-contact .contact-form .wpcf7-acceptance input {
    height: 30px;
    width: 30px;
    margin-right: 15px;
  }
  .c-contact .contact-form .ms-1 {
    font-size: 18px;
  }
  .c-contact .contact-form .privacy {
    margin: 30px 0 50px;
  }
}
@media (min-width: 1200px) {
  .c-contact .contact-form dl {
    width: 700px;
    padding-bottom: 40px;
  }
  .c-contact .contact-form .ct-date input {
    width: 380px;
  }
  .c-contact .contact-form .ct-flex {
    width: 700px;
  }
  .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 {
    margin: 10px 0 50px;
  }
}
.c-contact .grecaptcha-badge {
  box-shadow: none !important;
  width: 100% !important;
}
.c-contact .grecaptcha-badge iframe {
  box-shadow: grey 0px 0px 5px;
}
.c-contact .desc {
  margin-bottom: 25px;
  padding: 0 20px;
}
.c-contact .ct-check_wrap {
  margin-bottom: 30px;
}
.c-contact .ct-check {
  background-color: #fff;
  padding: 10px;
  border: solid 1px rgb(0, 0, 0);
}
.c-contact .ct-check .must {
  margin-bottom: 10px;
}
.c-contact .ct-check .dt {
  text-align: left;
}
@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;
  }
}

.grecaptcha-badge {
  visibility: hidden;
}

.privacy-wrapper .c-topview {
  position: relative;
}
.privacy-wrapper .c-topview .c-title {
  position: absolute;
  left: 6vw;
  bottom: -230px;
}
.privacy-wrapper .breadcrumbs-wrap {
  margin-bottom: 200px;
}
.privacy-wrapper .breadcrumbs-wrap .breadcrumb li:nth-child(3) {
  min-width: 180px;
}
@media (min-width: 600px) {
  .privacy-wrapper .c-topview .c-title {
    left: 6vw;
    bottom: -200px;
  }
  .privacy-wrapper .c-topview .c-title br {
    display: none;
  }
  .privacy-wrapper .breadcrumbs-wrap {
    margin-bottom: 180px;
  }
}
@media (min-width: 960px) {
  .privacy-wrapper .c-topview {
    margin-top: 100px;
    padding-top: 0;
    border-top: 1px solid #6d6d6d;
  }
  .privacy-wrapper .c-topview .c-title {
    left: 10vw;
    bottom: -230px;
  }
  .privacy-wrapper .breadcrumbs-wrap {
    margin-bottom: 200px;
  }
}
@media (min-width: 1200px) {
  .privacy-wrapper .c-topview .c-title {
    left: 15vw;
    bottom: -250px;
  }
  .privacy-wrapper .breadcrumbs-wrap {
    margin-bottom: 230px;
  }
}
@media (min-width: 2000px) {
  .privacy-wrapper .c-topview .c-title {
    left: 25vw;
  }
}

.c-privacy h3 {
  margin-bottom: 20px;
  font-weight: 300;
}
.c-privacy-item {
  margin-bottom: 30px;
}
@media (min-width: 960px) {
  .c-privacy .c-container {
    padding: 0 12vw;
  }
  .c-privacy h3 {
    font-size: 22px;
  }
}
@media (min-width: 1200px) {
  .c-privacy .c-container {
    padding: 0 15vw;
  }
  .c-privacy h3 {
    font-size: 28px;
  }
  .c-privacy-item {
    margin-bottom: 50px;
  }
}
@media (min-width: 2000px) {
  .c-privacy .c-container {
    padding: 0 25vw;
  }
}

.c-thanks {
  margin-top: 50px;
}
.c-thanks-title {
  text-align: center;
  font-size: 24px;
  display: block;
  margin-bottom: 30px;
  font-weight: 300;
}
.c-thanks h3 {
  margin-bottom: 20px;
  font-weight: 300;
}
.c-thanks-item {
  margin-bottom: 30px;
}
@media (min-width: 600px) {
  .c-thanks-title {
    margin-bottom: 50px;
  }
  .c-thanks-title .onlySP {
    display: none;
  }
}
@media (min-width: 960px) {
  .c-thanks {
    margin-top: 150px;
  }
  .c-thanks-title {
    font-size: 32px;
  }
  .c-thanks h3 {
    font-size: 22px;
  }
}
@media (min-width: 1200px) {
  .c-thanks {
    margin-top: 180px;
  }
  .c-thanks-title {
    font-size: 38px;
  }
  .c-thanks h3 {
    font-size: 28px;
  }
  .c-thanks .c-container {
    padding: 0 15vw;
  }
}
@media (min-width: 2000px) {
  .c-thanks .c-container {
    padding: 0 25vw;
  }
}

.p-header {
  width: 100%;
  height: 70px;
}
.p-header .logo__img {
  display: inline-block;
  margin: 10px 10px 0 10px;
}
.p-header .logo {
  background-image: url(../images/common/logo-item.webp);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  height: 50px;
  width: 130px;
  opacity: 1;
}
@media (min-width: 600px) {
  .p-header {
    height: 90px;
  }
  .p-header .logo__img {
    margin: 12px 10px 0 15px;
  }
  .p-header .logo {
    height: 70px;
    width: 160px;
  }
}
@media (max-width: 959px) {
  .p-header .pc-container,
  .p-header .pc-navbtn {
    display: none;
  }
}
@media (min-width: 960px) {
  .p-header {
    height: 0px;
  }
  .p-header .mobile-container,
  .p-header .sp-navbtn,
  .p-header .mobile-menu {
    display: none;
  }
  .p-header .pc-container {
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    justify-content: right;
    align-items: center;
    z-index: 8000;
    width: 100%;
    height: 100px;
    background-color: transparent;
    transition: background-color 0.3s ease;
  }
  .p-header .pc-container .pc-nav-list {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .p-header .pc-container .pc-nav-item {
    font-size: 15px;
    font-weight: 300;
    padding-right: 3vw;
    transition: all 0.3s;
  }
  .p-header .pc-container .pc-nav-item a {
    color: #fff;
  }
  .p-header .pc-container .pc-nav-item:hover {
    transform: translateY(4px);
    transition: all 0.3s;
  }
  .p-header .pc-container .pc-contact {
    position: absolute;
    top: 2px;
    right: 10px;
  }
  .p-header .pc-container .pc-contact a {
    position: relative;
    background-color: rgb(32, 80, 119);
    padding: 8px 20px 8px 30px;
    border-radius: 4px;
    color: #fff;
    display: inline-block;
    transition: all 0.3s;
  }
  .p-header .pc-container .pc-contact a:hover {
    transform: translateY(4px);
    transition: all 0.3s;
  }
  .p-header .pc-container .pc-contact .pc-tel::before {
    position: absolute;
    top: 0;
    left: 5px;
    bottom: 0;
    margin: auto;
    content: "";
    height: 18px;
    width: 18px;
    background-image: url(../images/common/tel-white.png);
    background-size: contain;
    background-repeat: no-repeat;
  }
  .p-header .pc-container .pc-contact .pc-net::before {
    position: absolute;
    top: 0;
    left: 5px;
    bottom: 0;
    margin: auto;
    content: "";
    height: 18px;
    width: 18px;
    background-image: url(../images/common/icon-link-1-white.png);
    background-size: contain;
    background-repeat: no-repeat;
  }
  .p-header .pc-container .logo__img {
    display: inline-block;
    margin: 10px 10px 8px 15px;
    position: fixed;
    top: 0;
    left: 0;
  }
  .p-header .pc-container .logo {
    height: 80px;
    width: 180px;
  }
  .p-header .pc-container .contact-btn {
    margin-right: 3vw;
  }
  .p-header .pc-container .contact-btn a {
    display: inline-block;
    color: #fff;
    background-color: #aa8c21;
    font-size: 15px;
    padding: 10px 20px 10px 40px;
    border-radius: 9999px;
  }
  .p-header .pc-container .contact-btn a span {
    position: relative;
  }
  .p-header .pc-container .contact-btn a span::before {
    content: "";
    width: 15px;
    height: 15px;
    background: url(../images/common/ico-mail-wh.png) no-repeat center/contain;
    position: absolute;
    top: 55%;
    left: -20px;
    transform: translateY(-50%);
  }
  .p-header .pc-container .hoverItem {
    position: relative;
  }
  .p-header .pc-container .hoverItem p {
    color: #fff;
    font-size: 15px;
    font-weight: 300;
    position: relative;
  }
  .p-header .pc-container .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 .pc-container .hoverItem .dropDown {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    top: 110%;
    left: -50%;
    width: 230px;
    padding: 15px 15px 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 .pc-container .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 .pc-container .hoverItem .dropDown li:hover {
    opacity: 0.3;
  }
  .p-header .pc-container .hoverItem .dropDown li a {
    font-size: 15px;
    font-weight: 300;
    letter-spacing: 2px;
  }
  .p-header .pc-container .hoverItem .dropDown li a span {
    color: #fff;
  }
  .p-header .pc-container .hoverItem .dropDown li:last-child {
    border-bottom: none;
    margin-bottom: 0;
  }
  .p-header .pc-container .hoverItem:hover p {
    cursor: pointer;
  }
  .p-header .pc-container .hoverItem:hover p::before {
    transform: rotate(270deg);
  }
  .p-header .pc-container .hoverItem:hover .dropDown {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
  .p-header .pc-container .hoverItem:hover .dropDown li {
    opacity: 1;
    transform: translateY(0);
  }
  .p-header .pc-container .hoverItem:hover .dropDown li:nth-child(1) {
    transition-delay: 0.1s;
  }
  .p-header .pc-container .hoverItem:hover .dropDown li:nth-child(2) {
    transition-delay: 0.2s;
  }
  .p-header .pc-container .hoverItem:hover .dropDown li:nth-child(3) {
    transition-delay: 0.3s;
  }
  .p-header .pc-container .hoverItem:hover .dropDown li:nth-child(4) {
    transition-delay: 0.4s;
  }
  .p-header .pc-container .hoverItem:hover .dropDown li:nth-child(5) {
    transition-delay: 0.5s;
  }
  .p-header .pc-container.scrolled {
    background-color: rgb(0, 0, 0);
  }
}
@media (min-width: 1200px) {
  .p-header .pc-container .pc-nav-item {
    font-size: 17px;
  }
  .p-header .pc-container .hoverItem p {
    font-size: 17px;
  }
  .p-header .pc-container .hoverItem .dropDown {
    top: 120%;
    left: -50%;
    width: 250px;
    padding: 15px 15px 5px;
  }
  .p-header .pc-container .hoverItem .dropDown li a {
    font-size: 17px;
  }
  .p-header .pc-container .contact-btn a {
    font-size: 17px;
    padding: 10px 25px 10px 50px;
  }
  .p-header .pc-container .contact-btn a span::before {
    width: 20px;
    height: 20px;
    left: -26px;
  }
  .p-header .pc-container .logo__img {
    margin: 15px 10px 8px 20px;
  }
  .p-header .pc-container .logo {
    width: 200px;
  }
}
@media (min-width: 2000px) {
  .p-header .pc-container {
    padding: 0 20vw;
  }
  .p-header .pc-container .logo__img {
    left: 20vw;
  }
}

.mobile-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: translateX(100%);
  transition: all 0.5s;
  z-index: -1;
  background-color: #000;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.mobile-menu__nav {
  display: block;
  height: 100%;
  width: 100%;
  min-height: 100vh;
}
.mobile-menu__list {
  width: 100%;
  list-style: none;
  padding-top: 120px;
  padding-bottom: 60px;
}
.mobile-menu__item {
  margin: 0 8vw 30px 8vw;
  position: relative;
  font-size: 18px;
  letter-spacing: 2px;
  /* アコーディオントリガー用のスタイル */
  /* サブメニューのスタイル */
}
.mobile-menu__item::before {
  content: "";
  width: 12px;
  height: 12px;
  background: url(../images/common/arrow-wh.png) no-repeat center/contain;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.mobile-menu__item.arrow-none::before {
  display: none;
}
.mobile-menu__item a,
.mobile-menu__item p {
  color: #fff;
  background: none;
  border: none;
  padding: 0;
  font: inherit;
  cursor: pointer;
  width: 100%;
  text-align: left;
}
.mobile-menu__item .accordion-trigger span {
  position: relative;
}
.mobile-menu__item .accordion-trigger span::after {
  content: "+";
  position: absolute;
  right: -30px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 22px;
  font-weight: 500;
  transition: transform 0.3s ease;
}
.mobile-menu__item .accordion-trigger.active span::after {
  transform: translateY(-50%) rotate(45deg);
}
.mobile-menu__item .submenu {
  list-style: none;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
  margin: 0;
  padding: 0;
}
.mobile-menu__item .submenu.active {
  margin-top: 30px;
  max-height: 170px;
}
.mobile-menu__item .submenu li a {
  display: block;
  margin-bottom: 30px;
  color: #fff;
  background-color: transparent;
  text-decoration: none;
  position: relative;
}
.mobile-menu__item .submenu li a::before {
  content: "";
  width: 12px;
  height: 12px;
  background: url(../images/common/arrow-wh.png) no-repeat center/contain;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
@media (min-width: 600px) {
  .mobile-menu__list {
    padding-top: 160px;
    padding-bottom: 80px;
  }
  .mobile-menu__item {
    font-size: 22px;
  }
}

.mobile-container {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 9000;
  overflow: hidden;
  width: 100%;
  height: 70px;
  background-color: rgb(0, 0, 0);
}
.mobile-container .mobile-button {
  position: fixed;
  top: 25px;
  right: 12px;
  z-index: 200;
  display: flex;
}
.mobile-container .mobile-menu__btn {
  background-color: unset;
  border: none;
  outline: none !important;
  cursor: pointer;
  display: block;
  position: relative;
  margin-right: 5px;
}
.mobile-container .mobile-menu__btn.inview > span {
  background-color: #fff;
}
.mobile-container .mobile-menu__btn > span {
  background-color: #fff;
  width: 25px;
  height: 2px;
  display: block;
  margin-bottom: 5px;
  transition: all 0.3s ease;
  opacity: 1;
  position: relative;
  transform-origin: center;
}
.mobile-container .mobile-menu__btn > span:last-child {
  width: 13px;
  margin-bottom: 0;
}
.mobile-container .txt {
  font-size: 14px;
  font-weight: 300;
}
@media (min-width: 600px) {
  .mobile-container {
    height: 90px;
  }
  .mobile-container .mobile-button {
    top: 30px;
    right: 20px;
  }
  .mobile-container .mobile-menu__btn span {
    width: 35px;
    margin-bottom: 7px;
  }
  .mobile-container .mobile-menu__btn span:last-child {
    width: 18px;
  }
  .mobile-container .txt {
    font-size: 18px;
  }
}

.menu-open.mobile-menu {
  z-index: 8000;
  transition: all 0.5s ease-out;
  transform: translateX(0%);
}
.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;
}
.menu-open .mobile-menu__btn > span:nth-child(1) {
  transition-delay: 70ms;
  transform: translateY(4px) rotate(45deg);
}
.menu-open .mobile-menu__btn > span:nth-child(2) {
  transition-delay: 140ms;
  transform: translateY(-3px) rotate(-45deg);
}
.menu-open .mobile-menu__btn > span:nth-child(3) {
  transition-delay: 0ms;
  transform: scaleX(0);
  opacity: 0;
}
@media (min-width: 600px) {
  .menu-open .mobile-menu__btn > span:nth-child(1) {
    transform: translateY(5px) rotate(45deg);
  }
  .menu-open .mobile-menu__btn > span:nth-child(2) {
    transform: translateY(-4px) rotate(-45deg);
  }
}

.clip-js,
.clip-js1,
.clip-js2,
.clip-js3 {
  transition: all 3s ease;
}
.clip-js.left,
.clip-js1.left,
.clip-js2.left,
.clip-js3.left {
  clip-path: inset(0 100% 0 0);
}
.clip-js.right,
.clip-js1.right,
.clip-js2.right,
.clip-js3.right {
  clip-path: inset(0 0 0 100%);
}
.clip-js.top,
.clip-js1.top,
.clip-js2.top,
.clip-js3.top {
  clip-path: inset(0 0 100% 0);
}
.clip-js.top-left,
.clip-js1.top-left,
.clip-js2.top-left,
.clip-js3.top-left {
  clip-path: inset(0 100% 100% 0);
}
.clip-js.bottom,
.clip-js1.bottom,
.clip-js2.bottom,
.clip-js3.bottom {
  clip-path: inset(100% 0 0 0);
}
.clip-js.center,
.clip-js1.center,
.clip-js2.center,
.clip-js3.center {
  clip-path: inset(100%);
}
.clip-js.circle,
.clip-js1.circle,
.clip-js2.circle,
.clip-js3.circle {
  clip-path: circle(0 at 50% 50%);
}
.clip-js.skew,
.clip-js1.skew,
.clip-js2.skew,
.clip-js3.skew {
  clip-path: polygon(0 0, 0 0, 0 0);
}
.clip-js.transform,
.clip-js1.transform,
.clip-js2.transform,
.clip-js3.transform {
  clip-path: polygon(0 0, 0 0, 0 0);
  transition: all 1.4s cubic-bezier(0.55, 0.06, 0.33, 1.85);
  transform: translateX(-30px) scale(0.86) skew(8deg);
}
.clip-js.reveal.left, .clip-js.reveal.right, .clip-js.reveal.top, .clip-js.reveal.top-left, .clip-js.reveal.bottom, .clip-js.reveal.center,
.clip-js1.reveal.left,
.clip-js1.reveal.right,
.clip-js1.reveal.top,
.clip-js1.reveal.top-left,
.clip-js1.reveal.bottom,
.clip-js1.reveal.center,
.clip-js2.reveal.left,
.clip-js2.reveal.right,
.clip-js2.reveal.top,
.clip-js2.reveal.top-left,
.clip-js2.reveal.bottom,
.clip-js2.reveal.center,
.clip-js3.reveal.left,
.clip-js3.reveal.right,
.clip-js3.reveal.top,
.clip-js3.reveal.top-left,
.clip-js3.reveal.bottom,
.clip-js3.reveal.center {
  clip-path: inset(0);
}
.clip-js.reveal.circle,
.clip-js1.reveal.circle,
.clip-js2.reveal.circle,
.clip-js3.reveal.circle {
  clip-path: circle(100% at 50% 50%);
}
.clip-js.reveal.skew,
.clip-js1.reveal.skew,
.clip-js2.reveal.skew,
.clip-js3.reveal.skew {
  clip-path: polygon(0 0, 200% 0, 0 200%);
}
.clip-js.reveal.transform,
.clip-js1.reveal.transform,
.clip-js2.reveal.transform,
.clip-js3.reveal.transform {
  clip-path: polygon(0 0, 200% 0, 0 200%);
  transform: translateX(0) scale(1) skew(0);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 600px) {
  .p-about__container {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
  }
  .p-about__img ul li:last-of-type {
    margin-top: 120px;
  }
  .p-about__txt {
    width: 40%;
  }
  .p-about__img {
    width: 55%;
  }
  .p-access__wrap {
    display: flex;
    justify-content: space-between;
  }
  .p-access__img {
    width: 48%;
  }
  .p-access__txt {
    width: 48%;
  }
  .p-instagram a {
    height: auto;
  }
  .p-instagram .more-btn {
    display: block;
  }
  .p-voices ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .p-voices__item {
    width: 48%;
  }
  .p-voices .more-btn {
    display: block;
  }
  .faq-contents .c-container {
    padding: 0 7vw;
  }
  .faq-contents .faq__title {
    text-align: center;
  }
  .faq-contents .faq .c-txt-sm, .faq-contents .faq .p-news__content {
    font-size: 16px;
  }
  .faq-contents .faq .c-txt-md {
    font-size: 18px;
  }
  .faq-contents .faq dt::before {
    font-size: 28px;
  }
  .faq-contents .faq dt span::after {
    width: 3vw;
  }
  .faq-contents .faq dd::before {
    font-size: 30px;
  }
  .faq-contents .nw-topview {
    margin: 0 -3vw;
  }
  .faq-contents .nw-topview__inner {
    margin: 0 -4vw;
  }
  .faq-contents .p-footer__wrap {
    display: flex;
    justify-content: space-between;
  }
}
@media (min-width: 960px) {
  .faq-contents {
    padding: 100px 0;
    margin: -10vh 15vw 0 0;
  }
  .faq-contents .c-container {
    padding: 0 10vw;
  }
  .faq-contents .faq__block dt .c-txt-md, .faq-contents .faq__block dd .c-txt-md {
    font-size: 20px;
  }
  .faq-contents .faq dt span {
    margin-left: 5vw;
    margin-right: 4vw;
  }
  .faq-contents .faq dt span::after {
    height: 20px;
  }
  .faq-contents .faq dd .m-description-article {
    margin-left: 5vw;
    padding: 20px 20px 20px 10px;
  }
  .faq-contents .faq .c-txtarea01 .c-txt-sm, .faq-contents .faq .c-txtarea01 .p-news__content {
    font-size: 20px;
  }
  .faq-contents .faq .c-txt-sm, .faq-contents .faq .p-news__content {
    font-size: 20px;
  }
}
@media (min-width: 1200px) {
  .faq-contents .c-container {
    padding: 0 15vw;
  }
}/*# sourceMappingURL=style.css.map */