@charset "UTF-8";
html {
  font-family: "Noto Sans JP", sans-serif;
  color: #0A0A0A;
  font-weight: bold;
  letter-spacing: 0.07rem;
  line-height: 1.75;
}

@media (max-width: 1090px) {
  html {
    font-size: 1.4678899083vw;
  }
}
@media (max-width: 768px) {
  html {
    font-size: 4.2666666667vw;
  }
}

.u-sp {
  display: none;
}

@media (max-width: 768px) {
  .u-sp {
    display: block !important;
  }
  .u-pc {
    display: none !important;
  }
  p {
    font-size: 16px;
  }
}
/* コンテンツ幅 */
.inner {
  max-width: 1090px;
  width: calc(100% - 40px);
  margin: 0 auto;
}

@media (min-width: 769px) {
  .p-flex {
    display: flex;
  }
}
.f-nun {
  font-family: "Nunito Sans", sans-serif;
}

.cl-br {
  color: #9F8362;
}

section {
  padding-bottom: 6.875rem;
}
@media (max-width: 768px) {
  section {
    padding-bottom: 72px;
  }
}

.sec_title_line {
  position: relative;
}

.sec_title_line span {
  width: 100%;
  height: 1px;
  background-color: rgba(112, 112, 112, 0.2);
  position: absolute;
  top: 28px;
}

.sec_title_en {
  font-size: 14px;
  padding-bottom: 3px;
  border-bottom: 4px solid #9F8362;
  width: -moz-fit-content;
  width: fit-content;
  color: #9F8362;
  font-family: "Nunito Sans", sans-serif;
}
@media (max-width: 768px) {
  .sec_title_en {
    font-size: 12px;
  }
}

h2 {
  font-size: 2rem;
  margin: 1.5rem 0 2.5rem;
  font-weight: bold;
}
@media (max-width: 768px) {
  h2 {
    font-size: 22px;
    margin: 16px 0 27px;
  }
}

h3 {
  text-align: center;
  font-size: 1.75rem;
  margin-bottom: 1.625rem;
}
@media (max-width: 768px) {
  h3 {
    font-size: 18px;
    margin-bottom: 22px;
  }
}

.splide__slide img {
  height: auto;
  width: 100%;
  border-radius: 6px;
}

.btn {
  font-weight: 500;
  border: 1px solid #0A0A0A;
  border-radius: 6px;
  padding: 12px 20px;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  text-align: center;
  display: block;
  margin: 0 auto;
  height: -moz-fit-content;
  height: fit-content;
  background-color: #fff;
  display: flex;
  align-items: center;
}
.btn span {
  border-right: 1px solid rgba(10, 10, 10, 0.2);
  padding-right: 12px;
  font-size: 14px;
  text-decoration: underline;
}

a {
  transition: all 0.3s;
}

a:hover {
  opacity: 0.7;
}

a.sec_btn {
  display: block;
  margin: 0 auto;
  justify-content: center;
  display: flex;
}
a.sec_btn span {
  font-size: 0.875rem;
  text-decoration: underline;
}
@media (max-width: 768px) {
  a.sec_btn span {
    font-size: 14px;
  }
}
a.sec_btn span::after {
  content: "";
  display: inline-block;
  background-image: url(../image/arrow-br.svg);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  width: 8px;
  height: 14px;
  margin-left: 12px;
  transition: 0.3s;
}

/*矢印画像*/
.btn::after {
  content: "";
  display: inline-block;
  background-image: url(../image/arrow-br.svg);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  width: 8px;
  height: 14px;
  margin-left: 20px;
  transition: 0.3s;
}

.child-page {
  margin-top: 8.75rem;
  font-weight: 400;
}
@media (max-width: 768px) {
  .child-page {
    margin-top: 111px;
  }
}
.child-page .p-title {
  font-size: 45px;
  color: #9F8362;
  font-family: "Nunito Sans", sans-serif;
  font-weight: bold;
  line-height: 1.3555555556;
  margin-bottom: 9px;
}
@media (max-width: 768px) {
  .child-page .p-title {
    font-size: 32px;
  }
}
.child-page .p-subtitle {
  font-size: 20px;
  line-height: 1.35;
  margin-bottom: 31px;
}
@media (max-width: 768px) {
  .child-page .p-subtitle {
    font-size: 16px;
  }
}
.child-page p {
  font-weight: 400;
  font-size: 16px;
}
.child-page .sec_title_en {
  font-size: 14px;
  font-weight: bold;
}
.child-page .page-fv {
  margin-bottom: 6.875rem;
}
@media (max-width: 768px) {
  .child-page .page-fv {
    margin-bottom: 72px;
  }
}

.breadcrumb {
  margin-bottom: 2.5rem;
}
@media (max-width: 768px) {
  .breadcrumb {
    margin-bottom: 16px;
  }
}
.breadcrumb__list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 0.875rem;
}
@media (max-width: 768px) {
  .breadcrumb__list {
    font-size: 12px;
  }
}
.breadcrumb__item {
  display: flex;
  align-items: center;
}
.breadcrumb__item:not(:last-child)::after {
  content: "・";
  color: rgba(112, 112, 112, 0.6);
}
@media (max-width: 768px) {
  .breadcrumb__item:not(:last-child)::after {
    margin: 0 6px;
  }
}
.breadcrumb__item a {
  color: #0A0A0A;
  text-decoration: none;
  transition: opacity 0.3s;
}
.breadcrumb__item a:hover {
  opacity: 0.7;
}
.breadcrumb__item--current {
  color: rgba(112, 112, 112, 0.6);
  font-weight: 500;
}

/* ヘッダー
***************************************************************/
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 25px 0;
  z-index: 999;
}

.header_inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 20px;
}

@media (min-width: 769px) {
  .header_inner_wrap {
    display: flex;
    align-items: center;
    border: 1px solid #ebebeb;
    gap: 3.5rem;
    padding: 10px 2.1875rem;
    border-radius: 6px;
    background-color: #fff;
  }
}
@media (max-width: 1200px) and (min-width: 769px) {
  .header_inner_wrap {
    gap: 1.875rem;
    padding: 10px 0.9375rem;
  }
}

.logo_content .logo {
  line-height: 1.2;
}
@media (max-width: 768px) {
  .logo_content .logo {
    line-height: 0;
  }
}

/* ハンバーガーメニュー非表示 */
.toggle-menu {
  display: none;
}

/* ヘッダーリンク */
.header_nav {
  display: flex;
  justify-content: space-between;
  flex: 1;
}

.global_nav ul {
  display: flex;
  gap: 1.5rem;
}
@media (max-width: 1200px) and (min-width: 769px) {
  .global_nav ul {
    gap: 1rem;
  }
}

.global_nav ul li a {
  font-size: 0.875rem;
}

.contact_nav ul {
  gap: 6px;
}
.contact_nav ul li {
  width: 7.75rem;
  padding: 10px 0;
  border-radius: 6px;
  text-align: center;
}
.contact_nav ul .request_btn {
  border: 1px solid #ebebeb;
  background-color: #fff;
}
.contact_nav ul .contact_btn {
  border: 1px solid #765d41;
  background-color: #765d41;
  color: #fff;
}

@media (max-width: 768px) {
  header {
    padding: 15px 0;
  }
  .header_inner {
    display: flex;
    align-items: center;
    margin: 0 22px;
  }
  .header_inner .contact_btn {
    font-size: 12px;
    width: 105px;
    padding: 7px 0;
    border-radius: 6px;
    text-align: center;
    border: unset;
    background-color: #765d41;
    color: #fff;
  }
  .logo_content {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  /* ハンバーガーメニュー */
  .toggle-menu {
    display: inline-block;
    width: 40px;
    height: 30px;
    position: relative;
    z-index: 100;
    display: none;
  }
  .toggle-menu .toggle-line {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    text-indent: -9999px;
    width: 27px;
    height: 1px;
    background-color: #000;
  }
  .toggle-menu .toggle-line::before,
  .toggle-menu .toggle-line::after {
    content: "";
    position: absolute;
    left: 0;
    width: 27px;
    height: 1px;
    background-color: #000;
    transition: 0.3s;
  }
  .toggle-menu .toggle-line::before {
    top: -7px;
    animation: menu-barTop 0.6s forwards;
  }
  .toggle-menu .toggle-line::after {
    top: 7px;
    animation: menu-barBottom 0.6s forwards;
  }
  .header_nav {
    position: fixed;
    top: 0;
    left: 0;
    padding: 0 15px 0;
    display: flex;
    flex-direction: column;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 90;
    transform: translateX(100%);
    transition: 0.3s ease-out;
  }
  .global_nav {
    margin-top: 80px;
    padding: 0 30px;
  }
  .open .toggle-menu {
    transition: all 0.5s linear 1s;
  }
  .open .toggle-menu .toggle-line {
    height: 0;
    background-color: #000;
  }
  .open .toggle-menu .toggle-line::before {
    background-color: #fff;
    animation: active-menu-barTop 0.6s forwards;
    transform: rotate(-45deg);
    top: 0;
  }
  .open .toggle-menu .toggle-line::after {
    background-color: #fff;
    animation: active-menu-barBottom 0.6s forwards;
    transform: rotate(45deg);
    top: 0;
  }
  .open .header_nav {
    transform: translateX(0);
    overflow: auto;
  }
  .global_nav ul {
    flex-flow: column;
  }
  .global_nav ul li a {
    color: #fff;
  }
}
/* フッター
***************************************************************/
footer {
  background: #0A0A0A;
  width: 100%;
  padding: 6.875rem 0 4rem;
  text-align: center;
  color: #fff;
}
@media (max-width: 768px) {
  footer {
    padding: 52px 0 44px;
  }
}
footer .footer_logo {
  font-size: 1.875rem;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 3.5625rem;
  font-family: Helvetica, "Nunito Sans", sans-serif;
}
@media (max-width: 768px) {
  footer .footer_logo {
    margin-bottom: 29px;
    font-size: 30px;
  }
}
footer .footer_content .footer_content-wrap {
  padding-bottom: 1.75rem;
  border-bottom: 1px solid rgba(248, 248, 248, 0.5);
  justify-content: center;
  margin: 0 auto;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 768px) {
  footer .footer_content .footer_content-wrap {
    width: 100vw;
    margin-left: calc(50% - 50vw);
  }
}
footer .footer_content .footer_content-wrap .footer_content_item:first-child {
  padding-right: 4.0625rem;
  border-right: 1px solid rgba(248, 248, 248, 0.5);
}
@media (max-width: 768px) {
  footer .footer_content .footer_content-wrap .footer_content_item:first-child {
    border-right: none;
    padding-right: 0;
    margin-bottom: 20px;
  }
}
footer .footer_content .footer_content-wrap .footer_content_item:last-child {
  padding-left: 4.0625rem;
}
@media (max-width: 768px) {
  footer .footer_content .footer_content-wrap .footer_content_item:last-child {
    padding-left: 0;
  }
}
footer .footer_content .footer_content-wrap .footer_content_item .item_text {
  font-size: 0.875rem;
  margin-bottom: 1rem;
}
@media (max-width: 768px) {
  footer .footer_content .footer_content-wrap .footer_content_item .item_text {
    margin-bottom: 7px;
    font-size: 14px;
  }
}
footer .footer_content .footer_content-wrap .footer_content_item .tel_link {
  font-size: 1.875rem;
  line-height: 1;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  footer .footer_content .footer_content-wrap .footer_content_item .tel_link {
    font-size: 30px;
    justify-content: center;
  }
}
footer .footer_content .footer_content-wrap .footer_content_item .tel_link::before {
  content: "";
  display: inline-block;
  background-image: url(../image/icon-tel.png);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  width: 0.875rem;
  height: 1.3125rem;
  margin-right: 8px;
}
@media (max-width: 768px) {
  footer .footer_content .footer_content-wrap .footer_content_item .tel_link::before {
    width: 14px;
    height: 21px;
  }
}
footer .footer_content .footer_content-wrap .footer_content_item .tel_text {
  font-size: 0.75rem;
}
@media (max-width: 768px) {
  footer .footer_content .footer_content-wrap .footer_content_item .tel_text {
    font-size: 12px;
  }
}
footer .footer_content .footer_content-wrap .footer_content_item .btn {
  background-color: #765d41;
  border: 1px solid #765d41;
}
footer .footer_content .footer_content-wrap .footer_content_item .btn::after {
  background-image: url(../image/arrow-wh.svg);
}
footer .footer_content .footer_content_text {
  font-size: 0.875rem;
  margin: 1.5rem 0 1rem;
}
@media (max-width: 768px) {
  footer .footer_content .footer_content_text {
    margin: 24px 0 12px;
    font-size: 14px;
  }
}
footer .footer_content .download_btn {
  color: #0A0A0A;
}
footer .footer_menu {
  margin: 4.1875rem 0 2.3125rem;
}
@media (max-width: 768px) {
  footer .footer_menu {
    margin: 36px 0 47px;
  }
}
footer .footer_menu ul {
  gap: 3rem;
  justify-content: center;
}
@media (max-width: 768px) {
  footer .footer_menu ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 19px 16px;
  }
}
footer .footer_menu ul li {
  font-size: 0.875rem;
}
@media (max-width: 768px) {
  footer .footer_menu ul li {
    font-size: 14px;
  }
}
footer .copyright {
  font-size: 0.75rem;
}
@media (max-width: 768px) {
  footer .copyright {
    font-size: 12px;
  }
}

.fv {
  position: relative;
  overflow: hidden;
  padding-bottom: 0;
}
.fv .top-bg {
  height: 45rem;
  position: absolute;
  -o-object-fit: contain;
     object-fit: contain;
  width: auto;
  z-index: -1;
}
@media (max-width: 768px) {
  .fv .top-bg {
    height: 25.125rem;
  }
}
.fv .k-be {
  top: 0;
  left: 0;
}
.fv .k-wh {
  top: -4.5625rem;
  right: -2.0625rem;
}
.fv .inner {
  display: flex;
  margin-top: 6.25rem;
  margin-left: 11.875rem;
}
@media (max-width: 768px) {
  .fv .inner {
    justify-content: flex-start;
    margin-top: 111px;
    margin-left: auto;
  }
}
.fv h1 {
  font-size: 2.625rem;
  text-align: left;
  line-height: 1.6;
}
@media (max-width: 768px) {
  .fv h1 {
    font-size: 2rem;
    line-height: 1.4;
    margin-top: -12px;
  }
}
.fv h1 .fv_top_text {
  font-size: 1.375rem;
}
@media (max-width: 768px) {
  .fv h1 .fv_top_text {
    font-size: 1rem;
  }
}
.fv h1 .c_br {
  color: #9F8362;
}
.fv .fv_link {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  margin-top: 2.1875rem;
  font-size: 0.875rem;
  margin-bottom: 1rem;
}
@media (max-width: 768px) {
  .fv .fv_link {
    font-size: 0.875rem;
    margin: 33px 0 40px;
    gap: 10px;
  }
}
.fv .fv_link li a {
  display: flex;
  align-items: center;
}
.fv .fv_link li a::after {
  content: "";
  display: inline-block;
  background-image: url(../image/arrow1.png);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  width: 2rem;
  height: 2rem;
  margin-left: 12px;
}
.fv .splide1 {
  position: relative;
  margin-left: 11.875rem;
}
@media (max-width: 768px) {
  .fv .splide1 {
    margin-left: 0;
  }
}

/* ページネーションのスタイル */
.top_fv_page {
  background-color: #0A0A0A;
  height: 8px;
  transition: 0.5s all;
  width: 8px;
  border-radius: 50%;
}

/* 現在表示されているページネーションのスタイル */
.top_fv_page.is-active {
  background-color: #9f8362;
  opacity: 1;
}

.splide__pagination li {
  line-height: 0;
}

/* ページネーションの位置を指定 */
.splide .splide__pagination_wrap {
  position: relative;
  height: 28px;
}
@media (max-width: 768px) {
  .splide .splide__pagination_wrap {
    height: 20px;
  }
}
.splide .splide__pagination {
  bottom: auto;
  position: absolute;
  top: 0;
  gap: 8px;
  left: 25px;
}

/* スマホサイズでのページネーション位置調整 */
@media screen and (max-width: 768px) {
  .splide1 .splide__pagination {
    left: 50%;
    transform: translateX(-50%);
  }
}
/* 矢印のクリック範囲など */
.button {
  background-color: transparent;
  /* ボタンの背景を透明にする */
  height: 6px;
  transition: 0.2s;
  width: 6px;
  position: absolute;
  top: 1px;
}

/* 矢印共通のスタイル */
.button::before {
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 0;
  content: "";
  height: 6px;
  left: 0;
  margin: 0;
  position: absolute;
  top: 0;
  width: 6px;
  background-image: url(../image/slider-arrow.png);
}

/* 前の矢印 */
/* 次の矢印 */
.next::before {
  transform: scaleX(-1);
  left: 100px;
}

.splide__arrows {
  bottom: auto;
  position: absolute;
  top: 0;
}

.splide2 {
  margin-top: 22px;
  width: 100vw;
  margin-left: calc(50% - 50vw);
}
@media (max-width: 768px) {
  .splide2 {
    margin-top: 1.125rem;
  }
}

.top_fv_bottom_bg {
  width: 100%;
  height: 14.125rem;
  margin-top: -12rem;
  background-color: #F8F8F8;
}
.sec_feature {
  padding-top: 6.875rem;
  position: relative;
}
@media (max-width: 768px) {
  .sec_feature {
    padding-top: 74px;
  }
}
.sec_feature::after {
  content: "";
  display: block;
  width: 100%;
  height: 142px;
  background-image: radial-gradient(circle, rgba(10, 10, 10, 0.2) 8%, transparent 8%);
  background-size: 18px 18px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0.5;
  z-index: -1;
}
.sec_feature .feature_item_wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1px;
}
@media (max-width: 768px) {
  .sec_feature .feature_item_wrap {
    flex-direction: column;
  }
}
.sec_feature .feature_item_wrap .item {
  position: relative;
  text-align: center;
  padding: 1.6875rem 1.875rem;
  border: 1px solid #0A0A0A;
  border-radius: 6px;
  z-index: 1;
}
@media (max-width: 768px) {
  .sec_feature .feature_item_wrap .item {
    padding: 33px 30px;
    width: 100%;
  }
}
.sec_feature .feature_item_wrap .item .item_title_en {
  font-size: 0.875rem;
}
@media (max-width: 768px) {
  .sec_feature .feature_item_wrap .item .item_title_en {
    font-size: 10px;
  }
}
.sec_feature .feature_item_wrap .item .item_title_jp {
  font-size: 1.5rem;
  margin-bottom: 0.75rem;
}
@media (max-width: 768px) {
  .sec_feature .feature_item_wrap .item .item_title_jp {
    font-size: 20px;
    margin-bottom: 0;
  }
}
.sec_feature .feature_item_wrap .item .item_img {
  height: 50px;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
  margin-bottom: 1.875rem;
}
@media (max-width: 768px) {
  .sec_feature .feature_item_wrap .item .item_img {
    margin-bottom: 0;
  }
}
.sec_feature .feature_item_wrap .item .item_text {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  background-color: #F8F8F8;
  width: 18.375rem;
  height: 7.875rem;
  display: table-cell;
  vertical-align: middle;
  border-radius: 6px;
}
@media (max-width: 1150px) and (min-width: 769px) {
  .sec_feature .feature_item_wrap .item .item_text {
    width: 15.625rem;
  }
}
@media (max-width: 768px) {
  .sec_feature .feature_item_wrap .item .item_text {
    height: 112px;
    width: 100%;
    display: flex;
  }
}
.sec_feature .feature_item_wrap .item .item_bg_wh {
  position: absolute;
  width: 102%;
  height: 9.75rem;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  z-index: -1;
}
@media (max-width: 768px) {
  .sec_feature .feature_item_wrap .item .item_bg_wh {
    width: 78px;
    height: 253px;
  }
}
@media (max-width: 768px) {
  .sec_feature .feature_item_wrap .item .item_top_wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    justify-content: space-between;
    margin-bottom: 18px;
  }
}
.sec_feature .feature_item_wrap .item .item_top_wrap .item_title_wrap {
  text-align: left;
}
.sec_feature .feature_item_wrap .cross {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
}
.sec_feature .feature_bottom_text {
  font-size: 2rem;
  text-align: center;
  margin: 2.5rem 2.875rem;
  position: relative;
}
@media (max-width: 768px) {
  .sec_feature .feature_bottom_text {
    font-size: 22px;
    margin: 2.0625rem 0 0 0;
    line-height: 1.5;
  }
}
.sec_feature .feature_bottom_text::before, .sec_feature .feature_bottom_text::after {
  content: "";
  display: inline-block;
  background-image: url(../image/top-feature-l.webp);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  width: 8.375rem;
  height: 100%;
  position: absolute;
  top: -16px;
}
@media (max-width: 768px) {
  .sec_feature .feature_bottom_text::before, .sec_feature .feature_bottom_text::after {
    background-image: url(../image/top-feature-l-sp.png);
    width: 4.625rem;
    top: -0.3125rem;
  }
}
.sec_feature .feature_bottom_text::before {
  left: 15%;
}
@media (max-width: 768px) {
  .sec_feature .feature_bottom_text::before {
    left: 0;
  }
}
.sec_feature .feature_bottom_text::after {
  right: 15%;
  transform: scaleX(-1);
}
@media (max-width: 768px) {
  .sec_feature .feature_bottom_text::after {
    right: 0;
  }
}
@media (min-width: 769px) {
  .sec_feature .feature_bottom_text .u_sp {
    display: none;
  }
}
@media (max-width: 768px) {
  .sec_feature .btn {
    margin-top: 40px;
  }
}

.sec_case {
  padding-top: 5rem;
  padding-bottom: 11.875rem;
  background-color: #F8F8F8;
  width: calc(100% - 64px);
  margin: 0 auto;
  border-radius: 11px;
}
@media (max-width: 768px) {
  .sec_case {
    width: 100%;
    padding: 52px 0;
  }
}
.sec_case h2 span {
  color: #9F8362;
}
.sec_case .splide__slide .case_img {
  border-radius: 6px;
  display: block;
}
.sec_case .splide__slide .case_name {
  font-weight: 500;
  margin: 0.75rem 0 1.5rem;
}
@media (max-width: 768px) {
  .sec_case .splide__slide .case_name {
    font-size: 14px;
    margin: 12px 0 8px;
  }
}
.sec_case .splide__slide .case_text {
  font-size: 1.25rem;
  margin-bottom: 1.25rem;
}
@media (max-width: 768px) {
  .sec_case .splide__slide .case_text {
    font-size: 18px;
    margin-bottom: 11px;
  }
}
.sec_case .splide__slide .case_link {
  text-align: center;
  display: block;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .sec_case .splide__slide .case_link {
    font-size: 14px;
    text-align: left;
  }
}
.sec_case .splide__slide .case_link span {
  text-decoration: underline;
}
.sec_case .splide__slide .case_link::after {
  content: "";
  display: inline-block;
  background-image: url(../image/arrow-bk.svg);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  width: 8px;
  height: 14px;
  margin-left: 12px;
}
.sec_case .splide3 .splide__pagination_wrap {
  position: relative;
  height: 22px;
  background-color: #fff;
  width: 136px;
  border-radius: 11px;
  margin: 0 auto;
  margin-top: 2rem;
}
@media (max-width: 768px) {
  .sec_case .splide3 .splide__pagination_wrap {
    width: 100%;
    background-color: unset;
  }
}
.sec_case .splide3 .splide__pagination {
  bottom: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  gap: 8px;
}
@media (max-width: 768px) {
  .sec_case .splide3 .splide__pagination {
    background-color: #fff;
    padding: 7px 13px;
    border-radius: 11px;
  }
}
.sec_case .splide3 {
  /* 矢印共通のスタイル */
}
.sec_case .splide3 button {
  top: 2px;
}
.sec_case .splide3 .button::before {
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 6px;
  margin: 0;
  position: absolute;
  width: 6px;
  background-image: url(../image/slider-arrow.png);
}
.sec_case .splide3 {
  /* 前の矢印 */
}
.sec_case .splide3 .prev::before {
  left: 15px;
}
.sec_case .splide3 {
  /* 次の矢印 */
}
.sec_case .splide3 .next::before {
  transform: scaleX(-1);
  left: 120px;
}
.sec_case .splide3 .splide__arrows {
  position: absolute;
  top: 6px;
}
@media (max-width: 768px) {
  .sec_case .splide3 .splide__arrows {
    display: none;
  }
}

.sec_cta .cta_wrap {
  position: relative;
  top: -6.25rem;
  max-width: 904px;
  justify-content: space-between;
  border-radius: 11px;
  background-color: rgba(10, 10, 10, 0.8);
  background-image: radial-gradient(circle, rgba(245, 242, 240, 0.1490196078) 2px, transparent 2px);
  background-position: 0 0;
  background-size: 24px 24px;
  margin: 0 auto;
  padding: 3.3125rem 2.6875rem;
  align-items: center;
}
@media (max-width: 768px) {
  .sec_cta .cta_wrap {
    max-width: unset;
    width: 100vw;
    margin-left: calc(50% - 50vw);
    top: 0;
    border-radius: 0;
    padding: 40px 0;
  }
}
.sec_cta .cta_wrap h2 {
  margin: 0;
  line-height: 1.4;
  font-size: 1.8125rem;
  color: #fff;
  border-left: 9px solid #fff;
  padding-left: 1.0625rem;
}
@media (max-width: 768px) {
  .sec_cta .cta_wrap h2 {
    border-left: none;
    font-size: 22px;
    text-align: center;
    padding-left: 0;
    margin-bottom: 24px;
  }
}
.sec_cta .cta_wrap .cta_btn_wrap {
  gap: 13px;
}
.sec_cta .cta_wrap .cta_btn_wrap .contact_btn {
  background-color: #765d41;
  color: #fff;
  border: 1px solid #765d41;
}
@media (max-width: 768px) {
  .sec_cta .cta_wrap .cta_btn_wrap .contact_btn {
    margin-top: 14px;
  }
}
.sec_cta .cta_wrap .cta_btn_wrap .contact_btn::after {
  background-image: url(../image/arrow-wh.svg);
}
.sec_cta .cta_wrap .cta_btn_wrap .contact_btn span {
  border-right: 1px solid rgba(245, 242, 240, 0.2);
}

.sec_client .client_logo_wrap {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2.125rem 1.875rem;
  margin-bottom: 2rem;
}
@media (max-width: 768px) {
  .sec_client .client_logo_wrap {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    margin-bottom: 18px;
  }
}
.sec_client .client_logo_wrap li {
  border: 1px solid #f5f2f0;
  border-radius: 6px;
}

.sec_benefit h3 {
  margin-bottom: 5rem;
}
@media (max-width: 768px) {
  .sec_benefit h3 {
    margin-bottom: 32px;
  }
}
.sec_benefit h3 .cl-br {
  color: #9F8362;
}
.sec_benefit h3 .under-line {
  border-bottom: 1px solid #707070;
  line-height: 1.2;
}
.sec_benefit .client_content_wrap {
  display: flex;
  gap: 16px;
}
@media (max-width: 768px) {
  .sec_benefit .client_content_wrap {
    flex-direction: column;
  }
}
.sec_benefit .client_content_wrap .item_title {
  font-weight: 500;
  font-size: 1.375rem;
  text-align: center;
  margin-bottom: 16px;
}
@media (max-width: 768px) {
  .sec_benefit .client_content_wrap .item_title {
    font-size: 18px;
    margin-bottom: 11px;
  }
}
.sec_benefit .client_content_wrap .right-item .item_title {
  color: #9F8362;
  font-weight: bold;
}

.sec_work {
  padding: 6.875rem 0 0;
  background-color: #F8F8F8;
}
@media (max-width: 768px) {
  .sec_work {
    padding: 52px 0;
  }
}
.sec_work .work_flow_wrap {
  display: flex;
}
@media (max-width: 768px) {
  .sec_work .work_flow_wrap {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    overflow-x: auto;
    overflow-y: hidden;
    display: flex;
    scroll-snap-type: x mandatory;
    /* スクロール位置をスナップ */
    -webkit-overflow-scrolling: touch;
    /* iOS慣性スクロール */
    padding-left: 20px;
  }
}
@media (max-width: 768px) {
  .sec_work .item {
    min-width: 223px;
  }
}
.sec_work .item .number {
  font-size: 14px;
}
.sec_work .item_box {
  border-left: 1px dashed #707070;
  padding: 15px 12px 10px;
}
.sec_work .item_box .item_title_en {
  font-size: 0.875rem;
}
@media (max-width: 768px) {
  .sec_work .item_box .item_title_en {
    font-size: 14px;
  }
}
.sec_work .item_box .item_text {
  margin: 0 10px;
  font-weight: 500;
  font-size: 0.8125rem;
}
@media (max-width: 768px) {
  .sec_work .item_box .item_text {
    font-size: 13px;
  }
}
.sec_work .item_box .item_title_jp {
  margin: 1.875rem 10px 0.875rem;
  font-weight: 500;
  font-size: 1.125rem;
}
@media (max-width: 768px) {
  .sec_work .item_box .item_title_jp {
    margin: 30px 10px 14px;
    font-weight: 500;
    font-size: 18px;
  }
}
.sec_work .sec_flow_line {
  position: relative;
}
.sec_work .sec_flow_line span {
  width: 100%;
  height: 1px;
  background-color: #0A0A0A;
  position: absolute;
  top: 14.375rem;
}
@media (max-width: 1000px) and (min-width: 769px) {
  .sec_work .sec_flow_line span {
    top: 15.625rem;
  }
}
@media (max-width: 768px) {
  .sec_work .sec_flow_line span {
    top: 190px;
  }
}
.sec_work .work_flow_content {
  padding: 5.625rem 3.75rem 6.875rem;
  border: 1px solid #0A0A0A;
  border-bottom: none;
  border-radius: 45px 45px 0 0;
  position: relative;
  margin-top: 5.625rem;
}
@media (max-width: 768px) {
  .sec_work .work_flow_content {
    padding: 58px 20px 50px;
  }
}
.sec_work .work_flow_content .content_title {
  position: absolute;
  left: 50%;
  top: -1.5625rem;
  transform: translateX(-50%);
  padding: 0 3.125rem;
  background-color: #F8F8F8;
  z-index: 1;
  font-size: 1.75rem;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .sec_work .work_flow_content .content_title {
    font-size: 18px;
    padding: 0 23px;
    text-align: center;
  }
}
.sec_work .work_flow_content .work_flow_items {
  gap: 2.375rem;
}
.sec_work .work_flow_content .work_flow_items .item {
  margin-bottom: 20px;
}
.sec_work .work_flow_content .work_flow_items .item_title {
  margin-bottom: 1.4375rem;
  color: #9F8362;
  font-size: 1.25rem;
}
@media (max-width: 768px) {
  .sec_work .work_flow_content .work_flow_items .item_title {
    text-align: center;
    font-size: 20px;
    margin-bottom: 17px;
  }
}
.sec_work .work_flow_content .work_flow_items .item_text {
  font-weight: 500;
}

.sec_contact {
  margin-top: 6.875rem;
}
@media (max-width: 768px) {
  .sec_contact {
    margin-top: -52px;
  }
}
.sec_contact .inner {
  max-width: 904px;
  border-radius: 11px;
  background-color: rgba(10, 10, 10, 0.8);
  background-image: radial-gradient(circle, rgba(245, 242, 240, 0.1490196078) 2px, transparent 2px);
  background-position: 0 0;
  background-size: 24px 24px;
  margin: 0 auto;
  color: #fff;
  text-align: center;
  padding: 2.9375rem 0 2.0625rem;
}
@media (max-width: 768px) {
  .sec_contact .inner {
    width: 100vw;
    border-radius: 0;
    margin-left: calc(50% - 50vw);
    padding: 48px 0;
  }
}
.sec_contact .inner .sec_title_en {
  color: #fff;
  margin: 0 auto;
}
.sec_contact .inner .sec_title_jp {
  line-height: 1.4090909091;
  font-size: 1.375rem;
  margin-bottom: 2.9375rem;
}
@media (max-width: 768px) {
  .sec_contact .inner .sec_title_jp {
    font-size: 22px;
    margin-bottom: 24px;
  }
}
.sec_contact .inner .contact_content {
  gap: 1.75rem;
  justify-content: center;
  margin-bottom: 2.6875rem;
}
@media (max-width: 768px) {
  .sec_contact .inner .contact_content {
    margin-bottom: 33px;
  }
}
.sec_contact .inner .contact_content .content_left {
  width: 20rem;
}
@media (max-width: 768px) {
  .sec_contact .inner .contact_content .content_left {
    width: 100%;
    padding: 0 20px;
  }
}
@media (max-width: 768px) {
  .sec_contact .inner .contact_content .content_right {
    margin-top: 23px;
  }
}
.sec_contact .inner .contact_content .content_right .content_right-wrap {
  gap: 1.75rem;
  padding-bottom: 1.75rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
@media (max-width: 768px) {
  .sec_contact .inner .contact_content .content_right .content_right-wrap {
    padding-bottom: 31px;
  }
}
@media (max-width: 768px) {
  .sec_contact .inner .contact_content .content_right .content_right-wrap .content_right_item {
    margin-top: 20px;
  }
}
.sec_contact .inner .contact_content .content_right .content_right-wrap .content_right_item .item_text {
  font-size: 0.875rem;
  margin-bottom: 1rem;
}
@media (max-width: 768px) {
  .sec_contact .inner .contact_content .content_right .content_right-wrap .content_right_item .item_text {
    margin-bottom: 0;
    font-size: 14px;
  }
}
.sec_contact .inner .contact_content .content_right .content_right-wrap .content_right_item .tel_link {
  font-size: 1.875rem;
  line-height: 1;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .sec_contact .inner .contact_content .content_right .content_right-wrap .content_right_item .tel_link {
    justify-content: center;
    margin-top: 5px;
    font-size: 30px;
  }
}
.sec_contact .inner .contact_content .content_right .content_right-wrap .content_right_item .tel_link::before {
  content: "";
  display: inline-block;
  background-image: url(../image/icon-tel.png);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  width: 0.875rem;
  height: 1.3125rem;
  margin-right: 8px;
}
@media (max-width: 768px) {
  .sec_contact .inner .contact_content .content_right .content_right-wrap .content_right_item .tel_link::before {
    width: 14px;
    height: 21px;
  }
}
.sec_contact .inner .contact_content .content_right .content_right-wrap .content_right_item .tel_text {
  font-size: 0.75rem;
}
@media (max-width: 768px) {
  .sec_contact .inner .contact_content .content_right .content_right-wrap .content_right_item .tel_text {
    font-size: 12px;
  }
}
.sec_contact .inner .contact_content .content_right .content_right-wrap .content_right_item .btn {
  background-color: #765d41;
  border: 1px solid #765d41;
}
.sec_contact .inner .contact_content .content_right .content_right-wrap .content_right_item .btn::after {
  background-image: url(../image/arrow-wh.svg);
}
.sec_contact .inner .contact_content .content_right .content-right_text {
  font-size: 0.875rem;
  margin: 1.5rem 0 1rem;
}
@media (max-width: 768px) {
  .sec_contact .inner .contact_content .content_right .content-right_text {
    font-size: 14px;
    margin: 24px 0 12px;
  }
}
.sec_contact .inner .contact_content .content_right .download_btn {
  color: #0A0A0A;
}
.sec_contact .inner .splide4 {
  background-color: #fff;
}

.sec_column .sec_title_en {
  margin: 0 auto;
}
.sec_column .sec_title_jp {
  text-align: center;
}
.sec_column .column_content {
  gap: 16px;
  margin-bottom: 2rem;
}
@media (max-width: 768px) {
  .sec_column .column_content {
    margin-bottom: 10px;
  }
}
@media (max-width: 768px) {
  .sec_column .column_content .column_item {
    display: flex;
    gap: 16px;
    margin-bottom: 15px;
  }
}
@media (max-width: 768px) {
  .sec_column .column_content .column_item img {
    width: 120px;
    border-radius: 6px;
    height: 78px;
  }
}
.sec_column .column_content .column_category {
  font-weight: 500;
  margin: 1.5rem 0 0.625rem;
}
@media (max-width: 768px) {
  .sec_column .column_content .column_category {
    margin: 0;
    font-size: 12px;
  }
}
.sec_column .column_content .column_title {
  font-size: 1.25rem;
  text-align: left;
  line-height: 1.75;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .sec_column .column_content .column_title {
    font-size: 14px;
    line-height: 1.4285714286;
  }
}

.sec_news {
  padding-top: 6.875rem;
  background-color: #F8F8F8;
}
@media (max-width: 768px) {
  .sec_news {
    padding-top: 68px;
  }
}
.sec_news .sec_title_en {
  margin: 0 auto;
}
.sec_news .sec_title_jp {
  text-align: center;
}
.sec_news .news_content {
  margin-bottom: 1.625rem;
}
@media (max-width: 768px) {
  .sec_news .news_content {
    margin-bottom: 20px;
  }
}
.sec_news .news_content .news_item {
  align-items: center;
  background-color: #fff;
  width: 100%;
  padding: 0.9375rem 1.5rem;
  border-radius: 6px;
  margin-bottom: 6px;
  font-weight: 500;
}
.sec_news .news_content .news_item .news_text_wrap {
  display: flex;
}
.sec_news .news_content .news_item .news_date {
  position: relative;
  top: 1px;
}
@media (max-width: 768px) {
  .sec_news .news_content .news_item .news_date {
    font-size: 14px;
  }
}
.sec_news .news_content .news_item .news_date span {
  font-size: 0.75rem;
}
@media (max-width: 768px) {
  .sec_news .news_content .news_item .news_date span {
    font-size: 10px;
  }
}
.sec_news .news_content .news_item .news_category {
  margin: 0 1.25rem;
}
@media (max-width: 768px) {
  .sec_news .news_content .news_item .news_category {
    font-size: 12px;
  }
}
.sec_news .news_content .news_item .news_title span {
  margin-right: 1.25rem;
  position: relative;
  top: -1px;
}

.p-company .overview_wrap {
  justify-content: space-between;
}
.p-company .overview_wrap .col_overview01,
.p-company .overview_wrap .col_overview02 {
  width: 48%;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .p-company .overview_wrap .col_overview01,
  .p-company .overview_wrap .col_overview02 {
    width: 100%;
  }
}
.p-company .overview_wrap .overview_item {
  position: relative;
  padding: 1.5625rem 0;
  border-bottom: 1px solid rgba(112, 112, 112, 0.2);
}
@media (max-width: 768px) {
  .p-company .overview_wrap .overview_item {
    padding: 20px 0;
  }
}
.p-company .overview_wrap .overview_item dt {
  width: 11.375rem;
  flex-shrink: 0;
  font-size: 16px;
}
@media (max-width: 768px) {
  .p-company .overview_wrap .overview_item dt {
    width: 100%;
  }
}
.p-company .overview_wrap .overview_item dd {
  font-size: 16px;
}
.p-company .overview_wrap .overview_item dd ._ico {
  margin-left: 5px;
}
.p-company .overview_wrap .overview_item::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  display: block;
  width: 11.375rem;
  height: 1px;
  background-color: #0A0A0A;
}
@media (max-width: 768px) {
  .p-company .overview_wrap .overview_item::after {
    width: 6.25rem;
  }
}
.p-company .overview_wrap .overview_item_map a {
  display: flex;
  align-items: center;
  text-decoration: underline;
}
.p-company .overview_wrap .overview_item_map .overview_arrow {
  width: 8px;
  height: 14px;
  margin-left: 5px;
}/*# sourceMappingURL=style.css.map */