/*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: 0;
  top: 0;
  z-index: 1000;
}
.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;
  background-color: #161616;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.08em;
  transition: all 0.4s ease-out;
  color: #fff !important;
}
@media screen and (max-width: 768px) {
  .c-floatMenuBtn {
    height: 55px;
    width: 55px;
    font-size: 9px;
  }
}
.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: 28px;
  }
}
.c-floatMenuBtn.c-floatMenuBtn--reserve span::before {
  top: 8px;
  background-image: url("../images/common/icon_mail_white.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: 3px;
    width: 24px;
    height: 18px;
  }
}
.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-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: #3f4a39;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .c-floatPageIndexBtn:hover {
    background-color: #f4f3f1;
    color: #4c453e;
  }
}
.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 a:hover {
  color: #c0c0c0;
}

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

.c-pageIndexBlock {
  background-color: #c0c0c0;
  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: #4c453e;
  height: 100%;
  width: 1px;
}
.c-pageIndexNaviList > li:last-of-type::before {
  display: none;
}
.c-pageIndexNaviList a {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.1em;
  color: #3c352e;
  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: #ececec;
}

.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 #4c453e;
  box-sizing: border-box;
  background-color: #4c453e;
  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: #4c453e;
}
.c-caseBtn > a:hover::before {
  background-image: url("../images/common/icon_woman_bk.png");
}

.c-kv {
  padding: 40px 40px 0;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .c-kv {
    padding: 15px 15px 0;
  }
}
.c-kvImage {
  position: relative;
  background-image: url("../images/hige_removal/mv_pc.jpg");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: cover;
  width: 100%;
  aspect-ratio: 1840/1030;
}
@media screen and (max-width: 768px) {
  .c-kvImage {
    background-image: url("../images/hige_removal/mv.jpg");
    background-position: left center;
    aspect-ratio: 694/980;
    max-height: 100vh;
  }
}
.c-kvCatch {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  writing-mode: vertical-rl;
  text-orientation: upright;
  position: absolute;
  top: 0;
  bottom: 0;
  left: min(3.5416666667vw, 68px);
  margin: auto;
  width: -moz-max-content;
  width: max-content;
  min-width: min(5.7142857143vw, 72px);
  height: -moz-max-content;
  height: max-content;
  font-size: clamp(16px, 1.6666666667vw, 32px);
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.2em;
  padding: 25px 15px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .c-kvCatch {
    margin-bottom: 0;
    min-width: min(11.7333333333vw, 88px);
    font-size: clamp(20px, 4.2666666667vw, 32px);
    padding: min(4.8vw, 36px) 10px min(5.3333333333vw, 40px);
    left: 15px;
  }
}
.c-kvTitle {
  font-size: 68px;
  font-size: clamp(68px, 6.9791666667vw, 134px);
  line-height: 1.5;
  color: #fff;
  position: absolute;
  bottom: min(3.6458333333vw, 70px);
  right: min(5.2083333333vw, 100px);
  letter-spacing: 0.08em;
  font-weight: 500;
  line-height: 1.15;
}
@media screen and (max-width: 768px) {
  .c-kvTitle {
    font-size: clamp(50px, 13.3333333333vw, 100px);
    bottom: min(6.1333333333vw, 46px);
    right: min(2.6666666667vw, 20px);
  }
}
.c-kvTitle span {
  font-size: 35px;
  font-size: clamp(35px, 3.6458333333vw, 70px);
  letter-spacing: 0.1em;
  font-weight: 400;
  display: inline-block;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .c-kvTitle span {
    font-size: clamp(26px, 6.9333333333vw, 52px);
    margin-bottom: 10px;
  }
}

.c-sec {
  padding: 120px 0 120px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .c-sec {
    padding: 70px 0 100px;
  }
}
.c-sec.c-sec--bgBk {
  background-color: #161616;
  margin-top: 0px;
}
.c-sec.c-sec--bgBk .c-secHeading {
  color: #fff;
}
.c-secHeading {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.08em;
  text-align: left;
  color: #161616;
}
@media screen and (max-width: 768px) {
  .c-secHeading {
    font-size: 20px;
  }
}
.c-secHeadingLabel {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.08em;
  position: relative;
  padding-left: 5px;
  box-sizing: border-box;
  margin-bottom: 5px;
  color: #aeaeae;
}
@media screen and (max-width: 768px) {
  .c-secHeadingLabel {
    font-size: 15px;
  }
}
.c-secHeadingLabel::before {
  content: "";
  position: relative;
  left: -5px;
  top: -5px;
  background-color: #aeaeae;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .c-secHeadingLabel::before {
    width: 5px;
    height: 5px;
    left: -3px;
    top: -3px;
  }
}
.c-secHeadingBlock {
  text-align: left;
}

.c-subSec {
  margin-top: 120px;
}
@media screen and (max-width: 768px) {
  .c-subSec {
    margin-top: 70px;
  }
}
.c-subSecHeading {
  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);
}
@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: #3c352e;
  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;
  color: #4c453e;
}
@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-btn > a {
  display: inline-flex;
  align-items: center;
  min-width: 284px;
  background-color: #3f4a39;
  color: #fff;
  min-height: 50px;
  border-radius: 6px;
  padding: 5px 40px 5px 20px;
  border: 1px solid #3f4a39;
  box-sizing: border-box;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.1em;
  position: relative;
}
@media screen and (max-width: 768px) {
  .c-btn > a {
    font-size: 14px;
  }
}
.c-btn > a:hover {
  background-color: #fff;
  color: #3f4a39;
  opacity: 1;
}
.c-btn > a:hover::after {
  border-color: #3f4a39;
}
.c-btn > a::after {
  content: "";
  position: absolute;
  transform: rotate(-45deg);
  margin: auto;
  top: 0;
  right: 10px;
  bottom: 0;
  width: 9px;
  height: 9px;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
}
@media screen and (max-width: 768px) {
  .c-btn > a::after {
    width: 7px;
    height: 7px;
  }
}

.c-reasonsContents {
  position: relative;
}
.c-reasonsContents::before {
  position: absolute;
  content: "";
  right: 0;
  top: 175px;
  background-image: url("../images/common/reason_01.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: min(76.5079365079vw, 964px);
  height: min(43.3333333333vw, 546px);
}
@media screen and (max-width: 768px) {
  .c-reasonsContents::before {
    display: none;
  }
}
.c-reasonsContents::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 175px;
  background-image: url("../images/common/reason_02.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: min(73.5714285714vw, 927px);
  height: min(46.5873015873vw, 587px);
}
@media screen and (max-width: 768px) {
  .c-reasonsContents::after {
    display: none;
  }
}
.c-reasonsContentsSec {
  counter-increment: reason_sec;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 60px 45px 40px;
  box-sizing: border-box;
  max-width: 1050px;
  width: calc(100% - 150px);
  min-height: 309px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .c-reasonsContentsSec {
    width: calc(100% - 40px);
    padding: 25px 15px 15px;
  }
}
.c-reasonsContentsSec + .c-reasonsContentsSec {
  margin-top: 57px;
}
@media screen and (max-width: 768px) {
  .c-reasonsContentsSec + .c-reasonsContentsSec {
    margin-top: 35px;
  }
}
.c-reasonsContentsSec:nth-of-type(even) {
  margin: 57px 0 0 auto;
}
@media screen and (max-width: 768px) {
  .c-reasonsContentsSec:nth-of-type(even) {
    width: 90%;
  }
}
.c-reasonsContentsSec::after {
  content: counter(reason_sec, decimal-leading-zero);
  position: absolute;
  top: -10px;
  left: 0;
  color: #f6f6f6;
  z-index: -1;
  font-size: 160px;
  font-weight: 400;
  line-height: 1;
  font-optical-sizing: auto;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .c-reasonsContentsSec::after {
    font-size: 60px;
    top: 0;
    left: 5px;
  }
}
.c-reasonsContentsSecHead {
  padding-bottom: 20px;
  box-sizing: border-box;
  border-bottom: #3c352e solid 1px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .c-reasonsContentsSecHead {
    padding-bottom: 20px;
    margin-bottom: 10px;
  }
}
.c-reasonsContentsSecHeading {
  font-optical-sizing: auto;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.375;
  letter-spacing: 0.06em;
  text-align: left;
  padding-left: 30px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .c-reasonsContentsSecHeading {
    font-size: 18px;
    padding-left: 15px;
  }
}
.c-reasonsContentsSecTxtBlock {
  color: #3c352e;
  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) {
  .c-reasonsContentsSecTxtBlock {
    font-size: 14px;
    padding-bottom: 10px;
    width: 100%;
    margin-top: 10px;
  }
}
.c-reasonsContentsSecImageTxtBlock {
  display: flex;
  gap: 36px;
}
@media screen and (max-width: 768px) {
  .c-reasonsContentsSecImageTxtBlock {
    gap: 15px;
  }
}
.c-reasonsContentsSecImageTxtBlock__txt {
  width: calc(100% - 252px);
}
@media screen and (max-width: 768px) {
  .c-reasonsContentsSecImageTxtBlock__txt {
    width: calc(100% - 108px);
  }
}
.c-reasonsContentsSecImageTxtBlock__image {
  width: 216px;
  padding-top: 10px;
}
@media screen and (max-width: 768px) {
  .c-reasonsContentsSecImageTxtBlock__image {
    width: 108px;
  }
}

.c-access .c-secHeading {
  color: #3c352e;
}
.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: 400;
  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: 400;
  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: #3f4a39;
}
.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: #7f867b;
  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: 400;
  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: #3f4a39;
}
.c-ctaBtnLinkAnc {
  padding: min(1.6666666667vw, 15px) min(3.3333333333vw, 30px);
  box-sizing: border-box;
  background-color: #3f4a39;
  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: #3f4a39;
  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: #3f4a39;
  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: #3f4a39;
  }
}
.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");
  }
}
.p-higeRemovalIntro {
  padding: 200px 0 120px;
}
@media screen and (max-width: 768px) {
  .p-higeRemovalIntro {
    padding: 80px 0 100px;
  }
}
.p-higeRemovalIntroCatch {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.825;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 768px) {
  .p-higeRemovalIntroCatch {
    font-size: 20px;
  }
}
.p-higeRemovalIntroCatch span {
  border-bottom: 5px solid #000;
}
@media screen and (max-width: 768px) {
  .p-higeRemovalIntroCatch span {
    border-width: 2.5px;
  }
}
.p-higeRemovalIntroContentsList {
  display: flex;
  gap: 15px;
  margin-top: 64px;
}
@media screen and (max-width: 768px) {
  .p-higeRemovalIntroContentsList {
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 30px;
  }
}
.p-higeRemovalIntroContentsList > li {
  display: flex;
  flex-direction: column;
  width: calc((100% - 30px) / 3);
}
@media screen and (max-width: 768px) {
  .p-higeRemovalIntroContentsList > li {
    width: calc((100% - 15px) / 2);
  }
}
@media screen and (max-width: 520px) {
  .p-higeRemovalIntroContentsList > li {
    width: 100%;
  }
}
.p-higeRemovalIntroContentsListItem {
  border: 2px solid #161616;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.p-higeRemovalIntroContentsListItem__txtArea {
  font-size: 20px;
  font-size: min(1.5873015873vw, 20px);
  font-weight: 500;
  line-height: 2.25;
  letter-spacing: 0.12em;
  background-color: #161616;
  min-height: min(14.9206349206vw, 188px);
  color: #fff;
  padding: min(1.5873015873vw, 20px) min(2.8571428571vw, 36px);
  box-sizing: border-box;
  text-align: left;
  display: flex;
  align-items: center;
  flex-grow: 1;
}
@media screen and (max-width: 768px) {
  .p-higeRemovalIntroContentsListItem__txtArea {
    font-size: min(4.8vw, 18px);
    padding: min(4.5333333333vw, 17px) min(5.3333333333vw, 20px);
  }
}
.p-higeRemovalIntroContentsListItem__txtArea strong {
  font-size: min(2.8571428571vw, 36px);
  line-height: 1;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 768px) {
  .p-higeRemovalIntroContentsListItem__txtArea strong {
    font-size: min(6.6666666667vw, 25px);
  }
}
.p-higeRemovalIntroContentsListItem__txtArea span {
  display: inline-block;
}
.p-higeRemovalIntroMsgBox {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: clamp(24px, 3.2258064516vw, 30px);
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.22em;
  background-color: #efefef;
  padding: 20px;
  box-sizing: border-box;
  max-width: 880px;
  min-height: min(23.3333333333vw, 217px);
  margin: 67px auto 0;
}
@media screen and (max-width: 768px) {
  .p-higeRemovalIntroMsgBox {
    margin-top: 50px;
    font-size: clamp(19px, 4.6153846154vw, 24px);
    padding: 36px 15px;
  }
}

.p-about {
  background-color: #000;
  background-image: url(../images/hige_removal/about-bg.png);
  background-size: 50%;
  background-position: top right;
  background-repeat: no-repeat;
}
@media screen and (max-width: 520px) {
  .p-about {
    background-image: url(../images/hige_removal/about-bg-sp.png);
    background-position: 100% 10%;
    background-size: 100%;
  }
}
.p-aboutBody {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .p-aboutBody {
    margin-top: 45px;
  }
}
.p-aboutToptxt {
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.04em;
  text-align: left;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .p-aboutToptxt {
    font-size: 15px;
  }
}
.p-aboutFeaturesIndexBox {
  background-color: #464646;
  padding: 40px 26px 50px;
  box-sizing: border-box;
  max-width: 690px;
  margin-top: 65px;
}
@media screen and (max-width: 768px) {
  .p-aboutFeaturesIndexBox {
    margin-top: 9rem;
    padding: 35px 15px;
  }
}
.p-aboutFeaturesIndexBoxTitle {
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.04em;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .p-aboutFeaturesIndexBoxTitle {
    font-size: 16px;
  }
}
.p-aboutFeaturesIndexBoxList {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.04em;
  color: #fff;
  margin-top: 45px;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .p-aboutFeaturesIndexBoxList {
    font-size: 15px;
    margin-top: 30px;
  }
}
.p-aboutFeaturesIndexBoxList > li {
  counter-increment: reason_sec;
  position: relative;
  padding-left: 30px;
  box-sizing: border-box;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .p-aboutFeaturesIndexBoxList > li {
    padding-left: 20px;
  }
}
.p-aboutFeaturesIndexBoxList > li + li {
  margin-top: 45px;
}
@media screen and (max-width: 768px) {
  .p-aboutFeaturesIndexBoxList > li + li {
    margin-top: 25px;
  }
}
.p-aboutFeaturesIndexBoxList > li::after {
  content: counter(reason_sec);
  position: absolute;
  top: 0px;
  left: -1px;
  color: #898787;
  z-index: -1;
  font-size: 28px;
  font-weight: 400;
  line-height: 1;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .p-aboutFeaturesIndexBoxList > li::after {
    font-size: 20px;
  }
}
.p-aboutFeaturesList {
  margin-top: 170px;
}
@media screen and (max-width: 768px) {
  .p-aboutFeaturesList {
    margin-top: 130px;
  }
}
.p-aboutFeaturesList li {
  counter-increment: aboutReasons;
  position: relative;
}
.p-aboutFeaturesList li:first-of-type .p-aboutFeaturesList__contentsBox {
  display: block;
}
.p-aboutFeaturesList li + li {
  margin-top: 180px;
}
@media screen and (max-width: 768px) {
  .p-aboutFeaturesList li + li {
    margin-top: 150px;
  }
}
.p-aboutFeaturesList li::before {
  content: counter(aboutReasons, decimal-leading-zero);
  position: absolute;
  top: -25px;
  left: 0px;
  color: #3f3f3e;
  font-size: 80px;
  font-weight: 500;
  line-height: 1;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  letter-spacing: 0.08em;
  white-space: nowrap;
  transform: translate(0%, -100%);
}
@media screen and (max-width: 768px) {
  .p-aboutFeaturesList li::before {
    font-size: 60px;
    top: -20px;
  }
}
.p-aboutFeaturesList li:nth-child(even):before {
  content: counter(aboutReasons, decimal-leading-zero);
  left: auto;
  right: 0px;
}
.p-aboutFeaturesList__titleBox {
  margin-top: 40px;
  padding: 0 50px 0 0;
  box-sizing: border-box;
  cursor: pointer;
  position: relative;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .p-aboutFeaturesList__titleBox {
    margin-top: 20px;
    padding: 0 50px 0 0;
  }
}
.p-aboutFeaturesList__titleBox::before {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 30px;
  height: 1px;
  background-color: #fff;
}
.p-aboutFeaturesList__titleBox::after {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 30px;
  height: 1px;
  background-color: #fff;
  transform: rotate(90deg);
  transition: transform 0.3s ease-out;
}
.p-aboutFeaturesList__titleBox.is-opened::after {
  transition: transform 0.3s ease-out;
  transform: rotate(0deg);
}
.p-aboutFeaturesList__contentsBox {
  display: none;
  margin-top: 46px;
}
@media screen and (max-width: 768px) {
  .p-aboutFeaturesList__contentsBox {
    margin-top: 40px;
  }
}
.p-aboutFeaturesListTitle {
  font-optical-sizing: auto;
  font-size: 24px;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.08em;
  text-align: justify;
  box-sizing: border-box;
  position: relative;
  color: #fff;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .p-aboutFeaturesListTitle {
    font-size: 18px;
  }
}
.p-aboutFeaturesListTitle.p-aboutFeaturesListTitle--right {
  text-align: right;
}
.p-aboutFeaturesListTxt {
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.04em;
  color: #fff;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .p-aboutFeaturesListTxt {
    font-size: 15px;
    line-height: 2.16;
  }
}
.p-aboutFeaturesListTxt p + p {
  margin-top: 1em;
}

.p-higeRemovalPriceSec {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .p-higeRemovalPriceSec {
    margin-top: 45px;
  }
}
.p-higeRemovalPriceSecHeading {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.08em;
  background: #161616;
  color: #fff;
  padding: 10px 15px;
  box-sizing: border-box;
  margin-bottom: 20px;
  min-height: 68px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .p-higeRemovalPriceSecHeading {
    font-size: 16px;
    padding: 10px 12px;
    min-height: 43px;
  }
}
.p-higeRemovalPriceTxtBlock {
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.04em;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .p-higeRemovalPriceTxtBlock {
    font-size: 15px;
  }
}
.p-higeRemovalPrice__txt {
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.04em;
  text-align: left;
}
.p-higeRemovalPriceSubSec {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .p-higeRemovalPriceSubSec {
    margin-top: 50px;
  }
}
.p-higeRemovalPriceSubSecHeading {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.04em;
  border-bottom: 2px solid #d9d9d9;
  text-align: left;
  padding-bottom: 15px;
  margin-bottom: 20px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .p-higeRemovalPriceSubSecHeading {
    font-size: 17px;
    margin-bottom: 15px;
    border-width: 1px;
    padding-bottom: 10px;
  }
}
.p-higeRemovalPriceFigure {
  margin: 43px auto 0;
}
@media screen and (max-width: 768px) {
  .p-higeRemovalPriceFigure {
    margin-top: 30px;
  }
}
.p-higeRemovalPriceFigureBlock {
  max-width: 750px;
  margin: 0 auto;
}
.p-higeRemovalPriceFigureTable {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .p-higeRemovalPriceFigureTable {
    margin-top: 20px;
  }
}
.p-higeRemovalPriceFigureTable > li {
  display: flex;
  border: 1px solid #161616;
  margin: 0 auto;
}
.p-higeRemovalPriceFigureTable > li + li {
  margin-top: 0;
  border-top: 0;
}
.p-higeRemovalPriceFigureTableLabel {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.08em;
  background-color: #161616;
  color: #fff;
  padding: 15px 20px 15px;
  box-sizing: border-box;
  width: 250px;
  min-height: 50px;
  align-self: stretch;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .p-higeRemovalPriceFigureTableLabel {
    font-size: 17px;
    width: 120px;
    min-height: 38px;
    padding: 8px 10px;
  }
}
.p-higeRemovalPriceFigureTablePrice {
  padding: 10px;
  box-sizing: border-box;
  font-size: 30px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 768px) {
  .p-higeRemovalPriceFigureTablePrice {
    font-size: 25px;
    padding: 2px 10px;
  }
}
.p-higeRemovalPriceFigureTablePrice__yen {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.02em;
}
.p-higeRemovalPriceFigureTablePrice__tax {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 768px) {
  .p-higeRemovalPriceFigureTablePrice__tax {
    font-size: 15px;
  }
}
.p-higeRemovalPriceFigureTableAnnotation {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.08em;
  text-align: left;
  margin-top: 10px;
}
.p-higeRemovalPriceFigureTableAnnotation p + p {
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .p-higeRemovalPriceFigureTableAnnotation {
    margin-top: 12px;
    font-size: 13px;
  }
}
.p-higeRemovalPriceBtn {
  color: #fff !important;
  font-size: 24px;
  line-height: 1.5;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  min-width: 310px;
  min-height: 80px;
  display: flex;
  align-items: center;
  padding: 10px 75px 10px 55px;
  box-sizing: border-box;
  border-radius: 100px;
  background-color: #000;
  margin: 80px auto 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-higeRemovalPriceBtn {
    margin-top: 55px;
    font-size: 20px;
    min-height: 50px;
    border-radius: 100px;
    min-width: 246px;
  }
}
.p-higeRemovalPriceBtn::after {
  position: absolute;
  content: "";
  display: inline-block;
  background-image: url(../images/hige_removal/arrow_right_w.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 17px;
  height: 15px;
  right: 40px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.p-flowSec {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .p-flowSec {
    margin-top: 45px;
  }
}
.p-flowTopTxt {
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.04em;
  color: #fff;
  text-align: left;
}
.p-flowList {
  margin: 64px auto 0;
  max-width: 900px;
}
@media screen and (max-width: 768px) {
  .p-flowList {
    margin-top: 30px;
  }
}
.p-flowList > li {
  counter-increment: flowContentsList;
  color: #FFFFFF;
  position: relative;
}
.p-flowList > li + li {
  margin-top: 150px;
}
@media screen and (max-width: 768px) {
  .p-flowList > li + li {
    margin-top: 108px;
  }
}
.p-flowList > li + li::before {
  content: "";
  width: 1px;
  height: 80px;
  background-color: #fff;
  position: absolute;
  top: -110px;
}
@media screen and (max-width: 768px) {
  .p-flowList > li + li::before {
    top: -85px;
    height: 65px;
  }
}
.p-flowListItemHeading {
  box-sizing: border-box;
  padding-left: 100px;
  font-size: 24px;
  line-height: 2;
  font-weight: 500;
  letter-spacing: 0.08em;
  position: relative;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .p-flowListItemHeading {
    font-size: 17px;
    padding-left: 60px;
  }
}
.p-flowListItemHeading::before {
  content: counter(flowContentsList, decimal-leading-zero);
  position: absolute;
  top: -10px;
  left: 0;
  color: #3f3f3e;
  z-index: -1;
  font-size: 60px;
  font-weight: 500;
  line-height: 1;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  letter-spacing: 0.08em;
  white-space: nowrap;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .p-flowListItemHeading::before {
    font-size: 40px;
    top: -5px;
  }
}
.p-flowList__body {
  margin: 30px auto 0;
}
@media screen and (max-width: 768px) {
  .p-flowList__body {
    margin-top: 20px;
  }
}
.p-flowListContent {
  display: flex;
  justify-content: space-between;
}
.p-flowListContent__thumbnail {
  max-width: 160px;
  margin-right: 30px;
}
@media screen and (max-width: 768px) {
  .p-flowListContent__thumbnail {
    max-width: 100px;
    margin-right: 20px;
  }
}
.p-flowListContent__txtArea {
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.25em;
  text-align: left;
  width: calc(100% - 160px);
}
@media screen and (max-width: 768px) {
  .p-flowListContent__txtArea {
    width: calc(100% - 120px);
    font-size: 15px;
    line-height: 2.16;
    letter-spacing: 0.04em;
    margin-top: -10px;
  }
}

.c-higeRemovalFaqList {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .c-higeRemovalFaqList {
    margin-top: 45px;
  }
}
.c-higeRemovalFaqList > li {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}
.c-higeRemovalFaqList > li + li {
  border-top: 0px solid #000;
  border-bottom: 1px solid #000;
}
.c-higeRemovalFaqList__qBox {
  padding: 38px 0 39px;
  box-sizing: border-box;
  cursor: pointer;
  position: relative;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .c-higeRemovalFaqList__qBox {
    padding: 14px 0 16px;
  }
}
.c-higeRemovalFaqList__qBox > span {
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
  display: inline-block;
  width: 16px;
  height: 17px;
  transform: rotate(180deg);
  transition: all 0.4s ease-out;
}
@media screen and (max-width: 768px) {
  .c-higeRemovalFaqList__qBox > span {
    right: 5px;
  }
}
.c-higeRemovalFaqList__qBox > span::before, .c-higeRemovalFaqList__qBox > span::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  inset: 0;
  margin: auto;
}
.c-higeRemovalFaqList__qBox > span::before {
  top: 13px;
  left: 0;
  width: 1px;
  height: 13px;
  background: #000;
}
@media screen and (max-width: 768px) {
  .c-higeRemovalFaqList__qBox > span::before {
    top: 10px;
    height: 10px;
  }
}
.c-higeRemovalFaqList__qBox > span::after {
  width: 10px;
  height: 10px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  transform: rotate(-45deg);
}
@media screen and (max-width: 768px) {
  .c-higeRemovalFaqList__qBox > span::after {
    width: 6px;
    height: 6px;
  }
}
.c-higeRemovalFaqList__qBox.is-opened > span {
  top: -10px;
  transform: rotate(0deg);
}
@media screen and (max-width: 768px) {
  .c-higeRemovalFaqList__qBox.is-opened > span {
    top: -7px;
  }
}
.c-higeRemovalFaqList__aBox {
  display: none;
  padding: 38px 0 39px;
  border-top: 1px solid #d9d9d9;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .c-higeRemovalFaqList__aBox {
    padding: 14px 0 16px;
  }
}
.c-higeRemovalFaqListQuestion {
  font-optical-sizing: auto;
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.08em;
  text-align: justify;
  padding: 0 50px 0 75px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .c-higeRemovalFaqListQuestion {
    line-height: 1.59;
    padding: 0 30px 0 36px;
  }
}
.c-higeRemovalFaqListQuestion::before {
  position: absolute;
  content: "Q.";
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-size: 30px;
  line-height: 1;
  letter-spacing: 0.08em;
  padding-right: 30px;
  box-sizing: border-box;
  color: #262523;
  left: 0;
  top: 35px;
  bottom: 0;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .c-higeRemovalFaqListQuestion::before {
    top: 16px;
    font-size: 20px;
    padding-right: 10px;
  }
}
.c-higeRemovalFaqListAnswer {
  text-align: left;
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.04em;
  padding: 0 50px 0 75px;
  box-sizing: border-box;
  position: relative;
}
@media screen and (max-width: 768px) {
  .c-higeRemovalFaqListAnswer {
    line-height: 2.16;
    padding: 0 0 0 36px;
  }
}
.c-higeRemovalFaqListAnswer::before {
  position: absolute;
  content: "A.";
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-size: 30px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.08em;
  padding-right: 30px;
  box-sizing: border-box;
  color: #262523;
  left: 0;
  top: -3px;
}
@media screen and (max-width: 768px) {
  .c-higeRemovalFaqListAnswer::before {
    top: 8px;
    font-size: 20px;
    padding-right: 10px;
  }
}

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