@charset "UTF-8";
@media screen and (max-width: 1200px) {
  section.kv {
    margin-top: 70px;
  }
}
section.kv .kv_img {
  background: url(/about/img/kv_about.jpg) no-repeat;
  background-size: cover;
  width: 100%;
  height: 33.33vw;
}

section.business {
  width: 100%;
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  section.business {
    margin-top: 30px;
    margin-bottom: 60px;
  }
}
section.business .inner {
  max-width: 1200px;
  width: 90%;
  margin: 0 auto;
}
section.business .inner .business_box {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 8.75vw;
}
@media screen and (max-width: 768px) {
  section.business .inner .business_box {
    flex-direction: column-reverse;
  }
}
section.business .inner .business_box .img_box {
  width: 49.5vw;
  max-width: 495px;
}
@media screen and (max-width: 768px) {
  section.business .inner .business_box .img_box {
    width: 100%;
    max-width: 100%;
    margin: 0 calc(50% - 50vw);
  }
}
section.business .inner .business_box .img_box img {
  width: 100%;
}
section.business .inner .business_box .text_box {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 26.66vw;
}
@media screen and (max-width: 768px) {
  section.business .inner .business_box .text_box {
    width: 100%;
  }
}
section.business .inner .business_box .text_box p {
  font-size: 16px;
  line-height: 1.875;
}
@media screen and (max-width: 768px) {
  section.business .inner .business_box .text_box p {
    font-size: 14px;
  }
}

section.project {
  width: 100%;
  background: url(/about/img/bg_souma.png) no-repeat;
  background-size: cover;
  padding: 120px 0;
}
@media screen and (max-width: 768px) {
  section.project {
    padding: 50px 0;
  }
}
section.project .inner {
  max-width: 1200px;
  width: 90%;
  margin: 0 auto;
}
section.project .inner .project_box {
  width: 100%;
}
section.project .inner .project_box .project_item {
  position: relative;
  display: flex;
  justify-content: flex-start;
  width: 100%;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  section.project .inner .project_box .project_item {
    flex-direction: column-reverse;
    gap: 10px;
    margin-bottom: 40px;
  }
}
section.project .inner .project_box .project_item:nth-child(even) {
  justify-content: flex-end;
}
section.project .inner .project_box .project_item:nth-child(even) .text_box {
  padding: 8.5% 7% 8.5% 9vw;
}
@media screen and (max-width: 768px) {
  section.project .inner .project_box .project_item:nth-child(even) .text_box {
    width: 100%;
    padding: 20px;
  }
}
section.project .inner .project_box .project_item:nth-child(even) .img_box {
  left: 0;
}
section.project .inner .project_box .project_item:nth-child(3) .title h3 {
  margin-left: -6px;
}
section.project .inner .project_box .project_item:last-child {
  margin-bottom: 0;
}
section.project .inner .project_box .project_item .text_box {
  background: #fff;
  max-width: 700px;
  width: 58.33%;
  padding: 8.5% 9vw 8.5% 7%;
}
@media screen and (max-width: 768px) {
  section.project .inner .project_box .project_item .text_box {
    width: 100%;
    padding: 20px;
  }
}
section.project .inner .project_box .project_item .text_box .title p {
  font-size: 16px;
  color: #20459e;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  section.project .inner .project_box .project_item .text_box .title p {
    font-size: 14px;
    padding-bottom: 5px;
  }
}
section.project .inner .project_box .project_item .text_box .title h3 {
  font-family: "Zen Old Mincho", sans-serif;
  font-weight: 500;
  font-size: 32px;
  color: #4c4c4c;
  margin-top: 5px;
}
@media screen and (max-width: 768px) {
  section.project .inner .project_box .project_item .text_box .title h3 {
    font-size: 24px;
    margin-top: 0px;
  }
}
section.project .inner .project_box .project_item .text_box .content {
  margin-top: 55px;
}
@media screen and (max-width: 768px) {
  section.project .inner .project_box .project_item .text_box .content {
    margin-top: 20px;
  }
}
section.project .inner .project_box .project_item .text_box .content p.disc {
  color: #20459e;
  font-weight: 700;
  font-size: 16px;
  line-height: 2.1875;
}
@media screen and (max-width: 768px) {
  section.project .inner .project_box .project_item .text_box .content p.disc {
    font-size: 14px;
  }
}
section.project .inner .project_box .project_item .text_box .content p.text {
  font-size: 16px;
  line-height: 2.1875;
}
@media screen and (max-width: 768px) {
  section.project .inner .project_box .project_item .text_box .content p.text {
    font-size: 14px;
  }
}
section.project .inner .project_box .project_item .text_box .content ul {
  margin-top: 20px;
}
section.project .inner .project_box .project_item .text_box .content ul li {
  list-style: none;
  position: relative;
  padding-left: 1rem;
  font-size: 14px;
  margin: 20px auto;
}
@media screen and (max-width: 768px) {
  section.project .inner .project_box .project_item .text_box .content ul li {
    font-size: 12px;
  }
}
section.project .inner .project_box .project_item .text_box .content ul li::before {
  content: "●";
  color: #20459e;
  position: absolute;
  left: 0;
  top: 0;
}
section.project .inner .project_box .project_item .text_box .button_box {
  display: flex;
  gap: 10px;
  width: 100%;
  margin-top: 40px;
}
@media screen and (max-width: 1000px) {
  section.project .inner .project_box .project_item .text_box .button_box {
    margin-top: 30px;
    flex-direction: column;
  }
}
section.project .inner .project_box .project_item .text_box .button_box a.button_arrow {
  width: 50%;
}
@media screen and (max-width: 1200px) {
  section.project .inner .project_box .project_item .text_box .button_box a.button_arrow {
    width: 100%;
  }
}
section.project .inner .project_box .project_item .img_box {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 47.5%;
  max-width: 570px;
}
@media screen and (max-width: 768px) {
  section.project .inner .project_box .project_item .img_box {
    position: relative;
    transform: translate(0%);
    width: 100%;
    max-width: 100%;
  }
}
section.project .inner .project_box .project_item .img_box img {
  width: 100%;
}

/*# sourceMappingURL=style.css.map */
