@charset "UTF-8";

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

.page-ttl {
  background: url(../img/lower_ttl_bg@2x.jpg) no-repeat;
  background-size: 100% 100%;
  height: 180px;
  justify-content: flex-end;
  align-items: center;
  background-color: #6E7C82;
}

.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: 32px;
  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 #808183;
  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;
}

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

@media screen and (max-width: 767px) {
  .page-ttl {
    background: url(../img/lower_ttl_bg_sp@2x.jpg) no-repeat;
    background-size: 100% 100%;
    height: 100px;
  }
  .page-ttl div {
    padding-right: 12%;
  }
  .page-ttl img {
    width: auto;
    height: 16px;
  }
  .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;
  }
}


/* ------------------------
Common
------------------------ */
.deco-ttl-en {
  text-align: left;
  margin-bottom: 40px;
}

h2.sec-ttl {
  font-weight: 300;
}
h3.sec-subttl {
  font-weight: 300;
}

@media screen and (max-width: 767px) {
  .deco-ttl-en {
    margin-bottom: 10px;
  }
  .deco-ttl-en img {
    width: auto;
    height: 69px;
  }
}


/* ------------------------
Concept
------------------------ */
#Concept .lower-con-inner {
  background: url(../../concept/img/bg@2x.jpg);
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
}

#Concept .copy h2 {
  color: #fff;
}

#Concept .ideal {
  max-width: 1000px;
  margin: 0 auto;
}

#Concept .ideal .ideal-box h3 {
  margin-bottom: 40px;
  position: relative;
  display: inline-block;
}

#Concept .ideal .ideal-box h3::after {
  content: "";
  position: absolute;
  background: url(../../concept/img/box_ttl_glitter@2x.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 96px;
  height: 68px;
}
#Concept .ideal .ideal-box01 h3::after {
  top: -120%;
  right: -20%;
}
#Concept .ideal .ideal-box02 h3::after {
  top: -45%;
  left: 6%;
}
#Concept .ideal .ideal-box03 h3::after {
  top: -55%;
  right: 16%;
}

#Concept .ideal .ideal-box p {
  font-family: 'Noto Serif JP', serif;
  font-weight: 400;
}

#Concept .ideal .ideal-box01 {
  padding-bottom: 60px;
}
#Concept .ideal .ideal-box01 .flex {
  max-width: 840px;
  margin: 0 auto;
}

#Concept .ideal .ideal-box01 .flex-l {
  width: 38%;
}

#Concept .ideal .ideal-box01 .flex-r {
  width: 56%;
  text-align: left;
  color: #fff;
}

#Concept .ideal .ideal-box-wrap {
  border-top: solid 1px #fff;
  align-items: inherit;
}

#Concept .ideal .ideal-box02,
#Concept .ideal .ideal-box03 {
  padding: 40px 60px;
  width: 50%;
  display: flex;
  flex-direction: column;

}

#Concept .ideal .ideal-box02 p,
#Concept .ideal .ideal-box03 p {
  text-align: left;
  margin-bottom: 40px;
}

#Concept .ideal .ideal-box02 img,
#Concept .ideal .ideal-box03 img {
  margin-top: auto;
}

#Concept .ideal .ideal-box02 {
  border-right: solid 1px #fff;
}

@media screen and (max-width: 767px){
  #Concept .page-ttl img {
    height: 16px;
  }  
  #Concept .lower-con-inner {
    background: url(../../concept/img/bg_sp@2x.jpg);
  }
  #Concept .ideal .ideal-box01 h3 img {
    width: 92px;
  }
  #Concept .ideal .ideal-box02 h3 img {
    width: 129px;
  }
  #Concept .ideal .ideal-box03 h3 img {
    width: 137px;
  }
  #Concept .ideal .ideal-box h3::after {
    width: 72px;
    height: 51px;
  }
  #Concept .ideal .ideal-box01 h3::after {
    top: -100%;
  }
  #Concept .ideal .ideal-box02 h3::after,
  #Concept .ideal .ideal-box03 h3::after {
    display: none;
  }
  #Concept .ideal .ideal-box h3 {
    margin-bottom: 30px;
  }
  #Concept .ideal .ideal-box01 .flex-l,
  #Concept .ideal .ideal-box01 .flex-r {
    width: 100%;
  }
  #Concept .ideal .ideal-box01 .flex-r p {
    margin-bottom: 20px;
    font-size: 14px;
  }
  #Concept .ideal .ideal-box01 {
    padding-bottom: 40px;
  }
  #Concept .ideal .ideal-box-wrap,
  #Concept .ideal .ideal-box02 {
    border: none;
  }
  #Concept .ideal .line {
    border-top: solid 1px #d0d2d3;
  }
  #Concept .ideal .ideal-box02, #Concept .ideal .ideal-box03 {
    padding: 40px 0;
    width: 100%;
  }
  #Concept .ideal .ideal-box02 p, #Concept .ideal .ideal-box03 p {
    margin-bottom: 20px;
    font-size: 14px;
  }
}


/* ------------------------
Location
------------------------ */
#Location .sec01 {
  background: url(../../location/img/sec01_bg.jpg) no-repeat bottom center;
  background-size: cover;
  height: 50em;
  color: #fff;
}

#Location .sec04 {
  position: relative;
}
#Location .sec04 .deco-ttl-en-wrap {
  height: 300px;
  background: url(../../location/img/sec04_deco-ttl-en_bg.jpg) no-repeat center right;
  background-size: 100%;
}
#Location .sec04 .build-wrap {
  margin-top: 120px;
}
#Location .sec04 .build {
  width: 47.5%;
}
#Location .sec04 .build:not(:last-child) {
  margin-bottom: 50px;
}

#Location .sec06 {
  background: rgba(186, 201, 209, .29);
}

#Location .life-info h3 {
  border-bottom: solid 1px #808183;
  padding-bottom: 20px;
  margin-bottom: 80px;
}
#Location .life-info .life-info-list {
  align-items: baseline;
}
#Location .life-info .life-info-list:not(:last-child) {
  margin-bottom: 40px;
}
#Location .life-info .life-info-list p {
  text-align: left;
  margin-bottom: 12px;
  padding-bottom: 10px;
  border-bottom: solid 1px #609764;
}
#Location .life-info .life-info-list .flex-l,
#Location .life-info .life-info-list .flex-r {
  width: 47%;
}
#Location .life-info .life-info-list table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
#Location .life-info .life-info-list table th {
  width: 60%;
  font-size: 14px;
  padding: 8px 8px 8px 0;
  text-align: left;
  font-weight: normal;
}
#Location .life-info .life-info-list table td {
  width: 40%;
  font-size: 14px;
  padding: 8px 0;
  text-align: left;
  vertical-align: top;
}
#Location .life-info .life-info-list table .bus-narrow01 {
  padding-bottom: 3px;
}
#Location .life-info .life-info-list table .bus-narrow02 {
  padding-top: 0;
  padding-bottom: 0;
}
#Location .life-info .life-info-list table .bus-narrow03 {
  padding-top: 3px;
}
#Location .life-info tr {
  position: relative;
}

@media screen and (min-width: 768px){

}

@media screen and (max-width: 767px) {
  #Location .sec01 {
    background: url(../../location/img/sec01_bg_sp.jpg) no-repeat bottom center;
    background-size: cover;
    height: 410px;
    letter-spacing: -.05rem;
  }
  #Location .sec01 p.txt {
    font-size: 81.25%;
    line-height: 1.5;
  }
  #Location .overflow-x {
    overflow-x: scroll;
    padding: 0 0 20px;
  }
  #Location .sec03 div {
    width: 1018px;
    height: 188px;
  }
  #Location .sec05 .overflow-x div {
    width: 995px;
    height: 240px;
  }
  #Location .overflow-x img {
    width: 100%;
    height: auto;
  }
  #Location .sec04 .deco-ttl-en-wrap {
    height: auto;
    background: none;
  }
  #Location .sec04 .build-wrap {
    margin-top: 30px;
  }
  #Location .sec04 .build {
    width: 100%;
  }
  #Location .sec04 .build:not(:last-child) {
    margin-bottom: 30px;
  }
  #Location .sec05 h2.sec-ttl {
    letter-spacing: -.05rem;
  }
  #Location .life-info h3 {
    padding-bottom: 5px;
    margin-bottom: 40px;
  }
  #Location .life-info h3 img {
    width: 172px;
  }
  #Location .life-info .sec-inner-1000 {
    max-width: 95%;
  }
  #Location .life-info .life-info-list:not(:last-child) {
    margin-bottom: 30px;
  }
  #Location .life-info .life-info-list .flex-l,
  #Location .life-info .life-info-list .flex-r {
    width: 100%;
  }
  #Location .life-info .life-info-list .flex-l {
    margin-bottom: 30px;
  }
  #Location .life-info .life-info-list p {
    margin-bottom: 10px;
    padding-bottom: 2px;
  }
  /* #Location .life-info .life-info-list .list-child img {
    width: auto;
    height: 20px;
  } */
  #Location .life-info .life-info-list .list-child01 img {
    width: 95px;
  }
  #Location .life-info .life-info-list .list-child02 img {
    width: 83px;
  }
  #Location .life-info .life-info-list .list-child03 img {
    width: 48px;
  }
  #Location .life-info .life-info-list .list-child04 img {
    width: 69px;
  }
  #Location .life-info .life-info-list .list-child05 img {
    width: 66px;
  }
  #Location .life-info .life-info-list .list-child06 img {
    width: 107px;
  }
  #Location .life-info .life-info-list table th,
  #Location .life-info .life-info-list table td {
    font-size: 12px;
  }
  #Location .life-info .life-info-list table th {
    padding: 4px 4px 4px 0;
  }
  #Location .life-info .life-info-list table td {
    padding: 4px 0;
  }
  #Location .life-info .life-info-list .list-child:not(:last-child) {
    margin-bottom: 24px;
  }
}


/* ------------------------
Design
------------------------ */
#Design .merit .merit-subttl {
  font-size: 22px;
  font-weight: 400;
  margin-bottom: 30px;
}

#Design .merit .box-wrap {
  align-items: inherit;
}

#Design .merit .box-wrap .box {
  width: 32%;
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
}

#Design .merit .box-wrap .box .box-ttl {
  font-size: 18px;
  font-weight: 400;
  background: #609764;
  padding: 17px 0;
  color: #fff;
}

#Design .merit .box-wrap .box .box-txt {
  font-size: 14px;
  background: #EEEEDE;
  padding: 16px;
  text-align: left;
  flex-grow: 1;
}

#Design .merit .box-wrap .box .box-txt span {
  font-size: 12px;
}

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

@media screen and (max-width: 767px) {
  #Design .page-ttl img {
    height: 23px;
  }
  #Design .merit h4 img {
    width: auto;
    height: 20px;
  }
  #Design .merit .merit-subttl {
    font-size: 18px;
  }
  #Design .merit .box-wrap .box {
    width: 100%;
  }
  #Design .merit .box-wrap .box:not(:last-child) {
    margin-bottom: 20px;
  }
  #Design .merit .box-wrap .box .box-ttl {
    font-size: 16px;
    padding: 14px 0;
  }
  #Design .merit .box-wrap .box .box-txt {
    font-size: 13px;
  }
}


/* ------------------------
Landplan
------------------------ */
#Landplan .sec02 {
  background: #F5F5EC;
}

@media screen and (max-width: 767px) {
  #Landplan .page-ttl img {
    height: 24px;
  }
}


/* ------------------------
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 .sec03 {
  border-top: 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: 143.75%;
  background-color: #EBECE7;
  border: solid 1px #615E56;
}
.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;
  }
  #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;
  }
}


/* ------------------------
Performance
------------------------ */
#Performance .sec02 h4 {
  border-color: #808183;
}
#Performance .sec02 .series {
  align-items: baseline;
}
/* #Performance .sec02 .series::after {
  content: "";
  display: block;
  width: 49%;
} */
#Performance .sec02 .series .col-4 {
  margin-bottom: 40px;
  width: 23%;
}
#Performance .sec02 .series .col-2 {
  margin-bottom: 40px;
  width: 48.7%;
}
#Performance .sec02 .series div a.notlink {
  pointer-events: none;
}

@media screen and (max-width: 767px) {
  #Performance .page-ttl img {
    height: 18px;
  }
  #Performance .sec01 .sec-inner-1000 {
    width: 90%;
  }
  #Performance .sec02 .sec-inner-1100 {
    width: 100%;
  }
  #Performance .sec02 h4 {
    margin-bottom: 40px;
  }
  #Performance .sec02 h4 img {
    width: 338px;
  }
  #Performance .sec02 .series {
    width: 90%;
  }
  #Performance .sec02 .series .col-4 {
    margin-bottom: 30px;
    width: 47.1%;
  }
  #Performance .sec02 .series .col-2 {
    margin-bottom: 0;
    width: 100%;
  }
}


/* ------------------------
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 {
    height: 22px;
  }
  #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 {
    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 {
  background: #F6F6F6;
}

#Quality .sec03 .con h3 {
  margin: 25px 0 15px;
  font-weight: 300;
}
#Quality .sec03 .flex {
  align-items: flex-start;
}

/* 二つ並びの場合 */
#Quality .sec03 .col-2 {
  width: 47%;
}
/* 三つ並びの場合 */
#Quality .sec03 .col-3 {
  width: 32%;
}
#Quality .sec03 .col-3 h4 {
  border: none;
  padding-bottom: 0;
  font-size: 131%;
  font-weight: 500;
  margin: 20px 0 12px;
}
#Quality .sec03 .col-3 p.txt {
  font-size: 15px;
}

@media screen and (max-width: 767px) {
  #Quality .page-ttl img {
    height: 24px;
  }
  #Quality .sec01 .sec-inner-1000,
  #Quality .sec03 .sec-inner-1000 {
    width: 90%;
  }
  #Quality .sec01 .con01 .txt-area {
    width: auto;
    margin: 40px 0;
  }
  #Quality .sec01 .con01 .txt-area h3 {
    text-align: center;
  }
  #Quality .sec02 .sec-inner-1000 {
    width: 92.5%;
  }
  #Quality .sec03 .col-2 {
    width: 100%;
    margin-bottom: 40px;
  }
  #Quality .sec03 .col-3 {
    width: 100%;
    margin-bottom: 30px;
  }
  #Quality .sec04 .sec-inner-1100 {
    width: 100%;
  }
}
