.section__ttl {
  color: #333333;
  font-size: 1.75rem;
  text-align: center;
  font-weight: bold;
}
@media only screen and (max-width: 766px) {
  .section__ttl {
    font-size: 1.375rem;
  }
}
.is-orange {
  color: #db521f;
  background: linear-gradient(transparent 60%, #fffcb7 40%);
  font-weight: bold;
}
body {
  padding-top: 0 !important;
}
.l-lp__top {
  background-image: url(../../img/lp/top.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 46.5rem;
}
@supports (background-image: url('../../img/lp/top.png.webp')) {
  .l-lp__top {
    background-image:url('../../img/lp/top.png.webp');
  }
}
@media only screen and (max-width: 766px) {
  .l-lp__top {
    background-image: url(../../img/lp/top_sp.png);
    background-position: bottom center;
    height: 40rem;
    padding-bottom: 3.125rem;
  }
  @supports (background-image: url('../../img/lp/top_sp.png.webp')) {
    .l-lp__top {
      background-image:url('../../img/lp/top_sp.png.webp');
    }
  }
}
.l-lp__top-inner {
  height: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media only screen and (max-width: 766px) {
  .l-lp__top-inner {
    justify-content: center;
    align-items: flex-end;
  }
}
.l-lp__top-body {
  width: fit-content;
  position: relative;
}
@media only screen and (max-width: 766px) {
  .l-lp__top-body {
    position: inherit;
  }
}
.l-lp__top-body::after {
  content: "業界初!";
  font-size: 1.9375rem;
  text-align: center;
  line-height: 5;
  width: 10rem;
  height: 10rem;
  border: 1px solid #000000;
  border-radius: 50%;
  position: absolute;
  top: 0;
  right: 0;
  transform: translateY(-30%);
}
@media only screen and (max-width: 999px) {
  .l-lp__top-body::after {
    font-size: 1.5rem;
    width: 7.5rem;
    height: 7.5rem;
    transform: translateY(-20%);
  }
}
@media only screen and (max-width: 766px) {
  .l-lp__top-body::after {
    font-size: 1rem;
    width: 5rem;
    height: 5rem;
    top: 3.75rem;
    right: 1.5625rem;
    transform: translateY(0);
  }
}
.l-lp__top-heading {
  font-size: 3.1875rem;
  font-weight: bold;
}
@media only screen and (max-width: 766px) {
  .l-lp__top-heading {
    text-align: center;
    font-size: 1.425rem;
  }
}
.l-lp__top-heading > span {
  font-size: 4.8125rem;
}
@media only screen and (max-width: 766px) {
  .l-lp__top-heading > span {
    font-size: 2.5rem;
  }
}
.l-lp__top-desc {
  margin-top: 3.75rem;
  display: inline-block;
  width: 100%;
  text-align: center;
  background: #fff;
  font-size: 1.5rem;
  font-weight: bold;
  padding: 1rem;
  border-radius: 8px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  position: relative;
}
@media only screen and (max-width: 766px) {
  .l-lp__top-desc {
    padding: 1.5625rem;
    font-size: 1.25rem;
    margin-top: 1.875rem;
    border-radius: 4px;
  }
}
.l-lp__top-desc > .is-small {
  font-size: 1.125rem;
  padding-right: 0.9375rem;
  font-weight: normal;
}
@media only screen and (max-width: 766px) {
  .l-lp__top-desc > .is-small {
    font-size: 0.875rem;
  }
}
@media only screen and (max-width: 766px) {
  .l-lp__top-desc::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-style: solid;
    border-color: transparent #fff #fff transparent;
    border-width: 1.875rem;
    top: -0.25rem;
    right: 40%;
    border-radius: 0 0 10px 0;
    transform: rotate(-135deg) translateX(0%);
  }
}
.l-lp__reason {
  padding-top: 4.4375rem;
  padding-bottom: 7.875rem;
}
@media only screen and (max-width: 766px) {
  .l-lp__reason {
    padding-top: 1.5rem;
    padding-bottom: 2.875rem;
  }
}
@media only screen and (min-width: 767px) {
  .l-lp__reason-points {
    margin-top: 4.375rem;
    margin-bottom: 3.75rem;
    display: flex;
    justify-content: space-between;
    gap: 1.25rem;
  }
  .l-lp__reason-points > li {
    flex: 1;
    padding: 1.25rem;
    border: 1px solid #707070;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
  }
  .l-lp__reason-points > li::before {
    content: "";
    width: 1.5rem;
    height: 0.75rem;
    position: absolute;
    bottom: 0;
    left: 50%;
    border: 1px solid #707070;
    border-radius: 0 0 100px 100px;
    border-top: 0;
    background: #fff;
    transform: translateX(-50%) translateY(100%);
  }
  .l-lp__reason-points > li::after {
    content: "";
    width: 1rem;
    height: 1rem;
    position: absolute;
    bottom: -1.25rem;
    left: 50%;
    border: 1px solid #707070;
    border-radius: 50%;
    transform: translateX(-50%) translateY(100%);
  }
}
@media only screen and (max-width: 766px) {
  .l-lp__reason-points {
    margin-top: 2.5rem;
    margin-bottom: 3rem;
    list-style: none;
  }
  .l-lp__reason-points > li {
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.4285714286;
    padding-left: 2.25rem;
    position: relative;
  }
  .l-lp__reason-points > li::before {
    content: "";
    width: 0.75rem;
    height: 0.75rem;
    background: #eeeeee;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
  }
  .l-lp__reason-points > li:nth-child(n + 2) {
    margin-top: 1.4375rem;
  }
}
.l-lp__reason-desc-container {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 1.25rem;
}
@media only screen and (max-width: 766px) {
  .l-lp__reason-desc-container {
    flex-direction: column-reverse;
  }
}
.l-lp__reason-desc-container > img {
  width: 20%;
}
@media only screen and (max-width: 766px) {
  .l-lp__reason-desc-container > img {
    width: 40%;
  }
}
.l-lp__reason-desc {
  position: relative;
}
.l-lp__reason-desc > p {
  font-size: 1.125rem;
  text-align: center;
}
@media only screen and (max-width: 766px) {
  .l-lp__reason-desc > p {
    font-size: 1rem;
    text-align: left;
  }
}
.l-lp__reason-desc > p > span.is-bold {
  font-weight: bold;
}
@media only screen and (max-width: 766px) {
  .l-lp__reason-desc > p > span.is-bold {
    font-weight: normal;
  }
}
.l-lp__reason-desc.is-bg-grey {
  background: #f7f7f7;
  border-radius: 8px;
  margin-top: 4.375rem;
  margin-bottom: 10rem;
  padding-top: 4.1875rem;
  padding-bottom: 4.1875rem;
}
@media only screen and (max-width: 766px) {
  .l-lp__reason-desc.is-bg-grey {
    padding-top: 1.3125rem;
    padding-bottom: 1.875rem;
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
    margin-bottom: 5rem;
  }
}
.l-lp__reason-desc.is-bg-grey > p > span.is-orange {
  display: inline-block;
  margin-top: 2.5rem;
  font-size: 1.375rem;
}
@media only screen and (max-width: 766px) {
  .l-lp__reason-desc.is-bg-grey > p > span.is-orange {
    display: inline;
    text-align: center;
  }
}
.l-lp__reason-desc.is-bg-grey > p > span.is-small {
  display: inline-block;
  padding-top: 0.9375rem;
  font-size: 0.875rem;
}
.l-lp__reason-desc.is-arrow::after {
  content: url("../../img/lp/reason_arrow.svg");
  position: absolute;
  bottom: -4.6875rem;
  left: 50%;
  transform: translateX(-50%) translateY(50%);
}
@media only screen and (max-width: 766px) {
  .l-lp__reason-desc.is-arrow::after {
    bottom: -3.125rem;
    transform: scale(0.5) translateX(-100%) translateY(50%);
  }
}
.l-lp__reason-desc > .is-strong {
  display: inline-block;
  font-size: 1.375rem;
  font-weight: bold;
  padding-top: 2.5rem;
}
@media only screen and (max-width: 766px) {
  .l-lp__reason-desc > .is-strong {
    width: 100%;
    text-align: center;
  }
}
@media only screen and (max-width: 766px) {
  .l-lp__reason-desc > .is-sp-center {
    margin-top: 1.5rem;
    text-align: center;
  }
}
.l-lp__reason-desc > p > .is-large {
  display: inline-block;
  font-size: 1.75rem;
  margin-top: 4.4375rem;
  margin-bottom: 3.8125rem;
}
@media only screen and (max-width: 766px) {
  .l-lp__reason-desc > p > .is-large {
    display: inline;
    font-size: 1.375rem;
    text-align: center;
  }
}
.l-lp__movie {
  padding-top: 3.5rem;
  padding-bottom: 3.8125rem;
  background: url("../../img/lp/movie_bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media only screen and (max-width: 766px) {
  .l-lp__movie {
    background: url("../../img/lp/movie_bg_sp.png");
  }
}
.l-lp__movie .cta-btn {
  width: 100%;
  max-width: 28.125rem;
}
.l-lp__movie-body {
  width: 90%;
  height: auto;
  aspect-ratio: 1.7391304348;
  margin: 0 auto;
  margin-bottom: 2.5rem;
}
@media only screen and (max-width: 766px) {
  .l-lp__movie-body {
    width: 100%;
  }
}
.l-lp__movie-body > iframe {
  width: 100%;
  height: 100%;
}
.l-lp__service {
  padding-top: 7.9375rem;
  padding-bottom: 3.9375rem;
}
@media only screen and (max-width: 766px) {
  .l-lp__service {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}
.l-lp__service-inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 2.5rem;
  padding-top: 4.3125rem;
}
@media only screen and (max-width: 766px) {
  .l-lp__service-inner {
    display: block;
    padding-top: 2.8125rem;
  }
}
.l-lp__service-inner .c-list > li::before {
  background: #cccccc;
}
.l-lp__service-list {
  background: #f7f7f7;
  border-radius: 4px;
  flex: 1;
  padding-top: 1.5rem;
  padding-bottom: 2.1333333333rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
@media only screen and (max-width: 766px) {
  .l-lp__service-list:not(:last-child) {
    margin-bottom: 1rem;
  }
}
.l-lp__partner {
  padding-top: 3.9375rem;
  padding-bottom: 7.5rem;
}
@media only screen and (max-width: 766px) {
  .l-lp__partner {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}
.l-lp__partner-list {
  padding-top: 4.3125rem;
}
.l-lp__partner-item {
  border: 1px solid #cccccc;
  padding: 2.5rem;
  border-radius: 4px;
  transition: all 0.3s;
}

.l-lp__partner-item.is-hidden {
  visibility: hidden;
  opacity: 0;
  height: 0;
  margin: 0 10px;
  padding: 0;
  margin-bottom: 0;
}

.l-lp__partner-item.is-hidden:not(:last-child) {
  margin-bottom: 0;
}

.l-lp__partner-item:not(:last-child) {
  margin-bottom: 2.5rem;
}

.more.btn {
  min-width: 180px;
}
@media only screen and (min-width: 767px) {
  .more.btn {
    min-width: 180px;
  }
}
.c-list > li.no-mark::before {
  display: none;
}

@media only screen and (max-width: 766px) {
  .l-lp__partner-item .btn {
    min-width: none!important;
    width: 100%;
  }
  .l-lp__partner-item:not(:last-child) {
    margin-bottom: 1.5rem;
  }
}
@media only screen and (max-width: 766px) {
  .l-lp__partner-item {
    padding: 1rem;
  }
}
.l-lp__partner-item-top {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 2rem;
}
@media only screen and (max-width: 766px) {
  .l-lp__partner-item-top {
    display: block;
  }
}
.l-lp__partner-item-top > img {
  width: 20%;
  height: auto;
  aspect-ratio: 3 / 2;
  object-fit: cover;
  object-position: top center;
  border-radius: 4px;
}
@media only screen and (max-width: 766px) {
  .l-lp__partner-item-top > img {
    width: 100%;
    margin-bottom: 1.0625rem;
  }
}
.l-lp__partner-item-top-body {
  width: 80%;
}
@media only screen and (max-width: 766px) {
  .l-lp__partner-item-top-body {
    width: 100%;
  }
}
.l-lp__partner-item-top-body-top {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  border-bottom: 1px solid #cccccc;
  padding-bottom: 1.125rem;
  margin-bottom: 1.125rem;
}
@media only screen and (max-width: 766px) {
  .l-lp__partner-item-top-body-top {
    display: block;
  }
}
.l-lp__partner-item-top-body-top > a {
  display: flex;
  align-items: center;
  gap: 0.3125rem;
  font-size: 0.875rem;
}
.l-lp__partner-name {
  font-size: 2rem;
  font-weight: bold;
}
@media only screen and (max-width: 766px) {
  .l-lp__partner-name {
    margin-bottom: 0.8125rem;
  }
}
.l-lp__partner-title {
  font-size: 1.375rem;
}
@media only screen and (max-width: 766px) {
  .l-lp__partner-title {
    font-size: 1rem;
  }
}
.l-lp__partner-details-btn {
  display: inline-block;
  width: 100%;
  text-align: center;
  background-color: #f7f7f7;
  border-radius: 4px;
  font-size: 1.125rem;
  padding-top: 1.4375rem;
  padding-bottom: 1.4375rem;
  margin-top: 2.5rem;
  margin-bottom: 1.4375rem;
  position: relative;
  cursor: pointer;
}
@media only screen and (max-width: 766px) {
  .l-lp__partner-details-btn {
    font-size: 1rem;
  }
}
.l-lp__partner-details-btn::after,
.l-lp__partner-details-btn::before {
  content: "";
  width: 1px;
  height: 1.25rem;
  position: absolute;
  top: 37%;
  right: 2.125rem;
  background-color: #333333;
  transition: all 0.3s;
}
.l-lp__partner-details-btn::after {
  transform: rotate(90deg);
}
.l-lp__partner-details-btn.is-active::before {
  transform: rotate(45deg) !important;
}
.l-lp__partner-details-btn.is-active::after {
  transform: rotate(135deg) !important;
}
.l-lp__partner-details-content {
  display: none;
  padding-top: 2.9375rem;
  padding-bottom: 3.9375rem;
  padding-left: 3.75rem;
  padding-right: 3.75rem;
}
@media only screen and (max-width: 766px) {
  .l-lp__partner-details-content {
    padding-top: 1rem;
    padding-bottom: 2.875rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.l-lp__partner-details-content > .l-lp__partner-details-section {
  padding-bottom: 4.0625rem;
}
.l-lp__partner-details-content
  > .l-lp__partner-details-section:not(:first-child) {
  padding-top: 3.9375rem;
}
.l-lp__partner-details-content
  > .l-lp__partner-details-section:not(:last-of-type) {
  border-bottom: 1px solid #cccccc;
}
.l-lp__partner-details-content .l-lp__partner-details-heading {
  font-size: 1.75rem;
  font-weight: bold;
  margin-bottom: 3.25rem;
}
@media only screen and (max-width: 766px) {
  .l-lp__partner-details-content .l-lp__partner-details-heading {
    font-size: 1.25rem;
    margin-bottom: 2.0625rem;
  }
}
.l-lp__partner-details-content .l-lp__partner-details-sub-heading {
  font-size: 1.375rem;
  color: #db521f;
  font-weight: bold;
  margin-bottom: 1.5rem;
}

.l-lp__partner-details-sub-heading + .l-lp__partner-details-desc {
  padding-top: 0;
}

.c-list + .l-lp__partner-details-sub-heading {
  padding-top: 2.0625rem;
}

@media only screen and (max-width: 766px) {
  .l-lp__partner-details-sub-heading {
    font-size: 1.125rem;
  }

  .c-list + .l-lp__partner-details-sub-heading {
    padding-top: 1.0625rem;
  }
}
.l-lp__partner-details-content .c-list > li {
  font-size: 1rem;
}
.l-lp__partner-details-desc {
  padding-top: 1.5rem;
  font-size: 1.125rem;
}
.l-lp__partner-details-content .l-lp__partner-details-desc:not(:last-of-type) {
  margin-bottom: 3.125rem;
}
@media only screen and (max-width: 766px) {
  .l-lp__partner-details-content
    .l-lp__partner-details-desc:not(:last-of-type) {
    margin-bottom: 2.5rem;
  }
}
@media only screen and (max-width: 766px) {
  .l-lp__partner-details-desc {
    padding-top: 2rem;
    font-size: 1rem;
  }

  .l-lp__partner-details-sub-heading + .l-lp__partner-details-desc {
    padding-top: 0;
  }
}
.l-lp__partner-details-content .l-lp__partner-close {
  font-size: 0.875rem;
  width: fit-content;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.3125rem;
  cursor: pointer;
}
.l-lp__partner-details-content .l-lp__partner-close > span {
  text-decoration: underline;
}
.l-lp__qa {
  padding-top: 3.5rem;
  padding-bottom: 3.8125rem;
  background: url("../../img/lp/qa_bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media only screen and (max-width: 766px) {
  .l-lp__qa {
    background: url("../../img/lp/qa_bg_sp.png");
    background-position: top;
    padding-top: 2.5rem;
    padding-bottom: 2.0625rem;
  }
}
.l-lp__qa-list {
  padding-top: 4.3125rem;
}
@media only screen and (max-width: 766px) {
  .l-lp__qa-list {
    padding-top: 2.8125rem;
  }
}
.l-lp__qa-item:not(:last-child) {
  margin-bottom: 2rem;
}
@media only screen and (max-width: 766px) {
  .l-lp__qa-item:not(:last-child) {
    margin-bottom: 1.5rem;
  }
}
.l-lp__qa-heading {
  display: flex;
  align-items: flex-start;
  background: #fff;
  padding-top: 1.6875rem;
  padding-bottom: 2.1875rem;
  padding-left: 1.5rem;
  padding-right: 4.9375rem;
  font-size: 1.125rem;
  position: relative;
  cursor: pointer;
}
@media only screen and (max-width: 766px) {
  .l-lp__qa-heading {
    align-items: center;
    padding-top: 0.9375rem;
    padding-bottom: 1.4375rem;
    padding-left: 1rem;
    padding-right: 3.4375rem;
  }
}
.l-lp__qa-heading > h3 {
  display: block;
  padding-top: 0.625rem;
}
@media only screen and (max-width: 766px) {
  .l-lp__qa-heading > h3 {
    padding-top: 0;
  }
}
.l-lp__qa-heading > span {
  font-size: 1.75rem;
  font-weight: bold;
  padding-right: 1.4375rem;
}
@media only screen and (max-width: 766px) {
  .l-lp__qa-heading > span {
    padding-right: 1rem;
    font-size: 1.5rem;
  }
}
.l-lp__qa-heading::after,
.l-lp__qa-heading::before {
  content: "";
  width: 1px;
  height: 0.75rem;
  position: absolute;
  top: 50%;
  background-color: #333333;
  transition: all 0.3s;
}
.l-lp__qa-heading::before {
  transform: rotate(45deg);
  right: 2rem;
}
.l-lp__qa-heading::after {
  transform: rotate(135deg);
  right: 2.5rem;
}
.l-lp__qa-heading.is-active::before {
  top: 45%;
  right: 2.5rem;
  height: 1.25rem;
}
.l-lp__qa-heading.is-active::after {
  top: 45%;
  right: 2.5rem;
  height: 1.25rem;
}
.l-lp__qa-contents {
  display: none;
  padding-top: 1rem;
}
