@charset "UTF-8";
@import "https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@300;400;500;700;900&display=swap";
.p-service__section {
  padding-top: 120px;
}
@media screen and (max-width: 834px) {
  .p-service__section {
    padding-top: 100px;
  }
}
.p-service__title {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 16px 0 16px 40px;
  color: #fff;
  background-color: #5d88d5;
  border-radius: 16px;
  font-size: 3.6rem;
  font-weight: 700;
}
@media screen and (max-width: 834px) {
  .p-service__title {
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 767px) {
  .p-service__title {
    padding-left: 20px;
    font-size: 2rem;
  }
}
.p-service__title::before {
  content: "";
  width: 24px;
  height: 24px;
  margin-right: 24px;
  background-image: url(../../images/services/ico_arrow_01.svg);
  background-size: 100% auto;
  background-repeat: no-repeat;
}
@media screen and (max-width: 834px) {
  .p-service__title::before {
    width: 16px;
    height: 16px;
    margin-right: 12px;
  }
}
.p-service__title--free::after {
  position: relative;
  top: 2px;
  content: "自由診療";
  display: inline-block;
  margin-left: 20px;
  padding: 4px 16px;
  font-size: 1.3rem;
  color: #333;
  background-color: #fff;
  border-radius: 40px;
}
@media screen and (max-width: 834px) {
  .p-service__title--free::after {
    top: unset;
    margin-left: 12px;
    padding: 2px 10px;
    font-size: 1.1rem;
  }
}
.p-service__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 64px;
  margin-top: 56px;
}
@media screen and (max-width: 834px) {
  .p-service__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 24px;
    margin-top: 32px;
  }
}
.p-service__img {
  width: 480px;
}
@media screen and (max-width: 834px) {
  .p-service__img {
    width: 100%;
  }
}
.p-service__text {
  width: 560px;
}
@media screen and (max-width: 834px) {
  .p-service__text {
    width: 100%;
  }
}
.p-service__text .l-nav__phoneHead {
  margin-top: 56px;
}
@media screen and (max-width: 834px) {
  .p-service__text .l-nav__phoneHead {
    margin-top: 32px;
  }
}
.p-service__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
}
@media screen and (max-width: 834px) {
  .p-service__list {
    gap: 8px;
    font-size: 1.8rem;
  }
}
.p-service__item::before {
  content: "";
  display: inline-block;
  width: 32px;
  height: 32px;
  margin-right: 16px;
  vertical-align: bottom;
  background-image: url(../../images/services/ico_check_blue_01.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 834px) {
  .p-service__item::before {
    width: 20px;
    height: 20px;
    margin-right: 8px;
    vertical-align: sub;
  }
}
.p-service__para {
  margin-top: 40px;
}
@media screen and (max-width: 834px) {
  .p-service__para {
    margin-top: 20px;
  }
}
.p-service__para p, .p-service__para ul {
  margin-top: 1em;
}
.p-service__para li {
  font-size: 1.4rem;
  padding-left: 1em;
  text-indent: -1em;
}
.p-service__para li::before {
  content: "※";
  color: #5d88d5;
}
.p-service__button {
  margin-top: 32px;
}
@media screen and (max-width: 834px) {
  .p-service__button .c-button {
    margin: 0 auto;
  }
}

.p-corporate {
  margin-top: 200px;
}
@media screen and (max-width: 834px) {
  .p-corporate {
    margin-top: 120px;
  }
}
.p-corporate__para {
  text-align: center;
}
.p-corporate__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .p-corporate__list {
    gap: 0;
    margin-top: 32px;
  }
}
.p-corporate__item {
  position: relative;
  width: 320px;
  margin-top: 30px;
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  transition: -webkit-transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1), -webkit-transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}
@media screen and (max-width: 834px) {
  .p-corporate__item {
    width: 30%;
  }
}
@media screen and (max-width: 767px) {
  .p-corporate__item {
    width: 66%;
    margin: 16px auto 0;
  }
}
.p-corporate__item:hover {
  -webkit-transform: scale(1.06);
          transform: scale(1.06);
}
.p-corporate__item a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* 250421 */
.l-column__wrap {
  margin: 32px 0;
  padding: 32px;
  border: 8px solid #df4343;
  border-radius: 20px;
}
.p-service__label {
  display: block;
  margin-top: revert-layer;
  color: #e04343;
  font-size: 1.2em;
  font-weight: 700;
  text-align: center;
}
.l-column__wrap .c-list--main li .red {
  color: #e04343;
}
@media screen and (max-width: 834px) {
  .l-column__wrap {
    padding: 32px 20px;
    border: 4px solid #df4343;
  }
}