@charset "UTF-8";
/* Scss Document */
@font-face {
  font-family: "NoteSans Gothic";
  src: url("../font/NoteSansJp-variablefont_wght.ttf") format("truetype");
}
@keyframes gradientMove {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.hero {
  background: linear-gradient(to right, #1c8BC1 0%, #e9eef6 20%, #3E63A2 100%);
  background-size: 200% 200%;
  animation: gradientMove 1s ease-in-out infinite;
  height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 2rem;
  font-weight: bold;
}

.fadeSlider {
  position: relative;
  z-index: 1;
  top: 80px;
  left: 0;
  width: 100%;
  height: 574px;
  border-bottom: 1px solid #076DAA;
  display: flex;
  /* flexboxを有効化 */
  justify-content: center;
  /* 水平中央 */
  align-items: center;
  /* 垂直中央 */
}
.fadeSlider h1 {
  position: static;
  /* グローバルスタイルを上書き */
  z-index: 10;
  /* スライド画像より手前に表示 */
  width: 100%;
  margin: 0;
  font-size: 2.4rem;
  color: #fff;
  background: rgba(7, 109, 170, 0.6);
  /* 変数 $kon を使用 */
  padding: 20px;
  text-align: center;
  font-weight: bold;
}
.fadeSlider span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.fadeSlider span.fadeSlider_01 {
  background-image: url(../images/index/01.jpg);
  animation: fadeSlideImg01 15s ease-out infinite;
  animation-delay: 6s;
}
.fadeSlider span.fadeSlider_02 {
  opacity: 0;
  background-image: url(../images/index/02.jpg);
  animation: fadeSlideImg02 15s ease-out infinite;
  animation-delay: 6s;
}
.fadeSlider span.fadeSlider_03 {
  opacity: 0;
  background-image: url(../images/index/03.jpg);
  animation: fadeSlideImg03 15s ease-out infinite;
  animation-delay: 6s;
}

@keyframes fadeSlideImg01 {
  0% {
    opacity: 1;
  }
  33% {
    opacity: 0;
  }
  66% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeSlideImg02 {
  0% {
    opacity: 0;
  }
  33% {
    opacity: 1;
  }
  66% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeSlideImg03 {
  0% {
    opacity: 0;
  }
  33% {
    opacity: 0;
  }
  66% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@media screen and (max-width: pcWidth) {
  h1 {
    width: 100%;
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 1159px) {
  .fadeSlider {
    height: 300px;
    top: 60px;
  }
  .fadeSlider h1 {
    font-size: 1.5rem;
  }
  .fadeSlider span {
    height: 300px;
    background-position: top center;
    background-repeat: no-repeat;
  }
  .fadeSlider span.fadeSlider_01 {
    background-image: url(../images/index/01_mb.jpg);
  }
  .fadeSlider span.fadeSlider_02 {
    opacity: 0;
    background-image: url(../images/index/02_mb.jpg);
  }
  .fadeSlider span.fadeSlider_03 {
    opacity: 0;
    background-image: url(../images/index/03_mb.jpg);
  }
}
@media screen and (max-width: 679px) {
  .fadeSlider {
    height: 250px;
  }
  .fadeSlider h1 {
    font-size: 1.2rem;
    padding: 10px;
  }
}
#h2AreaP {
  width: 100%;
  height: 250px;
  padding-top: 80px;
  text-align: center;
  vertical-align: middle;
  background: url(../images/index/product.jpg) no-repeat center;
  background-size: cover;
  background-position: center center;
}
#h2AreaP h2 {
  margin: 0 auto;
  color: #fff;
  font-size: 2rem;
  font-weight: normal;
  line-height: 1;
}
#h2AreaP h2 span {
  font-size: 1.4rem;
}

h2.indexNews {
  display: flex;
  align-items: center;
  font-weight: normal;
  padding: 0;
  margin-top: 120px;
  margin-bottom: 40px;
  background: none;
  /* 背景画像を削除 */
}
h2.indexNews::before, h2.indexNews::after {
  content: "";
  flex-grow: 1;
  height: 10px;
  /* 線の太さ */
  background: #66B9E7;
  /* 線の色 */
}
h2.indexNews span {
  padding: 0 2em;
  /* テキストの左右の余白 */
}

h2.newsTitle {
  font-size: 1.6rem;
  border-bottom: 2px solid #66B9E7;
  margin-top: 40px;
  font-weight: normal;
}

#newswrap {
  width: 959px;
  margin: 20px auto;
  padding: 0 20px;
  box-sizing: border-box;
}

ul#newsList {
  margin: 0 0 15px;
  padding: 0;
  border-top: 1px solid #999;
}

ul#newsList li {
  margin: 0;
  padding: 10px;
  margin-bottom: 3px;
  border-bottom: 1px dotted #ccc;
  line-height: 2;
  list-style-type: none;
  border-bottom: 1px solid #999;
}

.catName {
  display: inline-block;
  padding: 3px 6px;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 11px;
  line-height: 100%;
  margin: 0 5px;
}

.newMark {
  display: inline-block;
  border: 1px solid #F00;
  padding: 1px 4px;
  font-size: 11px;
  line-height: 100%;
  background: #F00;
  color: #fff;
  box-shadow: 1px 1px 1px #999;
  border-radius: 8px;
  font-style: italic;
  margin-right: 10px;
}

.comment {
  display: block;
  padding: 3px 0;
  float: left;
  overflow: hidden;
  width: 500px;
  /* 本文部分の幅。ここは特に設置ページ合わせて変更下さい */
}

.thumbNailWrap {
  display: block;
  width: 110px;
  float: left;
  height: 80px;
  overflow: hidden;
}

/* カテゴリごとの背景色 */
.cat-0 .catName {
  background-color: #F0B500;
  /* 1番目のカテゴリ: 青 */
  color: #fff;
  border-color: #F0B500;
}

.cat-1 .catName {
  background-color: #FF731C;
  /* 2番目のカテゴリ: 緑 */
  color: #fff;
  border-color: #FF731C;
}

.cat-2 .catName {
  background-color: #999;
  /* 3番目のカテゴリ: オレンジ */
  color: #fff;
  border-color: #999;
}

/* Pager style（外部化可） */
.pager {
  text-align: right;
  padding: 10px;
  clear: both;
}

/*ページャーボタン*/
.pager a {
  border: 1px solid #999;
  border-radius: 5px 5px 5px 5px;
  color: #333;
  font-size: 12px;
  padding: 3px 7px 2px;
  text-decoration: none;
  margin: 0 1px;
}

.pager a.current {
  background: #999;
  border: 1px solid #999;
  border-radius: 5px 5px 5px 5px;
  color: #fff;
  font-size: 12px;
  padding: 3px 7px 2px;
  margin: 0 1px;
  text-decoration: none;
}

.pager a:hover {
  background: #999;
  color: #fff;
}

.overPagerPattern {
  padding: 0 2px;
}

/* /Pager style */
/* /news detail */
#up_ymd {
  text-align: right;
  font-size: 1.1rem;
  margin: 10px;
}

.detailUpfile {
  margin: 5px 0 35px;
  text-align: center;
}

.backORcloseBtn {
  text-align: center;
  line-height: 100%;
  margin-top: 15px;
}

.backORcloseBtn a {
  display: inline-block;
  padding: 4px 15px;
  border: 1px solid #aaa;
  color: #999;
  border-radius: 6px;
  text-decoration: none;
  font-size: 12px;
}

.detailUpfile img {
  max-width: 100%;
  height: auto;
}

.pNav {
  font-size: 11px;
}

.detailText {
  font-size: 1.2rem;
  line-height: 1.8;
  padding: 20px;
  margin-bottom: 40px;
}

/* H3見出し
----------------------------------------------- */
.h3AreaB {
  width: 1160px;
  height: 74px;
  margin: 60px 0 40px 0;
  background: url(../images/index/h3productB.jpg) no-repeat center;
  background-size: contain;
  background-position: center left;
}
.h3AreaB .bldgB3 {
  margin: 0 auto;
}
.h3AreaB .bldgB3 h3 {
  font-size: 1.8rem;
  font-weight: normal;
  padding-top: 10px;
  padding-left: 40px;
}

.h3AreaH {
  width: 1160px;
  height: 110px;
  margin: 60px 0 40px 0;
  background: url(../images/index/h3productH.jpg) no-repeat center;
  background-size: contain;
  background-position: center left;
}
.h3AreaH .housH3 {
  margin: 0 auto;
  height: 74px;
}
.h3AreaH .housH3 h3 {
  font-size: 1.8rem;
  font-weight: normal;
  padding-top: 40px;
  padding-left: 40px;
}

#h2AreaCatalog {
  position: relative;
  width: 100%;
  height: 250px;
  margin: 80px 0;
  padding-top: 80px;
  text-align: center;
  background: url(../images/index/catalog_bg.jpg) no-repeat center/cover;
  box-sizing: border-box;
}
#h2AreaCatalog h2 {
  margin: 0 auto;
  color: #fff;
  font-size: 2rem;
  font-weight: normal;
  background-image: linear-gradient(to right, #6FB4D0, #265f89, #1B4361);
  padding: 10px;
}
#h2AreaCatalog a.bannerBtn {
  position: absolute;
  top: 160px;
  left: 50%;
  transform: translateX(-50%);
  padding: 20px 24px;
  border-radius: 35px;
  line-height: 1;
  background: #1c8BC1;
  color: #fff;
  font-size: 2rem;
}
#h2AreaCatalog a.bannerBtn::before {
  font-family: "Font Awesome 7 Free";
  font-weight: 900;
  content: "";
  text-decoration: none;
}
#h2AreaCatalog a.bannerBtn:hover {
  background: #66B9E7;
  color: #fff;
  text-decoration: none;
}

#h2AreaCompany {
  position: relative;
  width: 100%;
  height: 250px;
  margin: 80px 0;
  padding-top: 80px;
  text-align: center;
  background: url(../images/index/company_bg.jpg) no-repeat center/cover;
  box-sizing: border-box;
}
#h2AreaCompany h2 {
  margin: 0 auto;
  color: #fff;
  font-size: 2rem;
  font-weight: normal;
  background-image: linear-gradient(to right, #6FB4D0, #265f89, #1B4361);
  padding: 10px;
}
#h2AreaCompany a.bannerBtn {
  position: absolute;
  top: 160px;
  left: 50%;
  transform: translateX(-50%);
  padding: 20px 24px;
  border-radius: 35px;
  line-height: 1;
  background: #1c8BC1;
  color: #fff;
  font-size: 2rem;
}
#h2AreaCompany a.bannerBtn::before {
  font-family: "Font Awesome 7 Free";
  font-weight: 900;
  content: "";
  text-decoration: none;
}
#h2AreaCompany a.bannerBtn:hover {
  background: #66B9E7;
  color: #fff;
  text-decoration: none;
}

#h2AreaRecruit {
  position: relative;
  width: 100%;
  height: 250px;
  margin: 80px 0;
  padding-top: 80px;
  text-align: center;
  background: url(../images/index/recruit_bg.jpg) no-repeat center/cover;
  box-sizing: border-box;
}
#h2AreaRecruit h2 {
  margin: 0 auto;
  color: #fff;
  font-size: 2rem;
  font-weight: normal;
  background-image: linear-gradient(to right, #ededed, rgba(163, 174, 192, 0.8), rgba(133, 147, 171, 0.8));
  padding: 10px;
}
#h2AreaRecruit a.bannerBtn {
  position: absolute;
  top: 160px;
  left: 50%;
  transform: translateX(-50%);
  padding: 20px 24px;
  border-radius: 35px;
  line-height: 1;
  background: #113C79;
  color: #fff;
  font-size: 2rem;
}
#h2AreaRecruit a.bannerBtn::before {
  font-family: "Font Awesome 7 Free";
  font-weight: 900;
  content: "";
  text-decoration: none;
}
#h2AreaRecruit a.bannerBtn:hover {
  background: #66B9E7;
  color: #fff;
  text-decoration: none;
}

.banner-section {
  margin-bottom: 160px;
}

@media screen and (max-width: 1159px) {
  #h2AreaP {
    height: 180px;
    padding-top: 60px;
  }
  #h2AreaP h2 {
    font-size: 1.5rem;
  }
  #h2AreaP h2 span {
    font-size: 1rem;
  }
}
@media screen and (max-width: 1159px) {
  .h3AreaB,
.h3AreaH {
    width: 100%;
    background-position: left center;
    margin: 40px 0 20px 0;
  }

  .h3AreaB {
    height: 60px;
  }
  .h3AreaB .bldgB3 h3 {
    font-size: 1.5rem;
    padding-top: 12px;
    padding-left: 20px;
  }

  .h3AreaH {
    height: 90px;
  }
  .h3AreaH .housH3 {
    height: auto;
  }
  .h3AreaH .housH3 h3 {
    font-size: 1.5rem;
    padding-top: 30px;
    padding-left: 20px;
  }
}
@media screen and (max-width: 679px) {
  .h3AreaB,
.h3AreaH {
    width: 100%;
    /* はみ出しを防ぐために幅を100%に設定 */
    background-position: left center;
    /* 背景画像を左寄せに */
    margin: 30px 0 20px 0;
  }

  .h3AreaB .bldgB3 h3,
.h3AreaH .housH3 h3 {
    font-size: 1.3rem;
    padding-left: 20px;
    /* 背景画像の幅に合わせて調整 */
  }

  .h3AreaB {
    height: 50px;
  }
  .h3AreaB .bldgB3 h3 {
    padding-top: 10px;
  }

  .h3AreaH {
    height: 70px;
  }
  .h3AreaH .housH3 h3 {
    padding-top: 20px;
  }
}
/* モバイル幅（959px以下）でのバナー調整
----------------------------------------------- */
@media screen and (max-width: 959px) {
  .banner-section {
    margin-bottom: 60px;
  }

  #h2AreaCatalog,
#h2AreaCompany,
#h2AreaRecruit {
    height: 180px;
    margin: 40px 0;
    padding-top: 50px;
  }
  #h2AreaCatalog h2,
#h2AreaCompany h2,
#h2AreaRecruit h2 {
    font-size: 1.4rem;
    padding: 8px;
  }
  #h2AreaCatalog a.bannerBtn,
#h2AreaCompany a.bannerBtn,
#h2AreaRecruit a.bannerBtn {
    top: 110px;
    padding: 15px 20px;
    font-size: 1.5rem;
  }
}