/* kv */
.kv {
  position: relative;
  z-index: 0;
  width: 100%;
  height: 760px;
  margin-bottom: 128px;
}
.kv_inner {
  position: absolute;
  top: 50%;
  left: calc((100% - 1280px) /2);
  z-index: 1;
  transform: translateY(-50%);
  max-width: 1280px;
  padding: 0 40px;
}
.kv_copy_en {
  margin-bottom: 12px;
}
.kv_copy_en_txt {
  width: auto;
  height: 100%;
}
.kv_copy {
  margin-bottom: 20px;
  color: #0F1070;
  font-size: 48px;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
.kv_txt {
  max-width: 440px;
  margin-bottom: 20px;
  font-size: 15px;
  font-weight: bold;
  line-height: 2;
}
.kv_txt_note {
  display: block;
  margin-top: 8px;
  margin-bottom: 20px;
  font-size: 12px;
}
.kv_img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}
.kv_img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}


.news {
  position: absolute;
  bottom: -44px;
  left: 0;
  right: 0;
  width: 100%;
  padding: 0 40px;
  max-width: 1280px;
  margin: auto;
}
.news_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px 24px;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.15);
}
.news_ttl {
  color: #0F1070;
  font-size: 24px;
  font-weight: bold;
}
.news-slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  /* width: 100%; */
  margin-left: 24px;
}
.news-slider_inner {
  max-width: 740px;
  /* margin-left: 24px; */
  border-left: 1px solid #E4E7F4;
  overflow: hidden;
}
.news_list {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  transition-property: transform;
  box-sizing: content-box;
    /* transform: translateX(-100%);
  transition: 0.5s; */
}
.news_item {
  position: relative;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  padding-left: 16px;
  transition-property: transform;
}
.news_item_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;

  width: 100%;
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: 14px;
}
.news_item_date {
  width: 6em;
  font-weight: bold;
}
.news_item_ttl {
  width: calc(100% - 6em - 16px);
  margin-left: 16px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.news_item_link:hover .news_item_ttl {
  text-decoration: underline;
}
.news_control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: auto;
  margin-right: 16px;
}
.news_control button {
  position: relative;
  width: 48px;
  height: 52px;
  display: block;
  background-color: #fff;
}
.news_control button:hover {
  background-color: #F5F5F8;
}
.news_control button::after {
  position: absolute;
}
.news_control_prev {
  border-radius: 8px 0 0 8px;
}
.news_control_next {
  border-radius: 0 8px 8px 0;
}
.news_control_prev::after {
  top: 50%;
  width: 4px;
  height: 4px;
  border: 2px solid;
  content: '';
  left: calc(50% + 2px);
  border-color: transparent transparent #000D50 #000D50;
  transform: translate(-50%,-50%) rotate(45deg);
}
.news_control_next::after {
  top: 50%;
  width: 4px;
  height: 4px;
  border: 2px solid;
  content: '';
  left: calc(50% - 2px);
  border-color: #000D50 #000D50 transparent transparent;
  transform: translate(-50%,-50%) rotate(45deg);
}
.news_link {
  margin-left: auto;
}


.home-conditions_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 64px;
}
.home-conditions_item {
  width: 30.333%;
  margin: 0 1.5%;
}
.home-conditions_item_icon {
  margin-bottom: 24px;
}
.home-conditions_item_icon_img {
  margin: auto;
}
.home-conditions_item_txt {
  text-align: center;
}
.home-conditions_item_ttl {
  margin-bottom: 8px;
  font-size: 16px;
  font-weight: bold;
}
.home-conditions_item_desc {
  font-size: 12px;
}

@media screen and (max-width: 1280px) {
  .kv_inner {
      left: 0;
  }
  .news-slider {
      width: 52.5%;
  }
  .news-slider_inner {
      max-width: 600px;
  }
}
@media screen and (max-width: 1200px) {
  .kv {
    height: 648px;
  }
  .kv_copy_en {
    height: 1.8vw;
  }
  .kv_copy {
    font-size: 3.6vw;
  }
  .kv_txt {
    max-width: 360px;
  }
}
@media screen and (max-width: 960px) {
  .kv {
    height: 80vw;
  }
  .kv_txt {
    max-width: 288px;
    width: 32vw;
    margin-bottom: 0;
  }
  .kv_txt_note {
    display: none;
  }
  .kv_more_btn {
    display: none;
  }
  .news {
      bottom: -88px;
  }
  .news_inner {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
    
  }
  .news-slider {
      -webkit-box-ordinal-group: 3;
      -ms-flex-order: 3;
      order: 3;
      width: 100%;
      margin-top: 16px;
      margin-bottom: 16px;
      margin-left: 0;
      padding-top: 16px;
      border-top: 1px solid #F5F5F8;
  }
  .news-slider_inner {
      max-width: 100%;
      border-left: none;
  }
  .news_item {
      padding-left: 0;
  }
  .news_control {
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;    
      -webkit-box-ordinal-group: 4;
      -ms-flex-order: 4;
      order: 4;
      width: 100%;
      margin-right: 0;
  }
  .news_link {
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 2;
      order: 2;
  }
}

@media screen and (max-width: 768px) {
  /* .kv_copy_en {
    height: 16px;
  }
  .kv_copy {
    font-size: 32px;
  }
  .kv_txt {
    max-width: 288px;
  } */
  /* .home-conditions_item {
    width: 31.333%;
    margin: 0 1%;
  } */
  .home-conditions_item_icon_img {
    max-width: 48px;
    height: auto;
  }
  .home-conditions_item_ttl {
    font-size: 14px;
  }
  .home-conditions_item_desc {
    font-size: 10px;
  }
}

@media screen and (max-width: 480px) {
  .kv {
    height: auto;
    margin-bottom: 12.8vw;
  }
  .kv_inner {
    /* position: relative;
    top: 0;
    transform: none; */
    position: relative;
    top: auto;
    bottom: 0;
    transform: none;
    padding: 66.666vw 16px 4.266vw;
  }
  .kv_copy_en {
    height: 3.733vw;
    margin-bottom: 3.2vw;
  }
  .kv_copy {
    margin-bottom: 3.2vw;
    font-size: 8vw;
    color: #fff;
  }
  .kv_txt {
    width: 100%;
    max-width: 100%;
    font-size: 3.2vw;
    color: #fff;
  }
  .kv_img {
    width: 100vw;
    height: 128vw;
  }
  .kv_img::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg,rgba(0,0,0,.75) 0,transparent 60%);
    content: '';
  }

  .news {
    position: relative;
    bottom: 0;
    padding: 0 16px;
  }
  .news_inner {
    margin-top: 12px;
    padding: 12px 16px;
  }
  .news_ttl {
    font-size: 5.333vw;
  }
  .news-slider {
    margin-top: 12px;
    margin-bottom: 2px;
  }
  .news_item_link {
    font-size: 3.2vw;
  }
  .news_item_date {
    display: block;
    width: 100%;
    margin-bottom: 4px;
  }
  .news_item_ttl {
    width: 100%;
    margin-left: 0;

    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    height: 8vw;
    white-space: normal;
    line-height: 1.25;
  }
  .news_link .more_link {
    height: 32px;
    padding-right: 32px;
    padding-left: 32px;
    border-radius: 32px;
  }
  .news_link .more_link_txt {
      font-size: 10px;
      line-height: 32px;
  }
  .news_link .more_link_txt.icon_arrow_right::after {
      width: 3px;
      height: 3px;
      border-width: 1px;
  }


  .home-conditions_list {
    margin-bottom: 8.533vw;
  }

  .home-conditions_item {
    width: 100%;
  }
  .home-conditions_item:not(:first-child) {
    margin-top: 12.8vw;
  }
  .home-conditions_item_icon {
    margin-bottom: 5.333vw;
  }
  .home-conditions_item_ttl {
    font-size: 3.733vw;
  }
  .home-conditions_item_desc {
    font-size: 3.2vw;
  }
}