.firstview {
  background: url(../images/bg_firstview.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  height: 100VH;
  color: #ffffff;
  font-size: 2.5rem;
  line-height: 2rem;
  font-weight: bold;
  display: flex;
  align-items: center;
}
@media (min-width: 1200px) {
  .firstview {
    justify-content: center;
  }
}
.firstview section {
  width: 100%;
}
@media (min-width: 1200px) {
  .firstview section {
    width: 1100px;
  }
}
.firstview p {
  padding: 0 5%;
  font-size: 2rem;
  line-height: 1.8;
}
@media (min-width: 1200px) {
  .firstview p {
    margin: 0 auto;
    font-size: 3.5rem;
  }
}

.sec_about .sec_about_w .img {
  width: 60%;
  margin: 1rem auto 3rem auto;
}
@media (min-width: 1200px) {
  .sec_about .sec_about_w .img {
    width: 350px;
    margin: 0;
  }
}
.sec_about .sec_about_w .img img {
  width: 100%;
}
@media (min-width: 1200px) {
  .sec_about .sec_about_w {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
@media (min-width: 1200px) {
  .sec_about .sec_about_w .text {
    width: 560px;
  }
}
.sec_about .sec_about_w .text h3 {
  margin-bottom: 0.5rem;
}
.sec_about .sec_about_w .text p {
  margin-bottom: 2rem;
}
.sec_about .sec_about_w .text .button {
  width: 60%;
  margin: 0 auto;
}

.sec_service h3 {
  text-align: center;
  font-size: 1.5rem;
  margin-bottom: 2rem;
  line-height: 1.6;
}
@media (min-width: 1200px) {
  .sec_service h3 {
    font-size: 2rem;
  }
}
.sec_service ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.sec_service ul li {
  width: 30%;
  text-align: center;
  margin-bottom: 2rem;
}
@media (min-width: 1200px) {
  .sec_service ul li {
    width: 8%;
  }
}
.sec_service ul li div {
  display: flex;
  align-items: middle;
  height: 7VH;
  margin-bottom: 1rem;
}
.sec_service ul li div img {
  width: 70%;
  display: block;
  margin: 0 auto;
}
.sec_service ul li p {
  line-height: 1.5;
}
.sec_service ul li p strong {
  display: block;
}
.sec_service ul li:nth-child(3) div img {
  width: 70%;
}
@media (min-width: 1200px) {
  .sec_service ul li:nth-child(3) div img {
    width: 75%;
  }
}
.sec_service ul li:nth-child(5) div img {
  width: 85%;
}
@media (min-width: 1200px) {
  .sec_service ul li:nth-child(5) div img {
    width: 90%;
  }
}
@media (min-width: 1200px) {
  .sec_service .button {
    width: 40%;
    margin: 0 auto;
  }
}

@media (min-width: 1200px) {
  .sec_company .sec_company_wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .sec_company .sec_company_wrap .text {
    width: 500px;
  }
}
.sec_company .sec_company_wrap .img {
  margin-bottom: 2rem;
  margin-left: auto;
  margin-right: auto;
  width: 80%;
}
.sec_company .sec_company_wrap .img img {
  width: 100%;
}
@media (min-width: 1200px) {
  .sec_company .sec_company_wrap .img {
    width: 350px;
  }
}
.sec_company dl {
  margin-bottom: 2rem;
  display: flex;
  flex-wrap: wrap;
  font-size: 0.85rem;
}
@media (min-width: 1200px) {
  .sec_company dl {
    font-size: 1rem;
  }
}
.sec_company dl dt {
  width: 35%;
  margin-bottom: 1rem;
}
.sec_company dl dd {
  width: 65%;
  margin-bottom: 1rem;
}
@media (min-width: 1200px) {
  .sec_company .button {
    width: 40%;
    margin: 0 auto;
  }
}

.info_area {
  background: #F4F4F4;
}
.info_area li {
  margin-bottom: 1rem;
}
.info_area li a {
  background: url(../images/arrow.svg) #ffffff;
  background-repeat: no-repeat;
  background-position: 95% 50%;
  background-size: 1.5rem;
  display: block;
  padding: 1rem 5%;
  border-radius: 2rem;
}
@media (min-width: 1200px) {
  .info_area li a {
    background-position: 98% 50%;
    display: flex;
  }
}
.info_area li a .date {
  width: 10em;
}
.info_area li a .title {
  width: 90%;
}
@media (min-width: 1200px) {
  .info_area .button {
    width: 40%;
    margin: 0 auto;
  }
}/*# sourceMappingURL=index.css.map */