@charset "UTF-8";
/* ----------------------------- 下層メインビジュアル */
.main {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 220px 0 100px;
  text-align: center;
  color: #fff;
  position: relative;
}

.main:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1;
}

.main h1 {
  font-size: 4rem;
  letter-spacing: 0.1em;
}

.main .sub {
  font-size: 2rem;
  letter-spacing: 0.1em;
  margin-top: 10px;
}

.main h1, .main .sub {
  position: relative;
  z-index: 9;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: .2em;
}
.main_heroImg{
  position: relative;
}
.main_heroImg img{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
}

.main_heroImg img.brandLogo{
  position: relative;
  height: auto;
}
/* .main_concept:before {
  display: none;
} */

/* .main_lineup:before {
  display: none;
} */
/* 
.main_life_label {
  background-image: url(images/common/main_life_label.jpg);
} */

.main_contact {
  background-image: url(images/common/main_contact.jpg);
}

.main_single h1 {
  text-transform: uppercase;
}
/* ----------------------------- CONCEPT */
.concept_block {
  padding-bottom: 100px;
}

.concept_block ul {
  margin-top: 0;
}

.concept_block ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 80px;
  align-items: center;
}

.concept_block ul li:last-child {
  margin-bottom: 0;
}

.concept_block ul li:nth-child(odd) .img {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.concept_block ul li:nth-child(odd) .txt {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.concept_block ul li .img {
  width: 48%;
}

.concept_block ul li .txt {
  width: 48%;
}

.concept_block ul li .txt .tit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.concept_block ul li .txt .tit h4 {
  font-size: 2rem;
  color: #fff;
  display: block;
  position: relative;
  margin: 0;
  width: 90px;
  height: 100px;
  background: #9cc45a;
  -webkit-clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
          clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
}

.concept_block ul li .txt .tit h4 span {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  text-align: center;
  width: 100%;
  height: 1.5em;
}

.concept_block ul li .txt .tit h3 {
  font-size: 2.2rem;
  margin: 0;
  margin-left: 1em;
  width: 75%;
}

.concept_block ul li .txt p {
  font-size: 1.6rem;
  line-height: 1.6em;
  margin-top: 20px;
}

.concept_block1 {
  padding-top: 80px;
}

.concept_block1 .read {
  font-size: 18px;
  letter-spacing: .1em;
  line-height: 2;
  text-align: center;
  margin-bottom: 100px;
}

.concept_common1 {
  padding-bottom: 0 !important;
}


.concept_link ul li:last-child {
  border-bottom: 0;
}

.concept_link ul li a {
  max-width: 1000px;
  margin: 0 auto;
  padding: 60px 0;
  display: block;
  position: relative;
}

.concept_link ul li a:hover {
  opacity: 0.65;
}

.conceptLink-ttl{
  font-size: 30px;
}

.concept_link ul li p {
  margin-top: 10px;
  font-size: 1.8rem;
}

/* ----------------------------- DESIGN */
.design_block1 {
  padding: 100px 0 60px;
}

.design_block1 .box1 .read {
  font-size: 18px;
  letter-spacing: .1em;
  line-height: 2;
  text-align: center;
}

.design_block1 .box1 .chart {
  width: 100%;
  margin: 80px auto 0;
  text-align: center;
}

.design_block1 .box1 .chart img{
  max-width: 700px;
  aspect-ratio: 1 / 0.98;
}
.design_block2 {
  padding-bottom: 0 !important;
}

.design_block2 .box2 ul {
  margin-top: 60px;
}

/* ----------------------------- PERFORMANCE STRUCTURE */
.performance_block1 {
  padding: 100px 0;
}

.performance_block1 .read {
  font-size: 18px;
  letter-spacing: .1em;
  line-height: 2;
  text-align: center;
}

.performance_block1 .box {
  margin-top: 80px;
  padding: 1px 0 80px;
}

.performance_block1 .box h2 {
  font-size: 3.4rem;
  text-align: center;
  color: #fff;
}

.performance_block1 .box p {
  margin-top: 20px;
  font-size: 1.6rem;
  text-align: center;
  color: #fff;
  letter-spacing: .1em;
  line-height: 2;
}

.performance_block1 .box ul {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  gap: 10px;
}

.performance_block1 .box ul li {
    display: flex;
    width: calc(33% - 6.66px);
    background: #fff;
    border-radius: 50%;
    padding: 46px 0 26px;
    text-align: center;
    aspect-ratio: 1 / 1;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.performance_block1 .box ul li h4 {
  font-size: 2rem;
  margin: 0;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
}

.performance_block1 .box ul li:last-of-type h4 {
  margin-top: -10px;
}

.performance_block1 .box ul li .grade {
  font-size: 1.8rem;   
  margin-top: 10px;
  font-family: "Noto Serif JP", serif;
  font-weight: 300;
  color: #9CC45A;
}

.performance_block1 .box ul li .grade.grade--upperAdjust{
  margin-top: -10px;
}
.performance_block1 .box ul li .grade strong {
  display: block;
  font-size: 8rem;
  line-height: 1em;
}

.performance_block1 .box ul li p {
  margin: 0;
  margin-top: 10px;
  font-size: 1.6rem;
  font-weight: bold;
}

.performance_block1 .box ul li p.inCircle{
  color: #212529;
  font-family: "Noto Serif JP", serif;
  font-weight: 300;
}
.performance_block1 .box .inner {
  margin-top: 60px;
}

.performance_block1 .box .inner table {
  border: 1px solid #fff; 
  font-size: 2rem;
  width: 520px;
  margin: 0 auto 20px;
}

.performance_block1 .box .inner table th {
  padding: 10px 30px 10px 15px;
  position: relative;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  font-weight: normal;
  font-family: "Noto Serif JP", serif;
  color: #fff;
  height: max-content;
}

.performance_block1 .box .inner table th .line {
    height: 100%;
    width: auto;
    position: absolute;
    right: 0;
    top: 0;
}
.performance_block1 .box .inner table th .line img{
  width: auto;
  height: 100%;
  display: block;
}

.performance_block1 .box .inner table td {
  padding: 10px 15px;
  text-align: right;
  font-family: "Noto Serif JP", serif;
  color: #fff;
}

.performance_block2 {
  padding-bottom: 0 !important;
}

.performance_block2 .box2 ul li:first-child {
  width: 100%;
}

.performance_block2 .box2 ul li:first-child .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.performance_block2 .box2 ul li:first-child .inner .detail {
  width: 48%;
}

.performance_block2 .box2 ul li:nth-child(3) {
  margin-right: 2% !important;
}

.performance_block2 .box2 ul li:last-child {
  margin-right: 0;
}

.performance_block2 .box2 ul li .btn1 {
  margin: 40px auto;
}

/* ----------------------------- SUPPORT */
.support_block1 {
  padding: 100px 0;
}

.support_block1 .box1 .read {
  font-size: 18px;
  letter-spacing: .1em;
  line-height: 2;
  text-align: center;
}

.support_block1 .box1 .img {
  text-align: center;
  margin-top: 80px;
}

.support_block2 {
  padding-bottom: 0 !important;
}

/* ----------------------------- PROCESS */
.process_block1 {
  padding-top: 100px;
}

.process_block1 .box1 .read {
  font-size: 18px;
  letter-spacing: .1em;
  line-height: 2;
  text-align: center;
}

.process_block2 {
  padding-bottom: 0 !important;
}

.process_block2 .box2 ul li .img {
  margin-top: 0;
  margin-bottom: 20px;
}

.process_block2 .box2 ul li .btn1 {
  width: 250px;
  margin: 20px auto 0;
}

/* ----------------------------- FEATURES */
.features_block1 {
  padding-top: 100px;
}

.features_block1 .box1 .read {
  font-size: 18px;
  letter-spacing: .1em;
  line-height: 2;
  text-align: center;
}

.features_link {
  max-width: 1000px;
  margin: 100px auto 0;
}

.features_link ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.features_link ul li {
  width: 33%;
  margin-bottom: 0.5%;
}

.features_link ul li a {
  display: block;
  background: #ABBF6F;
  padding: 15px 1em;
  font-size: 2rem;
  color: #fff;
  position: relative;  
  font-family: "Noto Serif JP", serif;
}

.features_link ul li a:after {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  right: 5%;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 9;
}

/* ----------------------------- FEATURES下層共通 */
.features_common1 {
  padding-top: 100px;
}

.features_common1 h2 {
  font-size: 4rem;
  text-align: center;
}

.features_common1 .box {
  margin-top: 100px;
}

.features_common1 .box .inner {
  margin-top: 60px;
}

.features_common1 .box .inner .txt {
  margin-top: 40px;
}

.features_common1 .box .inner .txt p {
  font-size: 1.7rem;
  line-height: 2em;
}

.features_common2 {
  padding-top: 100px;
  padding-bottom: 0 !important;
}

/* ----------------------------- LINE UP */
.lineup_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.lineup_list li {
  width: 32%;
  margin-right: 2%;
  margin-bottom: 3%;
}

.lineup_list li:nth-child(3n) {
  margin-right: 0;
}

.lineup_list li .txt {
  margin-top: 20px;
}

.lineup_list li .txt h3 {
  font-size: 2.4rem;
  border-bottom: 1px dashed #231815;
}

.lineup_list li .txt h3 small {
  font-size: 50%;
  margin-left: 1em;
}

.lineup_list li .txt p {
  margin-top: 10px;
  font-size: 1.5rem;
}

.lineup_block1 .read {
  font-size: 18px;
  letter-spacing: .1em;
  line-height: 2;
  text-align: center;
  margin-bottom: 100px;
}

.lineup_block1 .chart {
  max-width: 700px;
  margin: 80px auto 0;
}

.lineup_block1 ul {
  margin-top: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.lineup_block1 ul li {
  width: 32%;
  margin-right: 2%;
  margin-bottom: 4%;
}

.lineup_block1 ul.chart-imgs{
  margin-top: 0;
  display: block;
}

.lineup_block1 ul li.chart-img{
    position: absolute;
}

.lineup_block1 ul li:nth-child(3n) {
  margin-right: 0;
}

.lineup_block1 ul li .txt {
  margin-top: 20px;
}

.lineup_block1 ul li .txt h3 {
  font-size: 24px;
  font-family: "Noto Serif JP", serif;
}

.lineup_block1 ul li .txt h3 small {
  font-size: 50%;
  margin-left: 1em;
}

.lineup_block1 ul li .txt p {
  margin-top: 10px;
  font-size: 1.5rem;
}

/* ----------------------------- 各LINE UP共通 */
.more_request {
  background: rgba(156, 196, 90, 0.5);
  padding: 100px 0;
}

.more_request .box {
  background: #fff;
  padding: 6% 8%;
  text-align: center;
}

.more_request .box h3 {
  font-size: 30px;
  max-width: 4000px;
  margin: 0 auto;
  font-family: "Noto Serif JP", serif;
}

.more_request .box h3 small {
  display: block;
  font-size: 80%;
  border-top: 1px solid;
  padding-top: 5px;
  margin-top: 5px;
}

.more_request .box ul {
  margin-top: 40px;
  display: inline-block;
}

.more_request .box ul li {
  font-size: 2rem;
  text-align: left;
  margin-bottom: 10px;
  font-family: "Noto Serif JP", serif;
}

.more_request .box ul li:before {
  content: '';
  display: inline-block;
  position: relative;
  top: -4px;
  margin-right: 5px;
  width: 20px;
  height: 12px;
  border-left: 4px solid #9cc45a;
  border-bottom: 4px solid #9cc45a;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.more_request .box ul li:last-child {
  margin-bottom: 0;
}

.more_request .box ul li span {
  color: #9cc45a;
  border-bottom: 1px solid #9cc45a;
}

.more_request .box .img {
  margin-top: 30px;
}

.more_request .box .btn1 {
  margin: 40px auto 0;
}

.catalog .box h3 {
  max-width: 405px;
}

.housing_performance {
  background: url(images/common/housing_performance_bg.jpg) center no-repeat;
  background-size: cover;
  padding: 100px 0;
  color: #fff;
}

.housing_performance h2 {
  font-size: 3.2rem;
  text-align: center;
  letter-spacing: 0.1em;
}

.housing_performance h3 {
  font-size: 2.4rem;
  text-align: center;
  margin: 0;
  margin-top: 40px;
}

.housing_performance p {
  font-size: 1.6rem;
  text-align: center;
  margin-top: 20px;
}

.housing_performance ul {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.housing_performance ul li {
  width: 30%;
  margin-right: 5%;
  background: #fff;
  border-radius: 50%;
  padding: 46px 0 26px;
  text-align: center;
  color: #231815;
}

.housing_performance ul li h4 {
  font-size: 2rem;
  margin: 0;
}

.housing_performance ul li .grade {
  font-size: 1.8rem;
  color: #9cc45a;
  margin-top: 10px;
}


.housing_performance ul li .grade strong {
  display: block;
  font-size: 8rem;
  line-height: 1em;
}

.housing_performance ul li p {
  margin: 0;
  margin-top: 10px;
  font-size: 1.6rem;
  font-weight: bold;
}

.housing_performance .inner {
  margin-top: 60px;
}

.housing_performance .inner table {
  border: 1px solid #fff;
  font-size: 2rem;
  width: 480px;
  margin: 0 auto 20px;
}

.housing_performance .inner table th {
  padding: 10px 30px 10px 15px;
  position: relative;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  font-weight: normal;
}

.housing_performance .inner table th .line {
  width: 15px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
}

.housing_performance .inner table th .line:before, .housing_performance .inner table th .line:after {
  content: "";
  display: block;
  width: 200%;
  height: 1px;
  background: #fff;
  position: absolute;
  right: -7px;
}

.housing_performance .inner table th .line:before {
  top: 11px;
  -webkit-transform: rotate(60deg);
          transform: rotate(60deg);
}

.housing_performance .inner table th .line:after {
  bottom: 11px;
  -webkit-transform: rotate(-60deg);
          transform: rotate(-60deg);
}

.housing_performance .inner table td {
  padding: 10px 15px;
  text-align: right;
}

.housing_performance .btn1 {
  margin: 40px auto 0;
}

.lineup_common1 {
  padding: 40px 0 0;
}

.underBar-ttl--style {
  font-size: 30px;
  margin-top: 80px;
}

.pageStyle-subTtl{
  margin-top: 0;
  text-align: center;
  font-family: "Noto Serif JP", serif;    
  font-size: 28px;
  font-weight: 500;
  letter-spacing: .15em;
}

.lineup_common1 .box {
  margin-top: 80px;
}

.lineup_common1 .box .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 80px;
}

.lineup_common1 .box .inner:last-child {
  margin-bottom: 0;
}

.lineup_common1 .box .inner .img {
  width: 50%;
}

.lineup_common1 .box .inner p {
  width: 45%;
  font-size: 1.8rem;
  line-height: 2em;
}

.lineup_common1 .box .inner:nth-child(2n) .img {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.lineup_common1 .box .inner:nth-child(2n) p {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.lineup_common2 {
  padding-bottom: 0;
}

.lineup_common2 .box1 {
  margin-top: 80px;
}

.lineup_common2 .box1 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.lineup_common2 .box1 ul li {
  width: 45%;
}

.lineup_common2 .box2 {
  margin-top: 80px;
}

.lineup_common2 .box2 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.lineup_common2 .box2 ul li {
  width: 32%;
  margin-right: 2%;
  margin-bottom: 40px;
}

.lineup_common2 .box2 ul li:nth-child(3n) {
  margin-right: 0;
}

.lineup_common2 .box2 ul li .tit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.lineup_common2 .box2 ul li .tit .number {
    font-size: 60px;
    display: block;
    position: relative;
    margin: 0;
    height: 55px;
    width: 68px;
    font-weight: 400;
    font-family: "Noto Serif JP", serif;  
    color: #ABBF6F;
    font-weight: 300;
    flex-shrink: 0;
}

.lineup_common2 .box2 ul li .tit .number span {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  text-align: center;
  width: 100%;
  height: 1.5em;
}

.lineup_common2 .box2 ul li .tit h3 {
  font-size: 1.8rem;
  margin: 0;
  margin-left: 0.7em;
  width: 82%;
  font-family: "Noto Serif JP", serif;  
  font-weight: 400;
  flex: 1;
}

.lineup_common2 .box2 ul li .img {
  margin-top: 20px;
}

.lineup_common2 .box2 ul li p {
  font-size: 1.5rem;
  margin-top: 20px;
}

.lineup_common3 {
  padding: 100px 0;
}

.lineup_common3 .box {
  margin-top: 60px;
}

.lineup_common3 .box h3 {
  font-size: 2.4rem;
  text-align: center;
  font-family: "Noto Serif JP", serif;  
}

.lineup_common3 .box ul {   
  width: max-content;
  margin: 20px auto 0;
}


.lineup_common3 .box ul li {
  font-size: 2rem;
  text-align: left;
  margin-bottom: 10px;
  font-family: "Noto Serif JP", serif;  
}

.lineup_common3 .box ul li:last-child {
  margin-bottom: 0;
}

.lineup_common3 .box ul li:before {
  content: '';
  display: inline-block;
  position: relative;
  top: -4px;
  margin-right: 5px;
  width: 20px;
  height: 12px;
  border-left: 4px solid #9cc45a;
  border-bottom: 4px solid #9cc45a;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.lineup_common3 .box .exhibition_hall {
  margin-top: 40px;
  text-align: center;
}

.lineup_common3 .box .exhibition_hall a {
  display: block;
  background: url(images/hagumi/hagumi_img13.jpg) center no-repeat;
  background-size: cover;
  padding: 160px 0;
  color: #fff;
  position: relative;
}

.lineup_common3 .box .exhibition_hall a:before {
  content: "";
  display: block;
  background: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1;
}

.lineup_common3 .box .exhibition_hall .txt {
  position: relative;
  z-index: 9;
  letter-spacing: 0.1em;
  font-family: "Noto Serif JP", serif;  
}

.lineup_common3 .box .exhibition_hall h4 {
  font-size: 4rem;
  font-weight: 400;
  font-family: "Noto Serif JP", serif;  
}

.lineup_common3 .box .exhibition_hall p {
  font-size: 1.8rem;
  margin-top: 10px;
}

.lineup_common4 {
  padding: 100px 0;
}

.lineup_common4 .event_bnr {
  margin-top: 60px;
  margin-bottom: 80px;
}

/* ----------------------------- HAGUMI */
/* ----------------------------- luxury */
.luxury_block2 .box1 h3 {
  font-size: 24px;
  font-family: "Noto Serif JP", serif;     
  margin-top: 0;
  text-align: center;
  font-weight: 500;
  letter-spacing: .15em;
}


.luxury_block2 .box1 .hashtag {
  margin-top: 10px;
  font-size: 1.6rem;
  font-family: "Noto Serif JP", serif;  
}

.luxury_block2 .box1 .hashtag.hashtag--caseStudy{
  margin-top: 40px;
}
.luxury_block2 .box1 .hashtag span {
  display: inline-block;
  margin-right: 3px;
}

.luxury_block2 .box1 .hashtag span:before {
  content: "#";
}

.luxury_block2 .box1 .img {
  margin-top: 40px;
}

.luxury_block2 .box1 .btn1 {
  margin: 60px auto 0;
}

/* ----------------------------- yorokobi */
.yorokobi_block2 {
  padding-bottom: 100px;
}

.yorokobi_block2 ul {
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.yorokobi_block2 ul li {
  width: 32%;
}

.yorokobi_block2 ul li .txt {
  margin-top: 20px;
}

.yorokobi_block2 ul li .txt .logo {
  width: 150px;
  margin: 0 auto;
  text-align: center;
}

.yorokobi_block2 ul li .txt h3 {
  font-size: 20px;
  text-align: center;
  margin-top: 30px;
  font-family: "Noto Serif JP", serif;  
  font-weight: 500;
}

.yorokobi_block2 ul li .txt p {
  font-size: 1.4rem;
  margin-top: 15px;     
  line-height: 2;
  letter-spacing: .15em;
}

.yorokobi_block2 ul li .txt .more {
  text-align: right;
  margin-top: 30px;
}

.yorokobi_block2 ul li .txt .more a {
    font-size: 14px;
    position: relative;
    padding-right: 30px;
  font-family: "Noto Serif JP", serif;  
}

.yorokobi_block2 ul li .txt .more a:after {
    content: '';
    position: absolute;
    background-size: contain;
    margin-left: 10px;
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 13px solid transparent;
    border-bottom: 13px solid transparent;
    border-left: 16px solid #abbf6f;
    border-right: 0;
}

/* ----------------------------- LIFE-LABEL */
.life_label_block2 {
  padding-bottom: 100px;
}

.life_label_block2 ul {
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.life_label_block2 ul li {
  width: 48%;
}

.life_label_block2 ul li .txt {
  margin-top: 20px;
}

.life_label_block2 ul li .txt .logo {
  width: 230px;
  margin: 0 auto;
  text-align: center;
}

.life_label_block2 ul li .txt h3 {
  font-size: 2.4rem;
  margin-top: 20px;
}

.life_label_block2 ul li .txt p {
  font-size: 1.4rem;
  margin-top: 10px;
}

.life_label_block2 ul li .txt .btn1 {
  margin: 20px auto 0;
}

/* ----------------------------- CHIKYU MINKA */
.earth_block2 {
  padding-bottom: 0;
}

.earth_block2 .box1 ul li {
  width: auto;
  text-align: center;
  max-width: 600px;
  margin: 0 auto;
}

.earth_block2 .box1 .btn1 {
  margin: 60px auto 0;
}

.earth_block4 {
  padding-top: 0;
}

/* ----------------------------- WORKS */
.works_block1 {
  padding-bottom: 100px;
}
  .works .btn1{
    margin-left: auto;
    margin-right: auto;
  }
.works_block1 .ch-works ul {
  padding: 0;
  -webkit-column-gap: 0;
          column-gap: 0;
}

.works_block1 .ch-works ul li {
  width: 100%;
  position: relative;    
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 30px;
}

.works_block1 .ch-works ul li .kinds {
  display: block;
  /* padding: 15px 1em; */
  font-size: 1.8rem;
  font-weight: normal;
  /* color: #fff; */
  position: relative;
  border: 0;
  cursor: pointer;
  width: 120px;
}

.works_block1 .ch-works ul li .kinds::after {
  content: '';
  position: absolute;
  width: 1px;
  height: 20px;
  background-color: #212529;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.ch-works .kinds-detail{
    width: calc(100% - 120px);
    height: auto;
}
.ch-works .accordion-content{
  position: relative;
  opacity: 0;
  clip-path: inset(0 100% 0 0);

  transition:
    clip-path .4s ease,
    opacity .2s ease .4s; /* clipが終わってからopacity */
}

.ch-works .accordion-content.is-open{
  opacity: 1;
  clip-path: inset(0 0 0 0);

  transition:
    clip-path .4s ease,
    opacity .2s ease; /* 開く時はすぐ表示 */
}

.works_block1 .ch-works ul li .sub_list {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 20px;
}

.works_block1 .ch-works ul li .sub_list span {
  display: block;
  border: 0;
  padding: 0;
}

.works_block1 .ch-works ul li .sub_list span a {
  font-size: 1.4rem;
  display: block;
  font-family: 'あおとゴシック StdN', 'Noto Sans JP',sans-serif;
}

.works_block1 .ch-works ul li.floorplan{
  margin-top: 30px;
}

.works-list article {
  width: 32%;
  margin-right: 2%;
  margin-bottom: 2%;
  background: #d8ddcf;
}

.works-list article a {
  display: block;
  position: relative;
}

.works-list article .txt {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 5%;
}

.works-list article .txt .title {
  font-size: 18px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  font-family: "Noto Serif JP", serif;  
}

.works-list article .txt table {
  font-size: 1.3rem;
  margin-top: 10px;
}

.works-list article .txt table th {
  font-weight: normal;
  text-align: left;
}

.works-list article .txt table td {
  padding-left: 1em;
}

.works-list article .lineup {
  background: #d8ddcf;
  padding: 10px 1em;
  font-size: 1.4rem;
  color: #fff;
  width: 163px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
}

.works-list article .lineup:after {
  content: "";
  display: block;
  background: #d8ddcf;
  height: calc(tan(60deg)* 49px / 2);
  width: 15px;
  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  position: absolute;
  top: -1px;
  right: -14px;
}

.works__keyword{
  margin-top: 10px;
  font-size: 13px;
}
.works-list .none {
  font-size: 1.8rem;
  margin: 0 auto;
}

.works-list-category article h2 {
  margin-top: 10px;
  margin-bottom: 20px;
}

.works .pagination {
  padding: 40px 0 0;
}

/* ----------------------------- WORKS詳細 */
.single_works {
  padding-bottom: 100px;
}
.single_works .works-detail{
  overflow: hidden;
}
.single_works .works-detail .main-slider .swiper-slide img {
  max-height: 100%;
  object-fit:contain;
}

.single_works .works-detail .main-slider .main-slider-next,
.single_works .works-detail .main-slider .main-slider-prev {
  z-index: 9;
  display: none;
}

.single_works .interview {
  max-width: 980px;
  margin: 100px auto 0;
  padding: 0 3%;
}

.single_works .interview .title {
  font-size: 2.4rem;
}

.single_works .interview .sub_title {
  font-size: 2.4rem;
  margin-top: 10px;
}

.single_works .interview .content {
  margin-top: 30px;
  font-size: 1.6rem;
}

.single_works .btn3 {
  margin-top: 100px;
}

.single_works .btn1 {
  margin: 30px auto 0;
}

/* ----------------------------- スタッフ紹介 */
.staff_block1 {
  padding: 100px 0;
}

.staff_block1 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.staff_block1 ul li {
  width: 22%;
  margin-right: 4%;
  margin-bottom: 40px;
}

.staff_block1 ul li:nth-child(4n) {
  margin-right: 0;
}

.staff_block1 ul li .inner {
  cursor: pointer;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.staff_block1 ul li .inner:hover {
  opacity: 0.65;
}

.staff_block1 ul li .inner .txt {
  margin-top: 10px;
}

.staff_block1 ul li .inner .txt .post {
  font-size: 1.4rem;
}

.staff_block1 ul li .inner .txt .name {
  font-size: 2.2rem;
}

.staff_block1 ul li .inner .txt .kana {
  font-size: 1.5rem;
}

.staff_block1 ul li .box {
  display: none;
}

.staff_block1 ul li .detail_bg {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 99998;
  background: rgba(0, 0, 0, 0.8);
}

.staff_block1 ul li .detail {
  position: fixed;
  top: 10vh;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 99999;
  max-width: 400px;
  background: #fff;
  padding: 30px;
}

.staff_block1 ul li .detail .close_btn {
  width: 15px;
  height: 15px;
  position: absolute;
  top: 10px;
  right: 10px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  cursor: pointer;
}

.staff_block1 ul li .detail .close_btn:before, .staff_block1 ul li .detail .close_btn:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #000;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 9;
}

.staff_block1 ul li .detail .close_btn:after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.staff_block1 ul li .detail .txt {
  margin-top: 20px;
}

.staff_block1 ul li .detail .txt .post {
  display: inline-block;
  background: #95bd5a;
  padding: 0 1em;
  font-size: 1.4rem;
  color: #fff;
}

.staff_block1 ul li .detail .txt .name {
  font-size: 2.2rem;
  margin-top: 10px;
}

.staff_block1 ul li .detail .txt .kana {
  font-size: 1.5rem;
}

.staff_block1 ul li .detail .txt p {
  background: #ebffcc;
  padding: 3%;
  margin-bottom: 0;
  margin-top: 10px;
  font-size: 1.4rem;
}

/* ----------------------------- お知らせ */

.news-archive article a .txtbox .cate {
  font-size: clamp(12px, 3.73vw, 16px);
  text-align: center;
  color: #fff;
  position: relative;
  -webkit-clip-path: polygon(90% 0, 100% 50%, 90% 100%, 0% 100%, 0 50%, 0% 0);
          clip-path: polygon(90% 0, 100% 50%, 90% 100%, 0% 100%, 0 50%, 0% 0);
}

.news .pagination {
  padding-bottom: 100px;
}


.news .bx-wrapper{
  padding: 0 10px;
}


/* ----------------------------- お知らせ詳細 */
.news-detail .article-info .info .cate {
    font-size: clamp(12px, 3.73vw, 16px);
    text-align: center;
    color: #fff;
    position: relative;
    -webkit-clip-path: polygon(90% 0, 100% 50%, 90% 100%, 0% 100%, 0 50%, 0% 0);
    clip-path: polygon(90% 0, 100% 50%, 90% 100%, 0% 100%, 0 50%, 0% 0);
}

.news-detail .morelink a {
    font-size: clamp(18px, 2.93vw, 22px);
    color: #ABBF6F;
    background: none;
    font-family: "Noto Serif JP", serif;
}

.news-detail .morelink a:before, .news-detail .morelink a:after {
  display: none;
}

.news-detail .morelink .next,
.news-detail .morelink .prev {
  width: 11px;
}

.news-detail .morelink .prev {
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}

/* ----------------------------- イベント */
.event_block1 {
  padding: 0 0 100px;
}

.event_block1 .event_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;   
    width: 93%;
    margin: 0 auto;
}

.event_block1 .event_list li {
    width: 32.6%;
    margin-right: 1%;
    margin-bottom: 5%;
}

.event_block1 .event_list li:nth-child(3n) {
  margin-right: 0;
}

.event_block1 .event_list li a {
  display: block;
  padding: 8% 3%;
}

.event_block1 .event_list li a .txt {
  margin-top: 20px;
}

.event_block1 .event_list li a .txt .title {
font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 5px;
    font-family: "Noto Serif JP", serif;
display: -webkit-box;
display: box;
-webkit-box-orient: vertical;
line-clamp: 2;
-webkit-line-clamp: 2;
overflow: hidden;
}
.event_block1 .event_list li a .txt .date {
  font-size: 1.4rem;
  margin-top: 20px;
}

.event_block1 .event_list li a .txt .place {
  font-size: 1.4rem;
}

.event_list .img img {
  width: 100%;
  height: auto;
  display: block;
}

.event_list .img {
  aspect-ratio: 1 / 1;
  overflow: hidden;
}
/* ----------------------------- イベント詳細 */
.single_event {
  margin-bottom: 0;
}

.single_event .news-detail {
  margin-bottom: 0;
  overflow-x: hidden;
  width: 100%;
}

.single_event .news-detail article {
  margin-bottom: 0;
}

.single_event .news-detail .btn4 {
  margin: 60px auto 0;
}

.single_event .news-detail .img {
  margin-top: 60px;
}

.single_event .news-detail .img .bx-wrapper .bx-controls-direction a {
  width: 45px;
  height: 45px;
  background: #95bd5a;
  border-radius: 50%;
  margin-top: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 9;
}

.single_event .news-detail .img .bx-wrapper .bx-controls-direction a:before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 9;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.single_event .news-detail .img .bx-wrapper .bx-controls-direction .bx-prev {
  left: -12px;
}

.single_event .news-detail .img .bx-wrapper .bx-controls-direction .bx-next {
  right: -12px;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}

.single_event .news-detail .txt {
  margin-top: 20px;
  font-size: 1.6rem;
}

.single_event .news-detail .contents {
  margin-top: 60px;
}

.single_event .contact_form .error {
  color: #FF0000;
  font-weight: bold;
}

.single_event .contact_form .read span {
  display: block;
  color: #ed1c24;
}

.single_event .contact_form table td .hope2 {
  margin-top: 30px;
}

.single_event .contact_form table td h5 {
  font-size: 1.4rem;
  font-weight: normal;
}

.single_event .contact_form table td select {
  display: block;
  margin-top: 10px;
}

.single_event .contact_form table td input[name="adult"],
.single_event .contact_form table td input[name="child"] {
  width: 100px;
}

/* ----------------------------- 資料請求・お問い合わせ */
.contact {
  max-width: 100%;
  padding: 0;
  
}

.contact .low {
  margin: 80px 0 0;
  min-height: auto;
}


.firstRead{
  margin-top: 80px;
  font-size: 18px;
  letter-spacing: .1em;
  line-height: 2;
  text-align: center;
}

.reservationMerit{   
    margin-top: 60px;
}

.reservationMerit-ttl{
  font-size: 26px;
  text-align: center;
  font-family: "Noto Serif JP", serif;
}

.reservationMerit-list{
    display: block;
    margin: 20px auto 0;
    font-family: "Noto Serif JP", serif;
    margin-left: auto;
    margin-right: auto;
    width: max-content;
}

.reservationMerit-item {
  font-size: 2rem;
  text-align: center;
  margin-bottom: 10px;
  width: max-content;
}

.reservationMerit-item::before {
  content: '';
  display: inline-block;
  position: relative;
  top: -4px;
  margin-right: 5px;
  width: 20px;
  height: 12px;
  border-left: 4px solid #9cc45a;
  border-bottom: 4px solid #9cc45a;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.reservationMerit-item span {
  color: #9cc45a;
  border-bottom: 1px solid #9cc45a;
}

.reservation-img{
    width: 100%;
    margin: 80px auto 0;
}

.reservation-img img{
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.reservationMerit-ttl--contactAnnounce{
  margin-top: 80px;
}

.normalDocs{
  font-size: 18px;
}

.normalDocs--pageForm{
    width: max-content;
    margin: 30px auto 0;
}
.contact .lineup_select {
  margin-top: 60px;
}

.contact .lineup_select ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.contact .lineup_select ul li {
  width: 32%;
  margin-right: 2%;
  margin-bottom: 2%;
  background: #f2f2f2;
  padding: 2%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.contact .lineup_select ul li:nth-child(3n) {
  margin-right: 0;
}

.contact .lineup_select ul li h4 {
  font-size: 2rem;
  text-align: center;
}

.contact .lineup_select ul li h4 small {
  display: block;
  font-size: 80%;
}

.contact .lineup_select ul li .img {
  text-align: center;
  margin-top: 10px;
}

.contact .lineup_select ul li p {
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 1.2rem;
  text-align: left;
}

.contact .lineup_select ul li .select_btn {
  display: block;
  width: 100%;
  margin: 20px auto 0;
  background: #95bd5a;
  -webkit-clip-path: polygon(90% 0, 100% 50%, 90% 100%, 10% 100%, 0 50%, 10% 0);
          clip-path: polygon(90% 0, 100% 50%, 90% 100%, 10% 100%, 0 50%, 10% 0);
  padding: 15px 0;
  font-size: 1.6rem;
  color: #fff;
  text-align: center;
  cursor: pointer;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.contact .lineup_select ul li .select_btn:hover {
  opacity: 0.65;
}

.contact .lineup_select ul li .select_btn input {
  display: none;
}

.contact .lineup_select ul li .select_btn .txt_deselect {
  display: none;
}

.contact .lineup_select ul li .select_btn.checked {
  background: #000;
}

.contact .lineup_select ul li .select_btn.checked .txt_deselect {
  display: block;
}

.contact .lineup_select ul li .select_btn.checked .txt_select {
  display: none;
}

.contact .c_tit1 {
  font-size: 4rem;
  margin-bottom: 40px;
}

.contact .tel {
  border: 1px solid #95bd5a;
  padding: 5px;
}

.contact .tel:before {
  display: none;
}

.contact .tel .inner {
  border: 1px solid #95bd5a;
  padding: 20px 3%;
}

.contact .tel h4 {
  font-size: 2rem;
  color: #95bd5a;
  text-align: center;
}

.contact .tel h4 img {
  width: 25px;
  vertical-align: middle;
  margin-right: 10px;
}

.contact .tel p span {
  display: block;
}

.contact .contact_form {
  margin-top: 100px;
  padding: 100px 0;
}

.contact .contact_form .box {
  background: #fff;
  padding: 6% 10%;
}

.contact .contact_form .box h3 {
  font-size: 2.4rem;
  text-align: center;      
  font-family: "Noto Serif JP", serif;
}

.contact .contact_form .box .contact_step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.8rem;
  position: relative;
  max-width: 400px;
  margin: 40px auto 0;
}

.contact .contact_form .box .contact_step:before {
  content: "";
  display: block;
  position: absolute;
  top: 30%;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1;
  width: 90%;
  height: 5px;
  background: #ccc;
}

.contact .contact_form .box .contact_step .step_content {
  text-align: center;
  position: relative;
  z-index: 9;
}

.contact .contact_form .box .contact_step h5 {
  margin-bottom: 0;
  font-weight: 400;
}

.contact .contact_form .box .contact_step h5:after {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #ccc;
  margin: 10px auto;
}

.contact .contact_form .box .contact_step .current {
  color: #abbf6f;
}

.contact .contact_form .box .contact_step .current h5:after {
  background: #abbf6f;
  border-color: #abbf6f;
}

.contact .contact_form .box table {
  display: table;
  border: 0;
  width: 100%;
  margin-top: 40px;
}

.contact .contact_form .box table tr {
  display: table-row;
  border: 0;
}

.contact .contact_form .box table th {
  display: table-cell;
  vertical-align: top;
}

.contact .contact_form .box table th span {
  display: inline;
  float: none;
  background: none;
  color: #ed1c24;
  padding: 0;
  margin-left: 0.5em;
}

.contact .contact_form .box table td {
  display: table-cell;
}

.contact .contact_form .box table td p {
  margin-bottom: 10px;
}

.contact .contact_form .box table td input, .contact .contact_form .box table td select, .contact .contact_form .box table td textarea {
  background: #f2f2f2;
  border: 0;
  -webkit-box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.4);
          box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.4);
}

.contact .contact_form .box .privacy h4 {
  font-size: 2rem;
}

.contact .btnArea button {
  width: 300px;
  padding: 15px 0 !important;
  font-size: 1.6rem !important;
  color: #fff;
  text-align: center;
  cursor: pointer;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  font-family: "Noto Serif JP", serif;
}

.contact .btnArea button:hover {
  opacity: 0.65;
}

.contact .btnArea .kakunin1 {
  background: #999 !important;
}

.contact .link_btn {
  width: 300px;
  margin: 20px auto 0;
}

.contact .link_btn a {
  display: block;
  background: #95bd5a;
  -webkit-clip-path: polygon(90% 0, 100% 50%, 90% 100%, 10% 100%, 0 50%, 10% 0);
          clip-path: polygon(90% 0, 100% 50%, 90% 100%, 10% 100%, 0 50%, 10% 0);
  padding: 15px 0;
  font-size: 1.6rem;
  color: #fff;
  text-align: center;
}

  .recommendation{
    margin-top: clamp(83px , 22.13vw , 166px);
  }
  .recommendationConcept{
    background: #f0f0f0;
    position:relative;
    margin-top: clamp(45px , 12vw , 90px); 
    padding-bottom: clamp(56.5px , 15vw , 113px);  
  }
  .recommendationConcept::after{
    content: "";
    display: block;
    width: 100%;
    height: clamp(100px , 26.6vw , 200px);
    background: #f0f0f0;
    -webkit-clip-path: polygon(0 0, 0 100%, 100% 100%);
            clip-path: polygon(0 0, 0 100%, 100% 100%);
    position: absolute;
    top: 0;
    transform: translateY(-100%);
    left: 0;
  }
  .recommendationConcept-list{
    margin-top: 120px;
    background-color: polygon(0 0, 0 100%, 100% 100%);
  }

  .recommendationConcept-item:not(:first-of-type){
    margin-top: clamp(32.5px , 8.66vw , 65px);
  }
  .recommendationConcept-item a{
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 5.1%;
  }

  .recommendationConcept-item__side-l{
    width: 51.2%;
  }

  .recommendationConcept-item__side-r{
    width: 44.7%;
  }

  .recommendationConcept-ttl{
    font-size: 30px;
    padding-bottom: 27px;
    border-bottom: 1px dashed #231815;
    font-family: "Noto Serif JP", serif;
    font-weight: 400;
    line-height: 1.2;
  }
  .recommendationConcept-ttl span{
      font-size:20px;
      font-weight: 400;
      display: block;
      line-height: 1;
      margin-top: 5px;
  }
  .recommendationConcept-txt{
    font-size: 18px;
  }


.concept_common1 {
  margin-top: clamp(82.5px , 2.2vw , 165px);
}

.concept_link{
  padding: clamp(35px , 9.33vw , 70px) 0 clamp(42.5px , 11.33vw , 85px);
  position: relative;
  margin-top: clamp(-15px , -4vw , -30px);   
  width: calc(100% - 50px);
  margin-left: auto;
  margin-right: auto;
}

.concept_link::after{
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 86.8%;
  height: 100%;
  background-color: #F0F0F0;
  z-index: -2;
}

.conceptLink-list{

}

.conceptLink-item{
  position: relative;
}

.conceptLink-item::after{
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: clamp(2.5px , 0.66vw , 5px);
  left: clamp(2.5px , 0.66vw , 5px);
  background-color: #9D9D9D;  
  z-index: -1;
}

.conceptLink-item:not(:first-of-type){
  margin-top: 23px;
}

.concept_link ul li.conceptLink-item a{
  padding: clamp(16px , 4.26vw , 32px) 17.3% clamp(16px , 4.26vw , 32px) 4.88%;
  background-color: #fff;
  border: 1px solid #9D9D9D; 
  display: block;
  position: relative;
}

.conceptLink-item a::after{
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 13px solid transparent;
  border-bottom: 13px solid transparent;
  border-left: 16px solid #abbf6f;
  border-right: 0;
  position: absolute;
  top: 50%;
  right: 4.7%;
  transform: translateY(-50%);
}


.conceptLink-ttl span{
    font-size: 14px;
  margin-bottom: 7px;  
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  letter-spacing: .1em;
  color: #212529;
  display: block;
}

.conceptLink-ttl{
  font-size: 30px;
    font-weight: 400;
    font-family: 'あおとゴシック StdN', 'Noto Sans JP',sans-serif;
    line-height: 1;
    color: #ABBF6F;
}


.concept_link ul li p.conceptLink-txt{
  font-size: 18px;
  line-height: 1.41;
  letter-spacing: .06em;
  margin-top: 20px;
}

.map{
  margin-top: clamp(27.5px , 7.33vw , 55px);
}
.wrap--map{
  aspect-ratio: 1 / 0.66;
}
.map iframe{
  width: 100%;
  height: 100%;
  display: block;
}

.c_tit3--chart{
    position: relative;
    z-index: 3;
}

/*# sourceMappingURL=renovation.css.map */

.bl-btn{
  width: max-content;
  margin: 30px auto 0;
  width: 51.8%;
  max-width: 400px;
  min-width: 220px;
}

.bl-btn--black{} 

.bl-btn a{
  padding: clamp(16px , 4.4vw , 30px) 0;
  font-size: clamp(16px, 3.33vw, 20px);
  line-height: 1;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  position: relative;
  width: 100%;
  text-align: center;
  display: block;
} 

.bl-btn--black a{
  background-color: #231815;
} 

.bl-btn--withArrow{
}

.bl-btn--withArrow a span{
  position: absolute;
  top: 50%;
  left: 8.9%; 
  transform: translateY(-50%);
  width: 14.1%;
  height: auto;
}

.bl-btn--withArrow.bl-btn--styleDetail span{
  width: 30px;
}

.bl-btn--withArrow a span img{
  width: 100%;
  height: auto;
  display: block;
}

.bl-btn--performance{

}


.bl-btn--performance05{
  width: 100%;
  max-width: 320px; 
}
.bl-btn--doubleLine a{
  line-height: 1.2;
}


.box--performance{
  position: relative;
}

.performance-bg{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.performance-bg img{
  width: 100%;
  height: 100%;
}


.lineup_common2 .box2 ul.commitment-list{
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
  gap: 80px 40px;
} 


.lineup_common2 .box2 ul.commitment-list--performance{

}


.lineup_common2 .box2 ul li.commitment-item{
  width: calc(33% - 27px);
  margin-right: 0;
  margin-bottom: 0;
}

.lineup_common2 .box2 ul.commitment-list--performance li.commitment-item:first-of-type{
  width: 100%;
}

.lineup_common2 .box2 ul li.commitment-item .img{
  position: relative;
  aspect-ratio: 1 / 0.73;
}

.lineup_common2 .box2 ul li.commitment-item  img{
  width: 100%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50% , -50%);
}

.lineup_common2 .box2 ul li.commitment-item--doubleRow{
  width: calc(50% - 30px);
}
.bl-btn--process01-2{
  margin-top: 10px;
}

.greenTriangle-bgWrap{
    background-color: #D8DDCF;
    padding-top: 28px;
    padding-bottom: clamp(50px , 13.33vw , 100px);
    position: relative;
}

.greenTriangle-bgWrap::before{
    content: "";
    display: block;
    width: 100%;
    height: 200px;
    background: #D8DDCF;
    -webkit-clip-path: polygon(100% 0, 0% 100%, 100% 100%);
    clip-path: polygon(100% 0, 0% 100%, 100% 100%);
    position: absolute;
    top: -200px;
    left: 0;
    z-index: -1;
}

.grayTriangle-bgWrap{
  background-color: #f0f0f0;
}

.grayTriangle-bgWrap::before{
  background: #f0f0f0;
}
.c_tit3--onGreenTriangle,
.h2Ttl-onGreenTriangle{
  position: relative;
  top: -60px; 
}


.c_tit3--inGreenTriangle{
  margin-top: 0!important;
}

.lineup_common1 .box.box--inGreenTriangle,
.features_common1 .box.box--inGreenTriangle{
  margin-top: 0;
}

.img--underTtl{
  margin-top: 60px;
}
.noneTopMargin{
  margin-top: 0!important;
}

.placeImg-list{
    display: flex;
    align-items: stretch;
    justify-content: center;
    gap: 50px 30px;
    flex-wrap: wrap;
    margin-top: 95px;
}

.placeImg-item{
  width: calc(50% - 15px);
}

.placeImg{
  width: 100%;
}

.placeImg-explain{
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-size: 23px;
  margin-top: 20px;
}


.underBar-ttl{
  text-align: center;
  position: relative;
  font-size: 4rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  padding-bottom: 5px;
}

.underBar-ttl::after{
  content: '';
  position: absolute;
  width: 43px;
  height: 1px;
  background-color: #212529;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}

.underBar-ttl__bottomTxt{
  font-family: "Noto Serif JP", serif;   
  font-size: 1.6rem;
  font-weight: 600;
  text-align: center;
  margin-top: 10px;
}
.underBar-ttl__underTxt{
  margin-top: 30px!important;
}

.lineup_common2 .box2 ul.commitment-list--visionValue{
  justify-content: flex-start;

}
.lineup_common2 .box2 ul li.commitment-item.commitment-item--visionValue{
    width: calc(33% - 30px);
    margin-right: 0;
    margin-bottom: 0;
}

.performance_block2 .box2 ul li:first-child .inner.inner--visionValue .detail{
  width: 100%;
}

.tit--underImg{
  margin-top: 30px;
}

  .c_tit3--chart{
    padding-top: 80px;
  }

  


.news .article-pagenation-upper .pagination{
  padding-bottom: 0!important;
}.c_tit3--onGreenTriangle--news-links{
  top: -77px!important;
}

.event{
  margin-top: 170px;
}
.c_tit3--onGreenTriangle--eventTopNavi{
  top: -84px;
}


.c_tit3--style{
  top: -37px;
  position: relative;
}
.contact .contact_form {
  margin-top: 100px;
  padding: 100px 0;
}

.contact .contact_form .box {
  background: #fff;
  padding: 6% 10%;
}

.contact .contact_form .box h3 {
  font-size: 24px;
  text-align: center;
  font-family: "Noto Serif JP", serif;
}
.contact .contact_form .box .contact_step {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 18px;
  position: relative;
  max-width: 400px;
  margin: 40px auto 0;
}

.contact .contact_form .box .contact_step:before {
  content: "";
  display: block;
  position: absolute;
  top: 30%;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1;
  width: 90%;
  height: 5px;
  background: #ccc;
}

.contact .contact_form .box .contact_step .step_content {
  text-align: center;
  position: relative;
  z-index: 9;
}

.contact .contact_form .box .contact_step h5 {
  margin-bottom: 0;
  font-weight: 400;
  font-size: 15px;
}

.contact .contact_form .box .contact_step h5:after {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #ccc;
  margin: 10px auto;
}

.contact .contact_form .box .contact_step .current {
  color: #abbf6f;
}

.contact {
  width: 100%;
  margin-top: 100px;
  background: #d8ddcf;
}

.contact-explain {
  text-align: center;
  font-size: 16px;
  line-height: 1.5;
}

.contact .middle-title h3:before,
.contact .tel:before {
  width: 40px;
  height: 46.19px;
  content: "";
  background-size: contain;
  background-position: center;
}

.contact .low {
  margin: 80px auto;
  min-height: 400px;
}

.contact h2 {
  text-align: center;
  margin-top: 80px;
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 700;
}

.contact p {
  margin-bottom: 40px;
  font-size: 16px;
}

.contact .wrapper > .read {
  font-size: 15px;
  font-weight: 400;
}

.contact .tel {
  border: 2px solid #000;
  padding: 20px;
  margin-bottom: 40px;
  position: relative;
}

.contact .tel:before {
  display: block;
  background-image: url(../img/contact/icon-tel.png);
  position: absolute;
  left: 0;
  top: 0;
  transform: translate(-25%, -25%);
}

.contact .tel .title {
  font-size: 16px;
}

.contact .tel p {
  margin-bottom: 0;
  margin-top: 10px;
  font-size: 18px;
  font-weight: 700;
}

.contact .tel p span {
  display: inline-block;
}

.contact .tel p span + span {
  margin-left: 20px;
  font-size: 1.5em;
}

.contact .tel p small {
  display: block;
  margin-top: 10px;
  font-weight: 400;
  margin-bottom: 20px;
}

.contact .tel + p {
  font-size: 14px;
  font-weight: 400;
}

.contact .middle-title {
  margin-bottom: 20px;
}

.contact .middle-title h3 {
  font-size: 18px;
  font-weight: 500;
  display: flex;
  justify-content: center;
  align-items: center;
}

.contact .middle-title h3:before {
  display: block;
  background-image: url(../img/contact/icon-mail.png);
  margin-right: 20px;
}

.contact .contact_form .box .contact_step .current h5:after {
  background: #abbf6f;
  border-color: #abbf6f;
}

.contact .contact_form .box table {
  display: table;
  border: 0;
  width: 100%;
  margin-top: 40px;
}

.contact .contact_form .box table tr {
  display: table-row;
  border: 0;
}

.contact .contact_form .box table th {
  display: table-cell;
  vertical-align: top;
}

.contact .contact_form .box table th span {
  display: inline;
  float: none;
  background: none;
  color: #ed1c24;
  padding: 0;
  margin-left: 0.5em;
}

.contact .contact_form .box table td {
  display: table-cell;
}

.contact .contact_form .box table td p {
  margin-bottom: 10px;
}

.contact .contact_form .box table td input, .contact .contact_form .box table td select, .contact .contact_form .box table td textarea {
  background: #f2f2f2;
  border: 0;
  box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.4);
}

.contact .contact_form .box .privacy h4 {
  font-size: 20px;
}

.contactForm {
  margin-top: 45px;
  width: 100%;
}

.formDl {
  margin-bottom: 25px;
}

.formDt {
  width: 100%;
}

.formTtl {
  font-weight: 400;
  color: #231815;
  font-size: 18px;
}
.formTtl span {
  font-size: 16px;
  color: #ff0000;
  padding: 0 7px;
}


.formDd {
  width: 100%;
  margin-top: 6px;
}

.radioBtn-wrap {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

input[type=radio] {
  position: relative;
  width: 14px;
  height: 14px;
  background-color: #FFFFFF;
  border-radius: 50%;
  vertical-align: -2px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin-right: 10px;
}

input[type=radio]:checked:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 7.5px;
  height: 7.5px;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #334373;
  content: "";
}

.radioBtn {
  margin-right: 25px;
  color: #231815;
}
.radioBtn:last-of-type {
  margin-right: 0;
}
input[type=text],
input[type=email],
input[type=date i],
input[type=time i],
textarea {
  padding: 7px 10px;
  background-color: #f0f0f0;
  color: #231815;
  width: 100%;
  border: unset;
  font-size: 16px;
}

.form-caution {
  margin-top: 8px;
}

.form-caution__item {
  color: #ff0000;
  font-size: 16px;
  line-height: 2;
}

.form-caution__item--black {
  color: #231815;
}

textarea {
  height: 217px;
}
.contact p.checkBox-explain {
  font-size: 16px;
  margin-top: 7px;
  margin-bottom: 20px;
  margin-top: 10px;
  font-weight: 400;
  text-align: left;
  line-height: 2;
}

.selectbox {
  position: relative;
}
.selectbox::after {
  content: "";
  position: absolute;
  width: 9.4px;
  height: 9.4px;
  border-bottom: 2px solid #9B9A9A;
  border-right: 2px solid #9B9A9A;
  top: 50%;
  right: 17.5px;
  pointer-events: none;
  transform: translateY(-50%) rotate(45deg);
}

.formDd--checkBox {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  gap: 10px;
}

.checkBox-wrap {
  display: block;
  width: 100%;
  font-size: 16px;
}

input[type=checkbox] {
  position: relative;
  width: 14px;
  height: 14px;
  border: 1px solid #231815;
  vertical-align: -2px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type=checkbox]:checked:before {
  position: absolute;
  top: 1px;
  left: 4px;
  transform: rotate(50deg);
  width: 4px;
  height: 8px;
  border-right: 1px solid #231815;
  border-bottom: 1px solid #231815;
  content: "";
}

.formDd--txtArea {
  margin-top: 20px;
}

.privacy-wrap {
  width: 100%;
  margin: 50px auto 30px;
  color: #231815;
}

.privacy {
  width: 100%;
  height: 150px;
  overflow-y: scroll;
  padding: 15px;
  font-size: 14px;
  border: 1px solid #231815;
}

.contact .contact_form .box .privacy h4.privacy-ttl {
  font-size: 16px;
}

.policy-check-wrap {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 20px auto;
  font-size: 16px;
}

.contact p.privacy-txt {
  font-size: 16px;
  margin-top: 20px;
}

.privacy-explain {
  font-size: 16px;
  line-height: 1.7;
  margin-top: 20px;
}

.form--policyLink {
  text-decoration: underline;
}

.submit {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  margin: 0 auto;
  overflow: hidden;
  transition: all 0.3s;
  pointer-events: all;
  border-radius: 50px;
}
.submit::after {
  content: "";
  position: absolute;
  width: 0;
  height: 100%;
  border-radius: 50px;
  background-color: #AB9B65;
  top: 0;
  right: 0;
  transition: all 0.5s;
  pointer-events: none;
}
.submit::before {
  content: "確認して送信";
  color: #FFFFFF;
  position: absolute;
  top: 50%;
  left: 50px;
  font-size: 20px;
  opacity: 0;
  transform: translateY(-50%);
  transition: all 0.5s;
  z-index: 9;
  pointer-events: none;
}

.normalDocs--pageForm{
  text-align: center;
}

.bl-btn .submitBtn{
  padding: clamp(16px , 4.4vw , 30px) 0;
  font-size: clamp(16px, 3.33vw, 20px);
  line-height: 1;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  position: relative;
  width: 100%;
  text-align: center;
  display: block;
} 

.bl-btn--black .submitBtn{
  background-color: #000000;
} 

.contact-tel{
  margin-top: 80px;
  padding: 30px;
  border: 2px solid #abbf6f;
}
.contact-tel__ttl{
  font-size: 25px;
  color: #abbf6f;
  text-align: center;
  font-family: "Noto Serif JP", serif;
}

.contact-tel__txt{
  margin-top: 30px;
  text-align: center;
  line-height: 1.7;
}

.contact-tel__companyName{
  font-size: 18px;
  display: block;
}

.contact-tel__phoneNum{
  font-size: 20px;
  display: block;
}

.contact-tel__time{
  font-size: 14px;
  display: block;
}


.radioBtn-wrap {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-top: 5px;
}

input[type=radio] {
  position: relative;
  width: 14px;
  height: 14px;
  border: 1px solid #231815;
  border-radius: 50%;
  vertical-align: -2px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin-right: 10px;
}

input[type=radio]:checked:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #231815;
  content: "";
}

.radioBtn {
  margin-right: 25px;
  color: #231815;
  font-size: 16px;
  margin-top: 5pxx;
}
.radioBtn:last-of-type {
  margin-right: 0;
}

input[type=text].postCode {
  width: 165px;
  margin-right: 18px;
}

.txt_select{
  display: block;
}
.select_btn input {
  display: none;
}

.select_btn .txt_deselect {
  display: none;
}

.select_btn input:checked ~ .txt_select {
  display: none;
}

.select_btn input:checked ~ .txt_deselect {
  display: block;
}

.txt_select,
.txt_deselect{
    margin: 30px auto 0;
    width: 250px;
    padding: 25px 0;
    font-size: 20px;
    line-height: 1;
    font-family: "Noto Serif JP", serif;
    position: relative;
    text-align: center;
  }

.txt_select{
  background-color: #231815;
  color: #fff;
}

.txt_deselect{
    background-color: #fff;
    color: #231815;
    border: 1px solid #231815;
  }

.lineup_select__list{
  margin-top: 80px;
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 30px;
}

.lineup_select__item{
  width: calc(50% - 15px);
  padding: 20px;
  background-color:#f0f0f0;
}

.lineup_select-name {
    text-align: center;
    font-size: 20px;
    text-align: center;
    font-family: "Noto Serif JP", serif;
    margin-bottom: 30px;
}

.lineup_select-name__size-s {
    display: block;
    text-align: center;
    font-size: 14px;
}

.lineup_select__txt{
  font-size: 18px;
  margin-top: 30px;
}

.select_btn{
    margin: 0 auto;
    display: block;
    cursor: pointer;
}

.modelHouse-list{
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: 30px;
  margin-top: 80px;
  margin-bottom: 80px;
}

.modelHouse-item{
  width: calc(50% - 15px);
  background: #f0f0f0;
}

.modelHouse-img{
  width: 100%;
  height: auto;
  position: relative;
  aspect-ratio: 1 / 0.64;
}

.modelHouse-img img{
  aspect-ratio: 1 / 0.64;
}

.modelHouse-name{
    display: -webkit-box;
    display: -ms-flexbox;
    background: #f0f0f0;
    padding: 7px 20px 7px 7px;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-clip-path: polygon(90% 0, 100% 50%, 90% 100%, 0% 100%, 0 50%, 0% 0);
    clip-path: polygon(90% 0, 100% 50%, 90% 100%, 0% 100%, 0 50%, 0% 0);
    width: max-content;
    display: block;
    font-size: 14px;
}

.modelHouse-txtWrap{
  padding: 20px;
}

.modelHouse-info{
  font-size: 16px;
}
.modelHouse-hash{
  font-size: 16px;
  margin-top: 20px;
}

.bl-btn--modelHouse{
  margin: 20px auto 0;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* 左寄せ */
.alignleft {
  float: left;
  margin: 0 20px 20px 0;
}

/* 右寄せ */
.alignright {
  float: right;
  margin: 0 0 20px 20px;
}

.article-wrap{
    max-width: 980px;
    margin: 0 auto;
    padding: 0 3%;
}

.article img{
    max-width: unset;
    height: revert-layer;
    width: revert-layer;
}

/* align系（クラシック用） */
.article .aligncenter {
  display: block;
  margin: 0 auto;
}

.article .alignleft {
  float: left;
  margin: 0 20px 20px 0;
}

.article .alignright {
  float: right;
  margin: 0 0 20px 20px;
}
.article p {
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 1em;
}

.article h1,
.article h2,
.article h3,
.article h4 {
  font-weight: bold;
  margin: 1.5em 0 0.5em;
}

.article ul,
.article ol {
  padding-left: 1.5em;
  margin-bottom: 1em;
}

.article img {
  max-width: 100%;
  height: auto;
}

.article {
  font-size: 16px;
  line-height: 1.8;
}

.article h1 { font-size: 2em; }
.article h2 { font-size: 1.5em; }
.article h3 { font-size: 1.17em; }
.article h4 { font-size: 1em; }

.article-ttl{
    font-size: 25px;
    text-align: center;
    font-family: "Noto Serif JP", serif;
    font-weight: 500;
}
.bl-btn--article{
  width: 280px;
}
.bl-btn--gray a{
    width: 100%;
    display: block;
    background: #646464;
}
.bl-btn--article a{
    padding: 20px 0;
    font-size: 1.8rem;
    font-family: "Noto Serif JP", serif;
    letter-spacing: 0.2em;
    color: #fff;
    text-align: center;
    position: relative;
}

.main_style::before{
    background: rgba(255,255,255,.5);
}

.performance_block1 .box h2{
    font-family: "Noto Serif JP", serif;
}

.performance_block1 .box h2.housing-commonPerformance__ttl{
  padding-top: 80px;
  font-size: 42px;
    font-family: "Noto Serif JP", serif;
}

.c_tit3--lineUp span{
  font-size: 70px;
  line-height: 1;
}

.style-summary__img{
  width: 100%;

}

.style-summary__img img{
    max-width: 100%;
    height: auto;
    width: 100%;
    max-height: 400px;
    object-fit: cover;
}

.c_tit1--style-summary{
    text-align: center;
    position: relative;
    top: 0;
    transform: translateY(-30%);
}

.bl-btn--styleDetail{
  width: 280px;
  max-width: unset;
    min-width: unset;
}

.bl-btn--styleDetail a{
    padding: 20px 10px 20px 40px;
}

.main_hagumiLogo{
    width: 50%;
    margin: 0 auto;
    max-width: 310px;
}

.main_sensesLogo{
    width: 30%;
    margin: 0 auto;
    max-width: 500px;
}

.main_ilclassicoLogo{
    width: 50%;
    margin: 0 auto;
    max-width: 300px;
}

.main_earthLogo{
    width: 60%;
    margin: 0 auto;
    max-width: 450px;
}

.main_yorokobiLogo{
  width: 60%;
    margin: 0 auto;
    max-width: 450px;
}

.performance_block1--housingPerformance{
  padding: 0!important;
}

.performance_block1--housingPerformance .housing-commonPerformance{
  margin-top:0!important;
}
div.screen-reader-response{
  display: none;
}
input[readonly] {
  border: none;
  background: transparent;
  padding: 0;
  pointer-events: none;
}
.lineup_common1 h3.underBar-ttl--style{
  letter-spacing: .2em;
}


  .company-pageLink ul{
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0;
    row-gap: 20px;
    column-gap: 30px;
    padding: 0 100px;
  }

  .company-pageLink ul li span{
    padding-bottom: 3px;
    border-bottom: 1px solid #9CC45A;
    font-weight: 700;
    color: #9CC45A;
    font-family: "Noto Serif JP", serif;
    font-size: 18px;
  }

  .company-pageLink ul li+li{
        margin-left: 0px;
  }

  .company-pageLink ul li a{
    font-family: "Noto Serif JP", serif;
    font-size: 18px;
  }

  .lineup_block1 ul li{
    position: relative;
    display: block;
  }

  .lineup_block1 ul li a:hover .lineUp-arrow{
    transform: translateX(8px);
    transition: all .5s;
  }

.lineup_block1 ul li a .lineUp-arrow{
  bottom: 0;
}
.wpcf7-not-valid-tip{
  font-size: 16px!important;
}

.confirmBox .formDd{
  font-size: 16px;
}


select {
  -webkit-appearance: none; /* 1 */
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
  width: 100%;
    padding: 5px 0 5px 10px;
  border: unset;
}

.selectbox{
    position: relative;
    width: 120px;
    font-size: 16px;
    background-color: #f0f0f0;
}

.selectbox::after{
    content: '';
    position: absolute;
    width: 9.4px;
    height: 9.4px;
    border-bottom: 2px solid #9B9A9A;
    border-right: 2px solid #9B9A9A;
    pointer-events: none;
    transform: translateY(-50%) rotate(45deg);
    top: 45%;
    right: 11.5px;
}


.footer-modelHouss{
  margin-top: 30px;
}

.sensesAndScenes-ttl{
  font-size: 20px;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  margin-top: 50px;
}
.cf7-hidden-view{
  display: none !important;
}

.asText{
  display: inline-block;
  white-space: normal;
  font-size: 16px;
  word-break: break-all;
}

.sensesAndScenes-mainWrap{
    width: 45%;
    font-size: 18px;
}

.sensesAndScenes-subTtl{
  font-size: 23px;
  font-family: "Noto Serif JP", serif;
}

.lineup_common1 .box .inner p.sensesAndScenes-mainTxt {
  width: 100%;
  margin-top: 35px;
}

.reservation-slider{
  width: 100%;
  overflow: hidden;
}

.model-house-map{
    margin-top: clamp(27.5px, 7.33vw, 55px);
    width: 100%;
    aspect-ratio: 16 / 9;
    margin-bottom: 185px;
}
.model-house-map iframe{
  width: 100%;
  height: 100%;
}


.chart-imgs{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-width: 700px;
    aspect-ratio: 1 / 0.98;
    left: 50%;
    transform: translate(-50%);
}

.chart-img{
  position: absolute;
  height: auto;
}
.chart-img a{
  display: block;
  width: 100%;
  height: auto;
}
.chart-img a img{
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: unset!important;
}
.chart-img:first-of-type{
  width: 18.87%;
  top: 31%;
  right: 13.4%;
}

.chart-img:nth-of-type(2){
  width: 20.73%;
  top: 5.26%;
  right: 1.61%;
}

.chart-img:nth-of-type(3){
  width: 40.56%;
  top: 12.09%;
  right: 25.34%;
}

.chart-img:nth-of-type(4){
  width: 52.35%;
  top: 53.95%;
  left: 5.55%;
}

.chart-img:last-of-type{
  width: 30.82%;
  bottom: 0;
  left: 8.675%;
}

.event_closed{
font-size: 20px;
text-align: center;
padding: 20px ;
	background-color: #fff;
}