li {
  list-style-type: none;
}

@media screen and (min-width: 769px) {
  .view--pc {
    display: block;
  }
  .view--sp {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .view--pc {
    display: none;
  }
  .view--sp {
    display: block;
  }
}
.page .situation__top {
  margin: 0 auto 65px;
}
@media screen and (max-width: 768px) {
  .page .situation__top {
    margin: 0 auto 10.5vw;
  }
}
.page .situation__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  .page .situation__list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.page .situation__item {
  text-align: center;
  width: 23.1%;
  margin-right: 2.4%;
}
@media screen and (max-width: 768px) {
  .page .situation__item {
    width: 43.2vw;
    margin-right: 3.1vw;
    margin-top: 5.3vw;
  }
  .page .situation__item:nth-child(even) {
    margin-right: 0;
  }
  .page .situation__item:nth-child(-n+2) {
    margin-top: 0;
  }
}
.page .situation__item:last-child {
  margin-right: 0;
}
.page .situation__item p {
  margin: 16px 0 0;
}
@media screen and (max-width: 768px) {
  .page .situation__item p {
    margin: 1.3vw 0 0;
  }
}
@media screen and (max-width: 768px) {
  .page .p-style .c-title {
    text-align: center;
  }
}
@media screen and (max-width: 1024px) and (min-width: 769px) {
  .page .p-style .c-text {
    text-align: left;
  }
  .page .p-style .c-text br {
    display: none;
  }
}
.page .door {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 128px 0;
  background-image: url("../../assets/img/formal/door_bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}
@media screen and (max-width: 768px) {
  .page .door {
    padding: 18.8vw 0;
    background-image: url("../../assets/img/formal/door_bg-sp.png");
  }
}
.page .door .c-title {
  color: #fff;
  letter-spacing: 0.1em;
}
.page .door .c-title span {
  display: block;
  margin: 9px 0 0;
  font-size: 15px;
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .page .door .c-title span {
    margin: 3.3vw 0 0;
    font-size: 3.1vw;
  }
}
.page .qa {
  text-align: center;
}
.page .qa__list {
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .page .qa__list {
    width: 84.4vw;
    margin: 0 auto;
  }
}
.page .qa__item {
  text-align: left;
  margin-bottom: 27px;
}
@media screen and (max-width: 768px) {
  .page .qa__item {
    margin-bottom: 6.4vw;
  }
}
.page .qa__item:last-child {
  margin-bottom: 0;
}
.page .qa__title {
  font-size: 18px;
  line-height: 1.5;
  font-weight: bold;
  margin: 0 0 10px;
}
@media screen and (max-width: 768px) {
  .page .qa__title {
    font-size: 4.2vw;
    margin: 0 0 3vw;
  }
}