@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;600;700&display=swap");
html {
  font-size: 20px;
  font-family: "Noto Sans JP", sans-serif;
  background-color: #FBF8EF;
  scroll-behavior: smooth;
}
@media screen and (max-width: 768px) {
  html {
    font-size: 14px;
  }
}

header {
  position: relative;
  z-index: -2;
}
header img {
  width: 100%;
  height: auto;
}

.l-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 50px 0 100px;
}
@media screen and (max-width: 768px) {
  .l-inner {
    padding: 20px 16px;
  }
}
.l-invite {
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 768px) {
  .l-invite {
    padding-bottom: 100px;
  }
}
.l-invite::before {
  content: "";
  position: absolute;
  top: -8vw;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #FDE8E7;
  border-top: 25px solid #FF4646;
  transform: skewY(8deg);
  z-index: -1;
}
.l-invite .title-main {
  margin-bottom: 60px;
}
.l-invite .title-main img {
  width: 100%;
  height: auto;
}
.l-invite .flex {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  -moz-column-gap: 24px;
       column-gap: 24px;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .l-invite .flex {
    flex-direction: column;
    row-gap: 64px;
  }
}
.l-invite .flex-left {
  width: 100%;
  line-height: 2;
  margin-bottom: 32px;
}
.l-invite .flex-right {
  width: 100%;
}
.l-invite .flex-right img {
  width: 100%;
  height: auto;
}
.l-mataha {
  max-width: 1200px;
  margin: 0 auto;
  padding: 50px 0;
}
@media screen and (max-width: 768px) {
  .l-mataha {
    padding: 20px 16px;
  }
}
.l-mataha .title {
  margin-bottom: 32px;
}
.l-mataha .text {
  font-size: 20px;
  line-height: 2;
  margin-bottom: 32px;
}
@media screen and (max-width: 768px) {
  .l-mataha .text {
    font-size: 14px;
  }
}
.l-mataha .bottom {
  width: 100%;
}
.l-mataha .bottom img {
  width: 100%;
  height: auto;
}
.l-feature {
  position: relative;
  padding: 100px 0 200px;
}
@media screen and (max-width: 768px) {
  .l-feature {
    padding: 50px 0 150px;
  }
}
.l-feature::after {
  content: "";
  position: absolute;
  top: auto;
  bottom: 7vw;
  left: 0;
  right: 0;
  background-color: #FDE8E7;
  transform: skewY(-8deg);
  z-index: -1;
  height: 600px;
}
.l-feature .title-main {
  margin-bottom: 30px;
}
.l-feature .title-main img {
  width: 60%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .l-feature .title-main img {
    width: 100%;
  }
}
.l-feature .link {
  color: #FF4646;
  font-size: 1.2rem;
  font-weight: bold;
  text-align: center;
  text-decoration: underline;
  margin: 0 auto;
  display: block;
}
.l-feature .flex {
  display: flex;
  flex-direction: column;
  row-gap: 32px;
}
.l-feature .flex__item {
  width: 84.5833333333%;
}
@media screen and (max-width: 768px) {
  .l-feature .flex__item {
    width: 95%;
  }
}
.l-feature .flex__item img {
  width: 100%;
  height: auto;
}
.l-feature .flex__item:nth-child(2n) {
  margin-right: 0;
  margin-left: auto;
}
.l-service {
  padding-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .l-service {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.l-service .title-main img {
  margin-bottom: 40px;
  width: 60%;
}
@media screen and (max-width: 768px) {
  .l-service .title-main img {
    width: 100%;
  }
}
.l-service .title-sub {
  font-size: 0.8rem;
  margin-bottom: 60px;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .l-service .title-sub {
    font-size: 1rem;
    margin-bottom: 40px;
  }
}
.l-service .flex img {
  width: 100%;
  height: auto;
}
.l-vision {
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 768px) {
  .l-vision {
    padding-bottom: 100px;
  }
}
.l-vision::before {
  content: "";
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #FDE8E7;
  transform: skewY(8deg);
  z-index: -1;
  height: 600px;
}
@media screen and (max-width: 768px) {
  .l-vision::before {
    height: 800px;
  }
}
.l-vision .title-main {
  margin-bottom: 60px;
}
.l-vision .title-main img {
  width: 100%;
  height: auto;
}
.l-vision .flex img {
  width: 100%;
  height: auto;
}
.l-entry {
  position: relative;
  z-index: 3;
  padding-bottom: 10vw;
  overflow-y: hidden;
  padding-top: 100px;
}
@media screen and (max-width: 768px) {
  .l-entry {
    padding-top: 50px;
  }
}
.l-entry::after {
  content: "";
  position: absolute;
  top: auto;
  bottom: -2vw;
  left: 0;
  right: 0;
  background-color: #FF4646;
  transform: skewY(-8deg);
  z-index: -1;
  height: 80vh;
}
.l-entry .flex {
  margin-bottom: 60px;
}
.l-entry .flex img {
  width: 100%;
  height: auto;
}
.l-entry .title-main {
  margin-bottom: 60px;
}
.l-entry .title-main img {
  margin-bottom: 60px;
  width: 100%;
}
.l-entry .title-main .link {
  color: #0342FF;
  text-decoration: underline;
}
.l-entry__form {
  padding: 64px;
  background-color: #FDE8E7;
  border-radius: 16px;
}
@media screen and (max-width: 768px) {
  .l-entry__form {
    padding: 32px 20px;
  }
}
.l-entry__form__inner {
  display: flex;
  flex-direction: column;
  row-gap: 32px;
}
.l-entry__form__inner__section {
  display: flex;
  flex-direction: column;
  row-gap: 16px;
}
.l-entry__form__inner__section label {
  font-weight: bold;
}
.l-entry__form__inner__section input, .l-entry__form__inner__section textarea {
  border: 1px solid #BDBDBD;
  border-radius: 8px;
  padding: 16px;
  width: 100%;
  background-color: white;
}
.l-entry__form__inner .submitbtn {
  border: none;
  background-color: #000;
  color: white;
  padding: 16px;
  border-radius: 8px;
  cursor: pointer;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}

.common-title {
  font-size: 40px;
  font-weight: bold;
  border-bottom: 8px solid #000;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .common-title {
    font-size: 24px;
  }
}

.red {
  font-weight: bold;
  color: #FF4646;
}

.flowbtn {
  position: fixed;
  bottom: 24px;
  right: 24px;
  z-index: 10;
  width: 120px;
  height: 120px;
  cursor: pointer;
}
.flowbtn img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .flowbtn {
    width: 60px;
    height: 60px;
    right: 12px;
    bottom: 30px;
  }
}

.sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp {
    display: block;
  }
}/*# sourceMappingURL=style.css.map */