@charset "UTF-8";
html {
  font-size: 16px;
  scroll-behavior: smooth;
}

body {
  font-family: "Kosugi Maru", sans-serif;
}

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

*,
*::before,
*::after {
  box-sizing: border-box;
}

ul,
ol {
  padding: 0;
}

body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  line-height: 1.5;
  min-height: 100vh;
  text-rendering: optimizeSpeed;
}

ul,
ol {
  list-style: none;
}

a:not([class]) {
  text-decoration-skip-ink: auto;
}

a {
  text-decoration: none;
}

img {
  display: block;
  width: 100%;
  max-width: 100%;
}

article > * + * {
  margin-top: 1em;
}

input,
button,
textarea,
select {
  font: inherit;
}

img:not([alt]) {
  filter: blur(10px);
}

input,
button,
select,
textarea {
  font: inherit;
  border: none;
  border-radius: 0;
  outline: none;
  background: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

textarea {
  resize: none;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2000;
  width: 100%;
  height: 80px;
}

.header__pc-name {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 3000;
}

.header__logo-img {
  width: auto;
  height: 180px;
}
@media screen and (max-width: 1024px) {
  .header__logo-img {
    height: 110px;
  }
}
@media screen and (max-width: 768px) {
  .header__logo-img {
    height: 80px;
  }
}
@media screen and (max-width: 375px) {
  .header__logo-img {
    height: 50px;
  }
}

.header__body {
  height: inherit;
  background-color: #fff;
}
@media screen and (max-width: 1024px) {
  .header__body {
    display: none;
  }
}

.header__pc-inner {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: inherit;
}

.header__pc-nav {
  height: inherit;
}

.header__list {
  display: flex;
  align-items: center;
  height: inherit;
  column-gap: 49.5px;
}

.header__link {
  display: flex;
  align-items: center;
  position: relative;
  height: inherit;
  color: #956134;
  font-weight: 500;
  font-size: 16px;
  font-family: "Kosugi Maru", sans-serif;
  text-transform: uppercase;
}

.header__item {
  height: inherit;
}

.header__contact-link {
  display: flex;
  align-items: center;
  height: inherit;
  margin-left: 50px;
  padding: 28px 41px;
  background-color: #6A3906;
  color: #fff;
  font-weight: 500;
  font-size: 16px;
  font-family: "Kosugi Maru", sans-serif;
  text-transform: uppercase;
  transition: all 0.3s;
}

.header__contact-link:hover {
  background-color: #EEE0C0;
  transition: all 0.3s;
  color: #333;
}

.header__sp-inner {
  display: none;
}
@media screen and (max-width: 1024px) {
  .header__sp-inner {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding-right: 30px;
    position: fixed;
    z-index: 15;
    height: 80px;
    width: 100%;
  }
}
@media screen and (max-width: 375px) {
  .header__sp-inner {
    padding-right: 15px;
    height: 50px;
  }
}

.header-pc-fa {
  color: #fff;
  margin-right: 5px;
}

.header__sp-btn {
  position: relative;
  width: 25px;
  height: 14px;
  cursor: pointer;
  transition: all 0.4s;
}

.header__sp-btn span {
  position: absolute;
  display: inline-block;
  left: 0;
  border: 1px solid #333;
  transition: all 0.4s;
}

.header__sp-btn span:nth-child(1) {
  top: 0px;
  width: 100%;
}

.header__sp-btn span:nth-child(2) {
  top: 7px;
  width: 100%;
}

.header__sp-btn span:nth-child(3) {
  top: 14px;
  width: 68%;
}

.header__sp-btn.active span:nth-child(1) {
  transform: rotate(-135deg);
  top: 50%;
  width: 80%;
  border: 1px solid #956134;
}

.header__sp-btn.active span:nth-child(2) {
  opacity: 0;
}

.header__sp-btn.active span:nth-child(3) {
  transform: rotate(135deg);
  top: 50%;
  width: 80%;
  border: 1px solid #956134;
}

.header__sp-menu {
  background-color: #EEE0C0;
  width: 100vw;
  height: 100%;
  padding: 200px 0 150px;
  position: fixed;
  top: 0;
  left: 0;
  opacity: 1;
  transition: opacity 0.6s ease, visibility 0.6s ease;
  visibility: hidden;
  overflow: scroll;
}
@media screen and (max-width: 768px) {
  .header__sp-menu {
    padding: 100px 0 120px;
  }
}

.header__sp-menu.panelactive {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.6s ease, visibility 0.6s ease;
}

.header__sp-list,
.link__list {
  padding-left: 50px;
  padding-right: 50px;
}

.header__sp-item {
  border-bottom: 1px solid #956134;
}

.header__sp-item:first-child {
  border-top: 1px solid #956134;
}

.header__sp-link {
  display: block;
  font-family: "Kosugi Maru", sans-serif;
  font-size: 14px;
  letter-spacing: 0.1em;
  font-weight: 500;
  color: #333;
  line-height: 40px;
  padding: 6px 0;
  position: relative;
  transition: ease 0.4s;
}

.link__list {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
  margin-top: 50px;
}

.header-sp-fa {
  color: #333;
}

.t-fv {
  margin-bottom: 60px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .t-fv {
    margin-bottom: 20px;
  }
}

.t-fv__inner {
  overflow: hidden;
  max-width: 1980px;
  padding-left: 10px;
  padding-right: 10px;
  margin-inline: auto;
  display: flex;
  position: relative;
  z-index: -3;
}
@media screen and (max-width: 1024px) {
  .t-fv__inner {
    max-height: 800px;
  }
}
@media screen and (max-width: 768px) {
  .t-fv__inner {
    flex-direction: column;
    justify-content: flex-start;
    max-height: 600px;
  }
}
@media screen and (max-width: 375px) {
  .t-fv__inner {
    max-height: 400px;
  }
}

.slider {
  max-width: 80%;
}
@media screen and (max-width: 768px) {
  .slider {
    max-width: 100%;
  }
}

.slider img {
  object-fit: cover;
}

.t-fv__ttl {
  font-family: "Kosugi Maru", sans-serif;
  font-size: clamp(1.5rem, 0.54rem + 4.96vw, 5rem);
  font-weight: 700;
  position: absolute;
  right: 0;
  bottom: 0;
  top: 40%;
  margin-top: 20px;
  letter-spacing: normal;
  text-shadow: 0 0 5px #333;
  color: #fffaf3;
}
@media screen and (max-width: 768px) {
  .t-fv__ttl {
    top: inherit;
  }
}

.head__text {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  max-width: 100%;
  white-space: nowrap;
}

.head__list {
  animation: flowing 50s linear infinite;
  transform: translateX(100%);
  margin: 0;
  padding: 0;
}

.head__item {
  font-family: "Crimson Text", serif;
  font-size: clamp(2rem, -0.023rem + 10.44vw, 9.375rem);
  font-weight: 700;
  color: #956134;
  display: inline-block;
  padding-right: 10px;
  text-align: center;
}

@keyframes flowing {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
.t-about {
  padding-top: 120px;
}
@media screen and (max-width: 768px) {
  .t-about {
    padding-top: 20px;
  }
}

.t-about__inner {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 1980px;
  padding-left: 10px;
  padding-right: 10px;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .t-about__inner {
    flex-direction: column;
  }
}

.t-about__img {
  width: 50%;
}
@media screen and (max-width: 1440px) {
  .t-about__img {
    max-width: 550px;
  }
}
@media screen and (max-width: 768px) {
  .t-about__img {
    width: 100%;
  }
}

.t-about__img img {
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  .t-about__img img {
    max-height: 400px;
  }
}
@media screen and (max-width: 375px) {
  .t-about__img img {
    max-height: 300px;
  }
}

.t-about__textbox {
  width: 44%;
  margin-left: 60px;
}
@media screen and (max-width: 1024px) {
  .t-about__textbox {
    margin-left: 30px;
  }
}
@media screen and (max-width: 768px) {
  .t-about__textbox {
    width: 100%;
    margin-left: 0;
    margin-top: 30px;
  }
}

.t-about__ttl {
  font-family: "Crimson Text", serif;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 40px;
}
@media screen and (max-width: 1024px) {
  .t-about__ttl {
    margin-bottom: 30px;
  }
}

.t-about__text {
  font-family: "Kosugi Maru", sans-serif;
  font-size: clamp(0.75rem, 0.662rem + 0.38vw, 1rem);
  line-height: 2.375;
  margin-bottom: 40px;
}

.t-service__inner {
  overflow: hidden;
}

.t-service__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-bottom: 20px;
}

.t-service__img-box {
  position: relative;
}

.t-service__img {
  aspect-ratio: 4/5;
  object-fit: cover;
}

.t-service__img-box img {
  opacity: 0.9;
}

.t-service__img-textbox1,
.t-service__img-textbox2,
.t-service__img-textbox3 {
  background-color: rgba(255, 255, 255, 0.9);
  width: 100%;
  padding: 20px 10px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: "Kosugi Maru", sans-serif;
  color: #333;
  transition: background-color 0.3s ease-in-out, opacity 0.3s ease-in-out;
}

.t-service__img-sub-en-ttl {
  font-size: clamp(0.625rem, 0.462rem + 0.69vw, 1rem);
  font-weight: 700;
}

.t-service__img-sub-ja-ttl {
  font-size: clamp(0.563rem, 0.271rem + 1.5vw, 1.625rem);
  font-weight: 700;
}

.t-service__text {
  font-size: clamp(0.875rem, 0.84rem + 0.18vw, 1rem);
  line-height: 2em;
}
@media screen and (max-width: 1024px) {
  .t-service__text {
    display: none;
  }
}

.t-service_hover-text1,
.t-service_hover-text2,
.t-service_hover-text3 {
  display: none;
  font-size: clamp(0.5rem, 0.337rem + 0.69vw, 0.875rem);
  line-height: 1em;
  margin: 5px 0;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}

.t-service_hover-text1.is-visible,
.t-service_hover-text2.is-visible,
.t-service_hover-text3.is-visible {
  display: block; /* 表示 */
  animation: fadeIn 0.3s ease-in-out forwards;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.t-service__link-box,
.t-news__link-box {
  max-width: 1180px;
  margin-inline: auto;
  padding-left: 20px;
  padding-right: 70px;
}
@media screen and (max-width: 768px) {
  .t-service__link-box,
  .t-news__link-box {
    padding-right: 40px;
  }
}

.news,
.works {
  margin-top: 60px;
  margin-bottom: 120px;
}
@media screen and (max-width: 768px) {
  .news,
  .works {
    margin-top: 30px;
    margin-bottom: 80px;
  }
}

.t-news {
  margin-bottom: 120px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .t-news {
    margin-bottom: 80px;
  }
}

.t-news__ttl {
  margin-bottom: 45px;
}
@media screen and (max-width: 768px) {
  .t-news__ttl {
    margin-bottom: 40px;
  }
}

.main__inner {
  position: relative;
  min-height: 0px;
  display: flex;
  justify-content: center;
  max-width: 80%;
  padding-left: 10px;
  padding-right: 10px;
  margin-inline: auto;
}
@media screen and (max-width: 1440px) {
  .main__inner {
    max-width: 1180px;
  }
}
@media screen and (max-width: 768px) {
  .main__inner {
    flex-direction: column;
  }
}

.main-menu {
  padding-right: 8%;
  position: sticky;
  top: 250px;
  left: 0;
}
@media screen and (max-width: 768px) {
  .main-menu {
    flex-direction: column;
    padding-right: 0;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 25px;
    position: initial;
  }
}

.post__menu-list {
  position: sticky;
  top: 250px;
  left: 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding-right: 8%;
}
@media screen and (max-width: 768px) {
  .post__menu-list {
    padding-right: 0%;
    flex-direction: initial;
    flex-wrap: wrap;
    margin-bottom: 25px;
    position: initial;
  }
}

.news__menu-list {
  position: sticky;
  top: 250px;
  left: 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .news__menu-list {
    padding-right: 0%;
    flex-direction: initial;
    flex-wrap: wrap;
    margin-bottom: 25px;
    position: initial;
  }
}

.works__menu-list {
  position: sticky;
  top: 250px;
  left: 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .works__menu-list {
    padding-right: 0%;
    flex-direction: initial;
    flex-wrap: wrap;
    margin-bottom: 25px;
    position: initial;
  }
}

.main-link {
  font-family: "Kosugi Maru", sans-serif;
  font-size: clamp(0.75rem, 0.715rem + 0.18vw, 0.875rem);
  color: #A9A9A9;
  font-weight: 500;
  position: relative;
  padding-left: 14px;
  display: inline-block;
}

.main-link.active {
  color: #956134;
}

.main-link.active::before {
  content: "";
  width: 8px;
  height: 8px;
  background-color: #956134;
  position: absolute;
  top: 30%;
  left: 0;
}

.contents {
  max-width: 75%;
  min-width: 75%;
  padding-left: 5.4%;
  border-left: 1px solid #E2E2E2;
}
@media screen and (max-width: 768px) {
  .contents {
    border-left: none;
    max-width: 100%;
    min-width: initial;
    padding-left: 0;
  }
}

.news__contents-item:last-child {
  margin-bottom: 56px;
}
@media screen and (max-width: 768px) {
  .news__contents-item:last-child {
    margin-bottom: 40px;
  }
}

.content-item {
  padding-bottom: 30px;
  border-bottom: 1px solid #E2E2E2;
}

.content-item {
  padding-bottom: 30px;
  border-bottom: 1px solid #E2E2E2;
}
@media screen and (max-width: 768px) {
  .content-item {
    padding-bottom: 20px;
  }
}

.content-item:not(:first-child) {
  padding-top: 30px;
}
@media screen and (max-width: 768px) {
  .content-item:not(:first-child) {
    padding-top: 20px;
  }
}

.content-item:last-child {
  margin-bottom: 56px;
}
@media screen and (max-width: 768px) {
  .content-item:last-child {
    margin-bottom: 40px;
  }
}

.news__contents-img,
.works__contents-img {
  display: none;
}

.contents-time,
.detail__contents-time {
  font-family: "Kosugi Maru", sans-serif;
  font-size: clamp(0.625rem, 0.59rem + 0.18vw, 0.75rem);
  font-weight: 700;
  color: #A9A9A9;
}

.contents-event,
.detail__contents-event {
  padding: 4px 18px;
  font-family: "Kosugi Maru", sans-serif;
  font-size: clamp(0.625rem, 0.608rem + 0.09vw, 0.688rem);
  font-weight: 500;
  color: #626262;
  background-color: #F3F3F3;
}
@media screen and (max-width: 768px) {
  .contents-event,
  .detail__contents-event {
    padding: 4px 15px;
  }
}

@media screen and (max-width: 600px) {
  .category__contents-text {
    margin-top: clamp(0.625rem, -0.089rem + 1.49vw, 1.25rem);
  }
}

.news__contents-text,
.works__contents-text {
  margin-top: 30px;
}

.news__contents-text,
.category__contents-text,
.works__contents-text {
  font-family: "Kosugi Maru", sans-serif;
  font-size: clamp(0.875rem, 0.84rem + 0.18vw, 1rem);
  font-weight: 500;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.contents-text_border {
  position: relative;
}

.contents-text_border::before {
  background-color: #333;
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform 0.3s;
}

.contents-text_border:hover::before {
  transform-origin: left top;
  transform: scale(1, 1);
}

.t-works {
  background-color: #E2E2E2;
  padding-bottom: 120px;
  padding-top: 120px;
  margin-top: 120px;
}
@media screen and (max-width: 768px) {
  .t-works {
    padding-top: 80px;
    margin-top: 80px;
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 375px) {
  .t-works {
    padding-top: 30px;
    margin-top: 30px;
    padding-bottom: 30px;
  }
}

.t-works__inner {
  max-width: 1440px;
  padding-left: 10px;
  padding-right: 10px;
  margin-inline: auto;
  overflow: hidden;
}
@media screen and (max-width: 1440px) {
  .t-works__inner {
    max-width: 1180px;
  }
}

.t-works__menu-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .t-works__menu-list {
    flex-wrap: wrap;
  }
}

.t-works__contents-list {
  padding: 5%;
  background-color: #fff;
  overflow: hidden;
}

.t-works__link {
  display: block;
  display: flex;
  justify-content: flex-start;
}
@media screen and (max-width: 768px) {
  .t-works__link {
    flex-direction: column;
  }
}

.t-works__contents-img {
  max-width: 290px;
  height: auto;
  aspect-ratio: 290/229;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  .t-works__contents-img {
    width: 100%;
    height: 120px;
    max-width: initial;
  }
}

.t-works__textbox {
  padding-left: 50px;
}
@media screen and (max-width: 768px) {
  .t-works__textbox {
    padding-left: 0;
    margin-top: 20px;
  }
}

.t-works__contents-text {
  font-family: "Kosugi Maru", sans-serif;
  font-size: clamp(1rem, 0.892rem + 0.46vw, 1.25rem);
  font-weight: bold;
  color: #333;
  margin-top: clamp(0.625rem, -0.089rem + 1.49vw, 1.25rem);
}

.t-works__text {
  font-family: "Kosugi Maru", sans-serif;
  font-size: clamp(0.875rem, 0.84rem + 0.18vw, 1rem);
  font-weight: 500;
  color: #333;
  margin-top: clamp(0.625rem, -0.089rem + 1.49vw, 1.25rem);
}
@media screen and (max-width: 768px) {
  .t-works__text {
    display: none;
  }
}

.t-works__link-box {
  margin-top: 20px;
  max-width: 1180px;
  padding-left: 20px;
  margin-inline: auto;
  padding-right: 70px;
}
@media screen and (max-width: 768px) {
  .t-works__link-box {
    padding-right: 40px;
  }
}

.t-works__more-link {
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  font-family: "Nunito", sans-serif;
  color: #956134;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 768px) {
  .t-works__more-link {
    align-items: flex-end;
  }
}

.t-works__more-link:after {
  content: "";
  position: absolute;
  top: 50%;
  bottom: 0;
  right: -2%;
  font-size: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: right 0.3s;
  width: 6px;
  height: 6px;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor;
  transform: translateY(-50%) rotate(45deg);
}
@media screen and (max-width: 375px) {
  .t-works__more-link:after {
    right: -4%;
  }
}

.t-works__more-link:hover:after {
  right: -3.5%;
}
@media screen and (max-width: 375px) {
  .t-works__more-link:hover:after {
    right: -5.5%;
  }
}

.nav-links {
  display: flex;
  gap: 12px;
}
@media screen and (max-width: 768px) {
  .nav-links {
    justify-content: center;
  }
}

.pagination__arrow {
  display: inline-block;
  width: 11px;
  height: 18px;
}

.page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background-color: #E2E2E2;
  color: #333;
}
@media screen and (max-width: 375px) {
  .page-numbers {
    width: 30px;
    height: 30px;
  }
}

.page-numbers.current {
  color: #fff;
  background-color: #956134;
}

.page-numbers.dots,
.page-numbers.prev,
.page-numbers.next {
  border: none;
  background-color: #fff;
}

.lower__about-ttl-box {
  text-align-last: left;
}

.lower__about-ja-ttl {
  font-family: "Kosugi Maru", sans-serif;
  font-size: clamp(0.75rem, 0.662rem + 0.38vw, 1rem);
  color: #956134;
  font-weight: 700;
}

.lower__about-en-ttl {
  font-family: "Crimson Text", serif;
  font-size: clamp(1.5rem, 1.226rem + 1.42vw, 2.5rem);
  color: #956134;
  font-weight: 700;
}

.lower__about-span-flex {
  display: flex;
  align-items: center;
}

.lower__about-span-flex span {
  display: block;
  width: 60px;
  height: 2px;
  background-color: #956134;
  margin-left: 20px;
}

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

.philosophy-inner-box {
  background-color: #fffaf3;
}

.philosophy-box {
  max-width: 80%;
  padding: 120px 20px;
  margin-inline: auto;
  margin-top: 50px;
}
@media screen and (max-width: 1440px) {
  .philosophy-box {
    max-width: 1150px;
  }
}
@media screen and (max-width: 768px) {
  .philosophy-box {
    padding: 80px 20px;
  }
}

.philosophy-textbox {
  margin-top: 30px;
  position: relative;
  z-index: 1;
  height: 500px;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .philosophy-textbox {
    height: 600px;
  }
}
@media screen and (max-width: 768px) {
  .philosophy-textbox {
    height: auto;
    display: flex;
    flex-direction: column-reverse;
  }
}

.philosophy-text-group {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: 1;
  background-color: rgba(255, 255, 255, 0.7);
  padding: clamp(1.25rem, 0.59rem + 2.82vw, 3.125rem);
  filter: drop-shadow(10px 10px #fff);
  max-width: clamp(20rem, -3.571rem + 49.11vw, 40.625rem);
}
@media screen and (max-width: 768px) {
  .philosophy-text-group {
    max-width: 100%;
    position: relative;
    top: -50px;
    left: initial;
    transform: initial;
  }
}

.philosophy__text {
  margin-bottom: clamp(0.625rem, -0.035rem + 2.82vw, 2.5rem);
}

.philosophy__text,
.philosophy__type {
  font-family: "Kosugi Maru", sans-serif;
  font-size: clamp(0.875rem, 0.831rem + 0.19vw, 1rem);
  line-height: 2em;
  color: #333;
}

.philosophy__type {
  text-align: right;
}

.philosophy-img {
  position: absolute;
  top: 0;
  right: 0;
  height: 500px;
  width: auto;
  object-fit: cover;
}
@media screen and (max-width: 1024px) {
  .philosophy-img {
    height: 400px;
    bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  .philosophy-img {
    position: relative;
    height: auto;
  }
}

.access {
  margin-bottom: 120px;
  padding-top: 320px;
  margin-top: -200px;
}
@media screen and (max-width: 768px) {
  .access {
    margin-bottom: 80px;
    padding-top: 240px;
    margin-top: -130px;
  }
}

.access-inner {
  max-width: 80%;
  margin-inline: auto;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (max-width: 1440px) {
  .access-inner {
    max-width: 1150px;
  }
}

.access-span-flex {
  margin-bottom: 8px;
}
@media screen and (max-width: 768px) {
  .access-span-flex {
    margin-bottom: 20px;
  }
}

.access__textbox {
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .access__textbox {
    margin-bottom: 20px;
  }
}

.address-flex {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .address-flex {
    flex-direction: column;
    align-items: flex-start;
  }
}

.access-post {
  font-family: "Kosugi Maru", sans-serif;
  font-size: clamp(0.875rem, 0.821rem + 0.23vw, 1rem);
}

.access-address {
  padding-left: 20px;
  font-family: "Kosugi Maru", sans-serif;
  font-size: clamp(0.875rem, 0.821rem + 0.23vw, 1rem);
}
@media screen and (max-width: 768px) {
  .access-address {
    padding-left: 0;
    padding-top: 4px;
  }
}

.map {
  width: 100%;
  height: 400px;
}

.map iframe {
  width: 100%;
  height: 100%;
}

.company-profile {
  background-color: #fffaf3;
}

.company-profile__inner {
  max-width: 80%;
  padding: 70px 20px 120px;
  margin-inline: auto;
}
@media screen and (max-width: 1440px) {
  .company-profile__inner {
    max-width: 1150px;
  }
}
@media screen and (max-width: 768px) {
  .company-profile__inner {
    padding: 60px 20px 80px;
  }
}

.company-profile-textbox {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .company-profile-textbox {
    margin-top: 30px;
  }
}

.company-profile-textbox dl {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  font-family: "Kosugi Maru", sans-serif;
  font-size: clamp(0.875rem, 0.821rem + 0.23vw, 1rem);
  padding-bottom: 40px;
  border-bottom: 1px solid #E2E2E2;
}
@media screen and (max-width: 768px) {
  .company-profile-textbox dl {
    flex-direction: column;
    padding-bottom: 20px;
  }
}

.company-profile-textbox dl:not(:first-child) {
  padding-top: 40px;
}
@media screen and (max-width: 768px) {
  .company-profile-textbox dl:not(:first-child) {
    padding-top: 20px;
  }
}

.company-profile-textbox dt {
  width: 15%;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .company-profile-textbox dt {
    width: 100%;
    padding-bottom: 16px;
  }
}

.company-profile-textbox dd {
  width: 80%;
}
@media screen and (max-width: 768px) {
  .company-profile-textbox dd {
    width: 100%;
  }
}

.dd__flex {
  display: flex;
  gap: 18px;
  align-items: center;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .dd__flex {
    flex-direction: column;
    gap: 10px;
    align-items: flex-start;
  }
}

.dd_column {
  width: 80%;
}
@media screen and (max-width: 768px) {
  .dd_column {
    width: 100%;
  }
}

.dd_column span {
  display: block;
}

.dd_column span:not(:last-child) {
  padding-bottom: 25px;
}
@media screen and (max-width: 768px) {
  .dd_column span:not(:last-child) {
    padding-bottom: 10px;
  }
}

.lower__service {
  margin-bottom: 120px;
}
@media screen and (max-width: 768px) {
  .lower__service {
    margin-bottom: 80px;
  }
}

.lower__service-inner {
  max-width: 80%;
  margin-inline: auto;
}
@media screen and (max-width: 1440px) {
  .lower__service-inner {
    max-width: 1200px;
  }
}

.lower__service-item {
  padding-top: 200px;
  margin-top: -200px;
}
@media screen and (max-width: 768px) {
  .lower__service-item {
    padding-top: 150px;
    margin-top: -150px;
  }
}

.lower__service-item:not(:last-child) {
  margin-bottom: 120px;
}
@media screen and (max-width: 768px) {
  .lower__service-item:not(:last-child) {
    margin-bottom: 50px;
  }
}

.lower__service-flex {
  background-color: #fffaf3;
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .lower__service-flex {
    flex-direction: column;
    padding: 30px 20px;
  }
}

.lower__service-textbox {
  padding-top: clamp(3.125rem, -1.457rem + 9.33vw, 6.938rem);
  padding-bottom: clamp(3.125rem, -1.457rem + 9.33vw, 6.938rem);
  padding-left: 50px;
  width: calc(33.3% + 50px);
}
@media screen and (max-width: 768px) {
  .lower__service-textbox {
    width: 100%;
    padding-left: 0;
    padding-top: 0;
  }
}

.lower__service-support-number {
  font-family: "Crimson Text", serif;
  font-size: clamp(2rem, 1.783rem + 0.92vw, 2.5rem);
  font-weight: 700;
  color: #956134;
}

.lower__service-textbox span {
  display: block;
  width: 1px;
  height: 32px;
  background-color: #956134;
  margin-left: 16px;
}

.lower__service-ttl {
  font-family: "Kosugi Maru", sans-serif;
  font-size: clamp(1.25rem, 1.033rem + 0.92vw, 1.75rem);
  font-weight: 700;
  color: #956134;
  margin: 20px 0 20px;
}

.lower__service-text {
  font-family: "Kosugi Maru", sans-serif;
  font-size: clamp(0.875rem, 0.658rem + 0.92vw, 1.375rem);
}

.lower__service-img {
  max-width: 53.3%;
  height: auto;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  .lower__service-img {
    max-width: 100%;
    height: 250px;
  }
}

.loser__service-support-features {
  max-width: 80%;
  padding-left: 20px;
  padding-right: 20px;
  margin-top: 30px;
}
@media screen and (max-width: 1440px) {
  .loser__service-support-features {
    max-width: 1150px;
    margin-inline: auto;
  }
}

.loser__service-features-ttl {
  font-family: "Crimson Text", serif;
  font-size: clamp(1.125rem, 1.037rem + 0.38vw, 1.375rem);
  font-weight: 700;
  padding-right: 16px;
}
@media screen and (max-width: 768px) {
  .loser__service-features-ttl {
    padding-right: 9px;
  }
}

.loser__service-features-ja {
  font-family: "Crimson Text", serif;
  font-size: clamp(0.625rem, 0.581rem + 0.19vw, 0.75rem);
  display: block;
}

.loser__service-features-text {
  margin-top: 20px;
  font-family: "Kosugi Maru", sans-serif;
  font-size: clamp(0.875rem, 0.831rem + 0.19vw, 1rem);
  line-height: 2.375;
}

.span-flex {
  display: flex;
  align-items: center;
}

.lower__main-contain {
  margin-bottom: 120px;
}
@media screen and (max-width: 768px) {
  .lower__main-contain {
    margin-bottom: 80px;
  }
}

.lower__main-contain-inner {
  max-width: 80%;
  padding-left: 20px;
  padding-right: 20px;
  margin-inline: auto;
  margin-top: 50px;
}
@media screen and (max-width: 1440px) {
  .lower__main-contain-inner {
    max-width: 880px;
  }
}

.lower__main-list {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 120px;
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .lower__main-list {
    margin-bottom: 60px;
    gap: 30px;
  }
}

.lower__main-link {
  position: relative;
  font-family: "Kosugi Maru", sans-serif;
  font-size: clamp(0.625rem, 0.522rem + 0.53vw, 1rem);
  color: #956134;
}

.lower__main-link::after {
  content: "";
  position: absolute;
  top: 46%;
  bottom: 0;
  left: 110%;
  font-size: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: right 0.3s;
  width: 6px;
  height: 6px;
  border-bottom: solid 2px currentColor;
  border-right: solid 2px currentColor;
  transform: translateY(-48%) rotate(45deg);
}

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

.lower__main-contain-ttl {
  font-family: "Kosugi Maru", sans-serif;
  font-size: clamp(1.125rem, 0.641rem + 2.07vw, 2.5rem);
  line-height: 1.5;
  font-weight: 500;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .lower__main-contain-ttl {
    margin-bottom: 30px;
  }
}

.lower__main-contain-text {
  font-family: "Kosugi Maru", sans-serif;
  font-size: clamp(0.875rem, 0.831rem + 0.19vw, 1rem);
  line-height: 1.5;
  line-height: 2.375;
}

.detail__inner {
  max-width: 80%;
  padding: 60px 30px 30px;
  margin-inline: auto;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1440px) {
  .detail__inner {
    max-width: 1260px;
  }
}
@media screen and (max-width: 768px) {
  .detail__inner {
    flex-direction: column;
    padding: 30px 20px 20px;
  }
}

.detail__contents {
  max-width: 67%;
}
@media screen and (max-width: 768px) {
  .detail__contents {
    max-width: 100%;
    margin-bottom: 57px;
  }
}

.detail__contents-event + .detail__contents-event {
  margin-left: 20px;
}
@media screen and (max-width: 768px) {
  .detail__contents-event + .detail__contents-event {
    margin-left: 6px;
  }
}

.detail__contents-ttl {
  margin-top: 20px;
  font-family: "Kosugi Maru", sans-serif;
  font-size: clamp(1.125rem, 0.908rem + 0.92vw, 1.625rem);
  line-height: 1.923;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .detail__contents-ttl {
    line-height: 1.6666;
    margin-top: 10px;
  }
}

.detail__contents-img {
  width: 100%;
  object-fit: cover;
  height: auto;
  margin-top: 40px;
}

.detail__main-content {
  padding-bottom: 40px;
  margin-top: 40px;
  border-bottom: 1px solid #E2E2E2;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .detail__main-content {
    margin-bottom: 0;
    border-bottom: none;
    padding-bottom: 20px;
  }
}

.detail__main-content h2 {
  font-size: 24px;
  margin-bottom: clamp(1rem, 0.837rem + 0.69vw, 1.375rem);
  padding: 8px 16px;
  background-color: #fff;
  border-left: 3px solid #956134;
  font-weight: 500;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .detail__main-content h2 {
    padding: 8px 11px;
    margin-bottom: 20px;
  }
}

.detail__main-content h3 {
  font-family: "Kosugi Maru", sans-serif;
  font-size: 18px;
  margin-bottom: 40px;
  padding: 0 16px 8px;
  border-bottom: 1px solid #E2E2E2;
  position: relative;
}
@media screen and (max-width: 768px) {
  .detail__main-content h3 {
    margin-bottom: 20px;
  }
}

.detail__main-content h3::after {
  content: "";
  width: 285px;
  height: 1px;
  background-color: #333;
  position: absolute;
  left: 0;
  bottom: -1px;
}
@media screen and (max-width: 768px) {
  .detail__main-content h3::after {
    width: 50%;
  }
}

.detail__main-content p {
  margin-bottom: 24px;
  font-family: "Kosugi Maru", sans-serif;
  font-size: 16px;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .detail__main-content p {
    font-size: 14px;
  }
}

.detail__main-content a {
  display: block;
  text-decoration: underline;
  color: #333;
}

.detail__btn-group {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.detail__news-prev,
.detail__news-next {
  display: inline-block;
  font-family: "Kosugi Maru", sans-serif;
  font-size: 14px;
  color: #956134;
  border: 1px solid #956134;
  position: relative;
  transition: 0.3s ease-in-out;
  border-radius: 4px;
}

.detail__news-prev {
  padding: 12px 24px 12px 34px;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .detail__news-prev {
    padding: 12px 14px 12px 34px;
    font-size: 12px;
  }
}

.detail__news-next {
  padding: 12px 34px 12px 24px;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .detail__news-next {
    padding: 12px 34px 12px 14px;
    font-size: 12px;
  }
}

.detail__news-next::after {
  content: "";
  position: absolute;
  top: 52%;
  bottom: 0;
  right: 20px;
  font-size: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: right 0.3s;
  width: 6px;
  height: 6px;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor;
  transform: translateY(-48%) rotate(45deg);
}

.detail__news-next:hover:after {
  right: 15px;
}

.detail__news-prev:after {
  content: "";
  position: absolute;
  top: 52%;
  bottom: 0;
  left: 20px;
  font-size: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: left 0.3s;
  width: 6px;
  height: 6px;
  border-left: solid 2px currentColor;
  border-bottom: solid 2px currentColor;
  transform: translateY(-48%) rotate(45deg);
}

.detail__news-prev:hover:after {
  left: 15px;
}

.detail__news-sub-list {
  max-width: 25%;
}
@media screen and (max-width: 768px) {
  .detail__news-sub-list {
    max-width: 100%;
  }
}

.detail__news-article-box h4,
.detail__news-archive h4,
.detail__news-category h4 {
  font-family: "Kosugi Maru", sans-serif;
  font-size: 14px;
  color: #fff;
  font-weight: 500;
  background-color: #956134;
  padding: 15px 18px;
}

.detail__news-archive {
  margin-top: 40px;
}

.detail__news-category {
  margin-top: 40px;
}

.detail__news-article-box ul,
.detail__news-archive ul,
.detail__news-category ul {
  max-width: 88%;
  margin-inline: auto;
}

.detail__news-article-box ul {
  margin-top: 40px;
}

.detail__news-article-box a {
  display: block;
  display: flex;
  justify-content: space-between;
  padding-bottom: 18px;
}

.detail__news-article-box li:not(:last-child) {
  border-bottom: 1px solid #E2E2E2;
}

.detail__news-article-box li:not(:first-child) {
  padding-top: 18px;
}

.detail__news-article-box img {
  aspect-ratio: 1/1;
  max-width: 33%;
  height: 33%;
  object-fit: cover;
}

.detail__news-article-textbox {
  width: 55.3%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.detail__news-article-box p {
  font-family: "Kosugi Maru", sans-serif;
  font-size: 12px;
  line-height: 2;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.detail__news-article-box time {
  display: block;
  font-family: "Kosugi Maru", sans-serif;
  font-size: 10px;
  color: #626262;
}

.detail__news-archive a,
.detail__news-category-link {
  display: block;
  padding: 18px 0;
  font-family: "Kosugi Maru", sans-serif;
  font-size: 14px;
  color: #333;
}

.detail__news-archive li:not(:last-child),
.detail__news-category-item:not(:last-child) {
  border-bottom: 1px solid #E2E2E2;
}

.month__list,
.taxonomy__list {
  max-width: 100%;
}

.post__month {
  max-width: 1180px;
  padding: 230px 20px 0;
  margin-inline: auto;
  margin-bottom: 110px;
}
@media screen and (max-width: 768px) {
  .post__month {
    margin-bottom: 80px;
    padding: 110px 20px 0;
  }
}

.post__inner {
  position: relative;
  min-height: 0px;
  display: flex;
  justify-content: center;
  max-width: 1180px;
  padding-left: 20px;
  padding-right: 20px;
  margin-inline: auto;
}

.post__list {
  max-width: 75%;
  min-width: 75%;
  padding-left: 5.4%;
  border-left: 1px solid #E2E2E2;
}

.post__item {
  display: flex;
  align-items: flex-start;
  padding-bottom: 30px;
  border-bottom: 1px solid #E2E2E2;
}
@media screen and (max-width: 768px) {
  .post__item {
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  .post__item {
    display: block;
  }
}

.post__item:not(:first-child) {
  padding-top: 30px;
}

.post__item:last-child {
  margin-bottom: 56px;
}

img.post__img {
  width: 29%;
  height: auto;
  aspect-ratio: 1/1;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  img.post__img {
    width: initial;
    max-width: 160px;
  }
}
@media screen and (max-width: 600px) {
  img.post__img {
    width: 100%;
    height: 120px;
    max-width: initial;
  }
}

.post__link {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  color: #333;
}
@media screen and (max-width: 600px) {
  .post__link {
    flex-direction: column;
  }
}

.category__text-wrapper,
.taxonomy__text-wrapper {
  height: 160px;
}

.post__text-wrapper,
.category__text-wrapper,
.taxonomy__text-wrapper {
  margin-left: 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .post__text-wrapper,
  .category__text-wrapper,
  .taxonomy__text-wrapper {
    height: 160px;
  }
}
@media screen and (max-width: 600px) {
  .post__text-wrapper,
  .category__text-wrapper,
  .taxonomy__text-wrapper {
    margin-left: 0;
    display: initial;
    height: auto;
    margin-top: 20px;
  }
}

.post__flex {
  display: flex;
  align-items: center;
}

.post__title {
  font-family: "Kosugi Maru", sans-serif;
  font-size: clamp(0.875rem, 0.767rem + 0.46vw, 1.125rem);
  line-height: 1.777;
  font-weight: 500;
  margin-top: clamp(0.625rem, -0.089rem + 1.49vw, 1.25rem);
}

.post__text {
  font-family: "Kosugi Maru", sans-serif;
  font-size: clamp(0.75rem, 0.642rem + 0.46vw, 1rem);
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .post__text {
    display: none;
  }
}

.post-time {
  margin-top: clamp(0.625rem, -5.804rem + 13.39vw, 6.25rem);
}

.category__contents-img,
.taxonomy__contents-img {
  max-width: 160px;
  height: auto;
  aspect-ratio: 1/1;
  object-fit: cover;
}
@media screen and (max-width: 600px) {
  .category__contents-img,
  .taxonomy__contents-img {
    max-width: initial;
    height: 120px;
    width: 100%;
  }
}

.detail__works-inner {
  max-width: 70%;
  margin-inline: auto;
  padding-left: 20px;
  padding-right: 20px;
  margin-top: 120px;
  margin-bottom: 120px;
}
@media screen and (max-width: 1440px) {
  .detail__works-inner {
    max-width: 880px;
  }
}
@media screen and (max-width: 768px) {
  .detail__works-inner {
    margin-top: 80px;
    margin-bottom: 80px;
  }
}

.detail__works-main-content {
  margin-top: 40px;
}

.detail__works-main-content p {
  margin-bottom: 36px;
  font-family: "Kosugi Maru", sans-serif;
  font-size: 16px;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .detail__works-main-content p {
    font-size: 14px;
  }
}

.detail__works-main-content a {
  max-width: 300px;
  margin-inline: auto;
  display: block;
  padding: 5px 12px;
  color: #333;
  text-align: center;
  border: 1px solid #333;
}

.form,
.confirm,
.complete,
.error {
  max-width: 1980px;
  padding: 80px 30px;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .form,
  .confirm,
  .complete,
  .error {
    padding: 40px 15px 0;
  }
}

.form__inner,
.complete__inner {
  width: 80%;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .form__inner,
  .complete__inner {
    width: 100%;
  }
}

.form__list {
  font-family: "Kosugi Maru", sans-serif;
}

.form__required,
.contact__required {
  color: #ff0000;
}

@media screen and (max-width: 768px) {
  .form__label, .form__data,
  .contact__term, .contact__definition {
    font-size: clamp(0.75rem, 0.581rem + 0.87vw, 1rem);
  }
}

.form__input,
.form__select,
.form__textarea,
.form__acceptance-text {
  font-size: clamp(0.625rem, 0.522rem + 0.53vw, 1rem);
  width: 100%;
  padding: 12px;
  border: 1px solid #333;
}

.form__field + .form__field, .form-acceptance {
  margin-top: 40px;
}
@media screen and (max-width: 375px) {
  .form__field + .form__field, .form-acceptance {
    margin-top: 15px;
  }
}

.form__data-select {
  position: relative;
}

.form__data-select::after {
  position: absolute;
  top: 45%;
  right: 15px;
  width: 10px;
  height: 10px;
  content: "";
  transform: translateY(-50%) rotate(135deg);
  border-top: solid 2px #333;
  border-right: solid 2px #333;
}
@media screen and (max-width: 375px) {
  .form__data-select::after {
    right: 10px;
    width: 5px;
    height: 5px;
  }
}

.form__data, .form__acceptance,
.contact__definition {
  margin-top: 14px;
}
@media screen and (max-width: 768px) {
  .form__data, .form__acceptance,
  .contact__definition {
    margin-top: 8px;
  }
}

/* 初期状態（プレースホルダーとして「選択肢1」が表示されている時）のselect要素のテキスト色 */
select.wpcf7-form-control.wpcf7-select#category.placeholder-active {
  color: #E2E2E2; /* 薄いグレー */
}

/* プレースホルダーでない場合の通常の色 */
select.wpcf7-form-control.wpcf7-select#category {
  color: #333; /* 通常の文字色 */
}

/* ドロップダウンが開いたときの各オプションの色は、基本的にブラウザのデフォルトスタイルに依存します。 */
/* ただし、個別のオプションにスタイルを適用したい場合は以下のようにも書けますが、効果は限定的です。 */
select.wpcf7-form-control.wpcf7-select#category option[value="選択肢 1"] {
  color: #333;
}

.wpcf7-list-item-label {
  position: relative;
  padding-left: 10px;
}

.wpcf7-list-item-label:before {
  position: absolute;
  content: "";
  top: 50%;
  left: -6%;
  transform: translateY(-50%);
  width: 15px;
  height: 15px;
  border: 1px solid #333;
  border-radius: 1px;
}

.wpcf7-list-item-label::after {
  position: absolute;
  content: "";
  opacity: 0;
  top: 15%;
  left: -4%;
  transform: rotate(45deg);
  width: 5px;
  height: 10px;
  border-right: 2px solid #333;
  border-bottom: 2px solid #333;
}
@media screen and (max-width: 375px) {
  .wpcf7-list-item-label::after {
    top: 0;
    left: -3.5%;
  }
}

input:checked + .wpcf7-list-item-label::after {
  opacity: 1;
}

.form__acceptance-text {
  max-height: 200px;
  overflow: scroll;
}

.form__submit-button {
  text-align: center;
  margin-top: 40px;
}
@media screen and (max-width: 375px) {
  .form__submit-button {
    margin-top: 15px;
  }
}

.form__submit-input {
  font-size: clamp(0.75rem, 0.592rem + 0.33vw, 1rem);
  overflow: hidden;
  padding: 1.5rem 6rem;
  color: #fff;
  border-radius: 0;
  background: #956134;
  position: relative;
  display: inline-block;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  letter-spacing: 0.1em;
  width: 100%;
  max-width: 446px;
}
@media screen and (max-width: 768px) {
  .form__submit-input {
    padding: 1rem 4rem;
  }
}

.form__submit-input:hover {
  background-color: #333;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}

.confirm__inner {
  width: 80%;
  margin-inline: auto;
  padding: 80px 0;
}
@media screen and (max-width: 768px) {
  .confirm__inner {
    width: 100%;
  }
}

.contact__text {
  font-size: 16px;
}

.contact__list {
  font-family: "Kosugi Maru", sans-serif;
  margin: 40px 0;
}
@media screen and (max-width: 375px) {
  .contact__list {
    margin: 20px 0;
  }
}

.contact__definition {
  font-size: clamp(0.625rem, 0.522rem + 0.53vw, 1rem);
  width: 100%;
  padding: 12px;
  border: 1px solid #333;
}

.contact__item + .contact__item {
  margin-top: 40px;
}
@media screen and (max-width: 375px) {
  .contact__item + .contact__item {
    margin-top: 15px;
  }
}

.contact__buttons p {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.wpcf7-spinner {
  display: none;
}

.contact__back-button,
.contact__submit-input {
  padding: 16px 20px;
  font-family: "Kosugi Maru", sans-serif;
  font-size: 18px;
  color: #fff;
  background-color: #956134;
  border-radius: 4px;
  width: 40%;
  transition: ease-in 0.3s;
}
.contact__back-button:hover,
.contact__submit-input:hover {
  transition: ease-in 0.3s;
  background-color: #333;
  border: none;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .contact__back-button,
  .contact__submit-input {
    width: 45%;
    font-size: clamp(0.75rem, 0.581rem + 0.87vw, 1rem);
    padding: 8px 10px;
  }
}

.completion {
  padding-top: 120px;
  margin-bottom: 120px;
}
@media screen and (max-width: 768px) {
  .completion {
    padding-top: 80px;
    margin-bottom: 80px;
  }
}

.completion__inner {
  max-width: 80%;
  padding-left: 20px;
  padding-right: 20px;
  margin-inline: auto;
}
@media screen and (max-width: 375px) {
  .completion__inner {
    max-width: 100%;
  }
}

.completion__inner h3 {
  font-family: "Crimson Text", serif;
  font-size: clamp(1.5rem, 1.066rem + 1.85vw, 2.5rem);
  font-weight: 700;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .completion__inner h3 {
    margin-bottom: 10px;
  }
}

.completion__inner h4 {
  font-family: "Kosugi Maru", sans-serif;
  font-size: clamp(0.875rem, 0.767rem + 0.46vw, 1.125rem);
  font-weight: 500;
  margin-bottom: 44px;
}
@media screen and (max-width: 768px) {
  .completion__inner h4 {
    margin-bottom: 30px;
  }
}

.completion__inner p {
  font-family: "Kosugi Maru", sans-serif;
  font-size: clamp(0.875rem, 0.821rem + 0.23vw, 1rem);
  line-height: 2.375;
  margin-bottom: 40px;
}

.completion__inner a {
  font-family: "Kosugi Maru", sans-serif;
  font-size: clamp(0.875rem, 0.767rem + 0.46vw, 1.125rem);
  font-weight: 500;
  color: #fff;
  text-align: center;
  background-color: #956134;
  display: block;
  padding: 22px 185px 22px 195px;
  max-width: 80%;
  margin-inline: auto;
  border-radius: 4px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .completion__inner a {
    padding: 13px 95px 13px 105px;
    max-width: 82%;
  }
}

.completion__inner a::after {
  content: "";
  position: absolute;
  top: 52%;
  bottom: 0;
  left: 37%;
  font-size: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: left 0.3s;
  width: 6px;
  height: 6px;
  border-left: solid 2px currentColor;
  border-bottom: solid 2px currentColor;
  transform: translateY(-48%) rotate(45deg);
}

.completion__inner a:hover::after {
  left: 34%;
}

.lower__notfound-textbox {
  position: absolute;
  top: clamp(1.563rem, -3.237rem + 9.99vw, 5.75rem);
  right: 16%;
  color: #956134;
  background-color: rgba(255, 255, 255, 0.7);
  padding: clamp(0.625rem, -2.24rem + 5.96vw, 3.125rem);
  filter: drop-shadow(100px 100px 100px #fff);
}
@media screen and (max-width: 768px) {
  .lower__notfound-textbox {
    display: none;
  }
}

.lower__notfound-textbox h2 {
  font-family: "Crimson Text", serif;
  font-size: clamp(2.188rem, 1.417rem + 3.29vw, 4.375rem);
  font-weight: 700;
  margin-bottom: 20px;
}

.lower__notfound-textbox p,
.lower__notfound-sp-textbox p {
  font-family: "Kosugi Maru", sans-serif;
  font-size: 16px;
  line-height: 2.375;
  margin-bottom: 20px;
}

.lower__notfound-textbox a {
  border: 1px solid #956134;
  color: #956134;
}

.lower__notfound-textbox a:hover::before {
  left: 20px;
}

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

.lower__notfound-sp-textbox h2 {
  position: absolute;
  top: clamp(4.688rem, 0.215rem + 19.08vw, 9.375rem);
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: "Crimson Text", serif;
  font-size: clamp(2.188rem, 1.412rem + 3.31vw, 3rem);
  font-weight: 700;
  color: #956134;
  background-color: rgba(255, 255, 255, 0.7);
  padding: clamp(0.625rem, -2.24rem + 5.96vw, 3.125rem);
  filter: drop-shadow(100px 100px 100px #fff);
  white-space: nowrap;
}
@media screen and (max-width: 375px) {
  .lower__notfound-sp-textbox h2 {
    top: 30%;
  }
}

.lower__notfound-sp-textbox p {
  font-size: 14px;
  padding-right: 10px;
  margin-top: 40px;
}

.lower__notfound-sp-textbox a {
  border: 1px solid #956134;
  color: #956134;
  margin-inline: auto;
}

.lower__notfound-textbox a,
.lower__notfound-sp-textbox a {
  position: relative;
  font-family: "Kosugi Maru", sans-serif;
  font-size: 14px;
  padding: 12px 30px 12px 40px;
  border-radius: 4px;
  display: block;
  max-width: 145px;
}

.lower__notfound-textbox a::before,
.lower__notfound-sp-textbox a::before {
  content: "";
  position: absolute;
  top: 52%;
  bottom: 0;
  left: 25px;
  font-size: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: left 0.3s;
  width: 6px;
  height: 6px;
  border-left: solid 2px currentColor;
  border-bottom: solid 2px currentColor;
  transform: translateY(-48%) rotate(45deg);
}

.lower__notfound-textbox a:hover::before,
.lower__notfound-sp-textbox a:hover::before {
  left: 20px;
}

.lower__notfound-breadcrumb {
  display: none;
}

.top-contact__inner {
  max-width: 1980px;
  margin-inline: auto;
  display: flex;
}
@media screen and (max-width: 1024px) {
  .top-contact__inner {
    flex-direction: column-reverse;
  }
}

.top-contact__img {
  width: 57%;
  height: auto;
  aspect-ratio: 820/460;
  object-fit: cover;
}
@media screen and (max-width: 1024px) {
  .top-contact__img {
    width: 100%;
  }
}

.top-contact__textbox {
  width: 43%;
  background-color: #EEE0C0;
}
@media screen and (max-width: 1024px) {
  .top-contact__textbox {
    width: 100%;
    text-align: center;
  }
}

.top-contact__text {
  max-width: 44%;
  margin-inline: auto;
  padding-top: 80px;
  padding-bottom: 85px;
}
@media screen and (max-width: 1024px) {
  .top-contact__text {
    max-width: 100%;
    padding: 80px 10% 80px;
  }
}

.top-contact__top-text {
  font-family: "Kosugi Maru", sans-serif;
  font-size: clamp(0.875rem, 0.805rem + 0.36vw, 1.125rem);
  color: #333;
  line-height: 1.6;
}

@media screen and (max-width: 1024px) {
  .top-contact__linkbox {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}

.btn {
  font-family: "Kosugi Maru", sans-serif;
  font-size: clamp(0.938rem, -0.143rem + 1.69vw, 1.375rem);
  color: #333;
  display: block;
  padding: 18px 33px;
  border: 1px solid #333;
  border-radius: 5px;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .btn {
    padding: 18px 60px;
  }
}
@media screen and (max-width: 375px) {
  .btn {
    max-width: 100%;
  }
}

.top-contact__btn {
  margin-top: 25px;
}

.top-footer-fa {
  margin-right: 16px;
  color: #333;
}

.footer-fa {
  margin-right: 16px;
  color: #fff;
}

.top-contact__tel {
  margin-top: 20px;
}

.top-contact__bottom-text {
  font-family: "Kosugi Maru", sans-serif;
  font-size: clamp(0.75rem, 0.715rem + 0.18vw, 0.875rem);
  color: #333;
  margin-top: 22px;
}

.ja {
  font-family: "Kosugi Maru", sans-serif;
}

.inner {
  max-width: 1150px;
  padding-right: 20px;
  padding-left: 20px;
  margin-inline: auto;
}

.t-service,
.t-news {
  padding-top: 120px;
}
@media screen and (max-width: 768px) {
  .t-service,
  .t-news {
    padding-top: 80px;
  }
}
@media screen and (max-width: 375px) {
  .t-service,
  .t-news {
    padding-top: 30px;
  }
}

.ttl {
  font-family: "Crimson Text", serif;
  font-size: clamp(2.375rem, 1.815rem + 2.84vw, 4.375rem);
  font-weight: 700;
}

.slide-in__right {
  opacity: 0;
  transform: translateX(100px);
  visibility: hidden;
  transition: opacity 1s, visibility 1s, transform 1s;
}
@media screen and (max-width: 768px) {
  .slide-in__right {
    transform: translateX(150px);
  }
}

.slide-in__right.scroll {
  opacity: 1;
  visibility: visible;
  transform: translateX(0px);
}

.slide-in__left {
  opacity: 0;
  transform: translateX(100px);
  visibility: hidden;
  transition: opacity 1s, visibility 1s, transform 1s;
}
@media screen and (max-width: 768px) {
  .slide-in__left {
    transform: translateX(-150px);
  }
}

.slide-in__left.scroll {
  opacity: 1;
  visibility: visible;
  transform: translateX(0px);
}

.slide-in__top {
  opacity: 0;
  transform: translateY(100px);
  visibility: hidden;
  transition: opacity 1s, visibility 1s, transform 1s;
}
@media screen and (max-width: 768px) {
  .slide-in__top {
    transform: translateY(-150px);
  }
}

.slide-in__top.scroll {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}

.slide-in__bottom {
  opacity: 0;
  transform: translateY(100px);
  visibility: hidden;
  transition: opacity 1s, visibility 1s, transform 1s;
}

.slide-in__bottom.scroll {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}

.lower-fv__fadeUp {
  opacity: 0;
  transform: translateY(100px);
  visibility: hidden;
  transition: opacity 1s, visibility 1s, transform 1s;
}

.lower-fv__fadeUp.is-animated {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}

.lower__slide-in__left {
  opacity: 0;
  transform: translateX(100px);
  visibility: hidden;
  transition: opacity 2s, visibility 2s, transform 2s;
}

.lower__slide-in__left.is-animated {
  opacity: 1;
  visibility: visible;
  transform: translateX(0px);
}

.lower__fv {
  max-width: 1980px;
  margin-inline: auto;
  padding-top: 10%;
  margin-bottom: 20px;
}
@media screen and (max-width: 1024px) {
  .lower__fv {
    margin-bottom: 10px;
  }
}

.lower__inner {
  position: relative;
  max-width: 86%;
  padding-left: 10px;
  margin-left: auto;
}
@media screen and (max-width: 1440px) {
  .lower__inner {
    max-width: 1280px;
  }
}

.lower__fv-box {
  position: relative;
}

.lower__img {
  max-width: 100%;
  aspect-ratio: 1270/514;
  object-fit: cover;
}
@media screen and (max-width: 375px) {
  .lower__img {
    max-width: 100%;
    aspect-ratio: 365/280;
  }
}

.lower__ttl-box {
  position: absolute;
  top: 0;
  left: 0;
  padding: 1.4% 16.5% 4% 4%;
  width: 500px;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .lower__ttl-box {
    padding: 5% 17% 10% 5%;
    width: initial;
  }
}

.lower__en-ttl {
  font-family: "Crimson Text", serif;
  font-size: clamp(2.75rem, 1.77rem + 4.98vw, 6.25rem);
  font-weight: 700;
}

.lower__ja-ttl {
  font-family: "Kosugi Maru", sans-serif;
  font-size: clamp(0.75rem, 0.61rem + 0.71vw, 1.25rem);
  font-weight: 700;
}

.breadcrumb {
  max-width: 1980px;
  padding-right: 20px;
  padding-left: 20px;
  margin-inline: auto;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 10px;
  font-family: "Kosugi Maru", sans-serif;
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  .breadcrumb {
    flex-wrap: wrap;
    font-size: 8px;
  }
}

span[property=name]:not(.current-item) {
  color: #E2E2E2; /* TOPの色 */
}

span[property=name].current-item {
  color: #333; /* Worksの色 */
}

.breadcrumb__between {
  position: relative;
  padding-left: 5px;
  padding-right: 5px;
}

.breadcrumb__between::after {
  content: "";
  position: absolute;
  top: 50%;
  bottom: 0;
  right: -2%;
  font-size: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: right 0.3s;
  width: 6px;
  height: 6px;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor;
  transform: translateY(-50%) rotate(45deg);
}

.more__link {
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  font-family: "Nunito", sans-serif;
  color: #956134;
  transition: 0.3s ease-in-out;
}

.more__link:after {
  content: "";
  position: absolute;
  top: 50%;
  bottom: 0;
  right: -2%;
  font-size: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: right 0.3s;
  width: 6px;
  height: 6px;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor;
  transform: translateY(-50%) rotate(45deg);
}
@media screen and (max-width: 375px) {
  .more__link:after {
    right: -4%;
  }
}

.more__link:hover:after {
  right: -3.5%;
}
@media screen and (max-width: 375px) {
  .more__link:hover:after {
    right: -5.5%;
  }
}

.link-box {
  padding-right: 20px;
}

.more_under {
  position: relative;
}

.more_under::after {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 0%;
  height: 1px;
  background: #956134;
  transition: all 0.3s;
}

.more__link:hover .more_under::after {
  width: 100%;
}

.footer {
  max-width: 1980px;
  background-color: #956134;
  margin-inline: auto;
}

.footer__inner {
  max-width: 1190px;
  padding: 60px 30px;
  margin-inline: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .footer__inner {
    flex-direction: column-reverse;
    justify-content: flex-start;
    align-items: initial;
    padding: 60px 5% 30px;
  }
}

.footer__flex {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .footer__flex {
    flex-direction: column;
    justify-content: flex-start;
    align-items: initial;
  }
}

.footer__logo {
  width: 258px;
  aspect-ratio: 258/180;
}
@media screen and (max-width: 768px) {
  .footer__logo {
    width: 114px;
    aspect-ratio: 114/80;
    margin-top: 62px;
  }
}

.footer__link-list {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 40px;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .footer__link-list {
    justify-content: flex-start;
    align-items: initial;
    margin-left: 0;
    margin-top: 50px;
  }
}

.footer__copy-right {
  display: block;
  font-family: "Kosugi Maru", sans-serif;
  font-size: 12px;
  color: #fff;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .footer__copy-right {
    margin-top: 50px;
  }
}

.footer__item:not(:first-child) {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .footer__item:not(:first-child) {
    margin-top: 24px;
  }
}

.footer__link {
  font-family: "Kosugi Maru", sans-serif;
  font-size: 16px;
  color: #fff;
}/*# sourceMappingURL=style.css.map */