@charset "UTF-8";
/*=================================================
Reset
================================================= */
html, body, header, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  font: inherit;
  font-size: 100%;
  line-height: 1;
  vertical-align: baseline;
  border: 0;
  margin: 0;
  padding: 0;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  font-size: 16px;
  line-height: 1;
  background: #402918;
  position: relative;
}
body.error {
  background: #fff;
}

ol, ul, li {
  list-style: none;
}

a {
  text-decoration: none;
}

p {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1rem;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  p {
    font-size: 0.9375rem;
  }
}

img {
  width: 100%;
  height: auto;
}

/*=================================================
header
================================================= */
.l-header {
  width: 100%;
  height: 100px;
  padding: 30px 40px 30px 80px;
  box-sizing: border-box;
  position: absolute;
  z-index: 5;
  transition: all 0.3s;
}
@media screen and (max-width: 1024px) {
  .l-header {
    padding: 30px 18px 30px 16px;
  }
}
@media screen and (max-width: 768px) {
  .l-header {
    padding: 14px 18px 14px 16px;
  }
}
.l-header .l-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.l-header .l-header__inner .l-header-logo {
  position: relative;
  z-index: 6;
}
.l-header .l-header__inner .l-header-logo .l-header-logo__link {
  width: 174px;
  aspect-ratio: 87/18;
  display: block;
  transition: all 0.3s;
}
.l-header .l-header__inner .l-header-logo .l-header-logo__link:hover {
  opacity: 0.7;
}
.l-header .l-header__inner .l-header__r .l-header__toggle {
  display: none;
  width: 36px;
  height: 36px;
  position: relative;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .l-header .l-header__inner .l-header__r .l-header__toggle {
    display: block;
    z-index: 6;
  }
}
.l-header .l-header__inner .l-header__r .l-header__toggle .l-header__toggle-border {
  width: 36px;
  height: 2px;
  background: #D1AC64;
  position: absolute;
  left: 0;
  transition: all 0.3s;
}
.l-header .l-header__inner .l-header__r .l-header__toggle .l-header__toggle-border:first-of-type {
  top: 5px;
}
.l-header .l-header__inner .l-header__r .l-header__toggle .l-header__toggle-border:nth-of-type(2) {
  top: 15px;
}
.l-header .l-header__inner .l-header__r .l-header__toggle .l-header__toggle-border:last-of-type {
  width: 16px;
  bottom: 8px;
}
.l-header .l-header__inner .l-header__r .l-header__toggle.open .l-header__toggle-border:first-of-type {
  top: 15px;
  transform: rotate(45deg);
}
.l-header .l-header__inner .l-header__r .l-header__toggle.open .l-header__toggle-border:nth-of-type(2) {
  opacity: 0;
  visibility: hidden;
}
.l-header .l-header__inner .l-header__r .l-header__toggle.open .l-header__toggle-border:last-of-type {
  width: 36px;
  top: 15px;
  transform: rotate(-45deg);
}
@media screen and (max-width: 768px) {
  .l-header .l-header__inner .l-header__r .l-header__nav {
    display: none;
  }
}
.l-header .l-header__inner .l-header__r .l-header__nav .l-gmenu {
  display: flex;
  align-items: center;
}
.l-header .l-header__inner .l-header__r .l-header__nav .l-gmenu .l-gmenu__list {
  margin-right: 40px;
}
@media screen and (max-width: 1024px) {
  .l-header .l-header__inner .l-header__r .l-header__nav .l-gmenu .l-gmenu__list {
    margin-right: 25px;
  }
}
.l-header .l-header__inner .l-header__r .l-header__nav .l-gmenu .l-gmenu__list .l-gmenu__link {
  font-family: "Aboreto", system-ui;
  font-size: clamp(0.875rem, 0.71rem + 0.26vw, 1rem);
  color: #fff;
  padding: 0 2px;
  transition: 0.3s all;
}
.l-header .l-header__inner .l-header__r .l-header__nav .l-gmenu .l-gmenu__list .l-gmenu__link:hover {
  background: #D1AC64;
  color: #393939;
}
.l-header .l-header__inner .l-header__r .l-header__nav .l-gmenu .l-gmenu__list:nth-last-of-type(2) {
  margin-right: 48px;
}
.l-header .l-header__inner .l-header__r .l-header__nav .l-gmenu .l-gmenu__list:last-of-type {
  margin-right: 0;
}
.l-header .l-header__inner .l-header__r .l-header__nav .l-gmenu .l-gmenu__list:last-of-type .l-gmenu__link {
  font-size: clamp(0.875rem, 0.782rem + 0.19vw, 1rem);
  width: 150px;
  aspect-ratio: 15/4;
  border: 1px solid #f4f4f4;
  border-radius: 80px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.l-header .l-header__inner .l-header__r .l-header__nav .l-gmenu .l-gmenu__list:last-of-type .l-gmenu__link::before {
  content: "";
  border-color: transparent;
  background: #F4E2A4;
  background: linear-gradient(90deg, rgb(244, 226, 164) 0%, rgb(209, 172, 100) 100%);
  border-radius: 80px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  transition: 0.3s all;
  opacity: 0;
}
.l-header .l-header__inner .l-header__r .l-header__nav .l-gmenu .l-gmenu__list:last-of-type .l-gmenu__link:hover {
  border: 1px solid transparent;
  background: transparent;
}
.l-header .l-header__inner .l-header__r .l-header__nav .l-gmenu .l-gmenu__list:last-of-type .l-gmenu__link:hover::before {
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .l-header .l-header__inner .l-header__r .l-header__nav.open {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    z-index: 5;
  }
}
@media screen and (max-width: 768px) {
  .l-header .l-header__inner .l-header__r .l-header__nav.open .l-gmenu {
    padding-top: 105px;
    flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  .l-header .l-header__inner .l-header__r .l-header__nav.open .l-gmenu .l-gmenu__list {
    width: 90%;
    margin: 0 auto;
    padding: 20px 0;
    border-bottom: 1px solid #D1AC64;
  }
}
@media screen and (max-width: 768px) {
  .l-header .l-header__inner .l-header__r .l-header__nav.open .l-gmenu .l-gmenu__list .l-gmenu__link {
    font-size: 1.5rem;
    background: linear-gradient(90deg, #f4e2a4 0%, #d1ac64 100%);
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
  }
}
@media screen and (max-width: 768px) {
  .l-header .l-header__inner .l-header__r .l-header__nav.open .l-gmenu .l-gmenu__list .l-gmenu__link .l-gmenu__link-spl {
    font-size: 3rem;
  }
}
@media screen and (max-width: 768px) {
  .l-header .l-header__inner .l-header__r .l-header__nav.open .l-gmenu .l-gmenu__list .l-gmenu__link::after {
    color: #fff;
    -webkit-text-fill-color: #fff !important;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 0.9375rem;
    margin-left: auto;
  }
}
@media screen and (max-width: 768px) {
  .l-header .l-header__inner .l-header__r .l-header__nav.open .l-gmenu .l-gmenu__list:first-of-type .l-gmenu__link::after {
    content: "会社概要";
  }
}
@media screen and (max-width: 768px) {
  .l-header .l-header__inner .l-header__r .l-header__nav.open .l-gmenu .l-gmenu__list:nth-of-type(2) .l-gmenu__link::after {
    content: "事業内容";
  }
}
@media screen and (max-width: 768px) {
  .l-header .l-header__inner .l-header__r .l-header__nav.open .l-gmenu .l-gmenu__list:nth-of-type(3) .l-gmenu__link::after {
    content: "実績";
  }
}
@media screen and (max-width: 768px) {
  .l-header .l-header__inner .l-header__r .l-header__nav.open .l-gmenu .l-gmenu__list:nth-of-type(4) .l-gmenu__link::after {
    content: "選ばれる理由";
  }
}
@media screen and (max-width: 768px) {
  .l-header .l-header__inner .l-header__r .l-header__nav.open .l-gmenu .l-gmenu__list:last-of-type .l-gmenu__link {
    background: linear-gradient(90deg, #f4e2a4 0%, #d1ac64 100%);
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    border-radius: unset;
    border: none;
    width: 100%;
    aspect-ratio: unset;
  }
}
@media screen and (max-width: 768px) {
  .l-header .l-header__inner .l-header__r .l-header__nav.open .l-gmenu .l-gmenu__list:last-of-type .l-gmenu__link::before {
    content: none;
  }
}
@media screen and (max-width: 768px) {
  .l-header .l-header__inner .l-header__r .l-header__nav.open .l-gmenu .l-gmenu__list:last-of-type .l-gmenu__link::after {
    content: "お問い合わせ";
  }
}
.l-header.is-fix {
  background: #000;
  position: fixed;
  height: 72px;
  padding: 17px 40px 17px 80px;
}
@media screen and (max-width: 1024px) {
  .l-header.is-fix {
    padding: 17px 18px 17px 16px;
  }
}
@media screen and (max-width: 768px) {
  .l-header.is-fix {
    padding: 14px 18px 14px 16px;
    height: 65px;
  }
}

/*=================================================
common
================================================= */
.__ttl {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.__ttl .__en {
  font-family: "Aboreto", system-ui;
  font-size: 1.75rem;
  font-weight: 400;
  background: linear-gradient(90deg, #f4e2a4 0%, #d1ac64 100%);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
}
.__ttl .__en .en_f {
  font-size: 3rem;
}
.__ttl .__ja {
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .__ttl .__ja {
    padding-left: 30px;
  }
}

.zk__txt {
  font-family: "Zen Kaku Gothic New", sans-serif;
}

.t-wrap {
  background: #402918;
  /* start.c-index-visual */
  /* end.c-index-visual */
  /* start.c-index-about */
  /* end.c-index-about */
  /* start.c-index-service */
  /* end.c-index-service */
  /* start.c-index-works */
  /* end.c-index-works */
  /* start.c-index-complete */
  /* end.c-index-complete */
  /* start.c-index-contact */
  /* end.c-index-works */
}
.t-wrap .c-index-visual {
  width: 100%;
  height: 100svh;
  background: #000;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .t-wrap .c-index-visual {
    height: auto;
  }
}
.t-wrap .c-index-visual .c-index-visual__inner {
  height: 100%;
  position: relative;
  display: flex;
}
@media screen and (max-width: 768px) {
  .t-wrap .c-index-visual .c-index-visual__inner {
    height: 485px;
    flex-direction: column;
  }
}
.t-wrap .c-index-visual .c-index-visual__inner .c-index-visual__slide {
  width: calc(100% - 80px);
  border-bottom-right-radius: 80px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .t-wrap .c-index-visual .c-index-visual__inner .c-index-visual__slide {
    width: 100%;
  }
}
.t-wrap .c-index-visual .c-index-visual__inner .c-index-visual__slide .slick-list {
  z-index: 1;
}
.t-wrap .c-index-visual .c-index-visual__inner .c-index-visual__slide .c-index-visual__sitem .c-index-visual__sitem-pic .c-index-visual__img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100svh;
}
@media screen and (max-width: 768px) {
  .t-wrap .c-index-visual .c-index-visual__inner .c-index-visual__slide .c-index-visual__sitem .c-index-visual__sitem-pic .c-index-visual__img {
    height: 485px;
  }
}
.t-wrap .c-index-visual .c-index-visual__inner .c-index-visual__slide::before {
  content: "";
  width: 100%;
  height: 100%;
  background: url(../img/common/dots.svg) repeat;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}
.t-wrap .c-index-visual .c-index-visual__inner .c-index-visual__slide::after {
  content: "";
  width: 100%;
  height: 100%;
  background: #fff;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}
.t-wrap .c-index-visual .c-index-visual__inner .c-index-visual__catch {
  margin: auto;
  position: absolute;
  left: 120px;
  top: 0;
  bottom: 0;
  z-index: 4;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .t-wrap .c-index-visual .c-index-visual__inner .c-index-visual__catch {
    left: 0;
    right: 0;
    top: -64px;
    bottom: 0;
    justify-content: center;
  }
}
.t-wrap .c-index-visual .c-index-visual__inner .c-index-visual__catch .c-index-visual__catch-inner {
  font-family: "Aboreto", system-ui;
  font-size: 4rem;
  background: linear-gradient(90deg, #f4e2a4 0%, #d1ac64 100%);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .t-wrap .c-index-visual .c-index-visual__inner .c-index-visual__catch .c-index-visual__catch-inner {
    font-size: 3rem;
  }
}
.t-wrap .c-index-visual .c-index-visual__inner .c-index-visual__catch .c-index-visual__catch-inner .c-index-visual__catch-l {
  font-size: 5rem;
}
@media screen and (max-width: 768px) {
  .t-wrap .c-index-visual .c-index-visual__inner .c-index-visual__catch .c-index-visual__catch-inner .c-index-visual__catch-l {
    font-size: 4rem;
  }
}
.t-wrap .c-index-visual .c-index-visual__inner .c-index-visual__number {
  width: 80px;
  height: 100%;
  position: relative;
}
@media screen and (max-width: 768px) {
  .t-wrap .c-index-visual .c-index-visual__inner .c-index-visual__number {
    width: 100%;
    height: 40px;
    margin: 12px 0;
  }
}
.t-wrap .c-index-visual .c-index-visual__inner .c-index-visual__number .c-index-visual__count {
  width: 44px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 8px;
}
@media screen and (max-width: 768px) {
  .t-wrap .c-index-visual .c-index-visual__inner .c-index-visual__number .c-index-visual__count {
    margin: 0 0 0 auto;
    position: unset;
  }
}
.t-wrap .c-index-visual .c-index-visual__inner .c-index-visual__number .c-index-visual__count .now_count {
  font-family: "Roboto", sans-serif;
  font-size: 0.875rem;
  color: #fff;
  order: 0;
}
.t-wrap .c-index-visual .c-index-visual__inner .c-index-visual__number .c-index-visual__count .now_count::before {
  content: "0";
}
.t-wrap .c-index-visual .c-index-visual__inner .c-index-visual__number .c-index-visual__count .all_count {
  font-family: "Roboto", sans-serif;
  font-size: 0.875rem;
  color: #fff;
  order: 2;
}
.t-wrap .c-index-visual .c-index-visual__inner .c-index-visual__number .c-index-visual__count .all_count::before {
  content: "0";
}
.t-wrap .c-index-visual .c-index-visual__inner .c-index-visual__number .c-index-visual__count::before {
  content: "";
  width: 100%;
  height: 1px;
  background: #D1AC64;
  order: 1;
}
.t-wrap .c-index-visual .c-index-visual__inner .c-index-visual__scroll {
  font-family: "Aboreto", system-ui;
  font-size: 1.125rem;
  writing-mode: vertical-lr;
  color: #fff;
  position: absolute;
  bottom: 0;
  right: 33px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 4px;
}
@media screen and (max-width: 768px) {
  .t-wrap .c-index-visual .c-index-visual__inner .c-index-visual__scroll {
    writing-mode: unset;
    left: 15px;
    bottom: 10px;
  }
}
.t-wrap .c-index-visual .c-index-visual__inner .c-index-visual__scroll::after {
  content: "";
  width: 1px;
  height: 24px;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .t-wrap .c-index-visual .c-index-visual__inner .c-index-visual__scroll::after {
    width: 24px;
    height: 1px;
  }
}
.t-wrap .c-index-about {
  position: relative;
}
.t-wrap .c-index-about::before {
  content: "";
  width: 100%;
  height: 360px;
  background: rgba(0, 0, 0, 0);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 100%);
  position: absolute;
  left: 0;
  right: 0;
}
@media screen and (max-width: 768px) {
  .t-wrap .c-index-about::before {
    height: 100px;
  }
}
.t-wrap .c-index-about::after {
  content: "";
  width: min(1280px, 100%);
  aspect-ratio: 16/11;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/index/bg_about.png) no-repeat center/100%;
}
@media screen and (max-width: 768px) {
  .t-wrap .c-index-about::after {
    background: url(../img/index/bg_about.png) no-repeat left center/90%;
  }
}
.t-wrap .c-index-about .c-index-about__inner {
  width: min(1280px, 90%);
  margin: 0 auto 240px;
}
@media screen and (max-width: 768px) {
  .t-wrap .c-index-about .c-index-about__inner {
    margin: 0 auto 65px;
  }
}
.t-wrap .c-index-about .c-index-about__inner .c-index-about__catch {
  width: 56%;
  padding: 240px 0 80px;
  margin-left: auto;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .t-wrap .c-index-about .c-index-about__inner .c-index-about__catch {
    width: 100%;
    padding: 240px 0 48px;
  }
}
.t-wrap .c-index-about .c-index-about__inner .c-index-about__catch .ttl_h1 {
  font-family: "Zen Old Mincho", serif;
  font-size: clamp(2.25rem, 0.75rem + 2vw, 3rem);
  line-height: 2;
  color: #fff;
  margin-bottom: 60px;
}
@media screen and (max-width: 1024px) {
  .t-wrap .c-index-about .c-index-about__inner .c-index-about__catch .ttl_h1 {
    font-size: clamp(1.5rem, -0.75rem + 4.69vw, 2.25rem);
    margin-bottom: 40px;
  }
}
.t-wrap .c-index-about .c-index-about__inner .c-index-about__catch .ttl_h1 .ttl_h1__main {
  font-family: "Aboreto", system-ui;
  font-size: clamp(3rem, 1rem + 2.67vw, 4rem);
  background: linear-gradient(90deg, #f4e2a4 0%, #d1ac64 100%);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 1024px) {
  .t-wrap .c-index-about .c-index-about__inner .c-index-about__catch .ttl_h1 .ttl_h1__main {
    font-size: clamp(2rem, -1rem + 6.25vw, 3rem);
  }
}
.t-wrap .c-index-about .c-index-about__inner .c-index-about__catch .c-index-about__txt {
  line-height: 2;
  color: #fff;
  padding-left: 64px;
}
@media screen and (max-width: 1024px) {
  .t-wrap .c-index-about .c-index-about__inner .c-index-about__catch .c-index-about__txt {
    padding-left: 25px;
  }
}
.t-wrap .c-index-about .c-index-about__inner .c-index-about__box {
  background: #402918;
  padding: 40px;
  box-sizing: border-box;
  border: 1px solid #D1AC64;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .t-wrap .c-index-about .c-index-about__inner .c-index-about__box {
    padding: 20px;
  }
}
.t-wrap .c-index-about .c-index-about__inner .c-index-about__box .c-index-about__boxinner .__ttl {
  margin-bottom: 45px;
}
@media screen and (max-width: 768px) {
  .t-wrap .c-index-about .c-index-about__inner .c-index-about__box .c-index-about__boxinner .__ttl {
    margin-bottom: 30px;
  }
}
.t-wrap .c-index-about .c-index-about__inner .c-index-about__box .c-index-about__boxinner .c-index-about__tablewrap {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .t-wrap .c-index-about .c-index-about__inner .c-index-about__box .c-index-about__boxinner .c-index-about__tablewrap {
    flex-direction: column;
  }
}
.t-wrap .c-index-about .c-index-about__inner .c-index-about__box .c-index-about__boxinner .c-index-about__tablewrap .c-index-about__table {
  width: 48%;
}
@media screen and (max-width: 768px) {
  .t-wrap .c-index-about .c-index-about__inner .c-index-about__box .c-index-about__boxinner .c-index-about__tablewrap .c-index-about__table {
    width: 100%;
  }
}
.t-wrap .c-index-about .c-index-about__inner .c-index-about__box .c-index-about__boxinner .c-index-about__tablewrap .c-index-about__table .c-index-about__tableinner {
  display: flex;
  align-items: stretch;
  position: relative;
}
@media screen and (max-width: 768px) {
  .t-wrap .c-index-about .c-index-about__inner .c-index-about__box .c-index-about__boxinner .c-index-about__tablewrap .c-index-about__table .c-index-about__tableinner {
    flex-direction: column;
    border-bottom: 1px dotted #D1AC64;
  }
}
.t-wrap .c-index-about .c-index-about__inner .c-index-about__box .c-index-about__boxinner .c-index-about__tablewrap .c-index-about__table .c-index-about__tableinner .c-index-about__tbttl {
  font-family: "Noto Sans JP", sans-serif;
  color: #D1AC64;
  width: 140px;
  padding: 24px 0;
  box-sizing: border-box;
  border-bottom: 1px solid #D1AC64;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .t-wrap .c-index-about .c-index-about__inner .c-index-about__box .c-index-about__boxinner .c-index-about__tablewrap .c-index-about__table .c-index-about__tableinner .c-index-about__tbttl {
    width: 100px;
  }
}
@media screen and (max-width: 768px) {
  .t-wrap .c-index-about .c-index-about__inner .c-index-about__box .c-index-about__boxinner .c-index-about__tablewrap .c-index-about__table .c-index-about__tableinner .c-index-about__tbttl {
    padding: 24px 0;
    border-bottom: none;
  }
}
.t-wrap .c-index-about .c-index-about__inner .c-index-about__box .c-index-about__boxinner .c-index-about__tablewrap .c-index-about__table .c-index-about__tableinner .c-index-about__tbtxt {
  font-family: "Noto Sans JP", sans-serif;
  line-height: 2;
  width: calc(100% - 140px);
  padding: 24px 0;
  color: #fff;
  box-sizing: border-box;
  border-bottom: 1px dotted #D1AC64;
}
@media screen and (max-width: 1024px) {
  .t-wrap .c-index-about .c-index-about__inner .c-index-about__box .c-index-about__boxinner .c-index-about__tablewrap .c-index-about__table .c-index-about__tableinner .c-index-about__tbtxt {
    width: calc(100% - 100px);
  }
}
@media screen and (max-width: 768px) {
  .t-wrap .c-index-about .c-index-about__inner .c-index-about__box .c-index-about__boxinner .c-index-about__tablewrap .c-index-about__table .c-index-about__tableinner .c-index-about__tbtxt {
    font-size: 0.9375rem;
    width: 100%;
    padding: 0 0 24px;
    border-bottom: none;
  }
}
@media screen and (max-width: 768px) {
  .t-wrap .c-index-about .c-index-about__inner .c-index-about__box .c-index-about__boxinner .c-index-about__tablewrap .c-index-about__table .c-index-about__tableinner::after {
    content: "";
    width: 67px;
    height: 1px;
    background: #D1AC64;
    position: absolute;
    bottom: -1px;
    left: 0;
  }
}
.t-wrap .c-index-about .c-index-about__inner .c-index-about__box::after {
  content: "";
  width: 2px;
  height: 80px;
  background: #D1AC64;
  position: absolute;
  bottom: -80px;
  right: 0;
  left: 0;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .t-wrap .c-index-about .c-index-about__inner .c-index-about__box::after {
    height: 40px;
    bottom: -40px;
  }
}
.t-wrap .c-index-service .c-index-service__inner {
  position: relative;
}
.t-wrap .c-index-service .c-index-service__inner::before {
  content: "";
  width: min(1280px, 100%);
  background: url(../img/index/bg_service.png) no-repeat center/cover;
  aspect-ratio: 640/427;
  position: absolute;
  top: -480px;
  right: 0;
  z-index: -1;
}
.t-wrap .c-index-service .c-index-service__inner .c-index-service__catch {
  width: min(1280px, 90%);
  margin: 0 auto 80px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .t-wrap .c-index-service .c-index-service__inner .c-index-service__catch {
    margin: 0 auto 45px;
    flex-direction: column;
    gap: 30px;
  }
}
.t-wrap .c-index-service .c-index-service__inner .c-index-service__catch .__ttl {
  text-align: center;
  width: 130px;
}
.t-wrap .c-index-service .c-index-service__inner .c-index-service__catch .c-index-service__txt {
  font-family: "Zen Old Mincho", serif;
  font-size: clamp(1.25rem, 0.25rem + 1.33vw, 1.75rem);
  line-height: 2;
  color: #fff;
}
@media screen and (max-width: 1024px) {
  .t-wrap .c-index-service .c-index-service__inner .c-index-service__catch .c-index-service__txt {
    font-size: clamp(1rem, 0.25rem + 1.56vw, 1.25rem);
  }
}
@media screen and (max-width: 768px) {
  .t-wrap .c-index-service .c-index-service__inner .c-index-service__catch .c-index-service__txt {
    font-size: 1.25rem;
  }
}
.t-wrap .c-index-service .c-index-service__inner .c-index-service__contents {
  width: min(1840px, 90%);
  margin: 0 auto 240px;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 5px;
}
@media screen and (max-width: 768px) {
  .t-wrap .c-index-service .c-index-service__inner .c-index-service__contents {
    margin: 0 auto 100px;
    flex-direction: column;
  }
}
.t-wrap .c-index-service .c-index-service__inner .c-index-service__contents .c-index-service__list {
  width: calc(33.3333333333% - 3.3333333333px);
  position: relative;
}
@media screen and (max-width: 768px) {
  .t-wrap .c-index-service .c-index-service__inner .c-index-service__contents .c-index-service__list {
    width: 100%;
  }
}
.t-wrap .c-index-service .c-index-service__inner .c-index-service__contents .c-index-service__list::before {
  content: "";
  width: 100%;
  height: 100%;
  background: url(../img/common/dots.svg) repeat;
  position: absolute;
}
.t-wrap .c-index-service .c-index-service__inner .c-index-service__contents .c-index-service__list .c-index-service__list-inner {
  padding: 40px;
  box-sizing: border-box;
  position: relative;
}
@media screen and (max-width: 768px) {
  .t-wrap .c-index-service .c-index-service__inner .c-index-service__contents .c-index-service__list .c-index-service__list-inner {
    height: auto;
    padding: 20px 20px 80px;
  }
}
.t-wrap .c-index-service .c-index-service__inner .c-index-service__contents .c-index-service__list .c-index-service__list-inner .c-index-service__ttl {
  margin-bottom: 48px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media screen and (max-width: 768px) {
  .t-wrap .c-index-service .c-index-service__inner .c-index-service__contents .c-index-service__list .c-index-service__list-inner .c-index-service__ttl {
    margin-bottom: 30px;
  }
}
.t-wrap .c-index-service .c-index-service__inner .c-index-service__contents .c-index-service__list .c-index-service__list-inner .c-index-service__ttl .c-index-service__ttl-en {
  font-family: "Aboreto", system-ui;
  font-size: 1.5rem;
  color: #fff;
}
.t-wrap .c-index-service .c-index-service__inner .c-index-service__contents .c-index-service__list .c-index-service__list-inner .c-index-service__ttl .c-index-service__ttl-en .en_f {
  font-size: 2rem;
}
.t-wrap .c-index-service .c-index-service__inner .c-index-service__contents .c-index-service__list .c-index-service__list-inner .c-index-service__ttl .c-index-service__ttl-ja {
  font-family: "Zen Kaku Gothic New", sans-serif;
  padding-left: 25px;
  color: #fff;
}
.t-wrap .c-index-service .c-index-service__inner .c-index-service__contents .c-index-service__list .c-index-service__list-inner .c-index-service__txt {
  font-size: clamp(0.875rem, 0.545rem + 0.52vw, 1.125rem);
  line-height: 2;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .t-wrap .c-index-service .c-index-service__inner .c-index-service__contents .c-index-service__list .c-index-service__list-inner .c-index-service__txt {
    font-size: 1rem;
  }
}
.t-wrap .c-index-service .c-index-service__inner .c-index-service__contents .c-index-service__list:first-of-type {
  width: 100%;
  background: url(../img/index/bg_service_01.jpg) no-repeat center/cover;
}
.t-wrap .c-index-service .c-index-service__inner .c-index-service__contents .c-index-service__list:first-of-type .c-index-service__list-inner {
  height: 560px;
  padding: 80px;
}
@media screen and (max-width: 768px) {
  .t-wrap .c-index-service .c-index-service__inner .c-index-service__contents .c-index-service__list:first-of-type .c-index-service__list-inner {
    height: auto;
    padding: 20px 20px 80px;
  }
}
.t-wrap .c-index-service .c-index-service__inner .c-index-service__contents .c-index-service__list:first-of-type .c-index-service__list-inner .c-index-service__txt {
  width: min(760px, 100%);
}
.t-wrap .c-index-service .c-index-service__inner .c-index-service__contents .c-index-service__list:nth-of-type(2) {
  background: url(../img/index/bg_service_02.jpg) no-repeat center/cover;
}
.t-wrap .c-index-service .c-index-service__inner .c-index-service__contents .c-index-service__list:nth-of-type(3) {
  background: url(../img/index/bg_service_03.jpg) no-repeat center/cover;
}
.t-wrap .c-index-service .c-index-service__inner .c-index-service__contents .c-index-service__list:last-of-type {
  background: url(../img/index/bg_service_04.jpg) no-repeat center/cover;
}
.t-wrap .c-index-service .c-index-service__inner .c-index-service__contents::before {
  content: "";
  width: 2px;
  height: 80px;
  background: #D1AC64;
  position: absolute;
  bottom: -80px;
  right: 0;
  left: 0;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .t-wrap .c-index-service .c-index-service__inner .c-index-service__contents::before {
    height: 40px;
    bottom: -44px;
  }
}
.t-wrap .c-index-works {
  margin-bottom: 160px;
}
.t-wrap .c-index-works .c-index-works__inner {
  position: relative;
}
.t-wrap .c-index-works .c-index-works__inner::before {
  content: "";
  width: min(1280px, 100%);
  background: url(../img/index/bg_works.png) no-repeat center/cover;
  aspect-ratio: 640/427;
  opacity: 0.25;
  position: absolute;
  top: -480px;
  left: 0;
  z-index: -1;
}
.t-wrap .c-index-works .c-index-works__inner .c-index-works__catch {
  margin-bottom: 80px;
}
.t-wrap .c-index-works .c-index-works__inner .c-index-works__catch .__ttl {
  align-items: center;
}
@media screen and (max-width: 768px) {
  .t-wrap .c-index-works .c-index-works__inner .c-index-works__catch .__ttl .__ja {
    padding: 0;
  }
}
.t-wrap .c-index-works .c-index-works__inner .c-index-works__slider {
  counter-reset: number 0;
}
.t-wrap .c-index-works .c-index-works__inner .c-index-works__slider .c-index-works__slider-item {
  width: 400px;
  padding: 0 24px;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .t-wrap .c-index-works .c-index-works__inner .c-index-works__slider .c-index-works__slider-item {
    width: 340px;
  }
}
.t-wrap .c-index-works .c-index-works__inner .c-index-works__slider .c-index-works__slider-item .c-index-works__ttl {
  font-family: "Aboreto", system-ui;
  font-size: 1.5rem;
  color: #fff;
  margin-bottom: -15px;
  display: flex;
  align-items: flex-start;
  gap: 5px;
  position: relative;
  z-index: 1;
}
.t-wrap .c-index-works .c-index-works__inner .c-index-works__slider .c-index-works__slider-item .c-index-works__ttl::after {
  font-size: 3rem;
  margin-top: -5px;
}
.t-wrap .c-index-works .c-index-works__inner .c-index-works__slider .c-index-works__slider-item .c-index-works__img {
  margin-bottom: 35px;
  position: relative;
}
.t-wrap .c-index-works .c-index-works__inner .c-index-works__slider .c-index-works__slider-item .c-index-works__img .c-index-works__category {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 0.9375rem;
  text-align: center;
  width: 150px;
  padding: 10px 0;
  background: #D1AC64;
  color: #393939;
  border-radius: 2px;
  position: absolute;
  left: 20px;
  bottom: -15px;
}
.t-wrap .c-index-works .c-index-works__inner .c-index-works__slider .c-index-works__slider-item .c-index-works__txt {
  line-height: 2;
  color: #fff;
}
.t-wrap .c-index-works .c-index-works__inner .c-index-works__slider .c-index-works__slider-item:nth-child(5n-4) .c-index-works__ttl::after {
  content: "01";
}
.t-wrap .c-index-works .c-index-works__inner .c-index-works__slider .c-index-works__slider-item:nth-child(5n-3) .c-index-works__ttl::after {
  content: "02";
}
.t-wrap .c-index-works .c-index-works__inner .c-index-works__slider .c-index-works__slider-item:nth-child(5n-2) .c-index-works__ttl::after {
  content: "03";
}
.t-wrap .c-index-works .c-index-works__inner .c-index-works__slider .c-index-works__slider-item:nth-child(5n-1) .c-index-works__ttl::after {
  content: "04";
}
.t-wrap .c-index-works .c-index-works__inner .c-index-works__slider .c-index-works__slider-item:nth-child(5n) .c-index-works__ttl::after {
  content: "05";
}
.t-wrap .c-index-works .c-index-works__inner .c-index-works__slider-opt {
  width: 450px;
  margin-left: auto;
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .t-wrap .c-index-works .c-index-works__inner .c-index-works__slider-opt {
    justify-content: flex-start;
    width: 100%;
    padding-right: 15px;
    box-sizing: border-box;
  }
}
.t-wrap .c-index-works .c-index-works__inner .c-index-works__slider-opt .c-index-works__slider-arrow {
  display: flex;
  gap: 20px;
}
.t-wrap .c-index-works .c-index-works__inner .c-index-works__slider-opt .c-index-works__slider-arrow .slide-arrow {
  width: 10px;
  cursor: pointer;
  aspect-ratio: 1/2;
  transition: all 0.3s;
}
.t-wrap .c-index-works .c-index-works__inner .c-index-works__slider-opt .c-index-works__slider-arrow .slide-arrow.prev-arrow {
  background: url(../img/common/arrow_prev.svg) no-repeat center/100%;
}
.t-wrap .c-index-works .c-index-works__inner .c-index-works__slider-opt .c-index-works__slider-arrow .slide-arrow.next-arrow {
  background: url(../img/common/arrow_next.svg) no-repeat center/100%;
}
.t-wrap .c-index-works .c-index-works__inner .c-index-works__slider-opt .c-index-works__slider-arrow .slide-arrow:hover {
  opacity: 0.7;
}
.t-wrap .c-index-works .c-index-works__inner .c-index-works__slider-opt .slick-dots {
  width: auto;
  position: unset;
}
.t-wrap .c-index-works .c-index-works__inner .c-index-works__slider-opt .slick-dots li {
  width: auto;
  height: auto;
  margin: 0 4px;
}
.t-wrap .c-index-works .c-index-works__inner .c-index-works__slider-opt .slick-dots li button {
  line-height: 1;
  width: auto;
  height: auto;
  padding: 0;
}
.t-wrap .c-index-works .c-index-works__inner .c-index-works__slider-opt .slick-dots li button::before {
  font-size: 0.375rem;
  color: #fff;
  line-height: unset;
  position: unset;
  opacity: 1;
}
.t-wrap .c-index-works .c-index-works__inner .c-index-works__slider-opt .slick-dots li.slick-active button::before {
  color: #D1AC64;
}
.t-wrap .c-index-complete {
  padding: 190px 0 160px;
}
@media screen and (max-width: 768px) {
  .t-wrap .c-index-complete {
    padding: 120px 0 64px;
  }
}
.t-wrap .c-index-complete .error__ttl {
  font-family: "Zen Old Mincho", serif;
  font-size: 3rem;
  margin-bottom: 80px;
  align-items: center;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .t-wrap .c-index-complete .error__ttl {
    margin-bottom: 40px;
    gap: 32px;
  }
}
.t-wrap .c-index-complete .error__ttl .__en {
  font-size: 4rem;
}
@media screen and (max-width: 768px) {
  .t-wrap .c-index-complete .error__ttl .__en {
    font-size: 2.5rem;
    text-align: center;
    line-height: 1.35;
  }
}
.t-wrap .c-index-complete .error__ttl .__ja {
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .t-wrap .c-index-complete .error__ttl .__ja {
    font-size: 1.5rem;
    text-align: center;
    line-height: 1.35;
  }
}
.t-wrap .c-index-complete .c-index-complete__ttl {
  font-family: "Zen Old Mincho", serif;
  font-size: 3rem;
  font-weight: 700;
  text-align: center;
  color: #fff;
  margin-bottom: 80px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .t-wrap .c-index-complete .c-index-complete__ttl {
    font-size: 1.5rem;
    margin-bottom: 40px;
    gap: 20px;
  }
}
.t-wrap .c-index-complete .c-index-complete__ttl::before {
  content: "";
  background: url(../img/common/check.svg) no-repeat center/100%;
  width: 48px;
  aspect-ratio: 1/1;
}
@media screen and (max-width: 768px) {
  .t-wrap .c-index-complete .c-index-complete__ttl::before {
    width: 30px;
  }
}
.t-wrap .c-index-complete .c-index-complete__txt {
  text-align: center;
  color: #fff;
  line-height: 2;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .t-wrap .c-index-complete .c-index-complete__txt {
    margin-bottom: 40px;
  }
}
.t-wrap .c-index-complete .c-index-complete__btn {
  width: min(480px, 90%);
  margin: 0 auto;
  position: relative;
  transition: all 0.3s;
  background: transparent;
}
@media screen and (max-width: 768px) {
  .t-wrap .c-index-complete .c-index-complete__btn {
    width: 300px;
  }
}
.t-wrap .c-index-complete .c-index-complete__btn::before {
  background: #F4E2A4;
  background: linear-gradient(90deg, rgb(244, 226, 164) 0%, rgb(209, 172, 100) 100%);
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: 0.4s cubic-bezier(0.45, 0, 0.55, 1);
  z-index: 0;
}
.t-wrap .c-index-complete .c-index-complete__btn::after {
  content: "";
  width: 6px;
  aspect-ratio: 3/8;
  background: url(../img/common/arrow_submit.svg) no-repeat center/100%;
  position: absolute;
  right: 40px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.t-wrap .c-index-complete .c-index-complete__btn .c-index-complete__btninner {
  font-family: "Zen Old Mincho", serif;
  font-size: 1.5rem;
  text-align: left;
  background: transparent;
  width: 100%;
  padding: 30px 40px;
  border: 1px solid #D1AC64;
  border-radius: 2px;
  background: linear-gradient(90deg, #f4e2a4 0%, #d1ac64 100%);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  box-sizing: border-box;
  display: flex;
  cursor: pointer;
  transition: all 0.3s;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .t-wrap .c-index-complete .c-index-complete__btn .c-index-complete__btninner {
    font-size: 1.25rem;
    width: 300px;
    padding: 24px 40px;
  }
}
.t-wrap .c-index-complete .c-index-complete__btn:hover::before {
  transform: scale(1, 1);
}
.t-wrap .c-index-complete .c-index-complete__btn:hover::after {
  filter: brightness(0) saturate(100%) invert(22%) sepia(8%) saturate(27%) hue-rotate(315deg) brightness(94%) contrast(96%);
}
.t-wrap .c-index-complete .c-index-complete__btn:hover .c-index-complete__btninner {
  background: transparent;
  color: #393939;
  -webkit-text-fill-color: unset;
}
.t-wrap .c-index-complete .__sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .t-wrap .c-index-complete .__sp {
    display: block;
  }
}
.t-wrap .c-index-contact .c-index-contact__inner .c-index-contact__main {
  margin-bottom: 160px;
  background: url(../img/index/bg_contact_main.png) no-repeat center/cover;
  position: relative;
}
.t-wrap .c-index-contact .c-index-contact__inner .c-index-contact__main::before {
  content: "";
  width: 100%;
  height: 100%;
  background: url(../img/common/dots.svg) repeat;
  position: absolute;
}
.t-wrap .c-index-contact .c-index-contact__inner .c-index-contact__main .c-index-contact__main-inner {
  padding: 160px 0 140px 132px;
  box-sizing: border-box;
  position: relative;
}
@media screen and (max-width: 768px) {
  .t-wrap .c-index-contact .c-index-contact__inner .c-index-contact__main .c-index-contact__main-inner {
    padding: 40px 15px;
  }
}
.t-wrap .c-index-contact .c-index-contact__inner .c-index-contact__main .c-index-contact__catch .__ttl {
  width: 165px;
  margin-bottom: 50px;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .t-wrap .c-index-contact .c-index-contact__inner .c-index-contact__main .c-index-contact__catch .__ttl {
    margin-bottom: 30px;
  }
}
.t-wrap .c-index-contact .c-index-contact__inner .c-index-contact__main .c-index-contact__catch .c-index-contact__txt {
  line-height: 2;
  color: #fff;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .t-wrap .c-index-contact .c-index-contact__inner .c-index-contact__main .c-index-contact__catch .c-index-contact__txt {
    margin-bottom: 45px;
  }
}
.t-wrap .c-index-contact .c-index-contact__inner .c-index-contact__main .c-index-contact__catch .c-index-contact__link {
  font-family: "Zen Old Mincho", serif;
  font-size: 1.5rem;
  color: #fff;
  display: flex;
  align-items: center;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .t-wrap .c-index-contact .c-index-contact__inner .c-index-contact__main .c-index-contact__catch .c-index-contact__link {
    font-size: 1.25rem;
  }
}
.t-wrap .c-index-contact .c-index-contact__inner .c-index-contact__main .c-index-contact__catch .c-index-contact__link::before {
  content: "";
  width: 32px;
  margin-right: 8px;
  aspect-ratio: 16/11;
  background: url(../img/common/mail.svg) no-repeat center/100%;
}
.t-wrap .c-index-contact .c-index-contact__inner .c-index-contact__main .c-index-contact__catch .c-index-contact__link::after {
  content: "";
  width: 22px;
  margin-left: 32px;
  aspect-ratio: 22/9;
  background: url(../img/common/arrow_bottom.svg) no-repeat center/100%;
}
.t-wrap .c-index-contact .c-index-contact__inner .c-index-contact__main .c-index-contact__catch .c-index-contact__link:hover {
  opacity: 0.7;
}
.t-wrap .c-index-contact .c-index-contact__inner .c-index-contact__reason {
  margin-bottom: 160px;
  position: relative;
}
.t-wrap .c-index-contact .c-index-contact__inner .c-index-contact__reason::before {
  content: "";
  width: min(1280px, 100%);
  background: url(../img/index/bg_reason.png) no-repeat center/cover;
  aspect-ratio: 640/427;
  position: absolute;
  top: -160px;
  right: 0;
  z-index: -1;
}
.t-wrap .c-index-contact .c-index-contact__inner .c-index-contact__reason .c-index-contact__reason-inner {
  width: min(1280px, 90%);
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.t-wrap .c-index-contact .c-index-contact__inner .c-index-contact__reason .c-index-contact__reason-inner .c-index-contact__reason-left {
  width: 43.75%;
}
.t-wrap .c-index-contact .c-index-contact__inner .c-index-contact__reason .c-index-contact__reason-inner .c-index-contact__reason-left .__ttl {
  margin-bottom: 50px;
  display: inline-block;
}
.t-wrap .c-index-contact .c-index-contact__inner .c-index-contact__reason .c-index-contact__reason-inner .c-index-contact__reason-left .__ttl .__en {
  width: 100%;
  display: block;
  margin-bottom: 10px;
}
.t-wrap .c-index-contact .c-index-contact__inner .c-index-contact__reason .c-index-contact__reason-inner .c-index-contact__reason-left .__ttl .__ja {
  text-align: right;
  width: 100%;
  display: block;
}
.t-wrap .c-index-contact .c-index-contact__inner .c-index-contact__reason .c-index-contact__reason-inner .c-index-contact__reason-left .c-index-contact__reason-list {
  width: 100%;
  display: flex;
  flex-direction: column;
  counter-reset: order 0;
}
.t-wrap .c-index-contact .c-index-contact__inner .c-index-contact__reason .c-index-contact__reason-inner .c-index-contact__reason-left .c-index-contact__reason-list .c-index-contact__reason-item {
  width: 100%;
  display: flex;
  align-items: stretch;
  cursor: pointer;
}
@media screen and (max-width: 1024px) {
  .t-wrap .c-index-contact .c-index-contact__inner .c-index-contact__reason .c-index-contact__reason-inner .c-index-contact__reason-left .c-index-contact__reason-list .c-index-contact__reason-item {
    padding: 15px 0;
    flex-direction: column;
    gap: 15px;
    border-bottom: 1px solid #D1AC64;
  }
}
.t-wrap .c-index-contact .c-index-contact__inner .c-index-contact__reason .c-index-contact__reason-inner .c-index-contact__reason-left .c-index-contact__reason-list .c-index-contact__reason-item .c-index-contact__reason-ttl {
  font-family: "Aboreto", system-ui;
  font-size: 1.25rem;
  color: #9a9a9a;
  width: 192px;
  padding: 45px 0;
  border-bottom: 1px solid #D1AC64;
  transition: all 0.3s;
  display: flex;
  align-items: center;
  gap: 5px;
}
@media screen and (max-width: 1024px) {
  .t-wrap .c-index-contact .c-index-contact__inner .c-index-contact__reason .c-index-contact__reason-inner .c-index-contact__reason-left .c-index-contact__reason-list .c-index-contact__reason-item .c-index-contact__reason-ttl {
    border: none;
    font-size: 1rem;
    padding: 0;
  }
}
.t-wrap .c-index-contact .c-index-contact__inner .c-index-contact__reason .c-index-contact__reason-inner .c-index-contact__reason-left .c-index-contact__reason-list .c-index-contact__reason-item .c-index-contact__reason-ttl::after {
  font-size: 3rem;
  counter-increment: order 1;
  content: "0" counter(order);
}
@media screen and (max-width: 1024px) {
  .t-wrap .c-index-contact .c-index-contact__inner .c-index-contact__reason .c-index-contact__reason-inner .c-index-contact__reason-left .c-index-contact__reason-list .c-index-contact__reason-item .c-index-contact__reason-ttl::after {
    font-size: 1.75rem;
  }
}
.t-wrap .c-index-contact .c-index-contact__inner .c-index-contact__reason .c-index-contact__reason-inner .c-index-contact__reason-left .c-index-contact__reason-list .c-index-contact__reason-item .c-index-contact__reason-txt {
  font-family: "Zen Old Mincho", serif;
  font-size: 1.5rem;
  width: calc(100% - 192px);
  padding: 45px 0;
  border-bottom: 1px dotted #D1AC64;
  color: #9a9a9a;
  transition: all 0.3s;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .t-wrap .c-index-contact .c-index-contact__inner .c-index-contact__reason .c-index-contact__reason-inner .c-index-contact__reason-left .c-index-contact__reason-list .c-index-contact__reason-item .c-index-contact__reason-txt {
    border: none;
    padding: 0;
  }
}
.t-wrap .c-index-contact .c-index-contact__inner .c-index-contact__reason .c-index-contact__reason-inner .c-index-contact__reason-left .c-index-contact__reason-list .c-index-contact__reason-item .c-index-contact__reason-txt .__sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .t-wrap .c-index-contact .c-index-contact__inner .c-index-contact__reason .c-index-contact__reason-inner .c-index-contact__reason-left .c-index-contact__reason-list .c-index-contact__reason-item .c-index-contact__reason-txt .__sp {
    display: block;
  }
}
@media screen and (max-width: 1024px) {
  .t-wrap .c-index-contact .c-index-contact__inner .c-index-contact__reason .c-index-contact__reason-inner .c-index-contact__reason-left .c-index-contact__reason-list .c-index-contact__reason-item:first-of-type {
    border-top: 1px solid #D1AC64;
  }
}
.t-wrap .c-index-contact .c-index-contact__inner .c-index-contact__reason .c-index-contact__reason-inner .c-index-contact__reason-left .c-index-contact__reason-list .c-index-contact__reason-item:first-of-type .c-index-contact__reason-ttl {
  border-top: 1px solid #D1AC64;
}
@media screen and (max-width: 1024px) {
  .t-wrap .c-index-contact .c-index-contact__inner .c-index-contact__reason .c-index-contact__reason-inner .c-index-contact__reason-left .c-index-contact__reason-list .c-index-contact__reason-item:first-of-type .c-index-contact__reason-ttl {
    border: none;
  }
}
.t-wrap .c-index-contact .c-index-contact__inner .c-index-contact__reason .c-index-contact__reason-inner .c-index-contact__reason-left .c-index-contact__reason-list .c-index-contact__reason-item:first-of-type .c-index-contact__reason-txt {
  border-top: 1px dotted #D1AC64;
}
@media screen and (max-width: 1024px) {
  .t-wrap .c-index-contact .c-index-contact__inner .c-index-contact__reason .c-index-contact__reason-inner .c-index-contact__reason-left .c-index-contact__reason-list .c-index-contact__reason-item:first-of-type .c-index-contact__reason-txt {
    border: none;
  }
}
.t-wrap .c-index-contact .c-index-contact__inner .c-index-contact__reason .c-index-contact__reason-inner .c-index-contact__reason-left .c-index-contact__reason-list .c-index-contact__reason-item.slick-current .c-index-contact__reason-ttl {
  color: #fff;
}
.t-wrap .c-index-contact .c-index-contact__inner .c-index-contact__reason .c-index-contact__reason-inner .c-index-contact__reason-left .c-index-contact__reason-list .c-index-contact__reason-item.slick-current .c-index-contact__reason-txt {
  color: #fff;
}
.t-wrap .c-index-contact .c-index-contact__inner .c-index-contact__reason .c-index-contact__reason-inner .c-index-contact__reason-left .c-index-contact__reason-list .slick-track {
  transform: unset !important;
}
.t-wrap .c-index-contact .c-index-contact__inner .c-index-contact__reason .c-index-contact__reason-inner .c-index-contact__reason-right {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .t-wrap .c-index-contact .c-index-contact__inner .c-index-contact__reason .c-index-contact__reason-inner .c-index-contact__reason-right {
    margin-top: 120px;
  }
}
.t-wrap .c-index-contact .c-index-contact__inner .c-index-contact__reason .c-index-contact__reason-inner .c-index-contact__reason-right .c-index-contact__reason-slider .c-index-contact__reason-slider-item {
  width: 100%;
}
.t-wrap .c-index-contact .c-index-contact__inner .c-index-contact__form {
  width: min(960px, 90%);
  margin: 0 auto 160px;
}
.t-wrap .c-index-contact .c-index-contact__inner .c-index-contact__form .__ttl {
  margin-bottom: 80px;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .t-wrap .c-index-contact .c-index-contact__inner .c-index-contact__form .__ttl {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  .t-wrap .c-index-contact .c-index-contact__inner .c-index-contact__form .__ttl .__ja {
    padding: 0;
  }
}
.t-wrap .c-index-contact .c-index-contact__inner .c-index-contact__form .c-index-contact__catch {
  font-family: "Zen Old Mincho", serif;
  font-size: 1.5rem;
  line-height: 2;
  font-weight: 700;
  color: #fff;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .t-wrap .c-index-contact .c-index-contact__inner .c-index-contact__form .c-index-contact__catch {
    font-size: 1.25rem;
    margin-bottom: 30px;
  }
}
.t-wrap .c-index-contact .c-index-contact__inner .c-index-contact__form .c-index-contact__txt {
  line-height: 2;
  color: #fff;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .t-wrap .c-index-contact .c-index-contact__inner .c-index-contact__form .c-index-contact__txt {
    margin-bottom: 30px;
  }
}
.t-wrap .c-index-contact .c-index-contact__inner .c-index-contact__form .c-index-contact__txt .required {
  font-size: 0.875rem;
  color: #fff;
  background: #D80000;
  padding: 0 2px;
  margin-right: 3px;
  border-radius: 2px;
}
.t-wrap .c-index-contact .c-index-contact__inner .c-index-contact__form .c-index-contact__form-container .c-index-contact__form-wrap .c-index-contact__form-item {
  margin-bottom: 60px;
}
.t-wrap .c-index-contact .c-index-contact__inner .c-index-contact__form .c-index-contact__form-container .c-index-contact__form-wrap .c-index-contact__form-item .c-index-contact__form-ttl {
  font-family: "Zen Old Mincho", serif;
  font-size: 1.5rem;
  color: #D1AC64;
  margin-bottom: 24px;
  display: flex;
  align-items: center;
  gap: 4px;
}
.t-wrap .c-index-contact .c-index-contact__inner .c-index-contact__form .c-index-contact__form-container .c-index-contact__form-wrap .c-index-contact__form-item .c-index-contact__form-ttl .required {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 0.875rem;
  color: #fff;
  background: #D80000;
  padding: 2px 2px 3px;
  margin-right: 3px;
  border-radius: 2px;
}
.t-wrap .c-index-contact .c-index-contact__inner .c-index-contact__form .c-index-contact__form-container .c-index-contact__form-wrap .c-index-contact__form-item .c-index-contact__form-parts {
  /* form address ↓↓ */
  /* form address ↑↑ */
}
.t-wrap .c-index-contact .c-index-contact__inner .c-index-contact__form .c-index-contact__form-container .c-index-contact__form-wrap .c-index-contact__form-item .c-index-contact__form-parts .c-index-contact__input-txt {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1rem;
  width: min(480px, 100%);
  padding: 20px 16px;
  border-radius: 2px;
  border: none;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .t-wrap .c-index-contact .c-index-contact__inner .c-index-contact__form .c-index-contact__form-container .c-index-contact__form-wrap .c-index-contact__form-item .c-index-contact__form-parts .c-index-contact__input-txt {
    padding: 15px 12px;
  }
}
.t-wrap .c-index-contact .c-index-contact__inner .c-index-contact__form .c-index-contact__form-container .c-index-contact__form-wrap .c-index-contact__form-item .c-index-contact__form-parts .c-index-contact__input-txt.w100 {
  width: 100%;
}
.t-wrap .c-index-contact .c-index-contact__inner .c-index-contact__form .c-index-contact__form-container .c-index-contact__form-wrap .c-index-contact__form-item .c-index-contact__form-parts .c-index-contact__input-txt.w640 {
  width: min(640px, 100%);
}
.t-wrap .c-index-contact .c-index-contact__inner .c-index-contact__form .c-index-contact__form-container .c-index-contact__form-wrap .c-index-contact__form-item .c-index-contact__form-parts .c-index-contact__input-txt.w320 {
  width: min(320px, 100%);
}
.t-wrap .c-index-contact .c-index-contact__inner .c-index-contact__form .c-index-contact__form-container .c-index-contact__form-wrap .c-index-contact__form-item .c-index-contact__form-parts .c-index-contact__input-txt.w295 {
  width: 295px;
}
.t-wrap .c-index-contact .c-index-contact__inner .c-index-contact__form .c-index-contact__form-container .c-index-contact__form-wrap .c-index-contact__form-item .c-index-contact__form-parts .c-index-contact__input-txt .__sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .t-wrap .c-index-contact .c-index-contact__inner .c-index-contact__form .c-index-contact__form-container .c-index-contact__form-wrap .c-index-contact__form-item .c-index-contact__form-parts .c-index-contact__input-txt .__sp {
    display: block;
  }
}
.t-wrap .c-index-contact .c-index-contact__inner .c-index-contact__form .c-index-contact__form-container .c-index-contact__form-wrap .c-index-contact__form-item .c-index-contact__form-parts .c-index-contact__input-quote {
  line-height: 1.35;
  width: 100%;
  margin: 16px 0 24px;
  color: #fff;
}
.t-wrap .c-index-contact .c-index-contact__inner .c-index-contact__form .c-index-contact__form-container .c-index-contact__form-wrap .c-index-contact__form-item .c-index-contact__form-parts .c-index-contact__input-quote::before {
  content: "※";
}
.t-wrap .c-index-contact .c-index-contact__inner .c-index-contact__form .c-index-contact__form-container .c-index-contact__form-wrap .c-index-contact__form-item .c-index-contact__form-parts .c-index-contact__input-quote.mb0 {
  margin-bottom: 0;
}
.t-wrap .c-index-contact .c-index-contact__inner .c-index-contact__form .c-index-contact__form-container .c-index-contact__form-wrap .c-index-contact__form-item .c-index-contact__form-parts .c-index-contact__input-quote .__sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .t-wrap .c-index-contact .c-index-contact__inner .c-index-contact__form .c-index-contact__form-container .c-index-contact__form-wrap .c-index-contact__form-item .c-index-contact__form-parts .c-index-contact__input-quote .__sp {
    display: block;
  }
}
.t-wrap .c-index-contact .c-index-contact__inner .c-index-contact__form .c-index-contact__form-container .c-index-contact__form-wrap .c-index-contact__form-item .c-index-contact__form-parts .c-index-contact__input-txtarea {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1rem;
  width: 100%;
  padding: 20px 16px;
  border-radius: 2px;
  border: none;
  box-sizing: border-box;
}
.t-wrap .c-index-contact .c-index-contact__inner .c-index-contact__form .c-index-contact__form-container .c-index-contact__form-wrap .c-index-contact__form-item .c-index-contact__form-parts .c-index-contact__form-number {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  -moz-column-gap: 8px;
       column-gap: 8px;
}
.t-wrap .c-index-contact .c-index-contact__inner .c-index-contact__form .c-index-contact__form-container .c-index-contact__form-wrap .c-index-contact__form-item .c-index-contact__form-parts .c-index-contact__form-number::before {
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #fff;
  content: "〒";
}
.t-wrap .c-index-contact .c-index-contact__inner .c-index-contact__form .c-index-contact__form-container .c-index-contact__input-submit {
  width: min(480px, 100%);
  margin: 0 auto;
  position: relative;
  transition: all 0.3s;
  background: transparent;
}
@media screen and (max-width: 768px) {
  .t-wrap .c-index-contact .c-index-contact__inner .c-index-contact__form .c-index-contact__form-container .c-index-contact__input-submit {
    width: 300px;
  }
}
.t-wrap .c-index-contact .c-index-contact__inner .c-index-contact__form .c-index-contact__form-container .c-index-contact__input-submit .wpcf7-spinner {
  display: none;
}
.t-wrap .c-index-contact .c-index-contact__inner .c-index-contact__form .c-index-contact__form-container .c-index-contact__input-submit .c-index-contact__input-submitbtn {
  font-family: "Zen Old Mincho", serif;
  font-size: 1.5rem;
  text-align: left;
  background: transparent;
  width: 100%;
  padding: 30px 40px;
  border: 1px solid #D1AC64;
  border-radius: 2px;
  background: linear-gradient(90deg, #f4e2a4 0%, #d1ac64 100%);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  box-sizing: border-box;
  display: flex;
  cursor: pointer;
  transition: all 0.3s;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .t-wrap .c-index-contact .c-index-contact__inner .c-index-contact__form .c-index-contact__form-container .c-index-contact__input-submit .c-index-contact__input-submitbtn {
    font-size: 1.25rem;
    padding: 25px 40px;
  }
}
.t-wrap .c-index-contact .c-index-contact__inner .c-index-contact__form .c-index-contact__form-container .c-index-contact__input-submit::before {
  background: #F4E2A4;
  background: linear-gradient(90deg, rgb(244, 226, 164) 0%, rgb(209, 172, 100) 100%);
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: 0.4s cubic-bezier(0.45, 0, 0.55, 1);
  z-index: 0;
}
.t-wrap .c-index-contact .c-index-contact__inner .c-index-contact__form .c-index-contact__form-container .c-index-contact__input-submit::after {
  content: "";
  width: 6px;
  aspect-ratio: 3/8;
  background: url(../img/common/arrow_submit.svg) no-repeat center/100%;
  position: absolute;
  right: 40px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.t-wrap .c-index-contact .c-index-contact__inner .c-index-contact__form .c-index-contact__form-container .c-index-contact__input-submit:hover .c-index-contact__input-submitbtn {
  background: transparent;
  color: #393939;
  -webkit-text-fill-color: unset;
}
.t-wrap .c-index-contact .c-index-contact__inner .c-index-contact__form .c-index-contact__form-container .c-index-contact__input-submit:hover::before {
  transform: scale(1, 1);
}
.t-wrap .c-index-contact .c-index-contact__inner .c-index-contact__form .c-index-contact__form-container .c-index-contact__input-submit:hover::after {
  filter: brightness(0) saturate(100%) invert(22%) sepia(8%) saturate(27%) hue-rotate(315deg) brightness(94%) contrast(96%);
}

.pagetop {
  width: 40px;
  position: fixed;
  right: 40px;
  bottom: 40px;
  z-index: 4;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .pagetop {
    right: 10px;
    bottom: 10px;
  }
}
.pagetop.fixbtn {
  opacity: 1;
  visibility: visible;
}
.pagetop:hover {
  filter: brightness(0) saturate(100%) invert(91%) sepia(100%) saturate(29%) hue-rotate(251deg) brightness(109%) contrast(100%);
}

/*------------ error page -------------*/
.error__wrap {
  position: relative;
  display: flex;
  justify-content: center;
  margin-top: 50px;
}
.error__wrap .error__contents {
  width: min(500px, 90%);
  background: #efefef;
  padding: 25px 20px;
}
.error__wrap .error__contents .error__contents-ttl {
  font-family: "Aboreto", system-ui;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 10px;
}
.error__wrap .error__contents .error__contents-txt {
  font-size: 0.875rem;
  line-height: 1.5;
}
.error__wrap .error__contents .error__contents-link {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 0.875rem;
  text-decoration: underline;
  margin-top: 20px;
  display: block;
}

/*=================================================
footer
================================================= */
.l-footer {
  margin-bottom: 60px;
}
.l-footer .l-footer__logo {
  width: 174px;
  margin: 0 auto 64px;
}
.l-footer .l-footer__nav {
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .l-footer .l-footer__nav {
    margin-bottom: 30px;
  }
}
.l-footer .l-footer__nav .l-footer__nav-inner {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .l-footer .l-footer__nav .l-footer__nav-inner {
    flex-wrap: wrap;
    row-gap: 15px;
  }
}
.l-footer .l-footer__nav .l-footer__nav-inner .l-footer__nav-item {
  font-family: "Aboreto", system-ui;
  color: #fff;
  padding: 10px 60px;
  border-right: 1px solid #D1AC64;
  box-sizing: border-box;
  transition: all 0.3s;
}
@media screen and (max-width: 1024px) {
  .l-footer .l-footer__nav .l-footer__nav-inner .l-footer__nav-item {
    padding: 10px 30px;
  }
}
@media screen and (max-width: 768px) {
  .l-footer .l-footer__nav .l-footer__nav-inner .l-footer__nav-item {
    text-align: center;
    width: 33%;
    padding: 10px 20px;
  }
}
@media screen and (max-width: 414px) {
  .l-footer .l-footer__nav .l-footer__nav-inner .l-footer__nav-item {
    padding: 10px 15px;
    font-size: 0.9375rem;
  }
}
@media screen and (max-width: 768px) {
  .l-footer .l-footer__nav .l-footer__nav-inner .l-footer__nav-item:nth-of-type(3) {
    border-right: none;
  }
}
.l-footer .l-footer__nav .l-footer__nav-inner .l-footer__nav-item:last-of-type {
  border-right: none;
}
.l-footer .l-footer__nav .l-footer__nav-inner .l-footer__nav-item:hover {
  color: #D1AC64;
}
.l-footer .l-footer__info {
  width: min(1280px, 90%);
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media screen and (max-width: 768px) {
  .l-footer .l-footer__info {
    flex-direction: column;
    align-items: center;
    gap: 40px;
  }
}
.l-footer .l-footer__info .l-footer__address {
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .l-footer .l-footer__info .l-footer__address {
    text-align: center;
  }
}
.l-footer .l-footer__info .l-footer__address .l-footer__address-txt {
  line-height: 2;
}
.l-footer .l-footer__info .l-footer__copy {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 0.9375rem;
  line-height: 2;
  color: #B3B3B3;
}

/*-------------------------------------------
animation
-------------------------------------------*/
@keyframes zoom {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.05);
  }
}
@keyframes mv_txt {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.add-animation {
  animation: zoom 10s linear 0s normal both;
}

.fade_txt {
  opacity: 0;
  animation: mv_txt 1s forwards;
}
.fade_txt:nth-child(1) {
  animation-delay: 0.2s;
}
.fade_txt:nth-child(2) {
  animation-delay: 0.4s;
}
.fade_txt:nth-child(3) {
  animation-delay: 0.6s;
}
.fade_txt:nth-child(4) {
  animation-delay: 0.8s;
}
.fade_txt:nth-child(5) {
  animation-delay: 1.2s;
}
.fade_txt:nth-child(6) {
  animation-delay: 1.4s;
}
.fade_txt:nth-child(7) {
  animation-delay: 1.6s;
}
.fade_txt:nth-child(8) {
  animation-delay: 1.8s;
}
.fade_txt:nth-child(9) {
  animation-delay: 2s;
}
.fade_txt:nth-child(11) {
  animation-delay: 2.2s;
}
.fade_txt:nth-child(12) {
  animation-delay: 2.4s;
}
.fade_txt:nth-child(13) {
  animation-delay: 2.6s;
}
.fade_txt:nth-child(14) {
  animation-delay: 2.8s;
}
.fade_txt:nth-child(15) {
  animation-delay: 3s;
}
.fade_txt:nth-child(16) {
  animation-delay: 3.2s;
}
.fade_txt:nth-child(17) {
  animation-delay: 3.4s;
}
.fade_txt:nth-child(18) {
  animation-delay: 3.6s;
}
.fade_txt:nth-child(19) {
  animation-delay: 3.8s;
}
.fade_txt:nth-child(20) {
  animation-delay: 4s;
}
.fade_txt:nth-child(21) {
  animation-delay: 4.2s;
}/*# sourceMappingURL=common.css.map */