@charset "UTF-8";

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

.page-ttl {
  background: url(../img/lower_pagettl_bg.jpg) no-repeat;
  background-size: cover;
  background-position: center center;
  height: 180px;
  justify-content: flex-end;
  align-items: center;
  /* background-color: #605D5C; */
}
.page-ttl div {
  padding-right: 17%;
  /* padding-bottom: 1.2%; */
}
.page-ttl p {
  text-align: right;
}
.page-ttl h2 {
  margin-top: 5px;
  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: 500;
  margin-top: 0;
  margin-bottom: 40px;
}
h3 {
  font-size: 24px;
  font-weight: 500;
  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;
}
h3.heading03 {
  margin-bottom: 60px;
}
h3.heading03 img {
  height: 54px;
}

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;
}

.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%;
  }
  .flex.col-4 .child {
    width: 23%;
  }
}

@media screen and (max-width: 767px) {
  .page-ttl {
    height: 100px;
    background: url(../img/lower_pagettl_bg_sp.jpg);
    background-size: cover;
    background-position: bottom center;
  }
  .page-ttl div {
    padding-right: 8%;
  }
  .page-ttl h2 {
    font-size: 12px;
    line-height: 1;
    margin-top: -2px;
  }
  .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: 20px;
    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;
  }
  .flex.col-4 .child {
    width: 47%;
  }
  .flex.col-4 .child:not(:nth-last-child(-n+2)) {
    margin-bottom: 20px;
  }
  .sp-13 {
    font-size: 13px;
  }
  .sp-14 {
    font-size: 14px;
  }
}


/* ------------------------
Concept
------------------------ */
@media screen and (min-width: 768px) {
  #Concept .sec01 {
    position: relative;
  }
  #Concept .sec01 .txt-area {
    position: absolute;
    top: 120px;
    left: 14.3vw;
  }
  #Concept .sec01 .txt-area h2 {
    font-size: 1.7vw;
  }
  #Concept .sec01 .txt-area p.txt {
    font-size: 1.14vw;
  }
}

@media screen and (max-width: 767px) {
  #Concept .page-ttl img {
    width: 108px;
  }
  #Concept .sec01 .txt-area {
    margin: 50px 20px 0;
  }
}


/* ------------------------
Location
------------------------ */
#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 (max-width: 767px) {
  #Location .page-ttl img {
    width: 116px;
  }
  #Location .sec02 .mt-120 {
    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 .flex img {
  width: 47.5%;
}

#Access .sec02 {
  background: #F1F1F2;
}
#Access .sec02 img {
  max-width: 780px;
}

#Access .sec03 h4 {
  font-size: 20px;
  font-weight: 500;
  text-align: left;
  border: none;
}
#Access .sec03 .number .flex img {
  width: 47.5%;
}

@media screen and (max-width: 767px) {
  #Access .page-ttl img {
    height: 17px;
    width: auto;
  }
  #Access .sec01 img:first-child {
    margin-bottom: 30px;
  }
  #Access .sec02 img {
    width: 90%;
  }
  #Access .sec03 h4 {
    font-size: 18px;
  }
  #Access .sec03 .number h4 {
    padding-bottom: 20px;
  }
  #Access .sec03 .number .flex img {
    width: 100%;
  }
  #Access .sec03 .number .flex img:first-child {
    margin-bottom: 20px;
  }
  #Access .sec03 .time h4 {
    letter-spacing: -.02em;
  }
  #Access .sec03 .time .overflow-x {
    overflow-x: scroll;
    padding: 30px 0 20px;
    margin: auto;
  }
  #Access .sec03 .time .overflow-x div {
    width: 492px;
    height: 214px;
  }
  #Access .sec03 .time .overflow-x img {
    width: 100%;
    height: auto;
  }
}


/* ------------------------
Design
------------------------ */
@media screen and (min-width: 768px) {
}

@media screen and (max-width: 767px) {
  #Design .page-ttl img {
    width: 90px;
  }
  #Design .sec02 p.ttl img {
    width: 135px;
  }
}


/* ------------------------
Landplan
------------------------ */
#Landplan .sec01 .con01 {
  background: linear-gradient(-135deg, #004B87 17%, #0068B6 45%, #5BB431 77%, #00A53D 100%);
}

#Landplan .sec02 .con01 {
  align-items: flex-start;
}
#Landplan .sec02 .con01 h3 {
  font-size: 19px;
  margin: 20px 0 10px;
}
#Landplan .sec02 .con01 p.txt {
  font-size: 15px;
}

#Landplan .sec03 {
  background: url(../../landplan/img/sec03_bg.jpg) no-repeat top center;
  background-size: cover;
}
#Landplan .sec03 .con01 {
  position: relative;
}
#Landplan .sec03 .con01 .txt-area {
  position: absolute;
  top: 0;
  left: 0;
}
#Landplan .sec03 .con02 {
  margin-top: 140px;
}

#Landplan .sec04 {
  background: linear-gradient(to right, rgba(0,75,135,.15) 15%, rgba(0,104,182,.15) 45%, rgba(91,180,49,.15) 77%, rgba(0,165,61,.15) 100%);
}
#Landplan .sec04 .flex h3 {
  font-size: 19px;
  margin: 20px 0 10px;
}
#Landplan .sec04 .flex p.txt {
  font-size: 15px;
}

@media screen and (min-width: 768px) {
  #Landplan .sec01 .con01 img {
    margin-top: -30px;
  }
  #Landplan .sec02 .con01 .child:nth-child(2) h3 {
    letter-spacing: -.05em;
  }
}

@media screen and (max-width: 767px) {
  #Landplan .page-ttl img {
    width: 125px;
  }
  #Landplan .sec01 p.ttl img {
    width: 94px;
  }
  #Landplan .sec01 .con01 {
    padding: 30px 0 60px;
  }
  #Landplan .sec03 {
    background: url(../../landplan/img/sec03_bg_sp.jpg) no-repeat top center;
    background-size: cover;
  }
  #Landplan .sec03 .con01 .txt-area {
    position: inherit;
  }
  #Landplan .sec03 .con01 .txt-area h2,
  #Landplan .sec03 .con02 h2 {
    text-align: center;
  }
  #Landplan .sec03 .con01 .sp-full {
    margin-top: 20px;
  }
  #Landplan .sec03 .con02 {
    margin-top: 80px;
  }
  #Landplan .sec04 p.ttl img {
    width: 256px;
  }
}


/* ------------------------
Plan
------------------------ */
#Plan .copy .type-btn-area {
  margin: 70px auto 0;
}
#Plan .copy .type-btn-area::after {
  content: "";
  width: 32%;
}
#Plan .copy .type-btn-area .type-btn-child {
  width: 32%;
  margin-bottom: 20px;
}

#Plan .sec02 {
  border-bottom: solid 1px #EBF0F5;
}

#Plan .type-area {
  padding: 100px 0 120px;
  border-top: solid 1px #EBF0F5;
}

#Plan .copy .menuplan-btn-area img {
  width: 100%;
  max-width: 640px;
  height: auto;
}

#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;
}

/* タブ切り替え */
.tab-area {
  display: flex;
  justify-content: space-between;
  cursor: pointer;
  padding-bottom: 50px;
  margin-bottom: 50px;
  border-bottom: solid 1px #cccccc;
}
.tab {
  width: 22%;
  padding: 12px;
  text-align: center;
  font-size: 125%;
  background-color: #EBECE7;
  border: solid 1px #615E56;
}
.col-5 .tab {
  width: 17.5%;
}
.tab.active {
  background-color: #58595B;
  color: #fff;
  border: none;
}

.panel {
  display: none;
  text-align: center;
}
.panel.active {
  display: block;
}

#Plan .back-btn a {
  border: solid 1px #58595b;
  padding: 20px 60px;
  display: inline-block;
  margin-top: 80px;
  position: relative;
}
#Plan .back-btn a::before {
  position: absolute;
  content: "";
  width: 19px;
  height: 16px;
  background: url(../../plan/img/back-btn_arrow.svg) no-repeat;
  background-size: cover;
  left: 10%;
  top: 35%;
}
#Plan .back-btn a:hover {
  background: #58595b;
  color: #fff;
  opacity: 1;
}

@media screen and (max-width: 767px) {
  #Plan .page-ttl img {
    height: 18px;
    width: auto;
  }
  #Plan .copy h2 img {
    width: 250px;
  }
  #Plan .copy .type-btn-area {
    margin-top: 32px;
    width: 90%;
  }
  #Plan .copy .type-btn-area .type-btn-child {
    width: 100%;
  }
  #Plan .copy .type-btn-area .type-btn-child:not(:last-child) {
    margin-bottom: 16px;
  }
  #Plan .type-area {
    padding: 60px 0;
  }
  #Plan .menuplan .ttl-area p {
    padding: 0 20px;
    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;
  }
  #Plan .tab-area {
    padding-bottom: 40px;
    margin-bottom: 40px;
    flex-wrap: wrap;
  }
  #Plan .tab {
    width: 48.5%;
    font-size: 18px;
  }
  #Plan .tab:nth-child(-n+2) {
    margin-bottom: 15px;
  }
  #Plan .col-5 .tab:not(:last-child) {
    margin-bottom: 15px;
  }
}


/* ------------------------
Performance
------------------------ */
#Performance .sec01 h3 span {
  font-size: 125%;
}

#Performance .sec02 {
  background: linear-gradient(45deg, #004B87 0%, #0068B6 60%, #5BB431 100%);
}
#Performance .sec02 .ttl-area {
  align-items: flex-end;
  justify-content: center;
  color: #fff;
}
#Performance .sec02 .ttl {
  font-size: 187.5%;
  margin: 0 10px;
}
#Performance .sec02 .ttl span {
  font-size: 160%;
}
#Performance .sec02 .ttl-l {
  border-bottom: solid 1px #fff;
  padding-bottom: 2px;
}
#Performance .sec02 .ttl-r {
  letter-spacing: .5rem;
  margin-bottom: 7px;
}

#Performance .series h4 {
  border-color: #808183;
}
#Performance .series .col-4 {
  align-items: flex-start;
}

@media screen and (min-width: 768px) {
  #Performance .sec01 {
    background: url(../../performance/img/sec01_bg.jpg) no-repeat center center;
    background-size: cover;
    padding-bottom: 150px;
  }
  #Performance .sec01 .sec-inner-1000 .logo {
    display: block;
    margin-left: 80px;
  }
  #Performance .series .col-4 .child:not(:last-child) {
    margin-bottom: 35px;
  }
}

@media screen and (max-width: 767px) {
  #Performance .sec01 .sec-inner-1000 {
    padding-top: 0;
    padding-bottom: 40px;
  }
  #Performance .sec01 h3 {
    text-align: center;
  }
  #Performance .sec02 {
    padding-bottom: 30px;
  }
  #Performance .sec02 .ttl {
    font-size: 118.7%;
    letter-spacing: inherit;
  }
  #Performance .sec02 .ttl-r {
    margin-top: 10px;
  }
  #Performance .series h4 img {
    width: 304px;
  }
  #Performance .series .col-4 .child:nth-last-child(-n+2) {
    margin-bottom: 0!important;
  }
}


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

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

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

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

#Map .gallery-access {
  margin: 80px auto;
  max-width: 700px;
}
#Map .gallery-access h4 {
  font-weight: normal;
  text-align: left;
  font-size: 18px;
}

#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 {
    width: 52px;
  }
  #Map .con-btn {
    margin-top: 30px;
  }
  #Map .con01 {
    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-access {
    margin: 40px auto;
  }
  #Map .gallery-access h4 {
    font-size: 16px;
  }
  #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 {
    width: 99px;
  }
  #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 .con02 {
  background: #F6F6F6;
}
#Quality .sec02 .con02 .flex {
  align-items: flex-start;
}

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

@media screen and (max-width: 767px) {
  #Quality .page-ttl img {
    width: 96px;
  }
  #Quality .sec02 .con01 p.cap {
    margin-top: 10px;
  }
  #Quality .sec02 .con02 .child {
    margin-bottom: 0;
  }
}
