@import url("https://fonts.googleapis.com/css2?family=Lato:wght@400;700&family=Noto+Sans+JP:wght@100;300;400;500;700;900&family=Shippori+Mincho:wght@600;700&display=swap");
a:link,
a:visited,
a:hover,
a:active,
a {
  text-decoration: none !important;
  color: unset;
}

h1,
.h1-like {
  font-size: 24px;
  font-weight: 700;
}

h2,
.h2-like {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.05rem;
}

h3,
.h3-like {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.05rem;
}

h4,
.h4-like {
  font-size: 11px;
  font-weight: 700;
}
h4.h4-like-400,
.h4-like.h4-like-400 {
  font-weight: 400;
}

p,
.p-like {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.05rem;
  line-height: 180%;
}
p .p-700,
.p-like .p-700 {
  font-weight: 700;
}

ul li, ol li {
  font-size: 12px;
}

@media screen and (min-width: 500px) {
  h1,
.h1-like {
    font-size: 32px;
  }

  h2,
.h2-like {
    font-size: 20px;
  }

  h3,
.h3-like {
    font-size: 18px;
  }

  h4,
.h4-like {
    font-size: 13px;
  }

  p,
.p-like {
    font-size: 16px;
  }

  ul li, ol li {
    font-size: 16px;
  }
}
@media screen and (min-width: 800px) {
  h1,
.h1-like {
    font-size: 40px;
  }

  h2,
.h2-like {
    font-size: 28px;
  }

  h3,
.h3-like {
    font-size: 20px;
  }

  h4,
.h4-like {
    font-size: 14px;
  }

  p,
.p-like {
    font-size: 18px;
    line-height: 200%;
  }

  ul li, ol li {
    font-size: 18px;
  }
}
@media screen and (min-width: 1200px) {
  h1,
.h1-like {
    font-size: 50px;
  }

  h2,
.h2-like {
    font-size: 35px;
  }

  h3,
.h3-like {
    font-size: 25px;
  }

  h4,
.h4-like {
    font-size: 16px;
  }

  p,
.p-like {
    font-size: 20px;
  }

  ul li, ol li {
    font-size: 20px;
  }
}
.font-lato-bold {
  font-family: "Lato", sans-serif;
  font-style: normal;
  font-weight: 700;
}

.font-lato-regular {
  font-family: "Lato", sans-serif;
  font-style: normal;
  font-weight: 400;
}

.font-shippori-semi {
  font-family: "Shippori Mincho", serif;
  font-style: normal;
  font-weight: 600;
}

.font-shippori-bold {
  font-family: "Shippori Mincho", serif;
  font-style: normal;
  font-weight: 700;
}

section p.h4-like {
  font-weight: 400;
}
@media screen and (max-width: 1200px) {
  section p.h4-like {
    font-size: 16px;
  }
}

section.greetings-landing {
  width: 1200px;
  max-width: 92%;
  margin: clamp(32px, 10vw, 120px) auto clamp(70px, 20vw, 250px) auto;
}
section.greetings-landing .greeting-two-col {
  width: 1100px;
  max-width: 100%;
  justify-content: space-between;
}
section.greetings-landing .greeting-two-col .img-col {
  width: 440px;
  max-width: 40%;
}
section.greetings-landing .greeting-two-col .text-col {
  width: 610px;
  max-width: 58%;
}
section.greetings-landing .greeting-two-col .text-col .title-row {
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 40px;
  padding-bottom: 20px;
  border-bottom: 1px #000000 dashed;
}
section.greetings-landing .greeting-two-col .text-col .title-row h4, section.greetings-landing .greeting-two-col .text-col .title-row h2 {
  line-height: 100%;
}
section.greetings-landing .greeting-two-col .text-col .title-row h4 {
  margin-right: 1em;
  font-weight: 400;
}
section.greetings-landing .greeting-two-col .text-col p {
  text-align: justify;
}
section.greetings-landing .greeting-two-col .text-col .sns-row {
  align-self: flex-end;
  margin-top: 25px;
}
section.greetings-landing .greeting-two-col .text-col .sns-row img {
  height: 16px;
  width: auto;
  margin: auto 12px;
}
section.greetings-landing .greeting-two-col .text-col .sns-row a:hover {
  opacity: 0.6;
}
@media screen and (max-width: 1200px) {
  section.greetings-landing .greeting-two-col .text-col .title-row h2 {
    font-size: 22px;
  }
  section.greetings-landing .greeting-two-col .text-col .title-row h4 {
    font-size: 16px;
  }
}
@media screen and (max-width: 800px) {
  section.greetings-landing {
    max-width: 100%;
    margin: clamp(32px, 7vw, 64px) auto clamp(70px, 10vw, 100px) auto;
  }
  section.greetings-landing .greeting-two-col {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  section.greetings-landing .greeting-two-col .img-col {
    max-width: 100%;
  }
  section.greetings-landing .greeting-two-col .text-col {
    margin: 42px auto 0 auto;
    max-width: 92%;
  }
  section.greetings-landing .greeting-two-col .text-col .sns-row {
    align-self: center;
    margin-top: 45px;
  }
  section.greetings-landing .greeting-two-col .text-col .sns-row img {
    height: 26px;
    margin: auto 15px;
  }
}

section.main-text {
  width: 1000px;
  max-width: 96%;
  margin: 0 auto clamp(70px, 14vw, 160px) auto;
  background: url(../img/common/bg-logo.svg) center top 35% no-repeat;
  background-size: contain;
  text-align: center;
}
section.main-text h2 {
  margin-bottom: 1em;
}
section.main-text .bold {
  font-weight: 700;
}
section.main-text .text-col {
  margin-bottom: 80px;
}
section.main-text .text-col p {
  margin-bottom: 2.5em;
}
@media screen and (max-width: 1200px) {
  section.main-text {
    background: url(../img/common/bg-logo.svg) center bottom 3% no-repeat;
    background-size: contain;
  }
  section.main-text h2 {
    font-size: 22px;
    margin-bottom: 1.5em;
  }
  section.main-text .text-col {
    margin-bottom: 0;
  }
}

section.contact {
  margin-bottom: -1px;
}
section.contact .title-line {
  display: none;
}

/*# sourceMappingURL=greetings.css.map */
