/* 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;
  }
}

/* service
-----------------------------------------------
------------------ */
.service, .service--returning, .service--coming {
  margin-block: 54px 175px;
  padding: 106px 40px 100px;
  margin-inline: auto;
  background: url(../img/medical_coordination/service_support.jpg) center center/cover no-repeat;
  max-width: 1600px;
}
@media screen and (max-width: 767px) {
  .service, .service--returning, .service--coming {
    margin-block: 37.8px 0;
    padding: 74.2px 20px;
  }
}
.service--coming {
  background: url(../img/medical_coordination/service_coming.jpg) center center/cover no-repeat;
}
.service--returning {
  background: url(../img/medical_coordination/service_returning.jpg) center center/cover no-repeat;
}
.service__inner {
  max-width: 1200px;
  margin-inline: auto;
  width: 100%;
}
.service__ttl {
  font-size: 55px;
  font-weight: 500;
  line-height: 1.1733333333;
  letter-spacing: 0.4em;
  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) {
  .service__ttl {
    font-size: 40px;
  }
}
@media screen and (max-width: 767px) {
  .service__ttl {
    font-size: 28px;
  }
}
.service__contents {
  margin-top: 40px;
  background-color: rgba(255, 255, 255, 0.85);
  -webkit-box-shadow: 10px 10px 7px rgba(0, 0, 0, 0.4);
          box-shadow: 10px 10px 7px rgba(0, 0, 0, 0.4);
  padding-block: min(6.6666666667vw, 80px);
  padding-inline: min(5vw, 60px);
}
@media screen and (max-width: 1280px) {
  .service__contents {
    padding-inline: 20px;
  }
}
@media screen and (max-width: 767px) {
  .service__contents {
    padding: 56px 20px;
  }
}
.service__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 40px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 70px 40px;
}
@media screen and (max-width: 1280px) {
  .service__list {
    gap: min(4.1666666667vw, 50px);
  }
}
@media screen and (max-width: 767px) {
  .service__list {
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
    gap: 32px;
  }
}
.service__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  width: 100%;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .service__item {
    max-width: 400px;
  }
}
@media screen and (max-width: 500px) {
  .service__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.service__imgBox {
  width: 100%;
  max-width: min(7.5vw, 90px);
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .service__imgBox {
    max-width: 63px;
  }
}
@media screen and (max-width: 500px) {
  .service__imgBox {
    max-width: 90px;
  }
}
.service__img {
  width: 100%;
  height: auto;
}
.service__textBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.service__thirdTtl {
  font-size: min(2.6666666667vw, 32px);
  font-weight: 500;
  line-height: 1.25;
  position: relative;
  padding-bottom: 10px;
  padding-right: 8px;
}
@media screen and (max-width: 767px) {
  .service__thirdTtl {
    font-size: 22.4px;
  }
}
@media screen and (max-width: 500px) {
  .service__thirdTtl {
    text-align: center;
  }
}
.service__thirdTtl::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #6B9FFF;
}
.service__thirdTtl::after {
  content: "";
  position: absolute;
  bottom: -3px;
  right: 0;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background-color: #6B9FFF;
}
.service__subList {
  margin-top: 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.service__subItem {
  font-size: min(1.4166666667vw, 17px);
  font-weight: 500;
  line-height: 1.4705882353;
  position: relative;
  padding-left: 15px;
}
@media screen and (max-width: 767px) {
  .service__subItem {
    font-size: 14px;
  }
}
.service__subItem::before {
  content: "";
  position: absolute;
  top: 0.55em;
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #221815;
  margin-left: 5px;
}

/* 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;
}