@charset "UTF-8";
.company img {
  width: 100%;
}
.company .title_h2 {
  text-align: center;
}
.company .title_h2 img {
  width: 4%;
}
.company .title_h2 h2 {
  font-size: 24px;
  font-weight: bold;
  color: #088153;
  margin-top: 30px;
}
@media screen and (max-width: 930px) {
  .company .title_h2 img {
    width: 10%;
  }
  .company .title_h2 h2 {
    font-size: 18px;
    margin-top: 10px;
  }
}
.company .bg {
  background: url(../../img_company/bg.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  position: fixed;
  z-index: -1;
  height: 100vh;
  width: 100%;
}
@media screen and (max-width: 930px) {
  .company .bg {
    background: url(../../img_company/bg_sp.jpg) no-repeat;
    background-size: cover;
    background-position: center;
  }
}
.company .fv {
  padding: 25% 0 180px;
  height: 100vh;
}
.company .fv h1 {
  font-size: 48px;
  font-weight: bold;
  color: #fff;
  text-align: center;
}
.company .fv h1 span {
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  font-style: italic;
  font-size: 14px;
  color: #fff;
  display: block;
  margin-bottom: 15px;
}
.company .fv .nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style: none;
  margin: 140px 0 0;
}
@media screen and (max-width: 930px) {
  .company .fv .nav ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.company .fv .nav ul li {
  margin: 0 15px;
}
@media screen and (max-width: 930px) {
  .company .fv .nav ul li {
    margin: 15px auto;
  }
}
.company .fv .nav ul li a {
  color: #fff;
  font-size: 16px;
  text-decoration: underline;
}
@media screen and (max-width: 930px) {
  .company .fv {
    padding: 62% 0 0;
  }
  .company .fv h1 {
    font-size: 35px;
  }
  .company .fv .nav ul {
    margin: 290px 0 0;
  }
}
.company .message {
  padding-bottom: 220px;
}
.company .message .title_h2 h2 {
  color: #fff;
}
.company .message .flex {
  width: 85%;
  max-width: 905px;
  margin: 120px auto 0;
}
.company .message .flex .img {
  width: 45%;
}
.company .message .flex .img img {
  width: 100%;
}
.company .message .flex .text_block {
  text-align: center;
}
.company .message .flex .text_block h3 {
  font-size: 35px;
  font-weight: 500;
  color: #fff;
  line-height: 1.8;
  letter-spacing: 0.1em;
}
.company .message .flex .text_block .text {
  font-size: 18px;
  color: #fff;
  line-height: 2.3;
  text-align: justify;
  margin-top: 50px;
}
.company .message .flex .text_block .name {
  font-size: 22px;
  text-align: right;
  color: #fff;
  margin-top: 55px;
}
.company .message .flex .text_block .name span {
  font-size: 13px;
  display: block;
  color: #fff;
  margin-bottom: 10px;
}
@media screen and (max-width: 930px) {
  .company .message {
    padding: 160px 0 100px;
  }
  .company .message .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 90%;
    margin: 70px auto 0;
  }
  .company .message .flex .img {
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-top: 60px;
  }
  .company .message .flex .text_block {
    width: 100%;
    text-align: center;
  }
  .company .message .flex .text_block h3 {
    font-size: 19px;
    font-weight: 500;
    line-height: 2;
  }
  .company .message .flex .text_block .text {
    font-size: 14px;
    text-align: justify;
    margin-top: 40px;
  }
  .company .message .flex .text_block .name {
    font-size: 21px;
    margin-top: 50px;
    text-align: center;
  }
}
.company .info {
  background: #fff;
  padding-top: 150px;
}
.company .info .inner {
  width: 65%;
  margin: 0 auto;
}
.company .info .inner .title_h2 {
  margin-bottom: 40px;
}
.company .info .inner table {
  width: 100%;
}
.company .info .inner table tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #000;
}
.company .info .inner table th, .company .info .inner table td {
  font-size: 18px;
  line-height: 1.8;
  margin: 0;
  padding: 30px 0;
}
.company .info .inner table th {
  font-weight: bold;
  color: #088153;
  text-align: left;
  width: 30%;
}
.company .info .inner table td {
  width: 70%;
}
.company .info .inner table td a {
  font-family: "Open Sans", sans-serif;
  font-style: italic;
  color: #088153;
  text-decoration: underline;
  margin-left: 15px;
}
.company .info .inner .box {
  margin-top: 100px;
}
.company .info .img {
  margin-top: 110px;
}
@media screen and (max-width: 930px) {
  .company .info {
    padding-top: 150px;
  }
  .company .info .inner {
    width: 90%;
  }
  .company .info .inner table tr {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .company .info .inner table th, .company .info .inner table td {
    font-size: 16px;
  }
  .company .info .inner table th {
    width: 100%;
    padding: 30px 0 6px;
  }
  .company .info .inner table td {
    width: 100%;
    padding: 6px 0 30px;
  }
  .company .info .img {
    margin-top: 75px;
  }
}
.company .history {
  background: #fff;
  padding: 120px 0 170px;
}
.company .history .inner {
  width: 65%;
  margin: 0 auto;
}
.company .history .inner .title_h2 {
  margin-bottom: 40px;
}
.company .history .inner dl div {
  display: grid;
  grid-template-columns: auto 1fr;
  border-top: 1px solid #000;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.company .history .inner dl div:last-child {
  border-bottom: 1px solid #000;
}
.company .history .inner dl dt {
  font-size: 34px;
  line-height: 1;
  font-family: "Open Sans", sans-serif;
  font-style: italic;
  color: #088153;
  padding: 65px 40px 65px 5px;
  position: relative;
}
.company .history .inner dl dt::after {
  content: "";
  position: absolute;
  width: 5px;
  height: 100%;
  background: #088153;
  bottom: 0;
  right: 0;
}
.company .history .inner dl dt.first::after {
  height: 50%;
}
.company .history .inner dl dt.last::after {
  height: 50%;
  top: 0;
  bottom: auto;
}
.company .history .inner dl dt .space_w29 {
  display: inline-block;
  width: 29px;
}
@media screen and (max-width: 930px) {
  .company .history .inner dl dt .space_w29 {
    width: 18px;
  }
}
@media screen and (max-width: 640px) {
  .company .history .inner dl dt .space_w29 {
    width: 4.8vw;
  }
}
.company .history .inner dl dd {
  position: relative;
  padding: 50px 0 50px 50px;
  font-size: 18px;
  line-height: 1.6;
}
.company .history .inner dl dd::before {
  content: "●";
  font-size: 17px;
  color: #088153;
  position: absolute;
  left: -0.7rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 930px) {
  .company .history {
    padding: 75px 0 90px;
  }
  .company .history .inner {
    width: 90%;
  }
  .company .history .inner dl dt {
    font-size: 21px;
    padding: 50px 15px 50px 5px;
  }
  .company .history .inner dl dt::after {
    width: 3px;
  }
  .company .history .inner dl dd {
    padding: 20px 0 20px 20px;
    font-size: 13px;
  }
  .company .history .inner dl dd::before {
    font-size: 13px;
    left: -0.5rem;
  }
}/*# sourceMappingURL=style_company.css.map */