.outfit {
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.zen-kaku {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.medicalai__mv {
  width: min(100%, 840px);
  padding: 0 20px 60px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .medicalai__mv {
    padding-bottom: 48px;
  }
}

.medicalai__mv-img {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .medicalai__mv-img {
    margin-top: 22px;
  }
}

.medicalai__mv-text {
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.05em;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .medicalai__mv-text {
    font-size: 15px;
    line-height: 1.73;
    letter-spacing: 0.03em;
    margin-top: 22px;
  }
}

.medicalai__mv-link {
  margin-top: 15px;
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 30px;
  padding: 50px 25px 60px;
}
@media screen and (max-width: 767px) {
  .medicalai__mv-link {
    margin-top: 40px;
    border-radius: 12px;
    padding: 33px 22px 38px;
  }
}

.medicalai__mv-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.medicalai__mv-content-title {
  font-size: 19px;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-left: 30px;
}
@media screen and (max-width: 767px) {
  .medicalai__mv-content-title {
    font-size: 16px;
    letter-spacing: 0;
    margin-left: 12px;
  }
}

.medicalai__mv-container {
  margin-top: 35px;
}
@media screen and (max-width: 767px) {
  .medicalai__mv-container {
    margin-top: 24px;
  }
}

.medicalai__mv-list {
  max-width: 560px;
  width: 100%;
  margin: 0 auto;
}

.medicalai__mv-item {
  padding: 16px 0;
  border-bottom: 1px solid #D1DDF0;
}

.medicalai__mv-item:first-of-type {
  padding-top: 0;
}

.medicalai__mv-link-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.medicalai__mv-link-item::after {
  position: absolute;
  content: "";
  background: url(../img/medicalai/arrow01.webp) no-repeat center center/contain;
  width: 23px;
  height: 23px;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .medicalai__mv-link-item::after {
    width: 18px;
    height: 18px;
    top: 11px;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.medicalai__mv-number {
  font-family: "Outfit", sans-serif;
  color: #0A58B2;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .medicalai__mv-number {
    font-size: 16px;
  }
}

.medicalai__mv-detail {
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.05em;
  margin-left: 25px;
}
@media screen and (max-width: 767px) {
  .medicalai__mv-detail {
    width: 100%;
    max-width: 77%;
    margin-left: 13px;
  }
}

.medicalai__article {
  background: #fff;
  padding-top: 78px;
}
@media screen and (max-width: 767px) {
  .medicalai__article {
    padding-top: 40px;
  }
}

.medicalai__inner {
  width: 100%;
  max-width: 1040px;
  padding: 0 20px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .medicalai__inner {
    max-width: 640px;
  }
}

#medicalai__challenge {
  padding-bottom: 120px;
}
@media screen and (max-width: 767px) {
  #medicalai__challenge {
    padding-bottom: 73px;
  }
}

.medicalai__section {
  padding: 14px;
  background-color: rgba(166, 184, 214, 0.2);
  border-radius: 35px;
}

.medicalai__section-title {
  color: #0B58B2;
  font-size: 26px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .medicalai__section-title {
    font-size: 20px;
    line-height: 1.4;
  }
}

.medicalai__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 55px;
}
@media screen and (max-width: 767px) {
  .medicalai__container {
    display: block;
    margin-top: 30px;
  }
}

.medicalai__container--reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.medicalai__wrapper {
  width: 100%;
  max-width: 509px;
}
@media screen and (max-width: 767px) {
  .medicalai__wrapper {
    max-width: none;
  }
}

.medicalai__image-picture {
  display: block;
  position: relative;
  margin-right: 15px;
  margin-bottom: 15px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .medicalai__image-picture {
    margin-right: 0;
    margin-bottom: 10px;
  }
}

.medicalai__image-picture::before {
  content: "";
  background: #0A58B2;
  border-radius: 40px;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 15px;
  right: -15px;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .medicalai__image-picture::before {
    border-radius: 20px;
    top: 10px;
    right: -10px;
  }
}

.medicalai__image-picture--red::before {
  background: #ED746D;
}

.medicalai__image-picture img {
  width: 100%;
}

.medicalai__profile {
  position: relative;
  padding-left: 20px;
  margin-top: 45px;
}
@media screen and (max-width: 767px) {
  .medicalai__profile {
    padding-left: 13px;
    margin-top: 33px;
  }
}

.medicalai__profile::before,
.medicalai__profile::after {
  content: "";
  position: absolute;
  left: 0;
  width: 3px;
  height: 28px;
}

.medicalai__profile::before {
  top: 0;
  background-color: #0B58B2;
}

.medicalai__profile::after {
  top: 28px;
  background-color: #ED746D;
}

.medicalai__company {
  color: #1A1A1A;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0;
}

.medicalai__name {
  color: #1A1A1A;
  font-size: 15px;
  letter-spacing: 0;
}

.medicalai__initials {
  color: #1A1A1A;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 0;
  margin-left: 12px;
}

.medicalai__contents {
  width: 100%;
  max-width: 451px;
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .medicalai__contents {
    max-width: none;
  }
}

.medicalai__headline {
  position: relative;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.35;
  width: 100%;
  max-width: 395px;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .medicalai__headline {
    font-size: 16px;
    max-width: 87%;
  }
}

.medicalai__headline::before {
  content: "";
  position: absolute;
  top: 0;
  left: -59px;
  width: 55px;
  height: 28px;
  background: url(../img/medicalai/challenge_icon01.webp) no-repeat center center/contain;
}
@media screen and (max-width: 767px) {
  .medicalai__headline::before {
    left: -42px;
    width: 36px;
    height: 22px;
  }
}

.medicalai__headline::after {
  position: absolute;
  bottom: -18px;
  right: 2px;
  color: rgba(166, 184, 214, 0.2);
  font-family: "Outfit", sans-serif;
  font-size: 82px;
  font-weight: 500;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .medicalai__headline::after {
    bottom: -12px;
    font-size: 64px;
  }
}

.medicalai__headline--number01::after {
  content: "01";
}

.medicalai__headline--number02::after {
  content: "02";
}

.medicalai__headline--number03::after {
  content: "03";
  bottom: -38px;
}
@media screen and (max-width: 767px) {
  .medicalai__headline--number03::after {
    bottom: -30px;
  }
}

.medicalai__headline--number04::after {
  content: "04";
  bottom: -11px;
}
@media screen and (max-width: 767px) {
  .medicalai__headline--number04::after {
    bottom: 21px;
  }
}

.medicalai__headline--number05::after {
  content: "05";
}

.medicalai__text {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.93;
  letter-spacing: 0.05em;
  margin-top: 35px;
}
@media screen and (max-width: 767px) {
  .medicalai__text {
    line-height: 1.78;
    margin-top: 12px;
  }
}

.medicalai__accent {
  color: #ED746D;
  font-weight: 700;
}

.medicalai__accent-blue {
  color: #0A58B2;
  font-weight: 500;
}

.medicalai__challenge-visual {
  margin-top: 68px;
}
@media screen and (max-width: 767px) {
  .medicalai__challenge-visual {
    margin-top: 50px;
  }
}

.medicalai__visual {
  width: 100%;
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
}

.medicalai__visual-picture {
  display: block;
  position: relative;
  margin-right: 20px;
  margin-bottom: 20px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .medicalai__visual-picture {
    margin-right: 0;
    margin-bottom: 10px;
  }
}

.medicalai__visual-picture::before {
  content: "";
  background: #FF7A6F;
  border-radius: 40px;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 20px;
  right: -20px;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .medicalai__visual-picture::before {
    border-radius: 20px;
    top: 10px;
    right: -10px;
  }
}

.medicalai__visual-picture img {
  width: 100%;
  border-radius: 30px;
}
@media screen and (max-width: 767px) {
  .medicalai__visual-picture img {
    border-radius: 20px;
  }
}

.medicalai__visual-text {
  color: #1A1A1A;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.05em;
  margin-top: 40px;
  text-align: center;
}

#medicalai__baptism {
  padding-bottom: 97px;
}
@media screen and (max-width: 767px) {
  #medicalai__baptism {
    padding-bottom: 66px;
  }
}

#medicalai__comrades {
  padding-bottom: 106px;
}
@media screen and (max-width: 767px) {
  #medicalai__comrades {
    padding-bottom: 61px;
  }
}

.medicalai__comrades-research {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 63px;
}
@media screen and (max-width: 767px) {
  .medicalai__comrades-research {
    display: block;
    margin-top: 32px;
  }
}

.medicalai__comrades-camera {
  width: 100%;
  max-width: 451px;
}
@media screen and (max-width: 767px) {
  .medicalai__comrades-camera {
    max-width: none;
  }
}

.medicalai__comrades-mucous {
  width: 100%;
  max-width: 491px;
  margin-left: 58px;
}
@media screen and (max-width: 767px) {
  .medicalai__comrades-mucous {
    max-width: none;
    margin-top: 28px;
    margin-left: 0;
  }
}

#medicalai__culture {
  padding-bottom: 100px;
}
@media screen and (max-width: 767px) {
  #medicalai__culture {
    padding-bottom: 45px;
  }
}

.medicalai__culture-container {
  margin-top: 51px;
}
@media screen and (max-width: 767px) {
  .medicalai__culture-container {
    margin-top: 30px;
  }
}

#medicalai__dna {
  padding-bottom: 135px;
}
@media screen and (max-width: 767px) {
  #medicalai__dna {
    padding-bottom: 100px;
  }
}

.medicalai__dna-visual {
  margin-top: 110px;
}
@media screen and (max-width: 767px) {
  .medicalai__dna-visual {
    margin-top: 50px;
  }
}