.BlockMain {
  background-image: url(../img/main.webp);
}

.BlockOccupation {
  padding-top: 74px;
  padding-bottom: 74px;
}
.BlockOccupation + .BlockOccupation {
  padding-top: 0;
}
.BlockOccupation__ttl {
  height: 95px;
  border-radius: 10px 0 10px 0;
  font-size: 2.4rem;
  margin-bottom: 35px;
}
.BlockOccupation__box::after {
  border-width: 10px;
  border-left-width: 32px;
  border-right-width: 32px;
  margin-top: 32px;
}
.-green .BlockOccupation__box {
  padding-bottom: 10px;
}
.-green .BlockOccupation__box::after {
  margin-top: 30px;
}
.BlockOccupation__item {
  padding-bottom: 72px;
  position: relative;
}
.BlockOccupation__item__ttl h3 {
  display: grid;
  grid-template-columns: 28px 1fr;
  -moz-column-gap: 16px;
       column-gap: 16px;
  font-size: 2.4rem;
  margin-bottom: 24px;
}
.BlockOccupation__item__ttl__icon {
  margin-top: -2px;
}
.BlockOccupation__item__ttl, .BlockOccupation__item__cnt {
  padding-top: 28px;
  padding-bottom: 28px;
}
.BlockOccupation__item__icon {
  width: 130px;
  height: 40px;
  bottom: 32px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  background-color: #3c4597;
  color: #fff;
  border-radius: 100px;
  display: grid;
  place-items: center;
  padding-right: 16px;
  font-size: 1.4rem;
}
.BlockOccupation__item__icon::before {
  content: "OPEN";
  display: block;
}
.-open .BlockOccupation__item__icon::before {
  content: "CLOSE";
}
.-paleBlue .BlockOccupation__item__icon {
  background-color: #5493b3;
}
.-green .BlockOccupation__item__icon {
  background-color: #4c8a79;
}
.-yellow .BlockOccupation__item__icon {
  background-color: #dca010;
}
.BlockOccupation__item__icon > * {
  background-color: #fff;
  position: absolute;
  top: 17%;
  right: 5%;
  height: 66%;
}
.BlockOccupation__item__icon > *::before, .BlockOccupation__item__icon > *::after {
  background-color: #3c4597;
}
.-paleBlue .BlockOccupation__item__icon > *::before, .-paleBlue .BlockOccupation__item__icon > *::after {
  background-color: #5493b3;
}
.-green .BlockOccupation__item__icon > *::before, .-green .BlockOccupation__item__icon > *::after {
  background-color: #4c8a79;
}
.-yellow .BlockOccupation__item__icon > *::before, .-yellow .BlockOccupation__item__icon > *::after {
  background-color: #dca010;
}

.BlockPhotoTxt {
  display: grid;
  row-gap: 20px;
}/*# sourceMappingURL=style_sp.css.map */