@-webkit-keyframes icon-down-forward {
  0% {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
  25% {
    -webkit-transform: translateY(75%);
            transform: translateY(75%);
    opacity: 0;
  }
  25.1% {
    -webkit-transform: translateY(-75%);
            transform: translateY(-75%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0);
            transform: translate(0);
    opacity: 1;
  }
}

@keyframes icon-down-forward {
  0% {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
  25% {
    -webkit-transform: translateY(75%);
            transform: translateY(75%);
    opacity: 0;
  }
  25.1% {
    -webkit-transform: translateY(-75%);
            transform: translateY(-75%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0);
            transform: translate(0);
    opacity: 1;
  }
}

.l-movie {
  margin-top: 16rem;
}

.l-movie_container {
  padding: 6.4rem 8.6rem 8.6rem;
  background-color: var(--colorGray95);
}

.l-movie_container_txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4rem;
}

.l-movie_container_video_wrapper {
  position: relative;
  aspect-ratio: 16/9;
  width: 100%;
  height: auto;
  margin-top: 6.4rem;
  cursor: pointer;
}

.l-movie_container_video_wrapper>div {
  height: 100%;
}

.l-movie_container_video_wrapper iframe {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.l-movie_container_video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.l-movie_container_video_icon {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 5.6rem;
  translate: -50% -50%;
}

.l-anchors {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 16rem;
  gap: 4rem;
}

.l-anchors_item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.l-anchors_item_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 3.2rem;
  gap: 2rem;
  border-bottom: 1px solid currentColor;
}

.l-anchors_item_link_icon {
  display: block;
  width: 1.8rem;
}

.l-mission {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 102.2rem;
  margin-inline: auto;
  padding-top: 20rem;
  gap: 9.6rem;
}

.l-mission_ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 24.8rem;
  margin-top: .8rem;
  gap: 1.1rem;
}

.l-mission_ttl_en {
  text-transform: uppercase;
}

.l-mission_txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.l-mission_txt_lead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 3.2rem;
  gap: 1.2rem;
  font-weight: var(--weightMedium);
  font-size: 3.6rem;
  line-height: 1.6;
  font-family: "Shippori Mincho","Helvetica Neue",arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",meiryo,sans-serif;
  letter-spacing: 0;
  letter-spacing: 0em;
}

.l-mission_txt_lead_bracket {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 1rem;
  stroke: currentColor;
}

.l-mission_txt_lead_bracket.is-left {
  margin-bottom: auto;
}

.l-mission_txt_lead_bracket.is-right {
  margin-top: auto;
}

.l-philosophy {
  max-width: 102.2rem;
  padding-top: 24rem;
}

.l-philosophy_head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-inline: auto;
  gap: 9.6rem;
}

.l-philosophy_head_ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 24.8rem;
  margin-top: .8rem;
  gap: 1.1rem;
}

.l-philosophy_head_ttl_en {
  text-transform: uppercase;
}

.l-philosophy_head_txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.l-philosophy_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 12rem;
  gap: 10.4rem;
}

.l-philosophy_list_item.is-short {
  padding-bottom: 9.6rem;
}

.l-message {
  margin-top: 24rem;
  padding-block: 20rem;
  background-color: var(--colorGray95);
}

.l-message_inner {
  max-width: 102.2rem;
  margin: auto;
}

.l-message_head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 9.6rem;
}

.l-message_head_txt {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 33.4rem;
}

.l-message_head_txt_ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 14rem;
  gap: 1.1rem;
}

.l-message_head_txt_ttl_en {
  text-transform: uppercase;
}

.l-message_head_txt_lead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.2rem;
  font-weight: var(--weightMedium);
  font-size: 3.6rem;
  line-height: 1.6;
  font-family: "Shippori Mincho","Helvetica Neue",arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",meiryo,sans-serif;
  letter-spacing: 0;
  letter-spacing: 0em;
}

.l-message_head_txt_lead_bracket {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 1rem;
  stroke: currentColor;
}

.l-message_head_txt_lead_bracket.is-left {
  margin-bottom: auto;
}

.l-message_head_txt_lead_bracket.is-right {
  margin-top: auto;
}

.l-message_head_img {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: calc(50% - 50vw);
}

.l-message_paragraph {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 10.4rem;
  gap: 2em;
}

.l-message_paragraph:first-of-type {
  margin-top: 20rem;
}

.l-message_paragraph:last-of-type {
  margin-bottom: initial;
}

.l-message_btn {
  --btnBorder: currentColor;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 41.5rem;
  height: 8rem;
  margin-top: 10.4rem;
  padding: 2rem 2rem 2rem;
  gap: .8rem;
}

.l-message_btn_txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.l-message_btn_txt span {
  display: block;
  width: 100%;
  text-align: center;
}

.l-message_btn_icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 1.2rem;
}

@media screen and (max-width: 48em) {
  .l-movie {
    margin-top: 8rem;
    padding-inline: initial;
  }
  .l-movie_container {
    padding: 4rem 2rem;
  }
  .l-movie_container_txt {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.6rem;
  }
  .l-movie_container_video_wrapper {
    width: 100%;
    margin-top: 3.2rem;
  }
  .l-anchors {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 8.2rem;
    gap: 3.2rem;
  }
  .l-mission {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 12rem;
    gap: 4rem;
  }
  .l-mission_ttl {
    margin-top: initial;
    gap: .8rem;
  }
  .l-mission_txt_lead {
    font-size: 2.8rem;
  }
  .l-mission_txt_lead_txt {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding-block: 1rem;
  }
  .l-philosophy {
    padding-top: 12rem;
  }
  .l-philosophy_head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 4rem;
  }
  .l-philosophy_head_ttl {
    margin-top: initial;
    gap: .8rem;
  }
  .l-philosophy_list {
    margin-top: 5.6rem;
    gap: 5.6rem;
  }
  .l-philosophy_list_item.is-short {
    padding-bottom: 5.6rem;
  }
  .l-message {
    margin-top: 12rem;
    padding-block: 8rem;
  }
  .l-message_head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 4rem;
  }
  .l-message_head_txt_ttl {
    margin-bottom: 4rem;
    gap: .8rem;
  }
  .l-message_head_txt_lead {
    font-size: 2.8rem;
  }
  .l-message_head_txt_lead_txt {
    padding-block: .1rem;
  }
  .l-message_head_img {
    width: 100vw;
    margin-right: initial;
    margin-inline: calc(50% - 50vw);
  }
  .l-message_paragraph {
    margin-bottom: 5.6rem;
  }
  .l-message_paragraph:first-of-type {
    margin-top: 8rem;
  }
  .l-message_btn {
    width: 100%;
    height: 6rem;
    margin-top: 5.6rem;
  }
}

@media (hover: hover) {
  .l-anchors_item_link:hover .l-anchors_item_link_icon:has(path) path,.l-anchors_item_link:hover .l-anchors_item_link_icon:has(path) line {
    -webkit-animation: icon-down-forward var(--defaultAnime) forwards;
            animation: icon-down-forward var(--defaultAnime) forwards;
  }
  .l-anchors_item_link:hover .l-anchors_item_link_icon:not(:has(path)) svg {
    -webkit-animation: icon-down-forward var(--defaultAnime) forwards;
            animation: icon-down-forward var(--defaultAnime) forwards;
  }
}
