@charset "UTF-8";
/**
 * whitepage.html
 */
body,
.whitepage-element {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.whitepage-element {
  /* ─── コンセプチュアルページ ─── */
}
.whitepage-element .whitepage-navbar {
  display: flex;
  justify-content: space-between;
  padding: 26px 50px 22px;
}
.whitepage-element .whitepage-navbar .navbar-brand {
  color: #000;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.whitepage-element .whitepage-navbar .navbar-toggler {
  display: none;
}
.whitepage-element .whitepage-navbar .nav-right {
  display: flex;
  align-items: center;
}
.whitepage-element .whitepage-navbar .nav-right .menu-list {
  display: flex;
  align-items: center;
  gap: 40px;
  margin-right: 80px;
}
.whitepage-element .whitepage-navbar .nav-right .menu-list .menu-item {
  border: none;
  background: none;
  color: #000;
  font-family: Roboto;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}
.whitepage-element .whitepage-simple-diagnosis {
  background-color: yellow;
  color: black;
  min-width: 24rem;
  padding: 1.5rem 3rem 1.5rem 2rem;
  border-radius: 3rem;
  z-index: 60;
  position: relative;
  cursor: pointer;
  /* 通常時はホバー時の文字を非表示にする */
  /* ホバー時は通常時の文字を非表示にする */
  /* ホバー時に、ホバー時の文字を表示する */
}
.whitepage-element .whitepage-simple-diagnosis .easy-a {
  letter-spacing: 0.1rem;
  text-decoration: none;
  font-weight: 800;
  font-size: 1.5rem;
  transition: 0.2s;
}
.whitepage-element .whitepage-simple-diagnosis .easy-a-hover {
  letter-spacing: 1px;
  text-decoration: none;
  color: black;
  font-weight: bolder;
  font-size: 1.5rem;
  display: none;
}
.whitepage-element .whitepage-simple-diagnosis:hover .easy-a {
  scale: 1.05;
}
.whitepage-element .whitepage-simple-diagnosis:hover .easy-a-hover {
  font-family: "Roboto", sans-serif;
  display: inline;
}
.whitepage-element .whitepage-simple-diagnosis .easy-icon {
  width: 3rem;
  position: absolute;
  right: 1rem;
  top: 1rem;
}
.whitepage-element .whitepage-footer {
  color: #000;
  font-family: Roboto;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  /* 19.2px */
  padding: 20px 0;
  bottom: 0px;
  left: 0px;
  text-align: center;
  width: 100%;
  border-top: 1px solid #000000;
}
.whitepage-element .fixed-download-icon {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 200px;
  height: auto;
  cursor: pointer;
  z-index: 20;
}
.whitepage-element .whitepage-body {
  flex: 1;
}
.whitepage-element .whitepage-body .conceptual-page {
  width: 100%;
  overflow: hidden;
  /* ヒーローバナー */
  /* メッセージ & ディスクレーマー */
  /* 説明＋表紙画像 */
}
.whitepage-element .whitepage-body .conceptual-page .hero {
  position: relative;
  text-align: center;
  overflow: hidden;
}
.whitepage-element .whitepage-body .conceptual-page .hero .whitepage-navbar {
  display: none;
}
.whitepage-element .whitepage-body .conceptual-page .hero .hero-bg-picture {
  position: static;
  display: block;
  width: 100%;
  line-height: 0;
}
.whitepage-element .whitepage-body .conceptual-page .hero .hero-bg-picture .section1-image {
  display: block;
  width: 100%;
  height: auto;
}
.whitepage-element .whitepage-body .conceptual-page .hero .hero-bg-picture .section1-image-sub {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  z-index: 1;
  pointer-events: none;
}
.whitepage-element .whitepage-body .conceptual-page .hero .hero-content {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: grid;
  display: grid;
  grid-template-rows: 3fr 2fr;
  justify-items: center;
  align-content: start;
  gap: 0;
  place-items: center;
}
.whitepage-element .whitepage-body .conceptual-page .hero .hero-content .survey-bar {
  grid-row: 2;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: auto;
  border-radius: 20px;
  background: #FFF;
  padding: 10px 10px;
}
.whitepage-element .whitepage-body .conceptual-page .hero .hero-content .survey-bar .survey-btn {
  border-radius: 100px;
  border: 2px solid #FFEA00;
  background: #FF0;
  color: #000;
  font-family: Roboto;
  font-size: 14px;
  font-weight: 700;
  line-height: normal;
  padding: 13px 20px;
}
.whitepage-element .whitepage-body .conceptual-page .hero .hero-content .survey-bar .survey-btn .pdf-image {
  width: 22px;
  height: 26px;
  margin-right: 8px;
}
.whitepage-element .whitepage-body .conceptual-page .hero .hero-content h1 {
  grid-row: 1;
  align-self: end;
  color: #FFF;
  text-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
  font-family: Roboto;
  font-size: 100px;
  font-weight: 700;
  line-height: 120%;
  text-align: center;
}
.whitepage-element .whitepage-body .conceptual-page .message-box {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  margin: 40px auto;
  padding: 40px 20px;
}
.whitepage-element .whitepage-body .conceptual-page .message-box p {
  color: #000;
  text-align: center;
  font-family: "Noto Sans CJK JP";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 200%;
}
.whitepage-element .whitepage-body .conceptual-page .content-box {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin: 10rem 0;
}
.whitepage-element .whitepage-body .conceptual-page .content-box .banner-image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
}
.whitepage-element .whitepage-body .conceptual-page .content-box .content-box-body {
  max-width: 1220px;
  height: 320px;
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
}
.whitepage-element .whitepage-body .conceptual-page .content-box .content-box-body .content-box-left {
  display: flex;
  flex-direction: column;
  max-width: 900px;
}
.whitepage-element .whitepage-body .conceptual-page .content-box .content-box-body .content-box-left .survey-btn {
  border-radius: 100px;
  border: 2px solid #FFEA00;
  background: #FF0;
  color: #000;
  font-family: Roboto;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding: 13px 20px;
}
.whitepage-element .whitepage-body .conceptual-page .content-box .content-box-body .content-box-left .content-box-desc {
  color: #000;
  font-family: "Noto Sans CJK JP";
  font-style: normal;
  line-height: 200%;
  font-size: 16px;
  font-weight: 400;
}
.whitepage-element .whitepage-body .conceptual-page .content-box .content-box-body .content-box-book {
  position: absolute;
  right: 0;
  top: -60px;
  width: 300px;
  height: 432px;
}
.whitepage-element .whitepage-body .conceptual-page .menu {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 3.6rem 1rem;
  gap: 8rem;
  background: #ECF6F2;
}
.whitepage-element .whitepage-body .conceptual-page .menu .message-box-sub {
  position: relative;
  background: #e6f4e7;
  border: 3px solid #b7ddb9;
  border-radius: 2rem;
  padding: 2rem 3rem;
  width: min(980px, 90%);
  margin: 0 auto;
}
.whitepage-element .whitepage-body .conceptual-page .menu .message-box-sub .message-box-sub-title {
  position: relative;
  z-index: 0;
  display: inline-block;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.2;
  letter-spacing: 0.02em;
  color: #0b1b0f;
}
.whitepage-element .whitepage-body .conceptual-page .menu .message-box-sub .message-box-sub-title::before {
  content: "";
  position: absolute;
  left: -14px;
  bottom: -0.8rem;
  height: 2rem;
  width: calc(100% + 28px);
  background: #d6ecd8;
  z-index: -1;
}
.whitepage-element .whitepage-body .conceptual-page .menu .message-box-sub .message-box-sub-content {
  margin-top: 1rem;
}
.whitepage-element .whitepage-body .conceptual-page .menu .message-box-sub .message-box-sub-content .message-bullets {
  margin: 0;
  padding-left: 1.6rem;
  list-style: disc;
}
.whitepage-element .whitepage-body .conceptual-page .menu .message-box-sub .message-box-sub-content .message-bullets li {
  color: #000;
  font-family: "Noto Sans CJK JP";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 200%;
}
.whitepage-element .whitepage-body .conceptual-page .menu .message-box-sub .message-box-sub-content .message-bullets li::marker {
  font-size: 26px;
}
.whitepage-element .whitepage-body .conceptual-page .menu .toc {
  border-radius: 28px;
  padding: 2rem 8rem;
  position: relative;
}
.whitepage-element .whitepage-body .conceptual-page .menu .toc .toc-title {
  text-align: center;
  margin: 0 0 1.8rem;
  line-height: 1;
}
.whitepage-element .whitepage-body .conceptual-page .menu .toc .toc-title span {
  display: inline-block;
  font-weight: 900;
  color: #000;
  text-align: center;
  font-family: "Noto Sans CJK JP";
  font-size: 24px;
  font-style: normal;
  line-height: 200%;
  letter-spacing: 0.06em;
  position: relative;
  z-index: 0;
}
.whitepage-element .whitepage-body .conceptual-page .menu .toc .toc-title span::before {
  content: "";
  position: absolute;
  width: 8rem;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  height: 50%;
  background: #d6ecd8;
  z-index: -1;
}
.whitepage-element .whitepage-body .conceptual-page .menu .toc .toc-inner {
  display: grid;
  grid-template-columns: 2.5fr 1fr;
  align-items: center;
}
.whitepage-element .whitepage-body .conceptual-page .menu .toc .toc-left {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.whitepage-element .whitepage-body .conceptual-page .menu .toc .toc-left .toc-block {
  width: 100%;
  margin-top: 1.6rem;
}
.whitepage-element .whitepage-body .conceptual-page .menu .toc .toc-left .toc-heading {
  display: grid;
  grid-template-columns: 3.2rem auto;
  align-items: baseline;
  -moz-column-gap: 0.8rem;
       column-gap: 0.8rem;
  margin-bottom: 0.2rem;
}
.whitepage-element .whitepage-body .conceptual-page .menu .toc .toc-left .toc-heading .roman {
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  font-size: 20px;
  color: #111;
}
.whitepage-element .whitepage-body .conceptual-page .menu .toc .toc-left .toc-heading .title {
  color: #000;
  font-family: "Noto Sans CJK JP";
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.02em;
  font-style: normal;
  line-height: 200%;
}
.whitepage-element .whitepage-body .conceptual-page .menu .toc .toc-left .toc-sub {
  margin: 0.2rem 0 0 3.2rem;
  padding: 0;
  list-style: none;
  counter-reset: sec;
}
.whitepage-element .whitepage-body .conceptual-page .menu .toc .toc-left .toc-sub > li {
  counter-increment: sec;
  position: relative;
  padding-left: 4rem;
  margin: 0.15rem 0;
  color: #000;
  font-family: "Noto Sans CJK JP";
  font-size: 20px;
  font-style: normal;
  line-height: 200%;
}
.whitepage-element .whitepage-body .conceptual-page .menu .toc .toc-left .toc-sub > li::before {
  content: counter(sec) ".";
  position: absolute;
  left: 0;
  top: 0;
  width: 4rem;
  text-align: right;
  text-align: left;
  font-weight: 700;
}
.whitepage-element .whitepage-body .conceptual-page .menu .toc .toc-right {
  display: grid;
  grid-template-rows: 1fr 1fr;
}
.whitepage-element .whitepage-body .conceptual-page .menu .toc .toc-right .toc-card {
  overflow: hidden;
}
.whitepage-element .whitepage-body .conceptual-page .menu .toc .toc-right .toc-card img {
  width: 24rem;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}
.whitepage-element .whitepage-body .conceptual-page .disclaimer-box {
  max-width: 1220px;
  width: 100%;
  padding: 120px 20px 200px 20px;
  margin: 0 auto;
}
.whitepage-element .whitepage-body .conceptual-page .disclaimer-box .disclaimer-box-title {
  color: #000;
  font-family: "Noto Sans CJK JP";
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 200%;
  /* 64px */
  margin-bottom: 40px;
}
.whitepage-element .whitepage-body .conceptual-page .disclaimer-box .points {
  display: flex;
  flex-direction: column;
}
.whitepage-element .whitepage-body .conceptual-page .disclaimer-box .points .point-item {
  display: flex;
  padding: 40px 0;
  border-bottom: #000 solid 1px;
}
.whitepage-element .whitepage-body .conceptual-page .disclaimer-box .points .point-item:first-child {
  border-top: #000 solid 1px;
}
.whitepage-element .whitepage-body .conceptual-page .disclaimer-box .points .point-item .itme-label {
  width: 320px;
  flex-shrink: 0;
  color: #000;
  font-family: "Noto Sans CJK JP";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 200%;
  /* 40px */
}
.whitepage-element .whitepage-body .conceptual-page .disclaimer-box .points .point-item .itme-desc {
  flex: 1;
  color: #000;
  font-family: "Noto Sans CJK JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 200%;
  /* 32px */
}
.whitepage-element .survey-wrap .survey-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 499;
}
.whitepage-element .survey-wrap .survey-popup {
  display: flex;
  flex-direction: column;
  position: fixed;
  top: 50%;
  left: 50%;
  max-width: 90%;
  min-width: 60%;
  min-height: 40%;
  max-height: 80%;
  transform: translate(-50%, -50%) scale(1.02);
  background: white;
  padding: 0px;
  border: 1px solid #000000;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2), 0 4px 6px rgba(0, 0, 0, 0.1);
}
.whitepage-element .survey-wrap .survey-popup .survey-header {
  background: #f4f4f4;
  padding: 7px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.whitepage-element .survey-wrap .survey-popup .survey-header .survey-title {
  font-size: 1.8rem;
  font-weight: bold;
}
.whitepage-element .survey-wrap .survey-popup .survey-header .survey-close-btn {
  font-size: 2rem;
  cursor: pointer;
  color: #666666;
}
.whitepage-element .survey-wrap .survey-popup .survey-header .survey-close-btn:hover {
  color: #000000;
}
.whitepage-element .survey-wrap .survey-popup .survey-body {
  display: flex;
  flex-direction: column;
  flex: 1;
  min-height: 40%;
  max-height: 80%;
}
.whitepage-element .survey-wrap .survey-popup .survey-body .survey-body-content-thanks {
  height: 200px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 2.4rem;
}
.whitepage-element .survey-wrap .survey-popup .survey-body-content {
  display: flex;
  flex-direction: column;
  padding: 10px 20px;
  overflow-y: auto;
  flex: 1;
  border-bottom: 1px solid #ddd;
  min-height: 35rem;
}
.whitepage-element .survey-wrap .survey-popup .survey-body-content .survey-question {
  padding: 10px 0;
  border-bottom: 1px solid #ccc;
  display: flex;
  flex-direction: column;
}
.whitepage-element .survey-wrap .survey-popup .survey-body-content .survey-question:last-child {
  border-bottom: none;
}
.whitepage-element .survey-wrap .survey-popup .survey-body-content .survey-question-title {
  font-size: 1.5rem;
  display: block;
  padding-bottom: 5px;
}
.whitepage-element .survey-wrap .survey-popup .survey-body-content .survey-question-title .question-number {
  font-weight: bold;
  margin-right: 5px;
}
.whitepage-element .survey-wrap .survey-popup .survey-body-content .survey-question-title .question-content {
  word-break: break-all;
}
.whitepage-element .survey-wrap .survey-popup .survey-body-content .survey-question-choices .survey-question-single-choice {
  font-size: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: start;
  flex-wrap: wrap;
}
.whitepage-element .survey-wrap .survey-popup .survey-body-content .survey-question-choices .survey-question-single-choice .single-choice-items {
  margin-right: 1.5rem;
}
.whitepage-element .survey-wrap .survey-popup .survey-body-content .survey-question-choices .survey-question-single-choice .single-choice-items .choice-content {
  margin-right: 1.5rem;
}
.whitepage-element .survey-wrap .survey-popup .survey-body-content .survey-question-choices .survey-question-single-choice .single-choice-items input {
  margin-right: 10px;
}
.whitepage-element .survey-wrap .survey-popup .survey-body-content .survey-question-choices .survey-question-single-choice .single-choice-items:last-child {
  margin-right: 0;
}
.whitepage-element .survey-wrap .survey-popup .survey-body-content .survey-question-choices .survey-question-multiple-choice {
  font-size: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: start;
  flex-wrap: wrap;
}
.whitepage-element .survey-wrap .survey-popup .survey-body-content .survey-question-choices .survey-question-multiple-choice .multiple-choice-items {
  margin-right: 1.5rem;
}
.whitepage-element .survey-wrap .survey-popup .survey-body-content .survey-question-choices .survey-question-multiple-choice .multiple-choice-items .choice-content {
  margin-right: 1.5rem;
}
.whitepage-element .survey-wrap .survey-popup .survey-body-content .survey-question-choices .survey-question-multiple-choice .multiple-choice-items input {
  margin-right: 10px;
}
.whitepage-element .survey-wrap .survey-popup .survey-body-content .survey-question-choices .survey-question-multiple-choice .multiple-choice-items:last-child {
  margin-right: 0;
}
.whitepage-element .survey-wrap .survey-popup .survey-body-content .survey-question-choices .survey-question-text-input {
  font-size: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: start;
}
.whitepage-element .survey-wrap .survey-popup .survey-body-content .survey-question-choices .survey-question-text-input .text-input {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 1.5rem;
}
.whitepage-element .survey-wrap .survey-popup .survey-body-content .survey-question-choices .survey-question-single-text {
  font-size: 1.5rem;
  display: flex;
  align-items: start;
  justify-content: start;
  flex-direction: column;
}
.whitepage-element .survey-wrap .survey-popup .survey-body-content .survey-question-choices .survey-question-single-text .choice-single {
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: center;
  flex-wrap: wrap;
}
.whitepage-element .survey-wrap .survey-popup .survey-body-content .survey-question-choices .survey-question-single-text .choice-single .single-items {
  margin-right: 1.5rem;
}
.whitepage-element .survey-wrap .survey-popup .survey-body-content .survey-question-choices .survey-question-single-text .choice-single .single-items .text-content {
  margin-right: 1.5rem;
}
.whitepage-element .survey-wrap .survey-popup .survey-body-content .survey-question-choices .survey-question-single-text .choice-single .single-items input {
  margin-right: 10px;
}
.whitepage-element .survey-wrap .survey-popup .survey-body-content .survey-question-choices .survey-question-single-text .choice-single .single-items:last-child {
  margin-right: 0;
}
.whitepage-element .survey-wrap .survey-popup .survey-body-content .survey-question-choices .survey-question-single-text .choice-text-input {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 1.5rem;
}
.whitepage-element .survey-wrap .survey-popup .survey-body-content .survey-question-choices .survey-question-multiple-text {
  font-size: 1.5rem;
  display: flex;
  align-items: start;
  justify-content: start;
  flex-direction: column;
}
.whitepage-element .survey-wrap .survey-popup .survey-body-content .survey-question-choices .survey-question-multiple-text .choice-multiple {
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: start;
  flex-wrap: wrap;
}
.whitepage-element .survey-wrap .survey-popup .survey-body-content .survey-question-choices .survey-question-multiple-text .choice-multiple .multiple-items {
  margin-right: 1.5rem;
}
.whitepage-element .survey-wrap .survey-popup .survey-body-content .survey-question-choices .survey-question-multiple-text .choice-multiple .multiple-items .text-content {
  margin-right: 1.5rem;
}
.whitepage-element .survey-wrap .survey-popup .survey-body-content .survey-question-choices .survey-question-multiple-text .choice-multiple .multiple-items input {
  margin-right: 10px;
}
.whitepage-element .survey-wrap .survey-popup .survey-body-content .survey-question-choices .survey-question-multiple-text .choice-multiple .multiple-items:last-child {
  margin-right: 0;
}
.whitepage-element .survey-wrap .survey-popup .survey-body-content .survey-question-choices .survey-question-multiple-text .choice-text-input {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 1.5rem;
}
.whitepage-element .survey-wrap .survey-popup .survey-footer {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  background: #f1efef;
  padding: 7px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.whitepage-element .survey-wrap .survey-popup .survey-footer .pdf-btn {
  margin-left: 30px;
  border-radius: 100px;
  border: 2px solid #FFEA00;
  background: #FF0;
  color: #000;
  font-family: Roboto;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding: 13px 20px;
  display: none;
}
.whitepage-element .survey-wrap .survey-popup .survey-footer .pdf-btn .pdf-image {
  width: 22px;
  height: 26px;
  margin-right: 8px;
}
.whitepage-element .survey-wrap .survey-popup button {
  background: #ffff00;
  color: #000000;
  border-width: 1px;
  border-style: solid;
  border-color: #ffe600;
  padding: 10px 20px;
  font-size: 1.5rem;
  cursor: pointer;
  border-radius: 50px;
}
.whitepage-element .survey-wrap .survey-popup .after-submit {
  display: none;
}

@media (max-width: 768px) {
  .whitepage-element .fixed-download-icon {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 150px;
    height: auto;
    cursor: pointer;
    z-index: 20;
  }
  .whitepage-element .whitepage-navbar {
    display: none;
  }
  .whitepage-element .whitepage-body .conceptual-page .content-box .content-box-body {
    display: flex;
    align-items: center;
    flex-direction: column;
    max-width: none;
    height: auto;
  }
  .whitepage-element .whitepage-body .conceptual-page .content-box .content-box-body .content-box-book {
    position: relative;
    right: 0;
    top: -65px;
    width: 300px;
    height: 432px;
  }
  .whitepage-element .whitepage-body .conceptual-page .content-box .content-box-body .content-box-left {
    display: contents;
    flex-direction: column;
    max-width: 900px;
  }
  .whitepage-element .whitepage-body .conceptual-page .content-box .content-box-body .content-box-left .content-box-desc {
    font-size: 16px;
    font-weight: 400;
    margin-top: 16px;
    flex-direction: column;
    align-items: center;
    max-width: 1120px;
    width: 100%;
    padding: 20px 20px;
    position: relative;
  }
  .whitepage-element .whitepage-body .conceptual-page .hero {
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    padding-top: 0;
    align-items: center;
    position: relative;
    overflow: hidden;
  }
  .whitepage-element .whitepage-body .conceptual-page .hero .whitepage-navbar {
    display: flex !important;
    justify-content: space-between;
    align-items: center;
    z-index: 10;
    width: 100%;
    padding: 1rem 0rem;
  }
  .whitepage-element .whitepage-body .conceptual-page .hero .whitepage-navbar .navbar-brand {
    display: flex;
    align-items: center;
    color: white;
    font-size: 6vw;
    font-weight: 700;
  }
  .whitepage-element .whitepage-body .conceptual-page .hero .whitepage-navbar .nav-right {
    display: flex;
    align-items: center;
  }
  .whitepage-element .whitepage-body .conceptual-page .hero .whitepage-navbar .nav-right .whitepage-simple-diagnosis {
    min-width: 20rem;
  }
  .whitepage-element .whitepage-body .conceptual-page .hero .whitepage-navbar .nav-right .whitepage-simple-diagnosis .easy-a {
    font-size: 1rem;
  }
  .whitepage-element .whitepage-body .conceptual-page .hero .whitepage-navbar .navbar-toggler {
    display: block;
    margin-left: 2rem;
  }
  .whitepage-element .whitepage-body .conceptual-page .hero .hero-bg-picture {
    position: absolute;
  }
  .whitepage-element .whitepage-body .conceptual-page .hero .hero-content {
    position: relative;
    z-index: 10;
    transform: translateY(5px);
  }
  .whitepage-element .whitepage-body .conceptual-page .hero .hero-content h1 {
    color: #fff;
    text-shadow: 0px 4px 8px rgba(0, 0, 0, 0.15);
    font-family: Roboto;
    font-size: 80px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    text-align: center;
  }
  .whitepage-element .whitepage-body .conceptual-page .menu .toc {
    padding: 20px 10px;
  }
  .whitepage-element .whitepage-body .conceptual-page .menu .toc .toc-inner {
    display: block;
    grid-template-columns: 2.5fr 1fr;
    align-items: unset;
  }
  .whitepage-element .whitepage-body .conceptual-page .menu .toc .toc-right .toc-card img {
    width: -webkit-fill-available;
    padding: 10px 10px;
    display: block;
    -o-object-fit: contain;
    flex-direction: column;
    object-fit: contain;
  }
}/*# sourceMappingURL=whitepage.css.map */