@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..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, .c-contact-text, .c-news .category-list ul li, .c-news__content, .c-works__filter ul li, .p-news__content {
  font-size: 14px;
  letter-spacing: 2px;
  line-height: 1.8;
}
@media screen and (min-width: 600px) {
  .c-txt-sm, .c-contact-text, .c-news .category-list ul li, .c-news__content, .c-works__filter ul li, .p-news__content {
    line-height: 1.7;
  }
}
@media screen and (min-width: 960px) {
  .c-txt-sm, .c-contact-text, .c-news .category-list ul li, .c-news__content, .c-works__filter ul li, .p-news__content {
    font-size: 16px;
  }
}
@media screen and (min-width: 1200px) {
  .c-txt-sm, .c-contact-text, .c-news .category-list ul li, .c-news__content, .c-works__filter ul li, .p-news__content {
    font-size: 16px;
  }
}

.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-thanks .c-title, .c-privacy-desc, .c-privacy .c-title, .c-contact-text, .c-news .category-list, .c-news__list, .c-works-sl__list, .c-works-sl .p-works-link, .c-works__filter, .c-works__list, .p-contact__desc, .p-news__list, .p-service__eng, .p-title {
  margin-bottom: 50px;
}
@media screen and (min-width: 960px) {
  .mb-sm, .c-thanks-desc, .c-thanks .c-title, .c-privacy-desc, .c-privacy .c-title, .c-contact-text, .c-news .category-list, .c-news__list, .c-works-sl__list, .c-works-sl .p-works-link, .c-works__filter, .c-works__list, .p-contact__desc, .p-news__list, .p-service__eng, .p-title {
    margin-bottom: 65px;
  }
}
@media screen and (min-width: 1200px) {
  .mb-sm, .c-thanks-desc, .c-thanks .c-title, .c-privacy-desc, .c-privacy .c-title, .c-contact-text, .c-news .category-list, .c-news__list, .c-works-sl__list, .c-works-sl .p-works-link, .c-works__filter, .c-works__list, .p-contact__desc, .p-news__list, .p-service__eng, .p-title {
    margin-bottom: 80px;
  }
}

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

.mb-lr, .c-news-sl, .c-works-sl, .c-flow, .c-service, .p-about, .top-view {
  margin-bottom: 70px;
}
@media screen and (min-width: 600px) {
  .mb-lr, .c-news-sl, .c-works-sl, .c-flow, .c-service, .p-about, .top-view {
    margin-bottom: 80px;
  }
}
@media screen and (min-width: 960px) {
  .mb-lr, .c-news-sl, .c-works-sl, .c-flow, .c-service, .p-about, .top-view {
    margin-bottom: 90px;
  }
}
@media screen and (min-width: 1200px) {
  .mb-lr, .c-news-sl, .c-works-sl, .c-flow, .c-service, .p-about, .top-view {
    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;
  }
}
@media screen and (min-width: 2000px) {
  .c-container {
    padding: 0 20vw;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Stylesheet: ベーススタイル

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

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

body {
  letter-spacing: 1px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}

.font, .c-flow__list__item h3, .c-service__list__item .Desc h3, .c-service__list__item .Desc .num, .c-company .c-about .c-tit, .c-company .c-philosophy__list__item h3, .c-company .c-message__name, .c-company .c-message .c-tit, .p-works-link h3, .c-title {
  font-family: "Noto Serif JP", serif;
}

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: #AA8B3E;
  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 {
  position: relative;
}
.c-topview__img {
  height: 40vh;
  position: relative;
}
.c-topview__img::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #000;
  opacity: 0.6;
}
.c-topview .c-title {
  position: absolute;
  z-index: 10;
  bottom: 5vh;
  left: 0;
  width: 100%;
  padding: 0 5vw;
}
@media (min-width: 600px) {
  .c-topview .c-title {
    bottom: 8vh;
    padding: 0 8vw;
  }
}
@media (min-width: 960px) {
  .c-topview {
    position: relative;
  }
  .c-topview__img {
    height: 60vh;
  }
  .c-topview .c-title {
    bottom: auto;
    top: 55%;
    transform: translateY(-50%);
  }
}
@media (min-width: 1200px) {
  .c-topview .c-title {
    padding: 0 12vw;
  }
}
@media (min-width: 2000px) {
  .c-topview .c-title {
    padding: 0 25vw;
  }
}

.p-title__ja {
  font-size: 1.4rem;
  line-height: 2;
  font-weight: 500;
  letter-spacing: 3px;
}
.p-title__en {
  font-size: 0.9rem;
  color: #AA8B3E;
  font-weight: 400;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
@media (min-width: 600px) {
  .p-title__ja {
    font-size: 1.8rem;
  }
}
@media (min-width: 960px) {
  .p-title__ja {
    font-size: 2.2rem;
    line-height: 1.6;
    letter-spacing: 5px;
  }
  .p-title__en {
    font-size: 1rem;
    letter-spacing: 3px;
  }
}
@media (min-width: 1200px) {
  .p-title__ja {
    font-size: 2.6rem;
  }
  .p-title__en {
    font-size: 1.1rem;
  }
}

.c-title {
  color: #fff;
}
.c-title .en {
  font-size: 2.8rem;
  letter-spacing: 3px;
  font-weight: 400;
  margin-bottom: 3vh;
}
.c-title .ja {
  font-size: 0.9rem;
  font-weight: 300;
  letter-spacing: 2px;
}
@media (min-width: 600px) {
  .c-title .en {
    font-size: 3.2rem;
    letter-spacing: 5px;
    margin-bottom: 2vh;
  }
}
@media (min-width: 960px) {
  .c-title .en {
    font-size: 4.4rem;
    margin-bottom: 1vh;
  }
  .c-title .ja {
    font-size: 1.1rem;
  }
}
@media (min-width: 1200px) {
  .c-title .en {
    font-size: 5.2rem;
    margin-bottom: 1vh;
  }
}

.tit {
  letter-spacing: 2px;
  position: relative;
}
.tit .ja {
  color: #AA8B3E;
  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: #AA8B3E;
  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 {
  color: #AA8B3E;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 2px;
  margin-bottom: 20px;
}
@media (min-width: 960px) {
  .c-tit {
    font-size: 1.2rem;
    margin-bottom: 30px;
  }
}

.more-btn {
  position: relative;
  text-align: center;
}
.more-btn__link {
  background-color: #AA8B3E;
  display: inline-block;
  padding: 15px 15px;
  border: 2px solid #AA8B3E;
  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: #AA8B3E;
  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 .c-contact-text, .more-btn__link .c-news .category-list ul li, .c-news .category-list ul .more-btn__link li, .more-btn__link .c-news__content, .more-btn__link .c-works__filter ul li, .c-works__filter ul .more-btn__link li, .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 .c-contact-text, .more-btn__link .c-news .category-list ul li, .c-news .category-list ul .more-btn__link li, .more-btn__link .c-news__content, .more-btn__link .c-works__filter ul li, .c-works__filter ul .more-btn__link li, .more-btn__link .p-news__content {
    font-size: 18px;
  }
}
.more-btn .servicebtn {
  border: 1px solid #AA8B3E;
  background-color: rgb(0, 0, 0);
}
@media (min-width: 960px) {
  .more-btn__link02 {
    width: 52%;
  }
}

.text-btn {
  text-align: right;
}
.text-btn-wrap {
  display: flex;
  justify-content: right;
  align-items: center;
}
.text-btn a {
  display: inline-block;
  color: rgb(0, 0, 0);
}
.text-btn a .arrow {
  width: 60px;
  height: 60px;
  display: inline-block;
  margin-right: 15px;
  position: relative;
}
.text-btn a .arrow::before {
  content: "";
  width: 30px;
  height: 30px;
  background-color: #AA8B3E;
  border-radius: 50%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  transition: all 0.3s;
}
.text-btn a .arrow::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  /* 上向きの二等辺三角形の場合 */
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 8px solid rgb(0, 0, 0);
  /* 色は任意に変更可能 */
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%) rotate(90deg);
}
.text-btn a:hover .arrow::before {
  width: 40px;
  height: 40px;
}
@media (min-width: 960px) {
  .text-btn a .arrow {
    width: 60px;
    height: 60px;
    margin-right: 20px;
  }
  .text-btn a .arrow::before {
    width: 45px;
    height: 45px;
  }
  .text-btn a:hover .arrow::before {
    width: 60px;
    height: 60px;
  }
}

.top-view {
  position: relative;
}
.top-view .hero {
  position: relative;
}
.top-view .hero::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #000;
  opacity: 0.3;
  z-index: 5;
}
.top-view .hero .swiper-slide {
  height: 100vh;
  position: relative;
}
.top-view .hero .scroll {
  position: absolute;
  z-index: 10;
  bottom: 100px;
  right: 3vw;
  color: #fff;
  writing-mode: vertical-rl;
  font-size: 12px;
  font-weight: 300;
}
.top-view .hero .scroll::before {
  content: "";
  width: 1px;
  height: 50px;
  background-color: #fff;
  position: absolute;
  bottom: -60px;
  left: 50%;
  transform: translateX(-50%);
}
.top-view .hero .scroll::after {
  content: "";
  width: 1px;
  height: 15px;
  background-color: #fff;
  position: absolute;
  bottom: -61px;
  right: 4px;
  transform: translateX(-50%) rotate(30deg);
}
@media (min-width: 960px) {
  .top-view .hero .scroll {
    bottom: 150px;
    font-size: 18px;
    right: 4vw;
  }
  .top-view .hero .scroll::before {
    height: 80px;
    bottom: -100px;
  }
  .top-view .hero .scroll::after {
    height: 20px;
    bottom: -100px;
    right: 8px;
    transform: translateX(-50%) rotate(25deg);
  }
}
@media (min-width: 2000px) {
  .top-view .hero .scroll {
    right: 20vw;
  }
}
.top-view .hero__text {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: 10;
  color: #fff;
  padding: 0 5vw;
}
.top-view .hero__text h2 {
  letter-spacing: 4px;
  font-weight: 600;
  font-size: 2rem;
  line-height: 1.3;
  margin-bottom: 15px;
}
.top-view .hero__text h2 span {
  background: linear-gradient(-45deg, #efdfb8 30%, #AA8B3E 50%, #efdfb8 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.top-view .hero__text h3 {
  font-size: 12px;
  font-weight: 300;
  line-height: 1.8;
}
.top-view .hero__text h3 span {
  background: linear-gradient(-45deg, #efdfb8 30%, #AA8B3E 50%, #efdfb8 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (min-width: 600px) {
  .top-view .hero__text h2 {
    letter-spacing: 4px;
    font-size: 2.6rem;
    line-height: 1.4;
    margin-bottom: 20px;
  }
  .top-view .hero__text h3 {
    font-size: 0.9rem;
    line-height: 2;
  }
}
@media (min-width: 960px) {
  .top-view .hero__text h2 {
    letter-spacing: 6px;
    font-size: 3.2rem;
    line-height: 1.6;
    margin-bottom: 30px;
  }
  .top-view .hero__text h2 span {
    font-size: 3.8rem;
  }
  .top-view .hero__text h3 {
    font-size: 1rem;
    line-height: 2;
  }
  .top-view .hero__text h3 br {
    display: none;
  }
}
@media (min-width: 1200px) {
  .top-view .hero__text {
    padding: 0 10vw;
  }
  .top-view .hero__text h2 {
    letter-spacing: 6px;
    font-size: 4rem;
    line-height: 1.4;
    margin-bottom: 50px;
  }
  .top-view .hero__text h2 span {
    font-size: 5rem;
  }
  .top-view .hero__text h3 {
    font-size: 1.2rem;
  }
}
@media (min-width: 2000px) {
  .top-view .hero__text {
    padding: 0 20vw;
  }
}

.p-about__desc {
  margin-bottom: 30px;
}
.p-about__desc .c-txt-sm, .p-about__desc .c-contact-text, .p-about__desc .c-news .category-list ul li, .c-news .category-list ul .p-about__desc li, .p-about__desc .c-news__content, .p-about__desc .c-works__filter ul li, .c-works__filter ul .p-about__desc li, .p-about__desc .p-news__content {
  line-height: 2;
}
@media (min-width: 600px) {
  .p-about__desc {
    margin-bottom: 50px;
  }
}
@media (min-width: 960px) {
  .p-about .c-container {
    display: grid;
    grid-template-rows: auto auto;
    grid-template-columns: 30% 70%;
  }
  .p-about .p-title {
    grid-row: 1/2;
    grid-column: 1/2;
    align-self: flex-end;
    margin-bottom: 40px;
  }
  .p-about .text-btn {
    grid-row: 2/3;
    grid-column: 1/2;
  }
  .p-about__desc {
    grid-row: 1/3;
    grid-column: 2/3;
    margin: 0 0 0 5vw;
    align-self: center;
  }
}
@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-works {
  background-color: #f1f1f0;
  padding: 80px 0 30px;
  position: relative;
}
.p-works::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 50px;
  top: 0;
  left: 0;
  background: linear-gradient(#ffffff, transparent);
}
.p-works__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}
.p-works__nav {
  display: flex;
  gap: 10px;
  margin-right: 5vw;
}
.p-works__slider {
  position: relative;
}
.p-works__slider .swiper-works {
  position: relative;
}
.p-works__wrap {
  margin-bottom: 50px;
}
.p-works-link {
  display: block;
  color: rgb(0, 0, 0);
}
.p-works-link .Img {
  height: 220px;
  margin-bottom: 15px;
}
.p-works-link h3 {
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 1.8;
}
.p-works__table small {
  color: #888;
  font-size: 0.8rem;
}
.p-works__table h4 {
  margin: 10px 0;
  padding-bottom: 10px;
  font-size: 1.3rem;
  font-weight: 300;
  line-height: 2;
  letter-spacing: 2px;
  border-bottom: 1px solid #ccc;
}
.p-works__table p {
  font-size: 0.8rem;
  color: #888;
}
.p-works .swiper-button-prev,
.p-works .swiper-button-next {
  position: relative;
  width: 44px;
  height: 44px;
  margin: 0;
  background-color: rgba(255, 255, 255, 0.9);
  border: 1px solid #ddd;
  border-radius: 50%;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  cursor: pointer;
  flex-shrink: 0;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  margin-top: 0;
}
.p-works .swiper-button-prev::after,
.p-works .swiper-button-next::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
}
.p-works .swiper-button-prev:hover,
.p-works .swiper-button-next:hover {
  background-color: #fff;
  border-color: #333;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  transform: scale(1.1);
}
.p-works .swiper-button-prev.swiper-button-disabled,
.p-works .swiper-button-next.swiper-button-disabled {
  opacity: 0.3;
  cursor: not-allowed;
}
.p-works .swiper-button-prev.swiper-button-disabled:hover,
.p-works .swiper-button-next.swiper-button-disabled:hover {
  transform: scale(1);
  border-color: #ddd;
}
.p-works .swiper-button-prev {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23333' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='15 18 9 12 15 6'%3E%3C/polyline%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px;
}
.p-works .swiper-button-prev::after {
  content: none;
}
.p-works .swiper-button-next {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23333' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='9 18 15 12 9 6'%3E%3C/polyline%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px;
}
.p-works .swiper-button-next::after {
  content: none;
}
@media (min-width: 960px) {
  .p-works {
    padding: 120px 0 50px;
  }
  .p-works::before {
    height: 100px;
  }
  .p-works__header {
    justify-content: right;
    margin-bottom: 50px;
  }
  .p-works__nav {
    display: flex;
    gap: 10px;
  }
  .p-works__wrap {
    margin-bottom: 60px;
  }
  .p-works-link .Img {
    height: 300px;
  }
  .p-works-link h3 {
    font-size: 1.3rem;
    line-height: 2.2;
  }
  .p-works__table small {
    font-size: 0.9rem;
  }
  .p-works__table h4 {
    margin: 15px 0;
    padding-bottom: 15px;
    font-size: 1.7rem;
  }
  .p-works__table p {
    font-size: 0.9rem;
  }
  .p-works .swiper-button-prev,
  .p-works .swiper-button-next {
    width: 60px;
    height: 60px;
  }
  .p-works .swiper-button-prev {
    background-size: 24px;
  }
  .p-works .swiper-button-next {
    background-size: 24px;
  }
}
@media (min-width: 1200px) {
  .p-works-link h3 {
    font-size: 1.5rem;
    line-height: 2.2;
  }
  .p-works__table h4 {
    font-size: 1.8rem;
  }
}

.p-service {
  background-color: #f1f1f0;
  padding-bottom: 80px;
}
.p-service__eng {
  font-size: 2.8rem;
  line-height: 1.2;
  font-weight: 500;
  overflow: hidden;
  padding-left: 5vw;
  background: url(../images/home/gold-bg.webp) no-repeat left bottom/cover;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.p-service__desc h3 {
  font-size: 1.2rem;
  line-height: 2;
  font-weight: 400;
  letter-spacing: 2px;
  margin-bottom: 30px;
}
.p-service__list__item {
  margin-bottom: 50px;
}
.p-service__list__item a {
  color: rgb(0, 0, 0);
}
.p-service__list__item .Desc {
  padding-left: 5vw;
  position: relative;
}
.p-service__list__item .Desc .arrow {
  width: 60px;
  height: 60px;
  display: inline-block;
  margin-right: 5vw;
  position: absolute;
  bottom: 67px;
  right: 0;
}
.p-service__list__item .Desc .arrow::before {
  content: "";
  width: 30px;
  height: 30px;
  background-color: #AA8B3E;
  border-radius: 50%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  transition: all 0.3s;
}
.p-service__list__item .Desc .arrow::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  /* 上向きの二等辺三角形の場合 */
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 8px solid rgb(0, 0, 0);
  /* 色は任意に変更可能 */
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%) rotate(90deg);
}
.p-service__list__item .Desc h3 {
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: 2px;
  margin-bottom: 8px;
}
.p-service__list__item .Desc p {
  font-size: 0.8rem;
  font-weight: 300;
  letter-spacing: 2px;
}
.p-service__list__item .Img {
  margin: 7px 0 0 10vw;
}
@media (min-width: 600px) {
  .p-service__eng {
    font-size: 4.2rem;
  }
  .p-service__desc h3 {
    font-size: 1.4rem;
    line-height: 1.7;
  }
  .p-service__list__item .Desc {
    padding-left: 8vw;
  }
  .p-service__list__item .Img {
    margin: -15px 0 0 30vw;
  }
}
@media (min-width: 960px) {
  .p-service {
    padding-bottom: 120px;
  }
  .p-service__eng {
    font-size: 6.4rem;
    line-height: 1;
    letter-spacing: 5px;
    padding-left: 10vw;
  }
  .p-service__desc {
    margin-left: 30vw;
  }
  .p-service__desc h3 {
    font-size: 1.6rem;
  }
  .p-service__list__item {
    margin-bottom: 50px;
  }
  .p-service__list__item:last-child .Desc h3 br {
    display: none;
  }
  .p-service__list__item a {
    color: rgb(0, 0, 0);
    display: inline-block;
    position: relative;
  }
  .p-service__list__item a:hover .Img {
    opacity: 0.8;
  }
  .p-service__list__item .Desc {
    padding-left: 10vw;
    position: relative;
    z-index: 10;
  }
  .p-service__list__item .Desc .arrow {
    margin-right: 0;
    position: absolute;
    bottom: 24px;
    right: -80px;
  }
  .p-service__list__item .Desc h3 {
    font-size: 2.6rem;
    margin-bottom: 12px;
  }
  .p-service__list__item .Desc p {
    font-size: 0.9rem;
  }
  .p-service__list__item .Img {
    margin: 0;
    position: absolute;
    top: 50%;
    right: -20vw;
    transform: translateY(-50%);
    width: 50vw;
    height: 250px;
    z-index: 1;
    opacity: 0;
    transition: all 0.3s;
  }
  .p-service .text-btn {
    text-align: left;
  }
}
@media (min-width: 1200px) {
  .p-service__eng {
    font-size: 7.8rem;
  }
  .p-service__desc h3 {
    font-size: 2rem;
  }
  .p-service__list__item {
    margin-bottom: 80px;
  }
  .p-service__list__item .Desc {
    padding-left: 10vw;
  }
  .p-service__list__item .Desc .arrow {
    margin-right: 0;
    position: absolute;
    bottom: 33px;
    right: -80px;
  }
  .p-service__list__item .Desc h3 {
    font-size: 3.4rem;
  }
  .p-service__list__item .Desc p {
    font-size: 1rem;
  }
  .p-service__list__item .Img {
    width: 40vw;
    height: 300px;
  }
}
@media (min-width: 2000px) {
  .p-service .c-container {
    padding: 0 20vw;
  }
  .p-service__eng {
    padding-left: 20vw;
  }
  .p-service__list__item .Desc {
    padding-left: 20vw;
  }
}

.p-news {
  padding: 80px 0;
  background-color: #fff;
  position: relative;
}
.p-news::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 50px;
  top: 0;
  left: 0;
  background: linear-gradient(#f1f1f0, transparent);
}
.p-news__item {
  padding: 20px 10px;
  border-bottom: 1px solid rgb(135, 135, 135);
}
.p-news__item a {
  color: rgb(0, 0, 0);
}
.p-news__item a:hover {
  opacity: 0.6;
}
.p-news__item:first-child {
  border-top: 1px solid rgb(135, 135, 135);
}
.p-news__date {
  color: #888;
  font-size: 12px;
  display: inline-block;
  margin-right: 10px;
}
.p-news .cate-item {
  display: inline-block;
  font-size: 12px;
  background-color: #AA8B3E;
  color: #fff;
  padding: 3px 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;
  }
}
@media (min-width: 960px) {
  .p-news {
    padding: 120px 0;
  }
  .p-news::before {
    height: 100px;
  }
  .p-news .c-container {
    display: grid;
    grid-template-rows: auto auto;
    grid-template-columns: auto auto;
  }
  .p-news .p-title {
    grid-row: 1/2;
    grid-column: 1/2;
    align-self: flex-end;
  }
  .p-news .text-btn {
    grid-row: 2/3;
    grid-column: 1/2;
  }
  .p-news__list {
    grid-row: 1/3;
    grid-column: 2/3;
    margin: 0 0 0 5vw;
  }
  .p-news__item {
    padding: 30px 15px;
  }
  .p-news__date {
    font-size: 14px;
  }
  .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;
  }
}

.p-contact {
  padding: 80px 0 50px;
  position: relative;
}
.p-contact__desc {
  text-align: center;
}
.p-contact__btn {
  position: relative;
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}
.p-contact__btn::before {
  content: "";
  width: 100%;
  height: 100%;
  background: url(../images/home/img10.webp) no-repeat center/cover;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  transition: all 0.3s;
}
.p-contact__btn::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgb(0, 0, 0);
  opacity: 0.6;
}
.p-contact__btn a {
  display: block;
  position: relative;
  z-index: 10;
  color: #fff;
  text-align: center;
}
.p-contact__btn a .ja {
  display: block;
  font-size: 1.4rem;
  letter-spacing: 3px;
  font-weight: 300;
  line-height: 1.2;
}
.p-contact__btn a .en {
  color: #AA8B3E;
  font-size: 12px;
  letter-spacing: 3px;
  font-weight: 300;
}
.p-contact__btn:hover::before {
  transform: scale(1.1);
}
@media (min-width: 600px) {
  .p-contact__desc {
    flex-basis: 48%;
    margin-bottom: 0;
  }
  .p-contact__btn {
    flex-basis: 48%;
  }
}
@media (min-width: 960px) {
  .p-contact {
    padding-top: 120px;
  }
  .p-contact__btn {
    height: 300px;
  }
  .p-contact__btn a .ja {
    font-size: 1.8rem;
    letter-spacing: 5px;
    font-weight: 300;
    line-height: 1.4;
  }
  .p-contact__btn:hover {
    background-size: 120%;
  }
}

.p-footer {
  padding: 0 0 30px;
  color: #fff;
  background-color: rgb(0, 0, 0);
}
.p-footer__logo {
  margin-bottom: 30px;
  text-align: center;
}
.p-footer__logo .mark {
  width: 100px;
  height: 100px;
  margin: 0 auto 20px;
}
.p-footer__logo .mark img {
  -o-object-fit: contain;
     object-fit: contain;
}
.p-footer__logo .whiteLogo {
  width: 200px;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-footer__logo .whiteLogo {
  filter: brightness(0) invert(1);
}
.p-footer__address {
  margin-bottom: 50px;
}
.p-footer__address .c-txt-sm, .p-footer__address .c-contact-text, .p-footer__address .c-news .category-list ul li, .c-news .category-list ul .p-footer__address li, .p-footer__address .c-news__content, .p-footer__address .c-works__filter ul li, .c-works__filter ul .p-footer__address li, .p-footer__address .p-news__content {
  font-weight: 300;
  font-size: 13px;
  line-height: 2.2;
}
.p-footer__nav {
  margin-bottom: 50px;
}
.p-footer__nav .navmenu-item {
  border-bottom: 1px solid #888;
  padding-bottom: 15px;
  margin-bottom: 15px;
  /* サブメニューのスタイル */
}
.p-footer__nav .navmenu-item a,
.p-footer__nav .navmenu-item p {
  color: #fff;
}
.p-footer__nav .navmenu-item .submenu {
  padding-top: 15px;
}
.p-footer__nav .navmenu-item .submenu-item {
  margin-bottom: 8px;
}
.p-footer__nav .navmenu-item .submenu-item a {
  color: #fff;
}
.p-footer__nav .navmenu-item .submenu-item a .c-txt-sm, .p-footer__nav .navmenu-item .submenu-item a .c-contact-text, .p-footer__nav .navmenu-item .submenu-item a .c-news .category-list ul li, .c-news .category-list ul .p-footer__nav .navmenu-item .submenu-item a li, .p-footer__nav .navmenu-item .submenu-item a .c-news__content, .p-footer__nav .navmenu-item .submenu-item a .c-works__filter ul li, .c-works__filter ul .p-footer__nav .navmenu-item .submenu-item a li, .p-footer__nav .navmenu-item .submenu-item a .p-news__content {
  font-size: 12px;
  display: inline-block;
  padding-left: 20px;
  position: relative;
}
.p-footer__nav .navmenu-item .submenu-item a .c-txt-sm::before, .p-footer__nav .navmenu-item .submenu-item a .c-contact-text::before, .p-footer__nav .navmenu-item .submenu-item a .c-news .category-list ul li::before, .c-news .category-list ul .p-footer__nav .navmenu-item .submenu-item a li::before, .p-footer__nav .navmenu-item .submenu-item a .c-news__content::before, .p-footer__nav .navmenu-item .submenu-item a .c-works__filter ul li::before, .c-works__filter ul .p-footer__nav .navmenu-item .submenu-item a li::before, .p-footer__nav .navmenu-item .submenu-item a .p-news__content::before {
  content: "";
  width: 5px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 5px;
  margin: auto;
}
.p-footer__bottom {
  border-top: 1px solid #ccc;
  padding: 15px 3vw 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.p-footer__bottom .copyright {
  text-align: center;
  color: #949494;
  font-size: 12px;
}
.p-footer__bottom .pagetop a {
  display: inline-block;
  color: #fff;
  font-size: 12px;
  padding-left: 30px;
  position: relative;
}
.p-footer__bottom .pagetop a::before {
  content: "";
  width: 20px;
  height: 20px;
  border: 1px solid #AA8B3E;
  border-radius: 50%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.p-footer__bottom .pagetop a::after {
  position: absolute;
  content: "";
  /* 上向きの二等辺三角形の場合 */
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-bottom: 5px solid #AA8B3E;
  top: 50%;
  left: 7px;
  transform: translateY(-50%);
}
@media (min-width: 600px) {
  .p-footer .c-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 50px;
  }
  .p-footer__wrap {
    margin-right: 5vw;
  }
  .p-footer__address {
    margin-bottom: 0;
  }
  .p-footer__nav {
    flex: 1;
    margin-bottom: 0;
  }
  .p-footer__nav .navmenu {
    display: grid;
    grid-template-rows: auto auto;
    grid-template-columns: 48% 48%;
    gap: 0 4%;
  }
  .p-footer__nav .navmenu-item {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 15px;
  }
  .p-footer__nav .navmenu-item:nth-child(1) {
    grid-row: 1/2;
    grid-column: 1/2;
  }
  .p-footer__nav .navmenu-item:nth-child(2) {
    grid-row: 1/2;
    grid-column: 2/3;
  }
  .p-footer__nav .navmenu-item:nth-child(3) {
    grid-row: 2/3;
    grid-column: 1/2;
  }
  .p-footer__nav .navmenu-item:nth-child(5) {
    grid-row: 2/3;
    grid-column: 2/3;
  }
  .p-footer__nav .navmenu-item:nth-child(6) {
    grid-row: 3/4;
    grid-column: 1/2;
  }
  .p-footer__bottom {
    padding: 20px 6vw 0;
  }
}
@media (min-width: 960px) {
  .p-footer {
    padding-bottom: 40px;
  }
  .p-footer__wrap {
    margin-right: 8vw;
  }
  .p-footer__nav .navmenu {
    display: grid;
    grid-template-rows: auto auto;
    grid-template-columns: 31% 31% 31%;
    gap: 0 3.5%;
  }
  .p-footer__nav .navmenu-item {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 15px;
  }
  .p-footer__nav .navmenu-item:nth-child(1) {
    grid-row: 1/2;
    grid-column: 1/2;
  }
  .p-footer__nav .navmenu-item:nth-child(2) {
    grid-row: 1/2;
    grid-column: 2/3;
  }
  .p-footer__nav .navmenu-item:nth-child(3) {
    grid-row: 1/2;
    grid-column: 3/4;
  }
  .p-footer__nav .navmenu-item:nth-child(5) {
    grid-row: 2/3;
    grid-column: 2/3;
  }
  .p-footer__nav .navmenu-item:nth-child(6) {
    grid-row: 2/3;
    grid-column: 3/4;
  }
  .p-footer__nav .navmenu-item .submenu-item a .c-txt-sm, .p-footer__nav .navmenu-item .submenu-item a .c-contact-text, .p-footer__nav .navmenu-item .submenu-item a .c-news .category-list ul li, .c-news .category-list ul .p-footer__nav .navmenu-item .submenu-item a li, .p-footer__nav .navmenu-item .submenu-item a .c-news__content, .p-footer__nav .navmenu-item .submenu-item a .c-works__filter ul li, .c-works__filter ul .p-footer__nav .navmenu-item .submenu-item a li, .p-footer__nav .navmenu-item .submenu-item a .p-news__content {
    font-size: 14px;
  }
  .p-footer__bottom {
    padding: 30px 8vw 0;
  }
  .p-footer__bottom .copyright {
    font-size: 14px;
  }
  .p-footer__bottom .pagetop a {
    font-size: 14px;
    padding-left: 40px;
  }
  .p-footer__bottom .pagetop a::before {
    width: 25px;
    height: 25px;
  }
  .p-footer__bottom .pagetop a::after {
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-bottom: 8px solid #AA8B3E;
    left: 8.5px;
  }
}
@media (min-width: 1200px) {
  .p-footer .c-container {
    padding: 0 10vw;
  }
  .p-footer__bottom {
    padding: 30px 10vw 0;
  }
}
@media (min-width: 2000px) {
  .p-footer .c-container {
    padding: 0 20vw;
  }
  .p-footer__bottom {
    padding: 30px 20vw 0;
  }
}

.c-company .fix-img {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.c-company .fix-img::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgb(0, 0, 0);
  opacity: 0.6;
}
.c-company .c-message {
  background-color: rgb(0, 0, 0);
  padding: 80px 0 0;
  margin-bottom: 80px;
  color: #fff;
  position: relative;
}
.c-company .c-message::before {
  content: "";
  width: 100%;
  height: 80px;
  background: linear-gradient(rgb(0, 0, 0), transparent);
  position: absolute;
  bottom: -80px;
  left: 0;
}
.c-company .c-message__img {
  margin-left: 6vw;
}
.c-company .c-message__tit {
  font-size: 2.8rem;
  font-weight: 500;
  margin: -40px 0 50px 8vw;
}
.c-company .c-message .c-tit {
  color: #fff;
  padding-bottom: 20px;
  margin-bottom: 50px;
  border-bottom: 1px solid #888;
}
.c-company .c-message__desc .c-txt-sm, .c-company .c-message__desc .c-contact-text, .c-company .c-message__desc .c-news .category-list ul li, .c-news .category-list ul .c-company .c-message__desc li, .c-company .c-message__desc .c-news__content, .c-company .c-message__desc .c-works__filter ul li, .c-works__filter ul .c-company .c-message__desc li, .c-company .c-message__desc .p-news__content {
  line-height: 2;
  margin-bottom: 15px;
}
.c-company .c-message__name {
  margin-top: 40px;
  text-align: right;
  font-size: 16px;
  letter-spacing: 2px;
  line-height: 2;
}
.c-company .c-message__name .Wrap {
  display: inline-block;
  border-bottom: 1px solid #888;
  padding: 0 8vw 15px 0;
}
.c-company .c-message__name small {
  letter-spacing: 1px;
  display: inline-block;
  padding-right: 30px;
}
@media (min-width: 600px) {
  .c-company .c-message .c-container {
    padding: 0 10vw;
  }
  .c-company .c-message__top {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    margin-bottom: 50px;
  }
  .c-company .c-message .c-tit {
    margin-right: -10vw;
  }
  .c-company .c-message__tit {
    margin: 0 -5vw 0 10vw;
    position: relative;
    z-index: 10;
    letter-spacing: 2px;
  }
  .c-company .c-message__img {
    flex: 1;
    margin: 0 10vw 0 0;
  }
  .c-company .c-message__name {
    font-size: 20px;
  }
  .c-company .c-message__name .Wrap {
    padding: 0 10vw 15px 0;
  }
}
@media (min-width: 960px) {
  .c-company .c-message {
    padding: 120px 0 0;
    margin-bottom: 120px;
  }
  .c-company .c-message::before {
    height: 120px;
    bottom: -120px;
  }
  .c-company .c-message__tit {
    font-size: 3.6rem;
  }
  .c-company .c-message .c-tit {
    padding-bottom: 30px;
    margin-bottom: 60px;
  }
  .c-company .c-message__desc .c-txt-sm, .c-company .c-message__desc .c-contact-text, .c-company .c-message__desc .c-news .category-list ul li, .c-news .category-list ul .c-company .c-message__desc li, .c-company .c-message__desc .c-news__content, .c-company .c-message__desc .c-works__filter ul li, .c-works__filter ul .c-company .c-message__desc li, .c-company .c-message__desc .p-news__content {
    margin-bottom: 20px;
  }
  .c-company .c-message__name {
    margin-top: 50px;
    font-size: 22px;
  }
}
@media (min-width: 1200px) {
  .c-company .c-message .c-container {
    padding: 0 18vw;
  }
  .c-company .c-message .c-tit {
    margin-right: -18vw;
  }
  .c-company .c-message__tit {
    margin: 0 -5vw 0 18vw;
    font-size: 4.2rem;
  }
  .c-company .c-message__img {
    margin: 0 18vw 0 0;
  }
  .c-company .c-message__name .Wrap {
    padding: 0 18vw 15px 0;
  }
}
@media (min-width: 2000px) {
  .c-company .c-message .c-container {
    padding: 0 24vw;
  }
}
.c-company .c-philosophy {
  padding: 80px 0;
  margin-bottom: 80px;
  position: relative;
  color: #fff;
}
.c-company .c-philosophy__list {
  position: relative;
  z-index: 10;
}
.c-company .c-philosophy__list__item {
  margin-bottom: 50px;
}
.c-company .c-philosophy__list__item:last-child {
  margin-bottom: 0;
}
.c-company .c-philosophy__list__item h3 {
  font-size: 1.3rem;
  letter-spacing: 2px;
  font-weight: 500;
  line-height: 1.7;
  margin-bottom: 30px;
}
.c-company .c-philosophy__list__item .c-txt-sm, .c-company .c-philosophy__list__item .c-contact-text, .c-company .c-philosophy__list__item .c-news .category-list ul li, .c-news .category-list ul .c-company .c-philosophy__list__item li, .c-company .c-philosophy__list__item .c-news__content, .c-company .c-philosophy__list__item .c-works__filter ul li, .c-works__filter ul .c-company .c-philosophy__list__item li, .c-company .c-philosophy__list__item .p-news__content {
  line-height: 2.2;
}
.c-company .c-philosophy__list__item .List-item {
  margin-bottom: 30px;
}
.c-company .c-philosophy__list__item .List-item h3 {
  margin-bottom: 15px;
}
.c-company .c-philosophy__list__item .List-item h3 small {
  display: inline-block;
  padding-left: 40px;
  position: relative;
}
.c-company .c-philosophy__list__item .List-item h3 small::before {
  content: "";
  width: 20px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 10px;
  margin: auto;
}
@media (min-width: 600px) {
  .c-company .c-philosophy .c-container {
    padding: 0 10vw;
  }
}
@media (min-width: 960px) {
  .c-company .c-philosophy {
    padding: 120px 0;
    margin-bottom: 120px;
  }
  .c-company .c-philosophy__list__item {
    margin-bottom: 70px;
  }
  .c-company .c-philosophy__list__item h3 {
    font-size: 1.8rem;
    letter-spacing: 4px;
    line-height: 1.6;
    margin-bottom: 40px;
  }
  .c-company .c-philosophy__list__item .List-item {
    margin-bottom: 40px;
  }
  .c-company .c-philosophy__list__item .List-item h3 {
    margin-bottom: 20px;
  }
}
@media (min-width: 1200px) {
  .c-company .c-philosophy .c-container {
    padding: 0 15vw;
  }
}
@media (min-width: 2000px) {
  .c-company .c-philosophy .c-container {
    padding: 0 20vw;
  }
}
.c-company .c-about {
  padding: 50px 0 80px;
  background-color: #fff;
  position: relative;
}
.c-company .c-about::before {
  content: "";
  width: 100%;
  height: 80px;
  background: linear-gradient(transparent, #fff);
  position: absolute;
  top: -79px;
  left: 0;
}
.c-company .c-about .c-tit {
  padding-bottom: 20px;
  border-bottom: 1px solid #888;
  color: #888;
}
.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;
  color: #AA8B3E;
  font-weight: 500;
}
.c-company .c-about__desc td {
  display: block;
  width: 100%;
  padding: 10px 8px 15px;
}
.c-company .c-about__desc td a {
  color: #AA8B3E;
  border-bottom: 1px solid #AA8B3E;
}
.c-company .c-about__desc th, .c-company .c-about__desc td {
  font-size: 14px;
}
.c-company .c-about__img .Img:nth-child(1) {
  margin-left: 15vw;
}
.c-company .c-about__img .Img:nth-child(2) {
  margin-right: 15vw;
}
@media (min-width: 600px) {
  .c-company .c-about .c-container {
    padding: 0 10vw;
  }
  .c-company .c-about .c-tit {
    margin-right: -10vw;
  }
  .c-company .c-about__img .Img:nth-child(1) {
    margin-left: 30vw;
  }
  .c-company .c-about__img .Img:nth-child(2) {
    margin-right: 30vw;
  }
}
@media (min-width: 960px) {
  .c-company .c-about {
    padding: 80px 0 120px;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: flex-end;
  }
  .c-company .c-about::before {
    height: 120px;
    top: -119px;
  }
  .c-company .c-about .c-container {
    padding: 0 10vw 0 0;
    flex-basis: 58%;
  }
  .c-company .c-about__desc {
    margin-bottom: 0;
  }
  .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;
  }
  .c-company .c-about__img {
    flex-basis: 38%;
  }
  .c-company .c-about__img .Img:nth-child(1) {
    margin: 0;
  }
  .c-company .c-about__img .Img:nth-child(2) {
    margin: 0;
  }
}
@media (min-width: 1200px) {
  .c-company .c-about .c-container {
    padding: 0 15vw 0 0;
  }
  .c-company .c-about .c-tit {
    margin-right: -15vw;
  }
}
@media (min-width: 2000px) {
  .c-company .c-about .c-container {
    padding: 0 24vw 0 0;
  }
  .c-company .c-about__img {
    display: flex;
  }
  .c-company .c-about__img .Img {
    flex-basis: 50%;
  }
}

.c-predesc {
  padding: 80px 0;
}
.c-predesc__img {
  max-width: 500px;
  margin: 0 auto 30px;
}
.c-predesc__desc h3 {
  font-size: 1.2rem;
  line-height: 2;
  font-weight: 400;
  letter-spacing: 2px;
  margin-bottom: 30px;
}
@media (min-width: 600px) {
  .c-predesc {
    position: relative;
  }
  .c-predesc .c-container {
    padding: 0 10vw;
  }
  .c-predesc .p-title br {
    display: none;
  }
  .c-predesc__img {
    position: absolute;
    top: 50px;
    right: 10vw;
    z-index: -1;
    opacity: 0.6;
    max-width: none;
    width: 400px;
  }
  .c-predesc__desc h3 {
    font-size: 1.4rem;
    line-height: 1.7;
  }
}
@media (min-width: 960px) {
  .c-predesc {
    padding: 120px 0;
  }
  .c-predesc__desc {
    margin-right: 20vw;
  }
  .c-predesc__desc h3 {
    font-size: 1.6rem;
  }
  .c-predesc__img {
    top: 200px;
    right: 10vw;
  }
}
@media (min-width: 1200px) {
  .c-predesc .c-container {
    padding: 0 15vw;
  }
  .c-predesc__img {
    top: 200px;
    right: 15vw;
    width: 500px;
  }
  .c-predesc__desc h3 {
    font-size: 2rem;
  }
}
@media (min-width: 2000px) {
  .c-predesc .c-container {
    padding: 0 22vw;
  }
  .c-predesc__img {
    top: 200px;
    right: 25vw;
    width: 500px;
  }
}

.c-service__list__item {
  margin-bottom: 50px;
}
.c-service__list__item .Img {
  height: 50vh;
}
.c-service__list__item .Desc {
  margin: -10vh 0vw 0 5vw;
  padding: 50px 5vw 30px;
  background-color: #f1f1f0;
  position: relative;
  z-index: 10;
}
.c-service__list__item .Desc .num {
  position: absolute;
  top: -30px;
  left: 5vw;
  font-size: 4rem;
  line-height: 1;
  color: #AA8B3E;
}
.c-service__list__item .Desc h3 {
  font-weight: 500;
  color: #AA8B3E;
  font-size: 1.4rem;
  letter-spacing: 2px;
  margin-bottom: 20px;
}
@media (min-width: 600px) {
  .c-service__list__item {
    margin-bottom: 70px;
  }
  .c-service__list__item .Img {
    height: 60vh;
  }
  .c-service__list__item .Desc {
    margin: -20vh 0vw 0 15vw;
    padding: 70px 8vw 50px;
  }
  .c-service__list__item .Desc .num {
    top: -30px;
    left: 5vw;
    font-size: 5rem;
  }
  .c-service__list__item .Desc h3 {
    font-size: 1.6rem;
  }
}
@media (min-width: 960px) {
  .c-service__list__item {
    scroll-margin: 100px;
    margin-bottom: 90px;
  }
  .c-service__list__item .Img {
    height: 60vh;
  }
  .c-service__list__item .Desc {
    margin: -20vh 0vw 0 20vw;
    padding: 70px 12vw 60px;
  }
  .c-service__list__item .Desc .num {
    top: -50px;
    left: 8vw;
    font-size: 6rem;
  }
  .c-service__list__item .Desc h3 {
    font-size: 1.8rem;
  }
}
@media (min-width: 1200px) {
  .c-service__list__item .Img {
    height: 50vh;
    margin: 0 25vw 0 10vw;
  }
  .c-service__list__item .Desc {
    margin: -15vh 0vw 0 40vw;
    padding: 100px 8vw 80px;
  }
  .c-service__list__item .Desc .num {
    top: -50px;
    left: 8vw;
    font-size: 6rem;
  }
  .c-service__list__item .Desc h3 {
    font-size: 1.8rem;
  }
}
@media (min-width: 2000px) {
  .c-service__list__item .Img {
    height: 40vh;
    margin: 0 40vw 0 20vw;
  }
  .c-service__list__item .Desc {
    margin: -15vh 20vw 0 40vw;
    padding: 100px 5vw 80px;
  }
  .c-service__list__item .Desc .num {
    left: 3vw;
  }
}

.c-flow__list__item {
  background-color: #f1f1f0;
  position: relative;
  margin-bottom: 45px;
  padding: 30px 8vw;
}
.c-flow__list__item:first-child .Icon img {
  padding: 30px;
}
.c-flow__list__item:last-child::before {
  display: none;
}
.c-flow__list__item::before {
  position: absolute;
  content: "";
  /* 上向きの二等辺三角形の場合 */
  border-left: 18px solid transparent;
  border-right: 18px solid transparent;
  border-bottom: 15px solid rgb(0, 0, 0);
  /* 色は任意に変更可能 */
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%) rotate(180deg);
}
.c-flow__list__item .step {
  text-align: center;
  color: #AA8B3E;
  font-size: 14px;
  margin-bottom: 20px;
}
.c-flow__list__item .Icon {
  width: 120px;
  height: 120px;
  margin: 0 auto 20px;
  background-color: #fff;
  border-radius: 50%;
}
.c-flow__list__item .Icon img {
  padding: 20px;
  -o-object-fit: contain;
     object-fit: contain;
}
.c-flow__list__item h3 {
  text-align: center;
  font-size: 1.1rem;
  font-weight: 500;
  margin-bottom: 15px;
}
.c-flow__list__item .text-btn {
  margin-top: 20px;
}
@media (min-width: 960px) {
  .c-flow__list {
    display: flex;
    flex-wrap: wrap;
  }
  .c-flow__list__item {
    flex-basis: 48%;
    margin: 0 4% 45px 0;
    padding: 50px 5vw;
  }
  .c-flow__list__item:first-child .Icon img {
    padding: 40px;
  }
  .c-flow__list__item:nth-child(2n) {
    margin: 0 0 45px;
  }
  .c-flow__list__item:last-child::before {
    display: none;
  }
  .c-flow__list__item::before {
    top: 50%;
    bottom: auto;
    left: auto;
    right: -40px;
    transform: translateY(-50%) rotate(90deg);
  }
  .c-flow__list__item .step {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .c-flow__list__item .Icon {
    width: 150px;
    height: 150px;
    margin: 0 auto 20px;
  }
  .c-flow__list__item .Icon img {
    padding: 30px;
  }
  .c-flow__list__item h3 {
    font-size: 1.3rem;
    margin-bottom: 20px;
  }
  .c-flow__list__item .text-btn {
    margin-top: 30px;
  }
}
@media (min-width: 1200px) {
  .c-flow__list__item .step {
    font-size: 18px;
    margin-bottom: 30px;
  }
  .c-flow__list__item .Icon {
    width: 180px;
    height: 180px;
    margin: 0 auto 30px;
  }
  .c-flow__list__item h3 {
    font-size: 1.5rem;
    margin-bottom: 20px;
  }
  .c-flow__list__item .text-btn {
    margin-top: 40px;
  }
}

.c-works {
  padding: 80px 0;
  background-color: #f1f1f0;
}
.c-works__list__item {
  margin-bottom: 50px;
}
.c-works__filter ul {
  border: 1px solid #ccc;
  border-radius: 10px;
}
.c-works__filter ul li {
  padding: 15px 30px;
  position: relative;
  border-bottom: 1px solid #fff;
}
.c-works__filter ul li:first-child {
  border-bottom: 1px solid #ccc;
}
.c-works__filter ul li:last-child {
  border-bottom: none;
}
.c-works__filter ul li a {
  color: rgb(0, 0, 0);
  position: relative;
}
.c-works__filter ul li a::before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -15px;
  background-color: #AA8B3E;
  margin: auto;
  display: none;
}
.c-works__filter ul li a.active {
  color: #AA8B3E;
}
.c-works__filter ul li a.active::before {
  display: block;
}
@media (min-width: 600px) {
  .c-works .c-container {
    display: grid;
    grid-template-rows: auto auto;
    grid-template-columns: 40% 50%;
    gap: 0 10%;
  }
  .c-works .category-list {
    grid-row: 1/2;
    grid-column: 1/2;
  }
  .c-works__list {
    grid-row: 1/2;
    grid-column: 2/3;
    margin-bottom: 0;
  }
  .c-works .c-pagination {
    grid-row: 2/3;
    grid-column: 1/3;
  }
}
@media (min-width: 960px) {
  .c-works .c-container {
    grid-template-columns: 25% 70%;
    gap: 0 5%;
  }
  .c-works__list {
    display: flex;
    flex-wrap: wrap;
  }
  .c-works__list .c-tit {
    width: 100%;
  }
  .c-works__list__item {
    flex-basis: 48%;
    margin: 0 4% 50px 0;
  }
  .c-works__list__item:nth-child(2n+1) {
    margin: 0 0 50px;
  }
  .c-works__list__item .p-works-link .Img {
    height: 220px;
  }
}
@media (min-width: 1200px) {
  .c-works {
    padding: 120px 0 50px;
  }
  .c-works__list__item {
    flex-basis: 45%;
    margin: 0 10% 50px 0;
  }
}

.c-works-sl-slider {
  max-width: 800px;
  margin: 0 auto;
  position: relative;
}
.c-works-sl-slider .mySwiper2 {
  margin-bottom: 30px;
  overflow: hidden;
  position: relative;
}
.c-works-sl-slider .mySwiper2 .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f8f8f8;
  height: 100%;
}
.c-works-sl-slider .mySwiper2 .c-works-sl__img {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-works-sl-slider .mySwiper2 .c-works-sl__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-works-sl-slider .mySwiper {
  margin-bottom: 30px;
}
.c-works-sl-slider .mySwiper.cal {
  padding: 0 10px;
  height: 160px;
}
.c-works-sl-slider .mySwiper.cal .swiper-container {
  height: 100%;
}
.c-works-sl-slider .mySwiper.cal .swiper-wrapper {
  height: 100%;
}
.c-works-sl-slider .mySwiper.cal .swiper-slide {
  cursor: pointer;
  opacity: 0.6;
  transition: opacity 0.3s ease;
  overflow: hidden;
  border: 2px solid transparent;
  filter: grayscale(100%);
  height: calc((100% - 2px) / 2);
  margin-bottom: 2px;
}
.c-works-sl-slider .mySwiper.cal .swiper-slide.swiper-slide-thumb-active {
  opacity: 1;
  border-color: #AA8B3E;
  filter: grayscale(0%);
}
.c-works-sl-slider .mySwiper.cal .swiper-slide:hover {
  opacity: 0.8;
}
.c-works-sl-slider .mySwiper.cal .c-works-sl__img {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f0f0f0;
}
.c-works-sl-slider .mySwiper.cal .c-works-sl__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-works-sl-slider .swiper-button-prev,
.c-works-sl-slider .swiper-button-next {
  color: #AA8B3E;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  width: 44px;
  height: 44px;
  margin-top: -22px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease;
}
.c-works-sl-slider .swiper-button-prev:hover,
.c-works-sl-slider .swiper-button-next:hover {
  background: #AA8B3E;
  color: white;
  transform: scale(1.1);
}
.c-works-sl-slider .swiper-button-prev::after,
.c-works-sl-slider .swiper-button-next::after {
  font-size: 16px;
  font-weight: bold;
}
.c-works-sl .p-works-link h3 {
  font-size: 1.2rem;
  line-height: 2;
}
.c-works-sl .p-works-link .p-works__table h4 {
  font-size: 1.6rem;
  border-bottom: none;
}
.c-works-sl__list {
  border-top: 1px solid #eee;
}
.c-works-sl__list dl {
  border-bottom: 1px solid #eee;
  padding: 20px 0;
}
.c-works-sl__list dl dt {
  color: #888;
  font-weight: 400;
  margin-bottom: 5px;
}
@media (min-width: 600px) {
  .c-works-sl-slider .mySwiper.cal {
    height: 242px;
  }
  .c-works-sl .p-works-link h3 {
    font-size: 1.5rem;
  }
  .c-works-sl .p-works-link .p-works__table h4 {
    font-size: 2rem;
  }
}
@media (min-width: 960px) {
  .c-works-sl {
    margin-top: 100px;
  }
  .c-works-sl-slider {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    max-width: 1200px;
    margin-bottom: 50px;
  }
  .c-works-sl-slider .mySwiper {
    flex-basis: 38%;
    margin-bottom: 0;
  }
  .c-works-sl-slider .mySwiper.cal {
    height: 160px;
  }
  .c-works-sl-slider .mySwiper2 {
    flex-basis: 58%;
    margin-bottom: 0;
  }
  .c-works-sl-slider .swiper-button-prev,
  .c-works-sl-slider .swiper-button-next {
    width: 68px;
    height: 68px;
    margin-top: -22px;
  }
  .c-works-sl-slider .swiper-button-prev::after,
  .c-works-sl-slider .swiper-button-next::after {
    font-size: 24px;
    font-weight: bold;
  }
  .c-works-sl .p-works-link h3 {
    font-size: 1.8rem;
  }
  .c-works-sl .p-works-link .p-works__table h4 {
    font-size: 2rem;
  }
  .c-works-sl__list dl {
    padding: 25px 0;
    display: flex;
  }
  .c-works-sl__list dl dt {
    flex-basis: 30%;
    color: #888;
    font-weight: 400;
    margin-bottom: 5px;
    display: flex;
    align-items: center;
  }
  .c-works-sl__list dl dd {
    flex-basis: 70%;
  }
}
@media (min-width: 1200px) {
  .c-works-sl .c-container {
    padding: 0 15vw;
  }
}
@media (min-width: 2000px) {
  .c-works-sl .c-container {
    padding: 0 22vw;
  }
}

.c-news {
  padding: 80px 0;
  background-color: #f1f1f0;
}
.c-news__item {
  background-color: #fff;
  border-radius: 5px;
  padding: 20px;
  margin-bottom: 15px;
}
.c-news__link {
  color: rgb(0, 0, 0);
}
.c-news-wrap {
  display: grid;
  grid-template-rows: auto auto;
  grid-template-columns: 45% 50%;
  gap: 15px 5%;
  position: relative;
}
.c-news-wrap::before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  /* 上向きの二等辺三角形の場合 */
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 8px solid rgb(0, 0, 0);
  /* 色は任意に変更可能 */
  top: 50%;
  right: 0;
  transform: translateY(-50%) rotate(90deg);
}
.c-news__img {
  grid-row: 1/2;
  grid-column: 1/2;
  height: 120px;
}
.c-news__img img {
  border-radius: 5px;
}
.c-news__no-image {
  border: 1px solid #ccc;
  height: 120px;
  border-radius: 5px;
}
.c-news__no-image img {
  -o-object-fit: contain;
     object-fit: contain;
  padding: 15px;
}
.c-news .Date {
  grid-row: 1/2;
  grid-column: 2/3;
  align-self: center;
}
.c-news__date {
  font-size: 12px;
  color: #888;
  padding-top: 5px;
}
.c-news .cate-item {
  font-size: 14px;
  color: #AA8B3E;
  border-bottom: 1px solid #AA8B3E;
}
.c-news__content {
  grid-row: 2/3;
  grid-column: 1/3;
}
.c-news .category-list ul {
  border: 1px solid #ccc;
  border-radius: 10px;
}
.c-news .category-list ul li {
  padding: 15px 30px;
  position: relative;
  border-bottom: 1px solid #fff;
}
.c-news .category-list ul li:first-child {
  border-bottom: 1px solid #ccc;
}
.c-news .category-list ul li:last-child {
  border-bottom: none;
}
.c-news .category-list ul li a {
  color: rgb(0, 0, 0);
  position: relative;
}
.c-news .category-list ul li a::before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -15px;
  background-color: #AA8B3E;
  margin: auto;
  display: none;
}
.c-news .category-list ul li.current-cat a {
  color: #AA8B3E;
}
.c-news .category-list ul li.current-cat a::before {
  display: block;
}
@media (min-width: 600px) {
  .c-news .c-container {
    display: grid;
    grid-template-rows: auto auto;
    grid-template-columns: 30% 65%;
    gap: 0 5%;
  }
  .c-news .category-list {
    grid-row: 1/2;
    grid-column: 1/2;
  }
  .c-news__list {
    grid-row: 1/2;
    grid-column: 2/3;
    margin-bottom: 0;
  }
  .c-news .pagination {
    grid-row: 2/3;
    grid-column: 1/3;
  }
  .c-news__img {
    height: 150px;
  }
  .c-news__no-image {
    height: 150px;
  }
}
@media (min-width: 960px) {
  .c-news .c-container {
    grid-template-columns: 25% 70%;
  }
  .c-news__img {
    grid-row: 1/3;
    overflow: hidden;
    border-radius: 5px;
  }
  .c-news__img img {
    transition: all 0.3s;
  }
  .c-news__no-image img {
    padding: 20px;
  }
  .c-news-wrap {
    z-index: 10;
    display: grid;
    grid-template-rows: 30px auto;
    grid-template-columns: 35% 60%;
    gap: 15px 5%;
  }
  .c-news-wrap::after {
    content: "";
    width: 40px;
    height: 40px;
    background: #AA8B3E;
    border-radius: 50%;
    position: absolute;
    top: 0;
    bottom: 0;
    right: -15px;
    margin: auto;
    z-index: -1;
    transform: scale(0);
    transition: all 0.3s;
  }
  .c-news__link:hover .c-news-wrap::after {
    transform: scale(1);
  }
  .c-news__link:hover .c-news__img img {
    transform: scale(1.2);
  }
  .c-news .Date {
    grid-row: 1/2;
    grid-column: 2/3;
    align-self: flex-start;
    display: flex;
    align-items: center;
  }
  .c-news__date {
    padding: 0 0 0 10px;
  }
  .c-news__content {
    grid-row: 2/3;
    grid-column: 2/3;
    padding-right: 15px;
    align-self: flex-start;
  }
}
@media (min-width: 1200px) {
  .c-news {
    padding: 120px 0 50px;
  }
  .c-news__item {
    padding: 30px;
    margin-bottom: 20px;
  }
  .c-news__date {
    font-size: 14px;
  }
  .c-news .cate-item {
    font-size: 16px;
  }
  .c-news__content {
    padding-right: 30px;
  }
}
@media (min-width: 2000px) {
  .c-news .c-container {
    padding: 0 20vw;
  }
}

.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: #AA8B3E !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.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__date {
  color: #AA8B3E;
}
.c-news-sl__contents {
  padding: 10vw 0;
  line-height: 2.5;
}
@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: 80px;
  }
  .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;
  }
}
@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;
  }
}

.c-contact {
  padding: 80px 0;
  background-color: #f1f1f0;
}
@media (min-width: 1200px) {
  .c-contact {
    padding: 120px 0;
  }
}
.c-contact-text {
  text-align: left;
}
@media (min-width: 960px) {
  .c-contact-text {
    text-align: center;
  }
}
.c-contact dt br {
  display: none;
}
.c-contact dt p {
  display: inline;
}
.c-contact .contact-form {
  text-align: center;
}
.c-contact .contact-form .wrap {
  background-color: #fff;
  padding: 50px 20px;
}
.c-contact .contact-form h1 {
  display: block;
  text-align: center;
  margin: 30px 0;
}
.c-contact .contact-form input, .c-contact .contact-form textarea {
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 5px;
  background-color: #f4f4f4;
  padding: 5px;
  font-size: 14px;
}
.c-contact .contact-form textarea {
  margin-bottom: 0;
}
.c-contact .contact-form input {
  height: 45px;
}
.c-contact .contact-form select {
  height: 45px;
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 5px;
  background-color: #f4f4f4;
  padding: 5px;
  font-size: 14px;
}
.c-contact .contact-form dl {
  text-align: left;
  display: inline-block;
  width: 100%;
  padding-bottom: 20px;
}
.c-contact .contact-form dt {
  font-size: 14px;
  font-weight: 400;
}
.c-contact .contact-form .must {
  padding: 0 0 5px 0;
}
.c-contact .contact-form .must p {
  position: relative;
}
.c-contact .contact-form .must p::after {
  position: absolute;
  top: 0;
  right: -15px;
  content: "＊";
  font-size: 10px;
  color: rgb(196, 33, 33);
  display: inline-block;
}
.c-contact .contact-form .free {
  padding: 0 0 5px 0;
}
.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: 0 0 30px;
  font-size: 14px;
}
.c-contact .contact-form .submit-btn {
  text-align: center;
}
.c-contact .contact-form .submit-btn input:disabled {
  border-color: #949494;
}
.c-contact .contact-form .submit-btn input {
  border-color: 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 .wrap {
    padding: 50px 5vw;
  }
  .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: 22px;
    width: 22px;
    margin-right: 15px;
  }
  .c-contact .contact-form .privacy {
    font-size: 16px;
    margin: 30px 0 50px;
  }
}
@media (min-width: 960px) {
  .c-contact .contact-form .wrap {
    max-width: 800px;
    margin: 0 auto;
    padding: 80px 8vw;
  }
  .c-contact .contact-form input, .c-contact .contact-form textarea, .c-contact .contact-form select {
    font-size: 16px;
    padding: 8px;
  }
  .c-contact .contact-form dl {
    padding-bottom: 30px;
  }
  .c-contact .contact-form dt {
    font-size: 16px;
  }
  .c-contact .contact-form .must {
    padding: 0 0 10px 0;
  }
  .c-contact .contact-form .must p::after {
    right: -15px;
    font-size: 12px;
  }
  .c-contact .contact-form .free {
    padding: 0 0 10px 0;
  }
  .c-contact .contact-form .privacy {
    font-size: 18px;
  }
}
@media (min-width: 1200px) {
  .c-contact .contact-form .wrap {
    max-width: 1000px;
    margin: 0 auto;
    padding: 80px 8vw;
  }
}
.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;
}

.c-privacy .c-title {
  margin-top: 30px;
  color: rgb(0, 0, 0);
}
.c-privacy h3 {
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 500;
}
.c-privacy-item {
  margin-bottom: 30px;
}
@media (min-width: 960px) {
  .c-privacy {
    margin-top: 80px;
  }
  .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-item {
    margin-bottom: 50px;
  }
}
@media (min-width: 2000px) {
  .c-privacy .c-container {
    padding: 0 25vw;
  }
}

.c-thanks .c-title {
  margin-top: 30px;
  color: rgb(0, 0, 0);
}
.c-thanks-title {
  text-align: center;
  font-size: 24px;
  display: block;
  margin-bottom: 30px;
  font-weight: 300;
}
.c-thanks h3 {
  font-size: 18px;
  margin-bottom: 20px;
  font-weight: 500;
}
.c-thanks-item {
  margin-bottom: 30px;
}
@media (min-width: 960px) {
  .c-thanks {
    margin-top: 80px;
  }
  .c-thanks h3 {
    font-size: 22px;
  }
  .c-thanks-item {
    margin-bottom: 50px;
  }
}
@media (min-width: 1200px) {
  .c-thanks .c-container {
    padding: 0 15vw;
  }
}
@media (min-width: 2000px) {
  .c-thanks .c-container {
    padding: 0 25vw;
  }
}

.p-header {
  width: 100%;
}
.p-header .logo__img {
  display: inline-block;
  margin: 20px 10px 0 10px;
  position: relative;
  padding-left: 35px;
}
.p-header .logo__img::before {
  content: "";
  width: 25px;
  height: 50px;
  background: url(../images/common/logo-mark.webp) no-repeat center/contain;
  position: absolute;
  top: -5px;
  bottom: 0;
  left: 0;
  margin: auto;
}
.p-header .logo {
  background-image: url(../images/common/logo.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  height: 27px;
  width: 180px;
  opacity: 1;
  transition: filter 0.3s ease;
}
.p-header .logo.logo-white {
  filter: brightness(0) invert(1);
}
.p-header .logo.logo-black {
  filter: none;
}
.p-header.sub-header {
  height: 64px;
}
.p-header.sub-header .mobile-container {
  background-color: #fff;
  height: 64px;
}
@media (max-width: 959px) {
  .p-header .pc-container,
  .p-header .pc-navbtn {
    display: none;
  }
}
@media (min-width: 960px) {
  .p-header .mobile-container,
  .p-header .sp-navbtn,
  .p-header .mobile-menu {
    display: none;
  }
  .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;
    background-color: transparent;
    transition: background-color 0.3s ease;
    /* 前面（通常表示される面） */
    /* 上面（ホバー時に見える面） */
    /* ホバー時のアニメーション */
  }
  .p-header .pc-container .pc-nav {
    display: flex;
  }
  .p-header .pc-container .pc-nav-list {
    display: flex;
    align-items: center;
  }
  .p-header .pc-container .pc-nav-item {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 2px;
    transition: all 0.3s;
    text-align: center;
    height: 20px;
  }
  .p-header .pc-container .pc-nav-link {
    display: block;
    color: #fff;
    width: 110px;
    height: 20px;
    position: relative;
    transform-style: preserve-3d;
    transition: transform 0.3s ease-in-out;
  }
  .p-header .pc-container .nav-front {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    backface-visibility: hidden;
    transform: rotateX(0deg) translateZ(10px);
  }
  .p-header .pc-container .nav-top {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    backface-visibility: hidden;
    transform: rotateX(90deg) translateZ(10px);
  }
  .p-header .pc-container .nav-front span,
  .p-header .pc-container .nav-top span {
    display: block;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 2px;
  }
  .p-header .pc-container .pc-nav-item:hover .pc-nav-link {
    transform: rotateX(-90deg);
  }
  .p-header .pc-container .logo__img {
    margin: 5px 10px 0 20px;
    padding-left: 50px;
  }
  .p-header .pc-container .logo__img::before {
    content: "";
    width: 35px;
    height: 75px;
    top: -10px;
    bottom: 0;
    left: 0;
    margin: auto;
  }
  .p-header .pc-container .logo {
    height: 35px;
    width: 235px;
  }
  .p-header .pc-container .contact-btn-pc {
    color: #fff;
    background-color: #AA8B3E;
    height: 100px;
    width: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .p-header .pc-container .hoverItem {
    position: relative;
  }
  .p-header .pc-container .hoverItem .dropDown {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    top: 60px;
    left: -50%;
    width: 230px;
    padding: 15px 15px 5px;
    background: rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    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 a {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 2px;
  }
  .p-header .pc-container .hoverItem .dropDown li a span {
    color: #fff;
  }
  .p-header .pc-container .hoverItem .dropDown li a:hover {
    opacity: 0.3;
  }
  .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.sub-pc-header .pc-nav-link {
    color: rgb(0, 0, 0);
  }
  .p-header .pc-container.sub-pc-header .contact-btn-pc .pc-nav-link {
    color: #fff;
  }
  .p-header .pc-container.scrolled {
    background: rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
  .p-header .pc-container.scrolled .pc-nav-link {
    color: rgb(0, 0, 0);
  }
  .p-header .pc-container.scrolled .contact-btn-pc .pc-nav-link {
    color: #fff;
  }
  .p-header .pc-container.scrolled .hoverItem .dropDown li a span {
    color: rgb(0, 0, 0);
  }
}
@media (min-width: 1200px) {
  .p-header .pc-container .pc-nav-item {
    height: 20px;
  }
  .p-header .pc-container .pc-nav-link {
    width: 150px;
    height: 20px;
  }
  .p-header .pc-container .nav-front span,
  .p-header .pc-container .nav-top span {
    font-size: 18px;
  }
  .p-header .pc-container .hoverItem .dropDown {
    left: -30%;
    width: 250px;
    padding: 15px 15px 5px;
  }
  .p-header .pc-container .hoverItem .dropDown li a {
    font-size: 18px;
  }
  .p-header .pc-container .contact-btn-pc {
    width: 200px;
  }
}
@media (min-width: 2000px) {
  .p-header .pc-container {
    padding: 0 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%;
  padding-top: 100px;
  padding-bottom: 30px;
}
.mobile-menu__item {
  margin: 0 6vw 25px 6vw;
  position: relative;
  font-size: 16px;
  letter-spacing: 2px;
}
.mobile-menu__item.arrow-none::before {
  display: none;
}
.mobile-menu__item a,
.mobile-menu__item p {
  color: #fff;
  padding: 0;
  cursor: pointer;
  width: 100%;
}
.mobile-menu__item .submenu {
  margin: 25px 0 0 30px;
}
.mobile-menu__item .submenu li a {
  display: block;
  margin-bottom: 15px;
  color: #fff;
  position: relative;
  font-size: 14px;
}
.mobile-menu .contact-btn {
  text-align: center;
  padding-bottom: 50px;
}
@media (min-width: 600px) {
  .mobile-menu .contact-btn a {
    text-align: center;
  }
}
.mobile-menu .contact-btn a {
  display: inline-block;
  width: 280px;
  padding: 15px 0;
  border-radius: 9999px;
  background-color: #AA8B3E;
  color: #fff;
  font-weight: 500;
}
.mobile-menu .contact-btn a span {
  display: inline-block;
  padding-left: 12px;
  position: relative;
}
.mobile-menu .contact-btn a span::before {
  content: "";
  width: 16px;
  height: 16px;
  background: url(../images/common/ico-mail-wh.png) no-repeat center/contain;
  position: absolute;
  top: 3px;
  bottom: 0;
  left: -12px;
  margin: auto;
}
.mobile-menu.sub-header {
  background-color: #fff;
}
.mobile-menu.sub-header .mobile-menu__item a,
.mobile-menu.sub-header .mobile-menu__item p {
  color: rgb(0, 0, 0);
}
@media (min-width: 600px) {
  .mobile-menu__list {
    display: grid;
    grid-template-rows: auto auto auto;
    grid-template-columns: 50% 50%;
    padding: 120px 10vw 50px;
  }
  .mobile-menu__item {
    margin: 0 0 20px;
  }
  .mobile-menu__item:nth-child(1) {
    grid-row: 1/2;
    grid-column: 1/2;
  }
  .mobile-menu__item:nth-child(2) {
    grid-row: 2/3;
    grid-column: 1/2;
  }
  .mobile-menu__item:nth-child(3) {
    grid-row: 3/4;
    grid-column: 1/2;
  }
  .mobile-menu__item:nth-child(4) {
    grid-row: 1/5;
    grid-column: 2/3;
  }
  .mobile-menu__item:nth-child(5) {
    grid-row: 4/5;
    grid-column: 1/2;
  }
}

.mobile-container {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 9000;
  overflow: hidden;
  width: 100%;
  height: 64px;
}
.mobile-container .mobile-button {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 200;
  display: flex;
  background-color: #AA8B3E;
  height: 64px;
  width: 64px;
}
.mobile-container .mobile-menu__btn {
  background-color: unset;
  border: none;
  outline: none !important;
  cursor: pointer;
  display: block;
  position: relative;
  padding: 0 19px;
}
.mobile-container .mobile-menu__btn.inview > span {
  background-color: #fff;
}
.mobile-container .mobile-menu__btn > span {
  background-color: #fff;
  width: 25px;
  height: 1px;
  display: block;
  margin-bottom: 8px;
  transition: all 0.3s ease;
  opacity: 1;
  position: relative;
  transform-origin: center;
}
.mobile-container .mobile-menu__btn > span:last-child {
  margin-bottom: 0;
}

.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(5px) rotate(45deg);
}
.menu-open .mobile-menu__btn > span:nth-child(2) {
  transition-delay: 140ms;
  transform: translateY(-4px) rotate(-45deg);
}
@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;
}/*# sourceMappingURL=style.css.map */