/*********** メイン画像 **********************************/
.main-image p {
  text-align: center;
  color: #fff;
}
.main-image .video {
  position: relative;
}
.main-image .video video {
  vertical-align: bottom;
}
.main-image .video p.jp {
  position: absolute;
  bottom: 0;
  width: 100%;
  background-color: rgba(236, 119, 119, 0.8);
  padding: 1rem 0;
  font-size: 150%;
  letter-spacing: 5px;
}
.main-image p.en {
  background-color: #383231;
  padding: 0.5rem 0;
}
@media screen and (max-width: 767px) {
  .main-image .video {
    /*width: 200%;
		margin: 0 -50%;*/
    text-align: center;
  }
  .main-image .video p.jp {
    line-height: 160%;
    position: static;
    background-color: rgba(236, 119, 119, 1);
    font-size: 4vw;
  }
  .main-image p.en {
    font-size: 3.2vw;
  }
}

/*********** ニュースリリース **********************************/
.news {
  margin-top: 3%;
}
.news p {
  padding-bottom: 1rem;
}
.news p.title {
  font-weight: bold;
  float: left;
}
.news p.link {
  float: right;
}
.news ul {
  border: 1px solid #000;
  padding: 2rem;
  padding-top: 1rem;
  clear: both;
}
.news ul li {
  border-bottom: 1px solid #000;
  overflow: hidden;
}
.news ul li a {
  display: block;
  margin: 1rem;
  margin-bottom: 0.5rem;
  font-weight: bold;
  color: #000;
  max-height: 22px;
  overflow: hidden;
  line-height: 150%;
}
.news ul li a.a-none {
  pointer-events: none;
}
.news ul li a:hover {
  color: #d33216;
}
.news ul li a time {
  padding-right: 3rem;
}
@media screen and (max-width: 767px) {
  .news {
    margin-top: 3rem;
  }
  .news p {
    font-size: 1.3rem;
  }
  .news p.link {
    display: none;
  }
  .news ul {
    padding-bottom: 3rem;
  }
  .news ul li a {
    max-height: 50px;
  }
}

/*********** 人×works **********************************/
.human-banner {
  margin-top: 5rem;
  margin-bottom: 4rem;
}
@media screen and (min-width: 768px) {
}
@media screen and (max-width: 767px) {
  .human-banner {
    margin: 3rem auto;
  }
}

/*********** 事業紹介 **********************************/
.business-domains {
  background-color: #383231;
  padding: 3rem 0;
  overflow: hidden;
}
.business-domains div {
  text-align: center;
}
.business-domains h2 {
  font-weight: bold;
  font-size: 200%;
  letter-spacing: 10px;
}
.business-domains h2 a {
  color: #fff;
}
.business-domains h2 a:hover {
  color: #fff000;
}
.business-domains .sub {
  color: #565150;
  font-weight: bold;
  font-size: 150%;
  letter-spacing: 1px;
  padding-top: 0.3rem;
  padding-bottom: 2rem;
}
.business-domains ul {
  display: flex;
  justify-content: space-between;
}
.business-domains ul li {
  width: 23%;
}
@media screen and (max-width: 767px) {
  .business-domains h2 {
    letter-spacing: 0;
    padding-left: 1rem;
  }
  .business-domains .sub {
    font-size: 100%;
    padding-top: 0;
    padding-bottom: 1rem;
    padding-left: 1rem;
  }
  .business-domains ul {
    display: block;
  }
  .business-domains ul li {
    width: 100%;
  }
  .business-domains ul li:not(:last-child) {
    margin-bottom: 1.5rem;
  }
}

/*********** 主要サイト **********************************/
.main-link {
  padding: 4rem 0;
}
.main-link ul {
  display: flex;
  justify-content: space-between;
}
.main-link ul li {
  width: 31%;
  border: 1px solid #000;
  box-shadow: 5px 5px #b3b3b3;
  border-radius: 5px;
}
.main-link ul li a {
  display: block;
  padding: 1rem 2rem;
}
@media screen and (max-width: 767px) {
  .main-link {
  }
  .main-link ul {
    display: block;
  }
  .main-link ul li {
    width: 100%;
    box-shadow: none;
  }
  .main-link ul li:not(:last-child) {
    margin-bottom: 1.5rem;
  }
}

/*********** 作品リスト **********************************/
.work-list {
  background-image: url("../img/img-list-back.jpg");
  background-size: contain;
  background-repeat: repeat-x;
  background-position: center;
  padding: 2rem 3rem;
}

/*********** 企業情報 **********************************/
.corporate-intelligence {
  background-image: url("../img/img-corporate-intelligence.gif");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.corporate-intelligence .box {
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.3);
  padding-top: 4rem;
  padding-bottom: 8rem;
}
.corporate-intelligence div,
.corporate-intelligence div a {
  color: #fff;
}
.corporate-intelligence div a h3 {
  font-weight: bold;
  border: 1px solid #fff;
  display: inline-block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 2rem;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.corporate-intelligence div a:hover h3 {
  color: #000;
  background-color: #fff;
}
.corporate-intelligence div p {
  width: 62%;
  letter-spacing: 1px;
  line-height: 180%;
}
@media screen and (max-width: 767px) {
  .corporate-intelligence {
    background-position: 30% center;
  }
  .corporate-intelligence .box {
    padding: 4rem 0;
  }
  .corporate-intelligence div {
    text-align: center;
  }
  .corporate-intelligence div p {
    width: 100%;
    text-align: left;
  }
}

/*********** リンク **********************************/
.link-list {
  padding: 4rem 0;
  display: flex;
  justify-content: space-between;
}
.link-list a {
  width: 31%;
  border: 1px solid #000;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #000;
}
.link-list a:hover {
  color: #808080;
}
.link-list a img {
  width: 60%;
  margin-top: 0.5rem;
}
.link-list a div {
  padding: 2rem 1rem;
  font-weight: bold;
}
.link-list a div p {
  line-height: 160%;
}
.link-list a div .title {
  font-size: 120%;
}
.link-list a div .sub {
  font-size: 80%;
}
@media screen and (max-width: 767px) {
  .link-list {
    display: block;
  }
  .link-list a {
    width: 100%;
    min-height: 175px;
  }
  .link-list a:not(:last-child) {
    margin-bottom: 1.5rem;
  }
  .link-list a div {
    padding: 1rem 0;
  }
}
