@charset "UTF-8";
/* Extend CSS */

/* スライダー全体 */
.slider-wrapper {
  display: flex;
  overflow: hidden;
}
.slider {
  animation: scroll-left 20s infinite linear 0s both;
  display: flex;
}
/* スライド */
.slide {
  width: 100vw;
}
.slide img {
  display: block;
  width: 100%;
  padding: 0 60px;
}
/* アニメーション */
@keyframes scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}


/* modal window */
#modal {
  position: absolute;
  left: -100%;
  width: 100%;
  opacity: 0;
  transition: opacity .6s;
}
#modal.open {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0,0,0,.8);
  opacity: 1;
  width: 100%;
  height: 100%;
  margin: auto;
  z-index: 2000;
}

.open #modal_inner { background: #fff; padding: 36px 70px; position: relative; }
.open #modal_inner figcaption {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  border-top: solid 1px #d2d1d1;
  margin: 10px -45px 0;
  padding: 10px 0 0;
}
.open #modal_inner figcaption dt { font-size: 1.125rem; font-weight: 600; margin-bottom: 8px; }
.open #modal_inner figcaption dd { display: flex; align-items: flex-start; flex-direction: column; font-size: .875rem; }
.open #modal_inner figcaption a {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #00ad5d;
  color: #fff;
  font-size: .875rem;
  margin-bottom: -5px;
  padding: 5px 25px;
  text-decoration: none;
}
.open #modal_inner figcaption a::before {
  content: "";
  display: inline-block;
  background-image: url('../images/icn_arrow_white.png');
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  width: 18px;
  height: 18px;
  margin-right: 10px;
}


.close {
  display: block;
  position: absolute;
  top: 22px;
  right: 22px;
  background: rgba(0,0,0,0);
  width: 20px;
  height: 20px;
}
.close::before,.close::after {
  content: "";
  width: 20px;
  height: 2px;
  background-color: #000;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.close::before { transform: rotate(45deg); }
.close::after { transform: rotate(-45deg); }




@media screen and (max-width: 812px) {
  .slideshare {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 92%;
  }
  .slideshare iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    max-width: 595px;
    max-height: 485px;
  }
  #modal_inner { padding: 36px 30px; }
  #modal_inner figcaption { align-items: normal; justify-content: normal; flex-direction: column; margin: 10px -10px 0; }

  .close { top: 15px; right: 15px; }
}











/* head follow nav */
.header-follow-nav {
  position: fixed;
  top: 61px;
  width: 100%;
  background-color: #001F2D;
  z-index: 250;
}
.aside-nav {
  position: relative;
  width: 100%;
  background-color: #fff;
  margin: -50px 0 70px;
  padding: 25px 0;
  z-index: 500;
}
.header-follow-nav-list,
.aside-nav-list {
  width: 100%;
  max-width: 1024px;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
}
.header-follow-nav-list-item,
.aside-nav-list-item {
  text-align: center;
  border-left: dotted 1px #ccc;
  width: 20%;
  box-sizing: border-box;
}
.header-follow-nav-list-item:last-of-type,
.aside-nav-list-item:last-of-type {
  border-right: dotted 1px #ccc;
}
.header-follow-nav-list-item {
  border-left-style: solid;
}
.header-follow-nav-list-item:last-of-type {
  border-right-style: solid;
}

.header-follow-nav-list-item-inner,
.aside-nav-list-item-inner {
  position: relative;
  display: block;
  text-decoration: none;
  height: 100%;
  padding: 6px 0 40px;
}
.header-follow-nav-list-item-inner {
  display: flex; align-items: center; justify-content: center; padding: 12px 0 8px;
}
.aside-nav-list-item-inner::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 5px;
  left: 0;
  margin: auto;
  display: block;
  width: 18px;
  height: 18px;
  background-image: url('../../common/images/icn-arrow-gray-b.svg');
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
.aside-nav-caption {
  font-family: 'Noto Sans JP', "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, sans-serif;
  font-size: .875rem;
}
.header-follow-nav-title,
.aside-nav-title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 1.175rem;
  font-feature-settings: "palt";
  min-height: 50px;
  margin: 20px 0 0;
  line-height: 1.2;
}
.header-follow-nav-title {
  margin: 0;
}
.header-follow-nav-title span,
.header-follow-nav-title small,
.aside-nav-title span,
.aside-nav-title small {
  font-family: 'Kanit', 'Noto Sans JP', "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, sans-serif;
  line-height: 1;
}
.header-follow-nav-title,
.header-follow-nav-title span,
.header-follow-nav-title small {
  color: #fff;
}

.aside-nav-title span {
  display: inline-block;
  font-size: 1.5rem;
  font-weight: 800;
  letter-spacing: 1px;
}
.aside-nav-title small {
  display: inline-block;
  font-size: .825rem;
  font-weight: 300;
}
.header-follow-nav-title {
  font-size: 1rem;
}
.header-follow-nav-title span {
  display: inline-block;
  font-size: 1.25rem;
  font-weight: 800;
  letter-spacing: 1px;
}
.header-follow-nav-title small {
  display: inline-block;
  font-size: .825rem;
  font-weight: 300;
}






@media screen and (max-width: 812px) {
.slide {
    width: 200vw;
}

}





/* */
