@media screen and (max-width: 1024px) {
  .contents {
    padding-left: 0;
    padding-right: 0;
  }
  .main-ttl {
    padding-right: 5.42857%;
    padding-left: 5.42857%;
  }
}

.space-ttl {
  margin-top: 70px;
  padding-bottom: 34px;
  font-size: 40px;
  font-weight: bold;
}

.spaceFlex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.spaceText {
  line-height: 2.375;
  width: 50%;
  padding-right: 4%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.spaceText p {
  width: 72%;
}

.spaceText div {
  margin-top: auto;
  margin-bottom: 0;
}

.space-img {
  width: 50%;
}

@media screen and (max-width: 1024px) {
  .space {
    margin-top: 40px;
  }
  .space-ttl {
    margin-top: 35px;
    padding-bottom: 20px;
    text-align: center;
    font-size: clamp(17.06667px, 5.33333vw, 40px);
  }
  .spaceFlex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .spaceText {
    line-height: 1.66667;
    width: auto;
    padding-right: 5.42857%;
    padding-left: 5.42857%;
    padding-bottom: 35px;
  }
  .spaceText p {
    width: auto;
  }
  .space-img {
    width: auto;
  }
}

.enrecation {
  margin-top: 110px;
}

.enrecationFlex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1080px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  margin: 0 auto;
}

.enrecation-ttl {
  padding-bottom: 40px;
}

.enrecation-ttl .l-text {
  font-size: 45px;
  font-weight: 500;
  letter-spacing: 0.12em;
}

.enrecation-ttl .ja {
  font-size: 18px;
}

.enrecation-img {
  width: 37%;
}

.enrecationText {
  width: 66%;
}

.enrecation p {
  line-height: 2.375;
  padding-bottom: 30px;
}

@media screen and (max-width: 1024px) {
  .enrecation {
    padding-right: 5.42857%;
    padding-left: 5.42857%;
  }
  .enrecationFlex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .enrecation-ttl {
    padding-bottom: 20px;
  }
  .enrecation-ttl .l-text {
    font-size: clamp(25.6px, 8vw, 60px);
  }
  .enrecation-ttl .ja {
    margin-top: 10px;
    display: block;
    font-size: clamp(12.8px, 4vw, 30px);
  }
  .enrecation-img {
    width: 80vw;
    margin: 0 auto 25px;
    max-width: 600px;
  }
  .enrecationText {
    width: auto;
  }
  .enrecation p {
    line-height: 1.66667;
    padding-bottom: 0;
  }
}

.chapel {
  margin-top: 160px;
  text-align: center;
}

.chapel-ttl {
  font-weight: bold;
  font-size: 40px;
}

.chapel p {
  margin-top: 40px;
  line-height: 2.375;
}

.chapel-img {
  position: relative;
  max-width: 1200px;
  width: 62.5vw;
  margin: 70px auto 0;
}

.chapel-img1 {
  position: absolute;
  top: 0;
  left: 0;
}

.chapel-img2 {
  position: absolute;
  top: 0;
  right: 0;
}

.chapel-img3 {
  position: absolute;
  bottom: 0;
  left: 0;
}

.chapel-img4 {
  position: absolute;
  bottom: 0;
  right: 0;
}

.chapel-img1, .chapel-img2, .chapel-img3, .chapel-img4 {
  width: 23.95833vw;
  max-width: 460px;
}

@media screen and (max-width: 1024px) {
  .chapel {
    margin-top: 70px;
    text-align: left;
  }
  .chapel-ttl {
    padding-right: 5.42857%;
    padding-left: 5.42857%;
    padding-bottom: 70px;
    font-weight: bold;
    font-size: clamp(17.06667px, 5.33333vw, 40px);
  }
  .chapel p {
    margin-top: 40px;
    padding-bottom: 30px;
    line-height: 1.66667;
    padding-right: 5.42857%;
    padding-left: 5.42857%;
  }
  .chapel-img {
    position: relative;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin: 70px auto 0;
  }
}

.chapel-img1,
.chapel-img2,
.chapel-img3,
.chapel-img4 {
  -webkit-animation: fuwafuwa 3s infinite ease-in-out .8s alternate;
          animation: fuwafuwa 3s infinite ease-in-out .8s alternate;
  display: inline-block;
  -webkit-transition: 1.5s ease-in-out;
  transition: 1.5s ease-in-out;
}

@-webkit-keyframes fuwafuwa {
  0% {
    -webkit-transform: translate(0, 0) rotate(-1deg);
            transform: translate(0, 0) rotate(-1deg);
  }
  50% {
    -webkit-transform: translate(0, -1px) rotate(0deg);
            transform: translate(0, -1px) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(1deg);
            transform: translate(0, 0) rotate(1deg);
  }
}

@keyframes fuwafuwa {
  0% {
    -webkit-transform: translate(0, 0) rotate(-1deg);
            transform: translate(0, 0) rotate(-1deg);
  }
  50% {
    -webkit-transform: translate(0, -1px) rotate(0deg);
            transform: translate(0, -1px) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(1deg);
            transform: translate(0, 0) rotate(1deg);
  }
}

.can {
  margin-top: 300px;
  padding-right: 5%;
}

.can-ttl {
  font-size: 40px;
  padding-bottom: 36px;
}

.can-ttl span {
  font-size: 50px;
}

.can h3 {
  color: var(--orange);
  font-size: 20px;
  letter-spacing: 0.12em;
}

.can h3 span {
  font-size: 50px;
  font-weight: bold;
}

.canFlex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 80px;
}

.can li:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.can-img {
  width: 62.85714%;
}

.canText {
  width: 35.71429%;
}

.can dt {
  font-size: 30px;
  padding: 16px 0 20px;
  line-height: 1.33333;
}

.can dd {
  line-height: 2.375;
}

@media screen and (max-width: 1024px) {
  .can {
    margin-top: 120px;
    padding-left: 5.42857%;
    padding-right: 0;
  }
  .can-ttl {
    font-size: clamp(17.06667px, 5.33333vw, 40px);
    padding-bottom: 20px;
  }
  .can-ttl span {
    font-size: clamp(21.33333px, 6.66667vw, 50px);
  }
  .can h3 {
    font-size: clamp(12.8px, 4vw, 30px);
  }
  .can h3 span {
    font-size: clamp(21.33333px, 6.66667vw, 50px);
  }
  .canFlex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 35px;
  }
  .can li:nth-child(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .can-img {
    width: auto;
  }
  .canText {
    width: auto;
    padding-right: 5.42857%;
  }
  .can dt {
    font-size: clamp(17.06667px, 5.33333vw, 40px);
    padding: 0px 0 14px;
    line-height: 1.375;
  }
  .can dd {
    line-height: 1.66667;
    padding-bottom: 25px;
  }
}

.thought {
  max-width: 1200px;
  margin-top: 300px;
}

.thought-ttl {
  margin-top: 70px;
  padding-bottom: 34px;
  font-weight: bold;
  font-size: 16px;
  line-height: 2.375;
}

.thought-text {
  line-height: 2.375;
  padding-right: 5.71429%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.thought .enrecationText {
  width: 58%;
}

.enrecation-img.sp {
  display: none !important;
}

.enrecation-img.pc {
  display: block !important;
}

@media screen and (max-width: 1024px) {
  .enrecation-img.sp {
    display: block !important;
  }
  .enrecation-img.pc {
    display: none !important;
  }
  .thought {
    margin-top: 120px;
  }
  .thought-ttl {
    margin-top: 35px;
    padding-bottom: 20px;
    font-size: clamp(17.06667px, 5.33333vw, 40px);
    padding-left: 5.42857%;
  }
  .thought-text {
    line-height: 1.66667;
    width: auto;
    padding-right: 5.42857%;
    padding-left: 5.42857%;
    padding-bottom: 35px;
  }
  .thought .enrecationText {
    width: auto;
  }
}
/*# sourceMappingURL=style.css.map */