.trans {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  opacity: 1;
  text-decoration: none;
}
.trans:hover {
  opacity: 0.8;
}

.image-common {
  display: block;
  width: 100%;
}

.object-common {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media print,
(min-width: 660.98px) {
  .footer__address,
  .footer__linkText,
  .footer__telNum {
    position: relative;
    top: 1.5px;
  }

  .footer__text--small {
    line-height: 27px !important;
    position: relative;
    top: -1px;
  }

  .footer__tel {
    margin-top: 1.125rem !important;
  }
}

@media only screen and (min-width: 660.98px) and (max-width: 834px) {
  .container {
    min-width: 320px;
  }
}

@media print, (min-width: 660.98px) {
  .wrapper {
    width: calc(100% - 60px);
    max-width: 1200px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media only screen and (min-width: 660.98px) and (max-width: 834px) {
  .wrapper {
    padding-right: 0.2rem;
    padding-left: 0.2rem;
  }
}
@media only screen and (max-width: 660px) {
  .wrapper {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
}

@media print, (min-width: 660.98px) {
  .sm {
    /* stylelint-disable-next-line declaration-no-important */
    display: none !important;
  }
}

@media only screen and (max-width: 660px) {
  .md {
    /* stylelint-disable-next-line declaration-no-important */
    display: none !important;
  }
}

sup {
  vertical-align: super;
}
@media print, (min-width: 660.98px) {
  sup {
    font-size: 0.9375rem;
  }
}
@media only screen and (max-width: 660px) {
  sup {
    font-size: 0.75rem;
  }
}

.heading-common-page {
  text-box-edge: cap alphabetic;
  text-box-trim: trim-both;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.heading-common-page * {
  text-box-edge: cap alphabetic;
  text-box-trim: trim-both;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.heading-common-page .heading-title {
  display: block;
  margin: 0;
}
.heading-common-page .title-label {
  display: block;
  color: #7992b7;
  font-family: "Cardo", serif;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 2;
}
.heading-common-page .title-highlight {
  display: block;
  color: #4c6794;
  font-weight: 600;
  letter-spacing: 1px;
}
.heading-common-page .wrapper {
  margin: 0 auto;
}
@media print, (min-width: 660.98px) {
  .heading-common-page {
    padding: 207px 0 80px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 51.09%, #fff 100%), url("../images/common/heading_bg_01.png") top left / 100% auto no-repeat;
  }
  .heading-common-page .title-label {
    margin-bottom: 32px;
    padding: 1px 0;
    font-size: 18px;
  }
  .heading-common-page .title-highlight {
    font-size: 28px;
    line-height: 2;
  }
  .heading-common-page .wrapper {
    width: calc(100% - 60px);
    max-width: 1200px;
    padding: 0;
  }
}
@media only screen and (max-width: 660px) {
  .heading-common-page {
    padding: 8.875rem 0 2.5rem;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 51.09%, #fff 100%), url("../images/common/sp/heading_bg_01.png") top left / 100% auto no-repeat;
  }
  .heading-common-page .title-label {
    margin-bottom: 1.5rem;
    font-size: 0.875rem;
  }
  .heading-common-page .title-highlight {
    font-size: 1.375rem;
    line-height: 1.8;
  }
  .heading-common-page .wrapper {
    width: 100%;
    padding: 0 1.5rem;
  }
}

.heading-common-step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-box-edge: cap alphabetic;
  text-box-trim: trim-both;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.heading-common-step * {
  text-box-edge: cap alphabetic;
  text-box-trim: trim-both;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.heading-common-step .heading-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-bottom: 1px solid #a8b8d1;
  color: #4c6794;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 2;
  text-align: center;
}
.heading-common-step .label-highlight {
  font-family: "Cardo", serif;
  letter-spacing: 1px;
  line-height: 1.8;
}
.heading-common-step .heading-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
  border-bottom: 1px solid #eaedf4;
  color: #4c6794;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 1.8;
}
@media print, (min-width: 660.98px) {
  .heading-common-step {
    margin-bottom: 48px;
  }
  .heading-common-step .heading-label {
    width: 21.6666666667%;
    padding: 24px 8px;
    font-size: 0.8125rem;
  }
  .heading-common-step .label-highlight {
    margin-top: 12px;
    font-size: 2.5rem;
  }
  .heading-common-step .heading-wrapper {
    padding: 16px 32px;
    font-size: 1.25rem;
  }
}
@media only screen and (max-width: 660px) {
  .heading-common-step {
    margin-bottom: 1.5rem;
  }
  .heading-common-step .heading-label {
    width: 5.625rem;
    padding: 1.0625rem 0.25rem 1.375rem;
    font-size: 0.75rem;
  }
  .heading-common-step .label-highlight {
    margin-top: 0.25rem;
    font-size: 2rem;
  }
  .heading-common-step .heading-wrapper {
    padding: 1rem 2rem 1rem 0.5rem;
    font-size: 1rem;
  }
}

.title-common-primary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
  color: #4c6794;
  font-family: "Cardo", serif;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 1.8;
}
.title-common-primary * {
  text-box-edge: cap alphabetic;
  text-box-trim: trim-both;
}
.title-common-primary::after {
  content: "";
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  height: 1px;
  margin-left: 24px;
  background-color: #d1d9e6;
}
@media print, (min-width: 660.98px) {
  .title-common-primary {
    margin-bottom: 36px;
    font-size: 18px;
  }
}
@media only screen and (max-width: 660px) {
  .title-common-primary {
    margin-bottom: 0.875rem;
    font-size: 1rem;
  }
}

.title-common-step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
  color: #4c6794;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 1.8;
  text-box-edge: cap alphabetic;
  text-box-trim: trim-both;
}
.title-common-step * {
  text-box-edge: cap alphabetic;
  text-box-trim: trim-both;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.title-common-step .icon-common-number {
  margin-right: 16px;
}
@media print, (min-width: 660.98px) {
  .title-common-step {
    margin-bottom: 40px;
    font-size: 1.125rem;
  }
}
@media only screen and (max-width: 660px) {
  .title-common-step {
    margin-bottom: 2rem;
    font-size: 1rem;
  }
}

.icon-common-number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 41px;
  min-height: 43px;
  padding: 4px;
  border-radius: 4px;
  background-color: #fff;
  color: #4c6794;
  font-family: "Cardo", serif !important;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 1.8;
  text-align: center;
  text-box-edge: cap alphabetic;
  text-box-trim: trim-both;
}
.icon-common-number * {
  text-box-edge: cap alphabetic;
  text-box-trim: trim-both;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.box-common-step {
  position: relative;
  z-index: 1;
  text-box-edge: cap alphabetic;
  text-box-trim: trim-both;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.box-common-step * {
  text-box-edge: cap alphabetic;
  text-box-trim: trim-both;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.box-common-step .box-wrapper {
  position: relative;
  background-color: #f6f9fc;
}
.box-common-step .box-heading .heading-banner {
  margin: 0 auto;
}
@media print, (min-width: 660.98px) {
  .box-common-step {
    padding-bottom: 64px;
    background: -webkit-gradient(linear, left top, left bottom, from(#4c6794), to(#4c6794)) 50% 50%/1px 100% no-repeat;
    background: linear-gradient(to bottom, #4c6794, #4c6794) 50% 50%/1px 100% no-repeat;
  }
  .box-common-step:last-child {
    padding-bottom: 0;
    background: none;
  }
  .box-common-step .box-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .box-common-step .box-heading {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 40%;
    padding: 24px 0;
  }
  .box-common-step .box-heading .heading-banner {
    width: calc(100% - 32px);
    max-width: 300px;
  }
  .box-common-step .box-content {
    padding: 64px;
  }
}
@media only screen and (min-width: 660.98px) and (max-width: 834px) {
  .box-common-step .box-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .box-common-step .box-heading {
    width: 100%;
  }
}
@media only screen and (max-width: 660px) {
  .box-common-step {
    padding-bottom: 1.5rem;
    background: -webkit-gradient(linear, left top, left bottom, from(#4c6794), to(#4c6794)) 50% 50%/0.0625rem 100% no-repeat;
    background: linear-gradient(to bottom, #4c6794, #4c6794) 50% 50%/0.0625rem 100% no-repeat;
  }
  .box-common-step:last-child {
    padding-bottom: 0;
    background: none;
  }
  .box-common-step .box-heading .heading-banner {
    width: calc(100% - 3rem);
    max-width: 13.1875rem;
  }
  .box-common-step .box-content {
    padding: 2rem 1.5rem;
  }
}

.content-common-step:last-child {
  margin-bottom: 0;
}
.content-common-step .content-paragraph {
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 2;
}
.content-common-step .content-paragraph:last-child {
  margin-bottom: 0;
}
.content-common-step .content-paragraph p {
  margin-bottom: 2.875rem;
}
.content-common-step .content-paragraph p:last-child {
  margin-bottom: 0;
}
.content-common-step .content-box {
  background-color: #fff;
}
.content-common-step .content-box:last-child {
  margin-bottom: 0;
}
.content-common-step .content-note {
  color: #787c85;
  font-size: 12px;
  letter-spacing: 1px;
  line-height: 1.8;
}
.content-common-step .content-note:last-child {
  margin-bottom: 0;
}
.content-common-step .content-note p:last-child {
  margin-bottom: 0;
}
.content-common-step .content-controller {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
@media print, (min-width: 660.98px) {
  .content-common-step {
    margin-bottom: 48px;
  }
  .content-common-step .content-paragraph {
    margin-bottom: 40px;
  }
  .content-common-step .content-paragraph p {
  }
  .content-common-step .content-box {
    margin-bottom: 40px;
    padding: 32px;
  }
  .content-common-step .content-note {
    margin-bottom: 40px;
  }
  .content-common-step .content-controller {
    gap: 16px;
  }
}
@media only screen and (max-width: 660px) {
  .content-common-step {
    margin-bottom: 2.5rem;
  }
  .content-common-step .content-paragraph {
    margin-bottom: 2rem;
  }
  .content-common-step .content-box {
    margin-bottom: 2rem;
    padding: 1.5rem;
  }
  .content-common-step .content-note {
    margin-bottom: 2rem;
  }
  .content-common-step .content-controller {
    gap: 0.5rem;
  }
  .disease .title__jp p br {
    display: none;
  }
}

.list-common-step {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 2;
  list-style: none;
  text-box-edge: cap alphabetic;
  text-box-trim: trim-both;
}
.list-common-step * {
  text-box-edge: cap alphabetic;
  text-box-trim: trim-both;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.list-common-step .list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 24px;
}
.list-common-step .list-item:last-child {
  margin-bottom: 0;
}
.list-common-step .item-label {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  color: #4c6794;
}
.list-common-step .item-label::before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-right: 12px;
  background: url("../images/common/icon_check_01.svg") 50% 50%/100% auto no-repeat;
}
.list-common-step .item-detail {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.list-common-step .item-detail p:last-child {
  margin-bottom: 0;
}
@media print, (min-width: 660.98px) {
  .list-common-step .item-label {
    margin-right: 24px;
    font-size: 0.9375rem;
  }
}
@media only screen and (max-width: 660px) {
  .list-common-step .list-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .list-common-step .item-label {
    width: 100%;
    margin-bottom: 1rem;
    font-size: 0.8125rem;
  }
  .list-common-step .item-detail {
    padding-left: 1.5rem;
  }
}

.link-common-primary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #8e9299;
  border-radius: 2px;
  background-color: #fff;
  letter-spacing: 1px;
  text-decoration: none;
  text-box-edge: cap alphabetic;
  text-box-trim: trim-both;
}
.link-common-primary * {
  text-box-edge: cap alphabetic;
  text-box-trim: trim-both;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.link-common-primary::after {
  content: "";
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background: url("../images/common/icon_arrow_01.svg") 50% 50%/100% auto no-repeat;
}
@media print, (min-width: 660.98px) {
  .link-common-primary {
    min-height: 59px;
    padding: 16px 16px 16px 32px;
    font-size: 15px;
    line-height: 1.4666666667;
  }
  .link-common-primary::after {
    width: 16px;
    height: 22px;
    margin-left: 16px;
  }
}
@media only screen and (max-width: 660px) {
  .link-common-primary {
    min-height: 3.625rem;
    padding: 1rem 1rem 1rem 2rem;
    font-size: 0.875rem;
    line-height: 1.4285714286;
  }
  .link-common-primary::after {
    width: 1rem;
    height: 1.25rem;
    margin-left: 1rem;
  }
}

.paragraph-common {
  letter-spacing: 0.0625rem;
  line-height: 2;
}
.paragraph-common p:last-child {
  margin-bottom: 0;
}
@media print, (min-width: 660.98px) {
  .paragraph-common {
    font-size: 1rem;
  }
  .paragraph-common p {
    margin-bottom: 32px;
  }
}
@media only screen and (max-width: 660px) {
  .paragraph-common {
    font-size: 0.875rem;
  }
  .paragraph-common p {
    margin-bottom: 1.75rem;
  }
}

.paragraph-common-tertiary {
  letter-spacing: 0.0625rem;
  line-height: 2;
}
.paragraph-common-tertiary p:last-child {
  margin-bottom: 0;
}
@media print, (min-width: 660.98px) {
  .paragraph-common-tertiary {
    font-size: 0.9375rem;
  }
  .paragraph-common-tertiary p {
    margin-bottom: 32px;
  }
}
@media only screen and (max-width: 660px) {
  .paragraph-common-tertiary {
    font-size: 0.8125rem;
  }
  .paragraph-common-tertiary p {
    margin-bottom: 1.625rem;
  }
}

.paragraph-common-fourth {
  font-size: 0.8125rem;
  letter-spacing: 0.0625rem;
  line-height: 2;
}
.paragraph-common-fourth p:last-child {
  margin-bottom: 0;
}
@media print, (min-width: 660.98px) {
  .paragraph-common-fourth p {
    margin-bottom: 30px;
  }
}

.section-revival-introduction {
  position: relative;
  text-box-edge: cap alphabetic;
  text-box-trim: trim-both;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.section-revival-introduction * {
  text-box-edge: cap alphabetic;
  text-box-trim: trim-both;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.section-revival-introduction::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  pointer-events: none;
}
.section-revival-introduction .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 1;
}
.section-revival-introduction .introduction-info {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.section-revival-introduction .info-title {
  display: block;
  margin: 0;
  color: #4c6794;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 1.8;
}
.section-revival-introduction .info-paragraph {
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 2;
}
.section-revival-introduction .info-paragraph p:last-child {
  margin-bottom: 0;
}
.section-revival-introduction .introduction-banner {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.section-revival-introduction .wrapper {
  margin: 0 auto;
}
@media print, (min-width: 660.98px) {
  .section-revival-introduction {
    padding: 40px 0 70px;
  }
  .section-revival-introduction::before {
    left: calc(50% - 809px);
    width: 677px;
    height: 624px;
    background: url("../images/revival/background_introduction_01.png") 0% 0%/100% auto no-repeat;
  }
  .section-revival-introduction .introduction-info {
    width: 46.6666666667%;
  }
  .section-revival-introduction .info-title {
    margin-bottom: 64px;
    font-size: 24px;
  }
  .section-revival-introduction .info-paragraph {
    font-size: 16px;
  }
  .section-revival-introduction .info-paragraph p {
    margin-bottom: 52px;
  }
  .section-revival-introduction .introduction-banner .image-common {
    margin: -10px 0;
  }
  .section-revival-introduction .wrapper {
    width: calc(100% - 60px);
    max-width: 1200px;
    padding: 0;
    gap: 80px;
  }
}
@media only screen and (min-width: 660.98px) and (max-width: 834px) {
  .section-revival-introduction .introduction-info {
    width: 100%;
  }
  .section-revival-introduction .introduction-banner {
    max-width: 560px;
    margin: -10px auto;
  }
  .section-revival-introduction .wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media only screen and (max-width: 660px) {
  .section-revival-introduction {
    padding: 2.5rem 0;
  }
  .section-revival-introduction::before {
    left: 0;
    width: 18.75rem;
    height: 20.3125rem;
    background: url("../images/revival/sp/background_introduction_01.png") 0% 0%/100% auto no-repeat;
  }
  .section-revival-introduction .introduction-info {
    width: 100%;
  }
  .section-revival-introduction .info-title {
    margin-bottom: 3rem;
    font-size: 1.25rem;
  }
  .section-revival-introduction .info-paragraph {
    font-size: 0.875rem;
  }
  .section-revival-introduction .info-paragraph p {
    margin-bottom: 2.8125rem;
  }
  .section-revival-introduction .introduction-banner {
    max-width: 21.5rem;
    margin: -0.5625rem -0.5313rem;
  }
  .section-revival-introduction .wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    gap: 3rem;
  }
}

@media print, (min-width: 660.98px) {
  .section-revival-step {
    padding-bottom: 160px;
  }
  .section-revival-step .wrapper {
    width: calc(100% - 60px);
    max-width: 1200px;
    padding: 0;
    gap: 80px;
  }
}
@media only screen and (max-width: 660px) {
  .section-revival-step {
    padding-bottom: 80px;
  }
  .section-revival-step .wrapper {
    width: 100%;
    padding: 0 24px;
  }
}