@charset "UTF-8";
/* bnr */
.bnr_btn_outer {
  position: fixed;
  bottom: 120px;
  right: 40px;
  z-index: 5;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
/* mv */
.mv {
  width: 97.5%;
  position: relative;
  margin: 0 auto;
}
.mv_inner{
  position: relative;
  width: 100%;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
  overflow: hidden;
}
.mv_slide {
  width: 100%;
  height: 100%;
  position: relative;
}
.mv_slide video {
  width: 100%;
  height: 95vh;
  object-fit: cover;
}
.mv_cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(11, 81, 161, 0.74) 0%, rgba(58, 144, 175, 0.74) 100%);
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  object-fit: cover;
  z-index: 1;
}
.mv_catch {
  position: absolute;
  top: 42px;
  width: 100%;
  height: 100%;
  background: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 30px;
  color: #FFF;
  z-index: 2;
}
.mv_upper_flex{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  p {
    padding: 4px 8px;
    border: 3px solid #FFF;
    color: #FFF;
    font-size: 2rem;
    font-weight: 700;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.mv_upper_text {
  color: inherit;
  font-size: 5.2rem;
  font-weight: 700;
}
.mv_main_text {
  color: #FFF;
  font-size: 9rem;
  font-weight: 700;
  letter-spacing: 7.2px;
  position: relative;
  left: 30px;
}
.mv_important_text {
  border: 3px solid #FFF;
  background: #0B51A1;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: justify;
  padding: 0 0 6px 8px;
  line-height: 1.25;
}
.mv_lower_text {
  color: inherit;
  text-align: center;
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 1.75;
}
/* mvフィルター */
.top_mv--box {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  text-align: center;
  display: flex;
  justify-content: center;
  z-index: 1;
  background: url(../img/movie_bg.png) repeat;
  width: 100%;
}
/* strength */
.strength {
  margin-top: 30px;
  background: url(../img/str_bg.png) no-repeat center/cover;
  position: relative;
  &::before {
    content: "";
    background: url(../img/str_text.svg) no-repeat center/cover;
    width: 887px;
    height: 183px;
    position: absolute;
    top: 42px;
    left: 0;
    z-index: 0;
  }
}
.str_inner {
  max-width: 1070px;
  margin: 0 auto;
  padding: 90px 0 65px;
  position: relative;
  z-index: 1;
}
.str_main {
  font-size: 3.2rem;
  font-weight: 700;
  letter-spacing: 3.2px;
  line-height: 2;
}
.str_important {
  font-size: 4.8rem;
  letter-spacing: 4.8px;
  color: #FFF;
  background: var(--main-color02);
  padding: 0 4px 4px;
}
.str_middle {
  margin-top: 25px;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 3;
  letter-spacing: 1.6px;
}
.str_mid_important {
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 2.4px;
  color: var(--sub-color02);
}
.str_flow {
  margin-top: 55px;
  display: flex;
  justify-content: flex-start;
  gap: 48px;
  position: relative;
  &::before {
    content: "";
    width: 90%;
    height: 20px;
    background: linear-gradient(90deg, var(--main-color02) 0%, #3A90AF 100%);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50% , -50%);
  }
}
.str_box_outer {
  position: relative;
  &:nth-of-type(1) .str_num {
    color: #CA1212;
  }
  &:nth-of-type(2) .str_num {
    color: #D23A3A;
  }
  &:nth-of-type(3) .str_num {
    color: #E77D7D;
  }
  &:nth-of-type(4) .str_num {
    color: #FCC0C0;
  }
}
.str_num {
  position: absolute;
  top: -10px;
  left: 0;
  width: 83px;
  height: 83px;
  background: #FFF;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 4.8rem;
  font-weight: 700;
}
.str_box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  text-align: center;
  width: 220px;
  height: 220px;
  background: #FFF;
  border-radius: 50%;
}
.str_box_text {
  font-size: 2rem;
  font-weight: 700;
  &.mini {
    font-size: 1.8rem;
  }
}
.strength .more_btn {
  width: 448px;
  height: 48px;
  padding-right: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FFF;
  background: linear-gradient(89deg, #0B51A1 5.57%, #3A90AF 99.59%);
  box-shadow: 5px 5px 0px 0px rgba(63, 63, 63, 0.25);
  position: relative;
  margin: 50px auto 0;
}

/* products */
.products {
  background: #FFF;
  position: relative;
  &::before {
    content: '';
    background: #D9EBFF;
    display: block;
    width: calc(50% - 400px);
    height: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    z-index: 1;
  }
}
.pro_inner {
  max-width: 1024px;
  margin: 0 auto;
  padding: 70px 0;
  position: relative;
  z-index: 2;
}
.products .more_btn.more_btn_ex {
  width: 448px;
  height: 48px;
  padding-right: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FFF;
  background: linear-gradient(89deg, #0B51A1 5.57%, #3A90AF 99.59%);
  box-shadow: 5px 5px 0px 0px rgba(63, 63, 63, 0.25);
  position: relative;
  margin: 50px auto 0;
}
/* tab_box */
.tab_box {
  margin-top: 50px;
}
.tab_label {
  display: flex;
  align-items: flex-end;
  gap: 1px;
  height: 125px;
}
.tab_item {
  width: calc(100% / 4);
  height: 108px;
  background: linear-gradient(76deg, #0B51A1 13.33%, #3A90AF 90.59%);
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  transition: all 0.2s ease;
  &:hover {
    opacity: .8;
    cursor: pointer;
  }
}
.tab_item p {
  font-size: 2.4rem;
  font-weight: 700;
  color: #FFF;
}
input[name="tab_item"] {
  display: none;
}
.tab_content {
  display: none;
  padding: 40px 50px 50px;
  background: #FFF;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
  overflow: hidden;
}
.tab_box:has(#automation:checked) #automation_con,
.tab_box:has(#digitization:checked) #digitization_con,
.tab_box:has(#machining:checked) #machining_con,
.tab_box:has(#contracted:checked) #contracted_con {
  display: block;
}
.tab_box input:checked + .tab_item {
  background: linear-gradient(74deg, #CF3131 6.25%, #FC5A5A 93.9%);
  height: 125px;
}
.tc_text {
  line-height: 1.75;
}
.tc_flexbox {
  margin-top: 50px;
  display: flex;
  gap: 20px 50px;
}
.tc_fleximg {
  display: block;
  max-width: 274px;
  width: 100%;
}
.tc_img_title {
  font-size: 2rem;
  font-weight: 700;
  padding: 5px 0;
  position: relative;
  .arrow_icon {
    color: var(--main-color);
    right: 0;
    &::before {
      content: "";
      background: var(--main-color);
      position: absolute;
      left: auto;
      right: 0;
    }
    &::after {
      content: "";
      border-top: 2px solid var(--main-color);
      border-right: 2px solid var(--main-color);
      position: absolute;
      left: auto;
      right: 7%;
    }
  }
}
.tc_lower {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  .more_btn {
    text-align: center;
  }
}
.tc_btn_flex {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.example_list_outer {
  margin-top: 45px;
  max-width: 622px;
  padding: 32px 5px 32px 20px;
  width: 100%;
  background: #EDF5FF;
}
.example_list_title {
  font-size: 2rem;
  font-weight: 700;
}
.example_list {
  margin-top: 12px;
  display: flex;
  gap: 10px 0;
  flex-wrap: wrap;
}
.example_list li {
  width: calc(50% - 5px);
  padding-left: 1rem;
  position: relative;
  &::before {
    content: "";
    background: #000;
    display: block;
    width: 5px;
    height: 5px;
    position: absolute;
    top: 1rem;
    left: 0;
  }
}
.products .more_btn {
  width: 267px;
  height: 60px;
  padding-right: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FFF;
  background: linear-gradient(89deg, #0B51A1 5.57%, #3A90AF 99.59%);
  box-shadow: 5px 5px 0px 0px rgba(63, 63, 63, 0.25);
  position: relative;
}
/* tab_box */

/* facilities */
.facilities {
  position: relative;
  padding: 80px 0;
  &::before {
    content: "";
    background: url(../img/fac_bg.png) no-repeat center/cover;
    width: 100%;
    height: 463px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }
  &::after {
    content: "";
    background: url(../img/abo_bg_ex.png) no-repeat center/cover;
    width: 100%;
    height: 544px;
    position: absolute;
    bottom: -276px;
    left: 0;
    z-index: -1;
  }
}
.fac_inner {
  max-width: 1024px;
  margin: 0 auto;
}
.fac_text {
  color: #FFF;
  margin-top: 45px;
  font-weight: 500;
  line-height: 1.75;
}
.fac_img_list {
  margin-top: 56px;
  display: flex;
  gap: 4px;
}
.facilities .more_btn {
  width: 448px;
  height: 48px;
  padding-right: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FFF;
  background: linear-gradient(89deg, #0B51A1 5.57%, #3A90AF 99.59%);
  box-shadow: 5px 5px 0px 0px rgba(63, 63, 63, 0.25);
  position: relative;
  margin: 50px auto 0;
}
/* column */
.column_outer {
  display: flex;
  flex-direction: column;
  gap: 60px;
  .column {
    &:nth-of-type(1) .col_inner {
      flex-direction: row-reverse;
    }
  }
}
.col_inner {
  max-width: 1024px;
  margin-inline: auto;
  padding: 54px;
  background: #FFF;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
  display: flex;
  gap: 34px;
  align-items: center;
}
.col_left {
  max-width: 480px;
  width: 100%;
}
.col_text {
  margin-top: 25px;
}
.column .more_btn {
  width: 100%;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FFF;
  background: linear-gradient(89deg, #0B51A1 5.57%, #3A90AF 99.59%);
  box-shadow: 5px 5px 0px 0px rgba(0, 0, 0, 0.25);
  margin-top: 20px;
  position: relative;
  &::after {
    content: "";
    background: url(../common/img/arrow.svg) no-repeat center/cover;
  }
}
/* about */
.about {
  padding: 120px 0 120px;
  position: relative;
  overflow: hidden;
  &::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    background: url(../img/abo_icon.svg) no-repeat center/cover;
    width: 668px;
    height: 372px;
    z-index: -1;
  }
}
.abo_bg {
  width: 100%;
  max-width: calc(50% - 150px);
  height: 761px;
  background: url(../img/abo_bg.png) no-repeat bottom/cover;
  position: absolute;
}
.abo_outer {
  max-width: calc(50% + 150px);
  width: 100%;
  margin-left: auto;
}
.abo_inner {
  max-width: 718px;
  margin: 0 auto;
}
.abo_list {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  li a:hover {
    transition: .2s;
    .abo_list_title:after {
      right: 15px;
      transition: .2s;
    }
  }
}
.abo_list_title {
  font-size: 2rem;
  font-weight: 700;
  color: #FFF;
  padding: 15px;
  position: relative;
  background: linear-gradient(88deg, #0B51A1 12.37%, #3A90AF 82.85%);
  &::after {
    content: "";
    background: url(../common/img/arrow.svg) no-repeat center/cover;
    width: 9px;
    height: 16px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
    transition: .2s;
  }
}

/* recruit */
.recruit {
  margin-top: -20px;
  padding-bottom: 100px;
}
.recruit_bnr_outer {
  display: block;
  max-width: 1024px;
  margin: 0 auto;
  position: relative;
  &:hover .more_btn::after {
    right: 15px;
    transition: .2s;
  }
}
.rec_btn_outer {
  position: absolute;
  bottom: -20px;
  right: -10px;
  z-index: 2;
}
.recruit .more_btn {
  width: 240px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--main-color);
  background: #EDF5FF;
  box-shadow: 5px 5px 0px 0px rgba(0, 0, 0, 0.25);
  position: relative;
  &::after {
    content: "";
    background: url(../common/img/arrow_blue.svg) no-repeat center/cover;
  }
}

/* info */
.info {
  margin: 120px 0;
}
.info_inner {
  max-width: 920px;
  margin: 0 auto;
  display: flex;
  gap: 20px 42px;
}
.info_left {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 40px;
}
.info_list {
  max-width: 660px;
  width: 100%;
}
.info_list li {
  border-top: 1px solid #CCC;
  &:last-of-type {
    border-bottom: 1px solid #CCC;
  }
}
.info_list li a {
  padding: 24px 38px;
  display: flex;
}
.info_list li a time {
  display: block;
  width: 130px;
}
.info .more_btn {
  width: 240px;
  height: 48px;
  padding-right: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FFF;
  background: linear-gradient(89deg, #0B51A1 5.57%, #3A90AF 99.59%);
  box-shadow: 5px 5px 0px 0px rgba(63, 63, 63, 0.25);
  margin-bottom: 20px;
  position: relative;
}

@media screen and (max-width: 767px) {
  /* 共通 */
  .more_btn {
    margin: 0 auto;
    max-width: 328px;
  }
  .bnr_btn_outer {
    max-width: 80px;
    right: 5px;
  }
  /* mv */
  .mv_slide video {
    height: 70vh;
  }
  .mv_upper_flex p {
    padding: 4px;
    font-size: 1.4rem;
    width: 100%;
    span {
      font-size: 1.6rem;
    }
  }
  .mv_catch {
    top: 20px;
    padding: 0 5%;
    gap: 10px;
  }
  .mv_upper_flex {
    flex-direction: column;
    p {
      text-align: center;
    }
  }
  .mv_upper_text {
    font-size: 2.4rem;
  }
  .mv_main_text{
    font-size: 3.6rem;
    line-height: 1.75;
    left: 20px;
  }
  .mv_lower_text{
    font-size: 1.6rem;
  }
  /* strength */
  .strength {
    padding: 0 5%;
    &::before {
      width: 300px;
      height: 58px;
    }
  }
  .str_main {
    font-size: 2rem;
  }
  .str_important {
    font-size: 3.2rem;
  }
  .str_middle {
    line-height: 1.25;
    font-size: 1.4rem;
    letter-spacing: 0.64px;
  }
  .str_mid_important {
    font-size: 2rem;
  }
  .str_flow {
    max-width: 350px;
    margin: 30px auto 0;
    justify-content: center;
    flex-wrap: wrap;
    gap: 28px;
    &::before {
      content: "";
      background: url(../img/str_z.svg) no-repeat center/cover;
      width: 224px;
      height: 195px;
    }
  }
  .str_box {
    width: 130px;
    height: 130px;
    img {
      width: 40px;
      height: 40px;
    }
  }
  .str_box_text {
    font-size: 1.2rem;
    &.mini {
      font-size: 1rem;
    }
  }
  .str_num {
    font-size: 3rem;
    width: 60px;
    height: 60px;
    top: -15px;
    left: -10px;
  }
  .strength .more_btn {
    width: 100%;
  }
  /* products */
  .products {
    padding: 50px 0;
    &::before {
      width: calc(50% - 100px);
    }
  }
  .pro_inner {
    padding: 0 3%;
  }
  .tab_box {
    margin-top: 30px;
  }
  .tab_item {
    padding: 0 1%;
  }
  .tab_item p {
    font-size: 1.4rem;
  }
  .tab_item img {
    width: 40px;
    height: auto;
  }
  .tab_content {
    padding: 30px 5%;
  }
  .tc_text {
    font-size: 1.4rem;
  }
  .tc_flexbox {
    margin-top: 20px;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
  }
  .tc_lower {
    flex-direction: column;
  }
  .tc_fleximg {
    width: calc(50% - 5px);
  }
  .tc_img_title {
    font-size: 1.4rem;
    padding-right: 10px;
  }
  .tc_btn_flex {
    width: 100%;
  }
  .example_list_outer {
    margin-top: 20px;
  }
  .example_list_title {
    font-size: 1.6rem;
  }
  .example_list {
    flex-direction: column;
  }
  .example_list li {
    width: 100%;
    font-size: 1.4rem;
  }
  .products .more_btn {
    width: 100%;
    margin-top: 20px;
  }
  /* facilities */
  .facilities {
    padding: 50px 5%;
    &::after {
      height: 600px;
    }
  }
  .fac_text {
    font-size: 1.4rem;
    margin-top: 20px;
  }
  .fac_img_list {
    flex-wrap: wrap;
    gap: 16px;
  }
  .fac_img_list li {
    width: calc(50% - 8px);
  }
  .facilities .more_btn {
    width: 100%;
  }
  /* column */
  .column_outer {
    padding: 0 5%;
    .column {
      &:nth-of-type(1) .col_inner {
        flex-direction: column;
      }
    }
  }
  .col_inner {
    flex-direction: column;
    gap: 16px;
    padding: 30px 5%;
    
  }
  .col_left {
    display: contents;
  }
  .col_text {
    margin-top: 0;
    font-size: 1.4rem;
  }
  .column .more_btn {
    margin-top: 0;
    order: 4;
  }
  /* about */
  .about {
    padding: 50px 0 80px;
    &::after {
      width: 334px;
      height: 186px;
    }
    .title_box {
      margin-bottom: 50px;
    }
  }
  .abo_bg {
    max-width: calc(50% - 60px);
    height: 1000px;
  }
  .abo_outer {
    max-width: 60%;
    padding-right: 5%;
  }
  .abo_inner {
    display: contents;
  }
  .abo_list {
    max-width: 100%;
    margin-left: auto;
    margin-top: 0;
    gap: 20px;
  }
  .abo_list_title {
    font-size: 1.6rem;
  }

  /* recruit */
  .recruit {
    padding: 0 5%;
  }
  .recruit .more_btn {
    width: 150px;
    height: 30px;
    &::after {
      right: 10px;
    }
    &:hover::after {
      right: 10px;
    }
  }

  /* info */
  .info {
    margin: 60px 0;
  }
  .info_inner {
    flex-direction: column;
    padding: 0 5%;
  }
  .info_left {
    display: contents;
  }
  .info_list li a {
    flex-direction: column;
    padding: 15px 5%;
  }
  .info .more_btn {
    order: 2;
  }
}
/* 印刷用設定 */
@media print {
  .bnr_btn_outer {
    display: none;
  }
}