.lower-hero {
  position: relative;
  height: 350px;
  background-color: #f0f1f5;
}
.lower-hero--medical .lower-hero__image span:nth-child(1) {
  background: #77b7e8;
}
.lower-hero--cancer .lower-hero__image span:nth-child(1) {
  background: #b7e688;
}
.lower-hero__image {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 0;
  justify-content: space-between;
  width: 100%;
  height: 100%;
}
.lower-hero__image span {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  width: 50%;
  height: 100%;
  overflow: hidden;
}
.lower-hero__image span img {
  width: auto;
  max-width: inherit;
  height: 100%;
}
.lower-hero__image span:nth-child(2) {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.lower-hero__contents {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  gap: 15px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  max-width: 540px;
  height: 100%;
  margin: 0 auto;
  padding: 10px 0 0;
  background: linear-gradient(45deg, #001f6b 0%, #073bb9 100%);
  color: #fff;
  text-align: center;
}
.lower-hero__headline {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  gap: 7px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 3.6rem;
  letter-spacing: 0.05em;
  line-height: 1.4;
}
.lower-hero__lead {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.4;
}
.lower-hero__icon {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: #fff;
}

.lower-section {
  padding: 116px 0 120px;
}
.lower-section--bg {
  padding: 0;
}
.lower-section__lead {
  margin: 28px 0 0;
  text-align: center;
}
.lower-section__notice {
  padding-bottom: 0;
}
.lower-section__box {
  margin: 60px 0 0;
  padding: 54px 60px 62px;
  border-radius: 8px;
  background: var(--bg-color);
}

.lower-box {
  margin-right: 30px;
  margin-left: 30px;
  padding: 116px 30px 115px;
  background: var(--bg-color);
}
.lower-box--ls {
  padding: 60px 30px;
}

.lower-bnr {
  margin-top: 60px;
  text-align: center;
}

.lower-cta {
  padding: 60px 0;
}
.lower-cta .c-text-note {
  margin-bottom: -8px;
}
.lower-cta--ob {
  margin: 0 -120px;
  padding-bottom: 0;
  border-top: solid 4px #dadada;
}
.lower-cta--ob dl dt {
  margin: 0;
  border-radius: 4px 4px 0 0;
}
.lower-cta--ob dl dt::before {
  width: 46px;
  background: url(/assets/img/icon-ob.svg) no-repeat center center;
  background-size: 100% 32px;
}
.lower-cta--ob dl dd {
  padding: 40px;
  border: solid 4px var(--group-color);
  border-top: none;
  border-radius: 0 0 4px 4px;
  background: #fff;
}
.lower-cta .c-btn {
  width: 430px;
  height: 100px;
  background-position: 20px center;
  background-repeat: no-repeat;
  background-size: 50px 50px;
  font-size: 2.4rem;
  line-height: 1.4;
  text-align: center;
}
.lower-cta .c-btn--quick {
  background-image: url(/assets/img/icon-quick.svg);
}
.lower-cta .c-btn--cta {
  background-image: url(/assets/img/icon-estimate.svg);
}
.lower-cta .c-btn--catalog {
  background-image: url(/assets/img/icon-catalog.svg);
  background-size: 60px 50px;
}
.lower-cta .c-btn--app {
  background-image: url(/assets/img/icon-app.svg);
}
.lower-cta p {
  margin-top: 15px;
}

.lower-section .c-title-header + .c-toggle-list {
  margin-top: 60px;
}

.lower-block + .lower-block {
  margin-top: 54px;
}
.lower-block .c-headline--fs2 {
  margin-bottom: 20px;
}
.lower-block .c-btn + .c-text-note {
  margin-top: 15px;
}
.lower-block p + .c-btn {
  margin-top: 26px;
}
.lower-block--center .c-btn {
  margin-right: auto;
  margin-left: auto;
}

.lower-type {
  margin: 54px 30px 0;
}
.lower-type__row {
  position: relative;
  margin: 24px 0 0;
  padding: 0 0 60px;
}
.lower-type__row::before {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 26px);
  background: linear-gradient(45deg, #001f6b 0%, #073bb9 100%);
  content: "";
}
.lower-type__row dl {
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
  position: relative;
  width: 550px;
  padding: 4px;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
}
.lower-type__row dl dt {
  padding: 10px;
  border-radius: 4px 4px 0 0;
  background: var(--base-color);
  color: #fff;
  text-align: center;
}
.lower-type__row dl dt a {
  color: #fff;
}
.lower-type__row dl dd {
  padding: 30px 56px 36px;
}
.lower-type__row dl:nth-child(2) dt {
  background: var(--group-color);
}
.lower-type__row dl:nth-child(2) .lower-type__title span {
  color: var(--group-color);
}
.lower-type__row dl:nth-child(2) .lower-type__anchor-btn {
  background: var(--group-color);
}
.lower-type__row dl:nth-child(2) .lower-type__anchor-btn::after {
  background-image: url('data: image/svg+xml;utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 28.49 45.66" ><polyline fill="none" stroke="%23088e88" stroke-miterlimit="10" stroke-width="8px" points="2.83 2.83 22.83 22.83 2.83 42.83" /></svg>');
}
.lower-type__row dl:nth-child(2) .c-check-list li::before {
  background-image: url(/assets/img/icon-check-green.svg);
}
.lower-type__title {
  margin: 0 0 8px;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}
.lower-type__title span {
  color: var(--base-color);
}
.lower-type__image {
  margin: 30px 0 0;
}
.lower-type__anchor-btn {
  width: 100%;
  margin: 30px 0 0;
}
.lower-type__anchor-btn::after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.lower-tab {
  margin: 60px 0 0;
}
.lower-tab__list {
  gap: 10px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  border-bottom: solid 2px var(--base-color);
}
.lower-tab__list li {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 445px;
  height: 60px;
  border-radius: 4px 4px 0 0;
  color: #fff;
  font-weight: 700;
  cursor: pointer;
  opacity: 0.5;
}
.lower-tab__list li:nth-child(1) {
  background: var(--base-color);
}
.lower-tab__list li:nth-child(2) {
  background: var(--group-color);
}
.lower-tab__list li.is-active {
  opacity: 1;
  pointer-events: none;
}
.lower-tab__column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  gap: 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  padding: 54px 0 0;
}
.lower-tab__column > * {
  width: 100%;
}
.lower-tab__column .c-headline--fs2 {
  margin: 0 0 24px;
}
.lower-tab__column .c-headline--fs3 {
  margin: 0 0 24px;
}
.lower-tab__column .c-number-list {
  margin-top: 0;
}
.lower-tab__header {
  margin-top: -8px;
}
.lower-tab__header p + p {
  margin-top: 8px;
}
.lower-tab__head {
  gap: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  margin: 0 0 40px;
  padding: 10px 0;
  border-radius: 4px;
  background: var(--group-color);
  color: #fff;
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.4;
  text-align: center;
}
.lower-tab__head::before {
  display: block;
  width: 40px;
  height: 36px;
  background: url(/assets/img/icon-employee.svg) no-repeat center center;
  background-size: 100% 100%;
  content: "";
}
.lower-tab__head::after {
  display: block;
  position: absolute;
  right: 0;
  bottom: -20px;
  left: 0;
  width: 0;
  height: 0;
  margin: 0 auto;
  border-width: 20px 20px 0 20px;
  border-style: solid;
  border-color: var(--group-color) transparent transparent transparent;
  content: "";
}

.lower-logo__list {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
}
.lower-logo__item {
  width: 29.824561403%;
  min-width: 320px;
  text-align: center;
}
.lower-logo__image {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 73px;
}
.lower-logo__image img {
  width: 220px;
}
.lower-logo__image img._orix {
  width: 250px;
}
.lower-logo__note {
  margin: 26px 0 0;
}
.lower-case__row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 52px;
}
.lower-case__list {
  margin-top: 30px;
}
.lower-case__list dt {
  position: relative;
  margin: 0 0 18px;
  padding: 12px 0;
  border-radius: 4px;
  background: var(--base-color);
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.4;
  text-align: center;
}
.lower-case__list dt::after {
  display: block;
  position: absolute;
  right: 0;
  bottom: -20px;
  left: 0;
  width: 0;
  height: 0;
  margin: 0 auto;
  border-width: 20px 20px 0 20px;
  border-style: solid;
  border-color: var(--base-color) transparent transparent transparent;
  content: "";
}
.lower-case__list dd {
  color: var(--accent-color);
  font-size: 3.6rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.4;
  text-align: center;
}
.lower-case__list dd strong {
  font-family: "Lato", sans-serif;
  font-size: 6rem;
}
.lower-case__sub-list {
  margin: 24px 0 0;
}
.lower-case__sub-list dl {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  width: 313px;
}
.lower-case__sub-list dl dt {
  margin: 0 0 12px;
  padding: 2.5px 0;
  border-radius: 4px;
  background: linear-gradient(45deg, #001f6b 0%, #073bb9 100%);
  color: #ffd111;
  font-family: "Lato", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center;
}
.lower-case__sub-list dl dd {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  gap: 11px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  justify-content: space-between;
}
.lower-case__sub-list dl dd small {
  display: block;
  margin: 0 0 14px;
  font-size: 1.4rem;
  font-weight: 700;
  text-align: center;
}
.lower-case__sub-list dl dd span {
  display: block;
  color: var(--accent-color);
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.4rem;
  text-align: center;
}
.lower-case__sub-list dl dd span strong {
  font-family: "Lato", sans-serif;
  font-size: 4rem;
}

.lower-coverage__list {
  margin-top: 54px;
}

.lower-movie__title {
  font-size: 2rem;
}
.lower-movie__list {
  margin-top: 43px;
}
@media only screen and (max-width: 768px) {
  .st-footer__pagetop {
    bottom: 58px;
  }
  .lower-hero {
    height: auto;
  }
  .lower-hero__image {
    position: static;
    height: 155px;
  }
  .lower-hero__contents {
    gap: 10px;
    max-width: 100%;
    padding: 40px 20px 28px;
  }
  .lower-hero__headline {
    font-size: 2.8rem;
  }
  .lower-hero__icon {
    position: absolute;
    top: -30px;
    width: 60px;
    height: 60px;
    padding: 12.5px;
  }
  .lower-hero__lead {
    font-size: 1.2rem;
  }
  .lower-section {
    padding: 78px 0 80px;
  }
  .lower-section--bg {
    padding: 0;
  }
  .lower-section__lead {
    margin: 33px 0 0;
  }
  .lower-section__box {
    margin: 46px 0 0;
    padding: 55px 20px 60px;
  }
  .lower-box {
    margin-right: 0;
    margin-left: 0;
    padding: 54px 0 55px;
  }
  .lower-cta {
    padding-bottom: 60px;
  }
  .lower-cta .c-btn-list {
    gap: 15px;
  }
  .lower-cta--ob {
    margin: 0;
    padding-bottom: 0;
  }
  .lower-cta--ob dl dt::before {
    width: 40px;
    height: 27.5px;
  }
  .lower-cta--ob dl dd {
    padding: 20px;
  }
  .lower-cta .c-btn {
    width: 100%;
    height: 60px;
    background-position: 15px center;
    background-size: 30px 30px;
    font-size: 1.6rem;
  }
  .lower-cta p {
    margin-top: 6px;
  }
  .lower-block .c-btn + .c-text-note {
    margin-top: 7px;
  }
  .lower-type {
    margin: 54px 0 0;
  }
  .lower-type__row::before {
    height: calc(100% - 30px);
  }
  .lower-type__row .c-row {
    gap: 20px;
  }
  .lower-type__row dl {
    width: 100%;
  }
  .lower-type__row dl dd {
    padding: 35px 16px 36px;
  }
  .lower-type__row dl:nth-child(2) .lower-type__image {
    margin: 30px 0;
  }
  .lower-type__lead {
    margin: 0 20px;
  }
  .lower-type__title {
    font-size: 1.6rem;
  }
  .lower-type__image {
    margin: 0;
  }
  .lower-type__anchor-btn {
    margin: 0;
  }
  .lower-tab__list li {
    width: 142.5px;
    height: 40px;
    font-size: 1.2rem;
  }
  .lower-tab__column {
    padding: 35px 0 0;
  }
  .lower-tab__column > * {
    width: auto;
  }
  .lower-tab__column .c-headline--fs2 {
    margin: 0 0 27px;
  }
  .lower-tab__column .c-headline--fs3 {
    margin: 0 0 16px;
  }
  .lower-tab__head {
    margin: 0 0 30px;
    font-size: 2rem;
  }
  .lower-tab__head::before {
    width: 40px;
    height: 27.5px;
  }
  .lower-tab__head::after {
    bottom: -10px;
    border-width: 10px 10px 0 10px;
  }
  .lower-logo__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    gap: 40px;
    flex-direction: column;
  }
  .lower-logo__item {
    width: 100%;
    min-width: inherit;
  }
  .lower-logo__image {
    height: auto;
  }
  .lower-case .c-row__image {
    max-width: 275px;
    margin: 0 auto;
  }
  .lower-case__list {
    gap: 16px;
    margin-top: 5px;
  }
  .lower-case__list dt::after {
    bottom: -10px;
    border-width: 10px 10px 0 10px;
  }
  .lower-case__list dd {
    font-size: 2rem;
  }
  .lower-case__list dd strong {
    font-size: 4rem;
  }
  .lower-case__sub-list {
    gap: 44px;
  }
  .lower-case__sub-list dl {
    width: 100%;
  }
  .lower-case__sub-list dl dt {
    margin: 0 0 15px;
  }
  .lower-case__sub-list dl dd {
    gap: 10px;
  }
  .lower-case__sub-list dl dd span {
    font-size: 2rem;
  }
  .lower-coverage__list {
    margin-top: 50px;
  }
}