body.current02 .header_article .hovr_link.about {
  color: #c2948a;
}

/*--------------------- .article_mv ---------------------*/
.article_mv.strength {
  background: url(../img/mv.jpg) top right no-repeat;
  background-size: cover;
}
.article_mv.facilities {
  background: url(/about/facilities/img/mv.jpg) top right no-repeat;
  background-size: cover;
}


/*--------------------- .brand ---------------------*/
/*--------------------- .about_link_list ---------------------*/
.about_link_list {
  display: flex;
  justify-content: space-between;
  margin-top: 80px;
}
.about_list {
  width: 49.5%;
}
.clm3 .about_list {
  width: 32.5%;
}
.about_list a {
  color: #fff;
  display: block;
  font-size: 30px;
  letter-spacing: 0.15em;
  padding: 30px;
  position: relative;
}
.about_list a::after {
  content: "\f105";
  font-family: FontAwesome;
  font-size: 40px;
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -34px;
  transition: all 0.3s linear;
}
.about_list a:hover::after {
  right: 10px;
}
.about_list a::before {
  content: "";
  display: inline-block;
  vertical-align: sub;
}
.about_list.icon01 a::before {
  background: url(../img/icon_strength02.png) no-repeat;
  background-size: contain;
  height: 4rem;
  margin-right: 10px;
  width: 4rem;
}
.about_list.icon02 a::before {
  background: url(../img/icon_strength03.png) no-repeat;
  background-size: contain;
  height: 4rem;
  margin-right: 10px;
  width: 4rem;
}
.about_list.icon03 a::before {
  background: url(../img/icon_strength01.png) no-repeat;
  background-size: contain;
  height: 4rem;
  margin-right: 10px;
  width: 4rem;
}
.about_list.link01 {
  background: url(../img/about_link_bg02.jpg) center center no-repeat;
  background-size: cover;
}
.about_list.link02 {
  background: url(../img/about_link_bg03.jpg) center center no-repeat;
  background-size: cover;
}
.about_list.link03 {
  background: url(../img/about_link_bg01.jpg) center center no-repeat;
  background-size: cover;
}
.about_list.link01, .about_list.link02, .about_list.link03 {
  transition: all 0.3s linear;
}
.about_list.link01:hover, .about_list.link02:hover, .about_list.link03:hover {
  opacity: 0.5;
}

/*--------------------- .ttl03 ---------------------*/
.ttl03::before {
  content: "";
  display: inline-block;
  margin-right: 10px;
  vertical-align: sub;
}
.ttl03.s_icon01::before {
  background: url(/img/icon_strength01.png) no-repeat;
  background-size: contain;
  height: 4rem;
  width: 4rem;
}
.ttl03.s_icon02::before {
  background: url(/img/icon_strength02.png) no-repeat;
  background-size: contain;
  height: 4rem;
  width: 4rem;
}
.ttl03.s_icon03::before {
  background: url(/img/icon_strength03.png) no-repeat;
  background-size: contain;
  height: 3.5rem;
  width: 4rem;
}

.quality_name {
  margin-top: 30px;
  text-align: right;
}
.quality_name .name {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 22px;
  margin-top: 10px;
}


/*--------------------- .facilities ---------------------*/
/*--------------------- .facilities_box ---------------------*/
.facilities_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.facilities_box .facilities_ttl {
  width: 30%;
}
.facilities_box .facilities_ttl .ttl05 {
  margin: 0;
}
.facilities_box .facilitiesx_txt {
  line-height: 2;
  width: 67%;
}

/*--------------------- .facilities_date ---------------------*/
.facilities_date {
  display: flex;
  justify-content: space-between;
}
.facilities_date .table_area {
  width: 51%;
}
.facilities_date .img_area {
  width: 44%;
}
.f_img_list {
  line-height: 0;
}
.f_img_list + .f_img_list {
  margin-top: 7%;
}
.f_img_list img {
  width: 100%;
}








@media only screen and (max-width: 768px) {
  .about_link_list.clm3 {
    margin-top: 50px;
    flex-wrap: wrap;
  }
  .clm3 .about_list {
    width: 100%;
  }
  .about_list.c_03 + .about_list.c_03 {
    margin-top: 15px;
  }
  
  .ttl03.s_icon01::before, .ttl03.s_icon02::before, .ttl03.s_icon03::before {
    height: 3rem;
    width: 3rem;
  }
}

@media only screen and (max-width: 600px) {
  .about_link_list {
    flex-wrap: wrap;
  }
  .about_list {
    width: 100%;
  }
  .about_list + .about_list {
    margin-top: 15px;
  }
  .about_list a {
    font-size: 20px;
    padding: 15px;
  }
  .about_list.icon01 a::before, .about_list.icon02 a::before, .about_list.icon03 a::before {
    height: 3rem;
    width: 3rem;
  }
  .about_list a::after {
    font-size: 24px;
    right: 15px;
    margin-top: -20px;
  }
  .about_list a:hover::after {
    right: 15px;
  }
  
  /*--------------------- .facilities ---------------------*/
  /*--------------------- facilities_box ---------------------*/
  .facilities_box {
    flex-wrap: wrap;
  }
  .facilities_box .facilities_ttl, .facilities_box .facilitiesx_txt {
    width: 100%;
  }
  .facilities_box .facilities_ttl {
    margin-bottom: 15px;
  }
  
  /*--------------------- .facilities_date ---------------------*/
  .facilities_date {
    flex-wrap: wrap;
  }
  .facilities_date .table_area, .facilities_date .img_area {
    width: 100%;
  }
  .facilities_date .img_area {
    margin-top: 30px;
  }
  .f_img_area_list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .f_img_list + .f_img_list {
    margin: 0 0 2% 0;
  }
  .f_img_list {
    width: 49%;
  }
  
  
}