.p-mv {
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-mv {
    padding-bottom: 6rem;
  }
}
.p-mv__wrap {
  position: absolute;
  top: 0;
  left: 50%;
  width: 121rem;
  height: 100%;
  z-index: 2;
  transform: translateX(-50%);
  padding: 5rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-mv__wrap {
    top: 0;
    left: 0;
    width: auto;
    height: auto;
    transform: none;
    padding: 3rem 0 0;
  }
}
.p-mv__ttl {
  width: 21.3rem;
  margin: 0 7.2rem 4.4rem auto;
}
@media screen and (max-width: 767px) {
  .p-mv__ttl {
    width: 15.4rem;
    margin: 0 3rem 0 auto;
  }
}
.p-mv__slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-mv__slide .swiper-slide {
  position: relative;
}
.p-mv__inner {
  position: relative;
  width: 90rem;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .p-mv__inner {
    width: auto;
    height: 100%;
  }
}
.p-mv__img {
  position: absolute;
  display: block;
  width: 91.5rem;
  bottom: 0;
  left: -1.5rem;
}
@media screen and (max-width: 767px) {
  .p-mv__img {
    position: relative;
    bottom: auto;
    left: auto;
    width: 100%;
    margin: 7rem 0 0;
  }
}

.p-intro {
  position: relative;
  padding: 0 0 4.8rem;
}
@media screen and (max-width: 767px) {
  .p-intro {
    padding: 0 0 4rem;
  }
}
.p-intro__ttl {
  text-align: center;
  font-weight: 500;
  font-size: 2.8rem;
  line-height: 1.6;
  margin: 3rem 0 5rem;
}
@media screen and (max-width: 767px) {
  .p-intro__ttl {
    font-size: 2rem;
    margin: 1.6rem 0 2.4rem;
  }
}
.p-intro__ttl span {
  font-weight: 700;
  font-size: 3.2rem;
}
@media screen and (max-width: 767px) {
  .p-intro__ttl span {
    font-size: 2.4rem;
  }
}
.p-intro__img {
  display: block;
  width: 80rem;
  margin: 0 auto;
  padding: 2.4rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-intro__img {
    width: auto;
    padding: 0;
  }
}
.p-intro-list {
  position: relative;
}
.p-intro-list::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 32.8rem;
  height: 23rem;
  background: url(../img/home/img_intro.jpg) 0 0/100% auto no-repeat;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .p-intro-list::before {
    content: none;
  }
}
.p-intro-list__item {
  position: relative;
  font-size: 2rem;
  font-weight: 500;
  padding: 0 0 0 3.5rem;
}
@media screen and (max-width: 767px) {
  .p-intro-list__item {
    font-size: 1.5rem;
    padding: 0 0 0 2.2rem;
  }
}
.p-intro-list__item + .p-intro-list__item {
  margin-top: 1.2rem;
}
@media screen and (max-width: 767px) {
  .p-intro-list__item + .p-intro-list__item {
    margin-top: 1rem;
  }
}
.p-intro-list__item::before {
  content: "";
  position: absolute;
  top: 0.8rem;
  left: 0;
  width: 2.4rem;
  height: 2.4rem;
  background: url(../img/common/icn_check.svg) 0 0/100% auto no-repeat;
}
@media screen and (max-width: 767px) {
  .p-intro-list__item::before {
    top: 0.6rem;
    width: 1.6rem;
    height: 1.6rem;
  }
}
.p-intro__catch {
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
  margin: 4.8rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-intro__catch {
    font-size: 2rem;
    margin: 2.4rem 0 0;
  }
}
.p-intro__catch .orange {
  font-size: 3.2rem;
  color: #EB6120;
}
@media screen and (max-width: 767px) {
  .p-intro__catch .orange {
    display: block;
    font-size: 2.4rem;
  }
}
.p-intro__catch .indent {
  display: inline-block;
  margin: 0 -0.4em;
}

.p-beige {
  padding: 6.4rem 0;
}
@media screen and (max-width: 767px) {
  .p-beige {
    padding: 4rem 0;
  }
}

.p-reason {
  margin: 6.4rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-reason {
    margin: 4rem 0 0;
  }
}
.p-reason-head {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 0 8rem;
}
@media screen and (max-width: 767px) {
  .p-reason-head {
    display: block;
    margin: 0 0 4rem;
  }
}
.p-reason-head-list {
  margin: 1.2rem 0 0;
}
.p-reason-head-list__item {
  font-size: 0.8rem;
  color: #808080;
  line-height: 1.6;
  text-indent: -2em;
  padding-left: 2em;
}
.p-reason-head-ttl {
  margin: 0 0 1.6rem;
}
.p-reason-head-ttl__main {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.p-reason-head-ttl__txt {
  font-size: 2.8rem;
  font-weight: 500;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-reason-head-ttl__txt {
    font-size: 2.4rem;
  }
}
.p-reason-head-ttl__num {
  position: relative;
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
  color: #EB6120;
  font-size: 4.8rem;
  letter-spacing: 0.05em;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-reason-head-ttl__num {
    font-size: 4rem;
  }
}
.p-reason-head-ttl__num span {
  position: absolute;
  top: 1rem;
  left: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  color: #808080;
  font-size: 1rem;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-reason-head-ttl__num span {
    top: 0.8rem;
  }
}
.p-reason-head-ttl__mark {
  display: inline-block;
  position: relative;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1;
  color: #EB6120;
  background: linear-gradient(transparent 60%, #FBDCCE 60%);
  padding: 0 0 0.5rem;
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .p-reason-head-ttl__mark {
    font-size: 2.2rem;
    line-height: 1.5;
    background: none;
    padding: 0;
  }
  .p-reason-head-ttl__mark .u-sp {
    line-height: 0;
  }
}
.p-reason-head-ttl__mark .notes {
  position: absolute;
  top: 0;
  left: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  color: #808080;
  font-size: 1rem;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-reason-head-ttl__mark .notes {
    top: auto;
    bottom: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .p-reason-head-ttl__mark .mark {
    display: inline-block;
    position: relative;
    background: linear-gradient(transparent 60%, #FBDCCE 60%);
  }
}
.p-reason-head__img {
  width: 66rem;
  margin-right: -38rem;
}
@media screen and (max-width: 767px) {
  .p-reason-head__img {
    display: none;
  }
}
.p-reason-block {
  position: relative;
  background: #fff;
  padding: 4.8rem;
}
@media screen and (max-width: 767px) {
  .p-reason-block {
    padding: 2rem 1.2rem 3rem;
  }
}
.p-reason-block + .p-reason-block {
  margin-top: 7rem;
}
@media screen and (max-width: 767px) {
  .p-reason-block + .p-reason-block {
    margin-top: 4rem;
  }
}
.p-reason-block__number {
  position: absolute;
  top: -2rem;
  left: 4.8rem;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0 0.8rem;
}
@media screen and (max-width: 767px) {
  .p-reason-block__number {
    top: -1.5rem;
    left: 1.2rem;
  }
}
.p-reason-block__number .ja {
  font-size: 2rem;
  line-height: 1;
  color: #fff;
  background: #92897C;
  font-weight: 500;
  padding: 0.8rem 1rem;
  border-radius: 0.8rem;
}
@media screen and (max-width: 767px) {
  .p-reason-block__number .ja {
    font-size: 1.6rem;
    border-radius: 0.4rem;
    padding: 0.6rem 0.8rem;
  }
}
.p-reason-block__number .num {
  font-size: 3rem;
  line-height: 1;
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
  color: #92897C;
}
@media screen and (max-width: 767px) {
  .p-reason-block__number .num {
    font-size: 2.4rem;
  }
}
.p-reason-block__ttl {
  font-size: 2.8rem;
  line-height: 1.6;
  font-weight: 700;
  margin: 0 0 2.4rem;
}
@media screen and (max-width: 767px) {
  .p-reason-block__ttl {
    letter-spacing: 0;
    font-size: 2.4rem;
  }
}
.p-reason-block__ttl span {
  font-size: 2rem;
}
.p-reason-block__inner {
  position: relative;
  padding-right: 32.5rem;
}
@media screen and (max-width: 767px) {
  .p-reason-block__inner {
    padding: 0;
  }
}
.p-reason-block__img {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 28.8rem;
}
@media screen and (max-width: 767px) {
  .p-reason-block__img {
    position: relative;
    top: auto;
    right: auto;
    width: 100%;
    margin: 0 0 2.4rem;
  }
}
.p-reason-block__txt .mark {
  background: linear-gradient(transparent 60%, #FBDCCE 60%);
  font-weight: 700;
}
.p-reason-block-record {
  position: relative;
  width: 54rem;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background: #F3ECE3;
  border-radius: 1rem;
  margin: 3.2rem auto 0;
  padding: 1.1rem 0;
}
@media screen and (max-width: 767px) {
  .p-reason-block-record {
    width: auto;
    margin: 1.6rem auto 0;
    padding: 0.85rem 0;
    border-radius: 0.8rem;
  }
}
.p-reason-block-record__pre {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  margin-right: 1rem;
}
@media screen and (max-width: 767px) {
  .p-reason-block-record__pre {
    font-size: 1.2rem;
  }
}
.p-reason-block-record__pre span {
  display: block;
  font-size: 2rem;
  text-align: center;
  margin: 0.5rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-reason-block-record__pre span {
    font-size: 1.6rem;
    margin: 0.3rem 0 0;
  }
}
.p-reason-block-record__num {
  font-size: 3.8rem;
  color: #EB6120;
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-reason-block-record__num {
    font-size: 3rem;
  }
}
.p-reason-block-record__more {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.2;
  margin-top: 1.2rem;
}
@media screen and (max-width: 767px) {
  .p-reason-block-record__more {
    font-size: 1.2rem;
    margin-top: 0.5rem;
  }
}
.p-reason-block-record__notes {
  position: absolute;
  top: calc(100% + 0.5rem);
  left: 0;
  color: #808080;
  font-size: 1rem;
}
@media screen and (max-width: 767px) {
  .p-reason-block-record__notes {
    top: calc(100% + 0.4rem);
    font-size: 0.8rem;
  }
}
.p-reason-block-product {
  position: relative;
  margin: 3.2rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-reason-block-product {
    margin: 2.4rem 0 0;
  }
}
.p-reason-block-product__ttl {
  position: absolute;
  top: 0;
  left: 0;
  width: 39rem;
}
@media screen and (max-width: 767px) {
  .p-reason-block-product__ttl {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
  }
}
.p-reason-block-product-list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 2rem 0;
}
@media screen and (max-width: 767px) {
  .p-reason-block-product-list {
    gap: 1.4rem 0;
    margin: 2.2rem 0 0;
  }
}
.p-reason-block-product-list::before {
  content: "";
  display: block;
  width: 39rem;
}
@media screen and (max-width: 767px) {
  .p-reason-block-product-list::before {
    content: none;
  }
}
.p-reason-block-product-list__item {
  position: relative;
  width: 39rem;
}
.p-reason-block-product-list__item img + img {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: 0.5s;
}
@media (any-hover: hover) {
  .p-reason-block-product-list__item:hover img + img {
    opacity: 1;
  }
}
.p-reason-block-product .c-btn {
  margin: 4.8rem auto 0;
}
@media screen and (max-width: 767px) {
  .p-reason-block-product .c-btn {
    margin-top: 2.2rem;
  }
}
.p-reason-block__illust {
  display: block;
  margin: 2.4rem 0 0;
}
.p-reason-block-quality {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background: #F3ECE3;
  border-radius: 1rem;
  margin: 2.4rem 0 0;
  padding: 2.4rem 3.4rem;
}
@media screen and (max-width: 767px) {
  .p-reason-block-quality {
    display: block;
    border-radius: 0.8rem;
    padding: 0 1rem 1.7rem;
  }
}
.p-reason-block-quality__01 {
  width: 33.4rem;
}
@media screen and (max-width: 767px) {
  .p-reason-block-quality__01 {
    display: block;
    width: 27rem;
    margin: 0 auto;
  }
  .p-reason-block-quality__01 img {
    margin-top: -1rem;
  }
}
.p-reason-block-quality__02 {
  width: 36.6rem;
}
@media screen and (max-width: 767px) {
  .p-reason-block-quality__02 {
    width: 100%;
    margin: 1rem 0 0;
  }
}

.p-proud__logo {
  width: 28.8rem;
  margin: 1.6rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-proud__logo {
    width: 20rem;
  }
}
.p-proud .c-txt {
  margin: 0 0 4rem;
}
@media screen and (max-width: 767px) {
  .p-proud .c-txt {
    margin: 2.4rem 0;
  }
}
.p-proud__img {
  position: absolute;
  top: 0;
  right: 4.9rem;
  width: 40rem;
}
@media screen and (max-width: 767px) {
  .p-proud__img {
    position: relative;
    top: auto;
    right: auto;
    width: 100%;
  }
}
.p-proud__content {
  position: relative;
  padding: 0 49rem 0 0;
  margin: 1.6rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-proud__content {
    padding: 0;
  }
}
.p-proud-notes {
  width: 41.1rem;
}
.p-proud-notes-list {
  margin: 1.4rem 0 0;
}
.p-proud-notes-list__item {
  color: #808080;
  font-size: 0.8rem;
}

.p-service {
  padding-top: 8rem;
}
@media screen and (max-width: 767px) {
  .p-service {
    padding: 4rem 0 0;
  }
}
.p-service .c-txt {
  margin: 1.6rem 0 4rem;
}
@media screen and (max-width: 767px) {
  .p-service .c-txt {
    margin: 1.6rem 0 2.4rem;
  }
}
.p-service-list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 4rem 0;
  margin: 4.8rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-service-list {
    gap: 0 0;
    margin: 0;
  }
}
.p-service-list__item {
  width: 43rem;
}
@media screen and (max-width: 767px) {
  .p-service-list__item {
    width: auto;
  }
  .p-service-list__item + .p-service-list__item {
    margin-top: 2.4rem;
  }
}
.p-service-list__item a {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .p-service-list__item a {
    display: block;
  }
}
.p-service-list__link {
  width: 43rem;
  height: 5.8rem;
}
@media screen and (max-width: 767px) {
  .p-service-list__link {
    width: 100%;
    margin-top: 4rem;
  }
  .p-service-list__link + .p-service-list__link {
    margin-top: 1.6rem;
  }
}
.p-service-list__link a {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  border: 1px solid #8B8888;
  border-radius: 0.8rem;
  font-weight: 700;
  padding: 0 1.6rem;
}
.p-service-list__link a::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.7rem;
  width: 2rem;
  height: 2rem;
  background: url(../img/common/icn_btn_arrow_or.svg) center center/100% auto no-repeat;
  transform: translateY(-50%);
}
.p-service-list__img {
  display: block;
  width: 15rem;
}
@media screen and (max-width: 767px) {
  .p-service-list__img {
    width: 100%;
  }
}
.p-service-list__content {
  width: calc(100% - 17rem);
}
@media screen and (max-width: 767px) {
  .p-service-list__content {
    width: 100%;
    margin: 1rem 0 0;
  }
}
.p-service-list__ttl {
  position: relative;
  font-size: 2rem;
  font-weight: 700;
  padding: 0 0 0 3.8rem;
  margin: 0 0 0.8rem;
}
.p-service-list__ttl::before {
  content: "";
  position: absolute;
  top: 0.5rem;
  left: 0;
  width: 2.6rem;
  height: 2.6rem;
  background: url(../img/common/icn_arrow.svg) 0 0/100% auto no-repeat;
}
.p-service-list__txt {
  font-size: 1.3rem;
  line-height: 1.5;
}

.p-bnr {
  background: #F4F4F4;
  padding: 4rem 5rem;
  margin: 8rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-bnr {
    padding: 4rem 2rem;
    margin: 4rem -2rem 0;
  }
}
.p-bnr-list__item + .p-bnr-list__item {
  margin: 4rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-bnr-list__item + .p-bnr-list__item {
    margin: 2rem 0 0;
  }
}
.p-bnr-list__img {
  display: block;
  width: 100%;
}
.p-bnr-list__ttl {
  position: relative;
  font-size: 2rem;
  font-weight: 700;
  padding: 0 0 0 3.8rem;
  margin: 0.8rem 0;
}
.p-bnr-list__ttl::before {
  content: "";
  position: absolute;
  top: 0.5rem;
  left: 0;
  width: 2.6rem;
  height: 2.6rem;
  background: url(../img/common/icn_arrow.svg) 0 0/100% auto no-repeat;
}

.p-news {
  margin-top: 8rem;
}
@media screen and (max-width: 767px) {
  .p-news {
    margin-top: 4rem;
  }
}
.p-news__define {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 1.6rem;
}
@media screen and (max-width: 767px) {
  .p-news__define {
    margin-top: 0;
  }
}
.p-news__define dt {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 20.5rem;
  font-size: 1.4rem;
  font-weight: 400;
  border-bottom: 1px solid #D9D9D9;
  padding: 1.2rem 0;
}
@media screen and (max-width: 767px) {
  .p-news__define dt {
    justify-content: flex-start;
    width: 100%;
    gap: 0 2rem;
    border-bottom: 0;
    padding: 1.8rem 0 0.5rem;
  }
}
.p-news__define dt .cat {
  width: 8rem;
  font-size: 1.2rem;
  background: #F1F1F1;
  text-align: center;
  border-radius: 0.5rem;
  padding: 0.2rem 0;
}
.p-news__define dd {
  width: calc(100% - 20.5rem);
  font-size: 1.4rem;
  padding: 1.2rem 0 1.2rem 2.4rem;
  border-bottom: 1px solid #D9D9D9;
}
@media screen and (max-width: 767px) {
  .p-news__define dd {
    width: 100%;
    padding: 0 0 1.8rem;
  }
}
.p-news .c-btn {
  margin: 4.8rem auto 0;
}
@media screen and (max-width: 767px) {
  .p-news .c-btn {
    margin-top: 3.4rem;
  }
}

.p-contact {
  position: relative;
  margin: 8rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-contact {
    margin: 4rem 0 0;
  }
}
.p-contact .c-btn {
  position: absolute;
  bottom: 4.5rem;
  left: 50%;
  height: 5rem;
  width: 37rem;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .p-contact .c-btn {
    bottom: 3rem;
    height: 5rem;
    width: 28rem;
  }
}