@charset "UTF-8";
/*CSSDocument*/
/* share
===============================================================*/
.clearfix:after {
  content: " ";
  display: block;
  visibility: hidden;
  clear: both;
  height: 0.1px;
  font-size: 0.1em;
  line-height: 0;
}
.clearfix {
  display: inline-block;
}

/* exlude MacIE5 \*/
* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

/* end MacIE5 */
.clear {
  clear: both;
}

.c-floatMenu {
  position: fixed;
  right: 10px;
  top: 150px;
  z-index: 1000;
  display: none;
}
@media screen and (max-width: 768px) {
  .c-floatMenu {
    top: 70px;
  }
}
.c-floatMenuBtns > li + li {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .c-floatMenuBtns > li + li {
    margin-top: 10px;
  }
}
.c-floatMenuBtn {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 80px;
  width: 80px;
  border-radius: 6px;
  background-color: #f4f3f1;
  box-shadow: 0 2px 6px rgba(63, 58, 25, 0.3);
  font-family: "Noto Serif JP", serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.08em;
  transition: all 0.4s ease-out;
}
@media screen and (max-width: 768px) {
  .c-floatMenuBtn {
    height: 46px;
    width: 46px;
    border-radius: 3px;
    font-size: 9px;
  }
}
.c-floatMenuBtn:hover {
  opacity: 1;
  box-shadow: 0 6px 14px rgba(63, 58, 25, 0.34);
  background-color: #5892c6;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .c-floatMenuBtn:hover {
    background-color: #f4f3f1;
    color: #4c4c4c;
  }
}
.c-floatMenuBtn span {
  position: relative;
  display: inline-block;
  box-sizing: border-box;
}
.c-floatMenuBtn span::before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  margin: auto;
}
.c-floatMenuBtn.c-floatMenuBtn--reserve span {
  padding-top: 42px;
}
@media screen and (max-width: 768px) {
  .c-floatMenuBtn.c-floatMenuBtn--reserve span {
    padding-top: 21px;
  }
}
.c-floatMenuBtn.c-floatMenuBtn--reserve span::before {
  top: 12px;
  background-image: url("../images/common/icon_mail.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 34px;
  height: 24px;
}
@media screen and (max-width: 768px) {
  .c-floatMenuBtn.c-floatMenuBtn--reserve span::before {
    top: 6px;
    width: 17px;
    height: 12px;
  }
}
.c-floatMenuBtn.c-floatMenuBtn--reserve:hover span::before {
  background-image: url("../images/common/icon_mail_white.png");
}
@media screen and (max-width: 768px) {
  .c-floatMenuBtn.c-floatMenuBtn--reserve:hover span::before {
    background-image: url("../images/common/icon_mail.png");
  }
}
.c-floatMenuBtn.c-floatMenuBtn--case span {
  padding-top: 42px;
}
@media screen and (max-width: 768px) {
  .c-floatMenuBtn.c-floatMenuBtn--case span {
    padding-top: 21px;
  }
}
.c-floatMenuBtn.c-floatMenuBtn--case span::before {
  top: 5px;
  background-image: url("../images/common/icon_woman_bk.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 35px;
  height: 42px;
}
@media screen and (max-width: 768px) {
  .c-floatMenuBtn.c-floatMenuBtn--case span::before {
    top: 2px;
    width: 18px;
    height: 21px;
  }
}
.c-floatMenuBtn.c-floatMenuBtn--case:hover span::before {
  background-image: url("../images/common/icon_woman.png");
}
@media screen and (max-width: 768px) {
  .c-floatMenuBtn.c-floatMenuBtn--case:hover span::before {
    background-image: url("../images/common/icon_woman_bk.png");
  }
}

.c-floatPageIndex {
  position: fixed;
  right: 10px;
  bottom: 30px;
  z-index: 1000;
  display: none;
  transition: opacity 0.4s ease-out;
}
@media screen and (max-width: 768px) {
  .c-floatPageIndex {
    bottom: 20px;
  }
}
.c-floatPageIndexBtn {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 80px;
  width: 80px;
  border-radius: 6px;
  background-color: #f4f3f1;
  box-shadow: 0 2px 6px rgba(63, 58, 25, 0.3);
  font-family: "Noto Serif JP", serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.08em;
  position: relative;
  transition: all 0.4s ease-out;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .c-floatPageIndexBtn {
    height: 46px;
    width: 46px;
    border-radius: 3px;
    font-size: 8px;
  }
}
.c-floatPageIndexBtn:hover {
  opacity: 1;
  box-shadow: 0 6px 14px rgba(63, 58, 25, 0.34);
  background-color: #5892c6;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .c-floatPageIndexBtn:hover {
    background-color: #f4f3f1;
    color: #4c4c4c;
  }
}
.c-floatPageIndexBtn:hover .c-floatPageIndexBtn__dots span {
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .c-floatPageIndexBtn:hover .c-floatPageIndexBtn__dots span {
    background-color: #878787;
  }
}
.c-floatPageIndexBtn__dots {
  display: flex;
  gap: 9px;
  padding-bottom: 15px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .c-floatPageIndexBtn__dots {
    gap: 5px;
    padding-bottom: 12px;
  }
}
.c-floatPageIndexBtn__dots span {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #878787;
}
@media screen and (max-width: 768px) {
  .c-floatPageIndexBtn__dots span {
    width: 4px;
    height: 4px;
  }
}
.c-floatPageIndexBtn__label {
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.08em;
  position: absolute;
  display: inline-block;
  box-sizing: border-box;
  bottom: 10px;
  left: 0;
  right: 0;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .c-floatPageIndexBtn__label {
    bottom: 5px;
    font-size: 10px;
  }
}
.c-floatPageIndexMenu {
  max-height: 60vh;
  text-align: center;
}
@media screen and (max-width: 1260px) {
  .c-floatPageIndexMenu {
    padding-right: 20px;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 768px) {
  .c-floatPageIndexMenu {
    padding-right: 0;
  }
}
.c-floatPageIndexMenuBlock {
  width: 100%;
  position: fixed;
  background-color: #f6f6f6;
  padding: 60px 0 75px;
  box-sizing: border-box;
  left: 0;
  bottom: 0;
}
@media screen and (max-width: 768px) {
  .c-floatPageIndexMenuBlock {
    padding: 30px 0 45px;
  }
}
.c-floatPageIndexMenuBody {
  overflow-y: auto;
  max-height: calc(60vh - 180px);
}
@media screen and (max-width: 768px) {
  .c-floatPageIndexMenuBody {
    max-height: calc(60vh - 135px);
  }
}
.c-floatPageIndexMenu .c-subSecHeading {
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .c-floatPageIndexMenu .c-subSecHeading {
    margin-bottom: 15px;
  }
}
.c-floatPageIndexMenu .c-pageIndexNaviList > li::before {
  background-color: #4c4c4c;
}
.c-floatPageIndexMenu .c-pageIndexNaviList a {
  color: #4c4c4c;
}
.c-floatPageIndexMenu .c-pageIndexNaviList a:hover {
  color: #c0c0c0;
}

.mfp-bg {
  background-color: #666;
  opacity: 0.5;
}

.c-pageIndexBlock {
  background-color: #88929b;
  padding: 15px 0 30px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .c-pageIndexBlock {
    display: none;
  }
}
.c-pageIndexNaviList {
  text-align: left;
}
.c-pageIndexNaviList > li {
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  vertical-align: middle;
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
  .c-pageIndexNaviList > li {
    margin-top: 20px;
  }
}
.c-pageIndexNaviList > li::before {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background-color: #fff;
  height: 100%;
  width: 1px;
}
.c-pageIndexNaviList > li:last-of-type::before {
  display: none;
}
.c-pageIndexNaviList a {
  font-family: "Noto Serif JP", serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.1em;
  color: #fff;
  transition: all 0.4s ease-out;
  padding: 4px 15px;
}
@media screen and (max-width: 768px) {
  .c-pageIndexNaviList a {
    font-size: 14px;
  }
}
.c-pageIndexNaviList a:hover {
  opacity: 1;
  color: #4c4c4c;
}

.c-caseBtn {
  margin: 40px auto 0;
}
@media screen and (max-width: 768px) {
  .c-caseBtn {
    margin: 30px auto 0;
  }
}
.c-caseBtn > a {
  padding: 15px 30px;
  border: 1px solid #4c4c4c;
  box-sizing: border-box;
  background-color: #4c4c4c;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  min-height: 82px;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0.12em;
  color: #fff;
  transition: all 0.2s ease-out;
}
@media screen and (max-width: 768px) {
  .c-caseBtn > a {
    padding: 12px 18px;
    border-radius: 5px;
    font-size: 14px;
    min-height: 50px;
  }
}
.c-caseBtn > a::before {
  content: "";
  display: inline-block;
  background-image: url("../images/common/icon_woman.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 35px;
  height: 42px;
  margin-right: 20px;
  transition: all 0.2s ease-out;
}
@media screen and (max-width: 768px) {
  .c-caseBtn > a::before {
    width: 24px;
    height: 21px;
    margin-right: 10px;
  }
}
.c-caseBtn > a:hover {
  opacity: 1;
  background-color: #fff;
  color: #4c4c4c;
}
.c-caseBtn > a:hover::before {
  background-image: url("../images/common/icon_woman_bk.png");
}

a.c-btn {
  color: #fff;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: 0.1em;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  min-width: 370px;
  min-height: 80px;
  display: flex;
  align-items: center;
  padding: 10px 40px 10px 45px;
  box-sizing: border-box;
  border-radius: 10px;
  background-color: #5892c6;
  border: 1px solid #5892c6;
  position: relative;
  margin: 0 auto;
  box-shadow: 0 2px 6px rgba(63, 58, 25, 0.3);
}
@media screen and (max-width: 768px) {
  a.c-btn {
    font-size: 16px;
    border-radius: 5px;
    min-width: 284px;
    padding: 5px 40px 5px 20px;
    min-height: 50px;
  }
}
a.c-btn:hover {
  opacity: 1;
  background-color: #f4f3f1;
  color: #5892c6;
}
@media screen and (max-width: 768px) {
  a.c-btn:hover {
    background-color: #5892c6;
    border: 1px solid #5892c6;
    color: #fff;
  }
}
a.c-btn:hover::after {
  border-color: #5892c6;
}
@media screen and (max-width: 768px) {
  a.c-btn:hover::after {
    border-color: #fff;
  }
}
a.c-btn::after {
  content: "";
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  margin: auto;
  width: 10px;
  height: 10px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
}
@media screen and (max-width: 768px) {
  a.c-btn::after {
    right: 10px;
    width: 7px;
    height: 7px;
  }
}

.c-sec {
  padding: 190px 0 120px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .c-sec {
    padding: 90px 0 60px;
  }
}
.c-sec.c-sec--bgWhite {
  box-sizing: border-box;
  background-color: #ffffff;
  margin-top: 0px;
}
.c-sec.c-sec--bgWhite .c-secHeading::after {
  color: #edf1f5;
}
@media screen and (max-width: 768px) {
  .c-sec.c-sec--spBottomNonePd {
    padding-bottom: 0;
  }
}
.c-secHeading {
  font-size: 36px;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0.15em;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  overflow-x: clip;
  color: #4c4c4c;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 60px 0;
  box-sizing: border-box;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .c-secHeading {
    font-size: 24px;
    padding: 25px 0;
  }
}
@media screen and (max-width: 768px) {
  .c-secHeading.c-secHeading--sp2Lines {
    padding: 10px 0;
  }
}
@media screen and (max-width: 768px) {
  .c-secHeading.c-secHeading--sp3Lines {
    padding: 0;
  }
}
@media screen and (max-width: 768px) {
  .c-secHeading.c-secHeading--sp3Lines::after {
    transform: translate(0%, -40%);
  }
}
.c-secHeading::after {
  content: attr(data-caps);
  position: absolute;
  top: 0;
  bottom: 0;
  left: auto;
  right: auto;
  margin: auto;
  font-weight: 200;
  transform: translate(0%, -50%);
  font-size: 252px;
  line-height: 1;
  color: #dfe5ea;
  pointer-events: none;
  z-index: -1;
  white-space: nowrap;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .c-secHeading::after {
    font-size: 126px;
  }
}
.c-secHeadingBlock {
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .c-secHeadingBlock {
    margin-bottom: 30px;
  }
}
.c-secHeadingBlock.c-secHeadingBlock--addLessBottomMg {
  margin-bottom: 36px;
}
@media screen and (max-width: 768px) {
  .c-secHeadingBlock.c-secHeadingBlock--addLessBottomMg {
    margin-bottom: 18px;
  }
}
.c-secHeadingBlock.c-secHeadingBlock--addMoreBottomMg {
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .c-secHeadingBlock.c-secHeadingBlock--addMoreBottomMg {
    margin-bottom: 50px;
  }
}

.c-subSec {
  margin-top: 120px;
}
@media screen and (max-width: 768px) {
  .c-subSec {
    margin-top: 70px;
  }
}
.c-subSecHeading {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.1em;
  margin: 0 auto 48px;
  display: inline-block;
  position: relative;
  text-align: center;
  max-width: calc(100% - 296px);
  color: #3d3d3d;
}
@media screen and (max-width: 768px) {
  .c-subSecHeading {
    font-size: 20px;
    padding-left: 40px;
    margin-bottom: 30px;
    box-sizing: border-box;
    display: block;
    max-width: 100%;
    text-align: left;
  }
}
.c-subSecHeading::before, .c-subSecHeading::after {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  margin: auto;
  background-color: #3d3d3d;
  height: 2px;
  width: 120px;
}
@media screen and (max-width: 768px) {
  .c-subSecHeading::before, .c-subSecHeading::after {
    width: 30px;
    height: 1px;
    bottom: auto;
  }
}
.c-subSecHeading::before {
  transform: translate(-100%, 0%);
  left: -30px;
}
@media screen and (max-width: 768px) {
  .c-subSecHeading::before {
    transform: translate(0%, 0%);
    width: 30px;
    left: 0;
    top: 15px;
  }
}
.c-subSecHeading::after {
  transform: translate(100%, 0%);
  right: -26px;
}
@media screen and (max-width: 768px) {
  .c-subSecHeading::after {
    display: none;
  }
}
.c-subSecHeading span {
  display: inline-block;
}

.c-txtBlock {
  font-size: 16px;
  font-weight: 500;
  line-height: 2.25;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 768px) {
  .c-txtBlock {
    font-size: 15px;
    text-align: left;
  }
}
.c-txtBlock p + p {
  margin-top: 1em;
}

.c-catchBlock {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .c-catchBlock {
    display: block;
  }
}
.c-catchBlock__img {
  max-width: 43.91%;
  margin-right: 80px;
}
@media screen and (max-width: 768px) {
  .c-catchBlock__img {
    max-width: 100%;
    margin: 0 25px 35px 0;
  }
}
.c-catchBlock__txt {
  width: 47.25%;
}
@media screen and (max-width: 768px) {
  .c-catchBlock__txt {
    width: 78%;
    margin-right: auto;
    margin-left: 22%;
  }
}
.c-catchBlock__txt p {
  font-size: 18px;
  font-weight: 500;
  line-height: 2.27;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .c-catchBlock__txt p {
    font-size: 16px;
  }
}

.c-movieBlockAnnotationBlock {
  margin: 15px auto;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .c-movieBlockAnnotationBlock {
    margin: 10px auto;
  }
}
.c-movieBlockAnnotationBlock > p {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 768px) {
  .c-movieBlockAnnotationBlock > p {
    font-size: 11px;
  }
}
.c-movieBlockAnnotationBlock > p + p {
  margin-top: 5px;
}
.c-movieBlock video {
  width: 100%;
  height: auto;
}

.c-differenceBlock {
  border-collapse: collapse;
  border-spacing: 0;
  max-width: 1030px;
  height: auto;
  overflow-x: auto;
  overflow-y: auto;
  margin: 0 auto;
}
.c-differenceTable {
  background-color: #ffffff;
  border-collapse: collapse;
  border-spacing: 0;
  max-width: 1030px;
  height: auto;
  overflow-x: scroll;
  overflow-y: auto;
}
.c-differenceTable__cross {
  background-color: #ededed;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 1;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.16em;
  width: 200px;
  text-align: left;
  padding: 20px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .c-differenceTable__cross {
    font-size: 14px;
    width: 110px;
    padding: 15px;
  }
}
.c-differenceTable__col {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 500;
  text-align: left;
  padding: 32px;
  box-sizing: border-box;
  background-color: #dce6ee;
  min-width: 200px;
  text-align: center;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .c-differenceTable__col {
    font-size: 14px;
    padding: 15px;
  }
}
.c-differenceTable__col.c-differenceTable__col--skinPlus {
  background-color: #87a0b6;
  color: #fff;
}
.c-differenceTable__row {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  position: sticky;
  top: 0;
  left: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.3;
  text-align: left;
  padding: 17px;
  box-sizing: border-box;
  background-color: #dce6ee;
  min-width: 210px;
  text-align: center;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .c-differenceTable__row {
    font-size: 14px;
    padding: 15px;
    min-width: 110px;
  }
}
.c-differenceTable td {
  vertical-align: middle;
  border-left: 2px solid #dce6ee;
  border-top: 2px solid #dce6ee;
  font-size: 18px;
  white-space: pre-line;
  font-weight: 500;
  line-height: 1.5;
  padding: 30px;
  box-sizing: border-box;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .c-differenceTable td {
    font-size: 14px;
    padding: 15px;
  }
}
.c-differenceTable td > span {
  color: #87a0b6;
  font-weight: 500;
}
.c-differenceTable tr:nth-of-type(2) > td {
  border-top: none;
}

.p-cellredmKv {
  height: 100vh;
  width: 100%;
  background-image: url("../images/treatment/cellredm/mv.jpg");
  background-repeat: no-repeat;
  background-position: top right;
  background-size: cover;
}
@media screen and (max-width: 1260px) {
  .p-cellredmKv {
    background-position: top right 50%;
  }
}
@media screen and (max-width: 768px) {
  .p-cellredmKv {
    background-image: url("../images/treatment/cellredm/mv_sp.jpg");
    background-position: bottom right;
    max-height: 137.86vw;
  }
}
.p-cellredmKvInner {
  margin: 0 auto;
  padding: 0 30px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 100%;
}
@media screen and (max-width: 1260px) {
  .p-cellredmKvInner {
    align-items: flex-end;
    padding: 0 0px;
  }
}
.p-cellredmKvTitleBlock {
  font-family: "Noto Serif JP", serif;
  margin-right: min(6.25vw, 120px);
}
@media screen and (max-width: 1260px) {
  .p-cellredmKvTitleBlock {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 768px) {
  .p-cellredmKvTitleBlock {
    margin-bottom: min(6.6666666667vw, 50px);
    text-align: right;
    margin-right: min(2.6666666667vw, 20px);
  }
}
.p-cellredmKvTitleBlock__clinicName {
  font-family: "Shippori Mincho B1", serif;
  font-size: 40px;
  line-height: 1.4;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #78726c;
  text-shadow: rgb(204, 220, 233) 1px 1px 5px, rgb(204, 220, 233) -1px 1px 5px, rgb(204, 220, 233) 1px -1px 5px, rgb(204, 220, 233) -1px -1px 5px;
  margin-bottom: 20px;
}
@media screen and (max-width: 1260px) {
  .p-cellredmKvTitleBlock__clinicName {
    font-size: clamp(30px, 3.1304347826vw, 36px);
  }
}
@media screen and (max-width: 768px) {
  .p-cellredmKvTitleBlock__clinicName {
    font-size: min(4.2666666667vw, 32px);
    margin-bottom: min(2.6666666667vw, 20px);
    text-shadow: rgb(204, 220, 233) 1px 1px 3px, rgb(204, 220, 233) -1px 1px 3px, rgb(204, 220, 233) 1px -1px 3px, rgb(204, 220, 233) -1px -1px 3px;
  }
}
.p-cellredmKvTitleBlock__title {
  font-size: 70px;
  line-height: 1.2;
  font-weight: 500;
  letter-spacing: 0.16em;
  color: #3d3d3d;
  text-shadow: rgb(204, 220, 233) 1px 1px 5px, rgb(204, 220, 233) -1px 1px 5px, rgb(204, 220, 233) 1px -1px 5px, rgb(204, 220, 233) -1px -1px 5px;
}
@media screen and (max-width: 1260px) {
  .p-cellredmKvTitleBlock__title {
    font-size: clamp(54px, 5.2173913043vw, 60px);
  }
}
@media screen and (max-width: 768px) {
  .p-cellredmKvTitleBlock__title {
    font-size: min(8vw, 60px);
    text-shadow: rgb(204, 220, 233) 1px 1px 3px, rgb(204, 220, 233) -1px 1px 3px, rgb(204, 220, 233) 1px -1px 3px, rgb(204, 220, 233) -1px -1px 3px;
  }
}
.p-cellredmKvTitleBlock__title > span {
  font-size: 60px;
  line-height: 1.4;
  font-weight: 500;
  letter-spacing: 0.16em;
  color: #3e668b;
}
@media screen and (max-width: 1260px) {
  .p-cellredmKvTitleBlock__title > span {
    font-size: clamp(44px, 4.347826087vw, 50px);
  }
}
@media screen and (max-width: 768px) {
  .p-cellredmKvTitleBlock__title > span {
    font-size: min(6.6666666667vw, 50px);
  }
}

.p-cellredmIntroCatch {
  font-size: 18px;
  line-height: 2.16;
  font-weight: 400;
  letter-spacing: 0.12em;
  color: #4c4c4c;
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .p-cellredmIntroCatch {
    font-size: 16px;
    text-align: left;
    margin-top: 60px;
  }
}
.p-cellredmIntroCatch__blueTxt {
  color: #7794ad;
  font-weight: 500;
}

.p-cellredmAboutCatch {
  font-size: 16px;
  font-weight: 400;
  line-height: 2.25;
  letter-spacing: 0.12em;
  color: #4c4c4c;
  max-width: 800px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-cellredmAboutCatch {
    text-align: left;
    font-size: 15px;
  }
}
.p-cellredmAboutCatch > p + p {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .p-cellredmAboutCatch > p + p {
    margin-top: 30px;
  }
}
.p-cellredmAboutContents {
  position: relative;
  max-width: 874px;
  margin-top: 100px;
}
.p-cellredmAboutContentsBlock {
  position: relative;
  z-index: 1;
  margin-top: 100px;
  padding-bottom: 85px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .p-cellredmAboutContentsBlock {
    margin-top: 36px;
    padding-top: 15vw;
    padding-bottom: 0;
  }
}
.p-cellredmAboutContentsBlock::after {
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  background-image: url("../images/treatment/cellredm/about_bg.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 550px;
  width: calc(50% - 50px);
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .p-cellredmAboutContentsBlock::after {
    width: 82%;
    top: 0;
    bottom: auto;
    height: 55.07vw;
  }
}
.p-cellredmAboutContentsList {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-cellredmAboutContentsList {
    width: 92%;
  }
}
.p-cellredmAboutContentsListItem {
  background-color: rgba(255, 255, 255, 0.8);
  text-align: left;
  font-weight: 500;
  line-height: 1.2;
  padding: 20px 25px 36px;
  box-sizing: border-box;
}
.p-cellredmAboutContentsListItem + .p-cellredmAboutContentsListItem {
  margin-top: 22px;
}
@media screen and (max-width: 768px) {
  .p-cellredmAboutContentsListItem {
    padding: 20px 20px 20px;
  }
}
.p-cellredmAboutContentsListItem__title {
  font-family: "Noto Serif JP", serif;
  font-size: 26px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.1em;
  margin-bottom: 10px;
  color: #7794ad;
}
@media screen and (max-width: 768px) {
  .p-cellredmAboutContentsListItem__title {
    font-size: 18px;
    margin-bottom: 12px;
  }
}
.p-cellredmAboutContentsListItem__txt {
  font-size: 16px;
  font-weight: 500;
  line-height: 2.25;
  letter-spacing: 0.1em;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  text-align: justify;
  padding-left: 55px;
  box-sizing: border-box;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-cellredmAboutContentsListItem__txt {
    font-size: 15px;
    line-height: 2;
    padding-left: 28px;
  }
}
.p-cellredmAboutContentsListItem__txt::before {
  position: absolute;
  content: "";
  left: 0;
  top: 18px;
  margin: auto;
  background-color: #c7ced4;
  height: 2px;
  width: 39px;
}
@media screen and (max-width: 768px) {
  .p-cellredmAboutContentsListItem__txt::before {
    top: 15px;
    width: 18px;
  }
}

.p-cellredmEffectList {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 30px;
}
@media screen and (max-width: 768px) {
  .p-cellredmEffectList {
    display: flex;
    gap: 50px;
  }
}
.p-cellredmEffectListItem {
  width: calc((100% - 90px) / 4);
}
@media screen and (max-width: 768px) {
  .p-cellredmEffectListItem {
    width: 100%;
  }
}
.p-cellredmEffectListItem__title {
  padding: 15px 20px;
  font-family: "Noto Serif JP", serif;
  box-sizing: border-box;
  min-height: 90px;
  color: #7794ad;
  font-size: min(2.6506024096vw, 22px);
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.12em;
  background-color: #dce6ee;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .p-cellredmEffectListItem__title {
    font-size: 20px;
    min-height: 45px;
    padding: 10px 10px;
  }
}
.p-cellredmEffectListItem__title > span {
  display: inline-block;
}
.p-cellredmEffectListItem__subTitle {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.12em;
  color: #333333;
  padding-bottom: 10px;
  border-bottom: 1px solid #8c969f;
  position: relative;
  padding-left: 23px;
  box-sizing: border-box;
  margin-top: 28px;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .p-cellredmEffectListItem__subTitle {
    font-size: 16px;
    margin-top: 15px;
  }
}
.p-cellredmEffectListItem__subTitle::before {
  position: absolute;
  content: "";
  display: inline-block;
  background-image: url("../images/common/check.png");
  background-size: cover;
  background-repeat: no-repeat;
  width: 15px;
  height: 12px;
  margin: 0 10px 0 0;
  top: 7px;
  left: 0;
}
.p-cellredmEffectListItem__txt {
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.1em;
  text-align: left;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .p-cellredmEffectListItem__txt {
    font-size: 15px;
    margin-top: 5px;
  }
}
.p-cellredmEffectRecommendationBlock {
  margin: 50px auto 0;
  max-width: 974px;
  padding: 35px 35px 40px;
  box-sizing: border-box;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .p-cellredmEffectRecommendationBlock {
    margin-top: 50px;
    padding: 20px 20px 30px;
  }
}
.p-cellredmEffectRecommendationHeading {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.1em;
  color: #88929b;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .p-cellredmEffectRecommendationHeading {
    font-size: 18px;
    margin-bottom: 15px;
  }
}
.p-cellredmEffectRecommendationList > li {
  border-bottom: 1px solid #afc1cf;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.12em;
  text-align: left;
  padding-bottom: 15px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .p-cellredmEffectRecommendationList > li {
    font-size: 15px;
    padding-bottom: 10px;
  }
}
.p-cellredmEffectRecommendationList > li + li {
  margin-top: 18px;
}
@media screen and (max-width: 768px) {
  .p-cellredmEffectRecommendationList > li + li {
    margin-top: 15px;
  }
}

@media screen and (max-width: 768px) {
  .p-cellredmDurationList {
    margin-top: 30px;
  }
}
.p-cellredmDurationList > li {
  display: flex;
}
@media screen and (max-width: 768px) {
  .p-cellredmDurationList > li {
    display: block;
  }
}
.p-cellredmDurationList > li + li {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .p-cellredmDurationList > li + li {
    margin-top: 36px;
  }
}
.p-cellredmDurationList__label {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.12em;
  width: 190px;
  border-right: #3d3d3d 1px solid;
  padding: 5px 4px 10px 0;
  box-sizing: border-box;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .p-cellredmDurationList__label {
    font-size: 18px;
    border-right: none;
    border-bottom: #3d3d3d 1px solid;
    width: 100%;
    margin-right: 0px;
    margin-bottom: 15px;
    padding-bottom: 10px;
    box-sizing: border-box;
  }
}
.p-cellredmDurationList__txt {
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.12em;
  text-align: left;
  padding: 8px 0 8px 37px;
  width: calc(100% - 190px);
}
@media screen and (max-width: 768px) {
  .p-cellredmDurationList__txt {
    font-size: 15px;
    text-align: left;
    width: 100%;
    padding: 0px;
  }
}

.p-cellredmRiskList {
  max-width: 980px;
  margin: 0 auto;
}
.p-cellredmRiskList > li {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .p-cellredmRiskList > li {
    display: block;
  }
}
.p-cellredmRiskList > li + li {
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .p-cellredmRiskList > li + li {
    margin-top: 36px;
  }
}
.p-cellredmRiskList__label {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.12em;
  padding: 13px 9px;
  box-sizing: border-box;
  background-color: #fff;
  min-width: 150px;
  text-align: center;
  display: flex;
  align-items: center;
  align-self: flex-start;
  justify-content: center;
  margin-right: 20px;
}
@media screen and (max-width: 768px) {
  .p-cellredmRiskList__label {
    min-height: 36px;
    justify-content: flex-start;
    font-size: 18px;
    width: 100%;
    text-align: left;
    padding: 7px 12px;
  }
}
.p-cellredmRiskList__txt {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.12em;
  width: calc(100% - 150px);
  text-align: left;
}
@media screen and (max-width: 768px) {
  .p-cellredmRiskList__txt {
    width: 100%;
    font-size: 14px;
    text-align: left;
    margin-top: 12px;
    padding-left: 0px;
  }
}
.p-cellredmRiskContentsAnnotation {
  max-width: 980px;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0.1em;
  text-align: left;
  margin: 36px auto 0;
}
@media screen and (max-width: 768px) {
  .p-cellredmRiskContentsAnnotation {
    font-size: 12px;
    margin: 30px auto 0;
  }
}
.p-cellredmRiskContentsAnnotation > p {
  position: relative;
  padding-left: 1em;
  box-sizing: border-box;
}
.p-cellredmRiskContentsAnnotation > p + p {
  margin-top: 10px;
}
.p-cellredmRiskContentsAnnotation > p::before {
  position: absolute;
  content: "※";
  left: 0px;
  top: 0px;
  display: inline-block;
}

.p-cellredmDowntimeList {
  max-width: 964px;
  margin: 0 auto;
}
.p-cellredmDowntimeList > li {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .p-cellredmDowntimeList > li {
    display: block;
  }
}
.p-cellredmDowntimeList > li + li {
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .p-cellredmDowntimeList > li + li {
    margin-top: 36px;
  }
}
.p-cellredmDowntimeList__label {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.12em;
  padding: 13px 9px;
  box-sizing: border-box;
  background-color: #fff;
  text-align: center;
  min-width: 190px;
  display: flex;
  align-items: center;
  align-self: flex-start;
  justify-content: center;
  margin-right: 20px;
}
@media screen and (max-width: 768px) {
  .p-cellredmDowntimeList__label {
    min-height: 36px;
    justify-content: flex-start;
    font-size: 18px;
    width: 100%;
    text-align: left;
    padding: 7px 12px;
  }
}
.p-cellredmDowntimeList__txt {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.12em;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .p-cellredmDowntimeList__txt {
    width: 100%;
    font-size: 14px;
    text-align: left;
    margin-top: 12px;
    padding-left: 0px;
  }
}
.p-cellredmDowntimeTxt {
  font-size: 16px;
  font-weight: 400;
  line-height: 2.25;
  letter-spacing: 0.12em;
  margin-bottom: 58px;
}
@media screen and (max-width: 768px) {
  .p-cellredmDowntimeTxt {
    width: 100%;
    font-size: 14px;
    text-align: left;
    margin: 0 auto 36px;
    padding-left: 0px;
  }
}
.p-cellredmDowntimeLife {
  margin: 85px auto 0;
  max-width: 980px;
}
@media screen and (max-width: 768px) {
  .p-cellredmDowntimeLife {
    margin-top: 60px;
  }
}
.p-cellredmDowntimeLife__title {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.08em;
  background: #dce6ee;
  box-sizing: border-box;
  min-height: 50px;
  padding: 10px 15px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .p-cellredmDowntimeLife__title {
    font-size: 16px;
    min-height: 40px;
    padding: 10px 12px;
  }
}
.p-cellredmDowntimeLifeList {
  margin: 30px auto 0;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 75px;
  max-width: 820px;
}
@media screen and (max-width: 768px) {
  .p-cellredmDowntimeLifeList {
    margin-top: 20px;
    display: block;
    gap: 0px 30px;
  }
}
.p-cellredmDowntimeLifeList > li {
  color: #404132;
  width: calc((100% - 75px) / 2);
}
@media screen and (max-width: 768px) {
  .p-cellredmDowntimeLifeList > li + li {
    margin-top: 36px;
    padding-top: 36px;
    border-top: 1px solid #afc1cf;
  }
}
@media screen and (max-width: 768px) {
  .p-cellredmDowntimeLifeList > li {
    margin-top: 0px;
    width: 100%;
  }
}
.p-cellredmDowntimeLifeList__img img {
  width: 120px;
}
.p-cellredmDowntimeLifeListImg {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 20px;
  max-width: 350px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-cellredmDowntimeLifeListImg {
    gap: 0;
  }
}
.p-cellredmDowntimeLifeListImg__item {
  width: calc(100% - 20px);
}
@media screen and (max-width: 768px) {
  .p-cellredmDowntimeLifeListImg__item {
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  .p-cellredmDowntimeLifeListImg__item img {
    width: 120px;
  }
}
.p-cellredmDowntimeLifeList__title {
  font-family: "Noto Serif JP", serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.14em;
  margin: 10px auto 15px;
}
@media screen and (max-width: 768px) {
  .p-cellredmDowntimeLifeList__title {
    font-size: 16px;
    margin-top: 10px;
  }
}
.p-cellredmDowntimeLifeList__catch {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.14em;
  margin: 20px auto;
}
@media screen and (max-width: 768px) {
  .p-cellredmDowntimeLifeList__catch {
    font-size: 16px;
    margin: 10px auto;
  }
}
.p-cellredmDowntimeLifeList__txt {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.1em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-cellredmDowntimeLifeList__txt {
    font-size: 14px;
    margin-top: 15px;
    text-align: justify;
  }
}

.p-cellredmPriceBlock {
  max-width: 720px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-cellredmPriceBlock {
    max-width: 460px;
  }
}
.p-cellredmPriceBox {
  background-color: #ebf2f8;
  padding: 35px;
  box-sizing: border-box;
  margin: 120px auto 0;
}
@media screen and (max-width: 768px) {
  .p-cellredmPriceBox {
    padding: 15px 20px 20px;
    margin: 60px auto 0;
  }
}
.p-cellredmPriceBox__onePrice {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.1em;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-cellredmPriceBox__onePrice {
    font-size: 15px;
  }
}
.p-cellredmPriceBox__onePrice > span {
  font-size: 50px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0;
  color: #406b90;
}
@media screen and (max-width: 768px) {
  .p-cellredmPriceBox__onePrice > span {
    font-size: 28px;
  }
}
.p-cellredmPriceBox__onePrice::after {
  position: absolute;
  content: "";
  bottom: -30px;
  left: 0;
  right: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 11px solid transparent;
  border-left: 11px solid transparent;
  border-top: 15px solid #adc1d3;
  border-bottom: 0;
}
@media screen and (max-width: 768px) {
  .p-cellredmPriceBox__onePrice::after {
    bottom: -25px;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    border-top: 12px solid #adc1d3;
  }
}
.p-cellredmPriceBox__campaignTxt {
  font-family: "Noto Serif JP", serif;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.1em;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .p-cellredmPriceBox__campaignTxt {
    font-size: 18px;
    margin-top: 36px;
  }
}
.p-cellredmPriceBox__periodTxt {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.1em;
  color: #7794ad;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .p-cellredmPriceBox__periodTxt {
    font-size: 15px;
    margin-top: 10px;
  }
}
.p-cellredmPriceBox__priceTxt {
  font-family: "Noto Serif JP", serif;
  font-size: 100px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0;
  color: #406b90;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .p-cellredmPriceBox__priceTxt {
    font-size: 40px;
    margin-top: 10px;
  }
}
.p-cellredmPriceBox__priceTxt > span {
  font-size: 35px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.1em;
  color: #3d3d3d;
}
@media screen and (max-width: 768px) {
  .p-cellredmPriceBox__priceTxt > span {
    font-size: 25px;
  }
}
.p-cellredmPriceBoxAnnotation {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.1em;
  text-align: left;
  margin: 25px auto 0;
}
@media screen and (max-width: 768px) {
  .p-cellredmPriceBoxAnnotation {
    font-size: 12px;
    margin: 15px auto 0;
  }
}
.p-cellredmPriceBoxAnnotation > p {
  position: relative;
  padding-left: 1em;
  box-sizing: border-box;
}
.p-cellredmPriceBoxAnnotation > p + p {
  margin-top: 10px;
}
.p-cellredmPriceBoxAnnotation > p::before {
  position: absolute;
  content: "※";
  left: 0px;
  top: 0px;
  display: inline-block;
}
.p-cellredmPriceBoxNominationFee {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.1em;
  text-align: left;
  margin: 20px auto 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-cellredmPriceBoxNominationFee {
    font-size: 12px;
    margin: 10px auto 0;
  }
}
.p-cellredmPriceBoxNominationFee > p {
  position: relative;
  padding-left: 1em;
}
.p-cellredmPriceBoxNominationFee > p + p {
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .p-cellredmPriceBoxNominationFee > p + p {
    margin-top: 5px;
  }
}
.p-cellredmPriceBoxNominationFee > p::before {
  position: absolute;
  content: "";
  left: 0px;
  top: 10px;
  background-color: #000000;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  display: inline-block;
}
.p-cellredmPriceBtnBlock {
  margin: 56px auto 0;
}
@media screen and (max-width: 768px) {
  .p-cellredmPriceBtnBlock {
    margin-top: 36px;
  }
}

.p-cellredmFaqList > li {
  counter-increment: faq_sec;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 60px 45px 40px;
  box-sizing: border-box;
  max-width: 1050px;
  width: calc(100% - 150px);
  position: relative;
  z-index: 1;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-cellredmFaqList > li {
    padding: 25px 15px 15px;
    width: 100%;
  }
}
.p-cellredmFaqList > li + li {
  margin-top: 56px;
}
@media screen and (max-width: 768px) {
  .p-cellredmFaqList > li + li {
    margin-top: 36px;
  }
}
.p-cellredmFaqList > li::after {
  content: counter(faq_sec, decimal-leading-zero);
  position: absolute;
  top: -10px;
  left: 10px;
  color: #f7f7f7;
  z-index: -1;
  font-size: 160px;
  font-weight: 500;
  line-height: 1;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .p-cellredmFaqList > li::after {
    font-size: 60px;
    top: 0;
    left: 5px;
  }
}
.p-cellredmFaqListTitle {
  padding-bottom: 20px;
  box-sizing: border-box;
}
.p-cellredmFaqListTitleBlock {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  text-align: left;
  border-bottom: #dbdada solid 1px;
  color: #406b90;
  margin-bottom: 20px;
  padding-bottom: 20px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .p-cellredmFaqListTitleBlock {
    font-size: 18px;
    padding-left: 15px;
  }
}
.p-cellredmFaqListTitleBlock__txt {
  font-size: 22px;
  font-weight: 500;
  line-height: 1.375;
  letter-spacing: 0.06em;
  padding-left: 30px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .p-cellredmFaqListTitleBlock__txt {
    font-size: 18px;
    padding-left: 15px;
  }
}
.p-cellredmFaqListBody {
  color: #3d3d3d;
  font-size: 16px;
  font-weight: 400;
  line-height: 2.25;
  letter-spacing: 0.12em;
  margin-top: 20px;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .p-cellredmFaqListBody {
    font-size: 14px;
    padding-bottom: 10px;
    width: 100%;
    margin-top: 10px;
  }
}
.p-cellredmFaqBtnBlock {
  margin: 56px auto 0;
}
@media screen and (max-width: 768px) {
  .p-cellredmFaqBtnBlock {
    margin-top: 36px;
  }
}

.c-access .c-secHeading {
  color: #4c4c4c;
}
.c-access .c-secHeading::after {
  color: #e6e3e0;
}
.c-accessPhotoBgArea {
  padding: 190px 0 120px;
  box-sizing: border-box;
  background-image: url("../images/common/bg_access.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .c-accessPhotoBgArea {
    padding: 90px 0 60px;
    background-image: url("../images/common/bg_access_sp.jpg");
  }
}
.c-accessContent {
  background-color: rgba(255, 255, 255, 0.6);
  padding: 60px 30px;
  box-sizing: border-box;
  max-width: 900px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .c-accessContent {
    padding: 20px 15px;
  }
}
.c-accessClinicName {
  font-family: "Noto Serif JP", serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 768px) {
  .c-accessClinicName {
    font-size: 24px;
  }
}
.c-accessAddress {
  font-family: "Noto Serif JP", serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.08em;
  margin-top: 24px;
}
@media screen and (max-width: 768px) {
  .c-accessAddress {
    font-size: 16px;
    margin-top: 20px;
  }
}
.c-accessAddressMedicalHours {
  font-family: "Noto Serif JP", serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.06em;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .c-accessAddressMedicalHours {
    font-size: 14px;
    margin-top: 8px;
  }
}
.c-accessAddressTel {
  font-family: "Noto Serif JP", serif;
  font-size: 46px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.04em;
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .c-accessAddressTel {
    font-size: 36px;
    margin-top: 20px;
  }
}
.c-accessAddressTel a {
  color: #4c4c4c;
}
.c-accessAddressTel a span {
  position: relative;
  padding-left: 45px;
  box-sizing: border-box;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .c-accessAddressTel a span {
    padding-left: 36px;
  }
}
.c-accessAddressTel a span::before {
  display: inline-block;
  position: absolute;
  content: "";
  left: 0;
  top: 8px;
  bottom: 0;
  margin: auto;
  background-image: url("../images/common/icon_tel.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 27px;
  height: 35px;
}
@media screen and (max-width: 768px) {
  .c-accessAddressTel a span::before {
    width: 22px;
    height: 30px;
  }
}
.c-accessBottomArea {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .c-accessBottomArea {
    margin-top: 36px;
  }
}
.c-accessMap {
  width: 100%;
  box-sizing: border-box;
  height: 0;
  position: relative;
  padding-top: 40.9%;
}
@media screen and (max-width: 768px) {
  .c-accessMap {
    padding-top: 66.66%;
  }
}
.c-accessMap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
}
.c-accessNavigationBlock {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .c-accessNavigationBlock {
    margin-top: 36px;
  }
}
.c-accessNavigationBlock .c-subSecHeading {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .c-accessNavigationBlock .c-subSecHeading {
    margin-bottom: 24px;
  }
}
.c-accessNavigationSec + .c-accessNavigationSec {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .c-accessNavigationSec + .c-accessNavigationSec {
    margin-top: 36px;
  }
}
.c-accessNavigationList {
  font-family: "Noto Serif JP", serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .c-accessNavigationList {
    font-size: 14px;
    text-align: left;
  }
}
.c-accessNavigationList > li + li {
  margin-top: 15px;
}

.c-cta {
  padding: 90px 0;
  background-color: #88929b;
  color: #fff;
  font-family: "Noto Serif JP", serif;
}
@media screen and (max-width: 768px) {
  .c-cta {
    padding: 50px 0;
  }
}
.c-ctaHeading {
  font-size: 36px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 768px) {
  .c-ctaHeading {
    font-size: 22px;
  }
}
.c-ctaTelBlock {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .c-ctaTelBlock {
    margin-top: 15px;
  }
}
.c-ctaTelLink {
  font-family: "Noto Serif JP", serif;
  font-size: 46px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 768px) {
  .c-ctaTelLink {
    font-size: 36px;
  }
}
.c-ctaTelLink > a {
  color: #fff;
}
.c-ctaTelLink > a span {
  position: relative;
  padding-left: 45px;
  box-sizing: border-box;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .c-ctaTelLink > a span {
    padding-left: 36px;
  }
}
.c-ctaTelLink > a span::before {
  display: inline-block;
  position: absolute;
  content: "";
  left: 0;
  top: 8px;
  bottom: 0;
  margin: auto;
  background-image: url("../images/common/icon_tel_white.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 27px;
  height: 35px;
}
@media screen and (max-width: 768px) {
  .c-ctaTelLink > a span::before {
    width: 22px;
    height: 30px;
  }
}
.c-ctaTelMedicalHours {
  font-family: "Noto Serif JP", serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.06em;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .c-ctaTelMedicalHours {
    font-size: 14px;
    margin-top: 8px;
  }
}
.c-ctaBtnLinks {
  display: flex;
  justify-content: center;
  gap: min(6.6666666667vw, 60px);
  margin: 50px auto 0;
  max-width: 900px;
}
@media screen and (max-width: 768px) {
  .c-ctaBtnLinks {
    margin-top: 36px;
    flex-direction: column;
    gap: 30px;
  }
}
.c-ctaBtnLinks a {
  color: #4c4c4c;
}
.c-ctaBtnLinkAnc {
  padding: min(1.6666666667vw, 15px) min(3.3333333333vw, 30px);
  box-sizing: border-box;
  background-color: #fff;
  max-width: min(42.2222222222vw, 380px);
  width: 100%;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 82px;
  font-size: min(2.4444444444vw, 22px);
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0.12em;
  color: #4c4c4c;
  transition: all 0.2s ease-out;
  box-shadow: 0 2px 6px rgba(63, 58, 25, 0.3);
}
@media screen and (max-width: 768px) {
  .c-ctaBtnLinkAnc {
    padding: 12px 18px;
    border-radius: 5px;
    font-size: 16px;
    min-height: 60px;
    max-width: none;
    width: 77%;
    margin: 0 auto;
  }
}
.c-ctaBtnLinkAnc:hover {
  opacity: 1;
  background-color: #5892c6;
  color: #fff;
  box-shadow: 0 6px 14px rgba(63, 58, 25, 0.34);
}
@media screen and (max-width: 768px) {
  .c-ctaBtnLinkAnc:hover {
    background-color: #fff;
    color: #4c4c4c;
  }
}
.c-ctaBtnLinkAnc span {
  display: flex;
  align-items: center;
  position: relative;
}
.c-ctaBtnLinkAnc.c-ctaBtnLinkAnc--web span::before {
  content: "";
  display: inline-block;
  background-image: url("../images/common/icon_mail.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: min(3.8888888889vw, 35px);
  height: min(4.6666666667vw, 42px);
  margin-right: min(2.2222222222vw, 20px);
  transition: all 0.2s ease-out;
}
@media screen and (max-width: 768px) {
  .c-ctaBtnLinkAnc.c-ctaBtnLinkAnc--web span::before {
    width: 24px;
    height: 21px;
    margin-right: 10px;
  }
}
.c-ctaBtnLinkAnc.c-ctaBtnLinkAnc--web:hover span::before {
  background-image: url("../images/common/icon_mail_white.png");
}
@media screen and (max-width: 768px) {
  .c-ctaBtnLinkAnc.c-ctaBtnLinkAnc--web:hover span::before {
    background-image: url("../images/common/icon_mail.png");
  }
}
.c-ctaBtnLinkAnc.c-ctaBtnLinkAnc--line span::before {
  content: "";
  display: inline-block;
  background-image: url("../images/common/icon_chat.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: min(3.8888888889vw, 35px);
  height: min(3.8888888889vw, 35px);
  margin-right: min(2.2222222222vw, 20px);
  transition: all 0.2s ease-out;
}
@media screen and (max-width: 768px) {
  .c-ctaBtnLinkAnc.c-ctaBtnLinkAnc--line span::before {
    width: 24px;
    height: 24px;
    margin-right: 10px;
  }
}
.c-ctaBtnLinkAnc.c-ctaBtnLinkAnc--line:hover span::before {
  background-image: url("../images/common/icon_chat_white.png");
}
@media screen and (max-width: 768px) {
  .c-ctaBtnLinkAnc.c-ctaBtnLinkAnc--line:hover span::before {
    background-image: url("../images/common/icon_chat.png");
  }
}
/* UTILITY */
.u-taL {
  text-align: left !important;
}

.u-taC {
  text-align: center !important;
}

.u-taR {
  text-align: right !important;
}

.u-hasULine {
  text-decoration: underline;
}

@media screen and (max-width: 768px) {
  .u-pcOnly {
    display: none !important;
  }
}

.u-spOnly {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .u-spOnly {
    display: block !important;
  }
}/*# sourceMappingURL=contents.css.map */