@media screen and (max-width: 834px) {
  .medical-works .breadcrumb {
    margin: 0 0 0 auto; } }
.medical-works .breadcrumb__list {
  box-shadow: 0 0 8px rgba(41, 51, 57, 0.1);
  display: flex;
  border-radius: 18px;
  padding: 0.8rem 1.2rem; }
.medical-works .breadcrumb__item {
  padding: 0 1rem;
  font-size: 1.2rem;
  border-right: 1px solid #CCCCCC; }
  .medical-works .breadcrumb__item a {
    color: #3EB134; }
  .medical-works .breadcrumb__item a:hover {
    text-decoration: underline; }
.medical-works .breadcrumb__item:last-child {
  border-right: 0px solid #CCCCCC; }
.medical-works .under-mv1 {
  position: relative;
  margin-top: 15rem; }
  @media screen and (max-width: 1024px) {
    .medical-works .under-mv1 {
      margin-top: 8rem; } }
  @media screen and (max-width: 834px) {
    .medical-works .under-mv1 {
      margin-top: 6rem; } }
  .medical-works .under-mv1__picture {
    position: absolute;
    border-radius: 20px;
    width: 100%;
    height: 100%;
    left: 0;
    overflow: hidden;
    z-index: 0; }
    @media screen and (max-width: 834px) {
      .medical-works .under-mv1__picture {
        border-radius: 7px; } }
    .medical-works .under-mv1__picture img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      aspect-ratio: 159/ 65; }
      @media screen and (max-width: 834px) {
        .medical-works .under-mv1__picture img {
          aspect-ratio: auto; } }
  .medical-works .under-mv1__contents {
    position: relative;
    z-index: 1;
    padding: 43dvh 0 5.9dvh;
    width: 90%;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin: 0 auto; }
    @media screen and (max-width: 834px) {
      .medical-works .under-mv1__contents {
        flex-direction: column;
        gap: 2rem;
        padding: 7rem 0 2rem; } }
  .medical-works .under-mv1__text-wrap {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    width: 40%; }
    @media screen and (max-width: 834px) {
      .medical-works .under-mv1__text-wrap {
        width: 100%;
        gap: 1.5rem; } }
  .medical-works .under-mv1__title {
    font-size: clamp(2.8rem, 3.4vw, 5.6rem);
    font-weight: 500;
    font-family: "Noto Sans JP", sans-serif;
    color: #fff; }
  .medical-works .under-mv1__desc {
    color: #fff;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 2; }
    @media screen and (max-width: 834px) {
      .medical-works .under-mv1__desc {
        font-size: 1.4rem;
        line-height: 1.5; } }
  .medical-works .under-mv1__list {
    background: #FFf; }
  .medical-works .under-mv1 .breadcrumb__list {
    background: #fff;
    box-shadow: 0 0 8px rgba(20, 40, 58, 0.23); }
.medical-works .under-mv2 {
  position: relative;
  display: flex;
  justify-content: space-between;
  margin-top: 15rem;
  align-items: flex-start; }
  @media screen and (max-width: 1024px) {
    .medical-works .under-mv2 {
      margin-top: 8rem; } }
  @media screen and (max-width: 834px) {
    .medical-works .under-mv2 {
      margin-top: 6rem; } }
  .medical-works .under-mv2__contents {
    max-width: 1472px;
    padding: 10rem 0 6rem;
    display: flex;
    justify-content: space-between;
    align-items: flex-start; }
    @media screen and (max-width: 834px) {
      .medical-works .under-mv2__contents {
        padding: 7rem 0 4rem;
        flex-direction: column;
        gap: 2rem;
        padding: 7rem 0 4rem; } }
  .medical-works .under-mv2__title {
    color: #208012;
    font-size: clamp(2.8rem, 3.4vw, 5.6rem);
    font-weight: 500;
    font-family: "Noto Sans JP", sans-serif; }
