@charset "UTF-8";
.overview {
  margin-top: 40px;
}

.text-blue {
  color: #00aafa;
}

.btn_cta {
  max-width: 490px;
  margin: 80px auto 0;
}

@media (max-width: 767.98px) {
  .content-sp {
    display: contents !important;
  }
}

@media (max-width: 767.98px) {
  .order-sp {
    order: var(--order);
  }
}

.scroll-x {
  overflow-x: scroll;
}
.scroll-x::-webkit-scrollbar {
  display: none;
}

.js-scroll {
  cursor: pointer;
  transition: 0.2s;
}
.js-scroll:hover {
  opacity: 0.6;
}

.link--lg a {
  width: 280px !important;
}
@media (max-width: 767.98px) {
  .link--lg a {
    width: calc(100vw * 280 / 375) !important;
  }
}

:root .heading--sm {
  margin: 0 0 20px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
}
@media (max-width: 767.98px) {
  :root .heading--sm {
    margin: 0 0 calc(100vw * 10 / 375);
    font-size: calc(100vw * 14 / 375);
  }
}

.section * + .heading {
  margin-top: 40px;
}
@media (max-width: 767.98px) {
  .section * + .heading {
    margin-top: calc(100vw * 24 / 375);
  }
}

.list {
  margin-top: 12px;
}
@media (max-width: 767.98px) {
  .list {
    margin-top: calc(100vw * 12 / 375);
  }
}

.list-item {
  padding-left: 1em;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  text-indent: -1em;
}
@media (max-width: 767.98px) {
  .list-item {
    font-size: calc(100vw * 14 / 375);
  }
}
.list-item::before {
  content: "・";
}
.list-item + .list-item {
  margin-top: 16px;
}

.date-update {
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: flex-end;
  margin-top: 40px;
  font-size: 14px;
}
.date-update .date-update__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 12px;
  height: 12px;
}

@media (max-width: 767.98px) {
  body.design #mv {
    padding-bottom: 85.4%;
    background-size: auto calc(100% - 18vw);
  }
}

#container {
  margin-bottom: 82px;
}

.table {
  width: 100%;
  min-width: 980px;
  table-layout: fixed;
}
.table .js-scroll:hover {
  text-decoration: underline;
}
@media (max-width: 767.98px) {
  .table {
    min-width: unset;
    font-size: calc(100vw * 12 / 375);
  }
}
@media (max-width: 767.98px) {
  .table--sm {
    min-width: calc(100vw * 600 / 375);
  }
}
.table--risk tbody td {
  vertical-align: middle !important;
}
@media (max-width: 767.98px) {
  .table--risk th,
  .table--risk td {
    width: calc(100vw * 158 / 375);
  }
}
.table,
.table td,
.table th {
  border-collapse: collapse;
  border: 1px solid #000;
}
.table tbody td,
.table tbody th {
  padding: 8px;
}
@media (max-width: 767.98px) {
  .table tbody td,
  .table tbody th {
    padding: calc(100vw * 8 / 375);
  }
}
.table thead td,
.table thead th {
  padding: 8px;
}
@media (max-width: 767.98px) {
  .table thead td,
  .table thead th {
    padding: calc(100vw * 8 / 375);
  }
}
.table thead th {
  vertical-align: middle;
  background-color: #d9d9d9;
}
.table tbody th {
  vertical-align: middle;
}
.table tbody td {
  vertical-align: middle;
}
.table .table__cell--accent {
  background-color: #ffff00;
  border-right: solid 2px #00aafa;
  border-left: solid 2px #00aafa;
}
.table .table__cell--xs {
  width: 130px;
}
@media (max-width: 767.98px) {
  .table .table__cell--xs {
    width: calc(100vw * 130 / 375);
  }
}
.table .table__cell--sm {
  width: 160px;
}
@media (max-width: 767.98px) {
  .table .table__cell--sm {
    width: calc(100vw * 125 / 375);
  }
}
.table thead th.table__cell--accent {
  border-top: solid 2px #00aafa;
}
.table tbody tr:last-child td.table__cell--accent {
  border-bottom: solid 2px #00aafa;
}
.table .table__label {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
}
@media (max-width: 767.98px) {
  .table .table__label {
    font-size: calc(100vw * 12 / 375);
  }
}
.table .table__label small {
  font-size: 12px;
  font-weight: 400;
}
@media (max-width: 767.98px) {
  .table .table__label small {
    font-size: calc(100vw * 9 / 375);
  }
}
.table .table__label--sm {
  font-size: 14px;
  text-align: left;
}
@media (max-width: 767.98px) {
  .table .table__label--sm {
    font-size: calc(100vw * 12 / 375);
  }
}
.table .table__image {
  width: 120px;
  margin: 10px auto 0;
}
@media (max-width: 767.98px) {
  .table .table__image {
    width: calc(100vw * 80 / 375);
    margin-top: calc(100vw * 10 / 1024);
  }
}

.section + .section {
  margin-top: 80px;
}

.section-intro {
  margin: 40px 0;
}

.section-header .section-header__title {
  font-size: 25px;
  font-weight: 700;
}
@media (max-width: 767.98px) {
  .section-header .section-header__title {
    font-size: calc(100vw * 20 / 375);
  }
}
.section-header .section-header__inner {
  display: flex;
  gap: 50px;
}
@media (max-width: 767.98px) {
  .section-header .section-header__inner {
    flex-direction: column;
  }
}
.section-header .section-header__image {
  flex-shrink: 0;
  width: 420px;
}
.section-header .section-header__image img {
  width: 100%;
}
@media (max-width: 767.98px) {
  .section-header .section-header__image {
    width: 100%;
  }
}
.section-block {
  display: flex;
  gap: 40px;
  justify-content: space-between;
}
@media (max-width: 767.98px) {
  .section-block {
    flex-direction: column;
  }
}
.section-block--wrap {
  flex-wrap: wrap;
}
.section-block + .section-header {
  margin-top: 40px;
}
.section-block .section-block__col {
  display: flex;
  flex-shrink: 0;
  flex-direction: column;
  gap: 30px;
  width: 420px;
}
@media (max-width: 767.98px) {
  .section-block .section-block__col {
    gap: calc(100vw * 30 / 375);
    width: 100%;
  }
}
.section-block .section-block__col--grow {
  flex-grow: 1;
  flex-shrink: 1;
  width: auto;
}
.section-block .section-block__title {
  min-height: 100px;
  font-size: 25px;
  font-weight: 700;
  text-decoration-line: underline;
  text-decoration-thickness: 20%;
  text-decoration-color: #ef0;
  text-underline-offset: 25%;
}
@media (max-width: 767.98px) {
  .section-block .section-block__title {
    font-size: calc(100vw * 20 / 375);
  }
}
.section-block .section-block__image img {
  width: 100%;
}
.section-block .section-block__desc {
  display: flex;
  flex-direction: column;
  gap: 30px;
  font-weight: 400;
  line-height: 1.7;
  color: #000;
}
@media (max-width: 767.98px) {
  .section-block .section-block__desc {
    gap: calc(100vw * 30 / 375);
  }
}

.section-block + .section-block,
.section-header + .section-block {
  margin-top: 80px;
}

.toc {
  max-width: 480px;
  padding: 24px;
  margin: 40px auto 80px;
  background-color: #f5f5f5;
}
.toc .toc__title {
  display: flex;
  gap: 16px;
  align-items: center;
  font-size: 18px;
}
.toc .toc__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
}
.toc .toc__icon img {
  width: 100%;
}
.toc .toc__body {
  margin: 16px 0;
}
.toc .toc__list {
  font-size: 14px;
}
.toc .toc__list ul {
  margin-left: 16px;
}
.toc .toc__list a {
  transition: 0.3s;
}
.toc .toc__list a:hover {
  color: #00aafa;
}
.toc .toc__list ul ul {
  font-size: 12px;
}
.toc .toc__wrap-btn {
  display: flex;
  justify-content: center;
}
.toc .toc__btn {
  bottom: solid 1px currentColor;
  display: block;
  min-width: 120px;
  padding: 8px 24px;
  font-size: 12px;
  font-weight: 500;
  text-align: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
}

.modSection .modSection__inner {
  margin-top: 80px;
  font-weight: 400;
  text-align: center;
}
.modSection .pc_flex img {
  width: 31.25vw;
}
.modSection .pc_flex .detailDoctor .name {
  font-size: 3.4375vw;
  font-weight: 700;
}
.modSection .pc_flex .detailDoctor .position {
  font-size: 3.4375vw;
  font-weight: 700;
}
.modSection .pc_flex .detailDoctor .text {
  padding: 0;
  margin-top: 3.4375vw;
  text-align: left;
}
@media (max-width: 767.98px) {
  .modSection .pc_flex img {
    margin-bottom: 4.6875vw;
  }
}
@media (min-width: 768px), print {
  .modSection .pc_flex {
    align-items: center;
  }
  .modSection .pc_flex img {
    width: 200px;
    margin-right: 40px;
  }
  .modSection .pc_flex .detailDoctor {
    text-align: left;
  }
  .modSection .pc_flex .detailDoctor .name {
    font-size: 22px;
  }
  .modSection .pc_flex .detailDoctor .name .big {
    font-size: 28px;
  }
  .modSection .pc_flex .detailDoctor .position {
    font-size: 22px;
  }
  .modSection .pc_flex .detailDoctor .text {
    margin-top: 22px;
  }
  .modSection body.skin_top .modSection__inner,
  .modSection body.titaniumlift .modSection__inner {
    margin: 0 auto 80px;
  }
}