/*
	サステナブル∞ワークスタイルプロジェクト
*/

.award_grid_container {
  margin: 20px 3%;
}

.award_grid {
  display: grid;
  grid-template-columns: 40px 1fr 40px;
  grid-template-rows: 40px 1fr 40px;
}

.award_grid_item:nth-child(1) {
  background-image: url(../../images/award2019/top-left.svg);
  background-size: cover;
}

.award_grid_item:nth-child(2) {
  background-image: url(../../images/award2019/top.svg);
  background-size: contain;
}

.award_grid_item:nth-child(3) {
  background-image: url(../../images/award2019/top-right.svg);
  background-size: cover;
}

.award_grid_item:nth-child(4) {
  background-image: url(../../images/award2019/left.svg);
  background-size: contain;
}

.award_grid_item:nth-child(6) {
  background-image: url(../../images/award2019/right.svg);
  background-size: contain;
}

.award_grid_item:nth-child(7) {
  background-image: url(../../images/award2019/bottom-left.svg);
  background-size: cover;
}

.award_grid_item:nth-child(8) {
  background-image: url(../../images/award2019/bottom.svg);
  background-size: contain;
}

.award_grid_item:nth-child(9) {
  background-image: url(../../images/award2019/bottom-right.svg);
  background-size: cover;
}

figcaption {
  color: #504949;
  margin-top: 0.4rem;
}

.award_grid_item:nth-child(5) .read {
  margin-bottom: 1.6rem;
}

.ceo_container, .ceo_judge_container, .story_container, .company_container, .interview_container {
  margin: 0 3%;
}

.ceo_container > .main > p {
  padding: 1.6rem;
  line-height: 2.6rem;
  border: 2px solid #44aeea;
  border-radius: 8px;
  background-color: #fff;
}

.ceo_judge_container {
  margin-top: 20px;
}

.ceo_judge_container > h2 {
  padding: 0 1.6rem;
  font-size: 2rem;
  color: #fff;
}

.ceo_judge_container > p {
  padding: 1.6rem 1.6rem 0;
  color: #504949;
}

.story_container {
  margin-top: 20px;
}

.story_container > a {
  color: #000;
  text-decoration: none;
}

.story_container > a > .story {
  padding: 1.6rem;
  font-size: 1.4rem;
  line-height: 2.2rem;
  background-color: #fff;
}

.story_container > a > .story:after {
  content: "";
  clear: both;
  display: block;
}

.story_container > a > .story > img {
  float: right;
  margin-left: 0.5rem;
}

.company_container > h3 {
  text-align: center;
  font-size: 1.8rem;
  color: #095ca8;
}

.company_container > h3 > img {
  width: 260px;
}

.company_container > p {
  margin: 1.6rem 0 3.2rem;
}

.statistics {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 3%;
}

.interview_container .interview {
  display: block;
  font-size: 3rem;
  color: #44aeea;
}

.interview_container > h2 {
  margin: 15px 0 30px;
  text-align: center;
}

.middle {
  margin: 0 1.6rem;
}

.interview_age {
  margin: 3.2rem 0;
  background-color: #44aeea;
}

.age_bottom {
  color: #504949;
}

.interview_age > .item a {
  color: #fff;
  font-weight: bold;
}

.interview_age > .item > p {
  text-align: center;
}

.interview_age > .item {
  padding: 1.6rem 0;
}

.interview_age_center {
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #fff;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #fff;
}

.interview_age > .item > p:nth-child(1) {
  margin-bottom: 1.6rem;
}

.m-cast {
  text-align: center;
  margin-top: 50px;
}

.read-area-award {
  text-align: left;
  margin-top: 50px;
  font-size: 1.6rem;
}

.read-area-award a {
  text-decoration-color: #095ca8;
  text-underline-offset: 0.4rem;
}

.read-area-award p span {
  font-weight: 700;
  color: #095ca8;
}

.read-area-award p:nth-child(1) {
  margin-bottom: 0.8rem;
}

.blank {
  padding: 1.6rem !important;
  line-height: 3.2rem;
  text-align: left;
}

.unit-award {
  margin-top: 40px;
}

.m-cast-bottom {
  margin-bottom: 40px;
}

@media screen and (min-width: 768px) {
  .award_grid_item:nth-child(5) > ul {
    display: flex;
  }

  .award_grid_item:nth-child(5) > ul > .side {
    width: 200px;
  }

  .award_grid_item:nth-child(5) > ul > .main {
    flex: 1;
    position: relative;
  }

  .award_grid_item:nth-child(5) > ul > .main > p {
    padding-left: 1.8rem;
  }

  .award_grid_item:nth-child(5) .read {
    margin-bottom: 0;
    font-size: 1.8rem;
    line-height: 2.3rem;
  }

  .award_grid_item:nth-child(5) .read_bottom {
    position: absolute;
    bottom: 0;
    line-height: 1.6rem;
  }

  .ceo_container {
    display: flex;
  }

  .ceo_container > .side {
    width: 314px;
  }

  .ceo_container > .main {
    flex: 1;
  }

  .ceo_container > .main > p {
    margin-left: 1.6rem;
  }

  .story_container > a > .story {
    font-size: 1.6rem;
    line-height: 2.6rem;
  }

  .interview_age {
    display: flex;
    position: relative;
  }

  .interview_age:before {
    position: absolute;
    right: 0;
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    top: 0;
    border-width: 0 50px 50px 0;
    border-color: transparent #fff transparent transparent;
  }

  .interview_age:after {
    position: absolute;
    right: 0;
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    bottom: 0;
    border-width: 0 0 50px 50px;
    border-color: transparent transparent #fff transparent;
  }

  .interview_age > .item {
    flex: 1;
  }

  .interview_age_center {
    border-top: none;
    border-bottom: none;
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: #fff;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #fff;
  }

  .blank {
    padding: 2rem !important;
    line-height: 4rem;
  }
}

@media screen and (min-width: 800px) {
  .read-area-award  {
    text-align: center;
  }
  
  .blank {
    text-align: center;
  }
}

@media screen and (min-width: 860px) {
  .award_grid_item:nth-child(5) .read {
    line-height: 2.6rem;
  }

  .award_grid_item:nth-child(5) .read_bottom {
    line-height: 2rem;
  }
}

@media screen and (min-width: 900px) {
  .award_grid_item:nth-child(5) .read {
    line-height: 3rem;
  }
}