@charset "UTF-8";

.page-top #topttl{
  position: absolute;
  top: 92px;
  left: 0;
  right: 0;
  color: #000;
  z-index: 7;
}
.page-top #topttl dt{
  font-size: 3.3rem;
}
.page-top #topttl dt:lang(en){
  color: #1892d1;
}
.page-top #topttl dd{
  font-size: 2rem;
  color: #1892D1;
}

.page-top .main-visual .title-block{
  height: calc(100vh - 330px);
  position: absolute;
  top: 160px;
  bottom:inherit;
}
.page-top .scroll-guide{
  display: none;
}
.page-top .main-visual::after{
  background-color: #fff;
}
.page-top .swiper-container #slide001{
  background: url("../img/top/kv_photo_1.jpg") center no-repeat;
  background-size:cover;
}
.page-top .swiper-container #slide002{
  background: url("../img/top/kv_photo_2.jpg") center no-repeat;
  background-size:cover;
}
[lang="ja"] .page-top .swiper-container #slide003{
  background: url("../img/top/kv_photo_3.jpg") center no-repeat;
  background-size:cover;
}
[lang="en"] .page-top .swiper-container #slide003{
  background: url("../img/top/kv_photo_3_eng.jpg") center no-repeat;
  background-size:cover;
}

.page-top .swiper-container #slide004{
  background: url("../img/top/kv_photo_4.jpg") center no-repeat;
  background-size:cover;
}
.page-top .swiper-container #slide005{
  background: url("../img/top/kv_photo_5.jpg") center no-repeat;
  background-size:cover;
}
@media screen and (max-width: 800px){
  .page-top .swiper-container #slide001{
    background: url("../img/top/kv_photo_1_sp.jpg") center no-repeat;
    background-size:cover;
  }
  .page-top .swiper-container #slide002{
    background: url("../img/top/kv_photo_2_sp.jpg") center no-repeat;
    background-size:cover;
  }
  [lang="ja"] .page-top .swiper-container #slide003{
    background: url("../img/top/kv_photo_3_sp.jpg") center no-repeat;
    background-size:cover;
  }
  [lang="en"] .page-top .swiper-container #slide003{
    background: url("../img/top/kv_photo_3_eng_sp.jpg") center no-repeat;
    background-size:cover;
  }
  .page-top .swiper-container #slide004{
    background: url("../img/top/kv_photo_4_sp.jpg") center no-repeat;
    background-size:cover;
  }
  .page-top .swiper-container #slide005{
    background: url("../img/top/kv_photo_5_sp.jpg") center no-repeat;
    background-size:cover;
  }
}
@media screen and (max-width: 1200px){
  .page-top .main-visual{
    height: auto;
  }
  .page-top #topttl{
    position: relative;
    top: 0;
    margin-top: 0px;
    margin-bottom: 30px;
  }
  .page-top .main-visual .title-block{
    position: relative;
    top: 0;
    height: 400px;
    margin-bottom: 50px;
  }
  .page-top #topttl dt{
    font-size: 2.0rem;
  }
}
@media screen and (max-width: 800px){
  .page-top .main-visual{
    height: auto;
  }
  .page-top #topttl{
    position: relative;
    top: 0;
    margin-top: 0px;
    margin-bottom: 30px;
  }
  .page-top .main-visual .title-block{
    position: relative;
    top: 0;
    height: 200px;
    margin-bottom: 50px;
  }
}

.latest-news-list{
  position: absolute;
  left: 0;
  bottom: 10px;
  z-index: 10;
  width: calc(100% - 140px);
  padding: 0 70px;
}
.latest-news-list .news-list{
  display: flex;
}
.latest-news-list .news-list .circle-thumb{
  position: relative;
  width: 150px;
  height: 150px;
  margin-right: 10px;
}
.latest-news-list .news-list .circle-thumb .circle-image{
  width: 150px;
  height: 150px;
  margin: 0;
}
.latest-news-list .news-list .circle-thumb .btn_circle{
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #1892D1;
  position: absolute;
  right: 0px;
  bottom:0px;
  z-index: 11;
}
.latest-news-list .news-list .circle-thumb .btn_circle::before{
  content: "";
  width: 8px;
  height: 8px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transform: rotate(-45deg);
  margin-left: -2px;
}
.latest-news-list .news-list .info-block{
  width: calc(100% - 100px);
  align-items: center;
  padding-right: 30px;
  box-sizing: border-box;
  height: 150px;
}
.page-top .latest-news-list .news-list .info-block a{
  display: flow-root;
}
.page-top .latest-news-list .publishdate{
  margin-top: 10px;
  font-size: 1.3rem;
}
.page-top .latest-news-list .news-list .info-block .category-title{
  margin-top: 10px;
  font-size: 1.4rem;
}

.top-newsroom{
  margin: 40px 0 50px;
}

@media screen and (max-width: 1200px){
  .latest-news-list{
    position:inherit;
  }
}

@media screen and (max-width: 800px){
  .latest-news-list{
    position:inherit;
    width: 90%;
    padding: 0;
    margin: 0 auto;
  }
  .latest-news-list .slide.news-list{
    margin-bottom: 30px;
  }
  .latest-news-list .news-list .circle-thumb{
    width: 100px;
    height: 100px;
  }
  .latest-news-list .news-list .circle-thumb .circle-image{
    width: 100px;
    height: 100px;
  }
}

/* Slider Setup */
.slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}
.slick-track
{
  position: relative;
  top: 0;
  left: 0;
  display: block;
  min-height: 100%;
   overflow: hidden;
}
.slick-track:before,
.slick-track:after
{
  display: table;
  content: '';
}
.slick-track:after
{
  clear: both;
}
.slick-loading .slick-track
{
  visibility: hidden;
}
.slick-slide
{
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;
    height: auto;
}
.slick-arrow.slick-hidden {
    display: none;
}
.slider-container .slide{
  margin-left: 0px;
  margin-right: 0px;
  padding-bottom: 0;
  margin-bottom: 0;
}
.slider-container{
  display: none;
  position: relative;
}
.slider-container.initialized {
  display:block;
}
.slider {
  overflow: hidden;
}
.slider-container .slick-prev,
.slider-container .slick-next{
  position: absolute;
  width: 70px;
  height: 70px;
  margin-top: -45px;
  cursor: pointer;
}
.slider-container .slick-prev{
  left: -70px;
  top: 60%;
  z-index: 20;
}
.slider-container .slick-next{
  right: -70px;
  top: 60%;
  z-index: 20;
}
.slider-container .slick-prev span,
.slider-container .slick-next span{
  display: inline-block;
  width: 100%;
  height: 100%;
  position: relative;
}
.slider-container .slick-prev span::after{
    position: absolute;
    top: 0;
    bottom: 0;
    right: 12px;
    margin: auto;
    content: "";
    vertical-align: middle;
    width: 30px;
    height: 30px;
    border-top: 1px solid #1e57a4;
    border-right: 1px solid #1e57a4;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
}
.slider-container .slick-next span::after{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 12px;
    margin: auto;
    content: "";
    vertical-align: middle;
    width: 30px;
    height: 30px;
    border-top: 1px solid #1e57a4;
    border-right: 1px solid #1e57a4;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.slider-container .slick-arrow.slick-disabled{
  display: none !important;
}

.top-huge-navigation img {
    width:100%;
    max-width: 100%;
}