/* l-container
----------------------------------------------------------------- */
.l-container {
  padding-inline: 40px;
  max-width: 1280px;
  width: 100%;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .l-container {
    padding-inline: 20px;
  }
}

/* breadcrumb
-----------------------------------------------
------------------ */
.breadcrumb {
  margin-top: 8px;
  max-width: 1240px;
  margin-inline: auto;
  padding-inline: 20px;
}
@media screen and (max-width: 767px) {
  .breadcrumb {
    margin-top: 16px;
  }
}
.breadcrumb__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 10px;
}
@media screen and (max-width: 767px) {
  .breadcrumb__list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.breadcrumb__link {
  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;
  min-width: 72px;
  min-height: 18.2px;
  width: 100%;
  border: 1px solid #221815;
  border-radius: 4px;
  padding-bottom: 1px;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
@media screen and (min-width: 768px) {
  .breadcrumb__link:hover {
    opacity: 0.7;
  }
}

/* topFv
-----------------------------------------------
------------------ */
.topFv {
  margin-top: 52px;
}
@media screen and (max-width: 767px) {
  .topFv {
    margin-top: 20px;
  }
}
.topFv__inner {
  max-width: 1600px;
  margin-inline: auto;
  width: 100%;
}
.topFv__img {
  width: 100%;
  height: auto;
}

/* topService
-----------------------------------------------
------------------ */
.topService {
  margin-top: -165px;
  padding-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .topService {
    margin-top: -40px;
    padding-bottom: 84px;
  }
}
.topService__ttl {
  font-size: 55px;
  font-weight: 500;
  letter-spacing: 0.001em;
  color: #6B9FFF;
  text-align: center;
  text-shadow: 4px 4px 5px #ffffff, -4px 4px 5px #ffffff, 4px -4px 5px #ffffff, -4px -4px 5px #ffffff, 4px 0px 5px #ffffff, 0px 4px 5px #ffffff, -4px 0px 5px #ffffff, 0px -4px 5px #ffffff;
}
@media screen and (max-width: 900px) {
  .topService__ttl {
    font-size: 40px;
  }
}
@media screen and (max-width: 767px) {
  .topService__ttl {
    font-size: 28px;
  }
}
.topService__topCol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  margin-top: 62px;
}
@media screen and (max-width: 767px) {
  .topService__topCol {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 28px;
    margin-top: 36.4px;
  }
}
.topService__topBox {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.topService__topTtl {
  font-size: 26px;
  font-weight: 600;
  line-height: 1.1538461538;
  letter-spacing: 0.05em;
  padding-bottom: 10px;
  border-bottom: 1px solid #221815;
  padding-left: 10px;
}
@media screen and (max-width: 767px) {
  .topService__topTtl {
    font-size: 18.2px;
    padding-left: 0;
  }
}
.topService__topTxt {
  font-size: 20px;
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: 0.05em;
  padding: 10px;
}
@media screen and (max-width: 767px) {
  .topService__topTxt {
    font-size: 14px;
    padding: 10px 0 0;
  }
}
.topService__bodyContainer {
  margin-top: 42px;
}
@media screen and (max-width: 767px) {
  .topService__bodyContainer {
    margin-top: 28px;
  }
}
.topService__bodyTtl {
  font-size: 26px;
  font-weight: 600;
  line-height: 1.1538461538;
  letter-spacing: 0.05em;
  padding-bottom: 10px;
  border-bottom: 1px solid #221815;
  padding-left: 10px;
}
@media screen and (max-width: 767px) {
  .topService__bodyTtl {
    font-size: 18.2px;
    padding-left: 0;
  }
}
.topService__bodyCol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .topService__bodyCol {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0;
  }
}
.topService__bodyBox {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 560px;
  width: 100%;
}
.topService__fourthTtl {
  margin-top: 26px;
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 290px;
  width: 100%;
  min-height: 35.86px;
  background-color: #6B9FFF;
  position: relative;
}
@media screen and (max-width: 767px) {
  .topService__fourthTtl {
    font-size: 18.2px;
  }
}
.topService__fourthTtlText {
  margin-top: -1px;
  display: inline-block;
  font-size: 25px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.05em;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .topService__fourthTtlText {
    font-size: 18.2px;
    margin-top: 0;
  }
}
.topService__list, .topService__list--pdSmall {
  margin-top: -17.93px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #F5F3F2;
  padding: 58px 52px 34px 65px;
  height: 100%;
}
@media screen and (max-width: 1000px) {
  .topService__list, .topService__list--pdSmall {
    padding-inline: 20px;
  }
}
@media screen and (max-width: 767px) {
  .topService__list, .topService__list--pdSmall {
    padding: 40.6px 20px 45.5px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.topService__list--pdSmall {
  padding: 58px 40px 34px 86px;
}
@media screen and (max-width: 767px) {
  .topService__list--pdSmall {
    padding: 40.6px 20px 45.5px;
  }
}
.topService__item, .topService__item--circle {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 26px;
  font-size: 25px;
  font-weight: 500;
  line-height: 1.48;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .topService__item, .topService__item--circle {
    font-size: 18.2px;
    gap: 18.2px;
    letter-spacing: 0;
    max-width: 330px;
    width: 100%;
  }
}
.topService__item + .topService__item, .topService__item--circle + .topService__item, .topService__item + .topService__item--circle, .topService__item--circle + .topService__item--circle {
  margin-top: 32px;
}
.topService__item--circle {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-flex: unset;
      -ms-flex: unset;
          flex: unset;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  position: relative;
}
@media screen and (max-width: 767px) {
  .topService__item--circle {
    padding-left: 20px;
  }
}
.topService__item--circle::before {
  content: "";
  display: block;
  position: absolute;
  top: 0.58em;
  left: -25px;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  background-color: #221815;
}
@media screen and (max-width: 767px) {
  .topService__item--circle::before {
    left: 0px;
  }
}
.topService__item--circle + .topService__item--circle {
  margin-top: 42px;
}
@media screen and (max-width: 767px) {
  .topService__item--circle + .topService__item--circle {
    margin-top: 28px;
  }
}
.topService__itemImg {
  width: 100%;
}
.topService__footer {
  margin-top: 86px;
}
@media screen and (max-width: 767px) {
  .topService__footer {
    margin-top: 45px;
  }
}
.topService__footerList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
}
@media screen and (max-width: 991px) {
  .topService__footerList {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .topService__footerList {
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
    max-width: 540px;
    margin-inline: auto;
  }
}
.topService__footerLink {
  display: block;
}
.topService__footerLinkText {
  display: block;
}
.topService__footerItem, .topService__footerItem--fontSmall, .topService__footerItem--fontMiddle, .topService__footerItem--fontNormal, .topService__footerItem--blue {
  font-size: 33px;
  font-weight: 800;
  line-height: 1.1515151515;
  letter-spacing: 1.1515151515;
  color: #6B9FFF;
  text-shadow: 4px 4px 5px #ffffff, -4px 4px 5px #ffffff, 4px -4px 5px #ffffff, -4px -4px 5px #ffffff, 4px 0px 5px #ffffff, 0px 4px 5px #ffffff, -4px 0px 5px #ffffff, 0px -4px 5px #ffffff;
  text-align: center;
  max-width: 250px;
  width: 100%;
  min-height: 160px;
  border-radius: 12px;
  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;
  background: center center/cover no-repeat;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (max-width: 1200px) {
  .topService__footerItem, .topService__footerItem--fontSmall, .topService__footerItem--fontMiddle, .topService__footerItem--fontNormal, .topService__footerItem--blue {
    font-size: clamp(20px, 2.1666666667vw, 26px);
  }
}
@media screen and (max-width: 767px) {
  .topService__footerItem, .topService__footerItem--fontSmall, .topService__footerItem--fontMiddle, .topService__footerItem--fontNormal, .topService__footerItem--blue {
    -ms-grid-column-align: center;
        justify-self: center;
    font-size: clamp(23px, 6.1333333333vw, 30px);
  }
}
@media screen and (min-width: 768px) {
  .topService__footerItem:hover, .topService__footerItem--fontSmall:hover, .topService__footerItem--fontMiddle:hover, .topService__footerItem--fontNormal:hover, .topService__footerItem--blue:hover {
    opacity: 0.7;
  }
}
.topService__footerItem--blue {
  font-size: 27px;
  line-height: 1.3703703704;
  letter-spacing: 0.02em;
  color: #fff;
  background-color: #6B9FFF;
  text-shadow: unset;
}
@media screen and (max-width: 1200px) {
  .topService__footerItem--blue {
    font-size: clamp(16px, 1.8333333333vw, 22px);
  }
}
@media screen and (max-width: 767px) {
  .topService__footerItem--blue {
    font-size: clamp(18px, 4.8vw, 27px);
  }
}
.topService__footerItem--fontNormal {
  font-size: 33px;
}
@media screen and (max-width: 1200px) {
  .topService__footerItem--fontNormal {
    font-size: clamp(20px, 2.1666666667vw, 26px);
  }
}
@media screen and (max-width: 767px) {
  .topService__footerItem--fontNormal {
    font-size: 30px;
  }
}
.topService__footerItem--fontMiddle {
  font-size: 28px;
}
.topService__footerItem--fontSmall {
  font-size: 18px;
}
.topService__footerItem:nth-child(2), .topService__footerItem--blue:nth-child(2), .topService__footerItem--fontNormal:nth-child(2), .topService__footerItem--fontMiddle:nth-child(2), .topService__footerItem--fontSmall:nth-child(2) {
  background-image: url(../img/medical_coordination/topService_footer_item1.png);
}
.topService__footerItem:nth-child(3), .topService__footerItem--blue:nth-child(3), .topService__footerItem--fontNormal:nth-child(3), .topService__footerItem--fontMiddle:nth-child(3), .topService__footerItem--fontSmall:nth-child(3) {
  background-image: url(../img/medical_coordination/topService_footer_item2.png);
}
.topService__footerItem:nth-child(4), .topService__footerItem--blue:nth-child(4), .topService__footerItem--fontNormal:nth-child(4), .topService__footerItem--fontMiddle:nth-child(4), .topService__footerItem--fontSmall:nth-child(4) {
  background-image: url(../img/medical_coordination/topService_footer_item3.png);
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .topService__footerItem:nth-child(odd), .topService__footerItem--blue:nth-child(odd), .topService__footerItem--fontNormal:nth-child(odd), .topService__footerItem--fontMiddle:nth-child(odd), .topService__footerItem--fontSmall:nth-child(odd) {
    -ms-grid-column-align: right;
        justify-self: right;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .topService__footerItem:nth-child(even), .topService__footerItem--blue:nth-child(even), .topService__footerItem--fontNormal:nth-child(even), .topService__footerItem--fontMiddle:nth-child(even), .topService__footerItem--fontSmall:nth-child(even) {
    -ms-grid-column-align: left;
        justify-self: left;
  }
}

/* u-display-none
----------------------------------------------------------------- */
.u-displayNone--PO {
  display: block;
}
@media (min-width: 1200px) {
  .u-displayNone--PO {
    display: none;
  }
}
.u-displayNone--PU {
  display: none;
}
@media (min-width: 1200px) {
  .u-displayNone--PU {
    display: block;
  }
}
.u-displayNone--flexPO {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 1200px) {
  .u-displayNone--flexPO {
    display: none;
  }
}
.u-displayNone--flexPU {
  display: none;
}
@media (min-width: 1200px) {
  .u-displayNone--flexPU {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

/* u-mb
-----------------------------------------------
------------------ */
.u-mb--100 {
  margin-bottom: 100px;
}