/* ----------------------------------------------------------
 service / services.html
---------------------------------------------------------- */
.ul-check li {
  margin-bottom: 0;
  padding-left: 1.5rem;
}

/* pagetitle
-------------------------------------------- */
.pagetitle .wrap {
  position: relative;
}
.pagetitle .image {
  margin: 4rem auto 0 auto;
}
@media print, screen and (min-width: 1061px) { /* PC */
  .pagetitle .image {
    width: 30rem;
  }
}
@media screen and (max-width: 1060px) { /* SP・Tab縦・PC狭幅 */
  .pagetitle::before {
    content: none;
  }
  .pagetitle::after {
    content: none;
  }
  .pagetitle .copy {
    text-align: left;
  }
  .pagetitle .image {
    width: 100%;
    max-width: 25rem;
  }
}
@media screen and (max-width: 767px) { /* SP */
  .pagetitle .image {
    margin-top: 2rem;
  }
}

/* video
-------------------------------------------- */
section.video {
  position: relative;
  scroll-margin-top: 6rem;
  padding-top: 8rem;
}
section.video > .wrap {
  counter-reset: servicecounter;
}
@media screen and (min-width: 744px) and (max-width: 1060px) { /* Tab縦・ PC狭幅 */
  section.video {
    padding-top: 12rem;
  }
}

/* ロゴアニメーション */
section.video > .wrap::before {
  content: "";
  position: absolute;
  top: -12rem;
  left: 50%;
  display: block;
  width: 200vw;
  height: auto;
  background-image: url("../images/tx-content.svg");
  background-repeat: repeat-x;
  background-position: 0 center;
  background-size: 95.7vw auto;
  aspect-ratio: 1100 / 88;
  transform: translateX(-50%);
  pointer-events: none;
  animation: videoTextMarquee 42s linear infinite;
}
@keyframes videoTextMarquee {
  0% {
    background-position-x: 95.7vw;
  }
  100% {
    background-position-x: 0;
  }
}
.video-summary {
  padding-top: 2rem;
  margin-bottom: 6rem;
}

@media print, screen and (min-width: 768px) { /* SP以外 */
  section.video .wrap {
    width: 85%;
    max-width: 1100px;
    margin-inline: auto;
  }
  .video-summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 6rem;
  }
  .video-summary .detail {
    width: calc(100% - 25rem);
  }
  .video-summary figure {
    width: 25rem;
  }
}
@media screen and (max-width: 767px) { /* SP */
  section.video {
    scroll-margin-top: 2rem;
    padding-top: 6rem;
  }
  section.video > .wrap::before {
    top: -5rem;
    background-size: 174.8vw auto;
    animation-name: videoTextMarqueeSp;
  }
  .video-summary {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    margin-bottom: 2rem;
    padding-top: 1rem;
  }
  .video-summary figure {
    width: min(84%, 300px);
    margin-inline: auto;
  }
}

/* サービス */
.video-service_item {
  scroll-margin-top: 6rem;
  padding: 6rem 0;
  counter-increment: servicecounter;
}
.video-service_item h2 {
  margin-bottom: 1rem;
  border-bottom: 1px solid var(--blue);
}
.video-service_item h2:before {
  content: counter(servicecounter, decimal-leading-zero) ". ";
  counter-increment: count 1;
  margin-right: 0.125rem;
  color: var(--lightblue) !important;
  font-family: 'Bebas Neue', sans-serif;
  font-size: 4.875rem;
  line-height: 1;
}
.video-service_item h2 span {
  display: inline-block;
  background: linear-gradient(90deg, #0073BC 0%, #0092D3 100%);
  -webkit-background-clip: text;
  background-clip: text;
  padding-bottom: 0.25rem;
  color: transparent;
  -webkit-text-fill-color: transparent;
  font-weight: 600;
  font-size: 2.125rem;
  line-height: 1.25;
  transform: translateY(-0.25rem);
}
.video-service_item h3 {
  margin-bottom: 1rem;
  font-weight: 500;
  font-size: 1.125rem;
}
.video-service_item .ul-check li {
  font-weight: 500;
  color: var(--blue);
}
.video-service_item .ul-check li span {
  display: inline-block;
  margin-left: 1em;
  font-size: var(--ft-s);
}
.service-summary {
  position: relative;
}
.service-summary:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: -8rem;
  left: 50%;
  display: block;
  width: 80vw;
  height: auto;
  aspect-ratio: 1 / 1;
  border-radius: 100%;
  background: linear-gradient(to bottom, #fff 0%, transparent 100%);
  transform: translateX(-50%);
  opacity: 0.9;
}
.video-service_item h2 span.ls  {
  letter-spacing: 0.1em;
}
.video-service_item .flex figure {
  position: relative;
}
.video-service_item .flex figure::after {
  content: "";
  position: absolute;
  z-index: 2;
  inset: 0;
  display: block;
  background:
    linear-gradient(225deg, rgba(101,192,249,0.5) 0%, rgba(101,192,249,0) 40%),
    linear-gradient(40deg, rgba(101,192,249,0.5) 0%, rgba(101,192,249,0) 40%);
  pointer-events: none;
}

/* 01.撮影 */
.video-service_filming .commitment {
  margin-top: 4rem;
  margin-bottom: 2rem;
}
.video-service_filming .commitment h3 {
  margin-bottom: 2rem;
  padding: 0.25rem;
  border-radius: 0.25rem;
  color: var(--white);
  background: var(--grad-bl);
  text-align: center;
}
.video-service_filming .commitment ul {
  margin: 2rem auto;
}
.video-service_filming .commitment ul li {
  padding: 1rem;
  border: 1px solid var(--lightblue);
  border-radius: 0.25rem;
  background-color: var(--white);
  box-shadow: var(--shadow);
}
.video-service_filming .commitment ul li .image {
  border-radius: 0.25rem;
  padding: 0.25rem;
  background-color: var(--bgblue);
  text-align: center;
}
.video-service_filming .commitment ul li .image img {
  width: 60%;
  height: auto;
}
.video-service_filming .commitment ul li h4 {
  margin: 0.5rem 0;
  color: var(--blue);
  font-weight: 500;
  text-align: center;
}
.video-service_filming .commitment ul li p {
  font-size: var(--ft-s);
}
.video-service_filming .commitment > h4 {
  margin-bottom: 1rem;
  color: var(--blue);
  font-weight: 500;
  font-size: 1.25rem;
}

@media print, screen and (min-width: 1061px) { /* PC */
  .video-service_item .flex {
    display: flex;
    align-items: center;
    gap: 4rem;
  }
  .video-service_item .flex .service-summary {
    width: calc(100% - 28rem);
  }
  .video-service_item .flex figure {
    width: 28rem;
  }
  .video-service_item:nth-of-type(even) .flex {
    flex-direction: row-reverse;
  }
  .video-service_filming .commitment > h4 {
    text-align: center;
  }
  .video-service_filming .commitment > .copy {
    text-align: center;
  }
}
@media screen and (max-width: 1060px) { /* SP・Tab縦・PC狭幅 */
  .video-service_item {
    scroll-margin-top: 2rem;
    padding: 3.5rem 0 1rem 0;
  }
  .video-service_item .flex {
    display: flex;
    flex-direction: column-reverse;
    gap: 1.5rem;
  }
  .video-service_item .flex figure {
    margin-inline: auto;
  }
  .video-service_item h2 {
    display: flex;
    align-items: flex-end;
    gap: 0.25rem;
    margin-bottom: 1rem;
  }
  .video-service_item h2:before {
    flex: 0 0 auto;
    font-size: 3.5rem;
  }
  .video-service_item h2 span {
    min-width: 0;
    font-size: clamp(1.55rem, 7vw, 2rem);
    line-height: 1.2;
    overflow-wrap: anywhere;
    transform: translateY(-0.35rem);
  }
  .video-service_item h3 {
    font-size: 1rem;
  }
  .video-service_item .ul-check li span {
    display: block;
    margin-left: 0;
  }
  .service-summary:before {
    top: -10rem;
    width: 120vw;
    background: linear-gradient(to bottom, #fff 20%, transparent 100%);
  }
  .video-service_filming .commitment {
    margin-top: 3rem;
  }
  .video-service_filming .commitment h3 {
    margin-bottom: 1.5rem;
    font-size: 1.05rem;
  }
  .video-service_filming .commitment ul {
    display: grid;
    gap: 1rem;
    margin: 1.5rem auto;
  }
  .video-service_filming .commitment ul li {
    padding: 1.25rem;
  }
  .video-service_filming .commitment ul li .image img {
    width: min(48%, 128px);
  }
  .video-service_filming .commitment > h4 {
    font-size: 1.1rem;
  }
  .video-works {
    padding: 6rem 0 3rem 0;
  }
}
@media print, screen and (min-width: 768px) { /* SP以外 */
  .service-summary .service-lineup {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-top: 1.5rem;
  }
  .service-summary .service-lineup .title {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    aspect-ratio: 1 / 1;
    padding: 1.25rem;
    font-family: var(--ft-en);
    font-size: 1.25rem;
    color: var(--white);
    background: var(--grad-bl);
  }
  .service-summary .service-lineup .title {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    aspect-ratio: 1 / 1;
    padding: 1.25rem;
    font-family: var(--ft-en);
    font-size: 1.25rem;
    color: var(--white);
    background: var(--grad-bl);
  }
  .video-service_filming .commitment ul {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem;
  }
}
@media screen and (max-width: 767px) { /* SP */
  .service-summary .service-lineup {
    margin-top: 1.5rem;
    padding: 1.25rem;
    border: 1px solid rgba(0 115 188 / 0.18);
    border-radius: 0.5rem;
    background: rgba(255 255 255 / 0.7);
    box-shadow: var(--shadow);
  }
  .service-summary .service-lineup .title {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0.75rem;
    padding: 0.2rem 0.8rem 0.25rem;
    border-radius: 999px;
    color: var(--white);
    background: var(--grad-bl);
    font-family: var(--ft-en);
    font-size: 1rem;
    line-height: 1.2;
  }
}

@keyframes videoTextMarqueeSp {
  0% {
    background-position-x: 174.8vw;
  }
  100% {
    background-position-x: 0;
  }
}

.video-works {
  padding: 1rem 0 3rem 0;
}
@media screen and (max-width: 1060px) { /* SP・Tab縦・PC狭幅 */
  .video-works {
    margin-top: 3rem;
  }
  .video-works .copy {
    text-align: center;
  }
}



/* education
-------------------------------------------- */
section.education {
  scroll-margin-top: 6rem;
  padding: 6rem 0;
}
section.education > .wrap {
  position: relative;
  counter-reset: educationcounter;
}
section.education > .wrap::before {
  content: "";
  position: absolute;
  top: -10rem;
  left: 50%;
  display: block;
  width: 200vw;
  height: auto;
  background-image: url("../images/tx-education.svg");
  background-repeat: repeat-x;
  background-position: 0 center;
  background-size: 110vw auto;
  aspect-ratio: 1100 / 115;
  transform: translateX(-50%);
  pointer-events: none;
  animation: educationTextMarquee 42s linear infinite;
}
@keyframes educationTextMarquee {
  0% {
    background-position-x: 110vw;
  }
  100% {
    background-position-x: 0;
  }
}
.education-summary {
  display: flex;
  padding: 2rem 0;
}
.education-summary .title-sub .en {
  background: linear-gradient(90deg, #EC6C00 0%, #EC8600 100%);
  -webkit-background-clip: text;
  background-clip: text;
}

@media print, screen and (min-width: 1061px) { /* PC */
  section.education .wrap {
    width: 85%;
    max-width: 1100px;
    margin-inline: auto;
  }
}
@media print, screen and (min-width: 768px) { /* SP以外 */
  .education-summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 6rem;
  }
  .education-summary .detail {
    width: calc(100% - 25rem);
  }
  .education-summary figure {
    width: 25rem;
  }
}
@media screen and (max-width: 767px) { /* SP */
  section.education {
    scroll-margin-top: 2rem;
    padding: 4rem 0 3rem;
  }
  section.education > .wrap::before {
    top: -1rem;
    background-size: 137.5vw auto;
    animation-name: educationTextMarqueeSp;
  }
  .education-summary {
    flex-direction: column;
    gap: 1.5rem;
    padding: 1rem 0 2rem;
  }
  .education-summary figure {
    width: min(84%, 300px);
    margin-inline: auto;
  }
  .education-summary .detail {
    padding-top: 2rem;
  }
}

/* サービス */
.education-service_item {
  scroll-margin-top: 6rem;
  padding: 6rem 0;
  counter-increment: educationcounter;
}
.education-service_item h2 {
  margin-bottom: 1rem;
  border-bottom: 1px solid var(--orange);
}
.education-service_item h2:before {
  content: counter(educationcounter, decimal-leading-zero) ". ";
  margin-right: 0.125rem;
  color: #f0b178 !important;
  font-family: 'Bebas Neue', sans-serif;
  font-size: 4.875rem;
  line-height: 1;
}
.education-service_item h2 span {
  display: inline-block;
  background: var(--grad-or);
  -webkit-background-clip: text;
  background-clip: text;
  padding-bottom: 0.25rem;
  color: transparent;
  -webkit-text-fill-color: transparent;
  font-weight: 600;
  font-size: 2.125rem;
  line-height: 1.25;
  transform: translateY(-0.25rem);
}
.education-service_item h3 {
  margin-bottom: 1rem;
  color: var(--orange);
  font-weight: 500;
  font-size: 1.125rem;
}
.education-service_item .ul-check li {
  font-weight: 500;
  color: var(--orange);
}
.education-service_item .ul-check li span {
  display: inline-block;
  margin-left: 1em;
  font-size: var(--ft-s);
}
.education-service_item .service-summary:before {
  background: linear-gradient(to bottom, #FDF3EB 0%, transparent 50%);
}
.education-lineup .title {
  font-family: var(--ft-en);
  font-size: 1.25rem;
  color: var(--white);
  background: var(--grad-or);
}
.education-lineup .ul-check li:before {
  background: url(../images/icon-check_or.svg) no-repeat center center / contain;
}

@media print, screen and (min-width: 1061px) { /* PC */
  .education-service_item .flex {
    display: flex;
    align-items: center;
    gap: 4rem;
  }
  .education-service_item .flex .service-summary {
    width: calc(100% - 25rem);
  }
  .education-service_item .flex figure {
    width: 25rem;
  }
  .education-service_item:nth-of-type(even) .flex {
    flex-direction: row-reverse;
  }
}
@media screen and (max-width: 1060px) { /* SP・Tab縦・PC狭幅 */
  .education-service_item {
    scroll-margin-top: 2rem;
    padding: 3.5rem 0 1rem 0;
  }
  .education-service_item .flex {
    display: flex;
    flex-direction: column-reverse;
    gap: 1.5rem;
  }
  .education-service_item h2 {
    display: flex;
    align-items: flex-end;
    gap: 0.25rem;
    margin-bottom: 1rem;
  }
  .education-service_item h2:before {
    flex: 0 0 auto;
    font-size: 3.5rem;
  }
  .education-service_item h2 span {
    min-width: 0;
    font-size: clamp(1.45rem, 6.5vw, 1.9rem);
    line-height: 1.2;
    overflow-wrap: anywhere;
    transform: translateY(-0.35rem);
  }
  .education-service_item h3 {
    font-size: 1rem;
  }
}
@media print, screen and (min-width: 768px) { /* SP以外 */
  .education-lineup {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-top: 1.5rem;
  }
  .education-lineup .title {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    aspect-ratio: 1 / 1;
    padding: 1.25rem;
  }
}
@media screen and (max-width: 767px) { /* SP */
  .education-lineup {
    margin-top: 1.5rem;
    padding: 1.25rem;
    border: 1px solid rgba(236 108 0 / 0.22);
    border-radius: 0.5rem;
    background: rgba(255 255 255 / 0.75);
    box-shadow: 0px 4px 12px rgba(236, 108, 0, 0.10);
  }
  .education-lineup .title {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0.75rem;
    padding: 0.2rem 0.8rem 0.25rem;
    border-radius: 999px;
    font-size: 1rem;
    line-height: 1.2;
  }
}

@keyframes educationTextMarqueeSp {
  0% {
    background-position-x: 137.5vw;
  }
  100% {
    background-position-x: 0;
  }
}
