@charset "UTF-8";
.fc-red {
  color: #8B1A1A;
}

.fc-aqu {
  color: #75B3B8;
}

.fc-d-blu {
  color: #357E8F;
}

.fc-blu {
  color: #48A3B7;
}

.fc-nvy {
  color: #79A9C3;
}

.fc-d-grn {
  color: d-grn;
}

.fc-grn {
  color: #7BAF0C;
}

.fc-d-orn {
  color: #DF841B;
}

.fc-orn {
  color: #EEC78B;
}

.fc-d-pnk {
  color: #D34B76;
}

.fc-pnk {
  color: #E988A7;
}

.fc-ppl {
  color: #AA93D3;
}

.fc-blk {
  color: #333333;
}

.fc-wht {
  color: #ffffff;
}

.fc-l-gry {
  color: #fafafa;
}

.fc-gry {
  color: #D9D9D9;
}

.fc-d-gry {
  color: #A7A7A7;
}

.wrap-s {
  width: 100%;
  max-width: 1080px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 40px;
  padding-left: 40px;
}

@media screen and (max-width: 1280px) {
  .wrap-s {
    padding-right: 32px;
    padding-left: 32px;
  }
}

@media screen and (max-width: 960px) {
  .wrap-s {
    padding-right: 24px;
    padding-left: 24px;
  }
}

@media screen and (max-width: 520px) {
  .wrap-s {
    padding-right: 16px;
    padding-left: 16px;
  }
}

.wrap-xs {
  width: 100%;
  max-width: 900px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 40px;
  padding-left: 40px;
}

@media screen and (max-width: 1280px) {
  .wrap-xs {
    padding-right: 32px;
    padding-left: 32px;
  }
}

@media screen and (max-width: 960px) {
  .wrap-xs {
    padding-right: 24px;
    padding-left: 24px;
  }
}

@media screen and (max-width: 520px) {
  .wrap-xs {
    padding-right: 16px;
    padding-left: 16px;
  }
}

.mb-sect {
  margin-bottom: calc(8px * 13);
}

@media screen and (max-width: 960px) {
  .mb-sect {
    margin-bottom: calc((8px * 13) * 0.75);
  }
}

@media screen and (max-width: 520px) {
  .mb-sect {
    margin-bottom: calc((8px * 13) * 0.5);
  }
}

.txt {
  line-height: 1.8;
}

@media screen and (max-width: 520px) {
  .txt {
    line-height: 1.6;
    font-size: 1.4rem;
  }
}

.note-txt::before {
  color: #D34B76;
}

.separate {
  margin-bottom: calc(8px * 5);
  padding-bottom: calc(8px * 5);
  border-bottom: dashed 1px #A7A7A7;
}

@media screen and (max-width: 960px) {
  .separate {
    margin-bottom: calc((8px * 5) * 0.75);
  }
}

@media screen and (max-width: 520px) {
  .separate {
    margin-bottom: calc((8px * 5) * 0.5);
  }
}

@media screen and (max-width: 960px) {
  .separate {
    padding-bottom: calc((8px * 5) * 0.75);
  }
}

@media screen and (max-width: 520px) {
  .separate {
    padding-bottom: calc((8px * 5) * 0.5);
  }
}

body {
  position: relative;
  -webkit-text-size-adjust: 100%;
}

body::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  max-height: 2000px;
  aspect-ratio: 1 / 1;
  background: url("/origin/cancer-center/dist/img/cancer-genomics-center/cancer-genomics-bg.jpg") center bottom/cover no-repeat;
}

.cancer-pagettl {
  margin-bottom: 72px;
  padding-top: 48px;
  text-align: center;
}

@media screen and (max-width: 1280px) {
  .cancer-pagettl {
    margin-bottom: 64px;
    padding-top: 40px;
  }
}

@media screen and (max-width: 960px) {
  .cancer-pagettl {
    margin-bottom: 56px;
    padding-top: 32px;
  }
}

@media screen and (max-width: 520px) {
  .cancer-pagettl {
    margin-bottom: 48px;
    padding-top: 24px;
  }
}

.cancer-pagettl__main {
  margin-bottom: 8px;
  color: #1A438B;
  letter-spacing: 0.1em;
  font-size: 3.6rem;
  font-weight: bold;
}

@media screen and (max-width: 1280px) {
  .cancer-pagettl__main {
    font-size: 3.2rem;
  }
}

@media screen and (max-width: 960px) {
  .cancer-pagettl__main {
    font-size: 2.8rem;
    letter-spacing: 0.05em;
  }
}

@media screen and (max-width: 520px) {
  .cancer-pagettl__main {
    font-size: 2.4rem;
    letter-spacing: 0;
  }
}

.cancer-pagettl__sub {
  color: #1A438B;
  letter-spacing: 0.1em;
  font-family: "Montserrat", "Inter", sans-serif;
}

@media screen and (max-width: 960px) {
  .cancer-pagettl__sub {
    font-size: 1.4rem;
    letter-spacing: 0.05em;
  }
}

@media screen and (max-width: 520px) {
  .cancer-pagettl__sub {
    font-size: 1.2rem;
    letter-spacing: 0;
  }
}

.cancer-headline {
  position: relative;
  margin-bottom: 32px;
  padding-bottom: 24px;
  text-align: center;
}

@media screen and (max-width: 960px) {
  .cancer-headline {
    margin-bottom: 24px;
    padding-bottom: 16px;
  }
}

@media screen and (max-width: 520px) {
  .cancer-headline {
    margin-bottom: 16px;
    padding-bottom: 12px;
  }
}

.cancer-headline::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: 124px;
  height: 2px;
  margin: 0 auto;
  background: linear-gradient(to right, #48A3B7 40px, #A7A7A7 40px);
}

@media screen and (max-width: 960px) {
  .cancer-headline::after {
    width: 104px;
  }
}

@media screen and (max-width: 520px) {
  .cancer-headline::after {
    width: 80px;
    height: 1px;
  }
}

.cancer-headline__main {
  font-size: 2.8rem;
  line-height: 1.4;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 960px) {
  .cancer-headline__main {
    font-size: 2.4rem;
    letter-spacing: 0.05em;
  }
}

@media screen and (max-width: 520px) {
  .cancer-headline__main {
    font-size: 2.0rem;
    letter-spacing: 0;
  }
}

.cancer-headline__sub {
  margin-bottom: 4px;
  color: #48A3B7;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

@media screen and (max-width: 960px) {
  .cancer-headline__sub {
    letter-spacing: 0.05em;
  }
}

@media screen and (max-width: 520px) {
  .cancer-headline__sub {
    font-size: 1.2rem;
    letter-spacing: 0;
  }
}

.cancer-ttl-l {
  position: relative;
  margin-bottom: 32px;
  padding: 16px;
  border-radius: 5px;
  color: #ffffff;
  font-size: 2.0rem;
  text-align: center;
}

@media screen and (max-width: 960px) {
  .cancer-ttl-l {
    border-radius: calc(5px * 0.75);
  }
}

@media screen and (max-width: 520px) {
  .cancer-ttl-l {
    border-radius: calc(5px * 0.5);
  }
}

@media screen and (max-width: 960px) {
  .cancer-ttl-l {
    margin-bottom: 24px;
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 520px) {
  .cancer-ttl-l {
    margin-bottom: 16px;
    padding: 12px;
    font-size: 1.6rem;
  }
}

.cancer-ttl-l::before, .cancer-ttl-l::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  border-radius: 5px;
}

@media screen and (max-width: 960px) {
  .cancer-ttl-l::before, .cancer-ttl-l::after {
    border-radius: calc(5px * 0.75);
  }
}

@media screen and (max-width: 520px) {
  .cancer-ttl-l::before, .cancer-ttl-l::after {
    border-radius: calc(5px * 0.5);
  }
}

.cancer-ttl-l::before {
  mix-blend-mode: multiply;
  background: url("/origin/cancer-center/dist/img/cancer-genomics-center/cancer-ttl-l-bg.png") center center/cover no-repeat;
}

.cancer-ttl-l::after {
  z-index: -2;
  background: #48A3B7;
}

.cancer-ttl-m {
  position: relative;
  margin-bottom: 16px;
  padding-left: 26px;
  font-size: 2.0rem;
}

@media screen and (max-width: 960px) {
  .cancer-ttl-m {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 520px) {
  .cancer-ttl-m {
    margin-bottom: 12px;
    font-size: 1.6rem;
  }
}

.cancer-ttl-m::before {
  content: '';
  position: absolute;
  top: 7px;
  left: 0;
  width: 20px;
  aspect-ratio: 1/1;
  border: solid 1px #357E8F;
  border-radius: 50%;
}

@media screen and (max-width: 960px) {
  .cancer-ttl-m::before {
    width: 18px;
  }
}

@media screen and (max-width: 520px) {
  .cancer-ttl-m::before {
    top: 5px;
    width: 16px;
  }
}

.cancer-ttl-m::after {
  content: '';
  position: absolute;
  top: 10px;
  left: 3px;
  width: 14px;
  aspect-ratio: 1 / 1;
  background: #357E8F;
  border-radius: 50%;
}

@media screen and (max-width: 960px) {
  .cancer-ttl-m::after {
    width: 12px;
  }
}

@media screen and (max-width: 520px) {
  .cancer-ttl-m::after {
    top: 8px;
    width: 10px;
  }
}

.cancer-list__item {
  position: relative;
  padding-left: 22px;
}

.cancer-list__item:not(:nth-last-child(1)) {
  margin-bottom: 12px;
}

@media screen and (max-width: 520px) {
  .cancer-list__item {
    padding-left: 18px;
    font-size: 1.4rem;
  }
}

.cancer-list__item::before {
  content: '';
  position: absolute;
  top: 8px;
  left: 3px;
  width: 10px;
  aspect-ratio: 1/1;
  background-color: #48A3B7;
  rotate: 45deg;
}

@media screen and (max-width: 520px) {
  .cancer-list__item::before {
    width: 8px;
  }
}

.cancer-tbl table {
  width: 100%;
}

.cancer-tbl table tbody tr th {
  position: relative;
  width: 240px;
  padding: 24px;
  text-align: center;
  vertical-align: middle;
  color: #ffffff;
  font-size: 1.8rem;
}

@media screen and (max-width: 1280px) {
  .cancer-tbl table tbody tr th {
    width: 200px;
  }
}

@media screen and (max-width: 960px) {
  .cancer-tbl table tbody tr th {
    width: 160px;
    padding: 20px;
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 520px) {
  .cancer-tbl table tbody tr th {
    width: 104px;
    padding: 16px;
    font-size: 1.4rem;
  }
}

.cancer-tbl table tbody tr th::before, .cancer-tbl table tbody tr th::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.cancer-tbl table tbody tr th::before {
  z-index: -1;
  mix-blend-mode: multiply;
  background: url("/origin/cancer-center/dist/img/cancer-genomics-center/cancer-ttl-l-bg.png") center center/cover no-repeat;
}

.cancer-tbl table tbody tr th::after {
  z-index: -2;
  background: #48A3B7;
}

.cancer-tbl table tbody tr td {
  padding: 24px;
  background: #fafafa;
  text-align: left;
  vertical-align: middle;
  font-size: 2.0rem;
}

@media screen and (max-width: 1280px) {
  .cancer-tbl table tbody tr td {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 960px) {
  .cancer-tbl table tbody tr td {
    padding: 20px;
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 520px) {
  .cancer-tbl table tbody tr td {
    padding: 16px;
    font-size: 1.4rem;
  }
}

.cancer-tbl table tbody tr:not(:nth-last-of-type(1)) th {
  border-bottom: solid 1px #ffffff;
}

.cancer-tbl table tbody tr:not(:nth-last-of-type(1)) td {
  border-bottom: solid 1px #A7A7A7;
}

.cancer-tbl-note-list__item {
  margin-left: 1em;
  font-size: 1.4rem;
  text-indent: -1em;
}

@media screen and (max-width: 520px) {
  .cancer-tbl-note-list__item {
    font-size: 1.2rem;
  }
}

.cancer-tbl-note-list__item::before {
  content: '※';
  color: #D34B76;
}

.panel {
  border-radius: 10px;
  padding: 48px 8px;
  background: rgba(255, 255, 255, 0.7);
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 960px) {
  .panel {
    border-radius: calc(10px * 0.75);
  }
}

@media screen and (max-width: 520px) {
  .panel {
    border-radius: calc(10px * 0.5);
  }
}

@media screen and (max-width: 1280px) {
  .panel {
    padding: 40px 8px;
  }
}

@media screen and (max-width: 960px) {
  .panel {
    padding: 32px 4px;
  }
}

@media screen and (max-width: 520px) {
  .panel {
    padding: 24px 0;
  }
}

.greeting .greeting-unit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 40px;
}

@media screen and (max-width: 1280px) {
  .greeting .greeting-unit {
    gap: 32px;
  }
}

@media screen and (max-width: 960px) {
  .greeting .greeting-unit {
    gap: 24px;
  }
}

.greeting .greeting-unit__dtl {
  width: calc(100% - 320px);
}

@media screen and (max-width: 1280px) {
  .greeting .greeting-unit__dtl {
    width: calc(100% - 312px);
  }
}

@media screen and (max-width: 960px) {
  .greeting .greeting-unit__dtl {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    width: 100%;
  }
}

.greeting .greeting-unit__vsl {
  width: 280px;
}

@media screen and (max-width: 960px) {
  .greeting .greeting-unit__vsl {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: 100%;
  }
}

.greeting .greeting-unit__vsl .greeting-img {
  overflow: clip;
  margin-bottom: 16px;
  border-radius: 10px;
}

@media screen and (max-width: 960px) {
  .greeting .greeting-unit__vsl .greeting-img {
    border-radius: calc(10px * 0.75);
  }
}

@media screen and (max-width: 520px) {
  .greeting .greeting-unit__vsl .greeting-img {
    border-radius: calc(10px * 0.5);
  }
}

@media screen and (max-width: 960px) {
  .greeting .greeting-unit__vsl .greeting-img {
    width: 50%;
    max-width: 240px;
    margin-left: auto;
    margin-right: auto;
  }
}

.greeting .greeting-unit__vsl .greeting-signature {
  text-align: center;
}

.greeting .greeting-unit__vsl .greeting-signature__belong {
  font-size: 1.8rem;
}

@media screen and (max-width: 960px) {
  .greeting .greeting-unit__vsl .greeting-signature__belong {
    font-size: 1.6rem;
  }
}

.greeting .greeting-unit__vsl .greeting-signature__name em {
  margin-left: 8px;
  color: #357E8F;
  font-size: 2.4rem;
  letter-spacing: 0;
}

@media screen and (max-width: 1280px) {
  .greeting .greeting-unit__vsl .greeting-signature__name em {
    font-size: 2.0rem;
  }
}

@media screen and (max-width: 960px) {
  .greeting .greeting-unit__vsl .greeting-signature__name em {
    font-size: 1.8rem;
  }
}

.about .txt-quotation a {
  color: #48A3B7;
  text-decoration: underline;
}

.about .txt-quotation a:hover {
  text-decoration: none;
}

.examination .examination-tbl table {
  width: 100%;
  min-width: 1000px;
  margin-bottom: 16px;
  border-top: solid 1px #D9D9D9;
  border-left: solid 1px #D9D9D9;
}

@media screen and (max-width: 520px) {
  .examination .examination-tbl table {
    min-width: 800px;
  }
}

.examination .examination-tbl table thead tr th {
  width: 12%;
  padding: 12px 8px;
  text-align: center;
  vertical-align: middle;
}

@media screen and (max-width: 520px) {
  .examination .examination-tbl table thead tr th {
    font-size: 1.4rem;
    line-height: 1.4;
  }
}

.examination .examination-tbl table thead tr th:nth-last-of-type(1) {
  width: 28%;
}

.examination .examination-tbl table thead tr th.cell-orn {
  background: #EEC78B;
  color: #ffffff;
}

.examination .examination-tbl table thead tr th.cell-pnk {
  background: #E988A7;
  color: #ffffff;
}

.examination .examination-tbl table thead tr th.cell-nvy {
  background: #79A9C3;
  color: #ffffff;
}

.examination .examination-tbl table thead tr th.cell-aqu {
  background: #75B3B8;
  color: #ffffff;
}

.examination .examination-tbl table thead tr th.cell-grn {
  background: #7BAF0C;
  color: #ffffff;
}

.examination .examination-tbl table thead tr th.cell-ppl {
  background: #AA93D3;
  color: #ffffff;
}

.examination .examination-tbl table tbody tr th {
  padding: 12px 8px;
  background: #48A3B7;
  color: #ffffff;
  vertical-align: middle;
  white-space: nowrap;
}

@media screen and (max-width: 520px) {
  .examination .examination-tbl table tbody tr th {
    font-size: 1.4rem;
    line-height: 1.4;
  }
}

.examination .examination-tbl table tbody tr:nth-of-type(odd) th {
  background: #91c8d4;
}

.examination .examination-tbl table tbody tr td {
  padding: 12px;
  border-right: solid 1px #D9D9D9;
  border-bottom: solid 1px #D9D9D9;
  vertical-align: middle;
  text-align: center;
}

@media screen and (max-width: 520px) {
  .examination .examination-tbl table tbody tr td {
    font-size: 1.4rem;
    line-height: 1.4;
  }
}

.examination .examination-tbl table tbody tr td.cell-left {
  text-align: left;
}

.examination .understand-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 24px;
}

@media screen and (max-width: 960px) {
  .examination .understand-list {
    gap: 16px;
  }
}

.examination .understand-list__item {
  width: calc((100% / 2) - (24px * 1 / 2));
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 200px;
  padding: 24px;
  background: url("/origin/cancer-center/dist/img/cancer-genomics-center/understand-bg.jpg") center/cover no-repeat;
  border-radius: 5px;
  font-size: 2.0rem;
  text-align: center;
}

@media screen and (max-width: 960px) {
  .examination .understand-list__item {
    border-radius: calc(5px * 0.75);
  }
}

@media screen and (max-width: 520px) {
  .examination .understand-list__item {
    border-radius: calc(5px * 0.5);
  }
}

@media screen and (max-width: 960px) {
  .examination .understand-list__item {
    width: calc((100% / 2) - (16px * 1 / 2));
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 768px) {
  .examination .understand-list__item {
    width: 100%;
    min-height: 120px;
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 520px) {
  .examination .understand-list__item {
    min-height: auto;
  }
}

.examinee .examinee-target {
  counter-reset: examinee-num;
  position: relative;
  margin-bottom: 24px;
  padding: 16px 0 16px 240px;
}

@media screen and (max-width: 960px) {
  .examinee .examinee-target {
    padding: 0;
  }
}

.examinee .examinee-target dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 4px;
  position: absolute;
  top: 0;
  left: 0;
  width: 180px;
  height: 100%;
  border-right: dashed 1px #A7A7A7;
}

@media screen and (max-width: 960px) {
  .examinee .examinee-target dt {
    display: block;
    gap: 0;
    position: relative;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: auto;
    margin: 0 auto 24px;
    border-right: none;
  }
}

.examinee .examinee-target dt span {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-bottom: solid 1px #48A3B7;
  color: #48A3B7;
  font-size: 2.4rem;
}

@media screen and (max-width: 960px) {
  .examinee .examinee-target dt span {
    display: inline;
    font-size: 2.0rem;
    border-bottom: none;
  }
}

@media screen and (max-width: 520px) {
  .examinee .examinee-target dt span {
    font-size: 1.8rem;
  }
}

.examinee .examinee-target dd .examinee-target-list__item {
  position: relative;
  padding: 32px 16px 32px 104px;
  border: solid 1px #48A3B7;
  border-radius: 8px;
  color: #48A3B7;
  font-size: 2.0rem;
}

@media screen and (max-width: 960px) {
  .examinee .examinee-target dd .examinee-target-list__item {
    border-radius: calc(8px * 0.75);
  }
}

@media screen and (max-width: 520px) {
  .examinee .examinee-target dd .examinee-target-list__item {
    border-radius: calc(8px * 0.5);
  }
}

@media screen and (max-width: 1280px) {
  .examinee .examinee-target dd .examinee-target-list__item {
    padding: 24px 16px 24px 96px;
  }
}

@media screen and (max-width: 960px) {
  .examinee .examinee-target dd .examinee-target-list__item {
    padding: 20px 16px 20px 80px;
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 520px) {
  .examinee .examinee-target dd .examinee-target-list__item {
    padding: 16px 12px 16px 64px;
    font-size: 1.6rem;
  }
}

.examinee .examinee-target dd .examinee-target-list__item::before {
  counter-increment: examinee-num;
  content: counter(examinee-num, decimal-leading-zero);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 16px;
  width: 64px;
  aspect-ratio: 1/1;
  background: #48A3B7;
  border-radius: 50%;
  color: #ffffff;
  font-size: 2.8rem;
  translate: 0 -50%;
}

@media screen and (max-width: 1280px) {
  .examinee .examinee-target dd .examinee-target-list__item::before {
    width: 56px;
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 960px) {
  .examinee .examinee-target dd .examinee-target-list__item::before {
    width: 48px;
    font-size: 2.0rem;
  }
}

@media screen and (max-width: 520px) {
  .examinee .examinee-target dd .examinee-target-list__item::before {
    left: 12px;
    width: 40px;
    font-size: 1.8rem;
  }
}

.examinee .examinee-target dd .examinee-target-list__item em {
  padding-top: 0.4em;
  background: top left/1em 0.2em repeat-x radial-gradient(circle, #D34B76 0.1em, transparent 0.1em);
}

.examinee .examinee-target dd .examinee-target-list__item span {
  border-bottom: double 4px #D34B76;
}

.examinee .examinee-target dd .examinee-target-list__item:not(:nth-last-of-type(1)) {
  margin-bottom: 16px;
}

.important .important-frame {
  overflow: clip;
  border: solid 1px #48A3B7;
  border-radius: 8px;
}

@media screen and (max-width: 960px) {
  .important .important-frame {
    border-radius: calc(8px * 0.75);
  }
}

@media screen and (max-width: 520px) {
  .important .important-frame {
    border-radius: calc(8px * 0.5);
  }
}

.important .important-frame dt {
  position: relative;
  padding: 16px;
  color: #ffffff;
  font-size: 2.0rem;
  text-align: center;
}

@media screen and (max-width: 960px) {
  .important .important-frame dt {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 520px) {
  .important .important-frame dt {
    font-size: 1.6rem;
  }
}

.important .important-frame dt::before, .important .important-frame dt::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.important .important-frame dt::before {
  z-index: -1;
  mix-blend-mode: multiply;
  background: url("/origin/cancer-center/dist/img/cancer-genomics-center/cancer-ttl-l-bg.png") center center/cover no-repeat;
}

.important .important-frame dt::after {
  z-index: -2;
  background: #48A3B7;
}

.important .important-frame dt em {
  padding-top: 0.4em;
  background: top left/1em 0.2em repeat-x radial-gradient(circle, #ffffff 0.1em, transparent 0.1em);
}

.important .important-frame dt span {
  border-bottom: double 4px #ffffff;
}

.important .important-frame dd {
  padding: 32px;
}

@media screen and (max-width: 960px) {
  .important .important-frame dd {
    padding: 24px;
  }
}

@media screen and (max-width: 520px) {
  .important .important-frame dd {
    padding: 16px;
  }
}

.possibility .possibility-img {
  margin-bottom: 16px;
}

.achievements {
  position: relative;
  padding-top: calc(8px * 14);
}

@media screen and (max-width: 960px) {
  .achievements {
    padding-top: calc((8px * 14) * 0.75);
  }
}

@media screen and (max-width: 520px) {
  .achievements {
    padding-top: calc((8px * 14) * 0.5);
  }
}

.achievements::after {
  opacity: 0.6;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 1400px;
  background: url("/origin/cancer-center/dist/img/cancer-genomics-center/achievements-bg.jpg") center bottom/cover no-repeat;
}

.achievements .achievements-ttl {
  margin-bottom: 24px;
  font-size: 2.0rem;
  text-align: center;
}

@media screen and (max-width: 1280px) {
  .achievements .achievements-ttl {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 960px) {
  .achievements .achievements-ttl {
    margin-bottom: 16px;
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 520px) {
  .achievements .achievements-ttl {
    margin-bottom: 12px;
    font-size: 1.4rem;
    font-weight: bold;
  }
}

.achievements .achievements-txt {
  margin-bottom: calc(8px * 5);
  text-align: center;
}

@media screen and (max-width: 960px) {
  .achievements .achievements-txt {
    margin-bottom: calc((8px * 5) * 0.75);
  }
}

@media screen and (max-width: 520px) {
  .achievements .achievements-txt {
    margin-bottom: calc((8px * 5) * 0.5);
  }
}

@media screen and (max-width: 768px) {
  .achievements .achievements-txt {
    text-align: left;
  }
}

.flow .flow-img {
  max-width: 860px;
  margin: 0 auto;
  margin-bottom: calc(8px * 10);
}

@media screen and (max-width: 960px) {
  .flow .flow-img {
    margin-bottom: calc((8px * 10) * 0.75);
  }
}

@media screen and (max-width: 520px) {
  .flow .flow-img {
    margin-bottom: calc((8px * 10) * 0.5);
  }
}

.flow .flow-chart {
  counter-reset: flow-num;
}

.flow .flow-chart__step {
  position: relative;
  min-height: 80px;
  padding-top: 12px;
  padding-left: 120px;
}

@media screen and (max-width: 960px) {
  .flow .flow-chart__step {
    padding-top: 8px;
    min-height: 72px;
    padding-left: 96px;
  }
}

@media screen and (max-width: 520px) {
  .flow .flow-chart__step {
    padding-top: 6px;
    min-height: 64px;
    padding-left: 80px;
  }
}

.flow .flow-chart__step .flow-chart-num {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 4px;
  position: absolute;
  top: 0;
  left: 0;
  width: 80px;
  aspect-ratio: 1/1;
  background: #ffffff;
  border-radius: 50%;
  border: solid 1px #48A3B7;
  color: #48A3B7;
}

@media screen and (max-width: 960px) {
  .flow .flow-chart__step .flow-chart-num {
    width: 72px;
  }
}

@media screen and (max-width: 520px) {
  .flow .flow-chart__step .flow-chart-num {
    width: 64px;
  }
}

.flow .flow-chart__step .flow-chart-num::before {
  content: 'STEP';
  font-size: 1.1rem;
  line-height: 1;
}

.flow .flow-chart__step .flow-chart-num::after {
  counter-increment: flow-num;
  content: counter(flow-num, decimal-leading-zero);
  font-size: 2.4rem;
  line-height: 1;
}

@media screen and (max-width: 960px) {
  .flow .flow-chart__step .flow-chart-num::after {
    font-size: 2.0rem;
  }
}

@media screen and (max-width: 520px) {
  .flow .flow-chart__step .flow-chart-num::after {
    font-size: 1.8rem;
  }
}

.flow .flow-chart__step dt {
  margin-bottom: 4px;
  color: #48A3B7;
  font-size: 2.0rem;
}

@media screen and (max-width: 960px) {
  .flow .flow-chart__step dt {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 520px) {
  .flow .flow-chart__step dt {
    font-size: 1.6rem;
  }
}

.flow .flow-chart__step dd {
  font-size: 1.4rem;
}

@media screen and (max-width: 520px) {
  .flow .flow-chart__step dd {
    font-size: 1.2rem;
  }
}

.flow .flow-chart__step:not(:nth-last-of-type(1)) {
  margin-bottom: 40px;
}

@media screen and (max-width: 960px) {
  .flow .flow-chart__step:not(:nth-last-of-type(1)) {
    margin-bottom: 32px;
  }
}

@media screen and (max-width: 520px) {
  .flow .flow-chart__step:not(:nth-last-of-type(1)) {
    margin-bottom: 24px;
  }
}

.flow .flow-chart__step:not(:nth-last-of-type(1))::after {
  content: '';
  position: absolute;
  top: 80px;
  left: 40px;
  width: 1px;
  height: 100%;
  border-left: dashed 1px #A7A7A7;
}

@media screen and (max-width: 960px) {
  .flow .flow-chart__step:not(:nth-last-of-type(1))::after {
    top: 72px;
    left: 36px;
  }
}

@media screen and (max-width: 520px) {
  .flow .flow-chart__step:not(:nth-last-of-type(1))::after {
    top: 64px;
    left: 32px;
  }
}

.flow .flow-chart__step:nth-last-of-type(2) .flow-chart-num {
  border-color: #EEC78B;
  color: #EEC78B;
}

.flow .flow-chart__step:nth-last-of-type(2) dt {
  color: #EEC78B;
}

.flow .flow-chart__step:nth-last-of-type(3) .flow-chart-num {
  border-color: #D34B76;
  color: #D34B76;
}

.flow .flow-chart__step:nth-last-of-type(3) dt {
  color: #D34B76;
}

.flow .flow-chart__step:nth-last-of-type(4) .flow-chart-num {
  border-color: #4FA682;
  color: #4FA682;
}

.flow .flow-chart__step:nth-last-of-type(4) dt {
  color: #4FA682;
}

/*# sourceMappingURL=../../maps/pages/cancer-genomics-center-translational-and-precision-medicine-office.css.map */
