@charset "UTF-8";
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}
@media (max-width: 767px) {
  html {
    font-size: 4.2666666667vw;
  }
}
@media (min-width: 768px) {
  html {
    font-size: min(16px, 1.5625vw);
  }
}

body {
  margin: 0;
  color: #3c3c3c;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  background: #fff;
  -webkit-font-smoothing: antialiased;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

a {
  color: #57463d;
  word-break: break-all;
}
a:hover {
  opacity: 0.8;
}

strong {
  font-weight: 700;
}

.lp {
  overflow-x: hidden;
}

.container {
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .container {
    max-width: 20.9375rem;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 60rem;
  }
}

@media (max-width: 767px) {
  .only-pc {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .only-sp {
    display: none !important;
  }
}

.only-pc {
  display: none !important;
}
@media (min-width: 768px) {
  .only-pc {
    display: inline !important;
  }
}

.note-mark {
  font-size: 0.75em;
  vertical-align: super;
}

.section {
  padding: 3rem 0;
}
@media (min-width: 768px) {
  .section {
    padding: 4rem 0;
  }
}
.section__illust {
  display: block;
  margin: 0 auto 2.5rem;
  width: 18.375rem;
  max-width: 100%;
}
@media (min-width: 768px) {
  .section__illust {
    width: 18.375rem;
    margin-bottom: 2.5rem;
  }
}
.section__lead {
  margin: 0;
  text-align: center;
  font-size: 0.8125rem;
  line-height: 1.5rem;
  letter-spacing: 0.065rem;
}
@media (min-width: 768px) {
  .section__lead {
    font-size: 1rem;
    line-height: 1.75rem;
    letter-spacing: 0.04rem;
  }
}
@media (max-width: 767px) {
  .section__lead--unpaid {
    line-height: 1.5rem;
    letter-spacing: 0.065rem;
  }
}

.heading-lg {
  margin: 0 0 1.5rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  text-align: center;
  color: #333;
  font-size: 1.5625rem;
  line-height: 2.1875rem;
  letter-spacing: 0.09375rem;
}
@media (min-width: 768px) {
  .heading-lg {
    margin-bottom: 1.5rem;
    font-size: 2.5rem;
    line-height: 3.75rem;
    letter-spacing: 0.075rem;
  }
}
.heading-lg--unpaid {
  font-weight: 500;
}
.heading-lg--stuck {
  font-size: 2.125rem;
  font-weight: 700;
  line-height: 1.2;
  color: #a52500;
}
@media (min-width: 768px) {
  .heading-lg--stuck {
    font-size: 3.75rem;
    line-height: 5rem;
  }
}
.heading-lg--result {
  font-size: 1.5625rem;
  line-height: 2.1875rem;
}
@media (min-width: 768px) {
  .heading-lg--result {
    font-size: 2.5rem;
    line-height: 3.75rem;
  }
}
.heading-lg__accent {
  color: #a52500;
}

.heading-md {
  margin: 0 0 1.25rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.875rem;
  letter-spacing: 0.0675rem;
  color: #333;
}
@media (min-width: 768px) {
  .heading-md {
    margin-bottom: 1.25rem;
    font-size: 1.875rem;
    line-height: 5.625rem;
    letter-spacing: 0.05625rem;
  }
}
.heading-md--center {
  text-align: center;
}

.site-header__inner {
  padding-top: 1.25rem;
  text-align: center;
}
@media (min-width: 768px) {
  .site-header__inner {
    padding-top: 6.25rem;
  }
}
.site-header__logo {
  width: 10.25rem;
}
@media (min-width: 768px) {
  .site-header__logo {
    width: 20.5rem;
  }
}

.hero {
  padding-bottom: 3.125rem;
}
@media (min-width: 768px) {
  .hero {
    padding-bottom: 5rem;
  }
}
.hero__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.hero__badge {
  align-self: flex-start;
  width: 7.5rem;
  margin: 0.8125rem 0 0.21875rem -0.625rem;
  flex-shrink: 0;
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) {
  .hero__badge {
    width: 15rem;
    margin: 0.3125rem 0 -4.375rem -0.625rem;
  }
}
.hero__badge-img {
  display: block;
  width: 100%;
  height: auto;
}
.hero__headline {
  margin: 0 0 3.125rem;
  margin-block-start: 0;
  margin-top: 0;
  padding: 0;
  border: 0;
  font: inherit;
  line-height: 0;
  width: 100%;
  max-width: 20rem;
}
.hero__headline picture,
.hero__headline img {
  display: block;
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .hero__headline {
    max-width: 52.25rem;
    margin: 0 0 3.75rem;
    margin-block-end: 3.75rem;
  }
}
.hero__lead {
  margin: 0 0 1rem;
  font-size: 0.875rem;
  line-height: 1.6875rem;
  letter-spacing: 0.04em;
  text-align: center;
}
@media (min-width: 768px) {
  .hero__lead {
    margin-bottom: 1.75rem;
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
.hero__lead strong {
  color: #a52500;
  font-weight: 700;
}
.hero__stats {
  margin: 0 0 1.75rem;
  font-size: 0.875rem;
  line-height: 1.6875rem;
  letter-spacing: 0.04em;
  text-align: center;
}
@media (min-width: 768px) {
  .hero__stats {
    margin-bottom: 2.8125rem;
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
.hero__stats-deco {
  letter-spacing: -0.2em;
}
.hero__visual {
  width: 100vw;
  max-width: none;
  margin-inline: calc(50% - 50vw);
  margin-bottom: 1.25rem;
}
@media (min-width: 768px) {
  .hero__visual {
    width: 100%;
    margin-inline: 0;
    margin-bottom: 2.5rem;
  }
}
.hero__video-wrap {
  position: relative;
  aspect-ratio: 16/9;
  width: 100%;
}
.hero__video-wrap iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: none;
}
.hero__comment {
  margin: 0;
  font-size: 0.8125rem;
  line-height: 1.5rem;
  letter-spacing: 0.04em;
  text-align: left;
}
@media (min-width: 768px) {
  .hero__comment {
    font-size: 1rem;
    line-height: 1.75rem;
    text-align: left;
  }
}
.hero__comment strong {
  color: #a52500;
  font-weight: 700;
}

.section--subject {
  padding: 3.125rem 0;
  background: rgba(255, 213, 91, 0.07);
}
@media (min-width: 768px) {
  .section--subject {
    padding: 5rem 0;
  }
}

.subject__heading {
  margin: 0 0 1rem;
  padding-bottom: 0.09375rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 900;
  text-align: center;
  color: #333;
  line-height: 1.15;
  background: url("../images/subject-heading-underline.svg") center bottom/15.625rem auto no-repeat;
}
@media (min-width: 768px) {
  .subject__heading {
    margin-bottom: 2rem;
    padding-bottom: 0;
    line-height: 5rem;
    background-image: url("../images/subject-heading-underline.svg");
    background-position: center 4rem;
    background-size: 31.25rem auto;
    background-repeat: no-repeat;
  }
}
.subject__heading-word {
  font-size: 2.1875rem;
}
.subject__heading-em {
  font-size: 1.875rem;
}
@media (min-width: 768px) {
  .subject__heading-word {
    font-size: 4.375rem;
  }
  .subject__heading-em {
    font-size: 3.75rem;
  }
}
.subject__underline {
  display: none;
}
.subject__subtitle {
  margin: 0 0 1.375rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.875rem;
  letter-spacing: 0.0375rem;
  text-align: center;
  color: #333;
}
@media (min-width: 768px) {
  .subject__subtitle {
    margin-bottom: 2.875rem;
    font-size: 2.5rem;
    line-height: 3.75rem;
    letter-spacing: 0.075rem;
  }
}
.subject__body p {
  margin: 0 0 1.25rem;
  font-size: 0.8125rem;
  line-height: 1.5rem;
  letter-spacing: 0.0325rem;
}
@media (min-width: 768px) {
  .subject__body p {
    margin-bottom: 1.25rem;
    font-size: 1rem;
    line-height: 1.75rem;
    letter-spacing: 0.04rem;
  }
}

.voices-wrap {
  margin: 2rem 0 1.09375rem;
  padding: 1.25rem 1.25rem 1.5rem;
  background: #fff;
  border-radius: 0.625rem;
}
@media (min-width: 768px) {
  .voices-wrap {
    margin-top: 2.5rem;
    margin-bottom: 2.375rem;
    padding: 2.125rem 3.75rem 2.5rem;
    border-radius: 0.375rem;
    box-shadow: 0.625rem 0.625rem 0 #e6e6e6;
  }
}

.voices {
  display: flex;
  flex-direction: column;
  gap: 1.375rem;
  margin: 0;
  padding: 0;
  list-style: none;
  background: none;
}
@media (min-width: 768px) {
  .voices {
    gap: 2.1875rem;
    margin: 0;
    padding: 0;
    background: none;
  }
}

.voice-divider {
  display: block;
  width: 100%;
  margin: 1.625rem 0 1.5rem;
  border: none;
  border-top: 1px solid #999;
}
@media (min-width: 768px) {
  .voice-divider {
    margin: 2.5rem 0 1.25rem;
  }
}

.voice-card {
  margin: 0;
  padding: 0;
  list-style: none;
  background: transparent;
  border-radius: 0;
  box-shadow: none;
}
@media (min-width: 768px) {
  .voice-card {
    padding: 0;
    background: transparent;
    border-radius: 0;
    box-shadow: none;
  }
}
.voice-card p {
  margin: 0;
  padding-left: 1em;
  text-indent: -1em;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 0.8125rem;
  font-weight: 700;
  line-height: 1.375rem;
  letter-spacing: 0.0325rem;
  color: #333;
  text-align: left;
}
@media (min-width: 768px) {
  .voice-card p {
    font-size: 1.1875rem;
    line-height: 2rem;
    letter-spacing: 0.0475rem;
  }
}

.voices__source {
  margin: 0 0 0.5rem;
  font-size: 0.625rem;
  line-height: 1.0625rem;
  letter-spacing: 0.025rem;
  text-align: left;
  color: #718b29;
}
.voices__source a {
  color: inherit;
  text-decoration: none;
}
.voices__source a:hover {
  text-decoration: underline;
}
@media (min-width: 768px) {
  .voices__source {
    margin-bottom: 0.5rem;
    font-size: 1rem;
    line-height: 1.75rem;
    letter-spacing: 0.03rem;
    text-align: left;
    color: #718b29;
  }
}

.ex-link-icon {
  display: inline-block;
  width: 0.75rem;
  height: 0.75rem;
  vertical-align: middle;
  margin: -0.0625rem 0 0 0.25rem;
}
@media (min-width: 768px) {
  .ex-link-icon {
    width: 1.125rem;
    height: 1.125rem;
    margin: -0.0625rem 0 0 0.375rem;
  }
}

.survey-detail {
  font-size: 0.625rem;
  line-height: 1.0625rem;
  letter-spacing: 0.0375rem;
  color: #333;
}
@media (min-width: 768px) {
  .survey-detail {
    font-size: 0.6875rem;
    line-height: 1.125rem;
    letter-spacing: 0.04125rem;
  }
}
.survey-detail p {
  margin: 0;
  line-height: 1.0625rem;
}
.survey-detail p + p {
  margin-top: 0.125rem;
}
@media (min-width: 768px) {
  .survey-detail p {
    line-height: 1.125rem;
  }
  .survey-detail p + p {
    margin-top: 0.25rem;
  }
}

.section--unpaid {
  padding-top: 3.125rem;
  padding-bottom: 0;
}
@media (min-width: 768px) {
  .section--unpaid {
    padding-top: 6.25rem;
  }
}
.section--unpaid .section__illust {
  display: block;
  width: auto;
  height: 3.125rem;
  margin: 0 auto 0.9375rem;
}
@media (min-width: 768px) {
  .section--unpaid .section__illust {
    height: 3.5rem;
    margin-bottom: 2rem;
  }
}
.section--unpaid .heading-lg {
  margin-bottom: 0.625rem;
}
@media (min-width: 768px) {
  .section--unpaid .heading-lg {
    margin-bottom: 1.75rem;
  }
}
.section--unpaid .section__lead {
  margin: 0 0 1.75rem;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.8125rem;
  font-weight: 400;
  line-height: 1.5rem;
  letter-spacing: 0.065rem;
  text-align: center;
  color: #333;
}
@media (min-width: 768px) {
  .section--unpaid .section__lead {
    margin-bottom: 2.5rem;
    font-size: 1rem;
    line-height: 1.75rem;
    letter-spacing: 0.04rem;
  }
}

.columns-stage {
  padding: 2.5rem 0 1.75rem;
  background: url("../images/reasons-bg-sp.svg") center top/auto 88.125rem no-repeat;
}
@media (min-width: 768px) {
  .columns-stage {
    padding: 3.125rem 0 0;
    background-image: url("../images/reasons-bg-pc.svg");
    background-size: auto 43.75rem;
  }
}
.columns-stage__inner {
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) {
  .columns-stage__inner {
    max-width: none;
    display: flex;
    justify-content: center;
  }
}

.columns-band {
  position: relative;
  height: 3.125rem;
  margin: 2.875rem 0 -1.5625rem;
}
.columns-band__blue, .columns-band__red {
  position: absolute;
  top: 0;
  width: 50%;
  height: 100%;
  opacity: 0.3;
}
.columns-band__blue {
  left: 0;
  background: rgb(93, 123, 207);
}
.columns-band__red {
  right: 0;
  background: #a52500;
}

.columns {
  display: flex;
  flex-direction: column;
  gap: 0;
}
@media (min-width: 768px) {
  .columns {
    display: grid;
    grid-template-columns: 27.5rem 27.5rem;
    gap: 5rem;
  }
}

.column-item {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 767px) {
  .column-item {
    align-items: flex-start;
  }
}
@media (min-width: 768px) {
  .column-item--receive {
    margin-top: 3.125rem;
  }
}
@media (max-width: 767px) {
  .column-item--receive {
    margin-top: 2rem;
    margin-left: 2.5rem;
  }
}

.column-card {
  position: relative;
  z-index: 1;
  width: 18.4375rem;
  background: #fff;
  border-radius: 0.375rem;
  overflow: hidden;
}
@media (min-width: 768px) {
  .column-card {
    width: 27.5rem;
    height: 34.375rem;
    border-radius: 0.375rem;
    box-shadow: 0 0.125rem 0.75rem rgba(0, 0, 0, 0.08);
  }
}
.column-card__head {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 4.6875rem;
  padding: 0.5rem 1.25rem;
}
@media (min-width: 768px) {
  .column-card__head {
    height: 7.5rem;
    padding: 0.75rem 1.25rem;
  }
}
.column-card--pay .column-card__head {
  background: #9a5f9b;
}
.column-card--receive .column-card__head {
  background: #d14400;
}
.column-card__label {
  margin: 0;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.1875rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.095rem;
  text-align: center;
  color: #fff;
}
@media (min-width: 768px) {
  .column-card__label {
    font-size: 1.875rem;
    letter-spacing: 0.075rem;
  }
}
.column-card__sublabel {
  margin: 0.4375rem 0 0;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.04rem;
  text-align: center;
  color: #fff;
}
@media (min-width: 768px) {
  .column-card__sublabel {
    margin-top: 0.8125rem;
    font-size: 1.375rem;
    line-height: 1.75rem;
    letter-spacing: 0.055rem;
  }
}
.column-card__panel {
  padding-bottom: 0.75rem;
}
@media (min-width: 768px) {
  .column-card__panel {
    padding-bottom: 0;
  }
}
.column-card__list {
  margin: 0;
  padding: 1.25rem 1.25rem 1rem;
  list-style: none;
}
@media (min-width: 768px) {
  .column-card__list {
    padding: 1.375rem 1.5625rem 2rem;
  }
}
.column-card__list li {
  padding-left: 1em;
  text-indent: -1em;
  margin-bottom: 1.125rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.3125rem;
  letter-spacing: 0.06rem;
  color: #333;
}
@media (min-width: 768px) {
  .column-card__list li {
    margin-bottom: 1.0625rem;
    font-size: 1.125rem;
    line-height: 1.5rem;
    letter-spacing: 0.03375rem;
  }
}
.column-card__list li::before {
  content: "・";
}
.column-card__list li:last-child {
  margin-bottom: 0;
}
.column-card__arrow {
  display: block;
  position: relative;
  z-index: 2;
  width: 9.375rem;
  height: 5.625rem;
  margin: -1.25rem auto 0.3125rem;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media (min-width: 768px) {
  .column-card__arrow {
    margin: -0.9375rem auto 0;
  }
}
.column-card__arrow--pay {
  background-image: url("../images/reasons-arrow-pay.svg");
  transform: translateX(-1.25rem);
}
@media (min-width: 768px) {
  .column-card__arrow--pay {
    transform: none;
  }
}
.column-card__arrow--receive {
  background-image: url("../images/reasons-arrow-receive.svg");
}
.column-card__result {
  margin: 0;
  width: 18.4375rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.1875rem;
  font-weight: 900;
  line-height: 1.8125rem;
  letter-spacing: 0.095rem;
  text-align: center;
  color: #333;
}
@media (min-width: 768px) {
  .column-card__result {
    width: auto;
    font-size: 1.375rem;
    line-height: 2.1875rem;
    letter-spacing: 0.04125rem;
  }
}
.column-card__result span {
  display: block;
}

.column-item--pay .column-card__result {
  color: #9a5f9b;
}

.column-item--pay .column-card__result span {
  color: #333;
}
@media (min-width: 768px) {
  .column-item--pay .column-card__result span {
    display: inline;
  }
}

.column-item--receive .column-card__result {
  color: #d14400;
}

.column-item--receive .column-card__result span {
  color: #333;
}

.structure-text {
  margin: 1.25rem 0 0;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.1875rem;
  font-weight: 500;
  line-height: 2rem;
  letter-spacing: 0.07125rem;
  text-align: center;
  color: #333;
}
@media (min-width: 768px) {
  .structure-text {
    margin-top: 4.375rem;
    font-size: 1.5rem;
    line-height: 2.75rem;
    letter-spacing: 0.045rem;
  }
}
.structure-text strong {
  font-weight: 900;
}
.structure-text .only-pc {
  font-weight: 900;
}

.section--stuck {
  padding: 5rem 0 0;
}
@media (min-width: 768px) {
  .section--stuck {
    padding: 7.5rem 0 0;
  }
}
.section--stuck .heading-lg--stuck {
  margin-bottom: 1.75rem;
  font-size: 2.125rem;
  font-weight: 700;
  line-height: 2.5rem;
  color: #a52500;
  letter-spacing: 0;
  white-space: nowrap;
}
@media (min-width: 768px) {
  .section--stuck .heading-lg--stuck {
    margin-bottom: 3.5rem;
    font-size: 3.75rem;
    line-height: 5rem;
  }
}

.hurdle-block {
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .hurdle-block {
    margin-bottom: 2rem;
  }
}
.hurdle-block__head {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  margin-bottom: 1.625rem;
}
@media (max-width: 767px) {
  .hurdle-block__head {
    flex-direction: column;
    align-items: stretch;
    gap: 0;
  }
}
@media (min-width: 768px) {
  .hurdle-block__head {
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 2rem;
  }
}
.hurdle-block__title-wrap {
  flex: 1;
  text-align: center;
}
@media (max-width: 767px) {
  .hurdle-block__title-wrap {
    flex: none;
  }
}
@media (min-width: 768px) {
  .hurdle-block__title-wrap {
    text-align: center;
  }
}
.hurdle-block__line {
  display: block;
  width: 18.4375rem;
  margin: 0 auto 0.5rem;
}
@media (min-width: 768px) {
  .hurdle-block__line {
    width: 33.75rem;
    margin-bottom: 0.5rem;
  }
}
.hurdle-block__icon {
  width: 2.5rem;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .hurdle-block__icon {
    display: none;
  }
}
@media (min-width: 768px) {
  .hurdle-block__icon {
    width: 2.5rem;
  }
}
.hurdle-block__title {
  margin: 0;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.5625rem;
  font-weight: 500;
  line-height: 1.875rem;
  letter-spacing: 0.09375rem;
  color: #333;
  text-align: center;
  position: relative;
  display: inline-block;
}
.hurdle-block__title::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  height: 0.625rem;
  width: 20.9375rem;
  bottom: -0.3125rem;
  background: url("../images/hurdle-heading-line-sp.svg") center/contain no-repeat;
  z-index: -1;
}
@media (min-width: 768px) {
  .hurdle-block__title {
    font-size: 2.5rem;
    line-height: 3.75rem;
    letter-spacing: 0.075rem;
    text-align: center;
  }
  .hurdle-block__title::after {
    height: 1.25rem;
    width: 33.75rem;
    bottom: 0;
    background-image: url("../images/hurdle-heading-line-pc.svg");
    left: 50%;
    transform: translateX(-50%);
  }
}
.hurdle-block__text {
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.8125rem;
  line-height: 1.5rem;
  letter-spacing: 0.065rem;
}
@media (min-width: 768px) {
  .hurdle-block__text {
    font-size: 1.125rem;
    line-height: 1.75rem;
    letter-spacing: 0.04rem;
    text-align: center;
  }
}
.hurdle-block__text strong {
  font-weight: 700;
}

.reason-chart {
  margin-bottom: 2.25rem;
}
@media (min-width: 768px) {
  .reason-chart {
    display: flex;
    gap: 1.5rem;
    align-items: flex-start;
    margin-bottom: 5rem;
  }
}
@media (max-width: 767px) {
  .reason-chart__visual {
    margin-bottom: 1.90625rem;
  }
}
.reason-chart__img {
  display: block;
  width: 20.9375rem;
  max-width: 100%;
  margin: 0 auto;
  height: auto;
}
@media (min-width: 768px) {
  .reason-chart__img {
    width: 33.75rem;
    max-width: none;
    margin: 0;
    flex-shrink: 0;
  }
}
.reason-chart__body--panel {
  padding: 1.5rem 1.25rem;
  border: 1px solid #999;
  border-radius: 0.625rem;
  background: #fff;
}
@media (min-width: 768px) {
  .reason-chart__body--panel {
    flex: 1;
    padding: 2.5rem 2.1875rem;
    border-radius: 1.25rem;
  }
}
.reason-chart__title {
  margin: 0 0 0.75rem;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.9375rem;
  font-weight: 700;
  color: #a52500;
  text-align: center;
}
@media (min-width: 768px) {
  .reason-chart__title {
    margin-bottom: 0.75rem;
    font-size: 1.25rem;
    text-align: left;
  }
}
.reason-chart__lead {
  margin: 0 0 1rem;
  font-size: 0.8125rem;
  line-height: 1.5rem;
}
@media (min-width: 768px) {
  .reason-chart__lead {
    margin-bottom: 1rem;
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
.reason-chart__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.reason-chart__list li {
  margin-bottom: 0.5rem;
  padding-left: 1em;
  text-indent: -1em;
  font-size: 0.8125rem;
  font-weight: 700;
  line-height: 1.5rem;
}
@media (min-width: 768px) {
  .reason-chart__list li {
    margin-bottom: 0.5rem;
    font-size: 1rem;
    line-height: 1.75rem;
  }
}

.hurdle-box {
  margin-bottom: 2.25rem;
  background: #fff;
}
@media (min-width: 768px) {
  .hurdle-box {
    margin-bottom: 5rem;
  }
}
.hurdle-box__title {
  margin: 0 0 0.75rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.5625rem;
  font-weight: 500;
  line-height: 2.375rem;
  color: #333;
  text-align: center;
}
@media (min-width: 768px) {
  .hurdle-box__title {
    margin-bottom: 0.75rem;
    font-size: 2.5rem;
    line-height: 3.75rem;
  }
}
.hurdle-box p {
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.8125rem;
  line-height: 1.5rem;
  letter-spacing: 0.04em;
}
@media (min-width: 768px) {
  .hurdle-box p {
    font-size: 1.125rem;
    line-height: 1.75rem;
    text-align: center;
    letter-spacing: 0.03em;
  }
}
.hurdle-box p strong {
  font-weight: 700;
}

.why-grid {
  display: grid;
  gap: 1.25rem;
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .why-grid {
    gap: 1.5rem;
    margin-bottom: 2rem;
    grid-template-columns: 1fr 1fr;
  }
}
.why-grid__box {
  padding: 1.5rem 1.25rem;
  border: 1px solid #999;
  border-radius: 0.625rem;
  background: #fff;
}
@media (min-width: 768px) {
  .why-grid__box {
    padding: 1.875rem 2.5rem;
    border-radius: 1.25rem;
  }
}
.why-grid--abandon {
  grid-template-columns: 1fr;
  padding: 1.5rem 1.25rem;
  border: 1px solid #999;
  border-radius: 0.625rem;
  background: #fff;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .why-grid--abandon {
    gap: 0;
  }
}
@media (min-width: 768px) {
  .why-grid--abandon {
    grid-template-columns: 1fr 1fr;
    padding: 2.5rem;
    border-radius: 1.25rem;
  }
}
.why-grid__heading {
  margin: 0 0 0.75rem;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.9375rem;
  font-weight: 700;
  color: #a52500;
  text-align: center;
}
@media (min-width: 768px) {
  .why-grid__heading {
    margin-bottom: 0.75rem;
    font-size: 1.25rem;
  }
}
.why-grid__heading--full {
  grid-column: 1/-1;
}
.why-grid ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.why-grid ul li {
  margin-bottom: 0.5rem;
  padding-left: 1em;
  text-indent: -1em;
  font-size: 0.8125rem;
  font-weight: 700;
  line-height: 1.5rem;
}
@media (min-width: 768px) {
  .why-grid ul li {
    margin-bottom: 0.5rem;
    font-size: 1rem;
    line-height: 1.75rem;
  }
}

.why-note {
  margin: 0 0 2rem;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.8125rem;
  line-height: 1.5rem;
  letter-spacing: 0.065rem;
}
@media (min-width: 768px) {
  .why-note {
    margin-bottom: 2rem;
    font-size: 1.125rem;
    line-height: 1.75rem;
    text-align: center;
  }
}
.why-note strong {
  font-weight: 700;
}

.section--result {
  text-align: center;
  padding: 1.875rem 0 3rem;
}
@media (min-width: 768px) {
  .section--result {
    padding: 4rem 0;
  }
}
.section--result .heading-lg--result {
  margin-bottom: 0;
  font-size: 1.5625rem;
  line-height: 2.375rem;
  letter-spacing: 0.09375rem;
  font-weight: 500;
}
@media (min-width: 768px) {
  .section--result .heading-lg--result {
    font-size: 2.5rem;
    line-height: 3.75rem;
    letter-spacing: 0.075rem;
  }
}
.section--result .heading-lg__accent {
  color: #a52500;
  font-weight: 500;
}

.section--reform {
  position: relative;
  padding: 0 0 1.5625rem;
}
@media (min-width: 768px) {
  .section--reform {
    padding: 0 0 2.5rem;
  }
}
.section--reform__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background: url("../images/reform-bg.jpg") top center repeat;
}
.section--reform__triangle {
  display: block;
  width: 100%;
  height: 3.125rem;
  pointer-events: none;
}
@media (min-width: 768px) {
  .section--reform__triangle {
    height: 8.3125rem;
  }
}
.section--reform__triangle--top {
  position: relative;
  z-index: 1;
  margin-top: -3.125rem;
  background: #fff;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
@media (min-width: 768px) {
  .section--reform__triangle--top {
    margin-bottom: 3.75rem;
  }
}
.section--reform .container {
  position: relative;
  z-index: 1;
}

.reform__intro, .reform__text {
  margin: 0 0 1rem;
  font-size: 0.8125rem;
  line-height: 1.5rem;
  letter-spacing: 0.075em;
}
@media (min-width: 768px) {
  .reform__intro, .reform__text {
    margin-bottom: 1rem;
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
.reform__list {
  margin: 0 0 1rem;
  padding: 0;
  list-style: none;
}
.reform__list li {
  margin-bottom: 0.5rem;
  padding-left: 1em;
  text-indent: -1em;
  font-size: 0.8125rem;
  line-height: 1.5rem;
  letter-spacing: 0.075em;
}
@media (min-width: 768px) {
  .reform__list li {
    margin-bottom: 0.5rem;
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
.reform__list--bold li {
  font-weight: 700;
}

.reform-visual {
  position: relative;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  min-height: 8.90625rem;
  margin-bottom: 2rem;
  text-align: center;
}
@media (min-width: 768px) {
  .reform-visual {
    width: auto;
    margin-left: 0;
    margin-right: 0;
    min-height: 11.25rem;
    margin-bottom: 2rem;
  }
}
.reform-visual__left, .reform-visual__right {
  position: absolute;
  z-index: 0;
  display: block;
  height: auto;
}
.reform-visual__left {
  top: 0;
  left: -0.9375rem;
  width: 5.625rem;
}
@media (min-width: 768px) {
  .reform-visual__left {
    left: 4.6875rem;
    width: 9.375rem;
  }
}
.reform-visual__right {
  top: 0.4375rem;
  right: -0.9375rem;
  width: 5.3125rem;
}
@media (min-width: 768px) {
  .reform-visual__right {
    top: 3.625rem;
    right: 4.6875rem;
    width: 8.75rem;
  }
}
.reform-visual__title {
  position: relative;
  z-index: 1;
  margin: 0;
  padding: 3.90625rem 1.25rem 0;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 2.1875rem;
  font-weight: 900;
  line-height: 2.5rem;
  letter-spacing: 0.103125rem;
  color: #3a2f29;
}
@media (min-width: 768px) {
  .reform-visual__title {
    padding: 1.25rem 13.4375rem 0 14.0625rem;
    font-size: 3.75rem;
    line-height: 5rem;
    letter-spacing: 0.0825rem;
  }
}
.reform-visual__first {
  display: block;
  font-size: 1.71875rem;
  font-weight: 500;
}
@media (min-width: 768px) {
  .reform-visual__first {
    font-size: 2.75rem;
  }
}
.reform-visual__lg {
  font-size: 2.1875rem;
  font-weight: 900;
}
@media (min-width: 768px) {
  .reform-visual__lg {
    font-size: 3.75rem;
  }
}
.reform-visual__md {
  font-size: 1.875rem;
  font-weight: 900;
}
@media (min-width: 768px) {
  .reform-visual__md {
    font-size: 3.125rem;
  }
}

.overseas {
  position: relative;
  margin-top: 3rem;
  padding: 1.5rem 1.25rem;
}
@media (min-width: 768px) {
  .overseas {
    margin-top: 5rem;
    padding: 2.5rem;
  }
}
.overseas__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.overseas__bg img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: fill;
}
.overseas__content {
  position: relative;
  z-index: 1;
}
.overseas__title {
  margin: 0 0 1rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 0.9375rem;
  font-weight: 700;
  color: #a52500;
  text-align: center;
}
@media (min-width: 768px) {
  .overseas__title {
    margin-bottom: 1rem;
    font-size: 1.5rem;
    text-align: left;
  }
}
.overseas__text {
  margin: 0 0 1rem;
  font-size: 0.8125rem;
  line-height: 1.5rem;
  letter-spacing: 0.075em;
}
@media (min-width: 768px) {
  .overseas__text {
    margin-bottom: 1rem;
    font-size: 1rem;
    line-height: 1.75rem;
  }
}

.reform-photo {
  position: relative;
  overflow: visible;
  margin-top: -0.75rem;
}
@media (max-width: 767px) {
  .reform-photo {
    min-height: 16.25rem;
  }
}
@media (min-width: 768px) {
  .reform-photo {
    margin-top: 0;
    min-height: 17.5rem;
  }
}
.reform-photo__bg {
  width: 100%;
  display: block;
}
.reform-photo__wave {
  position: absolute;
  top: 0;
  width: 50%;
  height: 12.5rem;
  object-fit: cover;
  z-index: 1;
}
.reform-photo__wave--left {
  left: 0;
}
.reform-photo__wave--right {
  right: 0;
}
.reform-photo__band {
  position: relative;
  z-index: 2;
  display: block;
  width: 100vw;
  max-width: none;
  margin-left: calc(50% - 50vw);
}
@media (min-width: 768px) {
  .reform-photo__band {
    width: 100%;
    min-width: 80rem;
    margin-left: 0;
    transform: translateX(calc((100vw - 1280px) / -2));
  }
}
.reform-photo__children {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 5.625rem;
  height: 9.375rem;
  pointer-events: none;
  z-index: 3;
}
@media (min-width: 768px) {
  .reform-photo__children {
    bottom: 2.5rem;
    height: 12.5rem;
  }
}
.reform-photo__child {
  position: absolute;
  bottom: 0;
  height: auto;
}
.reform-photo__child--left {
  left: -1.0625rem;
  width: 12.25rem;
  max-width: 55%;
}
@media (min-width: 768px) {
  .reform-photo__child--left {
    left: 0;
    width: 24.5rem;
    max-width: 41%;
  }
}
.reform-photo__child--right {
  right: -1.8125rem;
  width: 10.90625rem;
  max-width: 50%;
}
@media (min-width: 768px) {
  .reform-photo__child--right {
    right: 1.375rem;
    width: 21.8125rem;
    max-width: 36%;
  }
}
.reform-photo__deco {
  position: absolute;
  top: 0;
  left: 0;
  width: 5.625rem;
  z-index: 1;
}

.section--cta {
  position: relative;
  padding: 0;
  overflow: visible;
}
.section--cta__triangle {
  display: block;
  width: 100%;
  height: 3.125rem;
  pointer-events: none;
}
@media (min-width: 768px) {
  .section--cta__triangle {
    height: 133px;
  }
}
.section--cta__triangle--top {
  background: url("../images/reform-bg.jpg") top center repeat;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
.section--cta__decor {
  position: relative;
  z-index: 0;
  display: block;
  width: calc(100vw + 1.4375rem);
  margin: 1.59375rem calc(50% - 50vw - 0.71875rem) 0;
  line-height: 0;
}
@media (min-width: 768px) {
  .section--cta__decor {
    width: 80rem;
    margin: -8.625rem 0 0;
    margin-left: calc(50vw - 40rem);
  }
}
.section--cta__decor img {
  display: block;
  width: 100%;
  height: auto;
}
.section--cta .container {
  position: relative;
  z-index: 1;
  padding-top: 2.5rem;
}
@media (min-width: 768px) {
  .section--cta .container {
    padding-top: 4rem;
  }
}

.cta__title {
  margin: 0 0 2.4375rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 900;
  text-align: center;
  color: #333;
}
@media (max-width: 767px) {
  .cta__title {
    margin-left: -3.28125rem;
    margin-right: -3.28125rem;
  }
}
@media (min-width: 768px) {
  .cta__title {
    margin-bottom: 1.8125rem;
  }
}
.cta__title-line {
  display: block;
  font-weight: 500;
  font-size: 2.1875rem;
  line-height: 1.125;
}
@media (min-width: 768px) {
  .cta__title-line {
    font-size: 3.125rem;
    line-height: 1.333;
  }
}
.cta__title-sub {
  display: block;
  font-size: 2.5rem;
  line-height: 2.8125rem;
}
@media (min-width: 768px) {
  .cta__title-sub {
    font-size: 3.75rem;
    line-height: 5rem;
  }
}
.cta__title-em {
  font-size: 2.5rem;
}
@media (min-width: 768px) {
  .cta__title-em {
    font-size: 3.75rem;
  }
}
.cta__title-sm {
  font-size: 2.1875rem;
}
@media (min-width: 768px) {
  .cta__title-sm {
    font-size: 3.125rem;
  }
}

.cta__text {
  margin: 0 0 0.8125rem;
  font-size: 0.875rem;
  line-height: 1.6875rem;
  letter-spacing: 0.06em;
  text-align: center;
}
@media (min-width: 768px) {
  .cta__text {
    margin-bottom: 1.5rem;
    font-size: 1.125rem;
    line-height: 2rem;
  }
}

.cta__share {
  margin: 0 0 0.8125rem;
  font-size: 0.875rem;
  line-height: 1.6875rem;
  letter-spacing: 0.06em;
  text-align: center;
}
@media (min-width: 768px) {
  .cta__share {
    margin-bottom: 1.5rem;
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
.cta__share strong {
  color: #a52500;
  font-weight: 700;
}

.cta__share-sub {
  margin: 0 0 2.625rem;
  font-size: 0.875rem;
  line-height: 1.6875rem;
  letter-spacing: 0.06em;
  text-align: center;
}
@media (min-width: 768px) {
  .cta__share-sub {
    margin-bottom: 3.25rem;
    font-size: 1.125rem;
    line-height: 2rem;
  }
}

.hashtag-btn {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  max-width: 19.0625rem;
  margin: 0 auto;
  padding: 0;
  border: none;
  background: none;
  cursor: pointer;
}
@media (min-width: 768px) {
  .hashtag-btn {
    max-width: 27.5rem;
  }
}
.hashtag-btn__bg {
  display: block;
  width: 100%;
  height: auto;
}
.hashtag-btn:hover {
  opacity: 0.9;
}

.section--reference {
  background: #f2efed;
  padding-top: 2rem;
  padding-bottom: 2.5rem;
}
@media (min-width: 768px) {
  .section--reference {
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
  }
}
@media (min-width: 768px) {
  .section--reference .container {
    display: grid;
    grid-template-columns: 15.0625rem 1fr;
    align-items: stretch;
  }
}

.reference-head {
  margin-bottom: 1.5rem;
}
@media (min-width: 768px) {
  .reference-head {
    margin-bottom: 0;
  }
}
.reference-head--pc {
  display: none;
}
@media (min-width: 768px) {
  .reference-head--pc {
    display: flex;
    align-items: center;
    position: relative;
    grid-column: 1;
    grid-row: 1;
    align-self: stretch;
    padding-right: 0;
  }
  .reference-head--pc::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 1px;
    height: 100%;
    background: #57463d;
  }
}
.reference-head--sp {
  display: block;
  text-align: center;
}
@media (min-width: 768px) {
  .reference-head--sp {
    display: none;
  }
}
.reference-head__rule {
  display: block;
  width: 100%;
  max-width: 20.9375rem;
  height: 1px;
  margin: 0.75rem auto 0;
  border: none;
  background: #57463d;
}
.reference-head__title {
  margin: 0;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  color: #57463d;
}
.reference-head--sp .reference-head__title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 2.25rem;
  letter-spacing: 0.1rem;
}
.reference-head--pc .reference-head__title {
  font-size: 1.5625rem;
  line-height: 1.75rem;
  letter-spacing: 0.0625rem;
}

.reference-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (min-width: 768px) {
  .reference-list {
    grid-column: 2;
    grid-row: 1;
    margin-left: 3.6875rem;
  }
}
.reference-list li {
  margin-bottom: 1rem;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.8125rem;
  line-height: 1.5rem;
  letter-spacing: 0.065rem;
  color: #3c3c3c;
}
@media (min-width: 768px) {
  .reference-list li {
    margin-bottom: 1.25rem;
    font-size: 0.875rem;
    line-height: 1.75rem;
    letter-spacing: 0;
    color: #57463d;
  }
  .reference-list li:last-child {
    margin-bottom: 0;
  }
}
.reference-list__meta {
  margin: 0;
  font-size: inherit;
  line-height: inherit;
  letter-spacing: inherit;
}
.reference-list__icon {
  display: inline-block;
  vertical-align: middle;
  width: 0.75rem;
  height: 0.75rem;
  margin: -0.0625rem 0 0 0.25rem;
}
@media (min-width: 768px) {
  .reference-list__icon {
    width: 1.25rem;
    height: 1.25rem;
    margin: -0.0625rem 0 0 0.25rem;
  }
}
.reference-list__name {
  margin: 0 0 0.125rem;
  font-size: inherit;
  font-weight: 700;
}
@media (min-width: 768px) {
  .reference-list__name {
    margin-bottom: 0.25rem;
    font-size: 1.0625rem;
    font-weight: 500;
  }
}
.reference-list__name a {
  font-size: inherit;
  font-weight: inherit;
}
.reference-list__meta a {
  display: inline;
  font-size: inherit;
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 0.125rem;
  word-break: break-all;
  letter-spacing: 0.05em;
}
@media (min-width: 768px) {
  .reference-list__meta a {
    font-size: 0.875rem;
    letter-spacing: 0;
  }
}
.reference-list__name a {
  display: inline;
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 0.125rem;
  word-break: break-all;
}
.reference-list__tel {
  display: block;
  font-size: inherit;
}
@media (min-width: 768px) {
  .reference-list__tel {
    display: inline;
    margin-left: 1rem;
  }
}
.reference-list__tel a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 0.125rem;
}
@media (min-width: 768px) {
  .reference-list__tel a {
    text-underline-offset: 0.125rem;
  }
}

.section--message {
  background: #fff;
  padding-top: 2.75rem;
  padding-bottom: 0;
}
@media (min-width: 768px) {
  .section--message {
    padding-top: 6.25rem;
  }
}
@media (min-width: 768px) {
  .section--message .container {
    max-width: 60rem;
  }
}

.message__title {
  margin: 0 0 1.21875rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.875rem;
  letter-spacing: 0.0675rem;
  text-align: center;
  color: #333;
}
@media (min-width: 768px) {
  .message__title {
    margin-bottom: 0.6875rem;
    font-size: 1.875rem;
    line-height: 5.625rem;
    letter-spacing: 0.05625rem;
  }
}

.message__text {
  margin: 0 0 0.90625rem;
  font-size: 0.8125rem;
  line-height: 1.5rem;
  letter-spacing: 0.065rem;
  color: #3c3c3c;
}
@media (max-width: 767px) {
  .message__text {
    text-align: left;
  }
}
@media (min-width: 768px) {
  .message__text {
    margin-bottom: 1.4375rem;
    font-size: 0.9375rem;
    line-height: 1.75rem;
    letter-spacing: 0.0375rem;
    text-align: center;
  }
}
.message__text:last-of-type {
  margin-bottom: 0;
}

.org-info {
  padding: 2.9375rem 0 0;
  background: #fff;
  text-align: center;
}
@media (min-width: 768px) {
  .org-info {
    padding: 3.375rem 0 0;
  }
}
.org-info__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.org-info__name {
  order: 1;
  margin: 0 0 1.09375rem;
  font-size: 0.625rem;
  font-weight: 700;
  line-height: 0.90625rem;
  letter-spacing: 0.05rem;
  color: #3a2f29;
}
@media (min-width: 768px) {
  .org-info__name {
    order: 0;
    margin-bottom: 1.4375rem;
    font-size: 0.9375rem;
    line-height: 1.375rem;
    letter-spacing: 0.0375rem;
  }
}
.org-info__logo {
  order: 2;
  width: 10.25rem;
  height: auto;
  margin-bottom: 0.6875rem;
}
@media (min-width: 768px) {
  .org-info__logo {
    order: 1;
    width: 16.375rem;
    margin-bottom: 1.3125rem;
  }
}
.org-info__cert {
  order: 3;
  margin: 0;
  font-size: 0.5rem;
  font-weight: 500;
  line-height: 0.9375rem;
  letter-spacing: 0.04rem;
  color: #3a2f29;
}
@media (min-width: 768px) {
  .org-info__cert {
    order: 2;
    font-size: 0.75rem;
    line-height: 1.0625rem;
    letter-spacing: 0.03rem;
  }
}

.section--sns {
  padding: 4.0625rem 0 4.6875rem;
  background: #fff;
}
@media (min-width: 768px) {
  .section--sns {
    padding: 5.625rem 0 6.25rem;
  }
}

.sns-card {
  box-sizing: border-box;
  width: 18.4375rem;
  max-width: 100%;
  margin: 0 auto;
  padding: 1.78125rem 2.0625rem 1.84375rem;
  background: #fff;
  border: 1px solid #999;
  border-radius: 0.625rem;
  text-align: center;
}
@media (min-width: 768px) {
  .sns-card {
    width: 31.25rem;
    padding: 2.625rem 4.5625rem 2.75rem;
  }
}
.sns-card__title {
  margin: 0 0 0.8125rem;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.6875rem;
  font-weight: 700;
  line-height: 1rem;
  letter-spacing: 0.0125rem;
  color: #3a2f29;
}
@media (min-width: 768px) {
  .sns-card__title {
    margin: 0 0 1.1875rem;
    font-size: 1.0625rem;
    line-height: 1.5625rem;
    letter-spacing: 0.025rem;
  }
}
.sns-card__icons {
  display: flex;
  justify-content: center;
  gap: 1.03125rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (min-width: 768px) {
  .sns-card__icons {
    gap: 1.5625rem;
  }
}
.sns-card__icons a {
  display: block;
  line-height: 0;
}
.sns-card__icons img {
  width: 2.09375rem;
  height: auto;
}
@media (min-width: 768px) {
  .sns-card__icons img {
    width: 3.125rem;
  }
}

.footnotes {
  padding: 0 0 5.625rem;
  background: #fff;
}
.footnotes .container {
  border-top: 1px solid #57463D;
  padding-top: 1.21875rem;
}
@media (min-width: 768px) {
  .footnotes {
    padding-bottom: 12.5rem;
  }
  .footnotes .container {
    padding-top: 3.1875rem;
  }
}
.footnotes__item {
  margin: 0 0 0.8125rem;
  font-size: 0.5625rem;
  line-height: 0.9375rem;
  letter-spacing: 0.06em;
  color: #666;
}
@media (min-width: 768px) {
  .footnotes__item {
    margin-bottom: 0.9375rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
    letter-spacing: 0.03em;
  }
}
.footnotes__item:last-child {
  margin-bottom: 0;
}
.footnotes__item a {
  color: #556a1f;
  text-decoration: underline;
}
.footnotes__icon {
  display: inline-block;
  vertical-align: text-top;
  width: 0.625rem;
  height: 0.625rem;
  margin: 0.09375rem 0 0 0.125rem;
}
@media (min-width: 768px) {
  .footnotes__icon {
    width: 1rem;
    height: 1rem;
    margin: 0.125rem 0 0 0.25rem;
  }
}

.site-footer__bar {
  background: #57463D;
  padding: 0.9375rem 0 0.875rem;
}
@media (min-width: 768px) {
  .site-footer__bar {
    padding: 1.375rem 0;
  }
}
@media (min-width: 768px) {
  .site-footer__bar-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.site-footer__nav {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 0.84375rem;
}
@media (min-width: 768px) {
  .site-footer__nav {
    margin-bottom: 0;
    gap: 1.875rem;
  }
}
.site-footer__nav a {
  font-size: 0.625rem;
  font-weight: 500;
  color: #ded8d5;
  text-decoration: none;
  letter-spacing: 0.05rem;
}
@media (min-width: 768px) {
  .site-footer__nav a {
    font-size: 0.6875rem;
    color: #fff;
    letter-spacing: 0.0275rem;
  }
}
.site-footer__sep {
  margin: 0 0.25rem;
  font-size: 0.625rem;
  font-weight: 500;
  color: #ded8d5;
}
@media (min-width: 768px) {
  .site-footer__sep {
    display: none;
  }
}
.site-footer__copy {
  margin: 0;
  font-size: 0.625rem;
  font-weight: 300;
  color: #ded8d5;
  text-align: center;
  letter-spacing: 0.0375rem;
}
@media (min-width: 768px) {
  .site-footer__copy {
    font-size: 0.75rem;
    color: #fff;
    text-align: right;
    letter-spacing: 0.045rem;
  }
}

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