/* html {
	font-size: 16px;
} */

/*  */
/* リニューアルLP */
/*  */

#sml {
  color: #502805;
  line-height: 1.6;
  position: relative;
}
.l-inner {
  height: inherit;
  margin: 0 auto;
  max-width: 113rem;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  width: 100%;
}

/* parallax */

.u-bg::before {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: url(../image/lp/background.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0.7;
}

@media screen and (max-width: 1200px) {
  .u-bg::before {
  background-image: url(../image/lp/background_sp.png);
  }
}
/* cta */

.p-lp__cta {
  width: 100%;
  max-width: 11vw;
  height: auto;
  aspect-ratio: 1 / 1;
  position: fixed;
  content: "";
  z-index: 9;
  bottom: 4rem;
  right: 2rem;
}

.p-lp__cta img {
  width: 100%;
  height: auto;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  .p-lp__cta {
    width: 20vw;
    right: 1rem;
    bottom: 1rem;
    max-width: initial;
  }
}

/* 共通パーツ */

.c-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

#sml p.c-title__en {
  overflow: hidden;
  padding-bottom: 0.22em;
  margin-bottom: -0.22em;
  transform: translate(-100%, 0);
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.8s;
  font-size: 12rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  font-family: "Poppins", sans-serif;
  color: #fbebda;
  text-transform: uppercase;
  line-height: 1;
  text-shadow: 1px 1px 0px #ea6f00, -1px 1px 0px #ea6f00, 1px -1px 0px #ea6f00,
    -1px -1px 0px #ea6f00, 1px 0px 0px #ea6f00, 0px 1px 0px #ea6f00,
    -1px 0px 0px #ea6f00, 0px -1px 0px #ea6f00;
}

#sml p.c-title__en span {
  display: block;
  transform: translate(100%, 0);
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.8s;
}

#sml p.c-title__en.-visible,
#sml p.c-title__en.-visible span {
  transform: translate(0, 0);
}




.c-title__ja {
  margin-top: 1rem;
  font-size: 2rem;
  color: #ea6f00;
  line-height: calc(35 / 18);
  background-color: white;
  padding: 0 1.8rem;
  width: fit-content;
}

#sml p.c-comment {
  font-size: 1.8rem;
  line-height: 1.6;
  letter-spacing: 0.05em;
}

.u-mobile {
  display: none;
}
.u-desktop {
  display: block;
}
/* 共通パーツtub */
@media (max-width: 1024px) {
  .u-mobile {
    display: block;
  }
  .u-desktop {
    display: none;
  }
}

/* 共通パーツSP */
@media (max-width: 768px) {
  #sml p.c-title__en {
    font-size: min(9rem, 15vw);
  }
  .c-title__ja {
    margin-top: 1rem;
    font-size: min(2.4rem, 5vw);
  }
  #sml p.c-comment {
    text-align: left;
  }
}

/* mv */

.p-lp-mv {
  background: linear-gradient(to bottom, #fce86d 70%, white 30%);
  padding-top: 2.7rem;
  position: relative;
  z-index: 1;
}

.p-lp-mv__head {
  display: flex;
  align-items: center;
  padding-right: 12rem;
  padding-left: 4rem;
  justify-content: space-between;
}

.p-lp-mv__logo {
  width: 100%;
  max-width: 15.1rem;
}

.p-lp-mv__logo img {
  width: 100%;
  height: auto;
  aspect-ratio: 302 / 110;
  object-fit: cover;
}

.p-lp-mv__button {
  width: 100%;
  max-width: 22rem;
}

.c-button {
  width: 100%;
  position: relative;
  line-height: 1;
  color: white;
  background-color: #ea6f00;
  max-width: 38rem;
  height: 7rem;
  text-align: center;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 8rem;
  transition: all 0.2s ease-out;
  text-transform: uppercase;
  font-size: 1.8rem;
}

.c-button--cta {
  max-width: 22rem;
  font-size: 1.6rem;
  height: 5rem;
}

.c-button.c-button--small {
  max-width: 26rem;
  height: 5rem;
  background-color: #009491;
}

.p-lp-mv__title {
  width: clamp(35rem, 65vw, 70rem);
  margin: auto;
  position: relative;
  z-index: 3;
}

.p-lp-mv__title img {
  width: 100%;
  height: auto;
  aspect-ratio: 675 / 40;
  object-fit: cover;
}
.p-lp-mv__img {
  position: relative;
  margin: -5% auto 0;
  width: 88%;
  z-index: 2;
}
.p-lp-mv__img img {
  width: 100%;
  height: auto;
  aspect-ratio: 2550 / 1224;
  object-fit: cover;
}

.p-lp-mv__bg,
.p-lp-mv__bg01,
.p-lp-mv__bg02,
.p-lp-mv__bg03 {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  width: 100%;
  z-index: 1;
  padding: 0 2rem;
}

.p-lp-mv__bg01 img,
.p-lp-mv__bg02 img,
.p-lp-mv__bg .p-lp-mv__bg03 img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.p-lp-mv__bg {
  max-width: 140rem;
  top: 7rem;
}

.p-lp-mv__bg img {
  aspect-ratio: 1265/488;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.p-lp-mv__container{
  margin-top: 2rem;
}

.p-lp-mv__img-bottom {
  width: 100%;
  position: relative;
  margin-top: -13%;
}

.p-lp-mv__img-bottom::after {
  content: '';
  border-top-left-radius: 50% 100%;
  border-top-right-radius: 50% 100%;
  position: absolute;
  bottom: -9rem;
  width: 110%;
  left: 50%;
  background: #fff;
  transform: translateX(-50%) rotate(-180deg);
  height: 10rem;
}

.p-lp-mv__img-bottom img {
  aspect-ratio: 1440/700;
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: top;
}

/* mv tub-SP */

@media screen and (max-width: 768px) {
  .p-lp-mv {
    padding-top: 1rem;
  }

  .p-lp-mv__img-bottom img {
    aspect-ratio: 1/1;
  }
  .p-lp-mv__logo {
    max-width: 10rem;
  }
  .l-inner {
    max-width: 60rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .p-lp-mv__container{
    margin-top: 2rem;
  }
  .p-lp-mv__head {
    padding-right: 5.5rem;
  }

  .p-lp-mv__img {
    padding-left: 0;
    margin: 1rem auto 0;
  width: 98%;
  }
  .p-lp-mv__button {
    max-width: 14rem;
  }
  .c-button--cta {
    max-width: 14rem;
    font-size: 1.2rem;
    height: 3.6rem;
  }
  .p-lp-mv__bg {
    padding: 0 1rem;
  }
  .p-lp-mv::after {
    bottom: -45%;
  }
}
/* mv SP */

@media screen and (max-width: 500px) {
  .p-lp-mv__img-bottom img {
    aspect-ratio: 750/1500;
  }
}

/* greeting */
.p-lp-greeting {
  z-index: 1;
  position: absolute;
  content: "";
  top: 70%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.p-lp-greeting__container {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  padding-left: 4%;
  position: relative;
  z-index: 1;
  gap: 3%;
}

.p-lp-greeting__img-wrap {
  display: flex;
  max-width: 30rem;
  min-width: 22rem;
}

.p-lp-greeting__title {
  font-size: 2.8rem;
  line-height: 2;
  writing-mode: vertical-rl;
  color: #009491;
  padding-top: 4rem;
  margin-left: -1rem;
}

.p-lp-greeting__img-content {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.p-lp-greeting__img {
  width: 100%;
}
.p-lp-greeting__img img {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
}

.greeting__name {
  margin-top: -2rem;
  text-align: center;
}

.p-lp-greeting__text-wrap {
  max-width: 64.8rem;
}

#sml p.p-lp-greeting__text {
  line-height: 2;
  font-size: min(1.6rem, 1.4vw);
}

.p-lp-greeting__text + .p-lp-greeting__text {
  margin-top: 2rem;
}

/* greeting SP */

@media screen and (max-width: 768px) {
  .p-lp-greeting {
    top: 60%;
  }
  .p-lp-greeting__container {
    flex-direction: column;
    padding-left: 0;
    margin-top: 0;
  }
  .p-lp-greeting__img-wrap {
    min-width: initial;
    display: contents;
  }
  .p-lp-greeting__title {
    font-size: 1.8rem;
    line-height: initial;
    padding-top: 2rem;
    writing-mode: initial;
  }
  .p-lp-greeting__img-content {
    max-width: 15rem;
    margin-top: -1.5rem;
  }
  #sml p.greeting__name {
    font-size: 1.3rem;
  }
  #sml p.p-lp-greeting__text {
    font-size: min(1.5rem, 2vw);
  }
  .p-lp-greeting__text-wrap {
    margin-top: 2rem;
  }
  .p-lp-greeting__text + .p-lp-greeting__text {
    margin-top: 1rem;
  }
}
@media screen and (max-width: 500px) {
  #sml p.p-lp-greeting__text {
    font-size: min(1.5rem, 4vw);

    line-height: 1.7;
  }
}

/* about */

.p-lp-about {
  background-color: #fcf3eb;
  background-image: radial-gradient(circle, #faecd6 3.75px, transparent 3.75px);
  background-position: 0 0;
  background-size: 22.5px 22.5px;
  padding-top: 20rem;
  padding-bottom: 12rem;
}
.p-lp-about__inner {
  position: relative;
  z-index: 1;
}

.p-lp-about__title {
  position: relative;
  font-size: 2.6rem;
  line-height: 1.6;
  letter-spacing: 0.05em;
  color: #009491;
  width: 100%;
  max-width: 76rem;
  background-color: white;
  margin: 0 auto;
  min-height: 6rem;
  padding: 0.8rem 3rem;
  border-radius: 3.2rem;
  border: 2px solid #009491;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-lp-about__title::before {
  content: "";
  position: absolute;
  bottom: 5px;
  left: 50%;
  border-style: solid;
  border-width: 24px 22px 0 22px;
  border-color: #009491 transparent transparent;
  translate: -50% 100%;
}

.p-lp-about__title::after {
  content: "";
  position: absolute;
  bottom: 6px;
  left: 50%;
  border-style: solid;
  border-width: 22px 20px 0 20px;
  border-color: #ffffff transparent transparent;
  translate: -50% 100%;
}

/* about SP */
@media screen and (max-width: 768px) {
 
  .p-lp-about__title {
    font-size: 1.8rem;
    min-height: 4rem;
    height: auto;
    padding: 0.6rem 1.6rem;
  }
  .p-lp-about__title::before {
    bottom: 3px;
    border-width: 17px 16px 0 16px;
  }
  .p-lp-about__title::after {
    bottom: 4px;
    border-width: 15px 14px 0 14px;
  }
  .p-lp-mv__img-bottom::after{
    width: 130%;
  }
}

/* feature */
.p-lp-feature {
  position: relative;
  z-index: 1;
  background-color: white;
  padding-top: 12rem;
  padding-bottom: 12rem;
}

.p-lp-feature__items {
  margin: 3rem auto 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: start;
  column-gap: min(5vw, 7rem);
  max-width: 104rem;
}

.p-lp-feature__item {
  position: relative;
  display: flex;
  flex-direction: column;
}
.p-lp-feature__item::before {
  position: absolute;
  top: -1rem;
  left: -2rem;
  content: "";
  width: 5.6rem;
  height: 5.1rem;
  background-image: url(../image/lp/number_01.png);
  background-repeat: no-repeat;
  background-size: contain;
}
.p-lp-feature__item:nth-child(2)::before {
  background-image: url(../image/lp/number_02.png);
}

.p-lp-feature__item:nth-child(3)::before {
  background-image: url(../image/lp/number_03.png);
}

.p-lp-feature__item-img {
  width: 100%;
}

.p-lp-feature__item-img img {
  width: 100%;
  height: auto;
  aspect-ratio: 300/248;
}

.p-lp-feature__item-head {
  font-size: min(2.6rem, 2.5vw);
  line-height: 1.4;
  letter-spacing: 0.05em;
  text-align: center;
}
.p-lp-feature__item-head span {
  color: #ea6f00;
}

.p-lp-feature__item-text {
  margin-top: 1.5rem;
  line-height: 1.6;
}

/* feature SP*/
@media (max-width: 768px) {
  .p-lp-feature {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
  .p-lp-feature__items {
    margin-top: 2rem;
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    column-gap: 1rem;
    row-gap: 2rem;
  }
  .p-lp-feature__item::before {
    left: 0;
  }
  .p-lp-feature__item-img {
    width: 70%;
    margin: auto;
  }
  .p-lp-feature__item-head {
    font-size: min(2.6rem, 7vw);
  }
}

/* voice */
.p-lp-voice {
  position: relative;
  padding-top: 10rem;
  padding-bottom: 20rem;
  background-color: #fcf3eb;
  background-image: radial-gradient(circle, #faecd6 3.75px, transparent 3.75px);
  background-position: 0 0;
  background-size: 22.5px 22.5px;
}

.p-lp-voice::after ,
.p-lp-process::after ,
.p-lp-comic::after {
  content: '';
  border-top-left-radius: 50% 100%;
  border-top-right-radius: 50% 100%;
  position: absolute;
  bottom: -0.3rem;
  width: 110%;
  left: 50%;
  transform: translateX(-50%);
  background: #fce86d;
  height: 10rem;
  z-index: 1;
}

.p-lp-voice .p-lp-voice__inner {
  position: relative;
  z-index: 1;
  max-width: 116rem;

}

.p-lp-voice__items {
  transform: translateY(-5rem);
  /* column-gap: 3rem; */
  margin: 0 auto 0;
  /* カード４枚以上表示の際には以下コメントアウト */
  /*   display: grid; */
  /*   grid-template-columns: repeat(3, minmax(0, 1fr)); */
  /* ここまで */
}

.p-lp-voice__item-wrap {
  display: flex;
}
.p-lp-voice__item {
  display: flex;
  flex-direction: column;
 margin:0 1.2rem;
}

.p-lp-voice__comment {
  text-align: center;
  margin-top: 1rem;
}

.p-lp-voice__item-img {
  max-width: 16rem;
  margin: auto ;
  transform: translateY(8rem);
}

.p-lp-voice__item-textWrap{
  background-color: white;
  border-radius: 6rem;
  padding: 10rem 1.6vw 1.6vw;
  flex: auto;
  display: flex;
  flex-direction: column;
}

#sml p.p-lp-voice__item-head {
  font-size: 2.6rem;
  line-height: 1.4;
  letter-spacing: 0.05em;
  color: #ea6f00;
}
#sml p.p-lp-voice__item-text{
  margin-top: 1rem;
  }
.p-lp-voice__button {
  margin: 1rem auto 0;
  max-width: 26rem;
  width: 100%;
}

#sml p.p-lp-voice__item-name {
  margin-top: auto;
  padding-top: 1rem;
  text-align: center;
  font-size: 1.5rem;
}

#sml p.p-lp-voice__item-name:nth-child(3) {
  height: 7rem;
}

/* voice tub*/

@media (max-width: 1023px) {
  .p-lp-voice__items {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    column-gap: 1rem;
    row-gap: 2rem;
    margin-top: 4rem;
  }
  .p-lp-voice__item-wrap + .p-lp-voice__item-wrap{
    margin-top: -6rem;
  }
  .p-lp-voice__button {
    margin: 0 auto 3rem;
  }
  .p-lp-voice__item-textWrap{
    padding: 10rem 3rem 3rem;
  }
}

/* voice SP*/
@media (max-width: 768px) {
  .p-lp-voice {
    padding-top: 6rem;
    padding-bottom: 12rem;
  }
  #sml p.p-lp-voice__item-head {
    font-size: min(2.6rem, 5vw);
  }
  #sml p.p-lp-voice__item-name:nth-child(3) {
    height: initial;
  }
  .p-lp-voice__item-textWrap{
    padding: 10rem 2rem 2rem;
  }
  .p-lp-voice__item {
    margin: 0 0.7rem;
 }
}

/* detail */

.p-lp-detail {
  position: relative;
  z-index: 1;
  background-color: #fce86d;
  padding-bottom: 12rem;
}

.p-lp-detail__items {
  display: flex;
  flex-direction: column;
  gap: 4rem;
  margin-top: 4rem;
}

.p-lp-detail__items.p-lp-detail__items--flex {
  flex-direction: row;
}

.p-lp-detail__item {
  background-color: white;
  border-radius: 3rem;
  border: 4px solid #ea6f00;
  display: flex;
  align-items: center;
  gap: 5rem;
  padding: 5rem 4vw;
}

.p-lp-detail__item:nth-child(even) {
  flex-direction: row-reverse;
}

.p-lp-detail__items.p-lp-detail__items--flex .p-lp-detail__item {
  flex-direction: column-reverse;
}

.p-lp-detail__item-textWrap {
  max-width: 42rem;
}

.p-lp-detail__item-title {
  display: flex;
  align-items: center;
}

.p-lp-detail__item-icon {
  width: 100%;
  max-width: 5.7rem;
}
.p-lp-detail__item-icon img {
  width: 100%;
  height: auto;
  aspect-ratio: 57/41;
  object-fit: cover;
}

.p-lp-detail__item-head {
  font-size: 2.8rem;
  line-height: 1.6;
  letter-spacing: 0.05em;
  color: #ea6f00;
}

#sml p.p-lp-detail__item-text {
  margin-top: 2rem;
  font-size: 1.5rem;
  line-height: 1.6;
  letter-spacing: 0.05em;
  color: #502805;
}

.p-lp-detail__item-img {
  max-width: 48.6rem;
  min-width: 30rem;
  width: 100%;
}

.p-lp-detail__item-img img {
  width: 100%;
  height: auto;
  aspect-ratio: 486 / 260;
  object-fit: cover;
}

/* レポート管理（01）は画面全体を見せるため縦長比で表示 */
.p-lp-detail__items:not(.p-lp-detail__items--flex) > .p-lp-detail__item:first-child .p-lp-detail__item-img img {
  aspect-ratio: 486 / 343;
}

.p-lp-detail__items.p-lp-detail__items--flex .p-lp-detail__item-img {
  max-width: 14.7rem;
  min-width: initial;
}

.p-lp-detail__items.p-lp-detail__items--flex .p-lp-detail__item-img img {
  aspect-ratio: 147 / 300;
  max-width: 14.7rem;
}

#sml p.p-lp-detail__explanation {
  margin-top: 4rem;
  font-size: 2.6rem;
  line-height: 1.6;
  letter-spacing: 0.05em;
  color: #ea6f00;
  background-color: #fcf3eb;
  padding: 2.9rem 2rem;
  text-align: center;
  border-radius: 2rem;
}

/* detail SP*/

@media (max-width: 768px) {
  .p-lp-detail {
    padding-bottom: 6rem;
  }
  #sml p.p-lp-detail__explanation {
    font-size: min(1.8rem, 4.2vw);
    padding: 1rem;
  }
  .p-lp-detail__item,
  .p-lp-detail__item:nth-child(even) {
    flex-direction: column-reverse;
    gap: 3rem;
  }

  .p-lp-detail__item-head {
    font-size: min(2.4rem, 5vw);
  }
  .p-lp-detail__item-title {
    justify-content: center;
  }
  .p-lp-detail__items.p-lp-detail__items--flex {
    flex-direction: column;
  }
  .p-lp-detail__item-img {
    min-width: initial;
  }
  .p-lp-detail__items.p-lp-detail__items--flex .p-lp-detail__item-img {
    max-width: 22vw;
  }
  
  .p-lp-detail__items.p-lp-detail__items--flex .p-lp-detail__item-img img {
    max-width: 22vw;
  }
}

/* security */

.p-lp-security {
  background-color: #fcf3eb;
  background-image: radial-gradient(circle, #faecd6 3.75px, transparent 3.75px);
  background-position: 0 0;
  background-size: 22.5px 22.5px;
  padding-top: 12rem;
  padding-bottom: 12rem;
}

.p-lp-security__inner {
  position: relative;
  z-index: 1;
}

.p-lp-security__comment {
  margin-top: 1rem;
  text-align: center;
}

.p-lp-security__items {
  margin-top: 4rem;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: center;
  column-gap: 8%;
}

.p-lp-security__item-head {
  font-size: min(2.8rem, 5vw);
  line-height: 1.6;
  letter-spacing: 0.05em;
  color: #ea6f00;
  margin-top: 2rem;
}

.p-lp-security__item-img {
  width: 100%;
}
.p-lp-security__item-img img {
  width: 100%;
  height: auto;
  aspect-ratio: 300 / 197;
  object-fit: cover;
}

#sml p.p-lp-security__item-text {
  font-size: 1.5rem;
  color: #502805;
  line-height: 1.6;
}

/* security SP*/
@media (max-width: 768px) {
  .p-lp-security__items {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    row-gap: 4rem;
  }
}

/* process */

.p-lp-process {
  position: relative;
  background-color: #fcf3eb;
  background-image: radial-gradient(circle, #faecd6 3.75px, transparent 3.75px);
  background-position: 0 0;
  background-size: 22.5px 22.5px;
  padding-bottom: 20rem;
}

.p-lp-process__inner {
  position: relative;
  z-index: 1;
}

.p-lp-process__items {
  padding: 4rem 7rem;
  background-color: white;
  border-radius: 3rem;
  border: 4px solid #ea6f00;
  margin: 3rem auto 0;
}

.p-lp-process__item {
  display: flex;
  align-items: center;
  gap: 1.8rem;
}

.p-lp-process__item + .p-lp-process__item {
  margin-top: 1rem;
}

.p-lp-process__item-img {
  width: 100%;
  max-width: 18rem;
  position: relative;
}

.p-lp-process__item-img img {
  width: 100%;
  height: auto;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.p-lp-process__item:not(:last-child) .p-lp-process__item-img::after {
  position: absolute;
  bottom: -1rem;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  width: 3rem;
  background-color: #ea6f00;
  height: inherit;
  aspect-ratio: 2/1;
  clip-path: polygon(100% 0, 0 0, 50% 100%);
}

.p-lp-process__item-headWrap {
  display: flex;
  align-items: flex-end;
  gap: 1.4rem;
}

.p-lp-process__item-number {
  width: 100%;
  max-width: 5.6rem;
}
.p-lp-process__item-number img {
  width: 100%;
  height: auto;
  aspect-ratio: 56 / 48;
  object-fit: cover;
}

.p-lp-process__item-head {
  font-size: 2.8rem;
  line-height: 1.6;
  letter-spacing: 0.05em;
  color: #ea6f00;
}

.p-lp-process__item-text {
  margin-top: 0.6rem;
}

/* process SP*/
@media (max-width: 768px) {
  .p-lp-process {
    padding-bottom: 12rem;
  }
  .p-lp-process__items {
    padding: 4rem 2rem;
  }
  .p-lp-process__item {
    flex-direction: column;
    position: relative;
    gap: initial;
  }
  .p-lp-process__item-headWrap {
    justify-content: center;
  }
  .p-lp-process__item:not(:last-child) .p-lp-process__item-img::after {
    display: none;
  }

  .p-lp-process__item:not(:last-child)::after {
    position: absolute;
    bottom: -3rem;
    left: 50%;
    transform: translateX(-50%);
    content: "";
    width: 3rem;
    background-color: #ea6f00;
    height: inherit;
    aspect-ratio: 2/1;
    clip-path: polygon(100% 0, 0 0, 50% 100%);
  }
  .p-lp-process__item + .p-lp-process__item {
    margin-top: 4rem;
  }
}

/* support */

.p-lp-support {
  position: relative;
  z-index: 1;
  background-color: #fce86d;
  padding-bottom: 12rem;
}

.p-lp-support__comment {
  margin-top: 1rem;
  text-align: center;
}

.p-lp-support__items {
  margin: 5.6rem auto 0;
  display: flex;
  flex-direction: column;
  gap: 5.6rem;
}

.p-lp-support__item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: min(8rem, 7%);
}
.p-lp-support__item:nth-child(even) {
  flex-direction: row-reverse;
}
.p-lp-support__item-img {
  width: 100%;
  max-width: 45rem;
}
.p-lp-support__item-img img {
  width: 100%;
  height: auto;
  aspect-ratio: 450 / 310;
  object-fit: cover;
}
.p-lp-support__item-img:nth-child(2) img {
  aspect-ratio: 430 / 300;
}
.p-lp-support__item-img:nth-child(3) img {
  aspect-ratio: 433 / 300;
}

.p-lp-support__item-textWrap {
  display: flex;
  flex-direction: column;
  max-width: 37rem;
  width: 100%;
}

.p-lp-support__item-head {
  font-size: 2.8rem;
  line-height: 1.6;
  letter-spacing: 0.05em;
  color: #ea6f00;
}

/* support SP */
@media (max-width: 768px) {
  .p-lp-support {
    padding-bottom: 6rem;
  }
  .p-lp-support__item-head {
    font-size: min(2.4rem, 5vw);
  }
  .p-lp-support__item {
    gap: 2rem;
  }

  .p-lp-support__item,
  .p-lp-support__item:nth-child(even) {
    flex-direction: column;
  }
  .p-lp-support__item-textWrap {
    max-width: initial;
  }
}

.p-lp-support__price {
  background-color: #ea6f00;
  border-radius: 18rem;
  padding: 5rem 10rem 2rem;
  margin-top: 12rem;
}

.p-lp-support__price-container {
  display: flex;
  gap: 6rem;
}

.p-lp-support__price-enTitle {
  margin-top: 12rem;
  text-align: center;
  font-size: 12rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  font-family: "Poppins", sans-serif;
  color: #ea6f00;
  text-transform: uppercase;
  line-height: 1;
  text-shadow: 1px 1px 0px #fff, -1px 1px 0px #fff, 1px -1px 0px #fff,
    -1px -1px 0px #fff, 1px 0px 0px #fff, 0px 1px 0px #fff, -1px 0px 0px #fff,
    0px -1px 0px #fff;
}

.p-lp-support__price-img {
  width: 100%;
  max-width: 33rem;
}
.p-lp-support__price-img img {
  width: 100%;
  height: auto;
  aspect-ratio: 660 / 566;
  object-fit: cover;
}

.p-lp-support__price-textWrap {
  letter-spacing: 0.05em;
}
@media (max-width: 1024px) {
  .p-lp-support__price {
  border-radius: 10rem;
  }
}
@media (max-width: 768px) {
  .p-lp-support__price {
    margin-top: 4rem;
  border-radius: 6rem;
  }
  .p-lp-support__price-container {
    flex-direction: column;
    align-items: center;
    gap: 2rem;
  }
  .p-lp-support__price-textWrap {
    text-align: center;
  }
  .p-lp-support__price {
    padding: 8rem 2rem 10rem;
  }
}

.p-lp-support__price-jaTitle {
  font-size: 2.4rem;
  letter-spacing: 0.05em;
  color: white;
}

#sml p.p-lp-support__price-head {
  color: #fcf9b2;
  font-size: 1.8rem;
  line-height: 1.4;
}

.p-lp-support__price-main {
  font-size: 2.5rem;
  color: white;
  margin-top: 3rem;
}

.p-lp-support__price-value {
  color: #fcf9b2;
  font-size: 7rem;
}

#sml p.p-lp-support__price-tax {
  color: white;
  font-size: 1.6rem;
}

.p-lp-support__price-taxValue {
  font-size: 2rem;
}

.p-lp-support__price-comment {
  font-size: 1.5rem;
  line-height: 1.4;
  color: #ea6f00;
  background-color: white;
  border-radius: 1rem;
  padding: 1.5rem 1.5rem;
  margin-top: 1rem;
}

/* contact */
.p-lp-contact {
  padding-top: 12rem;
  padding-bottom: 12rem;
  background-color: #fcf3eb;
  background-image: radial-gradient(circle, #faecd6 3.75px, transparent 3.75px);
  background-position: 0 0;
  background-size: 22.5px 22.5px;
}

.p-lp-contact__inner {
  position: relative;
  z-index: 1;
}

.p-lp-contact__container {
  margin-right: 4rem;
}

/* contact SP */
@media (max-width: 768px) {
  .p-lp-contact {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}

/* company */
.p-lp-company {
  position: relative;
  z-index: 1;
  background-color: white;
  padding-top: 12rem;
  padding-bottom: 12rem;
}

.p-lp-company__container {
  margin: 4rem auto 0;
  font-size: 1.6rem;
  line-height: 1.6;
  letter-spacing: 0.05em;
  width: 100%;
  max-width: 74rem;
}

.p-lp-company__table {
  padding: 2.1rem 0;
  display: flex;
  border-bottom: 2px dashed #ea6f00;
}

.p-lp-company__table-title {
  min-width: 11rem;
  color: #ea6f00;
}

.p-lp-company__table-text {
  color: #502805;
}

/* company SP */
@media (max-width: 768px) {
  .p-lp-company {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
  .p-lp-company__table-title {
    min-width: 8rem;
  }
}
/* comic  */

.p-lp-comic {
  position: relative;
  padding-top: 12rem;
  padding-bottom: 23rem;
  background-color: #fcf3eb;
  background-image: radial-gradient(circle, #faecd6 3.75px, transparent 3.75px);
  background-position: 0 0;
  background-size: 22.5px 22.5px;
}

.p-lp-comic__inner {
  position: relative;
  z-index: 1;
}

.p-lp-comic__container {
  margin-top: 4rem;
}
.p-lp-comic__items {
  display: grid;
  gap: 2rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.p-lp-comic__items + .p-lp-comic__items {
  margin-top: 20rem;
}

.p-lp-comic__item-img {
  width: 100%;
}
.p-lp-comic__item-img img {
  width: 100%;
  height: auto;
  aspect-ratio: 785 / 520;
  object-fit: cover;
}

/* comic SP */
@media (max-width: 768px) {
  .p-lp-comic {
    padding-top: 6rem;
    padding-bottom: 18rem;
  }
  .p-lp-comic__items {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .p-lp-comic__items + .p-lp-comic__items {
    margin-top: 1rem;
  }
}

/* contact */
.p-lp-contact__container {
  margin: 4rem auto 0;
  max-width: 74rem;
}
.p-contact__content {
  display: flex;
  gap: 2.8rem;
  margin-top: 2rem;
  align-items: center;
}

.p-contact__content.p-contact__content--area {
align-items: flex-start;
}

.p-contact__head {
  display: flex;
  font-size: 1.6rem;
  line-height: calc(50 / 15);
  min-width: 18rem;
}

.p-contact__head label {
  display: flex;
  align-items: center;
}

.p-contact__required {
  width: 3.8rem;
  height: 1.8rem;
  background-color: #ea6f00;
  color: white;
  border-radius: 0.4rem;
  font-size: 1.3rem;
  line-height: calc(18/13);
  text-align: center;
  display: block;
  margin-left: 1.6rem;
}

.p-contact__item {
  width: 100%;
}

.p-contact__item-text,
.p-contact__item-tel,
.p-contact__item-email,
.p-contact__item-date,
.p-contact__item-time,
.p-contact__item-textarea {
  height: 5rem;
  width: 100%;
  font-size: 1.6rem;
  padding: 1.2rem 2rem;
  background-color: white;
  border: none;
}

.p-contact__item .p-contact__item-textarea {
  resize: none;
  overflow: auto;
  height: 22rem;
}

::placeholder {
  color: #BEBEBE;
  font-weight: 400;
}

.p-contact__btn-wrap {
  margin: 6rem auto 0;
}

.p-contact__btn input[type="submit"],
.p-contact__btn input[type="button"] {
  width: 38rem;
  display: inline-block;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.8rem;
  line-height: 1.8;
  letter-spacing: 0.1em;
  color: white;
  background-color: #009491;
  border: none;
  margin: auto;
  text-align: center;
  transition: all 0.3s;
}

.p-contact__btn input[type="submit"]:hover,
.p-contact__btn input[type="button"]:hover,
.p-contact__btn input[type="submit"]:focus,
.p-contact__btn input[type="button"]:focus {
  color: white;
  background-color: #ea6f00;
  opacity: 1;
  cursor: pointer;
}

input.wpcf7-form-control.wpcf7-submit.has-spinner.c-button:disabled,
input.wpcf7-form-control.wpcf7-submit.has-spinner.c-button:disabled:hover {
  background-color: gray;
  background-image: initial;
  opacity: 1;
  transform: none;
  box-shadow: none;
}

input.wpcf7-form-control.wpcf7-submit.has-spinner.c-button:disabled:hover {
  opacity: 1;
}

@media (hover: hover) {
  input.wpcf7-form-control.wpcf7-submit.has-spinner.c-button:disabled:hover {
    opacity: 1;
  }
}
@media (hover: none) {
  input.wpcf7-form-control.wpcf7-submit.has-spinner.c-button:disabled:active {
    opacity: 1;
  }
}

.wpcf7-spinner {
  position: absolute;
}

/* contact SP */
@media (max-width: 768px) {
.p-contact__item p{
  margin-top: 1rem;
}
.p-contact__btn-wrap {
  margin: 5rem auto 0;
}
.p-contact__btn input[type="submit"],
.p-contact__btn input[type="button"] {
  width: 30rem;
}
.p-contact__content {
  gap: 0;
  flex-direction: column;
  align-items: flex-start;
}
}

/* footer */
.p-lp-footer {
  background-color: #fce86d;
  position: relative;
  z-index: 1;
}

.p-lp-footer__logo {
  width: 100%;
  max-width: 26.1rem;
  margin: auto;
}

.p-lp-footer__logo img {
  width: 100%;
  height: auto;
  aspect-ratio: 522 / 240;
  object-fit: cover;
}

#sml p.p-lp-footer__text {
  margin: 5rem auto 0;
  text-align: center;
  font-size: 3.5rem;
  color: #ea6f00;
  line-height: 1.4;
}

.p-lp-footer__button {
  margin: 3rem auto 0;
  text-align: center;
}

.p-lp-footer__links {
  margin-top: 3.5rem;
  display: flex;
  justify-content: center;
  gap: 1.5rem;
  flex-wrap: wrap;
  justify-content: center;
}

.p-lp-footer__link {
  padding: 1rem;
  font-size: 1.5rem;
}

#sml p.p-lp-footer__copy {
  margin-top: 3rem;
  text-align: center;
  font-size: 1.2rem;
}

/* footer SP */
@media (max-width: 768px) {
  #sml p.p-lp-footer__text {
    font-size: 2.4rem;
  }
}

/* acceptance チェックボックス強制表示 */
.p-contact__item-checkbox .wpcf7-list-item {
  margin: 0;
}

.p-contact__item-checkbox label {
  display: flex !important;
  align-items: center;
  gap: 0.8rem;
  cursor: pointer;
  font-size: 1.5rem;
}

.p-contact__item-checkbox input[type="checkbox"] {
  -webkit-appearance: checkbox !important;
  appearance: auto !important;
  width: 1.8rem !important;
  height: 1.8rem !important;
  min-width: 1.8rem !important;
  min-height: 1.8rem !important;
  max-width: 1.8rem !important;
  margin: 0 !important;
  padding: 0 !important;
  opacity: 1 !important;
  visibility: visible !important;
  position: static !important;
  display: inline-block !important;
  flex-shrink: 0;
  accent-color: #ea6f00;
  cursor: pointer;
}

/* アニメーション */

.fade-in {
  animation: zoomIn 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards;
  animation-delay: 0.4s;
  opacity: 0;
}

@keyframes zoomIn {
  0% {
    transform: scale(0.8);
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

.slide-up {
  animation: fadeup 0.4s cubic-bezier(0.33, 1, 0.68, 1) forwards;
  animation-delay: 0.8s;
  opacity: 0;
}

@keyframes fadeup {
  0% {
    transform: translateY(20px);
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.cloud-animation {
  animation: poyoyon 1s cubic-bezier(0.12, 0, 0.39, 0) 1 forwards;
  animation-delay: 0.8s;

}

@keyframes poyoyon {
  0% {
    transform: translateY(0);
  }
  30% {
    transform: translateY(0);
  }
  60% {
    transform: translateY(-20px);
  }
  75% {
    transform: translateY(0px);
  }
  90% {
    transform: translateY(-20px);
  }
  100% {
    transform: translateY(0);
  }
  20%,100% {
  }
}