@charset "UTF-8";


/* トップ
-----------------------------------------------------------------*/

.category-index-message {
  width: 100%;
  background: url("../../../assets/img/company/company-index-greeting.jpg") no-repeat center center;
  background-size: cover;
  padding: 50px 30px;
  margin-bottom: 20px;
}
.category-index-policy {
  width: 100%;
  background: url("../../../assets/img/company/company-index-policy.jpg") no-repeat center center;
  background-size: cover;
  padding: 50px 30px;
  margin-bottom: 50px;
}

.category-index-message h4,
.category-index-policy h4 {
  font-size: 3rem;
  font-weight: 300;
  color: #fff;
  background: none;
  padding: 0;
  margin-bottom: 80px;
}
.category-index-message p,
.category-index-policy p {
  color: #fff;
  margin-bottom: 30px;
}






.category-index {
  display: flex;
  justify-content: space-between;
}

.category-index-item {
  width: 31%;
  border: 1px solid #ccc;
  /*border-radius: 15px;*/
  /*background: #f9f8f7;*/
  /*box-shadow: 5px 5px 0px 0px rgba(0, 0, 0, 0.1);*/
  margin-bottom: 50px;
  text-align: center;
}

.category-index-item h4 {
  font-size: 1.8rem;
  font-weight: 300;
  margin-top: 15px;
}

.category-index-item a {
  display: block;
  color: #333;
  text-decoration: none;
  padding: 20px 15px 10px;
}

.category-index-icon {
  width: 120px;
  margin: 0 auto;
}


@media screen and (max-width:480px) {
.category-index {
  flex-direction: column;
}
.category-index-item {
  width: 100%;
}
}







/* ごあいさつ
-----------------------------------------------------------------*/

.greeting-img {
  margin-bottom: 50px;
}

.greeting-txt p {
  text-indent: 1em;
  margin-bottom: 1em;
  text-align:justify;
	text-justify:inter-ideograph;
}



/* 企業理念
-----------------------------------------------------------------*/

.policy-catch {
  font-size: 3rem;
  font-weight: 300;
  text-align: center;
  line-height: 1.6em;
  margin-bottom: 30px;
}

.policy-image {
  max-width: 500px;
  padding: 0 30px;
  margin: 0 auto 30px;
}

.policy-txt {
  font-size: 2rem;
  font-weight: 300;
  text-align: center;
}

@media screen and (max-width:480px) {
.policy-catch {
  font-size: 2rem;
  line-height: 1.4em;
  margin-bottom: 30px;
}
.policy-txt {
  font-size: 1.6rem;
}
}



/* 会社概要
-----------------------------------------------------------------*/

.outline-tab th {
  width: 20%;
  text-align: left;
  white-space: nowrap;
}

.outline-tab td {
  width: 80%;
}


/* 沿革
-----------------------------------------------------------------*/

.history-tab th {
  width: 20%;
  text-align: left;
  white-space: nowrap;
}

.history-tab td {
  width: 80%;
}

.history-img {
  margin-top: 1em;
}


/* 営業拠点
-----------------------------------------------------------------*/

.branch-info {
  margin-bottom: 50px;
}

.branch-info h4 {
  font-size: 2rem;
  font-weight: 300;
  background: #f3f1ef;
  padding: 5px 10px;
  margin-bottom: 20px;
}

.branch-address {
  margin-bottom: 20px;
}



