.header {
  z-index: 999;
}

.breadcrumb .breadcrumb__list {
  display: none;
}

.lower-mv {
  height: 762px !important;
}

.top_mv_motion {
  /* position: absolute; */
  top: 0%;
  height: 100vh;
  position: relative;
  padding-top: 130px;
  overflow: hidden;
  margin-left: 10%;
  margin-bottom: 100px;
}

.top_mv_motion .text {
  width: 40%;
  min-width: 600px;
  position: absolute;
  top: 60%;
  right: 0;
  transform: translate(0, -60%);
  margin: 20px 3%;
}

.top_mv_motion .text h1 {
  font-size: 70px;
  margin-bottom: 16px;
  color: #fff;
}

.top_mv_motion .text p {
  font-size: 24px;
  color: #fff;
}

.top_mv_motion img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: bottom;
  border-bottom-left-radius: 40px;
}

.PC_flex_line_A {
  display: flex;
}

.A_parts_02 {
  width: 50%;
  padding-left: 2%;
  padding-right: 0%;
  padding-top: 2%;
}

.midashi-outer {
  display: flex;
  flex-direction: row;
  align-items: center;
}

hr.midashi_line {
  width: 10%;
  margin-right: 5%;
  border: 1px black solid;
}

.midashi span {
  font-size: 15px;
}

h2.top_h2 {
  font-size: 24px;
  font-family: "ryo-display-plusn";
  margin-top: 15px;
  margin-bottom: 30px;
}

.A_parts_02 p {
  font-size: 14px;
  line-height: 24px;
}

.B_parts_02 p {
  line-height: 24px;
}

.A_parts_01 {
  width: 50%;
}

.A_parts_02 {
  width: 50%;
}

.B_parts_01 {
  width: 50%;
}

.B_parts_01.alpha {
  background: linear-gradient(
    90deg,
    #1d1c3f 0%,
    #1d1c3f 50%,
    #ffffff 50%,
    #ffffff 100%
  );
  padding-bottom: 2%;
}

.B_parts_02 {
  width: 50%;
  padding-top: 2%;
  padding-bottom: 5%;
}

.PC_flex_line_B {
  display: flex;
  flex-direction: row-reverse;
  margin-bottom: 7%;
}

.PC_flex_line_A {
  display: flex;
  margin-bottom: 7%;
}

.column_menu_box {
  display: flex;
  position: absolute;
  right: 9%;
  padding: 6%;
}

a.column_menu_spacer {
  /*    padding: 2%;*/
}

a.column_menu_spacer.\30 1 {
  margin-right: 20%;
}

a.column_menu_spacer.\30 2 {
  margin-right: 20%;
}

a.column_menu_spacer.\30 3 {
  margin-right: 20%;
}

a.column_menu_spacer.\30 4 {
  margin-right: 20%;
}

.column_menu_box img {
  width: 1.75rem;
}

.C_parts_03 {
  background-image: url(../img/ichiba.png);
  padding: 17% 0% 0% 0%;
  /* height: 63%; */
  background-repeat: no-repeat;
  /* margin-bottom: 15vw; */
  background-size: contain;
}

.instagram_parts {
  background-image: url(../img/instagram_bunner.png);
  padding: 13vw;
  background-size: contain;
  background-repeat: no-repeat;
}

/* jen */

.btn01.arrow-black-bg {
  border: none;
  height: fit-content;
  transition: 0.6s linear;
}

.btn01.arrow-black-bg::after {
  content: "";
  width: 45px;
  height: 45px;
  background: url(../img/arr-black-bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
}

.btn01.arrow-white-bg {
  border: none;
  height: fit-content;
  transition: 0.6s linear;
}

.btn01.arrow-white-bg::after {
  content: "";
  width: 45px;
  height: 45px;
  background: url(../img/arr-white-bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  right: 0;
}

.wrapper.blue {
  background: #0457cf;
}

.wrapper.black {
  background: #000;
}

.bottom_mv {
  position: relative;
}

.bottom_mv .inner {
  max-width: unset;
}

.bottom_mv > section {
  position: relative;
  padding: 40px 0;
  margin-left: 10%;
}

.bottom_mv > section .section__ttl {
  text-transform: uppercase;
  margin-bottom: 30px;
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  font-weight: 700;
}

.bottom_mv > section .section__ttl::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background: #fff;
  border-radius: 100%;
  position: absolute;
  top: -32px;
}

.bottom_mv > .news .section__ttl::before,
.bottom_mv > .top--business .section__ttl::before {
  display: none;
}

.top--company .section__ttl,
.top--works .section__ttl,
.top--recruit .section__ttl,
.top--company .section__ttl .ja,
.top--works .section__ttl .ja,
.top--recruit .section__ttl .ja,
.top--company .text p,
.top--works .text p,
.top--recruit .text p,
.top--company .text .btn01,
.top--works .text .btn01,
.top--recruit .text .btn01 {
  color: #fff;
}

.bottom_mv > section .text .btn01 {
  display: block;
  width: fit-content;
  margin-top: 30px;
  margin-left: auto;
}

.text--rel {
  width: 50%;
  position: relative;
}

.text--rel p {
  margin-bottom: 16px;
}

.image--rel {
  width: 50%;
  max-height: 580px;
}

.text--rel .wrapper {
  position: relative;
  z-index: 2;
  height: 100%;
  top: 50%;
  right: 0;
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.text--rel .wrapper__inner {
  width: 60%;
}

.image--rel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.image--rel .wrapper {
  overflow: hidden;
  position: relative;
  z-index: 1;
  width: 150%;
  max-width: 1300px;
  height: 100%;
  left: 0;
}

.text--absolute {
  font-size: 142px;
  text-transform: uppercase;
  color: #dddddd;
  font-weight: 700;
  position: absolute;
  left: 0;
  top: calc(100% - 40px);
}

.bottom_mv .news {
  padding: 40px 3%;
  border-bottom-left-radius: 30px;
  border-left: 2px solid #000;
  border-bottom: 2px solid #000;
}

.top--company,
.top--works {
  margin-bottom: 380px;
}

.top--company .inner,
.top--works .inner {
  display: flex;
  flex-direction: row-reverse;
}

.bottom_mv > .top--business .section__ttl {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.bottom_mv > .top--business {
  margin: 0 10%;
  margin-bottom: 100px;
}

.top--business .text--absolute {
  font-size: 142px;
  text-transform: uppercase;
  color: #dddddd;
  font-weight: 700;
  position: absolute;
  left: unset;
  right: 50px;
  top: -100px;
}

.top--business .section__ttl .ja {
  display: block;
}

.top--business .cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.top--business .cards .card .image {
  height: 280px;
  margin-bottom: 16px;
  position: relative;
}

.top--business .cards .card .image::after {
  content: "";
  width: 45px;
  height: 45px;
  background: url(../img/arr-white-bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  position: absolute;
  right: 12px;
  bottom: 12px;
}

.top--business .cards .card .image img {
  filter: grayscale();
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.top--business .cards .card h3 {
  color: #0457cf;
  font-size: 18px;
  margin-bottom: 16px;
}

.top--recruit {
  margin-bottom: 400px;
}

.top--recruit .wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.top--recruit .wrapper__inner {
  width: 60%;
}

.top--recruit .text--absolute {
  left: unset;
  right: 10%;
}

.top--recruit .text,
.top--recruit .image {
  width: 50%;
}

.top--recruit .wrapper {
  height: 580px;
  border-bottom-left-radius: 40px;
  overflow: hidden;
}

.top--recruit .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.top--recruit .text .wrapper {
  background: #0457cf;
  position: relative;
  z-index: 1;
  width: 120%;
  padding: 40px;
}

.top--recruit .image .wrapper {
  position: relative;
  z-index: 2;
}

/* jen end */

.D_parts {
  margin-top: 7%;
}

.B_parts_02.\30 3 {
  background: #1d1c3f;
  color: white;
  margin-top: 4%;
}

p.d_parts_paragraf {
  color: white;
}

.B_parts_02 3 {
  width: 50%;
  padding-left: 0%;
  padding-right: 0%;
}

.C_parts_03.\30 4 {
  background-image: url(../img/michi.png);
  background-size: contain;
}

.center_access_parts {
  background: white;
  padding-top: 5.5%;
  padding-bottom: 17.5%;
  text-align: center;
}

h3.top_h3 {
  font-size: 28px;
  font-family: "ryo-display-plusn";
  margin-top: 15px;
  margin-bottom: 2px;
}

.access_parts {
  display: flex;
  justify-content: space-evenly;
}

.access_parts {
  display: flex;
  justify-content: center;
}

.access_left {
  margin: 1% 2% 1% 1%;
}
.access_right {
  margin: 1% 1% 2% 1%;
}

.siro_yajirushi {
  color: white;
  margin-top: 5%;
}

.siro_yajirushi:before {
  content: " ";
  background-image: url(../img/maru_yajirusi_w.png);
  padding: 1% 10% 3% 2%;
  background-repeat: no-repeat;
}

.red_yajirushi {
  color: black;
  margin-top: 30px;
  font-weight: bold;
}

.red_yajirushi:before {
  content: " ";
  background-image: url(../img/maru_yajirusi_r.png);
  padding: 1% 10% 3% 2%;
  background-repeat: no-repeat;
}

span.bold-access-font {
  font-weight: bold;
}

.namitsuki:before {
  content: "";
  padding: 4%;
  background-repeat: no-repeat;
  position: absolute;
  transform: translate(-180vh, 50vh);
  background-image: url(../img/nami_img.png);
}

.access_map_area {
  margin-top: 2%;
}

/* .naminami:after {
    content: "";
    padding: 4%;
    background-repeat: no-repeat;
    position: absolute;
    transform: translate(164vh, 42vh);
    background-image: url(../img/nami_img-2.png);
} */

.\37 5_blueline {
  background: #1d1c3f;
  content: "a";
  padding: 2%;
  width: 75%;
  margin-bottom: 7%;
}

.inner.flex {
  margin-top: 2%;
}

@media screen and (max-width: 1600px) {
  .top_mv_motion {
    padding-top: 100px;
    margin-left: 5%;
  }

  .bottom_mv > section {
    margin-left: 5%;
    margin-bottom: 300px;
  }

  .bottom_mv > .news {
    margin-bottom: 100px;
  }

  .bottom_mv > .top--company {
    margin-bottom: 400px;
  }

  .bottom_mv > .top--business {
    margin: 0 5%;
  }

  .text--absolute,
  .top--business .text--absolute {
    font-size: 110px;
  }

  .top--business .text--absolute {
    top: -90px;
    right: 10%;
    margin: 0;
  }
}

@media screen and (max-width: 1400px) {
  .text--absolute,
  .top--business .text--absolute {
    font-size: 90px;
  }

  .top--business .text--absolute {
    top: -80px;
  }

  .text--rel .wrapper__inner,
  .top--recruit .text .wrapper__inner {
    width: 100%;
  }

  .top--recruit .text .wrapper {
    width: 110%;
    padding-right: 80px;
  }

  .top--business .cards {
    grid-template-columns: repeat(2, 1fr);
  }

  .top--business .cards .card .image {
    height: 320px;
  }
}

/*1268以下ここから*/
@media screen and (max-width: 1268px) {
  .A_parts_02 {
    padding-left: 10% !important;
  }

  .B_parts_02 {
    padding-left: 10% !important;
  }

  .A_parts_01 img {
    display: none;
  }

  .B_parts_01.beta img {
    display: none;
  }

  .A_parts_01 {
    background-image: url(../img/maguro.png);
    background-size: cover;
    background-repeat: no-repeat;
  }

  .B_parts_01.beta {
    background-image: url(../img/seri.png);
    background-size: cover;
    background-repeat: no-repeat;
  }
} /*1268ここまで*/

@media screen and (max-width: 1200px) {
  .top_mv_motion {
    padding-top: 60px;
  }

  .top_mv_motion .text {
    top: 50%;
    transform: translate(0, -50%);
    width: unset;
    min-width: unset;
  }

  .news .inner.flex {
    max-width: 600px;
    margin: 0 auto;
  }

  .news .news__list--box {
    flex-direction: column;
    align-items: flex-start;
    padding-left: 0;
    width: 100%;
  }

  .btn01.arrow-black-bg {
    padding-left: 0;
  }

  /* .top_mv_motion .text h1 {
    font-size: 50px;
  }

  .top_mv_motion .text p {
    font-size: 20px;
  } */
}

@media screen and (max-width: 1132px) {
  .naminami:after {
    display: none;
  }
}

@media screen and (max-width: 1100px) {
  .instagram_parts {
    padding: 20vw;
  }
}
.column_menu_spacer:hover {
  filter: brightness(0.8);
  transition: background-color 0.5s;
}

/*1000ここから*/
@media screen and (max-width: 1000px) {
  .column_menu_box {
    display: none;
  }

  .header {
    padding: 0px !important;
    z-index: 99;
  }

  .recruit_box {
    background: #1d1c3f;
    color: white;
    padding-bottom: 5%;
  }

  .recruit_box p {
    color: white;
  }

  .recruit_box .red_yajirushi {
    color: white;
  }

  .section__ttl--wrapper {
    flex-direction: column;
  }

  .news .inner.flex {
    flex-direction: column;
  }

  .news__list--box {
    padding: 0;
    width: 100%;
  }

  .news .inner.flex {
    max-width: fit-content;
    margin: 0 auto;
  }

  /* jen 1000px */

  .top_mv_motion {
    margin-bottom: 0;
  }

  .top_mv_motion .text {
    top: 50%;
  }

  .header__contact.sp {
    margin-top: -100px;
  }

  .bottom_mv > section,
  .bottom_mv > .news,
  .bottom_mv > .top--business {
    margin-bottom: 40px;
  }

  .bottom_mv > .top--company {
    margin-bottom: 100px;
  }

  .text--absolute {
    position: static;
    text-align: right;
    margin-right: 3%;
  }

  .image--rel,
  .text--rel,
  .top--recruit .inner .text,
  .top--recruit .inner .image {
    width: 100%;
    height: 500px;
  }

  .image--rel {
    max-height: unset;
  }

  .image--rel .wrapper,
  .text--rel .wrapper {
    width: unset;
    height: unset;
    max-width: unset;
  }

  .image--rel .wrapper {
    z-index: 2;
    height: 110%;
  }

  .text--rel .wrapper {
    z-index: 1;
    top: unset;
    bottom: 0;
    height: 110%;
  }

  .bottom_mv > section .text .btn01 {
    margin-left: 0;
    margin-right: auto;
    padding-left: 0;
  }

  .top--company .inner,
  .top--works .inner,
  .top--recruit .inner {
    flex-direction: column-reverse;
  }

  .top--recruit .text .wrapper,
  .top--recruit .image .wrapper {
    height: 110%;
    width: 100%;
  }

  .top--recruit .text .wrapper {
    padding-right: 40px;
  }

  .top--business .text--absolute {
    right: 0;
  }

  .top--business .cards {
    grid-template-columns: repeat(1, 1fr);
  }

  /* jen 1000px end */
} /*1000ここまで*/

@media screen and (max-width: 900px) {
  .top_mv_motion img {
    width: 100%;
    object-position: left;
  }

  .PC_flex_line_A {
    display: none !important;
  }

  .PC_flex_line_B {
    display: none !important;
    background-repeat: no-repeat;
  }

  .sp_show .midashi-outer {
    margin-left: 10%;
    margin-top: 10%;
  }

  .sp_show h2.top_h2 {
    margin-left: 10%;
  }

  .sp_show p {
    margin-left: 10%;
    margin-right: 10%;
  }

  .red_yajirushi {
    margin-left: 10%;
    margin-bottom: 10%;
  }

  .access_parts {
    flex-direction: column;
    align-items: center;
  }
}

@media screen and (min-width: 900px) {
  .sp_show {
    display: none;
  }

  .sp_mv {
    display: none !important;
  }
}

@media screen and (max-width: 500px) {
  .instagram_parts {
    background-image: url(../img/instagram_bunner_sp.png);
    padding: 42vw 32vw 32vw 32vw;
    background-repeat: no-repeat;
    display: flex;
    margin-left: 10%;
    margin-right: 10%;
  }
}

.ac_rise {
  display: flex;
  text-align: center;
  flex-direction: column;
  margin-left: 15.5%;
  margin-right: 15.5%;
  width: 69%;
  background: #fff;
  justify-content: flex-end;
  margin-top: 6%;
  padding-top: 2%;
  padding-bottom: 3%;
}

.ac_rise-y {
  display: none;
}

.white {
  background: linear-gradient(
    180deg,
    #1d1c3f00 0%,
    #1d1c3f00 50%,
    #ffffff 50%,
    #ffffff 100%
  );
  margin-bottom: 5%;
}

@media screen and (max-width: 769px) {
  .top_mv_motion .text {
    top: 20%;
    transform: translate(0, -20%);
    width: fit-content;
    min-width: unset;
  }

  .top_mv_motion .text p {
    font-size: 20px;
  }

  /* .top_mv_motion .text {
    left: 0;
} */

  .section__ttl--wrapper h3 {
    font-size: 26px;
  }

  .recruitbnr h3 {
    font-size: 26px;
  }

  .text--absolute,
  .top--business .text--absolute {
    font-size: 60px;
  }

  .top--business .text--absolute {
    top: -46px;
  }
}

@media screen and (max-width: 600px) {
  .ac_rise-y {
    display: flex;
    text-align: center;
    flex-direction: column;
    margin-left: 17.5%;
    margin-right: 17.5%;
    width: 65%;
    /* background: #fff; */
    justify-content: flex-end;
    margin-top: 4%;
    padding-top: 10%;
    padding-bottom: 55%;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(../img/instagram_bunner.png);
    align-items: center;
  }

  .C_parts_03 {
    background-image: url(../img/ichiba2.png);
  }
}

@media screen and (min-width: 600px) {
  .ac_rise-x {
    display: flex;
    text-align: center;
    flex-direction: column;
    margin-left: 15.5%;
    margin-right: 15.5%;
    /* width: 69%; */
    background: #fff;
    justify-content: flex-end;
    margin-top: 4%;
    padding-top: 4%;
    padding-bottom: 33%;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../img/instagram_bunner.png);
  }
}

@media (max-width: 470px) {
  .top_mv_motion .text h1 {
    font-size: 50px;
  }

  .news__list--box {
    text-align: left;
  }

  .news .inner.flex {
    max-width: 100%;
  }

  .news__item .news__link {
    display: flex;
    flex-direction: column;
    position: relative;
  }

  .news__item .news__link .arr-icon {
    position: absolute;
    right: 0;
    bottom: 0;
  }

  .top--technology {
    padding: 20px 3% 20px;
  }

  .top--technology h3,
  .section__ttl--wrapper h3 {
    font-size: 26px;
  }

  .top--technology .image {
    width: 100%;
    align-self: unset;
  }

  .top--technology .text {
    padding-right: 0;
  }

  .top--technology .text p br {
    display: none;
  }
}

@media (max-width: 440px) {
  .top--engr .engr-slider .slide .image {
    height: 230px;
  }
  .top--engr .engr-slider .slide .text {
    padding: 10px;
    height: 200px;
  }

  .top--engr .engr-slider .slide .text .name {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }
}
