@charset "UTF-8";
/*----------------------------------------------------
  WORKS PAGE
----------------------------------------------------*/
@media (max-width: 767px) {
  #works {
    margin-top: 11.2rem;
    margin-left: 4rem;
    margin-right: 4rem;
    width: auto;
  }
}
#works .section-ttl__sub {
  font-size: 2.5rem !important;
  margin-left: 2.1rem;
  text-align: center;
}
@media (max-width: 767px) {
  #works .section-ttl__sub {
    margin-top: 1.3rem;
    margin-top: 2.6rem !important;
  }
}
@media (max-width: 767px) {
  #works .section-inner {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }
}
#works .section-inner .section-ttl__main {
  font-size: 5rem !important;
}

#works .section-ttl {
  border-bottom: solid 1px #333;
  padding-bottom: 1rem;
  margin-bottom: 5.2rem;
}
@media (max-width: 767px) {
  #works .section-ttl {
    display: flex;
    border-bottom: solid 2px #333;
    padding-bottom: 0.4rem;
  }
}

#works #bl-contents-works .bl-contents-inner {
  max-width: 1060px;
}

#works .bl-contents .bl-contents-ttl {
  font-size: 2rem;
  line-height: 1.4;
  margin-bottom: 0.5em;
  text-align: center;
}

#works .cat-list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 50px;
  gap: 0.9rem;
}
@media (max-width: 767px) {
  #works .cat-list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 2rem 1.3rem;
    margin-bottom: 7.2rem;
  }
}

#works .cat-list .cat {
  font-size: 1.6rem;
  font-weight: 500;
  margin: 0 0.5rem 0 0;
  text-align: center;
  transition: 0.2s;
  flex: 1;
  line-height: 1.5;
}
@media (max-width: 767px) {
  #works .cat-list .cat {
    line-height: 1.2307692308;
  }
}

#works .cat-list .cat > a {
  background-color: #FFF;
  height: 6rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  #works .cat-list .cat > a {
    height: 8.1rem;
  }
}

#works .cat-list .cat.current > a,
#works .cat-list .cat > a:hover {
  background-color: #024F2B;
  color: #FFF;
}

@media (max-width: 767px) {
  #works .cat-list .cat {
    font-size: 1.5rem;
    margin: 0 2% 2% 0;
    width: 32.6633333333%;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  #works .cat-list .cat {
    width: 100%;
    font-size: 2.4rem;
  }
}
@media (max-width: 767px) {
  #works .cat-list .cat:nth-child(3n),
  #works .cat-list .cat:last-child {
    margin-right: 0;
  }
}
#works.section .works-item {
  margin: 0 auto 30px;
}
@media (max-width: 767px) {
  #works.section .works-item {
    margin-bottom: 0px;
  }
}

@media (min-width: 768px) {
  #works.section .works-list {
    display: flex;
    flex-wrap: wrap;
  }
  #works.section .works-item {
    margin: 0 4rem 5rem 0;
    width: calc(33.33% - 26.6666666667px);
  }
  #works.section .works-item:nth-child(3n) {
    margin-right: 0;
  }
}
#works.section .works-item-thumb {
  aspect-ratio: 3/2;
  margin-bottom: 0.7rem;
  width: 100%;
}
#works.section .works-item-thumb img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 767px) {
  #works.section .works-item-thumb {
    margin-bottom: 1rem;
  }
}

#works.section .works-item-thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

#works.section .works-item-cat {
  border: solid 1px #024F2B;
  color: #024F2B;
  display: inline-block;
  font-size: 1.4rem;
  margin-bottom: 1em;
  padding: 0.2em 0.5em;
  text-align: center;
}
@media (max-width: 767px) {
  #works.section .works-item-cat {
    height: 2.8rem;
    display: inline-flex;
    align-items: center;
    padding-left: 3.2rem;
    padding-right: 3.2rem;
    font-size: 2rem;
    margin-bottom: 0.8rem;
  }
}

#works.section .works-item-ttl {
  font-size: 1.8rem;
  line-height: 1.4;
  text-align: left;
}
@media (max-width: 767px) {
  #works.section .works-item-ttl {
    font-size: 2.5rem !important;
    font-weight: bold;
    margin-top: 1.5rem;
  }
}

@media (max-width: 1260px) {
  #works.section .works-item-ttl {
    font-size: 1.6rem;
  }
}
@media (max-width: 767px) {
  #works.section .works-item-ttl {
    font-size: 1.4rem;
  }
}
/*WORKS SINGLE PAGE*/
#works .bl-contents .bl-contents-head {
  margin-bottom: 50px;
}

@media (max-width: 767px) {
  #works .bl-contents .bl-contents-head {
    margin-bottom: 10%;
  }
}
#works #bl-contents-post {
  border-top: solid 5px #333;
  margin-bottom: 80px;
}

@media (max-width: 767px) {
  #works #bl-contents-post {
    margin-bottom: 10%;
  }
}
#works #bl-contents-post .bl-contents-inner,
#works #bl-contents-3d .bl-contents-inner,
#works #bl-contents-voice .bl-contents-inner {
  max-width: 800px;
  max-width: 1000px;
  width: 100%;
}

#works #bl-contents-post .cat-area {
  text-align: center;
}

#works #bl-contents-post .cat {
  background-color: #FFB500;
  display: inline-block;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1;
  padding: 0.5em 2em;
  text-align: center;
}

/*SLIDER*/
#works .slider-container {
  margin-bottom: 50px;
}

@media (max-width: 767px) {
  #works .slider-container {
    margin-bottom: 8%;
  }
}
#works .slider-container .slider {
  margin-bottom: 10px;
}

@media (max-width: 767px) {
  #works .slider-container .slider {
    margin-bottom: 5px;
  }
}
#works .slider-container .slick-img,
#works .slider-container .thumbnail-img {
  margin: 5px;
}

@media (max-width: 767px) {
  #works .slider-container .slick-img,
  #works .slider-container .thumbnail-img {
    margin: 3px;
  }
}
#works .thumbnail.pos-fixed .slick-track {
  transform: translate3d(0, 0, 0) !important;
}

#works .slick-arrow {
  transition: all 0.5s;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
}

#works .slick-arrow:hover {
  cursor: pointer;
  opacity: 0.7;
}

#works .prev-arrow {
  left: 15px;
}

#works .next-arrow {
  right: 15px;
}

#works .slick-arrow:before {
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  height: 40px;
  width: 40px;
}

#works .prev-arrow:before {
  background-image: url(../img/common/arrow_prev.png);
}

#works .next-arrow:before {
  background-image: url(../img/common/arrow_next.png);
}

@media (max-width: 767px) {
  #works .slick-arrow:before {
    height: 20px;
    width: 20px;
  }
  #works .prev-arrow {
    left: 2%;
  }
  #works .next-arrow {
    right: 2%;
  }
}
.field-items {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 50px;
}

@media (max-width: 767px) {
  .field-items {
    margin-bottom: 8%;
  }
}
.field-items .field-item {
  background-color: #F2F2F2;
  padding: 5px 5px 10px;
  position: relative;
  margin: 30px 20px 10px 0;
  text-align: center;
  width: calc(20% - 16px);
}

.field-items .field-item:nth-child(5n) {
  margin-right: 0;
}

.field-items .field-item::before {
  aspect-ratio: 67/14;
  content: "";
  position: absolute;
  display: block;
  height: auto;
  left: 0;
  right: 0;
  bottom: 100%;
  width: 100%;
  background: url(../img/common/traiangle_up.png) center no-repeat;
  background-size: cover;
}

.field-items .field-item-ttl {
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 0.3em;
  line-height: 1.2;
}

.field-items .field-item-txt {
  font-size: 1.4rem;
  line-height: 1.4;
}

@media (max-width: 640px) {
  .field-items .field-item {
    margin: 10% 5% 5% 0;
    width: 47.5%;
  }
  .field-items .field-item:nth-child(even) {
    margin-right: 0;
  }
  .field-items .field-item-txt {
    font-size: 1.2rem;
  }
}
.details-box-wrap {
  width: 100%;
  margin-bottom: 50px;
}

.details-box-wrap .details-box {
  border-bottom: solid 2px #333;
  padding: 0.8em 0;
  width: 100%;
}

.details-box-wrap .details-box:first-child {
  padding-top: 0;
}

.details-box-wrap .details-col {
  font-size: 1.4rem;
  line-height: 2;
  padding: 0;
  margin: 0;
  text-align: left;
}

.details-box-wrap .details-col-head {
  font-weight: bold;
  margin-bottom: 0.3em;
}

@media (min-width: 768px) {
  .flex-box {
    display: flex;
    align-items: center;
  }
  .flex-box .details-col-head {
    width: 13em;
    margin-bottom: 0;
    display: flex;
    justify-content: center;
  }
  .flex-box .details-col-head > .js-span-wrap {
    display: flex;
    justify-content: space-between;
    margin: auto;
    width: 6em;
  }
  .flex-box .details-col-data {
    padding-left: 1em;
    width: calc(100% - 13em);
  }
}
@media (min-width: 768px) {
  #case .flex-box .details-col-data {
    padding-left: 5em;
  }
}
/*建築家の画像*/
.architect_img {
  margin-top: 10px;
  max-width: 600px;
}

/*360度モデルハウス見学*/
#works #bl-contents-3d {
  margin-bottom: 80px;
}

#works #bl-contents-3d .text {
  margin-bottom: 1em;
}

#works #bl-contents-3d .matterport-box {
  aspect-ratio: 16/9;
  width: 100%;
}

#works #bl-contents-3d .matterport-box iframe {
  height: 100%;
  width: 100%;
}

/*お客様の声*/
#works #bl-contents-voice {
  border: solid 1px #333;
  margin-bottom: 80px;
}

#works #bl-contents-voice .bl-contents-head {
  border-bottom: solid 2px #333;
}

#works #bl-contents-voice .bl-contents-ttl {
  margin-bottom: 1em;
}

.voice-content-main {
  margin-bottom: 30px;
}

.voice-content-main .voice-item-ttl {
  font-size: 1.4rem;
  font-weight: normal;
  line-height: 1.2;
  margin-bottom: 1em;
}

.voice-content-main .voice-item-catch {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.8;
}

.voice-content-main .voice-item-thumb {
  aspect-ratio: 3/2;
  margin: 0;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.voice-content-main .voice-item-thumb img {
  width: 100%;
}

@media (min-width: 768px) {
  .voice-content-main {
    display: flex;
    align-items: center;
  }
  .voice-content-main > * {
    width: 50%;
  }
  .voice-content-main .voice-item-media {
    padding-right: 5%;
  }
}
@media (max-width: 767px) {
  .voice-content-main .voice-item-media {
    margin-bottom: 5%;
  }
}
@media (max-width: 414px) {
  .voice-content-main .voice-item-catch {
    font-size: 15px;
  }
}
#works.section .works-list.works-list-others {
  margin-bottom: 4.8rem;
}

@media (max-width: 767px) {
  #works.section .works-list.works-list-others {
    margin-bottom: 15%;
  }
}
@media (max-width: 767px) {
  .works-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2.8rem 4.1rem;
  }
}

.tab-group {
  margin-top: 20px;
  /* タブ全体の幅 */
  width: 500px;
  list-style: none;
  text-align: center;
}

.tab-button {
  justify-content: space-between;
  list-style: none;
  /* カーソル形状を指先にする */
  cursor: pointer;
  width: 23rem;
}
@media (max-width: 767px) {
  .tab-button {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2.1rem 4rem;
  }
}

.tab-button .is-active {
  background: #024F2B;
  color: #FFF;
  display: flex;
  align-items: center;
  font-weight: bold;
}

.tab {
  width: 23rem;
  border-bottom: none;
  height: 6.25rem;
  display: flex;
  align-items: center;
  padding-left: 2.6rem;
  gap: 1.1rem;
  border-bottom: 1px solid #7DA087;
  font-weight: bold;
}
@media (max-width: 767px) {
  .tab {
    width: 31.5rem;
    border-bottom: ２px solid #7DA087;
    height: 10.56rem;
    font-size: 3rem;
    line-height: 1.1666666667;
    padding-left: 2.1rem;
  }
}
.tab span {
  font-size: 1.2rem;
}
@media (max-width: 767px) {
  .tab span {
    font-size: 2rem;
  }
}

.tab-contents {
  border-top: none;
  background: #F2F2F2;
  width: 100%;
}

.content {
  display: none;
  text-align: left;
  padding-top: 5.3rem;
  padding-bottom: 4.7rem;
  padding-left: 5rem;
  padding-right: 5rem;
}
@media (max-width: 767px) {
  .content {
    padding-left: 4rem;
    padding-right: 4rem;
    padding-top: 3rem;
  }
}

.content.is-display {
  display: block;
}

.tab__list {
  display: flex;
  gap: 3rem;
  margin-top: 5rem;
}
@media (max-width: 767px) {
  .tab__list {
    flex-direction: column;
    margin-top: 3.9rem;
    gap: 5rem;
  }
}

.voice .section-ttl {
  border-bottom: solid 1px #333;
  padding-bottom: 1rem;
  margin-bottom: 4.7rem;
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.05em;
}
@media (max-width: 767px) {
  .voice .section-ttl {
    display: flex;
    margin-bottom: 0;
  }
}
.voice .section-ttl__main {
  font-weight: bold;
}
@media (max-width: 767px) {
  .voice .section-ttl__main {
    font-size: 5rem !important;
  }
}
.voice .section-ttl__sub {
  font-weight: bold;
}
@media (max-width: 767px) {
  .voice .section-ttl__sub {
    margin-left: 1.6rem;
    font-size: 2.5rem !important;
    margin-top: 2.3rem !important;
  }
}

@media (max-width: 767px) {
  .voice__text {
    font-size: 3rem;
    margin-top: 3.9rem;
    line-height: 1.6;
  }
}

.tab-contents__title {
  display: flex;
  align-items: center;
}

.tab-contents__number {
  font-size: 6rem;
  font-weight: 900;
  letter-spacing: 0.05em;
  padding-right: 1.6rem;
  display: flex;
  align-items: center;
  border-right: 4px solid #7DA087;
  color: #7DA087;
}
@media (max-width: 767px) {
  .tab-contents__number {
    color: #CCCCCC;
    border-right: 4px solid #ccc;
    height: 11.3rem;
    padding-right: 2rem;
    font-size: 6.5rem;
  }
}

.tab-contents__tlt {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.5;
  color: #024F2B;
  padding-left: 1.8rem;
}
@media (max-width: 767px) {
  .tab-contents__tlt {
    padding-left: 2.4rem;
    font-size: 3rem;
    letter-spacing: 0.05em;
  }
}

.tab-contents__list {
  margin-top: 2.2rem;
  display: flex;
  gap: 3rem;
}
@media (max-width: 767px) {
  .tab-contents__list {
    margin-top: 2.6rem;
    flex-direction: column;
    gap: 3.2rem;
  }
}

.tab-contents__left {
  width: 30rem;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .tab-contents__left {
    width: 100%;
  }
}

.tab-contents__company {
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  color: #000;
  margin-top: 1.6rem;
}
@media (max-width: 767px) {
  .tab-contents__company {
    font-size: 3.8rem;
    margin-top: 3.4rem;
    font-weight: bold;
  }
}

.tab-contents__text {
  margin-top: 0.2rem;
  color: #888888;
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.1em;
}
@media (max-width: 767px) {
  .tab-contents__text {
    font-size: 3rem;
    margin-top: 1.1rem;
    font-weight: bold;
  }
}

.tab-contents__box:nth-of-type(n+2) {
  margin-top: 2.5rem;
}
@media (max-width: 767px) {
  .tab-contents__box:nth-of-type(n+2) {
    margin-top: 3.8rem;
  }
}

.tab-contents__head {
  font-size: 2rem;
  font-weight: bold;
  color: #024F2B;
  letter-spacing: 0.1em;
}
@media (max-width: 767px) {
  .tab-contents__head {
    font-size: 3.5rem;
  }
}

.tab-contents__ul {
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .tab-contents__ul {
    margin-top: 2.3rem;
    padding-left: 0.6rem;
  }
}

.tab-contents__item {
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.75;
  padding-left: 1.7rem;
  position: relative;
}
@media (max-width: 767px) {
  .tab-contents__item {
    font-size: 3rem;
    padding-left: 3.6rem;
    letter-spacing: 0.1em;
    line-height: 1.6;
  }
}
.tab-contents__item::after {
  position: absolute;
  content: "";
  background-color: #024F2B;
  width: 0.7rem;
  height: 0.7rem;
  border-radius: 50%;
  top: 1.6rem;
  transform: translateY(-50%);
  left: 0;
}
@media (max-width: 767px) {
  .tab-contents__item::after {
    width: 1.4rem;
    height: 1.4rem;
    top: 2.3rem;
  }
}
.tab-contents__item:nth-of-type(n+2) {
  margin-top: 0.7rem;
}
@media (max-width: 767px) {
  .tab-contents__item:nth-of-type(n+2) {
    margin-top: 1rem;
  }
}

.tab-contents__about {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.75;
  color: #000;
  margin-top: 4.1rem;
}

.voice {
  margin-top: 4.3rem;
}
@media (max-width: 767px) {
  .voice {
    margin-top: 8rem;
  }
}

.tab-contents__text {
  line-height: 1.75;
}

.tab-contents__more {
  line-height: 1.75;
  text-align: center;
  margin-top: 2.5rem;
}
@media (max-width: 767px) {
  .tab-contents__more {
    font-size: 3rem;
    margin-top: 6.7rem;
    line-height: 1.6;
  }
}

.bl-contents-inner {
  padding-top: 93px;
  padding-bottom: 10.4rem;
  padding-left: 33px;
  padding-right: 33px;
}
@media (max-width: 767px) {
  .bl-contents-inner {
    padding-left: 0;
    padding-right: 0;
    width: 89.2%;
    padding-top: 8.5rem;
  }
}

.pager-area {
  margin-top: 11rem;
}
@media (max-width: 767px) {
  .pager-area {
    padding-top: 0;
    margin-top: 10.6rem;
  }
}

.post-type-archive-works .list-sec {
  margin-top: 5.2rem;
}
@media (max-width: 767px) {
  .post-type-archive-works .list-sec {
    margin-top: 10rem;
  }
}
.post-type-archive-works .main-visual-content {
  background: url(../img/work/bg.jpg) no-repeat center center/cover !important;
}
@media (max-width: 767px) {
  .post-type-archive-works .main-visual-content {
    background: url(../img/work/bg_sp.jpg) no-repeat center center/cover !important;
  }
}

.archive.tax-works_category .main-visual-content {
  background: url(../img/work/bg.jpg) no-repeat center center/cover !important;
}
@media (max-width: 767px) {
  .archive.tax-works_category .main-visual-content {
    background: url(../img/work/bg_sp.jpg) no-repeat center center/cover !important;
  }
}

.txt-preparing {
  font-size: 15px;
}
@media (width > 768px) {
  .txt-preparing {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .section-inner {
    padding-bottom: 0;
    padding-top: 0;
  }
}

@media (max-width: 767px) {
  .pager .page-numbers {
    font-size: 2.9rem;
  }
}

.post-type-archive-works #bl-contents-contact .bl-contents-inner {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

/* Swiper（サムネイル）全体のスタイル */
.swiper2 {
  height: 80px;
  margin-top: 10px;
}
@media (max-width: 767px) {
  .swiper2 {
    margin-top: 4rem;
  }
  .swiper2 img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
  }
}

/* Swiper（サムネイル）スライドのスタイル */
.swiper2 .swiper-slide {
  width: 33.3%;
  height: 80px;
  line-height: 80px;
  height: 53.3rem;
}
@media (max-width: 767px) {
  .swiper2 .swiper-slide {
    height: 6.8rem;
  }
}
.swiper2 .swiper-slide img {
  -o-object-fit: contain;
     object-fit: contain;
}

/* Swiper（サムネイル）現在のスライドのスタイル */
.swiper2 .swiper-slide-thumb-active {
  filter: brightness(1);
}

.slide .section-inner {
  background-color: #F2F2F2;
  padding-top: 9.5rem;
  padding-bottom: 10rem;
  padding-left: 20rem;
  padding-right: 20rem;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .slide .section-inner {
    padding-left: 4rem;
    padding-right: 4rem;
    padding-top: 9rem;
    padding-bottom: 4rem;
    padding-left: 4rem;
    padding-right: 4rem;
  }
}

.single-title {
  font-size: 2rem;
  text-align: center;
  letter-spacing: 0.1em;
}
@media (max-width: 767px) {
  .single-title {
    font-size: 4rem;
    padding-left: 4rem;
    padding-right: 4rem;
  }
}

.works-item-cat {
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  border: 1px solid #024F2B;
  height: 2.2rem;
  display: inline-flex;
  align-items: center;
  padding-left: 1.1rem;
  font-weight: 500;
  color: #024F2B;
  padding-right: 1.1rem;
  margin-left: auto;
  margin-top: 1.1rem;
}
@media (max-width: 767px) {
  .works-item-cat {
    margin-top: 1rem;
    margin-bottom: 0 !important;
    font-size: 2.5rem;
    padding-left: 3.5rem;
    padding-right: 3.5rem;
    height: 3.5rem;
  }
  .works-item-cat:nth-of-type(2) {
    margin-top: 1rem;
  }
}

.section__inner {
  text-align: center;
}

.swiper1 {
  margin-top: 5rem;
}
@media (max-width: 767px) {
  .swiper1 {
    margin-top: 2rem;
  }
}

.swiper2 {
  margin-top: 2rem;
  height: 10rem;
}

.slide-region {
  display: flex;
  align-items: center;
  padding-bottom: 1.1rem;
  border-bottom: 1px solid #7DA087;
  margin-top: 3rem;
  gap: 4.5rem;
  padding-left: 0.8rem;
}
@media (max-width: 767px) {
  .slide-region {
    gap: 2.8rem;
    text-align: left;
    padding-bottom: 1.4rem;
    border-bottom: 2px solid #7DA087;
    padding-left: 0;
    margin-top: 4.8rem;
    padding-bottom: 0.3rem;
    gap: 3.2rem;
    margin-top: 2rem;
    line-height: 1.6;
  }
}

.slide-region__head {
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.1em;
}
@media (max-width: 767px) {
  .slide-region__head {
    font-size: 3.5rem;
  }
}

.slide-region__text {
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0.1em;
}
@media (max-width: 767px) {
  .slide-region__text {
    font-size: 2.5rem;
  }
}

.slide-text {
  padding-top: 2.5rem;
  display: flex;
  gap: 4.9rem;
  border-bottom: 1px solid #7DA087;
  align-items: center;
}
@media (max-width: 767px) {
  .slide-text {
    flex-direction: column;
    border-bottom: 2px solid #7DA087;
    text-align: left;
    gap: 3.3rem;
    padding-top: 3.4rem;
    line-height: 1.6;
  }
}

.slide-text__head {
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  flex-shrink: 0;
  padding-left: 0.5rem;
}
@media (max-width: 767px) {
  .slide-text__head {
    font-size: 3.5rem;
    width: 100%;
    padding-left: 0;
    text-align: left;
  }
}

.slide-about {
  padding-bottom: 2.2rem;
}
@media (max-width: 767px) {
  .slide-about {
    padding-bottom: 3.9rem;
  }
}

.slide-about__head {
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-align: left;
}
@media (max-width: 767px) {
  .slide-about__head {
    font-size: 3.1rem;
  }
}

.slide-about__text {
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.05em;
  text-align: left;
  margin-top: 0.8rem;
}
@media (max-width: 767px) {
  .slide-about__text {
    font-size: 3.1rem;
    line-height: 1.55;
    margin-top: 1rem;
  }
}

.section-ttl-en {
  font-size: 5rem;
  font-weight: bold;
  letter-spacing: 0.05em;
}

.section-ttl-jp {
  font-size: 1.4rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  color: #7DA087;
  margin-left: 2.5rem;
}
@media (max-width: 767px) {
  .section-ttl-jp {
    font-size: 2.5rem;
    margin-top: 1.7rem;
  }
}

.prev2 {
  position: absolute;
  z-index: 2;
  top: 50%;
  width: 4rem;
  opacity: 0.7;
  height: 4rem;
  transform: translateY(-50%);
  left: 2.5rem;
}
@media (max-width: 767px) {
  .prev2 {
    left: 0rem;
    width: 6.2rem;
    height: 6.2rem;
    left: -4rem;
  }
}

.next2 {
  position: absolute;
  transform: translateY(-50%) rotate(180deg);
  z-index: 2;
  top: 50%;
  width: 4rem;
  height: 4rem;
  opacity: 0.7;
  right: 2.5rem;
}
@media (max-width: 767px) {
  .next2 {
    right: 0;
    width: 6.2rem;
    height: 6.2rem;
    right: -4rem;
  }
}

.swiper1 {
  position: relative;
}
@media (max-width: 767px) {
  .swiper1 {
    margin-left: 4rem;
    margin-right: 4rem;
  }
}

.slide {
  margin-top: 8.2rem;
}
@media (max-width: 767px) {
  .slide {
    margin-top: 7.8rem;
  }
}

@media (max-width: 767px) {
  .single-works .list-sec {
    padding-top: 15rem;
  }
}
@media (max-width: 767px) {
  .single-works .works-list {
    gap: 4.4rem 4.1rem;
  }
}
@media (max-width: 767px) {
  .single-works #works.section .works-item-ttl {
    font-size: 3.5rem !important;
  }
}
@media (max-width: 767px) {
  .single-works #works.section .works-item-cat {
    height: 3.6rem;
    margin-bottom: 1.5rem;
  }
}
@media (max-width: 767px) {
  .single-works .bl-contents-inner {
    padding-top: 10rem;
  }
}
@media (max-width: 767px) {
  .single-works .works-list {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 767px) {
  .single-works .works-item-cat {
    margin-top: 1.4rem;
    height: 3.6rem;
  }
}
@media (max-width: 767px) {
  .single-works .main-visual {
    height: 50.9rem;
  }
}
.single-works .list-sec {
  margin-top: 5.2rem;
}
.single-works .main-visual-content {
  background: url(../img/work/bg.jpg) no-repeat center center/cover !important;
}
@media (max-width: 767px) {
  .single-works .main-visual-content {
    background: url(../img/work/bg_sp.jpg) no-repeat center center/cover !important;
  }
}
.single-works #bl-contents-contact .bl-contents-inner {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
@media (max-width: 767px) {
  .single-works .btn {
    width: 40rem;
    height: 9.3rem;
    padding: 0;
    max-width: none;
    font-size: 3rem;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

.slide_contents {
  position: relative;
}
@media (max-width: 767px) {
  .slide_contents {
    margin-top: 4.9rem;
  }
}

.term-5 .cat:nth-of-type(1) a {
  background-color: #fff !important;
  color: #000 !important;
  font-weight: 500;
}
.term-5 .cat:nth-of-type(2) a {
  background-color: #024F2B !important;
  color: #fff !important;
  font-weight: bold;
}

.term-6 .cat:nth-of-type(1) a {
  background-color: #fff !important;
  color: #000 !important;
  font-weight: 500;
}
.term-6 .cat:nth-of-type(3) a {
  background-color: #024F2B !important;
  color: #fff !important;
  font-weight: bold;
}

.term-7 .cat:nth-of-type(1) a {
  background-color: #fff !important;
  color: #000 !important;
  font-weight: 500;
}
.term-7 .cat:nth-of-type(4) a {
  background-color: #024F2B !important;
  color: #fff !important;
  font-weight: bold;
}

.term-8 .cat:nth-of-type(1) a {
  background-color: #fff !important;
  color: #000 !important;
  font-weight: 500;
}
.term-8 .cat:nth-of-type(5) a {
  background-color: #024F2B !important;
  color: #fff !important;
  font-weight: bold;
}

.term-9 .cat:nth-of-type(1) a {
  background-color: #fff !important;
  color: #000 !important;
  font-weight: 500;
}
.term-9 .cat:nth-of-type(6) a {
  background-color: #024F2B !important;
  color: #fff !important;
  font-weight: bold;
}

@media (max-width: 767px) {
  .tax-works_category #bl-contents-contact .bl-contents-inner {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
@media (max-width: 767px) {
  .tax-works_category .list-sec {
    margin-top: 10rem;
  }
}/*# sourceMappingURL=works.css.map */