@charset "UTF-8";
/*=======================================

  こちらにLPページの個別cssを記述してください。

  =======================================*/
/* h1 */
@media screen and (min-width: 1101px) {
  .l-header__text {
    line-height: 1.5;
    padding-top: 4px;
  }
}
/* 3つのサポートセクション */
.p-support .p-story__wrap {
  margin-top: 20px;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .p-support .p-story__wrap {
    margin-top: 40px;
  }
}
/* ビフォーアフターセクション */
.p-beforeafter .l-inner:not(:nth-of-type(-n + 2)) {
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .p-beforeafter .l-inner:not(:nth-of-type(-n + 2)) {
    margin-top: 40px;
  }
}
.p-beforeafter__slider-wrap {
  position: relative;
  width: calc(100% + 30px);
  margin: 0 -15px;
  padding-bottom: 46px;
}
@media screen and (min-width: 768px) {
  .p-beforeafter__slider-wrap {
    width: calc(100% + 80px);
    height: 100%;
    margin: 0 -40px;
    padding-bottom: 0;
  }
  .p-beforeafter .p-column {
    width: calc(100% + 80px);
    margin-right: -40px;
    margin-left: -40px;
  }
}
.p-beforeafter__slider-wrap .c-slide__upper {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%);
  z-index: 10;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  max-width: 1000px;
  padding: 0 10px;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.p-beforeafter__arrow-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
}
.p-beforeafter__arrow {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #222;
  color: var(--color-white);
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  line-height: 40px;
  border: none;
  cursor: pointer;
  pointer-events: auto;
  position: relative;
}
.c-arrow-prev {
  left: 0;
}
.c-arrow-prev::before {
  content: "";
  width: 10px;
  height: 10px;
  border: 0;
  border-top: solid 2px var(--color-white);
  border-left: solid 2px var(--color-white);
  transform: rotate(-45deg);
  position: absolute;
  top: 0;
  left: calc(50% - 3px);
  bottom: 0;
  margin: auto;
}
.c-arrow-next {
  right: 0;
}
.c-arrow-next::before {
  content: "";
  width: 10px;
  height: 10px;
  border: 0;
  border-bottom: solid 2px var(--color-white);
  border-right: solid 2px var(--color-white);
  transform: rotate(-45deg);
  position: absolute;
  top: 0;
  right: calc(50% - 3px);
  bottom: 0;
  margin: auto;
}
.p-beforeafter__dots {
  pointer-events: all;
}
.p-beforeafter__dots .slick-dots {
  width: 100%;
}
.p-beforeafter__dots .slick-dots > li {
  margin: 0 15px;
}
.p-beforeafter__dots .slick-dots > li > button {
  background-color: #D3D3D3;
}
.p-beforeafter__dots .slick-dots > li.slick-active > button {
  background-color: #222;
}
.p-beforeafter__list {
  display: block;
  margin-top: 20px;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .p-beforeafter__list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 40px;
    margin-top: 40px;
  }
}
.p-beforeafter__item {
  text-align: center;
  padding: 0 20px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-beforeafter__item {
    padding: 0;
  }
}
.p-beforeafter__item-inner {
  background-color: var(--color-light-yellow-5);
  border-radius: 20px;
  padding: 30px 33px;
  height: 100%;
}
.p-beforeafter__head {
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 23px;
  letter-spacing: -0.04em;
}
.p-beforeafter__head span {
  display: inline-block;
  letter-spacing: -.5em;
  transform: translateX(-0.23em);
}
.p-beforeafter__label {
  display: inline-block;
  position: relative;
  font-weight: bold;
  padding: 3px 20px 1px;
  min-height: 24px;
  max-width: 160px;
  width: 100%;
  border-radius: 50vh;
  font-size: 16px;
  line-height: 1.2;
  margin-bottom: 10px;
}
.p-beforeafter__label::before {
  content: "";
  position: absolute;
  display: inline-block;
  top: 100%;
  left: 50%;
  margin-left: -8px;
  border: 8px solid transparent;
}
.p-beforeafter__label--before {
  background-color: var(--color-q-text);
  color: var(--color-white);
}
.p-beforeafter__label--before::before {
  border-top: 8px solid var(--color-q-text);
}
.p-beforeafter__label--after {
  background-color: var(--color-main);
}
.p-beforeafter__label--after::before {
  border-top: 8px solid var(--color-main);
}
.p-beforeafter__sub {
  font-size: 18px;
  line-height: 1.6;
  font-weight: bold;
  margin-bottom: 10px;
}
.p-beforeafter__text {
  font-size: 16px;
  line-height: 1.6;
  text-align: left;
  min-height: 105px;
}
@media screen and (min-width: 1000px) {
  .p-beforeafter__text {
    min-height: 105px;
  }
}
.p-beforeafter__img {
  margin: 15px 0;
  display: flex;
  justify-content: center;
}