@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;
  }
}

.about-jm-medical-system,
.about-jm-medical-system__inner,
.about-jm-medical-system__wrapper {
  overflow: visible !important;
}

.about-jm-lead {
  padding: 6rem 0 11rem;
  background: url(../img/about-jm/about-jm-lead-bg.svg) no-repeat center 2rem;
  background-size: 90%;
  background-color: #d9efef;
  overflow-x: hidden;
}
@media screen and (max-width: 1680px) {
  .about-jm-lead {
    background-size: cover;
  }
}
@media screen and (max-width: 834px) {
  .about-jm-lead {
    padding: 4rem 0 8rem;
    background-size: 200%;
  }
}
@media screen and (max-width: 640px) {
  .about-jm-lead {
    padding: 3rem 0 6rem;
  }
}
.about-jm-lead__ttl {
  max-width: 58.9rem;
  margin-left: auto;
  margin-right: 0;
}
.about-jm-lead__heading {
  font-size: 4.2rem;
  font-weight: 600;
  margin-top: 3rem;
  line-height: 1.2;
}
@media screen and (max-width: 834px) {
  .about-jm-lead__heading {
    font-size: 3.6rem;
    line-height: 1.4;
  }
}
@media screen and (max-width: 640px) {
  .about-jm-lead__heading {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 499px) {
  .about-jm-lead__heading {
    font-size: 2.4rem;
  }
}
.about-jm-lead__heading span {
  font-size: 3rem;
  display: block;
  margin-bottom: 2rem;
}
@media screen and (max-width: 834px) {
  .about-jm-lead__heading span {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 640px) {
  .about-jm-lead__heading span {
    font-size: 2.1rem;
  }
}
@media screen and (max-width: 499px) {
  .about-jm-lead__heading span {
    font-size: 1.8rem;
  }
}
.about-jm-lead__desc {
  font-size: 1.7rem;
  line-height: 1.7647058824;
  font-weight: 300;
  margin-top: clamp(2rem, 4vw, 5rem);
}
.about-jm-lead__slider {
  width: 100%;
  margin-top: clamp(5rem, 6vw, 8rem);
}
.about-jm-lead__slider .swiper-wrapper {
  width: 100%;
}
.about-jm-lead__slider .swiper-slide {
  width: auto;
  height: clamp(10rem, 30vw, 30rem);
}
.about-jm-lead__slider-img {
  -o-object-fit: cover;
     object-fit: cover;
}
.about-jm-medical-system {
  padding: clamp(6rem, 10vw, 12rem) 0;
}
.about-jm-medical-system__wrapper {
  display: flex;
  align-items: flex-start;
  gap: clamp(2rem, 4vw, 5rem);
  position: relative;
}
@media screen and (max-width: 834px) {
  .about-jm-medical-system__wrapper {
    flex-direction: column;
  }
}
.about-jm-medical-system__ttl {
  width: 100%;
  max-width: 55.2rem;
  position: sticky;
  top: 20rem;
  left: 0;
  z-index: 10;
}
@media screen and (max-width: 834px) {
  .about-jm-medical-system__ttl {
    position: static;
  }
}
.about-jm-medical-system__heading {
  font-size: 1.8rem;
  font-weight: 600;
  white-space: nowrap;
}
.about-jm-medical-system__subheading {
  font-size: 3.2rem;
  font-weight: 500;
}
@media screen and (max-width: 834px) {
  .about-jm-medical-system__subheading {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 499px) {
  .about-jm-medical-system__subheading {
    font-size: 2.1rem;
  }
}
.about-jm-medical-system__desc {
  font-size: 1.7rem;
  line-height: 1.7647058824;
  font-weight: 300;
  margin-top: clamp(2rem, 3vw, 4rem);
}
@media screen and (max-width: 640px) {
  .about-jm-medical-system__desc {
    font-size: 1.5rem;
  }
}
.about-jm-medical-system__main {
  background-color: #f5f5f5;
  border-radius: 1rem;
  padding: clamp(2rem, 8vw, 8rem);
  display: flex;
  gap: clamp(2rem, 5vw, 6.5rem);
  margin-top: clamp(3rem, 7vw, 7.5rem);
}
@media screen and (max-width: 1500px) {
  .about-jm-medical-system__main {
    flex-direction: column-reverse;
  }
}
.about-jm-medical-system__img-wrapper {
  width: 100%;
  max-width: 36.5rem;
  flex-shrink: 0;
}
@media screen and (max-width: 1500px) {
  .about-jm-medical-system__img-wrapper {
    flex-shrink: 1;
  }
}
@media screen and (max-width: 1500px) {
  .about-jm-medical-system__img-wrapper {
    margin: auto;
  }
}
.about-jm-medical-system__list-item {
  display: flex;
  gap: 1.5rem 0.7rem;
  flex-wrap: wrap;
  align-items: center;
}
.about-jm-medical-system__list-item::before {
  content: "";
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  flex-shrink: 0;
}
.about-jm-medical-system__list-item:nth-of-type(1)::before {
  background: url(../img/about-jm/medical-system-acc01.webp) no-repeat center;
  background-size: contain;
}
.about-jm-medical-system__list-item:nth-of-type(2)::before {
  background: url(../img/about-jm/medical-system-acc02.webp) no-repeat center;
  background-size: contain;
}
.about-jm-medical-system__list-item:nth-of-type(3)::before {
  background: url(../img/about-jm/medical-system-acc03.webp) no-repeat center;
  background-size: contain;
}
.about-jm-medical-system__list-item-desc {
  line-height: 1.6;
  font-weight: 400;
}
.about-jm-medical-system__list-item:not(:first-child) {
  margin-top: 2rem;
}
.about-jm-advanced-medical {
  padding: clamp(6rem, 10vw, 12rem) 0;
  background-color: #fcf5f0;
}
.about-jm-advanced-medical__wrapper {
  display: flex;
  align-items: flex-start;
  gap: clamp(3rem, 6vw, 5rem);
}
@media screen and (max-width: 834px) {
  .about-jm-advanced-medical__wrapper {
    flex-direction: column;
  }
}
.about-jm-advanced-medical__ttl {
  width: 100%;
  max-width: 55.2rem;
  position: sticky;
  top: 20rem;
  left: 0;
  z-index: 10;
}
@media screen and (max-width: 834px) {
  .about-jm-advanced-medical__ttl {
    position: static;
  }
}
.about-jm-advanced-medical__ttl-list {
  margin-top: clamp(2rem, 4vw, 4.5rem);
}
@media screen and (max-width: 834px) {
  .about-jm-advanced-medical__ttl-list {
    display: none;
  }
}
.about-jm-advanced-medical__ttl-list-item:not(:first-child) {
  margin-top: 2rem;
}
.about-jm-advanced-medical__ttl-list-item.active {
  color: var(--green);
}
.about-jm-advanced-medical__heading {
  font-size: 1.8rem;
  font-weight: 600;
  white-space: nowrap;
}
.about-jm-advanced-medical__content-ttl {
  background: linear-gradient(90deg, #67c360 0%, #5eb592 100%);
  border-radius: 1rem;
  padding: clamp(0.5rem, 5vw, 5rem) clamp(1rem, 5vw, 6rem);
  color: var(--wh);
}
@media screen and (max-width: 640px) {
  .about-jm-advanced-medical__content-ttl-text {
    font-size: 1.4rem;
  }
}
.about-jm-advanced-medical__content-subheading {
  font-size: 2.8rem;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1rem;
}
@media screen and (max-width: 834px) {
  .about-jm-advanced-medical__content-subheading {
    font-size: 2.1rem;
  }
}
@media screen and (max-width: 640px) {
  .about-jm-advanced-medical__content-subheading {
    gap: 0.5rem;
  }
}
.about-jm-advanced-medical__content-subheading-list {
  display: flex;
  font-size: 1.6rem;
  line-height: 1;
}
@media screen and (max-width: 640px) {
  .about-jm-advanced-medical__content-subheading-list {
    font-size: 1.4rem;
  }
}
.about-jm-advanced-medical__content-subheading-list-item {
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 0.3rem;
  padding: 0.5rem 1rem;
}
.about-jm-advanced-medical__content-subheading-list-item:not(:last-child) {
  margin-right: 0.8rem;
}
.about-jm-advanced-medical__content-desc {
  font-size: 1.7rem;
  line-height: 1.7647058824;
  font-weight: 300;
  margin-top: clamp(2rem, 4vw, 4rem);
}
@media screen and (max-width: 640px) {
  .about-jm-advanced-medical__content-desc {
    font-size: 1.5rem;
  }
}
.about-jm-advanced-medical__content-img {
  width: auto;
}
.about-jm-advanced-medical__content-img-wrapper {
  display: flex;
  margin-top: clamp(2rem, 4vw, 6rem);
}
.about-jm-advanced-medical__content-text {
  font-size: 2.4rem;
  font-weight: 500;
  margin-top: clamp(2rem, 4vw, 4rem);
}
@media screen and (max-width: 834px) {
  .about-jm-advanced-medical__content-text {
    font-size: 1.8rem;
  }
}
.about-jm-advanced-medical__content-item {
  scroll-margin-top: 20rem;
}
@media screen and (max-width: 834px) {
  .about-jm-advanced-medical__content-item {
    scroll-margin-top: 15rem;
  }
}
.about-jm-advanced-medical__content-item:not(:first-child) {
  margin-top: clamp(3rem, 8vw, 12rem);
}
.about-jm-advanced-medical .content-item {
  background-color: var(--wh);
  border-radius: 1rem;
  padding: 5rem 3.5rem 4rem;
  margin-top: 4rem;
}
@media screen and (max-width: 834px) {
  .about-jm-advanced-medical .content-item {
    padding: 3rem 2rem 2.5rem;
  }
}
@media screen and (max-width: 499px) {
  .about-jm-advanced-medical .content-item {
    padding: 3rem 1.5rem 1.5rem;
  }
}
.about-jm-advanced-medical .content-item-heading {
  font-size: 1.8rem;
  color: var(--green);
  text-align: center;
}
.about-jm-advanced-medical .content-item-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.6rem;
  margin-top: 3.8rem;
}
@media screen and (max-width: 834px) {
  .about-jm-advanced-medical .content-item-list {
    grid-template-columns: repeat(2, 1fr);
    margin-top: 3rem;
  }
}
@media screen and (max-width: 499px) {
  .about-jm-advanced-medical .content-item-list {
    margin-top: 2rem;
  }
}
.about-jm-advanced-medical .content-item-list-item {
  background-color: #eff7ed;
  border-radius: 0.5rem;
  padding: 2rem;
  text-align: center;
  font-weight: 600;
}
@media screen and (max-width: 499px) {
  .about-jm-advanced-medical .content-item-list-item {
    padding: 1rem;
  }
}
@media screen and (max-width: 376px) {
  .about-jm-advanced-medical .content-item-list-item {
    padding: 1rem 0.5rem;
    font-size: 1.2rem;
  }
}
.about-jm-advanced-medical .content-item-box {
  margin-top: 4rem;
  display: flex;
  gap: 2rem;
}
@media screen and (max-width: 834px) {
  .about-jm-advanced-medical .content-item-box {
    flex-direction: column;
  }
}
.about-jm-advanced-medical .content-item-box-item {
  border-radius: 1rem;
  overflow: hidden;
  background-color: var(--wh);
  border-radius: 1rem;
  border: 2px solid var(--green);
}
.about-jm-advanced-medical .content-item-box-heading {
  font-size: 2rem;
  color: var(--wh);
  text-align: center;
  background-color: var(--green);
  padding: 2rem;
  line-height: 1;
}
@media screen and (max-width: 640px) {
  .about-jm-advanced-medical .content-item-box-heading {
    padding: 1.5rem;
    font-size: 1.8rem;
  }
}
.about-jm-advanced-medical .content-item-box-subheading {
  font-size: 1.8rem;
  color: var(--green);
  text-align: center;
  margin-top: 3rem;
}
@media screen and (max-width: 640px) {
  .about-jm-advanced-medical .content-item-box-subheading {
    font-size: 1.6rem;
    margin-top: 1.5rem;
  }
}
.about-jm-advanced-medical .content-item-box-desc {
  font-size: 1.5rem;
  margin-top: 1.5rem;
  margin-bottom: 4rem;
  font-weight: 400;
}
@media screen and (max-width: 640px) {
  .about-jm-advanced-medical .content-item-box-desc {
    margin-top: 1rem;
    margin-bottom: 2rem;
  }
}
.about-jm-advanced-medical .content-item-box-content {
  padding: 0 clamp(2rem, 3vw, 4rem) clamp(3rem, 3vw, 4rem);
}
.about-jm-medical-team {
  padding: clamp(6rem, 10vw, 12rem) 0;
  overflow-x: clip;
}
.about-jm-medical-team__wrapper {
  display: flex;
  align-items: flex-start;
  gap: clamp(2rem, 4vw, 5rem);
}
@media screen and (max-width: 1300px) {
  .about-jm-medical-team__wrapper {
    flex-direction: column;
  }
}
.about-jm-medical-team__ttl {
  width: 100%;
  max-width: 55.2rem;
  position: sticky;
  top: 20rem;
  left: 0;
  z-index: 10;
}
@media screen and (max-width: 834px) {
  .about-jm-medical-team__ttl {
    position: static;
  }
}
.about-jm-medical-team__heading {
  font-size: 1.8rem;
  font-weight: 600;
  white-space: nowrap;
}
.about-jm-medical-team__subheading {
  font-size: 3.2rem;
  font-weight: 500;
}
@media screen and (max-width: 834px) {
  .about-jm-medical-team__subheading {
    font-size: 2.4rem;
    width: 90%;
  }
}
@media screen and (max-width: 499px) {
  .about-jm-medical-team__subheading {
    font-size: 2.1rem;
  }
}
.about-jm-medical-team__desc {
  font-size: 1.7rem;
  line-height: 1.7647058824;
  font-weight: 300;
  margin-top: 4rem;
}
@media screen and (max-width: 834px) {
  .about-jm-medical-team__desc {
    width: 90vw;
  }
}
@media screen and (max-width: 640px) {
  .about-jm-medical-team__desc {
    margin-top: 2rem;
    font-size: 1.5rem;
  }
}
.about-jm-medical-team__main {
  position: relative;
  margin-top: clamp(3rem, 6vw, 7.5rem);
}
.about-jm-medical-team__main-heading {
  font-size: 2.8rem;
  color: var(--green);
  font-weight: 500;
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
  left: 50%;
  top: 5rem;
  transform: translateX(-50%);
  text-align: center;
}
@media screen and (max-width: 834px) {
  .about-jm-medical-team__main-heading {
    font-size: 2.1rem;
    top: 3rem;
  }
}
.about-jm-medical-team__main-heading span {
  font-size: 1.2rem;
  color: var(--text-color);
  display: block;
  font-weight: 600;
}
.about-jm-medical-team__main-heading::after {
  content: "";
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20rem;
  height: 20rem;
  border-radius: 100vmax;
  background: url(../img/about-jm/medical-team-main-img.svg) no-repeat center center;
  background-size: 50%;
  background-color: var(--wh);
  margin: auto;
  margin-top: 3rem;
}
@media screen and (max-width: 834px) {
  .about-jm-medical-team__main-heading::after {
    width: 16rem;
    height: 16rem;
    margin-top: 1.5rem;
  }
}
@media screen and (max-width: 499px) {
  .about-jm-medical-team__main-heading::after {
    width: 14rem;
    height: 14rem;
  }
}
.about-jm-medical-team__main-list {
  display: flex;
  gap: 1rem;
}
.about-jm-medical-team__main-item {
  flex: 1;
  padding: 11rem 3.8rem 4.3rem;
}
@media screen and (max-width: 834px) {
  .about-jm-medical-team__main-item {
    padding: clamp(5rem, 10vw, 11rem) clamp(1.5rem, 3vw, 3.8rem) clamp(2rem, 3vw, 4.3rem);
  }
}
.about-jm-medical-team__main-item:nth-of-type(1) {
  background-color: rgba(103, 195, 96, 0.1);
  border-radius: 1rem 0 0 1rem;
}
.about-jm-medical-team__main-item:nth-of-type(1) .about-jm-medical-team__main-item-heading {
  background-color: #67c360;
}
.about-jm-medical-team__main-item:nth-of-type(1) .about-jm-medical-team__main-item-list-item-heading {
  border: 1px solid #67c360;
  color: #67c360;
}
.about-jm-medical-team__main-item:nth-of-type(2) {
  background-color: rgba(94, 181, 146, 0.1);
  border-radius: 0 1rem 1rem 0;
}
.about-jm-medical-team__main-item:nth-of-type(2) .about-jm-medical-team__main-item-heading {
  background-color: #5eb592;
}
.about-jm-medical-team__main-item:nth-of-type(2) .about-jm-medical-team__main-item-list-item-heading {
  border: 1px solid #5eb592;
  color: #5eb592;
}
.about-jm-medical-team__main-item-heading {
  width: 25rem;
  height: 25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100vmax;
  color: var(--wh);
  font-size: 2.4rem;
  line-height: 1.5;
  margin: 0 auto;
}
@media screen and (max-width: 834px) {
  .about-jm-medical-team__main-item-heading {
    width: 20rem;
    height: 20rem;
    font-size: 2.1rem;
  }
}
@media screen and (max-width: 499px) {
  .about-jm-medical-team__main-item-heading {
    font-size: 1.8rem;
    width: 18rem;
    height: 18rem;
  }
}
.about-jm-medical-team__main-item-list {
  margin-top: 4rem;
  display: grid;
  grid-template-columns: repeat(3, auto);
  gap: 1rem;
}
.about-jm-medical-team__main-item-list-item {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.about-jm-medical-team__main-item-list-item-heading {
  border-radius: 1rem;
  width: 13rem;
  height: 7rem;
  font-size: 1.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--wh);
}
@media screen and (max-width: 834px) {
  .about-jm-medical-team__main-item-list-item-heading {
    width: 11rem;
    height: 5rem;
    font-size: 1.2rem;
  }
}
.about-jm-medical-team__main-item-list-item-desc {
  font-size: 1.2rem;
  line-height: 1.7142857143;
  margin-top: 1.3rem;
}
@media screen and (max-width: 834px) {
  .about-jm-medical-team__main-item-list-item-desc {
    font-size: 1.1rem;
    margin-top: 0.8rem;
  }
}
.about-jm-medical-team__main-wrapper {
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  margin: auto;
}
@media screen and (max-width: 1300px) {
  .about-jm-medical-team__main-wrapper {
    width: clamp(840px, 100%, 980px);
  }
}

.heading-underline {
  display: flex;
  gap: 1.2rem;
  align-items: center;
}
.heading-underline::before {
  content: "";
  display: block;
  width: 2rem;
  height: 0.5rem;
  background-color: var(--green);
}/*# sourceMappingURL=about-jm.css.map */