@charset "UTF-8";
.pagetitle {
  position: relative;
}

.headline {
  margin-bottom: 10.67vw;
  font-family: "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", "メイリオ", Meiryo, serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.5;
  text-align: center;
}

.contents .mv {
  position: relative;
}
.contents .concept {
  padding: 10.67vw 5.33% 11.47vw;
  font-family: "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", "メイリオ", Meiryo, serif;
}
.contents .concept__lbl {
  font-size: 27px;
  line-height: 1.85;
}
.contents .concept p {
  margin: 0;
  font-size: 14px;
  line-height: 2;
}
.contents .business {
  -ms-flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      flex-wrap: wrap;
          justify-content: space-between;
  padding: 0 3.33%;
}
.contents .business-g {
  background-color: #eee;
}
.contents .business-g.product {
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      flex-wrap: wrap;
  margin-bottom: 2.67vw;
  padding: 6.67vw 5% 5.5vw;
}
.contents .business-g.product .business--item {
  display: block;
  width: 50%;
}
.contents .business-g.product .business--item--img {
  position: relative;
}
.contents .business-g.product .business--item--img::before {
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  content: '';
}
.contents .business-g.product .business--item-logo {
  -webkit-transform: translate(-50%, -50%);
  z-index: 2;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
          transform: translate(-50%, -50%);
}
.contents .business-g.product .business--item:nth-of-type(1), .contents .business-g.product .business--item:nth-of-type(2) {
  margin-bottom: 5.07vw;
}
.contents .business-g.product .business--item:nth-of-type(1) .business--item--img::before, .contents .business-g.product .business--item:nth-of-type(2) .business--item--img::before {
  background: #094;
}
.contents .business-g.product .business--item:nth-of-type(3) .business--item--img::before {
  background: #e60012;
}
.contents .business-g.product .business--item:nth-of-type(4) .business--item--img::before {
  background: #014195;
}

.contents .independence_area {
    -ms-flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.contents .business-g.independence {
  width: 48.57%;
  padding: 5.33vw 4.29%;
  background-color: #dce9ce;
  margin-bottom: 2.67vw;
}
.contents .business--item--img {
  position: relative;
}
.contents .business--item--img::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  content: '';
}
.contents .business--item--lbl {
  padding-top: 2.8vw;
  text-align: center;
}
.contents .business--item--lbl .sub {
  margin-bottom: 1vw;
  font-size: 11px;
}
.contents .business--item--lbl .main {
  font-size: 13px;
  font-weight: 600;
  line-height: 1.77;
}
.contents .business--item--lbl .main img.blank {
  width: 3.07vw;
  margin-left: 0.8vw;
}
.contents .news {
  padding: 17.33vw 4.67%;
}
.contents .news__lbl {
  margin-bottom: 4.67vw;
  font-family: 'Cinzel', serif;
  font-size: 43px;
  text-align: center;
}
.contents .news__block {
  margin-bottom: 10.67vw;
  border-top: 1px solid #d3d3d3;
}
.contents .news__item a {
  display: block;
  padding: 4vw 0;
  border-bottom: 1px solid #d3d3d3;
  font-size: 14px;
  line-height: 1.96;
}
.contents .news__item time {
  display: inline-block;
  font-family: 'Roboto', sans-serif;
}
.contents .news__item p {
  margin: 0;
  text-decoration: underline;
}
.contents .news .tomore {
  width: 79.41%;
  margin: 0 auto;
}
.contents .news .tomore a {
  display: block;
  border: 1px solid #000;
  font-size: 14px;
  font-weight: 600;
  line-height: 12.8vw;
  text-align: center;
}
@media (min-width: 768px) {
  .headline {
    margin-bottom: 50px;
    font-size: 36px;
  }
  .contents .mv-img {
    height: 680px;
  }
  .contents .mv-img img {
    -o-object-fit: cover;
    -o-object-position: center;
    width: 100%;
    height: 100%;
       object-fit: cover;
       object-position: center;
  }
  .contents .mv-txt {
    -webkit-transform: translateX(-50%);
    position: absolute;
    top: 139px;
    left: 50%;
            transform: translateX(-50%);
  }
  .contents .concept {
    padding: 83px 0 75px;
    text-align: center;
  }
  .contents .concept__lbl {
    margin-bottom: 20px;
    font-size: 30px;
  }
  .contents .concept p {
    font-size: 18px;
    line-height: 2.39;
  }
  .contents .business {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    max-width: 1900px;
    margin: 0 auto;
    padding: 0 70px;
  }
  .contents .business-g.product {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    padding: 70px 70px 55px;
  }
  .contents .business-g.product .business--item:nth-of-type(1), .contents .business-g.product .business--item:nth-of-type(2) {
    margin-bottom: 0;
  }
  .contents .independence_area {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    width: 100%;
  }
  .contents .business-g.independence {
    width: 31.36%;
    width: 100%;
    padding: 59px 4.38% 57px;
  }
  .contents .business-g.independence:not(:last-of-type) {
    margin-right: 40px;
  }
  .contents .business--item--lbl {
    padding-top: 16px;
  }
  .contents .business--item--lbl .sub {
    margin-bottom: 5px;
    font-size: 15px;
  }
  .contents .business--item--lbl .main {
    font-size: 20px;
  }
  .contents .business--item--lbl .main img.blank {
    width: 17px;
    margin-left: 7px;
  }
  .contents .news {
    width: 1200px;
    margin: 0 auto;
    padding: 100px 0;
  }
  .contents .news__lbl {
    margin-bottom: 35px;
    font-size: 48px;
  }
  .contents .news__block {
    margin-bottom: 50px;
  }
  .contents .news__item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 15px 0;
    font-size: 15px;
  }
  .contents .news__item a:hover {
    background-color: #f3f3f3;
    opacity: 1;
  }
  .contents .news__item a:hover p {
    text-decoration: underline;
  }
  .contents .news__item time {
    width: 114px;
  }
  .contents .news__item p {
    text-decoration: none;
  }
  .contents .news .tomore {
    width: 300px;
  }
  .contents .news .tomore a {
    font-size: 15px;
    line-height: 58px;
  }
  .contents .news .tomore a:hover {
    background: #000;
    color: #fff;
    opacity: 1;
  }
}
