@charset "UTF-8";
/*=======================================
トップページ
=========================================*/
.l-kv {
  background: url("../img/top/bg_01.jpg") no-repeat center;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.l-kv .txt {
  height: 600px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.l-kv .txt .inner {
  font-family: "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "リュウミン R-KL", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.l-kv .txt .inner h2 {
  font-size: 40px;
  font-size: 4rem;
  font-weight: normal;
  line-height: 1;
  text-shadow: #fff 1px 1px 10px, #fff -1px 1px 10px, #fff 1px -1px 10px, #fff -1px -1px 10px;
}
.l-kv .txt .inner p {
  font-size: 16px;
  font-size: 1.6rem;
  margin-top: 30px;
  text-shadow: #fff 1px 1px 10px, #fff -1px 1px 10px, #fff 1px -1px 10px, #fff -1px -1px 10px;
}

.p-top__link {
  margin-top: 15px;
  background-color: #EEEEEE;
  border-top: 1px solid #DDDDDD;
  border-bottom: 1px solid #DDDDDD;
}
.p-top__link ul {
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.p-top__link ul li {
  width: 346px;
  background-color: #FFF;
  border-left: 1px solid #DDDDDD;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.p-top__link ul li:nth-child(3n) {
  border-right: 1px solid #DDDDDD;
}
.p-top__link ul li .txt {
  padding: 20px 0 30px;
}
.p-top__link ul li .txt .title,
.p-top__link ul li .txt .sub {
  text-align: center;
}
.p-top__link ul li .txt .title {
  font-size: 18px;
  font-size: 1.8rem;
  font-family: "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "リュウミン R-KL", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.p-top__link ul li .txt .title:after {
  content: "";
  display: block;
  margin: 15px auto;
  border-bottom: solid 1px #000;
  border-right: solid 1px #000;
  width: 4px;
  height: 4px;
  transform: rotate(45deg);
}
.p-top__link ul li .txt .sub {
  font-weight: bold;
  font-size: 14px;
  font-size: 1.4rem;
}
.p-top__link ul li .txt .sub:before {
  content: "";
  width: 70px;
  height: 70px;
  display: block;
  margin: 15px auto;
}
.p-top__link ul li .txt .sub--company:before {
  background: url("../img/top/icon_company.jpg") no-repeat;
  -webkit-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
}
.p-top__link ul li .txt .sub--business:before {
  background: url("../img/top/icon_business.jpg") no-repeat;
  -webkit-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
}
.p-top__link ul li .txt .sub--recruit:before {
  background: url("../img/top/icon_recruit.jpg") no-repeat;
  -webkit-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
}
.p-top__link ul li .txt .sub--access:before {
  background: url("../img/top/icon_access.jpg") no-repeat;
  -webkit-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
}
.p-top__link ul li .txt .sub--csr:before {
  background: url("../img/top/icon_csr.jpg") no-repeat;
  -webkit-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
}
.p-top__link ul li .txt .sub--group:before {
  background: url("../img/top/icon_group.jpg") no-repeat;
  -webkit-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
}

.p-top__news {
  padding: 50px 0;
}
.p-top__news .top-news {
  width: 730px;
  margin: 20px auto 50px;
  border-top: 1px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
}

/* ----------------------------- スマホ（～767px） */
@media screen and (max-width: 767px) {
  .l-kv .txt {
    height: auto;
    display: block;
    padding: 45px 0;
  }
  .l-kv .txt .inner h2 {
    font-size: 26px;
    font-size: 2.6rem;
    text-shadow: #fff 1px 1px 10px, #fff -1px 1px 10px, #fff 1px -1px 10px, #fff -1px -1px 10px;
  }
  .l-kv .txt .inner p {
    font-size: 13px;
    font-size: 1.3rem;
    margin-top: 15px;
    text-shadow: #fff 1px 1px 10px, #fff -1px 1px 10px, #fff 1px -1px 10px, #fff -1px -1px 10px;
  }

  .p-top__link {
    margin-top: 15px;
    background-color: #EEEEEE;
  }
  .p-top__link ul li {
    width: 50%;
  }
  .p-top__link ul li:nth-child(3n) {
    border-right: none;
  }
  .p-top__link ul li:nth-child(2n) {
    border-right: 1px solid #DDDDDD;
  }
  .p-top__link ul li .txt .title {
    font-size: 16px;
    font-size: 1.6rem;
    font-family: "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "リュウミン R-KL", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  }
  .p-top__link ul li .txt .sub:before {
    width: 50px;
    height: 50px;
  }

  .p-top__news .top-news {
    width: 100%;
  }
}
