@charset "utf-8";
/* CSS Document */
.section-top {
  display: flex;
  margin: 0 auto;
}
.section-top__left {
  width: 40%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
}
.section-top__left__text {
  line-height: 35px;
}
.section-top__right {
  width: 60%;
}
.section-top__right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section-top__left__logo {
  width: 200px;
  box-sizing: border-box;
  margin-top: 80px;
}
.main {
  background-color: #f3f3f3;
}
h2.title {
  margin: 30px 0;
}
.section-top__lead {
  padding: 50px 0 20px;
}
.section-top__lead-link {
  font-size: 24px;
  text-align: left;
  text-decoration: none;
  color: #333;
  border-bottom: #EB6100 solid 2px;
  font-weight: 700;
}
.section-top__lead-link {
  font-size: 18px;
}
.inner {
  text-align: left;
  display: inline-block;
  margin-bottom: 30px;
}
.company__text-all {
  text-align: center;
}
.logo {
  height: 24px;
  margin: 10px 0 40px;
}
@media(min-width:1080px) {
  .service__list {
    display: flex;
  }
}
.service ul li {
  max-width: 320px;
  margin: 0 auto;
  text-align: left;
  list-style: none;
  background-color: #fff;
}
.service__title {
  padding-bottom: 3px;
  border-bottom: #EB6100 solid 2px;
  width: 38%;
  text-align: left;
}
.service__text {
  margin: 15px 25px 30px;
}
.service a {
  text-decoration: none;
  color: #333;
}
.service__wrapper {
  max-width: 1080px;
  margin: 20px auto;
  width: 100%;
}
.service__title {
  margin: 10px 20px;
}
@media(min-width:1080px) {
  .company_evironment__list {
    display: flex;
  }
}
.company_evironment ul li {
  width: 500px;
  margin: 50px auto 70px;
  list-style: none;
}
.company_evironment__wrapper {
  max-width: 1080px;
  margin: 0 auto;
  width: 100%;
}
.company_evironment__flex {
  display: flex;
  background-color: #fff;
}
.company_evironment a {
  text-decoration: none;
  color: #333;
}
.company__text {
  width: 300px;
  text-align: left;
}
.evironment__mark-text {
  display: flex;
}
.evironment__text {
  width: 300px;
  text-align: left;
}
.company_evironment--mark {
  margin: auto;
}
.company_evironment-title {
  margin-top: 25px;
  padding-bottom: 3px;
  width: 100%;
  text-align: left;
  margin-left: 10px;
}
.company_evironment-title-company {
  margin-top: 25px;
  padding-bottom: 3px;
  border-bottom: #EB6100 solid 2px;
  width: 22%;
  text-align: left;
}
.company_evironment--text {
  margin: 30px;
}
@media(max-width:850px) {
  .section-top {
    flex-direction: column-reverse;
  }
  .section-top__left {
    width: 100%;
    padding: 0;
  }
  .section-top__right {
    width: 100%;
  }
  section h2 {
    font-size: 1.8rem;
  }
  .section-top__left__text {
    padding-top: 40px;
  }
  .section-top__left__logo {
    padding-bottom: 40px;
    margin-top: 60px;
  }
  .inner {
    margin: 0 30px 30px;
  }
  .service__text {
    padding-bottom: 30px;
  }
  .company_evironment__flex {
    display: block;
  }
  .company__text {
    margin: 20px;
  }
  .company_evironment--mark {
    margin-top: 30px;
  }
  .company_evironment ul li {
    max-width: 320px;
    margin: 50px auto 70px;
    list-style: none;
  }
  .company__text {
    max-width: 95%;
    margin-bottom: 40px;
  }
  .evironment__text {
    max-width: 90%;
    margin: auto;
  }
  .company_evironment--text {
    margin: 0;
    padding: 20px;
  }
}
@media(max-width:1080px) {
  .service__wrapper {
    margin-bottom: 60px;
  }
}
.company_evironment__list {
  padding-bottom: 40px;
}