@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
html,
body {
  font-size: 18px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 1.7;
  overflow-x: hidden;
}
@media (max-width: 640px) {
  html,
  body {
    font-size: 16px;
  }
}

header {
  max-width: 1200px;
  width: calc(100% - 64px);
  margin: 0 auto;
  padding: 24px 0;
}
header h1 {
  max-width: 400px;
  width: calc(100% - 80px);
}
header h1 img {
  width: 100%;
  height: auto;
}

#fv {
  max-width: 1200px;
  width: calc(100% - 64px);
  margin: 0 auto 80px;
  background-color: #f7e4dd;
  border-radius: 12px;
}
#fv .fv__inner {
  position: relative;
  padding: 128px 0;
}
#fv .fv__flower01 {
  position: absolute;
  top: -24px;
  right: -32px;
  width: 240px;
  height: auto;
}
@media (max-width: 1020px) {
  #fv .fv__flower01 {
    width: 180px;
  }
}
@media (max-width: 800px) {
  #fv .fv__flower01 {
    width: 120px;
  }
}
#fv .fv__word {
  max-width: 640px;
  width: calc(100% - 64px);
  margin: 0 auto;
}
@media (max-width: 800px) {
  #fv .fv__word {
    max-width: 480px;
  }
}
#fv .fv__word img {
  width: 100%;
  height: auto;
}
#fv .fv__flower02 {
  position: absolute;
  bottom: -24px;
  left: -32px;
  width: 240px;
  height: auto;
}
@media (max-width: 1020px) {
  #fv .fv__flower02 {
    width: 180px;
  }
}
@media (max-width: 800px) {
  #fv .fv__flower02 {
    width: 120px;
  }
}

h2 {
  font-size: 32px;
  color: #b13756;
  font-weight: 500;
  letter-spacing: 0.1em;
}
@media (max-width: 860px) {
  h2 {
    font-size: 28px;
  }
}
@media (max-width: 640px) {
  h2 {
    font-size: 24px;
  }
}

#link {
  max-width: 1200px;
  width: calc(100% - 64px);
  margin: 0 auto 80px;
}
#link .link__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 24px;
}
@media (max-width: 800px) {
  #link .link__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#link .link__item01 {
  display: block;
}
@media (max-width: 1160px) {
  #link .link__item01 {
    width: calc(50% - 12px);
  }
}
@media (max-width: 800px) {
  #link .link__item01 {
    width: 100%;
  }
}
#link .link__item02 {
  display: block;
}
@media (min-width: 1161px) {
  #link .link__item02 {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
@media (max-width: 1160px) {
  #link .link__item02 {
    width: calc(50% - 12px);
  }
}
@media (max-width: 800px) {
  #link .link__item02 {
    width: 100%;
  }
}
#link .link__item--pdf {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  height: 100%;
  border: 1px solid #b13756;
  padding: 24px;
  border-radius: 12px;
  display: grid;
  grid-template-columns: 240px 1fr 50px;
  gap: 16px;
}
#link .link__item--pdf:hover {
  background-color: #f7e4dd;
}
@media (max-width: 1280px) {
  #link .link__item--pdf {
    grid-template-columns: 200px 1fr 40px;
  }
}
@media (max-width: 1160px) {
  #link .link__item--pdf {
    grid-template-columns: 1fr; /* 1列 */
  }
}
#link .link__item--pdf-icon {
  -ms-flex-item-align: end;
      align-self: end;
}
@media (max-width: 1160px) {
  #link .link__item--pdf-img {
    max-width: 300px;
    justify-self: center;
  }
  #link .link__item--pdf-text {
    text-align: center;
  }
  #link .link__item--pdf-icon {
    width: 100px;
    justify-self: center;
  }
}
@media (max-width: 800px) {
  #link .link__item--pdf-icon {
    width: 50px;
  }
}
#link .link__item--sns {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  height: 100%;
  border: 1px solid #b13756;
  padding: 24px;
  border-radius: 12px;
  display: grid;
  grid-template-columns: 80px 1fr;
  place-items: center;
  gap: 16px;
}
#link .link__item--sns:hover {
  background-color: #f7e4dd;
}
@media (max-width: 1280px) {
  #link .link__item--sns {
    grid-template-columns: 60px 1fr;
  }
}
@media (max-width: 1160px) {
  #link .link__item--sns {
    grid-template-columns: 1fr; /* 1列 */
  }
}
#link .link__item--sns .link__item--sns-img {
  -ms-flex-item-align: center;
      align-self: center;
}
@media (max-width: 1160px) {
  #link .link__item--sns .link__item--sns-img {
    width: 100px;
  }
}
@media (max-width: 800px) {
  #link .link__item--sns .link__item--sns-img {
    width: 50px;
  }
}
#link .link__item--sns .link__item--sns-text {
  -ms-flex-item-align: start;
      align-self: start;
  -o-object-fit: cover;
     object-fit: cover;
}
#link .link__item--sns .link__item--sns-text p span {
  font-weight: 700;
  font-size: 36px;
  margin-right: 16px;
}

.footer__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  max-width: 1200px;
  width: calc(100% - 64px);
  margin: 0 auto;
  padding: 48px 0;
  gap: 36px;
}
@media (max-width: 860px) {
  .footer__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.footer__inner--logo {
  max-width: 400px;
  width: calc(100% - 80px);
}
.footer__inner--logo img {
  width: 100%;
  height: auto;
}

.footer__copyright {
  text-align: center;
  width: calc(100% - 64px);
  margin: 0 auto;
  padding: 24px 0;
  font-size: 14px;
}
@media (max-width: 640px) {
  .footer__copyright {
    font-size: 12px;
  }
}

.mb08 {
  margin-bottom: 8px !important;
}

.mt08 {
  margin-top: 8px !important;
}

.ml08 {
  margin-left: 8px !important;
}

.mr08 {
  margin-right: 8px !important;
}

.mb16 {
  margin-bottom: 16px !important;
}

.mt16 {
  margin-top: 16px !important;
}

.ml16 {
  margin-left: 16px !important;
}

.mr16 {
  margin-right: 16px !important;
}

.mb24 {
  margin-bottom: 24px !important;
}

.mt24 {
  margin-top: 24px !important;
}

.ml24 {
  margin-left: 24px !important;
}

.mr24 {
  margin-right: 24px !important;
}

.mb32 {
  margin-bottom: 32px !important;
}

.mt32 {
  margin-top: 32px !important;
}

.ml32 {
  margin-left: 32px !important;
}

.mr32 {
  margin-right: 32px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.ml40 {
  margin-left: 40px !important;
}

.mr40 {
  margin-right: 40px !important;
}

.mb48 {
  margin-bottom: 48px !important;
}

.mt48 {
  margin-top: 48px !important;
}

.ml48 {
  margin-left: 48px !important;
}

.mr48 {
  margin-right: 48px !important;
}

.mb56 {
  margin-bottom: 56px !important;
}

.mt56 {
  margin-top: 56px !important;
}

.ml56 {
  margin-left: 56px !important;
}

.mr56 {
  margin-right: 56px !important;
}

.mb64 {
  margin-bottom: 64px !important;
}

.mt64 {
  margin-top: 64px !important;
}

.ml64 {
  margin-left: 64px !important;
}

.mr64 {
  margin-right: 64px !important;
}

.mb72 {
  margin-bottom: 72px !important;
}

.mt72 {
  margin-top: 72px !important;
}

.ml72 {
  margin-left: 72px !important;
}

.mr72 {
  margin-right: 72px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.mt80 {
  margin-top: 80px !important;
}

.ml80 {
  margin-left: 80px !important;
}

.mr80 {
  margin-right: 80px !important;
}

.mb88 {
  margin-bottom: 88px !important;
}

.mt88 {
  margin-top: 88px !important;
}

.ml88 {
  margin-left: 88px !important;
}

.mr88 {
  margin-right: 88px !important;
}

.mb96 {
  margin-bottom: 96px !important;
}

.mt96 {
  margin-top: 96px !important;
}

.ml96 {
  margin-left: 96px !important;
}

.mr96 {
  margin-right: 96px !important;
}

.mb104 {
  margin-bottom: 104px !important;
}

.mt104 {
  margin-top: 104px !important;
}

.ml104 {
  margin-left: 104px !important;
}

.mr104 {
  margin-right: 104px !important;
}

.mb112 {
  margin-bottom: 112px !important;
}

.mt112 {
  margin-top: 112px !important;
}

.ml112 {
  margin-left: 112px !important;
}

.mr112 {
  margin-right: 112px !important;
}

.mb120 {
  margin-bottom: 120px !important;
}

.mt120 {
  margin-top: 120px !important;
}

.ml120 {
  margin-left: 120px !important;
}

.mr120 {
  margin-right: 120px !important;
}/*# sourceMappingURL=style.css.map */