@charset "utf-8";

/* Company info page */
#info {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 12px 24px;
  word-break: keep-all;
}

#info .inner {
  width: 100%;
  margin: 0 auto;
}

#info .section1 {
  padding-top: 24px;
}

#info .titType1 {
  margin-bottom: 18px;
}

#info .titType1 h4 {
  font-size: 30px;
  font-weight: 500;
  color: #333;
  padding-left: 30px;
  background: url(../img/tit-type1-front.png) no-repeat 0 50%;
  background-size: 18px auto;
}

#info .section1 .textBox dt {
  font-size: 28px;
  letter-spacing: -0.045em;
  margin-bottom: 16px;
  color: #333;
  line-height: 1.45;
}

#info .section1 .textBox dt strong {
  font-weight: 700;
  color: #dc000c;
}

#info .section1 .textBox dd {
  font-size: 17px;
  line-height: 1.8;
  letter-spacing: -0.03em;
  color: #555;
  word-break: keep-all;
}

#info .section2 {
  margin-top: 40px;
  padding: 40px 20px 50px;
  background: #f6f6f6 url(../img/info-section2-bg.jpg) no-repeat 100% 100%;
  background-size: 40% 60%;
  border-radius: 0.6rem;
}

#info .infoBox1 {
  display: grid;
  grid-template-columns: 170px minmax(0, 1fr);
  gap: 18px;
  margin-bottom: 28px;
}

#info .infoBox1:last-child {
  margin-bottom: 0;
}

#info .infoBox1 .titleBox h4 {
  display: block;
  font-size: 26px;
  font-weight: 700;
  color: #333;
}

#info .infoBox1 .titleBox .history {
  font-size: 40px;
  font-weight: 700;
  color: #282c23;
  line-height: 1.1;
}

#info .infoBox1 .titleBox .history strong {
  color: #dc000c;
}

#info .infoBox1 .list {
  text-align: left;
  font-size: 0;
  margin: -10px;
}

#info .infoBox1 .list li {
  display: inline-block;
  vertical-align: top;
  padding: 10px;
  text-align: right;
  width: 20%;
  box-sizing: border-box;
}

#info .infoBox1 .list li .img img {
  width: 100%;
  height: auto;
  border-radius: 0.5rem;
}

#info .infoBox1 .list li .text {
  display: block;
  width: 100%;
  padding-top: 10px;
  text-align: center;
}

#info .infoBox1 .list li .text span {
  font-size: 16px;
  font-weight: 500;
  color: #888;
}

#info .infoBox1 .list li .text strong {
  font-size: 20px;
  margin-left: 4px;
  color: #111;
  font-weight: 500;
}

@media screen and (max-width: 1200px) {
  #info {
    padding: 0 10px 20px;
  }

  #info .section1 {
    padding-top: 16px;
  }

  #info .titType1 {
    margin-bottom: 12px;
  }

  #info .titType1 h4 {
    font-size: 22px;
    padding-left: 25px;
    background-size: 15px auto;
  }

  #info .section1 .textBox dt {
    font-size: 20px;
    margin-bottom: 12px;
  }

  #info .section1 .textBox dd {
    font-size: 14px;
    line-height: 1.65;
  }

  #info .section2 {
    padding: 24px 10px;
    margin-top: 28px;
    border-radius: 0;
    background-size: cover;
  }

  #info .infoBox1 {
    grid-template-columns: minmax(0, 1fr);
    gap: 10px;
  }

  #info .infoBox1 .list li {
    width: 33.33%;
  }
}

@media screen and (max-width: 750px) {
  #info .infoBox1 .titleBox h4 {
    font-size: 20px;
  }

  #info .infoBox1 .titleBox .history {
    font-size: 32px;
  }

  #info .infoBox1 .list li {
    width: 50%;
  }

  #info .infoBox1 .list li .text {
    margin-top: 6px;
    padding-top: 0;
    background: transparent;
  }

  #info .infoBox1 .list li .text span {
    font-size: 14px;
  }

  #info .infoBox1 .list li .text strong {
    font-size: 18px;
  }
}
