@charset "UTF-8";
.content__body .u {
  /* フォント設定 */
}
.content__body .u-text--bold {
  font-weight: 700;
}
.content__body .u-text--normal {
  font-weight: 400;
}
.content__body .u-text--green {
  color: var(--primary-color);
}
.content__body .u-text--lg {
  font-size: 1.375rem;
}
.content__body .u-text--md {
  font-size: 1.125rem;
}
.content__body .u-text--smd {
  font-size: clamp(1rem, 0.9259259259rem + 0.3703703704vw, 1.25rem);
}
.content__body .u-text--sm {
  font-size: clamp(0.75rem, 0.712962963rem + 0.1851851852vw, 0.875rem);
}
.content__body .u-text--xsm {
  font-size: clamp(0.625rem, 0.587962963rem + 0.1851851852vw, 0.75rem);
}
@media screen and (min-width: 1200px) {
  .content__body .u-text--lg {
    font-size: 1.5rem;
  }
  .content__body .u-text--md {
    font-size: 1.375rem;
  }
}
@media screen and (min-width: 1400px) {
  .content__body .u-text--lg {
    font-size: 1.625rem;
  }
  .content__body .u-text--md {
    font-size: 1.5rem;
  }
}
.content__body .u {
  /* リンク */
}
.content__body .u-link--line {
  text-decoration: underline;
}
.content__body .u {
  /* 見出し */
}
.content__body .u-headline--lg {
  font-weight: 700;
  font-size: clamp(1.5rem, 1.3518518519rem + 0.7407407407vw, 2rem);
}
.content__body .u-headline--md {
  font-weight: 700;
  font-size: clamp(1.25rem, 1.212962963rem + 0.1851851852vw, 1.375rem);
}
.content__body .u-headline--line {
  display: flex;
  flex-flow: wrap column;
  padding-bottom: 16px;
  text-align: center;
  position: relative;
}
.content__body .u-headline--line:after {
  content: "";
  width: 70px;
  height: 4px;
  border-radius: 4px;
  background: var(--primary-color);
  position: absolute;
  bottom: 0;
  left: calc(50% - 35px);
}
.content__body .u {
  /* ラベル */
}
.content__body .u-label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  padding: 8px;
  border-radius: 0.25rem;
  font-size: 0.75rem;
}
.content__body .u-label--download {
  background: var(--primary-color-3);
  color: var(--gray-900);
}
.content__body .sm-hidden {
  display: block;
}
.content__body .sm-visible {
  display: none;
}
@media screen and (min-width: 400px) {
  .content__body .sm-hidden {
    display: none;
  }
  .content__body .sm-visible {
    display: block;
  }
}
.content__body .md-hidden {
  display: block;
}
.content__body .md-visible {
  display: none;
}
@media screen and (min-width: 768px) {
  .content__body .md-hidden {
    display: none;
  }
  .content__body .md-visible {
    display: block;
  }
}
.content__body .c-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  border: 2px solid var(--button-color);
  line-height: 1;
  text-decoration: none;
  padding: 0 24px;
  min-height: clamp(2.625rem, 2.5138888889rem + 0.5555555556vw, 3rem);
  border-radius: clamp(2.625rem, 2.5138888889rem + 0.5555555556vw, 3rem);
  font-size: 1rem;
  line-height: 1;
  background: var(--button-color);
  color: var(--gray-000);
}
.content__body .c-button--lg {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  border: 2px solid var(--button-color);
  line-height: 1;
  text-decoration: none;
  padding: 0 16px;
  min-height: clamp(3rem, 2.7037037037rem + 1.4814814815vw, 4rem);
  border-radius: clamp(3rem, 2.7037037037rem + 1.4814814815vw, 4rem);
  font-size: 1rem;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .content__body .c-button--lg {
    padding: 0 24px;
  }
}
.content__body .c-button--lg {
  background: var(--button-color);
  color: var(--gray-000);
}
.content__body .c-button--sm {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  border: 2px solid var(--button-color);
  line-height: 1;
  text-decoration: none;
  padding: 0 16px;
  min-height: clamp(2.5rem, 2.5rem + 0vw, 2.5rem);
  border-radius: clamp(2.5rem, 2.5rem + 0vw, 2.5rem);
  font-size: clamp(0.75rem, 0.7314814815rem + 0.0925925926vw, 0.8125rem);
  line-height: 1;
  background: var(--button-color);
  color: var(--gray-000);
}
.content__body .c-button--outline {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  border: 2px solid var(--button-color);
  line-height: 1;
  text-decoration: none;
  background: var(--gray-000);
  color: var(--gray-900);
}
.content__body .c-button--sm--outline--wh {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  border: 2px solid var(--button-color);
  line-height: 1;
  text-decoration: none;
  padding: 0 16px;
  min-height: clamp(2.5rem, 2.5rem + 0vw, 2.5rem);
  border-radius: clamp(2.5rem, 2.5rem + 0vw, 2.5rem);
  font-size: clamp(0.75rem, 0.7314814815rem + 0.0925925926vw, 0.8125rem);
  line-height: 1;
  color: var(--gray-000);
  border: 2px solid var(--gray-000);
}
.content__body .cases-logo {
  width: 200px;
  margin: 0 auto;
}
.content__body .cases-subtitle {
  font-weight: bold;
}
.content__body .s-cases-table {
  margin-top: 24px;
  border: 1px solid #ccc;
}
.content__body .s-cases-table th {
  padding: 16px;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  font-weight: 700;
  width: 10em;
  vertical-align: middle;
  background: var(--primary-light2-color);
}
.content__body .s-cases-table td {
  padding: 16px;
  border-bottom: 1px solid #ccc;
}
.content__body .s-cases-table td.s-cases-tabble-dl {
  padding: 0;
}
.content__body .s-cases-table td.s-cases-tabble-dl dl {
  display: flex;
  flex-flow: wrap;
}
.content__body .s-cases-table td.s-cases-tabble-dl dt {
  padding: 16px;
  border-bottom: 1px solid #ccc;
  width: 6em;
  border-right: 1px solid #ccc;
  font-weight: 700;
}
.content__body .s-cases-table td.s-cases-tabble-dl dt:last-of-type {
  border-bottom: none;
}
.content__body .s-cases-table td.s-cases-tabble-dl dd {
  padding: 16px;
  border-bottom: 1px solid #ccc;
  width: calc(100% - 6em);
}
.content__body .s-cases-table td.s-cases-tabble-dl dd:last-of-type {
  border-bottom: none;
}
.content__body .s-cases-interview__image {
  padding: 32px 16px 16px;
  text-align: center;
}
.content__body .s-cases-interview__image img {
  max-width: 100%;
}
.content__body .s-cases-interview__image figcaption {
  margin-top: 8px;
  font-size: 0.75rem;
}
.content__body .s-cases-interview__lead {
  margin-bottom: 48px;
}
.content__body .s-cases-interview__lead__container + .s-cases-interview__lead__container {
  margin-top: 60px;
}
.content__body .s-cases-interview__lead__aside {
  margin-top: 16px;
}
.content__body .s-cases-interview__lead__aside img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .content__body .s-cases-interview__image {
    padding: 32px 32px 16px;
  }
  .content__body .s-cases-interview__lead {
    margin-bottom: 64px;
  }
  .content__body .s-cases-interview__lead__container {
    display: flex;
    justify-content: space-between;
  }
  .content__body .s-cases-interview__lead__container + .s-cases-interview__lead__container {
    margin-top: 30px;
  }
  .content__body .s-cases-interview__lead__main {
    width: 68%;
  }
  .content__body .s-cases-interview__lead__aside {
    margin-top: 0;
    width: 28%;
  }
}
.content__body section {
  margin: 48px 0;
}
.content__body section:first-of-type {
  margin-top: 0;
}
@media screen and (min-width: 768px) {
  .content__body section {
    margin: 80px 0;
  }
}
.content__body p {
  margin-top: 16px;
}
.content__body ul {
  list-style: disc;
  padding-left: 24px;
  margin-top: 12px;
}
.content__body ul li {
  margin-top: 4px;
}
.content__body input[type=checkbox] {
  all: revert;
}

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