@charset "UTF-8";
/* リキッドレイアウト対応 */
body {
  font-family: "Noto Sans JP", sans-serif;
  color: #333;
}

.u-desktop {
  display: none;
}
@media screen and (min-width: 768px) {
  .u-desktop {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .u-mobile {
    display: none;
  }
}

html {
  font-size: 16px;
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}
@media screen and (min-width: 768px) {
  html {
    font-size: 1.3333333333vw;
  }
}
@media (min-width: 1200px) {
  html {
    font-size: 16px;
  }
}

/* pcの電話番号発信対応 */
@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

/* ホバー */
a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Remove default padding */
ul,
ol {
  padding: 0;
}

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

/* Set core root defaults */
html {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul,
ol {
  list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
@media screen and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  img {
    image-rendering: -webkit-optimize-contrast;
  }
}
img {
  max-width: 100%;
  display: block;
  width: 100%;
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="1.05" /><feFuncG type="linear" slope="1.05" /><feFuncB type="linear" slope="1.05" /></feComponentTransfer></filter></svg>#filter');
  -webkit-filter: brightness(1.05);
          filter: brightness(1.05);
}

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Blur images when they have no alt attribute */
img:not([alt]) {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="10" /></filter></svg>#filter');
  -webkit-filter: blur(10px);
          filter: blur(10px);
}

/* フォームリセット */
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

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

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

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

.arrow {
  position: relative;
  display: block;
  width: 32px;
  width: 2rem;
  height: 1px;
  height: 0.0625rem;
  border-radius: 9999px;
  background-color: #F1A81F;
  -webkit-transition: right 0.3s ease;
  transition: right 0.3s ease;
}

.arrow-hover:hover span {
  right: 13px;
  right: 0.8125rem;
}

.arrow::before {
  content: "";
  position: absolute;
  top: calc(50% - 2px);
  right: 0;
  width: 8px;
  width: 0.5rem;
  height: 1px;
  border-radius: 9999px;
  background-color: #F1A81F;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: calc(100% - 2px) 50%;
          transform-origin: calc(100% - 2px) 50%;
}

.breadcrumbs {
  margin-top: 15px;
  margin-top: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .breadcrumbs {
    margin-top: 1.5625rem;
  }
}

.breadcrumbs {
  font-size: 12px;
  font-size: 0.75rem;
}
@media screen and (min-width: 768px) {
  .breadcrumbs {
    font-size: 0.875rem;
  }
}

.breadcrumbs a {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.breadcrumbs a:hover {
  opacity: 0.7;
}

.breadcrumbs span:first-child {
  padding-right: 3px;
  padding-right: 0.1875rem;
}

.breadcrumbs span:not(:first-child) {
  padding: 0 6px;
  padding: 0 0.375rem;
}

.column-list__link:hover {
  opacity: 1;
}

.column-list__img {
  overflow: hidden;
}

.column-list__img img {
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  height: 100%;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}

.column-list__link:hover .column-list__img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.column-list__link:hover .column-list__img-text {
  opacity: 1;
  visibility: visible;
}

.column-list__link:hover .column-list__img::before {
  opacity: 0.5;
  visibility: visible;
}

.column-list__img {
  position: relative;
}

.column-list__img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #6CB789;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s cubic-bezier(0.6, 0, 0, 1), visibility 0.3s cubic-bezier(0.6, 0, 0, 1);
  transition: opacity 0.3s cubic-bezier(0.6, 0, 0, 1), visibility 0.3s cubic-bezier(0.6, 0, 0, 1);
  z-index: 1;
}

.column-list__img .column-list__no-image {
  -o-object-fit: contain;
     object-fit: contain;
}

.column-list__img-text {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.5s, visibility 0.5s;
  transition: opacity 0.5s, visibility 0.5s;
  z-index: 5;
}

.column-list__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 13px;
  margin-top: 0.8125rem;
}

.column-list__category {
  background-color: #075e0f;
  font-size: 14px;
  font-size: 0.875rem;
  color: #fff;
  padding: 4px 10px;
  padding: 0.25rem 0.625rem;
  line-height: 1;
  font-weight: 500;
}

.column-list__date {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  color: #7f8b9e;
  letter-spacing: 0.04em;
}

.column-list__title {
  margin-top: 16px;
  margin-top: 1rem;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.6;
  font-weight: 500;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  color: #333;
}
@media screen and (min-width: 768px) {
  .column-list__title {
    font-size: 1.125rem;
  }
}

.column__footer {
  margin-top: 72px;
  margin-top: 4.5rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .column__footer {
    margin-top: 5rem;
  }
}

.column__footer-link {
  border: 1px solid #F1A81F;
  font-size: 14px;
  font-size: 0.875rem;
  text-align: center;
  color: #F1A81F;
  position: relative;
  display: inline-block;
  padding: 12px 83px;
  padding: 0.75rem 5.1875rem;
  font-weight: 700;
  text-transform: uppercase;
  -webkit-transition: color 0.3s ease, background-color 0.3s ease;
  transition: color 0.3s ease, background-color 0.3s ease;
}

.column__footer-link:hover {
  background-color: #F1A81F;
  color: #fff;
}

.column__footer-link span {
  position: absolute;
  display: inline-block;
  width: 32px;
  width: 2rem;
  height: 1px;
  height: 0.0625rem;
  border-radius: 9999px;
  background-color: #F1A81F;
  right: 20px;
  right: 1.25rem;
  top: 53%;
  -webkit-transition: right 0.3s ease;
  transition: right 0.3s ease;
}

.column__footer-link:hover span {
  right: 13px;
  right: 0.8125rem;
  background-color: #fff;
}

.column__footer-link span::before {
  content: "";
  position: absolute;
  top: calc(50% - 2px);
  right: 0;
  width: 8px;
  width: 0.5rem;
  height: 1px;
  border-radius: 9999px;
  background-color: #F1A81F;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: calc(100% - 2px) 50%;
          transform-origin: calc(100% - 2px) 50%;
}

.column__footer-link:hover span::before {
  background-color: #fff;
}

body.active {
  height: 100%;
  overflow: hidden;
}

.drawer {
  cursor: pointer;
}

.drawer__icon {
  display: block;
  position: fixed;
  top: 18px;
  top: 1.125rem;
  right: 22px;
  right: 1.375rem;
  width: 25px;
  width: 1.5625rem;
  height: 2px;
  height: 0.125rem;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  z-index: 1000;
}
@media screen and (min-width: 768px) {
  .drawer__icon {
    display: none;
  }
}

.drawer__icon.is-open {
  z-index: 900;
}
.drawer__icon.is-open .drawer__icon-bar1 {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 7px;
  top: 0.4375rem;
}
.drawer__icon.is-open .drawer__icon-bar2 {
  display: none;
}
.drawer__icon.is-open .drawer__icon-bar3 {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 7px;
  top: 0.4375rem;
}

.drawer__icon-bars {
  position: relative;
  width: 25px;
  width: 1.5625rem;
  height: 14px;
  height: 0.875rem;
}

.header.is-scroll .drawer__icon-bar1,
.header.is-scroll .drawer__icon-bar2,
.header.is-scroll .drawer__icon-bar3 {
  background-color: #5A4B39;
}

.header.is-scroll .drawer__icon.is-open .drawer__icon-bar1,
.header.is-scroll .drawer__icon.is-open .drawer__icon-bar2,
.header.is-scroll .drawer__icon.is-open .drawer__icon-bar3 {
  background-color: #fff;
}

.drawer__icon-bar1,
.drawer__icon-bar2,
.drawer__icon-bar3 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  height: 0.125rem;
  background: #fff;
  -webkit-transition: background-color 0.4s ease, -webkit-transform 0.3s ease;
  transition: background-color 0.4s ease, -webkit-transform 0.3s ease;
  transition: transform 0.3s ease, background-color 0.4s ease;
  transition: transform 0.3s ease, background-color 0.4s ease, -webkit-transform 0.3s ease;
}

.drawer__icon-bar1 {
  top: 0;
  border-radius: 0.9375rem;
}

.drawer__icon-bar2 {
  top: 6px;
  top: 0.375rem;
  border-radius: 0.9375rem;
  width: 100%;
}

.drawer__icon-bar3 {
  top: 13px;
  top: 0.8125rem;
  border-radius: 0.9375rem;
  width: 100%;
}

.drawer__content {
  overflow: scroll;
  position: fixed;
  top: 0;
  right: 0;
  background: linear-gradient(135deg, rgba(26, 105, 93, .9803921569) 0%, rgba(71, 121, 113, .9803921569) 100%);
  height: 100%;
  width: 300px;
  width: 18.75rem;
  z-index: 800;
  -webkit-transform: translateX(105%);
          transform: translateX(105%);
  width: 100%;
  text-align: center;
  -webkit-transition: -webkit-transform 0.5s ease 0s;
  transition: -webkit-transform 0.5s ease 0s;
  transition: transform 0.5s ease 0s;
  transition: transform 0.5s ease 0s, -webkit-transform 0.5s ease 0s;
  padding-top: 70px;
  padding-bottom: 100px;
}

.drawer__content.is-open {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  display: block;
}

.drawer__content-items {
  color: #fff;
  line-height: 1.57;
  position: relative;
  list-style: none;
}

.drawer__content-item {
  position: relative;
}

.drawer__content-item a {
  position: relative;
  display: block;
}

.drawer__content-item {
  font-size: 16px;
  font-size: 1rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  letter-spacing: 1.6px;
  letter-spacing: 0.1rem;
}

.drawer__content-item a {
  display: block;
  padding: 15px 0;
  padding: 0.9375rem 0;
}

.drawer__content-contact {
  width: 78%;
  margin-inline: auto;
  margin-top: 20px;
  margin-top: 1.25rem;
  max-width: 300px;
}

.drawer__content-contact a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 10px;
  padding: 0.625rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #F1A81F;
}

.drawer__content-contact.drawer__content-contact--green a {
  background-color: #6CB789;
}

.drawer__content-contact span {
  width: 18px;
  width: 1.125rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.faq-list__item {
  border-bottom: 1px solid #BCBCBC;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.faq-list__item:hover {
  opacity: 0.6;
}

.faq-list__item + .faq-list__item {
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .faq-list__item + .faq-list__item {
    margin-top: 0.5rem;
  }
}

.faq-list__item-question {
  padding: 12px 32px 12px 34px;
  padding: 0.75rem 2rem 0.75rem 2.125rem;
  position: relative;
  font-size: 15px;
  font-size: 0.9375rem;
  text-indent: -12px;
  text-indent: -0.75rem;
  cursor: pointer;
  font-weight: 500;
  color: #333;
}
@media screen and (min-width: 768px) {
  .faq-list__item-question {
    padding: 0.875rem 3.75rem 0.9375rem 2.75rem;
    font-size: 1.125rem;
    text-indent: -0.875rem;
  }
}

.faq-list__item-question::before,
.faq-list__item-question::after {
  content: "";
  position: absolute;
  top: 26px;
  top: 1.625rem;
  right: 13px;
  right: 0.8125rem;
  width: 18px;
  width: 1.125rem;
  height: 3px;
  height: 0.1875rem;
  background: #6CB789;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (min-width: 768px) {
  .faq-list__item-question::before,
  .faq-list__item-question::after {
    top: 1.8125rem;
    width: 1.25rem;
  }
}

.faq-list__item-question::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.faq-list__item-question.is-open::after {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.faq-list__item-question span {
  margin-right: 10px;
  margin-right: 0.625rem;
  display: inline-block;
  color: #6CB789;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .faq-list__item-question span {
    margin-right: 0.5625rem;
    font-size: 1.5rem;
  }
}

.faq-list__item-answer {
  padding: 10px 30px 15px 34px;
  padding: 0.625rem 1.875rem 0.9375rem 2.125rem;
  display: none;
  font-size: 15px;
  font-size: 0.9375rem;
  text-indent: -12px;
  text-indent: -0.75rem;
  color: #333;
}
@media screen and (min-width: 768px) {
  .faq-list__item-answer {
    padding: 0 2.5rem 1.5625rem 2.4375rem;
    font-size: 1.125rem;
    text-indent: -0.75rem;
  }
}

.faq-list__item-answer span {
  margin-right: 10px;
  margin-right: 0.625rem;
  display: inline-block;
  color: #F1A81F;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .faq-list__item-answer span {
    font-size: 1.5rem;
    margin-right: 0.5625rem;
  }
}

.bg_works {
  margin-top: 62px;
  margin-top: 3.875rem;
  height: 300px;
  height: 18.75rem;
}
@media screen and (min-width: 768px) {
  .bg_works {
    height: auto;
    margin-top: 8.875rem;
  }
}
@media screen and (min-width: 1441px) {
  .bg_works {
    margin-inline: auto;
    max-width: 1440px;
  }
}

.bg_works img {
  height: inherit;
  -o-object-fit: cover;
     object-fit: cover;
}

.footer {
  position: relative;
  color: #fff;
  background-size: cover;
  background-position: center;
  background-image: url("../images/common/bg_footer.jpg");
}

.footer::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .3)), color-stop(70%, rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .5)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, .3) 0%, rgba(0, 0, 0, .5) 70%, rgba(0, 0, 0, .5) 100%);
}

.footer__inner.inner {
  position: relative;
  padding: 80px 16px 42px;
  padding: 5rem 1rem 2.625rem;
}
@media screen and (min-width: 768px) {
  .footer__inner.inner {
    padding: 8.4375rem 1rem;
    width: 72%;
    max-width: 1030px;
  }
}

.footer--sub .footer__inner.inner {
  padding-top: 91px;
  padding-top: 5.6875rem;
  padding-bottom: 60px;
  padding-bottom: 3.75rem;
}

.footer__heading {
  text-align: center;
  font-size: clamp(60px, 50.845px + 2.441314554vw, 86px);
  font-size: clamp(3.75rem, 3.1778169014rem + 2.441314554vw, 5.375rem);
  letter-spacing: 0.1em;
  font-weight: 400;
  font-family: "Marcellus", serif;
}

.footer--sub .footer__heading {
  display: none;
}

.footer__contact-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 6%;
  margin-top: 3px;
  margin-top: 0.1875rem;
}

.footer--sub .footer__contact-block {
  display: none;
}

.footer__contact-item {
  text-align: center;
  max-width: 312px;
  max-width: 19.5rem;
}

.footer__contact-item + .footer__contact-item {
  margin-top: 32px;
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .footer__contact-item + .footer__contact-item {
    margin-top: 0;
  }
}

.footer__contact-title {
  font-size: 16px;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .footer__contact-title {
    font-size: 1.125rem;
  }
}

.footer__button {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: bold;
  color: #fff;
  padding: 19px 92px;
  padding: 1.1875rem 5.75rem;
  text-decoration: none;
  font-size: 16px;
  font-size: 1rem;
  margin-top: 5px;
  margin-top: 0.3125rem;
}

.footer__button .mail {
  width: 18px;
  width: 1.125rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: absolute;
  left: 19%;
  top: 50%;
  -webkit-transform: translateY(-40%);
          transform: translateY(-40%);
}

.footer__button--orange {
  background-color: #f5a623;
  border: 1px solid #F1A81F;
  -webkit-transition: color 0.3s ease, background-color 0.3s ease;
  transition: color 0.3s ease, background-color 0.3s ease;
}

.footer__button--orange:hover {
  background-color: #fff;
  color: #F1A81F;
}

.footer__button--orange:hover .mail svg path {
  fill: #F1A81F;
}

.footer__button--green {
  background-color: #6cb773;
  border: 1px solid #6cb773;
  -webkit-transition: color 0.3s ease, background-color 0.3s ease;
  transition: color 0.3s ease, background-color 0.3s ease;
}

.footer__button--green:hover {
  background-color: #fff;
  color: #6cb773;
}

.footer__button--green:hover .mail svg path {
  fill: #6cb773;
}

.footer__contact-note {
  font-size: 12px;
  font-size: 0.75rem;
  color: #ddd;
  margin-top: 7px;
  margin-top: 0.4375rem;
}

.footer__lower {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 80px;
  margin-top: 5rem;
}
@media screen and (min-width: 768px) {
  .footer__lower {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 10.6875rem;
  }
}

.footer--sub .footer__lower {
  margin-top: 0;
}

.footer__logo {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: bold;
  color: #70b89f;
  margin-bottom: 8px;
  margin-bottom: 0.5rem;
  width: 235px;
  width: 14.6875rem;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.footer__logo:hover {
  opacity: 0.7;
}

.footer__address {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.6;
  margin-top: 16px;
  margin-top: 1rem;
  font-style: normal;
  font-weight: 400;
}

.footer__address a {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.footer__address a:hover {
  opacity: 0.7;
}

.footer__sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 18px;
  gap: 1.125rem;
  margin-top: 24px;
  margin-top: 1.5rem;
  list-style: none;
  padding: 0;
}
@media screen and (min-width: 768px) {
  .footer__sns {
    gap: 0.5625rem;
  }
}

.footer__sns li {
  width: 32px;
  width: 2rem;
}
@media screen and (min-width: 768px) {
  .footer__sns li {
    width: 1.0625rem;
  }
}

.footer__sns li a:hover {
  opacity: 0.7;
}

.footer__copyright {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  margin-top: 23px;
  margin-top: 1.4375rem;
}
@media screen and (min-width: 768px) {
  .footer__copyright {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .footer__copyright.u-mobile {
    display: none;
  }
}

.footer__nav {
  margin-top: 24px;
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .footer__nav {
    margin-top: 1.0625rem;
  }
}

.footer__nav-upper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 16px;
  gap: 1rem;
  list-style: none;
  padding: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 768px) {
  .footer__nav-upper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 2.4375rem;
  }
}

.footer__nav-lower {
  margin-top: 42px;
  margin-top: 2.625rem;
}
@media screen and (min-width: 768px) {
  .footer__nav-lower {
    margin-top: 2rem;
  }
}

.footer__nav a {
  color: #fff;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.footer__nav-upper li a:hover {
  color: #6CB789;
}

.footer__nav-button {
  padding: 8px 15px;
  padding: 0.5rem 0.9375rem;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .footer__nav-button {
    margin-left: auto;
    max-width: 172px;
  }
}

.footer__nav-lower li:not(:first-child) {
  margin-top: 26px;
  margin-top: 1.625rem;
}
@media screen and (min-width: 768px) {
  .footer__nav-lower li:not(:first-child) {
    margin-top: 1rem;
  }
}

.footer__nav-button span {
  width: 18px;
  width: 1.125rem;
}

.footer__nav-button--orange {
  background-color: #f5a623;
  border: 1px solid #F1A81F;
  -webkit-transition: color 0.3s ease, background-color 0.3s ease;
  transition: color 0.3s ease, background-color 0.3s ease;
}

.footer__nav-button--orange:hover {
  background-color: #fff;
  color: #F1A81F;
}

.footer__nav-button--orange:hover span svg path {
  fill: #F1A81F;
}

.footer__nav-button--green {
  background-color: #6cb773;
  border: 1px solid #6cb773;
  -webkit-transition: color 0.3s ease, background-color 0.3s ease;
  transition: color 0.3s ease, background-color 0.3s ease;
}

.footer__nav-button--green:hover {
  background-color: #fff;
  color: #6cb773;
}

.footer__nav-button--green:hover span svg path {
  fill: #6cb773;
}

.header {
  top: 0;
  left: 0;
  right: 0;
  position: fixed;
  color: #ffffff;
  width: 100%;
  max-width: 100%;
  z-index: 900;
  height: 50px;
  height: 3.125rem;
  background-color: transparent;
  -webkit-transition: background-color 0.4s ease;
  transition: background-color 0.4s ease;
}
@media screen and (min-width: 768px) {
  .header {
    height: 4.8125rem;
  }
}

.active__header {
  background: #5A4B39;
  -webkit-transition: background 0.7s ease;
  transition: background 0.7s ease;
}

.header.is-scroll {
  background-color: rgba(255, 255, 255, .94);
}

.header.is-scroll .header__nav-link {
  color: #333;
  text-shadow: none;
}

.header.is-scroll .header__nav-item.header__nav-item--contact {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.is-scroll .header__nav-link.header__nav-link--contact {
  color: #fff;
}

.header.sub-page.is-scroll {
  background-color: rgba(255, 255, 255, .94);
}

.header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 32px;
  padding-left: 2rem;
  height: inherit;
}
.header__logo {
  width: 100px;
  width: 6.25rem;
  height: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  position: relative;
}
@media screen and (min-width: 768px) {
  .header__logo {
    width: 10.1875rem;
  }
}

.header__logo a {
  width: 100%;
  height: inherit;
}

.header__logo a svg {
  display: block;
  width: 100%;
  height: inherit;
}

.header__logo:hover {
  opacity: 0.7;
}

.header__nav-list {
  display: none;
  height: inherit;
}
@media screen and (min-width: 768px) {
  .header__nav-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: auto;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.header__logo-text {
  display: block;
  color: #197c22;
  font-weight: 400;
  position: absolute;
  bottom: 0.5em;
  font-size: 6px;
  font-size: 0.375rem;
}
@media screen and (min-width: 768px) {
  .header__logo-text {
    font-size: 0.5625rem;
  }
}

.header__nav {
  height: inherit;
  margin-left: auto;
}

.header__nav-item {
  height: inherit;
}

.header__nav-item:nth-of-type(3) {
  margin-right: 20px;
  margin-right: 1.25rem;
}

.header__nav-link {
  position: relative;
  padding: 0 16px;
  padding: 0 1rem;
  height: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  font-size: 17px;
  font-size: 1.0625rem;
  text-shadow: 0 4px 4px rgba(0, 0, 0, .25);
  text-shadow: 0 0.25rem 0.25rem rgba(0, 0, 0, .25);
}

.header__nav-link::before {
  content: "";
  position: absolute;
  bottom: 16px;
  bottom: 1rem;
  left: 50%;
  -webkit-transform: translateX(-50%) scaleX(0);
          transform: translateX(-50%) scaleX(0);
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
  width: 80%;
  height: 1px;
  background-color: #6CB789;
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.6, 0, 0, 1);
  transition: -webkit-transform 0.3s cubic-bezier(0.6, 0, 0, 1);
  transition: transform 0.3s cubic-bezier(0.6, 0, 0, 1);
  transition: transform 0.3s cubic-bezier(0.6, 0, 0, 1), -webkit-transform 0.3s cubic-bezier(0.6, 0, 0, 1);
}

@media (any-hover: hover) {
  .header__nav-link:hover::before {
    -webkit-transform: translateX(-50%) scaleX(1);
            transform: translateX(-50%) scaleX(1);
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
  }
}
.header__nav-link.header__nav-link--contact {
  background-color: #F1A81F;
  border: 1px solid #F1A81F;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 3px;
  gap: 0.1875rem;
  font-size: 14px;
  font-size: 0.875rem;
  padding: 0 11px;
  padding: 0 0.6875rem;
  color: #fff;
  text-shadow: none;
}

.header__nav-link.header__nav-link--contact:hover {
  background-color: #fff;
  color: #F1A81F;
}

.header__nav-link--contact:hover span svg path {
  fill: #F1A81F;
}

.header__nav-link.header__nav-link--contact span {
  width: 18px;
  width: 1.125rem;
}

.header__nav-link.header__nav-link--contact.header__nav-link--contact-green {
  background-color: #6CB789;
  border: 1px solid #6CB789;
}

.header__nav-link--contact.header__nav-link--contact-green:hover {
  background-color: #fff;
  color: #6CB789;
}

.header__nav-link--contact-green:hover span svg path {
  fill: #6CB789;
}

.header__nav-link.header__nav-link--contact:hover::after,
.header__nav-link.header__nav-link--contact:hover::before {
  content: none;
}

.header__nav-item.header__nav-item--white a {
  overflow: hidden;
  text-align: center;
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 2px;
  letter-spacing: 0.125rem;
  color: #5A4B39;
  background: #fff;
  z-index: 1;
  width: 100%;
  position: relative;
}
.header__nav-item.header__nav-item--white a :before,
.header__nav-item.header__nav-item--white a :after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: -1;
}
.header__nav-item.header__nav-item--white a:before {
  content: "";
  position: absolute;
  top: 0;
  right: -50px;
  right: -3.125rem;
  left: 0;
  bottom: 0;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  border-right: 50px solid transparent;
  border-bottom: 60px solid #5A4B39;
  border-bottom: 3.75rem solid #5A4B39;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}
.header__nav-item.header__nav-item--white a:hover {
  color: #fff;
  background: #333;
  -webkit-transition: 0.7s all;
  transition: 0.7s all;
}
.header__nav-item.header__nav-item--white a:hover:before {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  z-index: -10;
}

.inner {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
  max-width: 600px;
}
@media screen and (min-width: 768px) {
  .inner {
    max-width: 1250px;
    padding-right: 25px;
    padding-left: 25px;
  }
}

.contact-inner {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
  max-width: 600px;
}
@media screen and (min-width: 768px) {
  .contact-inner {
    max-width: 1012px;
    padding-right: 25px;
    padding-left: 25px;
  }
}

.js-fade {
  opacity: 0;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
}

@media screen and (min-width: 768px) {
  .js-fade-left {
    -webkit-transform: translateX(-50px);
            transform: translateX(-50px);
  }
}

@media screen and (min-width: 768px) {
  .js-fade-right {
    -webkit-transform: translateX(50px);
            transform: translateX(50px);
  }
}

.is-inview {
  opacity: 1;
  -webkit-transform: translateX(0) translateY(0);
          transform: translateX(0) translateY(0);
}

.layout-about {
  margin-top: 64px;
  margin-top: 4rem;
}
@media screen and (min-width: 768px) {
  .layout-about {
    margin-top: 8.8125rem;
  }
}

@media screen and (min-width: 768px) {
  .layout-works {
    margin-top: 11.375rem;
  }
}

.layout-faq {
  margin-top: -90px;
  margin-top: -5.625rem;
}
@media screen and (min-width: 768px) {
  .layout-faq {
    margin-top: -9.5625rem;
  }
}

.layout-column {
  margin-top: 145px;
  margin-top: 9.0625rem;
}

.layout-footer {
  margin-top: 80px;
  margin-top: 5rem;
}
@media screen and (min-width: 768px) {
  .layout-footer {
    margin-top: 9.375rem;
  }
}

.layout-staff {
  margin-top: 80px;
  margin-top: 5rem;
}
@media screen and (min-width: 768px) {
  .layout-staff {
    margin-top: 9.0625rem;
  }
}

.layout-sub-page {
  margin-top: 68px;
  margin-top: 4.25rem;
}
@media screen and (min-width: 768px) {
  .layout-sub-page {
    margin-top: 10rem;
  }
}

.layout-about-service {
  margin-top: 130px;
  margin-top: 8.125rem;
}
@media screen and (min-width: 768px) {
  .layout-about-service {
    margin-top: 15.1875rem;
  }
}

.loading {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  opacity: 1;
  -webkit-transition: opacity 0.8s ease-out, -webkit-transform 0.8s ease-out;
  transition: opacity 0.8s ease-out, -webkit-transform 0.8s ease-out;
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
  transition: opacity 0.8s ease-out, transform 0.8s ease-out, -webkit-transform 0.8s ease-out;
}

.loading.is-hide {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  opacity: 0;
  pointer-events: none;
}

.loading__block {
  position: relative;
}

.loading__img {
  width: 200px;
  width: 12.5rem;
  -webkit-animation: slideIn 1s cubic-bezier(0.77, 0, 0.175, 1) forwards;
          animation: slideIn 1s cubic-bezier(0.77, 0, 0.175, 1) forwards;
}
@media screen and (min-width: 768px) {
  .loading__img {
    width: 300px;
  }
}

@-webkit-keyframes slideIn {
  0% {
    -webkit-clip-path: inset(0 100% 0 0);
            clip-path: inset(0 100% 0 0);
    opacity: 0;
  }
  100% {
    -webkit-clip-path: inset(0 0 0 0);
            clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}

@keyframes slideIn {
  0% {
    -webkit-clip-path: inset(0 100% 0 0);
            clip-path: inset(0 100% 0 0);
    opacity: 0;
  }
  100% {
    -webkit-clip-path: inset(0 0 0 0);
            clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}
.loading__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.modal {
  display: none;
  position: fixed;
  z-index: 999;
  inset: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.modal.is-open {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@-webkit-keyframes fadeIn {
  from {
    background-color: rgba(0, 0, 0, 0);
  }
  to {
    background-color: rgba(0, 0, 0, .6);
  }
}

@keyframes fadeIn {
  from {
    background-color: rgba(0, 0, 0, 0);
  }
  to {
    background-color: rgba(0, 0, 0, .6);
  }
}
.modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, .6);
}

.modal__content {
  position: relative;
  background: #fff;
  padding: 59px 27px 59px;
  padding: 3.6875rem 1.6875rem 3.6875rem;
  z-index: 1000;
  width: 90%;
  height: 80vh;
  overflow-y: scroll;
  opacity: 0;
  -webkit-animation: slideUp 0.3s ease forwards;
          animation: slideUp 0.3s ease forwards;
  max-width: 600px;
}
@media screen and (min-width: 768px) {
  .modal__content {
    max-width: 700px;
    padding: 4.375rem 3.4375rem 3.6875rem;
  }
}

@-webkit-keyframes slideUp {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes slideUp {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.modal__content img {
  aspect-ratio: 590/440;
  -o-object-fit: cover;
     object-fit: cover;
}

.modal__close {
  position: absolute;
  top: 0;
  right: 0;
  background: none;
  border: none;
  font-size: 24px;
  font-size: 1.5rem;
  cursor: pointer;
  background-color: #5a4b39;
  padding: 4px 10px;
  padding: 0.25rem 0.625rem;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .modal__close {
    font-size: 2.1875rem;
  }
}

.staff__name {
  margin-top: 24px;
  margin-top: 1.5rem;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
}

.staff__text {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  letter-spacing: 0.02em;
  margin-top: 10px;
  margin-top: 0.625rem;
}
@media screen and (min-width: 768px) {
  .staff__text {
    font-size: 1rem;
  }
}

.mv {
  position: relative;
  overflow: hidden;
  height: 230px;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .mv {
    width: 100%;
    height: auto;
  }
}

.mv::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(234, 246, 236, .3);
  mix-blend-mode: multiply;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.mv__inner {
  width: 100%;
  height: 100%;
}

.mv__text-block {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-25%);
          transform: translateY(-25%);
  z-index: 2;
  color: #5A4B39;
  padding: 11px 25px 15px;
  padding: 0.6875rem 1.5625rem 0.9375rem;
  width: 70%;
  width: clamp(248px, 185.022px + 16.7938931298vw, 314px);
  width: clamp(15.5rem, 11.5639312977rem + 16.7938931298vw, 19.625rem);
  left: 21px;
  left: 1.3125rem;
}
@media screen and (min-width: 768px) {
  .mv__text-block {
    left: 5.375rem;
    padding: 0.6875rem 1.9375rem 0.9375rem;
    -webkit-transform: translateY(-15%);
            transform: translateY(-15%);
    width: auto;
  }
}

.partner.mv .mv__text-block {
  width: clamp(330px, 191.641px + 36.8956743003vw, 475px);
  width: clamp(20.625rem, 11.9775763359rem + 36.8956743003vw, 29.6875rem);
}
@media screen and (min-width: 768px) {
  .partner.mv .mv__text-block {
    width: auto;
  }
}

.mv__text-block::after {
  content: "";
  position: absolute;
  right: -12px;
  right: -0.75rem;
  bottom: -12px;
  bottom: -0.75rem;
  background-color: rgba(7, 94, 15, .85);
  height: 80px;
  height: 5rem;
  width: 80px;
  width: 5rem;
}
@media screen and (min-width: 768px) {
  .mv__text-block::after {
    height: 6.25rem;
    width: 6.25rem;
    right: -1.875rem;
    bottom: -1.3125rem;
  }
}

.mv__title-wrap {
  position: relative;
  display: inline-block;
  overflow: hidden;
}

.mv__title-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: rgba(255, 255, 255, .9);
  z-index: 1;
  -webkit-animation: slide-bg 1s ease-out forwards;
          animation: slide-bg 1s ease-out forwards;
}

.mv__title {
  font-size: clamp(32px, 21.788px + 2.7230046948vw, 61px);
  font-size: clamp(2rem, 1.3617957746rem + 2.7230046948vw, 3.8125rem);
  font-weight: 500;
  font-family: "Marcellus", serif;
  font-weight: 500;
  letter-spacing: 0.15em;
  line-height: 1.2;
  text-transform: uppercase;
  position: relative;
  z-index: 2;
  opacity: 0;
  -webkit-transform: translateX(-1rem);
          transform: translateX(-1rem);
  -webkit-animation: slide-text 0.6s ease-out 1s forwards;
          animation: slide-text 0.6s ease-out 1s forwards;
}

.partner.mv .mv__text-block .mv__title {
  font-size: clamp(24px, 12.834px + 2.9773462783vw, 70px);
  font-size: clamp(1.5rem, 0.802184466rem + 2.9773462783vw, 4.375rem);
}

.mv__subtitle {
  color: #5A4B39;
  position: relative;
  z-index: 1;
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.07em;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .mv__subtitle {
    font-size: 1.1875rem;
    margin-top: 0.5rem;
  }
}

.mv__img {
  margin-left: auto;
  height: inherit;
  width: 85%;
}
@media screen and (min-width: 768px) {
  .mv__img {
    width: 82%;
  }
}

.mv__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@-webkit-keyframes slide-bg {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}

@keyframes slide-bg {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@-webkit-keyframes slide-text {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-1rem);
            transform: translateX(-1rem);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes slide-text {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-1rem);
            transform: translateX(-1rem);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 73px;
  margin-top: 4.5625rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 768px) {
  .pagination {
    -webkit-box-pack: initial;
        -ms-flex-pack: initial;
            justify-content: initial;
  }
}

.pagination__item {
  padding: 0 8px;
  padding: 0 0.5rem;
  color: #cccccc;
}

.pagination__item a {
  display: inline-block;
  height: inherit;
  position: relative;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.pagination__item a:hover {
  color: #5A4B39;
}

.pagination__item a svg path {
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.pagination__item a:hover svg path {
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
}

.pagination__item:first-child {
  padding-left: 0;
}

.pagination__item svg {
  width: 34px;
  width: 2.125rem;
}

.current {
  color: #333;
}

.sec-title {
  line-height: 1;
}

.sec-title__en {
  font-size: clamp(60px, 52.718px + 1.9417475728vw, 90px);
  font-size: clamp(3.75rem, 3.2949029126rem + 1.9417475728vw, 5.625rem);
  text-transform: uppercase;
  color: #fff;
  font-family: "Marcellus", serif;
  letter-spacing: 0.15em;
}

.sec-title__en--black {
  color: #5A4B39;
}

.sec-title__ja {
  font-size: clamp(17px, 16.271px + 0.1941747573vw, 20px);
  font-size: clamp(1.0625rem, 1.0169902913rem + 0.1941747573vw, 1.25rem);
  color: #fff;
  margin-top: 20px;
  margin-top: 1.25rem;
  font-weight: 400;
}

.sec-title__ja.sec-title__ja--bk {
  color: #333;
}

.test {
  font-size: 100px;
  font-size: 6.25rem;
  background-color: #5A4B39;
  color: #fff;
}

body.is-fixed {
  overflow: hidden;
  height: 100vh;
}

/*======================================
              our-history
=======================================*/
.our-history {
  margin-top: 16px;
  margin-top: 1rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .our-history {
    margin-top: 8rem;
    overflow-x: clip;
  }
}

.our-history::after {
  content: "";
  position: absolute;
  left: 0;
  background-color: #f1f8f8;
  width: 82%;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .our-history::after {
    bottom: -7.25rem;
    height: 29.375rem;
  }
}

.our-history__wrap .about__content {
  margin-top: 30px;
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .our-history__wrap .about__content {
    margin-top: 11rem;
    padding-top: 4.625rem;
    padding-left: 5rem;
  }
}

.our-history__wrap .about__title {
  line-height: 1;
  color: #5A4B39;
  font-size: clamp(50px, 35.211px + 3.9436619718vw, 92px);
  font-size: clamp(3.125rem, 2.2007042254rem + 3.9436619718vw, 5.75rem);
  top: -91px;
  top: -5.6875rem;
  top: 1em;
  line-height: 1;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .our-history__wrap .about__title {
    position: absolute;
    top: -10.125rem;
    left: -3.375rem;
    line-height: 1.2;
  }
}
@media screen and (min-width: 1024px) {
  .our-history__wrap .about__title {
    top: -9.75rem;
  }
}
@media screen and (min-width: 1440px) {
  .our-history__wrap .about__title {
    top: -11rem;
  }
}

@media screen and (min-width: 768px) {
  .our-history__wrap.about__wrap {
    gap: 22%;
  }
}
.our-history__wrap .about__content-img {
  width: 70%;
  margin-top: 27px;
  margin-top: 1.6875rem;
}
@media screen and (min-width: 768px) {
  .our-history__wrap .about__content-img {
    margin-left: calc(50% - 53vw);
    width: 100%;
    margin-top: auto;
  }
}
@media screen and (min-width: 1441px) {
  .our-history__wrap .about__content-img {
    margin-left: 0;
  }
}

@media screen and (min-width: 768px) {
  .our-history__wrap .about__content-img img {
    aspect-ratio: 588/656;
  }
}

/*======================================
              first-home
=======================================*/
.first-home {
  margin-top: 78px;
  margin-top: 4.875rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .first-home {
    margin-top: 8.875rem;
  }
}

.first-home::after {
  bottom: -64px;
  bottom: -4rem;
  background-color: #f1f8f8;
  height: 342px;
  height: 21.375rem;
  width: 82%;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .first-home::after {
    content: "";
    position: absolute;
    height: 29.375rem;
    bottom: -6rem;
    right: 0;
  }
}

@media screen and (min-width: 768px) {
  .first-home .about__wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 16%;
  }
}
@media screen and (min-width: 1024px) {
  .first-home .about__wrap {
    gap: 16%;
  }
}
@media screen and (min-width: 1440px) {
  .first-home .about__wrap {
    gap: 23%;
  }
}
@media screen and (min-width: 1441px) {
  .first-home .about__wrap {
    gap: 19%;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}

.first-home .about__title {
  color: #5A4B39;
  top: -91px;
  top: -5.6875rem;
  top: 0.6em;
  z-index: 1;
  position: relative;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .first-home .about__title {
    line-height: 1.2;
    position: absolute;
    top: -10rem;
    left: -0.5625rem;
  }
}
@media screen and (min-width: 1024px) {
  .first-home .about__title {
    left: -0.75rem;
    top: -9.5rem;
  }
}
@media screen and (min-width: 1440px) {
  .first-home .about__title {
    left: -3.9375rem;
    top: -10.6875rem;
  }
}
@media screen and (min-width: 1441px) {
  .first-home .about__title {
    left: -4.9375rem;
  }
}

@media screen and (min-width: 768px) {
  .first-home .about__content {
    margin-top: 18.5rem;
    padding-left: 4.5rem;
    padding-right: 3.1875rem;
    width: 64%;
  }
}
@media screen and (min-width: 1024px) {
  .first-home .about__content {
    width: 60%;
  }
}
@media screen and (min-width: 1440px) {
  .first-home .about__content {
    width: 57%;
  }
}
@media screen and (min-width: 1441px) {
  .first-home .about__content {
    width: 64%;
  }
}

@media screen and (min-width: 768px) {
  .first-home .about__content::after {
    left: -1.875rem;
  }
}

.first-home .about__content-img {
  position: relative;
  z-index: 0;
  width: 70%;
  margin-left: calc(50% - 50vw);
  margin-right: 0;
  margin-top: 44px;
  margin-top: 2.75rem;
}
@media screen and (min-width: 768px) {
  .first-home .about__content-img {
    width: 63%;
    margin-top: 0;
    margin-right: calc(50% - 50vw);
  }
}
@media screen and (min-width: 1441px) {
  .first-home .about__content-img {
    margin-right: 0;
    margin-left: 0;
    width: 68%;
  }
}

/*======================================
            about brand
=======================================*/
.brand.about-page {
  background-image: url(../images/about/bg_about-brand.jpg);
}

.brand.about-page::before {
  background: linear-gradient(135deg, rgb(232, 255, 244) 0%, rgba(232, 255, 244, .98) 47%, rgba(232, 255, 244, .8) 81%, rgba(232, 255, 244, .4) 100%);
  height: 98.3%;
  width: 100%;
  z-index: 10;
}
@media screen and (min-width: 500px) {
  .brand.about-page::before {
    height: 98.7%;
  }
}
@media screen and (min-width: 768px) {
  .brand.about-page::before {
    height: 97%;
  }
}
@media screen and (min-width: 1441px) {
  .brand.about-page::before {
    height: 100%;
  }
}

.about-page .brand__inner {
  padding-bottom: 276px;
  padding-bottom: 17.25rem;
}

/*======================================
              our-service
=======================================*/
.bg_about-service {
  height: 250px;
}
@media screen and (min-width: 768px) {
  .bg_about-service {
    height: auto;
  }
}
@media screen and (min-width: 1440px) {
  .bg_about-service {
    max-width: 1440px;
    margin-inline: auto;
  }
}

.bg_about-service img {
  height: inherit;
  -o-object-fit: cover;
     object-fit: cover;
}

/*======================================
              quality
=======================================*/
.quality {
  margin-top: 80px;
  margin-top: 5rem;
}
@media screen and (min-width: 768px) {
  .quality {
    margin-top: 7.375rem;
  }
}

.quality__title-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 768px) {
  .quality__title-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 3%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.quality__sub-title {
  font-size: clamp(18px, 15.887px + 0.5633802817vw, 24px);
  font-size: clamp(1.125rem, 0.9929577465rem + 0.5633802817vw, 1.5rem);
  margin-top: 30px;
  margin-top: 1.875rem;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .quality__sub-title {
    margin-top: 3rem;
  }
}

.quality__sub-text {
  font-weight: 400;
  margin-top: 16px;
  margin-top: 1rem;
  line-height: 1.75;
  font-size: 14px;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .quality__sub-text {
    font-size: 1rem;
    margin-top: 0.75rem;
  }
}

@media screen and (min-width: 768px) {
  .quality__text-wrap {
    width: 67%;
  }
}

.quality__title-img {
  margin-top: 16px;
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .quality__title-img {
    width: 25.5%;
    margin-top: 0;
  }
}

.quality__items-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
@media screen and (min-width: 768px) {
  .quality__items-item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 4.4%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.quality__items-item + .quality__items-item {
  margin-top: 16px;
  margin-top: 1rem;
}

.quality__items-item {
  /* 30px下げる */
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  /* 要素を透明にする */
  opacity: 0;
  /* 2秒かけて、変化させる */
  -webkit-transition: opacity 2s, -webkit-transform 2s;
  transition: opacity 2s, -webkit-transform 2s;
  transition: transform 2s, opacity 2s;
  transition: transform 2s, opacity 2s, -webkit-transform 2s;
}

.quality__items-item.show {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}

.quality__items-itemImg {
  margin-top: 16px;
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .quality__items-itemImg {
    width: 18%;
    margin-top: 0;
    aspect-ratio: 216/126;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.quality__items-textWrap {
  margin-top: 32px;
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .quality__items-textWrap {
    margin-top: 0;
  }
}

.quality__items-itemTitle {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .quality__items-itemTitle {
    font-size: 1.25rem;
  }
}

.quality__items-itemText {
  font-weight: 400;
  margin-top: 6px;
  margin-top: 0.375rem;
  font-size: 14px;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .quality__items-itemText {
    font-size: 1rem;
  }
}

.quality__items-title {
  margin-top: 40px;
  margin-top: 2.5rem;
  font-size: clamp(24px, 21.183px + 0.7511737089vw, 32px);
  font-size: clamp(1.5rem, 1.323943662rem + 0.7511737089vw, 2rem);
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .quality__items-title {
    margin-top: 4.4375rem;
  }
}

@media screen and (min-width: 768px) {
  .quality__items-list {
    margin-top: 1.625rem;
  }
}

.staff {
  background-image: url(../images/about/bg_about.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 0;
}

.staff__inner {
  padding-top: 70px;
  padding-top: 4.375rem;
  padding-bottom: 70px;
  padding-bottom: 4.375rem;
}
@media screen and (min-width: 768px) {
  .staff__inner {
    padding-top: 9.375rem;
    padding-bottom: 9.25rem;
  }
}

.staff__title.sec-title {
  color: #fff;
}

.staff__wrapper {
  margin-top: 51px;
  margin-top: 3.1875rem;
}

.staff__wrapper + .staff__wrapper {
  margin-top: 75px;
  margin-top: 4.6875rem;
}

.staff__category {
  font-size: clamp(26px, 24.543px + 0.3883495146vw, 32px);
  font-size: clamp(1.625rem, 1.5339805825rem + 0.3883495146vw, 2rem);
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.1em;
}

.staff__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 21px;
  margin-top: 1.3125rem;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 8%;
  row-gap: 40px;
  row-gap: 2.5rem;
}
@media screen and (min-width: 768px) {
  .staff__list {
    gap: 6%;
    row-gap: 2.5rem;
  }
}

.staff__list-member {
  width: 45%;
  position: relative;
  cursor: pointer;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .staff__list-member {
    width: 18.2%;
  }
}

.staff__list-member::after {
  content: "";
  position: absolute;
  right: -8px;
  right: -0.5rem;
  bottom: -8px;
  bottom: -0.5rem;
  background: linear-gradient(135deg, #4e9f6e 0%, #c1dacb 100%);
  height: 114px;
  height: 7.125rem;
  width: 129px;
  width: 8.0625rem;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .staff__list-member::after {
    right: -1.625rem;
    bottom: -1.3125rem;
    height: 11.25rem;
    width: 11.25rem;
  }
}

.staff__list-member:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.staff__list-member img {
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

/*======================================
            message
=======================================*/
.message__bg {
  background-image: url(../images/about/bg_message-sp.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  position: absolute;
  z-index: -1;
  height: 262px;
  height: 16.375rem;
}
@media screen and (min-width: 768px) {
  .message__bg {
    background-image: url(../images/about/bg_message.jpg);
    height: 34.25rem;
  }
}
@media screen and (min-width: 1440px) {
  .message__bg {
    max-height: 548px;
  }
}

@media screen and (min-width: 768px) {
  .message__bg::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background-image: url(../images/about/mask_message-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    width: 100%;
    z-index: 10;
  }
}

.message__bg picture {
  height: inherit;
}
@media screen and (min-width: 1440px) {
  .message__bg picture {
    max-height: 548px;
  }
}

@media screen and (min-width: 1440px) {
  .message__bg img {
    max-height: 548px;
  }
}

.message__inner {
  padding-top: 84px;
  padding-top: 5.25rem;
}
@media screen and (min-width: 768px) {
  .message__inner {
    padding-top: 11.9375rem;
  }
}
@media screen and (min-width: 1440px) {
  .message__inner {
    padding-top: 19rem;
  }
}

.message__media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  margin-top: 64px;
  margin-top: 4rem;
}
@media screen and (min-width: 768px) {
  .message__media {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 7%;
    margin-top: 3.4375rem;
  }
}

.message__media-img {
  margin-top: 32px;
  margin-top: 2rem;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .message__media-img {
    width: 46.5%;
    margin-top: 0;
  }
}

.message__media-img img {
  aspect-ratio: 1.1/1;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transform: translateY(-24px);
          transform: translateY(-24px);
}
@media screen and (min-width: 768px) {
  .message__media-img img {
    aspect-ratio: 558/665;
    -webkit-transition: none;
    transition: none;
  }
}

@media screen and (min-width: 768px) {
  .message__media-content {
    width: 47%;
    margin-top: 3.0625rem;
  }
}

.message__media-title {
  font-size: clamp(18px, 15.887px + 0.5633802817vw, 24px);
  font-size: clamp(1.125rem, 0.9929577465rem + 0.5633802817vw, 1.5rem);
  font-weight: 700;
}

.message__media-text {
  font-weight: 400;
  font-size: 14px;
  font-size: 0.875rem;
  margin-top: 36px;
  margin-top: 2.25rem;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .message__media-text {
    font-size: 1rem;
  }
}

.message__media-sign {
  text-align: right;
  font-weight: 700;
  font-size: 16px;
  font-size: 1rem;
  margin-top: 13px;
  margin-top: 0.8125rem;
}
@media screen and (min-width: 768px) {
  .message__media-sign {
    margin-top: 1.8125rem;
  }
}

/*======================================
            company
=======================================*/
.company {
  position: relative;
  margin-top: 80px;
  margin-top: 5rem;
}
@media screen and (min-width: 768px) {
  .company {
    margin-top: 8.125rem;
  }
}

.company::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -53px;
  bottom: -3.3125rem;
  background-color: #f1f8f8;
  height: 460px;
  height: 28.75rem;
  width: 74%;
  z-index: -1;
}

.company__title .sec-title__en--black {
  font-size: clamp(54px, 45.262px + 2.3300970874vw, 90px);
  font-size: clamp(3.375rem, 2.8288834951rem + 2.3300970874vw, 5.625rem);
}

.company__profile {
  margin-top: 54px;
  margin-top: 3.375rem;
}

.company__profile-wrap {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 20px 0;
  padding: 1.25rem 0;
}

.company__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.3;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 768px) {
  .company__list {
    font-size: 1rem;
  }
}

.company__list + .company__list {
  margin-top: 4px;
  margin-top: 0.25rem;
}

.company__term {
  max-width: 120px;
  max-width: 7.5rem;
  width: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .company__term {
    max-width: 20.125rem;
  }
}

/*======================================
              沿革
=======================================*/
.history {
  position: relative;
  margin-top: 168px;
  margin-top: 10.5rem;
}
@media screen and (min-width: 768px) {
  .history {
    margin-top: 16.25rem;
  }
}
@media screen and (min-width: 1440px) {
  .history {
    max-width: 1440px;
    margin-inline: auto;
  }
}

.history::after {
  content: "";
  position: absolute;
  background-image: url(../images/about/bg_history.png);
  background-repeat: no-repeat;
  background-size: cover;
  right: 0;
  bottom: -38px;
  bottom: -2.375rem;
  width: 464px;
  width: 29rem;
  height: 430px;
  height: 26.875rem;
}
@media screen and (min-width: 768px) {
  .history::after {
    right: 0;
    top: 5.625rem;
    width: 50rem;
    height: 38.875rem;
    bottom: auto;
  }
}

.history__list {
  margin-top: 60px;
  margin-top: 3.75rem;
}

.history-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.history-list__item:last-child .history-list__description::before {
  content: none;
}

.history-list__term {
  width: 31%;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .history-list__term {
    font-size: 1rem;
    width: 17%;
  }
}

.history-list__description {
  padding-bottom: 24px;
  padding-bottom: 1.5rem;
  padding-left: 26px;
  padding-left: 1.625rem;
  width: 85%;
  position: relative;
}
@media screen and (min-width: 768px) {
  .history-list__description {
    padding-left: 3.25rem;
  }
}

.history-list__description::before,
.history-list__description::after {
  content: "";
  position: absolute;
  top: 3px;
  top: 0.1875rem;
}

.history-list__description::before {
  left: 0;
  width: 1px;
  height: 100%;
  background: #6CB789;
}
@media screen and (min-width: 768px) {
  .history-list__description::before {
    left: 0.125rem;
  }
}

.history-list__description::after {
  left: -3px;
  left: -0.1875rem;
  width: 7px;
  width: 0.4375rem;
  height: 7px;
  height: 0.4375rem;
  border-radius: 50%;
  background: #6CB789;
}
@media screen and (min-width: 768px) {
  .history-list__description::after {
    width: 0.6875rem;
    height: 0.6875rem;
  }
}

.history-list__month {
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.1em;
}

.history-list__text {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.5;
  letter-spacing: 0;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .history-list__text {
    font-size: 1rem;
  }
}

/*======================================
              access
=======================================*/
.access {
  margin-top: 130px;
  margin-top: 8.125rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .access {
    margin-top: 10.8125rem;
  }
}

.access::after {
  content: "";
  position: absolute;
  left: 0;
  top: 53px;
  top: 3.3125rem;
  background-color: #f1f8f8;
  height: 102%;
  width: 59%;
  z-index: -1;
}

.access__item-wrap {
  margin-top: 32px;
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .access__item-wrap {
    margin-top: 1.8125rem;
  }
}

.access__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 768px) {
  .access__item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 3%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.access__item + .access__item {
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .access__item + .access__item {
    margin-top: 1.0625rem;
  }
}

@media screen and (min-width: 768px) {
  .access__info {
    width: 44%;
  }
}

.access-map__wrap {
  margin-top: 16px;
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .access-map__wrap {
    width: 54%;
    margin-top: 0;
  }
}

.access-map__access {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 73%;
}
@media screen and (min-width: 768px) {
  .access-map__access {
    padding-top: 44%;
  }
}

.access-map__access iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.access__name {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .access__name {
    font-size: 1.25rem;
  }
}

.access__address {
  margin-top: 10px;
  margin-top: 0.625rem;
}
@media screen and (min-width: 768px) {
  .access__address {
    margin-top: 1.4375rem;
  }
}

.single-detail__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 768px) {
  .single-detail__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 6%;
  }
}

@media screen and (min-width: 768px) {
  .single-blog__wrap {
    width: 76%;
  }
}

.single-blog__content.single-detail__content img {
  max-width: none;
  max-height: 518px;
  -o-object-fit: cover;
     object-fit: cover;
}

.sub-column__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 60px;
  row-gap: 3.75rem;
}
@media screen and (min-width: 768px) {
  .sub-column__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 4%;
    row-gap: 4.0625rem;
  }
}

@media screen and (min-width: 768px) {
  .sub-column__list-item {
    width: 48%;
  }
}

.archive-blog__inner {
  margin-inline: auto;
  max-width: 600px;
  max-width: 37.5rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .archive-blog__inner {
    padding: 0 1.5625rem;
    max-width: 78.125rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 6%;
  }
}

@media screen and (min-width: 768px) {
  .archive-blog__wrapper {
    width: 75%;
  }
}

@media screen and (min-width: 768px) {
  .archive-blog__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media screen and (min-width: 768px) {
  .archive-blog__item {
    width: 50%;
  }
}

.sub-column__list-item .column-list__img img {
  aspect-ratio: 42/28;
}

.archive-blog__link {
  padding: 24px 0;
  padding: 1.5rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
@media screen and (min-width: 768px) {
  .archive-blog__link {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 2.5rem;
    height: 100%;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
  }
}

.archive-blog__content {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .archive-blog__content {
    margin-top: 1rem;
    -webkit-box-flex: initial;
        -ms-flex-positive: initial;
            flex-grow: initial;
  }
}

.archive-blog__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 8px;
  margin-top: 0.5rem;
}
@media screen and (min-width: 768px) {
  .archive-blog__meta {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.archive-blog__date {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1;
  font-family: "Marcellus", serif;
}

.archive-blog__category {
  margin-left: 24px;
  margin-left: 1.5rem;
  padding: 4px 8px;
  padding: 0.25rem 0.5rem;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  color: #fff;
  background-color: #5A4B39;
}

.archive-blog__title {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.3;
  border-bottom: 1px solid;
  padding-bottom: 0.2em;
}
@media screen and (min-width: 768px) {
  .archive-blog__title {
    font-size: 1.125rem;
  }
}

.archive-blog__exert {
  font-size: 14px;
  font-size: 0.875rem;
  margin-top: 8px;
  margin-top: 0.5rem;
}

.archive-blog__img {
  width: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.archive-blog__img img {
  width: 100%;
  height: auto;
  aspect-ratio: 2/1;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .archive-blog__img img {
    aspect-ratio: 320/180;
  }
}

.archive-blog__sidebar {
  margin-top: 80px;
  margin-top: 5rem;
}
@media screen and (min-width: 768px) {
  .archive-blog__sidebar {
    margin-top: 0;
    width: 19%;
  }
}

.archive-blog__sidebar-item {
  position: relative;
}

.archive-blog__sidebar-item + .archive-blog__sidebar-item {
  margin-top: 45px;
  margin-top: 2.8125rem;
}

.archive-blog__sidebar-title {
  padding-bottom: 12px;
  padding-bottom: 0.75rem;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1;
  border-bottom: 1px solid rgba(35, 79, 94, .2);
}

.archive-blog__ranking-link {
  padding: 24px 0;
  padding: 1.5rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid rgba(35, 79, 94, .2);
}

.archive-blog__ranking-title {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.3;
}

.archive-blog__ranking-img-wrap {
  margin-left: 16px;
  margin-left: 1rem;
  position: relative;
  max-width: 64px;
  max-width: 4rem;
  width: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.archive-blog__ranking-img {
  width: 100%;
}

.archive-blog__ranking-img img {
  width: 100%;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}

.archive-blog__ranking-number {
  position: absolute;
  top: -15px;
  top: -0.9375rem;
  right: -8px;
  right: -0.5rem;
  width: 24px;
  width: 1.5rem;
  height: 24px;
  height: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1;
  color: #fff;
  border-radius: 50%;
}

.archive-blog__ranking-item:nth-of-type(1) .archive-blog__ranking-number {
  background-color: #52bcde;
}

.archive-blog__ranking-item:nth-of-type(2) .archive-blog__ranking-number {
  background-color: #73b2a0;
}

.archive-blog__ranking-item:nth-of-type(3) .archive-blog__ranking-number {
  background-color: #a4b4b9;
}

.archive-blog__ranking-item:nth-of-type(4) .archive-blog__ranking-number {
  background-color: #5c7279;
}

.archive-blog__sidebar-name {
  border-bottom: 1px solid;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  padding-bottom: 3px;
  padding-bottom: 0.1875rem;
}
@media screen and (min-width: 768px) {
  .archive-blog__sidebar-name {
    font-size: 1.125rem;
  }
}

.archive-blog__category-list {
  gap: 2%;
  row-gap: 7px;
  row-gap: 0.4375rem;
}

.archive-blog__category-item {
  padding: 5px 3px;
  padding: 0.3125rem 0.1875rem;
  display: block;
  border-bottom: 1px dotted;
  font-size: 14px;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .archive-blog__category-item {
    font-size: 1rem;
  }
}

.archive-blog__category-item a {
  position: relative;
  display: block;
}

.archive-blog__category-item a:hover span {
  right: 4px;
  right: 0.25rem;
}

.archive-blog__category-item span {
  position: absolute;
  width: 18px;
  width: 1.125rem;
  right: 10px;
  right: 0.625rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: right 0.3s ease;
  transition: right 0.3s ease;
}

.archive-blog__category-link {
  position: relative;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.3;
  border-bottom: 1px solid #f0ecf4;
  background-color: #5A4B39;
  color: #fff;
  padding: 2px 10px;
  padding: 0.125rem 0.625rem;
  border-radius: 0.625rem;
}
@media screen and (min-width: 768px) {
  .archive-blog__category-link {
    font-size: 1.125rem;
  }
}

.archive-blog__tag-list {
  margin-top: 4px;
  margin-top: 0.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 9px;
  gap: 0.5625rem;
  row-gap: 4px;
  row-gap: 0.25rem;
}

.archive-blog__tag-link {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  color: #6E7682;
  border: 1px solid #6E7682;
  border-radius: 20px;
  padding: 1px 9px;
  padding: 0.0625rem 0.5625rem;
  -webkit-transition: color 0.3s ease, background-color 0.3s ease;
  transition: color 0.3s ease, background-color 0.3s ease;
}

.archive-blog__tag-link:hover {
  background-color: #6E7682;
  color: #fff;
}

.archive-blog__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px;
  margin-top: 3.75rem;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
@media screen and (min-width: 768px) {
  .archive-blog__footer {
    margin-top: 5rem;
  }
}

.archive-blog__footer .common__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #5A4B39;
  text-decoration: none;
  letter-spacing: 0.15em;
  font-size: 14px;
  font-size: 0.875rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 120px;
  width: 7.5rem;
  gap: 5%;
}
@media screen and (min-width: 768px) {
  .archive-blog__footer .common__link {
    font-size: 1rem;
    width: 9.375rem;
    gap: 5%;
  }
}

.archive-blog__footer .common__link svg {
  width: 30px;
  width: 1.875rem;
}
@media screen and (min-width: 768px) {
  .archive-blog__footer .common__link svg {
    width: 3.125rem;
  }
}

.sub-contact-complete {
  font-size: 14px;
  font-size: 0.875rem;
  text-align: center;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .sub-contact-complete {
    font-size: 1.25rem;
  }
}

.sub-contact-complete.not-found {
  font-size: 30px;
  font-size: 1.875rem;
  color: #6CB789;
}
@media screen and (min-width: 768px) {
  .sub-contact-complete.not-found {
    font-size: 3.125rem;
  }
}

.sub-contact-complete span {
  display: block;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 400;
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .sub-contact-complete span {
    font-size: 0.875rem;
  }
}

.sub-contact-complete.not-found span {
  font-size: 14px;
  font-size: 0.875rem;
  color: #5A4B39;
}
@media screen and (min-width: 768px) {
  .sub-contact-complete.not-found span {
    font-size: 1.25rem;
  }
}

.sub-contact-complete-footer {
  text-align: center;
  margin-top: 30px;
  margin-top: 1.875rem;
}

.sub-contact__complete-footer-link {
  border: 1px solid #F1A81F;
  font-size: 14px;
  font-size: 0.875rem;
  text-align: center;
  color: #F1A81F;
  position: relative;
  display: inline-block;
  padding: 12px 83px;
  padding: 0.75rem 5.1875rem;
  font-weight: 700;
  text-transform: uppercase;
  -webkit-transition: color 0.3s ease, background-color 0.3s ease;
  transition: color 0.3s ease, background-color 0.3s ease;
}

.sub-contact__complete-footer-link:hover {
  background-color: #F1A81F;
  color: #fff;
}

.sub-contact__complete-footer-link span {
  position: absolute;
  display: inline-block;
  width: 32px;
  width: 2rem;
  height: 1px;
  height: 0.0625rem;
  border-radius: 9999px;
  background-color: #F1A81F;
  right: 20px;
  right: 1.25rem;
  top: 53%;
  -webkit-transition: right 0.3s ease;
  transition: right 0.3s ease;
}

.sub-contact__complete-footer-link:hover span {
  right: 13px;
  right: 0.8125rem;
  background-color: #fff;
}

.sub-contact__complete-footer-link span::before {
  content: "";
  position: absolute;
  top: calc(50% - 2px);
  right: 0;
  width: 8px;
  width: 0.5rem;
  height: 1px;
  border-radius: 9999px;
  background-color: #F1A81F;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: calc(100% - 2px) 50%;
          transform-origin: calc(100% - 2px) 50%;
}

.sub-contact__complete-footer-link:hover span::before {
  background-color: #fff;
}

.sub-contact-info__section {
  margin-top: 31px;
  margin-top: 1.9375rem;
}

.sub-contact-info__bullet {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  text-indent: -16px;
  text-indent: -1rem;
  padding-left: 16px;
  padding-left: 1rem;
}
@media screen and (min-width: 768px) {
  .sub-contact-info__bullet {
    font-size: 1.125rem;
  }
}

.sub-contact-info__text a {
  text-decoration: underline;
}

.sub-contact-info__bullet span {
  color: #F1A81F;
  display: block;
  font-weight: 400;
  padding-left: 1em;
}

.sub-contact-info__text {
  font-size: 16px;
  font-size: 1rem;
  margin-top: 7px;
  margin-top: 0.4375rem;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .sub-contact-info__text {
    font-size: 1.125rem;
    margin-top: 0.625rem;
  }
}

.sub-contact-info__text.partner {
  text-indent: -16px;
  text-indent: -1rem;
  padding-left: 16px;
  padding-left: 1rem;
}

.sub-contact-info__text span {
  color: #F1A81F;
  display: block;
  font-weight: 400;
  padding-left: 1em;
}

.contact-info__note {
  margin-top: 32px;
  margin-top: 2rem;
  background-color: #ededed;
  display: inline-block;
  padding: 1px 6px;
  padding: 0.0625rem 0.375rem;
}
@media screen and (min-width: 768px) {
  .contact-info__note {
    margin-top: 2.8125rem;
  }
}

/*======================================
        以下はformのコード
=======================================*/
.p-contact__inner {
  width: 100%;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 25px;
  padding-left: 25px;
  padding: 0 25px 100px;
}
@media screen and (min-width: 768px) {
  .p-contact__inner {
    max-width: 550px;
    padding-left: 15px;
    padding-right: 15px;
  }
}

.form {
  margin-top: 80px;
  margin-top: 5rem;
}
@media screen and (min-width: 768px) {
  .form {
    margin-top: 8.75rem;
  }
}

.form__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 768px) {
  .form__item {
    margin-right: auto;
    margin-left: auto;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 0.6875rem 0;
  }
}

.form__title {
  font-size: 16px;
  font-size: 1rem;
  width: 100%;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .form__title {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 24.2%;
    font-size: 1.125rem;
  }
}

.form__title span {
  display: inline-block;
  padding: 1px 9px;
  padding: 0.0625rem 0.5625rem;
  color: #fff;
  font-size: 12px;
  background-color: #F1A81F;
  font-weight: 700;
  margin-left: 10px;
  margin-left: 0.625rem;
}
@media screen and (min-width: 768px) {
  .form__title span {
    margin-left: 0;
  }
}

.form__title.textarea {
  padding-top: 13px;
  padding-top: 0.8125rem;
}

.form__title--type02 {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .form__title--type02 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.form__title--type03 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.form__title--aiStart {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.form__input {
  margin-top: 10px;
  margin-top: 0.625rem;
}
@media screen and (min-width: 768px) {
  .form__input {
    width: 71%;
    padding: 0 1.1875rem;
    margin-top: 0;
  }
}

.formInput input::-webkit-input-placeholder,
.formTextarea textarea::-webkit-input-placeholder {
  color: lightgray;
  font-size: 16px;
  font-size: 1rem;
}

.formInput input::-moz-placeholder,
.formTextarea textarea::-moz-placeholder {
  color: lightgray;
  font-size: 16px;
  font-size: 1rem;
}

.formInput input::-ms-input-placeholder,
.formTextarea textarea::-ms-input-placeholder {
  color: lightgray;
  font-size: 16px;
  font-size: 1rem;
}

.formInput input::placeholder,
.formTextarea textarea::placeholder {
  color: lightgray;
  font-size: 16px;
  font-size: 1rem;
}

.formInput input {
  width: 100%;
  height: 50px;
  height: 3.125rem;
  padding-left: 20px;
  border: 1px solid #b5b5b5;
  border-radius: 0;
  font-size: 16px;
  font-size: 1rem;
  border-radius: 5px;
}
@media screen and (min-width: 768px) {
  .formInput input {
    width: 100%;
    height: 3.25rem;
    margin-left: 0;
    padding-left: 15px;
  }
}

.formInput input:focus,
.formTextarea textarea:focus {
  outline: 2px solid #b5b5b5;
}

.formInput--sm input {
  width: 350px;
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .formInput--sm input {
    width: 100%;
  }
}

.formInput__post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 12px;
  padding-left: 0.75rem;
}

.formInput__post input {
  width: 225px;
  margin-right: auto;
  margin-left: auto;
}

.form__select-wrap p {
  padding: 14px 17px 14px 0;
  padding: 0.875rem 1.0625rem 0.875rem 0;
  font-size: 14px;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .form__select-wrap p {
    padding: 0.875rem 1.0625rem;
  }
}

.formInput__address {
  margin-top: 10px;
}

.formInput__address input {
  width: 70%;
}
@media screen and (min-width: 768px) {
  .formInput__address input {
    width: 100%;
  }
}

.formInput--tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.formInput--tel > * {
  min-width: 0;
}

.formInput--tel input {
  width: 150px;
  max-width: 100%;
}

.formSelect select {
  width: 250px;
  max-width: 100%;
  height: 50px;
  height: 3.125rem;
  padding-left: 20px;
  border: 1px solid #b5b5b5;
  border-radius: 5px;
  font-size: 16px;
  font-size: 1rem;
  background: url(../images/common/pulldown.png) right 22px center/14px no-repeat;
  background: url(../images/common/pulldown.png) right 1.375rem center/0.875rem no-repeat;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
@media screen and (min-width: 768px) {
  .formSelect select {
    width: 100%;
    height: 3.125rem;
  }
}

.formSelect select:focus {
  outline: 2px solid #b5b5b5;
}

.formSelect--selected select {
  color: #333;
}

.formDate__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 35px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .formDate__flex {
    gap: 20px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.formDate__flex + .formDate__flex {
  margin-top: 20px;
}

.formDate__label {
  font-size: 16px;
}

@media screen and (min-width: 768px) {
  .form__dataBlock {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

.form__dataBlockFlex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.form__dataBlockFlex + .form__dataBlockFlex {
  margin-top: 20px;
}

.form__dataBlockLabel {
  width: 80px;
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  .form__dataBlockLabel {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .form__dataBlockDate {
    width: 100%;
  }
}

.formCalendar {
  position: relative;
}

.formCalendar input {
  width: 250px;
  height: 60px;
  padding-left: 20px;
  padding-right: 5px;
  border: 1px solid #b5b5b5;
  border-radius: 0;
  color: lightgray;
  font-size: 16px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
  position: relative;
  background: url(../images/common/calendar.svg) right 8px center/15px no-repeat;
}
@media screen and (min-width: 768px) {
  .formCalendar input {
    width: 100%;
    height: 50px;
  }
}

.formCalendar input::-webkit-calendar-picker-indicator {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  color: transparent;
  background: transparent;
  z-index: 1;
}

@-moz-document url-prefix() {
  .formCalendar input {
    background: none;
  }
  .formCalendar::after {
    position: absolute;
    display: block;
    content: "";
    width: 16px;
    height: 16px;
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" width="16" height="16"><path d="M13.5 2H13V1c0-.6-.4-1-1-1s-1 .4-1 1v1H5V1c0-.6-.4-1-1-1S3 .4 3 1v1h-.5C1.1 2 0 3.1 0 4.5v9C0 14.9 1.1 16 2.5 16h11c1.4 0 2.5-1.1 2.5-2.5v-9C16 3.1 14.9 2 13.5 2zm0 12.5h-11c-.6 0-1-.4-1-1V6h13v7.5c0 .6-.4 1-1 1z"></path></svg>') no-repeat center center/contain;
    top: 50%;
    right: 10px;
    transform: translateY(-55%);
    pointer-events: none;
  }
}
.formCalendar input::-webkit-date-and-time-value {
  text-align: left;
}

@media screen and (min-width: 768px) {
  .Android .formCalendar input {
    padding-left: 15px;
  }
}

.formCalendar input:focus {
  outline: 2px solid #b5b5b5;
}

@media screen and (min-width: 768px) {
  .form__dataBlockSelect {
    width: 100%;
  }
}

.form__dataBlockDate input:not(.formDate__default) {
  color: #333;
}

.formNumber__txt {
  font-size: 16px;
}

.formNumber__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  gap: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .formNumber__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.formNumber__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.formNumber__blockLabel01 {
  margin-right: 30px;
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  .formNumber__blockLabel01 {
    width: 55px;
  }
}

.formNumber__blockLabel01 {
  font-size: 16px;
}

.formNumber__blockInput {
  width: 150px;
  margin-right: 10px;
}
@media screen and (min-width: 768px) {
  .formNumber__blockInput {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-right: 20px;
  }
}

.formCheckbox input {
  display: none;
}

.formCheckbox .wpcf7-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
}

.formCheckbox .wpcf7-list-item {
  margin-left: 0;
}

.formCheckbox--vertical .wpcf7-checkbox {
  display: block;
}

.formCheckbox--vertical .wpcf7-list-item {
  display: block;
  margin: 0;
}

.formCheckbox--vertical .wpcf7-list-item + .wpcf7-list-item {
  margin-top: 20px;
}

.formCheckbox input + span {
  position: relative;
  display: inline-block;
  width: auto;
  padding: 0 0 0 24px;
  font-size: 16px;
  font-size: 1rem;
  cursor: pointer;
}

.formCheckbox input + span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 15px;
  height: 15px;
  border-radius: 5px;
  border: 1px solid #b5b5b5;
  background-color: #fff;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.formCheckbox input + span::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 6px;
  display: block;
  width: 8px;
  height: 13px;
  margin-top: -8px;
  border-right: 3px solid #F1A81F;
  border-bottom: 3px solid #F1A81F;
  opacity: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.formCheckbox input:checked + span::after {
  opacity: 1;
}

.formRadio .wpcf7-radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 37px;
  gap: 2.3125rem;
  row-gap: 7px;
  row-gap: 0.4375rem;
}
@media screen and (min-width: 768px) {
  .formRadio .wpcf7-radio {
    row-gap: 0.5625rem;
  }
}

.formRadio--vertical .wpcf7-radio {
  display: block;
}

.formRadio .wpcf7-list-item {
  margin: 0;
}

.formRadio--vertical .wpcf7-list-item {
  display: block;
  margin: 0;
}

.formRadio--vertical .wpcf7-list-item + .wpcf7-list-item {
  margin-top: 20px;
}

.formRadio input + span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  font-size: 0.875rem;
  cursor: pointer;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .formRadio input + span {
    font-size: 1.125rem;
  }
}

.formRadio input[type=radio] {
  display: none;
}

.formRadio input + span::before {
  content: "";
  width: 18px;
  height: 18px;
  margin-top: auto;
  margin-right: 0.5em;
  margin-bottom: auto;
  border: 1px solid #f2f2f2;
  border-radius: 100%;
  background: #f2f2f2;
  -webkit-transition: background-color 0.5s;
  transition: background-color 0.5s;
}
@media screen and (min-width: 768px) {
  .formRadio input + span::before {
    width: 1.25rem;
    height: 1.25rem;
  }
}

.formRadio input:checked + span::before {
  background-color: #F1A81F;
  -webkit-box-shadow: inset 0 0 0 0.1875rem #f2f2f2;
          box-shadow: inset 0 0 0 0.1875rem #f2f2f2;
}

.formFile .wpcf7-form-control-wrap {
  display: block;
}

.formFile .wpcf7-form-control-wrap + .wpcf7-form-control-wrap {
  margin-top: 20px;
}

.formFile input {
  max-width: 100%;
  font-size: 16px;
  line-height: 1;
}

.formTextarea textarea {
  width: 100%;
  min-height: 350px;
  padding-top: 10px;
  padding: 16px 17px;
  padding: 1rem 1.0625rem;
  border: 1px solid #b5b5b5;
  border-radius: 5px;
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  .formTextarea textarea {
    width: 100%;
    min-height: 12.5rem;
    margin-left: 0;
    padding-left: 15px;
  }
}

.form__privacy {
  margin-top: 30px;
  text-align: center;
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  .form__privacy {
    text-align: left;
  }
}

.form__privacy a {
  line-height: 1;
  text-decoration: underline;
}

.form__acceptance {
  margin-top: 30px;
  text-align: center;
}

.form__acceptance a {
  text-decoration: underline;
}

.form__submit {
  margin-top: 50px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .form__submit {
    margin-top: 30px;
  }
}

.formBtn input {
  width: 280px;
  width: 17.5rem;
  padding: 22px 0;
  padding: 1.375rem 0;
  border: none;
  color: #fff;
  font-size: 19px;
  font-size: 1.1875rem;
  font-weight: 700;
  text-align: center;
  border-radius: 0;
  background-color: #F1A81F;
  cursor: pointer;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
}
.formBtn input:disabled {
  color: #fff;
  background-color: #eee;
  border-color: #eee;
}
@media screen and (min-width: 768px) {
  .formBtn input:disabled:hover {
    cursor: not-allowed;
  }
}
@media screen and (min-width: 768px) {
  .formBtn input:hover {
    opacity: 0.7;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
  }
}

.wpcf7 form.sent .wpcf7-response-output {
  padding: 15px 10px;
  border-color: #2c94de;
  font-size: 24px;
}
@media screen and (min-width: 768px) {
  .wpcf7 form.sent .wpcf7-response-output {
    font-size: 16px;
  }
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
  padding: 15px 10px;
  border-color: red;
  font-size: 24px;
}
@media screen and (min-width: 768px) {
  .wpcf7 form.invalid .wpcf7-response-output,
  .wpcf7 form.unaccepted .wpcf7-response-output,
  .wpcf7 form.payment-required .wpcf7-response-output {
    font-size: 16px;
  }
}

.wpcf7-spinner {
  display: none;
}

.wpcf7-not-valid-tip {
  display: block;
  color: red;
  font-size: 16px;
  font-size: 1rem;
  font-weight: normal;
}

.wpcf7-form.hide_error_message .wpcf7-not-valid-tip {
  display: none;
}

.formValidation .wpcf7-not-valid-tip {
  display: none;
}

.formValidation__error {
  display: none;
  margin-top: 10px;
  color: red;
  font-size: 16px;
  font-weight: normal;
}

.wpcf7-form:not(.hide_error_message) .formValidation:has(.wpcf7-not-valid-tip) .formValidation__error {
  display: block;
}

@media screen and (min-width: 768px) {
  .privacy__inner.inner {
    max-width: 1130px;
  }
}

.privacy__note {
  font-size: 14px;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .privacy__note {
    font-size: 0.9375rem;
  }
}

.privacy__block {
  margin-top: 32px;
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .privacy__block {
    margin-top: 2.125rem;
  }
}

.privacy__heading {
  font-size: 18px;
  font-size: 1.125rem;
}
@media screen and (min-width: 768px) {
  .privacy__heading {
    font-size: 1.25rem;
  }
}

.privacy__text {
  margin-top: 16px;
  margin-top: 1rem;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.57;
}

.privacy__text a {
  text-decoration: underline;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.privacy__text a:hover {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.fv {
  position: relative;
  height: 100vh;
  max-height: 1200px;
  min-height: 600px;
}
.fv::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: #fff;
  height: 100%;
  width: 17%;
}

.fv__slider {
  height: inherit;
  min-height: 600px;
  max-height: 1200px;
}
@media screen and (min-width: 768px) {
  .fv__slider {
    width: 83%;
    margin-left: auto;
    margin-right: 0;
  }
}

.fv__slider .swiper-slide {
  height: inherit;
}

.fv__slider .swiper-slide .slide-img {
  height: inherit;
  overflow: hidden;
}

.fv__slider .swiper-slide img {
  height: inherit;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1196/800;
}

.fv__slider .swiper-slide.swiper-slide-active .slide-img img,
.fv__slider .swiper-slide.swiper-slide-duplicate-active .slide-img img,
.fv__slider .swiper-slide.swiper-slide-prev .slide-img img {
  -webkit-animation: scale 8s linear 0s normal both;
          animation: scale 8s linear 0s normal both;
}

@-webkit-keyframes scale {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}

@keyframes scale {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}
.fv__wrap {
  position: absolute;
  top: 50%;
  left: 3%;
  -webkit-transform: translateY(-38%);
          transform: translateY(-38%);
  line-height: 1.3;
  z-index: 1;
  mix-blend-mode: difference;
  color: rgba(242, 242, 242, .87);
  -webkit-animation: 1s up 3s both;
          animation: 1s up 3s both;
}
@media screen and (min-width: 768px) {
  .fv__wrap {
    -webkit-transform: translateY(-60%);
            transform: translateY(-60%);
  }
}
@media screen and (min-width: 1024px) {
  .fv__wrap {
    -webkit-transform: translateY(-38%);
            transform: translateY(-38%);
  }
}

@-webkit-keyframes up {
  0% {
    -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
            clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  }
  100% {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
            clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
}

@keyframes up {
  0% {
    -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
            clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  }
  100% {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
            clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
}
.fv__message {
  font-size: clamp(40px, 11.83px + 7.5117370892vw, 120px);
  font-size: clamp(2.5rem, 0.7394366197rem + 7.5117370892vw, 7.5rem);
  font-family: "Marcellus", serif;
  letter-spacing: 0.13em;
}

.fv__message span {
  margin-left: 12px;
  margin-left: 0.75rem;
  display: inline-block;
  width: 68px;
  width: 4.25rem;
}
@media screen and (min-width: 768px) {
  .fv__message span {
    margin-left: 3.3125rem;
    width: 11.25rem;
  }
}

.fv__message-ja {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  margin-top: 9px;
  margin-top: 0.5625rem;
  letter-spacing: 0.1em;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .fv__message-ja {
    font-size: 1.1875rem;
  }
}

/*======================================
              about
=======================================*/
.about {
  position: relative;
  overflow-x: clip;
}

.about::after {
  content: "";
  position: absolute;
  left: 0%;
  top: 26%;
  background: #f1f8f7;
  height: 50%;
  width: 85%;
  z-index: -10;
}

.about__inner {
  position: relative;
}

.about__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 768px) {
  .about__wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 12%;
  }
}
@media screen and (min-width: 1024px) {
  .about__wrap {
    gap: 23%;
  }
}
@media screen and (min-width: 1440px) {
  .about__wrap {
    gap: 23%;
  }
}

.about__content {
  padding: 42px 26px 51px;
  padding: 2.625rem 1.625rem 3.1875rem;
  -webkit-box-shadow: 0 0 2.5rem rgba(0, 0, 0, .1);
          box-shadow: 0 0 2.5rem rgba(0, 0, 0, .1);
  position: relative;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .about__content {
    margin-top: 13rem;
    padding: 4.5625rem 3.9375rem 3.1875rem 5.4375rem;
    width: 103%;
  }
}
@media screen and (min-width: 1024px) {
  .about__content {
    width: 82%;
  }
}

@media screen and (min-width: 768px) {
  .about__content::after {
    content: "";
    position: absolute;
    right: -1.875rem;
    bottom: -1.875rem;
    z-index: -1;
    background: #c1dacb;
    height: 11.375rem;
    width: 13.75rem;
  }
}

.about__content .text-en {
  position: absolute;
  top: -9.7em;
  left: -27px;
  left: -1.6875rem;
  width: 370px;
  width: 23.125rem;
  pointer-events: none;
}
@media screen and (min-width: 768px) {
  .about__content .text-en {
    width: 37.5rem;
    top: -15.7em;
  }
}
@media screen and (min-width: 1024px) {
  .about__content .text-en {
    top: -15.625rem;
    left: -10.5rem;
    width: clamp(21.875rem, -13.125rem + 72.9166666667vw, 52.5rem);
  }
}
@media screen and (min-width: 1440px) {
  .about__content .text-en {
    top: -19.6875rem;
  }
}
@media screen and (min-width: 1441px) {
  .about__content .text-en {
    top: -19.6875rem;
    left: -11.5rem;
  }
}

.about__title {
  font-size: clamp(50px, 36.619px + 3.5680751174vw, 88px);
  font-size: clamp(3.125rem, 2.2887323944rem + 3.5680751174vw, 5.5rem);
  font-family: "Marcellus", serif;
  font-weight: 400;
  letter-spacing: 0.08em;
  position: absolute;
  left: 0;
  top: -43px;
  top: -2.6875rem;
  pointer-events: none;
  color: #5A4B39;
}
@media screen and (min-width: 768px) {
  .about__title {
    left: -3.9375rem;
    top: -4.6875rem;
  }
}

.about__text-title {
  font-size: clamp(21px, 17.83px + 0.8450704225vw, 30px);
  font-size: clamp(1.3125rem, 1.1144366197rem + 0.8450704225vw, 1.875rem);
  font-weight: 500;
}

.about__text {
  margin-top: 28px;
  margin-top: 1.75rem;
  line-height: 1.9;
  font-size: 14px;
  font-size: 0.875rem;
  color: #333;
}
@media screen and (min-width: 768px) {
  .about__text {
    font-size: 1rem;
  }
}

.about__button {
  margin-top: 28px;
  margin-top: 1.75rem;
}
@media screen and (min-width: 768px) {
  .about__button {
    margin-top: 2.5625rem;
  }
}

.about__button p {
  font-size: clamp(18px, 17.295px + 0.1877934272vw, 20px);
  font-size: clamp(1.125rem, 1.0809859155rem + 0.1877934272vw, 1.25rem);
  letter-spacing: 0.1em;
  color: #F1A81F;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 140px;
  max-width: 8.75rem;
  text-align: center;
  padding: 4px 22px 4px 0;
  padding: 0.25rem 1.375rem 0.25rem 0;
  font-size: 14px;
  font-size: 0.875rem;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .about__button p {
    padding: 0.25rem 2.25rem 0.25rem 0;
  }
}

.about__button p::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  background: #F1A81F;
  bottom: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.about__button p::after {
  content: "";
  display: block;
  position: absolute;
  width: 12px;
  width: 0.75rem;
  height: 1px;
  background: #F1A81F;
  rotate: 40deg;
  right: -2px;
  right: -0.125rem;
  bottom: 4px;
  bottom: 0.25rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (min-width: 768px) {
  .about__button p::after {
    right: 0;
  }
}

.about__content:hover .about__button p::after,
.about__content:hover .about__button p::before {
  translate: 20px 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.about__content-img {
  margin: -1.25rem calc(50% - 50vw);
  position: relative;
  z-index: -1;
  width: 60%;
  margin-left: auto;
  margin-top: 60px;
  margin-top: 3.75rem;
}
@media screen and (min-width: 768px) {
  .about__content-img {
    margin-left: calc(50% - 50vw);
    width: 100%;
  }
}
@media screen and (min-width: 1441px) {
  .about__content-img {
    margin-left: 0;
    margin-right: 0;
  }
}

.about__img1 {
  width: 48%;
  position: absolute;
  left: 65px;
  left: 4.0625rem;
  margin-top: 204px;
  margin-top: 12.75rem;
  z-index: 1;
  opacity: 0;
}

.about__img2 {
  width: 34%;
  position: absolute;
  right: -49px;
  right: -3.0625rem;
  margin-top: 72px;
  margin-top: 4.5rem;
  z-index: 1;
  opacity: 0;
}

.js-zoomIn.is-active {
  -webkit-animation: zoomIn 0.7s ease-out both;
          animation: zoomIn 0.7s ease-out both;
}

@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.about__bg {
  margin: 0 calc(50% - 50vw);
  height: 250px;
}
@media screen and (min-width: 768px) {
  .about__bg {
    margin-top: 28.9375rem;
    height: auto;
  }
}
@media screen and (min-width: 1441px) {
  .about__bg {
    margin-inline: auto;
    max-width: 1440px;
  }
}

.about__bg img {
  height: inherit;
}

/*======================================
              brand
=======================================*/
.brand {
  background-image: url(../images/top/bg_brand.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position-y: -38px;
  background-position-y: -2.375rem;
  position: relative;
}

.brand::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: -webkit-gradient(linear, left top, right top, from(rgb(12, 60, 53)), color-stop(37%, rgba(26, 105, 93, .98)), to(rgba(26, 105, 93, .8)));
  background: linear-gradient(90deg, rgb(12, 60, 53) 0%, rgba(26, 105, 93, .98) 37%, rgba(26, 105, 93, .8) 100%);
  height: 98.2%;
  width: 100%;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .brand::before {
    height: 97.6%;
  }
}
@media screen and (min-width: 1440px) {
  .brand::before {
    height: 99.8%;
  }
}

.brand__inner {
  position: relative;
  z-index: 10;
  padding-top: 60px;
  padding-top: 3.75rem;
  padding-bottom: 160px;
  padding-bottom: 10rem;
}
@media screen and (min-width: 768px) {
  .brand__inner {
    padding-top: 9.0625rem;
    padding-bottom: 21.25rem;
  }
}

.brand__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  margin-top: 36px;
  margin-top: 2.25rem;
  row-gap: 124px;
  row-gap: 7.75rem;
}
@media screen and (min-width: 768px) {
  .brand__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-top: 3.625rem;
  }
}

.brand__list-item {
  position: relative;
}
@media screen and (min-width: 768px) {
  .brand__list-item {
    width: 33.3%;
  }
}

.brand__list-itemImg {
  overflow: hidden;
}

.brand__list-itemImg img {
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  aspect-ratio: 400/243;
  -o-object-fit: cover;
     object-fit: cover;
}

.brand__list-item a:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.brand__list-itemContent {
  background-color: #fff;
  position: absolute;
  bottom: -86px;
  bottom: -5.375rem;
  color: #6e7682;
  padding: 13px 34px 22px 25px;
  padding: 0.8125rem 2.125rem 1.375rem 1.5625rem;
  width: 90%;
  -webkit-box-shadow: 0 0.25rem 0.25rem rgba(0, 0, 0, .25);
          box-shadow: 0 0.25rem 0.25rem rgba(0, 0, 0, .25);
}
@media screen and (min-width: 768px) {
  .brand__list-itemContent {
    width: 78%;
    height: 80px;
    position: absolute;
  }
}
@media screen and (min-width: 1024px) {
  .brand__list-itemContent {
    height: 114px;
  }
}

.brand__list-itemName {
  font-weight: 500;
}

.brand__list-itemText {
  font-weight: 400;
  margin-top: 7px;
  margin-top: 0.4375rem;
  font-size: 14px;
  font-size: 0.875rem;
}

.brand__list-itemText .arrow {
  margin-left: auto;
  margin-top: 20px;
  width: 51px;
  width: 3.1875rem;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  position: relative;
}
@media screen and (min-width: 768px) {
  .brand__list-itemText .arrow {
    position: absolute;
    bottom: 1.25rem;
    right: 2.4375rem;
  }
}

.brand__list-item a:hover .brand__list-itemText .arrow {
  -webkit-transform: translateX(0.5rem);
          transform: translateX(0.5rem);
}

.brand__list-itemText .arrow::before {
  width: 11px;
  width: 0.6875rem;
}

.brand__footer {
  margin-top: 150px;
  margin-top: 9.375rem;
}

.brand__footer-link {
  display: block;
}
@media screen and (min-width: 768px) {
  .brand__footer-link {
    width: 63%;
    margin-inline: auto;
  }
}

.brand__footer-link img {
  -webkit-box-shadow: 5px 5px 20px rgba(0, 0, 0, .1);
          box-shadow: 5px 5px 20px rgba(0, 0, 0, .1);
  -webkit-transition: -webkit-box-shadow 0.3s ease, -webkit-transform 0.3s ease;
  transition: -webkit-box-shadow 0.3s ease, -webkit-transform 0.3s ease;
  transition: box-shadow 0.3s ease, transform 0.3s ease;
  transition: box-shadow 0.3s ease, transform 0.3s ease, -webkit-box-shadow 0.3s ease, -webkit-transform 0.3s ease;
}

.brand__footer-link:hover img {
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transform: translate(3px, 3px);
          transform: translate(3px, 3px);
}

/*======================================
              faq
=======================================*/
.faq {
  position: relative;
  z-index: 10;
}

.faq__inner.inner {
  max-width: 500px;
}
@media screen and (min-width: 768px) {
  .faq__inner.inner {
    max-width: 1390px;
  }
}

.faq__list {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-top: 8px;
  margin-top: 0.5rem;
}

.faq__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #f1f8f8;
  padding: 60px 10px;
  padding: 3.75rem 0.625rem;
}
@media screen and (min-width: 768px) {
  .faq__wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 16%;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-top: 9.375rem;
    padding-bottom: 9.375rem;
    padding: 9.375rem 4.875rem;
  }
}

@media screen and (min-width: 768px) {
  .faq__title {
    position: sticky;
    top: 3.75rem;
  }
}

/*======================================
            service
=======================================*/
.service {
  background: linear-gradient(45deg, #0c3b34 8%, #197d6e 100%);
  overflow-x: clip;
}

.service__inner {
  padding-bottom: 80px;
  padding-bottom: 5rem;
  padding-top: 87px;
  padding-top: 5.4375rem;
}
@media screen and (min-width: 768px) {
  .service__inner {
    padding-bottom: 8.375rem;
    padding-top: 9.6875rem;
  }
}

.service__title {
  font-size: clamp(18px, 15.887px + 0.5633802817vw, 24px);
  font-size: clamp(1.125rem, 0.9929577465rem + 0.5633802817vw, 1.5rem);
}

.service__item:nth-child(even) .service__title {
  text-align: right;
}
@media screen and (min-width: 768px) {
  .service__item:nth-child(even) .service__title {
    text-align: left;
    text-align: initial;
  }
}

.service__list {
  margin-top: 76px;
  margin-top: 4.75rem;
}

.service__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
@media screen and (min-width: 768px) {
  .service__item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-right: calc(50% - 47vw);
  }
}
@media screen and (min-width: 1441px) {
  .service__item {
    margin-right: 0;
  }
}

.service__item + .service__item {
  margin-top: 112px;
  margin-top: 7rem;
}
@media screen and (min-width: 768px) {
  .service__item + .service__item {
    margin-top: 9.5rem;
  }
}

@media screen and (min-width: 768px) {
  .service__item:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    margin-left: calc(50% - 45vw);
    margin-right: 0;
  }
}
@media screen and (min-width: 1441px) {
  .service__item:nth-child(even) {
    margin-right: 0;
  }
}
@media screen and (min-width: 1441px) {
  .service__item:nth-child(even) {
    margin-left: 0;
  }
}

.service__img {
  position: relative;
}
@media screen and (min-width: 768px) {
  .service__img {
    width: 56%;
  }
}

@media screen and (min-width: 768px) {
  .service__item:nth-child(even) .service__img {
    width: 54%;
  }
}

.service__img::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background-color: #dbf1e5;
  height: 100%;
  width: 100%;
  z-index: 10;
  mix-blend-mode: multiply;
}

.service__img img {
  aspect-ratio: 640/443;
  -o-object-fit: cover;
     object-fit: cover;
}

.service__content {
  background-color: #206f64;
  color: #fff;
  position: relative;
  padding: 32px 24px;
  padding: 2rem 1.5rem;
}
@media screen and (min-width: 768px) {
  .service__content {
    padding: 2.8125rem 4.9375rem 2.8125rem;
    margin-left: -0.875rem;
    width: 56%;
  }
}

@media screen and (min-width: 768px) {
  .service__item:nth-child(even) .service__content {
    margin-right: -1.1875rem;
    width: 54%;
  }
}

.service__bg-number {
  position: absolute;
  top: -0.8em;
  right: 18px;
  right: 1.125rem;
  font-size: clamp(120px, 91.83px + 7.5117370892vw, 200px);
  font-size: clamp(7.5rem, 5.7394366197rem + 7.5117370892vw, 12.5rem);
  font-family: "Marcellus", serif;
  font-style: italic;
  color: #278174;
}

.service__item:nth-child(even) .service__bg-number {
  left: -11px;
  left: -0.6875rem;
}
@media screen and (min-width: 768px) {
  .service__item:nth-child(even) .service__bg-number {
    top: -1em;
    left: -4.1875rem;
  }
}

.service__text {
  margin-top: 24px;
  margin-top: 1.5rem;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .service__text {
    font-size: 1rem;
  }
}

.service__banner {
  margin-top: 55px;
  margin-top: 3.4375rem;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .service__banner {
    width: 66%;
    margin-top: 5.4375rem;
  }
}

.service__banner a:hover img {
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transform: translate(3px, 3px);
          transform: translate(3px, 3px);
}

.service__banner img {
  -webkit-box-shadow: 5px 5px 20px rgba(0, 0, 0, .1);
          box-shadow: 5px 5px 20px rgba(0, 0, 0, .1);
  -webkit-transition: -webkit-box-shadow 0.3s ease, -webkit-transform 0.3s ease;
  transition: -webkit-box-shadow 0.3s ease, -webkit-transform 0.3s ease;
  transition: box-shadow 0.3s ease, transform 0.3s ease;
  transition: box-shadow 0.3s ease, transform 0.3s ease, -webkit-box-shadow 0.3s ease, -webkit-transform 0.3s ease;
}

/*======================================
              works
=======================================*/
.works {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(38.5%, #fff), color-stop(38.5%, #f1f8f7), to(#f1f8f7));
  background: linear-gradient(180deg, #fff 0%, #fff 38.5%, #f1f8f7 38.5%, #f1f8f7 100%);
}
@media screen and (min-width: 768px) {
  .works {
    background: -webkit-gradient(linear, left top, right top, from(#f1f8f7), color-stop(63.5%, #f1f8f7), color-stop(63.5%, #fff), to(#fff));
    background: linear-gradient(90deg, #f1f8f7 0%, #f1f8f7 63.5%, #fff 63.5%, #fff 100%);
  }
}

.works__inner {
  position: relative;
  padding-bottom: 87px;
  padding-bottom: 5.4375rem;
  padding-top: 72px;
  padding-top: 4.5rem;
}
@media screen and (min-width: 768px) {
  .works__inner {
    padding-bottom: 4.4375rem;
    padding-top: 0;
  }
}

@media screen and (min-width: 768px) {
  .works__title {
    position: absolute;
    top: -3em;
  }
}

.works__slider {
  position: relative;
}
@media screen and (min-width: 768px) {
  .works__slider {
    margin-right: calc(50% - 50vw);
    height: 39.375rem;
  }
}
@media screen and (min-width: 1024px) {
  .works__slider {
    height: 38.6875rem;
  }
}
@media screen and (min-width: 1440px) {
  .works__slider {
    height: 42.25rem;
  }
}
@media screen and (min-width: 1441px) {
  .works__slider {
    margin-right: 0;
  }
}

.works__slider .swiper-wrapper {
  margin-top: 31px;
  margin-top: 1.9375rem;
}

@media screen and (min-width: 768px) {
  .works__slider .swiper-slide {
    padding-top: 9.75rem;
  }
}

@media screen and (min-width: 768px) {
  .works__slider .swiper-slide-active {
    padding-top: 9.75rem;
  }
}

@media screen and (min-width: 768px) {
  .works__slider .swiper-slide-next {
    padding-top: 4.875rem;
  }
}

@media screen and (min-width: 768px) {
  .works__slider .works__slide--third {
    padding-top: 0;
  }
}

@media screen and (min-width: 768px) {
  .works__slider .works__slide--before-left {
    opacity: 0;
  }
}

@media screen and (min-width: 768px) {
  .works__slider .works__slide--after-third {
    opacity: 0.4;
  }
}

.works__slider .swiper-slide a:hover .slide-img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.works__slider .slide-img {
  position: relative;
  -webkit-clip-path: polygon(14% 0%, 100% 0, 100% 81%, 86% 100%, 0 100%, 0 17%);
          clip-path: polygon(14% 0%, 100% 0, 100% 81%, 86% 100%, 0 100%, 0 17%);
  overflow: hidden;
}

.works__slider .slide-img img {
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.works__slider .slide-img span {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 14px;
  font-size: 0.875rem;
  background-color: #075e0f;
  color: #fff;
  display: inline-block;
  padding: 3px 8px;
  padding: 0.1875rem 0.5rem;
}

.works__slider img {
  aspect-ratio: 430/334;
  -o-object-fit: cover;
     object-fit: cover;
}

.works__slide-title {
  font-size: 18px;
  font-size: 1.125rem;
  margin-top: 24px;
  margin-top: 1.5rem;
  width: 86%;
  font-weight: 500;
  color: #333;
}

.works__slide-detail {
  margin-top: 16px;
  margin-top: 1rem;
  color: #6e7682;
  font-size: 14px;
  font-size: 0.875rem;
  padding-left: 15px;
  padding-left: 0.9375rem;
  position: relative;
}

.works__slide-detail::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background-color: #6e7682;
  height: 100%;
  width: 1px;
}

.works__slide-detail dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1.7;
}

.works__slide-detail dt {
  width: 122px;
  width: 7.625rem;
}

.swiper__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: absolute;
  bottom: 40px;
  bottom: 2.5rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  gap: 64px;
  gap: 4rem;
}
@media screen and (min-width: 768px) {
  .swiper__footer {
    right: -8.1875rem;
    left: auto;
    width: 22.0625rem;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 0;
    bottom: 1.875rem;
  }
}

.swiper-buttons {
  position: relative;
  right: 0;
  width: 150px;
  width: 9.375rem;
}
.swiper-buttons__arrow {
  width: 45px;
  width: 2.8125rem;
}
@media screen and (min-width: 768px) {
  .swiper-buttons__arrow {
    width: 3.1875rem;
  }
}

.swiper__btn a {
  font-size: clamp(18px, 17.514px + 0.1294498382vw, 20px);
  font-size: clamp(1.125rem, 1.0946601942rem + 0.1294498382vw, 1.25rem);
  letter-spacing: 0.1em;
  color: #F1A81F;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 140px;
  max-width: 8.75rem;
  text-align: center;
  padding: 4px 22px 4px 0;
  padding: 0.25rem 1.375rem 0.25rem 0;
  font-size: 14px;
  font-size: 0.875rem;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .swiper__btn a {
    padding: 0.25rem 2.25rem 0.25rem 0;
  }
}

.swiper__btn a::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  background: #F1A81F;
  bottom: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.swiper__btn a::after {
  content: "";
  display: block;
  position: absolute;
  width: 12px;
  width: 0.75rem;
  height: 1px;
  background: #F1A81F;
  rotate: 40deg;
  right: -2px;
  right: -0.125rem;
  bottom: 4px;
  bottom: 0.25rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (min-width: 768px) {
  .swiper__btn a::after {
    right: 0;
  }
}

.swiper__btn a:hover::after,
.swiper__btn a:hover::before {
  translate: 8px 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.arrow {
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  -webkit-transform-origin: left center;
          transform-origin: left center;
}

.swiper-button-prev:hover .arrow {
  -webkit-transform: translateX(-8px);
          transform: translateX(-8px);
}

.swiper-button-next:hover .arrow {
  -webkit-transform: translateX(8px);
          transform: translateX(8px); /* ←右へ動かす */
}

/*======================================
        column
=======================================*/
.column__bg {
  position: absolute;
  z-index: -1;
  height: 350px;
  height: 21.875rem;
}
@media screen and (min-width: 768px) {
  .column__bg {
    height: auto;
  }
}
@media screen and (min-width: 1440px) {
  .column__bg {
    max-height: 560px;
    width: 100%;
  }
}

.column__bg::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: linear-gradient(183deg, rgba(0, 0, 0, 0) 28%, rgba(0, 0, 0, .7) 100%);
  height: 100%;
  width: 100%;
  z-index: 1;
}

.column__bg img {
  height: inherit;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 1440px) {
  .column__bg img {
    max-height: 560px;
  }
}

.column__inner {
  padding-top: 123px;
  padding-top: 7.6875rem;
}
@media screen and (min-width: 768px) {
  .column__inner {
    padding-top: 8.375rem;
  }
}
@media screen and (min-width: 1440px) {
  .column__inner {
    padding-top: 20.125rem;
  }
}
@media screen and (min-width: 1441px) {
  .column__inner {
    padding-top: 16.125rem;
  }
}

.column__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 60px;
  row-gap: 3.75rem;
  margin-top: 60px;
  margin-top: 3.75rem;
}
@media screen and (min-width: 768px) {
  .column__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 8%;
    margin-top: 3.9375rem;
  }
}

@media screen and (min-width: 768px) {
  .column__list-item {
    width: 28%;
  }
}

.column__list .column-list__img {
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 4.5/3;
}
@media screen and (min-width: 768px) {
  .column__list .column-list__img {
    aspect-ratio: 1/1;
  }
}

.single-blog__inner.inner {
  max-width: 1048px;
  margin-inline: auto;
}

.single-blog__category {
  padding: 5px 8px;
  padding: 0.3125rem 0.5rem;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1;
  display: inline-block;
  color: #fff;
  background-color: #075e0f;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .single-blog__category {
    font-size: 0.875rem;
  }
}

.single-blog__title {
  font-size: clamp(22px, 18.478px + 0.9389671362vw, 32px);
  font-size: clamp(1.375rem, 1.1549295775rem + 0.9389671362vw, 2rem);
  font-weight: 500;
  margin-top: 12px;
  margin-top: 0.75rem;
  margin-bottom: 11px;
  margin-bottom: 0.6875rem;
}

.archive-works__detail.single-page {
  margin-bottom: 52px;
  margin-bottom: 3.25rem;
}

.single-blog__content .wp-block-image img {
  max-width: none;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}

.single-blog__content p {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.6;
  font-weight: 400;
  margin-bottom: 16px;
  margin-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  .single-blog__content p {
    margin-bottom: 1rem;
    line-height: 1.8;
    font-size: 1rem;
  }
}

.single-blog__content h2 {
  line-height: 1.7;
  position: relative;
  letter-spacing: 0.05em;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
  margin-top: 14px;
  margin-top: 0.875rem;
  font-size: 20px;
  font-size: 1.25rem;
  border-bottom: 2px solid #6CB789;
  padding-bottom: 6px;
  padding-bottom: 0.375rem;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .single-blog__content h2 {
    margin-bottom: 1.25rem;
    margin-top: 2.5rem;
    margin-top: rem;
    letter-spacing: 0.16em;
    font-size: 1.5625rem;
    border-bottom: 3px solid #6CB789;
  }
}

.single-blog__content h3 {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  position: relative;
  letter-spacing: 0.07em;
  margin-bottom: 16px;
  margin-bottom: 1rem;
  margin-top: 32px;
  margin-top: 2rem;
  padding-left: 1em;
  padding-top: 4px;
  padding-top: 0.25rem;
  padding-bottom: 4px;
  padding-bottom: 0.25rem;
}
@media screen and (min-width: 768px) {
  .single-blog__content h3 {
    font-size: 1.25rem;
    margin-top: 2.5rem;
    margin-bottom: 1.3125rem;
  }
}

.single-blog__content h3::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 3px;
  background-color: #6CB789;
}

.single-blog__content h4 {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.07em;
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
  position: relative;
  padding-left: 1.5em;
  margin-top: 32px;
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .single-blog__content h4 {
    font-size: 1rem;
    padding-left: 1.9em;
    letter-spacing: 0.14em;
    margin-bottom: 1.1875rem;
    margin-top: 2.625rem;
  }
}

.single-blog__content h4::before {
  content: "";
  position: absolute;
  left: 0%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #6CB789;
  height: 12px;
  height: 0.75rem;
  width: 12px;
  width: 0.75rem;
}
@media screen and (min-width: 768px) {
  .single-blog__content h4::before {
    height: 1rem;
    width: 1rem;
  }
}

.single-blog__content img {
  margin-bottom: 40px;
  margin-bottom: 2.5rem;
  max-height: 678px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .single-blog__content img {
    margin-bottom: 2.375rem;
    max-width: 763px;
  }
}

.single-blog__content a {
  font-weight: 400;
  text-decoration: underline;
  display: inline-block;
  font-size: 16px;
  font-size: 1rem;
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
  padding-left: 12px;
  padding-left: 0.75rem;
}

.single-blog__content p a {
  margin-bottom: 0;
  color: #0739cd;
}

.single-blog__content ul {
  margin-bottom: 27px;
  margin-bottom: 1.6875rem;
  padding-left: 1em;
}
@media screen and (min-width: 768px) {
  .single-blog__content ul {
    margin-top: 2.75rem;
    padding-left: 1.6875rem;
  }
}

.single-blog__content ul li {
  font-size: 16px;
  font-size: 1rem;
  position: relative;
  list-style: none;
}

.single-blog__content ul li:not(:first-child) {
  margin-top: 11px;
  margin-top: 0.6875rem;
}

.single-blog__content ol {
  list-style-type: decimal;
  margin-bottom: 27px;
  margin-bottom: 1.6875rem;
  padding-left: 20px;
  padding-left: 1.25rem;
  margin-top: 32px;
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .single-blog__content ol {
    margin-top: 2.8125rem;
  }
}

.single-blog__content ol li {
  font-size: 16px;
  font-size: 1rem;
}

.single-blog__content ol li:not(:first-child) {
  margin-top: 6px;
  margin-top: 0.375rem;
}
@media screen and (min-width: 768px) {
  .single-blog__content ol li:not(:first-child) {
    margin-top: 0.6875rem;
  }
}

.wp-block-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 20px;
  margin-top: 1.25rem;
}
.wp-block-table td {
  border: solid 1px #cccccc;
  padding: 8px 12px;
  padding: 0.5rem 0.75rem;
  font-size: 14px;
  font-size: 0.875rem;
}
.wp-block-table tr:not(:last-child) td {
  border-bottom: solid 1px #cccccc;
}
.wp-block-table td:first-child {
  background: #075e0f;
  color: #fff;
  white-space: nowrap;
  width: 23%;
}
@media screen and (min-width: 768px) {
  .wp-block-table {
    margin-top: 2.9375rem;
  }
}

.sub-brand {
  margin-top: 80px;
  margin-top: 5rem;
}
@media screen and (min-width: 768px) {
  .sub-brand {
    margin-top: 10.5rem;
  }
}

.single-blog__content table {
  border-collapse: collapse;
  width: 100%;
}

.single-blog__content table td:first-child,
.single-blog__content table tr:first-child {
  background-color: #075e0f;
  padding: 10px 12px;
  padding: 0.625rem 0.75rem;
  color: #fff;
  border: 1px solid #fff;
}

.single-blog__content table th,
.single-blog__content table td {
  border: 1px solid #ccc;
  padding: 10px 12px;
  padding: 0.625rem 0.75rem;
}

.sub-works__footer-link {
  border: 1px solid #F1A81F;
  font-size: 14px;
  font-size: 0.875rem;
  text-align: center;
  color: #F1A81F;
  position: relative;
  display: inline-block;
  padding: 12px 83px;
  padding: 0.75rem 5.1875rem;
  font-weight: 700;
  text-transform: uppercase;
  -webkit-transition: color 0.3s ease, background-color 0.3s ease;
  transition: color 0.3s ease, background-color 0.3s ease;
}

.sub-works__footer-link:hover {
  background-color: #F1A81F;
  color: #fff;
}

.sub-works__footer-link span {
  position: absolute;
  display: inline-block;
  width: 32px;
  width: 2rem;
  height: 1px;
  height: 0.0625rem;
  border-radius: 9999px;
  background-color: #F1A81F;
  right: 20px;
  right: 1.25rem;
  top: 53%;
  -webkit-transition: right 0.3s ease;
  transition: right 0.3s ease;
}

.sub-works__footer-link:hover span {
  right: 13px;
  right: 0.8125rem;
  background-color: #fff;
}

.sub-works__footer-link span::before {
  content: "";
  position: absolute;
  top: calc(50% - 2px);
  right: 0;
  width: 8px;
  width: 0.5rem;
  height: 1px;
  border-radius: 9999px;
  background-color: #F1A81F;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: calc(100% - 2px) 50%;
          transform-origin: calc(100% - 2px) 50%;
}

.sub-works__footer-link:hover span::before {
  background-color: #fff;
}

.sub-brand__title .sec-title__en {
  color: #5A4B39;
}

.sub-brand__inner {
  padding-bottom: 80px;
  padding-bottom: 5rem;
}

.works-cat-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
  gap: 0.5rem;
  row-gap: 8px;
  row-gap: 0.5rem;
  margin-top: 16px;
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .works-cat-list {
    gap: 2.375rem;
  }
}

.works-cat-list__item a {
  display: inline-block;
  padding: 4px 12px;
  padding: 0.25rem 0.75rem;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  font-size: 18px;
  font-size: 1.125rem;
  position: relative;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
@media screen and (min-width: 768px) {
  .works-cat-list__item a {
    font-size: 1.5rem;
  }
}
.works-cat-list__item a:hover {
  color: #6CB789;
}

.works-cat-list__item a::after {
  content: "";
  position: absolute;
  right: -4px;
  right: -0.25rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #5A4B39;
  height: 92%;
  width: 1px;
}
@media screen and (min-width: 768px) {
  .works-cat-list__item a::after {
    right: -1.0625rem;
  }
}

.works__tags-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
  gap: 0.5rem;
  margin-top: 16px;
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .works__tags-list {
    margin-top: 1.6875rem;
  }
}

.works__tags-link {
  display: inline-block;
  padding: 4px 12px;
  padding: 0.25rem 0.75rem;
  border: 1px solid #ccc;
  border-radius: 1.875rem;
  font-size: 14px;
  font-size: 0.875rem;
  color: #666;
  text-decoration: none;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.works__tags-link:hover {
  background-color: #666;
  color: #fff;
}

.archive-works {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 54px;
  margin-top: 3.375rem;
  row-gap: 60px;
  row-gap: 3.75rem;
}
@media screen and (min-width: 768px) {
  .archive-works {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 3%;
    margin-top: 3.875rem;
    row-gap: 3.625rem;
  }
}

@media screen and (min-width: 768px) {
  .archive-works__slide {
    width: 31.3%;
  }
}

.archive-works__slide a:hover .archive-works__image-wrapper img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.archive-works__image-wrapper {
  position: relative;
  -webkit-clip-path: polygon(14% 0%, 100% 0, 100% 81%, 86% 100%, 0 100%, 0 17%);
          clip-path: polygon(14% 0%, 100% 0, 100% 81%, 86% 100%, 0 100%, 0 17%);
  overflow: hidden;
}

.archive-works__tag {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 14px;
  font-size: 0.875rem;
  background-color: #075e0f;
  color: #fff;
  display: inline-block;
  padding: 3px 8px;
  padding: 0.1875rem 0.5rem;
}

.archive-works__image-wrapper img {
  aspect-ratio: 430/334;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.archive-works__title {
  font-size: 18px;
  font-size: 1.125rem;
  margin-top: 24px;
  margin-top: 1.5rem;
  width: 86%;
  font-weight: 500;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.archive-works__detail {
  margin-top: 16px;
  margin-top: 1rem;
  color: #6e7682;
  font-size: 14px;
  font-size: 0.875rem;
  padding-left: 15px;
  padding-left: 0.9375rem;
  position: relative;
}

.archive-works__detail::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background-color: #6e7682;
  height: 100%;
  width: 1px;
}

.archive-works__detail dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1.7;
}

.archive-works__detail dt {
  width: 122px;
  width: 7.625rem;
}
/*# sourceMappingURL=styles.css.map */
