@charset "UTF-8";

#company main{
  text-align: center;
}
#company main .main__wrapper{
  max-width: 900px;
  margin: 0 auto;
}
@media(max-width: 1039px){
  #company main .main__wrapper{
    margin: 0 2.88888%;
    max-width: initial;
  }
}
/*--page__top--*/
#company main #page__top,
#company main #page__top .container{
  width: 100%;
  height: 150px;
}
@media(max-width: 667px){
  #company main #page__top,
  #company main #page__top .container{
    height: 100px;
  }
}
#company main #page__top{
  background: url(../images/company/page_top.jpg) no-repeat left center;
  background-size: cover;
  width: 100%;
}
#company main #page__top .container{
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media(max-width: 1039px){
  #company main #page__top .container{
    margin: 0;
  }
}
#company main #page__top .container h2{
  font-size: 2.1rem;
  color: #000;
  font-family: "FP-ヒラギノ角ゴ ProN W6";
}
#company main #page__top .container::after{
  content: '';
  display: block;
  width: 222px;
  height: 109px;
  background: url(../images/company/text_company.png) no-repeat center center;
  position: absolute;
  right: 0;
  top: 75px;
}
@media(min-width: 668px) and (max-width: 1039px){
  #company main #page__top .container::after{
    width: 180px;
    height: 95px;
    background-size: 100%;
    right: 2.88888%;
    top: 80px;
  }
}
@media(max-width: 667px){
  #company main #page__top .container::after{
    width: 140px;
    height: 75px;
    background-size: 100%;
    right: 2.88888%;
    top: 50px;
  }
}

/*--breadcrumb--*/
#company main .breadcrumb{
  text-align: left;
  list-style: none;
  padding: 17px 0;
}
@media(max-width: 667px){
  #company main .breadcrumb{
    padding: 17px 0 0;
  }
}
#company main .breadcrumb li{
  display: inline-block;
  text-decoration: none;
  color: #898989;
}
#company main .breadcrumb li::after{
  content: '/';
  padding: 0 0.4em;
  color: #898989;
}
#company main .breadcrumb li:last-child::after{
  content: '';
}
#company main .breadcrumb li:first-child a{
  color: #da0000;
}
#company main .breadcrumb li:first-child a::before{
  content: '';
  display: inline-block;
  width: 10px;
  height: 11px;
  margin-right: 10px;
  background: url(../images/company/HOME.png) no-repeat center center;
}
/*--section--*/
#company main .section__title{
  font-family: "FP-ヒラギノ角ゴ ProN W6";
  font-size: 1.7rem;
  margin-bottom: 25px;
}
#company main .section__title::before{
  content: '';
  display: block;
  margin: 0 auto 10px;
  background: url(../images/company/heading_logo.png) no-repeat center center;
  width: 25px;
  height: 25px;
}
/*--greeting--*/
#company main #greeting__text p{
  font-family: "リュウミン R-KL JIS2004";
  font-size: 1.4rem;
  text-align: left;
  position: relative;
  line-height: 180%;
  margin-bottom: 18px;
}
@media(max-width: 667px){
  #company main #greeting__text p{
    margin-bottom: 13px;
  }
}
#company main #greeting__img{
  display: block;
  width: 240px;
  height: 23px;
  margin: 0 0 0 auto;
}

/*--profile--*/
#company main .profile__item__wrapper{
  width: 100%;
  text-align: left;
}
#company main .profile__item{
  width: 100%;
  border-bottom: 1px solid #0c0509;
  padding: 3px 0;
  display: table;
}
@media(max-width: 667px){
  #company main .profile__item{
    display: block;
    border: none;
    padding: 0;
  }
}
#company main .profile__item:first-child{
  border-top: 2px solid #0c0509;
}
@media(max-width: 667px){
  #company main .profile__item:first-child{
    border: none;
  }
}
#company main .profile__item__title{
  display: table-cell;
  vertical-align: middle;
  padding-left: 16px;
  width: 200px;
  background-color: #e5e5e5;
  font-size: 1.4rem;
  font-family: "FP-ヒラギノ角ゴ ProN W6";
}
#company main .profile__item__text{
  display: table-cell;
  padding: 25px 40px;
}
@media(max-width: 667px){
  #company main .profile__item__title,
  #company main .profile__item__text{
    display: block;
  }
  #company main .profile__item__title{
    width: auto;
    padding: 14px 16px;
  }
  #company main .profile__item__text{
    padding: 14px 32px;
  }
}
