.color_black {
  color: #262626;
}

.color_white {
  color: #FFFFFF;
}

.bg_colr_brack {
  background-color: #2F2F2F;
}

.front_title {
  font-size: 5rem;
  white-space: nowrap;
  position: relative;
}


.fv_wrap {
  width: 100%;
  height: 100vh;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.fv_img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.fv_img_bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: radial-gradient(#919191, #000000);
  opacity: .45;
}

.fv_img img {
  /* object-position: 0% 28%; */
  object-position: 0% 0%;
}

.fv_text_wrap {
  height: fit-content;
  position: relative;
  z-index: 2;
  /* position: absolute;
  bottom: 24rem;
  left: 11.6rem; */
  color: #fff;
  position: absolute;
  left: 4.5rem;
  bottom: 3rem;
}

.fv_title {
  width: fit-content;
  height: 14.4rem;
  font-size: 6rem;
  font-weight: 600;
  line-height: calc(72 / 60);
  /* margin-bottom: 2.5rem; */
}

.fv_title_first {
  position: relative;
  display: inline-block;
  opacity: 0;
}

.show .fv_title_first {
  animation: text_fade_up .5s ease-in-out;
  animation-fill-mode: forwards;
}

@keyframes text_fade_up {
  0% {
    transform: translateY(7.7rem);
    opacity: 0;
  }

  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

.fv_title_second {
  position: relative;
  display: inline-block;
  opacity: 0;
}

.show .fv_title_second {
  animation: text_fade_up .5s ease-in-out;
  animation-delay: .5s;
  animation-fill-mode: forwards;
}

.fv_sab_tit {
  font-size: 2.5rem;
  line-height: calc(30 / 25);
  font-weight: 300;
  animation: fv_sub_fade_up .5s ease-in-out;
  animation-delay: 1.2s;
  opacity: 0;
  position: relative;
  top: .5rem;
  animation-fill-mode: forwards;
}

@keyframes fv_sub_fade_up {
  0% {
    transform: translateY(3rem);
    opacity: 0;
  }

  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

.swiper-wrapper {
  transition-timing-function: linear !important;
}

/* Our Mission */
.mission_swiper {
  /* background-color: #003790; */
  background-color: #262626;
}

.mission_slids_wrap {
  padding: 1.1rem 3rem 1.1rem;
}

.swiper_slide_link{
  padding-right: 10rem;
  min-width: 35rem;
  width: fit-content !important;
  
}

.mission_slid {
  font-size: 2rem;
  min-width: 100%;
  font-weight: bold;
  display: flex;
}

.mission_tit_wrap {
  width: 100%;
  padding: 5.7rem 18.8rem 8.64rem 4.5rem;
  display: flex;
  align-items: center;
  gap: 5.2rem;
  position: relative;
  z-index: 1;
}

.mission_tit_wrap::before {
  content: '';
  width: 34.3rem;
  height: 63.4rem;
  /* background-color: #ED1E34; */
  background-color: #4A4A4A;
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  position: absolute;
  top: -26rem;
  right: 0;
  z-index: -1;
}

.mission_text {
  width: 71.4rem;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: calc(23 / 18);
  margin-bottom: 2rem;
}

.mission_text:nth-last-child(1) {
  margin-bottom: 0;
}


/* Innovation & Challenge */
.innova_wrap {
  display: flex;
  width: 100%;
  position: relative;
  margin-bottom: 19.4rem;
}

.innova_wrap::before {
  content: '';
  width: calc(100% - 64rem);
  height: 2.6rem;
  background-color: #2F2F2F;
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  position: absolute;
  top: -2.55rem;
  right: 0;
  z-index: 1;
}

.innova_wrap::after {
  content: '';
  width: 64rem;
  height: 2.6rem;
  background-color: #FFFFFF;
  clip-path: polygon(0 0, 0% 100%, 100% 0);
  position: absolute;
  top: -0.1rem;
  left: 0;
  z-index: 2;
}

.innva_flex {
  /* width: 128rem; */
  width: 100%;
  position: relative;
  /* display: flex; */
}

.innva_img_wrap {
  width: 100%;
  height: 100%;
}

.innova_img {
  width: 64rem;
  height: 100vh;
  /* background-image: url(../img/products_01.png); */
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 40% 50%;
  position: sticky;
  top: 0;
  transition: .3s;
}

.innova_img_01,
.innova_img_02 {
  position: absolute;
  top: 0;
  left: 0;
  transition: opacity 0.5s ease;
  height: 100%;
}

.innova_img_01.fadeOut {
  opacity: 0;
}

.innova_img_02.fadeOut {
  opacity: 0;
}

.innova_bott_img {
  background-image: url(../img/products_archive355x240.png);
  top: 0;
  z-index: 1;
}

.innova_conts_wrap {
  /* width: 64rem; */
  position: relative;
  z-index: 2;
  flex: 1;
}

.innova_cont {
  /* width: 64rem; */
  padding: 9.9rem 3rem 15rem 2.4rem;
}

.bg_colr_grad {
  padding: 15rem 3rem 9.9rem 3.5rem;
  /* background-image: linear-gradient(#2f2f2f, #003790); */
  background-image: linear-gradient(#2f2f2f, #606060);
}

.innova_title {
  font-size: 3.5rem;
  font-weight: 600;
  /* margin-bottom: 1rem; */
}

.innova_sab_tit {
  width: 55.2rem;
  font-size: 2.5rem;
  font-weight: 600;
  line-height: calc(40 / 25);
  margin-bottom: 1.4rem;
}

.innova_conts {
  display: flex;
  flex-direction: column;
  gap: 2.2rem;
}

.innova_cont_text {
  font-size: 1.6rem;
  line-height: calc(23 / 16);
}


/* Our Services */
.servi_wrap {
  position: relative;
}

.servi_slid_img {
  width: 60rem;
  height: 30rem;
  position: absolute;
  top: -9.5rem;
  left: 4.5rem;
  z-index: 2;
}

.servi_swiper {
  /* background-color: #ED1E34; */
  background-color: #262626;
}

.servi_slids_wrap {
  padding: 0.9rem 1.4rem 1rem;
}

.servi_our_wrap {
  padding: 8.8rem 3rem 8.8rem 4.5rem;
  /* background-image: url(../img/about2.png); */
  background-image: url(../img/top_Service02.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 1;
}

.servi_bg_img {
  width: 100%;
  height: 100%;
  /* background-color: #003790; */
  background-color: #FFFFFF;
  opacity: 0.8;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.servi_cont_flex {
  width: 120.5rem;
  display: flex;
  gap: 5.5rem;
}

.sevi_tit_wrap {
  width: 68rem;
  margin-top: auto;
  margin-bottom: 1rem;
}

.servi_title {
  margin-bottom: 1.5rem;
  line-height: calc(55 / 50);
}

.servi_text {
  font-size: 1.6rem;
  line-height: calc(25 / 16);
  font-weight: 600;
  margin-bottom: 2rem;
}

.servi_text:nth-last-child(1) {
  margin-bottom: 0;
}

.servi_img {
  width: 50rem;
  height: 50rem;
}

/* スライド */
.servi_cont_slid {
  width: 119rem;
  margin: 0 auto 11rem;
}

.servi_cont_wrap {
  padding-top: 10.4rem;
  padding-bottom: 1.5rem;
}

.slid_li {
  width: 100%;
  height: fit-content;
  display: flex !important;
  position: relative;
  box-shadow: 0 0.3rem 0.6rem #00000029;
}

.slid_cont_img {
  width: 66rem;
  height: 40rem;
  clip-path: polygon(0 0, 100% 0, 90.98% 100%, 0 100%);
  /* background: url(../img/about2.png) no-repeat;
  background-position: 100% 30%;
  background-size: cover; */
}

.slid_cont_image {
  width: 66rem;
  height: 100%;
  object-position: 100% center;
}

.slid_img_position {
  object-position: 10% center;
}

.slid_img_position2 {
  object-position: 45% center;
}


.slid_servi_cont {
  width: 59.5rem;
  margin-left: -6.4rem;
  padding: 3.6rem 2.2rem 2.2rem 0;
  position: relative;
  z-index: 1;
}

/* .slid_servi_cont::before {
  content: '';
  width: 6.4rem;
  height: calc(100% - .09rem);
  clip-path: polygon(100% 0, 0 100%, 100% 100%);
  background-color: #FFFFFF;
  position: absolute;
  top: 0.1rem;
  left: 0.05rem;
  z-index: -1;
} */

.slid_num,
.slid_num2,
.slid_num3 {
  font-size: 10rem;
  font-weight: bold;
  /* color: #003790; */
  color: #262626;
  position: absolute;
  top: -7rem;
  left: -12.5rem;
}

.slid_num2 {
  left: -15rem;
}

.slid_num3 {
  left: -15rem;
}

.slid_servi_circle {
  display: inline-block;
  width: .5rem;
  height: .5rem;
  border-radius: 50%;
  background-color: black;
  position: relative;
  bottom: .3rem;
}

.slid_servi_tit {
  display: inline-block;
  padding: 1rem 2rem;
  font-size: 3.5rem;
  line-height: calc(40 / 35);
  font-weight: 600;
  /* background-color: #003790; */
  background-color: #262626;
  /* margin-bottom: 1.5rem; */
}

.servi_text_cont {
  padding: 1.5rem 0 0 6rem;
}

.slid_servi_sab {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 1rem;
}

.slid_servi_text {
  font-size: 1.5rem;
  line-height: calc(25 / 15);
}

.slid_servi_text {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 8;
}


.servi_btn_wrap {
  display: flex;
  justify-content: center;
  gap: 3rem;
}

.swiper_button_next,
.swiper_button_prev {
  width: 5rem;
  height: 5rem;
  background-color: #262626;
  position: relative;
}

.swiper_button_next::before,
.swiper_button_prev::before {
  content: '';
  background-color: #FFFFFF;
  width: 1.9rem;
  height: 2.2rem;
  clip-path: polygon(0 50%, 100% 0, 100% 100%);
  position: absolute;
  top: 1.4rem;
  left: 1.5rem;
}

.swiper_button_next::before {
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}

.servi_bottom_img {
  width: 100%;
  height: 50rem;
  position: relative;
}

.servi_bottom_img::before {
  content: '';
  width: 44.3rem;
  height: 70rem;
  clip-path: polygon(0 0, 0% 100%, 100% 100%);
  /* background-color: #ED1E34; */
  background-color: #4A4A4A;
  opacity: 0.7;
  position: absolute;
  bottom: 0;
  left: 0;
}

.servi_bottom_img img {
  object-position: 0 20%;
}


/* About Us */

.about_wrap{
  margin-top: 6rem;
}

.about_swiper {
  background-color: #262626;
  margin-bottom: 6rem;
}

.about_slids_wrap {
  padding: 1rem 1.4rem 1rem;
}

.about_conts_wrap {
  margin-bottom: 17rem;
  display: flex;
  gap: 2rem;
}

.about_img {
  width: 64.5rem;
  height: 42rem;
}

.about_text_wrap {
  width: 57rem;
}

.about_title {
  margin: 3.7rem 0 1.5rem 2.4rem;
  line-height: calc(60 / 50);
}

.about_title::before {
  content: '';
  width: 1.4rem;
  height: 1.6rem;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  /* background-color: #ED1E34; */
  background-color: #4A4A4A;
  position: absolute;
  top: 2.1rem;
  left: -2.3rem;
}

.about_cont {
  font-size: 1.5rem;
  line-height: calc(30 / 15);
  margin-bottom: 2.7rem;
}

.about_mb_20 {
  margin-bottom: 1.4rem;
}

.about_btn_more {
  width: 12.2rem;
  background-color: #262626;
}

.about_btn_more a {
  display: block;
  width: 100%;
  font-size: 1.8rem;
  padding: 0.5rem 0.5rem;
  text-align: center;
}


/* news */
.news_wrap {
  width: 122rem;
  padding: 2.5rem 1.5rem;
  background-color: #262626;
  margin: 0 auto 14rem;
}

.news_title {
  margin-bottom: 2rem;
  line-height: calc(60 / 50);
  text-align: center;
}

.news_conts {
  display: flex;
  gap: 2.5rem;
  margin-bottom: 4rem;
}

.news_li {
  width: 38rem;
  background-color: #FFFFFF;
}

.news_li>a {
  width: 100%;
  height: 100%;
}

.news_img {
  width: 100%;
  height: 25rem;
}

.news_cont_wrap {
  padding: 1.5rem 1rem 2.5rem;
}

.news_li_title {
  font-size: 1.8rem;
  font-weight: 600;
  line-height: calc(28 / 18);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.news_text {
  font-size: 1.5rem;
  min-height: 7.5rem;
  line-height: calc(25 / 15);
  margin-bottom: 1rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.news_date_btn {
  display: flex;
  align-items: center;
  gap: 2rem;
}

.news_date {
  font-size: 1.5rem;
  font-weight: 600;
}

.archive_category,
.archive_title_category {
  display: block;
  font-size: 1.6rem;
  line-height: calc(24 / 16);
  color: #FFFFFF;
  border-radius: 100vh;
  width: fit-content;
  font-weight: 600;
  padding-inline: 2.0rem;
  padding-block: 0.6rem;
  /* ボタン内で文字が改行しないようにする */
  white-space: nowrap;
}

.news_btn_color {
  background-color: #FFFFFF;
  margin: 0 auto;
  font-weight: 500;
}


/* faq */
.faq_wrap {
  width: 119rem;
  margin: 0 auto 15rem;
}

.faq_title {
  text-align: center;
  margin-bottom: 6.2rem;
}

.faq_li_wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 4rem 6.8rem;
}

.faq_li {
  width: 35.1rem;
}

.faq_item {
  min-height: 5rem;
  padding: 0.7rem 1.4rem;
  display: flex;
  align-items: center;
  /* background-color: #003790; */
  background-color: #262626;
  font-size: 1.6rem;
  line-height: calc(16 / 16);
  font-weight: 500;
  margin-bottom: 0.5rem;
}

.faq_cont_text {
  padding: 1.2rem 1.8rem;
  /* border: 0.1rem solid #003790; */
  border: 0.1rem solid #262626;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: calc(30 / 15);
}


/* contact */
.contact_wrap {
  height: 30rem;
  position: relative;
}

.conta_bg_img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.conta_bg_img img {
  object-position: 0 46%;
  object-position: 0 20%;
}

.conta_img {
  width: 60rem;
  height: 100%;
  margin: 0 auto;
  /* background-image: url(../img/front_conta.png); */
  background-image: url(../img/front_conta2.png);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 1;
}

.conta_img a {
  display: inline-block;
  width: 100%;
  height: 100%;
}

.conta_title {
  font-size: 5.5rem;
  font-weight: 600;
  text-align: center;
  padding: 11rem 0;
}

/* js追従 */
.innva_js.change .innova_img {
  background-image: url(../img/products_02.png);
}

.sp_onl {
  display: none;
}


@media screen and (max-width: 699.98px) {
  .front_title {
    font-size: 4rem;
  }

  .sp_onl {
    display: block;
  }

  .fv_wrap {
    height: 100svh;
  }

  .fv_img img {
    /* object-position: 0% 28%; */
    object-position: 43% center;
  }

  .fv_text_wrap {
    width: 100%;
    height: fit-content;
    text-align: center;
    position: absolute;
    bottom: 3rem;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .fv_title {
    font-size: 4.8rem;
    height: fit-content;
    line-height: calc(60 / 48);
    margin-bottom: 1.8rem;
  }

  .fv_sab_tit {
    font-size: 2rem;
    line-height: calc(24 / 20);
    letter-spacing: calc(0.28em / 20);
    top: 0;
    animation-delay: 1.5s;
  }

  /* Our Mission */
  .mission_slids_wrap {
    padding: 0.9rem 1rem;
  }

  .swiper_slide_link{
  padding-right: 5rem;
  min-width: 10rem;
  width: fit-content !important;
}

  .our_title {
    width: 100%;
    letter-spacing: 0.02em;
  }

  .mission_slid {
    font-size: 1.6rem;
    min-width: fit-content !important;
    display: flex;
    flex-wrap: nowrap;
    white-space: nowrap;
  }

  .mission_tit_wrap {
    padding: 6rem 1.5rem 10rem;
    flex-direction: column;
    gap: 2rem;
  }

  .mission_tit_wrap::before {
    content: '';
    width: 18.75rem;
    height: 43rem;
    top: auto;
    bottom: -0.7rem;
    right: 0;
    z-index: -1;
    opacity: 0.7;
  }

  .mission_text {
    width: 100%;
  }


  /* Innovation & Challenge */
  .innova_wrap {
    width: 100%;
    position: relative;
    flex-direction: column;
    margin-bottom: 14.5rem;
    z-index: 1;
  }

  .innova_wrap::before {
    display: none;
  }

  .innova_wrap::after {
    width: 100%;
    height: 2.8rem;
    clip-path: polygon(0 0, 0% 100%, 100% 0);
    position: absolute;
    top: -0.1rem;
    left: 0;
    z-index: 1;
  }

  .innova_img::before {
    content: '';
    width: 19.1rem;
    height: 1.5rem;
    clip-path: polygon(3.4% 0, 0% 100%, 100% 0);
    /* background-color: #ED1E34; */
    background-color: #4A4A4A;
    position: absolute;
    top: -0.1rem;
    right: 0;
    z-index: 2;
    opacity: 0.7;
  }

  .innova_img {
    width: 100%;
    height: 48.5rem;
    background-position: 40% 50%;
    position: static;
    top: 0;
    position: relative;
  }

  .innva_flex {
    width: 100%;
    position: relative;
  }

  .innova_bott_img {
    top: 0;
    z-index: 1;
  }

  .innova_conts_wrap {
    width: 100%;
    z-index: 2;
  }

  .innova_cont {
    width: 100%;
    padding: 8rem 1.5rem 10rem;
  }

  .bg_colr_grad {
    padding: 8rem 1.5rem 10rem;
  }

  .innova_title {
    font-size: 3rem;
    margin-bottom: 0.5rem;
    letter-spacing: 0.02em;
  }

  .innova_sab_tit {
    font-size: 2rem;
    line-height: calc(35 / 20);
    margin-bottom: 1.3rem;
    width: 100%;
  }

  .innova_conts {
    gap: 2.5rem;
  }

  .innova_cont_text {
    font-size: 1.6rem;
    line-height: calc(24 / 16);
  }

  .innova_bott_img {
    width: 100%;
    height: 40rem;
  }

  /* Our Services */
  .servi_slid_img {
    width: 20rem;
    height: 10rem;
    top: -4.3rem;
    left: 1rem;
    z-index: 2;
  }

  .servi_slids_wrap {
    padding: 0.8rem 1rem;
  }

  .servi_our_wrap {
    padding: 6.7rem 0 0;
  }

  .servi_cont_flex {
    width: 100%;
    flex-direction: column;
    gap: 0;
  }

  .sevi_tit_wrap {
    width: 100%;
    margin-top: 0;
    margin-bottom: 4rem;
    padding: 0 1.5rem;
  }

  .servi_title {
    margin-bottom: 2.6rem;
    line-height: calc(40 / 40);
    letter-spacing: 0.02em;
  }

  .servi_text {
    margin-bottom: 2rem;
  }

  .servi_img {
    width: 100%;
    height: 37.5rem;
  }


  /* スライド */
  .servi_cont_slid {
    width: 100%;
    margin: 0 0 7.5rem;
    padding: 0 1.5rem !important;
  }

  .servi_cont_wrap {
    padding-top: 10.4rem;
    padding-bottom: 1.5rem;
  }

  .slid_li {
    width: 100%;
    flex-direction: column;
    position: relative;
    box-shadow: 0 0.3rem 0.6rem #00000029;
  }

  .slid_cont_img {
    width: 100%;
    height: 20rem;
    clip-path: none;
    background-position: center center;
    background-size: cover;
  }

  .slid_servi_cont {
    width: 100%;
    margin-left: 0;
    padding: 0;
  }

  .slid_num,
  .slid_num2 {
    top: -26.5rem;
    left: 12rem;
  }

  .slid_num2 {
    left: 11rem;
  }

  .slid_servi_tit {
    display: block;
    width: 31.4rem;
    padding: 1rem;
    font-size: 3rem;
    line-height: calc(40 / 30);
    font-weight: bold;
    letter-spacing: 0.02em;
    margin: -2rem auto;
  }

  .servi_text_cont {
    padding: 1.5rem;
    margin-top: 1rem;
  }

  .slid_servi_sab {
    font-size: 1.8rem;
    line-height: calc(26 / 18);
    margin-bottom: 0.5rem;
  }

  .servi_btn_wrap {
    gap: 3.9rem;
  }

  .servi_bottom_img {
    width: 100%;
    height: 20rem;
  }

  .servi_bottom_img::before {
    width: 15rem;
    height: 32.5rem;
  }


  /* About Us */
  .about_swiper {
    margin-bottom: 6rem;
  }

  .about_slids_wrap {
    padding: 0.8rem 1rem;
  }

  .about_conts_wrap {
    margin-bottom: 10rem;
    flex-direction: column-reverse;
  }

  .about_img {
    width: 100%;
    height: 25rem;
  }

  .about_text_wrap {
    width: 100%;
    padding: 0 1.5rem;
  }

  .about_title {
    margin: 0 0 1.5rem 2.4rem;
    line-height: calc(40 / 40);
  }

  .about_title::before {
    top: 1.2rem;
    left: -2.3rem;
  }

  .about_text_wrap.about_cont {
    margin-bottom: 2.8rem;
  }

  .about_text_wrap.about_cont:nth-last-child(1) {
    margin-bottom: 1.7rem;
  }


  /* news */
  .news_wrap {
    width: 100%;
    padding: 2.5rem 1.5rem;
    margin: 0 auto 10rem;
  }

  .news_conts {
    flex-direction: column;
  }

  .news_li {
    width: 100%;
  }

  .news_img {
    height: 22rem;
  }

  .news_cont_wrap {
    padding: 1.5rem 1rem 2rem;
  }

  .news_date_btn {
    display: flex;
    align-items: center;
    gap: 2rem;
  }

  .news_text {
    -webkit-line-clamp: 4;
  }


  /* faq */
  .faq_wrap {
    width: 100%;
    padding: 0 1.5rem;
  }

  .faq_title {
    text-align: center;
    margin-bottom: 2.2rem;
  }

  .faq_li_wrap {
    flex-direction: column;
    gap: 4rem;
  }

  .faq_li {
    width: 100%;
  }

  .faq_item {
    max-height: 5rem;
    padding: 1.5rem 1.1rem;
  }

  .faq_cont_text {
    padding: 1.4rem 1.5rem;
  }


  /* contact */
  .contact_wrap {
    height: 25rem;
  }

  .conta_bg_img {
    display: none;
  }

  .conta_img {
    width: 37.5rem;
    height: 100%;
    margin: 0 auto;
    /* background-image: url(../img/front_conta.png); */
    background-image: url(../img/front_conta2.png);
    background-position: 50% 50%;
    position: relative;
    z-index: 1;
  }

  .conta_title {
    font-size: 4rem;
    padding: 9.4rem 0;
  }
}