.l-header {
  height: 96px;
  width: 100%;
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
}
@media screen and (max-width: 767px) {
  .l-header {
    height: 70px;
    position: initial;
  }
}
.l-header__inner {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.l-header__logo {
  width: 310px;
  padding-left: 30px;
}
@media screen and (max-width: 767px) {
  .l-header__logo {
    width: 250px;
    padding-left: 0;
    margin: 0 auto;
  }
}
.l-header__nav {
  flex: 1;
}
@media screen and (max-width: 767px) {
  .l-header__nav {
    width: 100%;
    background-color: #fff;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 100;
  }
}
.l-header__navList {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.l-header__navItem {
  max-width: 100%;
}
.l-header__navItem--tel {
  width: 306px;
}
@media screen and (max-width: 767px) {
  .l-header__navItem--tel {
    width: 61.3333333333vw;
  }
}
.l-header__navItem--contact {
  width: 193px;
}
@media screen and (max-width: 767px) {
  .l-header__navItem--contact {
    flex: 1;
  }
}
.l-header__navItem a {
  display: block;
}
.l-header__navItem a img {
  width: 100%;
}

.l-inner {
  max-width: 996px;
  padding: 0 18px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .l-inner {
    padding: 0 4.8vw;
  }
}
@media screen and (max-width: 767px) {
  .l-inner--spNoPadding {
    padding: 0;
  }
}

.l-footer {
  color: #fff;
  padding: 30px 0 90px;
  background-color: #595959;
}
@media screen and (max-width: 767px) {
  .l-footer {
    padding: 9.6vw 0 30.1333333333vw;
  }
}
.l-footer__inner {
  display: flex;
  align-items: center;
  gap: 76px;
}
@media screen and (max-width: 767px) {
  .l-footer__inner {
    flex-direction: column;
    gap: 10.6666666667vw;
  }
}
.l-footer__logo {
  width: 310px;
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .l-footer__logo {
    width: 250px;
  }
}
.l-footer__company {
  font-size: 28px;
  line-height: 1.2;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .l-footer__company {
    font-size: 6.6666666667vw;
  }
}
.l-footer__opening {
  font-size: 18px;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .l-footer__opening {
    font-size: 4.2666666667vw;
    margin-top: 2.6666666667vw;
  }
}

.c-anime {
  opacity: 0;
  transition: all 1s ease-in-out;
}
.c-anime--fadeup {
  transform: translateY(50px);
}
.c-anime.start {
  opacity: 1;
  transform: translateY(0);
}

.c-cta {
  position: relative;
  padding: 36px 0;
  background: #11A373 url(../../common/image/lp_shiroari/cta_bg01.png) no-repeat center center/cover;
}
.c-cta::before {
  content: "";
  display: block;
  width: calc(100vw - (100vw - 814px) / 2);
  height: 100%;
  background: url(../../common/image/lp_shiroari/cta_bg02.png) no-repeat top right/auto 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
@media screen and (max-width: 1078px) {
  .c-cta::before {
    width: 950px;
  }
}
@media screen and (max-width: 767px) {
  .c-cta::before {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .c-cta {
    padding: 0;
    background-image: none;
  }
}
.c-cta__link {
  display: block;
  text-align: center;
  position: relative;
  z-index: 2;
}
.c-cta__link img {
  max-width: 814px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .c-cta__link img {
    max-width: 100%;
  }
}

.c-ttl {
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  padding-bottom: 32px;
  background: url(../../common/image/lp_shiroari/ttl_deco.svg) no-repeat bottom center/189px auto;
}
@media screen and (max-width: 767px) {
  .c-ttl {
    font-size: 5.8666666667vw;
    padding-bottom: 4.8vw;
    background-size: 34.9333333333vw auto;
  }
}
.c-ttl span {
  font-size: 45px;
  color: #11A373;
}
@media screen and (max-width: 767px) {
  .c-ttl span {
    font-size: 8vw;
  }
}

.c-cardStrong {
  background-color: #F5F5F5;
  position: relative;
}
.c-cardStrong--reverse .c-cardStrong__num {
  left: auto;
  right: 0;
  transform: translate(18px, -48px);
}
@media screen and (max-width: 767px) {
  .c-cardStrong--reverse .c-cardStrong__num {
    transform: translate(8px, -14px);
  }
}
.c-cardStrong--reverse .c-cardStrong__content {
  flex-direction: row;
}
@media screen and (max-width: 767px) {
  .c-cardStrong--reverse .c-cardStrong__content {
    flex-direction: column;
  }
}
.c-cardStrong--reverse .c-cardStrong__txtArea {
  padding: 44px 100px 44px 54px;
}
@media screen and (max-width: 767px) {
  .c-cardStrong--reverse .c-cardStrong__txtArea {
    padding: 22px;
  }
}
.c-cardStrong__num {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 115px;
  height: 115px;
  color: #fff;
  background-color: #11A373;
  border-radius: 50%;
  letter-spacing: 0.05em;
  font-family: "Barlow Condensed";
  font-weight: bold;
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-18px, -48px);
  border: 8px solid #fff;
}
@media screen and (max-width: 767px) {
  .c-cardStrong__num {
    width: 19.2vw;
    height: 19.2vw;
    transform: translate(-8px, -14px);
  }
}
.c-cardStrong__numTtl {
  display: inline-block;
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .c-cardStrong__numTtl {
    font-size: 2.6666666667vw;
    line-height: 1.4;
  }
}
.c-cardStrong__numTtl span {
  color: #FFED48;
}
.c-cardStrong__numTxt {
  display: inline-block;
  line-height: 1;
  font-size: 58px;
  margin-top: -4px;
}
@media screen and (max-width: 767px) {
  .c-cardStrong__numTxt {
    font-size: 9.0666666667vw;
  }
}
.c-cardStrong__content {
  display: flex;
  flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .c-cardStrong__content {
    flex-direction: column;
  }
}
.c-cardStrong__imgArea {
  width: 334px;
  max-width: 50%;
}
@media screen and (max-width: 767px) {
  .c-cardStrong__imgArea {
    width: 100%;
    max-width: 100%;
    aspect-ratio: 338/200;
  }
}
.c-cardStrong__imgArea img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-cardStrong__txtArea {
  flex: 1;
  padding: 44px 54px 44px 100px;
}
@media screen and (max-width: 767px) {
  .c-cardStrong__txtArea {
    padding: 22px;
  }
}
.c-cardStrong__ttl {
  color: #11A373;
  font-size: 34px;
  font-weight: bold;
  line-height: 1.4411764706;
}
@media screen and (max-width: 767px) {
  .c-cardStrong__ttl {
    font-size: 5.8666666667vw;
    line-height: 1.2727272727;
  }
}
.c-cardStrong__txt {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.08em;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .c-cardStrong__txt {
    font-size: 3.4666666667vw;
    line-height: 1.7692307692;
    margin-top: 3.7333333333vw;
  }
}
.c-cardStrong__txt span {
  font-size: 13px;
}

.c-cardFlow {
  background-color: #fff;
  border: 3px solid #11A373;
}
.c-cardFlow__header {
  height: 70px;
  color: #fff;
  background-color: #11A373;
  display: flex;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-cardFlow__header {
    height: 19.2vw;
  }
}
.c-cardFlow__header::before {
  content: "";
  display: block;
  width: 167px;
  height: 72px;
  background: url(../../common/image/lp_shiroari/flow_deco.png) no-repeat top right/auto 100%;
  position: absolute;
  top: -3px;
  left: -1px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .c-cardFlow__header::before {
    height: 100%;
    width: 29.8666666667vw;
    background-image: url(../../common/image/lp_shiroari/flow_deco_sp.png);
  }
}
.c-cardFlow__step {
  height: 100%;
  width: 167px;
  font-size: 20px;
  letter-spacing: 0.1em;
  font-family: "Barlow Condensed";
  font-weight: bold;
  text-transform: capitalize;
  display: flex;
  align-items: center;
  gap: 4px;
  position: relative;
  z-index: 2;
  padding-left: 20px;
}
@media screen and (max-width: 767px) {
  .c-cardFlow__step {
    width: 29.8666666667vw;
    font-size: 4.8vw;
    padding-left: 3.7333333333vw;
  }
}
.c-cardFlow__step span {
  font-size: 57px;
  letter-spacing: 0.06em;
  line-height: 1;
  color: #FFED48;
}
@media screen and (max-width: 767px) {
  .c-cardFlow__step span {
    font-size: 8.5333333333vw;
  }
}
.c-cardFlow__ttl {
  font-size: 32px;
  font-weight: bold;
  padding-left: 18px;
}
@media screen and (max-width: 767px) {
  .c-cardFlow__ttl {
    font-size: 5.8666666667vw;
    line-height: 1.2272727273;
    padding-left: 1.6vw;
  }
}
.c-cardFlow__btnArea {
  width: 274px;
  max-width: 100%;
  position: absolute;
  top: 8px;
  right: 16px;
}
@media screen and (max-width: 767px) {
  .c-cardFlow__btnArea {
    order: 3;
    position: initial;
    width: 100%;
    margin-top: 3.7333333333vw;
  }
}
.c-cardFlow__btn {
  height: 53px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  color: #fff !important;
  background-color: #E3423A;
}
@media screen and (max-width: 767px) {
  .c-cardFlow__btn {
    height: 12vw;
  }
}
.c-cardFlow__btn:hover {
  opacity: 0.8;
}
.c-cardFlow__btnTxt {
  font-size: 20px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .c-cardFlow__btnTxt {
    font-size: 5.0666666667vw;
  }
}
.c-cardFlow__btnIcon {
  width: 22px;
  height: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .c-cardFlow__btnIcon {
    width: 5.8666666667vw;
    height: 5.8666666667vw;
  }
}
.c-cardFlow__btnIcon img {
  width: 100%;
}
.c-cardFlow__content {
  display: flex;
  flex-wrap: wrap;
  gap: 4.7916666667%;
  padding: 60px 7.2916666667%;
}
@media screen and (max-width: 767px) {
  .c-cardFlow__content {
    flex-direction: column;
    padding: 3.7333333333vw 4.2666666667vw;
  }
}
.c-cardFlow__iconArea {
  width: 100%;
  margin-top: 28px;
}
@media screen and (max-width: 767px) {
  .c-cardFlow__iconArea {
    order: 4;
    padding: 0 4.2666666667vw;
    margin-top: 5.3333333333vw;
  }
}
.c-cardFlow__imgArea {
  width: 322px;
  max-width: 50%;
  aspect-ratio: 322/164;
}
@media screen and (max-width: 767px) {
  .c-cardFlow__imgArea {
    order: 1;
    width: 100%;
    max-width: 100%;
    aspect-ratio: 300/154;
  }
}
.c-cardFlow__imgArea img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-cardFlow__txt {
  flex: 1;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6875;
}
@media screen and (max-width: 767px) {
  .c-cardFlow__txt {
    order: 2;
    font-size: 3.4666666667vw;
    line-height: 1.7692307692;
    margin-top: 3.7333333333vw;
  }
}

.c-cardVoice {
  height: 100%;
  display: flex;
  background-color: #fff;
  padding: 50px;
  gap: 13.8235294118%;
}
@media screen and (max-width: 960px) {
  .c-cardVoice {
    gap: 5%;
  }
}
@media screen and (max-width: 767px) {
  .c-cardVoice {
    flex-direction: column;
    padding: 6.9333333333vw 4.2666666667vw;
    position: relative;
  }
}
.c-cardVoice__content {
  flex: 1;
}
.c-cardVoice__iconArea {
  width: 184px;
}
@media screen and (max-width: 767px) {
  .c-cardVoice__iconArea {
    width: 27.7333333333vw;
    position: absolute;
    top: 10.1333333333vw;
    right: 4.2666666667vw;
  }
}
.c-cardVoice__iconArea--icon02 {
  width: 148px;
}
@media screen and (max-width: 767px) {
  .c-cardVoice__iconArea--icon02 {
    width: 24vw;
  }
}
.c-cardVoice__num {
  color: #fff;
  font-family: "Barlow Condensed";
  font-size: 17px;
  font-weight: bold;
  letter-spacing: 0.06em;
  text-transform: capitalize;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-cardVoice__num {
    font-size: 4vw;
  }
}
.c-cardVoice__numTxt {
  display: inline-block;
  height: 100%;
  color: #fff;
  background-color: #7A7A79;
  padding: 0 4px;
}
.c-cardVoice__numNum {
  display: inline-block;
  text-align: center;
  background: #222220;
  padding: 0 4px;
  position: relative;
  z-index: 2;
}
.c-cardVoice__ttl {
  color: #11A373;
  font-size: 26px;
  font-weight: bold;
  line-height: 1.3461538462;
  margin-top: 16px;
}
@media screen and (max-width: 767px) {
  .c-cardVoice__ttl {
    max-width: 53.3333333333vw;
    font-size: 5.8666666667vw;
    line-height: 1.2727272727;
    margin-top: 2.1333333333vw;
  }
}
.c-cardVoice__txtArea {
  margin-top: 16px;
}
@media screen and (max-width: 767px) {
  .c-cardVoice__txtArea {
    margin-top: 5.8666666667vw;
  }
}
.c-cardVoice__txt {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6875;
}
@media screen and (max-width: 767px) {
  .c-cardVoice__txt {
    font-size: 3.4666666667vw;
    line-height: 1.7692307692;
  }
}

.c-toggleBox {
  background-color: #fff;
}
.c-toggleBox.is-active .c-toggleBox__icon::after {
  opacity: 0;
}
.c-toggleBox.is-active .c-toggleBox__content {
  padding: 22px 28px;
  line-height: 1.6875;
  height: auto;
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .c-toggleBox.is-active .c-toggleBox__content {
    padding: 3.2vw 5.8666666667vw;
  }
}
.c-toggleBox__header {
  cursor: pointer;
  color: #fff;
  background-color: #11A373;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  padding: 14px 28px;
}
@media screen and (max-width: 767px) {
  .c-toggleBox__header {
    padding: 0.5333333333vw 5.8666666667vw;
  }
}
.c-toggleBox__ttl {
  font-size: 25px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .c-toggleBox__ttl {
    font-size: 4.2666666667vw;
  }
}
.c-toggleBox__icon {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: #fff;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-toggleBox__icon {
    width: 5.8666666667vw;
    height: 5.8666666667vw;
  }
}
.c-toggleBox__icon::before, .c-toggleBox__icon::after {
  content: "";
  display: block;
  width: 52.7777777778%;
  height: 4px;
  background-color: #11A373;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  .c-toggleBox__icon::before, .c-toggleBox__icon::after {
    height: 0.5333333333vw;
  }
}
.c-toggleBox__icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.c-toggleBox__content {
  line-height: 0;
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition-duration: 0.3s;
  padding: 0 28px;
}
@media screen and (max-width: 767px) {
  .c-toggleBox__content {
    padding: 0 5.8666666667vw;
  }
}
.c-toggleBox__txt {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6875;
}
@media screen and (max-width: 767px) {
  .c-toggleBox__txt {
    font-size: 3.4666666667vw;
    line-height: 1.6923076923;
  }
}

.c-toggleFaq {
  position: relative;
  margin-left: 20px;
}
@media screen and (max-width: 767px) {
  .c-toggleFaq {
    margin-left: 3.2vw;
  }
}
.c-toggleFaq.is-active .c-toggleFaq__icon::after {
  opacity: 0;
}
.c-toggleFaq.is-active .c-toggleFaq__content {
  padding: 22px 28px;
  line-height: 1.6875;
  height: auto;
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .c-toggleFaq.is-active .c-toggleFaq__content {
    padding: 3.2vw 5.8666666667vw;
  }
}
.c-toggleFaq__num {
  width: 118px;
  height: 67px;
  color: #222220;
  font-family: "Barlow Condensed";
  font-size: 35px;
  font-weight: bold;
  padding: 20px 0 0 24px;
  position: absolute;
  left: -16px;
  top: -20px;
  background: url(../../common/image/lp_shiroari/faq_num_bg.png) no-repeat top right/100% auto;
}
@media screen and (max-width: 767px) {
  .c-toggleFaq__num {
    width: 14.1333333333vw;
    height: 10.6666666667vw;
    font-size: 5.6vw;
    padding: 1.3333333333vw 0 0 2.6666666667vw;
    top: -2.6666666667vw;
    left: -3.2vw;
  }
}
.c-toggleFaq__header {
  cursor: pointer;
  color: #fff;
  background-color: #646463;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  padding: 14px 28px 14px 96px;
}
@media screen and (max-width: 767px) {
  .c-toggleFaq__header {
    gap: 1.0666666667vw;
    padding: 2.4vw 2.6666666667vw 2.4vw 9.0666666667vw;
  }
}
.c-toggleFaq__ttl {
  flex: 1;
  font-size: 25px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .c-toggleFaq__ttl {
    font-size: 4.2666666667vw;
    line-height: 1.3125;
  }
}
.c-toggleFaq__icon {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: #fff;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-toggleFaq__icon {
    width: 5.8666666667vw;
    height: 5.8666666667vw;
  }
}
.c-toggleFaq__icon::before, .c-toggleFaq__icon::after {
  content: "";
  display: block;
  width: 52.7777777778%;
  height: 4px;
  background-color: #646463;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  .c-toggleFaq__icon::before, .c-toggleFaq__icon::after {
    height: 0.5333333333vw;
  }
}
.c-toggleFaq__icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.c-toggleFaq__content {
  line-height: 0;
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition-duration: 0.3s;
  padding: 0 28px;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .c-toggleFaq__content {
    padding: 0 5.8666666667vw;
  }
}
.c-toggleFaq__a {
  font-family: "Barlow Condensed";
  color: #646463;
  font-size: 35px;
  font-weight: bold;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .c-toggleFaq__a {
    font-size: 5.6vw;
    margin-bottom: 1.3333333333vw;
  }
}
.c-toggleFaq__txt {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6875;
}
@media screen and (max-width: 767px) {
  .c-toggleFaq__txt {
    font-size: 3.4666666667vw;
    line-height: 1.7692307692;
  }
}

.p-mv {
  margin-top: 96px;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-mv {
    margin-top: 0;
  }
}
.p-mv img {
  width: 100%;
}
.p-mv__img {
  width: 100%;
}
.p-mv__pic {
  position: absolute;
}
.p-mv__pic--1 {
  width: 16.6666666667vw;
  top: 1.25vw;
  left: -4.1666666667vw;
  transition-duration: 1.2s;
  transition-delay: 0.2s;
}
@media screen and (max-width: 767px) {
  .p-mv__pic--1 {
    width: 14.4vw;
  }
}
.p-mv__pic--2 {
  width: 10.8333333333vw;
  top: 16vw;
  left: 0.9166666667vw;
  transition-duration: 2s;
  transition-delay: 0.4s;
}
@media screen and (max-width: 767px) {
  .p-mv__pic--2 {
    width: 18.1333333333vw;
    top: auto;
    bottom: 1.0666666667vw;
    left: auto;
    right: 0.8vw;
  }
}
.p-mv__pic--3 {
  width: 12.25vw;
  top: 0;
  right: calc(50% - 24.6666666667vw);
  transition-duration: 2s;
  transition-delay: 0.4s;
}
@media screen and (max-width: 767px) {
  .p-mv__pic--3 {
    width: 17.0666666667vw;
    top: 39.4666666667vw;
    right: calc(50% - 19.2vw);
  }
}
.p-mv__pic--4 {
  width: 17.3333333333vw;
  top: 1.25vw;
  right: -3.5vw;
  transition-duration: 1.2s;
}
@media screen and (max-width: 767px) {
  .p-mv__pic--4 {
    width: 21.3333333333vw;
    top: 0;
    right: -6.4vw;
  }
}
.p-mv__pic--5 {
  width: 9.6666666667vw;
  top: 15.4166666667vw;
  right: 4.3333333333vw;
  transition-duration: 2s;
  transition-delay: 0.4s;
}
@media screen and (max-width: 767px) {
  .p-mv__pic--5 {
    width: 13.3333333333vw;
    top: 0;
    right: 12.2666666667vw;
  }
}
.p-mv__pic--6 {
  width: 16.6666666667vw;
  bottom: 0.5vw;
  right: 2.3333333333vw;
  transition-duration: 2s;
  transition-delay: 0.6s;
}
@media screen and (max-width: 767px) {
  .p-mv__pic--6 {
    width: 17.0666666667vw;
    bottom: 34.4vw;
    right: -4.8vw;
  }
}

.p-about {
  padding-bottom: 84px;
}
@media screen and (max-width: 767px) {
  .p-about {
    padding-bottom: 9.0666666667vw;
  }
}
.p-about img {
  width: 100%;
}
.p-about__ttl {
  transform: translateY(50%);
}
.p-about__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-top: 16px;
}
.p-about__pointList {
  display: flex;
  justify-content: center;
  gap: 16px;
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .p-about__pointList {
    flex-direction: column;
    gap: 2.1333333333vw;
    margin-top: 5.3333333333vw;
  }
}
.p-about__pointItem {
  max-width: 100%;
}
.p-about__pointItem img {
  width: 100%;
}
.p-about__pointItem:nth-child(1) {
  width: 243px;
}
@media screen and (max-width: 767px) {
  .p-about__pointItem:nth-child(1) {
    width: 100%;
  }
}
.p-about__pointItem:nth-child(2) {
  width: 443px;
}
@media screen and (max-width: 767px) {
  .p-about__pointItem:nth-child(2) {
    width: 100%;
  }
}
.p-about__pointItem:nth-child(2) img {
  width: 100%;
}
.p-about__subttl {
  font-size: 36px;
  font-weight: bold;
  line-height: 1.6111111111;
  text-align: center;
  margin-top: 34px;
}
@media screen and (max-width: 767px) {
  .p-about__subttl {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
    font-size: 5.3333333333vw;
    letter-spacing: -0.08em;
    margin-top: 5.3333333333vw;
  }
}
.p-about__txt {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.95;
  margin-top: 16px;
}
@media screen and (max-width: 767px) {
  .p-about__txt {
    font-size: 3.4666666667vw;
  }
}

.p-nayami {
  padding-top: 100px;
  background: url(../../common/image/lp_shiroari/nayami_bg.jpg) no-repeat center center/cover;
}
@media screen and (max-width: 767px) {
  .p-nayami {
    padding-top: 11.2vw;
  }
}
.p-nayami__ttl {
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  text-decoration: underline;
  text-underline-offset: 16px;
  text-decoration-thickness: 4px;
}
@media screen and (max-width: 767px) {
  .p-nayami__ttl {
    font-size: 6.6666666667vw;
    text-underline-offset: 2.1333333333vw;
    text-decoration-thickness: 1.0666666667vw;
    line-height: 1.72;
  }
}
.p-nayami__ttl--large {
  color: #11A373;
  font-size: 55px;
}
@media screen and (max-width: 767px) {
  .p-nayami__ttl--large {
    font-size: 9.3333333333vw;
  }
}
.p-nayami__ttl .dot {
  position: relative;
}
.p-nayami__ttl .dot::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background-color: #E3423A;
  position: absolute;
  top: -10px;
  left: calc(50% - 8px);
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .p-nayami__ttl .dot::before {
    width: 1.7066666667vw;
    height: 1.7066666667vw;
  }
}
.p-nayami__img {
  max-width: 964px;
  margin: 48px auto 0;
}
@media screen and (max-width: 767px) {
  .p-nayami__img {
    margin-top: 5.3333333333vw;
  }
}
.p-nayami__img img {
  width: 100%;
}

.p-strongness {
  padding: 60px 0;
}
@media screen and (max-width: 767px) {
  .p-strongness {
    padding: 10.6666666667vw 0;
  }
}
.p-strongness__ttl {
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  padding-bottom: 32px;
  background: url(../../common/image/lp_shiroari/ttl_deco.svg) no-repeat bottom center/189px auto;
}
@media screen and (max-width: 767px) {
  .p-strongness__ttl {
    font-size: 5.8666666667vw;
  }
}
.p-strongness__ttl span {
  display: inline-block;
  width: 430px;
}
@media screen and (max-width: 767px) {
  .p-strongness__ttl span {
    width: 80vw;
  }
}
.p-strongness__ttl span img {
  width: 100%;
}
.p-strongness__list {
  display: flex;
  flex-direction: column;
  gap: 74px;
  margin-top: 44px;
}
@media screen and (max-width: 767px) {
  .p-strongness__list {
    gap: 6.9333333333vw;
    margin-top: 5.3333333333vw;
  }
}

.p-after {
  background-color: #F6F3C9;
  padding: 60px 0 90px;
}
@media screen and (max-width: 767px) {
  .p-after {
    padding: 10.6666666667vw 0;
  }
}
.p-after__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .p-after__list {
    grid-template-columns: 1fr;
  }
}
.p-after__item {
  padding: 26px 16px;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
  font-weight: 500;
  background: #fff url(../../common/image/lp_shiroari/after_item_bg.png) no-repeat top right/auto 102%;
}
@media screen and (max-width: 767px) {
  .p-after__item {
    background-image: url(../../common/image/lp_shiroari/after_item_bg_sp.png);
  }
}
.p-after__itemLead {
  font-size: 21px;
  letter-spacing: 0.08em;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-after__itemLead {
    font-size: 4.8vw;
  }
}
.p-after__itemTtl {
  color: #E3423A;
  font-size: 31px;
  font-weight: bold;
  letter-spacing: 0.08em;
  line-height: 1.2;
  text-align: center;
  margin-top: 18px;
}
@media screen and (max-width: 767px) {
  .p-after__itemTtl {
    font-size: 6.6666666667vw;
    margin-top: 2.6666666667vw;
  }
}
.p-after__itemTxt {
  font-size: 16px;
  line-height: 1.5625;
  max-width: 224px;
  margin: 18px auto 0;
}
@media screen and (max-width: 767px) {
  .p-after__itemTxt {
    max-width: 100%;
    font-size: 3.4666666667vw;
    margin-top: 2.6666666667vw;
  }
}
.p-after__itemNote {
  font-size: 16px;
  line-height: 1.5625;
  max-width: 224px;
  margin: 0 auto;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .p-after__itemNote {
    max-width: 100%;
    font-size: 3.4666666667vw;
  }
}

.p-works {
  padding: 60px 0 90px;
}
@media screen and (max-width: 767px) {
  .p-works {
    padding: 10.6666666667vw 2.6666666667vw;
  }
}
.p-works__subttl {
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .p-works__subttl {
    font-size: 5.8666666667vw;
    text-align: left;
    margin-top: 5.3333333333vw;
  }
}
.p-works__place {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .p-works__place {
    gap: 2.1333333333vw;
    margin-top: 1.0666666667vw;
  }
}
.p-works__placeLead {
  color: #fff;
  font-size: 24px;
  line-height: 1;
  font-weight: bold;
  letter-spacing: 0.06em;
  background-color: #11A373;
  padding: 4px 12px;
}
@media screen and (max-width: 767px) {
  .p-works__placeLead {
    font-size: 4.8vw;
    padding: 4px 2.6666666667vw;
  }
}
.p-works__placeEn {
  font-family: "Barlow Condensed";
}
.p-works__placeColor {
  color: #FFED48;
}
.p-works__placeTxt {
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 767px) {
  .p-works__placeTxt {
    font-size: 4.8vw;
  }
}
.p-works__placeTxt span {
  display: inline-block;
  width: 18px;
  margin-right: 4px;
}
.p-works__txt {
  font-size: 16px;
  line-height: 1.5625;
  font-weight: 500;
  margin-top: 16px;
  padding: 10px 24px;
  background-color: #cfede3;
}
@media screen and (max-width: 767px) {
  .p-works__txt {
    font-size: 3.4666666667vw;
    margin-top: 2.6666666667vw;
  }
}
.p-works__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px 16px;
  margin-top: 16px;
}
@media screen and (max-width: 767px) {
  .p-works__list {
    width: 100%;
    grid-template-columns: 1fr;
    gap: 5.3333333333vw;
  }
}
.p-works__cardImg {
  margin: 0 0 10px 0;
}
.p-works__cardImg img {
  width: 100%;
}
.p-works__cardTxt {
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  padding: 0 10px;
}
@media screen and (max-width: 767px) {
  .p-works__cardTxt {
    font-size: 3.4666666667vw;
    margin-top: 2.6666666667vw;
  }
}

.p-flow {
  padding: 80px 0 90px;
  background: url(../../common/image/lp_shiroari/flow_bg.jpg) no-repeat center center/cover;
}
@media screen and (max-width: 767px) {
  .p-flow {
    padding: 10.6666666667vw 0;
    background-image: url(../../common/image/lp_shiroari/flow_bg_sp.jpg);
  }
}
.p-flow__list {
  margin-top: 50px;
  display: flex;
  flex-direction: column;
  gap: 50px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-flow__list {
    margin-top: 5.3333333333vw;
    gap: 4.2666666667vw;
  }
}
.p-flow__list::before {
  content: "";
  display: block;
  width: 3px;
  height: 100%;
  background-color: #11A373;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
.p-flow__item {
  position: relative;
  z-index: 2;
}

.p-voice {
  padding: 60px 0 90px;
  background-color: #F6F3C9;
}
@media screen and (max-width: 767px) {
  .p-voice {
    padding: 10.6666666667vw 4.8vw;
  }
}
.p-voice__sliderArea {
  margin-left: calc((100vw - 960px) / 2);
  margin-top: 40px;
}
@media screen and (max-width: 960px) {
  .p-voice__sliderArea {
    margin-left: 4.2666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .p-voice__sliderArea {
    margin: 5.3333333333vw 0;
  }
}
.p-voice__sliderArea .swiper-slide {
  height: auto;
}

.p-area {
  padding: 60px 0 90px;
}
@media screen and (max-width: 767px) {
  .p-area {
    padding: 10.6666666667vw 0;
  }
}
.p-area__mapArea {
  max-width: 367px;
  margin: 16px auto 0;
}
@media screen and (max-width: 767px) {
  .p-area__mapArea {
    max-width: 73.0666666667vw;
    margin-top: 6.9333333333vw;
  }
}
.p-area__list {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .p-area__list {
    gap: 2.6666666667vw;
    margin-top: 6.9333333333vw;
  }
}

.p-faq {
  padding: 60px 0 90px;
  background-color: #F5F5F5;
}
@media screen and (max-width: 767px) {
  .p-faq {
    padding: 10.6666666667vw 0;
  }
}
.p-faq__list {
  display: flex;
  flex-direction: column;
  gap: 38px;
  margin-top: 56px;
}
@media screen and (max-width: 767px) {
  .p-faq__list {
    gap: 5.3333333333vw;
    margin-top: 9.0666666667vw;
  }
}

.p-contact {
  padding: 60px 0 90px;
}
@media screen and (max-width: 767px) {
  .p-contact {
    padding: 10.6666666667vw 0;
  }
}
.p-contact .form_btn .submit {
  border-radius: 0 !important;
  background-color: #E3423A !important;
}
.p-contact .contact_daysArea {
  display: flex;
  gap: 10px;
  align-items: center;
}
.p-contact .contact_daysArea div:nth-of-type(1) {
  width: 256px;
}
@media screen and (max-width: 767px) {
  .p-contact .contact_daysArea div:nth-of-type(1) {
    width: 38.4vw;
  }
}
.p-contact .contact_daysArea div:nth-of-type(2) {
  flex: 1;
}

.u-display--pcNone {
  display: none;
}
@media screen and (max-width: 767px) {
  .u-display--pcNone {
    display: block;
  }
}
.u-display--spNone {
  display: block;
}
@media screen and (max-width: 767px) {
  .u-display--spNone {
    display: none;
  }
}/*# sourceMappingURL=lp_shiroari.css.map */