.l_mv {
  width: 100%;
  height: 56.25vw;
  min-height: 840px;
  overflow-y: hidden;
  position: relative;
  z-index: 0;
  padding-top: 108.96px;
  background-color: #fff;
}
.l_mv__lr {
  position: relative;
  z-index: 1;
  display: flex;
  height: 100%;
}
.l_mv__left {
  padding-top: 49px;
  width: 340px;
  height: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: row-reverse;
  justify-content: center;
  gap: 16px;
}
.l_mv__left .txt {
  display: block;
  width: 82px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.l_mv__left .txt img {
  width: 100%;
}
.l_mv__right {
  width: calc(100% - 340px);
  height: 100%;
}
.l_mv__right .mv-swiper {
  width: 100%;
  height: 100%;
}
.l_mv__right .mv-swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transform: scale(1);
  transition: transform 5s ease;
}
.l_mv__right .mv-swiper .swiper-slide.swiper-slide-active img {
  transform: scale(1.075);
}
.l_mv__box {
  padding: 32px 24px;
  background-color: rgba(255, 255, 255, 0.9);
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  width: 62.5%;
  max-width: 990px;
  min-width: 856px;
}
.l_mv__box .inner .lr {
  display: flex;
  align-items: center;
}
.l_mv__box .inner .lr .left {
  width: 50%;
}
.l_mv__box .inner .lr .left ul li {
  padding-left: 24px;
  position: relative;
  font-size: 1.7rem;
  color: #222222;
}
.l_mv__box .inner .lr .left ul li::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0px;
  background-image: url("../img/common/icon-check.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 19px;
  height: 19px;
  margin-right: 16px;
}
.l_mv__box .inner .lr .right {
  width: 50%;
}
.l_mv__box .inner .lr .right .btns .m_ctas .m_ctas__btn {
  width: 200px;
}

.l_first-works {
  position: absolute;
  right: 16px;
  top: 122px;
  width: 280px;
  background-color: rgba(255, 255, 255, 0.5);
  padding: 16px;
}
.l_first-works .item {
  width: 100%;
}
.l_first-works .item .thumb {
  width: 100%;
  aspect-ratio: 1/1;
}
.l_first-works .item figure .num-gr {
  width: 73px;
  height: 72px;
}
.l_first-works .item figure .num-gr .num {
  font-size: 2.4rem;
}
.l_first-works .item .body .title {
  font-size: 1.4rem;
}
.l_first-works .first-works-swiper {
  position: relative;
}
.l_first-works .first-works-swiper .swiper-slide {
  width: 100%;
}
.l_first-works .first-works-swiper .swiper-button-next,
.l_first-works .first-works-swiper .swiper-button-prev {
  color: #000;
  background-color: #CBBC9E;
  width: 22px;
  height: 45px;
}
.l_first-works .first-works-swiper .swiper-button-next::after,
.l_first-works .first-works-swiper .swiper-button-prev::after {
  font-size: 1.3rem !important;
}
.l_first-works .first-works-swiper .swiper-button-next {
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
}
.l_first-works .first-works-swiper .swiper-button-prev {
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
}

.l_event {
  padding: 105px 0;
}
.l_event__heading {
  margin-bottom: 29px;
}
.l_event__content .items {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px 2%;
}
.l_event__content .items .item {
  width: 48.75%;
}
.l_event__content .items .item .child-heading {
  margin-bottom: 32px;
  font-size: 2.4rem;
  padding-bottom: 8px;
  border-bottom: solid 5px rgba(58, 111, 83, 0.3);
  color: #555555;
}
.l_event__content .items .item .articles {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 2% 2%;
}
.l_event__content .items .item .articles article {
  padding: 16px;
  width: 48.75%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.l_event__content .items .item .articles article .thumb {
  position: relative;
  width: 100%;
  aspect-ratio: 1/1;
  background-color: #fff;
}
.l_event__content .items .item .articles article .thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  transition: transform 0.3s ease;
}
.l_event__content .items .item .articles article .thumb .event-badge {
  z-index: 10;
  position: absolute;
  top: 8px;
  right: 8px;
  font-size: 1.6rem;
  display: inline-block;
  padding: 4px 16px;
  color: #fff;
  border-radius: 50px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.l_event__content .items .item .articles article .thumb .event-badge.is-ended {
  background-color: #222;
}
.l_event__content .items .item .articles article .thumb .event-badge.is-current {
  background-color: #d40000;
}
.l_event__content .items .item .articles article .thumb .event-badge.is-upcoming {
  background-color: #0271f8;
}
.l_event__content .items .item .articles article .body {
  margin-top: 6px;
}
.l_event__content .items .item .articles article .body .term {
  border-top: #c9c5bf solid 1px;
  padding-top: 16px;
}
.l_event__content .items .item .articles article .body .term .start {
  color: #A2A28F;
  font-size: 1.3rem;
  font-weight: 500;
}
.l_event__content .items .item .articles article .body .term .start small {
  margin-right: 4.8px;
  font-weight: 400;
  color: #A2A28F;
  padding: 2px 4px;
  font-size: 1.3rem;
}
.l_event__content .items .item .articles article .body .term .start small::after {
  content: ":";
}
.l_event__content .items .item .articles article .body .term .end {
  color: #A2A28F;
  font-size: 1.3rem;
  font-weight: 500;
}
.l_event__content .items .item .articles article .body .term .end::before {
  margin-left: 8px;
  color: #ddd;
  content: " | ";
}
.l_event__content .items .item .articles article .body .term .end small {
  color: #A2A28F;
  padding: 2px 4px;
  font-size: 1.3rem;
}
.l_event__content .items .item .articles article .body .term .end small::after {
  content: ":";
}
.l_event__content .items .item .articles article .body .term .end {
  color: #A2A28F;
}
.l_event__content .items .item .articles article .body .location {
  padding: 4px;
  font-size: 1.3rem;
  color: #555;
}
.l_event__content .items .item .articles article .body .location .heading {
  font-size: 1.3rem;
  color: #555;
}
.l_event__content .items .item .articles article .body h4 {
  margin-top: 8px;
  font-size: 1.5rem;
  color: #222222;
}
.l_event__content .items .item .articles article:hover .thumb img {
  transform: scale(1.02);
  filter: brightness(1.01);
}
.l_event__content .items .item--wide {
  width: 100%;
}
.l_event__content .items .item--wide .articles {
  gap: 0;
  justify-content: space-between;
}
.l_event__content .items .item--wide .articles article {
  padding: 16px;
  width: 24%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.l_event__content .items .item--wide .articles article .thumb {
  width: 100%;
  aspect-ratio: 1/1;
}
.l_event__content .items .item--wide .articles article .thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.l_event__content .items .item--wide .articles article .body {
  margin-top: 12px;
}
.l_event__content .items .item--wide .articles article .body h4 {
  margin-top: 8px;
  font-size: 2rem;
  color: #222222;
  font-weight: 600;
}
.l_event__content .items .item--wide .articles article .body .description {
  margin-top: 8px;
  font-size: 1.5rem;
  color: #222222;
}
.l_event__content .btn {
  margin-top: 40px;
  text-align: center;
}

.l_whatis {
  padding: 105px 80px 0;
  background-color: #B1A07C;
  background-image: url(../img/section/materials/back.jpg);
  background-size: contain;
  background-position: bottom;
  background-repeat: no-repeat;
}
.l_whatis__heading {
  position: relative;
  margin-bottom: 32px;
  text-align: center;
}
.l_whatis__heading::after {
  content: "";
  position: absolute;
  top: -40px;
  left: 0;
  width: 219px;
  height: 100px;
  background-image: url(../img/section/whatis/txt-what.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
.l_whatis__heading .title {
  font-size: 4.2rem;
  font-weight: 600;
  color: #FFFFFF;
}
.l_whatis__content .topdesc {
  color: #FFFFFF;
  text-align: center;
}
.l_whatis__content .concern {
  margin-top: 32px;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.l_whatis__content .concern li {
  position: relative;
  font-size: 2.4rem;
  background-color: #FFFFFF;
  border-radius: 100px;
  padding: 16px 24px;
  color: #B1A07C;
  width: 58%;
  margin-left: auto;
  margin-right: auto;
  max-width: 780px;
}
.l_whatis__content .concern li strong {
  font-weight: 600;
}
.l_whatis__content .concern li:nth-of-type(1) {
  transform: translateX(-12px);
}
.l_whatis__content .concern li:nth-of-type(1)::after {
  content: "";
  position: absolute;
  top: 67px;
  left: -74px;
  transform: translateY(-50%) translateX(-50%);
  width: 120px;
  height: 101px;
  background-image: url(../img/section/whatis/illust-1.svg);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 2;
}
.l_whatis__content .concern li:nth-of-type(2) {
  transform: translateX(12px);
}
.l_whatis__content .concern li:nth-of-type(2)::after {
  content: "";
  position: absolute;
  top: 34px;
  right: -65px;
  transform: translateY(-50%) translateX(50%);
  width: 128px;
  height: 116px;
  background-image: url(../img/section/whatis/illust-2.svg);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 2;
}
.l_whatis__content .concern li:nth-of-type(3) {
  transform: translateX(-12px);
}
.l_whatis__content .concern li:nth-of-type(3)::after {
  content: "";
  position: absolute;
  top: 19px;
  left: -61px;
  transform: translateY(-50%) translateX(-50%);
  width: 136px;
  height: 111px;
  background-image: url(../img/section/whatis/illust-3.svg);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 2;
}

.l_feature {
  padding: 80px 0;
}
.l_feature__heading {
  margin-bottom: 32px;
  text-align: center;
}
.l_feature__content .items {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 40px 0;
}
.l_feature__content .items li {
  position: relative;
  width: 21%;
}
.l_feature__content .items li::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 66px;
  height: 66px;
  background-color: #fff;
  color: #CBBC9E;
  font-size: 4rem;
  font-weight: 600;
  font-family: "Plus Jakarta Sans", sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
}
.l_feature__content .items li .thumb {
  width: 100%;
  aspect-ratio: 1/1;
}
.l_feature__content .items li .heading {
  color: #fff;
  font-size: 2.2rem;
  text-align: center;
  font-weight: 600;
  margin-top: 16px;
  line-height: 1.4;
}
.l_feature__content .items li .desc {
  margin-top: 8px;
  font-size: 1.4rem;
  color: #fff;
}
.l_feature__content .items li:nth-of-type(1)::before {
  content: "01";
}
.l_feature__content .items li:nth-of-type(2)::before {
  content: "02";
}
.l_feature__content .items li:nth-of-type(3)::before {
  content: "03";
}
.l_feature__content .items li:nth-of-type(4)::before {
  content: "04";
}

.l_materials {
  padding: 0px 0;
}
.l_materials__heading {
  margin-bottom: 32px;
  text-align: center;
}
.l_materials__content {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.l_materials__content .whitebox {
  transform: translateY(0px);
  background-color: #fff;
  padding: 80px 80px;
  border-radius: 100px 100px 0 0;
}
.l_materials__content .whitebox .upper .lr {
  display: flex;
  justify-content: space-between;
}
.l_materials__content .whitebox .upper .lr .left {
  width: 40%;
}
.l_materials__content .whitebox .upper .lr .right {
  padding-left: 32px;
  width: 60%;
}
.l_materials__content .whitebox .upper .items {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 24px 0;
}
.l_materials__content .whitebox .upper .items li {
  width: 21%;
}
.l_materials__content .whitebox .upper .items li figure {
  width: 100%;
  aspect-ratio: 1/1;
}
.l_materials__content .whitebox .upper .items li figure img {
  width: 100%;
  height: 100%;
}
.l_materials__content .whitebox .upper .items li h3 {
  margin-top: 8px;
  font-size: 1.8rem;
  text-align: center;
  font-weight: 400;
  color: #222;
}
.l_materials__content .whitebox .lower {
  margin-top: 40px;
}
.l_materials__content .whitebox .lower .lr {
  display: flex;
  justify-content: space-between;
}
.l_materials__content .whitebox .lower .lr .left {
  padding-right: 32px;
  width: 70%;
}
.l_materials__content .whitebox .lower .lr .right {
  width: 30%;
}
.l_materials__content .whitebox .lower .items {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 24px 0;
}
.l_materials__content .whitebox .lower .items li {
  width: 17%;
}
.l_materials__content .whitebox .lower .items li figure {
  width: 100%;
  aspect-ratio: 1/1;
}
.l_materials__content .whitebox .lower .items li figure img {
  width: 100%;
  height: 100%;
}
.l_materials__content .whitebox .lower .items li h3 {
  margin-top: 8px;
  font-size: 1.8rem;
  text-align: center;
  font-weight: 400;
  color: #222;
}
.l_materials__content .whitebox .heading-gr {
  margin-bottom: 24px;
}
.l_materials__content .whitebox .heading-gr .microcopy {
  font-size: 2rem;
  color: #B1A07C;
  font-weight: 400;
}
.l_materials__content .whitebox .heading-gr h2 {
  font-size: 3.2rem;
  letter-spacing: 0.1em;
  font-weight: 600;
  color: #B1A07C;
}
.l_materials__content-2 {
  margin-top: 0px;
}
.l_materials__content-2 .single-btn {
  text-align: center;
}
.l_materials__content-2 .double-btns {
  margin-top: 24px;
  display: flex;
  justify-content: center;
  gap: 24px;
}
.l_works {
  padding: 105px 0 0;
}
.l_works__heading {
  margin-bottom: 32px;
}
.l_works__heading .copy {
  margin-top: 16px;
  font-size: 5rem;
}
.l_works__content .bottom-content {
  margin-top: 56px;
  padding-left: 100px;
  padding-right: 100px;
}
.l_works__content .bottom-content .lr {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.l_works__content .bottom-content .lr .left {
  padding-right: 32px;
  width: 70%;
}
.l_works__content .bottom-content .lr .right {
  text-align: right;
  width: 30%;
}
.l_works__content .keywordbox-outer {
  margin-top: 40px;
  padding-left: 100px;
  padding-right: 100px;
}

.l_gallery {
  padding: 105px 0;
}
.l_gallery .l_gallery__wrap {
  overflow: hidden;
  width: 100%;
}
.l_gallery .l_gallery__items {
  display: flex;
  width: -moz-max-content;
  width: max-content;
  animation: scroll-gallery 10s linear infinite;
}
.l_gallery .l_gallery__items .item {
  flex-shrink: 0;
  width: 300px;
  margin-right: 16px;
}
.l_gallery .l_gallery__items .item img {
  width: 100%;
  display: block;
}
@keyframes scroll-gallery {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.l_gallery__btn {
  margin-top: 64px;
  text-align: center;
}
.l_gallery__btn .microcopy {
  font-size: 2rem;
  font-weight: 400;
  display: block;
}
.l_gallery__btn .btn {
  margin-top: 16px;
}
.l_gallery__btn .btn a {
  margin-top: 24px;
  display: inline-block;
}

.l_cta {
  position: relative;
  padding: 80px 0;
  background-image: url(../img/section/cta/back.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.l_cta::before {
  content: "";
  background-color: #000;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.6;
}
.l_cta__inner {
  position: relative;
  z-index: 2;
}
.l_cta__inner .lr {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.l_cta__inner .lr .left {
  width: calc(100% - 420px);
}
.l_cta__inner .lr .left .heading-gr .microcopy {
  font-size: 2rem;
  color: #fff;
  font-weight: 400;
}
.l_cta__inner .lr .left .heading-gr h2 {
  font-size: 3.2rem;
  letter-spacing: 0.125em;
  font-weight: 600;
  color: #fff;
}
.l_cta__inner .lr .left .desc {
  margin-top: 16px;
  font-size: 1.6rem;
  line-height: 2;
  color: #fff;
}
.l_cta__inner .lr .right {
  position: relative;
  width: 420px;
}
.l_cta__inner .lr .right::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  background-image: url(../img/section/cta/txt.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  height: 133px;
  transform: translateY(-60%);
}
.l_cta__inner .lr .right .btn a {
  width: 100%;
  margin-top: 24px;
  display: inline-block;
  border-radius: 50px;
  background-color: #B1A07C;
  color: #fff;
  padding: 16px 24px;
  font-size: 1.6rem;
  font-weight: 600;
}
.l_cta__inner .lr .right .btn a .upper {
  font-size: 1.3rem;
  display: block;
  text-align: center;
  font-weight: 100;
}
.l_cta__inner .lr .right .btn a .lower {
  font-size: 1.7rem;
  display: block;
  text-align: center;
}

.l_cta-contact {
  position: relative;
  padding: 80px 0;
  background-color: #F5F2EC;
}
.l_cta-contact__inner {
  position: relative;
  z-index: 2;
}
.l_cta-contact__inner .lr {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.l_cta-contact__inner .lr .left h2 {
  font-size: 3.2rem;
  letter-spacing: 0.125em;
  font-weight: 600;
  color: #222;
}
.l_cta-contact__inner .lr .right {
  position: relative;
}
.l_voice {
  margin-top: 80px;
  padding: 105px 0;
  background-color: rgba(162, 162, 143, 0.05);
}
.l_voice__heading {
  margin-bottom: 32px;
  text-align: center;
}
.l_voice__content .slider .swiper .swiper-wrapper .swiper-slide {
  padding: 11px 0;
}
.l_voice__content .btn {
  margin-top: 40px;
  text-align: center;
}

.l_modelhousebanner {
  padding: 80px 0;
}
.l_modelhousebanner__inner .banner .banner__item .caution {
  margin-top: 16px;
  font-size: 1.4rem;
  color: #222;
  font-weight: 400;
  line-height: 1.8;
  background-color: #fafafa;
  padding: 32px;
  border-radius: 8px;
}

.l_news {
  padding: 0 0 105px;
}
.l_news__content {
  margin-top: 56px;
}
.l_news__content .newslist ul li a {
  display: flex;
  border-bottom: #CCCCCC 1px solid;
  padding: 16px 0;
}
.l_news__content .newslist ul li a time {
  color: #3A6F53;
  font-size: 1.6rem;
}
.l_news__content .newslist ul li a h3 {
  margin-left: 16px;
  font-size: 1.6rem;
  color: #222222;
  font-weight: 400;
}
.l_news__content .btn {
  margin-top: 40px;
  text-align: center;
}

.l_about {
  padding: 105px 0;
  background-color: #B1A07C;
}
.l_about .lr {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.l_about .lr .left {
  padding-right: 24px;
  width: 50%;
}
.l_about .lr .left .desc {
  margin-top: 16px;
  font-size: 1.6rem;
  line-height: 2;
  color: #fff;
}
.l_about .lr .right {
  width: 50%;
}
.l_about .lr .right .items {
  display: flex;
  justify-content: space-between;
}
.l_about .lr .right .items li {
  position: relative;
  z-index: 0;
  width: 32%;
  aspect-ratio: 1/1.5;
}
.l_about .lr .right .items li::after {
  transition-duration: 0.75s;
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.6));
  pointer-events: none;
}
.l_about .lr .right .items li a {
  opacity: 1;
  display: block;
  height: 100%;
}
.l_about .lr .right .items li figure {
  margin: 0 !important;
  height: 100%;
  overflow: hidden;
}
.l_about .lr .right .items li figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition-duration: 0.75s;
}
.l_about .lr .right .items li a h3 {
  position: relative;
  z-index: 2;
  position: absolute;
  bottom: 16px;
  left: 8px;
  font-size: 1.6rem;
  color: #fff;
  font-weight: 400;
}
.l_about .lr .right .items li:hover::after {
  transition-duration: 0.75s;
  opacity: 0.5;
}
.l_about .lr .right .items li:hover img {
  transform: scale(1.1);
  filter: brightness(1.01);
  transition-duration: 0.75s;
}

.l_column {
  padding: 105px 0;
  background-color: #F5F2EC;
}
.l_column__content {
  margin-top: 56px;
  margin-left: auto;
  margin-right: 0;
  width: calc(50% + 640px);
  overflow: hidden;
}
.l_column__content .btn {
  margin-top: 40px;
  text-align: left;
}

.l_blog {
  padding: 105px 0;
}
.l_blog__content {
  margin-top: 56px;
  margin-left: auto;
  margin-right: 0;
  width: calc(50% + 640px);
  overflow: hidden;
}
.l_blog__content .btn {
  margin-top: 40px;
  text-align: left;
}

@media screen and (max-width: 768px) {
  .l_mv {
    height: 120vw;
    min-height: initial;
    padding-top: 60px;
    overflow: initial;
  }
  .l_mv__lr {
    position: relative;
    z-index: 1;
    display: flex;
    height: 100%;
  }
  .l_mv__left {
    padding-top: 49px;
    width: 24%;
  }
  .l_mv__left .txt {
    display: block;
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
  .l_mv__left .txt img {
    width: 100%;
  }
  .l_mv__right {
    width: 76%;
    margin: 0 0 0 auto;
  }
  .l_mv__box {
    display: none;
    position: initial;
    padding: 32px 16px;
    width: 100%;
    max-width: 990px;
    min-width: initial;
  }
  .l_mv__box .inner .lr {
    display: block;
  }
  .l_mv__box .inner .lr .left {
    width: 100%;
  }
  .l_mv__box .inner .lr .left ul li {
    padding: 4px 16px;
    font-size: 1.5rem;
  }
  .l_mv__box .inner .lr .left ul li::before {
    top: 17px;
    transform: translateY(-50%);
    width: 15px;
    height: 15px;
    margin-right: 16px;
  }
  .l_mv__box .inner .lr .right {
    width: 100%;
  }
  .l_mv__box .inner .lr .right .btns .m_ctas .m_ctas__btn {
    width: 200px;
  }
  .l_first-works {
    display: none;
  }
  .l_event {
    padding: 32px 0;
  }
  .l_event__heading {
    margin-bottom: 16px;
  }
  .l_event__content .items {
    gap: 24px 0;
  }
  .l_event__content .items .item {
    width: 100%;
  }
  .l_event__content .items .item .child-heading {
    margin-bottom: 16px;
    font-size: 1.7rem;
    padding-bottom: 2.4px;
    border-bottom: solid 2.5px rgba(58, 111, 83, 0.3);
  }
  .l_event__content .items .item .articles article {
    padding: 8px 8px 16px 8px;
    width: 48.75%;
  }
  .l_event__content .items .item .articles article .thumb {
    position: relative;
  }
  .l_event__content .items .item .articles article .thumb .event-badge {
    font-size: 1.2rem;
    padding: 2.4px 8px;
    top: 4px;
    right: 4px;
  }
  .l_event__content .items .item .articles article .body {
    margin-top: 3px;
  }
  .l_event__content .items .item .articles article .body .term {
    padding-top: 8px;
    margin-top: 8px;
  }
  .l_event__content .items .item .articles article .body .term .start {
    display: block;
    width: 100%;
    font-size: 1.25rem;
  }
  .l_event__content .items .item .articles article .body .term .start small {
    margin-right: 2.4px;
    font-size: 1.25rem;
  }
  .l_event__content .items .item .articles article .body .term .end {
    display: block;
    width: 100%;
    font-size: 1.25rem;
    font-weight: 500;
  }
  .l_event__content .items .item .articles article .body .term .end::before {
    display: none;
  }
  .l_event__content .items .item .articles article .body .term .end small {
    margin-right: 4.8px;
    padding: 2px 4px;
    font-size: 1.25rem;
  }
  .l_event__content .items .item .articles article .body .location {
    padding: 4px;
    font-size: 1.2rem;
    color: #555;
  }
  .l_event__content .items .item .articles article .body .location .heading {
    font-size: 1.3rem;
    color: #555;
  }
  .l_event__content .items .item .articles article .body h4 {
    margin-top: 8px;
    font-size: 1.25rem;
  }
  .l_event__content .items .item .articles article:hover .thumb img {
    transform: scale(1.02);
    filter: brightness(1.01);
  }
  .l_event__content .items .item--wide {
    width: 100%;
  }
  .l_event__content .items .item--wide .articles {
    justify-content: space-between;
    gap: 16px 0;
  }
  .l_event__content .items .item--wide .articles::after {
    display: none;
  }
  .l_event__content .items .item--wide .articles article {
    padding: 12px;
    width: 48.75%;
  }
  .l_event__content .items .item--wide .articles article .body {
    margin-top: 6px;
  }
  .l_event__content .items .item--wide .articles article .body h4 {
    margin-top: 4px;
    font-size: 1.5rem;
  }
  .l_event__content .items .item--wide .articles article .body .description {
    margin-top: 4px;
    font-size: 1.3rem;
  }
  .l_event__content .btn {
    margin-top: 24px;
  }
  .l_whatis {
    padding: 64px 0 0;
    background-image: url(../img/section/materials/back.jpg);
  }
  .l_whatis__heading {
    margin-bottom: 16px;
  }
  .l_whatis__heading::after {
    top: -40px;
    left: 50%;
    transform: translateX(-50%);
    width: 140px;
    height: 60px;
  }
  .l_whatis__heading .title {
    font-size: 2.4rem;
    font-weight: 600;
    color: #FFFFFF;
  }
  .l_whatis__content .topdesc {
    text-align: left;
  }
  .l_whatis__content .concern {
    margin-top: 32px;
    text-align: center;
    gap: 12px;
  }
  .l_whatis__content .concern li {
    position: relative;
    font-size: 1.5rem;
    padding: 8px;
    width: 85%;
  }
  .l_whatis__content .concern li strong {
    font-weight: 600;
  }
  .l_whatis__content .concern li:nth-of-type(1) {
    transform: translateX(0px);
    margin-left: auto;
    margin-right: 0;
  }
  .l_whatis__content .concern li:nth-of-type(1)::after {
    top: 0px;
    left: 0;
    transform: translateX(-100%);
    width: 20%;
    height: 12vw;
  }
  .l_whatis__content .concern li:nth-of-type(2) {
    transform: translateX(0px);
    margin-left: 0;
    margin-right: auto;
  }
  .l_whatis__content .concern li:nth-of-type(2)::after {
    top: 0;
    right: 0;
    transform: translateX(100%);
    width: 22%;
    height: 15vw;
  }
  .l_whatis__content .concern li:nth-of-type(3) {
    transform: translateX(0px);
    margin-left: auto;
    margin-right: 0;
  }
  .l_whatis__content .concern li:nth-of-type(3)::after {
    top: 0px;
    left: 0;
    transform: translateX(-100%);
    width: 17%;
    height: 13vw;
  }
  .l_feature {
    padding: 40px 0;
  }
  .l_feature__heading {
    margin-bottom: 16px;
    text-align: center;
  }
  .l_feature__content .items {
    gap: 24px 0;
  }
  .l_feature__content .items li {
    width: 48.75%;
  }
  .l_feature__content .items li::before {
    width: 40px;
    height: 40px;
    font-size: 2.4rem;
  }
  .l_feature__content .items li .heading {
    font-size: 1.5rem;
    margin-top: 8px;
  }
  .l_feature__content .items li .desc {
    margin-top: 4px;
    font-size: 1.25rem;
  }
  .l_materials {
    padding: 0px 0;
  }
  .l_materials__heading {
    margin-bottom: 16px;
  }
  .l_materials__content .whitebox {
    padding: 32px 16px;
    border-radius: 20px 20px 0 0;
  }
  .l_materials__content .whitebox .upper .lr {
    display: block;
  }
  .l_materials__content .whitebox .upper .lr .left {
    width: 100%;
  }
  .l_materials__content .whitebox .upper .lr .right {
    margin-top: 24px;
    padding-left: 0px;
    width: 100%;
  }
  .l_materials__content .whitebox .upper .items {
    gap: 12px 0;
    justify-content: space-between;
  }
  .l_materials__content .whitebox .upper .items li {
    width: 24%;
  }
  .l_materials__content .whitebox .upper .items li figure {
    margin-bottom: 0;
  }
  .l_materials__content .whitebox .upper .items li h3 {
    margin-top: 4px;
    font-size: 1.3rem;
  }
  .l_materials__content .whitebox .lower {
    border-top: solid 1px #B1A07C;
    padding-top: 24px;
    margin-top: 24px;
  }
  .l_materials__content .whitebox .lower .lr {
    flex-direction: column-reverse;
  }
  .l_materials__content .whitebox .lower .lr .left {
    margin-top: 24px;
    padding-right: 0px;
    width: 100%;
  }
  .l_materials__content .whitebox .lower .lr .right {
    width: 100%;
  }
  .l_materials__content .whitebox .lower .items {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 24px 1%;
  }
  .l_materials__content .whitebox .lower .items li {
    width: 24%;
  }
  .l_materials__content .whitebox .lower .items li figure {
    width: 100%;
    aspect-ratio: 1/1;
  }
  .l_materials__content .whitebox .lower .items li figure img {
    width: 100%;
    height: 100%;
  }
  .l_materials__content .whitebox .lower .items li h3 {
    margin-top: 4px;
    font-size: 1.3rem;
  }
  .l_materials__content .whitebox .heading-gr {
    margin-bottom: 12px;
  }
  .l_materials__content .whitebox .heading-gr .microcopy {
    font-size: 1.4rem;
  }
  .l_materials__content .whitebox .heading-gr h2 {
    font-size: 2.2rem;
  }
  .l_materials__content-2 {
    margin-top: 24px;
  }
  .l_materials__content-2 .single-btn {
    text-align: center;
  }
  .l_materials__content-2 .double-btns {
    margin-top: 24px;
    padding: 24px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
  }
  .l_works {
    padding: 40px 0 0;
  }
  .l_works__heading {
    margin-bottom: 16px;
  }
  .l_works__heading .copy {
    margin-top: 8px;
    font-size: 2.4rem;
  }
  .l_works__content .bottom-content {
    margin-top: 12px;
    padding-left: 0px;
    padding-right: 0px;
  }
  .l_works__content .bottom-content .lr {
    flex-direction: column;
  }
  .l_works__content .bottom-content .lr .left {
    margin-top: 12px;
    padding-right: 0px;
    width: 100%;
  }
  .l_works__content .bottom-content .lr .right {
    margin-top: 12px;
    text-align: center;
    width: 100%;
  }
  .l_works__content .keywordbox-outer {
    margin-top: 24px;
    padding-left: 0px;
    padding-right: 0px;
  }
  .l_gallery {
    padding: 24px 0;
  }
  .l_gallery .l_gallery__items .item {
    width: 150px;
    margin-right: 8px;
  }
  .l_gallery .l_gallery__items .item img {
    width: 100%;
    display: block;
  }
  .l_gallery__btn {
    margin-top: 12px;
  }
  .l_gallery__btn .microcopy {
    font-size: 1.5rem;
    margin-bottom: 8px;
  }
  .l_gallery__btn .btn {
    margin-top: 24px;
  }
  .l_gallery__btn .btn a {
    margin-top: 12px;
  }
  .l_cta {
    padding: 64px 0 40px;
  }
  .l_cta__inner {
    position: relative;
  }
  .l_cta__inner .lr {
    display: block;
  }
  .l_cta__inner .lr .left {
    width: 100%;
  }
  .l_cta__inner .lr .left .heading-gr .microcopy {
    font-size: 1.4rem;
  }
  .l_cta__inner .lr .left .heading-gr h2 {
    font-size: 2.4rem;
    line-height: 1.6;
  }
  .l_cta__inner .lr .left .desc {
    margin-top: 8px;
    font-size: 1.3rem;
    line-height: 1.7;
  }
  .l_cta__inner .lr .right {
    position: initial;
    width: 100%;
  }
  .l_cta__inner .lr .right::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 59%;
    margin-left: auto;
    margin-right: auto;
    height: 17vw;
    transform: translateY(-60%);
  }
  .l_cta__inner .lr .right .btn a {
    width: 100%;
    margin-top: 12px;
    padding: 8px 12px;
    font-size: 1.4rem;
  }
  .l_cta__inner .lr .right .btn a .upper {
    font-size: 1.2rem;
    display: block;
    text-align: center;
    font-weight: 100;
  }
  .l_cta__inner .lr .right .btn a .lower {
    font-size: 1.5rem;
    display: block;
    text-align: center;
  }
  .l_cta-contact {
    padding: 40px 0;
  }
  .l_cta-contact__inner .lr {
    display: block;
  }
  .l_cta-contact__inner .lr .left h2 {
    font-size: 2.4rem;
    line-height: 1.6;
    text-align: center;
  }
  .l_cta-contact__inner .lr .right {
    margin-top: 16px;
    position: relative;
    text-align: center;
  }
  .l_voice {
    margin-top: 40px;
    padding: 40px 0;
  }
  .l_voice__heading {
    margin-bottom: 16px;
  }
  .l_voice__content .slider .swiper .swiper-wrapper .swiper-slide {
    padding: 4px 0;
  }
  .l_voice__content .btn {
    margin-top: 24px;
  }
  .l_modelhousebanner {
    padding: 40px 0;
  }
  .l_modelhousebanner__inner .banner .banner__item .caution {
    margin-top: 8px;
    font-size: 1.1rem;
    line-height: 1.8;
    padding: 16px;
    border-radius: 8px;
  }
  .l_news {
    padding: 0 0 40px;
  }
  .l_news__content {
    margin-top: 28px;
  }
  .l_news__content .newslist ul li a {
    display: block;
    padding: 8px 0;
  }
  .l_news__content .newslist ul li a time {
    font-size: 1.25rem;
  }
  .l_news__content .newslist ul li a h3 {
    margin-left: 8px;
    font-size: 1.4rem;
  }
  .l_news__content .btn {
    margin-top: 24px;
  }
  .l_about {
    padding: 40px 0;
  }
  .l_about .lr {
    display: block;
  }
  .l_about .lr .left {
    padding-right: 0px;
    width: 100%;
  }
  .l_about .lr .left .desc {
    margin-top: 8px;
    font-size: 1.4rem;
    line-height: 1.8;
  }
  .l_about .lr .right {
    margin-top: 12px;
    width: 100%;
  }
  .l_about .lr .right .items li a h3 {
    bottom: 16px;
    left: 8px;
    font-size: 1.2rem;
  }
  .l_column {
    padding: 40px 0;
  }
  .l_column__content {
    margin-top: 28px;
    width: 100%;
  }
  .l_column__content .btn {
    margin-top: 24px;
    text-align: center;
  }
  .l_blog {
    padding: 40px 0;
  }
  .l_blog__content {
    margin-top: 28px;
    width: 100%;
  }
  .l_blog__content .btn {
    margin-top: 24px;
    text-align: center;
  }
}/*# sourceMappingURL=layout.css.map */