@charset "UTF-8";
/******************************************************

common

******************************************************/
.local-nav {
  max-width: 1100px;
  width: 90%;
  margin-top: 6rem;
  margin-inline: auto;
}
.local-nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 1rem;
     -moz-column-gap: 1rem;
          column-gap: 1rem;
}
.local-nav ul li {
  font-size: 2rem;
  line-height: 1.2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.local-nav ul li a {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  color: #5a6358;
  border: 1px solid #bccab9;
  padding: 1rem;
}
.local-nav ul li a:hover {
  background-color: #ffffff;
}

.section {
  padding-top: 9rem;
}

.section-name {
  font-family: "Cormorant", serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  font-size: 4.6rem;
  text-align: center;
}

.midashi {
  text-align: center;
  margin-top: 1rem;
}

.item-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 4.4rem;
  margin-top: 3rem;
}
.item-list + .note {
  margin-top: 5rem;
}

.midashi + .item-list {
  margin-top: 5rem;
}

.item {
  font-family: "游ゴシック", "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.item .name {
  font-size: 16px;
  line-height: 1.4;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.02em;
}
.item .img + .name {
  margin-top: 1.2rem;
}
.item .text {
  font-size: 14px;
  margin-top: 0.8rem;
}
.item .text + .note {
  margin-top: 1rem;
}

.main-photo {
  grid-column: span 2;
  grid-row: span 2;
}

@media screen and (max-width: 1121px) {
  .local-nav ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-column-gap: 1%;
       -moz-column-gap: 1%;
            column-gap: 1%;
    gap: 0.6rem 0.5rem;
  }
  .local-nav ul li {
    width: 32.666%;
  }
  .item-list {
    grid-template-columns: repeat(3, 1fr);
    gap: 4rem;
  }
}
@media screen and (max-width: 768px) {
  .local-nav ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.5rem;
  }
  .local-nav ul li {
    width: 100%;
  }
  .local-nav ul li:last-of-type {
    grid-column: span 2;
  }
  .item-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 2.5rem;
  }
  .item .name {
    font-size: 15px;
  }
  .item .text {
    font-size: 13px;
  }
}
/******************************************************

kitchen

******************************************************/
#kitchen {
  padding-top: 6rem;
}

.slide-storage {
  background-color: #eae6dc;
  grid-column: span 2;
  padding: 2rem;
  display: grid;
  grid-template-columns: 0.9fr 1fr;
  grid-template-rows: repeat(3, -webkit-max-content) 1fr;
  grid-template-rows: repeat(3, max-content) 1fr;
  -webkit-column-gap: 2rem;
     -moz-column-gap: 2rem;
          column-gap: 2rem;
}
.slide-storage .img {
  grid-row: span 4;
}
.slide-storage .name {
  margin-top: 0 !important;
}

/******************************************************

security

******************************************************/
.emergency-system,
.cl-guard {
  grid-column: span 4;
  display: grid;
  grid-template-columns: 0.53fr 1fr;
  grid-template-rows: repeat(3, -webkit-max-content) 1fr;
  grid-template-rows: repeat(3, max-content) 1fr;
  -webkit-column-gap: 4.4rem;
     -moz-column-gap: 4.4rem;
          column-gap: 4.4rem;
}
.emergency-system .sub-title,
.cl-guard .sub-title {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  font-size: 15px;
  border-bottom: 1px solid currentColor;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.02em;
}
.emergency-system .img, .emergency-system .flow,
.cl-guard .img,
.cl-guard .flow {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  grid-row: span 4;
}
.emergency-system .name,
.cl-guard .name {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  margin-top: 1rem;
}
.emergency-system .text,
.cl-guard .text {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}

.emergency-system .img .cap {
  left: 0 !important;
  padding: 0 !important;
}

.cl-guard .flow {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4rem 3rem;
}
.cl-guard .flow .step {
  display: grid;
  grid-template-columns: 163px 1fr;
  -webkit-column-gap: 1.5rem;
     -moz-column-gap: 1.5rem;
          column-gap: 1.5rem;
}
.cl-guard .flow .step .text {
  margin-top: 0;
  line-height: 1.4;
}

@media screen and (max-width: 1121px) {
  .emergency-system,
  .cl-guard {
    grid-column: span 3;
    grid-template-columns: 1fr;
    grid-template-rows: inherit;
  }
  .emergency-system > .img, .emergency-system .flow,
  .cl-guard > .img,
  .cl-guard .flow {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    grid-row: inherit;
    margin-top: 3rem;
  }
  .emergency-system .name,
  .cl-guard .name {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .emergency-system .text,
  .cl-guard .text {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}
@media screen and (max-width: 768px) {
  .emergency-system .sub-title,
  .cl-guard .sub-title {
    font-size: 14px;
  }
  .emergency-system,
  .cl-guard {
    grid-column: span 2;
  }
  .cl-guard .flow {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}
/******************************************************

structure

******************************************************/
#structure .item-list {
  gap: 4.5rem 5.2rem;
}
#structure .item-list01 {
  grid-template-columns: repeat(2, 1fr);
}
#structure .item-list02 {
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid #ccc;
  padding-top: 4rem;
}
#structure .item-list02 > .line {
  grid-column: span 3;
  content: "";
  display: block;
  background-color: #ccc;
  height: 1px;
  width: 100%;
}
#structure .performance-evaluation .img {
  max-width: 283px;
  margin-inline: auto;
  margin-top: 2rem;
}

@media screen and (max-width: 1121px) {
  #structure .item-list {
    gap: 4rem;
  }
}
@media screen and (max-width: 768px) {
  #structure .item-list {
    gap: 3.5rem 3rem;
  }
  #structure .item-list01 {
    grid-template-columns: 1fr;
  }
  #structure .item-list02 {
    grid-template-columns: repeat(2, 1fr);
  }
  #structure .item-list02 > .line {
    display: none;
  }
}
/******************************************************

after support

******************************************************/
#after-support {
  position: relative;
}
#after-support .logo {
  position: absolute;
  right: 0;
  top: 12rem;
  max-width: 152px;
}
#after-support .item-list {
  grid-template-columns: 1fr;
  row-gap: 4rem;
}
#after-support .item .name {
  background-color: #dae6ef;
  padding: 0 0.5rem;
}
#after-support .item .img {
  margin-inline: auto;
}

.ten-years-support .img01 {
  max-width: 799px;
  margin-top: 4rem;
}
.ten-years-support .img02 {
  max-width: 806px;
  margin-top: 4rem;
}
.ten-years-support .img02 + .note {
  margin-top: 4rem;
}
.ten-years-support .note {
  margin-top: 1rem;
}

.bridge .img01 {
  max-width: 697px;
  margin-top: 4rem;
}
.bridge .sub-title {
  font-size: 14px;
  font-weight: bold;
  color: #0074a5;
  text-align: center;
  margin-top: 4rem;
}
.bridge .img02 {
  max-width: 810px;
  margin-top: 2rem;
}
.bridge .note-block {
  margin-top: 4rem;
  display: grid;
  grid-template-columns: -webkit-max-content 1fr;
  grid-template-columns: max-content 1fr;
  row-gap: 1rem;
}
.bridge .note-block .number {
  font-size: 12px;
}
.bridge .note-block .note {
  list-style: disc;
  padding-left: 17px;
}

@media screen and (max-width: 768px) {
  #after-support .logo {
    position: static;
    margin-inline: auto;
    margin-top: 3rem;
  }
}