@charset "utf-8";
/*------------------------------------------------
会社情報
------------------------------------------------*/

/*==========社是==========*/
#motto.contents-inner {
  margin-top: 80px;
  width: 100%;
  text-align: center;
  background-image: url(../../../images/company/company-information/motto_bg_machine.png), url(../../../images/company/company-information/motto_bg_man.png);
  background-position: top left calc(50% - 422px), top right calc(50% - 422px);
}

.motto-title {
  color: #345cad;
  font-size: 3.2rem;
}

.motto-text {
  margin: 25px auto 50px;
/*
  font-size: 2.4rem;
  margin-bottom: 50px;
*/
}

/*==========会社概要==========*/
#profile {
  padding-top: 0;
  background-image: url(../../../images/company/company-information/profile_bg.png);
  background-position :top 225px right 50px;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
}

/*共通*/
/*アイコン*/
.square-icon::before {
  color: #fd8626;
  content: "■";
  display: inline-block;
  text-indent: -1em;
}
.sub-contents-wrapper {
  background-color: #f6e294;
  padding: 30px 30px 30px 44px;
  width: 100%;
}

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

.profile-list-wrapper {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 50px 0 0;
}

.profile-list {
  width: 50%;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}

.profile-item-wrapper {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}

.profile-item {
  width: 100px;
  padding: 3px 8px;
  background-color: #d1f6e1;
}

.profile-item-detail {
  width: calc(100% - 100px);
  padding: 3px 0 3px 15px;
}

.profile-item-detail .detail-list {}

.profile-item-detail .detail-item {
  display: block;
  width: 100%;
  font-size: 1.6rem;
}

/*調整用*/
.profile-item-detail.adjust-padding {
  /* padding-bottom: 60px; */
  padding-bottom: 0;
}

/*-----品質・環境方針-----*/

#iso {
  margin: 65px 0 30px;
  position: relative;
}

.iso-title {
  text-align: left;
  margin-bottom: 50px;
}

.iso-subtitle {
  display: inline-block;
  border-bottom: 2px solid #fd8626;
  position: absolute;
  top: 40px;
  left: 50%;
  margin-left: -5em;
}

.iso-subinner {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  justify-content: space-between;
}

.iso-detail {
  width: 650px;
  display: flex;
  flex-wrap: wrap;
}

.policy-list {
  text-align: justify;
  text-justify: inter-ideograph;
  width: 100%;
}

.policy-item:not(:last-of-type) {
  margin-bottom: 20px;
}

.policy-item-title {
  font-weight: bold;
}

.policy-item-detail {
  font-size: 1.4rem;
  line-height: 1.8;
}

.policy-item-detail.detail-list {
  counter-reset: cnt;
}

.policy-item-detail .detail-item {
  margin-left: 2.5em;
  text-indent: -2.2em;
  font-weight: normal;
}

.policy-item-detail .detail-item::before {
  content: counters(cnt, ".") ". ";
  counter-increment: cnt;
  margin-right: 1em;
}

.policy-item-detail .subdetail-list {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
  margin: 12px 0 12px 2.2em;
}

.policy-item-detail .subdetail-item {
  width: 5em;
  font-weight: normal;
}
.policy-item-detail .subdetail-item-text {
  width: calc(100% - 5em);
  font-weight: normal;
}

/*署名*/
.signature {
  display: block;
  text-align: right;
  margin-left: auto;
  margin-top: 25px;
  font-size: 1.4rem;
}

.signature-date {
  display: block;
}

/*登録証*/
.iso-certificate-pic {
  width: 214px;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  justify-content: space-around;
}

/*-----sdgs-----*/

#sdgs {
  width: 465px;
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
}
.sdgs-title {
  margin-bottom: 15px;
  width: 100%;
}
.sdgs-subtitle {
  width: 100%;
  line-height: 1;
}
.sdgs-text {
  /* margin-bottom: auto; */
  margin-bottom: 20px;
}
.sdgs-pic {
  margin: 40px auto 0;
}
.sdgs-link {
  color: #fd8626;
  padding-bottom: 2px;
  border-bottom: 2px solid #fd8626;
}


/*-----環境保護対策-----*/

#environmental-protection {
  width: 465px;
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
}
.environmental-protection-title {
  margin-bottom: 15px;
}
.environmental-protection-text {
  margin-bottom: auto;
}
.environmental-protection-pic {
  margin: 80px auto 0;
}

/*-----健康づくり推進事業所認定-----*/

#health-promotion {
  width: 465px;
  display: flex;
  flex-wrap: wrap;
  /* align-content: space-between; */
  align-content:flex-start;
}
.health-promotion-title {
  margin-bottom: 15px;
}
.health-promotion-text {
  margin-bottom: 25px;
}
.health-promotion-pic {
  /* margin: auto; */
  margin: 70px auto 0;
}

/*-----情報セキュリティへの取り組みに対して-----*/

#security-initiatives {
  width: 100%;
  margin: 30px 0;
  display: flex;
  flex-wrap: wrap;
}
.security-initiatives-title {
  margin-bottom: 15px;
}

.security-initiatives-text {
  width: calc(100% - 175px);
  font-size: 1.4rem;
}

.security-initiatives-text .emphasis {
  color: inherit;
  display: block;
  margin: 20px 0;
  font-size: 2rem;
  font-weight: bold;
}

.security-initiatives-img {
  width: 165px;
}

.security-initiatives-link {
  color: #fd8626;
  font-weight: bold;
  padding-bottom: 2px;
  border-bottom: 2px solid #fd8626;
}

/*-----反社会的勢力に対する取り組み-----*/

#antisocial-initiatives {
  width: 100%;
  margin: 30px 0;
}

.antisocial-initiatives-title {
  margin-bottom: 15px;
}

.basic-policy-title {
  font-weight: bold;
  margin-bottom: 15px;
  font-size: 1.4rem;
}

.basic-policy-text {
  font-size: 1.4rem;
}

.basic-policy-list {
  counter-reset: cnt;
  margin: 20px 0;
}

.basic-policy-item {}

.basic-policy-item:not(:last-of-type) {
  margin-bottom: 35px;
}

.basic-policy-subtitle::before {
  content: counters(cnt, ".") ". ";
  counter-increment: cnt;
}

.enactment-day {
  display: block;
  text-align: right;
}


/*-----補助金・助成金-----*/

#subsidy {}

.subsidy-title {
  margin-bottom: 15px;
}

.subsidy-list {
  counter-reset: cnt;
}

.subsidy-item-title {
  font-weight: bold;
}

.subsidy-item-text {}

.subsidy-item-text:not(:last-of-type) {
  margin-bottom: 35px;
}

.subsidy-subitem {}

.subsidy-subitem::before {
  content: counters(cnt, "") "";
  counter-increment: cnt;
  margin-right: 1em;
  margin-left: 1em;
}


/*==========沿革==========*/

#history {
  padding: 0;
  margin: 80px auto 0;
  background-image: url(../../../images/company/company-information/history_bg_globe.png), url(../../../images/company/company-information/history_bg_pen.png);
  background-position: top -35px left 0, bottom -35px right 0;
}

.history-img {
  margin: 80px auto 0;
}

/*==========組織図==========*/

.organization-chart-img {
  margin: 100px auto;
}
