@charset "UTF-8";
.wrap {
  background: #9A9582;
  position: relative;
  padding: 3.5rem;
  padding-top: 18.1rem;
}
@media only screen and (max-width: 767px) {
  .wrap {
    overflow: hidden;
    padding: 0.75rem;
    padding-top: 5.1rem;
  }
}
.wrap::before {
  content: "";
  display: block;
  width: calc(100% - 6.8rem);
  height: calc(100% - 7rem);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 1px solid #fff;
  pointer-events: none;
}
@media only screen and (max-width: 767px) {
  .wrap::before {
    width: calc(100% - 1.5rem);
    height: calc(100% - 1.5rem);
    z-index: 99999;
    z-index: 99;
  }
}

.en {
  font-family: "EB Garamond", serif;
}

.gothic {
  font-family: "din-2014", "Montserrat", sans-serif;
}

.main-title, .main-title--fade {
  text-align: center;
}
.main-title .ja, .main-title--fade .ja {
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 767px) {
  .main-title .ja, .main-title--fade .ja {
    font-size: 1.2rem;
  }
}
.main-title .en, .main-title--fade .en {
  font-size: 12rem;
  line-height: 1;
  display: block;
  letter-spacing: 0;
  text-transform: capitalize;
}
@media only screen and (min-width: 768px) {
  .main-title .en, .main-title--fade .en {
    margin-top: -1.2rem;
  }
}
@media only screen and (max-width: 767px) {
  .main-title .en, .main-title--fade .en {
    font-size: 4.5rem;
  }
}
.main-title--fade .en {
  color: #A7A291;
  font-size: 9rem;
  margin-top: -0.2rem;
}
@media only screen and (max-width: 767px) {
  .main-title--fade .en {
    font-size: 5.5rem;
  }
}
.main-title--fade .en.large {
  font-size: 14rem;
}
@media only screen and (max-width: 767px) {
  .main-title--fade .en.large {
    font-size: 5.5rem;
  }
}

.article-lead {
  max-width: 70rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 7.6rem;
  margin-bottom: 8.3rem;
  letter-spacing: 0.05em;
  font-size: 1.5rem;
  line-height: 2.15;
}
@media only screen and (max-width: 767px) {
  .article-lead {
    font-size: 1.2rem;
    margin-top: 3rem;
    margin-bottom: 5.8rem;
    line-height: 2;
  }
}

.article {
  padding-top: 8rem;
  padding-bottom: 10rem;
}
@media only screen and (max-width: 767px) {
  .article {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}
.article-category {
  margin-top: 7rem;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 767px) {
  .article-category {
    margin-top: 3rem;
  }
}
.article-category .category-list {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: stretch;
}
@media only screen and (max-width: 767px) {
  .article-category .category-list {
    margin-left: -1.75rem;
    margin-right: -1.75rem;
  }
}
.article-category .category-list:not(:last-of-type) {
  margin-bottom: 4rem;
}
.article-category .category-list__item {
  width: 25%;
  border: 1px solid #fff;
  margin-top: -1px;
  margin-right: -1px;
  position: relative;
  z-index: 0;
}
@media only screen and (max-width: 767px) {
  .article-category .category-list__item {
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .article-category .category-list__item:nth-of-type(odd) {
    width: calc(50% + 1px);
  }
}
.article-category .category-list__item span,
.article-category .category-list__item a {
  display: block;
  text-align: center;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  min-height: 4rem;
  position: relative;
  z-index: 0;
}
.article-category .category-list__item span::after,
.article-category .category-list__item a::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #7D7457;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  transition: 200ms;
}
@media only screen and (min-width: 768px) {
  .article-category .category-list__item a:hover::after {
    opacity: 0.5;
  }
}
.article-category .category-list__item:not(:nth-child(4n+1)) .current::after {
  border-left: 1px solid #fff;
}
@media only screen and (min-width: 768px) {
  .article-category .category-list__item:not(:nth-of-type(-n+4)) .current::after {
    border-top: 1px solid #fff;
  }
}
@media only screen and (max-width: 767px) {
  .article-category .category-list__item:not(:nth-of-type(-n+2)) .current::after {
    border-top: 1px solid #fff;
  }
}
.article-category .category-list__item .current::after {
  background: #91B43E;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
}
.article-category .category-list__item.current a::after {
  background: #91B43E;
  border-color: transparent;
}

.article-block:not(:last-of-type) {
  margin-bottom: 8rem;
}
@media only screen and (max-width: 767px) {
  .article-block:not(:last-of-type) {
    margin-bottom: 4rem;
  }
}
.article-block > * {
  margin-top: 2.4rem;
  margin-bottom: 2.4rem;
}
.article-block > *:first-child {
  margin-top: 0;
}
.article-block > *:last-child {
  margin-bottom: 0;
}

.article-about:not(:last-of-type) {
  margin-bottom: 10rem;
}
@media only screen and (max-width: 767px) {
  .article-about:not(:last-of-type) {
    margin-bottom: 5rem;
  }
}
@media only screen and (min-width: 768px) {
  .article-about .inner {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 5rem;
    margin-right: calc(50% - 50vw + 3.5rem);
  }
}
@media only screen and (min-width: 768px) {
  .article-about .inner.reverse {
    flex-flow: row-reverse wrap;
    margin-left: calc(50% - 50vw + 3.4rem);
    margin-right: 0;
  }
}
.article-about .inner.reverse .text .title .en {
  right: 0;
}
@media only screen and (min-width: 768px) {
  .article-about .inner.reverse .swiper-pagination {
    justify-content: flex-start;
  }
}
@media only screen and (min-width: 768px) {
  .article-about .text {
    flex: 1;
  }
}
.article-about .text .title {
  position: relative;
}
@media only screen and (min-width: 768px) {
  .article-about .text .title {
    padding-top: 16rem;
  }
}
.article-about .text .title .en {
  font-size: 14rem;
  color: #91B53E;
  display: block;
  line-height: 1.1;
}
@media only screen and (min-width: 768px) {
  .article-about .text .title .en {
    position: absolute;
    z-index: 5;
    top: 0;
  }
}
@media only screen and (max-width: 767px) {
  .article-about .text .title .en {
    font-size: 6rem;
  }
}
.article-about .text .title .ja {
  font-size: 4.6rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.52;
}
@media only screen and (max-width: 767px) {
  .article-about .text .title .ja {
    font-size: 2.3rem;
  }
}
.article-about .text .lead {
  font-size: 1.5rem;
  letter-spacing: 0.05em;
  line-height: 2.15;
  margin-top: 1.2rem;
}
@media only screen and (max-width: 767px) {
  .article-about .text .lead {
    font-size: 1.2rem;
    line-height: 2;
    margin-top: 2rem;
  }
}
.article-about .text .lead .btn {
  margin-top: 3rem;
}
@media only screen and (max-width: 767px) {
  .article-about .text .lead .btn {
    margin-top: 2rem;
  }
}
@media only screen and (min-width: 768px) {
  .article-about .content-slide {
    width: calc(50vw - 3.5rem);
  }
}
@media only screen and (max-width: 767px) {
  .article-about .content-slide {
    margin-top: 3rem;
  }
}
.article-about .swiper {
  padding-bottom: 1.4rem;
}
@media only screen and (max-width: 767px) {
  .article-about .swiper {
    margin-left: -1.75rem;
    margin-right: -1.75rem;
  }
}
.article-about .swiper-slide {
  position: relative;
}
.article-about .swiper-slide::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border: 1px solid #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.article-about .swiper-pagination {
  position: absolute;
  top: auto !important;
  left: auto !important;
  bottom: 0 !important;
  right: 0 !important;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-end;
  align-items: center;
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}
.article-about .swiper-pagination-bullet {
  height: 0.4rem;
  width: 4.2rem;
  border-radius: 0;
  background: #B7B2A0;
  opacity: 1;
}
@media only screen and (max-width: 767px) {
  .article-about .swiper-pagination-bullet {
    width: 3.5rem;
    height: 0.35rem;
  }
}
.article-about .swiper-pagination-bullet-active {
  background: #5C4D20;
}
.article-about .swiper img {
  width: 100%;
  max-height: 57rem;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 767px) {
  .article-about .swiper img {
    max-height: 22.2rem;
  }
}
.article-about .area {
  background: #7E7559;
  padding: 5rem 10rem 8rem;
  margin-top: 8rem;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .article-about .area {
    padding: 3.5rem 2rem 3rem;
    margin-top: 6rem;
  }
}
.article-about .area::before {
  content: "";
  display: block;
  width: 8.6rem;
  height: 8.6rem;
  border-radius: 50vw;
  background: #fff;
  position: absolute;
  top: 0;
  left: 50%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 767px) {
  .article-about .area::before {
    width: 4.3rem;
    height: 4.3rem;
  }
}
.article-about .area01::before {
  background-image: url(../img/about/about-icon01.png);
}
.article-about .area02::before {
  background-image: url(../img/about/about-icon02.png);
}
.article-about .area-title {
  text-align: center;
}
.article-about .area-title span {
  font-size: 1.5rem;
  display: block;
  margin-bottom: 0.5rem;
  margin-top: 0.8rem;
}
@media only screen and (max-width: 767px) {
  .article-about .area-title span {
    font-size: 1.2rem;
  }
}
.article-about .area-title h3 {
  font-size: 3rem;
  font-weight: bold;
  margin-bottom: 0.8rem;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 767px) {
  .article-about .area-title h3 {
    font-size: 1.5rem;
  }
}
.article-about .area-text {
  font-size: 1.5rem;
  letter-spacing: 0.05em;
  line-height: 2.15;
}
@media only screen and (max-width: 767px) {
  .article-about .area-text {
    font-size: 1.2rem;
    line-height: 2;
  }
}
.article-about .area .graph {
  max-width: 53rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 2.7rem;
}
.article-about .area .btn {
  margin-top: 3.5rem;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .page--service .content {
    overflow: hidden;
  }
}
@media only screen and (min-width: 768px) {
  .page--service .article-block .main-title--fade {
    margin-right: calc(50% - 50vw + 3.5rem);
    overflow: hidden;
    padding-bottom: 1.6rem;
  }
}
@media only screen and (max-width: 767px) {
  .page--service .article-block .main-title--fade {
    text-align: center !important;
  }
}
.page--service .article-block .main-title--fade .en {
  position: relative;
}
.page--service .article-block .main-title--fade .en::before {
  content: "";
  display: block;
  width: 150%;
  height: 1px;
  background-image: repeating-linear-gradient(to right, white 0 2px, transparent 2px 4px);
  background-repeat: repeat-x;
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translate(0%, -50%);
}
@media only screen and (max-width: 767px) {
  .page--service .article-block .main-title--fade .en::before {
    display: none;
  }
}
.page--service .article-block .main-title--fade .en span {
  display: inline-block;
}
@media only screen and (min-width: 768px) {
  .page--service .article-block .main-title--fade .en span {
    background: #9A9582;
    padding-right: 6.6rem;
    z-index: 1;
    position: relative;
  }
}
.page--service .article-block .main-title--fade .ja {
  font-weight: 500;
}
.page--service .inner-link {
  max-width: 60rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  margin-top: 6.9rem;
  margin-bottom: 8.9rem;
}
@media only screen and (max-width: 767px) {
  .page--service .inner-link {
    margin-top: 3rem;
    margin-bottom: 5.8rem;
  }
}
.page--service .inner-link-item {
  flex: 1;
}
.page--service .inner-link-item:not(:last-of-type) {
  margin-right: -1px;
}
.page--service .inner-link-item a {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-height: 10rem;
  border: 1px solid #fff;
  position: relative;
  z-index: 0;
}
@media only screen and (max-width: 767px) {
  .page--service .inner-link-item a {
    min-height: 5rem;
  }
}
.page--service .inner-link-item a::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #7E7559;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  transition: 200ms;
}
.page--service .inner-link-item a::before {
  content: "";
  display: block;
  width: 1.042rem;
  height: 0.675rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10.417' height='6.754' viewBox='0 0 10.417 6.754'%3E%3Cg id='next' transform='translate(10.044 0.332) rotate(90)'%3E%3Cpath id='パス_294' data-name='パス 294' d='M.317,10.044-.317,9.27l5.2-4.26L-.332.374.332-.374l6.09,5.415Z' transform='translate(0 0)' fill='%23fff'/%3E%3C/g%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 1.042rem;
  position: absolute;
  top: 50%;
  right: 1.8rem;
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 767px) {
  .page--service .inner-link-item a::before {
    width: 0.7rem;
    height: 0.35rem;
    background-size: 0.7rem;
    right: 1rem;
  }
}
@media only screen and (min-width: 768px) {
  .page--service .inner-link-item a:hover::after {
    opacity: 0.5;
  }
}
.page--service .inner-link-item span {
  line-height: 1.5;
}
.page--service .inner-link-item span.en {
  font-size: 2.6rem;
}
@media only screen and (max-width: 767px) {
  .page--service .inner-link-item span.en {
    font-size: 1.4rem;
  }
}
.page--service .inner-link-item span.ja {
  font-size: 1.3rem;
}
@media only screen and (max-width: 767px) {
  .page--service .inner-link-item span.ja {
    font-size: 1rem;
  }
}
.page--service .heading .title {
  font-size: 3.2rem;
  font-weight: bold;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 767px) {
  .page--service .heading .title {
    font-size: 1.8rem;
  }
}
.page--service .heading .lead {
  font-size: 1.6rem;
  margin-top: 1.2rem;
  letter-spacing: 0.05em;
  line-height: 2;
}
@media only screen and (max-width: 767px) {
  .page--service .heading .lead {
    font-size: 1.2rem;
  }
}
.page--service .service-title {
  text-align: center;
  font-size: 2.4rem;
  font-weight: 500;
  font-weight: bold;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 767px) {
  .page--service .service-title {
    font-size: 1.5rem;
  }
}

@media only screen and (min-width: 768px) {
  .article-block-new-building {
    margin-bottom: 12.5rem !important;
  }
}
@media only screen and (min-width: 768px) {
  .article-block-new-building .heading {
    margin-top: 3rem;
  }
}
@media only screen and (min-width: 768px) {
  .article-block-new-building .stack-block .swiper-stack {
    display: contents;
  }
}
@media only screen and (max-width: 767px) {
  .article-block-new-building .stack-block .swiper-stack {
    padding-top: 3.4rem;
    max-width: 30rem;
    overflow: inherit;
  }
}
@media only screen and (min-width: 768px) {
  .article-block-new-building .stack-block .swiper-container,
.article-block-new-building .stack-block .swiper-wrapper,
.article-block-new-building .stack-block .swiper-slide {
    display: contents;
  }
}
@media only screen and (min-width: 768px) {
  .article-block-new-building .stack-block .swiper-button-prev,
.article-block-new-building .stack-block .swiper-button-next {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .article-block-new-building .stack-block .swiper-slide {
    height: auto;
  }
}
@media only screen and (min-width: 768px) {
  .article-block-new-building .stack-block .swiper-button-prev, .article-block-new-building .stack-block .swiper-button-next {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .article-block-new-building .stack-block .swiper-button-prev, .article-block-new-building .stack-block .swiper-button-next {
    width: 3.5rem;
    height: 3.5rem;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='70.107' height='70.107' viewBox='0 0 70.107 70.107'%3E%3Cg id='グループ_49174' data-name='グループ 49174' transform='translate(12375.324 -3839.947)'%3E%3Cpath id='パス_10255' data-name='パス 10255' d='M35.053,0A35.053,35.053,0,1,1,0,35.053,35.053,35.053,0,0,1,35.053,0Z' transform='translate(-12375.324 3839.947)' fill='%235c4d20'/%3E%3Cg id='next' transform='translate(-12346 3863.193)'%3E%3Cpath id='パス_294' data-name='パス 294' d='M0,0,11.988,10.66,0,20.482' transform='translate(0 0)' fill='none' stroke='%23fff' stroke-width='3'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
  }
}
.article-block-new-building .stack-block .swiper-button-prev::after, .article-block-new-building .stack-block .swiper-button-next::after {
  display: none;
}
.article-block-new-building .stack-block .swiper-button-prev {
  left: 0;
  transform: translateX(-35%) rotate(180deg);
}
@media only screen and (max-width: 767px) {
  .article-block-new-building .stack-block .swiper-button-prev {
    transform: translateX(-10%) rotate(180deg);
  }
}
.article-block-new-building .stack-block .swiper-button-next {
  left: auto;
  right: 0;
  transform: translateX(35%);
}
@media only screen and (max-width: 767px) {
  .article-block-new-building .stack-block .swiper-button-next {
    transform: translateX(10%);
  }
}
.article-block-new-building .stack-block-inner {
  position: relative;
  padding-bottom: 5.4rem;
  margin-top: 9rem;
}
@media only screen and (max-width: 767px) {
  .article-block-new-building .stack-block-inner {
    margin-top: 5rem;
    padding-bottom: 2.4rem;
  }
}
@media only screen and (min-width: 768px) {
  .article-block-new-building .stack-block-inner .file, .article-block-new-building .stack-block-inner .file03, .article-block-new-building .stack-block-inner .file02, .article-block-new-building .stack-block-inner .file01 {
    position: -webkit-sticky;
    position: sticky;
    top: 20rem;
    max-width: calc(100% - 5rem);
    transform-origin: center center;
    transition: transform 0.3s ease;
    padding: 3rem;
    margin-bottom: 10rem;
  }
}
@media only screen and (max-width: 767px) {
  .article-block-new-building .stack-block-inner .file, .article-block-new-building .stack-block-inner .file03, .article-block-new-building .stack-block-inner .file02, .article-block-new-building .stack-block-inner .file01 {
    position: relative;
    padding: 2.5rem;
    max-width: 30rem;
    height: 100%;
  }
}
.article-block-new-building .stack-block-inner .file .name, .article-block-new-building .stack-block-inner .file03 .name, .article-block-new-building .stack-block-inner .file02 .name, .article-block-new-building .stack-block-inner .file01 .name {
  position: absolute;
  top: 1px;
  left: 0;
  transform: translateY(-100%);
  min-height: 4.8rem;
  max-width: 15rem;
  width: 100%;
  padding: 0.2rem 2rem;
  font-size: 2.4rem;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  line-height: 1;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .article-block-new-building .stack-block-inner .file .name, .article-block-new-building .stack-block-inner .file03 .name, .article-block-new-building .stack-block-inner .file02 .name, .article-block-new-building .stack-block-inner .file01 .name {
    font-size: 1.8rem;
    min-height: 3.5rem;
    max-width: 10.7rem;
    padding: 0.2rem 1rem;
  }
}
.article-block-new-building .stack-block-inner .file .name::after, .article-block-new-building .stack-block-inner .file03 .name::after, .article-block-new-building .stack-block-inner .file02 .name::after, .article-block-new-building .stack-block-inner .file01 .name::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4.8rem 0 0 2.7rem;
  position: absolute;
  bottom: 0;
  right: 0;
  transform: translateX(100%);
}
@media only screen and (max-width: 767px) {
  .article-block-new-building .stack-block-inner .file .name::after, .article-block-new-building .stack-block-inner .file03 .name::after, .article-block-new-building .stack-block-inner .file02 .name::after, .article-block-new-building .stack-block-inner .file01 .name::after {
    border-width: 3.5rem 0 0 1.3rem;
  }
}
.article-block-new-building .stack-block-inner .file .inner, .article-block-new-building .stack-block-inner .file03 .inner, .article-block-new-building .stack-block-inner .file02 .inner, .article-block-new-building .stack-block-inner .file01 .inner {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: center;
  gap: 6rem;
}
@media only screen and (max-width: 767px) {
  .article-block-new-building .stack-block-inner .file .inner, .article-block-new-building .stack-block-inner .file03 .inner, .article-block-new-building .stack-block-inner .file02 .inner, .article-block-new-building .stack-block-inner .file01 .inner {
    flex-flow: column-reverse;
    gap: 2rem;
  }
}
.article-block-new-building .stack-block-inner .file .text, .article-block-new-building .stack-block-inner .file03 .text, .article-block-new-building .stack-block-inner .file02 .text, .article-block-new-building .stack-block-inner .file01 .text {
  flex: 1;
}
@media only screen and (min-width: 768px) {
  .article-block-new-building .stack-block-inner .file .text, .article-block-new-building .stack-block-inner .file03 .text, .article-block-new-building .stack-block-inner .file02 .text, .article-block-new-building .stack-block-inner .file01 .text {
    padding-left: 2rem;
  }
}
.article-block-new-building .stack-block-inner .file .text .ttl, .article-block-new-building .stack-block-inner .file03 .text .ttl, .article-block-new-building .stack-block-inner .file02 .text .ttl, .article-block-new-building .stack-block-inner .file01 .text .ttl {
  font-size: 2.2rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.63;
  padding-bottom: 1.9rem;
  margin-bottom: 1.3rem;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .article-block-new-building .stack-block-inner .file .text .ttl, .article-block-new-building .stack-block-inner .file03 .text .ttl, .article-block-new-building .stack-block-inner .file02 .text .ttl, .article-block-new-building .stack-block-inner .file01 .text .ttl {
    font-size: 1.7rem;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
  }
}
.article-block-new-building .stack-block-inner .file .text .ttl::after, .article-block-new-building .stack-block-inner .file03 .text .ttl::after, .article-block-new-building .stack-block-inner .file02 .text .ttl::after, .article-block-new-building .stack-block-inner .file01 .text .ttl::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-image: repeating-linear-gradient(to right, white 0 2px, transparent 2px 4px);
  background-repeat: repeat-x;
  position: absolute;
  bottom: 0;
  left: 0;
}
.article-block-new-building .stack-block-inner .file .text .lead, .article-block-new-building .stack-block-inner .file03 .text .lead, .article-block-new-building .stack-block-inner .file02 .text .lead, .article-block-new-building .stack-block-inner .file01 .text .lead {
  letter-spacing: 0.05em;
  font-size: 1.4rem;
  line-height: 2.3;
}
@media only screen and (max-width: 767px) {
  .article-block-new-building .stack-block-inner .file .text .lead, .article-block-new-building .stack-block-inner .file03 .text .lead, .article-block-new-building .stack-block-inner .file02 .text .lead, .article-block-new-building .stack-block-inner .file01 .text .lead {
    font-size: 1.2rem;
    line-height: 2;
  }
}
.article-block-new-building .stack-block-inner .file .text .btn, .article-block-new-building .stack-block-inner .file03 .text .btn, .article-block-new-building .stack-block-inner .file02 .text .btn, .article-block-new-building .stack-block-inner .file01 .text .btn {
  margin-top: 1.6rem;
}
@media only screen and (min-width: 768px) {
  .article-block-new-building .stack-block-inner .file .img, .article-block-new-building .stack-block-inner .file03 .img, .article-block-new-building .stack-block-inner .file02 .img, .article-block-new-building .stack-block-inner .file01 .img {
    width: 35rem;
  }
}
.article-block-new-building .stack-block-inner .file01 {
  z-index: 1;
  background: #D59A3C;
}
@media only screen and (min-width: 768px) {
  .article-block-new-building .stack-block-inner .file01 {
    transform: translate(5rem, 0);
  }
}
.article-block-new-building .stack-block-inner .file01 .name {
  background: #D59A3C;
}
.article-block-new-building .stack-block-inner .file01 .name::after {
  border-color: transparent transparent transparent #D59A3C;
}
.article-block-new-building .stack-block-inner .file02 {
  z-index: 2;
  background: #4F759B;
}
@media only screen and (min-width: 768px) {
  .article-block-new-building .stack-block-inner .file02 {
    transform: translate(2.5rem, 5rem);
  }
}
.article-block-new-building .stack-block-inner .file02 .name {
  background: #4F759B;
}
.article-block-new-building .stack-block-inner .file02 .name::after {
  border-color: transparent transparent transparent #4F759B;
}
.article-block-new-building .stack-block-inner .file03 {
  z-index: 3;
  background: #75A04A;
}
@media only screen and (min-width: 768px) {
  .article-block-new-building .stack-block-inner .file03 {
    transform: translate(0, 10rem);
  }
}
.article-block-new-building .stack-block-inner .file03 .name {
  background: #75A04A;
}
.article-block-new-building .stack-block-inner .file03 .name::after {
  border-color: transparent transparent transparent #75A04A;
}
.article-block-new-building .flow-block {
  margin-bottom: 9.6rem;
}
@media only screen and (max-width: 767px) {
  .article-block-new-building .flow-block {
    margin-bottom: 6rem;
  }
}
.article-block-new-building .flow-block .service-title {
  margin-bottom: 2.8rem;
}
.article-block-new-building .flow-block .flow-list {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: stretch;
  gap: 3.2rem;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .article-block-new-building .flow-block .flow-list {
    flex-flow: column;
    gap: 2rem;
  }
}
.article-block-new-building .flow-block .flow-list__item {
  background: #7E7559;
  border: 1px solid #fff;
  flex: 1;
  padding: 1.5rem 1.5rem 2rem;
  display: flex;
  flex-flow: column;
  justify-content: stretch;
  align-items: stretch;
}
@media only screen and (min-width: 768px) {
  .article-block-new-building .flow-block .flow-list__item {
    min-height: 19rem;
  }
}
@media only screen and (max-width: 767px) {
  .article-block-new-building .flow-block .flow-list__item {
    flex-flow: row wrap;
    justify-content: flex-start;
    gap: 2rem;
    padding: 1.5rem;
  }
}
.article-block-new-building .flow-block .flow-list__item:not(:last-of-type) {
  position: relative;
}
.article-block-new-building .flow-block .flow-list__item:not(:last-of-type)::after {
  content: "";
  display: block;
  width: 8rem;
  height: 1.6rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='79.42' height='16' viewBox='0 0 79.42 16'%3E%3Cg id='グループ_48628' data-name='グループ 48628' transform='translate(-211.58 -2594)'%3E%3Cpath id='線_1398' data-name='線 1398' d='M68.5,1H66V-1h2.5ZM63,1H60V-1h3ZM57,1H54V-1h3ZM51,1H48V-1h3ZM45,1H42V-1h3ZM39,1H36V-1h3ZM33,1H30V-1h3ZM27,1H24V-1h3ZM21,1H18V-1h3ZM15,1H12V-1h3ZM9,1H6V-1H9ZM3,1H0V-1H3Z' transform='translate(211.58 2602.5)' fill='%23fff'/%3E%3Cpath id='多角形_14' data-name='多角形 14' d='M8,0l8,8H0Z' transform='translate(291 2594) rotate(90)' fill='%23fff'/%3E%3C/g%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 8rem;
  position: absolute;
  z-index: 9;
}
@media only screen and (min-width: 768px) {
  .article-block-new-building .flow-block .flow-list__item:not(:last-of-type)::after {
    top: 5rem;
    right: -5.7rem;
  }
}
@media only screen and (max-width: 767px) {
  .article-block-new-building .flow-block .flow-list__item:not(:last-of-type)::after {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(0%, -50%) rotate(90deg);
    transform-origin: left;
    width: 4rem;
    height: 0.8rem;
    background-size: 4rem;
  }
}
.article-block-new-building .flow-block .flow-list__item .step .num {
  font-size: 6rem;
  line-height: 1;
  text-align: center;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .article-block-new-building .flow-block .flow-list__item .step .num {
    font-size: 3rem;
  }
}
.article-block-new-building .flow-block .flow-list__item .step .num::before {
  content: "STEP";
  display: block;
  font-size: 2rem;
}
@media only screen and (min-width: 768px) {
  .article-block-new-building .flow-block .flow-list__item .step .num::before {
    margin-bottom: -0.6rem;
  }
}
@media only screen and (max-width: 767px) {
  .article-block-new-building .flow-block .flow-list__item .step .num::before {
    font-size: 1.2rem;
  }
}
.article-block-new-building .flow-block .flow-list__item .icons {
  display: flex;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  flex: 1;
  font-size: 1.5rem;
  line-height: 1.2;
}
@media only screen and (min-width: 768px) {
  .article-block-new-building .flow-block .flow-list__item .icons {
    margin-top: -1px;
  }
}
@media only screen and (max-width: 767px) {
  .article-block-new-building .flow-block .flow-list__item .icons {
    flex-flow: row;
    justify-content: flex-start;
    gap: 1rem;
  }
}
.article-block-new-building .flow-block .flow-list__item .icons .txt {
  flex: 1;
}
@media only screen and (min-width: 768px) {
  .article-block-new-building .flow-block .flow-list__item .icons .txt {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }
}
@media only screen and (max-width: 767px) {
  .article-block-new-building .flow-block .flow-list__item .icons .icon {
    display: block;
    width: 4rem;
    text-align: center;
  }
}
.article-block-new-building .works-block {
  margin-left: calc(50% - 50vw + 3.5rem);
  margin-right: calc(50% - 50vw + 3.5rem);
}
@media only screen and (max-width: 767px) {
  .article-block-new-building .works-block {
    margin-left: -1.75rem;
    margin-right: -1.75rem;
    padding-bottom: 2.4rem;
  }
}
.article-block-new-building .works-block .works-list {
  margin-top: 2rem;
}
@media only screen and (min-width: 768px) {
  .article-block-new-building .works-block .works-list-item:nth-of-type(4) {
    display: none;
  }
}
.article-block-new-building .works-block .btn {
  margin-top: 4rem;
}

.article-block-renovation .heading {
  margin-top: 4.8rem;
}
@media only screen and (max-width: 767px) {
  .article-block-renovation .heading {
    margin-top: 2.4rem;
  }
}
.article-block-renovation .renovation-block {
  margin-top: 5rem;
}
@media only screen and (max-width: 767px) {
  .article-block-renovation .renovation-block {
    margin-top: 3rem;
  }
}
.article-block-renovation .renovation-block .list {
  background: #A7A291;
  border: 1px solid #fff;
  padding: 1.5rem 0;
  letter-spacing: 0.05em;
}
@media only screen and (min-width: 768px) {
  .article-block-renovation .renovation-block .list {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: center;
  }
}
@media only screen and (max-width: 767px) {
  .article-block-renovation .renovation-block .list {
    padding: 1.5rem;
  }
}
.article-block-renovation .renovation-block .list dt {
  padding: 0 2rem;
  text-align: center;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.25;
}
@media only screen and (min-width: 768px) {
  .article-block-renovation .renovation-block .list dt {
    min-width: 26rem;
  }
}
@media only screen and (max-width: 767px) {
  .article-block-renovation .renovation-block .list dt {
    font-size: 1.5rem;
    border-bottom: 1px dotted #fff;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
  }
}
.article-block-renovation .renovation-block .list dd {
  padding: 0.7rem 2rem;
  flex: 1;
  font-size: 1.8rem;
  padding-left: 3.4rem;
}
@media only screen and (min-width: 768px) {
  .article-block-renovation .renovation-block .list dd {
    border-left: 1px dotted #fff;
  }
}
@media only screen and (max-width: 767px) {
  .article-block-renovation .renovation-block .list dd {
    font-size: 1.2rem;
    padding: 0;
  }
}
.article-block-renovation .renovation-block .list-wrap {
  display: flex;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  gap: 1.6rem;
}
.article-block-renovation .works-block {
  margin-top: 14rem;
  margin-left: calc(50% - 50vw + 3.5rem);
  margin-right: calc(50% - 50vw + 3.5rem);
}
@media only screen and (max-width: 767px) {
  .article-block-renovation .works-block {
    margin-top: 6rem;
    margin-left: -1.75rem;
    margin-right: -1.75rem;
    padding-bottom: 0;
  }
}
.article-block-renovation .works-block .works-list {
  margin-top: 2rem;
}
@media only screen and (min-width: 768px) {
  .article-block-renovation .works-block .works-list-item:nth-of-type(4) {
    display: none;
  }
}
.article-block-renovation .works-block .btn {
  margin-top: 4rem;
}

.service-modal-wrap {
  display: none;
}

.modal-item-title {
  font-size: 4rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 2.5rem;
}
@media only screen and (max-width: 767px) {
  .modal-item-title {
    font-size: 2rem;
  }
}
.modal-item-title span {
  position: relative;
}
.modal-item-title span::before, .modal-item-title span::after {
  content: "";
  display: block;
  width: 3.5rem;
  height: 1px;
  background-image: repeating-linear-gradient(to right, white 0 2px, transparent 2px 4px);
  background-repeat: repeat-x;
  position: absolute;
  top: 50%;
}
.modal-item-title span::before {
  left: -3rem;
  transform: translate(-100%, -50%);
}
.modal-item-title span::after {
  right: -3rem;
  transform: translate(100%, -50%);
}
.modal-item-lead {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.modal-item-lead-inner {
  text-align: center;
}
.modal-item-lead p {
  font-size: 1.5rem;
  letter-spacing: 0.05em;
  line-height: 2;
}
@media only screen and (max-width: 767px) {
  .modal-item-lead p {
    font-size: 1.2rem;
  }
}
.modal-item-list {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: stretch;
  gap: 4rem 3rem;
  margin-top: 4rem;
}
@media only screen and (max-width: 767px) {
  .modal-item-list {
    gap: 2rem 1rem;
  }
}
.modal-item-list .item {
  flex: 0 0 calc((100% - 6rem) / 3);
}
@media only screen and (max-width: 767px) {
  .modal-item-list .item {
    flex: 0 0 calc((100% - 2rem) / 2);
  }
}
.modal-item-list .item .img {
  margin-bottom: 1rem;
}
.modal-item-list .item .img img {
  width: 100%;
}
.modal-item-list .item .text .ttl {
  font-size: 2rem;
  font-weight: 500;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .modal-item-list .item .text .ttl {
    font-size: 1.6rem;
  }
}
.modal-item-list .item .text .tag {
  display: block;
  font-size: 1.4rem;
  line-height: 1;
  width: 12.5rem;
  min-height: 3rem;
  margin-left: auto;
  margin-right: auto;
  background: #5C4D20;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  margin-top: 0.5rem;
}
@media only screen and (max-width: 767px) {
  .modal-item-list .item .text .tag {
    width: 8rem;
    min-height: 2rem;
    font-size: 1.1rem;
  }
}
.modal-item-list .item .text .lead {
  margin-top: 1.4rem;
}
.modal-item-list .item .text .lead p {
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
@media only screen and (max-width: 767px) {
  .modal-item-list .item .text .lead p {
    font-size: 1.2rem;
  }
}

.tags {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: center;
  gap: 1rem;
}
@media only screen and (max-width: 767px) {
  .tags {
    gap: 0.5rem;
  }
}
@media only screen and (min-width: 768px) {
  .tags a {
    transition: 200ms;
  }
  .tags a:hover {
    background: rgba(255, 255, 255, 0.5);
  }
}
.tags .tag {
  min-height: 2.5rem;
  min-width: 6rem;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  color: #5C4D20;
  font-size: 1.2rem;
  background: #fff;
  font-weight: bold;
  border: 1px solid #fff;
  padding: 0 0.5rem 0.1rem;
}
@media only screen and (max-width: 767px) {
  .tags .tag {
    font-size: 1rem;
    min-height: 2rem;
    min-width: 4.5rem;
    padding: 0 0.3rem;
  }
}

.article-works {
  margin-top: 6rem;
}
@media only screen and (max-width: 767px) {
  .article-works {
    margin-top: 0;
    padding-top: 5.8rem;
    overflow: hidden;
  }
}

.works-list {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: center;
}
.works-list-item {
  flex: 0 0 33.3333333333%;
}
@media only screen and (max-width: 767px) {
  .works-list-item {
    flex: 0 0 50%;
  }
}
.works-list-item a {
  display: block;
  position: relative;
}
.works-list-item a:hover .img img {
  transform: scale(1.05);
}
.works-list-item a:hover .text {
  background: rgba(0, 0, 0, 0.63);
}
.works-list-item a:hover .text p span {
  transform: translateY(0);
  transition: 400ms 200ms;
}
.works-list-item.has-video a {
  position: relative;
}
.works-list-item.has-video a::before {
  content: "";
  display: block;
  width: 4.6rem;
  height: 4.6rem;
  background-image: url(../img/common/icon-movie.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 4.6rem;
  position: absolute;
  top: 2rem;
  right: 2rem;
  z-index: 99;
}
@media only screen and (max-width: 767px) {
  .works-list-item.has-video a::before {
    width: 3rem;
    height: 3rem;
    background-size: 3rem;
    top: 1rem;
    right: 1rem;
  }
}
.works-list-item .img {
  display: block;
  position: relative;
  overflow: hidden;
}
.works-list-item .img img {
  width: 100%;
  transition: 400ms;
  aspect-ratio: 769/475;
  -o-object-fit: cover;
     object-fit: cover;
}
.works-list-item .text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% + 1px);
  height: calc(100% + 1px);
  border: 1px solid #fff;
  background: rgba(0, 0, 0, 0);
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  transition: 400ms;
  padding: 0rem 4rem;
}
@media only screen and (max-width: 767px) {
  .works-list-item .text {
    padding: 0rem 1rem;
  }
}
.works-list-item .text p {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  opacity: 0;
}
.works-list-item .text p > span {
  overflow: hidden;
  display: inline-block;
}
.works-list-item .text p > span span {
  color: #91B53E;
  background: #1E1E1E;
  padding: 0 0.5rem;
  display: block;
  font-size: 1.5rem;
  transform: translateY(101%);
}
@media only screen and (max-width: 767px) {
  .works-list-item .text p > span span {
    font-size: 1.05rem;
  }
}
.works-list-item .text p.visible {
  opacity: 1;
}

.post-works {
  overflow: hidden;
}
.post-works-thumbnail {
  padding-top: 7rem;
}
@media only screen and (max-width: 767px) {
  .post-works-thumbnail {
    padding-top: 3rem;
  }
}
.post-works-thumbnail img {
  width: 100%;
}
.post-works .content > * {
  margin-top: 6rem;
  margin-bottom: 6rem;
}
@media only screen and (max-width: 767px) {
  .post-works .content > * {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
}
.post-works .content > *:first-child {
  margin-top: 0;
}
.post-works .content > *:last-child {
  margin-bottom: 0;
}
.post-works-meta {
  position: relative;
  padding-bottom: 3.4rem;
  margin-bottom: 2.4rem !important;
  border-bottom: 1px dashed #fff;
}
@media only screen and (max-width: 767px) {
  .post-works-meta {
    padding-bottom: 2rem;
    margin-bottom: 1.6rem !important;
  }
}
.post-works-meta + * {
  margin-top: 2.4rem !important;
}
@media only screen and (max-width: 767px) {
  .post-works-meta + * {
    margin-top: 1.6rem !important;
  }
}
.post-works-meta .post-title {
  font-size: 3.2rem;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .post-works-meta .post-title {
    font-size: 1.8rem;
  }
}
.post-works-meta .tags {
  margin-top: 1.5rem;
}
.post-works-gallery {
  background: #A7A291;
  padding: 3.5rem 3rem 3rem;
}
@media only screen and (max-width: 767px) {
  .post-works-gallery {
    padding: 1.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .post-works-gallery .content-slide {
    display: flex;
    flex-flow: column-reverse;
    justify-content: stretch;
    align-items: stretch;
    gap: 2rem;
  }
}
.post-works-gallery img {
  aspect-ratio: 160/111;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 767px) {
  .post-works-gallery .main-slider {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .post-works-gallery .main-slider .swiper-slide {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: stretch;
  }
}
@media only screen and (min-width: 768px) {
  .post-works-gallery .main-slider .swiper-slide .img {
    width: 56%;
  }
}
@media only screen and (max-width: 767px) {
  .post-works-gallery .main-slider .swiper-slide .img {
    margin-bottom: 1.5rem;
  }
}
.post-works-gallery .main-slider .swiper-slide .text {
  flex: 1;
}
@media only screen and (min-width: 768px) {
  .post-works-gallery .main-slider .swiper-slide .text {
    padding-left: 2.6rem;
  }
}
.post-works-gallery .main-slider .swiper-slide .text .title {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .post-works-gallery .main-slider .swiper-slide .text .title {
    border-bottom: 1px dashed #fff;
    font-size: 1.5rem;
  }
}
.post-works-gallery .main-slider .swiper-slide .text .title::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-image: repeating-linear-gradient(to right, white 0 2px, transparent 2px 4px);
  background-repeat: repeat-x;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media only screen and (max-width: 767px) {
  .post-works-gallery .main-slider .swiper-slide .text .title::after {
    display: none;
  }
}
.post-works-gallery .main-slider .swiper-slide .text .lead {
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  line-height: 2.15;
}
@media only screen and (max-width: 767px) {
  .post-works-gallery .main-slider .swiper-slide .text .lead {
    font-size: 1.2rem;
    line-height: 2;
  }
}
.post-works-gallery .thumbnail-grid {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: stretch;
  gap: 1rem;
}
@media only screen and (min-width: 768px) {
  .post-works-gallery .thumbnail-grid {
    margin-top: 4rem;
  }
}
@media only screen and (max-width: 767px) {
  .post-works-gallery .thumbnail-grid {
    gap: 0.5rem;
  }
}
.post-works-gallery .thumbnail-grid-item {
  flex: 0 0 calc((100% - 4rem) / 5);
  position: relative;
}
@media only screen and (max-width: 767px) {
  .post-works-gallery .thumbnail-grid-item {
    flex: 0 0 calc((100% - 2rem) / 5);
  }
}
.post-works-gallery .thumbnail-grid-item::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border: 1px solid #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: none;
}
.post-works-gallery .thumbnail-grid-item.active::before {
  display: block;
}
.post-works-video {
  max-width: 60rem;
  margin-left: auto;
  margin-right: auto;
}
.post-works-video .video {
  margin: 3rem 0;
  position: relative;
  background: #1e1e1e;
}
@media only screen and (max-width: 767px) {
  .post-works-video .video {
    margin: 1.5rem 0;
  }
}
.post-works-video .video > * {
  aspect-ratio: 16/9;
  width: 100%;
  height: auto;
  display: block;
}
.post-works .article-block-works {
  margin-top: 10rem;
}
@media only screen and (max-width: 767px) {
  .post-works .article-block-works {
    margin-top: 8rem;
  }
}
@media only screen and (min-width: 768px) {
  .post-works .article-block-works .main-title--fade {
    margin-right: calc(50% - 50vw + 3.5rem);
    overflow: hidden;
    padding-bottom: 1.6rem;
  }
}
@media only screen and (max-width: 767px) {
  .post-works .article-block-works .main-title--fade {
    text-align: center !important;
  }
}
.post-works .article-block-works .main-title--fade .en {
  position: relative;
}
.post-works .article-block-works .main-title--fade .en::before {
  content: "";
  display: block;
  width: 150%;
  height: 1px;
  background-image: repeating-linear-gradient(to right, white 0 2px, transparent 2px 4px);
  background-repeat: repeat-x;
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translate(0%, -50%);
}
@media only screen and (max-width: 767px) {
  .post-works .article-block-works .main-title--fade .en::before {
    display: none;
  }
}
.post-works .article-block-works .main-title--fade .en span {
  display: inline-block;
}
@media only screen and (min-width: 768px) {
  .post-works .article-block-works .main-title--fade .en span {
    background: #9A9582;
    padding-right: 6.6rem;
    z-index: 1;
    position: relative;
  }
}
.post-works .article-block-works .main-title--fade .ja {
  font-weight: 500;
}
.post-works .article-block-works .works-block {
  margin-left: calc(50% - 50vw + 3.5rem);
  margin-right: calc(50% - 50vw + 3.5rem);
}
@media only screen and (max-width: 767px) {
  .post-works .article-block-works .works-block {
    margin-top: 3rem;
    margin-left: -1.75rem;
    margin-right: -1.75rem;
    padding-bottom: 0;
  }
}
.post-works .article-block-works .works-block .works-list {
  margin-top: 2rem;
}
@media only screen and (min-width: 768px) {
  .post-works .article-block-works .works-block .works-list-item:nth-of-type(4) {
    display: none;
  }
}
.post-works .article-block-works .works-block .btn {
  margin-top: 4rem;
}

.post-news .content {
  margin-top: 7rem;
}
@media only screen and (max-width: 767px) {
  .post-news .content {
    margin-top: 3rem;
  }
}
.post-news .content > * {
  margin-top: 3rem;
  margin-bottom: 3rem;
}
@media only screen and (max-width: 767px) {
  .post-news .content > * {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
}
.post-news .content > *:first-child {
  margin-top: 0;
}
.post-news .content > *:last-child {
  margin-bottom: 0;
}
.post-news-head {
  background: #A7A291;
  border: 1px solid #fff;
  border-top-width: 8px;
  position: relative;
  padding: 2.4rem 3rem;
}
@media only screen and (max-width: 767px) {
  .post-news-head {
    padding: 1.2rem 1.5rem;
    border-top-width: 4px;
  }
}
.post-news-head::before {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #fff;
  position: absolute;
  top: 2px;
  left: 0;
}
@media only screen and (max-width: 767px) {
  .post-news-head::before {
    height: 1px;
  }
}
.post-news-head .post-title {
  font-size: 2.6rem;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .post-news-head .post-title {
    font-size: 1.5rem;
    margin-top: 0.5rem;
  }
}
.post-news-meta .category {
  font-size: 2rem;
  border-bottom: 1px solid #fff;
}
@media only screen and (max-width: 767px) {
  .post-news-meta .category {
    font-size: 1.5rem;
  }
}
.post-news-meta time {
  font-size: 1.4rem;
  margin-left: 2.3rem;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 767px) {
  .post-news-meta time {
    margin-left: 1.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .post-news-meta time {
    font-size: 1.2rem;
  }
}
.post-news-thumbnail img {
  width: 100%;
}
.post-news-title {
  text-align: center;
  font-weight: bold;
  font-size: 2.4rem;
  margin-bottom: 2rem;
}
@media only screen and (max-width: 767px) {
  .post-news-title {
    font-size: 1.5rem;
  }
}
.post-news-title span {
  position: relative;
}
.post-news-title span::before, .post-news-title span::after {
  content: "";
  display: block;
  width: 2.6rem;
  height: 2px;
  background: #fff;
  position: absolute;
  top: 50%;
}
@media only screen and (max-width: 767px) {
  .post-news-title span::before, .post-news-title span::after {
    width: 1.3rem;
    height: 1px;
  }
}
.post-news-title span::before {
  left: -2rem;
  transform: translate(-100%, -50%);
}
@media only screen and (max-width: 767px) {
  .post-news-title span::before {
    left: -1rem;
  }
}
.post-news-title span::after {
  right: -2rem;
  transform: translate(100%, -50%);
}
@media only screen and (max-width: 767px) {
  .post-news-title span::after {
    right: -1rem;
  }
}
.post-news-map {
  margin-top: 5rem !important;
}
@media only screen and (max-width: 767px) {
  .post-news-map {
    margin-top: 3rem !important;
  }
}
.post-news-map .iframe {
  position: relative;
  padding-top: 37.5%;
}
@media only screen and (max-width: 767px) {
  .post-news-map .iframe {
    padding-top: 56.25%;
  }
}
.post-news-map .iframe iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.post-news-map .iframe::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  mix-blend-mode: color;
  z-index: 9;
  pointer-events: none;
}
.post-news-about {
  margin-top: 8rem !important;
}
.post-news-about table {
  font-size: 1.6rem;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 767px) {
  .post-news-about table {
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 767px) {
  .post-news-about {
    margin-top: 5rem !important;
  }
}
.post-news-calendar {
  margin-top: -8rem !important;
  padding-top: 13rem !important;
}
@media only screen and (max-width: 767px) {
  .post-news-calendar {
    margin-top: -7rem !important;
    padding-top: 10rem !important;
  }
}
.post-news-calendar .calendar {
  background: #fff;
  color: #1e1e1e;
  padding: 4rem;
  font-family: "ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro, Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", MS P Gothic, Verdana, sans-serif;
  font-size: 1.2rem;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .post-news-calendar .calendar {
    padding: 1rem;
    font-size: 1rem;
  }
}
.post-news-calendar .prism, .post-news-calendar code {
  white-space: normal;
  font-family: inherit !important;
}
.post-news-calendar .schedule {
  background: #fff;
  color: #333;
  padding: 4rem;
}
.post-news-calendar .monthly-calendar caption {
  font-weight: bold;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 767px) {
  .post-news-calendar .monthly-calendar caption {
    margin-bottom: 0;
  }
}
.post-news-calendar .monthly-calendar .sat {
  color: #97A1BF;
}
.post-news-calendar .monthly-calendar .sun {
  color: #B89796;
}
.post-news-calendar .monthly-calendar .calendar-mark {
  color: #1e1e1e;
}
.post-news-calendar .monthly-calendar .monthly-prev-next {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
  margin-top: 2rem;
}
.post-news-calendar .monthly-calendar .monthly-prev-next br {
  display: none;
}
.post-news-calendar .monthly-calendar table {
  border-collapse: collapse;
  table-layout: fixed;
  width: 100%;
  text-align: center;
}
.post-news-calendar .monthly-calendar table td {
  border: 0.1rem solid #ccc;
  padding: 1.3rem;
}
@media only screen and (max-width: 767px) {
  .post-news-calendar .monthly-calendar table td {
    padding: 0.5rem;
  }
}
.post-news-calendar .monthly-calendar table td.no-day {
  background: #F1F1F1;
}
.post-news-calendar .monthly-calendar table td.today {
  background: #FFFFE3;
}
.post-news-calendar .monthly-calendar .week-title {
  padding: 1rem 0;
}
@media only screen and (max-width: 767px) {
  .post-news-calendar .monthly-calendar .week-title {
    padding: 0.5rem 0;
  }
}
.post-news .btn {
  margin-top: 6rem;
}
@media only screen and (max-width: 767px) {
  .post-news .btn {
    margin-top: 3rem;
  }
}

.card {
  height: auto !important;
}
.card a {
  display: block;
  border: 1px solid #fff;
  border-top-width: 0.8rem;
  position: relative;
  padding: 2.1rem 0.9rem 0.4rem;
  z-index: 0;
  height: 100%;
  display: flex;
  flex-flow: column;
  justify-content: stretch;
  align-items: stretch;
}
@media only screen and (max-width: 767px) {
  .card a {
    border-top-width: 0.6rem;
    padding: 1.6rem 1.25rem 0.4rem;
  }
}
.card a > * {
  width: 100%;
}
.card a::before {
  content: "";
  display: block;
  width: 100%;
  height: 0.2rem;
  background: #fff;
  position: absolute;
  top: 0.3rem;
  left: 0;
}
@media only screen and (max-width: 767px) {
  .card a::before {
    height: 0.1rem;
    top: 0.2rem;
  }
}
.card a::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #A7A291;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  transition: 400ms;
}
@media only screen and (min-width: 768px) {
  .card a:hover::after {
    opacity: 0.2;
  }
  .card a:hover img {
    transform: scale(1.05);
  }
}
.card .meta {
  display: flex;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-end;
  gap: 1.5rem;
  border-bottom: 1px dotted #fff;
  padding-bottom: 0.8rem;
}
@media only screen and (max-width: 767px) {
  .card .meta {
    align-items: center;
  }
}
.card .meta .category {
  font-size: 4rem;
  line-height: 1;
  word-break: break-all;
}
@media only screen and (min-width: 768px) {
  .card .meta .category {
    padding-left: 1.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .card .meta .category {
    font-size: 2rem;
  }
}
.card .meta time {
  letter-spacing: 0.07em;
  line-height: 1.3;
}
@media only screen and (max-width: 767px) {
  .card .meta time {
    font-size: 0.9rem;
  }
}
.card .thumbnail {
  display: block;
  margin-top: 0.85rem;
  margin-bottom: 0.85rem;
  overflow: hidden;
}
.card .thumbnail img {
  width: 100%;
  aspect-ratio: 300/200;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (min-width: 768px) {
  .card .thumbnail img {
    transition: 400ms;
  }
}
.card .title {
  font-size: 1.6rem;
  font-weight: 500;
  border-top: 1px dotted #fff;
  border-bottom: 1px dotted #fff;
  padding: 0.6rem 1rem;
  letter-spacing: 0.05em;
  line-height: 1.6;
}
@media only screen and (max-width: 767px) {
  .card .title {
    font-size: 1.4rem;
  }
}
.card .lead {
  border-bottom: 1px dotted #fff;
  font-size: 1.4rem;
  padding: 0.6rem 1rem 0.5rem;
  letter-spacing: 0.05em;
}
@media only screen and (min-width: 768px) {
  .card .lead {
    margin-bottom: 0.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .card .lead {
    font-size: 1.1rem;
  }
}
.card .lead p {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.card .view {
  text-align: right;
  font-size: 1.4rem;
  margin-top: 0.5rem;
  padding-right: 0.3rem;
  margin-top: auto;
}
@media only screen and (max-width: 767px) {
  .card .view {
    font-size: 1.2rem;
    padding-top: 0.4rem;
  }
}

@media only screen and (min-width: 768px) {
  .news-block {
    margin-top: 6rem;
  }
}
@media only screen and (max-width: 767px) {
  .news-block {
    padding-top: 5.8rem;
  }
}

@media only screen and (min-width: 768px) {
  .news-list {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: stretch;
    gap: 2.2rem 2rem;
  }
}
.news-list__item {
  flex: 0 0 calc((100% - 4rem) / 3);
}
@media only screen and (max-width: 767px) {
  .news-list__item:not(:last-of-type) {
    margin-bottom: 2rem;
  }
}

.page--recruit .recruit-title {
  text-align: center;
  font-weight: bold;
  font-size: 2.4rem;
  margin-bottom: 2rem;
}
@media only screen and (max-width: 767px) {
  .page--recruit .recruit-title {
    font-size: 1.5rem;
  }
}
.page--recruit .recruit-title span {
  position: relative;
}
.page--recruit .recruit-title span::before, .page--recruit .recruit-title span::after {
  content: "";
  display: block;
  width: 2.6rem;
  height: 2px;
  background: #fff;
  position: absolute;
  top: 50%;
}
@media only screen and (max-width: 767px) {
  .page--recruit .recruit-title span::before, .page--recruit .recruit-title span::after {
    width: 1.3rem;
    height: 1px;
  }
}
.page--recruit .recruit-title span::before {
  left: -2rem;
  transform: translate(-100%, -50%);
}
@media only screen and (max-width: 767px) {
  .page--recruit .recruit-title span::before {
    left: -1rem;
  }
}
.page--recruit .recruit-title span::after {
  right: -2rem;
  transform: translate(100%, -50%);
}
@media only screen and (max-width: 767px) {
  .page--recruit .recruit-title span::after {
    right: -1rem;
  }
}
.page--recruit .article-recruit-intro {
  margin-top: 7rem;
}
@media only screen and (max-width: 767px) {
  .page--recruit .article-recruit-intro {
    margin-top: 3rem;
  }
}
@media only screen and (min-width: 768px) {
  .page--recruit .article-recruit-intro .grid {
    display: flex;
    flex-flow: row-reverse;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 6rem;
  }
}
.page--recruit .article-recruit-intro .img {
  border: 1px solid #fff;
}
@media only screen and (min-width: 768px) {
  .page--recruit .article-recruit-intro .img {
    width: 44%;
  }
}
@media only screen and (max-width: 767px) {
  .page--recruit .article-recruit-intro .img {
    margin-bottom: 3rem;
  }
}
.page--recruit .article-recruit-intro .img img {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .page--recruit .article-recruit-intro .img img {
    height: 24rem;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media only screen and (min-width: 768px) {
  .page--recruit .article-recruit-intro .text {
    flex: 1;
  }
}
.page--recruit .article-recruit-intro .text .title {
  font-size: 4rem;
  line-height: 1.65;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .page--recruit .article-recruit-intro .text .title {
    font-size: 2.4rem;
  }
}
.page--recruit .article-recruit-intro .text .lead {
  margin-top: 4rem;
}
@media only screen and (max-width: 767px) {
  .page--recruit .article-recruit-intro .text .lead {
    margin-top: 1.5rem;
  }
}
.page--recruit .article-recruit-intro .text .lead p {
  letter-spacing: 0.025em;
  line-height: 1.86;
  font-size: 1.5rem;
}
@media only screen and (max-width: 767px) {
  .page--recruit .article-recruit-intro .text .lead p {
    font-size: 1.2rem;
    line-height: 2;
    letter-spacing: 0;
  }
}
.page--recruit .article-demand {
  margin-top: 8rem !important;
}
@media only screen and (max-width: 767px) {
  .page--recruit .article-demand {
    margin-top: 5rem !important;
  }
}
@media only screen and (min-width: 768px) {
  .page--recruit .article-demand .demand-list {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: stretch;
    gap: 2rem;
  }
}
.page--recruit .article-demand .demand-list__item {
  border: 1px solid #fff;
  border-bottom-width: 8px;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .page--recruit .article-demand .demand-list__item {
    height: auto;
    flex: 1;
  }
}
@media only screen and (max-width: 767px) {
  .page--recruit .article-demand .demand-list__item {
    border-bottom-width: 4px;
  }
}
@media only screen and (max-width: 767px) {
  .page--recruit .article-demand .demand-list__item:not(:last-of-type) {
    margin-bottom: 2rem;
  }
}
.page--recruit .article-demand .demand-list__item::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #fff;
  position: absolute;
  bottom: 2px;
  left: 0;
}
.page--recruit .article-demand .demand-list__item .img img {
  width: 100%;
}
.page--recruit .article-demand .demand-list__item .text {
  padding-left: 0.9rem;
  padding-right: 0.9rem;
  padding-bottom: 2rem;
}
.page--recruit .article-demand .demand-list__item .text .title {
  text-align: center;
  font-weight: 500;
  border-bottom: 1px dotted #fff;
  padding-top: 1rem;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}
@media only screen and (min-width: 768px) {
  .page--recruit .article-demand .demand-list__item .text .title {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media only screen and (min-width: 768px) {
  .page--recruit .article-demand .demand-list__item .text .lead {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.page--recruit .article-demand .demand-list__item .text .lead p {
  font-size: 1.5rem;
  line-height: 1.86;
  letter-spacing: 0.025em;
}
@media only screen and (max-width: 767px) {
  .page--recruit .article-demand .demand-list__item .text .lead p {
    font-size: 1.2rem;
    line-height: 2;
  }
}
.page--recruit .article-requirements {
  margin-top: 8rem !important;
}
@media only screen and (max-width: 767px) {
  .page--recruit .article-requirements {
    margin-top: 5rem !important;
  }
}
.page--recruit .article-requirements .requirements-list {
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}
.page--recruit .article-requirements .requirements-list__item:not(:last-of-type) {
  margin-bottom: 2rem;
}
@media only screen and (max-width: 767px) {
  .page--recruit .article-requirements .requirements-list__item:not(:last-of-type) {
    margin-bottom: 1rem;
  }
}
.page--recruit .article-requirements .table-main tbody {
  border-top-color: #A7A7A7;
}
.page--recruit .article-requirements .table-main tbody tr {
  border-bottom-color: #A7A7A7;
}
.page--recruit .article-requirements .table-main tbody tr:first-of-type {
  border-top-color: #A7A7A7;
}
.page--recruit .article-requirements .table-main th, .page--recruit .article-requirements .table-main td {
  padding: 2.1rem 1.8rem;
}
@media only screen and (max-width: 767px) {
  .page--recruit .article-requirements .table-main th, .page--recruit .article-requirements .table-main td {
    padding: 1rem;
  }
}
.page--recruit .article-requirements .table-main th {
  vertical-align: middle;
  width: 17rem;
}
.page--recruit .article-requirements .table-main td {
  background: #fff;
  color: #1e1e1e;
}
.page--recruit .article-requirements dl dt {
  background: #7E7559;
  padding: 2.8rem 4.2rem;
  font-size: 1.8rem;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .page--recruit .article-requirements dl dt {
    font-size: 1.4rem;
    padding: 1rem 1.5rem;
  }
}
.page--recruit .article-requirements dl dt::before, .page--recruit .article-requirements dl dt::after {
  content: "";
  display: block;
  width: 2.4rem;
  height: 2px;
  background: #fff;
  position: absolute;
  top: 50%;
  right: 2.4rem;
  transform: translate(0%, -50%);
}
@media only screen and (max-width: 767px) {
  .page--recruit .article-requirements dl dt::before, .page--recruit .article-requirements dl dt::after {
    width: 1.5rem;
    height: 1px;
    right: 1.5rem;
  }
}
.page--recruit .article-requirements dl dt::after {
  transform: translate(0%, -50%) rotate(90deg);
  transition: 400ms;
}
.page--recruit .article-requirements dl dt.is-active::after {
  transform: translate(0%, -50%) rotate(0);
}
.page--recruit .article-requirements dl dd {
  height: 0px;
  overflow: hidden;
}
.page--recruit .article-requirements dl dd .inner {
  background: #fff;
  padding: 3rem;
  border-radius: 0 0 0.5rem 0.5rem;
}
@media only screen and (max-width: 767px) {
  .page--recruit .article-requirements dl dd .inner {
    padding: 1rem;
    border-radius: 0 0 0.2rem 0.2rem;
  }
}
.page--recruit .article-requirements .btn {
  margin-top: 6rem;
}
@media only screen and (max-width: 767px) {
  .page--recruit .article-requirements .btn {
    margin-top: 3rem;
  }
}
@media only screen and (min-width: 768px) {
  .page--recruit .article-requirements .btn a {
    min-width: 32rem;
    min-height: 8rem;
    display: inline-flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
  }
}

.page--company .company-title {
  text-align: center;
  font-weight: bold;
  font-size: 2.4rem;
  margin-bottom: 2rem;
}
@media only screen and (max-width: 767px) {
  .page--company .company-title {
    font-size: 1.5rem;
  }
}
.page--company .company-title span {
  position: relative;
}
.page--company .company-title span::before, .page--company .company-title span::after {
  content: "";
  display: block;
  width: 2.6rem;
  height: 2px;
  background: #fff;
  position: absolute;
  top: 50%;
}
@media only screen and (max-width: 767px) {
  .page--company .company-title span::before, .page--company .company-title span::after {
    width: 1.3rem;
    height: 1px;
  }
}
.page--company .company-title span::before {
  left: -2rem;
  transform: translate(-100%, -50%);
}
@media only screen and (max-width: 767px) {
  .page--company .company-title span::before {
    left: -1rem;
  }
}
.page--company .company-title span::after {
  right: -2rem;
  transform: translate(100%, -50%);
}
@media only screen and (max-width: 767px) {
  .page--company .company-title span::after {
    right: -1rem;
  }
}
@media only screen and (min-width: 768px) {
  .page--company .article-block .main-title--fade {
    margin-right: calc(50% - 50vw + 3.5rem);
    overflow: hidden;
    padding-bottom: 1.6rem;
  }
}
@media only screen and (max-width: 767px) {
  .page--company .article-block .main-title--fade {
    text-align: center !important;
  }
}
.page--company .article-block .main-title--fade .en {
  position: relative;
}
.page--company .article-block .main-title--fade .en::before {
  content: "";
  display: block;
  width: 150%;
  height: 1px;
  background-image: repeating-linear-gradient(to right, white 0 2px, transparent 2px 4px);
  background-repeat: repeat-x;
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translate(0%, -50%);
}
@media only screen and (max-width: 767px) {
  .page--company .article-block .main-title--fade .en::before {
    display: none;
  }
}
.page--company .article-block .main-title--fade .en span {
  display: inline-block;
}
@media only screen and (min-width: 768px) {
  .page--company .article-block .main-title--fade .en span {
    background: #9A9582;
    padding-right: 6.6rem;
    z-index: 1;
    position: relative;
  }
}
.page--company .article-block .main-title--fade .ja {
  font-weight: 500;
}
.page--company .article-greeting {
  margin-top: 7rem;
}
@media only screen and (max-width: 767px) {
  .page--company .article-greeting {
    margin-top: 3rem;
  }
}
.page--company .article-greeting .area {
  max-width: 91rem;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.5rem;
  line-height: 1.866;
  letter-spacing: 0.025em;
}
.page--company .article-greeting .area p {
  margin: 1.8em 0;
}
@media only screen and (max-width: 767px) {
  .page--company .article-greeting .area p {
    font-size: 1.2rem;
    line-height: 2;
  }
}
.page--company .article-greeting .area p.sign {
  text-align: right;
  letter-spacing: 0.05em;
  margin-top: 3.6rem;
}
@media only screen and (min-width: 768px) {
  .page--company .article-greeting .area p.sign {
    padding-right: 1.6rem;
  }
}
@media only screen and (max-width: 767px) {
  .page--company .article-greeting .area p.sign {
    margin-top: 2rem;
  }
}
.page--company .article-greeting .area p.sign .position {
  font-size: 1.8rem;
  margin-right: 1.5rem;
}
@media only screen and (max-width: 767px) {
  .page--company .article-greeting .area p.sign .position {
    font-size: 1.2rem;
  }
}
.page--company .article-greeting .area p.sign .name {
  font-size: 2.2rem;
}
@media only screen and (max-width: 767px) {
  .page--company .article-greeting .area p.sign .name {
    font-size: 1.5rem;
  }
}
.page--company .article-greeting .area ul {
  margin-top: -1.8em;
}
@media only screen and (max-width: 767px) {
  .page--company .article-greeting .area ul {
    font-size: 1.2rem;
  }
}
.page--company .article-greeting .area ul li {
  padding-left: 1em;
  position: relative;
}
.page--company .article-greeting .area ul li::before {
  content: "・";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
@media only screen and (min-width: 768px) {
  .page--company .article-staff .staff-list {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: stretch;
    gap: 2rem;
  }
}
.page--company .article-staff .staff-list__item {
  border: 1px solid #fff;
  border-bottom-width: 8px;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .page--company .article-staff .staff-list__item {
    height: auto;
    flex: 1;
  }
}
@media only screen and (max-width: 767px) {
  .page--company .article-staff .staff-list__item {
    border-bottom-width: 4px;
  }
}
@media only screen and (max-width: 767px) {
  .page--company .article-staff .staff-list__item:not(:last-of-type) {
    margin-bottom: 2rem;
  }
}
.page--company .article-staff .staff-list__item::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #fff;
  position: absolute;
  bottom: 2px;
  left: 0;
}
.page--company .article-staff .staff-list__item .img img {
  width: 100%;
}
.page--company .article-staff .staff-list__item .text {
  padding-top: 1.6rem;
  padding-bottom: 2rem;
  text-align: center;
  letter-spacing: 0.05em;
}
.page--company .article-staff .staff-list__item .text .position {
  font-size: 1.5rem;
}
.page--company .article-staff .staff-list__item .text .name {
  font-weight: 500;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1;
}
.page--company .article-staff .staff-list__item .text .en {
  font-size: 1.4rem;
  display: block;
  margin-top: 0.5em;
}
@media only screen and (min-width: 768px) {
  .page--company .article-staff .staff-list__item .text .lead {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.page--company .article-staff .staff-list__item .text .lead p {
  font-size: 1.5rem;
  line-height: 1.86;
  letter-spacing: 0.025em;
}
@media only screen and (max-width: 767px) {
  .page--company .article-staff .staff-list__item .text .lead p {
    font-size: 1.2rem;
    line-height: 2;
  }
}
.page--company .article-info .table-main {
  font-size: 1.6rem;
}
@media only screen and (max-width: 767px) {
  .page--company .article-info .table-main {
    font-size: 1.2rem;
  }
}
.page--company .article-info .table-main a {
  text-decoration: none;
}
.page--company .article-access .iframe {
  position: relative;
  padding-top: 30%;
}
@media only screen and (max-width: 767px) {
  .page--company .article-access .iframe {
    padding-top: 56.25%;
  }
}
.page--company .article-access .iframe iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.page--company .article-access .iframe::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  mix-blend-mode: color;
  z-index: 9;
  pointer-events: none;
}
.page--company .article-access .btns {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: center;
  gap: 4rem;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 8rem;
}
@media only screen and (max-width: 767px) {
  .page--company .article-access .btns {
    gap: 1rem;
    margin-top: 4rem;
  }
}
.page--company .article-access .btns .btn {
  flex: 1;
}
.page--company .article-access .btns .btn a {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  background-color: transparent;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  min-height: 15rem;
  width: 100%;
  position: relative;
  border: none;
  color: #5C4D20 !important;
}
@media only screen and (min-width: 768px) {
  .page--company .article-access .btns .btn a:hover::after {
    opacity: 0;
  }
}
@media only screen and (max-width: 767px) {
  .page--company .article-access .btns .btn a {
    min-width: auto;
    min-height: 7rem;
  }
}
.page--company .article-access .btns .btn a::before, .page--company .article-access .btns .btn a::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #9B9684;
  mix-blend-mode: screen;
  position: absolute;
  top: 0;
  left: 0;
}
@media only screen and (min-width: 768px) {
  .page--company .article-access .btns .btn a::after {
    transition: 400ms;
  }
}
.page--company .article-access .btns .btn a::before {
  border: 1px solid #fff;
}
.page--company .article-access .btns .btn a span {
  position: relative;
  z-index: 9;
}
.page--company .article-access .btns .btn.service a {
  background-image: url(../img/company/company-bg01.webp);
}
.page--company .article-access .btns .btn.works a {
  background-image: url(../img/company/company-bg02.webp);
}

.form input[type=text],
.form input[type=tel],
.form input[type=email],
.form input[type=date] {
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  background: none;
  font-family: inherit;
  font-size: 1em;
  background: #E6E2D3;
  border-radius: 0.5rem;
  padding: 1.4rem;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .form input[type=text],
.form input[type=tel],
.form input[type=email],
.form input[type=date] {
    font-size: 16px;
    border-radius: 0.3rem;
  }
}
.form input[type=text]::-moz-placeholder, .form input[type=tel]::-moz-placeholder, .form input[type=email]::-moz-placeholder, .form input[type=date]::-moz-placeholder {
  color: #B7B2A0;
  font-size: 1.5rem;
  font-weight: 500;
}
.form input[type=text]::placeholder,
.form input[type=tel]::placeholder,
.form input[type=email]::placeholder,
.form input[type=date]::placeholder {
  color: #B7B2A0;
  font-size: 1.5rem;
  font-weight: 500;
}
.form input[type=text]:valid,
.form input[type=tel]:valid,
.form input[type=email]:valid,
.form input[type=date]:valid {
  color: #B7B2A0;
}
.form input[type=text].is-value,
.form input[type=tel].is-value,
.form input[type=email].is-value,
.form input[type=date].is-value {
  color: #1e1e1e;
}
.form input[type=radio] {
  display: none;
}
.form input[type=checkbox] {
  display: none;
}
.form select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: none;
  background: transparent;
  border-radius: 0;
  font-family: inherit;
  font-size: 1em;
  background: #E6E2D3;
  border-radius: 0.5rem;
  padding: 1.4rem;
  width: 100%;
  line-height: 1.55;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12.81' height='7.112' viewBox='0 0 12.81 7.112'%3E%3Cpath id='パス_13527' data-name='パス 13527' d='M8451.318,1340.864l-6.405-6.405.707-.707,5.7,5.7,5.7-5.7.707.707Z' transform='translate(-8444.913 -1333.752)' fill='%23707070'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: 95% 50%;
  background-size: 1.28rem;
  color: #B7B2A0;
}
@media only screen and (max-width: 767px) {
  .form select {
    border-radius: 0.3rem;
    font-size: 1.4rem;
  }
}
.form select.is-value {
  color: #1e1e1e;
}
@media only screen and (max-width: 767px) {
  .form select.is-value {
    font-size: 16px;
  }
}
.form textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  resize: none;
  padding: 0;
  border: 0;
  outline: none;
  background: transparent;
  border-radius: 0;
  font-family: inherit;
  font-size: 1em;
  background: #E6E2D3;
  border-radius: 0.5rem;
  padding: 1.4rem;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .form textarea {
    height: 28rem;
  }
}
@media only screen and (max-width: 767px) {
  .form textarea {
    font-size: 16px;
  }
}
.form textarea::-moz-placeholder {
  color: #B7B2A0;
  font-size: 1.5rem;
  font-weight: 500;
}
.form textarea::placeholder {
  color: #B7B2A0;
  font-size: 1.5rem;
  font-weight: 500;
}
.form :not(.btn) button,
.form :not(.btn) input[type=submit] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  border: none;
  outline: none;
  background: transparent;
  border-radius: 0;
  font-family: inherit;
  font-size: 1em;
  color: inherit;
}
.form .checkbox input[type=checkbox] + span {
  position: relative;
  padding-left: 2.4rem;
  display: inline-block;
  margin-right: 3rem;
}
@media only screen and (max-width: 767px) {
  .form .checkbox input[type=checkbox] + span {
    padding-left: 2rem;
    margin-right: 1.5rem;
  }
}
.form .checkbox input[type=checkbox] + span::before {
  content: "";
  display: inline-block;
  width: 1.6rem;
  height: 1.6rem;
  background-color: #fff;
  border: 1px solid #707070;
  border-radius: 0.2rem;
  position: absolute;
  top: 0.65rem;
  left: 0;
}
.form .checkbox input[type=checkbox] + span::after {
  content: "";
  display: block;
  width: 0.6rem;
  height: 1rem;
  border-right: 0.2rem solid #fff;
  border-bottom: 0.2rem solid #fff;
  position: absolute;
  top: 0.8rem;
  left: 0.5rem;
  transform: rotate(45deg);
}
.form .checkbox input[type=checkbox]:checked + span::before {
  background: #91B53E;
  border-color: #91B53E;
}

.page--contact .breadcrumb-wrap {
  margin-bottom: 6rem;
  z-index: 9;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .page--contact .breadcrumb-wrap {
    margin-bottom: 2rem;
  }
}
.page--contact .form-contact {
  font-size: 1.5rem;
  padding-top: 2.5rem;
}
@media only screen and (max-width: 767px) {
  .page--contact .form-contact {
    font-size: 1.2rem;
    line-height: 2.4;
  }
}
.page--contact .form-contact-list {
  margin-bottom: 2.4rem;
}
.page--contact .form-contact-list.checkbox-first {
  margin-bottom: 5.2rem;
}
@media only screen and (max-width: 767px) {
  .page--contact .form-contact-list.checkbox-first {
    margin-bottom: 2rem;
  }
}
.page--contact .form-contact-list-label {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: center;
  gap: 1.4rem;
  margin-bottom: 1.1rem;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 767px) {
  .page--contact .form-contact-list-label {
    margin-bottom: 0.5rem;
  }
}
.page--contact .form-contact-list-label.required::after {
  content: "必須";
  display: block;
  font-size: 1.2rem;
  background: #91B53E;
  width: 4rem;
  height: 2rem;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  line-height: 1;
  padding-bottom: 0.1rem;
}
@media only screen and (min-width: 768px) {
  .page--contact .form-contact-list-data.tel {
    width: 28rem;
  }
}
.page--contact .form-contact-list-data.double {
  display: flex;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  gap: 1rem;
}
.page--contact .form-contact-list-data.column {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: stretch;
  gap: 1rem;
}
@media only screen and (min-width: 768px) {
  .page--contact .form-contact-list-data.column > * {
    width: 37.3%;
  }
}
@media only screen and (max-width: 767px) {
  .page--contact .form-contact-list-data.column > * {
    width: 45%;
  }
}
@media only screen and (max-width: 767px) {
  .page--contact .form-contact-list-data .calendar {
    background: #E6E2D3;
    padding: 1.4rem;
    border-radius: 0.3rem;
  }
}
@media only screen and (max-width: 767px) {
  .page--contact .form-contact-list-data .calendar input {
    padding: 0;
    display: block;
    background: transparent;
  }
  @supports (-webkit-touch-callout: none) {
    .page--contact .form-contact-list-data .calendar input {
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21' height='22.525' viewBox='0 0 21 22.525'%3E%3Cg id='グループ_49441' data-name='グループ 49441' transform='translate(-449.1 -1333)'%3E%3Cg id='グループ_49440' data-name='グループ 49440' transform='translate(-12.9 1)'%3E%3Cg id='長方形_22233' data-name='長方形 22233' transform='translate(462 1334)' fill='none' stroke='%231e1e1e' stroke-width='2'%3E%3Crect width='21' height='20.525' rx='2' stroke='none'/%3E%3Crect x='1' y='1' width='19' height='18.525' rx='1' fill='none'/%3E%3C/g%3E%3Cpath id='長方形_22234' data-name='長方形 22234' d='M2,0H19a2,2,0,0,1,2,2V5a0,0,0,0,1,0,0H0A0,0,0,0,1,0,5V2A2,2,0,0,1,2,0Z' transform='translate(462 1334)' fill='%231e1e1e'/%3E%3C/g%3E%3Crect id='長方形_22235' data-name='長方形 22235' width='2' height='4' transform='translate(452.5 1333)' fill='%231e1e1e'/%3E%3Crect id='長方形_22236' data-name='長方形 22236' width='2' height='4' transform='translate(464.6 1333)' fill='%231e1e1e'/%3E%3C/g%3E%3C/svg%3E%0A");
      background-repeat: no-repeat;
      background-position: 100% 50%;
      background-size: 1.6rem;
      margin-left: -2rem;
    }
  }
}
@media only screen and (max-width: 767px) {
  .page--contact .form-contact-list-data .times {
    background: #E6E2D3;
    padding: 1.4rem;
    border-radius: 0.3rem;
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: center;
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .page--contact .form-contact-list-data .times > span {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .page--contact .form-contact-list-data .times select {
    padding: 0;
    display: block;
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .page--contact .form-contact-list.trigger {
    margin-top: 3.6rem;
    margin-bottom: 3.4rem;
  }
}
.page--contact .form-contact .agree {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
}
.page--contact .form-contact .agree a {
  border-bottom: 0.1rem solid #707070;
  padding-bottom: 0.2rem;
}
@media only screen and (min-width: 768px) {
  .page--contact .form-contact .agree a {
    transition: 200ms;
  }
  .page--contact .form-contact .agree a:hover {
    border-bottom-color: transparent;
    opacity: 0.5;
  }
}
.page--contact .form-contact .agree input[type=checkbox] + span {
  position: relative;
  padding-left: 2.4rem;
  display: inline-block;
  margin-right: 1rem;
  min-height: 2.2rem;
  min-height: 2.2rem;
  cursor: pointer;
}
.page--contact .form-contact .agree input[type=checkbox] + span::before {
  content: "";
  display: inline-block;
  width: 2.1rem;
  height: 2.1rem;
  background-color: #fff;
  border: 1px solid #000;
  position: absolute;
  top: 0.65rem;
  left: 0;
}
.page--contact .form-contact .agree input[type=checkbox] + span::after {
  content: "";
  display: block;
  width: 0.7rem;
  height: 1.2rem;
  border-right: 0.2rem solid #fff;
  border-bottom: 0.2rem solid #fff;
  position: absolute;
  top: 0.9rem;
  left: 0.7rem;
  transform: rotate(45deg);
}
.page--contact .form-contact .agree input[type=checkbox]:checked + span::before {
  background: #91B53E;
  border-color: #91B53E;
}
.page--contact .form-contact .btn {
  text-align: center;
  margin-top: 6.2rem;
}
@media only screen and (max-width: 767px) {
  .page--contact .form-contact .btn {
    margin-top: 3rem;
  }
}
.page--contact .form-contact .btn input {
  background: #91B53E;
  color: #fff;
  font-weight: 500;
  border-color: transparent;
}
@media only screen and (min-width: 768px) {
  .page--contact .form-contact .btn input {
    font-size: 1.8rem;
    width: 27rem;
    height: 7rem;
  }
  .page--contact .form-contact .btn input:hover {
    background: #7E7559;
  }
}
.page--contact .article-contact {
  margin-top: 6rem;
}
@media only screen and (max-width: 767px) {
  .page--contact .article-contact {
    margin-top: 0;
    padding-top: 3rem;
    overflow: hidden;
  }
}
.page--contact .article-contact .lead {
  font-size: 1.5rem;
  letter-spacing: 0.05em;
  line-height: 2;
}
@media only screen and (max-width: 767px) {
  .page--contact .article-contact .lead {
    font-size: 1.2rem;
  }
}

.wpcf7 .screen-reader-response {
  position: absolute;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  width: 1px;
  margin: 0;
  padding: 0;
  border: 0;
}

.wpcf7-not-valid-tip {
  color: #ffb900;
  font-size: 1em;
  font-weight: normal;
  display: inline-block;
}

.wpcf7-response-output {
  margin: 2em 0.5em 1em;
  padding: 0.2em 1em;
  border-color: #ffb900;
  text-align: center;
}

.page--privacy .article-privacy {
  margin-top: 6rem;
}
@media only screen and (max-width: 767px) {
  .page--privacy .article-privacy {
    margin-top: 0;
    padding-top: 5.8rem;
    overflow: hidden;
  }
}
.page--privacy .privacy-block {
  position: relative;
  margin-bottom: 2.4rem;
  padding-bottom: 2.4rem;
}
.page--privacy .privacy-block h2 {
  font-size: 2.2rem;
  font-weight: 500;
  margin-bottom: 0.5rem;
}
@media only screen and (max-width: 767px) {
  .page--privacy .privacy-block h2 {
    font-size: 1.6rem;
  }
}
.page--privacy .privacy-block p {
  font-size: 1.4rem;
  line-height: 2;
}
@media only screen and (max-width: 767px) {
  .page--privacy .privacy-block p {
    font-size: 1.2rem;
  }
}
.page--privacy .privacy-block ul {
  font-size: 1.4rem;
}
@media only screen and (max-width: 767px) {
  .page--privacy .privacy-block ul {
    font-size: 1.2rem;
  }
}
.page--privacy .privacy-block ul li {
  padding-left: 1em;
  position: relative;
}
.page--privacy .privacy-block ul li::before {
  content: "・";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.page--privacy .privacy-block ol {
  padding-left: 1em;
  font-size: 1.4rem;
}
@media only screen and (max-width: 767px) {
  .page--privacy .privacy-block ol {
    font-size: 1.2rem;
  }
}
.page--privacy .privacy-block ol li {
  counter-increment: privacy-ol;
  position: relative;
  padding-left: 1.5em;
}
.page--privacy .privacy-block ol li::before {
  content: "(" counter(privacy-ol) ")";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
@media only screen and (max-width: 767px) {
  .page--privacy .privacy-block {
    border-bottom: 1px dashed #fff;
  }
}
.page--privacy .privacy-block::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-image: repeating-linear-gradient(to right, white 0 2px, transparent 2px 4px);
  background-repeat: repeat-x;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media only screen and (max-width: 767px) {
  .page--privacy .privacy-block::before {
    display: none;
  }
}

.page--sitemap .article-sitemap {
  margin-top: 6rem;
}
@media only screen and (max-width: 767px) {
  .page--sitemap .article-sitemap {
    margin-top: 0;
    padding-top: 5.8rem;
    overflow: hidden;
  }
}
@media only screen and (min-width: 768px) {
  .page--sitemap .sitemap-nav a {
    transition: 200ms;
  }
  .page--sitemap .sitemap-nav a:hover {
    opacity: 0.5;
  }
}
.page--sitemap .sitemap-nav-item:not(:last-of-type) {
  margin-bottom: 2rem;
}
@media only screen and (max-width: 767px) {
  .page--sitemap .sitemap-nav-item:not(:last-of-type) {
    margin-bottom: 1rem;
  }
}
.page--sitemap .sitemap-nav-item > a {
  display: block;
  background: #A7A291;
  min-height: 6.5rem;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: center;
  padding: 1rem 3rem;
  font-size: 2rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='7.308' height='12.782' viewBox='0 0 7.308 12.782'%3E%3Cpath id='Icon_ionic-ios-arrow-forward' data-name='Icon ionic-ios-arrow-forward' d='M5.105,6.388.268,1.555a.91.91,0,0,1,0-1.29.921.921,0,0,1,1.294,0l5.48,5.476A.912.912,0,0,1,7.069,7l-5.5,5.514a.914.914,0,0,1-1.294-1.29Z' fill='%23fff'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: 95% 50%;
  background-size: 0.73rem;
}
@media only screen and (max-width: 767px) {
  .page--sitemap .sitemap-nav-item > a {
    font-size: 1.4rem;
    min-height: 5rem;
    padding: 1rem 1.5rem;
    background-size: 0.45rem;
  }
}
.page--sitemap .sub-nav {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: center;
  gap: 10rem;
}
@media only screen and (min-width: 768px) {
  .page--sitemap .sub-nav {
    margin-top: -0.5rem;
    margin-bottom: 3rem;
  }
}
@media only screen and (max-width: 767px) {
  .page--sitemap .sub-nav {
    margin-bottom: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .page--sitemap .sub-nav {
    gap: 3rem;
  }
}
.page--sitemap .sub-nav-item a {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: center;
  gap: 0.8rem;
  font-size: 1.5rem;
}
@media only screen and (max-width: 767px) {
  .page--sitemap .sub-nav-item a {
    font-size: 1.2rem;
  }
}
.page--sitemap .sub-nav-item a::before {
  content: "";
  display: block;
  width: 2.3rem;
  height: 2.3rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='23' height='23' viewBox='0 0 23 23'%3E%3Cg id='グループ_48717' data-name='グループ 48717' transform='translate(-198.41 -855.172)'%3E%3Ccircle id='楕円形_376' data-name='楕円形 376' cx='11.5' cy='11.5' r='11.5' transform='translate(198.41 855.172)' fill='%235c4d20'/%3E%3Cpath id='Icon_ionic-ios-arrow-forward' data-name='Icon ionic-ios-arrow-forward' d='M3.623,4.534.19,1.1a.645.645,0,0,1,0-.916.654.654,0,0,1,.918,0L5,4.075a.647.647,0,0,1,.019.894L1.111,8.882a.648.648,0,0,1-.918-.916Z' transform='translate(207.927 862.137)' fill='%23fff'/%3E%3C/g%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
@media only screen and (max-width: 767px) {
  .page--sitemap .sub-nav-item a::before {
    width: 1.8rem;
    height: 1.8rem;
  }
}

.section-cta {
  padding-top: 9.6rem;
  padding-bottom: 13.4rem;
  border-top: 1px dashed #fff;
}
@media only screen and (max-width: 767px) {
  .section-cta {
    padding-top: 6.6rem;
    padding-bottom: 9.6rem;
  }
}
.section-cta .text {
  text-align: center;
  margin-top: 3.4rem;
}
@media only screen and (max-width: 767px) {
  .section-cta .text {
    margin-top: 2.4rem;
  }
}
.section-cta .title {
  font-size: 2.4rem;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .section-cta .title {
    font-size: 1.5rem;
  }
}
.section-cta .lead {
  font-size: 1.8rem;
}
@media only screen and (max-width: 767px) {
  .section-cta .lead {
    font-size: 1.2rem;
  }
}
.section-cta .contact-box {
  border: 1px solid #fff;
  margin-left: auto;
  margin-right: auto;
  margin-top: 4.3rem;
}
@media only screen and (min-width: 768px) {
  .section-cta .contact-box {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: stretch;
    max-width: 75.8rem;
  }
}
@media only screen and (max-width: 767px) {
  .section-cta .contact-box {
    margin-top: 1.8rem;
  }
}
.section-cta .contact-box__item {
  display: flex;
  flex-flow: row wrap;
  justify-content: stretch;
  align-items: stretch;
  flex: 1;
}
@media only screen and (min-width: 768px) {
  .section-cta .contact-box__item:not(:last-of-type) {
    border-right: 1px solid #fff;
  }
}
@media only screen and (max-width: 767px) {
  .section-cta .contact-box__item:not(:last-of-type) {
    border-bottom: 1px solid #fff;
  }
}
.section-cta .contact-box__item a {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 20.7rem;
  position: relative;
  z-index: 0;
}
@media only screen and (max-width: 767px) {
  .section-cta .contact-box__item a {
    min-height: 10.1rem;
  }
}
.section-cta .contact-box__item a::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #7E7559;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  transition: 200ms;
}
@media only screen and (min-width: 768px) {
  .section-cta .contact-box__item a:hover::before {
    opacity: 0.7;
  }
}
.section-cta .contact-box__item span.inner {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  gap: 1.2rem;
}
.section-cta .contact-box__item span.inner img {
  width: 20.7rem;
  display: block;
}
.section-cta .contact-box__item span.inner::before {
  content: "";
  display: block;
  width: 4rem;
  height: 4rem;
  background-image: url(../img/common/icon-tel.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 4rem;
}
@media only screen and (max-width: 767px) {
  .section-cta .contact-box__item span.inner::before {
    width: 3rem;
    height: 3rem;
    background-size: 3rem;
  }
}
.section-cta .contact-box__item.tel .num {
  font-size: 3.4rem;
}
.section-cta .contact-box__item.tel .opening {
  font-size: 1.4rem;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .section-cta .contact-box__item.tel .opening {
    font-size: 1.2rem;
    margin-top: 5px;
  }
}
.section-cta .contact-box__item.mail span {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.3;
}
@media only screen and (max-width: 767px) {
  .section-cta .contact-box__item.mail span {
    font-size: 1.9rem;
  }
}
.section-cta .contact-box__item.mail span.inner {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  gap: 1.8rem;
}
@media only screen and (max-width: 767px) {
  .section-cta .contact-box__item.mail span.inner {
    gap: 1.1rem;
  }
}
.section-cta .contact-box__item.mail span.inner::before {
  content: "";
  display: block;
  width: 5rem;
  height: 5rem;
  background-image: url(../img/common/icon-mail.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 5rem;
}
@media only screen and (max-width: 767px) {
  .section-cta .contact-box__item.mail span.inner::before {
    width: 3.2rem;
    height: 3.2rem;
    background-size: 3.2rem;
  }
}

.entry {
  letter-spacing: 0.05em;
  line-height: 2.15;
  font-size: 1.6rem;
}
@media only screen and (max-width: 767px) {
  .entry {
    font-size: 1.2rem;
    line-height: 2;
  }
}
.entry.post-news-entry, .entry.post-news-entry--top {
  font-size: 1.5rem;
}
@media only screen and (max-width: 767px) {
  .entry.post-news-entry, .entry.post-news-entry--top {
    font-size: 1.2rem;
  }
}
.entry.small > *:first-child {
  margin-top: -2em;
}
.entry h1, .entry h2, .entry h3, .entry h4, .entry h5, .entry h6 {
  font-weight: bold;
}
.entry small {
  font-size: 0.935em;
}
.entry img {
  display: block;
}
.entry a {
  text-decoration: underline;
  color: var(--themeColor);
}
@media only screen and (min-width: 768px) {
  .entry a:hover {
    text-decoration: none;
  }
}
.entry strong.bold {
  border-bottom: 4px solid #FFD800;
}
.entry ul {
  padding-left: 1em;
}
.entry ul li:not(:last-of-type) {
  margin-bottom: 0.2rem;
}
.entry ul li::before {
  margin-left: -1em;
  display: inline-block;
  content: "・";
}
.entry ul.color {
  padding-left: 1.5em;
}
.entry ul.color li:not(:last-of-type) {
  margin-bottom: 1.6rem;
}
.entry ul.color li::before {
  margin-left: -1.5em;
  display: inline-block;
  content: "";
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 50vw;
  background: #91B53E;
  margin-right: 1.5rem;
}
.entry ol {
  padding-left: 1.5em;
}
.entry ol li {
  counter-increment: entry-ol;
}
.entry ol li:not(:last-of-type) {
  margin-bottom: 0.2rem;
}
.entry ol li::before {
  text-indent: -1.5em;
  display: inline-block;
  content: counter(entry-ol);
  font-size: 1em;
  color: var(--themeColor);
  font-weight: 700;
}
.entry ol.def li::before {
  color: #333;
  font-weight: normal;
}

.table-main,
.entry table {
  width: 100%;
  border-collapse: collapse;
  font-size: 1.5rem;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .table-main,
.entry table {
    display: block;
    overflow: auto;
    width: 100%;
    font-size: 1.2rem;
  }
}
.table-main.bg-none tbody tr,
.entry table.bg-none tbody tr {
  background: none !important;
}
@media only screen and (min-width: 768px) {
  .table-main.fixed,
.entry table.fixed {
    table-layout: fixed;
  }
}
.table-main.fixed tr > *:first-child,
.entry table.fixed tr > *:first-child {
  width: 13.8rem;
}
.table-main.equal tr > *:first-child,
.entry table.equal tr > *:first-child {
  width: auto;
}
.table-main.sp-nowrap,
.entry table.sp-nowrap {
  min-width: 24rem;
}
@media only screen and (max-width: 767px) {
  .table-main.sp-nowrap,
.entry table.sp-nowrap {
    white-space: nowrap;
  }
}
@media only screen and (max-width: 767px) {
  .table-main.sp-nowrap tbody td,
.entry table.sp-nowrap tbody td {
    min-width: auto;
  }
}
.table-main thead tr,
.entry table thead tr {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.table-main thead th,
.entry table thead th {
  text-align: left;
  padding: 2.4rem 1.8rem;
  background: #5C4D20;
  color: #fff;
  vertical-align: top;
}
@media only screen and (max-width: 767px) {
  .table-main thead th,
.entry table thead th {
    padding: 1rem;
  }
}
.table-main thead + tbody,
.entry table thead + tbody {
  border-top: none;
}
@media only screen and (max-width: 767px) {
  .table-main thead + tbody,
.entry table thead + tbody {
    display: table-row-group;
  }
}
.table-main tbody,
.entry table tbody {
  border-top: 1px solid #fff;
}
@media only screen and (max-width: 767px) {
  .table-main tbody,
.entry table tbody {
    border-width: 1.5px;
    display: table;
    width: 100%;
  }
}
.table-main tbody tr,
.entry table tbody tr {
  border-bottom: 1px solid #fff;
}
@media only screen and (max-width: 767px) {
  .table-main tbody tr:last-child,
.entry table tbody tr:last-child {
    border-width: 1.5px;
  }
}
.table-main tbody th,
.entry table tbody th {
  vertical-align: top;
  text-align: left;
  padding: 2.4rem 1.8rem;
  background: #5C4D20;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .table-main tbody th,
.entry table tbody th {
    width: 23rem;
  }
}
@media only screen and (max-width: 767px) {
  .table-main tbody th,
.entry table tbody th {
    padding: 1rem;
    white-space: nowrap;
    max-width: 50%;
  }
}
.table-main tbody td,
.entry table tbody td {
  padding: 2.4rem 1.8rem;
  vertical-align: top;
  background: #A7A291;
}
@media only screen and (max-width: 767px) {
  .table-main tbody td,
.entry table tbody td {
    padding: 1rem;
    min-width: 18rem;
  }
}
@media only screen and (max-width: 767px) {
  .table-main tbody td:last-of-type,
.entry table tbody td:last-of-type {
    width: 100%;
  }
}
.table-main tbody td > *:first-child,
.entry table tbody td > *:first-child {
  margin-top: 0;
}
.table-main tbody td > *:last-child,
.entry table tbody td > *:last-child {
  margin-bottom: 0;
}
.table-main tbody td a,
.entry table tbody td a {
  text-decoration: underline;
}
@media only screen and (min-width: 768px) {
  .table-main tbody td a:hover,
.entry table tbody td a:hover {
    text-decoration: none;
  }
}
.table-main tbody td ul,
.entry table tbody td ul {
  padding-left: 1em;
}
.table-main tbody td ul li,
.entry table tbody td ul li {
  padding-left: 0;
}
.table-main tbody td ul li::before,
.entry table tbody td ul li::before {
  content: "・";
  display: inline-block;
  text-indent: -1em;
  margin-left: 0;
  width: auto;
  height: auto;
  border-radius: 50vw;
  background: none;
  margin-right: 0;
}

.post-page-entry > * {
  margin: 2.4rem 0;
}
@media only screen and (max-width: 767px) {
  .post-page-entry > * {
    margin: 1.6rem 0;
  }
}
.post-page-entry > *:first-child {
  margin-top: 0;
}
.post-page-entry > *:last-child {
  margin-bottom: 0;
}
.post-page-entry .headline-2,
.post-page-entry .entry h2 {
  margin: 4.8rem 0 2.4rem;
}
@media only screen and (max-width: 767px) {
  .post-page-entry .headline-2,
.post-page-entry .entry h2 {
    margin: 3.6rem 0 1.6rem;
  }
}
.post-page-entry .headline-2 + *,
.post-page-entry .entry h2 + * {
  margin-top: 0 !important;
}
.post-page-entry .headline-1,
.post-page-entry .entry h1 {
  margin: 4.8rem 0 2.4rem;
}
@media only screen and (max-width: 767px) {
  .post-page-entry .headline-1,
.post-page-entry .entry h1 {
    margin: 3.6rem 0 1.6rem;
  }
}
.post-page-entry .headline-1 + *,
.post-page-entry .entry h1 + * {
  margin-top: 0 !important;
}
.post-page-entry .headline-3,
.post-page-entry .entry h3 {
  margin: 4.8rem 0 2.4rem;
}
@media only screen and (max-width: 767px) {
  .post-page-entry .headline-3,
.post-page-entry .entry h3 {
    margin-bottom: 1.6rem;
  }
}
.post-page-entry .headline-3 + *,
.post-page-entry .entry h3 + * {
  margin-top: 0 !important;
}
.post-page-entry .headline-2 + .headline-3 {
  margin: 2.4rem 0;
}
.post-page-entry .headline-4,
.post-page-entry .entry h4 {
  margin: 2.5em 0 0.5em;
}
@media only screen and (max-width: 767px) {
  .post-page-entry .headline-4,
.post-page-entry .entry h4 {
    margin-bottom: 1.6rem;
  }
}
.post-page-entry .headline-4 + *,
.post-page-entry .entry h4 + * {
  margin-top: 0 !important;
}
.post-page-entry .headline-5,
.post-page-entry .entry h5 {
  margin: 2em 0 0.5em;
}
.post-page-entry .headline-5 + *,
.post-page-entry .entry h5 + * {
  margin-top: 0 !important;
}
.post-page-entry .headline-6,
.post-page-entry .entry h6 {
  margin: 1em 0 0.5em;
}
.post-page-entry .headline-6 + *,
.post-page-entry .entry h6 + * {
  margin-top: 0 !important;
}

.post-page-entry {
  margin-top: 7rem;
}
@media only screen and (max-width: 767px) {
  .post-page-entry {
    margin-top: 3rem;
  }
}

.page-default {
  margin-top: 6.9rem;
}
@media only screen and (max-width: 767px) {
  .page-default {
    margin-top: 3rem;
  }
}
.page-default .default-list li {
  border-bottom: 1px dashed #fff;
  padding-bottom: 1.5rem;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 2rem;
}
@media only screen and (max-width: 767px) {
  .page-default .default-list li {
    gap: 1rem;
  }
}
.page-default .default-list li time {
  width: 8.5rem;
  display: block;
}
.page-default .default-list li .tag {
  min-height: 2.5rem;
  min-width: 6rem;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  color: #5C4D20;
  font-size: 1.2rem;
  background: #fff;
  font-weight: bold;
  border: 1px solid #fff;
  padding: 0 0.5rem 0.1rem;
}
@media only screen and (max-width: 767px) {
  .page-default .default-list li .tag {
    font-size: 1rem;
    min-height: 2rem;
    min-width: 4.5rem;
    padding: 0 0.3rem;
  }
}
.page-default .default-list li a {
  flex: 1;
}
@media only screen and (min-width: 768px) {
  .page-default .default-list li a:hover {
    text-decoration: underline;
  }
}
.page-default .default-list li:not(:last-of-type) {
  margin-bottom: 1.5rem;
}

.page--top .section-top-fv {
  position: relative;
}
@media only screen and (min-width: 768px) {
  .page--top .section-top-fv {
    padding-bottom: 9.2%;
  }
}
.page--top .section-top-fv .text {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 9;
}
@media only screen and (min-width: 768px) {
  .page--top .section-top-fv .text {
    padding-left: 6.3%;
  }
}
@media only screen and (max-width: 767px) {
  .page--top .section-top-fv .text {
    bottom: 1.5rem;
    width: 100%;
  }
}
.page--top .section-top-fv .text .ja {
  font-size: 2.2rem;
  letter-spacing: 0.05em;
  line-height: 2.1;
}
@media only screen and (min-width: 768px) {
  .page--top .section-top-fv .text .ja {
    font-size: 1.83vw;
    padding-left: 1%;
  }
}
@media only screen and (max-width: 767px) {
  .page--top .section-top-fv .text .ja {
    font-size: 1.4rem;
    text-align: center;
  }
}
.page--top .section-top-fv .text .en {
  font-size: 14rem;
  color: #91B53E;
  letter-spacing: 0;
  line-height: 1;
  display: block;
}
@media only screen and (min-width: 768px) {
  .page--top .section-top-fv .text .en {
    font-size: 11.67vw;
    margin-top: 1.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .page--top .section-top-fv .text .en {
    font-size: 5.4rem;
    text-align: center;
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .page--top .section-top-fv .text .lead {
    margin-top: 1.3rem;
  }
}
@media only screen and (max-width: 767px) {
  .page--top .section-top-fv .text .lead {
    margin-bottom: 1rem;
  }
}
.page--top .section-top-fv .text .lead p {
  font-size: 1.2rem;
  letter-spacing: 0;
}
@media only screen and (min-width: 768px) {
  .page--top .section-top-fv .text .lead p {
    font-size: 1vw;
    padding-left: 1%;
  }
}
@media only screen and (max-width: 767px) {
  .page--top .section-top-fv .text .lead p {
    font-size: 1rem;
    text-align: center;
  }
}
@media only screen and (min-width: 768px) {
  .page--top .section-top-fv .text .lead p span:not(:last-of-type) {
    margin-right: 1em;
  }
}
@media only screen and (max-width: 767px) {
  .page--top .section-top-fv .text .lead p span {
    display: block;
    line-height: 1.5;
  }
}
.page--top .section-top-fv-slide {
  border: 1px solid #fff;
  margin-right: 0;
}
@media only screen and (min-width: 768px) {
  .page--top .section-top-fv-slide {
    width: 73.2%;
  }
}
.page--top .section-top-fv-slide img {
  width: 100%;
  transform: scale(1.05);
  transition: 5000ms linear;
}
.page--top .section-top-fv-slide .swiper-slide-active img {
  transform: scale(1);
}
.page--top .section-top-about {
  padding-top: 11rem;
  padding-bottom: 5rem;
  position: relative;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .page--top .section-top-about {
    margin-left: -3.5rem;
    margin-right: -3.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .page--top .section-top-about {
    padding-top: 5rem;
    padding-bottom: 6.5rem;
    margin-left: -0.75rem;
    margin-right: -0.75rem;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
}
.page--top .section-top-about .image, .page--top .section-top-about .image02, .page--top .section-top-about .image01 {
  border-radius: 50vw;
  overflow: hidden;
  width: 47.8rem;
  height: 47.8rem;
  border: 1px solid #fff;
  position: absolute;
  top: 8.6rem;
  transform: translate(-50%, 0%);
  z-index: 99;
}
@media only screen and (max-width: 767px) {
  .page--top .section-top-about .image, .page--top .section-top-about .image02, .page--top .section-top-about .image01 {
    top: 12.4rem;
    width: 14.5rem;
    height: 14.5rem;
  }
}
.page--top .section-top-about .image img, .page--top .section-top-about .image02 img, .page--top .section-top-about .image01 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.page--top .section-top-about .image01 {
  left: calc(50% - 56.8rem);
}
@media only screen and (max-width: 767px) {
  .page--top .section-top-about .image01 {
    left: calc(50% - 18.5rem);
  }
}
.page--top .section-top-about .image02 {
  left: calc(50% + 56.8rem);
}
@media only screen and (max-width: 767px) {
  .page--top .section-top-about .image02 {
    left: calc(50% + 18.5rem);
  }
}
.page--top .section-top-about .title {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  margin-top: 3.4rem;
}
@media only screen and (max-width: 767px) {
  .page--top .section-top-about .title {
    margin-top: 2.5rem;
  }
}
.page--top .section-top-about .title span {
  font-size: 4.6rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 767px) {
  .page--top .section-top-about .title span {
    font-size: 2.3rem;
  }
}
.page--top .section-top-about .lead {
  font-size: 1.5rem;
  margin-top: 5rem;
  line-height: 2.15;
  letter-spacing: 0.05em;
}
@media only screen and (min-width: 768px) {
  .page--top .section-top-about .lead {
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .page--top .section-top-about .lead {
    font-size: 1.2rem;
    margin-top: 3rem;
    line-height: 2;
  }
}
.page--top .section-top-about .btn {
  text-align: center;
  margin-top: 4.4rem;
}
@media only screen and (max-width: 767px) {
  .page--top .section-top-about .btn {
    margin-top: 3.6rem;
  }
}
.page--top .section-top-news {
  padding-top: 4.4rem;
  overflow: hidden;
  padding-bottom: 10rem;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .page--top .section-top-news {
    padding-top: 6.2rem;
    border-top: 0.05rem dashed #fff;
    border-bottom: 0.05rem dashed #fff;
    padding-bottom: 5.8rem;
  }
}
.page--top .section-top-news::before {
  content: "";
  display: block;
  width: 150%;
  height: 1px;
  background-image: repeating-linear-gradient(to right, white 0 2px, transparent 2px 4px);
  background-repeat: repeat-x;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media only screen and (max-width: 767px) {
  .page--top .section-top-news::before {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .page--top .section-top-news .main-title--fade {
    text-align: center !important;
  }
}
.page--top .section-top-news .main-title--fade .en {
  position: relative;
}
.page--top .section-top-news .main-title--fade .en::before {
  content: "";
  display: block;
  width: 150%;
  height: 1px;
  background-image: repeating-linear-gradient(to right, white 0 2px, transparent 2px 4px);
  background-repeat: repeat-x;
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translate(0%, -50%);
}
@media only screen and (max-width: 767px) {
  .page--top .section-top-news .main-title--fade .en::before {
    display: none;
  }
}
.page--top .section-top-news .main-title--fade .en span {
  background: #9A9582;
  z-index: 1;
  position: relative;
  display: inline-block;
}
@media only screen and (min-width: 768px) {
  .page--top .section-top-news .main-title--fade .en span {
    padding-right: 6.6rem;
  }
}
.page--top .section-top-news .content-slide {
  margin-top: 5.9rem;
}
@media only screen and (max-width: 767px) {
  .page--top .section-top-news .content-slide {
    margin-top: 2.9rem;
  }
}
@media only screen and (min-width: 768px) {
  .page--top .section-top-news .swiper-top-news.is-slide {
    max-width: 30.2rem;
    margin-left: 0;
    overflow: inherit;
  }
}
@media only screen and (max-width: 767px) {
  .page--top .section-top-news .swiper-top-news.is-slide {
    max-width: 30rem;
    overflow: inherit;
  }
}
.page--top .section-top-news .swiper-top-news.is-slide .swiper-wrapper {
  gap: 0;
}
@media only screen and (min-width: 768px) {
  .page--top .section-top-news .swiper-wrapper {
    gap: 2rem;
  }
}
@media only screen and (min-width: 768px) {
  .page--top .section-top-news .swiper .card {
    max-width: 30.2rem;
  }
}
@media only screen and (max-width: 767px) {
  .page--top .section-top-news .swiper .card {
    max-width: 30rem;
  }
}
@media only screen and (min-width: 768px) {
  .page--top .section-top-news .swiper-button-prev, .page--top .section-top-news .swiper-button-next {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .page--top .section-top-news .swiper-button-prev, .page--top .section-top-news .swiper-button-next {
    width: 3.5rem;
    height: 3.5rem;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='70.107' height='70.107' viewBox='0 0 70.107 70.107'%3E%3Cg id='グループ_49174' data-name='グループ 49174' transform='translate(12375.324 -3839.947)'%3E%3Cpath id='パス_10255' data-name='パス 10255' d='M35.053,0A35.053,35.053,0,1,1,0,35.053,35.053,35.053,0,0,1,35.053,0Z' transform='translate(-12375.324 3839.947)' fill='%235c4d20'/%3E%3Cg id='next' transform='translate(-12346 3863.193)'%3E%3Cpath id='パス_294' data-name='パス 294' d='M0,0,11.988,10.66,0,20.482' transform='translate(0 0)' fill='none' stroke='%23fff' stroke-width='3'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
  }
}
.page--top .section-top-news .swiper-button-prev::after, .page--top .section-top-news .swiper-button-next::after {
  display: none;
}
.page--top .section-top-news .swiper-button-prev {
  left: 0;
  transform: translateX(-35%) rotate(180deg);
}
.page--top .section-top-news .swiper-button-next {
  left: auto;
  right: 0;
  transform: translateX(35%);
}
.page--top .section-top-news .btn {
  text-align: center;
  margin-top: 6.7rem;
}
@media only screen and (max-width: 767px) {
  .page--top .section-top-news .btn {
    margin-top: 3.7rem;
  }
}
.page--top .section-top-service {
  padding-top: 9.6rem;
}
@media only screen and (max-width: 767px) {
  .page--top .section-top-service {
    padding-top: 4.6rem;
  }
}
.page--top .section-top-service .title {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  margin-top: 3.1rem;
}
.page--top .section-top-service .title span {
  font-size: 4.6rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 767px) {
  .page--top .section-top-service .title span {
    font-size: 2.3rem;
  }
}
.page--top .section-top-service .lead {
  font-size: 1.5rem;
  margin-top: 2.3rem;
  line-height: 2.15;
  letter-spacing: 0.05em;
}
@media only screen and (min-width: 768px) {
  .page--top .section-top-service .lead {
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .page--top .section-top-service .lead {
    font-size: 1.2rem;
  }
}
.page--top .section-top-service .list {
  display: flex;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  gap: 3rem;
  margin-top: 4.4rem;
}
@media only screen and (max-width: 767px) {
  .page--top .section-top-service .list {
    flex-flow: column;
    margin-top: 3.6rem;
    gap: 2.2rem;
  }
}
.page--top .section-top-service .list .item {
  position: relative;
  flex: 1;
}
.page--top .section-top-service .list .item .img {
  display: block;
  width: 23rem;
  border-radius: 50vw;
  border: 1px solid #fff;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .page--top .section-top-service .list .item .img {
    width: 13.25rem;
  }
}
.page--top .section-top-service .list .item .img img {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .page--top .section-top-service .list .item .text {
    min-height: 23rem;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: stretch;
  }
}
.page--top .section-top-service .list .item .text .ttl .en {
  font-size: 4rem;
  padding-left: 24.5rem;
  line-height: 1.5;
  letter-spacing: -0.01em;
}
@media only screen and (max-width: 767px) {
  .page--top .section-top-service .list .item .text .ttl .en {
    padding-left: 15.75rem;
    font-size: 2.8rem;
  }
}
.page--top .section-top-service .list .item .text .ttl .ja {
  font-size: 1.6rem;
  padding-left: 24.5rem;
  position: relative;
  display: block;
  padding-top: 0.6rem;
  padding-bottom: 0.2rem;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 767px) {
  .page--top .section-top-service .list .item .text .ttl .ja {
    padding-left: 15.75rem;
    font-size: 1.1rem;
    border-top: 0.05rem dashed #fff;
    border-bottom: 0.05rem dashed #fff;
    padding-top: 0.2rem;
  }
}
.page--top .section-top-service .list .item .text .ttl .ja::before, .page--top .section-top-service .list .item .text .ttl .ja::after {
  content: "";
  display: block;
  width: 80%;
  height: 1px;
  background-image: repeating-linear-gradient(to right, white 0 2px, transparent 2px 4px);
  background-repeat: repeat-x;
  position: absolute;
  right: 0;
}
@media only screen and (max-width: 767px) {
  .page--top .section-top-service .list .item .text .ttl .ja::before, .page--top .section-top-service .list .item .text .ttl .ja::after {
    display: none;
  }
}
.page--top .section-top-service .list .item .text .ttl .ja::before {
  top: 0;
}
.page--top .section-top-service .list .item .text .ttl .ja::after {
  bottom: 0;
}
.page--top .section-top-service .list .item .text p {
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  padding-left: 24.5rem;
  margin-top: 1rem;
  margin-bottom: 0.6rem;
}
@media only screen and (max-width: 767px) {
  .page--top .section-top-service .list .item .text p {
    padding-left: 15.75rem;
    font-size: 1.1rem;
    margin-top: 0.6rem;
  }
}
.page--top .section-top-service .btn {
  text-align: center;
  margin-top: 5.2rem;
}
@media only screen and (max-width: 767px) {
  .page--top .section-top-service .btn {
    margin-top: 3.1rem;
  }
}
.page--top .section-top-service .content-slide {
  margin-top: 12.9rem;
}
@media only screen and (max-width: 767px) {
  .page--top .section-top-service .content-slide {
    margin-top: 6.5rem;
  }
}
.page--top .section-top-service .swiper-top-service .swiper-wrapper {
  transition-timing-function: linear;
}
.page--top .section-top-service .swiper-top-service .swiper-slide {
  width: 35rem;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .page--top .section-top-service .swiper-top-service .swiper-slide {
    width: 17.5rem !important;
  }
}
.page--top .section-top-service .swiper-top-service .swiper-slide::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border: 1px solid #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.page--top .section-top-works {
  padding-top: 10rem;
  padding-bottom: 6rem;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .page--top .section-top-works {
    padding-top: 6.5rem;
    border-bottom: 0.05rem dashed #fff;
  }
}
@media only screen and (max-width: 767px) {
  .page--top .section-top-works .main-title--fade {
    text-align: center !important;
  }
}
.page--top .section-top-works .main-title--fade .en {
  position: relative;
}
.page--top .section-top-works .main-title--fade .en::before {
  content: "";
  display: block;
  width: 150%;
  height: 1px;
  background-image: repeating-linear-gradient(to right, white 0 2px, transparent 2px 4px);
  background-repeat: repeat-x;
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translate(0%, -50%);
}
@media only screen and (max-width: 767px) {
  .page--top .section-top-works .main-title--fade .en::before {
    display: none;
  }
}
.page--top .section-top-works .main-title--fade .en span {
  background: #9A9582;
  z-index: 1;
  position: relative;
  display: inline-block;
}
@media only screen and (min-width: 768px) {
  .page--top .section-top-works .main-title--fade .en span {
    padding-right: 6.6rem;
  }
}
.page--top .section-top-works .works-list {
  margin-top: 5.8rem;
}
@media only screen and (max-width: 767px) {
  .page--top .section-top-works .works-list {
    margin-top: 3.1rem;
  }
}
@media only screen and (min-width: 768px) {
  .page--top .section-top-works .works-list-item:nth-of-type(10) {
    display: none;
  }
}
.page--top .section-top-works .btn {
  text-align: center;
  margin-top: 9.2rem;
}
@media only screen and (max-width: 767px) {
  .page--top .section-top-works .btn {
    margin-top: 3.5rem;
  }
}
.page--top .section-top-room {
  padding-top: 9.8rem;
  padding-bottom: 10rem;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .page--top .section-top-room {
    padding-top: 6.1rem;
    padding-bottom: 0;
    margin-bottom: -1px;
  }
}
@media only screen and (max-width: 767px) {
  .page--top .section-top-room .main-title--fade {
    text-align: center !important;
  }
}
.page--top .section-top-room .main-title--fade .en {
  position: relative;
}
@media only screen and (max-width: 767px) {
  .page--top .section-top-room .main-title--fade .en {
    white-space: nowrap;
  }
}
.page--top .section-top-room .main-title--fade .en::before {
  content: "";
  display: block;
  width: 150%;
  height: 1px;
  background-image: repeating-linear-gradient(to right, white 0 2px, transparent 2px 4px);
  background-repeat: repeat-x;
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translate(0%, -50%);
}
@media only screen and (max-width: 767px) {
  .page--top .section-top-room .main-title--fade .en::before {
    display: none;
  }
}
.page--top .section-top-room .main-title--fade .en span {
  background: #9A9582;
  z-index: 1;
  position: relative;
  display: inline-block;
}
@media only screen and (min-width: 768px) {
  .page--top .section-top-room .main-title--fade .en span {
    padding-right: 6.6rem;
  }
}
.page--top .section-top-room .title {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .page--top .section-top-room .title {
    justify-content: center;
  }
}
.page--top .section-top-room .title span {
  font-size: 4rem;
  font-weight: 500;
  line-height: 1.65;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 767px) {
  .page--top .section-top-room .title span {
    font-size: 2rem;
    text-align: center;
  }
}
.page--top .section-top-room .lead {
  margin-top: 3.2rem;
  line-height: 1.65;
  letter-spacing: 0.05em;
  font-size: 1.8rem;
}
@media only screen and (max-width: 767px) {
  .page--top .section-top-room .lead {
    font-size: 1.2rem;
    text-align: center;
    line-height: 2;
    margin-top: 2rem;
  }
}
.page--top .section-top-room .lead p.bold {
  font-size: 2rem;
  margin-top: 2.7rem;
}
@media only screen and (max-width: 767px) {
  .page--top .section-top-room .lead p.bold {
    font-size: 1.4rem;
    text-align: center;
    margin-top: 0.8rem;
  }
}
.page--top .section-top-room .btn {
  margin-top: 3.6rem;
}
@media only screen and (max-width: 767px) {
  .page--top .section-top-room .btn {
    text-align: center;
    margin-top: 2.6rem;
  }
}
.page--top .section-top-room .inner {
  margin-top: 7.1rem;
}
@media only screen and (min-width: 768px) {
  .page--top .section-top-room .inner {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: center;
    gap: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .page--top .section-top-room .inner {
    margin-top: 3rem;
  }
}
@media only screen and (min-width: 768px) {
  .page--top .section-top-room .text {
    flex: 1;
    padding-left: 2.2rem;
  }
}
.page--top .section-top-room .content-slide {
  height: auto;
  width: 52%;
}
@media only screen and (max-width: 767px) {
  .page--top .section-top-room .content-slide {
    width: 100%;
    margin-top: 4.5rem;
  }
}
.page--top .section-top-room .swiper-top-room {
  height: 54.3rem;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
@media only screen and (max-width: 767px) {
  .page--top .section-top-room .swiper-top-room {
    height: 39.8rem;
    margin-left: -1.75rem;
    margin-right: -1.75rem;
    pointer-events: none;
  }
}
.page--top .section-top-room .swiper-top-room .swiper-wrapper {
  transition-timing-function: linear;
}
.page--top .section-top-room .swiper-top-room .swiper-slide {
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  position: relative;
}
.page--top .section-top-room .swiper-top-room .swiper-slide::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border: 1px solid #fff;
  border-bottom: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.page--top .section-top-room .swiper-top-room .swiper-slide img {
  width: 100%;
  height: 100%;
  aspect-ratio: 520/321;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.page--top .section-hero .content {
  height: 500px;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  background: #222;
}
.page--top .section-hero .content .page__title {
  font-size: 4rem;
  font-weight: bold;
  color: #fff;
}
.page--top .section-x {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media only screen and (max-width: 767px) {
  .page--top .section-x {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.page--top .section-xx {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media only screen and (max-width: 767px) {
  .page--top .section-xx {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.page--top .section-xx .headline .lead {
  text-align: center;
  font-size: 1.8rem;
  padding: 40px 0;
}
.page--top .section-xx .content .gridarea__block {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.page--top .section-xx .content .gridarea__block:nth-of-type(odd) {
  flex-flow: row wrap;
}
@media only screen and (min-width: 768px) {
  .page--top .section-xx .content .gridarea__block:nth-of-type(odd) .txt {
    padding-left: 40px;
  }
}
.page--top .section-xx .content .gridarea__block:nth-of-type(even) {
  flex-flow: row-reverse wrap;
}
@media only screen and (min-width: 768px) {
  .page--top .section-xx .content .gridarea__block:nth-of-type(even) .txt {
    padding-right: 40px;
  }
}
@media only screen and (min-width: 768px) {
  .page--top .section-xx .content .gridarea .img {
    width: 50%;
  }
}
@media only screen and (min-width: 768px) {
  .page--top .section-xx .content .gridarea .txt {
    width: 50%;
  }
}
.page--top .section-xx .content .gridarea .txt .letter {
  margin-top: 20px;
  font-size: 1.4rem;
}
.page--top .section-xx .content .gridarea .txt .letter p:not(:last-of-type) {
  margin-bottom: 10px;
}