.l-page__single {
  padding: 0;
}

.p-mainv {
  position: relative;
}

.p-mainv__img {
  padding-top: 5.4rem;
}
@media screen and (max-width: 768px), (orientation: portrait) {
  .p-mainv__img {
    position: relative;
    overflow-x: scroll;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    margin-top: -3rem;
  }
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-mainv__img {
    padding-top: 20rem;
  }
}
.p-mainv__img .p-mainv__img_item {
  -webkit-animation: updown 3.2s ease-in-out 0.08s infinite;
          animation: updown 3.2s ease-in-out 0.08s infinite;
}
.p-mainv__img picture {
  display: block;
}
@media screen and (max-width: 768px), (orientation: portrait) {
  .p-mainv__img img {
    width: 293.3%;
    max-width: 293.3%;
  }
}

@-webkit-keyframes updown {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-2rem);
            transform: translateY(-2rem);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes updown {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-2rem);
            transform: translateY(-2rem);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes updownIcon {
  0% {
    -webkit-transform: translateY(0.2rem);
            transform: translateY(0.2rem);
  }
  50% {
    -webkit-transform: translateY(-0.2rem);
            transform: translateY(-0.2rem);
  }
  to {
    -webkit-transform: translateY(0.2rem);
            transform: translateY(0.2rem);
  }
}
@keyframes updownIcon {
  0% {
    -webkit-transform: translateY(0.2rem);
            transform: translateY(0.2rem);
  }
  50% {
    -webkit-transform: translateY(-0.2rem);
            transform: translateY(-0.2rem);
  }
  to {
    -webkit-transform: translateY(0.2rem);
            transform: translateY(0.2rem);
  }
}
.p-mainv__contents {
  position: relative;
  z-index: 1;
  padding: 10rem 2rem 2rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-mainv__contents {
    position: absolute;
    top: 15rem;
    left: 0;
    padding: 15.1rem 15.6rem 0;
  }
}

.p-mainv__title {
  margin-bottom: 2rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-mainv__title {
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    margin-bottom: 0;
  }
}
.p-mainv__title .subttitle {
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1.8;
  font-weight: 700;
  gap: 0.5em;
  margin-bottom: 0.8rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-mainv__title .subttitle {
    margin-bottom: 1.2rem;
  }
}
.p-mainv__title .subttitle * {
  display: inline-block;
  line-height: inherit;
}
.p-mainv__title .left {
  width: 0.95em;
}
.p-mainv__title .right {
  width: 1em;
}
.p-mainv__title .maintitle {
  line-height: 1.31;
  display: block;
  font-size: 2.6rem;
  font-weight: 400;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-mainv__title .maintitle {
    font-size: 4.8rem;
  }
}
.p-mainv__title .maintitle b {
  font-size: 3.4rem;
  font-weight: 400;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-mainv__title .maintitle b {
    font-size: 5.6rem;
  }
}
.p-mainv__title .maintitle b.__01 {
  letter-spacing: -0.14em;
}
.p-mainv__title .maintitle b.__02 {
  letter-spacing: -0.08em;
}
.p-mainv__title .maintitle * {
  line-height: inherit;
}

@media screen and (max-width: 768px), (orientation: portrait) {
  .p-mainv__btns {
    left: 0;
    position: absolute;
    top: 0;
    width: 293.3%;
    height: 100%;
  }
}

.p-mainv__btn {
  position: absolute;
  z-index: 10;
}
.p-mainv__btn .inner {
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  justify-content: flex-start;
  align-items: center;
  padding: 1rem 1.2rem 1rem 1.2rem;
  gap: 1rem;
  font-size: 1.1rem;
  color: #281ef6;
  background: #fff;
  border-radius: 5rem;
  font-weight: 500;
  cursor: pointer;
  transition: 0.3s;
  -webkit-animation: updownIcon 2.5s ease-in-out 0.08s infinite;
          animation: updownIcon 2.5s ease-in-out 0.08s infinite;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-mainv__btn .inner:hover {
    color: #281ef6;
    background: linear-gradient(90deg, #B7EEF6 0%, #F1F19F 100%);
  }
  .p-mainv__btn .inner:hover svg {
    path: #fff;
  }
}
.p-mainv__btn svg {
  width: 1.2rem;
  -webkit-transform: translateY(-0.1em);
          transform: translateY(-0.1em);
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-mainv__btn {
    font-size: 1.2rem;
    padding: 1.3rem 1.6rem 1.3rem 1.8rem;
  }
}
.p-mainv__btn.__01 {
  left: 6rem;
  top: 26.6rem;
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
  -webkit-animation-duration: 2.6s;
          animation-duration: 2.6s;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-mainv__btn.__01 {
    left: 13.1rem;
    top: 52rem;
  }
}
.p-mainv__btn.__02 {
  left: 20rem;
  top: 42rem;
  -webkit-animation-duration: 2.4s;
          animation-duration: 2.4s;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-mainv__btn.__02 {
    left: 27.1rem;
    top: 73.4rem;
  }
}
.p-mainv__btn.__03 {
  left: 25.6rem;
  top: 20rem;
  -webkit-animation-delay: 0.14s;
          animation-delay: 0.14s;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-mainv__btn.__03 {
    left: 39.3rem;
    top: 50rem;
  }
}
.p-mainv__btn.__04 {
  left: 46.7rem;
  top: 16rem;
  -webkit-animation-delay: 0.12s;
          animation-delay: 0.12s;
  -webkit-animation-duration: 2.4s;
          animation-duration: 2.4s;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-mainv__btn.__04 {
    left: 66.6rem;
    top: 38rem;
  }
}
.p-mainv__btn.__05 {
  left: 45.9rem;
  top: 32rem;
  -webkit-animation-duration: 2.7s;
          animation-duration: 2.7s;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-mainv__btn.__05 {
    left: 65.5rem;
    top: 60.2rem;
  }
}
.p-mainv__btn.__06 {
  left: 43rem;
  top: 45rem;
  -webkit-animation-delay: 0.12s;
          animation-delay: 0.12s;
  -webkit-animation-duration: 2.3s;
          animation-duration: 2.3s;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-mainv__btn.__06 {
    left: 61.6rem;
    top: 82rem;
  }
}
.p-mainv__btn.__07 {
  left: 71.2rem;
  top: 25rem;
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
  -webkit-animation-duration: 2.6s;
          animation-duration: 2.6s;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-mainv__btn.__07 {
    left: 94rem;
    top: 40rem;
  }
}
.p-mainv__btn.__08 {
  left: 70rem;
  top: 41rem;
  -webkit-animation-delay: 0.11s;
          animation-delay: 0.11s;
  -webkit-animation-duration: 2.55s;
          animation-duration: 2.55s;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-mainv__btn.__08 {
    left: 96rem;
    top: 70rem;
  }
}
.p-mainv__btn.__09 {
  left: 88.8rem;
  top: 34rem;
  -webkit-animation-duration: 2.6s;
          animation-duration: 2.6s;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-mainv__btn.__09 {
    left: 123rem;
    top: 60rem;
  }
}
.p-mainv__btn.__10 {
  left: 91rem;
  top: 48rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-mainv__btn.__10 {
    left: 124rem;
    top: 77rem;
  }
}

.p-mainv__swipe,
.p-mainv__swipe_bg {
  aspect-ratio: 1/1;
  left: 50%;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 50%;
  transition: opacity 0.3s;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 28rem;
  -webkit-animation: my-animation 3.5s ease-in;
          animation: my-animation 3.5s ease-in;
  z-index: 11;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-mainv__swipe,
.p-mainv__swipe_bg {
    display: none;
  }
}

.p-mainv__swipe_bg {
  border-radius: 2rem;
  background: rgba(41, 47, 248, 0.9);
  mix-blend-mode: multiply;
  z-index: 10;
}

.p-mainv__swipe_inner {
  align-items: center;
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  height: 100%;
  justify-content: center;
  margin: 0 auto;
  width: 100%;
}

.p-mainv__swipe_icon {
  display: block;
  margin: 9.2rem auto 0;
  width: 6.5rem;
  -webkit-animation: my-animation-move-icon 1s linear infinite;
          animation: my-animation-move-icon 1s linear infinite;
}

.p-mainv__swipe_text {
  display: block;
  text-align: center;
  width: 100%;
  font-size: 1.3rem;
  font-weight: 500;
}

@-webkit-keyframes my-animation-move-icon {
  0% {
    display: block;
    margin-left: 0%;
    scale: 1;
  }
  100% {
    display: block;
    opacity: 0;
    margin-left: 70%;
    scale: 1;
  }
}

@keyframes my-animation-move-icon {
  0% {
    display: block;
    margin-left: 0%;
    scale: 1;
  }
  100% {
    display: block;
    opacity: 0;
    margin-left: 70%;
    scale: 1;
  }
}
@-webkit-keyframes my-animation {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  90% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
  }
}
@keyframes my-animation {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  90% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
  }
}
.p-mainv__deco_01 {
  right: -28.7rem;
  top: -1.3rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-mainv__deco_01 {
    right: -23.5rem;
    top: -17rem;
  }
}
.p-mainv__deco_01 .p-deco__img {
  width: 57.3%;
  left: 19.5%;
  top: 22.5%;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-mainv__deco_01 .p-deco__base {
    width: 86.1rem;
  }
}

.p-mainv__deco_02 {
  left: -18rem;
  top: 84.6rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-mainv__deco_02 {
    left: -8.6rem;
    top: 78.9rem;
  }
}
.p-mainv__deco_02 .p-deco__img {
  width: 62.8%;
  left: 13.8%;
  top: 12.5%;
}
.p-mainv__deco_02 .p-deco__base {
  width: 57.6rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-mainv__deco_02 .p-deco__base {
    width: 86.1rem;
  }
}

.p-mainv__deco_03 {
  right: -28.7rem;
  top: -1.3rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-mainv__deco_03 {
    right: -2.4rem;
    top: 115.8rem;
  }
}
.p-mainv__deco_03 .p-deco__img {
  width: 63.8%;
  left: 13%;
  top: 18.4%;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-mainv__deco_03 .p-deco__base {
    width: 86.1rem;
  }
}

.p-message {
  padding: 10rem 0;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-message {
    padding: 13rem 0 23rem;
  }
}

.p-message__inner {
  position: relative;
}

.p-message__title {
  font-size: 2.4rem;
  line-height: 1.3;
  font-weight: 400;
  margin-bottom: 5.5rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-message__title {
    font-size: 3.8rem;
    margin-bottom: 7.4rem;
  }
}
.p-message__title * {
  line-height: inherit;
}

.p-message__text {
  font-size: 1.5rem;
  line-height: 2.3;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-message__text {
    font-size: 1.8rem;
    max-width: 46rem;
  }
}

.p-message__img_01 {
  position: relative;
  z-index: 1;
  width: 60%;
  margin-top: 5rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-message__img_01 {
    position: absolute;
    right: 21.8rem;
    top: -8rem;
    width: 28.2rem;
    margin-top: 0;
  }
}

.p-message__img_02 {
  width: 85%;
  margin: -3rem 0 0 auto;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-message__img_02 {
    position: absolute;
    right: -2.2rem;
    bottom: -10rem;
    width: 40rem;
  }
}

@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-company__contents {
    padding: 0 6rem;
  }
}

.p-company__detail {
  padding: 0;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-company__detail {
    display: flex;
    justify-content: space-between;
    padding: 0 0 0 8rem;
    gap: 12rem;
  }
}

.p-company__item {
  position: relative;
  padding: 5rem 0 0 5rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-company__item {
    padding: 5rem 0 0 5rem;
  }
}
@media screen and (max-width: 768px), (orientation: portrait) {
  .p-company__item:first-child {
    padding: 0;
  }
}
@media screen and (max-width: 768px), (orientation: portrait) {
  .p-company__item:first-child::before {
    height: 130%;
  }
}
@media screen and (max-width: 768px), (orientation: portrait) {
  .p-company__item:first-child::after {
    bottom: calc(130% - 0.3rem);
  }
}
@media screen and (max-width: 768px), (orientation: portrait) {
  .p-company__item:last-child {
    padding: 0;
  }
}
@media screen and (max-width: 768px), (orientation: portrait) {
  .p-company__item:last-child::before {
    left: auto;
    right: 0;
    height: 226%;
  }
}
@media screen and (max-width: 768px), (orientation: portrait) {
  .p-company__item:last-child::after {
    left: auto;
    right: calc(-0.3rem + 0.5px);
    bottom: calc(226% - 0.3rem);
  }
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-company__item::before {
    content: "";
    display: block;
    height: 172%;
    width: 1px;
    border-left: 1px dotted #281ef6;
    position: absolute;
    left: 0;
    bottom: 0;
  }
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-company__item::after {
    content: "";
    display: block;
    height: 0.6rem;
    width: 0.6rem;
    position: absolute;
    left: calc(-0.3rem + 0.5px);
    bottom: calc(172% - 0.5rem);
    background: #281ef6;
    border-radius: 100%;
  }
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-company__item::after {
    height: 1rem;
    width: 1rem;
    left: calc(-0.5rem + 0.5px);
  }
}
.p-company__item .p-company__item_title {
  font-weight: 700;
  font-size: 1.4rem;
  margin: 3.2rem 0 0.7rem;
}
@media screen and (max-width: 768px), (orientation: portrait) {
  .p-company__item p {
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 768px), (orientation: portrait) {
  .p-company__detail_img {
    width: 110%;
    margin: 0 -5%;
  }
}

.p-why {
  position: relative;
  padding: 8rem 0 8rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-why {
    padding: 16rem 0 8rem;
  }
}

@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-why__inner {
    display: flex;
    justify-content: space-between;
  }
}

.p-why__img {
  position: relative;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-why__img {
    width: 45.2%;
  }
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-why__img figure {
    position: -webkit-sticky;
    position: sticky;
    top: 5rem;
    left: 0;
  }
}

@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-why__contents {
    width: 50%;
  }
}

.p-why__item {
  padding: 3.5rem 0 4rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-why__item {
    padding: 4.6rem 0 5rem;
  }
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-why__item:first-child {
    padding-top: 0;
  }
}
.p-why__item:last-child {
  past-bottom: 0;
}
.p-why__item + .p-why__item {
  border-top: 1px solid #D9D9D9;
}

.p-why__title {
  position: relative;
  margin-bottom: 2rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-why__title {
    margin-bottom: 2rem;
  }
}
.p-why__title .en {
  display: block;
  color: #2771fb;
  line-height: 1.2;
  font-size: 1.3rem;
  font-weight: 500;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-why__title .en {
    font-size: 1.5rem;
  }
}
.p-why__title .jp {
  display: block;
  font-size: 1.8rem;
  line-height: 1.44;
  margin-top: 0.6rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-why__title .jp {
    font-size: 2.6rem;
    margin-top: 1.3rem;
  }
}

.p-why__deco_01 {
  right: -15rem;
  top: -10rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-why__deco_01 {
    right: -5.6rem;
    top: -18.8rem;
  }
}
.p-why__deco_01 .p-deco__img {
  width: 36.5rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-why__deco_01 .p-deco__img {
    width: 56.5rem;
  }
}
.p-why__deco_02 {
  left: 3.9rem;
  bottom: 10rem;
  z-index: 1;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-why__deco_02 {
    left: 6.9rem;
    bottom: 10rem;
    toop: auto;
  }
}
.p-why__deco_02 .p-deco__img {
  width: 62.8%;
  left: 13.8%;
  top: 6.6%;
}
.p-why__deco_02 .p-deco__base {
  width: 28rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-why__deco_02 .p-deco__base {
    width: 58.8rem;
  }
}

.p-why__deco_03 {
  left: -6.9rem;
  bottom: -5rem;
  z-index: 1;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-why__deco_03 {
    left: -11.4rem;
    bottom: -6.4rem;
    toop: auto;
  }
}
.p-why__deco_03 .p-deco__img {
  width: 62.8%;
  left: 13.8%;
  top: 12.6%;
}
.p-why__deco_03 .p-deco__base {
  width: 28rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-why__deco_03 .p-deco__base {
    width: 58.8rem;
  }
}

.c-company__table iframe {
  width: 100%;
  aspect-ratio: 1/0.8;
  height: auto;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .c-company__table iframe {
    aspect-ratio: 903/430;
  }
}
.c-company__table .c-text__list {
  margin-top: 2rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .c-company__table .c-text__list {
    margin-top: 3rem;
  }
}