@charset "UTF-8";
/* CSS Document */

#Pagebody {
  background: url(/shared/img/bg_sikumi.gif) no-repeat 100px bottom;
  padding-bottom: 335px;
  position: relative;
}
.header {
  background: #ededed;
}

.fv {
  position: relative;
  margin-left: 180px;
  top: 0;
  left: 0;
}

.fv_video {
  position: relative;
  width: 100%;
  z-index: -1;
  overflow: hidden;
  height: 530px;
}
.fv_video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  top: 50%;
  left: 50%;
}
.video_overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1;
  pointer-events: none;
}
.fv_slider {
  position: absolute;
  max-width: 460px;
  margin: auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.fv_slider a {
  color: #fff;
  font-size: 0.95;
}
.fv_slider h2 {
  color: #fff;
  font-size: 1.3em;
  margin-bottom: 1em;
  padding-left: 1em;
}
.fv_slider .slide {
  background: rgba(0, 0, 0, 0.6);
  padding: 2em 2em 2em 2.8vw;
}
.fv_slider li {
  margin-left: 1em;
}
.fv_slider li:not(:last-of-type) {
  margin-bottom: 0.5em;
}

.slick-prev img,
.slick-next img {
  width: 18px !important;
  height: 18px !important;
}
.slick-prev::before,
.slick-next::before {
  content: none !important;
}

.home .container {
  padding-bottom: 200px;
}
.service {
  margin-top: 60px;
}

.service > p {
  margin-bottom: 2em;
}

.intro {
  justify-content: center;
  align-items: flex-end;
}

.intro h2 {
  font-size: 20px;
  font-weight: normal;
  line-height: 1.6;
  margin-left: 1em;
}

.service-list {
  display: flex;
  justify-content: center;
  gap: 5%;
  margin-top: 40px;
}
.service-list a:hover {
  opacity: 0.7;
}
.service-list li {
  background: #fff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  padding: 30px;
  width: 42%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.service-list h3 {
  font-size: 23px;
  font-weight: bold;
  line-height: 1.5;
}
.service-list .catch {
  font-size: 0.85em;
  margin-bottom: 1.5em;
}
.service-list .desc {
  font-size: 0.94em;
}
.service-list .btn_detail {
  width: 100%;
  box-sizing: border-box;
  text-align: center;
  display: block;
  color: #000;
  border: 1px solid #000;
  padding: 0.3em;
  text-decoration: none;
  font-size: 14px;
  background: url("/shared/img/arrow.svg") no-repeat right 12px center;
  background-size: 20px;
  margin-top: 1.2em;
}
.about {
  padding: 36px 0 20px 2px;
  border-bottom: solid 1px #303030;
  margin-bottom: 36px;
}

.about h2 {
  text-align: center;
  font-size: 2em;
  margin-bottom: 28px;
}

.about h2 span {
  color: #1f4d7c;
}

.about p {
  font-size: 1.462em;
  font-weight: bold;
  padding: 14px 0 0 22px;
  line-height: 2.2;
  width: 395px;
}

.about .pictR {
  margin-left: 30px;
}

.flow {
  padding-bottom: 5em;
  border-bottom: solid 1px #303030;
}

.flow h2 {
  font-size: 17px;
  line-height: 1.6;
  font-weight: normal;
  margin-bottom: 30px;
  white-space: nowrap;
}

.flowin {
  gap: 6%;
  flex-wrap: wrap;
  justify-content: center;
}

.category {
  /* max-width: 238px; */
  /* float: left; */
  /* margin-right: 102px; */
  margin-bottom: 42px;
  box-sizing: border-box;
}

.category h3 {
  margin: 1em 0 4px 0.5em;
  font-size: 20px;
}

.category ul {
  list-style: none;
  margin-left: 6px;
}

.category li {
  border-bottom: dashed 1px #d3d3d3;
  padding: 3px 0;
  font-size: 1.077em;
}

.category li a {
  color: #000000;
  display: block;
  font-size: 14px;
}

/* 新着情報 */
.shincyaku {
  display: flex;
  justify-content: space-between;
  gap: 3%;
}
/* default.cssが基本。サイドメニューと共通じゃない部分だけtop.cssに記載してるので、 */
.new_article {
  max-width: 352px;
  width: 36%;
  height: 606px;
  overflow: scroll;
  /* float: left; */
  box-sizing: border-box;
  padding-right: 6px;
}

.new_article h2,
.website_news h2 {
  font-size: 19px;
  font-weight: 500;
  /* height: 59px; */
}

.new_article li a {
  color: #000000;
}

/* スクロールバー全体 */
.new_article::-webkit-scrollbar,
.website_news::-webkit-scrollbar {
  width: 10px;
  background: #eee;
}

/* 横スクロールバー全体 */
.new_article::-webkit-scrollbar:horizontal,
.website_news::-webkit-scrollbar:horizontal {
  height: 10px;
}

/* スクロールバー上下左右末端のボタン */
.new_article::-webkit-scrollbar-button,
.website_news::-webkit-scrollbar-button {
  width: 10px;
  height: 10px;
  background: #666;
}

/* ドラッグするツマミ部分 */
.new_article::-webkit-scrollbar-thumb,
.website_news::-webkit-scrollbar-thumb {
  background: #999;
}

/* 右下角部分 */
.new_article::-webkit-scrollbar-corner,
.website_news::-webkit-scrollbar-corner {
  background: #ddd;
}

/* web運営 */
/* default.cssが基本。サイドメニューと共通じゃない部分だけtop.cssに記載してるので、 */
.website_news {
  max-width: 538px;
  width: 56%;
  /* float: right; */
  padding-right: 0;
  height: 606px;
  overflow: scroll;
  box-sizing: border-box;
}

.website_news ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-right: 10px;
}

.website_news li {
  width: 48%;
  /* height: 115px; */
}

.website_news li a {
  color: #000000;
}

.entry {
  font-size: 13px;
}

/* Pマーク */
/* default.cssが基本。サイドメニューと共通じゃない部分だけtop.cssに記載してるので、 */
.p_mark {
  width: 200px;
  position: absolute;
  bottom: 66px;
  right: 78px;
}

/*SP*/
@media (max-width: 768px) {
  .fv {
    margin-left: 0;
  }
  .fv_video {
    height: 400px;
  }
  .fv_slider {
    width: 85%;
  }
  .fv_slider .slide {
    padding-left: 5vw;
  }
  .service > p {
    text-align: center;
    margin-bottom: 1em;
  }
  .intro {
    align-items: center;
    flex-direction: column;
  }
  .intro h2 {
    font-size: 17px;
    text-align: center;
    margin-left: 0;
    margin-top: 1em;
  }
  .service-list {
    flex-wrap: wrap;
  }
  .service-list li {
    width: 100%;
    padding: 1.5em;
  }
  .service-list li:nth-of-type(2) {
    margin-top: 2em;
  }
  .flow {
    margin-top: 60px;
  }
  .flow > div {
    display: block;
  }
  .flow h2 {
    text-align: center;
  }
  .category {
    width: 100%;
    max-width: 90%;
  }
  .category img {
    width: 100%;
  }
  .shincyaku {
    flex-wrap: wrap;
  }
  .new_article,
  .website_news {
    width: 100%;
    height: 350px;
  }
  .new_article {
    margin-bottom: 32px;
    max-width: 100%;
  }
}
