@charset "utf-8";
/* common */
.align-center {text-align: center;}
.align-right {text-align: right;}
.u-shadow {
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
}
.u-dshadow {
  filter: drop-shadow(0px 0px 16px rgba(0,0,0,0.35));
}
/*サムネイル出力用*/
.thumb-1-1,
.thumb-4-3,
.thumb-16-9 {
  width: 100%;
  position: relative;
}
.thumb-1-1::before,
.thumb-4-3::before,
.thumb-16-9::before {
  display: block;
  content: "";
}
.thumb-1-1::before {
  padding-top: 100%;
}
.thumb-4-3::before {
  padding-top: 67%;
}
.thumb-16-9::before {
  padding-top: 53%;
}
.thumb-1-1 img,
.thumb-4-3 img,
.thumb-16-9 img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.thumb-1-1.img-contain img {
  object-fit: contain;
}
.bread-nav__list span br {
  display: none;
}
/*TOP*/
#fv {
  height: calc(100vh - 160px);
}
@media screen and (max-width: 815px) {
  #fv {
    height: calc(100vh - 60px);
  }
}
.idx_fv {
  position: relative;
  color: #ffffff;
}
.idx_fv::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.3);
}
.idx_fv .fv-text {
  font-size: 80px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: bold;
  letter-spacing: 0.2em;
  z-index: 2;
}
.idx_fv .fv-text span {
  font-size: 64px;
}
@media (max-width: 815px) {
  .idx_fv .fv-text {
    font-size: 48px;
  }
  .idx_fv .fv-text span {
    font-size: 32px;
  }
}
.idx_fv-seinou {
  width: 400px;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all .2s;
}
.idx_fv-seinou:hover {
  opacity: 0.7;
}
.idx_fv-seinou img {
  width: 100%;
  height: auto;
  margin: 16px;
}
@media (max-width: 815px) {
  .idx_fv-seinou {
    width: 50%;
    max-width: 300px;
  }
}
@media (max-width: 815px) {
.idx_catch {
  font-size: 20px;
}
}
@media (max-width: 815px) {
  #top-policy {
    background-position: right center;
  }
}
.top-blog__list .post-tags span:not(:last-of-type) {
  margin-right: 10px;
}
/* idx - threehouse */
@media (max-width: 815px) {
  .top-threehouse-main-box {
    display: block;
  }
  .top-threehouse-sub {
    display: none;
  }
}
/* idx - works */
.t-example-info__title {
  display: inline-block;
  background-color: #453333;
  padding: 8px 16px;
}
/* idx - post */
.idx_post {
  width: 100%;
}
.idx_post .title_ja {
  font-size: 36px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 50px;
}
.idx_post .title_en {
  color: var(--base-color2);
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 90px;
}
.idx_post-inner {
  width: 100%;
  padding: 100px 50px 30px;
  border: solid 3px var(--base-color5);
  background: #fff;
}
.idx_postlist {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
.idx_postlist-detail {
  display: flex;
  flex-direction: row;
  justify-content:space-between;
  align-items: flex-start;
  width: 48%;
  color: var(--base-color2);
}
.idx_postlist-detail:not(:nth-last-child(-n+2)) {
  padding-bottom: 60px;
  margin-bottom: 60px;
  border-bottom: solid 2px var(--base-color5);
}
.idx_postlist-detail--thumb {
  width: 48%;
  position: relative;
}
.idx_postlist-detail--thumb.ended::after {
  font-size: 20px;
}
.idx_postlist-detail--info {
  width: 48%;
}
@media (max-width: 815px) {
  .idx_post {
    margin-bottom: 70px;
  }
  .idx_post .title_ja {
    font-size: 25px;
		margin-bottom: 30px;
  }
  .idx_post .title_en {
		font-size: 13px;
		margin-bottom: 50px;
  }
  .idx_post-inner {
    padding: 50px 15px;
  }
  .idx_postlist-detail {
    width: 100%;
  }
  .idx_postlist-detail:not(:nth-last-child(1)) {
    padding-bottom: 30px;
		margin-bottom: 30px;
    border-bottom: solid 2px var(--base-color5);
  }
  .idx_postlist-detail--thumb {
    width: 50%;
  }
  .idx_postlist-detail--thumb.ended::after {
    font-size: 14px;
  }
  .idx_postlist-detail--info {
    width: 50%;
    padding-left: 20px;
  }
}
/* idx - news */
.idx_news {
  width: 100%;
  padding: 30px 50px;
  border: solid 3px var(--base-color5);
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.idx_news dt {
  width: 20%;
  padding: 16px 0;
  border-bottom: 1px solid var(--base-color5);
}
.idx_news dd {
  width: 80%;
  padding: 16px 0;
  border-bottom: 1px solid var(--base-color5);
}
.idx_news dd a {
  color: var(--base-color2);
  text-decoration: underline;
}
.idx_news dt:last-of-type {
  border-bottom: none;
}
.idx_news dd:last-of-type {
  border-bottom: none;
}
@media (max-width: 815px) {
  .idx_news {
    flex-direction: column;
    padding: 24px;
  }
  .idx_news dt {
    width: 100%;
    border-bottom: none;
    padding: 16px 0 0 0;
  }
  .idx_news dd {
    width: 100%;
  }
}
.idx_news_more {
  padding: 24px 0;
}
.idx_news_more a {
  color: var(--base-color2);
}

/*スタッフ出力用*/
.staff__list {
  flex-direction: row;
  flex-wrap: wrap;
}
.staff__list .staff-thumb {
  margin: 0;
  padding: 0;
  height: auto;
  border: 1px solid transparent;
}
.staff__list .staff-thumb img {
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transform: unset;
  clip-path: polygon(50% 0, 95% 25%, 95% 75%, 50% 100%, 5% 75%, 5% 25%);
}
.staff-detail-header {
  margin-bottom: 120px;
}
@media (max-width: 815px) {
  .staff-detail-header {
    margin-bottom: 100px;
  }
}
.staff-detail--image {
  width: 80%;
  max-width: 600px;
  margin: 0 auto 40px auto;
  position: relative;
}
.staff-detail--image img {
  clip-path: polygon(50% 0, 95% 25%, 95% 75%, 50% 100%, 5% 75%, 5% 25%);
}
.staff-detail--content {
  font-size: 16px;
  line-height: 1.75;
  text-align: center;
  margin-bottom: 120px;
}
@media (max-width: 815px) {
  .staff-detail--content {
    text-align: left;
    margin-bottom: 100px;
  }
}

.staff-question--content  {
  font-size: 16px;
  line-height: 1.75;
}
.staff-question--content img {
  display: block;
  width: 100%;
  max-width: 800px;
  height: auto;
  margin: 2rem auto;
}
.staff-detail--copy {
  position: absolute;
  display: inline-block;
  bottom: 30%;
  right: -30px;
  padding: 8px 16px;
  background-color: #aea29a;
  color: #ffffff;
  font-size: 2em;
  z-index: 2;
}
@media (max-width: 815px) {
  .staff-detail--copy {
    font-size: 1.2em;
    bottom: 20%;
  }
}
/*modelhouse*/
.fv-modelhouse--alp {
  background-image:url('../../assets/img/pages/modelhouse_01_fv.jpg');
}
.fv-modelhouse--shimogori {
  background-image:url('../../assets/img/pages/modelhouse_02_fv.jpg');
}
.fv-modelhouse--galileo {
  background-image:url('../../assets/img/pages/modelhouse_03_fv.jpg');
}
.cmn-modelhouse__bnr-main .text02 {
  font-size: 14px;
  line-height: 1.75;
  margin-bottom: 24px;
}


.fv-archive--column {
  background-image:url('../../assets/img/pages/column_fv.jpg');
}
.fv-archive--works {
  background-image:url('../../assets/img/pages/works_fv.jpg');
}
.fv-archive--event {
  background-image:url('../../assets/img/pages/event_fv.jpg');
}
.fv-archive--voice {
  background-image:url('../../assets/img/pages/voice_fv.jpg');
}


.categories-event {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}
.categories-event li {
  width: 18%;
  margin-bottom: 20px;
}
@media (max-width: 815px) {
  .categories-event li {
    width: 46%;
  }
}
#page-fv {
  position: relative;
  height: 50vh;
  max-height: 500px;
  color: #fff!important;
}
#page-fv::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
#page-fv.single_works-header::before,
#page-fv.single_housing-header::before {
  display: none;
}
.single_housing-header {
  max-height: unset!important;
}
@media (max-width: 815px) {
  .single_housing-header {
    height: auto!important;
    aspect-ratio: 16 / 9;
  }
}
.page-fv__in {
  z-index: 1;
  color: #ffffff;
}
.page-fv__in h1 {
  color: #ffffff;
}
.page-fv__in .title_ja {
  font-size: var(--base-fontL-size);
  font-weight: normal;
  line-height: 1.6;
  margin-top: 70px;
  /*color: var(--base-color2);*/
  color: #ffffff;
}
.main-catch .contents-catch__title {
  margin-top: 40px;
}

/* post */
.post-header {
  margin-bottom: 120px;
}
.post-header__author a {
  color: var(--base-color1);
}
.post-contents h2{
  margin: 2rem 0 1rem 0;
}
.post-contents p {
  margin-bottom: 1.5rem;
}
.single-column .post-contents h2 {
  font-size: 1.5rem;
  font-weight: bold;
  margin: 2rem 0 1rem 0;
  padding: 0 0 0 1rem;
  background-color: var(--base-color7);
}
.single-column .post-contents h3 {
  font-size: 1.4rem;
  font-weight: bold;
  margin: 2rem 0 1rem 0;
  border-bottom: 1px solid var(--base-color1);
}
.single-column .post-contents h4 {
  font-size: 1.2rem;
  font-weight: bold;
}
.single-column .post-contents h5 {
  font-weight: bold;
}
.single-column .post-contents p {
  font-size: 16px;
  line-height: 2em;
}
.single-column .post-contents img {
  display: block;
  margin: 1rem auto;
}
.single-column #toc_container li {
  line-height: 1.75;
}
/* company */
.company_greeting {
  width: 100%;
  max-width: 1200px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 0 auto 100px auto;
}
.company_greeting-image {
  width: 35%;
  margin-right: 40px;
}
.company_greeting-image img {
  width: 100%;
  height: auto;
}
.company_greeting-text {
  width: 55%;
  font-size: 1.2em;
  line-height: 1.75;
}
.company_greeting-text p {
  margin-bottom: 24px;
}
.company_greeting-text--catch {
  margin-bottom: 32px;
}
.company_greeting-text--position {
  font-size: 1.2em;
}
.company_greeting-text--name {
  font-size: 1.6em;
}
.company_greeting-text--name span {
  font-size: 0.8em;
  padding-left: 20px;
}
@media (max-width: 815px) {
  .company_greeting {
    flex-direction: column;
  }
  .company_greeting-image {
    width: 100%;
    margin: 0;
  }
  .company_greeting-image img {
    width: 70%;
    height: auto;
    margin: 20px auto;
    display: block;
  }
  .company_greeting-text {
    width: 100%;
    font-size: 1em;
  }
}
.company_information {
  margin-bottom: 120px;
}
.company_history {
  margin-bottom: 120px;
}
.company_info-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: inherit;
  border-top: 1px solid #aea29a;
  margin-bottom: 40px;
  line-height: 1.75;
}
.company_info-list dt {
  width: 30%;
  padding: 24px;
  border-bottom: 1px solid #e6e6e6;
  background-color: #aea29a;
  color: #ffffff;
  font-weight: bold;
}
.company_info-list dd {
  width: 70%;
  padding: 24px;
  border-bottom: 1px solid #aea29a;
  background-color: #ffffff;
  margin: 0;
}
.company_info-list dd li {
  margin-bottom: 1rem;
}
@media (max-width: 815px) {
  .company_info-list  {
    flex-direction: column;
  }
  .company_info-list dt {
    width: 100%;
  }
  .company_info-list dd {
    width: 100%;
  }
}
.company_info-history {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  font-size: 16px;
  line-height: 1.75;
}
.company_info-history dt {
  width: 15%;
  position: relative;
  padding: 0 20px 40px 20px;
  font-weight: bold;
}
.company_info-history dt::before {
  content: "";
  width: 30px;
  height: 30px;
  position: absolute;
  top: 0;
  right: -15px;
  border: 2px solid #aea29a;
  background-color: #FFF;
  border-radius: 15px;
  box-sizing: border-box;
  z-index: 2;
}
.company_info-history dd {
  width: 80%;
  position: relative;
  padding: 0 20px 40px 40px;
}
.company_info-history dd:not(:last-of-type)::after {
  content: "";
  width: 2px;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0;
  background-color: #aea29a;
}
@media (max-width: 815px) {
  .company_info-history {
    flex-direction: column;
  }
  .company_info-history dt,
  .company_info-history dd {
    width: 100%;
    padding-top: 0;
    padding-left: 40px;
    padding-bottom: 20px;
  }
  .company_info-history dt::before {
    left: 0;
    right: unset;
  }
  .company_info-history dt:not(:last-of-type)::after {
    content: "";
    width: 2px;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 15px;
    background-color: #aea29a;
  }
  .company_info-history dd:not(:last-of-type)::after {
    left: 15px;
  }
}
/* privacy */
.privacy_content {
  line-height: 1.75;
}
.privacy_content p {
  margin-bottom: 1em;
}
.privacy-headline01 {
  font-size: 1.6em;
  position: relative;
  padding-bottom: 40px;
  margin-top: 60px;
  margin-bottom: 40px;
  text-align: center;
}
.privacy-headline01::before {
  position: absolute;
  content: "";
  width: 100px;
  height: 2px;
  background-color: #aea29a;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.privacy-headline02 {
  font-size: 1.4em;
  margin: 2em 0 1em 0;
}

/*分譲テスト用*/
.house-info__category span:first-child {
  margin-left: unset;
}
.house-info__category span {
  margin-left: unset;
  margin-bottom: 4px;
}
.house-info__category span:not(:last-of-type) {
  margin-right: 4px;
  margin-left: 0;
}
.house-info__category span.ptype_pricedown {
  background-color: #cc9b7a;
}
.house-info__category span.ptype_negotiation {
  background-color: #ba676f;
}
.image-grid {
  display: grid;
  gap: 20px;
  grid-template-columns: 1fr 1fr;
}

/*分譲住宅・土地*/
@media (max-width: 815px) {
  .blog-land-nav {
    display: none;
  }
}
.cmn-page-nav__list2 {
  display: grid;
  grid-template-columns: repeat(3,1fr);
}
.cmn-page-nav__list2 li {
  margin: 0 4px;
  text-align: center;
}
.cmn-page-nav__list2 li a {
  position: relative;
  display: block;
  padding: 32px 0 40px 0;
  background: #fff;
  border-radius: 0 0 16px 16px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  height: 100%;
}
.cmn-page-nav__list2 li a::before {
  display: block;
  position: absolute;
  bottom: 8px;
  left: 50%;
  transform: translateX(-50%);
  font-family: "Font Awesome 6 Free";
  font-size: 16px;
  font-weight: 900;
  content: "\f078";
}
.cmn-page-nav__list2 li a .c-p-n__en {
  margin-bottom: 16px;
}
.cmn-page-nav__list2 li a .c-p-n__ja {
  margin-top: 0;
}
.cmn-page-nav__list2 li.active a {
  background: var(--base-color6);
  color: var(--base-color1);
  font-weight: bold;
}
.cmn-page-nav__list2 li.active a::before {
  display: none;
}
.cmn-page-nav__list2 li.active a .c-p-n__ja,
.cmn-page-nav__list2 li.active a .c-p-n__en {
  color: #ffffff;
}
@media (max-width: 815px) {
  .cmn-page-nav {
    margin-bottom: 80px;
  }
  .cmn-page-nav__list2 li a {
    padding: 16px 0 24px 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .cmn-page-nav__list2 li a .c-p-n__en {
    display: none;
  }
  .cmn-page-nav__list2 li a .c-p-n__ja {
    font-size: 12px;
    margin-top: 0;
  }
  .cmn-page-nav__list2 li a::before {
    font-size: 12px;
    bottom: 8px;
  }
}

.housing_category {
  margin-bottom: 70px;
}
.housing_category__title {
  display: none;
}
.housing_category__list {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(5,1fr);
  padding: 0 40px;
}
.housing_category__list li {
  position: relative;
  font-style: normal;
}
.housing_category__list li:nth-of-type(4n) {
  margin-right: 0;
}
.housing_category__list li a {
  display: block;
  padding: 20px 0;
  color: var(--base-color1);
  background: var(--base-color4);
  box-shadow: 6px 6px 0 var(--base-color6);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  position: relative;
  text-align: center;
}
.housing_category__list li a.active {
  background-color: #ffd100;
}
.housing_category__list li a:hover {
  background: #fff;
}
.housing_gallary-detail--thumb {
  border-radius: 8px;
  overflow: hidden;
}
.housing_gallary-detail--thumb a {
  transition: all .2s;
}
.housing_gallary-detail--thumb a:hover {
  opacity: 0.8;
}
@media (max-width: 815px) {
  .housing_category {
    margin-bottom: 40px;
  }
  .housing_category__title {
    display: block;
    font-size: 18px;
    border-radius: 4px;
    padding: 10px 10px;
    background-color: var(--base-color6);
    margin-bottom: 10px;
  }
  .housing_category__list {
    display: none;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    padding: 0;
  }
  .housing_category.is-active .housing_category__list {
    display: flex;
    flex-direction: column;
  }
  .housing_category .housing_category__title::after {
    content: "\f078";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    margin-left: 10px;
    display: inline-block;
    transition: all 0.5s;
  }
  .housing_category.is-active .housing_category__title::after {
    transform: rotate(180deg);
  }
}
.housing-detail {
  font-size: var(--base-fontM22-size);
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.housing-detail dl {
  width: 50%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  border-top: 1px solid var(--base-color5);
}
.housing-detail dl:last-of-type {
  border-bottom: 1px solid var(--base-color5);
}
.housing-detail dl.box01 {
  width: 100%;
}
.housing-detail dl dt {
  width: 300px;
  padding: 20px 40px;
}
.housing-detail dl dt span {
  display: inline-block;
  width: 100%;
  padding: 5px 0 7px;
  color: #fff;
  background: var(--base-color1);
  border-radius: 1000px;
  font-weight: 500;
  text-align: center;
}
.housing-detail dl dd {
  flex: 1;
  padding: 20px 0;
}
.housing-detail dl.box01 dd {

}
@media (max-width: 815px) {
  .housing-detail {
    flex-direction: column;
  }
  .housing-detail dl {
    width: 100%;
    flex-direction: column;
  }
  .housing-detail dl > * {
    width: 100%;
  }
  .housing-detail dl dt {
    padding: 20px 0 0 0;
  }
  .housing-detail dl dt span {
    display: inline-block;
    width: 200px;
  }
}
.housing-single--present img {
  display: block;
  margin: 24px auto;
}
.housing-single--present_txt {
  font-size: 16px;
  margin: 0 auto;
  max-width: 800px;
}
.housing-single--present_txt .present_txt-title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 1rem;
}
.housing-single--present_txt ul {
  padding-left: 24px;
}
.housing-single--present_txt ul li {
  list-style: disc;
  margin-bottom: 0.6rem;
}
.land-bnrarea {
  text-align: center;
  padding: 32px 24px 24px 24px;
}
@media (max-width: 815px) {
  .land-bnrarea {
    padding: 24px 0;
  }
}
.housing_content {
  font-size: 16px;
  line-height: 1.75;
}
.housing_content h3 {
  font-size: 1.6rem;
  margin-bottom: 1rem;
}
.housing_content p:not(:last-of-type) {
  margin-bottom: 1rem;
}

/* page - works*/
.works-wrapper {
  margin: 0 auto;
  width: 100%;
  max-width: 1200px;
}
.works-mainvisual {
  width: 100%;
  max-width: 1200px;
  position: relative;
  margin: 125px auto 0 auto;
  aspect-ratio: 16/9;
}
.works-mainvisual img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.works-header {
  margin: 60px 0;
}
.works-header--title {
  font-size: 40px;
  line-height: 1.5;
  margin-bottom: 16px;
}
.works-header--area {
  font-size: 24px;
  margin-bottom: 16px;
}
.works-header--postdate {
  font-size: 16px;
  color: #666666;
}
.works-contents {
  position: relative;
  font-size: 16px;
  line-height: 2rem;
  color: #241506;
  padding-bottom: 120px;
}
.works-contents::after {
  position: absolute;
  bottom: 60px;
  left: 0;
  content: "";
  width: 120px;
  height: 1px;
  background-color: #241506;
}
.works-snap {
  width: 100%;
  display: grid;
  gap: 40px;
  grid-template-columns: repeat(1,1fr);
  max-width: 800px;
  margin: 0 auto 100px auto;
}
.works-snap a.works_snap-detail {
  display: block;
  width: 100%;
  position: relative;
  aspect-ratio: 1/1;
  /* border: 1px solid #ccc; */
  transition: all .2s;
}
.works-snap a:hover {
  opacity: 0.8;
}
.works-snap a.works_snap-detail img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.works_snap-detail--comment {
  background-color: #fff;
  padding: 16px;
}
.works-related {
  position: relative;
  padding:30px 0;
}
.works-related::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  width: 120px;
  height: 1px;
  background-color: #241506;
}
.works-related--headline {
  font-size: 24px;
  margin-bottom: 30px;
}
.works-related--list {
  display: grid;
  gap: 40px;
  grid-template-columns: repeat(3,1fr);
}
.works-related--list a {
  font-weight: normal;
  color: #241506;
  transition: all .2s;
}
.works-related--list a:hover {
  opacity: 0.7;
}
.works_related-detail--head {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
  margin-bottom: 16px;
}
.works_related-detail--head img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.works_related-detail--body {
  position: relative;
  padding: 0 40px 0 16px;
}
.works_related-detail--body::after {
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
  font-size: 24px;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f138";
}
.works_related-detail--body .title_ja {
  font-size: 18px;
}

@media (max-width: 815px) {
  .works-wrapper {
    padding: 0 16px;
  }
  .works-mainvisual {
    margin-top: 50px;
  }
  .works-header {
    margin: 16px 0 30px 0;
    text-align: center;
  }
  .works-header--title {
    font-size: 24px;
  }
  .works-header--area {
    font-size: 16px;
  }
  .works-header--postdate {
    font-size: 12px;
  }
  .works-contents {
    font-size: 14px;
  }
  .works-snap {
    gap: 24px;
    grid-template-columns: repeat(1,1fr);
    margin-bottom: 40px;
  }
  .works-related--headline {
    font-size: 18px;
  }
  .works-related--list {
    grid-template-columns: repeat(1,1fr);
  }
  .works_related-detail--body .title_ja {
    font-size: 16px;
  }
  .post-pager.works .prev a {
    display: flex;
    flex-direction: column;
  }
  .post-pager.works .next a {
    display: flex;
    flex-direction: column-reverse;
    align-items: flex-end;
  }
  .post-pager.works .next i.arrow {
    margin: 0 0 20px 0;
  }
}
.contents.works {
  padding-top: 0;
}

.bread-nav.works {
  background-color: #aea29a;
  padding: 8px 0;
}
.bread-nav.works a {
  color: #ffffff;
}

/*資料請求*/
.request-document__thumb {
  background: none;
}
.request-document__thumb img {
  width: 100%;
  height: auto;
}

/*フォーム*/
.contact-form {
  font-size: 16px;
}
.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form textarea,
.contact-form select {
  font-size: 16px;
  max-width: 100%;
}
.contact-form input[type="text"] {
  min-height: 50px;
  padding: 8px;
}
.contact-form textarea {
  width: 100%;
}
.contact-form select {
  padding: 10px;
  min-width: 50%;
}
.contact-form textarea {
  max-height: 160px;
}
.contact-address-wrap {
  flex-wrap: wrap;
}
.mw_wp_form .error {
  width: 100%;
  line-height: 1;
  background-color: #ffeaff;
  padding: 8px;
  margin-top: 2px;
}
.contact-salesattention {
  width: -moz-fit-content;
  width: fit-content;
  border: 1px solid var(--base-color1);
  padding: 24px 48px;
  margin: 24px auto 0 auto;
  line-height: 1.75;
}
@media (max-width: 815px) {
  .contact-salesattention {
    width: 100%;
    padding: 24px 16px;
  }
}
.mwform-checkbox-field {
  display: inline-block;
  font-size: 16px;
  padding: 4px 0;
}
.mw_wp_form .horizontal-item + .horizontal-item {
  margin-left: unset!important;
  margin-right: 16px;
}
.contact-form table td {
  font-size: 16px;
}
.form-select--col2 {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
}
.form-select--col2:not(:last-of-type) {
  margin-bottom: 24px;
}
.form-select--col2 dt {
  padding-right: 16px;
}
.form-select--col2 dd {
  padding-right: 32px;
}
/*lightbox*/
.lum-lightbox {
  z-index: 20000;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 100px 0;
}
.lum-lightbox-inner {
  margin: 100px 0;
}
.lum-close-button {
  opacity: 1;
  position: absolute;
  right: 16px;
  top: 32px;
  width: 40px;
  height: 40px;
}
.lum-lightbox-position-helper img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
/*event*/
.event_outer {
  padding: 120px 0;
}
.event_archive-headline01 {
  position: relative;
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 40px;
}
.event_archive-headline01::before {
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  width: 200px;
  height: 4px;
  background-color: var(--base-color2);
}
@media (max-width: 815px) {
  .event_outer {
    padding: 60px 0;
  }
  .event_archive-headline01 {
    font-size: 24px;
  }
}
.event_category__section {
  margin-top: 40px;
}
.event_category__list {
  display: grid;
  gap: 20px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
.event_category__list li {
  position: relative;
  font-style: normal;
}
.event_category__list li:nth-of-type(4n) {
  margin-right: 0;
}
.event_category__list li a {
  display: block;
  padding: 20px 0;
  color: var(--base-color1);
  background: var(--base-color4);
  box-shadow: 6px 6px 0 var(--base-color6);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  position: relative;
  text-align: center;
}
.event_category__list li a.active {
  background-color: #ffd100;
}
.event_category__list li a:hover {
  background: #fff;
}
.event_category__title {
  font-size: 18px;
  padding: 16px;
  background-color: var(--base-color6);
  margin-bottom: 20px;
  border-radius: 4px;
}
@media (max-width: 815px) {
  .event_category__list {
    display: none;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  .event_category.is-active .event_category__list {
    display: flex;
    flex-direction: column;
  }
  .event_category__title {
    padding: 10px 10px;
    background-color: var(--base-color6);
    margin-bottom: 10px;
  }
  .event_category .event_category__title::after {
    content: "\f078";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    margin-left: 10px;
    display: inline-block;
    transition: all 0.5s;
  }
  .event_category.is-active .event_category__title::after {
    transform: rotate(180deg);
  }
}
.event_ended {
  position: relative;
}
.event_ended div.ended_mes {
  position: absolute;
  top: 0;
  left: 0;
  color: #ffffff;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  padding: 16px;
}
.ended::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "終了しました";
  color: #ffffff;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
}

/* footer */
.sitemap__list {
  display: grid;
  grid-template-rows: repeat(7, 1fr);
  grid-template-columns: repeat(2, 1fr);
  grid-auto-flow: column;
  column-gap: 20px;
}
@media (max-width: 815px) {
  .threehouse-plan__slide .inner {
    overflow: hidden;
  }
}
.footer-fixed {
  display: none;
  visibility: hidden;
  opacity: 0;
  transition: all .2s;
}
@media (max-width: 815px) {
  .footer-fixed.show {
    visibility: visible;
    opacity: 1;
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    background-color: #e67d22;
    z-index: 10;
  }
  .footer-fixed a {
    display: block;
    width: 50%;
    padding: 16px 0;
    font-size: 16px;
    color: #ffffff;
    text-align: center;
  }
  .footer-fixed a:hover {
    background-color: var(--base-color6);
  }
  .footer-fixed a:not(:last-of-type) {
    border-right: 1px solid #ffffff;
  }
  #backtotop.show {
    bottom: 64px;
  }
  .grecaptcha-badge {
    bottom: 0!important;
  }
}

@media (max-width: 815px) {
  #global-footer {
    padding-bottom: 64px;
  }
}
.footer-bnr {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  margin-bottom: 40px;
}
.footer-bnr li:not(:first-of-type) {
  margin-left: 16px;
}
@media (max-width: 815px) {
  .footer-bnr {
    flex-direction: column;
  }
  .footer-bnr li:not(:first-of-type) {
    margin-left: 0;
    margin-top: 10px;
  }
  .footer-bnr li img {
    width: 100%;
    height: auto;
  }
}

/*modal*/
.sakai_modal {
  max-width: 640px;
  position: fixed;
  right: 80px;
  bottom:24px;
  z-index: 800;
}
.sakai_modal img.bn {
  width: auto;
  max-width: 100%;
  height: auto;
  box-shadow:0px 0px 10px 0px #999999;
}
.sakai_modal-close {
  position: absolute;
  top:-16px;
  right:-16px;
}
.btn_close {
  width:40px;
}
@media (max-width: 815px) {
  .sakai_modal {
    max-width: 100%;
    bottom: 70px;
    right: 16px;
    left: 16px;
  }
  .btn_close {
    width: 32px;
  }
}
/*event-lp*/
.cmn-contents__img.w-100 img {
  max-width: 100%;
}
.lp-faq_list-detail {
  margin-bottom: 32px;
}
.lp-faq_list-detail--question {
  font-size: 24px;
  margin-bottom: 1rem;
}
.lp-faq_list-detail--question i {
  margin-right: 8px;
}
.lp-faq_list-detail--answer {
  font-size: 16px;
  line-height: 1.75;
  padding: 20px;
  background-color: #ffffff;
  border-radius: 8px;
}
@media (max-width: 815px) {
  .lp-faq_list-detail--question {
    font-size: 18px;
    margin-bottom: 1rem;
  }
  .lp-faq_list-detail--answer {
    padding: 16px 20px;
  }
}
.lp-staff_list-detail {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  background-color: #ffffff;
  border-radius: 16px;
  padding: 24px;
}
.lp-staff_list-detail:not(:last-of-type) {
  margin-bottom: 40px;
}
.lp-staff_list-detail--thumb {
  position: relative;
  width: 30%;
  max-width: 300px;
  border-radius: 50%;
  overflow: hidden;
}
.lp-staff_list-detail--thumb::after {
  display: block;
  content: "";
  padding-top: 100%;
}
.lp-staff_list-detail--thumb img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.lp-staff_list-detail--info {
  text-align: left;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 70%;
  padding-left: 24px;
}
.lp-staff_list-detail--info_name {
  font-size: 24px;
  margin-bottom: 8px;
}
.lp-staff_list-detail--info_position {
  margin-bottom: 16px;
}
.lp-staff_list-detail--info_comment {
  line-height: 1.75;
}
@media (max-width: 815px) {
  .lp-staff_list-detail {
    align-items: flex-start;
  }
}

/* concept */
.concept_8commit {
  display: grid;
  grid-template-columns: repeat(1,1fr);
  gap: 80px;
}
.concept_8commit-detail {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: row;
}
.concept_8commit-detail:nth-of-type(2n) {
  flex-direction: row-reverse;
}
.concept_8commit-detail a {
  display: inline-block;
  border: 1px solid var(--base-color1);
  padding: 4px 24px;
  border-radius: 16px;
  color: var(--base-color1);
}
.concept_8commit-detail .concept_8commit-detail--info {
  width: 100%;
  background-color: var(--base-color4);
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  position: relative;
  box-sizing: border-box;
}
.concept_8commit-detail .concept_8commit-detail--info p {
  line-height: 1.75;
  margin-bottom: 32px;
}
@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400;700&display=swap');
.concept_8commit-detail .concept_8commit-detail--info::before {
  content: attr(data-no);
  position: absolute;
  top: 0;
  right: 0;
  color: var(--base-color5);
  opacity: 0.6;
  font-size: 140px;
  font-family: 'Dancing Script', cursive;
  line-height: 1;
}
.concept_8commit-detail:nth-of-type(2n) .concept_8commit-detail--info::before {
  right: unset;
  left: 0;
}
.concept_8commit-detail--title {
  position: relative;
  font-size: 24px;
  margin-bottom: 24px;
}
@media screen and (max-width: 815px) {
  .concept_8commit {
    grid-template-columns: repeat(1,1fr);
  }
  .concept_8commit-detail,
  .concept_8commit-detail:nth-of-type(2n) {
    flex-direction: column;
  }
  .concept_8commit-detail .concept_8commit-detail--info {
    width: 100%;
    text-align: center;
    align-items: center;
  }
  .concept_8commit-detail--title {
    font-size: 18px;
  }
}
.p-country-name {
  display: none;
}