@charset "UTF-8";
/* このファイルは assets/css/style.scss からのコンパイル生成物です。直接編集しないでください。 */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  min-height: 100dvh;
  display: flex;
  flex-direction: column;
  font-family: "游ゴシック体", "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 1.5rem;
  line-height: 1.5;
  color: #000;
  background: #fff;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
  display: block;
}

.inner {
  margin: 0 auto;
  padding: 0 28px;
}

.uc-main {
  flex: 1 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 80px 0;
}
@media (min-width:744px) {
  .uc-main {
    padding: 120px 0;
  }
}

.uc-content {
  width: 100%;
  font-family: "fot-tsukuaoldmin-pr6n", "游明朝", "Yu Mincho", "YuMincho", serif;
  font-weight: 300;
}

.uc-logo {
  width: auto;
  height: 190px;
  margin: 0 auto 42px;
}
@media (min-width:744px) {
  .uc-logo {
    height: 247px;
    margin-bottom: 50px;
  }
}

.uc-heading {
  font-size: 2rem;
  line-height: 1.8;
  letter-spacing: 0.08em;
  margin-bottom: 9px;
  text-align: center;
  word-break: keep-all;
}
@media (min-width:744px) {
  .uc-heading {
    font-size: 2.1rem;
  }
}

.uc-heading-en {
  font-size: 1.5rem;
  letter-spacing: 0.02em;
  margin-bottom: 36px;
  text-align: center;
}
@media (min-width:744px) {
  .uc-heading-en {
    font-size: 1.9rem;
  }
}

.uc-lead {
  margin-bottom: 50px;
}
@media (min-width:744px) {
  .uc-lead {
    margin-bottom: 65px;
  }
}
.uc-lead p {
  font-size: 1.5rem;
  line-height: 2.2;
  letter-spacing: 0.03em;
}
.uc-lead p + p {
  margin-top: 8px;
}
@media (min-width:744px) {
  .uc-lead p {
    text-align: center;
  }
}

.uc-sns {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  gap: 16px;
}

.uc-sns__icon {
  display: block;
  width: 27px;
  height: 27px;
  transition: opacity 0.25s;
}
@media (hover:hover) and (pointer:fine) {
  .uc-sns__icon:hover {
    opacity: 0.6;
  }
}

.uc-sns__label {
  font-size: 1.5rem;
  letter-spacing: 0.05em;
}

.uc-footer {
  background: #645064;
  color: rgba(255, 255, 255, 0.85);
  padding: 66px 0;
}

.uc-footer__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 28px;
}

.uc-footer__mark {
  width: 37px;
}

.uc-footer__copy {
  font-size: 1.2rem;
  letter-spacing: 0.02em;
  line-height: 1;
}
