.slide-mv {
  position: relative;
}

.is-sp {
  display: none;
}

.is-pc {
  display: block;
}

svg.line-first {
  display: none !important;
  visibility: hidden;
  width: 0 !important;
  height: 0 !important;
  overflow: hidden;
}

.slide-mv #mv-copy {
  position: absolute;
  /* top: 38%; */
  /* left: -2%; */
    top: 48%;
  left: 2%;
  max-width: 512px;
  width: 36.5714286vw;
  z-index: var(--z-index-mv-svg);
}

.slide-mv .top-mv {
  z-index: var(--z-index-mv);
  margin-top: 60px;
  min-height: 100dvh;
  overflow: clip;
}

.slide-mv .top-mv img {
  width: 100%;
}

.slide-mv .top-mv .slick-list img {
  transition: 50s transform;
}

.slide-mv .top-mv .slick-list .slick-active img {
  transform: scale(1.1, 1.1);
  transition: 10s transform;
}

#test_home #large-strong-link {
  margin-top: 40px;
  text-align: center;
}

#test_home #large-strong-link a {
  display: inline-block;
  font-size: 1.1875rem;
  color: #c1181f;
  text-decoration: none;
  border-bottom: #c1181f 1px;
  border-bottom: 1px solid #c1181f;
}

#test_home #collage-link-area {
  position: relative;
  width: 100%;
  margin-top: 58px;
}

#test_home #collage-link-area img {
  width: 100%;
}

#test_home #collage-link-area>svg {
  position: absolute;
  width: 256.017px;
  height: 256.017px;
}

#test_home #collage-link-area>svg.line-first {
  top: -130px;
  left: -100px;
}

#test_home #collage-link-area>svg.line-second {
  top: 80%;
  right: -40px;
}

#test_home #collage-link-area>#business-link {
  top: 30%;
  left: 30%;
}

#test_home #collage-link-area>#company-link {
  top: 30%;
  right: 33%;
}

.triangle-link {
  display: inline-block;
  position: absolute;
  text-decoration: none;
  font-weight: bold;
  color: #141940;
  letter-spacing: -0.02em;
  text-shadow: 3px 2px 3px rgba(0, 0, 0, 0.16);
  transition: transform 0.4s;
}

.triangle-link:hover {
  color: var(--color-red);
  text-decoration: none;
}

.triangle-link svg.triangle-sp {
  display: none;
}

.triangle-link>svg.triangle-pc {
  display: block;
  position: absolute;
  top: -45px;
  left: 105px;
  width: 84.851px;
  height: 69.522px;
}

.triangle-link .triangle-link__en {
  display: inline-block;
  font-family: Arial;
  font-size: 2.625rem;
  line-height: normal;
}

.triangle-link .triangle-link__title {
  display: block;
  font-weight: 600;
  margin-bottom: 15px;
}

.triangle-link:hover svg.triangle-pc * {
  transition: transform 0.4s;
}

.triangle-link svg.triangle-pc * {
  transition: transform 0.4s;
}

.triangle-link:hover svg.triangle-pc g#triangle-1 path {
  transform: translate(-34.962px, -18.741px);
}

.triangle-link:hover svg.triangle-pc path#triangle-4 {
  transform: translate(-30.371px, -16.741px);
}

.triangle-link:hover svg.triangle-pc g#triangle-5 path#triangle-5-1 {
  transform: translate(-48.73px, -24.343px);
}

.triangle-link:hover svg.triangle-pc g#triangle-5 path#triangle-5-2 {
  transform: translate(-0.213px, 0px);
}

.triangle-link:hover svg.triangle-pc g#triangle-5 path#triangle-5-4 {
  transform: translate(-33.601px, -52.88px);
}

#test_home #company-message-area {
  position: relative;
  width: 100%;
  padding-bottom: 63px;
  /*background-repeat: no-repeat;
  background-size: cover; */
  background-image: url(../img/cmn/earth.png);
  background-position: center -350px;
  background-repeat: no-repeat;
}

#test_home #company-message-area h1 {
  font-size: 2.25rem;
  text-align: center;
  padding-top: 135px;
  color: var(--color-secondary);
}

#test_home #company-message-area>p {
  font-size: 1rem;
  width: 60%;
  margin: auto;
  margin-top: 33px;
  color: var(--color-text);
  line-height: 2.25;
  letter-spacing: 0.8px;
  text-align: center;
}

#test_home #company-message-area .text_wrapper {
  position: relative;
  width: 77.1428571%;
  margin: 157px auto 0;
  padding: 50px 0 65px 168px;
  background: right no-repeat url("../img/top/text_wrapper_bg.jpg");
  background-size: cover;
}

@media (max-width: 1300px) {
  #test_home #company-message-area .text_wrapper {
    background-position-x: calc(-180/1300*100vw);
  }
}

#test_home #company-message-area .text_wrapper:before {
  position: absolute;
  bottom: -125px;
  left: -90px;
  content: "";
  display: block;
  width: 238px;
  height: 647px;
  background: center no-repeat url("../img/top/text_wrapper__before_img.png");
  background-size: cover;
}

#test_home #company-message-area .text_wrapper .is-pc {
  display: block;
}

#test_home #company-message-area .text_wrapper .is-sp {
  display: none;
}

#test_home #company-message-area .text_wrapper * {
  position: relative;
  z-index: 1;
  margin-left: 0;
}

#test_home #company-message-area .text_wrapper .text_large {
  margin-bottom: 18px;
  font-size: 36px;
  font-weight: 500;
  line-height: 1.472222222;
  text-align: left;
}

#office-area {
  position: relative;
  width: 100%;
  padding-bottom: 5%;
}

#test_home #office-area>img {
  position: relative;
  top: 0px;
  left: -80px;
}

#office-area .office-text {
  position: absolute;
  left: 55%;
  top: 10%;
}

@media (max-width:1240px) {
  #office-area .office-text {
    top: 1%;
  }

}

#test_home #office-area .office-text .more_btn {
  margin-top: 5%;
}

#office-area p {
  font-size: 1rem;
  color: var(--color-text);
  font-weight: normal;
  line-height: 2.25;
  letter-spacing: 0.8px;
  margin-top: 5%;
}

#test_home #office-area .point__list li {
  position: absolute;
  font-size: 0;
  width: 0.9523809524%;
}

#test_home #office-area .point__list li:nth-child(1) {
  top: 150px;
  left: 120px;
}

#test_home #office-area .point__list li:nth-child(2) {
  top: 165px;
  left: 690px;
}

#test_home #office-area .point__list li:nth-child(3) {
  top: 190px;
  left: 642px;
}

#test_home #office-area .point__list li:nth-child(4) {
  top: 209px;
  left: 592px;
}

#test_home #office-area .point__list li:nth-child(5) {
  top: 233px;
  left: 625px;
}

#test_home #office-area .point__list li:nth-child(6) {
  top: 281px;
  left: 635px;
}

#test_home #office-area .point__list li .map-pointer span {
  position: relative;
  display: block;
  padding-bottom: 100%;
  background: linear-gradient(to left, #0434da, #0486db);
  box-shadow: 2px 2px 5px rgba(4, 134, 219, 0.5);
}

#test_home #office-area .point__list li .map-pointer:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 20px #0486db;
}

#test_home #office-area .point__list li .map-pointer span:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  border: 1px solid #0434da;
  transform: translate(-50%, -50%);
  -webkit-animation: activePtLine 2s ease-out 1s infinite;
  animation: activePtLine 2s ease-out 1s infinite;
}

@-webkit-keyframes activePtLine {
  0% {
    width: 100%;
    height: 100%;
    opacity: 1;
  }

  100% {
    width: 300%;
    height: 300%;
    opacity: 0;
  }
}

@keyframes activePtLine {
  0% {
    width: 100%;
    height: 100%;
    opacity: 1;
  }

  100% {
    width: 300%;
    height: 300%;
    opacity: 0;
  }
}

#interview-area,
#schedule-area {
  /* position: relative; */
  width: 100%;
  /* height: 590px; */
  text-align: center;
  margin-top: 5%;
}

button#page-top-button {
  position: fixed;
  right: 10px;
  bottom: 100px;
  display: none;
  background: rgba(0, 0, 0, 0);
  border: none;
}

#test_home #interview-area .interview-background {
  position: absolute;
  top: 120px;
  left: -70px;
  right: 0;
  margin: auto;
  width: 1010px;
}

#test_home #interview-area>svg {
  position: absolute;
  width: 256.017px;
  height: 256.017px;
}

#test_home #interview-area>svg.line-first {
  top: -190px;
  left: -155px;
}

#interview-area>h2,
#schedule-area>h2,
#movie-area>h2,
#news-area>h2,
.title {
  text-align: left;
  margin-left: 15%;
  text-decoration: none;
  font-weight: bold;
  color: #141940;
  letter-spacing: -0.02em;
  text-shadow: 3px 2px 3px rgba(0, 0, 0, 0.16);
  transition: transform 0.4s;
}

#office-area .title {
  margin-left: 0;
}

#business-area .title {
  background: linear-gradient(to bottom, #fff 0%, #fff 50%, #f4f8fd 50%, #f4f8fd 100%);
  padding-left: 20%;
  margin-bottom: 3%;
  margin-left: 0;
}

#interview-area>h2,
#schedule-area>h2 {
  margin-left: 5%;
}

#movie-area .title,
#news-area .title {
  padding-left: 5%;
  margin-bottom: 0%;
  background: linear-gradient(to top, transparent 50%, #FFF 50%);
  margin-left: 0;
}

#interview-area>#interview-link,
#schedule-area>#case-link {
  /* left: 110px; */
  /* top: -15px; */
  /* text-align: left; */
  position: static !important;
}

#interview-area>#interview-list,
#schedule-area>#schedule-list {
  width: 1150px;
  margin: auto;
  margin-top: 3%;
}

#schedule-area>#schedule-list {
  height: 330px;
}

#test_home #interview-area>#interview-list a,
#schedule-area>#schedule-list a {
  display: block;
  position: relative;
  height: 370px;
  padding: 0 10px;
}

#schedule-area>#schedule-list>.schedule-panel__item {
  display: flex;
  flex-direction: column;
  height: 100%;
  text-decoration: none;
  color: inherit;
}

#test_home #interview-area>#interview-list .slick-list {
  height: 450px;
}

#schedule-area>#schedule-list .slick-list {
  height: 330px;
}

#test_home #interview-area>#interview-list .slick-arrow {
  position: absolute;
  z-index: var(--z-index-main);
  width: 50px;
  height: 50px;
  top: 45%;
  margin: 0 auto;
  background: url(../img/cmn/slide-arrow_pc.png) no-repeat left top;
  background-size: 100% 100%;
  text-indent: 120%;
  white-space: nowrap;
  overflow: hidden;
  left: -5%;
  border: none;
}

#test_home #interview-area>#interview-list .slick-arrow.slick-next {
  transform: scale(-1, 1);
  left: 100%;
}

#test_home #interview-area .slick-slide div.department-en {
  width: 65px;
  position: absolute;
  top: 45px;
  left: 70%;
  color: var(--color-yellow);
  font-size: 0.8rem;
  text-indent: -1em;
  margin-left: 1em;
}

#test_home #interview-area .slick-slide div.info {
  position: absolute;
  bottom: -40px;
  left: 3%;
  text-align: left;
  color: var(--color-secondary);
  line-height: 22px;
  white-space: nowrap;
}

#test_home #interview-area .slick-slide div.info .size-s {
  font-size: 0.75rem;
}

#test_home #interview-area .slick-slide div.info .size-l {
  font-size: 1.75rem;
  line-height: 35px;
}

#test_home #interview-area .slick-slide img {
  margin: auto;
}

#test_home #interview-area #interview-list .slick-dots {
  text-align: center;
  /* margin-top: 60px; */
}

#test_home #interview-area #interview-list .slick-dots li {
  cursor: pointer;
  margin: 0 5px;
  display: inline;
}

#test_home #interview-area #interview-list .slick-dots li a.view-all-link {
  font-family: Arial;
  text-decoration: none;
  display: inline;
}

#test_home #interview-area #interview-list .slick-dots li:hover a.view-all-link {
  color: #c1181f;
}

#test_home #interview-area #interview-list .slick-dots li a.view-all-link::after {
  content: "";
  display: block;
  position: absolute;
  top: 95%;
  right: 8px;
  width: 65px;
  height: 5px;
  border: none;
  border-right: 2px solid #c1181f;
  border-bottom: 2px solid #c1181f;
  transform: skew(45deg);
  transition: 0.3s;
}

#test_home #interview-area #interview-list .slick-dots li:hover a.view-all-link::after {
  width: 90px;
  right: -17px;
}

#test_home #interview-area #interview-list .slick-dots li.slick-active {
  border-bottom: #c1181f solid 2px;
}

#test_home #interview-area #interview-list .slick-dots li>button {
  border: none;
  background: rgba(0, 0, 0, 0);
  font-size: 1.125rem;
  color: #748193;
}

#test_home #interview-area .view-all-link {
  display: block;
  width: 195px;
  margin-top: 3%;
}

.schedule-slide__item {
  background: #fff;
  overflow: hidden;
  margin: 8px;
  transition: box-shadow 0.2s;
  /* width: 260px; スライド幅に合わせて調整 */
  /* width: auto !important; */
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.schedule-panel__item {
  display: flex;
  flex-direction: column;
  height: 100%;
  text-decoration: none;
  color: inherit;
}

.schedule-panel__img {
  width: 100%;
  aspect-ratio: 4/3;
  background: #f5f5f5;
  overflow: hidden;
}

.schedule-panel__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.schedule-panel__text {
  padding: 16px 12px 20px 12px;
  background: #fff;
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  text-align: left;
}

.schedule-panel__category {
  font-size: 13px;
  color: #1a237e;
  margin-bottom: 8px;
  font-weight: bold;
}

.schedule-panel__name {
  font-size: 20px;
  color: #222;
  font-weight: bold;
  margin-bottom: 0;
}

.slick-arrow {
  position: absolute;
  z-index: var(--z-index-main);
  width: 50px;
  height: 50px;
  top: 45%;
  background: url(https://dym.bz/wp-content/themes/theme02/img/cmn/slide-arrow_pc.png) no-repeat left top;
  background-size: 100% 100%;
  text-indent: 120%;
  white-space: nowrap;
  overflow: hidden;
  border: none;
  cursor: pointer;
}

.slick-prev {
  left: -5%;
}

.slick-next {
  right: -5%;
  transform: rotate(180deg);
}

#schedule-area .slick-dots li {
  display: inline-block;
}

#schedule-area .slick-dots li button {
  margin: 0 5px;
  border: none;
  background: rgba(0, 0, 0, 0);
  font-size: 1.125rem;
  color: #748193;
  display: inline;
}

#schedule-area .slick-dots li.slick-active button {
  border-bottom: #c1181f solid 2px;
}

.schedule-panel__item:hover {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.10);
  transition: box-shadow 0.2s;
}

#schedule-area .view-all-link.more_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 7% auto 0 auto;
  width: fit-content;
}

@media screen and (max-width: 768px) {
  .is-sp {
    display: block;
  }

  .is-pc {
    display: none;
  }

  #interview-area>#interview-list,
  #schedule-area>#schedule-list {
    width: 85%;
  }

  #office-area {
    padding-bottom: 55%;
  }

  div#schedule-area {
    margin: 25% 0 3% 0;
  }

  #schedule-area .triangle-link {
    left: 30px;
    text-align: left;
    padding: 15% 0px 0px;
  }

  .slick-arrow {
    position: absolute;
    z-index: var(--z-index-main);
    width: 50px;
    height: 50px;
    top: 80%;
    background: url(https://dym.bz/wp-content/themes/theme02/img/cmn/slide-arrow_pc.png) no-repeat left top;
    background-size: 100% 100%;
    text-indent: 120%;
    white-space: nowrap;
    overflow: hidden;
    border: none;
    cursor: pointer;
  }

  #schedule-area .slick-dots {
    display: flex !important;
    margin-top: 15px;
    justify-content: center;
    list-style: none;
  }

  .slick-slide {
    float: left;
  }

  #schedule-area .view-all-link.more_btn {
    margin: 13% auto 0 auto;
  }
}

@media screen and (min-width: 769px) {

  #schedule-area>#schedule-list>.schedule-panel__item {
    display: flex;
    flex-direction: column;
    height: 100%;
    text-decoration: none;
    color: inherit;
  }

  #schedule-area .triangle-link {
    left: 110px;
    text-align: left;
    /* padding: 5% 0 0 0; */
  }

  .slick-arrow {
    position: absolute;
    z-index: var(--z-index-main);
    width: 50px;
    height: 50px;
    top: 45%;
    background: url(https://dym.bz/wp-content/themes/theme02/img/cmn/slide-arrow_pc.png) no-repeat left top;
    background-size: 100% 100%;
    text-indent: 120%;
    white-space: nowrap;
    overflow: hidden;
    border: none;
    cursor: pointer;
  }

  #schedule-area .slick-dots {
    display: flex !important;
    /* margin-top: 60px; */
    justify-content: center;
    list-style: none;
  }

  #recruit-area .job-list .engineer-img {
    padding-left: 90px;
  }
}

#schedule-area .triangle-link {
  padding: 0;
}


#movie-area,
#news-area {
  position: relative;
  width: 100%;
  margin-top: 160px;
  text-align: center;
}

#movie-area>#movie-link,
#news-area>#movie-link {
  left: 130px;
  top: -40px;
  text-align: left;
}

#movie-area .movie-list,
#news-area .movie-list {
  width: 95%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  margin: auto;
}

#movie-area .movie-item,
#news-area .movie-item {
  text-decoration: none;
  cursor: pointer;
  margin-top: 60px;
  width: 25%;
  position: relative;
  text-align: left;
}

#movie-area .movie-item img,
#news-area .movie-item img {
  width: 100%;
  height: 175px;
  object-fit: cover;
}

#movie-area .movie-item iframe,
#news-area .movie-item iframe {
  width: 100%;
  height: 82%;
}

#movie-area .movie-item div.info,
#news-area .movie-item div.info {
  position: relative;
  padding-left: 19px;
  padding-top: 10px;
  background: #fff;
  height: 50%;
}

#movie-area .movie-item div.info .size-s,
#news-area .movie-item div.info .size-s {
  font-size: 0.75rem;
}

#movie-area .movie-item div.info .size-l,
#news-area .movie-item div.info .size-l {
  font-size: 1.75rem;
  line-height: 40px;
}

#movie-area a.view-all-link,
#news-area a.view-all-link {
  font-family: Arial;
  position: relative;
  margin: 90px auto 0;
  text-decoration: none;
  display: inline-block;
}

#movie-area a.view-all-link:hover::after,
#news-area a.view-all-link:hover::after {
  width: 90px;
}

#movie-area .movie-background,
#news-area .movie-background {
  width: 100%;
  height: 103.7%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -10;
  background-image: url(../img/top/movie-background.svg);
  background-color: rgba(185, 214, 240, 0.165);
  background-repeat: no-repeat;
  background-position: 70% 0;
}

#workingstyle-area {
  width: 100%;
  margin-top: 150px;
}

.title .title__en {
  display: inline-block;
  font-size: 2.625rem;
  line-height: normal;
}

.title .title__ja {
  display: block;
  font-weight: 600;
}

#workingstyle-area .contents {
  display: flex;
  gap: 2%;
  align-items: flex-end;
  margin-top: 20px;
}

#workingstyle-area .contents .container {
  display: flex;
  justify-content: center;
  width: 85%;
  background-image: url(../img/top/workingstyle-background_original.jpg);
  background-position: bottom;
  padding-left: 10%;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

#workingstyle-area .contents .container .link-list {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  text-align: center;
  max-width: 676px;
  width: 64.4%;
  padding: 64px 0;
}

#workingstyle-area .contents .link-list a {
  max-width: 208px;
  width: 30.7692308%;
  margin: 0;
  padding: 29px 0;
  display: block;
  color: var(--color-reverse);
  text-decoration: none;
  border: 1px solid #fff;
  cursor: pointer;
  z-index: var(--z-index-main);
}

#workingstyle-area .contents .link-list a {
  margin: 0 0 0 3.8461538%;
}

#workingstyle-area .contents .link-list a:nth-of-type(-n + 4) {
  margin-bottom: 26px;
}

#workingstyle-area .contents .link-list a:nth-of-type(4) {
  /* margin-left: 0; */
}

#workingstyle-area .contents .link-list a:hover {
  text-shadow: 0 0 10px var(--color-reverse);
}

#workingstyle-area .contents .link-list a span.en {
  display: inline-block;
  width: 60%;
  font-family: Arial;
  font-size: 1.5625rem;
  font-weight: bold;
  line-height: 1;
  text-align: left;
}

#workingstyle-area .contents .link-list a span.ja {
  display: inline-block;
  width: 60%;
  font-size: 0.75rem;
  font-weight: normal;
  line-height: 1;
  text-align: left;
}

#workingstyle-area .contents .link-list a img {
  padding-top: 10px;
}

#workingstyle-area .contents .link-list a:nth-child(2) img {
  padding-top: 22px;
}

#workingstyle-area .contents .link-list a:nth-child(3) img {
  padding-top: 28px;
}

#workingstyle-area .contents .link-list a:nth-child(5) img {
  padding-top: 12px;
}

#workingstyle-area .contents .link-list a:nth-child(6) img {
  padding-top: 6px;
}

#workingstyle-area .contents .link-list a:hover img {
  filter: drop-shadow(0 0 10px var(--color-reverse));
}

#recruit-area {
  width: 100%;
  margin-top: 100px;
  margin-bottom: 100px;
}

.title .title__en {
  display: inline-block;
  font-size: 2.625rem;
  line-height: normal;
}

.title .title__ja {
  display: block;
  font-weight: 600;
}

#recruit-area .job-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  overflow: hidden;
}

#recruit-area .job-list .job {
  width: 480px;
  margin: 0px -105px;
  position: relative;
  z-index: var(--z-index-main);
  transform: skewY(-58deg);
  overflow: hidden;
  cursor: pointer;
}

#recruit-area .job-list .job img {
  transform: skewY(58deg);
  -o-object-position: 15px 0px;
  object-position: 15px 0px;
  -o-object-fit: cover;
  object-fit: cover;
  transition: 0.5s all;
}

#recruit-area .job-list .job:hover img {
  transform: scale(1.1) skewY(58deg);
  transition: 0.5s all;
}

#recruit-area .layer {
  transform: skewY(58deg);
  background-color: rgba(80, 146, 213, 0.18);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

#recruit-area .layer svg {
  position: absolute;
  bottom: 0;
}

#recruit-area .layer .info {
  position: absolute;
  width: 100%;
  height: 19%;
  bottom: 0;
  left: 0;
  color: var(--color-reverse);
  line-height: 28px;
}

#recruit-area .layer .info::after {
  content: "";
  display: block;
  position: absolute;
  top: calc(65% - 5px);
  left: 205px;
  width: 20px;
  height: 5px;
  border: none;
  border-right: 2px solid #fff;
  border-bottom: 1px solid #fff;
  transform: skew(45deg);
  transition: 0.3s;
}

#recruit-area .job-list .job:hover .info::after {
  width: 30px;
}

#recruit-area .layer .info span {
  font-size: 1.3125rem;
  padding-left: 60px;
}

#recruit-area .layer .info span.en {
  font-family: Arial;
  font-size: 0.875rem;
}

.q-top-business {
  margin-top: 100px;
  background: #f4f8fd;
}

.q-top-business .triangle-link {
  position: relative;
  display: block;
  max-width: 1080px;
  margin: 0 auto;
  transform: translateY(-20px);
}

.q-top-business .content {
  text-align: center;
}

.q-top-business .slide__desc {
  text-align: left;
  height: 440px;
  min-height: 440px;
}

.q-top-business .padding {
  padding: 0 0 60px;
  background: transparent;
}

.q-top-business .slide .slick-arrow {
  top: 245px;
}

.q-top-business .slide .slick-prev {
  transform: rotate(0deg);
}

.q-top-business .slide__more {
  margin-top: 4%;
}

.q-top-business .slide .slick-next {
  transform: rotate(180deg);
}

.q-top-business .more_btn {
  margin: 30px auto 0;
}

@media (max-width: 1099px) {
  #test_home #workingstyle-area {
    margin-top: 200px;
    padding: 25px 0 51px;
    background: center no-repeat url("../img/top/workingstyle_area_bg.jpg");
    background-size: cover;
  }

  #test_home #workingstyle-area .title {
    margin-left: 40px;
  }

  #test_home #workingstyle-area .title .title__en {
    font-size: 30px;
    color: #fff;
  }

  #test_home #workingstyle-area .title .title__ja {
    color: #fff;
  }

  #test_home #workingstyle-area .contents {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0;
    margin-top: 5px;
  }

  #test_home svg.u-pc {
    display: none;
  }

  #test_home #workingstyle-area .contents .container {
    max-width: 500px;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    background: none;
  }

  #test_home #workingstyle-area .contents .container .link-list {
    justify-content: space-between;
    width: 78.9333333%;
    padding: 0;
  }

  #test_home #workingstyle-area .contents .link-list a {
    width: 48.6486486%;
    margin: 8px 0 0 !important;
    padding: 23px 0;
  }

  #test_home #workingstyle-area .contents .link-list a:nth-of-type(-n + 2) {
    margin: 0;
  }

  #test_home #workingstyle-area .contents .link-list a:nth-child(1) img {
    width: 50%;
  }

  #test_home #workingstyle-area .contents .link-list a:nth-child(2) img {
    padding-top: 15px;
  }

  #test_home #workingstyle-area .contents .link-list a:nth-child(3) img {
    padding-top: 20px;
  }

  #test_home #workingstyle-area .contents .link-list a span.en {
    font-size: 19px;
    width: 68%;
  }

  #test_home #workingstyle-area .contents .link-list a span.ja {
    font-size: 12px;
    width: 68%;
  }

  #test_home #workingstyle-area .contents .link-list a:nth-of-type(5) span.ja {
    width: 70%;
  }
}

@media not all and (min-width: 769px) {
  .slide-mv #mv-copy {
    /* top: 48.5%; */
    /* left: -10%; */
    top: 68%;
    left: 0%;
    width: 65.3333333vw;
  }

  .slide-mv .top-mv img {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: left;
    object-position: left;
  }

  #test_home #large-strong-link a {
    font-size: 1rem;
    text-align: left;
    display: block;
    width: 80%;
    margin: auto;
  }

  #test_home #large-strong-link a svg {
    margin-left: 5%;
  }

  #test_home #collage-link-area {
    margin-top: 30px;
  }

  #test_home #collage-link-area svg.line-first {
    top: -140px;
    left: -160px;
  }

  #test_home #collage-link-area svg.line-second {
    top: 95%;
    right: -215px;
  }

  #test_home #collage-link-area svg rect {
    width: 14px;
  }

  #test_home #collage-link-area>#company-link {
    top: 35%;
    right: 3%;
    text-shadow: 0 0 20px #fff;
  }

  #test_home #collage-link-area>#company-link svg {
    text-shadow: none;
    filter: drop-shadow(0 0 20px rgb(255, 255, 255));
  }

  #test_home #collage-link-area>#business-link {
    top: 78%;
    left: 5%;
    text-shadow: 0 0 20px #fff;
  }

  #test_home #collage-link-area>#business-link svg {
    text-shadow: none;
    filter: drop-shadow(0 0 20px rgb(255, 255, 255));
  }

  .triangle-link svg.triangle-pc {
    display: none;
  }

  .triangle-link svg.triangle-sp {
    display: block;
    position: absolute;
    top: 100%;
    left: 39%;
  }

  .title .title__en {
    position: relative;
    font-size: 1.875rem;
    z-index: 1;
  }

  #interview-area>h2,
  #schedule-area>h2,
  #movie-area>h2,
  #news-area>h2,
  .title {
    margin-left: 5%;
  }

  #office-area .title {
    margin-left: 0;
  }

  #business-area .title,
  #movie-area .title,
  #news-area .title {
    background: none;
    padding-left: 5%;
  }

  /* #interview-area>h2,
  #schedule-area>h2{
    margin-left: 5%;
  }

  #movie-area .title,
  #news-area .title{
      padding-left: 5%;
      margin-bottom: 0%;
      margin-left: 0;
  }
  .triangle-link .triangle-link__title {
    position: relative;
    margin-bottom: 0;
    z-index: 1;
  } */

  #test_home #company-message-area {
    background-position: 70% -350px;
  }

  #test_home #company-message-area h1 {
    font-size: 24.5px;
    padding-top: 80px;
  }

  #test_home #company-message-area>p {
    width: 88%;
    font-size: 14px;
    line-height: 30px;
  }

  #test_home #company-message-area .text_wrapper {
    position: relative;
    width: 93.3333333%;
    margin: 46px 0 60px 6.666%;
    padding: 243px 0 8px 10px;
    background: right no-repeat url("../img/top/text_wrapper_bg_sp.jpg");
    background-size: cover;
  }

  #test_home #company-message-area .text_wrapper:before {
    top: -44px;
    bottom: unset;
    left: -7px;
    content: "";
    display: block;
    width: 103px;
    height: 280px;
  }

  #test_home #company-message-area .text_wrapper .is-pc {
    display: none;
  }

  #test_home #company-message-area .text_wrapper .is-sp {
    display: block;
  }

  #test_home #company-message-area .text_wrapper * {
    position: relative;
    z-index: 1;
  }

  #test_home #company-message-area .text_wrapper a .triangle-link__en {
    font-size: 25px;
    letter-spacing: -0.03em;
  }

  #test_home #company-message-area .text_wrapper .text_large {
    margin-top: 4px;
    margin-bottom: 18px;
    font-size: 15px;
    line-height: 1.666666667;
  }

  #test_home #company-message-area .text_wrapper .more_btn {
    margin-top: 0;
    filter: drop-shadow(0 0 10px rgb(255, 255, 255));
  }



  #test_home #office-area .inner img {
    -o-object-fit: cover;
    object-fit: cover;
    height: 310px;
    -o-object-position: -44px;
    object-position: -44px;
  }

  #test_home #office-area .point__list li {
    width: 1.5873015873%;
  }

  #test_home #office-area .point__list li:nth-child(1) {
    top: 82px;
    left: 20px;
  }

  #test_home #office-area .point__list li:nth-child(2) {
    top: 95px;
    left: 345px;
  }

  #test_home #office-area .point__list li:nth-child(3) {
    top: 107px;
    left: 320px;
  }

  #test_home #office-area .point__list li:nth-child(4) {
    top: 120px;
    left: 290px;
  }

  #test_home #office-area .point__list li:nth-child(5) {
    top: 132px;
    left: 309px;
  }

  #test_home #office-area .point__list li:nth-child(6) {
    top: 159px;
    left: 314px;
  }

  #test_home #office-area .office-text {
    left: 3%;
    top: 15%;
    width: 100%;
  }

  #test_home #office-area .office-text svg {
    margin-left: 5%;
  }

  #test_home #office-area #office-link {
    top: 30px;
    left: 5%;
  }

  #office-area .office-text p {
    font-size: 14px;
    width: 95%;
  }

  #test_home #interview-area {
    height: 420px;
    margin-top: 40px;
  }

  #test_home #interview-area>svg.line-first {
    left: -190px;
  }

  #test_home #interview-area>#interview-link {
    top: 0;
    left: 30px;
  }

  #test_home #interview-area .interview-background {
    -o-object-fit: cover;
    object-fit: cover;
    height: 210px;
    -o-object-position: 95px;
    object-position: 95px;
    top: 115px;
    left: -80px;
  }

  #interview-area>#interview-list,
  #schedule-area>#schedule-list {
    width: 85%;
  }


  #test_home #interview-area>#interview-list a {
    height: 200px;
    margin-top: 1.4%;
  }

  #schedule-area>#schedule-list {
    height: 230px;
  }

  #schedule-area>#schedule-list .slick-list {
    height: 230px;
  }

  #test_home #interview-area>#interview-list .slick-list {
    height: 300px;
  }

  #schedule-area>#schedule-list a {
    height: 230px;
  }

  #schedule-area .view-all-link.more_btn {
    margin: 20% auto 0 auto;
  }

  #test_home #interview-area .slick-slide div.info {
    left: 14%;
    top: 75%;
    right: 0%;
    line-height: 12px;
    background: #FFF;
    opacity: 0.9;
    padding-right: 5%;
  }

  #test_home #interview-area .slick-slide div.department-en {
    font-size: 10px;
    width: 37px;
    top: 45px;
  }

  #test_home #interview-area .slick-slide div.info .size-s {
    font-size: 10px;
  }

  #test_home #interview-area .slick-slide div.info .size-l {
    font-size: 17px;
    line-height: 25px;
  }

  #test_home #interview-area .slick-slide img {
    width: 75%;
    margin: 0 auto;
  }

  #test_home #interview-area>#interview-list .slick-arrow {
    top: 88%;
    left: 0%;
  }

  #test_home #interview-area>#interview-list .slick-arrow.slick-next {
    left: 85%;
  }

  #test_home #interview-area #interview-list .slick-dots {
    width: 70%;
    margin: auto;
    margin-top: 0;
  }

  #test_home #interview-area #interview-list .slick-dots li>button {
    padding: 0 1px;
  }

  #test_home #interview-area #interview-list .slick-dots li a.view-all-link {
    font-size: 15px;
  }

  #test_home #interview-area #interview-list .slick-dots li a.view-all-link::after {
    width: 70px;
  }

  #test_home #interview-area #interview-list .slick-dots li:hover a.view-all-link::after {
    right: -12px;
  }

  #movie-area,
  #news-area {
    margin-top: 20%;
    padding-top: 45px;
    text-align: center;
  }

  #movie-area .movie-list,
  #news-area .movie-list {
    text-align: left;
  }

  #movie-area>#movie-link,
  #news-area>#movie-link {
    position: relative;
    left: unset;
    top: 0;
    width: 100%;
    text-align: left;
    padding-left: 30px;
  }

  #movie-area .movie-background,
  #news-area .movie-background {
    width: 100%;
    background-image: none;
  }

  #movie-area .movie-item,
  #news-area .movie-item {
    width: 85%;
    margin-top: 40px;
  }

  #movie-area .movie-item:not(:first-child),
  #news-area .movie-item:not(:first-child) {
    margin-top: 15px;
  }

  #movie-area .movie-item iframe,
  #news-area .movie-item iframe {
    height: 77%;
  }

  #movie-area a.view-all-link,
  #news-area a.view-all-link {
    margin: 50px auto 10px;
    text-align: center;
    width: auto;
  }

  #movie-area .movie-item div.info,
  #news-area .movie-item div.info {
    height: 72px;
    line-height: 10px;
  }

  #movie-area .movie-item div.info .size-s,
  #news-area .movie-item div.info .size-s {
    font-size: 12px;
  }

  #movie-area .movie-item div.info .size-l,
  #news-area .movie-item div.info .size-l {
    font-size: 18px;
    line-height: 30px;
  }

  #workingstyle-area {
    margin-top: 100px;
    padding: 45px 0 51px;
    background: center no-repeat url("../img/top/workingstyle_area_bg.jpg");
    background-size: cover;
  }

  #workingstyle-area .title {
    margin-left: 40px;
  }

  #workingstyle-area .title .title__en {
    font-size: 30px;
    color: #fff;
  }

  #workingstyle-area .title .title__ja {
    color: #fff;
  }

  #workingstyle-area .contents {
    gap: 0;
    margin-top: 10px;
  }

  #workingstyle-area .contents .container {
    width: 100%;
    background-position: left top;
    padding: 0;
    background: none;
  }

  #workingstyle-area .contents .container .link-list {
    justify-content: space-between;
    width: 78.9333333%;
    padding: 0;
  }

  #workingstyle-area .contents .link-list a {
    width: 48.6486486%;
    margin: 8px 0 0 !important;
    padding: 23px 0;
  }

  #workingstyle-area .contents .link-list a:nth-of-type(-n + 2) {
    margin: 0;
  }

  #workingstyle-area .contents .link-list a:nth-child(1) img {
    width: 50%;
  }

  #workingstyle-area .contents .link-list a:nth-child(2) img {
    padding-top: 22px;
  }

  #workingstyle-area .contents .link-list a:nth-child(6) img {
    padding-top: 6px;
  }

  #workingstyle-area .contents .link-list a span.en {
    font-size: 19px;
    width: 68%;
  }

  #workingstyle-area .contents .link-list a span.ja {
    font-size: 12px;
    width: 68%;
  }

  #workingstyle-area .contents .link-list a:nth-of-type(5) span.ja {
    width: 70%;
  }

  #recruit-area {
    margin-top: 40px;
  }

  #recruit-area .title .title__en {
    font-size: 30px;
  }

  #recruit-area .job-list {
    margin-top: 5px;
  }

  #recruit-area .job-list .job {
    transform: skewX(-5deg);
    width: 80%;
    margin: 3% 10%;
  }

  #recruit-area .job-list .job img {
    transform: skewX(5deg) scale(1.2);
  }

  #recruit-area .job-list .job:hover img {
    transform: skewX(5deg) scale(1.3);
  }

  #recruit-area .layer {
    transform: skewX(5deg) scale(1.2);
  }

  #recruit-area .layer svg {
    bottom: 12px;
  }

  #recruit-area .layer .info {
    bottom: 22px;
    left: -25px;
    line-height: 21px;
  }

  #recruit-area .layer .info span.en {
    font-size: 13px;
  }

  #recruit-area .layer .info span {
    font-size: 18px;
  }

  #recruit-area .layer .info::after {
    left: 255px;
  }

  .q-top-business {
    margin-top: 10px;
  }

  .q-top-business .triangle-link {
    transform: translate(5%, 0);
  }

  .q-top-business .padding {
    padding: 40px 0;
  }

  .q-top-business .slide .slick-arrow {
    width: 31px;
    height: 31px;
    border-radius: 50%;
    background-color: #fff;
  }

  .q-top-business .slide__desc {
    min-height: 530px;
  }

  .q-top-business .more_btn {
    margin: 8vw auto 0;
  }
}

/* 20250729 */
@media screen and (min-width: 769px) and (max-width: 1349px) {
  #recruit-area .job-list .job{
    width: 400px;
  }
  #recruit-area .layer .info {
    background-color: #0a1630;
    opacity: .6;
  }

  #recruit-area .layer .info span.en {
    font-size: 0.7rem;
  }
}

@media not all and (min-width: 430px) {
  #test_home #interview-area .slick-slide img {
    width: 90%;
  }
}

/* ------ */

.newstips {
  display: flex;
  margin: 5% 3%;
  gap: 45%;
}

span.hire-type.size-s {
  color: aliceblue;
  background: #202a5a;
  border-radius: 10px;
  padding: 0.5% 3%;
}

span.name.size-l {
  font-size: 24px;
}

span.subname.size-l {
  font-size: 20px;
}

ul.news-list {
  background: aliceblue;
  opacity: 0.8;
  top: -400px;
  position: relative;
  float: right;
  width: 650px;
  height: fit-content;
  list-style: none outside;
  margin: 0px 7%;
  padding: 25px;
}

.item-title {
  border-bottom: solid;
  color: #202a5a;
  font-weight: bold;
  font-size: 28px;
}

label.item {
  margin: 5% 3% 0;
  display: flex;
}

a.item-list {
  text-decoration: none;
  display: flex;
}

.news-list .item .title {
  margin: 0 10px;
  width: fit-content;
  border-bottom: solid 1px;
}

li.item {
  list-style-type: none;
  margin: 3% 0;
}

.news-list .item:first-child a {
  border-top: 1px solid #ccc;
}

.news-list .item .date {
  margin: 0;
  min-width: 120px;
  font-size: 16px;
  color: #999;
}

.news-list .item .title {
  margin: 0;
  width: 100%;
  border-bottom: solid 1px;
}

@media not all and (min-width: 769px) {
  ul.news-list {
    display: contents;
  }

  li.item {
    margin: 7%;
  }
}

@media screen and (max-width: 670px) {
  #office-area {
    padding-bottom: 70%;
  }
}

@media screen and (max-width: 580px) {
  #office-area {
    padding-bottom: 100%;
  }
}

@media screen and (max-width: 480px) {
  #company-message-area .text_wrapper {
    background-position-x: 0;
  }

  #office-area {
    padding-bottom: 140%;
  }
}

@media screen and (max-width: 375px) {
  #office-area {
    padding-bottom: 150%;
  }
}