#sec-intro {
  padding-bottom: 120px;
}

#sec-intro .headWrap {
  margin-bottom: 60px;
  position: relative;
}

#sec-intro .headWrap:after {
  content: "";
  position: absolute;
  background: url(../../img/index/illust01.svg) no-repeat;
  width: 125px;
  height: 100%;
  right: 5%;
  top: 0;
  z-index: -1;
}

#sec-intro .head21 {
  text-align: center;
  font-size: 21px;
  font-size: 2.1rem;
  margin-bottom: 20px;
}

#sec-intro .c-ttl__01,
#sec-intro .c-txt__01 {
  text-align: center;
}

#sec-parking {
  background: #f5f2f0;
  padding: 110px 0 120px;
}

#sec-parking .flexBox {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#sec-parking .flexBox .img {
  width: 50%;
}

#sec-parking .flexBox .img img {
  border-radius: 30px;
  width: 100%;
}

#sec-parking .flexBox .detail {
  width: 46%;
}

#sec-parking .flexBox .detail .head24 {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.4;
  margin-bottom: 40px;
}

#sec-parking .flexBox .detail .c-txt__01 {
  margin-bottom: 30px;
}

#sec-parking .flexBox .detail .imgWrap {
  display: flex;
  justify-content: space-between;
}

#sec-parking .flexBox .detail .imgWrap p {
  width: 49%;
}

#sec-parking .flexBox .detail .imgWrap p img {
  border-radius: 20px;
  width: 100%;
}

.ft-access .ft-access__logo {
  margin: 0 auto 0;
  max-width: 420px;
  width: 100%;
}

#sec-service {
  border-bottom: 1px solid #fff;
  background: #f5f2f0;
  padding: 60px 0 120px;
  /*margin-top: 40px;*/
}

#sec-service .imgList {
  display: flex;
  justify-content: space-between;
  margin-top: -120px;
  margin-bottom: 70px;
}

#sec-service .imgList li {
  width: 32%;
}

#sec-service .imgList li img {
  border-radius: 20px;
  width: 100%;
}

#sec-service .head24 {
  color: #2b180f;
  font-size: 24px;
  font-size: 2.4rem;
  margin-bottom: 30px;
  text-align: center;
}

#sec-service .serviceList {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 auto;
  width: 90%;
}

#sec-service .serviceList li {
  width: 14%;
}

#sec-service .serviceList li .icon {
  background: #fff;
  border-radius: 130px;
  width: 130px;
  height: 130px;
  margin-bottom: 10px;
  box-shadow: 4px 0 13px rgb(0 0 0 / 2%);
  display: flex;
  justify-content: center;
  align-items: center;
}

#sec-service .serviceList li .icon img {
  width: 90px;
}

#sec-service .serviceList li .green {
  color: #68ba92;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
}

#sec-service .serviceListText {
  width: 906px;
  max-width: 100%;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
}

#sec-service .serviceListText li {
  padding-left: 1.2em;
  position: relative;
}

#sec-service .serviceListText li::before {
  content: "";
  width: 10px;
  height: 10px;
  background-color: #68ba92;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 15px;
}

@media screen and (max-width: 640px) {
  #sec-service .serviceListText {
    margin-top: 40px;
  }
  #sec-service .serviceListText li::before {
    top: 8px;
  }
}

.spNote {
  display: none;
}

.ft-access_parking_01 {
  margin: 10px 0 30px;
  font-weight: 600;
  font-size: 21px;
  font-size: 2.1rem;
  color: #554842;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.ft-access_parking_01 span {
  position: relative;
  font-size: 38px;
  font-size: 3.8rem;
  color: #fff;
  font-weight: 600;
  line-height: 1;
  padding: 0 25px;
}

.ft-access_parking_01 span:after {
  border-radius: 50px;
  content: "";
  width: 50px;
  height: 50px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: #6c85af;
  position: absolute;
  z-index: -1;
}

@media screen and (max-width: 834px) {
  #sec-intro {
    padding-bottom: 50px;
  }

  #sec-intro .head21 {
    font-size: 1.6rem;
    margin-bottom: 10px;
  }

  #sec-intro .headWrap {
    margin-bottom: 30px;
  }

  #sec-intro .headWrap:after {
    opacity: 0.2;
  }

  #sec-intro .c-txt__01 {
    text-align: left;
  }

  #sec-parking {
    padding: 50px 0 50px;
  }

  #sec-parking .flexBox {
    display: block;
  }

  #sec-parking .flexBox .img {
    width: 100%;
    margin-bottom: 25px;
  }

  #sec-parking .flexBox .detail {
    width: 100%;
  }

  #sec-parking .flexBox .detail .head24 {
    font-size: 1.8rem;
    margin-bottom: 15px;
    line-height: 1.4;
  }

  .ft-access__inner {
    padding-top: 20px;
  }

  #sec-service {
    padding: 40px 0 60px;
    margin-top: 40px;
  }

  #sec-service .imgList {
    margin-top: 20px;
    margin-bottom: 0;
    width: 670px;
  }

  #sec-service .head24 {
    font-size: 1.8rem;
  }

  #sec-service .serviceList {
    width: 100%;
  }

  #sec-service .serviceList li {
    width: 30%;
    margin-bottom: 5%;
  }

  #sec-service .serviceList li .icon {
    width: 90px;
    height: 90px;
  }

  #sec-service .serviceList li .icon img {
    width: 56px;
  }

  #sec-service .serviceList li .green {
    font-size: 1.4rem;
  }

  .spNote {
    display: block;
    text-align: center;
    font-size: 12px;
    font-size: 1.2rem;
    color: #9d9d9d;
    margin: 10px 0 30px;
  }

  .clinicImgWrap {
    overflow-x: Scroll;
    text-align: left;
    margin-bottom: 0;
    padding-bottom: 5px;
  }
}

@media screen and (max-width: 640px) {
  .ft-access__logo img {
    width: 183px;
  }
}

/*-----追加250529--------------------------------*/
.br-640 {
  display: none;
}
.serviceInfo {
  margin: 60px auto 0;
  width: 90%;
}
.serviceInfo li {
  border-radius: 30px;
  background: #fff;
  padding: 40px clamp(30px, 12%, 120px) 90px;
}
.serviceInfo li + li {
  margin-top: 60px;
}
#sec-service .serviceInfo .head24 {
  border-bottom: 3px dotted #68ba92;
  font-weight: normal;
  width: fit-content;
  padding-bottom: 6px;
  margin: 0 auto 30px;
}

.serviceInfo__link {
  color: #68ba92;
  font-size: 1.7rem;
  font-weight: bold;
}
@media (max-width: 640px) {
  .br-640 {
    display: block;
  }
  .serviceInfo {
    margin-top: 40px;
    width: 100%;
  }
  .serviceInfo li {
    padding: 30px;
  }
  .serviceInfo li + li {
    margin-top: 20px;
  }
  #sec-service .serviceInfo .head24 {
    margin-bottom: 15px;
    line-height: 1.3;
  }
}
