@charset "UTF-8";
/* CSS Document */
/*reset css--------------------*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap");
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li, a,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, improve, nav, section, summary,
time, mark, audio, video, input, textarea {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  box-sizing: border-box;
  font-weight: normal;
  word-break: break-all;
}

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

li {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

html {
  overflow: auto;
}

body {
  overflow: hidden;
}

img {
  width: 100%;
  vertical-align: bottom;
}

/*reset css--------------------*/
/*base--------------------*/
a, input[type=submit] {
  transition: all 0.3s;
}
a:hover, input[type=submit]:hover {
  opacity: 0.8;
  cursor: pointer;
}

a[href^="tel:"] {
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  a[href^="tel:"] {
    pointer-events: unset;
  }
}

html {
  -webkit-text-size-adjust: 100%;
}

/*font--------------------*/
body {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 500;
  color: #000000;
  text-align: justify;
  font-family: "Yu Mincho Light", "YuMincho", "Yu Mincho", "游明朝体", "Noto Serif JP", serif;
}
body a {
  color: #000000;
}
@media screen and (max-width: 768px) {
  body h2,
  body h2[class],
  body h2[class][class] {
    font-size: 20px;
  }
  body h3,
  body h3[class],
  body h3[class][class] {
    font-size: 18px;
  }
  body h4,
  body h4[class],
  body h4[class][class] {
    font-size: 16px;
  }
  body p, body ul, body li, body dl, body dt, body dd {
    font-size: 16px;
  }
}

/*inner--------------------*/
.l-inner {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1024px) {
  .l-inner {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  .l-inner {
    width: 95%;
  }
}

.l-inner-right {
  width: 90%;
  max-width: calc(100% - (50% - 850px));
  margin-left: auto;
}
@media screen and (max-width: 1024px) {
  .l-inner-right {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
  }
}

/*br--------------------*/
.br-pc {
  display: block;
}
@media screen and (max-width: 768px) {
  .br-pc {
    display: none;
  }
}

.br-sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .br-sp {
    display: block;
  }
}

/*responsive--------------------*/
.pc {
  display: block;
}
@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp {
    display: block;
  }
}

.spImage {
  display: none;
}

@media screen and (max-width: 768px) {
  .spImage-3 {
    display: flex;
    gap: 10px;
  }
}
.spImage-3 li {
  width: calc(33.3333333333% - 6.6666666667px);
}
.spImage-3 img {
  aspect-ratio: 439/302;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 768px) {
  .spImage-2 {
    display: flex;
    gap: 10px;
  }
}
.spImage-2 li {
  width: calc(50% - 5px);
}
.spImage-2 img {
  aspect-ratio: 439/302;
  -o-object-fit: cover;
     object-fit: cover;
}

/*anime--------------------*/
.js-fade-up {
  opacity: 0;
  transform: translate(0, 30px);
  transition: all 1000ms;
}

.js-fade-left {
  opacity: 0;
  transform: translate(-30px, 0px);
  transition: all 1000ms;
}

.js-fade-right {
  opacity: 0;
  transform: translate(30px, 0px);
  transition: all 1000ms;
}

.js-fade-bottom {
  opacity: 0;
  transform: translate(0px, -30px);
  transition: all 1000ms;
}

.fade-scroll {
  opacity: 1 !important;
  transform: translate(0, 0) !important;
}

/*btn--------------------*/
.c-button {
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
.c-button-link {
  width: 100%;
  height: 55px;
  color: #ffffff;
  background: #3f3f3f;
  border: 1px solid #3f3f3f;
  font-size: clamp(1rem, 0.833rem + 0.35vw, 1.25rem);
  letter-spacing: 0.2em;
  padding: 0 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.c-button-link:hover {
  opacity: 1;
  background: #ffffff;
  color: #3f3f3f;
}

/*ttl--------------------*/
/*fv--------------------*/
.c-fv {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 410px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .c-fv {
    height: 200px;
  }
}
.c-fv__ttl {
  font-size: clamp(1.875rem, 1rem + 1.82vw, 3.188rem);
  letter-spacing: 0.4em;
}
@media screen and (max-width: 768px) {
  .c-fv__ttl {
    font-size: 24px !important;
  }
}

.post-type-archive-post .c-fv,
.date .c-fv,
.category .c-fv,
.single-post .c-fv {
  background-image: url(../images/news/fv.jpg);
}

.post-type-archive-works .c-fv,
.tax-works-cat .c-fv,
.single-works .c-fv {
  background-image: url(../images/works/fv.jpg);
}

.company .c-fv {
  background-image: url(../images/company/fv.jpg);
}

.flow .c-fv {
  background-image: url(../images/flow/fv.jpg);
}

.concept .c-fv {
  background-image: url(../images/concept/fv.jpg);
}

.contact .c-fv {
  background-image: url(../images/contact/fv.jpg);
}

/*pager--------------------*/
.c-pager {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .c-pager {
    flex-direction: column;
    gap: 25px;
  }
}
.c-pager-list:first-of-type a {
  width: 100%;
  height: 100%;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  padding-left: 40px;
}
.c-pager-list:first-of-type a span {
  display: inline-block;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #3f3f3f;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.c-pager-list:first-of-type a span::before, .c-pager-list:first-of-type a span::after {
  content: "";
  position: absolute;
  top: calc(50% - 0.5px);
  left: 50%;
  width: 10px;
  height: 1px;
  border-radius: 9999px;
  background-color: #ffffff;
  transform-origin: 0.5px 50%;
}
.c-pager-list:first-of-type a span::before {
  transform: translateX(-50%) rotate(30deg);
}
.c-pager-list:first-of-type a span::after {
  transform: translateX(-50%) rotate(-30deg);
}
.c-pager-list:last-of-type a {
  width: 100%;
  height: 100%;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  padding-right: 40px;
}
.c-pager-list:last-of-type a span {
  display: inline-block;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #3f3f3f;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.c-pager-list:last-of-type a span::before, .c-pager-list:last-of-type a span::after {
  content: "";
  position: absolute;
  top: calc(50% - 0.5px);
  left: 50%;
  width: 10px;
  height: 1px;
  border-radius: 9999px;
  background-color: #ffffff;
  transform-origin: calc(100% - 0.5px) 50%;
}
.c-pager-list:last-of-type a span::before {
  transform: translateX(-50%) rotate(30deg);
}
.c-pager-list:last-of-type a span::after {
  transform: translateX(-50%) rotate(-30deg);
}
.c-pager-list:not(:last-of-type) {
  margin-right: 30px;
}
@media screen and (max-width: 768px) {
  .c-pager-list:not(:last-of-type) {
    margin-right: 0;
  }
}
.c-pager-link {
  font-size: 17px;
  letter-spacing: 0.4em;
  display: block;
  padding: 10px 15px;
}
.c-pager a {
  color: black;
}

.single-post .c-pager-link {
  background: #ccc9be;
}

.single-works .c-pager-link {
  background: #e19248;
}

.post-type-archive-post .pager,
.date .pager,
.category .pager,
.post-type-archive-works .pager,
.tax-works-cat .pager {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  padding: 50px 0;
}
.post-type-archive-post .pager .wp-pagenavi,
.date .pager .wp-pagenavi,
.category .pager .wp-pagenavi,
.post-type-archive-works .pager .wp-pagenavi,
.tax-works-cat .pager .wp-pagenavi {
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
}
.post-type-archive-post .pager .wp-pagenavi a,
.date .pager .wp-pagenavi a,
.category .pager .wp-pagenavi a,
.post-type-archive-works .pager .wp-pagenavi a,
.tax-works-cat .pager .wp-pagenavi a {
  color: #ffffff;
}
.post-type-archive-post .pager .wp-pagenavi a:hover,
.date .pager .wp-pagenavi a:hover,
.category .pager .wp-pagenavi a:hover,
.post-type-archive-works .pager .wp-pagenavi a:hover,
.tax-works-cat .pager .wp-pagenavi a:hover {
  color: #13334E !important;
  background: #ffffff !important;
}
.post-type-archive-post .pager .pages,
.date .pager .pages,
.category .pager .pages,
.post-type-archive-works .pager .pages,
.tax-works-cat .pager .pages {
  margin-right: 20px;
}
.post-type-archive-post .pager .wp-pagenavi .current,
.post-type-archive-post .pager .wp-pagenavi a,
.date .pager .wp-pagenavi .current,
.date .pager .wp-pagenavi a,
.category .pager .wp-pagenavi .current,
.category .pager .wp-pagenavi a,
.post-type-archive-works .pager .wp-pagenavi .current,
.post-type-archive-works .pager .wp-pagenavi a,
.tax-works-cat .pager .wp-pagenavi .current,
.tax-works-cat .pager .wp-pagenavi a {
  display: inline-block;
  background: transparent;
  border: none;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000000;
}
.post-type-archive-post .pager .wp-pagenavi .current,
.date .pager .wp-pagenavi .current,
.category .pager .wp-pagenavi .current,
.post-type-archive-works .pager .wp-pagenavi .current,
.tax-works-cat .pager .wp-pagenavi .current {
  background: transparent;
  color: #e18007;
}
.post-type-archive-post .pager .wp-pagenavi a.page:hover,
.date .pager .wp-pagenavi a.page:hover,
.category .pager .wp-pagenavi a.page:hover,
.post-type-archive-works .pager .wp-pagenavi a.page:hover,
.tax-works-cat .pager .wp-pagenavi a.page:hover {
  background: transparent;
  color: #e18007 !important;
  border: 1px none;
  opacity: 1;
}
.post-type-archive-post .pager .wp-pagenavi .first,
.post-type-archive-post .pager .wp-pagenavi .extend,
.date .pager .wp-pagenavi .first,
.date .pager .wp-pagenavi .extend,
.category .pager .wp-pagenavi .first,
.category .pager .wp-pagenavi .extend,
.post-type-archive-works .pager .wp-pagenavi .first,
.post-type-archive-works .pager .wp-pagenavi .extend,
.tax-works-cat .pager .wp-pagenavi .first,
.tax-works-cat .pager .wp-pagenavi .extend {
  margin-right: 10px;
}
.post-type-archive-post .pager .wp-pagenavi .previouspostslink,
.post-type-archive-post .pager .wp-pagenavi .nextpostslink,
.date .pager .wp-pagenavi .previouspostslink,
.date .pager .wp-pagenavi .nextpostslink,
.category .pager .wp-pagenavi .previouspostslink,
.category .pager .wp-pagenavi .nextpostslink,
.post-type-archive-works .pager .wp-pagenavi .previouspostslink,
.post-type-archive-works .pager .wp-pagenavi .nextpostslink,
.tax-works-cat .pager .wp-pagenavi .previouspostslink,
.tax-works-cat .pager .wp-pagenavi .nextpostslink {
  background: #3f3f3f;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #3f3f3f;
}
.post-type-archive-post .pager .wp-pagenavi .first,
.post-type-archive-post .pager .wp-pagenavi .last,
.date .pager .wp-pagenavi .first,
.date .pager .wp-pagenavi .last,
.category .pager .wp-pagenavi .first,
.category .pager .wp-pagenavi .last,
.post-type-archive-works .pager .wp-pagenavi .first,
.post-type-archive-works .pager .wp-pagenavi .last,
.tax-works-cat .pager .wp-pagenavi .first,
.tax-works-cat .pager .wp-pagenavi .last {
  background: #3f3f3f;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  color: #ffffff;
  margin-right: 0;
}
.post-type-archive-post .pager .wp-pagenavi .first:hover,
.post-type-archive-post .pager .wp-pagenavi .last:hover,
.date .pager .wp-pagenavi .first:hover,
.date .pager .wp-pagenavi .last:hover,
.category .pager .wp-pagenavi .first:hover,
.category .pager .wp-pagenavi .last:hover,
.post-type-archive-works .pager .wp-pagenavi .first:hover,
.post-type-archive-works .pager .wp-pagenavi .last:hover,
.tax-works-cat .pager .wp-pagenavi .first:hover,
.tax-works-cat .pager .wp-pagenavi .last:hover {
  background: #3f3f3f !important;
  color: #ffffff !important;
}

/*pager--------------------*/
/*header--------------------*/
.l-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  z-index: 999999;
  background: #ffffff;
}
@media screen and (max-width: 1024px) {
  .l-header {
    height: 80px;
  }
}
.l-header__inner {
  width: 99%;
  margin-left: auto;
  margin-right: auto;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 1.8vw 0 4.9vw;
}
@media screen and (max-width: 1366px) {
  .l-header__inner {
    padding: 0 1vw;
  }
}
.l-header__logo {
  width: 240px;
}
@media screen and (max-width: 1920px) {
  .l-header__logo {
    width: 200px;
  }
}
@media screen and (max-width: 1366px) {
  .l-header__logo {
    width: 150px;
  }
}
@media screen and (max-width: 1024px) {
  .l-header__logo {
    position: fixed;
    top: 25px;
    left: 5px;
    z-index: 999999999;
  }
}
.l-header__logo-link {
  width: 100%;
  height: 100%;
  display: block;
}
.l-header__group {
  display: flex;
  align-items: center;
  flex-direction: row;
  gap: 65px;
  width: 100%;
}
@media screen and (max-width: 1920px) {
  .l-header__group {
    gap: 30px;
  }
}
@media screen and (max-width: 1024px) {
  .l-header__group {
    position: fixed;
    top: 0;
    left: 0;
    flex-direction: column;
    justify-content: center;
    gap: 45px;
    width: 100%;
    height: 100%;
    background: #ffffff;
    opacity: 0;
    visibility: hidden;
    transition: ease-in 0.3s;
    z-index: 999999;
  }
}
.l-header__group-link {
  width: 100%;
  height: 100%;
  display: block;
  font-size: clamp(1rem, 0.833rem + 0.35vw, 1.25rem);
  font-weight: 600;
}
@media screen and (max-width: 1920px) {
  .l-header__group-link {
    font-size: 14px;
  }
}
@media screen and (max-width: 1366px) {
  .l-header__group-link {
    font-size: 12px;
  }
}
@media screen and (max-width: 1024px) {
  .l-header__group-link {
    font-size: 16px;
  }
}
.l-header__group-link span {
  display: block;
}
.l-header__group-contact-link {
  background: #e19248;
  border: 1px solid #e19248;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 25px;
  font-size: clamp(1rem, 0.833rem + 0.35vw, 1.25rem);
  font-weight: 700;
  color: #ffffff;
}
.l-header__group-contact-link:hover {
  opacity: 1;
  background: #ffffff;
  color: #e19248;
}
@media screen and (max-width: 1920px) {
  .l-header__group-contact-link {
    font-size: 16px;
  }
}
@media screen and (max-width: 1366px) {
  .l-header__group-contact-link {
    font-size: 14px;
  }
}
@media screen and (max-width: 1024px) {
  .l-header__group-contact-link {
    font-size: 16px;
    padding: 10px 50px;
  }
}
.l-header__group.active {
  opacity: 1;
  visibility: visible;
}
.l-header .js-btn {
  position: fixed;
  cursor: pointer;
  width: 50px;
  height: 50px;
  top: 15px;
  right: 5px;
  display: none;
  z-index: 999999;
}
@media screen and (max-width: 1024px) {
  .l-header .js-btn {
    display: block;
  }
}
.l-header .js-btn span {
  display: block;
  transition: all 0.5s;
  position: absolute;
  left: 50%;
  height: 3px;
  border-radius: 2px;
  background: #e19248;
  width: 40px;
  transform: translateX(-50%);
}
.l-header .js-btn span:nth-of-type(1) {
  top: 15px;
}
.l-header .js-btn span:nth-of-type(2) {
  top: 23px;
}
.l-header .js-btn span:nth-of-type(3) {
  top: 31px;
}
.l-header .js-btn.active span:nth-of-type(1) {
  top: 18px;
  left: 50%;
  transform: translate(-50%, 6px) rotate(-45deg);
  width: 40px;
}
.l-header .js-btn.active span:nth-of-type(2) {
  opacity: 0;
}
.l-header .js-btn.active span:nth-of-type(3) {
  top: 30px;
  left: 50%;
  transform: translate(-50%, -6px) rotate(45deg);
  width: 40px;
}

/*header--------------------*/
/*footer--------------------*/
.l-footer {
  background: #e8e3d3;
}
.l-footer__inner {
  width: 80%;
  max-width: 1660px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: space-between;
  padding: 45px 0 65px 0;
  transform: translateX(50px);
}
@media screen and (max-width: 1920px) {
  .l-footer__inner {
    width: 90%;
  }
}
@media screen and (max-width: 1024px) {
  .l-footer__inner {
    width: 95%;
    flex-direction: column;
    align-items: center;
    gap: 50px;
    transform: none;
  }
}
@media screen and (max-width: 768px) {
  .l-footer__inner {
    padding: 50px 0;
  }
}
@media screen and (max-width: 1366px) {
  .l-footer__info {
    width: 60%;
  }
}
@media screen and (max-width: 1024px) {
  .l-footer__info {
    width: -moz-fit-content;
    width: fit-content;
  }
}
.l-footer__info-logo {
  width: 295px;
  margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
  .l-footer__info-logo {
    width: 100%;
    max-width: 250px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
  }
}
.l-footer__info-logo-link {
  width: 100%;
  height: 100%;
  display: block;
}
.l-footer__info-address {
  font-size: 18px;
  letter-spacing: 0.18em;
  line-height: 1.8333333333;
  margin-bottom: 20px;
}
.l-footer__info-tel {
  font-size: clamp(1.25rem, 0.958rem + 0.61vw, 1.688rem);
  letter-spacing: 0.22em;
  line-height: 1.7407407407;
  background: #ffffff;
  color: #e18007;
  padding: 10px;
  width: -moz-fit-content;
  width: fit-content;
}
.l-footer__info-tel span {
  font-size: 19px;
}
@media screen and (max-width: 768px) {
  .l-footer__info-tel {
    text-align: center;
  }
}
.l-footer__group {
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
}
@media screen and (max-width: 768px) {
  .l-footer__group {
    gap: 50px 10px;
  }
}
.l-footer__group-list {
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 768px) {
  .l-footer__group-list {
    width: calc(50% - 5px);
  }
}
.l-footer__group-list-contact {
  transform: translateX(-20px);
}
@media screen and (max-width: 768px) {
  .l-footer__group-list-contact {
    transform: none;
    width: 100%;
  }
}
.l-footer__group-list-contact a {
  font-size: 19px;
  font-weight: 600;
  color: #ffffff;
  background: #e18007;
  border: 1px solid #e18007;
  padding: 5px 30px;
  width: 100%;
  height: 100%;
  display: block;
  text-align: center;
}
.l-footer__group-list-contact a span {
  position: static;
  color: #ffffff;
  display: block;
  margin-bottom: 3px;
  transition: all 0.3s;
}
.l-footer__group-list-contact a::before {
  display: none;
}
.l-footer__group-list-contact a:hover {
  opacity: 1;
  background: #ffffff;
  color: #e18007;
}
.l-footer__group-list-contact a:hover span {
  color: #e18007;
}
.l-footer__group-link {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.04em;
  position: relative;
}
@media screen and (max-width: 1920px) {
  .l-footer__group-link {
    font-size: 16px;
  }
}
@media screen and (max-width: 1024px) {
  .l-footer__group-link {
    font-size: 14px;
  }
}
.l-footer__group-link::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -20px;
  width: 15px;
  height: 1px;
  transform: translateY(-50%);
  background: #e18007;
}
@media screen and (max-width: 768px) {
  .l-footer__group-link::before {
    display: none;
  }
}
.l-footer__group-link span {
  font-size: 13px;
  letter-spacing: 0.18em;
  color: #e18007;
  display: block;
  position: absolute;
  top: -20px;
  left: 0;
}
@media screen and (max-width: 1920px) {
  .l-footer__group-link span {
    font-size: 10px;
  }
}
.l-footer__group-en {
  width: 200%;
}
.l-footer__group-child {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .l-footer__group-child {
    margin-top: 15px;
  }
}
.l-footer__group-child-list:not(:last-of-type) {
  margin-bottom: 10px;
}
.l-footer__group-child-link {
  font-size: 15px;
  font-weight: 400;
}
.l-footer__group-frame {
  display: flex;
  flex-direction: column;
  gap: 50px;
}
@media screen and (max-width: 768px) {
  .l-footer__group-frame {
    width: 100%;
  }
}
.l-footer__copy {
  background: #727272;
  padding: 15px 0;
  text-align: center;
  color: #ffffff;
  font-size: 17px;
}

/*footer--------------------*/
/*main--------------------*/
.l-main {
  max-width: 2500px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 100px;
}
@media screen and (max-width: 1024px) {
  .l-main {
    margin-top: 80px;
  }
}

/*contact--------------------*/
.l-contact {
  padding: 50px 0;
  background-image: url(../images/common/contactBg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.l-contact__box {
  background: rgba(255, 255, 255, 0.9);
  text-align: center;
  padding: 35px 5% 50px 5%;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .l-contact__box {
    width: 95%;
    padding: 25px 10px;
  }
}
.l-contact__box-en {
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  font-size: clamp(1.25rem, 1.083rem + 0.35vw, 1.5rem);
  font-weight: 600;
  color: #e18007;
  letter-spacing: 0.32em;
  margin-bottom: 25px;
  position: relative;
}
.l-contact__box-en::before {
  content: "";
  position: absolute;
  top: 50%;
  left: calc(-100% - 25px);
  transform: translateY(-50%);
  width: 100%;
  height: 1px;
  background: #e18007;
}
@media screen and (max-width: 768px) {
  .l-contact__box-en::before {
    width: 20px;
    left: -30px;
  }
}
.l-contact__box-en::after {
  content: "";
  position: absolute;
  top: 50%;
  left: calc(100% + 25px);
  transform: translateY(-50%);
  width: 100%;
  height: 1px;
  background: #e18007;
}
@media screen and (max-width: 768px) {
  .l-contact__box-en::after {
    width: 20px;
    left: unset;
    right: -30px;
  }
}
.l-contact__box-ttl {
  font-size: clamp(1.25rem, 0.625rem + 1.3vw, 2.188rem);
  letter-spacing: 0.18em;
  margin-bottom: 30px;
}
.l-contact__box-txt {
  font-size: 18px;
  letter-spacing: 0.14em;
  margin-bottom: 35px;
}
.l-contact__box-button {
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
.l-contact__box-button a {
  font-size: clamp(1.25rem, 1.167rem + 0.17vw, 1.375rem);
  letter-spacing: 0.14em;
  color: #ffffff;
  padding: 10px 25px;
  background: #e19248;
  border: 1px solid #e19248;
  display: block;
  width: 100%;
  height: 100%;
}
.l-contact__box-button a:hover {
  opacity: 1;
  color: #e19248;
  background: #ffffff;
}

/*home--------------------*/
.home .fv {
  height: 80vh;
  position: relative;
  z-index: 100;
}
.home .fv .slider-frame {
  margin-top: 0;
  height: 100%;
}
.home .fv .slider-frame .slider {
  opacity: 0;
}
.home .fv .slider-frame .slick-initialized {
  opacity: 1;
}
.home .fv .slick-slider {
  height: 100%;
}
.home .fv .slick-list {
  height: 100%;
}
.home .fv .slick-track {
  height: 100%;
}
.home .fv .slick-slide {
  height: 100%;
}
.home .fv .slick-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.home .fv .slick-slide div {
  height: 100%;
}
.home .fv .slick-slide div img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@keyframes zoom {
  0% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
.home .fv .zoom-animation {
  animation: zoom 5s 0s forwards;
}

@media screen and (max-width: 768px) {
  .home .message {
    padding: 0 2.5% 50px 2.5%;
  }
}
.home .message__top {
  display: flex;
  align-items: flex-end;
  gap: 5%;
  padding: 145px 0 0 0;
}
@media screen and (max-width: 1024px) {
  .home .message__top {
    padding: 145px 2.5% 50px 0;
  }
}
@media screen and (max-width: 768px) {
  .home .message__top {
    padding: 50px 0 25px 0;
    flex-direction: column-reverse;
    position: relative;
  }
  .home .message__top::before {
    content: "";
    position: absolute;
    top: 0;
    right: -2.5%;
    width: 5%;
    height: 100%;
    background: #ccc9be;
    opacity: 0.25;
    z-index: -1;
    display: none;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .home .message__top::before {
    display: block;
  }
}
.home .message__top-thumbnail {
  width: 50%;
  position: relative;
}
@media screen and (max-width: 768px) {
  .home .message__top-thumbnail {
    width: 100%;
  }
}
.home .message__top-thumbnail::before {
  content: "";
  position: absolute;
  top: -130px;
  left: 0;
  width: 34.8%;
  height: calc(100% + 360px);
  background: #ccc9be;
  z-index: -1;
}
@media screen and (max-width: 1366px) {
  .home .message__top-thumbnail::before {
    width: 30%;
  }
}
@media screen and (max-width: 768px) {
  .home .message__top-thumbnail::before {
    display: none;
  }
}
.home .message__top-thumbnail::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 155px;
  width: 34.8%;
  height: 1000%;
  background: #e8e3d3;
  z-index: -1;
}
@media screen and (max-width: 1366px) {
  .home .message__top-thumbnail::after {
    width: 30%;
  }
}
@media screen and (max-width: 768px) {
  .home .message__top-thumbnail::after {
    display: none;
  }
}
.home .message__top-content {
  width: -moz-fit-content;
  width: fit-content;
  writing-mode: vertical-rl;
  text-orientation: upright;
}
@media screen and (max-width: 1366px) {
  .home .message__top-content {
    margin-right: 2%;
  }
}
@media screen and (max-width: 768px) {
  .home .message__top-content {
    writing-mode: unset;
    text-orientation: unset;
    margin-right: 0;
  }
}
.home .message__top-content-ttl {
  font-size: clamp(2.5rem, 0.583rem + 3.99vw, 5.375rem);
  letter-spacing: 0.16em;
  margin-left: 100px;
  transform: translateY(-35px);
  height: -moz-fit-content;
  height: fit-content;
  position: relative;
}
@media screen and (max-width: 768px) {
  .home .message__top-content-ttl {
    margin-left: 0;
    transform: none;
    font-size: 40px !important;
    margin-bottom: 25px;
  }
}
.home .message__top-content-ttl::before {
  content: "";
  position: absolute;
  left: -20px;
  bottom: 50px;
  width: 1px;
  height: calc(100% + 70px);
  background: #e18007;
}
.home .message__top-content-ttl span {
  color: #e18007;
}
.home .message__top-content-lead {
  font-size: clamp(1.25rem, 0.583rem + 1.39vw, 2.25rem);
  line-height: 1.75;
  font-weight: 600;
  letter-spacing: 0.12em;
  color: #e18007;
  margin-left: 55px;
}
@media screen and (max-width: 768px) {
  .home .message__top-content-lead {
    font-size: 24px !important;
    margin-left: 0;
    margin-bottom: 25px;
  }
}
.home .message__top-content-txt {
  font-size: clamp(1.25rem, 1.167rem + 0.17vw, 1.375rem);
  line-height: 3.2272727273;
  letter-spacing: 0.16em;
  height: -moz-max-content;
  height: max-content;
}
@media screen and (max-width: 1366px) {
  .home .message__top-content-txt {
    line-height: 2.5;
  }
}
.home .message__bottom {
  position: relative;
  margin-top: -65px;
}
@media screen and (max-width: 768px) {
  .home .message__bottom {
    margin-top: 0;
  }
}
.home .message__bottom .c-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .home .message__bottom .c-button {
    position: static;
    top: unset;
    left: unset;
    transform: none;
  }
}
.home .message__bottom-thumbnail {
  width: 27.6%;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .home .message__bottom-thumbnail {
    width: 100%;
    margin-right: auto;
    margin-bottom: 25px;
  }
}
.home .message .spImage {
  margin-bottom: 25px;
}

.home .news {
  padding: 30px 0 125px 0;
}
@media screen and (max-width: 768px) {
  .home .news {
    padding: 50px 0;
  }
}
.home .news__ttl {
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  margin-bottom: 90px;
}
@media screen and (max-width: 768px) {
  .home .news__ttl {
    margin-bottom: 50px;
  }
}
.home .news__ttl-en {
  font-size: clamp(2.5rem, 0.792rem + 3.56vw, 5.063rem);
  letter-spacing: 0.24em;
  color: #e18007;
  display: block;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .home .news__ttl-en {
    margin-bottom: 15px;
  }
}
.home .news__ttl-jp {
  font-size: clamp(1.25rem, 0.583rem + 1.39vw, 2.25rem);
  letter-spacing: 0.2em;
}
.home .news__group {
  position: relative;
  padding: 0 0 60px 0;
  margin-bottom: 40px;
}
.home .news__group::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 50px);
  background: #e19248;
  z-index: -1;
}
.home .news__group .l-inner {
  max-width: 1560px;
  display: flex;
  flex-wrap: wrap;
  gap: 4.7%;
}
@media screen and (max-width: 1920px) {
  .home .news__group .l-inner {
    gap: 2%;
  }
}
@media screen and (max-width: 1024px) {
  .home .news__group .l-inner {
    gap: 50px 10px;
  }
}
.home .news__group-list {
  width: 21.475%;
}
@media screen and (max-width: 1920px) {
  .home .news__group-list {
    width: 23.5%;
  }
}
@media screen and (max-width: 1024px) {
  .home .news__group-list {
    width: calc(50% - 5px);
  }
}
.home .news__group-link {
  width: 100%;
  height: 100%;
  display: block;
}
.home .news__group-link:hover {
  opacity: 1;
}
.home .news__group-thumbnail {
  position: relative;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .home .news__group-thumbnail {
    margin-bottom: 3px;
  }
}
.home .news__group-thumbnail img {
  aspect-ratio: 339/232;
}
.home .news__group-cat {
  font-size: 16px;
  letter-spacing: 0.12em;
  background: #ccc9be;
  position: absolute;
  top: 15px;
  left: 15px;
  padding: 5px 10px;
}
@media screen and (max-width: 768px) {
  .home .news__group-cat {
    top: 5px;
    left: 5px;
    font-size: 12px;
  }
}
.home .news__group-ttl {
  display: inline-block;
  font-size: 18px;
  letter-spacing: 0.04em;
  padding: 5px 10px;
  margin-bottom: 10px;
  background: #ffffff;
}
@media screen and (max-width: 768px) {
  .home .news__group-ttl {
    font-size: 14px;
  }
}
.home .news__group-date {
  font-size: 18px;
  letter-spacing: 0.12em;
  padding-left: 18px;
}
@media screen and (max-width: 1366px) {
  .home .news__group-date {
    padding-left: 0;
  }
}
@media screen and (max-width: 768px) {
  .home .news__group-date {
    font-size: 12px;
  }
}

.home .concept {
  padding: 0 0 190px 0;
}
@media screen and (max-width: 768px) {
  .home .concept {
    padding: 0 0 100px 0;
  }
}
.home .concept__top {
  padding: 265px 0 420px 0;
  background-image: url(../images/home/conceptBg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}
@media screen and (max-width: 768px) {
  .home .concept__top {
    padding: 50px 0;
  }
}
.home .concept__top * {
  z-index: 100;
}
@media screen and (max-width: 768px) {
  .home .concept__top * {
    position: relative;
  }
}
.home .concept__top::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  clip-path: polygon(0 0, 100% 63%, 100% 100%, 0% 100%);
  background: #e8e3d3;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.home .concept__top::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  clip-path: polygon(0 0, 0% 100%, 100% 100%);
  background: #ffffff;
  width: 100%;
  height: 63%;
  z-index: 1;
}
.home .concept__top .l-inner {
  width: 95%;
  max-width: 1560px;
}
.home .concept__top-ttl {
  writing-mode: vertical-rl;
  display: flex;
  flex-direction: column;
  gap: 50px;
  position: absolute;
  top: 65px;
  left: 130px;
}
@media screen and (max-width: 1366px) {
  .home .concept__top-ttl {
    left: 10px;
    gap: 15px;
  }
}
@media screen and (max-width: 768px) {
  .home .concept__top-ttl {
    writing-mode: unset;
    position: static;
    top: unset;
    left: unset;
    gap: 5px;
    margin-bottom: 25px;
  }
}
.home .concept__top-ttl-span {
  font-size: clamp(2.5rem, 0.833rem + 3.47vw, 5rem);
  letter-spacing: 0.24em;
}
.home .concept__top-ttl-span span {
  font-size: clamp(3.125rem, 0.208rem + 6.08vw, 7.5rem);
  color: #e18007;
}
.home .concept__top-ttl-span:last-of-type {
  margin-top: 270px;
}
@media screen and (max-width: 768px) {
  .home .concept__top-ttl-span:last-of-type {
    margin-top: 0;
  }
}
.home .concept__top-box {
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
.home .concept__top-box * {
  position: relative;
  z-index: 100;
}
.home .concept__top-box-head {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 25px;
  margin-bottom: 55px;
}
.home .concept__top-box-head-txt {
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  font-size: clamp(1.25rem, 0.667rem + 1.22vw, 2.125rem);
  letter-spacing: 0.18em;
  font-weight: 600;
  background: #ffffff;
  padding: 10px 25px;
}
.home .concept__top-box-head-txt span {
  color: #e19248;
}
.home .concept__top-box-txt {
  text-align: center;
  font-size: clamp(1rem, 0.833rem + 0.35vw, 1.25rem);
  line-height: 1.95;
  letter-spacing: 0.14em;
}
@media screen and (max-width: 768px) {
  .home .concept__top-box-txt {
    text-align: left;
  }
}
.home .concept__top-box-txt:not(:last-of-type) {
  margin-bottom: 45px;
}
@media screen and (max-width: 768px) {
  .home .concept__top-box-txt:not(:last-of-type) {
    margin-bottom: 25px;
  }
}
.home .concept__top-en {
  font-size: clamp(2.5rem, 0.792rem + 3.56vw, 5.063rem);
  letter-spacing: 0.32em;
  position: absolute;
  top: 85px;
  right: 70px;
}
@media screen and (max-width: 1366px) {
  .home .concept__top-en {
    right: 10px;
  }
}
@media screen and (max-width: 768px) {
  .home .concept__top-en {
    position: static;
    top: unset;
    right: unset;
    margin-bottom: 50px;
  }
}
.home .concept__bottom * {
  position: relative;
  z-index: 100;
}
.home .concept__bottom .l-inner {
  width: 98%;
  max-width: 1875px;
  display: flex;
  gap: 5.9vw;
  margin-bottom: 135px;
}
@media screen and (max-width: 768px) {
  .home .concept__bottom .l-inner {
    flex-direction: column;
    gap: 50px;
    margin-bottom: 50px;
  }
}
.home .concept__bottom-item {
  display: flex;
  flex-direction: column;
  gap: 80px;
  width: calc(50% - 2.95vw);
}
@media screen and (max-width: 768px) {
  .home .concept__bottom-item {
    width: 100%;
    gap: 25px;
  }
}
.home .concept__bottom-item-thumbnail {
  position: relative;
}
.home .concept__bottom-item-lead {
  letter-spacing: 0.32em;
  color: #ffffff;
  background: rgba(63, 63, 63, 0.8);
  width: 100%;
  position: absolute;
  left: 0;
  padding: 20px 0;
  text-align: center;
}
.home .concept__bottom-item-txt {
  font-size: clamp(1.25rem, 1.167rem + 0.17vw, 1.375rem);
  letter-spacing: 0.1em;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 1920px) {
  .home .concept__bottom-item-txt {
    font-size: 18px;
  }
}
@media screen and (max-width: 1366px) {
  .home .concept__bottom-item-txt {
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
  }
}
.home .concept__bottom-item-txt span {
  font-size: clamp(1.25rem, 0.25rem + 2.08vw, 2.75rem);
  letter-spacing: 0.14em;
}
@media screen and (max-width: 1920px) {
  .home .concept__bottom-item-txt span {
    font-size: clamp(1.25rem, 0.833rem + 0.87vw, 1.875rem);
  }
}
@media screen and (max-width: 1024px) {
  .home .concept__bottom-item-txt span {
    display: block;
  }
}
.home .concept__bottom-item:first-of-type {
  transform: translateY(-170px);
}
@media screen and (max-width: 768px) {
  .home .concept__bottom-item:first-of-type {
    transform: none;
  }
}
.home .concept__bottom-item:first-of-type .concept__bottom-item-lead {
  font-size: clamp(1.875rem, 0.417rem + 3.04vw, 4.063rem);
  top: 0;
}
@media screen and (max-width: 768px) {
  .home .concept__bottom-item:first-of-type .concept__bottom-item-lead {
    top: unset;
    bottom: 0;
  }
}
.home .concept__bottom-item:last-of-type {
  flex-direction: column-reverse;
}
@media screen and (max-width: 768px) {
  .home .concept__bottom-item:last-of-type {
    flex-direction: column;
  }
}
.home .concept__bottom-item:last-of-type .concept__bottom-item-lead {
  font-size: clamp(1.875rem, 0.625rem + 2.6vw, 3.75rem);
  bottom: 0;
}

.home .works__thumbnail {
  position: relative;
}
.home .works__thumbnail-lead {
  font-size: clamp(1.25rem, 0.125rem + 2.34vw, 2.938rem);
  line-height: 1.7659574468;
  letter-spacing: 0.18em;
  padding: 30px 5%;
  background: #ffffff;
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
  right: 0;
  bottom: 0;
  transform: translateY(33.3%);
}
@media screen and (max-width: 768px) {
  .home .works__thumbnail-lead {
    transform: none;
    position: static;
    right: unset;
    bottom: unset;
  }
}
.home .works__box {
  background-image: url(../images/home/worksBg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 80px 0;
}
@media screen and (max-width: 768px) {
  .home .works__box {
    padding: 50px 0 100px 0;
  }
}
.home .works__ttl {
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .home .works__ttl {
    margin-bottom: 50px;
  }
}
.home .works__ttl-en {
  font-size: clamp(2.5rem, 0.792rem + 3.56vw, 5.063rem);
  letter-spacing: 0.32em;
  color: #e18007;
  margin-bottom: 35px;
}
@media screen and (max-width: 768px) {
  .home .works__ttl-en {
    margin-bottom: 15px;
  }
}
.home .works__ttl-jp {
  font-size: clamp(1.25rem, 0.583rem + 1.39vw, 2.25rem);
  letter-spacing: 0.1em;
}
.home .works .l-inner {
  max-width: 1520px;
}
.home .works__group {
  display: flex;
  flex-wrap: wrap;
  gap: 3.9%;
  margin-bottom: 70px;
}
@media screen and (max-width: 1366px) {
  .home .works__group {
    gap: 2%;
  }
}
@media screen and (max-width: 1024px) {
  .home .works__group {
    gap: 50px 10px;
  }
}
.home .works__group-list {
  width: 22.075%;
}
@media screen and (max-width: 1366px) {
  .home .works__group-list {
    width: 23.5%;
  }
}
@media screen and (max-width: 1024px) {
  .home .works__group-list {
    width: calc(50% - 5px);
  }
}
.home .works__group-list img {
  aspect-ratio: 296/193;
  margin-bottom: 15px;
}
.home .works__group-link {
  background: #ffffff;
  width: 100%;
  height: 100%;
  display: block;
  padding: 20px;
}
@media screen and (max-width: 1366px) {
  .home .works__group-link {
    padding: 10px;
  }
}
.home .works__group-frame {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1366px) {
  .home .works__group-frame {
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
  }
}
@media screen and (max-width: 768px) {
  .home .works__group-frame {
    gap: 5px;
  }
}
.home .works__group-cat {
  font-size: 15px;
  font-weight: 600;
  color: #ffffff;
  min-width: 100px;
  text-align: center;
  background: #e18007;
  padding: 8px;
  margin-right: 20px;
}
@media screen and (max-width: 768px) {
  .home .works__group-cat {
    font-size: 12px;
    padding: 5px;
  }
}
.home .works__group-ttl {
  font-size: clamp(1rem, 0.833rem + 0.35vw, 1.25rem);
}
@media screen and (max-width: 768px) {
  .home .works__group-ttl {
    font-size: 14px;
  }
}

.home .flow {
  padding: 180px 0 200px 0;
}
@media screen and (max-width: 768px) {
  .home .flow {
    padding: 50px 2.5%;
  }
}
.home .flow__frame {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .home .flow__frame {
    flex-direction: column-reverse;
    gap: 50px;
  }
}
.home .flow__thumbnail {
  width: 50.5vw;
}
@media screen and (max-width: 768px) {
  .home .flow__thumbnail {
    width: 100%;
  }
}
.home .flow__content {
  width: 44.2vw;
}
@media screen and (max-width: 768px) {
  .home .flow__content {
    width: 100%;
  }
}
.home .flow__content-en {
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  margin-left: auto;
  margin-bottom: 100px;
  position: relative;
  z-index: 100;
}
@media screen and (max-width: 768px) {
  .home .flow__content-en {
    margin-left: 0;
    margin-bottom: 15px;
  }
}
.home .flow__content-en::before {
  content: "";
  position: absolute;
  top: 50%;
  right: -80px;
  transform: translateY(-50%);
  width: 68vw;
  height: 1px;
  background: #000000;
  z-index: -1;
}
.home .flow__content-en-txt {
  font-size: clamp(2.5rem, 0.792rem + 3.56vw, 5.063rem);
  letter-spacing: 0.32em;
  background: #ffffff;
  padding-left: 3.1vw;
  padding-right: 4.1vw;
}
@media screen and (max-width: 768px) {
  .home .flow__content-en-txt {
    padding: 0;
  }
}
.home .flow__content-ttl {
  font-size: clamp(1.875rem, 0.583rem + 2.69vw, 3.813rem);
  letter-spacing: 0.32em;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .home .flow__content-ttl {
    margin-bottom: 50px;
  }
}
.home .flow__content-ttl span {
  font-size: clamp(2.5rem, 0.167rem + 4.86vw, 6rem);
  color: #e18007;
}
.home .flow__content-txt {
  font-size: clamp(1rem, 0.833rem + 0.35vw, 1.25rem);
  letter-spacing: 0.14em;
  line-height: 1.95;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .home .flow__content-txt {
    margin-bottom: 50px;
  }
}
.home .flow__button {
  margin-left: 10.4vw;
  position: relative;
  padding: 90px 0 130px 0;
}
@media screen and (max-width: 768px) {
  .home .flow__button {
    padding: 50px 0;
  }
}
.home .flow__button::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #e19248;
  z-index: -1;
}
.home .flow__button::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -1px;
  width: calc(7vw + 1px);
  height: calc(100% + 2px);
  background: #ffffff;
  z-index: -1;
}
.home .flow__button .c-button {
  margin-left: 0;
}
.home .flow__button .c-button-link {
  padding: 0 50px;
}

.home .people {
  padding: 0 0 180px 0;
}
@media screen and (max-width: 768px) {
  .home .people {
    padding: 50px 2.5%;
  }
}
.home .people__frame {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .home .people__frame {
    flex-direction: column;
    gap: 50px;
  }
}
.home .people__content {
  width: 43.2vw;
}
@media screen and (max-width: 1920px) {
  .home .people__content {
    width: 45vw;
  }
}
@media screen and (max-width: 768px) {
  .home .people__content {
    width: 100%;
  }
}
.home .people__content-frame {
  width: 33.5vw;
  margin-left: auto;
}
@media screen and (max-width: 1920px) {
  .home .people__content-frame {
    width: 39vw;
  }
}
@media screen and (max-width: 1024px) {
  .home .people__content-frame {
    width: 41vw;
  }
}
@media screen and (max-width: 768px) {
  .home .people__content-frame {
    width: 100%;
  }
}
.home .people__content-en {
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  margin-bottom: 100px;
  position: relative;
  z-index: 100;
}
@media screen and (max-width: 768px) {
  .home .people__content-en {
    margin-bottom: 15px;
  }
}
.home .people__content-en::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100vw;
  height: 1px;
  background: #000000;
  z-index: -1;
}
.home .people__content-en-txt {
  font-size: clamp(2.5rem, 0.792rem + 3.56vw, 5.063rem);
  letter-spacing: 0.32em;
  padding-right: 4.6vw;
  background: #ffffff;
}
.home .people__content-ttl {
  font-size: clamp(1.875rem, 0.583rem + 2.69vw, 3.813rem);
  letter-spacing: 0.18em;
  margin-bottom: 55px;
}
@media screen and (max-width: 768px) {
  .home .people__content-ttl {
    margin-bottom: 25px;
  }
}
.home .people__content-txt {
  font-size: clamp(1rem, 0.833rem + 0.35vw, 1.25rem);
  letter-spacing: 0.18em;
  line-height: 1.95;
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .home .people__content-txt {
    margin-bottom: 50px;
  }
}
.home .people__content-button {
  margin-bottom: 195px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .home .people__content-button {
    margin-bottom: 100px;
  }
}
.home .people__content-button::before {
  content: "";
  width: 20.3vw;
  height: 16.9vw;
  position: absolute;
  top: 0;
  left: 0;
  background: #ffffff;
  border: 1px solid #ffffff;
  z-index: -1;
}
.home .people__content-button::after {
  content: "";
  width: 100vw;
  height: 16.9vw;
  position: absolute;
  top: 0;
  left: 0;
  background: #ccc9be;
  border: 1px solid #ffffff;
  z-index: -2;
}
@media screen and (max-width: 768px) {
  .home .people__content-button::after {
    display: none;
  }
}
.home .people__content-button .c-button {
  margin-left: 0;
}
.home .people__content-button .c-button-link {
  padding: 0 55px;
}
.home .people__content-catch {
  width: 19.7vw;
}
@media screen and (max-width: 768px) {
  .home .people__content-catch {
    width: 100%;
  }
}
.home .people__thumbnail {
  width: 50vw;
  padding-bottom: 185px;
  position: relative;
}
@media screen and (max-width: 1920px) {
  .home .people__thumbnail {
    width: 45vw;
  }
}
@media screen and (max-width: 768px) {
  .home .people__thumbnail {
    width: 100%;
    padding-bottom: 50px;
  }
}
.home .people__thumbnail::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 33.8vw;
  height: 100%;
  background: #e8e3d3;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .home .people__thumbnail::after {
    width: 80%;
    height: 50px;
  }
}

/*company--------------------*/
.company__ttl {
  width: 100%;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
@media screen and (max-width: 768px) {
  .company__ttl {
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
  }
}
.company__ttl::before {
  content: "";
  position: absolute;
  top: 15px;
  left: 0;
  width: 23%;
  height: 1px;
  background: #000000;
}
@media screen and (max-width: 768px) {
  .company__ttl::before {
    top: 10px;
    left: -30px;
    width: 15px;
  }
}
.company__ttl::after {
  content: "";
  position: absolute;
  top: 15px;
  right: 0;
  width: 23%;
  height: 1px;
  background: #000000;
}
@media screen and (max-width: 768px) {
  .company__ttl::after {
    top: 10px;
    right: -30px;
    width: 15px;
  }
}
.company__ttl-en {
  font-size: clamp(1.25rem, 0.5rem + 1.56vw, 2.375rem);
  letter-spacing: 0.32em;
  margin-bottom: 40px;
  display: block;
  position: relative;
}
.company__ttl-jp {
  font-size: clamp(1.25rem, 0.583rem + 1.39vw, 2.25rem);
  letter-spacing: 0.22em;
  background: #3f3f3f;
  padding: 15px 60px;
  color: #ffffff;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}

.company .message {
  padding: 170px 0 140px 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .company .message {
    padding: 50px 0;
  }
}
.company .message::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 33.3%;
  aspect-ratio: 1/1;
  background: #ccc9be;
  clip-path: polygon(0 0, 0% 100%, 100% 0);
  z-index: -1;
}
.company .message .l-inner {
  max-width: 1440px;
}
.company .message__ttl {
  position: relative;
  margin-bottom: 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 10;
  width: 49.3%;
  margin-left: auto;
}
@media screen and (max-width: 1366px) {
  .company .message__ttl {
    width: 60%;
  }
}
@media screen and (max-width: 1024px) {
  .company .message__ttl {
    flex-direction: column;
    gap: 10px;
    align-items: center;
    width: 100%;
    text-align: center;
    margin-right: auto;
    margin-bottom: 25px;
  }
}
.company .message__ttl::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  height: 1px;
  background: #e18007;
  z-index: 0;
}
@media screen and (max-width: 1024px) {
  .company .message__ttl::before {
    display: none;
  }
}
.company .message__ttl-jp {
  font-size: clamp(1.25rem, 0.583rem + 1.39vw, 2.25rem);
  letter-spacing: 0.2em;
  padding-right: 3%;
  position: relative;
  z-index: 100;
  background: #ffffff;
}
@media screen and (max-width: 1024px) {
  .company .message__ttl-jp {
    padding-right: 0;
  }
}
.company .message__ttl-en {
  font-size: clamp(1.25rem, 0.958rem + 0.61vw, 1.688rem);
  letter-spacing: 0.32em;
  color: #e18007;
  padding-left: 3%;
  position: relative;
  z-index: 100;
  background: #ffffff;
}
@media screen and (max-width: 1024px) {
  .company .message__ttl-en {
    padding-left: 0;
  }
}
.company .message__thumbnail {
  width: 36.7%;
}
@media screen and (max-width: 1366px) {
  .company .message__thumbnail {
    width: 45%;
  }
}
@media screen and (max-width: 1024px) {
  .company .message__thumbnail {
    width: 100%;
    max-width: 450px;
    margin-left: auto;
    margin-right: auto;
  }
}
.company .message__thumbnail img {
  aspect-ratio: 498/602;
}
.company .message__frame {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 60px;
}
@media screen and (max-width: 1024px) {
  .company .message__frame {
    flex-direction: column-reverse;
    align-items: center;
    gap: 25px;
    margin-bottom: 25px;
  }
}
.company .message__content {
  width: 49.3%;
}
@media screen and (max-width: 1024px) {
  .company .message__content {
    width: 100%;
    max-width: 650px;
  }
}
.company .message__content-txt {
  background: #dcdad3;
  padding: 25px;
  font-size: 16px;
  line-height: 2.5;
}
.company .message__content-bottom {
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  padding-bottom: 10px;
}
@media screen and (max-width: 1024px) {
  .company .message__content-bottom {
    width: 100%;
    max-width: 450px;
    margin-right: auto;
    justify-content: flex-end;
  }
}
.company .message__content-bottom-inner {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 25px;
  width: -moz-max-content;
  width: max-content;
  margin-left: auto;
  border-bottom: 1px solid #000000;
}
.company .message__content-bottom-job {
  font-size: 20px;
}
.company .message__content-bottom-name {
  font-size: clamp(1.25rem, 0.833rem + 0.87vw, 1.875rem);
}

.company .information {
  padding: 100px 0 10px 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .company .information {
    padding: 50px 0;
  }
}
.company .information__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -1;
}
.company .information .l-inner {
  max-width: 1020px;
}
.company .information .company__ttl {
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .company .information .company__ttl {
    margin-bottom: 25px;
  }
}
.company .information .company__ttl-en {
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
.company .information__group {
  background: #ffffff;
  padding: 40px 5%;
  font-size: clamp(1.25rem, 1.208rem + 0.09vw, 1.313rem);
}
.company .information__group-item {
  border-bottom: 1px solid #a3a3a3;
  display: flex;
  padding: 25px 0;
}
@media screen and (max-width: 768px) {
  .company .information__group-item {
    flex-direction: column;
  }
}
.company .information__group-item:last-of-type {
  border: none;
}
.company .information__group-item:last-of-type .information__group-txt {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.company .information__group-item:last-of-type span {
  color: #e18007;
  display: inline-block;
  margin-right: 10px;
}
.company .information__group-ttl {
  padding: 0 20px;
  width: 185px;
  min-width: 185px;
  border-right: 1px solid #a3a3a3;
}
@media screen and (max-width: 768px) {
  .company .information__group-ttl {
    border: none;
    padding: 0;
    margin-bottom: 10px;
  }
}
.company .information__group-txt {
  padding: 0 35px;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 768px) {
  .company .information__group-txt {
    padding: 0;
  }
}
.company .information__group-frame:first-of-type {
  margin-bottom: 35px;
}
.company .information__group-post {
  background: #e19248;
  padding: 3px 20px;
  margin-bottom: 10px;
  width: -moz-fit-content;
  width: fit-content;
  color: #ffffff;
}
.company .information__group-address span {
  width: 160px;
  min-width: 160px;
  display: inline-block;
}
@media screen and (max-width: 1024px) {
  .company .information__group-address span {
    display: block;
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 768px) {
  .company .information__group-address span {
    width: unset;
    min-width: unset;
  }
}

.company .history {
  background-image: url(../images/company/historyBg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  padding: 100px 0;
}
@media screen and (max-width: 768px) {
  .company .history {
    padding: 50px 0;
  }
}
.company .history::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(220, 218, 211, 0.85);
  z-index: 1;
}
.company .history .l-inner {
  max-width: 910px;
}
.company .history .company__ttl {
  margin-bottom: 55px;
}
.company .history .company__ttl-jp {
  width: 100%;
}
.company .history * {
  position: relative;
  z-index: 999;
}
.company .history__group-item {
  display: flex;
  align-items: center;
  font-size: clamp(1.25rem, 1.208rem + 0.09vw, 1.313rem);
  letter-spacing: 0.12em;
  padding: 20px 0;
  border-bottom: 1px solid #000000;
}
@media screen and (max-width: 768px) {
  .company .history__group-item {
    flex-direction: column;
    align-items: flex-start;
  }
}
.company .history__group-item:last-of-type {
  border: none;
}
.company .history__group-year {
  width: 215px;
  min-width: 215px;
  padding-left: 20px;
}
@media screen and (max-width: 768px) {
  .company .history__group-year {
    padding-left: 0;
  }
}
.company .access {
  padding: 220px 0 180px 0;
}
@media screen and (max-width: 768px) {
  .company .access {
    padding: 50px 0;
  }
}
.company .access .l-inner {
  max-width: 1250px;
  gap: 5%;
}
.company .access__ttl {
  display: flex;
  align-items: center;
  gap: 100px;
  position: relative;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .company .access__ttl {
    flex-direction: column;
    margin-bottom: 25px;
    gap: 10px;
  }
}
.company .access__ttl::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -200%;
  width: calc(200% - 65px);
  height: 1px;
  background: #000000;
}
.company .access__ttl-en {
  font-size: clamp(2.5rem, 1.042rem + 3.04vw, 4.688rem);
  letter-spacing: 0.32em;
}
.company .access__ttl-jp {
  font-size: clamp(1.25rem, 0.583rem + 1.39vw, 2.25rem);
}
.company .access__block {
  padding: 70px 0 0 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .company .access__block {
    padding: 50px 0;
  }
}
.company .access__block::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 325px;
  background: #e19248;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .company .access__block::before {
    height: 100%;
  }
}
.company .access__block .l-inner {
  display: flex;
  justify-content: space-between;
  gap: 12.5vw;
}
@media screen and (max-width: 1366px) {
  .company .access__block .l-inner {
    gap: 30px;
  }
}
@media screen and (max-width: 768px) {
  .company .access__block .l-inner {
    flex-direction: column;
    gap: 50px;
  }
}
.company .access__block-post {
  background: #3f3f3f;
  font-size: clamp(1.25rem, 1.042rem + 0.43vw, 1.563rem);
  letter-spacing: 0.56em;
  color: #ffffff;
  width: 145px;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 25px;
}
.company .access__block-address {
  font-size: clamp(1.25rem, 1.042rem + 0.43vw, 1.563rem);
  letter-spacing: 0.04em;
  margin-bottom: 50px;
}
@media screen and (max-width: 1366px) {
  .company .access__block-address {
    font-size: 18px;
  }
}
@media screen and (max-width: 1024px) {
  .company .access__block-address {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .company .access__block-address {
    margin-bottom: 10px;
  }
}
.company .access__block-address span {
  letter-spacing: 0.16em;
  width: -moz-fit-content;
  width: fit-content;
  display: inline-block;
  margin-right: 35px;
}
@media screen and (max-width: 1366px) {
  .company .access__block-address span {
    margin-right: 10px;
  }
}
@media screen and (max-width: 768px) {
  .company .access__block-address span {
    display: block;
  }
}
.company .access__block-box {
  width: calc(50% - 6.25vw);
  max-width: 500px;
}
@media screen and (max-width: 1366px) {
  .company .access__block-box {
    width: calc(50% - 15px);
  }
}
@media screen and (max-width: 768px) {
  .company .access__block-box {
    width: 100%;
  }
}
.company .access__block-box iframe {
  width: 100% !important;
  height: auto !important;
  aspect-ratio: 502/373;
  margin-bottom: 45px;
}
@media screen and (max-width: 768px) {
  .company .access__block-group {
    display: flex;
    flex-direction: column;
    gap: 25px;
  }
}
.company .access__block-group-item {
  font-size: clamp(1.25rem, 1.042rem + 0.43vw, 1.563rem);
  letter-spacing: 0.32em;
  display: flex;
}
@media screen and (max-width: 768px) {
  .company .access__block-group-item {
    flex-direction: column;
  }
}
.company .access__block-group-label {
  color: #e18007;
}
@media screen and (max-width: 768px) {
  .company .access__block-group-label {
    color: #000000;
  }
}
/*flow--------------------*/
.flow .catch {
  padding: 165px 0 100px 0;
}
@media screen and (max-width: 768px) {
  .flow .catch {
    padding: 50px 0;
  }
}
.flow .catch .l-inner-right {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .flow .catch .l-inner-right {
    flex-direction: column;
    gap: 50px;
  }
}
.flow .catch__content {
  width: 44%;
}
@media screen and (max-width: 768px) {
  .flow .catch__content {
    width: 100%;
  }
}
.flow .catch__content-ttl {
  display: inline-block;
}
.flow .catch__content-ttl-en {
  font-size: clamp(2.5rem, 1.25rem + 2.6vw, 4.375rem);
  letter-spacing: 0.28em;
  display: block;
  margin-bottom: 75px;
}
.flow .catch__content-ttl-jp {
  font-size: clamp(1.25rem, 0.292rem + 2vw, 2.688rem);
  letter-spacing: 0.28em;
  border-bottom: 1px solid #000000;
  padding-bottom: 20px;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 30px;
}
.flow .catch__content-ttl-jp span {
  font-size: clamp(1.875rem, 0.417rem + 3.04vw, 4.063rem);
  color: #e18007;
}
.flow .catch__content-txt {
  font-size: clamp(1rem, 0.833rem + 0.35vw, 1.25rem);
  line-height: 2.45;
  letter-spacing: 0.02em;
}
.flow .catch__thumbnail {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .flow .catch__thumbnail {
    width: 100%;
  }
}

.flow .step {
  padding-bottom: 175px;
}
@media screen and (max-width: 768px) {
  .flow .step {
    padding: 0 0 50px 0;
  }
}
.flow .step__frame {
  position: relative;
  margin-bottom: 175px;
}
@media screen and (max-width: 768px) {
  .flow .step__frame {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
  }
}
.flow .step__bg {
  position: absolute;
  top: -125px;
  left: 0;
  z-index: -1;
  pointer-events: none;
}
@media screen and (max-width: 1024px) {
  .flow .step__bg {
    top: 50px;
  }
}
@media screen and (max-width: 768px) {
  .flow .step__bg {
    display: none;
  }
}
.flow .step__block {
  display: flex;
  gap: 9.3vw;
  max-width: 1500px;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1024px) {
  .flow .step__block {
    width: 95%;
  }
}
@media screen and (max-width: 768px) {
  .flow .step__block {
    flex-direction: column;
    gap: 25px;
    max-width: 100%;
    width: 100%;
  }
}
.flow .step__block-thumbnail {
  width: 43.6%;
}
@media screen and (max-width: 768px) {
  .flow .step__block-thumbnail {
    width: 100%;
  }
}
.flow .step__block-content {
  width: 38.6%;
}
@media screen and (max-width: 768px) {
  .flow .step__block-content {
    width: 100%;
  }
}
.flow .step__block-content-ttl {
  margin-bottom: 45px;
}
@media screen and (max-width: 768px) {
  .flow .step__block-content-ttl {
    margin-bottom: 25px;
  }
}
.flow .step__block-content-ttl-en {
  font-size: clamp(1.875rem, 0.792rem + 2.26vw, 3.5rem);
  letter-spacing: 0.2em;
  color: #e18007;
  margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
  .flow .step__block-content-ttl-en {
    margin-bottom: 0;
  }
}
.flow .step__block-content-ttl-jp {
  font-size: clamp(1.25rem, 0.542rem + 1.48vw, 2.313rem);
  letter-spacing: 0.1em;
  padding-bottom: 20px;
  position: relative;
}
.flow .step__block-content-ttl-jp::before {
  content: "";
  position: absolute;
  bottom: 0;
  width: calc(100% + 6.2vw);
  height: 1px;
  background: #000000;
}
@media screen and (max-width: 768px) {
  .flow .step__block-content-ttl-jp::before {
    width: 100%;
  }
}
.flow .step__block-content-txt {
  font-size: clamp(1rem, 0.833rem + 0.35vw, 1.25rem);
  line-height: 1.75;
}
.flow .step__block:nth-of-type(odd) {
  flex-direction: row;
}
@media screen and (max-width: 768px) {
  .flow .step__block:nth-of-type(odd) {
    flex-direction: column-reverse;
  }
}
.flow .step__block:nth-of-type(odd) .step__block-content-ttl-jp {
  width: -moz-fit-content;
  width: fit-content;
}
.flow .step__block:nth-of-type(odd) .step__block-content-ttl-jp::before {
  right: 0;
}
@media screen and (max-width: 768px) {
  .flow .step__block:nth-of-type(odd) .step__block-content-ttl-jp::before {
    left: 0;
  }
}
.flow .step__block:nth-of-type(even) {
  flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .flow .step__block:nth-of-type(even) {
    flex-direction: column-reverse;
  }
}
.flow .step__block:nth-of-type(even) .step__block-content-ttl-jp {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .flow .step__block:nth-of-type(even) .step__block-content-ttl-jp {
    width: -moz-fit-content;
    width: fit-content;
  }
}
.flow .step__block:nth-of-type(even) .step__block-content-ttl-jp::before {
  left: 0;
}
.flow .step__block:not(:last-of-type) {
  margin-bottom: 120px;
}
@media screen and (max-width: 768px) {
  .flow .step__block:not(:last-of-type) {
    margin-bottom: 50px;
  }
}
.flow .step__block:last-of-type {
  flex-direction: column;
  gap: 25px;
}
.flow .step__block:last-of-type .step__block-thumbnail {
  width: 100%;
}
.flow .step__block:last-of-type .step__block-content {
  display: flex;
  width: 100%;
}
@media screen and (max-width: 1366px) {
  .flow .step__block:last-of-type .step__block-content {
    flex-direction: column;
    align-items: center;
  }
}
.flow .step__block:last-of-type .step__block-content-ttl {
  display: flex;
  justify-content: center;
  width: 43%;
}
@media screen and (max-width: 768px) {
  .flow .step__block:last-of-type .step__block-content-ttl {
    width: 100%;
  }
}
.flow .step__block:last-of-type .step__block-content-ttl-jp {
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 40px;
  padding-bottom: 0;
}
.flow .step__block:last-of-type .step__block-content-ttl-jp::before {
  width: 100%;
  bottom: -20px;
}
.flow .step__follow {
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
}
.flow .step__follow-en {
  position: relative;
  width: 100%;
  margin-bottom: 25px;
}
.flow .step__follow-en p {
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  padding: 0 25px;
  font-size: clamp(1.25rem, 0.417rem + 1.74vw, 2.5rem);
  letter-spacing: 0.14em;
  background: #ffffff;
  text-align: center;
  position: relative;
  z-index: 100;
}
.flow .step__follow-en::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background: #000000;
  z-index: -1;
}
.flow .step__follow-box {
  background: #e8e3d3;
  padding: 30px 5%;
}
@media screen and (max-width: 1024px) {
  .flow .step__follow-box {
    padding: 50px 25px;
  }
}
.flow .step__follow-box-ttl {
  font-size: clamp(1.25rem, 0.25rem + 2.08vw, 2.75rem);
  letter-spacing: 0.04em;
  color: #e18007;
  text-align: center;
  margin-bottom: 30px;
}
.flow .step__follow-box-frame {
  background: #ffffff;
  padding: 20px 5%;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .flow .step__follow-box-frame {
    text-align: left;
  }
}
.flow .step__follow-box-txt {
  font-size: clamp(1rem, 0.833rem + 0.35vw, 1.25rem);
  line-height: 1.75;
}
.flow .step__follow-box-txt:not(:last-of-type) {
  margin-bottom: 20px;
}

/*concept--------------------*/
.concept .catch {
  padding: 20px 0 170px 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .concept .catch {
    padding: 50px 0;
  }
}
.concept .catch::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  height: 85%;
  width: 87%;
  background: #e8e3d3;
  clip-path: polygon(100% 2%, 0% 100%, 100% 100%);
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .concept .catch::before {
    height: 250px;
  }
}
.concept .catch__top {
  width: 60%;
  position: absolute;
  top: 20px;
  right: 0;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .concept .catch__top {
    width: 100%;
    opacity: 0.25;
  }
}
.concept .catch__frame {
  display: flex;
  gap: 5.2%;
  padding: 100px 25px 0 50px;
}
@media screen and (max-width: 768px) {
  .concept .catch__frame {
    flex-direction: column;
    gap: 50px;
    padding: 50px 2.5%;
  }
}
.concept .catch__ttl {
  font-size: clamp(2.5rem, 0.833rem + 3.47vw, 5rem);
  letter-spacing: 0.18em;
  writing-mode: vertical-rl;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .concept .catch__ttl {
    writing-mode: unset;
    -ms-writing-mode: unset;
    flex-direction: row;
    align-items: baseline;
    gap: 0;
  }
}
@media screen and (max-width: 768px) {
  .concept .catch__ttl-first {
    font-size: 30px;
  }
}
.concept .catch__ttl-second {
  transform: translateY(260px);
}
@media screen and (max-width: 768px) {
  .concept .catch__ttl-second {
    transform: none;
    font-size: 30px;
  }
}
.concept .catch__ttl span {
  font-size: clamp(3.125rem, 0.208rem + 6.08vw, 7.5rem);
  color: #e18007;
}
.concept .catch__content {
  padding: 120px 0 0 0;
}
@media screen and (max-width: 768px) {
  .concept .catch__content {
    padding: 0;
  }
}
.concept .catch__content-en {
  width: -moz-fit-content;
  width: fit-content;
  font-size: clamp(1rem, 0.833rem + 0.35vw, 1.25rem);
  letter-spacing: 0.32em;
  display: block;
  margin-bottom: 45px;
  position: relative;
}
.concept .catch__content-en::before {
  content: "";
  position: absolute;
  top: 50%;
  left: calc(100% + 25px);
  transform: translateY(-50%);
  width: 220%;
  height: 1px;
  background: #000000;
}
.concept .catch__content-ttl {
  font-size: clamp(1.25rem, 0.667rem + 1.22vw, 2.125rem);
  letter-spacing: 0.18em;
  line-height: 2.2941176471;
  margin-bottom: 50px;
}
.concept .catch__content-ttl span {
  color: #e18007;
}
.concept .catch__content-txt {
  font-size: clamp(1rem, 0.833rem + 0.35vw, 1.25rem);
  line-height: 1.95;
  letter-spacing: 0.14em;
  margin-bottom: 60px;
}
.concept .catch__content-group {
  width: 100%;
  max-width: 1150px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  gap: 8.6%;
}
@media screen and (max-width: 768px) {
  .concept .catch__content-group {
    gap: 10px;
  }
}
.concept .catch__content-group-list {
  width: 27.6%;
}
@media screen and (max-width: 768px) {
  .concept .catch__content-group-list {
    width: calc(33.3333333333% - 6.6666666667px);
  }
}
@media screen and (max-width: 768px) {
  .concept .catch__content-group-list img {
    aspect-ratio: 439/302;
  }
}

.concept .pointTop {
  background-image: url(../images/concept/pointBg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .concept .pointTop {
    height: 200px;
  }
}
.concept .pointTop__ttl {
  font-size: clamp(1.25rem, 1.208rem + 0.09vw, 1.313rem);
  letter-spacing: 0.2em;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.concept .pointTop__ttl span {
  font-size: clamp(2.5rem, 0.417rem + 4.34vw, 5.625rem);
  font-weight: 600;
  display: inline-block;
  margin: 0 35px;
}

.concept .point {
  position: relative;
}
.concept .point::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 8.3%;
  aspect-ratio: 150/120;
  background: #e8e3d3;
  clip-path: polygon(0 0, 0% 100%, 100% 0);
}
.concept .point__ttl {
  position: absolute;
  top: 0;
  left: 5.2%;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .concept .point__ttl {
    position: static;
    top: unset;
    left: unset;
    padding-left: 2.5%;
    margin-bottom: 50px;
  }
}
.concept .point__ttl::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 120px;
  width: 220px;
  height: 1px;
  transform: rotate(-40deg);
  background: #000000;
}
@media screen and (max-width: 1024px) {
  .concept .point__ttl::before {
    display: none;
  }
}
.concept .point__ttl-en {
  font-size: clamp(1.25rem, 0.833rem + 0.87vw, 1.875rem);
  letter-spacing: 0.24em;
}
.concept .point__ttl-en span {
  font-size: clamp(2.5rem, 5.21vw, 6.25rem);
  letter-spacing: 0.32em;
  display: inline-block;
  margin-left: 25px;
}
.concept .point__ttl-jp {
  font-size: clamp(1.25rem, 0.667rem + 1.22vw, 2.125rem);
  letter-spacing: 0.18em;
  padding-left: 270px;
}
@media screen and (max-width: 1024px) {
  .concept .point__ttl-jp {
    padding-left: 0;
  }
}
.concept .point__ttl-jp span {
  font-size: clamp(1.875rem, 1.042rem + 1.74vw, 3.125rem);
  letter-spacing: 0.22em;
}
.concept .point__ttl-jp span span {
  color: #e18007;
}
.concept .point__txt {
  font-size: 18px;
  letter-spacing: 0.2em;
  margin-bottom: 25px;
}
.concept .point__lead {
  font-size: clamp(1.25rem, 0.167rem + 2.26vw, 2.875rem);
  line-height: 1.6739130435;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 768px) {
  .concept .point__lead {
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 25px;
  }
}
.concept .point__lead span {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  background: linear-gradient(transparent 50%, #e8e3d3 50%);
  padding-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .concept .point__lead span {
    background: linear-gradient(transparent 20%, #e8e3d3 80%);
  }
}
.concept .point__lead-first {
  margin-bottom: 20px;
}
.concept .point__lead-first span {
  color: #e18007;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .concept .point__lead-second {
    margin-left: auto;
    margin-right: auto;
  }
}

.concept .point01 {
  padding: 50px 0 70px 0;
}
@media screen and (max-width: 768px) {
  .concept .point01 {
    padding: 50px 0;
  }
}
.concept .point01 .point__ttl {
  top: 50px;
}
@media screen and (max-width: 1366px) {
  .concept .point01 .point__ttl {
    top: 10px;
  }
}
.concept .point01 .l-inner {
  max-width: 1500px;
  display: flex;
  align-items: flex-end;
  margin-left: auto;
  margin-right: auto;
  gap: 7.3%;
  padding: 145px 0 40px 0;
}
@media screen and (max-width: 768px) {
  .concept .point01 .l-inner {
    padding: 0 0 50px 0;
    flex-direction: column;
    align-items: center;
  }
}
.concept .point01 .l-inner-left {
  width: 90%;
  max-width: calc(100% - (50% - 860px));
  margin-right: auto;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .concept .point01 .l-inner-left {
    width: 95%;
    max-width: unset;
    margin-left: auto;
    margin-right: auto;
    flex-direction: column-reverse;
    gap: 50px;
  }
}
.concept .point01__top-content {
  width: 56%;
}
@media screen and (max-width: 768px) {
  .concept .point01__top-content {
    width: 100%;
  }
}
.concept .point01__top-content .point__lead-second {
  margin-left: auto;
}
.concept .point01__top-thumbnail {
  width: 46%;
}
@media screen and (max-width: 768px) {
  .concept .point01__top-thumbnail {
    width: 100%;
  }
}
.concept .point01__bottom {
  position: relative;
}
.concept .point01__bottom::before {
  content: "";
  position: absolute;
  bottom: -40px;
  right: 0;
  width: 26.5%;
  aspect-ratio: 510/428;
  clip-path: polygon(100% 100%, 0% 100%, 100% 0);
  background: #e8e3d3;
  z-index: -1;
}
.concept .point01__bottom-thumbnail {
  width: 51.7%;
}
@media screen and (max-width: 1366px) {
  .concept .point01__bottom-thumbnail {
    width: 30%;
  }
}
@media screen and (max-width: 768px) {
  .concept .point01__bottom-thumbnail {
    width: 100%;
  }
}
.concept .point01__bottom-content {
  width: 40.6%;
}
@media screen and (max-width: 1366px) {
  .concept .point01__bottom-content {
    width: 60%;
  }
}
@media screen and (max-width: 768px) {
  .concept .point01__bottom-content {
    width: 100%;
  }
}
.concept .point01__bottom-content-lead {
  font-size: clamp(1.25rem, 0.75rem + 1.04vw, 2rem);
  line-height: 1.9375;
  letter-spacing: 0.08em;
  margin-bottom: 55px;
}
@media screen and (max-width: 768px) {
  .concept .point01__bottom-content-lead {
    margin-bottom: 25px;
  }
}
.concept .point01__bottom-content-lead span {
  font-size: clamp(1.25rem, 0.333rem + 1.91vw, 2.625rem);
  letter-spacing: 0.18em;
}
.concept .point01__bottom-content-txt {
  font-size: 18px;
  line-height: 2.9444444444;
  letter-spacing: 0.02em;
  margin-bottom: 70px;
}
@media screen and (max-width: 768px) {
  .concept .point01__bottom-content-txt {
    line-height: 2.5;
    margin-bottom: 25px;
  }
}
.concept .point01__bottom-content-group {
  display: flex;
  gap: 10%;
}
@media screen and (max-width: 768px) {
  .concept .point01__bottom-content-group {
    flex-direction: column;
    gap: 50px;
  }
}
.concept .point01__bottom-content-group-list {
  width: 45%;
}
@media screen and (max-width: 768px) {
  .concept .point01__bottom-content-group-list {
    width: 100%;
  }
}

.concept .point02 {
  padding: 30px 0 0 0;
}
@media screen and (max-width: 768px) {
  .concept .point02 {
    padding: 50px 0;
  }
}
.concept .point02 .point__ttl {
  top: 30px;
}
@media screen and (max-width: 1366px) {
  .concept .point02 .point__ttl {
    top: 10px;
  }
}
.concept .point02__top {
  position: relative;
}
@media screen and (max-width: 768px) {
  .concept .point02__top {
    padding: 0 0 50px 0;
  }
}
.concept .point02__top::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 23%;
  aspect-ratio: 440/185;
  background: #ffffff;
  clip-path: polygon(100% 100%, 0% 100%, 0 0);
  z-index: -1;
}
.concept .point02__top::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 85%;
  aspect-ratio: 1660/680;
  background: #e8e3d3;
  clip-path: polygon(100% 100%, 0% 100%, 0 0);
  z-index: -2;
}
.concept .point02__top .l-inner-left {
  width: 90%;
  max-width: calc(100% - (50% - 900px));
  margin-right: auto;
  display: flex;
  align-items: flex-end;
  padding: 230px 0 130px 0;
}
@media screen and (max-width: 768px) {
  .concept .point02__top .l-inner-left {
    padding: 0 0 50px 0;
    width: 95%;
    max-width: unset;
    margin-left: auto;
    margin-right: auto;
    flex-direction: column;
    align-items: center;
    gap: 50px;
  }
}
.concept .point02__top-thumbnail-01 {
  width: 38.8%;
}
@media screen and (max-width: 768px) {
  .concept .point02__top-thumbnail-01 {
    width: 100%;
    order: 2;
  }
}
.concept .point02__top-thumbnail-02 {
  width: 27.7%;
}
@media screen and (max-width: 768px) {
  .concept .point02__top-thumbnail-02 {
    width: 100%;
    order: 3;
  }
}
.concept .point02__top-ttl {
  padding: 0 13.6% 0 7.5%;
  transform: translateY(-50px);
  display: flex;
  flex-direction: column;
  writing-mode: vertical-rl;
  gap: 40px;
  height: -moz-max-content;
  height: max-content;
}
@media screen and (max-width: 768px) {
  .concept .point02__top-ttl {
    writing-mode: unset;
    transform: none;
    gap: 25px;
    padding: 0;
    order: 1;
    text-align: center;
  }
}
.concept .point02__top-ttl-span01 {
  font-size: 18px;
  letter-spacing: 0.3em;
  background: #e8e3d3;
  padding: 5px;
  height: -moz-fit-content;
  height: fit-content;
}
.concept .point02__top-ttl-span02 {
  font-size: clamp(1.25rem, 0.042rem + 2.52vw, 3.063rem);
  letter-spacing: 0.22em;
  padding-top: 105px;
}
@media screen and (max-width: 768px) {
  .concept .point02__top-ttl-span02 {
    padding-top: 0;
  }
}
.concept .point02__top-ttl-span02 span {
  font-size: clamp(2.5rem, 1.083rem + 2.95vw, 4.625rem);
  color: #e18007;
}
.concept .point02__top-ttl-span03 {
  font-size: clamp(1.25rem, 0.042rem + 2.52vw, 3.063rem);
  letter-spacing: 0.22em;
  padding-top: 210px;
}
@media screen and (max-width: 768px) {
  .concept .point02__top-ttl-span03 {
    padding-top: 0;
  }
}
.concept .point02__bottom {
  position: relative;
  padding: 75px 0 60px 0;
}
@media screen and (max-width: 768px) {
  .concept .point02__bottom {
    padding: 50px 0 0 0;
  }
}
.concept .point02__bottom .l-inner {
  max-width: 1500px;
}
.concept .point02__bottom-bg {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
  width: 110%;
}
.concept .point02__bottom-catch {
  background: #e8e3d3;
  width: 70%;
  max-width: 1336px;
  margin-left: auto;
  margin-right: auto;
  padding: 50px 10px;
  display: flex;
  flex-wrap: wrap;
  gap: 100px;
  margin-bottom: 110px;
}
@media screen and (max-width: 1920px) {
  .concept .point02__bottom-catch {
    gap: 50px;
  }
}
@media screen and (max-width: 1366px) {
  .concept .point02__bottom-catch {
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (max-width: 1024px) {
  .concept .point02__bottom-catch {
    width: 95%;
    max-width: unset;
    padding: 50px 25px;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 768px) {
  .concept .point02__bottom-catch {
    padding: 25px;
    gap: 0;
  }
}
.concept .point02__bottom-catch-ttl {
  font-size: clamp(1.25rem, 0.583rem + 1.39vw, 2.25rem);
  display: flex;
  flex-direction: column;
  gap: 25px;
  transform: translateX(-10px);
}
@media screen and (max-width: 1920px) {
  .concept .point02__bottom-catch-ttl {
    font-size: 20px;
  }
}
@media screen and (max-width: 1366px) {
  .concept .point02__bottom-catch-ttl {
    align-items: center;
    transform: none;
  }
}
@media screen and (max-width: 1024px) {
  .concept .point02__bottom-catch-ttl {
    width: 100%;
    gap: 5px;
    margin-bottom: 25px;
  }
}
.concept .point02__bottom-catch-ttl span {
  background: #3f3f3f;
  display: block;
  color: #ffffff;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 1024px) {
  .concept .point02__bottom-catch-ttl span {
    width: 100%;
    text-align: center;
  }
}
.concept .point02__bottom-catch-ttl-span01 {
  padding: 5px 5px 5px 60px;
}
@media screen and (max-width: 1366px) {
  .concept .point02__bottom-catch-ttl-span01 {
    padding: 5px 30px;
  }
}
.concept .point02__bottom-catch-ttl-span02 {
  padding: 5px;
  margin-left: 8.3vw;
}
@media screen and (max-width: 1366px) {
  .concept .point02__bottom-catch-ttl-span02 {
    margin-left: 0;
    padding: 5px 30px;
  }
}
.concept .point02__bottom-catch-txt {
  font-size: 18px;
  line-height: 2.7222222222;
  letter-spacing: 0.16em;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 1920px) {
  .concept .point02__bottom-catch-txt {
    font-size: 16px;
  }
}
@media screen and (max-width: 1366px) {
  .concept .point02__bottom-catch-txt {
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .concept .point02__bottom-catch-txt {
    line-height: 2;
    text-align: justify;
  }
}
.concept .point02__bottom-group {
  display: flex;
  gap: 8%;
}
@media screen and (max-width: 768px) {
  .concept .point02__bottom-group {
    gap: 10px;
  }
}
.concept .point02__bottom-group-list {
  width: 30.6666666667%;
}
@media screen and (max-width: 768px) {
  .concept .point02__bottom-group-list {
    width: calc(33.3333333333% - 6.6666666667px);
  }
}
.concept .point02__bottom-group-list img {
  aspect-ratio: 439/302;
}

.concept .point03 {
  padding: 70px 0 0 0;
}
@media screen and (max-width: 768px) {
  .concept .point03 {
    padding: 50px 0 0 0;
  }
}
.concept .point03 .point__ttl {
  top: 70px;
}
@media screen and (max-width: 1366px) {
  .concept .point03 .point__ttl {
    top: 10px;
  }
}
.concept .point03__top .l-inner {
  max-width: 1500px;
  display: flex;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  gap: 7.3%;
  padding: 160px 0 25px 0;
}
@media screen and (max-width: 768px) {
  .concept .point03__top .l-inner {
    padding: 0;
    flex-direction: column;
  }
}
.concept .point03__top-content {
  width: 51%;
}
@media screen and (max-width: 768px) {
  .concept .point03__top-content {
    width: 100%;
  }
}
.concept .point03__top-thumbnail {
  width: 46%;
}
@media screen and (max-width: 768px) {
  .concept .point03__top-thumbnail {
    width: 100%;
  }
}
.concept .point03__bottom {
  position: relative;
}
.concept .point03__bottom::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 17.4%;
  height: 100%;
  background: #ccc9be;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .concept .point03__bottom::before {
    opacity: 0.3;
    left: unset;
    right: 0;
  }
}
.concept .point03__bottom .l-inner {
  max-width: 1500px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 0 100px 0;
  gap: 10px;
}
@media screen and (max-width: 1366px) {
  .concept .point03__bottom .l-inner {
    gap: 50px;
  }
}
@media screen and (max-width: 768px) {
  .concept .point03__bottom .l-inner {
    flex-direction: column;
    padding: 0 0 50px 0;
    gap: 25px;
  }
}
.concept .point03__bottom-group {
  width: 34.6%;
  display: flex;
  flex-direction: column;
  gap: 55px;
}
@media screen and (max-width: 768px) {
  .concept .point03__bottom-group {
    width: 100%;
    gap: 50px;
  }
}
.concept .point03__bottom-content {
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 1024px) {
  .concept .point03__bottom-content .br-pc {
    display: none;
  }
}
.concept .point03__bottom-content-lead {
  width: -moz-fit-content;
  width: fit-content;
  font-size: clamp(1.25rem, 0.542rem + 1.48vw, 2.313rem);
  line-height: 2.027027027;
  letter-spacing: 0.16em;
  margin-bottom: 75px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .concept .point03__bottom-content-lead {
    margin-bottom: 25px;
  }
}
.concept .point03__bottom-content-lead::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -25px;
  width: 100%;
  height: 1px;
  background: #000000;
}
.concept .point03__bottom-content-lead span {
  color: #e18007;
}
.concept .point03__bottom-content-txt {
  font-size: 18px;
  line-height: 2.7222222222;
  letter-spacing: 0.16em;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .concept .point03__bottom-content-txt {
    margin-bottom: 25px;
  }
}
.concept .point03__bottom-content-box {
  background: #e8e3d3;
  padding: 20px 5% 80px 5%;
}
@media screen and (max-width: 768px) {
  .concept .point03__bottom-content-box {
    padding: 25px 15px;
  }
}
.concept .point03__bottom-content-box p {
  font-size: clamp(1rem, 0.833rem + 0.35vw, 1.25rem);
  line-height: 2.2;
  letter-spacing: 0.16em;
}
.concept .point03__bottom-content-box p:not(:last-of-type) {
  margin-bottom: 20px;
}

/*contact--------------------*/
.contact .intro {
  background-image: url(../images/contact/bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin-top: 25px;
  padding: 90px 0 120px 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .contact .intro {
    padding: 50px 0;
  }
}
.contact .intro::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 72.9%;
  height: calc(100% + 15px);
  background: #e8e3d3;
  clip-path: polygon(0 0, 0% 100%, 100% 0);
  z-index: 1;
}
.contact .intro * {
  position: relative;
  z-index: 100;
}
.contact .intro__ttl {
  font-size: clamp(2.5rem, 0.792rem + 3.56vw, 5.063rem);
  letter-spacing: 0.32em;
  color: #e18007;
  margin-bottom: 185px;
}
@media screen and (max-width: 768px) {
  .contact .intro__ttl {
    margin-bottom: 50px;
  }
}
.contact .intro__frame {
  width: 100%;
  max-width: 1020px;
  margin-left: auto;
  margin-right: auto;
}
.contact .intro__group {
  background: #ffffff;
  border: 1px solid #ccc9be;
  padding: 40px 2% 50px 4%;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .contact .intro__group {
    padding: 50px 25px;
  }
}
.contact .intro__group-list {
  font-size: 18px;
  letter-spacing: 0.12em;
  line-height: 2.0555555556;
  position: relative;
  padding-left: 18px;
}
.contact .intro__group-list::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 15px;
  height: 15px;
  background: #000000;
  border-radius: 50%;
}
.contact .intro__group-list:not(:last-of-type) {
  margin-bottom: 10px;
}
.contact .intro__tel {
  background: #ccc9be;
  padding: 20px 0;
}
@media screen and (max-width: 768px) {
  .contact .intro__tel {
    padding: 50px 25px;
  }
}
.contact .intro__tel-frame {
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  gap: 6.4vw;
}
@media screen and (max-width: 768px) {
  .contact .intro__tel-frame {
    flex-direction: column;
    gap: 50px;
  }
}
.contact .intro__tel-info {
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  position: relative;
}
.contact .intro__tel-info::before {
  content: "";
  position: absolute;
  top: 0;
  right: -3.2vw;
  width: 1px;
  height: 100%;
  background: #000000;
}
@media screen and (max-width: 768px) {
  .contact .intro__tel-info::before {
    display: none;
  }
}
.contact .intro__tel-head {
  font-size: clamp(1rem, 0.833rem + 0.35vw, 1.25rem);
  letter-spacing: 0.14em;
  background: #ffffff;
  padding: 5px;
  margin-bottom: 10px;
}
.contact .intro__tel-schedule {
  font-size: 17px;
  letter-spacing: 0.12em;
}
.contact .intro__tel-number {
  width: -moz-fit-content;
  width: fit-content;
  font-size: clamp(1.25rem, 0.5rem + 1.56vw, 2.375rem);
  letter-spacing: 0.22em;
}

.contact .form {
  padding: 0 0 215px 0;
}
@media screen and (max-width: 768px) {
  .contact .form {
    padding: 0 0 50px 0;
  }
}
.contact .form .l-inner {
  max-width: 1020px;
}
.contact .form .wpcf7-spinner {
  display: none !important;
}
.contact .form__txt {
  font-size: clamp(1.25rem, 1.167rem + 0.17vw, 1.375rem);
  line-height: 2;
  letter-spacing: 0.04em;
  text-align: center;
  margin-bottom: 50px;
}
.contact .form__ttl {
  font-size: clamp(1.25rem, 0.5rem + 1.56vw, 2.375rem);
  line-height: 1.7368421053;
  letter-spacing: 0.06em;
  color: #e19248;
  text-align: center;
  margin-bottom: 55px;
}
@media screen and (max-width: 768px) {
  .contact .form__ttl {
    margin-bottom: 50px;
  }
}
.contact .form__note {
  margin-bottom: 90px;
}
@media screen and (max-width: 768px) {
  .contact .form__note {
    margin-bottom: 50px;
  }
}
.contact .form__note-list {
  position: relative;
  font-size: 16px;
  padding-left: 25px;
}
.contact .form__note-list::before {
  content: "";
  position: absolute;
  top: 3px;
  left: 0;
  width: 16px;
  height: 16px;
  border-radius: 50px;
  border: 1px solid #000000;
}
.contact .form__note-list span {
  color: #e18007;
}
.contact .form__note-list:not(:last-of-type) {
  margin-bottom: 20px;
}
.contact .form__group {
  margin-bottom: 70px;
}
@media screen and (max-width: 768px) {
  .contact .form__group {
    margin-bottom: 50px;
  }
}
.contact .form__group-block {
  padding: 30px 20px;
  display: flex;
  align-items: center;
  border-top: 1px solid #000000;
}
@media screen and (max-width: 768px) {
  .contact .form__group-block {
    flex-direction: column;
    gap: 25px;
    align-items: flex-start;
  }
}
.contact .form__group-block:last-of-type {
  border-bottom: 1px solid #000000;
}
.contact .form__group-head {
  width: 265px;
  min-width: 265px;
  display: flex;
  justify-content: space-between;
  margin-right: 75px;
}
@media screen and (max-width: 768px) {
  .contact .form__group-head {
    min-width: unset;
    width: -moz-fit-content;
    width: fit-content;
    margin-right: 10px;
  }
}
.contact .form__group-head * {
  font-size: clamp(1.25rem, 1.208rem + 0.09vw, 1.313rem);
}
@media screen and (max-width: 1920px) {
  .contact .form__group-head * {
    font-size: 16px;
  }
}
.contact .form__group-head-must {
  color: #e18007;
}
.contact .form__group-content {
  display: flex;
  align-items: center;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .contact .form__group-content {
    flex-direction: column;
    align-items: flex-start;
  }
}
.contact .form__group-content-item {
  display: flex;
  align-items: center;
}
.contact .form__group-content-post {
  word-break: keep-all;
}
.contact .form__group-content input, .contact .form__group-content textarea {
  background: #e8e3d3;
  padding: 5px 10px;
  width: 100%;
}
.contact .form__group-content input {
  height: 50px;
}
.contact .form__group-content textarea {
  height: 260px;
}
.contact .form__group-content span {
  text-box-trim: unset;
}
.contact .form__group-content .wpcf7-form-control-wrap {
  position: relative;
}
.contact .form__group-content .wpcf7-not-valid-tip {
  position: absolute;
  bottom: -20px;
  left: 0;
  width: 100vw;
}
.contact .form__group .form__group-kanji .form__group-content-post {
  font-size: clamp(1.25rem, 1.208rem + 0.09vw, 1.313rem);
  margin-right: 15px;
}
.contact .form__group .form__group-kanji .form__group-content {
  gap: 25px;
  width: 22.6vw;
}
@media screen and (max-width: 1366px) {
  .contact .form__group .form__group-kanji .form__group-content {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .contact .form__group .form__group-kanji .form__group-content-item {
    width: 100%;
  }
}
.contact .form__group .form__group-kanji input {
  max-width: 155px;
}
@media screen and (max-width: 768px) {
  .contact .form__group .form__group-kanji input {
    max-width: 100%;
  }
}
.contact .form__group .form__group-furigana .form__group-content-post {
  font-size: 18px;
  margin-right: 10px;
}
.contact .form__group .form__group-furigana .form__group-content {
  gap: 25px;
  width: 22.6vw;
}
@media screen and (max-width: 1366px) {
  .contact .form__group .form__group-furigana .form__group-content {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .contact .form__group .form__group-furigana .form__group-content-item {
    width: 100%;
  }
}
.contact .form__group .form__group-furigana input {
  max-width: 155px;
}
@media screen and (max-width: 768px) {
  .contact .form__group .form__group-furigana input {
    max-width: 100%;
  }
}
.contact .form__group .form__group-tel .form__group-content,
.contact .form__group .form__group-fax .form__group-content {
  gap: 10px;
  width: 22.6vw;
}
@media screen and (max-width: 1366px) {
  .contact .form__group .form__group-tel .form__group-content,
  .contact .form__group .form__group-fax .form__group-content {
    width: 100%;
    flex-direction: row;
    align-items: center;
  }
}
.contact .form__group .form__group-tel input,
.contact .form__group .form__group-fax input {
  max-width: 120px;
}
.contact .form__group .form__group-mail .form__group-content-item {
  width: 100%;
}
.contact .form__group .form__group-address .form__group-content {
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}
.contact .form__group .form__group-address .form__group-content .form__group-content-frame {
  display: flex;
  align-items: center;
  gap: 15px;
}
.contact .form__group .form__group-address .form__group-content .form__group-content-frame .form__group-content-item {
  gap: 15px;
}
.contact .form__group .form__group-address .form__group-content .form__group-content-frame .form__group-content-item:first-of-type input {
  width: 120px;
}
@media screen and (max-width: 768px) {
  .contact .form__group .form__group-address .form__group-content .form__group-content-frame .form__group-content-item:first-of-type input {
    width: 100px;
  }
}
.contact .form__group .form__group-address .form__group-content .form__group-content-frame .form__group-content-item:last-of-type input {
  width: 140px;
}
@media screen and (max-width: 768px) {
  .contact .form__group .form__group-address .form__group-content .form__group-content-frame .form__group-content-item:last-of-type input {
    width: 120px;
  }
}
.contact .form__group .form__group-address .form__group-content .form__group-content-main {
  width: 100%;
}
.contact .form__group .form__group-message {
  align-items: flex-start;
}
.contact .form__group .form__group-message .form__group-content-item {
  width: 100%;
}
.contact .form__privacy-ttl {
  font-size: clamp(1.25rem, 1.042rem + 0.43vw, 1.563rem);
  padding: 25px;
  background: #e19248;
  position: relative;
}
.contact .form__privacy-ttl::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 15px solid transparent;
  border-left: 15px solid transparent;
  border-top: 15px solid #000000;
  border-bottom: 0;
  position: absolute;
  top: 50%;
  right: 65px;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .contact .form__privacy-ttl::before {
    right: 25px;
  }
}
.contact .form__privacy-frame {
  padding: 20px 25px 75px 25px;
  border: 1px solid #ccc9be;
  display: none;
}
@media screen and (max-width: 768px) {
  .contact .form__privacy-frame {
    padding: 25px;
  }
}
.contact .form__privacy-frame.active {
  display: block;
}
.contact .form__privacy-block:not(:first-of-type) {
  margin-top: 35px;
}
.contact .form__privacy-lead {
  font-size: 17px;
  color: #e18007;
  margin-bottom: 20px;
}
.contact .form__privacy-txt {
  font-size: 17px;
  line-height: 2.0588235294;
}
.contact .form__privacy-group-list {
  font-size: 17px;
  position: relative;
  padding-left: 10px;
  margin-top: 20px;
  margin-bottom: 5px;
}
.contact .form__privacy-group-list::before {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #000000;
  top: 10px;
  left: 0;
}
.contact .form__privacy-post {
  font-size: 17px;
  line-height: 2.0588235294;
  position: relative;
  padding-left: 20px;
  margin-top: 20px;
  margin-bottom: 15px;
}
.contact .form__privacy-post::before {
  content: "";
  position: absolute;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  background: #000000;
  top: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  .contact .form__privacy-post::before {
    top: 10px;
  }
}
.contact .form__acceptance {
  padding: 50px 0 55px 0;
  text-align: center;
  border-bottom: 1px solid #000000;
  margin-bottom: 70px;
}
@media screen and (max-width: 768px) {
  .contact .form__acceptance {
    padding: 50px 0;
    margin-bottom: 50px;
  }
}
.contact .form__acceptance .wpcf7-acceptance .wpcf7-list-item {
  margin-left: 0;
}
.contact .form__acceptance .wpcf7-acceptance .wpcf7-list-item label {
  display: flex !important;
  align-items: center !important;
  gap: 10px;
}
@media screen and (max-width: 768px) {
  .contact .form__acceptance .wpcf7-acceptance .wpcf7-list-item-label {
    font-size: 14px !important;
  }
}
.contact .form__submit {
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
.contact .form__submit input {
  font-size: clamp(1.25rem, 1.208rem + 0.09vw, 1.313rem);
  background: #3f3f3f;
  border: 1px solid #3f3f3f;
  color: #ffffff;
  padding: 15px 50px;
  width: -moz-fit-content;
  width: fit-content;
}
.contact .form__submit input:hover {
  background: #ffffff;
  color: #3f3f3f;
}

/*archiveNews--------------------*/
.post-type-archive-post .l-inner,
.date .l-inner,
.category .l-inner {
  max-width: 1570px;
}

.post-type-archive-post .catch,
.date .catch,
.category .catch {
  padding: 60px 0;
}
@media screen and (max-width: 768px) {
  .post-type-archive-post .catch,
  .date .catch,
  .category .catch {
    padding: 50px 0;
  }
}
.post-type-archive-post .catch__ttl,
.date .catch__ttl,
.category .catch__ttl {
  position: relative;
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .post-type-archive-post .catch__ttl,
  .date .catch__ttl,
  .category .catch__ttl {
    position: static;
  }
}
.post-type-archive-post .catch__ttl-en,
.date .catch__ttl-en,
.category .catch__ttl-en {
  font-size: clamp(2.5rem, 0.792rem + 3.56vw, 5.063rem);
  font-weight: 600;
  letter-spacing: 0.32em;
  color: #e18007;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .post-type-archive-post .catch__ttl-en,
  .date .catch__ttl-en,
  .category .catch__ttl-en {
    position: static;
    top: unset;
    left: unset;
    transform: none;
    margin-bottom: 10px;
  }
}
.post-type-archive-post .catch__ttl-jp,
.date .catch__ttl-jp,
.category .catch__ttl-jp {
  font-size: clamp(1.25rem, 0.667rem + 1.22vw, 2.125rem);
  font-weight: 600;
  letter-spacing: 0.18em;
}

.post-type-archive-post .category,
.date .category,
.category .category {
  padding: 0 0 100px 0;
}
@media screen and (max-width: 768px) {
  .post-type-archive-post .category,
  .date .category,
  .category .category {
    padding: 0 0 50px 0;
  }
}
.post-type-archive-post .category__group,
.date .category__group,
.category .category__group {
  background: #e8e3d3;
  padding: 20px;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  align-items: center;
  gap: 105px;
}
@media screen and (max-width: 768px) {
  .post-type-archive-post .category__group,
  .date .category__group,
  .category .category__group {
    width: 100%;
    flex-direction: column;
    gap: 25px;
  }
}
@media screen and (max-width: 768px) {
  .post-type-archive-post .category__group-list,
  .date .category__group-list,
  .category .category__group-list {
    width: -moz-fit-content;
    width: fit-content;
  }
}
.post-type-archive-post .category__group-link,
.date .category__group-link,
.category .category__group-link {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}
.post-type-archive-post .category__group-link span,
.date .category__group-link span,
.category .category__group-link span {
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #ffffff;
  position: absolute;
  top: 50%;
  left: -35px;
  transform: translateY(-50%);
}
.post-type-archive-post .category__group-link span::before, .post-type-archive-post .category__group-link span::after,
.date .category__group-link span::before,
.date .category__group-link span::after,
.category .category__group-link span::before,
.category .category__group-link span::after {
  content: "";
  position: absolute;
  top: calc(50% - 0.5px);
  left: 50%;
  width: 12px;
  height: 1px;
  border-radius: 9999px;
  background-color: #000000;
  transform-origin: calc(100% - 0.5px) 50%;
}
.post-type-archive-post .category__group-link span::before,
.date .category__group-link span::before,
.category .category__group-link span::before {
  transform: translateX(-50%) rotate(30deg);
}
.post-type-archive-post .category__group-link span::after,
.date .category__group-link span::after,
.category .category__group-link span::after {
  transform: translateX(-50%) rotate(-30deg);
}

.post-type-archive-post .list,
.date .list,
.category .list {
  padding: 0 0 190px 0;
}
@media screen and (max-width: 768px) {
  .post-type-archive-post .list,
  .date .list,
  .category .list {
    padding: 0 0 150px 0;
  }
}
.post-type-archive-post .list__group,
.date .list__group,
.category .list__group {
  display: flex;
  flex-wrap: wrap;
  gap: 120px 4.7%;
}
@media screen and (max-width: 1920px) {
  .post-type-archive-post .list__group,
  .date .list__group,
  .category .list__group {
    gap: 120px 2%;
  }
}
@media screen and (max-width: 1024px) {
  .post-type-archive-post .list__group,
  .date .list__group,
  .category .list__group {
    gap: 50px 10px;
  }
}
.post-type-archive-post .list__group-item,
.date .list__group-item,
.category .list__group-item {
  width: 21.475%;
}
@media screen and (max-width: 1920px) {
  .post-type-archive-post .list__group-item,
  .date .list__group-item,
  .category .list__group-item {
    width: 23.5%;
  }
}
@media screen and (max-width: 1024px) {
  .post-type-archive-post .list__group-item,
  .date .list__group-item,
  .category .list__group-item {
    width: calc(50% - 5px);
  }
}
.post-type-archive-post .list__group-link,
.date .list__group-link,
.category .list__group-link {
  width: 100%;
  height: 100%;
  display: block;
}
.post-type-archive-post .list__group-thumbnail,
.date .list__group-thumbnail,
.category .list__group-thumbnail {
  aspect-ratio: 339/232;
  margin-bottom: 10px;
  position: relative;
}
.post-type-archive-post .list__group-thumbnail img,
.date .list__group-thumbnail img,
.category .list__group-thumbnail img {
  aspect-ratio: 339/232;
}
.post-type-archive-post .list__group-cat,
.date .list__group-cat,
.category .list__group-cat {
  font-size: 16px;
  background: #ccc9be;
  padding: 10px;
  position: absolute;
  top: 15px;
  left: 15px;
}
@media screen and (max-width: 768px) {
  .post-type-archive-post .list__group-cat,
  .date .list__group-cat,
  .category .list__group-cat {
    top: 5px;
    left: 5px;
    padding: 5px;
    font-size: 12px;
  }
}
.post-type-archive-post .list__group-ttl,
.date .list__group-ttl,
.category .list__group-ttl {
  font-size: 18px;
  margin-bottom: 15px;
}
@media screen and (max-width: 1366px) {
  .post-type-archive-post .list__group-ttl,
  .date .list__group-ttl,
  .category .list__group-ttl {
    font-size: 14px;
  }
}
@media screen and (max-width: 1024px) {
  .post-type-archive-post .list__group-ttl,
  .date .list__group-ttl,
  .category .list__group-ttl {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .post-type-archive-post .list__group-ttl,
  .date .list__group-ttl,
  .category .list__group-ttl {
    font-size: 14px;
    margin-bottom: 5px;
  }
}
.post-type-archive-post .list__group-date,
.date .list__group-date,
.category .list__group-date {
  font-size: 16px;
  font-weight: 600;
}
@media screen and (max-width: 1366px) {
  .post-type-archive-post .list__group-date,
  .date .list__group-date,
  .category .list__group-date {
    font-size: 12px;
  }
}
@media screen and (max-width: 1024px) {
  .post-type-archive-post .list__group-date,
  .date .list__group-date,
  .category .list__group-date {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .post-type-archive-post .list__group-date,
  .date .list__group-date,
  .category .list__group-date {
    font-size: 12px;
  }
}

.post-type-archive-post .pager,
.date .pager,
.category .pager {
  padding: 0 0 190px 0;
}

/*singleNews--------------------*/
.single-post .l-inner {
  max-width: 1570px;
}

.single-post .frame {
  padding: 130px 0 290px 0;
}
@media screen and (max-width: 1024px) {
  .single-post .frame {
    padding: 50px 0;
  }
}
.single-post .frame .l-inner {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .single-post .frame .l-inner {
    flex-direction: column;
    gap: 50px;
  }
}

.single-post .contents {
  width: calc(100% - 400px);
  max-width: 990px;
}
@media screen and (max-width: 1024px) {
  .single-post .contents {
    width: 100%;
  }
}
.single-post .contents__head {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #000000;
  padding-bottom: 10px;
  margin-bottom: 15px;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 1024px) {
  .single-post .contents__head {
    width: 100%;
  }
}
.single-post .contents__date {
  font-size: 18px;
  margin-right: 25px;
}
.single-post .contents__cat {
  font-size: 17px;
  background: #ccc9be;
  padding: 5px 15px;
}
.single-post .contents__ttl {
  font-size: clamp(1.25rem, 0.583rem + 1.39vw, 2.25rem);
  letter-spacing: 0.16em;
  line-height: 1.5;
  margin-bottom: 35px;
}
.single-post .contents__block {
  margin-bottom: 250px;
}
@media screen and (max-width: 768px) {
  .single-post .contents__block {
    margin-bottom: 50px;
  }
}
.single-post .contents__block * {
  margin-bottom: 50px;
}
.single-post .contents h2.wp-block-heading {
  font-size: 30px;
  background: #e19248;
  color: #ffffff;
}
.single-post .contents h3.wp-block-heading {
  font-size: 24px;
  border-bottom: 1px solid #e19248;
  padding-bottom: 5px;
}
.single-post .contents h4.wp-block-heading {
  font-size: 20px;
  position: relative;
  padding-left: 20px;
}
.single-post .contents h4.wp-block-heading::before {
  content: "";
  position: absolute;
  top: 0;
  width: 5px;
  height: 100%;
  left: 0;
  background: #e19248;
}
.single-post .contents h5 {
  font-size: 18px;
}
.single-post .contents p {
  font-size: 16px;
}

.single-post .aside {
  width: 350px;
  padding-top: 30px;
}
@media screen and (max-width: 1024px) {
  .single-post .aside {
    width: 100%;
    min-width: unset;
    padding-top: 0;
  }
}
.single-post .aside__block-ttl {
  font-size: clamp(1.25rem, 1rem + 0.52vw, 1.625rem);
  font-weight: 600;
  color: #000000;
  letter-spacing: 0.16em;
  padding: 20px;
  background: #e19248;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .single-post .aside__block-ttl {
    margin-bottom: 25px;
  }
}
.single-post .aside__block:not(:last-of-type) {
  margin-bottom: 75px;
}
@media screen and (max-width: 768px) {
  .single-post .aside__block:not(:last-of-type) {
    margin-bottom: 25px;
  }
}
.single-post .aside__article-item:not(:last-of-type) {
  border-bottom: 1px solid #000000;
}
.single-post .aside__article-link {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  padding: 30px 0;
}
.single-post .aside__article-thumbnail {
  aspect-ratio: 190/130;
  width: 41.3%;
}
.single-post .aside__article-thumbnail img {
  aspect-ratio: 190/130;
}
.single-post .aside__article-content {
  width: 54%;
}
.single-post .aside__article-content-date {
  font-size: 18px;
  margin-bottom: 15px;
}
@media screen and (max-width: 1920px) {
  .single-post .aside__article-content-date {
    font-size: 16px;
  }
}
.single-post .aside__article-content-ttl {
  font-size: 19px;
  margin-bottom: 15px;
}
@media screen and (max-width: 1920px) {
  .single-post .aside__article-content-ttl {
    font-size: 18px;
  }
}
.single-post .aside__article-content-cat {
  font-size: 16px;
  background: #ccc9be;
  padding: 5px 10px;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 1920px) {
  .single-post .aside__article-content-cat {
    font-size: 14px;
  }
}
.single-post .aside__archive li {
  position: relative;
}
.single-post .aside__archive li:not(:last-of-type) {
  border-bottom: 1px solid #000000;
}
.single-post .aside__archive a {
  width: 100%;
  height: 100%;
  display: block;
  font-size: clamp(1rem, 0.833rem + 0.35vw, 1.25rem);
  padding: 20px 15px 20px 50px;
}
.single-post .aside__archive span {
  display: inline-block;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #3f3f3f;
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
}
.single-post .aside__archive span::before, .single-post .aside__archive span::after {
  content: "";
  position: absolute;
  top: calc(50% - 0.5px);
  left: 50%;
  width: 10px;
  height: 1px;
  border-radius: 9999px;
  background-color: #ffffff;
  transform-origin: calc(100% - 0.5px) 50%;
}
.single-post .aside__archive span::before {
  transform: translateX(-50%) rotate(30deg);
}
.single-post .aside__archive span::after {
  transform: translateX(-50%) rotate(-30deg);
}
.single-post .aside__category__group-list:not(:last-of-type) {
  border-bottom: 1px solid #000000;
}
.single-post .aside__category__group-link {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  font-size: clamp(1rem, 0.833rem + 0.35vw, 1.25rem);
  padding: 20px 15px 20px 50px;
}
.single-post .aside__category__group-link span {
  display: inline-block;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #e8e3d3;
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
}
.single-post .aside__category__group-link span::before, .single-post .aside__category__group-link span::after {
  content: "";
  position: absolute;
  top: calc(50% - 0.5px);
  left: 50%;
  width: 10px;
  height: 1px;
  border-radius: 9999px;
  background-color: #000000;
  transform-origin: calc(100% - 0.5px) 50%;
}
.single-post .aside__category__group-link span::before {
  transform: translateX(-50%) rotate(30deg);
}
.single-post .aside__category__group-link span::after {
  transform: translateX(-50%) rotate(-30deg);
}

/*archiveNews--------------------*/
.post-type-archive-works .l-inner,
.tax-works-cat .l-inner {
  max-width: 1570px;
}

.post-type-archive-works .catch,
.tax-works-cat .catch {
  padding: 105px 0 140px 0;
}
@media screen and (max-width: 768px) {
  .post-type-archive-works .catch,
  .tax-works-cat .catch {
    padding: 50px 0;
  }
}
.post-type-archive-works .catch__ttl,
.tax-works-cat .catch__ttl {
  position: relative;
  width: 100%;
  text-align: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .post-type-archive-works .catch__ttl,
  .tax-works-cat .catch__ttl {
    margin-bottom: 50px;
  }
}
.post-type-archive-works .catch__ttl-en,
.tax-works-cat .catch__ttl-en {
  font-size: clamp(2.5rem, 0.792rem + 3.56vw, 5.063rem);
  font-weight: 600;
  letter-spacing: 0.32em;
  color: #e18007;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .post-type-archive-works .catch__ttl-en,
  .tax-works-cat .catch__ttl-en {
    position: static;
    top: unset;
    left: unset;
    transform: none;
    margin-bottom: 10px;
  }
}
.post-type-archive-works .catch__ttl-jp,
.tax-works-cat .catch__ttl-jp {
  font-size: clamp(1.25rem, 0.667rem + 1.22vw, 2.125rem);
  font-weight: 600;
  letter-spacing: 0.18em;
}
.post-type-archive-works .catch__txt,
.tax-works-cat .catch__txt {
  font-size: clamp(1.25rem, 1.208rem + 0.09vw, 1.313rem);
  text-align: center;
  letter-spacing: 0.2em;
}

.post-type-archive-works .category,
.tax-works-cat .category {
  padding: 0 0 100px 0;
}
@media screen and (max-width: 768px) {
  .post-type-archive-works .category,
  .tax-works-cat .category {
    padding: 0 0 50px 0;
  }
}
.post-type-archive-works .category__group,
.tax-works-cat .category__group {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  align-items: center;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .post-type-archive-works .category__group,
  .tax-works-cat .category__group {
    flex-direction: column;
    gap: 50px;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .post-type-archive-works .category__group-list,
  .tax-works-cat .category__group-list {
    width: 100%;
    text-align: center;
  }
}
.post-type-archive-works .category__group-link,
.tax-works-cat .category__group-link {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  font-size: clamp(1.25rem, 1.208rem + 0.09vw, 1.313rem);
  padding: 5px 20px;
  border: 1px solid #3f3f3f;
}
.post-type-archive-works .category__group-link:hover,
.tax-works-cat .category__group-link:hover {
  opacity: 1;
  background: #3f3f3f;
  color: #ffffff;
}

.term-new .new {
  background: #3f3f3f;
  color: #ffffff;
}

.term-reform .reform {
  background: #3f3f3f;
  color: #ffffff;
}

.term-furniture .furniture {
  background: #3f3f3f;
  color: #ffffff;
}

.post-type-archive-works .list,
.tax-works-cat .list {
  padding: 75px 0 115px 0;
  background: #dcdad3;
}
@media screen and (max-width: 768px) {
  .post-type-archive-works .list,
  .tax-works-cat .list {
    padding: 50px 0 100px 0;
  }
}
.post-type-archive-works .list__group,
.tax-works-cat .list__group {
  display: flex;
  flex-wrap: wrap;
  gap: 110px 3.1%;
}
@media screen and (max-width: 1920px) {
  .post-type-archive-works .list__group,
  .tax-works-cat .list__group {
    gap: 110px 2%;
  }
}
@media screen and (max-width: 1024px) {
  .post-type-archive-works .list__group,
  .tax-works-cat .list__group {
    gap: 50px 10px;
  }
}
.post-type-archive-works .list__group-item,
.tax-works-cat .list__group-item {
  width: 22.675%;
}
@media screen and (max-width: 1920px) {
  .post-type-archive-works .list__group-item,
  .tax-works-cat .list__group-item {
    width: 23.5%;
  }
}
@media screen and (max-width: 1024px) {
  .post-type-archive-works .list__group-item,
  .tax-works-cat .list__group-item {
    width: calc(50% - 5px);
  }
}
.post-type-archive-works .list__group-link,
.tax-works-cat .list__group-link {
  width: 100%;
  height: 100%;
  display: block;
  background: #ffffff;
  padding: 25px 5%;
}
@media screen and (max-width: 1366px) {
  .post-type-archive-works .list__group-link,
  .tax-works-cat .list__group-link {
    padding: 10px;
  }
}
.post-type-archive-works .list__group-thumbnail,
.tax-works-cat .list__group-thumbnail {
  aspect-ratio: 296/193;
  margin-bottom: 10px;
  position: relative;
}
.post-type-archive-works .list__group-thumbnail img,
.tax-works-cat .list__group-thumbnail img {
  aspect-ratio: 296/193;
}
.post-type-archive-works .list__group-frame,
.tax-works-cat .list__group-frame {
  display: flex;
  align-items: baseline;
}
@media screen and (max-width: 1366px) {
  .post-type-archive-works .list__group-frame,
  .tax-works-cat .list__group-frame {
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
  }
}
@media screen and (max-width: 768px) {
  .post-type-archive-works .list__group-frame,
  .tax-works-cat .list__group-frame {
    gap: 5px;
  }
}
.post-type-archive-works .list__group-cat,
.tax-works-cat .list__group-cat {
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
  background: #e18007;
  min-width: 100px;
  padding: 5px 10px;
  text-align: center;
  margin-right: 15px;
}
@media screen and (max-width: 1366px) {
  .post-type-archive-works .list__group-cat,
  .tax-works-cat .list__group-cat {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .post-type-archive-works .list__group-cat,
  .tax-works-cat .list__group-cat {
    font-size: 12px;
    padding: 5px;
  }
}
.post-type-archive-works .list__group-ttl,
.tax-works-cat .list__group-ttl {
  font-size: 18px;
  margin-bottom: 15px;
}
@media screen and (max-width: 1366px) {
  .post-type-archive-works .list__group-ttl,
  .tax-works-cat .list__group-ttl {
    font-size: 16px;
  }
}
@media screen and (max-width: 1024px) {
  .post-type-archive-works .list__group-ttl,
  .tax-works-cat .list__group-ttl {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .post-type-archive-works .list__group-ttl,
  .tax-works-cat .list__group-ttl {
    font-size: 14px;
  }
}

.post-type-archive-works .pager,
.tax-works-cat .pager {
  padding: 100px 0;
}

/*singleWorks--------------------*/
.single-works .l-inner {
  max-width: 1570px;
}

.single-works .contents {
  padding: 100px 0 130px 0;
}
@media screen and (max-width: 768px) {
  .single-works .contents {
    padding: 50px 0;
  }
}
.single-works .contents__head {
  text-align: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .single-works .contents__head {
    margin-bottom: 50px;
  }
}
.single-works .contents__ttl {
  font-size: clamp(1.25rem, 0.417rem + 1.74vw, 2.5rem);
  letter-spacing: 0.16em;
  padding: 0 5px 15px 5px;
  border-bottom: 1px solid #000000;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}
.single-works .contents__cat {
  font-size: clamp(1.25rem, 1.042rem + 0.43vw, 1.563rem);
  letter-spacing: 0.56em;
  padding: 5px 20px;
  background: #3f3f3f;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  color: #ffffff;
}
.single-works .contents__catch {
  margin-bottom: 45px;
}
@media screen and (max-width: 1024px) {
  .single-works .contents__catch {
    margin-bottom: 25px;
  }
}
.single-works .contents__frame {
  display: flex;
  justify-content: space-between;
  gap: 5vw;
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .single-works .contents__frame {
    flex-direction: column;
    gap: 25px;
    margin-bottom: 25px;
  }
}
.single-works .contents__info {
  width: calc(50% - 2.5vw);
  font-size: clamp(1.25rem, 1.208rem + 0.09vw, 1.313rem);
  line-height: 2.0476190476;
}
@media screen and (max-width: 768px) {
  .single-works .contents__info {
    width: 100%;
  }
}
.single-works .contents__overview {
  width: calc(50% - 2.5vw);
  background: #e8e3d3;
  padding: 20px 5% 15px 5%;
}
@media screen and (max-width: 768px) {
  .single-works .contents__overview {
    width: 100%;
    padding: 25px 15px;
  }
}
.single-works .contents__overview-lead {
  font-size: clamp(1.25rem, 1.042rem + 0.43vw, 1.563rem);
  letter-spacing: 0.12em;
  padding-bottom: 15px;
  border-bottom: 1px solid #000000;
  margin-bottom: 30px;
}
.single-works .contents__overview-item {
  display: flex;
}
@media screen and (max-width: 1024px) {
  .single-works .contents__overview-item {
    flex-direction: column;
  }
}
.single-works .contents__overview-item:not(:last-of-type) {
  margin-bottom: 10px;
}
.single-works .contents__overview-label {
  font-size: 19px;
  background: #ffffff;
  padding: 5px;
  text-align: center;
  min-width: 100px;
  margin-right: 35px;
  height: -moz-fit-content;
  height: fit-content;
}
@media screen and (max-width: 1024px) {
  .single-works .contents__overview-label {
    margin-right: 0;
    margin-bottom: 10px;
  }
}
.single-works .contents__overview-txt {
  font-size: clamp(1rem, 0.833rem + 0.35vw, 1.25rem);
}
.single-works .contents__mainImage {
  display: flex;
  gap: 6%;
  margin-bottom: 5vw;
}
@media screen and (max-width: 768px) {
  .single-works .contents__mainImage {
    gap: 25px;
    flex-direction: column;
    margin-bottom: 25px;
  }
}
.single-works .contents__mainImage-list {
  width: 47%;
}
@media screen and (max-width: 768px) {
  .single-works .contents__mainImage-list {
    width: 100%;
  }
}
.single-works .contents__mainImage-list img {
  aspect-ratio: 725/490;
}
.single-works .contents__subImage {
  display: flex;
  flex-wrap: wrap;
  gap: 40px 6%;
  margin-bottom: 200px;
}
@media screen and (max-width: 1024px) {
  .single-works .contents__subImage {
    gap: 25px;
    margin-bottom: 50px;
  }
}
.single-works .contents__subImage-list {
  width: 29.3333333333%;
}
@media screen and (max-width: 1024px) {
  .single-works .contents__subImage-list {
    width: calc(50% - 12.5px);
  }
}
.single-works .contents__subImage-list img {
  aspect-ratio: 450/310;
}

.single-works .other {
  background-image: url(../images/works/singleWorksBg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 90px 0 45px 0;
  margin-bottom: 220px;
}
@media screen and (max-width: 768px) {
  .single-works .other {
    padding: 50px 0;
    margin-bottom: 50px;
  }
}
.single-works .other .l-inner {
  max-width: 1450px;
}
.single-works .other__head {
  text-align: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .single-works .other__head {
    margin-bottom: 50px;
  }
}
.single-works .other__head-en {
  font-size: clamp(1.25rem, 0.833rem + 0.87vw, 1.875rem);
  letter-spacing: 0.3em;
  font-weight: 600;
  color: #e19248;
  margin-bottom: 20px;
  background: #ffffff;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  padding: 5px;
}
.single-works .other__head-ttl {
  font-size: clamp(1.25rem, 0.833rem + 0.87vw, 1.875rem);
  letter-spacing: 0.12em;
}
.single-works .other .slider-frame {
  margin-top: 0;
  height: 100%;
  position: relative;
}
.single-works .other .slider-frame .slider {
  opacity: 0;
}
.single-works .other .slider-frame .slick-initialized {
  opacity: 1;
}
.single-works .other .slick-slider {
  height: 100%;
}
.single-works .other .slick-list {
  height: 100%;
}
.single-works .other .slick-track {
  height: 100%;
}
.single-works .other .slick-slide {
  height: 100%;
}
.single-works .other .slick-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.single-works .other .slick-slide div {
  height: 100%;
}
.single-works .other .slick-slide div img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.single-works .other .workSlider__item {
  padding: 0 15px !important;
}
.single-works .other .workSlider__item-link {
  background: #ffffff;
  padding: 20px 5%;
  width: 100%;
  height: 100%;
  display: block;
}
.single-works .other .workSlider__item img {
  margin-bottom: 15px;
}
.single-works .other .workSlider__item-frame {
  display: flex;
  align-items: baseline;
}
.single-works .other .workSlider__item-cat {
  font-size: 15px;
  background: #e18007;
  padding: 5px 15px;
  color: #ffffff;
  margin-right: 20px;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 70px;
}
@media screen and (max-width: 1366px) {
  .single-works .other .workSlider__item-cat {
    min-width: 50px;
    font-size: 12px;
    margin-right: 10px;
  }
}
.single-works .other .workSlider__item-ttl {
  font-size: clamp(1rem, 0.833rem + 0.35vw, 1.25rem);
}
@media screen and (max-width: 1366px) {
  .single-works .other .workSlider__item-ttl {
    font-size: 14px;
  }
}
.single-works .other .slideArrow {
  position: absolute;
  width: 35px;
  height: 35px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
.single-works .other .prevArrow {
  left: -90px;
}
@media screen and (max-width: 1024px) {
  .single-works .other .prevArrow {
    left: 0;
  }
}
.single-works .other .nextArrow {
  right: -90px;
}
@media screen and (max-width: 1024px) {
  .single-works .other .nextArrow {
    right: 0;
  }
}/*# sourceMappingURL=style.css.map */