:root {
  --ベージュ: #f2eee7;
  --アクセント: #e86159;
  --ブラックブラウン: #3c372e;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.slide {
  background-image: url('../images/top01.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
}

.container {
  background-color: var(--ベージュ);
  max-width: 600px;
}

.mask {
  min-width: auto;
  height: 800px;
  min-height: auto;
}

.slider {
  height: 100%;
}

.slide-2 {
  background-image: url('../images/top02.png');
  background-position: 50% 60%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-nav {
  margin-bottom: 20px;
}

.section {
  padding: 5%;
}

.image {
  width: 100%;
}

.button {
  background-color: var(--アクセント);
  text-align: center;
  mix-blend-mode: normal;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 30px;
  font-weight: 600;
  display: flex;
}

.column {
  font-size: 100px;
  font-weight: 700;
}

.text-block {
  color: var(--アクセント);
  justify-content: flex-start;
  align-items: center;
  height: 60px;
  font-size: 60px;
  display: flex;
}

.paragraph {
  font-family: Noto Sans JP, sans-serif;
  font-size: 28px;
  line-height: 34px;
}

.columns {
  margin-bottom: 20px;
}

.div-block {
  background-color: var(--ブラックブラウン);
  text-align: center;
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  display: block;
}

.image-2 {
  width: 24%;
}

.paragraph-2 {
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  font-family: Noto Sans JP, sans-serif;
  font-size: 30px;
  line-height: 38px;
  display: flex;
}

.heading {
  color: #fff;
  text-align: center;
  font-size: 22px;
  line-height: 32px;
}

.heading.maintitle {
  font-size: 38px;
  line-height: 48px;
}

.div-block-2 {
  border-bottom: 1px solid var(--ブラックブラウン);
  background-color: #fff;
  padding: 30px;
}

.image-3 {
  width: 100%;
}

.heading-2 {
  font-family: Noto Sans JP, sans-serif;
}

.heading-3 {
  font-family: Noto Sans JP, sans-serif;
  font-weight: 500;
}

@media screen and (max-width: 479px) {
  .mask {
    height: 500px;
  }

  .slide-2 {
    background-position: 50% 0;
  }

  .section {
    padding: 5%;
  }

  .image {
    width: 100%;
  }

  .button {
    border-radius: 30px;
    height: 60px;
    font-size: 20px;
  }
}


