@charset "UTF-8";
.outfit, .area_ttl .num, .toc ol li a span {
  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;
}

/* ▼▼▼ award2025
======================================================*/
.article {
  padding-bottom: 72px;
}
@media screen and (max-width: 767px) {
  .article {
    padding-bottom: 48px;
  }
}
.article .read {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .article .read {
    font-size: 16px;
  }
}

.toc {
  background: rgba(255, 255, 255, 0.7);
  border-radius: 30px;
  padding: 48px 20px;
  margin-top: 48px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .toc {
    border-radius: 12px;
    padding: 33px 24px 38px;
    margin-top: 40px;
  }
}
.toc p {
  background: url(../img/interview/icon_toc.svg) no-repeat left center/auto;
  display: inline-block;
  padding-left: 63px;
  margin-bottom: 32px;
  font-size: 19px;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .toc p {
    background-size: 22px;
    padding-left: 36px;
    margin-bottom: 25px;
    font-size: 16px;
  }
}
.toc ol {
  width: min(100%, 560px);
  margin: 0 auto;
}
.toc ol li {
  border-bottom: 1px solid #D1DDF0;
  font-size: 15px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .toc ol li {
    font-size: 12px;
  }
}
.toc ol li:not(:last-child) {
  margin-bottom: 18px;
}
@media screen and (max-width: 767px) {
  .toc ol li:not(:last-child) {
    margin-bottom: 16px;
  }
}
.toc ol li a {
  display: block;
  padding: 0 60px 0 22px;
  margin-bottom: 18px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .toc ol li a {
    padding: 0 25px 0 0;
    margin-bottom: 16px;
  }
}
.toc ol li a::after {
  content: "";
  background: url(../img/arrow.svg) no-repeat left 48% top 50%/7px, #0B58B2;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  position: absolute;
  -webkit-transform: translateY(-50%) rotate(-90deg);
          transform: translateY(-50%) rotate(-90deg);
  top: 50%;
  right: 22px;
}
@media screen and (max-width: 767px) {
  .toc ol li a::after {
    background-size: 5px;
    width: 18px;
    height: 18px;
    right: 0;
  }
}
.toc ol li a span {
  padding-right: 25px;
  color: #0A58B2;
  font-size: 20px;
  letter-spacing: 0;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .toc ol li a span {
    padding-right: 12px;
    font-size: 16px;
  }
}

article {
  background: #fff;
  padding-top: 64px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  article {
    padding-top: 25px;
  }
}
article h3 {
  margin-bottom: 16px;
  font-size: 22px;
  line-height: 1.68;
}
@media screen and (max-width: 767px) {
  article h3 {
    margin-bottom: 16px;
    font-size: 16px;
    line-height: 1.75;
  }
}
article .flex_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0 5%;
}
@media screen and (max-width: 767px) {
  article .flex_wrap {
    display: block;
    margin-top: 30px;
  }
}
article .flex_wrap .img {
  -webkit-box-flex: 50%;
      -ms-flex: 50%;
          flex: 50%;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  article .flex_wrap .img {
    width: 82%;
    margin: 0 auto;
  }
}
article .flex_wrap .img::before {
  content: "";
  background: #0A58B2;
  border-radius: 40px;
  width: 100%;
  height: 100%;
  position: absolute;
  right: -15px;
  bottom: -15px;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  article .flex_wrap .img::before {
    border-radius: 20px;
    right: -10px;
    bottom: -10px;
  }
}
article .flex_wrap .img.pink::before {
  background: #FF7A6F;
}
@media screen and (max-width: 767px) {
  article .flex_wrap .img {
    margin-bottom: 36px;
  }
}
article .flex_wrap .txt_wrap {
  -webkit-box-flex: 45%;
      -ms-flex: 45%;
          flex: 45%;
}
article .flex_wrap .txt_wrap h3 {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  article .flex_wrap .txt_wrap h3 {
    margin-bottom: 16px;
  }
}
article .flex_wrap .txt_wrap p {
  letter-spacing: 0.05em;
  line-height: 1.93;
}
@media screen and (max-width: 767px) {
  article .flex_wrap .txt_wrap p {
    line-height: 1.79;
  }
}
article .flex_wrap .txt_wrap p:not(:last-of-type) {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  article .flex_wrap .txt_wrap p:not(:last-of-type) {
    margin-bottom: 20px;
  }
}
article .flex_wrap .txt_wrap .lead {
  color: #0A58B2;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  article .flex_wrap .txt_wrap .lead {
    font-size: 15px;
  }
}
article .flex_wrap .txt_wrap .inner_img {
  padding: 10px 0 20px;
}

section {
  padding-bottom: 80px;
}
@media screen and (max-width: 767px) {
  section {
    padding-bottom: 35px;
  }
}

.area_ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0 20px;
  width: min(100%, 1040px);
  padding: 0 20px;
  margin: 0 auto 38px;
  color: #0B58B2;
  letter-spacing: 0.1em;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .area_ttl {
    display: block;
    margin-bottom: 30px;
    position: relative;
  }
}
.area_ttl::before, .area_ttl::after {
  content: "";
  width: 116px;
  height: 212px;
  position: relative;
  top: 15px;
}
@media screen and (max-width: 767px) {
  .area_ttl::before, .area_ttl::after {
    width: 54px;
    height: 98px;
    position: absolute;
    top: 15px;
  }
}
.area_ttl::before {
  background: url(../img/award2025/illust03.svg) no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .area_ttl::before {
    left: 20px;
  }
}
.area_ttl::after {
  background: url(../img/award2025/illust04.svg) no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .area_ttl::after {
    right: 20px;
  }
}
.area_ttl_inner {
  text-align: center;
}
.area_ttl .num {
  color: rgba(166, 184, 214, 0.2);
  font-size: 82px;
  font-weight: 500;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .area_ttl .num {
    font-size: 60px;
  }
}
.area_ttl p {
  margin: -35px 0 15px;
  font-size: 20px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .area_ttl p {
    margin-top: -25px;
    font-size: 13px;
  }
}
.area_ttl p span {
  margin-bottom: 5px;
  display: block;
  font-size: 16px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .area_ttl p span {
    font-size: 12px;
  }
}
.area_ttl h2 {
  background: url(../img/medicalai/challenge_icon01.webp) no-repeat top center/55px;
  padding-top: 40px;
  font-size: 26px;
  line-height: 1;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .area_ttl h2 {
    background-size: 45px;
    padding-top: 30px;
    font-size: 18px;
    line-height: 1.5;
  }
}

.txt {
  letter-spacing: 0.05em;
  line-height: 1.93;
}
@media screen and (max-width: 767px) {
  .txt {
    line-height: 1.79;
  }
}

.sect_img {
  width: min(100%, 840px);
  padding: 0 20px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

a.txt_link {
  color: #0B58B2;
  text-decoration: underline;
}
a.txt_link:hover {
  opacity: 1;
  text-decoration: none;
}

.box {
  background: rgba(166, 184, 214, 0.2);
  border-radius: 20px;
  margin-top: -90px;
  margin-bottom: 50px;
  padding: 120px 20px 40px;
  color: #0B58B2;
  font-size: 18px;
  line-height: 1.67;
  font-weight: bold;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .box {
    font-size: 14px;
    margin-top: -30px;
    margin-bottom: 25px;
    padding: 55px 24px 25px;
  }
}

#area01 .container {
  max-width: 840px;
}
#area01 .txt {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  #area01 .txt {
    margin-bottom: 40px;
  }
}

.slide_wrap {
  position: relative;
}
.slide_wrap::before {
  content: "";
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 50%;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .slide_wrap::before {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}
.slide_wrap.slide01 {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .slide_wrap.slide01 {
    margin-bottom: 30px;
  }
}
.slide_wrap.slide01::before {
  background: url(../img/award2025/illust01.svg) no-repeat center/contain;
  width: 197px;
  height: 198px;
  right: 0;
}
@media screen and (max-width: 767px) {
  .slide_wrap.slide01::before {
    width: min(35%, 118px);
    height: 119px;
    top: -32px;
  }
}
.slide_wrap.slide01 .swiper {
  background: #FF7A6F;
  -webkit-box-shadow: 15px 15px 0 #FF7A6F;
          box-shadow: 15px 15px 0 #FF7A6F;
  margin: 0 auto 0 0;
}
@media screen and (max-width: 767px) {
  .slide_wrap.slide01 .swiper {
    -webkit-box-shadow: 10px 10px 0 #FF7A6F;
            box-shadow: 10px 10px 0 #FF7A6F;
    margin-right: 10px;
  }
}
@media screen and (max-width: 767px) {
  .slide_wrap.slide02 {
    margin-bottom: 30px;
  }
}
.slide_wrap.slide02::before {
  background: url(../img/award2025/illust02.svg) no-repeat center/contain;
  width: 137px;
  height: 237px;
  left: 0;
}
@media screen and (max-width: 767px) {
  .slide_wrap.slide02::before {
    width: min(25.8%, 86px);
    height: 142px;
    top: auto;
    left: 4%;
    bottom: -30px;
  }
}
.slide_wrap.slide02 .swiper {
  background: #0A58B2;
  -webkit-box-shadow: 15px 15px 0 #0A58B2;
          box-shadow: 15px 15px 0 #0A58B2;
  margin: 0 15px 0 auto;
}
@media screen and (max-width: 767px) {
  .slide_wrap.slide02 .swiper {
    -webkit-box-shadow: 10px 10px 0 #0A58B2;
            box-shadow: 10px 10px 0 #0A58B2;
  }
}

.swiper {
  width: 69%;
  font-size: 0;
  line-height: 0;
  border-radius: 40px;
}
@media screen and (max-width: 767px) {
  .swiper {
    width: 75%;
    border-radius: 20px;
  }
  .swiper .swiper-slide {
    width: 100%;
    aspect-ratio: 1/0.688;
  }
  .swiper .swiper-slide img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.video {
  width: 100%;
  border: 10px solid #FF7A6F;
  border-radius: 40px;
  aspect-ratio: 1/0.59;
  overflow: hidden;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .video {
    margin-bottom: 40px;
  }
}
.video iframe {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .video {
    border-width: 5px;
    border-radius: 20px;
  }
}

#area04 {
  padding-bottom: 230px;
}
@media screen and (max-width: 767px) {
  #area04 {
    padding-bottom: 90px;
  }
}
#area04 .txt {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  #area04 .txt {
    margin-bottom: 35px;
  }
}
#area04 .bg_img {
  margin: 0 auto 50px;
  position: relative;
  z-index: 1;
  width: min(100%, 800px);
}
@media screen and (max-width: 767px) {
  #area04 .bg_img {
    margin-bottom: 40px;
  }
}
#area04 .bg_img::before {
  content: "";
  background: #0A58B2;
  border-radius: 40px;
  width: 100%;
  height: 100%;
  position: absolute;
  right: -15px;
  bottom: -15px;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  #area04 .bg_img::before {
    border-radius: 20px;
    right: -10px;
    bottom: -10px;
  }
}
#area04 .box.last {
  padding: 45px 20px;
  margin: 70px 0 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  #area04 .box.last {
    padding: 40px 24px;
    margin-top: 45px;
  }
}
#area04 .box.last p {
  position: relative;
  text-align: center;
}
#area04 .box.last::before, #area04 .box.last::after {
  content: "";
  position: absolute;
}
#area04 .box.last::before {
  background: url(../img/award2025/illust05.svg) no-repeat center/contain;
  width: 77px;
  height: 174px;
  left: 5.7%;
  bottom: -40px;
}
@media screen and (max-width: 767px) {
  #area04 .box.last::before {
    width: 43px;
    height: 99px;
    left: 0;
    bottom: -17px;
  }
}
#area04 .box.last::after {
  background: url(../img/award2025/illust06.svg) no-repeat center/contain;
  width: 126px;
  height: 213px;
  top: -45px;
  right: 3.3%;
}
@media screen and (max-width: 767px) {
  #area04 .box.last::after {
    width: 71px;
    height: 120px;
    top: -38px;
    right: 0;
  }
}