@import"https://fonts.googleapis.com/css2?family=Inter:wght@600&family=Noto+Sans+JP:wght@400;500;700&display=swap";

body {
  font-family: "Noto Sans JP", sans-serif
}

header {
  padding: 20px
}

.copyright {
  margin: 0;
  background-color: #707070
}

._ex_sp_hide {
  display: block
}

._ex_pc_hide {
  display: none
}

.extend {
  font-size: 1.4rem
}

.extend a {
  color: #000
}

.extend h2 {
  font-size: 1.5rem
}

.extend h2 ._en {
  display: inline-block;
  margin-right: 20px;
  font-size: 7rem;
  font-family: "Inter", sans-serif;
  font-weight: 600
}

.extend .container {
  max-width: 1166px
}

.extend_header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap
}

.extend_header_logo {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  flex-wrap: nowrap;
  max-width: 330px;
  width: 100%
}

.extend_header_logo a {
  display: block;
  width: 206px;
  margin-right: 15px
}

.extend_header_logo span {
  font-size: 1.4rem;
  margin-bottom: 10px;
  white-space: nowrap;
  font-weight: 500
}

.extend_header_buttons {
  flex-grow: 1
}

.extend_header_buttons._header ul {
  justify-content: flex-end
}

.extend_header_buttons._footer {
  padding-top: 110px;
  padding-bottom: 110px;
  background-image: url(../images/footer.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat
}

.extend_header_buttons._footer ul {
  justify-content: center
}

.extend_header_buttons._footer li {
  margin-right: 30px;
  margin-left: 30px
}

.extend_header_buttons._footer li a {
  min-width: 347px;
  padding-top: 20px;
  padding-bottom: 20px
}

.extend_header_buttons ul {
  display: flex;
  align-items: center
}

.extend_header_buttons li {
  margin-left: 20px
}

.extend_header_buttons li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 206px;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #fff;
  background-color: #000
}

.extend_header_buttons li a:hover {
  background-color: #707070
}

.extend_nav {
  position: relative;
  z-index: 201;
  background-color: #000;
  color: #fff
}

.extend_nav a {
  display: block;
  color: #fff;
  white-space: nowrap
}

.extend_nav ._hover {
  display: inline-block;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 18px;
  padding-right: 18px
}

.extend_nav ._hover::after {
  content: "";
  display: block;
  width: 0;
  height: 1px;
  background-color: #fff;
  opacity: 0;
  transition-duration: .3s;
  transform-origin: center;
  transition-property: width opacity
}

.extend_nav ._hover:hover::after {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  opacity: 1
}

.extend_nav ul {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: nowrap
}

.extend_nav ul ul {
  justify-content: flex-start;
  flex-direction: column
}

.extend_nav li {
  position: relative
}

.extend_nav li ul {
  display: none;
  position: absolute
}

.extend_nav li li {
  min-width: 154px;
  background-color: #464545;
  border-bottom: 1px solid #606060
}

.extend_nav li:hover ul {
  display: block
}

.extend_footer {
  background-color: #000;
  color: #fff
}

.extend_footer .container {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: nowrap;
  padding-top: 60px
}

.extend_footer ._footer {
  margin-top: 45px
}

.extend_footer ._footer a {
  color: #fff;
  font-size: 1.2rem
}

.extend_footer ._footer .extend_footer_show {
  display: list-item
}

.extend_footer ._footer .extend_footer_show::after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 11px;
  background-image: url(../images/icon_blank.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center
}

.extend_footer_logo span {
  display: block;
  text-align: right;
  font-size: 1.4rem
}

.extend_footer_mdhd {
  flex-shrink: 0;
  font-size: 1.4rem
}

.extend_footer_mdhd p {
  margin-top: 15px
}

.extend_footer_show {
  display: none
}

.extend_footer_nav {
  width: 60%
}

.extend_footer_nav a {
  color: #fff
}

.extend_footer_nav ul {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  background-color: #000;
  font-size: 1.4rem;
  font-weight: 500
}

.extend_footer_nav ul li {
  max-width: 200px;
  margin-left: 40px
}

.extend_footer_nav ul ul {
  display: block;
  margin-top: 18px;
  padding-bottom: 50px;
  font-size: 1.2rem;
  font-weight: 400
}

.extend_footer_nav ul ul li {
  margin-top: 5px;
  margin-left: 0
}

.extend_button {
  margin-top: 50px;
  text-align: center
}

.extend_button a {
  position: relative;
  display: inline-block;
  width: 347px;
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
  background-color: #000;
  color: #fff;
  text-align: center
}

.extend_button a::before,
.extend_button a::after {
  display: block;
  position: absolute;
  content: "";
  height: 1px;
  background-color: #fff;
  width: 27px;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 0
}

.extend_button a::after {
  right: -27px;
  background-color: #000
}

.extend_button a:hover {
  background-color: #707070
}

.extend_carousel {
  position: relative;
  width: 100%;
  height: 618px;
  background-color: #aaa
}

.extend_carousel ._catchcopy {
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
  text-shadow: 2px 2px 6px #000;
  color: #fff;
  font-size: 3rem
}

.extend_carousel ._catchcopy img {
  filter: drop-shadow(3px 3px 20px #000)
}

.extend_carousel ._image {
  width: 100%;
  height: 618px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center
}

.extend_news {
  margin-top: 90px
}

.extend_news ul {
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  border-top: 1px solid #e0e1e3
}

.extend_news li {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: nowrap;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid #e0e1e3
}

.extend_news li time {
  display: block;
  flex-shrink: 0;
  margin-right: 60px
}

.extend_cards {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap
}

.extend_cards::after {
  content: "";
  display: block;
  width: 31%;
  height: 1px
}

.extend_works {
  margin-top: 70px
}

.extend_works li {
  display: block;
  width: 31%;
  height: auto;
  margin-top: 30px
}

.extend_works li figure {
  position: relative
}

.extend_works li figcaption {
  position: absolute;
  right: 25px;
  bottom: 20px;
  font-size: 1.8rem;
  color: #fff
}

.extend_company,
.extend_interview {
  margin-top: 110px
}

.extend_company ul,
.extend_interview ul {
  justify-content: center
}

.extend_company ul::after,
.extend_interview ul::after {
  content: "";
  display: block;
  width: 41%;
  height: 1px;
  margin-left: 10px;
  margin-right: 10px
}

.extend_company li,
.extend_interview li {
  position: relative;
  width: 41%;
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 30px
}

.extend_company li figure,
.extend_interview li figure {
  max-width: 392px
}

.extend_company .extend_button,
.extend_interview .extend_button {
  margin-top: -20px;
  text-align: right
}

.extend_company .extend_button a,
.extend_interview .extend_button a {
  margin-right: 27px
}

.extend_environment {
  margin-top: 110px
}

.extend_environment li {
  display: block;
  width: 31%;
  height: auto;
  margin-top: 30px
}

.extend_environment li figure {
  position: relative
}

.extend_environment li figcaption {
  position: absolute;
  right: 25px;
  bottom: 20px;
  font-size: 1.8rem;
  color: #fff
}

.extend_message {
  margin-top: 130px
}

.extend_message ._content {
  display: inline-block
}

.extend_message .extend_button {
  text-align: right
}

.extend_message .extend_button a {
  margin-right: 27px
}

.extend_message h2 {
  padding-top: 20px
}

.extend_interview {
  margin-top: 90px
}

.extend_to_top {
  position: absolute;
  top: -28px;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 57px;
  height: 57px;
  border: 1px solid #fff;
  border-radius: 50vw;
  background-color: #000;
  cursor: pointer
}

.extend_qanchor {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-bottom: 60px
}

.extend_qanchor li {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 20px;
  white-space: nowrap;
  border: 1px solid #000
}

.extend_qanchor li::after {
  content: "";
  position: absolute;
  z-index: -1;
  width: 3rem;
  height: 1rem;
  right: 2rem;
  transform: skewX(30deg);
  border-bottom: 1px solid #000;
  border-right: 1px solid #000
}

.extend_qanchor a {
  display: block;
  min-width: 25rem;
  padding: .8rem 2rem;
  color: #000;
  font-size: 2.2rem
}

.ex_movie_index .acms-admin-label {
  font-size: .8em
}

.ex_movie_index .acms-admin-label-ex {
  color: #fff;
  background-color: #556
}

.ex_movie_index .acms-admin-label-ex a {
  color: #fff
}

.ex_movie_index .acms-admin-label-current {
  color: #fff;
  background-color: #ff8c00
}

.ex_movie_tags {
  display: flex;
  flex-wrap: nowrap;
  border-radius: 4px;
  background-color: #eee;
  line-height: 1
}

.ex_movie_tags .acms-admin-label {
  font-size: 1em;
  margin-top: .5em;
  margin-left: .2em;
  margin-right: .2em
}

.ex_movie_tags_title {
  flex-shrink: 0;
  padding: 2em;
  font-size: 1.2em;
  font-weight: bold;
  border-right: 1px solid #fff
}

.ex_movie_tags_list {
  padding: 2em
}

.ex_movie_card {
  margin-top: 2em
}

.ex_movie_card button {
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  border: 0;
  background-color: #ddd
}

.ex_movie_card button::after {
  content: "";
  position: absolute;
  z-index: 1;
  width: 50px;
  height: 50px;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: 100%;
  background-color: #222;
  opacity: .6
}

.ex_movie_card button::before {
  content: "";
  position: absolute;
  z-index: 2;
  width: 0px;
  height: 0px;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border-style: solid;
  border-width: 12px 0 12px 20px;
  border-color: transparent transparent transparent #fff;
  transform: rotate(0deg);
  transform: translateX(2px)
}

@media screen and (max-width: 768px) {
  body._openmenu .extend_nav {
    transform: translateX(0);
    z-index: 201
  }

  body._openmenu .extend_header_hamburger::before,
  body._openmenu .extend_header_hamburger::after {
    height: 2px;
    margin: auto;
    background-color: #fff
  }

  body._openmenu .extend_header_hamburger::before {
    width: 23px;
    transform: rotate(45deg);
    margin-top: auto
  }

  body._openmenu .extend_header_hamburger::after {
    width: 23px;
    transform: rotate(-45deg);
    margin-bottom: auto
  }

  .main_wrapper {
    margin-top: 56px
  }

  header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 200;
    padding: 14px
  }

  ._ex_sp_hide {
    display: none
  }

  ._ex_pc_hide {
    display: block
  }

  .extend h2 {
    font-size: 1rem
  }

  .extend h2 ._en {
    margin-right: 10px;
    font-size: 3.2rem
  }

  .extend .container {
    max-width: inherit;
    padding-left: 20px;
    padding-right: 20px
  }

  .extend_header_logo {
    max-width: 210px
  }

  .extend_header_logo span {
    font-size: .9rem;
    margin-bottom: 5px
  }

  .extend_header_hamburger {
    position: absolute;
    width: 57px;
    height: 57px;
    display: block;
    background-color: #000;
    top: 0;
    right: 0
  }

  .extend_header_hamburger::before,
  .extend_header_hamburger::after {
    content: "";
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    margin: auto;
    background-color: #fff;
    transition-duration: .3s;
    transition-property: transform width margin;
    transform-origin: center
  }

  .extend_header_hamburger::before {
    width: 23px;
    margin-top: 24px
  }

  .extend_header_hamburger::after {
    width: 13px;
    transform: translateX(4px);
    margin-bottom: 24px
  }

  .extend_header_buttons {
    display: none
  }

  .extend_header_buttons._footer {
    display: block;
    padding-top: 65px;
    padding-bottom: 65px
  }

  .extend_header_buttons._footer ul {
    flex-direction: column
  }

  .extend_header_buttons._footer li {
    margin-top: 17px;
    margin-bottom: 17px
  }

  .extend_nav {
    position: fixed;
    z-index: 200;
    width: 100%;
    height: calc(100vh - 57px);
    top: 57px;
    overflow-y: scroll;
    transform: translateX(100vw);
    transition-property: transform;
    transition-duration: .3s
  }

  .extend_nav ._hover::after {
    transition: none
  }

  .extend_nav ._hover:hover::after {
    opacity: 0
  }

  .extend_nav ul {
    flex-direction: column
  }

  .extend_nav li {
    width: 100%;
    border-bottom: 1px solid #7e7e7e
  }

  .extend_nav li ul {
    display: block;
    position: static
  }

  .extend_nav li ul::before {
    content: "";
    position: absolute;
    right: 15px;
    top: 30px;
    width: 13px;
    height: 1px;
    background-color: #fff
  }

  .extend_nav li li {
    max-width: inherit;
    background-color: #606060;
    border-bottom: 1px solid #7e7e7e
  }

  .extend_nav li li:last-of-type {
    border-bottom: 0
  }

  .extend_nav ._buttons {
    margin-top: 10px;
    margin-left: 20px;
    margin-bottom: 40px
  }

  .extend_nav ._buttons li {
    width: 165px;
    margin-top: 20px;
    border: 1px solid #fff
  }

  .extend_nav ._buttons li a {
    display: block;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px
  }

  .extend_footer .container {
    display: block
  }

  .extend_footer ._footer {
    display: none
  }

  .extend_footer_logo {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: inherit;
    margin-left: auto;
    margin-right: auto
  }

  .extend_footer_logo img {
    margin-right: 15px
  }

  .extend_footer_logo span {
    font-size: 1.4rem
  }

  .extend_footer_mdhd {
    margin-left: 20px;
    margin-right: 20px;
    padding-top: 70px;
    padding-bottom: 70px
  }

  .extend_footer_show {
    display: none
  }

  .extend_footer_nav {
    width: 100%;
    margin-top: 40px
  }

  .extend_footer_nav a {
    color: #fff
  }

  .extend_footer_nav ul li {
    width: calc(50% - 20px);
    margin-left: 20px
  }

  .extend_footer_nav ul ul {
    display: block;
    margin-top: 18px;
    padding-bottom: 50px;
    font-size: 1.2rem;
    font-weight: 400
  }

  .extend_footer_nav ul ul li {
    width: 100%;
    margin-top: 5px;
    margin-left: 0
  }

  .extend_button {
    margin-top: 30px
  }

  .extend_button a {
    min-width: 151px;
    width: inherit;
    padding-top: 15px;
    padding-bottom: 15px
  }

  .extend_button a::before,
  .extend_button a::after {
    width: 20px
  }

  .extend_button a::after {
    right: -20px
  }

  .extend_carousel ._catchcopy {
    left: 0;
    right: 0;
    width: calc(100% - 40px);
    margin-left: auto;
    margin-right: auto;
    font-size: 1.6rem
  }

  .extend_news {
    margin-top: 35px
  }

  .extend_news ul {
    max-width: 100%;
    border-top: 0
  }

  .extend_news li {
    display: block;
    padding-left: 0;
    padding-right: 0;
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #e0e1e3
  }

  .extend_news li time {
    display: block;
    flex-shrink: 0;
    margin-right: 60px
  }

  .extend_cards {
    flex-direction: column
  }

  .extend_cards::after {
    display: none
  }

  .extend_works {
    margin-top: 50px
  }

  .extend_works li {
    width: 100%
  }

  .extend_company,
  .extend_interview {
    margin-top: 50px
  }

  .extend_company ul,
  .extend_interview ul {
    justify-content: center
  }

  .extend_company ul::after,
  .extend_interview ul::after {
    display: none
  }

  .extend_company li,
  .extend_interview li {
    width: 100%;
    padding: 0
  }

  .extend_company li figure,
  .extend_interview li figure {
    max-width: 78vw;
    margin-left: -20px
  }

  .extend_company .extend_button,
  .extend_interview .extend_button {
    margin-top: -20px;
    text-align: right
  }

  .extend_company .extend_button a,
  .extend_interview .extend_button a {
    width: 56vw;
    margin-right: 27px
  }

  .extend_environment {
    margin-top: 50px
  }

  .extend_environment li {
    width: 100%
  }

  .extend_message {
    position: relative;
    margin-top: 50px;
    height: inherit;
    min-height: 390px
  }

  .extend_message ._content {
    display: block
  }

  .extend_message .extend_button {
    margin-top: 250px;
    text-align: left
  }

  .extend_message .extend_button a {
    width: 220px;
    margin-right: inherit
  }

  .extend_message h2 {
    padding-top: 0
  }

  .extend_message picture {
    display: block;
    margin-top: 20px
  }

  .extend_qanchor {
    margin-bottom: 0
  }

  .extend_anchor {
    padding-top: 60px
  }
}

/* 2025/10/06 追記分 */
.extend_footer_logo {
  width: 300px;
}
.extend_footer_logo span {
  margin-top: -3.4rem;
}
.extend_footer_mdhd {
  width: 31%;
}
.extend_footer .container {
  padding-bottom: 30px;
}
.extend_footer_nav {
  margin-top: 3rem;
}
.extend_footer_title01 {
  font-size: 1.8rem;
  letter-spacing: 0.02em;
  font-weight: bold;
  padding-left: 1.6rem;
}
@media screen and (max-width: 768px) { 

  .extend_footer_logo span {
    width: 28rem;
  }
  .extend_footer_mdhd {
    width: auto;
  }
  .extend_footer_logo {
    display: block;
  }
  .extend_footer .container {
  padding-bottom: 10px;

}
  .extend_footer_nav {
    margin-top: 40px;
  }
}
/*# sourceMappingURL=extend.css.map */