.section01 .image {
  width: 100%;
}
.section01 .image img {
  width: 100%;
  height: 100%;
}

.section02 {
  max-width: 80%;
  margin: 0 auto 40px auto;
}
.section02 .box {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.section02 .box .image {
  width: calc(50% - 40px);
  margin-right: 40px;
}
@media (max-width: 600px) {
  .section02 .box .image {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }
}
.section02 .box .content {
  width: 50%;
}
@media (max-width: 600px) {
  .section02 .box .content {
    width: 100%;
  }
}
.section02 .box .content h3 {
  font-size: 32px;
  margin-bottom: 20px;
  color: #333;
}
.section02 .box .content .text {
  margin-bottom: 30px;
  line-height: calc(28px / 16px);
}
.section02 .box .content .btn {
  width: 165px;
  height: 50px;
}

.section03 {
  margin-bottom: 60px;
}

.section03,
.section07 {
  background-image: url(/wp-content/uploads/2021/03/syunou_background_image2.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 100px 0;
}
.section03 .box,
.section07 .box {
  max-width: 1000px;
  width: 90%;
  margin: 0 auto;
  background-image: url(/wp-content/uploads/2021/03/syunou_backimage5.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 30px 30px 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #2e2018;
  position: relative;
}
.section03 .box::before, .section03 .box::after,
.section07 .box::before,
.section07 .box::after {
  content: "";
  display: block;
  width: 20px;
  height: 380px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.section03 .box::before,
.section07 .box::before {
  background-image: url(/wp-content/uploads/2021/03/syuno_border_left.png);
  left: -32px;
}
.section03 .box::after,
.section07 .box::after {
  background-image: url(/wp-content/uploads/2021/03/syuno_border_right.png);
  right: -32px;
}
@media (max-width: 768px) {
  .section03 .box::after,
  .section07 .box::after {
    width: 85px;
    height: 60px;
    background-image: url(/wp-content/uploads/2021/03/syuno_sp_sosyoku.png);
    right: -10px;
    top: -10px;
    -webkit-transform: none;
            transform: none;
  }
}
.section03 .box .headline,
.section07 .box .headline {
  height: 130px;
  margin-bottom: 30px;
}
.section03 .box .headline img,
.section07 .box .headline img {
  -o-object-fit: contain;
     object-fit: contain;
}
.section03 .box .text,
.section07 .box .text {
  text-align: center;
  margin-bottom: 30px;
}
.section03 .box .list,
.section07 .box .list {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.section03 .box .list .btn,
.section07 .box .list .btn {
  width: 170px;
  background-color: #ed64a4;
  border-radius: 10px;
  margin-right: 20px;
}
@media (max-width: 600px) {
  .section03 .box .list .btn,
  .section07 .box .list .btn {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.section03 .box .list .btn a,
.section07 .box .list .btn a {
  padding: 15px 0;
  color: #fff;
  text-align: center;
}

.section04::before,
.section06::before {
  content: "";
  display: block;
  background-size: auto auto;
  background-color: #ffff96;
  z-index: -1;
  width: 95%;
  height: 85%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
}
@media (max-width: 600px) {
  .section04::before,
  .section06::before {
    height: 95%;
  }
}
.section04 .headline,
.section06 .headline {
  text-align: center;
  margin-bottom: 40px;
  width: 315px;
  height: 50px;
  margin-left: 12%;
}
@media (max-width: 600px) {
  .section04 .headline,
  .section06 .headline {
    margin: 0 auto;
  }
}
.section04 .headline img,
.section06 .headline img {
  -o-object-fit: contain;
     object-fit: contain;
}
.section04 .list,
.section06 .list {
  max-width: 80%;
  margin: 0 auto 20px auto;
  gap: 0px 30px;
}
.section04 .list > *,
.section06 .list > * {
  width: calc((100% - 30px * (4 - 1)) / 4);
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
@media (max-width: 600px) {
  .section04 .list,
  .section06 .list {
    gap: 20px 0px;
  }
  .section04 .list > *,
  .section06 .list > * {
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
}
.section04 .list .box .image,
.section06 .list .box .image {
  width: 100%;
  height: 180px;
}
.section04 .list .box .image img,
.section06 .list .box .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.section04 .list .box .info,
.section06 .list .box .info {
  background-color: #fff;
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.section04 .list .box .info .title,
.section06 .list .box .info .title {
  font-size: 14px;
}
.section04 .list .box .info .name,
.section06 .list .box .info .name {
  font-size: 12px;
}
.section04 .btn,
.section06 .btn {
  width: 165px;
  height: 50px;
  margin: 0 auto;
}
.section04 .btn a img,
.section06 .btn a img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.section04 {
  margin-bottom: 60px;
}

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

.section06 {
  margin-bottom: 60px;
}
@media (max-width: 600px) {
  .section06 .headline {
    width: 200px;
    background-color: #fff;
    padding: 10px;
    margin: 0 auto 20px 3%;
  }
}
@media (max-width: 600px) {
  .section06::before {
    height: 90%;
    right: auto;
    left: 0;
  }
}
.section06 .sp-contents {
  display: none;
}
@media (max-width: 600px) {
  .section06 .sp-contents {
    display: block;
    width: 85%;
    margin: 0 0 0 auto;
  }
  .section06 .sp-contents .image {
    margin-bottom: 10px;
  }
  .section06 .sp-contents .text {
    font-size: 10px;
    margin-bottom: 30px;
  }
}
@media (max-width: 600px) {
  .section06 .list {
    display: none;
  }
}

.section07 {
  margin-bottom: 60px;
}
.section07 .box {
  max-width: 780px;
}
.section07 .box .headline {
  width: 100%;
  height: 50px;
}
.section07 .box .headline img {
  -o-object-fit: contain;
     object-fit: contain;
}
.section07 .box .headline::before {
  content: "";
  display: block;
  width: 110px;
  height: 90px;
  background-image: url(/wp-content/uploads/2021/03/syuno_madoguchi_sosyoku2.png);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  top: -10px;
  left: 0;
}
@media (max-width: 600px) {
  .section07 .box .headline::before {
    width: 50px;
    height: 40px;
    top: -15px;
    left: -10px;
  }
}
.section07 .box .content {
  width: 50%;
}
@media (max-width: 600px) {
  .section07 .box .content {
    width: 100%;
  }
}
.section07 .box .content .title {
  height: 45px;
  text-align: center;
  margin-bottom: 20px;
}
.section07 .box .content .text {
  text-align: left;
}
.section07 .box .image {
  width: calc(50% - 40px);
  margin-left: 40px;
}
@media (max-width: 600px) {
  .section07 .box .image {
    width: 115px;
    height: 100px;
    margin-left: 0;
    position: absolute;
    bottom: -35px;
    right: 0;
  }
}