@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Sans+JP:wght@400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Hanken+Grotesk:wght@100..900&display=swap");
:root {
  --text-color: #191919;
  --wh: #fff;
  --bk: #191919;
  --gray: #f4f4f4;
  --green: #45b035;
  --border-color: #f2f2f2;
}

@media screen and (max-width: 834px) {
  .pc {
    display: none !important;
  }
}

@media screen and (min-width: 835px) {
  .sp {
    display: none !important;
  }
}

@media screen and (max-width: 1024px) {
  .pc-tb {
    display: none !important;
  }
}

@media screen and (min-width: 1025px) {
  .sp-tb {
    display: none !important;
  }
}

@media screen and (max-width: 640px) {
  .pc-sm {
    display: none !important;
  }
}

@media screen and (min-width: 641px) {
  .sp-sm {
    display: none !important;
  }
}

@media screen and (max-width: 499px) {
  .pc-xsl {
    display: none !important;
  }
}

@media screen and (min-width:500px) {
  .sp-xsl {
    display: none !important;
  }
}

@media screen and (max-width: 376px) {
  .pc-xs {
    display: none !important;
  }
}

@media screen and (min-width: 377px) {
  .sp-xs {
    display: none !important;
  }
}

body {
  isolation: isolate;
}

.about {
  padding: 0 0 12rem;
}
@media screen and (max-width: 834px) {
  .about {
    padding: 0 0 8rem;
  }
}
@media screen and (max-width: 640px) {
  .about {
    padding: 0 0 4rem;
  }
}
.about-lead {
  position: relative;
  overflow: hidden;
  padding: 12rem 0;
}
@media screen and (max-width: 834px) {
  .about-lead {
    padding: 8rem 0;
  }
}
@media screen and (max-width: 640px) {
  .about-lead {
    padding: 4rem 0;
  }
}
@media screen and (max-width: 499px) {
  .about-lead {
    padding: 2rem 0;
  }
}
.about-lead::before {
  content: "";
  background: url(../img/about/about-bg.webp) no-repeat 0% 0%/cover;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.about-lead__content {
  width: 100%;
  max-width: 100rem;
  margin: 0 0 0 auto;
  border-radius: 2rem;
  background-color: var(--wh);
  padding: clamp(1.5rem, 7vw, 8rem);
}
.about-lead__content-ttl-logo {
  width: 100%;
  max-width: 32.5rem;
  margin-left: -1.5rem;
}
@media screen and (max-width: 834px) {
  .about-lead__content-ttl-logo {
    max-width: 25rem;
  }
}
@media screen and (max-width: 640px) {
  .about-lead__content-ttl-logo {
    max-width: 20rem;
  }
}
.about-lead__content-ttl-text {
  font-size: 1.2rem;
  margin-top: -1.2rem;
}
.about-lead__content-title {
  font-size: 3.6rem;
  font-weight: 600;
  margin-top: clamp(3rem, 5vw, 5rem);
}
@media screen and (max-width: 834px) {
  .about-lead__content-title {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 640px) {
  .about-lead__content-title {
    font-size: 2.4rem;
  }
}
.about-lead__content-text {
  font-size: 1.7rem;
  line-height: 1.7647058824;
  position: relative;
}
@media screen and (max-width: 834px) {
  .about-lead__content-text {
    font-size: 1.5rem;
  }
}
.about-lead__content-text p {
  margin-top: clamp(1.5rem, 5vw, 5.5rem);
}
.about-lead__content-text::before {
  content: "";
  display: block;
  width: 100%;
  max-width: clamp(15rem, 15vw, 30rem);
  height: 100%;
  max-height: 15rem;
  background: url(../img/about/about-logo-bk.webp) no-repeat 0% 0%/contain;
  position: absolute;
  bottom: -8rem;
  right: -3rem;
}
@media screen and (max-width: 499px) {
  .about-lead__content-text::before {
    bottom: -10rem;
    right: -2rem;
  }
}
.about-lead__content-sign {
  margin-top: clamp(5rem, 7vw, 8rem);
}
.about-lead__content-sign-text {
  font-size: 1.8rem;
  line-height: 1;
  display: flex;
  gap: clamp(1rem, 2vw, 2rem);
  align-items: flex-end;
}
@media screen and (max-width: 834px) {
  .about-lead__content-sign-text {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 3px 2rem;
    font-size: 1.6rem;
  }
}
.about-lead__content-sign-text:not(:first-child) {
  margin-top: clamp(0.5rem, 2vw, 2.5rem);
}
.about-lead__content-sign-role {
  font-size: 1.4rem;
  line-height: 1.2857142857;
}
@media screen and (max-width: 834px) {
  .about-lead__content-sign-role {
    grid-column: 1;
    grid-row: 1;
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 640px) {
  .about-lead__content-sign-role {
    font-size: 1.2rem;
  }
}
.about-lead__content-sign-name {
  font-size: 3.4rem;
  font-weight: 600;
}
@media screen and (max-width: 834px) {
  .about-lead__content-sign-name {
    grid-column: 2;
    grid-row: 1;
    font-size: 2.8rem;
    transform: translateY(-5px);
  }
}
@media screen and (max-width: 640px) {
  .about-lead__content-sign-name {
    font-size: 2.4rem;
  }
}
.about-lead__content-sign-en {
  font-size: 1.2rem;
}
@media screen and (max-width: 834px) {
  .about-lead__content-sign-en {
    grid-column: 2/-1;
    grid-row: 2;
    transform: translateY(-5px);
  }
}
.about-lead__content-flow {
  margin-top: clamp(2rem, 7vw, 8rem);
}
.about-lisence {
  padding: 12rem 0 0;
  position: relative;
  background-color: var(--wh);
}
@media screen and (max-width: 834px) {
  .about-lisence {
    padding: 8rem 0 0;
  }
}
@media screen and (max-width: 640px) {
  .about-lisence {
    padding: 4rem 0 0;
  }
}
.about-lisence__ttl {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.about-lisence__ttl-text {
  font-size: 1.7rem;
  line-height: 1.7647058824;
}
@media screen and (max-width: 834px) {
  .about-lisence__ttl-text {
    font-size: 1.6rem;
    margin-top: 1rem;
  }
}
.about-lisence__title {
  font-size: 3.2rem;
  font-weight: 600;
  width: 100%;
  max-width: 42rem;
}
@media screen and (max-width: 834px) {
  .about-lisence__title {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 640px) {
  .about-lisence__title {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 499px) {
  .about-lisence__title {
    font-size: 2.1rem;
  }
}
.about-multidrug__ttl {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.about-multidrug__ttl-text {
  font-size: 1.7rem;
  line-height: 1.7647058824;
}
@media screen and (max-width: 834px) {
  .about-multidrug__ttl-text {
    font-size: 1.6rem;
    margin-top: 1rem;
  }
}
.about-multidrug__title {
  font-size: 2.2rem;
  font-weight: 600;
  width: 100%;
  max-width: 42rem;
}
@media screen and (max-width: 834px) {
  .about-multidrug__title {
    font-size: 1.9rem;
  }
}
@media screen and (max-width: 640px) {
  .about-multidrug__title {
    font-size: 1.65rem;
  }
}
@media screen and (max-width: 499px) {
  .about-multidrug__title {
    font-size: 1.4rem;
  }
}
.about-lisence__content {
  margin-top: clamp(2rem, 5vw, 6rem);
}
.about-lisence__content-item {
  background-color: #f9f9f9;
  border-radius: 2rem;
  padding: clamp(2rem, 5vw, 7rem) clamp(2rem, 6vw, 8rem);
}
.about-lisence__content-item:not(:first-child) {
  margin-top: clamp(2rem, 3vw, 5rem);
}
.about-lisence__content-item--wrapper {
  display: flex;
  gap: clamp(1.5rem, 5vw, 12rem);
}
@media screen and (max-width: 834px) {
  .about-lisence__content-item--wrapper {
    flex-direction: column;
  }
}
.about-lisence__content-item--image {
  width: 100%;
  max-width: 40rem;
}
@media screen and (max-width: 834px) {
  .about-lisence__content-item--image {
    max-width: none;
  }
}
.about-lisence__content-image {
  width: 100%;
  max-width: 20rem;
  margin: auto;
  flex-shrink: 0;
}
@media screen and (max-width: 834px) {
  .about-lisence__content-image {
    max-width: 15rem;
  }
}
@media screen and (max-width: 640px) {
  .about-lisence__content-image {
    max-width: 12rem;
  }
}
.about-lisence__content-title {
  margin-top: clamp(2.5rem, 4vw, 5rem);
  font-size: 2.1rem;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 834px) {
  .about-lisence__content-title {
    font-size: 1.8rem;
  }
}
.about-lisence__content-text {
  font-size: 1.5rem;
  line-height: 1.6;
  margin-top: 2rem;
}
@media screen and (max-width: 834px) {
  .about-lisence__content-text {
    margin-top: 1rem;
  }
}
.about-lisence__content-list {
  font-size: 1.5rem;
  line-height: 1.8666666667;
}
.about-lisence__content-list--ol {
  margin-top: clamp(1.5rem, 3vw, 3rem);
}
.about-lisence__content-list--ul {
  margin-top: clamp(1.5rem, 3vw, 4rem);
}
.about-lisence__content-list--ul li span {
  font-weight: 500;
  display: flex;
  align-items: center;
}
.about-lisence__content-list--ul li span::before {
  content: "open_in_new";
  font-family: "Material Symbols Outlined";
  display: inline-block;
  color: var(--green);
  margin-right: 1rem;
}
.about-lisence__content-list--ul li a {
  font-size: 1.4rem;
  --weebkit-line-break: anywhere;
  line-break: anywhere;
  text-decoration: underline;
}
.about-lisence__content-list--ul li:not(:first-child) {
  margin-top: clamp(1rem, 2vw, 2rem);
}
.about-lisence__content-caption {
  color: #0f856d;
  font-size: 1.2rem;
  margin-top: clamp(1rem, 2vw, 2rem);
  text-align: right;
}
@media screen and (max-width: 834px) {
  .about-lisence__content-caption {
    text-align: left;
  }
}
.about-overview {
  background-color: var(--wh);
  padding: 12rem 0;
  position: relative;
}
@media screen and (max-width: 834px) {
  .about-overview {
    padding: 8rem 0;
  }
}
@media screen and (max-width: 640px) {
  .about-overview {
    padding: 6rem 0;
  }
}
.about-overview__title {
  font-size: 3.2rem;
  font-weight: 600;
}
@media screen and (max-width: 834px) {
  .about-overview__title {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 640px) {
  .about-overview__title {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 499px) {
  .about-overview__title {
    font-size: 2.1rem;
  }
}
.about-overview__list {
  margin-top: clamp(2rem, 4vw, 6rem);
  line-height: 1.7647058824;
}
@media screen and (max-width: 834px) {
  .about-overview__list:not(:first-child) {
    margin-top: 0;
  }
}
.about-overview__list-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(2rem, 8vw, 10rem);
}
@media screen and (max-width: 834px) {
  .about-overview__list-wrapper {
    grid-template-columns: 1fr;
    gap: 0;
  }
}
@media screen and (max-width: 834px) {
  .about-overview__list:last-child .about-overview__item:last-child {
    border-bottom: none;
  }
}
.about-overview__item {
  display: flex;
  gap: clamp(1.5rem, 5vw, 7rem);
  font-size: 1.7rem;
  margin-top: 4rem;
  padding-bottom: 4rem;
}
.about-overview__item:not(:last-child) {
  border-bottom: 1px solid #ddd;
}
@media screen and (max-width: 834px) {
  .about-overview__item {
    border-bottom: 1px solid #ddd;
  }
}
@media screen and (max-width: 834px) {
  .about-overview__item {
    gap: 1.5rem;
    margin-top: 2rem;
    padding-bottom: 2rem;
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 499px) {
  .about-overview__item {
    flex-direction: column;
    gap: 1rem;
    margin-top: 2rem;
    padding-bottom: 2rem;
  }
}
.about-overview__item dt {
  color: #0f856d;
  font-weight: 600;
  white-space: nowrap;
  width: 100%;
  max-width: 13.5rem;
}
@media screen and (max-width: 834px) {
  .about-overview__item dt {
    max-width: 10rem;
  }
}
.about-overview__item dd span {
  font-weight: 700;
  display: block;
}

.under {
  margin-top: 24rem;
}
@media screen and (max-width: 834px) {
  .under {
    margin-top: 20rem;
  }
}
@media screen and (max-width: 640px) {
  .under {
    margin-top: 18rem;
  }
}
@media screen and (max-width: 499px) {
  .under {
    margin-top: 16rem;
  }
}

.breadcrumb {
  padding-top: 4.5rem;
}
@media screen and (max-width: 834px) {
  .breadcrumb {
    padding-top: 3.5rem;
  }
}
@media screen and (max-width: 640px) {
  .breadcrumb {
    padding-top: 3rem;
  }
}

@media screen and (max-width: 1200px) {
  .medical-program-keyword-search {
    top: 12.6rem;
  }
}
@media screen and (max-width: 834px) {
  .medical-program-keyword-search {
    top: 10rem;
  }
}
.heading-underline {
  display: flex;
  position: relative;
  line-height: 1;
  padding-bottom: 2rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 834px) {
  .heading-underline {
    flex-direction: column;
    gap: 1rem;
  }
}
.heading-underline::before {
  content: "";
  display: block;
  width: 100%;
  height: 0.1rem;
  background-color: #ddd;
  position: absolute;
  left: 0;
  bottom: 0;
}
.heading-underline::after {
  content: "";
  display: block;
  width: clamp(2.5rem, 20%, 5rem);
  height: 0.1rem;
  background-color: var(--green);
  position: absolute;
  left: 0;
  bottom: 0;
}/*# sourceMappingURL=about.css.map */