@charset "utf-8";

#mainVisual__lower {
  background-image: url("../img/company-bg.jpg");
}


.mainVisual__lower--content h1:before {
  content: "会社概要";
}



#lower__contents h2 {
  font-size: 3.0rem;
  text-align: center;
  margin-bottom: 60px;
}


#lower__contents h2.undeLine__title {
  position: relative;
  line-height: 1;
  font-size: 2.4rem;
}

#lower__contents h2.undeLine__title:after {
  content: '';
  position: absolute;
  bottom: -15px;
  display: inline-block;
  width: 50px;
  height: 1px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #c9a85b;
}


#catchCopy,
#guideLines {
  width: 1200px;
  margin: 0 auto;
}

#catchCopy {
  padding: 120px 0 180px;
}

.pc__text {
  display: block;
}

.sp__text {
  display: none;
}


#catchCopy .catchCopy__text p {
  text-align: center;
  margin-bottom: 40px;
}

#catchCopy .catchCopy__text p.ceo__name {
  font-weight: bold;
  margin-bottom: 0;
}

#catchCopy .catchCopy__text p.ceo__name span {
  font-size: 2.8rem;
}



.biography__list,
.profile__list {
  width: 1200px;
  margin: 0 auto;
  padding: 40px 0;
  display: flex;
  border-top: 1px solid #e6e6e6;
}

.biography__list:last-of-type,
.profile__list:last-of-type {
  border-bottom: 1px solid #e6e6e6;
}

.biography__list dt,
.profile__list dt {
  width: 400px;
}

.biography__list dd,
.profile__list dd {
  width: 800px;
  line-height: 2;
}

.profile__list dd span.pc {
  display: inline-block;
}

.profile__list dd span.sp {
  display: none;
}

.address__pc {
  display: block;
}

.address__sp {
  display: none;
  text-align: center;
}


#biography {
  padding: 120px 0;
  background-color: #fafafa;
}


#biography .shop__list {
  margin-top: 40px;
}


#biography .shop__list li {
  margin-top: 20px;
}




#profile {
  padding: 120px 0;
}

@media screen and (max-width:1024px) {

  .biography__list,
  .profile__list {
    width: 100%;
  }

  #catchCopy {
    padding: 120px 20px 180px;
  }

  #biography,
  #profile {
    padding: 120px 20px;
  }

  .biography__list dt,
  .profile__list dt {
    width: 30%;
    text-align: center;
  }

  .biography__list dd,
  .profile__list dd {
    width: 70%;
    padding-left: 10px;
  }

}








@media screen and (max-width:640px) {
  #catchCopy {
    padding: 120px 10px 180px;
  }

  #catchCopy .catchCopy__text p {
    text-align: left;
  }

  #catchCopy .catchCopy__text p.ceo__name {
    text-align: center;
  }

  #biography,
  #profile {
    padding: 120px 10px;
  }

  .pc__text {
    display: none;
  }

  .sp__text {
    display: block;
  }

  .address__pc {
    display: none;
  }

  .address__sp {
    display: block;
  }

  .biography__list,
  .profile__list {
    flex-direction: column;
    padding: 40px 0;
  }

  .biography__list dt,
  .profile__list dt {
    width: 100%;
    margin-bottom: 20px;
    text-align: center;
  }

  .biography__list dd,
  .profile__list dd {
    padding-left: 0;
    width: 100%;
    font-size: 1.4rem;
    text-align: center;
  }

  .profile__list dd span.pc {
    display: none;
  }

  .profile__list dd span.sp {
    display: inline-block;
  }

  .biography__list dd p {
    text-align: center;
  }


}