@charset "UTF-8";
/*
	Filename: home
	Version: 1.0.1
*/
/*-----------------------------------------------------
	MV
------------------------------------------------------*/
body.home {
  overflow-x: hidden;
}
#mv {
  position: relative;
  height: 100vh;
} 
.video_wrap {
  position: fixed;
  top: 80px;
  right:0;
  left:0;
  bottom:0;
  z-index: -1;
  overflow: hidden;
  background: rgba(0, 0, 0, .18);
  background-blend-mode: multiply;
}
.mv_video {
  width: auto; /* 16:9→16 ÷ 9＝ 177.77% */
  height: auto; /* 16:9→ 9 ÷ 16 = 56.25% */
  min-height: 100%;
  min-width: 100%;
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
/*--- title ---*/
h1 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}
h1 img {
  width: 784px;
}
/*--- mv_news ---*/
.mv_news {
  width: 100%;
  height: 70px;
  position: fixed;
  bottom: 1px;
	left: 50%;
	transform: translateX(-50%);
	-webkit- transform: translateX(-50%);
}
.mv_news_inner {
  width: 1300px;
  margin: 0 auto;
  background: #fff;
}
.mv_news_l {
  width: 12.4%;
  padding: 24px 38px;
  background: #00326b;
  text-align: center;
}
.mv_news_l h2 {
  font-size: 1.8rem;
  font-weight: 400;
  color: #fff;
}
.mv_news_r {
  width: 87.6%;
  padding: 10px 40px;
  position: relative;
}
.mv_news_r::after {
  content: url("../img/common/arrow.png");
  position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit- transform: translateY(-50%);
  right: 30px;
}
.mv_news_r table {
  position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit- transform: translateY(-50%);
}
.mv_news_r table td {
  vertical-align: middle;
}
.mv_news_r table td .news_date {
  margin-right: 15px;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
  color: #696666;
}
.mv_news_r table td .news_category {
  margin-right: 50px;
  font-family: 'Montserrat', sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  color: #fff;
  line-height: 1;
  letter-spacing: 0.03em;
}
.mv_news_r table td .news_category span {
  padding: 5px 10px;
}
.mv_news_r table td .news_title  a{
  font-size: 1.8rem;
  font-weight: 400;
}
  /*--- mv_news ---*/
  .mv_news_sp {
      display: none;
  }
  .mv_news_inner_sp {
      display: none;
  }


/*-----------------------------------------------------
	共通
------------------------------------------------------*/
.home_link_title_en {
  margin-bottom: 10px;
  font-family: 'Montserrat', sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  color: #00326b;
  letter-spacing: 0.07em;
  line-height: 1;
}
.home_link_title {
  margin-bottom: 10px;
  font-size: 3.6rem;
  letter-spacing: 0.08em;
}
.home p {
  font-size: 1.8rem;
  line-height: 1.8;
  letter-spacing: 0.03em;
}
.home p .iconR{
  position: relative;
  padding-right: 0.4em;
}
.home p .iconR:after{
  content: '®︎';
  font-size: 0.7em;
  position: absolute;
  top: 0;
  right: 0;
}

/*-----------------------------------------------------
	sec#home_scene
------------------------------------------------------*/
#home_scene {
  width: 100%;
  padding: 100px 0;
  background: #fff;
}
/*-----------------------------------------------------
	sec#home_solution
------------------------------------------------------*/
#home_solution {
  width: 100%;
  padding: 0 0 100px;
  position: relative;
  background: #ddd;
  background-size: auto auto;
  background-color: rgba(235, 239, 243, 1);
  background-image: repeating-linear-gradient(-45deg, transparent, transparent 11px, rgba(255, 255, 255, 1) 11px, rgba(255, 255, 255, 1) 12px );
}
.top_line {
  width: 100%;
  height: 100px;
  position: absolute;
  top: 0;
  background: #fff;
}
.left_line {
  width: 50px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
}
.bg_text {
  position: absolute;
  bottom: 250px;
  left: 0;
}
.bg_text p {
  transform: rotate(-90deg);
  font-size: 1.3rem;
  color: #6684a6;
  letter-spacing: 0.13em;
}
/*-----------------------------------------------------
	sec#home_scene sec#home_solution 共通
------------------------------------------------------*/
.scene_solution_link {
  width: 93.75%;
  position: relative;
  z-index: 3;
  background: #fff;
}
.scene_solution_link::after {
  content: url("../img/common/scene_solution_arrow.png");
  position: absolute;
  top: 30px;
  right: 30px;
}
.scene_solution_link img {
  width: 100%;
}
.scene_solution_link_inner {
  width: 1300px;
  position: absolute;
  top: 0;
	left: 50%;
	transform: translateX(-50%);
	-webkit- transform: translateX(-50%);
  z-index: 2;
  pointer-events: none;
}
.scene_solution_link_title {
  width: 490px;
  padding: 0 30px 45px 50px;
  background: #fff;
}
.scene_solution_link::after {
  pointer-events: none;
}
/*-----------------------------------------------------
	sec#home_solution_pickup
------------------------------------------------------*/
.solution_pick_up {
  width: 1300px;
  position: relative;
  z-index: 5;
  margin: -50px auto 0;
}
.solution_pick_up_child {
  width: 23.9%;
  background: #fff;
}
.solution_pick_up_child img {
  width: 100%;
}
.pick_up_contents {
  width: 100%;
  position: relative;
  padding: 30px;
}
.pick_up_contents::after {
  content: url("../img/common/arrow.png");
  position: absolute;
  top: 20px;
  right: 18px;
}
.solution_pick_up_child:nth-child(4) .pick_up_contents::after {
  content: url("../img/common/link_icon.png");
}
.pick_up_contents h2 {
  margin-top: 5px;
  margin-bottom: 10px;
  font-size: 2.8rem;
  font-feature-settings: "palt" 1;
  letter-spacing: 0.075em;
}
/*-----------------------------------------------------
	sec#home_support
------------------------------------------------------*/
#home_support {
  width: 100%;
  padding: 100px 0 70px;
  background: #fff;
}
.support_link {
  width: 1300px;
  margin: 0 auto;
}
.support_link_child {
  width: 48.5%;
  margin-bottom: 72px;
  background: #fff;
}
.support_link_child img {
  width: 100%;
}
.support_link_contents {
  width: 82.5%;
  position: relative;
  margin-top: -74px;
  padding: 30px 0 0;
  background: #fff;
}
.support_link_contents::after {
  content: url("../img/common/arrow.png");
  position: absolute;
  top: 20px;
  right: 19px;
}
.support_link_contents h2 {
  margin-top: 5px;
  margin-bottom: 10px;
  font-size: 2.8rem;
}
/*-----------------------------------------------------
	sec#home_products
------------------------------------------------------*/
#home_products {
  width: 100%;
  padding: 0 0 49px;
  background: #fff;
}
.products_slider li img {
  width: 100%;
  padding: 0 10px;
}
.products_slider li img:hover {
  opacity: 1;
}

/*-----------------------------------------------------
	sec#home_news_title
------------------------------------------------------*/
#home_news_title {
  width: 100%;
  padding: 100px 0 65px;
  background: #fff;
  text-align: center;
}
/*-----------------------------------------------------
	sec#home_news_list
------------------------------------------------------*/
#home_news_list {
  width: 100%;
  position: relative;
  padding: 0 0 150px;
  background: rgba(38,54,89, .6);
  text-align: center;
}
.news_list_line {
  width: 100%;
  height: 70px;
  position: absolute;
  top: 0;
  background: #fff;
}
.news_list {
  width: 1355px;
  position: relative;
  margin: -70px 0 0;
  margin-left: calc(100% - 1310px);
  padding-left: -45px;
}
.news_list_child {
  padding: 0 10px;
}
.news_list_child img {
  width: 100%;
}
.news_list_child a img:hover{
  opacity: 1;
}
.news_list_contents {
  position: relative;
  padding: 0 30px 18px;
  background: #fff;
  text-align: left;
}
.news_list_contents::after {
  content: url("../img/common/arrow.png");
  position: absolute;
  top: 21px;
  right: 28px;
}
.news_list_contents .news_date {
  margin-top: 1px;
  margin-bottom: 5px;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 1.8rem;
  font-weight: 600;
  color: #696666;
  line-height: 1;
}
.news_list_contents .news_category {
  position: relative;
  top: -15px;
  left: -30px;
}
.news_list_contents .news_category span {
  padding: 3px 9px;
  font-family: 'Montserrat', sans-serif;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.06em;
}
.news_list_contents .news_category span a {
  color: #fff;
}
.information {background: #b4965a;}
.product {background: #be5032;}
.important {background: #be325a;}

.news_list_contents .news_title {
  font-size: 1.8rem;
  line-height: 1.8;
}
.news_list_prev {
  position: absolute;
  bottom: -70px;
	left: calc(50% + 390px);
	transform: translateX(-50%);
	-webkit- transform: translateX(-50%);
  cursor: pointer;
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.news_list_next {
  position: absolute;
  bottom: -70px;
	left: calc(50% + 460px);
	transform: translateX(-50%);
	-webkit- transform: translateX(-50%);
  cursor: pointer;
}
.news_link {
  max-width: 300px;
  margin: 40px auto 0;
  border: 2px solid #fff;
}
.news_link a {
  width: 100%;
  height: 100%;
  padding: 7px 10px;
  position: relative;
  display: block;
  font-size: 1.8rem;
  font-weight: 500;
  color: #fff;
}
.news_link a:after {
  content: url("../img/common/news_arrow.png");
  position: absolute;
	top: 50%;
  right: 30px;
	transform: translateY(-50%);
	-webkit- transform: translateY(-50%);
}
/*-----------------------------------------------------
	sec#home_bottom_link
------------------------------------------------------*/
#home_bottom_link {
  width: 100%;
  padding: 150px 0;
  background: #fff;
}
.bottom_link_top {
  width: 1300px;
  margin: 0 auto 20px;
}
.bottom_link_top_l {
  width: 49.3%;
  position: relative;
  padding: 25px;
  background: url("../img/home/footer_link_bg_01.jpg") no-repeat center center;
  transition: .5s;
}
.bottom_link_top_r {
  width: 49.3%;
  position: relative;
  padding: 25px;
  background: url("../img/home/footer_link_bg_02.jpg") no-repeat center center;
}
.bottom_link_top_l:hover::after, .bottom_link_top_r:hover::after {
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  background: rgba(38,54,89, .5);
  transition: .5s;
}
.bottom_link_top_l a:hover > img, .bottom_link_top_l a:hover, .bottom_link_top_r a:hover > img, .bottom_link_top_r a:hover {
	opacity: 1;
}
.bottom_link_top_l img, .bottom_link_top_r img {
  width: 100%;
}
.bottom_link_top_inner {
  width: 100%;
  position: relative;
  z-index: 5;
  padding: 94px 10px;
  border: 1px solid #fff;
  text-align: center;
}
.bottom_link_top_inner::after {
  content: url("../img/common/w_link_arrow.png");
  position: absolute;
  bottom: 15px;
  right: 23px;
}

.bottom_link_top_inner .home_link_title_en {
  color: #fff;
  line-height: 1;
}
.bottom_link_top_inner h2 {
  font-size: 3.6rem;
  font-weight: 400;
  color: #fff;
  letter-spacing: 0.1em;
}
.bottom_link_bottom {
  width: 1300px;
  margin: 0 auto;
}
.bottom_link_bottom_inner {
  width: 32.35%;
  position: relative;
  padding: 33px 32px;
  background: #00326b;
  transition: .5s;
}
.bottom_link_bottom_inner:hover {
  background: #022547;
  transition: .5s;
}
.bottom_link_bottom_inner:nth-child(2) {
  background: #1e508c;
}
.bottom_link_bottom_inner:nth-child(2):hover {
  background: #113a63;
}
.bottom_link_bottom_inner::after {
  content: url("../img/common/w_link_arrow.png");
  position: absolute;
	top: 50%;
	right: 18px;
	transform: translateY(-50%);
	-webkit- transform: translateY(-50%);
}
.bottom_link_bottom_inner .home_link_title_en {
  margin-bottom: 10px;
  font-size: 1.3rem;
  color: #fff;
}
.bottom_link_bottom_inner h3 {
  font-size: 2.4rem;
  font-weight: 400;
  color: #fff;
}

/*---------------------------------------------------------------------------------------------------------------------------------------------------------------
	レスポンシブ
----------------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 1500px) {
  .left_line {
    display: none;
  }
  .bg_text {
    left: -40px;
  }
}

@media screen and (max-width: 1350px) {
  /*-----------------------------------------------------
    MV
  ------------------------------------------------------*/
  /*--- mv_news ---*/
  .mv_news {
    width: 100%;
    height: 90px;
    bottom: -19px;
  }
  .mv_news_inner {
    width: 100%;
  }
  .mv_news_l {
    width: 17.4%;
    padding: 24px 20px;
  }
  .mv_news_r {
    width: 82.6%;
    padding: 20px;
  }
  .mv_news_r::after {
    right: 15px;
  }
  .mv_news_r table td {
    padding-right: 40px;
  }
  .mv_news_r table td .news_date {
    margin-right: 10px;
  }
  .mv_news_r table td .news_category {
    margin-right: 10px;
  }
  /*-----------------------------------------------------
    sec#home_solution
  ------------------------------------------------------*/
  .bg_text {
    display: none;
  }

  /*-----------------------------------------------------
    sec#home_scene sec#home_solution 共通
  ------------------------------------------------------*/
  .scene_solution_link img {
    width: 100%;
    min-height: 400px;
    object-fit: cover;
    object-position: right bottom;
  }
  .scene_solution_link_inner {
    width: 90%;
  }
  /*-----------------------------------------------------
    sec#home_solution_pickup
  ------------------------------------------------------*/
  .solution_pick_up {
    width: 100%;
    padding: 0 20px;
  }
  .solution_pick_up_child br {
    display: none;
  }
  @media screen and (max-width: 1080px) {
    .solution_pick_up_child {
      width: 49%;
      margin-bottom: 20px;
    }
  }
  /*-----------------------------------------------------
    sec#home_support
  ------------------------------------------------------*/
  .support_link {
    width: 100%;
    padding: 0 20px;
  }
  .support_link_contents {
    width: 90%;
    margin-top: -50px;
  }
  /*-----------------------------------------------------
    sec#home_news_list
  ------------------------------------------------------*/
  .news_list {
    width: 105%;
    margin-left: 20px;
    padding-left: -45px;
  }
  .news_list_prev {
    left: auto;
    right: 200px;
  }
  .news_list_next {
    left: auto;
    right: 130px;
  }
  /*-----------------------------------------------------
    sec#home_bottom_link
  ------------------------------------------------------*/
  .bottom_link_top {
    width: 100%;
    padding: 0 20px;
  }
  .bottom_link_bottom {
    width: 100%;
    padding: 0 20px;
  }
  @media screen and (max-width: 1150px) {
    .bottom_link_top_inner {
      padding: 60px 10px;
    }
    .bottom_link_bottom_inner {
      padding: 25px;
    }
    .bottom_link_bottom_inner h3 {
      font-size: 1.8rem;
    }
  }
}

/*---------------------------------------------------------------------------------------------------------------------------------------------------------------
	900
----------------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 900px) {
  /*-----------------------------------------------------
    MV
  ------------------------------------------------------*/
  /*--- title ---*/
  h1 {
    width: 90%;
    top: 50%;
  }
  h1 img {
    width: 100%;
  }
  .video_wrap {
    top: 0;
  }
  /*--- mv_news ---*/
  .mv_news {
    display: none;
  }
  .mv_news_sp {
    width: 100%;
    height: auto;
    display: block;
    position: fixed;
    bottom: 0;
    margin: 0 auto;
  }
  .mv_news_inner_sp {
    width: 90%;
    display: block;
    position: relative;
    margin: 0 auto;
    padding-top: 20px;
    background: #fff;
  }
  .mv_news_inner_sp::after {
    content: url("../img/common/arrow.png");
    position: absolute;
    top: 13px;
    right: 30px;
  }

  .mv_news_inner_sp .news_date {
    margin-right: 0;
    font-size: 3.733vw;
  }
  .mv_news_inner_sp .news_category {
    margin-left: 20px;
    margin-right: 0;
    font-size: 2.8vw;
    color: #fff;
  }
  .mv_news_inner_sp .news_category span {
    padding: 5px 10px;
  }
  .mv_news_inner_sp .news_title {
    font-size: 3.733vw;
    line-height: 1.8;
  }
  .mv_news_sp_under {
    width: 80%;
    margin: 0 auto;
  }
}

/*---------------------------------------------------------------------------------------------------------------------------------------------------------------
	750 750vw
----------------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 750px) {
  /*-----------------------------------------------------
    共通
  ------------------------------------------------------*/
  .home_link_title_en {
    margin-bottom: 1.333vw;
    font-size: 3.333vw;
  }
  .home_link_title {
    margin-bottom: 1.333vw;
    font-size: 8vw;
  }
  .home p {
    font-size: 3.733vw;
    line-height: 1.4;
  }

  /*-----------------------------------------------------
    sec#home_scene
  ------------------------------------------------------*/
  #home_scene {
    padding: 13.333vw 0;
    background: #fff;
  }
  /*-----------------------------------------------------
    sec#home_solution
  ------------------------------------------------------*/
  #home_solution {
    width: 100%;
    padding: 0 0 20vw;
  }
  .top_line {
    display: none;
  }
  .bg_text {
    display: block;
    position: relative;
    top: 0;
    bottom: auto;
    left: 0;
    margin-top: 9.333vw;
    margin-left: 6.667vw;
  }
  .bg_text p {
    transform: none;
    font-size: 3.333vw;
    color: #00326b;
  }

  /*-----------------------------------------------------
    sec#home_scene sec#home_solution 共通
  ------------------------------------------------------*/
  .scene_solution_link {
    width: 100%;
    padding-top: 13.333vw;
  }
  .scene_solution_link::after {
    top: auto;
    bottom: 11.333vw;
    right: 5%;
  }
  .scene_solution_link img {
    width: 100%;
  }
  .scene_solution_link_inner {
    width: 90%;
    position: relative;
    margin-bottom: 5.333vw;
    padding: 0;
  }
  .scene_solution_link_title {
    width: 100%;
    padding: 0;
  }
  /*-----------------------------------------------------
    sec#home_solution_pickup
  ------------------------------------------------------*/
  .solution_pick_up {
    margin: 6.667vw auto 0;
    padding: 0 6.667vw;
  }
  .solution_pick_up_child {
    width: 100%;
    margin-bottom: 6.667vw;
  }
  .pick_up_contents {
    width: 100%;
    padding: 6.667vw;
  }
  .pick_up_contents::after {
    top: 6.667vw;
    right: 6.667vw;
  }
  .pick_up_contents h2 {
    margin-top: 0.667vw;
    margin-bottom: 1.333vw;
    font-size: 6vw;
  }
  /*-----------------------------------------------------
    sec#home_support
  ------------------------------------------------------*/
  #home_support {
    padding: 20vw 0 13.333vw;
  }
  .support_link {
    padding: 0 6.667vw;
  }
  .support_link_child {
    width: 100%;
    margin-bottom: 6.667vw;
  }
  .support_link_contents {
    width: 95%;
    margin-top: -6.667vw;
    padding: 6.667vw 0 0 6.667vw;
  }
  .support_link_contents::after {
    top: 6.667vw;
    right: 6.667vw;
  }
  .support_link_contents h2 {
    margin-top: 0.667vw;
    margin-bottom: 1.333vw;
    font-size: 6vw;
  }
  /*-----------------------------------------------------
    sec#home_products
  ------------------------------------------------------*/
  #home_products {
    margin-top: -1px;
    overflow: hidden;
  }
  .products_slider li img {
    margin-bottom: 6.667vw;
  }
  /*-----------------------------------------------------
    sec#home_news_title
  ------------------------------------------------------*/
  #home_news_title {
    padding: 20vw 0;
  }
  /*-----------------------------------------------------
    sec#home_news_list
  ------------------------------------------------------*/
  #home_news_list {
    padding: 0 0 20vw;
    overflow: hidden;
  }
  .news_list_line {
    position: static;
    height: 20vw;
    background: transparent;
  }
  .news_list {
    width: 100%;
    margin-top: 0;
    margin-left: 0;
    padding-top: 20vw;
    padding-left: 0;
  }
  .news_list_child {
    padding: 0 10px;
  }
  .news_list_contents {
    padding: 4vw;
  }
  .news_list_contents::after {
    top: 4vw;
    right: 2vw;
  }
  .news_list_contents .news_date {
    margin-top: 4vw;
    margin-bottom: 0.667vw;
    font-size: 2.933vw;
  }
  .news_list_contents .news_category {
    position: relative;
    top: 0;
    left: 0;
  }
  .news_list_contents .news_category span {
    font-size: 2.8vw;
  }
  .news_list_contents .news_title {
    font-size: 2.933vw;
  }
  .news_list_prev {
    left: auto;
    right: 28vw;
  }
  .news_list_next {
    left: auto;
    right: 8vw;
  }
  .news_link {
    width: 70%;
    max-width: 300px;
    margin: 18vw auto 0;
    border: 1px solid #fff;
  }
  .news_link a {
    padding: 7px 10px;
    font-size: 3.733vw;
  }
  .news_link a:after {
    right: 9.333vw;
  }
  /*-----------------------------------------------------
    sec#home_bottom_link
  ------------------------------------------------------*/
  #home_bottom_link {
    padding: 20vw 0 0;
  }
  .bottom_link_top_l {
    width: 100%;
    margin-bottom: 6.667vw;
    background: url("../img/home/sp/footer_link_bg_01.jpg") no-repeat;
    background-position: right bottom;
    background-size: cover;
  }
  .bottom_link_top_r {
    width: 100%;
    margin-bottom: 6.667vw;
    background: url("../img/home/sp/footer_link_bg_02.jpg") no-repeat center center;
    background-size: cover;
  }
  .bottom_link_top_inner {
    width: 100%;
    padding: 12.533vw 1.333vw;
  }
  .bottom_link_top_inner::after {
    bottom: 2vw;
    right: 3.067vw;
  }
  .bottom_link_top_inner h2 {
    font-size: 6vw;
  }
  .bottom_link_bottom_inner {
    width: 100%;
    margin-bottom: 6.667vw;
    padding: 6.533vw;
  }
  .bottom_link_bottom_inner::after {
    right: 6.533vw;
  }
  .bottom_link_bottom_inner:last-child {
    margin-bottom: 0;
  }
  .bottom_link_bottom_inner .home_link_title_en {
    margin-bottom: 1.333vw;
    font-size: 3.333vw;
  }
  .bottom_link_bottom_inner h3 {
    font-size: 6vw;
  }
}
