.page-summary {
  background-image: url(../images/facility/bg_page_summary.jpg);
}

.box-2 {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  align-items: strech;
  justify-content: flex-start;
}
@media screen and (max-width: 414px) {
  .box-2 .box {
    width: 100%;
    margin-bottom: 45px;
  }
  .box-2 .box:last-child {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 415px) {
  .box-2 .box {
    width: 460px;
    margin-right: 80px;
    margin-bottom: 45px;
  }
  .box-2 .box:nth-child(2n) {
    margin-right: 0;
  }
  .box-2 .box:nth-last-child(-n+2) {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 414px) {
  .box-2 {
    margin-top: 40px;
  }
}
@media screen and (min-width: 415px) {
  .box-2 {
    margin-top: 80px;
  }
}
.box-2 .image-wrapper {
  margin-bottom: 25px;
}
@media screen and (max-width: 414px) {
  .box-2 h2 {
    font-size: 20px;
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 415px) {
  .box-2 h2 {
    font-size: 24px;
    margin-bottom: 5px;
  }
}
.box-2 p {
  font-size: 14px;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 414px) {
  #FACILITY {
    padding: 50px 0;
  }
}
@media screen and (min-width: 415px) {
  #FACILITY {
    padding: 100px 0 50px;
  }
}
#FACILITY h1 {
  font-family: "Bebas Neue", cursive;
  color: #de7f7f;
  font-weight: normal;
  letter-spacing: 0.2em;
  margin-bottom: 20px;
}
@media screen and (max-width: 414px) {
  #FACILITY h1 {
    font-size: 40px;
  }
}
@media screen and (min-width: 415px) {
  #FACILITY h1 {
    font-size: 50px;
  }
}
#FACILITY .summary {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  align-items: flex-start;
  justify-content: space-between;
  letter-spacing: 0.1em;
  margin-bottom: 40px;
}
#FACILITY .text {
  line-height: 1.88;
}
@media screen and (max-width: 414px) {
  #FACILITY .text {
    width: 100%;
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 415px) {
  #FACILITY .text {
    width: 510px;
  }
}
@media screen and (max-width: 414px) {
  #FACILITY .point {
    width: 100%;
  }
}
@media screen and (min-width: 415px) {
  #FACILITY .point {
    width: 370px;
  }
}
#FACILITY .point ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  align-items: flex-start;
  justify-content: space-between;
}
#FACILITY .point li {
  width: 50%;
  margin-bottom: 25px;
}
#FACILITY .point li:nth-last-child(-n+2) {
  margin-bottom: 0;
}
#FACILITY .point h2 {
  padding-left: 35px;
  position: relative;
}
@media screen and (max-width: 414px) {
  #FACILITY .point h2 {
    font-size: 16px;
  }
}
@media screen and (min-width: 415px) {
  #FACILITY .point h2 {
    font-size: 18px;
  }
}
#FACILITY .point h2::before {
  content: "";
  display: block;
  background: url(../images/facility/i_check.svg) no-repeat center;
  background-size: contain;
  width: 26px;
  height: 20px;
  position: absolute;
  top: 0;
  left: 0;
}
#FACILITY .box-3 {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  align-items: strech;
  justify-content: flex-start;
}
@media screen and (max-width: 414px) {
  #FACILITY .box-3 .box {
    width: 100%;
    margin-bottom: 45px;
  }
  #FACILITY .box-3 .box:last-child {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 415px) {
  #FACILITY .box-3 .box {
    width: 320px;
    margin-right: 20px;
    margin-bottom: 25px;
  }
  #FACILITY .box-3 .box:nth-child(3n) {
    margin-right: 0;
  }
  #FACILITY .box-3 .box:nth-last-child(-n+3) {
    margin-bottom: 0;
  }
}
#FACILITY .box-3 h2 {
  text-align: center;
  margin-top: 20px;
}
@media screen and (max-width: 414px) {
  #FACILITY .box-3 h2 {
    font-size: 16px;
  }
}
@media screen and (min-width: 415px) {
  #FACILITY .box-3 h2 {
    font-size: 18px;
  }
}
@media screen and (min-width: 415px) {
  #FACILITY .box-3 .box:last-child h2 {
    text-align: left;
  }
}

#PRACTICE,
#FACTORY {
  background: #f8f8f8;
}
