/* ---------------- */
/* company-page
/* ---------------- */
.company__wrapper {
  max-width: 1260px;
  margin: 0 auto;
  padding: 50px 30px 0;
}

.company__wrapper aside {
  width: 140px;
  float:left;
  position: sticky;
  top:0;
}

.company__wrapper aside ul {
  padding: 130px 0 80px;
}

.company__wrapper aside ul li {
  line-height: 2;
}

.company__wrapper aside ul li a {
  display: inline-block;
  color: #3e3a39;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  transition: all .3s;
}

.company__wrapper aside ul li a::before {
  content: "";
  display: inline-block;
  height: 2px;
  width: 12px;
  background-color: #009be0;
  vertical-align: middle;
  margin-right: 3px;
}

.company__wrapper aside ul li a:hover {
  color: #054c95;
  transition: all .3s;
}

.company__wrapper article {
  width: calc(100% - 160px);
  margin: 0 0 0 auto;
  padding: 0 0 130px 0;
}

.company__wrapper article section {
  padding-top: 130px;
}

#introduction div div:first-child {
  max-width: 480px;
  width: 50%;
}

#introduction div div:first-child p {
  line-height: 2;
  letter-spacing: 00.06em;
  text-align: justify;
}

#introduction div div:first-child p:last-child {
  padding-top: 30px;
  text-align: right;
}

#introduction div div:first-child p:last-child .sign {
  display: inline-block;
  padding-left: 15px;
  font-size: 2.4rem;
  width:150px;
  height:auto;
}

#introduction div div:last-child {
  max-width: 415px;
  width: 48%;
}

#profile dl div {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #e3e3e3;
  padding: 20px 0;
  position: relative;
}

#profile dl div::after {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: -1px;
  left: 0;
  border-bottom: 1px solid #c9c9c9;
  max-width: 140px;
  min-width: 110px;
  width: 18%;
  height: 1px;
}

#profile dl div dt {
  max-width: 140px;
  min-width: 120px;
  width: 18%;
  padding-left: 10px;
  font-weight: bold;
}

#profile dl div dd {
  width: 80%;
  padding-left: 40px;
  text-align: justify;
  letter-spacing: 0.04em;
}

#profile dl div dd a {
  color: #3E3A39;
}

#philosophy h3 {
  line-height: 1;
  font-weight: bold;
  padding: 15px 0 25px;
}

#philosophy dl div {
  display: flex;
  align-items: center;
  padding: 5px 0;
}

#philosophy dl div span {
  display: block;
  font-size: 2.8rem;
  font-weight: 900;
  color: #009be0;
  padding-right: 10px;
  width: 5.2%;
  min-width: 50px;
  text-align: center;
}

#philosophy dl div dt {
  font-size: 2rem;
  color: #009be0;
  width: 16%;
  min-width: 155px;
  padding-right: 10px;
  line-height: 1.5;
}

#vision p {
  line-height: 1.7;
  text-align: justify;
}

.fd-more, .kpi-more {
  display: none;
}

#fd ol li {
  padding-bottom: 30px;
}

#fd ol li p {
  text-align: justify;
  letter-spacing: 0.06em;
  line-height: 1.7;
}

#fd label {
  display: block;
  max-width: 180px;
  width: 100%;
  margin: 0 0 0 auto;
  padding: 15px 40px 20px 15px;
  border-bottom: 1px solid #009be0;
  color: #3E3A39;
  letter-spacing: 00.06em;
  position: relative;
  transition: all .3s;
}

#fd label::after {
  position: absolute;
  top: 8px;
  right: 0;
  display: inline-block;
  content: "";
  width: 35px;
  height: 35px;
  background-image: url(../image/company/read_more.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transform: rotate(90deg);
}

#fd label:hover {
  opacity: .7;
  transition: all .3s;
  cursor: pointer;
}

#kpi p {
  text-align: justify;
  letter-spacing: 0.06em;
  line-height: 1.7;
  padding-bottom: 30px;
}

#kpi label {
  display: block;
  max-width: 180px;
  width: 100%;
  margin: 0 0 0 auto;
  padding: 15px 40px 20px 15px;
  border-bottom: 1px solid #009be0;
  color: #3E3A39;
  letter-spacing: 00.06em;
  position: relative;
  transition: all .3s;
}

#kpi label::after {
  position: absolute;
  top: 8px;
  right: 0;
  display: inline-block;
  content: "";
  width: 35px;
  height: 35px;
  background-image: url(../image/company/read_more.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transform: rotate(90deg);
}

#kpi label:hover {
  opacity: .7;
  transition: all .3s;
  cursor: pointer;
}

#kpi ol {
  padding-top: 30px;
}

#kpi ol li {
  list-style-position: inside;
  list-style-type: decimal;
  line-height: 1.7;
  letter-spacing: 00.06em;
}

/* ------------------ */
/* responsive (laptop)
/* ------------------ */
@media screen and (max-width: 1024px) {
  #introduction div {
    flex-direction: column-reverse;
  }
  #introduction div div:first-child {
    padding: 30px 10px 0;
    max-width: none;
    width: 100%;
  }
  #introduction div div:last-child {
    width: 100%;
  }
}

/* ------------------ */
/* responsive (tablet)
/* ------------------ */
@media screen and (max-width: 768px) {
  .company__wrapper {
    padding: 50px 4vw 0;
  }
  .company__wrapper aside {
    position: static;
    float:none;
    width: 100%;
    padding: 0 4vw;
  }
  .company__wrapper aside ul {
    padding: 30px 0 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .company__wrapper aside ul li {
    width: 50%;
  }
  .company__wrapper article {
    max-width: none;
    width:100%;
    margin: 0 auto;
    padding: 0 0 80px 0;
  }
  .company__wrapper article section {
    padding-top: 80px;
  }
  #profile dl div dd {
    padding-left: 20px;
  }
}

/* ------------------ */
/* responsive (sp)
/* ------------------ */
@media screen and (max-width: 640px) {
  #profile dl div {
    display: block;
    border: none;
    padding: 0;
  }
  #profile dl div::after {
    content: none;
  }
  #profile dl div dt {
    max-width: none;
    min-width: none;
    width: 100%;
    padding: 10px 0 15px 15px;
    border-bottom: 1px solid #e3e3e3;
    border-left: 1px solid #c9c9c9;
  }
  #profile dl div dd {
    width: 100%;
    padding: 20px 20px 30px 20px;
  }
  #philosophy dl div {
    display: block;
    padding-bottom: 20px;
  }
  #philosophy dl div span {
    display: inline-block;
    padding-right: 5px;
    min-width: 30px;
  }
  #philosophy dl div dt {
    display: inline-block;
    vertical-align: top;
  }
  #philosophy dl div dd {
    padding-top: 10px;
  }
}

/* ------------------ */
/* responsive (sp)
/* ------------------ */
@media screen and (max-width: 414px) {
  #introduction div div:first-child {
    padding: 30px 0 0;
  }
}
