.section01 {
  width: 100%;
  height: 650px;
  margin-bottom: 60px;
}
.section01 .image {
  width: 100%;
  height: 100%;
}
.section01 .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.section01 .image .icon {
  width: 220px;
  height: 220px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.section01 .image .icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.section02 {
  margin-bottom: 60px;
}
.section02 .headline {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-align: center;
  color: #e85280;
  margin-bottom: 30px;
}
.section02 .text {
  color: #000000;
  text-align: center;
  font-weight: bold;
  line-height: calc(28px / 16px);
}

.section03 {
  margin-bottom: 60px;
}
.section03 .headline {
  text-align: center;
  margin-bottom: 40px;
  height: 65px;
}
.section03 .headline img {
  -o-object-fit: contain;
     object-fit: contain;
}
.section03 .list {
  overflow-y: scroll;
  height: 510px;
  max-width: 800px;
  margin: 0 auto;
  width: 90%;
}
.section03 .list .box {
  padding: 20px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: 1px solid #333;
}
.section03 .list .box a .info {
  margin-bottom: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
}
.section03 .list .box a .info .day {
  font-size: 12px;
  font-weight: 500;
}
.section03 .list .box a .info .label {
  background-color: #aaa;
  padding: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 14px;
  color: #fff;
}
.section03 .list .box a .info .label.shigoto_news {
  background-color: #7cbdf2;
}
.section03 .list .box a .info .label.marriage {
  background-color: #e85280;
}
.section03 .list .box a .info .label.news {
  background-color: #2a3853;
}
.section03 .list .box a .info .label.event {
  background-color: #60beb3;
}
.section03 .list .box a .title {
  padding-left: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.section03 .bg {
  bottom: 0;
  left: 3%;
  width: 35%;
  z-index: -1;
}

.section04 {
  max-width: 80%;
  margin: 0 auto;
}
.section04 .box .left {
  width: 50%;
}
@media (max-width: 600px) {
  .section04 .box .left {
    width: 100%;
  }
}
.section04 .box .left .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.section04 .box .right {
  width: 50%;
}
@media (max-width: 600px) {
  .section04 .box .right {
    width: 100%;
  }
}
.section04 .box .right .headline img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.section04 .box .right .text {
  margin: 5%;
  line-height: calc(28px / 16px);
}
.section04 .box .right .text a {
  display: inline-block;
}
.section04 .box .right .text .bold {
  text-align: center;
}
.section04 .box .right .bold {
  font-weight: bold;
}