@charset "utf-8";
/*=======================================================
	ボトムページ
=======================================================*/
body{
  background: none;
  background-color: #fff;
}
/* --- ヘッダー --- */
.btm-header{
  padding-top: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  min-height: 68vh;
  height: 68%;
  background-color: #0075c2;
}
/* 高さ調整 */
@media (max-height: 700px){
  .btm-header{
    height: 85%;
  }
}
.btm-header a{
 /*  color: #fff; */
}
.b_ttl{
  position: absolute;
  max-height: 80%;
}
.content-ttl__wrap{
  margin: 0 auto;
  width: 90%;
}
.content-ttl__main{
  display: flex;
  justify-content: center;
  align-items: center;
}
.content-ttl__main > div{
  flex: 1;
}
.content-ttl__main img{
  margin: 5px 0 0 0;
  width: 100%;
  height: auto;
}
.content-ttl__main p{
  color: #fff;
}
.keyword{
  font-family: 'DM Sans', sans-serif;
  font-size: 23px;
  font-style: italic;
}
.content-lead{
  padding: 20px 0 0;
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.9;
}
.illust img,
.illust svg{
  max-width: 400px;
  width: 100%;
  height: auto;
  text-align: right;
}
/* cssアニメを止める */
a.switch{
  margin: 0 auto;
  padding-left: 15px;
  display: inline-block;
  box-sizing: border-box;
  position: absolute;
  z-index: 10;
  right: 0;
  bottom: 5%;
  left: 0;
  width: 4.3em;
  opacity: 0.4;
  color: #fff;
  font-family: 'DM Sans', sans-serif;
  font-size: 13px;
  font-style: italic;
  text-decoration: none;
  text-align: center;
  letter-spacing: 0.1em;
  cursor: pointer;
  transition: all  0.2s ease;
}
a.switch:hover{
  opacity: 1.0;
}
.stop .content-img *{
  animation-play-state: paused;
}
a.switch::before{
  content: ' ';
  margin: auto 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15px;
  height: 14px;
  background: url(../img/stop.svg) no-repeat left top;
}
.stop a.switch::before{
  background: url(../img/play.svg) no-repeat left top;
}
/* --- 本文 --- */
.btm-cont{
  padding: 50px 0 0;
  position: relative;
}
/* 本文メイン */
.letter-body h2{
  margin: 110px 0 45px;
  padding-left: 30px;
  position: relative;
  color: #0075c2;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 26px;
  font-weight: bold;
}
.letter-body h2::before{
  content: ' ';
  margin: 0 0;
  position: absolute;
  top: 0.85em;
  bottom: 0;
  left: 0;
  width: 20px;
  height: 1px;
  border-top: 1px solid #0075c2;
}
.btm-main h2:first-child{
  margin-top: 0;
}
.btm-main .item-ttl{
  margin: 40px 0 30px;
  color: #0075c2;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
}
.btm-main .item-ttl span{
  padding: 5px 25px;
  display: inline-block;
  position: relative;
}
.btm-main .item-ttl span::before{
  content: ' ';
  margin: 0 auto;
  position: absolute;
  bottom: -5px;
  left: 0;
  right: 0;
  width: 105px;
  height: 1px;
  border-bottom: 1px solid #b3b3b3;
}
.btm-main .item-ttl span::after{
  content: ' ';
  margin: 0 auto;
  position: absolute;
  bottom: -9px;
  left: 0;
  right: 0;
  width: 8px;
  height: 8px;
  border: 0;
  border-bottom: solid 1px #b3b3b3;
  border-right: solid 1px #b3b3b3;
  transform: rotate(45deg);
background-color: #fff;
}


.item-box{
  padding: 0 0 30px;
}
.btm-main .item-note{
  margin: 0;
  padding-top: 5px;
  font-size: 15px;
  text-align: center;
}
.note-cont{
  text-align: center;
}
.btm-main p{
  margin: 0 0 30px;
  font-size: 16px;
  line-height: 2.0;
}
/* 製品関連 */
.btm-main .related-link{
  margin: 10px 0 80px;
  color: #0075c2;
  font-size: 13px;
  text-align: right;
  vertical-align: middle;
}
.btm-main p.item-img{
  margin: 0;
  text-align: center;
}
.btm-main p.item-img img{
  max-width: 100%;
  height: auto;
}
.related-link .link_arrow{
  display: inline-block;
  position: relative;
  top: -1px;
  right: 0;
  vertical-align: middle;
  transition: all  0.1s ease;
}
.related-link a{
  display: inline-block;
  position: relative;
  color: #0075c2;
  text-decoration: none;
}
.related-link a:before{
  content: ' ';
  margin: auto 0;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -23px;
  width: 17px;
  height: 14px;
  background: url(../img/ico_newwindow_blue.svg) no-repeat left top;
  background-size: 100% auto;
}
.related-link a:hover{
  opacity: 0.8;
}
.related-link a:hover .link_arrow{
  right: -2px;
}
.profile{
  margin-top: 80px;
  padding: 30px 40px;
  border: 1px solid #0075c2;
}
.profile p{
  margin: 0;
}
.profile p.profile__ttl{
  margin: 0 0 15px;
  padding-left: 20px;
  position: relative;
  color: #0075c2;
  font-size: 13px;
}
.profile p.profile__ttl::before{
  content: ' ';
  margin: auto 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 18px;
  height: 1px;
  border-top: 1px solid #0075c2;
}
.profile p.profile__info{
  font-size: 13px;
}
p.item-ttl{
  margin: 0 0 20px;
  color: #0075c2;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 13px;
}
.profile .profile__name{
  margin: 0 0 0;
  color: #0075c2;
  font-size: 19px;
  font-weight: normal;
}
.profile__name span{
  padding: 0 0 0 10px;
  display: inline-block;
  font-size: 0.8em;
  font-weight: normal;
}
.profile p.profile__name2{
  margin: 0 0 15px;
  font-size: 13px;
}
.detail{
  text-align: right;
}
.detail span{
  padding-right: 50px;
  display: inline-block;
  position: relative;
  color: #0075c2;
  font-size: 13px;
}
.detail span::before{
  content: ' ';
  margin: auto 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 44px;
  height: 6px;
  background: url(../img/pagelink-arrow.svg) no-repeat right top;
  transition: all  0.3s ease;
}
a:hover .detail span::before{
  right: -2px;
}
.next-kw{
  margin-top: 5px;
  opacity: 0;
  transition: all  0.8s ease;
}
.next-kw.show{
  margin: 0;
  opacity: 1.0;
}
.next-kw__ttl{
  margin: 20px 0 40px;
  padding: 50px 0;
  background: url(../img/nextarrow.svg) no-repeat center bottom;
  text-align: center;
}
.next-kw__ttl span{
  padding: 10px 20px;
  display: inline-block;
  background-color: #fff;
  color: #0075c2;
  font-size: 19px;
  font-weight: normal;
  letter-spacing: 0.1em;
}
.return-top a{
  padding: 80px 25px;
  display: block;
  box-sizing: border-box;
  width: 100%;
  background: #edf3f8 url(../img/footer_bg.png) repeat 50px 50px;
  background-size: 1100px auto;
  text-align: center;
  transition: opacity 0.3s ease;
}
.return-top a:hover{
  background: #f5f8fa url(../img/footer_bg.png) repeat 50px 50px;
  background-size: 1100px auto;
  opacity: 0.8;
  text-decoration: none;
}
.return-top a.focus-visible{
  box-sizing: border-box;
  border: 3px solid #3143a5;
}
.return-top__text{
  padding: 0 20px 0 28px;
  display: inline-block;
  position: relative;
  color: #0075c2;
  font-family: 'DM Sans', sans-serif;
  font-size: 18px;
}
.return-top__text::before{
  content: ' ';
  margin: auto 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 24px;
  height: 6px;
  background: url(../img/back.svg) no-repeat left top;
  transition: all  0.2s ease;
}
.return-top a:hover .return-top__text::before{
  left: -3px;
}
/* nas動画 */
.item-img__naswrap{
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  max-width: 740px;
}
.item-img__naswrap .nas-img{
  padding: 69% 0 0;
  height: 0;
  background-color: #0075C2;
  position: relative;
  text-align: center;
}
.item-img__naswrap .nas-img img{
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  max-width: 362px;
  height: auto;
} 
.item-img__naswrap > div:first-child{
  margin: 0 3px 0 0;
  flex: 1;
  box-sizing: border-box;
}
.item-img__naswrap > div:last-child{
  margin: 0 0 0 3px;
  flex: 1;
  box-sizing: border-box;
}
.item-img__naswrap p{
  margin: 0;
  text-align: center;
}
.nas p.item-note{
  text-align: center;
}
.item-img__naswrap p.nas-img{
  margin: 0 0 5px;
}
.nas p.nas-note{
  font-size: 14px;
  line-height: 1.6;
}

/* 展示会情報 */
.related-info{
  padding: 0;
  position: relative;
}
.related-info p{
  margin: 0;
}
.related-info img{
  max-width: 100%;
  height: auto;
}
.related-info p.related-info__btn{
  margin-bottom: 10px;
  text-align: center;
}
.related-info p.related-info__btn img{
  width: 100%;
  max-width: 740px;
}
.related-info a{
  transition: all  0.2s ease;
}
.related-info a:hover{
  opacity: 0.7;
}


/* ===========================================
	MediaQueries
=========================================== */
/* PC----------------------------- */
@media (min-width: 960px){
  .content-ttl__wrap{
  padding-top: 20px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    min-width: 740px;
    max-width: 1600px;
    width: 100%;
  }
  .content-ttl__main{
    width: 44%;
  }
  .illust{
    margin-right: -2%;
    padding-top: 2%;
    position: relative;
    width: 28%;
    text-align: center;
  }
  /* 微調整 */
  .kw4 .content-ttl__main,
  .kw5 .content-ttl__main,
  .kw9 .content-ttl__main{
    margin-right: 0;
  }
  .kw2 .illust svg{
    margin-bottom: 10px;
  }
  /* 本文メイン */
  .btm-main{
    margin: 0 auto;
    max-width: 740px;
    width: 95%;
  }
  /* 次におすすめ */
  .next-kw{
    margin: 50px auto 0;
    width: 100%;
  }
  .next-kw a{
    display: flex;
    flex-wrap: wrap;
  }
  .next-kw1{
    margin: 0 30px 0 0;
    width: 240px;
  }
  .next-kw .btm-index__img{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 310px;
  }
  /* シェア */
  .share-cont{
    position: absolute;
    z-index: 1;
    top: 10%;
    left: 5px;
    text-align: center;
  }
  .share-ico img{
    margin-bottom: 10px;
  }
  .share-cont a{
    padding: 10px;
    display: inline-block;
  }
  .share-cont a img{
    width: 27px;
    height: auto;
  }
  .btm-index__ttl{
    padding: 229px 0 0;
    width: 325px;
  }
  .btm-slide_toplink{
    display: block;
    width: 174px;
  }
}
/* 調整 PC 幅広め */
@media (min-width: 1300px){
  .content-ttl__main{
    margin-right: -2%;
  }
  .br-pc_w{
    display: inline-block;
  }
  .br-pc_s{
    display: none;
  }
  .kw10 .content-ttl__main{
    margin-right: -5%;
  }
}
/* タブレット----------------------------- */
@media (max-width: 959px){
  body{
    box-sizing: border-box;
  }
  
  /* --- ヘッダー --- */
  .btm-header{
    display: block;
    min-height: 0;
    height: auto;
  }
  .content-ttl__wrap{
    padding: 12% 5% 12%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: auto;
  }

  .btm-menu-cont__top{
    max-width: 154px;
    width: 47%;
  }
  .btm-menu-cont__top a{
    padding: 0 0 7px;
    width: 100%;
    border-bottom: 2px solid #fff;
  }
  .btm-menu-cont__top img{
    width: 100%;
    height: auto;
  }

  .keyword{
    font-family: 'DM Sans', sans-serif;
    font-size: 14px;
    font-style: italic;
  }
  .btm-header .content-ttl__main{
    width: 64%;
  }
  .illust{
    padding-top: 2%;
    position: relative;
    width: 32%;
    text-align: center;
  }
  .content-lead{
    font-size: 17px;
    line-height: 1.5;
  }
  /* 本文メイン */
  .btm-main{
    margin: 0 5%;
    box-sizing: border-box;
    width: auto;
  }
  .letter-body h2{
    margin: 60px 0 20px;
    font-size: 19px;
    line-height: 1.5;
  }
  .btm-main h2:first-child{
    margin-top: 0;
  }
  .btm-main .item-ttl{
    font-size: 14px;
  }
  /* 次におすすめ */
  .share-cont{
    padding: 50px 0;
    position: relative;
    text-align: center;
  }
  .share-cont br{
    display: none;
  }
  .share-cont a{
    margin: 0 5px;
    display: inline-block;
  }
  .share-ico img{
    margin: 0 5px 15px -10px;
    width: 50px;
    vertical-align: middle;
  }
  .btm-index__ttl{
    padding: 229px 30px 0 10px;
    width: 70px;
  }
  .btm-index__ttl img{
    margin-right: -15px;
  }
  .btm-index__ttl img{
    width: 100%;
    height: auto;
  }
  .index__sub-ttl{
    font-size: 15px;
  }
  .btm-index{
    margin: 50px 0;
    padding: 20px 0  0 30px;
  }
  .btm-index li{
    margin: 0 20px;
    width: 200px;
  }
  .btm__outline{
    font-size: 13px;
    line-height: 1.7;
  }
  /* 位置調整 */
  .kw2 .switch{
    margin-bottom: -15px;
  }

  /* nas動画 */
  .item-img__naswrap > div img{
    width: 100%;
    max-width: 362px;
    height: auto;
  }


}
/* スマホ----------------------------- */
@media (max-width: 519px){
  body{
    box-sizing: border-box;
  }


  .content-ttl__wrap{
    padding: 20% 5% 8%;
  }
  .kw2 .switch{
    bottom: -2%;
  }
  .btm-header{
    height: auto;
  }
  .btm-header .content-ttl__main{
    width: 100%;
  }
  .btm-menu-cont__top{
    margin-top: -5px;
    max-width: 135px;
  }
  .content-ttl__main img{
    width: 89%;
  }
  .content-lead{
    padding: 10px 0 0;
  }
  .illust{
    width: 100%;
    text-align: center;
  }
  .illust img,
  .illust svg{
    padding: 0 15%;
    box-sizing: border-box;
    max-width: 400px;
    width: 100%;
    height: auto;
  }
  /* 本文メイン */
  .letter-body h3{
    font-size: 20px;
    line-height: 1.5;
  }
  .letter-body h3::before{
    top: 16px;
    bottom: auto;
  }
  .btm-main p{
    margin: 0 0 20px;
    font-size: 15px;
    line-height: 1.8;
  }
  .btm-main .item-ttl{
    font-size: 14px;
  }
  .btm-index{
    margin: 50px 0;
    padding: 20px 0  0 30px;
  }
  .slider-prev,
  .slider-next{
    background-size: 13px auto;
  }
  .btm-index li{
    margin: 0 15px;
    width: 150px;
  }
  .btm-index__ttl{
    padding: 229px 10px;
    width: 64px;
  }
  .index__sub-ttl{
    font-size: 13px;
  }
  .btm__outline{
    font-size: 12px;
    line-height: 1.7;
  }
  .btm-index__header .btm-index__img{
    height: 152px;
  }
  .btm-slide_toplink a{
    margin: 20px 0 0;
    display: inline-block;
    width: 100%;
  }
  .profile{
    padding: 20px 20px;
  }
  .profile .profile__name{
    font-size: 18px;
  }
  .next-kw__ttl{
    margin: 20px 0 20px;
    padding: 40px 0;
    background: url(../img/nextarrow.svg) no-repeat center 65%;
  }
  .next-kw__ttl span{
    font-size: 16px;
    line-height: 1.4;
  }
  /* 位置調整 */
  .kw2 .switch{
    margin-bottom: 0;
  }

  /* nas動画 */
  .item-img__naswrap{
    display: block;
  }
  .item-img__naswrap > div:first-child,
  .item-img__naswrap > div:last-child{
    margin: 0 0 25px;
  }
  .item-img__naswrap > div:first-child .nas-img{
    padding-top: 60%;
  }
  .item-img__naswrap > div:first-child .nas-img img{
    margin: 0 auto;
    top: 0;
    bottom: auto;
  }
  .item-img__naswrap p{
    margin: 0;
    text-align: center;
  }
  .item-img__naswrap p.nas-img{
    margin: 0 0 5px;
  }


}
/* print----------------------------- */
@media print{
  .menu-cont{
    display: none;
  }
  .page-top{
    display: none;
  }
  .next-kw__ttl{
    margin: 0 0 10px;
  }
  .btm-main .related-link{
    margin-bottom: 40px;
  }
  .next-kw1{
    padding: 20px 0 0;
    overflow: visible;
  }
  .slider-keyword{
    top: 0.5em;
  }
  .slider-keyword2{
    top: 3em;
  }
  .btm-main p{
    font-size: 12px;
  }
  .letter-body h3{
    margin: 10px 0 5px;
  }
  .btm-main h3:first-child{
    margin-top: 0;
  }


}