@keyframes mltShdSpin {
  0% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  5%, 95% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  10%, 59% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
  }
  20% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
  }
  38% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
  }
  100% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
}
@keyframes round {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.l-in {
  margin-bottom: 3.5%;
}
@media screen and (max-width: 899px) {
  .l-in {
    margin-bottom: 1rem;
  }
}

.p-service {
  padding-bottom: 5rem;
}
@media screen and (max-width: 899px) {
  .p-service {
    padding-bottom: 1.5rem;
  }
}
.p-service__cover {
  margin: 0 auto;
  width: 93%;
  padding-top: min(49.25%, 80rem);
  background-color: gray;
  position: relative;
  overflow: hidden;
  margin-bottom: 10.8rem;
}
@media screen and (max-width: 899px) {
  .p-service__cover {
    width: 95%;
    margin-bottom: 4.3rem;
    padding-top: 53.25%;
  }
}
.p-service__player {
  position: absolute !important;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 150%;
  height: 150%;
  pointer-events: none;
}
.p-service__content {
  margin: 0 auto;
  width: 90%;
  max-width: 1100px;
}
.p-service__catch {
  color: #004ea2;
  font-size: 3.4rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.8px;
  margin-bottom: 4.9rem;
  transform: translateY(30px);
  opacity: 0;
}
.p-service__catch.is-active {
  opacity: 1;
  transform: translateY(0);
  transition: transform 1.2s cubic-bezier(0.25, 1, 0.5, 1), opacity 1s cubic-bezier(0.25, 1, 0.5, 1);
}
@media screen and (max-width: 899px) {
  .p-service__catch {
    text-align: center;
    font-size: 1.9rem;
    margin-bottom: 2.7rem;
  }
}
.p-service__info {
  text-align: left;
  margin-bottom: 14.5rem;
  transform: translateY(35px);
  opacity: 0;
}
.p-service__info.is-active {
  opacity: 1;
  transform: translateY(0);
  transition: transform 1.2s cubic-bezier(0.25, 1, 0.5, 1), opacity 1s cubic-bezier(0.25, 1, 0.5, 1);
}
@media screen and (max-width: 899px) {
  .p-service__info {
    margin-bottom: 7.8rem;
  }
}
.p-service__info table {
  width: 100%;
  display: block;
  position: relative;
}
@media screen and (max-width: 899px) {
  .p-service__info table::before {
    content: "";
    width: 100vw;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 1px;
    background-color: #e8e8e8;
  }
}
.p-service__info thead {
  width: 100%;
  padding-bottom: 2.2rem;
  display: block;
  position: relative;
}
.p-service__info thead::before {
  content: "";
  width: 100vw;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 1px;
  background-color: #e8e8e8;
}
@media screen and (max-width: 899px) {
  .p-service__info thead {
    display: none;
  }
}
.p-service__info tbody {
  width: 100%;
  display: block;
}
.p-service__info tbody tr {
  position: relative;
  line-height: 1.75;
  padding: 3.4rem 0;
}
@media screen and (max-width: 899px) {
  .p-service__info tbody tr {
    padding: 2rem 0 2.5rem;
  }
}
.p-service__info tbody tr::before {
  content: "";
  width: 100vw;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 1px;
  background-color: #e8e8e8;
}
.p-service__info tbody tr th {
  color: #004ea2;
  letter-spacing: 0.5px;
}
@media screen and (max-width: 899px) {
  .p-service__info tbody tr th {
    position: relative;
    font-size: 1.6rem;
    background-color: #fff;
    padding-left: 1.2rem;
    margin-bottom: 1.2rem;
  }
  .p-service__info tbody tr th::before {
    content: "";
    width: 100vw;
    height: 1px;
    background-color: #004ea2;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    z-index: -1;
    pointer-events: none;
  }
}
.p-service__info tbody td {
  flex-grow: 1;
}
@media screen and (max-width: 899px) {
  .p-service__info tbody td {
    padding-left: 1.2rem;
    font-size: 1.4rem;
  }
}
.p-service__info tbody td a {
  color: #004ea2;
}
@media screen and (min-width: 900px) {
  .p-service__info tbody td a:hover {
    text-decoration: none;
  }
}
.p-service__info tbody td ul li {
  text-indent: -1em;
  padding-left: 1em;
}
.p-service__info tr {
  width: 100%;
  display: flex;
}
@media screen and (max-width: 899px) {
  .p-service__info tr {
    flex-direction: column;
  }
}
.p-service__info tr th {
  width: 50%;
  flex-shrink: 0;
}
@media screen and (max-width: 899px) {
  .p-service__info tr th {
    width: 100%;
  }
}
.p-service__info-link {
  width: 25rem;
  margin-top: 2.3rem;
}
@media screen and (max-width: 899px) {
  .p-service__info-link {
    width: 24rem;
  }
}
.p-service__info-link .c-more__inner {
  padding: 11px 1.8rem 9px;
}
@media screen and (max-width: 899px) {
  .p-service__info-link .c-more__inner {
    padding: 10px 1.5rem 11px;
  }
}
@media screen and (max-width: 899px) {
  .p-service__info-link .c-more__arrow {
    transform: translateY(0);
  }
}
.p-service__head {
  display: flex;
  align-items: center;
  position: relative;
  margin-bottom: 5.5rem;
  margin: 0 auto;
  width: 90%;
  max-width: 1200px;
  margin-bottom: 5.3rem;
  transform: translateX(-35px);
  opacity: 0;
}
.p-service__box.is-active .p-service__head {
  opacity: 1;
  transform: translateY(0);
  transition: transform 1.2s cubic-bezier(0.25, 1, 0.5, 1), opacity 1s cubic-bezier(0.25, 1, 0.5, 1);
}
@media screen and (max-width: 899px) {
  .p-service__head {
    margin-bottom: 2.4rem;
  }
}
.p-service__head::before {
  content: "";
  position: absolute;
  top: 33%;
  right: 0;
  transform: translateY(-50%);
  width: 100vw;
  height: 1px;
  background-color: #004ea2;
  pointer-events: none;
}
@media screen and (max-width: 899px) {
  .p-service__head::before {
    content: none;
  }
}
.p-service__head-ttl {
  position: relative;
  font-family: "Jost", sans-serif;
  font-weight: 400;
  font-size: 5rem;
  background-color: #fff;
  font-weight: 500;
  padding-left: 4.6rem;
  letter-spacing: -1px;
  width: 100%;
}
@media screen and (max-width: 899px) {
  .p-service__head-ttl {
    letter-spacing: 0;
    font-size: 3rem;
    padding-left: 0;
  }
}
.p-service__head-ttl .p-in_ja {
  font-family: "Noto Sans JP", sans-serif;
  font-feature-settings: "palt";
  font-weight: 400;
  font-weight: 700;
  font-size: 1.8rem;
  letter-spacing: 0.5px;
  margin-top: 1.1rem;
  color: #004ea2;
  transform: translateX(-15px);
  opacity: 0;
}
.p-service__box.is-active .p-service__head-ttl .p-in_ja {
  opacity: 1;
  transform: translateY(0);
  transition: transform 1.2s cubic-bezier(0.25, 1, 0.5, 1), opacity 1s cubic-bezier(0.25, 1, 0.5, 1);
  transition-delay: 0.1s;
}
@media screen and (max-width: 899px) {
  .p-service__head-ttl .p-in_ja {
    font-size: 1.3rem;
    margin-top: 0.5rem;
  }
}
.p-service__award {
  display: flex;
  transform: translateY(35px);
  opacity: 0;
}
.p-service__box.is-active .p-service__award {
  opacity: 1;
  transform: translateY(0);
  transition: transform 1.3s cubic-bezier(0.25, 1, 0.5, 1), opacity 1s cubic-bezier(0.25, 1, 0.5, 1);
  transition-delay: 0.1s;
}
@media screen and (max-width: 899px) {
  .p-service__award {
    display: block;
  }
}
.p-service__award-text {
  line-height: 1.7;
  letter-spacing: 0.8px;
}
@media screen and (max-width: 899px) {
  .p-service__award-text {
    font-size: 1.3rem;
  }
}
.p-service__award-text-item + .p-service__award-text-item {
  margin-top: 3rem;
}
@media screen and (max-width: 899px) {
  .p-service__award-text-item + .p-service__award-text-item {
    margin-top: 1.3rem;
  }
}
.p-service__award-catch {
  font-weight: 700;
  font-size: 2.4rem;
  letter-spacing: 1.5px;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 899px) {
  .p-service__award-catch {
    margin-bottom: 1.3rem;
    font-size: 1.7rem;
    letter-spacing: 1px;
  }
}
.p-service__award-thumb {
  width: 51%;
  flex-shrink: 0;
  margin-left: 4%;
  padding-top: 1rem;
  overflow: hidden;
}
@media screen and (max-width: 899px) {
  .p-service__award-thumb {
    margin: 0;
    width: 100%;
    margin-top: 4.5%;
  }
}
.p-service__award-thumb img {
  transform: scale(1.1);
}
.p-service__box.is-active .p-service__award-thumb img {
  transform: scale(1);
  transition: transform 5s cubic-bezier(0.25, 1, 0.5, 1);
}
.p-service__award-btn {
  width: 25rem;
  margin-top: 2.3rem;
}
@media screen and (max-width: 899px) {
  .p-service__award-btn {
    width: 24rem;
  }
}

#cover_player_ui {
  display: none;
}

#cover_player_player_wrap {
  top: 50%;
  transform: translateY(-50%);
}