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

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

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

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

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

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

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

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

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

.mb-sm, .tab-cate, .c-thanks-item, .c-privacy-item, .c-contact .contact-form .submit-btn, .c-contact .contact-form .privacy, .c-contact h3, .c-news .category-list, .faq__item, .faq .c-txtarea01, .c-pdf__tit, .c-ismsPolicy__tit, .c-case__list__item h3, .p-slide__wrap, .c-access .g-map, .top-slide__wrap, .p-footer__link, .p-footer__nav, .p-footer__address, .p-news__list, .c-title, .p-title, .breadcrumb {
  margin-bottom: 30px;
}
@media screen and (min-width: 600px) {
  .mb-sm, .tab-cate, .c-thanks-item, .c-privacy-item, .c-contact .contact-form .submit-btn, .c-contact .contact-form .privacy, .c-contact h3, .c-news .category-list, .faq__item, .faq .c-txtarea01, .c-pdf__tit, .c-ismsPolicy__tit, .c-case__list__item h3, .p-slide__wrap, .c-access .g-map, .top-slide__wrap, .p-footer__link, .p-footer__nav, .p-footer__address, .p-news__list, .c-title, .p-title, .breadcrumb {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 1200px) {
  .mb-sm, .tab-cate, .c-thanks-item, .c-privacy-item, .c-contact .contact-form .submit-btn, .c-contact .contact-form .privacy, .c-contact h3, .c-news .category-list, .faq__item, .faq .c-txtarea01, .c-pdf__tit, .c-ismsPolicy__tit, .c-case__list__item h3, .p-slide__wrap, .c-access .g-map, .top-slide__wrap, .p-footer__link, .p-footer__nav, .p-footer__address, .p-news__list, .c-title, .p-title, .breadcrumb {
    margin-bottom: 50px;
  }
}

.mb-md, .c-career__desc, .p-slide, .c-topsec, .c-access {
  margin-bottom: 50px;
}
@media screen and (min-width: 600px) {
  .mb-md, .c-career__desc, .p-slide, .c-topsec, .c-access {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 960px) {
  .mb-md, .c-career__desc, .p-slide, .c-topsec, .c-access {
    margin-bottom: 60px;
  }
}

.mb-lr, .c-thanks-text, .c-privacy-text, .c-contact .contact-form, .c-news-sl, .c-news, .faq, .faq-contents, .c-environment, .c-career, .c-points, .c-recmessage, .c-pdf, .c-ismsPolicy, .c-topdesc, .c-case, .c-service, .c-about, .c-message, .p-service3, .p-service2, .p-link, .p-recruit, .p-news, .p-service, .top-view {
  margin-bottom: 70px;
}
@media screen and (min-width: 600px) {
  .mb-lr, .c-thanks-text, .c-privacy-text, .c-contact .contact-form, .c-news-sl, .c-news, .faq, .faq-contents, .c-environment, .c-career, .c-points, .c-recmessage, .c-pdf, .c-ismsPolicy, .c-topdesc, .c-case, .c-service, .c-about, .c-message, .p-service3, .p-service2, .p-link, .p-recruit, .p-news, .p-service, .top-view {
    margin-bottom: 80px;
  }
}
@media screen and (min-width: 960px) {
  .mb-lr, .c-thanks-text, .c-privacy-text, .c-contact .contact-form, .c-news-sl, .c-news, .faq, .faq-contents, .c-environment, .c-career, .c-points, .c-recmessage, .c-pdf, .c-ismsPolicy, .c-topdesc, .c-case, .c-service, .c-about, .c-message, .p-service3, .p-service2, .p-link, .p-recruit, .p-news, .p-service, .top-view {
    margin-bottom: 100px;
  }
}
@media screen and (min-width: 1200px) {
  .mb-lr, .c-thanks-text, .c-privacy-text, .c-contact .contact-form, .c-news-sl, .c-news, .faq, .faq-contents, .c-environment, .c-career, .c-points, .c-recmessage, .c-pdf, .c-ismsPolicy, .c-topdesc, .c-case, .c-service, .c-about, .c-message, .p-service3, .p-service2, .p-link, .p-recruit, .p-news, .p-service, .top-view {
    margin-bottom: 120px;
  }
}

.pb-sm {
  padding-bottom: 30px;
}
@media screen and (min-width: 600px) {
  .pb-sm {
    padding-bottom: 30px;
  }
}
@media screen and (min-width: 960px) {
  .pb-sm {
    padding-bottom: 30px;
  }
}

.pb-md {
  padding-bottom: 50px;
}
@media screen and (min-width: 600px) {
  .pb-md {
    padding-bottom: 40px;
  }
}
@media screen and (min-width: 960px) {
  .pb-md {
    padding-bottom: 60px;
  }
}

.pb-lr {
  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, .p-slide .caution, .breadcrumb {
  padding: 0 7vw;
}
@media screen and (min-width: 600px) {
  .c-container, .p-slide .caution, .breadcrumb {
    padding: 0 6vw;
  }
}
@media screen and (min-width: 960px) {
  .c-container, .p-slide .caution, .breadcrumb {
    padding: 0 6vw;
  }
}
@media screen and (min-width: 1200px) {
  .c-container, .p-slide .caution, .breadcrumb {
    padding: 0 12vw;
  }
}
@media screen and (min-width: 2000px) {
  .c-container, .p-slide .caution, .breadcrumb {
    padding: 0 22vw;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Stylesheet: ベーススタイル

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

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

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

body {
  font-family: "Ubuntu", "Noto Sans JP", sans-serif;
  color: #1A1A1A;
  letter-spacing: 1px;
}

body.hidden {
  overflow: hidden;
}

.superwrapper,
#main-wrapper {
  overflow: hidden;
}

.p-title {
  position: relative;
  text-transform: uppercase;
  text-align: center;
}
.p-title .en {
  display: block;
  font-weight: 400;
  font-size: 32px;
  letter-spacing: 2px;
}
.p-title .ja {
  font-weight: 400;
  position: relative;
  font-size: 15px;
  letter-spacing: 2px;
  color: #B8985F;
}
@media (min-width: 600px) {
  .p-title .en {
    font-size: 38px;
  }
  .p-title .ja {
    font-size: 16px;
    top: -0.5em;
  }
}
@media (min-width: 960px) {
  .p-title .en {
    font-size: 46px;
    letter-spacing: 3px;
  }
  .p-title .ja {
    font-size: 18px;
  }
}
@media (min-width: 1200px) {
  .p-title .en {
    font-size: 52px;
  }
  .p-title .ja {
    font-size: 22px;
  }
}

.c-title {
  position: relative;
  display: flex;
  align-items: baseline;
  font-weight: 400;
}
.c-title .en {
  color: #B8985F;
  font-size: 14px;
}
.c-title .ja {
  font-size: 24px;
  margin-left: 20px;
  letter-spacing: 2px;
}
@media (min-width: 600px) {
  .c-title .ja {
    font-size: 28px;
  }
}
@media (min-width: 960px) {
  .c-title .en {
    font-size: 16px;
  }
  .c-title .ja {
    font-size: 32px;
  }
}
@media (min-width: 1200px) {
  .c-title .ja {
    font-size: 36px;
  }
}

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

.maintit2 {
  position: relative;
  padding: 12vh 0 8vh;
}
.maintit2 h2 {
  font-size: 2.5rem;
  letter-spacing: 0.07em;
  line-height: 1.3;
  font-weight: 500;
}
.maintit2 h5 {
  font-size: 20px;
}
@media (min-width: 600px) {
  .maintit2 {
    padding: 15vh 0 6vh;
  }
  .maintit2 h2 {
    font-size: 3rem;
    letter-spacing: 0.1em;
  }
}
@media (min-width: 960px) {
  .maintit2 {
    padding: 18vh 0 8vh;
  }
  .maintit2 h2 {
    font-size: 4rem;
  }
  .maintit2 h5 {
    font-size: 24px;
  }
}
@media (min-width: 1200px) {
  .maintit2 h2 {
    font-size: 4.5rem;
  }
  .maintit2 h5 {
    font-size: 28px;
  }
}

.contents-wrap {
  background-color: #fff;
  padding: 50px 0 0;
}

/* オープニングアニメーション専用CSS */
.opening-screen {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: radial-gradient(ellipse at top, #8b6f47 0%, #251b16 60%, #0a0a0a 100%);
  z-index: 9999;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  opacity: 1;
  transition: opacity 1s ease-out;
}
.opening-screen.fade-out {
  opacity: 0;
  pointer-events: none;
}

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

@keyframes logoShow {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/* テキストアニメーション */
.opening-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) translateY(30px);
  text-align: center;
  opacity: 0;
  width: 100%;
  animation: textShow 3s ease-out 3s forwards;
}
.opening-text h2 {
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 2px;
  color: #b3ada7;
  margin-bottom: 20px;
}
@media (min-width: 600px) {
  .opening-text h2 {
    font-size: 24px;
  }
}
@media (min-width: 960px) {
  .opening-text h2 {
    font-size: 32px;
  }
}
@media (min-width: 1200px) {
  .opening-text h2 {
    font-size: 42px;
  }
}

@keyframes textShow {
  0% {
    opacity: 0;
    transform: translate(-50%, -50%) translateY(30px);
  }
  30% {
    opacity: 1;
    transform: translate(-50%, -50%) translateY(0);
  }
  70% {
    opacity: 1;
    transform: translate(-50%, -50%) translateY(0);
  }
  100% {
    opacity: 0;
    transform: translate(-50%, -50%) translateY(-20px);
  }
}
.top-view {
  position: relative;
}
.top-view .hero {
  position: relative;
}
.top-view .hero .mv {
  height: 100vh;
  position: relative;
}
.top-view .hero .mv::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #1A1A1A;
  opacity: 0.4;
}
.top-view .hero .mv video {
  width: 100%;
  height: 100%;
  -o-object-position: center bottom;
     object-position: center bottom;
  -o-object-fit: cover;
     object-fit: cover;
}
.top-view .hero__text {
  color: #fff;
  padding: 0 3vw;
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  z-index: 10;
}
.top-view .hero__text h2 {
  letter-spacing: 4px;
  font-weight: 500;
  font-size: 42px;
  line-height: 1.3;
  margin-bottom: 15px;
}
.top-view .hero__text h3 {
  font-size: 15px;
  line-height: 1.7;
  font-weight: 400;
}
@media (min-width: 600px) {
  .top-view .hero__text {
    padding: 0 6vw;
  }
  .top-view .hero__text h2 {
    font-size: 48px;
    margin-bottom: 25px;
  }
  .top-view .hero__text h2 br {
    display: none;
  }
  .top-view .hero__text h3 {
    font-size: 17px;
  }
}
@media (min-width: 960px) {
  .top-view .hero__text h2 {
    font-size: 58px;
  }
  .top-view .hero__text h3 {
    font-size: 20px;
    line-height: 1.8;
  }
}
@media (min-width: 1200px) {
  .top-view .hero__text {
    padding: 0 10vw;
  }
  .top-view .hero__text h2 {
    font-size: 72px;
    margin-bottom: 40px;
  }
  .top-view .hero__text h3 {
    font-size: 24px;
  }
}
@media (min-width: 2000px) {
  .top-view .hero__text {
    padding: 0 20vw;
  }
}

.p-service__list {
  display: flex;
  flex-wrap: wrap;
}
.p-service__list__item {
  flex-basis: 100%;
}
.p-service__list__item a {
  display: block;
  position: relative;
  color: #fff;
  text-align: center;
  padding: 30px 0;
  border-bottom: 1px solid #fff;
  overflow: hidden;
}
.p-service__list__item a::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #1A1A1A;
  transition: all 0.3s ease;
  opacity: 0.5;
}
.p-service__list__item a::after {
  content: "";
  width: 100%;
  height: 100%;
  background: url(../images/home/img2.webp) no-repeat center/cover;
  position: absolute;
  top: 0;
  left: 0;
  transition: transform 0.3s ease;
  z-index: -1;
}
.p-service__list__item a .title {
  position: relative;
  z-index: 10;
}
.p-service__list__item a .title h3 {
  font-weight: 400;
  letter-spacing: 2px;
  font-size: 20px;
}
.p-service__list__item a .Icon {
  position: relative;
  z-index: 10;
  width: 80px;
  height: 80px;
  margin: 15px auto;
}
.p-service__list__item a .Icon img {
  -o-object-fit: contain;
     object-fit: contain;
}
.p-service__list__item a .Desc {
  position: relative;
  z-index: 10;
  margin-bottom: 10px;
}
.p-service__list__item a .Desc p {
  font-size: 13px;
  font-weight: 300;
  letter-spacing: 1.5px;
}
.p-service__list__item a .btn {
  position: relative;
  z-index: 10;
}
.p-service__list__item a .btn span {
  font-size: 12px;
  font-weight: 300;
  display: inline-block;
  width: 150px;
  padding: 5px 0;
  border: 1px solid #fff;
}
.p-service__list__item a:hover::before {
  opacity: 0.3;
}
.p-service__list__item a:hover::after {
  transform: scale(1.05);
}
.p-service__list__item:nth-child(2) a::after {
  background: url(../images/home/img3.webp) no-repeat center/cover;
}
.p-service__list__item:nth-child(3) a::after {
  background: url(../images/home/img1.webp) no-repeat center/cover;
}
.p-service__list__item:nth-child(4) a::after {
  background: url(../images/home/img4.webp) no-repeat center/cover;
}
@media (min-width: 600px) {
  .p-service__list__item {
    flex-basis: 50%;
  }
  .p-service__list__item:nth-child(2n+1) a {
    border-right: 1px solid #fff;
  }
  .p-service__list__item a .title {
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media (min-width: 960px) {
  .p-service__list__item a {
    padding: 40px 0;
  }
  .p-service__list__item a .title {
    height: auto;
    margin-bottom: 20px;
  }
  .p-service__list__item a .title h3 {
    font-size: 22px;
  }
  .p-service__list__item a .title br {
    display: none;
  }
  .p-service__list__item a .Wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
  }
  .p-service__list__item a .Wrap .Icon {
    width: 100px;
    height: 100px;
    margin: 0 20px 0 0;
  }
  .p-service__list__item a .Wrap .Desc {
    margin-bottom: 0;
  }
  .p-service__list__item a .Wrap .Desc p {
    text-align: left;
    font-size: 14px;
    letter-spacing: 2px;
  }
  .p-service__list__item a .btn span {
    font-size: 13px;
    width: 180px;
    padding: 8px 0;
  }
}
@media (min-width: 1200px) {
  .p-service__list__item {
    flex-basis: 25%;
  }
  .p-service__list__item:nth-child(2) a {
    border-right: 1px solid #fff;
  }
  .p-service__list__item a {
    padding: 30px 0;
  }
  .p-service__list__item a .title {
    height: 60px;
    margin: 0;
  }
  .p-service__list__item a .title h3 {
    font-size: 20px;
  }
  .p-service__list__item a .title br {
    display: block;
  }
  .p-service__list__item a .Wrap {
    display: block;
  }
  .p-service__list__item a .Wrap .Icon {
    width: 80px;
    height: 80px;
    margin: 15px auto 20px;
  }
  .p-service__list__item a .Wrap .Desc p {
    text-align: center;
  }
}

.p-news__item {
  color: #fff;
  border-bottom: 1px solid #ccc;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.p-news__item a {
  color: #1A1A1A;
}
.p-news__date {
  color: #888;
  display: block;
  font-size: 13px;
  font-weight: 300;
  margin-bottom: 10px;
}
.p-news__content {
  letter-spacing: 1px;
}
@media (min-width: 600px) {
  .p-news .c-container, .p-news .p-slide .caution, .p-slide .p-news .caution, .p-news .breadcrumb {
    padding: 0 10vw;
  }
}
@media (min-width: 960px) {
  .p-news .c-container, .p-news .p-slide .caution, .p-slide .p-news .caution, .p-news .breadcrumb {
    padding: 0 6vw;
    display: grid;
    grid-template-rows: auto auto;
    grid-template-columns: 320px auto;
    gap: 0 50px;
  }
  .p-news .p-title {
    grid-row: 1/2;
    grid-column: 1/2;
    align-self: flex-end;
  }
  .p-news__list {
    grid-row: 1/3;
    grid-column: 2/3;
    margin-bottom: 0;
  }
  .p-news__item {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .p-news__date {
    font-size: 15px;
  }
  .p-news .more-btn {
    grid-row: 2/3;
    grid-column: 1/2;
    align-self: flex-start;
  }
}
@media (min-width: 1200px) {
  .p-news .c-container, .p-news .p-slide .caution, .p-slide .p-news .caution, .p-news .breadcrumb {
    padding: 0 12vw;
    gap: 0 70px;
  }
}
@media (min-width: 2000px) {
  .p-news .c-container, .p-news .p-slide .caution, .p-slide .p-news .caution, .p-news .breadcrumb {
    padding: 0 22vw;
  }
}

.p-recruit {
  padding: 50px 0;
  position: relative;
  z-index: 20;
}
.p-recruit-top__desc {
  position: absolute;
  z-index: 10;
  top: -8rem;
  left: 5vw;
}
.p-recruit-top__desc h2 {
  font-size: 6rem;
  line-height: 0.9;
  color: rgba(184, 152, 95, 0.4392156863);
}
.p-recruit::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 4vw;
  background: url(../images/home/bg-1.webp) no-repeat center/cover;
  z-index: -1;
}
.p-recruit .c-container, .p-recruit .p-slide .caution, .p-slide .p-recruit .caution, .p-recruit .breadcrumb {
  padding: 0 3vw 0 12vw;
}
.p-recruit .p-title {
  color: #fff;
  text-align: left;
  position: relative;
  z-index: 20;
}
.p-recruit .Img {
  position: absolute;
  z-index: -1;
  top: 25px;
  right: 0;
  width: 55%;
  height: 240px;
}
.p-recruit .Img::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(45deg, #333 0%, transparent 50%);
  opacity: 0.8;
}
.p-recruit__tit {
  color: #fff;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.8;
  margin-bottom: 20px;
}
.p-recruit .Desc {
  color: #fff;
  font-weight: bold;
  margin-bottom: 50px;
}
@media (min-width: 600px) {
  .p-recruit {
    padding: 70px 0;
  }
  .p-recruit .Img {
    top: 50px;
    height: 280px;
  }
  .p-recruit__tit {
    font-size: 2.5rem;
    line-height: 1.6;
    margin-bottom: 20px;
  }
}
@media (min-width: 960px) {
  .p-recruit {
    padding: 80px 0;
  }
  .p-recruit-top__desc {
    top: -12rem;
    left: 7vw;
  }
  .p-recruit-top__desc h2 {
    font-size: 9rem;
    letter-spacing: 10px;
  }
  .p-recruit .p-title {
    margin-bottom: 20px;
  }
  .p-recruit__tit {
    font-size: 3rem;
    margin-bottom: 20px;
  }
  .p-recruit__tit br {
    display: none;
  }
  .p-recruit .Desc br {
    display: none;
  }
  .p-recruit .Desc .c-txt-sm, .p-recruit .Desc .c-contact-text, .p-recruit .Desc .c-news__content, .p-recruit .Desc .p-news__content {
    font-size: 18px;
  }
  .p-recruit .more-btn {
    text-align: left;
  }
  .p-recruit .more-btn__link {
    text-align: center;
  }
  .p-recruit .Img {
    top: 50%;
    transform: translateY(-50%);
    width: 45%;
    height: 70%;
  }
}
@media (min-width: 1200px) {
  .p-recruit {
    padding: 90px 0;
  }
}
@media (min-width: 2000px) {
  .p-recruit::before {
    left: 20vw;
  }
  .p-recruit .c-container, .p-recruit .p-slide .caution, .p-slide .p-recruit .caution, .p-recruit .breadcrumb {
    padding: 0 3vw 0 25vw;
  }
  .p-recruit .Img {
    max-width: 650px;
    right: 22vw;
    height: 70%;
  }
}

.p-link__list__item {
  border-top: 3px solid #ccc;
  padding-top: 50px;
  margin-bottom: 50px;
  position: relative;
}
.p-link__list__item::before {
  content: "";
  width: 120px;
  height: 3px;
  background-color: #B8985F;
  position: absolute;
  top: -3px;
  left: 0;
}
@media (min-width: 960px) {
  .p-link__list {
    display: flex;
    justify-content: space-between;
  }
  .p-link__list__item {
    flex-basis: 48%;
    margin-bottom: 0;
  }
}
@media (min-width: 1200px) {
  .p-link__list__item {
    flex-basis: 45%;
  }
}

.p-contact__wrap {
  padding: 40px 6vw 60px;
  background-image: url(../images/home/contact.webp);
  background-size: cover;
  text-align: center;
  background-position: 100% 75%;
  border-radius: 30px 30px 0 0;
  position: relative;
}
.p-contact__wrap::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #1A1A1A;
  opacity: 0.7;
  border-radius: 30px 30px 0 0;
}
.p-contact__wrap .p-title {
  color: #fff;
}
.p-contact__desc {
  color: #fff;
  position: relative;
  z-index: 10;
  margin-bottom: 30px;
}
.p-contact__btn a {
  background: #1A1A1A;
  border: 1px solid #fff;
  position: relative;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 0 auto;
  max-width: 240px;
  padding: 15px 25px;
  color: #fff;
  transition: 0.3s ease-in-out;
  font-weight: 400;
  font-size: 18px;
}
.p-contact__btn a::before {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  right: -2em;
  transform: translateY(calc(-50% - 2px)) rotate(30deg);
  width: 12px;
  height: 1px;
  background-color: #fff;
  transition: 0.3s;
}
.p-contact__btn a::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: -2em;
  width: 60px;
  height: 1px;
  background-color: #fff;
  transition: 0.3s;
}
.p-contact__btn a:hover {
  background: #fff;
  color: #1A1A1A;
}
.p-contact__btn a:hover::before, .p-contact__btn a:hover::after {
  right: -2.5em;
}
@media (min-width: 600px) {
  .p-contact__wrap {
    padding: 60px 6vw;
  }
  .p-contact__wrap .p-title {
    margin-bottom: 30px;
  }
  .p-contact__btn a {
    max-width: 280px;
    padding: 15px 25px;
    font-size: 18px;
  }
}
@media (min-width: 960px) {
  .p-contact__wrap {
    padding: 80px 6vw;
    border-radius: 50px 50px 0 0;
  }
  .p-contact__wrap::before {
    border-radius: 50px 50px 0 0;
  }
  .p-contact__desc {
    margin-bottom: 50px;
  }
  .p-contact__btn a {
    max-width: 380px;
    padding: 22px 25px;
    font-size: 22px;
  }
  .p-contact__btn a::before {
    right: -3em;
  }
  .p-contact__btn a::after {
    right: -3em;
    width: 120px;
  }
  .p-contact__btn a:hover::before, .p-contact__btn a:hover::after {
    right: -4em;
  }
}
@media (min-width: 1200px) {
  .p-contact__wrap {
    padding: 90px 3vw;
  }
}

.p-footer {
  padding: 50px 0 20px;
  background-color: #1A1A1A;
}
.p-footer__logo {
  margin-bottom: 20px;
}
.p-footer__logo img {
  width: 120px;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-footer__address {
  color: #fff;
}
.p-footer__nav {
  display: block;
}
.p-footer__nav ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.p-footer__nav li {
  margin-bottom: 15px;
  text-align: left;
}
.p-footer__nav li a {
  color: #fff;
}
.p-footer__nav li span {
  position: relative;
  display: inline-block;
  padding: 0 3px;
  margin-right: 20px;
}
.p-footer__nav li .c-txt-sm, .p-footer__nav li .c-contact-text, .p-footer__nav li .c-news__content, .p-footer__nav li .p-news__content {
  font-size: 14px;
  font-weight: 400;
  color: #fff;
}
.p-footer__link__item {
  width: 300px;
  margin: 0 auto 15px;
}
.p-footer__link__item a {
  display: block;
}
.p-footer__link__item a img {
  -o-object-fit: contain;
     object-fit: contain;
}
.p-footer .copyright {
  text-align: center;
  color: #949494;
  font-size: 12px;
  position: relative;
  z-index: 10;
  border-top: 1px solid #949494;
  padding-top: 20px;
}
@media (min-width: 600px) {
  .p-footer {
    padding: 60px 0 20px;
  }
  .p-footer__wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 40px;
  }
  .p-footer__logo {
    margin-bottom: 0;
    margin-right: 30px;
  }
  .p-footer__address {
    margin-bottom: 0;
  }
  .p-footer__address .c-txt-sm, .p-footer__address .c-contact-text, .p-footer__address .c-news__content, .p-footer__address .p-news__content {
    font-size: 14px;
  }
  .p-footer__link {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .p-footer__link__item {
    margin: 0 10px;
  }
}
@media (min-width: 960px) {
  .p-footer {
    padding: 60px 0 30px;
  }
  .p-footer .c-container, .p-footer .p-slide .caution, .p-slide .p-footer .caution, .p-footer .breadcrumb {
    padding: 0 8vw;
    display: grid;
    grid-template-rows: auto auto;
    grid-template-columns: 48% 48%;
    gap: 0 4%;
    margin-bottom: 50px;
  }
  .p-footer__nav {
    grid-row: 1/3;
    grid-column: 2/3;
    align-self: center;
    margin-bottom: 0;
  }
  .p-footer__nav ul {
    margin-top: 20px;
  }
  .p-footer__nav ul li {
    margin-bottom: 30px;
  }
  .p-footer__nav ul li span {
    margin-right: 30px;
  }
  .p-footer__nav ul li .c-txt-sm, .p-footer__nav ul li .c-contact-text, .p-footer__nav ul li .c-news__content, .p-footer__nav ul li .p-news__content {
    font-size: 16px;
  }
  .p-footer__wrap {
    grid-row: 1/2;
    grid-column: 1/2;
    margin: 0 0 30px;
  }
  .p-footer__link {
    grid-row: 2/3;
    grid-column: 1/2;
    margin-bottom: 0;
  }
  .p-footer .copyright {
    font-size: 14px;
    padding-top: 30px;
  }
}
@media (min-width: 1200px) {
  .p-footer .c-container, .p-footer .p-slide .caution, .p-slide .p-footer .caution, .p-footer .breadcrumb {
    padding: 0 15vw;
  }
}
@media (min-width: 1200px) {
  .p-footer .c-container, .p-footer .p-slide .caution, .p-slide .p-footer .caution, .p-footer .breadcrumb {
    padding: 0 22vw;
  }
}

.home2 .top-view .hero__img {
  height: 100vh;
  position: relative;
}
.home2 .top-view .hero__img::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #1A1A1A;
  opacity: 0.4;
}
@media (max-width: 599px) {
  .home2 .top-view .hero__img .view-pc {
    display: none;
  }
}
@media (min-width: 600px) {
  .home2 .top-view .hero__img .view-sp {
    display: none;
  }
}
.home2 .p-recruit {
  background-color: #efefef;
}

.p-service2__list__item {
  margin-bottom: 50px;
}
.p-service2__img {
  margin-bottom: 20px;
}
.p-service2__desc .ttl {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.p-service2__desc .ttl .num {
  font-size: 2rem;
  font-weight: 600;
  color: #B8985F;
  margin-right: 15px;
}
.p-service2__desc .ttl-item {
  font-size: 18px;
  font-weight: 500;
  flex: 1;
}
.p-service2__desc .Desc {
  padding-bottom: 15px;
  margin-bottom: 25px;
  border-bottom: 1px solid #1A1A1A;
}
.p-service2__desc .link-btn a {
  display: block;
  background-color: #1A1A1A;
  padding: 10px 15px;
  color: #fff;
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 2px;
  position: relative;
}
.p-service2__desc .link-btn a::before {
  content: "";
  width: 40px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
  transition: all 0.3s;
}
.p-service2__desc .link-btn a::after {
  content: "";
  width: 10px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  top: -5px;
  bottom: 0;
  right: 20px;
  margin: auto;
  transform: rotate(30deg);
  transition: all 0.3s;
}
.p-service2__desc .link-btn a:hover::before, .p-service2__desc .link-btn a:hover::after {
  right: 10px;
}
@media (min-width: 600px) {
  .p-service2__list__item {
    display: flex;
    align-items: center;
  }
  .p-service2__list__item:nth-child(2n) {
    flex-direction: row-reverse;
  }
  .p-service2__list__item:nth-child(2n) .p-service2__img {
    margin-right: 0;
    margin-left: -4%;
  }
  .p-service2__img {
    height: 400px;
    width: 70%;
    margin-bottom: 0;
    margin-right: -4%;
  }
  .p-service2__desc {
    background-color: #fcfcfc;
    padding: 30px;
    width: 60%;
    position: relative;
    z-index: 100;
  }
}
@media (min-width: 960px) {
  .p-service2__desc {
    width: 50%;
  }
  .p-service2__desc .ttl .num {
    font-size: 2.7rem;
  }
  .p-service2__desc .ttl-item {
    font-size: 24px;
  }
  .p-service2 .Desc {
    padding-bottom: 20px;
    margin-bottom: 30px;
  }
  .p-service2 .link-btn a {
    padding: 10px 15px;
    font-size: 22px;
  }
  .p-service2 .link-btn a::before {
    width: 50px;
    right: 30px;
  }
  .p-service2 .link-btn a::after {
    width: 16px;
    top: -8px;
    right: 30px;
  }
  .p-service2 .link-btn a:hover::before, .p-service2 .link-btn a:hover::after {
    right: 15px;
  }
}
@media (min-width: 1200px) {
  .p-service2__desc {
    width: 60%;
    padding: 40px;
  }
}

.top-slide {
  padding-bottom: 30px;
  position: relative;
}
.top-slide::before {
  content: "";
  width: 100%;
  height: 70%;
  background-color: #efefef;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.top-slide__wrap {
  width: 100%;
  overflow: hidden;
}
@media (min-width: 960px) {
  .top-slide {
    padding-bottom: 50px;
  }
}
.top-slide .gallery {
  display: flex;
  align-items: center;
  width: 100%;
}
.top-slide .gallery .slide-item {
  width: 150px;
  height: 120px !important;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  margin: 0 5px;
  flex-shrink: 0;
}
@media (min-width: 600px) {
  .top-slide .gallery .slide-item {
    width: 200px;
    height: 170px !important;
  }
}
@media (min-width: 960px) {
  .top-slide .gallery .slide-item {
    width: 300px;
    height: 240px !important;
  }
}
@media (min-width: 1200px) {
  .top-slide .gallery .slide-item {
    width: 450px;
    height: 320px !important;
    margin: 0 8px;
  }
}

.home3 .top-view .hero__img {
  height: 100vh;
  position: relative;
}
@media (max-width: 599px) {
  .home3 .top-view .hero__img .view-pc {
    display: none;
  }
}
@media (min-width: 600px) {
  .home3 .top-view .hero__img .view-sp {
    display: none;
  }
}
.home3 .top-view .hero__text {
  color: #1A1A1A;
  text-shadow: 0 0 5px #fff;
}

.p-service3__img {
  height: 300px;
}
.p-service3__desc {
  padding: 15px 7vw 50px;
}
.p-service3__desc .ttl {
  margin-bottom: 15px;
}
.p-service3__desc .ttl .num {
  display: block;
  color: #B8985F;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 2px;
}
.p-service3__desc .ttl-item {
  font-size: 17px;
  letter-spacing: 1px;
}
.p-service3__desc .ttl-item br {
  display: none;
}
.p-service3__desc .Desc {
  margin-bottom: 20px;
}
.p-service3 .link-btn {
  text-align: right;
}
.p-service3 .link-btn a {
  display: inline-block;
  padding: 0 8px 5px;
  color: #B8985F;
  font-size: 18px;
  letter-spacing: 3px;
  position: relative;
  transition: all 0.3s;
}
.p-service3 .link-btn a::before {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #B8985F;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.p-service3 .link-btn a:hover {
  letter-spacing: 6px;
  padding: 0 8px 5px 12px;
}
@media (min-width: 600px) {
  .p-service3__img {
    height: 500px;
  }
  .p-service3__desc {
    padding: 30px 10vw 70px;
  }
}
@media (max-width: 959px) {
  .p-service3__imgbox {
    display: none;
  }
}
@media (min-width: 960px) {
  .p-service3__desc {
    padding: 30vh 60px 0;
    position: relative;
    background: white;
    z-index: 2;
  }
  .p-service3__desc .ttl {
    margin-bottom: 20px;
  }
  .p-service3__desc .ttl .num {
    font-size: 24px;
  }
  .p-service3__desc .ttl-item {
    font-size: 20px;
  }
  .p-service3__desc .Desc {
    margin-bottom: 50px;
  }
  .p-service3 .link-btn {
    text-align: left;
  }
  .p-service3 .link-btn a {
    padding: 0 12px 8px;
    font-size: 22px;
    letter-spacing: 4px;
  }
  .p-service3 .link-btn a:hover {
    letter-spacing: 8px;
    padding: 0 12px 8px 20px;
  }
  .p-service3__img {
    display: none;
  }
  .p-service3__wrap {
    display: flex;
    justify-content: space-between;
  }
  .p-service3__list {
    flex-basis: 50%;
  }
  .p-service3__list__item {
    min-height: 100vh;
    display: flex;
    align-items: flex-start;
  }
  .p-service3__imgbox {
    flex-basis: 50%;
    position: sticky;
    top: 0;
    height: 100vh;
    overflow: hidden;
    align-self: flex-start;
  }
  .p-service3__imgbox__item {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 0.5s ease;
  }
  .p-service3__imgbox__item .Img {
    width: 100%;
    height: 100vh;
  }
  .p-service3__imgbox__item .Img img {
    width: 100%;
    height: 100vh;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media (min-width: 1200px) {
  .p-service3__desc {
    padding: 30vh 0 0 10vw;
  }
}

.c-message {
  background: url(../images/home/bg-2-sp.webp) no-repeat center/cover;
  padding: 50px 0;
  position: relative;
}
.c-message::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #fff;
  opacity: 0.6;
}
.c-message__desc {
  position: relative;
  z-index: 10;
}
.c-message__desc .c-txt-sm, .c-message__desc .c-contact-text, .c-message__desc .c-news__content, .c-message__desc .p-news__content {
  margin-bottom: 15px;
}
.c-message__name {
  position: relative;
  z-index: 10;
  text-align: right;
  margin-top: 30px;
}
.c-message__name .c-txt-sm, .c-message__name .c-contact-text, .c-message__name .c-news__content, .c-message__name .p-news__content {
  font-weight: normal;
}
.c-message__name .name {
  font-size: 20px;
}
@media (min-width: 600px) {
  .c-message {
    padding: 70px 0;
  }
  .c-message .c-container, .c-message .p-slide .caution, .p-slide .c-message .caution, .c-message .breadcrumb {
    padding: 0 10vw;
  }
}
@media (min-width: 960px) {
  .c-message {
    padding: 80px 0;
    background: url(../images/home/img8.webp) no-repeat center/cover;
  }
  .c-message .c-container, .c-message .p-slide .caution, .p-slide .c-message .caution, .c-message .breadcrumb {
    padding: 0 15vw;
  }
  .c-message__name {
    margin-top: 40px;
  }
  .c-message__name .name {
    font-size: 22px;
  }
}
@media (min-width: 1200px) {
  .c-message {
    padding: 100px 0;
  }
  .c-message .c-container, .c-message .p-slide .caution, .p-slide .c-message .caution, .c-message .breadcrumb {
    padding: 0 18vw;
  }
}
@media (min-width: 2000px) {
  .c-message .c-container, .c-message .p-slide .caution, .p-slide .c-message .caution, .c-message .breadcrumb {
    padding: 0 25vw;
  }
}

.c-about__desc tr {
  display: flex;
}
.c-about__desc th {
  flex-basis: 30%;
  padding: 8px;
  display: flex;
  align-items: center;
  color: #B8985F;
}
.c-about__desc th .c-txt-sm, .c-about__desc th .c-contact-text, .c-about__desc th .c-news__content, .c-about__desc th .p-news__content {
  font-size: 12px;
}
.c-about__desc td {
  flex-basis: 70%;
  padding: 15px 8px;
}
.c-about__desc td a {
  color: #1A1A1A;
}
.c-about__desc td .c-txt-sm, .c-about__desc td .c-contact-text, .c-about__desc td .c-news__content, .c-about__desc td .p-news__content {
  font-size: 13px;
}
.c-about__desc td .indent {
  display: block;
  padding-left: 1em;
  text-indent: -1em;
}
.c-about__desc th, .c-about__desc td {
  border-bottom: 1px solid #ccc;
}
@media (min-width: 600px) {
  .c-about .c-container, .c-about .p-slide .caution, .p-slide .c-about .caution, .c-about .breadcrumb {
    padding: 0 10vw;
  }
  .c-about__desc th,
  .c-about__desc td {
    padding: 18px 10px;
  }
  .c-about__desc th .c-txt-sm, .c-about__desc th .c-contact-text, .c-about__desc th .c-news__content, .c-about__desc th .p-news__content,
  .c-about__desc td .c-txt-sm,
  .c-about__desc td .c-contact-text,
  .c-about__desc td .c-news__content,
  .c-about__desc td .p-news__content {
    font-size: 14px;
  }
  .c-about__desc th br {
    display: none;
  }
}
@media (min-width: 960px) {
  .c-about .c-container, .c-about .p-slide .caution, .p-slide .c-about .caution, .c-about .breadcrumb {
    padding: 0 15vw;
  }
  .c-about__desc th {
    flex-basis: 20%;
    padding: 20px 0;
  }
  .c-about__desc th .c-txt-sm, .c-about__desc th .c-contact-text, .c-about__desc th .c-news__content, .c-about__desc th .p-news__content {
    font-size: 16px;
  }
  .c-about__desc td {
    flex-basis: 80%;
    padding: 20px 30px;
  }
  .c-about__desc td .c-txt-sm, .c-about__desc td .c-contact-text, .c-about__desc td .c-news__content, .c-about__desc td .p-news__content {
    font-size: 16px;
  }
}
@media (min-width: 1200px) {
  .c-about .c-container, .c-about .p-slide .caution, .p-slide .c-about .caution, .c-about .breadcrumb {
    padding: 0 18vw;
  }
}
@media (min-width: 2000px) {
  .c-about .c-container, .c-about .p-slide .caution, .p-slide .c-about .caution, .c-about .breadcrumb {
    padding: 0 25vw;
  }
}

.c-access {
  background-color: #f4f4f4;
  padding: 50px 0;
}
.c-access .g-map {
  height: 350px;
}
.c-access .g-map iframe {
  width: 100%;
  height: 100%;
  filter: grayscale(100%);
  transition: all 0.3s;
}
.c-access .g-map iframe:hover {
  filter: grayscale(0%);
}
@media (min-width: 600px) {
  .c-access {
    padding: 70px 0;
  }
  .c-access .c-container, .c-access .p-slide .caution, .p-slide .c-access .caution, .c-access .breadcrumb {
    padding: 0 10vw;
  }
}
@media (min-width: 960px) {
  .c-access {
    padding: 80px 0;
  }
  .c-access .c-container, .c-access .p-slide .caution, .p-slide .c-access .caution, .c-access .breadcrumb {
    padding: 0 15vw;
  }
  .c-access .g-map {
    height: 450px;
  }
}
@media (min-width: 1200px) {
  .c-access {
    padding: 100px 0;
  }
  .c-access .c-container, .c-access .p-slide .caution, .p-slide .c-access .caution, .c-access .breadcrumb {
    padding: 0 18vw;
  }
}
@media (min-width: 2000px) {
  .c-access .c-container, .c-access .p-slide .caution, .p-slide .c-access .caution, .c-access .breadcrumb {
    padding: 0 25vw;
  }
}

.c-topsec__img {
  max-width: 500px;
  margin: 0 auto 20px;
}
@media (min-width: 960px) {
  .c-topsec .c-container, .c-topsec .p-slide .caution, .p-slide .c-topsec .caution, .c-topsec .breadcrumb {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .c-topsec__img {
    max-width: none;
    flex-basis: 48%;
    margin: 0;
  }
  .c-topsec__desc {
    flex-basis: 48%;
  }
}
@media (min-width: 1200px) {
  .c-topsec {
    margin-bottom: 80px;
  }
}

.p-slide__wrap {
  width: 100%;
  overflow: hidden;
}
.p-slide .c-title {
  display: block;
  text-align: center;
}
.p-slide .c-title .ja {
  margin: 7px 0 0 0;
  font-size: 18px;
}
@media (min-width: 960px) {
  .p-slide .c-title .ja {
    margin: 5px 0 0 0;
    font-size: 24px;
  }
}
.p-slide .gallery {
  display: flex;
  align-items: center;
  width: 100%;
}
.p-slide .gallery .slide-item {
  width: 100px;
  flex-shrink: 0;
  -o-object-fit: contain;
     object-fit: contain;
  margin: 0 20px;
}
@media (min-width: 600px) {
  .p-slide .gallery .slide-item {
    width: 120px;
    margin: 0 30px;
  }
}
@media (min-width: 1200px) {
  .p-slide .gallery .slide-item {
    width: 150px;
    margin: 0 40px;
  }
}
.p-slide .caution {
  margin-top: 30px;
  text-align: right;
}
@media (min-width: 1200px) {
  .p-slide {
    margin-bottom: 100px;
  }
  .p-slide .caution {
    margin-top: 50px;
  }
}

.c-service {
  padding: 50px 0;
  background-color: #eeeeee;
}
.c-service ul li {
  margin: 0 4vw 20px;
  background-color: #fff;
  padding: 15px;
  scroll-margin: 70px;
}
.c-service ul li h3 {
  font-size: 22px;
  font-weight: 500;
  padding-bottom: 10px;
  margin-bottom: 20px;
  text-align: center;
  position: relative;
}
.c-service ul li h3::before {
  content: "";
  width: 30px;
  height: 3px;
  background-color: #B8985F;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.c-service__img {
  max-width: 500px;
  margin: 0 auto 26px;
}
.c-service__desc .desc {
  margin-bottom: 30px;
}
@media (min-width: 600px) {
  .c-service {
    padding: 70px 0;
  }
  .c-service ul li {
    margin: 0 8vw 30px;
    padding: 30px;
  }
}
@media (min-width: 960px) {
  .c-service {
    padding: 80px 0;
  }
  .c-service ul li {
    margin: 0 5vw 50px;
    display: flex;
    justify-content: space-between;
    padding: 30px;
    scroll-margin: 110px;
  }
  .c-service ul li:nth-child(2n) {
    flex-direction: row-reverse;
  }
  .c-service ul li h3 {
    font-size: 26px;
  }
  .c-service ul li h3 br {
    display: none;
  }
  .c-service__img {
    flex-basis: 40%;
    max-width: none;
    margin: 0;
    height: auto;
  }
  .c-service__desc {
    flex-basis: 55%;
  }
}
@media (min-width: 1200px) {
  .c-service {
    padding: 100px 0;
  }
  .c-service ul li {
    margin: 0 12vw 50px;
    padding: 50px;
  }
}
@media (min-width: 2000px) {
  .c-service ul li {
    margin: 0 20vw 50px;
  }
}

.c-case__list__item {
  scroll-margin: 70px;
  margin-bottom: 70px;
}
.c-case__list__item h3 {
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 2px;
  padding-left: 30px;
  position: relative;
}
.c-case__list__item h3::before {
  content: "";
  width: 20px;
  height: 2px;
  background-color: #B8985F;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.c-case__list__item .List {
  border: 1px solid #ccc;
  border-bottom: none;
}
.c-case__list__item .List-item {
  border-bottom: 1px solid #ccc;
  padding: 30px 15px 20px;
}
.c-case__list__item .List-item .Icon {
  width: 100px;
  height: 100px;
  margin: 0 auto;
}
.c-case__list__item .List-item .Icon img {
  -o-object-fit: contain;
     object-fit: contain;
}
.c-case__list__item .List-item .Tit h4 {
  text-align: center;
  font-size: 17px;
  font-weight: 400;
  margin: 15px 0;
  color: #3E2723;
}
.c-case__list__item .List-item .inner-List li {
  padding-left: 1em;
  text-indent: -1em;
}
@media (min-width: 600px) {
  .c-case__list__item h3 {
    font-size: 22px;
  }
  .c-case__list__item .List {
    border-right: none;
    display: flex;
    flex-wrap: wrap;
  }
  .c-case__list__item .List-item {
    flex-basis: 50%;
  }
  .c-case__list__item .List-item:nth-child(2n) {
    border-right: 1px solid #ccc;
  }
  .c-case__list__item .List-item:nth-child(2n+1) {
    border-right: 1px solid #ccc;
  }
}
@media (min-width: 960px) {
  .c-case__list__item {
    scroll-margin: 110px;
  }
  .c-case__list__item h3 {
    font-size: 26px;
    padding-left: 40px;
  }
  .c-case__list__item h3::before {
    width: 30px;
  }
  .c-case__list__item .List-item {
    padding: 30px;
    display: grid;
    grid-template-rows: 80px auto;
    grid-template-columns: 100px auto;
    gap: 0 4%;
  }
  .c-case__list__item .List-item .Icon {
    grid-row: 1/2;
    grid-column: 1/2;
    margin: 0;
    width: 80px;
    height: 80px;
  }
  .c-case__list__item .List-item .Tit {
    grid-row: 1/2;
    grid-column: 2/3;
    align-self: center;
  }
  .c-case__list__item .List-item .Tit h4 {
    margin: 0;
    font-size: 18px;
    text-align: left;
  }
  .c-case__list__item .List-item .inner-List {
    grid-row: 2/3;
    grid-column: 1/3;
    margin-top: 20px;
    align-self: flex-start;
  }
}
@media (min-width: 1200px) {
  .c-case__list__item {
    margin-bottom: 80px;
  }
  .c-case__list__item h3 {
    font-size: 30px;
  }
  .c-case__list__item .List-item .Tit h4 {
    font-size: 20px;
  }
}

.c-topdesc__img {
  max-width: 400px;
  margin: 0 auto 20px;
}
.c-topdesc__img img {
  -o-object-fit: contain;
     object-fit: contain;
}
@media (min-width: 960px) {
  .c-topdesc .c-container, .c-topdesc .breadcrumb, .c-topdesc .p-slide .caution, .p-slide .c-topdesc .caution {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .c-topdesc__img {
    margin: 0 3vw 0 0;
  }
  .c-topdesc__desc {
    flex: 1;
  }
}
.c-ismsPolicy {
  padding: 50px 0;
  background-color: #f8f8f8;
}
.c-ismsPolicy__tit {
  font-size: 22px;
  text-align: center;
  font-weight: 500;
  letter-spacing: 2px;
}
.c-ismsPolicy p.c-txt-sm, .c-ismsPolicy p.c-contact-text, .c-ismsPolicy p.c-news__content, .c-ismsPolicy p.p-news__content {
  margin-bottom: 15px;
}
.c-ismsPolicy p.name {
  text-align: right;
}
.c-ismsPolicy .List {
  margin-bottom: 30px;
}
.c-ismsPolicy .List-item {
  margin-bottom: 15px;
}
.c-ismsPolicy .List-item span {
  display: inline-block;
  padding-left: 1em;
  text-indent: -1em;
}
@media (min-width: 600px) {
  .c-ismsPolicy {
    padding: 70px 0;
  }
  .c-ismsPolicy .c-container, .c-ismsPolicy .breadcrumb, .c-ismsPolicy .p-slide .caution, .p-slide .c-ismsPolicy .caution {
    padding: 0 10vw;
  }
  .c-ismsPolicy p.c-txt-sm, .c-ismsPolicy p.c-contact-text, .c-ismsPolicy p.c-news__content, .c-ismsPolicy p.p-news__content {
    margin-bottom: 20px;
  }
  .c-ismsPolicy .List {
    margin-bottom: 30px;
  }
  .c-ismsPolicy .List-item {
    margin-bottom: 20px;
  }
}
@media (min-width: 960px) {
  .c-ismsPolicy {
    padding: 100px 0;
  }
  .c-ismsPolicy__tit {
    font-size: 26px;
  }
  .c-ismsPolicy .c-container, .c-ismsPolicy .breadcrumb, .c-ismsPolicy .p-slide .caution, .p-slide .c-ismsPolicy .caution {
    padding: 0 12vw;
  }
  .c-ismsPolicy p.c-txt-sm, .c-ismsPolicy p.c-contact-text, .c-ismsPolicy p.c-news__content, .c-ismsPolicy p.p-news__content {
    margin-bottom: 30px;
  }
  .c-ismsPolicy .List {
    margin-bottom: 50px;
  }
  .c-ismsPolicy .List-item {
    margin-bottom: 30px;
  }
}
@media (min-width: 1200px) {
  .c-ismsPolicy .c-container, .c-ismsPolicy .breadcrumb, .c-ismsPolicy .p-slide .caution, .p-slide .c-ismsPolicy .caution {
    padding: 0 15vw;
  }
}
@media (min-width: 2000px) {
  .c-ismsPolicy .c-container, .c-ismsPolicy .breadcrumb, .c-ismsPolicy .p-slide .caution, .p-slide .c-ismsPolicy .caution {
    padding: 0 24vw;
  }
}

.c-pdf__tit {
  font-size: 22px;
  text-align: center;
  font-weight: 500;
  letter-spacing: 2px;
}
@media (min-width: 960px) {
  .c-pdf__tit__tit {
    font-size: 26px;
  }
}

.c-topview__img {
  position: relative;
  height: 50vh;
}
.c-topview__img::before {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #fff;
  opacity: 0.2;
}
.c-topview .toptxt {
  position: absolute;
  top: 55%;
  left: 7vw;
  transform: translateY(-50%);
  width: 100%;
}
.c-topview .toptxt h2 {
  font-size: 2.5rem;
  letter-spacing: 0.07em;
  line-height: 1.3;
  font-weight: 500;
}
.c-topview .toptxt h5 {
  font-size: 20px;
}
.c-topview .toptxt .c-txt-sm, .c-topview .toptxt .c-contact-text, .c-topview .toptxt .c-news__content, .c-topview .toptxt .p-news__content {
  margin-top: 20px;
  font-size: 18px;
}
@media (min-width: 600px) {
  .c-topview .toptxt h2 {
    font-size: 3rem;
    letter-spacing: 0.1em;
  }
  .c-topview .toptxt .c-txt-sm, .c-topview .toptxt .c-contact-text, .c-topview .toptxt .c-news__content, .c-topview .toptxt .p-news__content {
    font-size: 22px;
  }
}
@media (min-width: 960px) {
  .c-topview {
    margin-bottom: 40px;
  }
  .c-topview__img {
    height: 70vh;
  }
  .c-topview .toptxt {
    left: 6vw;
  }
  .c-topview .toptxt h2 {
    font-size: 4rem;
  }
  .c-topview .toptxt h5 {
    font-size: 24px;
  }
  .c-topview .toptxt .c-txt-sm, .c-topview .toptxt .c-contact-text, .c-topview .toptxt .c-news__content, .c-topview .toptxt .p-news__content {
    font-size: 28px;
  }
}
@media (min-width: 1200px) {
  .c-topview .toptxt {
    left: 12vw;
  }
  .c-topview .toptxt h2 {
    font-size: 4.5rem;
  }
  .c-topview .toptxt h5 {
    font-size: 28px;
  }
  .c-topview .toptxt .c-txt-sm, .c-topview .toptxt .c-contact-text, .c-topview .toptxt .c-news__content, .c-topview .toptxt .p-news__content {
    font-size: 32px;
  }
}
@media (min-width: 2000px) {
  .c-topview .toptxt {
    left: 22vw;
  }
}

.c-recmessage {
  position: relative;
  z-index: 10;
}
.c-recmessage::before {
  content: "";
  width: 100%;
  height: 75%;
  background-color: #aaa;
  position: absolute;
  bottom: -5%;
  left: 3vw;
  z-index: -1;
  opacity: 0.2;
}
.c-recmessage__img {
  max-width: 450px;
  margin: 0 auto 30px;
  position: relative;
  z-index: 20;
}
.c-recmessage__desc {
  position: relative;
  z-index: 10;
}
@media (min-width: 600px) {
  .c-recmessage::before {
    height: 65%;
    left: 5vw;
    bottom: -8%;
  }
  .c-recmessage__desc {
    padding: 0 5vw;
  }
}
@media (min-width: 960px) {
  .c-recmessage::before {
    width: 60%;
    height: 100%;
    bottom: -40px;
    left: auto;
    right: 0;
  }
  .c-recmessage__wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .c-recmessage__img {
    flex-basis: 48%;
    margin: 0;
    max-width: none;
  }
  .c-recmessage__desc {
    flex-basis: 48%;
    padding: 0;
  }
}
@media (min-width: 1200px) {
  .c-recmessage::before {
    width: 60%;
    height: 100%;
    bottom: -50px;
    left: auto;
    right: 0;
  }
}

.c-points {
  padding-top: 30px;
}
.c-points__item {
  box-shadow: 0 0 10px rgba(51, 51, 51, 0.5019607843);
  margin-bottom: 30px;
}
.c-points .flex {
  background-color: #1A1A1A;
  display: flex;
  padding-left: 17px;
}
.c-points .flex .item .r-nam {
  color: #fff;
  font-weight: 600;
  font-size: 3.5rem;
  display: block;
}
.c-points .flex .sub {
  color: #fff;
  flex: 1;
  font-size: 18px;
  font-weight: 500;
  margin-left: 15px;
  letter-spacing: 2px;
  line-height: 1.8;
  display: flex;
  align-items: center;
}
.c-points .item-desc {
  padding: 15px;
}
@media (min-width: 600px) {
  .c-points ul {
    margin: 0 8vw;
  }
}
@media (min-width: 960px) {
  .c-points ul {
    margin: 0;
  }
  .c-points li {
    display: flex;
    justify-content: space-between;
  }
  .c-points li:nth-child(2n) {
    flex-direction: row-reverse;
  }
  .c-points__item {
    margin-bottom: 40px;
  }
  .c-points__img {
    width: 50%;
    height: auto;
  }
  .c-points__desc {
    width: 50%;
  }
  .c-points .flex {
    padding: 8px 0 8px 25px;
  }
  .c-points .flex .sub {
    font-size: 20px;
    margin-left: 30px;
  }
  .c-points .item-desc {
    padding: 20px;
  }
}
@media (min-width: 1200px) {
  .c-points .flex {
    padding: 5px 0 5px 25px;
  }
  .c-points .flex .item .r-nam {
    font-size: 4.5rem;
  }
  .c-points .flex .sub {
    font-size: 24px;
  }
}

.c-career {
  background-color: #f8f8f8;
  padding: 50px 0;
}
.c-career__desc br {
  display: none;
}
@media (min-width: 960px) {
  .c-career {
    padding: 90px 0;
  }
  .c-career__img {
    text-align: center;
  }
  .c-career__img img {
    width: 70%;
  }
  .c-career__desc br {
    display: block;
  }
}
.c-voice {
  margin-bottom: 120px;
  /* 矢印のサイズ調整 */
  /* 左下に配置 */
  /* 無効状態のスタイル */
}
.c-voice .swiper {
  width: 100%;
  margin: 20px 0;
  position: relative;
}
.c-voice .swiper-slide {
  box-shadow: 0 0 8px rgba(51, 51, 51, 0.5019607843);
  padding: 20px;
  height: 1050px;
  overflow: hidden;
}
.c-voice .swiper-slide .Img {
  margin-bottom: 20px;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-voice .swiper-slide .Img img {
  display: block;
}
.c-voice .swiper-slide h3 {
  font-size: 17px;
  font-weight: 400;
  margin-bottom: 15px;
}
.c-voice .swiper-slide .name {
  text-align: right;
  margin-top: 30px;
}
.c-voice .swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: -40px;
}
.c-voice .swiper-pagination-bullet {
  background: #ccc;
  opacity: 0.7;
}
.c-voice .swiper-pagination-bullet-active {
  background: #1A1A1A;
  opacity: 1;
}
.c-voice .swiper-button-next,
.c-voice .swiper-button-prev {
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  color: #333;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease;
  border: 2px solid rgba(255, 255, 255, 0.3);
  /* 位置を左下に変更 */
  top: auto;
  bottom: 20px;
  margin-top: 0;
}
.c-voice .swiper-button-next:hover,
.c-voice .swiper-button-prev:hover {
  background: rgb(255, 255, 255);
  transform: scale(1.1);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
  color: #B8985F;
}
.c-voice .swiper-button-next:after,
.c-voice .swiper-button-prev:after {
  font-size: 15px;
  font-weight: bold;
}
.c-voice .swiper-button-prev {
  left: 20px;
  right: auto;
}
.c-voice .swiper-button-next {
  left: 70px;
  /* 前の矢印の隣に配置 */
  right: auto;
}
.c-voice .swiper-button-disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.c-voice .swiper-button-disabled:hover {
  transform: none;
  background: rgba(255, 255, 255, 0.9);
  color: #333;
}
@media (min-width: 600px) {
  .c-voice .swiper-slide {
    padding: 30px;
    display: grid;
    grid-template-rows: auto auto;
    grid-template-columns: auto auto;
    gap: 0 4%;
    height: 630px;
  }
  .c-voice .swiper-slide .Img {
    grid-row: 1/3;
    grid-column: 1/2;
    aspect-ratio: 3/4;
    width: 100%;
    overflow: hidden;
  }
  .c-voice .swiper-slide p {
    grid-row: 1/2;
    grid-column: 2/3;
  }
  .c-voice .swiper-slide .name {
    grid-row: 2/3;
    grid-column: 2/3;
    align-self: flex-start;
  }
}
@media (min-width: 960px) {
  .c-voice {
    margin-bottom: 160px;
  }
  .c-voice .swiper-slide {
    padding: 30px 40px;
    height: 550px;
  }
  .c-voice .swiper-slide .Img {
    height: 100%;
    aspect-ratio: unset;
  }
  .c-voice .swiper-button-next,
  .c-voice .swiper-button-prev {
    width: 60px;
    height: 60px;
    bottom: 20px;
  }
  .c-voice .swiper-button-next:after,
  .c-voice .swiper-button-prev:after {
    font-size: 18px;
  }
  .c-voice .swiper-button-prev {
    left: 20px;
  }
  .c-voice .swiper-button-next {
    left: 100px;
  }
  .c-voice .swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: -60px;
  }
}
@media (min-width: 1200px) {
  .c-voice .swiper-slide {
    height: 600px;
  }
}

.c-environment {
  padding: 50px 0;
  background-color: #eeeeee;
}
.c-environment__list__item {
  background-color: #fff;
  padding: 20px;
  border-bottom: 1px solid #ccc;
}
.c-environment__list__item .Tit {
  margin-bottom: 15px;
}
.c-environment__list__item .Tit h3 {
  text-align: center;
  font-size: 17px;
  font-weight: 400;
  letter-spacing: 2px;
}
.c-environment__list__item .Icon {
  width: 110px;
  height: 110px;
  margin: 0 auto 15px;
}
.c-environment__list__item .Icon img {
  -o-object-fit: contain;
     object-fit: contain;
}
.c-environment__list__item:last-child {
  border-bottom: none;
}
@media (min-width: 600px) {
  .c-environment {
    padding: 70px 0;
  }
  .c-environment__list {
    display: flex;
    flex-wrap: wrap;
  }
  .c-environment__list__item {
    flex-basis: 50%;
  }
  .c-environment__list__item:nth-child(2n+1) {
    border-right: 1px solid #ccc;
  }
  .c-environment__list__item:nth-child(3) {
    border-bottom: none;
  }
}
@media (min-width: 960px) {
  .c-environment {
    padding: 80px 0;
  }
  .c-environment__list__item {
    padding: 30px;
  }
  .c-environment__list__item .Tit {
    margin-bottom: 20px;
  }
  .c-environment__list__item .Icon {
    margin-bottom: 20px;
  }
  .c-environment__list__item .Desc .c-txt-sm, .c-environment__list__item .Desc .c-contact-text, .c-environment__list__item .Desc .c-news__content, .c-environment__list__item .Desc .p-news__content {
    font-size: 16px;
  }
}
@media (min-width: 1200px) {
  .c-environment .c-container, .c-environment .breadcrumb, .c-environment .p-slide .caution, .p-slide .c-environment .caution {
    padding: 0 6vw;
  }
  .c-environment__list__item {
    flex-basis: 25%;
    border-bottom: none;
  }
  .c-environment__list__item:nth-child(2) {
    border-right: 1px solid #ccc;
  }
}
@media (min-width: 1400px) {
  .c-environment .c-container, .c-environment .breadcrumb, .c-environment .p-slide .caution, .p-slide .c-environment .caution {
    padding: 0 10vw;
  }
}
@media (min-width: 2000px) {
  .c-environment .c-container, .c-environment .breadcrumb, .c-environment .p-slide .caution, .p-slide .c-environment .caution {
    padding: 0 20vw;
  }
}

.faq__item {
  background-color: #fff;
}
.faq dt {
  position: relative;
  cursor: pointer;
  transition: color 0.2s cubic-bezier(0, 0, 0.58, 1);
  border: 1px solid #3E2723;
}
.faq dt .c-txt-sm, .faq dt .c-contact-text, .faq dt .c-news__content, .faq dt .p-news__content {
  font-size: 16px;
}
.faq dt::before {
  position: absolute;
  left: 0;
  content: "Q";
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  background: #3E2723;
  height: 100%;
  padding: 10px;
}
.faq dt span {
  margin-left: 10vw;
  margin-right: 5vw;
  line-height: 1.5;
  display: block;
  position: relative;
  padding: 20px 10px;
}
.faq dt .i_box {
  position: absolute;
  top: 50%;
  right: 1rem;
  width: 20px;
  height: 20px;
  margin-top: -10px;
}
.faq dt .i_box::before {
  position: absolute;
  content: "";
  margin: auto;
  box-sizing: border-box;
  vertical-align: middle;
  border-top: 2px solid #3E2723;
  width: 16px;
  height: 0;
  top: 0;
  bottom: 0;
  right: 0;
}
.faq dt .i_box::after {
  position: absolute;
  content: "";
  margin: auto;
  box-sizing: border-box;
  vertical-align: middle;
  border-left: 2px solid #3E2723;
  width: 0;
  height: 16px;
  top: 0;
  bottom: 0;
  right: 7px;
  transition: 0.3s;
}
.faq dd {
  position: relative;
  border-left: 1px solid #3E2723;
  border-right: 1px solid #3E2723;
  border-bottom: 1px solid #3E2723;
}
.faq dd .c-txt-sm, .faq dd .c-contact-text, .faq dd .c-news__content, .faq dd .p-news__content {
  font-weight: normal;
  font-size: 14px;
}
.faq dd::before {
  content: "A";
  position: absolute;
  top: 20px;
  left: 10px;
  bottom: 0;
  margin: auto;
  width: 12px;
  font-size: 22px;
  color: #B8985F;
}
.faq dd .m-description-article {
  font-size: 3.7vw;
  display: block;
  line-height: 2;
  margin-left: 8vw;
  padding: 20px 10px;
}
.faq .more-btn {
  display: block;
}

.c-news__item {
  border-bottom: 1px solid #ccc;
  padding: 20px 0;
}
.c-news__item:first-child {
  border-top: 1px solid #ccc;
}
.c-news__link {
  color: #1A1A1A;
}
.c-news__date {
  color: #888;
  font-size: 14px;
  font-weight: 300;
  display: block;
}
.c-news-wrap {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.c-news__list {
  padding-bottom: 5vw;
}
.c-news__title {
  text-align: center;
  margin: 0 0 10vw 0;
  letter-spacing: 2px;
  font-weight: 100;
}
.c-news .cate-item {
  background-color: #888;
  padding: 3px 8px;
  margin-left: 10px;
  color: #fff;
  text-align: center;
  display: inline-block;
  font-size: 13px;
  font-weight: 300;
}
.c-news .c-news__block {
  padding: 8vw 0;
}
.c-news .category-list {
  margin-top: 50px;
}
.c-news .category-list h4 {
  text-align: center;
  font-size: 22px;
  letter-spacing: 2px;
  font-weight: 300;
  margin-bottom: 20px;
}
.c-news .category-list ul {
  max-width: 450px;
  margin: 0 auto;
}
.c-news .category-list ul li {
  border-bottom: 1px solid #ccc;
  padding: 10px;
  font-size: 14px;
  letter-spacing: 2px;
  position: relative;
}
.c-news .category-list ul li::before {
  position: absolute;
  top: 0;
  right: 5px;
  bottom: 0;
  margin: auto;
  content: "";
  width: 0;
  height: 0;
  border-left: 10px solid #1A1A1A;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}
.c-news .category-list ul li a {
  color: #1A1A1A;
}
@media (min-width: 600px) {
  .c-news .c-container, .c-news .breadcrumb, .c-news .p-slide .caution, .p-slide .c-news .caution {
    padding: 0 10vw;
  }
}
@media (min-width: 960px) {
  .c-news .c-container, .c-news .breadcrumb, .c-news .p-slide .caution, .p-slide .c-news .caution {
    display: grid;
    grid-template-rows: auto auto;
    grid-template-columns: 70% 26%;
    gap: 0 4%;
    padding: 0 6vw;
  }
  .c-news__list {
    grid-row: 1/2;
    grid-column: 1/2;
  }
  .c-news .pagination {
    grid-row: 2/3;
    grid-column: 1/2;
  }
  .c-news .category-list {
    grid-row: 1/3;
    grid-column: 2/3;
    margin-top: 0;
  }
  .c-news .category-list h4 {
    font-size: 24px;
  }
  .c-news .category-list ul li {
    font-size: 16px;
  }
}
@media (min-width: 1200px) {
  .c-news .c-container, .c-news .breadcrumb, .c-news .p-slide .caution, .p-slide .c-news .caution {
    padding: 0 12vw;
  }
}
@media (min-width: 2000px) {
  .c-news .c-container, .c-news .breadcrumb, .c-news .p-slide .caution, .p-slide .c-news .caution {
    padding: 0 22vw;
  }
}

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

.page-numbers:not(.next):not(.prev) {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #1A1A1A;
  font-size: 12px;
  padding-left: 3px;
}
.page-numbers:not(.next):not(.prev) .current {
  border: 1px solid rgba(0, 0, 0, 0);
  background: #1A1A1A !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: #1A1A1A;
  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 .c-container, .c-news-sl .breadcrumb, .c-news-sl .p-slide .caution, .p-slide .c-news-sl .caution {
  padding: 0 5vw;
}
.c-news-sl__date {
  color: #888;
}
.c-news-sl__contents {
  padding: 10vw 0;
  line-height: 2.5;
}
.c-news-sl__link {
  text-align: right;
  font-size: 0.8rem;
}
.c-news-sl__link a {
  display: inline-block;
  padding-bottom: 5px;
  border-bottom: 1px solid rgb(114, 114, 114);
}
.c-news-sl__link a span {
  color: #1A1A1A;
}
@media (min-width: 600px) {
  .c-news-sl .c-container, .c-news-sl .breadcrumb, .c-news-sl .p-slide .caution, .p-slide .c-news-sl .caution {
    padding: 0 10vw;
  }
  .c-news-sl__contents {
    padding: 5vw 0;
  }
}
@media (min-width: 960px) {
  .c-news-sl .c-container, .c-news-sl .breadcrumb, .c-news-sl .p-slide .caution, .p-slide .c-news-sl .caution {
    padding: 0 15vw;
  }
  .c-news-sl__contents {
    padding: 3vw 0;
  }
}
@media (min-width: 1200px) {
  .c-news-sl .c-container, .c-news-sl .breadcrumb, .c-news-sl .p-slide .caution, .p-slide .c-news-sl .caution {
    padding: 0 18vw;
  }
  .c-news-sl__contents {
    padding: 2vw 0;
  }
}
@media (min-width: 960px) {
  .c-news-sl .c-container, .c-news-sl .breadcrumb, .c-news-sl .p-slide .caution, .p-slide .c-news-sl .caution {
    padding: 0 25vw;
  }
}

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

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

.grecaptcha-badge {
  visibility: hidden;
}

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

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

.p-header {
  width: 100%;
}
.p-header .logo__img {
  display: inline-block;
  margin: 0px 10px 0 10px;
}
.p-header .logo {
  background-image: url(../images/common/logo-v02.webp);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  height: 55px;
  width: 100px;
  opacity: 1;
}
@media (max-width: 959px) {
  .p-header .pc-container,
  .p-header .pc-navbtn {
    display: none;
  }
}
@media (min-width: 960px) {
  .p-header .mobile-container,
  .p-header .sp-navbtn,
  .p-header .mobile-menu {
    display: none !important;
  }
  .p-header .pc-container {
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 8000;
    width: 100%;
    height: 80px;
    transition: all 0.3s ease;
  }
  .p-header .pc-container .logo-wrap {
    display: flex;
    align-items: center;
  }
  .p-header .pc-container .pc-nav {
    display: flex;
    align-items: center;
    justify-content: right;
  }
  .p-header .pc-container .pc-nav-list {
    display: flex;
    align-items: center;
  }
  .p-header .pc-container .pc-nav-item {
    font-size: 17px;
    padding-right: 3.5vw;
    transition: all 0.3s;
    text-align: center;
    transition: all 0.3s ease;
  }
  .p-header .pc-container .pc-nav-item a {
    color: #fff;
  }
  .p-header .pc-container .pc-nav-item:hover {
    transform: translateY(4px);
    transition: all 0.3s;
  }
  .p-header .pc-container .contact-btn a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 80px;
    height: 80px;
    background-color: #1A1A1A;
  }
  .p-header .pc-container .contact-btn a img {
    width: 30px;
    height: 30px !important;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .p-header .pc-container .logo__img {
    display: inline-block;
    margin: 0px 10px 0px 20px;
  }
  .p-header .pc-container .logo__img .logo {
    height: 70px;
    width: 135px;
  }
  .p-header .pc-container.scrolled {
    background-color: #fff;
  }
  .p-header .pc-container.scrolled .pc-nav-item a {
    color: #1A1A1A;
  }
  .p-header .pc-container.sub-contents .pc-nav-item a {
    color: #1A1A1A;
  }
}

.mobile-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.5s;
  opacity: 0;
  z-index: -1;
  background-color: rgba(255, 255, 255, 0.937254902);
}
.mobile-menu__nav {
  display: block;
  height: 100%;
  width: 100%;
}
.mobile-menu__list {
  width: 100%;
  list-style: none;
  padding-top: 90px;
}
.mobile-menu__item {
  margin: 0 8vw 20px;
  font-size: 18px;
  letter-spacing: 2px;
  font-weight: 400;
}
.mobile-menu__item small {
  display: block;
  font-size: 12px;
  font-weight: 300;
}
.mobile-menu a {
  color: #1A1A1A;
}
@media (min-width: 600px) {
  .mobile-menu__list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-top: 120px;
  }
  .mobile-menu__item {
    flex-basis: 30%;
    margin: 0 10% 30px;
    font-size: 22px;
  }
  .mobile-menu__item small {
    font-size: 14px;
    margin-top: 5px;
  }
}

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

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

.clip-js,
.clip-js1,
.clip-js2,
.clip-js3 {
  transition: all 1.5s ease;
}
.clip-js.left,
.clip-js1.left,
.clip-js2.left,
.clip-js3.left {
  clip-path: inset(0 100% 0 0);
}
.clip-js.right,
.clip-js1.right,
.clip-js2.right,
.clip-js3.right {
  clip-path: inset(0 0 0 100%);
}
.clip-js.straight,
.clip-js1.straight,
.clip-js2.straight,
.clip-js3.straight {
  clip-path: inset(100% 0 0 0);
}
.clip-js.bottom,
.clip-js1.bottom,
.clip-js2.bottom,
.clip-js3.bottom {
  clip-path: polygon(100% 100%, 100% 100%, 100% 100%, 100% 100%);
}
.clip-js.center,
.clip-js1.center,
.clip-js2.center,
.clip-js3.center {
  clip-path: inset(100%);
}
.clip-js.circle,
.clip-js1.circle,
.clip-js2.circle,
.clip-js3.circle {
  clip-path: circle(0 at 50% 50%);
}
.clip-js.skew,
.clip-js1.skew,
.clip-js2.skew,
.clip-js3.skew {
  clip-path: polygon(0 0, 0 0, 0 0);
}
.clip-js.transform,
.clip-js1.transform,
.clip-js2.transform,
.clip-js3.transform {
  clip-path: polygon(0 0, 0 0, 0 0);
  transition: all 1.4s cubic-bezier(0.55, 0.06, 0.33, 1.85);
  transform: translateX(-30px) scale(0.86) skew(8deg);
}
.clip-js.reveal.left, .clip-js.reveal.right, .clip-js.reveal.top, .clip-js.reveal.straight, .clip-js.reveal.center,
.clip-js1.reveal.left,
.clip-js1.reveal.right,
.clip-js1.reveal.top,
.clip-js1.reveal.straight,
.clip-js1.reveal.center,
.clip-js2.reveal.left,
.clip-js2.reveal.right,
.clip-js2.reveal.top,
.clip-js2.reveal.straight,
.clip-js2.reveal.center,
.clip-js3.reveal.left,
.clip-js3.reveal.right,
.clip-js3.reveal.top,
.clip-js3.reveal.straight,
.clip-js3.reveal.center {
  clip-path: inset(0);
}
.clip-js.reveal.bottom,
.clip-js1.reveal.bottom,
.clip-js2.reveal.bottom,
.clip-js3.reveal.bottom {
  clip-path: polygon(-100% 100%, 100% -100%, 100% 100%, 0 100%);
}
.clip-js.reveal.bound,
.clip-js1.reveal.bound,
.clip-js2.reveal.bound,
.clip-js3.reveal.bound {
  animation-name: bound;
  animation-duration: 1.6s;
  animation-timing-function: ease-in-out;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: both;
}
.clip-js.reveal.circle,
.clip-js1.reveal.circle,
.clip-js2.reveal.circle,
.clip-js3.reveal.circle {
  clip-path: circle(100% at 50% 50%);
}
.clip-js.reveal.skew,
.clip-js1.reveal.skew,
.clip-js2.reveal.skew,
.clip-js3.reveal.skew {
  clip-path: polygon(0 0, 200% 0, 0 200%);
}
.clip-js.reveal.transform,
.clip-js1.reveal.transform,
.clip-js2.reveal.transform,
.clip-js3.reveal.transform {
  clip-path: polygon(0 0, 200% 0, 0 200%);
  transform: translateX(0) scale(1) skew(0);
}

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

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

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

.panel {
  display: none;
}

.panel2 {
  display: none;
}

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

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

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

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

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

.name {
  margin-bottom: 10px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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 */