@charset "UTF-8";
* {
  position: relative;
}

.p-lp001 #l_header {
  justify-content: space-between;
  mix-blend-mode: initial;
}
@media screen and (max-width: 767px) {
  .p-lp001 #l_header {
    background-color: #fff;
    top: 0;
    bottom: initial;
    opacity: 1;
    mix-blend-mode: initial;
    box-shadow: 0 2px 3.8px 0 rgba(0, 0, 0, 0.08);
    height: 7rem;
  }
}
.p-lp001 #l_header nav {
  margin-left: 22rem;
}
.p-lp001 #l_header nav li {
  font-family: "Noto Sans JP", "Yu Gothic", "Meiryo", "メイリオ", "MS PGothic", "ＭＳ Ｐゴシック", sans-serif;
  font-size: 1.8rem;
  font-weight: 600;
  padding: 0.5rem 1.2rem 0.3rem;
  color: #404E62;
}
.p-lp001 #l_header nav li:hover {
  background: rgba(171, 171, 171, 0.08);
  box-shadow: 3px 3px 3px 0 rgba(143, 143, 143, 0.36) inset;
}
.p-lp001 #l_header .u-cv {
  display: flex;
  align-items: center;
  gap: 2rem;
}
@media screen and (max-width: 767px) {
  .p-lp001 #l_header .u-cv {
    display: none;
  }
}
.p-lp001 #l_header .u-cv .u-ctr__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(272deg, #4A8CD8 -3%, #23C5C5 112.89%), #1E2742;
  background-size: cover;
  border-radius: 100rem;
  padding: 1.2rem 5rem 1.5rem;
  transform-origin: center;
  transition: 0.5s;
  font-size: 1.8rem;
  color: #FFF;
}
.p-lp001 #l_header .u-cv .u-download {
  text-decoration: underline;
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .p-lp001 #l_header02 .drawerBtn {
    top: 1dvh;
  }
}
.p-lp001 .u-cv__sp {
  display: none;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .p-lp001 .u-cv__sp {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 100;
    flex-direction: column;
    background: rgba(255, 255, 255, 0.0117647059);
    width: 100%;
    padding: 0.5rem 1rem 2rem;
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
  }
}
.p-lp001 .u-cv__sp .u-ctr__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(272deg, #4A8CD8 -3%, #23C5C5 112.89%), #1E2742;
  background-size: cover;
  border-radius: 100rem;
  padding: 1.2rem 5rem 1.5rem;
  transform-origin: center;
  transition: 0.5s;
  font-size: 1.8rem;
  color: #FFF;
}
.p-lp001 .u-cv__sp .u-download {
  text-decoration: underline;
  font-size: 1.4rem;
}
.p-lp001 .u-cv__sp.u-hide {
  opacity: 0;
  pointer-events: none;
}
.p-lp001 .p__header--logo {
  padding: 2rem 3rem;
}
@media screen and (max-width: 767px) {
  .p-lp001 .p__header--logo {
    padding: 0.7rem 2rem;
  }
}
.p-lp001 .p__header--logo svg {
  width: 16rem;
}
@media screen and (max-width: 767px) {
  .p-lp001 .p__header--logo svg {
    width: 12rem;
  }
}
.p-lp001 #page_lp001 * {
  width: 100%;
  height: 100%;
}
.p-lp001 #page_lp001 section {
  padding: 0;
}
.p-lp001 #page_lp001 .p-mv {
  color: #1E2742;
  background: url("../img/lp-001/FV_bg.webp") center top;
  background-size: cover;
  overflow: hidden;
  height: 100rem;
}
@media screen and (max-width: 767px) {
  .p-lp001 #page_lp001 .p-mv {
    height: 64rem;
  }
}
.p-lp001 #page_lp001 .p-mv a {
  position: absolute;
  bottom: 19rem;
  left: 24.5rem;
  width: 31rem;
  height: auto;
}
@media screen and (max-width: 767px) {
  .p-lp001 #page_lp001 .p-mv a {
    bottom: 4rem;
    left: 3.5rem;
    width: 31rem;
  }
}
.p-lp001 #page_lp001 .p-mv .FV_02 {
  position: absolute;
  bottom: 0%;
  right: 0%;
  width: 168rem;
  height: auto;
}
.p-lp001 #page_lp001 .p-mv .mv__loop {
  position: absolute;
  top: 9rem;
  left: 0%;
  height: 18rem;
  display: flex;
  width: max-content;
  animation: mvLoopScroll 40s linear infinite;
}
@media screen and (max-width: 767px) {
  .p-lp001 #page_lp001 .p-mv .mv__loop {
    height: 8rem;
  }
}
.p-lp001 #page_lp001 .p-mv .mv__loop .FV_01 {
  flex-shrink: 0;
  width: 1920px;
  height: auto;
}
@media screen and (max-width: 767px) {
  .p-lp001 #page_lp001 .p-mv .mv__loop .FV_01 {
    width: 100vw;
  }
}
.p-lp001 #page_lp001 .p-benefit {
  background: url("../img/lp-001/sec02_bg.webp") center top;
  background-size: cover;
  padding: 15rem 0;
}
@media screen and (max-width: 767px) {
  .p-lp001 #page_lp001 .p-benefit {
    padding: 0;
  }
}
.p-lp001 #page_lp001 .p-benefit .sp-hide {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .p-lp001 #page_lp001 .p-benefit .sp-hide {
    display: none;
  }
}
.p-lp001 #page_lp001 .p-benefit .sec02-left {
  position: sticky;
  top: 0rem;
  width: 88rem;
  height: auto;
  margin: 0 -11rem;
  margin-top: 10rem;
}
.p-lp001 #page_lp001 .p-benefit .sec02-right {
  width: 86rem;
  height: auto;
  margin-bottom: 25rem;
}
.p-lp001 #page_lp001 .p-benefit a {
  position: absolute;
  bottom: 29rem;
  right: 91rem;
  width: 30rem;
  height: auto;
}
@media screen and (max-width: 767px) {
  .p-lp001 #page_lp001 .p-benefit a {
    bottom: 10rem;
    right: 8rem;
    width: 22rem;
  }
}
.p-lp001 #page_lp001 .p-scene {
  background: url("../img/lp-001/sec03_bg.webp") center top;
  background-size: cover;
  padding: 35rem 0 22rem;
  height: 184rem;
  margin-top: -8rem;
}
@media screen and (max-width: 767px) {
  .p-lp001 #page_lp001 .p-scene {
    background: url("../img/lp-001/sec03_bg_sp.webp") center top;
    background-repeat: no-repeat;
    background-size: 100%;
    padding: 16rem 2rem 4rem;
    height: auto;
  }
}
.p-lp001 #page_lp001 .p-scene .sp-hide {
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 9.5rem;
}
@media screen and (max-width: 767px) {
  .p-lp001 #page_lp001 .p-scene .sp-hide {
    flex-direction: column-reverse;
    gap: 1.5rem;
  }
}
.p-lp001 #page_lp001 .p-scene .worries__left {
  width: 24.7rem;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .p-lp001 #page_lp001 .p-scene .worries__left {
    width: 100%;
  }
}
.p-lp001 #page_lp001 .p-scene .worries__users {
  position: sticky;
  top: 10rem;
  display: flex;
  flex-direction: column;
  gap: 1.9rem;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .p-lp001 #page_lp001 .p-scene .worries__users {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 1rem;
  }
}
.p-lp001 #page_lp001 .p-scene .worries__user-btn {
  display: flex;
  align-items: center;
  gap: 1.4rem;
  width: 100%;
  height: auto;
  background: rgba(127, 137, 157, 0.12);
  border: none;
  border-radius: 1.3rem;
  padding: 1.9rem 2.7rem;
  cursor: pointer;
  transition: background 0.25s ease, box-shadow 0.25s ease;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .p-lp001 #page_lp001 .p-scene .worries__user-btn {
    width: calc(50% - 0.5rem);
    padding: 1rem;
    border-radius: 0.5rem;
    gap: 1rem;
  }
}
.p-lp001 #page_lp001 .p-scene .worries__user-btn:hover {
  background: rgba(127, 137, 157, 0.32);
  opacity: 1;
}
.p-lp001 #page_lp001 .p-scene .worries__user-btn.is-active {
  background: rgba(127, 137, 157, 0.32);
}
.p-lp001 #page_lp001 .p-scene .worries__avatar {
  width: 4.1rem;
  height: 4.1rem;
  flex-shrink: 0;
  border-radius: 50%;
  overflow: hidden;
  background: rgb(123, 134, 142);
}
.p-lp001 #page_lp001 .p-scene .worries__avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.p-lp001 #page_lp001 .p-scene .worries__label {
  font-family: "Noto Sans JP", "Yu Gothic", "Meiryo", "メイリオ", sans-serif;
  font-size: 1.7rem;
  font-weight: 700;
  color: #1E2742;
  line-height: 1.5;
  width: auto;
  height: auto;
  flex: 1;
}
@media screen and (max-width: 767px) {
  .p-lp001 #page_lp001 .p-scene .worries__label {
    font-size: 1rem;
  }
}
.p-lp001 #page_lp001 .p-scene .worries__right {
  width: 85.1rem;
  flex-shrink: 0;
  height: auto;
}
@media screen and (max-width: 767px) {
  .p-lp001 #page_lp001 .p-scene .worries__right {
    width: 100%;
  }
}
.p-lp001 #page_lp001 .p-scene .worries__panel {
  display: none;
  width: 100%;
  height: auto;
}
.p-lp001 #page_lp001 .p-scene .worries__panel.is-active {
  display: block;
}
.p-lp001 #page_lp001 .p-scene .worries__panel img {
  width: 100%;
  height: auto;
  display: block;
}
.p-lp001 #page_lp001 .p-scene .worries__panel img.sp-hide {
  display: block;
}
@media screen and (max-width: 767px) {
  .p-lp001 #page_lp001 .p-scene .worries__panel img.sp-hide {
    display: none;
  }
}
.p-lp001 #page_lp001 .p-scene .worries__panel img.pc-hide {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-lp001 #page_lp001 .p-scene .worries__panel img.pc-hide {
    display: block;
  }
}
.p-lp001 #page_lp001 .p-worries a {
  position: absolute;
  bottom: 4rem;
  right: 81rem;
  width: 32rem;
  height: auto;
}
@media screen and (max-width: 767px) {
  .p-lp001 #page_lp001 .p-worries a {
    bottom: 0rem;
    right: 5rem;
    width: 28rem;
  }
}
.p-lp001 #page_lp001 .p-servicefunction {
  background-color: #f3f3f3;
  padding: 0rem 0 10rem;
}
@media screen and (max-width: 767px) {
  .p-lp001 #page_lp001 .p-servicefunction {
    padding: 5rem 0 5rem;
  }
}
.p-lp001 #page_lp001 .p-servicefunction .m_box_fixed {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 137rem;
}
@media screen and (max-width: 767px) {
  .p-lp001 #page_lp001 .p-servicefunction .m_box_fixed {
    width: 100%;
  }
}
.p-lp001 #page_lp001 .p-servicefunction .u-titleImg {
  width: 40rem;
  margin-bottom: -2rem;
}
@media screen and (max-width: 767px) {
  .p-lp001 #page_lp001 .p-servicefunction .u-titleImg {
    width: 26rem;
    margin-bottom: -4rem;
  }
}
.p-lp001 #page_lp001 .p-servicefunction h2 {
  text-align: center;
  margin-bottom: 4rem;
  margin-top: 2rem;
  font-size: 4rem;
  font-weight: 700;
  color: #1E2742;
}
@media screen and (max-width: 767px) {
  .p-lp001 #page_lp001 .p-servicefunction h2 {
    margin-top: -0.5rem;
    font-size: 2.4rem;
    margin-bottom: 2rem;
  }
}
.p-lp001 #page_lp001 .p-servicefunction h2 span {
  display: inline;
  background: linear-gradient(272deg, #4A8CD8 -3%, #23C5C5 112.89%), #1E2742;
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
}
.p-lp001 #page_lp001 .p-servicefunction .p-tabArea {
  display: flex;
  gap: 1.5rem;
  justify-content: space-between;
  flex-direction: column;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-lp001 #page_lp001 .p-servicefunction .p-tabArea {
    flex-direction: column;
    align-items: center;
    gap: 2rem;
  }
}
.p-lp001 #page_lp001 .p-servicefunction .p-tabArea .tab {
  display: flex;
  gap: 1rem;
  flex-direction: row-reverse;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-lp001 #page_lp001 .p-servicefunction .p-tabArea .tab {
    width: 100%;
    gap: 0.5rem;
    flex-wrap: wrap;
    flex-direction: row;
  }
}
.p-lp001 #page_lp001 .p-servicefunction .p-tabArea .tab .tab-btn {
  position: relative;
  display: block;
  transition: 0.5s;
  border-radius: 1rem;
  background: #FFF;
  box-shadow: 1.431px 2.863px 6.442px 0 rgba(0, 0, 0, 0.15);
  padding: 2rem 3rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-lp001 #page_lp001 .p-servicefunction .p-tabArea .tab .tab-btn {
    display: flex;
    align-items: center;
    width: 49%;
    padding: 1.2rem 0.5rem 1rem;
    text-align: center;
  }
}
.p-lp001 #page_lp001 .p-servicefunction .p-tabArea .tab .tab-btn:hover {
  background: #1E2742;
  color: #FFF;
}
.p-lp001 #page_lp001 .p-servicefunction .p-tabArea .tab .tab-btn p {
  display: block;
  line-height: 1.2;
  font-size: 1.7rem;
  font-weight: 800;
  cursor: pointer;
  user-select: none;
  /* テキストの選択を無効化 */
}
@media screen and (max-width: 767px) {
  .p-lp001 #page_lp001 .p-servicefunction .p-tabArea .tab .tab-btn p {
    font-size: 1.1rem;
    width: 100%;
    padding-left: 0;
    padding-top: 0rem;
    text-wrap: nowrap;
  }
}
.p-lp001 #page_lp001 .p-servicefunction .p-tabArea .tab .tab-btn.show {
  background: #1E2742;
  color: #FFF;
}
.p-lp001 #page_lp001 .p-servicefunction .p-tabArea .list {
  position: relative;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-lp001 #page_lp001 .p-servicefunction .p-tabArea .list {
    width: 100%;
  }
}
.p-lp001 #page_lp001 .p-servicefunction .p-tabArea .tab-contents {
  height: 0px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  opacity: 0;
  transition: opacity 0.5s ease, transform 0.5s ease;
  background-color: #fff;
  box-shadow: 1.431px 2.863px 6.442px 0 rgba(0, 0, 0, 0.15);
  overflow: hidden;
  border-radius: 1rem;
}
.p-lp001 #page_lp001 .p-servicefunction .p-tabArea .tab-contents.show {
  height: auto;
  opacity: 1;
  position: relative;
  transform: translateY(0);
}
.p-lp001 #page_lp001 .p-servicefunction .p-tabArea .tab-contents h3 {
  background: #1E2742;
  color: #FFF;
  font-size: 3.5rem;
  padding: 3rem 6rem;
}
@media screen and (max-width: 767px) {
  .p-lp001 #page_lp001 .p-servicefunction .p-tabArea .tab-contents h3 {
    font-size: 1.9rem;
    display: flex;
    align-items: center;
    padding: 1rem 2rem 7rem;
  }
}
.p-lp001 #page_lp001 .p-servicefunction .p-tabArea .tab-contents h3 svg {
  height: 5rem;
  width: 4rem;
  margin-bottom: 0.2rem;
}
@media screen and (max-width: 767px) {
  .p-lp001 #page_lp001 .p-servicefunction .p-tabArea .tab-contents h3 svg {
    height: 2.5rem;
    width: 4rem;
    margin-bottom: 0rem;
  }
}
.p-lp001 #page_lp001 .p-servicefunction .p-tabArea .tab-contents .u-content {
  padding: 4rem 6rem 6rem 6rem;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .p-lp001 #page_lp001 .p-servicefunction .p-tabArea .tab-contents .u-content {
    padding: 2rem 2.5rem 6rem 2.5rem;
  }
}
.p-lp001 #page_lp001 .p-servicefunction .p-tabArea .tab-contents .u-content .u-main {
  display: flex;
  justify-content: space-between;
  margin-bottom: -1rem;
}
@media screen and (max-width: 767px) {
  .p-lp001 #page_lp001 .p-servicefunction .p-tabArea .tab-contents .u-content .u-main {
    flex-direction: column-reverse;
    margin-bottom: 2rem;
  }
}
.p-lp001 #page_lp001 .p-servicefunction .p-tabArea .tab-contents .u-content .u-main p {
  line-height: 1.8;
  width: 72rem;
}
@media screen and (max-width: 767px) {
  .p-lp001 #page_lp001 .p-servicefunction .p-tabArea .tab-contents .u-content .u-main p {
    width: 100%;
    font-size: 1.4rem;
  }
}
.p-lp001 #page_lp001 .p-servicefunction .p-tabArea .tab-contents .u-content .u-main img {
  width: 53rem;
  margin-top: -16rem;
  margin-right: 0rem;
  height: 39rem;
}
@media screen and (max-width: 767px) {
  .p-lp001 #page_lp001 .p-servicefunction .p-tabArea .tab-contents .u-content .u-main img {
    margin-top: -8rem;
    width: 100%;
    height: 18rem;
    margin-bottom: 1rem;
  }
}
.p-lp001 #page_lp001 .p-servicefunction .p-tabArea .tab-contents .u-content h4 {
  font-size: 2.4rem;
  font-weight: 800;
  border-bottom: solid 2px #1D1D1D;
  margin-bottom: 1rem;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .p-lp001 #page_lp001 .p-servicefunction .p-tabArea .tab-contents .u-content h4 {
    line-height: 1.4;
    padding-bottom: 0.8rem;
    font-size: 2rem;
    display: flex;
    flex-direction: column;
    gap: 0rem;
  }
}
.p-lp001 #page_lp001 .p-servicefunction .p-tabArea .tab-contents .u-content h4:nth-of-type(2) {
  margin-top: 3rem;
}
.p-lp001 #page_lp001 .p-servicefunction .p-tabArea .tab-contents .u-content h4 span {
  font-family: Oxanium;
  font-size: 2.8rem;
  font-weight: 800;
  margin-right: 1rem;
}
@media screen and (max-width: 767px) {
  .p-lp001 #page_lp001 .p-servicefunction .p-tabArea .tab-contents .u-content h4 span {
    font-size: 2.3rem;
    margin-right: 0.5rem;
  }
}
.p-lp001 #page_lp001 .p-servicefunction .p-tabArea .tab-contents .u-content > p {
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .p-lp001 #page_lp001 .p-servicefunction .p-tabArea .tab-contents .u-content > p {
    font-size: 1.4rem;
  }
}
.p-lp001 #page_lp001 .p-success a {
  position: absolute;
  left: 35.5rem;
  height: 6rem;
  width: auto;
}
@media screen and (max-width: 767px) {
  .p-lp001 #page_lp001 .p-success a {
    left: 4.5rem;
    height: 4rem;
  }
}
.p-lp001 #page_lp001 .p-success .sec04_btn01 {
  top: 86rem;
}
@media screen and (max-width: 767px) {
  .p-lp001 #page_lp001 .p-success .sec04_btn01 {
    top: 54rem;
  }
}
.p-lp001 #page_lp001 .p-success .sec04_btn02 {
  top: 170rem;
}
@media screen and (max-width: 767px) {
  .p-lp001 #page_lp001 .p-success .sec04_btn02 {
    top: 131rem;
  }
}
.p-lp001 #page_lp001 .p-success .sec04_btn03 {
  top: 249rem;
}
@media screen and (max-width: 767px) {
  .p-lp001 #page_lp001 .p-success .sec04_btn03 {
    top: 204rem;
  }
}
.p-lp001 #page_lp001 .p-success .p-contactCtr {
  overflow: hidden;
  z-index: 9;
  display: flex;
  align-items: center;
  padding: var(--space700) 0;
  background-size: cover;
  padding: 7rem 0;
  color: #fff;
  position: absolute;
  bottom: 0;
  height: 45rem;
  background: rgba(10, 9, 25, 0.22);
}
@media screen and (max-width: 767px) {
  .p-lp001 #page_lp001 .p-success .p-contactCtr {
    display: block;
    padding: 4rem 0 8rem;
    height: 53rem;
  }
}
.p-lp001 #page_lp001 .p-success .p-contactCtr .m_box_fixed {
  width: 120rem;
}
@media screen and (max-width: 767px) {
  .p-lp001 #page_lp001 .p-success .p-contactCtr .m_box_fixed {
    width: 100%;
  }
}
.p-lp001 #page_lp001 .p-success .p-contactCtr .m_txt_secTtl .ja {
  line-height: 1.5;
  font-size: 3.8rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-lp001 #page_lp001 .p-success .p-contactCtr .m_txt_secTtl .ja {
    font-size: 2.8rem;
  }
}
.p-lp001 #page_lp001 .p-success .p-contactCtr .u-bg {
  object-fit: cover;
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  max-width: initial;
  transform: initial;
  mix-blend-mode: color-burn;
}
.p-lp001 #page_lp001 .p-success .p-contactCtr__wrap {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .p-lp001 #page_lp001 .p-success .p-contactCtr__wrap {
    flex-direction: column;
  }
}
.p-lp001 #page_lp001 .p-success .p-contactCtr__wrap .ttl {
  text-wrap: nowrap;
  color: #fff;
  margin-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  .p-lp001 #page_lp001 .p-success .p-contactCtr__wrap .ttl {
    text-wrap: initial;
    position: relative;
    margin-bottom: 0rem;
  }
}
.p-lp001 #page_lp001 .p-success .p-contactCtr__wrap .ttl .en {
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
}
.p-lp001 #page_lp001 .p-success .p-contactCtr__wrap .ttl .ja {
  color: #fff;
  line-height: 1.2;
}
.p-lp001 #page_lp001 .p-success .p-contactCtr__wrap .ttl .ja .under {
  padding-bottom: 0.1rem;
  border-bottom: solid 2px #fff;
}
@media screen and (max-width: 767px) {
  .p-lp001 #page_lp001 .p-success .p-contactCtr__wrap .ttl .ja .under {
    line-height: 1.5;
  }
}
.p-lp001 #page_lp001 .p-success .p-contactCtr__wrap .ttl .ja strong {
  font-family: Outfit;
  font-weight: 800;
  font-size: 1.8em;
}
@media screen and (max-width: 767px) {
  .p-lp001 #page_lp001 .p-success .p-contactCtr__wrap .ttl .ja strong {
    line-height: 1;
  }
}
@media screen and (max-width: 767px) {
  .p-lp001 #page_lp001 .p-success .p-contactCtr__wrap .ttl .ja .sp-big {
    font-size: 3.6rem;
  }
}
.p-lp001 #page_lp001 .p-success .p-contactCtr__wrap p {
  letter-spacing: 0.1em;
  font-weight: 300;
  margin-bottom: 2rem;
  font-size: 1.8rem;
  width: 66rem;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .p-lp001 #page_lp001 .p-success .p-contactCtr__wrap p {
    width: 100%;
    font-size: 1.4rem;
  }
}
.p-lp001 #page_lp001 .p-success .p-contactCtr .u-ctr__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  background: linear-gradient(272deg, #4A8CD8 -3%, #23C5C5 112.89%), #1E2742;
  background-size: cover;
  border-radius: 100rem;
  top: 12rem;
  right: 0rem;
  height: auto;
  width: auto;
  padding: 1.9rem 6rem 2rem;
  transform-origin: center;
  transition: 0.5s;
  left: initial;
}
@media screen and (max-width: 767px) {
  .p-lp001 #page_lp001 .p-success .p-contactCtr .u-ctr__btn {
    top: initial;
    right: initial;
    position: relative;
    width: 100%;
    scale: 1;
    padding: 1.4rem 0rem 1.8rem;
    margin-top: -5rem;
  }
}
.p-lp001 #page_lp001 .p-success .p-contactCtr .u-ctr__btn:hover {
  opacity: 1;
  scale: 0.96;
}
@media screen and (max-width: 767px) {
  .p-lp001 #page_lp001 .p-success .p-contactCtr .u-ctr__btn:hover {
    top: 2rem;
    right: -4rem;
    scale: 0.9;
  }
}
.p-lp001 #page_lp001 .p-success .p-contactCtr .u-ctr__btn::before {
  transform: initial;
  content: "";
  position: absolute;
  top: 0.5rem;
  left: 0.5rem;
  right: 0.5rem;
  bottom: 0.5rem;
  border-radius: 100rem;
  z-index: -1;
  background: linear-gradient(272deg, #4A8CD8 -3%, #23C5C5 112.89%), #1E2742;
  background-size: cover;
  animation: scaleUp001-1 3s infinite;
  animation-delay: 1.5s;
}
@keyframes scaleUp001-1 {
  0% {
    top: 0rem;
    left: 0rem;
    right: 0rem;
    bottom: 0rem;
    opacity: 1;
  }
  100% {
    top: -5rem;
    left: -5rem;
    right: -5rem;
    bottom: -5rem;
    opacity: 0;
  }
}
.p-lp001 #page_lp001 .p-success .p-contactCtr .u-ctr__btn::after {
  transform: initial;
  content: "";
  position: absolute;
  top: 0.5rem;
  left: 0.5rem;
  right: 0.5rem;
  bottom: 0.5rem;
  border-radius: 100rem;
  z-index: -1;
  background: linear-gradient(272deg, #4A8CD8 -3%, #23C5C5 112.89%), #1E2742;
  background-size: cover;
  animation: scaleUp001-2 3s infinite;
}
@keyframes scaleUp001-2 {
  0% {
    top: 0rem;
    left: 0rem;
    right: 0rem;
    bottom: 0rem;
    opacity: 1;
  }
  100% {
    top: -5rem;
    left: -5rem;
    right: -5rem;
    bottom: -5rem;
    opacity: 0;
  }
}
.p-lp001 #page_lp001 .p-success .p-contactCtr .u-ctr__btn span {
  z-index: 3;
  font-size: 2.8rem;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .p-lp001 #page_lp001 .p-success .p-contactCtr .u-ctr__btn span {
    font-size: 2rem;
    width: auto;
  }
}
.p-lp001 #page_lp001 .p-success .p-contactCtr .u-ctr__btn span small {
  width: 16rem;
  display: block;
  text-align: center;
  margin-left: 1rem;
  margin-right: 1rem;
  font-size: 80%;
  margin-bottom: 0.5rem;
  position: absolute;
  left: 50%;
  top: -7rem;
  transform: translateX(-50%);
  text-wrap: nowrap;
}
@media screen and (max-width: 767px) {
  .p-lp001 #page_lp001 .p-success .p-contactCtr .u-ctr__btn span small {
    top: -5rem;
  }
}
.p-lp001 #page_lp001 .p-success .p-contactCtr .u-ctr__btn span small::before, .p-lp001 #page_lp001 .p-success .p-contactCtr .u-ctr__btn span small::after {
  content: "";
  height: 100%;
  width: 1px;
  position: absolute;
  top: 0;
  background-color: #fff;
}
.p-lp001 #page_lp001 .p-success .p-contactCtr .u-ctr__btn span small::before {
  transform: rotate(15deg);
  right: -1rem;
}
.p-lp001 #page_lp001 .p-success .p-contactCtr .u-ctr__btn span small::after {
  transform: rotate(-15deg);
  left: -1rem;
}
.p-lp001 #page_lp001 .p-success .p-contactCtr .u-download {
  text-decoration: underline;
  font-size: 1.4rem;
  position: absolute;
  top: 20rem;
  right: 10rem;
}
@media screen and (max-width: 767px) {
  .p-lp001 #page_lp001 .p-success .p-contactCtr .u-download {
    position: relative;
    top: initial;
    right: initial;
    text-align: center;
    margin-top: 1rem;
    width: 100%;
    display: inline-block;
  }
}
.p-lp001 #page_lp001 .p-contactCtr {
  overflow: hidden;
  z-index: 9;
  display: flex;
  align-items: center;
  padding: var(--space700) 0;
  background: #1E2742;
  background-size: cover;
  padding: 7rem 0;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-lp001 #page_lp001 .p-contactCtr {
    display: block;
    padding: 6rem 0 8rem;
  }
}
.p-lp001 #page_lp001 .p-contactCtr .m_box_fixed {
  width: 100rem;
}
@media screen and (max-width: 767px) {
  .p-lp001 #page_lp001 .p-contactCtr .m_box_fixed {
    width: 100%;
  }
}
.p-lp001 #page_lp001 .p-contactCtr .m_txt_secTtl .ja {
  line-height: 1.5;
  font-size: 3rem;
}
@media screen and (max-width: 767px) {
  .p-lp001 #page_lp001 .p-contactCtr .m_txt_secTtl .ja {
    font-size: 2.2rem;
  }
}
.p-lp001 #page_lp001 .p-contactCtr .u-bg {
  object-fit: cover;
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  max-width: initial;
  transform: initial;
  mix-blend-mode: color-burn;
}
.p-lp001 #page_lp001 .p-contactCtr__wrap {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .p-lp001 #page_lp001 .p-contactCtr__wrap {
    flex-direction: column;
  }
}
.p-lp001 #page_lp001 .p-contactCtr__wrap .ttl {
  text-wrap: nowrap;
  color: #fff;
  margin-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  .p-lp001 #page_lp001 .p-contactCtr__wrap .ttl {
    text-wrap: initial;
    position: relative;
  }
}
.p-lp001 #page_lp001 .p-contactCtr__wrap .ttl .en {
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
}
.p-lp001 #page_lp001 .p-contactCtr__wrap .ttl .ja {
  color: #fff;
}
.p-lp001 #page_lp001 .p-contactCtr__wrap p {
  letter-spacing: 0.1em;
  font-weight: 300;
  margin-bottom: 2rem;
  font-size: 1.4rem;
  width: 50rem;
}
@media screen and (max-width: 767px) {
  .p-lp001 #page_lp001 .p-contactCtr__wrap p {
    width: 100%;
  }
}
.p-lp001 #page_lp001 .p-contactCtr .u-ctr__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  background: linear-gradient(272deg, #4A8CD8 -3%, #23C5C5 112.89%), #1E2742;
  background-size: cover;
  border-radius: 100rem;
  top: 11rem;
  right: 0rem;
  height: auto;
  width: auto;
  padding: 1.4rem 6rem 1.8rem;
  transform-origin: center;
  transition: 0.5s;
}
@media screen and (max-width: 767px) {
  .p-lp001 #page_lp001 .p-contactCtr .u-ctr__btn {
    top: initial;
    right: initial;
    position: relative;
    width: 100%;
    scale: 1;
    padding: 1.4rem 0rem 1.8rem;
    margin-top: 5rem;
  }
}
.p-lp001 #page_lp001 .p-contactCtr .u-ctr__btn:hover {
  opacity: 1;
  scale: 0.96;
}
@media screen and (max-width: 767px) {
  .p-lp001 #page_lp001 .p-contactCtr .u-ctr__btn:hover {
    top: 2rem;
    right: -4rem;
    scale: 0.9;
  }
}
.p-lp001 #page_lp001 .p-contactCtr .u-ctr__btn::before {
  transform: initial;
  content: "";
  position: absolute;
  top: 0.5rem;
  left: 0.5rem;
  right: 0.5rem;
  bottom: 0.5rem;
  border-radius: 100rem;
  z-index: -1;
  background: linear-gradient(272deg, #4A8CD8 -3%, #23C5C5 112.89%), #1E2742;
  background-size: cover;
  animation: scaleUp001-1 3s infinite;
  animation-delay: 1.5s;
}
@keyframes scaleUp001-1 {
  0% {
    top: 0rem;
    left: 0rem;
    right: 0rem;
    bottom: 0rem;
    opacity: 1;
  }
  100% {
    top: -5rem;
    left: -5rem;
    right: -5rem;
    bottom: -5rem;
    opacity: 0;
  }
}
.p-lp001 #page_lp001 .p-contactCtr .u-ctr__btn::after {
  transform: initial;
  content: "";
  position: absolute;
  top: 0.5rem;
  left: 0.5rem;
  right: 0.5rem;
  bottom: 0.5rem;
  border-radius: 100rem;
  z-index: -1;
  background: linear-gradient(272deg, #4A8CD8 -3%, #23C5C5 112.89%), #1E2742;
  background-size: cover;
  animation: scaleUp001-2 3s infinite;
}
@keyframes scaleUp001-2 {
  0% {
    top: 0rem;
    left: 0rem;
    right: 0rem;
    bottom: 0rem;
    opacity: 1;
  }
  100% {
    top: -5rem;
    left: -5rem;
    right: -5rem;
    bottom: -5rem;
    opacity: 0;
  }
}
.p-lp001 #page_lp001 .p-contactCtr .u-ctr__btn span {
  z-index: 3;
  font-size: 2.4rem;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .p-lp001 #page_lp001 .p-contactCtr .u-ctr__btn span {
    font-size: 2rem;
    width: auto;
  }
}
.p-lp001 #page_lp001 .p-contactCtr .u-ctr__btn span small {
  display: block;
  text-align: center;
  margin-left: 1rem;
  margin-right: 1rem;
  font-size: 80%;
  margin-bottom: 0.5rem;
  position: absolute;
  left: 50%;
  top: -6rem;
  transform: translateX(-50%);
  text-wrap: nowrap;
  width: auto;
}
@media screen and (max-width: 767px) {
  .p-lp001 #page_lp001 .p-contactCtr .u-ctr__btn span small {
    width: auto;
  }
}
.p-lp001 #page_lp001 .p-contactCtr .u-ctr__btn span small::before, .p-lp001 #page_lp001 .p-contactCtr .u-ctr__btn span small::after {
  content: "";
  height: 100%;
  width: 1px;
  position: absolute;
  top: 0;
  background-color: #fff;
}
.p-lp001 #page_lp001 .p-contactCtr .u-ctr__btn span small::before {
  transform: rotate(15deg);
  right: -1rem;
}
.p-lp001 #page_lp001 .p-contactCtr .u-ctr__btn span small::after {
  transform: rotate(-15deg);
  left: -1rem;
}
.p-lp001 #page_lp001 .p-contactCtr .u-download {
  text-decoration: underline;
  font-size: 1.4rem;
  position: absolute;
  top: 20rem;
  right: 10rem;
}
@media screen and (max-width: 767px) {
  .p-lp001 #page_lp001 .p-contactCtr .u-download {
    position: relative;
    top: initial;
    right: initial;
    text-align: center;
    margin-top: 1rem;
    width: 100%;
    display: inline-block;
  }
}
.p-lp001 #page_lp001 .p-contact {
  padding: 10rem 0;
  background: url("../img/lp-001/contact-bg.webp") center top;
  background-size: cover;
}
.p-lp001 #page_lp001 .p-contact .u-form {
  top: initial;
  right: initial;
  margin: auto;
  position: relative;
}
.p-lp001 #page_lp001 .p-contact .u-form form {
  width: 95rem;
  margin: auto;
  padding: 5rem 10rem;
}
@media screen and (max-width: 767px) {
  .p-lp001 #page_lp001 .p-contact .u-form form {
    padding: 4rem 3rem;
    width: 90%;
    border-radius: 1rem;
    margin: auto;
  }
}
.p-lp001 #page_lp001 .p-contact .u-form form .u-decoration {
  display: block;
}
.p-lp001 #page_lp001 .p-contact .u-form form h2 {
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .p-lp001 #page_lp001 .p-contact .u-form form h2 {
    margin-bottom: 2rem;
  }
}
.p-lp001 #page_lp001 .p-contact .u-form form h2 br {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-lp001 #page_lp001 .p-contact .u-form form h2 br {
    display: block;
  }
}
.p-lp001 #page_lp001 .p-contact .u-form form dl {
  padding: 1rem 0;
}
@media screen and (max-width: 767px) {
  .p-lp001 #page_lp001 .p-contact .u-form form dl {
    padding: 0.5rem 0;
  }
}
.p-lp001 #page_lp001 .p-contact .u-form form dl dd.u-policy {
  justify-content: center;
}
.p-lp001 #page_lp001 .p-contact .u-form form .u-ctr .u-confirm {
  width: 60%;
}
@media screen and (max-width: 767px) {
  .p-lp001 #page_lp001 .p-contact .u-form form .u-ctr .u-confirm {
    width: 100%;
  }
}
.p-lp001 #l_footer {
  background-color: #1E2742;
  color: #fff;
}
.p-lp001 #l_footer #sitemap {
  margin-bottom: 7rem;
}
.p-lp001 #l_footer #sitemap .box01 .logo {
  margin-bottom: 0rem;
  margin-top: 0rem;
}
.p-lp001 .thanks-modal {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  justify-content: center;
  align-items: center;
  z-index: 9999;
  padding: 2rem;
}
.p-lp001 .thanks-modal.active {
  display: flex;
}
.p-lp001 .thanks-modal .thanks-modal__content {
  background: #fff;
  padding: 2em;
  border-radius: 12px;
  text-align: center;
}
.p-lp001 .thanks-modal .thanks-modal__content h3 {
  font-size: 2.4rem;
  margin-bottom: 2rem;
}
.p-lp001 .thanks-modal .thanks-modal__content p {
  margin-bottom: 2rem;
}
.p-lp001 .thanks-modal .thanks-modal__content button {
  background-color: #efefef;
  padding: 0.5rem 0 0.8rem;
  border-radius: 0.5rem;
}

/*# sourceMappingURL=style.css.map */
