@charset "UTF-8";
/* MV
---------------------------------------------------------------------------- */
.p-mv {
  padding: 7rem 0 4rem;
  background: url(../img/index/bg_mv.png) no-repeat center center/cover;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-mv {
    padding: 6rem 0 4.2rem;
    background: url(../img/index/bg_mv_sp.png) no-repeat center center/cover;
  }
}
.p-mv::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 54.9rem;
  height: 69rem;
  background: url(../img/index/img_mv_people.png) no-repeat center center/contain;
}
@media screen and (max-width: 767px) {
  .p-mv::before {
    content: none;
  }
}
.p-mv .inner {
  max-width: 118rem;
  margin: 0 auto;
  position: relative;
}
.p-mv .inner .ttl {
  max-width: 82.4rem;
}
@media screen and (max-width: 767px) {
  .p-mv .inner .ttl {
    margin-left: 1.7rem;
  }
}
.p-mv .inner .note {
  font-size: 1.2rem;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .p-mv .inner .note {
    margin-left: 2rem;
    margin-top: 1rem;
    font-size: 1rem;
    position: static;
  }
}
.p-mv .inner .c-btn {
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .p-mv .inner .c-btn {
    margin: 1.8rem 4rem 0;
  }
}

/* ロゴスクロール
---------------------------------------------------------------------------- */
.p-logo .slider-box {
  display: flex;
  overflow: hidden;
  gap: 2rem;
}
.p-logo .slider-box .slider {
  animation: scroll-left 20s infinite linear 0.5s both;
  display: flex;
  align-items: center;
  gap: 3rem;
}
@media screen and (max-width: 767px) {
  .p-logo .slider-box .slider {
    gap: 1.5rem;
  }
}
.p-logo .slider-box .slider_item img {
  display: block;
  width: 100%;
  max-width: none;
}
.p-logo .slider-box .slider_item_01 img, .p-logo .slider-box .slider_item_02 img {
  width: 10rem;
}
@media screen and (max-width: 767px) {
  .p-logo .slider-box .slider_item_01 img, .p-logo .slider-box .slider_item_02 img {
    width: 8rem;
  }
}
.p-logo .slider-box .slider_item_03 img {
  width: 14rem;
}
@media screen and (max-width: 767px) {
  .p-logo .slider-box .slider_item_03 img {
    width: 11rem;
  }
}
.p-logo .slider-box .slider_item_04 img {
  width: 16rem;
}
@media screen and (max-width: 767px) {
  .p-logo .slider-box .slider_item_04 img {
    width: 14rem;
  }
}
.p-logo .slider-box .slider_item_05 img {
  width: 11rem;
}
@media screen and (max-width: 767px) {
  .p-logo .slider-box .slider_item_05 img {
    width: 9rem;
  }
}
.p-logo .slider-box .slider_item_06 img {
  width: 13rem;
}
@media screen and (max-width: 767px) {
  .p-logo .slider-box .slider_item_06 img {
    width: 11rem;
  }
}
.p-logo .slider-box .slider_item_07 img {
  width: 11rem;
}
@media screen and (max-width: 767px) {
  .p-logo .slider-box .slider_item_07 img {
    width: 9rem;
  }
}
.p-logo .slider-box .slider_item_08 img {
  width: 11rem;
}
@media screen and (max-width: 767px) {
  .p-logo .slider-box .slider_item_08 img {
    width: 9rem;
  }
}
.p-logo .slider-box .slider_item_09 img {
  width: 8rem;
}
@media screen and (max-width: 767px) {
  .p-logo .slider-box .slider_item_09 img {
    width: 7rem;
  }
}
.p-logo .slider-box .slider_item_10 img {
  width: 9rem;
}
@media screen and (max-width: 767px) {
  .p-logo .slider-box .slider_item_10 img {
    width: 8rem;
  }
}
.p-logo .slider-box .slider_item_11 img {
  width: 13rem;
}
@media screen and (max-width: 767px) {
  .p-logo .slider-box .slider_item_11 img {
    width: 11rem;
  }
}
@keyframes scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}

/* works
---------------------------------------------------------------------------- */
.p-works {
  padding: 8rem 0 6rem;
  background-color: #F8F8F8;
}
@media screen and (max-width: 767px) {
  .p-works {
    padding: 6rem 0;
  }
}
.p-works .ttl {
  max-width: 99.4rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-works .ttl {
    max-width: 33.5rem;
  }
}
.p-works .slider-box {
  margin-top: 3.5rem;
}
@media screen and (max-width: 767px) {
  .p-works .slider-box {
    margin-top: 2rem;
  }
}
.p-works .slider-box .slider .slick-track {
  padding: 3rem 0;
}
@media screen and (max-width: 767px) {
  .p-works .slider-box .slider .slick-track {
    padding: 1rem 0;
  }
}
.p-works .slider-box .slider .slick-slide {
  transform: scale(0.8);
  transition: opacity 0.5s, transform 0.5s;
}
@media screen and (max-width: 767px) {
  .p-works .slider-box .slider .slick-slide {
    transform: scale(1);
  }
}
.p-works .slider-box .slider .slick-slide.slick-center {
  transform: scale(1.2);
}
@media screen and (max-width: 767px) {
  .p-works .slider-box .slider .slick-slide.slick-center {
    transform: scale(1);
  }
}
.p-works .slider-box .slider .slick-arrow {
  position: absolute;
  top: 50%;
  left: 2rem;
  transform: translateY(-50%);
  width: 4rem;
  cursor: pointer;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .p-works .slider-box .slider .slick-arrow {
    transition: opacity 0.3s;
    cursor: pointer;
  }
  .p-works .slider-box .slider .slick-arrow:hover {
    opacity: 0.7;
  }
}
.p-works .slider-box .slider .slick-arrow.slider-next {
  left: auto;
  right: 2rem;
  transform: translateY(-50%);
}
.p-works .slider-box .slider .slick-dots {
  bottom: -1.3rem;
}
.p-works .slider-box .slider .slick-dots li {
  margin: 0 0.8rem;
  width: 8px;
  height: 8px;
}
.p-works .slider-box .slider .slick-dots li button {
  width: 8px;
  height: 8px;
  background-color: #D9D9D9;
  border-radius: 50%;
  padding: 0;
}
.p-works .slider-box .slider .slick-dots li button::before {
  content: none;
}
.p-works .slider-box .slider .slick-dots li.slick-active button {
  background-color: #C3080C;
}
.p-works .slider-box .slider_item img {
  width: 100%;
}

/* intro
---------------------------------------------------------------------------- */
.p-intro .block01 {
  background-color: #C3080C;
  padding: 8.5rem 0 12.5rem;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-intro .block01 {
    padding: 6rem 0 34rem;
  }
}
.p-intro .block01::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 85.2rem;
  height: 100%;
  z-index: 1;
  background: url(../img/index/bg_intro.png) no-repeat center center/cover;
}
@media screen and (max-width: 767px) {
  .p-intro .block01::before {
    background: url(../img/index/bg_intro_sp.png) no-repeat center center/cover;
    top: auto;
    transform: translate(0);
    bottom: 0;
    width: 100%;
    height: 54.5rem;
  }
}
.p-intro .block01 * {
  color: #fff;
  position: relative;
  z-index: 2;
}
.p-intro .block01 .ttl {
  font-family: "Inter", "Noto Sans JP", sans-serif;
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1.5;
  border-bottom: 1px solid #fff;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .p-intro .block01 .ttl {
    font-size: 2.4rem;
    display: block;
  }
}
.p-intro .block01 .lead {
  margin-top: 4rem;
  font-size: 3.5rem;
  font-weight: 600;
  line-height: 2.1;
}
@media screen and (max-width: 767px) {
  .p-intro .block01 .lead {
    margin-top: 2rem;
    font-size: 2rem;
    line-height: 1.8;
  }
}
.p-intro .block01 .lead .-ss {
  display: block;
  font-size: 2.6rem;
}
@media screen and (max-width: 767px) {
  .p-intro .block01 .lead .-ss {
    font-size: 1.6rem;
  }
}
.p-intro .block01 .lead .-s {
  font-size: 2.8rem;
}
@media screen and (max-width: 767px) {
  .p-intro .block01 .lead .-s {
    font-size: 1.8rem;
  }
}
.p-intro .block01 .lead .-l {
  font-size: 5.1rem;
}
@media screen and (max-width: 767px) {
  .p-intro .block01 .lead .-l {
    font-size: 2.7rem;
  }
}
.p-intro .block01 .lead .-top {
  vertical-align: text-bottom;
}
.p-intro .block01 .lead .bg-white {
  display: inline-block;
  background-color: #fff;
  padding: 0 1rem;
  margin: 0 1rem;
  line-height: 1.3;
  color: #C3080C;
}
@media screen and (max-width: 767px) {
  .p-intro .block01 .lead .bg-white {
    margin: 0 0.5rem;
    padding: 0 0.5rem;
  }
}
.p-intro .block01 .lead .bg-white * {
  color: #C3080C;
}
.p-intro .block01 .txt {
  margin-top: 1.5rem;
  font-size: 1.9rem;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-intro .block01 .txt {
    font-size: 1.6rem;
  }
}
.p-intro .block02 {
  padding: 8rem 0 6.8rem;
  background-color: #F8F8F8;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-intro .block02 {
    padding: 6rem 0;
  }
}
.p-intro .block02::before {
  content: "";
  position: absolute;
  bottom: -6rem;
  left: 50%;
  transform: translateX(-50%);
  width: 44.2rem;
  height: 12.5rem;
  background: url(../img/index/icon_intro_arrow_bottom.svg) no-repeat center center/contain;
}
@media screen and (max-width: 767px) {
  .p-intro .block02::before {
    width: 35rem;
    height: 10rem;
    bottom: -4rem;
  }
}
.p-intro .block02 .list {
  width: 75rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-intro .block02 .list {
    width: 100%;
  }
}
.p-intro .block02 .list_item {
  background-color: #0D0D0D;
  width: 100%;
  height: 8.5rem;
  padding-left: 14rem;
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 2rem;
  line-height: 1.4;
  font-weight: 600;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-intro .block02 .list_item {
    height: auto;
    padding: 5rem 0 2rem;
    text-align: center;
    font-size: 1.4rem;
    justify-content: center;
  }
}
.p-intro .block02 .list_item:nth-child(n+2) {
  margin-top: 1.5rem;
}
.p-intro .block02 .list_item::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 6.8rem;
  width: 3.6rem;
  height: 5.4rem;
  background: url(../img/index/icon_intro_hatena.svg) no-repeat center center/contain;
}
@media screen and (max-width: 767px) {
  .p-intro .block02 .list_item::before {
    top: 1rem;
    transform: translateX(-50%);
    left: 50%;
    width: 2rem;
    height: 3.5rem;
  }
}
.p-intro .block02 .lead {
  margin-top: 3rem;
  text-align: center;
  line-height: 1.5;
  font-size: 3.2rem;
  letter-spacing: 0.05em;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .p-intro .block02 .lead {
    font-size: 2rem;
  }
}
.p-intro .block02 .lead .u-red {
  font-size: 4rem;
}
@media screen and (max-width: 767px) {
  .p-intro .block02 .lead .u-red {
    font-size: 2.4rem;
  }
}

/* CTA
---------------------------------------------------------------------------- */
.p-cta {
  padding: 8rem 0;
  background: url(../img/index/bg_cta.jpg) no-repeat center center/cover;
}
@media screen and (max-width: 767px) {
  .p-cta {
    padding: 6rem 0;
  }
}
.p-cta .lead {
  text-align: center;
  font-size: 2.4rem;
  line-height: 1.5;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-cta .lead {
    font-size: 1.6rem;
  }
}
.p-cta .lead span {
  font-size: 4rem;
  margin-top: 0.5rem;
  display: block;
}
@media screen and (max-width: 767px) {
  .p-cta .lead span {
    margin-top: 1rem;
    font-size: 2.2rem;
  }
}
.p-cta .flex {
  margin-top: 2.4rem;
  position: relative;
}
.p-cta .flex .txt-box {
  width: 61.2rem;
  background-color: #C3080C;
  padding: 2.1rem 6rem 3rem;
}
@media screen and (max-width: 767px) {
  .p-cta .flex .txt-box {
    width: 100%;
    padding: 2rem 2rem 6rem;
  }
}
.p-cta .flex .txt-box .ttl {
  font-size: 4.4rem;
  line-height: 1.2;
  font-weight: 600;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-cta .flex .txt-box .ttl {
    font-size: 2.8rem;
  }
}
.p-cta .flex .txt-box .ttl .-ll {
  font-size: 5.8rem;
}
@media screen and (max-width: 767px) {
  .p-cta .flex .txt-box .ttl .-ll {
    font-size: 3.6rem;
  }
}
.p-cta .flex .txt-box .ttl .-l {
  font-size: 4.5rem;
}
@media screen and (max-width: 767px) {
  .p-cta .flex .txt-box .ttl .-l {
    font-size: 3.2rem;
  }
}
.p-cta .flex .txt-box .ttl .-s {
  font-size: 3.3rem;
}
@media screen and (max-width: 767px) {
  .p-cta .flex .txt-box .ttl .-s {
    font-size: 2.2rem;
  }
}
.p-cta .flex .txt-box .txt {
  margin-top: 0.5rem;
  width: 34.8rem;
  background-color: #000000;
  color: #fff;
  padding-left: 1.3rem;
  font-size: 2.1rem;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-cta .flex .txt-box .txt {
    width: 100%;
    font-size: 1.8rem;
  }
}
.p-cta .flex .txt-box .txt:first-of-type {
  margin-top: 1rem;
}
.p-cta .flex .txt-box .txt .u-yellow {
  font-size: 2.6rem;
}
@media screen and (max-width: 767px) {
  .p-cta .flex .txt-box .txt .u-yellow {
    font-size: 2.4rem;
  }
}
.p-cta .flex .img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 52.3rem;
}
@media screen and (max-width: 767px) {
  .p-cta .flex .img {
    width: 30rem;
    top: auto;
    left: 50%;
    right: auto;
    transform: translateX(-50%);
    bottom: -11rem;
  }
}
.p-cta .c-btn {
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  .p-cta .c-btn {
    margin-top: 14rem;
  }
}

/* 3つの理由
---------------------------------------------------------------------------- */
.p-reason {
  padding: 8rem 0;
}
@media screen and (max-width: 767px) {
  .p-reason {
    padding: 6rem 0;
  }
}
.p-reason .c-secttl-jp {
  margin-top: 2rem;
  line-height: 1.1;
}
@media screen and (max-width: 767px) {
  .p-reason .c-secttl-jp {
    font-size: 2.6rem;
  }
}
.p-reason .list_item {
  margin-top: 7.5rem;
}
.p-reason .list_item:first-child {
  margin-top: 6rem;
}
@media screen and (max-width: 767px) {
  .p-reason .list_item {
    margin-top: 4rem;
  }
}
.p-reason .list_item_ttl {
  text-align: center;
  background-color: #C3080C;
  padding-right: 5rem;
  font-size: 2.8rem;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 6.4rem;
  overflow: hidden;
  font-weight: 600;
  color: #fff;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-reason .list_item_ttl {
    margin-left: -1.5rem;
    width: calc(100% + 3rem);
    font-size: 2rem;
    line-height: 1.4;
    height: auto;
    padding: 1.5rem 3rem 1.5rem 0;
  }
}
.p-reason .list_item_ttl span {
  width: 9.2rem;
  margin-right: 2rem;
}
@media screen and (max-width: 767px) {
  .p-reason .list_item_ttl span {
    width: 5rem;
  }
}
.p-reason .list_item:first-child .flex {
  margin-top: 4.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.8rem;
  margin-right: 3rem;
}
@media screen and (max-width: 767px) {
  .p-reason .list_item:first-child .flex {
    margin-top: 3rem;
    display: block;
    margin-right: 0;
  }
}
.p-reason .list_item:first-child .flex .circle {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-reason .list_item:first-child .flex .circle {
    gap: 1rem;
  }
}
.p-reason .list_item:first-child .flex .circle .bg-red {
  width: 12.5rem;
  height: 12.5rem;
  background-color: #C3080C;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  color: #fff;
  font-size: 2rem;
  line-height: 1.3;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-reason .list_item:first-child .flex .circle .bg-red {
    width: 9rem;
    height: 9rem;
    font-size: 1.6rem;
  }
}
.p-reason .list_item:first-child .flex .price {
  width: 37.2rem;
}
@media screen and (max-width: 767px) {
  .p-reason .list_item:first-child .flex .price {
    width: 28rem;
    margin: 2rem auto 0;
  }
}
.p-reason .list_item:first-child .txt {
  margin-top: 2rem;
  font-weight: 400;
  text-align: center;
}
.p-reason .list_item:first-child .video-box {
  margin-top: 4rem;
}
.p-reason .list_item:first-child .video-box .ttl {
  width: 75rem;
  margin: 0 auto;
  text-align: center;
  background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, #000 20%, #000 80%, rgba(0, 0, 0, 0) 100%);
  font-size: 2.8rem;
  font-weight: 600;
  color: #fff;
  padding: 1rem 0;
}
@media screen and (max-width: 767px) {
  .p-reason .list_item:first-child .video-box .ttl {
    width: 100%;
    font-size: 2rem;
  }
}
.p-reason .list_item:first-child .video-box .video {
  margin-top: 2rem;
  text-align: center;
}
.p-reason .list_item:first-child .video-box .video iframe {
  width: 75rem;
  height: 42.8rem;
  border-radius: 1rem;
  border: none;
}
@media screen and (max-width: 767px) {
  .p-reason .list_item:first-child .video-box .video iframe {
    width: 100%;
    aspect-ratio: 16/9;
    height: auto;
  }
}
.p-reason .list_item:nth-child(2) .list_item_ttl {
  padding-right: 0;
  padding-left: 2rem;
}
.p-reason .list_item:nth-child(2) .txt {
  margin-top: 3rem;
  text-align: center;
}
.p-reason .list_item:nth-child(2) .block {
  background-color: #F8F8F8;
  padding: 4.8rem 6.5rem 4rem;
  position: relative;
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .p-reason .list_item:nth-child(2) .block {
    padding: 4rem 1.5rem 3rem;
  }
}
.p-reason .list_item:nth-child(2) .block:nth-of-type(n + 2) {
  margin-top: 7rem;
  padding: 4.8rem 4rem 4rem;
}
@media screen and (max-width: 767px) {
  .p-reason .list_item:nth-child(2) .block:nth-of-type(n + 2) {
    padding: 4rem 1.5rem 3rem;
  }
}
.p-reason .list_item:nth-child(2) .block:nth-of-type(n + 2) .ttl {
  line-height: 1.3;
}
.p-reason .list_item:nth-child(2) .block .lead {
  width: 34.5rem;
  height: 7.1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background: url(../img/index/icon_fukidashi.svg) no-repeat center center/contain;
  font-size: 2.4rem;
  color: #C3080C;
  letter-spacing: 0.05em;
  padding-bottom: 1.7rem;
  font-weight: 600;
  position: absolute;
  top: -3rem;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .p-reason .list_item:nth-child(2) .block .lead {
    width: 24rem;
    height: 6rem;
    font-size: 1.6rem;
    padding-bottom: 1.3rem;
  }
}
.p-reason .list_item:nth-child(2) .block .ttl {
  text-align: center;
  letter-spacing: 0.05em;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.05;
}
@media screen and (max-width: 767px) {
  .p-reason .list_item:nth-child(2) .block .ttl {
    font-size: 1.5rem;
    line-height: 1.3;
  }
}
.p-reason .list_item:nth-child(2) .block .ttl .u-red {
  font-size: 3rem;
}
@media screen and (max-width: 767px) {
  .p-reason .list_item:nth-child(2) .block .ttl .u-red {
    font-size: 2rem;
  }
}
.p-reason .list_item:nth-child(2) .block .ttl .u-red .-l {
  font-size: 4rem;
}
@media screen and (max-width: 767px) {
  .p-reason .list_item:nth-child(2) .block .ttl .u-red .-l {
    font-size: 2.8rem;
  }
}
.p-reason .list_item:nth-child(2) .block .img {
  margin-top: 2.4rem;
}
@media screen and (max-width: 767px) {
  .p-reason .list_item:nth-child(2) .block .img {
    overflow-x: scroll;
  }
  .p-reason .list_item:nth-child(2) .block .img img {
    width: 60rem;
    max-width: 60rem;
  }
}
.p-reason .list_item:nth-child(2) .block .child-list {
  margin-top: 3.3rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}
@media screen and (max-width: 767px) {
  .p-reason .list_item:nth-child(2) .block .child-list {
    margin-top: 2rem;
    gap: 2rem 1rem;
    grid-template-columns: repeat(2, 1fr);
  }
}
.p-reason .list_item:nth-child(2) .block .child-list_item {
  padding-left: 1.5rem;
  padding-bottom: 1.5rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-reason .list_item:nth-child(2) .block .child-list_item {
    padding-left: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.p-reason .list_item:nth-child(2) .block .child-list_item::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 15rem;
  height: 12rem;
  background-color: #F4DDDD;
}
@media screen and (max-width: 767px) {
  .p-reason .list_item:nth-child(2) .block .child-list_item::before {
    width: 6rem;
    height: 4rem;
  }
}
.p-reason .list_item:nth-child(2) .block .child-list_item_txt {
  position: relative;
  font-size: 1.4rem;
  font-weight: 700;
  padding-left: 1.2rem;
}
@media screen and (max-width: 767px) {
  .p-reason .list_item:nth-child(2) .block .child-list_item_txt {
    font-size: 1.1rem;
    padding-left: 1rem;
    margin-left: -0.5rem;
  }
}
.p-reason .list_item:nth-child(2) .block .child-list_item_txt::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 0.7rem;
  height: 0.7rem;
  background-color: #000;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .p-reason .list_item:nth-child(2) .block .child-list_item_txt::before {
    width: 0.5rem;
    height: 0.5rem;
  }
}
.p-reason .list_item:nth-child(2) .block .child-list_item_img {
  position: relative;
  margin-top: 1rem;
}
.p-reason .list_item:nth-child(2) .block .child-list_item_img img {
  width: 100%;
  aspect-ratio: 278/138;
  object-fit: cover;
}
.p-reason .list_item:nth-child(3) .txt {
  margin-top: 3rem;
  text-align: center;
}
.p-reason .list_item:nth-child(3) .img {
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  .p-reason .list_item:nth-child(3) .img {
    overflow-x: scroll;
  }
  .p-reason .list_item:nth-child(3) .img img {
    width: 60rem;
    max-width: 60rem;
  }
}
.p-reason .list_item:nth-child(3) .lead {
  margin-top: 7rem;
  font-size: 2.1rem;
  font-weight: 600;
  line-height: 1.9;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-reason .list_item:nth-child(3) .lead {
    font-size: 1.8rem;
    margin-left: -1.5rem;
    width: calc(100% + 3rem);
    line-height: 1.4;
  }
}
.p-reason .list_item:nth-child(3) .lead .underline {
  display: inline-block;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-reason .list_item:nth-child(3) .lead .underline:nth-child(n+2) {
    margin-top: 1rem;
  }
}
.p-reason .list_item:nth-child(3) .lead .underline::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #000;
}
@media screen and (max-width: 767px) {
  .p-reason .list_item:nth-child(3) .lead .underline::before {
    content: none;
  }
}
.p-reason .list_item:nth-child(3) .lead .-l {
  font-size: 2.8rem;
}
@media screen and (max-width: 767px) {
  .p-reason .list_item:nth-child(3) .lead .-l {
    font-size: 2.2rem;
  }
}
.p-reason .list_item:nth-child(3) .catch {
  margin: 3.4rem auto 0;
  width: 81rem;
}
@media screen and (max-width: 767px) {
  .p-reason .list_item:nth-child(3) .catch {
    width: 33.5rem;
  }
}

/* リンクの質にもこだわりがあります
---------------------------------------------------------------------------- */
.p-note {
  background: url(../img/index/bg_note.jpg) no-repeat center center/cover;
  padding: 6.7rem 0 6.1rem;
}
@media screen and (max-width: 767px) {
  .p-note {
    padding: 4rem 0;
    background: url(../img/index/bg_note_sp.jpg) no-repeat center center/cover;
  }
}
.p-note .txt {
  max-width: 67rem;
  margin: 0 auto;
  font-size: 3.2rem;
  font-weight: 600;
  line-height: 1.3;
  padding-left: 11rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-note .txt {
    font-size: 2.4rem;
    padding-left: 5rem;
    text-align: left;
  }
}
.p-note .txt::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 9.2rem;
  height: 8.3rem;
  background: url(../img/index/icon_note.svg) no-repeat center center/contain;
}
@media screen and (max-width: 767px) {
  .p-note .txt::before {
    width: 2.9rem;
    height: 2.6rem;
    top: 0.5rem;
    left: 1rem;
    transform: translate(0);
  }
}
.p-note .txt .-s {
  font-size: 2.8rem;
}
@media screen and (max-width: 767px) {
  .p-note .txt .-s {
    font-size: 1.6rem;
  }
}
.p-note .txt .-l {
  font-size: 4rem;
}
@media screen and (max-width: 767px) {
  .p-note .txt .-l {
    font-size: 3.6rem;
  }
}
@media screen and (max-width: 767px) {
  .p-note .txt .-sp-mt {
    display: block;
    margin-top: 0.5rem;
    margin-left: 1rem;
  }
}

/* StockSunの被リンク獲得戦略とは？
---------------------------------------------------------------------------- */
.p-feature {
  background: url(../img/index/bg_feature.jpg) no-repeat center center/cover;
  padding: 7.2rem 0 11rem;
}
@media screen and (max-width: 767px) {
  .p-feature {
    padding: 6rem 0;
  }
}
.p-feature .list_item {
  margin-top: 6rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-feature .list_item {
    margin-top: 4rem;
  }
}
.p-feature .list_item:nth-child(n+2) {
  margin-top: 4rem;
}
.p-feature .list_item:nth-child(1), .p-feature .list_item:nth-child(3) {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .p-feature .list_item:nth-child(1), .p-feature .list_item:nth-child(3) {
    display: block;
  }
}
.p-feature .list_item:nth-child(1) .list_item_txt-box, .p-feature .list_item:nth-child(3) .list_item_txt-box {
  max-width: 55rem;
}
.p-feature .list_item:nth-child(1) .list_item_img, .p-feature .list_item:nth-child(3) .list_item_img {
  max-width: 40.7rem;
  margin-top: 6rem;
}
@media screen and (max-width: 767px) {
  .p-feature .list_item:nth-child(1) .list_item_img, .p-feature .list_item:nth-child(3) .list_item_img {
    margin-top: 2rem;
  }
}
.p-feature .list_item:nth-child(2) {
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .p-feature .list_item:nth-child(2) {
    margin-top: 4rem;
  }
}
.p-feature .list_item:nth-child(2) .list_item_ttl {
  padding: 1rem 1rem 1rem 2rem;
}
.p-feature .list_item:nth-child(2) .list_item_img-box {
  margin-top: 3.5rem;
  margin-left: 5rem;
  display: flex;
  gap: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-feature .list_item:nth-child(2) .list_item_img-box {
    margin-top: 2rem;
    margin-left: 0;
    display: block;
  }
}
.p-feature .list_item:nth-child(2) .list_item_img-box img {
  width: 46.2rem;
}
@media screen and (max-width: 767px) {
  .p-feature .list_item:nth-child(2) .list_item_img-box img {
    display: block;
    width: 100%;
  }
  .p-feature .list_item:nth-child(2) .list_item_img-box img:nth-child(n+2) {
    margin-top: 2rem;
  }
}
.p-feature .list_item_txt-box {
  padding-left: 5rem;
}
@media screen and (max-width: 767px) {
  .p-feature .list_item_txt-box {
    padding-left: 0;
  }
}
.p-feature .list_item_num {
  font-weight: 600;
  font-size: 2rem;
  color: #fff;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-feature .list_item_num {
    font-size: 1.8rem;
    margin-left: 3rem;
  }
}
.p-feature .list_item_num span {
  font-size: 3.2rem;
  margin-left: 1rem;
}
@media screen and (max-width: 767px) {
  .p-feature .list_item_num span {
    font-size: 2.8rem;
    margin-left: 0.7rem;
  }
}
.p-feature .list_item_num::before {
  content: "";
  position: absolute;
  top: 3rem;
  left: -5rem;
  width: 4rem;
  height: 2px;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .p-feature .list_item_num::before {
    top: 2.4rem;
    width: 2rem;
    left: -2.7rem;
  }
}
.p-feature .list_item_ttl {
  margin-top: 0.5rem;
  line-height: 1.3;
  display: inline-block;
  background: linear-gradient(to right, #2D649F 0%, #2D649F 60%, rgba(45, 100, 159, 0) 100%);
  font-size: 3.6rem;
  padding: 1rem 4rem 1rem 2rem;
  font-weight: 600;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-feature .list_item_ttl {
    font-size: 2.4rem;
    width: 100%;
    padding: 1rem 1rem 1rem 2rem;
  }
}
.p-feature .list_item_txt {
  margin-top: 2rem;
  color: #fff;
}

/* 熱量と品質でお客様からの信頼も積み上げています
---------------------------------------------------------------------------- */
.p-voice {
  background-color: #C3080C;
  padding: 8rem 0 10rem;
}
@media screen and (max-width: 767px) {
  .p-voice {
    padding: 6rem 0;
  }
}
.p-voice .ttl {
  font-size: 3.7rem;
  font-weight: 600;
  line-height: 2.2;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-voice .ttl {
    font-size: 2.4rem;
  }
}
.p-voice .ttl .-s {
  font-size: 3.1rem;
}
@media screen and (max-width: 767px) {
  .p-voice .ttl .-s {
    font-size: 2rem;
  }
}
.p-voice .ttl .-l {
  font-size: 5.7rem;
}
@media screen and (max-width: 767px) {
  .p-voice .ttl .-l {
    font-size: 3rem;
  }
}
.p-voice .ttl .bg-white {
  display: inline-block;
  background-color: #fff;
  padding: 0 1rem;
  margin-right: 1rem;
  line-height: 1.3;
  color: #C3080C;
}
@media screen and (max-width: 767px) {
  .p-voice .ttl .bg-white {
    padding: 0 0.5rem;
    margin-right: 0.5rem;
  }
}
.p-voice .ttl .bg-white * {
  color: #C3080C;
}
.p-voice .block {
  margin-top: 3rem;
  background-color: #fff;
  box-shadow: 0 0.4rem 0.4rem rgba(0, 0, 0, 0.25);
  padding: 2rem 3.5rem 2.5rem 3rem;
}
@media screen and (max-width: 767px) {
  .p-voice .block {
    padding: 2rem;
  }
}
.p-voice .block:nth-last-child(n+2) {
  margin-top: 2rem;
}
.p-voice .block .ttl {
  font-size: 2.6rem;
  color: #000000;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .p-voice .block .ttl {
    font-size: 2rem;
  }
}
.p-voice .block .flex {
  margin-top: 1.1rem;
  display: flex;
  gap: 3.5rem;
}
@media screen and (max-width: 767px) {
  .p-voice .block .flex {
    display: block;
  }
}
.p-voice .block .flex .img {
  width: 28.8rem;
}
@media screen and (max-width: 767px) {
  .p-voice .block .flex .img {
    width: 100%;
  }
}
.p-voice .block .flex .img img {
  border: 1px solid #e8e8e8;
  box-shadow: 0 0 0.8rem rgba(0, 0, 0, 0.2);
  aspect-ratio: 288/164;
  object-fit: cover;
  width: 100%;
}
.p-voice .block .flex .txt-box {
  flex: 1;
}
@media screen and (max-width: 767px) {
  .p-voice .block .flex .txt-box {
    margin-top: 2rem;
  }
}
.p-voice .block .flex .txt-box dl {
  display: flex;
  align-items: center;
  gap: 1.8rem;
}
@media screen and (max-width: 767px) {
  .p-voice .block .flex .txt-box dl {
    display: block;
  }
}
.p-voice .block .flex .txt-box dl .item {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .p-voice .block .flex .txt-box dl .item:nth-child(n+2) {
    margin-top: 1rem;
  }
}
.p-voice .block .flex .txt-box dl .item dt {
  background-color: #000000;
  font-weight: 600;
  color: #fff;
  padding: 0 0.7rem;
  height: 3.6rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .p-voice .block .flex .txt-box dl .item dt {
    width: 13rem;
  }
}
.p-voice .block .flex .txt-box dl .item dd {
  background-color: #F8F8F8;
  padding: 0 1.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 3.6rem;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .p-voice .block .flex .txt-box dl .item dd {
    flex: 1;
  }
}
.p-voice .block .flex .txt-box dl .item dd span {
  color: #C3080C;
  font-size: 2.4rem;
  padding-left: 2.3rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-voice .block .flex .txt-box dl .item dd span {
    font-size: 2.2rem;
  }
}
.p-voice .block .flex .txt-box dl .item dd span::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0.6rem;
  mask-position: center center;
  mask-repeat: no-repeat;
  mask-size: contain;
  mask-image: url(../img/common/arrow_right.svg);
  background-color: #C3080C;
  width: 1.1rem;
  height: 1.2rem;
}
.p-voice .block .flex .txt-box .txt {
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .p-voice .block .flex .txt-box .txt {
    flex: 1;
    margin-top: 2rem;
  }
}

/* ご契約までの流れ
---------------------------------------------------------------------------- */
.p-flow {
  background-color: #F8F8F8;
  padding-top: 10rem;
  padding-bottom: 10rem;
}
@media screen and (max-width: 767px) {
  .p-flow {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}
.p-flow .list {
  margin-top: 3rem;
}
.p-flow .list_item {
  background-color: #fff;
  padding: 2rem 5.8rem 3rem 4.2rem;
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .p-flow .list_item {
    padding: 2rem;
    display: block;
    height: auto;
  }
}
.p-flow .list_item:nth-child(n+2) {
  margin-top: 1rem;
}
.p-flow .list_item_num {
  width: 15.7rem;
  font-size: 2.6rem;
  font-weight: 600;
  color: #C3080C;
}
@media screen and (max-width: 767px) {
  .p-flow .list_item_num {
    width: auto;
    text-align: center;
    line-height: 1;
    font-size: 2rem;
  }
}
.p-flow .list_item_num span {
  font-size: 4rem;
  margin-left: 1rem;
}
@media screen and (max-width: 767px) {
  .p-flow .list_item_num span {
    font-size: 2.8rem;
  }
}
.p-flow .list_item_txt-box {
  flex: 1;
  margin-top: 1.2rem;
}
.p-flow .list_item_ttl {
  font-size: 2.6rem;
  font-weight: 600;
  color: #C3080C;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .p-flow .list_item_ttl {
    font-size: 2.2rem;
  }
}
.p-flow .list_item_txt {
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .p-flow .list_item_txt {
    margin-top: 1rem;
  }
}

/* コンサルタント紹介
---------------------------------------------------------------------------- */
.p-consultant {
  background-color: #F8F8F8;
  padding: 10rem 0;
}
@media screen and (max-width: 767px) {
  .p-consultant {
    padding: 6rem 0;
  }
}
.p-consultant .block {
  margin-top: 7rem;
  background-color: #fff;
  margin-left: 5rem;
  padding: 3rem 4.2rem 3rem 23rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-consultant .block {
    margin-top: 4rem;
    padding: 2rem;
    margin-left: 0;
  }
}
.p-consultant .block .img {
  position: absolute;
  top: -3rem;
  left: -5rem;
  width: 24.2rem;
}
@media screen and (max-width: 767px) {
  .p-consultant .block .img {
    position: static;
    width: 100%;
  }
}
.p-consultant .block .img img {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 242/260;
}
.p-consultant .block:nth-of-type(n + 2) {
  margin-top: 6rem;
}
@media screen and (max-width: 767px) {
  .p-consultant .block:nth-of-type(n + 2) {
    margin-top: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .p-consultant .block .txt-box {
    margin-top: 2rem;
  }
}
.p-consultant .block .txt-box .info {
  font-weight: 700;
  border: 2px solid #000000;
  padding: 0.5rem 1rem;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .p-consultant .block .txt-box .info {
    font-size: 1.2rem;
    padding: 0.3rem 0.8rem;
  }
}
.p-consultant .block .txt-box .name {
  margin-top: 2rem;
  font-weight: 700;
  font-size: 3.2rem;
}
@media screen and (max-width: 767px) {
  .p-consultant .block .txt-box .name {
    font-size: 2.4rem;
  }
}
.p-consultant .block .txt-box .txt {
  margin-top: 1rem;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-consultant .block .txt-box .txt {
    margin-top: 1.5rem;
  }
}

/* よくある質問
---------------------------------------------------------------------------- */
.p-faq {
  background-color: #C3080C;
  padding: 7rem 0 10rem;
}
@media screen and (max-width: 767px) {
  .p-faq {
    padding: 6rem 0;
  }
}
.p-faq .ttl {
  text-align: center;
  color: #fff;
  line-height: 1.5;
}
.p-faq .ttl-en {
  font-size: 7rem;
  display: block;
  letter-spacing: 0.05em;
  font-weight: 600;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-faq .ttl-en {
    font-size: 4rem;
  }
}
.p-faq .ttl-jp {
  display: block;
  font-size: 2.8rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-faq .ttl-jp {
    font-size: 2.2rem;
  }
}
.p-faq dl {
  margin-top: 3.7rem;
}
.p-faq dl .item:nth-child(n+2) {
  margin-top: 2rem;
}
.p-faq dl .item dt {
  background-color: #000;
  padding: 1.6rem 4.2rem 1.6rem 7.8rem;
  color: #fff;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.5;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-faq dl .item dt {
    padding: 1.5rem 2rem 1.5rem 5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-faq dl .item dt {
    font-size: 1.6rem;
  }
}
.p-faq dl .item dt .q {
  font-size: 2.8rem;
  font-weight: 700;
  position: absolute;
  left: 3rem;
  top: 0.8rem;
}
@media screen and (max-width: 767px) {
  .p-faq dl .item dt .q {
    font-size: 2.2rem;
    left: 1.7rem;
  }
}
.p-faq dl .item dd {
  background-color: #fff;
  padding: 1.6rem 4.2rem 2.1rem 7.8rem;
  font-size: 1.6rem;
  line-height: 1.5;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-faq dl .item dd {
    padding: 1.5rem 2rem 1.5rem 5rem;
    font-size: 1.4rem;
  }
}
.p-faq dl .item dd .a {
  font-size: 2.8rem;
  font-weight: 700;
  position: absolute;
  left: 3rem;
  top: 0.8rem;
  color: #C3080C;
}
@media screen and (max-width: 767px) {
  .p-faq dl .item dd .a {
    font-size: 2.2rem;
    left: 1.7rem;
  }
}

/* お問い合わせ
---------------------------------------------------------------------------- */
.p-contact {
  padding: 10rem 0;
  background: url(../img/index/bg_contact.jpg) no-repeat center center/cover;
}
@media screen and (max-width: 767px) {
  .p-contact {
    padding: 6rem 0;
  }
}
.p-contact .flex {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .p-contact .flex {
    display: block;
  }
}
.p-contact .flex .txt-box {
  width: 47.6rem;
  background-color: #C3080C;
  padding: 2.1rem 6rem 8.3rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-contact .flex .txt-box {
    width: 100%;
    padding: 2rem 2rem 6rem;
  }
}
.p-contact .flex .txt-box .ttl {
  font-size: 4.4rem;
  line-height: 1.2;
  font-weight: 600;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-contact .flex .txt-box .ttl {
    font-size: 2.8rem;
  }
}
.p-contact .flex .txt-box .ttl .-ll {
  font-size: 5.8rem;
}
@media screen and (max-width: 767px) {
  .p-contact .flex .txt-box .ttl .-ll {
    font-size: 3.6rem;
  }
}
.p-contact .flex .txt-box .ttl .-l {
  font-size: 4.5rem;
}
@media screen and (max-width: 767px) {
  .p-contact .flex .txt-box .ttl .-l {
    font-size: 3.2rem;
  }
}
.p-contact .flex .txt-box .ttl .-s {
  font-size: 3.3rem;
}
@media screen and (max-width: 767px) {
  .p-contact .flex .txt-box .ttl .-s {
    font-size: 2.2rem;
  }
}
.p-contact .flex .txt-box .txt {
  margin-top: 0.5rem;
  width: 34.8rem;
  background-color: #000000;
  color: #fff;
  padding-left: 1.3rem;
  font-size: 2.1rem;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-contact .flex .txt-box .txt {
    width: 100%;
    font-size: 1.8rem;
  }
}
.p-contact .flex .txt-box .txt:first-of-type {
  margin-top: 1rem;
}
.p-contact .flex .txt-box .txt .u-yellow {
  font-size: 2.6rem;
}
@media screen and (max-width: 767px) {
  .p-contact .flex .txt-box .txt .u-yellow {
    font-size: 2.4rem;
  }
}
.p-contact .flex .txt-box .img {
  position: absolute;
  bottom: -15rem;
  transform: translateX(-50%);
  left: 50%;
  width: 41.6rem;
}
@media screen and (max-width: 767px) {
  .p-contact .flex .txt-box .img {
    width: 30rem;
    top: auto;
    left: 50%;
    right: auto;
    transform: translateX(-50%);
    bottom: -11rem;
  }
}
.p-contact .flex .form {
  background-color: #fff;
  width: 47.6rem;
  padding: 1rem 2.6rem 3rem 2rem;
}
@media screen and (max-width: 767px) {
  .p-contact .flex .form {
    margin-top: 15rem;
    padding: 1rem 2rem 3rem;
    width: 100%;
  }
}
.p-contact .flex .form dl .item {
  padding: 1.5rem 0;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #DCDCDC;
}
.p-contact .flex .form dl .item.-start {
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .p-contact .flex .form dl .item {
    display: block;
  }
}
.p-contact .flex .form dl .item dt {
  width: 18.6rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-contact .flex .form dl .item dt {
    width: 100%;
  }
}
.p-contact .flex .form dl .item dt .required {
  position: absolute;
  right: 2rem;
  font-size: 1.2rem;
  color: #fff;
  background-color: #C3080C;
  padding: 0.2rem 1rem;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .p-contact .flex .form dl .item dt .required {
    position: static;
    margin-left: 1rem;
  }
}
.p-contact .flex .form dl .item dt .required.-no {
  top: 0;
  background-color: #B9B9B9;
}
.p-contact .flex .form dl .item dd {
  flex: 1;
}
@media screen and (max-width: 767px) {
  .p-contact .flex .form dl .item dd {
    margin-top: 1rem;
  }
}
.p-contact .flex .form dl .item dd .input-box input {
  width: 100%;
  height: 4rem;
  background-color: #F8F8F8;
  padding: 0 1rem;
  font-size: 1.4rem;
}
.p-contact .flex .form dl .item dd .input-box input::placeholder {
  color: #C6C6C6;
}
.p-contact .flex .form dl .item dd .textarea-box {
  position: relative;
}
.p-contact .flex .form dl .item dd .textarea-box textarea {
  width: 100%;
  height: 8rem;
  background-color: #F8F8F8;
  padding: 1rem;
  line-height: 1.4;
}
.p-contact .flex .form dl .item dd .textarea-box textarea::placeholder {
  color: #C6C6C6;
}
.p-contact .flex .form dl .item dd .textarea-box .placeholder {
  padding: 1rem;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 1.4rem;
  color: #C6C6C6;
  line-height: 1.4;
  pointer-events: none;
}
.p-contact .flex .form .privacy-box {
  margin-top: 2.7rem;
}
.p-contact .flex .form .privacy-box .check-box {
  text-align: center;
}
.p-contact .flex .form .privacy-box .check-box label {
  display: inline-block;
}
.p-contact .flex .form .privacy-box .check-box label input[type=checkbox] {
  display: none;
}
.p-contact .flex .form .privacy-box .check-box label input:checked + span::after {
  opacity: 1;
}
.p-contact .flex .form .privacy-box .check-box label span {
  position: relative;
  padding-left: 3.2rem;
  font-size: 1.6rem;
  font-weight: 600;
  display: block;
}
@media screen and (max-width: 767px) {
  .p-contact .flex .form .privacy-box .check-box label span {
    padding-left: 2.9rem;
  }
}
.p-contact .flex .form .privacy-box .check-box label span::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 1.4rem;
  border-radius: 0.3rem;
  background-color: #fff;
  height: 1.4rem;
  border: 1px solid #B6B6B6;
}
.p-contact .flex .form .privacy-box .check-box label span::after {
  content: "";
  position: absolute;
  top: 0rem;
  left: 0.1rem;
  width: 1.2rem;
  height: 1rem;
  background: url(../img/common//icon_check_red.svg) no-repeat center center/contain;
  opacity: 0;
}
.p-contact .flex .form .privacy-box .check-box label span a {
  text-decoration: underline;
  color: #5B9CE2;
}
.p-contact .flex .form .btn-box {
  margin-top: 3rem;
}
.p-contact .flex .form .btn-box .btn {
  margin: 0 auto;
  width: 32rem;
  height: 7rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-contact .flex .form .btn-box .btn {
    width: 100%;
    height: 6rem;
  }
}
.p-contact .flex .form .btn-box .btn::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1rem;
  width: 8.3rem;
  height: 1.3rem;
  background: url(../img/common/arrow_right.svg) no-repeat center center/contain;
}
.p-contact .flex .form .btn-box .btn button {
  width: 100%;
  height: 100%;
  font-size: 2rem;
  letter-spacing: 0.05em;
  background-color: #C3080C;
  color: #fff;
  box-shadow: 0 0.4rem 0.6rem 0.2rem rgba(0, 0, 0, 0.35);
}
.p-contact .flex .form .error {
  font-size: 1.1rem;
  color: #C3080C;
  display: none;
  margin-top: 0.5rem;
}/*# sourceMappingURL=index.css.map */