@charset "UTF-8";
.is-la {
  display: none !important;
}
@media screen and (min-width: 865px) {
  .is-la {
    display: block !important;
  }
}

.is-md {
  display: none !important;
}
@media screen and (min-width: 601px) and (max-width: 864px) {
  .is-md {
    display: block !important;
  }
}

.is-sm {
  display: none !important;
}
@media screen and (max-width: 864px) {
  .is-sm {
    display: block !important;
  }
}

.is-pc {
  display: none !important;
}
@media screen and (min-width: 600px) {
  .is-pc {
    display: block !important;
  }
}

.is-sp {
  display: none !important;
}
@media screen and (max-width: 864px) {
  .is-sp {
    display: block !important;
  }
}

.fadein {
  opacity: 0;
  -webkit-transform: translate(0, 30px);
          transform: translate(0, 30px);
  -webkit-transition: all 1s;
  transition: all 1s;
}
.fadein.scrollin {
  opacity: 1 !important;
  -webkit-transform: translate(0, 0) !important;
          transform: translate(0, 0) !important;
}

@font-face {
  font-family: "Material Symbols";
  font-style: normal;
  font-display: swap;
  src: url(/recruit/assets/font/font.woff2) format("woff2");
}
.material-symbols {
  font-weight: normal;
  font-style: normal;
  font-size: 1.5em; /* = 24px */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  font-family: "Material Symbols";
}

/* ===================================
	File Name   : top.css
	Description : Base Layout CSS

	Update Description :
	[2024/03/01] 新規作成

====================================== */
/*========== Style Contents ==========

	1. Individual Redefinition
	2.  [Visual] Setting
	3. header [G Navi] Setting
	4.  [First Veiw] Setting
	*. Clear Fix

====================================== */
/*===== ■1. Individual Redefinition =====*/
body {
  background-color: #efeff0;
}

.toppage article,
#article {
  display: block;
  position: relative;
  padding: 30px 0px;
}

.toppage #main_menu_what {
  position: relative;
  margin: 0 auto;
  width: 100%;
  min-width: 1392px;
  padding: 80px calc((100% - 1296px) / 2) 0;
}
.toppage #main_menu_what h2 {
  margin-bottom: 50px;
}
.toppage #top_slider_photo > .box_polygon_white {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  z-index: 1;
}
.toppage #main_menu_works,
.toppage #main_menu_works_style {
  position: relative;
  margin: 0 auto;
  width: 100%;
  min-width: 1392px;
  padding: 80px calc((100% - 1104px) / 2) 0 calc((100% - 1104px) / 2 + 80px);
}
.toppage #main_menu_works .img_woeks {
  width: 70%;
}
.toppage #main_menu_voice {
  position: relative;
  margin: 0 auto;
  width: 100%;
  min-width: 1392px;
  padding: 160px calc((100% - 1104px) / 2) 0;
}
.toppage #main_menu_works_style .img_woeks_style {
  width: 50%;
}

@media only screen and (max-width: 1392px) {
  .toppage #main_menu_works,
  .toppage #main_menu_works_style {
    min-width: auto;
    max-width: none;
    padding: 80px calc((100% - 1104px) / 2) 0 calc((100% - 1104px) / 2 + 80px);
  }
  .toppage #main_menu_voice {
    min-width: auto;
    max-width: none;
    padding: 160px calc((100% - 1104px) / 2) 0;
  }
}
@media only screen and (max-width: 1296px) {
  .toppage #main_menu_what {
    min-width: auto;
    max-width: none;
    padding: 80px 0 0;
  }
  .toppage #main_menu_what .flex2_5050 {
    padding: 0 25px;
  }
}
@media only screen and (max-width: 1154px) {
  .toppage #main_menu_works,
  .toppage #main_menu_works_style {
    padding: 80px 25px 0 105px;
  }
  .toppage #main_menu_voice {
    padding: 160px 25px 0;
  }
}
@media screen and (max-width: 864px) {
  .toppage #main_menu_what {
    padding: 32px 0px 0px;
  }
  .toppage #main_menu_what h2 {
    margin-bottom: 10px;
  }
  .toppage #main_menu_works,
  .toppage #main_menu_works_style {
    padding: 80px 25px 0px 25px;
  }
  .toppage #main_menu_voice {
    padding: 170px 0px 0px;
  }
  .toppage #main_menu_works .img_woeks {
    width: 100%;
  }
}
/*===== ■2.  [Visual] Setting =====*/
#visual {
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
  background: #ffffff;
}
#visual.top_menu {
  padding: 0;
  border-bottom: none;
}
#visual-comment {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
}
#visual-comment:before {
  content: "";
  background: -webkit-gradient(linear, left top, right top, color-stop(30%, rgba(28, 110, 205, 0.3)), color-stop(70%, rgba(28, 110, 205, 0)));
  background: linear-gradient(to right, rgba(28, 110, 205, 0.3) 30%, rgba(28, 110, 205, 0) 70%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  mix-blend-mode: multiply;
  z-index: 9;
}
#visual-comment .catch_copy {
  padding-left: 5%;
  z-index: 10;
}
#visual-comment .catch_copy_line {
  position: absolute;
  top: 50%;
  left: 0;
  width: 0;
  height: 4px;
  background: #ffffff;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#visual-comment .catch_copy_text {
  position: absolute;
  left: 50px;
  color: #ffffff;
  font-size: 3em;
  font-weight: 900;
  letter-spacing: 0.05em;
  white-space: nowrap;
  opacity: 0;
}
#visual-comment .catch_copy_text em,
#visual-comment .catch_copy_text span {
  color: #ffffff;
  display: inline-block;
  -webkit-transform: skewX(-8deg);
          transform: skewX(-8deg);
  -webkit-filter: drop-shadow(2px 2px 4px rgba(3.4849785408, 13.6909871245, 25.5150214592, 0.5));
          filter: drop-shadow(2px 2px 4px rgba(3.4849785408, 13.6909871245, 25.5150214592, 0.5));
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
#visual-comment .catch_copy_text em {
  font-size: 2.5em;
  letter-spacing: -5px;
}
#visual-comment .catch_copy_text span {
  font-size: 2em;
}
#visual-comment .catch_copy_text.__top {
  bottom: 50%;
  margin-bottom: 10px;
}
#visual-comment .catch_copy_text.__bottom {
  top: 50%;
  margin-top: 10px;
}
#visual-comment .catch_copy_text.__sub {
  top: calc(50% + 2.75em);
  left: 295px;
  margin-top: 10px;
  color: transparent;
  opacity: 1;
}
#visual-comment .catch_copy_text.__sub em {
  font-size: 0.75em;
  letter-spacing: 0px;
  font-weight: normal;
  line-height: 1;
  clip-path: inset(0 100% 0 0);
}
#visual-comment .catch_copy_text.__sub:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  background-color: white;
  z-index: 1;
  height: 65%;
  top: 15px;
}
#visual-comment .catch_copy.loaded .catch_copy_line {
  -webkit-animation: drawLine 0.6s cubic-bezier(0.4, 0, 0.2, 1) forwards, fadeLine 0.3s ease-out 2.5s forwards;
          animation: drawLine 0.6s cubic-bezier(0.4, 0, 0.2, 1) forwards, fadeLine 0.3s ease-out 2.5s forwards;
}
#visual-comment .catch_copy.loaded .catch_copy_text.__top {
  -webkit-animation: slideUpSharp 0.8s ease-out 1s forwards, moveDiagonalLeft 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 2.5s forwards;
          animation: slideUpSharp 0.8s ease-out 1s forwards, moveDiagonalLeft 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 2.5s forwards;
  -webkit-animation-fill-mode: forwards, forwards;
          animation-fill-mode: forwards, forwards;
}
#visual-comment .catch_copy.loaded .catch_copy_text.__bottom {
  -webkit-animation: slideDownSharp 0.8s ease-out 1.2s forwards, moveDiagonalRight 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 2.5s forwards;
          animation: slideDownSharp 0.8s ease-out 1.2s forwards, moveDiagonalRight 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 2.5s forwards;
  -webkit-animation-fill-mode: forwards, forwards;
          animation-fill-mode: forwards, forwards;
}
#visual-comment .catch_copy.loaded .catch_copy_text.__sub:before {
  -webkit-animation: boxExpand 0.4s ease-in 2.5s forwards, boxShrink 0.4s ease-out 2.9s forwards;
          animation: boxExpand 0.4s ease-in 2.5s forwards, boxShrink 0.4s ease-out 2.9s forwards;
}
#visual-comment .catch_copy.loaded .catch_copy_text.__sub em {
  -webkit-animation: textReveal 0.4s ease-out 2.9s forwards;
          animation: textReveal 0.4s ease-out 2.9s forwards;
}
#visual #video-container_pc img.img_video {
  position: relative;
  width: 100%;
  border: 2px solid #F5F5F5;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 16/9;
}
#visual #video-container_pc img.img_play {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#visual #video-container_pc .popup {
  display: inline-block;
  position: absolute;
  bottom: 19px;
  right: 24px;
  width: 288px;
  z-index: 10;
  cursor: pointer;
}
#visual #video-container_pc .popup:hover img.img_video {
  border-color: #ffffff;
  -webkit-filter: contrast(120%);
          filter: contrast(120%);
}
#visual #video-container_pc .popup span {
  position: absolute;
  left: 0;
  bottom: 20px;
  right: 0;
  margin: 0 auto;
  text-align: center;
  font-size: 3.5rem;
  font-weight: 700;
  color: #ffffff;
}
@media screen and (max-width: 864px) {
  #visual #visual-container img {
    width: 100%;
    height: 100vh;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

@-webkit-keyframes fadeLine {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fadeLine {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes slideUpSharp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes slideUpSharp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes slideDownSharp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes slideDownSharp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes moveDiagonalLeft {
  0% {
    margin-bottom: 10px;
    left: 50px;
  }
  100% {
    margin-bottom: -0.35em;
    left: 32px;
  }
}
@keyframes moveDiagonalLeft {
  0% {
    margin-bottom: 10px;
    left: 50px;
  }
  100% {
    margin-bottom: -0.35em;
    left: 32px;
  }
}
@-webkit-keyframes moveDiagonalRight {
  0% {
    margin-top: 10px;
    left: 50px;
  }
  100% {
    margin-top: -0.35em;
    left: 68px;
  }
}
@keyframes moveDiagonalRight {
  0% {
    margin-top: 10px;
    left: 50px;
  }
  100% {
    margin-top: -0.35em;
    left: 68px;
  }
}
/* ボックスが右に広がる */
@-webkit-keyframes boxExpand {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
@keyframes boxExpand {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
/* ボックスが左から消える */
@-webkit-keyframes boxShrink {
  from {
    left: 0;
    width: 100%;
  }
  to {
    left: 100%;
    width: 0;
  }
}
@keyframes boxShrink {
  from {
    left: 0;
    width: 100%;
  }
  to {
    left: 100%;
    width: 0;
  }
}
/* 文字が左から表示される */
@-webkit-keyframes textReveal {
  from {
    clip-path: inset(0 100% 0 0);
  }
  to {
    clip-path: inset(0 0 0 0);
  }
}
@keyframes textReveal {
  from {
    clip-path: inset(0 100% 0 0);
  }
  to {
    clip-path: inset(0 0 0 0);
  }
}
#visual-container {
  width: 100%;
  height: 100%;
  position: relative;
}
#visual-container img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#visual-container img.__right {
  -o-object-position: right center;
     object-position: right center;
}
@media screen and (max-width: 864px) {
  #visual-container img.__right {
    -o-object-position: center center;
       object-position: center center;
  }
}
#visual-container img.__center {
  -o-object-position: center center;
     object-position: center center;
}
#visual-container img.__left {
  -o-object-position: left center;
     object-position: left center;
}
@media screen and (max-width: 864px) {
  #visual-container img.__left {
    -o-object-position: center center;
       object-position: center center;
  }
}

@media screen and (max-width: 864px) {
  #visual {
    background: #262520;
  }
  #visual.top_menu {
    /* height: 620px; */
    /* min-height: 100px; */
    border-bottom: 1px solid #484741;
    padding-bottom: 50px;
  }
  #visual #visual-comment {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  #visual #visual-comment:before {
    background: linear-gradient(20deg, rgba(28, 110, 205, 0.3) 20%, rgba(28, 110, 205, 0) 50%);
  }
  #visual #visual-comment .catch_copy {
    font-size: 0.45em;
    margin-bottom: 200px;
    position: relative;
  }
  #visual #visual-comment .catch_copy_text.__sub {
    left: 165px;
    top: calc(50% + 2.4em);
  }
  #visual > #video-container_sp {
    position: absolute;
    bottom: 0px;
    background-color: #262520;
    /* left: 0; */
    width: 100%;
    /* height: 18%; */
    padding: 10px 40px;
    border-bottom: 1px solid #484741;
    z-index: 10;
  }
  #visual > #video-container_sp .popup {
    display: inline-block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #visual #video-container_sp p:first-child {
    text-align: left;
    font-size: 2rem;
    font-weight: 700;
    color: #ffffff;
    line-height: 1.3;
  }
  #visual #video-container_sp p span {
    font-size: 1.5rem;
    margin-right: 10px;
    font-weight: 700;
    color: #ffffff;
    text-decoration: underline;
    border-bottom: 1px solid #676660;
  }
  #visual #video-container_sp p span::after {
    position: absolute;
    left: 9rem;
    content: url("../img/img_video_play_sp.webp");
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  #visual #video-container_sp .popup > div {
    width: 50%;
  }
  #visual #video-container_sp .popup > div.img_video {
    width: 45%;
    min-width: 144px;
    min-height: 42px;
  }
  #visual #video-container_sp .popup > div.img_video img {
    position: relative;
    width: 100%;
    /* height: 50%; */
    min-width: 144px;
    border-radius: 16px;
    border: none;
  }
}
/*===== ■4.  [First Veiw] Setting =====*/
@-webkit-keyframes subcopyAnime {
  0% {
    fill: transparent;
  }
  100% {
    fill: #262520;
  }
}
@keyframes subcopyAnime {
  0% {
    fill: transparent;
  }
  100% {
    fill: #262520;
  }
}
#first_view {
  display: block;
  position: relative;
  margin: 0 auto;
  width: 100%;
  min-width: 1392px;
  padding: 150px calc((100% - 1104px) / 2) 50px;
  background: #ffffff;
}
#first_view .more_page_img img {
  width: 100%;
  min-width: 320px;
  min-height: 180px;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 2/1;
}
#first_view .block2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#first_view .block2 > * {
  width: 50%;
}
#first_view .top_message .svg {
  display: block;
  width: 450px;
  height: 450px;
  margin-top: -30px;
}
@media screen and (max-width: 864px) {
  #first_view .top_message .svg {
    width: 100%;
    max-width: 400px;
    height: auto;
    margin-top: 0px;
  }
}
#first_view .top_message .svg path {
  fill: transparent;
  stroke: #262520;
  stroke-width: 0.5px;
  stroke-dasharray: 1000;
  stroke-dashoffset: 0;
}
#first_view .top_message.active .svg path {
  -webkit-animation: subcopyAnime 1s ease-in forwards;
          animation: subcopyAnime 1s ease-in forwards;
  fill: #262520;
}
#first_view .top_message p {
  position: relative;
  font-size: 3rem;
  font-weight: 600;
  line-height: 2;
}
#first_view .block2 div.texts {
  text-align: center;
}
#first_view .block2 div.texts div {
  display: inline-block;
  text-align: left;
  padding: 0 20px;
}
#first_view .block2 div.texts p {
  font-size: 1.8rem;
  font-weight: 400;
}
#first_view .block2 div.texts p.texts {
  text-align: center;
  display: inline-block;
}
#first_view .block2 div.texts p.texts span {
  text-align: left;
  display: block;
}
#first_view .block2 p.more_page_img {
  text-align: center;
}
#first_view .block2 a.more_page_img {
  position: relative;
  width: 100%;
  display: inline-block;
  padding: 10% 0 5% 2rem;
}
#first_view .block2 a.more_page_img .item1 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
#first_view .block2 a.more_page_img .item2 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
#first_view .block2 a.more_page_img .item3 {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
#first_view .block2 a.more_page_img span {
  padding: 0;
}
#first_view .block2 a.more_page_img > span.more_page_text {
  position: absolute;
  left: 0;
  top: 0;
  text-align: left;
  font-size: 3.5rem;
  line-height: 1.2;
  font-weight: 700;
  color: #262520;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
#first_view .block2 a.more_page_img > span.arrow {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 1.5rem;
  font-weight: 600;
  color: #ffffff;
  padding: 11px 50px 9px 20px;
  border: 1px solid #ffffff;
  border-radius: 50px;
  background: #262520;
  -webkit-transform: translate(0, -5%);
  transform: translate(0, -5%);
}
#first_view .block2 a.more_page_img:hover {
  opacity: 0.9;
}
#first_view .block2 a.more_page_img:hover span.arrow {
  color: #262520;
  background: #ffffff;
  border: 1px solid #262520;
}
#first_view .block2 a.more_page_img:hover span.arrow:before {
  background: #262520;
}
#first_view .block2 a.more_page_img:hover span.arrow:after {
  border-color: #262520;
}

.arrow::before {
  right: 44px;
  width: 12px;
  height: 2px;
  background: #ffffff;
}
.arrow::after {
  right: 45px;
  width: 6px;
  height: 6px;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.arrow::before, .arrow::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
  vertical-align: middle;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  content: "";
}

@media only screen and (max-width: 1392px) {
  #first_view {
    min-width: auto;
    max-width: none;
    padding: 150px calc((100% - 1104px) / 2) 50px;
  }
}
@media only screen and (max-width: 1279px) {
  #first_view {
    padding: 50px 25px;
  }
  #first_view .top_message p {
    font-size: 2.5rem;
  }
  #first_view .block2 div.texts p {
    font-size: 1.5rem;
    font-weight: 400;
  }
}
@media only screen and (max-width: 829px) {
  #first_view .more_page_img img {
    width: 100%;
    min-width: auto;
    min-height: auto;
  }
}
@media only screen and (max-width: 750px) {
  #first_view {
    display: block;
    position: relative;
    padding: 50px 25px;
    background: #ffffff;
  }
  #first_view .block2 > * {
    width: 100%;
    margin-bottom: 50px;
  }
  #first_view .block2 {
    display: block;
  }
  #first_view .block2 div.texts {
    text-align: center;
    margin-bottom: 0;
  }
  #first_view .block2 div.texts div {
    text-align: center;
    padding: 0;
    display: block;
  }
  #first_view .block2 div.texts p {
    font-size: 1.5rem;
    font-weight: bold;
  }
  #first_view .block2 p.more_page_img {
    text-align: left;
  }
  #first_view .block2 a.more_page_img {
    width: 100%;
    margin: 0 5% 0 0;
    padding: 0;
  }
  #first_view .block2 a.more_page_img .item1 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  #first_view .block2 a.more_page_img .item2 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  #first_view .block2 a.more_page_img .item3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  #first_view .block2 p.more_page_img img {
    width: 50%;
    min-width: 160px;
    min-height: 120px;
    -o-object-fit: cover;
       object-fit: cover;
    aspect-ratio: 4/3;
  }
  #first_view .block2 a.more_page_img span.more_page_text {
    left: calc(50% + 20px);
    top: 5%;
    font-size: 2.5rem;
    color: #262520;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  #first_view .block2 a.more_page_img span.arrow {
    left: calc(50% + 20px);
    bottom: 0;
    font-size: 1.5rem;
    font-weight: 600;
    color: #262520;
    padding: 10px 0px;
    border: none;
    border-radius: 0;
    background: transparent;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  #first_view .block2 a.more_page_img > span.arrow {
    position: absolute;
    right: 0;
    padding: 3% 0;
  }
  .arrow::before {
    background: #262520;
  }
  .arrow::after {
    border-top: 2px solid #262520;
    border-right: 2px solid #262520;
  }
  .arrow::before, .arrow::after {
    left: 70%;
  }
  .toppage .footer_copyright {
    padding-bottom: 70px;
  }
}
@-webkit-keyframes drawLine {
  0% {
    width: 0;
  }
  100% {
    width: var(--line-width, 500px);
  }
}
@keyframes drawLine {
  0% {
    width: 0;
  }
  100% {
    width: var(--line-width, 500px);
  }
}
@media screen and (max-width: 864px) {
  #movie .h2.main_title span:first-child,
  #movie h2.main_title.fsmall span:first-child {
    font-size: 6rem;
    letter-spacing: -2px;
  }
}
#movie .box_polygon_white {
  width: auto;
  padding: 0 20px;
}
#movie .location_movie {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 864px) {
  #movie .location_movie {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #movie .location_movie > * {
    width: 100%;
  }
}
@media screen and (min-width: 865px) {
  #movie .location_movie > .text {
    width: 30em;
  }
}
#movie .location_movie_inner {
  border: 2px solid #262520;
  border-radius: 1em;
  overflow: hidden;
  background-color: #262520;
}
@media screen and (min-width: 865px) {
  #movie .location_movie_inner {
    width: calc(100% - 30em);
    margin-top: -50px;
  }
}
#movie .location_movie iframe {
  display: block;
  aspect-ratio: 16/9;
  max-width: 100%;
  width: 100%;
}

@media screen and (max-width: 864px) {
  body:has(.__internship) #visual {
    height: calc(100dvh - 80px);
  }
  body:has(.__internship) #visual #visual-container img {
    height: calc(100dvh - 81px);
  }
  body:has(.__internship) #visual #visual-comment {
    top: -120px;
  }
}