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

/* ▼▼▼ esports
======================================================*/
.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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: first baseline;
      -ms-flex-align: first baseline;
          align-items: first baseline;
  padding: 0 60px 0 22px;
  margin-bottom: 18px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .toc ol li a {
    padding: 0 28px 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 {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  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%;
  margin-bottom: 55px;
}
article .flex_wrap.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  article .flex_wrap {
    display: block;
    margin-bottom: 35px;
  }
}
article .flex_wrap .img {
  padding-bottom: 15px;
  -webkit-box-flex: 50%;
      -ms-flex: 50%;
          flex: 50%;
  position: relative;
  z-index: 1;
}
article .flex_wrap .img img {
  border-radius: 30px;
}
@media screen and (max-width: 767px) {
  article .flex_wrap .img {
    width: 100%;
    margin: 0 auto;
    padding-bottom: 10px;
  }
  article .flex_wrap .img img {
    border-radius: 20px;
  }
}
article .flex_wrap .img::before {
  content: "";
  background: #0A58B2;
  border-radius: 40px;
  width: 100%;
  height: calc(100% - 15px);
  position: absolute;
  right: -15px;
  bottom: 0;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  article .flex_wrap .img::before {
    border-radius: 20px;
    height: calc(100% - 10px);
    right: -10px;
  }
}
article .flex_wrap .img.pink::before {
  background: #FF7A6F;
}
article .flex_wrap .txt_wrap {
  -webkit-box-flex: 45%;
      -ms-flex: 45%;
          flex: 45%;
  margin-top: 45px;
}
@media screen and (max-width: 767px) {
  article .flex_wrap .txt_wrap {
    margin-top: 35px;
  }
}
article .flex_wrap .txt_wrap .name {
  border-left: 3px solid #0B58B2;
  padding-left: 19px;
  padding-bottom: 3px;
  margin-bottom: 37px;
  font-size: 18px;
  line-height: 1.5;
  position: relative;
}
@media screen and (max-width: 767px) {
  article .flex_wrap .txt_wrap .name {
    margin-bottom: 20px;
  }
}
article .flex_wrap .txt_wrap .name::before {
  content: "";
  border-left: 3px solid #ED746D;
  height: 50%;
  position: absolute;
  left: -3px;
  bottom: 0;
}
article .flex_wrap .txt_wrap .name small {
  font-size: 15px;
}
article .flex_wrap .txt_wrap .name span {
  font-size: 17px;
  font-weight: bold;
  margin-left: 0.8em;
}
article .flex_wrap .txt_wrap h3 {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  article .flex_wrap .txt_wrap h3 {
    margin-bottom: 15px;
  }
}
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 .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;
}
article .flex_wrap + .txt {
  margin-bottom: 55px;
}
@media screen and (max-width: 767px) {
  article .flex_wrap + .txt {
    margin-bottom: 35px;
  }
}

section {
  padding-bottom: 100px;
}
@media screen and (max-width: 767px) {
  section {
    padding-bottom: 35px;
  }
}

.area_ttl {
  width: min(100%, 1040px);
  padding: 0 20px;
  margin: 0 auto 50px;
  color: #0B58B2;
  letter-spacing: 0.1em;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .area_ttl {
    display: block;
    margin-bottom: 25px;
    position: relative;
  }
}
.area_ttl_inner {
  text-align: center;
}
.area_ttl .num {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 69px;
  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 {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: min(100%, 285px);
    margin: 0 auto;
    gap: 0;
    font-size: 60px;
  }
}
.area_ttl .num::before, .area_ttl .num::after {
  content: "";
  position: relative;
  top: 15px;
}
@media screen and (max-width: 767px) {
  .area_ttl .num::before, .area_ttl .num::after {
    top: 18px;
  }
}
.area_ttl .num::before {
  background: url(../img/esports/ttl_bg_left.webp) no-repeat center/contain;
  width: 155px;
  height: 97px;
}
@media screen and (max-width: 767px) {
  .area_ttl .num::before {
    width: 80px;
    height: 50px;
  }
}
.area_ttl .num::after {
  background: url(../img/esports/ttl_bg_right.webp) no-repeat center/contain;
  width: 157px;
  height: 98px;
}
@media screen and (max-width: 767px) {
  .area_ttl .num::after {
    width: 81px;
    height: 51px;
    right: 0px;
  }
}
.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.54;
  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;
}

.bg_img {
  margin: 0 auto;
  padding-bottom: 15px;
  position: relative;
  z-index: 1;
  width: min(100%, 800px);
}
.bg_img img {
  border-radius: 30px;
}
@media screen and (max-width: 767px) {
  .bg_img {
    padding-bottom: 10px;
  }
  .bg_img img {
    border-radius: 20px;
  }
}
.bg_img::before {
  content: "";
  background: #FF7A6F;
  border-radius: 40px;
  width: 100%;
  height: calc(100% - 15px);
  position: absolute;
  right: -15px;
  bottom: 0;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .bg_img::before {
    border-radius: 20px;
    height: calc(100% - 10px);
    right: -10px;
  }
}

.box {
  background: rgba(166, 184, 214, 0.2);
  border-radius: 20px;
  margin-top: 65px;
  padding: 54px 20px;
  line-height: 1.93;
  text-align: center;
}
.box p {
  width: min(100%, 800px);
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .box {
    font-size: 14px;
    margin-top: 30px;
    padding: 30px 24px;
  }
}

#area01 .container {
  width: min(100%, 840px);
}
#area01 .txt {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  #area01 .txt {
    margin-top: 35px;
  }
}