@charset "UTF-8";
.philosophy {
  margin-bottom: calc(8px * 12);
  padding-top: calc(8px * 6);
  padding-bottom: calc(8px * 6);
  background-image: linear-gradient(176deg, #ffffff, rgba(106, 172, 161, 0.14), #ffffff);
}

@media screen and (max-width: 959px) {
  .philosophy {
    margin-bottom: calc((8px * 12) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .philosophy {
    margin-bottom: calc((8px * 12) * 0.5);
  }
}

@media screen and (max-width: 959px) {
  .philosophy {
    padding-top: calc((8px * 6) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .philosophy {
    padding-top: calc((8px * 6) * 0.5);
  }
}

@media screen and (max-width: 959px) {
  .philosophy {
    padding-bottom: calc((8px * 6) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .philosophy {
    padding-bottom: calc((8px * 6) * 0.5);
  }
}

.philosophy .philosophy-unit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 959px) {
  .philosophy .philosophy-unit {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 24px;
  }
}

.philosophy .philosophy-unit__dtl {
  position: relative;
  width: calc(100% - 510px);
}

@media screen and (max-width: 1023px) {
  .philosophy .philosophy-unit__dtl {
    width: calc(100% - 424px);
  }
}

@media screen and (max-width: 959px) {
  .philosophy .philosophy-unit__dtl {
    width: 100%;
  }
}

.philosophy .philosophy-unit__vsl {
  position: relative;
  width: 470px;
}

@media screen and (max-width: 1023px) {
  .philosophy .philosophy-unit__vsl {
    width: 400px;
  }
}

@media screen and (max-width: 959px) {
  .philosophy .philosophy-unit__vsl {
    max-width: 320px;
    width: 100%;
  }
}

.features {
  margin-bottom: calc(8px * 12);
}

@media screen and (max-width: 959px) {
  .features {
    margin-bottom: calc((8px * 12) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .features {
    margin-bottom: calc((8px * 12) * 0.5);
  }
}

@media screen and (max-width: 519px) {
  .features {
    margin-bottom: 64px;
  }
}

.features .reason-ttl {
  position: relative;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  margin-bottom: 24px;
  padding: 0 24px;
  font-size: 2.4rem;
}

@media screen and (max-width: 959px) {
  .features .reason-ttl {
    font-size: 2rem;
  }
}

@media screen and (max-width: 767px) {
  .features .reason-ttl {
    font-size: 1.6rem;
    margin-bottom: 16px;
  }
}

.features .reason-ttl em {
  font-size: 4.8rem;
  color: #6AACA1;
  font-family: "Noto Serif", "Inter", serif;
  line-height: 0;
}

@media screen and (max-width: 1023px) {
  .features .reason-ttl em {
    font-size: 3.2rem;
  }
}

@media screen and (max-width: 959px) {
  .features .reason-ttl em {
    font-size: 2.8rem;
  }
}

@media screen and (max-width: 767px) {
  .features .reason-ttl em {
    font-size: 2.4rem;
  }
}

.features .reason-ttl::before, .features .reason-ttl::after {
  content: "";
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  width: 12px;
  height: 12px;
  background: url("/wp-content/themes/itreat_base/dist/img/common/diamond.svg") center/contain no-repeat;
}

.features .reason-ttl::before {
  left: 0;
}

.features .reason-ttl::after {
  right: 0;
}

.features .features-inner {
  position: relative;
  padding: 48px;
  border: solid 1px #C7D8D5;
  /* 内側の線になる一本線の枠線をひく*/
  outline: solid 2px #C7D8D5;
  /* 外側の線になる一本線の枠線をひく*/
  outline-offset: 1px;
  /* 外側の線と内側の線の空き具合を調整*/
  margin: 2px;
  /* 外側の線を広げた分、要素の大きさを調整する*/
  z-index: 0;
}

.features .features-inner:not(:last-of-type) {
  margin-bottom: calc(8px * 6);
}

@media screen and (max-width: 959px) {
  .features .features-inner:not(:last-of-type) {
    margin-bottom: calc((8px * 6) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .features .features-inner:not(:last-of-type) {
    margin-bottom: calc((8px * 6) * 0.5);
  }
}

@media screen and (max-width: 959px) {
  .features .features-inner:not(:last-of-type) {
    margin-bottom: 48px;
  }
}

@media screen and (max-width: 519px) {
  .features .features-inner:not(:last-of-type) {
    margin-bottom: 32px;
  }
}

.features .features-inner:nth-of-type(2n) .features-unit {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

@media screen and (max-width: 959px) {
  .features .features-inner {
    padding: 48px 40px 40px;
  }
}

@media screen and (max-width: 767px) {
  .features .features-inner {
    padding: 40px 28px 28px;
  }
}

@media screen and (max-width: 519px) {
  .features .features-inner {
    padding: 24px 16px 16px;
  }
}

.features .features-ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 24px;
  padding-bottom: 16px;
  margin-bottom: 24px;
  border-bottom: 1px solid #eeeeee;
}

@media screen and (max-width: 767px) {
  .features .features-ttl {
    gap: 16px;
  }
}

@media screen and (max-width: 519px) {
  .features .features-ttl {
    gap: 10px;
    padding-bottom: 12px;
    margin-bottom: 12px;
  }
}

.features .features-ttl__num {
  position: relative;
  color: #6AACA1;
  font-size: 1.4rem;
  font-family: "Noto Serif", "Inter", serif;
  line-height: 0.9;
}

@media screen and (max-width: 767px) {
  .features .features-ttl__num {
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 767px) {
  .features .features-ttl__num {
    font-size: 1rem;
  }
}

.features .features-ttl__num span {
  display: block;
  text-align: center;
  font-size: 4rem;
}

@media screen and (max-width: 767px) {
  .features .features-ttl__num span {
    font-size: 3.2rem;
  }
}

@media screen and (max-width: 519px) {
  .features .features-ttl__num span {
    font-size: 2.8rem;
  }
}

.features .features-ttl__num::before {
  content: "";
  position: absolute;
  top: -20px;
  left: 50%;
  translate: -50% 0;
  width: 24px;
  height: 16px;
  background: url("/wp-content/themes/itreat_base/dist/img/common/ttl-m-deco.svg") center/contain no-repeat;
}

@media screen and (max-width: 767px) {
  .features .features-ttl__num::before {
    width: 18px;
    height: 10px;
    top: -11px;
  }
}

.features .features-ttl__txt {
  font-size: 2rem;
}

@media screen and (max-width: 959px) {
  .features .features-ttl__txt {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 519px) {
  .features .features-ttl__txt {
    letter-spacing: -0.75px;
    line-height: 1.4;
  }
}

.features .features-ttl__txt em {
  font-size: 2.4rem;
  color: #6AACA1;
}

@media screen and (max-width: 959px) {
  .features .features-ttl__txt em {
    font-size: 2rem;
  }
}

@media screen and (max-width: 767px) {
  .features .features-ttl__txt em {
    font-size: 1.6rem;
  }
}

.features .features-unit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 40px;
}

@media screen and (max-width: 959px) {
  .features .features-unit {
    gap: 24px;
  }
}

@media screen and (max-width: 767px) {
  .features .features-unit {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 12px;
  }
}

.features .features-unit__dtl {
  width: calc(100% - 400px);
}

@media screen and (max-width: 959px) {
  .features .features-unit__dtl {
    width: calc(100% - 324px);
  }
}

@media screen and (max-width: 767px) {
  .features .features-unit__dtl {
    width: 100%;
  }
}

.features .features-unit__vsl {
  width: 360px;
}

@media screen and (max-width: 959px) {
  .features .features-unit__vsl {
    max-width: 300px;
    width: 100%;
  }
}

.introduction {
  margin-bottom: calc(8px * 12);
}

@media screen and (max-width: 959px) {
  .introduction {
    margin-bottom: calc((8px * 12) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .introduction {
    margin-bottom: calc((8px * 12) * 0.5);
  }
}

.introduction .intro-unit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 48px;
}

@media screen and (max-width: 959px) {
  .introduction .intro-unit {
    gap: 32px;
  }
}

@media screen and (max-width: 767px) {
  .introduction .intro-unit {
    gap: 16px;
  }
}

@media screen and (max-width: 519px) {
  .introduction .intro-unit {
    gap: 24px;
  }
}

.introduction .intro-col {
  width: calc((100% / 2) - (48px * 1 / 2));
}

@media screen and (max-width: 959px) {
  .introduction .intro-col {
    width: calc((100% / 2) - (32px * 1 / 2));
  }
}

@media screen and (max-width: 767px) {
  .introduction .intro-col {
    width: calc((100% / 2) - (16px * 1 / 2));
  }
}

@media screen and (max-width: 519px) {
  .introduction .intro-col {
    width: calc((100% / 1) - (0px * 0 / 1));
  }
}

.introduction .intro-col .intro-vsl {
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .introduction .intro-col .intro-vsl {
    margin-bottom: 10px;
  }
}

.introduction .intro-col .intro-dtl .intro-ttl {
  position: relative;
  margin-bottom: 2px;
  padding-left: 24px;
  color: #6AACA1;
  font-size: 2.4rem;
}

.introduction .intro-col .intro-dtl .intro-ttl::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  translate: 0 -50%;
  width: 16px;
  height: 10px;
  background: url("/wp-content/themes/itreat_base/dist/img/common/ttl-m-deco.svg") center/contain no-repeat;
}

@media screen and (max-width: 959px) {
  .introduction .intro-col .intro-dtl .intro-ttl {
    font-size: 2rem;
    margin-bottom: 5px;
  }
}

@media screen and (max-width: 767px) {
  .introduction .intro-col .intro-dtl .intro-ttl {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 519px) {
  .introduction .intro-col .intro-dtl .intro-ttl {
    margin-bottom: 0;
    padding-left: 22px;
  }
}

.border-tbl {
  margin-bottom: calc(8px * 8);
}

@media screen and (max-width: 959px) {
  .border-tbl {
    margin-bottom: calc((8px * 8) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .border-tbl {
    margin-bottom: calc((8px * 8) * 0.5);
  }
}

.border-tbl-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .border-tbl-col {
    -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;
  }
}

.border-tbl table {
  width: calc((100% / 2) - (24px * 1 / 2));
}

@media screen and (max-width: 767px) {
  .border-tbl table {
    width: calc((100% / 1) - (0px * 0 / 1));
  }
}

@media screen and (max-width: 519px) {
  .border-tbl table {
    font-size: 1.4rem;
  }
}

.border-tbl table tbody tr:first-of-type td:first-of-type {
  padding-top: 0;
}

.border-tbl table tbody tr td {
  width: calc(100% - 100px);
  padding: 18px 0;
  border-bottom: 1px solid #eeeeee;
  line-height: 1.3;
  font-size: 1.4rem;
}

@media screen and (max-width: 767px) {
  .border-tbl table tbody tr td {
    padding: 16px 0;
  }
}

@media screen and (max-width: 519px) {
  .border-tbl table tbody tr td {
    padding: 10px 0;
  }
}

.border-tbl table tbody tr td:first-of-type {
  width: 100px;
  border-bottom: 1px solid #6aaca1;
}

@media screen and (max-width: 519px) {
  .border-tbl table tbody tr td:first-of-type {
    width: 88px;
  }
}

/*# sourceMappingURL=../../maps/pages/clinic.css.map */
