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

.bold {
  font-weight: bold;
}

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

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

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

.c-txt-sm, .p-news.c-news .category-list ul li, .p-news__content {
  font-size: 15px;
  letter-spacing: 2px;
  line-height: 2;
}
@media screen and (min-width: 600px) {
  .c-txt-sm, .p-news.c-news .category-list ul li, .p-news__content {
    font-size: 16px;
    line-height: 1.8;
  }
}
@media screen and (min-width: 960px) {
  .c-txt-sm, .p-news.c-news .category-list ul li, .p-news__content {
    font-size: 18px;
  }
}

.c-txt-xs {
  font-size: 10px;
  letter-spacing: 2px;
  line-height: 2;
  color: #dfc08a;
}
@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, .kodawari__title, .c-column__list, .c-support__title, .p-contact__desc, .p-news__list, .p-message__img, .c-title, .p-title, .breadcrumb {
  margin-bottom: 30px;
}
@media screen and (min-width: 600px) {
  .mb-sm, .tab-cate, .kodawari__title, .c-column__list, .c-support__title, .p-contact__desc, .p-news__list, .p-message__img, .c-title, .p-title, .breadcrumb {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 960px) {
  .mb-sm, .tab-cate, .kodawari__title, .c-column__list, .c-support__title, .p-contact__desc, .p-news__list, .p-message__img, .c-title, .p-title, .breadcrumb {
    margin-bottom: 50px;
  }
}

.mb-md, .faq, .kodawari, .c-support, .c-presec, .p-news, .p-service, .p-message__desc, .p-message, .tit {
  margin-bottom: 50px;
}
@media screen and (min-width: 960px) {
  .mb-md, .faq, .kodawari, .c-support, .c-presec, .p-news, .p-service, .p-message__desc, .p-message, .tit {
    margin-bottom: 80px;
  }
}
@media screen and (min-width: 1200px) {
  .mb-md, .faq, .kodawari, .c-support, .c-presec, .p-news, .p-service, .p-message__desc, .p-message, .tit {
    margin-bottom: 100px;
  }
}

.mb-lr, .c-news-sl, .c-flow, .c-service, .top-view {
  margin-bottom: 70px;
}
@media screen and (min-width: 600px) {
  .mb-lr, .c-news-sl, .c-flow, .c-service, .top-view {
    margin-bottom: 80px;
  }
}
@media screen and (min-width: 960px) {
  .mb-lr, .c-news-sl, .c-flow, .c-service, .top-view {
    margin-bottom: 90px;
  }
}
@media screen and (min-width: 1200px) {
  .mb-lr, .c-news-sl, .c-flow, .c-service, .top-view {
    margin-bottom: 100px;
  }
}

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

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

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

.c-container, .breadcrumb {
  padding: 0 6vw;
}
@media screen and (min-width: 600px) {
  .c-container, .breadcrumb {
    padding: 0 6vw;
  }
}
@media screen and (min-width: 960px) {
  .c-container, .breadcrumb {
    padding: 0 8vw;
  }
}
@media screen and (min-width: 1200px) {
  .c-container, .breadcrumb {
    padding: 0 10vw;
  }
}
@media screen and (min-width: 1500px) {
  .c-container, .breadcrumb {
    padding: 0;
    max-width: 1200px;
    margin: 0 auto;
  }
}

/* ---------------------------------- **
		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: #1e5a8a;
  border: 1px solid #1e5a8a;
  cursor: pointer;
}

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

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

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

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

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

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

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

Stylesheet: ベーススタイル

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

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

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

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

body.hidden {
  overflow: hidden;
}

.superwrapper {
  overflow: hidden !important;
}

.breadcrumb {
  display: flex;
  flex-wrap: nowrap;
  font-size: 14px;
}
.breadcrumb li {
  color: rgb(165, 165, 165);
  padding-right: 10px;
  white-space: nowrap;
  flex-shrink: 0;
}
.breadcrumb li:last-child {
  overflow: hidden;
  text-overflow: ellipsis;
  flex-shrink: 1;
}
.breadcrumb li a {
  color: #bc9d63;
  border-bottom: 1px solid #bc9d63;
}
@media (min-width: 960px) {
  .breadcrumb {
    font-size: 17px;
  }
  .breadcrumb li:last-child {
    max-width: none;
  }
}
@media (min-width: 1500px) {
  .breadcrumb {
    margin-bottom: 30px;
  }
}

.c-topview {
  position: relative;
  margin-bottom: 20px;
  margin-top: 64px;
}
.c-topview__img {
  height: 30vh;
  position: relative;
}
.c-topview__img::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #000;
  opacity: 0.4;
}
.c-topview__desc {
  position: absolute;
  z-index: 10;
  top: 70%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  padding: 0 5vw;
  color: #fff;
}
.c-topview__desc .ja {
  font-size: 1.7rem;
  letter-spacing: 2px;
  font-weight: 600;
}
.c-topview__desc .en {
  text-transform: uppercase;
  font-size: 1rem;
  letter-spacing: 3px;
  font-weight: 400;
  color: #dfc08a;
}
@media (min-width: 600px) {
  .c-topview__img {
    height: 35vh;
  }
  .c-topview__desc {
    top: 60%;
    padding: 0 6vw;
  }
  .c-topview__desc .ja {
    font-size: 2.2rem;
    margin-bottom: 5px;
  }
  .c-topview__desc .en {
    font-size: 1.2rem;
    letter-spacing: 5px;
  }
}
@media (min-width: 960px) {
  .c-topview {
    margin-top: 100px;
    margin-bottom: 30px;
  }
  .c-topview__img {
    height: 40vh;
  }
  .c-topview__desc {
    top: 60%;
    padding: 0 8vw;
  }
  .c-topview__desc .ja {
    font-size: 2.6rem;
    margin-bottom: 5px;
    letter-spacing: 4px;
  }
  .c-topview__desc .en {
    font-size: 1.6rem;
    letter-spacing: 5px;
  }
}
@media (min-width: 1200px) {
  .c-topview__img {
    height: 400px;
  }
  .c-topview__desc {
    top: 60%;
    padding: 0 10vw;
  }
  .c-topview__desc .ja {
    font-size: 3.2rem;
    margin-bottom: 5px;
    letter-spacing: 4px;
  }
  .c-topview__desc .en {
    font-size: 1.8rem;
    letter-spacing: 5px;
  }
}
@media (min-width: 1500px) {
  .c-topview__desc {
    max-width: 1200px;
    padding: 0;
    left: 0;
    right: 0;
    margin: auto;
  }
}

.p-title {
  padding-bottom: 20px;
  position: relative;
}
.p-title::before {
  content: "";
  width: 100%;
  height: 3px;
  background: linear-gradient(135deg, #bc9d63, #0f3356);
  position: absolute;
  bottom: 0;
  left: 0;
}
.p-title__en {
  font-size: 1.7rem;
  line-height: 2;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
.p-title__ja {
  font-size: 1rem;
  color: #bc9d63;
  font-weight: 400;
  letter-spacing: 0.15em;
}
@media (min-width: 600px) {
  .p-title__en {
    font-size: 2.4rem;
  }
  .p-title__ja {
    font-size: 1.3rem;
    letter-spacing: 0.2em;
  }
}
@media (min-width: 960px) {
  .p-title {
    display: flex;
    align-items: baseline;
  }
  .p-title::before {
    height: 5px;
  }
  .p-title__en {
    font-size: 2.8rem;
    letter-spacing: 0.15em;
  }
  .p-title__ja {
    font-size: 1.5rem;
    letter-spacing: 0.15em;
    padding-left: 40px;
  }
}

.c-title {
  font-size: 1.3rem;
  line-height: 1.6;
  font-weight: 600;
  letter-spacing: 2px;
  padding-left: 15px;
  border-left: 6px solid #bc9d63;
}
@media (min-width: 600px) {
  .c-title {
    font-size: 1.6rem;
    line-height: 1.7;
    padding-left: 20px;
    border-left-width: 8px;
  }
}
@media (min-width: 960px) {
  .c-title {
    font-size: 1.8rem;
    border-left-width: 10px;
  }
}

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

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

.c-tit {
  color: #bc9d63;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 2px;
  margin-bottom: 20px;
}
@media (min-width: 960px) {
  .c-tit {
    font-size: 1.2rem;
    margin-bottom: 30px;
  }
}

.more-btn {
  position: relative;
  text-align: center;
}
.more-btn__link {
  background-color: #bc9d63;
  display: inline-block;
  padding: 15px 15px;
  border: 2px solid #bc9d63;
  z-index: 1;
  width: 240px;
  border-radius: 9999px;
}
.more-btn__link span {
  position: relative;
  color: #fff;
}
.more-btn__link span:first-child {
  padding-right: 30px;
}
.more-btn__link span:first-child::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 12px;
  height: 12px;
  background-image: url(../images/common/arw-wh.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: 0.3s;
  z-index: 100;
}
.more-btn__link.slide-bg {
  position: relative;
  overflow: hidden;
}
.more-btn__link.slide-bg .bg {
  display: inline-block;
  width: 100%;
  height: 100%;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateX(-101%);
  transition: transform 0.3s;
  z-index: -1;
}
.more-btn__link.slide-bg:hover {
  z-index: 1;
}
.more-btn__link.slide-bg:hover span {
  color: #bc9d63;
  transform: none;
}
.more-btn__link.slide-bg:hover span:first-child::before {
  background-image: url(../images/common/arw-main.svg);
}
@media (min-width: 600px) {
  .more-btn__link {
    padding: 20px 15px;
    width: 280px;
  }
  .more-btn__link .c-txt-sm, .more-btn__link .p-news.c-news .category-list ul li, .p-news.c-news .category-list ul .more-btn__link li, .more-btn__link .p-news__content {
    font-size: 16px;
  }
}
@media (min-width: 1200px) {
  .more-btn__link {
    width: 320px;
  }
  .more-btn__link .c-txt-sm, .more-btn__link .p-news.c-news .category-list ul li, .p-news.c-news .category-list ul .more-btn__link li, .more-btn__link .p-news__content {
    font-size: 18px;
  }
}
.more-btn .servicebtn {
  border: 1px solid #bc9d63;
  background-color: #212121;
}
@media (min-width: 960px) {
  .more-btn__link02 {
    width: 52%;
  }
}

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

.round-btn {
  text-align: center;
}
.round-btn a {
  display: inline-block;
  position: relative;
  background: linear-gradient(135deg, #1a4a7a, #0c2a4a, #061525);
  color: #fff;
  font-size: 17px;
  padding: 20px 0px;
  width: 80%;
  max-width: 280px;
  border-radius: 9999px;
  overflow: hidden;
  z-index: 0;
}
.round-btn a::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, #3a8fd6, #1a5aa0, #0c3060);
  border-radius: inherit;
  opacity: 0;
  transition: opacity 0.3s;
  z-index: -1;
}
.round-btn a::before {
  position: absolute;
  content: "";
  /* 上向きの二等辺三角形の場合 */
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 10px solid #fff;
  /* 色は任意に変更可能 */
  top: 50%;
  right: 20px;
  transform: translateY(-50%) rotate(90deg);
}
.round-btn a:hover::after {
  opacity: 1;
}
@media (min-width: 960px) {
  .round-btn a {
    font-size: 20px;
    max-width: 360px;
  }
}
.top-view {
  position: relative;
}
.top-view .hero {
  position: relative;
}
.top-view .hero .swiper-slide {
  height: 100vh;
  position: relative;
}
.top-view .hero__text {
  position: absolute;
  top: 45%;
  left: 0;
  text-align: center;
  transform: translateY(-50%);
  width: 100%;
  z-index: 10;
  color: #fff;
}
.top-view .hero__text h3 {
  letter-spacing: 4px;
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 2;
  margin-bottom: 20px;
  text-shadow: 1px 2px 6px rgba(0, 0, 0, 0.6), 0 4px 18px rgba(0, 0, 0, 0.4);
}
.top-view .hero__text h2 {
  font-size: 1.7rem;
  letter-spacing: 2px;
  text-shadow: 1px 2px 6px rgba(0, 0, 0, 0.6), 0 4px 18px rgba(0, 0, 0, 0.4);
}
.top-view .hero__text h2 strong {
  font-weight: 600;
}
@media (min-width: 600px) {
  .top-view .hero__text {
    top: 50%;
  }
  .top-view .hero__text h3 {
    font-size: 1.6rem;
    margin-bottom: 10px;
  }
  .top-view .hero__text h3 .onlySP {
    display: none;
  }
  .top-view .hero__text h2 {
    letter-spacing: 4px;
    font-size: 2.4rem;
  }
}
@media (min-width: 960px) {
  .top-view .hero__text h3 {
    font-size: 2rem;
  }
  .top-view .hero__text h2 {
    letter-spacing: 6px;
    font-size: 3rem;
  }
}
@media (min-width: 1200px) {
  .top-view .hero__text h3 {
    font-size: 2.4rem;
  }
  .top-view .hero__text h2 {
    font-size: 3.8rem;
  }
}
@media (max-width: 599px) {
  .top-view .view-pc {
    display: none;
  }
}
@media (min-width: 600px) {
  .top-view .view-sp {
    display: none;
  }
}

.p-message__img .Img {
  max-width: 450px;
  margin: 0 auto 25px;
}
.p-message__desc p {
  margin-bottom: 20px;
}
.p-message__desc .name {
  margin-top: 40px;
  text-align: right;
}
.p-message__desc .name h3 {
  font-size: 1.2rem;
  line-height: 1.7;
  margin-bottom: 15px;
  font-weight: 900;
}
.p-message__desc .name h2 img {
  width: 60%;
  max-width: 210px;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-message__table {
  margin-bottom: 30px;
}
.p-message__list dl {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #ccc;
}
.p-message__list dl dt {
  margin-bottom: 8px;
  color: #606060;
  font-weight: 500;
}
.p-message__list dl dt.c-txt-sm, .p-message__list dl dt.p-news__content {
  font-size: 18px;
}
.p-message__btn .round-btn {
  margin-bottom: 15px;
}
@media (min-width: 600px) {
  .p-message__img .Img {
    max-width: 450px;
    margin: 0 auto 30px;
  }
  .p-message__desc .name {
    margin-top: 50px;
  }
  .p-message__desc .name h3 {
    font-size: 1.5rem;
    line-height: 1.8;
    font-weight: 900;
    margin-bottom: 15px;
  }
  .p-message__desc .name h2 img {
    max-width: 260px;
  }
  .p-message__list dl dt.c-txt-sm, .p-message__list dl dt.p-news__content {
    font-size: 20px;
  }
}
@media (min-width: 960px) {
  .p-message__wrap {
    display: flex;
    justify-content: space-between;
  }
  .p-message__img {
    flex-basis: 38%;
    margin-bottom: 0;
  }
  .p-message__img .Img {
    max-width: none;
    margin-bottom: 30px;
    aspect-ratio: 2/2.5;
  }
  .p-message__desc {
    flex-basis: 60%;
    margin-bottom: 0;
  }
  .p-message__desc .name h3 {
    font-size: 1.6rem;
  }
  .p-message__desc .name h2 img {
    max-width: 285px;
  }
  .p-message__table .c-title {
    margin-bottom: 20px;
  }
  .p-message__list dl {
    display: flex;
    align-items: center;
  }
  .p-message__list dl dt {
    flex-basis: 150px;
  }
  .p-message__list dl dd {
    flex: 1;
  }
  .p-message__btn {
    display: flex;
    justify-content: center;
  }
  .p-message__btn .round-btn {
    margin: 50px 10px 0;
  }
  .p-message__btn .round-btn a {
    width: 360px;
  }
}
@media (min-width: 1200px) {
  .p-message .c-container, .p-message .breadcrumb {
    padding: 0 6vw;
  }
  .p-message__desc .name h3 {
    font-size: 1.9rem;
  }
  .p-message__desc .name h2 img {
    max-width: 330px;
  }
  .p-message__btn .round-btn {
    margin: 70px 15px 0;
  }
  .p-message__list dl dt {
    flex-basis: 160px;
  }
  .p-message__list dl dt.c-txt-sm, .p-message__list dl dt.p-news__content {
    font-size: 22px;
  }
}
@media (min-width: 1500px) {
  .p-message .c-container, .p-message .breadcrumb {
    max-width: 1400px;
  }
}

.p-service {
  position: relative;
  padding-top: 30vh;
  background-color: #f4f4f4;
  padding-bottom: 50px;
}
.p-service::before {
  content: "";
  width: 100%;
  height: 60vh;
  background: url(../images/home/img13.webp) no-repeat center/cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.p-service::after {
  content: "";
  width: 100%;
  height: 60vh;
  background: linear-gradient(transparent 60%, #f4f4f4);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.p-service__wrap {
  background-color: #fff;
  padding: 6vw 0;
  margin-right: 10vw;
  position: relative;
  z-index: 10;
}
.p-service .p-title {
  margin-left: 6vw;
}
.p-service__list {
  margin-left: 6vw;
}
.p-service__list__item {
  margin-bottom: 20px;
}
.p-service__list__item:last-child {
  margin-bottom: 0;
}
.p-service__list__item a {
  display: block;
  color: #212121;
  position: relative;
}
.p-service__list__item a::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border-left: 60px solid transparent;
  border-bottom: 50px solid #0b1e30;
  z-index: 10;
}
.p-service__list__item a:hover {
  opacity: 0.6;
}
.p-service__list__item .Img {
  aspect-ratio: 3/2;
  position: relative;
}
.p-service__list__item .Img::before {
  content: "";
  width: 15px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  bottom: 14px;
  right: 11px;
  z-index: 20;
}
.p-service__list__item .Img::after {
  content: "";
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  position: absolute;
  bottom: 10px;
  right: 10px;
  z-index: 20;
  transform: rotate(45deg);
}
.p-service__list__item .Desc {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: rgba(188, 157, 99, 0.8);
  padding: 20px 0;
  text-align: center;
  font-size: 1.2rem;
  font-weight: 600;
  letter-spacing: 2px;
  color: #fff;
  text-shadow: 1px 2px 6px rgba(0, 0, 0, 0.6), 0 4px 18px rgba(0, 0, 0, 0.4);
}
@media (min-width: 600px) {
  .p-service {
    padding-top: 50vh;
  }
  .p-service::before, .p-service::after {
    height: 80vh;
  }
  .p-service .p-title {
    margin-right: 6vw;
  }
  .p-service__wrap {
    margin-right: 12vw;
  }
  .p-service__list {
    margin-right: 6vw;
  }
  .p-service__list__item {
    margin-bottom: 30px;
  }
  .p-service__list__item a::before {
    border-left: 80px solid transparent;
    border-bottom: 70px solid #0b1e30;
  }
  .p-service__list__item .Img::before {
    width: 24px;
    bottom: 19px;
    right: 14px;
  }
  .p-service__list__item .Img::after {
    width: 14px;
    height: 14px;
    bottom: 13px;
    right: 15px;
  }
  .p-service__list__item .Desc {
    padding: 25px 0;
    font-size: 1.5rem;
  }
}
@media (min-width: 960px) {
  .p-service {
    padding-bottom: 80px;
  }
  .p-service__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-right: -6vw;
  }
  .p-service__list__item {
    flex-basis: 32%;
    margin-bottom: 0;
  }
}
@media (min-width: 1200px) {
  .p-service .p-title {
    margin-left: 10vw;
    margin-right: 10vw;
  }
  .p-service__wrap {
    margin-right: 20vw;
  }
  .p-service__list {
    margin-left: 10vw;
    margin-right: -10vw;
  }
  .p-service__list__item .Desc {
    font-size: 1.8rem;
  }
}
@media (min-width: 1500px) {
  .p-service__wrap {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding: 80px 50px;
  }
  .p-service .p-title {
    margin-left: 0;
    margin-right: 0;
  }
  .p-service__list {
    margin-left: 0px;
    margin-right: 0px;
  }
}

.p-works {
  background-color: #f6f4ef;
  padding: 80px 0 30px;
  position: relative;
}
.p-works::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 50px;
  top: 0;
  left: 0;
  background: linear-gradient(#ffffff, transparent);
}
.p-works__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}
.p-works__nav {
  display: flex;
  gap: 10px;
  margin-right: 5vw;
}
.p-works__slider {
  position: relative;
}
.p-works__slider .swiper-works {
  position: relative;
}
.p-works__wrap {
  margin-bottom: 30px;
}
.p-works-link {
  display: block;
  color: #212121;
}
.p-works-link h3 {
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 1.8;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  overflow: hidden;
}
.p-works .Img {
  aspect-ratio: 3/2;
  margin-bottom: 15px;
}
.p-works .Img img {
  border-radius: 5px;
}
.p-works .Img-no-image {
  background-color: #fff;
  border: 1px solid #ccc;
  aspect-ratio: 3/2;
  border-radius: 5px;
}
.p-works .Img-no-image img {
  -o-object-fit: contain;
     object-fit: contain;
  padding: 20px;
}
.p-works .swiper-button-prev,
.p-works .swiper-button-next {
  position: relative;
  width: 44px;
  height: 44px;
  margin: 0;
  background-color: rgba(255, 255, 255, 0.9);
  border: 1px solid #ddd;
  border-radius: 50%;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  cursor: pointer;
  flex-shrink: 0;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  margin-top: 0;
}
.p-works .swiper-button-prev::after,
.p-works .swiper-button-next::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
}
.p-works .swiper-button-prev:hover,
.p-works .swiper-button-next:hover {
  background-color: #fff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  transform: scale(1.1);
}
.p-works .swiper-button-prev.swiper-button-disabled,
.p-works .swiper-button-next.swiper-button-disabled {
  opacity: 0.3;
  cursor: not-allowed;
}
.p-works .swiper-button-prev.swiper-button-disabled:hover,
.p-works .swiper-button-next.swiper-button-disabled:hover {
  transform: scale(1);
  border-color: #ddd;
}
.p-works .swiper-button-prev {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23333' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='15 18 9 12 15 6'%3E%3C/polyline%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px;
}
.p-works .swiper-button-prev::after {
  content: none;
}
.p-works .swiper-button-next {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23333' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='9 18 15 12 9 6'%3E%3C/polyline%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px;
}
.p-works .swiper-button-next::after {
  content: none;
}
@media (min-width: 960px) {
  .p-works {
    padding: 120px 0 50px;
  }
  .p-works::before {
    height: 100px;
  }
  .p-works__header {
    justify-content: right;
    margin-bottom: 50px;
  }
  .p-works__nav {
    display: flex;
    gap: 10px;
  }
  .p-works-link h3 {
    font-size: 1.3rem;
    line-height: 2.2;
  }
  .p-works .Img img {
    border-radius: 10px;
  }
  .p-works .Img-no-image {
    border-radius: 10px;
  }
  .p-works .Img-no-image img {
    padding: 30px;
  }
  .p-works .swiper-button-prev,
  .p-works .swiper-button-next {
    width: 60px;
    height: 60px;
  }
  .p-works .swiper-button-prev {
    background-size: 24px;
  }
  .p-works .swiper-button-next {
    background-size: 24px;
  }
}
@media (min-width: 1200px) {
  .p-works-link h3 {
    font-size: 1.5rem;
    line-height: 2.2;
  }
}

.p-news__item {
  padding: 25px 0px;
  border-bottom: 1px solid rgb(135, 135, 135);
}
.p-news__item a {
  color: #212121;
}
.p-news__item a:hover {
  opacity: 0.6;
}
.p-news__date {
  color: #888;
  font-size: 14px;
  display: inline-block;
  margin-right: 10px;
}
.p-news .cate-item {
  display: inline-block;
  font-size: 12px;
  background-color: #bc9d63;
  color: #fff;
  padding: 5px 10px;
}
.p-news-wrap {
  margin-bottom: 15px;
}
.p-news .round-btn {
  margin-top: 30px;
}
.p-news.c-news .category-list {
  max-width: 450px;
  margin: 0 auto 30px;
}
.p-news.c-news .category-list h3 {
  font-size: 1.5rem;
  color: #bc9d63;
  margin-bottom: 15px;
  text-align: center;
  letter-spacing: 2px;
}
.p-news.c-news .category-list ul {
  border: 1px solid #ccc;
  border-radius: 10px;
}
.p-news.c-news .category-list ul li {
  padding: 15px 30px;
  position: relative;
  border-bottom: 1px solid #ccc;
}
.p-news.c-news .category-list ul li:last-child {
  border-bottom: none;
}
.p-news.c-news .category-list ul li a {
  color: #212121;
  position: relative;
}
.p-news.c-news .category-list ul li a::before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -15px;
  background-color: #bc9d63;
  margin: auto;
  display: none;
}
.p-news.c-news .category-list ul li.current-cat a {
  color: #bc9d63;
}
.p-news.c-news .category-list ul li.current-cat a::before {
  display: block;
}
@media (min-width: 600px) {
  .p-news .c-container, .p-news .breadcrumb {
    padding: 0 10vw;
  }
}
@media (min-width: 960px) {
  .p-news .c-container, .p-news .breadcrumb {
    display: grid;
    grid-template-rows: 200px auto;
    grid-template-columns: auto auto;
    padding: 0 6vw;
  }
  .p-news .p-title {
    grid-row: 1/2;
    grid-column: 1/2;
    align-self: flex-end;
  }
  .p-news .round-btn {
    grid-row: 2/3;
    grid-column: 1/2;
  }
  .p-news .round-btn a {
    width: 100%;
  }
  .p-news__list {
    grid-row: 1/3;
    grid-column: 2/3;
    margin: 0 0 0 5vw;
  }
  .p-news__date {
    font-size: 16px;
  }
  .p-news .cate-item {
    font-size: 14px;
  }
  .p-news.c-news .c-container, .p-news.c-news .breadcrumb {
    grid-template-rows: auto auto;
    grid-template-columns: 250px auto;
  }
  .p-news.c-news .p-news__list {
    grid-row: 1/2;
    grid-column: 2/3;
  }
  .p-news.c-news .pagination {
    grid-row: 2/3;
    grid-column: 2/3;
  }
  .p-news.c-news .category-list {
    grid-row: 1/3;
    grid-column: 1/2;
    width: 100%;
  }
  .p-news.c-news .category-list h3 {
    font-size: 1.8rem;
  }
}
@media (min-width: 1200px) {
  .p-news .c-container, .p-news .breadcrumb {
    padding: 0 12vw;
  }
}
@media (min-width: 1500px) {
  .p-news .c-container, .p-news .breadcrumb {
    padding: 0;
  }
  .p-news__list {
    margin: 0 0 0 100px;
  }
}

.p-contact {
  padding: 50px 0;
  background: url(../images/home/kobe4.webp) no-repeat center/cover;
  position: relative;
}
.p-contact::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #0f3356;
  opacity: 0.8;
}
.p-contact .p-title {
  color: #fff;
  padding-bottom: 0;
}
.p-contact .p-title::before {
  display: none;
}
.p-contact .p-title__ja {
  color: #fff;
}
.p-contact__desc {
  position: relative;
  z-index: 10;
  color: #fff;
}
.p-contact__desc .c-txt-sm, .p-contact__desc .p-news__content, .p-contact__desc .p-news.c-news .category-list ul li, .p-news.c-news .category-list ul .p-contact__desc li {
  font-size: 13px;
  margin-bottom: 15px;
}
.p-contact__desc .font, .p-contact__desc .c-works-link h3, .c-works-link .p-contact__desc h3, .p-contact__desc .kodawari__title, .p-contact__desc .c-reason__list__item .Desc h3, .c-reason__list__item .Desc .p-contact__desc h3, .p-contact__desc .c-support__list__item .Desc, .c-support__list__item .p-contact__desc .Desc, .p-contact__desc .c-support__title, .p-contact__desc .c-worry__title, .p-contact__desc .c-flow__list__item h3, .c-flow__list__item .p-contact__desc h3, .p-contact__desc .c-service__list__item .Desc h3, .c-service__list__item .Desc .p-contact__desc h3, .p-contact__desc .c-service__list__item .Desc .num, .c-service__list__item .Desc .p-contact__desc .num, .p-contact__desc .c-company .c-philosophy__list__item h3, .c-company .c-philosophy__list__item .p-contact__desc h3, .p-contact__desc .c-company .c-message__name, .c-company .p-contact__desc .c-message__name, .p-contact__desc .c-company .c-message .c-tit, .c-company .c-message .p-contact__desc .c-tit, .p-contact__desc .p-title__en, .p-contact__desc .c-title, .p-contact__desc .p-works-link h3, .p-works-link .p-contact__desc h3 {
  font-size: 14px;
  display: inline-block;
  padding: 5px 0px;
  line-height: 1.5;
  color: #142f4c;
  background-color: #fff;
  width: 63%;
  text-align: center;
  position: relative;
}
.p-contact__desc .font::before, .p-contact__desc .c-works-link h3::before, .c-works-link .p-contact__desc h3::before, .p-contact__desc .kodawari__title::before, .p-contact__desc .c-reason__list__item .Desc h3::before, .c-reason__list__item .Desc .p-contact__desc h3::before, .p-contact__desc .c-support__list__item .Desc::before, .c-support__list__item .p-contact__desc .Desc::before, .p-contact__desc .c-support__title::before, .p-contact__desc .c-worry__title::before, .p-contact__desc .c-flow__list__item h3::before, .c-flow__list__item .p-contact__desc h3::before, .p-contact__desc .c-service__list__item .Desc h3::before, .c-service__list__item .Desc .p-contact__desc h3::before, .p-contact__desc .c-service__list__item .Desc .num::before, .c-service__list__item .Desc .p-contact__desc .num::before, .p-contact__desc .c-company .c-philosophy__list__item h3::before, .c-company .c-philosophy__list__item .p-contact__desc h3::before, .p-contact__desc .c-company .c-message__name::before, .c-company .p-contact__desc .c-message__name::before, .p-contact__desc .c-company .c-message .c-tit::before, .c-company .c-message .p-contact__desc .c-tit::before, .p-contact__desc .p-title__en::before, .p-contact__desc .c-title::before, .p-contact__desc .p-works-link h3::before, .p-works-link .p-contact__desc h3::before {
  position: absolute;
  content: "";
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 10px solid #fff;
  top: 50%;
  right: -10px;
  transform: translateY(-50%) rotate(90deg);
}
.p-contact__desc::before {
  content: "";
  width: 50%;
  height: 150%;
  background: url(../images/home/cta-people.webp) no-repeat center/contain;
  position: absolute;
  bottom: -50px;
  right: -50px;
}
.p-contact__btn a {
  display: block;
  position: relative;
  z-index: 10;
  background-color: #fff;
  height: 130px;
  max-width: 320px;
  margin: 0 auto 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 3px 3px 10px #fff;
  color: #212121;
  text-align: center;
}
.p-contact__btn a.tel {
  font-weight: 500;
  font-size: 17px;
  letter-spacing: 2px;
}
.p-contact__btn a.tel span {
  background-color: #bc9d63;
  display: inline-block;
  color: #fff;
  padding: 5px 10px;
  border-radius: 5px;
  font-size: 14px;
  margin-right: 15px;
}
.p-contact__btn a.tel strong {
  display: inline-block;
  font-size: 1.8rem;
  margin-bottom: 10px;
  padding-left: 30px;
  position: relative;
}
.p-contact__btn a.tel strong::before {
  content: "";
  width: 24px;
  height: 24px;
  background: url(../images/common/icon-tel.png) no-repeat center/contain;
  position: absolute;
  top: 5px;
  bottom: 0;
  left: 0;
  margin: auto;
}
.p-contact__btn a.line {
  font-weight: 500;
  font-size: 1.3rem;
  letter-spacing: 2px;
}
.p-contact__btn a.line strong {
  display: inline-block;
  padding-top: 50px;
  position: relative;
}
.p-contact__btn a.line strong::before {
  content: "";
  width: 40px;
  height: 40px;
  background: url(../images/common/line2.svg) no-repeat center/contain;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.p-contact__btn a:hover {
  background-color: #bc9d63;
}
@media (min-width: 600px) {
  .p-contact__btn a {
    margin: 20px 5px;
  }
  .p-contact__desc .c-txt-sm, .p-contact__desc .p-news__content, .p-contact__desc .p-news.c-news .category-list ul li, .p-news.c-news .category-list ul .p-contact__desc li {
    margin-left: 5vw;
    margin-right: 5vw;
    font-size: 18px;
  }
  .p-contact__desc .c-txt-sm br, .p-contact__desc .p-news__content br, .p-contact__desc .p-news.c-news .category-list ul li br, .p-news.c-news .category-list ul .p-contact__desc li br {
    display: none;
  }
  .p-contact__desc::before {
    content: "";
    width: 401px;
    height: 306px;
    position: absolute;
    bottom: -351px;
    right: -77px;
    margin-right: 5vw;
  }
  .p-contact__desc .font, .p-contact__desc .c-works-link h3, .c-works-link .p-contact__desc h3, .p-contact__desc .kodawari__title, .p-contact__desc .c-reason__list__item .Desc h3, .c-reason__list__item .Desc .p-contact__desc h3, .p-contact__desc .c-support__list__item .Desc, .c-support__list__item .p-contact__desc .Desc, .p-contact__desc .c-support__title, .p-contact__desc .c-worry__title, .p-contact__desc .c-flow__list__item h3, .c-flow__list__item .p-contact__desc h3, .p-contact__desc .c-service__list__item .Desc h3, .c-service__list__item .Desc .p-contact__desc h3, .p-contact__desc .c-service__list__item .Desc .num, .c-service__list__item .Desc .p-contact__desc .num, .p-contact__desc .c-company .c-philosophy__list__item h3, .c-company .c-philosophy__list__item .p-contact__desc h3, .p-contact__desc .c-company .c-message__name, .c-company .p-contact__desc .c-message__name, .p-contact__desc .c-company .c-message .c-tit, .c-company .c-message .p-contact__desc .c-tit, .p-contact__desc .p-title__en, .p-contact__desc .c-title, .p-contact__desc .p-works-link h3, .p-works-link .p-contact__desc h3 {
    font-size: 22px;
    padding: 18px 0;
    display: block;
    text-align: center;
    margin-left: 5vw;
    margin-right: 5vw;
    width: auto;
  }
  .p-contact__desc .font::before, .p-contact__desc .c-works-link h3::before, .c-works-link .p-contact__desc h3::before, .p-contact__desc .kodawari__title::before, .p-contact__desc .c-reason__list__item .Desc h3::before, .c-reason__list__item .Desc .p-contact__desc h3::before, .p-contact__desc .c-support__list__item .Desc::before, .c-support__list__item .p-contact__desc .Desc::before, .p-contact__desc .c-support__title::before, .p-contact__desc .c-worry__title::before, .p-contact__desc .c-flow__list__item h3::before, .c-flow__list__item .p-contact__desc h3::before, .p-contact__desc .c-service__list__item .Desc h3::before, .c-service__list__item .Desc .p-contact__desc h3::before, .p-contact__desc .c-service__list__item .Desc .num::before, .c-service__list__item .Desc .p-contact__desc .num::before, .p-contact__desc .c-company .c-philosophy__list__item h3::before, .c-company .c-philosophy__list__item .p-contact__desc h3::before, .p-contact__desc .c-company .c-message__name::before, .c-company .p-contact__desc .c-message__name::before, .p-contact__desc .c-company .c-message .c-tit::before, .c-company .c-message .p-contact__desc .c-tit::before, .p-contact__desc .p-title__en::before, .p-contact__desc .c-title::before, .p-contact__desc .p-works-link h3::before, .p-works-link .p-contact__desc h3::before {
    display: none;
  }
  .p-contact__desc .font::after, .p-contact__desc .c-works-link h3::after, .c-works-link .p-contact__desc h3::after, .p-contact__desc .kodawari__title::after, .p-contact__desc .c-reason__list__item .Desc h3::after, .c-reason__list__item .Desc .p-contact__desc h3::after, .p-contact__desc .c-support__list__item .Desc::after, .c-support__list__item .p-contact__desc .Desc::after, .p-contact__desc .c-support__title::after, .p-contact__desc .c-worry__title::after, .p-contact__desc .c-flow__list__item h3::after, .c-flow__list__item .p-contact__desc h3::after, .p-contact__desc .c-service__list__item .Desc h3::after, .c-service__list__item .Desc .p-contact__desc h3::after, .p-contact__desc .c-service__list__item .Desc .num::after, .c-service__list__item .Desc .p-contact__desc .num::after, .p-contact__desc .c-company .c-philosophy__list__item h3::after, .c-company .c-philosophy__list__item .p-contact__desc h3::after, .p-contact__desc .c-company .c-message__name::after, .c-company .p-contact__desc .c-message__name::after, .p-contact__desc .c-company .c-message .c-tit::after, .c-company .c-message .p-contact__desc .c-tit::after, .p-contact__desc .p-title__en::after, .p-contact__desc .c-title::after, .p-contact__desc .p-works-link h3::after, .p-works-link .p-contact__desc h3::after {
    position: absolute;
    content: "";
    border-left: 0px solid transparent;
    border-right: 30px solid transparent;
    border-bottom: 25px solid #fff;
    bottom: -18px;
    left: 70%;
    transform: translateX(-50%) rotate(180deg);
  }
}
@media (min-width: 960px) {
  .p-contact {
    padding: 80px 0;
  }
  .p-contact__desc::before {
    width: 411px;
    height: 430px;
    position: absolute;
    bottom: -479px;
  }
  .p-contact__btn a {
    margin: 25px 10px;
    max-width: 681px;
    height: 150px;
  }
  .p-contact__btn a.tel {
    font-size: 22px;
  }
  .p-contact__btn a.tel span {
    font-size: 17px;
  }
  .p-contact__btn a.tel strong {
    font-size: 2.1rem;
    margin-bottom: 8px;
    padding-left: 35px;
  }
  .p-contact__btn a.tel strong::before {
    width: 30px;
    height: 30px;
  }
  .p-contact__btn a.line {
    font-size: 1.6rem;
  }
  .p-contact__btn a.line strong {
    padding-top: 70px;
  }
  .p-contact__btn a.line strong::before {
    width: 50px;
    height: 50px;
    top: 7px;
  }
}

.p-footer {
  padding: 40px 0 100px;
  color: #fff;
  background-color: #212121;
}
.p-footer__logo {
  margin-bottom: 30px;
  text-align: center;
}
.p-footer__logo .whiteLogo {
  width: 60%;
  max-width: 300px;
  -o-object-fit: contain;
     object-fit: contain;
  filter: brightness(0) invert(1);
}
.p-footer__address {
  margin-bottom: 40px;
  text-align: center;
}
.p-footer__address .c-txt-sm, .p-footer__address .p-news__content, .p-footer__address .p-news.c-news .category-list ul li, .p-news.c-news .category-list ul .p-footer__address li {
  line-height: 2.2;
  font-weight: 300;
}
.p-footer__nav {
  margin-bottom: 50px;
}
.p-footer__nav .navmenu-item {
  border-bottom: 1px solid #888;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.p-footer__nav .navmenu-item a {
  color: #fff;
}
.p-footer .copyright {
  border-top: 1px solid #ccc;
  text-align: center;
  color: #949494;
  font-size: 13px;
  padding-top: 20px;
}
@media (min-width: 600px) {
  .p-footer {
    padding: 40px 0 120px;
  }
  .p-footer .c-container, .p-footer .breadcrumb {
    margin-bottom: 50px;
  }
  .p-footer__wrap {
    margin-right: 5vw;
  }
  .p-footer__address .c-txt-sm, .p-footer__address .p-news__content, .p-footer__address .p-news.c-news .category-list ul li, .p-news.c-news .category-list ul .p-footer__address li {
    font-size: 18px;
    line-height: 2.2;
  }
  .p-footer__address .c-txt-sm .onlySP, .p-footer__address .p-news__content .onlySP, .p-footer__address .p-news.c-news .category-list ul li .onlySP, .p-news.c-news .category-list ul .p-footer__address li .onlySP {
    display: none;
  }
  .p-footer__nav .navmenu {
    display: flex;
    flex-wrap: wrap;
    max-width: 450px;
    margin: 0 auto;
  }
  .p-footer__nav .navmenu-item {
    flex-basis: 50%;
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 15px;
  }
  .p-footer__nav .navmenu-item .c-txt-sm, .p-footer__nav .navmenu-item .p-news__content, .p-footer__nav .navmenu-item .p-news.c-news .category-list ul li, .p-news.c-news .category-list ul .p-footer__nav .navmenu-item li {
    font-size: 18px;
  }
}
@media (min-width: 960px) {
  .p-footer {
    padding-bottom: 40px;
  }
  .p-footer .c-container, .p-footer .breadcrumb {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .p-footer__wrap {
    margin-right: 8vw;
  }
  .p-footer__logo .whiteLogo {
    width: 80%;
    max-width: 300px;
  }
  .p-footer__address {
    margin-bottom: 0;
  }
  .p-footer__address .c-txt-sm, .p-footer__address .p-news__content, .p-footer__address .p-news.c-news .category-list ul li, .p-news.c-news .category-list ul .p-footer__address li {
    font-size: 16px;
  }
  .p-footer__address .c-txt-sm .onlySP, .p-footer__address .p-news__content .onlySP, .p-footer__address .p-news.c-news .category-list ul li .onlySP, .p-news.c-news .category-list ul .p-footer__address li .onlySP {
    display: block;
  }
  .p-footer__nav {
    flex: 1;
    margin-bottom: 0;
  }
  .p-footer__nav .navmenu {
    max-width: none;
  }
  .p-footer__nav .navmenu-item {
    margin-bottom: 20px;
  }
  .p-footer .copyright {
    border-top: 1px solid #ccc;
    text-align: left;
    padding-left: 8vw;
    color: #949494;
    font-size: 13px;
    padding-top: 20px;
  }
}
@media (min-width: 1200px) {
  .p-footer .c-container, .p-footer .breadcrumb {
    padding: 0 10vw;
  }
  .p-footer .copyright {
    padding-left: 10vw;
  }
}
@media (min-width: 1500px) {
  .p-footer .c-container, .p-footer .breadcrumb {
    padding: 0;
  }
  .p-footer .copyright {
    max-width: 1200px;
    margin: 0 auto;
  }
}

.c-company {
  position: relative;
}
.c-company .c-topview {
  margin-bottom: 0;
}
.c-company .breadcrumbs-wrap {
  background-color: #fff;
}
.c-company .breadcrumb {
  padding-top: 20px;
  padding-bottom: 30px;
  margin-bottom: 0;
}
.c-company .c-about {
  position: relative;
  padding-top: 25vh;
  background-color: #f4f4f4;
  padding-bottom: 50px;
}
.c-company .c-about::before {
  content: "";
  width: 100%;
  height: 50vh;
  background: url(../images/home/kobe6.webp) no-repeat center/cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.c-company .c-about::after {
  content: "";
  width: 100%;
  height: 50vh;
  background: linear-gradient(transparent 60%, #f4f4f4);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.c-company .c-about .c-container, .c-company .c-about .breadcrumb {
  padding: 0 4vw;
}
.c-company .c-about__desc {
  position: relative;
  z-index: 10;
  background-color: #fff;
  padding: 30px 6vw;
}
.c-company .c-about__desc .c-title {
  margin-bottom: 10px;
}
.c-company .c-about__desc tr {
  border-bottom: 1px solid #ccc;
  display: block;
}
.c-company .c-about__desc th {
  display: block;
  width: 100%;
  padding: 15px 8px 0;
  color: #bc9d63;
  font-weight: 500;
}
.c-company .c-about__desc td {
  display: block;
  width: 100%;
  padding: 10px 8px 15px;
}
.c-company .c-about__desc td a {
  color: #bc9d63;
  border-bottom: 1px solid #bc9d63;
}
.c-company .c-about .g-map {
  height: 350px;
  margin-top: 30px;
}
.c-company .c-about .g-map iframe {
  width: 100%;
  height: 100%;
}
@media (min-width: 600px) {
  .c-company .c-about {
    padding-top: 40vh;
  }
  .c-company .c-about::before, .c-company .c-about::after {
    height: 60vh;
  }
  .c-company .c-about .c-container, .c-company .c-about .breadcrumb {
    padding: 0 8vw;
  }
  .c-company .c-about__desc {
    padding: 50px 6vw;
  }
}
@media (min-width: 960px) {
  .c-company .c-about {
    padding-bottom: 80px;
  }
  .c-company .c-about .c-container, .c-company .c-about .breadcrumb {
    padding: 0 10vw;
  }
  .c-company .c-about__desc .c-title {
    margin-bottom: 20px;
  }
  .c-company .c-about__desc tr {
    display: flex;
    align-items: center;
  }
  .c-company .c-about__desc th {
    width: 160px;
    padding: 20px;
  }
  .c-company .c-about__desc td {
    flex: 1;
    padding: 20px;
  }
}
@media (min-width: 1200px) {
  .c-company .c-about .c-container, .c-company .c-about .breadcrumb {
    padding: 0 15vw;
  }
  .c-company .c-about {
    padding-top: 350px;
  }
  .c-company .c-about::before, .c-company .c-about::after {
    height: 500px;
  }
}
@media (min-width: 1500px) {
  .c-company .c-about .c-container, .c-company .c-about .breadcrumb {
    padding: 0;
  }
  .c-company .c-about__desc {
    padding: 80px;
  }
}
.c-company .c-message {
  background-color: #212121;
  padding: 80px 0 0;
  margin-bottom: 80px;
  color: #fff;
  position: relative;
}
.c-company .c-message::before {
  content: "";
  width: 100%;
  height: 80px;
  background: linear-gradient(#212121, transparent);
  position: absolute;
  bottom: -80px;
  left: 0;
}
.c-company .c-message__img {
  margin-left: 6vw;
}
.c-company .c-message__tit {
  font-size: 2.8rem;
  font-weight: 500;
  margin: -40px 0 50px 8vw;
}
.c-company .c-message .c-tit {
  color: #fff;
  padding-bottom: 20px;
  margin-bottom: 50px;
  border-bottom: 1px solid #888;
}
.c-company .c-message__desc .c-txt-sm, .c-company .c-message__desc .p-news__content, .c-company .c-message__desc .p-news.c-news .category-list ul li, .p-news.c-news .category-list ul .c-company .c-message__desc li {
  line-height: 2;
  margin-bottom: 15px;
}
.c-company .c-message__name {
  margin-top: 40px;
  text-align: right;
  font-size: 16px;
  letter-spacing: 2px;
  line-height: 2;
}
.c-company .c-message__name .Wrap {
  display: inline-block;
  border-bottom: 1px solid #888;
  padding: 0 8vw 15px 0;
}
.c-company .c-message__name small {
  letter-spacing: 1px;
  display: inline-block;
  padding-right: 30px;
}
@media (min-width: 600px) {
  .c-company .c-message .c-container, .c-company .c-message .breadcrumb {
    padding: 0 10vw;
  }
  .c-company .c-message__top {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    margin-bottom: 50px;
  }
  .c-company .c-message .c-tit {
    margin-right: -10vw;
  }
  .c-company .c-message__tit {
    margin: 0 -5vw 0 10vw;
    position: relative;
    z-index: 10;
    letter-spacing: 2px;
  }
  .c-company .c-message__img {
    flex: 1;
    margin: 0 10vw 0 0;
  }
  .c-company .c-message__name {
    font-size: 20px;
  }
  .c-company .c-message__name .Wrap {
    padding: 0 10vw 15px 0;
  }
}
@media (min-width: 960px) {
  .c-company .c-message {
    padding: 120px 0 0;
    margin-bottom: 120px;
  }
  .c-company .c-message::before {
    height: 120px;
    bottom: -120px;
  }
  .c-company .c-message__tit {
    font-size: 3.6rem;
  }
  .c-company .c-message .c-tit {
    padding-bottom: 30px;
    margin-bottom: 60px;
  }
  .c-company .c-message__desc .c-txt-sm, .c-company .c-message__desc .p-news__content, .c-company .c-message__desc .p-news.c-news .category-list ul li, .p-news.c-news .category-list ul .c-company .c-message__desc li {
    margin-bottom: 20px;
  }
  .c-company .c-message__name {
    margin-top: 50px;
    font-size: 22px;
  }
}
@media (min-width: 1200px) {
  .c-company .c-message .c-container, .c-company .c-message .breadcrumb {
    padding: 0 18vw;
  }
  .c-company .c-message .c-tit {
    margin-right: -18vw;
  }
  .c-company .c-message__tit {
    margin: 0 -5vw 0 18vw;
    font-size: 4.2rem;
  }
  .c-company .c-message__img {
    margin: 0 18vw 0 0;
  }
  .c-company .c-message__name .Wrap {
    padding: 0 18vw 15px 0;
  }
}
@media (min-width: 2000px) {
  .c-company .c-message .c-container, .c-company .c-message .breadcrumb {
    padding: 0 24vw;
  }
}
.c-company .c-philosophy {
  padding: 50px 0;
  position: relative;
}
.c-company .c-philosophy::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #fff;
  opacity: 0.7;
}
.c-company .c-philosophy .bg-img {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.c-company .c-philosophy .bg-img img {
  -o-object-position: center 20%;
     object-position: center 20%;
}
.c-company .c-philosophy .c-title {
  position: relative;
  z-index: 10;
}
.c-company .c-philosophy__list {
  position: relative;
  z-index: 10;
}
.c-company .c-philosophy__list__item {
  margin-bottom: 40px;
}
.c-company .c-philosophy__list__item h3 {
  font-size: 1.2rem;
  letter-spacing: 2px;
  font-weight: 500;
  line-height: 2;
  margin-bottom: 20px;
}
.c-company .c-philosophy__list__item .c-txt-sm, .c-company .c-philosophy__list__item .p-news__content, .c-company .c-philosophy__list__item .p-news.c-news .category-list ul li, .p-news.c-news .category-list ul .c-company .c-philosophy__list__item li {
  line-height: 2.2;
}
@media (min-width: 600px) {
  .c-company .c-philosophy__list__item h3 {
    font-size: 1.5rem;
  }
}
@media (min-width: 960px) {
  .c-company .c-philosophy {
    padding: 80px 0 50px;
  }
  .c-company .c-philosophy__list__item {
    margin-bottom: 50px;
  }
  .c-company .c-philosophy__list__item h3 {
    font-size: 1.8rem;
    letter-spacing: 4px;
    line-height: 1.8;
    margin-bottom: 30px;
  }
}
@media (min-width: 1200px) {
  .c-company .c-philosophy .c-container, .c-company .c-philosophy .breadcrumb {
    padding: 0 15vw;
  }
}
@media (min-width: 1500px) {
  .c-company .c-philosophy .c-container, .c-company .c-philosophy .breadcrumb {
    padding: 0;
  }
}
.c-company .c-history {
  background-color: #fff;
  padding: 50px 0;
  scroll-margin: 64px;
}
@media (min-width: 960px) {
  .c-company .c-history {
    padding: 80px 0;
    scroll-margin: 100px;
  }
}
.c-service__list__item {
  position: relative;
}
.c-service__list__item::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #fff;
  opacity: 0.5;
}
.c-service__list__item:nth-child(1) {
  padding: 20vh 5vw 50px 0;
  background: url(../images/home/img6.webp) no-repeat center/cover;
}
.c-service__list__item:nth-child(2) {
  padding: 20vh 0 50px 5vw;
  background: url(../images/home/img7.webp) no-repeat center/cover;
}
.c-service__list__item .Desc {
  padding: 50px 6vw 30px;
  background-color: #fff;
  position: relative;
  z-index: 10;
}
.c-service__list__item .Desc .num {
  position: absolute;
  top: -30px;
  left: 5vw;
  font-size: 4rem;
  line-height: 1;
  color: #bc9d63;
}
.c-service__list__item .Desc h3 {
  font-weight: 500;
  color: #bc9d63;
  font-size: 1.4rem;
  letter-spacing: 2px;
  margin-bottom: 20px;
}
.c-service__list__item .Desc .Img {
  aspect-ratio: 16/9;
  max-width: 500px;
  margin: 0 auto 20px;
}
@media (min-width: 600px) {
  .c-service__list__item .Desc {
    padding: 60px 8vw 40px;
  }
  .c-service__list__item .Desc .num {
    top: -45px;
    left: 5vw;
    font-size: 5rem;
  }
  .c-service__list__item .Desc h3 {
    font-size: 1.6rem;
    margin-bottom: 30px;
  }
  .c-service__list__item .Desc .Img {
    margin-bottom: 30px;
  }
}
@media (min-width: 960px) {
  .c-service__list__item .Desc {
    display: grid;
    grid-template-rows: auto auto;
    grid-template-columns: 58% 38%;
    gap: 0 4%;
    padding: 70px 50px;
  }
  .c-service__list__item .Desc .num {
    left: 50px;
  }
  .c-service__list__item .Desc h3 {
    font-size: 2rem;
    grid-row: 1/2;
    grid-column: 1/2;
  }
  .c-service__list__item .Desc p {
    grid-row: 2/3;
    grid-column: 1/2;
  }
  .c-service__list__item .Desc .Img {
    grid-row: 1/3;
    grid-column: 2/3;
    aspect-ratio: auto;
    margin: 0;
  }
  .c-service__list__item:nth-child(1) {
    padding: 20vw 8vw 50px 0;
  }
  .c-service__list__item:nth-child(2) {
    padding: 20vw 0 50px 8vw;
  }
  .c-service__list__item:nth-child(2) .Desc {
    grid-template-columns: 38% 58%;
  }
  .c-service__list__item:nth-child(2) .Desc h3,
  .c-service__list__item:nth-child(2) .Desc p {
    grid-column: 2/3;
  }
  .c-service__list__item:nth-child(2) .Desc .Img {
    grid-column: 1/2;
  }
  .c-service__list__item:nth-child(2) .Desc .num {
    left: auto;
    right: 50px;
  }
}
@media (min-width: 1200px) {
  .c-service__list__item .Desc {
    padding: 80px;
  }
}
@media (min-width: 1500px) {
  .c-service__list__item .Desc {
    max-width: 1200px;
    margin: 0 auto;
  }
  .c-service__list__item:nth-child(1) {
    padding: 300px 0 50px 0;
  }
  .c-service__list__item:nth-child(2) {
    padding: 300px 0 50px 0;
  }
}

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

.c-presec__desc {
  margin: 50px 0;
}
.c-presec__desc p {
  margin-bottom: 20px;
}
.c-presec__desc p .onlyPC {
  display: none;
}
.c-presec__img {
  position: relative;
  opacity: 0.7;
}
.c-presec__img::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: -1px;
  left: 0;
  background: linear-gradient(#fff, transparent 50%);
}
.c-presec__img img {
  height: 30vh;
}
.c-presec__img.top::before {
  transform: rotate(180deg);
  top: 1px;
}
@media (min-width: 960px) {
  .c-presec__desc {
    margin: -200px 0;
    text-align: center;
    position: relative;
    z-index: 30;
  }
  .c-presec__desc p .onlyPC {
    display: block;
  }
  .c-presec__img {
    text-align: right;
    opacity: 0.5;
  }
  .c-presec__img::before {
    width: 60%;
    background: linear-gradient(#fff, transparent 70%);
    right: 0;
    left: auto;
  }
  .c-presec__img::after {
    position: absolute;
    content: "";
    width: 60%;
    height: 100%;
    top: 0px;
    right: 0;
    background: linear-gradient(90deg, #fff, transparent 60%);
    z-index: 10;
  }
  .c-presec__img img {
    min-height: 300px;
    width: 60%;
  }
  .c-presec__img.top {
    text-align: left;
  }
  .c-presec__img.top::before {
    right: auto;
    left: 0;
  }
  .c-presec__img.top::after {
    transform: rotate(180deg);
    right: auto;
    left: 0;
  }
}
@media (min-width: 1200px) {
  .c-presec__desc {
    margin: -300px 0;
  }
  .c-presec__img::after {
    width: 50%;
  }
  .c-presec__img img {
    width: 50%;
    min-height: 450px;
  }
}
@media (min-width: 1500px) {
  .c-presec__desc {
    margin: -300px 0;
  }
  .c-presec__img {
    max-width: 1200px;
    margin: 0 auto;
  }
}

.c-worry {
  padding: 50px 0;
  background-color: #f4f4f4;
  position: relative;
  margin-bottom: 80px;
}
.c-worry::before {
  content: "";
  position: absolute;
  bottom: -60px;
  left: 0;
  width: 100%;
  height: 60px;
  background: linear-gradient(to bottom right, transparent 49.5%, #f4f4f4 50%) left/50% 100% no-repeat, linear-gradient(to bottom left, transparent 49.5%, #f4f4f4 50%) right/50% 100% no-repeat;
  transform: rotate(180deg);
  z-index: 10;
}
.c-worry__title {
  text-align: center;
  font-size: 1.4rem;
  line-height: 1.8;
  letter-spacing: 2px;
  padding-bottom: 10px;
  margin-bottom: 30px;
  position: relative;
}
.c-worry__title::before {
  content: "";
  width: 60px;
  height: 2px;
  background-color: #bc9d63;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.c-worry__list {
  background-color: #fff;
  padding: 30px 20px 20px;
  max-width: 550px;
  margin: 0 auto;
}
.c-worry__list__item {
  padding-bottom: 12px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 12px;
  padding-left: 20px;
  position: relative;
}
.c-worry__list__item::before {
  content: "";
  width: 18px;
  height: 18px;
  background: url(../images/common/check.svg) no-repeat center/contain;
  position: absolute;
  top: -12px;
  bottom: 0;
  left: -5px;
  margin: auto;
}
@media (min-width: 600px) {
  .c-worry {
    margin-bottom: 100px;
  }
  .c-worry__title {
    padding-bottom: 12px;
  }
  .c-worry__title br {
    display: none;
  }
  .c-worry__list {
    padding: 30px 30px 20px;
  }
  .c-worry__list__item {
    padding-left: 25px;
  }
  .c-worry__list__item::before {
    left: 0;
  }
}
@media (min-width: 960px) {
  .c-worry {
    padding: 80px 0;
    margin-bottom: 110px;
  }
  .c-worry__title {
    font-size: 1.6rem;
    padding-bottom: 18px;
    margin-bottom: 40px;
  }
  .c-worry__title::before {
    width: 120px;
  }
  .c-worry__list {
    max-width: 650px;
    padding: 40px 50px 20px;
  }
  .c-worry__list__item {
    padding-bottom: 17px;
    margin-bottom: 17px;
    padding-left: 30px;
  }
  .c-worry__list__item::before {
    top: -17px;
    width: 20px;
    height: 20px;
  }
}
@media (min-width: 1200px) {
  .c-worry__title {
    font-size: 1.8rem;
    padding-bottom: 22px;
  }
}

.c-support__title {
  color: #1e5a8a;
  text-align: center;
  font-size: 1.5rem;
  line-height: 1.7;
}
.c-support__title small {
  font-size: 1.2rem;
}
.c-support__list__item {
  box-shadow: 0 0 10px rgba(51, 51, 51, 0.5019607843);
  margin-bottom: 20px;
  padding: 12px;
}
.c-support__list__item .Img {
  aspect-ratio: 3/2;
  margin-bottom: 15px;
}
.c-support__list__item .Desc {
  margin-bottom: 8px;
  text-align: center;
  color: #1e5a8a;
  font-size: 0.9rem;
  letter-spacing: 1.2px;
}
.c-support__list__item .Desc .onlyPC {
  display: none;
}
@media (min-width: 600px) {
  .c-support__title .onlySP {
    display: none;
  }
  .c-support__list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  .c-support__list__item {
    flex-basis: 48%;
    margin: 0 4% 30px 0;
    padding: 12px;
  }
  .c-support__list__item:nth-child(2n) {
    margin: 0 0 30px;
  }
  .c-support__list__item .Desc {
    font-size: 0.9rem;
    height: 55px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .c-support__list__item .Desc .onlyPC {
    display: block;
  }
  .c-support.sell .c-support__list__item .Desc {
    font-size: 0.8rem;
  }
}
@media (min-width: 960px) {
  .c-support__title {
    font-size: 1.8rem;
    line-height: 2;
  }
  .c-support__title small {
    font-size: 1.4rem;
  }
  .c-support__list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  .c-support__list__item {
    flex-basis: 32%;
    margin: 0 2% 30px 0;
    padding: 15px;
  }
  .c-support__list__item:nth-child(2n) {
    margin: 0 2% 30px 0;
  }
  .c-support__list__item:nth-child(3n) {
    margin: 0 0 30px;
  }
  .c-support__list__item .Desc {
    font-size: 1rem;
    height: 60px;
  }
  .c-support.sell .c-support__list__item .Desc {
    font-size: 0.7rem;
    height: 50px;
  }
}
@media (min-width: 1200px) {
  .c-support__title {
    font-size: 2rem;
    line-height: 1.8;
  }
  .c-support__title small {
    font-size: 1.6rem;
  }
  .c-support__list__item {
    flex-basis: 31%;
    margin: 0 3.3% 30px 0;
    padding: 15px;
  }
  .c-support__list__item:nth-child(2n) {
    margin: 0 3.3% 30px 0;
  }
  .c-support__list__item:nth-child(3n) {
    margin: 0 0 30px;
  }
  .c-support__list__item .Desc {
    font-size: 1.1rem;
    height: 65px;
  }
  .c-support.sell .c-support__list__item .Desc {
    font-size: 1rem;
    height: 65px;
  }
}

.c-reason {
  padding: 50px 0;
  background: #f6f4ef;
}
.c-reason__list__item {
  margin-bottom: 30px;
}
.c-reason__list__item .Img {
  width: 70vw;
  height: 70vw;
  margin: 0 auto 20px;
}
.c-reason__list__item .Img img {
  border-radius: 50%;
}
.c-reason__list__item .Desc {
  text-align: center;
}
.c-reason__list__item .Desc h3 {
  display: inline-block;
  text-align: center;
  margin-bottom: 20px;
  font-size: 1.2rem;
  line-height: 1.7;
  position: relative;
  z-index: 10;
}
.c-reason__list__item .Desc h3 .num {
  position: absolute;
  display: inline-block;
  top: 50%;
  transform: translateY(-50%);
  left: -0.3em;
  font-size: 4rem;
  line-height: 1;
  z-index: -1;
  font-style: italic;
  color: #bc9d63;
  opacity: 0.5;
}
.c-reason__list__item .Desc p {
  text-align: left;
}
@media (min-width: 600px) {
  .c-reason__list__item {
    margin-bottom: 40px;
  }
  .c-reason__list__item .Img {
    width: 50vw;
    height: 50vw;
  }
  .c-reason__list__item .Desc h3 {
    margin-bottom: 25px;
    font-size: 1.5rem;
    line-height: 1.7;
  }
  .c-reason__list__item .Desc h3 .num {
    left: -0.3em;
    font-size: 5rem;
  }
}
@media (min-width: 960px) {
  .c-reason {
    padding: 80px 0;
  }
  .c-reason .c-title br {
    display: none;
  }
  .c-reason__list__item {
    display: flex;
    align-items: center;
  }
  .c-reason__list__item .Img {
    width: 350px;
    height: 350px;
    margin: 0 50px 0 0;
  }
  .c-reason__list__item .Desc {
    flex: 1;
  }
  .c-reason__list__item .Desc h3 {
    font-size: 1.8rem;
  }
  .c-reason__list__item .Desc h3 .num {
    left: -0.5em;
    font-size: 7rem;
  }
  .c-reason__list__item:nth-child(2n) {
    flex-direction: row-reverse;
  }
  .c-reason__list__item:nth-child(2n) .Img {
    margin: 0 0 0 50px;
  }
}
.c-column {
  padding: 50px 0;
  background-color: #f4f4f4;
}
.c-column__item {
  background-color: #fff;
  border-radius: 5px;
  padding: 20px;
  margin-bottom: 15px;
}
.c-column__link {
  color: #212121;
}
.c-column-wrap {
  display: grid;
  grid-template-rows: auto auto;
  grid-template-columns: 45% 50%;
  gap: 5px 5%;
  position: relative;
}
.c-column-wrap::before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  /* 上向きの二等辺三角形の場合 */
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 8px solid #212121;
  /* 色は任意に変更可能 */
  top: 50%;
  right: -5px;
  transform: translateY(-50%) rotate(90deg);
}
.c-column__img {
  grid-row: 1/2;
  grid-column: 1/2;
  align-self: flex-end;
  aspect-ratio: 3/2;
}
.c-column__img img {
  border-radius: 5px;
}
.c-column__no-image {
  border: 1px solid #ccc;
  aspect-ratio: 3/2;
  border-radius: 5px;
}
.c-column__no-image img {
  -o-object-fit: contain;
     object-fit: contain;
  padding: 15px;
}
.c-column .Date {
  grid-row: 2/3;
  grid-column: 1/2;
  align-self: center;
}
.c-column__date {
  font-size: 12px;
  color: #888;
  padding-top: 5px;
}
.c-column__content {
  grid-row: 1/3;
  grid-column: 2/3;
  align-self: center;
  font-size: 14px;
  line-height: 2;
}
@media (min-width: 600px) {
  .c-column {
    padding-bottom: 5px;
  }
  .c-column-wrap {
    grid-template-columns: 35% 60%;
  }
  .c-column-wrap::before {
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 12px solid #212121;
    right: -15px;
  }
  .c-column__item {
    padding: 20px 30px;
  }
  .c-column__content {
    font-size: 16px;
  }
}
@media (min-width: 960px) {
  .c-column {
    padding: 80px 0;
  }
  .c-column-wrap {
    grid-template-rows: 30px auto;
  }
  .c-column__list {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 0;
  }
  .c-column__item {
    flex-basis: 48%;
    margin: 0 4% 30px 0;
  }
  .c-column__item:nth-child(2n) {
    margin: 0 0 30px;
  }
  .c-column__img {
    align-self: flex-start;
    grid-row: 1/3;
  }
  .c-column .Date {
    grid-row: 1/2;
    grid-column: 2/3;
    align-self: flex-start;
  }
  .c-column__date {
    font-size: 14px;
  }
  .c-column__content {
    grid-row: 2/3;
    align-self: flex-start;
    padding-right: 10px;
  }
  .c-column .page-numbers {
    margin-top: 30px;
  }
}

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

.page-numbers:not(.next):not(.prev) {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #212121;
  font-size: 12px;
  padding-left: 3px;
}
.page-numbers:not(.next):not(.prev) .current {
  border: 1px solid rgba(0, 0, 0, 0);
  background: #bc9d63 !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: #212121;
  top: 0;
}
.page-numbers:not(.next):not(.prev) .next::after {
  transition: all 0.2s cubic-bezier(0, 0, 0.58, 1);
  content: "";
  position: absolute;
  right: 0;
  background-image: url(../images/common/arrow.png);
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  top: 1px;
  width: 12px;
  height: 12px;
  margin-left: 8px;
}
@media (min-width: 600px) {
  .page-numbers:not(.next):not(.prev) .page-numbers:not(.next):not(.prev) {
    width: 45px;
    height: 45px;
  }
  .page-numbers:not(.next):not(.prev) .next {
    top: 1px;
  }
}
@media (min-width: 900px) {
  .page-numbers:not(.next):not(.prev) .page-numbers:not(.next):not(.prev) {
    width: 55px;
    height: 55px;
    font-size: 18px;
  }
  .page-numbers:not(.next):not(.prev) .next {
    top: 2px;
    font-size: 18px;
  }
  .page-numbers:not(.next):not(.prev) .next::after {
    top: 4px;
  }
}

.c-news-sl {
  margin-top: 50px;
}
.c-news-sl__date {
  color: #bc9d63;
}
.c-news-sl__contents {
  padding: 10vw 0 0;
  line-height: 2.5;
}
.c-news-sl .round-btn {
  margin-top: 50px;
}
.c-news-sl #ez-toc-container {
  padding: 10px 20px;
}
.c-news-sl #ez-toc-container li {
  border-bottom: 1px solid #ccc;
  font-size: 16px;
  line-height: 2;
}
.c-news-sl .ez-toc-wrap-center {
  margin-bottom: 50px !important;
}
@media (min-width: 600px) {
  .c-news-sl .c-container, .c-news-sl .breadcrumb {
    padding: 0 10vw;
  }
  .c-news-sl__contents {
    padding: 5vw 0 0;
  }
  .c-news-sl #ez-toc-container {
    padding: 30px;
  }
  .c-news-sl #ez-toc-container li {
    font-size: 18px;
    line-height: 2;
  }
}
@media (min-width: 960px) {
  .c-news-sl .c-container, .c-news-sl .breadcrumb {
    padding: 0 15vw;
  }
  .c-news-sl #ez-toc-container li {
    line-height: 2.4;
  }
}
@media (min-width: 1200px) {
  .c-news-sl .c-container, .c-news-sl .breadcrumb {
    padding: 0 18vw;
  }
  .c-news-sl__contents {
    padding: 2vw 0;
  }
}
@media (min-width: 1500px) {
  .c-news-sl .c-container, .c-news-sl .breadcrumb {
    padding: 0;
  }
}

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

.kodawari__title {
  color: #1e5a8a;
  text-align: center;
  font-size: 1.5rem;
  line-height: 1.7;
}
.kodawari__title small {
  font-size: 1.2rem;
}
.kodawari__tit {
  font-size: 26px;
  text-align: center;
  margin-bottom: 30px;
  color: #fff;
}
.kodawari__desc {
  margin-bottom: 30px;
  color: #fff;
}
.kodawari ul li {
  background-color: #fff;
  padding: 20px 15px;
  margin-bottom: 25px;
  box-shadow: 3px 3px 3px #cdcdcd;
  border: 2px solid #000670;
}
.kodawari ul li .inner__wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
.kodawari ul li .inner__wrap .icon {
  flex-basis: 28%;
}
.kodawari ul li .inner__wrap .icon img {
  -o-object-fit: contain;
     object-fit: contain;
}
.kodawari ul li .inner__wrap h3 {
  flex-basis: 69%;
  font-size: 16px;
}
.kodawari ul li .desc.c-txt-sm, .kodawari ul li .desc.p-news__content, .kodawari .p-news.c-news .category-list ul li li.desc, .p-news.c-news .category-list .kodawari ul li li.desc {
  font-size: 13px;
  line-height: 1.5;
}
.kodawari ul li:nth-child(2n) .inner__wrap {
  flex-direction: row-reverse;
}
@media (min-width: 600px) {
  .kodawari__title .onlySP {
    display: none;
  }
  .kodawari ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .kodawari ul li {
    flex-basis: 48%;
  }
}
@media (min-width: 960px) {
  .kodawari__title {
    font-size: 1.8rem;
    line-height: 2;
  }
  .kodawari__title small {
    font-size: 1.4rem;
  }
  .kodawari .c-container, .kodawari .breadcrumb {
    padding: 0 3vw;
  }
  .kodawari__tit {
    font-size: 38px;
  }
  .kodawari ul li {
    flex-basis: 32%;
  }
  .kodawari ul li:nth-child(2n) .inner__wrap {
    flex-direction: row;
  }
}
@media (min-width: 1200px) {
  .kodawari__title {
    font-size: 2rem;
    line-height: 1.8;
  }
  .kodawari__title small {
    font-size: 1.6rem;
  }
  .kodawari .c-container, .kodawari .breadcrumb {
    padding: 0 8vw;
  }
}

.faq__title {
  margin-bottom: 20px;
  font-size: 1.2rem;
  font-weight: 600;
  padding-left: 15px;
  border-left: 8px solid #000670;
}
.faq__item {
  margin-bottom: 15px;
}
.faq dt {
  position: relative;
  cursor: pointer;
  transition: color 0.2s cubic-bezier(0, 0, 0.58, 1);
  border: 1px solid #000670;
  font-weight: 600;
}
.faq dt::before {
  position: absolute;
  left: 0;
  content: "Q";
  color: #fff;
  font-size: 18px;
  background: #000670;
  height: 100%;
  padding: 15px 10px;
}
.faq dt span {
  margin-left: 8vw;
  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 #000670;
  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 #000670;
  width: 0;
  height: 16px;
  top: 0;
  bottom: 0;
  right: 7px;
  transition: 0.3s;
}
.faq dd {
  position: relative;
  border-left: 1px solid #000670;
  border-right: 1px solid #000670;
  border-bottom: 1px solid #000670;
}
.faq dd::before {
  content: "A";
  position: absolute;
  top: 20px;
  left: 10px;
  bottom: 0;
  margin: auto;
  width: 12px;
  font-size: 20px;
  color: #1e5a8a;
  font-weight: bold;
}
.faq dd .m-description-article {
  font-size: 3.7vw;
  display: block;
  line-height: 2;
  margin-left: 8vw;
  padding: 20px 10px;
}
.faq .faq-more {
  text-align: center;
  margin-bottom: 20px;
}
.faq .faq-more a {
  display: inline-block;
  background-color: #1e5a8a;
  color: #fff;
  font-weight: 500;
  font-size: 14px;
  padding: 10px 40px 10px 15px;
  border-radius: 5px;
  position: relative;
}
.faq .faq-more a::before {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
  transform: rotate(45deg);
}
@media (min-width: 600px) {
  .faq__title {
    font-size: 1.4rem;
    margin-bottom: 30px;
  }
  .faq dt .c-txt-sm, .faq dt .p-news__content, .faq dt .p-news.c-news .category-list ul li, .p-news.c-news .category-list ul .faq dt li {
    font-size: 16px;
  }
  .faq dt::before {
    font-size: 22px;
    padding: 13px 10px;
  }
  .faq dt span {
    margin-left: 6vw;
  }
  .faq dd::before {
    font-size: 24px;
  }
  .faq dd .m-description-article {
    margin-left: 6vw;
  }
}
@media (min-width: 960px) {
  .faq__title {
    font-size: 1.6rem;
    margin-bottom: 40px;
    padding-left: 25px;
    border-left: 12px solid #000670;
  }
  .faq__item {
    margin-bottom: 25px;
  }
  .faq dt .c-txt-sm, .faq dt .p-news__content, .faq dt .p-news.c-news .category-list ul li, .p-news.c-news .category-list ul .faq dt li {
    font-size: 18px;
  }
  .faq dt::before {
    font-size: 28px;
    padding: 19px 15px;
  }
  .faq dt span {
    margin-left: 6vw;
    padding: 30px 10px;
  }
  .faq dt .i_box {
    right: 2rem;
    width: 30px;
    height: 30px;
    margin-top: -15px;
  }
  .faq dt .i_box::before {
    border-top: 3px solid #000670;
    width: 24px;
  }
  .faq dt .i_box::after {
    border-left: 3px solid #000670;
    height: 24px;
    right: 10px;
  }
  .faq dd::before {
    font-size: 30px;
    top: 30px;
    left: 15px;
  }
  .faq dd .m-description-article {
    padding: 30px 10px;
    margin-left: 6vw;
  }
}
@media (min-width: 1200px) {
  .faq {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }
  .faq__item {
    margin-bottom: 30px;
  }
  .faq dt .c-txt-sm, .faq dt .p-news__content, .faq dt .p-news.c-news .category-list ul li, .p-news.c-news .category-list ul .faq dt li {
    font-size: 20px;
  }
  .faq dt span {
    margin-left: 5vw;
  }
  .faq dd .m-description-article {
    margin-left: 5vw;
  }
}

.faq-contents .p-title {
  text-align: center;
}
.faq-contents .p-title .en::before {
  left: 0;
  right: 0;
  margin: auto;
}

.c-works {
  background-color: #f6f4ef;
  padding: 80px 0 30px;
  position: relative;
}
.c-works::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 50px;
  top: 0;
  left: 0;
  background: linear-gradient(#ffffff, transparent);
}
.c-works__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}
.c-works__nav {
  display: flex;
  gap: 10px;
  margin-right: 5vw;
}
.c-works__slider {
  position: relative;
}
.c-works__slider .swiper-works {
  position: relative;
}
.c-works__item {
  margin-bottom: 20px;
}
.c-works__wrap {
  margin-bottom: 30px;
}
.c-works-link {
  display: block;
  color: #212121;
}
.c-works-link h3 {
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 1.8;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  overflow: hidden;
}
.c-works .Img {
  aspect-ratio: 3/2;
  margin-bottom: 15px;
}
.c-works .Img img {
  border-radius: 5px;
}
.c-works .Img-no-image {
  background-color: #fff;
  border: 1px solid #ccc;
  aspect-ratio: 3/2;
  border-radius: 5px;
}
.c-works .Img-no-image img {
  -o-object-fit: contain;
     object-fit: contain;
  padding: 20px;
}
@media (min-width: 600px) {
  .c-works__list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .c-works__list article {
    width: 48%;
  }
}
@media (min-width: 960px) {
  .c-works {
    padding: 120px 0 50px;
  }
  .c-works::before {
    height: 100px;
  }
  .c-works__header {
    justify-content: right;
    margin-bottom: 50px;
  }
  .c-works__list article {
    width: 32%;
  }
  .c-works__nav {
    display: flex;
    gap: 10px;
  }
  .c-works-link h3 {
    font-size: 1.3rem;
    line-height: 2.2;
  }
  .c-works .Img img {
    border-radius: 10px;
  }
  .c-works .Img-no-image {
    border-radius: 10px;
  }
  .c-works .Img-no-image img {
    padding: 30px;
  }
}
@media (min-width: 1200px) {
  .c-works-link h3 {
    font-size: 1.5rem;
    line-height: 2.2;
  }
}

.p-header {
  width: 100%;
}
.p-header .logo__img {
  display: inline-block;
  margin: 7px 10px 0 10px;
  position: relative;
}
.p-header .logo {
  background-image: url(../images/common/logo.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  height: 50px;
  width: 77px;
  opacity: 1;
}
.p-header .sp-navbtn {
  position: fixed;
  bottom: 8px;
  left: 0;
  width: 100%;
  z-index: 9999;
}
.p-header .sp-navbtn__container {
  text-align: center;
}
.p-header .sp-navbtn__container a {
  display: inline-block;
  background: linear-gradient(135deg, #06c755, #04a844);
  padding: 20px 30px 20px 60px;
  border-radius: 9999px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  box-shadow: 0 10px 20px rgba(11, 30, 48, 0.35);
  position: relative;
  color: #fff;
}
.p-header .sp-navbtn__container a h3 {
  text-align: center;
  font-size: 1.1rem;
  letter-spacing: 1.5px;
  font-weight: bold;
}
.p-header .sp-navbtn__container a::before {
  position: absolute;
  top: 3px;
  bottom: 0;
  left: 15px;
  margin: auto;
  content: "";
  height: 35px;
  width: 35px;
  background-image: url(../images/common/line.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
.p-header .sp-navbtn__container a:hover,
.p-header .sp-navbtn__container a:active {
  text-decoration: underline;
}
@media (min-width: 600px) {
  .p-header .sp-navbtn {
    bottom: 15px;
    left: auto;
    right: 15px;
  }
  .p-header .sp-navbtn__container {
    text-align: right;
  }
  .p-header .sp-navbtn__container a {
    padding: 25px 40px 25px 80px;
  }
  .p-header .sp-navbtn__container a h3 {
    font-size: 1.4rem;
  }
  .p-header .sp-navbtn__container a::before {
    left: 17px;
    height: 50px;
    width: 50px;
  }
}
@media (max-width: 959px) {
  .p-header .pc-container {
    display: none;
  }
}
@media (min-width: 960px) {
  .p-header .mobile-container,
  .p-header .mobile-menu {
    display: none;
  }
  .p-header .pc-container {
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 8000;
    width: 100%;
    height: 100px;
    background-color: rgba(255, 255, 255, 0.9019607843);
  }
  .p-header .pc-container .pc-nav {
    display: flex;
  }
  .p-header .pc-container .pc-nav-list {
    display: flex;
    align-items: center;
    margin-right: 1vw;
  }
  .p-header .pc-container .pc-nav-item {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 2px;
    line-height: 2;
    transition: all 0.3s;
    text-align: center;
    padding-right: 2vw;
  }
  .p-header .pc-container .pc-nav-item small {
    color: #bc9d63;
    display: block;
    font-size: 9px;
    text-transform: uppercase;
  }
  .p-header .pc-container .pc-nav-link {
    display: block;
    color: #212121;
    position: relative;
  }
  .p-header .pc-container .pc-nav-link:hover {
    transform: translateY(4px);
  }
  .p-header .pc-container .logo__img {
    margin: 0px 10px 0 10px;
  }
  .p-header .pc-container .logo {
    height: 65px;
    width: 100px;
  }
}
@media (min-width: 1200px) {
  .p-header .pc-container .pc-nav-item {
    font-size: 16px;
    line-height: 2;
    padding-right: 2vw;
  }
  .p-header .pc-container .pc-nav-item small {
    font-size: 11px;
  }
  .p-header .pc-container .logo__img {
    margin: 0px 10px 0 20px;
  }
  .p-header .pc-container .logo {
    height: 80px;
    width: 120px;
  }
}

.mobile-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: translateX(100%);
  transition: all 0.5s;
  z-index: -1;
  background-color: rgba(255, 255, 255, 0.9019607843);
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.mobile-menu::-webkit-scrollbar {
  display: none;
}
.mobile-menu__nav {
  display: block;
  height: 100%;
  width: 100%;
  min-height: 100vh;
}
.mobile-menu__list {
  width: 100%;
  padding-top: 120px;
  padding-bottom: 100px;
}
.mobile-menu__item {
  margin: 0 5vw 25px 5vw;
  position: relative;
  font-size: 16px;
  letter-spacing: 2px;
}
.mobile-menu__item a {
  color: #212121;
  padding: 0;
  cursor: pointer;
  width: 100%;
}
@media (min-width: 600px) {
  .mobile-menu__nav {
    width: 60%;
  }
  .mobile-menu__item {
    font-size: 18px;
    margin-bottom: 30px;
  }
}

.mobile-container {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 9000;
  overflow: hidden;
  width: 100%;
  height: 64px;
  background-color: rgba(255, 255, 255, 0.9019607843);
}
.mobile-container .mobile-button {
  position: fixed;
  top: 19px;
  right: 15px;
  z-index: 200;
  display: flex;
}
.mobile-container .mobile-menu__btn {
  background-color: unset;
  border: none;
  outline: none !important;
  cursor: pointer;
  display: block;
  position: relative;
}
.mobile-container .mobile-menu__btn > span {
  background-color: #212121;
  width: 28px;
  height: 2px;
  display: block;
  margin-bottom: 6px;
  transition: all 0.3s ease;
  opacity: 1;
  position: relative;
  transform-origin: center;
}
.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: 8px;
  }
}

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

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

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

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

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

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

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

.panel {
  display: none;
}

.p-mv {
  position: relative;
  margin-bottom: 30px;
}
.p-mv .main-tit {
  color: #212121;
  border-bottom: #212121 solid 4px;
}
.p-mv__text-label {
  position: absolute;
  top: 35px;
  right: -10px;
  transform: rotate(90deg);
}
.p-mv .treatment {
  top: 54px;
  right: -20px;
}
.p-mv__main {
  position: relative;
  margin-bottom: 5vw;
}
.p-mv__title {
  margin-bottom: 10vw;
  font-family: eb-garamond, serif;
}
.p-mv .space {
  right: 0;
}
.p-mv__desc {
  position: relative;
  border-top: 3px solid rgb(255, 255, 255);
  margin: -12vw 0 0 2vw;
  padding: 3vw;
  z-index: 100;
  width: 133%;
  background-color: #dae4ea;
  box-shadow: 20px 25px 45px rgb(151, 151, 151);
}
.p-mv__desc-title {
  padding: 10px 0;
  font-size: 1.1rem;
}
.p-mv__desc .c-txt-sm, .p-mv__desc .p-news__content, .p-mv__desc .p-news.c-news .category-list ul li, .p-news.c-news .category-list ul .p-mv__desc li {
  line-height: 2.5;
}
.p-mv__mv {
  display: flex;
  justify-content: center;
}
.p-mv__mv .mv-item {
  margin-left: 25px;
}
.p-mv__mv .mv-item video {
  height: 270px;
}
.p-mv__mv .mv-item span {
  background: #bc9d63;
  padding: 6px;
  text-align: center;
  color: #fff;
  display: block;
}
.p-mv__wrap2 {
  margin-top: 30px;
}
.p-mv__wrap2 li {
  margin-bottom: 25px;
  position: relative;
}
.p-mv__wrap2 li .p-features__img img {
  height: 350px !important;
}
.p-mv__wrap2 li .p-features-desc h4 span {
  color: red;
  font-size: 16px;
}
.p-mv__wrap2 li .p-features-desc h4 .yl {
  color: rgb(185, 185, 85);
  font-size: 18px;
}
.p-mv__wrap2 li .p-features-desc {
  background-color: #efefef;
  box-shadow: 3px 3px 3px gainsboro;
  margin-right: 50px;
  padding: 13px;
  position: absolute;
  top: 0;
  left: 0;
}
@media (min-width: 960px) {
  .p-mv__wrap2 ul {
    display: flex;
    justify-content: space-between;
  }
  .p-mv__wrap2 ul li {
    width: 30%;
  }
}

.panel2 {
  display: none;
}

.tab-cate {
  text-align: center;
  border-bottom: 3px solid #000670;
  padding-bottom: 5px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.tab-cate .tab,
.tab-cate .tab2 {
  padding: 10px 5px;
  border: 1px solid #000670;
  font-weight: bold;
  color: #000670;
  font-size: 14px;
  text-align: center;
  cursor: pointer;
  width: 45%;
  margin-bottom: 10px;
  margin-right: 5px;
  margin-left: 5px;
}
@media (min-width: 600px) {
  .tab-cate .tab,
  .tab-cate .tab2 {
    width: 48%;
  }
}
@media (min-width: 960px) {
  .tab-cate .tab,
  .tab-cate .tab2 {
    font-size: 21px;
    padding: 20px 10px;
    margin-right: 5px;
    margin-left: 5px;
  }
}
@media (min-width: 960px) {
  .tab-cate {
    padding-bottom: 17px;
  }
}

.line {
  line-height: 28px;
}

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

.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;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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