@charset "UTF-8";

/* ------------------------
base
------------------------ */
.lower-con {
  max-width: 1000px;
  margin: 0 auto;
}

.lower-con-inner p {
  font-weight: 300;
}

.page-ttl {
  background: url(../img/lower_ttl_bg@2x.jpg) no-repeat center center;
  background-size: cover;
  height: 180px;
  justify-content: flex-end;
  align-items: center;
}
.page-ttl div {
  padding-right: 17%;
  padding-top: 2%;
}
.page-ttl p {
  text-align: right;
}
.page-ttl h2 {
  margin-top: 20px;
  font-size: 15px;
  font-weight: 400;
  color: #fff;
  letter-spacing: .1rem;
  margin-bottom: 0;
  text-align: right;
}

.pankuzu {
  margin: 14px 0;
  text-align: left;
}
.pankuzu ul li {
  font-size: 12px;
  color: #6A675F;
  display: inline-block;
}
.pankuzu ul li::after {
  content: "＞";
  padding: 0 12px;
}
.pankuzu ul li:last-child:after {
  display: none;
}
.pankuzu ul li a {
  color: #6A675F;
  text-decoration: underline;
}
.pankuzu ul li a:hover {
  text-decoration: none;
}

.lower-con-inner {
  padding: 100px 0 120px;
}

.color-btn01 a {
  color: #231815;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  overflow: hidden;
  font-weight: 300;
  font-size: 18px;
  padding-right: 0;
  border: solid 1px #231815;
  max-width: 300px;
  height: 50px;
  position: relative;
  margin: 0 auto;
}
.color-btn01 a:hover,
.color-btn01 a img:hover {
  opacity: 1;
}
.color-btn01 a:hover {
  background: #d0d2d3;
}
.color-btn01 a::after {
  position: absolute;
  content: "";
  display: block;
  top: 50%;
  right: 0;
  z-index: 1;
  width: 23px;
  border-top: solid 1px #231815;
}

section:not(:last-child) {
  margin-bottom: 100px;
}

h2 {
  font-size: 28px;
  font-weight: 300;
  margin-top: 0;
  margin-bottom: 40px;
}
h3 {
  font-size: 24px;
  font-weight: 300;
  margin-top: 0;
  margin-bottom: 24px;
}
h4 {
  border-bottom: solid 1px #221e1f;
  padding-bottom: 20px;
  margin-bottom: 40px;
  text-align: center;
}
h5 {
  font-size: 20px;
  font-weight: 500;
  margin-top: 0;
  margin-bottom: 24px;
}
h6 {
  font-size: 18px;
  font-weight: 500;
  margin: 20px 0 12px;
}

footer .lower-note-area {
  padding: 30px 20px;
  border-top: solid 1px #939597;
}
footer .lower-note-area .lower-note-area-inner {
  max-width: 1000px;
  margin: 0 auto;
}

.full {
  margin: 0 calc(50% - 50vw);
  width: 100vw;
}

.lh-18 {
  line-height: 1.8;
}

.left {
  text-align: left;
}
.center {
  text-align: center;
}
.right {
  text-align: right;
}

@media screen and (min-width: 768px) {
  .flex.col-2 .child {
    width: 48%;
  }
  .flex.col-3 .child {
    width: 31%;
  }
}

@media screen and (max-width: 767px){
  .page-ttl {
    height: 100px;
    background: url(../img/lower_ttl_bg_sp@2x.jpg) no-repeat center center;
    background-size: cover;
  }
  .page-ttl div {
    padding-right: 12%;
  }
  .page-ttl img {
    width: auto;
    height: 16px;
  }
  .page-ttl h2 {
    font-size: 10px;
    line-height: 1;
    margin-top: 5px;
  }
  .lower-con-inner {
    padding: 50px 20px 60px;
  }
  .color-btn01 a {
    font-size: 16px;
    max-width: 234px;
  }
  section:not(:last-child) {
    margin-bottom: 50px;
  }
  h2 {
    font-size: 19px;
    margin-bottom: 24px;
  }
  h3 {
    font-size: 18px;
    margin-bottom: 20px;
  }
  h3.c01 img {
    width: auto;
    height: 27px;
  }  
  h4 {
    padding-bottom: 10px;
    margin-bottom: 24px;
  }
  h5 {
    font-size: 18px;
    margin-bottom: 20px;
  }
  h6 {
    font-size: 16px;
    margin: 16px 0 10px;
  }
  h3.heading03 {
    margin-bottom: 30px;
  }
  h3.heading03 img {
    height: 40px;
  }
  footer .lower-note-area {
    padding: 20px 20px;
  }
  .sec-inner-1000,
  .sec-inner-1100 {
    width: 90%;
  }
  .sp-overflow-x {
    overflow-x: scroll;
  }
  .sp-full {
    margin: 0 calc(50% - 50vw);
    width: 100vw;
  }
  .flex.col-2 .child,
  .flex.col-3 .child {
    width: 100%;
  }
  .flex.col-2 .child:not(:last-child),
  .flex.col-3 .child:not(:last-child) {
    margin-bottom: 30px;
  }
  .sp-13 {
    font-size: 13px;
  }
  .sp-14 {
    font-size: 14px;
  }
}


/* ------------------------
Concept
------------------------ */
#Concept .sec01 p.txt {
  font-size: 15px;
}

@media screen and (min-width: 768px) {
  #Concept .lower-con-inner {
    padding-bottom: 0;
  }
  #Concept .sec01 {
    background: url(../../concept/img/sec01_bg.jpg) no-repeat bottom right;
    background-size: contain;
    height: 1030px;
  }
}

@media screen and (max-width: 767px){
  #Concept .page-ttl img {
    height: 23px;
  }
  #Concept .sec01 .copy-wrap {
    background: url(../../concept/img/sec01_bg_sp.jpg) no-repeat bottom center;
    background-size: cover;
    height: 480px;
  }
  #Concept .sec01 p.copy {
    width: 255px;
    margin-left: 20px;
  }
  #Concept .sec01 h2 {
    text-align: center;
  }
}


/* ------------------------
Location
------------------------ */
#Location .sec02 .con04 {
  background: #004C68;
}

#Location .life-info h3 {
  border-bottom: solid 1px #808183;
  padding-bottom: 20px;
}
#Location .life-info .flex {
  align-items: flex-start;
}
#Location .life-info .flex img {
  width: 46%;
}
#Location .life-info .flex img:nth-child(-n+4) {
  margin-bottom: 60px;
}

@media screen and (min-width: 768px) {
  #Location .sec02 .con04 {
    margin-top: 140px;
  }
}

@media screen and (max-width: 767px) {
  #Location .page-ttl img {
    height: 17px;
  }
  #Location .sec01 {
    margin-bottom: 30px;
  }
  #Location .sec02 p.txt {
    font-size: 13px;
  }
  #Location .sec02 .con04 {
    margin-top: 60px;
  }
  #Location .life-info h3 {
    padding-bottom: 10px;
  }
  #Location .life-info h3 img {
    width: 172px;
  }
  #Location .life-info .flex img {
    width: 100%;
  }
  #Location .life-info .flex img:not(:last-child) {
    margin-bottom: 50px;
  }
}


/* ------------------------
Access
------------------------ */
#Access .sec01 .con04 {
  background: #D9E4E8;
  margin-top: 50px;
}

@media screen and (max-width: 767px) {
  #Access .page-ttl img {
    height: 17px;
  }
  #Access .sec01 .con01 .sp-overflow-x {
    padding-bottom: 20px;
    margin-top: 50px;
  }
  #Access .sec01 .con01 .sp-overflow-x div {
    width: 671px;
    height: 152px;
  }
  #Access .sec01 .sp-overflow-x div img {
    width: 100%;
    height: auto;
  }
  #Access .sec01 .con02,
  #Access .sec01 .con03 {
    margin-top: 70px;
  }
  #Access .sec01 .con04 .sp-overflow-x {
    padding-bottom: 20px;
  }
  #Access .sec01 .con04 .sp-overflow-x div {
    width: 506px;
    height: 122px;
  }
}


/* ------------------------
Design
------------------------ */
@media screen and (min-width: 768px) {
  #Design .sec01 .con02 img.ph {
    max-width: 780px;
  }
}

@media screen and (max-width: 767px) {
  #Design .page-ttl img {
    height: 23px;
  }
  #Design .sec01 .con p.txt {
    font-size: 15px;
  }
  #Design .sec01 .con01 h3 img {
    width: 102px;
  }
  #Design .sec01 .con02 h3 img {
    width: 185px;
  }
}


/* ------------------------
Landplan
------------------------ */
#Landplan .sec01 .con01 {
  background: linear-gradient(180deg,#fff 0%, #fff 4%, #004C68 4%, #004C68 100%);
  padding-top: -20px;
}

#Landplan .sec03 .con01 {
  align-items: flex-start;
}
#Landplan .sec03 .con01 .child:not(:last-child) {
  margin-bottom: 50px;
}
#Landplan .sec03 .con01 h3 {
  font-size: 18px;
  color: #0F567A;
  text-align: left;
  margin-top: 15px;
  margin-bottom: 5px;
}
#Landplan .sec03 .con01 p {
  font-size: 15px;
}

@media screen and (max-width: 767px){
  #Landplan .page-ttl img {
    height: 24px;
  }
  #Landplan .sec01 .con01 {
    background: #004C68;
    padding: 40px 0;
  }
  #Landplan .sec03 .con01 .child:not(:last-child) {
    margin-bottom: 40px;
  }
}


/* ------------------------
Plan
------------------------ */
#Plan .menu-area .btn {
  margin-left: auto;
  margin-right: auto;
}
#Plan .menu-area .btn li {
  width: 32%;
  margin-bottom: 20px;
}
#Plan .menu-area .btn::after {
  content: "";
  width: 32%;
}
#Plan .menu-area .bd {
  border-bottom: solid 1px #EBF0F5;
}

#Plan section {
  margin-bottom: 0;
}

#Plan .menuplan {
  padding-top: 160px;
}
#Plan .menuplan .ttl-area {
  margin-bottom: 60px;
}
#Plan .menuplan .ttl-area p {
  font-size: 23px;
  margin-top: 30px;
}
#Plan .menuplan .con:not(:last-child) {
  margin-bottom: 100px;
}
#Plan .menuplan .con01 p {
  font-size: 23px;
  font-weight: 700;
  margin-bottom: 40px;
}
#Plan .menuplan .con02 img.copy {
  width: 100%;
  max-width: 750px;
  height: auto;
  margin-bottom: 60px;
}
#Plan .menuplan .con02 .color-sample img {
  width: 48%;
}
#Plan .menuplan .con02 .color-sample img:not(:nth-last-of-type(-n+2)) {
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  #Plan .page-ttl img {
    height: 18px;
  }
  #Plan .menu-area .btn li {
    width: 100%;
  }
  #Plan .menuplan {
    padding-top: 80px;
  }
  #Plan .menuplan .ttl-area p {
    margin-top: 20px;
    font-size: 16px;
    text-align: left;
  }
  #Plan .menuplan .con01 p {
    font-size: 16px;
    margin-bottom: 20px;
  }
  #Plan .menuplan .con:not(:last-child) {
    margin-bottom: 50px;
  }
  #Plan .menuplan .con02 img.copy {
    margin-bottom: 30px;
  }
  #Plan .menuplan .con02 .color-sample {
    margin: 0 calc(50% - 50vw);
    width: 100vw;
  }
  #Plan .menuplan .con02 .color-sample img {
    width: 100%;
  }
  #Plan .menuplan .con02 .color-sample img:not(:last-of-type) {
    margin-bottom: 30px;
  }
}



/* ------------------------
Performance
------------------------ */
#Performance .sec02 .flex {
  align-items: flex-start;
}

@media screen and (min-width: 768px) {
  #Performance .sec02 .flex .child:nth-child(-n+3) {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 767px) {
  #Performance .page-ttl img {
    height: 18px;
  }
  #Performance .sec02 .flex .child {
    width: 47%;
  }


}


/* ------------------------
Map
------------------------ */
#Map .con-btn {
  margin-top: 50px;
}

/* #Map .sec01 {
  padding-bottom: 100px;
  border-bottom: solid 1px #d0d2d3;
} */

#Map h3 {
  margin-bottom: 40px;
}

#Map p.navi-address {
  color: #fff;
  background: #1A213D;
  font-size: 20px;
  padding: 0.5% 5%;
  display: inline-block;
  margin-top: 20px;
  margin-bottom: 30px;
}


#Map .gallery-info {
  text-align: left;
  margin-top: 80px;
}

#Map .gallery-info h4 {
  font-weight: normal;
  font-size: 20px;
  border-bottom: solid 1px #d0d2d3;
  padding-bottom: 8px;
  margin-bottom: 18px;
  text-align: left;
}

/* #Map .gallery-map {
  max-width: 700px;
  display: block;
  margin: 0 auto;
} */

@media screen and (max-width: 767px){
  #Map .page-ttl img {
    height: 23px;
  }
  #Map .con-btn {
    margin-top: 30px;
  }
  #Map .sec01 {
    padding-bottom: 50px;
  }
  #Map h3 {
    width: 80%;
    margin: 0 auto 24px;
  }
  #Map p.navi-txt {
    font-size: 14px;
  }
  #Map p.navi-address {
    font-size: 18px;
  }
  #Map .gallery-info {
    margin-top: 40px;
  }
  #Map .gallery-info h4 {
    font-size: 16px;
    padding-bottom: 6px;
    margin-bottom: 10px;
  }
  #Map .gallery-info p {
    font-size: 14px;
  }
  #Map .gallery-map {
    width: 100%;
  }
}


/* ------------------------
Outline
------------------------ */
#Outline table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border-bottom: solid 1px #C3C3C3;
  margin-bottom: 20px;
}

#Outline table th,
#Outline table td {
  border-top: solid 1px #C3C3C3;
  text-align: left;
  padding: 20px 0;
}

#Outline table th {
  width: 30%;
  font-weight: 700;
}

#Outline table td {
  width: 70%;
  font-weight: 400;
}

#Outline .caption p {
  text-align: right;
  font-size: 14px;
}

@media screen and (max-width: 767px) {
  #Outline .page-ttl img {
    height: 18px;
  }
  #Outline table {
    margin-bottom: 14px;
  }
  #Outline table th,
  #Outline table td {
    display: block;
    width: 100%;
    font-size: 14px;
  }
  #Outline table th {
    padding: 14px 0 2px;
  }
  #Outline table td {
    border-top: none;
    padding: 2px 0 14px;
  }
  #Outline .caption p {
    font-size: 12px;
  }
}


/* ------------------------
Quality
------------------------ */
#Quality .sec02 .ttl-area .flex-l {
  border: solid 1px #201E1F;
  padding: 10px;
}
#Quality .sec02 .ttl-area .sub-ttl,
#Quality .sec02 .ttl-area h2 {
  letter-spacing: .05em;
}
#Quality .sec02 .txt-area {
  align-items: flex-end;
}

#Quality .sec05 .flex {
  align-items: flex-start;
}

@media screen and (min-width: 768px) {
  #Quality .sec02 .ttl-area .sub-ttl {
    font-size: 131%;
  }
  #Quality .sec02 .ttl-area h2 {
    font-size: 237%;
    margin-bottom: 0;
  }
  #Quality .sec02 .txt-area .flex-l {
    width: 55%;
  }
  #Quality .sec02 .txt-area .flex-r {
    width: 40%;
  }
  #Quality .sec05 .flex .child:nth-child(-n+2) {
    margin-bottom: 80px;
  }
}

@media screen and (max-width: 767px) {
  #Quality .page-ttl img {
    height: 23px;
  }
  #Quality .sec01 .en-ttl img {
    width: 170px;
  }
  #Quality .en-ttl {
    margin-top: 35px;
  }
  #Quality .sec02 {
    margin-bottom: 80px;
  }
  #Quality .sec02 .en-ttl img {
    width: 162px;
  }
  #Quality .sec02 .ttl-area .flex-l {
    margin-bottom: 15px;
  }
  #Quality .sec02 .ttl-area .flex-r h2 {
    margin-bottom: 0;
  }
  #Quality .sec02 .txt-area .flex-r {
    margin-top: 40px;
  }
  #Quality .sec03 {
    margin-bottom: 70px;
  }
  #Quality .sec03 .en-ttl img {
    width: 170px;
  }
  #Quality .sec04 {
    margin-bottom: 65px;
  }
  #Quality .sec04 h3 {
    margin-bottom: 12px;
  }
  #Quality .sec04 .con02 {
    margin-top: 50px;
  }
  #Quality .sec05 h3 {
    margin: 15px 0;
  }
}