@charset "UTF-8";



html {
  font-size: 62.5%;
  --headerHeight: 80px;
  --accentBlack: #202020;
  --generalTransition: 0.3s all;
  --baseTextColor: #505050;
}

body{
  font-size: 1.8rem;
  font-family: 'Noto Sans JP', "Yu Gothic", "YuGothic", "ヒラギノ角ゴ ProN", sans-serif;
  color: var(--baseTextColor);
  line-height: 1.5;
}

a {
  color: var(--baseTextColor);
  text-decoration: none;
  display: inline-block;
  max-width: 100%;
  transition: 0.3s opacity;
}
a:hover {
  opacity: 0.7;
}
p > a {
  text-decoration: underline;
}
ul {
  list-style: none;
}
img {
  max-width: 100%;
}
p {
  margin-bottom: 1em;
}

.fa-external-link-alt:before {
  margin-left: 5px;
  font-size: 80%;
}

/* ブロックモジュール */
.bl_fileBtn {
  width: 650px;
  max-width: 100%;
  margin: 0 auto;
  padding: 20px 35px;
  background-color: #eaeaea;
  border-radius: 15px;
  display: flex;
  justify-content: space-between;
  transition: var(--generalTransition);
}
.bl_fileBtn_text {
  font-size: 1.8rem;
  font-weight: bold;
}
.bl_fileBtn_icon {
  font-size: 2.5rem;
  line-height: 0;
}
.bl_fileBtn:hover { background-color: #136B38; }
.bl_fileBtn.bl_fileBtn__pdfred:hover { background-color: #B40B00; }
.bl_fileBtn:hover .bl_fileBtn_text,
.bl_fileBtn:hover .bl_fileBtn_icon { color: #fff; }

/* エレメントモジュール */
.el_landingPoint {
  position: absolute;
  top: calc(var(--headerHeight) * -1 - 10px);
  font-size: 0;
}
.el_midashi2 {
  font-size: 4.2rem;
  display: inline-block;
}
.el_midashi2::after {
  content: "";
  display: block;
  width: 110px;
  height: 2px;
  margin: 0 auto;
  background-color: var(--baseTextColor);
}
.el_generalBtn {
  display: inline-block;
  background-color: var(--accentBlack);
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  padding: 13px 35px;
}
.el_topReturnBtn {
  position: fixed;
  bottom: -90px;
  right: 3%;
  width: 70px;
  transition: var(--generalTransition);
}
.el_topReturnBtn.active {
  bottom: 10px;
}

/* ヘルパークラス */
.width_95 {
  width: 95%;
  margin-left: auto;
  margin-right: auto;
}
.width_1360 {
  width: 1360px;
  max-width: 100%;
}
.f14 {font-size: 1.4rem;}
.mr-40 { margin-right: 40px; }
.mb-0  { margin-bottom: 0; }
.mb-40 { margin-bottom: 40px; }
.mb-60 { margin-bottom: 60px; }
.margin-middle { margin-left: auto; margin-right: auto; }
.bradius-15 { border-radius: 15px; }
.section_mb { margin-bottom: 350px; }
.t-center { text-align: center;}
.t-right  { text-align: right; }
.position-r { position: relative; }
.va-bottom { vertical-align: bottom; }
.sp_on { display: none; }
@media screen and (max-width: 768px) {
  .sp_on { display: block; }
  .sp_off { display: none; }
}

/* 動画デモページ */
#header_wrap {
    width: 100%;
    position: relative;
}
#mainVisual {
    width: 100%;
    height: auto;
    background-image: url(../../movie/top_movie.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
    overflow: hidden;
}
#mainVisual::before {
    content: "";
    display: block;
    padding-top: 56.25%;  /* 動画縦横比に合わせて適宜変更 */
}
#main_movie {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
}
#header_wrap video {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
/* 新着情報デモページ */
.s_inner {
    width: 90%;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 1;
}
#pkobonews h2 {
  margin-bottom: 20px;
}
.index_news ul a {
    display: block;
    padding: 20px 0;
    position: relative;
    border-bottom: #b8b8b8 solid 1px;
}
.index_news a img {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}
#pkobonews .link_btn {
    width: 90%;
    height: 60px;
    max-width: 300px;
    position: relative;
    line-height: 1em;
    margin: 0 auto;
}
#pkobonews .link_btn a {
    background: #ebebeb;
    border: #9f9f9f solid 2px;
    width: 100%;
    height: 100%;
    font-size: 2.4rem;
    margin: 0 auto;
    text-align: center;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 3px;
    text-decoration: none;
}
#pkobonews .link_btn img {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 10px;
}
.news_wrap {
  padding-top: 60px;
}
#newsList li {
    border-bottom: #ccc solid 1px;
    padding: 0 0 20px 0;
    margin: 0 0 20px 0;
}
.catName {
    background: #dbdbdb;
    color: #000;
    padding: 4px;
    font-size: 1.4rem;
    margin: 0 10px;
}
.pNav {
    font-size: 1.2rem;
    margin: 0 0 40px 0;
}
.news_detail h4 {
    border-bottom: #ccc solid 1px;
    padding: 0 0 8px 0;
    margin: 0 0 16px 0;
}
#up_ymd {
    margin: 0 0 20px 0;
}
section, div {
    position: relative;
}
.detailText {
    margin: 0 0 40px 0;
    line-height: 1.8em;
}
.backORcloseBtn {
    text-align: center;
    line-height: 100%;
    margin-top: 15px;
}
.backORcloseBtn a {
    display: inline-block;
    padding: 8px 15px;
    background: #dbdbdb;
    color: #000;
    border-radius: 3px;
    text-decoration: none;
    font-size: 1.6rem;
}
.pager {
    position: relative;
    top: 0;
    right: 0;
    text-align: right;
    padding: 1em;
}
.pager a {
    padding: 1px 6px 2px;
    text-decoration: none;
    margin: 0 0.5em;
    transition: 0.3s;
}
.pager a.current {
    background: #b1b1b1;
    color: #fff;
}
