:root {
  --tw-border-opacity: 1;
}
body {
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: 0.02em;
}

@media screen and (min-width: 754px) {
  body {
    font-size: 16px;
  }
}

body.theme_custom {
  color: #FFF;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif !important
}

/* common wrapper */
.c-wrapper {
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}

.c-wrapper [data-structure="e-text"],
#section-91 .c-wrapper,
#section-93 .c-wrapper,
#section-95 .c-wrapper,
#section-96 .c-wrapper,
#section-97 .c-wrapper {
  margin-left: auto;
  margin-right: auto;
  max-width: 82rem;
  text-wrap: pretty;
}
[data-structure="b-sentence"] .c-wrapper--sm {
  max-width: 82rem;
}

[data-structure="b-heading-heading"] + [data-structure="b-sentence"] .c-inner {
  padding-top: 0;
  padding-bottom: 2rem;
}

/* Typography */
[data-structure="e-heading"] {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Helvetica, Arial, Meiryo, メイリオ, sans-serif;
  font-weight: bold;
  letter-spacing: 0.08em;
  line-height: 1.65;
  text-wrap: pretty;
}

small {
  color: #EFF3FA;
  font-size: 83%;
}

strong {
  font-weight: bold;
}

/* helo image */
#section-47 .c-inner {
  padding-top: 0;
  padding-bottom: 0;
}

#section-47 .pera1-clip-image {
  max-width: 343px !important;
}

@media screen and (min-width: 754px) {
  #section-47 .pera1-clip-image {
    max-width: 428px !important;
  }
}

@media screen and (min-width: 1042px) {
  #section-47 .pera1-clip-image {
  	max-width: 514px !important;
  }
}

/* Footer */
#section-102 .grid-wrapper {
  padding-right: 1.6rem;
  padding-left: 1.6rem;
}
#section-102 .grid-wrapper > .c-inner {
  max-width: 96rem;
  margin-left: auto;
  margin-right: auto;
}
#section-102 .row {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
}
#section-102 .p-header-sns-footer__logo {
  padding-left: 0;
  padding-right: 0;
  flex-basis: auto;
  max-width: none;
}
#section-102 .p-header-sns-footer__logo .c-img {
  text-align: center;
}
#section-102 .p-header-sns-footer__logo img {
  width: 178px;
}

#section-102 .p-header-sns-footer__menu {
  flex-basis: 100%;
  max-width: unset;
}
#section-102 .m_navigationMenu {
  font-size: 1.4rem !important;
  display: flex;
  align-items: center;
}
#section-102 .m_navigationMenu li + li::before {
  content: "|";
  margin-left: 5px;
  margin-right: 5px;
}
#section-102 .m_navigationMenu a {
  display: inline-block;
  color: #FFF;
  transition: all 0.25s ease-out;
  padding: 10px;
}
#section-102 .m_navigationMenu a:hover {
  color: #a6a6af;
}

@media screen and (min-width: 754px) {
  #section-102 .row {
    flex-direction: row;
    justify-content: space-around;
  }
  #section-102 .p-header-sns-footer__menu {
    flex: 1;
    width: 100%;
    max-width: unset;
  }
  #section-102 .m_navigationMenu {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
}
@media screen and (min-width: 1042px) {
  #section-102 .grid-wrapper {
    padding-right: 3.2rem;
    padding-left: 3.2rem;
  }
}

#section-1 .p-footer__inner {
  color: #c2c2c5;
  font-size: 83%;
  padding: 2.4rem 1.6rem 2.0rem;
}